lucide-react-native
Version:
A Lucide icon library package for React Native applications.
28 lines (23 loc) • 755 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.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const Toolbox = createLucideIcon("Toolbox", [
["path", { d: "M16 12v4", key: "vf1vip" }],
["path", { d: "M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", key: "llnzfg" }],
[
"path",
{
d: "M17 6a2 2 0 011.414.586l3 3A2 2 0 0122 11v8a2 2 0 01-2 2H4a2 2 0 01-2-2v-8a2 2 0 01.586-1.414l3-3A2 2 0 017 6z",
key: "1hprxj"
}
],
["path", { d: "M2 14h20", key: "myj16y" }],
["path", { d: "M8 12v4", key: "1w4uao" }]
]);
module.exports = Toolbox;
//# sourceMappingURL=toolbox.js.map