mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-25 13:29:20 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
202c4c0ae2 | ||
|
|
6041311718 | ||
|
|
9d8815b267 |
16
icons/clapperboard.svg
Normal file
16
icons/clapperboard.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg
|
||||
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="M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z" />
|
||||
<path d="m4 11-.88-2.87a2 2 0 0 1 1.33-2.5l11.48-3.5a2 2 0 0 1 2.5 1.32l.87 2.87L4 11.01Z" />
|
||||
<path d="m6.6 4.99 3.38 4.2" />
|
||||
<path d="m11.86 3.38 3.38 4.2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 434 B |
21
icons/sliders-horizontal.svg
Normal file
21
icons/sliders-horizontal.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg
|
||||
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"
|
||||
>
|
||||
<line x1="21" y1="4" x2="14" y2="4" />
|
||||
<line x1="10" y1="4" x2="3" y2="4" />
|
||||
<line x1="21" y1="12" x2="12" y2="12" />
|
||||
<line x1="8" y1="12" x2="3" y2="12" />
|
||||
<line x1="21" y1="20" x2="16" y2="20" />
|
||||
<line x1="12" y1="20" x2="3" y2="20" />
|
||||
<line x1="14" y1="2" x2="14" y2="6" />
|
||||
<line x1="8" y1="10" x2="8" y2="14" />
|
||||
<line x1="16" y1="18" x2="16" y2="22" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 583 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lucide-angular",
|
||||
"description": "A Lucide icon library package for Angular applications",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"author": "SMAH1",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: lucide_icons
|
||||
description: A Lucide icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.
|
||||
version: 0.34.0
|
||||
version: 0.37.0
|
||||
homepage: https://lucide.dev
|
||||
repository: https://github.com/lucide-icons/lucide
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lucide-preact",
|
||||
"description": "A Lucide icon library package for Preact applications",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lucide-react",
|
||||
"description": "A Lucide icon library package for React applications",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lucide-svelte",
|
||||
"description": "A Lucide icon library package for Svelte applications",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lucide-vue-next",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"author": "Eric Fennis",
|
||||
"description": "A Lucide icon library package for Vue 3 applications",
|
||||
"license": "ISC",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lucide-vue",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"author": "Eric Fennis",
|
||||
"description": "A Lucide icon library package for Vue 2 applications",
|
||||
"license": "ISC",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lucide",
|
||||
"description": "A Lucide icon library package for web and javascript applications.",
|
||||
"version": "0.34.0",
|
||||
"version": "0.37.0",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||
|
||||
13
tags.json
13
tags.json
@@ -604,6 +604,14 @@
|
||||
"null",
|
||||
"nothing"
|
||||
],
|
||||
"clapperboard": [
|
||||
"movie",
|
||||
"film",
|
||||
"video",
|
||||
"camera",
|
||||
"tv",
|
||||
"television"
|
||||
],
|
||||
"clipboard": [
|
||||
"copy",
|
||||
"paste"
|
||||
@@ -2275,6 +2283,11 @@
|
||||
"settings",
|
||||
"controls"
|
||||
],
|
||||
"sliders-horizontal": [
|
||||
"settings",
|
||||
"filters",
|
||||
"controls"
|
||||
],
|
||||
"smartphone": [
|
||||
"phone",
|
||||
"cellphone",
|
||||
|
||||
Reference in New Issue
Block a user