UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClockFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ClockFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.34784 20.9464 6.8043 19.0711 4.92893C17.1957 3.05357 14.6522 2 12 2C9.34784 2 6.8043 3.05357 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C6.8043 20.9464 9.34784 22 12 22ZM12.8929 8.42857C12.8929 8.19177 12.7988 7.96467 12.6313 7.79723C12.4639 7.62978 12.2368 7.53571 12 7.53571C11.7632 7.53571 11.5361 7.62978 11.3687 7.79723C11.2012 7.96467 11.1071 8.19177 11.1071 8.42857V12C11.1071 12.2086 11.18 12.4114 11.3143 12.5714L14.8857 16.8571C14.9597 16.9504 15.0516 17.0279 15.156 17.0851C15.2604 17.1424 15.3752 17.1781 15.4936 17.1903C15.6121 17.2025 15.7317 17.1909 15.8456 17.1562C15.9595 17.1215 16.0653 17.0643 16.1567 16.9881C16.2482 16.9119 16.3235 16.8181 16.3782 16.7124C16.4329 16.6066 16.4659 16.491 16.4752 16.3723C16.4846 16.2536 16.4701 16.1343 16.4327 16.0213C16.3952 15.9083 16.3355 15.8039 16.2571 15.7143L12.8929 11.6771V8.42857Z", fill: "currentColor" }))); }); exports.ClockFilledMIcon.displayName = 'ClockFilledMIcon';