@hh.ru/magritte-ui-icon 14.1.0 → 14.2.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-BNKOjT3Y.js +20 -0
- package/{IconDynamic-DJuCfrB0.js.map → IconDynamic-BNKOjT3Y.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 +10 -2
- package/icon.js.map +1 -1
- package/icon.mock.d.ts +8 -0
- package/icon.mock.js +33 -1
- package/icon.mock.js.map +1 -1
- package/index.css +299 -299
- package/index.js +1 -1
- package/package.json +2 -2
- package/private.js +1 -1
- package/product.js +1 -1
- package/service.js +17 -2
- package/service.js.map +1 -1
- package/service.mock.d.ts +15 -0
- package/service.mock.js +61 -1
- package/service.mock.js.map +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/CameraOutlinedSize16.js +1 -1
- package/variants/icon/CameraOutlinedSize16.js.map +1 -1
- package/variants/icon/CarOutlinedSize16.js +1 -1
- package/variants/icon/CarOutlinedSize16.js.map +1 -1
- package/variants/icon/CardLinesHeartFilledSize16.d.ts +2 -0
- package/variants/icon/CardLinesHeartFilledSize16.js +9 -0
- package/variants/icon/CardLinesHeartFilledSize16.js.map +1 -0
- package/variants/icon/CardLinesHeartFilledSize24.d.ts +2 -0
- package/variants/icon/CardLinesHeartFilledSize24.js +9 -0
- package/variants/icon/CardLinesHeartFilledSize24.js.map +1 -0
- package/variants/icon/CardLinesHeartOutlinedSize16.d.ts +2 -0
- package/variants/icon/CardLinesHeartOutlinedSize16.js +9 -0
- package/variants/icon/CardLinesHeartOutlinedSize16.js.map +1 -0
- package/variants/icon/CardLinesHeartOutlinedSize24.d.ts +2 -0
- package/variants/icon/CardLinesHeartOutlinedSize24.js +9 -0
- package/variants/icon/CardLinesHeartOutlinedSize24.js.map +1 -0
- package/variants/icon/FlaskFilledSize24.js +1 -1
- package/variants/icon/FlaskFilledSize24.js.map +1 -1
- package/variants/icon/FlaskOutlinedSize16.js +1 -1
- package/variants/icon/FlaskOutlinedSize16.js.map +1 -1
- package/variants/icon/ImageStackOutlinedSize32.js +1 -1
- package/variants/icon/ImageStackOutlinedSize32.js.map +1 -1
- package/variants/icon/PenHyperstarFilledSize24.js +1 -1
- package/variants/icon/PenHyperstarFilledSize24.js.map +1 -1
- package/variants/icon/PopcornFilledSize16.js +2 -2
- package/variants/icon/PopcornFilledSize16.js.map +1 -1
- package/variants/icon/PopcornFilledSize24.js +2 -2
- package/variants/icon/PopcornFilledSize24.js.map +1 -1
- package/variants/icon/PopcornOutlinedSize16.js +1 -1
- package/variants/icon/PopcornOutlinedSize16.js.map +1 -1
- package/variants/icon/PopcornOutlinedSize24.js +1 -1
- package/variants/icon/PopcornOutlinedSize24.js.map +1 -1
- package/variants/icon/RocketOutlinedSize16.js +1 -1
- package/variants/icon/RocketOutlinedSize16.js.map +1 -1
- package/variants/icon/TreeFilledSize16.js +1 -1
- package/variants/icon/TreeFilledSize16.js.map +1 -1
- package/variants/icon/TreeFilledSize24.js +1 -1
- package/variants/icon/TreeFilledSize24.js.map +1 -1
- package/variants/icon/UserSingleBanFilledSize16.d.ts +2 -0
- package/variants/icon/UserSingleBanFilledSize16.js +9 -0
- package/variants/icon/UserSingleBanFilledSize16.js.map +1 -0
- package/variants/icon/UserSingleBanFilledSize24.d.ts +2 -0
- package/variants/icon/UserSingleBanFilledSize24.js +9 -0
- package/variants/icon/UserSingleBanFilledSize24.js.map +1 -0
- package/variants/icon/UserSingleBanOutlinedSize16.d.ts +2 -0
- package/variants/icon/UserSingleBanOutlinedSize16.js +9 -0
- package/variants/icon/UserSingleBanOutlinedSize16.js.map +1 -0
- package/variants/icon/UserSingleBanOutlinedSize24.d.ts +2 -0
- package/variants/icon/UserSingleBanOutlinedSize24.js +9 -0
- package/variants/icon/UserSingleBanOutlinedSize24.js.map +1 -0
- package/variants/icon/index.d.ts +1314 -1274
- package/variants/icon/index.js +550 -534
- package/variants/icon/index.js.map +1 -1
- package/variants/private/index.d.ts +32 -32
- package/variants/private/index.js +16 -16
- package/variants/private/index.js.map +1 -1
- package/variants/product/index.d.ts +71 -71
- package/variants/product/index.js +42 -42
- package/variants/product/index.js.map +1 -1
- package/variants/service/AndroidBrandSize16.js +1 -1
- package/variants/service/AndroidBrandSize16.js.map +1 -1
- package/variants/service/AndroidBrandSize24.js +1 -1
- package/variants/service/AndroidBrandSize24.js.map +1 -1
- package/variants/service/DzenSolidSize16.js +1 -1
- package/variants/service/DzenSolidSize16.js.map +1 -1
- package/variants/service/DzenSolidSize24.js +1 -1
- package/variants/service/DzenSolidSize24.js.map +1 -1
- package/variants/service/EsiaBrandSize16.js +1 -1
- package/variants/service/EsiaBrandSize16.js.map +1 -1
- package/variants/service/EsiaBrandSize24.js +1 -1
- package/variants/service/EsiaBrandSize24.js.map +1 -1
- package/variants/service/FlBrandSize24.js +1 -1
- package/variants/service/FlBrandSize24.js.map +1 -1
- package/variants/service/GoogleBrandSize16.js +1 -1
- package/variants/service/GoogleBrandSize16.js.map +1 -1
- package/variants/service/GoogleBrandSize24.js +1 -1
- package/variants/service/GoogleBrandSize24.js.map +1 -1
- package/variants/service/HhBusinessAppBrandSize48.d.ts +2 -0
- package/variants/service/HhBusinessAppBrandSize48.js +9 -0
- package/variants/service/HhBusinessAppBrandSize48.js.map +1 -0
- package/variants/service/HhBusinessAppGrayscaleSize48.d.ts +2 -0
- package/variants/service/HhBusinessAppGrayscaleSize48.js +9 -0
- package/variants/service/HhBusinessAppGrayscaleSize48.js.map +1 -0
- package/variants/service/HhBusinessAppSolidSize48.d.ts +2 -0
- package/variants/service/HhBusinessAppSolidSize48.js +9 -0
- package/variants/service/HhBusinessAppSolidSize48.js.map +1 -0
- package/variants/service/LivejournalBrandSize16.js +1 -1
- package/variants/service/LivejournalBrandSize16.js.map +1 -1
- package/variants/service/OkSolidSize24.js +1 -1
- package/variants/service/OkSolidSize24.js.map +1 -1
- package/variants/service/OneCGrayscaleSize32.js +1 -1
- package/variants/service/OneCGrayscaleSize32.js.map +1 -1
- package/variants/service/OneCSolidSize32.js +1 -1
- package/variants/service/OneCSolidSize32.js.map +1 -1
- package/variants/service/RabotaByAppBrandAltSize16.d.ts +2 -0
- package/variants/service/RabotaByAppBrandAltSize16.js +9 -0
- package/variants/service/RabotaByAppBrandAltSize16.js.map +1 -0
- package/variants/service/RabotaByAppBrandAltSize24.d.ts +2 -0
- package/variants/service/RabotaByAppBrandAltSize24.js +9 -0
- package/variants/service/RabotaByAppBrandAltSize24.js.map +1 -0
- package/variants/service/RabotaByAppBrandAltSize48.d.ts +2 -0
- package/variants/service/RabotaByAppBrandAltSize48.js +9 -0
- package/variants/service/RabotaByAppBrandAltSize48.js.map +1 -0
- package/variants/service/RabotaByAppBrandSize16.d.ts +2 -0
- package/variants/service/RabotaByAppBrandSize16.js +9 -0
- package/variants/service/RabotaByAppBrandSize16.js.map +1 -0
- package/variants/service/RabotaByAppBrandSize24.d.ts +2 -0
- package/variants/service/RabotaByAppBrandSize24.js +9 -0
- package/variants/service/RabotaByAppBrandSize24.js.map +1 -0
- package/variants/service/RabotaByAppBrandSize48.d.ts +2 -0
- package/variants/service/RabotaByAppBrandSize48.js +9 -0
- package/variants/service/RabotaByAppBrandSize48.js.map +1 -0
- package/variants/service/RabotaByAppGrayscaleSize16.d.ts +2 -0
- package/variants/service/RabotaByAppGrayscaleSize16.js +9 -0
- package/variants/service/RabotaByAppGrayscaleSize16.js.map +1 -0
- package/variants/service/RabotaByAppGrayscaleSize24.d.ts +2 -0
- package/variants/service/RabotaByAppGrayscaleSize24.js +9 -0
- package/variants/service/RabotaByAppGrayscaleSize24.js.map +1 -0
- package/variants/service/RabotaByAppGrayscaleSize48.d.ts +2 -0
- package/variants/service/RabotaByAppGrayscaleSize48.js +9 -0
- package/variants/service/RabotaByAppGrayscaleSize48.js.map +1 -0
- package/variants/service/RabotaByAppSolidSize16.d.ts +2 -0
- package/variants/service/RabotaByAppSolidSize16.js +9 -0
- package/variants/service/RabotaByAppSolidSize16.js.map +1 -0
- package/variants/service/RabotaByAppSolidSize24.d.ts +2 -0
- package/variants/service/RabotaByAppSolidSize24.js +9 -0
- package/variants/service/RabotaByAppSolidSize24.js.map +1 -0
- package/variants/service/RabotaByAppSolidSize48.d.ts +2 -0
- package/variants/service/RabotaByAppSolidSize48.js +9 -0
- package/variants/service/RabotaByAppSolidSize48.js.map +1 -0
- package/variants/service/SkillazBrandSize16.js +1 -1
- package/variants/service/SkillazBrandSize16.js.map +1 -1
- package/variants/service/TwitterBrandSize16.js +1 -1
- package/variants/service/TwitterBrandSize16.js.map +1 -1
- package/variants/service/TwitterBrandSize24.js +1 -1
- package/variants/service/TwitterBrandSize24.js.map +1 -1
- package/variants/service/ViberBrandSize24.js +1 -1
- package/variants/service/ViberBrandSize24.js.map +1 -1
- package/variants/service/ViberSolidSize24.js +1 -1
- package/variants/service/ViberSolidSize24.js.map +1 -1
- package/variants/service/VkSquareBrandAltSize24.js +1 -1
- package/variants/service/VkSquareBrandAltSize24.js.map +1 -1
- package/variants/service/VkSquareBrandSize24.js +1 -1
- package/variants/service/VkSquareBrandSize24.js.map +1 -1
- package/variants/service/index.d.ts +516 -441
- package/variants/service/index.js +130 -100
- package/variants/service/index.js.map +1 -1
- package/IconDynamic-DJuCfrB0.js +0 -20
|
@@ -61,7 +61,7 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
61
61
|
import '@hh.ru/magritte-common-use-multiple-refs';
|
|
62
62
|
import '@hh.ru/magritte-ui-badge';
|
|
63
63
|
import '@hh.ru/magritte-ui-breakpoint';
|
|
64
|
-
import '../../IconDynamic-
|
|
64
|
+
import '../../IconDynamic-BNKOjT3Y.js';
|
|
65
65
|
import '../../LoaderGlyph.js';
|
|
66
66
|
import '../icon/LoaderOutlinedSize16.js';
|
|
67
67
|
import '../icon/LoaderOutlinedSize24.js';
|
|
@@ -73,60 +73,60 @@ import '../../Skeleton.js';
|
|
|
73
73
|
import '@hh.ru/magritte-ui-skeleton';
|
|
74
74
|
|
|
75
75
|
/* This file is auto-generated with figma-svg. */
|
|
76
|
+
const ChevronGroup1FilledSize16 = /* #__PURE__*/ hoc(ChevronGroup1FilledSize16Glyph, 'ChevronGroup1FilledSize16');
|
|
77
|
+
const EmployersRatingOutlinedSize16 = /* #__PURE__*/ hoc(EmployersRatingOutlinedSize16Glyph, 'EmployersRatingOutlinedSize16');
|
|
78
|
+
const EmployersRatingOutlinedSize24 = /* #__PURE__*/ hoc(EmployersRatingOutlinedSize24Glyph, 'EmployersRatingOutlinedSize24');
|
|
79
|
+
const ItAccreditationSize16 = /* #__PURE__*/ hoc(ItAccreditationSize16Glyph, 'ItAccreditationSize16');
|
|
80
|
+
const ChevronGroup2FilledSize16 = /* #__PURE__*/ hoc(ChevronGroup2FilledSize16Glyph, 'ChevronGroup2FilledSize16');
|
|
76
81
|
const LabelFlameFilledSize16 = /* #__PURE__*/ hoc(LabelFlameFilledSize16Glyph, 'LabelFlameFilledSize16');
|
|
77
|
-
const
|
|
78
|
-
const
|
|
79
|
-
const LabelEyeFilledSize16 = /* #__PURE__*/ hoc(LabelEyeFilledSize16Glyph, 'LabelEyeFilledSize16');
|
|
80
|
-
const ChevronArrowRightFilledSize24 = /* #__PURE__*/ hoc(ChevronArrowRightFilledSize24Glyph, 'ChevronArrowRightFilledSize24');
|
|
81
|
-
const ChevronArrowRightFilledSize16 = /* #__PURE__*/ hoc(ChevronArrowRightFilledSize16Glyph, 'ChevronArrowRightFilledSize16');
|
|
82
|
+
const EmployersRatingOutlinedCircledSize24 = /* #__PURE__*/ hoc(EmployersRatingOutlinedCircledSize24Glyph, 'EmployersRatingOutlinedCircledSize24');
|
|
83
|
+
const LabelThumbFilledSize16 = /* #__PURE__*/ hoc(LabelThumbFilledSize16Glyph, 'LabelThumbFilledSize16');
|
|
82
84
|
const QuestionFilledSize24 = /* #__PURE__*/ hoc(QuestionFilledSize24Glyph, 'QuestionFilledSize24');
|
|
83
|
-
const
|
|
84
|
-
const
|
|
85
|
-
const ChevronArrowDiagonalUpRightFilledSize16 = /* #__PURE__*/ hoc(ChevronArrowDiagonalUpRightFilledSize16Glyph, 'ChevronArrowDiagonalUpRightFilledSize16');
|
|
86
|
-
const OvalSplitFilledSize24 = /* #__PURE__*/ hoc(OvalSplitFilledSize24Glyph, 'OvalSplitFilledSize24');
|
|
85
|
+
const DreamjobSize24 = /* #__PURE__*/ hoc(DreamjobSize24Glyph, 'DreamjobSize24');
|
|
86
|
+
const CompanysLifeFilledSize16 = /* #__PURE__*/ hoc(CompanysLifeFilledSize16Glyph, 'CompanysLifeFilledSize16');
|
|
87
87
|
const OvalSplitFilledSize16 = /* #__PURE__*/ hoc(OvalSplitFilledSize16Glyph, 'OvalSplitFilledSize16');
|
|
88
|
-
const ChevronArrowDownRightFilledSize24 = /* #__PURE__*/ hoc(ChevronArrowDownRightFilledSize24Glyph, 'ChevronArrowDownRightFilledSize24');
|
|
89
|
-
const ChevronArrowDownRightFilledSize16 = /* #__PURE__*/ hoc(ChevronArrowDownRightFilledSize16Glyph, 'ChevronArrowDownRightFilledSize16');
|
|
90
|
-
const ChevronGroup2FilledSize16 = /* #__PURE__*/ hoc(ChevronGroup2FilledSize16Glyph, 'ChevronGroup2FilledSize16');
|
|
91
|
-
const ChevronGroup2FilledSize24 = /* #__PURE__*/ hoc(ChevronGroup2FilledSize24Glyph, 'ChevronGroup2FilledSize24');
|
|
92
|
-
const ChevronGroup1FilledSize24 = /* #__PURE__*/ hoc(ChevronGroup1FilledSize24Glyph, 'ChevronGroup1FilledSize24');
|
|
93
|
-
const ChevronGroup3FilledSize24 = /* #__PURE__*/ hoc(ChevronGroup3FilledSize24Glyph, 'ChevronGroup3FilledSize24');
|
|
94
|
-
const ChevronGroup3FilledSize16 = /* #__PURE__*/ hoc(ChevronGroup3FilledSize16Glyph, 'ChevronGroup3FilledSize16');
|
|
95
|
-
const ChevronGroup1FilledSize16 = /* #__PURE__*/ hoc(ChevronGroup1FilledSize16Glyph, 'ChevronGroup1FilledSize16');
|
|
96
|
-
const HrBrandOutlinedSize24 = /* #__PURE__*/ hoc(HrBrandOutlinedSize24Glyph, 'HrBrandOutlinedSize24');
|
|
97
|
-
const CheckmarkOutlinedSize16 = /* #__PURE__*/ hoc(CheckmarkOutlinedSize16Glyph, 'CheckmarkOutlinedSize16');
|
|
98
|
-
const ItAccreditationCircledSize24 = /* #__PURE__*/ hoc(ItAccreditationCircledSize24Glyph, 'ItAccreditationCircledSize24');
|
|
99
|
-
const EmployersRatingOutlinedCircledSize24 = /* #__PURE__*/ hoc(EmployersRatingOutlinedCircledSize24Glyph, 'EmployersRatingOutlinedCircledSize24');
|
|
100
88
|
const CompanysLifeOutlinedCircledSize16 = /* #__PURE__*/ hoc(CompanysLifeOutlinedCircledSize16Glyph, 'CompanysLifeOutlinedCircledSize16');
|
|
101
|
-
const
|
|
89
|
+
const ChevronGroup2FilledSize24 = /* #__PURE__*/ hoc(ChevronGroup2FilledSize24Glyph, 'ChevronGroup2FilledSize24');
|
|
90
|
+
const LabelEyeFilledSize24 = /* #__PURE__*/ hoc(LabelEyeFilledSize24Glyph, 'LabelEyeFilledSize24');
|
|
91
|
+
const ChevronArrowDownRightFilledSize24 = /* #__PURE__*/ hoc(ChevronArrowDownRightFilledSize24Glyph, 'ChevronArrowDownRightFilledSize24');
|
|
92
|
+
const LabelUserFilledSize16 = /* #__PURE__*/ hoc(LabelUserFilledSize16Glyph, 'LabelUserFilledSize16');
|
|
102
93
|
const CompanysLifeOutlinedCircledSize24 = /* #__PURE__*/ hoc(CompanysLifeOutlinedCircledSize24Glyph, 'CompanysLifeOutlinedCircledSize24');
|
|
94
|
+
const ChevronArrowDownRightFilledSize16 = /* #__PURE__*/ hoc(ChevronArrowDownRightFilledSize16Glyph, 'ChevronArrowDownRightFilledSize16');
|
|
95
|
+
const LabelThumbFilledSize24 = /* #__PURE__*/ hoc(LabelThumbFilledSize24Glyph, 'LabelThumbFilledSize24');
|
|
96
|
+
const ItAccreditationFilledSize16 = /* #__PURE__*/ hoc(ItAccreditationFilledSize16Glyph, 'ItAccreditationFilledSize16');
|
|
97
|
+
const DreamjobSize16 = /* #__PURE__*/ hoc(DreamjobSize16Glyph, 'DreamjobSize16');
|
|
98
|
+
const CompanysLifeFilledSize24 = /* #__PURE__*/ hoc(CompanysLifeFilledSize24Glyph, 'CompanysLifeFilledSize24');
|
|
99
|
+
const LabelFlameFilledSize24 = /* #__PURE__*/ hoc(LabelFlameFilledSize24Glyph, 'LabelFlameFilledSize24');
|
|
100
|
+
const CompanysLifeOutlinedSize24 = /* #__PURE__*/ hoc(CompanysLifeOutlinedSize24Glyph, 'CompanysLifeOutlinedSize24');
|
|
101
|
+
const ChevronArrowRightFilledSize24 = /* #__PURE__*/ hoc(ChevronArrowRightFilledSize24Glyph, 'ChevronArrowRightFilledSize24');
|
|
102
|
+
const LabelEyeFilledSize16 = /* #__PURE__*/ hoc(LabelEyeFilledSize16Glyph, 'LabelEyeFilledSize16');
|
|
103
|
+
const CompanysLifeOutlinedSize16 = /* #__PURE__*/ hoc(CompanysLifeOutlinedSize16Glyph, 'CompanysLifeOutlinedSize16');
|
|
103
104
|
const CheckmarkOutlinedCircledSize16 = /* #__PURE__*/ hoc(CheckmarkOutlinedCircledSize16Glyph, 'CheckmarkOutlinedCircledSize16');
|
|
105
|
+
const ChevronGroup3FilledSize24 = /* #__PURE__*/ hoc(ChevronGroup3FilledSize24Glyph, 'ChevronGroup3FilledSize24');
|
|
104
106
|
const HrBrandOutlinedCircledSize16 = /* #__PURE__*/ hoc(HrBrandOutlinedCircledSize16Glyph, 'HrBrandOutlinedCircledSize16');
|
|
105
107
|
const HrBrandOutlinedCircledSize24 = /* #__PURE__*/ hoc(HrBrandOutlinedCircledSize24Glyph, 'HrBrandOutlinedCircledSize24');
|
|
106
108
|
const CheckmarkOutlinedCircledSize24 = /* #__PURE__*/ hoc(CheckmarkOutlinedCircledSize24Glyph, 'CheckmarkOutlinedCircledSize24');
|
|
107
|
-
const
|
|
108
|
-
const
|
|
109
|
-
const LabelFlameFilledSize24 = /* #__PURE__*/ hoc(LabelFlameFilledSize24Glyph, 'LabelFlameFilledSize24');
|
|
110
|
-
const ItAccreditationSize16 = /* #__PURE__*/ hoc(ItAccreditationSize16Glyph, 'ItAccreditationSize16');
|
|
111
|
-
const LabelThumbFilledSize16 = /* #__PURE__*/ hoc(LabelThumbFilledSize16Glyph, 'LabelThumbFilledSize16');
|
|
112
|
-
const DreamjobSize24 = /* #__PURE__*/ hoc(DreamjobSize24Glyph, 'DreamjobSize24');
|
|
113
|
-
const LabelThumbFilledSize24 = /* #__PURE__*/ hoc(LabelThumbFilledSize24Glyph, 'LabelThumbFilledSize24');
|
|
114
|
-
const DreamjobSize16 = /* #__PURE__*/ hoc(DreamjobSize16Glyph, 'DreamjobSize16');
|
|
109
|
+
const ChevronArrowRightFilledSize16 = /* #__PURE__*/ hoc(ChevronArrowRightFilledSize16Glyph, 'ChevronArrowRightFilledSize16');
|
|
110
|
+
const ChevronGroup3FilledSize16 = /* #__PURE__*/ hoc(ChevronGroup3FilledSize16Glyph, 'ChevronGroup3FilledSize16');
|
|
115
111
|
const ItAccreditationSize24 = /* #__PURE__*/ hoc(ItAccreditationSize24Glyph, 'ItAccreditationSize24');
|
|
112
|
+
const ItAccreditationFilledSize24 = /* #__PURE__*/ hoc(ItAccreditationFilledSize24Glyph, 'ItAccreditationFilledSize24');
|
|
113
|
+
const EmployersRatingOutlinedCircledSize16 = /* #__PURE__*/ hoc(EmployersRatingOutlinedCircledSize16Glyph, 'EmployersRatingOutlinedCircledSize16');
|
|
114
|
+
const ChevronArrowDiagonalUpRightFilledSize24 = /* #__PURE__*/ hoc(ChevronArrowDiagonalUpRightFilledSize24Glyph, 'ChevronArrowDiagonalUpRightFilledSize24');
|
|
115
|
+
const OvalSplitFilledSize24 = /* #__PURE__*/ hoc(OvalSplitFilledSize24Glyph, 'OvalSplitFilledSize24');
|
|
116
|
+
const ChevronArrowDiagonalUpRightFilledSize16 = /* #__PURE__*/ hoc(ChevronArrowDiagonalUpRightFilledSize16Glyph, 'ChevronArrowDiagonalUpRightFilledSize16');
|
|
117
|
+
const QuestionFilledSize16 = /* #__PURE__*/ hoc(QuestionFilledSize16Glyph, 'QuestionFilledSize16');
|
|
116
118
|
const LabelUserFilledSize24 = /* #__PURE__*/ hoc(LabelUserFilledSize24Glyph, 'LabelUserFilledSize24');
|
|
117
|
-
const DreamjobCircledSize16 = /* #__PURE__*/ hoc(DreamjobCircledSize16Glyph, 'DreamjobCircledSize16');
|
|
118
|
-
const DreamjobCircledSize24 = /* #__PURE__*/ hoc(DreamjobCircledSize24Glyph, 'DreamjobCircledSize24');
|
|
119
|
-
const ItAccreditationCircledSize16 = /* #__PURE__*/ hoc(ItAccreditationCircledSize16Glyph, 'ItAccreditationCircledSize16');
|
|
120
|
-
const CompanysLifeOutlinedSize24 = /* #__PURE__*/ hoc(CompanysLifeOutlinedSize24Glyph, 'CompanysLifeOutlinedSize24');
|
|
121
|
-
const CompanysLifeOutlinedSize16 = /* #__PURE__*/ hoc(CompanysLifeOutlinedSize16Glyph, 'CompanysLifeOutlinedSize16');
|
|
122
|
-
const EmployersRatingOutlinedSize16 = /* #__PURE__*/ hoc(EmployersRatingOutlinedSize16Glyph, 'EmployersRatingOutlinedSize16');
|
|
123
119
|
const EmployersRatingFilledSize16 = /* #__PURE__*/ hoc(EmployersRatingFilledSize16Glyph, 'EmployersRatingFilledSize16');
|
|
124
|
-
const CompanysLifeFilledSize16 = /* #__PURE__*/ hoc(CompanysLifeFilledSize16Glyph, 'CompanysLifeFilledSize16');
|
|
125
|
-
const ItAccreditationFilledSize16 = /* #__PURE__*/ hoc(ItAccreditationFilledSize16Glyph, 'ItAccreditationFilledSize16');
|
|
126
|
-
const CompanysLifeFilledSize24 = /* #__PURE__*/ hoc(CompanysLifeFilledSize24Glyph, 'CompanysLifeFilledSize24');
|
|
127
120
|
const EmployersRatingFilledSize24 = /* #__PURE__*/ hoc(EmployersRatingFilledSize24Glyph, 'EmployersRatingFilledSize24');
|
|
128
|
-
const
|
|
129
|
-
const
|
|
121
|
+
const ItAccreditationCircledSize24 = /* #__PURE__*/ hoc(ItAccreditationCircledSize24Glyph, 'ItAccreditationCircledSize24');
|
|
122
|
+
const ItAccreditationCircledSize16 = /* #__PURE__*/ hoc(ItAccreditationCircledSize16Glyph, 'ItAccreditationCircledSize16');
|
|
123
|
+
const DreamjobCircledSize16 = /* #__PURE__*/ hoc(DreamjobCircledSize16Glyph, 'DreamjobCircledSize16');
|
|
124
|
+
const HrBrandOutlinedSize16 = /* #__PURE__*/ hoc(HrBrandOutlinedSize16Glyph, 'HrBrandOutlinedSize16');
|
|
125
|
+
const HrBrandOutlinedSize24 = /* #__PURE__*/ hoc(HrBrandOutlinedSize24Glyph, 'HrBrandOutlinedSize24');
|
|
126
|
+
const DreamjobCircledSize24 = /* #__PURE__*/ hoc(DreamjobCircledSize24Glyph, 'DreamjobCircledSize24');
|
|
127
|
+
const ChevronGroup1FilledSize24 = /* #__PURE__*/ hoc(ChevronGroup1FilledSize24Glyph, 'ChevronGroup1FilledSize24');
|
|
128
|
+
const CheckmarkOutlinedSize24 = /* #__PURE__*/ hoc(CheckmarkOutlinedSize24Glyph, 'CheckmarkOutlinedSize24');
|
|
129
|
+
const CheckmarkOutlinedSize16 = /* #__PURE__*/ hoc(CheckmarkOutlinedSize16Glyph, 'CheckmarkOutlinedSize16');
|
|
130
130
|
|
|
131
131
|
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 };
|
|
132
132
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["src/variants/product/index.ts"],"sourcesContent":["/* This file is auto-generated with figma-svg. */\nimport hoc from '@hh.ru/magritte-ui-icon/hoc';\nimport { CheckmarkOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedCircledSize16';\nimport { CheckmarkOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedCircledSize24';\nimport { CheckmarkOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedSize16';\nimport { CheckmarkOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedSize24';\nimport { ChevronArrowDiagonalUpRightFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDiagonalUpRightFilledSize16';\nimport { ChevronArrowDiagonalUpRightFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDiagonalUpRightFilledSize24';\nimport { ChevronArrowDownRightFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDownRightFilledSize16';\nimport { ChevronArrowDownRightFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDownRightFilledSize24';\nimport { ChevronArrowRightFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowRightFilledSize16';\nimport { ChevronArrowRightFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowRightFilledSize24';\nimport { ChevronGroup1FilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup1FilledSize16';\nimport { ChevronGroup1FilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup1FilledSize24';\nimport { ChevronGroup2FilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup2FilledSize16';\nimport { ChevronGroup2FilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup2FilledSize24';\nimport { ChevronGroup3FilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup3FilledSize16';\nimport { ChevronGroup3FilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup3FilledSize24';\nimport { CompanysLifeFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeFilledSize16';\nimport { CompanysLifeFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeFilledSize24';\nimport { CompanysLifeOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedCircledSize16';\nimport { CompanysLifeOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedCircledSize24';\nimport { CompanysLifeOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedSize16';\nimport { CompanysLifeOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedSize24';\nimport { DreamjobCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobCircledSize16';\nimport { DreamjobCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobCircledSize24';\nimport { DreamjobSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobSize16';\nimport { DreamjobSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobSize24';\nimport { EmployersRatingFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingFilledSize16';\nimport { EmployersRatingFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingFilledSize24';\nimport { EmployersRatingOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedCircledSize16';\nimport { EmployersRatingOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedCircledSize24';\nimport { EmployersRatingOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedSize16';\nimport { EmployersRatingOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedSize24';\nimport { HrBrandOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedCircledSize16';\nimport { HrBrandOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedCircledSize24';\nimport { HrBrandOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedSize16';\nimport { HrBrandOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedSize24';\nimport { ItAccreditationCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationCircledSize16';\nimport { ItAccreditationCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationCircledSize24';\nimport { ItAccreditationFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationFilledSize16';\nimport { ItAccreditationFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationFilledSize24';\nimport { ItAccreditationSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationSize16';\nimport { ItAccreditationSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationSize24';\nimport { LabelEyeFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelEyeFilledSize16';\nimport { LabelEyeFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelEyeFilledSize24';\nimport { LabelFlameFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelFlameFilledSize16';\nimport { LabelFlameFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelFlameFilledSize24';\nimport { LabelThumbFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelThumbFilledSize16';\nimport { LabelThumbFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelThumbFilledSize24';\nimport { LabelUserFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelUserFilledSize16';\nimport { LabelUserFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelUserFilledSize24';\nimport { OvalSplitFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/OvalSplitFilledSize16';\nimport { OvalSplitFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/OvalSplitFilledSize24';\nimport { QuestionFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/QuestionFilledSize16';\nimport { QuestionFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/QuestionFilledSize24';\n\nexport const LabelFlameFilledSize16 = /* #__PURE__*/ hoc<'LabelFlameFilledSize16'>(\n LabelFlameFilledSize16Glyph,\n 'LabelFlameFilledSize16'\n);\nexport const LabelEyeFilledSize24 = /* #__PURE__*/ hoc<'LabelEyeFilledSize24'>(\n LabelEyeFilledSize24Glyph,\n 'LabelEyeFilledSize24'\n);\nexport const LabelUserFilledSize16 = /* #__PURE__*/ hoc<'LabelUserFilledSize16'>(\n LabelUserFilledSize16Glyph,\n 'LabelUserFilledSize16'\n);\nexport const LabelEyeFilledSize16 = /* #__PURE__*/ hoc<'LabelEyeFilledSize16'>(\n LabelEyeFilledSize16Glyph,\n 'LabelEyeFilledSize16'\n);\nexport const ChevronArrowRightFilledSize24 = /* #__PURE__*/ hoc<'ChevronArrowRightFilledSize24'>(\n ChevronArrowRightFilledSize24Glyph,\n 'ChevronArrowRightFilledSize24'\n);\nexport const ChevronArrowRightFilledSize16 = /* #__PURE__*/ hoc<'ChevronArrowRightFilledSize16'>(\n ChevronArrowRightFilledSize16Glyph,\n 'ChevronArrowRightFilledSize16'\n);\nexport const QuestionFilledSize24 = /* #__PURE__*/ hoc<'QuestionFilledSize24'>(\n QuestionFilledSize24Glyph,\n 'QuestionFilledSize24'\n);\nexport const QuestionFilledSize16 = /* #__PURE__*/ hoc<'QuestionFilledSize16'>(\n QuestionFilledSize16Glyph,\n 'QuestionFilledSize16'\n);\nexport const ChevronArrowDiagonalUpRightFilledSize24 = /* #__PURE__*/ hoc<'ChevronArrowDiagonalUpRightFilledSize24'>(\n ChevronArrowDiagonalUpRightFilledSize24Glyph,\n 'ChevronArrowDiagonalUpRightFilledSize24'\n);\nexport const ChevronArrowDiagonalUpRightFilledSize16 = /* #__PURE__*/ hoc<'ChevronArrowDiagonalUpRightFilledSize16'>(\n ChevronArrowDiagonalUpRightFilledSize16Glyph,\n 'ChevronArrowDiagonalUpRightFilledSize16'\n);\nexport const OvalSplitFilledSize24 = /* #__PURE__*/ hoc<'OvalSplitFilledSize24'>(\n OvalSplitFilledSize24Glyph,\n 'OvalSplitFilledSize24'\n);\nexport const OvalSplitFilledSize16 = /* #__PURE__*/ hoc<'OvalSplitFilledSize16'>(\n OvalSplitFilledSize16Glyph,\n 'OvalSplitFilledSize16'\n);\nexport const ChevronArrowDownRightFilledSize24 = /* #__PURE__*/ hoc<'ChevronArrowDownRightFilledSize24'>(\n ChevronArrowDownRightFilledSize24Glyph,\n 'ChevronArrowDownRightFilledSize24'\n);\nexport const ChevronArrowDownRightFilledSize16 = /* #__PURE__*/ hoc<'ChevronArrowDownRightFilledSize16'>(\n ChevronArrowDownRightFilledSize16Glyph,\n 'ChevronArrowDownRightFilledSize16'\n);\nexport const ChevronGroup2FilledSize16 = /* #__PURE__*/ hoc<'ChevronGroup2FilledSize16'>(\n ChevronGroup2FilledSize16Glyph,\n 'ChevronGroup2FilledSize16'\n);\nexport const ChevronGroup2FilledSize24 = /* #__PURE__*/ hoc<'ChevronGroup2FilledSize24'>(\n ChevronGroup2FilledSize24Glyph,\n 'ChevronGroup2FilledSize24'\n);\nexport const ChevronGroup1FilledSize24 = /* #__PURE__*/ hoc<'ChevronGroup1FilledSize24'>(\n ChevronGroup1FilledSize24Glyph,\n 'ChevronGroup1FilledSize24'\n);\nexport const ChevronGroup3FilledSize24 = /* #__PURE__*/ hoc<'ChevronGroup3FilledSize24'>(\n ChevronGroup3FilledSize24Glyph,\n 'ChevronGroup3FilledSize24'\n);\nexport const ChevronGroup3FilledSize16 = /* #__PURE__*/ hoc<'ChevronGroup3FilledSize16'>(\n ChevronGroup3FilledSize16Glyph,\n 'ChevronGroup3FilledSize16'\n);\nexport const ChevronGroup1FilledSize16 = /* #__PURE__*/ hoc<'ChevronGroup1FilledSize16'>(\n ChevronGroup1FilledSize16Glyph,\n 'ChevronGroup1FilledSize16'\n);\nexport const HrBrandOutlinedSize24 = /* #__PURE__*/ hoc<'HrBrandOutlinedSize24'>(\n HrBrandOutlinedSize24Glyph,\n 'HrBrandOutlinedSize24'\n);\nexport const CheckmarkOutlinedSize16 = /* #__PURE__*/ hoc<'CheckmarkOutlinedSize16'>(\n CheckmarkOutlinedSize16Glyph,\n 'CheckmarkOutlinedSize16'\n);\nexport const ItAccreditationCircledSize24 = /* #__PURE__*/ hoc<'ItAccreditationCircledSize24'>(\n ItAccreditationCircledSize24Glyph,\n 'ItAccreditationCircledSize24'\n);\nexport const EmployersRatingOutlinedCircledSize24 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedCircledSize24'>(\n EmployersRatingOutlinedCircledSize24Glyph,\n 'EmployersRatingOutlinedCircledSize24'\n);\nexport const CompanysLifeOutlinedCircledSize16 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedCircledSize16'>(\n CompanysLifeOutlinedCircledSize16Glyph,\n 'CompanysLifeOutlinedCircledSize16'\n);\nexport const HrBrandOutlinedSize16 = /* #__PURE__*/ hoc<'HrBrandOutlinedSize16'>(\n HrBrandOutlinedSize16Glyph,\n 'HrBrandOutlinedSize16'\n);\nexport const CompanysLifeOutlinedCircledSize24 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedCircledSize24'>(\n CompanysLifeOutlinedCircledSize24Glyph,\n 'CompanysLifeOutlinedCircledSize24'\n);\nexport const CheckmarkOutlinedCircledSize16 = /* #__PURE__*/ hoc<'CheckmarkOutlinedCircledSize16'>(\n CheckmarkOutlinedCircledSize16Glyph,\n 'CheckmarkOutlinedCircledSize16'\n);\nexport const HrBrandOutlinedCircledSize16 = /* #__PURE__*/ hoc<'HrBrandOutlinedCircledSize16'>(\n HrBrandOutlinedCircledSize16Glyph,\n 'HrBrandOutlinedCircledSize16'\n);\nexport const HrBrandOutlinedCircledSize24 = /* #__PURE__*/ hoc<'HrBrandOutlinedCircledSize24'>(\n HrBrandOutlinedCircledSize24Glyph,\n 'HrBrandOutlinedCircledSize24'\n);\nexport const CheckmarkOutlinedCircledSize24 = /* #__PURE__*/ hoc<'CheckmarkOutlinedCircledSize24'>(\n CheckmarkOutlinedCircledSize24Glyph,\n 'CheckmarkOutlinedCircledSize24'\n);\nexport const CheckmarkOutlinedSize24 = /* #__PURE__*/ hoc<'CheckmarkOutlinedSize24'>(\n CheckmarkOutlinedSize24Glyph,\n 'CheckmarkOutlinedSize24'\n);\nexport const EmployersRatingOutlinedCircledSize16 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedCircledSize16'>(\n EmployersRatingOutlinedCircledSize16Glyph,\n 'EmployersRatingOutlinedCircledSize16'\n);\nexport const LabelFlameFilledSize24 = /* #__PURE__*/ hoc<'LabelFlameFilledSize24'>(\n LabelFlameFilledSize24Glyph,\n 'LabelFlameFilledSize24'\n);\nexport const ItAccreditationSize16 = /* #__PURE__*/ hoc<'ItAccreditationSize16'>(\n ItAccreditationSize16Glyph,\n 'ItAccreditationSize16'\n);\nexport const LabelThumbFilledSize16 = /* #__PURE__*/ hoc<'LabelThumbFilledSize16'>(\n LabelThumbFilledSize16Glyph,\n 'LabelThumbFilledSize16'\n);\nexport const DreamjobSize24 = /* #__PURE__*/ hoc<'DreamjobSize24'>(DreamjobSize24Glyph, 'DreamjobSize24');\nexport const LabelThumbFilledSize24 = /* #__PURE__*/ hoc<'LabelThumbFilledSize24'>(\n LabelThumbFilledSize24Glyph,\n 'LabelThumbFilledSize24'\n);\nexport const DreamjobSize16 = /* #__PURE__*/ hoc<'DreamjobSize16'>(DreamjobSize16Glyph, 'DreamjobSize16');\nexport const ItAccreditationSize24 = /* #__PURE__*/ hoc<'ItAccreditationSize24'>(\n ItAccreditationSize24Glyph,\n 'ItAccreditationSize24'\n);\nexport const LabelUserFilledSize24 = /* #__PURE__*/ hoc<'LabelUserFilledSize24'>(\n LabelUserFilledSize24Glyph,\n 'LabelUserFilledSize24'\n);\nexport const DreamjobCircledSize16 = /* #__PURE__*/ hoc<'DreamjobCircledSize16'>(\n DreamjobCircledSize16Glyph,\n 'DreamjobCircledSize16'\n);\nexport const DreamjobCircledSize24 = /* #__PURE__*/ hoc<'DreamjobCircledSize24'>(\n DreamjobCircledSize24Glyph,\n 'DreamjobCircledSize24'\n);\nexport const ItAccreditationCircledSize16 = /* #__PURE__*/ hoc<'ItAccreditationCircledSize16'>(\n ItAccreditationCircledSize16Glyph,\n 'ItAccreditationCircledSize16'\n);\nexport const CompanysLifeOutlinedSize24 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedSize24'>(\n CompanysLifeOutlinedSize24Glyph,\n 'CompanysLifeOutlinedSize24'\n);\nexport const CompanysLifeOutlinedSize16 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedSize16'>(\n CompanysLifeOutlinedSize16Glyph,\n 'CompanysLifeOutlinedSize16'\n);\nexport const EmployersRatingOutlinedSize16 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedSize16'>(\n EmployersRatingOutlinedSize16Glyph,\n 'EmployersRatingOutlinedSize16'\n);\nexport const EmployersRatingFilledSize16 = /* #__PURE__*/ hoc<'EmployersRatingFilledSize16'>(\n EmployersRatingFilledSize16Glyph,\n 'EmployersRatingFilledSize16'\n);\nexport const CompanysLifeFilledSize16 = /* #__PURE__*/ hoc<'CompanysLifeFilledSize16'>(\n CompanysLifeFilledSize16Glyph,\n 'CompanysLifeFilledSize16'\n);\nexport const ItAccreditationFilledSize16 = /* #__PURE__*/ hoc<'ItAccreditationFilledSize16'>(\n ItAccreditationFilledSize16Glyph,\n 'ItAccreditationFilledSize16'\n);\nexport const CompanysLifeFilledSize24 = /* #__PURE__*/ hoc<'CompanysLifeFilledSize24'>(\n CompanysLifeFilledSize24Glyph,\n 'CompanysLifeFilledSize24'\n);\nexport const EmployersRatingFilledSize24 = /* #__PURE__*/ hoc<'EmployersRatingFilledSize24'>(\n EmployersRatingFilledSize24Glyph,\n 'EmployersRatingFilledSize24'\n);\nexport const EmployersRatingOutlinedSize24 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedSize24'>(\n EmployersRatingOutlinedSize24Glyph,\n 'EmployersRatingOutlinedSize24'\n);\nexport const ItAccreditationFilledSize24 = /* #__PURE__*/ hoc<'ItAccreditationFilledSize24'>(\n ItAccreditationFilledSize24Glyph,\n 'ItAccreditationFilledSize24'\n);\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["src/variants/product/index.ts"],"sourcesContent":["/* This file is auto-generated with figma-svg. */\nimport hoc from '@hh.ru/magritte-ui-icon/hoc';\nimport { CheckmarkOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedCircledSize16';\nimport { CheckmarkOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedCircledSize24';\nimport { CheckmarkOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedSize16';\nimport { CheckmarkOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CheckmarkOutlinedSize24';\nimport { ChevronArrowDiagonalUpRightFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDiagonalUpRightFilledSize16';\nimport { ChevronArrowDiagonalUpRightFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDiagonalUpRightFilledSize24';\nimport { ChevronArrowDownRightFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDownRightFilledSize16';\nimport { ChevronArrowDownRightFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowDownRightFilledSize24';\nimport { ChevronArrowRightFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowRightFilledSize16';\nimport { ChevronArrowRightFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronArrowRightFilledSize24';\nimport { ChevronGroup1FilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup1FilledSize16';\nimport { ChevronGroup1FilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup1FilledSize24';\nimport { ChevronGroup2FilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup2FilledSize16';\nimport { ChevronGroup2FilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup2FilledSize24';\nimport { ChevronGroup3FilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup3FilledSize16';\nimport { ChevronGroup3FilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ChevronGroup3FilledSize24';\nimport { CompanysLifeFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeFilledSize16';\nimport { CompanysLifeFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeFilledSize24';\nimport { CompanysLifeOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedCircledSize16';\nimport { CompanysLifeOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedCircledSize24';\nimport { CompanysLifeOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedSize16';\nimport { CompanysLifeOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/CompanysLifeOutlinedSize24';\nimport { DreamjobCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobCircledSize16';\nimport { DreamjobCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobCircledSize24';\nimport { DreamjobSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobSize16';\nimport { DreamjobSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/DreamjobSize24';\nimport { EmployersRatingFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingFilledSize16';\nimport { EmployersRatingFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingFilledSize24';\nimport { EmployersRatingOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedCircledSize16';\nimport { EmployersRatingOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedCircledSize24';\nimport { EmployersRatingOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedSize16';\nimport { EmployersRatingOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/EmployersRatingOutlinedSize24';\nimport { HrBrandOutlinedCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedCircledSize16';\nimport { HrBrandOutlinedCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedCircledSize24';\nimport { HrBrandOutlinedSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedSize16';\nimport { HrBrandOutlinedSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/HrBrandOutlinedSize24';\nimport { ItAccreditationCircledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationCircledSize16';\nimport { ItAccreditationCircledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationCircledSize24';\nimport { ItAccreditationFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationFilledSize16';\nimport { ItAccreditationFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationFilledSize24';\nimport { ItAccreditationSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationSize16';\nimport { ItAccreditationSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/ItAccreditationSize24';\nimport { LabelEyeFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelEyeFilledSize16';\nimport { LabelEyeFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelEyeFilledSize24';\nimport { LabelFlameFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelFlameFilledSize16';\nimport { LabelFlameFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelFlameFilledSize24';\nimport { LabelThumbFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelThumbFilledSize16';\nimport { LabelThumbFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelThumbFilledSize24';\nimport { LabelUserFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelUserFilledSize16';\nimport { LabelUserFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/LabelUserFilledSize24';\nimport { OvalSplitFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/OvalSplitFilledSize16';\nimport { OvalSplitFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/OvalSplitFilledSize24';\nimport { QuestionFilledSize16Glyph } from '@hh.ru/magritte-ui-icon/variants/product/QuestionFilledSize16';\nimport { QuestionFilledSize24Glyph } from '@hh.ru/magritte-ui-icon/variants/product/QuestionFilledSize24';\n\nexport const ChevronGroup1FilledSize16 = /* #__PURE__*/ hoc<'ChevronGroup1FilledSize16'>(\n ChevronGroup1FilledSize16Glyph,\n 'ChevronGroup1FilledSize16'\n);\nexport const EmployersRatingOutlinedSize16 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedSize16'>(\n EmployersRatingOutlinedSize16Glyph,\n 'EmployersRatingOutlinedSize16'\n);\nexport const EmployersRatingOutlinedSize24 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedSize24'>(\n EmployersRatingOutlinedSize24Glyph,\n 'EmployersRatingOutlinedSize24'\n);\nexport const ItAccreditationSize16 = /* #__PURE__*/ hoc<'ItAccreditationSize16'>(\n ItAccreditationSize16Glyph,\n 'ItAccreditationSize16'\n);\nexport const ChevronGroup2FilledSize16 = /* #__PURE__*/ hoc<'ChevronGroup2FilledSize16'>(\n ChevronGroup2FilledSize16Glyph,\n 'ChevronGroup2FilledSize16'\n);\nexport const LabelFlameFilledSize16 = /* #__PURE__*/ hoc<'LabelFlameFilledSize16'>(\n LabelFlameFilledSize16Glyph,\n 'LabelFlameFilledSize16'\n);\nexport const EmployersRatingOutlinedCircledSize24 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedCircledSize24'>(\n EmployersRatingOutlinedCircledSize24Glyph,\n 'EmployersRatingOutlinedCircledSize24'\n);\nexport const LabelThumbFilledSize16 = /* #__PURE__*/ hoc<'LabelThumbFilledSize16'>(\n LabelThumbFilledSize16Glyph,\n 'LabelThumbFilledSize16'\n);\nexport const QuestionFilledSize24 = /* #__PURE__*/ hoc<'QuestionFilledSize24'>(\n QuestionFilledSize24Glyph,\n 'QuestionFilledSize24'\n);\nexport const DreamjobSize24 = /* #__PURE__*/ hoc<'DreamjobSize24'>(DreamjobSize24Glyph, 'DreamjobSize24');\nexport const CompanysLifeFilledSize16 = /* #__PURE__*/ hoc<'CompanysLifeFilledSize16'>(\n CompanysLifeFilledSize16Glyph,\n 'CompanysLifeFilledSize16'\n);\nexport const OvalSplitFilledSize16 = /* #__PURE__*/ hoc<'OvalSplitFilledSize16'>(\n OvalSplitFilledSize16Glyph,\n 'OvalSplitFilledSize16'\n);\nexport const CompanysLifeOutlinedCircledSize16 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedCircledSize16'>(\n CompanysLifeOutlinedCircledSize16Glyph,\n 'CompanysLifeOutlinedCircledSize16'\n);\nexport const ChevronGroup2FilledSize24 = /* #__PURE__*/ hoc<'ChevronGroup2FilledSize24'>(\n ChevronGroup2FilledSize24Glyph,\n 'ChevronGroup2FilledSize24'\n);\nexport const LabelEyeFilledSize24 = /* #__PURE__*/ hoc<'LabelEyeFilledSize24'>(\n LabelEyeFilledSize24Glyph,\n 'LabelEyeFilledSize24'\n);\nexport const ChevronArrowDownRightFilledSize24 = /* #__PURE__*/ hoc<'ChevronArrowDownRightFilledSize24'>(\n ChevronArrowDownRightFilledSize24Glyph,\n 'ChevronArrowDownRightFilledSize24'\n);\nexport const LabelUserFilledSize16 = /* #__PURE__*/ hoc<'LabelUserFilledSize16'>(\n LabelUserFilledSize16Glyph,\n 'LabelUserFilledSize16'\n);\nexport const CompanysLifeOutlinedCircledSize24 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedCircledSize24'>(\n CompanysLifeOutlinedCircledSize24Glyph,\n 'CompanysLifeOutlinedCircledSize24'\n);\nexport const ChevronArrowDownRightFilledSize16 = /* #__PURE__*/ hoc<'ChevronArrowDownRightFilledSize16'>(\n ChevronArrowDownRightFilledSize16Glyph,\n 'ChevronArrowDownRightFilledSize16'\n);\nexport const LabelThumbFilledSize24 = /* #__PURE__*/ hoc<'LabelThumbFilledSize24'>(\n LabelThumbFilledSize24Glyph,\n 'LabelThumbFilledSize24'\n);\nexport const ItAccreditationFilledSize16 = /* #__PURE__*/ hoc<'ItAccreditationFilledSize16'>(\n ItAccreditationFilledSize16Glyph,\n 'ItAccreditationFilledSize16'\n);\nexport const DreamjobSize16 = /* #__PURE__*/ hoc<'DreamjobSize16'>(DreamjobSize16Glyph, 'DreamjobSize16');\nexport const CompanysLifeFilledSize24 = /* #__PURE__*/ hoc<'CompanysLifeFilledSize24'>(\n CompanysLifeFilledSize24Glyph,\n 'CompanysLifeFilledSize24'\n);\nexport const LabelFlameFilledSize24 = /* #__PURE__*/ hoc<'LabelFlameFilledSize24'>(\n LabelFlameFilledSize24Glyph,\n 'LabelFlameFilledSize24'\n);\nexport const CompanysLifeOutlinedSize24 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedSize24'>(\n CompanysLifeOutlinedSize24Glyph,\n 'CompanysLifeOutlinedSize24'\n);\nexport const ChevronArrowRightFilledSize24 = /* #__PURE__*/ hoc<'ChevronArrowRightFilledSize24'>(\n ChevronArrowRightFilledSize24Glyph,\n 'ChevronArrowRightFilledSize24'\n);\nexport const LabelEyeFilledSize16 = /* #__PURE__*/ hoc<'LabelEyeFilledSize16'>(\n LabelEyeFilledSize16Glyph,\n 'LabelEyeFilledSize16'\n);\nexport const CompanysLifeOutlinedSize16 = /* #__PURE__*/ hoc<'CompanysLifeOutlinedSize16'>(\n CompanysLifeOutlinedSize16Glyph,\n 'CompanysLifeOutlinedSize16'\n);\nexport const CheckmarkOutlinedCircledSize16 = /* #__PURE__*/ hoc<'CheckmarkOutlinedCircledSize16'>(\n CheckmarkOutlinedCircledSize16Glyph,\n 'CheckmarkOutlinedCircledSize16'\n);\nexport const ChevronGroup3FilledSize24 = /* #__PURE__*/ hoc<'ChevronGroup3FilledSize24'>(\n ChevronGroup3FilledSize24Glyph,\n 'ChevronGroup3FilledSize24'\n);\nexport const HrBrandOutlinedCircledSize16 = /* #__PURE__*/ hoc<'HrBrandOutlinedCircledSize16'>(\n HrBrandOutlinedCircledSize16Glyph,\n 'HrBrandOutlinedCircledSize16'\n);\nexport const HrBrandOutlinedCircledSize24 = /* #__PURE__*/ hoc<'HrBrandOutlinedCircledSize24'>(\n HrBrandOutlinedCircledSize24Glyph,\n 'HrBrandOutlinedCircledSize24'\n);\nexport const CheckmarkOutlinedCircledSize24 = /* #__PURE__*/ hoc<'CheckmarkOutlinedCircledSize24'>(\n CheckmarkOutlinedCircledSize24Glyph,\n 'CheckmarkOutlinedCircledSize24'\n);\nexport const ChevronArrowRightFilledSize16 = /* #__PURE__*/ hoc<'ChevronArrowRightFilledSize16'>(\n ChevronArrowRightFilledSize16Glyph,\n 'ChevronArrowRightFilledSize16'\n);\nexport const ChevronGroup3FilledSize16 = /* #__PURE__*/ hoc<'ChevronGroup3FilledSize16'>(\n ChevronGroup3FilledSize16Glyph,\n 'ChevronGroup3FilledSize16'\n);\nexport const ItAccreditationSize24 = /* #__PURE__*/ hoc<'ItAccreditationSize24'>(\n ItAccreditationSize24Glyph,\n 'ItAccreditationSize24'\n);\nexport const ItAccreditationFilledSize24 = /* #__PURE__*/ hoc<'ItAccreditationFilledSize24'>(\n ItAccreditationFilledSize24Glyph,\n 'ItAccreditationFilledSize24'\n);\nexport const EmployersRatingOutlinedCircledSize16 = /* #__PURE__*/ hoc<'EmployersRatingOutlinedCircledSize16'>(\n EmployersRatingOutlinedCircledSize16Glyph,\n 'EmployersRatingOutlinedCircledSize16'\n);\nexport const ChevronArrowDiagonalUpRightFilledSize24 = /* #__PURE__*/ hoc<'ChevronArrowDiagonalUpRightFilledSize24'>(\n ChevronArrowDiagonalUpRightFilledSize24Glyph,\n 'ChevronArrowDiagonalUpRightFilledSize24'\n);\nexport const OvalSplitFilledSize24 = /* #__PURE__*/ hoc<'OvalSplitFilledSize24'>(\n OvalSplitFilledSize24Glyph,\n 'OvalSplitFilledSize24'\n);\nexport const ChevronArrowDiagonalUpRightFilledSize16 = /* #__PURE__*/ hoc<'ChevronArrowDiagonalUpRightFilledSize16'>(\n ChevronArrowDiagonalUpRightFilledSize16Glyph,\n 'ChevronArrowDiagonalUpRightFilledSize16'\n);\nexport const QuestionFilledSize16 = /* #__PURE__*/ hoc<'QuestionFilledSize16'>(\n QuestionFilledSize16Glyph,\n 'QuestionFilledSize16'\n);\nexport const LabelUserFilledSize24 = /* #__PURE__*/ hoc<'LabelUserFilledSize24'>(\n LabelUserFilledSize24Glyph,\n 'LabelUserFilledSize24'\n);\nexport const EmployersRatingFilledSize16 = /* #__PURE__*/ hoc<'EmployersRatingFilledSize16'>(\n EmployersRatingFilledSize16Glyph,\n 'EmployersRatingFilledSize16'\n);\nexport const EmployersRatingFilledSize24 = /* #__PURE__*/ hoc<'EmployersRatingFilledSize24'>(\n EmployersRatingFilledSize24Glyph,\n 'EmployersRatingFilledSize24'\n);\nexport const ItAccreditationCircledSize24 = /* #__PURE__*/ hoc<'ItAccreditationCircledSize24'>(\n ItAccreditationCircledSize24Glyph,\n 'ItAccreditationCircledSize24'\n);\nexport const ItAccreditationCircledSize16 = /* #__PURE__*/ hoc<'ItAccreditationCircledSize16'>(\n ItAccreditationCircledSize16Glyph,\n 'ItAccreditationCircledSize16'\n);\nexport const DreamjobCircledSize16 = /* #__PURE__*/ hoc<'DreamjobCircledSize16'>(\n DreamjobCircledSize16Glyph,\n 'DreamjobCircledSize16'\n);\nexport const HrBrandOutlinedSize16 = /* #__PURE__*/ hoc<'HrBrandOutlinedSize16'>(\n HrBrandOutlinedSize16Glyph,\n 'HrBrandOutlinedSize16'\n);\nexport const HrBrandOutlinedSize24 = /* #__PURE__*/ hoc<'HrBrandOutlinedSize24'>(\n HrBrandOutlinedSize24Glyph,\n 'HrBrandOutlinedSize24'\n);\nexport const DreamjobCircledSize24 = /* #__PURE__*/ hoc<'DreamjobCircledSize24'>(\n DreamjobCircledSize24Glyph,\n 'DreamjobCircledSize24'\n);\nexport const ChevronGroup1FilledSize24 = /* #__PURE__*/ hoc<'ChevronGroup1FilledSize24'>(\n ChevronGroup1FilledSize24Glyph,\n 'ChevronGroup1FilledSize24'\n);\nexport const CheckmarkOutlinedSize24 = /* #__PURE__*/ hoc<'CheckmarkOutlinedSize24'>(\n CheckmarkOutlinedSize24Glyph,\n 'CheckmarkOutlinedSize24'\n);\nexport const CheckmarkOutlinedSize16 = /* #__PURE__*/ hoc<'CheckmarkOutlinedSize16'>(\n CheckmarkOutlinedSize16Glyph,\n 'CheckmarkOutlinedSize16'\n);\n"],"names":[],"mappings":"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"}
|
|
@@ -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 AndroidBrandSize16Glyph = forwardRef((props, ref) => (jsxs("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", { d: "m14.975 11.764-.013-.084a8 8 0 0 0-.106-.521 6.5 6.5 0 0 0-.275-.873 7 7 0 0 0-.318-.699 7 7 0 0 0-.513-.835 7.6 7.6 0 0 0-.77-.91 6 6 0 0 0-.37-.34 7 7 0 0 0-.876-.643q.004-.006.008-.013c.14-.245.284-.487.424-.733.14-.237.275-.474.415-.715l.297-.513a.5.5 0 0 0 .055-.127.63.63 0 0 0 .008-.364q-.011-.046-.03-.085a.5.5 0 0 0-.042-.08.6.6 0 0 0-.224-.22.64.64 0 0 0-.398-.09q-.052.005-.098.017a.62.62 0 0 0-.39.297c-.097.17-.199.343-.296.512l-.415.716c-.14.246-.284.487-.424.733-.017.025-.03.055-.046.08l-.064-.025a7 7 0 0 0-2.508-.457h-.072a7 7 0 0 0-2.245.39l-.241.088c-.013-.025-.03-.05-.043-.076-.14-.246-.283-.487-.423-.733-.14-.237-.275-.474-.415-.716l-.297-.512a.636.636 0 0 0-.39-.297q-.05-.011-.097-.017a.64.64 0 0 0-.398.089.66.66 0 0 0-.297.386.67.67 0 0 0 .009.364q.021.063.055.127l.296.513c.14.237.276.474.416.715q.211.367.423.733l.004.005a7 7 0 0 0-.813.588q-.229.192-.44.403a7 7 0 0 0-.771.91 7 7 0 0 0-1.212 2.928l-.013.084a7 7 0 0 0-.042.31h14c0-.106-.013-.208-.025-.31", fill: "#34A853" }), jsx("path", { d: "M11.654 10.133c.28-.186.322-.618.089-.961-.23-.348-.644-.475-.924-.288-.28.186-.322.618-.089.961.229.348.644.475.924.288", fill: "#202124" }), jsx("path", { d: "M5.308 9.85c.229-.348.19-.776-.089-.962-.28-.186-.695-.06-.923.288-.
|
|
5
|
+
const AndroidBrandSize16Glyph = forwardRef((props, ref) => (jsxs("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", { d: "m14.975 11.764-.013-.084a8 8 0 0 0-.106-.521 6.5 6.5 0 0 0-.275-.873 7 7 0 0 0-.318-.699 7 7 0 0 0-.513-.835 7.6 7.6 0 0 0-.77-.91 6 6 0 0 0-.37-.34 7 7 0 0 0-.876-.643q.004-.006.008-.013c.14-.245.284-.487.424-.733.14-.237.275-.474.415-.715l.297-.513a.5.5 0 0 0 .055-.127.63.63 0 0 0 .008-.364q-.011-.046-.03-.085a.5.5 0 0 0-.042-.08.6.6 0 0 0-.224-.22.64.64 0 0 0-.398-.09q-.052.005-.098.017a.62.62 0 0 0-.39.297c-.097.17-.199.343-.296.512l-.415.716c-.14.246-.284.487-.424.733-.017.025-.03.055-.046.08l-.064-.025a7 7 0 0 0-2.508-.457h-.072a7 7 0 0 0-2.245.39l-.241.088c-.013-.025-.03-.05-.043-.076-.14-.246-.283-.487-.423-.733-.14-.237-.275-.474-.415-.716l-.297-.512a.636.636 0 0 0-.39-.297q-.05-.011-.097-.017a.64.64 0 0 0-.398.089.66.66 0 0 0-.297.386.67.67 0 0 0 .009.364q.021.063.055.127l.296.513c.14.237.276.474.416.715q.211.367.423.733l.004.005a7 7 0 0 0-.813.588q-.229.192-.44.403a7 7 0 0 0-.771.91 7 7 0 0 0-1.212 2.928l-.013.084a7 7 0 0 0-.042.31h14c0-.106-.013-.208-.025-.31", fill: "#34A853" }), jsx("path", { d: "M11.654 10.133c.28-.186.322-.618.089-.961-.23-.348-.644-.475-.924-.288-.28.186-.322.618-.089.961.229.348.644.475.924.288", fill: "#202124" }), jsx("path", { d: "M5.308 9.85c.229-.348.19-.776-.089-.962-.28-.186-.695-.06-.923.288-.23.347-.191.775.089.962s.69.055.923-.288", fill: "#202124" })] })));
|
|
6
6
|
AndroidBrandSize16Glyph.displayName = 'AndroidBrandSize16Glyph';
|
|
7
7
|
|
|
8
8
|
export { AndroidBrandSize16Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AndroidBrandSize16.js","sources":["src/variants/service/AndroidBrandSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const AndroidBrandSize16Glyph = 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=\"m14.975 11.764-.013-.084a8 8 0 0 0-.106-.521 6.5 6.5 0 0 0-.275-.873 7 7 0 0 0-.318-.699 7 7 0 0 0-.513-.835 7.6 7.6 0 0 0-.77-.91 6 6 0 0 0-.37-.34 7 7 0 0 0-.876-.643q.004-.006.008-.013c.14-.245.284-.487.424-.733.14-.237.275-.474.415-.715l.297-.513a.5.5 0 0 0 .055-.127.63.63 0 0 0 .008-.364q-.011-.046-.03-.085a.5.5 0 0 0-.042-.08.6.6 0 0 0-.224-.22.64.64 0 0 0-.398-.09q-.052.005-.098.017a.62.62 0 0 0-.39.297c-.097.17-.199.343-.296.512l-.415.716c-.14.246-.284.487-.424.733-.017.025-.03.055-.046.08l-.064-.025a7 7 0 0 0-2.508-.457h-.072a7 7 0 0 0-2.245.39l-.241.088c-.013-.025-.03-.05-.043-.076-.14-.246-.283-.487-.423-.733-.14-.237-.275-.474-.415-.716l-.297-.512a.636.636 0 0 0-.39-.297q-.05-.011-.097-.017a.64.64 0 0 0-.398.089.66.66 0 0 0-.297.386.67.67 0 0 0 .009.364q.021.063.055.127l.296.513c.14.237.276.474.416.715q.211.367.423.733l.004.005a7 7 0 0 0-.813.588q-.229.192-.44.403a7 7 0 0 0-.771.91 7 7 0 0 0-1.212 2.928l-.013.084a7 7 0 0 0-.042.31h14c0-.106-.013-.208-.025-.31\"\n fill=\"#34A853\"\n />\n <path\n d=\"M11.654 10.133c.28-.186.322-.618.089-.961-.23-.348-.644-.475-.924-.288-.28.186-.322.618-.089.961.229.348.644.475.924.288\"\n fill=\"#202124\"\n />\n <path\n d=\"M5.308 9.85c.229-.348.19-.776-.089-.962-.28-.186-.695-.06-.923.288-.
|
|
1
|
+
{"version":3,"file":"AndroidBrandSize16.js","sources":["src/variants/service/AndroidBrandSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const AndroidBrandSize16Glyph = 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=\"m14.975 11.764-.013-.084a8 8 0 0 0-.106-.521 6.5 6.5 0 0 0-.275-.873 7 7 0 0 0-.318-.699 7 7 0 0 0-.513-.835 7.6 7.6 0 0 0-.77-.91 6 6 0 0 0-.37-.34 7 7 0 0 0-.876-.643q.004-.006.008-.013c.14-.245.284-.487.424-.733.14-.237.275-.474.415-.715l.297-.513a.5.5 0 0 0 .055-.127.63.63 0 0 0 .008-.364q-.011-.046-.03-.085a.5.5 0 0 0-.042-.08.6.6 0 0 0-.224-.22.64.64 0 0 0-.398-.09q-.052.005-.098.017a.62.62 0 0 0-.39.297c-.097.17-.199.343-.296.512l-.415.716c-.14.246-.284.487-.424.733-.017.025-.03.055-.046.08l-.064-.025a7 7 0 0 0-2.508-.457h-.072a7 7 0 0 0-2.245.39l-.241.088c-.013-.025-.03-.05-.043-.076-.14-.246-.283-.487-.423-.733-.14-.237-.275-.474-.415-.716l-.297-.512a.636.636 0 0 0-.39-.297q-.05-.011-.097-.017a.64.64 0 0 0-.398.089.66.66 0 0 0-.297.386.67.67 0 0 0 .009.364q.021.063.055.127l.296.513c.14.237.276.474.416.715q.211.367.423.733l.004.005a7 7 0 0 0-.813.588q-.229.192-.44.403a7 7 0 0 0-.771.91 7 7 0 0 0-1.212 2.928l-.013.084a7 7 0 0 0-.042.31h14c0-.106-.013-.208-.025-.31\"\n fill=\"#34A853\"\n />\n <path\n d=\"M11.654 10.133c.28-.186.322-.618.089-.961-.23-.348-.644-.475-.924-.288-.28.186-.322.618-.089.961.229.348.644.475.924.288\"\n fill=\"#202124\"\n />\n <path\n d=\"M5.308 9.85c.229-.348.19-.776-.089-.962-.28-.186-.695-.06-.923.288-.23.347-.191.775.089.962s.69.055.923-.288\"\n fill=\"#202124\"\n />\n </svg>\n));\nAndroidBrandSize16Glyph.displayName = 'AndroidBrandSize16Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEO,MAAM,uBAAuB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACtGA,cAAK,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,EAAA,CAAAC,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,29BAA29B,EAC79B,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,0HAA0H,EAC5H,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,8GAA8G,EAChH,IAAI,EAAC,SAAS,EAAA,CAChB,CACA,EAAA,CAAA,CACT,EAAE;AACH,uBAAuB,CAAC,WAAW,GAAG,yBAAyB;;;;"}
|
|
@@ -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 AndroidBrandSize24Glyph = forwardRef((props, ref) => (jsxs("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: "m22.96 17.916-.02-.134q-.069-.408-.166-.818-.172-.711-.433-1.371-.22-.57-.5-1.099-.357-.681-.805-1.311a12 12 0 0 0-1.211-1.431 9 9 0 0 0-.58-.533 11 11 0 0 0-1.377-1.012c.006-.006.006-.013.013-.02.22-.386.446-.765.666-1.151.22-.373.432-.746.652-1.125l.466-.806a.8.8 0 0 0 .087-.2.99.99 0 0 0-.1-.831.93.93 0 0 0-.353-.347 1 1 0 0 0-.626-.14q-.081.009-.153.027a.97.97 0 0 0-.612.466l-.466.806-.653 1.125c-.22.386-.446.765-.665 1.151-.027.04-.047.087-.073.127l-.1-.04a11 11 0 0 0-3.941-.72h-.113a11.1 11.1 0 0 0-3.528.613l-.38.14c-.02-.04-.046-.08-.066-.12-.22-.386-.446-.765-.666-1.151-.22-.373-.432-.746-.652-1.125-.153-.267-.313-.54-.466-.806a1 1 0 0 0-.612-.466q-.082-.018-.154-.026a1.005 1.005 0 0 0-.626.14 1.03 1.03 0 0 0-.465.605 1.05 1.05 0 0 0 .1.772c.153.267.312.54.466.806.22.373.432.745.652 1.125.22.386.446.765.666 1.151l.006.007q-.669.418-1.278.925-.362.301-.692.633c-.446.439-.846.918-1.212 1.43a11 11 0 0 0-1.903 4.6c-.007.047-.014.087-.02.134A11 11 0 0 0 1 18.4h22c0-.166-.02-.326-.04-.485", fill: "#34A853" }), jsx("path", { d: "M17.741 15.353c.44-.293.506-.972.14-1.511-.36-.546-1.012-.746-1.451-.453s-.506.972-.14 1.511c.36.546 1.012.746 1.451.453", fill: "#202124" }), jsx("path", { d: "M7.77 14.907c.
|
|
5
|
+
const AndroidBrandSize24Glyph = forwardRef((props, ref) => (jsxs("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: "m22.96 17.916-.02-.134q-.069-.408-.166-.818-.172-.711-.433-1.371-.22-.57-.5-1.099-.357-.681-.805-1.311a12 12 0 0 0-1.211-1.431 9 9 0 0 0-.58-.533 11 11 0 0 0-1.377-1.012c.006-.006.006-.013.013-.02.22-.386.446-.765.666-1.151.22-.373.432-.746.652-1.125l.466-.806a.8.8 0 0 0 .087-.2.99.99 0 0 0-.1-.831.93.93 0 0 0-.353-.347 1 1 0 0 0-.626-.14q-.081.009-.153.027a.97.97 0 0 0-.612.466l-.466.806-.653 1.125c-.22.386-.446.765-.665 1.151-.027.04-.047.087-.073.127l-.1-.04a11 11 0 0 0-3.941-.72h-.113a11.1 11.1 0 0 0-3.528.613l-.38.14c-.02-.04-.046-.08-.066-.12-.22-.386-.446-.765-.666-1.151-.22-.373-.432-.746-.652-1.125-.153-.267-.313-.54-.466-.806a1 1 0 0 0-.612-.466q-.082-.018-.154-.026a1.005 1.005 0 0 0-.626.14 1.03 1.03 0 0 0-.465.605 1.05 1.05 0 0 0 .1.772c.153.267.312.54.466.806.22.373.432.745.652 1.125.22.386.446.765.666 1.151l.006.007q-.669.418-1.278.925-.362.301-.692.633c-.446.439-.846.918-1.212 1.43a11 11 0 0 0-1.903 4.6c-.007.047-.014.087-.02.134A11 11 0 0 0 1 18.4h22c0-.166-.02-.326-.04-.485", fill: "#34A853" }), jsx("path", { d: "M17.741 15.353c.44-.293.506-.972.14-1.511-.36-.546-1.012-.746-1.451-.453s-.506.972-.14 1.511c.36.546 1.012.746 1.451.453", fill: "#202124" }), jsx("path", { d: "M7.77 14.907c.359-.546.3-1.218-.14-1.511s-1.092-.093-1.451.452c-.36.546-.3 1.219.14 1.511.439.293 1.084.087 1.45-.452", fill: "#202124" })] })));
|
|
6
6
|
AndroidBrandSize24Glyph.displayName = 'AndroidBrandSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { AndroidBrandSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AndroidBrandSize24.js","sources":["src/variants/service/AndroidBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const AndroidBrandSize24Glyph = 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=\"m22.96 17.916-.02-.134q-.069-.408-.166-.818-.172-.711-.433-1.371-.22-.57-.5-1.099-.357-.681-.805-1.311a12 12 0 0 0-1.211-1.431 9 9 0 0 0-.58-.533 11 11 0 0 0-1.377-1.012c.006-.006.006-.013.013-.02.22-.386.446-.765.666-1.151.22-.373.432-.746.652-1.125l.466-.806a.8.8 0 0 0 .087-.2.99.99 0 0 0-.1-.831.93.93 0 0 0-.353-.347 1 1 0 0 0-.626-.14q-.081.009-.153.027a.97.97 0 0 0-.612.466l-.466.806-.653 1.125c-.22.386-.446.765-.665 1.151-.027.04-.047.087-.073.127l-.1-.04a11 11 0 0 0-3.941-.72h-.113a11.1 11.1 0 0 0-3.528.613l-.38.14c-.02-.04-.046-.08-.066-.12-.22-.386-.446-.765-.666-1.151-.22-.373-.432-.746-.652-1.125-.153-.267-.313-.54-.466-.806a1 1 0 0 0-.612-.466q-.082-.018-.154-.026a1.005 1.005 0 0 0-.626.14 1.03 1.03 0 0 0-.465.605 1.05 1.05 0 0 0 .1.772c.153.267.312.54.466.806.22.373.432.745.652 1.125.22.386.446.765.666 1.151l.006.007q-.669.418-1.278.925-.362.301-.692.633c-.446.439-.846.918-1.212 1.43a11 11 0 0 0-1.903 4.6c-.007.047-.014.087-.02.134A11 11 0 0 0 1 18.4h22c0-.166-.02-.326-.04-.485\"\n fill=\"#34A853\"\n />\n <path\n d=\"M17.741 15.353c.44-.293.506-.972.14-1.511-.36-.546-1.012-.746-1.451-.453s-.506.972-.14 1.511c.36.546 1.012.746 1.451.453\"\n fill=\"#202124\"\n />\n <path\n d=\"M7.77 14.907c.
|
|
1
|
+
{"version":3,"file":"AndroidBrandSize24.js","sources":["src/variants/service/AndroidBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const AndroidBrandSize24Glyph = 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=\"m22.96 17.916-.02-.134q-.069-.408-.166-.818-.172-.711-.433-1.371-.22-.57-.5-1.099-.357-.681-.805-1.311a12 12 0 0 0-1.211-1.431 9 9 0 0 0-.58-.533 11 11 0 0 0-1.377-1.012c.006-.006.006-.013.013-.02.22-.386.446-.765.666-1.151.22-.373.432-.746.652-1.125l.466-.806a.8.8 0 0 0 .087-.2.99.99 0 0 0-.1-.831.93.93 0 0 0-.353-.347 1 1 0 0 0-.626-.14q-.081.009-.153.027a.97.97 0 0 0-.612.466l-.466.806-.653 1.125c-.22.386-.446.765-.665 1.151-.027.04-.047.087-.073.127l-.1-.04a11 11 0 0 0-3.941-.72h-.113a11.1 11.1 0 0 0-3.528.613l-.38.14c-.02-.04-.046-.08-.066-.12-.22-.386-.446-.765-.666-1.151-.22-.373-.432-.746-.652-1.125-.153-.267-.313-.54-.466-.806a1 1 0 0 0-.612-.466q-.082-.018-.154-.026a1.005 1.005 0 0 0-.626.14 1.03 1.03 0 0 0-.465.605 1.05 1.05 0 0 0 .1.772c.153.267.312.54.466.806.22.373.432.745.652 1.125.22.386.446.765.666 1.151l.006.007q-.669.418-1.278.925-.362.301-.692.633c-.446.439-.846.918-1.212 1.43a11 11 0 0 0-1.903 4.6c-.007.047-.014.087-.02.134A11 11 0 0 0 1 18.4h22c0-.166-.02-.326-.04-.485\"\n fill=\"#34A853\"\n />\n <path\n d=\"M17.741 15.353c.44-.293.506-.972.14-1.511-.36-.546-1.012-.746-1.451-.453s-.506.972-.14 1.511c.36.546 1.012.746 1.451.453\"\n fill=\"#202124\"\n />\n <path\n d=\"M7.77 14.907c.359-.546.3-1.218-.14-1.511s-1.092-.093-1.451.452c-.36.546-.3 1.219.14 1.511.439.293 1.084.087 1.45-.452\"\n fill=\"#202124\"\n />\n </svg>\n));\nAndroidBrandSize24Glyph.displayName = 'AndroidBrandSize24Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEO,MAAM,uBAAuB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACtGA,cAAK,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,EAAA,CAAAC,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,++BAA++B,EACj/B,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,0HAA0H,EAC5H,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,uHAAuH,EACzH,IAAI,EAAC,SAAS,EAAA,CAChB,CACA,EAAA,CAAA,CACT,EAAE;AACH,uBAAuB,CAAC,WAAW,GAAG,yBAAyB;;;;"}
|
|
@@ -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 DzenSolidSize16Glyph = 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: "M8.028 15h-.056c-2.78 0-4.405-.28-5.537-1.389C1.269 12.422 1 10.808 1 8.04V7.96c0-2.768.27-4.394 1.435-5.571C3.578 1.28 5.193 1 7.973 1h.056c2.768 0 4.394.28 5.536 1.39C14.731 3.579 15 5.193 15 7.96v.079c0 2.77-.27 4.394-1.435 5.571-1.143 1.11-2.757 1.39-5.537 1.39m5.208-7.206a.1.1 0 0 1 .097.1v.223a.1.1 0 0 1-.097.1c-1.914.073-3.078.316-3.893 1.132-.815.814-1.058 1.977-1.132 3.887a.1.1 0 0 1-.1.096h-.224a.1.1 0 0 1-.1-.096c-.073-1.91-.316-3.073-1.13-3.887-.816-.815-1.98-1.06-3.894-1.132a.1.1 0 0 1-.096-.1v-.223a.1.1 0 0 1 .096-.1c1.914-.072 3.078-.316 3.893-1.131.816-.817 1.06-1.983 1.132-3.9a.1.1 0 0 1 .1-.096h.223a.1.1 0 0 1 .1.096c.073 1.918.316 3.083 1.133 3.9.814.815 1.979 1.059 3.893 1.131", fill: "
|
|
5
|
+
const DzenSolidSize16Glyph = 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: "M8.028 15h-.056c-2.78 0-4.405-.28-5.537-1.389C1.269 12.422 1 10.808 1 8.04V7.96c0-2.768.27-4.394 1.435-5.571C3.578 1.28 5.193 1 7.973 1h.056c2.768 0 4.394.28 5.536 1.39C14.731 3.579 15 5.193 15 7.96v.079c0 2.77-.27 4.394-1.435 5.571-1.143 1.11-2.757 1.39-5.537 1.39m5.208-7.206a.1.1 0 0 1 .097.1v.223a.1.1 0 0 1-.097.1c-1.914.073-3.078.316-3.893 1.132-.815.814-1.058 1.977-1.132 3.887a.1.1 0 0 1-.1.096h-.224a.1.1 0 0 1-.1-.096c-.073-1.91-.316-3.073-1.13-3.887-.816-.815-1.98-1.06-3.894-1.132a.1.1 0 0 1-.096-.1v-.223a.1.1 0 0 1 .096-.1c1.914-.072 3.078-.316 3.893-1.131.816-.817 1.06-1.983 1.132-3.9a.1.1 0 0 1 .1-.096h.223a.1.1 0 0 1 .1.096c.073 1.918.316 3.083 1.133 3.9.814.815 1.979 1.059 3.893 1.131", fill: "currentColor" }) }) })));
|
|
6
6
|
DzenSolidSize16Glyph.displayName = 'DzenSolidSize16Glyph';
|
|
7
7
|
|
|
8
8
|
export { DzenSolidSize16Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DzenSolidSize16.js","sources":["src/variants/service/DzenSolidSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const DzenSolidSize16Glyph = 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=\"M8.028 15h-.056c-2.78 0-4.405-.28-5.537-1.389C1.269 12.422 1 10.808 1 8.04V7.96c0-2.768.27-4.394 1.435-5.571C3.578 1.28 5.193 1 7.973 1h.056c2.768 0 4.394.28 5.536 1.39C14.731 3.579 15 5.193 15 7.96v.079c0 2.77-.27 4.394-1.435 5.571-1.143 1.11-2.757 1.39-5.537 1.39m5.208-7.206a.1.1 0 0 1 .097.1v.223a.1.1 0 0 1-.097.1c-1.914.073-3.078.316-3.893 1.132-.815.814-1.058 1.977-1.132 3.887a.1.1 0 0 1-.1.096h-.224a.1.1 0 0 1-.1-.096c-.073-1.91-.316-3.073-1.13-3.887-.816-.815-1.98-1.06-3.894-1.132a.1.1 0 0 1-.096-.1v-.223a.1.1 0 0 1 .096-.1c1.914-.072 3.078-.316 3.893-1.131.816-.817 1.06-1.983 1.132-3.9a.1.1 0 0 1 .1-.096h.223a.1.1 0 0 1 .1.096c.073 1.918.316 3.083 1.133 3.9.814.815 1.979 1.059 3.893 1.131\"\n fill=\"
|
|
1
|
+
{"version":3,"file":"DzenSolidSize16.js","sources":["src/variants/service/DzenSolidSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const DzenSolidSize16Glyph = 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=\"M8.028 15h-.056c-2.78 0-4.405-.28-5.537-1.389C1.269 12.422 1 10.808 1 8.04V7.96c0-2.768.27-4.394 1.435-5.571C3.578 1.28 5.193 1 7.973 1h.056c2.768 0 4.394.28 5.536 1.39C14.731 3.579 15 5.193 15 7.96v.079c0 2.77-.27 4.394-1.435 5.571-1.143 1.11-2.757 1.39-5.537 1.39m5.208-7.206a.1.1 0 0 1 .097.1v.223a.1.1 0 0 1-.097.1c-1.914.073-3.078.316-3.893 1.132-.815.814-1.058 1.977-1.132 3.887a.1.1 0 0 1-.1.096h-.224a.1.1 0 0 1-.1-.096c-.073-1.91-.316-3.073-1.13-3.887-.816-.815-1.98-1.06-3.894-1.132a.1.1 0 0 1-.096-.1v-.223a.1.1 0 0 1 .096-.1c1.914-.072 3.078-.316 3.893-1.131.816-.817 1.06-1.983 1.132-3.9a.1.1 0 0 1 .1-.096h.223a.1.1 0 0 1 .1.096c.073 1.918.316 3.083 1.133 3.9.814.815 1.979 1.059 3.893 1.131\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nDzenSolidSize16Glyph.displayName = 'DzenSolidSize16Glyph';\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,msBAAmsB,EACrsB,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 DzenSolidSize24Glyph = 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.044 23.001h-.088c-4.368 0-6.922-.44-8.701-2.184C1.423 18.95 1 16.413 1 12.062v-.123c0-4.35.423-6.905 2.255-8.755C5.05 1.44 7.588 1 11.957 1h.088c4.351 0 6.905.44 8.7 2.184C22.577 5.052 23 7.588 23 11.939v.123c0 4.352-.423 6.905-2.255 8.755-1.796 1.744-4.332 2.184-8.701 2.184m8.185-11.324a.16.16 0 0 1 .152.157h-.002v.35a.157.157 0 0 1-.151.158c-3.008.114-4.836.496-6.118 1.777-1.28 1.28-1.662 3.107-1.778 6.109a.16.16 0 0 1-.157.152h-.352a.157.157 0 0 1-.157-.152c-.115-3.002-.498-4.828-1.778-6.109s-3.11-1.663-6.117-1.777a.16.16 0 0 1-.152-.157v-.351c0-.085.068-.155.152-.157 3.007-.114 4.836-.496 6.117-1.778 1.283-1.283 1.665-3.116 1.78-6.128a.16.16 0 0 1 .156-.152h.351c.085 0 .155.068.157.152.114 3.013.496 4.845 1.78 6.128 1.28 1.28 3.11 1.664 6.117 1.778", fill: "
|
|
5
|
+
const DzenSolidSize24Glyph = 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.044 23.001h-.088c-4.368 0-6.922-.44-8.701-2.184C1.423 18.95 1 16.413 1 12.062v-.123c0-4.35.423-6.905 2.255-8.755C5.05 1.44 7.588 1 11.957 1h.088c4.351 0 6.905.44 8.7 2.184C22.577 5.052 23 7.588 23 11.939v.123c0 4.352-.423 6.905-2.255 8.755-1.796 1.744-4.332 2.184-8.701 2.184m8.185-11.324a.16.16 0 0 1 .152.157h-.002v.35a.157.157 0 0 1-.151.158c-3.008.114-4.836.496-6.118 1.777-1.28 1.28-1.662 3.107-1.778 6.109a.16.16 0 0 1-.157.152h-.352a.157.157 0 0 1-.157-.152c-.115-3.002-.498-4.828-1.778-6.109s-3.11-1.663-6.117-1.777a.16.16 0 0 1-.152-.157v-.351c0-.085.068-.155.152-.157 3.007-.114 4.836-.496 6.117-1.778 1.283-1.283 1.665-3.116 1.78-6.128a.16.16 0 0 1 .156-.152h.351c.085 0 .155.068.157.152.114 3.013.496 4.845 1.78 6.128 1.28 1.28 3.11 1.664 6.117 1.778", fill: "currentColor" }) }) })));
|
|
6
6
|
DzenSolidSize24Glyph.displayName = 'DzenSolidSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { DzenSolidSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DzenSolidSize24.js","sources":["src/variants/service/DzenSolidSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const DzenSolidSize24Glyph = 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.044 23.001h-.088c-4.368 0-6.922-.44-8.701-2.184C1.423 18.95 1 16.413 1 12.062v-.123c0-4.35.423-6.905 2.255-8.755C5.05 1.44 7.588 1 11.957 1h.088c4.351 0 6.905.44 8.7 2.184C22.577 5.052 23 7.588 23 11.939v.123c0 4.352-.423 6.905-2.255 8.755-1.796 1.744-4.332 2.184-8.701 2.184m8.185-11.324a.16.16 0 0 1 .152.157h-.002v.35a.157.157 0 0 1-.151.158c-3.008.114-4.836.496-6.118 1.777-1.28 1.28-1.662 3.107-1.778 6.109a.16.16 0 0 1-.157.152h-.352a.157.157 0 0 1-.157-.152c-.115-3.002-.498-4.828-1.778-6.109s-3.11-1.663-6.117-1.777a.16.16 0 0 1-.152-.157v-.351c0-.085.068-.155.152-.157 3.007-.114 4.836-.496 6.117-1.778 1.283-1.283 1.665-3.116 1.78-6.128a.16.16 0 0 1 .156-.152h.351c.085 0 .155.068.157.152.114 3.013.496 4.845 1.78 6.128 1.28 1.28 3.11 1.664 6.117 1.778\"\n fill=\"
|
|
1
|
+
{"version":3,"file":"DzenSolidSize24.js","sources":["src/variants/service/DzenSolidSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const DzenSolidSize24Glyph = 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.044 23.001h-.088c-4.368 0-6.922-.44-8.701-2.184C1.423 18.95 1 16.413 1 12.062v-.123c0-4.35.423-6.905 2.255-8.755C5.05 1.44 7.588 1 11.957 1h.088c4.351 0 6.905.44 8.7 2.184C22.577 5.052 23 7.588 23 11.939v.123c0 4.352-.423 6.905-2.255 8.755-1.796 1.744-4.332 2.184-8.701 2.184m8.185-11.324a.16.16 0 0 1 .152.157h-.002v.35a.157.157 0 0 1-.151.158c-3.008.114-4.836.496-6.118 1.777-1.28 1.28-1.662 3.107-1.778 6.109a.16.16 0 0 1-.157.152h-.352a.157.157 0 0 1-.157-.152c-.115-3.002-.498-4.828-1.778-6.109s-3.11-1.663-6.117-1.777a.16.16 0 0 1-.152-.157v-.351c0-.085.068-.155.152-.157 3.007-.114 4.836-.496 6.117-1.778 1.283-1.283 1.665-3.116 1.78-6.128a.16.16 0 0 1 .156-.152h.351c.085 0 .155.068.157.152.114 3.013.496 4.845 1.78 6.128 1.28 1.28 3.11 1.664 6.117 1.778\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nDzenSolidSize24Glyph.displayName = 'DzenSolidSize24Glyph';\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,gwBAAgwB,EAClwB,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
|
|
@@ -4,7 +4,7 @@ import { forwardRef, useId } from 'react';
|
|
|
4
4
|
|
|
5
5
|
const EsiaBrandSize16Glyph = forwardRef((props, ref) => {
|
|
6
6
|
const _uniqueId = useId();
|
|
7
|
-
return (jsxs("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", { d: "M14.6 5.532c-.058-.756-.635-1.725-1.212-2.19a22 22 0 0 0-2.02-1.
|
|
7
|
+
return (jsxs("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", { d: "M14.6 5.532c-.058-.756-.635-1.725-1.212-2.19a22 22 0 0 0-2.02-1.318A22 22 0 0 0 9.235.9a3.1 3.1 0 0 0-1.23-.233C7.582.658 7.163.737 6.773.9a23 23 0 0 0-2.135 1.124c-1.115.678-2.02 1.318-2.02 1.318-.48.405-.842.928-1.055 1.513a.16.16 0 0 0 .153.212h.922c.124 0 .236-.07.301-.175.164-.267.371-.508.615-.712 0 0 .747-.524 1.667-1.08q.857-.508 1.763-.922A2.5 2.5 0 0 1 8 1.988c.348-.007.694.058 1.016.19q.906.413 1.763.922.864.495 1.667 1.08c.476.382.953 1.176 1 1.796 0 0 .112.922.127 2.014q0 1.012-.11 2.018a2.94 2.94 0 0 1-1.017 1.796s-.746.54-1.667 1.096q-.857.508-1.763.922a2.5 2.5 0 0 1-1.016.19 2.6 2.6 0 0 1-1.016-.185 19 19 0 0 1-1.763-.922 20 20 0 0 1-1.667-1.097 2.9 2.9 0 0 1-.6-.704.35.35 0 0 0-.298-.17H1.72a.158.158 0 0 0-.151.214c.23.582.64 1.166 1.05 1.496 0 0 .904.679 2.02 1.338a22 22 0 0 0 2.134 1.124c.39.158.81.235 1.23.226.422.01.841-.07 1.231-.232q1.098-.504 2.135-1.124c1.115-.679 2.02-1.337 2.02-1.337a3.6 3.6 0 0 0 1.23-2.19q.132-1.228.135-2.462c-.02-1.331-.154-2.455-.154-2.455", fill: `url(#${_uniqueId}paint0_linear_107_462)`, suppressHydrationWarning: true }), jsx("path", { d: "M1.253 6.387c0-.162.132-.293.294-.293h4.546c.162 0 .294.131.294.293v.88a.293.293 0 0 1-.294.294h-4.84z", fill: "#0066B3" }), jsx("path", { d: "M1.253 8.44h9.24c.162 0 .293.132.293.294v.88a.293.293 0 0 1-.293.293H1.547a.293.293 0 0 1-.294-.293z", fill: "#EE2F53" }), jsx("defs", { children: jsxs("linearGradient", { id: `${_uniqueId}paint0_linear_107_462`, x1: 8.123, y1: 0.667, x2: 8.123, y2: 15.333, gradientUnits: "userSpaceOnUse", suppressHydrationWarning: true, children: [jsx("stop", { stopColor: "#0066B3" }), jsx("stop", { offset: 0.354, stopColor: "#0066B3" }), jsx("stop", { offset: 0.688, stopColor: "#EE2F53" }), jsx("stop", { offset: 1, stopColor: "#EE2F53" })] }) })] }));
|
|
8
8
|
});
|
|
9
9
|
EsiaBrandSize16Glyph.displayName = 'EsiaBrandSize16Glyph';
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EsiaBrandSize16.js","sources":["src/variants/service/EsiaBrandSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef, useId } from 'react';\n\nexport const EsiaBrandSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => {\n const _uniqueId = useId();\n return (\n <svg\n width={16}\n height={16}\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <path\n d=\"M14.6 5.532c-.058-.756-.635-1.725-1.212-2.19a22 22 0 0 0-2.02-1.
|
|
1
|
+
{"version":3,"file":"EsiaBrandSize16.js","sources":["src/variants/service/EsiaBrandSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef, useId } from 'react';\n\nexport const EsiaBrandSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => {\n const _uniqueId = useId();\n return (\n <svg\n width={16}\n height={16}\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <path\n d=\"M14.6 5.532c-.058-.756-.635-1.725-1.212-2.19a22 22 0 0 0-2.02-1.318A22 22 0 0 0 9.235.9a3.1 3.1 0 0 0-1.23-.233C7.582.658 7.163.737 6.773.9a23 23 0 0 0-2.135 1.124c-1.115.678-2.02 1.318-2.02 1.318-.48.405-.842.928-1.055 1.513a.16.16 0 0 0 .153.212h.922c.124 0 .236-.07.301-.175.164-.267.371-.508.615-.712 0 0 .747-.524 1.667-1.08q.857-.508 1.763-.922A2.5 2.5 0 0 1 8 1.988c.348-.007.694.058 1.016.19q.906.413 1.763.922.864.495 1.667 1.08c.476.382.953 1.176 1 1.796 0 0 .112.922.127 2.014q0 1.012-.11 2.018a2.94 2.94 0 0 1-1.017 1.796s-.746.54-1.667 1.096q-.857.508-1.763.922a2.5 2.5 0 0 1-1.016.19 2.6 2.6 0 0 1-1.016-.185 19 19 0 0 1-1.763-.922 20 20 0 0 1-1.667-1.097 2.9 2.9 0 0 1-.6-.704.35.35 0 0 0-.298-.17H1.72a.158.158 0 0 0-.151.214c.23.582.64 1.166 1.05 1.496 0 0 .904.679 2.02 1.338a22 22 0 0 0 2.134 1.124c.39.158.81.235 1.23.226.422.01.841-.07 1.231-.232q1.098-.504 2.135-1.124c1.115-.679 2.02-1.337 2.02-1.337a3.6 3.6 0 0 0 1.23-2.19q.132-1.228.135-2.462c-.02-1.331-.154-2.455-.154-2.455\"\n fill={`url(#${_uniqueId}paint0_linear_107_462)`}\n suppressHydrationWarning\n />\n <path\n d=\"M1.253 6.387c0-.162.132-.293.294-.293h4.546c.162 0 .294.131.294.293v.88a.293.293 0 0 1-.294.294h-4.84z\"\n fill=\"#0066B3\"\n />\n <path\n d=\"M1.253 8.44h9.24c.162 0 .293.132.293.294v.88a.293.293 0 0 1-.293.293H1.547a.293.293 0 0 1-.294-.293z\"\n fill=\"#EE2F53\"\n />\n <defs>\n <linearGradient\n id={`${_uniqueId}paint0_linear_107_462`}\n x1={8.123}\n y1={0.667}\n x2={8.123}\n y2={15.333}\n gradientUnits=\"userSpaceOnUse\"\n suppressHydrationWarning\n >\n <stop stopColor=\"#0066B3\" />\n <stop offset={0.354} stopColor=\"#0066B3\" />\n <stop offset={0.688} stopColor=\"#EE2F53\" />\n <stop offset={1} stopColor=\"#EE2F53\" />\n </linearGradient>\n </defs>\n </svg>\n );\n});\nEsiaBrandSize16Glyph.displayName = 'EsiaBrandSize16Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEa,MAAA,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,KAAI;AACvG,IAAA,MAAM,SAAS,GAAG,KAAK,EAAE,CAAC;AAC1B,IAAA,QACIA,IAAA,CAAA,KAAA,EAAA,EACI,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,GAAG,EAAE,GAAG,EAAA,GACJ,KAAK,EAAA,QAAA,EAAA,CAETC,cACI,CAAC,EAAC,2+BAA2+B,EAC7+B,IAAI,EAAE,CAAQ,KAAA,EAAA,SAAS,CAAwB,sBAAA,CAAA,EAC/C,wBAAwB,EAAA,IAAA,EAAA,CAC1B,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,wGAAwG,EAC1G,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,wBACID,IACI,CAAA,gBAAA,EAAA,EAAA,EAAE,EAAE,CAAA,EAAG,SAAS,CAAA,qBAAA,CAAuB,EACvC,EAAE,EAAE,KAAK,EACT,EAAE,EAAE,KAAK,EACT,EAAE,EAAE,KAAK,EACT,EAAE,EAAE,MAAM,EACV,aAAa,EAAC,gBAAgB,EAC9B,wBAAwB,EAAA,IAAA,EAAA,QAAA,EAAA,CAExBC,GAAM,CAAA,MAAA,EAAA,EAAA,SAAS,EAAC,SAAS,GAAG,EAC5BA,GAAA,CAAA,MAAA,EAAA,EAAM,MAAM,EAAE,KAAK,EAAE,SAAS,EAAC,SAAS,EAAA,CAAG,EAC3CA,GAAA,CAAA,MAAA,EAAA,EAAM,MAAM,EAAE,KAAK,EAAE,SAAS,EAAC,SAAS,EAAG,CAAA,EAC3CA,GAAM,CAAA,MAAA,EAAA,EAAA,MAAM,EAAE,CAAC,EAAE,SAAS,EAAC,SAAS,EAAG,CAAA,CAAA,EAAA,CAC1B,EACd,CAAA,CAAA,EAAA,CACL,EACR;AACN,CAAC,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
|
|
@@ -4,7 +4,7 @@ import { forwardRef, useId } from 'react';
|
|
|
4
4
|
|
|
5
5
|
const EsiaBrandSize24Glyph = forwardRef((props, ref) => {
|
|
6
6
|
const _uniqueId = useId();
|
|
7
|
-
return (jsxs("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: "M21.9 8.298c-.087-1.134-.953-2.588-1.818-3.285a33 33 0 0 0-3.029-1.977 34 34 0 0 0-3.202-1.686A4.65 4.65 0 0 0 12.005 1a4.55 4.55 0 0 0-1.846.349 34 34 0 0 0-3.202 1.686C5.284 4.053 3.928 5.013 3.928 5.013a5.4 5.4 0 0 0-1.584 2.27.24.24 0 0 0 .23.317h1.383a.54.54 0 0 0 .452-.262c.246-.4.556-.761.922-1.068 0 0 1.12-.786 2.
|
|
7
|
+
return (jsxs("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: "M21.9 8.298c-.087-1.134-.953-2.588-1.818-3.285a33 33 0 0 0-3.029-1.977 34 34 0 0 0-3.202-1.686A4.65 4.65 0 0 0 12.005 1a4.55 4.55 0 0 0-1.846.349 34 34 0 0 0-3.202 1.686C5.284 4.053 3.928 5.013 3.928 5.013a5.4 5.4 0 0 0-1.584 2.27.24.24 0 0 0 .23.317h1.383a.54.54 0 0 0 .452-.262c.246-.4.556-.761.922-1.068 0 0 1.12-.786 2.501-1.62a28 28 0 0 1 2.644-1.383A3.8 3.8 0 0 1 12 2.98a3.9 3.9 0 0 1 1.524.286q1.36.62 2.644 1.383a27 27 0 0 1 2.501 1.62c.715.573 1.429 1.764 1.5 2.694 0 0 .167 1.383.191 3.02a28 28 0 0 1-.167 3.028 4.4 4.4 0 0 1-1.524 2.694s-1.12.81-2.5 1.644q-1.287.763-2.645 1.383c-.483.2-1.002.297-1.524.286a3.9 3.9 0 0 1-1.524-.279 28 28 0 0 1-2.644-1.382 31 31 0 0 1-2.5-1.645c-.32-.255-.638-.634-.902-1.057a.53.53 0 0 0-.446-.256H2.58c-.17 0-.29.164-.227.322.346.872.96 1.75 1.575 2.245 0 0 1.356 1.017 3.029 2.006a34 34 0 0 0 3.202 1.686 4.65 4.65 0 0 0 1.846.34 4.55 4.55 0 0 0 1.846-.349 34 34 0 0 0 3.202-1.686c1.673-1.018 3.029-2.006 3.029-2.006a5.4 5.4 0 0 0 1.846-3.285q.2-1.84.202-3.692a40 40 0 0 0-.23-3.683", fill: `url(#${_uniqueId}paint0_linear_107_463)`, suppressHydrationWarning: true }), jsx("path", { d: "M1.88 9.581a.44.44 0 0 1 .44-.44h6.82a.44.44 0 0 1 .44.44v1.32a.44.44 0 0 1-.44.44H1.88z", fill: "#0066B3" }), jsx("path", { d: "M1.88 12.66h13.86a.44.44 0 0 1 .44.44v1.32a.44.44 0 0 1-.44.44H2.32a.44.44 0 0 1-.44-.44z", fill: "#EE2F53" }), jsx("defs", { children: jsxs("linearGradient", { id: `${_uniqueId}paint0_linear_107_463`, x1: 12.184, y1: 1, x2: 12.184, y2: 23, gradientUnits: "userSpaceOnUse", suppressHydrationWarning: true, children: [jsx("stop", { stopColor: "#0066B3" }), jsx("stop", { offset: 0.354, stopColor: "#0066B3" }), jsx("stop", { offset: 0.688, stopColor: "#EE2F53" }), jsx("stop", { offset: 1, stopColor: "#EE2F53" })] }) })] }));
|
|
8
8
|
});
|
|
9
9
|
EsiaBrandSize24Glyph.displayName = 'EsiaBrandSize24Glyph';
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EsiaBrandSize24.js","sources":["src/variants/service/EsiaBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef, useId } from 'react';\n\nexport const EsiaBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => {\n const _uniqueId = useId();\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <path\n d=\"M21.9 8.298c-.087-1.134-.953-2.588-1.818-3.285a33 33 0 0 0-3.029-1.977 34 34 0 0 0-3.202-1.686A4.65 4.65 0 0 0 12.005 1a4.55 4.55 0 0 0-1.846.349 34 34 0 0 0-3.202 1.686C5.284 4.053 3.928 5.013 3.928 5.013a5.4 5.4 0 0 0-1.584 2.27.24.24 0 0 0 .23.317h1.383a.54.54 0 0 0 .452-.262c.246-.4.556-.761.922-1.068 0 0 1.12-.786 2.
|
|
1
|
+
{"version":3,"file":"EsiaBrandSize24.js","sources":["src/variants/service/EsiaBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef, useId } from 'react';\n\nexport const EsiaBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => {\n const _uniqueId = useId();\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <path\n d=\"M21.9 8.298c-.087-1.134-.953-2.588-1.818-3.285a33 33 0 0 0-3.029-1.977 34 34 0 0 0-3.202-1.686A4.65 4.65 0 0 0 12.005 1a4.55 4.55 0 0 0-1.846.349 34 34 0 0 0-3.202 1.686C5.284 4.053 3.928 5.013 3.928 5.013a5.4 5.4 0 0 0-1.584 2.27.24.24 0 0 0 .23.317h1.383a.54.54 0 0 0 .452-.262c.246-.4.556-.761.922-1.068 0 0 1.12-.786 2.501-1.62a28 28 0 0 1 2.644-1.383A3.8 3.8 0 0 1 12 2.98a3.9 3.9 0 0 1 1.524.286q1.36.62 2.644 1.383a27 27 0 0 1 2.501 1.62c.715.573 1.429 1.764 1.5 2.694 0 0 .167 1.383.191 3.02a28 28 0 0 1-.167 3.028 4.4 4.4 0 0 1-1.524 2.694s-1.12.81-2.5 1.644q-1.287.763-2.645 1.383c-.483.2-1.002.297-1.524.286a3.9 3.9 0 0 1-1.524-.279 28 28 0 0 1-2.644-1.382 31 31 0 0 1-2.5-1.645c-.32-.255-.638-.634-.902-1.057a.53.53 0 0 0-.446-.256H2.58c-.17 0-.29.164-.227.322.346.872.96 1.75 1.575 2.245 0 0 1.356 1.017 3.029 2.006a34 34 0 0 0 3.202 1.686 4.65 4.65 0 0 0 1.846.34 4.55 4.55 0 0 0 1.846-.349 34 34 0 0 0 3.202-1.686c1.673-1.018 3.029-2.006 3.029-2.006a5.4 5.4 0 0 0 1.846-3.285q.2-1.84.202-3.692a40 40 0 0 0-.23-3.683\"\n fill={`url(#${_uniqueId}paint0_linear_107_463)`}\n suppressHydrationWarning\n />\n <path\n d=\"M1.88 9.581a.44.44 0 0 1 .44-.44h6.82a.44.44 0 0 1 .44.44v1.32a.44.44 0 0 1-.44.44H1.88z\"\n fill=\"#0066B3\"\n />\n <path\n d=\"M1.88 12.66h13.86a.44.44 0 0 1 .44.44v1.32a.44.44 0 0 1-.44.44H2.32a.44.44 0 0 1-.44-.44z\"\n fill=\"#EE2F53\"\n />\n <defs>\n <linearGradient\n id={`${_uniqueId}paint0_linear_107_463`}\n x1={12.184}\n y1={1}\n x2={12.184}\n y2={23}\n gradientUnits=\"userSpaceOnUse\"\n suppressHydrationWarning\n >\n <stop stopColor=\"#0066B3\" />\n <stop offset={0.354} stopColor=\"#0066B3\" />\n <stop offset={0.688} stopColor=\"#EE2F53\" />\n <stop offset={1} stopColor=\"#EE2F53\" />\n </linearGradient>\n </defs>\n </svg>\n );\n});\nEsiaBrandSize24Glyph.displayName = 'EsiaBrandSize24Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEa,MAAA,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,KAAI;AACvG,IAAA,MAAM,SAAS,GAAG,KAAK,EAAE,CAAC;AAC1B,IAAA,QACIA,IAAA,CAAA,KAAA,EAAA,EACI,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,GAAG,EAAE,GAAG,EAAA,GACJ,KAAK,EAAA,QAAA,EAAA,CAETC,cACI,CAAC,EAAC,wgCAAwgC,EAC1gC,IAAI,EAAE,CAAQ,KAAA,EAAA,SAAS,CAAwB,sBAAA,CAAA,EAC/C,wBAAwB,EAAA,IAAA,EAAA,CAC1B,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,0FAA0F,EAC5F,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,2FAA2F,EAC7F,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,wBACID,IACI,CAAA,gBAAA,EAAA,EAAA,EAAE,EAAE,CAAA,EAAG,SAAS,CAAA,qBAAA,CAAuB,EACvC,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,CAAC,EACL,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,EAAE,EACN,aAAa,EAAC,gBAAgB,EAC9B,wBAAwB,EAAA,IAAA,EAAA,QAAA,EAAA,CAExBC,GAAM,CAAA,MAAA,EAAA,EAAA,SAAS,EAAC,SAAS,GAAG,EAC5BA,GAAA,CAAA,MAAA,EAAA,EAAM,MAAM,EAAE,KAAK,EAAE,SAAS,EAAC,SAAS,EAAA,CAAG,EAC3CA,GAAA,CAAA,MAAA,EAAA,EAAM,MAAM,EAAE,KAAK,EAAE,SAAS,EAAC,SAAS,EAAG,CAAA,EAC3CA,GAAM,CAAA,MAAA,EAAA,EAAA,MAAM,EAAE,CAAC,EAAE,SAAS,EAAC,SAAS,EAAG,CAAA,CAAA,EAAA,CAC1B,EACd,CAAA,CAAA,EAAA,CACL,EACR;AACN,CAAC,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
|
|
@@ -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 FlBrandSize24Glyph = forwardRef((props, ref) => (jsxs("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: "M1 5.4A4.4 4.4 0 0 1 5.4 1h13.2A4.4 4.4 0 0 1 23 5.4v13.2a4.4 4.4 0 0 1-4.4 4.4H5.4A4.4 4.4 0 0 1 1 18.6z", fill: "#00CD5E" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.24 7.628a1 1 0 0 0-.06-.25.
|
|
5
|
+
const FlBrandSize24Glyph = forwardRef((props, ref) => (jsxs("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: "M1 5.4A4.4 4.4 0 0 1 5.4 1h13.2A4.4 4.4 0 0 1 23 5.4v13.2a4.4 4.4 0 0 1-4.4 4.4H5.4A4.4 4.4 0 0 1 1 18.6z", fill: "#00CD5E" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.24 7.628a1 1 0 0 0-.06-.25.35.35 0 0 0-.094-.133.2.2 0 0 0-.12-.041H7.653a.62.62 0 0 0-.419.144q-.17.145-.17.473v8.72a.21.21 0 0 0 .05.142.4.4 0 0 0 .161.1q.15.048.306.063.245.025.491.023.213.003.423-.023.156-.015.305-.063a.34.34 0 0 0 .162-.1.23.23 0 0 0 .046-.142v-3.553h2.76a.2.2 0 0 0 .12-.041.34.34 0 0 0 .095-.138 1 1 0 0 0 .06-.245q.02-.185.02-.371a4 4 0 0 0-.02-.41.8.8 0 0 0-.06-.241.3.3 0 0 0-.094-.126.2.2 0 0 0-.12-.037H9.007V8.806h2.956a.18.18 0 0 0 .121-.044.4.4 0 0 0 .094-.134.8.8 0 0 0 .06-.241q.02-.187.02-.376a3 3 0 0 0-.018-.383", fill: "white" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.583 15.667a1 1 0 0 0-.066-.247.3.3 0 0 0-.111-.134.3.3 0 0 0-.156-.041h-2.548v-7.8a.2.2 0 0 0-.058-.135.43.43 0 0 0-.19-.097 2 2 0 0 0-.356-.06 6 6 0 0 0-.56-.022 5 5 0 0 0-.516.022q-.184.015-.361.06a.4.4 0 0 0-.191.097.2.2 0 0 0-.057.135v8.804q0 .328.2.474c.137.098.313.15.493.146h4.144a.27.27 0 0 0 .156-.046q.078-.06.111-.145.051-.123.066-.254.045-.376 0-.754z", fill: "white" })] })));
|
|
6
6
|
FlBrandSize24Glyph.displayName = 'FlBrandSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { FlBrandSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlBrandSize24.js","sources":["src/variants/service/FlBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const FlBrandSize24Glyph = 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=\"M1 5.4A4.4 4.4 0 0 1 5.4 1h13.2A4.4 4.4 0 0 1 23 5.4v13.2a4.4 4.4 0 0 1-4.4 4.4H5.4A4.4 4.4 0 0 1 1 18.6z\"\n fill=\"#00CD5E\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.24 7.628a1 1 0 0 0-.06-.25.
|
|
1
|
+
{"version":3,"file":"FlBrandSize24.js","sources":["src/variants/service/FlBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const FlBrandSize24Glyph = 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=\"M1 5.4A4.4 4.4 0 0 1 5.4 1h13.2A4.4 4.4 0 0 1 23 5.4v13.2a4.4 4.4 0 0 1-4.4 4.4H5.4A4.4 4.4 0 0 1 1 18.6z\"\n fill=\"#00CD5E\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.24 7.628a1 1 0 0 0-.06-.25.35.35 0 0 0-.094-.133.2.2 0 0 0-.12-.041H7.653a.62.62 0 0 0-.419.144q-.17.145-.17.473v8.72a.21.21 0 0 0 .05.142.4.4 0 0 0 .161.1q.15.048.306.063.245.025.491.023.213.003.423-.023.156-.015.305-.063a.34.34 0 0 0 .162-.1.23.23 0 0 0 .046-.142v-3.553h2.76a.2.2 0 0 0 .12-.041.34.34 0 0 0 .095-.138 1 1 0 0 0 .06-.245q.02-.185.02-.371a4 4 0 0 0-.02-.41.8.8 0 0 0-.06-.241.3.3 0 0 0-.094-.126.2.2 0 0 0-.12-.037H9.007V8.806h2.956a.18.18 0 0 0 .121-.044.4.4 0 0 0 .094-.134.8.8 0 0 0 .06-.241q.02-.187.02-.376a3 3 0 0 0-.018-.383\"\n fill=\"white\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.583 15.667a1 1 0 0 0-.066-.247.3.3 0 0 0-.111-.134.3.3 0 0 0-.156-.041h-2.548v-7.8a.2.2 0 0 0-.058-.135.43.43 0 0 0-.19-.097 2 2 0 0 0-.356-.06 6 6 0 0 0-.56-.022 5 5 0 0 0-.516.022q-.184.015-.361.06a.4.4 0 0 0-.191.097.2.2 0 0 0-.057.135v8.804q0 .328.2.474c.137.098.313.15.493.146h4.144a.27.27 0 0 0 .156-.046q.078-.06.111-.145.051-.123.066-.254.045-.376 0-.754z\"\n fill=\"white\"\n />\n </svg>\n));\nFlBrandSize24Glyph.displayName = 'FlBrandSize24Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEa,MAAA,kBAAkB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACjGA,IAAA,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,KAAM,KAAK,EAAA,QAAA,EAAA,CAC9GC,cACI,CAAC,EAAC,2GAA2G,EAC7G,IAAI,EAAC,SAAS,GAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0iBAA0iB,EAC5iB,IAAI,EAAC,OAAO,GACd,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iXAAiX,EACnX,IAAI,EAAC,OAAO,GACd,CACA,EAAA,CAAA,CACT,EAAE;AACH,kBAAkB,CAAC,WAAW,GAAG,oBAAoB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const GoogleBrandSize16Glyph = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.143 3.707c1.34 0 2.246.567 2.762 1.042L12.92 2.82C11.682 1.692 10.071 1 8.143 1a7.15 7.15 0 0 0-6.381 3.858l2.31 1.758a4.31 4.31 0 0 1 4.07-2.91", fill: "#EA4335" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8.156c0-.576-.048-.996-.15-1.432H8.142v2.598h3.936c-.079.646-.508 1.618-1.46 2.271l2.254 1.712C14.223 12.083 15 10.287 15 8.155", fill: "#4285F4" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.08 9.385A4.2 4.2 0 0 1 3.84 8c0-.482.088-.949.23-1.384l-2.31-1.758A6.9 6.9 0 0 0 1 8c0 1.128.278 2.193.762 3.142z", fill: "#FBBC05" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.143 15c1.
|
|
5
|
+
const GoogleBrandSize16Glyph = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.143 3.707c1.34 0 2.246.567 2.762 1.042L12.92 2.82C11.682 1.692 10.071 1 8.143 1a7.15 7.15 0 0 0-6.381 3.858l2.31 1.758a4.31 4.31 0 0 1 4.07-2.91", fill: "#EA4335" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8.156c0-.576-.048-.996-.15-1.432H8.142v2.598h3.936c-.079.646-.508 1.618-1.46 2.271l2.254 1.712C14.223 12.083 15 10.287 15 8.155", fill: "#4285F4" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.08 9.385A4.2 4.2 0 0 1 3.84 8c0-.482.088-.949.23-1.384l-2.31-1.758A6.9 6.9 0 0 0 1 8c0 1.128.278 2.193.762 3.142z", fill: "#FBBC05" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.143 15c1.928 0 3.547-.622 4.73-1.695l-2.254-1.712c-.603.413-1.413.7-2.476.7a4.29 4.29 0 0 1-4.064-2.909l-2.31 1.758A7.14 7.14 0 0 0 8.144 15", fill: "#34A853" })] }) }) })));
|
|
6
6
|
GoogleBrandSize16Glyph.displayName = 'GoogleBrandSize16Glyph';
|
|
7
7
|
|
|
8
8
|
export { GoogleBrandSize16Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleBrandSize16.js","sources":["src/variants/service/GoogleBrandSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const GoogleBrandSize16Glyph = 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.143 3.707c1.34 0 2.246.567 2.762 1.042L12.92 2.82C11.682 1.692 10.071 1 8.143 1a7.15 7.15 0 0 0-6.381 3.858l2.31 1.758a4.31 4.31 0 0 1 4.07-2.91\"\n fill=\"#EA4335\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 8.156c0-.576-.048-.996-.15-1.432H8.142v2.598h3.936c-.079.646-.508 1.618-1.46 2.271l2.254 1.712C14.223 12.083 15 10.287 15 8.155\"\n fill=\"#4285F4\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.08 9.385A4.2 4.2 0 0 1 3.84 8c0-.482.088-.949.23-1.384l-2.31-1.758A6.9 6.9 0 0 0 1 8c0 1.128.278 2.193.762 3.142z\"\n fill=\"#FBBC05\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.143 15c1.
|
|
1
|
+
{"version":3,"file":"GoogleBrandSize16.js","sources":["src/variants/service/GoogleBrandSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const GoogleBrandSize16Glyph = 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.143 3.707c1.34 0 2.246.567 2.762 1.042L12.92 2.82C11.682 1.692 10.071 1 8.143 1a7.15 7.15 0 0 0-6.381 3.858l2.31 1.758a4.31 4.31 0 0 1 4.07-2.91\"\n fill=\"#EA4335\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 8.156c0-.576-.048-.996-.15-1.432H8.142v2.598h3.936c-.079.646-.508 1.618-1.46 2.271l2.254 1.712C14.223 12.083 15 10.287 15 8.155\"\n fill=\"#4285F4\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.08 9.385A4.2 4.2 0 0 1 3.84 8c0-.482.088-.949.23-1.384l-2.31-1.758A6.9 6.9 0 0 0 1 8c0 1.128.278 2.193.762 3.142z\"\n fill=\"#FBBC05\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.143 15c1.928 0 3.547-.622 4.73-1.695l-2.254-1.712c-.603.413-1.413.7-2.476.7a4.29 4.29 0 0 1-4.064-2.909l-2.31 1.758A7.14 7.14 0 0 0 8.144 15\"\n fill=\"#34A853\"\n />\n </g>\n </g>\n </svg>\n));\nGoogleBrandSize16Glyph.displayName = 'GoogleBrandSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,sBAAsB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACrGA,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,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qJAAqJ,EACvJ,IAAI,EAAC,SAAS,GAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qIAAqI,EACvI,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,sHAAsH,EACxH,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iJAAiJ,EACnJ,IAAI,EAAC,SAAS,EAChB,CAAA,CAAA,EAAA,CACF,EACJ,CAAA,EAAA,CACF,CACT,EAAE;AACH,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const GoogleBrandSize24Glyph = 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: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.224 5.253c2.108 0 3.53.893 4.34 1.638l3.168-3.031C17.787 2.088 15.255 1 12.224 1 7.834 1 4.043 3.469 2.197 7.062l3.63 2.762a6.77 6.77 0 0 1 6.397-4.57", fill: "#EA4335" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 12.245c0-.905-.075-1.565-.237-2.25H12.225v4.083h6.
|
|
5
|
+
const GoogleBrandSize24Glyph = 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: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.224 5.253c2.108 0 3.53.893 4.34 1.638l3.168-3.031C17.787 2.088 15.255 1 12.224 1 7.834 1 4.043 3.469 2.197 7.062l3.63 2.762a6.77 6.77 0 0 1 6.397-4.57", fill: "#EA4335" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 12.245c0-.905-.075-1.565-.237-2.25H12.225v4.083h6.185c-.124 1.014-.798 2.542-2.294 3.569l3.542 2.689c2.12-1.92 3.342-4.743 3.342-8.091", fill: "#4285F4" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.839 14.176A6.7 6.7 0 0 1 5.465 12c0-.758.137-1.491.362-2.175l-3.63-2.763A10.8 10.8 0 0 0 1 12c0 1.772.437 3.447 1.197 4.938z", fill: "#FBBC05" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.225 23c3.03 0 5.574-.978 7.433-2.664l-3.542-2.69c-.948.648-2.22 1.1-3.891 1.1a6.74 6.74 0 0 1-6.386-4.57l-3.63 2.762C4.057 20.53 7.836 23 12.226 23", fill: "#34A853" })] }) }) })));
|
|
6
6
|
GoogleBrandSize24Glyph.displayName = 'GoogleBrandSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { GoogleBrandSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleBrandSize24.js","sources":["src/variants/service/GoogleBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const GoogleBrandSize24Glyph = 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 <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.224 5.253c2.108 0 3.53.893 4.34 1.638l3.168-3.031C17.787 2.088 15.255 1 12.224 1 7.834 1 4.043 3.469 2.197 7.062l3.63 2.762a6.77 6.77 0 0 1 6.397-4.57\"\n fill=\"#EA4335\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23 12.245c0-.905-.075-1.565-.237-2.25H12.225v4.083h6.
|
|
1
|
+
{"version":3,"file":"GoogleBrandSize24.js","sources":["src/variants/service/GoogleBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const GoogleBrandSize24Glyph = 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 <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.224 5.253c2.108 0 3.53.893 4.34 1.638l3.168-3.031C17.787 2.088 15.255 1 12.224 1 7.834 1 4.043 3.469 2.197 7.062l3.63 2.762a6.77 6.77 0 0 1 6.397-4.57\"\n fill=\"#EA4335\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23 12.245c0-.905-.075-1.565-.237-2.25H12.225v4.083h6.185c-.124 1.014-.798 2.542-2.294 3.569l3.542 2.689c2.12-1.92 3.342-4.743 3.342-8.091\"\n fill=\"#4285F4\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.839 14.176A6.7 6.7 0 0 1 5.465 12c0-.758.137-1.491.362-2.175l-3.63-2.763A10.8 10.8 0 0 0 1 12c0 1.772.437 3.447 1.197 4.938z\"\n fill=\"#FBBC05\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.225 23c3.03 0 5.574-.978 7.433-2.664l-3.542-2.69c-.948.648-2.22 1.1-3.891 1.1a6.74 6.74 0 0 1-6.386-4.57l-3.63 2.762C4.057 20.53 7.836 23 12.226 23\"\n fill=\"#34A853\"\n />\n </g>\n </g>\n </svg>\n));\nGoogleBrandSize24Glyph.displayName = 'GoogleBrandSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,sBAAsB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACrGA,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,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4JAA4J,EAC9J,IAAI,EAAC,SAAS,GAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4IAA4I,EAC9I,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iIAAiI,EACnI,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,yJAAyJ,EAC3J,IAAI,EAAC,SAAS,EAChB,CAAA,CAAA,EAAA,CACF,EACJ,CAAA,EAAA,CACF,CACT,EAAE;AACH,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './../../index.css';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
|
|
5
|
+
const HhBusinessAppBrandSize48Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 48, height: 48, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsx("rect", { x: 2, y: 2, width: 44, height: 44, rx: 11.44, fill: "#1B1B1B" }), jsx("path", { d: "M35.102 21.335c-.666-.706-1.613-1.091-2.767-1.091-1.436 0-2.538.599-3.173 1.722v-5.572h-3.329v15.273h3.329v-5.37c0-1.25.25-2.053.624-2.523.364-.471.874-.653 1.425-.653.489 0 .874.16 1.144.45.27.299.427.759.427 1.4v6.686h3.328v-7.36c0-1.25-.353-2.267-1.008-2.962", fill: "white" }), jsx("path", { d: "M22.286 21.335c-.666-.706-1.613-1.091-2.767-1.091-1.436 0-2.538.599-3.173 1.722v-5.572h-3.328v15.273h3.328v-5.37c0-1.25.25-2.053.624-2.523.364-.471.874-.653 1.425-.653.49 0 .874.16 1.145.45.27.299.426.759.426 1.4v6.686h3.329v-7.36c0-1.25-.354-2.267-1.01-2.962", fill: "white" })] })));
|
|
6
|
+
HhBusinessAppBrandSize48Glyph.displayName = 'HhBusinessAppBrandSize48Glyph';
|
|
7
|
+
|
|
8
|
+
export { HhBusinessAppBrandSize48Glyph };
|
|
9
|
+
//# sourceMappingURL=HhBusinessAppBrandSize48.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HhBusinessAppBrandSize48.js","sources":["src/variants/service/HhBusinessAppBrandSize48.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const HhBusinessAppBrandSize48Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={48} height={48} viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <rect x={2} y={2} width={44} height={44} rx={11.44} fill=\"#1B1B1B\" />\n <path\n d=\"M35.102 21.335c-.666-.706-1.613-1.091-2.767-1.091-1.436 0-2.538.599-3.173 1.722v-5.572h-3.329v15.273h3.329v-5.37c0-1.25.25-2.053.624-2.523.364-.471.874-.653 1.425-.653.489 0 .874.16 1.144.45.27.299.427.759.427 1.4v6.686h3.328v-7.36c0-1.25-.353-2.267-1.008-2.962\"\n fill=\"white\"\n />\n <path\n d=\"M22.286 21.335c-.666-.706-1.613-1.091-2.767-1.091-1.436 0-2.538.599-3.173 1.722v-5.572h-3.328v15.273h3.328v-5.37c0-1.25.25-2.053.624-2.523.364-.471.874-.653 1.425-.653.49 0 .874.16 1.145.45.27.299.426.759.426 1.4v6.686h3.329v-7.36c0-1.25-.354-2.267-1.01-2.962\"\n fill=\"white\"\n />\n </svg>\n));\nHhBusinessAppBrandSize48Glyph.displayName = 'HhBusinessAppBrandSize48Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEa,MAAA,6BAA6B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC5GA,IAAA,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,KAAM,KAAK,EAAA,QAAA,EAAA,CAC9GC,cAAM,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAC,SAAS,EAAG,CAAA,EACrEA,cACI,CAAC,EAAC,uQAAuQ,EACzQ,IAAI,EAAC,OAAO,EAAA,CACd,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,qQAAqQ,EACvQ,IAAI,EAAC,OAAO,GACd,CACA,EAAA,CAAA,CACT,EAAE;AACH,6BAA6B,CAAC,WAAW,GAAG,+BAA+B;;;;"}
|