@vkontakte/icons 1.168.0 → 1.169.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/logo_vk_video_outline.js +8 -0
- package/dist/es6/28/logo_vk_video_outline.js +2 -0
- package/dist/es6/index.js +1 -0
- package/dist/index.js +7 -0
- package/dist/typings/28/logo_vk_video_outline.d.ts +9 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/28/logo_vk_video_outline_28.svg +1 -0
- package/ts/28/logo_vk_video_outline.ts +18 -0
- package/ts/index.ts +1 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28LogoVkVideoOutline", "logo_vk_video_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="logo_vk_video_outline_28"><path fill-rule="evenodd" d="M7.79 11.037a2.229 2.229 0 0 1 2.941-1.656 15.142 15.142 0 0 1 5.021 2.966 2.204 2.204 0 0 1 0 3.31 15.14 15.14 0 0 1-5.008 2.961 2.23 2.23 0 0 1-2.942-1.646 14.948 14.948 0 0 1-.302-2.997c0-1.005.1-1.987.29-2.938Zm1.961.393c.025-.124.156-.22.314-.163 1.624.573 3.1 1.455 4.358 2.574a.207.207 0 0 1 .077.16.21.21 0 0 1-.077.161 13.141 13.141 0 0 1-4.347 2.571c-.158.056-.29-.039-.315-.162a12.949 12.949 0 0 1-.261-2.596c0-.872.087-1.723.251-2.545ZM16.044 3c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v4.088c0 1.363 0 2.447-.071 3.321-.074.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583-.874.071-1.958.071-3.321.071h-4.088c-1.363 0-2.447 0-3.321-.071-.896-.074-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.491 3 17.407 3 16.044v-4.088c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.509 3 10.593 3 11.956 3h4.088Zm4.772 19.564c-.31.158-.69.267-1.256.335.306-.357.57-.751.786-1.175.356-.7.51-1.463.583-2.359.071-.874.071-1.958.071-3.321v-4.088c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6.002 6.002 0 0 0-.786-1.175c.567.068.947.177 1.256.335a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748ZM8.797 5.064C9.581 5.002 10.583 5 12 5c1.417 0 2.419 0 3.203.065.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C19 9.581 19 10.583 19 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748c-.37.189-.841.308-1.613.371C14.419 23 13.417 23 12 23c-1.417 0-2.419 0-3.203-.065-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.748-1.748c-.189-.37-.308-.841-.371-1.613C5 18.419 5 17.417 5 16v-4c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28LogoVkVideoOutline", "logo_vk_video_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="logo_vk_video_outline_28"><path fill-rule="evenodd" d="M7.79 11.037a2.229 2.229 0 0 1 2.941-1.656 15.142 15.142 0 0 1 5.021 2.966 2.204 2.204 0 0 1 0 3.31 15.14 15.14 0 0 1-5.008 2.961 2.23 2.23 0 0 1-2.942-1.646 14.948 14.948 0 0 1-.302-2.997c0-1.005.1-1.987.29-2.938Zm1.961.393c.025-.124.156-.22.314-.163 1.624.573 3.1 1.455 4.358 2.574a.207.207 0 0 1 .077.16.21.21 0 0 1-.077.161 13.141 13.141 0 0 1-4.347 2.571c-.158.056-.29-.039-.315-.162a12.949 12.949 0 0 1-.261-2.596c0-.872.087-1.723.251-2.545ZM16.044 3c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v4.088c0 1.363 0 2.447-.071 3.321-.074.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583-.874.071-1.958.071-3.321.071h-4.088c-1.363 0-2.447 0-3.321-.071-.896-.074-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.491 3 17.407 3 16.044v-4.088c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.509 3 10.593 3 11.956 3h4.088Zm4.772 19.564c-.31.158-.69.267-1.256.335.306-.357.57-.751.786-1.175.356-.7.51-1.463.583-2.359.071-.874.071-1.958.071-3.321v-4.088c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6.002 6.002 0 0 0-.786-1.175c.567.068.947.177 1.256.335a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748ZM8.797 5.064C9.581 5.002 10.583 5 12 5c1.417 0 2.419 0 3.203.065.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C19 9.581 19 10.583 19 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748c-.37.189-.841.308-1.613.371C14.419 23 13.417 23 12 23c-1.417 0-2.419 0-3.203-.065-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.748-1.748c-.189-.37-.308-.841-.371-1.613C5 18.419 5 17.417 5 16v-4c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
package/dist/es6/index.js
CHANGED
|
@@ -1348,6 +1348,7 @@ export { default as Icon28LogoSkype } from "./28/logo_skype";
|
|
|
1348
1348
|
export { default as Icon28LogoVk } from "./28/logo_vk";
|
|
1349
1349
|
export { default as Icon28LogoVkColor } from "./28/logo_vk_color";
|
|
1350
1350
|
export { default as Icon28LogoVkOutline } from "./28/logo_vk_outline";
|
|
1351
|
+
export { default as Icon28LogoVkVideoOutline } from "./28/logo_vk_video_outline";
|
|
1351
1352
|
export { default as Icon28LogoWink } from "./28/logo_wink";
|
|
1352
1353
|
export { default as Icon28LotusOutline } from "./28/lotus_outline";
|
|
1353
1354
|
export { default as Icon28LoudspeakerSlashOutline } from "./28/loudspeaker_slash_outline";
|
package/dist/index.js
CHANGED
|
@@ -8102,6 +8102,12 @@ Object.defineProperty(exports, "Icon28LogoVkOutline", {
|
|
|
8102
8102
|
return _logoVkOutline2.default;
|
|
8103
8103
|
}
|
|
8104
8104
|
});
|
|
8105
|
+
Object.defineProperty(exports, "Icon28LogoVkVideoOutline", {
|
|
8106
|
+
enumerable: true,
|
|
8107
|
+
get: function() {
|
|
8108
|
+
return _logoVkVideoOutline.default;
|
|
8109
|
+
}
|
|
8110
|
+
});
|
|
8105
8111
|
Object.defineProperty(exports, "Icon28LogoWink", {
|
|
8106
8112
|
enumerable: true,
|
|
8107
8113
|
get: function() {
|
|
@@ -13358,6 +13364,7 @@ var _logoSkype1 = _interopRequireDefault(require("./28/logo_skype"));
|
|
|
13358
13364
|
var _logoVk3 = _interopRequireDefault(require("./28/logo_vk"));
|
|
13359
13365
|
var _logoVkColor1 = _interopRequireDefault(require("./28/logo_vk_color"));
|
|
13360
13366
|
var _logoVkOutline2 = _interopRequireDefault(require("./28/logo_vk_outline"));
|
|
13367
|
+
var _logoVkVideoOutline = _interopRequireDefault(require("./28/logo_vk_video_outline"));
|
|
13361
13368
|
var _logoWink = _interopRequireDefault(require("./28/logo_wink"));
|
|
13362
13369
|
var _lotusOutline = _interopRequireDefault(require("./28/lotus_outline"));
|
|
13363
13370
|
var _loudspeakerSlashOutline = _interopRequireDefault(require("./28/loudspeaker_slash_outline"));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon28LogoVkVideoOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon28LogoVkVideoOutlineProps>;
|
|
9
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -1348,6 +1348,7 @@ export { default as Icon28LogoSkype } from './28/logo_skype';
|
|
|
1348
1348
|
export { default as Icon28LogoVk } from './28/logo_vk';
|
|
1349
1349
|
export { default as Icon28LogoVkColor } from './28/logo_vk_color';
|
|
1350
1350
|
export { default as Icon28LogoVkOutline } from './28/logo_vk_outline';
|
|
1351
|
+
export { default as Icon28LogoVkVideoOutline } from './28/logo_vk_video_outline';
|
|
1351
1352
|
export { default as Icon28LogoWink } from './28/logo_wink';
|
|
1352
1353
|
export { default as Icon28LotusOutline } from './28/lotus_outline';
|
|
1353
1354
|
export { default as Icon28LoudspeakerSlashOutline } from './28/loudspeaker_slash_outline';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M7.79 11.037a2.229 2.229 0 0 1 2.941-1.656 15.142 15.142 0 0 1 5.021 2.966 2.204 2.204 0 0 1 0 3.31 15.14 15.14 0 0 1-5.008 2.961 2.23 2.23 0 0 1-2.942-1.646 14.948 14.948 0 0 1-.302-2.997c0-1.005.1-1.987.29-2.938Zm1.961.393c.025-.124.156-.22.314-.163 1.624.573 3.1 1.455 4.358 2.574a.207.207 0 0 1 .077.16.21.21 0 0 1-.077.161 13.141 13.141 0 0 1-4.347 2.571c-.158.056-.29-.039-.315-.162a12.949 12.949 0 0 1-.261-2.596c0-.872.087-1.723.251-2.545Z M16.044 3c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v4.088c0 1.363 0 2.447-.071 3.321-.074.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583-.874.071-1.958.071-3.321.071h-4.088c-1.363 0-2.447 0-3.321-.071-.896-.074-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.491 3 17.407 3 16.044v-4.088c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.509 3 10.593 3 11.956 3h4.088Zm4.772 19.564c-.31.158-.69.267-1.256.335.306-.357.57-.751.786-1.175.356-.7.51-1.463.583-2.359.071-.874.071-1.958.071-3.321v-4.088c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6.002 6.002 0 0 0-.786-1.175c.567.068.947.177 1.256.335a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748ZM8.797 5.064C9.581 5.002 10.583 5 12 5c1.417 0 2.419 0 3.203.065.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C19 9.581 19 10.583 19 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748c-.37.189-.841.308-1.613.371C14.419 23 13.417 23 12 23c-1.417 0-2.419 0-3.203-.065-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.748-1.748c-.189-.37-.308-.841-.371-1.613C5 18.419 5 17.417 5 16v-4c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28LogoVkVideoOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon28LogoVkVideoOutlineProps>(
|
|
12
|
+
'Icon28LogoVkVideoOutline',
|
|
13
|
+
'logo_vk_video_outline_28',
|
|
14
|
+
'0 0 28 28',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="logo_vk_video_outline_28"><path fill-rule="evenodd" d="M7.79 11.037a2.229 2.229 0 0 1 2.941-1.656 15.142 15.142 0 0 1 5.021 2.966 2.204 2.204 0 0 1 0 3.31 15.14 15.14 0 0 1-5.008 2.961 2.23 2.23 0 0 1-2.942-1.646 14.948 14.948 0 0 1-.302-2.997c0-1.005.1-1.987.29-2.938Zm1.961.393c.025-.124.156-.22.314-.163 1.624.573 3.1 1.455 4.358 2.574a.207.207 0 0 1 .077.16.21.21 0 0 1-.077.161 13.141 13.141 0 0 1-4.347 2.571c-.158.056-.29-.039-.315-.162a12.949 12.949 0 0 1-.261-2.596c0-.872.087-1.723.251-2.545ZM16.044 3c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v4.088c0 1.363 0 2.447-.071 3.321-.074.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583-.874.071-1.958.071-3.321.071h-4.088c-1.363 0-2.447 0-3.321-.071-.896-.074-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.491 3 17.407 3 16.044v-4.088c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.509 3 10.593 3 11.956 3h4.088Zm4.772 19.564c-.31.158-.69.267-1.256.335.306-.357.57-.751.786-1.175.356-.7.51-1.463.583-2.359.071-.874.071-1.958.071-3.321v-4.088c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6.002 6.002 0 0 0-.786-1.175c.567.068.947.177 1.256.335a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748ZM8.797 5.064C9.581 5.002 10.583 5 12 5c1.417 0 2.419 0 3.203.065.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C19 9.581 19 10.583 19 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748c-.37.189-.841.308-1.613.371C14.419 23 13.417 23 12 23c-1.417 0-2.419 0-3.203-.065-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.748-1.748c-.189-.37-.308-.841-.371-1.613C5 18.419 5 17.417 5 16v-4c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371Z" clip-rule="evenodd" /></symbol>',
|
|
16
|
+
28,
|
|
17
|
+
28
|
|
18
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -1348,6 +1348,7 @@ export { default as Icon28LogoSkype } from './28/logo_skype';
|
|
|
1348
1348
|
export { default as Icon28LogoVk } from './28/logo_vk';
|
|
1349
1349
|
export { default as Icon28LogoVkColor } from './28/logo_vk_color';
|
|
1350
1350
|
export { default as Icon28LogoVkOutline } from './28/logo_vk_outline';
|
|
1351
|
+
export { default as Icon28LogoVkVideoOutline } from './28/logo_vk_video_outline';
|
|
1351
1352
|
export { default as Icon28LogoWink } from './28/logo_wink';
|
|
1352
1353
|
export { default as Icon28LotusOutline } from './28/lotus_outline';
|
|
1353
1354
|
export { default as Icon28LoudspeakerSlashOutline } from './28/loudspeaker_slash_outline';
|