UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 881 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialInkPen = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "InkPen", short_name: "InkPen", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m490-527 37 37 217-217-37-37-217 217ZM200-200h37l233-233-37-37-233 233v37Zm355-205L405-555l167-167-29-29-191 191q-12 12-28 12t-28-12q-12-12-12-28.5t12-28.5l190-190q24-24 56.5-24t56.5 24l29 29 50-50q12-12 28.5-12t28.5 12l93 93q12 12 12 28.5T828-678L555-405ZM160-120q-17 0-28.5-11.5T120-160v-77q0-16 6-30.5t17-25.5l262-262 150 150-262 262q-11 11-25.5 17t-30.5 6h-77Z" })); }); IconMaterialInkPen.displayName = 'OnesyIconMaterialInkPen'; export default IconMaterialInkPen;