@hh.ru/magritte-ui-icon 13.3.0 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconDynamic-9AXNXtlD.js +19 -0
- package/{IconDynamic-DvPGEi9Q.js.map → IconDynamic-9AXNXtlD.js.map} +1 -1
- package/IconDynamic.js +1 -1
- package/LoaderGlyph.js +1 -1
- package/Skeleton.js +1 -1
- package/country.js +1 -1
- package/hoc.js +1 -1
- package/icon.js +6 -2
- package/icon.js.map +1 -1
- package/icon.mock.d.ts +4 -0
- package/icon.mock.js +17 -1
- package/icon.mock.js.map +1 -1
- package/index.css +1168 -1168
- package/index.js +1 -1
- package/package.json +5 -5
- package/private.js +1 -1
- package/product.js +1 -1
- package/service.js +1 -1
- package/variants/country/index.js +1 -1
- package/variants/icon/BagFilledSize16.js +1 -1
- package/variants/icon/BagFilledSize16.js.map +1 -1
- package/variants/icon/BagFilledSize24.js +1 -1
- package/variants/icon/BagFilledSize24.js.map +1 -1
- package/variants/icon/CrossOutlinedSize16.js +1 -1
- package/variants/icon/CrossOutlinedSize16.js.map +1 -1
- package/variants/icon/CrossOutlinedSize24.js +1 -1
- package/variants/icon/CrossOutlinedSize24.js.map +1 -1
- package/variants/icon/EmojiNeutral3dSize32.js +1 -1
- package/variants/icon/EmojiNeutral3dSize32.js.map +1 -1
- package/variants/icon/EmojiNeutralOutlinedSize24.js +1 -1
- package/variants/icon/EmojiNeutralOutlinedSize24.js.map +1 -1
- package/variants/icon/EmojiNeutralOutlinedSize32.js +1 -1
- package/variants/icon/EmojiNeutralOutlinedSize32.js.map +1 -1
- package/variants/icon/EmojiSad3dSize32.js +1 -1
- package/variants/icon/EmojiSad3dSize32.js.map +1 -1
- package/variants/icon/HumanCircleFilledSize16.d.ts +2 -0
- package/variants/icon/HumanCircleFilledSize16.js +9 -0
- package/variants/icon/HumanCircleFilledSize16.js.map +1 -0
- package/variants/icon/HumanCircleFilledSize24.d.ts +2 -0
- package/variants/icon/HumanCircleFilledSize24.js +9 -0
- package/variants/icon/HumanCircleFilledSize24.js.map +1 -0
- package/variants/icon/HumanCircleOutlinedSize16.d.ts +2 -0
- package/variants/icon/HumanCircleOutlinedSize16.js +9 -0
- package/variants/icon/HumanCircleOutlinedSize16.js.map +1 -0
- package/variants/icon/HumanCircleOutlinedSize24.d.ts +2 -0
- package/variants/icon/HumanCircleOutlinedSize24.js +9 -0
- package/variants/icon/HumanCircleOutlinedSize24.js.map +1 -0
- package/variants/icon/LoaderOutlinedSize64.js +1 -1
- package/variants/icon/LoaderOutlinedSize64.js.map +1 -1
- package/variants/icon/index.d.ts +20 -0
- package/variants/icon/index.js +10 -2
- package/variants/icon/index.js.map +1 -1
- package/variants/private/index.js +1 -1
- package/variants/product/index.js +1 -1
- package/variants/service/index.js +1 -1
- package/IconDynamic-DvPGEi9Q.js +0 -19
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
2
|
+
export { I as IconDynamic } from './IconDynamic-9AXNXtlD.js';
|
|
3
3
|
export { isIconElement } from './types.js';
|
|
4
4
|
export { SkeletonSize16, SkeletonSize24, SkeletonSize32 } from './Skeleton.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-icon",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@hh.ru/magritte-common-use-disabled": "1.0.13",
|
|
30
30
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.9",
|
|
31
|
-
"@hh.ru/magritte-design-tokens": "24.0.
|
|
31
|
+
"@hh.ru/magritte-design-tokens": "24.0.2",
|
|
32
32
|
"@hh.ru/magritte-types": "5.0.5",
|
|
33
|
-
"@hh.ru/magritte-ui-badge": "3.
|
|
33
|
+
"@hh.ru/magritte-ui-badge": "3.3.1",
|
|
34
34
|
"@hh.ru/magritte-ui-breakpoint": "6.0.1",
|
|
35
35
|
"@hh.ru/magritte-ui-mock-component": "1.1.5",
|
|
36
|
-
"@hh.ru/magritte-ui-skeleton": "3.0.
|
|
36
|
+
"@hh.ru/magritte-ui-skeleton": "3.0.10"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"classnames": ">=2.3.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "0bee0320d8b83b5915471b94b688af7954d5f7bd"
|
|
46
46
|
}
|
package/private.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { CheckboxCheckSize16, CheckboxCheckSize24, CheckboxLineSize16, CheckboxLineSize24, Diagram100Size16, Diagram100Size24, Diagram60Size16, Diagram60Size24, Diagram75Size16, Diagram75Size24, Diagram80Size16, Diagram80Size24, GripSize16, GripSize24, MetroLineSize16, MetroLineSize24, MetroStationSize16, MetroStationSize24, RadioCircleSize16, RadioCircleSize24, SkillPieAdvancedSize16, SkillPieAdvancedSize24, SkillPieBaseSize16, SkillPieBaseSize24, SkillPieMiddleSize16, SkillPieMiddleSize24 } from './variants/private/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-9AXNXtlD.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
package/product.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { CheckmarkOutlinedCircledSize16, CheckmarkOutlinedCircledSize24, CheckmarkOutlinedSize16, CheckmarkOutlinedSize24, ChevronArrowDiagonalUpRightFilledSize16, ChevronArrowDiagonalUpRightFilledSize24, ChevronArrowDownRightFilledSize16, ChevronArrowDownRightFilledSize24, ChevronArrowRightFilledSize16, ChevronArrowRightFilledSize24, ChevronGroup1FilledSize16, ChevronGroup1FilledSize24, ChevronGroup2FilledSize16, ChevronGroup2FilledSize24, ChevronGroup3FilledSize16, ChevronGroup3FilledSize24, CompanysLifeFilledSize16, CompanysLifeFilledSize24, CompanysLifeOutlinedCircledSize16, CompanysLifeOutlinedCircledSize24, CompanysLifeOutlinedSize16, CompanysLifeOutlinedSize24, DreamjobCircledSize16, DreamjobCircledSize24, DreamjobSize16, DreamjobSize24, EmployersRatingFilledSize16, EmployersRatingFilledSize24, EmployersRatingOutlinedCircledSize16, EmployersRatingOutlinedCircledSize24, EmployersRatingOutlinedSize16, EmployersRatingOutlinedSize24, HrBrandOutlinedCircledSize16, HrBrandOutlinedCircledSize24, HrBrandOutlinedSize16, HrBrandOutlinedSize24, ItAccreditationCircledSize16, ItAccreditationCircledSize24, ItAccreditationFilledSize16, ItAccreditationFilledSize24, ItAccreditationSize16, ItAccreditationSize24, LabelEyeFilledSize16, LabelEyeFilledSize24, LabelFlameFilledSize16, LabelFlameFilledSize24, LabelThumbFilledSize16, LabelThumbFilledSize24, LabelUserFilledSize16, LabelUserFilledSize24, OvalSplitFilledSize16, OvalSplitFilledSize24, QuestionFilledSize16, QuestionFilledSize24 } from './variants/product/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-9AXNXtlD.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
package/service.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { AndroidBrandSize16, AndroidBrandSize24, AndroidGrayscaleSize16, AndroidGrayscaleSize24, AndroidSolidSize16, AndroidSolidSize24, AppleBrandAltSize16, AppleBrandAltSize24, AppleBrandSize16, AppleBrandSize24, AppleGrayscaleSize16, AppleGrayscaleSize24, AppleSolidSize16, AppleSolidSize24, ClickmeBrandSize16, ClickmeBrandSize24, DnrBrandSize16, DnrBrandSize24, DnrGrayscaleSize16, DnrGrayscaleSize24, DnrSolidSize16, DnrSolidSize24, DreamjobBrandSize16, DreamjobBrandSize24, DreamjobGrayscaleSize16, DreamjobGrayscaleSize24, DreamjobSolidSize16, DreamjobSolidSize24, DzenBrandSize16, DzenBrandSize24, DzenGrayscaleSize16, DzenGrayscaleSize24, DzenSolidSize16, DzenSolidSize24, EsiaBrandAltSize16, EsiaBrandAltSize24, EsiaBrandSize16, EsiaBrandSize24, EsiaGrayscaleSize16, EsiaGrayscaleSize24, EsiaSolidSize16, EsiaSolidSize24, FacebookBrandSize16, FacebookBrandSize24, FacebookGrayscaleSize16, FacebookGrayscaleSize24, FacebookSolidSize16, FacebookSolidSize24, FlBrandSize16, FlBrandSize24, FlGrayscaleSize16, FlGrayscaleSize24, FlSolidSize16, FlSolidSize24, GithubBrandSize16, GithubBrandSize24, GithubGrayscaleSize16, GithubGrayscaleSize24, GithubSolidSize16, GithubSolidSize24, GoogleBrandSize16, GoogleBrandSize24, GoogleGrayscaleSize16, GoogleGrayscaleSize24, GoogleSolidSize16, GoogleSolidSize24, HhBrandSize16, HhBrandSize24, HhGrayscaleSize16, HhGrayscaleSize24, HhProBrandSize16, HhProBrandSize24, HhProBrandSize32, HhProGrayscaleSize16, HhProGrayscaleSize24, HhProGrayscaleSize32, HhProSolidSize16, HhProSolidSize24, HhProSolidSize32, HhSolidSize16, HhSolidSize24, HrLinkBrandSize16, HrLinkBrandSize24, HrLinkGrayscaleSize16, HrLinkGrayscaleSize24, HrLinkSolidSize16, HrLinkSolidSize24, IcqBrandSize16, IcqBrandSize24, IcqGrayscaleSize16, IcqGrayscaleSize24, IcqSolidSize16, IcqSolidSize24, ImessageBrandSize16, ImessageBrandSize24, ImessageGrayscaleSize16, ImessageGrayscaleSize24, ImessageSolidSize16, ImessageSolidSize24, IndexBrandSize16, IndexBrandSize24, IndexGrayscaleSize16, IndexGrayscaleSize24, IndexSolidSize16, IndexSolidSize24, InstagramBrandSize16, InstagramBrandSize24, InstagramGrayscaleSize16, InstagramGrayscaleSize24, InstagramSolidSize16, InstagramSolidSize24, LinkedinBrandSize16, LinkedinBrandSize24, LinkedinGrayscaleSize16, LinkedinGrayscaleSize24, LinkedinSolidSize16, LinkedinSolidSize24, LivejournalBrandSize16, LivejournalBrandSize24, LivejournalGrayscaleSize16, LivejournalGrayscaleSize24, LivejournalSolidSize16, LivejournalSolidSize24, MailBrandAltSize16, MailBrandAltSize24, MailBrandSize16, MailBrandSize24, MailGrayscaleSize16, MailGrayscaleSize24, MailSolidSize16, MailSolidSize24, MaxGrayscaleSize16, MaxGrayscaleSize24, MaxSolidSize16, MaxSolidSize24, MaxSquareBrandSize16, MaxSquareBrandSize24, MaxSquareGrayscaleSize16, MaxSquareGrayscaleSize24, MaxSquareSolidSize16, MaxSquareSolidSize24, MediumBrandSize16, MediumBrandSize24, MediumSize16, MediumSize24, MediumSolidSize16, MediumSolidSize24, OkBrandAltSize16, OkBrandAltSize24, OkBrandSize16, OkBrandSize24, OkGrayscaleSize16, OkGrayscaleSize24, OkSolidSize16, OkSolidSize24, RabotaByBrandSize16, RabotaByBrandSize24, RabotaByGrayscaleSize16, RabotaByGrayscaleSize24, RabotaBySolidSize16, RabotaBySolidSize24, SetkaBrandSize16, SetkaBrandSize24, SetkaBrandSize32, SetkaBrandSize48, SetkaGrayscaleSize16, SetkaGrayscaleSize24, SetkaGrayscaleSize32, SetkaGrayscaleSize48, SetkaSolidSize16, SetkaSolidSize24, SetkaSolidSize32, SetkaSolidSize48, SkillazBrandSize16, SkillazBrandSize24, SkypeBrandSize16, SkypeBrandSize24, SkypeGrayscaleSize16, SkypeGrayscaleSize24, SkypeSolidSize16, SkypeSolidSize24, StackoverflowBrandSize16, StackoverflowBrandSize24, StackoverflowGrayscaleSize16, StackoverflowGrayscaleSize24, StackoverflowSolidSize16, StackoverflowSolidSize24, TalantixBrandSize16, TalantixBrandSize24, TalantixGrayscaleSize16, TalantixGrayscaleSize24, TalantixLiteSize16, TalantixLiteSize24, TalantixSolidSize16, TalantixSolidSize24, TelegramBrandSize16, TelegramBrandSize24, TelegramGrayscaleSize16, TelegramGrayscaleSize24, TelegramSolidSize16, TelegramSolidSize24, TinkoffBrandAltSize16, TinkoffBrandAltSize24, TinkoffBrandSize16, TinkoffBrandSize24, TinkoffGrayscaleSize16, TinkoffGrayscaleSize24, TinkoffIdBrandSize16, TinkoffIdBrandSize24, TinkoffIdGrayscaleSize16, TinkoffIdGrayscaleSize24, TinkoffIdSolidSize16, TinkoffIdSolidSize24, TinkoffSolidSize16, TinkoffSolidSize24, TwitterBrandSize16, TwitterBrandSize24, TwitterGrayscaleSize16, TwitterGrayscaleSize24, TwitterSolidSize16, TwitterSolidSize24, ViberBrandSize16, ViberBrandSize24, ViberGrayscaleSize16, ViberGrayscaleSize24, ViberSolidSize16, ViberSolidSize24, VkBrandAltSize16, VkBrandAltSize24, VkBrandSize16, VkBrandSize24, VkGrayscaleSize16, VkGrayscaleSize24, VkSolidSize16, VkSolidSize24, VkSquareBrandAltSize16, VkSquareBrandAltSize24, VkSquareBrandSize16, VkSquareBrandSize24, VkSquareGrayscaleSize16, VkSquareGrayscaleSize24, VkSquareSolidSize16, VkSquareSolidSize24, WhatsappBrandSize16, WhatsappBrandSize24, WhatsappGrayscaleSize16, WhatsappGrayscaleSize24, WhatsappSolidSize16, WhatsappSolidSize24, YandexBrandAltSize16, YandexBrandAltSize24, YandexBrandSize16, YandexBrandSize24, YandexGrayscaleSize16, YandexGrayscaleSize24, YandexSolidSize16, YandexSolidSize24, ZarplataBrandSize16, ZarplataBrandSize24, ZarplataGrayscaleSize16, ZarplataGrayscaleSize24, ZarplataSolidSize16, ZarplataSolidSize24 } from './variants/service/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-9AXNXtlD.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
|
@@ -37,7 +37,7 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
37
37
|
import '@hh.ru/magritte-common-use-multiple-refs';
|
|
38
38
|
import '@hh.ru/magritte-ui-badge';
|
|
39
39
|
import '@hh.ru/magritte-ui-breakpoint';
|
|
40
|
-
import '../../IconDynamic-
|
|
40
|
+
import '../../IconDynamic-9AXNXtlD.js';
|
|
41
41
|
import '../../LoaderGlyph.js';
|
|
42
42
|
import '../icon/LoaderOutlinedSize16.js';
|
|
43
43
|
import '../icon/LoaderOutlinedSize24.js';
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const BagFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.
|
|
5
|
+
const BagFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6625 0C11.7443 0 12.2868 0 12.7387 0.25C13.1903 0.5 13.4781 0.958409 14.0522 1.87402L14.0532 1.87598L14.9672 3.33301L15.4311 11.7803C15.54 13.7597 15.5943 14.7498 15.0024 15.375L14.8872 15.4854C14.2836 16 13.2956 16 11.4389 16H4.56391L3.32563 15.9922C2.23547 15.9681 1.56671 15.8713 1.11372 15.4854L0.997504 15.375C0.479579 14.828 0.456422 14.0016 0.531684 12.4775L0.568794 11.7803L1.03364 3.33301L1.94672 1.87598C2.52168 0.958984 2.81004 0.500107 3.26215 0.25C3.71418 0.000117227 4.25601 7.51501e-10 5.33832 0H10.6625ZM4.17036 6C4.55988 8.203 5.68265 10 8.00434 10C10.1806 9.99983 11.3035 8.42063 11.7563 6.4082L11.8383 6H10.4116C10.2951 6.55492 10.1274 7.04613 9.90571 7.44531C9.48992 8.19369 8.92237 8.5995 8.00434 8.59961C7.08616 8.59961 6.51881 8.19369 6.10297 7.44531C5.9367 7.14601 5.80045 6.79511 5.69379 6.4043L5.59711 6H4.17036ZM5.33832 1.40039C4.77089 1.40039 4.44199 1.40139 4.19672 1.4248C4.08618 1.43537 4.02308 1.44856 3.98774 1.45801C3.95741 1.46614 3.94527 1.47165 3.93989 1.47461C3.93461 1.47753 3.92375 1.4846 3.90082 1.50586C3.87409 1.53071 3.82904 1.57774 3.76118 1.66602C3.61109 1.8613 3.43549 2.13865 3.13422 2.61914L2.87934 3.02344C3.04775 3.06188 3.25255 3.10422 3.49555 3.14648C4.41014 3.30551 5.8699 3.46973 8.00043 3.46973C10.131 3.4697 11.5908 3.30552 12.5053 3.14648C12.7471 3.10443 12.9507 3.06172 13.1186 3.02344L12.8657 2.61914C12.5644 2.13868 12.3888 1.86129 12.2387 1.66602C12.1711 1.57801 12.1268 1.53077 12.1 1.50586C12.0775 1.48489 12.0655 1.47766 12.06 1.47461C12.0545 1.47159 12.0424 1.46588 12.0131 1.45801C11.9779 1.44858 11.9146 1.43539 11.8041 1.4248C11.6816 1.41309 11.5378 1.4065 11.3539 1.40332L10.6616 1.40039H5.33832Z", fill: "currentColor" }) }) })));
|
|
6
6
|
BagFilledSize16Glyph.displayName = 'BagFilledSize16Glyph';
|
|
7
7
|
|
|
8
8
|
export { BagFilledSize16Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BagFilledSize16.js","sources":["../../../src/variants/icon/BagFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.
|
|
1
|
+
{"version":3,"file":"BagFilledSize16.js","sources":["../../../src/variants/icon/BagFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.6625 0C11.7443 0 12.2868 0 12.7387 0.25C13.1903 0.5 13.4781 0.958409 14.0522 1.87402L14.0532 1.87598L14.9672 3.33301L15.4311 11.7803C15.54 13.7597 15.5943 14.7498 15.0024 15.375L14.8872 15.4854C14.2836 16 13.2956 16 11.4389 16H4.56391L3.32563 15.9922C2.23547 15.9681 1.56671 15.8713 1.11372 15.4854L0.997504 15.375C0.479579 14.828 0.456422 14.0016 0.531684 12.4775L0.568794 11.7803L1.03364 3.33301L1.94672 1.87598C2.52168 0.958984 2.81004 0.500107 3.26215 0.25C3.71418 0.000117227 4.25601 7.51501e-10 5.33832 0H10.6625ZM4.17036 6C4.55988 8.203 5.68265 10 8.00434 10C10.1806 9.99983 11.3035 8.42063 11.7563 6.4082L11.8383 6H10.4116C10.2951 6.55492 10.1274 7.04613 9.90571 7.44531C9.48992 8.19369 8.92237 8.5995 8.00434 8.59961C7.08616 8.59961 6.51881 8.19369 6.10297 7.44531C5.9367 7.14601 5.80045 6.79511 5.69379 6.4043L5.59711 6H4.17036ZM5.33832 1.40039C4.77089 1.40039 4.44199 1.40139 4.19672 1.4248C4.08618 1.43537 4.02308 1.44856 3.98774 1.45801C3.95741 1.46614 3.94527 1.47165 3.93989 1.47461C3.93461 1.47753 3.92375 1.4846 3.90082 1.50586C3.87409 1.53071 3.82904 1.57774 3.76118 1.66602C3.61109 1.8613 3.43549 2.13865 3.13422 2.61914L2.87934 3.02344C3.04775 3.06188 3.25255 3.10422 3.49555 3.14648C4.41014 3.30551 5.8699 3.46973 8.00043 3.46973C10.131 3.4697 11.5908 3.30552 12.5053 3.14648C12.7471 3.10443 12.9507 3.06172 13.1186 3.02344L12.8657 2.61914C12.5644 2.13868 12.3888 1.86129 12.2387 1.66602C12.1711 1.57801 12.1268 1.53077 12.1 1.50586C12.0775 1.48489 12.0655 1.47766 12.06 1.47461C12.0545 1.47159 12.0424 1.46588 12.0131 1.45801C11.9779 1.44858 11.9146 1.43539 11.8041 1.4248C11.6816 1.41309 11.5378 1.4065 11.3539 1.40332L10.6616 1.40039H5.33832Z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nBagFilledSize16Glyph.displayName = 'BagFilledSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACnGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,woDAAwoD,EAC1oD,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const BagFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.7935 0C17.4349 2.66517e-08 18.2561 0.000499517 18.939 0.382812C19.6217 0.765209 20.0509 1.46504 20.
|
|
5
|
+
const BagFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.7935 0C17.4349 2.66517e-08 18.2561 0.000499517 18.939 0.382812C19.6217 0.765209 20.0509 1.46504 20.9087 2.86426L22.2183 4.99902L22.9 17.6777V17.6816C23.0593 20.6447 23.1392 22.1275 22.2525 23.0635L22.0787 23.2285C21.1735 24 19.6937 24 16.9097 24H7.09137C4.30708 24 2.82767 23.9998 1.92242 23.2285L1.74859 23.0635C0.861215 22.127 0.940634 20.6439 1.10016 17.6777L1.78277 5L3.09137 2.86426C3.89557 1.55254 4.32331 0.855094 4.93609 0.458008L5.06207 0.382812C5.74489 0.00060907 6.56548 1.97341e-08 8.2066 0H15.7935ZM6.24957 9C6.83383 12.3043 8.51835 14.9997 12.0005 15C15.2649 14.9997 16.9492 12.6309 17.6285 9.6123L17.7515 9H15.9205C15.7401 9.88233 15.4725 10.6695 15.1148 11.3135C14.4463 12.5167 13.5022 13.2 12.0005 13.2002C10.4989 13.2 9.5548 12.5167 8.88629 11.3135C8.57323 10.7499 8.32885 10.0768 8.15191 9.32617L8.08062 9H6.24957ZM8.2066 1.7998C7.35219 1.79981 6.83733 1.80232 6.44781 1.83984C6.09698 1.87367 5.9893 1.92608 5.94098 1.95312C5.89265 1.9802 5.79166 2.04409 5.57965 2.3252C5.34401 2.6377 5.07328 3.07599 4.62652 3.80469L4.24957 4.41797C4.51148 4.47848 4.83293 4.54643 5.21734 4.61328C6.59859 4.85345 8.79705 5.09961 12.0005 5.09961C15.2042 5.09958 17.4026 4.85347 18.7837 4.61328C19.1679 4.54645 19.4888 4.47846 19.7505 4.41797L19.3746 3.80469C18.9278 3.07591 18.6571 2.63772 18.4214 2.3252C18.2092 2.04376 18.1075 1.98019 18.0591 1.95312C18.0107 1.92605 17.9033 1.87362 17.5533 1.83984C17.3586 1.82108 17.1324 1.81098 16.8482 1.80566L15.7935 1.7998H8.2066Z", fill: "currentColor" }) })));
|
|
6
6
|
BagFilledSize24Glyph.displayName = 'BagFilledSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { BagFilledSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BagFilledSize24.js","sources":["../../../src/variants/icon/BagFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.7935 0C17.4349 2.66517e-08 18.2561 0.000499517 18.939 0.382812C19.6217 0.765209 20.0509 1.46504 20.
|
|
1
|
+
{"version":3,"file":"BagFilledSize24.js","sources":["../../../src/variants/icon/BagFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.7935 0C17.4349 2.66517e-08 18.2561 0.000499517 18.939 0.382812C19.6217 0.765209 20.0509 1.46504 20.9087 2.86426L22.2183 4.99902L22.9 17.6777V17.6816C23.0593 20.6447 23.1392 22.1275 22.2525 23.0635L22.0787 23.2285C21.1735 24 19.6937 24 16.9097 24H7.09137C4.30708 24 2.82767 23.9998 1.92242 23.2285L1.74859 23.0635C0.861215 22.127 0.940634 20.6439 1.10016 17.6777L1.78277 5L3.09137 2.86426C3.89557 1.55254 4.32331 0.855094 4.93609 0.458008L5.06207 0.382812C5.74489 0.00060907 6.56548 1.97341e-08 8.2066 0H15.7935ZM6.24957 9C6.83383 12.3043 8.51835 14.9997 12.0005 15C15.2649 14.9997 16.9492 12.6309 17.6285 9.6123L17.7515 9H15.9205C15.7401 9.88233 15.4725 10.6695 15.1148 11.3135C14.4463 12.5167 13.5022 13.2 12.0005 13.2002C10.4989 13.2 9.5548 12.5167 8.88629 11.3135C8.57323 10.7499 8.32885 10.0768 8.15191 9.32617L8.08062 9H6.24957ZM8.2066 1.7998C7.35219 1.79981 6.83733 1.80232 6.44781 1.83984C6.09698 1.87367 5.9893 1.92608 5.94098 1.95312C5.89265 1.9802 5.79166 2.04409 5.57965 2.3252C5.34401 2.6377 5.07328 3.07599 4.62652 3.80469L4.24957 4.41797C4.51148 4.47848 4.83293 4.54643 5.21734 4.61328C6.59859 4.85345 8.79705 5.09961 12.0005 5.09961C15.2042 5.09958 17.4026 4.85347 18.7837 4.61328C19.1679 4.54645 19.4888 4.47846 19.7505 4.41797L19.3746 3.80469C18.9278 3.07591 18.6571 2.63772 18.4214 2.3252C18.2092 2.04376 18.1075 1.98019 18.0591 1.95312C18.0107 1.92605 17.9033 1.87362 17.5533 1.83984C17.3586 1.82108 17.1324 1.81098 16.8482 1.80566L15.7935 1.7998H8.2066Z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nBagFilledSize24Glyph.displayName = 'BagFilledSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACnGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,u8CAAu8C,EACz8C,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const CrossOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", {
|
|
5
|
+
const CrossOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.01007 7.99998L3.01005 3.99996L4 3.01001L8.00002 7.01003L12.01 3L13 3.98995L8.98997 7.99998L13 12.01L12.01 13L8.00002 8.98993L3.98995 13L3 12.0101L7.01007 7.99998Z", fill: "currentColor" }) })));
|
|
6
6
|
CrossOutlinedSize16Glyph.displayName = 'CrossOutlinedSize16Glyph';
|
|
7
7
|
|
|
8
8
|
export { CrossOutlinedSize16Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrossOutlinedSize16.js","sources":["../../../src/variants/icon/CrossOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CrossOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n d=\"
|
|
1
|
+
{"version":3,"file":"CrossOutlinedSize16.js","sources":["../../../src/variants/icon/CrossOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CrossOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.01007 7.99998L3.01005 3.99996L4 3.01001L8.00002 7.01003L12.01 3L13 3.98995L8.98997 7.99998L13 12.01L12.01 13L8.00002 8.98993L3.98995 13L3 12.0101L7.01007 7.99998Z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nCrossOutlinedSize16Glyph.displayName = 'CrossOutlinedSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,uKAAuK,EACzK,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const CrossOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { d: "
|
|
5
|
+
const CrossOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7273 12L4 5.27279L5.27279 4L12.0001 10.7272L18.7273 4L20.0001 5.27279L13.2729 12L20 18.7271L18.7272 19.9999L12.0001 13.2728L5.27285 20L4.00005 18.7272L10.7273 12Z", fill: "currentColor" }) })));
|
|
6
6
|
CrossOutlinedSize24Glyph.displayName = 'CrossOutlinedSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { CrossOutlinedSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrossOutlinedSize24.js","sources":["../../../src/variants/icon/CrossOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CrossOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n d=\"
|
|
1
|
+
{"version":3,"file":"CrossOutlinedSize24.js","sources":["../../../src/variants/icon/CrossOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CrossOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.7273 12L4 5.27279L5.27279 4L12.0001 10.7272L18.7273 4L20.0001 5.27279L13.2729 12L20 18.7271L18.7272 19.9999L12.0001 13.2728L5.27285 20L4.00005 18.7272L10.7273 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nCrossOutlinedSize24Glyph.displayName = 'CrossOutlinedSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,wKAAwK,EAC1K,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const EmojiNeutral3dSize32Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsxs("g", { filter: "url(#filter0_i_8745_56)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.9997 1.33325C3.16634 1.33325 1.33301 3.16659 1.33301 15.9999C1.33301 28.8333 3.16634 30.6666 15.9997 30.6666C28.833 30.6666 30.6663 28.8333 30.6663 15.9999C30.6663 3.16659 28.833 1.33325 15.9997 1.33325ZM11.9997 21.4667V23.8667H19.9997V21.4667H11.9997ZM23.333 13.8667H17.9997V11.4667H23.333V13.8667ZM8.66634 13.8667H13.9997V11.4667H8.66634V13.8667Z", fill: "url(#paint0_radial_8745_56)" }), jsx("path", { d: "M13.9997 13.8667H8.66634V11.4667H13.9997V13.8667Z", fill: "url(#paint1_radial_8745_56)" }), jsx("path", { d: "M17.9997 13.8667H23.333V11.4667H17.9997V13.8667Z", fill: "url(#paint2_radial_8745_56)" }), jsx("path", { d: "M11.9997 23.8667V21.4667H19.9997V23.8667H11.9997Z", fill: "url(#paint3_radial_8745_56)" })] }), jsx("path", { d: "M14.0003 13.8668H8.66699V11.4668H14.0003V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M18.0003 13.8668H23.3337V11.4668H18.0003V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M12.0003 23.8668V21.4668H20.0003V23.8668H12.0003Z", fill: "#79610C" }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_i_8745_56", x: 1.33301, y: -3.66675, width: 34.
|
|
5
|
+
const EmojiNeutral3dSize32Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsxs("g", { filter: "url(#filter0_i_8745_56)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.9997 1.33325C3.16634 1.33325 1.33301 3.16659 1.33301 15.9999C1.33301 28.8333 3.16634 30.6666 15.9997 30.6666C28.833 30.6666 30.6663 28.8333 30.6663 15.9999C30.6663 3.16659 28.833 1.33325 15.9997 1.33325ZM11.9997 21.4667V23.8667H19.9997V21.4667H11.9997ZM23.333 13.8667H17.9997V11.4667H23.333V13.8667ZM8.66634 13.8667H13.9997V11.4667H8.66634V13.8667Z", fill: "url(#paint0_radial_8745_56)" }), jsx("path", { d: "M13.9997 13.8667H8.66634V11.4667H13.9997V13.8667Z", fill: "url(#paint1_radial_8745_56)" }), jsx("path", { d: "M17.9997 13.8667H23.333V11.4667H17.9997V13.8667Z", fill: "url(#paint2_radial_8745_56)" }), jsx("path", { d: "M11.9997 23.8667V21.4667H19.9997V23.8667H11.9997Z", fill: "url(#paint3_radial_8745_56)" })] }), jsx("path", { d: "M14.0003 13.8668H8.66699V11.4668H14.0003V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M18.0003 13.8668H23.3337V11.4668H18.0003V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M12.0003 23.8668V21.4668H20.0003V23.8668H12.0003Z", fill: "#79610C" }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_i_8745_56", x: 1.33301, y: -3.66675, width: 34.3334, height: 34.3333, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feOffset", { dx: 5, dy: -5 }), jsx("feGaussianBlur", { stdDeviation: 5 }), jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), jsx("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_8745_56" })] }), jsxs("radialGradient", { id: "paint0_radial_8745_56", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(22.2789 6.83325) rotate(127.875) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] }), jsxs("radialGradient", { id: "paint1_radial_8745_56", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(22.2789 6.83325) rotate(127.875) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] }), jsxs("radialGradient", { id: "paint2_radial_8745_56", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(22.2789 6.83325) rotate(127.875) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] }), jsxs("radialGradient", { id: "paint3_radial_8745_56", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(22.2789 6.83325) rotate(127.875) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] })] })] })));
|
|
6
6
|
EmojiNeutral3dSize32Glyph.displayName = 'EmojiNeutral3dSize32Glyph';
|
|
7
7
|
|
|
8
8
|
export { EmojiNeutral3dSize32Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiNeutral3dSize32.js","sources":["../../../src/variants/icon/EmojiNeutral3dSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiNeutral3dSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g filter=\"url(#filter0_i_8745_56)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9997 1.33325C3.16634 1.33325 1.33301 3.16659 1.33301 15.9999C1.33301 28.8333 3.16634 30.6666 15.9997 30.6666C28.833 30.6666 30.6663 28.8333 30.6663 15.9999C30.6663 3.16659 28.833 1.33325 15.9997 1.33325ZM11.9997 21.4667V23.8667H19.9997V21.4667H11.9997ZM23.333 13.8667H17.9997V11.4667H23.333V13.8667ZM8.66634 13.8667H13.9997V11.4667H8.66634V13.8667Z\"\n fill=\"url(#paint0_radial_8745_56)\"\n />\n <path d=\"M13.9997 13.8667H8.66634V11.4667H13.9997V13.8667Z\" fill=\"url(#paint1_radial_8745_56)\" />\n <path d=\"M17.9997 13.8667H23.333V11.4667H17.9997V13.8667Z\" fill=\"url(#paint2_radial_8745_56)\" />\n <path d=\"M11.9997 23.8667V21.4667H19.9997V23.8667H11.9997Z\" fill=\"url(#paint3_radial_8745_56)\" />\n </g>\n <path d=\"M14.0003 13.8668H8.66699V11.4668H14.0003V13.8668Z\" fill=\"#79610C\" />\n <path d=\"M18.0003 13.8668H23.3337V11.4668H18.0003V13.8668Z\" fill=\"#79610C\" />\n <path d=\"M12.0003 23.8668V21.4668H20.0003V23.8668H12.0003Z\" fill=\"#79610C\" />\n <defs>\n <filter\n id=\"filter0_i_8745_56\"\n x={1.33301}\n y={-3.66675}\n width={34.
|
|
1
|
+
{"version":3,"file":"EmojiNeutral3dSize32.js","sources":["../../../src/variants/icon/EmojiNeutral3dSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiNeutral3dSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g filter=\"url(#filter0_i_8745_56)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9997 1.33325C3.16634 1.33325 1.33301 3.16659 1.33301 15.9999C1.33301 28.8333 3.16634 30.6666 15.9997 30.6666C28.833 30.6666 30.6663 28.8333 30.6663 15.9999C30.6663 3.16659 28.833 1.33325 15.9997 1.33325ZM11.9997 21.4667V23.8667H19.9997V21.4667H11.9997ZM23.333 13.8667H17.9997V11.4667H23.333V13.8667ZM8.66634 13.8667H13.9997V11.4667H8.66634V13.8667Z\"\n fill=\"url(#paint0_radial_8745_56)\"\n />\n <path d=\"M13.9997 13.8667H8.66634V11.4667H13.9997V13.8667Z\" fill=\"url(#paint1_radial_8745_56)\" />\n <path d=\"M17.9997 13.8667H23.333V11.4667H17.9997V13.8667Z\" fill=\"url(#paint2_radial_8745_56)\" />\n <path d=\"M11.9997 23.8667V21.4667H19.9997V23.8667H11.9997Z\" fill=\"url(#paint3_radial_8745_56)\" />\n </g>\n <path d=\"M14.0003 13.8668H8.66699V11.4668H14.0003V13.8668Z\" fill=\"#79610C\" />\n <path d=\"M18.0003 13.8668H23.3337V11.4668H18.0003V13.8668Z\" fill=\"#79610C\" />\n <path d=\"M12.0003 23.8668V21.4668H20.0003V23.8668H12.0003Z\" fill=\"#79610C\" />\n <defs>\n <filter\n id=\"filter0_i_8745_56\"\n x={1.33301}\n y={-3.66675}\n width={34.3334}\n height={34.3333}\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dx={5} dy={-5} />\n <feGaussianBlur stdDeviation={5} />\n <feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2={-1} k3={1} />\n <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\" />\n <feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_8745_56\" />\n </filter>\n <radialGradient\n id=\"paint0_radial_8745_56\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(22.2789 6.83325) rotate(127.875) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n <radialGradient\n id=\"paint1_radial_8745_56\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(22.2789 6.83325) rotate(127.875) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n <radialGradient\n id=\"paint2_radial_8745_56\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(22.2789 6.83325) rotate(127.875) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n <radialGradient\n id=\"paint3_radial_8745_56\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(22.2789 6.83325) rotate(127.875) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n </defs>\n </svg>\n));\nEmojiNeutral3dSize32Glyph.displayName = 'EmojiNeutral3dSize32Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const EmojiNeutralOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.
|
|
5
|
+
const EmojiNeutralOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.8 12C2.8 9.60754 2.88803 7.86011 3.13411 6.55397C3.3769 5.26535 3.74215 4.58469 4.16342 4.16342C4.58469 3.74215 5.26535 3.3769 6.55397 3.13411C7.86012 2.88803 9.60754 2.8 12 2.8C14.3925 2.8 16.1399 2.88803 17.446 3.13411C18.7347 3.3769 19.4153 3.74215 19.8366 4.16342C20.2579 4.58469 20.6231 5.26535 20.8659 6.55397C21.112 7.86012 21.2 9.60754 21.2 12C21.2 14.3925 21.112 16.1399 20.8659 17.446C20.6231 18.7347 20.2579 19.4153 19.8366 19.8366C19.4153 20.2579 18.7347 20.6231 17.446 20.8659C16.1399 21.112 14.3925 21.2 12 21.2C9.60754 21.2 7.86012 21.112 6.55397 20.8659C5.26535 20.6231 4.58469 20.2579 4.16342 19.8366C3.74215 19.4153 3.3769 18.7347 3.13411 17.446C2.88803 16.1399 2.8 14.3925 2.8 12ZM1 12C1 2.375 2.375 1 12 1C21.625 1 23 2.375 23 12C23 21.625 21.625 23 12 23C2.375 23 1 21.625 1 12ZM9 16.1001V17.9001H15V16.1001H9ZM17.5 10.4001H13.5V8.6001H17.5V10.4001ZM6.5 10.4001H10.5V8.6001H6.5V10.4001Z", fill: "currentColor" }) })));
|
|
6
6
|
EmojiNeutralOutlinedSize24Glyph.displayName = 'EmojiNeutralOutlinedSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { EmojiNeutralOutlinedSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiNeutralOutlinedSize24.js","sources":["../../../src/variants/icon/EmojiNeutralOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiNeutralOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.
|
|
1
|
+
{"version":3,"file":"EmojiNeutralOutlinedSize24.js","sources":["../../../src/variants/icon/EmojiNeutralOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiNeutralOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.8 12C2.8 9.60754 2.88803 7.86011 3.13411 6.55397C3.3769 5.26535 3.74215 4.58469 4.16342 4.16342C4.58469 3.74215 5.26535 3.3769 6.55397 3.13411C7.86012 2.88803 9.60754 2.8 12 2.8C14.3925 2.8 16.1399 2.88803 17.446 3.13411C18.7347 3.3769 19.4153 3.74215 19.8366 4.16342C20.2579 4.58469 20.6231 5.26535 20.8659 6.55397C21.112 7.86012 21.2 9.60754 21.2 12C21.2 14.3925 21.112 16.1399 20.8659 17.446C20.6231 18.7347 20.2579 19.4153 19.8366 19.8366C19.4153 20.2579 18.7347 20.6231 17.446 20.8659C16.1399 21.112 14.3925 21.2 12 21.2C9.60754 21.2 7.86012 21.112 6.55397 20.8659C5.26535 20.6231 4.58469 20.2579 4.16342 19.8366C3.74215 19.4153 3.3769 18.7347 3.13411 17.446C2.88803 16.1399 2.8 14.3925 2.8 12ZM1 12C1 2.375 2.375 1 12 1C21.625 1 23 2.375 23 12C23 21.625 21.625 23 12 23C2.375 23 1 21.625 1 12ZM9 16.1001V17.9001H15V16.1001H9ZM17.5 10.4001H13.5V8.6001H17.5V10.4001ZM6.5 10.4001H10.5V8.6001H6.5V10.4001Z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nEmojiNeutralOutlinedSize24Glyph.displayName = 'EmojiNeutralOutlinedSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,+BAA+B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC9GA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,g5BAAg5B,EACl5B,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,+BAA+B,CAAC,WAAW,GAAG,iCAAiC;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const EmojiNeutralOutlinedSize32Glyph = forwardRef((props, ref) => (jsx("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.
|
|
5
|
+
const EmojiNeutralOutlinedSize32Glyph = forwardRef((props, ref) => (jsx("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.73353 15.9966C3.73499 12.8067 3.85342 10.4768 4.18232 8.73544C4.50682 7.01743 4.99423 6.1101 5.55618 5.54867C6.11813 4.98723 7.02589 4.50064 8.74421 4.17771C10.4859 3.85039 12.8158 3.73408 16.0058 3.73553C19.1957 3.73698 21.5256 3.85542 23.267 4.18432C24.985 4.50882 25.8923 4.99623 26.4537 5.55818C27.0152 6.12012 27.5018 7.02789 27.8247 8.74621C28.152 10.4879 28.2683 12.8178 28.2669 16.0078C28.2654 19.1977 28.147 21.5276 27.8181 23.2689C27.4936 24.987 27.0062 25.8943 26.4442 26.4557C25.8823 27.0172 24.9745 27.5038 23.2562 27.8267C21.5145 28.154 19.1846 28.2703 15.9946 28.2689C12.8047 28.2674 10.4748 28.149 8.73345 27.8201C7.01543 27.4956 6.1081 27.0082 5.54667 26.4462C4.98523 25.8843 4.49864 24.9765 4.17571 23.2582C3.84839 21.5165 3.73208 19.1866 3.73353 15.9966ZM1.33353 15.9955C1.33938 3.16219 3.17354 1.32969 16.0069 1.33553C28.8402 1.34137 30.6727 3.17554 30.6669 16.0089C30.661 28.8422 28.8269 30.6747 15.9935 30.6689C3.16019 30.663 1.32769 28.8289 1.33353 15.9955ZM11.9977 21.4672L11.9966 23.8672L19.9966 23.8708L19.9977 21.4708L11.9977 21.4672ZM23.3345 13.8723L18.0012 13.8699L18.0023 11.4699L23.3356 11.4723L23.3345 13.8723ZM8.66784 13.8657L14.0012 13.8681L14.0023 11.4681L8.66893 11.4657L8.66784 13.8657Z", fill: "currentColor" }) })));
|
|
6
6
|
EmojiNeutralOutlinedSize32Glyph.displayName = 'EmojiNeutralOutlinedSize32Glyph';
|
|
7
7
|
|
|
8
8
|
export { EmojiNeutralOutlinedSize32Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiNeutralOutlinedSize32.js","sources":["../../../src/variants/icon/EmojiNeutralOutlinedSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiNeutralOutlinedSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.
|
|
1
|
+
{"version":3,"file":"EmojiNeutralOutlinedSize32.js","sources":["../../../src/variants/icon/EmojiNeutralOutlinedSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiNeutralOutlinedSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.73353 15.9966C3.73499 12.8067 3.85342 10.4768 4.18232 8.73544C4.50682 7.01743 4.99423 6.1101 5.55618 5.54867C6.11813 4.98723 7.02589 4.50064 8.74421 4.17771C10.4859 3.85039 12.8158 3.73408 16.0058 3.73553C19.1957 3.73698 21.5256 3.85542 23.267 4.18432C24.985 4.50882 25.8923 4.99623 26.4537 5.55818C27.0152 6.12012 27.5018 7.02789 27.8247 8.74621C28.152 10.4879 28.2683 12.8178 28.2669 16.0078C28.2654 19.1977 28.147 21.5276 27.8181 23.2689C27.4936 24.987 27.0062 25.8943 26.4442 26.4557C25.8823 27.0172 24.9745 27.5038 23.2562 27.8267C21.5145 28.154 19.1846 28.2703 15.9946 28.2689C12.8047 28.2674 10.4748 28.149 8.73345 27.8201C7.01543 27.4956 6.1081 27.0082 5.54667 26.4462C4.98523 25.8843 4.49864 24.9765 4.17571 23.2582C3.84839 21.5165 3.73208 19.1866 3.73353 15.9966ZM1.33353 15.9955C1.33938 3.16219 3.17354 1.32969 16.0069 1.33553C28.8402 1.34137 30.6727 3.17554 30.6669 16.0089C30.661 28.8422 28.8269 30.6747 15.9935 30.6689C3.16019 30.663 1.32769 28.8289 1.33353 15.9955ZM11.9977 21.4672L11.9966 23.8672L19.9966 23.8708L19.9977 21.4708L11.9977 21.4672ZM23.3345 13.8723L18.0012 13.8699L18.0023 11.4699L23.3356 11.4723L23.3345 13.8723ZM8.66784 13.8657L14.0012 13.8681L14.0023 11.4681L8.66893 11.4657L8.66784 13.8657Z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nEmojiNeutralOutlinedSize32Glyph.displayName = 'EmojiNeutralOutlinedSize32Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,+BAA+B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC9GA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4sCAA4sC,EAC9sC,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,+BAA+B,CAAC,WAAW,GAAG,iCAAiC;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const EmojiSad3dSize32Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsxs("g", { filter: "url(#filter0_i_8745_24)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.9998 1.33325C3.1665 1.33325 1.33317 3.16659 1.33317 15.9999C1.33317 28.8333 3.1665 30.6666 15.9998 30.6666C28.8332 30.6666 30.6665 28.8333 30.6665 15.9999C30.6665 3.16659 28.8332 1.33325 15.9998 1.33325ZM12.6076 23.2613C12.1172 23.7836 11.8665 24.3854 11.8665 24.9999H9.46651C9.46651 23.6934 10.0093 22.5224 10.858 21.6185C12.0817 20.3152 13.9601 19.5333 15.9998 19.5333C18.0396 19.5333 19.918 20.3152 21.1417 21.6185C21.9904 22.5224 22.5332 23.6934 22.5332 24.9999H20.1332C20.1332 24.3854 19.8825 23.7836 19.3921 23.2613C18.6697 22.492 17.4499 21.9333 15.9998 21.9333C14.5498 21.9333 13.33 22.492 12.6076 23.2613ZM23.3332 13.8667H17.9998V11.4667H23.3332V13.8667ZM8.6665 13.8667H13.9998V11.4667H8.6665V13.8667Z", fill: "url(#paint0_radial_8745_24)" }), jsx("path", { d: "M13.9998 13.8667H8.6665V11.4667H13.9998V13.8667Z", fill: "url(#paint1_radial_8745_24)" }), jsx("path", { d: "M17.9998 13.8667H23.3332V11.4667H17.9998V13.8667Z", fill: "url(#paint2_radial_8745_24)" }), jsx("path", { d: "M11.8665 24.9999C11.8665 24.3854 12.1172 23.7836 12.6076 23.2613C13.33 22.492 14.5498 21.9333 15.9998 21.9333C17.4499 21.9333 18.6697 22.492 19.3921 23.2613C19.8825 23.7836 20.1332 24.3854 20.1332 24.9999H22.5332C22.5332 23.6934 21.9904 22.5224 21.1417 21.6185C19.918 20.3152 18.0396 19.5333 15.9998 19.5333C13.9601 19.5333 12.0817 20.3152 10.858 21.6185C10.0093 22.5224 9.46651 23.6934 9.46651 24.9999H11.8665Z", fill: "url(#paint3_radial_8745_24)" })] }), jsx("path", { d: "M14.0002 13.8668H8.66683V11.4668H14.0002V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M18.0002 13.8668H23.3335V11.4668H18.0002V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M11.8668 25C11.8668 24.3855 12.1175 23.7837 12.6079 23.2614C13.3303 22.492 14.5501 21.9333 16.0002 21.9333C17.4502 21.9333 18.6701 22.492 19.3924 23.2614C19.8828 23.7837 20.1335 24.3855 20.1335 25H22.5335C22.5335 23.6934 21.9907 22.5225 21.1421 21.6186C19.9184 20.3153 18.0399 19.5333 16.0002 19.5333C13.9605 19.5333 12.082 20.3153 10.8583 21.6186C10.0096 22.5225 9.46684 23.6934 9.46684 25H11.8668Z", fill: "#79610C" }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_i_8745_24", x: 1.
|
|
5
|
+
const EmojiSad3dSize32Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsxs("g", { filter: "url(#filter0_i_8745_24)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.9998 1.33325C3.1665 1.33325 1.33317 3.16659 1.33317 15.9999C1.33317 28.8333 3.1665 30.6666 15.9998 30.6666C28.8332 30.6666 30.6665 28.8333 30.6665 15.9999C30.6665 3.16659 28.8332 1.33325 15.9998 1.33325ZM12.6076 23.2613C12.1172 23.7836 11.8665 24.3854 11.8665 24.9999H9.46651C9.46651 23.6934 10.0093 22.5224 10.858 21.6185C12.0817 20.3152 13.9601 19.5333 15.9998 19.5333C18.0396 19.5333 19.918 20.3152 21.1417 21.6185C21.9904 22.5224 22.5332 23.6934 22.5332 24.9999H20.1332C20.1332 24.3854 19.8825 23.7836 19.3921 23.2613C18.6697 22.492 17.4499 21.9333 15.9998 21.9333C14.5498 21.9333 13.33 22.492 12.6076 23.2613ZM23.3332 13.8667H17.9998V11.4667H23.3332V13.8667ZM8.6665 13.8667H13.9998V11.4667H8.6665V13.8667Z", fill: "url(#paint0_radial_8745_24)" }), jsx("path", { d: "M13.9998 13.8667H8.6665V11.4667H13.9998V13.8667Z", fill: "url(#paint1_radial_8745_24)" }), jsx("path", { d: "M17.9998 13.8667H23.3332V11.4667H17.9998V13.8667Z", fill: "url(#paint2_radial_8745_24)" }), jsx("path", { d: "M11.8665 24.9999C11.8665 24.3854 12.1172 23.7836 12.6076 23.2613C13.33 22.492 14.5498 21.9333 15.9998 21.9333C17.4499 21.9333 18.6697 22.492 19.3921 23.2613C19.8825 23.7836 20.1332 24.3854 20.1332 24.9999H22.5332C22.5332 23.6934 21.9904 22.5224 21.1417 21.6185C19.918 20.3152 18.0396 19.5333 15.9998 19.5333C13.9601 19.5333 12.0817 20.3152 10.858 21.6185C10.0093 22.5224 9.46651 23.6934 9.46651 24.9999H11.8665Z", fill: "url(#paint3_radial_8745_24)" })] }), jsx("path", { d: "M14.0002 13.8668H8.66683V11.4668H14.0002V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M18.0002 13.8668H23.3335V11.4668H18.0002V13.8668Z", fill: "#79610C" }), jsx("path", { d: "M11.8668 25C11.8668 24.3855 12.1175 23.7837 12.6079 23.2614C13.3303 22.492 14.5501 21.9333 16.0002 21.9333C17.4502 21.9333 18.6701 22.492 19.3924 23.2614C19.8828 23.7837 20.1335 24.3855 20.1335 25H22.5335C22.5335 23.6934 21.9907 22.5225 21.1421 21.6186C19.9184 20.3153 18.0399 19.5333 16.0002 19.5333C13.9605 19.5333 12.082 20.3153 10.8583 21.6186C10.0096 22.5225 9.46684 23.6934 9.46684 25H11.8668Z", fill: "#79610C" }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_i_8745_24", x: 1.33317, y: -3.66675, width: 34.3333, height: 34.3333, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feOffset", { dx: 5, dy: -5 }), jsx("feGaussianBlur", { stdDeviation: 5 }), jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), jsx("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_8745_24" })] }), jsxs("radialGradient", { id: "paint0_radial_8745_24", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.72058 6.83325) rotate(52.125) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] }), jsxs("radialGradient", { id: "paint1_radial_8745_24", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.72058 6.83325) rotate(52.125) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] }), jsxs("radialGradient", { id: "paint2_radial_8745_24", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.72058 6.83325) rotate(52.125) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] }), jsxs("radialGradient", { id: "paint3_radial_8745_24", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.72058 6.83325) rotate(52.125) scale(26.129)", children: [jsx("stop", { stopColor: "#F9E193" }), jsx("stop", { offset: 1, stopColor: "#FF9900" })] })] })] })));
|
|
6
6
|
EmojiSad3dSize32Glyph.displayName = 'EmojiSad3dSize32Glyph';
|
|
7
7
|
|
|
8
8
|
export { EmojiSad3dSize32Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiSad3dSize32.js","sources":["../../../src/variants/icon/EmojiSad3dSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiSad3dSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g filter=\"url(#filter0_i_8745_24)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9998 1.33325C3.1665 1.33325 1.33317 3.16659 1.33317 15.9999C1.33317 28.8333 3.1665 30.6666 15.9998 30.6666C28.8332 30.6666 30.6665 28.8333 30.6665 15.9999C30.6665 3.16659 28.8332 1.33325 15.9998 1.33325ZM12.6076 23.2613C12.1172 23.7836 11.8665 24.3854 11.8665 24.9999H9.46651C9.46651 23.6934 10.0093 22.5224 10.858 21.6185C12.0817 20.3152 13.9601 19.5333 15.9998 19.5333C18.0396 19.5333 19.918 20.3152 21.1417 21.6185C21.9904 22.5224 22.5332 23.6934 22.5332 24.9999H20.1332C20.1332 24.3854 19.8825 23.7836 19.3921 23.2613C18.6697 22.492 17.4499 21.9333 15.9998 21.9333C14.5498 21.9333 13.33 22.492 12.6076 23.2613ZM23.3332 13.8667H17.9998V11.4667H23.3332V13.8667ZM8.6665 13.8667H13.9998V11.4667H8.6665V13.8667Z\"\n fill=\"url(#paint0_radial_8745_24)\"\n />\n <path d=\"M13.9998 13.8667H8.6665V11.4667H13.9998V13.8667Z\" fill=\"url(#paint1_radial_8745_24)\" />\n <path d=\"M17.9998 13.8667H23.3332V11.4667H17.9998V13.8667Z\" fill=\"url(#paint2_radial_8745_24)\" />\n <path\n d=\"M11.8665 24.9999C11.8665 24.3854 12.1172 23.7836 12.6076 23.2613C13.33 22.492 14.5498 21.9333 15.9998 21.9333C17.4499 21.9333 18.6697 22.492 19.3921 23.2613C19.8825 23.7836 20.1332 24.3854 20.1332 24.9999H22.5332C22.5332 23.6934 21.9904 22.5224 21.1417 21.6185C19.918 20.3152 18.0396 19.5333 15.9998 19.5333C13.9601 19.5333 12.0817 20.3152 10.858 21.6185C10.0093 22.5224 9.46651 23.6934 9.46651 24.9999H11.8665Z\"\n fill=\"url(#paint3_radial_8745_24)\"\n />\n </g>\n <path d=\"M14.0002 13.8668H8.66683V11.4668H14.0002V13.8668Z\" fill=\"#79610C\" />\n <path d=\"M18.0002 13.8668H23.3335V11.4668H18.0002V13.8668Z\" fill=\"#79610C\" />\n <path\n d=\"M11.8668 25C11.8668 24.3855 12.1175 23.7837 12.6079 23.2614C13.3303 22.492 14.5501 21.9333 16.0002 21.9333C17.4502 21.9333 18.6701 22.492 19.3924 23.2614C19.8828 23.7837 20.1335 24.3855 20.1335 25H22.5335C22.5335 23.6934 21.9907 22.5225 21.1421 21.6186C19.9184 20.3153 18.0399 19.5333 16.0002 19.5333C13.9605 19.5333 12.082 20.3153 10.8583 21.6186C10.0096 22.5225 9.46684 23.6934 9.46684 25H11.8668Z\"\n fill=\"#79610C\"\n />\n <defs>\n <filter\n id=\"filter0_i_8745_24\"\n x={1.
|
|
1
|
+
{"version":3,"file":"EmojiSad3dSize32.js","sources":["../../../src/variants/icon/EmojiSad3dSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const EmojiSad3dSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g filter=\"url(#filter0_i_8745_24)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9998 1.33325C3.1665 1.33325 1.33317 3.16659 1.33317 15.9999C1.33317 28.8333 3.1665 30.6666 15.9998 30.6666C28.8332 30.6666 30.6665 28.8333 30.6665 15.9999C30.6665 3.16659 28.8332 1.33325 15.9998 1.33325ZM12.6076 23.2613C12.1172 23.7836 11.8665 24.3854 11.8665 24.9999H9.46651C9.46651 23.6934 10.0093 22.5224 10.858 21.6185C12.0817 20.3152 13.9601 19.5333 15.9998 19.5333C18.0396 19.5333 19.918 20.3152 21.1417 21.6185C21.9904 22.5224 22.5332 23.6934 22.5332 24.9999H20.1332C20.1332 24.3854 19.8825 23.7836 19.3921 23.2613C18.6697 22.492 17.4499 21.9333 15.9998 21.9333C14.5498 21.9333 13.33 22.492 12.6076 23.2613ZM23.3332 13.8667H17.9998V11.4667H23.3332V13.8667ZM8.6665 13.8667H13.9998V11.4667H8.6665V13.8667Z\"\n fill=\"url(#paint0_radial_8745_24)\"\n />\n <path d=\"M13.9998 13.8667H8.6665V11.4667H13.9998V13.8667Z\" fill=\"url(#paint1_radial_8745_24)\" />\n <path d=\"M17.9998 13.8667H23.3332V11.4667H17.9998V13.8667Z\" fill=\"url(#paint2_radial_8745_24)\" />\n <path\n d=\"M11.8665 24.9999C11.8665 24.3854 12.1172 23.7836 12.6076 23.2613C13.33 22.492 14.5498 21.9333 15.9998 21.9333C17.4499 21.9333 18.6697 22.492 19.3921 23.2613C19.8825 23.7836 20.1332 24.3854 20.1332 24.9999H22.5332C22.5332 23.6934 21.9904 22.5224 21.1417 21.6185C19.918 20.3152 18.0396 19.5333 15.9998 19.5333C13.9601 19.5333 12.0817 20.3152 10.858 21.6185C10.0093 22.5224 9.46651 23.6934 9.46651 24.9999H11.8665Z\"\n fill=\"url(#paint3_radial_8745_24)\"\n />\n </g>\n <path d=\"M14.0002 13.8668H8.66683V11.4668H14.0002V13.8668Z\" fill=\"#79610C\" />\n <path d=\"M18.0002 13.8668H23.3335V11.4668H18.0002V13.8668Z\" fill=\"#79610C\" />\n <path\n d=\"M11.8668 25C11.8668 24.3855 12.1175 23.7837 12.6079 23.2614C13.3303 22.492 14.5501 21.9333 16.0002 21.9333C17.4502 21.9333 18.6701 22.492 19.3924 23.2614C19.8828 23.7837 20.1335 24.3855 20.1335 25H22.5335C22.5335 23.6934 21.9907 22.5225 21.1421 21.6186C19.9184 20.3153 18.0399 19.5333 16.0002 19.5333C13.9605 19.5333 12.082 20.3153 10.8583 21.6186C10.0096 22.5225 9.46684 23.6934 9.46684 25H11.8668Z\"\n fill=\"#79610C\"\n />\n <defs>\n <filter\n id=\"filter0_i_8745_24\"\n x={1.33317}\n y={-3.66675}\n width={34.3333}\n height={34.3333}\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dx={5} dy={-5} />\n <feGaussianBlur stdDeviation={5} />\n <feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2={-1} k3={1} />\n <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\" />\n <feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_8745_24\" />\n </filter>\n <radialGradient\n id=\"paint0_radial_8745_24\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(9.72058 6.83325) rotate(52.125) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n <radialGradient\n id=\"paint1_radial_8745_24\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(9.72058 6.83325) rotate(52.125) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n <radialGradient\n id=\"paint2_radial_8745_24\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(9.72058 6.83325) rotate(52.125) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n <radialGradient\n id=\"paint3_radial_8745_24\"\n cx={0}\n cy={0}\n r={1}\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(9.72058 6.83325) rotate(52.125) scale(26.129)\"\n >\n <stop stopColor=\"#F9E193\" />\n <stop offset={1} stopColor=\"#FF9900\" />\n </radialGradient>\n </defs>\n </svg>\n));\nEmojiSad3dSize32Glyph.displayName = 'EmojiSad3dSize32Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './../../index.css';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
|
|
5
|
+
const HumanCircleFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.5C13.625 0.499999 15.5 4.25 15.5 8C15.5 11.75 13.625 15.5 8 15.5C2.375 15.5 0.5 11.75 0.5 8C0.5 4.25 2.375 0.5 8 0.5ZM4.66699 6.7334C4.28047 6.7334 3.96693 7.04711 3.9668 7.43359C3.96706 7.81997 4.28056 8.13379 4.66699 8.13379H6.4541L5.72363 11.9697C5.65185 12.3492 5.90082 12.7158 6.28027 12.7881C6.65973 12.8602 7.026 12.6107 7.09863 12.2314L7.50391 10.1006H8.49316L8.90137 12.2461C8.9739 12.6255 9.34021 12.8749 9.71973 12.8027C10.0993 12.7304 10.3483 12.3639 10.2764 11.9844L9.54297 8.13379H11.334C11.7201 8.13345 12.0329 7.81976 12.0332 7.43359C12.0331 7.04732 11.7202 6.73374 11.334 6.7334H4.66699ZM8 3C7.45212 3.00007 7.05764 3.1848 6.80469 3.48828C6.55713 3.78544 6.4668 4.17022 6.4668 4.5332C6.46685 4.89605 6.55727 5.28009 6.80469 5.57715C7.05764 5.88069 7.45206 6.06634 8 6.06641C8.54784 6.06633 8.94236 5.88059 9.19531 5.57715C9.44262 5.28012 9.53315 4.89599 9.5332 4.5332C9.5332 4.17025 9.44282 3.78543 9.19531 3.48828C8.94236 3.18484 8.54784 3.00007 8 3Z", fill: "currentColor" }) }) }) })));
|
|
6
|
+
HumanCircleFilledSize16Glyph.displayName = 'HumanCircleFilledSize16Glyph';
|
|
7
|
+
|
|
8
|
+
export { HumanCircleFilledSize16Glyph };
|
|
9
|
+
//# sourceMappingURL=HumanCircleFilledSize16.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HumanCircleFilledSize16.js","sources":["../../../src/variants/icon/HumanCircleFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const HumanCircleFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 0.5C13.625 0.499999 15.5 4.25 15.5 8C15.5 11.75 13.625 15.5 8 15.5C2.375 15.5 0.5 11.75 0.5 8C0.5 4.25 2.375 0.5 8 0.5ZM4.66699 6.7334C4.28047 6.7334 3.96693 7.04711 3.9668 7.43359C3.96706 7.81997 4.28056 8.13379 4.66699 8.13379H6.4541L5.72363 11.9697C5.65185 12.3492 5.90082 12.7158 6.28027 12.7881C6.65973 12.8602 7.026 12.6107 7.09863 12.2314L7.50391 10.1006H8.49316L8.90137 12.2461C8.9739 12.6255 9.34021 12.8749 9.71973 12.8027C10.0993 12.7304 10.3483 12.3639 10.2764 11.9844L9.54297 8.13379H11.334C11.7201 8.13345 12.0329 7.81976 12.0332 7.43359C12.0331 7.04732 11.7202 6.73374 11.334 6.7334H4.66699ZM8 3C7.45212 3.00007 7.05764 3.1848 6.80469 3.48828C6.55713 3.78544 6.4668 4.17022 6.4668 4.5332C6.46685 4.89605 6.55727 5.28009 6.80469 5.57715C7.05764 5.88069 7.45206 6.06634 8 6.06641C8.54784 6.06633 8.94236 5.88059 9.19531 5.57715C9.44262 5.28012 9.53315 4.89599 9.5332 4.5332C9.5332 4.17025 9.44282 3.78543 9.19531 3.48828C8.94236 3.18484 8.54784 3.00007 8 3Z\"\n fill=\"currentColor\"\n />\n </g>\n </g>\n </svg>\n));\nHumanCircleFilledSize16Glyph.displayName = 'HumanCircleFilledSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,4BAA4B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC3GA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EACIA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+8BAA+8B,EACj9B,IAAI,EAAC,cAAc,EAAA,CACrB,EACF,CAAA,EAAA,CACJ,EACF,CAAA,CACT,EAAE;AACH,4BAA4B,CAAC,WAAW,GAAG,8BAA8B;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './../../index.css';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
|
|
5
|
+
const HumanCircleFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1C20.25 0.999999 23 6.5 23 12C23 17.5 20.25 23 12 23C3.75 23 1 17.5 1 12C1 6.5 3.75 1 12 1ZM7 10.0996C6.50294 10.0996 6.09961 10.5029 6.09961 11C6.09961 11.4971 6.50294 11.9004 7 11.9004H10.2461L9.11621 17.832C9.02343 18.3202 9.34387 18.7908 9.83203 18.8838C10.3202 18.9766 10.7908 18.6561 10.8838 18.168L11.4873 15H12.5127L13.1162 18.168C13.2092 18.6561 13.6798 18.9766 14.168 18.8838C14.6561 18.7908 14.9766 18.3202 14.8838 17.832L13.7539 11.9004H17C17.4971 11.9004 17.9004 11.4971 17.9004 11C17.9004 10.5029 17.4971 10.0996 17 10.0996H7ZM12 5C10.5 5 10 6 10 7C10 8 10.5 9 12 9C13.5 9 14 8 14 7C14 6 13.5 5 12 5Z", fill: "currentColor" }) }) })));
|
|
6
|
+
HumanCircleFilledSize24Glyph.displayName = 'HumanCircleFilledSize24Glyph';
|
|
7
|
+
|
|
8
|
+
export { HumanCircleFilledSize24Glyph };
|
|
9
|
+
//# sourceMappingURL=HumanCircleFilledSize24.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HumanCircleFilledSize24.js","sources":["../../../src/variants/icon/HumanCircleFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const HumanCircleFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1C20.25 0.999999 23 6.5 23 12C23 17.5 20.25 23 12 23C3.75 23 1 17.5 1 12C1 6.5 3.75 1 12 1ZM7 10.0996C6.50294 10.0996 6.09961 10.5029 6.09961 11C6.09961 11.4971 6.50294 11.9004 7 11.9004H10.2461L9.11621 17.832C9.02343 18.3202 9.34387 18.7908 9.83203 18.8838C10.3202 18.9766 10.7908 18.6561 10.8838 18.168L11.4873 15H12.5127L13.1162 18.168C13.2092 18.6561 13.6798 18.9766 14.168 18.8838C14.6561 18.7908 14.9766 18.3202 14.8838 17.832L13.7539 11.9004H17C17.4971 11.9004 17.9004 11.4971 17.9004 11C17.9004 10.5029 17.4971 10.0996 17 10.0996H7ZM12 5C10.5 5 10 6 10 7C10 8 10.5 9 12 9C13.5 9 14 8 14 7C14 6 13.5 5 12 5Z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nHumanCircleFilledSize24Glyph.displayName = 'HumanCircleFilledSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,4BAA4B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC3GA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4mBAA4mB,EAC9mB,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,4BAA4B,CAAC,WAAW,GAAG,8BAA8B;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './../../index.css';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
|
|
5
|
+
const HumanCircleOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsxs("g", { children: [jsx("path", { d: "M11.334 6.7334C11.7202 6.73374 12.0331 7.04732 12.0332 7.43359C12.0329 7.81976 11.7201 8.13345 11.334 8.13379H9.54297L10.2764 11.9844C10.3483 12.3639 10.0993 12.7304 9.71973 12.8027C9.34021 12.8749 8.9739 12.6255 8.90137 12.2461L8.49316 10.1006H7.50391L7.09863 12.2314C7.026 12.6107 6.65973 12.8602 6.28027 12.7881C5.90082 12.7158 5.65185 12.3492 5.72363 11.9697L6.4541 8.13379H4.66699C4.28056 8.13379 3.96706 7.81997 3.9668 7.43359C3.96693 7.04711 4.28047 6.7334 4.66699 6.7334H11.334Z", fill: "currentColor" }), jsx("path", { d: "M8 3C8.54784 3.00007 8.94236 3.18484 9.19531 3.48828C9.44282 3.78543 9.5332 4.17025 9.5332 4.5332C9.53315 4.89599 9.44262 5.28012 9.19531 5.57715C8.94236 5.88059 8.54784 6.06633 8 6.06641C7.45206 6.06634 7.05764 5.88069 6.80469 5.57715C6.55727 5.28009 6.46685 4.89605 6.4668 4.5332C6.4668 4.17022 6.55713 3.78544 6.80469 3.48828C7.05764 3.1848 7.45212 3.00007 8 3Z", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.5C13.625 0.499999 15.5 4.25 15.5 8C15.5 11.75 13.625 15.5 8 15.5C2.375 15.5 0.5 11.75 0.5 8C0.5 4.25 2.375 0.5 8 0.5ZM8 1.90039C5.52417 1.90039 4.07506 2.70915 3.21582 3.74023C2.31932 4.81622 1.90039 6.33315 1.90039 8C1.90039 9.66685 2.31932 11.1838 3.21582 12.2598C4.07506 13.2909 5.52417 14.0996 8 14.0996C10.4758 14.0996 11.9249 13.2909 12.7842 12.2598C13.6807 11.1838 14.0996 9.66685 14.0996 8C14.0996 6.33315 13.6807 4.81622 12.7842 3.74023C11.9249 2.70915 10.4758 1.90039 8 1.90039Z", fill: "currentColor" })] }) }) })));
|
|
6
|
+
HumanCircleOutlinedSize16Glyph.displayName = 'HumanCircleOutlinedSize16Glyph';
|
|
7
|
+
|
|
8
|
+
export { HumanCircleOutlinedSize16Glyph };
|
|
9
|
+
//# sourceMappingURL=HumanCircleOutlinedSize16.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HumanCircleOutlinedSize16.js","sources":["../../../src/variants/icon/HumanCircleOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const HumanCircleOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <g>\n <path\n d=\"M11.334 6.7334C11.7202 6.73374 12.0331 7.04732 12.0332 7.43359C12.0329 7.81976 11.7201 8.13345 11.334 8.13379H9.54297L10.2764 11.9844C10.3483 12.3639 10.0993 12.7304 9.71973 12.8027C9.34021 12.8749 8.9739 12.6255 8.90137 12.2461L8.49316 10.1006H7.50391L7.09863 12.2314C7.026 12.6107 6.65973 12.8602 6.28027 12.7881C5.90082 12.7158 5.65185 12.3492 5.72363 11.9697L6.4541 8.13379H4.66699C4.28056 8.13379 3.96706 7.81997 3.9668 7.43359C3.96693 7.04711 4.28047 6.7334 4.66699 6.7334H11.334Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 3C8.54784 3.00007 8.94236 3.18484 9.19531 3.48828C9.44282 3.78543 9.5332 4.17025 9.5332 4.5332C9.53315 4.89599 9.44262 5.28012 9.19531 5.57715C8.94236 5.88059 8.54784 6.06633 8 6.06641C7.45206 6.06634 7.05764 5.88069 6.80469 5.57715C6.55727 5.28009 6.46685 4.89605 6.4668 4.5332C6.4668 4.17022 6.55713 3.78544 6.80469 3.48828C7.05764 3.1848 7.45212 3.00007 8 3Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 0.5C13.625 0.499999 15.5 4.25 15.5 8C15.5 11.75 13.625 15.5 8 15.5C2.375 15.5 0.5 11.75 0.5 8C0.5 4.25 2.375 0.5 8 0.5ZM8 1.90039C5.52417 1.90039 4.07506 2.70915 3.21582 3.74023C2.31932 4.81622 1.90039 6.33315 1.90039 8C1.90039 9.66685 2.31932 11.1838 3.21582 12.2598C4.07506 13.2909 5.52417 14.0996 8 14.0996C10.4758 14.0996 11.9249 13.2909 12.7842 12.2598C13.6807 11.1838 14.0996 9.66685 14.0996 8C14.0996 6.33315 13.6807 4.81622 12.7842 3.74023C11.9249 2.70915 10.4758 1.90039 8 1.90039Z\"\n fill=\"currentColor\"\n />\n </g>\n </g>\n </svg>\n));\nHumanCircleOutlinedSize16Glyph.displayName = 'HumanCircleOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,8BAA8B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC7GA,aAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EACIC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,weAAwe,EAC1e,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,8WAA8W,EAChX,IAAI,EAAC,cAAc,GACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+eAA+e,EACjf,IAAI,EAAC,cAAc,EACrB,CAAA,CAAA,EAAA,CACF,GACJ,EACF,CAAA,CACT,EAAE;AACH,8BAA8B,CAAC,WAAW,GAAG,gCAAgC;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './../../index.css';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
|
|
5
|
+
const HumanCircleOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M17 10.0996C17.4971 10.0996 17.9004 10.5029 17.9004 11C17.9004 11.4971 17.4971 11.9004 17 11.9004H13.7539L14.8838 17.832C14.9766 18.3202 14.6561 18.7908 14.168 18.8838C13.6798 18.9766 13.2092 18.6561 13.1162 18.168L12.5127 15H11.4873L10.8838 18.168C10.7908 18.6561 10.3202 18.9766 9.83203 18.8838C9.34387 18.7908 9.02343 18.3202 9.11621 17.832L10.2461 11.9004H7C6.50294 11.9004 6.09961 11.4971 6.09961 11C6.09961 10.5029 6.50294 10.0996 7 10.0996H17Z", fill: "currentColor" }), jsx("path", { d: "M12 5C13.5 5 14 6 14 7C14 8 13.5 9 12 9C10.5 9 10 8 10 7C10 6 10.5 5 12 5Z", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1C20.25 0.999999 23 6.5 23 12C23 17.5 20.25 23 12 23C3.75 23 1 17.5 1 12C1 6.5 3.75 1 12 1ZM12 2.7998C8.30787 2.7998 6.10585 4.0097 4.78906 5.58984C3.42415 7.22774 2.7998 9.51743 2.7998 12C2.79981 14.4826 3.42415 16.7723 4.78906 18.4102C6.10585 19.9903 8.30787 21.2002 12 21.2002C15.6921 21.2002 17.8941 19.9903 19.2109 18.4102C20.5759 16.7723 21.2002 14.4826 21.2002 12C21.2002 9.51743 20.5759 7.22774 19.2109 5.58984C17.8941 4.00969 15.6921 2.7998 12 2.7998Z", fill: "currentColor" })] }) })));
|
|
6
|
+
HumanCircleOutlinedSize24Glyph.displayName = 'HumanCircleOutlinedSize24Glyph';
|
|
7
|
+
|
|
8
|
+
export { HumanCircleOutlinedSize24Glyph };
|
|
9
|
+
//# sourceMappingURL=HumanCircleOutlinedSize24.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HumanCircleOutlinedSize24.js","sources":["../../../src/variants/icon/HumanCircleOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const HumanCircleOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M17 10.0996C17.4971 10.0996 17.9004 10.5029 17.9004 11C17.9004 11.4971 17.4971 11.9004 17 11.9004H13.7539L14.8838 17.832C14.9766 18.3202 14.6561 18.7908 14.168 18.8838C13.6798 18.9766 13.2092 18.6561 13.1162 18.168L12.5127 15H11.4873L10.8838 18.168C10.7908 18.6561 10.3202 18.9766 9.83203 18.8838C9.34387 18.7908 9.02343 18.3202 9.11621 17.832L10.2461 11.9004H7C6.50294 11.9004 6.09961 11.4971 6.09961 11C6.09961 10.5029 6.50294 10.0996 7 10.0996H17Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12 5C13.5 5 14 6 14 7C14 8 13.5 9 12 9C10.5 9 10 8 10 7C10 6 10.5 5 12 5Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1C20.25 0.999999 23 6.5 23 12C23 17.5 20.25 23 12 23C3.75 23 1 17.5 1 12C1 6.5 3.75 1 12 1ZM12 2.7998C8.30787 2.7998 6.10585 4.0097 4.78906 5.58984C3.42415 7.22774 2.7998 9.51743 2.7998 12C2.79981 14.4826 3.42415 16.7723 4.78906 18.4102C6.10585 19.9903 8.30787 21.2002 12 21.2002C15.6921 21.2002 17.8941 19.9903 19.2109 18.4102C20.5759 16.7723 21.2002 14.4826 21.2002 12C21.2002 9.51743 20.5759 7.22774 19.2109 5.58984C17.8941 4.00969 15.6921 2.7998 12 2.7998Z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nHumanCircleOutlinedSize24Glyph.displayName = 'HumanCircleOutlinedSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,8BAA8B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC7GA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK,EAAA,QAAA,EAC9GC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,ocAAoc,EACtc,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4EAA4E,EAAC,IAAI,EAAC,cAAc,GAAG,EAC3GA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,kdAAkd,EACpd,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACF,CAAA,CACT,EAAE;AACH,8BAA8B,CAAC,WAAW,GAAG,gCAAgC;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const LoaderOutlinedSize64Glyph = forwardRef((props, ref) => (jsx("svg", { width: 64, height: 64, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 7.46675C27.
|
|
5
|
+
const LoaderOutlinedSize64Glyph = forwardRef((props, ref) => (jsx("svg", { width: 64, height: 64, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.0001 7.46675C27.1479 7.46675 22.4046 8.9056 18.3701 11.6014C14.3356 14.2971 11.1911 18.1287 9.33425 22.6116C7.47738 27.0945 6.99154 32.0273 7.93816 36.7863C8.88479 41.5453 11.2214 45.9167 14.6524 49.3478C18.0835 52.7788 22.4549 55.1154 27.2139 56.062C31.9729 57.0086 36.9057 56.5228 41.3886 54.6659C45.8715 52.809 49.703 49.6645 52.3988 45.6301C55.0946 41.5956 56.5334 36.8523 56.5334 32.0001H61.3334C61.3334 37.8017 59.613 43.473 56.3899 48.2968C53.1667 53.1206 48.5854 56.8804 43.2255 59.1005C37.8655 61.3207 31.9676 61.9016 26.2774 60.7698C20.5873 59.6379 15.3606 56.8442 11.2583 52.7419C7.15595 48.6395 4.36223 43.4128 3.23039 37.7227C2.09856 32.0326 2.67946 26.1347 4.89963 20.7747C7.1198 15.4147 10.8795 10.8335 15.7034 7.6103C20.5272 4.38712 26.1985 2.66675 32.0001 2.66675V7.46675Z", fill: "currentColor" }) }) })));
|
|
6
6
|
LoaderOutlinedSize64Glyph.displayName = 'LoaderOutlinedSize64Glyph';
|
|
7
7
|
|
|
8
8
|
export { LoaderOutlinedSize64Glyph };
|