UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 650 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPenSize5W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PenSize5W100", short_name: "PenSize5", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M253-253q-28-28-28-67t28-67l320-320q28-28 67-28t67 28q28 28 28 67t-28 67L387-253q-28 28-67 28t-67-28Z" })); }); IconMaterialPenSize5W100.displayName = 'OnesyIconMaterialPenSize5W100'; export default IconMaterialPenSize5W100;