UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 787 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTimer10 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Timer10", short_name: "Timer10", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M560-320h120v-320H560v320Zm0 120q-50 0-85-35t-35-85v-320q0-50 35-85t85-35h120q50 0 85 35t35 85v320q0 50-35 85t-85 35H560ZM240-640h-20q-25 0-42.5-17.5T160-700q0-25 17.5-42.5T220-760h100q17 0 28.5 11.5T360-720v460q0 25-17.5 42.5T300-200q-25 0-42.5-17.5T240-260v-380Z" })); }); IconMaterialTimer10.displayName = 'OnesyIconMaterialTimer10'; export default IconMaterialTimer10;