lucide-react
Version:
A Lucide icon library package for React applications.
29 lines (25 loc) • 683 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "eject",
size: 24,
node: [
[
"path",
{
d: "M4 13a1 1 0 0 1-.72-1.695l7.257-7.668a2 2 0 0 1 2.926 0l7.256 7.668A1 1 0 0 1 20 13z",
key: "ua5u6w"
}
],
["rect", { x: "3", y: "17", width: "18", height: "4", rx: "1", key: "kj6cfs" }]
]
};
__iconData.node;
const Eject = createLucideIcon(__iconData);
export { __iconData, Eject as default };
//# sourceMappingURL=eject.mjs.map