From 85ebe18bae526695d6ec7993eb9bdb7f409df326 Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Sun, 21 Jun 2026 10:53:46 +0330 Subject: [PATCH] update icons --- dist/icons.js | 26 +++++++++++++------------- src/icons/UserDataIcons.jsx | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dist/icons.js b/dist/icons.js index ea4b482..a4f8fa5 100644 --- a/dist/icons.js +++ b/dist/icons.js @@ -65,7 +65,7 @@ function S({ size: t = 20, label: l = "معلول", ...n }) { ) ] }); } -const q = /* @__PURE__ */ r( +const a = /* @__PURE__ */ r( "path", { fill: "currentColor", @@ -73,12 +73,12 @@ const q = /* @__PURE__ */ r( } ); function g({ size: t = 20, label: l = "محصل", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: q }); + return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: a }); } function C({ size: t = 20, label: l = "غیر محصل", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: q }); + return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: a }); } -const T = /* @__PURE__ */ r( +const q = /* @__PURE__ */ r( "path", { fill: "currentColor", @@ -90,31 +90,31 @@ function V({ label: l = "رفت و آمد به مساجد و هیئات دارد", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: T }); + return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: q }); } function L({ size: t = 20, label: l = "رفت و آمد به مساجد و هیئات ندارد", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: T }); + return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: q }); } -const a = /* @__PURE__ */ r("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }); +const u = /* @__PURE__ */ r("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }); function z({ size: t = 20, label: l = "اعتقاد به نظام دارد", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: a }); + return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: u }); } function A({ size: t = 20, label: l = "اعتقاد به نظام ندارد", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: a }); + return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: u }); } -const u = /* @__PURE__ */ r( +const T = /* @__PURE__ */ r( "path", { fill: "currentColor", @@ -126,14 +126,14 @@ function k({ label: l = "مهاجرت دارد", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: u }); + return /* @__PURE__ */ r(e, { size: t, label: l, ...n, children: T }); } function w({ size: t = 20, label: l = "مهاجرت ندارد", ...n }) { - return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: u }); + return /* @__PURE__ */ r(e, { size: t, label: l, hasSlash: !0, ...n, children: T }); } const s = /* @__PURE__ */ r( "path", @@ -217,7 +217,7 @@ const f = /* @__PURE__ */ r( "path", { fill: "currentColor", - d: "M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L7.05 14.2q-.4.375-.925.588T5 15q-1.25 0-2.125-.875T2 12t.875-2.125T5 9q.6 0 1.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8q-.6 0-1.125-.213T14.95 7.2l-7.025 4.1q.05.175.063.338T8 12t-.012.363t-.063.337l7.025 4.1q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22" + d: "M378 324a69.78 69.78 0 0 0-48.83 19.91L202 272.41a69.7 69.7 0 0 0 0-32.82l127.13-71.5A69.76 69.76 0 1 0 308.87 129l-130.13 73.2a70 70 0 1 0 0 107.56L308.87 383A70 70 0 1 0 378 324" } ); function R({ diff --git a/src/icons/UserDataIcons.jsx b/src/icons/UserDataIcons.jsx index f756b10..8331074 100644 --- a/src/icons/UserDataIcons.jsx +++ b/src/icons/UserDataIcons.jsx @@ -291,7 +291,7 @@ export function NoHijabIcon({ size = 20, label = "حجاب ندارد", ...props const SocialAccount = ( );