lucide-react
Version:
A Lucide icon library package for React applications.
27 lines (23 loc) • 757 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: "bridge",
size: 24,
node: [
["path", { d: "M10 9.728V16", key: "o67grx" }],
["path", { d: "M14 9.728V16", key: "podb55" }],
["path", { d: "M18 20V4", key: "o2hl4u" }],
["path", { d: "m22 11-4-4A7.5 7.5 0 0 1 6 7l-4 4", key: "uc7s7" }],
["path", { d: "M22 16H2", key: "142mmy" }],
["path", { d: "M6 20V4", key: "1w1bmo" }]
]
};
__iconData.node;
const Bridge = createLucideIcon(__iconData);
export { __iconData, Bridge as default };
//# sourceMappingURL=bridge.mjs.map