iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 912 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Clockify = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.351 20.404a8.32 8.32 0 003.14-.616l2.69 2.694A11.923 11.923 0 0113.351 24C6.73 24 1.36 18.627 1.36 12S6.73 0 13.351 0c2.097 0 4.065.54 5.78 1.486l-2.648 2.65a8.33 8.33 0 00-3.132-.613c-4.638 0-8.397 3.779-8.397 8.44 0 4.662 3.76 8.44 8.397 8.44zm2.176-12.155l5.51-5.514 1.578 1.577-5.51 5.514zm-2.233 5.635a1.956 1.956 0 01-1.952-1.961c0-1.083.874-1.961 1.952-1.961 1.079 0 1.952.878 1.952 1.96a1.956 1.956 0 01-1.952 1.962zm9.347 5.695l-1.578 1.578-5.51-5.514 1.577-1.578z" }));
exports.default = Clockify;