@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.
@@ -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";