@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.56 kB
JavaScript
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 IconMaterialAirFreshenerW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirFreshenerW100Filled', 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-6 4-10t10-4h128q6 0 10 4t4 10v97q57 27 92 77.5T686-336q-1 54-26 100t-70 74H370ZM248-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-736Z" }) })));
});
IconMaterialAirFreshenerW100Filled.displayName = 'OnesyIconMaterialAirFreshenerW100Filled';
exports.default = IconMaterialAirFreshenerW100Filled;
;