@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialInkHighlighterMoveW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "InkHighlighterMoveW100Filled",
short_name: "InkHighlighterMove",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M607-800H346q-6 0-10-4t-4-10q0-6 4-10t10-4h289l-28 28ZM479-672H226q-6 0-10-4t-4-10q0-6 4-10t10-4h281l-28 28ZM351-544H106q-6 0-10-4t-4-10q0-6 4-10t10-4h273l-28 28Zm137 4 144 144-194 194q-18 18-42 18t-42-18l-10-10-43 43q-5 5-10 7t-11 2h-36q-10 0-13.5-9.5T234-186l68-68-8-8q-18-18-18-42t18-42l194-194Zm20-20 198-198q18-18 42-18t42 18l60 60q18 18 18 42t-18 42L652-416 508-560Z"
}));
});
IconMaterialInkHighlighterMoveW100Filled.displayName = 'OnesyIconMaterialInkHighlighterMoveW100Filled';
export default IconMaterialInkHighlighterMoveW100Filled;