UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.84 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialAirPurifierW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirPurifierW100Filled', short_name: 'AirPurifier', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M420-372q44.55 0 76.27-31.73Q528-435.45 528-480t-31.73-76.28Q464.55-588 420-588t-76.27 31.72Q312-524.55 312-480t31.73 76.27Q375.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.22 0-10.61-3.5T649-520q0-7 4.39-10.5T664-534q17.22 0 30.61-7.5T716-566q11-23 32-35.5t45-12.5q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4-17 0-31 7.5T740-554q-11 23-31.26 35.5Q688.47-506 664-506Zm0 160q-6.22 0-10.61-3.5T649-360q0-7 4.39-10.5T664-374q17.22 0 30.61-7.5T716-406q11-21 31.26-34.5Q767.53-454 792-454q6.22 0 10.61 3.5T807-440q0 7-4.39 10.5T792-426q-17.22 0-30.61 7.5T740-394q-11 23-31.26 35.5Q688.47-346 664-346ZM232-172q-24.75 0-42.37-17.63Q172-207.25 172-232v-448q0-44.55 31.73-76.28Q235.45-788 280-788h280q44.55 0 76.28 31.72Q668-724.55 668-680v12q0 11-8.5 19.5T640-640q-12.75 0-21.37 8.62Q610-622.75 610-610v300q0 12.75 8.63 21.37Q627.25-280 640-280q11 0 19.5 8.5T668-252v20q0 24.75-17.62 42.37Q632.75-172 608-172H232Z" }) }))); }); IconMaterialAirPurifierW100Filled.displayName = 'OnesyIconMaterialAirPurifierW100Filled'; exports.default = IconMaterialAirPurifierW100Filled;