UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 464 B
/** * @license lucide-solid v0.488.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/dot.tsx import Icon from "../Icon"; var iconNode = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]]; var Dot = (props) => <Icon {...props} iconNode={iconNode} name="dot" />; var dot_default = Dot; export { dot_default as default }; //# sourceMappingURL=dot.jsx.map