@vkontakte/icons 2.131.0 → 2.133.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/20/sticker_outline_20.js +13 -0
- package/dist/48/pause_48.js +1 -1
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -0
- package/dist/typings/20/sticker_outline_20.d.ts +11 -0
- package/dist/typings/index.d.ts +1 -0
- package/dist_es6/20/sticker_outline_20.js +3 -0
- package/dist_es6/48/pause_48.js +1 -1
- package/dist_es6/index.js +1 -0
- package/package.json +1 -1
- package/src/svg/20/sticker_outline_20.svg +1 -0
- package/src/svg/48/pause_48.svg +1 -13
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20StickerOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20StickerOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20StickerOutline = (0, _iconssprite.makeIcon)('Icon20StickerOutline', 'sticker_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="sticker_outline_20"><path fill-rule="evenodd" d="M9.692 1.5a.75.75 0 0 1 .557.22l8.031 8.03a.75.75 0 0 1 .22.558 8.48 8.48 0 0 1-2.485 5.702 8.48 8.48 0 0 1-6.013 2.49 8.48 8.48 0 0 1-6.012-2.49A8.48 8.48 0 0 1 1.5 9.997c0-2.347.953-4.474 2.49-6.012A8.48 8.48 0 0 1 9.692 1.5M8.605 3.134A7 7 0 0 0 5.05 5.046 6.98 6.98 0 0 0 3 9.997a6.98 6.98 0 0 0 2.051 4.952A6.98 6.98 0 0 0 10.002 17a6.98 6.98 0 0 0 4.952-2.051 7 7 0 0 0 1.912-3.554 6.8 6.8 0 0 1-1.695.214 6.76 6.76 0 0 1-4.794-1.986A6.76 6.76 0 0 1 8.39 4.83c0-.585.074-1.153.214-1.695Zm1.425.487a5.3 5.3 0 0 0-.14 1.209 5.26 5.26 0 0 0 1.547 3.733 5.3 5.3 0 0 0 4.941 1.408l-6.35-6.349Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
package/dist/48/pause_48.js
CHANGED
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon48Pause", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon48Pause = (0, _iconssprite.makeIcon)('Icon48Pause', 'pause_48', '0 0 48 48', '<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" id="pause_48"><
|
|
13
|
+
var Icon48Pause = (0, _iconssprite.makeIcon)('Icon48Pause', 'pause_48', '0 0 48 48', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" id="pause_48"><path d="M17.154 6c1.337 0 1.822.14 2.311.4.49.262.873.646 1.134 1.135.262.489.401.974.401 2.31v28.31c0 1.336-.14 1.821-.4 2.31a2.73 2.73 0 0 1-1.135 1.134c-.489.262-.974.401-2.31.401h-5.31c-1.337 0-1.821-.14-2.31-.4A2.73 2.73 0 0 1 8.4 40.464c-.262-.489-.401-.974-.401-2.31V9.844c0-1.336.14-1.821.4-2.31A2.73 2.73 0 0 1 9.536 6.4c.489-.262.973-.401 2.31-.401h5.31Zm19 0c1.337 0 1.822.14 2.311.4.49.262.873.646 1.134 1.135.262.489.401.974.401 2.31v28.31c0 1.336-.14 1.821-.4 2.31a2.73 2.73 0 0 1-1.135 1.134c-.489.262-.974.401-2.31.401h-5.31c-1.336 0-1.821-.14-2.31-.4a2.73 2.73 0 0 1-1.134-1.135c-.262-.489-.401-.974-.401-2.31V9.844c0-1.336.14-1.821.4-2.31A2.73 2.73 0 0 1 28.536 6.4c.489-.262.974-.401 2.31-.401h5.31Z" /></symbol>', 48, 48, false, undefined);
|