iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 801 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 ClockCounterClockwiseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M140 80v41.21l34.17 20.5a12 12 0 11-12.34 20.58l-40-24A12 12 0 01116 128V80a12 12 0 0124 0zm-12-52a99.38 99.38 0 00-70.76 29.34c-4.69 4.74-9 9.37-13.24 14V64a12 12 0 00-24 0v40a12 12 0 0012 12h40a12 12 0 000-24H57.77c5.23-6 10.6-11.78 16.49-17.74a76 76 0 111.58 109 12 12 0 00-16.48 17.46A100 100 0 10128 28z" }));
exports.default = ClockCounterClockwiseBold;