UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.64 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialArmingCountdownFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArmingCountdownFilled", short_name: "ArmingCountdown", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 16q1.875 0 3.188-1.3 1.312-1.3 1.312-3.175 0-1.8-1.075-3.138Q14.35 7.05 12.65 7.05q-.325 0-.537.212-.213.213-.213.538.025.3.213.525.187.225.462.225 1.1 0 1.763.9.662.9.662 2.075 0 1.25-.875 2.112-.875.863-2.125.863-.65 0-1.237-.25-.588-.25-1.013-.75-.2-.225-.488-.288-.287-.062-.562.088-.3.175-.337.512-.038.338.212.613.65.75 1.538 1.162Q11 16 12 16Zm-1.75-7.125q.325 0 .538-.213Q11 8.45 11 8.125q0-.325-.212-.537-.213-.213-.538-.213-.325 0-.537.213-.213.212-.213.537 0 .325.213.537.212.213.537.213ZM8.8 10.25q.325 0 .538-.213.212-.212.212-.537 0-.325-.212-.538-.213-.212-.538-.212-.325 0-.538.212-.212.213-.212.538 0 .325.212.537.213.213.538.213Zm-.55 2.1q.325 0 .538-.213Q9 11.925 9 11.6q0-.325-.212-.538-.213-.212-.538-.212-.325 0-.537.212-.213.213-.213.538 0 .325.213.537.212.213.537.213ZM12 21.925h-.25q-.125 0-.225-.05-3.275-1.025-5.4-4.063Q4 14.775 4 11.1V6.375q0-.625.363-1.125.362-.5.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725.362.5.362 1.125V11.1q0 3.675-2.125 6.712-2.125 3.038-5.4 4.063-.125.05-.475.05Z" })); }); IconMaterialArmingCountdownFilled.displayName = 'AmauiIconMaterialArmingCountdownFilled'; export default IconMaterialArmingCountdownFilled;