UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

20 lines (18 loc) 535 B
/** * @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/terminal.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M12 19h8", key: "baeox8" }], ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }] ]; var Terminal = (props) => <Icon {...props} iconNode={iconNode} name="terminal" />; var terminal_default = Terminal; export { terminal_default as default }; //# sourceMappingURL=terminal.jsx.map