UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.99 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("@amaui/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 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 5.6q-.275 0-.487-.213-.213-.212-.213-.487t.213-.488Q11.725 4.2 12 4.2t.488.212q.212.213.212.488t-.212.487Q12.275 5.6 12 5.6Zm0-3.4q-.275 0-.487-.213-.213-.212-.213-.487t.213-.488Q11.725.8 12 .8t.488.212q.212.213.212.488t-.212.487Q12.275 2.2 12 2.2ZM9.25 19.95q-1.125-.675-1.75-1.863-.625-1.187-.65-2.487.025-1.425.863-2.738.837-1.312 2.337-2.037V8.4q0-.15.1-.25t.25-.1h3.2q.15 0 .25.1t.1.25v2.425q1.45.7 2.312 2 .863 1.3.888 2.775-.025 1.275-.625 2.45-.6 1.175-1.775 1.9Zm.2-.7h5.1q.9-.675 1.4-1.638.5-.962.5-2.012 0-1.3-.675-2.363-.675-1.062-1.85-1.637l-.675-.325V8.75h-2.5v2.525l-.675.325q-1.175.575-1.85 1.637Q7.55 14.3 7.55 15.6q0 1.05.5 2.012.5.963 1.4 1.638ZM6.2 3.2q-.275 0-.487-.213Q5.5 2.775 5.5 2.5t.213-.488Q5.925 1.8 6.2 1.8t.488.212q.212.213.212.488t-.212.487Q6.475 3.2 6.2 3.2Zm11.6 0q-.275 0-.488-.213-.212-.212-.212-.487t.212-.488q.213-.212.488-.212t.488.212q.212.213.212.488t-.212.487q-.213.213-.488.213ZM8.6 5.6q-.275 0-.487-.213Q7.9 5.175 7.9 4.9t.213-.488Q8.325 4.2 8.6 4.2t.488.212q.212.213.212.488t-.212.487Q8.875 5.6 8.6 5.6Zm6.8 0q-.275 0-.487-.213-.213-.212-.213-.487t.213-.488q.212-.212.487-.212t.488.212q.212.213.212.488t-.212.487q-.213.213-.488.213ZM12 14Z" }) }))); }); IconMaterialAirFreshenerW100.displayName = 'AmauiIconMaterialAirFreshenerW100'; exports.default = IconMaterialAirFreshenerW100;