UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.1 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("@onesy/ui-react"); const IconMaterialTimer3W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Timer3W100Filled', short_name: 'Timer3', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M574-246H380q-6 0-10-4t-4-10q0-6 4-10t10-4h194q14 0 23-9t9-23v-128q0-14-9-23t-23-9H420q-6 0-10-4t-4-10q0-6 4-10t10-4h154q14 0 23-9t9-23v-128q0-14-9-23t-23-9H380q-6 0-10-4t-4-10q0-6 4-10t10-4h194q25 0 42.5 17.5T634-654v136q0 15-8.5 26.5T603-480q14 0 22.5 11.5T634-442v136q0 25-17.5 42.5T574-246Z" }) }))); }); IconMaterialTimer3W100Filled.displayName = 'OnesyIconMaterialTimer3W100Filled'; exports.default = IconMaterialTimer3W100Filled;