@vkontakte/icons 2.99.0 → 2.100.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.
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24Compass", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24Compass;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24Compass = (0, _iconssprite.makeIcon)("Icon24Compass", "compass_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="compass_24"><path fill-rule="evenodd" d="M7.392 5.889 20.02 3.02a.8.8 0 0 1 .957.958l-2.88 12.636a2 2 0 0 1-1.509 1.506l-12.61 2.86a.8.8 0 0 1-.957-.958L5.885 7.397a2 2 0 0 1 1.507-1.508M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon36Compass", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon36Compass;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon36Compass = (0, _iconssprite.makeIcon)("Icon36Compass", "compass_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="compass_36"><path d="M19.414 19.414a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828" /><path fill-rule="evenodd" d="M7.393 28.607c5.858 5.858 15.356 5.858 21.214 0s5.858-15.356 0-21.214-15.356-5.857-21.214 0-5.857 15.356 0 21.214m8.11-15.286 8.598-2.15a.6.6 0 0 1 .727.728l-2.149 8.597a3 3 0 0 1-2.183 2.183L11.9 24.83a.6.6 0 0 1-.727-.728l2.149-8.597a3 3 0 0 1 2.183-2.183Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24Compass = makeIcon("Icon24Compass", "compass_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="compass_24"><path fill-rule="evenodd" d="M7.392 5.889 20.02 3.02a.8.8 0 0 1 .957.958l-2.88 12.636a2 2 0 0 1-1.509 1.506l-12.61 2.86a.8.8 0 0 1-.957-.958L5.885 7.397a2 2 0 0 1 1.507-1.508M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon36Compass = makeIcon("Icon36Compass", "compass_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="compass_36"><path d="M19.414 19.414a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828" /><path fill-rule="evenodd" d="M7.393 28.607c5.858 5.858 15.356 5.858 21.214 0s5.858-15.356 0-21.214-15.356-5.857-21.214 0-5.857 15.356 0 21.214m8.11-15.286 8.598-2.15a.6.6 0 0 1 .727.728l-2.149 8.597a3 3 0 0 1-2.183 2.183L11.9 24.83a.6.6 0 0 1-.727-.728l2.149-8.597a3 3 0 0 1 2.183-2.183Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
package/dist/es6/index.js CHANGED
@@ -1186,6 +1186,7 @@ export { Icon24ColorPickerOutline } from "./24/color_picker_outline_24";
1186
1186
  export { Icon24Comment } from "./24/comment_24";
1187
1187
  export { Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_outline_24";
1188
1188
  export { Icon24CommentOutline } from "./24/comment_outline_24";
1189
+ export { Icon24Compass } from "./24/compass_24";
1189
1190
  export { Icon24CompassOutline } from "./24/compass_outline_24";
1190
1191
  export { Icon24ComputerOutline } from "./24/computer_outline_24";
1191
1192
  export { Icon24Connection } from "./24/connection_24";
@@ -2561,6 +2562,7 @@ export { Icon36CoinsStackHighOutline } from "./36/coins_stack_high_outline_36";
2561
2562
  export { Icon36CoinsStackOutline } from "./36/coins_stack_outline_36";
2562
2563
  export { Icon36CoinsStacks2Outline } from "./36/coins_stacks_2_outline_36";
2563
2564
  export { Icon36CoinsStacks3Outline } from "./36/coins_stacks_3_outline_36";
2565
+ export { Icon36Compass } from "./36/compass_36";
2564
2566
  export { Icon36Delete } from "./36/delete_36";
2565
2567
  export { Icon36DiamondOutline } from "./36/diamond_outline_36";
2566
2568
  export { Icon36DiscountOutline } from "./36/discount_outline_36";