@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
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
2
|
+
export { I as IconDynamic } from './IconDynamic-BNKOjT3Y.js';
|
|
3
3
|
export { isIconElement } from './types.js';
|
|
4
4
|
export { SkeletonSize16, SkeletonSize24, SkeletonSize32 } from './Skeleton.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-icon",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "e47e9f9e4d4eba933c52865fb42b71160faf938b"
|
|
46
46
|
}
|
package/private.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { CheckboxCheckSize16, CheckboxCheckSize24, CheckboxLineSize16, CheckboxLineSize24, Diagram100Size16, Diagram100Size24, Diagram60Size16, Diagram60Size24, Diagram75Size16, Diagram75Size24, Diagram80Size16, Diagram80Size24, GripSize16, GripSize24, MetroLineSize16, MetroLineSize24, MetroStationSize16, MetroStationSize24, RadioCircleSize16, RadioCircleSize24, SkillPieAdvancedSize16, SkillPieAdvancedSize24, SkillPieBaseSize16, SkillPieBaseSize24, SkillPieMiddleSize16, SkillPieMiddleSize24 } from './variants/private/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-BNKOjT3Y.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
package/product.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
export { CheckmarkOutlinedCircledSize16, CheckmarkOutlinedCircledSize24, CheckmarkOutlinedSize16, CheckmarkOutlinedSize24, ChevronArrowDiagonalUpRightFilledSize16, ChevronArrowDiagonalUpRightFilledSize24, ChevronArrowDownRightFilledSize16, ChevronArrowDownRightFilledSize24, ChevronArrowRightFilledSize16, ChevronArrowRightFilledSize24, ChevronGroup1FilledSize16, ChevronGroup1FilledSize24, ChevronGroup2FilledSize16, ChevronGroup2FilledSize24, ChevronGroup3FilledSize16, ChevronGroup3FilledSize24, CompanysLifeFilledSize16, CompanysLifeFilledSize24, CompanysLifeOutlinedCircledSize16, CompanysLifeOutlinedCircledSize24, CompanysLifeOutlinedSize16, CompanysLifeOutlinedSize24, DreamjobCircledSize16, DreamjobCircledSize24, DreamjobSize16, DreamjobSize24, EmployersRatingFilledSize16, EmployersRatingFilledSize24, EmployersRatingOutlinedCircledSize16, EmployersRatingOutlinedCircledSize24, EmployersRatingOutlinedSize16, EmployersRatingOutlinedSize24, HrBrandOutlinedCircledSize16, HrBrandOutlinedCircledSize24, HrBrandOutlinedSize16, HrBrandOutlinedSize24, ItAccreditationCircledSize16, ItAccreditationCircledSize24, ItAccreditationFilledSize16, ItAccreditationFilledSize24, ItAccreditationSize16, ItAccreditationSize24, LabelEyeFilledSize16, LabelEyeFilledSize24, LabelFlameFilledSize16, LabelFlameFilledSize24, LabelThumbFilledSize16, LabelThumbFilledSize24, LabelUserFilledSize16, LabelUserFilledSize24, OvalSplitFilledSize16, OvalSplitFilledSize24, QuestionFilledSize16, QuestionFilledSize24 } from './variants/product/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-BNKOjT3Y.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
package/service.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export { AndroidBrandSize16, AndroidBrandSize24, AndroidGrayscaleSize16, AndroidGrayscaleSize24, AndroidSolidSize16, AndroidSolidSize24, AppleBrandAltSize16, AppleBrandAltSize24, AppleBrandSize16, AppleBrandSize24, AppleGrayscaleSize16, AppleGrayscaleSize24, AppleSolidSize16, AppleSolidSize24, ClickmeBrandSize16, ClickmeBrandSize24, ClickmeGrayscaleSize16, ClickmeGrayscaleSize24, ClickmeSolidSize16, ClickmeSolidSize24, DnrBrandSize16, DnrBrandSize24, DnrGrayscaleSize16, DnrGrayscaleSize24, DnrSolidSize16, DnrSolidSize24, DreamjobBrandSize16, DreamjobBrandSize24, DreamjobGrayscaleSize16, DreamjobGrayscaleSize24, DreamjobSolidSize16, DreamjobSolidSize24, DzenBrandSize16, DzenBrandSize24, DzenGrayscaleSize16, DzenGrayscaleSize24, DzenSolidSize16, DzenSolidSize24, EsiaBrandAltSize16, EsiaBrandAltSize24, EsiaBrandSize16, EsiaBrandSize24, EsiaGrayscaleSize16, EsiaGrayscaleSize24, EsiaSolidSize16, EsiaSolidSize24, FacebookBrandSize16, FacebookBrandSize24, FacebookGrayscaleSize16, FacebookGrayscaleSize24, FacebookSolidSize16, FacebookSolidSize24, FlBrandSize16, FlBrandSize24, FlGrayscaleSize16, FlGrayscaleSize24, FlSolidSize16, FlSolidSize24, GithubBrandSize16, GithubBrandSize24, GithubGrayscaleSize16, GithubGrayscaleSize24, GithubSolidSize16, GithubSolidSize24, GoogleBrandSize16, GoogleBrandSize24, GoogleGrayscaleSize16, GoogleGrayscaleSize24, GoogleSolidSize16, GoogleSolidSize24, HhBrandSize16, HhBrandSize24, HhBusinessAppBrandSize16, HhBusinessAppBrandSize24, HhBusinessAppGrayscaleSize16, HhBusinessAppGrayscaleSize24, HhBusinessAppSolidSize16, HhBusinessAppSolidSize24, HhGrayscaleSize16, HhGrayscaleSize24, HhProBrandSize16, HhProBrandSize24, HhProBrandSize32, HhProGrayscaleSize16, HhProGrayscaleSize24, HhProGrayscaleSize32, HhProSolidSize16, HhProSolidSize24, HhProSolidSize32, HhSolidSize16, HhSolidSize24, HrLinkBrandSize16, HrLinkBrandSize24, HrLinkGrayscaleSize16, HrLinkGrayscaleSize24, HrLinkSolidSize16, HrLinkSolidSize24, IbsBrandSize16, IbsBrandSize24, IbsBrandSize32, IbsGrayscaleSize16, IbsGrayscaleSize24, IbsGrayscaleSize32, IbsSolidSize16, IbsSolidSize24, IbsSolidSize32, IcqBrandSize16, IcqBrandSize24, IcqGrayscaleSize16, IcqGrayscaleSize24, IcqSolidSize16, IcqSolidSize24, ImessageBrandSize16, ImessageBrandSize24, ImessageGrayscaleSize16, ImessageGrayscaleSize24, ImessageSolidSize16, ImessageSolidSize24, IndexBrandSize16, IndexBrandSize24, IndexGrayscaleSize16, IndexGrayscaleSize24, IndexSolidSize16, IndexSolidSize24, InstagramBrandSize16, InstagramBrandSize24, InstagramGrayscaleSize16, InstagramGrayscaleSize24, InstagramSolidSize16, InstagramSolidSize24, LinkedinBrandSize16, LinkedinBrandSize24, LinkedinGrayscaleSize16, LinkedinGrayscaleSize24, LinkedinSolidSize16, LinkedinSolidSize24, LivejournalBrandSize16, LivejournalBrandSize24, LivejournalGrayscaleSize16, LivejournalGrayscaleSize24, LivejournalSolidSize16, LivejournalSolidSize24, MailBrandAltSize16, MailBrandAltSize24, MailBrandSize16, MailBrandSize24, MailGrayscaleSize16, MailGrayscaleSize24, MailSolidSize16, MailSolidSize24, MaxBrandSize16, MaxBrandSize24, MaxGrayscaleSize16, MaxGrayscaleSize24, MaxSolidSize16, MaxSolidSize24, MaxSquareBrandSize16, MaxSquareBrandSize24, MaxSquareGrayscaleSize16, MaxSquareGrayscaleSize24, MaxSquareSolidSize16, MaxSquareSolidSize24, MediumBrandSize16, MediumBrandSize24, MediumSize16, MediumSize24, MediumSolidSize16, MediumSolidSize24, OkBrandAltSize16, OkBrandAltSize24, OkBrandSize16, OkBrandSize24, OkGrayscaleSize16, OkGrayscaleSize24, OkSolidSize16, OkSolidSize24, OneCBrandSize16, OneCBrandSize24, OneCBrandSize32, OneCGrayscaleSize16, OneCGrayscaleSize24, OneCGrayscaleSize32, OneCSolidSize16, OneCSolidSize24, OneCSolidSize32, RabotaByBrandSize16, RabotaByBrandSize24, RabotaByGrayscaleSize16, RabotaByGrayscaleSize24, RabotaBySolidSize16, RabotaBySolidSize24, SetkaBrandSize16, SetkaBrandSize24, SetkaBrandSize32, SetkaBrandSize48, SetkaGrayscaleSize16, SetkaGrayscaleSize24, SetkaGrayscaleSize32, SetkaGrayscaleSize48, SetkaSolidSize16, SetkaSolidSize24, SetkaSolidSize32, SetkaSolidSize48, SkillazBrandSize16, SkillazBrandSize24, SkypeBrandSize16, SkypeBrandSize24, SkypeGrayscaleSize16, SkypeGrayscaleSize24, SkypeSolidSize16, SkypeSolidSize24, StackoverflowBrandSize16, StackoverflowBrandSize24, StackoverflowGrayscaleSize16, StackoverflowGrayscaleSize24, StackoverflowSolidSize16, StackoverflowSolidSize24, TalantixBrandSize16, TalantixBrandSize24, TalantixGrayscaleSize16, TalantixGrayscaleSize24, TalantixLiteSize16, TalantixLiteSize24, TalantixSolidSize16, TalantixSolidSize24, TelegramBrandSize16, TelegramBrandSize24, TelegramGrayscaleSize16, TelegramGrayscaleSize24, TelegramSolidSize16, TelegramSolidSize24, TinkoffBrandAltSize16, TinkoffBrandAltSize24, TinkoffBrandSize16, TinkoffBrandSize24, TinkoffGrayscaleSize16, TinkoffGrayscaleSize24, TinkoffIdBrandSize16, TinkoffIdBrandSize24, TinkoffIdGrayscaleSize16, TinkoffIdGrayscaleSize24, TinkoffIdSolidSize16, TinkoffIdSolidSize24, TinkoffSolidSize16, TinkoffSolidSize24, TwitterBrandSize16, TwitterBrandSize24, TwitterGrayscaleSize16, TwitterGrayscaleSize24, TwitterSolidSize16, TwitterSolidSize24, ViberBrandSize16, ViberBrandSize24, ViberGrayscaleSize16, ViberGrayscaleSize24, ViberSolidSize16, ViberSolidSize24, VkBrandAltSize16, VkBrandAltSize24, VkBrandSize16, VkBrandSize24, VkGrayscaleSize16, VkGrayscaleSize24, VkSolidSize16, VkSolidSize24, VkSquareBrandAltSize16, VkSquareBrandAltSize24, VkSquareBrandSize16, VkSquareBrandSize24, VkSquareGrayscaleSize16, VkSquareGrayscaleSize24, VkSquareSolidSize16, VkSquareSolidSize24, WhatsappBrandSize16, WhatsappBrandSize24, WhatsappGrayscaleSize16, WhatsappGrayscaleSize24, WhatsappSolidSize16, WhatsappSolidSize24, YandexBrandAltSize16, YandexBrandAltSize24, YandexBrandSize16, YandexBrandSize24, YandexCloudBrandSize16, YandexCloudBrandSize24, YandexCloudBrandSize32, YandexCloudGrayscaleSize16, YandexCloudGrayscaleSize24, YandexCloudGrayscaleSize32, YandexCloudSolidSize16, YandexCloudSolidSize24, YandexCloudSolidSize32, YandexGrayscaleSize16, YandexGrayscaleSize24, YandexSolidSize16, YandexSolidSize24, ZarplataBrandSize16, ZarplataBrandSize24, ZarplataGrayscaleSize16, ZarplataGrayscaleSize24, ZarplataSolidSize16, ZarplataSolidSize24 } from './variants/service/index.js';
|
|
3
|
-
export { I as IconDynamic } from './IconDynamic-
|
|
2
|
+
export { AndroidBrandSize16, AndroidBrandSize24, AndroidGrayscaleSize16, AndroidGrayscaleSize24, AndroidSolidSize16, AndroidSolidSize24, AppleBrandAltSize16, AppleBrandAltSize24, AppleBrandSize16, AppleBrandSize24, AppleGrayscaleSize16, AppleGrayscaleSize24, AppleSolidSize16, AppleSolidSize24, ClickmeBrandSize16, ClickmeBrandSize24, ClickmeGrayscaleSize16, ClickmeGrayscaleSize24, ClickmeSolidSize16, ClickmeSolidSize24, DnrBrandSize16, DnrBrandSize24, DnrGrayscaleSize16, DnrGrayscaleSize24, DnrSolidSize16, DnrSolidSize24, DreamjobBrandSize16, DreamjobBrandSize24, DreamjobGrayscaleSize16, DreamjobGrayscaleSize24, DreamjobSolidSize16, DreamjobSolidSize24, DzenBrandSize16, DzenBrandSize24, DzenGrayscaleSize16, DzenGrayscaleSize24, DzenSolidSize16, DzenSolidSize24, EsiaBrandAltSize16, EsiaBrandAltSize24, EsiaBrandSize16, EsiaBrandSize24, EsiaGrayscaleSize16, EsiaGrayscaleSize24, EsiaSolidSize16, EsiaSolidSize24, FacebookBrandSize16, FacebookBrandSize24, FacebookGrayscaleSize16, FacebookGrayscaleSize24, FacebookSolidSize16, FacebookSolidSize24, FlBrandSize16, FlBrandSize24, FlGrayscaleSize16, FlGrayscaleSize24, FlSolidSize16, FlSolidSize24, GithubBrandSize16, GithubBrandSize24, GithubGrayscaleSize16, GithubGrayscaleSize24, GithubSolidSize16, GithubSolidSize24, GoogleBrandSize16, GoogleBrandSize24, GoogleGrayscaleSize16, GoogleGrayscaleSize24, GoogleSolidSize16, GoogleSolidSize24, HhBrandSize16, HhBrandSize24, HhBusinessAppBrandSize16, HhBusinessAppBrandSize24, HhBusinessAppBrandSize48, HhBusinessAppGrayscaleSize16, HhBusinessAppGrayscaleSize24, HhBusinessAppGrayscaleSize48, HhBusinessAppSolidSize16, HhBusinessAppSolidSize24, HhBusinessAppSolidSize48, HhGrayscaleSize16, HhGrayscaleSize24, HhProBrandSize16, HhProBrandSize24, HhProBrandSize32, HhProGrayscaleSize16, HhProGrayscaleSize24, HhProGrayscaleSize32, HhProSolidSize16, HhProSolidSize24, HhProSolidSize32, HhSolidSize16, HhSolidSize24, HrLinkBrandSize16, HrLinkBrandSize24, HrLinkGrayscaleSize16, HrLinkGrayscaleSize24, HrLinkSolidSize16, HrLinkSolidSize24, IbsBrandSize16, IbsBrandSize24, IbsBrandSize32, IbsGrayscaleSize16, IbsGrayscaleSize24, IbsGrayscaleSize32, IbsSolidSize16, IbsSolidSize24, IbsSolidSize32, IcqBrandSize16, IcqBrandSize24, IcqGrayscaleSize16, IcqGrayscaleSize24, IcqSolidSize16, IcqSolidSize24, ImessageBrandSize16, ImessageBrandSize24, ImessageGrayscaleSize16, ImessageGrayscaleSize24, ImessageSolidSize16, ImessageSolidSize24, IndexBrandSize16, IndexBrandSize24, IndexGrayscaleSize16, IndexGrayscaleSize24, IndexSolidSize16, IndexSolidSize24, InstagramBrandSize16, InstagramBrandSize24, InstagramGrayscaleSize16, InstagramGrayscaleSize24, InstagramSolidSize16, InstagramSolidSize24, LinkedinBrandSize16, LinkedinBrandSize24, LinkedinGrayscaleSize16, LinkedinGrayscaleSize24, LinkedinSolidSize16, LinkedinSolidSize24, LivejournalBrandSize16, LivejournalBrandSize24, LivejournalGrayscaleSize16, LivejournalGrayscaleSize24, LivejournalSolidSize16, LivejournalSolidSize24, MailBrandAltSize16, MailBrandAltSize24, MailBrandSize16, MailBrandSize24, MailGrayscaleSize16, MailGrayscaleSize24, MailSolidSize16, MailSolidSize24, MaxBrandSize16, MaxBrandSize24, MaxGrayscaleSize16, MaxGrayscaleSize24, MaxSolidSize16, MaxSolidSize24, MaxSquareBrandSize16, MaxSquareBrandSize24, MaxSquareGrayscaleSize16, MaxSquareGrayscaleSize24, MaxSquareSolidSize16, MaxSquareSolidSize24, MediumBrandSize16, MediumBrandSize24, MediumSize16, MediumSize24, MediumSolidSize16, MediumSolidSize24, OkBrandAltSize16, OkBrandAltSize24, OkBrandSize16, OkBrandSize24, OkGrayscaleSize16, OkGrayscaleSize24, OkSolidSize16, OkSolidSize24, OneCBrandSize16, OneCBrandSize24, OneCBrandSize32, OneCGrayscaleSize16, OneCGrayscaleSize24, OneCGrayscaleSize32, OneCSolidSize16, OneCSolidSize24, OneCSolidSize32, RabotaByAppBrandAltSize16, RabotaByAppBrandAltSize24, RabotaByAppBrandAltSize48, RabotaByAppBrandSize16, RabotaByAppBrandSize24, RabotaByAppBrandSize48, RabotaByAppGrayscaleSize16, RabotaByAppGrayscaleSize24, RabotaByAppGrayscaleSize48, RabotaByAppSolidSize16, RabotaByAppSolidSize24, RabotaByAppSolidSize48, RabotaByBrandSize16, RabotaByBrandSize24, RabotaByGrayscaleSize16, RabotaByGrayscaleSize24, RabotaBySolidSize16, RabotaBySolidSize24, SetkaBrandSize16, SetkaBrandSize24, SetkaBrandSize32, SetkaBrandSize48, SetkaGrayscaleSize16, SetkaGrayscaleSize24, SetkaGrayscaleSize32, SetkaGrayscaleSize48, SetkaSolidSize16, SetkaSolidSize24, SetkaSolidSize32, SetkaSolidSize48, SkillazBrandSize16, SkillazBrandSize24, SkypeBrandSize16, SkypeBrandSize24, SkypeGrayscaleSize16, SkypeGrayscaleSize24, SkypeSolidSize16, SkypeSolidSize24, StackoverflowBrandSize16, StackoverflowBrandSize24, StackoverflowGrayscaleSize16, StackoverflowGrayscaleSize24, StackoverflowSolidSize16, StackoverflowSolidSize24, TalantixBrandSize16, TalantixBrandSize24, TalantixGrayscaleSize16, TalantixGrayscaleSize24, TalantixLiteSize16, TalantixLiteSize24, TalantixSolidSize16, TalantixSolidSize24, TelegramBrandSize16, TelegramBrandSize24, TelegramGrayscaleSize16, TelegramGrayscaleSize24, TelegramSolidSize16, TelegramSolidSize24, TinkoffBrandAltSize16, TinkoffBrandAltSize24, TinkoffBrandSize16, TinkoffBrandSize24, TinkoffGrayscaleSize16, TinkoffGrayscaleSize24, TinkoffIdBrandSize16, TinkoffIdBrandSize24, TinkoffIdGrayscaleSize16, TinkoffIdGrayscaleSize24, TinkoffIdSolidSize16, TinkoffIdSolidSize24, TinkoffSolidSize16, TinkoffSolidSize24, TwitterBrandSize16, TwitterBrandSize24, TwitterGrayscaleSize16, TwitterGrayscaleSize24, TwitterSolidSize16, TwitterSolidSize24, ViberBrandSize16, ViberBrandSize24, ViberGrayscaleSize16, ViberGrayscaleSize24, ViberSolidSize16, ViberSolidSize24, VkBrandAltSize16, VkBrandAltSize24, VkBrandSize16, VkBrandSize24, VkGrayscaleSize16, VkGrayscaleSize24, VkSolidSize16, VkSolidSize24, VkSquareBrandAltSize16, VkSquareBrandAltSize24, VkSquareBrandSize16, VkSquareBrandSize24, VkSquareGrayscaleSize16, VkSquareGrayscaleSize24, VkSquareSolidSize16, VkSquareSolidSize24, WhatsappBrandSize16, WhatsappBrandSize24, WhatsappGrayscaleSize16, WhatsappGrayscaleSize24, WhatsappSolidSize16, WhatsappSolidSize24, YandexBrandAltSize16, YandexBrandAltSize24, YandexBrandSize16, YandexBrandSize24, YandexCloudBrandSize16, YandexCloudBrandSize24, YandexCloudBrandSize32, YandexCloudGrayscaleSize16, YandexCloudGrayscaleSize24, YandexCloudGrayscaleSize32, YandexCloudSolidSize16, YandexCloudSolidSize24, YandexCloudSolidSize32, YandexGrayscaleSize16, YandexGrayscaleSize24, YandexSolidSize16, YandexSolidSize24, ZarplataBrandSize16, ZarplataBrandSize24, ZarplataGrayscaleSize16, ZarplataGrayscaleSize24, ZarplataSolidSize16, ZarplataSolidSize24 } from './variants/service/index.js';
|
|
3
|
+
export { I as IconDynamic } from './IconDynamic-BNKOjT3Y.js';
|
|
4
4
|
import './hoc.js';
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import 'react';
|
|
@@ -92,10 +92,13 @@ import './variants/service/HhBrandSize16.js';
|
|
|
92
92
|
import './variants/service/HhBrandSize24.js';
|
|
93
93
|
import './variants/service/HhBusinessAppBrandSize16.js';
|
|
94
94
|
import './variants/service/HhBusinessAppBrandSize24.js';
|
|
95
|
+
import './variants/service/HhBusinessAppBrandSize48.js';
|
|
95
96
|
import './variants/service/HhBusinessAppGrayscaleSize16.js';
|
|
96
97
|
import './variants/service/HhBusinessAppGrayscaleSize24.js';
|
|
98
|
+
import './variants/service/HhBusinessAppGrayscaleSize48.js';
|
|
97
99
|
import './variants/service/HhBusinessAppSolidSize16.js';
|
|
98
100
|
import './variants/service/HhBusinessAppSolidSize24.js';
|
|
101
|
+
import './variants/service/HhBusinessAppSolidSize48.js';
|
|
99
102
|
import './variants/service/HhGrayscaleSize16.js';
|
|
100
103
|
import './variants/service/HhGrayscaleSize24.js';
|
|
101
104
|
import './variants/service/HhProBrandSize16.js';
|
|
@@ -203,6 +206,18 @@ import './variants/service/OneCGrayscaleSize32.js';
|
|
|
203
206
|
import './variants/service/OneCSolidSize16.js';
|
|
204
207
|
import './variants/service/OneCSolidSize24.js';
|
|
205
208
|
import './variants/service/OneCSolidSize32.js';
|
|
209
|
+
import './variants/service/RabotaByAppBrandAltSize16.js';
|
|
210
|
+
import './variants/service/RabotaByAppBrandAltSize24.js';
|
|
211
|
+
import './variants/service/RabotaByAppBrandAltSize48.js';
|
|
212
|
+
import './variants/service/RabotaByAppBrandSize16.js';
|
|
213
|
+
import './variants/service/RabotaByAppBrandSize24.js';
|
|
214
|
+
import './variants/service/RabotaByAppBrandSize48.js';
|
|
215
|
+
import './variants/service/RabotaByAppGrayscaleSize16.js';
|
|
216
|
+
import './variants/service/RabotaByAppGrayscaleSize24.js';
|
|
217
|
+
import './variants/service/RabotaByAppGrayscaleSize48.js';
|
|
218
|
+
import './variants/service/RabotaByAppSolidSize16.js';
|
|
219
|
+
import './variants/service/RabotaByAppSolidSize24.js';
|
|
220
|
+
import './variants/service/RabotaByAppSolidSize48.js';
|
|
206
221
|
import './variants/service/RabotaByBrandSize16.js';
|
|
207
222
|
import './variants/service/RabotaByBrandSize24.js';
|
|
208
223
|
import './variants/service/RabotaByGrayscaleSize16.js';
|
package/service.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"service.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/service.mock.d.ts
CHANGED
|
@@ -75,10 +75,13 @@ export declare const HhBrandSize16: ForwardRefExoticComponent<Record<string, unk
|
|
|
75
75
|
export declare const HhBrandSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
76
76
|
export declare const HhBusinessAppBrandSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
77
77
|
export declare const HhBusinessAppBrandSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
78
|
+
export declare const HhBusinessAppBrandSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
78
79
|
export declare const HhBusinessAppGrayscaleSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
79
80
|
export declare const HhBusinessAppGrayscaleSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
81
|
+
export declare const HhBusinessAppGrayscaleSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
80
82
|
export declare const HhBusinessAppSolidSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
81
83
|
export declare const HhBusinessAppSolidSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
84
|
+
export declare const HhBusinessAppSolidSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
82
85
|
export declare const HhGrayscaleSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
83
86
|
export declare const HhGrayscaleSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
84
87
|
export declare const HhProBrandSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
@@ -186,6 +189,18 @@ export declare const OneCGrayscaleSize32: ForwardRefExoticComponent<Record<strin
|
|
|
186
189
|
export declare const OneCSolidSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
187
190
|
export declare const OneCSolidSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
188
191
|
export declare const OneCSolidSize32: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
192
|
+
export declare const RabotaByAppBrandAltSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
193
|
+
export declare const RabotaByAppBrandAltSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
194
|
+
export declare const RabotaByAppBrandAltSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
195
|
+
export declare const RabotaByAppBrandSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
196
|
+
export declare const RabotaByAppBrandSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
197
|
+
export declare const RabotaByAppBrandSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
198
|
+
export declare const RabotaByAppGrayscaleSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
199
|
+
export declare const RabotaByAppGrayscaleSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
200
|
+
export declare const RabotaByAppGrayscaleSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
201
|
+
export declare const RabotaByAppSolidSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
202
|
+
export declare const RabotaByAppSolidSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
203
|
+
export declare const RabotaByAppSolidSize48: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
189
204
|
export declare const RabotaByBrandSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
190
205
|
export declare const RabotaByBrandSize24: ForwardRefExoticComponent<Record<string, unknown>>;
|
|
191
206
|
export declare const RabotaByGrayscaleSize16: ForwardRefExoticComponent<Record<string, unknown>>;
|
package/service.mock.js
CHANGED
|
@@ -304,6 +304,10 @@ const HhBusinessAppBrandSize24 = mockComponent('HhBusinessAppBrandSize24', { _si
|
|
|
304
304
|
withChildren: false,
|
|
305
305
|
WrapperComponent: WrapperMockComponent,
|
|
306
306
|
});
|
|
307
|
+
const HhBusinessAppBrandSize48 = mockComponent('HhBusinessAppBrandSize48', { _size: undefined, isIcon: true }, {
|
|
308
|
+
withChildren: false,
|
|
309
|
+
WrapperComponent: WrapperMockComponent,
|
|
310
|
+
});
|
|
307
311
|
const HhBusinessAppGrayscaleSize16 = mockComponent('HhBusinessAppGrayscaleSize16', { _size: 16, isIcon: true }, {
|
|
308
312
|
withChildren: false,
|
|
309
313
|
WrapperComponent: WrapperMockComponent,
|
|
@@ -312,6 +316,10 @@ const HhBusinessAppGrayscaleSize24 = mockComponent('HhBusinessAppGrayscaleSize24
|
|
|
312
316
|
withChildren: false,
|
|
313
317
|
WrapperComponent: WrapperMockComponent,
|
|
314
318
|
});
|
|
319
|
+
const HhBusinessAppGrayscaleSize48 = mockComponent('HhBusinessAppGrayscaleSize48', { _size: undefined, isIcon: true }, {
|
|
320
|
+
withChildren: false,
|
|
321
|
+
WrapperComponent: WrapperMockComponent,
|
|
322
|
+
});
|
|
315
323
|
const HhBusinessAppSolidSize16 = mockComponent('HhBusinessAppSolidSize16', { _size: 16, isIcon: true }, {
|
|
316
324
|
withChildren: false,
|
|
317
325
|
WrapperComponent: WrapperMockComponent,
|
|
@@ -320,6 +328,10 @@ const HhBusinessAppSolidSize24 = mockComponent('HhBusinessAppSolidSize24', { _si
|
|
|
320
328
|
withChildren: false,
|
|
321
329
|
WrapperComponent: WrapperMockComponent,
|
|
322
330
|
});
|
|
331
|
+
const HhBusinessAppSolidSize48 = mockComponent('HhBusinessAppSolidSize48', { _size: undefined, isIcon: true }, {
|
|
332
|
+
withChildren: false,
|
|
333
|
+
WrapperComponent: WrapperMockComponent,
|
|
334
|
+
});
|
|
323
335
|
const HhGrayscaleSize16 = mockComponent('HhGrayscaleSize16', { _size: 16, isIcon: true }, {
|
|
324
336
|
withChildren: false,
|
|
325
337
|
WrapperComponent: WrapperMockComponent,
|
|
@@ -748,6 +760,54 @@ const OneCSolidSize32 = mockComponent('OneCSolidSize32', { _size: 32, isIcon: tr
|
|
|
748
760
|
withChildren: false,
|
|
749
761
|
WrapperComponent: WrapperMockComponent,
|
|
750
762
|
});
|
|
763
|
+
const RabotaByAppBrandAltSize16 = mockComponent('RabotaByAppBrandAltSize16', { _size: 16, isIcon: true }, {
|
|
764
|
+
withChildren: false,
|
|
765
|
+
WrapperComponent: WrapperMockComponent,
|
|
766
|
+
});
|
|
767
|
+
const RabotaByAppBrandAltSize24 = mockComponent('RabotaByAppBrandAltSize24', { _size: 24, isIcon: true }, {
|
|
768
|
+
withChildren: false,
|
|
769
|
+
WrapperComponent: WrapperMockComponent,
|
|
770
|
+
});
|
|
771
|
+
const RabotaByAppBrandAltSize48 = mockComponent('RabotaByAppBrandAltSize48', { _size: undefined, isIcon: true }, {
|
|
772
|
+
withChildren: false,
|
|
773
|
+
WrapperComponent: WrapperMockComponent,
|
|
774
|
+
});
|
|
775
|
+
const RabotaByAppBrandSize16 = mockComponent('RabotaByAppBrandSize16', { _size: 16, isIcon: true }, {
|
|
776
|
+
withChildren: false,
|
|
777
|
+
WrapperComponent: WrapperMockComponent,
|
|
778
|
+
});
|
|
779
|
+
const RabotaByAppBrandSize24 = mockComponent('RabotaByAppBrandSize24', { _size: 24, isIcon: true }, {
|
|
780
|
+
withChildren: false,
|
|
781
|
+
WrapperComponent: WrapperMockComponent,
|
|
782
|
+
});
|
|
783
|
+
const RabotaByAppBrandSize48 = mockComponent('RabotaByAppBrandSize48', { _size: undefined, isIcon: true }, {
|
|
784
|
+
withChildren: false,
|
|
785
|
+
WrapperComponent: WrapperMockComponent,
|
|
786
|
+
});
|
|
787
|
+
const RabotaByAppGrayscaleSize16 = mockComponent('RabotaByAppGrayscaleSize16', { _size: 16, isIcon: true }, {
|
|
788
|
+
withChildren: false,
|
|
789
|
+
WrapperComponent: WrapperMockComponent,
|
|
790
|
+
});
|
|
791
|
+
const RabotaByAppGrayscaleSize24 = mockComponent('RabotaByAppGrayscaleSize24', { _size: 24, isIcon: true }, {
|
|
792
|
+
withChildren: false,
|
|
793
|
+
WrapperComponent: WrapperMockComponent,
|
|
794
|
+
});
|
|
795
|
+
const RabotaByAppGrayscaleSize48 = mockComponent('RabotaByAppGrayscaleSize48', { _size: undefined, isIcon: true }, {
|
|
796
|
+
withChildren: false,
|
|
797
|
+
WrapperComponent: WrapperMockComponent,
|
|
798
|
+
});
|
|
799
|
+
const RabotaByAppSolidSize16 = mockComponent('RabotaByAppSolidSize16', { _size: 16, isIcon: true }, {
|
|
800
|
+
withChildren: false,
|
|
801
|
+
WrapperComponent: WrapperMockComponent,
|
|
802
|
+
});
|
|
803
|
+
const RabotaByAppSolidSize24 = mockComponent('RabotaByAppSolidSize24', { _size: 24, isIcon: true }, {
|
|
804
|
+
withChildren: false,
|
|
805
|
+
WrapperComponent: WrapperMockComponent,
|
|
806
|
+
});
|
|
807
|
+
const RabotaByAppSolidSize48 = mockComponent('RabotaByAppSolidSize48', { _size: undefined, isIcon: true }, {
|
|
808
|
+
withChildren: false,
|
|
809
|
+
WrapperComponent: WrapperMockComponent,
|
|
810
|
+
});
|
|
751
811
|
const RabotaByBrandSize16 = mockComponent('RabotaByBrandSize16', { _size: 16, isIcon: true }, {
|
|
752
812
|
withChildren: false,
|
|
753
813
|
WrapperComponent: WrapperMockComponent,
|
|
@@ -1217,5 +1277,5 @@ const ZarplataSolidSize24 = mockComponent('ZarplataSolidSize24', { _size: 24, is
|
|
|
1217
1277
|
WrapperComponent: WrapperMockComponent,
|
|
1218
1278
|
});
|
|
1219
1279
|
|
|
1220
|
-
export { AndroidBrandSize16, AndroidBrandSize24, AndroidGrayscaleSize16, AndroidGrayscaleSize24, AndroidSolidSize16, AndroidSolidSize24, AppleBrandAltSize16, AppleBrandAltSize24, AppleBrandSize16, AppleBrandSize24, AppleGrayscaleSize16, AppleGrayscaleSize24, AppleSolidSize16, AppleSolidSize24, ClickmeBrandSize16, ClickmeBrandSize24, ClickmeGrayscaleSize16, ClickmeGrayscaleSize24, ClickmeSolidSize16, ClickmeSolidSize24, DnrBrandSize16, DnrBrandSize24, DnrGrayscaleSize16, DnrGrayscaleSize24, DnrSolidSize16, DnrSolidSize24, DreamjobBrandSize16, DreamjobBrandSize24, DreamjobGrayscaleSize16, DreamjobGrayscaleSize24, DreamjobSolidSize16, DreamjobSolidSize24, DzenBrandSize16, DzenBrandSize24, DzenGrayscaleSize16, DzenGrayscaleSize24, DzenSolidSize16, DzenSolidSize24, EsiaBrandAltSize16, EsiaBrandAltSize24, EsiaBrandSize16, EsiaBrandSize24, EsiaGrayscaleSize16, EsiaGrayscaleSize24, EsiaSolidSize16, EsiaSolidSize24, FacebookBrandSize16, FacebookBrandSize24, FacebookGrayscaleSize16, FacebookGrayscaleSize24, FacebookSolidSize16, FacebookSolidSize24, FlBrandSize16, FlBrandSize24, FlGrayscaleSize16, FlGrayscaleSize24, FlSolidSize16, FlSolidSize24, GithubBrandSize16, GithubBrandSize24, GithubGrayscaleSize16, GithubGrayscaleSize24, GithubSolidSize16, GithubSolidSize24, GoogleBrandSize16, GoogleBrandSize24, GoogleGrayscaleSize16, GoogleGrayscaleSize24, GoogleSolidSize16, GoogleSolidSize24, HhBrandSize16, HhBrandSize24, HhBusinessAppBrandSize16, HhBusinessAppBrandSize24, HhBusinessAppGrayscaleSize16, HhBusinessAppGrayscaleSize24, HhBusinessAppSolidSize16, HhBusinessAppSolidSize24, HhGrayscaleSize16, HhGrayscaleSize24, HhProBrandSize16, HhProBrandSize24, HhProBrandSize32, HhProGrayscaleSize16, HhProGrayscaleSize24, HhProGrayscaleSize32, HhProSolidSize16, HhProSolidSize24, HhProSolidSize32, HhSolidSize16, HhSolidSize24, HrLinkBrandSize16, HrLinkBrandSize24, HrLinkGrayscaleSize16, HrLinkGrayscaleSize24, HrLinkSolidSize16, HrLinkSolidSize24, IbsBrandSize16, IbsBrandSize24, IbsBrandSize32, IbsGrayscaleSize16, IbsGrayscaleSize24, IbsGrayscaleSize32, IbsSolidSize16, IbsSolidSize24, IbsSolidSize32, IconDynamic, IcqBrandSize16, IcqBrandSize24, IcqGrayscaleSize16, IcqGrayscaleSize24, IcqSolidSize16, IcqSolidSize24, ImessageBrandSize16, ImessageBrandSize24, ImessageGrayscaleSize16, ImessageGrayscaleSize24, ImessageSolidSize16, ImessageSolidSize24, IndexBrandSize16, IndexBrandSize24, IndexGrayscaleSize16, IndexGrayscaleSize24, IndexSolidSize16, IndexSolidSize24, InstagramBrandSize16, InstagramBrandSize24, InstagramGrayscaleSize16, InstagramGrayscaleSize24, InstagramSolidSize16, InstagramSolidSize24, LinkedinBrandSize16, LinkedinBrandSize24, LinkedinGrayscaleSize16, LinkedinGrayscaleSize24, LinkedinSolidSize16, LinkedinSolidSize24, LivejournalBrandSize16, LivejournalBrandSize24, LivejournalGrayscaleSize16, LivejournalGrayscaleSize24, LivejournalSolidSize16, LivejournalSolidSize24, MailBrandAltSize16, MailBrandAltSize24, MailBrandSize16, MailBrandSize24, MailGrayscaleSize16, MailGrayscaleSize24, MailSolidSize16, MailSolidSize24, MaxBrandSize16, MaxBrandSize24, MaxGrayscaleSize16, MaxGrayscaleSize24, MaxSolidSize16, MaxSolidSize24, MaxSquareBrandSize16, MaxSquareBrandSize24, MaxSquareGrayscaleSize16, MaxSquareGrayscaleSize24, MaxSquareSolidSize16, MaxSquareSolidSize24, MediumBrandSize16, MediumBrandSize24, MediumSize16, MediumSize24, MediumSolidSize16, MediumSolidSize24, OkBrandAltSize16, OkBrandAltSize24, OkBrandSize16, OkBrandSize24, OkGrayscaleSize16, OkGrayscaleSize24, OkSolidSize16, OkSolidSize24, OneCBrandSize16, OneCBrandSize24, OneCBrandSize32, OneCGrayscaleSize16, OneCGrayscaleSize24, OneCGrayscaleSize32, OneCSolidSize16, OneCSolidSize24, OneCSolidSize32, RabotaByBrandSize16, RabotaByBrandSize24, RabotaByGrayscaleSize16, RabotaByGrayscaleSize24, RabotaBySolidSize16, RabotaBySolidSize24, SetkaBrandSize16, SetkaBrandSize24, SetkaBrandSize32, SetkaBrandSize48, SetkaGrayscaleSize16, SetkaGrayscaleSize24, SetkaGrayscaleSize32, SetkaGrayscaleSize48, SetkaSolidSize16, SetkaSolidSize24, SetkaSolidSize32, SetkaSolidSize48, SkillazBrandSize16, SkillazBrandSize24, SkypeBrandSize16, SkypeBrandSize24, SkypeGrayscaleSize16, SkypeGrayscaleSize24, SkypeSolidSize16, SkypeSolidSize24, StackoverflowBrandSize16, StackoverflowBrandSize24, StackoverflowGrayscaleSize16, StackoverflowGrayscaleSize24, StackoverflowSolidSize16, StackoverflowSolidSize24, TalantixBrandSize16, TalantixBrandSize24, TalantixGrayscaleSize16, TalantixGrayscaleSize24, TalantixLiteSize16, TalantixLiteSize24, TalantixSolidSize16, TalantixSolidSize24, TelegramBrandSize16, TelegramBrandSize24, TelegramGrayscaleSize16, TelegramGrayscaleSize24, TelegramSolidSize16, TelegramSolidSize24, TinkoffBrandAltSize16, TinkoffBrandAltSize24, TinkoffBrandSize16, TinkoffBrandSize24, TinkoffGrayscaleSize16, TinkoffGrayscaleSize24, TinkoffIdBrandSize16, TinkoffIdBrandSize24, TinkoffIdGrayscaleSize16, TinkoffIdGrayscaleSize24, TinkoffIdSolidSize16, TinkoffIdSolidSize24, TinkoffSolidSize16, TinkoffSolidSize24, TwitterBrandSize16, TwitterBrandSize24, TwitterGrayscaleSize16, TwitterGrayscaleSize24, TwitterSolidSize16, TwitterSolidSize24, ViberBrandSize16, ViberBrandSize24, ViberGrayscaleSize16, ViberGrayscaleSize24, ViberSolidSize16, ViberSolidSize24, VkBrandAltSize16, VkBrandAltSize24, VkBrandSize16, VkBrandSize24, VkGrayscaleSize16, VkGrayscaleSize24, VkSolidSize16, VkSolidSize24, VkSquareBrandAltSize16, VkSquareBrandAltSize24, VkSquareBrandSize16, VkSquareBrandSize24, VkSquareGrayscaleSize16, VkSquareGrayscaleSize24, VkSquareSolidSize16, VkSquareSolidSize24, WhatsappBrandSize16, WhatsappBrandSize24, WhatsappGrayscaleSize16, WhatsappGrayscaleSize24, WhatsappSolidSize16, WhatsappSolidSize24, YandexBrandAltSize16, YandexBrandAltSize24, YandexBrandSize16, YandexBrandSize24, YandexCloudBrandSize16, YandexCloudBrandSize24, YandexCloudBrandSize32, YandexCloudGrayscaleSize16, YandexCloudGrayscaleSize24, YandexCloudGrayscaleSize32, YandexCloudSolidSize16, YandexCloudSolidSize24, YandexCloudSolidSize32, YandexGrayscaleSize16, YandexGrayscaleSize24, YandexSolidSize16, YandexSolidSize24, ZarplataBrandSize16, ZarplataBrandSize24, ZarplataGrayscaleSize16, ZarplataGrayscaleSize24, ZarplataSolidSize16, ZarplataSolidSize24 };
|
|
1280
|
+
export { AndroidBrandSize16, AndroidBrandSize24, AndroidGrayscaleSize16, AndroidGrayscaleSize24, AndroidSolidSize16, AndroidSolidSize24, AppleBrandAltSize16, AppleBrandAltSize24, AppleBrandSize16, AppleBrandSize24, AppleGrayscaleSize16, AppleGrayscaleSize24, AppleSolidSize16, AppleSolidSize24, ClickmeBrandSize16, ClickmeBrandSize24, ClickmeGrayscaleSize16, ClickmeGrayscaleSize24, ClickmeSolidSize16, ClickmeSolidSize24, DnrBrandSize16, DnrBrandSize24, DnrGrayscaleSize16, DnrGrayscaleSize24, DnrSolidSize16, DnrSolidSize24, DreamjobBrandSize16, DreamjobBrandSize24, DreamjobGrayscaleSize16, DreamjobGrayscaleSize24, DreamjobSolidSize16, DreamjobSolidSize24, DzenBrandSize16, DzenBrandSize24, DzenGrayscaleSize16, DzenGrayscaleSize24, DzenSolidSize16, DzenSolidSize24, EsiaBrandAltSize16, EsiaBrandAltSize24, EsiaBrandSize16, EsiaBrandSize24, EsiaGrayscaleSize16, EsiaGrayscaleSize24, EsiaSolidSize16, EsiaSolidSize24, FacebookBrandSize16, FacebookBrandSize24, FacebookGrayscaleSize16, FacebookGrayscaleSize24, FacebookSolidSize16, FacebookSolidSize24, FlBrandSize16, FlBrandSize24, FlGrayscaleSize16, FlGrayscaleSize24, FlSolidSize16, FlSolidSize24, GithubBrandSize16, GithubBrandSize24, GithubGrayscaleSize16, GithubGrayscaleSize24, GithubSolidSize16, GithubSolidSize24, GoogleBrandSize16, GoogleBrandSize24, GoogleGrayscaleSize16, GoogleGrayscaleSize24, GoogleSolidSize16, GoogleSolidSize24, HhBrandSize16, HhBrandSize24, HhBusinessAppBrandSize16, HhBusinessAppBrandSize24, HhBusinessAppBrandSize48, HhBusinessAppGrayscaleSize16, HhBusinessAppGrayscaleSize24, HhBusinessAppGrayscaleSize48, HhBusinessAppSolidSize16, HhBusinessAppSolidSize24, HhBusinessAppSolidSize48, HhGrayscaleSize16, HhGrayscaleSize24, HhProBrandSize16, HhProBrandSize24, HhProBrandSize32, HhProGrayscaleSize16, HhProGrayscaleSize24, HhProGrayscaleSize32, HhProSolidSize16, HhProSolidSize24, HhProSolidSize32, HhSolidSize16, HhSolidSize24, HrLinkBrandSize16, HrLinkBrandSize24, HrLinkGrayscaleSize16, HrLinkGrayscaleSize24, HrLinkSolidSize16, HrLinkSolidSize24, IbsBrandSize16, IbsBrandSize24, IbsBrandSize32, IbsGrayscaleSize16, IbsGrayscaleSize24, IbsGrayscaleSize32, IbsSolidSize16, IbsSolidSize24, IbsSolidSize32, IconDynamic, IcqBrandSize16, IcqBrandSize24, IcqGrayscaleSize16, IcqGrayscaleSize24, IcqSolidSize16, IcqSolidSize24, ImessageBrandSize16, ImessageBrandSize24, ImessageGrayscaleSize16, ImessageGrayscaleSize24, ImessageSolidSize16, ImessageSolidSize24, IndexBrandSize16, IndexBrandSize24, IndexGrayscaleSize16, IndexGrayscaleSize24, IndexSolidSize16, IndexSolidSize24, InstagramBrandSize16, InstagramBrandSize24, InstagramGrayscaleSize16, InstagramGrayscaleSize24, InstagramSolidSize16, InstagramSolidSize24, LinkedinBrandSize16, LinkedinBrandSize24, LinkedinGrayscaleSize16, LinkedinGrayscaleSize24, LinkedinSolidSize16, LinkedinSolidSize24, LivejournalBrandSize16, LivejournalBrandSize24, LivejournalGrayscaleSize16, LivejournalGrayscaleSize24, LivejournalSolidSize16, LivejournalSolidSize24, MailBrandAltSize16, MailBrandAltSize24, MailBrandSize16, MailBrandSize24, MailGrayscaleSize16, MailGrayscaleSize24, MailSolidSize16, MailSolidSize24, MaxBrandSize16, MaxBrandSize24, MaxGrayscaleSize16, MaxGrayscaleSize24, MaxSolidSize16, MaxSolidSize24, MaxSquareBrandSize16, MaxSquareBrandSize24, MaxSquareGrayscaleSize16, MaxSquareGrayscaleSize24, MaxSquareSolidSize16, MaxSquareSolidSize24, MediumBrandSize16, MediumBrandSize24, MediumSize16, MediumSize24, MediumSolidSize16, MediumSolidSize24, OkBrandAltSize16, OkBrandAltSize24, OkBrandSize16, OkBrandSize24, OkGrayscaleSize16, OkGrayscaleSize24, OkSolidSize16, OkSolidSize24, OneCBrandSize16, OneCBrandSize24, OneCBrandSize32, OneCGrayscaleSize16, OneCGrayscaleSize24, OneCGrayscaleSize32, OneCSolidSize16, OneCSolidSize24, OneCSolidSize32, RabotaByAppBrandAltSize16, RabotaByAppBrandAltSize24, RabotaByAppBrandAltSize48, RabotaByAppBrandSize16, RabotaByAppBrandSize24, RabotaByAppBrandSize48, RabotaByAppGrayscaleSize16, RabotaByAppGrayscaleSize24, RabotaByAppGrayscaleSize48, RabotaByAppSolidSize16, RabotaByAppSolidSize24, RabotaByAppSolidSize48, RabotaByBrandSize16, RabotaByBrandSize24, RabotaByGrayscaleSize16, RabotaByGrayscaleSize24, RabotaBySolidSize16, RabotaBySolidSize24, SetkaBrandSize16, SetkaBrandSize24, SetkaBrandSize32, SetkaBrandSize48, SetkaGrayscaleSize16, SetkaGrayscaleSize24, SetkaGrayscaleSize32, SetkaGrayscaleSize48, SetkaSolidSize16, SetkaSolidSize24, SetkaSolidSize32, SetkaSolidSize48, SkillazBrandSize16, SkillazBrandSize24, SkypeBrandSize16, SkypeBrandSize24, SkypeGrayscaleSize16, SkypeGrayscaleSize24, SkypeSolidSize16, SkypeSolidSize24, StackoverflowBrandSize16, StackoverflowBrandSize24, StackoverflowGrayscaleSize16, StackoverflowGrayscaleSize24, StackoverflowSolidSize16, StackoverflowSolidSize24, TalantixBrandSize16, TalantixBrandSize24, TalantixGrayscaleSize16, TalantixGrayscaleSize24, TalantixLiteSize16, TalantixLiteSize24, TalantixSolidSize16, TalantixSolidSize24, TelegramBrandSize16, TelegramBrandSize24, TelegramGrayscaleSize16, TelegramGrayscaleSize24, TelegramSolidSize16, TelegramSolidSize24, TinkoffBrandAltSize16, TinkoffBrandAltSize24, TinkoffBrandSize16, TinkoffBrandSize24, TinkoffGrayscaleSize16, TinkoffGrayscaleSize24, TinkoffIdBrandSize16, TinkoffIdBrandSize24, TinkoffIdGrayscaleSize16, TinkoffIdGrayscaleSize24, TinkoffIdSolidSize16, TinkoffIdSolidSize24, TinkoffSolidSize16, TinkoffSolidSize24, TwitterBrandSize16, TwitterBrandSize24, TwitterGrayscaleSize16, TwitterGrayscaleSize24, TwitterSolidSize16, TwitterSolidSize24, ViberBrandSize16, ViberBrandSize24, ViberGrayscaleSize16, ViberGrayscaleSize24, ViberSolidSize16, ViberSolidSize24, VkBrandAltSize16, VkBrandAltSize24, VkBrandSize16, VkBrandSize24, VkGrayscaleSize16, VkGrayscaleSize24, VkSolidSize16, VkSolidSize24, VkSquareBrandAltSize16, VkSquareBrandAltSize24, VkSquareBrandSize16, VkSquareBrandSize24, VkSquareGrayscaleSize16, VkSquareGrayscaleSize24, VkSquareSolidSize16, VkSquareSolidSize24, WhatsappBrandSize16, WhatsappBrandSize24, WhatsappGrayscaleSize16, WhatsappGrayscaleSize24, WhatsappSolidSize16, WhatsappSolidSize24, YandexBrandAltSize16, YandexBrandAltSize24, YandexBrandSize16, YandexBrandSize24, YandexCloudBrandSize16, YandexCloudBrandSize24, YandexCloudBrandSize32, YandexCloudGrayscaleSize16, YandexCloudGrayscaleSize24, YandexCloudGrayscaleSize32, YandexCloudSolidSize16, YandexCloudSolidSize24, YandexCloudSolidSize32, YandexGrayscaleSize16, YandexGrayscaleSize24, YandexSolidSize16, YandexSolidSize24, ZarplataBrandSize16, ZarplataBrandSize24, ZarplataGrayscaleSize16, ZarplataGrayscaleSize24, ZarplataSolidSize16, ZarplataSolidSize24 };
|
|
1221
1281
|
//# sourceMappingURL=service.mock.js.map
|