lucide-solid
Version:
A Lucide icon library package for Solid applications
20 lines (18 loc) • 572 B
JSX
/**
* @license lucide-solid v0.487.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/chevrons-down.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
];
var ChevronsDown = (props) => <Icon {...props} iconNode={iconNode} name="chevrons-down" />;
var chevrons_down_default = ChevronsDown;
export {
chevrons_down_default as default
};
//# sourceMappingURL=chevrons-down.jsx.map