UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.05 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCoolToDry = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CoolToDry", short_name: "CoolToDry", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11 20.45q-2.95-.375-4.975-2.6Q4 15.625 4 12.6q0-1.65.613-3.063.612-1.412 1.737-2.487L11.3 2.2q.15-.15.325-.225Q11.8 1.9 12 1.9t.375.075q.175.075.325.225l4.95 4.85q.9.9 1.488 2.025.587 1.125.787 2.425H17.9q-.175-.85-.588-1.613Q16.9 9.125 16.25 8.5L12 4.3 7.75 8.5q-.875.825-1.312 1.862Q6 11.4 6 12.6q0 2.175 1.438 3.825 1.437 1.65 3.562 2Zm.95-9.1Zm5.425 4.15q-.45-.2-.913-.35Q16 15 15.5 15q-.4 0-.775.087-.375.088-.725.238-.275.125-.575.025-.3-.1-.425-.375-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325.525-.125 1.05-.125.575 0 1.137.137.563.138 1.088.338.45.2.913.35.462.15.962.15.4 0 .775-.088.375-.087.725-.237.275-.125.575-.038.3.088.425.363.125.3 0 .613-.125.312-.425.437-.5.2-1.025.325-.525.125-1.05.125-.575 0-1.137-.138-.563-.137-1.088-.337Zm0 3q-.45-.2-.913-.35Q16 18 15.5 18q-.4 0-.775.087-.375.088-.725.238-.275.125-.575.025-.3-.1-.425-.375-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325.525-.125 1.05-.125.575 0 1.137.137.563.138 1.088.338.45.2.913.35.462.15.962.15.4 0 .775-.087.375-.088.725-.238.275-.125.575-.038.3.088.425.363.125.3 0 .612-.125.313-.425.438-.5.2-1.025.325-.525.125-1.05.125-.575 0-1.137-.138-.563-.137-1.088-.337Zm0 3q-.45-.2-.913-.35Q16 21 15.5 21q-.4 0-.775.087-.375.088-.725.238-.275.125-.575.025-.3-.1-.425-.375-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325.525-.125 1.05-.125.575 0 1.137.137.563.138 1.088.338.45.2.913.35.462.15.962.15.4 0 .775-.087.375-.088.725-.238.275-.125.575-.038.3.088.425.363.125.3 0 .612-.125.313-.425.438-.5.2-1.025.325-.525.125-1.05.125-.575 0-1.137-.138-.563-.137-1.088-.337Z" })); }); IconMaterialCoolToDry.displayName = 'AmauiIconMaterialCoolToDry'; export default IconMaterialCoolToDry;