UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.28 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEuroFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EuroFilled", short_name: "Euro", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M15 21q-2.95 0-5.25-1.675T6.5 15H3q-.425 0-.712-.288Q2 14.425 2 14t.288-.713Q2.575 13 3 13h3.05Q6 12.725 6 12.5v-1q0-.225.05-.5H3q-.425 0-.712-.288Q2 10.425 2 10t.288-.713Q2.575 9 3 9h3.5q.95-2.65 3.25-4.325Q12.05 3 15 3q1.375 0 2.613.375 1.237.375 2.312 1.075.45.3.488.85.037.55-.388.975-.3.3-.762.35-.463.05-.888-.2-.75-.425-1.6-.675-.85-.25-1.775-.25-1.875 0-3.412.963Q10.05 7.425 9.25 9H15q.425 0 .713.287Q16 9.575 16 10t-.287.712Q15.425 11 15 11H8.6q-.05.275-.075.5-.025.225-.025.5t.025.5q.025.225.075.5H15q.425 0 .713.287.287.288.287.713t-.287.712Q15.425 15 15 15H9.25q.8 1.575 2.338 2.538 1.537.962 3.412.962.9 0 1.775-.25.875-.25 1.6-.675.425-.25.875-.213.45.038.775.363.425.425.388.975-.038.55-.488.85-1.075.7-2.312 1.075Q16.375 21 15 21Z" })); }); IconMaterialEuroFilled.displayName = 'AmauiIconMaterialEuroFilled'; export default IconMaterialEuroFilled;