UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.06 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 IconMaterialAppsOutageW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AppsOutageW100Filled', short_name: 'AppsOutage', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 19q-.4 0-.7-.3-.3-.3-.3-.7 0-.425.3-.712Q5.6 17 6 17q.425 0 .713.288Q7 17.575 7 18q0 .4-.287.7-.288.3-.713.3Zm0-6q-.4 0-.7-.3-.3-.3-.3-.7 0-.425.3-.713Q5.6 11 6 11q.425 0 .713.287Q7 11.575 7 12q0 .4-.287.7-.288.3-.713.3Zm0-6q-.4 0-.7-.3Q5 6.4 5 6q0-.425.3-.713Q5.6 5 6 5q.425 0 .713.287Q7 5.575 7 6q0 .4-.287.7Q6.425 7 6 7Zm6 12q-.4 0-.7-.3-.3-.3-.3-.7 0-.425.3-.712.3-.288.7-.288.425 0 .713.288.287.287.287.712 0 .4-.287.7-.288.3-.713.3Zm0-6q-.4 0-.7-.3-.3-.3-.3-.7 0-.425.3-.713.3-.287.7-.287.425 0 .713.287.287.288.287.713 0 .4-.287.7-.288.3-.713.3Zm0-6q-.4 0-.7-.3-.3-.3-.3-.7 0-.425.288-.713.287-.287.687-.287v.325q0 .425.05.837.05.413.15.813-.05.025-.087.025H12Zm6.675 2.025q-1.55 0-2.625-1.075t-1.075-2.625q0-1.55 1.075-2.625t2.625-1.075q1.55 0 2.625 1.075t1.075 2.625q0 1.55-1.075 2.625t-2.625 1.075ZM18 19q-.4 0-.7-.3-.3-.3-.3-.7 0-.425.3-.712.3-.288.7-.288.425 0 .712.288.288.287.288.712 0 .4-.288.7-.287.3-.712.3Zm0-6q-.4 0-.7-.3-.3-.3-.3-.7v-.088q0-.037.025-.087.4.1.812.15.413.05.838.05H19q0 .4-.288.687Q18.425 13 18 13Zm.675-5.375q.2 0 .325-.125t.125-.325q0-.2-.125-.325t-.325-.125q-.2 0-.325.125t-.125.325q0 .2.125.325t.325.125Zm0-1.8q.15 0 .25-.1t.1-.25v-2q0-.15-.1-.25t-.25-.1q-.15 0-.25.1t-.1.25v2q0 .15.1.25t.25.1Z" }) }))); }); IconMaterialAppsOutageW100Filled.displayName = 'AmauiIconMaterialAppsOutageW100Filled'; exports.default = IconMaterialAppsOutageW100Filled;