@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTimer3SelectW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Timer3SelectW100",
short_name: "Timer3Select",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M414-246H220q-6 0-10-4t-4-10q0-6 4-10t10-4h194q14 0 23-9t9-23v-128q0-14-9-23t-23-9H220q-6 0-10-4t-4-10q0-6 4-10t10-4h194q14 0 23-9t9-23v-128q0-14-9-23t-23-9H220q-6 0-10-4t-4-10q0-6 4-10t10-4h194q25 0 42.5 17.5T474-654v136q0 15-8.5 26.5T443-480q14 0 22.5 11.5T474-442v136q0 25-17.5 42.5T414-246Zm352 0H620q-6 0-10-4t-4-10q0-6 4-10t10-4h146v-92H634q-11 0-19.5-8.5T606-394v-92q0-11 8.5-19.5T634-514h146q6 0 10 4t4 10q0 6-4 10t-10 4H634v92h132q11 0 19.5 8.5T794-366v92q0 11-8.5 19.5T766-246Z"
}));
});
IconMaterialTimer3SelectW100.displayName = 'OnesyIconMaterialTimer3SelectW100';
export default IconMaterialTimer3SelectW100;