281 lines
12 KiB
JavaScript
281 lines
12 KiB
JavaScript
import { jsx as r, jsxs as o, Fragment as h } from "react/jsx-runtime";
|
|
import I from "react";
|
|
function e({ size: t = 20, label: n, hasSlash: l = !1, children: c, ...v }) {
|
|
const i = I.useId();
|
|
return /* @__PURE__ */ r(
|
|
"svg",
|
|
{
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
width: t,
|
|
height: t,
|
|
viewBox: "0 0 24 24",
|
|
fill: "none",
|
|
"aria-hidden": n ? void 0 : !0,
|
|
role: n ? "img" : void 0,
|
|
"aria-label": n,
|
|
...v,
|
|
children: l ? /* @__PURE__ */ o(h, { children: [
|
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ o("mask", { id: i, children: [
|
|
/* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }),
|
|
/* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
d: "M3.25 3.25l17.5 17.5",
|
|
stroke: "black",
|
|
strokeWidth: "5.5",
|
|
strokeLinecap: "round"
|
|
}
|
|
)
|
|
] }) }),
|
|
/* @__PURE__ */ r("g", { mask: `url(#${i})`, children: c }),
|
|
/* @__PURE__ */ r(M, {})
|
|
] }) : c
|
|
}
|
|
);
|
|
}
|
|
function M({ strokeWidth: t = 2.2 }) {
|
|
return /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
d: "M3.25 3.25l17.5 17.5",
|
|
stroke: "currentColor",
|
|
strokeWidth: t,
|
|
strokeLinecap: "round"
|
|
}
|
|
);
|
|
}
|
|
function S({ size: t = 20, label: n = "سالم", ...l }) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "M9 21q-.425 0-.712-.288T8 20v-4H4q-.425 0-.712-.288T3 15V9q0-.425.288-.712T4 8h4V4q0-.425.288-.712T9 3h6q.425 0 .713.288T16 4v4h4q.425 0 .713.288T21 9v6q0 .425-.288.713T20 16h-4v4q0 .425-.288.713T15 21z"
|
|
}
|
|
) });
|
|
}
|
|
function g({ size: t = 20, label: n = "معلول", ...l }) {
|
|
return /* @__PURE__ */ o(e, { size: t, label: n, ...l, children: [
|
|
/* @__PURE__ */ r("path", { d: "m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z" }),
|
|
/* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "m7.728 9.245l.544 1.924a4.5 4.5 0 1 0 5.136 6.563l.102-.187l1.78.91a6.5 6.5 0 1 1-7.802-9.138zM11 2a3 3 0 0 1 1.5 5.599v1.32l1.743.581H16a1.5 1.5 0 0 1 0 3h-2q-.243 0-.474-.077l-1.026-.342V13a.5.5 0 0 0 .5.5h2a3.5 3.5 0 0 1 2.8 1.4l1.95 2.6H20a1.5 1.5 0 0 1 0 3h-1a1.5 1.5 0 0 1-1.2-.6l-2.4-3.2a.5.5 0 0 0-.4-.2h-2A3.5 3.5 0 0 1 9.5 13V7.599A3 3 0 0 1 11 2"
|
|
}
|
|
)
|
|
] });
|
|
}
|
|
const a = /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "M16.125 3q2.5 0 4.188 1.85T22 9.25q0 .45-.05.888t-.175.862h-6.25L13.85 8.45h-1.8l-1.35 4.3L9.525 11h-7.3q-.125-.425-.175-.862T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3m-4.15 18.95L3.7 13.625q-.15-.15-.275-.3T3.175 13H8.45l1.725 2.575h1.775l1.35-4.325L14.45 13h6.35l-.25.3l-.25.3z"
|
|
}
|
|
);
|
|
function C({
|
|
size: t = 20,
|
|
label: n = "بیماری خاص دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: a });
|
|
}
|
|
function L({
|
|
size: t = 20,
|
|
label: n = "بیماری خاص ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: a });
|
|
}
|
|
const u = /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "M21 17v-6.9L12 15L1 9l11-6l11 6v8zm-9 4l-7-3.8v-5l7 3.8l7-3.8v5z"
|
|
}
|
|
);
|
|
function V({ size: t = 20, label: n = "محصل", ...l }) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: u });
|
|
}
|
|
function z({ size: t = 20, label: n = "غیر محصل", ...l }) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: u });
|
|
}
|
|
const q = /* @__PURE__ */ r(
|
|
"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 A({
|
|
size: t = 20,
|
|
label: n = "رفت و آمد به مساجد و هیئات دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: q });
|
|
}
|
|
function k({
|
|
size: t = 20,
|
|
label: n = "رفت و آمد به مساجد و هیئات ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: q });
|
|
}
|
|
const T = /* @__PURE__ */ r("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" });
|
|
function N({
|
|
size: t = 20,
|
|
label: n = "اعتقاد به نظام دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: T });
|
|
}
|
|
function w({
|
|
size: t = 20,
|
|
label: n = "اعتقاد به نظام ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: T });
|
|
}
|
|
const s = /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "M9.01 5.128h2c1.104 0 2.458.769 3.024 1.718L16.509 11h4.5a1 1 0 1 1 0 2h-4.595l-2.476 4.154c-.565.95-1.919 1.718-3.024 1.718h-2l3.5-5.872h-6.99L3.99 15.453h-2L4.01 12v-.033l-2-3.42h2L5.444 11h7.065z"
|
|
}
|
|
);
|
|
function B({
|
|
size: t = 20,
|
|
label: n = "مهاجرت دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: s });
|
|
}
|
|
function b({
|
|
size: t = 20,
|
|
label: n = "مهاجرت ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: s });
|
|
}
|
|
const d = /* @__PURE__ */ r(
|
|
"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"
|
|
}
|
|
);
|
|
function Q({
|
|
size: t = 20,
|
|
label: n = "حضور در تجمعات نظام دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: d });
|
|
}
|
|
function j({
|
|
size: t = 20,
|
|
label: n = "حضور در تجمعات نظام ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: d });
|
|
}
|
|
const f = /* @__PURE__ */ o(h, { children: [
|
|
/* @__PURE__ */ r(
|
|
"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__ */ r(
|
|
"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 x({
|
|
size: t = 20,
|
|
label: n = "اعتقادات مذهبی دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: f });
|
|
}
|
|
function y({
|
|
size: t = 20,
|
|
label: n = "اعتقادات مذهبی ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: f });
|
|
}
|
|
function D({ size: t = 20, label: n = "حجاب دارد", ...l }) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: /* @__PURE__ */ r(
|
|
"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-.363M0 22L1.1 9.95q.2-2.1 1.138-3.925t2.4-3.163t3.35-2.1T12 0t4.013.763t3.35 2.1t2.4 3.162T22.9 9.95L24 22z"
|
|
}
|
|
) });
|
|
}
|
|
function R({ size: t = 20, label: n = "حجاب ناقص", ...l }) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: /* @__PURE__ */ r(
|
|
"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"
|
|
}
|
|
) });
|
|
}
|
|
function E({ size: t = 20, label: n = "حجاب ندارد", ...l }) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "M8.113 15.888Q7.75 15.525 7.75 15t.363-.888T9 13.75t.888.363t.362.887t-.363.888T9 16.25t-.888-.363m6 0q-.362-.362-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12 22q3.35 0 5.675-2.325T20 14q0-.6-.075-1.162t-.275-1.088q-.525.125-1.05.188T17.5 12q-2.275 0-4.3-.975T9.75 8.3q-.8 1.95-2.287 3.388T4 13.85V14q0 3.35 2.325 5.675T12 22m-3.9 1.213q-1.825-.788-3.175-2.138T2.788 17.9T2 14q0-.725.1-1.437t.3-1.363Q1.325 10.55.663 9.438T0 6.975Q0 4.9 1.45 3.45T4.975 2q1.325 0 2.438.638T9.2 4.4q.65-.2 1.363-.3T12 4q2.075 0 3.9.788t3.175 2.137t2.138 3.175T22 14t-.788 3.9t-2.137 3.175t-3.175 2.138T12 24t-3.9-.788"
|
|
}
|
|
) });
|
|
}
|
|
const m = /* @__PURE__ */ r(
|
|
"path",
|
|
{
|
|
fill: "currentColor",
|
|
d: "M13.803 5.333c0-1.84 1.5-3.333 3.348-3.333A3.34 3.34 0 0 1 20.5 5.333c0 1.841-1.5 3.334-3.349 3.334a3.35 3.35 0 0 1-2.384-.994l-4.635 3.156a3.34 3.34 0 0 1-.182 1.917l5.082 3.34a3.35 3.35 0 0 1 2.12-.753a3.34 3.34 0 0 1 3.348 3.334C20.5 20.507 19 22 17.151 22a3.34 3.34 0 0 1-3.348-3.333a3.3 3.3 0 0 1 .289-1.356L9.05 14a3.35 3.35 0 0 1-2.202.821A3.34 3.34 0 0 1 3.5 11.487a3.34 3.34 0 0 1 3.348-3.333c1.064 0 2.01.493 2.623 1.261l4.493-3.059a3.3 3.3 0 0 1-.161-1.023"
|
|
}
|
|
);
|
|
function G({
|
|
size: t = 20,
|
|
label: n = "شبکه اجتماعی دارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, ...l, children: m });
|
|
}
|
|
function W({
|
|
size: t = 20,
|
|
label: n = "شبکه اجتماعی ندارد",
|
|
...l
|
|
}) {
|
|
return /* @__PURE__ */ r(e, { size: t, label: n, hasSlash: !0, ...l, children: m });
|
|
}
|
|
export {
|
|
R as HalfHijabIcon,
|
|
N as HasEstablishmentBeliefIcon,
|
|
D as HasHijabIcon,
|
|
B as HasMigrationIcon,
|
|
A as HasMosqueAttendanceIcon,
|
|
x as HasReligiousBeliefIcon,
|
|
G as HasSocialAccountIcon,
|
|
C as HasSpecialDiseaseIcon,
|
|
Q as HasSystemGatheringIcon,
|
|
g as IsDisabledIcon,
|
|
S as IsHealthyIcon,
|
|
z as IsNotStudentIcon,
|
|
V as IsStudentIcon,
|
|
w as NoEstablishmentBeliefIcon,
|
|
E as NoHijabIcon,
|
|
b as NoMigrationIcon,
|
|
k as NoMosqueAttendanceIcon,
|
|
y as NoReligiousBeliefIcon,
|
|
W as NoSocialAccountIcon,
|
|
L as NoSpecialDiseaseIcon,
|
|
j as NoSystemGatheringIcon
|
|
};
|