lucide-react-native
Version:
A Lucide icon library package for React Native applications.
28 lines (23 loc) • 803 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 LayersArrowDown = createLucideIcon("LayersArrowDown", [
["path", { d: "M12 7v15", key: "1onnba" }],
["path", { d: "M2 12a1 1 0 00.58.91l5.093 2.316", key: "xofxlj" }],
["path", { d: "M22 12a1 1 0 01-.59.92l-5.077 2.308", key: "cc7swz" }],
[
"path",
{
d: "M8 10.37 2.6 7.91a1 1 0 010-1.831l8.57-3.9a2 2 0 011.66.001l8.59 3.91a1 1 0 010 1.831l-5.392 2.45",
key: "kdwjlb"
}
],
["path", { d: "m9 19 3 3 3-3", key: "1fhphp" }]
]);
module.exports = LayersArrowDown;
//# sourceMappingURL=layers-arrow-down.js.map