UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCoolToDryW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CoolToDryW100", short_name: "CoolToDry", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11 19.125q-2.425-.35-4.062-2.175Q5.3 15.125 5.3 12.625q0-1.425.538-2.575.537-1.15 1.412-2.1l4.225-4.125q.125-.125.25-.175.125-.05.275-.05.15 0 .275.05.125.05.25.175L16.75 7.95q.675.725 1.163 1.612.487.888.687 1.913h-.7q-.175-.85-.588-1.6-.412-.75-1.062-1.375L12 4.3 7.75 8.5q-.875.825-1.312 1.875Q6 11.425 6 12.625q0 2.175 1.438 3.813Q8.875 18.075 11 18.425Zm.95-7.775Zm5.575 4.275q-.5-.2-.987-.363-.488-.162-1.038-.162-.45 0-.85.1-.4.1-.8.275-.125.05-.288 0-.162-.05-.212-.175-.05-.125.013-.263.062-.137.187-.187.475-.2.962-.325.488-.125.988-.125.525 0 1.05.125t1.025.325q.5.2.987.362.488.163 1.038.163.45 0 .862-.1.413-.1.813-.275.125-.05.287 0 .163.05.213.175.05.15-.012.287-.063.138-.213.188-.475.2-.962.312-.488.113-.988.113-.525 0-1.05-.125t-1.025-.325Zm0 2.5q-.5-.2-.987-.362-.488-.163-1.038-.163-.45 0-.85.1-.4.1-.8.275-.125.05-.288 0-.162-.05-.212-.175-.05-.125.013-.262.062-.138.187-.188.475-.2.962-.325.488-.125.988-.125.525 0 1.05.125t1.025.325q.5.2.987.362.488.163 1.038.163.45 0 .862-.1.413-.1.813-.275.125-.05.287 0 .163.05.213.175.05.15-.012.287-.063.138-.213.188-.475.2-.962.312-.488.113-.988.113-.525 0-1.05-.125t-1.025-.325Zm0 2.5q-.5-.2-.987-.362-.488-.163-1.038-.163-.45 0-.85.1-.4.1-.8.275-.125.05-.288 0-.162-.05-.212-.175-.05-.125.013-.262.062-.138.187-.188.475-.2.962-.325.488-.125.988-.125.525 0 1.05.125t1.025.325q.5.2.987.362.488.163 1.038.163.45 0 .862-.1.413-.1.813-.275.125-.05.287 0 .163.05.213.175.05.15-.012.287-.063.138-.213.188-.475.2-.962.312-.488.113-.988.113-.525 0-1.05-.125t-1.025-.325Z" })); }); IconMaterialCoolToDryW100.displayName = 'AmauiIconMaterialCoolToDryW100'; export default IconMaterialCoolToDryW100;