update icons

This commit is contained in:
Mohamadzadeh 2026-06-20 18:30:04 +03:30
parent 6b7ce3f9f1
commit 796ae825f8
2 changed files with 280 additions and 260 deletions

341
dist/icons.js vendored
View File

@ -1,7 +1,7 @@
import { jsx as r, jsxs as e } from "react/jsx-runtime"; import { jsx as l, jsxs as o } from "react/jsx-runtime";
import "react"; import "react";
function o({ size: n = 20, title: t, children: l, ...i }) { function T({ size: n = 20, title: t, children: r, ...c }) {
return /* @__PURE__ */ e( return /* @__PURE__ */ o(
"svg", "svg",
{ {
xmlns: "http://www.w3.org/2000/svg", xmlns: "http://www.w3.org/2000/svg",
@ -11,16 +11,16 @@ function o({ size: n = 20, title: t, children: l, ...i }) {
fill: "none", fill: "none",
"aria-hidden": t ? void 0 : !0, "aria-hidden": t ? void 0 : !0,
role: t ? "img" : void 0, role: t ? "img" : void 0,
...i, ...c,
children: [ children: [
t ? /* @__PURE__ */ r("title", { children: t }) : null, t ? /* @__PURE__ */ l("title", { children: t }) : null,
l r
] ]
} }
); );
} }
function c() { function q() {
return /* @__PURE__ */ r( return /* @__PURE__ */ l(
"path", "path",
{ {
d: "M3 3l18 18", d: "M3 3l18 18",
@ -30,37 +30,8 @@ function c() {
} }
); );
} }
function q({ function h({ size: n = 20, title: t = "سالم", ...r }) {
size: n = 20, return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
title: t = "شبکه اجتماعی دارد",
...l
}) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
d: "M18 16.1q-.8 0-1.475.4L8.9 12.05q.05-.25.05-.55t-.05-.55l7.55-4.4Q17.15 7 18 7q1.25 0 2.125-.875T21 4t-.875-2.125T18 1t-2.125.875T15 4q0 .3.05.55L7.5 8.95Q6.8 8 6 8q-1.25 0-2.125.875T3 11t.875 2.125T6 14q.8 0 1.5-.95l7.6 4.45q-.05.25-.05.5q0 1.25.875 2.125T18 21t2.125-.875T21 18t-.875-2.125T18 16.1"
}
) });
}
function u({
size: n = 20,
title: t = "شبکه اجتماعی ندارد",
...l
}) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [
/* @__PURE__ */ r(
"path",
{
fill: "currentColor",
d: "M18 16.1q-.8 0-1.475.4L8.9 12.05q.05-.25.05-.55t-.05-.55l7.55-4.4Q17.15 7 18 7q1.25 0 2.125-.875T21 4t-.875-2.125T18 1t-2.125.875T15 4q0 .3.05.55L7.5 8.95Q6.8 8 6 8q-1.25 0-2.125.875T3 11t.875 2.125T6 14q.8 0 1.5-.95l7.6 4.45q-.05.25-.05.5q0 1.25.875 2.125T18 21t2.125-.875T21 18t-.875-2.125T18 16.1"
}
),
/* @__PURE__ */ r(c, {})
] });
}
function a({ size: n = 20, title: t = "سالم", ...l }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
@ -68,8 +39,8 @@ function a({ size: n = 20, title: t = "سالم", ...l }) {
} }
) }); ) });
} }
function v({ size: n = 20, title: t = "معلول", ...l }) { function u({ size: n = 20, title: t = "معلول", ...r }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r( return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
@ -77,8 +48,8 @@ function v({ size: n = 20, title: t = "معلول", ...l }) {
} }
) }); ) });
} }
function d({ size: n = 20, title: t = "محصل", ...l }) { function v({ size: n = 20, title: t = "محصل", ...r }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r( return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
@ -86,189 +57,231 @@ function d({ size: n = 20, title: t = "محصل", ...l }) {
} }
) }); ) });
} }
function f({ size: n = 20, title: t = "غیر محصل", ...l }) { function d({ size: n = 20, title: t = "غیر محصل", ...r }) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [ return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ r( /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M21 17v-6.9L12 15L1 9l11-6l11 6v8zm-9 4l-7-3.8v-5l7 3.8l7-3.8v5z" d: "M21 17v-6.9L12 15L1 9l11-6l11 6v8zm-9 4l-7-3.8v-5l7 3.8l7-3.8v5z"
} }
), ),
/* @__PURE__ */ r(c, {}) /* @__PURE__ */ l(q, {})
] });
}
function a({
size: n = 20,
title: t = "رفت و آمد به مساجد و هیئات دارد",
...r
}) {
return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4L12 1l4.25 2.85q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 21V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V21h-9v-4q0-.825-.587-1.412T12 15t-1.412.588T10 17v4z"
}
) });
}
function f({
size: n = 20,
title: t = "رفت و آمد به مساجد و هیئات ندارد",
...r
}) {
return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4L12 1l4.25 2.85q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 21V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V21h-9v-4q0-.825-.587-1.412T12 15t-1.412.588T10 17v4z"
}
),
/* @__PURE__ */ l(q, {})
] });
}
function s({
size: n = 20,
title: t = "اعتقاد به نظام دارد",
...r
}) {
return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }) });
}
function M({
size: n = 20,
title: t = "اعتقاد به نظام ندارد",
...r
}) {
return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }),
/* @__PURE__ */ l(q, {})
] }); ] });
} }
function V({ function V({
size: n = 20, size: n = 20,
title: t = "رفت و آمد به مساجد و هیئات دارد", title: t = "مهاجرت دارد",
...l ...r
}) { }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r( return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4L12 1l4.25 2.85q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 21V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V21h-9v-4q0-.825-.587-1.412T12 15t-1.412.588T10 17v4z" d: "M20.56 3.91c.59.59.59 1.54 0 2.12l-3.89 3.89l2.12 9.19l-1.41 1.42l-3.88-7.43L9.6 17l.36 2.47l-1.07 1.06l-1.76-3.18l-3.19-1.77L5 14.5l2.5.37L11.37 11L3.94 7.09l1.42-1.41l9.19 2.12l3.89-3.89c.56-.58 1.56-.58 2.12 0"
} }
) }); ) });
} }
function s({ function m({
size: n = 20, size: n = 20,
title: t = "رفت و آمد به مساجد و هیئات ندارد", title: t = "مهاجرت ندارد",
...l ...r
}) { }) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [ return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ r( /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4L12 1l4.25 2.85q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 21V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V21h-9v-4q0-.825-.587-1.412T12 15t-1.412.588T10 17v4z" d: "M20.56 3.91c.59.59.59 1.54 0 2.12l-3.89 3.89l2.12 9.19l-1.41 1.42l-3.88-7.43L9.6 17l.36 2.47l-1.07 1.06l-1.76-3.18l-3.19-1.77L5 14.5l2.5.37L11.37 11L3.94 7.09l1.42-1.41l9.19 2.12l3.89-3.89c.56-.58 1.56-.58 2.12 0"
} }
), ),
/* @__PURE__ */ r(c, {}) /* @__PURE__ */ l(q, {})
] }); ] });
} }
function M({ size: n = 20, title: t = "حجاب دارد", ...l }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
d: "M12 2q-3.05 0-5.025 2.15T5 9.55V22h14V9.55q0-3.25-1.975-5.4T12 2m0 2q2.15 0 3.575 1.525T17 9.55V20H7V9.55q0-2.5 1.425-4.025T12 4m0 3q-1.45 0-2.475 1.025T8.5 10.5q0 1.45 1.025 2.475T12 14t2.475-1.025T15.5 10.5t-1.025-2.475T12 7"
}
) });
}
function m({ size: n = 20, title: t = "حجاب ندارد", ...l }) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [
/* @__PURE__ */ r(
"path",
{
fill: "currentColor",
d: "M12 2q-3.05 0-5.025 2.15T5 9.55V22h14V9.55q0-3.25-1.975-5.4T12 2m0 2q2.15 0 3.575 1.525T17 9.55V20H7V9.55q0-2.5 1.425-4.025T12 4m0 3q-1.45 0-2.475 1.025T8.5 10.5q0 1.45 1.025 2.475T12 14t2.475-1.025T15.5 10.5t-1.025-2.475T12 7"
}
),
/* @__PURE__ */ r(c, {})
] });
}
function z({
size: n = 20,
title: t = "اعتقادات مذهبی دارد",
...l
}) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
d: "M12 2l5 5v3h2v12H5V10h2V7zm0 2.85L9 7.85V10h6V7.85zM7 20h10v-8H7zm5-7q1.25 0 2.125.875T15 16t-.875 2.125T12 19t-2.125-.875T9 16t.875-2.125T12 13"
}
) });
}
function p({ function p({
size: n = 20,
title: t = "اعتقادات مذهبی ندارد",
...l
}) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [
/* @__PURE__ */ r(
"path",
{
fill: "currentColor",
d: "M12 2l5 5v3h2v12H5V10h2V7zm0 2.85L9 7.85V10h6V7.85zM7 20h10v-8H7zm5-7q1.25 0 2.125.875T15 16t-.875 2.125T12 19t-2.125-.875T9 16t.875-2.125T12 13"
}
),
/* @__PURE__ */ r(c, {})
] });
}
function I({
size: n = 20, size: n = 20,
title: t = "حضور در تجمعات نظام دارد", title: t = "حضور در تجمعات نظام دارد",
...l ...r
}) { }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r( return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M7 11a3 3 0 1 0 0-6a3 3 0 0 0 0 6m10 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-5-1a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M4 20v-2.2C4 15.7 6.7 14 10 14h4c3.3 0 6 1.7 6 3.8V20zm-3 0v-2q0-1.55 1.25-2.65T5.6 13.7Q4 15 4 17.8V20zm19 0v-2.2q0-2.8-1.6-4.1q2.1.55 3.35 1.65T23 18v2z" d: "M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"
} }
) }); ) });
} }
function C({ function C({
size: n = 20, size: n = 20,
title: t = "حضور در تجمعات نظام ندارد", title: t = "حضور در تجمعات نظام ندارد",
...l ...r
}) { }) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [ return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ r( /* @__PURE__ */ l(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M7 11a3 3 0 1 0 0-6a3 3 0 0 0 0 6m10 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-5-1a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M4 20v-2.2C4 15.7 6.7 14 10 14h4c3.3 0 6 1.7 6 3.8V20zm-3 0v-2q0-1.55 1.25-2.65T5.6 13.7Q4 15 4 17.8V20zm19 0v-2.2q0-2.8-1.6-4.1q2.1.55 3.35 1.65T23 18v2z" d: "M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"
} }
), ),
/* @__PURE__ */ r(c, {}) /* @__PURE__ */ l(q, {})
] }); ] });
} }
function H({ function I({
size: n = 20, size: n = 20,
title: t = "اعتقاد به نظام دارد", title: t = "اعتقادات مذهبی دارد",
...l ...r
}) { }) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }) }); return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
} /* @__PURE__ */ l(
function L({
size: n = 20,
title: t = "اعتقاد به نظام ندارد",
...l
}) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [
/* @__PURE__ */ r("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }),
/* @__PURE__ */ r(c, {})
] });
}
function g({
size: n = 20,
title: t = "مهاجرت دارد",
...l
}) {
return /* @__PURE__ */ r(o, { size: n, title: t, ...l, children: /* @__PURE__ */ r(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M21 16v-2l-8-5V3.5q0-.625-.437-1.063T11.5 2t-1.062.438T10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1l3.5 1v-1.5L13 19v-5.5z" d: "M17 9h-1.03c.14-1.81-.69-3.58-2.29-4.68l-3.12-2.14c-.34-.23-.79-.23-1.13 0L6.31 4.32C4.71 5.42 3.88 7.2 4.02 9H2.99c-.55 0-1 .45-1 1v2h15v1H2v8c0 .55.45 1 1 1h2v-4c0-2 1.5-3 1.5-3S8 16 8 18v4h4v-4c0-2 1.5-3 1.5-3s1.5 1 1.5 3v4h6c.55 0 1-.45 1-1V7h-5z"
}
),
/* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M19.5 2A2.5 2.5 0 0 0 17 4.5V6h5V4.5A2.5 2.5 0 0 0 19.5 2"
}
)
] });
}
function z({
size: n = 20,
title: t = "اعتقادات مذهبی ندارد",
...r
}) {
return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M17 9h-1.03c.14-1.81-.69-3.58-2.29-4.68l-3.12-2.14c-.34-.23-.79-.23-1.13 0L6.31 4.32C4.71 5.42 3.88 7.2 4.02 9H2.99c-.55 0-1 .45-1 1v2h15v1H2v8c0 .55.45 1 1 1h2v-4c0-2 1.5-3 1.5-3S8 16 8 18v4h4v-4c0-2 1.5-3 1.5-3s1.5 1 1.5 3v4h6c.55 0 1-.45 1-1V7h-5z"
}
),
/* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M19.5 2A2.5 2.5 0 0 0 17 4.5V6h5V4.5A2.5 2.5 0 0 0 19.5 2"
}
),
/* @__PURE__ */ l(q, {})
] });
}
function L({ size: n = 20, title: t = "حجاب دارد", ...r }) {
return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M12 18q3.35 0 5.675-2.337T20 10q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5 8q-1.35 0-2.537-.612T12 5.65q-.775 1.125-1.963 1.738T7.5 8q-.8 0-1.55-.225t-1.425-.65q-.275.675-.4 1.388T4 10q0 3.325 2.338 5.663T12 18m-2.113-6.113q.363-.362.363-.887t-.363-.888T9 9.75t-.888.363T7.75 11t.363.888t.887.362t.888-.363m6 0q.362-.362.362-.887t-.363-.888T15 9.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2 22q-.875 0-1.475-.65T.2 19.825l.9-9.875q.2-2.1 1.138-3.925t2.4-3.162t3.35-2.1T12 0t4.013.763t3.35 2.1t2.4 3.162T22.9 9.95l.9 9.875q.075.875-.525 1.525T21.8 22z"
} }
) }); ) });
} }
function Q({ function H({ size: n = 20, title: t = "حجاب ندارد", ...r }) {
size: n = 20, return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
title: t = "مهاجرت ندارد",
...l
}) {
return /* @__PURE__ */ e(o, { size: n, title: t, ...l, children: [
/* @__PURE__ */ r(
"path", "path",
{ {
fill: "currentColor", fill: "currentColor",
d: "M21 16v-2l-8-5V3.5q0-.625-.437-1.063T11.5 2t-1.062.438T10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1l3.5 1v-1.5L13 19v-5.5z" d: "M8.113 13.888Q7.75 13.525 7.75 13t.363-.888T9 11.75t.888.363t.362.887t-.363.888T9 14.25t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12 20q3.35 0 5.675-2.325T20 12q0-.6-.075-1.162T19.65 9.75q-.525.125-1.05.188T17.5 10q-2.275 0-4.3-.975T9.75 6.3q-.8 1.95-2.287 3.388T4 11.85V12q0 3.35 2.325 5.675T12 20m0 2q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"
}
) });
}
function g({
size: n = 20,
title: t = "شبکه اجتماعی دارد",
...r
}) {
return /* @__PURE__ */ l(T, { size: n, title: t, ...r, children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v1.45q0 1.475-1.012 2.513T18.5 17q-.875 0-1.65-.375t-1.3-1.075q-.725.725-1.638 1.088T12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45t.425-1.1V12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20h5v2zm2.125-7.875Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875"
}
) });
}
function S({
size: n = 20,
title: t = "شبکه اجتماعی ندارد",
...r
}) {
return /* @__PURE__ */ o(T, { size: n, title: t, ...r, children: [
/* @__PURE__ */ l(
"path",
{
fill: "currentColor",
d: "M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v1.45q0 1.475-1.012 2.513T18.5 17q-.875 0-1.65-.375t-1.3-1.075q-.725.725-1.638 1.088T12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45t.425-1.1V12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20h5v2zm2.125-7.875Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875"
} }
), ),
/* @__PURE__ */ r(c, {}) /* @__PURE__ */ l(q, {})
] }); ] });
} }
export { export {
H as HasEstablishmentBeliefIcon, s as HasEstablishmentBeliefIcon,
M as HasHijabIcon, L as HasHijabIcon,
g as HasMigrationIcon, V as HasMigrationIcon,
V as HasMosqueAttendanceIcon, a as HasMosqueAttendanceIcon,
z as HasReligiousBeliefIcon, I as HasReligiousBeliefIcon,
q as HasSocialAccountIcon, g as HasSocialAccountIcon,
I as HasSystemGatheringIcon, p as HasSystemGatheringIcon,
v as IsDisabledIcon, u as IsDisabledIcon,
a as IsHealthyIcon, h as IsHealthyIcon,
f as IsNotStudentIcon, d as IsNotStudentIcon,
d as IsStudentIcon, v as IsStudentIcon,
L as NoEstablishmentBeliefIcon, M as NoEstablishmentBeliefIcon,
m as NoHijabIcon, H as NoHijabIcon,
Q as NoMigrationIcon, m as NoMigrationIcon,
s as NoMosqueAttendanceIcon, f as NoMosqueAttendanceIcon,
p as NoReligiousBeliefIcon, z as NoReligiousBeliefIcon,
u as NoSocialAccountIcon, S as NoSocialAccountIcon,
C as NoSystemGatheringIcon C as NoSystemGatheringIcon
}; };

