UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.59 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialArmingCountdownW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArmingCountdownW100Filled", short_name: "ArmingCountdown", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialArmingCountdownW100Filled;