UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

24 lines (21 loc) 654 B
/** * @license lucide v1.7.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const MemoryStick = [ ["path", { d: "M12 12v-2" }], ["path", { d: "M12 18v-2" }], ["path", { d: "M16 12v-2" }], ["path", { d: "M16 18v-2" }], ["path", { d: "M2 11h1.5" }], ["path", { d: "M20 18v-2" }], ["path", { d: "M20.5 11H22" }], ["path", { d: "M4 18v-2" }], ["path", { d: "M8 12v-2" }], ["path", { d: "M8 18v-2" }], ["rect", { x: "2", y: "6", width: "20", height: "10", rx: "2" }] ]; export { MemoryStick as default }; //# sourceMappingURL=memory-stick.js.map