UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 640 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPenSize3 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PenSize3", short_name: "PenSize3", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M218-218q-17-17-17-42t17-42l440-440q17-18 42-17.5t42 17.5q17 17 17.5 42T742-658L302-218q-17 17-42 17.5T218-218Z" })); }); IconMaterialPenSize3.displayName = 'OnesyIconMaterialPenSize3'; export default IconMaterialPenSize3;