@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialInkHighlighterMoveW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InkHighlighterMoveW100Filled', short_name: 'InkHighlighterMove', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialInkHighlighterMoveW100Filled;