lucide-react
Version:
A Lucide icon library package for React applications.
32 lines (28 loc) • 903 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "layers-arrow-down",
size: 24,
node: [
["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" }]
]
};
__iconData.node;
const LayersArrowDown = createLucideIcon(__iconData);
export { __iconData, LayersArrowDown as default };
//# sourceMappingURL=layers-arrow-down.mjs.map