mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:07:43 +01:00
Add clipboard-plus and clipboard-minus icons (#1812)
* Add clipboard icons * Switch to same plus minus as file icons * update contributors * center plus and minus paths
This commit is contained in:
23
icons/clipboard-minus.json
Normal file
23
icons/clipboard-minus.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"csandman",
|
||||
"ericfennis",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"copy",
|
||||
"delete",
|
||||
"remove",
|
||||
"erase",
|
||||
"document",
|
||||
"medical",
|
||||
"report",
|
||||
"doctor"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"medical"
|
||||
]
|
||||
}
|
||||
15
icons/clipboard-minus.svg
Normal file
15
icons/clipboard-minus.svg
Normal 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"
|
||||
>
|
||||
<rect width="8" height="4" x="8" y="2" rx="1" ry="1" />
|
||||
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" />
|
||||
<path d="M9 14h6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 377 B |
24
icons/clipboard-plus.json
Normal file
24
icons/clipboard-plus.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"csandman",
|
||||
"ericfennis",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"copy",
|
||||
"paste",
|
||||
"add",
|
||||
"create",
|
||||
"new",
|
||||
"document",
|
||||
"medical",
|
||||
"report",
|
||||
"doctor"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"medical"
|
||||
]
|
||||
}
|
||||
16
icons/clipboard-plus.svg
Normal file
16
icons/clipboard-plus.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"
|
||||
>
|
||||
<rect width="8" height="4" x="8" y="2" rx="1" ry="1" />
|
||||
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" />
|
||||
<path d="M9 14h6" />
|
||||
<path d="M12 17v-6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 402 B |
@@ -50,6 +50,7 @@
|
||||
"account",
|
||||
"security",
|
||||
"development",
|
||||
"gaming"
|
||||
"gaming",
|
||||
"medical"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user