UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 821 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTimer5ShutterFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Timer5ShutterFilled", short_name: "Timer5Shutter", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M560-200H380q-25 0-42.5-17.5T320-260q0-25 17.5-42.5T380-320h180v-100H380q-25 0-42.5-17.5T320-480v-220q0-25 17.5-42.5T380-760h240q25 0 42.5 17.5T680-700q0 25-17.5 42.5T620-640H440v100h160q33 0 56.5 23.5T680-460v140q0 50-35 85t-85 35Z" })); }); IconMaterialTimer5ShutterFilled.displayName = 'OnesyIconMaterialTimer5ShutterFilled'; export default IconMaterialTimer5ShutterFilled;