@vkontakte/icons 2.28.0 → 2.29.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/56/articles_outline.js +12 -0
- package/dist/es6/56/articles_outline.js +2 -0
- package/dist/es6/index.js +1 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -0
- package/dist/typings/56/articles_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/56/articles_outline_56.svg +1 -0
- package/ts/56/articles_outline.ts +24 -0
- package/ts/index.ts +1 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon56ArticlesOutline", "articles_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="articles_outline_56"><path d="M6.499 13a1.5 1.5 0 0 0 0 3h6.505v13.5a1.5 1.5 0 1 0 3 0V16h6.495a1.5 1.5 0 0 0 0-3h-16Zm25.002 2.997a1.5 1.5 0 0 0 0 3H48.5a1.5 1.5 0 1 0 0-3H31.501ZM22 29.503a1.5 1.5 0 0 1 1.5-1.5h25a1.5 1.5 0 1 1 0 3h-25a1.5 1.5 0 0 1-1.5-1.5ZM12.996 41.5a1.5 1.5 0 0 1 1.5-1.5H48.5a1.5 1.5 0 1 1 0 3H14.496a1.5 1.5 0 0 1-1.5-1.5Z" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56ArticlesOutline", "articles_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="articles_outline_56"><path d="M6.499 13a1.5 1.5 0 0 0 0 3h6.505v13.5a1.5 1.5 0 1 0 3 0V16h6.495a1.5 1.5 0 0 0 0-3h-16Zm25.002 2.997a1.5 1.5 0 0 0 0 3H48.5a1.5 1.5 0 1 0 0-3H31.501ZM22 29.503a1.5 1.5 0 0 1 1.5-1.5h25a1.5 1.5 0 1 1 0 3h-25a1.5 1.5 0 0 1-1.5-1.5ZM12.996 41.5a1.5 1.5 0 0 1 1.5-1.5H48.5a1.5 1.5 0 1 1 0 3H14.496a1.5 1.5 0 0 1-1.5-1.5Z" /></symbol>', 56, 56, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -2307,6 +2307,7 @@ export { default as Icon56ArrowRightDoorOutline } from "./56/arrow_right_door_ou
|
|
|
2307
2307
|
export { default as Icon56ArrowUpRectangleOutline } from "./56/arrow_up_rectangle_outline";
|
|
2308
2308
|
export { default as Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline";
|
|
2309
2309
|
export { default as Icon56ArticleOutline } from "./56/article_outline";
|
|
2310
|
+
export { default as Icon56ArticlesOutline } from "./56/articles_outline";
|
|
2310
2311
|
export { default as Icon56BackspaceOutline } from "./56/backspace_outline";
|
|
2311
2312
|
export { default as Icon56BlockOutline } from "./56/block_outline";
|
|
2312
2313
|
export { default as Icon56BookmarkOutline } from "./56/bookmark_outline";
|