@vkontakte/icons 2.5.0 → 2.7.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/add_alt.js +8 -0
- package/dist/20/check_alt.js +8 -0
- package/dist/24/copy_outline.js +8 -0
- package/dist/28/bookmark_add_outline.js +8 -0
- package/dist/28/pause_circle_fill_azure.js +8 -0
- package/dist/es6/20/add_alt.js +2 -0
- package/dist/es6/20/check_alt.js +2 -0
- package/dist/es6/24/copy_outline.js +2 -0
- package/dist/es6/28/bookmark_add_outline.js +2 -0
- package/dist/es6/28/pause_circle_fill_azure.js +2 -0
- package/dist/es6/index.js +5 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +37 -2
- package/dist/typings/20/add_alt.d.ts +12 -0
- package/dist/typings/20/check_alt.d.ts +12 -0
- package/dist/typings/24/copy_outline.d.ts +12 -0
- package/dist/typings/28/bookmark_add_outline.d.ts +12 -0
- package/dist/typings/28/pause_circle_fill_azure.d.ts +12 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +1 -1
- package/src/svg/20/add_alt_20.svg +1 -0
- package/src/svg/20/check_alt_20.svg +1 -0
- package/src/svg/24/copy_outline_24.svg +1 -0
- package/src/svg/28/bookmark_add_outline_28.svg +1 -0
- package/src/svg/28/pause_circle_fill_azure_28.svg +4 -0
- package/ts/20/add_alt.ts +24 -0
- package/ts/20/check_alt.ts +24 -0
- package/ts/24/copy_outline.ts +24 -0
- package/ts/28/bookmark_add_outline.ts +24 -0
- package/ts/28/pause_circle_fill_azure.ts +24 -0
- package/ts/index.ts +5 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20AddAlt", "add_alt_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="add_alt_20"><path d="M10 3c-.644 0-1.167.522-1.167 1.167v4.666H4.167c-.599 0-1.092.45-1.16 1.03L3 10c0 .644.522 1.167 1.167 1.167h4.666v4.666c0 .599.45 1.092 1.03 1.16L10 17c.644 0 1.167-.522 1.167-1.167v-4.666h4.666c.599 0 1.092-.45 1.16-1.03L17 10c0-.644-.522-1.167-1.167-1.167h-4.666V4.167c0-.599-.45-1.092-1.03-1.16L10 3Z" /></symbol>', 20, 20, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20CheckAlt", "check_alt_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="check_alt_20"><path fill-rule="evenodd" d="M16.659 5.344a1.162 1.162 0 0 1 0 1.645L8.82 14.812a1.167 1.167 0 0 1-1.649 0l-3.83-3.823a1.162 1.162 0 0 1 0-1.646 1.167 1.167 0 0 1 1.648 0l3.007 3 7.013-7a1.167 1.167 0 0 1 1.649 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon24CopyOutline", "copy_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="copy_outline_24"><path fill-rule="evenodd" d="M4 12.3V12c0-1.47.005-2.547.075-3.403.074-.904.216-1.482.454-1.949a4.85 4.85 0 0 1 2.12-2.12c.466-.237 1.045-.379 1.948-.453C9.51 4.001 10.675 4 12.3 4h4.512a2.073 2.073 0 0 0-.174-.49 2.4 2.4 0 0 0-1.048-1.048 2.439 2.439 0 0 0-.931-.239 13.48 13.48 0 0 0-1.026-.023H12.26c-1.576 0-2.814 0-3.81.081-1.014.083-1.856.255-2.619.644A6.65 6.65 0 0 0 2.925 5.83c-.389.763-.56 1.605-.644 2.62-.081.995-.081 2.233-.081 3.809v1.373c0 .392 0 .738.023 1.025.025.306.081.623.239.931a2.4 2.4 0 0 0 1.048 1.05c.162.082.326.136.49.173V12.3ZM10.08 6h-.035c-.52 0-.964 0-1.329.03-.382.03-.755.097-1.112.276a2.9 2.9 0 0 0-1.298 1.298c-.179.357-.246.73-.277 1.112C6 9.081 6 9.524 6 10.046v7.909c0 .52 0 .964.03 1.329.03.382.097.755.276 1.112a2.9 2.9 0 0 0 1.298 1.298c.357.179.73.246 1.112.277.365.029.808.029 1.33.029h6.909c.52 0 .964 0 1.329-.03.383-.03.755-.097 1.112-.276a2.9 2.9 0 0 0 1.298-1.298c.179-.357.246-.73.277-1.112.029-.365.029-.808.029-1.33v-7.909c0-.52 0-.964-.03-1.329-.03-.382-.097-.755-.276-1.112a2.9 2.9 0 0 0-1.298-1.298c-.357-.179-.73-.246-1.112-.277C17.919 6 17.476 6 16.954 6H10.08ZM8.408 7.916c.065-.032.179-.07.452-.093a17.65 17.65 0 0 1 1.22-.023h6.84c.565 0 .936 0 1.22.023.273.022.387.06.452.093a1.1 1.1 0 0 1 .492.492c.032.065.07.179.093.452.022.284.023.655.023 1.22v7.84c0 .565 0 .936-.023 1.22-.023.273-.06.387-.093.452a1.1 1.1 0 0 1-.492.492c-.065.032-.179.07-.452.093a17.65 17.65 0 0 1-1.22.023h-6.84c-.565 0-.936 0-1.22-.023-.273-.023-.387-.06-.452-.093a1.1 1.1 0 0 1-.492-.492c-.032-.065-.07-.18-.093-.452a17.057 17.057 0 0 1-.023-1.22v-7.84c0-.565 0-.936.023-1.22.022-.273.06-.387.093-.452a1.1 1.1 0 0 1 .492-.492Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28BookmarkAddOutline", "bookmark_add_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_add_outline_28"><path d="M13.5 3h-.543c-1.363 0-2.448 0-3.322.072-.897.073-1.66.227-2.36.585A6.01 6.01 0 0 0 4.653 6.29c-.356.701-.508 1.467-.582 2.366C4 9.533 4 10.621 4 11.991v8.587c0 1.011 0 1.84.058 2.48.058.635.183 1.285.588 1.8A2.997 2.997 0 0 0 6.974 26c.656.006 1.247-.296 1.78-.64.54-.347 1.192-.856 1.986-1.477l1.911-1.492c.776-.606.943-.712 1.089-.752a.993.993 0 0 1 .52 0c.146.04.313.146 1.089.752l1.91 1.492c.795.621 1.447 1.13 1.986 1.477.534.345 1.125.646 1.78.64a2.997 2.997 0 0 0 2.329-1.143c.405-.514.53-1.164.588-1.799.058-.64.058-1.469.058-2.48v-2.72a1 1 0 0 0-2 0v2.67c0 1.074-.001 1.81-.05 2.35-.05.557-.14.707-.167.741a.997.997 0 0 1-.774.381c-.041 0-.212-.02-.68-.321-.454-.292-1.034-.743-1.878-1.403l-1.87-1.461-.125-.097c-.576-.452-1.083-.849-1.67-1.009a2.992 2.992 0 0 0-1.571 0c-.588.16-1.095.557-1.671 1.009l-.124.097-1.871 1.461c-.844.66-1.423 1.11-1.877 1.403-.469.302-.64.321-.68.321a.997.997 0 0 1-.775-.38c-.027-.035-.117-.185-.167-.742-.05-.54-.05-1.276-.05-2.35v-8.494c0-1.422 0-2.43.065-3.217.063-.776.183-1.25.372-1.623a4.01 4.01 0 0 1 1.749-1.756c.37-.19.84-.31 1.612-.373.784-.064 1.786-.065 3.203-.065h.499a1 1 0 1 0 0-2ZM27 9a6 6 0 1 0-12 0 6 6 0 0 0 12 0Zm-6.993-3.117A1 1 0 0 1 22 6v2h2l.117.007A1 1 0 0 1 24 10h-2v2l-.007.117A1 1 0 0 1 20 12v-2h-2l-.117-.007A1 1 0 0 1 18 8h2V6l.007-.117Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28PauseCircleFillAzure", "pause_circle_fill_azure_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="pause_circle_fill_azure_28"><circle cx="14" cy="14" r="14" fill="#07F" /><path fill="#fff" d="M15.5 9a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1.5a1 1 0 0 1-1-1V9ZM9 9a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V9Z" /></symbol>', 28, 28, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20AddAlt", "add_alt_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="add_alt_20"><path d="M10 3c-.644 0-1.167.522-1.167 1.167v4.666H4.167c-.599 0-1.092.45-1.16 1.03L3 10c0 .644.522 1.167 1.167 1.167h4.666v4.666c0 .599.45 1.092 1.03 1.16L10 17c.644 0 1.167-.522 1.167-1.167v-4.666h4.666c.599 0 1.092-.45 1.16-1.03L17 10c0-.644-.522-1.167-1.167-1.167h-4.666V4.167c0-.599-.45-1.092-1.03-1.16L10 3Z" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20CheckAlt", "check_alt_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="check_alt_20"><path fill-rule="evenodd" d="M16.659 5.344a1.162 1.162 0 0 1 0 1.645L8.82 14.812a1.167 1.167 0 0 1-1.649 0l-3.83-3.823a1.162 1.162 0 0 1 0-1.646 1.167 1.167 0 0 1 1.648 0l3.007 3 7.013-7a1.167 1.167 0 0 1 1.649 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24CopyOutline", "copy_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="copy_outline_24"><path fill-rule="evenodd" d="M4 12.3V12c0-1.47.005-2.547.075-3.403.074-.904.216-1.482.454-1.949a4.85 4.85 0 0 1 2.12-2.12c.466-.237 1.045-.379 1.948-.453C9.51 4.001 10.675 4 12.3 4h4.512a2.073 2.073 0 0 0-.174-.49 2.4 2.4 0 0 0-1.048-1.048 2.439 2.439 0 0 0-.931-.239 13.48 13.48 0 0 0-1.026-.023H12.26c-1.576 0-2.814 0-3.81.081-1.014.083-1.856.255-2.619.644A6.65 6.65 0 0 0 2.925 5.83c-.389.763-.56 1.605-.644 2.62-.081.995-.081 2.233-.081 3.809v1.373c0 .392 0 .738.023 1.025.025.306.081.623.239.931a2.4 2.4 0 0 0 1.048 1.05c.162.082.326.136.49.173V12.3ZM10.08 6h-.035c-.52 0-.964 0-1.329.03-.382.03-.755.097-1.112.276a2.9 2.9 0 0 0-1.298 1.298c-.179.357-.246.73-.277 1.112C6 9.081 6 9.524 6 10.046v7.909c0 .52 0 .964.03 1.329.03.382.097.755.276 1.112a2.9 2.9 0 0 0 1.298 1.298c.357.179.73.246 1.112.277.365.029.808.029 1.33.029h6.909c.52 0 .964 0 1.329-.03.383-.03.755-.097 1.112-.276a2.9 2.9 0 0 0 1.298-1.298c.179-.357.246-.73.277-1.112.029-.365.029-.808.029-1.33v-7.909c0-.52 0-.964-.03-1.329-.03-.382-.097-.755-.276-1.112a2.9 2.9 0 0 0-1.298-1.298c-.357-.179-.73-.246-1.112-.277C17.919 6 17.476 6 16.954 6H10.08ZM8.408 7.916c.065-.032.179-.07.452-.093a17.65 17.65 0 0 1 1.22-.023h6.84c.565 0 .936 0 1.22.023.273.022.387.06.452.093a1.1 1.1 0 0 1 .492.492c.032.065.07.179.093.452.022.284.023.655.023 1.22v7.84c0 .565 0 .936-.023 1.22-.023.273-.06.387-.093.452a1.1 1.1 0 0 1-.492.492c-.065.032-.179.07-.452.093a17.65 17.65 0 0 1-1.22.023h-6.84c-.565 0-.936 0-1.22-.023-.273-.023-.387-.06-.452-.093a1.1 1.1 0 0 1-.492-.492c-.032-.065-.07-.18-.093-.452a17.057 17.057 0 0 1-.023-1.22v-7.84c0-.565 0-.936.023-1.22.022-.273.06-.387.093-.452a1.1 1.1 0 0 1 .492-.492Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28BookmarkAddOutline", "bookmark_add_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_add_outline_28"><path d="M13.5 3h-.543c-1.363 0-2.448 0-3.322.072-.897.073-1.66.227-2.36.585A6.01 6.01 0 0 0 4.653 6.29c-.356.701-.508 1.467-.582 2.366C4 9.533 4 10.621 4 11.991v8.587c0 1.011 0 1.84.058 2.48.058.635.183 1.285.588 1.8A2.997 2.997 0 0 0 6.974 26c.656.006 1.247-.296 1.78-.64.54-.347 1.192-.856 1.986-1.477l1.911-1.492c.776-.606.943-.712 1.089-.752a.993.993 0 0 1 .52 0c.146.04.313.146 1.089.752l1.91 1.492c.795.621 1.447 1.13 1.986 1.477.534.345 1.125.646 1.78.64a2.997 2.997 0 0 0 2.329-1.143c.405-.514.53-1.164.588-1.799.058-.64.058-1.469.058-2.48v-2.72a1 1 0 0 0-2 0v2.67c0 1.074-.001 1.81-.05 2.35-.05.557-.14.707-.167.741a.997.997 0 0 1-.774.381c-.041 0-.212-.02-.68-.321-.454-.292-1.034-.743-1.878-1.403l-1.87-1.461-.125-.097c-.576-.452-1.083-.849-1.67-1.009a2.992 2.992 0 0 0-1.571 0c-.588.16-1.095.557-1.671 1.009l-.124.097-1.871 1.461c-.844.66-1.423 1.11-1.877 1.403-.469.302-.64.321-.68.321a.997.997 0 0 1-.775-.38c-.027-.035-.117-.185-.167-.742-.05-.54-.05-1.276-.05-2.35v-8.494c0-1.422 0-2.43.065-3.217.063-.776.183-1.25.372-1.623a4.01 4.01 0 0 1 1.749-1.756c.37-.19.84-.31 1.612-.373.784-.064 1.786-.065 3.203-.065h.499a1 1 0 1 0 0-2ZM27 9a6 6 0 1 0-12 0 6 6 0 0 0 12 0Zm-6.993-3.117A1 1 0 0 1 22 6v2h2l.117.007A1 1 0 0 1 24 10h-2v2l-.007.117A1 1 0 0 1 20 12v-2h-2l-.117-.007A1 1 0 0 1 18 8h2V6l.007-.117Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28PauseCircleFillAzure", "pause_circle_fill_azure_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="pause_circle_fill_azure_28"><circle cx="14" cy="14" r="14" fill="#07F" /><path fill="#fff" d="M15.5 9a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1.5a1 1 0 0 1-1-1V9ZM9 9a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V9Z" /></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -361,6 +361,7 @@ export { default as Icon204Square } from "./20/4_square";
|
|
|
361
361
|
export { default as Icon20AccessibilityOutline } from "./20/accessibility_outline";
|
|
362
362
|
export { default as Icon20AchievementCircleFillBlue } from "./20/achievement_circle_fill_blue";
|
|
363
363
|
export { default as Icon20Add } from "./20/add";
|
|
364
|
+
export { default as Icon20AddAlt } from "./20/add_alt";
|
|
364
365
|
export { default as Icon20AddCircle } from "./20/add_circle";
|
|
365
366
|
export { default as Icon20AddCircleFillBlue } from "./20/add_circle_fill_blue";
|
|
366
367
|
export { default as Icon20AddCircleFillGray } from "./20/add_circle_fill_gray";
|
|
@@ -420,6 +421,7 @@ export { default as Icon20CarOutline } from "./20/car_outline";
|
|
|
420
421
|
export { default as Icon20CashOutOutline } from "./20/cash_out_outline";
|
|
421
422
|
export { default as Icon20Chain } from "./20/chain";
|
|
422
423
|
export { default as Icon20Check } from "./20/check";
|
|
424
|
+
export { default as Icon20CheckAlt } from "./20/check_alt";
|
|
423
425
|
export { default as Icon20CheckbackPrizeOutline } from "./20/checkback_prize_outline";
|
|
424
426
|
export { default as Icon20CheckBoxIndetermanate } from "./20/check_box_indetermanate";
|
|
425
427
|
export { default as Icon20CheckBoxOff } from "./20/check_box_off";
|
|
@@ -914,6 +916,7 @@ export { default as Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_
|
|
|
914
916
|
export { default as Icon24CommentOutline } from "./24/comment_outline";
|
|
915
917
|
export { default as Icon24ComputerOutline } from "./24/computer_outline";
|
|
916
918
|
export { default as Icon24Copy } from "./24/copy";
|
|
919
|
+
export { default as Icon24CopyOutline } from "./24/copy_outline";
|
|
917
920
|
export { default as Icon24Crop } from "./24/crop";
|
|
918
921
|
export { default as Icon24CrossShieldOutline } from "./24/cross_shield_outline";
|
|
919
922
|
export { default as Icon24CrownCircleFillVkDating } from "./24/crown_circle_fill_vk_dating";
|
|
@@ -1373,6 +1376,7 @@ export { default as Icon28BluetoothOutline } from "./28/bluetooth_outline";
|
|
|
1373
1376
|
export { default as Icon28BodyOutline } from "./28/body_outline";
|
|
1374
1377
|
export { default as Icon28BombOutline } from "./28/bomb_outline";
|
|
1375
1378
|
export { default as Icon28Bookmark } from "./28/bookmark";
|
|
1379
|
+
export { default as Icon28BookmarkAddOutline } from "./28/bookmark_add_outline";
|
|
1376
1380
|
export { default as Icon28BookmarkCheckOutline } from "./28/bookmark_check_outline";
|
|
1377
1381
|
export { default as Icon28BookmarkOutline } from "./28/bookmark_outline";
|
|
1378
1382
|
export { default as Icon28BookmarkSlashOutline } from "./28/bookmark_slash_outline";
|
|
@@ -1728,6 +1732,7 @@ export { default as Icon28PaletteOutline } from "./28/palette_outline";
|
|
|
1728
1732
|
export { default as Icon28PaperplaneOutline } from "./28/paperplane_outline";
|
|
1729
1733
|
export { default as Icon28Pause } from "./28/pause";
|
|
1730
1734
|
export { default as Icon28PauseCircle } from "./28/pause_circle";
|
|
1735
|
+
export { default as Icon28PauseCircleFillAzure } from "./28/pause_circle_fill_azure";
|
|
1731
1736
|
export { default as Icon28PawOutline } from "./28/paw_outline";
|
|
1732
1737
|
export { default as Icon28PaymentCardOutline } from "./28/payment_card_outline";
|
|
1733
1738
|
export { default as Icon28PaymentCardVerticalOutline } from "./28/payment_card_vertical_outline";
|