@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 832 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialInkHighlighterW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "InkHighlighterW100Filled",
short_name: "InkHighlighter",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m420-540 144 144-194 194q-18 18-42 18t-42-18l-10-10-34 34q-8 8-19.5 13t-23.5 5h-23q-10 0-13.5-9.5T166-186l68-68-8-8q-18-18-18-42t18-42l194-194Zm20-20 198-198q18-18 42-18t42 18l60 60q18 18 18 42t-18 42L584-416 440-560Z"
}));
});
IconMaterialInkHighlighterW100Filled.displayName = 'OnesyIconMaterialInkHighlighterW100Filled';
export default IconMaterialInkHighlighterW100Filled;