iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 762 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 ClockClockwiseLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M134 80v44.6l37.09 22.25a6 6 0 01-6.18 10.3l-40-24A6 6 0 01122 128V80a6 6 0 0112 0zm90-22a6 6 0 00-6 6v23.36c-7.48-8.83-14.94-17.13-23.53-25.83a94 94 0 10-1.95 134.83 6 6 0 00-8.24-8.72A82 82 0 11186 70c9.24 9.36 17.18 18.3 25.31 28H184a6 6 0 000 12h40a6 6 0 006-6V64a6 6 0 00-6-6z" }));
exports.default = ClockClockwiseLight;