feat(icons): added square-letter-* & circle-letter-* icons
34
icons/circle-letter-a.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating a grade or rating",
|
||||
"representing accessibility settings",
|
||||
"labeling blood type A",
|
||||
"representing audio controls or settings",
|
||||
"indicating ampere units in electrical contexts",
|
||||
"indicating text appearance settings",
|
||||
"representing font selection or typography controls"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"grade",
|
||||
"rating",
|
||||
"accessibility",
|
||||
"blood type",
|
||||
"audio",
|
||||
"ampere",
|
||||
"electricity",
|
||||
"appearance",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16" />
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" />
|
||||
<path d="M15 14H9" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
<path d="m8 16 3.453-7.648a.6.6 0 0 1 1.094 0L16 16" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 326 B |
38
icons/circle-letter-b.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"csandman",
|
||||
"ericfennis",
|
||||
"jguddas",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating bold text formatting",
|
||||
"labeling blood type B",
|
||||
"representing bytes in computing contexts",
|
||||
"indicating a B-side track or recording",
|
||||
"marking a bus or transit line"
|
||||
],
|
||||
"tags": [
|
||||
"strong",
|
||||
"emphasis",
|
||||
"format",
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"bold",
|
||||
"blood type",
|
||||
"byte",
|
||||
"computing",
|
||||
"b-side",
|
||||
"bus",
|
||||
"transit",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-b.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="M13 12a2 2 0 0 0 0-4H9.5a.5.5 0 0 0-.5.5V12m0 0h4.846c.571 0 1.12.21 1.523.586.404.375.631.884.631 1.414s-.227 1.04-.63 1.414a2.24 2.24 0 0 1-1.524.586H9.5a.5.5 0 0 1-.5-.5z" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 433 B |
28
icons/circle-letter-c.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating Celsius temperature units",
|
||||
"representing carbon in scientific contexts",
|
||||
"indicating a grade or rating"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"celsius",
|
||||
"temperature",
|
||||
"carbon",
|
||||
"chemistry",
|
||||
"grade",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-c.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="M15 9.354a4 4 0 1 0 0 5.292" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 287 B |
30
icons/circle-letter-d.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating drive gear in vehicles",
|
||||
"representing diameter in measurements",
|
||||
"labeling vitamin D",
|
||||
"indicating a grade or rating"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"drive",
|
||||
"gear",
|
||||
"diameter",
|
||||
"measurement",
|
||||
"vitamin",
|
||||
"grade",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-d.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="M9.412 8H12a4 4 0 0 1 0 8H9.412A.41.41 0 0 1 9 15.588V8.412C9 8.184 9.184 8 9.412 8" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 343 B |
31
icons/circle-letter-e.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking explicit content",
|
||||
"indicating east on a compass or map",
|
||||
"representing an empty state",
|
||||
"representing energy in scientific contexts",
|
||||
"indicating a grade or rating"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"explicit",
|
||||
"content rating",
|
||||
"east",
|
||||
"empty",
|
||||
"energy",
|
||||
"grade",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/circle-letter-e.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"
|
||||
>
|
||||
<path d="M15 8H9.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H15" />
|
||||
<path d="M9 12h4" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 329 B |
34
icons/circle-letter-f.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating Fahrenheit temperature units",
|
||||
"representing female markers or labels",
|
||||
"indicating a failing grade or rating",
|
||||
"representing force in physics contexts",
|
||||
"labeling aperture or f-stop settings"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"fahrenheit",
|
||||
"temperature",
|
||||
"female",
|
||||
"fail",
|
||||
"grade",
|
||||
"rating",
|
||||
"force",
|
||||
"aperture",
|
||||
"f-stop",
|
||||
"camera",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/circle-letter-f.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"
|
||||
>
|
||||
<path d="M9 16V8.5a.5.5 0 0 1 .5-.5H15" />
|
||||
<path d="M9 12h4" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 312 B |
25
icons/circle-letter-g.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing gravity or g-force",
|
||||
"indicating gram units in measurements"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"gravity",
|
||||
"g-force",
|
||||
"gram",
|
||||
"measurement",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-g.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="M12.5 12H15v2.268a.88.88 0 0 1-.263.65A4 4 0 1 1 12 8h2.5" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 317 B |
37
icons/circle-letter-h.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"ericfennis",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating heading text formatting",
|
||||
"marking hospital locations",
|
||||
"representing hydrogen in scientific contexts",
|
||||
"indicating hours in time contexts",
|
||||
"representing height in measurements"
|
||||
],
|
||||
"tags": [
|
||||
"h1",
|
||||
"html",
|
||||
"markup",
|
||||
"markdown",
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"heading",
|
||||
"hospital",
|
||||
"hydrogen",
|
||||
"chemistry",
|
||||
"hour",
|
||||
"time",
|
||||
"height",
|
||||
"measurement",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
16
icons/circle-letter-h.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="M9 16V8" />
|
||||
<path d="M15 16V8" />
|
||||
<path d="M9 12h6" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 314 B |
27
icons/circle-letter-i.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating information or help",
|
||||
"representing input fields or input controls",
|
||||
"representing electric current in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"information",
|
||||
"help",
|
||||
"input",
|
||||
"current",
|
||||
"electricity",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-i.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="M12 16V8" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 268 B |
26
icons/circle-letter-j.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating joule units in energy contexts",
|
||||
"representing Java or JavaScript shorthand"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"joule",
|
||||
"energy",
|
||||
"java",
|
||||
"javascript",
|
||||
"code",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-j.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="M15 8v5a3 3 0 1 1-6 0" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 281 B |
28
icons/circle-letter-k.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating thousands or kilo units",
|
||||
"representing kelvin temperature units",
|
||||
"representing potassium in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"thousand",
|
||||
"kilo",
|
||||
"kelvin",
|
||||
"temperature",
|
||||
"potassium",
|
||||
"chemistry",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
16
icons/circle-letter-k.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="M9 16V8" />
|
||||
<path d="m11 12 4 4" />
|
||||
<path d="m15 8-6 6" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 318 B |
29
icons/circle-letter-l.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking learner driver status",
|
||||
"indicating litre units in measurements",
|
||||
"indicating left direction or alignment",
|
||||
"representing length in measurements"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"learner",
|
||||
"driver",
|
||||
"litre",
|
||||
"left",
|
||||
"length",
|
||||
"measurement",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-l.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="M9 8v7.5a.5.5 0 0 0 .5.5H15" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 287 B |
30
icons/circle-letter-m.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating millions or mega units",
|
||||
"representing metre units in measurements",
|
||||
"representing male markers or labels",
|
||||
"indicating medium size"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"million",
|
||||
"mega",
|
||||
"metre",
|
||||
"measurement",
|
||||
"male",
|
||||
"medium",
|
||||
"size",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-m.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 16.001v-7.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3v7.501" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 347 B |
35
icons/circle-letter-n.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating north on a compass or map",
|
||||
"indicating neutral gear in vehicles",
|
||||
"marking new items or content",
|
||||
"representing nitrogen in scientific contexts",
|
||||
"indicating newton units in force contexts",
|
||||
"representing sample size in statistics"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"north",
|
||||
"neutral",
|
||||
"gear",
|
||||
"new",
|
||||
"nitrogen",
|
||||
"chemistry",
|
||||
"newton",
|
||||
"force",
|
||||
"sample size",
|
||||
"statistics",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-n.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="M9 16V8.576c0-.516.687-.694.937-.243l4.126 7.43c.25.45.937.273.937-.243V8" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 333 B |
29
icons/circle-letter-o.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing oxygen in scientific contexts",
|
||||
"labeling blood type O",
|
||||
"indicating an off state",
|
||||
"marking a zero-like option or value"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"oxygen",
|
||||
"chemistry",
|
||||
"blood type",
|
||||
"off",
|
||||
"zero",
|
||||
"marker",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-o.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"
|
||||
>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 279 B |
36
icons/circle-letter-p.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking parking locations",
|
||||
"representing phosphorus in scientific contexts",
|
||||
"indicating p-values in statistics",
|
||||
"marking soft dynamics in music notation",
|
||||
"representing pages or pagination",
|
||||
"representing probability in math contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"parking",
|
||||
"phosphorus",
|
||||
"chemistry",
|
||||
"p-value",
|
||||
"statistics",
|
||||
"piano",
|
||||
"soft",
|
||||
"music",
|
||||
"page",
|
||||
"probability",
|
||||
"math",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-p.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="M9 12h4a2 2 0 0 0 0-4H9.5a.5.5 0 0 0-.5.5V16" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 304 B |
30
icons/circle-letter-q.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating questions or help prompts",
|
||||
"representing queues or waiting lines",
|
||||
"representing electric charge in scientific contexts",
|
||||
"indicating quality labels or ratings"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"question",
|
||||
"help",
|
||||
"queue",
|
||||
"charge",
|
||||
"electricity",
|
||||
"quality",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/circle-letter-q.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"
|
||||
>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<path d="m16 16-2.5-2.5" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 309 B |
36
icons/circle-letter-r.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking registered trademark references",
|
||||
"indicating right direction or alignment",
|
||||
"indicating reverse gear in vehicles",
|
||||
"representing resistance in electrical contexts",
|
||||
"representing radius in geometry",
|
||||
"indicating ratings or reviews"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"registered trademark",
|
||||
"trademark",
|
||||
"right",
|
||||
"reverse",
|
||||
"gear",
|
||||
"resistance",
|
||||
"electricity",
|
||||
"radius",
|
||||
"geometry",
|
||||
"rating",
|
||||
"review",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/circle-letter-r.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"
|
||||
>
|
||||
<path d="m11 12 4 4" />
|
||||
<path d="M9 12h4a2 2 0 0 0 0-4H9.5a.5.5 0 0 0-.5.5V16" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 330 B |
38
icons/circle-letter-s.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"ericfennis",
|
||||
"johnletey",
|
||||
"csandman",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating south on a compass or map",
|
||||
"indicating small size",
|
||||
"representing seconds in time contexts",
|
||||
"representing sulfur in scientific contexts",
|
||||
"indicating save actions",
|
||||
"representing siemens units in electrical contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"south",
|
||||
"small",
|
||||
"size",
|
||||
"second",
|
||||
"time",
|
||||
"sulfur",
|
||||
"chemistry",
|
||||
"save",
|
||||
"siemens",
|
||||
"electricity",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
18
icons/circle-letter-s.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="M11 8a2 2 0 1 0 0 4" />
|
||||
<path d="M13 16a2 2 0 1 0 0-4" />
|
||||
<path d="M11 8h3.5" />
|
||||
<path d="M9 16h4" />
|
||||
<path d="M11 12h2" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 387 B |
29
icons/circle-letter-t.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing tesla units in magnetic contexts",
|
||||
"indicating temperature values",
|
||||
"representing tonne units in measurements",
|
||||
"representing time values"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"tesla",
|
||||
"magnetism",
|
||||
"temperature",
|
||||
"tonne",
|
||||
"measurement",
|
||||
"time",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/circle-letter-t.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"
|
||||
>
|
||||
<path d="M12 16V8" />
|
||||
<path d="m9 7.968 6 .064" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 299 B |
26
icons/circle-letter-u.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating rack units in server or equipment contexts",
|
||||
"representing uranium in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"rack unit",
|
||||
"server",
|
||||
"equipment",
|
||||
"uranium",
|
||||
"chemistry",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-u.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="M15 8v5a3 3 0 1 1-6 0V8" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 283 B |
33
icons/circle-letter-v.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating voltage or volt units",
|
||||
"representing volume controls or levels",
|
||||
"indicating victory or success",
|
||||
"marking vegan or vegetarian options",
|
||||
"representing video content"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"voltage",
|
||||
"volt",
|
||||
"electricity",
|
||||
"volume",
|
||||
"victory",
|
||||
"success",
|
||||
"vegan",
|
||||
"vegetarian",
|
||||
"video",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-v.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="m9 8 2.525 7.66a.5.5 0 0 0 .95 0L15 8" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 297 B |
32
icons/circle-letter-w.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing watt units in power contexts",
|
||||
"indicating west on a compass or map",
|
||||
"representing width in measurements",
|
||||
"representing tungsten in scientific contexts",
|
||||
"indicating wins or winning states"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"watt",
|
||||
"power",
|
||||
"west",
|
||||
"width",
|
||||
"measurement",
|
||||
"tungsten",
|
||||
"chemistry",
|
||||
"win",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-w.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="m16 8-1.591 7.598c-.107.51-.823.537-.97.038l-.96-3.276c-.14-.48-.818-.48-.959 0l-.96 3.276c-.146.5-.862.471-.969-.038L8 8" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 381 B |
36
icons/circle-letter-x.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating close or dismiss actions",
|
||||
"representing multiplication in math contexts",
|
||||
"marking an unknown variable",
|
||||
"representing the X-axis in charts or geometry",
|
||||
"indicating intersections or crosses",
|
||||
"representing X chromosomes"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"close",
|
||||
"dismiss",
|
||||
"multiply",
|
||||
"math",
|
||||
"unknown",
|
||||
"variable",
|
||||
"x-axis",
|
||||
"axis",
|
||||
"intersection",
|
||||
"cross",
|
||||
"chromosome",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-x.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="M12 12 9 8m3 4 3-4m-3 4 3 4m-3-4-3 4" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 296 B |
30
icons/circle-letter-y.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing the Y-axis in charts or geometry",
|
||||
"indicating yes or confirmation",
|
||||
"representing years in date or time contexts",
|
||||
"representing Y chromosomes"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"y-axis",
|
||||
"axis",
|
||||
"yes",
|
||||
"confirm",
|
||||
"year",
|
||||
"time",
|
||||
"chromosome",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/circle-letter-y.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"
|
||||
>
|
||||
<path d="m9 8 3 4 3-4" />
|
||||
<path d="M12 12v4" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 296 B |
31
icons/circle-letter-z.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing the Z-axis in charts or geometry",
|
||||
"indicating sleep or rest states",
|
||||
"representing impedance in electrical contexts",
|
||||
"indicating atomic number in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"z-axis",
|
||||
"axis",
|
||||
"sleep",
|
||||
"rest",
|
||||
"impedance",
|
||||
"electricity",
|
||||
"atomic number",
|
||||
"chemistry",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/circle-letter-z.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="M9 8h5.501a.5.5 0 0 1 .37.836L9.13 15.164A.5.5 0 0 0 9.5 16H15" />
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 322 B |
34
icons/square-letter-a.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating a grade or rating",
|
||||
"representing accessibility settings",
|
||||
"labeling blood type A",
|
||||
"representing audio controls or settings",
|
||||
"indicating ampere units in electrical contexts",
|
||||
"indicating text appearance settings",
|
||||
"representing font selection or typography controls"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"grade",
|
||||
"rating",
|
||||
"accessibility",
|
||||
"blood type",
|
||||
"audio",
|
||||
"ampere",
|
||||
"electricity",
|
||||
"appearance",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/square-letter-a.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"
|
||||
>
|
||||
<path d="m8 16 3.453-7.648a.6.6 0 0 1 1.094 0L16 16" />
|
||||
<path d="M15 14H9" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 343 B |
38
icons/square-letter-b.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"csandman",
|
||||
"ericfennis",
|
||||
"jguddas",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating bold text formatting",
|
||||
"labeling blood type B",
|
||||
"representing bytes in computing contexts",
|
||||
"indicating a B-side track or recording",
|
||||
"marking a bus or transit line"
|
||||
],
|
||||
"tags": [
|
||||
"strong",
|
||||
"emphasis",
|
||||
"format",
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"bold",
|
||||
"blood type",
|
||||
"byte",
|
||||
"computing",
|
||||
"b-side",
|
||||
"bus",
|
||||
"transit",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-b.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="M13 12a2 2 0 0 0 0-4H9.5a.5.5 0 0 0-.5.5V12m0 0h4.846c.571 0 1.12.21 1.523.586.404.375.631.884.631 1.414s-.227 1.04-.63 1.414a2.24 2.24 0 0 1-1.524.586H9.5a.5.5 0 0 1-.5-.5z" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 450 B |
28
icons/square-letter-c.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating Celsius temperature units",
|
||||
"representing carbon in scientific contexts",
|
||||
"indicating a grade or rating"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"celsius",
|
||||
"temperature",
|
||||
"carbon",
|
||||
"chemistry",
|
||||
"grade",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-c.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="M15 9.354a4 4 0 1 0 0 5.292" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 304 B |
30
icons/square-letter-d.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating drive gear in vehicles",
|
||||
"representing diameter in measurements",
|
||||
"labeling vitamin D",
|
||||
"indicating a grade or rating"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"drive",
|
||||
"gear",
|
||||
"diameter",
|
||||
"measurement",
|
||||
"vitamin",
|
||||
"grade",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-d.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="M9.412 8H12a4 4 0 0 1 0 8H9.412A.41.41 0 0 1 9 15.588V8.412C9 8.184 9.184 8 9.412 8" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 360 B |
31
icons/square-letter-e.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking explicit content",
|
||||
"indicating east on a compass or map",
|
||||
"representing an empty state",
|
||||
"representing energy in scientific contexts",
|
||||
"indicating a grade or rating"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"explicit",
|
||||
"content rating",
|
||||
"east",
|
||||
"empty",
|
||||
"energy",
|
||||
"grade",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/square-letter-e.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"
|
||||
>
|
||||
<path d="M15 8H9.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H15" />
|
||||
<path d="M9 12h4" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 346 B |
34
icons/square-letter-f.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating Fahrenheit temperature units",
|
||||
"representing female markers or labels",
|
||||
"indicating a failing grade or rating",
|
||||
"representing force in physics contexts",
|
||||
"labeling aperture or f-stop settings"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"fahrenheit",
|
||||
"temperature",
|
||||
"female",
|
||||
"fail",
|
||||
"grade",
|
||||
"rating",
|
||||
"force",
|
||||
"aperture",
|
||||
"f-stop",
|
||||
"camera",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/square-letter-f.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"
|
||||
>
|
||||
<path d="M9 16V8.5a.5.5 0 0 1 .5-.5H15" />
|
||||
<path d="M9 12h4" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 329 B |
25
icons/square-letter-g.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing gravity or g-force",
|
||||
"indicating gram units in measurements"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"gravity",
|
||||
"g-force",
|
||||
"gram",
|
||||
"measurement",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-g.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="M12.5 12H15v2.268a.88.88 0 0 1-.263.65A4 4 0 1 1 12 8h2.5" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 334 B |
37
icons/square-letter-h.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"ericfennis",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating heading text formatting",
|
||||
"marking hospital locations",
|
||||
"representing hydrogen in scientific contexts",
|
||||
"indicating hours in time contexts",
|
||||
"representing height in measurements"
|
||||
],
|
||||
"tags": [
|
||||
"h1",
|
||||
"html",
|
||||
"markup",
|
||||
"markdown",
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"heading",
|
||||
"hospital",
|
||||
"hydrogen",
|
||||
"chemistry",
|
||||
"hour",
|
||||
"time",
|
||||
"height",
|
||||
"measurement",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
16
icons/square-letter-h.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="M9 16V8" />
|
||||
<path d="M15 16V8" />
|
||||
<path d="M9 12h6" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 331 B |
27
icons/square-letter-i.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating information or help",
|
||||
"representing input fields or input controls",
|
||||
"representing electric current in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"information",
|
||||
"help",
|
||||
"input",
|
||||
"current",
|
||||
"electricity",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,6 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M12 16V8" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
<path d="M9 17V7h4a3 3 0 0 1 0 6H9" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 285 B |
26
icons/square-letter-j.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating joule units in energy contexts",
|
||||
"representing Java or JavaScript shorthand"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"joule",
|
||||
"energy",
|
||||
"java",
|
||||
"javascript",
|
||||
"code",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-j.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="M15 8v5a3 3 0 1 1-6 0" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 298 B |
28
icons/square-letter-k.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating thousands or kilo units",
|
||||
"representing kelvin temperature units",
|
||||
"representing potassium in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"thousand",
|
||||
"kilo",
|
||||
"kelvin",
|
||||
"temperature",
|
||||
"potassium",
|
||||
"chemistry",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
16
icons/square-letter-k.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="M9 16V8" />
|
||||
<path d="m11 12 4 4" />
|
||||
<path d="m15 8-6 6" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 335 B |
29
icons/square-letter-l.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking learner driver status",
|
||||
"indicating litre units in measurements",
|
||||
"indicating left direction or alignment",
|
||||
"representing length in measurements"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"learner",
|
||||
"driver",
|
||||
"litre",
|
||||
"left",
|
||||
"length",
|
||||
"measurement",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-l.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="M9 8v7.5a.5.5 0 0 0 .5.5H15" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 304 B |
51
icons/square-letter-m.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley",
|
||||
"jguddas",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating millions or mega units",
|
||||
"representing metre units in measurements",
|
||||
"representing male markers or labels",
|
||||
"indicating medium size"
|
||||
],
|
||||
"tags": [
|
||||
"metro",
|
||||
"subway",
|
||||
"underground",
|
||||
"track",
|
||||
"line",
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"million",
|
||||
"mega",
|
||||
"metre",
|
||||
"measurement",
|
||||
"male",
|
||||
"medium",
|
||||
"size",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"transportation",
|
||||
"navigation"
|
||||
],
|
||||
"aliases": [
|
||||
{
|
||||
"name": "m-square",
|
||||
"deprecationReason": "alias.name",
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "square-m",
|
||||
"deprecationReason": "alias.name",
|
||||
"deprecated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-m.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 16.001v-7.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3v7.501" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 364 B |
35
icons/square-letter-n.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating north on a compass or map",
|
||||
"indicating neutral gear in vehicles",
|
||||
"marking new items or content",
|
||||
"representing nitrogen in scientific contexts",
|
||||
"indicating newton units in force contexts",
|
||||
"representing sample size in statistics"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"north",
|
||||
"neutral",
|
||||
"gear",
|
||||
"new",
|
||||
"nitrogen",
|
||||
"chemistry",
|
||||
"newton",
|
||||
"force",
|
||||
"sample size",
|
||||
"statistics",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-n.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="M9 16V8.576c0-.516.687-.694.937-.243l4.126 7.43c.25.45.937.273.937-.243V8" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 350 B |
29
icons/square-letter-o.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing oxygen in scientific contexts",
|
||||
"labeling blood type O",
|
||||
"indicating an off state",
|
||||
"marking a zero-like option or value"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"oxygen",
|
||||
"chemistry",
|
||||
"blood type",
|
||||
"off",
|
||||
"zero",
|
||||
"marker",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-o.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"
|
||||
>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 296 B |
@@ -20,6 +20,11 @@
|
||||
"name": "parking-square-off",
|
||||
"deprecationReason": "alias.name",
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "square-parking-off",
|
||||
"deprecationReason": "alias.name",
|
||||
"deprecated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
54
icons/square-letter-p.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere",
|
||||
"jguddas",
|
||||
"danielbayley"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking parking locations",
|
||||
"representing phosphorus in scientific contexts",
|
||||
"indicating p-values in statistics",
|
||||
"marking soft dynamics in music notation",
|
||||
"representing pages or pagination",
|
||||
"representing probability in math contexts"
|
||||
],
|
||||
"tags": [
|
||||
"parking lot",
|
||||
"car park",
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"parking",
|
||||
"phosphorus",
|
||||
"chemistry",
|
||||
"p-value",
|
||||
"statistics",
|
||||
"piano",
|
||||
"soft",
|
||||
"music",
|
||||
"page",
|
||||
"probability",
|
||||
"math",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"transportation",
|
||||
"navigation"
|
||||
],
|
||||
"aliases": [
|
||||
{
|
||||
"name": "parking-square",
|
||||
"deprecationReason": "alias.name",
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "square-parking",
|
||||
"deprecationReason": "alias.name",
|
||||
"deprecated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-p.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="M9 12h4a2 2 0 0 0 0-4H9.5a.5.5 0 0 0-.5.5V16" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 321 B |
30
icons/square-letter-q.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating questions or help prompts",
|
||||
"representing queues or waiting lines",
|
||||
"representing electric charge in scientific contexts",
|
||||
"indicating quality labels or ratings"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"question",
|
||||
"help",
|
||||
"queue",
|
||||
"charge",
|
||||
"electricity",
|
||||
"quality",
|
||||
"rating",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/square-letter-q.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"
|
||||
>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<path d="m16 16-2.5-2.5" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 326 B |
36
icons/square-letter-r.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"marking registered trademark references",
|
||||
"indicating right direction or alignment",
|
||||
"indicating reverse gear in vehicles",
|
||||
"representing resistance in electrical contexts",
|
||||
"representing radius in geometry",
|
||||
"indicating ratings or reviews"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"registered trademark",
|
||||
"trademark",
|
||||
"right",
|
||||
"reverse",
|
||||
"gear",
|
||||
"resistance",
|
||||
"electricity",
|
||||
"radius",
|
||||
"geometry",
|
||||
"rating",
|
||||
"review",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/square-letter-r.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"
|
||||
>
|
||||
<path d="m11 12 4 4" />
|
||||
<path d="M9 12h4a2 2 0 0 0 0-4H9.5a.5.5 0 0 0-.5.5V16" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 347 B |
38
icons/square-letter-s.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"ericfennis",
|
||||
"johnletey",
|
||||
"csandman",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating south on a compass or map",
|
||||
"indicating small size",
|
||||
"representing seconds in time contexts",
|
||||
"representing sulfur in scientific contexts",
|
||||
"indicating save actions",
|
||||
"representing siemens units in electrical contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"south",
|
||||
"small",
|
||||
"size",
|
||||
"second",
|
||||
"time",
|
||||
"sulfur",
|
||||
"chemistry",
|
||||
"save",
|
||||
"siemens",
|
||||
"electricity",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
18
icons/square-letter-s.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="M11 8a2 2 0 1 0 0 4" />
|
||||
<path d="M13 16a2 2 0 1 0 0-4" />
|
||||
<path d="M11 8h3.5" />
|
||||
<path d="M9 16h4" />
|
||||
<path d="M11 12h2" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 404 B |
29
icons/square-letter-t.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing tesla units in magnetic contexts",
|
||||
"indicating temperature values",
|
||||
"representing tonne units in measurements",
|
||||
"representing time values"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"tesla",
|
||||
"magnetism",
|
||||
"temperature",
|
||||
"tonne",
|
||||
"measurement",
|
||||
"time",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
15
icons/square-letter-t.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"
|
||||
>
|
||||
<path d="M12 16V8" />
|
||||
<path d="m9 7.968 6 .064" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 316 B |
26
icons/square-letter-u.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating rack units in server or equipment contexts",
|
||||
"representing uranium in scientific contexts"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"rack unit",
|
||||
"server",
|
||||
"equipment",
|
||||
"uranium",
|
||||
"chemistry",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-u.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="M15 8v5a3 3 0 1 1-6 0V8" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 300 B |
33
icons/square-letter-v.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"indicating voltage or volt units",
|
||||
"representing volume controls or levels",
|
||||
"indicating victory or success",
|
||||
"marking vegan or vegetarian options",
|
||||
"representing video content"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"voltage",
|
||||
"volt",
|
||||
"electricity",
|
||||
"volume",
|
||||
"victory",
|
||||
"success",
|
||||
"vegan",
|
||||
"vegetarian",
|
||||
"video",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-v.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="m9 8 2.525 7.66a.5.5 0 0 0 .95 0L15 8" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 314 B |
32
icons/square-letter-w.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"representing watt units in power contexts",
|
||||
"indicating west on a compass or map",
|
||||
"representing width in measurements",
|
||||
"representing tungsten in scientific contexts",
|
||||
"indicating wins or winning states"
|
||||
],
|
||||
"tags": [
|
||||
"alphabet",
|
||||
"character",
|
||||
"uppercase",
|
||||
"watt",
|
||||
"power",
|
||||
"west",
|
||||
"width",
|
||||
"measurement",
|
||||
"tungsten",
|
||||
"chemistry",
|
||||
"win",
|
||||
"text",
|
||||
"font",
|
||||
"typography"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
14
icons/square-letter-w.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="m16 8-1.591 7.598c-.107.51-.823.537-.97.038l-.96-3.276c-.14-.48-.818-.48-.959 0l-.96 3.276c-.146.5-.862.471-.969-.038L8 8" />
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 398 B |