@vkontakte/icons 2.123.0 → 2.124.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/28/phone_28.js +13 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -0
- package/dist/typings/28/phone_28.d.ts +11 -0
- package/dist/typings/index.d.ts +1 -0
- package/dist_es6/28/phone_28.js +3 -0
- package/dist_es6/index.js +1 -0
- package/package.json +1 -1
- package/src/svg/28/phone_28.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28Phone", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28Phone;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28Phone = (0, _iconssprite.makeIcon)('Icon28Phone', 'phone_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="phone_28"><path d="M16.346 17.621c1.505-1.505 3.874-1.643 5.449-.32l1.138.96c1.299 1.093 1.43 3.063.293 4.4a3.69 3.69 0 0 1-2.44 1.259q-5.453.735-11.447-5.259Q3.346 12.668 4.08 7.213q.04-.428.176-.835A3.7 3.7 0 0 1 5.34 4.774c1.338-1.137 3.307-1.006 4.4.294l.957 1.138c1.327 1.573 1.19 3.943-.315 5.448l-.817.815a.79.79 0 0 0-.183.833q.447 1.218 2.273 3.044 1.828 1.828 3.045 2.275c.29.106.614.034.832-.184l.815-.816Z" /></symbol>', 28, 28, false, undefined);
|