@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialInkHighlighterMoveW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "InkHighlighterMoveW100",
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 28Zm261 128L508-520 314-326q-9 9-9 22t9 22l60 60q9 9 22 9t22-9l194-194Zm-84-124 104 104 197-197q9-9 9-23t-9-23l-58-58q-9-9-23-9t-23 9L528-540Zm-30-10 144 144-204 204q-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-42l204-204Zm0 0 208-208q18-18 42-18t42 18l60 60q18 18 18 42t-18 42L642-406 498-550Z"
}));
});
IconMaterialInkHighlighterMoveW100.displayName = 'OnesyIconMaterialInkHighlighterMoveW100';
export default IconMaterialInkHighlighterMoveW100;