UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

23 lines (19 loc) 582 B
/** * @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: "usb-c-port", size: 24, node: [ ["path", { d: "M6 12h12", key: "8npq4p" }], ["rect", { x: "2", y: "8", width: "20", height: "8", rx: "4", key: "86l77p" }] ] }; __iconData.node; const UsbCPort = createLucideIcon(__iconData); export { __iconData, UsbCPort as default }; //# sourceMappingURL=usb-c-port.mjs.map