UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.09 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Euro48 = (_a) => { var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.439 18.5c2.265-6.409 8.377-11 15.56-11 3.395 0 6.546 1.023 9.167 2.778a1.5 1.5 0 0 0 1.668-2.493A19.416 19.416 0 0 0 28 4.5c-8.86 0-16.34 5.909-18.714 14H6a1.5 1.5 0 0 0 0 3h2.659a19.688 19.688 0 0 0 0 5H6a1.5 1.5 0 0 0 0 3h3.286c2.375 8.092 9.854 14 18.714 14 4.006 0 7.735-1.21 10.834-3.285a1.5 1.5 0 0 0-1.668-2.493A16.416 16.416 0 0 1 28 40.5c-7.184 0-13.296-4.591-15.561-11H30a1.5 1.5 0 0 0 0-3H11.688a16.631 16.631 0 0 1 0-5H30a1.5 1.5 0 0 0 0-3H12.439Z" }))); }; exports.default = Euro48;