@vkontakte/icons 2.52.0 → 2.53.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/more_horizontal_circle_20.js +21 -0
- package/dist/20/more_vertical_circle_20.js +21 -0
- package/dist/20/upload_outline_20.js +21 -0
- package/dist/24/advertising_check_outline_24.js +21 -0
- package/dist/es6/20/more_horizontal_circle_20.js +3 -0
- package/dist/es6/20/more_vertical_circle_20.js +3 -0
- package/dist/es6/20/upload_outline_20.js +3 -0
- package/dist/es6/24/advertising_check_outline_24.js +3 -0
- package/dist/es6/index.js +4 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +16 -0
- package/dist/typings/20/more_horizontal_circle_20.d.ts +12 -0
- package/dist/typings/20/more_vertical_circle_20.d.ts +12 -0
- package/dist/typings/20/upload_outline_20.d.ts +12 -0
- package/dist/typings/24/advertising_check_outline_24.d.ts +12 -0
- package/dist/typings/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/svg/20/more_horizontal_circle_20.svg +1 -0
- package/src/svg/20/more_vertical_circle_20.svg +1 -0
- package/src/svg/20/upload_outline_20.svg +1 -0
- package/src/svg/24/advertising_check_outline_24.svg +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20MoreHorizontalCircle: function() {
|
|
13
|
+
return Icon20MoreHorizontalCircle;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20MoreHorizontalCircle = (0, _iconssprite.makeIcon)("Icon20MoreHorizontalCircle", "more_horizontal_circle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="more_horizontal_circle_20"><path fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm6.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm-5 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm-5 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20MoreHorizontalCircle;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20MoreVerticalCircle: function() {
|
|
13
|
+
return Icon20MoreVerticalCircle;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20MoreVerticalCircle = (0, _iconssprite.makeIcon)("Icon20MoreVerticalCircle", "more_vertical_circle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="more_vertical_circle_20"><path fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm0 3.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20MoreVerticalCircle;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20UploadOutline: function() {
|
|
13
|
+
return Icon20UploadOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20UploadOutline = (0, _iconssprite.makeIcon)("Icon20UploadOutline", "upload_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="upload_outline_20"><path fill-rule="evenodd" d="M10.001 15.003a.738.738 0 0 1-.75-.726V4.565l-3.97 3.971a.75.75 0 0 1-1.061-1.06L9.476 2.22a.75.75 0 0 1 1.06 0l5.245 5.245a.75.75 0 0 1-1.06 1.06l-3.97-3.97v9.722a.738.738 0 0 1-.75.726ZM15.25 17H4.75a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20UploadOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon24AdvertisingCheckOutline: function() {
|
|
13
|
+
return Icon24AdvertisingCheckOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon24AdvertisingCheckOutline = (0, _iconssprite.makeIcon)("Icon24AdvertisingCheckOutline", "advertising_check_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="advertising_check_outline_24"><path fill-rule="evenodd" d="M22 7a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-2.258-2.24a.9.9 0 0 0-1.273 0l-2.08 2.567-.848-.875a.9.9 0 1 0-1.273 1.273l1.485 1.511a.9.9 0 0 0 1.273 0l2.716-3.203a.9.9 0 0 0 0-1.273ZM5.663 9.63A2.86 2.86 0 0 1 7.6 8.9h1.763a.9.9 0 1 0 0-1.8H7.6a4.658 4.658 0 0 0-3.154 1.204C3.585 9.094 3.1 10.37 3.1 11.5c0 1.13.485 2.407 1.346 3.197a4.596 4.596 0 0 0 2.104 1.088l.456 2.16a2.364 2.364 0 0 0 1.02 1.54 2.497 2.497 0 0 0 1.823.378 2.497 2.497 0 0 0 1.583-.979 2.363 2.363 0 0 0 .429-1.812l-.007-.04-.307-1.132h1.509a3.1 3.1 0 0 1 1.386.327l2.673 1.337a2.61 2.61 0 0 0 1.285.336 2.57 2.57 0 0 0 1.74-.666c.458-.42.76-1.02.76-1.701v-1.435a.9.9 0 0 0-1.8 0v1.435c0 .13-.056.263-.177.374a.77.77 0 0 1-.523.193.808.808 0 0 1-.405-.107l-.026-.014-2.722-1.361a4.899 4.899 0 0 0-2.191-.518H7.6a2.86 2.86 0 0 1-1.937-.73c-.442-.405-.763-1.176-.763-1.87 0-.694.321-1.465.763-1.87Zm2.755 6.289h1.27l.405 1.496a.566.566 0 0 1-.112.405.697.697 0 0 1-.445.27.697.697 0 0 1-.51-.102.563.563 0 0 1-.25-.372l-.003-.015-.355-1.682Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
21
|
+
var _default = Icon24AdvertisingCheckOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20MoreHorizontalCircle = makeIcon("Icon20MoreHorizontalCircle", "more_horizontal_circle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="more_horizontal_circle_20"><path fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm6.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm-5 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm-5 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20MoreHorizontalCircle;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20MoreVerticalCircle = makeIcon("Icon20MoreVerticalCircle", "more_vertical_circle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="more_vertical_circle_20"><path fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm0 3.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20MoreVerticalCircle;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20UploadOutline = makeIcon("Icon20UploadOutline", "upload_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="upload_outline_20"><path fill-rule="evenodd" d="M10.001 15.003a.738.738 0 0 1-.75-.726V4.565l-3.97 3.971a.75.75 0 0 1-1.061-1.06L9.476 2.22a.75.75 0 0 1 1.06 0l5.245 5.245a.75.75 0 0 1-1.06 1.06l-3.97-3.97v9.722a.738.738 0 0 1-.75.726ZM15.25 17H4.75a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20UploadOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon24AdvertisingCheckOutline = makeIcon("Icon24AdvertisingCheckOutline", "advertising_check_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="advertising_check_outline_24"><path fill-rule="evenodd" d="M22 7a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-2.258-2.24a.9.9 0 0 0-1.273 0l-2.08 2.567-.848-.875a.9.9 0 1 0-1.273 1.273l1.485 1.511a.9.9 0 0 0 1.273 0l2.716-3.203a.9.9 0 0 0 0-1.273ZM5.663 9.63A2.86 2.86 0 0 1 7.6 8.9h1.763a.9.9 0 1 0 0-1.8H7.6a4.658 4.658 0 0 0-3.154 1.204C3.585 9.094 3.1 10.37 3.1 11.5c0 1.13.485 2.407 1.346 3.197a4.596 4.596 0 0 0 2.104 1.088l.456 2.16a2.364 2.364 0 0 0 1.02 1.54 2.497 2.497 0 0 0 1.823.378 2.497 2.497 0 0 0 1.583-.979 2.363 2.363 0 0 0 .429-1.812l-.007-.04-.307-1.132h1.509a3.1 3.1 0 0 1 1.386.327l2.673 1.337a2.61 2.61 0 0 0 1.285.336 2.57 2.57 0 0 0 1.74-.666c.458-.42.76-1.02.76-1.701v-1.435a.9.9 0 0 0-1.8 0v1.435c0 .13-.056.263-.177.374a.77.77 0 0 1-.523.193.808.808 0 0 1-.405-.107l-.026-.014-2.722-1.361a4.899 4.899 0 0 0-2.191-.518H7.6a2.86 2.86 0 0 1-1.937-.73c-.442-.405-.763-1.176-.763-1.87 0-.694.321-1.465.763-1.87Zm2.755 6.289h1.27l.405 1.496a.566.566 0 0 1-.112.405.697.697 0 0 1-.445.27.697.697 0 0 1-.51-.102.563.563 0 0 1-.25-.372l-.003-.015-.355-1.682Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
3
|
+
export default Icon24AdvertisingCheckOutline;
|
package/dist/es6/index.js
CHANGED
|
@@ -722,7 +722,9 @@ export { Icon20MoneyTransferCircleFillTurquoise } from "./20/money_transfer_circ
|
|
|
722
722
|
export { Icon20MoneyTransferOutline } from "./20/money_transfer_outline_20";
|
|
723
723
|
export { Icon20MoonOutline } from "./20/moon_outline_20";
|
|
724
724
|
export { Icon20More } from "./20/more_20";
|
|
725
|
+
export { Icon20MoreHorizontalCircle } from "./20/more_horizontal_circle_20";
|
|
725
726
|
export { Icon20MoreVertical } from "./20/more_vertical_20";
|
|
727
|
+
export { Icon20MoreVerticalCircle } from "./20/more_vertical_circle_20";
|
|
726
728
|
export { Icon20MusicMic } from "./20/music_mic_20";
|
|
727
729
|
export { Icon20MusicMicOutline } from "./20/music_mic_outline_20";
|
|
728
730
|
export { Icon20MusicNote } from "./20/music_note_20";
|
|
@@ -878,6 +880,7 @@ export { Icon20TvTextOutline } from "./20/tv_text_outline_20";
|
|
|
878
880
|
export { Icon20UnarchiveOutline } from "./20/unarchive_outline_20";
|
|
879
881
|
export { Icon20UnfavoriteOutline } from "./20/unfavorite_outline_20";
|
|
880
882
|
export { Icon20UnlockOutline } from "./20/unlock_outline_20";
|
|
883
|
+
export { Icon20UploadOutline } from "./20/upload_outline_20";
|
|
881
884
|
export { Icon20User } from "./20/user_20";
|
|
882
885
|
export { Icon20UserAddOutline } from "./20/user_add_outline_20";
|
|
883
886
|
export { Icon20UserCheckOutline } from "./20/user_check_outline_20";
|
|
@@ -952,6 +955,7 @@ export { Icon24AddCircleOutline } from "./24/add_circle_outline_24";
|
|
|
952
955
|
export { Icon24AddOutline } from "./24/add_outline_24";
|
|
953
956
|
export { Icon24AddSquareOutline } from "./24/add_square_outline_24";
|
|
954
957
|
export { Icon24Advertising } from "./24/advertising_24";
|
|
958
|
+
export { Icon24AdvertisingCheckOutline } from "./24/advertising_check_outline_24";
|
|
955
959
|
export { Icon24AdvertisingOutline } from "./24/advertising_outline_24";
|
|
956
960
|
export { Icon24Airplay } from "./24/airplay_24";
|
|
957
961
|
export { Icon24AirplayVideoOutline } from "./24/airplay_video_outline_24";
|