@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 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 IconMaterialInkHighlighterW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InkHighlighterW100', short_name: 'InkHighlighter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M544-416 440-520 246-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 9L460-540Zm-30-10 144 144-204 204q-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-42l204-204Zm0 0 208-208q18-18 42-18t42 18l60 60q18 18 18 42t-18 42L574-406 430-550Z" }) })));
});
IconMaterialInkHighlighterW100.displayName = 'OnesyIconMaterialInkHighlighterW100';
exports.default = IconMaterialInkHighlighterW100;
;