update icons
This commit is contained in:
parent
5afed3be75
commit
7a47478188
373
dist/icons.js
vendored
373
dist/icons.js
vendored
@ -1,35 +1,51 @@
|
|||||||
import { jsx as T, jsxs as q } from "react/jsx-runtime";
|
import { jsx as e, jsxs as o, Fragment as T } from "react/jsx-runtime";
|
||||||
import "react";
|
import m from "react";
|
||||||
function l({ size: n = 20, label: t, children: r, ...c }) {
|
function l({ size: t = 20, label: n, hasSlash: r = !1, children: c, ...v }) {
|
||||||
return /* @__PURE__ */ T(
|
const i = m.useId();
|
||||||
|
return /* @__PURE__ */ e(
|
||||||
"svg",
|
"svg",
|
||||||
{
|
{
|
||||||
xmlns: "http://www.w3.org/2000/svg",
|
xmlns: "http://www.w3.org/2000/svg",
|
||||||
width: n,
|
width: t,
|
||||||
height: n,
|
height: t,
|
||||||
viewBox: "0 0 24 24",
|
viewBox: "0 0 24 24",
|
||||||
fill: "none",
|
fill: "none",
|
||||||
"aria-hidden": t ? void 0 : !0,
|
"aria-hidden": n ? void 0 : !0,
|
||||||
role: t ? "img" : void 0,
|
role: n ? "img" : void 0,
|
||||||
"aria-label": t,
|
"aria-label": n,
|
||||||
...c,
|
...v,
|
||||||
children: r
|
children: r ? /* @__PURE__ */ o(T, { children: [
|
||||||
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ o("mask", { id: i, children: [
|
||||||
|
/* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white" }),
|
||||||
|
/* @__PURE__ */ e(
|
||||||
|
"path",
|
||||||
|
{
|
||||||
|
d: "M3.25 3.25l17.5 17.5",
|
||||||
|
stroke: "black",
|
||||||
|
strokeWidth: "5.5",
|
||||||
|
strokeLinecap: "round"
|
||||||
|
}
|
||||||
|
)
|
||||||
|
] }) }),
|
||||||
|
/* @__PURE__ */ e("g", { mask: `url(#${i})`, children: c }),
|
||||||
|
/* @__PURE__ */ e(M, {})
|
||||||
|
] }) : c
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
function o() {
|
function M({ strokeWidth: t = 2.2 }) {
|
||||||
return /* @__PURE__ */ T(
|
return /* @__PURE__ */ e(
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
d: "M3 3l18 18",
|
d: "M3.25 3.25l17.5 17.5",
|
||||||
stroke: "currentColor",
|
stroke: "currentColor",
|
||||||
strokeWidth: "2.2",
|
strokeWidth: t,
|
||||||
strokeLinecap: "round"
|
strokeLinecap: "round"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
function i({ size: n = 20, label: t = "سالم", ...r }) {
|
function S({ size: t = 20, label: n = "سالم", ...r }) {
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: /* @__PURE__ */ e(
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
fill: "currentColor",
|
||||||
@ -37,8 +53,8 @@ function i({ size: n = 20, label: t = "سالم", ...r }) {
|
|||||||
}
|
}
|
||||||
) });
|
) });
|
||||||
}
|
}
|
||||||
function u({ size: n = 20, label: t = "معلول", ...r }) {
|
function g({ size: t = 20, label: n = "معلول", ...r }) {
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: /* @__PURE__ */ e(
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
fill: "currentColor",
|
||||||
@ -46,145 +62,106 @@ function u({ size: n = 20, label: t = "معلول", ...r }) {
|
|||||||
}
|
}
|
||||||
) });
|
) });
|
||||||
}
|
}
|
||||||
function v({ size: n = 20, label: t = "محصل", ...r }) {
|
const h = /* @__PURE__ */ e(
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"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"
|
||||||
}
|
}
|
||||||
) });
|
);
|
||||||
|
function H({ size: t = 20, label: n = "محصل", ...r }) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: h });
|
||||||
}
|
}
|
||||||
function a({ size: n = 20, label: t = "غیر محصل", ...r }) {
|
function V({ size: t = 20, label: n = "غیر محصل", ...r }) {
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: h });
|
||||||
/* @__PURE__ */ T(
|
|
||||||
"path",
|
|
||||||
{
|
|
||||||
fill: "currentColor",
|
|
||||||
d: "M21 17v-6.9L12 15L1 9l11-6l11 6v8zm-9 4l-7-3.8v-5l7 3.8l7-3.8v5z"
|
|
||||||
}
|
}
|
||||||
),
|
const q = /* @__PURE__ */ e(
|
||||||
/* @__PURE__ */ T(o, {})
|
|
||||||
] });
|
|
||||||
}
|
|
||||||
function d({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "رفت و آمد به مساجد و هیئات دارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"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: "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,
|
|
||||||
label: t = "رفت و آمد به مساجد و هیئات ندارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
|
||||||
/* @__PURE__ */ T(
|
|
||||||
"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__ */ T(o, {})
|
|
||||||
] });
|
|
||||||
}
|
|
||||||
function s({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "اعتقاد به نظام دارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }) });
|
|
||||||
}
|
|
||||||
function M({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "اعتقاد به نظام ندارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
|
||||||
/* @__PURE__ */ T("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" }),
|
|
||||||
/* @__PURE__ */ T(o, {})
|
|
||||||
] });
|
|
||||||
}
|
|
||||||
function m({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "مهاجرت دارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"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 V({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "مهاجرت ندارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
|
||||||
/* @__PURE__ */ T(
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
),
|
|
||||||
/* @__PURE__ */ T(o, {})
|
|
||||||
] });
|
|
||||||
}
|
|
||||||
function p({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "حضور در تجمعات نظام دارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"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 z({
|
|
||||||
size: n = 20,
|
|
||||||
label: t = "حضور در تجمعات نظام ندارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
|
||||||
/* @__PURE__ */ T(
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
),
|
|
||||||
/* @__PURE__ */ T(o, {})
|
|
||||||
] });
|
|
||||||
}
|
|
||||||
function C({
|
function C({
|
||||||
size: n = 20,
|
size: t = 20,
|
||||||
label: t = "اعتقادات مذهبی دارد",
|
label: n = "رفت و آمد به مساجد و هیئات دارد",
|
||||||
...r
|
...r
|
||||||
}) {
|
}) {
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: q });
|
||||||
/* @__PURE__ */ T(
|
}
|
||||||
|
function L({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "رفت و آمد به مساجد و هیئات ندارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: q });
|
||||||
|
}
|
||||||
|
const u = /* @__PURE__ */ e("path", { fill: "currentColor", d: "M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" });
|
||||||
|
function z({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "اعتقاد به نظام دارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: u });
|
||||||
|
}
|
||||||
|
function k({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "اعتقاد به نظام ندارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: u });
|
||||||
|
}
|
||||||
|
const a = /* @__PURE__ */ e(
|
||||||
|
"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 w({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "مهاجرت دارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: a });
|
||||||
|
}
|
||||||
|
function A({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "مهاجرت ندارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: a });
|
||||||
|
}
|
||||||
|
const s = /* @__PURE__ */ e(
|
||||||
|
"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 B({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "حضور در تجمعات نظام دارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: s });
|
||||||
|
}
|
||||||
|
function N({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "حضور در تجمعات نظام ندارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: s });
|
||||||
|
}
|
||||||
|
const d = /* @__PURE__ */ o(T, { children: [
|
||||||
|
/* @__PURE__ */ e(
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
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"
|
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__ */ T(
|
/* @__PURE__ */ e(
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
fill: "currentColor",
|
||||||
@ -192,32 +169,22 @@ function C({
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
] });
|
] });
|
||||||
}
|
function b({
|
||||||
function I({
|
size: t = 20,
|
||||||
size: n = 20,
|
label: n = "اعتقادات مذهبی دارد",
|
||||||
label: t = "اعتقادات مذهبی ندارد",
|
|
||||||
...r
|
...r
|
||||||
}) {
|
}) {
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: d });
|
||||||
/* @__PURE__ */ T(
|
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
),
|
function Q({
|
||||||
/* @__PURE__ */ T(
|
size: t = 20,
|
||||||
"path",
|
label: n = "اعتقادات مذهبی ندارد",
|
||||||
{
|
...r
|
||||||
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"
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: d });
|
||||||
}
|
}
|
||||||
),
|
function j({ size: t = 20, label: n = "حجاب دارد", ...r }) {
|
||||||
/* @__PURE__ */ T(o, {})
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: /* @__PURE__ */ e(
|
||||||
] });
|
|
||||||
}
|
|
||||||
function L({ size: n = 20, label: t = "حجاب دارد", ...r }) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
fill: "currentColor",
|
||||||
@ -225,17 +192,8 @@ function L({ size: n = 20, label: t = "حجاب دارد", ...r }) {
|
|||||||
}
|
}
|
||||||
) });
|
) });
|
||||||
}
|
}
|
||||||
function H({ size: n = 20, label: t = "حجاب ندارد", ...r }) {
|
function x({ size: t = 20, label: n = "حجاب ناقص", ...r }) {
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: /* @__PURE__ */ e(
|
||||||
"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"
|
|
||||||
}
|
|
||||||
) });
|
|
||||||
}
|
|
||||||
function g({ size: n = 20, label: t = "حجاب ناقص", ...r }) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
fill: "currentColor",
|
||||||
@ -243,53 +201,54 @@ function g({ size: n = 20, label: t = "حجاب ناقص", ...r }) {
|
|||||||
}
|
}
|
||||||
) });
|
) });
|
||||||
}
|
}
|
||||||
function Q({
|
function y({ size: t = 20, label: n = "حجاب ندارد", ...r }) {
|
||||||
size: n = 20,
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: /* @__PURE__ */ e(
|
||||||
label: t = "شبکه اجتماعی دارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ T(l, { size: n, label: t, ...r, children: /* @__PURE__ */ T(
|
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
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"
|
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"
|
||||||
}
|
}
|
||||||
) });
|
) });
|
||||||
}
|
}
|
||||||
function S({
|
const f = /* @__PURE__ */ e(
|
||||||
size: n = 20,
|
|
||||||
label: t = "شبکه اجتماعی ندارد",
|
|
||||||
...r
|
|
||||||
}) {
|
|
||||||
return /* @__PURE__ */ q(l, { size: n, label: t, ...r, children: [
|
|
||||||
/* @__PURE__ */ T(
|
|
||||||
"path",
|
"path",
|
||||||
{
|
{
|
||||||
fill: "currentColor",
|
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"
|
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"
|
||||||
}
|
}
|
||||||
),
|
);
|
||||||
/* @__PURE__ */ T(o, {})
|
function R({
|
||||||
] });
|
size: t = 20,
|
||||||
|
label: n = "شبکه اجتماعی دارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, ...r, children: f });
|
||||||
|
}
|
||||||
|
function E({
|
||||||
|
size: t = 20,
|
||||||
|
label: n = "شبکه اجتماعی ندارد",
|
||||||
|
...r
|
||||||
|
}) {
|
||||||
|
return /* @__PURE__ */ e(l, { size: t, label: n, hasSlash: !0, ...r, children: f });
|
||||||
}
|
}
|
||||||
export {
|
export {
|
||||||
g as HalfHijabIcon,
|
x as HalfHijabIcon,
|
||||||
s as HasEstablishmentBeliefIcon,
|
z as HasEstablishmentBeliefIcon,
|
||||||
L as HasHijabIcon,
|
j as HasHijabIcon,
|
||||||
m as HasMigrationIcon,
|
w as HasMigrationIcon,
|
||||||
d as HasMosqueAttendanceIcon,
|
C as HasMosqueAttendanceIcon,
|
||||||
C as HasReligiousBeliefIcon,
|
b as HasReligiousBeliefIcon,
|
||||||
Q as HasSocialAccountIcon,
|
R as HasSocialAccountIcon,
|
||||||
p as HasSystemGatheringIcon,
|
B as HasSystemGatheringIcon,
|
||||||
u as IsDisabledIcon,
|
g as IsDisabledIcon,
|
||||||
i as IsHealthyIcon,
|
S as IsHealthyIcon,
|
||||||
a as IsNotStudentIcon,
|
V as IsNotStudentIcon,
|
||||||
v as IsStudentIcon,
|
H as IsStudentIcon,
|
||||||
M as NoEstablishmentBeliefIcon,
|
k as NoEstablishmentBeliefIcon,
|
||||||
H as NoHijabIcon,
|
y as NoHijabIcon,
|
||||||
V as NoMigrationIcon,
|
A as NoMigrationIcon,
|
||||||
f as NoMosqueAttendanceIcon,
|
L as NoMosqueAttendanceIcon,
|
||||||
I as NoReligiousBeliefIcon,
|
Q as NoReligiousBeliefIcon,
|
||||||
S as NoSocialAccountIcon,
|
E as NoSocialAccountIcon,
|
||||||
z as NoSystemGatheringIcon
|
N as NoSystemGatheringIcon
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
function BaseIcon({ size = 20, label, children, ...props }) {
|
function BaseIcon({ size = 20, label, hasSlash = false, children, ...props }) {
|
||||||
|
const slashMaskId = React.useId();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@ -13,17 +15,37 @@ function BaseIcon({ size = 20, label, children, ...props }) {
|
|||||||
aria-label={label}
|
aria-label={label}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
{children}
|
{hasSlash ? (
|
||||||
|
<>
|
||||||
|
<defs>
|
||||||
|
<mask id={slashMaskId}>
|
||||||
|
<rect width="24" height="24" fill="white" />
|
||||||
|
<path
|
||||||
|
d="M3.25 3.25l17.5 17.5"
|
||||||
|
stroke="black"
|
||||||
|
strokeWidth="5.5"
|
||||||
|
strokeLinecap="round"
|
||||||
|
/>
|
||||||
|
</mask>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<g mask={`url(#${slashMaskId})`}>{children}</g>
|
||||||
|
|
||||||
|
<Slash />
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
children
|
||||||
|
)}
|
||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function Slash() {
|
function Slash({ strokeWidth = 2.2 }) {
|
||||||
return (
|
return (
|
||||||
<path
|
<path
|
||||||
d="M3 3l18 18"
|
d="M3.25 3.25l17.5 17.5"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
strokeWidth="2.2"
|
strokeWidth={strokeWidth}
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
@ -51,29 +73,36 @@ export function IsDisabledIcon({ size = 20, label = "معلول", ...props }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function IsStudentIcon({ size = 20, label = "محصل", ...props }) {
|
const Student = (
|
||||||
return (
|
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
|
||||||
<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"
|
||||||
/>
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
|
export function IsStudentIcon({ size = 20, label = "محصل", ...props }) {
|
||||||
|
return (
|
||||||
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
|
{Student}
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function IsNotStudentIcon({ size = 20, label = "غیر محصل", ...props }) {
|
export function IsNotStudentIcon({ size = 20, label = "غیر محصل", ...props }) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path
|
{Student}
|
||||||
fill="currentColor"
|
|
||||||
d="M21 17v-6.9L12 15L1 9l11-6l11 6v8zm-9 4l-7-3.8v-5l7 3.8l7-3.8v5z"
|
|
||||||
/>
|
|
||||||
<Slash />
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const MosqueAttendance = (
|
||||||
|
<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"
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
export function HasMosqueAttendanceIcon({
|
export function HasMosqueAttendanceIcon({
|
||||||
size = 20,
|
size = 20,
|
||||||
label = "رفت و آمد به مساجد و هیئات دارد",
|
label = "رفت و آمد به مساجد و هیئات دارد",
|
||||||
@ -81,10 +110,7 @@ export function HasMosqueAttendanceIcon({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
<path
|
{MosqueAttendance}
|
||||||
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"
|
|
||||||
/>
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -95,16 +121,16 @@ export function NoMosqueAttendanceIcon({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path
|
{MosqueAttendance}
|
||||||
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"
|
|
||||||
/>
|
|
||||||
<Slash />
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const EstablishmentBelief = (
|
||||||
|
<path fill="currentColor" d="M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" />
|
||||||
|
);
|
||||||
|
|
||||||
export function HasEstablishmentBeliefIcon({
|
export function HasEstablishmentBeliefIcon({
|
||||||
size = 20,
|
size = 20,
|
||||||
label = "اعتقاد به نظام دارد",
|
label = "اعتقاد به نظام دارد",
|
||||||
@ -112,7 +138,7 @@ export function HasEstablishmentBeliefIcon({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
<path fill="currentColor" d="M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" />
|
{EstablishmentBelief}
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -123,13 +149,19 @@ export function NoEstablishmentBeliefIcon({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path fill="currentColor" d="M5 21V3h10l.4 2H21v10h-7l-.4-2H7v8z" />
|
{EstablishmentBelief}
|
||||||
<Slash />
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const Migration = (
|
||||||
|
<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"
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
export function HasMigrationIcon({
|
export function HasMigrationIcon({
|
||||||
size = 20,
|
size = 20,
|
||||||
label = "مهاجرت دارد",
|
label = "مهاجرت دارد",
|
||||||
@ -137,10 +169,7 @@ export function HasMigrationIcon({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
<path
|
{Migration}
|
||||||
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"
|
|
||||||
/>
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -151,16 +180,19 @@ export function NoMigrationIcon({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path
|
{Migration}
|
||||||
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"
|
|
||||||
/>
|
|
||||||
<Slash />
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const SystemGathering = (
|
||||||
|
<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"
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
export function HasSystemGatheringIcon({
|
export function HasSystemGatheringIcon({
|
||||||
size = 20,
|
size = 20,
|
||||||
label = "حضور در تجمعات نظام دارد",
|
label = "حضور در تجمعات نظام دارد",
|
||||||
@ -168,10 +200,7 @@ export function HasSystemGatheringIcon({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
<path
|
{SystemGathering}
|
||||||
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>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -182,23 +211,14 @@ export function NoSystemGatheringIcon({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path
|
{SystemGathering}
|
||||||
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>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function HasReligiousBeliefIcon({
|
const ReligiousBelief = (
|
||||||
size = 20,
|
<>
|
||||||
label = "اعتقادات مذهبی دارد",
|
|
||||||
...props
|
|
||||||
}) {
|
|
||||||
return (
|
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
|
||||||
<path
|
<path
|
||||||
fill="currentColor"
|
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"
|
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"
|
||||||
@ -207,6 +227,17 @@ export function HasReligiousBeliefIcon({
|
|||||||
fill="currentColor"
|
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"
|
d="M19.5 2A2.5 2.5 0 0 0 17 4.5V6h5V4.5A2.5 2.5 0 0 0 19.5 2"
|
||||||
/>
|
/>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
|
||||||
|
export function HasReligiousBeliefIcon({
|
||||||
|
size = 20,
|
||||||
|
label = "اعتقادات مذهبی دارد",
|
||||||
|
...props
|
||||||
|
}) {
|
||||||
|
return (
|
||||||
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
|
{ReligiousBelief}
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -217,16 +248,8 @@ export function NoReligiousBeliefIcon({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path
|
{ReligiousBelief}
|
||||||
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>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -242,17 +265,6 @@ export function HasHijabIcon({ size = 20, label = "حجاب دارد", ...props
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function NoHijabIcon({ size = 20, label = "حجاب ندارد", ...props }) {
|
|
||||||
return (
|
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
|
||||||
<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"
|
|
||||||
/>
|
|
||||||
</BaseIcon>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function HalfHijabIcon({ size = 20, label = "حجاب ناقص", ...props }) {
|
export function HalfHijabIcon({ size = 20, label = "حجاب ناقص", ...props }) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
@ -264,6 +276,24 @@ export function HalfHijabIcon({ size = 20, label = "حجاب ناقص", ...props
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function NoHijabIcon({ size = 20, label = "حجاب ندارد", ...props }) {
|
||||||
|
return (
|
||||||
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
|
<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"
|
||||||
|
/>
|
||||||
|
</BaseIcon>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const SocialAccount = (
|
||||||
|
<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"
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
export function HasSocialAccountIcon({
|
export function HasSocialAccountIcon({
|
||||||
size = 20,
|
size = 20,
|
||||||
label = "شبکه اجتماعی دارد",
|
label = "شبکه اجتماعی دارد",
|
||||||
@ -271,10 +301,7 @@ export function HasSocialAccountIcon({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} {...props}>
|
||||||
<path
|
{SocialAccount}
|
||||||
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>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -285,12 +312,8 @@ export function NoSocialAccountIcon({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<BaseIcon size={size} label={label} {...props}>
|
<BaseIcon size={size} label={label} hasSlash {...props}>
|
||||||
<path
|
{SocialAccount}
|
||||||
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 />
|
|
||||||
</BaseIcon>
|
</BaseIcon>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user