UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 693 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPenSize4W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PenSize4W100", short_name: "PenSize4", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M247-247q-22-22-22-53.22T247-353l360-360q21.56-22 52.78-22Q691-735 713-713t22 53.22q0 31.22-22 52.78L353-247q-21.56 22-52.78 22Q269-225 247-247Z" })); }); IconMaterialPenSize4W100.displayName = 'OnesyIconMaterialPenSize4W100'; export default IconMaterialPenSize4W100;