@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.06 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 IconMaterialInkPenW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InkPenW100Filled', short_name: 'InkPen', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m542-458-76-77 179-179-10-10q-8-8-24-8t-24 8L408-545q-4 4-9 4t-9-4q-5-4-5-9.5t4-9.5l180-180q18-18 43-18t43 18l10 10 28-28q9-9 21-9t21 9l38 38q9 9 8 19t-10 19L542-458ZM209-172q-13 0-21.5-8.5T179-202v-34q0-6 2-11t7-10l257-257 77 76-258 257q-5 5-10 7t-11 2h-34Z" }) })));
});
IconMaterialInkPenW100Filled.displayName = 'OnesyIconMaterialInkPenW100Filled';
exports.default = IconMaterialInkPenW100Filled;
;