@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.2 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 IconMaterialFormatInkHighlighterW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatInkHighlighterW100Filled', short_name: 'FormatInkHighlighter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M108 0Q97 0 88.5-8T80-28q0-11 8.5-19.5T108-56h744q11 0 19.5 8t8.5 20q0 11-8.5 19.5T852 0H108Zm321-589 144 144-154 154q-18 18-42 18t-42-18l-10-10-34 34q-8 8-19.5 13t-23.5 5h-23q-10 0-13.5-9.5T215-275l68-68-8-8q-18-18-18-42t18-42l154-154Zm20-20 189-189q18-18 42-18t42 18l60 60q18 18 18 42t-18 42L593-465 449-609Z" }) })));
});
IconMaterialFormatInkHighlighterW100Filled.displayName = 'OnesyIconMaterialFormatInkHighlighterW100Filled';
exports.default = IconMaterialFormatInkHighlighterW100Filled;
;