UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 791 B
"use strict"; 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 ClockClockwiseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M136 80v43.47l36.12 21.67a8 8 0 01-8.24 13.72l-40-24A8 8 0 01120 128V80a8 8 0 0116 0zm91.06-23.39a8 8 0 00-8.72 1.73L206 70.71c-3.23-3.51-6.56-7-10.1-10.59a96 96 0 10-2 137.7 8 8 0 00-11-11.64 80 80 0 111.64-114.78c3.54 3.58 6.87 7.1 10.11 10.63l-16.31 16.31A8 8 0 00184 112h40a8 8 0 008-8V64a8 8 0 00-4.94-7.39z" })); exports.default = ClockClockwiseFill;