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

Skip to content

tally-4

count • score • enumerate • days • 4 • fourth • quadruple • bars • prison • cell • sentence

创建时间:

v0.256.0

最后修改:

v0.256.0

Contributors:

danielbayley
html
<script>
import { createIcons, tally4 } from 'lucide';

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

<i data-lucide="tally-4"></i>  
tsx
import { Tally4 } from 'lucide-react';

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

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

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

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

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

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

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

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

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

// app.component.html
<lucide-icon name="tally-4"></lucide-icon>
html
<div class="icon-tally-4"></div>

看看这个图标的实际效果

错误
功能
Tally
112
8
11