@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClockFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ClockFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 15.75C10.0554 15.75 12.0267 14.9335 13.4801 13.4801C14.9335 12.0267 15.75 10.0554 15.75 8C15.75 5.94457 14.9335 3.97333 13.4801 2.51992C12.0267 1.06652 10.0554 0.25 8 0.25C5.94457 0.25 3.97333 1.06652 2.51992 2.51992C1.06652 3.97333 0.25 5.94457 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75ZM8.69196 5.23214C8.69196 5.04862 8.61906 4.87262 8.48929 4.74285C8.35952 4.61308 8.18352 4.54018 8 4.54018C7.81648 4.54018 7.64048 4.61308 7.51071 4.74285C7.38094 4.87262 7.30804 5.04862 7.30804 5.23214V8C7.30804 8.16164 7.3645 8.31886 7.46857 8.44286L10.2364 11.7643C10.2938 11.8366 10.365 11.8966 10.4459 11.941C10.5268 11.9853 10.6158 12.0131 10.7076 12.0225C10.7994 12.032 10.8921 12.023 10.9804 11.996C11.0686 11.9691 11.1506 11.9248 11.2215 11.8658C11.2924 11.8067 11.3507 11.7341 11.3931 11.6521C11.4355 11.5701 11.4611 11.4805 11.4683 11.3886C11.4756 11.2966 11.4643 11.2041 11.4353 11.1165C11.4063 11.0289 11.36 10.948 11.2993 10.8786L8.69196 7.74979V5.23214Z", fill: "currentColor" }))); });
exports.ClockFilledSIcon.displayName = 'ClockFilledSIcon';