lucide-solid
Version:
A Lucide icon library package for Solid applications.
21 lines (19 loc) • 654 B
JSX
/**
* @license lucide-solid v0.536.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/separator-vertical.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M12 3v18", key: "108xh3" }],
["path", { d: "m16 16 4-4-4-4", key: "1js579" }],
["path", { d: "m8 8-4 4 4 4", key: "1whems" }]
];
var SeparatorVertical = (props) => <Icon {...props} iconNode={iconNode} name="separator-vertical" />;
var separator_vertical_default = SeparatorVertical;
export {
separator_vertical_default as default
};
//# sourceMappingURL=separator-vertical.jsx.map