iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 850 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 CurrencyGuarani = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-currency-guarani", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M16.007 7.54A5.965 5.965 0 0011.999 6a6 6 0 00-5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 004-1.536c.732-.66 1.064-2.148 1-4.464h-5M12 20V4" }));
exports.default = CurrencyGuarani;