UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEcoW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EcoW100", short_name: "Eco", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.3 18.675q-.95-.95-1.475-2.175-.525-1.225-.525-2.55 0-1.325.512-2.65.513-1.325 1.638-2.45.975-.975 2.488-1.512 1.512-.538 3.212-.763 1.7-.225 3.413-.238 1.712-.012 3.087.063.1 1.35.088 3.062-.013 1.713-.263 3.413-.25 1.7-.787 3.212Q17.15 17.6 16.2 18.55q-1.1 1.125-2.388 1.638-1.287.512-2.562.512-1.35 0-2.675-.525-1.325-.525-2.275-1.5Zm1.35.225q.8.55 1.763.825.962.275 1.837.275 1.175 0 2.312-.45 1.138-.45 2.138-1.5.45-.45.9-1.262.45-.813.788-2.126.337-1.312.512-3.174.175-1.863.1-4.438-1.225-.05-2.787-.013-1.563.038-3.125.275-1.563.238-2.925.713Q7.8 8.5 7 9.3q-1.1 1.1-1.55 2.312Q5 12.825 5 13.85q0 1.325.537 2.525.538 1.2 1.413 1.925.5-1.7 1.688-3.262Q9.825 13.475 12.2 12q-1.7 1.475-2.825 3.075-1.125 1.6-1.725 3.825Zm0 0Zm0 0Z" })); }); IconMaterialEcoW100.displayName = 'AmauiIconMaterialEcoW100'; export default IconMaterialEcoW100;