@vkontakte/icons 2.12.0 → 2.14.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/dist/20/list_letter_outline.js +8 -0
- package/dist/20/list_number_outline.js +8 -0
- package/dist/20/picture_on_square_outline.js +8 -0
- package/dist/20/text_heading_1_outline.js +8 -0
- package/dist/20/text_heading_2_outline.js +8 -0
- package/dist/28/tag_outline.js +1 -1
- package/dist/56/location_pin.js +8 -0
- package/dist/56/tag_outline.js +8 -0
- package/dist/es6/20/list_letter_outline.js +2 -0
- package/dist/es6/20/list_number_outline.js +2 -0
- package/dist/es6/20/picture_on_square_outline.js +2 -0
- package/dist/es6/20/text_heading_1_outline.js +2 -0
- package/dist/es6/20/text_heading_2_outline.js +2 -0
- package/dist/es6/28/tag_outline.js +1 -1
- package/dist/es6/56/location_pin.js +2 -0
- package/dist/es6/56/tag_outline.js +2 -0
- package/dist/es6/index.js +7 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +51 -2
- package/dist/typings/20/list_letter_outline.d.ts +12 -0
- package/dist/typings/20/list_number_outline.d.ts +12 -0
- package/dist/typings/20/picture_on_square_outline.d.ts +12 -0
- package/dist/typings/20/text_heading_1_outline.d.ts +12 -0
- package/dist/typings/20/text_heading_2_outline.d.ts +12 -0
- package/dist/typings/56/location_pin.d.ts +12 -0
- package/dist/typings/56/tag_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +7 -0
- package/package.json +1 -1
- package/src/svg/20/list_letter_outline_20.svg +1 -0
- package/src/svg/20/list_number_outline_20.svg +1 -0
- package/src/svg/20/picture_on_square_outline_20.svg +1 -0
- package/src/svg/20/text_heading_1_outline_20.svg +1 -0
- package/src/svg/20/text_heading_2_outline_20.svg +1 -0
- package/src/svg/28/tag_outline_28.svg +1 -12
- package/src/svg/56/location_pin_56.svg +1 -0
- package/src/svg/56/tag_outline_56.svg +1 -0
- package/ts/20/list_letter_outline.ts +24 -0
- package/ts/20/list_number_outline.ts +24 -0
- package/ts/20/picture_on_square_outline.ts +24 -0
- package/ts/20/text_heading_1_outline.ts +24 -0
- package/ts/20/text_heading_2_outline.ts +24 -0
- package/ts/28/tag_outline.ts +1 -1
- package/ts/56/location_pin.ts +24 -0
- package/ts/56/tag_outline.ts +24 -0
- package/ts/index.ts +7 -0
package/dist/index.js
CHANGED
|
@@ -3464,12 +3464,24 @@ Object.defineProperty(exports, "Icon20ListBulletOutline", {
|
|
|
3464
3464
|
return _listBulletOutline1.default;
|
|
3465
3465
|
}
|
|
3466
3466
|
});
|
|
3467
|
+
Object.defineProperty(exports, "Icon20ListLetterOutline", {
|
|
3468
|
+
enumerable: true,
|
|
3469
|
+
get: function() {
|
|
3470
|
+
return _listLetterOutline.default;
|
|
3471
|
+
}
|
|
3472
|
+
});
|
|
3467
3473
|
Object.defineProperty(exports, "Icon20ListLikeCircleFillBlue", {
|
|
3468
3474
|
enumerable: true,
|
|
3469
3475
|
get: function() {
|
|
3470
3476
|
return _listLikeCircleFillBlue.default;
|
|
3471
3477
|
}
|
|
3472
3478
|
});
|
|
3479
|
+
Object.defineProperty(exports, "Icon20ListNumberOutline", {
|
|
3480
|
+
enumerable: true,
|
|
3481
|
+
get: function() {
|
|
3482
|
+
return _listNumberOutline.default;
|
|
3483
|
+
}
|
|
3484
|
+
});
|
|
3473
3485
|
Object.defineProperty(exports, "Icon20ListPenOutline", {
|
|
3474
3486
|
enumerable: true,
|
|
3475
3487
|
get: function() {
|
|
@@ -3944,6 +3956,12 @@ Object.defineProperty(exports, "Icon20PhoneOutline", {
|
|
|
3944
3956
|
return _phoneOutline.default;
|
|
3945
3957
|
}
|
|
3946
3958
|
});
|
|
3959
|
+
Object.defineProperty(exports, "Icon20PictureOnSquareOutline", {
|
|
3960
|
+
enumerable: true,
|
|
3961
|
+
get: function() {
|
|
3962
|
+
return _pictureOnSquareOutline.default;
|
|
3963
|
+
}
|
|
3964
|
+
});
|
|
3947
3965
|
Object.defineProperty(exports, "Icon20PictureOutline", {
|
|
3948
3966
|
enumerable: true,
|
|
3949
3967
|
get: function() {
|
|
@@ -4532,6 +4550,18 @@ Object.defineProperty(exports, "Icon20TextCenterOutline", {
|
|
|
4532
4550
|
return _textCenterOutline1.default;
|
|
4533
4551
|
}
|
|
4534
4552
|
});
|
|
4553
|
+
Object.defineProperty(exports, "Icon20TextHeading1Outline", {
|
|
4554
|
+
enumerable: true,
|
|
4555
|
+
get: function() {
|
|
4556
|
+
return _textHeading1Outline.default;
|
|
4557
|
+
}
|
|
4558
|
+
});
|
|
4559
|
+
Object.defineProperty(exports, "Icon20TextHeading2Outline", {
|
|
4560
|
+
enumerable: true,
|
|
4561
|
+
get: function() {
|
|
4562
|
+
return _textHeading2Outline.default;
|
|
4563
|
+
}
|
|
4564
|
+
});
|
|
4535
4565
|
Object.defineProperty(exports, "Icon20TextItalicOutline", {
|
|
4536
4566
|
enumerable: true,
|
|
4537
4567
|
get: function() {
|
|
@@ -6455,7 +6485,7 @@ Object.defineProperty(exports, "Icon24ListLikeSlashOutline", {
|
|
|
6455
6485
|
Object.defineProperty(exports, "Icon24ListNumberOutline", {
|
|
6456
6486
|
enumerable: true,
|
|
6457
6487
|
get: function() {
|
|
6458
|
-
return
|
|
6488
|
+
return _listNumberOutline1.default;
|
|
6459
6489
|
}
|
|
6460
6490
|
});
|
|
6461
6491
|
Object.defineProperty(exports, "Icon24Live", {
|
|
@@ -13736,6 +13766,12 @@ Object.defineProperty(exports, "Icon56LiveOutline", {
|
|
|
13736
13766
|
return _liveOutline3.default;
|
|
13737
13767
|
}
|
|
13738
13768
|
});
|
|
13769
|
+
Object.defineProperty(exports, "Icon56LocationPin", {
|
|
13770
|
+
enumerable: true,
|
|
13771
|
+
get: function() {
|
|
13772
|
+
return _locationPin.default;
|
|
13773
|
+
}
|
|
13774
|
+
});
|
|
13739
13775
|
Object.defineProperty(exports, "Icon56LockOpenOutline", {
|
|
13740
13776
|
enumerable: true,
|
|
13741
13777
|
get: function() {
|
|
@@ -14108,6 +14144,12 @@ Object.defineProperty(exports, "Icon56TabletOutline", {
|
|
|
14108
14144
|
return _tabletOutline.default;
|
|
14109
14145
|
}
|
|
14110
14146
|
});
|
|
14147
|
+
Object.defineProperty(exports, "Icon56TagOutline", {
|
|
14148
|
+
enumerable: true,
|
|
14149
|
+
get: function() {
|
|
14150
|
+
return _tagOutline1.default;
|
|
14151
|
+
}
|
|
14152
|
+
});
|
|
14111
14153
|
Object.defineProperty(exports, "Icon56TearOffFlyerOutline", {
|
|
14112
14154
|
enumerable: true,
|
|
14113
14155
|
get: function() {
|
|
@@ -14865,7 +14907,9 @@ var _lineBottom = _interopRequireDefault(require("./20/line_bottom"));
|
|
|
14865
14907
|
var _linkCircleOutline = _interopRequireDefault(require("./20/link_circle_outline"));
|
|
14866
14908
|
var _listAddOutline = _interopRequireDefault(require("./20/list_add_outline"));
|
|
14867
14909
|
var _listBulletOutline1 = _interopRequireDefault(require("./20/list_bullet_outline"));
|
|
14910
|
+
var _listLetterOutline = _interopRequireDefault(require("./20/list_letter_outline"));
|
|
14868
14911
|
var _listLikeCircleFillBlue = _interopRequireDefault(require("./20/list_like_circle_fill_blue"));
|
|
14912
|
+
var _listNumberOutline = _interopRequireDefault(require("./20/list_number_outline"));
|
|
14869
14913
|
var _listPenOutline = _interopRequireDefault(require("./20/list_pen_outline"));
|
|
14870
14914
|
var _listPlayOutline1 = _interopRequireDefault(require("./20/list_play_outline"));
|
|
14871
14915
|
var _listPlusOutline = _interopRequireDefault(require("./20/list_plus_outline"));
|
|
@@ -14945,6 +14989,7 @@ var _phoneCircleFillGreen = _interopRequireDefault(require("./20/phone_circle_fi
|
|
|
14945
14989
|
var _phoneDown = _interopRequireDefault(require("./20/phone_down"));
|
|
14946
14990
|
var _phoneDownOutline = _interopRequireDefault(require("./20/phone_down_outline"));
|
|
14947
14991
|
var _phoneOutline = _interopRequireDefault(require("./20/phone_outline"));
|
|
14992
|
+
var _pictureOnSquareOutline = _interopRequireDefault(require("./20/picture_on_square_outline"));
|
|
14948
14993
|
var _pictureOutline1 = _interopRequireDefault(require("./20/picture_outline"));
|
|
14949
14994
|
var _picturePlusOutline = _interopRequireDefault(require("./20/picture_plus_outline"));
|
|
14950
14995
|
var _pictureStack = _interopRequireDefault(require("./20/picture_stack"));
|
|
@@ -15043,6 +15088,8 @@ var _targetOutline = _interopRequireDefault(require("./20/target_outline"));
|
|
|
15043
15088
|
var _tearOffFlyerOutline1 = _interopRequireDefault(require("./20/tear_off_flyer_outline"));
|
|
15044
15089
|
var _textBoldOutline = _interopRequireDefault(require("./20/text_bold_outline"));
|
|
15045
15090
|
var _textCenterOutline1 = _interopRequireDefault(require("./20/text_center_outline"));
|
|
15091
|
+
var _textHeading1Outline = _interopRequireDefault(require("./20/text_heading_1_outline"));
|
|
15092
|
+
var _textHeading2Outline = _interopRequireDefault(require("./20/text_heading_2_outline"));
|
|
15046
15093
|
var _textItalicOutline = _interopRequireDefault(require("./20/text_italic_outline"));
|
|
15047
15094
|
var _textLiveCircleFillGreen = _interopRequireDefault(require("./20/text_live_circle_fill_green"));
|
|
15048
15095
|
var _textLiveOutline = _interopRequireDefault(require("./20/text_live_outline"));
|
|
@@ -15363,7 +15410,7 @@ var _listBulletOutline2 = _interopRequireDefault(require("./24/list_bullet_outli
|
|
|
15363
15410
|
var _listCheckOutline = _interopRequireDefault(require("./24/list_check_outline"));
|
|
15364
15411
|
var _listLikeOutline = _interopRequireDefault(require("./24/list_like_outline"));
|
|
15365
15412
|
var _listLikeSlashOutline = _interopRequireDefault(require("./24/list_like_slash_outline"));
|
|
15366
|
-
var
|
|
15413
|
+
var _listNumberOutline1 = _interopRequireDefault(require("./24/list_number_outline"));
|
|
15367
15414
|
var _live = _interopRequireDefault(require("./24/live"));
|
|
15368
15415
|
var _liveAddOutline = _interopRequireDefault(require("./24/live_add_outline"));
|
|
15369
15416
|
var _liveClockBadgeOutline = _interopRequireDefault(require("./24/live_clock_badge_outline"));
|
|
@@ -16576,6 +16623,7 @@ var _listBulletSquareOutline1 = _interopRequireDefault(require("./56/list_bullet
|
|
|
16576
16623
|
var _listPlayOutline3 = _interopRequireDefault(require("./56/list_play_outline"));
|
|
16577
16624
|
var _liveClockBadgeOutline2 = _interopRequireDefault(require("./56/live_clock_badge_outline"));
|
|
16578
16625
|
var _liveOutline3 = _interopRequireDefault(require("./56/live_outline"));
|
|
16626
|
+
var _locationPin = _interopRequireDefault(require("./56/location_pin"));
|
|
16579
16627
|
var _lockOpenOutline2 = _interopRequireDefault(require("./56/lock_open_outline"));
|
|
16580
16628
|
var _lockOutline4 = _interopRequireDefault(require("./56/lock_outline"));
|
|
16581
16629
|
var _logoClipsOutline3 = _interopRequireDefault(require("./56/logo_clips_outline"));
|
|
@@ -16638,6 +16686,7 @@ var _stopwatchOutline1 = _interopRequireDefault(require("./56/stopwatch_outline"
|
|
|
16638
16686
|
var _storyCircleFillYellow1 = _interopRequireDefault(require("./56/story_circle_fill_yellow"));
|
|
16639
16687
|
var _storyOutline6 = _interopRequireDefault(require("./56/story_outline"));
|
|
16640
16688
|
var _tabletOutline = _interopRequireDefault(require("./56/tablet_outline"));
|
|
16689
|
+
var _tagOutline1 = _interopRequireDefault(require("./56/tag_outline"));
|
|
16641
16690
|
var _tearOffFlyerOutline6 = _interopRequireDefault(require("./56/tear_off_flyer_outline"));
|
|
16642
16691
|
var _textLiveOutline3 = _interopRequireDefault(require("./56/text_live_outline"));
|
|
16643
16692
|
var _thumbsDownOutline3 = _interopRequireDefault(require("./56/thumbs_down_outline"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20ListLetterOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon20ListLetterOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20ListNumberOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon20ListNumberOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20PictureOnSquareOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon20PictureOnSquareOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20TextHeading1OutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon20TextHeading1OutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20TextHeading2OutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon20TextHeading2OutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon56LocationPinProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon56LocationPinProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon56TagOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon56TagOutlineProps>;
|
|
12
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -575,7 +575,9 @@ export { default as Icon20LineBottom } from './20/line_bottom';
|
|
|
575
575
|
export { default as Icon20LinkCircleOutline } from './20/link_circle_outline';
|
|
576
576
|
export { default as Icon20ListAddOutline } from './20/list_add_outline';
|
|
577
577
|
export { default as Icon20ListBulletOutline } from './20/list_bullet_outline';
|
|
578
|
+
export { default as Icon20ListLetterOutline } from './20/list_letter_outline';
|
|
578
579
|
export { default as Icon20ListLikeCircleFillBlue } from './20/list_like_circle_fill_blue';
|
|
580
|
+
export { default as Icon20ListNumberOutline } from './20/list_number_outline';
|
|
579
581
|
export { default as Icon20ListPenOutline } from './20/list_pen_outline';
|
|
580
582
|
export { default as Icon20ListPlayOutline } from './20/list_play_outline';
|
|
581
583
|
export { default as Icon20ListPlusOutline } from './20/list_plus_outline';
|
|
@@ -655,6 +657,7 @@ export { default as Icon20PhoneCircleFillGreen } from './20/phone_circle_fill_gr
|
|
|
655
657
|
export { default as Icon20PhoneDown } from './20/phone_down';
|
|
656
658
|
export { default as Icon20PhoneDownOutline } from './20/phone_down_outline';
|
|
657
659
|
export { default as Icon20PhoneOutline } from './20/phone_outline';
|
|
660
|
+
export { default as Icon20PictureOnSquareOutline } from './20/picture_on_square_outline';
|
|
658
661
|
export { default as Icon20PictureOutline } from './20/picture_outline';
|
|
659
662
|
export { default as Icon20PicturePlusOutline } from './20/picture_plus_outline';
|
|
660
663
|
export { default as Icon20PictureStack } from './20/picture_stack';
|
|
@@ -753,6 +756,8 @@ export { default as Icon20TargetOutline } from './20/target_outline';
|
|
|
753
756
|
export { default as Icon20TearOffFlyerOutline } from './20/tear_off_flyer_outline';
|
|
754
757
|
export { default as Icon20TextBoldOutline } from './20/text_bold_outline';
|
|
755
758
|
export { default as Icon20TextCenterOutline } from './20/text_center_outline';
|
|
759
|
+
export { default as Icon20TextHeading1Outline } from './20/text_heading_1_outline';
|
|
760
|
+
export { default as Icon20TextHeading2Outline } from './20/text_heading_2_outline';
|
|
756
761
|
export { default as Icon20TextItalicOutline } from './20/text_italic_outline';
|
|
757
762
|
export { default as Icon20TextLiveCircleFillGreen } from './20/text_live_circle_fill_green';
|
|
758
763
|
export { default as Icon20TextLiveOutline } from './20/text_live_outline';
|
|
@@ -2287,6 +2292,7 @@ export { default as Icon56ListBulletSquareOutline } from './56/list_bullet_squar
|
|
|
2287
2292
|
export { default as Icon56ListPlayOutline } from './56/list_play_outline';
|
|
2288
2293
|
export { default as Icon56LiveClockBadgeOutline } from './56/live_clock_badge_outline';
|
|
2289
2294
|
export { default as Icon56LiveOutline } from './56/live_outline';
|
|
2295
|
+
export { default as Icon56LocationPin } from './56/location_pin';
|
|
2290
2296
|
export { default as Icon56LockOpenOutline } from './56/lock_open_outline';
|
|
2291
2297
|
export { default as Icon56LockOutline } from './56/lock_outline';
|
|
2292
2298
|
export { default as Icon56LogoClipsOutline } from './56/logo_clips_outline';
|
|
@@ -2349,6 +2355,7 @@ export { default as Icon56StopwatchOutline } from './56/stopwatch_outline';
|
|
|
2349
2355
|
export { default as Icon56StoryCircleFillYellow } from './56/story_circle_fill_yellow';
|
|
2350
2356
|
export { default as Icon56StoryOutline } from './56/story_outline';
|
|
2351
2357
|
export { default as Icon56TabletOutline } from './56/tablet_outline';
|
|
2358
|
+
export { default as Icon56TagOutline } from './56/tag_outline';
|
|
2352
2359
|
export { default as Icon56TearOffFlyerOutline } from './56/tear_off_flyer_outline';
|
|
2353
2360
|
export { default as Icon56TextLiveOutline } from './56/text_live_outline';
|
|
2354
2361
|
export { default as Icon56ThumbsDownOutline } from './56/thumbs_down_outline';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M6.667 4.917a.75.75 0 0 1 .75-.75h9.333a.75.75 0 0 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 0 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75ZM2.698 6.33c.26 0 .398-.14.494-.495l.04-.15h1.006l.04.15c.093.346.245.495.506.495.28 0 .466-.173.466-.438a1.42 1.42 0 0 0-.082-.408l-.56-1.763C4.44 3.2 4.208 3 3.762 3c-.446 0-.685.202-.851.721l-.563 1.763c-.072.22-.098.339-.098.435 0 .24.185.411.448.411Zm.722-1.354.295-1.118h.051l.289 1.118H3.42Zm.606 6.354c.743 0 1.229-.437 1.229-1.103 0-.646-.486-1.058-1.243-1.058H3.53V8.8h1.028c.215 0 .374-.168.374-.4s-.16-.4-.374-.4h-1.54c-.318 0-.513.198-.513.52v2.293c0 .322.195.517.513.517h1.008Zm-.495-.756V9.88h.266c.261 0 .422.132.422.346 0 .217-.156.347-.422.347H3.53Zm-1.026 5.239c0 .322.19.517.498.517h1.129c.66 0 1.122-.39 1.122-.951 0-.444-.32-.784-.75-.796v-.046c.368-.046.612-.334.612-.72 0-.502-.403-.817-1.048-.817H3.003c-.308 0-.498.198-.498.52v2.293Zm.984-1.505v-.625h.304c.23 0 .36.13.36.31 0 .16-.104.315-.355.315h-.309Zm0 1.339v-.734h.335c.289 0 .422.15.422.36 0 .203-.124.374-.418.374H3.49Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M6.667 4.917a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75ZM3.284 5.941c0 .358.175.559.486.559.31 0 .482-.199.482-.559V3.629c0-.382-.223-.629-.568-.629-.193 0-.407.07-.607.201l-.328.214c-.163.106-.247.24-.247.393 0 .207.135.353.326.353.093 0 .167-.03.321-.129l.13-.083h.005v1.992Zm-.777 5.393c0 .247.187.416.46.416h1.737c.294 0 .468-.151.468-.406s-.18-.411-.468-.411h-.835v-.04l.588-.53c.396-.355.59-.709.59-1.08 0-.592-.54-1.033-1.265-1.033-.695 0-1.28.434-1.28.925 0 .225.17.386.409.386.166 0 .276-.065.428-.257.132-.166.24-.227.388-.227.195 0 .33.126.33.313 0 .166-.115.328-.374.575l-.762.726c-.307.29-.414.456-.414.643ZM2.5 16.188c0 .45.568.812 1.273.812.816 0 1.397-.43 1.397-1.034 0-.432-.287-.763-.68-.785v-.07c.333-.031.595-.337.595-.693 0-.543-.532-.918-1.302-.918-.69 0-1.27.353-1.27.773 0 .214.17.372.4.372a.529.529 0 0 0 .377-.155c.177-.17.313-.237.478-.237.214 0 .367.12.367.289 0 .167-.156.29-.367.29h-.133c-.202 0-.345.166-.345.376 0 .222.143.38.345.38h.133c.258 0 .428.133.428.33 0 .198-.17.33-.428.33-.18 0-.338-.077-.498-.248-.136-.143-.257-.207-.393-.207-.22 0-.377.165-.377.395Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M11.38 3.5H5.878a4 4 0 0 1 1.306-1.064C8.04 2 9.16 2 11.4 2h.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.039 18 6.159 18 8.4v.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.064 1.306V8.62c0-1.793 0-2.689-.349-3.373a3.2 3.2 0 0 0-1.398-1.399c-.685-.348-1.58-.348-3.373-.348Zm-1.5 3H7.12c-.921 0-1.521.001-1.98.039-.44.036-.616.098-.712.146a1.7 1.7 0 0 0-.743.743c-.049.096-.11.272-.147.712-.037.46-.038 1.06-.038 1.98v2.76c0 .92 0 1.521.038 1.98.036.44.098.616.147.712.163.32.423.58.743.743.096.048.271.11.712.146.459.038 1.059.039 1.98.039h2.76c.92 0 1.521-.001 1.98-.039.44-.036.616-.098.712-.146a1.7 1.7 0 0 0 .743-.743c.048-.096.11-.271.146-.712.038-.459.039-1.06.039-1.98v-2.76c0-.92-.001-1.521-.039-1.98-.036-.44-.098-.616-.146-.712a1.7 1.7 0 0 0-.743-.743c-.096-.048-.272-.11-.713-.146-.458-.038-1.058-.039-1.98-.039Zm-7.531.247c-.35.685-.35 1.58-.35 3.373v2.76c0 1.792 0 2.688.35 3.373a3.2 3.2 0 0 0 1.398 1.398C4.431 18 5.327 18 7.12 18h2.76c1.792 0 2.688 0 3.372-.349a3.2 3.2 0 0 0 1.399-1.398c.349-.685.349-1.58.349-3.373v-2.76c0-1.792 0-2.688-.349-3.373a3.2 3.2 0 0 0-1.399-1.398C12.569 5 11.672 5 9.88 5H7.12c-1.792 0-2.689 0-3.373.349a3.2 3.2 0 0 0-1.398 1.398ZM6.6 12.631l1.353 1.583L9.847 11.5l2.097 3.06a.272.272 0 0 1-.215.438H5.272a.272.272 0 0 1-.212-.442l1.54-1.925Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M15.497 16.042c0 .613.218.958.753.958.53 0 .75-.341.75-.958v-3.963c0-.656-.3-1.079-.75-1.079-.331 0-.764.12-1.108.345l-.562.367c-.28.181-.423.41-.423.674 0 .354.231.604.559.604.16 0 .287-.052.55-.22l.223-.143h.008v3.415Z M3.75 3a.75.75 0 0 1 .75.75v5.245h5.998V3.75a.75.75 0 0 1 1.5 0v12.5a.75.75 0 1 1-1.5 0v-5.755H4.5v5.755a.75.75 0 0 1-1.5 0V3.75A.75.75 0 0 1 3.75 3Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M4.502 3.754a.75.75 0 1 0-1.5 0v12.5a.75.75 0 0 0 1.5 0v-5.751l5.995-.004v5.755a.75.75 0 0 0 1.5 0v-12.5a.75.75 0 1 0-1.5 0v5.245l-5.995.004v-5.25ZM17.861 17h-3.095c-.532 0-.764-.301-.764-.716 0-.305.139-.54.448-.801l1.532-1.33c.625-.544.803-.79.803-1.127 0-.355-.27-.602-.668-.602-.293 0-.494.137-.702.442-.216.32-.413.438-.726.438-.417 0-.671-.246-.671-.645 0-.13.023-.25.073-.368.293-.673 1.077-1.091 2.05-1.091 1.354 0 2.218.692 2.218 1.717 0 .759-.386 1.154-1.25 1.912l-1.015.888v.031h1.767c.41 0 .641.247.641.626 0 .372-.232.626-.64.626Z"/></svg>
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
-
<title>tag_outline_28</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
-
<g id="tag_outline_28">
|
|
8
|
-
<rect x="0" y="0" width="28" height="28"></rect>
|
|
9
|
-
<path d="M23.3533879,19.0099555 L18.6919953,23.6108759 C16.800943,25.4773956 13.7608773,25.4773956 11.8698251,23.6108759 L4.95452734,16.7852903 C3.70394793,15.5509346 2.99999973,13.8670221 2.99999973,12.1098702 L2.99999973,7.85580846 C2.99999973,5.1740195 5.17401923,3 7.85580819,3 L12.263375,3 C13.9908027,3 15.6487164,3.68039829 16.8781409,4.89387345 L23.3533879,11.2851172 C25.4865431,13.390599 25.5089768,16.8266932 23.403495,18.9598484 C23.3785505,18.985011 23.3785505,18.985011 23.3533879,19.0099555 Z M21.9484375,17.5865391 L21.9800786,17.554898 C23.3096277,16.2078739 23.2954615,14.0380827 21.9484375,12.7085336 L15.4731904,6.31728985 C14.6180603,5.47325325 13.4648929,5 12.263375,5 L7.85580819,5 C6.27858873,5 4.99999973,6.278589 4.99999973,7.85580846 L4.99999973,12.1098702 C4.99999973,13.3320629 5.48963319,14.5033138 6.35947778,15.3618739 L13.2747755,22.1874595 C14.3869452,23.2852011 16.1748752,23.2852011 17.2870449,22.1874595 L21.9484375,17.5865391 Z M9.99999973,12 C8.89543023,12 7.99999973,11.1045695 7.99999973,10 C7.99999973,8.8954305 8.89543023,8 9.99999973,8 C11.1045692,8 11.9999997,8.8954305 11.9999997,10 C11.9999997,11.1045695 11.1045692,12 9.99999973,12 Z" id="↳-Icon-Color" fill="currentColor" fill-rule="nonzero"></path>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M10 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill-rule="evenodd" d="M5.821 17.861c-1.04-1.04-1.562-1.561-1.934-2.168a6.02 6.02 0 0 1-.72-1.74C3 13.26 3 12.523 3 11.05v-.828c0-2.529 0-3.793.492-4.758a4.514 4.514 0 0 1 1.973-1.973C6.43 3 7.695 3 10.223 3h.826c1.473 0 2.209 0 2.902.166a6.044 6.044 0 0 1 1.74.721c.607.372 1.128.893 2.169 1.934l3.543 3.545c1.987 1.986 2.98 2.98 3.352 4.125a5.015 5.015 0 0 1 0 3.1c-.373 1.145-1.366 2.138-3.353 4.124l-.689.689c-1.986 1.986-2.98 2.979-4.124 3.35a5.017 5.017 0 0 1-3.1 0c-1.145-.372-2.138-1.364-4.125-3.35L5.821 17.86ZM16.445 7.235l3.544 3.545c1.017 1.016 1.693 1.695 2.17 2.258.463.545.622.849.694 1.07a3.016 3.016 0 0 1 0 1.864c-.073.222-.231.526-.694 1.07-.478.564-1.154 1.242-2.17 2.258l-.69.69c-1.016 1.016-1.695 1.692-2.258 2.17-.545.462-.849.62-1.07.692a3.016 3.016 0 0 1-1.864 0c-.222-.072-.526-.23-1.07-.692-.564-.478-1.242-1.154-2.259-2.17l-3.543-3.543c-1.108-1.108-1.423-1.441-1.643-1.8a4.018 4.018 0 0 1-.48-1.161c-.1-.41-.112-.867-.112-2.435v-.828c0-1.297.002-2.15.055-2.802.051-.63.14-.894.219-1.048a2.514 2.514 0 0 1 1.099-1.099c.154-.078.419-.168 1.048-.22C8.073 5.003 8.926 5 10.223 5h.826c1.568 0 2.026.013 2.435.111.41.099.802.261 1.162.481.358.22.691.535 1.8 1.643Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="currentColor" viewBox="0 0 56 56"><path d="M30 38.896c9.553-1 17-9.078 17-18.896C47 9.507 38.493 1 28 1S9 9.507 9 20c0 9.818 7.447 17.897 17 18.896V52a2 2 0 1 0 4 0V38.896Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="currentColor" viewBox="0 0 56 56"><path d="M20 24a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/><path fill-rule="evenodd" d="M12.583 36.663c-2.43-2.429-3.644-3.643-4.513-5.06a14.044 14.044 0 0 1-1.682-4.06C6 25.925 6 24.207 6 20.772V18.84c0-4.494 0-6.742.875-8.458a8.026 8.026 0 0 1 3.507-3.507C12.099 6 14.346 6 18.841 6h1.927c3.436 0 5.154 0 6.77.388a14.03 14.03 0 0 1 4.06 1.682c1.418.869 2.633 2.083 5.062 4.513l6.147 6.148c3.972 3.973 5.958 5.96 6.702 8.25a10.03 10.03 0 0 1 0 6.2c-.745 2.29-2.731 4.276-6.704 8.249l-1.379 1.377c-3.972 3.972-5.958 5.958-8.249 6.702a10.032 10.032 0 0 1-6.2 0c-2.29-.744-4.276-2.73-8.248-6.702l-6.146-6.144Zm21.955-21.959 6.147 6.148c2.021 2.022 3.408 3.412 4.396 4.576.966 1.138 1.374 1.861 1.575 2.48a7.03 7.03 0 0 1 0 4.346c-.201.618-.61 1.341-1.575 2.479-.989 1.164-2.376 2.554-4.397 4.575l-1.379 1.378c-2.02 2.02-3.41 3.407-4.575 4.395-1.138.966-1.861 1.374-2.48 1.575a7.032 7.032 0 0 1-4.345 0c-.619-.201-1.342-.609-2.48-1.575-1.164-.988-2.554-2.374-4.575-4.395l-6.146-6.144c-2.53-2.53-3.436-3.463-4.076-4.508a11.046 11.046 0 0 1-1.323-3.192C9.02 25.652 9 24.35 9 20.772V18.84c0-2.296.002-3.839.1-5.026.094-1.153.262-1.705.448-2.07a5.025 5.025 0 0 1 2.196-2.196c.365-.186.917-.354 2.07-.449C15.002 9.002 16.544 9 18.841 9h1.927c3.579 0 4.879.02 6.07.305a11.03 11.03 0 0 1 3.193 1.323c1.044.64 1.977 1.546 4.507 4.076Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20ListLetterOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20ListLetterOutlineProps>(
|
|
16
|
+
'Icon20ListLetterOutline',
|
|
17
|
+
'list_letter_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="list_letter_outline_20"><path d="M6.667 4.917a.75.75 0 0 1 .75-.75h9.333a.75.75 0 0 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 0 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75ZM2.698 6.33c.26 0 .398-.14.494-.495l.04-.15h1.006l.04.15c.093.346.245.495.506.495.28 0 .466-.173.466-.438a1.42 1.42 0 0 0-.082-.408l-.56-1.763C4.44 3.2 4.208 3 3.762 3c-.446 0-.685.202-.851.721l-.563 1.763c-.072.22-.098.339-.098.435 0 .24.185.411.448.411Zm.722-1.354.295-1.118h.051l.289 1.118H3.42Zm.606 6.354c.743 0 1.229-.437 1.229-1.103 0-.646-.486-1.058-1.243-1.058H3.53V8.8h1.028c.215 0 .374-.168.374-.4s-.16-.4-.374-.4h-1.54c-.318 0-.513.198-.513.52v2.293c0 .322.195.517.513.517h1.008Zm-.495-.756V9.88h.266c.261 0 .422.132.422.346 0 .217-.156.347-.422.347H3.53Zm-1.026 5.239c0 .322.19.517.498.517h1.129c.66 0 1.122-.39 1.122-.951 0-.444-.32-.784-.75-.796v-.046c.368-.046.612-.334.612-.72 0-.502-.403-.817-1.048-.817H3.003c-.308 0-.498.198-.498.52v2.293Zm.984-1.505v-.625h.304c.23 0 .36.13.36.31 0 .16-.104.315-.355.315h-.309Zm0 1.339v-.734h.335c.289 0 .422.15.422.36 0 .203-.124.374-.418.374H3.49Z" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20ListNumberOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20ListNumberOutlineProps>(
|
|
16
|
+
'Icon20ListNumberOutline',
|
|
17
|
+
'list_number_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="list_number_outline_20"><path d="M6.667 4.917a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75Zm0 5.083a.75.75 0 0 1 .75-.75h9.333a.75.75 0 1 1 0 1.5H7.417a.75.75 0 0 1-.75-.75ZM3.284 5.941c0 .358.175.559.486.559.31 0 .482-.199.482-.559V3.629c0-.382-.223-.629-.568-.629-.193 0-.407.07-.607.201l-.328.214c-.163.106-.247.24-.247.393 0 .207.135.353.326.353.093 0 .167-.03.321-.129l.13-.083h.005v1.992Zm-.777 5.393c0 .247.187.416.46.416h1.737c.294 0 .468-.151.468-.406s-.18-.411-.468-.411h-.835v-.04l.588-.53c.396-.355.59-.709.59-1.08 0-.592-.54-1.033-1.265-1.033-.695 0-1.28.434-1.28.925 0 .225.17.386.409.386.166 0 .276-.065.428-.257.132-.166.24-.227.388-.227.195 0 .33.126.33.313 0 .166-.115.328-.374.575l-.762.726c-.307.29-.414.456-.414.643ZM2.5 16.188c0 .45.568.812 1.273.812.816 0 1.397-.43 1.397-1.034 0-.432-.287-.763-.68-.785v-.07c.333-.031.595-.337.595-.693 0-.543-.532-.918-1.302-.918-.69 0-1.27.353-1.27.773 0 .214.17.372.4.372a.529.529 0 0 0 .377-.155c.177-.17.313-.237.478-.237.214 0 .367.12.367.289 0 .167-.156.29-.367.29h-.133c-.202 0-.345.166-.345.376 0 .222.143.38.345.38h.133c.258 0 .428.133.428.33 0 .198-.17.33-.428.33-.18 0-.338-.077-.498-.248-.136-.143-.257-.207-.393-.207-.22 0-.377.165-.377.395Z" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20PictureOnSquareOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20PictureOnSquareOutlineProps>(
|
|
16
|
+
'Icon20PictureOnSquareOutline',
|
|
17
|
+
'picture_on_square_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="picture_on_square_outline_20"><path fill-rule="evenodd" d="M11.38 3.5H5.878a4 4 0 0 1 1.306-1.064C8.04 2 9.16 2 11.4 2h.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.039 18 6.159 18 8.4v.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.064 1.306V8.62c0-1.793 0-2.689-.349-3.373a3.2 3.2 0 0 0-1.398-1.399c-.685-.348-1.58-.348-3.373-.348Zm-1.5 3H7.12c-.921 0-1.521.001-1.98.039-.44.036-.616.098-.712.146a1.7 1.7 0 0 0-.743.743c-.049.096-.11.272-.147.712-.037.46-.038 1.06-.038 1.98v2.76c0 .92 0 1.521.038 1.98.036.44.098.616.147.712.163.32.423.58.743.743.096.048.271.11.712.146.459.038 1.059.039 1.98.039h2.76c.92 0 1.521-.001 1.98-.039.44-.036.616-.098.712-.146a1.7 1.7 0 0 0 .743-.743c.048-.096.11-.271.146-.712.038-.459.039-1.06.039-1.98v-2.76c0-.92-.001-1.521-.039-1.98-.036-.44-.098-.616-.146-.712a1.7 1.7 0 0 0-.743-.743c-.096-.048-.272-.11-.713-.146-.458-.038-1.058-.039-1.98-.039Zm-7.531.247c-.35.685-.35 1.58-.35 3.373v2.76c0 1.792 0 2.688.35 3.373a3.2 3.2 0 0 0 1.398 1.398C4.431 18 5.327 18 7.12 18h2.76c1.792 0 2.688 0 3.372-.349a3.2 3.2 0 0 0 1.399-1.398c.349-.685.349-1.58.349-3.373v-2.76c0-1.792 0-2.688-.349-3.373a3.2 3.2 0 0 0-1.399-1.398C12.569 5 11.672 5 9.88 5H7.12c-1.792 0-2.689 0-3.373.349a3.2 3.2 0 0 0-1.398 1.398ZM6.6 12.631l1.353 1.583L9.847 11.5l2.097 3.06a.272.272 0 0 1-.215.438H5.272a.272.272 0 0 1-.212-.442l1.54-1.925Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20TextHeading1OutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20TextHeading1OutlineProps>(
|
|
16
|
+
'Icon20TextHeading1Outline',
|
|
17
|
+
'text_heading_1_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_heading_1_outline_20"><path d="M15.497 16.042c0 .613.218.958.753.958.53 0 .75-.341.75-.958v-3.963c0-.656-.3-1.079-.75-1.079-.331 0-.764.12-1.108.345l-.562.367c-.28.181-.423.41-.423.674 0 .354.231.604.559.604.16 0 .287-.052.55-.22l.223-.143h.008v3.415ZM3.75 3a.75.75 0 0 1 .75.75v5.245h5.998V3.75a.75.75 0 0 1 1.5 0v12.5a.75.75 0 1 1-1.5 0v-5.755H4.5v5.755a.75.75 0 0 1-1.5 0V3.75A.75.75 0 0 1 3.75 3Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20TextHeading2OutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20TextHeading2OutlineProps>(
|
|
16
|
+
'Icon20TextHeading2Outline',
|
|
17
|
+
'text_heading_2_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_heading_2_outline_20"><path d="M4.502 3.754a.75.75 0 1 0-1.5 0v12.5a.75.75 0 0 0 1.5 0v-5.751l5.995-.004v5.755a.75.75 0 0 0 1.5 0v-12.5a.75.75 0 1 0-1.5 0v5.245l-5.995.004v-5.25ZM17.861 17h-3.095c-.532 0-.764-.301-.764-.716 0-.305.139-.54.448-.801l1.532-1.33c.625-.544.803-.79.803-1.127 0-.355-.27-.602-.668-.602-.293 0-.494.137-.702.442-.216.32-.413.438-.726.438-.417 0-.671-.246-.671-.645 0-.13.023-.25.073-.368.293-.673 1.077-1.091 2.05-1.091 1.354 0 2.218.692 2.218 1.717 0 .759-.386 1.154-1.25 1.912l-1.015.888v.031h1.767c.41 0 .641.247.641.626 0 .372-.232.626-.64.626Z" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/28/tag_outline.ts
CHANGED
|
@@ -16,7 +16,7 @@ export default makeIcon<Icon28TagOutlineProps>(
|
|
|
16
16
|
'Icon28TagOutline',
|
|
17
17
|
'tag_outline_28',
|
|
18
18
|
'0 0 28 28',
|
|
19
|
-
'<symbol
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="tag_outline_28"><path d="M10 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" /><path fill-rule="evenodd" d="M5.821 17.861c-1.04-1.04-1.562-1.561-1.934-2.168a6.02 6.02 0 0 1-.72-1.74C3 13.26 3 12.523 3 11.05v-.828c0-2.529 0-3.793.492-4.758a4.514 4.514 0 0 1 1.973-1.973C6.43 3 7.695 3 10.223 3h.826c1.473 0 2.209 0 2.902.166a6.044 6.044 0 0 1 1.74.721c.607.372 1.128.893 2.169 1.934l3.543 3.545c1.987 1.986 2.98 2.98 3.352 4.125a5.015 5.015 0 0 1 0 3.1c-.373 1.145-1.366 2.138-3.353 4.124l-.689.689c-1.986 1.986-2.98 2.979-4.124 3.35a5.017 5.017 0 0 1-3.1 0c-1.145-.372-2.138-1.364-4.125-3.35L5.821 17.86ZM16.445 7.235l3.544 3.545c1.017 1.016 1.693 1.695 2.17 2.258.463.545.622.849.694 1.07a3.016 3.016 0 0 1 0 1.864c-.073.222-.231.526-.694 1.07-.478.564-1.154 1.242-2.17 2.258l-.69.69c-1.016 1.016-1.695 1.692-2.258 2.17-.545.462-.849.62-1.07.692a3.016 3.016 0 0 1-1.864 0c-.222-.072-.526-.23-1.07-.692-.564-.478-1.242-1.154-2.259-2.17l-3.543-3.543c-1.108-1.108-1.423-1.441-1.643-1.8a4.018 4.018 0 0 1-.48-1.161c-.1-.41-.112-.867-.112-2.435v-.828c0-1.297.002-2.15.055-2.802.051-.63.14-.894.219-1.048a2.514 2.514 0 0 1 1.099-1.099c.154-.078.419-.168 1.048-.22C8.073 5.003 8.926 5 10.223 5h.826c1.568 0 2.026.013 2.435.111.41.099.802.261 1.162.481.358.22.691.535 1.8 1.643Z" clip-rule="evenodd" /></symbol>',
|
|
20
20
|
28,
|
|
21
21
|
28,
|
|
22
22
|
false,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon56LocationPinProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon56LocationPinProps>(
|
|
16
|
+
'Icon56LocationPin',
|
|
17
|
+
'location_pin_56',
|
|
18
|
+
'0 0 56 56',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="location_pin_56"><path d="M30 38.896c9.553-1 17-9.078 17-18.896C47 9.507 38.493 1 28 1S9 9.507 9 20c0 9.818 7.447 17.897 17 18.896V52a2 2 0 1 0 4 0V38.896Z" /></symbol>',
|
|
20
|
+
56,
|
|
21
|
+
56,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon56TagOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon56TagOutlineProps>(
|
|
16
|
+
'Icon56TagOutline',
|
|
17
|
+
'tag_outline_56',
|
|
18
|
+
'0 0 56 56',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="tag_outline_56"><path d="M20 24a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z" /><path fill-rule="evenodd" d="M12.583 36.663c-2.43-2.429-3.644-3.643-4.513-5.06a14.044 14.044 0 0 1-1.682-4.06C6 25.925 6 24.207 6 20.772V18.84c0-4.494 0-6.742.875-8.458a8.026 8.026 0 0 1 3.507-3.507C12.099 6 14.346 6 18.841 6h1.927c3.436 0 5.154 0 6.77.388a14.03 14.03 0 0 1 4.06 1.682c1.418.869 2.633 2.083 5.062 4.513l6.147 6.148c3.972 3.973 5.958 5.96 6.702 8.25a10.03 10.03 0 0 1 0 6.2c-.745 2.29-2.731 4.276-6.704 8.249l-1.379 1.377c-3.972 3.972-5.958 5.958-8.249 6.702a10.032 10.032 0 0 1-6.2 0c-2.29-.744-4.276-2.73-8.248-6.702l-6.146-6.144Zm21.955-21.959 6.147 6.148c2.021 2.022 3.408 3.412 4.396 4.576.966 1.138 1.374 1.861 1.575 2.48a7.03 7.03 0 0 1 0 4.346c-.201.618-.61 1.341-1.575 2.479-.989 1.164-2.376 2.554-4.397 4.575l-1.379 1.378c-2.02 2.02-3.41 3.407-4.575 4.395-1.138.966-1.861 1.374-2.48 1.575a7.032 7.032 0 0 1-4.345 0c-.619-.201-1.342-.609-2.48-1.575-1.164-.988-2.554-2.374-4.575-4.395l-6.146-6.144c-2.53-2.53-3.436-3.463-4.076-4.508a11.046 11.046 0 0 1-1.323-3.192C9.02 25.652 9 24.35 9 20.772V18.84c0-2.296.002-3.839.1-5.026.094-1.153.262-1.705.448-2.07a5.025 5.025 0 0 1 2.196-2.196c.365-.186.917-.354 2.07-.449C15.002 9.002 16.544 9 18.841 9h1.927c3.579 0 4.879.02 6.07.305a11.03 11.03 0 0 1 3.193 1.323c1.044.64 1.977 1.546 4.507 4.076Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
56,
|
|
21
|
+
56,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -575,7 +575,9 @@ export { default as Icon20LineBottom } from './20/line_bottom';
|
|
|
575
575
|
export { default as Icon20LinkCircleOutline } from './20/link_circle_outline';
|
|
576
576
|
export { default as Icon20ListAddOutline } from './20/list_add_outline';
|
|
577
577
|
export { default as Icon20ListBulletOutline } from './20/list_bullet_outline';
|
|
578
|
+
export { default as Icon20ListLetterOutline } from './20/list_letter_outline';
|
|
578
579
|
export { default as Icon20ListLikeCircleFillBlue } from './20/list_like_circle_fill_blue';
|
|
580
|
+
export { default as Icon20ListNumberOutline } from './20/list_number_outline';
|
|
579
581
|
export { default as Icon20ListPenOutline } from './20/list_pen_outline';
|
|
580
582
|
export { default as Icon20ListPlayOutline } from './20/list_play_outline';
|
|
581
583
|
export { default as Icon20ListPlusOutline } from './20/list_plus_outline';
|
|
@@ -655,6 +657,7 @@ export { default as Icon20PhoneCircleFillGreen } from './20/phone_circle_fill_gr
|
|
|
655
657
|
export { default as Icon20PhoneDown } from './20/phone_down';
|
|
656
658
|
export { default as Icon20PhoneDownOutline } from './20/phone_down_outline';
|
|
657
659
|
export { default as Icon20PhoneOutline } from './20/phone_outline';
|
|
660
|
+
export { default as Icon20PictureOnSquareOutline } from './20/picture_on_square_outline';
|
|
658
661
|
export { default as Icon20PictureOutline } from './20/picture_outline';
|
|
659
662
|
export { default as Icon20PicturePlusOutline } from './20/picture_plus_outline';
|
|
660
663
|
export { default as Icon20PictureStack } from './20/picture_stack';
|
|
@@ -753,6 +756,8 @@ export { default as Icon20TargetOutline } from './20/target_outline';
|
|
|
753
756
|
export { default as Icon20TearOffFlyerOutline } from './20/tear_off_flyer_outline';
|
|
754
757
|
export { default as Icon20TextBoldOutline } from './20/text_bold_outline';
|
|
755
758
|
export { default as Icon20TextCenterOutline } from './20/text_center_outline';
|
|
759
|
+
export { default as Icon20TextHeading1Outline } from './20/text_heading_1_outline';
|
|
760
|
+
export { default as Icon20TextHeading2Outline } from './20/text_heading_2_outline';
|
|
756
761
|
export { default as Icon20TextItalicOutline } from './20/text_italic_outline';
|
|
757
762
|
export { default as Icon20TextLiveCircleFillGreen } from './20/text_live_circle_fill_green';
|
|
758
763
|
export { default as Icon20TextLiveOutline } from './20/text_live_outline';
|
|
@@ -2287,6 +2292,7 @@ export { default as Icon56ListBulletSquareOutline } from './56/list_bullet_squar
|
|
|
2287
2292
|
export { default as Icon56ListPlayOutline } from './56/list_play_outline';
|
|
2288
2293
|
export { default as Icon56LiveClockBadgeOutline } from './56/live_clock_badge_outline';
|
|
2289
2294
|
export { default as Icon56LiveOutline } from './56/live_outline';
|
|
2295
|
+
export { default as Icon56LocationPin } from './56/location_pin';
|
|
2290
2296
|
export { default as Icon56LockOpenOutline } from './56/lock_open_outline';
|
|
2291
2297
|
export { default as Icon56LockOutline } from './56/lock_outline';
|
|
2292
2298
|
export { default as Icon56LogoClipsOutline } from './56/logo_clips_outline';
|
|
@@ -2349,6 +2355,7 @@ export { default as Icon56StopwatchOutline } from './56/stopwatch_outline';
|
|
|
2349
2355
|
export { default as Icon56StoryCircleFillYellow } from './56/story_circle_fill_yellow';
|
|
2350
2356
|
export { default as Icon56StoryOutline } from './56/story_outline';
|
|
2351
2357
|
export { default as Icon56TabletOutline } from './56/tablet_outline';
|
|
2358
|
+
export { default as Icon56TagOutline } from './56/tag_outline';
|
|
2352
2359
|
export { default as Icon56TearOffFlyerOutline } from './56/tear_off_flyer_outline';
|
|
2353
2360
|
export { default as Icon56TextLiveOutline } from './56/text_live_outline';
|
|
2354
2361
|
export { default as Icon56ThumbsDownOutline } from './56/thumbs_down_outline';
|