|
/**
|
|
* lucide-react v0.290.0 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const Dot = createLucideIcon("Dot", [
|
|
["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
|
|
]);
|
|
|
|
export { Dot as default };
|
|
//# sourceMappingURL=dot.js.map
|