@vkontakte/icons 2.134.0 → 2.135.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, "Icon16AddCircleFillWhite", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon16AddCircleFillWhite;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon16AddCircleFillWhite = (0, _iconssprite.makeIcon)('Icon16AddCircleFillWhite', 'add_circle_fill_white_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="add_circle_fill_white_16"><g clip-path="url(#add_circle_fill_white_16_a)"><path fill="#fff" fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16" clip-rule="evenodd" /><path fill="#2C2D2E" d="M9 9v3a1 1 0 1 1-2 0V9H4a1 1 0 0 1 0-2h3V4a1 1 0 0 1 2 0v3h3a1 1 0 1 1 0 2z" /></g><defs><clipPath id="add_circle_fill_white_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, 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, "Icon16BugOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon16BugOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon16BugOutline = (0, _iconssprite.makeIcon)('Icon16BugOutline', 'bug_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="bug_outline_16"><path fill-rule="evenodd" d="M4.07 1.97a.75.75 0 0 1 1.06 0l.798.797A4.4 4.4 0 0 1 8 2.25c.696 0 1.355.162 1.94.45l.73-.73a.75.75 0 1 1 1.06 1.06l-.564.565c.364.376.66.818.872 1.305H13.4a.75.75 0 0 1 0 1.5h-1.007q.007.124.007.25v.85h1.85a.75.75 0 0 1 0 1.5H12.4v.85q0 .331-.048.65H13.4a.75.75 0 0 1 0 1.5h-1.56A4.4 4.4 0 0 1 8 14.25 4.4 4.4 0 0 1 4.16 12H2.6a.75.75 0 0 1 0-1.5h1.048a4.4 4.4 0 0 1-.048-.65V9H1.75a.75.75 0 0 1 0-1.5H3.6v-.85q0-.126.007-.25H2.6a.75.75 0 1 1 0-1.5h1.362a4.4 4.4 0 0 1 .775-1.202L4.07 3.03a.75.75 0 0 1 0-1.06M8 12.75a2.9 2.9 0 0 0 2.9-2.9v-3.2a2.9 2.9 0 0 0-5.8 0v3.2a2.9 2.9 0 0 0 2.9 2.9m-1.25-6A.75.75 0 0 1 7.5 6h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M7.5 9a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);