@vkontakte/icons 3.58.0 → 3.59.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/clock_check_alt_outline_28.d.ts +5 -0
- package/dist/28/clock_check_alt_outline_28.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/typings/28/clock_check_alt_outline_28.d.ts +5 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +2 -2
- package/src/svg/28/clock_check_alt_outline_28.svg +1 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
+
export const Icon28ClockCheckAltOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "clock_check_alt_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M12.365 2.113a12 12 0 0 1 13.58 13.032 1 1 0 0 1-1.99-.192 10.002 10.002 0 0 0-11.317-10.86A10.001 10.001 0 0 0 14 24a1 1 0 0 1 0 2 12 12 0 0 1-1.635-23.887m10.928 16.68a1 1 0 1 1 1.414 1.414l-4.5 4.5a1 1 0 0 1-1.414 0l-2.5-2.5a1 1 0 0 1 1.414-1.414l1.793 1.793zM14.5 8a1 1 0 0 1 1 1v4.854c0 .398-.158.78-.44 1.061l-2.853 2.854a1 1 0 0 1-1.414-1.415l2.707-2.707V9a1 1 0 0 1 1-1"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|