lucide-react
Version:
A Lucide icon library package for React applications.
23 lines (19 loc) • 625 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "line-dot-right-horizontal",
size: 24,
node: [
["path", { d: "M 3 12 L 15 12", key: "ymhu98" }],
["circle", { cx: "18", cy: "12", r: "3", key: "1kchzo" }]
]
};
__iconData.node;
const LineDotRightHorizontal = createLucideIcon(__iconData);
export { __iconData, LineDotRightHorizontal as default };
//# sourceMappingURL=line-dot-right-horizontal.mjs.map