Compare commits

...

1 Commits

Author SHA1 Message Date
Cd16d
ba86ca5ef0 add picture-in-picture icon (#930) 2023-02-07 09:31:44 +01:00
5 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"tags": [
"display",
"play",
"video",
"pop out",
"always on top",
"window",
"inset",
"multitask"
],
"categories": [
"multimedia"
]
}

View 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

View File

@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"tags": [
"display",
"play",
"video",
"pop out",
"always on top",
"window",
"inset",
"multitask"
],
"categories": [
"multimedia"
]
}

View 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

View File

@@ -3257,6 +3257,26 @@
"phone-outgoing": [
"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": [
"statistics",
"diagram"