@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.99 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCoolToDryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CoolToDryW100Filled",
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.512-2.6Q6.325 8.85 7.25 7.95l4.225-4.125q.125-.125.25-.175.125-.05.275-.05.15 0 .275.05.125.05.25.175L16.75 7.95q.725.7 1.188 1.6.462.9.662 1.925h-6.1q-.625 0-1.062.437Q11 12.35 11 12.975Zm6.525-3.5q-.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"
}));
});
IconMaterialCoolToDryW100Filled.displayName = 'AmauiIconMaterialCoolToDryW100Filled';
export default IconMaterialCoolToDryW100Filled;