Lucide V1 发布了!🚀
你现在浏览的是 v1 站点,如需查看 v0,请前往 v0 站点

Skip to content

memory-stick

ram • random access • technology • computer • chip • circuit • specs • capacity • gigabytes • gb

创建时间:

v0.192.0

最后修改:

v0.557.0

Contributors:

karsa-mistmereericfennis
html
<script>
import { createIcons, memoryStick } from 'lucide';

createIcons({
  icons: {
    memoryStick
  }
});
</script>

<i data-lucide="memory-stick"></i>  
tsx
import { MemoryStick } from 'lucide-react';

const App = () => {
  return (
    <MemoryStick />
  );
};

export default App;
vue
<script setup>
import { MemoryStick } from '@lucide/vue';
</script>

<template>
  <MemoryStick />
</template>
svelte
<script>
import { MemoryStick } from 'lucide-svelte';
</script>

<MemoryStick />
tsx
import { MemoryStick } from 'lucide-preact';

const App = () => {
  return (
    <MemoryStick />
  );
};

export default App;
tsx
import { MemoryStick } from 'lucide-solid';

const App = () => {
  return (
    <MemoryStick />
  );
};

export default App;
tsx
// app.module.ts
import { LucideAngularModule, MemoryStick } from 'lucide-angular';

@NgModule({
  imports: [
    LucideAngularModule.pick({ MemoryStick })
  ],
})

// app.component.html
<lucide-icon name="memory-stick"></lucide-icon>
html
<div class="icon-memory-stick"></div>

看看这个图标的实际效果

错误
功能
Memory
112
8
11