UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.75 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 IconMaterialAirFreshenerW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirFreshenerW100', short_name: 'AirFreshener', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-736q-11 0-19.5-8.5T452-764q0-11 8.5-19.5T480-792q11 0 19.5 8.5T508-764q0 11-8.5 19.5T480-736Zm0-136q-11 0-19.5-8.5T452-900q0-11 8.5-19.5T480-928q11 0 19.5 8.5T508-900q0 11-8.5 19.5T480-872ZM370-162q-45-28-70-74t-26-100q1-63 36-113.5t92-77.5v-97q0-5.95 4.02-9.97Q410.05-638 416-638h128q5.95 0 9.97 4.03Q558-629.95 558-624v97q57 27 92 77.5T686-336q-1 54-26 100t-70 74H370Zm8-28h204q35-26 55.5-64.02Q658-292.03 658-336q0-51.26-27.5-94.13T557-496l-27-13v-101H430v101l-27 13q-46 23-73.5 65.87Q302-387.26 302-336q0 43.97 20.5 81.98Q343-216 378-190ZM248-832q-11 0-19.5-8.5T220-860q0-11 8.5-19.5T248-888q11 0 19.5 8.5T276-860q0 11-8.5 19.5T248-832Zm464 0q-11 0-19.5-8.5T684-860q0-11 8.5-19.5T712-888q11 0 19.5 8.5T740-860q0 11-8.5 19.5T712-832Zm-368 96q-11 0-19.5-8.5T316-764q0-11 8.5-19.5T344-792q11 0 19.5 8.5T372-764q0 11-8.5 19.5T344-736Zm272 0q-11 0-19.5-8.5T588-764q0-11 8.5-19.5T616-792q11 0 19.5 8.5T644-764q0 11-8.5 19.5T616-736ZM480-336Z" }) }))); }); IconMaterialAirFreshenerW100.displayName = 'OnesyIconMaterialAirFreshenerW100'; exports.default = IconMaterialAirFreshenerW100;