diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b0f6424c..ada06c881 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
repository that is by invitation only. You will get a 404 - Not Found if you do
not have access**
+## [5.3.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.3.0) - 2018-08-27
+
+### Added
+* New Religion, and Marketing category
+* New icons in the Mathematics, and Business category
+* New stats for signal, volume, and wifi icons
+* New brand icon for the-red-yeti and alipay
+
+### Changed
+* Adding ethereum to Currency category
+* Adding bitcoin and btc to Payments & Shopping
+
+### Fixed
+* Incorrect name for layer-minus and layer-plus in sponsors.yml
+* Reversing route-highway and route-interstate
+* Correct version identifier in OTF and web font files
+* CSS keyframe names are not minified (and renamed) to prevent conflict with user or app specific names
+* Sass placeholder selector added for %fa-icon to fix CSS precendence issue with font-weight
+
+---
+
## [5.2.0](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.2.0) - 2018-07-23
### Added
diff --git a/LICENSE.txt b/LICENSE.txt
index 28c1c4bc7..0abfaa6e2 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -3,7 +3,7 @@ Font Awesome Free License
Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
-Full Font Awesome Free license: https://fontawesome.com/license.
+Full Font Awesome Free license: https://fontawesome.com/license/free.
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
@@ -24,7 +24,7 @@ attribution, so you shouldn't need to do anything additional when using these
files normally.
We've kept attribution comments terse, so we ask that you do not actively work
-to remove them from files, especially code. They're a great way for folks to
+to remove them from files, especially code. They're a great way for folks to
learn about Font Awesome.
# Brand Icons
diff --git a/UPGRADING.md b/UPGRADING.md
index 98d76a0c2..d4f6226e3 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -6,6 +6,40 @@ This guide is useful to figure out what you need to do between breaking changes.
As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/new) that you run into with this guide or with these upgrades to us.
+## 5.x.x to 5.3.0
+
+Sass mixin syntax has been updated to address a bug.
+
+Use `@extend %fa-icon` to correctly maintain CSS order in output files.
+
+~~Old way:~~
+
+```
+.twitter {
+ @include fa-icon; /* incorrect */
+ @extend .fab;
+
+ &:before {
+ content: fa-content($fa-var-twitter);
+ }
+}
+```
+
+New way:
+
+```
+.twitter {
+ @extend %fa-icon; /* correct */
+ @extend .fab;
+
+ &:before {
+ content: fa-content($fa-var-twitter);
+ }
+}
+```
+
+---
+
## 5.1.x to 5.2.x
There are no breaking changes in this version upgrade.
diff --git a/advanced-options/metadata/categories.yml b/advanced-options/metadata/categories.yml
index 7dfea405a..6dd2837b0 100644
--- a/advanced-options/metadata/categories.yml
+++ b/advanced-options/metadata/categories.yml
@@ -162,8 +162,11 @@ audio-video:
- undo
- undo-alt
- video
+ - volume
- volume-down
+ - volume-mute
- volume-off
+ - volume-slash
- volume-up
- youtube
label: Audio & Video
@@ -193,12 +196,18 @@ buildings:
icons:
- building
- church
+ - gopuram
- home
- hospital
- hospital-alt
- industry
+ - mosque
+ - place-of-worship
- school
+ - synagogue
+ - torii-gate
- university
+ - vihara
label: Buildings
business:
icons:
@@ -212,6 +221,7 @@ business:
- building
- bullhorn
- bullseye
+ - business-time
- calculator
- calendar
- calendar-alt
@@ -220,6 +230,7 @@ business:
- chart-bar
- chart-line
- chart-pie
+ - city
- clipboard
- coffee
- columns
@@ -236,11 +247,14 @@ business:
- file
- file-alt
- folder
+ - folder-minus
- folder-open
+ - folder-plus
- glasses
- globe
- highlighter
- industry
+ - landmark
- marker
- paperclip
- paste
@@ -255,13 +269,14 @@ business:
- phone-slash
- phone-square
- phone-volume
+ - print
- project-diagram
- registered
- save
- sitemap
+ - socks
- sticky-note
- stream
- - suitcase
- table
- tag
- tags
@@ -416,6 +431,7 @@ currency:
- bitcoin
- btc
- dollar-sign
+ - ethereum
- euro-sign
- gg
- gg-circle
@@ -840,6 +856,9 @@ interfaces:
- sign-in-alt
- sign-out-alt
- signal
+ - signal-alt
+ - signal-alt-slash
+ - signal-slash
- sitemap
- sliders-h
- smile
@@ -871,7 +890,14 @@ interfaces:
- user
- user-alt
- user-circle
+ - volume
+ - volume-down
+ - volume-mute
+ - volume-off
+ - volume-slash
+ - volume-up
- wifi
+ - wifi-slash
- wrench
label: Interfaces
logistics:
@@ -938,6 +964,7 @@ maps:
- info
- info-circle
- key
+ - landmark
- layer-group
- leaf
- lemon
@@ -1005,21 +1032,56 @@ maps:
- wine-glass
- wrench
label: Maps
+marketing:
+ icons:
+ - ad
+ - bullhorn
+ - bullseye
+ - comment-dollar
+ - comments-dollar
+ - envelope-open-text
+ - funnel-dollar
+ - lightbulb
+ - mail-bulk
+ - poll
+ - poll-h
+ - search-dollar
+ - search-location
+ label: Marketing
mathematics:
icons:
+ - abacus
+ - calculator
+ - calculator-alt
- divide
+ - empty-set
- equals
+ - function
- greater-than
- greater-than-equal
+ - infinity
+ - integral
+ - intersection
+ - lambda
- less-than
- less-than-equal
- minus
- not-equal
+ - omega
- percentage
+ - pi
- plus
+ - sigma
+ - square-root
+ - square-root-alt
- subscript
- superscript
+ - tally
+ - theta
+ - tilde
- times
+ - union
+ - value-absolute
label: Mathematics
medical:
icons:
@@ -1285,10 +1347,13 @@ objects:
label: Objects
payments-shopping:
icons:
+ - alipay
- amazon-pay
- apple-pay
- bell
+ - bitcoin
- bookmark
+ - btc
- bullhorn
- camera
- camera-retro
@@ -1328,6 +1393,39 @@ payments-shopping:
- thumbs-up
- trophy
label: Payments & Shopping
+religion:
+ icons:
+ - ankh
+ - atom
+ - bible
+ - church
+ - cross
+ - dharmachakra
+ - dove
+ - gopuram
+ - hamsa
+ - haykal
+ - jedi
+ - journal-whills
+ - kaaba
+ - khanda
+ - menorah
+ - mosque
+ - om
+ - pastafarianism
+ - peace
+ - place-of-worship
+ - pray
+ - praying-hands
+ - quran
+ - star-and-crescent
+ - star-of-david
+ - synagogue
+ - torah
+ - torii-gate
+ - vihara
+ - yin-yang
+ label: Religion
shapes:
icons:
- bookmark
@@ -1418,6 +1516,10 @@ status:
- shopping-cart
- sign-in-alt
- sign-out-alt
+ - signal
+ - signal-alt
+ - signal-alt-slash
+ - signal-slash
- stream
- thermometer-empty
- thermometer-full
diff --git a/advanced-options/metadata/icons.json b/advanced-options/metadata/icons.json
index 640017aa0..7e62db051 100644
--- a/advanced-options/metadata/icons.json
+++ b/advanced-options/metadata/icons.json
@@ -29,6 +29,35 @@
}
}
},
+ "abacus": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f640",
+ "label": "Abacus",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320869,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "576",
+ "512"
+ ],
+ "width": 576,
+ "height": 512,
+ "path": "M32 0C14.33 0 0 14.33 0 32v464c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V32C64 14.33 49.67 0 32 0zm512 0c-17.67 0-32 14.33-32 32v464c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V32c0-17.67-14.33-32-32-32zm-80 32h-32c-8.84 0-16 7.16-16 16v24H256V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v24h-32V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h32v24c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h160v24c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16zM352 208c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v24h-32v-24c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v24h-32v-24c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h32v24c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h32v24c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h128v-48H352v-24zm112 144h-32c-8.84 0-16 7.16-16 16v24H256v-24c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v24h-32v-24c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h32v24c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-24h160v24c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16z"
+ }
+ }
+ },
"accessible-icon": {
"changes": [
"5.0.0"
@@ -93,6 +122,35 @@
}
}
},
+ "ad": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f641",
+ "label": "Ad",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320869,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z"
+ }
+ }
+ },
"address-book": {
"changes": [
"4.7",
@@ -490,6 +548,35 @@
}
}
},
+ "alipay": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "brands"
+ ],
+ "unicode": "f642",
+ "label": "Alipay",
+ "svg": {
+ "brands": {
+ "last_modified": 1535388320780,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"
+ }
+ }
+ },
"allergies": {
"changes": [
"5.0.7"
@@ -1148,6 +1235,43 @@
}
}
},
+ "ankh": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "amulet",
+ "copper",
+ "coptic christianity",
+ "copts",
+ "crux ansata",
+ "egyptian",
+ "venus"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f644",
+ "label": "Ankh",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320870,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "320",
+ "512"
+ ],
+ "width": 320,
+ "height": 512,
+ "path": "M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z"
+ }
+ }
+ },
"app-store": {
"changes": [
"5.0.0"
@@ -2108,7 +2232,11 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "atheism",
+ "chemistry",
+ "science"
+ ]
},
"styles": [
"solid"
@@ -3141,6 +3269,39 @@
}
}
},
+ "bible": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "book",
+ "catholicism",
+ "christianity"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f647",
+ "label": "Bible",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320871,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z"
+ }
+ }
+ },
"bicycle": {
"changes": [
"4.2",
@@ -4054,7 +4215,15 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "cerebellum",
+ "gray matter",
+ "intellect",
+ "medulla oblongata",
+ "mind",
+ "noodle",
+ "wit"
+ ]
},
"styles": [
"solid"
@@ -4080,7 +4249,8 @@
"briefcase": {
"changes": [
"2",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -4099,8 +4269,8 @@
"label": "Briefcase",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320871,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -4109,7 +4279,7 @@
],
"width": 512,
"height": 512,
- "path": "M320 288h192v144c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V288h192v20c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-20zm192-112v80H0v-80c0-26.51 21.49-48 48-48h80V80c0-26.51 21.49-48 48-48h160c26.51 0 48 21.49 48 48v48h80c26.51 0 48 21.49 48 48zM320 96H192v32h128V96z"
+ "path": "M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z"
}
}
},
@@ -4356,7 +4526,8 @@
"bullhorn": {
"changes": [
"2",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -4375,8 +4546,8 @@
"label": "bullhorn",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320872,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -4385,14 +4556,15 @@
],
"width": 576,
"height": 512,
- "path": "M576 224c0-20.896-13.36-38.666-32-45.258V64c0-35.346-28.654-64-64-64-64.985 56-142.031 128-272 128H48c-26.51 0-48 21.49-48 48v96c0 26.51 21.49 48 48 48h43.263c-18.742 64.65 2.479 116.379 18.814 167.44 1.702 5.32 5.203 9.893 9.922 12.88 20.78 13.155 68.355 15.657 93.773 5.151 16.046-6.633 19.96-27.423 7.522-39.537-18.508-18.026-30.136-36.91-19.795-60.858a12.278 12.278 0 0 0-1.045-11.673c-16.309-24.679-3.581-62.107 28.517-72.752C346.403 327.887 418.591 395.081 480 448c35.346 0 64-28.654 64-64V269.258c18.64-6.592 32-24.362 32-45.258zm-96 139.855c-54.609-44.979-125.033-92.94-224-104.982v-69.747c98.967-12.042 169.391-60.002 224-104.982v279.711z"
+ "path": "M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z"
}
}
},
"bullseye": {
"changes": [
"3.1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -4407,17 +4579,17 @@
"label": "Bullseye",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320873,
+ "raw": "",
"viewBox": [
"0",
"0",
- "512",
+ "496",
"512"
],
- "width": 512,
+ "width": 496,
"height": 512,
- "path": "M256 72c101.689 0 184 82.295 184 184 0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-101.689 82.295-184 184-184m0-64C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 184c35.29 0 64 28.71 64 64s-28.71 64-64 64-64-28.71-64-64 28.71-64 64-64m0-64c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.308-128-128-128z"
+ "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z"
}
}
},
@@ -4551,6 +4723,41 @@
}
}
},
+ "business-time": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "briefcase",
+ "business socks",
+ "clock",
+ "flight of the conchords",
+ "wednesday"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f64a",
+ "label": "Business Time",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320873,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z"
+ }
+ }
+ },
"buysellads": {
"changes": [
"4.3",
@@ -4584,7 +4791,8 @@
"calculator": {
"changes": [
"4.2",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -4597,8 +4805,8 @@
"label": "Calculator",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320874,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -4607,7 +4815,36 @@
],
"width": 448,
"height": 512,
- "path": "M0 464V48C0 21.49 21.49 0 48 0h352c26.51 0 48 21.49 48 48v416c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm384-284V76c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v104c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12zM128 308v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm256 128V268c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-256 0v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm128-128v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm0 128v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z"
+ "path": "M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z"
+ }
+ }
+ },
+ "calculator-alt": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f64c",
+ "label": "Calculator Alt",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320873,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M192 288H32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V320c0-17.67-14.33-32-32-32zm-29.09 140.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L112 422.63l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L61.09 439.6c-3.12-3.12-3.12-8.19 0-11.31L89.37 400l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.3 28.28 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L134.63 400l28.28 28.29zM480 0H320c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-16 120c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40V56c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16zm16 168H320c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V320c0-17.67-14.33-32-32-32zm-16 152c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm0-64c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zM192 0H32C14.33 0 0 14.33 0 32v160c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-16 120c0 4.42-3.58 8-8 8H56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16z"
}
}
},
@@ -4775,7 +5012,10 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "delete",
+ "remove"
+ ]
},
"styles": [
"solid",
@@ -4819,7 +5059,11 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "add",
+ "create",
+ "new"
+ ]
},
"styles": [
"solid",
@@ -4863,7 +5107,12 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "archive",
+ "delete",
+ "remove",
+ "x"
+ ]
},
"styles": [
"solid",
@@ -5566,6 +5815,8 @@
"search": {
"terms": [
"add",
+ "create",
+ "new",
"shopping"
]
},
@@ -6091,7 +6342,8 @@
"chart-bar": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -6109,8 +6361,8 @@
"label": "Bar Chart",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320874,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -6119,11 +6371,11 @@
],
"width": 512,
"height": 512,
- "path": "M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zm-308-44v-72c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0V204c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v136c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v200c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0V108c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v232c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z"
+ "path": "M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"
},
"regular": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320834,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -6132,14 +6384,15 @@
],
"width": 512,
"height": 512,
- "path": "M500 400c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v324h452zm-356-60v-72c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V140c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v200c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V204c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v136c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm96 0V108c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v232c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12z"
+ "path": "M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z"
}
}
},
"chart-line": {
"changes": [
"4.2",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -6158,8 +6411,8 @@
"label": "Line Chart",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320874,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -6168,14 +6421,15 @@
],
"width": 512,
"height": 512,
- "path": "M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM456 96H344c-21.4 0-32.1 25.9-17 41l32.9 32.9-72 72.9-55.6-55.6c-4.7-4.7-12.2-4.7-16.9 0L96.4 305c-4.7 4.6-4.8 12.2-.2 16.9l28.5 29.4c4.7 4.8 12.4 4.9 17.1.1l82.1-82.1 55.5 55.5c4.7 4.7 12.3 4.7 17 0l109.2-109.2L439 249c15.1 15.1 41 4.4 41-17V120c0-13.3-10.7-24-24-24z"
+ "path": "M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z"
}
}
},
"chart-pie": {
"changes": [
"4.2",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -6192,17 +6446,17 @@
"label": "Pie Chart",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320875,
+ "raw": "",
"viewBox": [
"0",
"0",
- "576",
+ "544",
"512"
],
- "width": 576,
+ "width": 544,
"height": 512,
- "path": "M288 12.3V240h227.7c6.9 0 12.3-5.8 12-12.7-6.4-122.4-104.5-220.6-227-227-6.9-.3-12.7 5.1-12.7 12zM552.7 288c6.9 0 12.3 5.8 12 12.7-2.8 53.2-23.2 105.6-61.2 147.8-4.6 5.1-12.6 5.4-17.5.5L325 288h227.7zM401 433c4.8 4.8 4.7 12.8-.4 17.3-42.6 38.4-99 61.7-160.8 61.7C107.6 511.9-.2 403.8 0 271.5.2 143.4 100.8 38.9 227.3 32.3c6.9-.4 12.7 5.1 12.7 12V272l161 161z"
+ "path": "M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z"
}
}
},
@@ -7077,6 +7331,41 @@
}
}
},
+ "city": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "buildings",
+ "busy",
+ "skyscrapers",
+ "urban",
+ "windows"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f64f",
+ "label": "City",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320875,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z"
+ }
+ }
+ },
"clipboard": {
"changes": [
"5.0.0"
@@ -7970,6 +8259,35 @@
}
}
},
+ "comment-dollar": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f651",
+ "label": "Comment Dollar",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320876,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z"
+ }
+ }
+ },
"comment-dots": {
"changes": [
"5.0.9"
@@ -8098,6 +8416,35 @@
}
}
},
+ "comments-dollar": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f653",
+ "label": "Comments Dollar",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320877,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "576",
+ "512"
+ ],
+ "width": 576,
+ "height": 512,
+ "path": "M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z"
+ }
+ }
+ },
"compact-disc": {
"changes": [
"5.0.13"
@@ -9030,6 +9377,38 @@
}
}
},
+ "cross": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "catholicism",
+ "christianity"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f654",
+ "label": "Cross",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320877,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
+ }
+ }
+ },
"crosshairs": {
"changes": [
"1",
@@ -9592,6 +9971,39 @@
}
}
},
+ "dharmachakra": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "buddhism",
+ "buddhist",
+ "wheel of dharma"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f655",
+ "label": "Dharmachakra",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320877,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z"
+ }
+ }
+ },
"diagnoses": {
"changes": [
"5.0.7"
@@ -10442,7 +10854,12 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "animal",
+ "bird",
+ "flying",
+ "peace"
+ ]
},
"styles": [
"solid"
@@ -11218,6 +11635,35 @@
}
}
},
+ "empty-set": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f656",
+ "label": "Empty Set",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320877,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M507.31 27.31L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0l-72.09 72.09C352.57 48.78 306.31 32 256 32 132.29 32 32 132.29 32 256c0 50.3 16.78 96.57 44.78 133.96l-72.09 72.1c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l72.09-72.09C159.43 463.22 205.7 480 256 480c123.71 0 224-100.29 224-224 0-50.3-16.78-96.57-44.78-133.96l72.09-72.09c6.25-6.26 6.25-16.39 0-22.64zM112 256c0-79.4 64.6-144 144-144 28.11 0 54.16 8.41 76.35 22.39L134.39 332.35C120.41 310.16 112 284.11 112 256zm288 0c0 79.4-64.6 144-144 144-28.11 0-54.16-8.41-76.35-22.39L377.6 179.65C391.59 201.84 400 227.89 400 256z"
+ }
+ }
+ },
"envelope": {
"changes": [
"2",
@@ -11322,6 +11768,35 @@
}
}
},
+ "envelope-open-text": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f658",
+ "label": "Envelope Open-text",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320878,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z"
+ }
+ }
+ },
"envelope-square": {
"changes": [
"4.1",
@@ -12233,7 +12708,8 @@
"fax": {
"changes": [
"4.1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -12246,8 +12722,8 @@
"label": "Fax",
"svg": {
"solid": {
- "last_modified": 1502483808000,
- "raw": "",
+ "last_modified": 1535388320878,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -12256,7 +12732,7 @@
],
"width": 512,
"height": 512,
- "path": "M128 144v320c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V144c0-26.51 21.49-48 48-48h32c26.51 0 48 21.49 48 48zm384 64v256c0 26.51-21.49 48-48 48H192c-26.51 0-48-21.49-48-48V40c0-22.091 17.909-40 40-40h207.432a39.996 39.996 0 0 1 28.284 11.716l48.569 48.569A39.999 39.999 0 0 1 480 88.568v74.174c18.641 6.591 32 24.36 32 45.258zm-320-16h240V96h-24c-13.203 0-24-10.797-24-24V48H192v144zm96 204c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zm0-128c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zm128 128c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zm0-128c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40z"
+ "path": "M64 128H32c-17.67 0-32 14.33-32 32v320c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zm416 32V77.25c0-8.49-3.37-16.62-9.37-22.63L425.37 9.37c-6-6-14.14-9.37-22.63-9.37H160c-17.67 0-32 14.33-32 32v448c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zM288 432c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v32zm0-128c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v32zm128 128c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v32zm0-128c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v32zm16-112H176V48h208v32c0 8.84 7.16 16 16 16h32v96z"
}
}
},
@@ -13931,11 +14407,12 @@
"folder": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": null
},
"styles": [
"solid",
@@ -13958,8 +14435,8 @@
"path": "M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"
},
"regular": {
- "last_modified": 1501102193000,
- "raw": "",
+ "last_modified": 1535388320842,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -13968,7 +14445,40 @@
],
"width": 512,
"height": 512,
- "path": "M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-6 272H54c-3.314 0-6-2.678-6-5.992V117.992A5.993 5.993 0 0 1 54 112h134.118l64 64H458a6 6 0 0 1 6 6v212a6 6 0 0 1-6 6z"
+ "path": "M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z"
+ }
+ }
+ },
+ "folder-minus": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "archive",
+ "delete",
+ "remove"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f65d",
+ "label": "Folder Minus",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320880,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z"
}
}
},
@@ -14016,6 +14526,39 @@
}
}
},
+ "folder-plus": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "add",
+ "create",
+ "new"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f65e",
+ "label": "Folder Plus",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320880,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16h-72v72c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-72h-72c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h72v-72c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v72h72c8.84 0 16 7.16 16 16v16z"
+ }
+ }
+ },
"font": {
"changes": [
"1",
@@ -14669,6 +15212,64 @@
}
}
},
+ "function": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f661",
+ "label": "Function",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320881,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M288.73 320c0-52.34 16.96-103.22 48.01-144.95 5.17-6.94 4.45-16.54-2.15-22.14l-24.69-20.98c-7-5.95-17.83-5.09-23.38 2.23C246.09 187.42 224 252.78 224 320c0 67.23 22.09 132.59 62.52 185.84 5.56 7.32 16.38 8.18 23.38 2.23l24.69-20.99c6.59-5.61 7.31-15.2 2.15-22.14-31.06-41.71-48.01-92.6-48.01-144.94zM224 16c0-8.84-7.16-16-16-16h-48C102.56 0 56 46.56 56 104v64H16c-8.84 0-16 7.16-16 16v48c0 8.84 7.16 16 16 16h40v128c0 13.2-10.8 24-24 24H16c-8.84 0-16 7.16-16 16v48c0 8.84 7.16 16 16 16h16c57.44 0 104-46.56 104-104V248h40c8.84 0 16-7.16 16-16v-48c0-8.84-7.16-16-16-16h-40v-64c0-13.2 10.8-24 24-24h48c8.84 0 16-7.16 16-16V16zm353.48 118.16c-5.56-7.32-16.38-8.18-23.38-2.23l-24.69 20.98c-6.59 5.61-7.31 15.2-2.15 22.14 31.05 41.71 48.01 92.61 48.01 144.95 0 52.34-16.96 103.23-48.01 144.95-5.17 6.94-4.45 16.54 2.15 22.14l24.69 20.99c7 5.95 17.83 5.09 23.38-2.23C617.91 452.57 640 387.22 640 320c0-67.23-22.09-132.59-62.52-185.84zm-54.17 231.9L477.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L432 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L386.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L432 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63z"
+ }
+ }
+ },
+ "funnel-dollar": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f662",
+ "label": "Funnel Dollar",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320881,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z"
+ }
+ }
+ },
"futbol": {
"changes": [
"4.2",
@@ -15998,6 +16599,41 @@
}
}
},
+ "gopuram": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "building",
+ "entrance",
+ "hinduism",
+ "temple",
+ "tower"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f664",
+ "label": "Gopuram",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320882,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M496 352h-16V240c0-8.84-7.16-16-16-16h-16v-80c0-8.84-7.16-16-16-16h-16V16c0-8.84-7.16-16-16-16s-16 7.16-16 16v16h-64V16c0-8.84-7.16-16-16-16s-16 7.16-16 16v16h-64V16c0-8.84-7.16-16-16-16s-16 7.16-16 16v16h-64V16c0-8.84-7.16-16-16-16S96 7.16 96 16v112H80c-8.84 0-16 7.16-16 16v80H48c-8.84 0-16 7.16-16 16v112H16c-8.84 0-16 7.16-16 16v128c0 8.84 7.16 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.84 0 16-7.16 16-16V368c0-8.84-7.16-16-16-16zm-272 0v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64h-64zm8-128v-48c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v48h-48z"
+ }
+ }
+ },
"graduation-cap": {
"changes": [
"4.1",
@@ -17101,6 +17737,43 @@
}
}
},
+ "hamsa": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "amulet",
+ "christianity",
+ "islam",
+ "jewish",
+ "judaism",
+ "muslim",
+ "protection"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f665",
+ "label": "Hamsa",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320882,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z"
+ }
+ }
+ },
"hand-holding": {
"changes": [
"5.0.9"
@@ -17846,6 +18519,39 @@
}
}
},
+ "haykal": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "bahai",
+ "bahá'Ã",
+ "star"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f666",
+ "label": "Haykal",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320883,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z"
+ }
+ }
+ },
"hdd": {
"changes": [
"2",
@@ -19204,7 +19910,8 @@
},
"infinity": {
"changes": [
- "5.0.13"
+ "5.0.13",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -19331,6 +20038,35 @@
}
}
},
+ "integral": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f667",
+ "label": "Integral",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320883,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M377.21 73.03l-28-36.17C328.43 9.98 295.87-3.75 262.05.89 221.86 6.41 190.54 40 181.42 80.82l-78.16 334.36-23.95-30.91c-10.69-13.79-30.18-16.03-43.53-4.98l-24.17 20c-13.35 11.05-15.51 31.19-4.82 44.98l21.42 27.65c15.98 20.63 38.53 35.82 63.89 39.21 49.82 6.67 94.4-26.18 105.34-75.22l79.2-339.11 28.03 36.2c10.68 13.8 30.17 16.04 43.52 5l24.18-20c13.36-11.03 15.53-31.17 4.84-44.97z"
+ }
+ }
+ },
"internet-explorer": {
"changes": [
"4.4",
@@ -19364,6 +20100,35 @@
}
}
},
+ "intersection": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f668",
+ "label": "Intersection",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320883,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M166.74 33.62C69.96 46.04 0 133.11 0 230.68V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V224c0-59.2 53.85-106.04 115.13-94.14 45.58 8.85 76.87 51.5 76.87 97.93V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V224c0-114.18-100.17-205.4-217.26-190.38z"
+ }
+ }
+ },
"ioxhost": {
"changes": [
"4.2",
@@ -19513,13 +20278,46 @@
}
}
},
+ "jedi": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "star wars"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f669",
+ "label": "Jedi",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320884,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "544",
+ "512"
+ ],
+ "width": 544,
+ "height": 512,
+ "path": "M479.99 352l58.88-58.87c3.29-16.8 5.13-34.12 5.13-51.86 0-5.81-.68-11.51-1.05-17.27H496l41.25-41.24c-14.5-64.79-52.43-123.05-107.91-162.27-2.77-1.96-5.97-2.99-9.25-2.99-5.37 0-10.41 2.71-13.49 7.24-3.05 4.49-3.64 9.99-1.61 15.09 6.55 16.46 9.86 33.73 9.86 51.31 0 45.12-21.03 86.57-57.69 113.73-4.02 2.98-6.46 7.5-6.7 12.4-.24 4.92 1.76 9.66 5.49 13.03 32.93 29.75 47.35 73.51 38.57 117.07-9.74 48.35-48.84 87.1-97.31 96.5l-2.5-65.34L321.88 397c2.98 2.06 7.39 1.69 10.02-.8a8.002 8.002 0 0 0 1.34-9.92l-20.11-33.73 42.07-8.72c3.7-.75 6.38-4.05 6.38-7.83 0-3.77-2.69-7.06-6.38-7.83l-42.07-8.73 20.13-33.77c1.92-3.23 1.34-7.31-1.38-9.91-2.7-2.55-6.97-2.89-10-.8l-30.39 20.67L279.96 7.7a7.964 7.964 0 0 0-8-7.7c-4.33 0-7.84 3.38-8 7.67l-11.52 287.97-30.39-20.66c-3.14-2.12-7.27-1.83-10 .78-2.72 2.59-3.3 6.67-1.36 9.94l20.11 33.73-42.07 8.73c-3.7.75-6.38 4.05-6.38 7.83s2.67 7.08 6.38 7.83l42.07 8.72-20.13 33.77c-1.92 3.23-1.34 7.33 1.39 9.94 2.59 2.45 7.03 2.75 10 .75l27.16-18.48-2.5 65.26c-56.94-11.64-99.89-61.89-99.89-121.92 0-35.08 14.62-67.6 41.17-91.58 3.72-3.36 5.72-8.11 5.48-13.01-.24-4.9-2.68-9.41-6.69-12.38-36.67-27.16-57.71-68.62-57.71-113.74 0-17.56 3.31-34.81 9.84-51.26 2.02-5.09 1.43-10.59-1.62-15.09-3.08-4.54-8.13-7.25-13.51-7.25-3.3 0-6.5 1.04-9.27 3-55.87 39.52-93.6 97.37-107.97 162.07L47.93 224H.72c-.63 9.92-.97 19.91-.5 29.99.62 13.43 2.54 26.53 5.11 39.41l58.6 58.6H24.02c41.25 90.23 131.13 154.94 235.1 159.71 4.3.2 8.59.29 12.85.29 110.34 0 205.35-65.83 247.98-160h-39.96z"
+ }
+ }
+ },
"jedi-order": {
"changes": [
"5.0.12"
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "star wars"
+ ]
},
"styles": [
"brands"
@@ -19669,6 +20467,40 @@
}
}
},
+ "journal-whills": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "book",
+ "jedi",
+ "star wars",
+ "the force"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f66a",
+ "label": "Journal of the Whills",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320884,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM133.08 144.39l21.26 21.26c1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-26.42-26.42c10-20.9 26.24-37.97 46.37-49.26C179.62 88.4 176 99.74 176 112c0 19.96 9.33 37.57 23.66 49.31C190.01 171.37 184 184.96 184 200c0 26.94 19.04 49.4 44.38 54.76l1.36-32.71-10.37 7.04c-.69.45-1.47.69-2.25.69-1 0-1.98-.38-2.75-1.09a4.006 4.006 0 0 1-.69-4.95l8.54-14.31-17.91-3.72c-1.86-.39-3.19-2.03-3.19-3.92s1.33-3.53 3.19-3.92l17.91-3.72-8.54-14.31c-.95-1.61-.67-3.67.69-4.95 1.36-1.3 3.44-1.44 5-.41l12.01 8.16L236 71.83c.09-2.14 1.86-3.83 4-3.83s3.91 1.69 4 3.83l4.68 112.29 14.2-9.65a4.067 4.067 0 0 1 5 .41 4.006 4.006 0 0 1 .69 4.95l-8.54 14.31 17.91 3.72c1.86.39 3.19 2.03 3.19 3.92s-1.33 3.53-3.19 3.92l-17.91 3.72 8.54 14.31c.95 1.61.67 3.67-.69 4.95-.77.72-1.77 1.09-2.75 1.09-.78 0-1.56-.23-2.25-.69l-12.68-8.62 1.43 34.28C276.96 249.4 296 226.94 296 200c0-15.04-6.01-28.63-15.66-38.69C294.67 149.57 304 131.96 304 112c0-12.26-3.62-23.6-9.6-33.33 20.13 11.28 36.37 28.36 46.37 49.26l-26.42 26.42c-3.12 3.12-3.12 8.19 0 11.31 1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34l21.26-21.26c2.97 10.08 5.07 20.55 5.07 31.6 0 .52-.14.99-.15 1.51l-37.11 32.47a7.975 7.975 0 0 0-.75 11.28 7.97 7.97 0 0 0 6.02 2.73c1.88 0 3.75-.66 5.27-1.98l23.59-20.64C337.32 250.96 293.09 288 240 288s-97.32-37.04-108.86-86.62l23.59 20.64A7.957 7.957 0 0 0 160 224c2.22 0 4.44-.92 6.02-2.73 2.92-3.33 2.58-8.38-.75-11.28l-37.11-32.47c-.01-.52-.15-.99-.15-1.51-.01-11.06 2.09-21.53 5.07-31.62zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z"
+ }
+ }
+ },
"js": {
"changes": [
"5.0.0"
@@ -19758,6 +20590,40 @@
}
}
},
+ "kaaba": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "building",
+ "cube",
+ "islam",
+ "muslim"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f66b",
+ "label": "Kaaba",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320884,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "576",
+ "512"
+ ],
+ "width": 576,
+ "height": 512,
+ "path": "M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z"
+ }
+ }
+ },
"kaggle": {
"changes": [
"5.2.0"
@@ -19925,6 +20791,40 @@
}
}
},
+ "khanda": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "chakkar",
+ "sikh",
+ "sikhism",
+ "sword"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f66d",
+ "label": "Khanda",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320885,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z"
+ }
+ }
+ },
"kickstarter": {
"changes": [
"5.0.0"
@@ -20189,6 +21089,68 @@
}
}
},
+ "lambda": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f66e",
+ "label": "Lambda",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320885,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M424 384h-43.5L197.6 48.68A32.018 32.018 0 0 0 169.5 32H24C10.75 32 0 42.74 0 56v48c0 13.25 10.75 24 24 24h107.5l4.63 8.49L3.25 446.55C-3.53 462.38 8.08 480 25.31 480h52.23c9.6 0 18.28-5.72 22.06-14.55l95.02-221.72L314.4 463.32A32.018 32.018 0 0 0 342.5 480H424c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z"
+ }
+ }
+ },
+ "landmark": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "building",
+ "historic",
+ "memoroable"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f66f",
+ "label": "Landmark",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320885,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"
+ }
+ }
+ },
"language": {
"changes": [
"4.1",
@@ -20918,7 +21880,8 @@
"lightbulb": {
"changes": [
"3",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -20935,30 +21898,30 @@
"label": "Lightbulb",
"svg": {
"solid": {
- "last_modified": 1501102193000,
- "raw": "",
+ "last_modified": 1535388320887,
+ "raw": "",
"viewBox": [
"0",
"0",
- "384",
+ "352",
"512"
],
- "width": 384,
+ "width": 352,
"height": 512,
- "path": "M272 428v28c0 10.449-6.68 19.334-16 22.629V488c0 13.255-10.745 24-24 24h-80c-13.255 0-24-10.745-24-24v-9.371c-9.32-3.295-16-12.18-16-22.629v-28c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12zm-143.107-44c-9.907 0-18.826-6.078-22.376-15.327C67.697 267.541 16 277.731 16 176 16 78.803 94.805 0 192 0s176 78.803 176 176c0 101.731-51.697 91.541-90.516 192.673-3.55 9.249-12.47 15.327-22.376 15.327H128.893zM112 176c0-44.112 35.888-80 80-80 8.837 0 16-7.164 16-16s-7.163-16-16-16c-61.757 0-112 50.243-112 112 0 8.836 7.164 16 16 16s16-7.164 16-16z"
+ "path": "M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"
},
"regular": {
- "last_modified": 1501102193000,
- "raw": "",
+ "last_modified": 1535388320849,
+ "raw": "",
"viewBox": [
"0",
"0",
- "384",
+ "352",
"512"
],
- "width": 384,
+ "width": 352,
"height": 512,
- "path": "M272 428v28c0 10.449-6.68 19.334-16 22.629V488c0 13.255-10.745 24-24 24h-80c-13.255 0-24-10.745-24-24v-9.371c-9.32-3.295-16-12.18-16-22.629v-28c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12zM128 176c0-35.29 28.71-64 64-64 8.837 0 16-7.164 16-16s-7.163-16-16-16c-52.935 0-96 43.065-96 96 0 8.836 7.164 16 16 16s16-7.164 16-16zm64-128c70.734 0 128 57.254 128 128 0 77.602-37.383 60.477-80.98 160h-94.04C101.318 236.33 64 253.869 64 176c0-70.735 57.254-128 128-128m0-48C94.805 0 16 78.803 16 176c0 101.731 51.697 91.541 90.516 192.674 3.55 9.249 12.47 15.326 22.376 15.326h126.215c9.906 0 18.826-6.078 22.376-15.326C316.303 267.541 368 277.731 368 176 368 78.803 289.195 0 192 0z"
+ "path": "M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z"
}
}
},
@@ -21764,6 +22727,35 @@
}
}
},
+ "mail-bulk": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f674",
+ "label": "Mail Bulk",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320887,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "576",
+ "512"
+ ],
+ "width": 576,
+ "height": 512,
+ "path": "M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z"
+ }
+ }
+ },
"mailchimp": {
"changes": [
"5.1.0"
@@ -22850,6 +23842,40 @@
}
}
},
+ "menorah": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "candle",
+ "jewish",
+ "judaism",
+ "light"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f676",
+ "label": "Menorah",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320888,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M144 160h-32c-8.84 0-16 7.16-16 16v112h64V176c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v112h64V176c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v112h64V176c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v112h64V176c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32s-32-64-32-64-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32s-32-64-32-64-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32s-32-64-32-64-32 46.33-32 64 14.33 32 32 32zm-96-32c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 32c17.67 0 32-14.33 32-32s-32-64-32-64-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32s-32-64-32-64-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 32 32 32 0 78.33 0 96s14.33 32 32 32zm544 160c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112z"
+ }
+ }
+ },
"mercury": {
"changes": [
"4.3",
@@ -23798,6 +24824,39 @@
}
}
},
+ "mosque": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "building",
+ "islam",
+ "muslim"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f678",
+ "label": "Mosque",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320888,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z"
+ }
+ }
+ },
"motorcycle": {
"changes": [
"4.3",
@@ -24507,6 +25566,69 @@
}
}
},
+ "om": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "buddhism",
+ "hinduism",
+ "jainism",
+ "mantra"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f679",
+ "label": "Om",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320889,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z"
+ }
+ }
+ },
+ "omega": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f67a",
+ "label": "Omega",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320889,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M488 416h-32.61c42.89-53.17 65.05-123.68 53.64-199.4C492.12 104.36 399.19 14.85 286.45 1.77 131.74-16.18 0 104.82 0 256c0 60.59 21.27 116.18 56.61 160H24c-13.25 0-24 10.75-24 24v48c0 13.25 10.75 24 24 24h136c17.67 0 32-14.33 32-32v-42.7c0-20.53-11.09-38.78-27.88-50.59-48.22-33.92-76.98-93.67-65.67-159.06 10.89-62.93 60.5-114.85 122.99-128.01C324.68 77.9 416 156.49 416 256c0 54.44-27.4 102.51-69.08 131.38-16.49 11.43-26.92 29.63-26.92 49.7V480c0 17.67 14.33 32 32 32h136c13.25 0 24-10.75 24-24v-48c0-13.25-10.75-24-24-24z"
+ }
+ }
+ },
"opencart": {
"changes": [
"4.4",
@@ -25109,6 +26231,40 @@
}
}
},
+ "pastafarianism": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "agnosticism",
+ "atheism",
+ "flying spaghetti monster",
+ "fsm"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f67b",
+ "label": "Pastafarianism",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320889,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z"
+ }
+ }
+ },
"paste": {
"changes": [
"2",
@@ -25310,6 +26466,35 @@
}
}
},
+ "peace": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f67c",
+ "label": "Peace",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320889,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "496",
+ "512"
+ ],
+ "width": 496,
+ "height": 512,
+ "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z"
+ }
+ }
+ },
"pen": {
"changes": [
"5.0.0",
@@ -25922,6 +27107,35 @@
}
}
},
+ "pi": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f67e",
+ "label": "Pi",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320890,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M488 160c13.25 0 24-10.75 24-24V88c0-13.26-10.75-24-24-24H99.91c-16.97 0-33.25 6.74-45.25 18.74L4.72 132.69C-5.36 142.77 1.78 160 16.03 160H128v142.46c0 38.8-12.89 75.63-36.62 105.62-7.27 9.18-5.71 22.57 2.56 30.85l34.11 34.11c10.25 10.25 26.95 8.94 36.12-2.28C202.93 423.33 224 364.51 224 302.46V160h64v202.58c0 54.98 37.28 105.36 91.32 115.42 42.26 7.87 83.64-7.87 109.62-40.34l17.8-21.66c8.28-10.35 6.6-25.45-3.75-33.73l-37.46-29.98c-10.35-8.28-25.45-6.61-33.73 3.75L414 377.67a16.806 16.806 0 0 1-13.16 6.33c-9.28 0-16.84-7.56-16.84-16.84V160h104z"
+ }
+ }
+ },
"pied-piper": {
"changes": [
"4.6",
@@ -26198,6 +27412,35 @@
}
}
},
+ "place-of-worship": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f67f",
+ "label": "Place Of Worship",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320890,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z"
+ }
+ }
+ },
"plane": {
"changes": [
"1",
@@ -26612,6 +27855,64 @@
}
}
},
+ "poll": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f681",
+ "label": "Poll",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320891,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z"
+ }
+ }
+ },
+ "poll-h": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f682",
+ "label": "Poll H",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320891,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z"
+ }
+ }
+ },
"poo": {
"changes": [
"5.0.0",
@@ -26768,6 +28069,64 @@
}
}
},
+ "pray": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f683",
+ "label": "Pray",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320891,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z"
+ }
+ }
+ },
+ "praying-hands": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f684",
+ "label": "Praying Hands",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320892,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z"
+ }
+ }
+ },
"prescription": {
"changes": [
"5.1.0"
@@ -26873,7 +28232,8 @@
"print": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -26886,8 +28246,8 @@
"label": "print",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320893,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -26896,7 +28256,7 @@
],
"width": 512,
"height": 512,
- "path": "M464 192h-16V81.941a24 24 0 0 0-7.029-16.97L383.029 7.029A24 24 0 0 0 366.059 0H88C74.745 0 64 10.745 64 24v168H48c-26.51 0-48 21.49-48 48v132c0 6.627 5.373 12 12 12h52v104c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V384h52c6.627 0 12-5.373 12-12V240c0-26.51-21.49-48-48-48zm-80 256H128v-96h256v96zM128 224V64h192v40c0 13.2 10.8 24 24 24h40v96H128zm304 72c-13.254 0-24-10.746-24-24s10.746-24 24-24 24 10.746 24 24-10.746 24-24 24z"
+ "path": "M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z"
}
}
},
@@ -27376,6 +28736,39 @@
}
}
},
+ "quran": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "book",
+ "islam",
+ "muslim"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f687",
+ "label": "Quran",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320893,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z"
+ }
+ }
+ },
"r-project": {
"changes": [
"5.0.11",
@@ -27749,7 +29142,8 @@
"search": {
"terms": [
"forward",
- "repeat",
+ "refresh",
+ "reload",
"repeat"
]
},
@@ -27782,6 +29176,8 @@
"search": {
"terms": [
"forward",
+ "refresh",
+ "reload",
"repeat"
]
},
@@ -28947,6 +30343,64 @@
}
}
},
+ "search-dollar": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f688",
+ "label": "Search Dollar",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320893,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z"
+ }
+ }
+ },
+ "search-location": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f689",
+ "label": "Search Location",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320894,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z"
+ }
+ }
+ },
"search-minus": {
"changes": [
"1",
@@ -28956,7 +30410,6 @@
"ligatures": [],
"search": {
"terms": [
- "magnify",
"minify",
"smaller",
"zoom",
@@ -29747,6 +31200,37 @@
}
}
},
+ "sigma": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "summation"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f68b",
+ "label": "Sigma (Summation)",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320894,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M352 32H52.03C32.37 32 14.59 42.89 5.68 60.44c-8.91 17.53-7.25 38.31 4.31 54.16L132.66 256 10.03 397.36c-11.59 15.89-13.25 36.67-4.34 54.2C14.59 469.11 32.37 480 52.03 480H352c17.67 0 32-14.33 32-32v-72c0-13.25-10.75-24-24-24h-48c-13.25 0-24 10.75-24 24v8H142.25l109.09-128-109.09-128H288v8c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24V64c0-17.67-14.33-32-32-32z"
+ }
+ }
+ },
"sign": {
"changes": [
"5.0.9"
@@ -29885,7 +31369,8 @@
"signal": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -29903,8 +31388,8 @@
"label": "signal",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320897,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -29913,7 +31398,109 @@
],
"width": 640,
"height": 512,
- "path": "M36 384h56c6.6 0 12 5.4 12 12v104c0 6.6-5.4 12-12 12H36c-6.6 0-12-5.4-12-12V396c0-6.6 5.4-12 12-12zm116-36v152c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V348c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12zm128-80v232c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V268c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12zm128-112v344c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V156c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12zM536 12v488c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V12c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12z"
+ "path": "M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z"
+ }
+ }
+ },
+ "signal-alt": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "bars",
+ "graph",
+ "online",
+ "status"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f690",
+ "label": "Signal Alternate",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320897,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M96 384H64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160-128h-32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V288c0-17.67-14.33-32-32-32zm160-128h-32c-17.67 0-32 14.33-32 32v320c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM576 0h-32c-17.67 0-32 14.33-32 32v448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z"
+ }
+ }
+ },
+ "signal-alt-slash": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "bars",
+ "graph",
+ "online",
+ "status"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f694",
+ "label": "Signal Alternate Slash",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320897,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M633.82 458.1L608 438.14V32c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v331.95l-64-49.46V160c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v80.29L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM96 384H64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm96-96v192c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V352.6l-94.33-72.9c-.74 2.71-1.67 5.36-1.67 8.3zm160 192c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-3.73l-96-74.2V480z"
+ }
+ }
+ },
+ "signal-slash": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "bars",
+ "graph",
+ "online",
+ "status"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f695",
+ "label": "Signal Slash",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320897,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M633.82 458.1L616 444.33V16c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v366.5l-48-37.1V112c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v171.57l-48-37.1V208c0-8.84-7.16-16-16-16h-48c-1.82 0-3.5.48-5.13 1.04L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c1.22.95 2.04 2.18 2.9 3.37H600c.73 0 1.35-.32 2.06-.42 5.51.8 11.27-1.05 14.93-5.77l19.64-25.27c5.43-6.96 4.17-17.01-2.81-22.44zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm80-96c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V309.32L204.41 288H168zm112 208c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-87.75l-80-61.83V496zm128 0c0 8.84 7.16 16 16 16h48c5.49 0 10.1-2.94 12.98-7.15L408 445.35V496z"
}
}
},
@@ -30647,6 +32234,40 @@
}
}
},
+ "socks": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "business socks",
+ "business time",
+ "flight of the conchords",
+ "wednesday"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f696",
+ "label": "Socks",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320898,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z"
+ }
+ }
+ },
"solar-panel": {
"changes": [
"5.1.0"
@@ -31301,6 +32922,64 @@
}
}
},
+ "square-root": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f697",
+ "label": "Square Root",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320898,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "576",
+ "512"
+ ],
+ "width": 576,
+ "height": 512,
+ "path": "M552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z"
+ }
+ }
+ },
+ "square-root-alt": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f698",
+ "label": "Square Root Alternate",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320898,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "576",
+ "512"
+ ],
+ "width": 576,
+ "height": 512,
+ "path": "M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z"
+ }
+ }
+ },
"squarespace": {
"changes": [
"5.1.0"
@@ -31472,6 +33151,38 @@
}
}
},
+ "star-and-crescent": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "islam",
+ "muslim"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f699",
+ "label": "Star and Crescent",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320899,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z"
+ }
+ }
+ },
"star-half": {
"changes": [
"1",
@@ -31559,6 +33270,38 @@
}
}
},
+ "star-of-david": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "jewish",
+ "judaism"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f69a",
+ "label": "Star of David",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320899,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "464",
+ "512"
+ ],
+ "width": 464,
+ "height": 512,
+ "path": "M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z"
+ }
+ }
+ },
"star-of-life": {
"changes": [
"5.2.0"
@@ -31571,7 +33314,7 @@
"solid"
],
"unicode": "f621",
- "label": "Star Of-life",
+ "label": "Star of Life",
"svg": {
"solid": {
"last_modified": 1532362831543,
@@ -32769,6 +34512,41 @@
}
}
},
+ "synagogue": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "building",
+ "jewish",
+ "judaism",
+ "star of david",
+ "temple"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f69b",
+ "label": "Synagogue",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320899,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z"
+ }
+ }
+ },
"sync": {
"changes": [
"1",
@@ -33133,6 +34911,35 @@
}
}
},
+ "tally": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f69c",
+ "label": "Tally",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320899,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M639.21 169.49l-9.89-30.43c-2.73-8.4-11.75-13-20.16-10.27L544 149.88V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v122.59l-64 20.71V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v164.01l-64 20.71V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v205.43l-64 20.71V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v246.86l-84.94 27.49C2.65 325.08-1.95 334.11.79 342.51l9.89 30.43c2.73 8.4 11.76 13 20.16 10.27L96 362.13V464c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V341.41l64-20.71V464c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V299.99l64-20.71V464c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V258.57l64-20.71V464c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V217.14l84.94-27.49c8.4-2.73 13.01-11.75 10.27-20.16z"
+ }
+ }
+ },
"tape": {
"changes": [
"5.0.9"
@@ -33619,6 +35426,35 @@
}
}
},
+ "the-red-yeti": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "brands"
+ ],
+ "unicode": "f69d",
+ "label": "The Red Yeti",
+ "svg": {
+ "brands": {
+ "last_modified": 1535388320781,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "505.07",
+ "512"
+ ],
+ "width": 505,
+ "height": 512,
+ "path": "M484.41 241.74l20.66 7.13c-9.56-23.91-23.93-36.96-31.72-44.76l7.13-18.2c.25 0 12.28-27.79-2.46-30.74-.63-11.35-6.59-27.05-18.44-27.05-7.62-10.57-17.71-12.3-30.74-5.9-8.85 4.18-17.71 10.08-25.33 16.48-5.3-6.44-2.95.38-2.95-29.76-37.08-24.28-45.4-11.73-74.76 2.95l.49.49c-21.15-7.62-44.02-12.05-68.36-13.28-5.55-8.71-18.6-19.1-25.08-25.08l24.84 7.13c-5.49-5.49-26.78-12.91-34.18-15.25 18.2-4.11 29.78-20.77 42.54-32.95-34.92-10.08-67.87-5.9-97.88 11.8L179.97.48 178.24 0c-31.6 24.16-32.99 41.9-33.69 45.49-.91-2.39-6.32-19.61-15.25-27.05-3.44 8.85-3.44 17.21-.49 25.33 2.95 8.36 5.9 14.76 8.36 18.94-16.04-3.3-28.35-4.9-49.18 0H84.3l32.95 14.26c-20.66 19.43-35.9 41.81-46.72 67.38l-1.72 8.36 1.72 1.72 7.62-4.67c-3.33 11.64-5.27 19.39-6.64 25.82-11.31 12.79-20.41 26.07-27.79 40.33-14.97 1-31.82 10.78-40.33 14.26l2.95 3.44 28.77.98c-.49.98-.74 2.21-1.23 3.2-7.29 6.38-39.78 37.65-32.95 80.66l20.17-22.38c.49 1.72.74 3.44 1.23 5.16 0 25.53.37 89.64 64.92 150.5 43.78 40.1 96.16 60.27 157.64 60.27 121.73 0 223.05-87.29 223.05-211.49 6.8-9.72-1.24 3.03 16.72-25.08l13.03 14.26 2.46-.49c-1.72-11.31-4.67-22.38-8.85-34.18-2.22-6.4-4.68-10.33-6.89-13.28zm-15.49-41.32l-14.26-11.8 18.2-1.23-3.94 13.03zm-74.76-89.27l-.49 21.89c5.52 18.13 16.88 17.21 22.38 17.21l-3.44-4.67 22.38-5.41c-10.08.49-18.94.49-27.05 0 12.81-2.13 33.32-29.03 43.04-11.31 3.44 7.62 6.39 17.21 9.34 27.79l1.72-5.9c-1.23-4.18-1.72-9.34-1.72-15.25 5.41.49 8.85 3.44 9.34 10.08.49 6.39 1.72 14.76 3.44 25.33l4.67-11.31c4.59 0 4.47-3.61-2.46 20.66-20.89-8.7-35.09-8.36-46.48-8.36l18.2-15.98c-25.28 8.15-33.03 10.8-54.84 20.9-1.08-5.41-4.98-13.5-15.98-19.92-3.18 3.82-2.76.9-.74 14.76h-2.46c-1.23-8.36-4.18-15.98-8.36-23.12l4.18-3.44c8.36-7.13 11.8-14.26 10.57-21.89-.49-6.39-5.41-13.53-13.53-20.66 5.66-3.2 15.25-.25 28.29 8.6zm-39.59-10.08c2.69 1.92 11.4 5.38 18.94 17.21 4.2 8.4 3.98 9.81 3.44 11.07-.48 2.41-.46 4.33-2.95 7.13-1.72 2.46-5.41 4.67-11.8 7.62-7.62-13.03-16.48-23.61-27.79-31.23l20.16-11.8zM87.25 143.12l1.23-1.72c1.23-2.95 4.18-7.62 9.34-15.25l2.46-3.44-13.03 12.3 5.41-4.67-10.08 9.34-4.18 1.23c12.3-24.1 23.12-41.31 32.46-50.17 9.34-9.34 15.98-15.98 20.17-19.43l-6.39 1.23c-11.31-4.18-19.43-7.13-24.84-8.36 2.46-.49 3.69-.49 3.2-.49 10.33 0 17.46.49 20.9 1.23 5.41 1.72 10.57 2.46 15.98 2.46l.49-1.72-8.36-35.9 13.53 29.02c1.72-2.46 4.18-7.13 5.9-14.26 1.72-6.39 5.41-13.03 10.08-19.43 4.67-6.39 7.62-10.57 9.34-11.31-2.95 8.85-4.67 17.21-6.39 25.33l-1.72 7.13-.49 4.67 2.46 2.46c21.89-13.53 45.49-19.43 71.32-18.94l21.15.49c-11.8 13.53-27.79 21.89-48.45 24.84-8.61 1.48-16.23 2.46-23.36 2.95l-.25-.49-2.46-1.23c-5.16-.98-9.84-.25-14.02 1.97-2.46-.25-4.92-.49-7.13-.74l-2.46 1.72.49 1.23c1.97.25 3.93.49 6.15.74l-1.97 3.44 3.44-.49-10.57 11.31c-4.18 2.95-5.41 6.39-4.18 9.34l5.41-3.44h1.23c6.39-8.36 15.25-13.53 25.33-15.25v-2.95c6.39.49 13.03.98 19.43 1.23 6.39 0 8.36.49 5.41 1.23 7.62 4.18 14.26 8.85 20.66 13.53 13.53 10.08 23.61 21.89 30 35.41 8.85 18.2 13.53 37.13 13.53 56.56 0 10.08-1.23 19.43-2.95 28.28-2.35 10.79-7.8 29.62-15.98 45.99l2.46.49c18.23-19.67 41.9-15.98 49.18-15.98l-6.39 5.9 22.38 17.71-1.72 30.74c-5.41-12.3-16.48-21.15-32.95-27.79 16.48 14.76 23.61 21.15 21.89 20.17-4.81-2.81-3.53-1.87-10.82-3.69 4.12 4.12 17.45 18.79 18.2 20.66l.25.25-.25.25c0 1.76 1.56-1.18-14.02 22.87-75.15-15.31-106.26-42.74-141.16-63.2l11.8 1.23c-11.75-18.53-15.63-17.72-38.36-26.07l10.57-8.36c-8.85-2.95-18.2-2.95-28.28.49l7.62-10.57-1.23-1.72c-14.89 4.34-19.85 9.17-22.62 11.31-1.14-5.46-2.77-12.44-12.3-28.77l-1.23 27.05-13.53-5.41c1.47-25.11 5.4-50.44 13.27-74.54zm276.41 330.03c-49.92 24.96-56.13 22.41-59.02 23.85-29.76-11.8-50.9-31.72-63.45-58.77l30 16.48c-9.77-9.31-18.34-16.54-38.36-44.27l11.8 23.12-17.71-7.62c14.2 21.08 23.47 51.74 66.64 73.53-120.77 24.15-199.03-72.11-200.91-74.27 11.31 9.34 23.12 17.71 35.41 24.84 3.44 1.72 7.13 2.46 10.08 1.23l-15.98-20.66c9.23 4.19 9.49 4.5 69.1 29.02-42.54-20.66-73.78-40.82-93.2-60.25-.49 6.39-1.23 10.08-1.23 10.08 8.85 7.62 15.98 16.48 20.66 26.56-39.05-18.85-57.59-47.61-71.32-82.63 49.89 55.1 118.85 37.49 120.5 37.13 34.79 16.43 69.87 23.61 113.86 10.57 3.32 0 20.3 16.98 25.33 39.1l4.18-2.95-2.46-23.61c8.95 8.95 24.9 22.56 34.43 13.03-15.58-5.32-23.52-9.49-29.51-31.72 4.58 4.2 7.57 9.05 27.79 15l1.23-1.23-10.57-14.26c11.65-4.85-3.54 1.01 31.97-10.82 4.34 34.23 9.05 49.15.74 89.52zM479 258.71l-2.46.49 2.95 9.34c-3.55 5.87-23.73 44.26-71.56 79.68-39.54 29.76-76.58 39.13-80.91 40.33l-7.62-7.13-1.23 2.95 14.26 15.98-7.13-4.67 3.44 4.18h-1.23l-21.89-13.53 9.34 26.56-18.94-27.79-1.23 2.46 7.62 29.02c-6.11-8.24-21.03-32.61-56.81-39.59l32.46 21.15c-31.97 4.67-63.2 2.46-93.2-6.39-4.18-1.23-8.85-2.46-13.53-4.18l1.23-2.95-44.76-22.38 26.07 22.38c-57.66 9.08-112.96-25.41-126.4-83.37l-2.46-16.48-22.35 22.38c19.47-57.51 25.61-57.89 51.4-70.09-9.09-5.33-1.55-3.26-38.36-9.34 15.78-5.79 33.05-15.44 73.04 5.16 2.95-1.48 2.14-1.1 3.69-1.72.64-3.18.41-.82.98-11.8 3.89 10.01 3.63 8.67 2.95 9.34l1.72.49c12.69-6.49 8.92-4.52 16.97-8.85l-5.41 13.53 22.38-5.9-8.36 8.36 2.46 2.46c4.5-1.8 30.35 3.42 40.82 15.98l-23.61-2.46c39.39 22.98 51.46 53.97 55.82 69.59l1.72-1.23c-2.84-22.28-12.37-33.88-15.98-40.08 4.22 4.99 39.2 34.56 110.42 45.99-11.31-.49-23.12 5.41-34.92 18.94l46.72-20.17-9.34 21.89c7.62-10.08 14.76-23.61 21.15-39.59v-.49l1.23-2.95-1.23 15.98c13.53-41.81 25.33-78.45 35.41-109.68l13.53-27.79v-1.97l-5.41-4.18h10.08l5.9 4.18 2.46-1.23-3.44-15.98 12.3 18.94 41.81-20.17-14.76 13.03.49 2.95 17.71-.49c11.31.49 21.89 1.72 32.95 4.18l-23.61 2.46-1.23 2.95 26.56 23.12c10.08 10.08 18.94 20.66 27.05 31.97-11.24-3.29-10.28-3.44-21.15-3.44l12.3 32.46-8.87-12.79zm-277.89-89.03c-34.85 14.42-34.73 13.98-36.15 14.26-20.83 4.73-18.97-24.44-18.94-24.84l5.9-1.23-.49-2.46c-20.17-2.65-31.03 4.17-32.46 4.92.49.49 2.95 3.44 5.9 9.34 4.18-6.39 8.85-10.08 15.25-10.57-1.72 11.31-1.23 22.38 1.72 33.69.07.51 2.57 17.44 27.54 24.1 11.31 2.95 27.05 1.23 48.94-5.41l-9.34.49c-4.18-14.76-6.39-24.84-5.9-29.51 11.31-8.85 21.89-11.31 30.74-7.62h2.46l-11.8-7.62-7.13.49c-5.9 1.23-12.3 4.18-19.43 8.36l3.19-6.39zm11.07-86.81l-2.46.49.49 2.95c8.36-.49 17.21 1.23 26.07 5.9-2.5-5.54-9.97-14.26-28.28-14.26l.49 2.46 3.69 2.46zm-67.14 56.07c-4.04-6.35-3.09-5.05-4.67-6.64 21.69 16.76 16.48 21.41 46.48 23.61l-2.95-4.67c8.85-7.62 13.53-17.21 14.76-28.28 1.72-15.98-1.23-29.51-8.85-41.31l13.03-7.62c0-.49 0-1.23-.49-1.72-4.67-1.72-9.34-1.23-13.53 1.72-12.68 6.67-27.99 20.94-29.02 22.38-1.72 1.72-3.44 5.9-5.41 13.53-1.72 7.13-2.95 14.76-2.95 23.61-4.68-7.96-10.52-6.4-19.92-5.9l7.13 7.62c-16.47 0-23.32 15.43-23.61 15.98 6.81-.01 4.6-7.6 30-12.31zm14.02-25.33c1.23-7.62 3.44-13.03 6.39-17.21 5.41-6.39 10.57-10.08 15.98-11.8 4.18-1.72 7.13 1.23 10.08 9.34 2.46 7.62 3.44 16.48 2.95 25.33-.49 9.34-3.44 17.21-8.36 23.12-2.95 3.44-5.41 5.9-6.39 7.62-4.67.49-8.36 0-11.31-.49l-7.13-3.44-5.41-6.39c.99-10.09 1.48-18.94 3.2-26.08zm62.71-21.39c-6.39-3.44-10.57 2.95-12.3 18.94s2.46 29.51 11.8 39.59c9.34 10.08 18.2 10.57 26.07 2.95 7.87-7.62 3.44-23.61-11.31-47.71-3.19-5.41-7.87-10.08-14.26-13.77zm-4.67 46.23c5.36 2.23 10.51 1.91 12.3-10.57v-4.67l-1.23.49c-4.28-3.05-2.55-4.49-1.72-6.15l.49-.49c-.88-1.23-5.02-8.11-12.54 4.67-.49-13.53.49-21.89 2.95-24.84 1.23-2.46 4.67-1.23 11.31 4.18 6.39 5.41 11.31 15.98 15.25 32.46 6.59 28.06-19.7 26.26-26.81 4.92zm-45.01-5.41c1.57.31 9.34-1.09 9.34-14.76h-.49c-5.44-1.09-2.24-5.47-.74-5.9-1.72-2.95-3.44-4.18-5.41-4.67-8.15 0-11.65 12.66-8.12 21.15 1.24 2.46 3.21 3.69 5.42 4.18zm45.99 61.48c1.72 10.57 4.67 17.71 8.85 21.89-9.26 6.61-27.54 13.85-46.48 15.98l.49 1.23c8.36 1.23 16.48.49 24.84-2.46l-7.13 13.03c4.18-1.72 10.08-7.13 17.71-14.76 11.93-5.51 12.72-5.07 20.17-15.98-12.73-6.58-15.76-13.83-18.45-18.93z"
+ }
+ }
+ },
"theater-masks": {
"changes": [
"5.2.0"
@@ -33899,6 +35735,35 @@
}
}
},
+ "theta": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f69e",
+ "label": "Theta",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320899,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M192 8C84.34 8 0 116.94 0 256s84.34 248 192 248 192-108.94 192-248S299.66 8 192 8zm0 96c41.44 0 77.35 44.41 90.43 104H101.57c13.08-59.59 48.99-104 90.43-104zm0 304c-41.44 0-77.35-44.41-90.43-104h180.86c-13.08 59.59-48.99 104-90.43 104z"
+ }
+ }
+ },
"thumbs-down": {
"changes": [
"3.2",
@@ -34072,6 +35937,35 @@
}
}
},
+ "tilde": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f69f",
+ "label": "Tilde",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320900,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M339.54 381.51c-35.52-6.48-66.75-27.68-89.31-55.87l-66.52-83.15C174.33 230.73 160.3 224 145.25 224 118.09 224 96 246.09 96 273.25V321c0 17.67-14.33 32-32 32H32c-17.67 0-32-14.33-32-32v-40.92c0-78.1 58.67-147.33 136.64-151.83 47.6-2.75 92.54 17.39 122.05 54.27l69.59 87c9.39 11.75 23.42 18.48 38.47 18.48 27.16 0 49.25-22.09 49.25-49.25V192c0-17.67 14.33-32 32-32h32c17.67 0 32 14.33 32 32v46.75c0 89-80.45 159.56-172.46 142.76z"
+ }
+ }
+ },
"times": {
"changes": [
"1",
@@ -34417,6 +36311,71 @@
}
}
},
+ "torah": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "book",
+ "jewish",
+ "judaism"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a0",
+ "label": "Torah",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320900,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "448",
+ "512"
+ ],
+ "width": 448,
+ "height": 512,
+ "path": "M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM139.11 141.21c-2.77-4.41.4-10.14 5.6-10.14h53.08c.9 0 1.73-.46 2.21-1.22l34.4-54.76c2.6-4.13 8.61-4.13 11.21 0l34.4 54.76a2.61 2.61 0 0 0 2.21 1.22h53.08c5.2 0 8.37 5.73 5.6 10.14L314.01 184l26.88 42.79c2.77 4.4-.4 10.13-5.6 10.13h-53.08c-.9 0-1.73.46-2.21 1.22l-34.4 54.76c-2.6 4.13-8.61 4.13-11.21 0L200 238.15a2.61 2.61 0 0 0-2.21-1.22h-53.08c-5.2 0-8.37-5.73-5.6-10.13l26.88-42.8-26.88-42.79zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z"
+ }
+ }
+ },
+ "torii-gate": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "building",
+ "shintoism"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a1",
+ "label": "Torii Gate",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320900,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z"
+ }
+ }
+ },
"trade-federation": {
"changes": [
"5.0.12"
@@ -35472,6 +37431,35 @@
}
}
},
+ "union": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a2",
+ "label": "Union",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320900,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "384",
+ "512"
+ ],
+ "width": 384,
+ "height": 512,
+ "path": "M384 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v240c0 59.2-53.85 106.04-115.13 94.14-45.58-8.85-76.87-51.5-76.87-97.93V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v240c0 114.18 100.17 205.4 217.26 190.38C314.04 465.96 384 378.89 384 281.32V48z"
+ }
+ }
+ },
"uniregistry": {
"changes": [
"5.0.0"
@@ -36225,7 +38213,10 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "delete",
+ "remove"
+ ]
},
"styles": [
"solid"
@@ -36300,7 +38291,7 @@
"solid"
],
"unicode": "f234",
- "label": "Add User",
+ "label": "User Plus",
"svg": {
"solid": {
"last_modified": 1525209365077,
@@ -36487,7 +38478,12 @@
],
"ligatures": [],
"search": {
- "terms": []
+ "terms": [
+ "archive",
+ "delete",
+ "remove",
+ "x"
+ ]
},
"styles": [
"solid"
@@ -36701,6 +38697,35 @@
}
}
},
+ "value-absolute": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a6",
+ "label": "Value Absolute",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320902,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M48 32H16C7.16 32 0 39.16 0 48v416c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16zm448 0h-32c-8.84 0-16 7.16-16 16v416c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16zM377.3 150.87l-16.17-16.17c-8.93-8.93-23.41-8.93-32.35 0L256 207.48l-72.78-72.78c-8.93-8.93-23.41-8.93-32.35 0l-16.17 16.17c-8.93 8.93-8.93 23.41 0 32.35L207.48 256l-72.78 72.78c-8.93 8.93-8.93 23.41 0 32.35l16.17 16.17c8.93 8.93 23.41 8.93 32.35 0L256 304.52l72.78 72.78c8.93 8.93 23.41 8.93 32.35 0l16.17-16.17c8.93-8.93 8.93-23.41 0-32.35L304.52 256l72.78-72.78c8.93-8.93 8.93-23.42 0-32.35z"
+ }
+ }
+ },
"vector-square": {
"changes": [
"5.1.0"
@@ -37075,6 +39100,40 @@
}
}
},
+ "vihara": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "buddhism",
+ "buddhist",
+ "building",
+ "monastery"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a7",
+ "label": "Vihara",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320902,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z"
+ }
+ }
+ },
"vimeo": {
"changes": [
"5.0.0"
@@ -37284,10 +39343,46 @@
}
}
},
+ "volume": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "audio",
+ "control",
+ "music",
+ "sound",
+ "speaker"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a8",
+ "label": "Volume",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320904,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "480",
+ "512"
+ ],
+ "width": 480,
+ "height": 512,
+ "path": "M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.53 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z"
+ }
+ }
+ },
"volume-down": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -37304,11 +39399,11 @@
"solid"
],
"unicode": "f027",
- "label": "volume-down",
+ "label": "Volume Down",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320903,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -37317,14 +39412,44 @@
],
"width": 384,
"height": 512,
- "path": "M256 88.017v335.964c0 21.438-25.943 31.998-40.971 16.971L126.059 352H24c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h102.059l88.971-88.954c15.01-15.01 40.97-4.49 40.97 16.971zM384 256c0-33.717-17.186-64.35-45.972-81.944-15.079-9.214-34.775-4.463-43.992 10.616s-4.464 34.775 10.615 43.992C314.263 234.538 320 244.757 320 256a32.056 32.056 0 0 1-13.802 26.332c-14.524 10.069-18.136 30.006-8.067 44.53 10.07 14.525 30.008 18.136 44.53 8.067C368.546 316.983 384 287.478 384 256z"
+ "path": "M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z"
+ }
+ }
+ },
+ "volume-mute": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6a9",
+ "label": "Volume Mute",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320903,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "512",
+ "512"
+ ],
+ "width": 512,
+ "height": 512,
+ "path": "M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z"
}
}
},
"volume-off": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -37339,27 +39464,65 @@
"solid"
],
"unicode": "f026",
- "label": "volume-off",
+ "label": "Volume Off",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320903,
+ "raw": "",
"viewBox": [
"0",
"0",
- "256",
+ "257.33",
"512"
],
- "width": 256,
+ "width": 257,
"height": 512,
- "path": "M256 88.017v335.964c0 21.438-25.943 31.998-40.971 16.971L126.059 352H24c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h102.059l88.971-88.954c15.01-15.01 40.97-4.49 40.97 16.971z"
+ "path": "M216.36 71.04L127.39 160H25.33c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.47-25.96-31.98-40.97-16.98z"
+ }
+ }
+ },
+ "volume-slash": {
+ "changes": [
+ "5.0.0",
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "audio",
+ "ban",
+ "music",
+ "mute",
+ "slash",
+ "sound"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f2e2",
+ "label": "Volume Slash",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320903,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M633.82 458.1l-69-53.33C592.42 360.8 608 309.68 608 256c0-95.33-47.73-183.58-127.65-236.03-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 42.78-11.96 83.59-33.22 119.06l-38.12-29.46C503.49 318.68 512 288.06 512 256c0-63.09-32.06-122.09-85.77-156.16-11.19-7.09-26.03-3.8-33.12 7.41-7.09 11.2-3.78 26.03 7.41 33.13C440.27 165.59 464 209.44 464 256c0 21.21-5.03 41.57-14.2 59.88l-39.56-30.58c3.38-9.35 5.76-19.07 5.76-29.3 0-31.88-17.53-61.33-45.77-76.88-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61 11.76 6.46 19.12 18.18 20.4 31.06L288 190.82V88.02c0-21.46-25.96-31.98-40.97-16.97l-49.71 49.7L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM32 184v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V352.6L43.76 163.84C36.86 168.05 32 175.32 32 184z"
}
}
},
"volume-up": {
"changes": [
"1",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -37376,11 +39539,11 @@
"solid"
],
"unicode": "f028",
- "label": "volume-up",
+ "label": "Volume Up",
"svg": {
"solid": {
- "last_modified": 1500927880000,
- "raw": "",
+ "last_modified": 1535388320904,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -37389,7 +39552,7 @@
],
"width": 576,
"height": 512,
- "path": "M256 88.017v335.964c0 21.438-25.943 31.998-40.971 16.971L126.059 352H24c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h102.059l88.971-88.954c15.01-15.01 40.97-4.49 40.97 16.971zm182.056-77.876C422.982.92 403.283 5.668 394.061 20.745c-9.221 15.077-4.473 34.774 10.604 43.995C468.967 104.063 512 174.983 512 256c0 73.431-36.077 142.292-96.507 184.206-14.522 10.072-18.129 30.01-8.057 44.532 10.076 14.528 30.016 18.126 44.531 8.057C529.633 438.927 576 350.406 576 256c0-103.244-54.579-194.877-137.944-245.859zM480 256c0-68.547-36.15-129.777-91.957-163.901-15.076-9.22-34.774-4.471-43.994 10.607-9.22 15.078-4.471 34.774 10.607 43.994C393.067 170.188 416 211.048 416 256c0 41.964-20.62 81.319-55.158 105.276-14.521 10.073-18.128 30.01-8.056 44.532 6.216 8.96 16.185 13.765 26.322 13.765a31.862 31.862 0 0 0 18.21-5.709C449.091 377.953 480 318.938 480 256zm-96 0c0-33.717-17.186-64.35-45.972-81.944-15.079-9.214-34.775-4.463-43.992 10.616s-4.464 34.775 10.615 43.992C314.263 234.538 320 244.757 320 256a32.056 32.056 0 0 1-13.802 26.332c-14.524 10.069-18.136 30.006-8.067 44.53 10.07 14.525 30.008 18.136 44.53 8.067C368.546 316.983 384 287.478 384 256z"
+ "path": "M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z"
}
}
},
@@ -37789,7 +39952,8 @@
"wifi": {
"changes": [
"4.2",
- "5.0.0"
+ "5.0.0",
+ "5.3.0"
],
"ligatures": [],
"search": {
@@ -37802,8 +39966,8 @@
"label": "WiFi",
"svg": {
"solid": {
- "last_modified": 1502397066000,
- "raw": "",
+ "last_modified": 1535388320905,
+ "raw": "",
"viewBox": [
"0",
"0",
@@ -37812,7 +39976,36 @@
],
"width": 640,
"height": 512,
- "path": "M384 416c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm136.659-124.443c6.465-6.465 6.245-17.065-.564-23.167-113.793-101.985-286.526-101.869-400.19 0-6.809 6.102-7.029 16.702-.564 23.167l34.006 34.006c5.927 5.927 15.464 6.32 21.769.796 82.88-72.609 207.074-72.447 289.768 0 6.305 5.524 15.842 5.132 21.769-.796l34.006-34.006zm112.11-113.718c6.385-6.385 6.254-16.816-.35-22.973-175.768-163.86-449.134-163.8-624.837 0-6.604 6.157-6.735 16.589-.35 22.973l33.966 33.966c6.095 6.095 15.891 6.231 22.224.383 144.763-133.668 368.356-133.702 513.156 0 6.333 5.848 16.129 5.712 22.224-.383l33.967-33.966z"
+ "path": "M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z"
+ }
+ }
+ },
+ "wifi-slash": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": []
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6ac",
+ "label": "Wifi Slash",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320905,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "640",
+ "512"
+ ],
+ "width": 640,
+ "height": 512,
+ "path": "M5.09 154.87c-6.66 6.16-6.79 16.59-.35 22.97l34.24 33.96c6.14 6.09 16.02 6.23 22.4.38 6.99-6.4 14.31-12.22 21.65-18.01l-64.96-50.21c-4.3 3.71-8.79 7.04-12.98 10.91zm471.75 181.9l45.42-45.21c6.52-6.46 6.29-17.06-.57-23.17-64.94-57.74-148.91-82.66-230.34-74.98l-83.16-64.27c125.94-38.36 267.75-11.01 370.43 83.05 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.96c6.44-6.39 6.3-16.82-.35-22.97C496.46 26.82 298.08-.76 133.42 71.35L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.03-2.81-22.45L476.84 336.77zm-358.53-68.38c-6.86 6.1-7.08 16.7-.57 23.17l34.28 34.01c5.97 5.93 15.59 6.32 21.94.8 13.35-11.6 28.01-20.66 43.15-28.55l-68.36-52.83c-10.48 7.15-20.74 14.78-30.44 23.4zM256 416c0 35.35 28.65 64 64 64 31.91 0 58.15-23.42 62.99-53.98l-88.7-68.56C271.77 367.37 256 389.82 256 416z"
}
}
},
@@ -38693,6 +40886,39 @@
}
}
},
+ "yin-yang": {
+ "changes": [
+ "5.3.0"
+ ],
+ "ligatures": [],
+ "search": {
+ "terms": [
+ "daoism",
+ "opposites",
+ "taoism"
+ ]
+ },
+ "styles": [
+ "solid"
+ ],
+ "unicode": "f6ad",
+ "label": "Yin Yang",
+ "svg": {
+ "solid": {
+ "last_modified": 1535388320905,
+ "raw": "",
+ "viewBox": [
+ "0",
+ "0",
+ "496",
+ "512"
+ ],
+ "width": 496,
+ "height": 512,
+ "path": "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z"
+ }
+ }
+ },
"yoast": {
"changes": [
"4.6",
diff --git a/advanced-options/metadata/icons.yml b/advanced-options/metadata/icons.yml
index fd0ef7183..0e2a4c89c 100644
--- a/advanced-options/metadata/icons.yml
+++ b/advanced-options/metadata/icons.yml
@@ -8,6 +8,15 @@
styles:
- brands
unicode: f26e
+abacus:
+ changes:
+ - 5.3.0
+ label: Abacus
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f640
accessible-icon:
changes:
- 5.0.0
@@ -31,6 +40,15 @@ accusoft:
styles:
- brands
unicode: f369
+ad:
+ changes:
+ - 5.3.0
+ label: Ad
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f641
address-book:
changes:
- '4.7'
@@ -157,6 +175,15 @@ align-right:
styles:
- solid
unicode: f038
+alipay:
+ changes:
+ - 5.3.0
+ label: Alipay
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f642
allergies:
changes:
- 5.0.7
@@ -389,6 +416,22 @@ angular:
styles:
- brands
unicode: f420
+ankh:
+ changes:
+ - 5.3.0
+ label: Ankh
+ search:
+ terms:
+ - amulet
+ - copper
+ - coptic christianity
+ - copts
+ - crux ansata
+ - egyptian
+ - venus
+ styles:
+ - solid
+ unicode: f644
app-store:
changes:
- 5.0.0
@@ -717,7 +760,10 @@ atom:
- 5.2.0
label: Atom
search:
- terms: []
+ terms:
+ - atheism
+ - chemistry
+ - science
styles:
- solid
unicode: f5d2
@@ -1088,6 +1134,18 @@ bezier-curve:
styles:
- solid
unicode: f55b
+bible:
+ changes:
+ - 5.3.0
+ label: Bible
+ search:
+ terms:
+ - book
+ - catholicism
+ - christianity
+ styles:
+ - solid
+ unicode: f647
bicycle:
changes:
- '4.2'
@@ -1398,7 +1456,14 @@ brain:
- 5.2.0
label: Brain
search:
- terms: []
+ terms:
+ - cerebellum
+ - gray matter
+ - intellect
+ - medulla oblongata
+ - mind
+ - noodle
+ - wit
styles:
- solid
unicode: f5dc
@@ -1406,6 +1471,7 @@ briefcase:
changes:
- '2'
- 5.0.0
+ - 5.3.0
label: Briefcase
search:
terms:
@@ -1503,6 +1569,7 @@ bullhorn:
changes:
- '2'
- 5.0.0
+ - 5.3.0
label: bullhorn
search:
terms:
@@ -1518,6 +1585,7 @@ bullseye:
changes:
- '3.1'
- 5.0.0
+ - 5.3.0
label: Bullseye
search:
terms:
@@ -1572,6 +1640,20 @@ bus-alt:
styles:
- solid
unicode: f55e
+business-time:
+ changes:
+ - 5.3.0
+ label: Business Time
+ search:
+ terms:
+ - briefcase
+ - business socks
+ - clock
+ - flight of the conchords
+ - wednesday
+ styles:
+ - solid
+ unicode: f64a
buysellads:
changes:
- '4.3'
@@ -1586,12 +1668,22 @@ calculator:
changes:
- '4.2'
- 5.0.0
+ - 5.3.0
label: Calculator
search:
terms: []
styles:
- solid
unicode: f1ec
+calculator-alt:
+ changes:
+ - 5.3.0
+ label: Calculator Alt
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f64c
calendar:
changes:
- '3.1'
@@ -1653,7 +1745,9 @@ calendar-minus:
- 5.0.0
label: Calendar Minus
search:
- terms: []
+ terms:
+ - delete
+ - remove
styles:
- solid
- regular
@@ -1664,7 +1758,10 @@ calendar-plus:
- 5.0.0
label: Calendar Plus
search:
- terms: []
+ terms:
+ - add
+ - create
+ - new
styles:
- solid
- regular
@@ -1675,7 +1772,11 @@ calendar-times:
- 5.0.0
label: Calendar Times
search:
- terms: []
+ terms:
+ - archive
+ - delete
+ - remove
+ - x
styles:
- solid
- regular
@@ -1919,6 +2020,8 @@ cart-plus:
search:
terms:
- add
+ - create
+ - new
- shopping
styles:
- solid
@@ -2100,6 +2203,7 @@ chart-bar:
changes:
- '1'
- 5.0.0
+ - 5.3.0
label: Bar Chart
search:
terms:
@@ -2114,6 +2218,7 @@ chart-line:
changes:
- '4.2'
- 5.0.0
+ - 5.3.0
label: Line Chart
search:
terms:
@@ -2129,6 +2234,7 @@ chart-pie:
changes:
- '4.2'
- 5.0.0
+ - 5.3.0
label: Pie Chart
search:
terms:
@@ -2456,6 +2562,20 @@ circle-notch:
styles:
- solid
unicode: f1ce
+city:
+ changes:
+ - 5.3.0
+ label: City
+ search:
+ terms:
+ - buildings
+ - busy
+ - skyscrapers
+ - urban
+ - windows
+ styles:
+ - solid
+ unicode: f64f
clipboard:
changes:
- 5.0.0
@@ -2773,6 +2893,15 @@ comment-alt:
- solid
- regular
unicode: f27a
+comment-dollar:
+ changes:
+ - 5.3.0
+ label: Comment Dollar
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f651
comment-dots:
changes:
- 5.0.9
@@ -2814,6 +2943,15 @@ comments:
- solid
- regular
unicode: f086
+comments-dollar:
+ changes:
+ - 5.3.0
+ label: Comments Dollar
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f653
compact-disc:
changes:
- 5.0.13
@@ -3125,6 +3263,17 @@ crop-alt:
styles:
- solid
unicode: f565
+cross:
+ changes:
+ - 5.3.0
+ label: Cross
+ search:
+ terms:
+ - catholicism
+ - christianity
+ styles:
+ - solid
+ unicode: f654
crosshairs:
changes:
- '1'
@@ -3320,6 +3469,18 @@ deviantart:
styles:
- brands
unicode: f1bd
+dharmachakra:
+ changes:
+ - 5.3.0
+ label: Dharmachakra
+ search:
+ terms:
+ - buddhism
+ - buddhist
+ - wheel of dharma
+ styles:
+ - solid
+ unicode: f655
diagnoses:
changes:
- 5.0.7
@@ -3611,7 +3772,11 @@ dove:
- 5.0.9
label: Dove
search:
- terms: []
+ terms:
+ - animal
+ - bird
+ - flying
+ - peace
styles:
- solid
unicode: f4ba
@@ -3886,6 +4051,15 @@ empire:
styles:
- brands
unicode: f1d1
+empty-set:
+ changes:
+ - 5.3.0
+ label: Empty Set
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f656
envelope:
changes:
- '2'
@@ -3922,6 +4096,15 @@ envelope-open:
- solid
- regular
unicode: f2b6
+envelope-open-text:
+ changes:
+ - 5.3.0
+ label: Envelope Open-text
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f658
envelope-square:
changes:
- '4.1'
@@ -4268,6 +4451,7 @@ fax:
changes:
- '4.1'
- 5.0.0
+ - 5.3.0
label: Fax
search:
terms: []
@@ -4834,13 +5018,26 @@ folder:
changes:
- '1'
- 5.0.0
+ - 5.3.0
label: Folder
search:
- terms: []
+ terms: null
styles:
- solid
- regular
unicode: f07b
+folder-minus:
+ changes:
+ - 5.3.0
+ label: Folder Minus
+ search:
+ terms:
+ - archive
+ - delete
+ - remove
+ styles:
+ - solid
+ unicode: f65d
folder-open:
changes:
- '1'
@@ -4852,6 +5049,18 @@ folder-open:
- solid
- regular
unicode: f07c
+folder-plus:
+ changes:
+ - 5.3.0
+ label: Folder Plus
+ search:
+ terms:
+ - add
+ - create
+ - new
+ styles:
+ - solid
+ unicode: f65e
font:
changes:
- '1'
@@ -5065,6 +5274,24 @@ fulcrum:
styles:
- brands
unicode: f50b
+function:
+ changes:
+ - 5.3.0
+ label: Function
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f661
+funnel-dollar:
+ changes:
+ - 5.3.0
+ label: Funnel Dollar
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f662
futbol:
changes:
- '4.2'
@@ -5550,6 +5777,20 @@ google-wallet:
styles:
- brands
unicode: f1ee
+gopuram:
+ changes:
+ - 5.3.0
+ label: Gopuram
+ search:
+ terms:
+ - building
+ - entrance
+ - hinduism
+ - temple
+ - tower
+ styles:
+ - solid
+ unicode: f664
graduation-cap:
changes:
- '4.1'
@@ -5892,6 +6133,22 @@ hackerrank:
styles:
- brands
unicode: f5f7
+hamsa:
+ changes:
+ - 5.3.0
+ label: Hamsa
+ search:
+ terms:
+ - amulet
+ - christianity
+ - islam
+ - jewish
+ - judaism
+ - muslim
+ - protection
+ styles:
+ - solid
+ unicode: f665
hand-holding:
changes:
- 5.0.9
@@ -6112,6 +6369,18 @@ hashtag:
styles:
- solid
unicode: f292
+haykal:
+ changes:
+ - 5.3.0
+ label: Haykal
+ search:
+ terms:
+ - bahai
+ - bahá'Ã
+ - star
+ styles:
+ - solid
+ unicode: f666
hdd:
changes:
- '2'
@@ -6569,6 +6838,7 @@ industry:
infinity:
changes:
- 5.0.13
+ - 5.3.0
label: Infinity
search:
terms: []
@@ -6613,6 +6883,15 @@ instagram:
styles:
- brands
unicode: f16d
+integral:
+ changes:
+ - 5.3.0
+ label: Integral
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f667
internet-explorer:
changes:
- '4.4'
@@ -6625,6 +6904,15 @@ internet-explorer:
styles:
- brands
unicode: f26b
+intersection:
+ changes:
+ - 5.3.0
+ label: Intersection
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f668
ioxhost:
changes:
- '4.2'
@@ -6673,12 +6961,23 @@ java:
styles:
- brands
unicode: f4e4
+jedi:
+ changes:
+ - 5.3.0
+ label: Jedi
+ search:
+ terms:
+ - star wars
+ styles:
+ - solid
+ unicode: f669
jedi-order:
changes:
- 5.0.12
label: Jedi Order
search:
- terms: []
+ terms:
+ - star wars
styles:
- brands
unicode: f50e
@@ -6728,6 +7027,19 @@ joomla:
styles:
- brands
unicode: f1aa
+journal-whills:
+ changes:
+ - 5.3.0
+ label: Journal of the Whills
+ search:
+ terms:
+ - book
+ - jedi
+ - star wars
+ - the force
+ styles:
+ - solid
+ unicode: f66a
js:
changes:
- 5.0.0
@@ -6757,6 +7069,19 @@ jsfiddle:
styles:
- brands
unicode: f1cc
+kaaba:
+ changes:
+ - 5.3.0
+ label: Kaaba
+ search:
+ terms:
+ - building
+ - cube
+ - islam
+ - muslim
+ styles:
+ - solid
+ unicode: f66b
kaggle:
changes:
- 5.2.0
@@ -6809,6 +7134,19 @@ keycdn:
styles:
- brands
unicode: f3ba
+khanda:
+ changes:
+ - 5.3.0
+ label: Khanda
+ search:
+ terms:
+ - chakkar
+ - sikh
+ - sikhism
+ - sword
+ styles:
+ - solid
+ unicode: f66d
kickstarter:
changes:
- 5.0.0
@@ -6891,6 +7229,27 @@ korvue:
styles:
- brands
unicode: f42f
+lambda:
+ changes:
+ - 5.3.0
+ label: Lambda
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f66e
+landmark:
+ changes:
+ - 5.3.0
+ label: Landmark
+ search:
+ terms:
+ - building
+ - historic
+ - memoroable
+ styles:
+ - solid
+ unicode: f66f
language:
changes:
- '4.1'
@@ -7131,6 +7490,7 @@ lightbulb:
changes:
- '3'
- 5.0.0
+ - 5.3.0
label: Lightbulb
search:
terms:
@@ -7432,6 +7792,15 @@ magnet:
styles:
- solid
unicode: f076
+mail-bulk:
+ changes:
+ - 5.3.0
+ label: Mail Bulk
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f674
mailchimp:
changes:
- 5.1.0
@@ -7832,6 +8201,19 @@ memory:
styles:
- solid
unicode: f538
+menorah:
+ changes:
+ - 5.3.0
+ label: Menorah
+ search:
+ terms:
+ - candle
+ - jewish
+ - judaism
+ - light
+ styles:
+ - solid
+ unicode: f676
mercury:
changes:
- '4.3'
@@ -8183,6 +8565,18 @@ mortar-pestle:
styles:
- solid
unicode: f5a7
+mosque:
+ changes:
+ - 5.3.0
+ label: Mosque
+ search:
+ terms:
+ - building
+ - islam
+ - muslim
+ styles:
+ - solid
+ unicode: f678
motorcycle:
changes:
- '4.3'
@@ -8407,6 +8801,28 @@ old-republic:
styles:
- brands
unicode: f510
+om:
+ changes:
+ - 5.3.0
+ label: Om
+ search:
+ terms:
+ - buddhism
+ - hinduism
+ - jainism
+ - mantra
+ styles:
+ - solid
+ unicode: f679
+omega:
+ changes:
+ - 5.3.0
+ label: Omega
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f67a
opencart:
changes:
- '4.4'
@@ -8610,6 +9026,19 @@ passport:
styles:
- solid
unicode: f5ab
+pastafarianism:
+ changes:
+ - 5.3.0
+ label: Pastafarianism
+ search:
+ terms:
+ - agnosticism
+ - atheism
+ - flying spaghetti monster
+ - fsm
+ styles:
+ - solid
+ unicode: f67b
paste:
changes:
- '2'
@@ -8675,6 +9104,15 @@ paypal:
styles:
- brands
unicode: f1ed
+peace:
+ changes:
+ - 5.3.0
+ label: Peace
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f67c
pen:
changes:
- 5.0.0
@@ -8897,6 +9335,15 @@ php:
styles:
- brands
unicode: f457
+pi:
+ changes:
+ - 5.3.0
+ label: Pi
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f67e
pied-piper:
changes:
- '4.6'
@@ -8990,6 +9437,15 @@ pinterest-square:
styles:
- brands
unicode: f0d3
+place-of-worship:
+ changes:
+ - 5.3.0
+ label: Place Of Worship
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f67f
plane:
changes:
- '1'
@@ -9149,6 +9605,24 @@ podcast:
styles:
- solid
unicode: f2ce
+poll:
+ changes:
+ - 5.3.0
+ label: Poll
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f681
+poll-h:
+ changes:
+ - 5.3.0
+ label: Poll H
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f682
poo:
changes:
- 5.0.0
@@ -9203,6 +9677,24 @@ power-off:
styles:
- solid
unicode: f011
+pray:
+ changes:
+ - 5.3.0
+ label: Pray
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f683
+praying-hands:
+ changes:
+ - 5.3.0
+ label: Praying Hands
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f684
prescription:
changes:
- 5.1.0
@@ -9246,6 +9738,7 @@ print:
changes:
- '1'
- 5.0.0
+ - 5.3.0
label: print
search:
terms: []
@@ -9411,6 +9904,18 @@ quote-right:
styles:
- solid
unicode: f10e
+quran:
+ changes:
+ - 5.3.0
+ label: Quran
+ search:
+ terms:
+ - book
+ - islam
+ - muslim
+ styles:
+ - solid
+ unicode: f687
r-project:
changes:
- 5.0.11
@@ -9541,7 +10046,8 @@ redo:
search:
terms:
- forward
- - repeat
+ - refresh
+ - reload
- repeat
styles:
- solid
@@ -9553,6 +10059,8 @@ redo-alt:
search:
terms:
- forward
+ - refresh
+ - reload
- repeat
styles:
- solid
@@ -9932,6 +10440,24 @@ search:
styles:
- solid
unicode: f002
+search-dollar:
+ changes:
+ - 5.3.0
+ label: Search Dollar
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f688
+search-location:
+ changes:
+ - 5.3.0
+ label: Search Location
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f689
search-minus:
changes:
- '1'
@@ -9940,7 +10466,6 @@ search-minus:
label: Search Minus
search:
terms:
- - magnify
- minify
- smaller
- zoom
@@ -10207,6 +10732,16 @@ shuttle-van:
styles:
- solid
unicode: f5b6
+sigma:
+ changes:
+ - 5.3.0
+ label: Sigma (Summation)
+ search:
+ terms:
+ - summation
+ styles:
+ - solid
+ unicode: f68b
sign:
changes:
- 5.0.9
@@ -10264,6 +10799,7 @@ signal:
changes:
- '1'
- 5.0.0
+ - 5.3.0
label: signal
search:
terms:
@@ -10274,6 +10810,45 @@ signal:
styles:
- solid
unicode: f012
+signal-alt:
+ changes:
+ - 5.3.0
+ label: Signal Alternate
+ search:
+ terms:
+ - bars
+ - graph
+ - online
+ - status
+ styles:
+ - solid
+ unicode: f690
+signal-alt-slash:
+ changes:
+ - 5.3.0
+ label: Signal Alternate Slash
+ search:
+ terms:
+ - bars
+ - graph
+ - online
+ - status
+ styles:
+ - solid
+ unicode: f694
+signal-slash:
+ changes:
+ - 5.3.0
+ label: Signal Slash
+ search:
+ terms:
+ - bars
+ - graph
+ - online
+ - status
+ styles:
+ - solid
+ unicode: f695
signature:
changes:
- 5.1.0
@@ -10521,6 +11096,19 @@ snowflake:
- solid
- regular
unicode: f2dc
+socks:
+ changes:
+ - 5.3.0
+ label: Socks
+ search:
+ terms:
+ - business socks
+ - business time
+ - flight of the conchords
+ - wednesday
+ styles:
+ - solid
+ unicode: f696
solar-panel:
changes:
- 5.1.0
@@ -10748,6 +11336,24 @@ square-full:
styles:
- solid
unicode: f45c
+square-root:
+ changes:
+ - 5.3.0
+ label: Square Root
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f697
+square-root-alt:
+ changes:
+ - 5.3.0
+ label: Square Root Alternate
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f698
squarespace:
changes:
- 5.1.0
@@ -10805,6 +11411,17 @@ star:
- solid
- regular
unicode: f005
+star-and-crescent:
+ changes:
+ - 5.3.0
+ label: Star and Crescent
+ search:
+ terms:
+ - islam
+ - muslim
+ styles:
+ - solid
+ unicode: f699
star-half:
changes:
- '1'
@@ -10837,10 +11454,21 @@ star-half-alt:
styles:
- solid
unicode: f5c0
+star-of-david:
+ changes:
+ - 5.3.0
+ label: Star of David
+ search:
+ terms:
+ - jewish
+ - judaism
+ styles:
+ - solid
+ unicode: f69a
star-of-life:
changes:
- 5.2.0
- label: Star Of-life
+ label: Star of Life
search:
terms: []
styles:
@@ -11242,6 +11870,20 @@ swimming-pool:
styles:
- solid
unicode: f5c5
+synagogue:
+ changes:
+ - 5.3.0
+ label: Synagogue
+ search:
+ terms:
+ - building
+ - jewish
+ - judaism
+ - star of david
+ - temple
+ styles:
+ - solid
+ unicode: f69b
sync:
changes:
- '1'
@@ -11376,6 +12018,15 @@ tags:
styles:
- solid
unicode: f02c
+tally:
+ changes:
+ - 5.3.0
+ label: Tally
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f69c
tape:
changes:
- 5.0.9
@@ -11556,6 +12207,15 @@ th-list:
styles:
- solid
unicode: f00b
+the-red-yeti:
+ changes:
+ - 5.3.0
+ label: The Red Yeti
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f69d
theater-masks:
changes:
- 5.2.0
@@ -11650,6 +12310,15 @@ thermometer-three-quarters:
styles:
- solid
unicode: f2c8
+theta:
+ changes:
+ - 5.3.0
+ label: Theta
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f69e
thumbs-down:
changes:
- '3.2'
@@ -11713,6 +12382,15 @@ ticket-alt:
styles:
- solid
unicode: f3ff
+tilde:
+ changes:
+ - 5.3.0
+ label: Tilde
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f69f
times:
changes:
- '1'
@@ -11844,6 +12522,29 @@ tooth:
styles:
- solid
unicode: f5c9
+torah:
+ changes:
+ - 5.3.0
+ label: Torah
+ search:
+ terms:
+ - book
+ - jewish
+ - judaism
+ styles:
+ - solid
+ unicode: f6a0
+torii-gate:
+ changes:
+ - 5.3.0
+ label: Torii Gate
+ search:
+ terms:
+ - building
+ - shintoism
+ styles:
+ - solid
+ unicode: f6a1
trade-federation:
changes:
- 5.0.12
@@ -12212,6 +12913,15 @@ undo-alt:
styles:
- solid
unicode: f2ea
+union:
+ changes:
+ - 5.3.0
+ label: Union
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f6a2
uniregistry:
changes:
- 5.0.0
@@ -12487,7 +13197,9 @@ user-minus:
- 5.0.11
label: User Minus
search:
- terms: []
+ terms:
+ - delete
+ - remove
styles:
- solid
unicode: f503
@@ -12510,7 +13222,7 @@ user-plus:
- 5.0.0
- 5.0.3
- 5.0.11
- label: Add User
+ label: User Plus
search:
terms:
- sign up
@@ -12585,7 +13297,11 @@ user-times:
- 5.0.11
label: Remove User
search:
- terms: []
+ terms:
+ - archive
+ - delete
+ - remove
+ - x
styles:
- solid
unicode: f235
@@ -12657,6 +13373,15 @@ vaadin:
styles:
- brands
unicode: f408
+value-absolute:
+ changes:
+ - 5.3.0
+ label: Value Absolute
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f6a6
vector-square:
changes:
- 5.1.0
@@ -12786,6 +13511,19 @@ video-slash:
styles:
- solid
unicode: f4e2
+vihara:
+ changes:
+ - 5.3.0
+ label: Vihara
+ search:
+ terms:
+ - buddhism
+ - buddhist
+ - building
+ - monastery
+ styles:
+ - solid
+ unicode: f6a7
vimeo:
changes:
- 5.0.0
@@ -12854,11 +13592,26 @@ volleyball-ball:
styles:
- solid
unicode: f45f
+volume:
+ changes:
+ - 5.3.0
+ label: Volume
+ search:
+ terms:
+ - audio
+ - control
+ - music
+ - sound
+ - speaker
+ styles:
+ - solid
+ unicode: f6a8
volume-down:
changes:
- '1'
- 5.0.0
- label: volume-down
+ - 5.3.0
+ label: Volume Down
search:
terms:
- audio
@@ -12870,11 +13623,21 @@ volume-down:
styles:
- solid
unicode: f027
+volume-mute:
+ changes:
+ - 5.3.0
+ label: Volume Mute
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f6a9
volume-off:
changes:
- '1'
- 5.0.0
- label: volume-off
+ - 5.3.0
+ label: Volume Off
search:
terms:
- audio
@@ -12884,11 +13647,28 @@ volume-off:
styles:
- solid
unicode: f026
+volume-slash:
+ changes:
+ - 5.0.0
+ - 5.3.0
+ label: Volume Slash
+ search:
+ terms:
+ - audio
+ - ban
+ - music
+ - mute
+ - slash
+ - sound
+ styles:
+ - solid
+ unicode: f2e2
volume-up:
changes:
- '1'
- 5.0.0
- label: volume-up
+ - 5.3.0
+ label: Volume Up
search:
terms:
- audio
@@ -13034,12 +13814,22 @@ wifi:
changes:
- '4.2'
- 5.0.0
+ - 5.3.0
label: WiFi
search:
terms: []
styles:
- solid
unicode: f1eb
+wifi-slash:
+ changes:
+ - 5.3.0
+ label: Wifi Slash
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f6ac
wikipedia-w:
changes:
- '4.4'
@@ -13320,6 +14110,18 @@ yen-sign:
styles:
- solid
unicode: f157
+yin-yang:
+ changes:
+ - 5.3.0
+ label: Yin Yang
+ search:
+ terms:
+ - daoism
+ - opposites
+ - taoism
+ styles:
+ - solid
+ unicode: f6ad
yoast:
changes:
- '4.6'
diff --git a/advanced-options/metadata/sponsors.yml b/advanced-options/metadata/sponsors.yml
index e153a10d3..935ecc9b9 100644
--- a/advanced-options/metadata/sponsors.yml
+++ b/advanced-options/metadata/sponsors.yml
@@ -434,6 +434,11 @@ rocket-chat:
- video-slash
label: Rocket.Chat
url: 'https://rocket.chat'
+rodney-oliver:
+ icons:
+ - folder-minus
+ - folder-plus
+ label: Rodney Oliver
schlix:
icons:
- schlix
@@ -510,9 +515,26 @@ studio-vinari:
url: 'https://studiovinari.com'
supple:
icons:
+ - ad
+ - bullhorn
+ - bullseye
+ - comment-dollar
+ - comments-dollar
+ - envelope-open-text
+ - funnel-dollar
+ - mail-bulk
+ - poll
+ - poll-h
+ - search-dollar
+ - search-location
- supple
label: Supple
url: 'https://supple.com.au'
+the-red-yeti:
+ icons:
+ - the-red-yeti
+ label: The Red Yeti
+ url: 'http://theredyeti.com'
the-us-sunnah-foundation:
icons:
- dollar-sign
diff --git a/advanced-options/raw-svg/brands/alipay.svg b/advanced-options/raw-svg/brands/alipay.svg
new file mode 100644
index 000000000..de341fbc5
--- /dev/null
+++ b/advanced-options/raw-svg/brands/alipay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/brands/the-red-yeti.svg b/advanced-options/raw-svg/brands/the-red-yeti.svg
new file mode 100644
index 000000000..4e261b37b
--- /dev/null
+++ b/advanced-options/raw-svg/brands/the-red-yeti.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/regular/chart-bar.svg b/advanced-options/raw-svg/regular/chart-bar.svg
index a2bb019cf..36820b766 100644
--- a/advanced-options/raw-svg/regular/chart-bar.svg
+++ b/advanced-options/raw-svg/regular/chart-bar.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/regular/folder.svg b/advanced-options/raw-svg/regular/folder.svg
index 5cfb40903..7c9d6c4d2 100644
--- a/advanced-options/raw-svg/regular/folder.svg
+++ b/advanced-options/raw-svg/regular/folder.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/regular/lightbulb.svg b/advanced-options/raw-svg/regular/lightbulb.svg
index 0cd414e1d..abd6ebfe6 100644
--- a/advanced-options/raw-svg/regular/lightbulb.svg
+++ b/advanced-options/raw-svg/regular/lightbulb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/abacus.svg b/advanced-options/raw-svg/solid/abacus.svg
new file mode 100644
index 000000000..dfa05a364
--- /dev/null
+++ b/advanced-options/raw-svg/solid/abacus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/ad.svg b/advanced-options/raw-svg/solid/ad.svg
new file mode 100644
index 000000000..42e4a52ef
--- /dev/null
+++ b/advanced-options/raw-svg/solid/ad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/ankh.svg b/advanced-options/raw-svg/solid/ankh.svg
new file mode 100644
index 000000000..2cab7bfdd
--- /dev/null
+++ b/advanced-options/raw-svg/solid/ankh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/bible.svg b/advanced-options/raw-svg/solid/bible.svg
new file mode 100644
index 000000000..8c6c9532d
--- /dev/null
+++ b/advanced-options/raw-svg/solid/bible.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/briefcase.svg b/advanced-options/raw-svg/solid/briefcase.svg
index 5bb9051a6..8c2882a09 100644
--- a/advanced-options/raw-svg/solid/briefcase.svg
+++ b/advanced-options/raw-svg/solid/briefcase.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/bullhorn.svg b/advanced-options/raw-svg/solid/bullhorn.svg
index 5f7316044..9c8637095 100644
--- a/advanced-options/raw-svg/solid/bullhorn.svg
+++ b/advanced-options/raw-svg/solid/bullhorn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/bullseye.svg b/advanced-options/raw-svg/solid/bullseye.svg
index 774ec2d11..ec402e644 100644
--- a/advanced-options/raw-svg/solid/bullseye.svg
+++ b/advanced-options/raw-svg/solid/bullseye.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/business-time.svg b/advanced-options/raw-svg/solid/business-time.svg
new file mode 100644
index 000000000..74b5a1df4
--- /dev/null
+++ b/advanced-options/raw-svg/solid/business-time.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/calculator-alt.svg b/advanced-options/raw-svg/solid/calculator-alt.svg
new file mode 100644
index 000000000..7de401e28
--- /dev/null
+++ b/advanced-options/raw-svg/solid/calculator-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/calculator.svg b/advanced-options/raw-svg/solid/calculator.svg
index cb402c8d7..9b367dfae 100644
--- a/advanced-options/raw-svg/solid/calculator.svg
+++ b/advanced-options/raw-svg/solid/calculator.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/chart-bar.svg b/advanced-options/raw-svg/solid/chart-bar.svg
index 13ee32a01..e08c6f7cb 100644
--- a/advanced-options/raw-svg/solid/chart-bar.svg
+++ b/advanced-options/raw-svg/solid/chart-bar.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/chart-line.svg b/advanced-options/raw-svg/solid/chart-line.svg
index e27e5e091..5a0e06fec 100644
--- a/advanced-options/raw-svg/solid/chart-line.svg
+++ b/advanced-options/raw-svg/solid/chart-line.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/chart-pie.svg b/advanced-options/raw-svg/solid/chart-pie.svg
index c2daf275e..e1b476bd3 100644
--- a/advanced-options/raw-svg/solid/chart-pie.svg
+++ b/advanced-options/raw-svg/solid/chart-pie.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/city.svg b/advanced-options/raw-svg/solid/city.svg
new file mode 100644
index 000000000..a27d3116e
--- /dev/null
+++ b/advanced-options/raw-svg/solid/city.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/comment-dollar.svg b/advanced-options/raw-svg/solid/comment-dollar.svg
new file mode 100644
index 000000000..c77a6f068
--- /dev/null
+++ b/advanced-options/raw-svg/solid/comment-dollar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/comments-dollar.svg b/advanced-options/raw-svg/solid/comments-dollar.svg
new file mode 100644
index 000000000..aacfa1930
--- /dev/null
+++ b/advanced-options/raw-svg/solid/comments-dollar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/cross.svg b/advanced-options/raw-svg/solid/cross.svg
new file mode 100644
index 000000000..86113de50
--- /dev/null
+++ b/advanced-options/raw-svg/solid/cross.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/dharmachakra.svg b/advanced-options/raw-svg/solid/dharmachakra.svg
new file mode 100644
index 000000000..6838379be
--- /dev/null
+++ b/advanced-options/raw-svg/solid/dharmachakra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/empty-set.svg b/advanced-options/raw-svg/solid/empty-set.svg
new file mode 100644
index 000000000..510a91a7d
--- /dev/null
+++ b/advanced-options/raw-svg/solid/empty-set.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/envelope-open-text.svg b/advanced-options/raw-svg/solid/envelope-open-text.svg
new file mode 100644
index 000000000..821168c0a
--- /dev/null
+++ b/advanced-options/raw-svg/solid/envelope-open-text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/fax.svg b/advanced-options/raw-svg/solid/fax.svg
index cbc63f3d9..12386de93 100644
--- a/advanced-options/raw-svg/solid/fax.svg
+++ b/advanced-options/raw-svg/solid/fax.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/folder-minus.svg b/advanced-options/raw-svg/solid/folder-minus.svg
new file mode 100644
index 000000000..4e554e0d2
--- /dev/null
+++ b/advanced-options/raw-svg/solid/folder-minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/folder-plus.svg b/advanced-options/raw-svg/solid/folder-plus.svg
new file mode 100644
index 000000000..6d6bb9fa2
--- /dev/null
+++ b/advanced-options/raw-svg/solid/folder-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/function.svg b/advanced-options/raw-svg/solid/function.svg
new file mode 100644
index 000000000..2646a6b2c
--- /dev/null
+++ b/advanced-options/raw-svg/solid/function.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/funnel-dollar.svg b/advanced-options/raw-svg/solid/funnel-dollar.svg
new file mode 100644
index 000000000..d5970e141
--- /dev/null
+++ b/advanced-options/raw-svg/solid/funnel-dollar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/gopuram.svg b/advanced-options/raw-svg/solid/gopuram.svg
new file mode 100644
index 000000000..b63bae18a
--- /dev/null
+++ b/advanced-options/raw-svg/solid/gopuram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/hamsa.svg b/advanced-options/raw-svg/solid/hamsa.svg
new file mode 100644
index 000000000..4ccb23adc
--- /dev/null
+++ b/advanced-options/raw-svg/solid/hamsa.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/haykal.svg b/advanced-options/raw-svg/solid/haykal.svg
new file mode 100644
index 000000000..8ea2a693b
--- /dev/null
+++ b/advanced-options/raw-svg/solid/haykal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/integral.svg b/advanced-options/raw-svg/solid/integral.svg
new file mode 100644
index 000000000..5728388e0
--- /dev/null
+++ b/advanced-options/raw-svg/solid/integral.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/intersection.svg b/advanced-options/raw-svg/solid/intersection.svg
new file mode 100644
index 000000000..8912b1ced
--- /dev/null
+++ b/advanced-options/raw-svg/solid/intersection.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/jedi.svg b/advanced-options/raw-svg/solid/jedi.svg
new file mode 100644
index 000000000..500135b33
--- /dev/null
+++ b/advanced-options/raw-svg/solid/jedi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/journal-whills.svg b/advanced-options/raw-svg/solid/journal-whills.svg
new file mode 100644
index 000000000..a463f3279
--- /dev/null
+++ b/advanced-options/raw-svg/solid/journal-whills.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/kaaba.svg b/advanced-options/raw-svg/solid/kaaba.svg
new file mode 100644
index 000000000..7974f2208
--- /dev/null
+++ b/advanced-options/raw-svg/solid/kaaba.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/khanda.svg b/advanced-options/raw-svg/solid/khanda.svg
new file mode 100644
index 000000000..625641bce
--- /dev/null
+++ b/advanced-options/raw-svg/solid/khanda.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/lambda.svg b/advanced-options/raw-svg/solid/lambda.svg
new file mode 100644
index 000000000..43b4d1d21
--- /dev/null
+++ b/advanced-options/raw-svg/solid/lambda.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/landmark.svg b/advanced-options/raw-svg/solid/landmark.svg
new file mode 100644
index 000000000..49f60927b
--- /dev/null
+++ b/advanced-options/raw-svg/solid/landmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/lightbulb.svg b/advanced-options/raw-svg/solid/lightbulb.svg
index b3a769375..b5d654ba5 100644
--- a/advanced-options/raw-svg/solid/lightbulb.svg
+++ b/advanced-options/raw-svg/solid/lightbulb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/mail-bulk.svg b/advanced-options/raw-svg/solid/mail-bulk.svg
new file mode 100644
index 000000000..38e5f5ae3
--- /dev/null
+++ b/advanced-options/raw-svg/solid/mail-bulk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/menorah.svg b/advanced-options/raw-svg/solid/menorah.svg
new file mode 100644
index 000000000..de63f3d5a
--- /dev/null
+++ b/advanced-options/raw-svg/solid/menorah.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/mosque.svg b/advanced-options/raw-svg/solid/mosque.svg
new file mode 100644
index 000000000..396eb4ee0
--- /dev/null
+++ b/advanced-options/raw-svg/solid/mosque.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/om.svg b/advanced-options/raw-svg/solid/om.svg
new file mode 100644
index 000000000..acabc1da2
--- /dev/null
+++ b/advanced-options/raw-svg/solid/om.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/omega.svg b/advanced-options/raw-svg/solid/omega.svg
new file mode 100644
index 000000000..f019d7d4b
--- /dev/null
+++ b/advanced-options/raw-svg/solid/omega.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/pastafarianism.svg b/advanced-options/raw-svg/solid/pastafarianism.svg
new file mode 100644
index 000000000..402622aa6
--- /dev/null
+++ b/advanced-options/raw-svg/solid/pastafarianism.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/peace.svg b/advanced-options/raw-svg/solid/peace.svg
new file mode 100644
index 000000000..7c5ce22fb
--- /dev/null
+++ b/advanced-options/raw-svg/solid/peace.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/pi.svg b/advanced-options/raw-svg/solid/pi.svg
new file mode 100644
index 000000000..2eb1227ca
--- /dev/null
+++ b/advanced-options/raw-svg/solid/pi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/place-of-worship.svg b/advanced-options/raw-svg/solid/place-of-worship.svg
new file mode 100644
index 000000000..7457df470
--- /dev/null
+++ b/advanced-options/raw-svg/solid/place-of-worship.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/poll-h.svg b/advanced-options/raw-svg/solid/poll-h.svg
new file mode 100644
index 000000000..c3993a991
--- /dev/null
+++ b/advanced-options/raw-svg/solid/poll-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/poll.svg b/advanced-options/raw-svg/solid/poll.svg
new file mode 100644
index 000000000..96d2fb67e
--- /dev/null
+++ b/advanced-options/raw-svg/solid/poll.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/pray.svg b/advanced-options/raw-svg/solid/pray.svg
new file mode 100644
index 000000000..dc87ee560
--- /dev/null
+++ b/advanced-options/raw-svg/solid/pray.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/praying-hands.svg b/advanced-options/raw-svg/solid/praying-hands.svg
new file mode 100644
index 000000000..86a68f0c6
--- /dev/null
+++ b/advanced-options/raw-svg/solid/praying-hands.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/print.svg b/advanced-options/raw-svg/solid/print.svg
index 2ac7d73a5..2c11c293d 100644
--- a/advanced-options/raw-svg/solid/print.svg
+++ b/advanced-options/raw-svg/solid/print.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/quran.svg b/advanced-options/raw-svg/solid/quran.svg
new file mode 100644
index 000000000..8cf9e47ec
--- /dev/null
+++ b/advanced-options/raw-svg/solid/quran.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/search-dollar.svg b/advanced-options/raw-svg/solid/search-dollar.svg
new file mode 100644
index 000000000..009f332e8
--- /dev/null
+++ b/advanced-options/raw-svg/solid/search-dollar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/search-location.svg b/advanced-options/raw-svg/solid/search-location.svg
new file mode 100644
index 000000000..b4cbdd898
--- /dev/null
+++ b/advanced-options/raw-svg/solid/search-location.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/sigma.svg b/advanced-options/raw-svg/solid/sigma.svg
new file mode 100644
index 000000000..82007a9af
--- /dev/null
+++ b/advanced-options/raw-svg/solid/sigma.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/signal-alt-slash.svg b/advanced-options/raw-svg/solid/signal-alt-slash.svg
new file mode 100644
index 000000000..e2905a894
--- /dev/null
+++ b/advanced-options/raw-svg/solid/signal-alt-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/signal-alt.svg b/advanced-options/raw-svg/solid/signal-alt.svg
new file mode 100644
index 000000000..a8da7be60
--- /dev/null
+++ b/advanced-options/raw-svg/solid/signal-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/signal-slash.svg b/advanced-options/raw-svg/solid/signal-slash.svg
new file mode 100644
index 000000000..ba71125d3
--- /dev/null
+++ b/advanced-options/raw-svg/solid/signal-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/signal.svg b/advanced-options/raw-svg/solid/signal.svg
index 3a74673d3..d929175e4 100644
--- a/advanced-options/raw-svg/solid/signal.svg
+++ b/advanced-options/raw-svg/solid/signal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/socks.svg b/advanced-options/raw-svg/solid/socks.svg
new file mode 100644
index 000000000..1d17fa732
--- /dev/null
+++ b/advanced-options/raw-svg/solid/socks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/square-root-alt.svg b/advanced-options/raw-svg/solid/square-root-alt.svg
new file mode 100644
index 000000000..d6f33adb3
--- /dev/null
+++ b/advanced-options/raw-svg/solid/square-root-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/square-root.svg b/advanced-options/raw-svg/solid/square-root.svg
new file mode 100644
index 000000000..5a00964f8
--- /dev/null
+++ b/advanced-options/raw-svg/solid/square-root.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/star-and-crescent.svg b/advanced-options/raw-svg/solid/star-and-crescent.svg
new file mode 100644
index 000000000..6d3786023
--- /dev/null
+++ b/advanced-options/raw-svg/solid/star-and-crescent.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/star-of-david.svg b/advanced-options/raw-svg/solid/star-of-david.svg
new file mode 100644
index 000000000..d9a5e5cd3
--- /dev/null
+++ b/advanced-options/raw-svg/solid/star-of-david.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/synagogue.svg b/advanced-options/raw-svg/solid/synagogue.svg
new file mode 100644
index 000000000..6f3d7c7d9
--- /dev/null
+++ b/advanced-options/raw-svg/solid/synagogue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/tally.svg b/advanced-options/raw-svg/solid/tally.svg
new file mode 100644
index 000000000..1d426f869
--- /dev/null
+++ b/advanced-options/raw-svg/solid/tally.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/theta.svg b/advanced-options/raw-svg/solid/theta.svg
new file mode 100644
index 000000000..c550284f3
--- /dev/null
+++ b/advanced-options/raw-svg/solid/theta.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/tilde.svg b/advanced-options/raw-svg/solid/tilde.svg
new file mode 100644
index 000000000..a645383f6
--- /dev/null
+++ b/advanced-options/raw-svg/solid/tilde.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/torah.svg b/advanced-options/raw-svg/solid/torah.svg
new file mode 100644
index 000000000..2533d2dd5
--- /dev/null
+++ b/advanced-options/raw-svg/solid/torah.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/torii-gate.svg b/advanced-options/raw-svg/solid/torii-gate.svg
new file mode 100644
index 000000000..e66bce7a3
--- /dev/null
+++ b/advanced-options/raw-svg/solid/torii-gate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/union.svg b/advanced-options/raw-svg/solid/union.svg
new file mode 100644
index 000000000..311f69cc0
--- /dev/null
+++ b/advanced-options/raw-svg/solid/union.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/value-absolute.svg b/advanced-options/raw-svg/solid/value-absolute.svg
new file mode 100644
index 000000000..809eaf482
--- /dev/null
+++ b/advanced-options/raw-svg/solid/value-absolute.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/vihara.svg b/advanced-options/raw-svg/solid/vihara.svg
new file mode 100644
index 000000000..d25739c19
--- /dev/null
+++ b/advanced-options/raw-svg/solid/vihara.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/volume-down.svg b/advanced-options/raw-svg/solid/volume-down.svg
index 130ece787..b3105c3d8 100644
--- a/advanced-options/raw-svg/solid/volume-down.svg
+++ b/advanced-options/raw-svg/solid/volume-down.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/volume-mute.svg b/advanced-options/raw-svg/solid/volume-mute.svg
new file mode 100644
index 000000000..b78aad67b
--- /dev/null
+++ b/advanced-options/raw-svg/solid/volume-mute.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/volume-off.svg b/advanced-options/raw-svg/solid/volume-off.svg
index 8369dfea4..086a8cd4f 100644
--- a/advanced-options/raw-svg/solid/volume-off.svg
+++ b/advanced-options/raw-svg/solid/volume-off.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/volume-slash.svg b/advanced-options/raw-svg/solid/volume-slash.svg
new file mode 100644
index 000000000..e52fda669
--- /dev/null
+++ b/advanced-options/raw-svg/solid/volume-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/volume-up.svg b/advanced-options/raw-svg/solid/volume-up.svg
index 6c788ea68..c85f3e8d3 100644
--- a/advanced-options/raw-svg/solid/volume-up.svg
+++ b/advanced-options/raw-svg/solid/volume-up.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/volume.svg b/advanced-options/raw-svg/solid/volume.svg
new file mode 100644
index 000000000..d563fb54d
--- /dev/null
+++ b/advanced-options/raw-svg/solid/volume.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/wifi-slash.svg b/advanced-options/raw-svg/solid/wifi-slash.svg
new file mode 100644
index 000000000..fd228cd5c
--- /dev/null
+++ b/advanced-options/raw-svg/solid/wifi-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/wifi.svg b/advanced-options/raw-svg/solid/wifi.svg
index efa235ad9..5ac43b3e3 100644
--- a/advanced-options/raw-svg/solid/wifi.svg
+++ b/advanced-options/raw-svg/solid/wifi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/advanced-options/raw-svg/solid/yin-yang.svg b/advanced-options/raw-svg/solid/yin-yang.svg
new file mode 100644
index 000000000..7aa88f98e
--- /dev/null
+++ b/advanced-options/raw-svg/solid/yin-yang.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/advanced-options/svg-sprites/fa-brands.svg b/advanced-options/svg-sprites/fa-brands.svg
index 80f6e4df4..155de00da 100644
--- a/advanced-options/svg-sprites/fa-brands.svg
+++ b/advanced-options/svg-sprites/fa-brands.svg
@@ -1,7 +1,7 @@