UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.82 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 IconMaterialArmingCountdownW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArmingCountdownW100Filled', short_name: 'ArmingCountdown', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 15.35q1.6 0 2.725-1.125T15.85 11.5q0-1.575-1.012-2.713-1.013-1.137-2.513-1.137-.15 0-.263.112-.112.113-.112.238 0 .15.1.262.1.113.25.113 1.225 0 2.038.925.812.925.812 2.2 0 1.3-.912 2.225-.913.925-2.238.925-.675 0-1.275-.3-.6-.3-1.075-.8-.1-.125-.25-.15-.15-.025-.275.075-.125.1-.113.275.013.175.138.3.575.575 1.313.938.737.362 1.537.362Zm-1.625-6.325q.275 0 .488-.213.212-.212.212-.487t-.212-.488q-.213-.212-.488-.212t-.487.212q-.213.213-.213.488t.213.487q.212.213.487.213Zm-1.4 1.425q.275 0 .488-.2.212-.2.212-.475 0-.3-.2-.513-.2-.212-.5-.212t-.5.212q-.2.213-.2.513 0 .275.213.475.212.2.487.2ZM8.5 12.525q.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.213Zm3.5 8.05h-.212q-.088 0-.163-.05-2.725-1-4.525-3.587Q5.3 14.35 5.3 11.1V6.95q0-.475.275-.863.275-.387.7-.562l5.2-1.925q.275-.1.525-.1t.525.1l5.2 1.925q.425.175.7.562.275.388.275.863v4.15q0 3.25-1.8 5.838-1.8 2.587-4.525 3.587-.1.05-.375.05Z" }) }))); }); IconMaterialArmingCountdownW100Filled.displayName = 'AmauiIconMaterialArmingCountdownW100Filled'; exports.default = IconMaterialArmingCountdownW100Filled;