@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.66 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAirPurifierW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AirPurifierW100Filled",
short_name: "AirPurifier",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M420-372q44.55 0 76.275-31.725Q528-435.45 528-480q0-44.55-31.725-76.275Q464.55-588 420-588q-44.55 0-76.275 31.725Q312-524.55 312-480q0 44.55 31.725 76.275Q375.45-372 420-372Zm0-28q-33 0-56.5-23.5T340-480q0-33 23.5-56.5T420-560q33 0 56.5 23.5T500-480q0 33-23.5 56.5T420-400Zm244-106q-6.219 0-10.61-3.5Q649-513 649-520t4.39-10.5q4.391-3.5 10.61-3.5 17.217 0 30.609-7.5Q708-549 716-566q11-23 32-35.5t45-12.5q5.95 0 9.975 4.035 4.025 4.035 4.025 10T802.975-590q-4.025 4-9.975 4-17 0-31 7.5T740-554q-11 23-31.265 35.5Q688.471-506 664-506Zm0 160q-6.219 0-10.61-3.5Q649-353 649-360t4.39-10.5q4.391-3.5 10.61-3.5 17.217 0 30.609-7.5Q708-389 716-406q11-21 31.265-34.5Q767.529-454 792-454q6.219 0 10.61 3.5Q807-447 807-440t-4.39 10.5Q798.219-426 792-426q-17.217 0-30.609 7.5Q748-411 740-394q-11 23-31.265 35.5Q688.471-346 664-346ZM232-172q-24.75 0-42.375-17.625T172-232v-448q0-44.55 31.725-76.275Q235.45-788 280-788h280q44.55 0 76.275 31.725Q668-724.55 668-680v40h-8q-12.75 0-21.375 8.625T630-610v300q0 12.75 8.625 21.375T660-280h8v48q0 24.75-17.625 42.375T608-172H232Z"
}));
});
IconMaterialAirPurifierW100Filled.displayName = 'AmauiIconMaterialAirPurifierW100Filled';
export default IconMaterialAirPurifierW100Filled;