@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 806 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialInkHighlighterFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "InkHighlighterFilled",
short_name: "InkHighlighter",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m384-560 216 216-200 200q-24 24-56 24t-56-24l-2-2-3 3q-11 11-25.5 17t-30.5 6H108q-14 0-19-12t5-22l92-92-2-2q-24-24-24-56t24-56l200-200Zm57-57 199-199q24-24 56-24t56 24l104 104q24 24 24 56t-24 56L657-401 441-617Z"
}));
});
IconMaterialInkHighlighterFilled.displayName = 'OnesyIconMaterialInkHighlighterFilled';
export default IconMaterialInkHighlighterFilled;