UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

19 lines (17 loc) 497 B
/** * @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/space.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1", key: "lt2kga" }] ]; var Space = (props) => <Icon {...props} iconNode={iconNode} name="space" />; var space_default = Space; export { space_default as default }; //# sourceMappingURL=space.jsx.map