lucide-react-native
Version:
A Lucide icon library package for React Native applications
19 lines (14 loc) • 478 B
JavaScript
/**
* @license lucide-react-native v0.501.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 Code = createLucideIcon("Code", [
["polyline", { points: "16 18 22 12 16 6", key: "z7tu5w" }],
["polyline", { points: "8 6 2 12 8 18", key: "1eg1df" }]
]);
module.exports = Code;
//# sourceMappingURL=code.js.map