UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 725 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 ArrowCounterClockwiseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 128a100 100 0 01-98.66 100H128a99.39 99.39 0 01-68.62-27.29 12 12 0 0116.48-17.45 76 76 0 10-1.57-109c-.13.13-.25.25-.39.37L54.89 92H72a12 12 0 010 24H24a12 12 0 01-12-12V56a12 12 0 0124 0v20.72l21.48-19.66A100 100 0 01228 128z" })); exports.default = ArrowCounterClockwiseBold;