lucide-react
Version:
A Lucide icon library package for React applications.
28 lines (24 loc) • 846 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: "midi-port",
size: 24,
node: [
["path", { d: "M12 18h.01", key: "mhygvu" }],
["path", { d: "M15 2.458V5a1 1 0 01-1 1h-4a1 1 0 01-1-1V2.458", key: "1e2lr4" }],
["path", { d: "M16 16h.01", key: "1f9h7w" }],
["path", { d: "M18 12h.01", key: "yjnet6" }],
["path", { d: "M6 12h.01", key: "c2rlol" }],
["path", { d: "M8 16h.01", key: "18s6g9" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]
};
__iconData.node;
const MidiPort = createLucideIcon(__iconData);
export { __iconData, MidiPort as default };
//# sourceMappingURL=midi-port.mjs.map