Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/icons
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2019-02-15 19:47:05 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-15 19:47:05 +0300
commitbdf3a663ef6a8a18b56b6420ad1043c8caf9209f (patch)
tree0cb9cdee81499edf5fd674eadde10fcab87ef765 /src/icons
parentac62662913d8efb1b1325b2ec5b9c780cb6a4eeb (diff)
Adds a sun icon.
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/.fontcustom-manifest.json8
-rw-r--r--src/icons/icons.yml13
-rw-r--r--src/icons/svg/sun.svg3
3 files changed, 22 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index 8f0e05fd0..4ad8c37bc 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "536f5ba2b18496e2d5e71605c5312e82f203eb572875eaf77a6e710ba628aca6",
- "current": "536f5ba2b18496e2d5e71605c5312e82f203eb572875eaf77a6e710ba628aca6"
+ "previous": "58a3d7ab64fbe0117f033aa715f10b5101a3483594369fa096eae1675c11de1a",
+ "current": "58a3d7ab64fbe0117f033aa715f10b5101a3483594369fa096eae1675c11de1a"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -2487,6 +2487,10 @@
"codepoint": 61682,
"source": "svg/suitcase.svg"
},
+ "sun": {
+ "codepoint": 62249,
+ "source": "svg/sun.svg"
+ },
"sun-o": {
"codepoint": 61829,
"source": "svg/sun-o.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index 8a3b8a6ed..dc5177121 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7275,3 +7275,16 @@ icons:
- crescent
categories:
- Web Application Icons
+
+ - name: Sun
+ id: sun
+ unicode: f329
+ created: 1.1
+ filter:
+ - weather
+ - contrast
+ - lighter
+ - brighten
+ - day
+ categories:
+ - Web Application Icons
diff --git a/src/icons/svg/sun.svg b/src/icons/svg/sun.svg
new file mode 100644
index 000000000..2008efa3a
--- /dev/null
+++ b/src/icons/svg/sun.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
+ <path d="M1748 1173c-3 10-11 17-20 20l-292 96v306c0 10-5 20-13 26-9 6-19 8-29 4l-292-94-180 248c-6 8-16 13-26 13s-20-5-26-13l-180-248-292 94c-10 4-20 2-29-4-8-6-13-16-13-26v-306l-292-96c-9-3-17-10-20-20s-2-21 4-29l180-248L48 648c-6-9-7-19-4-29s11-17 20-20l292-96V197c0-10 5-20 13-26 9-6 19-8 29-4l292 94L870 13c12-16 40-16 52 0l180 248 292-94c10-4 20-2 29 4 8 6 13 16 13 26v306l292 96c9 3 17 10 20 20s2 20-4 29l-180 248 180 248c6 8 7 19 4 29z"/>
+</svg>