iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 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 Euro = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.043 5a7.252 7.252 0 00-6.71 4.5h4.702a.75.75 0 010 1.5H8.901a7.295 7.295 0 000 2.5h5.134a.75.75 0 010 1.5H9.333a7.252 7.252 0 009.321 4.016.75.75 0 11.54 1.4A8.754 8.754 0 017.734 15H5.578a.75.75 0 010-1.501h1.804a8.824 8.824 0 010-2.5H5.579a.75.75 0 010-1.5h2.155a8.754 8.754 0 0111.46-5.415.75.75 0 01-.54 1.4A7.23 7.23 0 0016.044 5z", fill: "#323544" }));
exports.default = Euro;