@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.96 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("@amaui/ui-react");
const IconMaterialArmingCountdownW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArmingCountdownW100', short_name: 'ArmingCountdown', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12.05 15.35q1.575 0 2.688-1.1 1.112-1.1 1.112-2.675 0-1.575-1-2.75T12.325 7.65q-.15 0-.263.112-.112.113-.112.238.025.15.112.262.088.113.238.113 1.25 0 2.05.962.8.963.8 2.238t-.912 2.175q-.913.9-2.188.9-.7 0-1.312-.3-.613-.3-1.088-.8-.1-.125-.25-.15-.15-.025-.275.075-.125.1-.113.275.013.175.138.3.575.6 1.325.95t1.575.35Zm-1.675-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-.5 0-.275-.2-.488-.2-.212-.5-.212t-.5.212q-.2.213-.2.488 0 .3.213.5.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.05Zm0-.675q2.6-.825 4.3-3.3 1.7-2.475 1.7-5.5V6.775q0-.2-.1-.35-.1-.15-.275-.2L12.375 4.3q-.2-.075-.375-.075t-.375.075l-5.25 1.925q-.175.05-.275.2-.1.15-.1.35V11.1q0 3.025 1.7 5.5t4.3 3.3Zm0-7.85Z" }) })));
});
IconMaterialArmingCountdownW100.displayName = 'AmauiIconMaterialArmingCountdownW100';
exports.default = IconMaterialArmingCountdownW100;