UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEco = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Eco", short_name: "Eco", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5.4 19.6Q4.275 18.475 3.638 17 3 15.525 3 13.95q0-1.575.6-3.113Q4.2 9.3 5.55 7.95q.875-.875 2.163-1.5Q9 5.825 10.762 5.462q1.763-.362 4.026-.437 2.262-.075 5.062.175.2 2.65.125 4.875-.075 2.225-.413 4.012-.337 1.788-.949 3.125Q18 18.55 17.1 19.45q-1.325 1.325-2.812 1.937Q12.8 22 11.25 22q-1.625 0-3.175-.637-1.55-.638-2.675-1.763Zm2.8-.4q.725.425 1.488.612.762.188 1.562.188 1.15 0 2.275-.462 1.125-.463 2.15-1.488.45-.45.912-1.262.463-.813.801-2.126.337-1.312.512-3.174.175-1.863.05-4.438-1.225-.05-2.762-.038-1.538.013-3.063.238-1.525.225-2.9.725T6.975 9.35q-1.125 1.125-1.55 2.225Q5 12.675 5 13.7q0 1.475.562 2.587.563 1.113.988 1.563 1.05-2 2.775-3.838Q11.05 12.175 13.35 11q-1.8 1.575-3.137 3.562Q8.875 16.55 8.2 19.2Zm0 0Zm0 0Z" })); }); IconMaterialEco.displayName = 'AmauiIconMaterialEco'; export default IconMaterialEco;