lucide-react-native
Version:
A Lucide icon library package for React Native applications.
25 lines (20 loc) • 591 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
;
var createLucideIcon = require('../createLucideIcon.js');
const Eject = createLucideIcon("Eject", [
[
"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" }]
]);
module.exports = Eject;
//# sourceMappingURL=eject.js.map