lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
36 lines (33 loc) • 775 B
JavaScript
/**
* @license lucide-static v0.560.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Microchip = `
<svg
class="lucide lucide-microchip"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 12h4" />
<path d="M10 17h4" />
<path d="M10 7h4" />
<path d="M18 12h2" />
<path d="M18 18h2" />
<path d="M18 6h2" />
<path d="M4 12h2" />
<path d="M4 18h2" />
<path d="M4 6h2" />
<rect x="6" y="2" width="12" height="20" rx="2" />
</svg>
`;
export { Microchip as default };
//# sourceMappingURL=microchip.js.map