UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

20 lines (18 loc) 511 B
/** * @license lucide-solid v0.562.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/code.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "m16 18 6-6-6-6", key: "eg8j8" }], ["path", { d: "m8 6-6 6 6 6", key: "ppft3o" }] ]; var Code = (props) => <Icon {...props} iconNode={iconNode} name="code" />; var code_default = Code; export { code_default as default }; //# sourceMappingURL=code.jsx.map