UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.79 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCompostW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CompostW100Filled", short_name: "Compost", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 19.35q-1.575 0-2.962-.6-1.388-.6-2.413-1.625T5 14.713q-.6-1.388-.6-2.963 0-1.575.6-2.963.6-1.387 1.625-2.412T9.038 4.75q1.387-.6 2.962-.6V3.125q0-.275.238-.388.237-.112.437.088l2.25 2.25q.125.125.125.275 0 .15-.125.275l-2.25 2.25q-.2.2-.437.087Q12 7.85 12 7.575V6.55q-2.15 0-3.675 1.525T6.8 11.75q0 1.325.6 2.45.6 1.125 1.65 1.825.3-.55.938-.938.637-.387 1.462-.487-.075-.425-.175-.85-.1-.425-.225-.775-.225.175-.488.275-.262.1-.562.1-.65 0-1.125-.475T8.4 11.75v-.8q0-.175-.025-.325-.025-.15-.075-.3-.1-.275 0-.438.1-.162.35-.137.375.025.888.125.512.1.962.325.45.225.775.587.325.363.325.963 0 .2-.038.35-.037.15-.112.3-.25-.2-.512-.363-.263-.162-.538-.287.35.275.788.812.437.538.812 1.263.425-.975 1.013-1.925.587-.95 1.387-1.75-.45.325-.875.675-.425.35-.825.775-.125-.225-.212-.5-.088-.275-.088-.55 0-.825.588-1.413.587-.587 1.412-.587h.8q.375 0 .638-.063.262-.062.462-.237.2-.15.363-.1.162.05.162.3 0 .5-.075 1.2T16.425 11q-.25.65-.725 1.1-.475.45-1.3.45-.3 0-.562-.088-.263-.087-.488-.212-.15.375-.325 1-.175.625-.275 1.35.75.15 1.325.525t.875.9q.925-.65 1.512-1.638.588-.987.713-2.187.025-.2.15-.325t.325-.125h1.5q.2 0 .325.125t.1.325q-.075 1.5-.7 2.8-.625 1.3-1.65 2.263-1.025.962-2.362 1.525-1.338.562-2.863.562Z" })); }); IconMaterialCompostW100Filled.displayName = 'AmauiIconMaterialCompostW100Filled'; export default IconMaterialCompostW100Filled;