UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.47 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDewPointFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DewPointFilled", short_name: "DewPoint", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M15.5 11q-.625 0-1.062-.438Q14 10.125 14 9.5q0-.325.238-.75.237-.425.512-.812.275-.388.512-.663L15.5 7l.238.275q.237.275.512.663.275.387.513.812.237.425.237.75 0 .625-.438 1.062Q16.125 11 15.5 11Zm4-3q-.625 0-1.062-.438Q18 7.125 18 6.5q0-.325.238-.75.237-.425.512-.813.275-.387.513-.662L19.5 4l.238.275q.237.275.512.662.275.388.513.813.237.425.237.75 0 .625-.438 1.062Q20.125 8 19.5 8Zm0 6q-.625 0-1.062-.438Q18 13.125 18 12.5q0-.325.238-.75.237-.425.512-.812.275-.388.513-.663L19.5 10l.238.275q.237.275.512.663.275.387.513.812.237.425.237.75 0 .625-.438 1.062Q20.125 14 19.5 14ZM9 21q-2.075 0-3.537-1.462Q4 18.075 4 16q0-1.2.525-2.238Q5.05 12.725 6 12V6q0-1.25.875-2.125T9 3q1.25 0 2.125.875T12 6v6q.95.725 1.475 1.762Q14 14.8 14 16q0 2.075-1.462 3.538Q11.075 21 9 21Zm-3-5h6q0-.725-.312-1.35-.313-.625-.888-1.05L10 13V6q0-.425-.287-.713Q9.425 5 9 5t-.712.287Q8 5.575 8 6v7l-.8.6q-.575.425-.888 1.05Q6 15.275 6 16Z" })); }); IconMaterialDewPointFilled.displayName = 'AmauiIconMaterialDewPointFilled'; export default IconMaterialDewPointFilled;