UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 397 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Eject = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 24V0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M5 17h14v2H5zm7-12L5.33 15h13.34z" })), name: 'Eject' }); export default Eject;