View File

@ -29,37 +29,6 @@ function Slash() {
); );
} }
export function HasSocialAccountIcon({
size = 20,
title = "شبکه اجتماعی دارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M18 16.1q-.8 0-1.475.4L8.9 12.05q.05-.25.05-.55t-.05-.55l7.55-4.4Q17.15 7 18 7q1.25 0 2.125-.875T21 4t-.875-2.125T18 1t-2.125.875T15 4q0 .3.05.55L7.5 8.95Q6.8 8 6 8q-1.25 0-2.125.875T3 11t.875 2.125T6 14q.8 0 1.5-.95l7.6 4.45q-.05.25-.05.5q0 1.25.875 2.125T18 21t2.125-.875T21 18t-.875-2.125T18 16.1"
/>
</BaseIcon>
);
}
export function NoSocialAccountIcon({
size = 20,
title = "شبکه اجتماعی ندارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M18 16.1q-.8 0-1.475.4L8.9 12.05q.05-.25.05-.55t-.05-.55l7.55-4.4Q17.15 7 18 7q1.25 0 2.125-.875T21 4t-.875-2.125T18 1t-2.125.875T15 4q0 .3.05.55L7.5 8.95Q6.8 8 6 8q-1.25 0-2.125.875T3 11t.875 2.125T6 14q.8 0 1.5-.95l7.6 4.45q-.05.25-.05.5q0 1.25.875 2.125T18 21t2.125-.875T21 18t-.875-2.125T18 16.1"
/>
<Slash />
</BaseIcon>
);
}
export function IsHealthyIcon({ size = 20, title = "سالم", ...props }) { export function IsHealthyIcon({ size = 20, title = "سالم", ...props }) {
return ( return (
<BaseIcon size={size} title={title} {...props}> <BaseIcon size={size} title={title} {...props}>
@ -136,91 +105,6 @@ export function NoMosqueAttendanceIcon({
); );
} }
export function HasHijabIcon({ size = 20, title = "حجاب دارد", ...props }) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 2q-3.05 0-5.025 2.15T5 9.55V22h14V9.55q0-3.25-1.975-5.4T12 2m0 2q2.15 0 3.575 1.525T17 9.55V20H7V9.55q0-2.5 1.425-4.025T12 4m0 3q-1.45 0-2.475 1.025T8.5 10.5q0 1.45 1.025 2.475T12 14t2.475-1.025T15.5 10.5t-1.025-2.475T12 7"
/>
</BaseIcon>
);
}
export function NoHijabIcon({ size = 20, title = "حجاب ندارد", ...props }) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 2q-3.05 0-5.025 2.15T5 9.55V22h14V9.55q0-3.25-1.975-5.4T12 2m0 2q2.15 0 3.575 1.525T17 9.55V20H7V9.55q0-2.5 1.425-4.025T12 4m0 3q-1.45 0-2.475 1.025T8.5 10.5q0 1.45 1.025 2.475T12 14t2.475-1.025T15.5 10.5t-1.025-2.475T12 7"
/>
<Slash />
</BaseIcon>
);
}
export function HasReligiousBeliefIcon({
size = 20,
title = "اعتقادات مذهبی دارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 2l5 5v3h2v12H5V10h2V7zm0 2.85L9 7.85V10h6V7.85zM7 20h10v-8H7zm5-7q1.25 0 2.125.875T15 16t-.875 2.125T12 19t-2.125-.875T9 16t.875-2.125T12 13"
/>
</BaseIcon>
);
}
export function NoReligiousBeliefIcon({
size = 20,
title = "اعتقادات مذهبی ندارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 2l5 5v3h2v12H5V10h2V7zm0 2.85L9 7.85V10h6V7.85zM7 20h10v-8H7zm5-7q1.25 0 2.125.875T15 16t-.875 2.125T12 19t-2.125-.875T9 16t.875-2.125T12 13"
/>
<Slash />
</BaseIcon>
);
}
export function HasSystemGatheringIcon({
size = 20,
title = "حضور در تجمعات نظام دارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M7 11a3 3 0 1 0 0-6a3 3 0 0 0 0 6m10 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-5-1a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M4 20v-2.2C4 15.7 6.7 14 10 14h4c3.3 0 6 1.7 6 3.8V20zm-3 0v-2q0-1.55 1.25-2.65T5.6 13.7Q4 15 4 17.8V20zm19 0v-2.2q0-2.8-1.6-4.1q2.1.55 3.35 1.65T23 18v2z"
/>
</BaseIcon>
);
}
export function NoSystemGatheringIcon({
size = 20,
title = "حضور در تجمعات نظام ندارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M7 11a3 3 0 1 0 0-6a3 3 0 0 0 0 6m10 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-5-1a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M4 20v-2.2C4 15.7 6.7 14 10 14h4c3.3 0 6 1.7 6 3.8V20zm-3 0v-2q0-1.55 1.25-2.65T5.6 13.7Q4 15 4 17.8V20zm19 0v-2.2q0-2.8-1.6-4.1q2.1.55 3.35 1.65T23 18v2z"
/>
<Slash />
</BaseIcon>
);
}
export function HasEstablishmentBeliefIcon({ export function HasEstablishmentBeliefIcon({
size = 20, size = 20,
title = "اعتقاد به نظام دارد", title = "اعتقاد به نظام دارد",
@ -255,7 +139,7 @@ export function HasMigrationIcon({
<BaseIcon size={size} title={title} {...props}> <BaseIcon size={size} title={title} {...props}>
<path <path
fill="currentColor" fill="currentColor"
d="M21 16v-2l-8-5V3.5q0-.625-.437-1.063T11.5 2t-1.062.438T10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1l3.5 1v-1.5L13 19v-5.5z" d="M20.56 3.91c.59.59.59 1.54 0 2.12l-3.89 3.89l2.12 9.19l-1.41 1.42l-3.88-7.43L9.6 17l.36 2.47l-1.07 1.06l-1.76-3.18l-3.19-1.77L5 14.5l2.5.37L11.37 11L3.94 7.09l1.42-1.41l9.19 2.12l3.89-3.89c.56-.58 1.56-.58 2.12 0"
/> />
</BaseIcon> </BaseIcon>
); );
@ -270,7 +154,130 @@ export function NoMigrationIcon({
<BaseIcon size={size} title={title} {...props}> <BaseIcon size={size} title={title} {...props}>
<path <path
fill="currentColor" fill="currentColor"
d="M21 16v-2l-8-5V3.5q0-.625-.437-1.063T11.5 2t-1.062.438T10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1l3.5 1v-1.5L13 19v-5.5z" d="M20.56 3.91c.59.59.59 1.54 0 2.12l-3.89 3.89l2.12 9.19l-1.41 1.42l-3.88-7.43L9.6 17l.36 2.47l-1.07 1.06l-1.76-3.18l-3.19-1.77L5 14.5l2.5.37L11.37 11L3.94 7.09l1.42-1.41l9.19 2.12l3.89-3.89c.56-.58 1.56-.58 2.12 0"
/>
<Slash />
</BaseIcon>
);
}
export function HasSystemGatheringIcon({
size = 20,
title = "حضور در تجمعات نظام دارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"
/>
</BaseIcon>
);
}
export function NoSystemGatheringIcon({
size = 20,
title = "حضور در تجمعات نظام ندارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"
/>
<Slash />
</BaseIcon>
);
}
export function HasReligiousBeliefIcon({
size = 20,
title = "اعتقادات مذهبی دارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M17 9h-1.03c.14-1.81-.69-3.58-2.29-4.68l-3.12-2.14c-.34-.23-.79-.23-1.13 0L6.31 4.32C4.71 5.42 3.88 7.2 4.02 9H2.99c-.55 0-1 .45-1 1v2h15v1H2v8c0 .55.45 1 1 1h2v-4c0-2 1.5-3 1.5-3S8 16 8 18v4h4v-4c0-2 1.5-3 1.5-3s1.5 1 1.5 3v4h6c.55 0 1-.45 1-1V7h-5z"
/>
<path
fill="currentColor"
d="M19.5 2A2.5 2.5 0 0 0 17 4.5V6h5V4.5A2.5 2.5 0 0 0 19.5 2"
/>
</BaseIcon>
);
}
export function NoReligiousBeliefIcon({
size = 20,
title = "اعتقادات مذهبی ندارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M17 9h-1.03c.14-1.81-.69-3.58-2.29-4.68l-3.12-2.14c-.34-.23-.79-.23-1.13 0L6.31 4.32C4.71 5.42 3.88 7.2 4.02 9H2.99c-.55 0-1 .45-1 1v2h15v1H2v8c0 .55.45 1 1 1h2v-4c0-2 1.5-3 1.5-3S8 16 8 18v4h4v-4c0-2 1.5-3 1.5-3s1.5 1 1.5 3v4h6c.55 0 1-.45 1-1V7h-5z"
/>
<path
fill="currentColor"
d="M19.5 2A2.5 2.5 0 0 0 17 4.5V6h5V4.5A2.5 2.5 0 0 0 19.5 2"
/>
<Slash />
</BaseIcon>
);
}
export function HasHijabIcon({ size = 20, title = "حجاب دارد", ...props }) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 18q3.35 0 5.675-2.337T20 10q0-.775-.125-1.487t-.4-1.388q-.675.425-1.425.65T16.5 8q-1.35 0-2.537-.612T12 5.65q-.775 1.125-1.963 1.738T7.5 8q-.8 0-1.55-.225t-1.425-.65q-.275.675-.4 1.388T4 10q0 3.325 2.338 5.663T12 18m-2.113-6.113q.363-.362.363-.887t-.363-.888T9 9.75t-.888.363T7.75 11t.363.888t.887.362t.888-.363m6 0q.362-.362.362-.887t-.363-.888T15 9.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M2.2 22q-.875 0-1.475-.65T.2 19.825l.9-9.875q.2-2.1 1.138-3.925t2.4-3.162t3.35-2.1T12 0t4.013.763t3.35 2.1t2.4 3.162T22.9 9.95l.9 9.875q.075.875-.525 1.525T21.8 22z"
/>
</BaseIcon>
);
}
export function NoHijabIcon({ size = 20, title = "حجاب ندارد", ...props }) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M8.113 13.888Q7.75 13.525 7.75 13t.363-.888T9 11.75t.888.363t.362.887t-.363.888T9 14.25t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12 20q3.35 0 5.675-2.325T20 12q0-.6-.075-1.162T19.65 9.75q-.525.125-1.05.188T17.5 10q-2.275 0-4.3-.975T9.75 6.3q-.8 1.95-2.287 3.388T4 11.85V12q0 3.35 2.325 5.675T12 20m0 2q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"
/>
</BaseIcon>
);
}
export function HasSocialAccountIcon({
size = 20,
title = "شبکه اجتماعی دارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v1.45q0 1.475-1.012 2.513T18.5 17q-.875 0-1.65-.375t-1.3-1.075q-.725.725-1.638 1.088T12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45t.425-1.1V12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20h5v2zm2.125-7.875Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875"
/>
</BaseIcon>
);
}
export function NoSocialAccountIcon({
size = 20,
title = "شبکه اجتماعی ندارد",
...props
}) {
return (
<BaseIcon size={size} title={title} {...props}>
<path
fill="currentColor"
d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v1.45q0 1.475-1.012 2.513T18.5 17q-.875 0-1.65-.375t-1.3-1.075q-.725.725-1.638 1.088T12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45t.425-1.1V12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20h5v2zm2.125-7.875Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875"
/> />
<Slash /> <Slash />
</BaseIcon> </BaseIcon>