@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.09 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 IconMaterialEjectW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EjectW100', short_name: 'Eject', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M272-258h416q5.1 0 8.55 3.43 3.45 3.43 3.45 8.5t-3.45 8.57Q693.1-234 688-234H272q-5.1 0-8.55-3.43-3.45-3.43-3.45-8.5t3.45-8.57q3.45-3.5 8.55-3.5Zm23-167 160-237.58q5-7.42 11.3-10.42 6.29-3 13.7-3 7.41 0 13.7 3 6.3 3 11.3 10.42L665-425q10 15 1.25 31T640-378H320q-17.5 0-26.25-16t1.25-31Zm185 23Zm-166 0h332L480-650 314-402Z" }) })));
});
IconMaterialEjectW100.displayName = 'OnesyIconMaterialEjectW100';
exports.default = IconMaterialEjectW100;
;