@vkontakte/icons 2.32.0 → 2.32.1
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/28/hand.js +12 -0
- package/dist/es6/28/hand.js +2 -0
- package/dist/es6/index.js +1 -1
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -4
- package/dist/typings/28/{privacy.d.ts → hand.d.ts} +2 -2
- package/dist/typings/index.d.ts +1 -1
- package/package.json +1 -1
- package/ts/28/hand.ts +24 -0
- package/ts/index.ts +2 -2
- package/dist/28/privacy.js +0 -12
- package/dist/es6/28/privacy.js +0 -2
- package/ts/28/privacy.ts +0 -24
- /package/src/svg/28/{hand_28 @ privacy.svg → hand_28.svg} +0 -0
package/dist/28/hand.js
ADDED
|
@@ -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)("Icon28Hand", "hand_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hand_28"><path d="M14.25 2C13.56 2 13 2.56 13 3.25v9a.75.75 0 0 1-1.5 0v-8a1.25 1.25 0 1 0-2.5 0v9a.75.75 0 0 1-1.5 0v-6a1.25 1.25 0 1 0-2.5 0v12.437c0 1.66.32 6.566 7.519 6.566 2.12 0 5.211-1.015 6.937-2.995l.001.002.202-.248c.055-.063-.051.066 0 0 .55-.667 1.237-1.517 1.922-2.37l3.06-3.77a1.628 1.628 0 0 0-.19-2.24 1.503 1.503 0 0 0-2.167.196l-2.784 3.43V5.25a1.25 1.25 0 1 0-2.5 0v7a.75.75 0 0 1-1.5 0v-9c0-.69-.56-1.25-1.25-1.25Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon28Hand", "hand_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hand_28"><path d="M14.25 2C13.56 2 13 2.56 13 3.25v9a.75.75 0 0 1-1.5 0v-8a1.25 1.25 0 1 0-2.5 0v9a.75.75 0 0 1-1.5 0v-6a1.25 1.25 0 1 0-2.5 0v12.437c0 1.66.32 6.566 7.519 6.566 2.12 0 5.211-1.015 6.937-2.995l.001.002.202-.248c.055-.063-.051.066 0 0 .55-.667 1.237-1.517 1.922-2.37l3.06-3.77a1.628 1.628 0 0 0-.19-2.24 1.503 1.503 0 0 0-2.167.196l-2.784 3.43V5.25a1.25 1.25 0 1 0-2.5 0v7a.75.75 0 0 1-1.5 0v-9c0-.69-.56-1.25-1.25-1.25Z" /></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -1681,6 +1681,7 @@ export { default as Icon28GraphOutline } from "./28/graph_outline";
|
|
|
1681
1681
|
export { default as Icon28GridLayoutOutline } from "./28/grid_layout_outline";
|
|
1682
1682
|
export { default as Icon28GridRectangleUpSquare2DownOutline } from "./28/grid_rectangle_up_square_2_down_outline";
|
|
1683
1683
|
export { default as Icon28GridSquareOutline } from "./28/grid_square_outline";
|
|
1684
|
+
export { default as Icon28Hand } from "./28/hand";
|
|
1684
1685
|
export { default as Icon28HandHeartCircleFillRed } from "./28/hand_heart_circle_fill_red";
|
|
1685
1686
|
export { default as Icon28HandHeartFilled } from "./28/hand_heart_filled";
|
|
1686
1687
|
export { default as Icon28HandHeartOutline } from "./28/hand_heart_outline";
|
|
@@ -2503,4 +2504,3 @@ export { default as Icon56WriteOutline } from "./56/write_outline";
|
|
|
2503
2504
|
export { default as Icon96GoodsCollection } from "./96/goods_collection";
|
|
2504
2505
|
export { default as Icon96NotePenOutline } from "./96/note_pen_outline";
|
|
2505
2506
|
export { default as Icon96RadiowavesAroundOutline } from "./96/radiowaves_around_outline";
|
|
2506
|
-
export { default as IconPrivacy } from "./28/privacy";
|