@vkontakte/icons 2.24.0 → 2.25.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/16/lock_circle_fill_blue.js +12 -0
- package/dist/20/live_outline.js +12 -0
- package/dist/24/hashtag_outline.js +12 -0
- package/dist/es6/16/lock_circle_fill_blue.js +2 -0
- package/dist/es6/20/live_outline.js +2 -0
- package/dist/es6/24/hashtag_outline.js +2 -0
- package/dist/es6/index.js +3 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +24 -12
- package/dist/typings/16/lock_circle_fill_blue.d.ts +12 -0
- package/dist/typings/20/live_outline.d.ts +12 -0
- package/dist/typings/24/hashtag_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/svg/16/lock_circle_fill_blue_16.svg +1 -0
- package/src/svg/20/live_outline_20.svg +1 -0
- package/src/svg/24/hashtag_outline_24.svg +1 -0
- package/ts/16/lock_circle_fill_blue.ts +24 -0
- package/ts/20/live_outline.ts +24 -0
- package/ts/24/hashtag_outline.ts +24 -0
- package/ts/index.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -729,6 +729,9 @@ _export(exports, {
|
|
|
729
729
|
Icon16Lock: function() {
|
|
730
730
|
return _lock1.default;
|
|
731
731
|
},
|
|
732
|
+
Icon16LockCircleFillBlue: function() {
|
|
733
|
+
return _lockCircleFillBlue.default;
|
|
734
|
+
},
|
|
732
735
|
Icon16LockOpen: function() {
|
|
733
736
|
return _lockOpen.default;
|
|
734
737
|
},
|
|
@@ -1818,6 +1821,9 @@ _export(exports, {
|
|
|
1818
1821
|
Icon20ListPlusOutline: function() {
|
|
1819
1822
|
return _listPlusOutline.default;
|
|
1820
1823
|
},
|
|
1824
|
+
Icon20LiveOutline: function() {
|
|
1825
|
+
return _liveOutline.default;
|
|
1826
|
+
},
|
|
1821
1827
|
Icon20LiveSlashOutline: function() {
|
|
1822
1828
|
return _liveSlashOutline.default;
|
|
1823
1829
|
},
|
|
@@ -3222,6 +3228,9 @@ _export(exports, {
|
|
|
3222
3228
|
Icon24HangerOutline: function() {
|
|
3223
3229
|
return _hangerOutline.default;
|
|
3224
3230
|
},
|
|
3231
|
+
Icon24HashtagOutline: function() {
|
|
3232
|
+
return _hashtagOutline.default;
|
|
3233
|
+
},
|
|
3225
3234
|
Icon24Headphones: function() {
|
|
3226
3235
|
return _headphones2.default;
|
|
3227
3236
|
},
|
|
@@ -3370,7 +3379,7 @@ _export(exports, {
|
|
|
3370
3379
|
return _liveDisableOutline.default;
|
|
3371
3380
|
},
|
|
3372
3381
|
Icon24LiveOutline: function() {
|
|
3373
|
-
return
|
|
3382
|
+
return _liveOutline1.default;
|
|
3374
3383
|
},
|
|
3375
3384
|
Icon24Locate: function() {
|
|
3376
3385
|
return _locate.default;
|
|
@@ -4963,7 +4972,7 @@ _export(exports, {
|
|
|
4963
4972
|
return _happyFaceOutline.default;
|
|
4964
4973
|
},
|
|
4965
4974
|
Icon28HashtagOutline: function() {
|
|
4966
|
-
return
|
|
4975
|
+
return _hashtagOutline1.default;
|
|
4967
4976
|
},
|
|
4968
4977
|
Icon28HeadphonesOutline: function() {
|
|
4969
4978
|
return _headphonesOutline1.default;
|
|
@@ -5137,7 +5146,7 @@ _export(exports, {
|
|
|
5137
5146
|
return _liveClockBadgeOutline1.default;
|
|
5138
5147
|
},
|
|
5139
5148
|
Icon28LiveOutline: function() {
|
|
5140
|
-
return
|
|
5149
|
+
return _liveOutline2.default;
|
|
5141
5150
|
},
|
|
5142
5151
|
Icon28LiveSlashOutline: function() {
|
|
5143
5152
|
return _liveSlashOutline1.default;
|
|
@@ -6292,7 +6301,7 @@ _export(exports, {
|
|
|
6292
6301
|
return _graffiti.default;
|
|
6293
6302
|
},
|
|
6294
6303
|
Icon32HashtagOutline: function() {
|
|
6295
|
-
return
|
|
6304
|
+
return _hashtagOutline2.default;
|
|
6296
6305
|
},
|
|
6297
6306
|
Icon32ImageFilter: function() {
|
|
6298
6307
|
return _imageFilter1.default;
|
|
@@ -6553,7 +6562,7 @@ _export(exports, {
|
|
|
6553
6562
|
return _linkOutline2.default;
|
|
6554
6563
|
},
|
|
6555
6564
|
Icon36LiveOutline: function() {
|
|
6556
|
-
return
|
|
6565
|
+
return _liveOutline3.default;
|
|
6557
6566
|
},
|
|
6558
6567
|
Icon36LogoVk: function() {
|
|
6559
6568
|
return _logoVk5.default;
|
|
@@ -7087,7 +7096,7 @@ _export(exports, {
|
|
|
7087
7096
|
return _liveClockBadgeOutline2.default;
|
|
7088
7097
|
},
|
|
7089
7098
|
Icon56LiveOutline: function() {
|
|
7090
|
-
return
|
|
7099
|
+
return _liveOutline4.default;
|
|
7091
7100
|
},
|
|
7092
7101
|
Icon56LocationPin: function() {
|
|
7093
7102
|
return _locationPin.default;
|
|
@@ -7627,6 +7636,7 @@ var _listNumberOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/list
|
|
|
7627
7636
|
var _listPlayOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/list_play_outline"));
|
|
7628
7637
|
var _location = /*#__PURE__*/ _interopRequireDefault(require("./16/location"));
|
|
7629
7638
|
var _lock1 = /*#__PURE__*/ _interopRequireDefault(require("./16/lock"));
|
|
7639
|
+
var _lockCircleFillBlue = /*#__PURE__*/ _interopRequireDefault(require("./16/lock_circle_fill_blue"));
|
|
7630
7640
|
var _lockOpen = /*#__PURE__*/ _interopRequireDefault(require("./16/lock_open"));
|
|
7631
7641
|
var _lockOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/lock_outline"));
|
|
7632
7642
|
var _logoAndroid = /*#__PURE__*/ _interopRequireDefault(require("./16/logo_android"));
|
|
@@ -7990,6 +8000,7 @@ var _listNumberOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./20/lis
|
|
|
7990
8000
|
var _listPenOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/list_pen_outline"));
|
|
7991
8001
|
var _listPlayOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./20/list_play_outline"));
|
|
7992
8002
|
var _listPlusOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/list_plus_outline"));
|
|
8003
|
+
var _liveOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/live_outline"));
|
|
7993
8004
|
var _liveSlashOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/live_slash_outline"));
|
|
7994
8005
|
var _locationMapOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/location_map_outline"));
|
|
7995
8006
|
var _locationOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/location_outline"));
|
|
@@ -8458,6 +8469,7 @@ var _hammerOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/hammer_o
|
|
|
8458
8469
|
var _handHeartFilled1 = /*#__PURE__*/ _interopRequireDefault(require("./24/hand_heart_filled"));
|
|
8459
8470
|
var _handOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/hand_outline"));
|
|
8460
8471
|
var _hangerOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/hanger_outline"));
|
|
8472
|
+
var _hashtagOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/hashtag_outline"));
|
|
8461
8473
|
var _headphones2 = /*#__PURE__*/ _interopRequireDefault(require("./24/headphones"));
|
|
8462
8474
|
var _healthOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./24/health_outline"));
|
|
8463
8475
|
var _help2 = /*#__PURE__*/ _interopRequireDefault(require("./24/help"));
|
|
@@ -8507,7 +8519,7 @@ var _live = /*#__PURE__*/ _interopRequireDefault(require("./24/live"));
|
|
|
8507
8519
|
var _liveAddOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/live_add_outline"));
|
|
8508
8520
|
var _liveClockBadgeOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/live_clock_badge_outline"));
|
|
8509
8521
|
var _liveDisableOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/live_disable_outline"));
|
|
8510
|
-
var
|
|
8522
|
+
var _liveOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./24/live_outline"));
|
|
8511
8523
|
var _locate = /*#__PURE__*/ _interopRequireDefault(require("./24/locate"));
|
|
8512
8524
|
var _locationMapOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./24/location_map_outline"));
|
|
8513
8525
|
var _locationOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./24/location_outline"));
|
|
@@ -9038,7 +9050,7 @@ var _handHeartOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/hand_
|
|
|
9038
9050
|
var _handSlashOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/hand_slash_outline"));
|
|
9039
9051
|
var _hangerOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/hanger_outline"));
|
|
9040
9052
|
var _happyFaceOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/happy_face_outline"));
|
|
9041
|
-
var
|
|
9053
|
+
var _hashtagOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/hashtag_outline"));
|
|
9042
9054
|
var _headphonesOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/headphones_outline"));
|
|
9043
9055
|
var _heartCircleOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/heart_circle_outline"));
|
|
9044
9056
|
var _hearts2 = /*#__PURE__*/ _interopRequireDefault(require("./28/hearts_2"));
|
|
@@ -9096,7 +9108,7 @@ var _listOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/list_outli
|
|
|
9096
9108
|
var _listPlayOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./28/list_play_outline"));
|
|
9097
9109
|
var _liveAddOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/live_add_outline"));
|
|
9098
9110
|
var _liveClockBadgeOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/live_clock_badge_outline"));
|
|
9099
|
-
var
|
|
9111
|
+
var _liveOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./28/live_outline"));
|
|
9100
9112
|
var _liveSlashOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/live_slash_outline"));
|
|
9101
9113
|
var _locationMapOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./28/location_map_outline"));
|
|
9102
9114
|
var _locationOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./28/location_outline"));
|
|
@@ -9480,7 +9492,7 @@ var _gallery1 = /*#__PURE__*/ _interopRequireDefault(require("./32/gallery"));
|
|
|
9480
9492
|
var _gift3 = /*#__PURE__*/ _interopRequireDefault(require("./32/gift"));
|
|
9481
9493
|
var _giftOutline4 = /*#__PURE__*/ _interopRequireDefault(require("./32/gift_outline"));
|
|
9482
9494
|
var _graffiti = /*#__PURE__*/ _interopRequireDefault(require("./32/graffiti"));
|
|
9483
|
-
var
|
|
9495
|
+
var _hashtagOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./32/hashtag_outline"));
|
|
9484
9496
|
var _imageFilter1 = /*#__PURE__*/ _interopRequireDefault(require("./32/image_filter"));
|
|
9485
9497
|
var _imageFormat = /*#__PURE__*/ _interopRequireDefault(require("./32/image_format"));
|
|
9486
9498
|
var _imageRotate = /*#__PURE__*/ _interopRequireDefault(require("./32/image_rotate"));
|
|
@@ -9567,7 +9579,7 @@ var _lightbulbOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./36/ligh
|
|
|
9567
9579
|
var _like4 = /*#__PURE__*/ _interopRequireDefault(require("./36/like"));
|
|
9568
9580
|
var _likeOutline4 = /*#__PURE__*/ _interopRequireDefault(require("./36/like_outline"));
|
|
9569
9581
|
var _linkOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./36/link_outline"));
|
|
9570
|
-
var
|
|
9582
|
+
var _liveOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./36/live_outline"));
|
|
9571
9583
|
var _logoVk5 = /*#__PURE__*/ _interopRequireDefault(require("./36/logo_vk"));
|
|
9572
9584
|
var _mailOutline4 = /*#__PURE__*/ _interopRequireDefault(require("./36/mail_outline"));
|
|
9573
9585
|
var _market3 = /*#__PURE__*/ _interopRequireDefault(require("./36/market"));
|
|
@@ -9745,7 +9757,7 @@ var _linkCircleOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./56/lin
|
|
|
9745
9757
|
var _listBulletSquareOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./56/list_bullet_square_outline"));
|
|
9746
9758
|
var _listPlayOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./56/list_play_outline"));
|
|
9747
9759
|
var _liveClockBadgeOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./56/live_clock_badge_outline"));
|
|
9748
|
-
var
|
|
9760
|
+
var _liveOutline4 = /*#__PURE__*/ _interopRequireDefault(require("./56/live_outline"));
|
|
9749
9761
|
var _locationPin = /*#__PURE__*/ _interopRequireDefault(require("./56/location_pin"));
|
|
9750
9762
|
var _lockOpenOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./56/lock_open_outline"));
|
|
9751
9763
|
var _lockOutline4 = /*#__PURE__*/ _interopRequireDefault(require("./56/lock_outline"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16LockCircleFillBlueProps 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<Icon16LockCircleFillBlueProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20LiveOutlineProps 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<Icon20LiveOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24HashtagOutlineProps 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<Icon24HashtagOutlineProps>;
|
|
12
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -238,6 +238,7 @@ export { default as Icon16ListNumberOutline } from './16/list_number_outline';
|
|
|
238
238
|
export { default as Icon16ListPlayOutline } from './16/list_play_outline';
|
|
239
239
|
export { default as Icon16Location } from './16/location';
|
|
240
240
|
export { default as Icon16Lock } from './16/lock';
|
|
241
|
+
export { default as Icon16LockCircleFillBlue } from './16/lock_circle_fill_blue';
|
|
241
242
|
export { default as Icon16LockOpen } from './16/lock_open';
|
|
242
243
|
export { default as Icon16LockOutline } from './16/lock_outline';
|
|
243
244
|
export { default as Icon16LogoAndroid } from './16/logo_android';
|
|
@@ -601,6 +602,7 @@ export { default as Icon20ListNumberOutline } from './20/list_number_outline';
|
|
|
601
602
|
export { default as Icon20ListPenOutline } from './20/list_pen_outline';
|
|
602
603
|
export { default as Icon20ListPlayOutline } from './20/list_play_outline';
|
|
603
604
|
export { default as Icon20ListPlusOutline } from './20/list_plus_outline';
|
|
605
|
+
export { default as Icon20LiveOutline } from './20/live_outline';
|
|
604
606
|
export { default as Icon20LiveSlashOutline } from './20/live_slash_outline';
|
|
605
607
|
export { default as Icon20LocationMapOutline } from './20/location_map_outline';
|
|
606
608
|
export { default as Icon20LocationOutline } from './20/location_outline';
|
|
@@ -1069,6 +1071,7 @@ export { default as Icon24HammerOutline } from './24/hammer_outline';
|
|
|
1069
1071
|
export { default as Icon24HandHeartFilled } from './24/hand_heart_filled';
|
|
1070
1072
|
export { default as Icon24HandOutline } from './24/hand_outline';
|
|
1071
1073
|
export { default as Icon24HangerOutline } from './24/hanger_outline';
|
|
1074
|
+
export { default as Icon24HashtagOutline } from './24/hashtag_outline';
|
|
1072
1075
|
export { default as Icon24Headphones } from './24/headphones';
|
|
1073
1076
|
export { default as Icon24HealthOutline } from './24/health_outline';
|
|
1074
1077
|
export { default as Icon24Help } from './24/help';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill="url(#b)" fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M5.4 6.004V5.6a2.6 2.6 0 0 1 5.2 0v.404c.346.008.565.035.745.127a1.2 1.2 0 0 1 .524.524C12 6.912 12 7.248 12 7.92v2.16c0 .672 0 1.008-.13 1.265a1.2 1.2 0 0 1-.525.524c-.257.131-.593.131-1.265.131H5.92c-.672 0-1.008 0-1.265-.13a1.2 1.2 0 0 1-.524-.525C4 11.088 4 10.752 4 10.08V7.92c0-.672 0-1.008.13-1.265a1.2 1.2 0 0 1 .525-.524c.18-.092.399-.12.745-.127ZM6.6 5.6a1.4 1.4 0 0 1 2.8 0V6H6.6v-.4ZM8 7.9a.6.6 0 0 1 .6.6v1.1a.6.6 0 0 1-1.2 0V8.5a.6.6 0 0 1 .6-.6Z" clip-rule="evenodd"/></g><defs><linearGradient id="b" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF"/><stop offset="1" stop-color="#5C9CE6"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></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="M11.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/><path fill-rule="evenodd" d="M10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm7-8.5a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.78 3.194a.998.998 0 0 0-1.958-.391L8.782 8H6a1 1 0 0 0 0 2h2.382l-.8 4H4.5a1 1 0 1 0 0 2h2.681l-.961 4.806a.998.998 0 0 0 1.958.392L9.218 16h3.963l-.961 4.806a.998.998 0 0 0 1.958.392L15.218 16H18a1 1 0 1 0 0-2h-2.382l.8-4H19.5a1 1 0 1 0 0-2h-2.681l.961-4.806a.998.998 0 0 0-1.958-.391L14.782 8h-3.963l.961-4.806ZM14.382 10h-3.963l-.8 4h3.962l.8-4Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon16LockCircleFillBlueProps 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<Icon16LockCircleFillBlueProps>(
|
|
16
|
+
'Icon16LockCircleFillBlue',
|
|
17
|
+
'lock_circle_fill_blue_16',
|
|
18
|
+
'0 0 16 16',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="lock_circle_fill_blue_16"><g fill-rule="evenodd" clip-path="url(#lock_circle_fill_blue_16_a)" clip-rule="evenodd"><path fill="url(#lock_circle_fill_blue_16_b)" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" /><path fill="#fff" d="M5.4 6.004V5.6a2.6 2.6 0 0 1 5.2 0v.404c.346.008.565.035.745.127a1.2 1.2 0 0 1 .524.524C12 6.912 12 7.248 12 7.92v2.16c0 .672 0 1.008-.13 1.265a1.2 1.2 0 0 1-.525.524c-.257.131-.593.131-1.265.131H5.92c-.672 0-1.008 0-1.265-.13a1.2 1.2 0 0 1-.524-.525C4 11.088 4 10.752 4 10.08V7.92c0-.672 0-1.008.13-1.265a1.2 1.2 0 0 1 .525-.524c.18-.092.399-.12.745-.127ZM6.6 5.6a1.4 1.4 0 0 1 2.8 0V6H6.6v-.4ZM8 7.9a.6.6 0 0 1 .6.6v1.1a.6.6 0 0 1-1.2 0V8.5a.6.6 0 0 1 .6-.6Z" /></g><defs><linearGradient id="lock_circle_fill_blue_16_b" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient><clipPath id="lock_circle_fill_blue_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>',
|
|
20
|
+
16,
|
|
21
|
+
16,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20LiveOutlineProps 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<Icon20LiveOutlineProps>(
|
|
16
|
+
'Icon20LiveOutline',
|
|
17
|
+
'live_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="live_outline_20"><path d="M11.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /><path fill-rule="evenodd" d="M10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm7-8.5a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z" 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 '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon24HashtagOutlineProps 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<Icon24HashtagOutlineProps>(
|
|
16
|
+
'Icon24HashtagOutline',
|
|
17
|
+
'hashtag_outline_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hashtag_outline_24"><path fill-rule="evenodd" d="M11.78 3.194a.998.998 0 0 0-1.958-.391L8.782 8H6a1 1 0 0 0 0 2h2.382l-.8 4H4.5a1 1 0 1 0 0 2h2.681l-.961 4.806a.998.998 0 0 0 1.958.392L9.218 16h3.963l-.961 4.806a.998.998 0 0 0 1.958.392L15.218 16H18a1 1 0 1 0 0-2h-2.382l.8-4H19.5a1 1 0 1 0 0-2h-2.681l.961-4.806a.998.998 0 0 0-1.958-.391L14.782 8h-3.963l.961-4.806ZM14.382 10h-3.963l-.8 4h3.962l.8-4Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
24,
|
|
21
|
+
24,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -238,6 +238,7 @@ export { default as Icon16ListNumberOutline } from './16/list_number_outline';
|
|
|
238
238
|
export { default as Icon16ListPlayOutline } from './16/list_play_outline';
|
|
239
239
|
export { default as Icon16Location } from './16/location';
|
|
240
240
|
export { default as Icon16Lock } from './16/lock';
|
|
241
|
+
export { default as Icon16LockCircleFillBlue } from './16/lock_circle_fill_blue';
|
|
241
242
|
export { default as Icon16LockOpen } from './16/lock_open';
|
|
242
243
|
export { default as Icon16LockOutline } from './16/lock_outline';
|
|
243
244
|
export { default as Icon16LogoAndroid } from './16/logo_android';
|
|
@@ -601,6 +602,7 @@ export { default as Icon20ListNumberOutline } from './20/list_number_outline';
|
|
|
601
602
|
export { default as Icon20ListPenOutline } from './20/list_pen_outline';
|
|
602
603
|
export { default as Icon20ListPlayOutline } from './20/list_play_outline';
|
|
603
604
|
export { default as Icon20ListPlusOutline } from './20/list_plus_outline';
|
|
605
|
+
export { default as Icon20LiveOutline } from './20/live_outline';
|
|
604
606
|
export { default as Icon20LiveSlashOutline } from './20/live_slash_outline';
|
|
605
607
|
export { default as Icon20LocationMapOutline } from './20/location_map_outline';
|
|
606
608
|
export { default as Icon20LocationOutline } from './20/location_outline';
|
|
@@ -1069,6 +1071,7 @@ export { default as Icon24HammerOutline } from './24/hammer_outline';
|
|
|
1069
1071
|
export { default as Icon24HandHeartFilled } from './24/hand_heart_filled';
|
|
1070
1072
|
export { default as Icon24HandOutline } from './24/hand_outline';
|
|
1071
1073
|
export { default as Icon24HangerOutline } from './24/hanger_outline';
|
|
1074
|
+
export { default as Icon24HashtagOutline } from './24/hashtag_outline';
|
|
1072
1075
|
export { default as Icon24Headphones } from './24/headphones';
|
|
1073
1076
|
export { default as Icon24HealthOutline } from './24/health_outline';
|
|
1074
1077
|
export { default as Icon24Help } from './24/help';
|