lucide-react-native
Version:
A Lucide icon library package for React Native applications.
34 lines (29 loc) • 934 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 FileBox = createLucideIcon("FileBox", [
["path", { d: "M14 2v5a1 1 0 001 1h5", key: "9v5fu7" }],
[
"path",
{
d: "M14.692 22H18a2 2 0 002-2V8a2.4 2.4 0 00-.706-1.706l-3.588-3.588A2.4 2.4 0 0014 2H6a2 2 0 00-2 2v3.804",
key: "1ne0j7"
}
],
["path", { d: "M2.264 13.752 7 16.5l4.737-2.748", key: "t73mg3" }],
[
"path",
{
d: "M2.995 13.014A2 2 0 002 14.744v3.516a2 2 0 00.996 1.73l3 1.74a2 2 0 002.008 0l3-1.74A2 2 0 0012 18.26v-3.517a2 2 0 00-.995-1.73l-3-1.742a2 2 0 00-1.892-.064z",
key: "h4qck"
}
],
["path", { d: "M7 16.5V22", key: "1i1gou" }]
]);
module.exports = FileBox;
//# sourceMappingURL=file-box.js.map