feat : first commit
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v1.17.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.mjs.map
|
||||
Reference in New Issue
Block a user