mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 21:59:22 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba86ca5ef0 | ||
|
|
f2e325264f | ||
|
|
de366a1cb0 |
16
icons/picture-in-picture-2.json
Normal file
16
icons/picture-in-picture-2.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"display",
|
||||||
|
"play",
|
||||||
|
"video",
|
||||||
|
"pop out",
|
||||||
|
"always on top",
|
||||||
|
"window",
|
||||||
|
"inset",
|
||||||
|
"multitask"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"multimedia"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/picture-in-picture-2.svg
Normal file
14
icons/picture-in-picture-2.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<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="M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4" />
|
||||||
|
<rect x="12" y="13" width="10" height="7" rx="2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 334 B |
16
icons/picture-in-picture.json
Normal file
16
icons/picture-in-picture.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"display",
|
||||||
|
"play",
|
||||||
|
"video",
|
||||||
|
"pop out",
|
||||||
|
"always on top",
|
||||||
|
"window",
|
||||||
|
"inset",
|
||||||
|
"multitask"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"multimedia"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/picture-in-picture.svg
Normal file
14
icons/picture-in-picture.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<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="M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3"/>
|
||||||
|
<rect width="10" height="7" x="12" y="13.5" ry="2"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 350 B |
13
icons/vote.json
Normal file
13
icons/vote.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"vote",
|
||||||
|
"poll",
|
||||||
|
"ballot",
|
||||||
|
"political",
|
||||||
|
"social"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"social"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/vote.svg
Executable file
15
icons/vote.svg
Executable file
@@ -0,0 +1,15 @@
|
|||||||
|
<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="m9 12 2 2 4-4" />
|
||||||
|
<path d="M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z" />
|
||||||
|
<path d="M22 19H2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 320 B |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-angular",
|
"name": "lucide-angular",
|
||||||
"description": "A Lucide icon library package for Angular applications",
|
"description": "A Lucide icon library package for Angular applications",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"author": "SMAH1",
|
"author": "SMAH1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: lucide_icons
|
name: lucide_icons
|
||||||
description: A Lucide icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.
|
description: A Lucide icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.
|
||||||
version: 0.108.0
|
version: 0.109.0
|
||||||
homepage: https://lucide.dev
|
homepage: https://lucide.dev
|
||||||
repository: https://github.com/lucide-icons/lucide
|
repository: https://github.com/lucide-icons/lucide
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-preact",
|
"name": "lucide-preact",
|
||||||
"description": "A Lucide icon library package for Preact applications",
|
"description": "A Lucide icon library package for Preact applications",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-react-native",
|
"name": "lucide-react-native",
|
||||||
"description": "A Lucide icon library package for React Native applications",
|
"description": "A Lucide icon library package for React Native applications",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-react",
|
"name": "lucide-react",
|
||||||
"description": "A Lucide icon library package for React applications",
|
"description": "A Lucide icon library package for React applications",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-svelte",
|
"name": "lucide-svelte",
|
||||||
"description": "A Lucide icon library package for Svelte applications",
|
"description": "A Lucide icon library package for Svelte applications",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-vue-next",
|
"name": "lucide-vue-next",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"author": "Eric Fennis",
|
"author": "Eric Fennis",
|
||||||
"description": "A Lucide icon library package for Vue 3 applications",
|
"description": "A Lucide icon library package for Vue 3 applications",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-vue",
|
"name": "lucide-vue",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"author": "Eric Fennis",
|
"author": "Eric Fennis",
|
||||||
"description": "A Lucide icon library package for Vue 2 applications",
|
"description": "A Lucide icon library package for Vue 2 applications",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide",
|
"name": "lucide",
|
||||||
"description": "A Lucide icon library package for web and javascript applications.",
|
"description": "A Lucide icon library package for web and javascript applications.",
|
||||||
"version": "0.108.0",
|
"version": "0.109.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||||
|
|||||||
27
tags.json
27
tags.json
@@ -3257,6 +3257,26 @@
|
|||||||
"phone-outgoing": [
|
"phone-outgoing": [
|
||||||
"call"
|
"call"
|
||||||
],
|
],
|
||||||
|
"picture-in-picture": [
|
||||||
|
"display",
|
||||||
|
"play",
|
||||||
|
"video",
|
||||||
|
"pop out",
|
||||||
|
"always on top",
|
||||||
|
"window",
|
||||||
|
"inset",
|
||||||
|
"multitask"
|
||||||
|
],
|
||||||
|
"picture-in-picture-2": [
|
||||||
|
"display",
|
||||||
|
"play",
|
||||||
|
"video",
|
||||||
|
"pop out",
|
||||||
|
"always on top",
|
||||||
|
"window",
|
||||||
|
"inset",
|
||||||
|
"multitask"
|
||||||
|
],
|
||||||
"pie-chart": [
|
"pie-chart": [
|
||||||
"statistics",
|
"statistics",
|
||||||
"diagram"
|
"diagram"
|
||||||
@@ -4431,6 +4451,13 @@
|
|||||||
"sound",
|
"sound",
|
||||||
"mute"
|
"mute"
|
||||||
],
|
],
|
||||||
|
"vote": [
|
||||||
|
"vote",
|
||||||
|
"poll",
|
||||||
|
"ballot",
|
||||||
|
"political",
|
||||||
|
"social"
|
||||||
|
],
|
||||||
"wallet": [
|
"wallet": [
|
||||||
"money",
|
"money",
|
||||||
"finance",
|
"finance",
|
||||||
|
|||||||
Reference in New Issue
Block a user