iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 690 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 ArrowCounterClockwiseLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M222 128a94 94 0 01-92.74 94H128a93.43 93.43 0 01-64.5-25.65 6 6 0 118.24-8.72A82 82 0 1070 70l-.19.19L39.44 98H72a6 6 0 010 12H24a6 6 0 01-6-6V56a6 6 0 0112 0v34.34L61.63 61.4A94 94 0 01222 128z" }));
exports.default = ArrowCounterClockwiseLight;