iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 741 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 ArrowCounterclockwise = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-arrow-counterclockwise", viewBox: "0 0 16 16", ...props },
React.createElement("path", { fillRule: "evenodd", d: "M8 3a5 5 0 11-4.546 2.914.5.5 0 00-.908-.417A6 6 0 108 2z" }),
React.createElement("path", { d: "M8 4.466V.534a.25.25 0 00-.41-.192L5.23 2.308a.25.25 0 000 .384l2.36 1.966A.25.25 0 008 4.466" }));
exports.default = ArrowCounterclockwise;