UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.64 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DryW100Filled", short_name: "Dry", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 19.75q-.8 0-1.375-.575T3.05 17.8v-3.325q0-.4.175-.763.175-.362.45-.637L8.55 8.45q.225-.2.538-.2.312 0 .512.225l.05.05q.1.1.1.225T9.7 9l-1.575 2.75h8.725q.2 0 .35.162.15.163.15.388t-.162.388q-.163.162-.388.162h-5.25q-.25 0-.425.175t-.175.425q0 .25.175.425t.425.175h6.85q.225 0 .388.162.162.163.162.388t-.162.388q-.163.162-.388.162h-6.85q-.25 0-.425.175t-.175.425q0 .25.175.425t.425.175h6.05q.225 0 .388.163.162.162.162.387t-.162.388q-.163.162-.388.162h-6.05q-.25 0-.425.175t-.175.425q0 .25.175.425t.425.175H16q.225 0 .388.162.162.163.162.388t-.162.387q-.163.163-.388.163ZM15.575 8.925q-.15 0-.25-.1t-.1-.275q0-.625-.262-1.238Q14.7 6.7 14.25 6.25q-.575-.575-.862-1.3-.288-.725-.288-1.5 0-.15.075-.263.075-.112.275-.112t.263.137q.062.138.062.338 0 .6.225 1.15.225.55.675 1 .575.575.9 1.35.325.775.325 1.55 0 .15-.088.237-.087.088-.237.088Zm3.5 0q-.15 0-.25-.1t-.1-.275q0-.625-.263-1.238Q18.2 6.7 17.75 6.25q-.575-.575-.862-1.312Q16.6 4.2 16.6 3.45q0-.15.075-.263.075-.112.275-.112t.263.137q.062.138.062.338 0 .6.225 1.15.225.55.675 1 .575.6.9 1.35.325.75.325 1.55 0 .15-.088.237-.087.088-.237.088Z" })); }); IconMaterialDryW100Filled.displayName = 'AmauiIconMaterialDryW100Filled'; export default IconMaterialDryW100Filled;