@vkontakte/icons 2.67.0 → 2.68.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/index.js CHANGED
@@ -3300,6 +3300,9 @@ _export(exports, {
3300
3300
  Icon24Clock: function() {
3301
3301
  return _clock_24.Icon24Clock;
3302
3302
  },
3303
+ Icon24ClockCircleDashedOutline: function() {
3304
+ return _clock_circle_dashed_outline_24.Icon24ClockCircleDashedOutline;
3305
+ },
3303
3306
  Icon24ClockCircleFillGray: function() {
3304
3307
  return _clock_circle_fill_gray_24.Icon24ClockCircleFillGray;
3305
3308
  },
@@ -9423,6 +9426,7 @@ var _circle_dashed_outline_24 = require("./24/circle_dashed_outline_24");
9423
9426
  var _circle_small_24 = require("./24/circle_small_24");
9424
9427
  var _clip_outline_24 = require("./24/clip_outline_24");
9425
9428
  var _clock_24 = require("./24/clock_24");
9429
+ var _clock_circle_dashed_outline_24 = require("./24/clock_circle_dashed_outline_24");
9426
9430
  var _clock_circle_fill_gray_24 = require("./24/clock_circle_fill_gray_24");
9427
9431
  var _clock_outline_24 = require("./24/clock_outline_24");
9428
9432
  var _cloud_arrow_up_outline_24 = require("./24/cloud_arrow_up_outline_24");
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24ClockCircleDashedOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon24ClockCircleDashedOutline: import("react").FC<Icon24ClockCircleDashedOutlineProps>;
@@ -1095,6 +1095,7 @@ export { Icon24CircleDashedOutline } from './24/circle_dashed_outline_24';
1095
1095
  export { Icon24CircleSmall } from './24/circle_small_24';
1096
1096
  export { Icon24ClipOutline } from './24/clip_outline_24';
1097
1097
  export { Icon24Clock } from './24/clock_24';
1098
+ export { Icon24ClockCircleDashedOutline } from './24/clock_circle_dashed_outline_24';
1098
1099
  export { Icon24ClockCircleFillGray } from './24/clock_circle_fill_gray_24';
1099
1100
  export { Icon24ClockOutline } from './24/clock_outline_24';
1100
1101
  export { Icon24CloudArrowUpOutline } from './24/cloud_arrow_up_outline_24';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.67.0",
3
+ "version": "2.68.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M12.75 3.634h.009a8.4 8.4 0 0 1 3.126.918l.01.006a8.401 8.401 0 0 1 1.377.902l.01.008a8.397 8.397 0 0 1 2.085 2.496l.006.012a8.388 8.388 0 0 1 .644 1.516l.004.013a8.395 8.395 0 0 1 .347 3.231l-.002.014a8.384 8.384 0 0 1-.307 1.618l-.003.011a8.398 8.398 0 0 1-1.51 2.886l-.006.007a8.39 8.39 0 0 1-1.155 1.175l-.008.006a8.402 8.402 0 0 1-2.862 1.562l-.007.002a8.392 8.392 0 0 1-1.46.317l-.006.001a8.883 8.883 0 0 1-.146.017.9.9 0 1 0 .192 1.79A10.2 10.2 0 0 0 12 1.8h-.089a.9.9 0 0 0 .016 1.8 8.4 8.4 0 0 1 .823.034ZM2.692 11.181a.9.9 0 0 1 .908.892c.003.276.019.55.048.823a.9.9 0 0 1-1.79.192 10.36 10.36 0 0 1-.058-.999.9.9 0 0 1 .892-.908Zm1.935 4.843a.9.9 0 0 0-1.58.863 10.212 10.212 0 0 0 1.125 1.652.9.9 0 1 0 1.381-1.154 8.421 8.421 0 0 1-.926-1.36Zm2.263 3.799a.9.9 0 0 1 1.215-.38 8.425 8.425 0 0 0 1.527.616.9.9 0 1 1-.508 1.727 10.232 10.232 0 0 1-1.854-.749.9.9 0 0 1-.38-1.214Z M12.4 8a.9.9 0 1 0-1.8 0v4.432a.9.9 0 0 0 .524.818l4.5 2.068a.9.9 0 0 0 .752-1.636L12.4 11.855V8Z"/></svg>