Release 5.0.0-beta2
16
CHANGELOG.md
@@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## [5.0.0-beta2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta2) - 2017-08-11
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* 570 total core icons in each style
|
||||||
|
* 291 total brand and logo icons
|
||||||
|
* NPM (ES6, CommonJS, AMD) packages for use with other JavaScript libraries and tools #574
|
||||||
|
* Added a guide to choosing which implementation is best for you #532
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Showing a missing icon is now configurable #569
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Composition framework now works in browsers that do not support transform-origin #564
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [5.0.0-beta1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta1) - 2017-08-04
|
## [5.0.0-beta1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta1) - 2017-08-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
14
README.md
@@ -4,26 +4,26 @@ The internet's most popular icon toolkit is being redesigned and built from scra
|
|||||||
|
|
||||||
Not familiar with Font Awesome 5? [Learn more](https://www.kickstarter.com/projects/232193852/font-awesome-5) about our successful Kickstarter and plan. You can also **[pre-order your copy of Font Awesome Pro](http://five.fontawesome.io/)** and save off of the release price.
|
Not familiar with Font Awesome 5? [Learn more](https://www.kickstarter.com/projects/232193852/font-awesome-5) about our successful Kickstarter and plan. You can also **[pre-order your copy of Font Awesome Pro](http://five.fontawesome.io/)** and save off of the release price.
|
||||||
|
|
||||||
## 5.0.0-beta1 release
|
## 5.0.0-beta2 release
|
||||||
|
|
||||||
Download Font Awesome 5 Pro preview release:
|
Download Font Awesome 5 Pro preview release:
|
||||||
|
|
||||||
* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-beta1/fontawesome-5.0.0-beta1-mac.zip)
|
* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-beta2/fontawesome-5.0.0-beta2-mac.zip)
|
||||||
* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-beta1/fontawesome-5.0.0-beta1-linux.zip)
|
* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-beta2/fontawesome-5.0.0-beta2-linux.zip)
|
||||||
* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-beta1/fontawesome-5.0.0-beta1-win.zip)
|
* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-beta2/fontawesome-5.0.0-beta2-win.zip)
|
||||||
|
|
||||||
After you unzip the file run the following command in a terminal or shell for Mac or Linux:
|
After you unzip the file run the following command in a terminal or shell for Mac or Linux:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cd fontawesome-5.0.0-beta1-mac
|
$ cd fontawesome-5.0.0-beta2-mac
|
||||||
$ ./demo
|
$ ./demo
|
||||||
```
|
```
|
||||||
|
|
||||||
Windows users:
|
Windows users:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
C:\Users\myusername> cd fontawesome-5.0.0-beta1-win
|
C:\Users\myusername> cd fontawesome-5.0.0-beta2-win
|
||||||
C:\Users\myusername\fontawesome-5.0.0-beta1-win> demo.exe
|
C:\Users\myusername\fontawesome-5.0.0-beta2-win> demo.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
This launches a local web server that will give you easy access to the documentation for this release.
|
This launches a local web server that will give you easy access to the documentation for this release.
|
||||||
|
|||||||
121
docs/index.html
@@ -39,31 +39,35 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/docs/index.html" class="db link blue4 tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
<a href="index.html" class="db link blue4 tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns "><i class="fa5 fa5-flag-r fa5-lg"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns "><i class="fa5 fa5-flag-r fa5-lg"></i></span>
|
||||||
<span class="fw6">Getting Started</span>
|
<span class="fw6">Getting Started</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/docs/inventory.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
<a href="inventory.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-book-r fa5-lg"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-book-r fa5-lg"></i></span>
|
||||||
<span class="fw6">All Icons</span>
|
<span class="fw6">All Icons</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/docs/recent.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
<a href="recent.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-clock-r fa5-lg"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-clock-r fa5-lg"></i></span>
|
||||||
<span class="fw6">Recently Added</span>
|
<span class="fw6">Recently Added</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/docs/svg-framework.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
<a href="svg-framework.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-magic-r fa5-lg"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-magic-r fa5-lg"></i></span>
|
||||||
<span class="fw6">SVG Framework</span>
|
<span class="fw6">SVG Framework</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/docs/svg-sprite.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
<a href="svg-sprite.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-th-r fa5-lg"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-th-r fa5-lg"></i></span>
|
||||||
<span class="fw6">SVG Sprites</span>
|
<span class="fw6">SVG Sprites</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/docs/webfont.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
<a href="webfont.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-font-r fa5-lg"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-font-r fa5-lg"></i></span>
|
||||||
<span class="fw6">Web Font</span>
|
<span class="fw6">Web Font</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/packages/fontawesome" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||||
|
<span class="dib fw8 v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-code fa5-lg"></i></span>
|
||||||
|
<span class="fw6">JS/npm Package</span>
|
||||||
|
</a>
|
||||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro" target="_blank" class="db link white o-80 glow tc-ns f3">
|
<a href="https://github.com/FortAwesome/Font-Awesome-Pro" target="_blank" class="db link white o-80 glow tc-ns f3">
|
||||||
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-github fa5-2x"></i></span>
|
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-github fa5-2x"></i></span>
|
||||||
<span class="fw6">GitHub Project</span>
|
<span class="fw6">GitHub Project</span>
|
||||||
@@ -87,13 +91,74 @@
|
|||||||
|
|
||||||
<div class="ph4 ph6-ns pv6">
|
<div class="ph4 ph6-ns pv6">
|
||||||
|
|
||||||
<h1 class="mt0 mb4 b f6">
|
<h1 class="mt0 mb4 b f6">Getting Started with Font Awesome 5</h1>
|
||||||
Getting Started with Font Awesome 5
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p class="mt0 mb3 mb6-ns lh-copy f4 gray7">
|
<p class="mt0 mb3 mb6-ns lh-copy f4 gray7">Hey, thanks for supporting Font Awesome 5 and downloading a copy of our working project! The files in this folder are meant to serve as demos which show off all of the redesigned icons as well as how to use them.</p>
|
||||||
Hey, thanks for supporting Font Awesome 5 and downloading a copy of our working project! The files in this folder are meant to serve as demos which show off all of the redesigned icons as well as how to use them.
|
|
||||||
</p>
|
<div class="mb4">
|
||||||
|
<h2 class="mt0 mb3 f4 fw6 gray7 vf">How to Use</h2>
|
||||||
|
<p class="lh-copy mv0">From the beginning Font Awesome has always focused on making things easy for you. With version 5 we've completely re-thought how we do things. We're introducing the new JavaScript-based SVG Framework and also including an SVG sprite for each style. Here are all of your options.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<table class="collapse tl mv0 lh-copy dt-fixed overflow-scroll" summary="details on all of the options for using Font Awesome 5 online">
|
||||||
|
<thead>
|
||||||
|
<tr class="bb bw2 b--gray2">
|
||||||
|
<th scope="col" class="pv2 pr3 br bw1 b--gray1 f4 fw6 v-bottom"><a class="link blue4 underline-hover hover-blue" href="#svg-framework">SVG Framework</a></th>
|
||||||
|
<th scope="col" class="pv2 ph3 br bw1 b--gray1 f4 fw6 v-bottom"><a class="link blue4 underline-hover hover-blue" href="webfont">Web Fonts</a></th>
|
||||||
|
<th scope="col" class="pv2 pl3 f4 fw6 v-bottom"><a class="link blue4 underline-hover hover-blue" href="#svg-sprites">SVG Sprites</a></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr class="v-top">
|
||||||
|
<td class="pv3 pr3 br bw1 b--gray1">
|
||||||
|
<p class="lh-copy mv0">Uses the ridiculously flexible and powerful scalable vector graphics format (SVG)</p>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="pv3 ph3 br bw1 b--gray1">
|
||||||
|
<p class="lh-copy mv0">The same battle-tested and reliable way Font Awesome has worked <a class="link blue4 underline-hover hover-blue" href="https://github.com/FortAwesome/Font-Awesome/commit/16a35a28d380b564c6080512d2e94fc18624c09d">from the beginning</a></p>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="pv3 pl3">
|
||||||
|
<p class="lh-copy mv0">Clean, simple, and the perfect foundation for advanced users willing to do some work</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="v-top bb bt bw1 b--gray1">
|
||||||
|
<td class="pv3 tc ttu tracked1 b bg-gray1" colspan="3">
|
||||||
|
You might be a good candidate to use a method if…
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="v-top">
|
||||||
|
<td class="pv3 pr3 br bw1 b--gray1">
|
||||||
|
<ul class="list ma0 pa0 lh-copy fa5-ul">
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You agree with us: SVG is probably the best way to use icons</li>
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>Using JavaScript sounds simpler than web fonts</li>
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You want the new features</li>
|
||||||
|
<li class=""><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You need the most <a class="link blue4 underline-hover hover-blue" href="#shim">backwards compatibility</a></li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="pv3 ph3 br bw1 b--gray1">
|
||||||
|
<ul class="list ma0 pa0 lh-copy fa5-ul">
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You want to stick with same technique FA 4 uses (and need IE9 support)</li>
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You aren't quite ready for SVG icons and don't mind web fonts</li>
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You need the most rock-solid low-risk way to use icons</li>
|
||||||
|
<li class=""><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>The prospect of using JavaScript doesn't sound appealing</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="pv3 pl3">
|
||||||
|
<ul class="list ma0 pa0 lh-copy fa5-ul">
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You are an advanced user</li>
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You are familiar with this technique and prefer it</li>
|
||||||
|
<li class="mb3"><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>No dependencies on JavaScript or Web Fonts makes you giddy</li>
|
||||||
|
<li class=""><i class="fa5-li fa5 fa5-dot-circle-r gray4"></i>You are willing to write your own CSS and <strike>dominate</strike> lovingly control everything</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr class="bg-transparent ba bw1 b--gray1 pa0 mv4 mv6-ns">
|
||||||
|
|
||||||
<section id="svg-framework" class="bt bw2 b--blue0 bg-white br2 br--bottom pa4 relative">
|
<section id="svg-framework" class="bt bw2 b--blue0 bg-white br2 br--bottom pa4 relative">
|
||||||
<h2 class="mt0 mb2 b f5">
|
<h2 class="mt0 mb2 b f5">
|
||||||
@@ -123,7 +188,7 @@
|
|||||||
Include them in the <code class="blue4"><head></code> of your document.
|
Include them in the <code class="blue4"><head></code> of your document.
|
||||||
</li>
|
</li>
|
||||||
<li class="lh-copy pl1">
|
<li class="lh-copy pl1">
|
||||||
Reference Font Awesome icons (using <a href="inventory.html" class="link underline color-inherit hover-blue4">the inventory</a> for easy copying/pasting) in the <code class="blue4"><body></code> of your document.
|
Reference Font Awesome icons (using <a href="inventory.html" class="link blue4 underline-hover hover-blue">the inventory</a> for easy copying/pasting) in the <code class="blue4"><body></code> of your document.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
@@ -154,9 +219,11 @@
|
|||||||
<span class="blue2"></body></span></code>
|
<span class="blue2"></body></span></code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mt0 mb3 lh-copy pa4 br2 bg-blue0">Need another example? Check out the <a href="svg-framework.html" class="link blue4 underline-hover fw6">SVG Framework demo</a>.</p>
|
<div class="mb4">
|
||||||
|
<p class="mt0 mb3 lh-copy pa4 br2 bg-blue0">Need another example? Check out the <a href="svg-framework.html" class="link blue4 underline-hover hover-blue fw6">SVG Framework demo</a>.</p>
|
||||||
|
|
||||||
<p class="mt0 mb3 lh-copy pa4 br2 bg-blue0">Need Font Awesome 4 icon names that are missing in 5? Learn how to <a href="#shim" class="link blue4 underline-hover fw6">shim using the JavaScript version.</a></p>
|
<p class="mv0 lh-copy pa4 br2 bg-blue0">Need Font Awesome 4 icon names that are missing in 5? Learn how to <a href="#shim" class="link blue4 underline-hover hover-blue fw6">shim using the JavaScript version.</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3 class="mt0 mb2 f3 fw6">Browser Compatibility</h3>
|
<h3 class="mt0 mb2 f3 fw6">Browser Compatibility</h3>
|
||||||
<div class="overflow-x-scroll">
|
<div class="overflow-x-scroll">
|
||||||
@@ -294,7 +361,9 @@
|
|||||||
<span class="blue2"></body></span></code>
|
<span class="blue2"></body></span></code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mt0 mb3 lh-copy pa4 br2 bg-green0">Need another example? Check out the <a href="webfont.html" class="link blue4 underline-hover fw6">Web Font demo</a>.</p>
|
<div class="mb4">
|
||||||
|
<p class="mv0 lh-copy pa4 br2 bg-green0">Need another example? Check out the <a href="webfont.html" class="link blue4 underline-hover hover-blue fw6">Web Font demo</a>.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3 class="mt0 mb2 f3 fw6">Browser Compatibility</h3>
|
<h3 class="mt0 mb2 f3 fw6">Browser Compatibility</h3>
|
||||||
<div class="overflow-x-scroll">
|
<div class="overflow-x-scroll">
|
||||||
@@ -406,7 +475,9 @@
|
|||||||
<span class="blue2"></body></span></code>
|
<span class="blue2"></body></span></code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mt0 mb3 lh-copy pa4 br2 bg-red0">Need another example? Check out the <a href="svg-sprite.html" class="link blue4 underline-hover fw6">SVG Sprites demo</a>.</p>
|
<div class="mb4">
|
||||||
|
<p class="mv0 lh-copy pa4 br2 bg-red0">Need another example? Check out the <a href="svg-sprite.html" class="link blue4 underline-hover hover-blue fw6">SVG Sprites demo</a>.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3 class="mt0 mb2 f3 fw6">Browser Compatibility</h3>
|
<h3 class="mt0 mb2 f3 fw6">Browser Compatibility</h3>
|
||||||
<div class="overflow-x-scroll">
|
<div class="overflow-x-scroll">
|
||||||
@@ -538,7 +609,7 @@
|
|||||||
For those that are super-stoked to start using version 5, you can upgrade the version of Font Awesome you're using on a site or project. Below are the basic steps we recommend following:
|
For those that are super-stoked to start using version 5, you can upgrade the version of Font Awesome you're using on a site or project. Below are the basic steps we recommend following:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ol class="mt0 mb4 pl3 list-position-outside">
|
<ol class="mv0 pl3 list-position-outside">
|
||||||
<li class="lh-copy pl1 mb3">
|
<li class="lh-copy pl1 mb3">
|
||||||
Remove the files associated with Font Awesome Version 4 from your project - including the <code class="blue4">fontawesome/</code> folder of web fonts and CSS/SCSS/LESS (if you're using <a class="link underline color-inherit hover-blue4" href="https://cdn.fontawesome.com/" target="_blank">Font Awesome's CDN</a>, you can skip this step.)
|
Remove the files associated with Font Awesome Version 4 from your project - including the <code class="blue4">fontawesome/</code> folder of web fonts and CSS/SCSS/LESS (if you're using <a class="link underline color-inherit hover-blue4" href="https://cdn.fontawesome.com/" target="_blank">Font Awesome's CDN</a>, you can skip this step.)
|
||||||
</li>
|
</li>
|
||||||
@@ -550,7 +621,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-gray7 br2 bl bw3 b--gray6 ph4 pv3 mb2 overflow-scroll shadow-inset-6">
|
<div class="bg-gray7 br2 bl bw3 b--gray6 ph4 pv3 mb2 overflow-scroll shadow-inset-6">
|
||||||
<code class="pre gray2 strike" style="text-decoration-color: rgba(157, 216, 255, 0.75);"><span class="blue2"><script</span> <span class="blue4">src="</span>https://use.fontawesome.com/your-embed-code.js<span class="blue4">"</span><span class="blue2"></script></span></code>
|
<code class="pre gray2 strike" style="text-decoration-color: rgba(157, 216, 255, 0.75);"><span class="blue2"><script</span> <span class="blue4">src="</span>https://use.fontawesome.com/your-embed-code.js<span class="blue4">"</span><span class="blue2">></script></span></code>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="lh-copy pl1 mb3">
|
<li class="lh-copy pl1 mb3">
|
||||||
@@ -566,16 +637,16 @@
|
|||||||
Update or remove any custom styling you've added around Font Awesome icons (if applicable).
|
Update or remove any custom styling you've added around Font Awesome icons (if applicable).
|
||||||
</li>
|
</li>
|
||||||
<li class="lh-copy pl1">
|
<li class="lh-copy pl1">
|
||||||
Click through your project's UI to make sure all icons are rendering as expected (optional, but recommended with pre-alphas).
|
Click through your project's UI to make sure all icons are rendering as expected (optional, but recommended with betas).
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 class="mt0 mb3 f3 b">Heads up about referencing icons</h3>
|
<h3 id="shim" class="mt0 mb3 f3 b">Heads up about referencing icons</h3>
|
||||||
|
|
||||||
<p class="mt0 mb3 lh-copy">Not all icons and aliases from V4 are the same in V5 yet. So what's changed?</p>
|
<p class="mt0 mb3 lh-copy">Not all icons and aliases from V4 are the same in V5. So what's changed?</p>
|
||||||
|
|
||||||
<div role="alert" class="dt w-100 mb4 relative">
|
<div role="alert" class="dt w-100 mb6 relative">
|
||||||
<div class="dtc v-top w-1 pv4 ph3 bg-warning5 warning0 br--left br2 tc">
|
<div class="dtc v-top w-1 pv4 ph3 bg-warning5 warning0 br--left br2 tc">
|
||||||
<i class="fa5 fa5-exclamation-triangle fa5-lg animated infinite pulseOpacity animated3" aria-hidden="true"></i>
|
<i class="fa5 fa5-exclamation-triangle fa5-lg animated infinite pulseOpacity animated3" aria-hidden="true"></i>
|
||||||
</div>
|
</div>
|
||||||
@@ -594,7 +665,7 @@
|
|||||||
|
|
||||||
<p class="mt0 mb3 lh-copy">We know that these changes can really slow you down in adopting V5. To help out we've created a <a class="link underline color-inherit hover-blue4" href="https://en.wikipedia.org/wiki/Shim_(computing)">shim</a> file if you decide to use the JavaScript method. You can use the old names and aliases and it will automatically convert things for you as your icons get replaced with SVG icons.</p>
|
<p class="mt0 mb3 lh-copy">We know that these changes can really slow you down in adopting V5. To help out we've created a <a class="link underline color-inherit hover-blue4" href="https://en.wikipedia.org/wiki/Shim_(computing)">shim</a> file if you decide to use the JavaScript method. You can use the old names and aliases and it will automatically convert things for you as your icons get replaced with SVG icons.</p>
|
||||||
|
|
||||||
<h3 id="shim" class="mt0 mb3 f3 fw6 gray5">Example Font Awesome version 4 shim (JavaScript method only):</h3>
|
<h3 class="mt0 mb3 f3 fw6 gray5">Example Font Awesome version 4 shim (JavaScript method only):</h3>
|
||||||
<div class="bg-gray7 br2 bl bw3 b--gray6 pa4 overflow-scroll shadow-inset-6">
|
<div class="bg-gray7 br2 bl bw3 b--gray6 pa4 overflow-scroll shadow-inset-6">
|
||||||
<code class="pre gray2 lh-copy"><span class="blue2"><head></span>
|
<code class="pre gray2 lh-copy"><span class="blue2"><head></span>
|
||||||
<span class="blue2"><script</span> <span class="blue4">defer src="</span>/js/packs/regular.js<span class="blue4">"</span><span class="blue2">></span><span class="blue2"></script></span>
|
<span class="blue2"><script</span> <span class="blue4">defer src="</span>/js/packs/regular.js<span class="blue4">"</span><span class="blue2">></span><span class="blue2"></script></span>
|
||||||
@@ -623,7 +694,7 @@
|
|||||||
<h2 class="mt0 mb2 b f5">Questions? Comments? Feedback?</h2>
|
<h2 class="mt0 mb2 b f5">Questions? Comments? Feedback?</h2>
|
||||||
|
|
||||||
<p class="mv0 f3 lh-copy gray7">
|
<p class="mv0 f3 lh-copy gray7">
|
||||||
We're still in pre-alpha land with Font Awesome 5, so we need your help. Please provide <a href="https://github.com/FortAwesome/Font-Awesome-Pro/issues/562" class="link underline color-inherit hover-blue4 fw6" target="_blank">feedback about this release specifically in our designated thread</a>. Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out <a href="https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/CONTRIBUTING.md" class="link underline color-inherit hover-blue4 fw6" target="_blank">our contributing doc</a>.
|
We're still in beta land with Font Awesome 5, so we need your help. Please provide <a href="https://github.com/FortAwesome/Font-Awesome-Pro/issues/576" class="link blue4 underline-hover hover-blue" target="_blank">feedback about this release specifically in our designated thread</a>. Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out <a href="https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/CONTRIBUTING.md" class="link blue4 underline-hover hover-blue" target="_blank">our contributing doc</a>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
1162
docs/inventory.html
2400
docs/recent.html
1940
docs/svg-sprite.html
2436
docs/webfont.html
2358
js/packs/brands.js
4282
js/packs/light.js
4282
js/packs/regular.js
4282
js/packs/solid.js
58
js/v4-shims.js
Normal file
@@ -81,6 +81,7 @@
|
|||||||
.@{fa-css-prefix}-arrows-alt-v:before { content: @fa-var-arrows-alt-v; }
|
.@{fa-css-prefix}-arrows-alt-v:before { content: @fa-var-arrows-alt-v; }
|
||||||
.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; }
|
.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; }
|
||||||
.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; }
|
.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; }
|
||||||
|
.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }
|
||||||
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
|
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
|
||||||
.@{fa-css-prefix}-asymmetrik:before { content: @fa-var-asymmetrik; }
|
.@{fa-css-prefix}-asymmetrik:before { content: @fa-var-asymmetrik; }
|
||||||
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
||||||
@@ -130,7 +131,9 @@
|
|||||||
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; }
|
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; }
|
||||||
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
||||||
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
|
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
|
||||||
|
.@{fa-css-prefix}-browser:before { content: @fa-var-browser; }
|
||||||
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
||||||
|
.@{fa-css-prefix}-bug:before { content: @fa-var-bug; }
|
||||||
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
||||||
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
||||||
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
|
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
|
||||||
@@ -235,6 +238,7 @@
|
|||||||
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
||||||
.@{fa-css-prefix}-credit-card-blank:before { content: @fa-var-credit-card-blank; }
|
.@{fa-css-prefix}-credit-card-blank:before { content: @fa-var-credit-card-blank; }
|
||||||
.@{fa-css-prefix}-credit-card-front:before { content: @fa-var-credit-card-front; }
|
.@{fa-css-prefix}-credit-card-front:before { content: @fa-var-credit-card-front; }
|
||||||
|
.@{fa-css-prefix}-crop:before { content: @fa-var-crop; }
|
||||||
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; }
|
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; }
|
||||||
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
|
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
|
||||||
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
||||||
@@ -244,9 +248,12 @@
|
|||||||
.@{fa-css-prefix}-d-and-d:before { content: @fa-var-d-and-d; }
|
.@{fa-css-prefix}-d-and-d:before { content: @fa-var-d-and-d; }
|
||||||
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; }
|
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; }
|
||||||
.@{fa-css-prefix}-database:before { content: @fa-var-database; }
|
.@{fa-css-prefix}-database:before { content: @fa-var-database; }
|
||||||
|
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
|
||||||
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
||||||
.@{fa-css-prefix}-deploydog:before { content: @fa-var-deploydog; }
|
.@{fa-css-prefix}-deploydog:before { content: @fa-var-deploydog; }
|
||||||
.@{fa-css-prefix}-deskpro:before { content: @fa-var-deskpro; }
|
.@{fa-css-prefix}-deskpro:before { content: @fa-var-deskpro; }
|
||||||
|
.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; }
|
||||||
|
.@{fa-css-prefix}-desktop-alt:before { content: @fa-var-desktop-alt; }
|
||||||
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
|
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
|
||||||
.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; }
|
.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; }
|
||||||
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
||||||
@@ -267,7 +274,6 @@
|
|||||||
.@{fa-css-prefix}-earlybirds:before { content: @fa-var-earlybirds; }
|
.@{fa-css-prefix}-earlybirds:before { content: @fa-var-earlybirds; }
|
||||||
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
||||||
.@{fa-css-prefix}-edit:before { content: @fa-var-edit; }
|
.@{fa-css-prefix}-edit:before { content: @fa-var-edit; }
|
||||||
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
|
||||||
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; }
|
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; }
|
||||||
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
|
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
|
||||||
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
|
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
|
||||||
@@ -295,12 +301,15 @@
|
|||||||
.@{fa-css-prefix}-external-link-alt:before { content: @fa-var-external-link-alt; }
|
.@{fa-css-prefix}-external-link-alt:before { content: @fa-var-external-link-alt; }
|
||||||
.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; }
|
.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; }
|
||||||
.@{fa-css-prefix}-external-link-square-alt:before { content: @fa-var-external-link-square-alt; }
|
.@{fa-css-prefix}-external-link-square-alt:before { content: @fa-var-external-link-square-alt; }
|
||||||
|
.@{fa-css-prefix}-eye:before { content: @fa-var-eye; }
|
||||||
|
.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; }
|
||||||
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; }
|
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; }
|
||||||
.@{fa-css-prefix}-facebook-f:before { content: @fa-var-facebook-f; }
|
.@{fa-css-prefix}-facebook-f:before { content: @fa-var-facebook-f; }
|
||||||
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
|
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
|
||||||
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
|
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
|
||||||
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
|
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
|
||||||
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; }
|
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; }
|
||||||
|
.@{fa-css-prefix}-fax:before { content: @fa-var-fax; }
|
||||||
.@{fa-css-prefix}-female:before { content: @fa-var-female; }
|
.@{fa-css-prefix}-female:before { content: @fa-var-female; }
|
||||||
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
|
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
|
||||||
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
||||||
@@ -321,6 +330,7 @@
|
|||||||
.@{fa-css-prefix}-file-video:before { content: @fa-var-file-video; }
|
.@{fa-css-prefix}-file-video:before { content: @fa-var-file-video; }
|
||||||
.@{fa-css-prefix}-file-word:before { content: @fa-var-file-word; }
|
.@{fa-css-prefix}-file-word:before { content: @fa-var-file-word; }
|
||||||
.@{fa-css-prefix}-film:before { content: @fa-var-film; }
|
.@{fa-css-prefix}-film:before { content: @fa-var-film; }
|
||||||
|
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
|
||||||
.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; }
|
.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; }
|
||||||
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
||||||
.@{fa-css-prefix}-firstdraft:before { content: @fa-var-firstdraft; }
|
.@{fa-css-prefix}-firstdraft:before { content: @fa-var-firstdraft; }
|
||||||
@@ -341,6 +351,7 @@
|
|||||||
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; }
|
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; }
|
||||||
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
|
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
|
||||||
.@{fa-css-prefix}-freebsd:before { content: @fa-var-freebsd; }
|
.@{fa-css-prefix}-freebsd:before { content: @fa-var-freebsd; }
|
||||||
|
.@{fa-css-prefix}-frown:before { content: @fa-var-frown; }
|
||||||
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; }
|
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; }
|
||||||
.@{fa-css-prefix}-gem:before { content: @fa-var-gem; }
|
.@{fa-css-prefix}-gem:before { content: @fa-var-gem; }
|
||||||
.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; }
|
.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; }
|
||||||
@@ -352,10 +363,12 @@
|
|||||||
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
||||||
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
|
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
|
||||||
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; }
|
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; }
|
||||||
|
.@{fa-css-prefix}-gitkraken:before { content: @fa-var-gitkraken; }
|
||||||
.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; }
|
.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; }
|
||||||
.@{fa-css-prefix}-glass-martini:before { content: @fa-var-glass-martini; }
|
.@{fa-css-prefix}-glass-martini:before { content: @fa-var-glass-martini; }
|
||||||
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
||||||
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
|
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
|
||||||
|
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; }
|
||||||
.@{fa-css-prefix}-gofore:before { content: @fa-var-gofore; }
|
.@{fa-css-prefix}-gofore:before { content: @fa-var-gofore; }
|
||||||
.@{fa-css-prefix}-goodreads:before { content: @fa-var-goodreads; }
|
.@{fa-css-prefix}-goodreads:before { content: @fa-var-goodreads; }
|
||||||
.@{fa-css-prefix}-goodreads-g:before { content: @fa-var-goodreads-g; }
|
.@{fa-css-prefix}-goodreads-g:before { content: @fa-var-goodreads-g; }
|
||||||
@@ -366,6 +379,7 @@
|
|||||||
.@{fa-css-prefix}-google-plus-g:before { content: @fa-var-google-plus-g; }
|
.@{fa-css-prefix}-google-plus-g:before { content: @fa-var-google-plus-g; }
|
||||||
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
||||||
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; }
|
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; }
|
||||||
|
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
|
||||||
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
|
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
|
||||||
.@{fa-css-prefix}-grav:before { content: @fa-var-grav; }
|
.@{fa-css-prefix}-grav:before { content: @fa-var-grav; }
|
||||||
.@{fa-css-prefix}-gripfire:before { content: @fa-var-gripfire; }
|
.@{fa-css-prefix}-gripfire:before { content: @fa-var-gripfire; }
|
||||||
@@ -395,6 +409,7 @@
|
|||||||
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
||||||
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
|
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
|
||||||
.@{fa-css-prefix}-hubspot:before { content: @fa-var-hubspot; }
|
.@{fa-css-prefix}-hubspot:before { content: @fa-var-hubspot; }
|
||||||
|
.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; }
|
||||||
.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; }
|
.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; }
|
||||||
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
||||||
.@{fa-css-prefix}-image:before { content: @fa-var-image; }
|
.@{fa-css-prefix}-image:before { content: @fa-var-image; }
|
||||||
@@ -422,18 +437,23 @@
|
|||||||
.@{fa-css-prefix}-js:before { content: @fa-var-js; }
|
.@{fa-css-prefix}-js:before { content: @fa-var-js; }
|
||||||
.@{fa-css-prefix}-js-square:before { content: @fa-var-js-square; }
|
.@{fa-css-prefix}-js-square:before { content: @fa-var-js-square; }
|
||||||
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; }
|
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; }
|
||||||
|
.@{fa-css-prefix}-key:before { content: @fa-var-key; }
|
||||||
|
.@{fa-css-prefix}-keyboard:before { content: @fa-var-keyboard; }
|
||||||
.@{fa-css-prefix}-keycdn:before { content: @fa-var-keycdn; }
|
.@{fa-css-prefix}-keycdn:before { content: @fa-var-keycdn; }
|
||||||
.@{fa-css-prefix}-kickstarter:before { content: @fa-var-kickstarter; }
|
.@{fa-css-prefix}-kickstarter:before { content: @fa-var-kickstarter; }
|
||||||
.@{fa-css-prefix}-kickstarter-k:before { content: @fa-var-kickstarter-k; }
|
.@{fa-css-prefix}-kickstarter-k:before { content: @fa-var-kickstarter-k; }
|
||||||
|
.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; }
|
||||||
.@{fa-css-prefix}-laravel:before { content: @fa-var-laravel; }
|
.@{fa-css-prefix}-laravel:before { content: @fa-var-laravel; }
|
||||||
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
||||||
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
||||||
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; }
|
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; }
|
||||||
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; }
|
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; }
|
||||||
|
.@{fa-css-prefix}-lemon:before { content: @fa-var-lemon; }
|
||||||
.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; }
|
.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; }
|
||||||
.@{fa-css-prefix}-level-down-alt:before { content: @fa-var-level-down-alt; }
|
.@{fa-css-prefix}-level-down-alt:before { content: @fa-var-level-down-alt; }
|
||||||
.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; }
|
.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; }
|
||||||
.@{fa-css-prefix}-level-up-alt:before { content: @fa-var-level-up-alt; }
|
.@{fa-css-prefix}-level-up-alt:before { content: @fa-var-level-up-alt; }
|
||||||
|
.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
|
||||||
.@{fa-css-prefix}-lightbulb:before { content: @fa-var-lightbulb; }
|
.@{fa-css-prefix}-lightbulb:before { content: @fa-var-lightbulb; }
|
||||||
.@{fa-css-prefix}-line:before { content: @fa-var-line; }
|
.@{fa-css-prefix}-line:before { content: @fa-var-line; }
|
||||||
.@{fa-css-prefix}-link:before { content: @fa-var-link; }
|
.@{fa-css-prefix}-link:before { content: @fa-var-link; }
|
||||||
@@ -459,6 +479,7 @@
|
|||||||
.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; }
|
.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; }
|
||||||
.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; }
|
.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; }
|
||||||
.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; }
|
.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; }
|
||||||
|
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
|
||||||
.@{fa-css-prefix}-lyft:before { content: @fa-var-lyft; }
|
.@{fa-css-prefix}-lyft:before { content: @fa-var-lyft; }
|
||||||
.@{fa-css-prefix}-magento:before { content: @fa-var-magento; }
|
.@{fa-css-prefix}-magento:before { content: @fa-var-magento; }
|
||||||
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; }
|
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; }
|
||||||
@@ -480,8 +501,12 @@
|
|||||||
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
|
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
|
||||||
.@{fa-css-prefix}-medrt:before { content: @fa-var-medrt; }
|
.@{fa-css-prefix}-medrt:before { content: @fa-var-medrt; }
|
||||||
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; }
|
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; }
|
||||||
|
.@{fa-css-prefix}-meh:before { content: @fa-var-meh; }
|
||||||
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; }
|
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; }
|
||||||
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
||||||
|
.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; }
|
||||||
|
.@{fa-css-prefix}-microphone-alt:before { content: @fa-var-microphone-alt; }
|
||||||
|
.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; }
|
||||||
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
|
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
|
||||||
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; }
|
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; }
|
||||||
.@{fa-css-prefix}-minus-hexagon:before { content: @fa-var-minus-hexagon; }
|
.@{fa-css-prefix}-minus-hexagon:before { content: @fa-var-minus-hexagon; }
|
||||||
@@ -499,11 +524,15 @@
|
|||||||
.@{fa-css-prefix}-money-bill:before { content: @fa-var-money-bill; }
|
.@{fa-css-prefix}-money-bill:before { content: @fa-var-money-bill; }
|
||||||
.@{fa-css-prefix}-money-bill-alt:before { content: @fa-var-money-bill-alt; }
|
.@{fa-css-prefix}-money-bill-alt:before { content: @fa-var-money-bill-alt; }
|
||||||
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; }
|
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; }
|
||||||
|
.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; }
|
||||||
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
|
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
|
||||||
.@{fa-css-prefix}-napster:before { content: @fa-var-napster; }
|
.@{fa-css-prefix}-napster:before { content: @fa-var-napster; }
|
||||||
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
|
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
|
||||||
|
.@{fa-css-prefix}-newspaper:before { content: @fa-var-newspaper; }
|
||||||
.@{fa-css-prefix}-npm:before { content: @fa-var-npm; }
|
.@{fa-css-prefix}-npm:before { content: @fa-var-npm; }
|
||||||
.@{fa-css-prefix}-nutritionix:before { content: @fa-var-nutritionix; }
|
.@{fa-css-prefix}-nutritionix:before { content: @fa-var-nutritionix; }
|
||||||
|
.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; }
|
||||||
|
.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; }
|
||||||
.@{fa-css-prefix}-octagon:before { content: @fa-var-octagon; }
|
.@{fa-css-prefix}-octagon:before { content: @fa-var-octagon; }
|
||||||
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; }
|
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; }
|
||||||
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }
|
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }
|
||||||
@@ -523,6 +552,7 @@
|
|||||||
.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }
|
.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }
|
||||||
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; }
|
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; }
|
||||||
.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; }
|
.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; }
|
||||||
|
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
||||||
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; }
|
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; }
|
||||||
.@{fa-css-prefix}-pen:before { content: @fa-var-pen; }
|
.@{fa-css-prefix}-pen:before { content: @fa-var-pen; }
|
||||||
.@{fa-css-prefix}-pen-alt:before { content: @fa-var-pen-alt; }
|
.@{fa-css-prefix}-pen-alt:before { content: @fa-var-pen-alt; }
|
||||||
@@ -553,6 +583,7 @@
|
|||||||
.@{fa-css-prefix}-plus-hexagon:before { content: @fa-var-plus-hexagon; }
|
.@{fa-css-prefix}-plus-hexagon:before { content: @fa-var-plus-hexagon; }
|
||||||
.@{fa-css-prefix}-plus-octagon:before { content: @fa-var-plus-octagon; }
|
.@{fa-css-prefix}-plus-octagon:before { content: @fa-var-plus-octagon; }
|
||||||
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; }
|
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; }
|
||||||
|
.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }
|
||||||
.@{fa-css-prefix}-poo:before { content: @fa-var-poo; }
|
.@{fa-css-prefix}-poo:before { content: @fa-var-poo; }
|
||||||
.@{fa-css-prefix}-portrait:before { content: @fa-var-portrait; }
|
.@{fa-css-prefix}-portrait:before { content: @fa-var-portrait; }
|
||||||
.@{fa-css-prefix}-pound-sign:before { content: @fa-var-pound-sign; }
|
.@{fa-css-prefix}-pound-sign:before { content: @fa-var-pound-sign; }
|
||||||
@@ -560,6 +591,7 @@
|
|||||||
.@{fa-css-prefix}-print:before { content: @fa-var-print; }
|
.@{fa-css-prefix}-print:before { content: @fa-var-print; }
|
||||||
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
|
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
|
||||||
.@{fa-css-prefix}-pushed:before { content: @fa-var-pushed; }
|
.@{fa-css-prefix}-pushed:before { content: @fa-var-pushed; }
|
||||||
|
.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; }
|
||||||
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
|
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
|
||||||
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
||||||
.@{fa-css-prefix}-question:before { content: @fa-var-question; }
|
.@{fa-css-prefix}-question:before { content: @fa-var-question; }
|
||||||
@@ -610,7 +642,9 @@
|
|||||||
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; }
|
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; }
|
||||||
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; }
|
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; }
|
||||||
.@{fa-css-prefix}-searchengin:before { content: @fa-var-searchengin; }
|
.@{fa-css-prefix}-searchengin:before { content: @fa-var-searchengin; }
|
||||||
|
.@{fa-css-prefix}-sellcast:before { content: @fa-var-sellcast; }
|
||||||
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; }
|
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; }
|
||||||
|
.@{fa-css-prefix}-server:before { content: @fa-var-server; }
|
||||||
.@{fa-css-prefix}-servicestack:before { content: @fa-var-servicestack; }
|
.@{fa-css-prefix}-servicestack:before { content: @fa-var-servicestack; }
|
||||||
.@{fa-css-prefix}-share:before { content: @fa-var-share; }
|
.@{fa-css-prefix}-share:before { content: @fa-var-share; }
|
||||||
.@{fa-css-prefix}-share-all:before { content: @fa-var-share-all; }
|
.@{fa-css-prefix}-share-all:before { content: @fa-var-share-all; }
|
||||||
@@ -637,6 +671,10 @@
|
|||||||
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; }
|
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; }
|
||||||
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
||||||
.@{fa-css-prefix}-slack-hash:before { content: @fa-var-slack-hash; }
|
.@{fa-css-prefix}-slack-hash:before { content: @fa-var-slack-hash; }
|
||||||
|
.@{fa-css-prefix}-sliders-h:before { content: @fa-var-sliders-h; }
|
||||||
|
.@{fa-css-prefix}-sliders-h-square:before { content: @fa-var-sliders-h-square; }
|
||||||
|
.@{fa-css-prefix}-sliders-v:before { content: @fa-var-sliders-v; }
|
||||||
|
.@{fa-css-prefix}-sliders-v-square:before { content: @fa-var-sliders-v-square; }
|
||||||
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; }
|
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; }
|
||||||
.@{fa-css-prefix}-smile:before { content: @fa-var-smile; }
|
.@{fa-css-prefix}-smile:before { content: @fa-var-smile; }
|
||||||
.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; }
|
.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; }
|
||||||
@@ -670,6 +708,7 @@
|
|||||||
.@{fa-css-prefix}-steam-symbol:before { content: @fa-var-steam-symbol; }
|
.@{fa-css-prefix}-steam-symbol:before { content: @fa-var-steam-symbol; }
|
||||||
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
|
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
|
||||||
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; }
|
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; }
|
||||||
|
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
||||||
.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; }
|
.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; }
|
||||||
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; }
|
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; }
|
||||||
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
|
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
|
||||||
@@ -684,6 +723,7 @@
|
|||||||
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
||||||
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; }
|
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; }
|
||||||
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; }
|
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; }
|
||||||
|
.@{fa-css-prefix}-supple:before { content: @fa-var-supple; }
|
||||||
.@{fa-css-prefix}-sync:before { content: @fa-var-sync; }
|
.@{fa-css-prefix}-sync:before { content: @fa-var-sync; }
|
||||||
.@{fa-css-prefix}-sync-alt:before { content: @fa-var-sync-alt; }
|
.@{fa-css-prefix}-sync-alt:before { content: @fa-var-sync-alt; }
|
||||||
.@{fa-css-prefix}-table:before { content: @fa-var-table; }
|
.@{fa-css-prefix}-table:before { content: @fa-var-table; }
|
||||||
@@ -720,6 +760,9 @@
|
|||||||
.@{fa-css-prefix}-times-octagon:before { content: @fa-var-times-octagon; }
|
.@{fa-css-prefix}-times-octagon:before { content: @fa-var-times-octagon; }
|
||||||
.@{fa-css-prefix}-times-square:before { content: @fa-var-times-square; }
|
.@{fa-css-prefix}-times-square:before { content: @fa-var-times-square; }
|
||||||
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; }
|
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; }
|
||||||
|
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
||||||
|
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
||||||
|
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
|
||||||
.@{fa-css-prefix}-train:before { content: @fa-var-train; }
|
.@{fa-css-prefix}-train:before { content: @fa-var-train; }
|
||||||
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; }
|
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; }
|
||||||
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; }
|
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; }
|
||||||
@@ -731,8 +774,11 @@
|
|||||||
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; }
|
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; }
|
||||||
.@{fa-css-prefix}-trophy-alt:before { content: @fa-var-trophy-alt; }
|
.@{fa-css-prefix}-trophy-alt:before { content: @fa-var-trophy-alt; }
|
||||||
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; }
|
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; }
|
||||||
|
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
|
||||||
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; }
|
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; }
|
||||||
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; }
|
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; }
|
||||||
|
.@{fa-css-prefix}-tv:before { content: @fa-var-tv; }
|
||||||
|
.@{fa-css-prefix}-tv-retro:before { content: @fa-var-tv-retro; }
|
||||||
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; }
|
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; }
|
||||||
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; }
|
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; }
|
||||||
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
|
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
|
||||||
@@ -741,6 +787,7 @@
|
|||||||
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; }
|
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; }
|
||||||
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; }
|
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; }
|
||||||
.@{fa-css-prefix}-undo-alt:before { content: @fa-var-undo-alt; }
|
.@{fa-css-prefix}-undo-alt:before { content: @fa-var-undo-alt; }
|
||||||
|
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
|
||||||
.@{fa-css-prefix}-unlink:before { content: @fa-var-unlink; }
|
.@{fa-css-prefix}-unlink:before { content: @fa-var-unlink; }
|
||||||
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
||||||
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
|
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
|
||||||
@@ -791,6 +838,7 @@
|
|||||||
.@{fa-css-prefix}-whmcs:before { content: @fa-var-whmcs; }
|
.@{fa-css-prefix}-whmcs:before { content: @fa-var-whmcs; }
|
||||||
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; }
|
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; }
|
||||||
.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; }
|
.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; }
|
||||||
|
.@{fa-css-prefix}-window:before { content: @fa-var-window; }
|
||||||
.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; }
|
.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; }
|
||||||
.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; }
|
.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; }
|
||||||
.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; }
|
.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; }
|
||||||
|
|||||||
@@ -90,6 +90,7 @@
|
|||||||
@fa-var-arrows-alt-v: "\f338";
|
@fa-var-arrows-alt-v: "\f338";
|
||||||
@fa-var-arrows-h: "\f07e";
|
@fa-var-arrows-h: "\f07e";
|
||||||
@fa-var-arrows-v: "\f07d";
|
@fa-var-arrows-v: "\f07d";
|
||||||
|
@fa-var-assistive-listening-systems: "\f2a2";
|
||||||
@fa-var-asterisk: "\f069";
|
@fa-var-asterisk: "\f069";
|
||||||
@fa-var-asymmetrik: "\f371";
|
@fa-var-asymmetrik: "\f371";
|
||||||
@fa-var-at: "\f1fa";
|
@fa-var-at: "\f1fa";
|
||||||
@@ -139,11 +140,13 @@
|
|||||||
@fa-var-bookmark: "\f02e";
|
@fa-var-bookmark: "\f02e";
|
||||||
@fa-var-braille: "\f2a1";
|
@fa-var-braille: "\f2a1";
|
||||||
@fa-var-briefcase: "\f0b1";
|
@fa-var-briefcase: "\f0b1";
|
||||||
|
@fa-var-browser: "\f37d";
|
||||||
@fa-var-btc: "\f15a";
|
@fa-var-btc: "\f15a";
|
||||||
|
@fa-var-bug: "\f188";
|
||||||
@fa-var-building: "\f1ad";
|
@fa-var-building: "\f1ad";
|
||||||
@fa-var-bullhorn: "\f0a1";
|
@fa-var-bullhorn: "\f0a1";
|
||||||
@fa-var-bullseye: "\f140";
|
@fa-var-bullseye: "\f140";
|
||||||
@fa-var-buromobelexperte: "\f37d";
|
@fa-var-buromobelexperte: "\f37e";
|
||||||
@fa-var-bus: "\f207";
|
@fa-var-bus: "\f207";
|
||||||
@fa-var-buysellads: "\f20d";
|
@fa-var-buysellads: "\f20d";
|
||||||
@fa-var-calculator: "\f1ec";
|
@fa-var-calculator: "\f1ec";
|
||||||
@@ -215,12 +218,12 @@
|
|||||||
@fa-var-closed-captioning: "\f20a";
|
@fa-var-closed-captioning: "\f20a";
|
||||||
@fa-var-cloud: "\f0c2";
|
@fa-var-cloud: "\f0c2";
|
||||||
@fa-var-cloud-download: "\f0ed";
|
@fa-var-cloud-download: "\f0ed";
|
||||||
@fa-var-cloud-download-alt: "\f37e";
|
@fa-var-cloud-download-alt: "\f37f";
|
||||||
@fa-var-cloud-upload: "\f0ee";
|
@fa-var-cloud-upload: "\f0ee";
|
||||||
@fa-var-cloud-upload-alt: "\f37f";
|
@fa-var-cloud-upload-alt: "\f380";
|
||||||
@fa-var-cloudscale: "\f380";
|
@fa-var-cloudscale: "\f381";
|
||||||
@fa-var-cloudsmith: "\f381";
|
@fa-var-cloudsmith: "\f382";
|
||||||
@fa-var-cloudversify: "\f382";
|
@fa-var-cloudversify: "\f383";
|
||||||
@fa-var-club: "\f327";
|
@fa-var-club: "\f327";
|
||||||
@fa-var-code: "\f121";
|
@fa-var-code: "\f121";
|
||||||
@fa-var-codepen: "\f1cb";
|
@fa-var-codepen: "\f1cb";
|
||||||
@@ -239,44 +242,47 @@
|
|||||||
@fa-var-contao: "\f26d";
|
@fa-var-contao: "\f26d";
|
||||||
@fa-var-copy: "\f0c5";
|
@fa-var-copy: "\f0c5";
|
||||||
@fa-var-copyright: "\f1f9";
|
@fa-var-copyright: "\f1f9";
|
||||||
@fa-var-cpanel: "\f383";
|
@fa-var-cpanel: "\f384";
|
||||||
@fa-var-creative-commons: "\f25e";
|
@fa-var-creative-commons: "\f25e";
|
||||||
@fa-var-credit-card: "\f09d";
|
@fa-var-credit-card: "\f09d";
|
||||||
@fa-var-credit-card-blank: "\f384";
|
@fa-var-credit-card-blank: "\f385";
|
||||||
@fa-var-credit-card-front: "\f385";
|
@fa-var-credit-card-front: "\f386";
|
||||||
|
@fa-var-crop: "\f125";
|
||||||
@fa-var-crosshairs: "\f05b";
|
@fa-var-crosshairs: "\f05b";
|
||||||
@fa-var-css3: "\f13c";
|
@fa-var-css3: "\f13c";
|
||||||
@fa-var-cube: "\f1b2";
|
@fa-var-cube: "\f1b2";
|
||||||
@fa-var-cubes: "\f1b3";
|
@fa-var-cubes: "\f1b3";
|
||||||
@fa-var-cut: "\f0c4";
|
@fa-var-cut: "\f0c4";
|
||||||
@fa-var-cuttlefish: "\f386";
|
@fa-var-cuttlefish: "\f387";
|
||||||
@fa-var-d-and-d: "\f387";
|
@fa-var-d-and-d: "\f388";
|
||||||
@fa-var-dashcube: "\f210";
|
@fa-var-dashcube: "\f210";
|
||||||
@fa-var-database: "\f1c0";
|
@fa-var-database: "\f1c0";
|
||||||
|
@fa-var-deaf: "\f2a4";
|
||||||
@fa-var-delicious: "\f1a5";
|
@fa-var-delicious: "\f1a5";
|
||||||
@fa-var-deploydog: "\f388";
|
@fa-var-deploydog: "\f389";
|
||||||
@fa-var-deskpro: "\f389";
|
@fa-var-deskpro: "\f38a";
|
||||||
|
@fa-var-desktop: "\f108";
|
||||||
|
@fa-var-desktop-alt: "\f38b";
|
||||||
@fa-var-deviantart: "\f1bd";
|
@fa-var-deviantart: "\f1bd";
|
||||||
@fa-var-diamond: "\f219";
|
@fa-var-diamond: "\f219";
|
||||||
@fa-var-digg: "\f1a6";
|
@fa-var-digg: "\f1a6";
|
||||||
@fa-var-digital-ocean: "\f38a";
|
@fa-var-digital-ocean: "\f38c";
|
||||||
@fa-var-discord: "\f38b";
|
@fa-var-discord: "\f38d";
|
||||||
@fa-var-discourse: "\f38c";
|
@fa-var-discourse: "\f38e";
|
||||||
@fa-var-docker: "\f38d";
|
@fa-var-docker: "\f38f";
|
||||||
@fa-var-dollar-sign: "\f155";
|
@fa-var-dollar-sign: "\f155";
|
||||||
@fa-var-dot-circle: "\f192";
|
@fa-var-dot-circle: "\f192";
|
||||||
@fa-var-download: "\f019";
|
@fa-var-download: "\f019";
|
||||||
@fa-var-draft2digital: "\f38e";
|
@fa-var-draft2digital: "\f390";
|
||||||
@fa-var-dribbble: "\f17d";
|
@fa-var-dribbble: "\f17d";
|
||||||
@fa-var-dribbble-square: "\f38f";
|
@fa-var-dribbble-square: "\f391";
|
||||||
@fa-var-dropbox: "\f16b";
|
@fa-var-dropbox: "\f16b";
|
||||||
@fa-var-dropbox-alt: "\f390";
|
@fa-var-dropbox-alt: "\f392";
|
||||||
@fa-var-drupal: "\f1a9";
|
@fa-var-drupal: "\f1a9";
|
||||||
@fa-var-dyalog: "\f391";
|
@fa-var-dyalog: "\f393";
|
||||||
@fa-var-earlybirds: "\f392";
|
@fa-var-earlybirds: "\f394";
|
||||||
@fa-var-edge: "\f282";
|
@fa-var-edge: "\f282";
|
||||||
@fa-var-edit: "\f044";
|
@fa-var-edit: "\f044";
|
||||||
@fa-var-eercast: "\f2da";
|
|
||||||
@fa-var-eject: "\f052";
|
@fa-var-eject: "\f052";
|
||||||
@fa-var-ellipsis-h: "\f141";
|
@fa-var-ellipsis-h: "\f141";
|
||||||
@fa-var-ellipsis-v: "\f142";
|
@fa-var-ellipsis-v: "\f142";
|
||||||
@@ -286,7 +292,7 @@
|
|||||||
@fa-var-envelope-square: "\f199";
|
@fa-var-envelope-square: "\f199";
|
||||||
@fa-var-envira: "\f299";
|
@fa-var-envira: "\f299";
|
||||||
@fa-var-eraser: "\f12d";
|
@fa-var-eraser: "\f12d";
|
||||||
@fa-var-erlang: "\f393";
|
@fa-var-erlang: "\f395";
|
||||||
@fa-var-etsy: "\f2d7";
|
@fa-var-etsy: "\f2d7";
|
||||||
@fa-var-euro-sign: "\f153";
|
@fa-var-euro-sign: "\f153";
|
||||||
@fa-var-exchange: "\f0ec";
|
@fa-var-exchange: "\f0ec";
|
||||||
@@ -304,12 +310,15 @@
|
|||||||
@fa-var-external-link-alt: "\f35d";
|
@fa-var-external-link-alt: "\f35d";
|
||||||
@fa-var-external-link-square: "\f14c";
|
@fa-var-external-link-square: "\f14c";
|
||||||
@fa-var-external-link-square-alt: "\f360";
|
@fa-var-external-link-square-alt: "\f360";
|
||||||
|
@fa-var-eye: "\f06e";
|
||||||
|
@fa-var-eye-slash: "\f070";
|
||||||
@fa-var-facebook: "\f09a";
|
@fa-var-facebook: "\f09a";
|
||||||
@fa-var-facebook-f: "\f394";
|
@fa-var-facebook-f: "\f396";
|
||||||
@fa-var-facebook-messenger: "\f395";
|
@fa-var-facebook-messenger: "\f397";
|
||||||
@fa-var-facebook-square: "\f082";
|
@fa-var-facebook-square: "\f082";
|
||||||
@fa-var-fast-backward: "\f049";
|
@fa-var-fast-backward: "\f049";
|
||||||
@fa-var-fast-forward: "\f050";
|
@fa-var-fast-forward: "\f050";
|
||||||
|
@fa-var-fax: "\f1ac";
|
||||||
@fa-var-female: "\f182";
|
@fa-var-female: "\f182";
|
||||||
@fa-var-fighter-jet: "\f0fb";
|
@fa-var-fighter-jet: "\f0fb";
|
||||||
@fa-var-file: "\f15b";
|
@fa-var-file: "\f15b";
|
||||||
@@ -330,9 +339,10 @@
|
|||||||
@fa-var-file-video: "\f1c8";
|
@fa-var-file-video: "\f1c8";
|
||||||
@fa-var-file-word: "\f1c2";
|
@fa-var-file-word: "\f1c2";
|
||||||
@fa-var-film: "\f008";
|
@fa-var-film: "\f008";
|
||||||
|
@fa-var-filter: "\f0b0";
|
||||||
@fa-var-firefox: "\f269";
|
@fa-var-firefox: "\f269";
|
||||||
@fa-var-first-order: "\f2b0";
|
@fa-var-first-order: "\f2b0";
|
||||||
@fa-var-firstdraft: "\f396";
|
@fa-var-firstdraft: "\f398";
|
||||||
@fa-var-flag: "\f024";
|
@fa-var-flag: "\f024";
|
||||||
@fa-var-flask: "\f0c3";
|
@fa-var-flask: "\f0c3";
|
||||||
@fa-var-flickr: "\f16e";
|
@fa-var-flickr: "\f16e";
|
||||||
@@ -342,16 +352,17 @@
|
|||||||
@fa-var-font-awesome: "\f2b4";
|
@fa-var-font-awesome: "\f2b4";
|
||||||
@fa-var-font-awesome-alt: "\f35c";
|
@fa-var-font-awesome-alt: "\f35c";
|
||||||
@fa-var-fonticons: "\f280";
|
@fa-var-fonticons: "\f280";
|
||||||
@fa-var-fonticons-fi: "\f397";
|
@fa-var-fonticons-fi: "\f399";
|
||||||
@fa-var-fort-awesome: "\f286";
|
@fa-var-fort-awesome: "\f286";
|
||||||
@fa-var-fort-awesome-alt: "\f398";
|
@fa-var-fort-awesome-alt: "\f39a";
|
||||||
@fa-var-forumbee: "\f211";
|
@fa-var-forumbee: "\f211";
|
||||||
@fa-var-forward: "\f04e";
|
@fa-var-forward: "\f04e";
|
||||||
@fa-var-foursquare: "\f180";
|
@fa-var-foursquare: "\f180";
|
||||||
@fa-var-free-code-camp: "\f2c5";
|
@fa-var-free-code-camp: "\f2c5";
|
||||||
@fa-var-freebsd: "\f399";
|
@fa-var-freebsd: "\f39b";
|
||||||
|
@fa-var-frown: "\f119";
|
||||||
@fa-var-gamepad: "\f11b";
|
@fa-var-gamepad: "\f11b";
|
||||||
@fa-var-gem: "\f39a";
|
@fa-var-gem: "\f39c";
|
||||||
@fa-var-genderless: "\f22d";
|
@fa-var-genderless: "\f22d";
|
||||||
@fa-var-get-pocket: "\f265";
|
@fa-var-get-pocket: "\f265";
|
||||||
@fa-var-gg: "\f260";
|
@fa-var-gg: "\f260";
|
||||||
@@ -361,31 +372,34 @@
|
|||||||
@fa-var-github: "\f09b";
|
@fa-var-github: "\f09b";
|
||||||
@fa-var-github-alt: "\f113";
|
@fa-var-github-alt: "\f113";
|
||||||
@fa-var-github-square: "\f092";
|
@fa-var-github-square: "\f092";
|
||||||
|
@fa-var-gitkraken: "\f39d";
|
||||||
@fa-var-gitlab: "\f296";
|
@fa-var-gitlab: "\f296";
|
||||||
@fa-var-glass-martini: "\f000";
|
@fa-var-glass-martini: "\f000";
|
||||||
@fa-var-glide: "\f2a5";
|
@fa-var-glide: "\f2a5";
|
||||||
@fa-var-glide-g: "\f2a6";
|
@fa-var-glide-g: "\f2a6";
|
||||||
@fa-var-gofore: "\f39b";
|
@fa-var-globe: "\f0ac";
|
||||||
@fa-var-goodreads: "\f39c";
|
@fa-var-gofore: "\f39e";
|
||||||
@fa-var-goodreads-g: "\f39d";
|
@fa-var-goodreads: "\f39f";
|
||||||
|
@fa-var-goodreads-g: "\f3a0";
|
||||||
@fa-var-google: "\f1a0";
|
@fa-var-google: "\f1a0";
|
||||||
@fa-var-google-drive: "\f39e";
|
@fa-var-google-drive: "\f3a1";
|
||||||
@fa-var-google-play: "\f39f";
|
@fa-var-google-play: "\f3a2";
|
||||||
@fa-var-google-plus: "\f2b3";
|
@fa-var-google-plus: "\f2b3";
|
||||||
@fa-var-google-plus-g: "\f0d5";
|
@fa-var-google-plus-g: "\f0d5";
|
||||||
@fa-var-google-plus-square: "\f0d4";
|
@fa-var-google-plus-square: "\f0d4";
|
||||||
@fa-var-google-wallet: "\f1ee";
|
@fa-var-google-wallet: "\f1ee";
|
||||||
|
@fa-var-graduation-cap: "\f19d";
|
||||||
@fa-var-gratipay: "\f184";
|
@fa-var-gratipay: "\f184";
|
||||||
@fa-var-grav: "\f2d6";
|
@fa-var-grav: "\f2d6";
|
||||||
@fa-var-gripfire: "\f3a0";
|
@fa-var-gripfire: "\f3a3";
|
||||||
@fa-var-grunt: "\f3a1";
|
@fa-var-grunt: "\f3a4";
|
||||||
@fa-var-gulp: "\f3a2";
|
@fa-var-gulp: "\f3a5";
|
||||||
@fa-var-h-square: "\f0fd";
|
@fa-var-h-square: "\f0fd";
|
||||||
@fa-var-h1: "\f313";
|
@fa-var-h1: "\f313";
|
||||||
@fa-var-h2: "\f314";
|
@fa-var-h2: "\f314";
|
||||||
@fa-var-h3: "\f315";
|
@fa-var-h3: "\f315";
|
||||||
@fa-var-hacker-news: "\f1d4";
|
@fa-var-hacker-news: "\f1d4";
|
||||||
@fa-var-hacker-news-square: "\f3a3";
|
@fa-var-hacker-news-square: "\f3a6";
|
||||||
@fa-var-hashtag: "\f292";
|
@fa-var-hashtag: "\f292";
|
||||||
@fa-var-hdd: "\f0a0";
|
@fa-var-hdd: "\f0a0";
|
||||||
@fa-var-heading: "\f1dc";
|
@fa-var-heading: "\f1dc";
|
||||||
@@ -396,14 +410,15 @@
|
|||||||
@fa-var-history: "\f1da";
|
@fa-var-history: "\f1da";
|
||||||
@fa-var-home: "\f015";
|
@fa-var-home: "\f015";
|
||||||
@fa-var-hospital: "\f0f8";
|
@fa-var-hospital: "\f0f8";
|
||||||
@fa-var-hotjar: "\f3a4";
|
@fa-var-hotjar: "\f3a7";
|
||||||
@fa-var-hourglass: "\f254";
|
@fa-var-hourglass: "\f254";
|
||||||
@fa-var-hourglass-end: "\f253";
|
@fa-var-hourglass-end: "\f253";
|
||||||
@fa-var-hourglass-half: "\f252";
|
@fa-var-hourglass-half: "\f252";
|
||||||
@fa-var-hourglass-start: "\f251";
|
@fa-var-hourglass-start: "\f251";
|
||||||
@fa-var-houzz: "\f27c";
|
@fa-var-houzz: "\f27c";
|
||||||
@fa-var-html5: "\f13b";
|
@fa-var-html5: "\f13b";
|
||||||
@fa-var-hubspot: "\f3a5";
|
@fa-var-hubspot: "\f3a8";
|
||||||
|
@fa-var-i-cursor: "\f246";
|
||||||
@fa-var-id-badge: "\f2c1";
|
@fa-var-id-badge: "\f2c1";
|
||||||
@fa-var-id-card: "\f2c2";
|
@fa-var-id-card: "\f2c2";
|
||||||
@fa-var-image: "\f03e";
|
@fa-var-image: "\f03e";
|
||||||
@@ -414,7 +429,7 @@
|
|||||||
@fa-var-inbox-out: "\f311";
|
@fa-var-inbox-out: "\f311";
|
||||||
@fa-var-indent: "\f03c";
|
@fa-var-indent: "\f03c";
|
||||||
@fa-var-industry: "\f275";
|
@fa-var-industry: "\f275";
|
||||||
@fa-var-industry-alt: "\f3a6";
|
@fa-var-industry-alt: "\f3a9";
|
||||||
@fa-var-info: "\f129";
|
@fa-var-info: "\f129";
|
||||||
@fa-var-info-circle: "\f05a";
|
@fa-var-info-circle: "\f05a";
|
||||||
@fa-var-info-square: "\f30f";
|
@fa-var-info-square: "\f30f";
|
||||||
@@ -422,29 +437,34 @@
|
|||||||
@fa-var-internet-explorer: "\f26b";
|
@fa-var-internet-explorer: "\f26b";
|
||||||
@fa-var-ioxhost: "\f208";
|
@fa-var-ioxhost: "\f208";
|
||||||
@fa-var-italic: "\f033";
|
@fa-var-italic: "\f033";
|
||||||
@fa-var-itunes: "\f3a7";
|
@fa-var-itunes: "\f3aa";
|
||||||
@fa-var-itunes-note: "\f3a8";
|
@fa-var-itunes-note: "\f3ab";
|
||||||
@fa-var-jack-o-lantern: "\f30e";
|
@fa-var-jack-o-lantern: "\f30e";
|
||||||
@fa-var-jenkins: "\f3a9";
|
@fa-var-jenkins: "\f3ac";
|
||||||
@fa-var-joget: "\f3aa";
|
@fa-var-joget: "\f3ad";
|
||||||
@fa-var-joomla: "\f1aa";
|
@fa-var-joomla: "\f1aa";
|
||||||
@fa-var-js: "\f3ab";
|
@fa-var-js: "\f3ae";
|
||||||
@fa-var-js-square: "\f3ac";
|
@fa-var-js-square: "\f3af";
|
||||||
@fa-var-jsfiddle: "\f1cc";
|
@fa-var-jsfiddle: "\f1cc";
|
||||||
@fa-var-keycdn: "\f3ad";
|
@fa-var-key: "\f084";
|
||||||
@fa-var-kickstarter: "\f3ae";
|
@fa-var-keyboard: "\f11c";
|
||||||
@fa-var-kickstarter-k: "\f3af";
|
@fa-var-keycdn: "\f3b0";
|
||||||
@fa-var-laravel: "\f3b0";
|
@fa-var-kickstarter: "\f3b1";
|
||||||
|
@fa-var-kickstarter-k: "\f3b2";
|
||||||
|
@fa-var-laptop: "\f109";
|
||||||
|
@fa-var-laravel: "\f3b3";
|
||||||
@fa-var-lastfm: "\f202";
|
@fa-var-lastfm: "\f202";
|
||||||
@fa-var-lastfm-square: "\f203";
|
@fa-var-lastfm-square: "\f203";
|
||||||
@fa-var-leaf: "\f06c";
|
@fa-var-leaf: "\f06c";
|
||||||
@fa-var-leanpub: "\f212";
|
@fa-var-leanpub: "\f212";
|
||||||
|
@fa-var-lemon: "\f094";
|
||||||
@fa-var-level-down: "\f149";
|
@fa-var-level-down: "\f149";
|
||||||
@fa-var-level-down-alt: "\f3b1";
|
@fa-var-level-down-alt: "\f3b4";
|
||||||
@fa-var-level-up: "\f148";
|
@fa-var-level-up: "\f148";
|
||||||
@fa-var-level-up-alt: "\f3b2";
|
@fa-var-level-up-alt: "\f3b5";
|
||||||
|
@fa-var-life-ring: "\f1cd";
|
||||||
@fa-var-lightbulb: "\f0eb";
|
@fa-var-lightbulb: "\f0eb";
|
||||||
@fa-var-line: "\f3b3";
|
@fa-var-line: "\f3b6";
|
||||||
@fa-var-link: "\f0c1";
|
@fa-var-link: "\f0c1";
|
||||||
@fa-var-linkedin: "\f08c";
|
@fa-var-linkedin: "\f08c";
|
||||||
@fa-var-linkedin-in: "\f0e1";
|
@fa-var-linkedin-in: "\f0e1";
|
||||||
@@ -458,8 +478,8 @@
|
|||||||
@fa-var-location-arrow: "\f124";
|
@fa-var-location-arrow: "\f124";
|
||||||
@fa-var-lock: "\f023";
|
@fa-var-lock: "\f023";
|
||||||
@fa-var-lock-alt: "\f30d";
|
@fa-var-lock-alt: "\f30d";
|
||||||
@fa-var-lock-open: "\f3b4";
|
@fa-var-lock-open: "\f3b7";
|
||||||
@fa-var-lock-open-alt: "\f3b5";
|
@fa-var-lock-open-alt: "\f3b8";
|
||||||
@fa-var-long-arrow-alt-down: "\f309";
|
@fa-var-long-arrow-alt-down: "\f309";
|
||||||
@fa-var-long-arrow-alt-left: "\f30a";
|
@fa-var-long-arrow-alt-left: "\f30a";
|
||||||
@fa-var-long-arrow-alt-right: "\f30b";
|
@fa-var-long-arrow-alt-right: "\f30b";
|
||||||
@@ -468,14 +488,15 @@
|
|||||||
@fa-var-long-arrow-left: "\f177";
|
@fa-var-long-arrow-left: "\f177";
|
||||||
@fa-var-long-arrow-right: "\f178";
|
@fa-var-long-arrow-right: "\f178";
|
||||||
@fa-var-long-arrow-up: "\f176";
|
@fa-var-long-arrow-up: "\f176";
|
||||||
@fa-var-lyft: "\f3b6";
|
@fa-var-low-vision: "\f2a8";
|
||||||
@fa-var-magento: "\f3b7";
|
@fa-var-lyft: "\f3b9";
|
||||||
|
@fa-var-magento: "\f3ba";
|
||||||
@fa-var-magic: "\f0d0";
|
@fa-var-magic: "\f0d0";
|
||||||
@fa-var-magnet: "\f076";
|
@fa-var-magnet: "\f076";
|
||||||
@fa-var-male: "\f183";
|
@fa-var-male: "\f183";
|
||||||
@fa-var-map: "\f279";
|
@fa-var-map: "\f279";
|
||||||
@fa-var-map-marker: "\f041";
|
@fa-var-map-marker: "\f041";
|
||||||
@fa-var-map-marker-alt: "\f3b8";
|
@fa-var-map-marker-alt: "\f3bb";
|
||||||
@fa-var-map-pin: "\f276";
|
@fa-var-map-pin: "\f276";
|
||||||
@fa-var-map-signs: "\f277";
|
@fa-var-map-signs: "\f277";
|
||||||
@fa-var-mars: "\f222";
|
@fa-var-mars: "\f222";
|
||||||
@@ -484,35 +505,43 @@
|
|||||||
@fa-var-mars-stroke-h: "\f22b";
|
@fa-var-mars-stroke-h: "\f22b";
|
||||||
@fa-var-mars-stroke-v: "\f22a";
|
@fa-var-mars-stroke-v: "\f22a";
|
||||||
@fa-var-maxcdn: "\f136";
|
@fa-var-maxcdn: "\f136";
|
||||||
@fa-var-medapps: "\f3b9";
|
@fa-var-medapps: "\f3bc";
|
||||||
@fa-var-medium: "\f23a";
|
@fa-var-medium: "\f23a";
|
||||||
@fa-var-medkit: "\f0fa";
|
@fa-var-medkit: "\f0fa";
|
||||||
@fa-var-medrt: "\f3ba";
|
@fa-var-medrt: "\f3bd";
|
||||||
@fa-var-meetup: "\f2e0";
|
@fa-var-meetup: "\f2e0";
|
||||||
|
@fa-var-meh: "\f11a";
|
||||||
@fa-var-mercury: "\f223";
|
@fa-var-mercury: "\f223";
|
||||||
@fa-var-microchip: "\f2db";
|
@fa-var-microchip: "\f2db";
|
||||||
|
@fa-var-microphone: "\f130";
|
||||||
|
@fa-var-microphone-alt: "\f3be";
|
||||||
|
@fa-var-microphone-slash: "\f131";
|
||||||
@fa-var-minus: "\f068";
|
@fa-var-minus: "\f068";
|
||||||
@fa-var-minus-circle: "\f056";
|
@fa-var-minus-circle: "\f056";
|
||||||
@fa-var-minus-hexagon: "\f307";
|
@fa-var-minus-hexagon: "\f307";
|
||||||
@fa-var-minus-octagon: "\f308";
|
@fa-var-minus-octagon: "\f308";
|
||||||
@fa-var-minus-square: "\f146";
|
@fa-var-minus-square: "\f146";
|
||||||
@fa-var-mix: "\f3bb";
|
@fa-var-mix: "\f3bf";
|
||||||
@fa-var-mixcloud: "\f289";
|
@fa-var-mixcloud: "\f289";
|
||||||
@fa-var-mizuni: "\f3bc";
|
@fa-var-mizuni: "\f3c0";
|
||||||
@fa-var-mobile: "\f10b";
|
@fa-var-mobile: "\f10b";
|
||||||
@fa-var-mobile-alt: "\f3bd";
|
@fa-var-mobile-alt: "\f3c1";
|
||||||
@fa-var-mobile-android: "\f3be";
|
@fa-var-mobile-android: "\f3c2";
|
||||||
@fa-var-mobile-android-alt: "\f3bf";
|
@fa-var-mobile-android-alt: "\f3c3";
|
||||||
@fa-var-modx: "\f285";
|
@fa-var-modx: "\f285";
|
||||||
@fa-var-monero: "\f3c0";
|
@fa-var-monero: "\f3c4";
|
||||||
@fa-var-money-bill: "\f0d6";
|
@fa-var-money-bill: "\f0d6";
|
||||||
@fa-var-money-bill-alt: "\f3c1";
|
@fa-var-money-bill-alt: "\f3c5";
|
||||||
@fa-var-motorcycle: "\f21c";
|
@fa-var-motorcycle: "\f21c";
|
||||||
|
@fa-var-mouse-pointer: "\f245";
|
||||||
@fa-var-music: "\f001";
|
@fa-var-music: "\f001";
|
||||||
@fa-var-napster: "\f3c2";
|
@fa-var-napster: "\f3c6";
|
||||||
@fa-var-neuter: "\f22c";
|
@fa-var-neuter: "\f22c";
|
||||||
@fa-var-npm: "\f3c3";
|
@fa-var-newspaper: "\f1ea";
|
||||||
@fa-var-nutritionix: "\f3c4";
|
@fa-var-npm: "\f3c7";
|
||||||
|
@fa-var-nutritionix: "\f3c8";
|
||||||
|
@fa-var-object-group: "\f247";
|
||||||
|
@fa-var-object-ungroup: "\f248";
|
||||||
@fa-var-octagon: "\f306";
|
@fa-var-octagon: "\f306";
|
||||||
@fa-var-odnoklassniki: "\f263";
|
@fa-var-odnoklassniki: "\f263";
|
||||||
@fa-var-odnoklassniki-square: "\f264";
|
@fa-var-odnoklassniki-square: "\f264";
|
||||||
@@ -521,17 +550,18 @@
|
|||||||
@fa-var-opera: "\f26a";
|
@fa-var-opera: "\f26a";
|
||||||
@fa-var-optin-monster: "\f23c";
|
@fa-var-optin-monster: "\f23c";
|
||||||
@fa-var-outdent: "\f03b";
|
@fa-var-outdent: "\f03b";
|
||||||
@fa-var-page4: "\f3c5";
|
@fa-var-page4: "\f3c9";
|
||||||
@fa-var-pagelines: "\f18c";
|
@fa-var-pagelines: "\f18c";
|
||||||
@fa-var-paint-brush: "\f1fc";
|
@fa-var-paint-brush: "\f1fc";
|
||||||
@fa-var-palfed: "\f3c6";
|
@fa-var-palfed: "\f3ca";
|
||||||
@fa-var-paper-plane: "\f1d8";
|
@fa-var-paper-plane: "\f1d8";
|
||||||
@fa-var-paperclip: "\f0c6";
|
@fa-var-paperclip: "\f0c6";
|
||||||
@fa-var-paragraph: "\f1dd";
|
@fa-var-paragraph: "\f1dd";
|
||||||
@fa-var-paste: "\f0ea";
|
@fa-var-paste: "\f0ea";
|
||||||
@fa-var-patreon: "\f3c7";
|
@fa-var-patreon: "\f3cb";
|
||||||
@fa-var-pause: "\f04c";
|
@fa-var-pause: "\f04c";
|
||||||
@fa-var-pause-circle: "\f28b";
|
@fa-var-pause-circle: "\f28b";
|
||||||
|
@fa-var-paw: "\f1b0";
|
||||||
@fa-var-paypal: "\f1ed";
|
@fa-var-paypal: "\f1ed";
|
||||||
@fa-var-pen: "\f304";
|
@fa-var-pen: "\f304";
|
||||||
@fa-var-pen-alt: "\f305";
|
@fa-var-pen-alt: "\f305";
|
||||||
@@ -539,11 +569,11 @@
|
|||||||
@fa-var-pencil: "\f040";
|
@fa-var-pencil: "\f040";
|
||||||
@fa-var-pencil-alt: "\f303";
|
@fa-var-pencil-alt: "\f303";
|
||||||
@fa-var-percent: "\f295";
|
@fa-var-percent: "\f295";
|
||||||
@fa-var-periscope: "\f3c8";
|
@fa-var-periscope: "\f3cc";
|
||||||
@fa-var-phabricator: "\f3c9";
|
@fa-var-phabricator: "\f3cd";
|
||||||
@fa-var-phoenix-framework: "\f3ca";
|
@fa-var-phoenix-framework: "\f3ce";
|
||||||
@fa-var-phone: "\f095";
|
@fa-var-phone: "\f095";
|
||||||
@fa-var-phone-slash: "\f3cb";
|
@fa-var-phone-slash: "\f3cf";
|
||||||
@fa-var-phone-square: "\f098";
|
@fa-var-phone-square: "\f098";
|
||||||
@fa-var-phone-volume: "\f2a0";
|
@fa-var-phone-volume: "\f2a0";
|
||||||
@fa-var-pied-piper: "\f2ae";
|
@fa-var-pied-piper: "\f2ae";
|
||||||
@@ -553,23 +583,25 @@
|
|||||||
@fa-var-pinterest-p: "\f231";
|
@fa-var-pinterest-p: "\f231";
|
||||||
@fa-var-pinterest-square: "\f0d3";
|
@fa-var-pinterest-square: "\f0d3";
|
||||||
@fa-var-plane: "\f072";
|
@fa-var-plane: "\f072";
|
||||||
@fa-var-plane-alt: "\f3cc";
|
@fa-var-plane-alt: "\f3d0";
|
||||||
@fa-var-play: "\f04b";
|
@fa-var-play: "\f04b";
|
||||||
@fa-var-play-circle: "\f144";
|
@fa-var-play-circle: "\f144";
|
||||||
@fa-var-playstation: "\f3cd";
|
@fa-var-playstation: "\f3d1";
|
||||||
@fa-var-plus: "\f067";
|
@fa-var-plus: "\f067";
|
||||||
@fa-var-plus-circle: "\f055";
|
@fa-var-plus-circle: "\f055";
|
||||||
@fa-var-plus-hexagon: "\f300";
|
@fa-var-plus-hexagon: "\f300";
|
||||||
@fa-var-plus-octagon: "\f301";
|
@fa-var-plus-octagon: "\f301";
|
||||||
@fa-var-plus-square: "\f0fe";
|
@fa-var-plus-square: "\f0fe";
|
||||||
|
@fa-var-podcast: "\f2ce";
|
||||||
@fa-var-poo: "\f2fe";
|
@fa-var-poo: "\f2fe";
|
||||||
@fa-var-portrait: "\f3ce";
|
@fa-var-portrait: "\f3d2";
|
||||||
@fa-var-pound-sign: "\f154";
|
@fa-var-pound-sign: "\f154";
|
||||||
@fa-var-power-off: "\f011";
|
@fa-var-power-off: "\f011";
|
||||||
@fa-var-print: "\f02f";
|
@fa-var-print: "\f02f";
|
||||||
@fa-var-product-hunt: "\f288";
|
@fa-var-product-hunt: "\f288";
|
||||||
@fa-var-pushed: "\f3cf";
|
@fa-var-pushed: "\f3d3";
|
||||||
@fa-var-python: "\f3d0";
|
@fa-var-puzzle-piece: "\f12e";
|
||||||
|
@fa-var-python: "\f3d4";
|
||||||
@fa-var-qq: "\f1d6";
|
@fa-var-qq: "\f1d6";
|
||||||
@fa-var-question: "\f128";
|
@fa-var-question: "\f128";
|
||||||
@fa-var-question-circle: "\f059";
|
@fa-var-question-circle: "\f059";
|
||||||
@@ -583,44 +615,46 @@
|
|||||||
@fa-var-rectangle-landscape: "\f2fa";
|
@fa-var-rectangle-landscape: "\f2fa";
|
||||||
@fa-var-rectangle-portrait: "\f2fb";
|
@fa-var-rectangle-portrait: "\f2fb";
|
||||||
@fa-var-rectangle-wide: "\f2fc";
|
@fa-var-rectangle-wide: "\f2fc";
|
||||||
@fa-var-red-river: "\f3d1";
|
@fa-var-red-river: "\f3d5";
|
||||||
@fa-var-reddit: "\f1a1";
|
@fa-var-reddit: "\f1a1";
|
||||||
@fa-var-reddit-alien: "\f281";
|
@fa-var-reddit-alien: "\f281";
|
||||||
@fa-var-reddit-square: "\f1a2";
|
@fa-var-reddit-square: "\f1a2";
|
||||||
@fa-var-redo: "\f01e";
|
@fa-var-redo: "\f01e";
|
||||||
@fa-var-redo-alt: "\f2f9";
|
@fa-var-redo-alt: "\f2f9";
|
||||||
@fa-var-registered: "\f25d";
|
@fa-var-registered: "\f25d";
|
||||||
@fa-var-rendact: "\f3d2";
|
@fa-var-rendact: "\f3d6";
|
||||||
@fa-var-renren: "\f18b";
|
@fa-var-renren: "\f18b";
|
||||||
@fa-var-repeat: "\f363";
|
@fa-var-repeat: "\f363";
|
||||||
@fa-var-repeat-1: "\f365";
|
@fa-var-repeat-1: "\f365";
|
||||||
@fa-var-repeat-1-alt: "\f366";
|
@fa-var-repeat-1-alt: "\f366";
|
||||||
@fa-var-repeat-alt: "\f364";
|
@fa-var-repeat-alt: "\f364";
|
||||||
@fa-var-reply: "\f3d3";
|
@fa-var-reply: "\f3d7";
|
||||||
@fa-var-reply-all: "\f122";
|
@fa-var-reply-all: "\f122";
|
||||||
@fa-var-replyd: "\f3d4";
|
@fa-var-replyd: "\f3d8";
|
||||||
@fa-var-resolving: "\f3d5";
|
@fa-var-resolving: "\f3d9";
|
||||||
@fa-var-retweet: "\f079";
|
@fa-var-retweet: "\f079";
|
||||||
@fa-var-retweet-alt: "\f361";
|
@fa-var-retweet-alt: "\f361";
|
||||||
@fa-var-road: "\f018";
|
@fa-var-road: "\f018";
|
||||||
@fa-var-rocket: "\f135";
|
@fa-var-rocket: "\f135";
|
||||||
@fa-var-rocketchat: "\f3d6";
|
@fa-var-rocketchat: "\f3da";
|
||||||
@fa-var-rockrms: "\f3d7";
|
@fa-var-rockrms: "\f3db";
|
||||||
@fa-var-rss: "\f09e";
|
@fa-var-rss: "\f09e";
|
||||||
@fa-var-rss-square: "\f143";
|
@fa-var-rss-square: "\f143";
|
||||||
@fa-var-ruble-sign: "\f158";
|
@fa-var-ruble-sign: "\f158";
|
||||||
@fa-var-rupee-sign: "\f156";
|
@fa-var-rupee-sign: "\f156";
|
||||||
@fa-var-safari: "\f267";
|
@fa-var-safari: "\f267";
|
||||||
@fa-var-save: "\f0c7";
|
@fa-var-save: "\f0c7";
|
||||||
@fa-var-schlix: "\f3d8";
|
@fa-var-schlix: "\f3dc";
|
||||||
@fa-var-scribd: "\f28a";
|
@fa-var-scribd: "\f28a";
|
||||||
@fa-var-scrubber: "\f2f8";
|
@fa-var-scrubber: "\f2f8";
|
||||||
@fa-var-search: "\f002";
|
@fa-var-search: "\f002";
|
||||||
@fa-var-search-minus: "\f010";
|
@fa-var-search-minus: "\f010";
|
||||||
@fa-var-search-plus: "\f00e";
|
@fa-var-search-plus: "\f00e";
|
||||||
@fa-var-searchengin: "\f3d9";
|
@fa-var-searchengin: "\f3dd";
|
||||||
|
@fa-var-sellcast: "\f2da";
|
||||||
@fa-var-sellsy: "\f213";
|
@fa-var-sellsy: "\f213";
|
||||||
@fa-var-servicestack: "\f3da";
|
@fa-var-server: "\f233";
|
||||||
|
@fa-var-servicestack: "\f3de";
|
||||||
@fa-var-share: "\f064";
|
@fa-var-share: "\f064";
|
||||||
@fa-var-share-all: "\f367";
|
@fa-var-share-all: "\f367";
|
||||||
@fa-var-share-alt: "\f1e0";
|
@fa-var-share-alt: "\f1e0";
|
||||||
@@ -628,7 +662,7 @@
|
|||||||
@fa-var-share-square: "\f14d";
|
@fa-var-share-square: "\f14d";
|
||||||
@fa-var-shekel-sign: "\f20b";
|
@fa-var-shekel-sign: "\f20b";
|
||||||
@fa-var-shield: "\f132";
|
@fa-var-shield: "\f132";
|
||||||
@fa-var-shield-alt: "\f3db";
|
@fa-var-shield-alt: "\f3df";
|
||||||
@fa-var-shield-check: "\f2f7";
|
@fa-var-shield-check: "\f2f7";
|
||||||
@fa-var-ship: "\f21a";
|
@fa-var-ship: "\f21a";
|
||||||
@fa-var-shirtsinbulk: "\f214";
|
@fa-var-shirtsinbulk: "\f214";
|
||||||
@@ -640,12 +674,16 @@
|
|||||||
@fa-var-sign-out-alt: "\f2f5";
|
@fa-var-sign-out-alt: "\f2f5";
|
||||||
@fa-var-signal: "\f012";
|
@fa-var-signal: "\f012";
|
||||||
@fa-var-simplybuilt: "\f215";
|
@fa-var-simplybuilt: "\f215";
|
||||||
@fa-var-sistrix: "\f3dc";
|
@fa-var-sistrix: "\f3e0";
|
||||||
@fa-var-sitemap: "\f0e8";
|
@fa-var-sitemap: "\f0e8";
|
||||||
@fa-var-skyatlas: "\f216";
|
@fa-var-skyatlas: "\f216";
|
||||||
@fa-var-skype: "\f17e";
|
@fa-var-skype: "\f17e";
|
||||||
@fa-var-slack: "\f198";
|
@fa-var-slack: "\f198";
|
||||||
@fa-var-slack-hash: "\f3dd";
|
@fa-var-slack-hash: "\f3e1";
|
||||||
|
@fa-var-sliders-h: "\f1de";
|
||||||
|
@fa-var-sliders-h-square: "\f3e2";
|
||||||
|
@fa-var-sliders-v: "\f3e3";
|
||||||
|
@fa-var-sliders-v-square: "\f3e4";
|
||||||
@fa-var-slideshare: "\f1e7";
|
@fa-var-slideshare: "\f1e7";
|
||||||
@fa-var-smile: "\f118";
|
@fa-var-smile: "\f118";
|
||||||
@fa-var-snapchat: "\f2ab";
|
@fa-var-snapchat: "\f2ab";
|
||||||
@@ -663,9 +701,9 @@
|
|||||||
@fa-var-soundcloud: "\f1be";
|
@fa-var-soundcloud: "\f1be";
|
||||||
@fa-var-space-shuttle: "\f197";
|
@fa-var-space-shuttle: "\f197";
|
||||||
@fa-var-spade: "\f2f4";
|
@fa-var-spade: "\f2f4";
|
||||||
@fa-var-speakap: "\f3de";
|
@fa-var-speakap: "\f3e5";
|
||||||
@fa-var-spinner: "\f110";
|
@fa-var-spinner: "\f110";
|
||||||
@fa-var-spinner-third: "\f3df";
|
@fa-var-spinner-third: "\f3e6";
|
||||||
@fa-var-spotify: "\f1bc";
|
@fa-var-spotify: "\f1bc";
|
||||||
@fa-var-square: "\f0c8";
|
@fa-var-square: "\f0c8";
|
||||||
@fa-var-stack-exchange: "\f18d";
|
@fa-var-stack-exchange: "\f18d";
|
||||||
@@ -673,19 +711,20 @@
|
|||||||
@fa-var-star: "\f005";
|
@fa-var-star: "\f005";
|
||||||
@fa-var-star-exclamation: "\f2f3";
|
@fa-var-star-exclamation: "\f2f3";
|
||||||
@fa-var-star-half: "\f089";
|
@fa-var-star-half: "\f089";
|
||||||
@fa-var-staylinked: "\f3e0";
|
@fa-var-staylinked: "\f3e7";
|
||||||
@fa-var-steam: "\f1b6";
|
@fa-var-steam: "\f1b6";
|
||||||
@fa-var-steam-square: "\f1b7";
|
@fa-var-steam-square: "\f1b7";
|
||||||
@fa-var-steam-symbol: "\f3e1";
|
@fa-var-steam-symbol: "\f3e8";
|
||||||
@fa-var-step-backward: "\f048";
|
@fa-var-step-backward: "\f048";
|
||||||
@fa-var-step-forward: "\f051";
|
@fa-var-step-forward: "\f051";
|
||||||
|
@fa-var-stethoscope: "\f0f1";
|
||||||
@fa-var-sticky-note: "\f249";
|
@fa-var-sticky-note: "\f249";
|
||||||
@fa-var-stop: "\f04d";
|
@fa-var-stop: "\f04d";
|
||||||
@fa-var-stop-circle: "\f28d";
|
@fa-var-stop-circle: "\f28d";
|
||||||
@fa-var-stopwatch: "\f2f2";
|
@fa-var-stopwatch: "\f2f2";
|
||||||
@fa-var-street-view: "\f21d";
|
@fa-var-street-view: "\f21d";
|
||||||
@fa-var-strikethrough: "\f0cc";
|
@fa-var-strikethrough: "\f0cc";
|
||||||
@fa-var-studiovinari: "\f3e2";
|
@fa-var-studiovinari: "\f3e9";
|
||||||
@fa-var-stumbleupon: "\f1a4";
|
@fa-var-stumbleupon: "\f1a4";
|
||||||
@fa-var-stumbleupon-circle: "\f1a3";
|
@fa-var-stumbleupon-circle: "\f1a3";
|
||||||
@fa-var-subscript: "\f12c";
|
@fa-var-subscript: "\f12c";
|
||||||
@@ -693,19 +732,20 @@
|
|||||||
@fa-var-suitcase: "\f0f2";
|
@fa-var-suitcase: "\f0f2";
|
||||||
@fa-var-superpowers: "\f2dd";
|
@fa-var-superpowers: "\f2dd";
|
||||||
@fa-var-superscript: "\f12b";
|
@fa-var-superscript: "\f12b";
|
||||||
|
@fa-var-supple: "\f3ea";
|
||||||
@fa-var-sync: "\f021";
|
@fa-var-sync: "\f021";
|
||||||
@fa-var-sync-alt: "\f2f1";
|
@fa-var-sync-alt: "\f2f1";
|
||||||
@fa-var-table: "\f0ce";
|
@fa-var-table: "\f0ce";
|
||||||
@fa-var-tablet: "\f10a";
|
@fa-var-tablet: "\f10a";
|
||||||
@fa-var-tablet-alt: "\f3e3";
|
@fa-var-tablet-alt: "\f3eb";
|
||||||
@fa-var-tablet-android: "\f3e4";
|
@fa-var-tablet-android: "\f3ec";
|
||||||
@fa-var-tablet-android-alt: "\f3e5";
|
@fa-var-tablet-android-alt: "\f3ed";
|
||||||
@fa-var-tag: "\f02b";
|
@fa-var-tag: "\f02b";
|
||||||
@fa-var-tags: "\f02c";
|
@fa-var-tags: "\f02c";
|
||||||
@fa-var-tasks: "\f0ae";
|
@fa-var-tasks: "\f0ae";
|
||||||
@fa-var-taxi: "\f1ba";
|
@fa-var-taxi: "\f1ba";
|
||||||
@fa-var-telegram: "\f2c6";
|
@fa-var-telegram: "\f2c6";
|
||||||
@fa-var-telegram-plane: "\f3e6";
|
@fa-var-telegram-plane: "\f3ee";
|
||||||
@fa-var-tencent-weibo: "\f1d5";
|
@fa-var-tencent-weibo: "\f1d5";
|
||||||
@fa-var-terminal: "\f120";
|
@fa-var-terminal: "\f120";
|
||||||
@fa-var-text-height: "\f034";
|
@fa-var-text-height: "\f034";
|
||||||
@@ -722,13 +762,16 @@
|
|||||||
@fa-var-thumbs-down: "\f165";
|
@fa-var-thumbs-down: "\f165";
|
||||||
@fa-var-thumbs-up: "\f164";
|
@fa-var-thumbs-up: "\f164";
|
||||||
@fa-var-ticket: "\f145";
|
@fa-var-ticket: "\f145";
|
||||||
@fa-var-ticket-alt: "\f3e7";
|
@fa-var-ticket-alt: "\f3ef";
|
||||||
@fa-var-times: "\f00d";
|
@fa-var-times: "\f00d";
|
||||||
@fa-var-times-circle: "\f057";
|
@fa-var-times-circle: "\f057";
|
||||||
@fa-var-times-hexagon: "\f2ee";
|
@fa-var-times-hexagon: "\f2ee";
|
||||||
@fa-var-times-octagon: "\f2f0";
|
@fa-var-times-octagon: "\f2f0";
|
||||||
@fa-var-times-square: "\f2d3";
|
@fa-var-times-square: "\f2d3";
|
||||||
@fa-var-tint: "\f043";
|
@fa-var-tint: "\f043";
|
||||||
|
@fa-var-toggle-off: "\f204";
|
||||||
|
@fa-var-toggle-on: "\f205";
|
||||||
|
@fa-var-trademark: "\f25c";
|
||||||
@fa-var-train: "\f238";
|
@fa-var-train: "\f238";
|
||||||
@fa-var-transgender: "\f224";
|
@fa-var-transgender: "\f224";
|
||||||
@fa-var-transgender-alt: "\f225";
|
@fa-var-transgender-alt: "\f225";
|
||||||
@@ -740,53 +783,57 @@
|
|||||||
@fa-var-trophy: "\f091";
|
@fa-var-trophy: "\f091";
|
||||||
@fa-var-trophy-alt: "\f2eb";
|
@fa-var-trophy-alt: "\f2eb";
|
||||||
@fa-var-truck: "\f0d1";
|
@fa-var-truck: "\f0d1";
|
||||||
|
@fa-var-tty: "\f1e4";
|
||||||
@fa-var-tumblr: "\f173";
|
@fa-var-tumblr: "\f173";
|
||||||
@fa-var-tumblr-square: "\f174";
|
@fa-var-tumblr-square: "\f174";
|
||||||
|
@fa-var-tv: "\f26c";
|
||||||
|
@fa-var-tv-retro: "\f3f0";
|
||||||
@fa-var-twitch: "\f1e8";
|
@fa-var-twitch: "\f1e8";
|
||||||
@fa-var-twitter: "\f099";
|
@fa-var-twitter: "\f099";
|
||||||
@fa-var-twitter-square: "\f081";
|
@fa-var-twitter-square: "\f081";
|
||||||
@fa-var-uber: "\f3e8";
|
@fa-var-uber: "\f3f1";
|
||||||
@fa-var-uikit: "\f3e9";
|
@fa-var-uikit: "\f3f2";
|
||||||
@fa-var-underline: "\f0cd";
|
@fa-var-underline: "\f0cd";
|
||||||
@fa-var-undo: "\f0e2";
|
@fa-var-undo: "\f0e2";
|
||||||
@fa-var-undo-alt: "\f2ea";
|
@fa-var-undo-alt: "\f2ea";
|
||||||
|
@fa-var-universal-access: "\f29a";
|
||||||
@fa-var-unlink: "\f127";
|
@fa-var-unlink: "\f127";
|
||||||
@fa-var-unlock: "\f09c";
|
@fa-var-unlock: "\f09c";
|
||||||
@fa-var-unlock-alt: "\f13e";
|
@fa-var-unlock-alt: "\f13e";
|
||||||
@fa-var-untappd: "\f3ea";
|
@fa-var-untappd: "\f3f3";
|
||||||
@fa-var-upload: "\f093";
|
@fa-var-upload: "\f093";
|
||||||
@fa-var-usb: "\f287";
|
@fa-var-usb: "\f287";
|
||||||
@fa-var-usd-circle: "\f2e8";
|
@fa-var-usd-circle: "\f2e8";
|
||||||
@fa-var-usd-square: "\f2e9";
|
@fa-var-usd-square: "\f2e9";
|
||||||
@fa-var-user: "\f007";
|
@fa-var-user: "\f007";
|
||||||
@fa-var-user-alt: "\f3eb";
|
@fa-var-user-alt: "\f3f4";
|
||||||
@fa-var-user-circle: "\f2bd";
|
@fa-var-user-circle: "\f2bd";
|
||||||
@fa-var-user-md: "\f0f0";
|
@fa-var-user-md: "\f0f0";
|
||||||
@fa-var-user-plus: "\f234";
|
@fa-var-user-plus: "\f234";
|
||||||
@fa-var-user-secret: "\f21b";
|
@fa-var-user-secret: "\f21b";
|
||||||
@fa-var-user-times: "\f235";
|
@fa-var-user-times: "\f235";
|
||||||
@fa-var-users: "\f0c0";
|
@fa-var-users: "\f0c0";
|
||||||
@fa-var-ussunnah: "\f3ec";
|
@fa-var-ussunnah: "\f3f5";
|
||||||
@fa-var-utensil-fork: "\f2e3";
|
@fa-var-utensil-fork: "\f2e3";
|
||||||
@fa-var-utensil-knife: "\f2e4";
|
@fa-var-utensil-knife: "\f2e4";
|
||||||
@fa-var-utensil-spoon: "\f2e5";
|
@fa-var-utensil-spoon: "\f2e5";
|
||||||
@fa-var-utensils: "\f2e7";
|
@fa-var-utensils: "\f2e7";
|
||||||
@fa-var-utensils-alt: "\f2e6";
|
@fa-var-utensils-alt: "\f2e6";
|
||||||
@fa-var-vaadin: "\f3ed";
|
@fa-var-vaadin: "\f3f6";
|
||||||
@fa-var-venus: "\f221";
|
@fa-var-venus: "\f221";
|
||||||
@fa-var-venus-double: "\f226";
|
@fa-var-venus-double: "\f226";
|
||||||
@fa-var-venus-mars: "\f228";
|
@fa-var-venus-mars: "\f228";
|
||||||
@fa-var-viacoin: "\f237";
|
@fa-var-viacoin: "\f237";
|
||||||
@fa-var-viadeo: "\f2a9";
|
@fa-var-viadeo: "\f2a9";
|
||||||
@fa-var-viadeo-square: "\f2aa";
|
@fa-var-viadeo-square: "\f2aa";
|
||||||
@fa-var-viber: "\f3ee";
|
@fa-var-viber: "\f3f7";
|
||||||
@fa-var-video: "\f03d";
|
@fa-var-video: "\f03d";
|
||||||
@fa-var-vimeo: "\f3ef";
|
@fa-var-vimeo: "\f3f8";
|
||||||
@fa-var-vimeo-square: "\f194";
|
@fa-var-vimeo-square: "\f194";
|
||||||
@fa-var-vimeo-v: "\f27d";
|
@fa-var-vimeo-v: "\f27d";
|
||||||
@fa-var-vine: "\f1ca";
|
@fa-var-vine: "\f1ca";
|
||||||
@fa-var-vk: "\f189";
|
@fa-var-vk: "\f189";
|
||||||
@fa-var-vnv: "\f3f0";
|
@fa-var-vnv: "\f3f9";
|
||||||
@fa-var-volume-down: "\f027";
|
@fa-var-volume-down: "\f027";
|
||||||
@fa-var-volume-mute: "\f2e2";
|
@fa-var-volume-mute: "\f2e2";
|
||||||
@fa-var-volume-off: "\f026";
|
@fa-var-volume-off: "\f026";
|
||||||
@@ -795,29 +842,30 @@
|
|||||||
@fa-var-weibo: "\f18a";
|
@fa-var-weibo: "\f18a";
|
||||||
@fa-var-weixin: "\f1d7";
|
@fa-var-weixin: "\f1d7";
|
||||||
@fa-var-whatsapp: "\f232";
|
@fa-var-whatsapp: "\f232";
|
||||||
@fa-var-whatsapp-square: "\f3f1";
|
@fa-var-whatsapp-square: "\f3fa";
|
||||||
@fa-var-wheelchair: "\f193";
|
@fa-var-wheelchair: "\f193";
|
||||||
@fa-var-whmcs: "\f3f2";
|
@fa-var-whmcs: "\f3fb";
|
||||||
@fa-var-wifi: "\f1eb";
|
@fa-var-wifi: "\f1eb";
|
||||||
@fa-var-wikipedia-w: "\f266";
|
@fa-var-wikipedia-w: "\f266";
|
||||||
@fa-var-window-close: "\f3f3";
|
@fa-var-window: "\f3fc";
|
||||||
|
@fa-var-window-close: "\f3fd";
|
||||||
@fa-var-window-maximize: "\f2d0";
|
@fa-var-window-maximize: "\f2d0";
|
||||||
@fa-var-window-minimize: "\f2d1";
|
@fa-var-window-minimize: "\f2d1";
|
||||||
@fa-var-window-restore: "\f2d2";
|
@fa-var-window-restore: "\f2d2";
|
||||||
@fa-var-windows: "\f17a";
|
@fa-var-windows: "\f17a";
|
||||||
@fa-var-won-sign: "\f159";
|
@fa-var-won-sign: "\f159";
|
||||||
@fa-var-wordpress: "\f19a";
|
@fa-var-wordpress: "\f19a";
|
||||||
@fa-var-wordpress-simple: "\f3f4";
|
@fa-var-wordpress-simple: "\f3fe";
|
||||||
@fa-var-wpbeginner: "\f297";
|
@fa-var-wpbeginner: "\f297";
|
||||||
@fa-var-wpexplorer: "\f2de";
|
@fa-var-wpexplorer: "\f2de";
|
||||||
@fa-var-wpforms: "\f298";
|
@fa-var-wpforms: "\f298";
|
||||||
@fa-var-xbox: "\f3f5";
|
@fa-var-xbox: "\f3ff";
|
||||||
@fa-var-xing: "\f168";
|
@fa-var-xing: "\f168";
|
||||||
@fa-var-xing-square: "\f169";
|
@fa-var-xing-square: "\f169";
|
||||||
@fa-var-y-combinator: "\f23b";
|
@fa-var-y-combinator: "\f23b";
|
||||||
@fa-var-yahoo: "\f19e";
|
@fa-var-yahoo: "\f19e";
|
||||||
@fa-var-yandex: "\f3f6";
|
@fa-var-yandex: "\f400";
|
||||||
@fa-var-yandex-international: "\f3f7";
|
@fa-var-yandex-international: "\f401";
|
||||||
@fa-var-yelp: "\f1e9";
|
@fa-var-yelp: "\f1e9";
|
||||||
@fa-var-yen-sign: "\f157";
|
@fa-var-yen-sign: "\f157";
|
||||||
@fa-var-yoast: "\f2b1";
|
@fa-var-yoast: "\f2b1";
|
||||||
|
|||||||
1010
misc/parity.html
@@ -540,6 +540,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">arrows-v</span>
|
<span class="ml2 f2 gray5 fw6">arrows-v</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/assistive-listening-systems.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-assistive-listening-systems min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">assistive-listening-systems</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/asterisk.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/asterisk.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -788,6 +796,22 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">briefcase</span>
|
<span class="ml2 f2 gray5 fw6">briefcase</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/browser.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-browser min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">browser</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bug.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-bug min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">bug</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/building.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/building.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1460,6 +1484,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">credit-card-front</span>
|
<span class="ml2 f2 gray5 fw6">credit-card-front</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/crop.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-crop min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">crop</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/crosshairs.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/crosshairs.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1500,6 +1532,30 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">database</span>
|
<span class="ml2 f2 gray5 fw6">database</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/deaf.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-deaf min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">deaf</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/desktop.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-desktop min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">desktop</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/desktop-alt.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-desktop-alt min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">desktop-alt</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/diamond.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/diamond.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1716,6 +1772,22 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">external-link-square-alt</span>
|
<span class="ml2 f2 gray5 fw6">external-link-square-alt</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/eye.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-eye min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">eye</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/eye-slash.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-eye-slash min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">eye-slash</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/fast-backward.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/fast-backward.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1732,6 +1804,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">fast-forward</span>
|
<span class="ml2 f2 gray5 fw6">fast-forward</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/fax.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-fax min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">fax</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/female.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/female.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1892,6 +1972,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">film</span>
|
<span class="ml2 f2 gray5 fw6">film</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/filter.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-filter min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">filter</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/flag.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/flag.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1940,6 +2028,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">forward</span>
|
<span class="ml2 f2 gray5 fw6">forward</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/frown.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-frown min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">frown</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/gamepad.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/gamepad.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -1972,6 +2068,22 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">glass-martini</span>
|
<span class="ml2 f2 gray5 fw6">glass-martini</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/globe.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-globe min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">globe</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/graduation-cap.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-graduation-cap min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">graduation-cap</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/h-square.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/h-square.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2116,6 +2228,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">hourglass-start</span>
|
<span class="ml2 f2 gray5 fw6">hourglass-start</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/i-cursor.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-i-cursor min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">i-cursor</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/id-badge.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/id-badge.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2236,6 +2356,30 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">jack-o-lantern</span>
|
<span class="ml2 f2 gray5 fw6">jack-o-lantern</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/key.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-key min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">key</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/keyboard.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-keyboard min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">keyboard</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/laptop.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-laptop min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">laptop</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/leaf.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/leaf.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2244,6 +2388,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">leaf</span>
|
<span class="ml2 f2 gray5 fw6">leaf</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lemon.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-lemon min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">lemon</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/level-down.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/level-down.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2276,6 +2428,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">level-up-alt</span>
|
<span class="ml2 f2 gray5 fw6">level-up-alt</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/life-ring.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-life-ring min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">life-ring</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lightbulb.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lightbulb.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2436,6 +2596,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">long-arrow-up</span>
|
<span class="ml2 f2 gray5 fw6">long-arrow-up</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/low-vision.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-low-vision min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">low-vision</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/magic.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/magic.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2548,6 +2716,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">medkit</span>
|
<span class="ml2 f2 gray5 fw6">medkit</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/meh.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-meh min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">meh</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mercury.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mercury.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2564,6 +2740,30 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">microchip</span>
|
<span class="ml2 f2 gray5 fw6">microchip</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/microphone.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-microphone min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">microphone</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/microphone-alt.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-microphone-alt min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">microphone-alt</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/microphone-slash.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-microphone-slash min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">microphone-slash</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2660,6 +2860,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">motorcycle</span>
|
<span class="ml2 f2 gray5 fw6">motorcycle</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mouse-pointer.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-mouse-pointer min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">mouse-pointer</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/music.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/music.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2676,6 +2884,30 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">neuter</span>
|
<span class="ml2 f2 gray5 fw6">neuter</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/newspaper.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-newspaper min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">newspaper</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/object-group.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-object-group min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">object-group</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/object-ungroup.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-object-ungroup min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">object-ungroup</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/octagon.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/octagon.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2748,6 +2980,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">pause-circle</span>
|
<span class="ml2 f2 gray5 fw6">pause-circle</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/paw.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-paw min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">paw</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pen.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pen.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2900,6 +3140,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">plus-square</span>
|
<span class="ml2 f2 gray5 fw6">plus-square</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/podcast.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-podcast min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">podcast</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/poo.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/poo.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -2940,6 +3188,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">print</span>
|
<span class="ml2 f2 gray5 fw6">print</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/puzzle-piece.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-puzzle-piece min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">puzzle-piece</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/question.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/question.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -3188,6 +3444,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">search-plus</span>
|
<span class="ml2 f2 gray5 fw6">search-plus</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/server.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-server min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">server</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -3332,6 +3596,38 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">sitemap</span>
|
<span class="ml2 f2 gray5 fw6">sitemap</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sliders-h.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-sliders-h min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">sliders-h</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sliders-h-square.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-sliders-h-square min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">sliders-h-square</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sliders-v.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-sliders-v min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">sliders-v</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sliders-v-square.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-sliders-v-square min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">sliders-v-square</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/smile.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/smile.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -3492,6 +3788,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">step-forward</span>
|
<span class="ml2 f2 gray5 fw6">step-forward</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/stethoscope.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-stethoscope min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">stethoscope</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sticky-note.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sticky-note.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -3828,6 +4132,30 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">tint</span>
|
<span class="ml2 f2 gray5 fw6">tint</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/toggle-off.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-toggle-off min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">toggle-off</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/toggle-on.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-toggle-on min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">toggle-on</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/trademark.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-trademark min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">trademark</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/train.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/train.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -3900,6 +4228,30 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">truck</span>
|
<span class="ml2 f2 gray5 fw6">truck</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tty.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-tty min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">tty</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tv.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-tv min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">tv</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tv-retro.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-tv-retro min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">tv-retro</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/underline.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/underline.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -3924,6 +4276,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">undo-alt</span>
|
<span class="ml2 f2 gray5 fw6">undo-alt</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/universal-access.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-universal-access min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">universal-access</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/unlink.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/unlink.svg" target="_blank" class="color-inherit link">
|
||||||
@@ -4164,6 +4524,14 @@
|
|||||||
<span class="ml2 f2 gray5 fw6">wifi</span>
|
<span class="ml2 f2 gray5 fw6">wifi</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window.svg" target="_blank" class="color-inherit link">
|
||||||
|
<i class="fas fa-window min-w1 w-auto"></i>
|
||||||
|
</a>
|
||||||
|
<span class="ml2 f2 gray5 fw6">window</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
<div class="flex flex-row flex-no-wrap items-center" style="font-size: px;">
|
||||||
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window-close.svg" target="_blank" class="color-inherit link">
|
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window-close.svg" target="_blank" class="color-inherit link">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "font-awesome-pro",
|
"name": "font-awesome-pro",
|
||||||
"description": "The iconic font and CSS framework",
|
"description": "The iconic font and CSS framework",
|
||||||
"version": "5.0.0-beta1",
|
"version": "5.0.0-beta2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
|
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
|
||||||
"homepage": "http://fontawesome.io/",
|
"homepage": "http://fontawesome.io/",
|
||||||
|
|||||||
587
packages/fontawesome-brands/index.es.js
Normal file
889
packages/fontawesome-brands/index.js
Normal file
9
packages/fontawesome-brands/package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "index.js",
|
||||||
|
"module": "index.es.js",
|
||||||
|
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||||
|
"jsnext:main": "index.es.js",
|
||||||
|
"license": "MIT",
|
||||||
|
"version": "0.0.5",
|
||||||
|
"name": "@fortawesome/fontawesome-brands"
|
||||||
|
}
|
||||||
1145
packages/fontawesome-light/index.es.js
Normal file
1726
packages/fontawesome-light/index.js
Normal file
9
packages/fontawesome-light/package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "index.js",
|
||||||
|
"module": "index.es.js",
|
||||||
|
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||||
|
"jsnext:main": "index.es.js",
|
||||||
|
"license": "UNLICENSED",
|
||||||
|
"version": "0.0.5",
|
||||||
|
"name": "@fortawesome/fontawesome-light"
|
||||||
|
}
|
||||||
1145
packages/fontawesome-regular/index.es.js
Normal file
1726
packages/fontawesome-regular/index.js
Normal file
9
packages/fontawesome-regular/package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "index.js",
|
||||||
|
"module": "index.es.js",
|
||||||
|
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||||
|
"jsnext:main": "index.es.js",
|
||||||
|
"license": "UNLICENSED",
|
||||||
|
"version": "0.0.5",
|
||||||
|
"name": "@fortawesome/fontawesome-regular"
|
||||||
|
}
|
||||||
1145
packages/fontawesome-solid/index.es.js
Normal file
1726
packages/fontawesome-solid/index.js
Normal file
9
packages/fontawesome-solid/package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "index.js",
|
||||||
|
"module": "index.es.js",
|
||||||
|
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||||
|
"jsnext:main": "index.es.js",
|
||||||
|
"license": "MIT",
|
||||||
|
"version": "0.0.5",
|
||||||
|
"name": "@fortawesome/fontawesome-solid"
|
||||||
|
}
|
||||||
499
packages/fontawesome/README.md
Normal file
@@ -0,0 +1,499 @@
|
|||||||
|
<h1 align="center"><img src="https://img.fortawesome.com/349cfdf6/gh-logo.svg" alt="Font Awesome 5" width="50%"></h1>
|
||||||
|
|
||||||
|
## FontAwesome.js - ES6, CommonJS, and AMD module
|
||||||
|
|
||||||
|
> "I came here to chew bubblegum and install Font Awesome 5 - and I'm all out of bubblegum"
|
||||||
|
|
||||||
|
### npm linking
|
||||||
|
While we are in are Beta period we won't be publishing packages to npmjs.com.
|
||||||
|
|
||||||
|
Instead we are going to recommend [linking](https://docs.npmjs.com/cli/link).
|
||||||
|
|
||||||
|
The basic steps of this:
|
||||||
|
|
||||||
|
1. Clone the [Font-Awesome-Pro](https://github.com/FortAwesome/Font-Awesome-Pro) repository
|
||||||
|
1. Tell npm (or yarn) where the packages are
|
||||||
|
1. Link to the packages in your project
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
|
||||||
|
Let's say that we've cloned the repository to `~/Development/projects/FortAwesome/Font-Awesome-Pro`.
|
||||||
|
|
||||||
|
And let's say that we have a project we'd like to use Font Awesome 5 Pro on in `~/Development/projects/myorg/myapp`.
|
||||||
|
|
||||||
|
##### Tell npm (or yarn) where the packages are
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd ~/Development/projects/FortAwesome/Font-Awesome-Pro/packages/fontawesome
|
||||||
|
$ npm link
|
||||||
|
$ cd ~/Development/projects/FortAwesome/Font-Awesome-Pro/packages/fontawesome-solid
|
||||||
|
$ npm link
|
||||||
|
```
|
||||||
|
|
||||||
|
If you want the Regular, Light, or Brands styles change directories to those packages and do the same `npm link`.
|
||||||
|
|
||||||
|
##### Link to the packages in your project
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd ~/Development/projects/myorg/myapp
|
||||||
|
$ npm link @fortawesome/fontawesome
|
||||||
|
$ npm link @fortawesome/fontawesome-solid
|
||||||
|
```
|
||||||
|
|
||||||
|
### Copying the packages to your project
|
||||||
|
|
||||||
|
Using `npm link` is convenient when the project you are linking to changes
|
||||||
|
often and you want to easily keep up. It however is not convenient if you are
|
||||||
|
on a team and sharing a repository with someone else or you have a continuous
|
||||||
|
integration or continuous delivery service. In these cases the build will fail
|
||||||
|
when any dependency on `@fortawesome/fontawesome` packages are imported in your
|
||||||
|
app since the linking is not part of the normal `npm install` or `yarn install`
|
||||||
|
process.
|
||||||
|
|
||||||
|
An alternative to linking is to include the packages in your own project.
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
|
||||||
|
Let's assume all your app's JavaScript is in `src/js`.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd ~/Development/projects/myorg/myapp
|
||||||
|
$ cp ~/Development/projects/FortAwesome/Font-Awesome-Pro/packages/fontawesome/index.js ./src/js/fontawesome.js
|
||||||
|
$ cp ~/Development/projects/FortAwesome/Font-Awesome-Pro/packages/fontawesome-solid/index.js ./src/js/fontawesome-solid.js
|
||||||
|
```
|
||||||
|
|
||||||
|
This is kinda gross but until we get packaging setup for our Pro users this will get you by.
|
||||||
|
|
||||||
|
## Let's get started
|
||||||
|
|
||||||
|
Once you have the packages installed (make sure you get `fontawesome` and at
|
||||||
|
least one of the styles) you can require or import the library. We're going to give examples in ES6 syntax using import.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
import fontawesome from '@fortawesome/fontawesome'
|
||||||
|
import { faUser } from '@fortawesome/fontawesome'
|
||||||
|
|
||||||
|
fontawesome.icon(faUser)
|
||||||
|
```
|
||||||
|
|
||||||
|
See the [API reference](#api-reference) for more information on what API is available.
|
||||||
|
|
||||||
|
## Icon naming
|
||||||
|
|
||||||
|
From the beginning Font Awesome has used hyphenated names like `fa-address-book`, `fa-facebook`, or `fa-circle-o`.
|
||||||
|
|
||||||
|
JavaScript does not typically use this kind of naming scheme; it uses camelCase. So here are some basic examples of
|
||||||
|
how imports will work.
|
||||||
|
|
||||||
|
* `fa-address-book` becomes `import { faAddressBook } from '@fortawesome/fontawesome-solid'`
|
||||||
|
* `fa-facebook` becomes `import { faFacebookF } from '@fortawesome/fontawesome-brands'` (it's in the Brands style and this was renamed to facebook-f)
|
||||||
|
* `fa-circle-o` becomes `import { faCircle } from '@fortawesome/fontawesome-regular'` (the outlines are in the Regular style)
|
||||||
|
* `fa-area-chart` becomes `import { faChartArea } from '@fortawesome/fontawesome-regular'` (this was renamed)
|
||||||
|
* `fa-freebsd` becomes `import { faFreebsd } from '@fortawesome/fontawesome-brands'` (OCD-warning: we know it's FreeBSD but consistency/guessability is the goal here)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Font Awesome 5 has several configuration options that affect how the library operates.
|
||||||
|
|
||||||
|
*Make sure you set your config as early as possible when using automatic CSS inserting* (more on this later)
|
||||||
|
|
||||||
|
In a browser the config is exported to `window.FontAwesomeConfig`.
|
||||||
|
|
||||||
|
Access the configuration in your app with:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
import fontawesome from '@fortawesome/fontawesome'
|
||||||
|
|
||||||
|
fontawesome.config
|
||||||
|
```
|
||||||
|
|
||||||
|
To update the configuration:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
import fontawesome from '@fortawesome/fontawesome'
|
||||||
|
|
||||||
|
fontawesome.config = {
|
||||||
|
familyPrefix: 'fa'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
There is no need to send every possible config value when updating the config. Properties will
|
||||||
|
be merged with the existing properties and values.
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
**familyPrefix** default `fa`
|
||||||
|
|
||||||
|
* `String` used to prefix classes like `fa-spin`. Changing this would allow you
|
||||||
|
to still use Font Awesome 4 with the prefix of `fa`.
|
||||||
|
|
||||||
|
**replacementClass** default `svg-inline--fa`
|
||||||
|
|
||||||
|
* `String` used as the base class name when building the SVG elements. If you
|
||||||
|
changed this to `foo` the SVGs would start with `<svg class="foo ...">`.
|
||||||
|
|
||||||
|
**autoAddCss** default `true`
|
||||||
|
|
||||||
|
* `Boolean` if this is set to `true` Font Awesome will automatically add CSS definitions to the `<head>` of the document.
|
||||||
|
|
||||||
|
**autoA11y** default `true`
|
||||||
|
|
||||||
|
* `Boolean` whether to automatically apply accessibility best practices for the generated icons.
|
||||||
|
|
||||||
|
**measurePerformance** default `false`
|
||||||
|
|
||||||
|
* `Boolean` setting this to `true` will add performance markers using the [Performance API](https://developer.mozilla.org/en-US/docs/Web/API/Performance)
|
||||||
|
|
||||||
|
The following are not used in the Node.js packages:
|
||||||
|
|
||||||
|
* autoReplaceSvg
|
||||||
|
* observeMutations
|
||||||
|
* keepOriginalSource
|
||||||
|
* showMissingIcons
|
||||||
|
|
||||||
|
## API reference
|
||||||
|
|
||||||
|
### `fontawesome.dom.i2svg(params)`
|
||||||
|
|
||||||
|
Will automatically find any `<i>` tags in the page and replace those with `<svg>` elements.
|
||||||
|
|
||||||
|
This functionality use
|
||||||
|
[`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame)
|
||||||
|
to batch the updates and increase performance.
|
||||||
|
|
||||||
|
**Note** that this function requires that the packs (located in `js/packs`) be loaded.
|
||||||
|
|
||||||
|
*index.html*
|
||||||
|
```html
|
||||||
|
<head>
|
||||||
|
<script src="js/packs/solid.js"></script>
|
||||||
|
<script src="bundle.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<i class="fa fa-user"></i>
|
||||||
|
```
|
||||||
|
|
||||||
|
*bundle.js*
|
||||||
|
```javascript
|
||||||
|
import fontawesome from '@fortawesome/fontawesome'
|
||||||
|
|
||||||
|
fontawesome.dom.i2svg()
|
||||||
|
```
|
||||||
|
|
||||||
|
To specify a different element to search:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.dom.i2svg({ node: document.getElementById('content') })
|
||||||
|
```
|
||||||
|
|
||||||
|
Register a callback that will be triggered when the icons have been rendered:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
function iconDoneRendering () {
|
||||||
|
console.log('Icons have rendered')
|
||||||
|
}
|
||||||
|
|
||||||
|
fontawesome.dom.i2svg({ callback: iconsDoneRendering })
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.dom.styles()`
|
||||||
|
|
||||||
|
Generates the accompanying CSS that is necessary to correctly display icons. If
|
||||||
|
you choose to disable `autoAddCss` in the configuration you'll need to grab
|
||||||
|
these styles and insert them manually into the DOM.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.dom.insertStyles()`
|
||||||
|
|
||||||
|
Convenience method that will add the given CSS to the DOM.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
const styles = fontawesome.dom.styles()
|
||||||
|
|
||||||
|
fontawesome.dom.insertStyles(styles)
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.parse.transform(transformString)`
|
||||||
|
|
||||||
|
Takes a Power Transform string like `grow-2 left-4 rotate-15` and produces the
|
||||||
|
transform object used to specify transforms in the API.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.parse.transform('grow-2 left-4 rotate-15')
|
||||||
|
```
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
"size": 18,
|
||||||
|
"x": -4,
|
||||||
|
"y": 0,
|
||||||
|
"flipX": false,
|
||||||
|
"flipY": false,
|
||||||
|
"rotate": 15
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.parse.iconFromPack(iconString)`
|
||||||
|
|
||||||
|
Takes the class portion of an icon's definition and fetches the icon from pack definitions.
|
||||||
|
|
||||||
|
**Note** the icon pack
|
||||||
|
[`js/packs`](https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/js/packs)
|
||||||
|
must be loaded for this function to return anything meaningful.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.parse.iconFromPack('fa fa-user')
|
||||||
|
```
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
"prefix": "fa",
|
||||||
|
"iconName": "user",
|
||||||
|
"icon": [
|
||||||
|
512,
|
||||||
|
512,
|
||||||
|
[],
|
||||||
|
"f007",
|
||||||
|
"M962…-112z"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
You can then feed this as the `iconDefinition` to other functions.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.icon(iconDefinition, params)`
|
||||||
|
|
||||||
|
Renders an icon as inline SVG.
|
||||||
|
|
||||||
|
Simple:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
import fontawesome from '@fortawesome/fontawesome'
|
||||||
|
import { faPlus } from '@fortaewsome/fontawesome-solid'
|
||||||
|
|
||||||
|
const faPlusIcon = fontawesome.icon(faPlus)
|
||||||
|
```
|
||||||
|
|
||||||
|
Getting the HTML for the icon:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faPlus).html
|
||||||
|
```
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
[
|
||||||
|
"<svg data-prefix=\"fa\" data-icon=\"user\" class=\"svg-inline--fa fa-user fa-w-16\" …>…</svg>"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Appending nodes from an [`HTMLCollection`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection):
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
const faPlusIcon = fontawesome.icon(faPlus)
|
||||||
|
|
||||||
|
// Get the first element out of the HTMLCollection
|
||||||
|
document.appendChild(faPlusIcon.node[0])
|
||||||
|
```
|
||||||
|
|
||||||
|
Abstract tree:
|
||||||
|
|
||||||
|
**Note** the `abstract` value is mostly useful for library / framework / tooling creators. It provides a data
|
||||||
|
structure that can easily be converted into other objects.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faPlus).abstract
|
||||||
|
```
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"tag": "svg",
|
||||||
|
"attributes": {
|
||||||
|
"data-prefix": "fa",
|
||||||
|
"data-icon": "user",
|
||||||
|
"class": "svg-inline--fa fa-user fa-w-16",
|
||||||
|
"role": "img",
|
||||||
|
"xmlns": "http://www.w3.org/2000/svg",
|
||||||
|
"viewBox": "0 0 512 512"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"tag": "path",
|
||||||
|
"attributes": {
|
||||||
|
"fill": "currentColor",
|
||||||
|
"d": "M96…112z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Using a transform:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faPlus, {
|
||||||
|
transform: {
|
||||||
|
size: 8, // starts at 16 so this if half
|
||||||
|
x: -4, // the same as left-4
|
||||||
|
y: 6, // the same as up-6
|
||||||
|
rotate: 90, // the same as rotate-90
|
||||||
|
flipX: true, // the same as flip-h
|
||||||
|
flipY: true // the same as flip-v
|
||||||
|
}
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
If you need help figuring out what the transform use `fontawesome.parse.transform`.
|
||||||
|
|
||||||
|
Compose another icon with the main icon:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
import { faPlus, faCircle } from '@fortawesome/fontawesome-solid'
|
||||||
|
|
||||||
|
fontawesome.icon(faPlus, {
|
||||||
|
compose: faCircle
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
Add title attribute:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faBars, {
|
||||||
|
title: 'Navigation menu'
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
[
|
||||||
|
"<svg aria-labelledby=\"svg-inline--fa-title-9\" data-prefix=\"fa\" data-icon=\"bars\" class=\"svg-inline--fa fa-bars fa-w-14\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" >" +
|
||||||
|
"<title id=\"svg-inline--fa-title-9\" >Navigation menu</title>" +
|
||||||
|
"<path …></path>" +
|
||||||
|
"</svg>"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Additional classes:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faSpinner, {
|
||||||
|
classes: ['fa-spin']
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
[
|
||||||
|
"<svg data-prefix=\"fa\" data-icon=\"spinner\" class=\"svg-inline--fa fa-spinner fa-w-16 fa-spin\" …>…</svg>"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Additional attributes:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faSpinner, {
|
||||||
|
attributes: { 'data-component-id': 987654 }
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
Additional styles:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.icon(faSpinner, {
|
||||||
|
style: { 'background-color': 'coral' }
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.layer(assembler)`
|
||||||
|
|
||||||
|
Allows multiple icons to be assembled together.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.layer((push) => {
|
||||||
|
push(fontawesome.icon(faSpinner))
|
||||||
|
push(fontawesome.icon(faUser, { transform: { size: 4 } } ))
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### `fontawesome.text(content, params)`
|
||||||
|
|
||||||
|
Add text to layers.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
fontawesome.layer((push) => {
|
||||||
|
push(fontawesome.icon(faSpinner))
|
||||||
|
push(fontawesome.text('Wait…', { transform: { size: 4 } } ))
|
||||||
|
}).html
|
||||||
|
```
|
||||||
|
|
||||||
|
`params` allow the following keys:
|
||||||
|
|
||||||
|
* `transform`
|
||||||
|
* `title`
|
||||||
|
* `classes`
|
||||||
|
* `attributes`
|
||||||
|
* `style`
|
||||||
|
|
||||||
|
## Using the browser JavaScript file to access the API
|
||||||
|
|
||||||
|
The [`js/fontawesome.js`](https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/js/fontawesome.js) is primarily used for simpler integration with Font Awesome.
|
||||||
|
|
||||||
|
By default it will automatically do the following for you:
|
||||||
|
|
||||||
|
1. Search the page for any `<i>` elements and replace them with inline SVG
|
||||||
|
1. Configure a [mutation observer](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) that will watch the page for changes and replace with inline SVG
|
||||||
|
|
||||||
|
Another thing that it does is make the API available from the global Window object.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
window.FontAwesome
|
||||||
|
```
|
||||||
|
|
||||||
|
You can use it just like you would the Node.js package:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
faUser = FontAwesome.parse.iconFromPack('fa fa-user')
|
||||||
|
|
||||||
|
FontAwesome.icon(faUser).html
|
||||||
|
```
|
||||||
|
|
||||||
|
If you would like to disable automatic replacement of `<i>` tags set the configuration before you load Font Awesome.
|
||||||
|
|
||||||
|
```html
|
||||||
|
<head>
|
||||||
|
<script>
|
||||||
|
window.FontAwesomeConfig = {
|
||||||
|
autoReplaceSvg: false,
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script src="js/fontawesome.js"></script>
|
||||||
|
<script src="js/packs/fontawesome-solid.js"></script>
|
||||||
|
</head>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Automatic CSS inserting
|
||||||
|
|
||||||
|
By default the API will automatically insert the needed CSS styles into the `<head>` of the document.
|
||||||
|
|
||||||
|
If you don't like this behaviour see the [Configuration](#configuration) section and the `autoAddCss` property.
|
||||||
|
|
||||||
|
## Tree shaking (or automatic subsetting)
|
||||||
|
|
||||||
|
Beginning with the excellent tool [Rollup.js](https://rollupjs.org) by Rich
|
||||||
|
Harris the concept of tree shaking attempts to eliminate any unused code. Webpack 2 now includes this as well.
|
||||||
|
|
||||||
|
FontAwesome.js supports tree shaking and the design of the icon system encourages only importing those icons that you need.
|
||||||
|
|
||||||
|
This can result in significantly reduce the bundle size.
|
||||||
4068
packages/fontawesome/index.es.js
Normal file
4076
packages/fontawesome/index.js
Normal file
9
packages/fontawesome/package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "index.js",
|
||||||
|
"module": "index.es.js",
|
||||||
|
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||||
|
"jsnext:main": "index.es.js",
|
||||||
|
"license": "MIT",
|
||||||
|
"version": "0.0.5",
|
||||||
|
"name": "@fortawesome/fontawesome"
|
||||||
|
}
|
||||||
@@ -81,6 +81,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-arrows-alt-v:before { content: unquote("\"#{ $fa-var-arrows-alt-v }\""); }
|
.#{$fa-css-prefix}-arrows-alt-v:before { content: unquote("\"#{ $fa-var-arrows-alt-v }\""); }
|
||||||
.#{$fa-css-prefix}-arrows-h:before { content: unquote("\"#{ $fa-var-arrows-h }\""); }
|
.#{$fa-css-prefix}-arrows-h:before { content: unquote("\"#{ $fa-var-arrows-h }\""); }
|
||||||
.#{$fa-css-prefix}-arrows-v:before { content: unquote("\"#{ $fa-var-arrows-v }\""); }
|
.#{$fa-css-prefix}-arrows-v:before { content: unquote("\"#{ $fa-var-arrows-v }\""); }
|
||||||
|
.#{$fa-css-prefix}-assistive-listening-systems:before { content: unquote("\"#{ $fa-var-assistive-listening-systems }\""); }
|
||||||
.#{$fa-css-prefix}-asterisk:before { content: unquote("\"#{ $fa-var-asterisk }\""); }
|
.#{$fa-css-prefix}-asterisk:before { content: unquote("\"#{ $fa-var-asterisk }\""); }
|
||||||
.#{$fa-css-prefix}-asymmetrik:before { content: unquote("\"#{ $fa-var-asymmetrik }\""); }
|
.#{$fa-css-prefix}-asymmetrik:before { content: unquote("\"#{ $fa-var-asymmetrik }\""); }
|
||||||
.#{$fa-css-prefix}-at:before { content: unquote("\"#{ $fa-var-at }\""); }
|
.#{$fa-css-prefix}-at:before { content: unquote("\"#{ $fa-var-at }\""); }
|
||||||
@@ -130,7 +131,9 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-bookmark:before { content: unquote("\"#{ $fa-var-bookmark }\""); }
|
.#{$fa-css-prefix}-bookmark:before { content: unquote("\"#{ $fa-var-bookmark }\""); }
|
||||||
.#{$fa-css-prefix}-braille:before { content: unquote("\"#{ $fa-var-braille }\""); }
|
.#{$fa-css-prefix}-braille:before { content: unquote("\"#{ $fa-var-braille }\""); }
|
||||||
.#{$fa-css-prefix}-briefcase:before { content: unquote("\"#{ $fa-var-briefcase }\""); }
|
.#{$fa-css-prefix}-briefcase:before { content: unquote("\"#{ $fa-var-briefcase }\""); }
|
||||||
|
.#{$fa-css-prefix}-browser:before { content: unquote("\"#{ $fa-var-browser }\""); }
|
||||||
.#{$fa-css-prefix}-btc:before { content: unquote("\"#{ $fa-var-btc }\""); }
|
.#{$fa-css-prefix}-btc:before { content: unquote("\"#{ $fa-var-btc }\""); }
|
||||||
|
.#{$fa-css-prefix}-bug:before { content: unquote("\"#{ $fa-var-bug }\""); }
|
||||||
.#{$fa-css-prefix}-building:before { content: unquote("\"#{ $fa-var-building }\""); }
|
.#{$fa-css-prefix}-building:before { content: unquote("\"#{ $fa-var-building }\""); }
|
||||||
.#{$fa-css-prefix}-bullhorn:before { content: unquote("\"#{ $fa-var-bullhorn }\""); }
|
.#{$fa-css-prefix}-bullhorn:before { content: unquote("\"#{ $fa-var-bullhorn }\""); }
|
||||||
.#{$fa-css-prefix}-bullseye:before { content: unquote("\"#{ $fa-var-bullseye }\""); }
|
.#{$fa-css-prefix}-bullseye:before { content: unquote("\"#{ $fa-var-bullseye }\""); }
|
||||||
@@ -235,6 +238,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-credit-card:before { content: unquote("\"#{ $fa-var-credit-card }\""); }
|
.#{$fa-css-prefix}-credit-card:before { content: unquote("\"#{ $fa-var-credit-card }\""); }
|
||||||
.#{$fa-css-prefix}-credit-card-blank:before { content: unquote("\"#{ $fa-var-credit-card-blank }\""); }
|
.#{$fa-css-prefix}-credit-card-blank:before { content: unquote("\"#{ $fa-var-credit-card-blank }\""); }
|
||||||
.#{$fa-css-prefix}-credit-card-front:before { content: unquote("\"#{ $fa-var-credit-card-front }\""); }
|
.#{$fa-css-prefix}-credit-card-front:before { content: unquote("\"#{ $fa-var-credit-card-front }\""); }
|
||||||
|
.#{$fa-css-prefix}-crop:before { content: unquote("\"#{ $fa-var-crop }\""); }
|
||||||
.#{$fa-css-prefix}-crosshairs:before { content: unquote("\"#{ $fa-var-crosshairs }\""); }
|
.#{$fa-css-prefix}-crosshairs:before { content: unquote("\"#{ $fa-var-crosshairs }\""); }
|
||||||
.#{$fa-css-prefix}-css3:before { content: unquote("\"#{ $fa-var-css3 }\""); }
|
.#{$fa-css-prefix}-css3:before { content: unquote("\"#{ $fa-var-css3 }\""); }
|
||||||
.#{$fa-css-prefix}-cube:before { content: unquote("\"#{ $fa-var-cube }\""); }
|
.#{$fa-css-prefix}-cube:before { content: unquote("\"#{ $fa-var-cube }\""); }
|
||||||
@@ -244,9 +248,12 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-d-and-d:before { content: unquote("\"#{ $fa-var-d-and-d }\""); }
|
.#{$fa-css-prefix}-d-and-d:before { content: unquote("\"#{ $fa-var-d-and-d }\""); }
|
||||||
.#{$fa-css-prefix}-dashcube:before { content: unquote("\"#{ $fa-var-dashcube }\""); }
|
.#{$fa-css-prefix}-dashcube:before { content: unquote("\"#{ $fa-var-dashcube }\""); }
|
||||||
.#{$fa-css-prefix}-database:before { content: unquote("\"#{ $fa-var-database }\""); }
|
.#{$fa-css-prefix}-database:before { content: unquote("\"#{ $fa-var-database }\""); }
|
||||||
|
.#{$fa-css-prefix}-deaf:before { content: unquote("\"#{ $fa-var-deaf }\""); }
|
||||||
.#{$fa-css-prefix}-delicious:before { content: unquote("\"#{ $fa-var-delicious }\""); }
|
.#{$fa-css-prefix}-delicious:before { content: unquote("\"#{ $fa-var-delicious }\""); }
|
||||||
.#{$fa-css-prefix}-deploydog:before { content: unquote("\"#{ $fa-var-deploydog }\""); }
|
.#{$fa-css-prefix}-deploydog:before { content: unquote("\"#{ $fa-var-deploydog }\""); }
|
||||||
.#{$fa-css-prefix}-deskpro:before { content: unquote("\"#{ $fa-var-deskpro }\""); }
|
.#{$fa-css-prefix}-deskpro:before { content: unquote("\"#{ $fa-var-deskpro }\""); }
|
||||||
|
.#{$fa-css-prefix}-desktop:before { content: unquote("\"#{ $fa-var-desktop }\""); }
|
||||||
|
.#{$fa-css-prefix}-desktop-alt:before { content: unquote("\"#{ $fa-var-desktop-alt }\""); }
|
||||||
.#{$fa-css-prefix}-deviantart:before { content: unquote("\"#{ $fa-var-deviantart }\""); }
|
.#{$fa-css-prefix}-deviantart:before { content: unquote("\"#{ $fa-var-deviantart }\""); }
|
||||||
.#{$fa-css-prefix}-diamond:before { content: unquote("\"#{ $fa-var-diamond }\""); }
|
.#{$fa-css-prefix}-diamond:before { content: unquote("\"#{ $fa-var-diamond }\""); }
|
||||||
.#{$fa-css-prefix}-digg:before { content: unquote("\"#{ $fa-var-digg }\""); }
|
.#{$fa-css-prefix}-digg:before { content: unquote("\"#{ $fa-var-digg }\""); }
|
||||||
@@ -267,7 +274,6 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-earlybirds:before { content: unquote("\"#{ $fa-var-earlybirds }\""); }
|
.#{$fa-css-prefix}-earlybirds:before { content: unquote("\"#{ $fa-var-earlybirds }\""); }
|
||||||
.#{$fa-css-prefix}-edge:before { content: unquote("\"#{ $fa-var-edge }\""); }
|
.#{$fa-css-prefix}-edge:before { content: unquote("\"#{ $fa-var-edge }\""); }
|
||||||
.#{$fa-css-prefix}-edit:before { content: unquote("\"#{ $fa-var-edit }\""); }
|
.#{$fa-css-prefix}-edit:before { content: unquote("\"#{ $fa-var-edit }\""); }
|
||||||
.#{$fa-css-prefix}-eercast:before { content: unquote("\"#{ $fa-var-eercast }\""); }
|
|
||||||
.#{$fa-css-prefix}-eject:before { content: unquote("\"#{ $fa-var-eject }\""); }
|
.#{$fa-css-prefix}-eject:before { content: unquote("\"#{ $fa-var-eject }\""); }
|
||||||
.#{$fa-css-prefix}-ellipsis-h:before { content: unquote("\"#{ $fa-var-ellipsis-h }\""); }
|
.#{$fa-css-prefix}-ellipsis-h:before { content: unquote("\"#{ $fa-var-ellipsis-h }\""); }
|
||||||
.#{$fa-css-prefix}-ellipsis-v:before { content: unquote("\"#{ $fa-var-ellipsis-v }\""); }
|
.#{$fa-css-prefix}-ellipsis-v:before { content: unquote("\"#{ $fa-var-ellipsis-v }\""); }
|
||||||
@@ -295,12 +301,15 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-external-link-alt:before { content: unquote("\"#{ $fa-var-external-link-alt }\""); }
|
.#{$fa-css-prefix}-external-link-alt:before { content: unquote("\"#{ $fa-var-external-link-alt }\""); }
|
||||||
.#{$fa-css-prefix}-external-link-square:before { content: unquote("\"#{ $fa-var-external-link-square }\""); }
|
.#{$fa-css-prefix}-external-link-square:before { content: unquote("\"#{ $fa-var-external-link-square }\""); }
|
||||||
.#{$fa-css-prefix}-external-link-square-alt:before { content: unquote("\"#{ $fa-var-external-link-square-alt }\""); }
|
.#{$fa-css-prefix}-external-link-square-alt:before { content: unquote("\"#{ $fa-var-external-link-square-alt }\""); }
|
||||||
|
.#{$fa-css-prefix}-eye:before { content: unquote("\"#{ $fa-var-eye }\""); }
|
||||||
|
.#{$fa-css-prefix}-eye-slash:before { content: unquote("\"#{ $fa-var-eye-slash }\""); }
|
||||||
.#{$fa-css-prefix}-facebook:before { content: unquote("\"#{ $fa-var-facebook }\""); }
|
.#{$fa-css-prefix}-facebook:before { content: unquote("\"#{ $fa-var-facebook }\""); }
|
||||||
.#{$fa-css-prefix}-facebook-f:before { content: unquote("\"#{ $fa-var-facebook-f }\""); }
|
.#{$fa-css-prefix}-facebook-f:before { content: unquote("\"#{ $fa-var-facebook-f }\""); }
|
||||||
.#{$fa-css-prefix}-facebook-messenger:before { content: unquote("\"#{ $fa-var-facebook-messenger }\""); }
|
.#{$fa-css-prefix}-facebook-messenger:before { content: unquote("\"#{ $fa-var-facebook-messenger }\""); }
|
||||||
.#{$fa-css-prefix}-facebook-square:before { content: unquote("\"#{ $fa-var-facebook-square }\""); }
|
.#{$fa-css-prefix}-facebook-square:before { content: unquote("\"#{ $fa-var-facebook-square }\""); }
|
||||||
.#{$fa-css-prefix}-fast-backward:before { content: unquote("\"#{ $fa-var-fast-backward }\""); }
|
.#{$fa-css-prefix}-fast-backward:before { content: unquote("\"#{ $fa-var-fast-backward }\""); }
|
||||||
.#{$fa-css-prefix}-fast-forward:before { content: unquote("\"#{ $fa-var-fast-forward }\""); }
|
.#{$fa-css-prefix}-fast-forward:before { content: unquote("\"#{ $fa-var-fast-forward }\""); }
|
||||||
|
.#{$fa-css-prefix}-fax:before { content: unquote("\"#{ $fa-var-fax }\""); }
|
||||||
.#{$fa-css-prefix}-female:before { content: unquote("\"#{ $fa-var-female }\""); }
|
.#{$fa-css-prefix}-female:before { content: unquote("\"#{ $fa-var-female }\""); }
|
||||||
.#{$fa-css-prefix}-fighter-jet:before { content: unquote("\"#{ $fa-var-fighter-jet }\""); }
|
.#{$fa-css-prefix}-fighter-jet:before { content: unquote("\"#{ $fa-var-fighter-jet }\""); }
|
||||||
.#{$fa-css-prefix}-file:before { content: unquote("\"#{ $fa-var-file }\""); }
|
.#{$fa-css-prefix}-file:before { content: unquote("\"#{ $fa-var-file }\""); }
|
||||||
@@ -321,6 +330,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-file-video:before { content: unquote("\"#{ $fa-var-file-video }\""); }
|
.#{$fa-css-prefix}-file-video:before { content: unquote("\"#{ $fa-var-file-video }\""); }
|
||||||
.#{$fa-css-prefix}-file-word:before { content: unquote("\"#{ $fa-var-file-word }\""); }
|
.#{$fa-css-prefix}-file-word:before { content: unquote("\"#{ $fa-var-file-word }\""); }
|
||||||
.#{$fa-css-prefix}-film:before { content: unquote("\"#{ $fa-var-film }\""); }
|
.#{$fa-css-prefix}-film:before { content: unquote("\"#{ $fa-var-film }\""); }
|
||||||
|
.#{$fa-css-prefix}-filter:before { content: unquote("\"#{ $fa-var-filter }\""); }
|
||||||
.#{$fa-css-prefix}-firefox:before { content: unquote("\"#{ $fa-var-firefox }\""); }
|
.#{$fa-css-prefix}-firefox:before { content: unquote("\"#{ $fa-var-firefox }\""); }
|
||||||
.#{$fa-css-prefix}-first-order:before { content: unquote("\"#{ $fa-var-first-order }\""); }
|
.#{$fa-css-prefix}-first-order:before { content: unquote("\"#{ $fa-var-first-order }\""); }
|
||||||
.#{$fa-css-prefix}-firstdraft:before { content: unquote("\"#{ $fa-var-firstdraft }\""); }
|
.#{$fa-css-prefix}-firstdraft:before { content: unquote("\"#{ $fa-var-firstdraft }\""); }
|
||||||
@@ -341,6 +351,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-foursquare:before { content: unquote("\"#{ $fa-var-foursquare }\""); }
|
.#{$fa-css-prefix}-foursquare:before { content: unquote("\"#{ $fa-var-foursquare }\""); }
|
||||||
.#{$fa-css-prefix}-free-code-camp:before { content: unquote("\"#{ $fa-var-free-code-camp }\""); }
|
.#{$fa-css-prefix}-free-code-camp:before { content: unquote("\"#{ $fa-var-free-code-camp }\""); }
|
||||||
.#{$fa-css-prefix}-freebsd:before { content: unquote("\"#{ $fa-var-freebsd }\""); }
|
.#{$fa-css-prefix}-freebsd:before { content: unquote("\"#{ $fa-var-freebsd }\""); }
|
||||||
|
.#{$fa-css-prefix}-frown:before { content: unquote("\"#{ $fa-var-frown }\""); }
|
||||||
.#{$fa-css-prefix}-gamepad:before { content: unquote("\"#{ $fa-var-gamepad }\""); }
|
.#{$fa-css-prefix}-gamepad:before { content: unquote("\"#{ $fa-var-gamepad }\""); }
|
||||||
.#{$fa-css-prefix}-gem:before { content: unquote("\"#{ $fa-var-gem }\""); }
|
.#{$fa-css-prefix}-gem:before { content: unquote("\"#{ $fa-var-gem }\""); }
|
||||||
.#{$fa-css-prefix}-genderless:before { content: unquote("\"#{ $fa-var-genderless }\""); }
|
.#{$fa-css-prefix}-genderless:before { content: unquote("\"#{ $fa-var-genderless }\""); }
|
||||||
@@ -352,10 +363,12 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-github:before { content: unquote("\"#{ $fa-var-github }\""); }
|
.#{$fa-css-prefix}-github:before { content: unquote("\"#{ $fa-var-github }\""); }
|
||||||
.#{$fa-css-prefix}-github-alt:before { content: unquote("\"#{ $fa-var-github-alt }\""); }
|
.#{$fa-css-prefix}-github-alt:before { content: unquote("\"#{ $fa-var-github-alt }\""); }
|
||||||
.#{$fa-css-prefix}-github-square:before { content: unquote("\"#{ $fa-var-github-square }\""); }
|
.#{$fa-css-prefix}-github-square:before { content: unquote("\"#{ $fa-var-github-square }\""); }
|
||||||
|
.#{$fa-css-prefix}-gitkraken:before { content: unquote("\"#{ $fa-var-gitkraken }\""); }
|
||||||
.#{$fa-css-prefix}-gitlab:before { content: unquote("\"#{ $fa-var-gitlab }\""); }
|
.#{$fa-css-prefix}-gitlab:before { content: unquote("\"#{ $fa-var-gitlab }\""); }
|
||||||
.#{$fa-css-prefix}-glass-martini:before { content: unquote("\"#{ $fa-var-glass-martini }\""); }
|
.#{$fa-css-prefix}-glass-martini:before { content: unquote("\"#{ $fa-var-glass-martini }\""); }
|
||||||
.#{$fa-css-prefix}-glide:before { content: unquote("\"#{ $fa-var-glide }\""); }
|
.#{$fa-css-prefix}-glide:before { content: unquote("\"#{ $fa-var-glide }\""); }
|
||||||
.#{$fa-css-prefix}-glide-g:before { content: unquote("\"#{ $fa-var-glide-g }\""); }
|
.#{$fa-css-prefix}-glide-g:before { content: unquote("\"#{ $fa-var-glide-g }\""); }
|
||||||
|
.#{$fa-css-prefix}-globe:before { content: unquote("\"#{ $fa-var-globe }\""); }
|
||||||
.#{$fa-css-prefix}-gofore:before { content: unquote("\"#{ $fa-var-gofore }\""); }
|
.#{$fa-css-prefix}-gofore:before { content: unquote("\"#{ $fa-var-gofore }\""); }
|
||||||
.#{$fa-css-prefix}-goodreads:before { content: unquote("\"#{ $fa-var-goodreads }\""); }
|
.#{$fa-css-prefix}-goodreads:before { content: unquote("\"#{ $fa-var-goodreads }\""); }
|
||||||
.#{$fa-css-prefix}-goodreads-g:before { content: unquote("\"#{ $fa-var-goodreads-g }\""); }
|
.#{$fa-css-prefix}-goodreads-g:before { content: unquote("\"#{ $fa-var-goodreads-g }\""); }
|
||||||
@@ -366,6 +379,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-google-plus-g:before { content: unquote("\"#{ $fa-var-google-plus-g }\""); }
|
.#{$fa-css-prefix}-google-plus-g:before { content: unquote("\"#{ $fa-var-google-plus-g }\""); }
|
||||||
.#{$fa-css-prefix}-google-plus-square:before { content: unquote("\"#{ $fa-var-google-plus-square }\""); }
|
.#{$fa-css-prefix}-google-plus-square:before { content: unquote("\"#{ $fa-var-google-plus-square }\""); }
|
||||||
.#{$fa-css-prefix}-google-wallet:before { content: unquote("\"#{ $fa-var-google-wallet }\""); }
|
.#{$fa-css-prefix}-google-wallet:before { content: unquote("\"#{ $fa-var-google-wallet }\""); }
|
||||||
|
.#{$fa-css-prefix}-graduation-cap:before { content: unquote("\"#{ $fa-var-graduation-cap }\""); }
|
||||||
.#{$fa-css-prefix}-gratipay:before { content: unquote("\"#{ $fa-var-gratipay }\""); }
|
.#{$fa-css-prefix}-gratipay:before { content: unquote("\"#{ $fa-var-gratipay }\""); }
|
||||||
.#{$fa-css-prefix}-grav:before { content: unquote("\"#{ $fa-var-grav }\""); }
|
.#{$fa-css-prefix}-grav:before { content: unquote("\"#{ $fa-var-grav }\""); }
|
||||||
.#{$fa-css-prefix}-gripfire:before { content: unquote("\"#{ $fa-var-gripfire }\""); }
|
.#{$fa-css-prefix}-gripfire:before { content: unquote("\"#{ $fa-var-gripfire }\""); }
|
||||||
@@ -395,6 +409,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-houzz:before { content: unquote("\"#{ $fa-var-houzz }\""); }
|
.#{$fa-css-prefix}-houzz:before { content: unquote("\"#{ $fa-var-houzz }\""); }
|
||||||
.#{$fa-css-prefix}-html5:before { content: unquote("\"#{ $fa-var-html5 }\""); }
|
.#{$fa-css-prefix}-html5:before { content: unquote("\"#{ $fa-var-html5 }\""); }
|
||||||
.#{$fa-css-prefix}-hubspot:before { content: unquote("\"#{ $fa-var-hubspot }\""); }
|
.#{$fa-css-prefix}-hubspot:before { content: unquote("\"#{ $fa-var-hubspot }\""); }
|
||||||
|
.#{$fa-css-prefix}-i-cursor:before { content: unquote("\"#{ $fa-var-i-cursor }\""); }
|
||||||
.#{$fa-css-prefix}-id-badge:before { content: unquote("\"#{ $fa-var-id-badge }\""); }
|
.#{$fa-css-prefix}-id-badge:before { content: unquote("\"#{ $fa-var-id-badge }\""); }
|
||||||
.#{$fa-css-prefix}-id-card:before { content: unquote("\"#{ $fa-var-id-card }\""); }
|
.#{$fa-css-prefix}-id-card:before { content: unquote("\"#{ $fa-var-id-card }\""); }
|
||||||
.#{$fa-css-prefix}-image:before { content: unquote("\"#{ $fa-var-image }\""); }
|
.#{$fa-css-prefix}-image:before { content: unquote("\"#{ $fa-var-image }\""); }
|
||||||
@@ -422,18 +437,23 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-js:before { content: unquote("\"#{ $fa-var-js }\""); }
|
.#{$fa-css-prefix}-js:before { content: unquote("\"#{ $fa-var-js }\""); }
|
||||||
.#{$fa-css-prefix}-js-square:before { content: unquote("\"#{ $fa-var-js-square }\""); }
|
.#{$fa-css-prefix}-js-square:before { content: unquote("\"#{ $fa-var-js-square }\""); }
|
||||||
.#{$fa-css-prefix}-jsfiddle:before { content: unquote("\"#{ $fa-var-jsfiddle }\""); }
|
.#{$fa-css-prefix}-jsfiddle:before { content: unquote("\"#{ $fa-var-jsfiddle }\""); }
|
||||||
|
.#{$fa-css-prefix}-key:before { content: unquote("\"#{ $fa-var-key }\""); }
|
||||||
|
.#{$fa-css-prefix}-keyboard:before { content: unquote("\"#{ $fa-var-keyboard }\""); }
|
||||||
.#{$fa-css-prefix}-keycdn:before { content: unquote("\"#{ $fa-var-keycdn }\""); }
|
.#{$fa-css-prefix}-keycdn:before { content: unquote("\"#{ $fa-var-keycdn }\""); }
|
||||||
.#{$fa-css-prefix}-kickstarter:before { content: unquote("\"#{ $fa-var-kickstarter }\""); }
|
.#{$fa-css-prefix}-kickstarter:before { content: unquote("\"#{ $fa-var-kickstarter }\""); }
|
||||||
.#{$fa-css-prefix}-kickstarter-k:before { content: unquote("\"#{ $fa-var-kickstarter-k }\""); }
|
.#{$fa-css-prefix}-kickstarter-k:before { content: unquote("\"#{ $fa-var-kickstarter-k }\""); }
|
||||||
|
.#{$fa-css-prefix}-laptop:before { content: unquote("\"#{ $fa-var-laptop }\""); }
|
||||||
.#{$fa-css-prefix}-laravel:before { content: unquote("\"#{ $fa-var-laravel }\""); }
|
.#{$fa-css-prefix}-laravel:before { content: unquote("\"#{ $fa-var-laravel }\""); }
|
||||||
.#{$fa-css-prefix}-lastfm:before { content: unquote("\"#{ $fa-var-lastfm }\""); }
|
.#{$fa-css-prefix}-lastfm:before { content: unquote("\"#{ $fa-var-lastfm }\""); }
|
||||||
.#{$fa-css-prefix}-lastfm-square:before { content: unquote("\"#{ $fa-var-lastfm-square }\""); }
|
.#{$fa-css-prefix}-lastfm-square:before { content: unquote("\"#{ $fa-var-lastfm-square }\""); }
|
||||||
.#{$fa-css-prefix}-leaf:before { content: unquote("\"#{ $fa-var-leaf }\""); }
|
.#{$fa-css-prefix}-leaf:before { content: unquote("\"#{ $fa-var-leaf }\""); }
|
||||||
.#{$fa-css-prefix}-leanpub:before { content: unquote("\"#{ $fa-var-leanpub }\""); }
|
.#{$fa-css-prefix}-leanpub:before { content: unquote("\"#{ $fa-var-leanpub }\""); }
|
||||||
|
.#{$fa-css-prefix}-lemon:before { content: unquote("\"#{ $fa-var-lemon }\""); }
|
||||||
.#{$fa-css-prefix}-level-down:before { content: unquote("\"#{ $fa-var-level-down }\""); }
|
.#{$fa-css-prefix}-level-down:before { content: unquote("\"#{ $fa-var-level-down }\""); }
|
||||||
.#{$fa-css-prefix}-level-down-alt:before { content: unquote("\"#{ $fa-var-level-down-alt }\""); }
|
.#{$fa-css-prefix}-level-down-alt:before { content: unquote("\"#{ $fa-var-level-down-alt }\""); }
|
||||||
.#{$fa-css-prefix}-level-up:before { content: unquote("\"#{ $fa-var-level-up }\""); }
|
.#{$fa-css-prefix}-level-up:before { content: unquote("\"#{ $fa-var-level-up }\""); }
|
||||||
.#{$fa-css-prefix}-level-up-alt:before { content: unquote("\"#{ $fa-var-level-up-alt }\""); }
|
.#{$fa-css-prefix}-level-up-alt:before { content: unquote("\"#{ $fa-var-level-up-alt }\""); }
|
||||||
|
.#{$fa-css-prefix}-life-ring:before { content: unquote("\"#{ $fa-var-life-ring }\""); }
|
||||||
.#{$fa-css-prefix}-lightbulb:before { content: unquote("\"#{ $fa-var-lightbulb }\""); }
|
.#{$fa-css-prefix}-lightbulb:before { content: unquote("\"#{ $fa-var-lightbulb }\""); }
|
||||||
.#{$fa-css-prefix}-line:before { content: unquote("\"#{ $fa-var-line }\""); }
|
.#{$fa-css-prefix}-line:before { content: unquote("\"#{ $fa-var-line }\""); }
|
||||||
.#{$fa-css-prefix}-link:before { content: unquote("\"#{ $fa-var-link }\""); }
|
.#{$fa-css-prefix}-link:before { content: unquote("\"#{ $fa-var-link }\""); }
|
||||||
@@ -459,6 +479,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-long-arrow-left:before { content: unquote("\"#{ $fa-var-long-arrow-left }\""); }
|
.#{$fa-css-prefix}-long-arrow-left:before { content: unquote("\"#{ $fa-var-long-arrow-left }\""); }
|
||||||
.#{$fa-css-prefix}-long-arrow-right:before { content: unquote("\"#{ $fa-var-long-arrow-right }\""); }
|
.#{$fa-css-prefix}-long-arrow-right:before { content: unquote("\"#{ $fa-var-long-arrow-right }\""); }
|
||||||
.#{$fa-css-prefix}-long-arrow-up:before { content: unquote("\"#{ $fa-var-long-arrow-up }\""); }
|
.#{$fa-css-prefix}-long-arrow-up:before { content: unquote("\"#{ $fa-var-long-arrow-up }\""); }
|
||||||
|
.#{$fa-css-prefix}-low-vision:before { content: unquote("\"#{ $fa-var-low-vision }\""); }
|
||||||
.#{$fa-css-prefix}-lyft:before { content: unquote("\"#{ $fa-var-lyft }\""); }
|
.#{$fa-css-prefix}-lyft:before { content: unquote("\"#{ $fa-var-lyft }\""); }
|
||||||
.#{$fa-css-prefix}-magento:before { content: unquote("\"#{ $fa-var-magento }\""); }
|
.#{$fa-css-prefix}-magento:before { content: unquote("\"#{ $fa-var-magento }\""); }
|
||||||
.#{$fa-css-prefix}-magic:before { content: unquote("\"#{ $fa-var-magic }\""); }
|
.#{$fa-css-prefix}-magic:before { content: unquote("\"#{ $fa-var-magic }\""); }
|
||||||
@@ -480,8 +501,12 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-medkit:before { content: unquote("\"#{ $fa-var-medkit }\""); }
|
.#{$fa-css-prefix}-medkit:before { content: unquote("\"#{ $fa-var-medkit }\""); }
|
||||||
.#{$fa-css-prefix}-medrt:before { content: unquote("\"#{ $fa-var-medrt }\""); }
|
.#{$fa-css-prefix}-medrt:before { content: unquote("\"#{ $fa-var-medrt }\""); }
|
||||||
.#{$fa-css-prefix}-meetup:before { content: unquote("\"#{ $fa-var-meetup }\""); }
|
.#{$fa-css-prefix}-meetup:before { content: unquote("\"#{ $fa-var-meetup }\""); }
|
||||||
|
.#{$fa-css-prefix}-meh:before { content: unquote("\"#{ $fa-var-meh }\""); }
|
||||||
.#{$fa-css-prefix}-mercury:before { content: unquote("\"#{ $fa-var-mercury }\""); }
|
.#{$fa-css-prefix}-mercury:before { content: unquote("\"#{ $fa-var-mercury }\""); }
|
||||||
.#{$fa-css-prefix}-microchip:before { content: unquote("\"#{ $fa-var-microchip }\""); }
|
.#{$fa-css-prefix}-microchip:before { content: unquote("\"#{ $fa-var-microchip }\""); }
|
||||||
|
.#{$fa-css-prefix}-microphone:before { content: unquote("\"#{ $fa-var-microphone }\""); }
|
||||||
|
.#{$fa-css-prefix}-microphone-alt:before { content: unquote("\"#{ $fa-var-microphone-alt }\""); }
|
||||||
|
.#{$fa-css-prefix}-microphone-slash:before { content: unquote("\"#{ $fa-var-microphone-slash }\""); }
|
||||||
.#{$fa-css-prefix}-minus:before { content: unquote("\"#{ $fa-var-minus }\""); }
|
.#{$fa-css-prefix}-minus:before { content: unquote("\"#{ $fa-var-minus }\""); }
|
||||||
.#{$fa-css-prefix}-minus-circle:before { content: unquote("\"#{ $fa-var-minus-circle }\""); }
|
.#{$fa-css-prefix}-minus-circle:before { content: unquote("\"#{ $fa-var-minus-circle }\""); }
|
||||||
.#{$fa-css-prefix}-minus-hexagon:before { content: unquote("\"#{ $fa-var-minus-hexagon }\""); }
|
.#{$fa-css-prefix}-minus-hexagon:before { content: unquote("\"#{ $fa-var-minus-hexagon }\""); }
|
||||||
@@ -499,11 +524,15 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-money-bill:before { content: unquote("\"#{ $fa-var-money-bill }\""); }
|
.#{$fa-css-prefix}-money-bill:before { content: unquote("\"#{ $fa-var-money-bill }\""); }
|
||||||
.#{$fa-css-prefix}-money-bill-alt:before { content: unquote("\"#{ $fa-var-money-bill-alt }\""); }
|
.#{$fa-css-prefix}-money-bill-alt:before { content: unquote("\"#{ $fa-var-money-bill-alt }\""); }
|
||||||
.#{$fa-css-prefix}-motorcycle:before { content: unquote("\"#{ $fa-var-motorcycle }\""); }
|
.#{$fa-css-prefix}-motorcycle:before { content: unquote("\"#{ $fa-var-motorcycle }\""); }
|
||||||
|
.#{$fa-css-prefix}-mouse-pointer:before { content: unquote("\"#{ $fa-var-mouse-pointer }\""); }
|
||||||
.#{$fa-css-prefix}-music:before { content: unquote("\"#{ $fa-var-music }\""); }
|
.#{$fa-css-prefix}-music:before { content: unquote("\"#{ $fa-var-music }\""); }
|
||||||
.#{$fa-css-prefix}-napster:before { content: unquote("\"#{ $fa-var-napster }\""); }
|
.#{$fa-css-prefix}-napster:before { content: unquote("\"#{ $fa-var-napster }\""); }
|
||||||
.#{$fa-css-prefix}-neuter:before { content: unquote("\"#{ $fa-var-neuter }\""); }
|
.#{$fa-css-prefix}-neuter:before { content: unquote("\"#{ $fa-var-neuter }\""); }
|
||||||
|
.#{$fa-css-prefix}-newspaper:before { content: unquote("\"#{ $fa-var-newspaper }\""); }
|
||||||
.#{$fa-css-prefix}-npm:before { content: unquote("\"#{ $fa-var-npm }\""); }
|
.#{$fa-css-prefix}-npm:before { content: unquote("\"#{ $fa-var-npm }\""); }
|
||||||
.#{$fa-css-prefix}-nutritionix:before { content: unquote("\"#{ $fa-var-nutritionix }\""); }
|
.#{$fa-css-prefix}-nutritionix:before { content: unquote("\"#{ $fa-var-nutritionix }\""); }
|
||||||
|
.#{$fa-css-prefix}-object-group:before { content: unquote("\"#{ $fa-var-object-group }\""); }
|
||||||
|
.#{$fa-css-prefix}-object-ungroup:before { content: unquote("\"#{ $fa-var-object-ungroup }\""); }
|
||||||
.#{$fa-css-prefix}-octagon:before { content: unquote("\"#{ $fa-var-octagon }\""); }
|
.#{$fa-css-prefix}-octagon:before { content: unquote("\"#{ $fa-var-octagon }\""); }
|
||||||
.#{$fa-css-prefix}-odnoklassniki:before { content: unquote("\"#{ $fa-var-odnoklassniki }\""); }
|
.#{$fa-css-prefix}-odnoklassniki:before { content: unquote("\"#{ $fa-var-odnoklassniki }\""); }
|
||||||
.#{$fa-css-prefix}-odnoklassniki-square:before { content: unquote("\"#{ $fa-var-odnoklassniki-square }\""); }
|
.#{$fa-css-prefix}-odnoklassniki-square:before { content: unquote("\"#{ $fa-var-odnoklassniki-square }\""); }
|
||||||
@@ -523,6 +552,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-patreon:before { content: unquote("\"#{ $fa-var-patreon }\""); }
|
.#{$fa-css-prefix}-patreon:before { content: unquote("\"#{ $fa-var-patreon }\""); }
|
||||||
.#{$fa-css-prefix}-pause:before { content: unquote("\"#{ $fa-var-pause }\""); }
|
.#{$fa-css-prefix}-pause:before { content: unquote("\"#{ $fa-var-pause }\""); }
|
||||||
.#{$fa-css-prefix}-pause-circle:before { content: unquote("\"#{ $fa-var-pause-circle }\""); }
|
.#{$fa-css-prefix}-pause-circle:before { content: unquote("\"#{ $fa-var-pause-circle }\""); }
|
||||||
|
.#{$fa-css-prefix}-paw:before { content: unquote("\"#{ $fa-var-paw }\""); }
|
||||||
.#{$fa-css-prefix}-paypal:before { content: unquote("\"#{ $fa-var-paypal }\""); }
|
.#{$fa-css-prefix}-paypal:before { content: unquote("\"#{ $fa-var-paypal }\""); }
|
||||||
.#{$fa-css-prefix}-pen:before { content: unquote("\"#{ $fa-var-pen }\""); }
|
.#{$fa-css-prefix}-pen:before { content: unquote("\"#{ $fa-var-pen }\""); }
|
||||||
.#{$fa-css-prefix}-pen-alt:before { content: unquote("\"#{ $fa-var-pen-alt }\""); }
|
.#{$fa-css-prefix}-pen-alt:before { content: unquote("\"#{ $fa-var-pen-alt }\""); }
|
||||||
@@ -553,6 +583,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-plus-hexagon:before { content: unquote("\"#{ $fa-var-plus-hexagon }\""); }
|
.#{$fa-css-prefix}-plus-hexagon:before { content: unquote("\"#{ $fa-var-plus-hexagon }\""); }
|
||||||
.#{$fa-css-prefix}-plus-octagon:before { content: unquote("\"#{ $fa-var-plus-octagon }\""); }
|
.#{$fa-css-prefix}-plus-octagon:before { content: unquote("\"#{ $fa-var-plus-octagon }\""); }
|
||||||
.#{$fa-css-prefix}-plus-square:before { content: unquote("\"#{ $fa-var-plus-square }\""); }
|
.#{$fa-css-prefix}-plus-square:before { content: unquote("\"#{ $fa-var-plus-square }\""); }
|
||||||
|
.#{$fa-css-prefix}-podcast:before { content: unquote("\"#{ $fa-var-podcast }\""); }
|
||||||
.#{$fa-css-prefix}-poo:before { content: unquote("\"#{ $fa-var-poo }\""); }
|
.#{$fa-css-prefix}-poo:before { content: unquote("\"#{ $fa-var-poo }\""); }
|
||||||
.#{$fa-css-prefix}-portrait:before { content: unquote("\"#{ $fa-var-portrait }\""); }
|
.#{$fa-css-prefix}-portrait:before { content: unquote("\"#{ $fa-var-portrait }\""); }
|
||||||
.#{$fa-css-prefix}-pound-sign:before { content: unquote("\"#{ $fa-var-pound-sign }\""); }
|
.#{$fa-css-prefix}-pound-sign:before { content: unquote("\"#{ $fa-var-pound-sign }\""); }
|
||||||
@@ -560,6 +591,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-print:before { content: unquote("\"#{ $fa-var-print }\""); }
|
.#{$fa-css-prefix}-print:before { content: unquote("\"#{ $fa-var-print }\""); }
|
||||||
.#{$fa-css-prefix}-product-hunt:before { content: unquote("\"#{ $fa-var-product-hunt }\""); }
|
.#{$fa-css-prefix}-product-hunt:before { content: unquote("\"#{ $fa-var-product-hunt }\""); }
|
||||||
.#{$fa-css-prefix}-pushed:before { content: unquote("\"#{ $fa-var-pushed }\""); }
|
.#{$fa-css-prefix}-pushed:before { content: unquote("\"#{ $fa-var-pushed }\""); }
|
||||||
|
.#{$fa-css-prefix}-puzzle-piece:before { content: unquote("\"#{ $fa-var-puzzle-piece }\""); }
|
||||||
.#{$fa-css-prefix}-python:before { content: unquote("\"#{ $fa-var-python }\""); }
|
.#{$fa-css-prefix}-python:before { content: unquote("\"#{ $fa-var-python }\""); }
|
||||||
.#{$fa-css-prefix}-qq:before { content: unquote("\"#{ $fa-var-qq }\""); }
|
.#{$fa-css-prefix}-qq:before { content: unquote("\"#{ $fa-var-qq }\""); }
|
||||||
.#{$fa-css-prefix}-question:before { content: unquote("\"#{ $fa-var-question }\""); }
|
.#{$fa-css-prefix}-question:before { content: unquote("\"#{ $fa-var-question }\""); }
|
||||||
@@ -610,7 +642,9 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-search-minus:before { content: unquote("\"#{ $fa-var-search-minus }\""); }
|
.#{$fa-css-prefix}-search-minus:before { content: unquote("\"#{ $fa-var-search-minus }\""); }
|
||||||
.#{$fa-css-prefix}-search-plus:before { content: unquote("\"#{ $fa-var-search-plus }\""); }
|
.#{$fa-css-prefix}-search-plus:before { content: unquote("\"#{ $fa-var-search-plus }\""); }
|
||||||
.#{$fa-css-prefix}-searchengin:before { content: unquote("\"#{ $fa-var-searchengin }\""); }
|
.#{$fa-css-prefix}-searchengin:before { content: unquote("\"#{ $fa-var-searchengin }\""); }
|
||||||
|
.#{$fa-css-prefix}-sellcast:before { content: unquote("\"#{ $fa-var-sellcast }\""); }
|
||||||
.#{$fa-css-prefix}-sellsy:before { content: unquote("\"#{ $fa-var-sellsy }\""); }
|
.#{$fa-css-prefix}-sellsy:before { content: unquote("\"#{ $fa-var-sellsy }\""); }
|
||||||
|
.#{$fa-css-prefix}-server:before { content: unquote("\"#{ $fa-var-server }\""); }
|
||||||
.#{$fa-css-prefix}-servicestack:before { content: unquote("\"#{ $fa-var-servicestack }\""); }
|
.#{$fa-css-prefix}-servicestack:before { content: unquote("\"#{ $fa-var-servicestack }\""); }
|
||||||
.#{$fa-css-prefix}-share:before { content: unquote("\"#{ $fa-var-share }\""); }
|
.#{$fa-css-prefix}-share:before { content: unquote("\"#{ $fa-var-share }\""); }
|
||||||
.#{$fa-css-prefix}-share-all:before { content: unquote("\"#{ $fa-var-share-all }\""); }
|
.#{$fa-css-prefix}-share-all:before { content: unquote("\"#{ $fa-var-share-all }\""); }
|
||||||
@@ -637,6 +671,10 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-skype:before { content: unquote("\"#{ $fa-var-skype }\""); }
|
.#{$fa-css-prefix}-skype:before { content: unquote("\"#{ $fa-var-skype }\""); }
|
||||||
.#{$fa-css-prefix}-slack:before { content: unquote("\"#{ $fa-var-slack }\""); }
|
.#{$fa-css-prefix}-slack:before { content: unquote("\"#{ $fa-var-slack }\""); }
|
||||||
.#{$fa-css-prefix}-slack-hash:before { content: unquote("\"#{ $fa-var-slack-hash }\""); }
|
.#{$fa-css-prefix}-slack-hash:before { content: unquote("\"#{ $fa-var-slack-hash }\""); }
|
||||||
|
.#{$fa-css-prefix}-sliders-h:before { content: unquote("\"#{ $fa-var-sliders-h }\""); }
|
||||||
|
.#{$fa-css-prefix}-sliders-h-square:before { content: unquote("\"#{ $fa-var-sliders-h-square }\""); }
|
||||||
|
.#{$fa-css-prefix}-sliders-v:before { content: unquote("\"#{ $fa-var-sliders-v }\""); }
|
||||||
|
.#{$fa-css-prefix}-sliders-v-square:before { content: unquote("\"#{ $fa-var-sliders-v-square }\""); }
|
||||||
.#{$fa-css-prefix}-slideshare:before { content: unquote("\"#{ $fa-var-slideshare }\""); }
|
.#{$fa-css-prefix}-slideshare:before { content: unquote("\"#{ $fa-var-slideshare }\""); }
|
||||||
.#{$fa-css-prefix}-smile:before { content: unquote("\"#{ $fa-var-smile }\""); }
|
.#{$fa-css-prefix}-smile:before { content: unquote("\"#{ $fa-var-smile }\""); }
|
||||||
.#{$fa-css-prefix}-snapchat:before { content: unquote("\"#{ $fa-var-snapchat }\""); }
|
.#{$fa-css-prefix}-snapchat:before { content: unquote("\"#{ $fa-var-snapchat }\""); }
|
||||||
@@ -670,6 +708,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-steam-symbol:before { content: unquote("\"#{ $fa-var-steam-symbol }\""); }
|
.#{$fa-css-prefix}-steam-symbol:before { content: unquote("\"#{ $fa-var-steam-symbol }\""); }
|
||||||
.#{$fa-css-prefix}-step-backward:before { content: unquote("\"#{ $fa-var-step-backward }\""); }
|
.#{$fa-css-prefix}-step-backward:before { content: unquote("\"#{ $fa-var-step-backward }\""); }
|
||||||
.#{$fa-css-prefix}-step-forward:before { content: unquote("\"#{ $fa-var-step-forward }\""); }
|
.#{$fa-css-prefix}-step-forward:before { content: unquote("\"#{ $fa-var-step-forward }\""); }
|
||||||
|
.#{$fa-css-prefix}-stethoscope:before { content: unquote("\"#{ $fa-var-stethoscope }\""); }
|
||||||
.#{$fa-css-prefix}-sticky-note:before { content: unquote("\"#{ $fa-var-sticky-note }\""); }
|
.#{$fa-css-prefix}-sticky-note:before { content: unquote("\"#{ $fa-var-sticky-note }\""); }
|
||||||
.#{$fa-css-prefix}-stop:before { content: unquote("\"#{ $fa-var-stop }\""); }
|
.#{$fa-css-prefix}-stop:before { content: unquote("\"#{ $fa-var-stop }\""); }
|
||||||
.#{$fa-css-prefix}-stop-circle:before { content: unquote("\"#{ $fa-var-stop-circle }\""); }
|
.#{$fa-css-prefix}-stop-circle:before { content: unquote("\"#{ $fa-var-stop-circle }\""); }
|
||||||
@@ -684,6 +723,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-suitcase:before { content: unquote("\"#{ $fa-var-suitcase }\""); }
|
.#{$fa-css-prefix}-suitcase:before { content: unquote("\"#{ $fa-var-suitcase }\""); }
|
||||||
.#{$fa-css-prefix}-superpowers:before { content: unquote("\"#{ $fa-var-superpowers }\""); }
|
.#{$fa-css-prefix}-superpowers:before { content: unquote("\"#{ $fa-var-superpowers }\""); }
|
||||||
.#{$fa-css-prefix}-superscript:before { content: unquote("\"#{ $fa-var-superscript }\""); }
|
.#{$fa-css-prefix}-superscript:before { content: unquote("\"#{ $fa-var-superscript }\""); }
|
||||||
|
.#{$fa-css-prefix}-supple:before { content: unquote("\"#{ $fa-var-supple }\""); }
|
||||||
.#{$fa-css-prefix}-sync:before { content: unquote("\"#{ $fa-var-sync }\""); }
|
.#{$fa-css-prefix}-sync:before { content: unquote("\"#{ $fa-var-sync }\""); }
|
||||||
.#{$fa-css-prefix}-sync-alt:before { content: unquote("\"#{ $fa-var-sync-alt }\""); }
|
.#{$fa-css-prefix}-sync-alt:before { content: unquote("\"#{ $fa-var-sync-alt }\""); }
|
||||||
.#{$fa-css-prefix}-table:before { content: unquote("\"#{ $fa-var-table }\""); }
|
.#{$fa-css-prefix}-table:before { content: unquote("\"#{ $fa-var-table }\""); }
|
||||||
@@ -720,6 +760,9 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-times-octagon:before { content: unquote("\"#{ $fa-var-times-octagon }\""); }
|
.#{$fa-css-prefix}-times-octagon:before { content: unquote("\"#{ $fa-var-times-octagon }\""); }
|
||||||
.#{$fa-css-prefix}-times-square:before { content: unquote("\"#{ $fa-var-times-square }\""); }
|
.#{$fa-css-prefix}-times-square:before { content: unquote("\"#{ $fa-var-times-square }\""); }
|
||||||
.#{$fa-css-prefix}-tint:before { content: unquote("\"#{ $fa-var-tint }\""); }
|
.#{$fa-css-prefix}-tint:before { content: unquote("\"#{ $fa-var-tint }\""); }
|
||||||
|
.#{$fa-css-prefix}-toggle-off:before { content: unquote("\"#{ $fa-var-toggle-off }\""); }
|
||||||
|
.#{$fa-css-prefix}-toggle-on:before { content: unquote("\"#{ $fa-var-toggle-on }\""); }
|
||||||
|
.#{$fa-css-prefix}-trademark:before { content: unquote("\"#{ $fa-var-trademark }\""); }
|
||||||
.#{$fa-css-prefix}-train:before { content: unquote("\"#{ $fa-var-train }\""); }
|
.#{$fa-css-prefix}-train:before { content: unquote("\"#{ $fa-var-train }\""); }
|
||||||
.#{$fa-css-prefix}-transgender:before { content: unquote("\"#{ $fa-var-transgender }\""); }
|
.#{$fa-css-prefix}-transgender:before { content: unquote("\"#{ $fa-var-transgender }\""); }
|
||||||
.#{$fa-css-prefix}-transgender-alt:before { content: unquote("\"#{ $fa-var-transgender-alt }\""); }
|
.#{$fa-css-prefix}-transgender-alt:before { content: unquote("\"#{ $fa-var-transgender-alt }\""); }
|
||||||
@@ -731,8 +774,11 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-trophy:before { content: unquote("\"#{ $fa-var-trophy }\""); }
|
.#{$fa-css-prefix}-trophy:before { content: unquote("\"#{ $fa-var-trophy }\""); }
|
||||||
.#{$fa-css-prefix}-trophy-alt:before { content: unquote("\"#{ $fa-var-trophy-alt }\""); }
|
.#{$fa-css-prefix}-trophy-alt:before { content: unquote("\"#{ $fa-var-trophy-alt }\""); }
|
||||||
.#{$fa-css-prefix}-truck:before { content: unquote("\"#{ $fa-var-truck }\""); }
|
.#{$fa-css-prefix}-truck:before { content: unquote("\"#{ $fa-var-truck }\""); }
|
||||||
|
.#{$fa-css-prefix}-tty:before { content: unquote("\"#{ $fa-var-tty }\""); }
|
||||||
.#{$fa-css-prefix}-tumblr:before { content: unquote("\"#{ $fa-var-tumblr }\""); }
|
.#{$fa-css-prefix}-tumblr:before { content: unquote("\"#{ $fa-var-tumblr }\""); }
|
||||||
.#{$fa-css-prefix}-tumblr-square:before { content: unquote("\"#{ $fa-var-tumblr-square }\""); }
|
.#{$fa-css-prefix}-tumblr-square:before { content: unquote("\"#{ $fa-var-tumblr-square }\""); }
|
||||||
|
.#{$fa-css-prefix}-tv:before { content: unquote("\"#{ $fa-var-tv }\""); }
|
||||||
|
.#{$fa-css-prefix}-tv-retro:before { content: unquote("\"#{ $fa-var-tv-retro }\""); }
|
||||||
.#{$fa-css-prefix}-twitch:before { content: unquote("\"#{ $fa-var-twitch }\""); }
|
.#{$fa-css-prefix}-twitch:before { content: unquote("\"#{ $fa-var-twitch }\""); }
|
||||||
.#{$fa-css-prefix}-twitter:before { content: unquote("\"#{ $fa-var-twitter }\""); }
|
.#{$fa-css-prefix}-twitter:before { content: unquote("\"#{ $fa-var-twitter }\""); }
|
||||||
.#{$fa-css-prefix}-twitter-square:before { content: unquote("\"#{ $fa-var-twitter-square }\""); }
|
.#{$fa-css-prefix}-twitter-square:before { content: unquote("\"#{ $fa-var-twitter-square }\""); }
|
||||||
@@ -741,6 +787,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-underline:before { content: unquote("\"#{ $fa-var-underline }\""); }
|
.#{$fa-css-prefix}-underline:before { content: unquote("\"#{ $fa-var-underline }\""); }
|
||||||
.#{$fa-css-prefix}-undo:before { content: unquote("\"#{ $fa-var-undo }\""); }
|
.#{$fa-css-prefix}-undo:before { content: unquote("\"#{ $fa-var-undo }\""); }
|
||||||
.#{$fa-css-prefix}-undo-alt:before { content: unquote("\"#{ $fa-var-undo-alt }\""); }
|
.#{$fa-css-prefix}-undo-alt:before { content: unquote("\"#{ $fa-var-undo-alt }\""); }
|
||||||
|
.#{$fa-css-prefix}-universal-access:before { content: unquote("\"#{ $fa-var-universal-access }\""); }
|
||||||
.#{$fa-css-prefix}-unlink:before { content: unquote("\"#{ $fa-var-unlink }\""); }
|
.#{$fa-css-prefix}-unlink:before { content: unquote("\"#{ $fa-var-unlink }\""); }
|
||||||
.#{$fa-css-prefix}-unlock:before { content: unquote("\"#{ $fa-var-unlock }\""); }
|
.#{$fa-css-prefix}-unlock:before { content: unquote("\"#{ $fa-var-unlock }\""); }
|
||||||
.#{$fa-css-prefix}-unlock-alt:before { content: unquote("\"#{ $fa-var-unlock-alt }\""); }
|
.#{$fa-css-prefix}-unlock-alt:before { content: unquote("\"#{ $fa-var-unlock-alt }\""); }
|
||||||
@@ -791,6 +838,7 @@ readers do not read off random characters that represent icons */
|
|||||||
.#{$fa-css-prefix}-whmcs:before { content: unquote("\"#{ $fa-var-whmcs }\""); }
|
.#{$fa-css-prefix}-whmcs:before { content: unquote("\"#{ $fa-var-whmcs }\""); }
|
||||||
.#{$fa-css-prefix}-wifi:before { content: unquote("\"#{ $fa-var-wifi }\""); }
|
.#{$fa-css-prefix}-wifi:before { content: unquote("\"#{ $fa-var-wifi }\""); }
|
||||||
.#{$fa-css-prefix}-wikipedia-w:before { content: unquote("\"#{ $fa-var-wikipedia-w }\""); }
|
.#{$fa-css-prefix}-wikipedia-w:before { content: unquote("\"#{ $fa-var-wikipedia-w }\""); }
|
||||||
|
.#{$fa-css-prefix}-window:before { content: unquote("\"#{ $fa-var-window }\""); }
|
||||||
.#{$fa-css-prefix}-window-close:before { content: unquote("\"#{ $fa-var-window-close }\""); }
|
.#{$fa-css-prefix}-window-close:before { content: unquote("\"#{ $fa-var-window-close }\""); }
|
||||||
.#{$fa-css-prefix}-window-maximize:before { content: unquote("\"#{ $fa-var-window-maximize }\""); }
|
.#{$fa-css-prefix}-window-maximize:before { content: unquote("\"#{ $fa-var-window-maximize }\""); }
|
||||||
.#{$fa-css-prefix}-window-minimize:before { content: unquote("\"#{ $fa-var-window-minimize }\""); }
|
.#{$fa-css-prefix}-window-minimize:before { content: unquote("\"#{ $fa-var-window-minimize }\""); }
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ $fa-var-arrows-alt-h: \f337;
|
|||||||
$fa-var-arrows-alt-v: \f338;
|
$fa-var-arrows-alt-v: \f338;
|
||||||
$fa-var-arrows-h: \f07e;
|
$fa-var-arrows-h: \f07e;
|
||||||
$fa-var-arrows-v: \f07d;
|
$fa-var-arrows-v: \f07d;
|
||||||
|
$fa-var-assistive-listening-systems: \f2a2;
|
||||||
$fa-var-asterisk: \f069;
|
$fa-var-asterisk: \f069;
|
||||||
$fa-var-asymmetrik: \f371;
|
$fa-var-asymmetrik: \f371;
|
||||||
$fa-var-at: \f1fa;
|
$fa-var-at: \f1fa;
|
||||||
@@ -138,11 +139,13 @@ $fa-var-book: \f02d;
|
|||||||
$fa-var-bookmark: \f02e;
|
$fa-var-bookmark: \f02e;
|
||||||
$fa-var-braille: \f2a1;
|
$fa-var-braille: \f2a1;
|
||||||
$fa-var-briefcase: \f0b1;
|
$fa-var-briefcase: \f0b1;
|
||||||
|
$fa-var-browser: \f37d;
|
||||||
$fa-var-btc: \f15a;
|
$fa-var-btc: \f15a;
|
||||||
|
$fa-var-bug: \f188;
|
||||||
$fa-var-building: \f1ad;
|
$fa-var-building: \f1ad;
|
||||||
$fa-var-bullhorn: \f0a1;
|
$fa-var-bullhorn: \f0a1;
|
||||||
$fa-var-bullseye: \f140;
|
$fa-var-bullseye: \f140;
|
||||||
$fa-var-buromobelexperte: \f37d;
|
$fa-var-buromobelexperte: \f37e;
|
||||||
$fa-var-bus: \f207;
|
$fa-var-bus: \f207;
|
||||||
$fa-var-buysellads: \f20d;
|
$fa-var-buysellads: \f20d;
|
||||||
$fa-var-calculator: \f1ec;
|
$fa-var-calculator: \f1ec;
|
||||||
@@ -214,12 +217,12 @@ $fa-var-clone: \f24d;
|
|||||||
$fa-var-closed-captioning: \f20a;
|
$fa-var-closed-captioning: \f20a;
|
||||||
$fa-var-cloud: \f0c2;
|
$fa-var-cloud: \f0c2;
|
||||||
$fa-var-cloud-download: \f0ed;
|
$fa-var-cloud-download: \f0ed;
|
||||||
$fa-var-cloud-download-alt: \f37e;
|
$fa-var-cloud-download-alt: \f37f;
|
||||||
$fa-var-cloud-upload: \f0ee;
|
$fa-var-cloud-upload: \f0ee;
|
||||||
$fa-var-cloud-upload-alt: \f37f;
|
$fa-var-cloud-upload-alt: \f380;
|
||||||
$fa-var-cloudscale: \f380;
|
$fa-var-cloudscale: \f381;
|
||||||
$fa-var-cloudsmith: \f381;
|
$fa-var-cloudsmith: \f382;
|
||||||
$fa-var-cloudversify: \f382;
|
$fa-var-cloudversify: \f383;
|
||||||
$fa-var-club: \f327;
|
$fa-var-club: \f327;
|
||||||
$fa-var-code: \f121;
|
$fa-var-code: \f121;
|
||||||
$fa-var-codepen: \f1cb;
|
$fa-var-codepen: \f1cb;
|
||||||
@@ -238,44 +241,47 @@ $fa-var-connectdevelop: \f20e;
|
|||||||
$fa-var-contao: \f26d;
|
$fa-var-contao: \f26d;
|
||||||
$fa-var-copy: \f0c5;
|
$fa-var-copy: \f0c5;
|
||||||
$fa-var-copyright: \f1f9;
|
$fa-var-copyright: \f1f9;
|
||||||
$fa-var-cpanel: \f383;
|
$fa-var-cpanel: \f384;
|
||||||
$fa-var-creative-commons: \f25e;
|
$fa-var-creative-commons: \f25e;
|
||||||
$fa-var-credit-card: \f09d;
|
$fa-var-credit-card: \f09d;
|
||||||
$fa-var-credit-card-blank: \f384;
|
$fa-var-credit-card-blank: \f385;
|
||||||
$fa-var-credit-card-front: \f385;
|
$fa-var-credit-card-front: \f386;
|
||||||
|
$fa-var-crop: \f125;
|
||||||
$fa-var-crosshairs: \f05b;
|
$fa-var-crosshairs: \f05b;
|
||||||
$fa-var-css3: \f13c;
|
$fa-var-css3: \f13c;
|
||||||
$fa-var-cube: \f1b2;
|
$fa-var-cube: \f1b2;
|
||||||
$fa-var-cubes: \f1b3;
|
$fa-var-cubes: \f1b3;
|
||||||
$fa-var-cut: \f0c4;
|
$fa-var-cut: \f0c4;
|
||||||
$fa-var-cuttlefish: \f386;
|
$fa-var-cuttlefish: \f387;
|
||||||
$fa-var-d-and-d: \f387;
|
$fa-var-d-and-d: \f388;
|
||||||
$fa-var-dashcube: \f210;
|
$fa-var-dashcube: \f210;
|
||||||
$fa-var-database: \f1c0;
|
$fa-var-database: \f1c0;
|
||||||
|
$fa-var-deaf: \f2a4;
|
||||||
$fa-var-delicious: \f1a5;
|
$fa-var-delicious: \f1a5;
|
||||||
$fa-var-deploydog: \f388;
|
$fa-var-deploydog: \f389;
|
||||||
$fa-var-deskpro: \f389;
|
$fa-var-deskpro: \f38a;
|
||||||
|
$fa-var-desktop: \f108;
|
||||||
|
$fa-var-desktop-alt: \f38b;
|
||||||
$fa-var-deviantart: \f1bd;
|
$fa-var-deviantart: \f1bd;
|
||||||
$fa-var-diamond: \f219;
|
$fa-var-diamond: \f219;
|
||||||
$fa-var-digg: \f1a6;
|
$fa-var-digg: \f1a6;
|
||||||
$fa-var-digital-ocean: \f38a;
|
$fa-var-digital-ocean: \f38c;
|
||||||
$fa-var-discord: \f38b;
|
$fa-var-discord: \f38d;
|
||||||
$fa-var-discourse: \f38c;
|
$fa-var-discourse: \f38e;
|
||||||
$fa-var-docker: \f38d;
|
$fa-var-docker: \f38f;
|
||||||
$fa-var-dollar-sign: \f155;
|
$fa-var-dollar-sign: \f155;
|
||||||
$fa-var-dot-circle: \f192;
|
$fa-var-dot-circle: \f192;
|
||||||
$fa-var-download: \f019;
|
$fa-var-download: \f019;
|
||||||
$fa-var-draft2digital: \f38e;
|
$fa-var-draft2digital: \f390;
|
||||||
$fa-var-dribbble: \f17d;
|
$fa-var-dribbble: \f17d;
|
||||||
$fa-var-dribbble-square: \f38f;
|
$fa-var-dribbble-square: \f391;
|
||||||
$fa-var-dropbox: \f16b;
|
$fa-var-dropbox: \f16b;
|
||||||
$fa-var-dropbox-alt: \f390;
|
$fa-var-dropbox-alt: \f392;
|
||||||
$fa-var-drupal: \f1a9;
|
$fa-var-drupal: \f1a9;
|
||||||
$fa-var-dyalog: \f391;
|
$fa-var-dyalog: \f393;
|
||||||
$fa-var-earlybirds: \f392;
|
$fa-var-earlybirds: \f394;
|
||||||
$fa-var-edge: \f282;
|
$fa-var-edge: \f282;
|
||||||
$fa-var-edit: \f044;
|
$fa-var-edit: \f044;
|
||||||
$fa-var-eercast: \f2da;
|
|
||||||
$fa-var-eject: \f052;
|
$fa-var-eject: \f052;
|
||||||
$fa-var-ellipsis-h: \f141;
|
$fa-var-ellipsis-h: \f141;
|
||||||
$fa-var-ellipsis-v: \f142;
|
$fa-var-ellipsis-v: \f142;
|
||||||
@@ -285,7 +291,7 @@ $fa-var-envelope-open: \f2b6;
|
|||||||
$fa-var-envelope-square: \f199;
|
$fa-var-envelope-square: \f199;
|
||||||
$fa-var-envira: \f299;
|
$fa-var-envira: \f299;
|
||||||
$fa-var-eraser: \f12d;
|
$fa-var-eraser: \f12d;
|
||||||
$fa-var-erlang: \f393;
|
$fa-var-erlang: \f395;
|
||||||
$fa-var-etsy: \f2d7;
|
$fa-var-etsy: \f2d7;
|
||||||
$fa-var-euro-sign: \f153;
|
$fa-var-euro-sign: \f153;
|
||||||
$fa-var-exchange: \f0ec;
|
$fa-var-exchange: \f0ec;
|
||||||
@@ -303,12 +309,15 @@ $fa-var-external-link: \f08e;
|
|||||||
$fa-var-external-link-alt: \f35d;
|
$fa-var-external-link-alt: \f35d;
|
||||||
$fa-var-external-link-square: \f14c;
|
$fa-var-external-link-square: \f14c;
|
||||||
$fa-var-external-link-square-alt: \f360;
|
$fa-var-external-link-square-alt: \f360;
|
||||||
|
$fa-var-eye: \f06e;
|
||||||
|
$fa-var-eye-slash: \f070;
|
||||||
$fa-var-facebook: \f09a;
|
$fa-var-facebook: \f09a;
|
||||||
$fa-var-facebook-f: \f394;
|
$fa-var-facebook-f: \f396;
|
||||||
$fa-var-facebook-messenger: \f395;
|
$fa-var-facebook-messenger: \f397;
|
||||||
$fa-var-facebook-square: \f082;
|
$fa-var-facebook-square: \f082;
|
||||||
$fa-var-fast-backward: \f049;
|
$fa-var-fast-backward: \f049;
|
||||||
$fa-var-fast-forward: \f050;
|
$fa-var-fast-forward: \f050;
|
||||||
|
$fa-var-fax: \f1ac;
|
||||||
$fa-var-female: \f182;
|
$fa-var-female: \f182;
|
||||||
$fa-var-fighter-jet: \f0fb;
|
$fa-var-fighter-jet: \f0fb;
|
||||||
$fa-var-file: \f15b;
|
$fa-var-file: \f15b;
|
||||||
@@ -329,9 +338,10 @@ $fa-var-file-times: \f317;
|
|||||||
$fa-var-file-video: \f1c8;
|
$fa-var-file-video: \f1c8;
|
||||||
$fa-var-file-word: \f1c2;
|
$fa-var-file-word: \f1c2;
|
||||||
$fa-var-film: \f008;
|
$fa-var-film: \f008;
|
||||||
|
$fa-var-filter: \f0b0;
|
||||||
$fa-var-firefox: \f269;
|
$fa-var-firefox: \f269;
|
||||||
$fa-var-first-order: \f2b0;
|
$fa-var-first-order: \f2b0;
|
||||||
$fa-var-firstdraft: \f396;
|
$fa-var-firstdraft: \f398;
|
||||||
$fa-var-flag: \f024;
|
$fa-var-flag: \f024;
|
||||||
$fa-var-flask: \f0c3;
|
$fa-var-flask: \f0c3;
|
||||||
$fa-var-flickr: \f16e;
|
$fa-var-flickr: \f16e;
|
||||||
@@ -341,16 +351,17 @@ $fa-var-font: \f031;
|
|||||||
$fa-var-font-awesome: \f2b4;
|
$fa-var-font-awesome: \f2b4;
|
||||||
$fa-var-font-awesome-alt: \f35c;
|
$fa-var-font-awesome-alt: \f35c;
|
||||||
$fa-var-fonticons: \f280;
|
$fa-var-fonticons: \f280;
|
||||||
$fa-var-fonticons-fi: \f397;
|
$fa-var-fonticons-fi: \f399;
|
||||||
$fa-var-fort-awesome: \f286;
|
$fa-var-fort-awesome: \f286;
|
||||||
$fa-var-fort-awesome-alt: \f398;
|
$fa-var-fort-awesome-alt: \f39a;
|
||||||
$fa-var-forumbee: \f211;
|
$fa-var-forumbee: \f211;
|
||||||
$fa-var-forward: \f04e;
|
$fa-var-forward: \f04e;
|
||||||
$fa-var-foursquare: \f180;
|
$fa-var-foursquare: \f180;
|
||||||
$fa-var-free-code-camp: \f2c5;
|
$fa-var-free-code-camp: \f2c5;
|
||||||
$fa-var-freebsd: \f399;
|
$fa-var-freebsd: \f39b;
|
||||||
|
$fa-var-frown: \f119;
|
||||||
$fa-var-gamepad: \f11b;
|
$fa-var-gamepad: \f11b;
|
||||||
$fa-var-gem: \f39a;
|
$fa-var-gem: \f39c;
|
||||||
$fa-var-genderless: \f22d;
|
$fa-var-genderless: \f22d;
|
||||||
$fa-var-get-pocket: \f265;
|
$fa-var-get-pocket: \f265;
|
||||||
$fa-var-gg: \f260;
|
$fa-var-gg: \f260;
|
||||||
@@ -360,31 +371,34 @@ $fa-var-git-square: \f1d2;
|
|||||||
$fa-var-github: \f09b;
|
$fa-var-github: \f09b;
|
||||||
$fa-var-github-alt: \f113;
|
$fa-var-github-alt: \f113;
|
||||||
$fa-var-github-square: \f092;
|
$fa-var-github-square: \f092;
|
||||||
|
$fa-var-gitkraken: \f39d;
|
||||||
$fa-var-gitlab: \f296;
|
$fa-var-gitlab: \f296;
|
||||||
$fa-var-glass-martini: \f000;
|
$fa-var-glass-martini: \f000;
|
||||||
$fa-var-glide: \f2a5;
|
$fa-var-glide: \f2a5;
|
||||||
$fa-var-glide-g: \f2a6;
|
$fa-var-glide-g: \f2a6;
|
||||||
$fa-var-gofore: \f39b;
|
$fa-var-globe: \f0ac;
|
||||||
$fa-var-goodreads: \f39c;
|
$fa-var-gofore: \f39e;
|
||||||
$fa-var-goodreads-g: \f39d;
|
$fa-var-goodreads: \f39f;
|
||||||
|
$fa-var-goodreads-g: \f3a0;
|
||||||
$fa-var-google: \f1a0;
|
$fa-var-google: \f1a0;
|
||||||
$fa-var-google-drive: \f39e;
|
$fa-var-google-drive: \f3a1;
|
||||||
$fa-var-google-play: \f39f;
|
$fa-var-google-play: \f3a2;
|
||||||
$fa-var-google-plus: \f2b3;
|
$fa-var-google-plus: \f2b3;
|
||||||
$fa-var-google-plus-g: \f0d5;
|
$fa-var-google-plus-g: \f0d5;
|
||||||
$fa-var-google-plus-square: \f0d4;
|
$fa-var-google-plus-square: \f0d4;
|
||||||
$fa-var-google-wallet: \f1ee;
|
$fa-var-google-wallet: \f1ee;
|
||||||
|
$fa-var-graduation-cap: \f19d;
|
||||||
$fa-var-gratipay: \f184;
|
$fa-var-gratipay: \f184;
|
||||||
$fa-var-grav: \f2d6;
|
$fa-var-grav: \f2d6;
|
||||||
$fa-var-gripfire: \f3a0;
|
$fa-var-gripfire: \f3a3;
|
||||||
$fa-var-grunt: \f3a1;
|
$fa-var-grunt: \f3a4;
|
||||||
$fa-var-gulp: \f3a2;
|
$fa-var-gulp: \f3a5;
|
||||||
$fa-var-h-square: \f0fd;
|
$fa-var-h-square: \f0fd;
|
||||||
$fa-var-h1: \f313;
|
$fa-var-h1: \f313;
|
||||||
$fa-var-h2: \f314;
|
$fa-var-h2: \f314;
|
||||||
$fa-var-h3: \f315;
|
$fa-var-h3: \f315;
|
||||||
$fa-var-hacker-news: \f1d4;
|
$fa-var-hacker-news: \f1d4;
|
||||||
$fa-var-hacker-news-square: \f3a3;
|
$fa-var-hacker-news-square: \f3a6;
|
||||||
$fa-var-hashtag: \f292;
|
$fa-var-hashtag: \f292;
|
||||||
$fa-var-hdd: \f0a0;
|
$fa-var-hdd: \f0a0;
|
||||||
$fa-var-heading: \f1dc;
|
$fa-var-heading: \f1dc;
|
||||||
@@ -395,14 +409,15 @@ $fa-var-hexagon: \f312;
|
|||||||
$fa-var-history: \f1da;
|
$fa-var-history: \f1da;
|
||||||
$fa-var-home: \f015;
|
$fa-var-home: \f015;
|
||||||
$fa-var-hospital: \f0f8;
|
$fa-var-hospital: \f0f8;
|
||||||
$fa-var-hotjar: \f3a4;
|
$fa-var-hotjar: \f3a7;
|
||||||
$fa-var-hourglass: \f254;
|
$fa-var-hourglass: \f254;
|
||||||
$fa-var-hourglass-end: \f253;
|
$fa-var-hourglass-end: \f253;
|
||||||
$fa-var-hourglass-half: \f252;
|
$fa-var-hourglass-half: \f252;
|
||||||
$fa-var-hourglass-start: \f251;
|
$fa-var-hourglass-start: \f251;
|
||||||
$fa-var-houzz: \f27c;
|
$fa-var-houzz: \f27c;
|
||||||
$fa-var-html5: \f13b;
|
$fa-var-html5: \f13b;
|
||||||
$fa-var-hubspot: \f3a5;
|
$fa-var-hubspot: \f3a8;
|
||||||
|
$fa-var-i-cursor: \f246;
|
||||||
$fa-var-id-badge: \f2c1;
|
$fa-var-id-badge: \f2c1;
|
||||||
$fa-var-id-card: \f2c2;
|
$fa-var-id-card: \f2c2;
|
||||||
$fa-var-image: \f03e;
|
$fa-var-image: \f03e;
|
||||||
@@ -413,7 +428,7 @@ $fa-var-inbox-in: \f310;
|
|||||||
$fa-var-inbox-out: \f311;
|
$fa-var-inbox-out: \f311;
|
||||||
$fa-var-indent: \f03c;
|
$fa-var-indent: \f03c;
|
||||||
$fa-var-industry: \f275;
|
$fa-var-industry: \f275;
|
||||||
$fa-var-industry-alt: \f3a6;
|
$fa-var-industry-alt: \f3a9;
|
||||||
$fa-var-info: \f129;
|
$fa-var-info: \f129;
|
||||||
$fa-var-info-circle: \f05a;
|
$fa-var-info-circle: \f05a;
|
||||||
$fa-var-info-square: \f30f;
|
$fa-var-info-square: \f30f;
|
||||||
@@ -421,29 +436,34 @@ $fa-var-instagram: \f16d;
|
|||||||
$fa-var-internet-explorer: \f26b;
|
$fa-var-internet-explorer: \f26b;
|
||||||
$fa-var-ioxhost: \f208;
|
$fa-var-ioxhost: \f208;
|
||||||
$fa-var-italic: \f033;
|
$fa-var-italic: \f033;
|
||||||
$fa-var-itunes: \f3a7;
|
$fa-var-itunes: \f3aa;
|
||||||
$fa-var-itunes-note: \f3a8;
|
$fa-var-itunes-note: \f3ab;
|
||||||
$fa-var-jack-o-lantern: \f30e;
|
$fa-var-jack-o-lantern: \f30e;
|
||||||
$fa-var-jenkins: \f3a9;
|
$fa-var-jenkins: \f3ac;
|
||||||
$fa-var-joget: \f3aa;
|
$fa-var-joget: \f3ad;
|
||||||
$fa-var-joomla: \f1aa;
|
$fa-var-joomla: \f1aa;
|
||||||
$fa-var-js: \f3ab;
|
$fa-var-js: \f3ae;
|
||||||
$fa-var-js-square: \f3ac;
|
$fa-var-js-square: \f3af;
|
||||||
$fa-var-jsfiddle: \f1cc;
|
$fa-var-jsfiddle: \f1cc;
|
||||||
$fa-var-keycdn: \f3ad;
|
$fa-var-key: \f084;
|
||||||
$fa-var-kickstarter: \f3ae;
|
$fa-var-keyboard: \f11c;
|
||||||
$fa-var-kickstarter-k: \f3af;
|
$fa-var-keycdn: \f3b0;
|
||||||
$fa-var-laravel: \f3b0;
|
$fa-var-kickstarter: \f3b1;
|
||||||
|
$fa-var-kickstarter-k: \f3b2;
|
||||||
|
$fa-var-laptop: \f109;
|
||||||
|
$fa-var-laravel: \f3b3;
|
||||||
$fa-var-lastfm: \f202;
|
$fa-var-lastfm: \f202;
|
||||||
$fa-var-lastfm-square: \f203;
|
$fa-var-lastfm-square: \f203;
|
||||||
$fa-var-leaf: \f06c;
|
$fa-var-leaf: \f06c;
|
||||||
$fa-var-leanpub: \f212;
|
$fa-var-leanpub: \f212;
|
||||||
|
$fa-var-lemon: \f094;
|
||||||
$fa-var-level-down: \f149;
|
$fa-var-level-down: \f149;
|
||||||
$fa-var-level-down-alt: \f3b1;
|
$fa-var-level-down-alt: \f3b4;
|
||||||
$fa-var-level-up: \f148;
|
$fa-var-level-up: \f148;
|
||||||
$fa-var-level-up-alt: \f3b2;
|
$fa-var-level-up-alt: \f3b5;
|
||||||
|
$fa-var-life-ring: \f1cd;
|
||||||
$fa-var-lightbulb: \f0eb;
|
$fa-var-lightbulb: \f0eb;
|
||||||
$fa-var-line: \f3b3;
|
$fa-var-line: \f3b6;
|
||||||
$fa-var-link: \f0c1;
|
$fa-var-link: \f0c1;
|
||||||
$fa-var-linkedin: \f08c;
|
$fa-var-linkedin: \f08c;
|
||||||
$fa-var-linkedin-in: \f0e1;
|
$fa-var-linkedin-in: \f0e1;
|
||||||
@@ -457,8 +477,8 @@ $fa-var-list-ul: \f0ca;
|
|||||||
$fa-var-location-arrow: \f124;
|
$fa-var-location-arrow: \f124;
|
||||||
$fa-var-lock: \f023;
|
$fa-var-lock: \f023;
|
||||||
$fa-var-lock-alt: \f30d;
|
$fa-var-lock-alt: \f30d;
|
||||||
$fa-var-lock-open: \f3b4;
|
$fa-var-lock-open: \f3b7;
|
||||||
$fa-var-lock-open-alt: \f3b5;
|
$fa-var-lock-open-alt: \f3b8;
|
||||||
$fa-var-long-arrow-alt-down: \f309;
|
$fa-var-long-arrow-alt-down: \f309;
|
||||||
$fa-var-long-arrow-alt-left: \f30a;
|
$fa-var-long-arrow-alt-left: \f30a;
|
||||||
$fa-var-long-arrow-alt-right: \f30b;
|
$fa-var-long-arrow-alt-right: \f30b;
|
||||||
@@ -467,14 +487,15 @@ $fa-var-long-arrow-down: \f175;
|
|||||||
$fa-var-long-arrow-left: \f177;
|
$fa-var-long-arrow-left: \f177;
|
||||||
$fa-var-long-arrow-right: \f178;
|
$fa-var-long-arrow-right: \f178;
|
||||||
$fa-var-long-arrow-up: \f176;
|
$fa-var-long-arrow-up: \f176;
|
||||||
$fa-var-lyft: \f3b6;
|
$fa-var-low-vision: \f2a8;
|
||||||
$fa-var-magento: \f3b7;
|
$fa-var-lyft: \f3b9;
|
||||||
|
$fa-var-magento: \f3ba;
|
||||||
$fa-var-magic: \f0d0;
|
$fa-var-magic: \f0d0;
|
||||||
$fa-var-magnet: \f076;
|
$fa-var-magnet: \f076;
|
||||||
$fa-var-male: \f183;
|
$fa-var-male: \f183;
|
||||||
$fa-var-map: \f279;
|
$fa-var-map: \f279;
|
||||||
$fa-var-map-marker: \f041;
|
$fa-var-map-marker: \f041;
|
||||||
$fa-var-map-marker-alt: \f3b8;
|
$fa-var-map-marker-alt: \f3bb;
|
||||||
$fa-var-map-pin: \f276;
|
$fa-var-map-pin: \f276;
|
||||||
$fa-var-map-signs: \f277;
|
$fa-var-map-signs: \f277;
|
||||||
$fa-var-mars: \f222;
|
$fa-var-mars: \f222;
|
||||||
@@ -483,35 +504,43 @@ $fa-var-mars-stroke: \f229;
|
|||||||
$fa-var-mars-stroke-h: \f22b;
|
$fa-var-mars-stroke-h: \f22b;
|
||||||
$fa-var-mars-stroke-v: \f22a;
|
$fa-var-mars-stroke-v: \f22a;
|
||||||
$fa-var-maxcdn: \f136;
|
$fa-var-maxcdn: \f136;
|
||||||
$fa-var-medapps: \f3b9;
|
$fa-var-medapps: \f3bc;
|
||||||
$fa-var-medium: \f23a;
|
$fa-var-medium: \f23a;
|
||||||
$fa-var-medkit: \f0fa;
|
$fa-var-medkit: \f0fa;
|
||||||
$fa-var-medrt: \f3ba;
|
$fa-var-medrt: \f3bd;
|
||||||
$fa-var-meetup: \f2e0;
|
$fa-var-meetup: \f2e0;
|
||||||
|
$fa-var-meh: \f11a;
|
||||||
$fa-var-mercury: \f223;
|
$fa-var-mercury: \f223;
|
||||||
$fa-var-microchip: \f2db;
|
$fa-var-microchip: \f2db;
|
||||||
|
$fa-var-microphone: \f130;
|
||||||
|
$fa-var-microphone-alt: \f3be;
|
||||||
|
$fa-var-microphone-slash: \f131;
|
||||||
$fa-var-minus: \f068;
|
$fa-var-minus: \f068;
|
||||||
$fa-var-minus-circle: \f056;
|
$fa-var-minus-circle: \f056;
|
||||||
$fa-var-minus-hexagon: \f307;
|
$fa-var-minus-hexagon: \f307;
|
||||||
$fa-var-minus-octagon: \f308;
|
$fa-var-minus-octagon: \f308;
|
||||||
$fa-var-minus-square: \f146;
|
$fa-var-minus-square: \f146;
|
||||||
$fa-var-mix: \f3bb;
|
$fa-var-mix: \f3bf;
|
||||||
$fa-var-mixcloud: \f289;
|
$fa-var-mixcloud: \f289;
|
||||||
$fa-var-mizuni: \f3bc;
|
$fa-var-mizuni: \f3c0;
|
||||||
$fa-var-mobile: \f10b;
|
$fa-var-mobile: \f10b;
|
||||||
$fa-var-mobile-alt: \f3bd;
|
$fa-var-mobile-alt: \f3c1;
|
||||||
$fa-var-mobile-android: \f3be;
|
$fa-var-mobile-android: \f3c2;
|
||||||
$fa-var-mobile-android-alt: \f3bf;
|
$fa-var-mobile-android-alt: \f3c3;
|
||||||
$fa-var-modx: \f285;
|
$fa-var-modx: \f285;
|
||||||
$fa-var-monero: \f3c0;
|
$fa-var-monero: \f3c4;
|
||||||
$fa-var-money-bill: \f0d6;
|
$fa-var-money-bill: \f0d6;
|
||||||
$fa-var-money-bill-alt: \f3c1;
|
$fa-var-money-bill-alt: \f3c5;
|
||||||
$fa-var-motorcycle: \f21c;
|
$fa-var-motorcycle: \f21c;
|
||||||
|
$fa-var-mouse-pointer: \f245;
|
||||||
$fa-var-music: \f001;
|
$fa-var-music: \f001;
|
||||||
$fa-var-napster: \f3c2;
|
$fa-var-napster: \f3c6;
|
||||||
$fa-var-neuter: \f22c;
|
$fa-var-neuter: \f22c;
|
||||||
$fa-var-npm: \f3c3;
|
$fa-var-newspaper: \f1ea;
|
||||||
$fa-var-nutritionix: \f3c4;
|
$fa-var-npm: \f3c7;
|
||||||
|
$fa-var-nutritionix: \f3c8;
|
||||||
|
$fa-var-object-group: \f247;
|
||||||
|
$fa-var-object-ungroup: \f248;
|
||||||
$fa-var-octagon: \f306;
|
$fa-var-octagon: \f306;
|
||||||
$fa-var-odnoklassniki: \f263;
|
$fa-var-odnoklassniki: \f263;
|
||||||
$fa-var-odnoklassniki-square: \f264;
|
$fa-var-odnoklassniki-square: \f264;
|
||||||
@@ -520,17 +549,18 @@ $fa-var-openid: \f19b;
|
|||||||
$fa-var-opera: \f26a;
|
$fa-var-opera: \f26a;
|
||||||
$fa-var-optin-monster: \f23c;
|
$fa-var-optin-monster: \f23c;
|
||||||
$fa-var-outdent: \f03b;
|
$fa-var-outdent: \f03b;
|
||||||
$fa-var-page4: \f3c5;
|
$fa-var-page4: \f3c9;
|
||||||
$fa-var-pagelines: \f18c;
|
$fa-var-pagelines: \f18c;
|
||||||
$fa-var-paint-brush: \f1fc;
|
$fa-var-paint-brush: \f1fc;
|
||||||
$fa-var-palfed: \f3c6;
|
$fa-var-palfed: \f3ca;
|
||||||
$fa-var-paper-plane: \f1d8;
|
$fa-var-paper-plane: \f1d8;
|
||||||
$fa-var-paperclip: \f0c6;
|
$fa-var-paperclip: \f0c6;
|
||||||
$fa-var-paragraph: \f1dd;
|
$fa-var-paragraph: \f1dd;
|
||||||
$fa-var-paste: \f0ea;
|
$fa-var-paste: \f0ea;
|
||||||
$fa-var-patreon: \f3c7;
|
$fa-var-patreon: \f3cb;
|
||||||
$fa-var-pause: \f04c;
|
$fa-var-pause: \f04c;
|
||||||
$fa-var-pause-circle: \f28b;
|
$fa-var-pause-circle: \f28b;
|
||||||
|
$fa-var-paw: \f1b0;
|
||||||
$fa-var-paypal: \f1ed;
|
$fa-var-paypal: \f1ed;
|
||||||
$fa-var-pen: \f304;
|
$fa-var-pen: \f304;
|
||||||
$fa-var-pen-alt: \f305;
|
$fa-var-pen-alt: \f305;
|
||||||
@@ -538,11 +568,11 @@ $fa-var-pen-square: \f14b;
|
|||||||
$fa-var-pencil: \f040;
|
$fa-var-pencil: \f040;
|
||||||
$fa-var-pencil-alt: \f303;
|
$fa-var-pencil-alt: \f303;
|
||||||
$fa-var-percent: \f295;
|
$fa-var-percent: \f295;
|
||||||
$fa-var-periscope: \f3c8;
|
$fa-var-periscope: \f3cc;
|
||||||
$fa-var-phabricator: \f3c9;
|
$fa-var-phabricator: \f3cd;
|
||||||
$fa-var-phoenix-framework: \f3ca;
|
$fa-var-phoenix-framework: \f3ce;
|
||||||
$fa-var-phone: \f095;
|
$fa-var-phone: \f095;
|
||||||
$fa-var-phone-slash: \f3cb;
|
$fa-var-phone-slash: \f3cf;
|
||||||
$fa-var-phone-square: \f098;
|
$fa-var-phone-square: \f098;
|
||||||
$fa-var-phone-volume: \f2a0;
|
$fa-var-phone-volume: \f2a0;
|
||||||
$fa-var-pied-piper: \f2ae;
|
$fa-var-pied-piper: \f2ae;
|
||||||
@@ -552,23 +582,25 @@ $fa-var-pinterest: \f0d2;
|
|||||||
$fa-var-pinterest-p: \f231;
|
$fa-var-pinterest-p: \f231;
|
||||||
$fa-var-pinterest-square: \f0d3;
|
$fa-var-pinterest-square: \f0d3;
|
||||||
$fa-var-plane: \f072;
|
$fa-var-plane: \f072;
|
||||||
$fa-var-plane-alt: \f3cc;
|
$fa-var-plane-alt: \f3d0;
|
||||||
$fa-var-play: \f04b;
|
$fa-var-play: \f04b;
|
||||||
$fa-var-play-circle: \f144;
|
$fa-var-play-circle: \f144;
|
||||||
$fa-var-playstation: \f3cd;
|
$fa-var-playstation: \f3d1;
|
||||||
$fa-var-plus: \f067;
|
$fa-var-plus: \f067;
|
||||||
$fa-var-plus-circle: \f055;
|
$fa-var-plus-circle: \f055;
|
||||||
$fa-var-plus-hexagon: \f300;
|
$fa-var-plus-hexagon: \f300;
|
||||||
$fa-var-plus-octagon: \f301;
|
$fa-var-plus-octagon: \f301;
|
||||||
$fa-var-plus-square: \f0fe;
|
$fa-var-plus-square: \f0fe;
|
||||||
|
$fa-var-podcast: \f2ce;
|
||||||
$fa-var-poo: \f2fe;
|
$fa-var-poo: \f2fe;
|
||||||
$fa-var-portrait: \f3ce;
|
$fa-var-portrait: \f3d2;
|
||||||
$fa-var-pound-sign: \f154;
|
$fa-var-pound-sign: \f154;
|
||||||
$fa-var-power-off: \f011;
|
$fa-var-power-off: \f011;
|
||||||
$fa-var-print: \f02f;
|
$fa-var-print: \f02f;
|
||||||
$fa-var-product-hunt: \f288;
|
$fa-var-product-hunt: \f288;
|
||||||
$fa-var-pushed: \f3cf;
|
$fa-var-pushed: \f3d3;
|
||||||
$fa-var-python: \f3d0;
|
$fa-var-puzzle-piece: \f12e;
|
||||||
|
$fa-var-python: \f3d4;
|
||||||
$fa-var-qq: \f1d6;
|
$fa-var-qq: \f1d6;
|
||||||
$fa-var-question: \f128;
|
$fa-var-question: \f128;
|
||||||
$fa-var-question-circle: \f059;
|
$fa-var-question-circle: \f059;
|
||||||
@@ -582,44 +614,46 @@ $fa-var-rebel: \f1d0;
|
|||||||
$fa-var-rectangle-landscape: \f2fa;
|
$fa-var-rectangle-landscape: \f2fa;
|
||||||
$fa-var-rectangle-portrait: \f2fb;
|
$fa-var-rectangle-portrait: \f2fb;
|
||||||
$fa-var-rectangle-wide: \f2fc;
|
$fa-var-rectangle-wide: \f2fc;
|
||||||
$fa-var-red-river: \f3d1;
|
$fa-var-red-river: \f3d5;
|
||||||
$fa-var-reddit: \f1a1;
|
$fa-var-reddit: \f1a1;
|
||||||
$fa-var-reddit-alien: \f281;
|
$fa-var-reddit-alien: \f281;
|
||||||
$fa-var-reddit-square: \f1a2;
|
$fa-var-reddit-square: \f1a2;
|
||||||
$fa-var-redo: \f01e;
|
$fa-var-redo: \f01e;
|
||||||
$fa-var-redo-alt: \f2f9;
|
$fa-var-redo-alt: \f2f9;
|
||||||
$fa-var-registered: \f25d;
|
$fa-var-registered: \f25d;
|
||||||
$fa-var-rendact: \f3d2;
|
$fa-var-rendact: \f3d6;
|
||||||
$fa-var-renren: \f18b;
|
$fa-var-renren: \f18b;
|
||||||
$fa-var-repeat: \f363;
|
$fa-var-repeat: \f363;
|
||||||
$fa-var-repeat-1: \f365;
|
$fa-var-repeat-1: \f365;
|
||||||
$fa-var-repeat-1-alt: \f366;
|
$fa-var-repeat-1-alt: \f366;
|
||||||
$fa-var-repeat-alt: \f364;
|
$fa-var-repeat-alt: \f364;
|
||||||
$fa-var-reply: \f3d3;
|
$fa-var-reply: \f3d7;
|
||||||
$fa-var-reply-all: \f122;
|
$fa-var-reply-all: \f122;
|
||||||
$fa-var-replyd: \f3d4;
|
$fa-var-replyd: \f3d8;
|
||||||
$fa-var-resolving: \f3d5;
|
$fa-var-resolving: \f3d9;
|
||||||
$fa-var-retweet: \f079;
|
$fa-var-retweet: \f079;
|
||||||
$fa-var-retweet-alt: \f361;
|
$fa-var-retweet-alt: \f361;
|
||||||
$fa-var-road: \f018;
|
$fa-var-road: \f018;
|
||||||
$fa-var-rocket: \f135;
|
$fa-var-rocket: \f135;
|
||||||
$fa-var-rocketchat: \f3d6;
|
$fa-var-rocketchat: \f3da;
|
||||||
$fa-var-rockrms: \f3d7;
|
$fa-var-rockrms: \f3db;
|
||||||
$fa-var-rss: \f09e;
|
$fa-var-rss: \f09e;
|
||||||
$fa-var-rss-square: \f143;
|
$fa-var-rss-square: \f143;
|
||||||
$fa-var-ruble-sign: \f158;
|
$fa-var-ruble-sign: \f158;
|
||||||
$fa-var-rupee-sign: \f156;
|
$fa-var-rupee-sign: \f156;
|
||||||
$fa-var-safari: \f267;
|
$fa-var-safari: \f267;
|
||||||
$fa-var-save: \f0c7;
|
$fa-var-save: \f0c7;
|
||||||
$fa-var-schlix: \f3d8;
|
$fa-var-schlix: \f3dc;
|
||||||
$fa-var-scribd: \f28a;
|
$fa-var-scribd: \f28a;
|
||||||
$fa-var-scrubber: \f2f8;
|
$fa-var-scrubber: \f2f8;
|
||||||
$fa-var-search: \f002;
|
$fa-var-search: \f002;
|
||||||
$fa-var-search-minus: \f010;
|
$fa-var-search-minus: \f010;
|
||||||
$fa-var-search-plus: \f00e;
|
$fa-var-search-plus: \f00e;
|
||||||
$fa-var-searchengin: \f3d9;
|
$fa-var-searchengin: \f3dd;
|
||||||
|
$fa-var-sellcast: \f2da;
|
||||||
$fa-var-sellsy: \f213;
|
$fa-var-sellsy: \f213;
|
||||||
$fa-var-servicestack: \f3da;
|
$fa-var-server: \f233;
|
||||||
|
$fa-var-servicestack: \f3de;
|
||||||
$fa-var-share: \f064;
|
$fa-var-share: \f064;
|
||||||
$fa-var-share-all: \f367;
|
$fa-var-share-all: \f367;
|
||||||
$fa-var-share-alt: \f1e0;
|
$fa-var-share-alt: \f1e0;
|
||||||
@@ -627,7 +661,7 @@ $fa-var-share-alt-square: \f1e1;
|
|||||||
$fa-var-share-square: \f14d;
|
$fa-var-share-square: \f14d;
|
||||||
$fa-var-shekel-sign: \f20b;
|
$fa-var-shekel-sign: \f20b;
|
||||||
$fa-var-shield: \f132;
|
$fa-var-shield: \f132;
|
||||||
$fa-var-shield-alt: \f3db;
|
$fa-var-shield-alt: \f3df;
|
||||||
$fa-var-shield-check: \f2f7;
|
$fa-var-shield-check: \f2f7;
|
||||||
$fa-var-ship: \f21a;
|
$fa-var-ship: \f21a;
|
||||||
$fa-var-shirtsinbulk: \f214;
|
$fa-var-shirtsinbulk: \f214;
|
||||||
@@ -639,12 +673,16 @@ $fa-var-sign-out: \f08b;
|
|||||||
$fa-var-sign-out-alt: \f2f5;
|
$fa-var-sign-out-alt: \f2f5;
|
||||||
$fa-var-signal: \f012;
|
$fa-var-signal: \f012;
|
||||||
$fa-var-simplybuilt: \f215;
|
$fa-var-simplybuilt: \f215;
|
||||||
$fa-var-sistrix: \f3dc;
|
$fa-var-sistrix: \f3e0;
|
||||||
$fa-var-sitemap: \f0e8;
|
$fa-var-sitemap: \f0e8;
|
||||||
$fa-var-skyatlas: \f216;
|
$fa-var-skyatlas: \f216;
|
||||||
$fa-var-skype: \f17e;
|
$fa-var-skype: \f17e;
|
||||||
$fa-var-slack: \f198;
|
$fa-var-slack: \f198;
|
||||||
$fa-var-slack-hash: \f3dd;
|
$fa-var-slack-hash: \f3e1;
|
||||||
|
$fa-var-sliders-h: \f1de;
|
||||||
|
$fa-var-sliders-h-square: \f3e2;
|
||||||
|
$fa-var-sliders-v: \f3e3;
|
||||||
|
$fa-var-sliders-v-square: \f3e4;
|
||||||
$fa-var-slideshare: \f1e7;
|
$fa-var-slideshare: \f1e7;
|
||||||
$fa-var-smile: \f118;
|
$fa-var-smile: \f118;
|
||||||
$fa-var-snapchat: \f2ab;
|
$fa-var-snapchat: \f2ab;
|
||||||
@@ -662,9 +700,9 @@ $fa-var-sort-up: \f0de;
|
|||||||
$fa-var-soundcloud: \f1be;
|
$fa-var-soundcloud: \f1be;
|
||||||
$fa-var-space-shuttle: \f197;
|
$fa-var-space-shuttle: \f197;
|
||||||
$fa-var-spade: \f2f4;
|
$fa-var-spade: \f2f4;
|
||||||
$fa-var-speakap: \f3de;
|
$fa-var-speakap: \f3e5;
|
||||||
$fa-var-spinner: \f110;
|
$fa-var-spinner: \f110;
|
||||||
$fa-var-spinner-third: \f3df;
|
$fa-var-spinner-third: \f3e6;
|
||||||
$fa-var-spotify: \f1bc;
|
$fa-var-spotify: \f1bc;
|
||||||
$fa-var-square: \f0c8;
|
$fa-var-square: \f0c8;
|
||||||
$fa-var-stack-exchange: \f18d;
|
$fa-var-stack-exchange: \f18d;
|
||||||
@@ -672,19 +710,20 @@ $fa-var-stack-overflow: \f16c;
|
|||||||
$fa-var-star: \f005;
|
$fa-var-star: \f005;
|
||||||
$fa-var-star-exclamation: \f2f3;
|
$fa-var-star-exclamation: \f2f3;
|
||||||
$fa-var-star-half: \f089;
|
$fa-var-star-half: \f089;
|
||||||
$fa-var-staylinked: \f3e0;
|
$fa-var-staylinked: \f3e7;
|
||||||
$fa-var-steam: \f1b6;
|
$fa-var-steam: \f1b6;
|
||||||
$fa-var-steam-square: \f1b7;
|
$fa-var-steam-square: \f1b7;
|
||||||
$fa-var-steam-symbol: \f3e1;
|
$fa-var-steam-symbol: \f3e8;
|
||||||
$fa-var-step-backward: \f048;
|
$fa-var-step-backward: \f048;
|
||||||
$fa-var-step-forward: \f051;
|
$fa-var-step-forward: \f051;
|
||||||
|
$fa-var-stethoscope: \f0f1;
|
||||||
$fa-var-sticky-note: \f249;
|
$fa-var-sticky-note: \f249;
|
||||||
$fa-var-stop: \f04d;
|
$fa-var-stop: \f04d;
|
||||||
$fa-var-stop-circle: \f28d;
|
$fa-var-stop-circle: \f28d;
|
||||||
$fa-var-stopwatch: \f2f2;
|
$fa-var-stopwatch: \f2f2;
|
||||||
$fa-var-street-view: \f21d;
|
$fa-var-street-view: \f21d;
|
||||||
$fa-var-strikethrough: \f0cc;
|
$fa-var-strikethrough: \f0cc;
|
||||||
$fa-var-studiovinari: \f3e2;
|
$fa-var-studiovinari: \f3e9;
|
||||||
$fa-var-stumbleupon: \f1a4;
|
$fa-var-stumbleupon: \f1a4;
|
||||||
$fa-var-stumbleupon-circle: \f1a3;
|
$fa-var-stumbleupon-circle: \f1a3;
|
||||||
$fa-var-subscript: \f12c;
|
$fa-var-subscript: \f12c;
|
||||||
@@ -692,19 +731,20 @@ $fa-var-subway: \f239;
|
|||||||
$fa-var-suitcase: \f0f2;
|
$fa-var-suitcase: \f0f2;
|
||||||
$fa-var-superpowers: \f2dd;
|
$fa-var-superpowers: \f2dd;
|
||||||
$fa-var-superscript: \f12b;
|
$fa-var-superscript: \f12b;
|
||||||
|
$fa-var-supple: \f3ea;
|
||||||
$fa-var-sync: \f021;
|
$fa-var-sync: \f021;
|
||||||
$fa-var-sync-alt: \f2f1;
|
$fa-var-sync-alt: \f2f1;
|
||||||
$fa-var-table: \f0ce;
|
$fa-var-table: \f0ce;
|
||||||
$fa-var-tablet: \f10a;
|
$fa-var-tablet: \f10a;
|
||||||
$fa-var-tablet-alt: \f3e3;
|
$fa-var-tablet-alt: \f3eb;
|
||||||
$fa-var-tablet-android: \f3e4;
|
$fa-var-tablet-android: \f3ec;
|
||||||
$fa-var-tablet-android-alt: \f3e5;
|
$fa-var-tablet-android-alt: \f3ed;
|
||||||
$fa-var-tag: \f02b;
|
$fa-var-tag: \f02b;
|
||||||
$fa-var-tags: \f02c;
|
$fa-var-tags: \f02c;
|
||||||
$fa-var-tasks: \f0ae;
|
$fa-var-tasks: \f0ae;
|
||||||
$fa-var-taxi: \f1ba;
|
$fa-var-taxi: \f1ba;
|
||||||
$fa-var-telegram: \f2c6;
|
$fa-var-telegram: \f2c6;
|
||||||
$fa-var-telegram-plane: \f3e6;
|
$fa-var-telegram-plane: \f3ee;
|
||||||
$fa-var-tencent-weibo: \f1d5;
|
$fa-var-tencent-weibo: \f1d5;
|
||||||
$fa-var-terminal: \f120;
|
$fa-var-terminal: \f120;
|
||||||
$fa-var-text-height: \f034;
|
$fa-var-text-height: \f034;
|
||||||
@@ -721,13 +761,16 @@ $fa-var-thermometer-three-quarters: \f2c8;
|
|||||||
$fa-var-thumbs-down: \f165;
|
$fa-var-thumbs-down: \f165;
|
||||||
$fa-var-thumbs-up: \f164;
|
$fa-var-thumbs-up: \f164;
|
||||||
$fa-var-ticket: \f145;
|
$fa-var-ticket: \f145;
|
||||||
$fa-var-ticket-alt: \f3e7;
|
$fa-var-ticket-alt: \f3ef;
|
||||||
$fa-var-times: \f00d;
|
$fa-var-times: \f00d;
|
||||||
$fa-var-times-circle: \f057;
|
$fa-var-times-circle: \f057;
|
||||||
$fa-var-times-hexagon: \f2ee;
|
$fa-var-times-hexagon: \f2ee;
|
||||||
$fa-var-times-octagon: \f2f0;
|
$fa-var-times-octagon: \f2f0;
|
||||||
$fa-var-times-square: \f2d3;
|
$fa-var-times-square: \f2d3;
|
||||||
$fa-var-tint: \f043;
|
$fa-var-tint: \f043;
|
||||||
|
$fa-var-toggle-off: \f204;
|
||||||
|
$fa-var-toggle-on: \f205;
|
||||||
|
$fa-var-trademark: \f25c;
|
||||||
$fa-var-train: \f238;
|
$fa-var-train: \f238;
|
||||||
$fa-var-transgender: \f224;
|
$fa-var-transgender: \f224;
|
||||||
$fa-var-transgender-alt: \f225;
|
$fa-var-transgender-alt: \f225;
|
||||||
@@ -739,53 +782,57 @@ $fa-var-tripadvisor: \f262;
|
|||||||
$fa-var-trophy: \f091;
|
$fa-var-trophy: \f091;
|
||||||
$fa-var-trophy-alt: \f2eb;
|
$fa-var-trophy-alt: \f2eb;
|
||||||
$fa-var-truck: \f0d1;
|
$fa-var-truck: \f0d1;
|
||||||
|
$fa-var-tty: \f1e4;
|
||||||
$fa-var-tumblr: \f173;
|
$fa-var-tumblr: \f173;
|
||||||
$fa-var-tumblr-square: \f174;
|
$fa-var-tumblr-square: \f174;
|
||||||
|
$fa-var-tv: \f26c;
|
||||||
|
$fa-var-tv-retro: \f3f0;
|
||||||
$fa-var-twitch: \f1e8;
|
$fa-var-twitch: \f1e8;
|
||||||
$fa-var-twitter: \f099;
|
$fa-var-twitter: \f099;
|
||||||
$fa-var-twitter-square: \f081;
|
$fa-var-twitter-square: \f081;
|
||||||
$fa-var-uber: \f3e8;
|
$fa-var-uber: \f3f1;
|
||||||
$fa-var-uikit: \f3e9;
|
$fa-var-uikit: \f3f2;
|
||||||
$fa-var-underline: \f0cd;
|
$fa-var-underline: \f0cd;
|
||||||
$fa-var-undo: \f0e2;
|
$fa-var-undo: \f0e2;
|
||||||
$fa-var-undo-alt: \f2ea;
|
$fa-var-undo-alt: \f2ea;
|
||||||
|
$fa-var-universal-access: \f29a;
|
||||||
$fa-var-unlink: \f127;
|
$fa-var-unlink: \f127;
|
||||||
$fa-var-unlock: \f09c;
|
$fa-var-unlock: \f09c;
|
||||||
$fa-var-unlock-alt: \f13e;
|
$fa-var-unlock-alt: \f13e;
|
||||||
$fa-var-untappd: \f3ea;
|
$fa-var-untappd: \f3f3;
|
||||||
$fa-var-upload: \f093;
|
$fa-var-upload: \f093;
|
||||||
$fa-var-usb: \f287;
|
$fa-var-usb: \f287;
|
||||||
$fa-var-usd-circle: \f2e8;
|
$fa-var-usd-circle: \f2e8;
|
||||||
$fa-var-usd-square: \f2e9;
|
$fa-var-usd-square: \f2e9;
|
||||||
$fa-var-user: \f007;
|
$fa-var-user: \f007;
|
||||||
$fa-var-user-alt: \f3eb;
|
$fa-var-user-alt: \f3f4;
|
||||||
$fa-var-user-circle: \f2bd;
|
$fa-var-user-circle: \f2bd;
|
||||||
$fa-var-user-md: \f0f0;
|
$fa-var-user-md: \f0f0;
|
||||||
$fa-var-user-plus: \f234;
|
$fa-var-user-plus: \f234;
|
||||||
$fa-var-user-secret: \f21b;
|
$fa-var-user-secret: \f21b;
|
||||||
$fa-var-user-times: \f235;
|
$fa-var-user-times: \f235;
|
||||||
$fa-var-users: \f0c0;
|
$fa-var-users: \f0c0;
|
||||||
$fa-var-ussunnah: \f3ec;
|
$fa-var-ussunnah: \f3f5;
|
||||||
$fa-var-utensil-fork: \f2e3;
|
$fa-var-utensil-fork: \f2e3;
|
||||||
$fa-var-utensil-knife: \f2e4;
|
$fa-var-utensil-knife: \f2e4;
|
||||||
$fa-var-utensil-spoon: \f2e5;
|
$fa-var-utensil-spoon: \f2e5;
|
||||||
$fa-var-utensils: \f2e7;
|
$fa-var-utensils: \f2e7;
|
||||||
$fa-var-utensils-alt: \f2e6;
|
$fa-var-utensils-alt: \f2e6;
|
||||||
$fa-var-vaadin: \f3ed;
|
$fa-var-vaadin: \f3f6;
|
||||||
$fa-var-venus: \f221;
|
$fa-var-venus: \f221;
|
||||||
$fa-var-venus-double: \f226;
|
$fa-var-venus-double: \f226;
|
||||||
$fa-var-venus-mars: \f228;
|
$fa-var-venus-mars: \f228;
|
||||||
$fa-var-viacoin: \f237;
|
$fa-var-viacoin: \f237;
|
||||||
$fa-var-viadeo: \f2a9;
|
$fa-var-viadeo: \f2a9;
|
||||||
$fa-var-viadeo-square: \f2aa;
|
$fa-var-viadeo-square: \f2aa;
|
||||||
$fa-var-viber: \f3ee;
|
$fa-var-viber: \f3f7;
|
||||||
$fa-var-video: \f03d;
|
$fa-var-video: \f03d;
|
||||||
$fa-var-vimeo: \f3ef;
|
$fa-var-vimeo: \f3f8;
|
||||||
$fa-var-vimeo-square: \f194;
|
$fa-var-vimeo-square: \f194;
|
||||||
$fa-var-vimeo-v: \f27d;
|
$fa-var-vimeo-v: \f27d;
|
||||||
$fa-var-vine: \f1ca;
|
$fa-var-vine: \f1ca;
|
||||||
$fa-var-vk: \f189;
|
$fa-var-vk: \f189;
|
||||||
$fa-var-vnv: \f3f0;
|
$fa-var-vnv: \f3f9;
|
||||||
$fa-var-volume-down: \f027;
|
$fa-var-volume-down: \f027;
|
||||||
$fa-var-volume-mute: \f2e2;
|
$fa-var-volume-mute: \f2e2;
|
||||||
$fa-var-volume-off: \f026;
|
$fa-var-volume-off: \f026;
|
||||||
@@ -794,29 +841,30 @@ $fa-var-watch: \f2e1;
|
|||||||
$fa-var-weibo: \f18a;
|
$fa-var-weibo: \f18a;
|
||||||
$fa-var-weixin: \f1d7;
|
$fa-var-weixin: \f1d7;
|
||||||
$fa-var-whatsapp: \f232;
|
$fa-var-whatsapp: \f232;
|
||||||
$fa-var-whatsapp-square: \f3f1;
|
$fa-var-whatsapp-square: \f3fa;
|
||||||
$fa-var-wheelchair: \f193;
|
$fa-var-wheelchair: \f193;
|
||||||
$fa-var-whmcs: \f3f2;
|
$fa-var-whmcs: \f3fb;
|
||||||
$fa-var-wifi: \f1eb;
|
$fa-var-wifi: \f1eb;
|
||||||
$fa-var-wikipedia-w: \f266;
|
$fa-var-wikipedia-w: \f266;
|
||||||
$fa-var-window-close: \f3f3;
|
$fa-var-window: \f3fc;
|
||||||
|
$fa-var-window-close: \f3fd;
|
||||||
$fa-var-window-maximize: \f2d0;
|
$fa-var-window-maximize: \f2d0;
|
||||||
$fa-var-window-minimize: \f2d1;
|
$fa-var-window-minimize: \f2d1;
|
||||||
$fa-var-window-restore: \f2d2;
|
$fa-var-window-restore: \f2d2;
|
||||||
$fa-var-windows: \f17a;
|
$fa-var-windows: \f17a;
|
||||||
$fa-var-won-sign: \f159;
|
$fa-var-won-sign: \f159;
|
||||||
$fa-var-wordpress: \f19a;
|
$fa-var-wordpress: \f19a;
|
||||||
$fa-var-wordpress-simple: \f3f4;
|
$fa-var-wordpress-simple: \f3fe;
|
||||||
$fa-var-wpbeginner: \f297;
|
$fa-var-wpbeginner: \f297;
|
||||||
$fa-var-wpexplorer: \f2de;
|
$fa-var-wpexplorer: \f2de;
|
||||||
$fa-var-wpforms: \f298;
|
$fa-var-wpforms: \f298;
|
||||||
$fa-var-xbox: \f3f5;
|
$fa-var-xbox: \f3ff;
|
||||||
$fa-var-xing: \f168;
|
$fa-var-xing: \f168;
|
||||||
$fa-var-xing-square: \f169;
|
$fa-var-xing-square: \f169;
|
||||||
$fa-var-y-combinator: \f23b;
|
$fa-var-y-combinator: \f23b;
|
||||||
$fa-var-yahoo: \f19e;
|
$fa-var-yahoo: \f19e;
|
||||||
$fa-var-yandex: \f3f6;
|
$fa-var-yandex: \f400;
|
||||||
$fa-var-yandex-international: \f3f7;
|
$fa-var-yandex-international: \f401;
|
||||||
$fa-var-yelp: \f1e9;
|
$fa-var-yelp: \f1e9;
|
||||||
$fa-var-yen-sign: \f157;
|
$fa-var-yen-sign: \f157;
|
||||||
$fa-var-yoast: \f2b1;
|
$fa-var-yoast: \f2b1;
|
||||||
|
|||||||
@@ -303,10 +303,6 @@
|
|||||||
<title id="edge-title">Edge Browser</title>
|
<title id="edge-title">Edge Browser</title>
|
||||||
<path d="M25.714 228.163c.111-.162.23-.323.342-.485-.021.162-.045.323-.065.485h-.277zm460.572 15.508c0-44.032-7.754-84.465-28.801-122.405C416.498 47.879 343.912 8.001 258.893 8.001 118.962 7.724 40.617 113.214 26.056 227.679c42.429-61.312 117.073-121.376 220.375-124.966 0 0 109.666 0 99.419 104.957H169.997c6.369-37.386 18.554-58.986 34.339-78.926-75.048 34.893-121.85 96.096-120.742 188.315.83 71.448 50.124 144.836 120.743 171.976 83.357 31.847 192.776 7.2 240.132-21.324V363.307c-80.864 56.494-270.871 60.925-272.255-67.572h314.073v-52.064z"></path>
|
<path d="M25.714 228.163c.111-.162.23-.323.342-.485-.021.162-.045.323-.065.485h-.277zm460.572 15.508c0-44.032-7.754-84.465-28.801-122.405C416.498 47.879 343.912 8.001 258.893 8.001 118.962 7.724 40.617 113.214 26.056 227.679c42.429-61.312 117.073-121.376 220.375-124.966 0 0 109.666 0 99.419 104.957H169.997c6.369-37.386 18.554-58.986 34.339-78.926-75.048 34.893-121.85 96.096-120.742 188.315.83 71.448 50.124 144.836 120.743 171.976 83.357 31.847 192.776 7.2 240.132-21.324V363.307c-80.864 56.494-270.871 60.925-272.255-67.572h314.073v-52.064z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="eercast" viewBox="0 0 512 512">
|
|
||||||
<title id="eercast-title">Eercast</title>
|
|
||||||
<path d="M22.552 343.628c-95.983-307.426 308.79-448.434 455.039-229.523 11.926 17.87 25.558 49.144 26.409 65.059C402.905-46.448-23.735 36.761 22.552 343.628zM333.464 87.859c-11.644 1.117-5.396 3.63-3.976 3.63 89.736 24.292 161.733 88.793 156.906 183.171-4.827 94.657-86.764 147.709-164.574 168.93 244.369-4 236.412-348.288 11.644-355.731zm152.93 297.094C349.233 575.383 5.797 434.934 65.716 193.685c-9.37 30.715-18.458 52.215-19.309 84.326C38.74 530.149 410.003 579.292 490.37 384.953c2.556-6.423 1.134-6.981-3.976 0zm-69.441-125.372c0 79.021-64.746 143.242-144.543 143.242-79.798 0-144.544-64.221-144.544-143.242s64.746-143.242 144.544-143.242c79.797 0 144.543 64.222 144.543 143.242zm-35.214-34.902c9.94-15.078-1.703-53.332-36.349-75.949-34.361-22.617-78.377-20.942-88.6-5.864-9.938 14.799 11.359 5.305 50.264 19.546 64.179 23.454 64.747 77.344 74.685 62.267z"></path>
|
|
||||||
</symbol>
|
|
||||||
<symbol id="empire" viewBox="0 0 496 512">
|
<symbol id="empire" viewBox="0 0 496 512">
|
||||||
<title id="empire-title">Galactic Empire</title>
|
<title id="empire-title">Galactic Empire</title>
|
||||||
<path d="M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"></path>
|
<path d="M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"></path>
|
||||||
@@ -431,6 +427,10 @@
|
|||||||
<title id="github-square-title">GitHub Square</title>
|
<title id="github-square-title">GitHub Square</title>
|
||||||
<path d="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-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z"></path>
|
<path d="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-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="gitkraken" viewBox="0 0 592 512">
|
||||||
|
<title id="gitkraken-title">GitKraken</title>
|
||||||
|
<path d="M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="gitlab" viewBox="0 0 512 512">
|
<symbol id="gitlab" viewBox="0 0 512 512">
|
||||||
<title id="gitlab-title">GitLab</title>
|
<title id="gitlab-title">GitLab</title>
|
||||||
<path d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"></path>
|
<path d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"></path>
|
||||||
@@ -851,6 +851,10 @@
|
|||||||
<title id="searchengin-title">Searchengin</title>
|
<title id="searchengin-title">Searchengin</title>
|
||||||
<path d="M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"></path>
|
<path d="M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="sellcast" viewBox="0 0 448 512">
|
||||||
|
<title id="sellcast-title">Sellcast</title>
|
||||||
|
<path d="M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="sellsy" viewBox="0 0 640 512">
|
<symbol id="sellsy" viewBox="0 0 640 512">
|
||||||
<title id="sellsy-title">Sellsy</title>
|
<title id="sellsy-title">Sellsy</title>
|
||||||
<path d="M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"></path>
|
<path d="M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"></path>
|
||||||
@@ -955,6 +959,10 @@
|
|||||||
<title id="superpowers-title">Superpowers</title>
|
<title id="superpowers-title">Superpowers</title>
|
||||||
<path d="M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"></path>
|
<path d="M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="supple" viewBox="0 0 640 512">
|
||||||
|
<title id="supple-title">Supple</title>
|
||||||
|
<path d="M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="telegram" viewBox="0 0 496 512">
|
<symbol id="telegram" viewBox="0 0 496 512">
|
||||||
<title id="telegram-title">Telegram</title>
|
<title id="telegram-title">Telegram</title>
|
||||||
<path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path>
|
<path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 269 KiB |
@@ -259,6 +259,10 @@
|
|||||||
<title id="arrows-v-title">Arrows Vertical</title>
|
<title id="arrows-v-title">Arrows Vertical</title>
|
||||||
<path d="M181.415 399.959c-4.686-4.686-12.284-4.686-16.971 0L113 451.887V60.113l51.444 51.928c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-84-84.485c-4.686-4.686-12.284-4.686-16.971 0L3.515 88c-4.686 4.686-4.686 12.284 0 16.97l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L79 60.113v391.773l-51.444-51.928c-4.686-4.686-12.284-4.686-16.971 0l-7.07 7.071c-4.686 4.686-4.686 12.284 0 16.97l84 84.485c4.686 4.687 12.284 4.687 16.971 0l84-84.485c4.686-4.686 4.686-12.284 0-16.97l-7.071-7.07z"></path>
|
<path d="M181.415 399.959c-4.686-4.686-12.284-4.686-16.971 0L113 451.887V60.113l51.444 51.928c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-84-84.485c-4.686-4.686-12.284-4.686-16.971 0L3.515 88c-4.686 4.686-4.686 12.284 0 16.97l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L79 60.113v391.773l-51.444-51.928c-4.686-4.686-12.284-4.686-16.971 0l-7.07 7.071c-4.686 4.686-4.686 12.284 0 16.97l84 84.485c4.686 4.687 12.284 4.687 16.971 0l84-84.485c4.686-4.686 4.686-12.284 0-16.97l-7.071-7.07z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="assistive-listening-systems" viewBox="0 0 512 512">
|
||||||
|
<title id="assistive-listening-systems-title">Assistive Listening Systems</title>
|
||||||
|
<path d="M217.6 512c-8.837 0-16-7.163-16-16s7.163-16 16-16c41.172 0 74.667-33.495 74.667-74.666 0-85.174 73.391-93.9 73.391-165.334 0-71.167-57.899-129.066-129.067-129.066-71.167 0-129.066 57.899-129.066 129.066 0 8.837-7.163 16-16 16s-16-7.163-16-16c0-88.812 72.254-161.066 161.066-161.066S397.657 151.188 397.657 240c0 86.857-73.391 96.041-73.391 165.334C324.267 464.149 276.416 512 217.6 512zm115.733-272c0-53.816-43.783-97.6-97.6-97.6s-97.6 43.783-97.6 97.6c0 8.837 7.163 16 16 16s16-7.163 16-16c0-36.172 29.428-65.6 65.6-65.6s65.6 29.428 65.6 65.6c0 8.837 7.163 16 16 16s16-7.163 16-16zm106.47-45.984c8.448-2.591 13.195-11.541 10.604-19.988-14.644-47.732-45.384-89.796-86.559-118.441-7.254-5.046-17.226-3.259-22.271 3.996-5.047 7.254-3.258 17.226 3.996 22.271 35.322 24.574 61.688 60.643 74.242 101.559 2.593 8.453 11.545 13.193 19.988 10.603zm60.888-18.65c8.447-2.594 13.193-11.544 10.601-19.991C492.386 93.787 452.886 39.627 400.059 2.868c-7.253-5.046-17.225-3.259-22.272 3.995-5.047 7.253-3.258 17.225 3.995 22.272 46.978 32.688 82.105 80.855 98.918 135.631 2.593 8.447 11.541 13.192 19.991 10.6zM240 256c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-64 64c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-96 96c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-64 64c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm155.313-75.313l-64-64-22.627 22.627 64 64 22.627-22.627z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="asterisk" viewBox="0 0 512 512">
|
<symbol id="asterisk" viewBox="0 0 512 512">
|
||||||
<title id="asterisk-title">asterisk</title>
|
<title id="asterisk-title">asterisk</title>
|
||||||
<path d="M475.31 364.144L288 256l187.31-108.144c5.74-3.314 7.706-10.653 4.392-16.392l-4-6.928c-3.314-5.74-10.653-7.706-16.392-4.392L272 228.287V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v216.287L52.69 120.144c-5.74-3.314-13.079-1.347-16.392 4.392l-4 6.928c-3.314 5.74-1.347 13.079 4.392 16.392L224 256 36.69 364.144c-5.74 3.314-7.706 10.653-4.392 16.392l4 6.928c3.314 5.74 10.653 7.706 16.392 4.392L240 283.713V500c0 6.627 5.373 12 12 12h8c6.627 0 12-5.373 12-12V283.713l187.31 108.143c5.74 3.314 13.079 1.347 16.392-4.392l4-6.928c3.314-5.74 1.347-13.079-4.392-16.392z"></path>
|
<path d="M475.31 364.144L288 256l187.31-108.144c5.74-3.314 7.706-10.653 4.392-16.392l-4-6.928c-3.314-5.74-10.653-7.706-16.392-4.392L272 228.287V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v216.287L52.69 120.144c-5.74-3.314-13.079-1.347-16.392 4.392l-4 6.928c-3.314 5.74-1.347 13.079 4.392 16.392L224 256 36.69 364.144c-5.74 3.314-7.706 10.653-4.392 16.392l4 6.928c3.314 5.74 10.653 7.706 16.392 4.392L240 283.713V500c0 6.627 5.373 12 12 12h8c6.627 0 12-5.373 12-12V283.713l187.31 108.143c5.74 3.314 13.079 1.347 16.392-4.392l4-6.928c3.314-5.74 1.347-13.079-4.392-16.392z"></path>
|
||||||
@@ -383,6 +387,14 @@
|
|||||||
<title id="briefcase-title">Briefcase</title>
|
<title id="briefcase-title">Briefcase</title>
|
||||||
<path d="M464 96H352V56c0-13.255-10.745-24-24-24H184c-13.255 0-24 10.745-24 24v40H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM192 64h128v32H192V64zm288 368c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V288h160v40c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24v-40h160v144zM224 288h64v32h-64v-32zM32 256V144c0-8.822 7.178-16 16-16h416c8.822 0 16 7.178 16 16v112H32z"></path>
|
<path d="M464 96H352V56c0-13.255-10.745-24-24-24H184c-13.255 0-24 10.745-24 24v40H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM192 64h128v32H192V64zm288 368c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V288h160v40c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24v-40h160v144zM224 288h64v32h-64v-32zM32 256V144c0-8.822 7.178-16 16-16h416c8.822 0 16 7.178 16 16v112H32z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="browser" viewBox="0 0 512 512">
|
||||||
|
<title id="browser-title">Browser</title>
|
||||||
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM32 80c0-8.8 7.2-16 16-16h48v64H32V80zm448 352c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V160h448v272zm0-304H128V64h336c8.8 0 16 7.2 16 16v48z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="bug" viewBox="0 0 576 512">
|
||||||
|
<title id="bug-title">Bug</title>
|
||||||
|
<path d="M544 272h-64V150.627l35.313-35.313c6.249-6.248 6.249-16.379 0-22.627-6.248-6.248-16.379-6.248-22.627 0L457.373 128H417C417 57.26 359.751 0 289 0c-70.74 0-128 57.249-128 128h-42.373L75.314 84.687c-6.249-6.248-16.379-6.248-22.628 0-6.248 6.248-6.248 16.379 0 22.627L96 150.627V272H32c-8.836 0-16 7.163-16 16s7.164 16 16 16h64v24c0 36.634 11.256 70.686 30.484 98.889l-57.797 57.797c-6.249 6.248-6.249 16.379 0 22.627 6.249 6.249 16.379 6.248 22.627 0l55.616-55.616C178.851 483.971 223.128 504 272 504h32c48.872 0 93.149-20.029 125.071-52.302l55.616 55.616c6.249 6.249 16.379 6.248 22.627 0 6.249-6.248 6.249-16.379 0-22.627l-57.797-57.797C468.744 398.686 480 364.634 480 328v-24h64c8.837 0 16-7.163 16-16s-7.163-16-16-16zM289 32c53.019 0 96 42.981 96 96H193c0-53.019 42.981-96 96-96zm15 440V236c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v236c-79.402 0-144-64.599-144-144V160h320v168c0 79.401-64.599 144-144 144z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="building" viewBox="0 0 448 512">
|
<symbol id="building" viewBox="0 0 448 512">
|
||||||
<title id="building-title">Building</title>
|
<title id="building-title">Building</title>
|
||||||
<path d="M192 107v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm116-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-128 96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm128 0h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-128 96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm128 0h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm140 205v20H0v-20c0-6.627 5.373-12 12-12h20V24C32 10.745 42.745 0 56 0h336c13.255 0 24 10.745 24 24v456h20c6.627 0 12 5.373 12 12zm-64-12V32H64v448h128v-85c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v85h128z"></path>
|
<path d="M192 107v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm116-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-128 96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm128 0h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-128 96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm128 0h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm140 205v20H0v-20c0-6.627 5.373-12 12-12h20V24C32 10.745 42.745 0 56 0h336c13.255 0 24 10.745 24 24v456h20c6.627 0 12 5.373 12 12zm-64-12V32H64v448h128v-85c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v85h128z"></path>
|
||||||
@@ -444,7 +456,7 @@
|
|||||||
<path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-32 88c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16zM324.3 64c3.3 0 6.3 2.1 7.5 5.2l22.1 58.8H464c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h110.2l20.1-53.6c2.3-6.2 8.3-10.4 15-10.4h131m0-32h-131c-20 0-37.9 12.4-44.9 31.1L136 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"></path>
|
<path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-32 88c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16zM324.3 64c3.3 0 6.3 2.1 7.5 5.2l22.1 58.8H464c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h110.2l20.1-53.6c2.3-6.2 8.3-10.4 15-10.4h131m0-32h-131c-20 0-37.9 12.4-44.9 31.1L136 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="camera-retro" viewBox="0 0 512 512">
|
<symbol id="camera-retro" viewBox="0 0 512 512">
|
||||||
<title id="camera-retro-title">camera-retro</title>
|
<title id="camera-retro-title">Retro Camera</title>
|
||||||
<path d="M32 58V38c0-3.3 2.7-6 6-6h116c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6zm344 230c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88zm-120 0c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16zM512 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h136l33.6-44.8C226.7 39.1 240.9 32 256 32h208c26.5 0 48 21.5 48 48zM224 96h240c5.6 0 11 1 16 2.7V80c0-8.8-7.2-16-16-16H256c-5 0-9.8 2.4-12.8 6.4L224 96zm256 48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16V144z"></path>
|
<path d="M32 58V38c0-3.3 2.7-6 6-6h116c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6zm344 230c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88zm-120 0c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16zM512 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h136l33.6-44.8C226.7 39.1 240.9 32 256 32h208c26.5 0 48 21.5 48 48zM224 96h240c5.6 0 11 1 16 2.7V80c0-8.8-7.2-16-16-16H256c-5 0-9.8 2.4-12.8 6.4L224 96zm256 48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16V144z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="car" viewBox="0 0 512 512">
|
<symbol id="car" viewBox="0 0 512 512">
|
||||||
@@ -719,6 +731,10 @@
|
|||||||
<title id="credit-card-front-title">Credit Card Front</title>
|
<title id="credit-card-front-title">Credit Card Front</title>
|
||||||
<path d="M528 31H48C21.5 31 0 52.5 0 79v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V79c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V79c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v352zm-352-68v8c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v8c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12zM488 95h-80c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm-8 64h-64v-32h64v32zM260 319h-56c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm28-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm-192 0v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm384-40v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12z"></path>
|
<path d="M528 31H48C21.5 31 0 52.5 0 79v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V79c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V79c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v352zm-352-68v8c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v8c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12zM488 95h-80c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm-8 64h-64v-32h64v32zM260 319h-56c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm28-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm-192 0v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm384-40v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="crop" viewBox="0 0 512 512">
|
||||||
|
<title id="crop-title">crop</title>
|
||||||
|
<path d="M488 352h-40V88v-1.3l55.6-55.6c4.7-4.7 4.7-12.3 0-17l-5.7-5.7c-4.7-4.7-12.3-4.7-17 0L425.3 64H160V24c0-13.2-10.8-24-24-24H88C74.8 0 64 10.8 64 24v40H24C10.8 64 0 74.8 0 88v48c0 13.2 10.8 24 24 24h40v264c0 13.2 10.8 24 24 24h264v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h40c13.2 0 24-10.8 24-24v-48c0-13.2-10.8-24-24-24zM96 32h32v32H96V32zm-64 96V96h361.4l-32 32H32zm128 201.4V160h169.4L160 329.4zm192-146.8V352H182.6L352 182.6zM128 160v201.4l-32 32V160h32zm-9.4 256l32-32H352v32H118.6zM416 480h-32V150.6l32-32V480zm64-64h-32v-32h32v32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="crosshairs" viewBox="0 0 512 512">
|
<symbol id="crosshairs" viewBox="0 0 512 512">
|
||||||
<title id="crosshairs-title">Crosshairs</title>
|
<title id="crosshairs-title">Crosshairs</title>
|
||||||
<path d="M506 240h-34.591C463.608 133.462 378.538 48.392 272 40.591V6a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v34.591C133.462 48.392 48.392 133.462 40.591 240H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h34.591C48.392 378.538 133.462 463.608 240 471.409V506a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6v-34.591C378.538 463.608 463.608 378.538 471.409 272H506a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6zM272 439.305V374a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v65.305C151.282 431.711 80.315 361.031 72.695 272H138a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6H72.695C80.289 151.282 150.969 80.316 240 72.695V138a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V72.695C360.718 80.289 431.685 150.969 439.305 240H374a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h65.305C431.711 360.718 361.031 431.684 272 439.305zM280 256c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path>
|
<path d="M506 240h-34.591C463.608 133.462 378.538 48.392 272 40.591V6a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v34.591C133.462 48.392 48.392 133.462 40.591 240H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h34.591C48.392 378.538 133.462 463.608 240 471.409V506a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6v-34.591C378.538 463.608 463.608 378.538 471.409 272H506a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6zM272 439.305V374a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v65.305C151.282 431.711 80.315 361.031 72.695 272H138a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6H72.695C80.289 151.282 150.969 80.316 240 72.695V138a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V72.695C360.718 80.289 431.685 150.969 439.305 240H374a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h65.305C431.711 360.718 361.031 431.684 272 439.305zM280 256c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path>
|
||||||
@@ -739,6 +755,18 @@
|
|||||||
<title id="database-title">Database</title>
|
<title id="database-title">Database</title>
|
||||||
<path d="M224 32c106 0 192 28.75 192 64v32c0 35.25-86 64-192 64S32 163.25 32 128V96c0-35.25 86-64 192-64m192 149.5V224c0 35.25-86 64-192 64S32 259.25 32 224v-42.5c41.25 29 116.75 42.5 192 42.5s150.749-13.5 192-42.5m0 96V320c0 35.25-86 64-192 64S32 355.25 32 320v-42.5c41.25 29 116.75 42.5 192 42.5s150.749-13.5 192-42.5m0 96V416c0 35.25-86 64-192 64S32 451.25 32 416v-42.5c41.25 29 116.75 42.5 192 42.5s150.749-13.5 192-42.5M224 0C145.858 0 0 18.801 0 96v320c0 77.338 146.096 96 224 96 78.142 0 224-18.801 224-96V96c0-77.338-146.096-96-224-96z"></path>
|
<path d="M224 32c106 0 192 28.75 192 64v32c0 35.25-86 64-192 64S32 163.25 32 128V96c0-35.25 86-64 192-64m192 149.5V224c0 35.25-86 64-192 64S32 259.25 32 224v-42.5c41.25 29 116.75 42.5 192 42.5s150.749-13.5 192-42.5m0 96V320c0 35.25-86 64-192 64S32 355.25 32 320v-42.5c41.25 29 116.75 42.5 192 42.5s150.749-13.5 192-42.5m0 96V416c0 35.25-86 64-192 64S32 451.25 32 416v-42.5c41.25 29 116.75 42.5 192 42.5s150.749-13.5 192-42.5M224 0C145.858 0 0 18.801 0 96v320c0 77.338 146.096 96 224 96 78.142 0 224-18.801 224-96V96c0-77.338-146.096-96-224-96z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="deaf" viewBox="0 0 512 512">
|
||||||
|
<title id="deaf-title">Deaf</title>
|
||||||
|
<path d="M409.171 108.485l-5.656-5.656c-4.686-4.686-4.686-12.284 0-16.971l82.344-82.344c4.686-4.686 12.284-4.686 16.971 0l5.656 5.656c4.686 4.686 4.686 12.284 0 16.971l-82.344 82.344c-4.687 4.687-12.285 4.687-16.971 0zm-383.029 400l186.344-186.344c4.686-4.686 4.686-12.284 0-16.971l-5.656-5.656c-4.686-4.686-12.284-4.686-16.971 0L3.515 485.858c-4.686 4.686-4.686 12.284 0 16.971l5.656 5.656c4.686 4.687 12.284 4.687 16.971 0zm317.534-103.151c0-69.293 73.391-78.477 73.391-165.334 0-88.812-72.255-161.066-161.067-161.066S94.933 151.188 94.933 240c0 8.837 7.163 16 16 16s16-7.163 16-16c0-71.167 57.899-129.066 129.066-129.066 71.168 0 129.067 57.899 129.067 129.066 0 71.434-73.391 80.16-73.391 165.334 0 41.171-33.495 74.666-74.667 74.666-8.837 0-16 7.163-16 16s7.163 16 16 16c58.818 0 106.668-47.851 106.668-106.666zM336.743 256c-8.837 0-16-7.163-16-16 0-36.172-29.428-65.6-65.6-65.6s-65.6 29.428-65.6 65.6c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-53.816 43.783-97.6 97.6-97.6s97.6 43.783 97.6 97.6c0 8.837-7.163 16-16 16z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="desktop" viewBox="0 0 576 512">
|
||||||
|
<title id="desktop-title">Desktop</title>
|
||||||
|
<path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h192l-24 96h-72c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-72l-24-96h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM249 480l16-64h46l16 64h-78zm295-144c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v288z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="desktop-alt" viewBox="0 0 576 512">
|
||||||
|
<title id="desktop-alt-title">Alterate Desktop</title>
|
||||||
|
<path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h192l-24 96h-72c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-72l-24-96h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM249 480l16-64h46l16 64h-78zm295-144c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-48h512v48zm0-80H32V48c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v208z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="diamond" viewBox="0 0 448 512">
|
<symbol id="diamond" viewBox="0 0 448 512">
|
||||||
<title id="diamond-title">Diamond</title>
|
<title id="diamond-title">Diamond</title>
|
||||||
<path d="M253 13.4c-15.3-17.9-42.8-17.9-58.1 0L9.3 230.9c-12.4 14.5-12.4 35.6 0 50.2L195 498.6c15.3 17.9 42.8 17.9 58.1 0l185.6-217.5c12.4-14.5 12.4-35.6 0-50.2L253 13.4zm161.4 246.9L228.7 477.8c-2.5 2.9-6.9 2.9-9.4 0L33.6 260.3c-2.1-2.5-2.1-6.2 0-8.6L219.3 34.2c2.5-2.9 6.9-2.9 9.4 0l185.7 217.5c2.1 2.5 2.1 6.1 0 8.6z"></path>
|
<path d="M253 13.4c-15.3-17.9-42.8-17.9-58.1 0L9.3 230.9c-12.4 14.5-12.4 35.6 0 50.2L195 498.6c15.3 17.9 42.8 17.9 58.1 0l185.6-217.5c12.4-14.5 12.4-35.6 0-50.2L253 13.4zm161.4 246.9L228.7 477.8c-2.5 2.9-6.9 2.9-9.4 0L33.6 260.3c-2.1-2.5-2.1-6.2 0-8.6L219.3 34.2c2.5-2.9 6.9-2.9 9.4 0l185.7 217.5c2.1 2.5 2.1 6.1 0 8.6z"></path>
|
||||||
@@ -847,6 +875,14 @@
|
|||||||
<title id="external-link-square-alt-title">Alternate External Link Square</title>
|
<title id="external-link-square-alt-title">Alternate External Link Square</title>
|
||||||
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm16 400c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352c8.822 0 16 7.178 16 16v352zm-96-304h-.056l-96.167.167c-28.442.049-42.66 34.539-22.572 54.627l35.272 35.272L98.545 356c-4.686 4.686-4.686 12.284 0 16.97l8.484 8.485c4.687 4.686 12.285 4.686 16.971 0l137.934-137.934 35.272 35.272c20.023 20.023 54.578 5.98 54.627-22.572l.167-96.166c.03-17.702-14.325-32.055-32-32.055zm-.167 128.167l-96-96L320 160l-.167 96.167z"></path>
|
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm16 400c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352c8.822 0 16 7.178 16 16v352zm-96-304h-.056l-96.167.167c-28.442.049-42.66 34.539-22.572 54.627l35.272 35.272L98.545 356c-4.686 4.686-4.686 12.284 0 16.97l8.484 8.485c4.687 4.686 12.285 4.686 16.971 0l137.934-137.934 35.272 35.272c20.023 20.023 54.578 5.98 54.627-22.572l.167-96.166c.03-17.702-14.325-32.055-32-32.055zm-.167 128.167l-96-96L320 160l-.167 96.167z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="eye" viewBox="0 0 576 512">
|
||||||
|
<title id="eye-title">Eye</title>
|
||||||
|
<path d="M569.354 231.631C512.969 135.948 407.808 72 288 72 168.14 72 63.004 135.994 6.646 231.63a47.999 47.999 0 0 0 0 48.739C63.032 376.053 168.192 440 288 440c119.86 0 224.996-63.994 281.354-159.631a48.002 48.002 0 0 0 0-48.738zM416 228c0 68.483-57.308 124-128 124s-128-55.517-128-124 57.308-124 128-124 128 55.517 128 124zm125.784 36.123C489.837 352.277 393.865 408 288 408c-106.291 0-202.061-56.105-253.784-143.876a16.006 16.006 0 0 1 0-16.247c29.072-49.333 73.341-90.435 127.66-115.887C140.845 158.191 128 191.568 128 228c0 85.818 71.221 156 160 156 88.77 0 160-70.178 160-156 0-36.411-12.833-69.794-33.875-96.01 53.76 25.189 98.274 66.021 127.66 115.887a16.006 16.006 0 0 1-.001 16.246zM224 224c0-10.897 2.727-21.156 7.53-30.137v.02c0 14.554 11.799 26.353 26.353 26.353 14.554 0 26.353-11.799 26.353-26.353s-11.799-26.353-26.353-26.353h-.02c8.981-4.803 19.24-7.53 30.137-7.53 35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="eye-slash" viewBox="0 0 576 512">
|
||||||
|
<title id="eye-slash-title">Eye Slash</title>
|
||||||
|
<path d="M321.496 406.121l21.718 29.272A331.764 331.764 0 0 1 288 440C168.14 440 63.003 376.006 6.646 280.369a47.999 47.999 0 0 1 0-48.739c25.834-43.84 61.913-81.01 104.943-108.427l19.125 25.777c-39.83 24.942-73.004 59.027-96.499 98.896a16.008 16.008 0 0 0 0 16.246C86.163 352.277 182.135 408 288 408c11.298 0 22.476-.64 33.496-1.879zM141.972 164.155C133.037 183.57 128 205.19 128 228c0 85.822 71.23 156 160 156 5.566 0 11.063-.277 16.479-.815l-23.266-31.359C213.676 348.408 160 294.277 160 228a120.48 120.48 0 0 1 4.664-33.26l-22.692-30.585zM569.354 280.37c-33.709 57.202-84.861 103.039-146.143 130.673l56.931 76.732c4 5.391 2.872 13.004-2.519 17.004l-6.507 4.828c-5.391 4-13.004 2.872-17.003-2.519L95.859 24.225c-4-5.391-2.872-13.004 2.519-17.004l6.507-4.828c5.391-4 13.004-2.872 17.003 2.519l62.189 83.82C216.741 77.883 251.696 72 288 72c119.86 0 224.996 63.994 281.354 159.63a48.005 48.005 0 0 1 0 48.74zM416 228c0-68.483-57.308-124-128-124-28.059 0-54.002 8.754-75.095 23.588l34.709 46.782c20.339-16.584 48.244-18.755 70.523-6.84h-.02c-14.554 0-26.353 11.799-26.353 26.353s11.799 26.353 26.353 26.353c14.554 0 26.353-11.799 26.353-26.353v-.02c15.223 28.465 6.889 64.554-20.679 83.18l38.514 51.911C394.803 306.465 416 269.638 416 228zm125.785 19.877c-29.072-49.333-73.341-90.435-127.66-115.887 55.405 69.029 41.701 170.413-32.734 222.688l22.238 29.973c57.564-24.305 106.246-66.38 138.155-120.527a16.008 16.008 0 0 0 .001-16.247z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="fast-backward" viewBox="0 0 512 512">
|
<symbol id="fast-backward" viewBox="0 0 512 512">
|
||||||
<title id="fast-backward-title">fast-backward</title>
|
<title id="fast-backward-title">fast-backward</title>
|
||||||
<path d="M12 447h8c6.6 0 12-5.4 12-12V277.3c.9 1 1.9 2 3 2.9l200.5 159.4c20.6 17.2 52.5 2.8 52.5-24.6V297.2l171.5 142.4c20.6 17.2 52.5 2.8 52.5-24.6V95c0-27.4-31.9-41.8-52.5-24.6L288 213.9V95.1c0-27.4-31.9-41.8-52.5-24.6L35 231c-1.1.9-2.1 1.9-3 2.9V75c0-6.6-5.4-12-12-12h-8C5.4 63 0 68.4 0 75v360c0 6.6 5.4 12 12 12zm280.5-191.4l.2-.1.2-.1L480 95v320L292.7 255.8l-.1-.1-.1-.1zM61 255.2l194.8-160 .1-.1.1-.1v320l-.1-.1-.1-.1L61 256v-.8z"></path>
|
<path d="M12 447h8c6.6 0 12-5.4 12-12V277.3c.9 1 1.9 2 3 2.9l200.5 159.4c20.6 17.2 52.5 2.8 52.5-24.6V297.2l171.5 142.4c20.6 17.2 52.5 2.8 52.5-24.6V95c0-27.4-31.9-41.8-52.5-24.6L288 213.9V95.1c0-27.4-31.9-41.8-52.5-24.6L35 231c-1.1.9-2.1 1.9-3 2.9V75c0-6.6-5.4-12-12-12h-8C5.4 63 0 68.4 0 75v360c0 6.6 5.4 12 12 12zm280.5-191.4l.2-.1.2-.1L480 95v320L292.7 255.8l-.1-.1-.1-.1zM61 255.2l194.8-160 .1-.1.1-.1v320l-.1-.1-.1-.1L61 256v-.8z"></path>
|
||||||
@@ -855,6 +891,10 @@
|
|||||||
<title id="fast-forward-title">fast-forward</title>
|
<title id="fast-forward-title">fast-forward</title>
|
||||||
<path d="M500 63h-8c-6.6 0-12 5.4-12 12v157.7c-.9-1-1.9-2-3-2.9L276.5 70.4C255.9 53.3 224 67.6 224 95v117.8L52.5 70.4C31.9 53.3 0 67.6 0 95v320c0 27.4 31.9 41.8 52.5 24.6L224 296.2V415c0 27.4 31.9 41.8 52.5 24.6L477 279c1.1-.9 2.1-1.9 3-2.9V435c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V75c0-6.6-5.4-12-12-12zM219.5 254.4l-.2.1-.2.1L32 415V95l187.3 159.2.1.1.1.1zm231.5.5l-194.8 160-.1.1h-.1V95l.1.1.1.1L451 254v.9z"></path>
|
<path d="M500 63h-8c-6.6 0-12 5.4-12 12v157.7c-.9-1-1.9-2-3-2.9L276.5 70.4C255.9 53.3 224 67.6 224 95v117.8L52.5 70.4C31.9 53.3 0 67.6 0 95v320c0 27.4 31.9 41.8 52.5 24.6L224 296.2V415c0 27.4 31.9 41.8 52.5 24.6L477 279c1.1-.9 2.1-1.9 3-2.9V435c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V75c0-6.6-5.4-12-12-12zM219.5 254.4l-.2.1-.2.1L32 415V95l187.3 159.2.1.1.1.1zm231.5.5l-194.8 160-.1.1h-.1V95l.1.1.1.1L451 254v.9z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="fax" viewBox="0 0 512 512">
|
||||||
|
<title id="fax-title">Fax</title>
|
||||||
|
<path d="M96 96H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h48c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zm16 368c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V144c0-8.822 7.178-16 16-16h48c8.822 0 16 7.178 16 16v320zm208-180v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm0 96v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm96-96v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm0 96v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm64-217.258V88.569a39.996 39.996 0 0 0-11.716-28.284l-48.569-48.569A39.996 39.996 0 0 0 391.431 0H200c-22.091 0-40 17.909-40 40v424c0 26.51 21.49 48 48 48h256c26.51 0 48-21.49 48-48V208c0-20.898-13.359-38.667-32-45.258zM192 40c0-4.411 3.589-8 8-8h184v40c0 13.203 10.797 24 24 24h40v96H192V40zm288 424c0 8.822-7.178 16-16 16H208c-8.822 0-16-7.178-16-16V224h288v240z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="female" viewBox="0 0 256 512">
|
<symbol id="female" viewBox="0 0 256 512">
|
||||||
<title id="female-title">Female</title>
|
<title id="female-title">Female</title>
|
||||||
<path d="M254.648 340.891l-39.909-164.276a48.18 48.18 0 0 0-16.794-26.583 47.458 47.458 0 0 0-4.554-3.208C207.438 131.225 216 110.594 216 88c0-48.523-39.477-88-88-88S40 39.477 40 88c0 22.594 8.562 43.225 22.609 58.824a47.405 47.405 0 0 0-4.554 3.208 48.184 48.184 0 0 0-16.794 26.583L1.352 340.891C-5.868 370.559 16.716 400 48.047 400H61v59c0 29.224 23.776 53 53 53h28c29.224 0 53-23.776 53-53v-59h12.952c31.329 0 53.917-29.436 46.696-59.109zM128 32c30.928 0 56 25.072 56 56s-25.072 56-56 56-56-25.072-56-56 25.072-56 56-56zm80 336h-45v91c0 11.598-9.402 21-21 21h-28c-11.598 0-21-9.402-21-21v-91H48c-10.259 0-17.877-9.539-15.602-19.546l40-164.454A16 16 0 0 1 88 171.546h12.351a88.015 88.015 0 0 0 55.299 0H168A16 16 0 0 1 183.602 184l40 164.454C225.876 358.458 218.262 368 208 368z"></path>
|
<path d="M254.648 340.891l-39.909-164.276a48.18 48.18 0 0 0-16.794-26.583 47.458 47.458 0 0 0-4.554-3.208C207.438 131.225 216 110.594 216 88c0-48.523-39.477-88-88-88S40 39.477 40 88c0 22.594 8.562 43.225 22.609 58.824a47.405 47.405 0 0 0-4.554 3.208 48.184 48.184 0 0 0-16.794 26.583L1.352 340.891C-5.868 370.559 16.716 400 48.047 400H61v59c0 29.224 23.776 53 53 53h28c29.224 0 53-23.776 53-53v-59h12.952c31.329 0 53.917-29.436 46.696-59.109zM128 32c30.928 0 56 25.072 56 56s-25.072 56-56 56-56-25.072-56-56 25.072-56 56-56zm80 336h-45v91c0 11.598-9.402 21-21 21h-28c-11.598 0-21-9.402-21-21v-91H48c-10.259 0-17.877-9.539-15.602-19.546l40-164.454A16 16 0 0 1 88 171.546h12.351a88.015 88.015 0 0 0 55.299 0H168A16 16 0 0 1 183.602 184l40 164.454C225.876 358.458 218.262 368 208 368z"></path>
|
||||||
@@ -935,6 +975,10 @@
|
|||||||
<title id="film-title">Film</title>
|
<title id="film-title">Film</title>
|
||||||
<path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm288 224c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12V284c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v120zm0-176c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12V108c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v120zm96 144c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path>
|
<path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm288 224c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12V284c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v120zm0-176c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12V108c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v120zm96 144c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="filter" viewBox="0 0 512 512">
|
||||||
|
<title id="filter-title">Filter</title>
|
||||||
|
<path d="M479.968 0H32.038C3.613 0-10.729 34.487 9.41 54.627L192 237.255V424a31.996 31.996 0 0 0 10.928 24.082l64 55.983c20.438 17.883 53.072 3.68 53.072-24.082V237.255L502.595 54.627C522.695 34.528 508.45 0 479.968 0zM288 224v256l-64-56V224L32 32h448L288 224z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="flag" viewBox="0 0 512 512">
|
<symbol id="flag" viewBox="0 0 512 512">
|
||||||
<title id="flag-title">flag</title>
|
<title id="flag-title">flag</title>
|
||||||
<path d="M445.648 3.735C408.386 19.093 367.522 32 328 32c-53.412 0-95.546-32-168-32-56.277 0-97.76 16.342-136.523 39.428C8.928 48.093 0 63.766 0 80.699V500c0 6.627 5.373 12 12 12h8c6.627 0 12-5.373 12-12V393.714C76.708 372.28 132.221 352 184 352c53.412 0 95.546 32 168 32 56.277 0 97.76-16.342 136.523-39.428C503.072 335.907 512 320.234 512 303.3V48.087c0-34.203-34.73-57.385-66.352-44.352zM480 303.3c0 5.615-3.008 10.894-7.851 13.778C431.049 341.556 395.116 352 352 352c-66.702 0-107.682-32-168-32-44.493 0-95.465 12.897-152 38.406V80.7c0-5.614 3.008-10.894 7.851-13.778C80.951 42.444 116.883 32 160 32c67.061 0 107.3 32 168 32 37.801 0 79.06-9.748 129.843-30.679C468.493 28.93 480 36.698 480 48.087V303.3z"></path>
|
<path d="M445.648 3.735C408.386 19.093 367.522 32 328 32c-53.412 0-95.546-32-168-32-56.277 0-97.76 16.342-136.523 39.428C8.928 48.093 0 63.766 0 80.699V500c0 6.627 5.373 12 12 12h8c6.627 0 12-5.373 12-12V393.714C76.708 372.28 132.221 352 184 352c53.412 0 95.546 32 168 32 56.277 0 97.76-16.342 136.523-39.428C503.072 335.907 512 320.234 512 303.3V48.087c0-34.203-34.73-57.385-66.352-44.352zM480 303.3c0 5.615-3.008 10.894-7.851 13.778C431.049 341.556 395.116 352 352 352c-66.702 0-107.682-32-168-32-44.493 0-95.465 12.897-152 38.406V80.7c0-5.614 3.008-10.894 7.851-13.778C80.951 42.444 116.883 32 160 32c67.061 0 107.3 32 168 32 37.801 0 79.06-9.748 129.843-30.679C468.493 28.93 480 36.698 480 48.087V303.3z"></path>
|
||||||
@@ -959,6 +1003,10 @@
|
|||||||
<title id="forward-title">forward</title>
|
<title id="forward-title">forward</title>
|
||||||
<path d="M244.5 230.9L52.5 71.4C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.5c15.3-12.9 15.3-36.5 0-49.2zM224 255.4L32 416V96l192 159.4zm276.5-24.5l-192-159.4C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.5c15.3-12.9 15.3-36.5 0-49.2zM480 255.4L288 416V96l192 159.4z"></path>
|
<path d="M244.5 230.9L52.5 71.4C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.5c15.3-12.9 15.3-36.5 0-49.2zM224 255.4L32 416V96l192 159.4zm276.5-24.5l-192-159.4C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.5c15.3-12.9 15.3-36.5 0-49.2zM480 255.4L288 416V96l192 159.4z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="frown" viewBox="0 0 512 512">
|
||||||
|
<title id="frown-title">Frown</title>
|
||||||
|
<path d="M368 192c0 26.51-21.49 48-48 48s-48-21.49-48-48a47.789 47.789 0 0 1 5.647-22.603v.015c0 10.916 8.849 19.765 19.765 19.765s19.765-8.849 19.765-19.765-8.849-19.765-19.765-19.765h-.015A47.789 47.789 0 0 1 320 144c26.51 0 48 21.49 48 48zm-176-48a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 144 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm176.551 212.661c-59.124-91.452-165.846-91.599-225.064 0-11.502 17.79 15.381 35.148 26.873 17.373 46.626-72.119 124.864-71.854 171.318 0 11.327 17.525 38.547.684 26.873-17.373zM256 40C136.055 40 40 137.336 40 256c0 119.945 97.336 216 216 216 119.945 0 216-97.336 216-216 0-119.945-97.336-216-216-216m0-32c136.967 0 248 111.033 248 248S392.967 504 256 504 8 392.967 8 256 119.033 8 256 8z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="gamepad" viewBox="0 0 640 512">
|
<symbol id="gamepad" viewBox="0 0 640 512">
|
||||||
<title id="gamepad-title">Gamepad</title>
|
<title id="gamepad-title">Gamepad</title>
|
||||||
<path d="M472 120c75.2 0 136 60.8 136 136s-60.8 136-136 136c-42.1 0-80-24-97-40H265c-17 16-43.1 40-97 40-75.2 0-136-60.8-136-136s60.8-136 136-136h304m0-32H168C75.2 88 0 163.2 0 256s75.2 168 168 168c41.5 0 79.5-15.1 108.8-40h86.4c29.3 24.9 67.3 40 108.8 40 92.8 0 168-75.2 168-168S564.8 88 472 88zm40 100c-19.9 0-36 16.1-36 36s16.1 36 36 36 36-16.1 36-36-16.1-36-36-36zm-64 64c-19.9 0-36 16.1-36 36s16.1 36 36 36 36-16.1 36-36-16.1-36-36-36zm-268-16v-46c0-3.3-2.7-6-6-6h-28c-3.3 0-6 2.7-6 6v46H94c-3.3 0-6 2.7-6 6v28c0 3.3 2.7 6 6 6h46v46c0 3.3 2.7 6 6 6h28c3.3 0 6-2.7 6-6v-46h46c3.3 0 6-2.7 6-6v-28c0-3.3-2.7-6-6-6h-46z"></path>
|
<path d="M472 120c75.2 0 136 60.8 136 136s-60.8 136-136 136c-42.1 0-80-24-97-40H265c-17 16-43.1 40-97 40-75.2 0-136-60.8-136-136s60.8-136 136-136h304m0-32H168C75.2 88 0 163.2 0 256s75.2 168 168 168c41.5 0 79.5-15.1 108.8-40h86.4c29.3 24.9 67.3 40 108.8 40 92.8 0 168-75.2 168-168S564.8 88 472 88zm40 100c-19.9 0-36 16.1-36 36s16.1 36 36 36 36-16.1 36-36-16.1-36-36-36zm-64 64c-19.9 0-36 16.1-36 36s16.1 36 36 36 36-16.1 36-36-16.1-36-36-36zm-268-16v-46c0-3.3-2.7-6-6-6h-28c-3.3 0-6 2.7-6 6v46H94c-3.3 0-6 2.7-6 6v28c0 3.3 2.7 6 6 6h46v46c0 3.3 2.7 6 6 6h28c3.3 0 6-2.7 6-6v-46h46c3.3 0 6-2.7 6-6v-28c0-3.3-2.7-6-6-6h-46z"></path>
|
||||||
@@ -975,6 +1023,14 @@
|
|||||||
<title id="glass-martini-title">Martini Glass</title>
|
<title id="glass-martini-title">Martini Glass</title>
|
||||||
<path d="M508 26.6C517.1 16.3 509.7 0 496 0H16C2.3 0-5.1 16.3 4 26.6L240 294v186H122c-14.4 0-26 11.6-26 26 0 3.3 2.7 6 6 6h308c3.3 0 6-2.7 6-6 0-14.4-11.6-26-26-26H272V294L508 26.6zM460.5 32L256 263.8 51.5 32h409z"></path>
|
<path d="M508 26.6C517.1 16.3 509.7 0 496 0H16C2.3 0-5.1 16.3 4 26.6L240 294v186H122c-14.4 0-26 11.6-26 26 0 3.3 2.7 6 6 6h308c3.3 0 6-2.7 6-6 0-14.4-11.6-26-26-26H272V294L508 26.6zM460.5 32L256 263.8 51.5 32h409z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="globe" viewBox="0 0 512 512">
|
||||||
|
<title id="globe-title">Globe</title>
|
||||||
|
<path d="M504 256C504 118.815 392.705 8 256 8 119.371 8 8 118.74 8 256c0 136.938 111.041 248 248 248 136.886 0 248-110.987 248-248zm-41.625 64h-99.434c6.872-42.895 6.6-86.714.055-128h99.38c12.841 41.399 12.843 86.598-.001 128zM256.001 470.391c-30.732-27.728-54.128-69.513-67.459-118.391h134.917c-13.332 48.887-36.73 90.675-67.458 118.391zM181.442 320c-7.171-41.387-7.349-85.537.025-128h149.067c7.371 42.453 7.197 86.6.025 128H181.442zM256 41.617c33.557 30.295 55.554 74.948 67.418 118.383H188.582c11.922-43.649 33.98-88.195 67.418-118.383zM449.544 160h-93.009c-10.928-44.152-29.361-83.705-53.893-114.956C366.825 59.165 420.744 101.964 449.544 160zM209.357 45.044C184.826 76.293 166.393 115.847 155.464 160H62.456C91.25 101.975 145.162 59.169 209.357 45.044zM49.625 192h99.38c-6.544 41.28-6.818 85.1.055 128H49.625c-12.842-41.399-12.844-86.598 0-128zm12.831 160h93.122c11.002 44.176 29.481 83.824 53.833 114.968C144.875 452.786 91.108 409.738 62.456 352zm240.139 114.966c24.347-31.138 42.825-70.787 53.827-114.966h93.121c-28.695 57.827-82.504 100.802-146.948 114.966z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="graduation-cap" viewBox="0 0 640 512">
|
||||||
|
<title id="graduation-cap-title">Graduation Cap</title>
|
||||||
|
<path d="M612.36 147.3L350.13 68.245a109.032 109.032 0 0 0-60.26.001L27.654 147.298c-36.977 10.833-36.767 62.633 0 73.404l27.795 8.38c-3.379 10.658-4.673 21.949-5.155 34.504C41.765 268.385 36 277.517 36 288c0 10.386 5.659 19.445 14.058 24.278L40.025 439.37C39.658 444.018 43.333 448 48 448h32c4.663 0 8.342-3.979 7.975-8.63L77.942 312.278C86.341 307.445 92 298.386 92 288c0-10.24-5.499-19.191-13.703-24.074.428-10.309 1.485-18.935 4.045-26.737l58.777 17.72C135.113 294.952 128 342.606 128 343.68 128 402.549 260.642 416 320 416c59.369 0 192-13.454 192-72.32 0-1.071-7.111-48.725-13.117-88.77L612.36 220.7c36.886-10.812 36.82-62.607 0-73.4zM479.915 344.31C472 368 400 384 320 384s-152-16-159.916-39.69l12.009-80.062 117.776 35.507a109.041 109.041 0 0 0 60.26.001l117.776-35.506c5.1 33.986 10.744 71.616 12.01 80.06zm123.317-154.313l-262.035 79.037a77.076 77.076 0 0 1-42.398-.001l-261.876-78.99-.156-.046c-6.345-1.845-6.352-10.147 0-11.994l262.032-79.036a77.094 77.094 0 0 1 42.398-.001l261.88 78.991.155.046c6.345 1.845 6.353 10.147 0 11.994z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="h-square" viewBox="0 0 448 512">
|
<symbol id="h-square" viewBox="0 0 448 512">
|
||||||
<title id="h-square-title">H Square</title>
|
<title id="h-square-title">H Square</title>
|
||||||
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm16 400c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352c8.822 0 16 7.178 16 16v352zm-80-292v232c0 6.627-5.373 12-12 12h-8c-6.627 0-12-5.373-12-12V272H144v100c0 6.627-5.373 12-12 12h-8c-6.627 0-12-5.373-12-12V140c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v100h160V140c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12z"></path>
|
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm16 400c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352c8.822 0 16 7.178 16 16v352zm-80-292v232c0 6.627-5.373 12-12 12h-8c-6.627 0-12-5.373-12-12V272H144v100c0 6.627-5.373 12-12 12h-8c-6.627 0-12-5.373-12-12V140c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v100h160V140c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12z"></path>
|
||||||
@@ -1047,6 +1103,10 @@
|
|||||||
<title id="hourglass-start-title">Hourglass Start</title>
|
<title id="hourglass-start-title">Hourglass Start</title>
|
||||||
<path d="M368 32h4c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h4c0 91.821 44.108 193.657 129.646 224C59.832 286.441 16 388.477 16 480h-4c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-4c0-91.821-44.108-193.657-129.646-224C324.168 225.559 368 123.523 368 32zM48 32h288c0 110.457-64.471 200-144 200S48 142.457 48 32zm288 448H48c0-110.457 64.471-200 144-200s144 89.543 144 200zM285.621 96H98.379a12.01 12.01 0 0 1-11.602-8.903 199.464 199.464 0 0 1-2.059-8.43C83.054 71.145 88.718 64 96.422 64h191.157c7.704 0 13.368 7.145 11.704 14.667a199.464 199.464 0 0 1-2.059 8.43A12.013 12.013 0 0 1 285.621 96zm-15.961 50.912a141.625 141.625 0 0 1-6.774 8.739c-2.301 2.738-5.671 4.348-9.248 4.348H130.362c-3.576 0-6.947-1.61-9.248-4.348a142.319 142.319 0 0 1-6.774-8.739c-5.657-7.91.088-18.912 9.813-18.912h135.694c9.725 0 15.469 11.003 9.813 18.912z"></path>
|
<path d="M368 32h4c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h4c0 91.821 44.108 193.657 129.646 224C59.832 286.441 16 388.477 16 480h-4c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-4c0-91.821-44.108-193.657-129.646-224C324.168 225.559 368 123.523 368 32zM48 32h288c0 110.457-64.471 200-144 200S48 142.457 48 32zm288 448H48c0-110.457 64.471-200 144-200s144 89.543 144 200zM285.621 96H98.379a12.01 12.01 0 0 1-11.602-8.903 199.464 199.464 0 0 1-2.059-8.43C83.054 71.145 88.718 64 96.422 64h191.157c7.704 0 13.368 7.145 11.704 14.667a199.464 199.464 0 0 1-2.059 8.43A12.013 12.013 0 0 1 285.621 96zm-15.961 50.912a141.625 141.625 0 0 1-6.774 8.739c-2.301 2.738-5.671 4.348-9.248 4.348H130.362c-3.576 0-6.947-1.61-9.248-4.348a142.319 142.319 0 0 1-6.774-8.739c-5.657-7.91.088-18.912 9.813-18.912h135.694c9.725 0 15.469 11.003 9.813 18.912z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="i-cursor" viewBox="0 0 192 512">
|
||||||
|
<title id="i-cursor-title">I Beam Cursor</title>
|
||||||
|
<path d="M96 38.223C75.091 13.528 39.824 1.336 6.191.005 2.805-.129 0 2.617 0 6.006v20.013c0 3.191 2.498 5.847 5.686 5.989C46.519 33.825 80 55.127 80 80v160H38a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h42v160c0 24.873-33.481 46.175-74.314 47.992-3.188.141-5.686 2.797-5.686 5.989v20.013c0 3.389 2.806 6.135 6.192 6.002C40.03 510.658 75.193 498.351 96 473.777c20.909 24.695 56.176 36.887 89.809 38.218 3.386.134 6.191-2.612 6.191-6.001v-20.013c0-3.191-2.498-5.847-5.686-5.989C145.481 478.175 112 456.873 112 432V272h42a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6h-42V80c0-24.873 33.481-46.175 74.314-47.992 3.188-.142 5.686-2.798 5.686-5.989V6.006c0-3.389-2.806-6.135-6.192-6.002C151.97 1.342 116.807 13.648 96 38.223z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="id-badge" viewBox="0 0 384 512">
|
<symbol id="id-badge" viewBox="0 0 384 512">
|
||||||
<title id="id-badge-title">Identification Badge</title>
|
<title id="id-badge-title">Identification Badge</title>
|
||||||
<path d="M336 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zm16 464c0 8.837-7.163 16-16 16H48c-8.837 0-16-7.163-16-16V64h320v400zm-85.3-211.78C280.02 235.74 288 214.78 288 192c0-52.93-43.07-96-96-96s-96 43.07-96 96c0 22.78 7.98 43.74 21.3 60.22-14.84 5.23-27.61 14.58-37.17 27.24C69.58 293.45 64 310.11 64 327.64V392c0 30.88 25.12 56 56 56h144c30.88 0 56-25.12 56-56v-64.36c0-17.53-5.58-34.19-16.13-48.18-9.56-12.66-22.33-22.01-37.17-27.24zM192 128c35.35 0 64 28.65 64 64 0 35.465-28.762 64-64 64-35.227 0-64-28.524-64-64 0-35.35 28.65-64 64-64zm96 264c0 13.25-10.75 24-24 24H120c-13.25 0-24-10.75-24-24v-64.36c0-21.44 14.21-40.27 34.81-46.16l16.29-4.65C160.51 283.96 175.79 288 192 288s31.49-4.04 44.9-11.17l16.29 4.65c20.6 5.89 34.81 24.72 34.81 46.16V392z"></path>
|
<path d="M336 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zm16 464c0 8.837-7.163 16-16 16H48c-8.837 0-16-7.163-16-16V64h320v400zm-85.3-211.78C280.02 235.74 288 214.78 288 192c0-52.93-43.07-96-96-96s-96 43.07-96 96c0 22.78 7.98 43.74 21.3 60.22-14.84 5.23-27.61 14.58-37.17 27.24C69.58 293.45 64 310.11 64 327.64V392c0 30.88 25.12 56 56 56h144c30.88 0 56-25.12 56-56v-64.36c0-17.53-5.58-34.19-16.13-48.18-9.56-12.66-22.33-22.01-37.17-27.24zM192 128c35.35 0 64 28.65 64 64 0 35.465-28.762 64-64 64-35.227 0-64-28.524-64-64 0-35.35 28.65-64 64-64zm96 264c0 13.25-10.75 24-24 24H120c-13.25 0-24-10.75-24-24v-64.36c0-21.44 14.21-40.27 34.81-46.16l16.29-4.65C160.51 283.96 175.79 288 192 288s31.49-4.04 44.9-11.17l16.29 4.65c20.6 5.89 34.81 24.72 34.81 46.16V392z"></path>
|
||||||
@@ -1107,10 +1167,26 @@
|
|||||||
<title id="jack-o-lantern-title">Jack-o'-lantern</title>
|
<title id="jack-o-lantern-title">Jack-o'-lantern</title>
|
||||||
<path d="M304 64.2c.1-10.7-.7-26.5 34.6-32.4 8.7-1.5 14.6-9.7 13.2-18.4C350.3 4.7 344.8 0 336 0c-37.9 0-64.5 25.7-64 64.2C68.5 68.7 0 160.6 0 288c0 130.7 72 224 288 224s288-93.3 288-224c0-127.4-68.4-219.3-272-223.8zM288 480c-148.9 0-256-42.1-256-192C32 137.9 139.3 96 288 96c148.9 0 256 42.1 256 192 0 150.1-107.3 192-256 192zm32-192h96c12.4 0 20.1-13.6 13.7-24.2l-48-80c-6.2-10.4-21.2-10.3-27.4 0l-48 80c-3 4.9-3 11.1-.2 16.1 2.8 5 8.1 8.1 13.9 8.1zm48-64.9l19.7 32.9h-39.5l19.8-32.9zm95.7 115.1c-10.7 37.3-43.3 62.2-79.7 76.6V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v34.7c-20.2 4.7-41.9 7.3-64 7.3s-43.8-2.5-64-7.3V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v24.8c-36.4-14.4-69-39.3-79.7-76.6-1.8-6.3 4.3-11.9 10.4-9.7 34.2 12.4 81.5 20.4 133.3 22.8V378c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6v-26c63.9 0 124.2-8.6 165.3-23.5 6.1-2.2 12.2 3.4 10.4 9.7zM160 288h96c12.4 0 20.1-13.6 13.7-24.2l-48-80c-6.2-10.4-21.2-10.3-27.4 0l-48 80c-6.4 10.6 1.3 24.2 13.7 24.2zm48-64.9l19.7 32.9h-39.5l19.8-32.9z"></path>
|
<path d="M304 64.2c.1-10.7-.7-26.5 34.6-32.4 8.7-1.5 14.6-9.7 13.2-18.4C350.3 4.7 344.8 0 336 0c-37.9 0-64.5 25.7-64 64.2C68.5 68.7 0 160.6 0 288c0 130.7 72 224 288 224s288-93.3 288-224c0-127.4-68.4-219.3-272-223.8zM288 480c-148.9 0-256-42.1-256-192C32 137.9 139.3 96 288 96c148.9 0 256 42.1 256 192 0 150.1-107.3 192-256 192zm32-192h96c12.4 0 20.1-13.6 13.7-24.2l-48-80c-6.2-10.4-21.2-10.3-27.4 0l-48 80c-3 4.9-3 11.1-.2 16.1 2.8 5 8.1 8.1 13.9 8.1zm48-64.9l19.7 32.9h-39.5l19.8-32.9zm95.7 115.1c-10.7 37.3-43.3 62.2-79.7 76.6V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v34.7c-20.2 4.7-41.9 7.3-64 7.3s-43.8-2.5-64-7.3V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v24.8c-36.4-14.4-69-39.3-79.7-76.6-1.8-6.3 4.3-11.9 10.4-9.7 34.2 12.4 81.5 20.4 133.3 22.8V378c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6v-26c63.9 0 124.2-8.6 165.3-23.5 6.1-2.2 12.2 3.4 10.4 9.7zM160 288h96c12.4 0 20.1-13.6 13.7-24.2l-48-80c-6.2-10.4-21.2-10.3-27.4 0l-48 80c-6.4 10.6 1.3 24.2 13.7 24.2zm48-64.9l19.7 32.9h-39.5l19.8-32.9z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="key" viewBox="0 0 512 512">
|
||||||
|
<title id="key-title">key</title>
|
||||||
|
<path d="M336 32c79.529 0 144 64.471 144 144s-64.471 144-144 144c-18.968 0-37.076-3.675-53.661-10.339L240 352h-48v64h-64v64H32v-80l170.339-170.339C195.675 213.076 192 194.968 192 176c0-79.529 64.471-144 144-144m0-32c-97.184 0-176 78.769-176 176 0 15.307 1.945 30.352 5.798 44.947L7.029 379.716A24.003 24.003 0 0 0 0 396.686V488c0 13.255 10.745 24 24 24h112c13.255 0 24-10.745 24-24v-40h40c13.255 0 24-10.745 24-24v-40h19.314c6.365 0 12.47-2.529 16.971-7.029l30.769-30.769C305.648 350.055 320.693 352 336 352c97.184 0 176-78.769 176-176C512 78.816 433.231 0 336 0zm48 108c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20m0-28c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="keyboard" viewBox="0 0 576 512">
|
||||||
|
<title id="keyboard-title">Keyboard</title>
|
||||||
|
<path d="M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm16 336c0 8.823-7.177 16-16 16H48c-8.823 0-16-7.177-16-16V112c0-8.823 7.177-16 16-16h480c8.823 0 16 7.177 16 16v288zM168 268v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm-336 80v-24c0-6.627-5.373-12-12-12H84c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm384 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zM120 188v-24c0-6.627-5.373-12-12-12H84c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm-96 152v-8c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="laptop" viewBox="0 0 640 512">
|
||||||
|
<title id="laptop-title">Laptop</title>
|
||||||
|
<path d="M528 32c8.8 0 16 7.2 16 16v256c0 8.8-7.2 16-16 16H112c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h416m0-32H112C85.5 0 64 21.5 64 48v256c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm100 384H12c-6.6 0-12 5.4-12 12v68c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48v-68c0-6.6-5.4-12-12-12zm-20 80c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-48h224c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32h224v48z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="leaf" viewBox="0 0 576 512">
|
<symbol id="leaf" viewBox="0 0 576 512">
|
||||||
<title id="leaf-title">leaf</title>
|
<title id="leaf-title">leaf</title>
|
||||||
<path d="M501.1 64c32.3 0 42.9 79.9 42.9 103.1 0 170.4-168.3 259.6-285.7 259.6-73 0-134.3-34.4-134.3-34.4-14.3 0-31.4 55.6-56.3 55.6-24 0-35.7-20.6-35.7-33 0-28.4 56.6-50.5 56.6-66.3 0 0-11.1-18.1-11.1-50.7 0-86.7 72.3-148.6 153.4-174.3 58.6-18.5 183.1 3 222.9-33C469.4 76.8 477.1 64 501.1 64m0-32c-38 0-54.3 22.1-68.6 34.8l-.1.1-.1.1c-25.8 23.4-151.8 7.5-211 26.2C124.6 123.7 45.4 198.1 45.4 298c0 18.8 3 34 6.4 45.3C32.5 358.4 0 380 0 415c0 31.7 27.6 65 67.7 65 31.1 0 48.9-26.9 63.2-48.9 26.6 11.4 74 27.6 127.4 27.6 128.9 0 317.7-97.6 317.7-291.6C576 113.5 556 32 501.1 32zM158.7 334c54.9-74.9 125.6-109.8 227.7-102.2 8.8.7 16.5-5.9 17.2-14.8.7-8.8-5.9-16.5-14.8-17.2-110.6-8.3-192.9 29.2-255.9 115.1-5.2 7.1-3.7 17.1 3.4 22.4 7.1 5.4 17.2 3.9 22.4-3.3z"></path>
|
<path d="M501.1 64c32.3 0 42.9 79.9 42.9 103.1 0 170.4-168.3 259.6-285.7 259.6-73 0-134.3-34.4-134.3-34.4-14.3 0-31.4 55.6-56.3 55.6-24 0-35.7-20.6-35.7-33 0-28.4 56.6-50.5 56.6-66.3 0 0-11.1-18.1-11.1-50.7 0-86.7 72.3-148.6 153.4-174.3 58.6-18.5 183.1 3 222.9-33C469.4 76.8 477.1 64 501.1 64m0-32c-38 0-54.3 22.1-68.6 34.8l-.1.1-.1.1c-25.8 23.4-151.8 7.5-211 26.2C124.6 123.7 45.4 198.1 45.4 298c0 18.8 3 34 6.4 45.3C32.5 358.4 0 380 0 415c0 31.7 27.6 65 67.7 65 31.1 0 48.9-26.9 63.2-48.9 26.6 11.4 74 27.6 127.4 27.6 128.9 0 317.7-97.6 317.7-291.6C576 113.5 556 32 501.1 32zM158.7 334c54.9-74.9 125.6-109.8 227.7-102.2 8.8.7 16.5-5.9 17.2-14.8.7-8.8-5.9-16.5-14.8-17.2-110.6-8.3-192.9 29.2-255.9 115.1-5.2 7.1-3.7 17.1 3.4 22.4 7.1 5.4 17.2 3.9 22.4-3.3z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="lemon" viewBox="0 0 512 512">
|
||||||
|
<title id="lemon-title">Lemon</title>
|
||||||
|
<path d="M489.038 22.963C473.784 7.709 454.948 0 437.954 0c-8.734 0-16.98 2.035-24.007 6.129-58.912 34.315-181.245-53.083-321.073 86.745C-46.948 232.697 40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.08 23.08 54.378 28.899 75.095 16.832 58.902-34.31 181.245 53.081 321.068-86.743C558.949 279.304 471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM478.22 81.95c-44.546 76.475 49.666 183.163-81.721 314.55-131.434 131.434-238.029 37.148-314.547 81.72-20.528 11.956-60.128-27.64-48.171-48.167 44.547-76.475-49.667-183.163 81.721-314.55C246.942-15.939 353.523 78.359 430.053 33.78c19.978-11.637 60.439 27.102 48.167 48.17zm-218.749 29.669c-31.89 7.086-64.973 26.511-93.157 54.694-28.184 28.185-47.608 61.268-54.694 93.157-1.657 7.457-8.271 12.533-15.604 12.533-1.149 0-2.316-.125-3.485-.385-8.626-1.917-14.065-10.464-12.148-19.09 8.391-37.756 30.872-76.41 63.306-108.843 32.433-32.434 71.087-54.915 108.843-63.306 8.628-1.919 17.173 3.522 19.09 12.148s-3.525 17.175-12.151 19.092z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="level-down" viewBox="0 0 256 512">
|
<symbol id="level-down" viewBox="0 0 256 512">
|
||||||
<title id="level-down-title">Level Down</title>
|
<title id="level-down-title">Level Down</title>
|
||||||
<path d="M252.478 408.503l-99.974 99.975c-4.697 4.697-12.311 4.697-17.008 0l-99.974-99.975c-4.696-4.697-4.696-12.311 0-17.008l8.503-8.503c4.697-4.697 12.311-4.697 17.007 0L126 447.959V36H24.024a11.996 11.996 0 0 1-8.485-3.515l-12-12C-4.021 12.926 1.333 0 12.024 0H138c13.255 0 24 10.745 24 24v423.959l64.967-64.966c4.697-4.697 12.311-4.697 17.007 0l8.503 8.503c4.697 4.696 4.697 12.31.001 17.007z"></path>
|
<path d="M252.478 408.503l-99.974 99.975c-4.697 4.697-12.311 4.697-17.008 0l-99.974-99.975c-4.696-4.697-4.696-12.311 0-17.008l8.503-8.503c4.697-4.697 12.311-4.697 17.007 0L126 447.959V36H24.024a11.996 11.996 0 0 1-8.485-3.515l-12-12C-4.021 12.926 1.333 0 12.024 0H138c13.255 0 24 10.745 24 24v423.959l64.967-64.966c4.697-4.697 12.311-4.697 17.007 0l8.503 8.503c4.697 4.696 4.697 12.31.001 17.007z"></path>
|
||||||
@@ -1127,6 +1203,10 @@
|
|||||||
<title id="level-up-alt-title">Level Up-alt</title>
|
<title id="level-up-alt-title">Level Up-alt</title>
|
||||||
<path d="M237.27 72.083l-71.986-64c-12.125-10.777-30.395-10.777-42.52 0l-71.987 64C28.973 91.465 42.473 128 72.037 128h53.987v348h-94a11.996 11.996 0 0 0-8.485 3.515l-12 12C3.979 499.074 9.333 512 20.024 512h118c13.255 0 24-10.745 24-24V128h53.986c29.552 0 43.072-36.528 21.26-55.917zM72.024 96l72-64 72 64h-144z"></path>
|
<path d="M237.27 72.083l-71.986-64c-12.125-10.777-30.395-10.777-42.52 0l-71.987 64C28.973 91.465 42.473 128 72.037 128h53.987v348h-94a11.996 11.996 0 0 0-8.485 3.515l-12 12C3.979 499.074 9.333 512 20.024 512h118c13.255 0 24-10.745 24-24V128h53.986c29.552 0 43.072-36.528 21.26-55.917zM72.024 96l72-64 72 64h-144z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="life-ring" viewBox="0 0 512 512">
|
||||||
|
<title id="life-ring-title">Life Ring</title>
|
||||||
|
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm168.766 113.176l-62.885 62.885a128.711 128.711 0 0 0-33.941-33.941l62.885-62.885a217.323 217.323 0 0 1 33.941 33.941zM256 352c-52.935 0-96-43.065-96-96s43.065-96 96-96 96 43.065 96 96-43.065 96-96 96zM363.952 68.853l-66.14 66.14c-26.99-9.325-56.618-9.33-83.624 0l-66.139-66.14c66.716-38.524 149.23-38.499 215.903 0zM121.176 87.234l62.885 62.885a128.711 128.711 0 0 0-33.941 33.941l-62.885-62.885a217.323 217.323 0 0 1 33.941-33.941zm-52.323 60.814l66.139 66.14c-9.325 26.99-9.33 56.618 0 83.624l-66.139 66.14c-38.523-66.715-38.5-149.229 0-215.904zm18.381 242.776l62.885-62.885a128.711 128.711 0 0 0 33.941 33.941l-62.885 62.885a217.366 217.366 0 0 1-33.941-33.941zm60.814 52.323l66.139-66.14c26.99 9.325 56.618 9.33 83.624 0l66.14 66.14c-66.716 38.524-149.23 38.499-215.903 0zm242.776-18.381l-62.885-62.885a128.711 128.711 0 0 0 33.941-33.941l62.885 62.885a217.323 217.323 0 0 1-33.941 33.941zm52.323-60.814l-66.14-66.14c9.325-26.99 9.33-56.618 0-83.624l66.14-66.14c38.523 66.715 38.5 149.229 0 215.904z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="lightbulb" viewBox="0 0 384 512">
|
<symbol id="lightbulb" viewBox="0 0 384 512">
|
||||||
<title id="lightbulb-title">Lightbulb</title>
|
<title id="lightbulb-title">Lightbulb</title>
|
||||||
<path d="M192 80c0 8.837-7.164 16-16 16-35.29 0-64 28.71-64 64 0 8.837-7.164 16-16 16s-16-7.163-16-16c0-52.935 43.065-96 96-96 8.836 0 16 7.163 16 16zm176 96c0 101.731-51.697 91.541-90.516 192.674a23.722 23.722 0 0 1-5.484 8.369V464h-.018a23.99 23.99 0 0 1-5.241 14.574l-19.535 24.419A24 24 0 0 1 228.465 512h-72.93a24 24 0 0 1-18.741-9.007l-19.535-24.419A23.983 23.983 0 0 1 112.018 464H112v-86.997a24.153 24.153 0 0 1-5.54-8.478c-38.977-101.401-90.897-90.757-90.457-193.822C16.415 78.01 95.306 0 192 0c97.195 0 176 78.803 176 176zM240 448h-96v12.775L159.38 480h65.24L240 460.775V448zm0-64h-96v32h96v-32zm96-208c0-79.59-64.424-144-144-144-79.59 0-144 64.423-144 144 0 87.475 44.144 70.908 86.347 176h115.306C291.779 247.101 336 263.222 336 176z"></path>
|
<path d="M192 80c0 8.837-7.164 16-16 16-35.29 0-64 28.71-64 64 0 8.837-7.164 16-16 16s-16-7.163-16-16c0-52.935 43.065-96 96-96 8.836 0 16 7.163 16 16zm176 96c0 101.731-51.697 91.541-90.516 192.674a23.722 23.722 0 0 1-5.484 8.369V464h-.018a23.99 23.99 0 0 1-5.241 14.574l-19.535 24.419A24 24 0 0 1 228.465 512h-72.93a24 24 0 0 1-18.741-9.007l-19.535-24.419A23.983 23.983 0 0 1 112.018 464H112v-86.997a24.153 24.153 0 0 1-5.54-8.478c-38.977-101.401-90.897-90.757-90.457-193.822C16.415 78.01 95.306 0 192 0c97.195 0 176 78.803 176 176zM240 448h-96v12.775L159.38 480h65.24L240 460.775V448zm0-64h-96v32h96v-32zm96-208c0-79.59-64.424-144-144-144-79.59 0-144 64.423-144 144 0 87.475 44.144 70.908 86.347 176h115.306C291.779 247.101 336 263.222 336 176z"></path>
|
||||||
@@ -1207,6 +1287,10 @@
|
|||||||
<title id="long-arrow-up-title">Long Arrow Up</title>
|
<title id="long-arrow-up-title">Long Arrow Up</title>
|
||||||
<path d="M3.515 168.97l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L111 92.113V468c0 6.627 5.373 12 12 12h10c6.627 0 12-5.373 12-12V92.113l83.444 83.928c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-116-116.485c-4.686-4.686-12.284-4.686-16.971 0L3.515 152c-4.687 4.686-4.687 12.284 0 16.97z"></path>
|
<path d="M3.515 168.97l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L111 92.113V468c0 6.627 5.373 12 12 12h10c6.627 0 12-5.373 12-12V92.113l83.444 83.928c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-116-116.485c-4.686-4.686-12.284-4.686-16.971 0L3.515 152c-4.687 4.686-4.687 12.284 0 16.97z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="low-vision" viewBox="0 0 576 512">
|
||||||
|
<title id="low-vision-title">Low Vision</title>
|
||||||
|
<path d="M569.348 231.63C512.998 135.99 407.86 72 288 72c-36.303 0-71.26 5.877-103.93 16.722L121.889 4.913c-4-5.391-11.612-6.519-17.003-2.519l-6.507 4.828c-5.391 4-6.519 11.613-2.519 17.004l56.926 76.726C91.489 128.594 40.334 174.447 6.637 231.631c-8.979 15.238-8.719 33.949.004 48.739 30.605 51.943 75.611 94.537 129.537 122.627C29.589 259.268 39.873 273.724 34.215 264.124a16.006 16.006 0 0 1 0-16.247 287.008 287.008 0 0 1 16.929-25.491L204.72 429.39c15 3.91 30.42 6.78 46.18 8.54L72.243 197.124a293.367 293.367 0 0 1 33.449-30.602L308.14 439.39c12.42-.74 24.66-2.18 36.68-4.27L131.942 148.202a293.06 293.06 0 0 1 7.594-4.553 292.057 292.057 0 0 1 32.824-16.313l281.751 379.751c4 5.391 11.612 6.519 17.003 2.519l6.507-4.828c5.391-4 6.519-11.613 2.519-17.004l-56.917-76.714c61.284-27.629 112.419-73.491 146.124-130.69a47.961 47.961 0 0 0 .001-48.74zM362.31 328.959l-38.511-51.906c27.52-18.592 35.914-54.676 20.671-83.193v.02c0 14.56-11.8 26.36-26.35 26.36-14.56 0-26.36-11.8-26.36-26.36 0-14.55 11.8-26.35 26.36-26.35h.02c-22.278-11.908-50.192-9.748-70.538 6.823l-34.7-46.77C233.992 112.746 259.945 104 288 104c70.69 0 128 55.52 128 124 0 41.637-21.187 78.478-53.69 100.959zm179.47-64.839c-31.903 54.148-80.569 96.241-138.133 120.555l-22.24-29.975c74.24-52.148 88.248-153.521 32.713-222.709 54.32 25.45 98.59 66.55 127.66 115.89a15.958 15.958 0 0 1 0 16.239z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="magic" viewBox="0 0 512 512">
|
<symbol id="magic" viewBox="0 0 512 512">
|
||||||
<title id="magic-title">magic</title>
|
<title id="magic-title">magic</title>
|
||||||
<path d="M176 60.9l6.2 12.7 14 2-10.1 9.8 2.4 13.9-12.5-6.5-12.5 6.6 2.4-13.9-10.1-9.8 14-2 6.2-12.8m-5.1-25.7L159.2 59 133 62.8c-4.7.7-6.6 6.5-3.2 9.8l19 18.5-4.5 26.1c-.8 4.7 4.1 8.3 8.3 6.1L176 111l23.4 12.3c4.2 2.2 9.1-1.4 8.3-6.1L203.3 91l19-18.5c3.4-3.3 1.5-9.1-3.2-9.8l-26.2-3.8-11.7-23.8c-2.1-4.1-8.2-4.2-10.3.1zm97.7-16.6l-7.8 15.8-17.5 2.6c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L272 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm-192 0l-7.8 15.8L51.3 37c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L80 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm384 191.5l-7.8 15.8-17.5 2.5c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4l15.6-8.2 15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-2.8-5.4-2.8-6.8 0zM76.1 502.6L9.4 435.9c-12.5-12.5-12.5-32.8 0-45.3L390.6 9.4c12.5-12.5 32.8-12.5 45.3 0l66.7 66.7c12.5 12.5 12.5 32.8 0 45.3L121.4 502.6c-12.5 12.5-32.8 12.5-45.3 0zm282-281.9L291.4 154 32 413.3 98.7 480l259.4-259.3zM480 98.7L413.3 32 314 131.3l66.7 66.7L480 98.7z"></path>
|
<path d="M176 60.9l6.2 12.7 14 2-10.1 9.8 2.4 13.9-12.5-6.5-12.5 6.6 2.4-13.9-10.1-9.8 14-2 6.2-12.8m-5.1-25.7L159.2 59 133 62.8c-4.7.7-6.6 6.5-3.2 9.8l19 18.5-4.5 26.1c-.8 4.7 4.1 8.3 8.3 6.1L176 111l23.4 12.3c4.2 2.2 9.1-1.4 8.3-6.1L203.3 91l19-18.5c3.4-3.3 1.5-9.1-3.2-9.8l-26.2-3.8-11.7-23.8c-2.1-4.1-8.2-4.2-10.3.1zm97.7-16.6l-7.8 15.8-17.5 2.6c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L272 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm-192 0l-7.8 15.8L51.3 37c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L80 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm384 191.5l-7.8 15.8-17.5 2.5c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4l15.6-8.2 15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-2.8-5.4-2.8-6.8 0zM76.1 502.6L9.4 435.9c-12.5-12.5-12.5-32.8 0-45.3L390.6 9.4c12.5-12.5 32.8-12.5 45.3 0l66.7 66.7c12.5 12.5 12.5 32.8 0 45.3L121.4 502.6c-12.5 12.5-32.8 12.5-45.3 0zm282-281.9L291.4 154 32 413.3 98.7 480l259.4-259.3zM480 98.7L413.3 32 314 131.3l66.7 66.7L480 98.7z"></path>
|
||||||
@@ -1263,6 +1347,10 @@
|
|||||||
<title id="medkit-title">medkit</title>
|
<title id="medkit-title">medkit</title>
|
||||||
<path d="M464 96H352V56c0-13.255-10.745-24-24-24H184c-13.255 0-24 10.745-24 24v40H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM192 64h128v32H192V64zm192 64v320H128V128h256zM32 432V144c0-8.822 7.178-16 16-16h48v320H48c-8.822 0-16-7.178-16-16zm448 0c0 8.822-7.178 16-16 16h-48V128h48c8.822 0 16 7.178 16 16v288zM352 272v32c0 6.627-5.373 12-12 12h-56v56c0 6.627-5.373 12-12 12h-32c-6.627 0-12-5.373-12-12v-56h-56c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h56v-56c0-6.627 5.373-12 12-12h32c6.627 0 12 5.373 12 12v56h56c6.627 0 12 5.373 12 12z"></path>
|
<path d="M464 96H352V56c0-13.255-10.745-24-24-24H184c-13.255 0-24 10.745-24 24v40H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM192 64h128v32H192V64zm192 64v320H128V128h256zM32 432V144c0-8.822 7.178-16 16-16h48v320H48c-8.822 0-16-7.178-16-16zm448 0c0 8.822-7.178 16-16 16h-48V128h48c8.822 0 16 7.178 16 16v288zM352 272v32c0 6.627-5.373 12-12 12h-56v56c0 6.627-5.373 12-12 12h-32c-6.627 0-12-5.373-12-12v-56h-56c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h56v-56c0-6.627 5.373-12 12-12h32c6.627 0 12 5.373 12 12v56h56c6.627 0 12 5.373 12 12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="meh" viewBox="0 0 512 512">
|
||||||
|
<title id="meh-title">Meh</title>
|
||||||
|
<path d="M256 40c118.664 0 216 96.055 216 216 0 118.664-96.055 216-216 216-118.664 0-216-96.055-216-216 0-118.664 96.055-216 216-216m0-32C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 312H176c-21.179 0-21.169 32 0 32h160c21.179 0 21.169-32 0-32zm-16-176a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 272 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-128 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 144 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="mercury" viewBox="0 0 288 512">
|
<symbol id="mercury" viewBox="0 0 288 512">
|
||||||
<title id="mercury-title">Mercury</title>
|
<title id="mercury-title">Mercury</title>
|
||||||
<path d="M288 208c0-57-33.1-106.2-81.1-129.6 24-14.9 40.9-37.9 45.3-64.5C253.4 6.6 247.7 0 240.3 0h-8.1c-5.7 0-10.7 4.1-11.8 9.7C214.8 40.4 182.7 64 144 64S73.2 40.4 67.6 9.7C66.6 4 61.6 0 55.8 0h-8.1c-7.4 0-13.1 6.6-11.9 13.9 4.4 26.6 21.3 49.7 45.3 64.5C33.1 101.8 0 151 0 208c0 74.2 56.2 135.3 128.3 143.1-.2.9-.3 1.8-.3 2.7V416H76c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h52v52c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-52h52c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12h-52v-62.2c0-.9-.1-1.8-.3-2.7C231.8 343.3 288 282.2 288 208zM144 320c-61.9 0-112-50-112-112 0-61.9 50-112 112-112 61.9 0 112 50 112 112 0 61.9-50 112-112 112z"></path>
|
<path d="M288 208c0-57-33.1-106.2-81.1-129.6 24-14.9 40.9-37.9 45.3-64.5C253.4 6.6 247.7 0 240.3 0h-8.1c-5.7 0-10.7 4.1-11.8 9.7C214.8 40.4 182.7 64 144 64S73.2 40.4 67.6 9.7C66.6 4 61.6 0 55.8 0h-8.1c-7.4 0-13.1 6.6-11.9 13.9 4.4 26.6 21.3 49.7 45.3 64.5C33.1 101.8 0 151 0 208c0 74.2 56.2 135.3 128.3 143.1-.2.9-.3 1.8-.3 2.7V416H76c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h52v52c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-52h52c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12h-52v-62.2c0-.9-.1-1.8-.3-2.7C231.8 343.3 288 282.2 288 208zM144 320c-61.9 0-112-50-112-112 0-61.9 50-112 112-112 61.9 0 112 50 112 112 0 61.9-50 112-112 112z"></path>
|
||||||
@@ -1271,6 +1359,18 @@
|
|||||||
<title id="microchip-title">Microchip</title>
|
<title id="microchip-title">Microchip</title>
|
||||||
<path d="M368 0H144c-26.51 0-48 21.49-48 48v416c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zm16 464c0 8.822-7.178 16-16 16H144c-8.822 0-16-7.178-16-16V48c0-8.822 7.178-16 16-16h224c8.822 0 16 7.178 16 16v416zm128-358v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z"></path>
|
<path d="M368 0H144c-26.51 0-48 21.49-48 48v416c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zm16 464c0 8.822-7.178 16-16 16H144c-8.822 0-16-7.178-16-16V48c0-8.822 7.178-16 16-16h224c8.822 0 16 7.178 16 16v416zm128-358v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="microphone" viewBox="0 0 320 512">
|
||||||
|
<title id="microphone-title">microphone</title>
|
||||||
|
<path d="M160 352c53.019 0 96-42.981 96-96V96c0-53.019-42.981-96-96-96S64 42.981 64 96v160c0 53.019 42.981 96 96 96zM96 96c0-35.29 28.71-64 64-64s64 28.71 64 64v160c0 35.29-28.71 64-64 64s-64-28.71-64-64V96zm224 124v36c0 82.825-63.26 151.149-144 159.202V480h68c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h68v-64.798C63.26 407.149 0 338.825 0 256v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v36c0 70.579 57.42 128 128 128 70.579 0 128-57.421 128-128v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="microphone-alt" viewBox="0 0 320 512">
|
||||||
|
<title id="microphone-alt-title">Microphone Alt</title>
|
||||||
|
<path d="M160 352c53.019 0 96-42.981 96-96V96c0-53.019-42.981-96-96-96S64 42.981 64 96v160c0 53.019 42.981 96 96 96zM96 96c0-35.29 28.71-64 64-64s64 28.71 64 64h-58a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h58v32h-58a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h58v32h-58a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h58c0 35.29-28.71 64-64 64s-64-28.71-64-64V96zm224 124v36c0 82.825-63.26 151.149-144 159.202V480h68c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h68v-64.798C63.26 407.149 0 338.825 0 256v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v36c0 70.579 57.42 128 128 128 70.579 0 128-57.421 128-128v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="microphone-slash" viewBox="0 0 512 512">
|
||||||
|
<title id="microphone-slash-title">Microphone Slash</title>
|
||||||
|
<path d="M404.788 314.846l-25.266-25.266C385.094 269.104 384 256.755 384 220c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12 0 37.59 2.072 61.378-11.212 94.846zM192 96c0-35.29 28.71-64 64-64s64 28.71 64 64v134.059l31.816 31.816c.117-1.944.184-3.901.184-5.875V96c0-53.019-42.981-96-96-96-45.044 0-82.836 31.025-93.188 72.87L192 102.059V96zm316.485 406.829l-5.656 5.656c-4.686 4.686-12.284 4.686-16.97 0L357.197 379.824c-23.708 19.414-53.064 32.173-85.197 35.378V480h68c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h68v-64.798C159.26 407.149 96 338.825 96 256v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v36c0 70.579 57.42 128 128 128 29.535 0 56.762-10.06 78.445-26.928l-22.829-22.829C295.924 345.419 276.733 352 256 352c-53.019 0-96-42.981-96-96v-73.373L3.515 26.142c-4.686-4.686-4.686-12.284 0-16.97l5.656-5.656c4.686-4.686 12.284-4.686 16.97 0L508.485 485.86c4.687 4.685 4.687 12.283 0 16.969zM288.487 311.114L192 214.627V256c0 35.29 28.71 64 64 64a63.58 63.58 0 0 0 32.487-8.886z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="minus" viewBox="0 0 448 512">
|
<symbol id="minus" viewBox="0 0 448 512">
|
||||||
<title id="minus-title">minus</title>
|
<title id="minus-title">minus</title>
|
||||||
<path d="M436 274c6.6 0 12-5.4 12-12v-12c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v12c0 6.6 5.4 12 12 12h424z"></path>
|
<path d="M436 274c6.6 0 12-5.4 12-12v-12c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v12c0 6.6 5.4 12 12 12h424z"></path>
|
||||||
@@ -1319,6 +1419,10 @@
|
|||||||
<title id="motorcycle-title">Motorcycle</title>
|
<title id="motorcycle-title">Motorcycle</title>
|
||||||
<path d="M512.238 192c-17.943-.033-35.025 3.631-50.534 10.266L435.799 160H520c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24h-60a24.002 24.002 0 0 0-19.2 9.6l-31.893 42.524-27.265-44.485A16.005 16.005 0 0 0 368 64h-76c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h67.04l39.226 64H217.584c-16.679-19.064-41.794-32-89.584-32H80.452c-8.616 0-16.029 6.621-16.433 15.227C63.586 152.416 70.907 160 80 160h48c24.268 0 40.146 8.239 51.566 19.951l-10.364 18.843a127.7 127.7 0 0 0-39.723-6.786C58.709 191.202.272 248.724.001 319.499-.27 390.422 57.141 448 128 448c59.641 0 109.745-40.795 123.956-96h84.776c9.384 0 16.781-8.057 15.936-17.438-5.123-56.79 20.187-110.805 64.631-143.511l16.791 27.395c-30.629 23.533-50.314 60.604-50.086 102.267.38 69.638 57.194 126.66 126.83 127.281 70.58.629 128.112-55.871 129.153-126.057 1.052-71.012-56.729-129.808-127.749-129.937zM462 92h54v40h-84l30-40zM128 416c-52.935 0-96-43.065-96-96s43.065-96 96-96a95.687 95.687 0 0 1 25.45 3.436L97.98 328.289C92.126 338.933 99.838 352 112 352h106.499c-13.208 37.247-48.781 64-90.499 64zm192-96H139.061l70.399-128h159.467C337.778 226.865 320 272.362 320 320zm188.206 95.926c-49.822-1.93-90.199-42.305-92.132-92.127-1.214-31.294 12.642-59.467 34.879-77.836l57.496 93.808c3.463 5.651 10.852 7.424 16.502 3.96l6.821-4.181c5.65-3.463 7.423-10.851 3.96-16.502l-57.051-93.083A95.57 95.57 0 0 1 512 224c52.935 0 96 43.065 96 96 0 54.194-45.139 98.043-99.794 95.926z"></path>
|
<path d="M512.238 192c-17.943-.033-35.025 3.631-50.534 10.266L435.799 160H520c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24h-60a24.002 24.002 0 0 0-19.2 9.6l-31.893 42.524-27.265-44.485A16.005 16.005 0 0 0 368 64h-76c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h67.04l39.226 64H217.584c-16.679-19.064-41.794-32-89.584-32H80.452c-8.616 0-16.029 6.621-16.433 15.227C63.586 152.416 70.907 160 80 160h48c24.268 0 40.146 8.239 51.566 19.951l-10.364 18.843a127.7 127.7 0 0 0-39.723-6.786C58.709 191.202.272 248.724.001 319.499-.27 390.422 57.141 448 128 448c59.641 0 109.745-40.795 123.956-96h84.776c9.384 0 16.781-8.057 15.936-17.438-5.123-56.79 20.187-110.805 64.631-143.511l16.791 27.395c-30.629 23.533-50.314 60.604-50.086 102.267.38 69.638 57.194 126.66 126.83 127.281 70.58.629 128.112-55.871 129.153-126.057 1.052-71.012-56.729-129.808-127.749-129.937zM462 92h54v40h-84l30-40zM128 416c-52.935 0-96-43.065-96-96s43.065-96 96-96a95.687 95.687 0 0 1 25.45 3.436L97.98 328.289C92.126 338.933 99.838 352 112 352h106.499c-13.208 37.247-48.781 64-90.499 64zm192-96H139.061l70.399-128h159.467C337.778 226.865 320 272.362 320 320zm188.206 95.926c-49.822-1.93-90.199-42.305-92.132-92.127-1.214-31.294 12.642-59.467 34.879-77.836l57.496 93.808c3.463 5.651 10.852 7.424 16.502 3.96l6.821-4.181c5.65-3.463 7.423-10.851 3.96-16.502l-57.051-93.083A95.57 95.57 0 0 1 512 224c52.935 0 96 43.065 96 96 0 54.194-45.139 98.043-99.794 95.926z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="mouse-pointer" viewBox="0 0 384 512">
|
||||||
|
<title id="mouse-pointer-title">Mouse Pointer</title>
|
||||||
|
<path d="M337.591 269.889L82.213 14.468C53.012-16.128 0 4.99 0 48.013v375.966c0 42.514 51.677 64.082 81.882 33.877l44.391-44.391 29.249 69.217.078.185.081.179c10.558 24.134 38.489 35.454 62.815 25.132l44.233-18.736.171-.073.171-.075c24.001-10.501 35.503-38.311 25.148-62.775l-31.474-74.534h47.189c42.639 0 64.368-52.327 33.657-82.096zm-33.6 50.096h-95.495l50.247 118.994c3.5 8.25-.5 17.499-8.5 20.999l-44.247 18.749c-8.246 3.499-17.497-.497-20.998-8.499l-47.747-112.994-77.996 77.996c-10.306 10.306-27.249 2.507-27.249-11.249V47.999c0-14.306 17.908-21.369 27.249-11.249l255.987 255.987c10.35 9.806 2.67 27.248-11.251 27.248z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="music" viewBox="0 0 512 512">
|
<symbol id="music" viewBox="0 0 512 512">
|
||||||
<title id="music-title">Music</title>
|
<title id="music-title">Music</title>
|
||||||
<path d="M469.9 1.7l-288 96C168.8 102 160 114.2 160 128v272.3c-17-10.1-39.4-16.3-64-16.3-53 0-96 28.6-96 64 0 35.3 43 64 96 64s96-28.7 96-64V225.7l288-96v206.6c-17-10.1-39.4-16.3-64-16.3-53 0-96 28.6-96 64 0 35.3 43 64 96 64s96-28.7 96-64V32c0-21.9-21.5-37.2-42.1-30.3zM96 484c-37 0-68-18.3-68-36 0-23 42.2-36 68-36 37 0 68 18.3 68 36 0 23-42.2 36-68 36zm96-292v-64l288-96v64l-288 96zm224 228c-37 0-68-18.3-68-36 0-23 42.2-36 68-36 37 0 68 18.3 68 36 0 23-42.2 36-68 36z"></path>
|
<path d="M469.9 1.7l-288 96C168.8 102 160 114.2 160 128v272.3c-17-10.1-39.4-16.3-64-16.3-53 0-96 28.6-96 64 0 35.3 43 64 96 64s96-28.7 96-64V225.7l288-96v206.6c-17-10.1-39.4-16.3-64-16.3-53 0-96 28.6-96 64 0 35.3 43 64 96 64s96-28.7 96-64V32c0-21.9-21.5-37.2-42.1-30.3zM96 484c-37 0-68-18.3-68-36 0-23 42.2-36 68-36 37 0 68 18.3 68 36 0 23-42.2 36-68 36zm96-292v-64l288-96v64l-288 96zm224 228c-37 0-68-18.3-68-36 0-23 42.2-36 68-36 37 0 68 18.3 68 36 0 23-42.2 36-68 36z"></path>
|
||||||
@@ -1327,6 +1431,18 @@
|
|||||||
<title id="neuter-title">Neuter</title>
|
<title id="neuter-title">Neuter</title>
|
||||||
<path d="M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 74.1 56 135.2 128 143.1V468c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V319.1c72-7.9 128-69 128-143.1zM144 288c-61.9 0-112-50-112-112 0-61.9 50-112 112-112 61.9 0 112 50 112 112 0 61.9-50 112-112 112z"></path>
|
<path d="M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 74.1 56 135.2 128 143.1V468c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V319.1c72-7.9 128-69 128-143.1zM144 288c-61.9 0-112-50-112-112 0-61.9 50-112 112-112 61.9 0 112 50 112 112 0 61.9-50 112-112 112z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="newspaper" viewBox="0 0 576 512">
|
||||||
|
<title id="newspaper-title">Newspaper</title>
|
||||||
|
<path d="M552 64H88c-13.234 0-24 10.767-24 24v8H24c-13.255 0-24 10.745-24 24v280c0 26.51 21.49 48 48 48h504c13.233 0 24-10.767 24-24V88c0-13.233-10.767-24-24-24zM32 400V128h32v272c0 8.822-7.178 16-16 16s-16-7.178-16-16zm512 16H93.258A47.897 47.897 0 0 0 96 400V96h448v320zm-404-96h168c6.627 0 12-5.373 12-12V140c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12zm20-160h128v128H160V160zm-32 212v-8c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H140c-6.627 0-12-5.373-12-12zm224 0v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-128v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="object-group" viewBox="0 0 512 512">
|
||||||
|
<title id="object-group-title">Object Group</title>
|
||||||
|
<path d="M404 192h-84v-52c0-6.627-5.373-12-12-12H108c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12h84v52c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12V204c0-6.627-5.373-12-12-12zm-276-32h160v128H128V160zm256 192H224v-32h84c6.627 0 12-5.373 12-12v-84h64v128zm116-224c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v20H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h20v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-20h320v20c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-20V128h20zm-52 256h-20c-6.627 0-12 5.373-12 12v20H96v-20c0-6.627-5.373-12-12-12H64V128h20c6.627 0 12-5.373 12-12V96h320v20c0 6.627 5.373 12 12 12h20v256zM64 64v32H32V64h32m416 0v32h-32V64h32M64 416v32H32v-32h32m416 0v32h-32v-32h32"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="object-ungroup" viewBox="0 0 576 512">
|
||||||
|
<title id="object-ungroup-title">Object Ungroup</title>
|
||||||
|
<path d="M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v20h-96v-32h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v20H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h20v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-20h96v32h-20c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-20h224v20c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-20V224h20zm-180 96v32h-32v-32h32zM352 64h32v32h-32V64zM32 64h32v32H32V64zm32 288H32v-32h32v32zm20-64H64V128h20c6.627 0 12-5.373 12-12V96h224v20c0 6.627 5.373 12 12 12h20v160h-20c-6.627 0-12 5.373-12 12v20H96v-20c0-6.627-5.373-12-12-12zm140 160h-32v-32h32v32zm256-52v20H256v-20c0-6.627-5.373-12-12-12h-20v-32h96v20c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-20v-96h96v20c0 6.627 5.373 12 12 12h20v160h-20c-6.627 0-12 5.373-12 12zm64 52h-32v-32h32v32zm-32-256v-32h32v32h-32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="octagon" viewBox="0 0 512 512">
|
<symbol id="octagon" viewBox="0 0 512 512">
|
||||||
<title id="octagon-title">Octagon</title>
|
<title id="octagon-title">Octagon</title>
|
||||||
<path d="M361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c0-12.7-5.1-24.9-14.1-33.9L361.5 14.1zM480 327.5c0 4.3-1.7 8.3-4.7 11.3L338.9 475.3c-3 3-7 4.7-11.3 4.7H184.5c-4.3 0-8.3-1.7-11.3-4.7L36.7 338.9c-3-3-4.7-7-4.7-11.3V184.5c0-4.3 1.7-8.3 4.7-11.3L173.1 36.7c3-3 7-4.7 11.3-4.7h143.1c4.3 0 8.3 1.7 11.3 4.7l136.5 136.5c3 3 4.7 7 4.7 11.3v143z"></path>
|
<path d="M361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c0-12.7-5.1-24.9-14.1-33.9L361.5 14.1zM480 327.5c0 4.3-1.7 8.3-4.7 11.3L338.9 475.3c-3 3-7 4.7-11.3 4.7H184.5c-4.3 0-8.3-1.7-11.3-4.7L36.7 338.9c-3-3-4.7-7-4.7-11.3V184.5c0-4.3 1.7-8.3 4.7-11.3L173.1 36.7c3-3 7-4.7 11.3-4.7h143.1c4.3 0 8.3 1.7 11.3 4.7l136.5 136.5c3 3 4.7 7 4.7 11.3v143z"></path>
|
||||||
@@ -1363,6 +1479,10 @@
|
|||||||
<title id="pause-circle-title">Pause Circle</title>
|
<title id="pause-circle-title">Pause Circle</title>
|
||||||
<path d="M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm168-96v192m-10-192h20c3.3 0 6 2.7 6 6v180c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6V166c0-3.3 2.7-6 6-6zm96 0h20c3.3 0 6 2.7 6 6v180c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6V166c0-3.3 2.7-6 6-6z"></path>
|
<path d="M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm168-96v192m-10-192h20c3.3 0 6 2.7 6 6v180c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6V166c0-3.3 2.7-6 6-6zm96 0h20c3.3 0 6 2.7 6 6v180c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6V166c0-3.3 2.7-6 6-6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="paw" viewBox="0 0 512 512">
|
||||||
|
<title id="paw-title">Paw</title>
|
||||||
|
<path d="M449.558 155.354c-17.456 0-34.331 6.002-49.267 17.25 9.923-18.259 15.652-39.227 15.652-58.25C415.942 71.076 389.526 32 346 32c-50.529 0-83.897 50.052-90 95.004C249.905 82.113 216.588 32 166 32c-43.557 0-69.942 39.114-69.942 82.354 0 19.024 5.729 39.991 15.652 58.25-14.936-11.249-31.811-17.25-49.267-17.25C21.449 155.354 0 190.517 0 225.25c0 60.601 58.78 123.408 115.151 105.413-26.209 31.696-41.305 65.36-41.305 93.525 0 16.7 6.703 55.542 68.789 55.542 23.896 0 44.266-6.718 63.964-13.214 16.983-5.601 33.025-10.891 49.401-10.891 15.505 0 30.701 5.374 46.79 11.062C321.299 473.232 340.437 480 362.73 480c13.182 0 32.496-.905 47.967-8.73 12.526-6.335 27.457-19.646 27.457-47.082 0-28.128-15.143-61.815-41.431-93.564C453.625 348.927 512 285.211 512 225.25c0-38.086-24.267-69.896-62.442-69.896zM346 64c25.242 0 37.942 25.56 37.942 50.354 0 32.91-24.586 77.166-59 77.166-25.237 0-37.942-25.552-37.942-50.354C287 108.073 311.425 64 346 64zm-90 91.251c9.327 66.245 69.858 84.622 113.148 53.731-14.277 25.431-20.762 56.261-10.37 83.953-34.242-28.014-71.49-44.269-102.779-44.269-31.294 0-68.522 16.209-102.732 44.148 10.259-27.483 3.968-58.211-10.417-83.833 43.541 31.069 103.864 12.223 113.15-53.73zM166 64c34.647 0 59 44.181 59 77.167 0 24.653-12.609 50.354-37.942 50.354-34.403 0-59-44.241-59-77.166C128.058 89.687 140.675 64 166 64zM32 225.25c0-14.075 6.412-37.896 30.442-37.896 34.819 0 63.903 43.513 63.903 76.625 0 36.569-27.326 37.625-30.442 37.625C60.936 301.604 32 258.173 32 225.25zM362.73 448c-34.921 0-66.235-24.375-106.73-24.375-42.071 0-74.949 24.104-113.365 24.104-36.789 0-36.789-15.9-36.789-23.542 0-55.049 88.125-143.521 150.154-143.521 61.47 0 150.154 88.204 150.154 143.521 0 12.549-3.321 23.813-43.424 23.813zm53.367-146.396c-3.116 0-30.442-1.056-30.442-37.625 0-33.214 29.161-76.625 63.903-76.625 24.031 0 30.442 23.82 30.442 37.896 0 33.044-29.027 76.354-63.903 76.354z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="pen" viewBox="0 0 512 512">
|
<symbol id="pen" viewBox="0 0 512 512">
|
||||||
<title id="pen-title">Pen</title>
|
<title id="pen-title">Pen</title>
|
||||||
<path d="M12.8 371.2L.2 485.3c-1.7 15.3 11.2 28.2 26.5 26.5l114.2-12.7 352.4-352.4c25-25 25-65.5 0-90.5l-37.5-37.5c-25-25-65.5-25-90.5 0L12.8 371.2zm113.3 97.4L33 478.9l10.3-93.1 271.9-271.9 82.7 82.7-271.8 272zm344.5-344.5L420.7 174 338 91.3l49.9-49.9c12.5-12.5 32.7-12.5 45.3 0l37.5 37.5c12.4 12.4 12.4 32.7-.1 45.2z"></path>
|
<path d="M12.8 371.2L.2 485.3c-1.7 15.3 11.2 28.2 26.5 26.5l114.2-12.7 352.4-352.4c25-25 25-65.5 0-90.5l-37.5-37.5c-25-25-65.5-25-90.5 0L12.8 371.2zm113.3 97.4L33 478.9l10.3-93.1 271.9-271.9 82.7 82.7-271.8 272zm344.5-344.5L420.7 174 338 91.3l49.9-49.9c12.5-12.5 32.7-12.5 45.3 0l37.5 37.5c12.4 12.4 12.4 32.7-.1 45.2z"></path>
|
||||||
@@ -1439,6 +1559,10 @@
|
|||||||
<title id="plus-square-title">Plus Square</title>
|
<title id="plus-square-title">Plus Square</title>
|
||||||
<path d="M400 64c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352m0-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-48zm-60 206h-98v-98c0-6.6-5.4-12-12-12h-12c-6.6 0-12 5.4-12 12v98h-98c-6.6 0-12 5.4-12 12v12c0 6.6 5.4 12 12 12h98v98c0 6.6 5.4 12 12 12h12c6.6 0 12-5.4 12-12v-98h98c6.6 0 12-5.4 12-12v-12c0-6.6-5.4-12-12-12z"></path>
|
<path d="M400 64c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352m0-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-48zm-60 206h-98v-98c0-6.6-5.4-12-12-12h-12c-6.6 0-12 5.4-12 12v98h-98c-6.6 0-12 5.4-12 12v12c0 6.6 5.4 12 12 12h98v98c0 6.6 5.4 12 12 12h12c6.6 0 12-5.4 12-12v-98h98c6.6 0 12-5.4 12-12v-12c0-6.6-5.4-12-12-12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="podcast" viewBox="0 0 448 512">
|
||||||
|
<title id="podcast-title">Podcast</title>
|
||||||
|
<path d="M326.011 313.366a81.658 81.658 0 0 0-11.127-16.147c-1.855-2.1-1.913-5.215-.264-7.481C328.06 271.264 336 248.543 336 224c0-63.221-52.653-114.375-116.41-111.915-57.732 2.228-104.69 48.724-107.458 106.433-1.278 26.636 6.812 51.377 21.248 71.22 1.648 2.266 1.592 5.381-.263 7.481a81.609 81.609 0 0 0-11.126 16.145c-2.003 3.816-7.25 4.422-9.961 1.072C92.009 289.7 80 258.228 80 224c0-79.795 65.238-144.638 145.178-143.995 77.583.624 141.19 63.4 142.79 140.969.73 35.358-11.362 67.926-31.928 93.377-2.738 3.388-8.004 2.873-10.029-.985zM224 0C100.206 0 0 100.185 0 224c0 82.003 43.765 152.553 107.599 191.485 4.324 2.637 9.775-.93 9.078-5.945-1.244-8.944-2.312-17.741-3.111-26.038a6.025 6.025 0 0 0-2.461-4.291c-48.212-35.164-79.495-92.212-79.101-156.409.636-103.637 84.348-188.625 187.964-190.76C327.674 29.822 416 116.79 416 224c0 63.708-31.192 120.265-79.104 155.21a6.027 6.027 0 0 0-2.462 4.292c-.799 8.297-1.866 17.092-3.11 26.035-.698 5.015 4.753 8.584 9.075 5.947C403.607 376.922 448 306.75 448 224 448 100.204 347.814 0 224 0zm64 355.75c0 32.949-12.871 104.179-20.571 132.813C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.438C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75 32.858 0 64 8.594 64 43.75zm-32 0c0-16.317-64-16.3-64 0 0 27.677 11.48 93.805 19.01 122.747 6.038 2.017 19.948 2.016 25.981 0C244.513 449.601 256 383.437 256 355.75zM288 224c0 35.346-28.654 64-64 64s-64-28.654-64-64 28.654-64 64-64 64 28.654 64 64zm-32 0c0-17.645-14.355-32-32-32s-32 14.355-32 32 14.355 32 32 32 32-14.355 32-32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="poo" viewBox="0 0 512 512">
|
<symbol id="poo" viewBox="0 0 512 512">
|
||||||
<title id="poo-title">Poo</title>
|
<title id="poo-title">Poo</title>
|
||||||
<path d="M256 32c27.8 0 69 32.1 69 63 0 24.3-6 35-15.4 49H340c30.9 0 56 25.1 56 56 0 20-8.4 38.8-25 55.8l-.2.2H382c30.9 0 56 25.1 56 56 0 14.6-4.4 35.4-24.1 56H424c30.9 0 56 25.1 56 56s-25.1 56-56 56H88c-28.9 0-56-26.2-56-56 0-28.9 17.3-49.7 45.7-55 .2 0 11.5-2.2 29.2-5.9-16.6-7.5-32-32.1-32-51 0-27.4 11.2-44.3 37.2-53.1.2-.1 12.5-4.2 30.8-11-13.2-7.9-26.9-24-26.9-41 0-26.6 9.1-48 33.6-58.3C151.4 147.9 256 129 256 32m0-32h-32v32c0 27.6-11.2 48.9-34.2 65-9 6.3-24.3 14.9-46.3 20.2-1.8.4-3.9.9-6.5 2-18.6 7.8-32.6 20.4-41.7 37.4C87.8 170.7 84 187.7 84 207c0 8.9 1.9 17.9 5.6 26.6C59 248.3 42.9 275.1 42.9 312c0 10.6 2.6 21.7 7.1 32.3C19 358.1 0 387.6 0 424c0 22.6 9.7 45.2 26.7 61.9C43.4 502.5 65.8 512 88 512h336c48.5 0 88-39.5 88-88 0-34-19.3-63.5-47.6-78.2 4.3-12.7 5.6-24.4 5.6-33.8 0-34-19.4-63.6-47.7-78.2 3.8-10.9 5.7-22.2 5.7-33.8 0-43.1-31.2-79.1-72.2-86.6.7-5.5 1.1-11.6 1.1-18.4 0-13.1-3.8-26.3-11.2-39-5.9-10.1-14.2-19.9-23.9-28.3C301.7 10.3 277.1 0 256 0zm96 352H160c-6.6 0-10.4 7.5-6.4 12.8C176.9 395.9 214.1 416 256 416s79.1-20.1 102.4-51.2c4-5.3.2-12.8-6.4-12.8zM200 224c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 32c-8.8 0-16 7.2-16 16 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-17.6 14.4-32 32-32 4.4 0 8 3.6 8 8s-3.6 8-8 8zm112-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 32c-8.8 0-16 7.2-16 16 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-17.6 14.4-32 32-32 4.4 0 8 3.6 8 8s-3.6 8-8 8z"></path>
|
<path d="M256 32c27.8 0 69 32.1 69 63 0 24.3-6 35-15.4 49H340c30.9 0 56 25.1 56 56 0 20-8.4 38.8-25 55.8l-.2.2H382c30.9 0 56 25.1 56 56 0 14.6-4.4 35.4-24.1 56H424c30.9 0 56 25.1 56 56s-25.1 56-56 56H88c-28.9 0-56-26.2-56-56 0-28.9 17.3-49.7 45.7-55 .2 0 11.5-2.2 29.2-5.9-16.6-7.5-32-32.1-32-51 0-27.4 11.2-44.3 37.2-53.1.2-.1 12.5-4.2 30.8-11-13.2-7.9-26.9-24-26.9-41 0-26.6 9.1-48 33.6-58.3C151.4 147.9 256 129 256 32m0-32h-32v32c0 27.6-11.2 48.9-34.2 65-9 6.3-24.3 14.9-46.3 20.2-1.8.4-3.9.9-6.5 2-18.6 7.8-32.6 20.4-41.7 37.4C87.8 170.7 84 187.7 84 207c0 8.9 1.9 17.9 5.6 26.6C59 248.3 42.9 275.1 42.9 312c0 10.6 2.6 21.7 7.1 32.3C19 358.1 0 387.6 0 424c0 22.6 9.7 45.2 26.7 61.9C43.4 502.5 65.8 512 88 512h336c48.5 0 88-39.5 88-88 0-34-19.3-63.5-47.6-78.2 4.3-12.7 5.6-24.4 5.6-33.8 0-34-19.4-63.6-47.7-78.2 3.8-10.9 5.7-22.2 5.7-33.8 0-43.1-31.2-79.1-72.2-86.6.7-5.5 1.1-11.6 1.1-18.4 0-13.1-3.8-26.3-11.2-39-5.9-10.1-14.2-19.9-23.9-28.3C301.7 10.3 277.1 0 256 0zm96 352H160c-6.6 0-10.4 7.5-6.4 12.8C176.9 395.9 214.1 416 256 416s79.1-20.1 102.4-51.2c4-5.3.2-12.8-6.4-12.8zM200 224c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 32c-8.8 0-16 7.2-16 16 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-17.6 14.4-32 32-32 4.4 0 8 3.6 8 8s-3.6 8-8 8zm112-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 32c-8.8 0-16 7.2-16 16 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-17.6 14.4-32 32-32 4.4 0 8 3.6 8 8s-3.6 8-8 8z"></path>
|
||||||
@@ -1459,6 +1583,10 @@
|
|||||||
<title id="print-title">print</title>
|
<title id="print-title">print</title>
|
||||||
<path d="M416 192V81.9c0-6.4-2.5-12.5-7-17L351 7c-4.5-4.5-10.6-7-17-7H120c-13.2 0-24 10.8-24 24v168c-53 0-96 43-96 96v136c0 13.2 10.8 24 24 24h72v40c0 13.2 10.8 24 24 24h272c13.2 0 24-10.8 24-24v-40h72c13.2 0 24-10.8 24-24V288c0-53-43-96-96-96zM128 32h202.8L384 85.2V256H128V32zm256 448H128v-96h256v96zm96-64h-64v-40c0-13.2-10.8-24-24-24H120c-13.2 0-24 10.8-24 24v40H32V288c0-35.3 28.7-64 64-64v40c0 13.2 10.8 24 24 24h272c13.2 0 24-10.8 24-24v-40c35.3 0 64 28.7 64 64v128zm-28-112c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20z"></path>
|
<path d="M416 192V81.9c0-6.4-2.5-12.5-7-17L351 7c-4.5-4.5-10.6-7-17-7H120c-13.2 0-24 10.8-24 24v168c-53 0-96 43-96 96v136c0 13.2 10.8 24 24 24h72v40c0 13.2 10.8 24 24 24h272c13.2 0 24-10.8 24-24v-40h72c13.2 0 24-10.8 24-24V288c0-53-43-96-96-96zM128 32h202.8L384 85.2V256H128V32zm256 448H128v-96h256v96zm96-64h-64v-40c0-13.2-10.8-24-24-24H120c-13.2 0-24 10.8-24 24v40H32V288c0-35.3 28.7-64 64-64v40c0 13.2 10.8 24 24 24h272c13.2 0 24-10.8 24-24v-40c35.3 0 64 28.7 64 64v128zm-28-112c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="puzzle-piece" viewBox="0 0 576 512">
|
||||||
|
<title id="puzzle-piece-title">Puzzle Piece</title>
|
||||||
|
<path d="M506.584 256c-52.307 0-72.012 46.513-87.263 27.506-20.125-25.082-2.028-107.233 3.475-131.942-34.229 6.371-137.243 24.274-163.836 2.178-16.619-13.81 31.313-43.496 31.313-86.443C290.272 26.025 256.447 0 214.842 0c-43.559 0-84.792 25.609-84.792 68.824 0 53.02 45.898 71.605 24.351 88.606C125.985 179.846 35.346 160.524 0 152.041v345.313c33.315 8.012 70.681 14.649 106.163 14.646 42.28 0 85.837-11.839 85.837-54.125 0-29.344-32-40.832-32-73.875 0-24.437 22.534-32 46.978-32C245.675 352 256 372.114 256 384c0 28.783-34.272 36.348-34.272 76.58 0 13.748 5.013 25.445 14.498 33.828 35.153 31.069 106.717 6.319 187.085 6.285-.958-3.426-26.807-86.724-7.702-111.907 16.715-22.023 48.578 29.106 92.52 29.106C550.227 417.893 576 377.616 576 336c0-42.835-26.227-80-69.416-80zm1.544 129.893c-30.002 0-41.364-33.893-81.513-33.893-53.566 0-54.841 64.979-44.272 117.816-36.396 3.424-107.025 16.434-124.926.614C237.293 452.645 288 428.279 288 384c0-37.683-33.317-64-81.022-64-74.981 0-102.885 59.829-56.167 122.037 4.726 6.293 9.189 12.237 9.189 15.838 0 33.69-94.005 20.629-128 13.925V191.971c63.255 11.657 160 18.136 160-46.505 0-28.567-29.95-42.982-29.95-76.642C162.05 44.146 190.265 32 214.842 32c20.035 0 43.43 9.244 43.43 35.298 0 29.426-34.272 40.752-34.272 80.61 0 57.828 100.845 50.931 158.22 43.093C374.142 245.294 373.959 320 429.086 320c29.143 0 43.674-32 77.498-32C531.543 288 544 311.301 544 336c0 34.413-20.977 49.893-35.872 49.893z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="question" viewBox="0 0 384 512">
|
<symbol id="question" viewBox="0 0 384 512">
|
||||||
<title id="question-title">Question</title>
|
<title id="question-title">Question</title>
|
||||||
<path d="M200.343 0C124.032 0 69.761 31.599 28.195 93.302c-14.213 21.099-9.458 49.674 10.825 65.054l42.034 31.872c20.709 15.703 50.346 12.165 66.679-8.51 21.473-27.181 28.371-31.96 46.132-31.96 10.218 0 25.289 6.999 25.289 18.242 0 25.731-109.3 20.744-109.3 122.251V304c0 16.007 7.883 30.199 19.963 38.924C109.139 360.547 96 386.766 96 416c0 52.935 43.065 96 96 96s96-43.065 96-96c0-29.234-13.139-55.453-33.817-73.076 12.08-8.726 19.963-22.917 19.963-38.924v-4.705c25.386-18.99 104.286-44.504 104.286-139.423C378.432 68.793 288.351 0 200.343 0zM192 480c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64zm50.146-186.406V304c0 8.837-7.163 16-16 16h-68.292c-8.836 0-16-7.163-16-16v-13.749c0-86.782 109.3-57.326 109.3-122.251 0-32-31.679-50.242-57.289-50.242-33.783 0-49.167 16.18-71.242 44.123-5.403 6.84-15.284 8.119-22.235 2.848l-42.034-31.872c-6.757-5.124-8.357-14.644-3.62-21.677C88.876 60.499 132.358 32 200.343 32c70.663 0 146.089 55.158 146.089 127.872 0 96.555-104.286 98.041-104.286 133.722z"></path>
|
<path d="M200.343 0C124.032 0 69.761 31.599 28.195 93.302c-14.213 21.099-9.458 49.674 10.825 65.054l42.034 31.872c20.709 15.703 50.346 12.165 66.679-8.51 21.473-27.181 28.371-31.96 46.132-31.96 10.218 0 25.289 6.999 25.289 18.242 0 25.731-109.3 20.744-109.3 122.251V304c0 16.007 7.883 30.199 19.963 38.924C109.139 360.547 96 386.766 96 416c0 52.935 43.065 96 96 96s96-43.065 96-96c0-29.234-13.139-55.453-33.817-73.076 12.08-8.726 19.963-22.917 19.963-38.924v-4.705c25.386-18.99 104.286-44.504 104.286-139.423C378.432 68.793 288.351 0 200.343 0zM192 480c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64zm50.146-186.406V304c0 8.837-7.163 16-16 16h-68.292c-8.836 0-16-7.163-16-16v-13.749c0-86.782 109.3-57.326 109.3-122.251 0-32-31.679-50.242-57.289-50.242-33.783 0-49.167 16.18-71.242 44.123-5.403 6.84-15.284 8.119-22.235 2.848l-42.034-31.872c-6.757-5.124-8.357-14.644-3.62-21.677C88.876 60.499 132.358 32 200.343 32c70.663 0 146.089 55.158 146.089 127.872 0 96.555-104.286 98.041-104.286 133.722z"></path>
|
||||||
@@ -1583,6 +1711,10 @@
|
|||||||
<title id="search-plus-title">Search Plus</title>
|
<title id="search-plus-title">Search Plus</title>
|
||||||
<path d="M319.8 204v8c0 6.6-5.4 12-12 12h-84v84c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12v-84h-84c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h84v-84c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12zm188.5 293L497 508.3c-4.7 4.7-12.3 4.7-17 0l-129-129c-2.3-2.3-3.5-5.3-3.5-8.5v-8.5C310.6 395.7 261.7 416 208 416 93.8 416 1.5 324.9 0 210.7-1.5 93.7 93.7-1.5 210.7 0 324.9 1.5 416 93.8 416 208c0 53.7-20.3 102.6-53.7 139.5h8.5c3.2 0 6.2 1.3 8.5 3.5l129 129c4.7 4.7 4.7 12.3 0 17zM384 208c0-97.3-78.7-176-176-176S32 110.7 32 208s78.7 176 176 176 176-78.7 176-176z"></path>
|
<path d="M319.8 204v8c0 6.6-5.4 12-12 12h-84v84c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12v-84h-84c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h84v-84c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12zm188.5 293L497 508.3c-4.7 4.7-12.3 4.7-17 0l-129-129c-2.3-2.3-3.5-5.3-3.5-8.5v-8.5C310.6 395.7 261.7 416 208 416 93.8 416 1.5 324.9 0 210.7-1.5 93.7 93.7-1.5 210.7 0 324.9 1.5 416 93.8 416 208c0 53.7-20.3 102.6-53.7 139.5h8.5c3.2 0 6.2 1.3 8.5 3.5l129 129c4.7 4.7 4.7 12.3 0 17zM384 208c0-97.3-78.7-176-176-176S32 110.7 32 208s78.7 176 176 176 176-78.7 176-176z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="server" viewBox="0 0 512 512">
|
||||||
|
<title id="server-title">Server</title>
|
||||||
|
<path d="M376 256c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm-40 24c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm176-128c0 12.296-4.629 23.507-12.232 32 7.603 8.493 12.232 19.704 12.232 32v80c0 12.296-4.629 23.507-12.232 32 7.603 8.493 12.232 19.704 12.232 32v80c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-80c0-12.296 4.629-23.507 12.232-32C4.629 319.507 0 308.296 0 296v-80c0-12.296 4.629-23.507 12.232-32C4.629 175.507 0 164.296 0 152V72c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v80zm-480 0c0 8.822 7.178 16 16 16h416c8.822 0 16-7.178 16-16V72c0-8.822-7.178-16-16-16H48c-8.822 0-16 7.178-16 16v80zm432 48H48c-8.822 0-16 7.178-16 16v80c0 8.822 7.178 16 16 16h416c8.822 0 16-7.178 16-16v-80c0-8.822-7.178-16-16-16zm16 160c0-8.822-7.178-16-16-16H48c-8.822 0-16 7.178-16 16v80c0 8.822 7.178 16 16 16h416c8.822 0 16-7.178 16-16v-80zm-80-224c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm-64 0c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm64 240c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="share" viewBox="0 0 576 512">
|
<symbol id="share" viewBox="0 0 576 512">
|
||||||
<title id="share-title">Share</title>
|
<title id="share-title">Share</title>
|
||||||
<path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path>
|
<path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path>
|
||||||
@@ -1655,9 +1787,25 @@
|
|||||||
<title id="sitemap-title">Sitemap</title>
|
<title id="sitemap-title">Sitemap</title>
|
||||||
<path d="M616 320h-72v-48c0-26.468-21.532-48-48-48H336v-32h56c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h56v32H144c-26.467 0-48 21.532-48 48v48H24c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-40v-48c0-8.822 7.178-16 16-16h160v64h-56c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-56v-64h160c8.822 0 16 7.178 16 16v48h-40c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24zm-456 32v128H32V352h128zm224 0v128H256V352h128zM256 160V32h128v128H256zm352 320H480V352h128v128z"></path>
|
<path d="M616 320h-72v-48c0-26.468-21.532-48-48-48H336v-32h56c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h56v32H144c-26.467 0-48 21.532-48 48v48H24c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-40v-48c0-8.822 7.178-16 16-16h160v64h-56c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-56v-64h160c8.822 0 16 7.178 16 16v48h-40c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24zm-456 32v128H32V352h128zm224 0v128H256V352h128zM256 160V32h128v128H256zm352 320H480V352h128v128z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="sliders-h" viewBox="0 0 576 512">
|
||||||
|
<title id="sliders-h-title">Horizontal Sliders</title>
|
||||||
|
<path d="M564 64H224V24c0-13.2-10.8-24-24-24H88C74.8 0 64 10.8 64 24v40H12C5.4 64 0 69.4 0 76v8c0 6.6 5.4 12 12 12h52v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24V96h340c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-372 64H96V32h96v96zm372 288H320v-40c0-13.2-10.8-24-24-24H184c-13.2 0-24 10.8-24 24v40H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h148v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24v-40h244c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-276 64h-96v-96h96v96zm276-256h-84v-40c0-13.2-10.8-24-24-24H344c-13.2 0-24 10.8-24 24v40H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h308v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24v-40h84c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-116 64h-96v-96h96v96z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-h-square" viewBox="0 0 448 512">
|
||||||
|
<title id="sliders-h-square-title">Square Horizontal Sliders</title>
|
||||||
|
<path d="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-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352zm-92-272H224v-40c0-13.2-10.8-24-24-24h-48c-13.2 0-24 10.8-24 24v40H92c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h36v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h100c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-132 64h-32v-96h32v96zm148 96h-20v-40c0-13.2-10.8-24-24-24h-48c-13.2 0-24 10.8-24 24v40H108c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h116v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h20c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-52 64h-32v-96h32v96z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-v" viewBox="0 0 576 512">
|
||||||
|
<title id="sliders-v-title">Vertical Sliders</title>
|
||||||
|
<path d="M136 96H96V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H24c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v212c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V256h40c13.2 0 24-10.8 24-24V120c0-13.2-10.8-24-24-24zm-8 128H32v-96h96v96zm424-96h-40V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v84h-40c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v180c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V288h40c13.2 0 24-10.8 24-24V152c0-13.2-10.8-24-24-24zm-8 128h-96v-96h96v96zm-200 0h-40V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v212h-40c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v52c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-52h40c13.2 0 24-10.8 24-24V280c0-13.2-10.8-24-24-24zm-8 128h-96v-96h96v96z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-v-square" viewBox="0 0 448 512">
|
||||||
|
<title id="sliders-v-square-title">Square Vertical Sliders</title>
|
||||||
|
<path d="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-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352zM200 160h-40v-32c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v32H88c-13.2 0-24 10.8-24 24v48c0 13.2 10.8 24 24 24h40v116c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V256h40c13.2 0 24-10.8 24-24v-48c0-13.2-10.8-24-24-24zm-8 64H96v-32h96v32zm168 32h-40V128c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v128h-40c-13.2 0-24 10.8-24 24v48c0 13.2 10.8 24 24 24h40v20c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-20h40c13.2 0 24-10.8 24-24v-48c0-13.2-10.8-24-24-24zm-8 64h-96v-32h96v32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="smile" viewBox="0 0 512 512">
|
<symbol id="smile" viewBox="0 0 512 512">
|
||||||
<title id="smile-title">Smile</title>
|
<title id="smile-title">Smile</title>
|
||||||
<path d="M256 40c118.7 0 216 96.1 216 216 0 119.3-96.6 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216zm0-32C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM144.3 320c-11 0-16.2 13.6-8 20.9C165.6 367.4 208.4 384 256 384s90.4-16.6 119.7-43.1c8.2-7.4 3-20.9-8-20.9H144.3zM192 152c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56zm0 44c-6.6 0-12 5.4-12 12s-5.4 12-12 12-12-5.4-12-12c0-19.9 16.1-36 36-36 6.6 0 12 5.4 12 12s-5.4 12-12 12zm128-44c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56zm0 44c-6.6 0-12 5.4-12 12s-5.4 12-12 12-12-5.4-12-12c0-19.9 16.1-36 36-36 6.6 0 12 5.4 12 12s-5.4 12-12 12z"></path>
|
<path d="M130.563 312.687c-11.491-17.773 15.372-35.165 26.873-17.373 53.453 82.678 143.744 82.63 197.164 0 11.523-17.82 38.352-.382 26.873 17.373-66.111 102.261-184.893 102.113-250.91 0zM320 144a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 272 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-128 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 144 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm64-104C136.055 40 40 137.336 40 256c0 119.945 97.336 216 216 216 119.945 0 216-97.336 216-216 0-119.945-97.336-216-216-216m0-32c136.967 0 248 111.033 248 248S392.967 504 256 504 8 392.967 8 256 119.033 8 256 8z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sort" viewBox="0 0 320 512">
|
<symbol id="sort" viewBox="0 0 320 512">
|
||||||
<title id="sort-title">Sort</title>
|
<title id="sort-title">Sort</title>
|
||||||
@@ -1735,6 +1883,10 @@
|
|||||||
<title id="step-forward-title">step-forward</title>
|
<title id="step-forward-title">step-forward</title>
|
||||||
<path d="M372 31h-8c-6.6 0-12 5.4-12 12v190.3c-1.1-1.2-2.2-2.4-3.5-3.4l-232-191.4C95.9 21.3 64 35.6 64 63v384c0 27.4 31.9 41.8 52.5 24.6l232-192.6c1.3-1.1 2.4-2.2 3.5-3.4V467c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V43c0-6.6-5.4-12-12-12zm-40.5 223.4L96.2 446.8l-.1.1-.1.1V63l.1.1.2.1 235.2 191.2z"></path>
|
<path d="M372 31h-8c-6.6 0-12 5.4-12 12v190.3c-1.1-1.2-2.2-2.4-3.5-3.4l-232-191.4C95.9 21.3 64 35.6 64 63v384c0 27.4 31.9 41.8 52.5 24.6l232-192.6c1.3-1.1 2.4-2.2 3.5-3.4V467c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V43c0-6.6-5.4-12-12-12zm-40.5 223.4L96.2 446.8l-.1.1-.1.1V63l.1.1.2.1 235.2 191.2z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="stethoscope" viewBox="0 0 512 512">
|
||||||
|
<title id="stethoscope-title">Stethoscope</title>
|
||||||
|
<path d="M430.069 96.493c-43.622 1.028-78.68 37.506-78.061 81.135.542 38.187 27.841 69.9 63.992 77.238V360.47C416 426.379 358.579 480 288 480c-70.58 0-128-53.621-128-119.529v-8.894c71.899-7.985 128-69.112 128-143.106V25.85a12.002 12.002 0 0 0-9.09-11.642L223.522.361c-6.43-1.607-12.945 2.302-14.552 8.731l-1.94 7.761c-1.607 6.43 2.302 12.945 8.731 14.552L256 41.465v165.773c0 61.803-49.543 112.875-111.345 113.23C82.599 320.825 32 270.446 32 208.471V41.465l40.239-10.059c6.43-1.607 10.339-8.122 8.731-14.552l-1.94-7.761C77.423 2.663 70.907-1.246 64.478.362L9.09 14.208A12.002 12.002 0 0 0 0 25.85v182.621c0 73.994 56.101 135.121 128 143.106v8.894C128 444.024 199.776 512 288 512c88.225 0 160-67.976 160-151.529V254.867c36.515-7.413 64-39.694 64-78.397 0-44.824-36.865-81.038-81.931-79.977zM432 224.471c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm23.529-48C455.529 189.466 444.995 200 432 200s-23.529-10.534-23.529-23.529 10.534-23.529 23.529-23.529 23.529 10.534 23.529 23.529z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="sticky-note" viewBox="0 0 448 512">
|
<symbol id="sticky-note" viewBox="0 0 448 512">
|
||||||
<title id="sticky-note-title">Sticky Note</title>
|
<title id="sticky-note-title">Sticky Note</title>
|
||||||
<path d="M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-120.569 95.196a15.89 15.89 0 0 1-7.431 4.195v-95.509h95.509a15.88 15.88 0 0 1-4.195 7.431l-83.883 83.883zM416 80v239.988H312c-13.255 0-24 10.745-24 24v104H48c-8.837 0-16-7.163-16-16V80c0-8.837 7.163-16 16-16h352c8.837 0 16 7.163 16 16z"></path>
|
<path d="M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-120.569 95.196a15.89 15.89 0 0 1-7.431 4.195v-95.509h95.509a15.88 15.88 0 0 1-4.195 7.431l-83.883 83.883zM416 80v239.988H312c-13.255 0-24 10.745-24 24v104H48c-8.837 0-16-7.163-16-16V80c0-8.837 7.163-16 16-16h352c8.837 0 16 7.163 16 16z"></path>
|
||||||
@@ -1903,6 +2055,18 @@
|
|||||||
<title id="tint-title">tint</title>
|
<title id="tint-title">tint</title>
|
||||||
<path d="M192 512C90.815 512 9.043 430.248 9.043 329.044c0-111.709 96.217-151.344 139.914-297.003 13.158-43.525 74.204-41.951 86.123.127 44.453 147.926 139.876 185.631 139.876 296.876C374.956 430.227 293.205 512 192 512zM41.043 329.044C41.043 412.543 108.484 480 192 480c83.498 0 150.956-67.44 150.956-150.956 0-96.298-93.281-136.637-138.564-287.577l-.086-.297c-3.232-11.583-20.791-12.624-24.708.329C134.413 192.118 41.043 232.94 41.043 329.044zm108.435-4.87c-1.509-5.533-9.447-5.532-10.956 0-9.223 29.425-27.913 37.645-27.913 58.435C110.609 401.13 125.478 416 144 416s33.391-14.87 33.391-33.391c0-20.839-18.673-28.956-27.913-58.435z"></path>
|
<path d="M192 512C90.815 512 9.043 430.248 9.043 329.044c0-111.709 96.217-151.344 139.914-297.003 13.158-43.525 74.204-41.951 86.123.127 44.453 147.926 139.876 185.631 139.876 296.876C374.956 430.227 293.205 512 192 512zM41.043 329.044C41.043 412.543 108.484 480 192 480c83.498 0 150.956-67.44 150.956-150.956 0-96.298-93.281-136.637-138.564-287.577l-.086-.297c-3.232-11.583-20.791-12.624-24.708.329C134.413 192.118 41.043 232.94 41.043 329.044zm108.435-4.87c-1.509-5.533-9.447-5.532-10.956 0-9.223 29.425-27.913 37.645-27.913 58.435C110.609 401.13 125.478 416 144 416s33.391-14.87 33.391-33.391c0-20.839-18.673-28.956-27.913-58.435z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="toggle-off" viewBox="0 0 576 512">
|
||||||
|
<title id="toggle-off-title">Toggle Off</title>
|
||||||
|
<path d="M384 96c42.738 0 82.917 16.643 113.137 46.863S544 213.262 544 256s-16.643 82.917-46.863 113.137S426.738 416 384 416H192c-42.738 0-82.917-16.643-113.137-46.863S32 298.738 32 256s16.643-82.917 46.863-113.137S149.262 96 192 96h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm-192 96c52.935 0 96 43.065 96 96s-43.065 96-96 96-96-43.065-96-96 43.065-96 96-96m0-32c-70.692 0-128 57.307-128 128s57.308 128 128 128 128-57.307 128-128-57.308-128-128-128z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="toggle-on" viewBox="0 0 576 512">
|
||||||
|
<title id="toggle-on-title">Toggle On</title>
|
||||||
|
<path d="M384 96c88.426 0 160 71.561 160 160 0 88.426-71.561 160-160 160H192c-88.426 0-160-71.561-160-160 0-88.425 71.561-160 160-160h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm0 304c61.856 0 112-50.144 112-112s-50.144-112-112-112-112 50.144-112 112c0 28.404 10.574 54.339 27.999 74.082C320.522 353.335 350.548 368 384 368z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="trademark" viewBox="0 0 640 512">
|
||||||
|
<title id="trademark-title">Trademark</title>
|
||||||
|
<path d="M121.564 134.98H23.876c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h240.249c6.627 0 12 5.373 12 12v14.98c0 6.627-5.373 12-12 12h-97.688V404c0 6.627-5.373 12-12 12h-20.873c-6.627 0-12-5.373-12-12V134.98zM352.474 96h28.124a12 12 0 0 1 11.048 7.315l70.325 165.83c7.252 17.677 15.864 43.059 15.864 43.059h.907s8.611-25.382 15.863-43.059l70.326-165.83A11.998 11.998 0 0 1 575.978 96h28.123a12 12 0 0 1 11.961 11.034l23.898 296c.564 6.985-4.953 12.966-11.961 12.966h-20.318a12 12 0 0 1-11.963-11.059l-14.994-190.64c-1.36-19.49-.453-47.139-.453-47.139h-.907s-9.518 29.462-17.224 47.139l-60.746 137a12 12 0 0 1-10.97 7.136h-24.252a12 12 0 0 1-10.983-7.165l-60.301-136.971c-7.252-17.225-17.224-48.046-17.224-48.046h-.907s.453 28.555-.907 48.046l-14.564 190.613A11.997 11.997 0 0 1 349.322 416h-20.746c-7.008 0-12.525-5.98-11.961-12.966l23.897-296A12.002 12.002 0 0 1 352.474 96z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="train" viewBox="0 0 448 512">
|
<symbol id="train" viewBox="0 0 448 512">
|
||||||
<title id="train-title">Train</title>
|
<title id="train-title">Train</title>
|
||||||
<path d="M224 320c8.823 0 16 7.177 16 16s-7.177 16-16 16-16-7.177-16-16 7.177-16 16-16m0-32c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM320 0H128C64 0 0 42.981 0 96v256c0 47.169 50.656 86.391 106.9 94.473l-55.285 55.285c-3.78 3.78-1.103 10.243 4.243 10.243h25.798c3.183 0 6.235-1.264 8.485-3.515L150.627 448h146.745l60.486 60.485a12.002 12.002 0 0 0 8.485 3.515h25.798c5.345 0 8.022-6.463 4.243-10.243L341.1 446.472C397.344 438.391 448 399.169 448 352V96c0-53.019-63-96-128-96zM32 128h384v96H32v-96zm96-96h192c58.237 0 96 37.881 96 64H32c0-32.299 47.552-64 96-64zm192 384H128c-48.448 0-96-31.701-96-64v-96h384v96c0 32.299-47.552 64-96 64z"></path>
|
<path d="M224 320c8.823 0 16 7.177 16 16s-7.177 16-16 16-16-7.177-16-16 7.177-16 16-16m0-32c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM320 0H128C64 0 0 42.981 0 96v256c0 47.169 50.656 86.391 106.9 94.473l-55.285 55.285c-3.78 3.78-1.103 10.243 4.243 10.243h25.798c3.183 0 6.235-1.264 8.485-3.515L150.627 448h146.745l60.486 60.485a12.002 12.002 0 0 0 8.485 3.515h25.798c5.345 0 8.022-6.463 4.243-10.243L341.1 446.472C397.344 438.391 448 399.169 448 352V96c0-53.019-63-96-128-96zM32 128h384v96H32v-96zm96-96h192c58.237 0 96 37.881 96 64H32c0-32.299 47.552-64 96-64zm192 384H128c-48.448 0-96-31.701-96-64v-96h384v96c0 32.299-47.552 64-96 64z"></path>
|
||||||
@@ -1939,6 +2103,18 @@
|
|||||||
<title id="truck-title">truck</title>
|
<title id="truck-title">truck</title>
|
||||||
<path d="M592 32H272c-26.51 0-48 21.49-48 48v48h-44.118a48 48 0 0 0-33.941 14.059l-99.882 99.882A48 48 0 0 0 32 275.882V384H20c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h45.604A80.321 80.321 0 0 0 64 432c0 44.183 35.817 80 80 80s80-35.817 80-80c0-5.48-.554-10.83-1.604-16h195.207a80.321 80.321 0 0 0-1.604 16c0 44.183 35.817 80 80 80s80-35.817 80-80c0-5.48-.554-10.83-1.604-16H592c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 384h-15.999c-14.595-19.43-37.829-32-64.001-32s-49.406 12.57-64.001 32H64V275.882c0-4.274 1.664-8.292 4.686-11.314l99.882-99.882A15.895 15.895 0 0 1 179.882 160H224v224zm384-16c0 8.822-7.177 16-16 16h-31.999c-14.595-19.43-37.829-32-64.001-32s-49.406 12.57-64.001 32H256V80c0-8.822 7.177-16 16-16h320c8.823 0 16 7.178 16 16v288zm-501.757-90.243l75.515-75.515c3.78-3.78 10.243-1.103 10.243 4.243V282a6 6 0 0 1-6 6h-75.515c-5.346 0-8.023-6.463-4.243-10.243zM496 384c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m-352 0c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48"></path>
|
<path d="M592 32H272c-26.51 0-48 21.49-48 48v48h-44.118a48 48 0 0 0-33.941 14.059l-99.882 99.882A48 48 0 0 0 32 275.882V384H20c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h45.604A80.321 80.321 0 0 0 64 432c0 44.183 35.817 80 80 80s80-35.817 80-80c0-5.48-.554-10.83-1.604-16h195.207a80.321 80.321 0 0 0-1.604 16c0 44.183 35.817 80 80 80s80-35.817 80-80c0-5.48-.554-10.83-1.604-16H592c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 384h-15.999c-14.595-19.43-37.829-32-64.001-32s-49.406 12.57-64.001 32H64V275.882c0-4.274 1.664-8.292 4.686-11.314l99.882-99.882A15.895 15.895 0 0 1 179.882 160H224v224zm384-16c0 8.822-7.177 16-16 16h-31.999c-14.595-19.43-37.829-32-64.001-32s-49.406 12.57-64.001 32H256V80c0-8.822 7.177-16 16-16h320c8.823 0 16 7.178 16 16v288zm-501.757-90.243l75.515-75.515c3.78-3.78 10.243-1.103 10.243 4.243V282a6 6 0 0 1-6 6h-75.515c-5.346 0-8.023-6.463-4.243-10.243zM496 384c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m-352 0c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="tty" viewBox="0 0 512 512">
|
||||||
|
<title id="tty-title">TTY</title>
|
||||||
|
<path d="M167.06 189.135c13.646-5.471 22.148-19.536 20.695-34.19l-4.308-43.183c47.209-14.454 97.895-14.454 145.105.001l-4.308 43.181c-1.463 14.662 7.048 28.717 20.695 34.19l81.008 32.479c14.924 5.984 31.941.41 40.46-13.252l40.508-64.959c8.239-13.213 6.313-30.132-4.676-41.145-136.167-136.485-356.607-136.196-492.48 0-10.996 11.022-12.908 27.943-4.675 41.146l40.507 64.958c8.52 13.662 25.536 19.236 40.46 13.252l81.009-32.478zm-94.338 2.227l-40.506-64.958a1.186 1.186 0 0 1 .167-1.473c123.663-123.95 323.69-123.831 447.234 0 .415.416.435 1.043.168 1.472l-40.507 64.958a1.186 1.186 0 0 1-1.448.475l-81.006-32.479a1.2 1.2 0 0 1-.742-1.224l6.82-68.362c-79.031-28.623-137.77-27.539-213.803 0l6.82 68.363a1.189 1.189 0 0 1-.74 1.223l-81.009 32.48a1.186 1.186 0 0 1-1.448-.475zM136 396v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zM88 492v-24c0-6.627-5.373-12-12-12H52c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm384 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zM88 300v-24c0-6.627-5.373-12-12-12H52c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm-96 184v-8c0-6.627-5.373-12-12-12H148c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="tv" viewBox="0 0 640 512">
|
||||||
|
<title id="tv-title">Television</title>
|
||||||
|
<path d="M592 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h256v64H144c-8.8 0-16 7.2-16 16s7.2 16 16 16h352c8.8 0 16-7.2 16-16s-7.2-16-16-16H336v-64h256c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm16 368c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h544c8.8 0 16 7.2 16 16v320z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="tv-retro" viewBox="0 0 512 512">
|
||||||
|
<title id="tv-retro-title">Retro Televison</title>
|
||||||
|
<path d="M416 243v-8c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zm96-100v288c0 26.5-21.5 48-48 48h-16v33h-16l-11-33H91l-11 33H64v-33H48c-26.5 0-48-21.5-48-48V143c0-26.5 21.5-48 48-48h160.1l-74.8-67.1c-6.6-5.9-7.2-16-1.3-22.6 5.9-6.6 16-7.2 22.6-1.3L256 95h.8L357.3 4.1c6.6-5.9 16.7-5.4 22.6 1.2 5.9 6.6 5.4 16.7-1.2 22.6L304.5 95H464c26.5 0 48 21.5 48 48zm-32 0c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16V143zm-256 49c-68.8 0-106.2 2.3-125.3 4.3-1.3 14.4-2.7 41.5-2.7 90.7 0 50.5 1.4 78 2.7 92.8 19.2 1.9 56.5 4.2 125.3 4.2s106.1-2.3 125.3-4.2c1.3-14.7 2.7-42.3 2.7-92.8 0-49.2-1.4-76.3-2.7-90.7-19.1-2-56.5-4.3-125.3-4.3m0-32c128 0 152 8 152 8s8 0 8 119c0 121-8 121-8 121s-24 8-152 8-152-8-152-8-8 0-8-121c0-119 8-119 8-119s24-8 152-8zm204 159h8c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="underline" viewBox="0 0 448 512">
|
<symbol id="underline" viewBox="0 0 448 512">
|
||||||
<title id="underline-title">Underline</title>
|
<title id="underline-title">Underline</title>
|
||||||
<path d="M0 500v-8c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12zM291.142 12v8c0 6.627 5.373 12 12 12h42.72v226.509c0 85.451-46.451 128.726-122.145 128.726-74.322 0-121.569-40.289-121.569-127.572V32h42.721c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H26.659c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12H69.38v228.818c0 106.811 63.591 158.094 154.913 158.094 89.287 0 154.337-52.813 154.337-158.094V32h42.721c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H303.142c-6.628 0-12 5.373-12 12z"></path>
|
<path d="M0 500v-8c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12zM291.142 12v8c0 6.627 5.373 12 12 12h42.72v226.509c0 85.451-46.451 128.726-122.145 128.726-74.322 0-121.569-40.289-121.569-127.572V32h42.721c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H26.659c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12H69.38v228.818c0 106.811 63.591 158.094 154.913 158.094 89.287 0 154.337-52.813 154.337-158.094V32h42.721c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H303.142c-6.628 0-12 5.373-12 12z"></path>
|
||||||
@@ -1951,6 +2127,10 @@
|
|||||||
<title id="undo-alt-title">Alternate Undo</title>
|
<title id="undo-alt-title">Alternate Undo</title>
|
||||||
<path d="M54.627 9.387l50.095 50.101C146.632 27.177 199.156 7.96 256.178 8 392.817 8.096 504.251 119.827 504 256.467 503.748 393.219 392.811 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.354-12.561-.482-17.433l7.079-7.079c4.499-4.499 11.744-4.722 16.472-.464C151.849 450.203 202.318 470 256 470c118.022 0 214-95.585 214-214 0-118.026-95.589-214-214-214-46.514 0-90.671 14.872-127.021 41.749l53.617 53.624c20.099 20.1 5.855 54.627-22.627 54.627H32c-17.673 0-32-14.327-32-32V32.015C0 3.54 34.564-10.676 54.627 9.387zM32 32v128h128L32 32"></path>
|
<path d="M54.627 9.387l50.095 50.101C146.632 27.177 199.156 7.96 256.178 8 392.817 8.096 504.251 119.827 504 256.467 503.748 393.219 392.811 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.354-12.561-.482-17.433l7.079-7.079c4.499-4.499 11.744-4.722 16.472-.464C151.849 450.203 202.318 470 256 470c118.022 0 214-95.585 214-214 0-118.026-95.589-214-214-214-46.514 0-90.671 14.872-127.021 41.749l53.617 53.624c20.099 20.1 5.855 54.627-22.627 54.627H32c-17.673 0-32-14.327-32-32V32.015C0 3.54 34.564-10.676 54.627 9.387zM32 32v128h128L32 32"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="universal-access" viewBox="0 0 512 512">
|
||||||
|
<title id="universal-access-title">Universal Access</title>
|
||||||
|
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.663 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.663 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm139.701-299.677c2.03 8.601-3.296 17.218-11.896 19.249-31.006 7.321-59.956 13.775-88.689 17.114.535 114.852 13.167 139.988 27.255 176.036 4.02 10.289-1.063 21.888-11.352 25.906-10.296 4.022-21.89-1.069-25.906-11.352-9.319-23.841-18.551-44.565-24.271-87.277h-9.685c-5.728 42.773-14.986 63.515-24.27 87.276-4.023 10.299-15.633 15.369-25.906 11.353-10.289-4.019-15.371-15.617-11.353-25.906 14.103-36.083 26.72-61.235 27.255-176.036-28.734-3.339-57.683-9.793-88.689-17.114-8.6-2.031-13.926-10.648-11.895-19.249 2.03-8.6 10.647-13.926 19.249-11.896 105.222 24.845 135.48 24.893 240.904 0 8.599-2.022 17.218 3.297 19.249 11.896zm-177.895-42.517c0-21.094 17.1-38.193 38.194-38.193s38.194 17.1 38.194 38.193S277.094 168 256 168s-38.194-17.1-38.194-38.194z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="unlink" viewBox="0 0 512 512">
|
<symbol id="unlink" viewBox="0 0 512 512">
|
||||||
<title id="unlink-title">unlink</title>
|
<title id="unlink-title">unlink</title>
|
||||||
<path d="M207.889 137.235c-4.686-4.686-4.686-12.284 0-16.971l82.159-82.159c50.81-50.813 133.046-50.803 183.848 0 50.812 50.81 50.802 133.048-.001 183.847l-82.159 82.159c-4.686 4.686-12.284 4.686-16.971 0l-8.485-8.485c-4.686-4.686-4.686-12.284 0-16.971l82.159-82.159c36.739-36.741 36.735-96.2 0-132.936-36.741-36.741-96.199-36.736-132.937-.001l-82.159 82.159c-4.686 4.686-12.284 4.686-16.971 0l-8.483-8.483zm-11.391 311.294c-36.65 36.65-96.286 36.651-132.937-.001-36.736-36.736-36.739-96.194 0-132.936l82.19-82.19c4.686-4.686 4.686-12.284 0-16.971l-8.485-8.485c-4.686-4.686-12.284-4.686-16.971 0l-82.19 82.189c-50.802 50.8-50.813 133.038 0 183.848 50.686 50.688 133.162 50.687 183.847 0l82.19-82.19c4.686-4.686 4.686-12.284 0-16.971l-8.484-8.484c-4.686-4.686-12.284-4.686-16.971 0l-82.189 82.191zM11.999 3.515L3.514 12c-4.686 4.686-4.686 12.284 0 16.971L483.03 508.485c4.686 4.686 12.284 4.686 16.971 0l8.485-8.485c4.686-4.686 4.686-12.284 0-16.971L28.97 3.515c-4.686-4.687-12.284-4.687-16.971 0z"></path>
|
<path d="M207.889 137.235c-4.686-4.686-4.686-12.284 0-16.971l82.159-82.159c50.81-50.813 133.046-50.803 183.848 0 50.812 50.81 50.802 133.048-.001 183.847l-82.159 82.159c-4.686 4.686-12.284 4.686-16.971 0l-8.485-8.485c-4.686-4.686-4.686-12.284 0-16.971l82.159-82.159c36.739-36.741 36.735-96.2 0-132.936-36.741-36.741-96.199-36.736-132.937-.001l-82.159 82.159c-4.686 4.686-12.284 4.686-16.971 0l-8.483-8.483zm-11.391 311.294c-36.65 36.65-96.286 36.651-132.937-.001-36.736-36.736-36.739-96.194 0-132.936l82.19-82.19c4.686-4.686 4.686-12.284 0-16.971l-8.485-8.485c-4.686-4.686-12.284-4.686-16.971 0l-82.19 82.189c-50.802 50.8-50.813 133.038 0 183.848 50.686 50.688 133.162 50.687 183.847 0l82.19-82.19c4.686-4.686 4.686-12.284 0-16.971l-8.484-8.484c-4.686-4.686-12.284-4.686-16.971 0l-82.189 82.191zM11.999 3.515L3.514 12c-4.686 4.686-4.686 12.284 0 16.971L483.03 508.485c4.686 4.686 12.284 4.686 16.971 0l8.485-8.485c4.686-4.686 4.686-12.284 0-16.971L28.97 3.515c-4.686-4.687-12.284-4.687-16.971 0z"></path>
|
||||||
@@ -2071,6 +2251,10 @@
|
|||||||
<title id="wifi-title">WiFi</title>
|
<title id="wifi-title">WiFi</title>
|
||||||
<path d="M320 320c-44.18 0-80 35.82-80 80 0 44.185 35.835 80 80 80 44.192 0 80-35.841 80-80 0-44.18-35.82-80-80-80zm0 128c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm206.658-160.441l-5.526 5.789c-4.464 4.677-11.822 4.963-16.655.669-104.965-93.258-263.794-93.432-368.954 0-4.833 4.294-12.191 4.008-16.655-.669l-5.526-5.789c-4.672-4.894-4.401-12.708.651-17.209 117.175-104.395 294.679-104.539 412.016 0 5.05 4.501 5.321 12.315.649 17.209zm102.397-107.372c-4.585 4.585-11.998 4.714-16.703.253-163.419-154.951-420.626-155.576-584.704 0-4.705 4.461-12.118 4.332-16.703-.253l-5.659-5.659c-4.788-4.788-4.651-12.57.262-17.231 176.175-167.143 452.9-166.983 628.905 0 4.913 4.661 5.05 12.442.262 17.231l-5.66 5.659z"></path>
|
<path d="M320 320c-44.18 0-80 35.82-80 80 0 44.185 35.835 80 80 80 44.192 0 80-35.841 80-80 0-44.18-35.82-80-80-80zm0 128c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm206.658-160.441l-5.526 5.789c-4.464 4.677-11.822 4.963-16.655.669-104.965-93.258-263.794-93.432-368.954 0-4.833 4.294-12.191 4.008-16.655-.669l-5.526-5.789c-4.672-4.894-4.401-12.708.651-17.209 117.175-104.395 294.679-104.539 412.016 0 5.05 4.501 5.321 12.315.649 17.209zm102.397-107.372c-4.585 4.585-11.998 4.714-16.703.253-163.419-154.951-420.626-155.576-584.704 0-4.705 4.461-12.118 4.332-16.703-.253l-5.659-5.659c-4.788-4.788-4.651-12.57.262-17.231 176.175-167.143 452.9-166.983 628.905 0 4.913 4.661 5.05 12.442.262 17.231l-5.66 5.659z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="window" viewBox="0 0 576 512">
|
||||||
|
<title id="window-title">Window</title>
|
||||||
|
<path d="M104 128H88c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24zm120-24V88c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24zm96 0V88c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24zm256-56v416c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h480c26.5 0 48 21.5 48 48zm-32 144H32v272c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V192zm0-32V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v112h512z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="window-close" viewBox="0 0 512 512">
|
<symbol id="window-close" viewBox="0 0 512 512">
|
||||||
<title id="window-close-title">Window Close</title>
|
<title id="window-close-title">Window Close</title>
|
||||||
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h416c8.8 0 16 7.2 16 16v352zM348.6 188.3L280.9 256l67.7 67.7c4.6 4.6 4.6 12 0 16.6l-8.3 8.3c-4.6 4.6-12 4.6-16.6 0L256 280.9l-67.7 67.7c-4.6 4.6-12 4.6-16.6 0l-8.3-8.3c-4.6-4.6-4.6-12 0-16.6l67.7-67.7-67.7-67.7c-4.6-4.6-4.6-12 0-16.6l8.3-8.3c4.6-4.6 12-4.6 16.6 0l67.7 67.7 67.7-67.7c4.6-4.6 12-4.6 16.6 0l8.3 8.3c4.5 4.6 4.5 12 0 16.6z"></path>
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h416c8.8 0 16 7.2 16 16v352zM348.6 188.3L280.9 256l67.7 67.7c4.6 4.6 4.6 12 0 16.6l-8.3 8.3c-4.6 4.6-12 4.6-16.6 0L256 280.9l-67.7 67.7c-4.6 4.6-12 4.6-16.6 0l-8.3-8.3c-4.6-4.6-4.6-12 0-16.6l67.7-67.7-67.7-67.7c-4.6-4.6-4.6-12 0-16.6l8.3-8.3c4.6-4.6 12-4.6 16.6 0l67.7 67.7 67.7-67.7c4.6-4.6 12-4.6 16.6 0l8.3 8.3c4.5 4.6 4.5 12 0 16.6z"></path>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 381 KiB After Width: | Height: | Size: 427 KiB |
@@ -259,6 +259,10 @@
|
|||||||
<title id="arrows-v-title">Arrows Vertical</title>
|
<title id="arrows-v-title">Arrows Vertical</title>
|
||||||
<path d="M273.1 347.4c-4.8-4.8-12.5-4.7-17.1.2l-70 73.2V91.2l70 73.2c4.7 4.8 12.4 4.9 17.1.2l19.6-19.6c4.7-4.7 4.7-12.3 0-17L168.5 3.5c-4.7-4.7-12.3-4.7-17 0L27.2 128c-4.7 4.7-4.7 12.3 0 17l19.6 19.6c4.8 4.8 12.5 4.7 17.1-.2l70-73.2v329.6l-70-73.2c-4.7-4.8-12.4-4.9-17.1-.2L27.2 367c-4.7 4.7-4.7 12.3 0 17l124.3 124.5c4.7 4.7 12.3 4.7 17 0L292.8 384c4.7-4.7 4.7-12.3 0-17l-19.7-19.6z"></path>
|
<path d="M273.1 347.4c-4.8-4.8-12.5-4.7-17.1.2l-70 73.2V91.2l70 73.2c4.7 4.8 12.4 4.9 17.1.2l19.6-19.6c4.7-4.7 4.7-12.3 0-17L168.5 3.5c-4.7-4.7-12.3-4.7-17 0L27.2 128c-4.7 4.7-4.7 12.3 0 17l19.6 19.6c4.8 4.8 12.5 4.7 17.1-.2l70-73.2v329.6l-70-73.2c-4.7-4.8-12.4-4.9-17.1-.2L27.2 367c-4.7 4.7-4.7 12.3 0 17l124.3 124.5c4.7 4.7 12.3 4.7 17 0L292.8 384c4.7-4.7 4.7-12.3 0-17l-19.7-19.6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="assistive-listening-systems" viewBox="0 0 512 512">
|
||||||
|
<title id="assistive-listening-systems-title">Assistive Listening Systems</title>
|
||||||
|
<path d="M189.149 512c-13.255 0-24-10.745-24-24s10.745-24 24-24c36.393 0 66-30.016 66-66.909l.002-.334C256.157 324.62 328 312.824 328 264c0-66.918-53.497-120-120-120-66.38 0-120 52.95-120 120 0 13.255-10.745 24-24 24s-24-10.745-24-24c0-93.338 74.866-168 168-168 92.97 0 168 74.484 168 168 0 74.659-72.099 87.835-72.851 133.282-.106 63.272-51.205 114.718-114 114.718zM296 264c0-48.523-39.477-88-88-88s-88 39.477-88 88c0 13.255 10.745 24 24 24s24-10.745 24-24c0-22.056 17.944-40 40-40s40 17.944 40 40c0 13.255 10.745 24 24 24s24-10.745 24-24zm130.99-71c11.94-5.755 16.955-20.1 11.2-32.04-17.206-35.699-42.929-67.404-74.385-91.688-10.495-8.099-25.564-6.16-33.664 4.333s-6.16 25.563 4.332 33.664c25.581 19.748 46.493 45.521 60.477 74.532 5.759 11.946 20.109 16.951 32.04 11.199zm71.404-35.37c11.945-5.744 16.974-20.083 11.23-32.029-23.882-49.678-55.813-90.241-94.916-120.565-10.475-8.122-25.549-6.218-33.674 4.258-8.122 10.474-6.216 25.55 4.258 33.673 33.17 25.723 60.443 60.522 81.073 103.432 5.744 11.949 20.084 16.972 32.029 11.231zM208 280c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 64c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zM24 464c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm104.971-16.971l-64-64L31.03 416.97l64 64 33.941-33.941z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="asterisk" viewBox="0 0 512 512">
|
<symbol id="asterisk" viewBox="0 0 512 512">
|
||||||
<title id="asterisk-title">asterisk</title>
|
<title id="asterisk-title">asterisk</title>
|
||||||
<path d="M479.31 357.216L303.999 256l175.31-101.215c5.74-3.314 7.706-10.653 4.392-16.392l-12-20.785c-3.314-5.74-10.653-7.706-16.392-4.392L280 214.431V12c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v202.431L56.69 113.215c-5.74-3.314-13.079-1.347-16.392 4.392l-12 20.785c-3.314 5.74-1.347 13.079 4.392 16.392L208 256 32.69 357.216c-5.74 3.314-7.706 10.653-4.392 16.392l12 20.784c3.314 5.739 10.653 7.706 16.392 4.392L232 297.569V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V297.569l175.31 101.215c5.74 3.314 13.078 1.347 16.392-4.392l12-20.784c3.314-5.739 1.347-13.079-4.392-16.392z"></path>
|
<path d="M479.31 357.216L303.999 256l175.31-101.215c5.74-3.314 7.706-10.653 4.392-16.392l-12-20.785c-3.314-5.74-10.653-7.706-16.392-4.392L280 214.431V12c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v202.431L56.69 113.215c-5.74-3.314-13.079-1.347-16.392 4.392l-12 20.785c-3.314 5.74-1.347 13.079 4.392 16.392L208 256 32.69 357.216c-5.74 3.314-7.706 10.653-4.392 16.392l12 20.784c3.314 5.739 10.653 7.706 16.392 4.392L232 297.569V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V297.569l175.31 101.215c5.74 3.314 13.078 1.347 16.392-4.392l12-20.784c3.314-5.739 1.347-13.079-4.392-16.392z"></path>
|
||||||
@@ -383,6 +387,14 @@
|
|||||||
<title id="briefcase-title">Briefcase</title>
|
<title id="briefcase-title">Briefcase</title>
|
||||||
<path d="M464 96H352V80c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v16H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM208 80h96v16h-96V80zM48 150a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v106H48V150zm416 276a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V304h144v36c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-36h144v122z"></path>
|
<path d="M464 96H352V80c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v16H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM208 80h96v16h-96V80zM48 150a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v106H48V150zm416 276a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V304h144v36c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-36h144v122z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="browser" viewBox="0 0 512 512">
|
||||||
|
<title id="browser-title">Browser</title>
|
||||||
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM48 92c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V92zm416 334c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V168h416v258zm0-310c0 6.6-5.4 12-12 12H172c-6.6 0-12-5.4-12-12V92c0-6.6 5.4-12 12-12h280c6.6 0 12 5.4 12 12v24z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="bug" viewBox="0 0 576 512">
|
||||||
|
<title id="bug-title">Bug</title>
|
||||||
|
<path d="M536 264h-64v-94.059l40.971-40.971c9.372-9.373 9.372-24.569 0-33.941-9.373-9.372-24.568-9.372-33.941 0L438.059 136H425C425 60.87 364.091 0 289 0c-75.13 0-136 60.909-136 136h-15.059l-40.97-40.971c-9.373-9.372-24.568-9.372-33.941 0-9.373 9.373-9.373 24.569 0 33.941L104 169.941V264H40c-13.255 0-24 10.745-24 24s10.745 24 24 24h64v24c0 29.275 7.91 56.733 21.694 80.365L71.029 471.03c-9.373 9.373-9.373 24.568 0 33.941 9.371 9.372 24.568 9.373 33.941 0l51.029-51.029C184.482 480.046 222.411 496 264 496h48c41.589 0 79.518-15.954 108.001-42.058l51.029 51.029c9.372 9.372 24.568 9.373 33.941 0 9.372-9.373 9.372-24.568 0-33.941l-54.665-54.665C464.09 392.734 472 365.275 472 336v-24h64c13.255 0 24-10.745 24-24s-10.745-24-24-24zM289 48c48.601 0 88 39.399 88 88H201c0-48.601 39.399-88 88-88zm23 400V260c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v188c-61.757 0-112-50.243-112-112V184h272v152c0 61.757-50.243 112-112 112z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="building" viewBox="0 0 448 512">
|
<symbol id="building" viewBox="0 0 448 512">
|
||||||
<title id="building-title">Building</title>
|
<title id="building-title">Building</title>
|
||||||
<path d="M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z"></path>
|
<path d="M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z"></path>
|
||||||
@@ -444,7 +456,7 @@
|
|||||||
<path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72zm-24 72c0-13.2 10.8-24 24-24 8.8 0 16-7.2 16-16s-7.2-16-16-16c-30.9 0-56 25.1-56 56 0 8.8 7.2 16 16 16s16-7.2 16-16zm110.7-145H464v288H48V143h121.3l24-64h125.5l23.9 64zM324.3 31h-131c-20 0-37.9 12.4-44.9 31.1L136 95H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V143c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"></path>
|
<path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72zm-24 72c0-13.2 10.8-24 24-24 8.8 0 16-7.2 16-16s-7.2-16-16-16c-30.9 0-56 25.1-56 56 0 8.8 7.2 16 16 16s16-7.2 16-16zm110.7-145H464v288H48V143h121.3l24-64h125.5l23.9 64zM324.3 31h-131c-20 0-37.9 12.4-44.9 31.1L136 95H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V143c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="camera-retro" viewBox="0 0 512 512">
|
<symbol id="camera-retro" viewBox="0 0 512 512">
|
||||||
<title id="camera-retro-title">camera-retro</title>
|
<title id="camera-retro-title">Retro Camera</title>
|
||||||
<path d="M154 80H38c-3.3 0-6-2.7-6-6V38c0-3.3 2.7-6 6-6h116c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6zm358 0v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h136l33.6-44.8C226.7 39.1 240.9 32 256 32h208c26.5 0 48 21.5 48 48zm-48 64H48v288h416V144zm0-64H256l-12 16h220V80zm-88 208c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-48 0c0 39.7-32.3 72-72 72s-72-32.3-72-72 32.3-72 72-72 72 32.3 72 72zm-96 0c0-13.2 10.8-24 24-24 8.8 0 16-7.2 16-16s-7.2-16-16-16c-30.9 0-56 25.1-56 56 0 8.8 7.2 16 16 16s16-7.2 16-16z"></path>
|
<path d="M154 80H38c-3.3 0-6-2.7-6-6V38c0-3.3 2.7-6 6-6h116c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6zm358 0v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h136l33.6-44.8C226.7 39.1 240.9 32 256 32h208c26.5 0 48 21.5 48 48zm-48 64H48v288h416V144zm0-64H256l-12 16h220V80zm-88 208c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-48 0c0 39.7-32.3 72-72 72s-72-32.3-72-72 32.3-72 72-72 72 32.3 72 72zm-96 0c0-13.2 10.8-24 24-24 8.8 0 16-7.2 16-16s-7.2-16-16-16c-30.9 0-56 25.1-56 56 0 8.8 7.2 16 16 16s16-7.2 16-16z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="car" viewBox="0 0 512 512">
|
<symbol id="car" viewBox="0 0 512 512">
|
||||||
@@ -719,6 +731,10 @@
|
|||||||
<title id="credit-card-front-title">Credit Card Front</title>
|
<title id="credit-card-front-title">Credit Card Front</title>
|
||||||
<path d="M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zm-6 400H54.1c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h467.8c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6zM192 364v8c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v8c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12zm-124-44h-56c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm28-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm-192 0v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm384-40v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm0-132v48c0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24z"></path>
|
<path d="M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zm-6 400H54.1c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h467.8c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6zM192 364v8c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v8c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12zm-124-44h-56c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm28-12v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm-192 0v-40c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12zm384-40v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm0-132v48c0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="crop" viewBox="0 0 513.5 512">
|
||||||
|
<title id="crop-title">crop</title>
|
||||||
|
<path d="M488 384h-40V99.2l61.9-61.7c4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0L415.3 64H128V24c0-13.3-10.7-24-24-24H88C74.7 0 64 10.7 64 24v40H24C10.7 64 0 74.7 0 88v16c0 13.3 10.7 24 24 24h40v296c0 13.3 10.7 24 24 24h296v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-40h40c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24zM351 128L128 350.2V128h223zM162 384l222-221.1V384H162z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="crosshairs" viewBox="0 0 512 512">
|
<symbol id="crosshairs" viewBox="0 0 512 512">
|
||||||
<title id="crosshairs-title">Crosshairs</title>
|
<title id="crosshairs-title">Crosshairs</title>
|
||||||
<path d="M500 232h-29.334C459.597 131.885 380.115 52.403 280 41.334V12c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v29.334C131.885 52.403 52.403 131.885 41.334 232H12c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h29.334C52.403 380.115 131.885 459.597 232 470.666V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12v-29.334C380.115 459.597 459.597 380.115 470.666 280H500c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12zM280 422.301V380c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v42.301C158.427 411.84 100.154 353.532 89.699 280H132c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12H89.699C100.16 158.427 158.468 100.154 232 89.699V132c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V89.699C353.573 100.16 411.846 158.468 422.301 232H380c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h42.301C411.84 353.573 353.532 411.846 280 422.301zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z"></path>
|
<path d="M500 232h-29.334C459.597 131.885 380.115 52.403 280 41.334V12c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v29.334C131.885 52.403 52.403 131.885 41.334 232H12c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h29.334C52.403 380.115 131.885 459.597 232 470.666V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12v-29.334C380.115 459.597 459.597 380.115 470.666 280H500c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12zM280 422.301V380c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v42.301C158.427 411.84 100.154 353.532 89.699 280H132c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12H89.699C100.16 158.427 158.468 100.154 232 89.699V132c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V89.699C353.573 100.16 411.846 158.468 422.301 232H380c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h42.301C411.84 353.573 353.532 411.846 280 422.301zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z"></path>
|
||||||
@@ -739,6 +755,18 @@
|
|||||||
<title id="database-title">Database</title>
|
<title id="database-title">Database</title>
|
||||||
<path d="M224 48c97.167 0 176 27.723 176 61.714v4.571C400 148.277 321.167 176 224 176S48 148.277 48 114.286v-4.571C48 75.723 126.833 48 224 48m176 135.018v26.399c0 33.991-78.833 61.714-176 61.714S48 243.408 48 209.417v-26.399C85.813 210.982 155.021 224 224 224s138.187-13.018 176-40.982m0 96v26.834c0 33.991-78.833 61.714-176 61.714S48 339.842 48 305.851v-26.834C85.813 306.982 155.021 320 224 320s138.187-13.018 176-40.982m0 96v27.268C400 436.277 321.167 464 224 464S48 436.277 48 402.286v-27.268C85.813 402.982 155.021 416 224 416s138.187-13.018 176-40.982M224 0C137.052 0 0 23.26 0 109.714v292.571C0 488.758 137.03 512 224 512c86.948 0 224-23.26 224-109.714V109.714C448 23.242 310.97 0 224 0z"></path>
|
<path d="M224 48c97.167 0 176 27.723 176 61.714v4.571C400 148.277 321.167 176 224 176S48 148.277 48 114.286v-4.571C48 75.723 126.833 48 224 48m176 135.018v26.399c0 33.991-78.833 61.714-176 61.714S48 243.408 48 209.417v-26.399C85.813 210.982 155.021 224 224 224s138.187-13.018 176-40.982m0 96v26.834c0 33.991-78.833 61.714-176 61.714S48 339.842 48 305.851v-26.834C85.813 306.982 155.021 320 224 320s138.187-13.018 176-40.982m0 96v27.268C400 436.277 321.167 464 224 464S48 436.277 48 402.286v-27.268C85.813 402.982 155.021 416 224 416s138.187-13.018 176-40.982M224 0C137.052 0 0 23.26 0 109.714v292.571C0 488.758 137.03 512 224 512c86.948 0 224-23.26 224-109.714V109.714C448 23.242 310.97 0 224 0z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="deaf" viewBox="0 0 512 512">
|
||||||
|
<title id="deaf-title">Deaf</title>
|
||||||
|
<path d="M404.486 124.485l-16.971-16.971c-4.686-4.686-4.686-12.284 0-16.971l87.029-87.029c4.686-4.686 12.284-4.686 16.971 0l16.971 16.971c4.686 4.686 4.686 12.284 0 16.971l-87.029 87.029c-4.687 4.687-12.285 4.687-16.971 0zm-367.03 384l151.029-151.029c4.686-4.686 4.686-12.284 0-16.971l-16.971-16.971c-4.686-4.686-12.284-4.686-16.971 0L3.515 474.544c-4.686 4.686-4.686 12.284 0 16.971l16.971 16.971c4.686 4.686 12.284 4.686 16.97-.001zM351.15 397.282C351.901 351.835 424 338.659 424 264c0-93.516-75.03-168-168-168-93.134 0-168 74.662-168 168 0 13.255 10.745 24 24 24s24-10.745 24-24c0-67.05 53.62-120 120-120 66.503 0 120 53.082 120 120 0 48.824-71.843 60.62-72.849 132.757l-.002.334c0 36.894-29.607 66.909-66 66.909-13.255 0-24 10.745-24 24s10.745 24 24 24c62.796 0 113.894-51.446 114.001-114.718zM320 288c-13.255 0-24-10.745-24-24 0-22.056-17.944-40-40-40s-40 17.944-40 40c0 13.255-10.745 24-24 24s-24-10.745-24-24c0-48.523 39.477-88 88-88s88 39.477 88 88c0 13.255-10.745 24-24 24z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="desktop" viewBox="0 0 576 512">
|
||||||
|
<title id="desktop-title">Desktop</title>
|
||||||
|
<path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V54c0-3.3 2.7-6 6-6h468c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-42 152c0 13.3-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h98.7l18.6-55.8c1.6-4.9 6.2-8.2 11.4-8.2h78.7c5.2 0 9.8 3.3 11.4 8.2l18.6 55.8H456c13.3 0 24 10.7 24 24z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="desktop-alt" viewBox="0 0 576 512">
|
||||||
|
<title id="desktop-alt-title">Alterate Desktop</title>
|
||||||
|
<path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM48 54c0-3.3 2.7-6 6-6h468c3.3 0 6 2.7 6 6v234H48V54zm432 434c0 13.3-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h98.7l18.6-55.8c1.6-4.9 6.2-8.2 11.4-8.2h78.7c5.2 0 9.8 3.3 11.4 8.2l18.6 55.8H456c13.3 0 24 10.7 24 24z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="diamond" viewBox="0 0 448 512">
|
<symbol id="diamond" viewBox="0 0 448 512">
|
||||||
<title id="diamond-title">Diamond</title>
|
<title id="diamond-title">Diamond</title>
|
||||||
<path d="M189.5 496L11 285.7c-14.6-17.2-14.6-42.2 0-59.5L189.5 16c18.1-21.4 50.9-21.3 69 0L437 226.3c14.6 17.2 14.6 42.2 0 59.5L258.5 496c-18.1 21.4-50.9 21.3-69 0zM48 256l176 206.5L400 256 224 49.5 48 256z"></path>
|
<path d="M189.5 496L11 285.7c-14.6-17.2-14.6-42.2 0-59.5L189.5 16c18.1-21.4 50.9-21.3 69 0L437 226.3c14.6 17.2 14.6 42.2 0 59.5L258.5 496c-18.1 21.4-50.9 21.3-69 0zM48 256l176 206.5L400 256 224 49.5 48 256z"></path>
|
||||||
@@ -847,6 +875,14 @@
|
|||||||
<title id="external-link-square-alt-title">Alternate External Link Square</title>
|
<title id="external-link-square-alt-title">Alternate External Link Square</title>
|
||||||
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304H204.015c-10.658 0-16.039 12.93-8.485 20.485l48.187 48.201L99.515 340.888c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.687 4.686 12.285 4.686 16.971 0l144.201-144.201 48.201 48.192c7.513 7.513 20.485 2.235 20.485-8.485V140c0-6.627-5.373-12-12-12z"></path>
|
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-54-304H204.015c-10.658 0-16.039 12.93-8.485 20.485l48.187 48.201L99.515 340.888c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.687 4.686 12.285 4.686 16.971 0l144.201-144.201 48.201 48.192c7.513 7.513 20.485 2.235 20.485-8.485V140c0-6.627-5.373-12-12-12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="eye" viewBox="0 0 576 512">
|
||||||
|
<title id="eye-title">Eye</title>
|
||||||
|
<path d="M569.354 231.631C512.97 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-102.556 0-192.091-54.701-240-136 44.157-74.933 123.677-127.27 216.162-135.007C273.958 131.078 280 144.83 280 160c0 30.928-25.072 56-56 56s-56-25.072-56-56l.001-.042C157.794 179.043 152 200.844 152 224c0 75.111 60.889 136 136 136s136-60.889 136-136c0-31.031-10.4-59.629-27.895-82.515C451.704 164.638 498.009 205.106 528 256c-47.908 81.299-137.444 136-240 136z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="eye-slash" viewBox="0 0 576 512">
|
||||||
|
<title id="eye-slash-title">Eye Slash</title>
|
||||||
|
<path d="M272.702 359.139c-80.483-9.011-136.212-86.886-116.93-167.042l116.93 167.042zM288 392c-102.556 0-192.092-54.701-240-136 21.755-36.917 52.1-68.342 88.344-91.658l-27.541-39.343C67.001 152.234 31.921 188.741 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.004 376.006 168.14 440 288 440a332.89 332.89 0 0 0 39.648-2.367l-32.021-45.744A284.16 284.16 0 0 1 288 392zm281.354-111.631c-33.232 56.394-83.421 101.742-143.554 129.492l48.116 68.74c3.801 5.429 2.48 12.912-2.949 16.712L450.23 509.83c-5.429 3.801-12.912 2.48-16.712-2.949L102.084 33.399c-3.801-5.429-2.48-12.912 2.949-16.712L125.77 2.17c5.429-3.801 12.912-2.48 16.712 2.949l55.526 79.325C226.612 76.343 256.808 72 288 72c119.86 0 224.996 63.994 281.354 159.631a48.002 48.002 0 0 1 0 48.738zM528 256c-44.157-74.933-123.677-127.27-216.162-135.007C302.042 131.078 296 144.83 296 160c0 30.928 25.072 56 56 56s56-25.072 56-56l-.001-.042c30.632 57.277 16.739 130.26-36.928 171.719l26.695 38.135C452.626 346.551 498.308 306.386 528 256z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="fast-backward" viewBox="0 0 512 512">
|
<symbol id="fast-backward" viewBox="0 0 512 512">
|
||||||
<title id="fast-backward-title">fast-backward</title>
|
<title id="fast-backward-title">fast-backward</title>
|
||||||
<path d="M12 448h24c6.6 0 12-5.4 12-12V277.7c1.1 1.2 2.2 2.4 3.5 3.4l184 159.5c20.6 17.2 52.5 2.8 52.5-24.6V292l171.5 148.6c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6L288 221.1v-125c0-27.4-31.9-41.8-52.5-24.6L51.5 232c-1.3 1.1-2.4 2.2-3.5 3.4V76c0-6.6-5.4-12-12-12H12C5.4 64 0 69.4 0 76v360c0 6.6 5.4 12 12 12zm452-316.8V381L320.4 256.5 464 131.2zm-224 0V381L96.4 256.5 240 131.2z"></path>
|
<path d="M12 448h24c6.6 0 12-5.4 12-12V277.7c1.1 1.2 2.2 2.4 3.5 3.4l184 159.5c20.6 17.2 52.5 2.8 52.5-24.6V292l171.5 148.6c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6L288 221.1v-125c0-27.4-31.9-41.8-52.5-24.6L51.5 232c-1.3 1.1-2.4 2.2-3.5 3.4V76c0-6.6-5.4-12-12-12H12C5.4 64 0 69.4 0 76v360c0 6.6 5.4 12 12 12zm452-316.8V381L320.4 256.5 464 131.2zm-224 0V381L96.4 256.5 240 131.2z"></path>
|
||||||
@@ -855,6 +891,10 @@
|
|||||||
<title id="fast-forward-title">fast-forward</title>
|
<title id="fast-forward-title">fast-forward</title>
|
||||||
<path d="M500 64h-24c-6.6 0-12 5.4-12 12v158.3c-1.1-1.2-2.2-2.4-3.5-3.4l-184-159.5C255.9 54.3 224 68.6 224 96v124L52.5 71.4C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6L224 291v125c0 27.4 31.9 41.8 52.5 24.6l184-160.5c1.3-1.1 2.4-2.2 3.5-3.4V436c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12zM48 380.8V131.1l143.6 124.4L48 380.8zm224 0V131.1l143.6 124.4L272 380.8z"></path>
|
<path d="M500 64h-24c-6.6 0-12 5.4-12 12v158.3c-1.1-1.2-2.2-2.4-3.5-3.4l-184-159.5C255.9 54.3 224 68.6 224 96v124L52.5 71.4C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6L224 291v125c0 27.4 31.9 41.8 52.5 24.6l184-160.5c1.3-1.1 2.4-2.2 3.5-3.4V436c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12zM48 380.8V131.1l143.6 124.4L48 380.8zm224 0V131.1l143.6 124.4L272 380.8z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="fax" viewBox="0 0 512 512">
|
||||||
|
<title id="fax-title">Fax</title>
|
||||||
|
<path d="M80 96H64c-35.346 0-64 28.654-64 64v288c0 35.346 28.654 64 64 64h16c35.346 0 64-28.654 64-64V160c0-35.346-28.654-64-64-64zm16 352c0 8.823-7.177 16-16 16H64c-8.823 0-16-7.177-16-16V160c0-8.823 7.177-16 16-16h16c8.823 0 16 7.177 16 16v288zm160-124v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm0 96v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm96-96v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm0 96v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm128-289.258V88.568a39.996 39.996 0 0 0-11.716-28.284l-48.569-48.569A39.999 39.999 0 0 0 391.432 0H200c-22.091 0-40 17.909-40 40v424c0 26.51 21.49 48 48 48h256c26.51 0 48-21.49 48-48V176c0-20.898-13.359-38.667-32-45.258zM208 48h176v24c0 13.203 10.797 24 24 24h24v96H208V48zm256 416H208V240h256v224z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="female" viewBox="0 0 320 512">
|
<symbol id="female" viewBox="0 0 320 512">
|
||||||
<title id="female-title">Female</title>
|
<title id="female-title">Female</title>
|
||||||
<path d="M300.621 331.514L252.582 192.47a63.903 63.903 0 0 0-17.386-26.643c15.424-17.601 24.788-40.64 24.788-65.827 0-55.14-44.86-100-100-100s-100 44.86-100 100c0 25.187 9.364 48.226 24.789 65.828a63.905 63.905 0 0 0-17.388 26.647l-47.93 138.686C5.21 373.97 36.902 416 79.999 416l-.014 32c0 35.29 28.71 64 64 64h32c35.29 0 64-28.71 64-64l.014-32c44.01-.246 74.481-42.859 60.622-84.486zM159.985 48c28.719 0 52 23.281 52 52s-23.281 52-52 52-52-23.281-52-52 23.281-52 52-52zm79.629 320h-47.629v80c0 8.837-7.164 16-16 16h-32c-8.837 0-16-7.163-16-16v-80h-48c-10.536 0-18.793-10.217-15.062-21.412L112.806 208a16 16 0 0 1 15.179-10.94h7.91a100.128 100.128 0 0 0 48.18 0h7.91A16 16 0 0 1 207.164 208l48 138.94c3.328 9.986-3.739 21.06-15.55 21.06z"></path>
|
<path d="M300.621 331.514L252.582 192.47a63.903 63.903 0 0 0-17.386-26.643c15.424-17.601 24.788-40.64 24.788-65.827 0-55.14-44.86-100-100-100s-100 44.86-100 100c0 25.187 9.364 48.226 24.789 65.828a63.905 63.905 0 0 0-17.388 26.647l-47.93 138.686C5.21 373.97 36.902 416 79.999 416l-.014 32c0 35.29 28.71 64 64 64h32c35.29 0 64-28.71 64-64l.014-32c44.01-.246 74.481-42.859 60.622-84.486zM159.985 48c28.719 0 52 23.281 52 52s-23.281 52-52 52-52-23.281-52-52 23.281-52 52-52zm79.629 320h-47.629v80c0 8.837-7.164 16-16 16h-32c-8.837 0-16-7.163-16-16v-80h-48c-10.536 0-18.793-10.217-15.062-21.412L112.806 208a16 16 0 0 1 15.179-10.94h7.91a100.128 100.128 0 0 0 48.18 0h7.91A16 16 0 0 1 207.164 208l48 138.94c3.328 9.986-3.739 21.06-15.55 21.06z"></path>
|
||||||
@@ -935,6 +975,10 @@
|
|||||||
<title id="film-title">Film</title>
|
<title id="film-title">Film</title>
|
||||||
<path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm288 208c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v96zm96 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path>
|
<path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm288 208c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v96zm96 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="filter" viewBox="0 0 512 512">
|
||||||
|
<title id="filter-title">Filter</title>
|
||||||
|
<path d="M463.952 0H48.057C5.419 0-16.094 51.731 14.116 81.941L176 243.882V416c0 15.108 7.113 29.335 19.2 40l64 47.066c31.273 21.855 76.8 1.538 76.8-38.4V243.882L497.893 81.941C528.042 51.792 506.675 0 463.952 0zM288 224v240l-64-48V224L48 48h416L288 224z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="flag" viewBox="0 0 512 512">
|
<symbol id="flag" viewBox="0 0 512 512">
|
||||||
<title id="flag-title">flag</title>
|
<title id="flag-title">flag</title>
|
||||||
<path d="M445.648 3.735C408.386 19.093 367.522 32 328 32c-53.412 0-95.546-32-168-32-56.277 0-97.76 16.342-136.523 39.428C8.928 48.093 0 63.766 0 80.7V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V386.321C89.561 367.843 138.238 352 184 352c53.412 0 95.546 32 168 32 56.277 0 97.76-16.342 136.523-39.428C503.072 335.907 512 320.234 512 303.3V48.087c0-34.203-34.729-57.385-66.352-44.352zM464 304s-48 32-112 32-104-32-168-32-136 32-136 32V80s48-32 112-32 104 32 168 32 136-32 136-32v256z"></path>
|
<path d="M445.648 3.735C408.386 19.093 367.522 32 328 32c-53.412 0-95.546-32-168-32-56.277 0-97.76 16.342-136.523 39.428C8.928 48.093 0 63.766 0 80.7V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V386.321C89.561 367.843 138.238 352 184 352c53.412 0 95.546 32 168 32 56.277 0 97.76-16.342 136.523-39.428C503.072 335.907 512 320.234 512 303.3V48.087c0-34.203-34.729-57.385-66.352-44.352zM464 304s-48 32-112 32-104-32-168-32-136 32-136 32V80s48-32 112-32 104 32 168 32 136-32 136-32v256z"></path>
|
||||||
@@ -959,6 +1003,10 @@
|
|||||||
<title id="forward-title">forward</title>
|
<title id="forward-title">forward</title>
|
||||||
<path d="M244.5 230.8L52.5 71.4C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.6c15.3-12.8 15.3-36.4 0-49.2zM48 381.7V130.1l151 125.4L48 381.7zm452.5-150.9l-192-159.4C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.6c15.3-12.8 15.3-36.4 0-49.2zM304 381.7V130.1l151 125.4-151 126.2z"></path>
|
<path d="M244.5 230.8L52.5 71.4C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.6c15.3-12.8 15.3-36.4 0-49.2zM48 381.7V130.1l151 125.4L48 381.7zm452.5-150.9l-192-159.4C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160.6c15.3-12.8 15.3-36.4 0-49.2zM304 381.7V130.1l151 125.4-151 126.2z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="frown" viewBox="0 0 512 512">
|
||||||
|
<title id="frown-title">Frown</title>
|
||||||
|
<path d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm64 136c-9.535 0-18.512 2.386-26.37 6.589h.017c12.735 0 23.059 10.324 23.059 23.059 0 12.735-10.324 23.059-23.059 23.059s-23.059-10.324-23.059-23.059v-.017C266.386 181.488 264 190.465 264 200c0 30.928 25.072 56 56 56s56-25.072 56-56-25.072-56-56-56zm-128 0c-9.535 0-18.512 2.386-26.37 6.589h.017c12.735 0 23.059 10.324 23.059 23.059 0 12.735-10.324 23.059-23.059 23.059-12.735 0-23.059-10.324-23.059-23.059v-.017C138.386 181.488 136 190.465 136 200c0 30.928 25.072 56 56 56s56-25.072 56-56-25.072-56-56-56zm171.547 201.782c-56.595-76.964-158.383-77.065-215.057-.001-18.82 25.593 19.858 54.018 38.67 28.438 37.511-51.01 100.365-50.796 137.717-.001 18.509 25.172 57.821-2.395 38.67-28.436z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="gamepad" viewBox="0 0 640 512">
|
<symbol id="gamepad" viewBox="0 0 640 512">
|
||||||
<title id="gamepad-title">Gamepad</title>
|
<title id="gamepad-title">Gamepad</title>
|
||||||
<path d="M256 240v32c0 4.4-3.6 8-8 8h-48v48c0 4.4-3.6 8-8 8h-32c-4.4 0-8-3.6-8-8v-48h-48c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8 8-8h48v-48c0-4.4 3.6-8 8-8h32c4.4 0 8 3.6 8 8v48h48c4.4 0 8 3.6 8 8zm240-64c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40zm-64 80c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40zm32-128H176c-70.8 0-128 57.3-128 128 0 70.8 57.3 128 128 128 56.2 0 86.1-33.3 101.7-48h84.6c16.2 15.3 45.9 48 101.7 48 70.8 0 128-57.3 128-128 0-70.8-57.3-128-128-128m0-48c97.2 0 176 78.8 176 176s-78.8 176-176 176c-46.8 0-89.3-18.2-120.8-48h-46.4c-31.5 29.8-74 48-120.8 48C78.8 432 0 353.2 0 256S78.8 80 176 80h288z"></path>
|
<path d="M256 240v32c0 4.4-3.6 8-8 8h-48v48c0 4.4-3.6 8-8 8h-32c-4.4 0-8-3.6-8-8v-48h-48c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8 8-8h48v-48c0-4.4 3.6-8 8-8h32c4.4 0 8 3.6 8 8v48h48c4.4 0 8 3.6 8 8zm240-64c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40zm-64 80c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40zm32-128H176c-70.8 0-128 57.3-128 128 0 70.8 57.3 128 128 128 56.2 0 86.1-33.3 101.7-48h84.6c16.2 15.3 45.9 48 101.7 48 70.8 0 128-57.3 128-128 0-70.8-57.3-128-128-128m0-48c97.2 0 176 78.8 176 176s-78.8 176-176 176c-46.8 0-89.3-18.2-120.8-48h-46.4c-31.5 29.8-74 48-120.8 48C78.8 432 0 353.2 0 256S78.8 80 176 80h288z"></path>
|
||||||
@@ -975,6 +1023,14 @@
|
|||||||
<title id="glass-martini-title">Martini Glass</title>
|
<title id="glass-martini-title">Martini Glass</title>
|
||||||
<path d="M508 26.6C517.1 16.3 509.7 0 496 0H16C2.3 0-5.1 16.3 4 26.6L232 285v187H124c-15.5 0-28 12.5-28 28 0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12 0-15.5-12.5-28-28-28H280V285L508 26.6zM425.1 48L256 239.6 86.9 48h338.2z"></path>
|
<path d="M508 26.6C517.1 16.3 509.7 0 496 0H16C2.3 0-5.1 16.3 4 26.6L232 285v187H124c-15.5 0-28 12.5-28 28 0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12 0-15.5-12.5-28-28-28H280V285L508 26.6zM425.1 48L256 239.6 86.9 48h338.2z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="globe" viewBox="0 0 512 512">
|
||||||
|
<title id="globe-title">Globe</title>
|
||||||
|
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm179.698 160h-84.125c-7.333-37.407-19.309-72.323-35.338-102.801C369.502 81.947 412.301 120.325 435.698 168zm16.318 128h-93.713c2.191-25.905 2.339-52.521-.017-80h93.73c5.309 26.293 5.317 53.669 0 80zm-250.08 0c-2.561-26.498-2.588-53.143-.041-80h108.21c2.545 26.832 2.522 53.475-.041 80H201.936zm100.544 48c-9.351 42.053-25.298 79.912-46.48 109.243-21.183-29.332-37.129-67.19-46.48-109.243h92.96zM59.984 216h93.73c-2.201 25.679-2.361 52.28-.017 80H59.984c-5.309-26.292-5.317-53.669 0-80zm149.41-48c9.275-41.974 25.172-79.655 46.606-109.277 21.434 29.622 37.332 67.304 46.606 109.277h-93.212zm-13.63-102.801C179.736 95.677 167.759 130.593 160.427 168H76.302c23.378-47.636 66.155-86.04 119.462-102.801zM76.302 344h84.043c7.301 37.472 19.247 72.317 35.308 102.766C142.008 429.864 99.48 391.227 76.302 344zm240.045 102.766c16.061-30.449 28.007-65.294 35.308-102.766h84.043c-23.217 47.307-65.791 85.891-119.351 102.766z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="graduation-cap" viewBox="0 0 640 512">
|
||||||
|
<title id="graduation-cap-title">Graduation Cap</title>
|
||||||
|
<path d="M607.13 147.683L352.139 68.701l-.311-.094a112.25 112.25 0 0 0-63.656 0l-255.31 79.078C13.505 153.533 0 171.734 0 192s13.505 38.467 32.863 44.315l17.559 5.439c-1.009 5.804-1.619 11.865-1.957 18.27C38.646 265.489 32 275.966 32 288c0 11.952 6.557 22.366 16.265 27.861L32.068 438.956C31.438 443.747 35.172 448 40 448h48c4.832 0 8.562-4.257 7.932-9.044L79.735 315.861C89.443 310.366 96 299.952 96 288c0-11.645-6.222-21.835-15.521-27.433.191-3.236.453-6.305.827-9.245l50.665 15.695C126.234 305.318 120 347.276 120 348.8c0 65.722 134.242 80.32 200 80.32 65.75 0 200-14.593 200-80.32 0-2.037-6.224-43.583-11.983-81.78l99.113-30.703C626.491 230.472 640 212.269 640 192s-13.509-38.472-32.87-44.317zm-135.511 200.37C457.32 365.398 391.446 381.12 320 381.12c-47.192 0-132.44-9.806-151.62-33.067l9.999-66.659 109.482 33.915.312.095A112.432 112.432 0 0 0 320 320.01a112.503 112.503 0 0 0 31.827-4.606l109.793-34.011 9.999 66.66zm-133.512-78.648a64.368 64.368 0 0 1-36.208.002L48 192l253.89-77.404a64.325 64.325 0 0 1 36.216-.001L592 192l-253.893 77.405z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="h-square" viewBox="0 0 448 512">
|
<symbol id="h-square" viewBox="0 0 448 512">
|
||||||
<title id="h-square-title">H Square</title>
|
<title id="h-square-title">H Square</title>
|
||||||
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-50-292v232c0 6.627-5.373 12-12 12h-24c-6.627 0-12-5.373-12-12v-92H152v92c0 6.627-5.373 12-12 12h-24c-6.627 0-12-5.373-12-12V140c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v92h144v-92c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12z"></path>
|
<path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h340a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-50-292v232c0 6.627-5.373 12-12 12h-24c-6.627 0-12-5.373-12-12v-92H152v92c0 6.627-5.373 12-12 12h-24c-6.627 0-12-5.373-12-12V140c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v92h144v-92c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12z"></path>
|
||||||
@@ -1047,6 +1103,10 @@
|
|||||||
<title id="hourglass-start-title">Hourglass Start</title>
|
<title id="hourglass-start-title">Hourglass Start</title>
|
||||||
<path d="M372 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.898 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12zm-52 464H64c0-101.62 57.308-184 128-184s128 82.38 128 184z"></path>
|
<path d="M372 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.898 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12zm-52 464H64c0-101.62 57.308-184 128-184s128 82.38 128 184z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="i-cursor" viewBox="0 0 256 512">
|
||||||
|
<title id="i-cursor-title">I Beam Cursor</title>
|
||||||
|
<path d="M128 41.522C91.867.049 43.399-.377 11.818.076 5.26.17 0 5.516 0 12.075v23.609c0 6.641 5.393 12.037 12.034 12C39.464 47.528 104 52.257 104 104v128H68c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h36v128c0 51.494-62.335 55.801-92.092 55.985C5.314 464.026 0 469.39 0 475.984v23.943c0 6.558 5.258 11.903 11.815 11.999 31.535.46 80.027.054 116.185-41.448 36.132 41.473 84.601 41.899 116.182 41.446 6.558-.094 11.818-5.44 11.818-11.999v-23.608c0-6.641-5.393-12.037-12.034-12C216.538 464.47 152 459.731 152 408V280h36c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-36V104c0-51.514 62.301-55.805 92.092-55.985C250.686 47.975 256 42.61 256 36.016V12.073C256 5.515 250.742.17 244.185.074 212.65-.386 164.157.02 128 41.522z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="id-badge" viewBox="0 0 384 512">
|
<symbol id="id-badge" viewBox="0 0 384 512">
|
||||||
<title id="id-badge-title">Identification Badge</title>
|
<title id="id-badge-title">Identification Badge</title>
|
||||||
<path d="M192 128c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64m61.187 145.847l-18.064-5.161C222.371 275.884 207.658 280 192 280s-30.371-4.116-43.122-11.314l-18.064 5.161C110.207 279.734 96 298.569 96 320v72c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24v-72c0-21.431-14.207-40.266-34.813-46.153zM0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48H48C21.49 0 0 21.49 0 48zm336 32v378a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V80h288z"></path>
|
<path d="M192 128c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64m61.187 145.847l-18.064-5.161C222.371 275.884 207.658 280 192 280s-30.371-4.116-43.122-11.314l-18.064 5.161C110.207 279.734 96 298.569 96 320v72c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24v-72c0-21.431-14.207-40.266-34.813-46.153zM0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48H48C21.49 0 0 21.49 0 48zm336 32v378a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V80h288z"></path>
|
||||||
@@ -1107,10 +1167,26 @@
|
|||||||
<title id="jack-o-lantern-title">Jack-o'-lantern</title>
|
<title id="jack-o-lantern-title">Jack-o'-lantern</title>
|
||||||
<path d="M312 64.4c0-2.5 3.8-12.7 17.2-18.3 12.2-5.1 18-19.1 12.9-31.4-5.1-12.2-19.2-18-31.4-12.9-31.1 13-47.1 41-46.8 62.6C66.7 71.2 0 162.3 0 288c0 130.7 72 224 288 224s288-93.3 288-224c0-125.7-66.7-216.8-264-223.6zM288 464c-142.5 0-240-37.6-240-176 0-139 97.9-176 240-176 142.5 0 240 37.6 240 176 0 139-97.9 176-240 176zM153.1 275.9l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm160 0l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm150.6 46.3c-10.7 37.3-43.3 62.2-79.7 76.6V374c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v34.7c-20.2 4.7-41.9 7.3-64 7.3s-43.8-2.5-64-7.3V374c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v24.8c-36.4-14.4-69-39.3-79.7-76.6-1.8-6.3 4.3-11.9 10.4-9.7 34.2 12.4 81.5 20.4 133.3 22.8V362c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6v-26c63.9 0 124.2-8.6 165.3-23.5 6.1-2.2 12.2 3.4 10.4 9.7z"></path>
|
<path d="M312 64.4c0-2.5 3.8-12.7 17.2-18.3 12.2-5.1 18-19.1 12.9-31.4-5.1-12.2-19.2-18-31.4-12.9-31.1 13-47.1 41-46.8 62.6C66.7 71.2 0 162.3 0 288c0 130.7 72 224 288 224s288-93.3 288-224c0-125.7-66.7-216.8-264-223.6zM288 464c-142.5 0-240-37.6-240-176 0-139 97.9-176 240-176 142.5 0 240 37.6 240 176 0 139-97.9 176-240 176zM153.1 275.9l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm160 0l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm150.6 46.3c-10.7 37.3-43.3 62.2-79.7 76.6V374c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v34.7c-20.2 4.7-41.9 7.3-64 7.3s-43.8-2.5-64-7.3V374c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v24.8c-36.4-14.4-69-39.3-79.7-76.6-1.8-6.3 4.3-11.9 10.4-9.7 34.2 12.4 81.5 20.4 133.3 22.8V362c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6v-26c63.9 0 124.2-8.6 165.3-23.5 6.1-2.2 12.2 3.4 10.4 9.7z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="key" viewBox="0 0 512 512">
|
||||||
|
<title id="key-title">key</title>
|
||||||
|
<path d="M320 48c79.529 0 144 64.471 144 144s-64.471 144-144 144c-18.968 0-37.076-3.675-53.66-10.339L224 368h-32v48h-48v48H48v-96l134.177-134.177A143.96 143.96 0 0 1 176 192c0-79.529 64.471-144 144-144m0-48C213.965 0 128 85.954 128 192c0 8.832.602 17.623 1.799 26.318L7.029 341.088A24.005 24.005 0 0 0 0 358.059V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24v-24h24c13.255 0 24-10.745 24-24v-20l40.049-40.167C293.106 382.604 306.461 384 320 384c106.035 0 192-85.954 192-192C512 85.965 426.046 0 320 0zm0 144c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="keyboard" viewBox="0 0 576 512">
|
||||||
|
<title id="keyboard-title">Keyboard</title>
|
||||||
|
<path d="M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="laptop" viewBox="0 0 640 512">
|
||||||
|
<title id="laptop-title">Laptop</title>
|
||||||
|
<path d="M528 0H112C85.5 0 64 21.5 64 48v224c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-6 272H118c-3.3 0-6-2.7-6-6V54c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v212c0 3.3-2.7 6-6 6zm106 80H12c-6.6 0-12 5.4-12 12v100c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48V364c0-6.6-5.4-12-12-12zm-36 112H48v-64h208c0 13.3 10.7 32 24 32h80c13.3 0 24-18.7 24-32h208v64z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="leaf" viewBox="0 0 576 512">
|
<symbol id="leaf" viewBox="0 0 576 512">
|
||||||
<title id="leaf-title">leaf</title>
|
<title id="leaf-title">leaf</title>
|
||||||
<path d="M487.8 80c30.3 0 40.2 73.3 40.2 94.5 0 156.3-157.8 238-267.9 238-68.5 0-125.9-31.5-125.9-31.5-13.4 0-29.5 51-52.8 51C59 432 48 413.1 48 401.7c0-26 53-46.2 53-60.7 0 0-10.4-16.6-10.4-46.5 0-79.5 67.8-136.2 143.8-159.8 54.9-17 171.7 2.8 208.9-30.2 14.8-12.8 22-24.5 44.5-24.5m0-48c-43.2 0-62.4 24.5-75.9 36.2-17.4 15.1-137.1 3.8-191.7 20.7-96.4 29.8-177.6 103.9-177.6 205.6 0 12.9 1.4 24.2 3.5 33.9C21.8 346.9 0 368.9 0 401.7 0 441 33.8 480 81.5 480c28.7 0 49.5-17.8 65.9-40.9 35.9 13.3 74.3 21.4 112.7 21.4 126.8 0 315.9-93.7 315.9-286C576 112.7 550.9 32 487.8 32zM173.9 333.3c50.4-67.2 114.2-96.8 205.7-90.1 13.2 1 24.7-9 25.7-22.2s-9-24.7-22.2-25.7c-109.2-8-188.3 30-247.6 109.1-8 10.6-5.8 25.6 4.8 33.6s25.6 5.9 33.6-4.7z"></path>
|
<path d="M487.8 80c30.3 0 40.2 73.3 40.2 94.5 0 156.3-157.8 238-267.9 238-68.5 0-125.9-31.5-125.9-31.5-13.4 0-29.5 51-52.8 51C59 432 48 413.1 48 401.7c0-26 53-46.2 53-60.7 0 0-10.4-16.6-10.4-46.5 0-79.5 67.8-136.2 143.8-159.8 54.9-17 171.7 2.8 208.9-30.2 14.8-12.8 22-24.5 44.5-24.5m0-48c-43.2 0-62.4 24.5-75.9 36.2-17.4 15.1-137.1 3.8-191.7 20.7-96.4 29.8-177.6 103.9-177.6 205.6 0 12.9 1.4 24.2 3.5 33.9C21.8 346.9 0 368.9 0 401.7 0 441 33.8 480 81.5 480c28.7 0 49.5-17.8 65.9-40.9 35.9 13.3 74.3 21.4 112.7 21.4 126.8 0 315.9-93.7 315.9-286C576 112.7 550.9 32 487.8 32zM173.9 333.3c50.4-67.2 114.2-96.8 205.7-90.1 13.2 1 24.7-9 25.7-22.2s-9-24.7-22.2-25.7c-109.2-8-188.3 30-247.6 109.1-8 10.6-5.8 25.6 4.8 33.6s25.6 5.9 33.6-4.7z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="lemon" viewBox="0 0 512 512">
|
||||||
|
<title id="lemon-title">Lemon</title>
|
||||||
|
<path d="M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="level-down" viewBox="0 0 320 512">
|
<symbol id="level-down" viewBox="0 0 320 512">
|
||||||
<title id="level-down-title">Level Down</title>
|
<title id="level-down-title">Level Down</title>
|
||||||
<path d="M316.485 392l-116 116.485c-4.686 4.686-12.284 4.686-16.971 0L67.515 392c-4.686-4.686-4.686-12.284 0-16.971l22.312-22.312c4.808-4.808 12.646-4.665 17.275.315L164 414.996V56H44.024a11.996 11.996 0 0 1-8.485-3.515l-32-32C-4.021 12.926 1.333 0 12.024 0H196c13.255 0 24 10.745 24 24v390.996l56.899-61.963c4.629-4.98 12.467-5.123 17.275-.315l22.312 22.312c4.686 4.686 4.686 12.284-.001 16.97z"></path>
|
<path d="M316.485 392l-116 116.485c-4.686 4.686-12.284 4.686-16.971 0L67.515 392c-4.686-4.686-4.686-12.284 0-16.971l22.312-22.312c4.808-4.808 12.646-4.665 17.275.315L164 414.996V56H44.024a11.996 11.996 0 0 1-8.485-3.515l-32-32C-4.021 12.926 1.333 0 12.024 0H196c13.255 0 24 10.745 24 24v390.996l56.899-61.963c4.629-4.98 12.467-5.123 17.275-.315l22.312 22.312c4.686 4.686 4.686 12.284-.001 16.97z"></path>
|
||||||
@@ -1127,6 +1203,10 @@
|
|||||||
<title id="level-up-alt-title">Level Up-alt</title>
|
<title id="level-up-alt-title">Level Up-alt</title>
|
||||||
<path d="M296.64 99.674l-96.16-96.16c-4.686-4.687-12.285-4.686-16.97 0L87.353 99.671c-7.536 7.536-2.198 20.484 8.485 20.485l68.162.002V456H64a11.996 11.996 0 0 0-8.485 3.515l-32 32C15.955 499.074 21.309 512 32 512h164c13.255 0 24-10.745 24-24V120.159l68.154.001c10.626 0 16.066-12.906 8.486-20.486z"></path>
|
<path d="M296.64 99.674l-96.16-96.16c-4.686-4.687-12.285-4.686-16.97 0L87.353 99.671c-7.536 7.536-2.198 20.484 8.485 20.485l68.162.002V456H64a11.996 11.996 0 0 0-8.485 3.515l-32 32C15.955 499.074 21.309 512 32 512h164c13.255 0 24-10.745 24-24V120.159l68.154.001c10.626 0 16.066-12.906 8.486-20.486z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="life-ring" viewBox="0 0 512 512">
|
||||||
|
<title id="life-ring-title">Life Ring</title>
|
||||||
|
<path d="M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="lightbulb" viewBox="0 0 384 512">
|
<symbol id="lightbulb" viewBox="0 0 384 512">
|
||||||
<title id="lightbulb-title">Lightbulb</title>
|
<title id="lightbulb-title">Lightbulb</title>
|
||||||
<path d="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>
|
<path d="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>
|
||||||
@@ -1207,6 +1287,10 @@
|
|||||||
<title id="long-arrow-up-title">Long Arrow Up</title>
|
<title id="long-arrow-up-title">Long Arrow Up</title>
|
||||||
<path d="M19.716 184.485l19.626 19.626c4.753 4.753 12.484 4.675 17.14-.173L134 123.22V468c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12V123.22l77.518 80.717c4.656 4.849 12.387 4.927 17.14.173l19.626-19.626c4.686-4.686 4.686-12.284 0-16.971L168.485 35.716c-4.686-4.686-12.284-4.686-16.971 0L19.716 167.515c-4.686 4.686-4.686 12.284 0 16.97z"></path>
|
<path d="M19.716 184.485l19.626 19.626c4.753 4.753 12.484 4.675 17.14-.173L134 123.22V468c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12V123.22l77.518 80.717c4.656 4.849 12.387 4.927 17.14.173l19.626-19.626c4.686-4.686 4.686-12.284 0-16.971L168.485 35.716c-4.686-4.686-12.284-4.686-16.971 0L19.716 167.515c-4.686 4.686-4.686 12.284 0 16.97z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="low-vision" viewBox="0 0 576 512">
|
||||||
|
<title id="low-vision-title">Low Vision</title>
|
||||||
|
<path d="M569.348 231.63C512.968 135.95 407.81 72 288 72c-31.44 0-61.87 4.4-90.67 12.63L144 5.12c-3.8-5.429-11.282-6.75-16.712-2.95l-19.657 13.758c-5.43 3.8-6.751 11.284-2.95 16.713L150.8 101.84c-58.851 27-110.003 71.82-144.147 129.79a47.963 47.963 0 0 0 0 48.74c36.15 61.35 92.357 109.66 159.637 136.42L50.65 251.6a273.208 273.208 0 0 1 38.609-49.099L254.32 438.3c19.795 2.055 40.851 2.183 59.09.73L126.009 171.311a277.521 277.521 0 0 1 52.851-29.381l.34.49L432 506.881c3.8 5.429 11.282 6.75 16.712 2.95l19.657-13.758c5.43-3.8 6.751-11.283 2.95-16.713l-46.119-69.2c60.42-27.72 110.818-73.22 144.148-129.79a47.963 47.963 0 0 0 0-48.74zM397.15 370.08l-26.59-37.99c54.022-41.348 68.205-114.637 37.44-172.13v.04c0 30.93-25.07 56-56 56s-56-25.07-56-56c0-15.17 6.04-28.92 15.84-39.01 92.48 7.74 172 60.08 216.16 135.01-29.8 50.57-75.71 90.86-130.85 114.08z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="magic" viewBox="0 0 512 512">
|
<symbol id="magic" viewBox="0 0 512 512">
|
||||||
<title id="magic-title">magic</title>
|
<title id="magic-title">magic</title>
|
||||||
<path d="M83.1 500.3l-71.4-71.4c-15.6-15.6-15.6-40.9 0-56.6L372.3 11.7c15.6-15.6 40.9-15.6 56.6 0l71.4 71.4c15.6 15.6 15.6 40.9 0 56.6L139.7 500.3c-15.6 15.6-40.9 15.6-56.6 0zm266-277.3L289 162.9 51.3 400.6l60.1 60.1L349.1 223zm111.6-111.6l-60.1-60.1-77.7 77.7 60.1 60.1 77.7-77.7zM138.9 39.3l-11.7 23.8-26.2 3.8c-4.7.7-6.6 6.5-3.2 9.8l19 18.5-4.5 26.1c-.8 4.7 4.1 8.3 8.3 6.1L144 115l23.4 12.3c4.2 2.2 9.1-1.4 8.3-6.1l-4.5-26.1 19-18.5c3.4-3.3 1.5-9.1-3.2-9.8L160.8 63l-11.7-23.8c-2-4.1-8.1-4.1-10.2.1zm97.7-20.7l-7.8 15.8-17.5 2.6c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L240 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm-192 0l-7.8 15.8L19.3 37c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L48 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm416 223.5l-7.8 15.8-17.5 2.5c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4l15.6-8.2 15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-2.8-5.4-2.8-6.8 0z"></path>
|
<path d="M83.1 500.3l-71.4-71.4c-15.6-15.6-15.6-40.9 0-56.6L372.3 11.7c15.6-15.6 40.9-15.6 56.6 0l71.4 71.4c15.6 15.6 15.6 40.9 0 56.6L139.7 500.3c-15.6 15.6-40.9 15.6-56.6 0zm266-277.3L289 162.9 51.3 400.6l60.1 60.1L349.1 223zm111.6-111.6l-60.1-60.1-77.7 77.7 60.1 60.1 77.7-77.7zM138.9 39.3l-11.7 23.8-26.2 3.8c-4.7.7-6.6 6.5-3.2 9.8l19 18.5-4.5 26.1c-.8 4.7 4.1 8.3 8.3 6.1L144 115l23.4 12.3c4.2 2.2 9.1-1.4 8.3-6.1l-4.5-26.1 19-18.5c3.4-3.3 1.5-9.1-3.2-9.8L160.8 63l-11.7-23.8c-2-4.1-8.1-4.1-10.2.1zm97.7-20.7l-7.8 15.8-17.5 2.6c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L240 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm-192 0l-7.8 15.8L19.3 37c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L48 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm416 223.5l-7.8 15.8-17.5 2.5c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4l15.6-8.2 15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-2.8-5.4-2.8-6.8 0z"></path>
|
||||||
@@ -1263,6 +1347,10 @@
|
|||||||
<title id="medkit-title">medkit</title>
|
<title id="medkit-title">medkit</title>
|
||||||
<path d="M464 96H352V80c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v16H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM208 80h96v16h-96V80zM54 432a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6H54zm298-160v32c0 6.627-5.373 12-12 12h-56v56c0 6.627-5.373 12-12 12h-32c-6.627 0-12-5.373-12-12v-56h-56c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h56v-56c0-6.627 5.373-12 12-12h32c6.627 0 12 5.373 12 12v56h56c6.627 0 12 5.373 12 12z"></path>
|
<path d="M464 96H352V80c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v16H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zM208 80h96v16h-96V80zM54 432a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6H54zm298-160v32c0 6.627-5.373 12-12 12h-56v56c0 6.627-5.373 12-12 12h-32c-6.627 0-12-5.373-12-12v-56h-56c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h56v-56c0-6.627 5.373-12 12-12h32c6.627 0 12 5.373 12 12v56h56c6.627 0 12 5.373 12 12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="meh" viewBox="0 0 512 512">
|
||||||
|
<title id="meh-title">Meh</title>
|
||||||
|
<path d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm64 136c-9.535 0-18.512 2.386-26.37 6.589h.017c12.735 0 23.059 10.324 23.059 23.059 0 12.735-10.324 23.059-23.059 23.059s-23.059-10.324-23.059-23.059v-.017C266.386 181.488 264 190.465 264 200c0 30.928 25.072 56 56 56s56-25.072 56-56-25.072-56-56-56zm-128 0c-9.535 0-18.512 2.386-26.37 6.589h.017c12.735 0 23.059 10.324 23.059 23.059 0 12.735-10.324 23.059-23.059 23.059-12.735 0-23.059-10.324-23.059-23.059v-.017C138.386 181.488 136 190.465 136 200c0 30.928 25.072 56 56 56s56-25.072 56-56-25.072-56-56-56zm136 184H184c-31.776 0-31.749 48 0 48h144c31.776 0 31.749-48 0-48z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="mercury" viewBox="0 0 288 512">
|
<symbol id="mercury" viewBox="0 0 288 512">
|
||||||
<title id="mercury-title">Mercury</title>
|
<title id="mercury-title">Mercury</title>
|
||||||
<path d="M288 208c0-50.3-25.8-94.6-65-120.4 3.2-2.2 6.2-4.6 9.2-7.2 21.1-18.1 34.1-41.4 37.5-66.8 1-7.2-4.6-13.6-11.9-13.6h-24.3c-5.7 0-10.7 4-11.8 9.7C216 40.4 183.3 64 144 64S72 40.4 66.2 9.7C65.2 4 60.2 0 54.5 0H30.1c-7.3 0-12.9 6.4-11.9 13.6C21.7 39 34.7 62.4 55.8 80.4c3 2.5 6 4.9 9.2 7.2C25.8 113.4 0 157.7 0 208c0 71.6 52.2 130.9 120.6 142.1-.4 1.2-.6 2.4-.6 3.7V408H76c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h44v44c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12v-44h44c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12h-44v-54.2c0-1.3-.2-2.6-.6-3.7C235.8 338.9 288 279.6 288 208zm-144 96c-52.9 0-96-43.1-96-96s43.1-96 96-96 96 43.1 96 96-43.1 96-96 96z"></path>
|
<path d="M288 208c0-50.3-25.8-94.6-65-120.4 3.2-2.2 6.2-4.6 9.2-7.2 21.1-18.1 34.1-41.4 37.5-66.8 1-7.2-4.6-13.6-11.9-13.6h-24.3c-5.7 0-10.7 4-11.8 9.7C216 40.4 183.3 64 144 64S72 40.4 66.2 9.7C65.2 4 60.2 0 54.5 0H30.1c-7.3 0-12.9 6.4-11.9 13.6C21.7 39 34.7 62.4 55.8 80.4c3 2.5 6 4.9 9.2 7.2C25.8 113.4 0 157.7 0 208c0 71.6 52.2 130.9 120.6 142.1-.4 1.2-.6 2.4-.6 3.7V408H76c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h44v44c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12v-44h44c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12h-44v-54.2c0-1.3-.2-2.6-.6-3.7C235.8 338.9 288 279.6 288 208zm-144 96c-52.9 0-96-43.1-96-96s43.1-96 96-96 96 43.1 96 96-43.1 96-96 96z"></path>
|
||||||
@@ -1271,6 +1359,18 @@
|
|||||||
<title id="microchip-title">Microchip</title>
|
<title id="microchip-title">Microchip</title>
|
||||||
<path d="M368.5 0H144c-26.5 0-48 21.5-48 48v416c0 26.5 21.5 48 48 48h224.5c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 457c0 3.3-2.7 7-6 7H150c-3.3 0-6-3.7-6-7V54c0-3.3 2.7-6 6-6h212.5c3.3 0 6 2.7 6 6v403zM512 106v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42V88h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zm0 96v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42v-48h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zm0 96v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42v-48h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zm0 96v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42v-48h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zM30 376h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6zm0-96h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6zm0-96h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6zm0-96h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6z"></path>
|
<path d="M368.5 0H144c-26.5 0-48 21.5-48 48v416c0 26.5 21.5 48 48 48h224.5c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 457c0 3.3-2.7 7-6 7H150c-3.3 0-6-3.7-6-7V54c0-3.3 2.7-6 6-6h212.5c3.3 0 6 2.7 6 6v403zM512 106v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42V88h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zm0 96v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42v-48h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zm0 96v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42v-48h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zm0 96v12c0 3.3-2.7 6-6 6h-18v6c0 3.3-2.7 6-6 6h-42v-48h42c3.3 0 6 2.7 6 6v6h18c3.3 0 6 2.7 6 6zM30 376h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6zm0-96h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6zm0-96h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6zm0-96h42v48H30c-3.3 0-6-2.7-6-6v-6H6c-3.3 0-6-2.7-6-6v-12c0-3.3 2.7-6 6-6h18v-6c0-3.3 2.7-6 6-6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="microphone" viewBox="0 0 384 512">
|
||||||
|
<title id="microphone-title">microphone</title>
|
||||||
|
<path d="M192 360c61.856 0 112-50.144 112-112V112C304 50.144 253.856 0 192 0S80 50.144 80 112v136c0 61.856 50.144 112 112 112zm-64-248c0-35.29 28.71-64 64-64s64 28.71 64 64v136c0 35.29-28.71 64-64 64s-64-28.71-64-64V112zm248 100v36c0 93.325-69.841 170.638-160 182.435V468h68c6.627 0 12 5.373 12 12v16c0 8.837-7.163 16-16 16H104c-8.837 0-16-7.163-16-16v-16c0-6.627 5.373-12 12-12h68v-37.565C77.841 418.638 8 341.325 8 248v-36c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v36c0 74.99 61.009 136 136 136 74.99 0 136-61.01 136-136v-36c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="microphone-alt" viewBox="0 0 384 512">
|
||||||
|
<title id="microphone-alt-title">Microphone Alt</title>
|
||||||
|
<path d="M192 360c61.856 0 112-50.144 112-112V112C304 50.144 253.856 0 192 0S80 50.144 80 112v136c0 61.856 50.144 112 112 112zm-64-248c0-35.29 28.71-64 64-64 28.306 0 52.363 18.478 60.782 44H204c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h52v24h-52c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h52v24h-52c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h50.855c-5.635 29.571-31.668 52-62.855 52-35.29 0-64-28.71-64-64V112zm248 100v36c0 93.325-69.841 170.638-160 182.435V468h68c6.627 0 12 5.373 12 12v16c0 8.837-7.163 16-16 16H104c-8.837 0-16-7.163-16-16v-16c0-6.627 5.373-12 12-12h68v-37.565C77.841 418.638 8 341.325 8 248v-36c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v36c0 74.99 61.009 136 136 136 74.99 0 136-61.01 136-136v-36c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="microphone-slash" viewBox="0 0 512 512">
|
||||||
|
<title id="microphone-slash-title">Microphone Slash</title>
|
||||||
|
<path d="M194.895 92.953l-36.287-36.287C177.876 22.823 214.271 0 256 0c61.856 0 112 50.144 112 112v136c0 5.711-.43 11.322-1.255 16.804L320 218.059V112c0-35.29-28.71-64-64-64-28.659 0-52.978 18.936-61.105 44.953zM440 248v-36c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v36a135.66 135.66 0 0 1-5.104 36.954l37.4 37.4C434.387 299.606 440 274.447 440 248zm68.485 243.514l-16.971 16.971c-4.686 4.686-12.284 4.686-16.97 0L363.375 397.317c-24.097 17.379-52.544 29.084-83.375 33.118V468h68c6.627 0 12 5.373 12 12v16c0 8.837-7.163 16-16 16H168c-8.837 0-16-7.163-16-16v-16c0-6.627 5.373-12 12-12h68v-37.565C141.841 418.638 72 341.325 72 248v-36c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v36c0 74.99 61.009 136 136 136 26.782 0 51.77-7.795 72.842-21.217l-17.435-17.435C295.067 354.669 276.158 360 256 360c-61.856 0-112-50.144-112-112v-70.059L3.515 37.456c-4.686-4.686-4.686-12.284 0-16.971l16.971-16.97c4.686-4.686 12.284-4.686 16.97 0l471.029 471.029c4.687 4.686 4.687 12.284 0 16.97zM275.131 309.072L192 225.941V248c0 35.29 28.71 64 64 64a63.75 63.75 0 0 0 19.131-2.928z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="minus" viewBox="0 0 448 512">
|
<symbol id="minus" viewBox="0 0 448 512">
|
||||||
<title id="minus-title">minus</title>
|
<title id="minus-title">minus</title>
|
||||||
<path d="M436 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h424z"></path>
|
<path d="M436 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h424z"></path>
|
||||||
@@ -1319,6 +1419,10 @@
|
|||||||
<title id="motorcycle-title">Motorcycle</title>
|
<title id="motorcycle-title">Motorcycle</title>
|
||||||
<path d="M512 192c-15.601 0-30.548 2.795-44.374 7.905L434.633 144H520c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24h-45.312a24 24 0 0 0-17.839 7.945l-39.101 43.445-24.524-41.555A20 20 0 0 0 376 64h-76c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h64.58l30.688 52h-175.86c-4.01-4.393-8.542-8.531-13.783-12.275C186.784 130.268 162.118 124 128 124H72c-11.046 0-20 8.954-20 20s8.954 20 20 20h56c22.885 0 37.946 8.448 48.662 20.205l-7.936 14.43A127.765 127.765 0 0 0 128 192C57.308 192 0 249.308 0 320s57.308 128 128 128c58.192 0 107.311-38.834 122.863-92h81.327c11.396 0 20.491-9.517 19.979-20.897-2.456-54.98 23.782-106.017 68.372-136.28l12.198 20.668C403.054 242.932 384 279.24 384 320c0 70.692 57.308 128 128 128s128-57.308 128-128-57.308-128-128-128zM128 408c-48.523 0-88-39.477-88-88s39.477-88 88-88c7.229 0 14.256.878 20.983 2.53l-50.507 91.831C91.156 339.672 100.802 356 116 356h92.27c-13.787 30.62-44.569 52-80.27 52zm184.367-92H149.825l66-120h147.308c-30.834 33.811-48.088 76.226-50.766 120zM512 408c-48.523 0-88-39.477-88-88 0-26.019 11.354-49.434 29.365-65.559l53.477 90.614c3.369 5.708 10.726 7.604 16.434 4.236l13.78-8.132c5.708-3.368 7.604-10.726 4.236-16.434l-52.833-89.522A87.769 87.769 0 0 1 512 232c48.523 0 88 39.477 88 88s-39.477 88-88 88z"></path>
|
<path d="M512 192c-15.601 0-30.548 2.795-44.374 7.905L434.633 144H520c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24h-45.312a24 24 0 0 0-17.839 7.945l-39.101 43.445-24.524-41.555A20 20 0 0 0 376 64h-76c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h64.58l30.688 52h-175.86c-4.01-4.393-8.542-8.531-13.783-12.275C186.784 130.268 162.118 124 128 124H72c-11.046 0-20 8.954-20 20s8.954 20 20 20h56c22.885 0 37.946 8.448 48.662 20.205l-7.936 14.43A127.765 127.765 0 0 0 128 192C57.308 192 0 249.308 0 320s57.308 128 128 128c58.192 0 107.311-38.834 122.863-92h81.327c11.396 0 20.491-9.517 19.979-20.897-2.456-54.98 23.782-106.017 68.372-136.28l12.198 20.668C403.054 242.932 384 279.24 384 320c0 70.692 57.308 128 128 128s128-57.308 128-128-57.308-128-128-128zM128 408c-48.523 0-88-39.477-88-88s39.477-88 88-88c7.229 0 14.256.878 20.983 2.53l-50.507 91.831C91.156 339.672 100.802 356 116 356h92.27c-13.787 30.62-44.569 52-80.27 52zm184.367-92H149.825l66-120h147.308c-30.834 33.811-48.088 76.226-50.766 120zM512 408c-48.523 0-88-39.477-88-88 0-26.019 11.354-49.434 29.365-65.559l53.477 90.614c3.369 5.708 10.726 7.604 16.434 4.236l13.78-8.132c5.708-3.368 7.604-10.726 4.236-16.434l-52.833-89.522A87.769 87.769 0 0 1 512 232c48.523 0 88 39.477 88 88s-39.477 88-88 88z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="mouse-pointer" viewBox="0 0 384 512">
|
||||||
|
<title id="mouse-pointer-title">Mouse Pointer</title>
|
||||||
|
<path d="M356.683 255.576L115.915 18.636C77.055-21.086 8 6.909 8 62.87v349.112c0 55.241 67.457 83.887 107.414 44.727l23.927-23.449 17.535 40.669.121.281.125.274c13.903 31.145 50.295 45.894 82.155 32.648l41.903-17.395.254-.106.253-.109c15.618-6.697 27.662-19.038 33.912-34.749 6.184-15.545 5.927-32.568-.724-47.933l-18.71-43.423h16.527c55.848.002 85.165-68.485 43.991-107.841zm-43.872 59.843h-89.594l47.607 110.491c3.316 7.661-.474 16.249-8.053 19.499l-41.922 17.409c-7.816 3.25-16.58-.465-19.895-7.892l-45.238-104.92-73.898 72.423C72.038 432.012 56 424.734 56 411.982V62.868c0-13.309 16.978-19.829 25.817-10.445L323.47 290.117c9.79 9.091 2.553 25.302-10.659 25.302z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="music" viewBox="0 0 512 512">
|
<symbol id="music" viewBox="0 0 512 512">
|
||||||
<title id="music-title">Music</title>
|
<title id="music-title">Music</title>
|
||||||
<path d="M470.4 1.5l-304 96C153.1 101.7 144 114 144 128v227.1C130 348 113.6 344 96 344c-54.2 0-96 38.1-96 84 0 46.1 42.1 84 96 84 54.2 0 96-38.1 96-84V252.5l272-85.9v124.5c-14-7.1-30.4-11.1-48-11.1-54.2 0-96 38.1-96 84 0 46.1 42.1 84 96 84 54.2 0 96-38.1 96-84V32c0-21.7-21.1-37-41.6-30.5zM464 116.3l-272 85.9v-62.4l272-85.9v62.4zM96 472c-30.9 0-56-19.7-56-44s25.1-44 56-44 56 19.7 56 44-25.1 44-56 44zm320-64c-30.9 0-56-19.7-56-44s25.1-44 56-44 56 19.7 56 44-25.1 44-56 44z"></path>
|
<path d="M470.4 1.5l-304 96C153.1 101.7 144 114 144 128v227.1C130 348 113.6 344 96 344c-54.2 0-96 38.1-96 84 0 46.1 42.1 84 96 84 54.2 0 96-38.1 96-84V252.5l272-85.9v124.5c-14-7.1-30.4-11.1-48-11.1-54.2 0-96 38.1-96 84 0 46.1 42.1 84 96 84 54.2 0 96-38.1 96-84V32c0-21.7-21.1-37-41.6-30.5zM464 116.3l-272 85.9v-62.4l272-85.9v62.4zM96 472c-30.9 0-56-19.7-56-44s25.1-44 56-44 56 19.7 56 44-25.1 44-56 44zm320-64c-30.9 0-56-19.7-56-44s25.1-44 56-44 56 19.7 56 44-25.1 44-56 44z"></path>
|
||||||
@@ -1327,6 +1431,18 @@
|
|||||||
<title id="neuter-title">Neuter</title>
|
<title id="neuter-title">Neuter</title>
|
||||||
<path d="M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 71.4 51.9 130.6 120 142v150c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V318c68.1-11.4 120-70.6 120-142zm-144 96c-52.9 0-96-43.1-96-96s43.1-96 96-96 96 43.1 96 96-43.1 96-96 96z"></path>
|
<path d="M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 71.4 51.9 130.6 120 142v150c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V318c68.1-11.4 120-70.6 120-142zm-144 96c-52.9 0-96-43.1-96-96s43.1-96 96-96 96 43.1 96 96-43.1 96-96 96z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="newspaper" viewBox="0 0 576 512">
|
||||||
|
<title id="newspaper-title">Newspaper</title>
|
||||||
|
<path d="M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="object-group" viewBox="0 0 512 512">
|
||||||
|
<title id="object-group-title">Object Group</title>
|
||||||
|
<path d="M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="object-ungroup" viewBox="0 0 576 512">
|
||||||
|
<title id="object-ungroup-title">Object Ungroup</title>
|
||||||
|
<path d="M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="octagon" viewBox="0 0 512 512">
|
<symbol id="octagon" viewBox="0 0 512 512">
|
||||||
<title id="octagon-title">Octagon</title>
|
<title id="octagon-title">Octagon</title>
|
||||||
<path d="M497.9 150.5L361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c-.1-12.8-5.2-25-14.2-34zm-33.9 177L327.5 464h-143L48 327.5v-143L184.5 48h143.1L464 184.5v143z"></path>
|
<path d="M497.9 150.5L361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c-.1-12.8-5.2-25-14.2-34zm-33.9 177L327.5 464h-143L48 327.5v-143L184.5 48h143.1L464 184.5v143z"></path>
|
||||||
@@ -1363,6 +1479,10 @@
|
|||||||
<title id="pause-circle-title">Pause Circle</title>
|
<title id="pause-circle-title">Pause Circle</title>
|
||||||
<path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z"></path>
|
<path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="paw" viewBox="0 0 512 512">
|
||||||
|
<title id="paw-title">Paw</title>
|
||||||
|
<path d="M443.105 158.302c-11.441 0-22.623 2.362-33.214 6.91 5.949-14.899 9.253-30.705 9.253-45.411C419.145 73.618 390.117 32 343 32c-40.683 0-71.752 29.702-87 67.421C240.752 61.701 209.682 32 169 32c-47.068 0-76.144 41.569-76.144 87.802 0 14.706 3.304 30.512 9.252 45.411-10.59-4.548-21.773-6.911-33.214-6.911C26.859 158.302 0 193.129 0 234.125c0 50.125 40.821 108.798 95.472 112.602-15.491 24.515-24.087 49.249-24.087 70.992 0 35.125 23.929 62.021 75.029 62.021 44.855 0 77.959-23.177 109.586-23.177 29.605 0 61.023 23.438 103.173 23.438 46.474 0 81.442-16.704 81.442-62.281 0-21.714-8.619-46.45-24.152-70.988C471.296 342.959 512 284.094 512 234.125c0-40.975-26.843-75.823-68.895-75.823zM343 80c19.102 0 28.145 20.699 28.145 39.802 0 27.129-20.591 65.583-48.5 65.583-19.102 0-28.145-20.699-28.145-39.802C294.5 118.293 314.926 80 343 80zm-87 109.192c18.835 40.539 59.663 52.462 95.147 38.961-5.91 14.112-9.2 28.879-9.281 42.694-60.451-40.621-111.663-40.363-171.734-.058-.089-13.798-3.379-28.545-9.281-42.636 35.188 13.384 76.176 1.865 95.149-38.961zM169 80c28.215 0 48.5 38.513 48.5 65.583 0 19.1-9.042 39.802-28.144 39.802-28.089 0-48.5-38.733-48.5-65.583C140.856 100.701 149.898 80 169 80zm-67.76 218.927c-28.693 0-53.24-37.685-53.24-64.802 0-2.848.586-27.823 20.894-27.823 29.389 0 53.24 39.37 53.24 65.062 0 14.567-6.263 27.563-20.894 27.563zm286.533 128.895c-34.2 17.209-89.74-19.26-131.773-19.26-42.74 0-104.861 36.037-132.576 18.817C96.995 410.952 181.138 288.333 256 288.333c75.483 0 160.489 125.041 131.773 139.489zm22.987-128.895c-14.632 0-20.895-12.995-20.895-27.562 0-25.692 23.852-65.062 53.24-65.062 20.309 0 20.895 24.975 20.895 27.823 0 27.376-24.741 64.801-53.24 64.801z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="pen" viewBox="0 0 512 512">
|
<symbol id="pen" viewBox="0 0 512 512">
|
||||||
<title id="pen-title">Pen</title>
|
<title id="pen-title">Pen</title>
|
||||||
<path d="M492.2 74.3l-54.5-54.5c-26.4-26.4-69.1-26.4-95.5 0L12.7 349.3.3 461.2c-3.2 29.2 21.5 53.7 50.5 50.5l111.8-12.4 329.6-329.6c26.4-26.4 26.4-69.1 0-95.4zM140.6 453.4l-92.3 10.3 10.3-92.3L294 135.9l82.1 82.1-235.5 235.4zm317.7-317.6L410 184.1 327.9 102l48.3-48.3c7.6-7.6 20-7.6 27.6 0l54.5 54.5c7.6 7.6 7.6 19.9 0 27.6z"></path>
|
<path d="M492.2 74.3l-54.5-54.5c-26.4-26.4-69.1-26.4-95.5 0L12.7 349.3.3 461.2c-3.2 29.2 21.5 53.7 50.5 50.5l111.8-12.4 329.6-329.6c26.4-26.4 26.4-69.1 0-95.4zM140.6 453.4l-92.3 10.3 10.3-92.3L294 135.9l82.1 82.1-235.5 235.4zm317.7-317.6L410 184.1 327.9 102l48.3-48.3c7.6-7.6 20-7.6 27.6 0l54.5 54.5c7.6 7.6 7.6 19.9 0 27.6z"></path>
|
||||||
@@ -1439,6 +1559,10 @@
|
|||||||
<title id="plus-square-title">Plus Square</title>
|
<title id="plus-square-title">Plus Square</title>
|
||||||
<path d="M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"></path>
|
<path d="M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="podcast" viewBox="0 0 512 512">
|
||||||
|
<title id="podcast-title">Podcast</title>
|
||||||
|
<path d="M299.429 488.563C294.286 507.573 274.858 512 256 512c-18.857 0-38.286-4.427-43.428-23.437C204.927 460.134 192 388.898 192 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM144 232c0-61.19 48.953-110.852 109.88-111.98 61.961-1.147 114.04 49.862 114.12 111.833.035 27.659-9.892 53.792-28.077 74.313-1.843 2.08-2.077 5.144-.48 7.418 5.296 7.541 8.981 16.176 10.931 25.69.947 4.623 6.573 6.453 10.003 3.211 29.469-27.847 47.806-67.348 47.623-111.136-.352-84.131-69.885-152.428-154.01-151.337C170.968 81.09 104 148.724 104 232c0 43.523 18.297 82.768 47.614 110.476 3.434 3.246 9.064 1.427 10.013-3.203 1.949-9.514 5.635-18.149 10.931-25.69 1.596-2.272 1.365-5.335-.477-7.413C153.926 285.685 144 259.607 144 232zM256.503.001C126.406-.271 21.207 103.688 20.01 233.78c-.902 98.093 58.054 182.512 142.555 218.984 4.388 1.894 9.108-1.9 8.253-6.602a985.559 985.559 0 0 1-5.517-33.559 6.014 6.014 0 0 0-3.088-4.407C102.605 375.626 60 311.84 60 236c0-108.321 87.662-196 196-196 108.321 0 196 87.661 196 196 0 74.634-41.538 139.051-102.213 172.196a6.01 6.01 0 0 0-3.088 4.406 986.377 986.377 0 0 1-5.517 33.559c-.855 4.703 3.866 8.496 8.255 6.602C433.298 416.566 492 333.145 492 236 492 105.828 386.611.272 256.503.001zM256 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="poo" viewBox="0 0 512 512">
|
<symbol id="poo" viewBox="0 0 512 512">
|
||||||
<title id="poo-title">Poo</title>
|
<title id="poo-title">Poo</title>
|
||||||
<path d="M256 48c25.8 0 64 29.8 64 58.5 0 22.5-5.5 32.5-14.3 45.5H334c28.7 0 52 23.3 52 52 0 18.6-7.8 36-23.2 51.8l-.2.2H373c28.7 0 52 23.3 52 52 0 13.5-4.1 32.9-22.4 52h9.4c28.7 0 52 23.3 52 52s-23.3 52-52 52H100c-26.9 0-52-24.3-52-52 0-26.9 16-46.2 42.4-51.1.2 0 10.6-2 27.2-5.5-15.4-7-29.8-29.8-29.8-47.4 0-25.5 10.4-41.1 34.6-49.3.2-.1 11.6-3.9 28.6-10.2-12.2-7.3-24.9-22.3-24.9-38 0-24.7 8.4-44.6 31.2-54.2C158.8 155.6 256 138 256 48m0-48h-48v48c0 19.8-7.4 33.8-23.9 45.4-7 4.9-19.1 11.7-36.7 15.9-1.9.5-5 1.2-8.8 2.8-20.9 8.8-37.4 23.7-47.7 42.9-8.6 15.9-12.9 34.5-12.9 55.5 0 5.6.6 11 1.7 16.2-25.9 17.8-39.9 45.8-39.9 81.3 0 7 .9 14.2 2.7 21.4-7.6 5.1-14.3 11.2-20.2 18.2C7.7 365.2 0 387.5 0 412c0 25.8 11 51.5 30.2 70.5C49.1 501.3 74.6 512 100 512h312c55.1 0 100-44.9 100-100 0-33.2-16.3-62.7-41.3-80.9 1.7-8.5 2.3-16.3 2.3-23.1 0-33.3-16.3-62.8-41.4-81 1.6-7.5 2.4-15.2 2.4-23 0-43.2-27.5-80.1-66-94v-3.5C368 49.1 306.4 0 256 0zm-96 352c-6.6 0-10.4 7.5-6.4 12.8C176.9 395.9 214.1 416 256 416s79.1-20.1 102.4-51.2c4-5.3.2-12.8-6.4-12.8H160zm40-128c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 44c-2.2 0-4 1.8-4 4 0 6.6-5.4 12-12 12s-12-5.4-12-12c0-15.4 12.6-28 28-28 6.6 0 12 5.4 12 12s-5.4 12-12 12zm112-44c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 44c-2.2 0-4 1.8-4 4 0 6.6-5.4 12-12 12s-12-5.4-12-12c0-15.4 12.6-28 28-28 6.6 0 12 5.4 12 12s-5.4 12-12 12z"></path>
|
<path d="M256 48c25.8 0 64 29.8 64 58.5 0 22.5-5.5 32.5-14.3 45.5H334c28.7 0 52 23.3 52 52 0 18.6-7.8 36-23.2 51.8l-.2.2H373c28.7 0 52 23.3 52 52 0 13.5-4.1 32.9-22.4 52h9.4c28.7 0 52 23.3 52 52s-23.3 52-52 52H100c-26.9 0-52-24.3-52-52 0-26.9 16-46.2 42.4-51.1.2 0 10.6-2 27.2-5.5-15.4-7-29.8-29.8-29.8-47.4 0-25.5 10.4-41.1 34.6-49.3.2-.1 11.6-3.9 28.6-10.2-12.2-7.3-24.9-22.3-24.9-38 0-24.7 8.4-44.6 31.2-54.2C158.8 155.6 256 138 256 48m0-48h-48v48c0 19.8-7.4 33.8-23.9 45.4-7 4.9-19.1 11.7-36.7 15.9-1.9.5-5 1.2-8.8 2.8-20.9 8.8-37.4 23.7-47.7 42.9-8.6 15.9-12.9 34.5-12.9 55.5 0 5.6.6 11 1.7 16.2-25.9 17.8-39.9 45.8-39.9 81.3 0 7 .9 14.2 2.7 21.4-7.6 5.1-14.3 11.2-20.2 18.2C7.7 365.2 0 387.5 0 412c0 25.8 11 51.5 30.2 70.5C49.1 501.3 74.6 512 100 512h312c55.1 0 100-44.9 100-100 0-33.2-16.3-62.7-41.3-80.9 1.7-8.5 2.3-16.3 2.3-23.1 0-33.3-16.3-62.8-41.4-81 1.6-7.5 2.4-15.2 2.4-23 0-43.2-27.5-80.1-66-94v-3.5C368 49.1 306.4 0 256 0zm-96 352c-6.6 0-10.4 7.5-6.4 12.8C176.9 395.9 214.1 416 256 416s79.1-20.1 102.4-51.2c4-5.3.2-12.8-6.4-12.8H160zm40-128c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 44c-2.2 0-4 1.8-4 4 0 6.6-5.4 12-12 12s-12-5.4-12-12c0-15.4 12.6-28 28-28 6.6 0 12 5.4 12 12s-5.4 12-12 12zm112-44c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 44c-2.2 0-4 1.8-4 4 0 6.6-5.4 12-12 12s-12-5.4-12-12c0-15.4 12.6-28 28-28 6.6 0 12 5.4 12 12s-5.4 12-12 12z"></path>
|
||||||
@@ -1459,6 +1583,10 @@
|
|||||||
<title id="print-title">print</title>
|
<title id="print-title">print</title>
|
||||||
<path d="M416 192V81.9c0-6.4-2.5-12.5-7-17L351 7c-4.5-4.5-10.6-7-17-7H120c-13.3 0-24 10.7-24 24v168c-53 0-96 43-96 96v136c0 13.3 10.7 24 24 24h72v40c0 13.3 10.7 24 24 24h272c13.3 0 24-10.7 24-24v-40h72c13.3 0 24-10.7 24-24V288c0-53-43-96-96-96zM144 48h180.1L368 91.9V240H144V48zm224 416H144v-80h224v80zm96-64h-48v-40c0-13.2-10.8-24-24-24H120c-13.2 0-24 10.8-24 24v40H48V288c0-26.5 21.5-48 48-48v24c0 13.2 10.8 24 24 24h272c13.2 0 24-10.8 24-24v-24c26.5 0 48 21.5 48 48v112zm-8-96c0 13.3-10.7 24-24 24s-24-10.7-24-24 10.7-24 24-24 24 10.7 24 24z"></path>
|
<path d="M416 192V81.9c0-6.4-2.5-12.5-7-17L351 7c-4.5-4.5-10.6-7-17-7H120c-13.3 0-24 10.7-24 24v168c-53 0-96 43-96 96v136c0 13.3 10.7 24 24 24h72v40c0 13.3 10.7 24 24 24h272c13.3 0 24-10.7 24-24v-40h72c13.3 0 24-10.7 24-24V288c0-53-43-96-96-96zM144 48h180.1L368 91.9V240H144V48zm224 416H144v-80h224v80zm96-64h-48v-40c0-13.2-10.8-24-24-24H120c-13.2 0-24 10.8-24 24v40H48V288c0-26.5 21.5-48 48-48v24c0 13.2 10.8 24 24 24h272c13.2 0 24-10.8 24-24v-24c26.5 0 48 21.5 48 48v112zm-8-96c0 13.3-10.7 24-24 24s-24-10.7-24-24 10.7-24 24-24 24 10.7 24 24z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="puzzle-piece" viewBox="0 0 576 512">
|
||||||
|
<title id="puzzle-piece-title">Puzzle Piece</title>
|
||||||
|
<path d="M437.983 261.352c-4.321 2.778-10.839 6.969-13.122 7.279-24.067-.092.757-103.841 5.813-124.714-29.614 5.697-134.448 26.337-159.932 7.046C271.197 132.585 304 116.55 304 73.588 304 28.222 261.986 0 216.994 0 171.147 0 112 25.756 112 75.063c0 40.881 28.702 64.642 31.994 74.559-.739 28.838-115.981 1.752-143.994-5.469v351.556C10.464 498.412 56.682 512 104 512c45.3-.001 88-15.737 88-60.854 0-31.773-32-45.657-32-73.834 0-16.521 29.235-27.063 49.361-27.063 21.125 0 46.639 11.414 46.639 25.588 0 24.02-32 36.882-32 77.924 0 66.838 81.555 58.073 134.44 51.225 37.039-4.797 33.159-3.906 73.069-3.906-2.799-8.954-28.061-81.125-13.892-100.4 10.021-13.639 39.371 31.32 84.037 31.32C548.715 432 576 380.487 576 336c0-57.793-45.975-133.814-138.017-74.648zM501.654 384c-24.507 0-37.496-32.763-79.116-32.763-35.286 0-67.12 27.143-53.431 104.031-19.03 2.234-84.249 12.922-96.329 2.29C261.633 447.771 304 419.385 304 375.837c0-46.326-49.475-73.588-94.639-73.588-46.686 0-97.361 27.417-97.361 75.063 0 50.809 41.414 70.396 29.601 79.554-16.851 13.064-71.854 5.122-93.601.935V204.584c63.934 10.948 144 9.33 144-55.435 0-31.802-32-45.775-32-74.086C160 58.488 199.338 48 216.994 48 233.19 48 256 55.938 256 73.588c0 23.524-33.264 36.842-33.264 77.924 0 60.396 86.897 58.813 146.508 51.68-6.592 53.714 1.669 113.439 55.691 113.439 31.223 0 45.141-28.631 75.22-28.631C517.407 288 528 315.957 528 336c0 21.606-12.157 48-26.346 48z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="question" viewBox="0 0 384 512">
|
<symbol id="question" viewBox="0 0 384 512">
|
||||||
<title id="question-title">Question</title>
|
<title id="question-title">Question</title>
|
||||||
<path d="M199.65 0C125.625 0 69.665 30.187 27.21 92.51c-19.17 28.15-12.94 66.3 14.17 86.86l36.73 27.85c10.81 8.2 24.19 12.79 37.74 12.96-11.84 19-17.82 40.61-17.82 64.55v11.43c0 16.38 6.2 31.34 16.38 42.65C97.99 357.2 88 381.45 88 408c0 57.35 46.65 104 104 104s104-46.65 104-104c0-26.55-9.99-50.8-26.41-69.19 8.66-9.62 14.43-21.87 15.97-35.38 28.287-16.853 96-48.895 96-138.21C381.56 71.151 290.539 0 199.65 0zM192 464c-30.88 0-56-25.12-56-56 0-30.873 25.118-56 56-56 30.887 0 56 25.132 56 56 0 30.88-25.12 56-56 56zm45.97-176.21v8.37c0 8.788-7.131 15.84-15.84 15.84h-60.26c-8.708 0-15.84-7.051-15.84-15.84v-11.43c0-47.18 35.77-66.04 62.81-81.2 23.18-13 37.39-21.83 37.39-39.04 0-22.77-29.04-37.88-52.52-37.88-30.61 0-44.74 14.49-64.6 39.56-5.365 6.771-15.157 8.01-22 2.8l-36.73-27.85c-6.74-5.11-8.25-14.6-3.49-21.59C98.08 73.73 137.8 48 199.65 48c64.77 0 133.91 50.56 133.91 117.22 0 88.51-95.59 89.87-95.59 122.57z"></path>
|
<path d="M199.65 0C125.625 0 69.665 30.187 27.21 92.51c-19.17 28.15-12.94 66.3 14.17 86.86l36.73 27.85c10.81 8.2 24.19 12.79 37.74 12.96-11.84 19-17.82 40.61-17.82 64.55v11.43c0 16.38 6.2 31.34 16.38 42.65C97.99 357.2 88 381.45 88 408c0 57.35 46.65 104 104 104s104-46.65 104-104c0-26.55-9.99-50.8-26.41-69.19 8.66-9.62 14.43-21.87 15.97-35.38 28.287-16.853 96-48.895 96-138.21C381.56 71.151 290.539 0 199.65 0zM192 464c-30.88 0-56-25.12-56-56 0-30.873 25.118-56 56-56 30.887 0 56 25.132 56 56 0 30.88-25.12 56-56 56zm45.97-176.21v8.37c0 8.788-7.131 15.84-15.84 15.84h-60.26c-8.708 0-15.84-7.051-15.84-15.84v-11.43c0-47.18 35.77-66.04 62.81-81.2 23.18-13 37.39-21.83 37.39-39.04 0-22.77-29.04-37.88-52.52-37.88-30.61 0-44.74 14.49-64.6 39.56-5.365 6.771-15.157 8.01-22 2.8l-36.73-27.85c-6.74-5.11-8.25-14.6-3.49-21.59C98.08 73.73 137.8 48 199.65 48c64.77 0 133.91 50.56 133.91 117.22 0 88.51-95.59 89.87-95.59 122.57z"></path>
|
||||||
@@ -1583,6 +1711,10 @@
|
|||||||
<title id="search-plus-title">Search Plus</title>
|
<title id="search-plus-title">Search Plus</title>
|
||||||
<path d="M312 196v24c0 6.6-5.4 12-12 12h-68v68c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-68h-68c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h68v-68c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v68h68c6.6 0 12 5.4 12 12zm196.5 289.9l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L347.5 387.1c-2.3-2.3-3.5-5.3-3.5-8.5v-13.2c-36.5 31.5-84 50.6-136 50.6C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 52-19.1 99.5-50.6 136h13.2c3.2 0 6.2 1.3 8.5 3.5l121.4 121.4c4.7 4.7 4.7 12.3 0 17zM368 208c0-88.4-71.6-160-160-160S48 119.6 48 208s71.6 160 160 160 160-71.6 160-160z"></path>
|
<path d="M312 196v24c0 6.6-5.4 12-12 12h-68v68c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-68h-68c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h68v-68c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v68h68c6.6 0 12 5.4 12 12zm196.5 289.9l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L347.5 387.1c-2.3-2.3-3.5-5.3-3.5-8.5v-13.2c-36.5 31.5-84 50.6-136 50.6C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 52-19.1 99.5-50.6 136h13.2c3.2 0 6.2 1.3 8.5 3.5l121.4 121.4c4.7 4.7 4.7 12.3 0 17zM368 208c0-88.4-71.6-160-160-160S48 119.6 48 208s71.6 160 160 160 160-71.6 160-160z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="server" viewBox="0 0 512 512">
|
||||||
|
<title id="server-title">Server</title>
|
||||||
|
<path d="M424 400c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24zm-88-24c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm64-144c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm176-72a47.758 47.758 0 0 1-6.438 24A47.758 47.758 0 0 1 512 208v96a47.758 47.758 0 0 1-6.438 24A47.758 47.758 0 0 1 512 352v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96a47.758 47.758 0 0 1 6.438-24A47.758 47.758 0 0 1 0 304v-96a47.758 47.758 0 0 1 6.438-24A47.758 47.758 0 0 1 0 160V64c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v96zm-464 0h416V64H48v96zm416 48H48v96h416v-96zm0 144H48v96h416v-96zm-64-216c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm-64 0c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="share" viewBox="0 0 576 512">
|
<symbol id="share" viewBox="0 0 576 512">
|
||||||
<title id="share-title">Share</title>
|
<title id="share-title">Share</title>
|
||||||
<path d="M561.938 190.06L385.94 14.107C355.79-16.043 304 5.327 304 48.047v80.703C166.04 132.9 0 159.68 0 330.05c0 73.75 38.02 134.719 97.63 173.949 37.12 24.43 85.84-10.9 72.19-54.46C145.47 371.859 157.41 330.2 304 321.66v78.28c0 42.64 51.73 64.15 81.94 33.94l175.997-175.94c18.751-18.74 18.751-49.14.001-67.88zM352 400V272.09c-164.521 1.79-277.44 33.821-227.98 191.61C88 440 48 397.01 48 330.05c0-142.242 160.819-153.39 304-154.02V48l176 176-176 176z"></path>
|
<path d="M561.938 190.06L385.94 14.107C355.79-16.043 304 5.327 304 48.047v80.703C166.04 132.9 0 159.68 0 330.05c0 73.75 38.02 134.719 97.63 173.949 37.12 24.43 85.84-10.9 72.19-54.46C145.47 371.859 157.41 330.2 304 321.66v78.28c0 42.64 51.73 64.15 81.94 33.94l175.997-175.94c18.751-18.74 18.751-49.14.001-67.88zM352 400V272.09c-164.521 1.79-277.44 33.821-227.98 191.61C88 440 48 397.01 48 330.05c0-142.242 160.819-153.39 304-154.02V48l176 176-176 176z"></path>
|
||||||
@@ -1655,9 +1787,25 @@
|
|||||||
<title id="sitemap-title">Sitemap</title>
|
<title id="sitemap-title">Sitemap</title>
|
||||||
<path d="M616 320h-48v-48c0-22.056-17.944-40-40-40H344v-40h48c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h48v40H112c-22.056 0-40 17.944-40 40v48H24c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24zm-472 48v96H48v-96h96zm224 0v96h-96v-96h96zm-96-224V48h96v96h-96zm320 320h-96v-96h96v96z"></path>
|
<path d="M616 320h-48v-48c0-22.056-17.944-40-40-40H344v-40h48c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h48v40H112c-22.056 0-40 17.944-40 40v48H24c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24zm-472 48v96H48v-96h96zm224 0v96h-96v-96h96zm-96-224V48h96v96h-96zm320 320h-96v-96h96v96z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="sliders-h" viewBox="0 0 576 512">
|
||||||
|
<title id="sliders-h-title">Horizontal Sliders</title>
|
||||||
|
<path d="M564 224h-52v-40c0-13.2-10.8-24-24-24H376c-13.2 0-24 10.8-24 24v40H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h340v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24v-40h52c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-100 48h-64v-64h64v64zm100 144H320v-40c0-13.2-10.8-24-24-24H184c-13.2 0-24 10.8-24 24v40H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h148v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24v-40h244c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-292 48h-64v-64h64v64zM564 64H224V24c0-13.2-10.8-24-24-24H88C74.8 0 64 10.8 64 24v40H12C5.4 64 0 69.4 0 76v8c0 6.6 5.4 12 12 12h52v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24V96h340c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-388 48h-64V48h64v64z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-h-square" viewBox="0 0 448 512">
|
||||||
|
<title id="sliders-h-square-title">Square Horizontal Sliders</title>
|
||||||
|
<path d="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-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6zm-42-244v8c0 6.6-5.4 12-12 12H192v24c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24v-24h-20c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h20v-24c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v24h148c6.6 0 12 5.4 12 12zm0 128v8c0 6.6-5.4 12-12 12h-20v24c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24v-24H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h148v-24c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v24h20c6.6 0 12 5.4 12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-v" viewBox="0 0 512 512">
|
||||||
|
<title id="sliders-v-title">Vertical Sliders</title>
|
||||||
|
<path d="M136 96H96V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H24c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v212c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V256h40c13.2 0 24-10.8 24-24V120c0-13.2-10.8-24-24-24zm-24 112H48v-64h64v64zm200 48h-40V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v212h-40c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v52c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-52h40c13.2 0 24-10.8 24-24V280c0-13.2-10.8-24-24-24zm-24 112h-64v-64h64v64zm200-240h-40V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v84h-40c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v180c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V288h40c13.2 0 24-10.8 24-24V152c0-13.2-10.8-24-24-24zm-24 112h-64v-64h64v64z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-v-square" viewBox="0 0 448 512">
|
||||||
|
<title id="sliders-v-square-title">Square Vertical Sliders</title>
|
||||||
|
<path d="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-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6zM224 184v16c0 13.3-10.7 24-24 24h-24v148c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12V224h-24c-13.3 0-24-10.7-24-24v-16c0-13.3 10.7-24 24-24h24v-20c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v20h24c13.3 0 24 10.7 24 24zm128 128v16c0 13.3-10.7 24-24 24h-24v20c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12v-20h-24c-13.3 0-24-10.7-24-24v-16c0-13.3 10.7-24 24-24h24V140c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v148h24c13.3 0 24 10.7 24 24z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="smile" viewBox="0 0 512 512">
|
<symbol id="smile" viewBox="0 0 512 512">
|
||||||
<title id="smile-title">Smile</title>
|
<title id="smile-title">Smile</title>
|
||||||
<path d="M192 152c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56zm0 44c-6.6 0-12 5.4-12 12s-5.4 12-12 12-12-5.4-12-12c0-19.9 16.1-36 36-36 6.6 0 12 5.4 12 12s-5.4 12-12 12zm64-140c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56m0-48C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm107.3 312c13.8 0 21.2 16.4 11.9 26.7C346 379.4 303.4 400 256 400s-90-20.6-119.3-53.3c-9.2-10.3-1.9-26.7 11.9-26.7h214.7zM320 152c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56zm0 44c-6.6 0-12 5.4-12 12s-5.4 12-12 12-12-5.4-12-12c0-19.9 16.1-36 36-36 6.6 0 12 5.4 12 12s-5.4 12-12 12z"></path>
|
<path d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm64 136c-9.535 0-18.512 2.386-26.37 6.589h.017c12.735 0 23.059 10.324 23.059 23.059 0 12.735-10.324 23.059-23.059 23.059s-23.059-10.324-23.059-23.059v-.017C266.386 181.488 264 190.465 264 200c0 30.928 25.072 56 56 56s56-25.072 56-56-25.072-56-56-56zm-128 0c-9.535 0-18.512 2.386-26.37 6.589h.017c12.735 0 23.059 10.324 23.059 23.059 0 12.735-10.324 23.059-23.059 23.059-12.735 0-23.059-10.324-23.059-23.059v-.017C138.386 181.488 136 190.465 136 200c0 30.928 25.072 56 56 56s56-25.072 56-56-25.072-56-56-56zm195.372 182.219c18.819-25.592-19.856-54.017-38.67-28.438-50.135 68.177-135.229 68.18-185.367 0-18.828-25.601-57.478 2.861-38.67 28.438 69.298 94.231 193.323 94.351 262.707 0z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sort" viewBox="0 0 320 512">
|
<symbol id="sort" viewBox="0 0 320 512">
|
||||||
<title id="sort-title">Sort</title>
|
<title id="sort-title">Sort</title>
|
||||||
@@ -1735,6 +1883,10 @@
|
|||||||
<title id="step-forward-title">step-forward</title>
|
<title id="step-forward-title">step-forward</title>
|
||||||
<path d="M372 32h-24c-6.6 0-12 5.4-12 12v183L116.5 39.4C95.9 22.3 64 36.6 64 64v384c0 27.4 31.9 41.8 52.5 24.6L336 283.9V468c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12zM112 413.5V98.4l186.7 157.1-186.7 158z"></path>
|
<path d="M372 32h-24c-6.6 0-12 5.4-12 12v183L116.5 39.4C95.9 22.3 64 36.6 64 64v384c0 27.4 31.9 41.8 52.5 24.6L336 283.9V468c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12zM112 413.5V98.4l186.7 157.1-186.7 158z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="stethoscope" viewBox="0 0 512 512">
|
||||||
|
<title id="stethoscope-title">Stethoscope</title>
|
||||||
|
<path d="M120 333.989V352c0 88.225 75.364 160 168 160s168-71.775 168-160v-99.668c32.267-10.136 55.726-40.16 55.998-75.709.331-43.427-34.65-79.577-78.066-80.601C388.866 94.96 352 131.175 352 176c0 35.82 23.544 66.137 56 76.332V352c0 61.757-53.832 112-120 112s-120-50.243-120-112v-18.011c68.017-11.46 120-70.763 120-141.989V27.488a12 12 0 0 0-9.397-11.714L208.921.288c-6.47-1.438-12.88 2.641-14.317 9.111l-5.207 23.429c-1.438 6.47 2.641 12.88 9.111 14.318L240 56.366v134.41c0 52.852-42.203 96.707-95.053 97.22C91.58 288.513 48 245.25 48 192V56.366l41.492-9.22c6.47-1.438 10.549-7.848 9.111-14.318L93.397 9.399C91.959 2.929 85.549-1.15 79.08.288L9.397 15.774A12 12 0 0 0 0 27.488V192c0 71.226 51.983 130.529 120 141.989zM432 144c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="sticky-note" viewBox="0 0 448 512">
|
<symbol id="sticky-note" viewBox="0 0 448 512">
|
||||||
<title id="sticky-note-title">Sticky Note</title>
|
<title id="sticky-note-title">Sticky Note</title>
|
||||||
<path d="M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z"></path>
|
<path d="M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z"></path>
|
||||||
@@ -1903,6 +2055,18 @@
|
|||||||
<title id="tint-title">tint</title>
|
<title id="tint-title">tint</title>
|
||||||
<path d="M192 512C89.473 512 6.609 429.156 6.609 326.608c0-111.31 94.001-150.864 135.61-289.559 15.093-49.931 85.657-48.929 99.619.191 42.561 141.489 135.554 178.064 135.554 289.368C377.392 429.135 294.549 512 192 512zM54.609 326.608C54.609 402.607 115.983 464 192 464c76 0 137.392-61.377 137.392-137.392 0-88.594-89.568-128.813-133.586-275.538-1.228-4.213-6.478-3.748-7.626.048-43.468 144.895-133.571 187.467-133.571 275.49zm95.782-25.738c-1.761-6.455-11.022-6.454-12.782 0-10.76 34.329-32.565 43.919-32.565 68.174C105.044 390.652 122.391 408 144 408s38.956-17.348 38.956-38.956c0-24.312-21.785-33.782-32.565-68.174z"></path>
|
<path d="M192 512C89.473 512 6.609 429.156 6.609 326.608c0-111.31 94.001-150.864 135.61-289.559 15.093-49.931 85.657-48.929 99.619.191 42.561 141.489 135.554 178.064 135.554 289.368C377.392 429.135 294.549 512 192 512zM54.609 326.608C54.609 402.607 115.983 464 192 464c76 0 137.392-61.377 137.392-137.392 0-88.594-89.568-128.813-133.586-275.538-1.228-4.213-6.478-3.748-7.626.048-43.468 144.895-133.571 187.467-133.571 275.49zm95.782-25.738c-1.761-6.455-11.022-6.454-12.782 0-10.76 34.329-32.565 43.919-32.565 68.174C105.044 390.652 122.391 408 144 408s38.956-17.348 38.956-38.956c0-24.312-21.785-33.782-32.565-68.174z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="toggle-off" viewBox="0 0 576 512">
|
||||||
|
<title id="toggle-off-title">Toggle Off</title>
|
||||||
|
<path d="M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM48 256c0-79.583 64.404-144 144-144 79.582 0 144 64.404 144 144 0 79.582-64.404 144-144 144-79.582 0-144-64.404-144-144zm336 144h-65.02c86.704-76.515 86.683-211.504 0-288H384c79.582 0 144 64.404 144 144 0 79.582-64.404 144-144 144z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="toggle-on" viewBox="0 0 576 512">
|
||||||
|
<title id="toggle-on-title">Toggle On</title>
|
||||||
|
<path d="M576 256c0 106.039-85.961 192-192 192H192C85.961 448 0 362.039 0 256S85.961 64 192 64h192c106.039 0 192 85.961 192 192zM384 112c-79.582 0-144 64.404-144 144 0 79.582 64.404 144 144 144 79.582 0 144-64.404 144-144 0-79.582-64.404-144-144-144"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="trademark" viewBox="0 0 640 512">
|
||||||
|
<title id="trademark-title">Trademark</title>
|
||||||
|
<path d="M105.014 146.028H12c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h244.169c6.627 0 12 5.373 12 12v26.028c0 6.627-5.373 12-12 12h-93.014V404c0 6.627-5.373 12-12 12h-34.141c-6.627 0-12-5.373-12-12V146.028zM343.779 96h42.983a12 12 0 0 1 11.157 7.582l59.646 150.616c7.211 18.929 16.225 46.873 16.225 46.873h.902s8.563-27.944 15.775-46.873l59.646-150.616A12 12 0 0 1 561.27 96h42.967a12 12 0 0 1 11.961 11.04l23.763 296c.561 6.984-4.956 12.96-11.962 12.96h-33.561a12 12 0 0 1-11.966-11.096L569.79 237.07c-1.352-21.183-.451-49.577-.451-49.577h-.901s-9.465 31.099-17.127 49.577l-48.748 116.574a12 12 0 0 1-11.071 7.37h-34.925a12 12 0 0 1-11.085-7.405L397.17 237.07c-7.662-18.479-17.577-50.028-17.577-50.028h-.902s.902 28.845-.451 50.028l-12.683 167.834A12 12 0 0 1 353.591 416h-33.993c-7.013 0-12.531-5.988-11.96-12.977l24.181-296A12 12 0 0 1 343.779 96z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="train" viewBox="0 0 448 512">
|
<symbol id="train" viewBox="0 0 448 512">
|
||||||
<title id="train-title">Train</title>
|
<title id="train-title">Train</title>
|
||||||
<path d="M264 336c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm184-226.286v228.572c0 49.194-43.705 90.629-99.059 104.713l58.758 58.758c3.78 3.78 1.103 10.243-4.243 10.243h-48.427a11.996 11.996 0 0 1-8.485-3.515L286.059 448H161.941l-60.485 60.485A12.002 12.002 0 0 1 92.971 512H44.544c-5.345 0-8.022-6.463-4.243-10.243l58.758-58.758C43.886 428.961 0 387.656 0 338.286V109.714C0 45.928 71.001 0 138.286 0h171.428C377.889 0 448 45.922 448 109.714zM48 224h352v-80H48v80zm2.774-128h346.534c-10.2-26.136-47.971-48-87.595-48H138.286c-38.862 0-77.011 21.67-87.512 48zM400 338.286V272H48v66.286C48 374.495 99.974 400 138.286 400h171.428C347.479 400 400 374.816 400 338.286z"></path>
|
<path d="M264 336c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm184-226.286v228.572c0 49.194-43.705 90.629-99.059 104.713l58.758 58.758c3.78 3.78 1.103 10.243-4.243 10.243h-48.427a11.996 11.996 0 0 1-8.485-3.515L286.059 448H161.941l-60.485 60.485A12.002 12.002 0 0 1 92.971 512H44.544c-5.345 0-8.022-6.463-4.243-10.243l58.758-58.758C43.886 428.961 0 387.656 0 338.286V109.714C0 45.928 71.001 0 138.286 0h171.428C377.889 0 448 45.922 448 109.714zM48 224h352v-80H48v80zm2.774-128h346.534c-10.2-26.136-47.971-48-87.595-48H138.286c-38.862 0-77.011 21.67-87.512 48zM400 338.286V272H48v66.286C48 374.495 99.974 400 138.286 400h171.428C347.479 400 400 374.816 400 338.286z"></path>
|
||||||
@@ -1939,6 +2103,18 @@
|
|||||||
<title id="truck-title">truck</title>
|
<title id="truck-title">truck</title>
|
||||||
<path d="M592 0H272c-26.51 0-48 21.49-48 48v48h-44.118a48 48 0 0 0-33.941 14.059l-99.882 99.882A48 48 0 0 0 32 243.882V368H20c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h44c0 53.019 42.981 96 96 96s96-42.981 96-96h128c0 53.019 42.981 96 96 96s96-42.981 96-96h16c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM160 464c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm64-119.547C207.015 329.249 184.589 320 160 320c-33.395 0-62.802 17.055-80 42.926V243.882L179.882 144H224v200.453zM480 464c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm112-96h-28.846c-16.599-28.694-47.621-48-83.154-48s-66.555 19.306-83.154 48H272V48h320v320zM112 256l80-80v80h-80z"></path>
|
<path d="M592 0H272c-26.51 0-48 21.49-48 48v48h-44.118a48 48 0 0 0-33.941 14.059l-99.882 99.882A48 48 0 0 0 32 243.882V368H20c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h44c0 53.019 42.981 96 96 96s96-42.981 96-96h128c0 53.019 42.981 96 96 96s96-42.981 96-96h16c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM160 464c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm64-119.547C207.015 329.249 184.589 320 160 320c-33.395 0-62.802 17.055-80 42.926V243.882L179.882 144H224v200.453zM480 464c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm112-96h-28.846c-16.599-28.694-47.621-48-83.154-48s-66.555 19.306-83.154 48H272V48h320v320zM112 256l80-80v80h-80z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="tty" viewBox="0 0 512 512">
|
||||||
|
<title id="tty-title">TTY</title>
|
||||||
|
<path d="M256.015.004h0zm248.687 159.27l-37.058 59.291c-12.314 19.701-36.965 27.752-58.53 19.125l-74.42-29.769c-19.855-7.943-32.062-28.062-29.935-49.341l2.606-26.073c-36.57-9.118-67.361-8.82-102.729 0l2.607 26.072c2.128 21.28-10.079 41.401-29.936 49.344l-74.422 29.768c-21.579 8.631-46.225.56-58.53-19.127L7.297 159.272c-11.876-19.002-9.025-43.693 6.869-59.488 133.558-132.722 349.459-133.369 483.668.001 15.894 15.795 18.745 40.487 6.868 59.489zm-40.701-25.441c-115.216-114.495-300.899-114.381-416-.001l37.059 59.292 74.422-29.768-6.505-65.044c75.782-27.384 130.31-27.367 206.046 0l-6.502 65.043 74.42 29.769 37.06-59.291zM126 430H98c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zM78 512H50c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm384 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zM78 348H50c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm96 0h-28c-6.627 0-12-5.373-12-12v-28c0-6.627 5.373-12 12-12h28c6.627 0 12 5.373 12 12v28c0 6.627-5.373 12-12 12zm-98 158H148c-6.627 0-12-5.373-12-12v-16c0-6.627 5.373-12 12-12h216c6.627 0 12 5.373 12 12v16c0 6.627-5.373 12-12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="tv" viewBox="0 0 640 512">
|
||||||
|
<title id="tv-title">Television</title>
|
||||||
|
<path d="M592 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h248v48H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24H344v-48h248c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-6 368H54c-3.3 0-6-2.7-6-6V54c0-3.3 2.7-6 6-6h532c3.3 0 6 2.7 6 6v308c0 3.3-2.7 6-6 6z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="tv-retro" viewBox="0 0 512 512">
|
||||||
|
<title id="tv-retro-title">Retro Televison</title>
|
||||||
|
<path d="M400 244v-8c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zm12 76h8c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12zm-36-136.5s-1.5-7.5-144-7.5-144.5 7.5-144.5 7.5S80 184 80 288s7.5 104.5 7.5 104.5S88 400 232 400s144-7.5 144-7.5 7.5-.5 7.5-104.5-7.5-104.5-7.5-104.5zM512 144v288c0 26.5-21.5 48-48 48h-16v32h-48l-10.7-32H122.7L112 512H64v-32H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h140.9l-54-55.2c-9.3-9.5-9.1-24.7.3-33.9 9.5-9.3 24.7-9.1 33.9.3L256 96l86.9-88.8c9.3-9.5 24.5-9.6 33.9-.3 9.5 9.3 9.6 24.5.3 33.9l-54 55.2H464c26.5 0 48 21.5 48 48zm-48 0H48v288h416V144z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="underline" viewBox="0 0 448 512">
|
<symbol id="underline" viewBox="0 0 448 512">
|
||||||
<title id="underline-title">Underline</title>
|
<title id="underline-title">Underline</title>
|
||||||
<path d="M0 500v-24c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12zM278.066 12v24c0 6.627 5.373 12 12 12h40.44v210.742c0 74.424-39.957 112.144-106.502 112.144-66.896 0-106.501-35.297-106.501-111.005V48h40.44c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H22.162c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h40.441v212.45c0 106.712 66.034 161.89 161.401 161.89 93.574 0 161.402-56.006 161.402-161.89V48h40.44c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12h-135.78c-6.627 0-12 5.373-12 12z"></path>
|
<path d="M0 500v-24c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12zM278.066 12v24c0 6.627 5.373 12 12 12h40.44v210.742c0 74.424-39.957 112.144-106.502 112.144-66.896 0-106.501-35.297-106.501-111.005V48h40.44c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H22.162c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h40.441v212.45c0 106.712 66.034 161.89 161.401 161.89 93.574 0 161.402-56.006 161.402-161.89V48h40.44c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12h-135.78c-6.627 0-12 5.373-12 12z"></path>
|
||||||
@@ -1951,6 +2127,10 @@
|
|||||||
<title id="undo-alt-title">Alternate Undo</title>
|
<title id="undo-alt-title">Alternate Undo</title>
|
||||||
<path d="M28.485 28.485L80.65 80.65C125.525 35.767 187.515 8 255.999 8 392.66 8 504.1 119.525 504 256.185 503.9 393.067 392.905 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.353-12.561-.482-17.433l19.738-19.738c4.498-4.498 11.753-4.785 16.501-.552C160.213 433.246 205.895 452 256 452c108.321 0 196-87.662 196-196 0-108.321-87.662-196-196-196-54.163 0-103.157 21.923-138.614 57.386l54.128 54.129c7.56 7.56 2.206 20.485-8.485 20.485H20c-6.627 0-12-5.373-12-12V36.971c0-10.691 12.926-16.045 20.485-8.486z"></path>
|
<path d="M28.485 28.485L80.65 80.65C125.525 35.767 187.515 8 255.999 8 392.66 8 504.1 119.525 504 256.185 503.9 393.067 392.905 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.353-12.561-.482-17.433l19.738-19.738c4.498-4.498 11.753-4.785 16.501-.552C160.213 433.246 205.895 452 256 452c108.321 0 196-87.662 196-196 0-108.321-87.662-196-196-196-54.163 0-103.157 21.923-138.614 57.386l54.128 54.129c7.56 7.56 2.206 20.485-8.485 20.485H20c-6.627 0-12-5.373-12-12V36.971c0-10.691 12.926-16.045 20.485-8.486z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="universal-access" viewBox="0 0 512 512">
|
||||||
|
<title id="universal-access-title">Universal Access</title>
|
||||||
|
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 456c-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208 114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208zm143.594-286.66c2.538 10.75-4.119 21.522-14.869 24.061-29.865 7.051-57.839 13.286-85.597 16.751.679 111.33 12.654 128.456 26.969 165.116 4.823 12.346-1.275 26.265-13.622 31.087-12.34 4.823-26.263-1.27-31.087-13.622-9.559-24.467-18.089-42.949-23.805-85.12h-3.164c-5.721 42.206-14.269 60.706-23.805 85.12-4.816 12.329-18.721 18.451-31.087 13.623-12.346-4.823-18.445-18.741-13.623-31.088 14.33-36.686 26.29-53.837 26.969-165.116-27.758-3.465-55.732-9.699-85.597-16.751-10.75-2.538-17.407-13.311-14.869-24.061 2.539-10.75 13.312-17.405 24.061-14.869 104.768 24.736 134.447 24.701 239.066 0 10.749-2.538 21.522 4.118 24.06 14.869zm-181.788-43.146C217.806 113.1 234.906 96 256 96s38.194 17.1 38.194 38.194-17.1 38.194-38.194 38.194-38.194-17.101-38.194-38.194z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="unlink" viewBox="0 0 512 512">
|
<symbol id="unlink" viewBox="0 0 512 512">
|
||||||
<title id="unlink-title">unlink</title>
|
<title id="unlink-title">unlink</title>
|
||||||
<path d="M304.083 388.936c4.686 4.686 4.686 12.284 0 16.971l-65.057 65.056c-54.709 54.711-143.27 54.721-197.989 0-54.713-54.713-54.719-143.27 0-197.989l65.056-65.057c4.686-4.686 12.284-4.686 16.971 0l22.627 22.627c4.686 4.686 4.686 12.284 0 16.971L81.386 311.82c-34.341 34.341-33.451 88.269.597 120.866 32.577 31.187 84.788 31.337 117.445-1.32l65.057-65.056c4.686-4.686 12.284-4.686 16.971 0l22.627 22.626zm-56.568-243.245l64.304-64.304c34.346-34.346 88.286-33.453 120.882.612 31.18 32.586 31.309 84.785-1.335 117.43l-65.056 65.057c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.686 4.686 12.284 4.686 16.971 0l65.056-65.057c54.711-54.709 54.721-143.271 0-197.99-54.71-54.711-143.27-54.72-197.989 0l-65.057 65.057c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.685 4.685 12.283 4.685 16.97-.001zm238.343 362.794l22.627-22.627c4.686-4.686 4.686-12.284 0-16.971L43.112 3.515c-4.686-4.686-12.284-4.686-16.971 0L3.515 26.142c-4.686 4.686-4.686 12.284 0 16.971l465.373 465.373c4.686 4.686 12.284 4.686 16.97-.001z"></path>
|
<path d="M304.083 388.936c4.686 4.686 4.686 12.284 0 16.971l-65.057 65.056c-54.709 54.711-143.27 54.721-197.989 0-54.713-54.713-54.719-143.27 0-197.989l65.056-65.057c4.686-4.686 12.284-4.686 16.971 0l22.627 22.627c4.686 4.686 4.686 12.284 0 16.971L81.386 311.82c-34.341 34.341-33.451 88.269.597 120.866 32.577 31.187 84.788 31.337 117.445-1.32l65.057-65.056c4.686-4.686 12.284-4.686 16.971 0l22.627 22.626zm-56.568-243.245l64.304-64.304c34.346-34.346 88.286-33.453 120.882.612 31.18 32.586 31.309 84.785-1.335 117.43l-65.056 65.057c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.686 4.686 12.284 4.686 16.971 0l65.056-65.057c54.711-54.709 54.721-143.271 0-197.99-54.71-54.711-143.27-54.72-197.989 0l-65.057 65.057c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.685 4.685 12.283 4.685 16.97-.001zm238.343 362.794l22.627-22.627c4.686-4.686 4.686-12.284 0-16.971L43.112 3.515c-4.686-4.686-12.284-4.686-16.971 0L3.515 26.142c-4.686 4.686-4.686 12.284 0 16.971l465.373 465.373c4.686 4.686 12.284 4.686 16.97-.001z"></path>
|
||||||
@@ -2071,6 +2251,10 @@
|
|||||||
<title id="wifi-title">WiFi</title>
|
<title id="wifi-title">WiFi</title>
|
||||||
<path d="M320 368c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32m0-48c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80zm206.08-31.833c4.648-4.87 4.406-12.638-.589-17.152-116.522-105.321-294.391-105.384-410.982 0-4.995 4.514-5.238 12.282-.589 17.152l16.577 17.367c4.491 4.706 11.893 4.951 16.732.604 98.101-88.128 247.347-88.213 345.542 0 4.839 4.347 12.241 4.102 16.732-.604l16.577-17.367zM635.722 155.51C457.688-9.308 182.014-9.032 4.278 155.51c-4.933 4.567-5.213 12.272-.571 17.135l16.58 17.371c4.513 4.728 11.993 4.987 16.793.55 159.398-147.374 406.318-147.489 565.84 0 4.8 4.438 12.279 4.179 16.793-.55l16.58-17.371c4.642-4.863 4.363-12.568-.571-17.135z"></path>
|
<path d="M320 368c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32m0-48c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80zm206.08-31.833c4.648-4.87 4.406-12.638-.589-17.152-116.522-105.321-294.391-105.384-410.982 0-4.995 4.514-5.238 12.282-.589 17.152l16.577 17.367c4.491 4.706 11.893 4.951 16.732.604 98.101-88.128 247.347-88.213 345.542 0 4.839 4.347 12.241 4.102 16.732-.604l16.577-17.367zM635.722 155.51C457.688-9.308 182.014-9.032 4.278 155.51c-4.933 4.567-5.213 12.272-.571 17.135l16.58 17.371c4.513 4.728 11.993 4.987 16.793.55 159.398-147.374 406.318-147.489 565.84 0 4.8 4.438 12.279 4.179 16.793-.55l16.58-17.371c4.642-4.863 4.363-12.568-.571-17.135z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="window" viewBox="0 0 512 512">
|
||||||
|
<title id="window-title">Window</title>
|
||||||
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM256 88c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24V88zm-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24V88zm-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24H88c-13.3 0-24-10.7-24-24V88zm400 338c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V160h416v266z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="window-close" viewBox="0 0 512 512">
|
<symbol id="window-close" viewBox="0 0 512 512">
|
||||||
<title id="window-close-title">Window Close</title>
|
<title id="window-close-title">Window Close</title>
|
||||||
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z"></path>
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z"></path>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 396 KiB |
@@ -259,6 +259,10 @@
|
|||||||
<title id="arrows-v-title">Arrows Vertical</title>
|
<title id="arrows-v-title">Arrows Vertical</title>
|
||||||
<path d="M160 406.186V105.815l43.728 46.208c9.289 9.815 24.846 10.03 34.402.474l10.84-10.84c9.373-9.373 9.373-24.569 0-33.941L150.627 9.373c-12.497-12.497-32.758-12.497-45.255 0L7.029 107.715c-9.373 9.373-9.373 24.569 0 33.941l10.84 10.84c9.556 9.556 25.113 9.341 34.402-.474L96 105.815v300.371l-43.728-46.208c-9.289-9.815-24.846-10.03-34.402-.474l-10.84 10.84c-9.373 9.373-9.373 24.569 0 33.941l98.343 98.343c12.497 12.497 32.758 12.497 45.255 0l98.343-98.343c9.373-9.373 9.373-24.569 0-33.941l-10.84-10.84c-9.556-9.556-25.113-9.341-34.402.474L160 406.186z"></path>
|
<path d="M160 406.186V105.815l43.728 46.208c9.289 9.815 24.846 10.03 34.402.474l10.84-10.84c9.373-9.373 9.373-24.569 0-33.941L150.627 9.373c-12.497-12.497-32.758-12.497-45.255 0L7.029 107.715c-9.373 9.373-9.373 24.569 0 33.941l10.84 10.84c9.556 9.556 25.113 9.341 34.402-.474L96 105.815v300.371l-43.728-46.208c-9.289-9.815-24.846-10.03-34.402-.474l-10.84 10.84c-9.373 9.373-9.373 24.569 0 33.941l98.343 98.343c12.497 12.497 32.758 12.497 45.255 0l98.343-98.343c9.373-9.373 9.373-24.569 0-33.941l-10.84-10.84c-9.556-9.556-25.113-9.341-34.402.474L160 406.186z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="assistive-listening-systems" viewBox="0 0 512 512">
|
||||||
|
<title id="assistive-listening-systems-title">Assistive Listening Systems</title>
|
||||||
|
<path d="M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="asterisk" viewBox="0 0 512 512">
|
<symbol id="asterisk" viewBox="0 0 512 512">
|
||||||
<title id="asterisk-title">asterisk</title>
|
<title id="asterisk-title">asterisk</title>
|
||||||
<path d="M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z"></path>
|
<path d="M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z"></path>
|
||||||
@@ -383,6 +387,14 @@
|
|||||||
<title id="briefcase-title">Briefcase</title>
|
<title id="briefcase-title">Briefcase</title>
|
||||||
<path d="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>
|
<path d="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>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="browser" viewBox="0 0 512 512">
|
||||||
|
<title id="browser-title">Browser</title>
|
||||||
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM128 148c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm320 0c0 6.6-5.4 12-12 12H188c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h248c6.6 0 12 5.4 12 12v40z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="bug" viewBox="0 0 512 512">
|
||||||
|
<title id="bug-title">Bug</title>
|
||||||
|
<path d="M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="building" viewBox="0 0 448 512">
|
<symbol id="building" viewBox="0 0 448 512">
|
||||||
<title id="building-title">Building</title>
|
<title id="building-title">Building</title>
|
||||||
<path d="M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z"></path>
|
<path d="M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z"></path>
|
||||||
@@ -444,7 +456,7 @@
|
|||||||
<path d="M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88zm-120 0c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16z"></path>
|
<path d="M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88zm-120 0c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="camera-retro" viewBox="0 0 512 512">
|
<symbol id="camera-retro" viewBox="0 0 512 512">
|
||||||
<title id="camera-retro-title">camera-retro</title>
|
<title id="camera-retro-title">Retro Camera</title>
|
||||||
<path d="M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z"></path>
|
<path d="M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="car" viewBox="0 0 512 512">
|
<symbol id="car" viewBox="0 0 512 512">
|
||||||
@@ -719,6 +731,10 @@
|
|||||||
<title id="credit-card-front-title">Credit Card Front</title>
|
<title id="credit-card-front-title">Credit Card Front</title>
|
||||||
<path d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM192 268c0-6.6 5.4-12 12-12h64c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-64c-6.6 0-12-5.4-12-12v-40zm-32 136c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v8zm16-96c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h88c6.6 0 12 5.4 12 12v40zm176 96c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v8zm32-96c0 6.6-5.4 12-12 12h-64c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h64c6.6 0 12 5.4 12 12v40zm128 0c0 6.6-5.4 12-12 12h-88c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h88c6.6 0 12 5.4 12 12v40zm0-140c0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v48z"></path>
|
<path d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM192 268c0-6.6 5.4-12 12-12h64c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-64c-6.6 0-12-5.4-12-12v-40zm-32 136c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v8zm16-96c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h88c6.6 0 12 5.4 12 12v40zm176 96c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v8zm32-96c0 6.6-5.4 12-12 12h-64c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h64c6.6 0 12 5.4 12 12v40zm128 0c0 6.6-5.4 12-12 12h-88c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h88c6.6 0 12 5.4 12 12v40zm0-140c0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v48z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="crop" viewBox="0 0 512 512">
|
||||||
|
<title id="crop-title">crop</title>
|
||||||
|
<path d="M488 352h-40V109.3l57-57c9.4-9.4 9.4-24.6 0-33.9L493.7 7c-9.4-9.4-24.6-9.4-33.9 0l-57 57H160V24c0-13.3-10.7-24-24-24H88C74.7 0 64 10.7 64 24v40H24C10.7 64 0 74.7 0 88v48c0 13.3 10.7 24 24 24h40v264c0 13.3 10.7 24 24 24h264v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h40c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zM306.7 160L160 306.7V160h146.7zM205.3 352L352 205.3V352H205.3z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="crosshairs" viewBox="0 0 512 512">
|
<symbol id="crosshairs" viewBox="0 0 512 512">
|
||||||
<title id="crosshairs-title">Crosshairs</title>
|
<title id="crosshairs-title">Crosshairs</title>
|
||||||
<path d="M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z"></path>
|
<path d="M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z"></path>
|
||||||
@@ -739,6 +755,18 @@
|
|||||||
<title id="database-title">Database</title>
|
<title id="database-title">Database</title>
|
||||||
<path d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"></path>
|
<path d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="deaf" viewBox="0 0 512 512">
|
||||||
|
<title id="deaf-title">Deaf</title>
|
||||||
|
<path d="M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="desktop" viewBox="0 0 576 512">
|
||||||
|
<title id="desktop-title">Desktop</title>
|
||||||
|
<path d="M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-21.3 64H144c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-74.7L336 416h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="desktop-alt" viewBox="0 0 576 512">
|
||||||
|
<title id="desktop-alt-title">Alterate Desktop</title>
|
||||||
|
<path d="M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-21.3 64H144c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-74.7L336 416h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 288H64V64h448v224z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="diamond" viewBox="0 0 448 512">
|
<symbol id="diamond" viewBox="0 0 448 512">
|
||||||
<title id="diamond-title">Diamond</title>
|
<title id="diamond-title">Diamond</title>
|
||||||
<path d="M242.2 8.3c-9.6-11.1-26.8-11.1-36.4 0l-200 232c-7.8 9-7.8 22.3 0 31.3l200 232c9.6 11.1 26.8 11.1 36.4 0l200-232c7.8-9 7.8-22.3 0-31.3l-200-232z"></path>
|
<path d="M242.2 8.3c-9.6-11.1-26.8-11.1-36.4 0l-200 232c-7.8 9-7.8 22.3 0 31.3l200 232c9.6 11.1 26.8 11.1 36.4 0l200-232c7.8-9 7.8-22.3 0-31.3l-200-232z"></path>
|
||||||
@@ -847,6 +875,14 @@
|
|||||||
<title id="external-link-square-alt-title">Alternate External Link Square</title>
|
<title id="external-link-square-alt-title">Alternate External Link Square</title>
|
||||||
<path d="M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z"></path>
|
<path d="M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="eye" viewBox="0 0 576 512">
|
||||||
|
<title id="eye-title">Eye</title>
|
||||||
|
<path d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="eye-slash" viewBox="0 0 576 512">
|
||||||
|
<title id="eye-slash-title">Eye Slash</title>
|
||||||
|
<path d="M286.693 391.984l32.579 46.542A333.958 333.958 0 0 1 288 440C168.19 440 63.031 376.051 6.646 280.369a47.999 47.999 0 0 1 0-48.739c24.023-40.766 56.913-75.775 96.024-102.537l57.077 81.539C154.736 224.82 152 240.087 152 256c0 74.736 60.135 135.282 134.693 135.984zm282.661-111.615c-31.667 53.737-78.747 97.46-135.175 125.475l.011.015 41.47 59.2c7.6 10.86 4.96 25.82-5.9 33.42l-13.11 9.18c-10.86 7.6-25.82 4.96-33.42-5.9L100.34 46.94c-7.6-10.86-4.96-25.82 5.9-33.42l13.11-9.18c10.86-7.6 25.82-4.96 33.42 5.9l51.038 72.617C230.68 75.776 258.905 72 288 72c119.81 0 224.969 63.949 281.354 159.631a48.002 48.002 0 0 1 0 48.738zM424 256c0-75.174-60.838-136-136-136-17.939 0-35.056 3.473-50.729 9.772l19.299 27.058c25.869-8.171 55.044-6.163 80.4 7.41h-.03c-23.65 0-42.82 19.17-42.82 42.82 0 23.626 19.147 42.82 42.82 42.82 23.65 0 42.82-19.17 42.82-42.82v-.03c18.462 34.49 16.312 77.914-8.25 110.95v.01l19.314 27.061C411.496 321.2 424 290.074 424 256zM262.014 356.727l-77.53-110.757c-5.014 52.387 29.314 98.354 77.53 110.757z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="fast-backward" viewBox="0 0 512 512">
|
<symbol id="fast-backward" viewBox="0 0 512 512">
|
||||||
<title id="fast-backward-title">fast-backward</title>
|
<title id="fast-backward-title">fast-backward</title>
|
||||||
<path d="M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z"></path>
|
<path d="M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z"></path>
|
||||||
@@ -855,6 +891,10 @@
|
|||||||
<title id="fast-forward-title">fast-forward</title>
|
<title id="fast-forward-title">fast-forward</title>
|
||||||
<path d="M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z"></path>
|
<path d="M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="fax" viewBox="0 0 512 512">
|
||||||
|
<title id="fax-title">Fax</title>
|
||||||
|
<path d="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>
|
||||||
|
</symbol>
|
||||||
<symbol id="female" viewBox="0 0 256 512">
|
<symbol id="female" viewBox="0 0 256 512">
|
||||||
<title id="female-title">Female</title>
|
<title id="female-title">Female</title>
|
||||||
<path d="M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z"></path>
|
<path d="M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z"></path>
|
||||||
@@ -935,6 +975,10 @@
|
|||||||
<title id="film-title">Film</title>
|
<title id="film-title">Film</title>
|
||||||
<path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm384 192c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path>
|
<path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm384 192c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="filter" viewBox="0 0 512 512">
|
||||||
|
<title id="filter-title">Filter</title>
|
||||||
|
<path d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="flag" viewBox="0 0 512 512">
|
<symbol id="flag" viewBox="0 0 512 512">
|
||||||
<title id="flag-title">flag</title>
|
<title id="flag-title">flag</title>
|
||||||
<path d="M444.544 4.195C443.017 4.863 380.33 32 328 32c-53.412 0-95.547-32-168-32C105.515 0 51.267 20.133 21.374 40.062A48 48 0 0 0 0 80v416c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V381.185c4.181-1.5 66.657-29.185 120-29.185 53.412 0 95.547 32 168 32 54.516 0 108.794-20.155 138.676-40.095C504.009 335.007 512 320.03 512 304V48.075c0-35.032-36.021-57.926-67.456-43.88z"></path>
|
<path d="M444.544 4.195C443.017 4.863 380.33 32 328 32c-53.412 0-95.547-32-168-32C105.515 0 51.267 20.133 21.374 40.062A48 48 0 0 0 0 80v416c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V381.185c4.181-1.5 66.657-29.185 120-29.185 53.412 0 95.547 32 168 32 54.516 0 108.794-20.155 138.676-40.095C504.009 335.007 512 320.03 512 304V48.075c0-35.032-36.021-57.926-67.456-43.88z"></path>
|
||||||
@@ -959,6 +1003,10 @@
|
|||||||
<title id="forward-title">forward</title>
|
<title id="forward-title">forward</title>
|
||||||
<path d="M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z"></path>
|
<path d="M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="frown" viewBox="0 0 512 512">
|
||||||
|
<title id="frown-title">Frown</title>
|
||||||
|
<path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-396-64c0 37.497 30.503 68 68 68s68-30.503 68-68-30.503-68-68-68-68 30.503-68 68zm160.5 0c0 37.221 30.279 67.5 67.5 67.5s67.5-30.279 67.5-67.5-30.279-67.5-67.5-67.5-67.5 30.279-67.5 67.5zm67.5-48a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 288 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-160 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 128 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm192.551 212.66c-59.128-91.455-165.846-91.594-225.064 0-11.502 17.79 15.383 35.148 26.873 17.374 46.626-72.118 124.862-71.855 171.318 0 11.328 17.524 38.548.684 26.873-17.374z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="gamepad" viewBox="0 0 640 512">
|
<symbol id="gamepad" viewBox="0 0 640 512">
|
||||||
<title id="gamepad-title">Gamepad</title>
|
<title id="gamepad-title">Gamepad</title>
|
||||||
<path d="M480 96H160C71.6 96 0 167.6 0 256s71.6 160 160 160c44.8 0 85.2-18.4 114.2-48h91.5c29 29.6 69.5 48 114.2 48 88.4 0 160-71.6 160-160S568.4 96 480 96zM256 276c0 6.6-5.4 12-12 12h-52v52c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-52H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h52v-52c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h52c6.6 0 12 5.4 12 12v40zm184 68c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-80c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z"></path>
|
<path d="M480 96H160C71.6 96 0 167.6 0 256s71.6 160 160 160c44.8 0 85.2-18.4 114.2-48h91.5c29 29.6 69.5 48 114.2 48 88.4 0 160-71.6 160-160S568.4 96 480 96zM256 276c0 6.6-5.4 12-12 12h-52v52c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-52H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h52v-52c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h52c6.6 0 12 5.4 12 12v40zm184 68c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-80c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z"></path>
|
||||||
@@ -975,6 +1023,14 @@
|
|||||||
<title id="glass-martini-title">Martini Glass</title>
|
<title id="glass-martini-title">Martini Glass</title>
|
||||||
<path d="M507.3 27.3c10-10 2.9-27.3-11.3-27.3H16C1.8 0-5.4 17.2 4.7 27.3L216 238.6V472h-92c-15.5 0-28 12.5-28 28 0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12 0-15.5-12.5-28-28-28h-92V238.6L507.3 27.3z"></path>
|
<path d="M507.3 27.3c10-10 2.9-27.3-11.3-27.3H16C1.8 0-5.4 17.2 4.7 27.3L216 238.6V472h-92c-15.5 0-28 12.5-28 28 0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12 0-15.5-12.5-28-28-28h-92V238.6L507.3 27.3z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="globe" viewBox="0 0 512 512">
|
||||||
|
<title id="globe-title">Globe</title>
|
||||||
|
<path d="M364.215 192h131.43c5.439 20.419 8.354 41.868 8.354 64s-2.915 43.581-8.354 64h-131.43c5.154-43.049 4.939-86.746 0-128zM185.214 352c10.678 53.68 33.173 112.514 70.125 151.992.221.001.44.008.661.008s.44-.008.661-.008c37.012-39.543 59.467-98.414 70.125-151.992H185.214zm174.13-192h125.385C452.802 84.024 384.128 27.305 300.95 12.075c30.238 43.12 48.821 96.332 58.394 147.925zm-27.35 32H180.006c-5.339 41.914-5.345 86.037 0 128h151.989c5.339-41.915 5.345-86.037-.001-128zM152.656 352H27.271c31.926 75.976 100.6 132.695 183.778 147.925-30.246-43.136-48.823-96.35-58.393-147.925zm206.688 0c-9.575 51.605-28.163 104.814-58.394 147.925 83.178-15.23 151.852-71.949 183.778-147.925H359.344zm-32.558-192c-10.678-53.68-33.174-112.514-70.125-151.992-.221 0-.44-.008-.661-.008s-.44.008-.661.008C218.327 47.551 195.872 106.422 185.214 160h141.572zM16.355 192C10.915 212.419 8 233.868 8 256s2.915 43.581 8.355 64h131.43c-4.939-41.254-5.154-84.951 0-128H16.355zm136.301-32c9.575-51.602 28.161-104.81 58.394-147.925C127.872 27.305 59.198 84.024 27.271 160h125.385z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="graduation-cap" viewBox="0 0 640 512">
|
||||||
|
<title id="graduation-cap-title">Graduation Cap</title>
|
||||||
|
<path d="M622.884 199.005l-275.817 85.1a96 96 0 0 1-54.134 0L92.398 222.232c-8.564 11.438-11.018 23.05-11.918 38.335C89.778 266.165 96 276.355 96 288c0 11.952-6.557 22.366-16.265 27.861l16.197 123.096c.63 4.786-3.1 9.043-7.932 9.043H40c-4.828 0-8.562-4.253-7.932-9.044L48.265 315.86C38.557 310.366 32 299.952 32 288c0-12.034 6.646-22.511 16.465-27.976.947-17.951 3.974-33.231 12.152-47.597l-43.502-13.422c-22.876-6.801-22.766-39.241 0-46.01l275.817-85.1a96 96 0 0 1 54.134 0l275.817 85.1c22.877 6.801 22.767 39.241.001 46.01zM356.503 314.682l-.207.064-.207.061a127.998 127.998 0 0 1-72.177 0l-.207-.061-.207-.064-150.914-46.57L120 352c0 35.346 89.543 64 200 64s200-28.654 200-64l-12.583-83.888-150.914 46.57z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="h-square" viewBox="0 0 448 512">
|
<symbol id="h-square" viewBox="0 0 448 512">
|
||||||
<title id="h-square-title">H Square</title>
|
<title id="h-square-title">H Square</title>
|
||||||
<path d="M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z"></path>
|
<path d="M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z"></path>
|
||||||
@@ -1047,6 +1103,10 @@
|
|||||||
<title id="hourglass-start-title">Hourglass Start</title>
|
<title id="hourglass-start-title">Hourglass Start</title>
|
||||||
<path d="M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z"></path>
|
<path d="M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="i-cursor" viewBox="0 0 256 512">
|
||||||
|
<title id="i-cursor-title">I Beam Cursor</title>
|
||||||
|
<path d="M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="id-badge" viewBox="0 0 384 512">
|
<symbol id="id-badge" viewBox="0 0 384 512">
|
||||||
<title id="id-badge-title">Identification Badge</title>
|
<title id="id-badge-title">Identification Badge</title>
|
||||||
<path d="M0 464V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v416c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm192-144c53.019 0 96-42.981 96-96s-42.981-96-96-96-96 42.981-96 96 42.981 96 96 96zm94.317 17.474l-22.954-7.173C242.437 344.413 217.802 352 192 352s-50.437-7.587-71.363-21.699l-22.954 7.173C77.644 343.736 64 362.295 64 383.289V424c0 13.255 10.745 24 24 24h208c13.255 0 24-10.745 24-24v-40.711c0-20.994-13.644-39.553-33.683-45.815zM352 52v-8c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12z"></path>
|
<path d="M0 464V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v416c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm192-144c53.019 0 96-42.981 96-96s-42.981-96-96-96-96 42.981-96 96 42.981 96 96 96zm94.317 17.474l-22.954-7.173C242.437 344.413 217.802 352 192 352s-50.437-7.587-71.363-21.699l-22.954 7.173C77.644 343.736 64 362.295 64 383.289V424c0 13.255 10.745 24 24 24h208c13.255 0 24-10.745 24-24v-40.711c0-20.994-13.644-39.553-33.683-45.815zM352 52v-8c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12z"></path>
|
||||||
@@ -1107,10 +1167,26 @@
|
|||||||
<title id="jack-o-lantern-title">Jack-o'-lantern</title>
|
<title id="jack-o-lantern-title">Jack-o'-lantern</title>
|
||||||
<path d="M294 97.1c1.6-1.3 3.7-2.5 6.3-3.6 16.3-6.8 24-25.5 17.2-41.8-6.8-16.3-25.5-24-41.8-17.2-31.9 13.3-48.2 40.2-51.2 62.3C57 105.2 0 182.4 0 288c0 112 64 192 256 192s256-80 256-192c0-104.3-55.5-180.8-218-190.9zm-12.9 178.8l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm-160 0l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm310.6 62.3c-8.2 28.8-30.6 53-64.6 70-4.8 2.4-9.8 4.6-15 6.6V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v34.7c-20.2 4.7-41.9 7.3-64 7.3s-43.8-2.5-64-7.3V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v24.8c-5.2-2.1-10.2-4.3-15-6.6-34.1-16.9-56.4-41.1-64.6-70-1.8-6.3 4.3-11.9 10.4-9.7 34.2 12.4 81.5 20.4 133.3 22.8V378c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6v-26c63.9 0 124.2-8.6 165.3-23.5 5.9-2.2 12 3.4 10.2 9.7z"></path>
|
<path d="M294 97.1c1.6-1.3 3.7-2.5 6.3-3.6 16.3-6.8 24-25.5 17.2-41.8-6.8-16.3-25.5-24-41.8-17.2-31.9 13.3-48.2 40.2-51.2 62.3C57 105.2 0 182.4 0 288c0 112 64 192 256 192s256-80 256-192c0-104.3-55.5-180.8-218-190.9zm-12.9 178.8l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm-160 0l48-80c3.1-5.2 10.6-5.2 13.7 0l48 80c3.2 5.3-.6 12.1-6.9 12.1h-96c-6.1 0-10-6.8-6.8-12.1zm310.6 62.3c-8.2 28.8-30.6 53-64.6 70-4.8 2.4-9.8 4.6-15 6.6V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v34.7c-20.2 4.7-41.9 7.3-64 7.3s-43.8-2.5-64-7.3V390c0-3.3-2.7-6-6-6h-20c-3.3 0-6 2.7-6 6v24.8c-5.2-2.1-10.2-4.3-15-6.6-34.1-16.9-56.4-41.1-64.6-70-1.8-6.3 4.3-11.9 10.4-9.7 34.2 12.4 81.5 20.4 133.3 22.8V378c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6v-26c63.9 0 124.2-8.6 165.3-23.5 5.9-2.2 12 3.4 10.2 9.7z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="key" viewBox="0 0 512 512">
|
||||||
|
<title id="key-title">key</title>
|
||||||
|
<path d="M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="keyboard" viewBox="0 0 576 512">
|
||||||
|
<title id="keyboard-title">Keyboard</title>
|
||||||
|
<path d="M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-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-12zm96 0v-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-12zm96 0v-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-12zm96 0v-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-12zm96 0v-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-12zm-336 96v-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-12zm96 0v-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-12zm96 0v-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-12zm96 0v-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-12zm-336 96v-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-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-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>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="laptop" viewBox="0 0 640 512">
|
||||||
|
<title id="laptop-title">Laptop</title>
|
||||||
|
<path d="M512 64v256H128V64h384m16-64H112C85.5 0 64 21.5 64 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm100 416H384c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32H12c-6.6 0-12 5.4-12 12v36c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48v-36c0-6.6-5.4-12-12-12z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="leaf" viewBox="0 0 576 512">
|
<symbol id="leaf" viewBox="0 0 576 512">
|
||||||
<title id="leaf-title">leaf</title>
|
<title id="leaf-title">leaf</title>
|
||||||
<path d="M395.4 420.8c-43.4 21.6-91.9 34.4-140.8 34.4-82.2 0-151.1-40.1-151.1-40.1-16.1 0-35.4 64.9-63.3 64.9-27 0-40.2-24-40.2-38.5 0-33.1 63.6-58.9 63.6-77.3 0 0-12.5-21.2-12.5-59.2 0-101.2 81.3-173.4 172.6-203.3 65.9-21.6 206 3.5 250.7-38.5C492.1 47 500.8 32 527.8 32c36.3 0 48.2 93.2 48.2 120.3 0 110.9-54.5 206.5-180.6 268.5zm-254.3-75.6c63.5-89.9 144.5-128.8 257.7-120 8.8.7 16.5-5.9 17.2-14.7.7-8.8-5.9-16.5-14.7-17.2-124-9.6-215.9 33.9-286.3 133.5-5.1 7.2-3.4 17.2 3.8 22.3 7.2 5.1 17.2 3.4 22.3-3.9z"></path>
|
<path d="M395.4 420.8c-43.4 21.6-91.9 34.4-140.8 34.4-82.2 0-151.1-40.1-151.1-40.1-16.1 0-35.4 64.9-63.3 64.9-27 0-40.2-24-40.2-38.5 0-33.1 63.6-58.9 63.6-77.3 0 0-12.5-21.2-12.5-59.2 0-101.2 81.3-173.4 172.6-203.3 65.9-21.6 206 3.5 250.7-38.5C492.1 47 500.8 32 527.8 32c36.3 0 48.2 93.2 48.2 120.3 0 110.9-54.5 206.5-180.6 268.5zm-254.3-75.6c63.5-89.9 144.5-128.8 257.7-120 8.8.7 16.5-5.9 17.2-14.7.7-8.8-5.9-16.5-14.7-17.2-124-9.6-215.9 33.9-286.3 133.5-5.1 7.2-3.4 17.2 3.8 22.3 7.2 5.1 17.2 3.4 22.3-3.9z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="lemon" viewBox="0 0 512 512">
|
||||||
|
<title id="lemon-title">Lemon</title>
|
||||||
|
<path d="M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="level-down" viewBox="0 0 352 512">
|
<symbol id="level-down" viewBox="0 0 352 512">
|
||||||
<title id="level-down-title">Level Down</title>
|
<title id="level-down-title">Level Down</title>
|
||||||
<path d="M345.04 368l-136 136.901c-9.388 9.465-24.691 9.465-34.079 0L38.96 368c-9.307-9.384-9.277-24.526.069-33.872l22.056-22.056c9.619-9.619 25.301-9.329 34.557.639L152 373.16V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v349.16l56.357-60.448c9.256-9.968 24.938-10.258 34.557-.639l22.056 22.056c9.346 9.345 9.377 24.487.07 33.871z"></path>
|
<path d="M345.04 368l-136 136.901c-9.388 9.465-24.691 9.465-34.079 0L38.96 368c-9.307-9.384-9.277-24.526.069-33.872l22.056-22.056c9.619-9.619 25.301-9.329 34.557.639L152 373.16V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v349.16l56.357-60.448c9.256-9.968 24.938-10.258 34.557-.639l22.056 22.056c9.346 9.345 9.377 24.487.07 33.871z"></path>
|
||||||
@@ -1127,6 +1203,10 @@
|
|||||||
<title id="level-up-alt-title">Level Up-alt</title>
|
<title id="level-up-alt-title">Level Up-alt</title>
|
||||||
<path d="M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z"></path>
|
<path d="M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="life-ring" viewBox="0 0 512 512">
|
||||||
|
<title id="life-ring-title">Life Ring</title>
|
||||||
|
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="lightbulb" viewBox="0 0 384 512">
|
<symbol id="lightbulb" viewBox="0 0 384 512">
|
||||||
<title id="lightbulb-title">Lightbulb</title>
|
<title id="lightbulb-title">Lightbulb</title>
|
||||||
<path d="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>
|
<path d="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>
|
||||||
@@ -1207,6 +1287,10 @@
|
|||||||
<title id="long-arrow-up-title">Long Arrow Up</title>
|
<title id="long-arrow-up-title">Long Arrow Up</title>
|
||||||
<path d="M58.427 225.456L124 159.882V456c0 13.255 10.745 24 24 24h24c13.255 0 24-10.745 24-24V159.882l65.573 65.574c9.373 9.373 24.569 9.373 33.941 0l16.971-16.971c9.373-9.373 9.373-24.569 0-33.941L176.971 39.029c-9.373-9.373-24.568-9.373-33.941 0L7.515 174.544c-9.373 9.373-9.373 24.569 0 33.941l16.971 16.971c9.372 9.373 24.568 9.373 33.941 0z"></path>
|
<path d="M58.427 225.456L124 159.882V456c0 13.255 10.745 24 24 24h24c13.255 0 24-10.745 24-24V159.882l65.573 65.574c9.373 9.373 24.569 9.373 33.941 0l16.971-16.971c9.373-9.373 9.373-24.569 0-33.941L176.971 39.029c-9.373-9.373-24.568-9.373-33.941 0L7.515 174.544c-9.373 9.373-9.373 24.569 0 33.941l16.971 16.971c9.372 9.373 24.568 9.373 33.941 0z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="low-vision" viewBox="0 0 576 512">
|
||||||
|
<title id="low-vision-title">Low Vision</title>
|
||||||
|
<path d="M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="magic" viewBox="0 0 512 512">
|
<symbol id="magic" viewBox="0 0 512 512">
|
||||||
<title id="magic-title">magic</title>
|
<title id="magic-title">magic</title>
|
||||||
<path d="M101.1 505L7 410.9c-9.4-9.4-9.4-24.6 0-33.9L377 7c9.4-9.4 24.6-9.4 33.9 0l94.1 94.1c9.4 9.4 9.4 24.6 0 33.9L135 505c-9.3 9.3-24.5 9.3-33.9 0zM304 159.2l48.8 48.8 89.9-89.9-48.8-48.8-89.9 89.9zM138.9 39.3l-11.7 23.8-26.2 3.8c-4.7.7-6.6 6.5-3.2 9.8l19 18.5-4.5 26.1c-.8 4.7 4.1 8.3 8.3 6.1L144 115l23.4 12.3c4.2 2.2 9.1-1.4 8.3-6.1l-4.5-26.1 19-18.5c3.4-3.3 1.5-9.1-3.2-9.8L160.8 63l-11.7-23.8c-2-4.1-8.1-4.1-10.2.1zm97.7-20.7l-7.8 15.8-17.5 2.6c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L240 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm-192 0l-7.8 15.8L19.3 37c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L48 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm416 223.5l-7.8 15.8-17.5 2.5c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4l15.6-8.2 15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-2.8-5.4-2.8-6.8 0z"></path>
|
<path d="M101.1 505L7 410.9c-9.4-9.4-9.4-24.6 0-33.9L377 7c9.4-9.4 24.6-9.4 33.9 0l94.1 94.1c9.4 9.4 9.4 24.6 0 33.9L135 505c-9.3 9.3-24.5 9.3-33.9 0zM304 159.2l48.8 48.8 89.9-89.9-48.8-48.8-89.9 89.9zM138.9 39.3l-11.7 23.8-26.2 3.8c-4.7.7-6.6 6.5-3.2 9.8l19 18.5-4.5 26.1c-.8 4.7 4.1 8.3 8.3 6.1L144 115l23.4 12.3c4.2 2.2 9.1-1.4 8.3-6.1l-4.5-26.1 19-18.5c3.4-3.3 1.5-9.1-3.2-9.8L160.8 63l-11.7-23.8c-2-4.1-8.1-4.1-10.2.1zm97.7-20.7l-7.8 15.8-17.5 2.6c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L240 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm-192 0l-7.8 15.8L19.3 37c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4L48 69l15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-3-5.4-3-6.8-.1zm416 223.5l-7.8 15.8-17.5 2.5c-3.1.5-4.4 4.3-2.1 6.5l12.6 12.3-3 17.4c-.5 3.1 2.8 5.5 5.6 4l15.6-8.2 15.6 8.2c2.8 1.5 6.1-.9 5.6-4l-3-17.4 12.6-12.3c2.3-2.2 1-6.1-2.1-6.5l-17.5-2.5-7.8-15.8c-1.4-2.8-5.4-2.8-6.8 0z"></path>
|
||||||
@@ -1263,6 +1347,10 @@
|
|||||||
<title id="medkit-title">medkit</title>
|
<title id="medkit-title">medkit</title>
|
||||||
<path d="M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z"></path>
|
<path d="M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="meh" viewBox="0 0 512 512">
|
||||||
|
<title id="meh-title">Meh</title>
|
||||||
|
<path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-396-64c0 37.497 30.503 68 68 68s68-30.503 68-68-30.503-68-68-68-68 30.503-68 68zm160.5 0c0 37.221 30.279 67.5 67.5 67.5s67.5-30.279 67.5-67.5-30.279-67.5-67.5-67.5-67.5 30.279-67.5 67.5zm67.5-48a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 288 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-160 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 128 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm160 208H176c-21.178 0-21.169 32 0 32h160c21.178 0 21.169-32 0-32z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="mercury" viewBox="0 0 288 512">
|
<symbol id="mercury" viewBox="0 0 288 512">
|
||||||
<title id="mercury-title">Mercury</title>
|
<title id="mercury-title">Mercury</title>
|
||||||
<path d="M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z"></path>
|
<path d="M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z"></path>
|
||||||
@@ -1271,6 +1359,18 @@
|
|||||||
<title id="microchip-title">Microchip</title>
|
<title id="microchip-title">Microchip</title>
|
||||||
<path d="M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z"></path>
|
<path d="M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="microphone" viewBox="0 0 384 512">
|
||||||
|
<title id="microphone-title">microphone</title>
|
||||||
|
<path d="M96 256V96c0-53.019 42.981-96 96-96s96 42.981 96 96v160c0 53.019-42.981 96-96 96s-96-42.981-96-96zm252-56h-24c-6.627 0-12 5.373-12 12v42.68c0 66.217-53.082 120.938-119.298 121.318C126.213 376.38 72 322.402 72 256v-44c0-6.627-5.373-12-12-12H36c-6.627 0-12 5.373-12 12v44c0 84.488 62.693 154.597 144 166.278V468h-68c-6.627 0-12 5.373-12 12v20c0 6.627 5.373 12 12 12h184c6.627 0 12-5.373 12-12v-20c0-6.627-5.373-12-12-12h-68v-45.722c81.307-11.681 144-81.79 144-166.278v-44c0-6.627-5.373-12-12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="microphone-alt" viewBox="0 0 384 512">
|
||||||
|
<title id="microphone-alt-title">Microphone Alt</title>
|
||||||
|
<path d="M360 212v44c0 84.488-62.693 154.597-144 166.278V468h68c6.627 0 12 5.373 12 12v20c0 6.627-5.373 12-12 12H100c-6.627 0-12-5.373-12-12v-20c0-6.627 5.373-12 12-12h68v-45.722C86.693 410.597 24 340.488 24 256v-44c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v42.68c0 66.217 53.082 120.938 119.298 121.318C257.787 376.38 312 322.402 312 256v-44c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12zm-130 12h58v-32h-58a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6h58v-32h-58a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6h58C288 42.738 244.625-.393 191.272.003 138.34.395 96 44.271 96 97.205v157.59c0 52.934 42.34 96.81 95.272 97.202C244.625 352.393 288 309.262 288 256h-58a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="microphone-slash" viewBox="0 0 512 512">
|
||||||
|
<title id="microphone-slash-title">Microphone Slash</title>
|
||||||
|
<path d="M421.45 285.195L376 239.746V212c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v44c0 9.957-.881 19.71-2.55 29.195zM352 96c0-53.019-42.981-96-96-96-32.574 0-61.354 16.227-78.71 41.035L352 215.746V96zm152.971 363.716L52.284 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 18.343c-9.372 9.373-9.372 24.568 0 33.941L160 205.254v49.577c0 53.089 43.436 97.452 96.524 97.167 14.626-.078 28.471-3.44 40.854-9.366l17.746 17.746c-17.529 9.971-37.794 15.666-59.372 15.622C189.355 375.864 136 321.053 136 254.656V212c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v44c0 84.488 62.693 154.597 144 166.278V468h-68c-6.627 0-12 5.373-12 12v20c0 6.627 5.373 12 12 12h184c6.627 0 12-5.373 12-12v-20c0-6.627-5.373-12-12-12h-68v-45.722c25.625-3.682 49.396-13.172 69.942-27.083L459.717 504.97c9.373 9.373 24.569 9.373 33.941 0l11.313-11.313c9.372-9.373 9.372-24.568 0-33.941z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="minus" viewBox="0 0 448 512">
|
<symbol id="minus" viewBox="0 0 448 512">
|
||||||
<title id="minus-title">minus</title>
|
<title id="minus-title">minus</title>
|
||||||
<path d="M424 318.2c13.3 0 24-10.7 24-24v-76.4c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v76.4c0 13.3 10.7 24 24 24h400z"></path>
|
<path d="M424 318.2c13.3 0 24-10.7 24-24v-76.4c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v76.4c0 13.3 10.7 24 24 24h400z"></path>
|
||||||
@@ -1319,6 +1419,10 @@
|
|||||||
<title id="motorcycle-title">Motorcycle</title>
|
<title id="motorcycle-title">Motorcycle</title>
|
||||||
<path d="M512.949 192.003c-14.862-.108-29.14 2.322-42.434 6.874L437.589 144H520c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24h-45.311a24 24 0 0 0-17.839 7.945l-37.496 41.663-22.774-37.956A24 24 0 0 0 376 64h-80c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h66.411l19.2 32H227.904c-17.727-23.073-44.924-40-99.904-40H72.54c-13.455 0-24.791 11.011-24.536 24.464C48.252 141.505 58.9 152 72 152h56c24.504 0 38.686 10.919 47.787 24.769l-11.291 20.529c-13.006-3.865-26.871-5.736-41.251-5.21C55.857 194.549 1.565 249.605.034 317.021-1.603 389.076 56.317 448 128 448c59.642 0 109.744-40.794 123.953-96h84.236c13.673 0 24.589-11.421 23.976-25.077-2.118-47.12 17.522-93.665 56.185-125.026l12.485 20.808c-27.646 23.654-45.097 58.88-44.831 98.179.47 69.556 57.203 126.452 126.758 127.11 71.629.678 129.839-57.487 129.234-129.099-.588-69.591-57.455-126.386-127.047-126.892zM128 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c4.242 0 8.405.341 12.469.982L98.97 316.434C90.187 332.407 101.762 352 120 352h81.297c-12.37 28.225-40.56 48-73.297 48zm388.351-.116C470.272 402.337 432 365.554 432 320c0-21.363 8.434-40.781 22.125-55.144l49.412 82.352c4.546 7.577 14.375 10.034 21.952 5.488l13.72-8.232c7.577-4.546 10.034-14.375 5.488-21.952l-48.556-80.927A80.005 80.005 0 0 1 512 240c45.554 0 82.338 38.273 79.884 84.352-2.16 40.558-34.974 73.372-75.533 75.532z"></path>
|
<path d="M512.949 192.003c-14.862-.108-29.14 2.322-42.434 6.874L437.589 144H520c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24h-45.311a24 24 0 0 0-17.839 7.945l-37.496 41.663-22.774-37.956A24 24 0 0 0 376 64h-80c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h66.411l19.2 32H227.904c-17.727-23.073-44.924-40-99.904-40H72.54c-13.455 0-24.791 11.011-24.536 24.464C48.252 141.505 58.9 152 72 152h56c24.504 0 38.686 10.919 47.787 24.769l-11.291 20.529c-13.006-3.865-26.871-5.736-41.251-5.21C55.857 194.549 1.565 249.605.034 317.021-1.603 389.076 56.317 448 128 448c59.642 0 109.744-40.794 123.953-96h84.236c13.673 0 24.589-11.421 23.976-25.077-2.118-47.12 17.522-93.665 56.185-125.026l12.485 20.808c-27.646 23.654-45.097 58.88-44.831 98.179.47 69.556 57.203 126.452 126.758 127.11 71.629.678 129.839-57.487 129.234-129.099-.588-69.591-57.455-126.386-127.047-126.892zM128 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c4.242 0 8.405.341 12.469.982L98.97 316.434C90.187 332.407 101.762 352 120 352h81.297c-12.37 28.225-40.56 48-73.297 48zm388.351-.116C470.272 402.337 432 365.554 432 320c0-21.363 8.434-40.781 22.125-55.144l49.412 82.352c4.546 7.577 14.375 10.034 21.952 5.488l13.72-8.232c7.577-4.546 10.034-14.375 5.488-21.952l-48.556-80.927A80.005 80.005 0 0 1 512 240c45.554 0 82.338 38.273 79.884 84.352-2.16 40.558-34.974 73.372-75.533 75.532z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="mouse-pointer" viewBox="0 0 320 512">
|
||||||
|
<title id="mouse-pointer-title">Mouse Pointer</title>
|
||||||
|
<path d="M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="music" viewBox="0 0 512 512">
|
<symbol id="music" viewBox="0 0 512 512">
|
||||||
<title id="music-title">Music</title>
|
<title id="music-title">Music</title>
|
||||||
<path d="M470.4 1.5l-304 96C153.1 101.7 144 114 144 128v264.6c-14.1-5.4-30.5-8.6-48-8.6-53 0-96 28.7-96 64s43 64 96 64 96-28.7 96-64V220.5l272-85.9v194c-14.1-5.4-30.5-8.6-48-8.6-53 0-96 28.7-96 64s43 64 96 64 96-28.7 96-64V32c0-21.7-21.1-37-41.6-30.5z"></path>
|
<path d="M470.4 1.5l-304 96C153.1 101.7 144 114 144 128v264.6c-14.1-5.4-30.5-8.6-48-8.6-53 0-96 28.7-96 64s43 64 96 64 96-28.7 96-64V220.5l272-85.9v194c-14.1-5.4-30.5-8.6-48-8.6-53 0-96 28.7-96 64s43 64 96 64 96-28.7 96-64V32c0-21.7-21.1-37-41.6-30.5z"></path>
|
||||||
@@ -1327,6 +1431,18 @@
|
|||||||
<title id="neuter-title">Neuter</title>
|
<title id="neuter-title">Neuter</title>
|
||||||
<path d="M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"></path>
|
<path d="M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="newspaper" viewBox="0 0 576 512">
|
||||||
|
<title id="newspaper-title">Newspaper</title>
|
||||||
|
<path d="M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="object-group" viewBox="0 0 512 512">
|
||||||
|
<title id="object-group-title">Object Group</title>
|
||||||
|
<path d="M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="object-ungroup" viewBox="0 0 576 512">
|
||||||
|
<title id="object-ungroup-title">Object Ungroup</title>
|
||||||
|
<path d="M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="octagon" viewBox="0 0 512 512">
|
<symbol id="octagon" viewBox="0 0 512 512">
|
||||||
<title id="octagon-title">Octagon</title>
|
<title id="octagon-title">Octagon</title>
|
||||||
<path d="M361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c0-12.7-5.1-24.9-14.1-33.9L361.5 14.1z"></path>
|
<path d="M361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c0-12.7-5.1-24.9-14.1-33.9L361.5 14.1z"></path>
|
||||||
@@ -1363,6 +1479,10 @@
|
|||||||
<title id="pause-circle-title">Pause Circle</title>
|
<title id="pause-circle-title">Pause Circle</title>
|
||||||
<path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z"></path>
|
<path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="paw" viewBox="0 0 512 512">
|
||||||
|
<title id="paw-title">Paw</title>
|
||||||
|
<path d="M85.231 330.958C36 330.958 0 273.792 0 231.5c0-28.292 16-58.042 49.538-58.042 49.231 0 85.231 57.458 85.231 99.75 0 28.292-15.692 57.75-49.538 57.75zm348 106.167c0 37.042-32 42.875-63.385 42.875-41.231 0-74.462-26.25-113.846-26.25-41.231 0-76.308 25.958-120.923 25.958-29.847 0-56.308-9.625-56.308-42.583C78.769 368 180.616 265.333 256 265.333s177.231 102.959 177.231 171.792zM182.462 203.792c-49.847 0-80-59.5-80-100.333C102.462 70.792 120.308 32 160 32c50.154 0 80 59.5 80 100.333 0 32.667-17.846 71.459-57.538 71.459zM272 132.333C272 91.5 301.846 32 352 32c39.692 0 57.539 38.792 57.539 71.458 0 40.833-30.154 100.333-80.001 100.333C289.846 203.792 272 165 272 132.333zM512 231.5c0 42.292-36 99.458-85.231 99.458-33.847 0-49.538-29.458-49.538-57.75 0-42.291 35.999-99.75 85.231-99.75C496 173.458 512 203.208 512 231.5z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="pen" viewBox="0 0 512 512">
|
<symbol id="pen" viewBox="0 0 512 512">
|
||||||
<title id="pen-title">Pen</title>
|
<title id="pen-title">Pen</title>
|
||||||
<path d="M301.2 99.8l111 111c4.7 4.7 4.7 12.3 0 17L140.8 499.2 26.7 511.8C11.4 513.5-1.5 500.6.2 485.3l12.7-114.2L284.2 99.8c4.7-4.7 12.3-4.7 17 0zm196.7-25.6l-60.1-60.1c-18.7-18.7-49.1-18.7-67.9 0l-46.1 46.1c-4.7 4.7-4.7 12.3 0 17l111 111c4.7 4.7 12.3 4.7 17 0l46.1-46.1c18.8-18.8 18.8-49.2 0-67.9z"></path>
|
<path d="M301.2 99.8l111 111c4.7 4.7 4.7 12.3 0 17L140.8 499.2 26.7 511.8C11.4 513.5-1.5 500.6.2 485.3l12.7-114.2L284.2 99.8c4.7-4.7 12.3-4.7 17 0zm196.7-25.6l-60.1-60.1c-18.7-18.7-49.1-18.7-67.9 0l-46.1 46.1c-4.7 4.7-4.7 12.3 0 17l111 111c4.7 4.7 12.3 4.7 17 0l46.1-46.1c18.8-18.8 18.8-49.2 0-67.9z"></path>
|
||||||
@@ -1439,6 +1559,10 @@
|
|||||||
<title id="plus-square-title">Plus Square</title>
|
<title id="plus-square-title">Plus Square</title>
|
||||||
<path d="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-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z"></path>
|
<path d="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-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="podcast" viewBox="0 0 448 512">
|
||||||
|
<title id="podcast-title">Podcast</title>
|
||||||
|
<path d="M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="poo" viewBox="0 0 512 512">
|
<symbol id="poo" viewBox="0 0 512 512">
|
||||||
<title id="poo-title">Poo</title>
|
<title id="poo-title">Poo</title>
|
||||||
<path d="M352 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32zm-128 0c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32zm0 0c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32zm288 160c0 35.3-28.7 64-64 64H64c-33 0-64-29.9-64-64 0-33 19.7-56.8 52.2-62.9.3-.1 13.1-2.5 33.4-6.8-19-8.6-36.6-36.7-36.6-58.3 0-31.3 12.8-50.6 42.5-60.6.2-.1 14.3-4.8 35.2-12.6-15.1-9-30.7-27.5-30.7-46.8 0-30.5 10.4-54.9 38.4-66.7 2-.9 121.6-22.5 121.6-133.3 31.7 0 78.8 36.7 78.8 72 0 27.7-6.8 40-17.6 56H352c35.3 0 64 28.7 64 64 0 22.9-9.6 44.4-28.5 63.7l-.3.3H400c35.3 0 64 28.7 64 64 0 16.7-5 40.5-27.5 64H448c35.3 0 64 28.7 64 64zM136 288c0 30.9 25.1 56 56 56s56-25.1 56-56-25.1-56-56-56-56 25.1-56 56zm216 96H160c-6.6 0-10.4 7.5-6.4 12.8C177 427.9 214.1 448 256 448s79-20.1 102.4-51.2c4-5.3.2-12.8-6.4-12.8zm24-96c0-30.9-25.1-56-56-56s-56 25.1-56 56 25.1 56 56 56 56-25.1 56-56zm-216 0c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32z"></path>
|
<path d="M352 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32zm-128 0c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32zm0 0c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32zm288 160c0 35.3-28.7 64-64 64H64c-33 0-64-29.9-64-64 0-33 19.7-56.8 52.2-62.9.3-.1 13.1-2.5 33.4-6.8-19-8.6-36.6-36.7-36.6-58.3 0-31.3 12.8-50.6 42.5-60.6.2-.1 14.3-4.8 35.2-12.6-15.1-9-30.7-27.5-30.7-46.8 0-30.5 10.4-54.9 38.4-66.7 2-.9 121.6-22.5 121.6-133.3 31.7 0 78.8 36.7 78.8 72 0 27.7-6.8 40-17.6 56H352c35.3 0 64 28.7 64 64 0 22.9-9.6 44.4-28.5 63.7l-.3.3H400c35.3 0 64 28.7 64 64 0 16.7-5 40.5-27.5 64H448c35.3 0 64 28.7 64 64zM136 288c0 30.9 25.1 56 56 56s56-25.1 56-56-25.1-56-56-56-56 25.1-56 56zm216 96H160c-6.6 0-10.4 7.5-6.4 12.8C177 427.9 214.1 448 256 448s79-20.1 102.4-51.2c4-5.3.2-12.8-6.4-12.8zm24-96c0-30.9-25.1-56-56-56s-56 25.1-56 56 25.1 56 56 56 56-25.1 56-56zm-216 0c0-3.3.5-6.5 1.4-9.4 2.5 5.6 8.1 9.4 14.6 9.4 8.8 0 16-7.2 16-16 0-6.5-3.9-12.1-9.4-14.6 3-.9 6.1-1.4 9.4-1.4 17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32z"></path>
|
||||||
@@ -1459,6 +1583,10 @@
|
|||||||
<title id="print-title">print</title>
|
<title id="print-title">print</title>
|
||||||
<path d="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>
|
<path d="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>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="puzzle-piece" viewBox="0 0 576 512">
|
||||||
|
<title id="puzzle-piece-title">Puzzle Piece</title>
|
||||||
|
<path d="M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="question" viewBox="0 0 384 512">
|
<symbol id="question" viewBox="0 0 384 512">
|
||||||
<title id="question-title">Question</title>
|
<title id="question-title">Question</title>
|
||||||
<path d="M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z"></path>
|
<path d="M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z"></path>
|
||||||
@@ -1583,6 +1711,10 @@
|
|||||||
<title id="search-plus-title">Search Plus</title>
|
<title id="search-plus-title">Search Plus</title>
|
||||||
<path d="M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z"></path>
|
<path d="M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="server" viewBox="0 0 512 512">
|
||||||
|
<title id="server-title">Server</title>
|
||||||
|
<path d="M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="share" viewBox="0 0 512 512">
|
<symbol id="share" viewBox="0 0 512 512">
|
||||||
<title id="share-title">Share</title>
|
<title id="share-title">Share</title>
|
||||||
<path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path>
|
<path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path>
|
||||||
@@ -1655,9 +1787,25 @@
|
|||||||
<title id="sitemap-title">Sitemap</title>
|
<title id="sitemap-title">Sitemap</title>
|
||||||
<path d="M616 320h-48v-48c0-22.056-17.944-40-40-40H344v-40h48c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h48v40H112c-22.056 0-40 17.944-40 40v48H24c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24z"></path>
|
<path d="M616 320h-48v-48c0-22.056-17.944-40-40-40H344v-40h48c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h48v40H112c-22.056 0-40 17.944-40 40v48H24c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24h-48v-40h176v40h-48c-13.255 0-24 10.745-24 24v144c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V344c0-13.255-10.745-24-24-24z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="sliders-h" viewBox="0 0 576 512">
|
||||||
|
<title id="sliders-h-title">Horizontal Sliders</title>
|
||||||
|
<path d="M576 428v40c0 6.6-5.4 12-12 12H288v8c0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24v-8H12c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h148v-8c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v8h276c6.6 0 12 5.4 12 12zM564 32H192v-8c0-13.3-10.7-24-24-24H88C74.7 0 64 10.7 64 24v8H12C5.4 32 0 37.4 0 44v40c0 6.6 5.4 12 12 12h52v8c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-8h372c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12zm0 192h-52v-8c0-13.3-10.7-24-24-24h-80c-13.3 0-24 10.7-24 24v8H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h372v8c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-8h52c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-h-square" viewBox="0 0 448 512">
|
||||||
|
<title id="sliders-h-square-title">Square Horizontal Sliders</title>
|
||||||
|
<path d="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-48zm-16 324c0 6.6-5.4 12-12 12h-52v24c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24v-24H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h180v-24c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v24h52c6.6 0 12 5.4 12 12v40zm0-160c0 6.6-5.4 12-12 12H192v24c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24v-24H76c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h52v-24c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v24h180c6.6 0 12 5.4 12 12v40z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-v" viewBox="0 0 512 512">
|
||||||
|
<title id="sliders-v-title">Vertical Sliders</title>
|
||||||
|
<path d="M128 120v80c0 13.3-10.7 24-24 24h-8v244c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V224h-8c-13.3 0-24-10.7-24-24v-80c0-13.3 10.7-24 24-24h8V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h8c13.3 0 24 10.7 24 24zm168 168h-8V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v244h-8c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h8v52c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-52h8c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24zm192-128h-8V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v116h-8c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h8v180c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V288h8c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sliders-v-square" viewBox="0 0 448 512">
|
||||||
|
<title id="sliders-v-square-title">Square Vertical Sliders</title>
|
||||||
|
<path d="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-48zM200 224h-24v180c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V224H88c-13.3 0-24-10.7-24-24v-16c0-13.3 10.7-24 24-24h24v-52c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h24c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24zm184 104c0 13.3-10.7 24-24 24h-24v52c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-52h-24c-13.3 0-24-10.7-24-24v-16c0-13.3 10.7-24 24-24h24V108c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v180h24c13.3 0 24 10.7 24 24v16z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="smile" viewBox="0 0 512 512">
|
<symbol id="smile" viewBox="0 0 512 512">
|
||||||
<title id="smile-title">Smile</title>
|
<title id="smile-title">Smile</title>
|
||||||
<path d="M128 208c0-4.9.7-9.7 2.1-14.1 3.8 8.3 12.1 14.1 21.9 14.1 13.3 0 24-10.7 24-24 0-9.8-5.8-18.1-14.1-21.9 4.5-1.4 9.2-2.1 14.1-2.1 26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48zm376 48c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-400-48c0 39.7 32.3 72 72 72s72-32.3 72-72-32.3-72-72-72-72 32.3-72 72zm270.1 112H137.9c-8.1 0-12.7 9.4-7.9 16 28.7 38.9 74.5 64 126 64s97.3-25.1 126-64c4.9-6.6.2-16-7.9-16zM264 208c0 39.7 32.3 72 72 72s72-32.3 72-72-32.3-72-72-72-72 32.3-72 72zm72 48c26.5 0 48-21.5 48-48s-21.5-48-48-48c-4.9 0-9.7.7-14.1 2.1 8.3 3.8 14.1 12.1 14.1 21.9 0 13.3-10.7 24-24 24-9.8 0-18.1-5.8-21.9-14.1-1.4 4.5-2.1 9.2-2.1 14.1 0 26.5 21.5 48 48 48z"></path>
|
<path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-122.526 75.34c11.479-17.755-15.349-35.194-26.873-17.374-53.418 82.627-143.71 82.681-197.164 0-11.502-17.79-38.364-.401-26.873 17.374 66.014 102.107 184.795 102.265 250.91 0zM108 192c0 37.497 30.503 68 68 68s68-30.503 68-68-30.503-68-68-68-68 30.503-68 68zm160.5 0c0 37.221 30.279 67.5 67.5 67.5s67.5-30.279 67.5-67.5-30.279-67.5-67.5-67.5-67.5 30.279-67.5 67.5zm67.5-48a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 288 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-160 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 128 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sort" viewBox="0 0 320 512">
|
<symbol id="sort" viewBox="0 0 320 512">
|
||||||
<title id="sort-title">Sort</title>
|
<title id="sort-title">Sort</title>
|
||||||
@@ -1735,6 +1883,10 @@
|
|||||||
<title id="step-forward-title">step-forward</title>
|
<title id="step-forward-title">step-forward</title>
|
||||||
<path d="M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z"></path>
|
<path d="M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="stethoscope" viewBox="0 0 512 512">
|
||||||
|
<title id="stethoscope-title">Stethoscope</title>
|
||||||
|
<path d="M512 176c0-35.659-29.164-64.507-64.941-63.993-34.21.492-62.296 28.357-63.043 62.562-.531 24.282 12.476 45.558 31.984 56.848V344c0 57.346-50.243 104-112 104-60.039 0-109.189-44.096-111.878-99.24C265.005 333.847 320 269.225 320 192V36.584c0-11.44-8.075-21.29-19.293-23.534L237.81.471c-12.997-2.599-25.641 5.83-28.241 18.827l-3.138 15.689c-2.6 12.997 5.83 25.641 18.827 28.241L256 69.376v121.4c0 52.852-42.203 96.707-95.053 97.22C107.58 288.513 64 245.25 64 192V69.376l30.742-6.149c12.997-2.6 21.427-15.243 18.827-28.241l-3.138-15.689C107.831 6.3 95.188-2.129 82.19.471L19.293 13.05C8.075 15.294 0 25.144 0 36.584V192c0 77.295 55.096 141.961 128.076 156.798C130.747 439.223 208.634 512 304 512c97.047 0 176-75.364 176-168V231.417c19.124-11.068 32-31.732 32-55.417zm-64-16c8.822 0 16 7.178 16 16s-7.178 16-16 16-16-7.178-16-16 7.178-16 16-16z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="sticky-note" viewBox="0 0 448 512">
|
<symbol id="sticky-note" viewBox="0 0 448 512">
|
||||||
<title id="sticky-note-title">Sticky Note</title>
|
<title id="sticky-note-title">Sticky Note</title>
|
||||||
<path d="M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z"></path>
|
<path d="M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z"></path>
|
||||||
@@ -1903,6 +2055,18 @@
|
|||||||
<title id="tint-title">tint</title>
|
<title id="tint-title">tint</title>
|
||||||
<path d="M192 512c-98.435 0-178.087-79.652-178.087-178.087 0-111.196 101.194-154.065 148.522-311.825 9.104-30.116 51.099-28.778 59.13 0 47.546 158.486 148.522 200.069 148.522 311.825C370.087 432.348 290.435 512 192 512zm-42.522-171.826c-1.509-5.533-9.447-5.532-10.956 0-9.223 29.425-27.913 37.645-27.913 58.435C110.609 417.13 125.478 432 144 432s33.391-14.87 33.391-33.391c0-20.839-18.673-28.956-27.913-58.435z"></path>
|
<path d="M192 512c-98.435 0-178.087-79.652-178.087-178.087 0-111.196 101.194-154.065 148.522-311.825 9.104-30.116 51.099-28.778 59.13 0 47.546 158.486 148.522 200.069 148.522 311.825C370.087 432.348 290.435 512 192 512zm-42.522-171.826c-1.509-5.533-9.447-5.532-10.956 0-9.223 29.425-27.913 37.645-27.913 58.435C110.609 417.13 125.478 432 144 432s33.391-14.87 33.391-33.391c0-20.839-18.673-28.956-27.913-58.435z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="toggle-off" viewBox="0 0 576 512">
|
||||||
|
<title id="toggle-off-title">Toggle Off</title>
|
||||||
|
<path d="M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="toggle-on" viewBox="0 0 576 512">
|
||||||
|
<title id="toggle-on-title">Toggle On</title>
|
||||||
|
<path d="M576 256c0 106.039-85.961 192-192 192H192C85.961 448 0 362.039 0 256S85.961 64 192 64h192c106.039 0 192 85.961 192 192zM384 128c-70.741 0-128 57.249-128 128 0 70.741 57.249 128 128 128 70.741 0 128-57.249 128-128 0-70.741-57.249-128-128-128"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="trademark" viewBox="0 0 640 512">
|
||||||
|
<title id="trademark-title">Trademark</title>
|
||||||
|
<path d="M97.119 163.133H12c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h248.559c6.627 0 12 5.373 12 12v43.133c0 6.627-5.373 12-12 12H175.44V404c0 6.627-5.373 12-12 12h-54.322c-6.627 0-12-5.373-12-12V163.133zM329.825 96h65.425a12 12 0 0 1 11.346 8.093l43.759 127.068c7.161 20.588 16.111 52.812 16.111 52.812h.896s8.95-32.224 16.111-52.812l43.758-127.068A12 12 0 0 1 538.577 96h65.41a12 12 0 0 1 11.961 11.03l24.012 296c.567 6.987-4.951 12.97-11.961 12.97h-54.101a12 12 0 0 1-11.972-11.182l-9.082-132.93c-1.79-24.168 0-53.706 0-53.706h-.896s-10.741 33.566-17.902 53.706l-30.7 84.731a12 12 0 0 1-11.282 7.912h-50.302a12 12 0 0 1-11.282-7.912l-30.7-84.731c-7.161-20.14-17.903-53.706-17.903-53.706h-.895s1.79 29.538 0 53.706l-9.082 132.93c-.428 6.295-5.66 11.182-11.97 11.182H305.4c-7.017 0-12.536-5.994-11.959-12.987l24.425-296A11.999 11.999 0 0 1 329.825 96z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="train" viewBox="0 0 448 512">
|
<symbol id="train" viewBox="0 0 448 512">
|
||||||
<title id="train-title">Train</title>
|
<title id="train-title">Train</title>
|
||||||
<path d="M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z"></path>
|
<path d="M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z"></path>
|
||||||
@@ -1939,6 +2103,18 @@
|
|||||||
<title id="truck-title">truck</title>
|
<title id="truck-title">truck</title>
|
||||||
<path d="M592 0H272c-26.51 0-48 21.49-48 48v48h-44.118a48 48 0 0 0-33.941 14.059l-99.882 99.882A48 48 0 0 0 32 243.882V352h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h40c0 53.019 42.981 96 96 96s96-42.981 96-96h128c0 53.019 42.981 96 96 96s96-42.981 96-96h40c13.255 0 24-10.745 24-24V48c0-26.51-21.49-48-48-48zM160 464c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm64-208H80v-12.118L179.882 144H224v112zm256 208c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48z"></path>
|
<path d="M592 0H272c-26.51 0-48 21.49-48 48v48h-44.118a48 48 0 0 0-33.941 14.059l-99.882 99.882A48 48 0 0 0 32 243.882V352h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h40c0 53.019 42.981 96 96 96s96-42.981 96-96h128c0 53.019 42.981 96 96 96s96-42.981 96-96h40c13.255 0 24-10.745 24-24V48c0-26.51-21.49-48-48-48zM160 464c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm64-208H80v-12.118L179.882 144H224v112zm256 208c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="tty" viewBox="0 0 512 512">
|
||||||
|
<title id="tty-title">TTY</title>
|
||||||
|
<path d="M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-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-12zm96 0v-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-12zm96 0v-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-12zm96 0v-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-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-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-12zm96 0v-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-12zm96 0v-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-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-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>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="tv" viewBox="0 0 640 512">
|
||||||
|
<title id="tv-title">Television</title>
|
||||||
|
<path d="M592 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h245.1v32h-160c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-160v-32H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h512v288z"></path>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="tv-retro" viewBox="0 0 512 512">
|
||||||
|
<title id="tv-retro-title">Retro Televison</title>
|
||||||
|
<path d="M464 96H338.8l35.7-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 94.2 182.8 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L173.2 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h16v32h48l21.3-32h245.3l21.3 32h48v-32h16c26.5 0 48-21.5 48-48V144c.1-26.5-21.4-48-47.9-48zm-72 312s0 8-168 8c-152 0-152-8-152-8s-8 0-8-120 8-120 8-120 0-8 152-8c168 0 168 8 168 8s8 0 8 120-8 120-8 120zm72-100c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v8z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="underline" viewBox="0 0 448 512">
|
<symbol id="underline" viewBox="0 0 448 512">
|
||||||
<title id="underline-title">Underline</title>
|
<title id="underline-title">Underline</title>
|
||||||
<path d="M224.264 388.24c-91.669 0-156.603-51.165-156.603-151.392V64H39.37c-8.837 0-16-7.163-16-16V16c0-8.837 7.163-16 16-16h137.39c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16h-28.813v172.848c0 53.699 28.314 79.444 76.317 79.444 46.966 0 75.796-25.434 75.796-79.965V64h-28.291c-8.837 0-16-7.163-16-16V16c0-8.837 7.163-16 16-16h136.868c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16h-28.291v172.848c0 99.405-64.881 151.392-156.082 151.392zM16 448h416c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16z"></path>
|
<path d="M224.264 388.24c-91.669 0-156.603-51.165-156.603-151.392V64H39.37c-8.837 0-16-7.163-16-16V16c0-8.837 7.163-16 16-16h137.39c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16h-28.813v172.848c0 53.699 28.314 79.444 76.317 79.444 46.966 0 75.796-25.434 75.796-79.965V64h-28.291c-8.837 0-16-7.163-16-16V16c0-8.837 7.163-16 16-16h136.868c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16h-28.291v172.848c0 99.405-64.881 151.392-156.082 151.392zM16 448h416c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16z"></path>
|
||||||
@@ -1951,6 +2127,10 @@
|
|||||||
<title id="undo-alt-title">Alternate Undo</title>
|
<title id="undo-alt-title">Alternate Undo</title>
|
||||||
<path d="M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z"></path>
|
<path d="M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="universal-access" viewBox="0 0 512 512">
|
||||||
|
<title id="universal-access-title">Universal Access</title>
|
||||||
|
<path d="M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="unlink" viewBox="0 0 512 512">
|
<symbol id="unlink" viewBox="0 0 512 512">
|
||||||
<title id="unlink-title">unlink</title>
|
<title id="unlink-title">unlink</title>
|
||||||
<path d="M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z"></path>
|
<path d="M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z"></path>
|
||||||
@@ -2071,6 +2251,10 @@
|
|||||||
<title id="wifi-title">WiFi</title>
|
<title id="wifi-title">WiFi</title>
|
||||||
<path d="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>
|
<path d="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>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="window" viewBox="0 0 512 512">
|
||||||
|
<title id="window-title">Window</title>
|
||||||
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM96 104c0 13.3-10.7 24-24 24H56c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16zm96 0c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16zm96 0c0 13.3-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16z"></path>
|
||||||
|
</symbol>
|
||||||
<symbol id="window-close" viewBox="0 0 512 512">
|
<symbol id="window-close" viewBox="0 0 512 512">
|
||||||
<title id="window-close-title">Window Close</title>
|
<title id="window-close-title">Window Close</title>
|
||||||
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z"></path>
|
<path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z"></path>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 354 KiB |
1
svgs/brands/gitkraken.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 592 512"><path d="M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
svgs/brands/sellcast.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"/></svg>
|
||||||
|
After Width: | Height: | Size: 830 B |
1
svgs/brands/supple.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
261
svgs/icons.yml
@@ -1660,6 +1660,17 @@ briefcase:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f0b1
|
unicode: f0b1
|
||||||
|
browser:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Browser
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
btc:
|
btc:
|
||||||
changes:
|
changes:
|
||||||
- '3.2'
|
- '3.2'
|
||||||
@@ -1914,7 +1925,7 @@ camera-retro:
|
|||||||
changes:
|
changes:
|
||||||
- '1'
|
- '1'
|
||||||
- 5.0.0
|
- 5.0.0
|
||||||
label: camera-retro
|
label: Retro Camera
|
||||||
search:
|
search:
|
||||||
terms:
|
terms:
|
||||||
- photo
|
- photo
|
||||||
@@ -2609,30 +2620,6 @@ circle-notch:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f1ce
|
unicode: f1ce
|
||||||
circle-o:
|
|
||||||
changes:
|
|
||||||
- '3'
|
|
||||||
- 5.0.0
|
|
||||||
label: Circle Outlined
|
|
||||||
search:
|
|
||||||
terms: []
|
|
||||||
styles:
|
|
||||||
- solid
|
|
||||||
- regular
|
|
||||||
- light
|
|
||||||
unicode: f10c
|
|
||||||
circle-thin:
|
|
||||||
changes:
|
|
||||||
- '4.1'
|
|
||||||
- 5.0.0
|
|
||||||
label: Circle Outlined Thin
|
|
||||||
search:
|
|
||||||
terms: []
|
|
||||||
styles:
|
|
||||||
- solid
|
|
||||||
- regular
|
|
||||||
- light
|
|
||||||
unicode: f1db
|
|
||||||
clipboard:
|
clipboard:
|
||||||
changes:
|
changes:
|
||||||
- 5.0.0
|
- 5.0.0
|
||||||
@@ -3364,6 +3351,17 @@ desktop:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f108
|
unicode: f108
|
||||||
|
desktop-alt:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Alterate Desktop
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
deviantart:
|
deviantart:
|
||||||
changes:
|
changes:
|
||||||
- '4.1'
|
- '4.1'
|
||||||
@@ -3587,16 +3585,6 @@ edit:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f044
|
unicode: f044
|
||||||
eercast:
|
|
||||||
changes:
|
|
||||||
- '4.7'
|
|
||||||
- 5.0.0
|
|
||||||
label: Eercast
|
|
||||||
search:
|
|
||||||
terms: []
|
|
||||||
styles:
|
|
||||||
- brands
|
|
||||||
unicode: f2da
|
|
||||||
eject:
|
eject:
|
||||||
changes:
|
changes:
|
||||||
- '1'
|
- '1'
|
||||||
@@ -4642,6 +4630,23 @@ freebsd:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: auto
|
unicode: auto
|
||||||
|
frown:
|
||||||
|
changes:
|
||||||
|
- '3.1'
|
||||||
|
- 5.0.0
|
||||||
|
label: Frown
|
||||||
|
search:
|
||||||
|
terms:
|
||||||
|
- face
|
||||||
|
- emoticon
|
||||||
|
- sad
|
||||||
|
- disapprove
|
||||||
|
- rating
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: f119
|
||||||
gamepad:
|
gamepad:
|
||||||
changes:
|
changes:
|
||||||
- '3.1'
|
- '3.1'
|
||||||
@@ -4789,13 +4794,23 @@ github-square:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: f092
|
unicode: f092
|
||||||
|
gitkraken:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: GitKraken
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- brands
|
||||||
|
unicode: auto
|
||||||
gitlab:
|
gitlab:
|
||||||
changes:
|
changes:
|
||||||
- '4.6'
|
- '4.6'
|
||||||
- 5.0.0
|
- 5.0.0
|
||||||
label: GitLab
|
label: GitLab
|
||||||
search:
|
search:
|
||||||
terms: []
|
terms:
|
||||||
|
- Axosoft
|
||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: f296
|
unicode: f296
|
||||||
@@ -5729,6 +5744,20 @@ key:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f084
|
unicode: f084
|
||||||
|
keyboard:
|
||||||
|
changes:
|
||||||
|
- '3.1'
|
||||||
|
- 5.0.0
|
||||||
|
label: Keyboard
|
||||||
|
search:
|
||||||
|
terms:
|
||||||
|
- type
|
||||||
|
- input
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: f11c
|
||||||
keycdn:
|
keycdn:
|
||||||
changes:
|
changes:
|
||||||
- 5.0.0
|
- 5.0.0
|
||||||
@@ -5840,6 +5869,19 @@ leanpub:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: f212
|
unicode: f212
|
||||||
|
lemon:
|
||||||
|
changes:
|
||||||
|
- '1'
|
||||||
|
- 5.0.0
|
||||||
|
label: Lemon
|
||||||
|
search:
|
||||||
|
terms:
|
||||||
|
- food
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: f094
|
||||||
level-down:
|
level-down:
|
||||||
changes:
|
changes:
|
||||||
- '3.1'
|
- '3.1'
|
||||||
@@ -6526,6 +6568,22 @@ meetup:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: f2e0
|
unicode: f2e0
|
||||||
|
meh:
|
||||||
|
changes:
|
||||||
|
- '3.1'
|
||||||
|
- 5.0.0
|
||||||
|
label: Meh
|
||||||
|
search:
|
||||||
|
terms:
|
||||||
|
- face
|
||||||
|
- emoticon
|
||||||
|
- rating
|
||||||
|
- neutral
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: f11a
|
||||||
mercury:
|
mercury:
|
||||||
changes:
|
changes:
|
||||||
- '4.3'
|
- '4.3'
|
||||||
@@ -6566,6 +6624,17 @@ microphone:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f130
|
unicode: f130
|
||||||
|
microphone-alt:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Microphone Alt
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
microphone-slash:
|
microphone-slash:
|
||||||
changes:
|
changes:
|
||||||
- '3.1'
|
- '3.1'
|
||||||
@@ -6864,6 +6933,19 @@ neuter:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f22c
|
unicode: f22c
|
||||||
|
newspaper:
|
||||||
|
changes:
|
||||||
|
- '4.2'
|
||||||
|
- 5.0.0
|
||||||
|
label: Newspaper
|
||||||
|
search:
|
||||||
|
terms:
|
||||||
|
- press
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: f1ea
|
||||||
npm:
|
npm:
|
||||||
changes:
|
changes:
|
||||||
- 5.0.0
|
- 5.0.0
|
||||||
@@ -8290,6 +8372,15 @@ searchengin:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: auto
|
unicode: auto
|
||||||
|
sellcast:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Sellcast
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- brands
|
||||||
|
unicode: f2da
|
||||||
sellsy:
|
sellsy:
|
||||||
changes:
|
changes:
|
||||||
- '4.3'
|
- '4.3'
|
||||||
@@ -8698,11 +8789,11 @@ slack-hash:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: auto
|
unicode: auto
|
||||||
sliders:
|
sliders-h:
|
||||||
changes:
|
changes:
|
||||||
- '4.1'
|
- '4.1'
|
||||||
- 5.0.0
|
- 5.0.0
|
||||||
label: Sliders
|
label: Horizontal Sliders
|
||||||
search:
|
search:
|
||||||
terms:
|
terms:
|
||||||
- settings
|
- settings
|
||||||
@@ -8711,6 +8802,39 @@ sliders:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f1de
|
unicode: f1de
|
||||||
|
sliders-h-square:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Square Horizontal Sliders
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
|
sliders-v:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Vertical Sliders
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
|
sliders-v-square:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Square Vertical Sliders
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
slideshare:
|
slideshare:
|
||||||
changes:
|
changes:
|
||||||
- '4.2'
|
- '4.2'
|
||||||
@@ -9318,6 +9442,15 @@ superscript:
|
|||||||
- regular
|
- regular
|
||||||
- light
|
- light
|
||||||
unicode: f12b
|
unicode: f12b
|
||||||
|
supple:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Supple
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- brands
|
||||||
|
unicode: auto
|
||||||
sync:
|
sync:
|
||||||
changes:
|
changes:
|
||||||
- '1'
|
- '1'
|
||||||
@@ -9496,21 +9629,6 @@ telegram-plane:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: auto
|
unicode: auto
|
||||||
television:
|
|
||||||
changes:
|
|
||||||
- '4.4'
|
|
||||||
- 5.0.0
|
|
||||||
label: Television
|
|
||||||
search:
|
|
||||||
terms:
|
|
||||||
- display
|
|
||||||
- computer
|
|
||||||
- monitor
|
|
||||||
styles:
|
|
||||||
- solid
|
|
||||||
- regular
|
|
||||||
- light
|
|
||||||
unicode: f26c
|
|
||||||
tencent-weibo:
|
tencent-weibo:
|
||||||
changes:
|
changes:
|
||||||
- '4.1'
|
- '4.1'
|
||||||
@@ -10103,6 +10221,32 @@ tumblr-square:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: f174
|
unicode: f174
|
||||||
|
tv:
|
||||||
|
changes:
|
||||||
|
- '4.4'
|
||||||
|
- 5.0.0
|
||||||
|
label: Television
|
||||||
|
search:
|
||||||
|
terms:
|
||||||
|
- display
|
||||||
|
- computer
|
||||||
|
- monitor
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: f26c
|
||||||
|
tv-retro:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Retro Televison
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
twitch:
|
twitch:
|
||||||
changes:
|
changes:
|
||||||
- '4.2'
|
- '4.2'
|
||||||
@@ -10835,6 +10979,17 @@ wikipedia-w:
|
|||||||
styles:
|
styles:
|
||||||
- brands
|
- brands
|
||||||
unicode: f266
|
unicode: f266
|
||||||
|
window:
|
||||||
|
changes:
|
||||||
|
- 5.0.0
|
||||||
|
label: Window
|
||||||
|
search:
|
||||||
|
terms: []
|
||||||
|
styles:
|
||||||
|
- solid
|
||||||
|
- regular
|
||||||
|
- light
|
||||||
|
unicode: auto
|
||||||
window-close:
|
window-close:
|
||||||
changes:
|
changes:
|
||||||
- '4.7'
|
- '4.7'
|
||||||
|
|||||||
1
svgs/light/assistive-listening-systems.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M217.6 512c-8.837 0-16-7.163-16-16s7.163-16 16-16c41.172 0 74.667-33.495 74.667-74.666 0-85.174 73.391-93.9 73.391-165.334 0-71.167-57.899-129.066-129.067-129.066-71.167 0-129.066 57.899-129.066 129.066 0 8.837-7.163 16-16 16s-16-7.163-16-16c0-88.812 72.254-161.066 161.066-161.066S397.657 151.188 397.657 240c0 86.857-73.391 96.041-73.391 165.334C324.267 464.149 276.416 512 217.6 512zm115.733-272c0-53.816-43.783-97.6-97.6-97.6s-97.6 43.783-97.6 97.6c0 8.837 7.163 16 16 16s16-7.163 16-16c0-36.172 29.428-65.6 65.6-65.6s65.6 29.428 65.6 65.6c0 8.837 7.163 16 16 16s16-7.163 16-16zm106.47-45.984c8.448-2.591 13.195-11.541 10.604-19.988-14.644-47.732-45.384-89.796-86.559-118.441-7.254-5.046-17.226-3.259-22.271 3.996-5.047 7.254-3.258 17.226 3.996 22.271 35.322 24.574 61.688 60.643 74.242 101.559 2.593 8.453 11.545 13.193 19.988 10.603zm60.888-18.65c8.447-2.594 13.193-11.544 10.601-19.991C492.386 93.787 452.886 39.627 400.059 2.868c-7.253-5.046-17.225-3.259-22.272 3.995-5.047 7.253-3.258 17.225 3.995 22.272 46.978 32.688 82.105 80.855 98.918 135.631 2.593 8.447 11.541 13.192 19.991 10.6zM240 256c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-64 64c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-96 96c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-64 64c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm155.313-75.313l-64-64-22.627 22.627 64 64 22.627-22.627z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
svgs/light/browser.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM32 80c0-8.8 7.2-16 16-16h48v64H32V80zm448 352c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V160h448v272zm0-304H128V64h336c8.8 0 16 7.2 16 16v48z"/></svg>
|
||||||
|
After Width: | Height: | Size: 326 B |
1
svgs/light/bug.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M544 272h-64V150.627l35.313-35.313c6.249-6.248 6.249-16.379 0-22.627-6.248-6.248-16.379-6.248-22.627 0L457.373 128H417C417 57.26 359.751 0 289 0c-70.74 0-128 57.249-128 128h-42.373L75.314 84.687c-6.249-6.248-16.379-6.248-22.628 0-6.248 6.248-6.248 16.379 0 22.627L96 150.627V272H32c-8.836 0-16 7.163-16 16s7.164 16 16 16h64v24c0 36.634 11.256 70.686 30.484 98.889l-57.797 57.797c-6.249 6.248-6.249 16.379 0 22.627 6.249 6.249 16.379 6.248 22.627 0l55.616-55.616C178.851 483.971 223.128 504 272 504h32c48.872 0 93.149-20.029 125.071-52.302l55.616 55.616c6.249 6.249 16.379 6.248 22.627 0 6.249-6.248 6.249-16.379 0-22.627l-57.797-57.797C468.744 398.686 480 364.634 480 328v-24h64c8.837 0 16-7.163 16-16s-7.163-16-16-16zM289 32c53.019 0 96 42.981 96 96H193c0-53.019 42.981-96 96-96zm15 440V236c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v236c-79.402 0-144-64.599-144-144V160h320v168c0 79.401-64.599 144-144 144z"/></svg>
|
||||||
|
After Width: | Height: | Size: 995 B |
1
svgs/light/crop.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M488 352h-40V88v-1.3l55.6-55.6c4.7-4.7 4.7-12.3 0-17l-5.7-5.7c-4.7-4.7-12.3-4.7-17 0L425.3 64H160V24c0-13.2-10.8-24-24-24H88C74.8 0 64 10.8 64 24v40H24C10.8 64 0 74.8 0 88v48c0 13.2 10.8 24 24 24h40v264c0 13.2 10.8 24 24 24h264v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h40c13.2 0 24-10.8 24-24v-48c0-13.2-10.8-24-24-24zM96 32h32v32H96V32zm-64 96V96h361.4l-32 32H32zm128 201.4V160h169.4L160 329.4zm192-146.8V352H182.6L352 182.6zM128 160v201.4l-32 32V160h32zm-9.4 256l32-32H352v32H118.6zM416 480h-32V150.6l32-32V480zm64-64h-32v-32h32v32z"/></svg>
|
||||||
|
After Width: | Height: | Size: 625 B |
1
svgs/light/deaf.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M409.171 108.485l-5.656-5.656c-4.686-4.686-4.686-12.284 0-16.971l82.344-82.344c4.686-4.686 12.284-4.686 16.971 0l5.656 5.656c4.686 4.686 4.686 12.284 0 16.971l-82.344 82.344c-4.687 4.687-12.285 4.687-16.971 0zm-383.029 400l186.344-186.344c4.686-4.686 4.686-12.284 0-16.971l-5.656-5.656c-4.686-4.686-12.284-4.686-16.971 0L3.515 485.858c-4.686 4.686-4.686 12.284 0 16.971l5.656 5.656c4.686 4.687 12.284 4.687 16.971 0zm317.534-103.151c0-69.293 73.391-78.477 73.391-165.334 0-88.812-72.255-161.066-161.067-161.066S94.933 151.188 94.933 240c0 8.837 7.163 16 16 16s16-7.163 16-16c0-71.167 57.899-129.066 129.066-129.066 71.168 0 129.067 57.899 129.067 129.066 0 71.434-73.391 80.16-73.391 165.334 0 41.171-33.495 74.666-74.667 74.666-8.837 0-16 7.163-16 16s7.163 16 16 16c58.818 0 106.668-47.851 106.668-106.666zM336.743 256c-8.837 0-16-7.163-16-16 0-36.172-29.428-65.6-65.6-65.6s-65.6 29.428-65.6 65.6c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-53.816 43.783-97.6 97.6-97.6s97.6 43.783 97.6 97.6c0 8.837-7.163 16-16 16z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/desktop-alt.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h192l-24 96h-72c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-72l-24-96h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM249 480l16-64h46l16 64h-78zm295-144c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-48h512v48zm0-80H32V48c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v208z"/></svg>
|
||||||
|
After Width: | Height: | Size: 427 B |
1
svgs/light/desktop.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h192l-24 96h-72c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-72l-24-96h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM249 480l16-64h46l16 64h-78zm295-144c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v288z"/></svg>
|
||||||
|
After Width: | Height: | Size: 407 B |
1
svgs/light/eye-slash.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M321.496 406.121l21.718 29.272A331.764 331.764 0 0 1 288 440C168.14 440 63.003 376.006 6.646 280.369a47.999 47.999 0 0 1 0-48.739c25.834-43.84 61.913-81.01 104.943-108.427l19.125 25.777c-39.83 24.942-73.004 59.027-96.499 98.896a16.008 16.008 0 0 0 0 16.246C86.163 352.277 182.135 408 288 408c11.298 0 22.476-.64 33.496-1.879zM141.972 164.155C133.037 183.57 128 205.19 128 228c0 85.822 71.23 156 160 156 5.566 0 11.063-.277 16.479-.815l-23.266-31.359C213.676 348.408 160 294.277 160 228a120.48 120.48 0 0 1 4.664-33.26l-22.692-30.585zM569.354 280.37c-33.709 57.202-84.861 103.039-146.143 130.673l56.931 76.732c4 5.391 2.872 13.004-2.519 17.004l-6.507 4.828c-5.391 4-13.004 2.872-17.003-2.519L95.859 24.225c-4-5.391-2.872-13.004 2.519-17.004l6.507-4.828c5.391-4 13.004-2.872 17.003 2.519l62.189 83.82C216.741 77.883 251.696 72 288 72c119.86 0 224.996 63.994 281.354 159.63a48.005 48.005 0 0 1 0 48.74zM416 228c0-68.483-57.308-124-128-124-28.059 0-54.002 8.754-75.095 23.588l34.709 46.782c20.339-16.584 48.244-18.755 70.523-6.84h-.02c-14.554 0-26.353 11.799-26.353 26.353s11.799 26.353 26.353 26.353c14.554 0 26.353-11.799 26.353-26.353v-.02c15.223 28.465 6.889 64.554-20.679 83.18l38.514 51.911C394.803 306.465 416 269.638 416 228zm125.785 19.877c-29.072-49.333-73.341-90.435-127.66-115.887 55.405 69.029 41.701 170.413-32.734 222.688l22.238 29.973c57.564-24.305 106.246-66.38 138.155-120.527a16.008 16.008 0 0 0 .001-16.247z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
svgs/light/eye.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M569.354 231.631C512.969 135.948 407.808 72 288 72 168.14 72 63.004 135.994 6.646 231.63a47.999 47.999 0 0 0 0 48.739C63.032 376.053 168.192 440 288 440c119.86 0 224.996-63.994 281.354-159.631a48.002 48.002 0 0 0 0-48.738zM416 228c0 68.483-57.308 124-128 124s-128-55.517-128-124 57.308-124 128-124 128 55.517 128 124zm125.784 36.123C489.837 352.277 393.865 408 288 408c-106.291 0-202.061-56.105-253.784-143.876a16.006 16.006 0 0 1 0-16.247c29.072-49.333 73.341-90.435 127.66-115.887C140.845 158.191 128 191.568 128 228c0 85.818 71.221 156 160 156 88.77 0 160-70.178 160-156 0-36.411-12.833-69.794-33.875-96.01 53.76 25.189 98.274 66.021 127.66 115.887a16.006 16.006 0 0 1-.001 16.246zM224 224c0-10.897 2.727-21.156 7.53-30.137v.02c0 14.554 11.799 26.353 26.353 26.353 14.554 0 26.353-11.799 26.353-26.353s-11.799-26.353-26.353-26.353h-.02c8.981-4.803 19.24-7.53 30.137-7.53 35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1012 B |
1
svgs/light/fax.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M96 96H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h48c26.51 0 48-21.49 48-48V144c0-26.51-21.49-48-48-48zm16 368c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V144c0-8.822 7.178-16 16-16h48c8.822 0 16 7.178 16 16v320zm208-180v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm0 96v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm96-96v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm0 96v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12zm64-217.258V88.569a39.996 39.996 0 0 0-11.716-28.284l-48.569-48.569A39.996 39.996 0 0 0 391.431 0H200c-22.091 0-40 17.909-40 40v424c0 26.51 21.49 48 48 48h256c26.51 0 48-21.49 48-48V208c0-20.898-13.359-38.667-32-45.258zM192 40c0-4.411 3.589-8 8-8h184v40c0 13.203 10.797 24 24 24h40v96H192V40zm288 424c0 8.822-7.178 16-16 16H208c-8.822 0-16-7.178-16-16V224h288v240z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/filter.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M479.968 0H32.038C3.613 0-10.729 34.487 9.41 54.627L192 237.255V424a31.996 31.996 0 0 0 10.928 24.082l64 55.983c20.438 17.883 53.072 3.68 53.072-24.082V237.255L502.595 54.627C522.695 34.528 508.45 0 479.968 0zM288 224v256l-64-56V224L32 32h448L288 224z"/></svg>
|
||||||
|
After Width: | Height: | Size: 331 B |
1
svgs/light/frown.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M368 192c0 26.51-21.49 48-48 48s-48-21.49-48-48a47.789 47.789 0 0 1 5.647-22.603v.015c0 10.916 8.849 19.765 19.765 19.765s19.765-8.849 19.765-19.765-8.849-19.765-19.765-19.765h-.015A47.789 47.789 0 0 1 320 144c26.51 0 48 21.49 48 48zm-176-48a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 144 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm176.551 212.661c-59.124-91.452-165.846-91.599-225.064 0-11.502 17.79 15.381 35.148 26.873 17.373 46.626-72.119 124.864-71.854 171.318 0 11.327 17.525 38.547.684 26.873-17.373zM256 40C136.055 40 40 137.336 40 256c0 119.945 97.336 216 216 216 119.945 0 216-97.336 216-216 0-119.945-97.336-216-216-216m0-32c136.967 0 248 111.033 248 248S392.967 504 256 504 8 392.967 8 256 119.033 8 256 8z"/></svg>
|
||||||
|
After Width: | Height: | Size: 925 B |
1
svgs/light/globe.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 118.815 392.705 8 256 8 119.371 8 8 118.74 8 256c0 136.938 111.041 248 248 248 136.886 0 248-110.987 248-248zm-41.625 64h-99.434c6.872-42.895 6.6-86.714.055-128h99.38c12.841 41.399 12.843 86.598-.001 128zM256.001 470.391c-30.732-27.728-54.128-69.513-67.459-118.391h134.917c-13.332 48.887-36.73 90.675-67.458 118.391zM181.442 320c-7.171-41.387-7.349-85.537.025-128h149.067c7.371 42.453 7.197 86.6.025 128H181.442zM256 41.617c33.557 30.295 55.554 74.948 67.418 118.383H188.582c11.922-43.649 33.98-88.195 67.418-118.383zM449.544 160h-93.009c-10.928-44.152-29.361-83.705-53.893-114.956C366.825 59.165 420.744 101.964 449.544 160zM209.357 45.044C184.826 76.293 166.393 115.847 155.464 160H62.456C91.25 101.975 145.162 59.169 209.357 45.044zM49.625 192h99.38c-6.544 41.28-6.818 85.1.055 128H49.625c-12.842-41.399-12.844-86.598 0-128zm12.831 160h93.122c11.002 44.176 29.481 83.824 53.833 114.968C144.875 452.786 91.108 409.738 62.456 352zm240.139 114.966c24.347-31.138 42.825-70.787 53.827-114.966h93.121c-28.695 57.827-82.504 100.802-146.948 114.966z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/graduation-cap.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M612.36 147.3L350.13 68.245a109.032 109.032 0 0 0-60.26.001L27.654 147.298c-36.977 10.833-36.767 62.633 0 73.404l27.795 8.38c-3.379 10.658-4.673 21.949-5.155 34.504C41.765 268.385 36 277.517 36 288c0 10.386 5.659 19.445 14.058 24.278L40.025 439.37C39.658 444.018 43.333 448 48 448h32c4.663 0 8.342-3.979 7.975-8.63L77.942 312.278C86.341 307.445 92 298.386 92 288c0-10.24-5.499-19.191-13.703-24.074.428-10.309 1.485-18.935 4.045-26.737l58.777 17.72C135.113 294.952 128 342.606 128 343.68 128 402.549 260.642 416 320 416c59.369 0 192-13.454 192-72.32 0-1.071-7.111-48.725-13.117-88.77L612.36 220.7c36.886-10.812 36.82-62.607 0-73.4zM479.915 344.31C472 368 400 384 320 384s-152-16-159.916-39.69l12.009-80.062 117.776 35.507a109.041 109.041 0 0 0 60.26.001l117.776-35.506c5.1 33.986 10.744 71.616 12.01 80.06zm123.317-154.313l-262.035 79.037a77.076 77.076 0 0 1-42.398-.001l-261.876-78.99-.156-.046c-6.345-1.845-6.352-10.147 0-11.994l262.032-79.036a77.094 77.094 0 0 1 42.398-.001l261.88 78.991.155.046c6.345 1.845 6.353 10.147 0 11.994z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/i-cursor.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M96 38.223C75.091 13.528 39.824 1.336 6.191.005 2.805-.129 0 2.617 0 6.006v20.013c0 3.191 2.498 5.847 5.686 5.989C46.519 33.825 80 55.127 80 80v160H38a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h42v160c0 24.873-33.481 46.175-74.314 47.992-3.188.141-5.686 2.797-5.686 5.989v20.013c0 3.389 2.806 6.135 6.192 6.002C40.03 510.658 75.193 498.351 96 473.777c20.909 24.695 56.176 36.887 89.809 38.218 3.386.134 6.191-2.612 6.191-6.001v-20.013c0-3.191-2.498-5.847-5.686-5.989C145.481 478.175 112 456.873 112 432V272h42a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6h-42V80c0-24.873 33.481-46.175 74.314-47.992 3.188-.142 5.686-2.798 5.686-5.989V6.006c0-3.389-2.806-6.135-6.192-6.002C151.97 1.342 116.807 13.648 96 38.223z"/></svg>
|
||||||
|
After Width: | Height: | Size: 765 B |
1
svgs/light/key.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M336 32c79.529 0 144 64.471 144 144s-64.471 144-144 144c-18.968 0-37.076-3.675-53.661-10.339L240 352h-48v64h-64v64H32v-80l170.339-170.339C195.675 213.076 192 194.968 192 176c0-79.529 64.471-144 144-144m0-32c-97.184 0-176 78.769-176 176 0 15.307 1.945 30.352 5.798 44.947L7.029 379.716A24.003 24.003 0 0 0 0 396.686V488c0 13.255 10.745 24 24 24h112c13.255 0 24-10.745 24-24v-40h40c13.255 0 24-10.745 24-24v-40h19.314c6.365 0 12.47-2.529 16.971-7.029l30.769-30.769C305.648 350.055 320.693 352 336 352c97.184 0 176-78.769 176-176C512 78.816 433.231 0 336 0zm48 108c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20m0-28c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"/></svg>
|
||||||
|
After Width: | Height: | Size: 786 B |
1
svgs/light/keyboard.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm16 336c0 8.823-7.177 16-16 16H48c-8.823 0-16-7.177-16-16V112c0-8.823 7.177-16 16-16h480c8.823 0 16 7.177 16 16v288zM168 268v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm-336 80v-24c0-6.627-5.373-12-12-12H84c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm384 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zM120 188v-24c0-6.627-5.373-12-12-12H84c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm-96 152v-8c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
1
svgs/light/laptop.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M528 32c8.8 0 16 7.2 16 16v256c0 8.8-7.2 16-16 16H112c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h416m0-32H112C85.5 0 64 21.5 64 48v256c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm100 384H12c-6.6 0-12 5.4-12 12v68c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48v-68c0-6.6-5.4-12-12-12zm-20 80c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-48h224c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32h224v48z"/></svg>
|
||||||
|
After Width: | Height: | Size: 498 B |
1
svgs/light/lemon.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M489.038 22.963C473.784 7.709 454.948 0 437.954 0c-8.734 0-16.98 2.035-24.007 6.129-58.912 34.315-181.245-53.083-321.073 86.745C-46.948 232.697 40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.08 23.08 54.378 28.899 75.095 16.832 58.902-34.31 181.245 53.081 321.068-86.743C558.949 279.304 471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM478.22 81.95c-44.546 76.475 49.666 183.163-81.721 314.55-131.434 131.434-238.029 37.148-314.547 81.72-20.528 11.956-60.128-27.64-48.171-48.167 44.547-76.475-49.667-183.163 81.721-314.55C246.942-15.939 353.523 78.359 430.053 33.78c19.978-11.637 60.439 27.102 48.167 48.17zm-218.749 29.669c-31.89 7.086-64.973 26.511-93.157 54.694-28.184 28.185-47.608 61.268-54.694 93.157-1.657 7.457-8.271 12.533-15.604 12.533-1.149 0-2.316-.125-3.485-.385-8.626-1.917-14.065-10.464-12.148-19.09 8.391-37.756 30.872-76.41 63.306-108.843 32.433-32.434 71.087-54.915 108.843-63.306 8.628-1.919 17.173 3.522 19.09 12.148s-3.525 17.175-12.151 19.092z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/life-ring.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm168.766 113.176l-62.885 62.885a128.711 128.711 0 0 0-33.941-33.941l62.885-62.885a217.323 217.323 0 0 1 33.941 33.941zM256 352c-52.935 0-96-43.065-96-96s43.065-96 96-96 96 43.065 96 96-43.065 96-96 96zM363.952 68.853l-66.14 66.14c-26.99-9.325-56.618-9.33-83.624 0l-66.139-66.14c66.716-38.524 149.23-38.499 215.903 0zM121.176 87.234l62.885 62.885a128.711 128.711 0 0 0-33.941 33.941l-62.885-62.885a217.323 217.323 0 0 1 33.941-33.941zm-52.323 60.814l66.139 66.14c-9.325 26.99-9.33 56.618 0 83.624l-66.139 66.14c-38.523-66.715-38.5-149.229 0-215.904zm18.381 242.776l62.885-62.885a128.711 128.711 0 0 0 33.941 33.941l-62.885 62.885a217.366 217.366 0 0 1-33.941-33.941zm60.814 52.323l66.139-66.14c26.99 9.325 56.618 9.33 83.624 0l66.14 66.14c-66.716 38.524-149.23 38.499-215.903 0zm242.776-18.381l-62.885-62.885a128.711 128.711 0 0 0 33.941-33.941l62.885 62.885a217.323 217.323 0 0 1-33.941 33.941zm52.323-60.814l-66.14-66.14c9.325-26.99 9.33-56.618 0-83.624l66.14-66.14c38.523 66.715 38.5 149.229 0 215.904z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/low-vision.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M569.348 231.63C512.998 135.99 407.86 72 288 72c-36.303 0-71.26 5.877-103.93 16.722L121.889 4.913c-4-5.391-11.612-6.519-17.003-2.519l-6.507 4.828c-5.391 4-6.519 11.613-2.519 17.004l56.926 76.726C91.489 128.594 40.334 174.447 6.637 231.631c-8.979 15.238-8.719 33.949.004 48.739 30.605 51.943 75.611 94.537 129.537 122.627C29.589 259.268 39.873 273.724 34.215 264.124a16.006 16.006 0 0 1 0-16.247 287.008 287.008 0 0 1 16.929-25.491L204.72 429.39c15 3.91 30.42 6.78 46.18 8.54L72.243 197.124a293.367 293.367 0 0 1 33.449-30.602L308.14 439.39c12.42-.74 24.66-2.18 36.68-4.27L131.942 148.202a293.06 293.06 0 0 1 7.594-4.553 292.057 292.057 0 0 1 32.824-16.313l281.751 379.751c4 5.391 11.612 6.519 17.003 2.519l6.507-4.828c5.391-4 6.519-11.613 2.519-17.004l-56.917-76.714c61.284-27.629 112.419-73.491 146.124-130.69a47.961 47.961 0 0 0 .001-48.74zM362.31 328.959l-38.511-51.906c27.52-18.592 35.914-54.676 20.671-83.193v.02c0 14.56-11.8 26.36-26.35 26.36-14.56 0-26.36-11.8-26.36-26.36 0-14.55 11.8-26.35 26.36-26.35h.02c-22.278-11.908-50.192-9.748-70.538 6.823l-34.7-46.77C233.992 112.746 259.945 104 288 104c70.69 0 128 55.52 128 124 0 41.637-21.187 78.478-53.69 100.959zm179.47-64.839c-31.903 54.148-80.569 96.241-138.133 120.555l-22.24-29.975c74.24-52.148 88.248-153.521 32.713-222.709 54.32 25.45 98.59 66.55 127.66 115.89a15.958 15.958 0 0 1 0 16.239z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
1
svgs/light/meh.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 40c118.664 0 216 96.055 216 216 0 118.664-96.055 216-216 216-118.664 0-216-96.055-216-216 0-118.664 96.055-216 216-216m0-32C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 312H176c-21.179 0-21.169 32 0 32h160c21.179 0 21.169-32 0-32zm-16-176a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 272 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-128 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 144 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48z"/></svg>
|
||||||
|
After Width: | Height: | Size: 805 B |
1
svgs/light/microphone-alt.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M160 352c53.019 0 96-42.981 96-96V96c0-53.019-42.981-96-96-96S64 42.981 64 96v160c0 53.019 42.981 96 96 96zM96 96c0-35.29 28.71-64 64-64s64 28.71 64 64h-58a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h58v32h-58a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h58v32h-58a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h58c0 35.29-28.71 64-64 64s-64-28.71-64-64V96zm224 124v36c0 82.825-63.26 151.149-144 159.202V480h68c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h68v-64.798C63.26 407.149 0 338.825 0 256v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v36c0 70.579 57.42 128 128 128 70.579 0 128-57.421 128-128v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12z"/></svg>
|
||||||
|
After Width: | Height: | Size: 752 B |
1
svgs/light/microphone-slash.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M404.788 314.846l-25.266-25.266C385.094 269.104 384 256.755 384 220c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12 0 37.59 2.072 61.378-11.212 94.846zM192 96c0-35.29 28.71-64 64-64s64 28.71 64 64v134.059l31.816 31.816c.117-1.944.184-3.901.184-5.875V96c0-53.019-42.981-96-96-96-45.044 0-82.836 31.025-93.188 72.87L192 102.059V96zm316.485 406.829l-5.656 5.656c-4.686 4.686-12.284 4.686-16.97 0L357.197 379.824c-23.708 19.414-53.064 32.173-85.197 35.378V480h68c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h68v-64.798C159.26 407.149 96 338.825 96 256v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v36c0 70.579 57.42 128 128 128 29.535 0 56.762-10.06 78.445-26.928l-22.829-22.829C295.924 345.419 276.733 352 256 352c-53.019 0-96-42.981-96-96v-73.373L3.515 26.142c-4.686-4.686-4.686-12.284 0-16.97l5.656-5.656c4.686-4.686 12.284-4.686 16.97 0L508.485 485.86c4.687 4.685 4.687 12.283 0 16.969zM288.487 311.114L192 214.627V256c0 35.29 28.71 64 64 64a63.58 63.58 0 0 0 32.487-8.886z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/microphone.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M160 352c53.019 0 96-42.981 96-96V96c0-53.019-42.981-96-96-96S64 42.981 64 96v160c0 53.019 42.981 96 96 96zM96 96c0-35.29 28.71-64 64-64s64 28.71 64 64v160c0 35.29-28.71 64-64 64s-64-28.71-64-64V96zm224 124v36c0 82.825-63.26 151.149-144 159.202V480h68c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h68v-64.798C63.26 407.149 0 338.825 0 256v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v36c0 70.579 57.42 128 128 128 70.579 0 128-57.421 128-128v-36c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12z"/></svg>
|
||||||
|
After Width: | Height: | Size: 636 B |
1
svgs/light/mouse-pointer.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M337.591 269.889L82.213 14.468C53.012-16.128 0 4.99 0 48.013v375.966c0 42.514 51.677 64.082 81.882 33.877l44.391-44.391 29.249 69.217.078.185.081.179c10.558 24.134 38.489 35.454 62.815 25.132l44.233-18.736.171-.073.171-.075c24.001-10.501 35.503-38.311 25.148-62.775l-31.474-74.534h47.189c42.639 0 64.368-52.327 33.657-82.096zm-33.6 50.096h-95.495l50.247 118.994c3.5 8.25-.5 17.499-8.5 20.999l-44.247 18.749c-8.246 3.499-17.497-.497-20.998-8.499l-47.747-112.994-77.996 77.996c-10.306 10.306-27.249 2.507-27.249-11.249V47.999c0-14.306 17.908-21.369 27.249-11.249l255.987 255.987c10.35 9.806 2.67 27.248-11.251 27.248z"/></svg>
|
||||||
|
After Width: | Height: | Size: 695 B |
1
svgs/light/newspaper.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M552 64H88c-13.234 0-24 10.767-24 24v8H24c-13.255 0-24 10.745-24 24v280c0 26.51 21.49 48 48 48h504c13.233 0 24-10.767 24-24V88c0-13.233-10.767-24-24-24zM32 400V128h32v272c0 8.822-7.178 16-16 16s-16-7.178-16-16zm512 16H93.258A47.897 47.897 0 0 0 96 400V96h448v320zm-404-96h168c6.627 0 12-5.373 12-12V140c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12zm20-160h128v128H160V160zm-32 212v-8c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H140c-6.627 0-12-5.373-12-12zm224 0v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-128v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
1
svgs/light/object-group.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M404 192h-84v-52c0-6.627-5.373-12-12-12H108c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12h84v52c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12V204c0-6.627-5.373-12-12-12zm-276-32h160v128H128V160zm256 192H224v-32h84c6.627 0 12-5.373 12-12v-84h64v128zm116-224c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v20H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h20v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-20h320v20c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-20V128h20zm-52 256h-20c-6.627 0-12 5.373-12 12v20H96v-20c0-6.627-5.373-12-12-12H64V128h20c6.627 0 12-5.373 12-12V96h320v20c0 6.627 5.373 12 12 12h20v256zM64 64v32H32V64h32m416 0v32h-32V64h32M64 416v32H32v-32h32m416 0v32h-32v-32h32"/></svg>
|
||||||
|
After Width: | Height: | Size: 911 B |
1
svgs/light/object-ungroup.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v20h-96v-32h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v20H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h20v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-20h96v32h-20c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-20h224v20c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-20V224h20zm-180 96v32h-32v-32h32zM352 64h32v32h-32V64zM32 64h32v32H32V64zm32 288H32v-32h32v32zm20-64H64V128h20c6.627 0 12-5.373 12-12V96h224v20c0 6.627 5.373 12 12 12h20v160h-20c-6.627 0-12 5.373-12 12v20H96v-20c0-6.627-5.373-12-12-12zm140 160h-32v-32h32v32zm256-52v20H256v-20c0-6.627-5.373-12-12-12h-20v-32h96v20c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-20v-96h96v20c0 6.627 5.373 12 12 12h20v160h-20c-6.627 0-12 5.373-12 12zm64 52h-32v-32h32v32zm-32-256v-32h32v32h-32z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/paw.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M449.558 155.354c-17.456 0-34.331 6.002-49.267 17.25 9.923-18.259 15.652-39.227 15.652-58.25C415.942 71.076 389.526 32 346 32c-50.529 0-83.897 50.052-90 95.004C249.905 82.113 216.588 32 166 32c-43.557 0-69.942 39.114-69.942 82.354 0 19.024 5.729 39.991 15.652 58.25-14.936-11.249-31.811-17.25-49.267-17.25C21.449 155.354 0 190.517 0 225.25c0 60.601 58.78 123.408 115.151 105.413-26.209 31.696-41.305 65.36-41.305 93.525 0 16.7 6.703 55.542 68.789 55.542 23.896 0 44.266-6.718 63.964-13.214 16.983-5.601 33.025-10.891 49.401-10.891 15.505 0 30.701 5.374 46.79 11.062C321.299 473.232 340.437 480 362.73 480c13.182 0 32.496-.905 47.967-8.73 12.526-6.335 27.457-19.646 27.457-47.082 0-28.128-15.143-61.815-41.431-93.564C453.625 348.927 512 285.211 512 225.25c0-38.086-24.267-69.896-62.442-69.896zM346 64c25.242 0 37.942 25.56 37.942 50.354 0 32.91-24.586 77.166-59 77.166-25.237 0-37.942-25.552-37.942-50.354C287 108.073 311.425 64 346 64zm-90 91.251c9.327 66.245 69.858 84.622 113.148 53.731-14.277 25.431-20.762 56.261-10.37 83.953-34.242-28.014-71.49-44.269-102.779-44.269-31.294 0-68.522 16.209-102.732 44.148 10.259-27.483 3.968-58.211-10.417-83.833 43.541 31.069 103.864 12.223 113.15-53.73zM166 64c34.647 0 59 44.181 59 77.167 0 24.653-12.609 50.354-37.942 50.354-34.403 0-59-44.241-59-77.166C128.058 89.687 140.675 64 166 64zM32 225.25c0-14.075 6.412-37.896 30.442-37.896 34.819 0 63.903 43.513 63.903 76.625 0 36.569-27.326 37.625-30.442 37.625C60.936 301.604 32 258.173 32 225.25zM362.73 448c-34.921 0-66.235-24.375-106.73-24.375-42.071 0-74.949 24.104-113.365 24.104-36.789 0-36.789-15.9-36.789-23.542 0-55.049 88.125-143.521 150.154-143.521 61.47 0 150.154 88.204 150.154 143.521 0 12.549-3.321 23.813-43.424 23.813zm53.367-146.396c-3.116 0-30.442-1.056-30.442-37.625 0-33.214 29.161-76.625 63.903-76.625 24.031 0 30.442 23.82 30.442 37.896 0 33.044-29.027 76.354-63.903 76.354z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
1
svgs/light/podcast.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M326.011 313.366a81.658 81.658 0 0 0-11.127-16.147c-1.855-2.1-1.913-5.215-.264-7.481C328.06 271.264 336 248.543 336 224c0-63.221-52.653-114.375-116.41-111.915-57.732 2.228-104.69 48.724-107.458 106.433-1.278 26.636 6.812 51.377 21.248 71.22 1.648 2.266 1.592 5.381-.263 7.481a81.609 81.609 0 0 0-11.126 16.145c-2.003 3.816-7.25 4.422-9.961 1.072C92.009 289.7 80 258.228 80 224c0-79.795 65.238-144.638 145.178-143.995 77.583.624 141.19 63.4 142.79 140.969.73 35.358-11.362 67.926-31.928 93.377-2.738 3.388-8.004 2.873-10.029-.985zM224 0C100.206 0 0 100.185 0 224c0 82.003 43.765 152.553 107.599 191.485 4.324 2.637 9.775-.93 9.078-5.945-1.244-8.944-2.312-17.741-3.111-26.038a6.025 6.025 0 0 0-2.461-4.291c-48.212-35.164-79.495-92.212-79.101-156.409.636-103.637 84.348-188.625 187.964-190.76C327.674 29.822 416 116.79 416 224c0 63.708-31.192 120.265-79.104 155.21a6.027 6.027 0 0 0-2.462 4.292c-.799 8.297-1.866 17.092-3.11 26.035-.698 5.015 4.753 8.584 9.075 5.947C403.607 376.922 448 306.75 448 224 448 100.204 347.814 0 224 0zm64 355.75c0 32.949-12.871 104.179-20.571 132.813C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.438C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75 32.858 0 64 8.594 64 43.75zm-32 0c0-16.317-64-16.3-64 0 0 27.677 11.48 93.805 19.01 122.747 6.038 2.017 19.948 2.016 25.981 0C244.513 449.601 256 383.437 256 355.75zM288 224c0 35.346-28.654 64-64 64s-64-28.654-64-64 28.654-64 64-64 64 28.654 64 64zm-32 0c0-17.645-14.355-32-32-32s-32 14.355-32 32 14.355 32 32 32 32-14.355 32-32z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
1
svgs/light/puzzle-piece.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M506.584 256c-52.307 0-72.012 46.513-87.263 27.506-20.125-25.082-2.028-107.233 3.475-131.942-34.229 6.371-137.243 24.274-163.836 2.178-16.619-13.81 31.313-43.496 31.313-86.443C290.272 26.025 256.447 0 214.842 0c-43.559 0-84.792 25.609-84.792 68.824 0 53.02 45.898 71.605 24.351 88.606C125.985 179.846 35.346 160.524 0 152.041v345.313c33.315 8.012 70.681 14.649 106.163 14.646 42.28 0 85.837-11.839 85.837-54.125 0-29.344-32-40.832-32-73.875 0-24.437 22.534-32 46.978-32C245.675 352 256 372.114 256 384c0 28.783-34.272 36.348-34.272 76.58 0 13.748 5.013 25.445 14.498 33.828 35.153 31.069 106.717 6.319 187.085 6.285-.958-3.426-26.807-86.724-7.702-111.907 16.715-22.023 48.578 29.106 92.52 29.106C550.227 417.893 576 377.616 576 336c0-42.835-26.227-80-69.416-80zm1.544 129.893c-30.002 0-41.364-33.893-81.513-33.893-53.566 0-54.841 64.979-44.272 117.816-36.396 3.424-107.025 16.434-124.926.614C237.293 452.645 288 428.279 288 384c0-37.683-33.317-64-81.022-64-74.981 0-102.885 59.829-56.167 122.037 4.726 6.293 9.189 12.237 9.189 15.838 0 33.69-94.005 20.629-128 13.925V191.971c63.255 11.657 160 18.136 160-46.505 0-28.567-29.95-42.982-29.95-76.642C162.05 44.146 190.265 32 214.842 32c20.035 0 43.43 9.244 43.43 35.298 0 29.426-34.272 40.752-34.272 80.61 0 57.828 100.845 50.931 158.22 43.093C374.142 245.294 373.959 320 429.086 320c29.143 0 43.674-32 77.498-32C531.543 288 544 311.301 544 336c0 34.413-20.977 49.893-35.872 49.893z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
svgs/light/server.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M376 256c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm-40 24c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm176-128c0 12.296-4.629 23.507-12.232 32 7.603 8.493 12.232 19.704 12.232 32v80c0 12.296-4.629 23.507-12.232 32 7.603 8.493 12.232 19.704 12.232 32v80c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-80c0-12.296 4.629-23.507 12.232-32C4.629 319.507 0 308.296 0 296v-80c0-12.296 4.629-23.507 12.232-32C4.629 175.507 0 164.296 0 152V72c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v80zm-480 0c0 8.822 7.178 16 16 16h416c8.822 0 16-7.178 16-16V72c0-8.822-7.178-16-16-16H48c-8.822 0-16 7.178-16 16v80zm432 48H48c-8.822 0-16 7.178-16 16v80c0 8.822 7.178 16 16 16h416c8.822 0 16-7.178 16-16v-80c0-8.822-7.178-16-16-16zm16 160c0-8.822-7.178-16-16-16H48c-8.822 0-16 7.178-16 16v80c0 8.822 7.178 16 16 16h416c8.822 0 16-7.178 16-16v-80zm-80-224c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm-64 0c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24zm64 240c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
svgs/light/sliders-h-square.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="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-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352zm-92-272H224v-40c0-13.2-10.8-24-24-24h-48c-13.2 0-24 10.8-24 24v40H92c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h36v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h100c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-132 64h-32v-96h32v96zm148 96h-20v-40c0-13.2-10.8-24-24-24h-48c-13.2 0-24 10.8-24 24v40H108c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h116v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h20c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-52 64h-32v-96h32v96z"/></svg>
|
||||||
|
After Width: | Height: | Size: 751 B |
1
svgs/light/sliders-h.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564 64H224V24c0-13.2-10.8-24-24-24H88C74.8 0 64 10.8 64 24v40H12C5.4 64 0 69.4 0 76v8c0 6.6 5.4 12 12 12h52v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24V96h340c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-372 64H96V32h96v96zm372 288H320v-40c0-13.2-10.8-24-24-24H184c-13.2 0-24 10.8-24 24v40H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h148v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24v-40h244c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-276 64h-96v-96h96v96zm276-256h-84v-40c0-13.2-10.8-24-24-24H344c-13.2 0-24 10.8-24 24v40H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h308v40c0 13.2 10.8 24 24 24h112c13.2 0 24-10.8 24-24v-40h84c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-116 64h-96v-96h96v96z"/></svg>
|
||||||
|
After Width: | Height: | Size: 778 B |
1
svgs/light/sliders-v-square.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="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-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352zM200 160h-40v-32c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v32H88c-13.2 0-24 10.8-24 24v48c0 13.2 10.8 24 24 24h40v116c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V256h40c13.2 0 24-10.8 24-24v-48c0-13.2-10.8-24-24-24zm-8 64H96v-32h96v32zm168 32h-40V128c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v128h-40c-13.2 0-24 10.8-24 24v48c0 13.2 10.8 24 24 24h40v20c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-20h40c13.2 0 24-10.8 24-24v-48c0-13.2-10.8-24-24-24zm-8 64h-96v-32h96v32z"/></svg>
|
||||||
|
After Width: | Height: | Size: 747 B |
1
svgs/light/sliders-v.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M136 96H96V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H24c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v212c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V256h40c13.2 0 24-10.8 24-24V120c0-13.2-10.8-24-24-24zm-8 128H32v-96h96v96zm424-96h-40V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v84h-40c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v180c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V288h40c13.2 0 24-10.8 24-24V152c0-13.2-10.8-24-24-24zm-8 128h-96v-96h96v96zm-200 0h-40V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v212h-40c-13.2 0-24 10.8-24 24v112c0 13.2 10.8 24 24 24h40v52c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12v-52h40c13.2 0 24-10.8 24-24V280c0-13.2-10.8-24-24-24zm-8 128h-96v-96h96v96z"/></svg>
|
||||||
|
After Width: | Height: | Size: 776 B |
@@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 40c118.7 0 216 96.1 216 216 0 119.3-96.6 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216zm0-32C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM144.3 320c-11 0-16.2 13.6-8 20.9C165.6 367.4 208.4 384 256 384s90.4-16.6 119.7-43.1c8.2-7.4 3-20.9-8-20.9H144.3zM192 152c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56zm0 44c-6.6 0-12 5.4-12 12s-5.4 12-12 12-12-5.4-12-12c0-19.9 16.1-36 36-36 6.6 0 12 5.4 12 12s-5.4 12-12 12zm128-44c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56zm0 44c-6.6 0-12 5.4-12 12s-5.4 12-12 12-12-5.4-12-12c0-19.9 16.1-36 36-36 6.6 0 12 5.4 12 12s-5.4 12-12 12z"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M130.563 312.687c-11.491-17.773 15.372-35.165 26.873-17.373 53.453 82.678 143.744 82.63 197.164 0 11.523-17.82 38.352-.382 26.873 17.373-66.111 102.261-184.893 102.113-250.91 0zM320 144a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 272 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm-128 0a47.789 47.789 0 0 0-22.603 5.647h.015c10.916 0 19.765 8.849 19.765 19.765s-8.849 19.765-19.765 19.765-19.765-8.849-19.765-19.765v-.015A47.789 47.789 0 0 0 144 192c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48zm64-104C136.055 40 40 137.336 40 256c0 119.945 97.336 216 216 216 119.945 0 216-97.336 216-216 0-119.945-97.336-216-216-216m0-32c136.967 0 248 111.033 248 248S392.967 504 256 504 8 392.967 8 256 119.033 8 256 8z"/></svg>
|
||||||
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 917 B |
1
svgs/light/stethoscope.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M430.069 96.493c-43.622 1.028-78.68 37.506-78.061 81.135.542 38.187 27.841 69.9 63.992 77.238V360.47C416 426.379 358.579 480 288 480c-70.58 0-128-53.621-128-119.529v-8.894c71.899-7.985 128-69.112 128-143.106V25.85a12.002 12.002 0 0 0-9.09-11.642L223.522.361c-6.43-1.607-12.945 2.302-14.552 8.731l-1.94 7.761c-1.607 6.43 2.302 12.945 8.731 14.552L256 41.465v165.773c0 61.803-49.543 112.875-111.345 113.23C82.599 320.825 32 270.446 32 208.471V41.465l40.239-10.059c6.43-1.607 10.339-8.122 8.731-14.552l-1.94-7.761C77.423 2.663 70.907-1.246 64.478.362L9.09 14.208A12.002 12.002 0 0 0 0 25.85v182.621c0 73.994 56.101 135.121 128 143.106v8.894C128 444.024 199.776 512 288 512c88.225 0 160-67.976 160-151.529V254.867c36.515-7.413 64-39.694 64-78.397 0-44.824-36.865-81.038-81.931-79.977zM432 224.471c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48zm23.529-48C455.529 189.466 444.995 200 432 200s-23.529-10.534-23.529-23.529 10.534-23.529 23.529-23.529 23.529 10.534 23.529 23.529z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
svgs/light/toggle-off.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M384 96c42.738 0 82.917 16.643 113.137 46.863S544 213.262 544 256s-16.643 82.917-46.863 113.137S426.738 416 384 416H192c-42.738 0-82.917-16.643-113.137-46.863S32 298.738 32 256s16.643-82.917 46.863-113.137S149.262 96 192 96h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm-192 96c52.935 0 96 43.065 96 96s-43.065 96-96 96-96-43.065-96-96 43.065-96 96-96m0-32c-70.692 0-128 57.307-128 128s57.308 128 128 128 128-57.307 128-128-57.308-128-128-128z"/></svg>
|
||||||
|
After Width: | Height: | Size: 587 B |
1
svgs/light/toggle-on.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M384 96c88.426 0 160 71.561 160 160 0 88.426-71.561 160-160 160H192c-88.426 0-160-71.561-160-160 0-88.425 71.561-160 160-160h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm0 304c61.856 0 112-50.144 112-112s-50.144-112-112-112-112 50.144-112 112c0 28.404 10.574 54.339 27.999 74.082C320.522 353.335 350.548 368 384 368z"/></svg>
|
||||||
|
After Width: | Height: | Size: 461 B |
1
svgs/light/trademark.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M121.564 134.98H23.876c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h240.249c6.627 0 12 5.373 12 12v14.98c0 6.627-5.373 12-12 12h-97.688V404c0 6.627-5.373 12-12 12h-20.873c-6.627 0-12-5.373-12-12V134.98zM352.474 96h28.124a12 12 0 0 1 11.048 7.315l70.325 165.83c7.252 17.677 15.864 43.059 15.864 43.059h.907s8.611-25.382 15.863-43.059l70.326-165.83A11.998 11.998 0 0 1 575.978 96h28.123a12 12 0 0 1 11.961 11.034l23.898 296c.564 6.985-4.953 12.966-11.961 12.966h-20.318a12 12 0 0 1-11.963-11.059l-14.994-190.64c-1.36-19.49-.453-47.139-.453-47.139h-.907s-9.518 29.462-17.224 47.139l-60.746 137a12 12 0 0 1-10.97 7.136h-24.252a12 12 0 0 1-10.983-7.165l-60.301-136.971c-7.252-17.225-17.224-48.046-17.224-48.046h-.907s.453 28.555-.907 48.046l-14.564 190.613A11.997 11.997 0 0 1 349.322 416h-20.746c-7.008 0-12.525-5.98-11.961-12.966l23.897-296A12.002 12.002 0 0 1 352.474 96z"/></svg>
|
||||||
|
After Width: | Height: | Size: 955 B |
1
svgs/light/tty.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M167.06 189.135c13.646-5.471 22.148-19.536 20.695-34.19l-4.308-43.183c47.209-14.454 97.895-14.454 145.105.001l-4.308 43.181c-1.463 14.662 7.048 28.717 20.695 34.19l81.008 32.479c14.924 5.984 31.941.41 40.46-13.252l40.508-64.959c8.239-13.213 6.313-30.132-4.676-41.145-136.167-136.485-356.607-136.196-492.48 0-10.996 11.022-12.908 27.943-4.675 41.146l40.507 64.958c8.52 13.662 25.536 19.236 40.46 13.252l81.009-32.478zm-94.338 2.227l-40.506-64.958a1.186 1.186 0 0 1 .167-1.473c123.663-123.95 323.69-123.831 447.234 0 .415.416.435 1.043.168 1.472l-40.507 64.958a1.186 1.186 0 0 1-1.448.475l-81.006-32.479a1.2 1.2 0 0 1-.742-1.224l6.82-68.362c-79.031-28.623-137.77-27.539-213.803 0l6.82 68.363a1.189 1.189 0 0 1-.74 1.223l-81.009 32.48a1.186 1.186 0 0 1-1.448-.475zM136 396v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zM88 492v-24c0-6.627-5.373-12-12-12H52c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm384 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zM88 300v-24c0-6.627-5.373-12-12-12H52c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm96 0v-24c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12zm-96 184v-8c0-6.627-5.373-12-12-12H148c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
1
svgs/light/tv-retro.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M416 243v-8c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zm96-100v288c0 26.5-21.5 48-48 48h-16v33h-16l-11-33H91l-11 33H64v-33H48c-26.5 0-48-21.5-48-48V143c0-26.5 21.5-48 48-48h160.1l-74.8-67.1c-6.6-5.9-7.2-16-1.3-22.6 5.9-6.6 16-7.2 22.6-1.3L256 95h.8L357.3 4.1c6.6-5.9 16.7-5.4 22.6 1.2 5.9 6.6 5.4 16.7-1.2 22.6L304.5 95H464c26.5 0 48 21.5 48 48zm-32 0c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16V143zm-256 49c-68.8 0-106.2 2.3-125.3 4.3-1.3 14.4-2.7 41.5-2.7 90.7 0 50.5 1.4 78 2.7 92.8 19.2 1.9 56.5 4.2 125.3 4.2s106.1-2.3 125.3-4.2c1.3-14.7 2.7-42.3 2.7-92.8 0-49.2-1.4-76.3-2.7-90.7-19.1-2-56.5-4.3-125.3-4.3m0-32c128 0 152 8 152 8s8 0 8 119c0 121-8 121-8 121s-24 8-152 8-152-8-152-8-8 0-8-121c0-119 8-119 8-119s24-8 152-8zm204 159h8c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12z"/></svg>
|
||||||
|
After Width: | Height: | Size: 988 B |
1
svgs/light/tv.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M592 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h256v64H144c-8.8 0-16 7.2-16 16s7.2 16 16 16h352c8.8 0 16-7.2 16-16s-7.2-16-16-16H336v-64h256c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm16 368c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h544c8.8 0 16 7.2 16 16v320z"/></svg>
|
||||||
|
After Width: | Height: | Size: 371 B |
1
svgs/light/universal-access.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.663 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.663 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm139.701-299.677c2.03 8.601-3.296 17.218-11.896 19.249-31.006 7.321-59.956 13.775-88.689 17.114.535 114.852 13.167 139.988 27.255 176.036 4.02 10.289-1.063 21.888-11.352 25.906-10.296 4.022-21.89-1.069-25.906-11.352-9.319-23.841-18.551-44.565-24.271-87.277h-9.685c-5.728 42.773-14.986 63.515-24.27 87.276-4.023 10.299-15.633 15.369-25.906 11.353-10.289-4.019-15.371-15.617-11.353-25.906 14.103-36.083 26.72-61.235 27.255-176.036-28.734-3.339-57.683-9.793-88.689-17.114-8.6-2.031-13.926-10.648-11.895-19.249 2.03-8.6 10.647-13.926 19.249-11.896 105.222 24.845 135.48 24.893 240.904 0 8.599-2.022 17.218 3.297 19.249 11.896zm-177.895-42.517c0-21.094 17.1-38.193 38.194-38.193s38.194 17.1 38.194 38.193S277.094 168 256 168s-38.194-17.1-38.194-38.194z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
1
svgs/light/window.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M104 128H88c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24zm120-24V88c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24zm96 0V88c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24zm256-56v416c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h480c26.5 0 48 21.5 48 48zm-32 144H32v272c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V192zm0-32V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v112h512z"/></svg>
|
||||||
|
After Width: | Height: | Size: 622 B |
1
svgs/regular/assistive-listening-systems.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M189.149 512c-13.255 0-24-10.745-24-24s10.745-24 24-24c36.393 0 66-30.016 66-66.909l.002-.334C256.157 324.62 328 312.824 328 264c0-66.918-53.497-120-120-120-66.38 0-120 52.95-120 120 0 13.255-10.745 24-24 24s-24-10.745-24-24c0-93.338 74.866-168 168-168 92.97 0 168 74.484 168 168 0 74.659-72.099 87.835-72.851 133.282-.106 63.272-51.205 114.718-114 114.718zM296 264c0-48.523-39.477-88-88-88s-88 39.477-88 88c0 13.255 10.745 24 24 24s24-10.745 24-24c0-22.056 17.944-40 40-40s40 17.944 40 40c0 13.255 10.745 24 24 24s24-10.745 24-24zm130.99-71c11.94-5.755 16.955-20.1 11.2-32.04-17.206-35.699-42.929-67.404-74.385-91.688-10.495-8.099-25.564-6.16-33.664 4.333s-6.16 25.563 4.332 33.664c25.581 19.748 46.493 45.521 60.477 74.532 5.759 11.946 20.109 16.951 32.04 11.199zm71.404-35.37c11.945-5.744 16.974-20.083 11.23-32.029-23.882-49.678-55.813-90.241-94.916-120.565-10.475-8.122-25.549-6.218-33.674 4.258-8.122 10.474-6.216 25.55 4.258 33.673 33.17 25.723 60.443 60.522 81.073 103.432 5.744 11.949 20.084 16.972 32.029 11.231zM208 280c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 64c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zM24 464c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm104.971-16.971l-64-64L31.03 416.97l64 64 33.941-33.941z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
1
svgs/regular/browser.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM48 92c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V92zm416 334c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V168h416v258zm0-310c0 6.6-5.4 12-12 12H172c-6.6 0-12-5.4-12-12V92c0-6.6 5.4-12 12-12h280c6.6 0 12 5.4 12 12v24z"/></svg>
|
||||||
|
After Width: | Height: | Size: 436 B |
1
svgs/regular/bug.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M536 264h-64v-94.059l40.971-40.971c9.372-9.373 9.372-24.569 0-33.941-9.373-9.372-24.568-9.372-33.941 0L438.059 136H425C425 60.87 364.091 0 289 0c-75.13 0-136 60.909-136 136h-15.059l-40.97-40.971c-9.373-9.372-24.568-9.372-33.941 0-9.373 9.373-9.373 24.569 0 33.941L104 169.941V264H40c-13.255 0-24 10.745-24 24s10.745 24 24 24h64v24c0 29.275 7.91 56.733 21.694 80.365L71.029 471.03c-9.373 9.373-9.373 24.568 0 33.941 9.371 9.372 24.568 9.373 33.941 0l51.029-51.029C184.482 480.046 222.411 496 264 496h48c41.589 0 79.518-15.954 108.001-42.058l51.029 51.029c9.372 9.372 24.568 9.373 33.941 0 9.372-9.373 9.372-24.568 0-33.941l-54.665-54.665C464.09 392.734 472 365.275 472 336v-24h64c13.255 0 24-10.745 24-24s-10.745-24-24-24zM289 48c48.601 0 88 39.399 88 88H201c0-48.601 39.399-88 88-88zm23 400V260c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v188c-61.757 0-112-50.243-112-112V184h272v152c0 61.757-50.243 112-112 112z"/></svg>
|
||||||
|
After Width: | Height: | Size: 999 B |
1
svgs/regular/crop.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513.5 512"><path d="M488 384h-40V99.2l61.9-61.7c4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0L415.3 64H128V24c0-13.3-10.7-24-24-24H88C74.7 0 64 10.7 64 24v40H24C10.7 64 0 74.7 0 88v16c0 13.3 10.7 24 24 24h40v296c0 13.3 10.7 24 24 24h296v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-40h40c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24zM351 128L128 350.2V128h223zM162 384l222-221.1V384H162z"/></svg>
|
||||||
|
After Width: | Height: | Size: 460 B |
1
svgs/regular/deaf.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M404.486 124.485l-16.971-16.971c-4.686-4.686-4.686-12.284 0-16.971l87.029-87.029c4.686-4.686 12.284-4.686 16.971 0l16.971 16.971c4.686 4.686 4.686 12.284 0 16.971l-87.029 87.029c-4.687 4.687-12.285 4.687-16.971 0zm-367.03 384l151.029-151.029c4.686-4.686 4.686-12.284 0-16.971l-16.971-16.971c-4.686-4.686-12.284-4.686-16.971 0L3.515 474.544c-4.686 4.686-4.686 12.284 0 16.971l16.971 16.971c4.686 4.686 12.284 4.686 16.97-.001zM351.15 397.282C351.901 351.835 424 338.659 424 264c0-93.516-75.03-168-168-168-93.134 0-168 74.662-168 168 0 13.255 10.745 24 24 24s24-10.745 24-24c0-67.05 53.62-120 120-120 66.503 0 120 53.082 120 120 0 48.824-71.843 60.62-72.849 132.757l-.002.334c0 36.894-29.607 66.909-66 66.909-13.255 0-24 10.745-24 24s10.745 24 24 24c62.796 0 113.894-51.446 114.001-114.718zM320 288c-13.255 0-24-10.745-24-24 0-22.056-17.944-40-40-40s-40 17.944-40 40c0 13.255-10.745 24-24 24s-24-10.745-24-24c0-48.523 39.477-88 88-88s88 39.477 88 88c0 13.255-10.745 24-24 24z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
1
svgs/regular/desktop-alt.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM48 54c0-3.3 2.7-6 6-6h468c3.3 0 6 2.7 6 6v234H48V54zm432 434c0 13.3-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h98.7l18.6-55.8c1.6-4.9 6.2-8.2 11.4-8.2h78.7c5.2 0 9.8 3.3 11.4 8.2l18.6 55.8H456c13.3 0 24 10.7 24 24z"/></svg>
|
||||||
|
After Width: | Height: | Size: 409 B |