Version Notes
Added an icon widget for a code-less icon implementation. More popular icon font sets have been added and a better way of loading fonts with more possibilities. The overall structure was optimised.
Download this release
Release Info
| Developer | Fabio Ros |
| Extension | Frosit_Fontawesomeness |
| Version | 1.1.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.1.0
- app/code/community/Frosit/Fontawesomeness/Block/Adminhtml/System/Config/Fieldset/Info.php +34 -0
- app/code/community/Frosit/Fontawesomeness/Block/Adminhtml/System/Config/Fieldset/Logo.php +32 -0
- app/code/community/Frosit/Fontawesomeness/Block/Customfonts.php +42 -0
- app/code/community/Frosit/Fontawesomeness/Block/Fontawesome.php +62 -0
- app/code/community/Frosit/Fontawesomeness/Block/Localfonts.php +46 -0
- app/code/community/Frosit/Fontawesomeness/Block/Widget/FontAwesomeIcon.php +57 -0
- app/code/community/Frosit/Fontawesomeness/Helper/Data.php +52 -14
- app/code/community/Frosit/Fontawesomeness/Helper/Fonts.php +65 -0
- app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/FlipRotate.php +32 -0
- app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/Icons.php +757 -0
- app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/Size.php +32 -0
- app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/Version.php +34 -0
- app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/Fontsets/LocalSources.php +35 -0
- app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/Sources.php +27 -0
- app/code/community/Frosit/Fontawesomeness/controllers/Adminhtml/Frosit/FontawesomenessController.php +26 -0
- app/code/community/Frosit/Fontawesomeness/etc/adminhtml.xml +8 -0
- app/code/community/Frosit/Fontawesomeness/etc/config.xml +42 -11
- app/code/community/Frosit/Fontawesomeness/etc/system.xml +125 -11
- app/code/community/Frosit/Fontawesomeness/etc/widget.xml +46 -0
- app/design/adminhtml/default/default/template/frosit/fontawesomeness/base.phtml +1 -0
- app/design/adminhtml/default/default/template/frosit/fontawesomeness/info.phtml +12 -0
- app/design/adminhtml/default/default/template/frosit/fontawesomeness/logo.phtml +20 -0
- app/design/frontend/base/default/layout/frosit_fontawesomeness.xml +3 -7
- app/locale/en_US/Frosit_Fontawesomeness.csv +22 -1
- app/locale/nl_NL/Frosit_Fontawesomeness.csv +21 -1
- package.xml +8 -8
- skin/frontend/base/default/frosit/fontawesomeness/css/font-awesome.min.css +0 -4
- skin/frontend/base/default/frosit/fontawesomeness/fonts/FontAwesome.otf +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fonts/fontawesome-webfont.eot +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fonts/fontawesome-webfont.woff +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fonts/fontawesome-webfont.woff2 +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/{css → fontsets/font-awesome/css}/font-awesome.css +122 -9
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/css/font-awesome.min.css +4 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/{fonts → fontsets/font-awesome/fonts}/fontawesome-webfont.svg +44 -14
- skin/frontend/base/default/frosit/fontawesomeness/{fonts → fontsets/font-awesome/fonts}/fontawesome-webfont.ttf +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.css +594 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.eot +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.min.css +1 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.svg +970 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.ttf +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.woff +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/css/ionicons.css +1480 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/css/ionicons.min.css +11 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.eot +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.svg +2230 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.ttf +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.woff +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.css +378 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.eot +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.min.css +1 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.svg +429 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.ttf +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.woff +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.woff2 +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-bootstrap.css +952 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-bootstrap.min.css +1 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-foundation.css +1395 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-foundation.min.css +1 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic.css +511 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic.min.css +1 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/fonts/open-iconic.eot +0 -0
- skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/fonts/open-iconic.svg +483 -0
app/code/community/Frosit/Fontawesomeness/Block/Adminhtml/System/Config/Fieldset/Info.php
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Block_Adminhtml_System_Config_Fieldset_Info
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Block_Adminhtml_System_Config_Fieldset_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
protected $_template = 'frosit/fontawesomeness/info.phtml';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* Render fieldset html
|
| 25 |
+
*
|
| 26 |
+
* @param Varien_Data_Form_Element_Abstract $element
|
| 27 |
+
* @return string
|
| 28 |
+
*/
|
| 29 |
+
public function render(Varien_Data_Form_Element_Abstract $element)
|
| 30 |
+
{
|
| 31 |
+
return $this->toHtml();
|
| 32 |
+
}
|
| 33 |
+
}
|
| 34 |
+
|
app/code/community/Frosit/Fontawesomeness/Block/Adminhtml/System/Config/Fieldset/Logo.php
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Block_Adminhtml_System_Config_Fieldset_Logo
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Block_Adminhtml_System_Config_Fieldset_Logo extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface
|
| 16 |
+
{
|
| 17 |
+
/**
|
| 18 |
+
* @var string
|
| 19 |
+
*/
|
| 20 |
+
protected $_template = 'frosit/fontawesomeness/logo.phtml';
|
| 21 |
+
|
| 22 |
+
/**
|
| 23 |
+
* Render fieldset html
|
| 24 |
+
*
|
| 25 |
+
* @param Varien_Data_Form_Element_Abstract $element
|
| 26 |
+
* @return string
|
| 27 |
+
*/
|
| 28 |
+
public function render(Varien_Data_Form_Element_Abstract $element)
|
| 29 |
+
{
|
| 30 |
+
return $this->toHtml();
|
| 31 |
+
}
|
| 32 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Block/Customfonts.php
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Block_Customfonts
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Block_Customfonts extends Mage_Core_Block_Template
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* Prepares styles
|
| 20 |
+
* @return $this
|
| 21 |
+
*/
|
| 22 |
+
protected function _prepareLayout()
|
| 23 |
+
{
|
| 24 |
+
parent::_prepareLayout();
|
| 25 |
+
|
| 26 |
+
$helper = $this->helper('frosit_fontawesomeness/fonts');
|
| 27 |
+
if ($helper->getCustomFonts()) {
|
| 28 |
+
$headBlock = $this->getLayout()->getBlock('head');
|
| 29 |
+
$fontsets = array();
|
| 30 |
+
$settings = $helper->getCustomFonts();
|
| 31 |
+
if (!is_array($settings['links'] && strpos($settings['links'], ","))) {
|
| 32 |
+
$settings['links'] = explode(",", $settings['links']);
|
| 33 |
+
array_push($fontsets, $settings['links']);
|
| 34 |
+
}
|
| 35 |
+
foreach ($fontsets[0] as $fontset) {
|
| 36 |
+
$headBlock->addLinkRel('stylesheet', $fontset);
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
return $this;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Block/Fontawesome.php
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Block_Fontawesome
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Block_Fontawesome extends Mage_Core_Block_Template
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* Prepares styles
|
| 20 |
+
* @return $this
|
| 21 |
+
*/
|
| 22 |
+
protected function _prepareLayout()
|
| 23 |
+
{
|
| 24 |
+
parent::_prepareLayout();
|
| 25 |
+
|
| 26 |
+
$helper = $this->helper('frosit_fontawesomeness/fonts');
|
| 27 |
+
if ($helper->getFontAwesomeSettings('active')) {
|
| 28 |
+
$headBlock = $this->getLayout()->getBlock('head');
|
| 29 |
+
$config = $helper->getFontAwesomeSettings();
|
| 30 |
+
$method = $config['method'];
|
| 31 |
+
|
| 32 |
+
if ($method === 'cdn') {
|
| 33 |
+
$url = str_replace('{{version}}', $config['version'] ? $config['version'] : $this->getLatest(), $helper->getFontAwesome('cdn'));
|
| 34 |
+
if ($config['minified']) {
|
| 35 |
+
str_replace(".css", ".min.css", $url);
|
| 36 |
+
}
|
| 37 |
+
$headBlock->addLinkRel('stylesheet', $url);
|
| 38 |
+
} elseif ($method === 'local') {
|
| 39 |
+
$url = $helper->getFontAwesome('local');
|
| 40 |
+
if ($config['minified']) {
|
| 41 |
+
str_replace(".css", ".min.css", $url);
|
| 42 |
+
}
|
| 43 |
+
$headBlock->addCss($url);
|
| 44 |
+
} else {
|
| 45 |
+
Mage::log('font awesome loading method ' . $method . ' is undefined undefined');
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
return $this;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
/**
|
| 52 |
+
* Get Latest version
|
| 53 |
+
* @return mixed
|
| 54 |
+
* @todo test & validate
|
| 55 |
+
*/
|
| 56 |
+
protected function getLatest()
|
| 57 |
+
{
|
| 58 |
+
$model = Mage::getModel('frosit_fontawesomeness/system_config_source_fontAwesome_version');
|
| 59 |
+
$options = $model->toOptionArray();
|
| 60 |
+
return $options[0]['value'];
|
| 61 |
+
}
|
| 62 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Block/Localfonts.php
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Block_Fontawesome
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Block_Localfonts extends Mage_Core_Block_Template
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* Prepares styles
|
| 20 |
+
* @return $this
|
| 21 |
+
*/
|
| 22 |
+
protected function _prepareLayout()
|
| 23 |
+
{
|
| 24 |
+
parent::_prepareLayout();
|
| 25 |
+
|
| 26 |
+
$helper = $this->helper('frosit_fontawesomeness/fonts');
|
| 27 |
+
if ($helper->getLocalFonts()) {
|
| 28 |
+
$headBlock = $this->getLayout()->getBlock('head');
|
| 29 |
+
$fontsets = array();
|
| 30 |
+
$settings = $helper->getLocalFonts();
|
| 31 |
+
if (!is_array($settings['fontsets'] && strpos($settings['fontsets'], ","))) {
|
| 32 |
+
$settings['fontsets'] = explode(",", $settings['fontsets']);
|
| 33 |
+
}
|
| 34 |
+
array_push($fontsets, $settings['fontsets']);
|
| 35 |
+
foreach ($fontsets[0] as $fontset) {
|
| 36 |
+
if ($settings['minified']) {
|
| 37 |
+
$fontset = $helper->CssToMinified($fontset);
|
| 38 |
+
}
|
| 39 |
+
$headBlock->addCss('frosit/fontawesomeness/fontsets/' . $fontset);
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
}
|
| 43 |
+
return $this;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Block/Widget/FontAwesomeIcon.php
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Block_Widget_FontAwesomeIcon
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Block_Widget_FontAwesomeIcon extends Mage_Core_Block_Template implements Mage_Widget_Block_Interface
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
protected $_config;
|
| 19 |
+
|
| 20 |
+
/**
|
| 21 |
+
* Constructor
|
| 22 |
+
*/
|
| 23 |
+
protected function _construct()
|
| 24 |
+
{
|
| 25 |
+
parent::_construct();
|
| 26 |
+
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
/**
|
| 30 |
+
* @return string
|
| 31 |
+
*/
|
| 32 |
+
protected function _toHtml()
|
| 33 |
+
{
|
| 34 |
+
$sp = ' ';
|
| 35 |
+
$fa = 'fa-';
|
| 36 |
+
|
| 37 |
+
$html = '<i class="fa';
|
| 38 |
+
$html .= $sp;
|
| 39 |
+
$html = $this->getIcon() ? $html . $sp . $fa . $this->getIcon() . $sp : $html . '';
|
| 40 |
+
$html = $this->getSize() !== "default" ? $html . $sp . $fa . $this->getSize() . $sp : $html . '';
|
| 41 |
+
$html = $this->getSpin() ? $html . $sp . $fa . 'spin' . $sp : $html . '';
|
| 42 |
+
$html = $this->getFixed() ? $html . $sp . $fa . 'fw' . $sp : $html . '';
|
| 43 |
+
$html = $this->getFlipRotate() !== "none" ? $html . $sp . $fa . $this->getFlipRotate() . $sp : $html . '';
|
| 44 |
+
|
| 45 |
+
if ($this->getCustom()) {
|
| 46 |
+
$custom = explode(",", $this->getCustom());
|
| 47 |
+
foreach ($custom as $item) {
|
| 48 |
+
$html .= $sp . $item;
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
$html .= '"></i>';
|
| 53 |
+
|
| 54 |
+
return $html;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Helper/Data.php
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
<?php
|
|
|
|
| 2 |
/**
|
| 3 |
* Frosit Fontawesomeness
|
| 4 |
*
|
|
@@ -8,18 +9,55 @@
|
|
| 8 |
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
*/
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
| 1 |
<?php
|
| 2 |
+
|
| 3 |
/**
|
| 4 |
* Frosit Fontawesomeness
|
| 5 |
*
|
| 9 |
* @copyright Copyright (c) 2016 Frosit
|
| 10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 11 |
*/
|
| 12 |
+
|
| 13 |
+
/**
|
| 14 |
+
* Class Frosit_Fontawesomeness_Helper_Data
|
| 15 |
+
*/
|
| 16 |
+
class Frosit_Fontawesomeness_Helper_Data extends Mage_Core_Helper_Abstract
|
| 17 |
+
{
|
| 18 |
+
|
| 19 |
+
const FONTAWESOMECDN = "https://maxcdn.bootstrapcdn.com/font-awesome/{{version}}/css/font-awesome.css";
|
| 20 |
+
const FONTAWESOMELOCAL = "frosit/fontawesomeness/fontsets/font-awesome/css/font-awesome.css";
|
| 21 |
+
|
| 22 |
+
/**
|
| 23 |
+
* @param bool $field
|
| 24 |
+
* @param null $id
|
| 25 |
+
* @return mixed
|
| 26 |
+
*/
|
| 27 |
+
public function getFontAwesomeSettings($field = false, $id = null)
|
| 28 |
+
{
|
| 29 |
+
return Mage::getStoreConfig('fontawesomeness/font_awesome' . ($field ? '/' . $field : ''), Mage::app()->getStore($id));
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
/**
|
| 33 |
+
* @param bool $field
|
| 34 |
+
* @param null $id
|
| 35 |
+
* @return mixed
|
| 36 |
+
*/
|
| 37 |
+
public function getLocalFontSettings($field = false, $id = null)
|
| 38 |
+
{
|
| 39 |
+
return Mage::getStoreConfig('fontawesomeness/local_fonts' . ($field ? '/' . $field : ''), Mage::app()->getStore($id));
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
/**
|
| 43 |
+
* @param bool $field
|
| 44 |
+
* @param null $id
|
| 45 |
+
* @return mixed
|
| 46 |
+
*/
|
| 47 |
+
public function getCdnFontSettings($field = false, $id = null)
|
| 48 |
+
{
|
| 49 |
+
return Mage::getStoreConfig('fontawesomeness/cdn' . ($field ? '/' . $field : ''), Mage::app()->getStore($id));
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
/**
|
| 53 |
+
* @param bool $field
|
| 54 |
+
* @param null $id
|
| 55 |
+
* @return mixed
|
| 56 |
+
*/
|
| 57 |
+
public function getCustomFontSettings($field = false, $id = null)
|
| 58 |
+
{
|
| 59 |
+
return Mage::getStoreConfig('fontawesomeness/custom' . ($field ? '/' . $field : ''), Mage::app()->getStore($id));
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
|
| 63 |
}
|
app/code/community/Frosit/Fontawesomeness/Helper/Fonts.php
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Helper_Fonts
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Helper_Fonts extends Frosit_Fontawesomeness_Helper_Data
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* Get font awesome by specified loading type if it's active.
|
| 20 |
+
* @param $type
|
| 21 |
+
* @return bool|string
|
| 22 |
+
*/
|
| 23 |
+
public function getFontAwesome($type)
|
| 24 |
+
{
|
| 25 |
+
if ($this->getFontAwesomeSettings('active')) {
|
| 26 |
+
if ($type === "cdn") {
|
| 27 |
+
return self::FONTAWESOMECDN;
|
| 28 |
+
} else {
|
| 29 |
+
return self::FONTAWESOMELOCAL;
|
| 30 |
+
}
|
| 31 |
+
} else {
|
| 32 |
+
return false;
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
/**
|
| 37 |
+
* Get local fontset settings
|
| 38 |
+
* @return bool|mixed
|
| 39 |
+
*/
|
| 40 |
+
public function getLocalFonts()
|
| 41 |
+
{
|
| 42 |
+
return $this->getLocalFontSettings('active') && $this->getLocalFontSettings('fontsets') ? $this->getLocalFontSettings() : false;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
/**
|
| 46 |
+
* Get local fontset settings
|
| 47 |
+
* @return bool|mixed
|
| 48 |
+
*/
|
| 49 |
+
public function getCustomFonts()
|
| 50 |
+
{
|
| 51 |
+
|
| 52 |
+
return $this->getCustomFontSettings('active') && $this->getCustomFontSettings('links') ? $this->getCustomFontSettings() : false;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
/**
|
| 56 |
+
* Swaps the CSS file for the minified version
|
| 57 |
+
* @param $cssString
|
| 58 |
+
* @return mixed
|
| 59 |
+
*/
|
| 60 |
+
public function CssToMinified($cssString)
|
| 61 |
+
{
|
| 62 |
+
return str_replace(".css", ".min.css", $cssString);
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/FlipRotate.php
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Model_System_Config_Source_Sources
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Model_System_Config_Source_FontAwesome_FlipRotate extends Mage_Core_Model_Abstract
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* @return array
|
| 20 |
+
*/
|
| 21 |
+
public function toOptionArray()
|
| 22 |
+
{
|
| 23 |
+
return array(
|
| 24 |
+
array('value' => 'none', 'label' => Mage::helper('frosit_fontawesomeness')->__('None')),
|
| 25 |
+
array('value' => 'rotate-90', 'label' => 'rotate 90 degrees'),
|
| 26 |
+
array('value' => 'rotate-180', 'label' => 'rotate 180 degrees'),
|
| 27 |
+
array('value' => 'rotate-270', 'label' => 'rotate 270 degrees'),
|
| 28 |
+
array('value' => 'flip-horizontal', 'label' => 'flip horizontal'),
|
| 29 |
+
array('value' => 'flip-vertical', 'label' => 'flip vertical')
|
| 30 |
+
);
|
| 31 |
+
}
|
| 32 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/Icons.php
ADDED
|
@@ -0,0 +1,757 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Model_System_Config_Source_FontAwesome_FAIcons
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Model_System_Config_Source_FontAwesome_Icons extends Mage_Core_Model_Abstract
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* @return array
|
| 20 |
+
*/
|
| 21 |
+
public function toOptionArray()
|
| 22 |
+
{
|
| 23 |
+
return array(
|
| 24 |
+
array('value' => '500px', 'label' => '500px'),
|
| 25 |
+
array('value' => 'adjust', 'label' => 'adjust'),
|
| 26 |
+
array('value' => 'adn', 'label' => 'adn'),
|
| 27 |
+
array('value' => 'align-center', 'label' => 'align-center'),
|
| 28 |
+
array('value' => 'align-justify', 'label' => 'align-justify'),
|
| 29 |
+
array('value' => 'align-left', 'label' => 'align-left'),
|
| 30 |
+
array('value' => 'align-right', 'label' => 'align-right'),
|
| 31 |
+
array('value' => 'amazon', 'label' => 'amazon'),
|
| 32 |
+
array('value' => 'ambulance', 'label' => 'ambulance'),
|
| 33 |
+
array('value' => 'american-sign-language-interpreting', 'label' => 'american-sign-language-interpreting'),
|
| 34 |
+
array('value' => 'anchor', 'label' => 'anchor'),
|
| 35 |
+
array('value' => 'android', 'label' => 'android'),
|
| 36 |
+
array('value' => 'angellist', 'label' => 'angellist'),
|
| 37 |
+
array('value' => 'angle-double-down', 'label' => 'angle-double-down'),
|
| 38 |
+
array('value' => 'angle-double-left', 'label' => 'angle-double-left'),
|
| 39 |
+
array('value' => 'angle-double-right', 'label' => 'angle-double-right'),
|
| 40 |
+
array('value' => 'angle-double-up', 'label' => 'angle-double-up'),
|
| 41 |
+
array('value' => 'angle-down', 'label' => 'angle-down'),
|
| 42 |
+
array('value' => 'angle-left', 'label' => 'angle-left'),
|
| 43 |
+
array('value' => 'angle-right', 'label' => 'angle-right'),
|
| 44 |
+
array('value' => 'angle-up', 'label' => 'angle-up'),
|
| 45 |
+
array('value' => 'apple', 'label' => 'apple'),
|
| 46 |
+
array('value' => 'archive', 'label' => 'archive'),
|
| 47 |
+
array('value' => 'area-chart', 'label' => 'area-chart'),
|
| 48 |
+
array('value' => 'arrow-circle-down', 'label' => 'arrow-circle-down'),
|
| 49 |
+
array('value' => 'arrow-circle-left', 'label' => 'arrow-circle-left'),
|
| 50 |
+
array('value' => 'arrow-circle-o-down', 'label' => 'arrow-circle-o-down'),
|
| 51 |
+
array('value' => 'arrow-circle-o-left', 'label' => 'arrow-circle-o-left'),
|
| 52 |
+
array('value' => 'arrow-circle-o-right', 'label' => 'arrow-circle-o-right'),
|
| 53 |
+
array('value' => 'arrow-circle-o-up', 'label' => 'arrow-circle-o-up'),
|
| 54 |
+
array('value' => 'arrow-circle-right', 'label' => 'arrow-circle-right'),
|
| 55 |
+
array('value' => 'arrow-circle-up', 'label' => 'arrow-circle-up'),
|
| 56 |
+
array('value' => 'arrow-down', 'label' => 'arrow-down'),
|
| 57 |
+
array('value' => 'arrow-left', 'label' => 'arrow-left'),
|
| 58 |
+
array('value' => 'arrow-right', 'label' => 'arrow-right'),
|
| 59 |
+
array('value' => 'arrow-up', 'label' => 'arrow-up'),
|
| 60 |
+
array('value' => 'arrows', 'label' => 'arrows'),
|
| 61 |
+
array('value' => 'arrows-alt', 'label' => 'arrows-alt'),
|
| 62 |
+
array('value' => 'arrows-h', 'label' => 'arrows-h'),
|
| 63 |
+
array('value' => 'arrows-v', 'label' => 'arrows-v'),
|
| 64 |
+
array('value' => 'asl-interpreting', 'label' => 'asl-interpreting'),
|
| 65 |
+
array('value' => 'assistive-listening-systems', 'label' => 'assistive-listening-systems'),
|
| 66 |
+
array('value' => 'asterisk', 'label' => 'asterisk'),
|
| 67 |
+
array('value' => 'at', 'label' => 'at'),
|
| 68 |
+
array('value' => 'audio-description', 'label' => 'audio-description'),
|
| 69 |
+
array('value' => 'automobile', 'label' => 'automobile'),
|
| 70 |
+
array('value' => 'backward', 'label' => 'backward'),
|
| 71 |
+
array('value' => 'balance-scale', 'label' => 'balance-scale'),
|
| 72 |
+
array('value' => 'ban', 'label' => 'ban'),
|
| 73 |
+
array('value' => 'bank', 'label' => 'bank'),
|
| 74 |
+
array('value' => 'bar-chart', 'label' => 'bar-chart'),
|
| 75 |
+
array('value' => 'bar-chart-o', 'label' => 'bar-chart-o'),
|
| 76 |
+
array('value' => 'barcode', 'label' => 'barcode'),
|
| 77 |
+
array('value' => 'bars', 'label' => 'bars'),
|
| 78 |
+
array('value' => 'battery-0', 'label' => 'battery-0'),
|
| 79 |
+
array('value' => 'battery-1', 'label' => 'battery-1'),
|
| 80 |
+
array('value' => 'battery-2', 'label' => 'battery-2'),
|
| 81 |
+
array('value' => 'battery-3', 'label' => 'battery-3'),
|
| 82 |
+
array('value' => 'battery-4', 'label' => 'battery-4'),
|
| 83 |
+
array('value' => 'battery-empty', 'label' => 'battery-empty'),
|
| 84 |
+
array('value' => 'battery-full', 'label' => 'battery-full'),
|
| 85 |
+
array('value' => 'battery-half', 'label' => 'battery-half'),
|
| 86 |
+
array('value' => 'battery-quarter', 'label' => 'battery-quarter'),
|
| 87 |
+
array('value' => 'battery-three-quarters', 'label' => 'battery-three-quarters'),
|
| 88 |
+
array('value' => 'bed', 'label' => 'bed'),
|
| 89 |
+
array('value' => 'beer', 'label' => 'beer'),
|
| 90 |
+
array('value' => 'behance', 'label' => 'behance'),
|
| 91 |
+
array('value' => 'behance-square', 'label' => 'behance-square'),
|
| 92 |
+
array('value' => 'bell', 'label' => 'bell'),
|
| 93 |
+
array('value' => 'bell-o', 'label' => 'bell-o'),
|
| 94 |
+
array('value' => 'bell-slash', 'label' => 'bell-slash'),
|
| 95 |
+
array('value' => 'bell-slash-o', 'label' => 'bell-slash-o'),
|
| 96 |
+
array('value' => 'bicycle', 'label' => 'bicycle'),
|
| 97 |
+
array('value' => 'binoculars', 'label' => 'binoculars'),
|
| 98 |
+
array('value' => 'birthday-cake', 'label' => 'birthday-cake'),
|
| 99 |
+
array('value' => 'bitbucket', 'label' => 'bitbucket'),
|
| 100 |
+
array('value' => 'bitbucket-square', 'label' => 'bitbucket-square'),
|
| 101 |
+
array('value' => 'bitcoin', 'label' => 'bitcoin'),
|
| 102 |
+
array('value' => 'black-tie', 'label' => 'black-tie'),
|
| 103 |
+
array('value' => 'blind', 'label' => 'blind'),
|
| 104 |
+
array('value' => 'bluetooth', 'label' => 'bluetooth'),
|
| 105 |
+
array('value' => 'bluetooth-b', 'label' => 'bluetooth-b'),
|
| 106 |
+
array('value' => 'bold', 'label' => 'bold'),
|
| 107 |
+
array('value' => 'bolt', 'label' => 'bolt'),
|
| 108 |
+
array('value' => 'bomb', 'label' => 'bomb'),
|
| 109 |
+
array('value' => 'book', 'label' => 'book'),
|
| 110 |
+
array('value' => 'bookmark', 'label' => 'bookmark'),
|
| 111 |
+
array('value' => 'bookmark-o', 'label' => 'bookmark-o'),
|
| 112 |
+
array('value' => 'braille', 'label' => 'braille'),
|
| 113 |
+
array('value' => 'briefcase', 'label' => 'briefcase'),
|
| 114 |
+
array('value' => 'btc', 'label' => 'btc'),
|
| 115 |
+
array('value' => 'bug', 'label' => 'bug'),
|
| 116 |
+
array('value' => 'building', 'label' => 'building'),
|
| 117 |
+
array('value' => 'building-o', 'label' => 'building-o'),
|
| 118 |
+
array('value' => 'bullhorn', 'label' => 'bullhorn'),
|
| 119 |
+
array('value' => 'bullseye', 'label' => 'bullseye'),
|
| 120 |
+
array('value' => 'bus', 'label' => 'bus'),
|
| 121 |
+
array('value' => 'buysellads', 'label' => 'buysellads'),
|
| 122 |
+
array('value' => 'cab', 'label' => 'cab'),
|
| 123 |
+
array('value' => 'calculator', 'label' => 'calculator'),
|
| 124 |
+
array('value' => 'calendar', 'label' => 'calendar'),
|
| 125 |
+
array('value' => 'calendar-check-o', 'label' => 'calendar-check-o'),
|
| 126 |
+
array('value' => 'calendar-minus-o', 'label' => 'calendar-minus-o'),
|
| 127 |
+
array('value' => 'calendar-o', 'label' => 'calendar-o'),
|
| 128 |
+
array('value' => 'calendar-plus-o', 'label' => 'calendar-plus-o'),
|
| 129 |
+
array('value' => 'calendar-times-o', 'label' => 'calendar-times-o'),
|
| 130 |
+
array('value' => 'camera', 'label' => 'camera'),
|
| 131 |
+
array('value' => 'camera-retro', 'label' => 'camera-retro'),
|
| 132 |
+
array('value' => 'car', 'label' => 'car'),
|
| 133 |
+
array('value' => 'caret-down', 'label' => 'caret-down'),
|
| 134 |
+
array('value' => 'caret-left', 'label' => 'caret-left'),
|
| 135 |
+
array('value' => 'caret-right', 'label' => 'caret-right'),
|
| 136 |
+
array('value' => 'caret-square-o-down', 'label' => 'caret-square-o-down'),
|
| 137 |
+
array('value' => 'caret-square-o-left', 'label' => 'caret-square-o-left'),
|
| 138 |
+
array('value' => 'caret-square-o-right', 'label' => 'caret-square-o-right'),
|
| 139 |
+
array('value' => 'caret-square-o-up', 'label' => 'caret-square-o-up'),
|
| 140 |
+
array('value' => 'caret-up', 'label' => 'caret-up'),
|
| 141 |
+
array('value' => 'cart-arrow-down', 'label' => 'cart-arrow-down'),
|
| 142 |
+
array('value' => 'cart-plus', 'label' => 'cart-plus'),
|
| 143 |
+
array('value' => 'cc', 'label' => 'cc'),
|
| 144 |
+
array('value' => 'cc-amex', 'label' => 'cc-amex'),
|
| 145 |
+
array('value' => 'cc-diners-club', 'label' => 'cc-diners-club'),
|
| 146 |
+
array('value' => 'cc-discover', 'label' => 'cc-discover'),
|
| 147 |
+
array('value' => 'cc-jcb', 'label' => 'cc-jcb'),
|
| 148 |
+
array('value' => 'cc-mastercard', 'label' => 'cc-mastercard'),
|
| 149 |
+
array('value' => 'cc-paypal', 'label' => 'cc-paypal'),
|
| 150 |
+
array('value' => 'cc-stripe', 'label' => 'cc-stripe'),
|
| 151 |
+
array('value' => 'cc-visa', 'label' => 'cc-visa'),
|
| 152 |
+
array('value' => 'certificate', 'label' => 'certificate'),
|
| 153 |
+
array('value' => 'chain', 'label' => 'chain'),
|
| 154 |
+
array('value' => 'chain-broken', 'label' => 'chain-broken'),
|
| 155 |
+
array('value' => 'check', 'label' => 'check'),
|
| 156 |
+
array('value' => 'check-circle', 'label' => 'check-circle'),
|
| 157 |
+
array('value' => 'check-circle-o', 'label' => 'check-circle-o'),
|
| 158 |
+
array('value' => 'check-square', 'label' => 'check-square'),
|
| 159 |
+
array('value' => 'check-square-o', 'label' => 'check-square-o'),
|
| 160 |
+
array('value' => 'chevron-circle-down', 'label' => 'chevron-circle-down'),
|
| 161 |
+
array('value' => 'chevron-circle-left', 'label' => 'chevron-circle-left'),
|
| 162 |
+
array('value' => 'chevron-circle-right', 'label' => 'chevron-circle-right'),
|
| 163 |
+
array('value' => 'chevron-circle-up', 'label' => 'chevron-circle-up'),
|
| 164 |
+
array('value' => 'chevron-down', 'label' => 'chevron-down'),
|
| 165 |
+
array('value' => 'chevron-left', 'label' => 'chevron-left'),
|
| 166 |
+
array('value' => 'chevron-right', 'label' => 'chevron-right'),
|
| 167 |
+
array('value' => 'chevron-up', 'label' => 'chevron-up'),
|
| 168 |
+
array('value' => 'child', 'label' => 'child'),
|
| 169 |
+
array('value' => 'chrome', 'label' => 'chrome'),
|
| 170 |
+
array('value' => 'circle', 'label' => 'circle'),
|
| 171 |
+
array('value' => 'circle-o', 'label' => 'circle-o'),
|
| 172 |
+
array('value' => 'circle-o-notch', 'label' => 'circle-o-notch'),
|
| 173 |
+
array('value' => 'circle-thin', 'label' => 'circle-thin'),
|
| 174 |
+
array('value' => 'clipboard', 'label' => 'clipboard'),
|
| 175 |
+
array('value' => 'clock-o', 'label' => 'clock-o'),
|
| 176 |
+
array('value' => 'clone', 'label' => 'clone'),
|
| 177 |
+
array('value' => 'close', 'label' => 'close'),
|
| 178 |
+
array('value' => 'cloud', 'label' => 'cloud'),
|
| 179 |
+
array('value' => 'cloud-download', 'label' => 'cloud-download'),
|
| 180 |
+
array('value' => 'cloud-upload', 'label' => 'cloud-upload'),
|
| 181 |
+
array('value' => 'cny', 'label' => 'cny'),
|
| 182 |
+
array('value' => 'code', 'label' => 'code'),
|
| 183 |
+
array('value' => 'code-fork', 'label' => 'code-fork'),
|
| 184 |
+
array('value' => 'codepen', 'label' => 'codepen'),
|
| 185 |
+
array('value' => 'codiepie', 'label' => 'codiepie'),
|
| 186 |
+
array('value' => 'coffee', 'label' => 'coffee'),
|
| 187 |
+
array('value' => 'cog', 'label' => 'cog'),
|
| 188 |
+
array('value' => 'cogs', 'label' => 'cogs'),
|
| 189 |
+
array('value' => 'columns', 'label' => 'columns'),
|
| 190 |
+
array('value' => 'comment', 'label' => 'comment'),
|
| 191 |
+
array('value' => 'comment-o', 'label' => 'comment-o'),
|
| 192 |
+
array('value' => 'commenting', 'label' => 'commenting'),
|
| 193 |
+
array('value' => 'commenting-o', 'label' => 'commenting-o'),
|
| 194 |
+
array('value' => 'comments', 'label' => 'comments'),
|
| 195 |
+
array('value' => 'comments-o', 'label' => 'comments-o'),
|
| 196 |
+
array('value' => 'compass', 'label' => 'compass'),
|
| 197 |
+
array('value' => 'compress', 'label' => 'compress'),
|
| 198 |
+
array('value' => 'connectdevelop', 'label' => 'connectdevelop'),
|
| 199 |
+
array('value' => 'contao', 'label' => 'contao'),
|
| 200 |
+
array('value' => 'copy', 'label' => 'copy'),
|
| 201 |
+
array('value' => 'copyright', 'label' => 'copyright'),
|
| 202 |
+
array('value' => 'creative-commons', 'label' => 'creative-commons'),
|
| 203 |
+
array('value' => 'credit-card', 'label' => 'credit-card'),
|
| 204 |
+
array('value' => 'credit-card-alt', 'label' => 'credit-card-alt'),
|
| 205 |
+
array('value' => 'crop', 'label' => 'crop'),
|
| 206 |
+
array('value' => 'crosshairs', 'label' => 'crosshairs'),
|
| 207 |
+
array('value' => 'css3', 'label' => 'css3'),
|
| 208 |
+
array('value' => 'cube', 'label' => 'cube'),
|
| 209 |
+
array('value' => 'cubes', 'label' => 'cubes'),
|
| 210 |
+
array('value' => 'cut', 'label' => 'cut'),
|
| 211 |
+
array('value' => 'cutlery', 'label' => 'cutlery'),
|
| 212 |
+
array('value' => 'dashboard', 'label' => 'dashboard'),
|
| 213 |
+
array('value' => 'dashcube', 'label' => 'dashcube'),
|
| 214 |
+
array('value' => 'database', 'label' => 'database'),
|
| 215 |
+
array('value' => 'deaf', 'label' => 'deaf'),
|
| 216 |
+
array('value' => 'deafness', 'label' => 'deafness'),
|
| 217 |
+
array('value' => 'dedent', 'label' => 'dedent'),
|
| 218 |
+
array('value' => 'delicious', 'label' => 'delicious'),
|
| 219 |
+
array('value' => 'desktop', 'label' => 'desktop'),
|
| 220 |
+
array('value' => 'deviantart', 'label' => 'deviantart'),
|
| 221 |
+
array('value' => 'diamond', 'label' => 'diamond'),
|
| 222 |
+
array('value' => 'digg', 'label' => 'digg'),
|
| 223 |
+
array('value' => 'dollar', 'label' => 'dollar'),
|
| 224 |
+
array('value' => 'dot-circle-o', 'label' => 'dot-circle-o'),
|
| 225 |
+
array('value' => 'download', 'label' => 'download'),
|
| 226 |
+
array('value' => 'dribbble', 'label' => 'dribbble'),
|
| 227 |
+
array('value' => 'dropbox', 'label' => 'dropbox'),
|
| 228 |
+
array('value' => 'drupal', 'label' => 'drupal'),
|
| 229 |
+
array('value' => 'edge', 'label' => 'edge'),
|
| 230 |
+
array('value' => 'edit', 'label' => 'edit'),
|
| 231 |
+
array('value' => 'eject', 'label' => 'eject'),
|
| 232 |
+
array('value' => 'ellipsis-h', 'label' => 'ellipsis-h'),
|
| 233 |
+
array('value' => 'ellipsis-v', 'label' => 'ellipsis-v'),
|
| 234 |
+
array('value' => 'empire', 'label' => 'empire'),
|
| 235 |
+
array('value' => 'envelope', 'label' => 'envelope'),
|
| 236 |
+
array('value' => 'envelope-o', 'label' => 'envelope-o'),
|
| 237 |
+
array('value' => 'envelope-square', 'label' => 'envelope-square'),
|
| 238 |
+
array('value' => 'envira', 'label' => 'envira'),
|
| 239 |
+
array('value' => 'eraser', 'label' => 'eraser'),
|
| 240 |
+
array('value' => 'eur', 'label' => 'eur'),
|
| 241 |
+
array('value' => 'euro', 'label' => 'euro'),
|
| 242 |
+
array('value' => 'exchange', 'label' => 'exchange'),
|
| 243 |
+
array('value' => 'exclamation', 'label' => 'exclamation'),
|
| 244 |
+
array('value' => 'exclamation-circle', 'label' => 'exclamation-circle'),
|
| 245 |
+
array('value' => 'exclamation-triangle', 'label' => 'exclamation-triangle'),
|
| 246 |
+
array('value' => 'expand', 'label' => 'expand'),
|
| 247 |
+
array('value' => 'expeditedssl', 'label' => 'expeditedssl'),
|
| 248 |
+
array('value' => 'external-link', 'label' => 'external-link'),
|
| 249 |
+
array('value' => 'external-link-square', 'label' => 'external-link-square'),
|
| 250 |
+
array('value' => 'eye', 'label' => 'eye'),
|
| 251 |
+
array('value' => 'eye-slash', 'label' => 'eye-slash'),
|
| 252 |
+
array('value' => 'eyedropper', 'label' => 'eyedropper'),
|
| 253 |
+
array('value' => 'fa', 'label' => 'fa'),
|
| 254 |
+
array('value' => 'facebook', 'label' => 'facebook'),
|
| 255 |
+
array('value' => 'facebook-f', 'label' => 'facebook-f'),
|
| 256 |
+
array('value' => 'facebook-official', 'label' => 'facebook-official'),
|
| 257 |
+
array('value' => 'facebook-square', 'label' => 'facebook-square'),
|
| 258 |
+
array('value' => 'fast-backward', 'label' => 'fast-backward'),
|
| 259 |
+
array('value' => 'fast-forward', 'label' => 'fast-forward'),
|
| 260 |
+
array('value' => 'fax', 'label' => 'fax'),
|
| 261 |
+
array('value' => 'feed', 'label' => 'feed'),
|
| 262 |
+
array('value' => 'female', 'label' => 'female'),
|
| 263 |
+
array('value' => 'fighter-jet', 'label' => 'fighter-jet'),
|
| 264 |
+
array('value' => 'file', 'label' => 'file'),
|
| 265 |
+
array('value' => 'file-archive-o', 'label' => 'file-archive-o'),
|
| 266 |
+
array('value' => 'file-audio-o', 'label' => 'file-audio-o'),
|
| 267 |
+
array('value' => 'file-code-o', 'label' => 'file-code-o'),
|
| 268 |
+
array('value' => 'file-excel-o', 'label' => 'file-excel-o'),
|
| 269 |
+
array('value' => 'file-image-o', 'label' => 'file-image-o'),
|
| 270 |
+
array('value' => 'file-movie-o', 'label' => 'file-movie-o'),
|
| 271 |
+
array('value' => 'file-o', 'label' => 'file-o'),
|
| 272 |
+
array('value' => 'file-pdf-o', 'label' => 'file-pdf-o'),
|
| 273 |
+
array('value' => 'file-photo-o', 'label' => 'file-photo-o'),
|
| 274 |
+
array('value' => 'file-picture-o', 'label' => 'file-picture-o'),
|
| 275 |
+
array('value' => 'file-powerpoint-o', 'label' => 'file-powerpoint-o'),
|
| 276 |
+
array('value' => 'file-sound-o', 'label' => 'file-sound-o'),
|
| 277 |
+
array('value' => 'file-text', 'label' => 'file-text'),
|
| 278 |
+
array('value' => 'file-text-o', 'label' => 'file-text-o'),
|
| 279 |
+
array('value' => 'file-video-o', 'label' => 'file-video-o'),
|
| 280 |
+
array('value' => 'file-word-o', 'label' => 'file-word-o'),
|
| 281 |
+
array('value' => 'file-zip-o', 'label' => 'file-zip-o'),
|
| 282 |
+
array('value' => 'files-o', 'label' => 'files-o'),
|
| 283 |
+
array('value' => 'film', 'label' => 'film'),
|
| 284 |
+
array('value' => 'filter', 'label' => 'filter'),
|
| 285 |
+
array('value' => 'fire', 'label' => 'fire'),
|
| 286 |
+
array('value' => 'fire-extinguisher', 'label' => 'fire-extinguisher'),
|
| 287 |
+
array('value' => 'firefox', 'label' => 'firefox'),
|
| 288 |
+
array('value' => 'first-order', 'label' => 'first-order'),
|
| 289 |
+
array('value' => 'flag', 'label' => 'flag'),
|
| 290 |
+
array('value' => 'flag-checkered', 'label' => 'flag-checkered'),
|
| 291 |
+
array('value' => 'flag-o', 'label' => 'flag-o'),
|
| 292 |
+
array('value' => 'flash', 'label' => 'flash'),
|
| 293 |
+
array('value' => 'flask', 'label' => 'flask'),
|
| 294 |
+
array('value' => 'flickr', 'label' => 'flickr'),
|
| 295 |
+
array('value' => 'floppy-o', 'label' => 'floppy-o'),
|
| 296 |
+
array('value' => 'folder', 'label' => 'folder'),
|
| 297 |
+
array('value' => 'folder-o', 'label' => 'folder-o'),
|
| 298 |
+
array('value' => 'folder-open', 'label' => 'folder-open'),
|
| 299 |
+
array('value' => 'folder-open-o', 'label' => 'folder-open-o'),
|
| 300 |
+
array('value' => 'font', 'label' => 'font'),
|
| 301 |
+
array('value' => 'font-awesome', 'label' => 'font-awesome'),
|
| 302 |
+
array('value' => 'fonticons', 'label' => 'fonticons'),
|
| 303 |
+
array('value' => 'fort-awesome', 'label' => 'fort-awesome'),
|
| 304 |
+
array('value' => 'forumbee', 'label' => 'forumbee'),
|
| 305 |
+
array('value' => 'forward', 'label' => 'forward'),
|
| 306 |
+
array('value' => 'foursquare', 'label' => 'foursquare'),
|
| 307 |
+
array('value' => 'frown-o', 'label' => 'frown-o'),
|
| 308 |
+
array('value' => 'futbol-o', 'label' => 'futbol-o'),
|
| 309 |
+
array('value' => 'gamepad', 'label' => 'gamepad'),
|
| 310 |
+
array('value' => 'gavel', 'label' => 'gavel'),
|
| 311 |
+
array('value' => 'gbp', 'label' => 'gbp'),
|
| 312 |
+
array('value' => 'ge', 'label' => 'ge'),
|
| 313 |
+
array('value' => 'gear', 'label' => 'gear'),
|
| 314 |
+
array('value' => 'gears', 'label' => 'gears'),
|
| 315 |
+
array('value' => 'genderless', 'label' => 'genderless'),
|
| 316 |
+
array('value' => 'get-pocket', 'label' => 'get-pocket'),
|
| 317 |
+
array('value' => 'gg', 'label' => 'gg'),
|
| 318 |
+
array('value' => 'gg-circle', 'label' => 'gg-circle'),
|
| 319 |
+
array('value' => 'gift', 'label' => 'gift'),
|
| 320 |
+
array('value' => 'git', 'label' => 'git'),
|
| 321 |
+
array('value' => 'git-square', 'label' => 'git-square'),
|
| 322 |
+
array('value' => 'github', 'label' => 'github'),
|
| 323 |
+
array('value' => 'github-alt', 'label' => 'github-alt'),
|
| 324 |
+
array('value' => 'github-square', 'label' => 'github-square'),
|
| 325 |
+
array('value' => 'gitlab', 'label' => 'gitlab'),
|
| 326 |
+
array('value' => 'gittip', 'label' => 'gittip'),
|
| 327 |
+
array('value' => 'glass', 'label' => 'glass'),
|
| 328 |
+
array('value' => 'glide', 'label' => 'glide'),
|
| 329 |
+
array('value' => 'glide-g', 'label' => 'glide-g'),
|
| 330 |
+
array('value' => 'globe', 'label' => 'globe'),
|
| 331 |
+
array('value' => 'google', 'label' => 'google'),
|
| 332 |
+
array('value' => 'google-plus', 'label' => 'google-plus'),
|
| 333 |
+
array('value' => 'google-plus-circle', 'label' => 'google-plus-circle'),
|
| 334 |
+
array('value' => 'google-plus-official', 'label' => 'google-plus-official'),
|
| 335 |
+
array('value' => 'google-plus-square', 'label' => 'google-plus-square'),
|
| 336 |
+
array('value' => 'google-wallet', 'label' => 'google-wallet'),
|
| 337 |
+
array('value' => 'graduation-cap', 'label' => 'graduation-cap'),
|
| 338 |
+
array('value' => 'gratipay', 'label' => 'gratipay'),
|
| 339 |
+
array('value' => 'group', 'label' => 'group'),
|
| 340 |
+
array('value' => 'h-square', 'label' => 'h-square'),
|
| 341 |
+
array('value' => 'hacker-news', 'label' => 'hacker-news'),
|
| 342 |
+
array('value' => 'hand-grab-o', 'label' => 'hand-grab-o'),
|
| 343 |
+
array('value' => 'hand-lizard-o', 'label' => 'hand-lizard-o'),
|
| 344 |
+
array('value' => 'hand-o-down', 'label' => 'hand-o-down'),
|
| 345 |
+
array('value' => 'hand-o-left', 'label' => 'hand-o-left'),
|
| 346 |
+
array('value' => 'hand-o-right', 'label' => 'hand-o-right'),
|
| 347 |
+
array('value' => 'hand-o-up', 'label' => 'hand-o-up'),
|
| 348 |
+
array('value' => 'hand-paper-o', 'label' => 'hand-paper-o'),
|
| 349 |
+
array('value' => 'hand-peace-o', 'label' => 'hand-peace-o'),
|
| 350 |
+
array('value' => 'hand-pointer-o', 'label' => 'hand-pointer-o'),
|
| 351 |
+
array('value' => 'hand-rock-o', 'label' => 'hand-rock-o'),
|
| 352 |
+
array('value' => 'hand-scissors-o', 'label' => 'hand-scissors-o'),
|
| 353 |
+
array('value' => 'hand-spock-o', 'label' => 'hand-spock-o'),
|
| 354 |
+
array('value' => 'hand-stop-o', 'label' => 'hand-stop-o'),
|
| 355 |
+
array('value' => 'hard-of-hearing', 'label' => 'hard-of-hearing'),
|
| 356 |
+
array('value' => 'hashtag', 'label' => 'hashtag'),
|
| 357 |
+
array('value' => 'hdd-o', 'label' => 'hdd-o'),
|
| 358 |
+
array('value' => 'header', 'label' => 'header'),
|
| 359 |
+
array('value' => 'headphones', 'label' => 'headphones'),
|
| 360 |
+
array('value' => 'heart', 'label' => 'heart'),
|
| 361 |
+
array('value' => 'heart-o', 'label' => 'heart-o'),
|
| 362 |
+
array('value' => 'heartbeat', 'label' => 'heartbeat'),
|
| 363 |
+
array('value' => 'history', 'label' => 'history'),
|
| 364 |
+
array('value' => 'home', 'label' => 'home'),
|
| 365 |
+
array('value' => 'hospital-o', 'label' => 'hospital-o'),
|
| 366 |
+
array('value' => 'hotel', 'label' => 'hotel'),
|
| 367 |
+
array('value' => 'hourglass', 'label' => 'hourglass'),
|
| 368 |
+
array('value' => 'hourglass-1', 'label' => 'hourglass-1'),
|
| 369 |
+
array('value' => 'hourglass-2', 'label' => 'hourglass-2'),
|
| 370 |
+
array('value' => 'hourglass-3', 'label' => 'hourglass-3'),
|
| 371 |
+
array('value' => 'hourglass-end', 'label' => 'hourglass-end'),
|
| 372 |
+
array('value' => 'hourglass-half', 'label' => 'hourglass-half'),
|
| 373 |
+
array('value' => 'hourglass-o', 'label' => 'hourglass-o'),
|
| 374 |
+
array('value' => 'hourglass-start', 'label' => 'hourglass-start'),
|
| 375 |
+
array('value' => 'houzz', 'label' => 'houzz'),
|
| 376 |
+
array('value' => 'html5', 'label' => 'html5'),
|
| 377 |
+
array('value' => 'i-cursor', 'label' => 'i-cursor'),
|
| 378 |
+
array('value' => 'ils', 'label' => 'ils'),
|
| 379 |
+
array('value' => 'image', 'label' => 'image'),
|
| 380 |
+
array('value' => 'inbox', 'label' => 'inbox'),
|
| 381 |
+
array('value' => 'indent', 'label' => 'indent'),
|
| 382 |
+
array('value' => 'industry', 'label' => 'industry'),
|
| 383 |
+
array('value' => 'info', 'label' => 'info'),
|
| 384 |
+
array('value' => 'info-circle', 'label' => 'info-circle'),
|
| 385 |
+
array('value' => 'inr', 'label' => 'inr'),
|
| 386 |
+
array('value' => 'instagram', 'label' => 'instagram'),
|
| 387 |
+
array('value' => 'institution', 'label' => 'institution'),
|
| 388 |
+
array('value' => 'internet-explorer', 'label' => 'internet-explorer'),
|
| 389 |
+
array('value' => 'intersex', 'label' => 'intersex'),
|
| 390 |
+
array('value' => 'ioxhost', 'label' => 'ioxhost'),
|
| 391 |
+
array('value' => 'italic', 'label' => 'italic'),
|
| 392 |
+
array('value' => 'joomla', 'label' => 'joomla'),
|
| 393 |
+
array('value' => 'jpy', 'label' => 'jpy'),
|
| 394 |
+
array('value' => 'jsfiddle', 'label' => 'jsfiddle'),
|
| 395 |
+
array('value' => 'key', 'label' => 'key'),
|
| 396 |
+
array('value' => 'keyboard-o', 'label' => 'keyboard-o'),
|
| 397 |
+
array('value' => 'krw', 'label' => 'krw'),
|
| 398 |
+
array('value' => 'language', 'label' => 'language'),
|
| 399 |
+
array('value' => 'laptop', 'label' => 'laptop'),
|
| 400 |
+
array('value' => 'lastfm', 'label' => 'lastfm'),
|
| 401 |
+
array('value' => 'lastfm-square', 'label' => 'lastfm-square'),
|
| 402 |
+
array('value' => 'leaf', 'label' => 'leaf'),
|
| 403 |
+
array('value' => 'leanpub', 'label' => 'leanpub'),
|
| 404 |
+
array('value' => 'legal', 'label' => 'legal'),
|
| 405 |
+
array('value' => 'lemon-o', 'label' => 'lemon-o'),
|
| 406 |
+
array('value' => 'level-down', 'label' => 'level-down'),
|
| 407 |
+
array('value' => 'level-up', 'label' => 'level-up'),
|
| 408 |
+
array('value' => 'life-bouy', 'label' => 'life-bouy'),
|
| 409 |
+
array('value' => 'life-buoy', 'label' => 'life-buoy'),
|
| 410 |
+
array('value' => 'life-ring', 'label' => 'life-ring'),
|
| 411 |
+
array('value' => 'life-saver', 'label' => 'life-saver'),
|
| 412 |
+
array('value' => 'lightbulb-o', 'label' => 'lightbulb-o'),
|
| 413 |
+
array('value' => 'line-chart', 'label' => 'line-chart'),
|
| 414 |
+
array('value' => 'link', 'label' => 'link'),
|
| 415 |
+
array('value' => 'linkedin', 'label' => 'linkedin'),
|
| 416 |
+
array('value' => 'linkedin-square', 'label' => 'linkedin-square'),
|
| 417 |
+
array('value' => 'linux', 'label' => 'linux'),
|
| 418 |
+
array('value' => 'list', 'label' => 'list'),
|
| 419 |
+
array('value' => 'list-alt', 'label' => 'list-alt'),
|
| 420 |
+
array('value' => 'list-ol', 'label' => 'list-ol'),
|
| 421 |
+
array('value' => 'list-ul', 'label' => 'list-ul'),
|
| 422 |
+
array('value' => 'location-arrow', 'label' => 'location-arrow'),
|
| 423 |
+
array('value' => 'lock', 'label' => 'lock'),
|
| 424 |
+
array('value' => 'long-arrow-down', 'label' => 'long-arrow-down'),
|
| 425 |
+
array('value' => 'long-arrow-left', 'label' => 'long-arrow-left'),
|
| 426 |
+
array('value' => 'long-arrow-right', 'label' => 'long-arrow-right'),
|
| 427 |
+
array('value' => 'long-arrow-up', 'label' => 'long-arrow-up'),
|
| 428 |
+
array('value' => 'low-vision', 'label' => 'low-vision'),
|
| 429 |
+
array('value' => 'magic', 'label' => 'magic'),
|
| 430 |
+
array('value' => 'magnet', 'label' => 'magnet'),
|
| 431 |
+
array('value' => 'mail-forward', 'label' => 'mail-forward'),
|
| 432 |
+
array('value' => 'mail-reply', 'label' => 'mail-reply'),
|
| 433 |
+
array('value' => 'mail-reply-all', 'label' => 'mail-reply-all'),
|
| 434 |
+
array('value' => 'male', 'label' => 'male'),
|
| 435 |
+
array('value' => 'map', 'label' => 'map'),
|
| 436 |
+
array('value' => 'map-marker', 'label' => 'map-marker'),
|
| 437 |
+
array('value' => 'map-o', 'label' => 'map-o'),
|
| 438 |
+
array('value' => 'map-pin', 'label' => 'map-pin'),
|
| 439 |
+
array('value' => 'map-signs', 'label' => 'map-signs'),
|
| 440 |
+
array('value' => 'mars', 'label' => 'mars'),
|
| 441 |
+
array('value' => 'mars-double', 'label' => 'mars-double'),
|
| 442 |
+
array('value' => 'mars-stroke', 'label' => 'mars-stroke'),
|
| 443 |
+
array('value' => 'mars-stroke-h', 'label' => 'mars-stroke-h'),
|
| 444 |
+
array('value' => 'mars-stroke-v', 'label' => 'mars-stroke-v'),
|
| 445 |
+
array('value' => 'maxcdn', 'label' => 'maxcdn'),
|
| 446 |
+
array('value' => 'meanpath', 'label' => 'meanpath'),
|
| 447 |
+
array('value' => 'medium', 'label' => 'medium'),
|
| 448 |
+
array('value' => 'medkit', 'label' => 'medkit'),
|
| 449 |
+
array('value' => 'meh-o', 'label' => 'meh-o'),
|
| 450 |
+
array('value' => 'mercury', 'label' => 'mercury'),
|
| 451 |
+
array('value' => 'microphone', 'label' => 'microphone'),
|
| 452 |
+
array('value' => 'microphone-slash', 'label' => 'microphone-slash'),
|
| 453 |
+
array('value' => 'minus', 'label' => 'minus'),
|
| 454 |
+
array('value' => 'minus-circle', 'label' => 'minus-circle'),
|
| 455 |
+
array('value' => 'minus-square', 'label' => 'minus-square'),
|
| 456 |
+
array('value' => 'minus-square-o', 'label' => 'minus-square-o'),
|
| 457 |
+
array('value' => 'mixcloud', 'label' => 'mixcloud'),
|
| 458 |
+
array('value' => 'mobile', 'label' => 'mobile'),
|
| 459 |
+
array('value' => 'mobile-phone', 'label' => 'mobile-phone'),
|
| 460 |
+
array('value' => 'modx', 'label' => 'modx'),
|
| 461 |
+
array('value' => 'money', 'label' => 'money'),
|
| 462 |
+
array('value' => 'moon-o', 'label' => 'moon-o'),
|
| 463 |
+
array('value' => 'mortar-board', 'label' => 'mortar-board'),
|
| 464 |
+
array('value' => 'motorcycle', 'label' => 'motorcycle'),
|
| 465 |
+
array('value' => 'mouse-pointer', 'label' => 'mouse-pointer'),
|
| 466 |
+
array('value' => 'music', 'label' => 'music'),
|
| 467 |
+
array('value' => 'navicon', 'label' => 'navicon'),
|
| 468 |
+
array('value' => 'neuter', 'label' => 'neuter'),
|
| 469 |
+
array('value' => 'newspaper-o', 'label' => 'newspaper-o'),
|
| 470 |
+
array('value' => 'object-group', 'label' => 'object-group'),
|
| 471 |
+
array('value' => 'object-ungroup', 'label' => 'object-ungroup'),
|
| 472 |
+
array('value' => 'odnoklassniki', 'label' => 'odnoklassniki'),
|
| 473 |
+
array('value' => 'odnoklassniki-square', 'label' => 'odnoklassniki-square'),
|
| 474 |
+
array('value' => 'opencart', 'label' => 'opencart'),
|
| 475 |
+
array('value' => 'openid', 'label' => 'openid'),
|
| 476 |
+
array('value' => 'opera', 'label' => 'opera'),
|
| 477 |
+
array('value' => 'optin-monster', 'label' => 'optin-monster'),
|
| 478 |
+
array('value' => 'outdent', 'label' => 'outdent'),
|
| 479 |
+
array('value' => 'pagelines', 'label' => 'pagelines'),
|
| 480 |
+
array('value' => 'paint-brush', 'label' => 'paint-brush'),
|
| 481 |
+
array('value' => 'paper-plane', 'label' => 'paper-plane'),
|
| 482 |
+
array('value' => 'paper-plane-o', 'label' => 'paper-plane-o'),
|
| 483 |
+
array('value' => 'paperclip', 'label' => 'paperclip'),
|
| 484 |
+
array('value' => 'paragraph', 'label' => 'paragraph'),
|
| 485 |
+
array('value' => 'paste', 'label' => 'paste'),
|
| 486 |
+
array('value' => 'pause', 'label' => 'pause'),
|
| 487 |
+
array('value' => 'pause-circle', 'label' => 'pause-circle'),
|
| 488 |
+
array('value' => 'pause-circle-o', 'label' => 'pause-circle-o'),
|
| 489 |
+
array('value' => 'paw', 'label' => 'paw'),
|
| 490 |
+
array('value' => 'paypal', 'label' => 'paypal'),
|
| 491 |
+
array('value' => 'pencil', 'label' => 'pencil'),
|
| 492 |
+
array('value' => 'pencil-square', 'label' => 'pencil-square'),
|
| 493 |
+
array('value' => 'pencil-square-o', 'label' => 'pencil-square-o'),
|
| 494 |
+
array('value' => 'percent', 'label' => 'percent'),
|
| 495 |
+
array('value' => 'phone', 'label' => 'phone'),
|
| 496 |
+
array('value' => 'phone-square', 'label' => 'phone-square'),
|
| 497 |
+
array('value' => 'photo', 'label' => 'photo'),
|
| 498 |
+
array('value' => 'picture-o', 'label' => 'picture-o'),
|
| 499 |
+
array('value' => 'pie-chart', 'label' => 'pie-chart'),
|
| 500 |
+
array('value' => 'pied-piper', 'label' => 'pied-piper'),
|
| 501 |
+
array('value' => 'pied-piper-alt', 'label' => 'pied-piper-alt'),
|
| 502 |
+
array('value' => 'pied-piper-pp', 'label' => 'pied-piper-pp'),
|
| 503 |
+
array('value' => 'pinterest', 'label' => 'pinterest'),
|
| 504 |
+
array('value' => 'pinterest-p', 'label' => 'pinterest-p'),
|
| 505 |
+
array('value' => 'pinterest-square', 'label' => 'pinterest-square'),
|
| 506 |
+
array('value' => 'plane', 'label' => 'plane'),
|
| 507 |
+
array('value' => 'play', 'label' => 'play'),
|
| 508 |
+
array('value' => 'play-circle', 'label' => 'play-circle'),
|
| 509 |
+
array('value' => 'play-circle-o', 'label' => 'play-circle-o'),
|
| 510 |
+
array('value' => 'plug', 'label' => 'plug'),
|
| 511 |
+
array('value' => 'plus', 'label' => 'plus'),
|
| 512 |
+
array('value' => 'plus-circle', 'label' => 'plus-circle'),
|
| 513 |
+
array('value' => 'plus-square', 'label' => 'plus-square'),
|
| 514 |
+
array('value' => 'plus-square-o', 'label' => 'plus-square-o'),
|
| 515 |
+
array('value' => 'power-off', 'label' => 'power-off'),
|
| 516 |
+
array('value' => 'print', 'label' => 'print'),
|
| 517 |
+
array('value' => 'product-hunt', 'label' => 'product-hunt'),
|
| 518 |
+
array('value' => 'puzzle-piece', 'label' => 'puzzle-piece'),
|
| 519 |
+
array('value' => 'qq', 'label' => 'qq'),
|
| 520 |
+
array('value' => 'qrcode', 'label' => 'qrcode'),
|
| 521 |
+
array('value' => 'question', 'label' => 'question'),
|
| 522 |
+
array('value' => 'question-circle', 'label' => 'question-circle'),
|
| 523 |
+
array('value' => 'question-circle-o', 'label' => 'question-circle-o'),
|
| 524 |
+
array('value' => 'quote-left', 'label' => 'quote-left'),
|
| 525 |
+
array('value' => 'quote-right', 'label' => 'quote-right'),
|
| 526 |
+
array('value' => 'ra', 'label' => 'ra'),
|
| 527 |
+
array('value' => 'random', 'label' => 'random'),
|
| 528 |
+
array('value' => 'rebel', 'label' => 'rebel'),
|
| 529 |
+
array('value' => 'recycle', 'label' => 'recycle'),
|
| 530 |
+
array('value' => 'reddit', 'label' => 'reddit'),
|
| 531 |
+
array('value' => 'reddit-alien', 'label' => 'reddit-alien'),
|
| 532 |
+
array('value' => 'reddit-square', 'label' => 'reddit-square'),
|
| 533 |
+
array('value' => 'refresh', 'label' => 'refresh'),
|
| 534 |
+
array('value' => 'registered', 'label' => 'registered'),
|
| 535 |
+
array('value' => 'remove', 'label' => 'remove'),
|
| 536 |
+
array('value' => 'renren', 'label' => 'renren'),
|
| 537 |
+
array('value' => 'reorder', 'label' => 'reorder'),
|
| 538 |
+
array('value' => 'repeat', 'label' => 'repeat'),
|
| 539 |
+
array('value' => 'reply', 'label' => 'reply'),
|
| 540 |
+
array('value' => 'reply-all', 'label' => 'reply-all'),
|
| 541 |
+
array('value' => 'resistance', 'label' => 'resistance'),
|
| 542 |
+
array('value' => 'retweet', 'label' => 'retweet'),
|
| 543 |
+
array('value' => 'rmb', 'label' => 'rmb'),
|
| 544 |
+
array('value' => 'road', 'label' => 'road'),
|
| 545 |
+
array('value' => 'rocket', 'label' => 'rocket'),
|
| 546 |
+
array('value' => 'rotate-left', 'label' => 'rotate-left'),
|
| 547 |
+
array('value' => 'rotate-right', 'label' => 'rotate-right'),
|
| 548 |
+
array('value' => 'rouble', 'label' => 'rouble'),
|
| 549 |
+
array('value' => 'rss', 'label' => 'rss'),
|
| 550 |
+
array('value' => 'rss-square', 'label' => 'rss-square'),
|
| 551 |
+
array('value' => 'rub', 'label' => 'rub'),
|
| 552 |
+
array('value' => 'ruble', 'label' => 'ruble'),
|
| 553 |
+
array('value' => 'rupee', 'label' => 'rupee'),
|
| 554 |
+
array('value' => 'safari', 'label' => 'safari'),
|
| 555 |
+
array('value' => 'save', 'label' => 'save'),
|
| 556 |
+
array('value' => 'scissors', 'label' => 'scissors'),
|
| 557 |
+
array('value' => 'scribd', 'label' => 'scribd'),
|
| 558 |
+
array('value' => 'search', 'label' => 'search'),
|
| 559 |
+
array('value' => 'search-minus', 'label' => 'search-minus'),
|
| 560 |
+
array('value' => 'search-plus', 'label' => 'search-plus'),
|
| 561 |
+
array('value' => 'sellsy', 'label' => 'sellsy'),
|
| 562 |
+
array('value' => 'send', 'label' => 'send'),
|
| 563 |
+
array('value' => 'send-o', 'label' => 'send-o'),
|
| 564 |
+
array('value' => 'server', 'label' => 'server'),
|
| 565 |
+
array('value' => 'share', 'label' => 'share'),
|
| 566 |
+
array('value' => 'share-alt', 'label' => 'share-alt'),
|
| 567 |
+
array('value' => 'share-alt-square', 'label' => 'share-alt-square'),
|
| 568 |
+
array('value' => 'share-square', 'label' => 'share-square'),
|
| 569 |
+
array('value' => 'share-square-o', 'label' => 'share-square-o'),
|
| 570 |
+
array('value' => 'shekel', 'label' => 'shekel'),
|
| 571 |
+
array('value' => 'sheqel', 'label' => 'sheqel'),
|
| 572 |
+
array('value' => 'shield', 'label' => 'shield'),
|
| 573 |
+
array('value' => 'ship', 'label' => 'ship'),
|
| 574 |
+
array('value' => 'shirtsinbulk', 'label' => 'shirtsinbulk'),
|
| 575 |
+
array('value' => 'shopping-bag', 'label' => 'shopping-bag'),
|
| 576 |
+
array('value' => 'shopping-basket', 'label' => 'shopping-basket'),
|
| 577 |
+
array('value' => 'shopping-cart', 'label' => 'shopping-cart'),
|
| 578 |
+
array('value' => 'sign-in', 'label' => 'sign-in'),
|
| 579 |
+
array('value' => 'sign-language', 'label' => 'sign-language'),
|
| 580 |
+
array('value' => 'sign-out', 'label' => 'sign-out'),
|
| 581 |
+
array('value' => 'signal', 'label' => 'signal'),
|
| 582 |
+
array('value' => 'signing', 'label' => 'signing'),
|
| 583 |
+
array('value' => 'simplybuilt', 'label' => 'simplybuilt'),
|
| 584 |
+
array('value' => 'sitemap', 'label' => 'sitemap'),
|
| 585 |
+
array('value' => 'skyatlas', 'label' => 'skyatlas'),
|
| 586 |
+
array('value' => 'skype', 'label' => 'skype'),
|
| 587 |
+
array('value' => 'slack', 'label' => 'slack'),
|
| 588 |
+
array('value' => 'sliders', 'label' => 'sliders'),
|
| 589 |
+
array('value' => 'slideshare', 'label' => 'slideshare'),
|
| 590 |
+
array('value' => 'smile-o', 'label' => 'smile-o'),
|
| 591 |
+
array('value' => 'snapchat', 'label' => 'snapchat'),
|
| 592 |
+
array('value' => 'snapchat-ghost', 'label' => 'snapchat-ghost'),
|
| 593 |
+
array('value' => 'snapchat-square', 'label' => 'snapchat-square'),
|
| 594 |
+
array('value' => 'soccer-ball-o', 'label' => 'soccer-ball-o'),
|
| 595 |
+
array('value' => 'sort', 'label' => 'sort'),
|
| 596 |
+
array('value' => 'sort-alpha-asc', 'label' => 'sort-alpha-asc'),
|
| 597 |
+
array('value' => 'sort-alpha-desc', 'label' => 'sort-alpha-desc'),
|
| 598 |
+
array('value' => 'sort-amount-asc', 'label' => 'sort-amount-asc'),
|
| 599 |
+
array('value' => 'sort-amount-desc', 'label' => 'sort-amount-desc'),
|
| 600 |
+
array('value' => 'sort-asc', 'label' => 'sort-asc'),
|
| 601 |
+
array('value' => 'sort-desc', 'label' => 'sort-desc'),
|
| 602 |
+
array('value' => 'sort-down', 'label' => 'sort-down'),
|
| 603 |
+
array('value' => 'sort-numeric-asc', 'label' => 'sort-numeric-asc'),
|
| 604 |
+
array('value' => 'sort-numeric-desc', 'label' => 'sort-numeric-desc'),
|
| 605 |
+
array('value' => 'sort-up', 'label' => 'sort-up'),
|
| 606 |
+
array('value' => 'soundcloud', 'label' => 'soundcloud'),
|
| 607 |
+
array('value' => 'space-shuttle', 'label' => 'space-shuttle'),
|
| 608 |
+
array('value' => 'spinner', 'label' => 'spinner'),
|
| 609 |
+
array('value' => 'spoon', 'label' => 'spoon'),
|
| 610 |
+
array('value' => 'spotify', 'label' => 'spotify'),
|
| 611 |
+
array('value' => 'square', 'label' => 'square'),
|
| 612 |
+
array('value' => 'square-o', 'label' => 'square-o'),
|
| 613 |
+
array('value' => 'stack-exchange', 'label' => 'stack-exchange'),
|
| 614 |
+
array('value' => 'stack-overflow', 'label' => 'stack-overflow'),
|
| 615 |
+
array('value' => 'star', 'label' => 'star'),
|
| 616 |
+
array('value' => 'star-half', 'label' => 'star-half'),
|
| 617 |
+
array('value' => 'star-half-empty', 'label' => 'star-half-empty'),
|
| 618 |
+
array('value' => 'star-half-full', 'label' => 'star-half-full'),
|
| 619 |
+
array('value' => 'star-half-o', 'label' => 'star-half-o'),
|
| 620 |
+
array('value' => 'star-o', 'label' => 'star-o'),
|
| 621 |
+
array('value' => 'steam', 'label' => 'steam'),
|
| 622 |
+
array('value' => 'steam-square', 'label' => 'steam-square'),
|
| 623 |
+
array('value' => 'step-backward', 'label' => 'step-backward'),
|
| 624 |
+
array('value' => 'step-forward', 'label' => 'step-forward'),
|
| 625 |
+
array('value' => 'stethoscope', 'label' => 'stethoscope'),
|
| 626 |
+
array('value' => 'sticky-note', 'label' => 'sticky-note'),
|
| 627 |
+
array('value' => 'sticky-note-o', 'label' => 'sticky-note-o'),
|
| 628 |
+
array('value' => 'stop', 'label' => 'stop'),
|
| 629 |
+
array('value' => 'stop-circle', 'label' => 'stop-circle'),
|
| 630 |
+
array('value' => 'stop-circle-o', 'label' => 'stop-circle-o'),
|
| 631 |
+
array('value' => 'street-view', 'label' => 'street-view'),
|
| 632 |
+
array('value' => 'strikethrough', 'label' => 'strikethrough'),
|
| 633 |
+
array('value' => 'stumbleupon', 'label' => 'stumbleupon'),
|
| 634 |
+
array('value' => 'stumbleupon-circle', 'label' => 'stumbleupon-circle'),
|
| 635 |
+
array('value' => 'subscript', 'label' => 'subscript'),
|
| 636 |
+
array('value' => 'subway', 'label' => 'subway'),
|
| 637 |
+
array('value' => 'suitcase', 'label' => 'suitcase'),
|
| 638 |
+
array('value' => 'sun-o', 'label' => 'sun-o'),
|
| 639 |
+
array('value' => 'superscript', 'label' => 'superscript'),
|
| 640 |
+
array('value' => 'support', 'label' => 'support'),
|
| 641 |
+
array('value' => 'table', 'label' => 'table'),
|
| 642 |
+
array('value' => 'tablet', 'label' => 'tablet'),
|
| 643 |
+
array('value' => 'tachometer', 'label' => 'tachometer'),
|
| 644 |
+
array('value' => 'tag', 'label' => 'tag'),
|
| 645 |
+
array('value' => 'tags', 'label' => 'tags'),
|
| 646 |
+
array('value' => 'tasks', 'label' => 'tasks'),
|
| 647 |
+
array('value' => 'taxi', 'label' => 'taxi'),
|
| 648 |
+
array('value' => 'television', 'label' => 'television'),
|
| 649 |
+
array('value' => 'tencent-weibo', 'label' => 'tencent-weibo'),
|
| 650 |
+
array('value' => 'terminal', 'label' => 'terminal'),
|
| 651 |
+
array('value' => 'text-height', 'label' => 'text-height'),
|
| 652 |
+
array('value' => 'text-width', 'label' => 'text-width'),
|
| 653 |
+
array('value' => 'th', 'label' => 'th'),
|
| 654 |
+
array('value' => 'th-large', 'label' => 'th-large'),
|
| 655 |
+
array('value' => 'th-list', 'label' => 'th-list'),
|
| 656 |
+
array('value' => 'themeisle', 'label' => 'themeisle'),
|
| 657 |
+
array('value' => 'thumb-tack', 'label' => 'thumb-tack'),
|
| 658 |
+
array('value' => 'thumbs-down', 'label' => 'thumbs-down'),
|
| 659 |
+
array('value' => 'thumbs-o-down', 'label' => 'thumbs-o-down'),
|
| 660 |
+
array('value' => 'thumbs-o-up', 'label' => 'thumbs-o-up'),
|
| 661 |
+
array('value' => 'thumbs-up', 'label' => 'thumbs-up'),
|
| 662 |
+
array('value' => 'ticket', 'label' => 'ticket'),
|
| 663 |
+
array('value' => 'times', 'label' => 'times'),
|
| 664 |
+
array('value' => 'times-circle', 'label' => 'times-circle'),
|
| 665 |
+
array('value' => 'times-circle-o', 'label' => 'times-circle-o'),
|
| 666 |
+
array('value' => 'tint', 'label' => 'tint'),
|
| 667 |
+
array('value' => 'toggle-down', 'label' => 'toggle-down'),
|
| 668 |
+
array('value' => 'toggle-left', 'label' => 'toggle-left'),
|
| 669 |
+
array('value' => 'toggle-off', 'label' => 'toggle-off'),
|
| 670 |
+
array('value' => 'toggle-on', 'label' => 'toggle-on'),
|
| 671 |
+
array('value' => 'toggle-right', 'label' => 'toggle-right'),
|
| 672 |
+
array('value' => 'toggle-up', 'label' => 'toggle-up'),
|
| 673 |
+
array('value' => 'trademark', 'label' => 'trademark'),
|
| 674 |
+
array('value' => 'train', 'label' => 'train'),
|
| 675 |
+
array('value' => 'transgender', 'label' => 'transgender'),
|
| 676 |
+
array('value' => 'transgender-alt', 'label' => 'transgender-alt'),
|
| 677 |
+
array('value' => 'trash', 'label' => 'trash'),
|
| 678 |
+
array('value' => 'trash-o', 'label' => 'trash-o'),
|
| 679 |
+
array('value' => 'tree', 'label' => 'tree'),
|
| 680 |
+
array('value' => 'trello', 'label' => 'trello'),
|
| 681 |
+
array('value' => 'tripadvisor', 'label' => 'tripadvisor'),
|
| 682 |
+
array('value' => 'trophy', 'label' => 'trophy'),
|
| 683 |
+
array('value' => 'truck', 'label' => 'truck'),
|
| 684 |
+
array('value' => 'try', 'label' => 'try'),
|
| 685 |
+
array('value' => 'tty', 'label' => 'tty'),
|
| 686 |
+
array('value' => 'tumblr', 'label' => 'tumblr'),
|
| 687 |
+
array('value' => 'tumblr-square', 'label' => 'tumblr-square'),
|
| 688 |
+
array('value' => 'turkish-lira', 'label' => 'turkish-lira'),
|
| 689 |
+
array('value' => 'tv', 'label' => 'tv'),
|
| 690 |
+
array('value' => 'twitch', 'label' => 'twitch'),
|
| 691 |
+
array('value' => 'twitter', 'label' => 'twitter'),
|
| 692 |
+
array('value' => 'twitter-square', 'label' => 'twitter-square'),
|
| 693 |
+
array('value' => 'umbrella', 'label' => 'umbrella'),
|
| 694 |
+
array('value' => 'underline', 'label' => 'underline'),
|
| 695 |
+
array('value' => 'undo', 'label' => 'undo'),
|
| 696 |
+
array('value' => 'universal-access', 'label' => 'universal-access'),
|
| 697 |
+
array('value' => 'university', 'label' => 'university'),
|
| 698 |
+
array('value' => 'unlink', 'label' => 'unlink'),
|
| 699 |
+
array('value' => 'unlock', 'label' => 'unlock'),
|
| 700 |
+
array('value' => 'unlock-alt', 'label' => 'unlock-alt'),
|
| 701 |
+
array('value' => 'unsorted', 'label' => 'unsorted'),
|
| 702 |
+
array('value' => 'upload', 'label' => 'upload'),
|
| 703 |
+
array('value' => 'usb', 'label' => 'usb'),
|
| 704 |
+
array('value' => 'usd', 'label' => 'usd'),
|
| 705 |
+
array('value' => 'user', 'label' => 'user'),
|
| 706 |
+
array('value' => 'user-md', 'label' => 'user-md'),
|
| 707 |
+
array('value' => 'user-plus', 'label' => 'user-plus'),
|
| 708 |
+
array('value' => 'user-secret', 'label' => 'user-secret'),
|
| 709 |
+
array('value' => 'user-times', 'label' => 'user-times'),
|
| 710 |
+
array('value' => 'users', 'label' => 'users'),
|
| 711 |
+
array('value' => 'venus', 'label' => 'venus'),
|
| 712 |
+
array('value' => 'venus-double', 'label' => 'venus-double'),
|
| 713 |
+
array('value' => 'venus-mars', 'label' => 'venus-mars'),
|
| 714 |
+
array('value' => 'viacoin', 'label' => 'viacoin'),
|
| 715 |
+
array('value' => 'viadeo', 'label' => 'viadeo'),
|
| 716 |
+
array('value' => 'viadeo-square', 'label' => 'viadeo-square'),
|
| 717 |
+
array('value' => 'video-camera', 'label' => 'video-camera'),
|
| 718 |
+
array('value' => 'vimeo', 'label' => 'vimeo'),
|
| 719 |
+
array('value' => 'vimeo-square', 'label' => 'vimeo-square'),
|
| 720 |
+
array('value' => 'vine', 'label' => 'vine'),
|
| 721 |
+
array('value' => 'vk', 'label' => 'vk'),
|
| 722 |
+
array('value' => 'volume-control-phone', 'label' => 'volume-control-phone'),
|
| 723 |
+
array('value' => 'volume-down', 'label' => 'volume-down'),
|
| 724 |
+
array('value' => 'volume-off', 'label' => 'volume-off'),
|
| 725 |
+
array('value' => 'volume-up', 'label' => 'volume-up'),
|
| 726 |
+
array('value' => 'warning', 'label' => 'warning'),
|
| 727 |
+
array('value' => 'wechat', 'label' => 'wechat'),
|
| 728 |
+
array('value' => 'weibo', 'label' => 'weibo'),
|
| 729 |
+
array('value' => 'weixin', 'label' => 'weixin'),
|
| 730 |
+
array('value' => 'whatsapp', 'label' => 'whatsapp'),
|
| 731 |
+
array('value' => 'wheelchair', 'label' => 'wheelchair'),
|
| 732 |
+
array('value' => 'wheelchair-alt', 'label' => 'wheelchair-alt'),
|
| 733 |
+
array('value' => 'wifi', 'label' => 'wifi'),
|
| 734 |
+
array('value' => 'wikipedia-w', 'label' => 'wikipedia-w'),
|
| 735 |
+
array('value' => 'windows', 'label' => 'windows'),
|
| 736 |
+
array('value' => 'won', 'label' => 'won'),
|
| 737 |
+
array('value' => 'wordpress', 'label' => 'wordpress'),
|
| 738 |
+
array('value' => 'wpbeginner', 'label' => 'wpbeginner'),
|
| 739 |
+
array('value' => 'wpforms', 'label' => 'wpforms'),
|
| 740 |
+
array('value' => 'wrench', 'label' => 'wrench'),
|
| 741 |
+
array('value' => 'xing', 'label' => 'xing'),
|
| 742 |
+
array('value' => 'xing-square', 'label' => 'xing-square'),
|
| 743 |
+
array('value' => 'y-combinator', 'label' => 'y-combinator'),
|
| 744 |
+
array('value' => 'y-combinator-square', 'label' => 'y-combinator-square'),
|
| 745 |
+
array('value' => 'yahoo', 'label' => 'yahoo'),
|
| 746 |
+
array('value' => 'yc', 'label' => 'yc'),
|
| 747 |
+
array('value' => 'yc-square', 'label' => 'yc-square'),
|
| 748 |
+
array('value' => 'yelp', 'label' => 'yelp'),
|
| 749 |
+
array('value' => 'yen', 'label' => 'yen'),
|
| 750 |
+
array('value' => 'yoast', 'label' => 'yoast'),
|
| 751 |
+
array('value' => 'youtube', 'label' => 'youtube'),
|
| 752 |
+
array('value' => 'youtube-play', 'label' => 'youtube-play'),
|
| 753 |
+
array('value' => 'youtube-square', 'label' => 'youtube-square')
|
| 754 |
+
);
|
| 755 |
+
}
|
| 756 |
+
|
| 757 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/Size.php
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Model_System_Config_Source_Sources
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Model_System_Config_Source_FontAwesome_Size extends Mage_Core_Model_Abstract
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* @return array
|
| 20 |
+
*/
|
| 21 |
+
public function toOptionArray()
|
| 22 |
+
{
|
| 23 |
+
return array(
|
| 24 |
+
array('value' => 'default', 'label' => Mage::helper('frosit_fontawesomeness')->__('Default')),
|
| 25 |
+
array('value' => 'lg', 'label' => Mage::helper('frosit_fontawesomeness')->__('Large')),
|
| 26 |
+
array('value' => '2x', 'label' => 'x2'),
|
| 27 |
+
array('value' => '3x', 'label' => 'x3'),
|
| 28 |
+
array('value' => '4x', 'label' => 'x4'),
|
| 29 |
+
array('value' => '5x', 'label' => 'x5'),
|
| 30 |
+
);
|
| 31 |
+
}
|
| 32 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/FontAwesome/Version.php
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Model_System_Config_Source_Sources
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Model_System_Config_Source_FontAwesome_Version extends Mage_Core_Model_Abstract
|
| 16 |
+
{
|
| 17 |
+
|
| 18 |
+
/**
|
| 19 |
+
* @return array
|
| 20 |
+
*/
|
| 21 |
+
public function toOptionArray()
|
| 22 |
+
{
|
| 23 |
+
return array(
|
| 24 |
+
array('value' => '4.6.3', 'label' => '4.6.3'),
|
| 25 |
+
array('value' => '4.6.2', 'label' => '4.6.2'),
|
| 26 |
+
array('value' => '4.6.1', 'label' => '4.6.1'),
|
| 27 |
+
array('value' => '4.5.0', 'label' => '4.5.0'),
|
| 28 |
+
array('value' => '4.4.0', 'label' => '4.4.0'),
|
| 29 |
+
array('value' => '4.3.0', 'label' => '4.3.0'),
|
| 30 |
+
array('value' => '4.2.0', 'label' => '4.2.0'),
|
| 31 |
+
array('value' => '4.1.0', 'label' => '4.1.0')
|
| 32 |
+
);
|
| 33 |
+
}
|
| 34 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/Fontsets/LocalSources.php
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Frosit Fontawesomeness
|
| 5 |
+
*
|
| 6 |
+
* @category Frosit
|
| 7 |
+
* @package Frosit_Fontawesomeness
|
| 8 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 9 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 11 |
+
*/
|
| 12 |
+
|
| 13 |
+
/**
|
| 14 |
+
* Class Frosit_Fontawesomeness_Model_System_Config_Source_Fontsets_LocalSources
|
| 15 |
+
*/
|
| 16 |
+
class Frosit_Fontawesomeness_Model_System_Config_Source_Fontsets_LocalSources extends Mage_Core_Model_Abstract
|
| 17 |
+
{
|
| 18 |
+
|
| 19 |
+
/**
|
| 20 |
+
* @return array
|
| 21 |
+
*/
|
| 22 |
+
public function toOptionArray()
|
| 23 |
+
{
|
| 24 |
+
return array(
|
| 25 |
+
array('value' => 'font-awesome/css/font-awesome.css', 'label' => 'Font Awesome'),
|
| 26 |
+
array('value' => 'foundation-icons/foundation-icons.css', 'label' => 'Foundation Icons'),
|
| 27 |
+
array('value' => 'ionicons/css/ionicons.css', 'label' => 'IonIcons'),
|
| 28 |
+
array('value' => 'octicons/octicons.css', 'label' => 'OctIcons'),
|
| 29 |
+
array('value' => 'open-iconic/css/open-iconic.css', 'label' => 'Open Iconic'),
|
| 30 |
+
array('value' => 'open-iconic/css/open-iconic.css', 'label' => 'Open Iconic (Bootstrap)'),
|
| 31 |
+
array('value' => 'open-iconic/css/open-iconic.css', 'label' => 'Open Iconic (Foundation)'),
|
| 32 |
+
array('value' => 'themify-icons/css/themify-icons.css', 'label' => 'Themify Icons'),
|
| 33 |
+
);
|
| 34 |
+
}
|
| 35 |
+
}
|
app/code/community/Frosit/Fontawesomeness/Model/System/Config/Source/Sources.php
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
/**
|
| 13 |
+
* Class Frosit_Fontawesomeness_Model_System_Config_Source_Sources
|
| 14 |
+
*/
|
| 15 |
+
class Frosit_Fontawesomeness_Model_System_Config_Source_Sources extends Mage_Core_Model_Abstract {
|
| 16 |
+
|
| 17 |
+
/**
|
| 18 |
+
* @return array
|
| 19 |
+
*/
|
| 20 |
+
public function toOptionArray()
|
| 21 |
+
{
|
| 22 |
+
return array(
|
| 23 |
+
array('value' => 'cdn', 'label' => Mage::helper('frosit_fontawesomeness')->__('CDN')),
|
| 24 |
+
array('value' => 'local', 'label' => Mage::helper('frosit_fontawesomeness')->__('Local')),
|
| 25 |
+
);
|
| 26 |
+
}
|
| 27 |
+
}
|
app/code/community/Frosit/Fontawesomeness/controllers/Adminhtml/Frosit/FontawesomenessController.php
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Frosit Fontawesomeness
|
| 4 |
+
*
|
| 5 |
+
* @category Frosit
|
| 6 |
+
* @package Frosit_Fontawesomeness
|
| 7 |
+
* @author Fabio Ros <info@frosit.nl>
|
| 8 |
+
* @copyright Copyright (c) 2016 Frosit
|
| 9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License 3.0 (OSL-3.0)
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
class Frosit_Fontawesomeness_Adminhtml_Frosit_FontawesomenessController extends Mage_Adminhtml_Controller_Action {
|
| 13 |
+
|
| 14 |
+
public function IndexAction(){
|
| 15 |
+
$this->loadLayout();
|
| 16 |
+
|
| 17 |
+
$block = $this->getLayout()->createBlock('core/template');
|
| 18 |
+
$block->setTemplate('frosit/fontawesomeness/base.phtml');
|
| 19 |
+
|
| 20 |
+
// Render the template to the browser
|
| 21 |
+
$this->_addContent($block);
|
| 22 |
+
|
| 23 |
+
$this->renderLayout();
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
}
|
app/code/community/Frosit/Fontawesomeness/etc/adminhtml.xml
CHANGED
|
@@ -20,4 +20,12 @@
|
|
| 20 |
</admin>
|
| 21 |
</resources>
|
| 22 |
</acl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
</config>
|
| 20 |
</admin>
|
| 21 |
</resources>
|
| 22 |
</acl>
|
| 23 |
+
|
| 24 |
+
<!--<menu>-->
|
| 25 |
+
<!--<fontawesomeness>-->
|
| 26 |
+
<!--<title>Font Awesome</title>-->
|
| 27 |
+
<!--<sort_order>10</sort_order>-->
|
| 28 |
+
<!--<action>adminhtml/frosit_fontawesomeness</action>-->
|
| 29 |
+
<!--</fontawesomeness>-->
|
| 30 |
+
<!--</menu>-->
|
| 31 |
</config>
|
app/code/community/Frosit/Fontawesomeness/etc/config.xml
CHANGED
|
@@ -3,10 +3,41 @@
|
|
| 3 |
|
| 4 |
<modules>
|
| 5 |
<Frosit_Fontawesomeness>
|
| 6 |
-
<version>1.
|
| 7 |
</Frosit_Fontawesomeness>
|
| 8 |
</modules>
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
<adminhtml>
|
| 11 |
<translate>
|
| 12 |
<modules>
|
|
@@ -17,16 +48,15 @@
|
|
| 17 |
</frosit_fontawesomeness>
|
| 18 |
</modules>
|
| 19 |
</translate>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
</adminhtml>
|
| 21 |
|
| 22 |
-
<global>
|
| 23 |
-
<helpers>
|
| 24 |
-
<frosit_fontawesomeness>
|
| 25 |
-
<class>Frosit_Fontawesomeness_Helper</class>
|
| 26 |
-
</frosit_fontawesomeness>
|
| 27 |
-
</helpers>
|
| 28 |
-
</global>
|
| 29 |
-
|
| 30 |
<frontend>
|
| 31 |
<layout>
|
| 32 |
<updates>
|
|
@@ -40,8 +70,9 @@
|
|
| 40 |
<default>
|
| 41 |
<fontawesomeness>
|
| 42 |
<settings>
|
| 43 |
-
<
|
| 44 |
-
|
|
|
|
| 45 |
</settings>
|
| 46 |
</fontawesomeness>
|
| 47 |
</default>
|
| 3 |
|
| 4 |
<modules>
|
| 5 |
<Frosit_Fontawesomeness>
|
| 6 |
+
<version>1.1.0</version>
|
| 7 |
</Frosit_Fontawesomeness>
|
| 8 |
</modules>
|
| 9 |
|
| 10 |
+
|
| 11 |
+
<global>
|
| 12 |
+
<blocks>
|
| 13 |
+
<frosit_fontawesomeness>
|
| 14 |
+
<class>Frosit_Fontawesomeness_Block</class>
|
| 15 |
+
</frosit_fontawesomeness>
|
| 16 |
+
</blocks>
|
| 17 |
+
<helpers>
|
| 18 |
+
<frosit_fontawesomeness>
|
| 19 |
+
<class>Frosit_Fontawesomeness_Helper</class>
|
| 20 |
+
</frosit_fontawesomeness>
|
| 21 |
+
</helpers>
|
| 22 |
+
<models>
|
| 23 |
+
<frosit_fontawesomeness>
|
| 24 |
+
<class>Frosit_Fontawesomeness_Model</class>
|
| 25 |
+
</frosit_fontawesomeness>
|
| 26 |
+
</models>
|
| 27 |
+
</global>
|
| 28 |
+
|
| 29 |
+
<admin>
|
| 30 |
+
<routers>
|
| 31 |
+
<adminhtml>
|
| 32 |
+
<args>
|
| 33 |
+
<modules>
|
| 34 |
+
<Frosit_Fontawesomeness after="Mage_Adminhtml">Frosit_Fontawesomeness_Adminhtml</Frosit_Fontawesomeness>
|
| 35 |
+
</modules>
|
| 36 |
+
</args>
|
| 37 |
+
</adminhtml>
|
| 38 |
+
</routers>
|
| 39 |
+
</admin>
|
| 40 |
+
|
| 41 |
<adminhtml>
|
| 42 |
<translate>
|
| 43 |
<modules>
|
| 48 |
</frosit_fontawesomeness>
|
| 49 |
</modules>
|
| 50 |
</translate>
|
| 51 |
+
<layout>
|
| 52 |
+
<updates>
|
| 53 |
+
<frosit_fontawesomeness>
|
| 54 |
+
<file>frosit_fontawesomeness.xml</file>
|
| 55 |
+
</frosit_fontawesomeness>
|
| 56 |
+
</updates>
|
| 57 |
+
</layout>
|
| 58 |
</adminhtml>
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
<frontend>
|
| 61 |
<layout>
|
| 62 |
<updates>
|
| 70 |
<default>
|
| 71 |
<fontawesomeness>
|
| 72 |
<settings>
|
| 73 |
+
<font_awesome>
|
| 74 |
+
<active>0</active>
|
| 75 |
+
</font_awesome>
|
| 76 |
</settings>
|
| 77 |
</fontawesomeness>
|
| 78 |
</default>
|
app/code/community/Frosit/Fontawesomeness/etc/system.xml
CHANGED
|
@@ -18,35 +18,149 @@
|
|
| 18 |
<show_in_store>1</show_in_store>
|
| 19 |
|
| 20 |
<groups>
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
<sort_order>10</sort_order>
|
| 24 |
<show_in_default>1</show_in_default>
|
| 25 |
<show_in_website>1</show_in_website>
|
| 26 |
<show_in_store>1</show_in_store>
|
| 27 |
<fields>
|
| 28 |
-
<
|
| 29 |
-
<label>
|
| 30 |
-
<comment>Uses the Content Delivery Network</comment>
|
| 31 |
<frontend_type>select</frontend_type>
|
| 32 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 33 |
<sort_order>10</sort_order>
|
| 34 |
<show_in_default>1</show_in_default>
|
| 35 |
<show_in_website>1</show_in_website>
|
| 36 |
<show_in_store>1</show_in_store>
|
| 37 |
-
</
|
| 38 |
-
<
|
| 39 |
-
<label>
|
| 40 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
<frontend_type>select</frontend_type>
|
| 42 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
<sort_order>20</sort_order>
|
| 44 |
<show_in_default>1</show_in_default>
|
| 45 |
<show_in_website>1</show_in_website>
|
| 46 |
<show_in_store>1</show_in_store>
|
| 47 |
-
</
|
| 48 |
</fields>
|
| 49 |
-
</
|
| 50 |
</groups>
|
| 51 |
</fontawesomeness>
|
| 52 |
</sections>
|
| 18 |
<show_in_store>1</show_in_store>
|
| 19 |
|
| 20 |
<groups>
|
| 21 |
+
<!--<logo>-->
|
| 22 |
+
<!--<frontend_model>frosit_fontawesomeness/adminhtml_system_config_fieldset_logo</frontend_model>-->
|
| 23 |
+
<!--<sort_order>0</sort_order>-->
|
| 24 |
+
<!--<show_in_default>1</show_in_default>-->
|
| 25 |
+
<!--<show_in_website>1</show_in_website>-->
|
| 26 |
+
<!--<show_in_store>1</show_in_store>-->
|
| 27 |
+
<!--</logo>-->
|
| 28 |
+
|
| 29 |
+
<info>
|
| 30 |
+
<frontend_model>frosit_fontawesomeness/adminhtml_system_config_fieldset_info</frontend_model>
|
| 31 |
+
<sort_order>5</sort_order>
|
| 32 |
+
<show_in_default>1</show_in_default>
|
| 33 |
+
<show_in_website>1</show_in_website>
|
| 34 |
+
<show_in_store>1</show_in_store>
|
| 35 |
+
</info>
|
| 36 |
+
<font_awesome translate="label">
|
| 37 |
+
<label>Font Awesome</label>
|
| 38 |
<sort_order>10</sort_order>
|
| 39 |
<show_in_default>1</show_in_default>
|
| 40 |
<show_in_website>1</show_in_website>
|
| 41 |
<show_in_store>1</show_in_store>
|
| 42 |
<fields>
|
| 43 |
+
<active translate="label, comment">
|
| 44 |
+
<label>Enable</label>
|
|
|
|
| 45 |
<frontend_type>select</frontend_type>
|
| 46 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 47 |
<sort_order>10</sort_order>
|
| 48 |
<show_in_default>1</show_in_default>
|
| 49 |
<show_in_website>1</show_in_website>
|
| 50 |
<show_in_store>1</show_in_store>
|
| 51 |
+
</active>
|
| 52 |
+
<method translate="label, comment">
|
| 53 |
+
<label>Load by</label>
|
| 54 |
+
<frontend_type>select</frontend_type>
|
| 55 |
+
<source_model>frosit_fontawesomeness/system_config_source_sources</source_model>
|
| 56 |
+
<depends>
|
| 57 |
+
<active>1</active>
|
| 58 |
+
</depends>
|
| 59 |
+
<sort_order>20</sort_order>
|
| 60 |
+
<show_in_default>1</show_in_default>
|
| 61 |
+
<show_in_website>1</show_in_website>
|
| 62 |
+
<show_in_store>1</show_in_store>
|
| 63 |
+
</method>
|
| 64 |
+
<version translate="label">
|
| 65 |
+
<label>Version</label>
|
| 66 |
+
<frontend_type>select</frontend_type>
|
| 67 |
+
<source_model>frosit_fontawesomeness/system_config_source_fontAwesome_Version</source_model>
|
| 68 |
+
<depends>
|
| 69 |
+
<method>cdn</method>
|
| 70 |
+
</depends>
|
| 71 |
+
<sort_order>30</sort_order>
|
| 72 |
+
<show_in_default>1</show_in_default>
|
| 73 |
+
<show_in_website>1</show_in_website>
|
| 74 |
+
<show_in_store>1</show_in_store>
|
| 75 |
+
</version>
|
| 76 |
+
<minified>
|
| 77 |
+
<label translate="label">Minified</label>
|
| 78 |
+
<frontend_type>select</frontend_type>
|
| 79 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 80 |
+
<sort_order>40</sort_order>
|
| 81 |
+
<depends>
|
| 82 |
+
<active>1</active>
|
| 83 |
+
</depends>
|
| 84 |
+
<show_in_default>1</show_in_default>
|
| 85 |
+
<show_in_website>1</show_in_website>
|
| 86 |
+
<show_in_store>1</show_in_store>
|
| 87 |
+
</minified>
|
| 88 |
+
</fields>
|
| 89 |
+
</font_awesome>
|
| 90 |
+
<local_fonts translate="label, comment">
|
| 91 |
+
<label>Locally included Font sets</label>
|
| 92 |
+
<comment>The following iconic font sets are included within font awesomeness and their CSS can be merged</comment>
|
| 93 |
+
<sort_order>30</sort_order>
|
| 94 |
+
<show_in_default>1</show_in_default>
|
| 95 |
+
<show_in_website>1</show_in_website>
|
| 96 |
+
<show_in_store>1</show_in_store>
|
| 97 |
+
<fields>
|
| 98 |
+
<active translate="label, comment">
|
| 99 |
+
<label>Enable</label>
|
| 100 |
<frontend_type>select</frontend_type>
|
| 101 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 102 |
+
<sort_order>10</sort_order>
|
| 103 |
+
<show_in_default>1</show_in_default>
|
| 104 |
+
<show_in_website>1</show_in_website>
|
| 105 |
+
<show_in_store>1</show_in_store>
|
| 106 |
+
</active>
|
| 107 |
+
<fontsets translate="label, comment">
|
| 108 |
+
<label>Select icon sets</label>
|
| 109 |
+
<frontend_type>multiselect</frontend_type>
|
| 110 |
+
<source_model>frosit_fontawesomeness/system_config_source_fontsets_localSources</source_model>
|
| 111 |
+
<sort_order>20</sort_order>
|
| 112 |
+
<depends>
|
| 113 |
+
<active>1</active>
|
| 114 |
+
</depends>
|
| 115 |
+
<show_in_default>1</show_in_default>
|
| 116 |
+
<show_in_website>1</show_in_website>
|
| 117 |
+
<show_in_store>1</show_in_store>
|
| 118 |
+
</fontsets>
|
| 119 |
+
<minified translate="label">
|
| 120 |
+
<label>Minified</label>
|
| 121 |
+
<frontend_type>select</frontend_type>
|
| 122 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 123 |
+
<sort_order>30</sort_order>
|
| 124 |
+
<depends>
|
| 125 |
+
<active>1</active>
|
| 126 |
+
</depends>
|
| 127 |
+
<show_in_default>1</show_in_default>
|
| 128 |
+
<show_in_website>1</show_in_website>
|
| 129 |
+
<show_in_store>1</show_in_store>
|
| 130 |
+
</minified>
|
| 131 |
+
</fields>
|
| 132 |
+
</local_fonts>
|
| 133 |
+
<custom>
|
| 134 |
+
<label translate="label, comment">Custom fontsets</label>
|
| 135 |
+
<comment>Add links to additional font sets</comment>
|
| 136 |
+
<sort_order>50</sort_order>
|
| 137 |
+
<show_in_default>1</show_in_default>
|
| 138 |
+
<show_in_website>1</show_in_website>
|
| 139 |
+
<show_in_store>1</show_in_store>
|
| 140 |
+
<fields>
|
| 141 |
+
<active translate="label">
|
| 142 |
+
<label>Enable</label>
|
| 143 |
+
<frontend_type>select</frontend_type>
|
| 144 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 145 |
+
<sort_order>10</sort_order>
|
| 146 |
+
<show_in_default>1</show_in_default>
|
| 147 |
+
<show_in_website>1</show_in_website>
|
| 148 |
+
<show_in_store>1</show_in_store>
|
| 149 |
+
</active>
|
| 150 |
+
<links>
|
| 151 |
+
<label translate="label, comment">Links</label>
|
| 152 |
+
<comment>Comma separated for multiple classes</comment>
|
| 153 |
+
<frontend_type>textarea</frontend_type>
|
| 154 |
+
<depends>
|
| 155 |
+
<active>1</active>
|
| 156 |
+
</depends>
|
| 157 |
<sort_order>20</sort_order>
|
| 158 |
<show_in_default>1</show_in_default>
|
| 159 |
<show_in_website>1</show_in_website>
|
| 160 |
<show_in_store>1</show_in_store>
|
| 161 |
+
</links>
|
| 162 |
</fields>
|
| 163 |
+
</custom>
|
| 164 |
</groups>
|
| 165 |
</fontawesomeness>
|
| 166 |
</sections>
|
app/code/community/Frosit/Fontawesomeness/etc/widget.xml
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<widgets>
|
| 3 |
+
<frosit_fontawesomeness_fontawesome_icon translate="name description" type="frosit_fontawesomeness/Widget_FontAwesomeIcon" module="frosit_fontawesomeness">
|
| 4 |
+
<name>Font Awesome Icon</name>
|
| 5 |
+
<description type="desc">Refer to the <![CDATA[ <a href="http://fontawesome.io/examples/">examples</a>]]></description>
|
| 6 |
+
<parameters>
|
| 7 |
+
<icon translate="label">
|
| 8 |
+
<label>Icon</label>
|
| 9 |
+
<type>select</type>
|
| 10 |
+
<source_model>frosit_fontawesomeness/system_config_source_fontAwesome_Icons</source_model>
|
| 11 |
+
<visible>1</visible>
|
| 12 |
+
</icon>
|
| 13 |
+
<size>
|
| 14 |
+
<label translate="label">Size</label>
|
| 15 |
+
<type>select</type>
|
| 16 |
+
<source_model>frosit_fontawesomeness/system_config_source_fontAwesome_Size</source_model>
|
| 17 |
+
<visible>1</visible>
|
| 18 |
+
</size>
|
| 19 |
+
<fixed>
|
| 20 |
+
<label translate="label">Fixed</label>
|
| 21 |
+
<type>select</type>
|
| 22 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 23 |
+
<visible>1</visible>
|
| 24 |
+
</fixed>
|
| 25 |
+
<spin>
|
| 26 |
+
<label translate="label">Animate spin</label>
|
| 27 |
+
<type>select</type>
|
| 28 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 29 |
+
<visible>1</visible>
|
| 30 |
+
</spin>
|
| 31 |
+
<flip_rotate translate="label">
|
| 32 |
+
<label>Flip / Rotate</label>
|
| 33 |
+
<type>select</type>
|
| 34 |
+
<source_model>frosit_fontawesomeness/system_config_source_fontAwesome_FlipRotate</source_model>
|
| 35 |
+
<visible>1</visible>
|
| 36 |
+
</flip_rotate>
|
| 37 |
+
<custom translate="label">
|
| 38 |
+
<label>Custom classes</label>
|
| 39 |
+
<description>Comma separated for multiple classes</description>
|
| 40 |
+
<type>textarea</type>
|
| 41 |
+
<visible>1</visible>
|
| 42 |
+
</custom>
|
| 43 |
+
</parameters>
|
| 44 |
+
</frosit_fontawesomeness_fontawesome_icon>
|
| 45 |
+
|
| 46 |
+
</widgets>
|
app/design/adminhtml/default/default/template/frosit/fontawesomeness/base.phtml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
<input id="search-box" placeholder="Search from 2467 libraries ..." type="text" class="form-control col-md-7 search" aria-controls="example">
|
app/design/adminhtml/default/default/template/frosit/fontawesomeness/info.phtml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div class="section-config">
|
| 2 |
+
<fieldset>
|
| 3 |
+
<p>
|
| 4 |
+
<strong><?php echo Mage::helper('frosit_fontawesomeness')->__('Included Fonts:') ?></strong>
|
| 5 |
+
<a href="http://fontawesome.io/">Font Awesome</a> -
|
| 6 |
+
<a href="http://zurb.com/playground/foundation-icon-fonts-3">Foundation Icons</a> -
|
| 7 |
+
<a href="http://ionicons.com/">Ion Icons</a> -
|
| 8 |
+
<a href="https://octicons.github.com/">OctIcons</a> -
|
| 9 |
+
<a href="https://themify.me/themify-icons">Themify Icons</a>
|
| 10 |
+
</p>
|
| 11 |
+
</fieldset>
|
| 12 |
+
</div>
|
app/design/adminhtml/default/default/template/frosit/fontawesomeness/logo.phtml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div class="section-config">
|
| 2 |
+
<fieldset>
|
| 3 |
+
<table class="form-list">
|
| 4 |
+
|
| 5 |
+
<tbody>
|
| 6 |
+
<tr>
|
| 7 |
+
<td class="label">
|
| 8 |
+
<h3>FROSIT</h3>
|
| 9 |
+
</td>
|
| 10 |
+
<td>
|
| 11 |
+
<p>
|
| 12 |
+
<strong>Magento Development</strong> -
|
| 13 |
+
<a href="http://www.frosit.nl">FROSIT.nl</a>
|
| 14 |
+
</p>
|
| 15 |
+
</td>
|
| 16 |
+
</tr>
|
| 17 |
+
</tbody>
|
| 18 |
+
</table>
|
| 19 |
+
</fieldset>
|
| 20 |
+
</div>
|
app/design/frontend/base/default/layout/frosit_fontawesomeness.xml
CHANGED
|
@@ -2,13 +2,9 @@
|
|
| 2 |
<layout version="0.1.0">
|
| 3 |
<default>
|
| 4 |
<reference name="head">
|
| 5 |
-
<
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
</action>
|
| 9 |
-
<action method="addCss" ifconfig="fontawesomeness/settings/local">
|
| 10 |
-
<name>frosit/fontawesomeness/css/font-awesome.min.css</name>
|
| 11 |
-
</action>
|
| 12 |
</reference>
|
| 13 |
</default>
|
| 14 |
</layout>
|
| 2 |
<layout version="0.1.0">
|
| 3 |
<default>
|
| 4 |
<reference name="head">
|
| 5 |
+
<block type="frosit_fontawesomeness/fontawesome" name="frosit_font_awesome_font"/>
|
| 6 |
+
<block type="frosit_fontawesomeness/localfonts" name="frosit_font_awesome_local"/>
|
| 7 |
+
<block type="frosit_fontawesomeness/customfonts" name="frosit_font_awesome_custom"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
</reference>
|
| 9 |
</default>
|
| 10 |
</layout>
|
app/locale/en_US/Frosit_Fontawesomeness.csv
CHANGED
|
@@ -3,4 +3,25 @@
|
|
| 3 |
"Use CDN","Use CDN"
|
| 4 |
"Uses the Content Delivery Network","Uses the Content Delivery Network"
|
| 5 |
"Use local","Use local"
|
| 6 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"Use CDN","Use CDN"
|
| 4 |
"Uses the Content Delivery Network","Uses the Content Delivery Network"
|
| 5 |
"Use local","Use local"
|
| 6 |
+
"Local","Local"
|
| 7 |
+
"Uses the local skin folder for serving the files","Uses the local skin folder for serving the files"
|
| 8 |
+
"Enable","Enable"
|
| 9 |
+
"Load by","Load by"
|
| 10 |
+
"Version","Version"
|
| 11 |
+
"Minified","Minified"
|
| 12 |
+
"Locally included Font sets","Locally included Font sets"
|
| 13 |
+
"The following iconic font sets are included within font awesomeness and their CSS can be merged","The following iconic font sets are included within font awesomeness and their CSS can be merged"
|
| 14 |
+
"Select icon sets","Select icon sets"
|
| 15 |
+
"Custom fontsets","Custom fontsets"
|
| 16 |
+
"Add links to additional font sets","Add links to additional font sets"
|
| 17 |
+
"Comma separated for multiple classes","Comma separated for multiple classes"
|
| 18 |
+
"Icon","Icon"
|
| 19 |
+
"Size","Size"
|
| 20 |
+
"Fixed","Fixed"
|
| 21 |
+
"Animate spin","Animate spin"
|
| 22 |
+
"Flip / Rotate","Flip / Rotate"
|
| 23 |
+
"Custom classes","Custom classes"
|
| 24 |
+
"Default","Default"
|
| 25 |
+
"Large","Large"
|
| 26 |
+
"None","None"
|
| 27 |
+
"Included Fonts:","Included Fonts:"
|
app/locale/nl_NL/Frosit_Fontawesomeness.csv
CHANGED
|
@@ -3,4 +3,24 @@
|
|
| 3 |
"Use CDN","Gebruik CDN"
|
| 4 |
"Uses the Content Delivery Network","Maakt gebruik van een Content Delivery Network"
|
| 5 |
"Use local","Gebruik lokaal"
|
| 6 |
-
"Uses the local skin folder for serving the files","Maakt gebruik van de lokale skin map voor het serveren van de bestanden"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"Use CDN","Gebruik CDN"
|
| 4 |
"Uses the Content Delivery Network","Maakt gebruik van een Content Delivery Network"
|
| 5 |
"Use local","Gebruik lokaal"
|
| 6 |
+
"Uses the local skin folder for serving the files","Maakt gebruik van de lokale skin map voor het serveren van de bestanden"
|
| 7 |
+
"Enable","Inschakelen"
|
| 8 |
+
"Load by","Laden via"
|
| 9 |
+
"Version","Versie"
|
| 10 |
+
"Minified","Geminimaliseerd"
|
| 11 |
+
"Locally included Font sets","Lokaal bijgevoegde Font sets"
|
| 12 |
+
"The following iconic font sets are included within font awesomeness and their CSS can be merged","De volgende iconische font sets zijn bijgevoegd in font awesomeness welke hun CSS kan worden gecombineerd"
|
| 13 |
+
"Select icon sets","Selectoor icoon sets"
|
| 14 |
+
"Custom fontsets","Eigen fontsets"
|
| 15 |
+
"Add links to additional font sets","Voeg links naar aanvullende font sets bij"
|
| 16 |
+
"Comma separated for multiple classes","Meerdere links splitsen met een komma"
|
| 17 |
+
"Icon","Icoon"
|
| 18 |
+
"Size","Formaat"
|
| 19 |
+
"Fixed","Vast"
|
| 20 |
+
"Animate spin","Animeer draaiend"
|
| 21 |
+
"Flip / Rotate","Omdraaien / Roteren"
|
| 22 |
+
"Custom classes","Aanvullende klassen"
|
| 23 |
+
"Default","Standaard"
|
| 24 |
+
"Large","Groot"
|
| 25 |
+
"None","Geen"
|
| 26 |
+
"Included Fonts:","Bijgeleverde Fonts:"
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Frosit_Fontawesomeness</name>
|
| 4 |
-
<version>1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
-
<summary>Adds
|
| 10 |
-
<description>This extension
|
| 11 |
-
<notes>
|
| 12 |
<authors><author><name>Fabio Ros</name><user>frosit</user><email>fabioros.it@gmail.com</email></author></authors>
|
| 13 |
-
<date>2016-
|
| 14 |
-
<time>04:
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Frosit"><dir name="Fontawesomeness"><dir name="Helper"><file name="Data.php" hash="
|
| 16 |
<compatible/>
|
| 17 |
-
<dependencies><required><php><min>5.2.0</min><max>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Frosit_Fontawesomeness</name>
|
| 4 |
+
<version>1.1.0</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
+
<summary>Adds popular iconic fonts like Font Awesome too your store.</summary>
|
| 10 |
+
<description>This extension can load various iconic fonts like Font Awesome in your store. It provides straightforward and simple implementation due to the icon widget and various options for loading fontsets.</description>
|
| 11 |
+
<notes>Added an icon widget for a code-less icon implementation. More popular icon font sets have been added and a better way of loading fonts with more possibilities. The overall structure was optimised.</notes>
|
| 12 |
<authors><author><name>Fabio Ros</name><user>frosit</user><email>fabioros.it@gmail.com</email></author></authors>
|
| 13 |
+
<date>2016-09-18</date>
|
| 14 |
+
<time>01:04:33</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Frosit"><dir name="Fontawesomeness"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Info.php" hash="d78f9df6212f789cdadb33f68a490de4"/><file name="Logo.php" hash="93c1fd32d00e4a1b740fd5846cebf613"/></dir></dir></dir></dir><file name="Customfonts.php" hash="b595fa0f7a12974f4066871ceb9c3a3a"/><file name="Fontawesome.php" hash="94037cef63969601d431fd89c119e3ee"/><file name="Localfonts.php" hash="ed2ef49ad6d21cd8f2b8935d46f1bb3a"/><dir name="Widget"><file name="FontAwesomeIcon.php" hash="a682cf6e5853825d57bbcb73e882ad17"/></dir></dir><dir name="Helper"><file name="Data.php" hash="ce8e44992ae3d55e860c7928cfcd2f11"/><file name="Fonts.php" hash="99ef6a84b1b93ae1421ec35ee68f8980"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="FontAwesome"><file name="FlipRotate.php" hash="6afa81ff18c7cc7e0efe2e7bee9a79b0"/><file name="Icons.php" hash="bae494cc386fe3a3b380839d8b0893e0"/><file name="Size.php" hash="f05eb46aee065d6dad89cac6c9e76237"/><file name="Version.php" hash="0fcc4aef8b5ff66ffdc4a8a12457b72b"/></dir><dir name="Fontsets"><file name="LocalSources.php" hash="38e0662f3938cfae15543106afd4ba57"/></dir><file name="Sources.php" hash="d7ba157a22f035421796cb4b240e6f92"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Frosit"><file name="FontawesomenessController.php" hash="a9a1983fe66b8d1aff8e9c31fb30d988"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7599c6d6c6c9ec16032fd4390d110a3e"/><file name="config.xml" hash="133c2ab680b504d2db28cccf17ae975e"/><file name="system.xml" hash="4628ab0a9717a54151c68ca80df370f1"/><file name="widget.xml" hash="4caed50a2b6c304bbbc95229b2c5733c"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="frosit_fontawesomeness.xml" hash="730dfc8617e6d63707fa5fce9169a9c9"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="frosit"><dir name="fontawesomeness"><file name="base.phtml" hash="393bf0a4cefe4db5f3ae47db915796cf"/><file name="info.phtml" hash="b4e25e81b4e74a2cda04fe54d899f0d2"/><file name="logo.phtml" hash="63b2ecab9542898f175ad6dbdcdf40ac"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="frosit"><dir name="fontawesomeness"><dir name="fontsets"><dir name="font-awesome"><dir name="css"><file name="font-awesome.css" hash="b652e3b759188ceaf79182f2fe72ea64"/><file name="font-awesome.min.css" hash="4083f5d376eb849a458cc790b53ba080"/></dir><dir name="fonts"><file name="fontawesome-webfont.eot" hash="25a32416abee198dd821b0b17a198a8f"/><file name="fontawesome-webfont.svg" hash="d7c639084f684d66a1bc66855d193ed8"/><file name="fontawesome-webfont.ttf" hash="1dc35d25e61d819a9c357074014867ab"/><file name="fontawesome-webfont.woff" hash="c8ddf1e5e5bf3682bc7bebf30f394148"/><file name="fontawesome-webfont.woff2" hash="e6cf7c6ec7c2d6f670ae9d762604cb0b"/></dir></dir><dir name="foundation-icons"><file name="foundation-icons.css" hash="1cd4a8fd4256f604413ba805f5c7630c"/><file name="foundation-icons.eot" hash="92827f088b9eda87169bdc2b9888ce52"/><file name="foundation-icons.min.css" hash="3e02aaecf6875c6fb1e4558a54d86b1a"/><file name="foundation-icons.svg" hash="17cb1ed2e8467b51bb26cf017daa9722"/><file name="foundation-icons.ttf" hash="e20945d7c929279ef7a6f1db184a4470"/><file name="foundation-icons.woff" hash="a188c2f768ce5033d3f5d47be7280e25"/></dir><dir name="ionicons"><dir name="css"><file name="ionicons.css" hash="f27354b28af3cf48d28260c03305d0ce"/><file name="ionicons.min.css" hash="0d6763b67616cb9183f3931313d42971"/></dir><dir name="fonts"><file name="ionicons.eot" hash="2c2ae068be3b089e0a5b59abb1831550"/><file name="ionicons.svg" hash="621bd386841f74e0053cb8e67f8a0604"/><file name="ionicons.ttf" hash="24712f6c47821394fba7942fbb52c3b2"/><file name="ionicons.woff" hash="05acfdb568b3df49ad31355b19495d4a"/></dir></dir><dir name="octicons"><file name="octicons.css" hash="ee10f6a2ffd6d048b4c6192dfecae143"/><file name="octicons.eot" hash="d038ccbc4a99be24f33a54b482b2422e"/><file name="octicons.min.css" hash="c512b8db4813139cfa8e8d475e047c9d"/><file name="octicons.svg" hash="190e72572ee84190f4777765fa49fc47"/><file name="octicons.ttf" hash="e0d4a324833e13be7d4fa762146d0a71"/><file name="octicons.woff" hash="ee5b1bee959a95bd43b223ec901d098a"/><file name="octicons.woff2" hash="de59a97248b44599e6747a27a943f738"/></dir><dir name="open-iconic"><dir name="css"><file name="open-iconic-bootstrap.css" hash="22065f9aa20bb574c199fa49b1936a02"/><file name="open-iconic-bootstrap.min.css" hash="f154378dc2d7b86fdf3eadb379c0b055"/><file name="open-iconic-foundation.css" hash="d4fb397f10a20e5c233952e119167584"/><file name="open-iconic-foundation.min.css" hash="500cbf8f41e456b4ae3c1980ae676bcd"/><file name="open-iconic.css" hash="a5a94ae52a1b53b8989a1a6d3c6b0632"/><file name="open-iconic.min.css" hash="f22ea2269c0ab6e94915f7689b46682b"/></dir><dir name="fonts"><file name="open-iconic.eot" hash="47151e87c5a8666791a91007de4962da"/><file name="open-iconic.svg" hash="eca2c26759a009a4a9361151efe99e74"/><file name="open-iconic.ttf" hash="93cc7aa654ae36b0828716f5ec3159cd"/><file name="open-iconic.woff" hash="3cf97837524dd7445e9d1462e3c4afe2"/></dir></dir><dir name="themify-icons"><dir name="css"><file name="themify-icons.css" hash="973d0296b4d6731e0524459d0a2004a8"/><file name="themify-icons.min.css" hash="96816a2855dce68a3d4e53bf49bf3537"/></dir><dir name="fonts"><file name="themify.eot" hash="2c454669bdf3aebf32a1bd8ac1e0d2d6"/><file name="themify.svg" hash="9c8e96ecc7fa01e6ebcd196495ed2db5"/><file name="themify.ttf" hash="e23a7dcaefbde4e74e263247aa42ecd7"/><file name="themify.woff" hash="a1ecc3b826d01251edddf29c3e4e1e97"/></dir><dir name="ie7"><file name="ie7.css" hash="74056f2b9ed83f722994c6f78ac78c23"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Frosit_Fontawesomeness.xml" hash="0db179fe9c007c6e0744790522ae8b51"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Frosit_Fontawesomeness.csv" hash="5b775a46bf6af34a3fcb257769784a36"/></dir><dir name="nl_NL"><file name="Frosit_Fontawesomeness.csv" hash="e77bcc7b70f6e3eb8b511cc8978aeb94"/></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.2.0</min><max>7.1.0</max></php><package><name>Mage_Core_Adminhtml</name><channel>community</channel><min>1.7.0.0</min><max/></package></required></dependencies>
|
| 18 |
</package>
|
skin/frontend/base/default/frosit/fontawesomeness/css/font-awesome.min.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
/*!
|
| 2 |
-
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
|
| 3 |
-
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
| 4 |
-
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/base/default/frosit/fontawesomeness/fonts/FontAwesome.otf
DELETED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fonts/fontawesome-webfont.eot
DELETED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fonts/fontawesome-webfont.woff
DELETED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fonts/fontawesome-webfont.woff2
DELETED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/{css → fontsets/font-awesome/css}/font-awesome.css
RENAMED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
/*!
|
| 2 |
-
* Font Awesome 4.
|
| 3 |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
| 4 |
*/
|
| 5 |
/* FONT PATH
|
| 6 |
* -------------------------- */
|
| 7 |
@font-face {
|
| 8 |
font-family: 'FontAwesome';
|
| 9 |
-
src: url('../fonts/fontawesome-webfont.eot?v=4.
|
| 10 |
-
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.
|
| 11 |
font-weight: normal;
|
| 12 |
font-style: normal;
|
| 13 |
}
|
|
@@ -118,31 +118,31 @@
|
|
| 118 |
}
|
| 119 |
}
|
| 120 |
.fa-rotate-90 {
|
| 121 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
| 122 |
-webkit-transform: rotate(90deg);
|
| 123 |
-ms-transform: rotate(90deg);
|
| 124 |
transform: rotate(90deg);
|
| 125 |
}
|
| 126 |
.fa-rotate-180 {
|
| 127 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
| 128 |
-webkit-transform: rotate(180deg);
|
| 129 |
-ms-transform: rotate(180deg);
|
| 130 |
transform: rotate(180deg);
|
| 131 |
}
|
| 132 |
.fa-rotate-270 {
|
| 133 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
| 134 |
-webkit-transform: rotate(270deg);
|
| 135 |
-ms-transform: rotate(270deg);
|
| 136 |
transform: rotate(270deg);
|
| 137 |
}
|
| 138 |
.fa-flip-horizontal {
|
| 139 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
| 140 |
-webkit-transform: scale(-1, 1);
|
| 141 |
-ms-transform: scale(-1, 1);
|
| 142 |
transform: scale(-1, 1);
|
| 143 |
}
|
| 144 |
.fa-flip-vertical {
|
| 145 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
| 146 |
-webkit-transform: scale(1, -1);
|
| 147 |
-ms-transform: scale(1, -1);
|
| 148 |
transform: scale(1, -1);
|
|
@@ -1383,7 +1383,7 @@
|
|
| 1383 |
.fa-digg:before {
|
| 1384 |
content: "\f1a6";
|
| 1385 |
}
|
| 1386 |
-
.fa-pied-piper:before {
|
| 1387 |
content: "\f1a7";
|
| 1388 |
}
|
| 1389 |
.fa-pied-piper-alt:before {
|
|
@@ -1509,6 +1509,7 @@
|
|
| 1509 |
content: "\f1ce";
|
| 1510 |
}
|
| 1511 |
.fa-ra:before,
|
|
|
|
| 1512 |
.fa-rebel:before {
|
| 1513 |
content: "\f1d0";
|
| 1514 |
}
|
|
@@ -2084,3 +2085,115 @@
|
|
| 2084 |
.fa-percent:before {
|
| 2085 |
content: "\f295";
|
| 2086 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
/*!
|
| 2 |
+
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
|
| 3 |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
| 4 |
*/
|
| 5 |
/* FONT PATH
|
| 6 |
* -------------------------- */
|
| 7 |
@font-face {
|
| 8 |
font-family: 'FontAwesome';
|
| 9 |
+
src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
|
| 10 |
+
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
|
| 11 |
font-weight: normal;
|
| 12 |
font-style: normal;
|
| 13 |
}
|
| 118 |
}
|
| 119 |
}
|
| 120 |
.fa-rotate-90 {
|
| 121 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
| 122 |
-webkit-transform: rotate(90deg);
|
| 123 |
-ms-transform: rotate(90deg);
|
| 124 |
transform: rotate(90deg);
|
| 125 |
}
|
| 126 |
.fa-rotate-180 {
|
| 127 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
| 128 |
-webkit-transform: rotate(180deg);
|
| 129 |
-ms-transform: rotate(180deg);
|
| 130 |
transform: rotate(180deg);
|
| 131 |
}
|
| 132 |
.fa-rotate-270 {
|
| 133 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
| 134 |
-webkit-transform: rotate(270deg);
|
| 135 |
-ms-transform: rotate(270deg);
|
| 136 |
transform: rotate(270deg);
|
| 137 |
}
|
| 138 |
.fa-flip-horizontal {
|
| 139 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
| 140 |
-webkit-transform: scale(-1, 1);
|
| 141 |
-ms-transform: scale(-1, 1);
|
| 142 |
transform: scale(-1, 1);
|
| 143 |
}
|
| 144 |
.fa-flip-vertical {
|
| 145 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
| 146 |
-webkit-transform: scale(1, -1);
|
| 147 |
-ms-transform: scale(1, -1);
|
| 148 |
transform: scale(1, -1);
|
| 1383 |
.fa-digg:before {
|
| 1384 |
content: "\f1a6";
|
| 1385 |
}
|
| 1386 |
+
.fa-pied-piper-pp:before {
|
| 1387 |
content: "\f1a7";
|
| 1388 |
}
|
| 1389 |
.fa-pied-piper-alt:before {
|
| 1509 |
content: "\f1ce";
|
| 1510 |
}
|
| 1511 |
.fa-ra:before,
|
| 1512 |
+
.fa-resistance:before,
|
| 1513 |
.fa-rebel:before {
|
| 1514 |
content: "\f1d0";
|
| 1515 |
}
|
| 2085 |
.fa-percent:before {
|
| 2086 |
content: "\f295";
|
| 2087 |
}
|
| 2088 |
+
.fa-gitlab:before {
|
| 2089 |
+
content: "\f296";
|
| 2090 |
+
}
|
| 2091 |
+
.fa-wpbeginner:before {
|
| 2092 |
+
content: "\f297";
|
| 2093 |
+
}
|
| 2094 |
+
.fa-wpforms:before {
|
| 2095 |
+
content: "\f298";
|
| 2096 |
+
}
|
| 2097 |
+
.fa-envira:before {
|
| 2098 |
+
content: "\f299";
|
| 2099 |
+
}
|
| 2100 |
+
.fa-universal-access:before {
|
| 2101 |
+
content: "\f29a";
|
| 2102 |
+
}
|
| 2103 |
+
.fa-wheelchair-alt:before {
|
| 2104 |
+
content: "\f29b";
|
| 2105 |
+
}
|
| 2106 |
+
.fa-question-circle-o:before {
|
| 2107 |
+
content: "\f29c";
|
| 2108 |
+
}
|
| 2109 |
+
.fa-blind:before {
|
| 2110 |
+
content: "\f29d";
|
| 2111 |
+
}
|
| 2112 |
+
.fa-audio-description:before {
|
| 2113 |
+
content: "\f29e";
|
| 2114 |
+
}
|
| 2115 |
+
.fa-volume-control-phone:before {
|
| 2116 |
+
content: "\f2a0";
|
| 2117 |
+
}
|
| 2118 |
+
.fa-braille:before {
|
| 2119 |
+
content: "\f2a1";
|
| 2120 |
+
}
|
| 2121 |
+
.fa-assistive-listening-systems:before {
|
| 2122 |
+
content: "\f2a2";
|
| 2123 |
+
}
|
| 2124 |
+
.fa-asl-interpreting:before,
|
| 2125 |
+
.fa-american-sign-language-interpreting:before {
|
| 2126 |
+
content: "\f2a3";
|
| 2127 |
+
}
|
| 2128 |
+
.fa-deafness:before,
|
| 2129 |
+
.fa-hard-of-hearing:before,
|
| 2130 |
+
.fa-deaf:before {
|
| 2131 |
+
content: "\f2a4";
|
| 2132 |
+
}
|
| 2133 |
+
.fa-glide:before {
|
| 2134 |
+
content: "\f2a5";
|
| 2135 |
+
}
|
| 2136 |
+
.fa-glide-g:before {
|
| 2137 |
+
content: "\f2a6";
|
| 2138 |
+
}
|
| 2139 |
+
.fa-signing:before,
|
| 2140 |
+
.fa-sign-language:before {
|
| 2141 |
+
content: "\f2a7";
|
| 2142 |
+
}
|
| 2143 |
+
.fa-low-vision:before {
|
| 2144 |
+
content: "\f2a8";
|
| 2145 |
+
}
|
| 2146 |
+
.fa-viadeo:before {
|
| 2147 |
+
content: "\f2a9";
|
| 2148 |
+
}
|
| 2149 |
+
.fa-viadeo-square:before {
|
| 2150 |
+
content: "\f2aa";
|
| 2151 |
+
}
|
| 2152 |
+
.fa-snapchat:before {
|
| 2153 |
+
content: "\f2ab";
|
| 2154 |
+
}
|
| 2155 |
+
.fa-snapchat-ghost:before {
|
| 2156 |
+
content: "\f2ac";
|
| 2157 |
+
}
|
| 2158 |
+
.fa-snapchat-square:before {
|
| 2159 |
+
content: "\f2ad";
|
| 2160 |
+
}
|
| 2161 |
+
.fa-pied-piper:before {
|
| 2162 |
+
content: "\f2ae";
|
| 2163 |
+
}
|
| 2164 |
+
.fa-first-order:before {
|
| 2165 |
+
content: "\f2b0";
|
| 2166 |
+
}
|
| 2167 |
+
.fa-yoast:before {
|
| 2168 |
+
content: "\f2b1";
|
| 2169 |
+
}
|
| 2170 |
+
.fa-themeisle:before {
|
| 2171 |
+
content: "\f2b2";
|
| 2172 |
+
}
|
| 2173 |
+
.fa-google-plus-circle:before,
|
| 2174 |
+
.fa-google-plus-official:before {
|
| 2175 |
+
content: "\f2b3";
|
| 2176 |
+
}
|
| 2177 |
+
.fa-fa:before,
|
| 2178 |
+
.fa-font-awesome:before {
|
| 2179 |
+
content: "\f2b4";
|
| 2180 |
+
}
|
| 2181 |
+
.sr-only {
|
| 2182 |
+
position: absolute;
|
| 2183 |
+
width: 1px;
|
| 2184 |
+
height: 1px;
|
| 2185 |
+
padding: 0;
|
| 2186 |
+
margin: -1px;
|
| 2187 |
+
overflow: hidden;
|
| 2188 |
+
clip: rect(0, 0, 0, 0);
|
| 2189 |
+
border: 0;
|
| 2190 |
+
}
|
| 2191 |
+
.sr-only-focusable:active,
|
| 2192 |
+
.sr-only-focusable:focus {
|
| 2193 |
+
position: static;
|
| 2194 |
+
width: auto;
|
| 2195 |
+
height: auto;
|
| 2196 |
+
margin: 0;
|
| 2197 |
+
overflow: visible;
|
| 2198 |
+
clip: auto;
|
| 2199 |
+
}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/css/font-awesome.min.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*!
|
| 2 |
+
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
|
| 3 |
+
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
| 4 |
+
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/fonts/fontawesome-webfont.eot
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/{fonts → fontsets/font-awesome/fonts}/fontawesome-webfont.svg
RENAMED
|
@@ -169,7 +169,7 @@
|
|
| 169 |
<glyph unicode="" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
|
| 170 |
<glyph unicode="" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 171 |
<glyph unicode="" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
|
| 172 |
-
<glyph unicode="" d="
|
| 173 |
<glyph unicode="" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
|
| 174 |
<glyph unicode="" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
|
| 175 |
<glyph unicode="" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
|
|
@@ -178,7 +178,7 @@
|
|
| 178 |
<glyph unicode="" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 179 |
<glyph unicode="" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
|
| 180 |
<glyph unicode="" horiz-adv-x="1024" d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
|
| 181 |
-
<glyph unicode="" d="
|
| 182 |
<glyph unicode="" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
|
| 183 |
<glyph unicode="" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
|
| 184 |
<glyph unicode="" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
|
|
@@ -363,7 +363,7 @@
|
|
| 363 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
|
| 364 |
<glyph unicode="" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
|
| 365 |
<glyph unicode="" d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
|
| 366 |
-
<glyph unicode="" d="
|
| 367 |
<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
|
| 368 |
<glyph unicode="" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
| 369 |
<glyph unicode="" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
|
|
@@ -484,7 +484,7 @@
|
|
| 484 |
<glyph unicode="" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
|
| 485 |
<glyph unicode="" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
|
| 486 |
<glyph unicode="" d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246 q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598 q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
|
| 487 |
-
<glyph unicode="" horiz-adv-x="1792" d="
|
| 488 |
<glyph unicode="" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
| 489 |
<glyph unicode="" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
| 490 |
<glyph unicode="" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
|
|
@@ -626,7 +626,7 @@
|
|
| 626 |
<glyph unicode="" horiz-adv-x="2304" d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
|
| 627 |
<glyph unicode="" horiz-adv-x="1792" d="M1549 857q55 0 85.5 -28.5t30.5 -83.5t-34 -82t-91 -27h-136v-177h-25v398h170zM1710 267l-4 -11l-5 -10q-113 -230 -330.5 -366t-474.5 -136q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q244 0 454.5 -124t329.5 -338l2 -4l8 -16 q-30 -15 -136.5 -68.5t-163.5 -84.5q-6 -3 -479 -268q384 -183 799 -366zM896 -234q250 0 462.5 132.5t322.5 357.5l-287 129q-72 -140 -206 -222t-292 -82q-151 0 -280 75t-204 204t-75 280t75 280t204 204t280 75t280 -73.5t204 -204.5l280 143q-116 208 -321 329 t-443 121q-119 0 -232.5 -31.5t-209 -87.5t-176.5 -137t-137 -176.5t-87.5 -209t-31.5 -232.5t31.5 -232.5t87.5 -209t137 -176.5t176.5 -137t209 -87.5t232.5 -31.5z" />
|
| 628 |
<glyph unicode="" horiz-adv-x="1792" d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
|
| 629 |
-
<glyph unicode="" horiz-adv-x="1792" d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96 q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0
|
| 630 |
<glyph unicode="" horiz-adv-x="2304" d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96 q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5 t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
|
| 631 |
<glyph unicode="" horiz-adv-x="1792" d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348 t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
| 632 |
<glyph unicode="" horiz-adv-x="2304" d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22 q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5 q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13 q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
|
|
@@ -641,15 +641,45 @@
|
|
| 641 |
<glyph unicode="" d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5 t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
|
| 642 |
<glyph unicode="" horiz-adv-x="1024" d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
|
| 643 |
<glyph unicode="" d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5 t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
|
| 644 |
-
<glyph unicode="" horiz-adv-x="1792" />
|
| 645 |
-
<glyph unicode="" horiz-adv-x="1792" />
|
| 646 |
-
<glyph unicode=""
|
| 647 |
-
<glyph unicode="" horiz-adv-x="1792" />
|
| 648 |
-
<glyph unicode="" horiz-adv-x="1792" />
|
| 649 |
-
<glyph unicode=""
|
| 650 |
-
<glyph unicode=""
|
| 651 |
-
<glyph unicode="" horiz-adv-x="
|
| 652 |
-
<glyph unicode="" horiz-adv-x="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 653 |
<glyph unicode="" horiz-adv-x="1792" />
|
| 654 |
</font>
|
| 655 |
</defs></svg>
|
| 169 |
<glyph unicode="" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
|
| 170 |
<glyph unicode="" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 171 |
<glyph unicode="" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
|
| 172 |
+
<glyph unicode="" d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4 q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4 t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16 q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 173 |
<glyph unicode="" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
|
| 174 |
<glyph unicode="" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
|
| 175 |
<glyph unicode="" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
|
| 178 |
<glyph unicode="" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 179 |
<glyph unicode="" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
|
| 180 |
<glyph unicode="" horiz-adv-x="1024" d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
|
| 181 |
+
<glyph unicode="" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24 q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5 t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12 q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
|
| 182 |
<glyph unicode="" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
|
| 183 |
<glyph unicode="" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
|
| 184 |
<glyph unicode="" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
|
| 363 |
<glyph unicode="" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
|
| 364 |
<glyph unicode="" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
|
| 365 |
<glyph unicode="" d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
|
| 366 |
+
<glyph unicode="" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270 q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5 t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317 q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
|
| 367 |
<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
|
| 368 |
<glyph unicode="" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
| 369 |
<glyph unicode="" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
|
| 484 |
<glyph unicode="" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
|
| 485 |
<glyph unicode="" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
|
| 486 |
<glyph unicode="" d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246 q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598 q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
|
| 487 |
+
<glyph unicode="" horiz-adv-x="1792" d="M441 864q32 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640 q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
|
| 488 |
<glyph unicode="" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
| 489 |
<glyph unicode="" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
| 490 |
<glyph unicode="" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
|
| 626 |
<glyph unicode="" horiz-adv-x="2304" d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
|
| 627 |
<glyph unicode="" horiz-adv-x="1792" d="M1549 857q55 0 85.5 -28.5t30.5 -83.5t-34 -82t-91 -27h-136v-177h-25v398h170zM1710 267l-4 -11l-5 -10q-113 -230 -330.5 -366t-474.5 -136q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q244 0 454.5 -124t329.5 -338l2 -4l8 -16 q-30 -15 -136.5 -68.5t-163.5 -84.5q-6 -3 -479 -268q384 -183 799 -366zM896 -234q250 0 462.5 132.5t322.5 357.5l-287 129q-72 -140 -206 -222t-292 -82q-151 0 -280 75t-204 204t-75 280t75 280t204 204t280 75t280 -73.5t204 -204.5l280 143q-116 208 -321 329 t-443 121q-119 0 -232.5 -31.5t-209 -87.5t-176.5 -137t-137 -176.5t-87.5 -209t-31.5 -232.5t31.5 -232.5t87.5 -209t137 -176.5t176.5 -137t209 -87.5t232.5 -31.5z" />
|
| 628 |
<glyph unicode="" horiz-adv-x="1792" d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
|
| 629 |
+
<glyph unicode="" horiz-adv-x="1792" d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96 q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5 q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96 q16 0 16 -16z" />
|
| 630 |
<glyph unicode="" horiz-adv-x="2304" d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96 q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5 t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
|
| 631 |
<glyph unicode="" horiz-adv-x="1792" d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348 t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
| 632 |
<glyph unicode="" horiz-adv-x="2304" d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22 q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5 q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13 q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
|
| 641 |
<glyph unicode="" d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5 t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
|
| 642 |
<glyph unicode="" horiz-adv-x="1024" d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
|
| 643 |
<glyph unicode="" d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5 t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
|
| 644 |
+
<glyph unicode="" horiz-adv-x="1792" d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" />
|
| 645 |
+
<glyph unicode="" horiz-adv-x="1792" d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111 q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" />
|
| 646 |
+
<glyph unicode="" d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14 t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" />
|
| 647 |
+
<glyph unicode="" horiz-adv-x="1792" d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57 q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285 q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" />
|
| 648 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42 q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298 t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
| 649 |
+
<glyph unicode="" d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300 l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" />
|
| 650 |
+
<glyph unicode="" d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5 t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5 t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5 t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
| 651 |
+
<glyph unicode="" horiz-adv-x="1408" d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457 q-67 -192 -92 -234q-16 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521 q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661 q3 -1 7 1t7 4l3 2q11 9 11 17z" />
|
| 652 |
+
<glyph unicode="" horiz-adv-x="2304" d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10 t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5 t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5 h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96 t9.5 -70.5z" />
|
| 653 |
+
<glyph unicode="" horiz-adv-x="1408" d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5 q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127 l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272 t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249 q-18 -19 -45 -19z" />
|
| 654 |
+
<glyph unicode="" horiz-adv-x="2176" d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352 q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864 q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136 t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56 t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56 t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136 t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" />
|
| 655 |
+
<glyph unicode="" horiz-adv-x="1792" d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72 t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45 t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4 q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" />
|
| 656 |
+
<glyph unicode="" horiz-adv-x="2304" d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55 q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5 q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101 q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35 q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5 q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" />
|
| 657 |
+
<glyph unicode="" horiz-adv-x="1792" d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19 t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74 t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233 l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" />
|
| 658 |
+
<glyph unicode="" d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2 q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10 q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 659 |
+
<glyph unicode="" horiz-adv-x="1535" d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5 l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5 q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9 q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" />
|
| 660 |
+
<glyph unicode="" horiz-adv-x="1664" d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37 t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38 l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147l-4 -4t-5 -4q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148q-34 23 -76 23 q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26l-12 224 q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" />
|
| 661 |
+
<glyph unicode="" horiz-adv-x="1792" d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5 q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841 q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5 q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" />
|
| 662 |
+
<glyph unicode="" horiz-adv-x="1280" d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5 q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" />
|
| 663 |
+
<glyph unicode="" d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5 q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 43 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
|
| 664 |
+
<glyph unicode="" d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114 q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5 t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
|
| 665 |
+
<glyph unicode="" horiz-adv-x="1664" d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35 q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5 t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" />
|
| 666 |
+
<glyph unicode="" d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115 q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15 t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960 q119 0 203.5 -84.5t84.5 -203.5z" />
|
| 667 |
+
<glyph unicode="" horiz-adv-x="2304" d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7 q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158 q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" />
|
| 668 |
+
<glyph unicode="" d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104 q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108 l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" />
|
| 669 |
+
<glyph unicode="" horiz-adv-x="1664" d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5 t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" />
|
| 670 |
+
<glyph unicode="" horiz-adv-x="1792" d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5 t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114 q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50 q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5 t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46 q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5 q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177 t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" />
|
| 671 |
+
<glyph unicode="" d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110 h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
| 672 |
+
<glyph unicode="" d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5 q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" />
|
| 673 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 674 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 675 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 676 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 677 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 678 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 679 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 680 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 681 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 682 |
+
<glyph unicode="" horiz-adv-x="1792" />
|
| 683 |
<glyph unicode="" horiz-adv-x="1792" />
|
| 684 |
</font>
|
| 685 |
</defs></svg>
|
skin/frontend/base/default/frosit/fontawesomeness/{fonts → fontsets/font-awesome/fonts}/fontawesome-webfont.ttf
RENAMED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/fonts/fontawesome-webfont.woff
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/font-awesome/fonts/fontawesome-webfont.woff2
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.css
ADDED
|
@@ -0,0 +1,594 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*
|
| 2 |
+
* Foundation Icons v 3.0
|
| 3 |
+
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
|
| 4 |
+
* MIT License
|
| 5 |
+
*/
|
| 6 |
+
|
| 7 |
+
@font-face {
|
| 8 |
+
font-family: "foundation-icons";
|
| 9 |
+
src: url("foundation-icons.eot");
|
| 10 |
+
src: url("foundation-icons.eot?#iefix") format("embedded-opentype"),
|
| 11 |
+
url("foundation-icons.woff") format("woff"),
|
| 12 |
+
url("foundation-icons.ttf") format("truetype"),
|
| 13 |
+
url("foundation-icons.svg#fontcustom") format("svg");
|
| 14 |
+
font-weight: normal;
|
| 15 |
+
font-style: normal;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.fi-address-book:before,
|
| 19 |
+
.fi-alert:before,
|
| 20 |
+
.fi-align-center:before,
|
| 21 |
+
.fi-align-justify:before,
|
| 22 |
+
.fi-align-left:before,
|
| 23 |
+
.fi-align-right:before,
|
| 24 |
+
.fi-anchor:before,
|
| 25 |
+
.fi-annotate:before,
|
| 26 |
+
.fi-archive:before,
|
| 27 |
+
.fi-arrow-down:before,
|
| 28 |
+
.fi-arrow-left:before,
|
| 29 |
+
.fi-arrow-right:before,
|
| 30 |
+
.fi-arrow-up:before,
|
| 31 |
+
.fi-arrows-compress:before,
|
| 32 |
+
.fi-arrows-expand:before,
|
| 33 |
+
.fi-arrows-in:before,
|
| 34 |
+
.fi-arrows-out:before,
|
| 35 |
+
.fi-asl:before,
|
| 36 |
+
.fi-asterisk:before,
|
| 37 |
+
.fi-at-sign:before,
|
| 38 |
+
.fi-background-color:before,
|
| 39 |
+
.fi-battery-empty:before,
|
| 40 |
+
.fi-battery-full:before,
|
| 41 |
+
.fi-battery-half:before,
|
| 42 |
+
.fi-bitcoin-circle:before,
|
| 43 |
+
.fi-bitcoin:before,
|
| 44 |
+
.fi-blind:before,
|
| 45 |
+
.fi-bluetooth:before,
|
| 46 |
+
.fi-bold:before,
|
| 47 |
+
.fi-book-bookmark:before,
|
| 48 |
+
.fi-book:before,
|
| 49 |
+
.fi-bookmark:before,
|
| 50 |
+
.fi-braille:before,
|
| 51 |
+
.fi-burst-new:before,
|
| 52 |
+
.fi-burst-sale:before,
|
| 53 |
+
.fi-burst:before,
|
| 54 |
+
.fi-calendar:before,
|
| 55 |
+
.fi-camera:before,
|
| 56 |
+
.fi-check:before,
|
| 57 |
+
.fi-checkbox:before,
|
| 58 |
+
.fi-clipboard-notes:before,
|
| 59 |
+
.fi-clipboard-pencil:before,
|
| 60 |
+
.fi-clipboard:before,
|
| 61 |
+
.fi-clock:before,
|
| 62 |
+
.fi-closed-caption:before,
|
| 63 |
+
.fi-cloud:before,
|
| 64 |
+
.fi-comment-minus:before,
|
| 65 |
+
.fi-comment-quotes:before,
|
| 66 |
+
.fi-comment-video:before,
|
| 67 |
+
.fi-comment:before,
|
| 68 |
+
.fi-comments:before,
|
| 69 |
+
.fi-compass:before,
|
| 70 |
+
.fi-contrast:before,
|
| 71 |
+
.fi-credit-card:before,
|
| 72 |
+
.fi-crop:before,
|
| 73 |
+
.fi-crown:before,
|
| 74 |
+
.fi-css3:before,
|
| 75 |
+
.fi-database:before,
|
| 76 |
+
.fi-die-five:before,
|
| 77 |
+
.fi-die-four:before,
|
| 78 |
+
.fi-die-one:before,
|
| 79 |
+
.fi-die-six:before,
|
| 80 |
+
.fi-die-three:before,
|
| 81 |
+
.fi-die-two:before,
|
| 82 |
+
.fi-dislike:before,
|
| 83 |
+
.fi-dollar-bill:before,
|
| 84 |
+
.fi-dollar:before,
|
| 85 |
+
.fi-download:before,
|
| 86 |
+
.fi-eject:before,
|
| 87 |
+
.fi-elevator:before,
|
| 88 |
+
.fi-euro:before,
|
| 89 |
+
.fi-eye:before,
|
| 90 |
+
.fi-fast-forward:before,
|
| 91 |
+
.fi-female-symbol:before,
|
| 92 |
+
.fi-female:before,
|
| 93 |
+
.fi-filter:before,
|
| 94 |
+
.fi-first-aid:before,
|
| 95 |
+
.fi-flag:before,
|
| 96 |
+
.fi-folder-add:before,
|
| 97 |
+
.fi-folder-lock:before,
|
| 98 |
+
.fi-folder:before,
|
| 99 |
+
.fi-foot:before,
|
| 100 |
+
.fi-foundation:before,
|
| 101 |
+
.fi-graph-bar:before,
|
| 102 |
+
.fi-graph-horizontal:before,
|
| 103 |
+
.fi-graph-pie:before,
|
| 104 |
+
.fi-graph-trend:before,
|
| 105 |
+
.fi-guide-dog:before,
|
| 106 |
+
.fi-hearing-aid:before,
|
| 107 |
+
.fi-heart:before,
|
| 108 |
+
.fi-home:before,
|
| 109 |
+
.fi-html5:before,
|
| 110 |
+
.fi-indent-less:before,
|
| 111 |
+
.fi-indent-more:before,
|
| 112 |
+
.fi-info:before,
|
| 113 |
+
.fi-italic:before,
|
| 114 |
+
.fi-key:before,
|
| 115 |
+
.fi-laptop:before,
|
| 116 |
+
.fi-layout:before,
|
| 117 |
+
.fi-lightbulb:before,
|
| 118 |
+
.fi-like:before,
|
| 119 |
+
.fi-link:before,
|
| 120 |
+
.fi-list-bullet:before,
|
| 121 |
+
.fi-list-number:before,
|
| 122 |
+
.fi-list-thumbnails:before,
|
| 123 |
+
.fi-list:before,
|
| 124 |
+
.fi-lock:before,
|
| 125 |
+
.fi-loop:before,
|
| 126 |
+
.fi-magnifying-glass:before,
|
| 127 |
+
.fi-mail:before,
|
| 128 |
+
.fi-male-female:before,
|
| 129 |
+
.fi-male-symbol:before,
|
| 130 |
+
.fi-male:before,
|
| 131 |
+
.fi-map:before,
|
| 132 |
+
.fi-marker:before,
|
| 133 |
+
.fi-megaphone:before,
|
| 134 |
+
.fi-microphone:before,
|
| 135 |
+
.fi-minus-circle:before,
|
| 136 |
+
.fi-minus:before,
|
| 137 |
+
.fi-mobile-signal:before,
|
| 138 |
+
.fi-mobile:before,
|
| 139 |
+
.fi-monitor:before,
|
| 140 |
+
.fi-mountains:before,
|
| 141 |
+
.fi-music:before,
|
| 142 |
+
.fi-next:before,
|
| 143 |
+
.fi-no-dogs:before,
|
| 144 |
+
.fi-no-smoking:before,
|
| 145 |
+
.fi-page-add:before,
|
| 146 |
+
.fi-page-copy:before,
|
| 147 |
+
.fi-page-csv:before,
|
| 148 |
+
.fi-page-delete:before,
|
| 149 |
+
.fi-page-doc:before,
|
| 150 |
+
.fi-page-edit:before,
|
| 151 |
+
.fi-page-export-csv:before,
|
| 152 |
+
.fi-page-export-doc:before,
|
| 153 |
+
.fi-page-export-pdf:before,
|
| 154 |
+
.fi-page-export:before,
|
| 155 |
+
.fi-page-filled:before,
|
| 156 |
+
.fi-page-multiple:before,
|
| 157 |
+
.fi-page-pdf:before,
|
| 158 |
+
.fi-page-remove:before,
|
| 159 |
+
.fi-page-search:before,
|
| 160 |
+
.fi-page:before,
|
| 161 |
+
.fi-paint-bucket:before,
|
| 162 |
+
.fi-paperclip:before,
|
| 163 |
+
.fi-pause:before,
|
| 164 |
+
.fi-paw:before,
|
| 165 |
+
.fi-paypal:before,
|
| 166 |
+
.fi-pencil:before,
|
| 167 |
+
.fi-photo:before,
|
| 168 |
+
.fi-play-circle:before,
|
| 169 |
+
.fi-play-video:before,
|
| 170 |
+
.fi-play:before,
|
| 171 |
+
.fi-plus:before,
|
| 172 |
+
.fi-pound:before,
|
| 173 |
+
.fi-power:before,
|
| 174 |
+
.fi-previous:before,
|
| 175 |
+
.fi-price-tag:before,
|
| 176 |
+
.fi-pricetag-multiple:before,
|
| 177 |
+
.fi-print:before,
|
| 178 |
+
.fi-prohibited:before,
|
| 179 |
+
.fi-projection-screen:before,
|
| 180 |
+
.fi-puzzle:before,
|
| 181 |
+
.fi-quote:before,
|
| 182 |
+
.fi-record:before,
|
| 183 |
+
.fi-refresh:before,
|
| 184 |
+
.fi-results-demographics:before,
|
| 185 |
+
.fi-results:before,
|
| 186 |
+
.fi-rewind-ten:before,
|
| 187 |
+
.fi-rewind:before,
|
| 188 |
+
.fi-rss:before,
|
| 189 |
+
.fi-safety-cone:before,
|
| 190 |
+
.fi-save:before,
|
| 191 |
+
.fi-share:before,
|
| 192 |
+
.fi-sheriff-badge:before,
|
| 193 |
+
.fi-shield:before,
|
| 194 |
+
.fi-shopping-bag:before,
|
| 195 |
+
.fi-shopping-cart:before,
|
| 196 |
+
.fi-shuffle:before,
|
| 197 |
+
.fi-skull:before,
|
| 198 |
+
.fi-social-500px:before,
|
| 199 |
+
.fi-social-adobe:before,
|
| 200 |
+
.fi-social-amazon:before,
|
| 201 |
+
.fi-social-android:before,
|
| 202 |
+
.fi-social-apple:before,
|
| 203 |
+
.fi-social-behance:before,
|
| 204 |
+
.fi-social-bing:before,
|
| 205 |
+
.fi-social-blogger:before,
|
| 206 |
+
.fi-social-delicious:before,
|
| 207 |
+
.fi-social-designer-news:before,
|
| 208 |
+
.fi-social-deviant-art:before,
|
| 209 |
+
.fi-social-digg:before,
|
| 210 |
+
.fi-social-dribbble:before,
|
| 211 |
+
.fi-social-drive:before,
|
| 212 |
+
.fi-social-dropbox:before,
|
| 213 |
+
.fi-social-evernote:before,
|
| 214 |
+
.fi-social-facebook:before,
|
| 215 |
+
.fi-social-flickr:before,
|
| 216 |
+
.fi-social-forrst:before,
|
| 217 |
+
.fi-social-foursquare:before,
|
| 218 |
+
.fi-social-game-center:before,
|
| 219 |
+
.fi-social-github:before,
|
| 220 |
+
.fi-social-google-plus:before,
|
| 221 |
+
.fi-social-hacker-news:before,
|
| 222 |
+
.fi-social-hi5:before,
|
| 223 |
+
.fi-social-instagram:before,
|
| 224 |
+
.fi-social-joomla:before,
|
| 225 |
+
.fi-social-lastfm:before,
|
| 226 |
+
.fi-social-linkedin:before,
|
| 227 |
+
.fi-social-medium:before,
|
| 228 |
+
.fi-social-myspace:before,
|
| 229 |
+
.fi-social-orkut:before,
|
| 230 |
+
.fi-social-path:before,
|
| 231 |
+
.fi-social-picasa:before,
|
| 232 |
+
.fi-social-pinterest:before,
|
| 233 |
+
.fi-social-rdio:before,
|
| 234 |
+
.fi-social-reddit:before,
|
| 235 |
+
.fi-social-skillshare:before,
|
| 236 |
+
.fi-social-skype:before,
|
| 237 |
+
.fi-social-smashing-mag:before,
|
| 238 |
+
.fi-social-snapchat:before,
|
| 239 |
+
.fi-social-spotify:before,
|
| 240 |
+
.fi-social-squidoo:before,
|
| 241 |
+
.fi-social-stack-overflow:before,
|
| 242 |
+
.fi-social-steam:before,
|
| 243 |
+
.fi-social-stumbleupon:before,
|
| 244 |
+
.fi-social-treehouse:before,
|
| 245 |
+
.fi-social-tumblr:before,
|
| 246 |
+
.fi-social-twitter:before,
|
| 247 |
+
.fi-social-vimeo:before,
|
| 248 |
+
.fi-social-windows:before,
|
| 249 |
+
.fi-social-xbox:before,
|
| 250 |
+
.fi-social-yahoo:before,
|
| 251 |
+
.fi-social-yelp:before,
|
| 252 |
+
.fi-social-youtube:before,
|
| 253 |
+
.fi-social-zerply:before,
|
| 254 |
+
.fi-social-zurb:before,
|
| 255 |
+
.fi-sound:before,
|
| 256 |
+
.fi-star:before,
|
| 257 |
+
.fi-stop:before,
|
| 258 |
+
.fi-strikethrough:before,
|
| 259 |
+
.fi-subscript:before,
|
| 260 |
+
.fi-superscript:before,
|
| 261 |
+
.fi-tablet-landscape:before,
|
| 262 |
+
.fi-tablet-portrait:before,
|
| 263 |
+
.fi-target-two:before,
|
| 264 |
+
.fi-target:before,
|
| 265 |
+
.fi-telephone-accessible:before,
|
| 266 |
+
.fi-telephone:before,
|
| 267 |
+
.fi-text-color:before,
|
| 268 |
+
.fi-thumbnails:before,
|
| 269 |
+
.fi-ticket:before,
|
| 270 |
+
.fi-torso-business:before,
|
| 271 |
+
.fi-torso-female:before,
|
| 272 |
+
.fi-torso:before,
|
| 273 |
+
.fi-torsos-all-female:before,
|
| 274 |
+
.fi-torsos-all:before,
|
| 275 |
+
.fi-torsos-female-male:before,
|
| 276 |
+
.fi-torsos-male-female:before,
|
| 277 |
+
.fi-torsos:before,
|
| 278 |
+
.fi-trash:before,
|
| 279 |
+
.fi-trees:before,
|
| 280 |
+
.fi-trophy:before,
|
| 281 |
+
.fi-underline:before,
|
| 282 |
+
.fi-universal-access:before,
|
| 283 |
+
.fi-unlink:before,
|
| 284 |
+
.fi-unlock:before,
|
| 285 |
+
.fi-upload-cloud:before,
|
| 286 |
+
.fi-upload:before,
|
| 287 |
+
.fi-usb:before,
|
| 288 |
+
.fi-video:before,
|
| 289 |
+
.fi-volume-none:before,
|
| 290 |
+
.fi-volume-strike:before,
|
| 291 |
+
.fi-volume:before,
|
| 292 |
+
.fi-web:before,
|
| 293 |
+
.fi-wheelchair:before,
|
| 294 |
+
.fi-widget:before,
|
| 295 |
+
.fi-wrench:before,
|
| 296 |
+
.fi-x-circle:before,
|
| 297 |
+
.fi-x:before,
|
| 298 |
+
.fi-yen:before,
|
| 299 |
+
.fi-zoom-in:before,
|
| 300 |
+
.fi-zoom-out:before {
|
| 301 |
+
font-family: "foundation-icons";
|
| 302 |
+
font-style: normal;
|
| 303 |
+
font-weight: normal;
|
| 304 |
+
font-variant: normal;
|
| 305 |
+
text-transform: none;
|
| 306 |
+
line-height: 1;
|
| 307 |
+
-webkit-font-smoothing: antialiased;
|
| 308 |
+
display: inline-block;
|
| 309 |
+
text-decoration: inherit;
|
| 310 |
+
}
|
| 311 |
+
|
| 312 |
+
.fi-address-book:before { content: "\f100"; }
|
| 313 |
+
.fi-alert:before { content: "\f101"; }
|
| 314 |
+
.fi-align-center:before { content: "\f102"; }
|
| 315 |
+
.fi-align-justify:before { content: "\f103"; }
|
| 316 |
+
.fi-align-left:before { content: "\f104"; }
|
| 317 |
+
.fi-align-right:before { content: "\f105"; }
|
| 318 |
+
.fi-anchor:before { content: "\f106"; }
|
| 319 |
+
.fi-annotate:before { content: "\f107"; }
|
| 320 |
+
.fi-archive:before { content: "\f108"; }
|
| 321 |
+
.fi-arrow-down:before { content: "\f109"; }
|
| 322 |
+
.fi-arrow-left:before { content: "\f10a"; }
|
| 323 |
+
.fi-arrow-right:before { content: "\f10b"; }
|
| 324 |
+
.fi-arrow-up:before { content: "\f10c"; }
|
| 325 |
+
.fi-arrows-compress:before { content: "\f10d"; }
|
| 326 |
+
.fi-arrows-expand:before { content: "\f10e"; }
|
| 327 |
+
.fi-arrows-in:before { content: "\f10f"; }
|
| 328 |
+
.fi-arrows-out:before { content: "\f110"; }
|
| 329 |
+
.fi-asl:before { content: "\f111"; }
|
| 330 |
+
.fi-asterisk:before { content: "\f112"; }
|
| 331 |
+
.fi-at-sign:before { content: "\f113"; }
|
| 332 |
+
.fi-background-color:before { content: "\f114"; }
|
| 333 |
+
.fi-battery-empty:before { content: "\f115"; }
|
| 334 |
+
.fi-battery-full:before { content: "\f116"; }
|
| 335 |
+
.fi-battery-half:before { content: "\f117"; }
|
| 336 |
+
.fi-bitcoin-circle:before { content: "\f118"; }
|
| 337 |
+
.fi-bitcoin:before { content: "\f119"; }
|
| 338 |
+
.fi-blind:before { content: "\f11a"; }
|
| 339 |
+
.fi-bluetooth:before { content: "\f11b"; }
|
| 340 |
+
.fi-bold:before { content: "\f11c"; }
|
| 341 |
+
.fi-book-bookmark:before { content: "\f11d"; }
|
| 342 |
+
.fi-book:before { content: "\f11e"; }
|
| 343 |
+
.fi-bookmark:before { content: "\f11f"; }
|
| 344 |
+
.fi-braille:before { content: "\f120"; }
|
| 345 |
+
.fi-burst-new:before { content: "\f121"; }
|
| 346 |
+
.fi-burst-sale:before { content: "\f122"; }
|
| 347 |
+
.fi-burst:before { content: "\f123"; }
|
| 348 |
+
.fi-calendar:before { content: "\f124"; }
|
| 349 |
+
.fi-camera:before { content: "\f125"; }
|
| 350 |
+
.fi-check:before { content: "\f126"; }
|
| 351 |
+
.fi-checkbox:before { content: "\f127"; }
|
| 352 |
+
.fi-clipboard-notes:before { content: "\f128"; }
|
| 353 |
+
.fi-clipboard-pencil:before { content: "\f129"; }
|
| 354 |
+
.fi-clipboard:before { content: "\f12a"; }
|
| 355 |
+
.fi-clock:before { content: "\f12b"; }
|
| 356 |
+
.fi-closed-caption:before { content: "\f12c"; }
|
| 357 |
+
.fi-cloud:before { content: "\f12d"; }
|
| 358 |
+
.fi-comment-minus:before { content: "\f12e"; }
|
| 359 |
+
.fi-comment-quotes:before { content: "\f12f"; }
|
| 360 |
+
.fi-comment-video:before { content: "\f130"; }
|
| 361 |
+
.fi-comment:before { content: "\f131"; }
|
| 362 |
+
.fi-comments:before { content: "\f132"; }
|
| 363 |
+
.fi-compass:before { content: "\f133"; }
|
| 364 |
+
.fi-contrast:before { content: "\f134"; }
|
| 365 |
+
.fi-credit-card:before { content: "\f135"; }
|
| 366 |
+
.fi-crop:before { content: "\f136"; }
|
| 367 |
+
.fi-crown:before { content: "\f137"; }
|
| 368 |
+
.fi-css3:before { content: "\f138"; }
|
| 369 |
+
.fi-database:before { content: "\f139"; }
|
| 370 |
+
.fi-die-five:before { content: "\f13a"; }
|
| 371 |
+
.fi-die-four:before { content: "\f13b"; }
|
| 372 |
+
.fi-die-one:before { content: "\f13c"; }
|
| 373 |
+
.fi-die-six:before { content: "\f13d"; }
|
| 374 |
+
.fi-die-three:before { content: "\f13e"; }
|
| 375 |
+
.fi-die-two:before { content: "\f13f"; }
|
| 376 |
+
.fi-dislike:before { content: "\f140"; }
|
| 377 |
+
.fi-dollar-bill:before { content: "\f141"; }
|
| 378 |
+
.fi-dollar:before { content: "\f142"; }
|
| 379 |
+
.fi-download:before { content: "\f143"; }
|
| 380 |
+
.fi-eject:before { content: "\f144"; }
|
| 381 |
+
.fi-elevator:before { content: "\f145"; }
|
| 382 |
+
.fi-euro:before { content: "\f146"; }
|
| 383 |
+
.fi-eye:before { content: "\f147"; }
|
| 384 |
+
.fi-fast-forward:before { content: "\f148"; }
|
| 385 |
+
.fi-female-symbol:before { content: "\f149"; }
|
| 386 |
+
.fi-female:before { content: "\f14a"; }
|
| 387 |
+
.fi-filter:before { content: "\f14b"; }
|
| 388 |
+
.fi-first-aid:before { content: "\f14c"; }
|
| 389 |
+
.fi-flag:before { content: "\f14d"; }
|
| 390 |
+
.fi-folder-add:before { content: "\f14e"; }
|
| 391 |
+
.fi-folder-lock:before { content: "\f14f"; }
|
| 392 |
+
.fi-folder:before { content: "\f150"; }
|
| 393 |
+
.fi-foot:before { content: "\f151"; }
|
| 394 |
+
.fi-foundation:before { content: "\f152"; }
|
| 395 |
+
.fi-graph-bar:before { content: "\f153"; }
|
| 396 |
+
.fi-graph-horizontal:before { content: "\f154"; }
|
| 397 |
+
.fi-graph-pie:before { content: "\f155"; }
|
| 398 |
+
.fi-graph-trend:before { content: "\f156"; }
|
| 399 |
+
.fi-guide-dog:before { content: "\f157"; }
|
| 400 |
+
.fi-hearing-aid:before { content: "\f158"; }
|
| 401 |
+
.fi-heart:before { content: "\f159"; }
|
| 402 |
+
.fi-home:before { content: "\f15a"; }
|
| 403 |
+
.fi-html5:before { content: "\f15b"; }
|
| 404 |
+
.fi-indent-less:before { content: "\f15c"; }
|
| 405 |
+
.fi-indent-more:before { content: "\f15d"; }
|
| 406 |
+
.fi-info:before { content: "\f15e"; }
|
| 407 |
+
.fi-italic:before { content: "\f15f"; }
|
| 408 |
+
.fi-key:before { content: "\f160"; }
|
| 409 |
+
.fi-laptop:before { content: "\f161"; }
|
| 410 |
+
.fi-layout:before { content: "\f162"; }
|
| 411 |
+
.fi-lightbulb:before { content: "\f163"; }
|
| 412 |
+
.fi-like:before { content: "\f164"; }
|
| 413 |
+
.fi-link:before { content: "\f165"; }
|
| 414 |
+
.fi-list-bullet:before { content: "\f166"; }
|
| 415 |
+
.fi-list-number:before { content: "\f167"; }
|
| 416 |
+
.fi-list-thumbnails:before { content: "\f168"; }
|
| 417 |
+
.fi-list:before { content: "\f169"; }
|
| 418 |
+
.fi-lock:before { content: "\f16a"; }
|
| 419 |
+
.fi-loop:before { content: "\f16b"; }
|
| 420 |
+
.fi-magnifying-glass:before { content: "\f16c"; }
|
| 421 |
+
.fi-mail:before { content: "\f16d"; }
|
| 422 |
+
.fi-male-female:before { content: "\f16e"; }
|
| 423 |
+
.fi-male-symbol:before { content: "\f16f"; }
|
| 424 |
+
.fi-male:before { content: "\f170"; }
|
| 425 |
+
.fi-map:before { content: "\f171"; }
|
| 426 |
+
.fi-marker:before { content: "\f172"; }
|
| 427 |
+
.fi-megaphone:before { content: "\f173"; }
|
| 428 |
+
.fi-microphone:before { content: "\f174"; }
|
| 429 |
+
.fi-minus-circle:before { content: "\f175"; }
|
| 430 |
+
.fi-minus:before { content: "\f176"; }
|
| 431 |
+
.fi-mobile-signal:before { content: "\f177"; }
|
| 432 |
+
.fi-mobile:before { content: "\f178"; }
|
| 433 |
+
.fi-monitor:before { content: "\f179"; }
|
| 434 |
+
.fi-mountains:before { content: "\f17a"; }
|
| 435 |
+
.fi-music:before { content: "\f17b"; }
|
| 436 |
+
.fi-next:before { content: "\f17c"; }
|
| 437 |
+
.fi-no-dogs:before { content: "\f17d"; }
|
| 438 |
+
.fi-no-smoking:before { content: "\f17e"; }
|
| 439 |
+
.fi-page-add:before { content: "\f17f"; }
|
| 440 |
+
.fi-page-copy:before { content: "\f180"; }
|
| 441 |
+
.fi-page-csv:before { content: "\f181"; }
|
| 442 |
+
.fi-page-delete:before { content: "\f182"; }
|
| 443 |
+
.fi-page-doc:before { content: "\f183"; }
|
| 444 |
+
.fi-page-edit:before { content: "\f184"; }
|
| 445 |
+
.fi-page-export-csv:before { content: "\f185"; }
|
| 446 |
+
.fi-page-export-doc:before { content: "\f186"; }
|
| 447 |
+
.fi-page-export-pdf:before { content: "\f187"; }
|
| 448 |
+
.fi-page-export:before { content: "\f188"; }
|
| 449 |
+
.fi-page-filled:before { content: "\f189"; }
|
| 450 |
+
.fi-page-multiple:before { content: "\f18a"; }
|
| 451 |
+
.fi-page-pdf:before { content: "\f18b"; }
|
| 452 |
+
.fi-page-remove:before { content: "\f18c"; }
|
| 453 |
+
.fi-page-search:before { content: "\f18d"; }
|
| 454 |
+
.fi-page:before { content: "\f18e"; }
|
| 455 |
+
.fi-paint-bucket:before { content: "\f18f"; }
|
| 456 |
+
.fi-paperclip:before { content: "\f190"; }
|
| 457 |
+
.fi-pause:before { content: "\f191"; }
|
| 458 |
+
.fi-paw:before { content: "\f192"; }
|
| 459 |
+
.fi-paypal:before { content: "\f193"; }
|
| 460 |
+
.fi-pencil:before { content: "\f194"; }
|
| 461 |
+
.fi-photo:before { content: "\f195"; }
|
| 462 |
+
.fi-play-circle:before { content: "\f196"; }
|
| 463 |
+
.fi-play-video:before { content: "\f197"; }
|
| 464 |
+
.fi-play:before { content: "\f198"; }
|
| 465 |
+
.fi-plus:before { content: "\f199"; }
|
| 466 |
+
.fi-pound:before { content: "\f19a"; }
|
| 467 |
+
.fi-power:before { content: "\f19b"; }
|
| 468 |
+
.fi-previous:before { content: "\f19c"; }
|
| 469 |
+
.fi-price-tag:before { content: "\f19d"; }
|
| 470 |
+
.fi-pricetag-multiple:before { content: "\f19e"; }
|
| 471 |
+
.fi-print:before { content: "\f19f"; }
|
| 472 |
+
.fi-prohibited:before { content: "\f1a0"; }
|
| 473 |
+
.fi-projection-screen:before { content: "\f1a1"; }
|
| 474 |
+
.fi-puzzle:before { content: "\f1a2"; }
|
| 475 |
+
.fi-quote:before { content: "\f1a3"; }
|
| 476 |
+
.fi-record:before { content: "\f1a4"; }
|
| 477 |
+
.fi-refresh:before { content: "\f1a5"; }
|
| 478 |
+
.fi-results-demographics:before { content: "\f1a6"; }
|
| 479 |
+
.fi-results:before { content: "\f1a7"; }
|
| 480 |
+
.fi-rewind-ten:before { content: "\f1a8"; }
|
| 481 |
+
.fi-rewind:before { content: "\f1a9"; }
|
| 482 |
+
.fi-rss:before { content: "\f1aa"; }
|
| 483 |
+
.fi-safety-cone:before { content: "\f1ab"; }
|
| 484 |
+
.fi-save:before { content: "\f1ac"; }
|
| 485 |
+
.fi-share:before { content: "\f1ad"; }
|
| 486 |
+
.fi-sheriff-badge:before { content: "\f1ae"; }
|
| 487 |
+
.fi-shield:before { content: "\f1af"; }
|
| 488 |
+
.fi-shopping-bag:before { content: "\f1b0"; }
|
| 489 |
+
.fi-shopping-cart:before { content: "\f1b1"; }
|
| 490 |
+
.fi-shuffle:before { content: "\f1b2"; }
|
| 491 |
+
.fi-skull:before { content: "\f1b3"; }
|
| 492 |
+
.fi-social-500px:before { content: "\f1b4"; }
|
| 493 |
+
.fi-social-adobe:before { content: "\f1b5"; }
|
| 494 |
+
.fi-social-amazon:before { content: "\f1b6"; }
|
| 495 |
+
.fi-social-android:before { content: "\f1b7"; }
|
| 496 |
+
.fi-social-apple:before { content: "\f1b8"; }
|
| 497 |
+
.fi-social-behance:before { content: "\f1b9"; }
|
| 498 |
+
.fi-social-bing:before { content: "\f1ba"; }
|
| 499 |
+
.fi-social-blogger:before { content: "\f1bb"; }
|
| 500 |
+
.fi-social-delicious:before { content: "\f1bc"; }
|
| 501 |
+
.fi-social-designer-news:before { content: "\f1bd"; }
|
| 502 |
+
.fi-social-deviant-art:before { content: "\f1be"; }
|
| 503 |
+
.fi-social-digg:before { content: "\f1bf"; }
|
| 504 |
+
.fi-social-dribbble:before { content: "\f1c0"; }
|
| 505 |
+
.fi-social-drive:before { content: "\f1c1"; }
|
| 506 |
+
.fi-social-dropbox:before { content: "\f1c2"; }
|
| 507 |
+
.fi-social-evernote:before { content: "\f1c3"; }
|
| 508 |
+
.fi-social-facebook:before { content: "\f1c4"; }
|
| 509 |
+
.fi-social-flickr:before { content: "\f1c5"; }
|
| 510 |
+
.fi-social-forrst:before { content: "\f1c6"; }
|
| 511 |
+
.fi-social-foursquare:before { content: "\f1c7"; }
|
| 512 |
+
.fi-social-game-center:before { content: "\f1c8"; }
|
| 513 |
+
.fi-social-github:before { content: "\f1c9"; }
|
| 514 |
+
.fi-social-google-plus:before { content: "\f1ca"; }
|
| 515 |
+
.fi-social-hacker-news:before { content: "\f1cb"; }
|
| 516 |
+
.fi-social-hi5:before { content: "\f1cc"; }
|
| 517 |
+
.fi-social-instagram:before { content: "\f1cd"; }
|
| 518 |
+
.fi-social-joomla:before { content: "\f1ce"; }
|
| 519 |
+
.fi-social-lastfm:before { content: "\f1cf"; }
|
| 520 |
+
.fi-social-linkedin:before { content: "\f1d0"; }
|
| 521 |
+
.fi-social-medium:before { content: "\f1d1"; }
|
| 522 |
+
.fi-social-myspace:before { content: "\f1d2"; }
|
| 523 |
+
.fi-social-orkut:before { content: "\f1d3"; }
|
| 524 |
+
.fi-social-path:before { content: "\f1d4"; }
|
| 525 |
+
.fi-social-picasa:before { content: "\f1d5"; }
|
| 526 |
+
.fi-social-pinterest:before { content: "\f1d6"; }
|
| 527 |
+
.fi-social-rdio:before { content: "\f1d7"; }
|
| 528 |
+
.fi-social-reddit:before { content: "\f1d8"; }
|
| 529 |
+
.fi-social-skillshare:before { content: "\f1d9"; }
|
| 530 |
+
.fi-social-skype:before { content: "\f1da"; }
|
| 531 |
+
.fi-social-smashing-mag:before { content: "\f1db"; }
|
| 532 |
+
.fi-social-snapchat:before { content: "\f1dc"; }
|
| 533 |
+
.fi-social-spotify:before { content: "\f1dd"; }
|
| 534 |
+
.fi-social-squidoo:before { content: "\f1de"; }
|
| 535 |
+
.fi-social-stack-overflow:before { content: "\f1df"; }
|
| 536 |
+
.fi-social-steam:before { content: "\f1e0"; }
|
| 537 |
+
.fi-social-stumbleupon:before { content: "\f1e1"; }
|
| 538 |
+
.fi-social-treehouse:before { content: "\f1e2"; }
|
| 539 |
+
.fi-social-tumblr:before { content: "\f1e3"; }
|
| 540 |
+
.fi-social-twitter:before { content: "\f1e4"; }
|
| 541 |
+
.fi-social-vimeo:before { content: "\f1e5"; }
|
| 542 |
+
.fi-social-windows:before { content: "\f1e6"; }
|
| 543 |
+
.fi-social-xbox:before { content: "\f1e7"; }
|
| 544 |
+
.fi-social-yahoo:before { content: "\f1e8"; }
|
| 545 |
+
.fi-social-yelp:before { content: "\f1e9"; }
|
| 546 |
+
.fi-social-youtube:before { content: "\f1ea"; }
|
| 547 |
+
.fi-social-zerply:before { content: "\f1eb"; }
|
| 548 |
+
.fi-social-zurb:before { content: "\f1ec"; }
|
| 549 |
+
.fi-sound:before { content: "\f1ed"; }
|
| 550 |
+
.fi-star:before { content: "\f1ee"; }
|
| 551 |
+
.fi-stop:before { content: "\f1ef"; }
|
| 552 |
+
.fi-strikethrough:before { content: "\f1f0"; }
|
| 553 |
+
.fi-subscript:before { content: "\f1f1"; }
|
| 554 |
+
.fi-superscript:before { content: "\f1f2"; }
|
| 555 |
+
.fi-tablet-landscape:before { content: "\f1f3"; }
|
| 556 |
+
.fi-tablet-portrait:before { content: "\f1f4"; }
|
| 557 |
+
.fi-target-two:before { content: "\f1f5"; }
|
| 558 |
+
.fi-target:before { content: "\f1f6"; }
|
| 559 |
+
.fi-telephone-accessible:before { content: "\f1f7"; }
|
| 560 |
+
.fi-telephone:before { content: "\f1f8"; }
|
| 561 |
+
.fi-text-color:before { content: "\f1f9"; }
|
| 562 |
+
.fi-thumbnails:before { content: "\f1fa"; }
|
| 563 |
+
.fi-ticket:before { content: "\f1fb"; }
|
| 564 |
+
.fi-torso-business:before { content: "\f1fc"; }
|
| 565 |
+
.fi-torso-female:before { content: "\f1fd"; }
|
| 566 |
+
.fi-torso:before { content: "\f1fe"; }
|
| 567 |
+
.fi-torsos-all-female:before { content: "\f1ff"; }
|
| 568 |
+
.fi-torsos-all:before { content: "\f200"; }
|
| 569 |
+
.fi-torsos-female-male:before { content: "\f201"; }
|
| 570 |
+
.fi-torsos-male-female:before { content: "\f202"; }
|
| 571 |
+
.fi-torsos:before { content: "\f203"; }
|
| 572 |
+
.fi-trash:before { content: "\f204"; }
|
| 573 |
+
.fi-trees:before { content: "\f205"; }
|
| 574 |
+
.fi-trophy:before { content: "\f206"; }
|
| 575 |
+
.fi-underline:before { content: "\f207"; }
|
| 576 |
+
.fi-universal-access:before { content: "\f208"; }
|
| 577 |
+
.fi-unlink:before { content: "\f209"; }
|
| 578 |
+
.fi-unlock:before { content: "\f20a"; }
|
| 579 |
+
.fi-upload-cloud:before { content: "\f20b"; }
|
| 580 |
+
.fi-upload:before { content: "\f20c"; }
|
| 581 |
+
.fi-usb:before { content: "\f20d"; }
|
| 582 |
+
.fi-video:before { content: "\f20e"; }
|
| 583 |
+
.fi-volume-none:before { content: "\f20f"; }
|
| 584 |
+
.fi-volume-strike:before { content: "\f210"; }
|
| 585 |
+
.fi-volume:before { content: "\f211"; }
|
| 586 |
+
.fi-web:before { content: "\f212"; }
|
| 587 |
+
.fi-wheelchair:before { content: "\f213"; }
|
| 588 |
+
.fi-widget:before { content: "\f214"; }
|
| 589 |
+
.fi-wrench:before { content: "\f215"; }
|
| 590 |
+
.fi-x-circle:before { content: "\f216"; }
|
| 591 |
+
.fi-x:before { content: "\f217"; }
|
| 592 |
+
.fi-yen:before { content: "\f218"; }
|
| 593 |
+
.fi-zoom-in:before { content: "\f219"; }
|
| 594 |
+
.fi-zoom-out:before { content: "\f21a"; }
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.eot
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
@font-face{font-family:foundation-icons;src:url(foundation-icons.eot);src:url(foundation-icons.eot?#iefix) format("embedded-opentype"),url(foundation-icons.woff) format("woff"),url(foundation-icons.ttf) format("truetype"),url(foundation-icons.svg#fontcustom) format("svg");font-weight:400;font-style:normal}.fi-address-book:before,.fi-alert:before,.fi-align-center:before,.fi-align-justify:before,.fi-align-left:before,.fi-align-right:before,.fi-anchor:before,.fi-annotate:before,.fi-archive:before,.fi-arrow-down:before,.fi-arrow-left:before,.fi-arrow-right:before,.fi-arrow-up:before,.fi-arrows-compress:before,.fi-arrows-expand:before,.fi-arrows-in:before,.fi-arrows-out:before,.fi-asl:before,.fi-asterisk:before,.fi-at-sign:before,.fi-background-color:before,.fi-battery-empty:before,.fi-battery-full:before,.fi-battery-half:before,.fi-bitcoin-circle:before,.fi-bitcoin:before,.fi-blind:before,.fi-bluetooth:before,.fi-bold:before,.fi-book-bookmark:before,.fi-book:before,.fi-bookmark:before,.fi-braille:before,.fi-burst-new:before,.fi-burst-sale:before,.fi-burst:before,.fi-calendar:before,.fi-camera:before,.fi-check:before,.fi-checkbox:before,.fi-clipboard-notes:before,.fi-clipboard-pencil:before,.fi-clipboard:before,.fi-clock:before,.fi-closed-caption:before,.fi-cloud:before,.fi-comment-minus:before,.fi-comment-quotes:before,.fi-comment-video:before,.fi-comment:before,.fi-comments:before,.fi-compass:before,.fi-contrast:before,.fi-credit-card:before,.fi-crop:before,.fi-crown:before,.fi-css3:before,.fi-database:before,.fi-die-five:before,.fi-die-four:before,.fi-die-one:before,.fi-die-six:before,.fi-die-three:before,.fi-die-two:before,.fi-dislike:before,.fi-dollar-bill:before,.fi-dollar:before,.fi-download:before,.fi-eject:before,.fi-elevator:before,.fi-euro:before,.fi-eye:before,.fi-fast-forward:before,.fi-female-symbol:before,.fi-female:before,.fi-filter:before,.fi-first-aid:before,.fi-flag:before,.fi-folder-add:before,.fi-folder-lock:before,.fi-folder:before,.fi-foot:before,.fi-foundation:before,.fi-graph-bar:before,.fi-graph-horizontal:before,.fi-graph-pie:before,.fi-graph-trend:before,.fi-guide-dog:before,.fi-hearing-aid:before,.fi-heart:before,.fi-home:before,.fi-html5:before,.fi-indent-less:before,.fi-indent-more:before,.fi-info:before,.fi-italic:before,.fi-key:before,.fi-laptop:before,.fi-layout:before,.fi-lightbulb:before,.fi-like:before,.fi-link:before,.fi-list-bullet:before,.fi-list-number:before,.fi-list-thumbnails:before,.fi-list:before,.fi-lock:before,.fi-loop:before,.fi-magnifying-glass:before,.fi-mail:before,.fi-male-female:before,.fi-male-symbol:before,.fi-male:before,.fi-map:before,.fi-marker:before,.fi-megaphone:before,.fi-microphone:before,.fi-minus-circle:before,.fi-minus:before,.fi-mobile-signal:before,.fi-mobile:before,.fi-monitor:before,.fi-mountains:before,.fi-music:before,.fi-next:before,.fi-no-dogs:before,.fi-no-smoking:before,.fi-page-add:before,.fi-page-copy:before,.fi-page-csv:before,.fi-page-delete:before,.fi-page-doc:before,.fi-page-edit:before,.fi-page-export-csv:before,.fi-page-export-doc:before,.fi-page-export-pdf:before,.fi-page-export:before,.fi-page-filled:before,.fi-page-multiple:before,.fi-page-pdf:before,.fi-page-remove:before,.fi-page-search:before,.fi-page:before,.fi-paint-bucket:before,.fi-paperclip:before,.fi-pause:before,.fi-paw:before,.fi-paypal:before,.fi-pencil:before,.fi-photo:before,.fi-play-circle:before,.fi-play-video:before,.fi-play:before,.fi-plus:before,.fi-pound:before,.fi-power:before,.fi-previous:before,.fi-price-tag:before,.fi-pricetag-multiple:before,.fi-print:before,.fi-prohibited:before,.fi-projection-screen:before,.fi-puzzle:before,.fi-quote:before,.fi-record:before,.fi-refresh:before,.fi-results-demographics:before,.fi-results:before,.fi-rewind-ten:before,.fi-rewind:before,.fi-rss:before,.fi-safety-cone:before,.fi-save:before,.fi-share:before,.fi-sheriff-badge:before,.fi-shield:before,.fi-shopping-bag:before,.fi-shopping-cart:before,.fi-shuffle:before,.fi-skull:before,.fi-social-500px:before,.fi-social-adobe:before,.fi-social-amazon:before,.fi-social-android:before,.fi-social-apple:before,.fi-social-behance:before,.fi-social-bing:before,.fi-social-blogger:before,.fi-social-delicious:before,.fi-social-designer-news:before,.fi-social-deviant-art:before,.fi-social-digg:before,.fi-social-dribbble:before,.fi-social-drive:before,.fi-social-dropbox:before,.fi-social-evernote:before,.fi-social-facebook:before,.fi-social-flickr:before,.fi-social-forrst:before,.fi-social-foursquare:before,.fi-social-game-center:before,.fi-social-github:before,.fi-social-google-plus:before,.fi-social-hacker-news:before,.fi-social-hi5:before,.fi-social-instagram:before,.fi-social-joomla:before,.fi-social-lastfm:before,.fi-social-linkedin:before,.fi-social-medium:before,.fi-social-myspace:before,.fi-social-orkut:before,.fi-social-path:before,.fi-social-picasa:before,.fi-social-pinterest:before,.fi-social-rdio:before,.fi-social-reddit:before,.fi-social-skillshare:before,.fi-social-skype:before,.fi-social-smashing-mag:before,.fi-social-snapchat:before,.fi-social-spotify:before,.fi-social-squidoo:before,.fi-social-stack-overflow:before,.fi-social-steam:before,.fi-social-stumbleupon:before,.fi-social-treehouse:before,.fi-social-tumblr:before,.fi-social-twitter:before,.fi-social-vimeo:before,.fi-social-windows:before,.fi-social-xbox:before,.fi-social-yahoo:before,.fi-social-yelp:before,.fi-social-youtube:before,.fi-social-zerply:before,.fi-social-zurb:before,.fi-sound:before,.fi-star:before,.fi-stop:before,.fi-strikethrough:before,.fi-subscript:before,.fi-superscript:before,.fi-tablet-landscape:before,.fi-tablet-portrait:before,.fi-target-two:before,.fi-target:before,.fi-telephone-accessible:before,.fi-telephone:before,.fi-text-color:before,.fi-thumbnails:before,.fi-ticket:before,.fi-torso-business:before,.fi-torso-female:before,.fi-torso:before,.fi-torsos-all-female:before,.fi-torsos-all:before,.fi-torsos-female-male:before,.fi-torsos-male-female:before,.fi-torsos:before,.fi-trash:before,.fi-trees:before,.fi-trophy:before,.fi-underline:before,.fi-universal-access:before,.fi-unlink:before,.fi-unlock:before,.fi-upload-cloud:before,.fi-upload:before,.fi-usb:before,.fi-video:before,.fi-volume-none:before,.fi-volume-strike:before,.fi-volume:before,.fi-web:before,.fi-wheelchair:before,.fi-widget:before,.fi-wrench:before,.fi-x-circle:before,.fi-x:before,.fi-yen:before,.fi-zoom-in:before,.fi-zoom-out:before{font-family:foundation-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block;text-decoration:inherit}.fi-address-book:before{content:"\f100"}.fi-alert:before{content:"\f101"}.fi-align-center:before{content:"\f102"}.fi-align-justify:before{content:"\f103"}.fi-align-left:before{content:"\f104"}.fi-align-right:before{content:"\f105"}.fi-anchor:before{content:"\f106"}.fi-annotate:before{content:"\f107"}.fi-archive:before{content:"\f108"}.fi-arrow-down:before{content:"\f109"}.fi-arrow-left:before{content:"\f10a"}.fi-arrow-right:before{content:"\f10b"}.fi-arrow-up:before{content:"\f10c"}.fi-arrows-compress:before{content:"\f10d"}.fi-arrows-expand:before{content:"\f10e"}.fi-arrows-in:before{content:"\f10f"}.fi-arrows-out:before{content:"\f110"}.fi-asl:before{content:"\f111"}.fi-asterisk:before{content:"\f112"}.fi-at-sign:before{content:"\f113"}.fi-background-color:before{content:"\f114"}.fi-battery-empty:before{content:"\f115"}.fi-battery-full:before{content:"\f116"}.fi-battery-half:before{content:"\f117"}.fi-bitcoin-circle:before{content:"\f118"}.fi-bitcoin:before{content:"\f119"}.fi-blind:before{content:"\f11a"}.fi-bluetooth:before{content:"\f11b"}.fi-bold:before{content:"\f11c"}.fi-book-bookmark:before{content:"\f11d"}.fi-book:before{content:"\f11e"}.fi-bookmark:before{content:"\f11f"}.fi-braille:before{content:"\f120"}.fi-burst-new:before{content:"\f121"}.fi-burst-sale:before{content:"\f122"}.fi-burst:before{content:"\f123"}.fi-calendar:before{content:"\f124"}.fi-camera:before{content:"\f125"}.fi-check:before{content:"\f126"}.fi-checkbox:before{content:"\f127"}.fi-clipboard-notes:before{content:"\f128"}.fi-clipboard-pencil:before{content:"\f129"}.fi-clipboard:before{content:"\f12a"}.fi-clock:before{content:"\f12b"}.fi-closed-caption:before{content:"\f12c"}.fi-cloud:before{content:"\f12d"}.fi-comment-minus:before{content:"\f12e"}.fi-comment-quotes:before{content:"\f12f"}.fi-comment-video:before{content:"\f130"}.fi-comment:before{content:"\f131"}.fi-comments:before{content:"\f132"}.fi-compass:before{content:"\f133"}.fi-contrast:before{content:"\f134"}.fi-credit-card:before{content:"\f135"}.fi-crop:before{content:"\f136"}.fi-crown:before{content:"\f137"}.fi-css3:before{content:"\f138"}.fi-database:before{content:"\f139"}.fi-die-five:before{content:"\f13a"}.fi-die-four:before{content:"\f13b"}.fi-die-one:before{content:"\f13c"}.fi-die-six:before{content:"\f13d"}.fi-die-three:before{content:"\f13e"}.fi-die-two:before{content:"\f13f"}.fi-dislike:before{content:"\f140"}.fi-dollar-bill:before{content:"\f141"}.fi-dollar:before{content:"\f142"}.fi-download:before{content:"\f143"}.fi-eject:before{content:"\f144"}.fi-elevator:before{content:"\f145"}.fi-euro:before{content:"\f146"}.fi-eye:before{content:"\f147"}.fi-fast-forward:before{content:"\f148"}.fi-female-symbol:before{content:"\f149"}.fi-female:before{content:"\f14a"}.fi-filter:before{content:"\f14b"}.fi-first-aid:before{content:"\f14c"}.fi-flag:before{content:"\f14d"}.fi-folder-add:before{content:"\f14e"}.fi-folder-lock:before{content:"\f14f"}.fi-folder:before{content:"\f150"}.fi-foot:before{content:"\f151"}.fi-foundation:before{content:"\f152"}.fi-graph-bar:before{content:"\f153"}.fi-graph-horizontal:before{content:"\f154"}.fi-graph-pie:before{content:"\f155"}.fi-graph-trend:before{content:"\f156"}.fi-guide-dog:before{content:"\f157"}.fi-hearing-aid:before{content:"\f158"}.fi-heart:before{content:"\f159"}.fi-home:before{content:"\f15a"}.fi-html5:before{content:"\f15b"}.fi-indent-less:before{content:"\f15c"}.fi-indent-more:before{content:"\f15d"}.fi-info:before{content:"\f15e"}.fi-italic:before{content:"\f15f"}.fi-key:before{content:"\f160"}.fi-laptop:before{content:"\f161"}.fi-layout:before{content:"\f162"}.fi-lightbulb:before{content:"\f163"}.fi-like:before{content:"\f164"}.fi-link:before{content:"\f165"}.fi-list-bullet:before{content:"\f166"}.fi-list-number:before{content:"\f167"}.fi-list-thumbnails:before{content:"\f168"}.fi-list:before{content:"\f169"}.fi-lock:before{content:"\f16a"}.fi-loop:before{content:"\f16b"}.fi-magnifying-glass:before{content:"\f16c"}.fi-mail:before{content:"\f16d"}.fi-male-female:before{content:"\f16e"}.fi-male-symbol:before{content:"\f16f"}.fi-male:before{content:"\f170"}.fi-map:before{content:"\f171"}.fi-marker:before{content:"\f172"}.fi-megaphone:before{content:"\f173"}.fi-microphone:before{content:"\f174"}.fi-minus-circle:before{content:"\f175"}.fi-minus:before{content:"\f176"}.fi-mobile-signal:before{content:"\f177"}.fi-mobile:before{content:"\f178"}.fi-monitor:before{content:"\f179"}.fi-mountains:before{content:"\f17a"}.fi-music:before{content:"\f17b"}.fi-next:before{content:"\f17c"}.fi-no-dogs:before{content:"\f17d"}.fi-no-smoking:before{content:"\f17e"}.fi-page-add:before{content:"\f17f"}.fi-page-copy:before{content:"\f180"}.fi-page-csv:before{content:"\f181"}.fi-page-delete:before{content:"\f182"}.fi-page-doc:before{content:"\f183"}.fi-page-edit:before{content:"\f184"}.fi-page-export-csv:before{content:"\f185"}.fi-page-export-doc:before{content:"\f186"}.fi-page-export-pdf:before{content:"\f187"}.fi-page-export:before{content:"\f188"}.fi-page-filled:before{content:"\f189"}.fi-page-multiple:before{content:"\f18a"}.fi-page-pdf:before{content:"\f18b"}.fi-page-remove:before{content:"\f18c"}.fi-page-search:before{content:"\f18d"}.fi-page:before{content:"\f18e"}.fi-paint-bucket:before{content:"\f18f"}.fi-paperclip:before{content:"\f190"}.fi-pause:before{content:"\f191"}.fi-paw:before{content:"\f192"}.fi-paypal:before{content:"\f193"}.fi-pencil:before{content:"\f194"}.fi-photo:before{content:"\f195"}.fi-play-circle:before{content:"\f196"}.fi-play-video:before{content:"\f197"}.fi-play:before{content:"\f198"}.fi-plus:before{content:"\f199"}.fi-pound:before{content:"\f19a"}.fi-power:before{content:"\f19b"}.fi-previous:before{content:"\f19c"}.fi-price-tag:before{content:"\f19d"}.fi-pricetag-multiple:before{content:"\f19e"}.fi-print:before{content:"\f19f"}.fi-prohibited:before{content:"\f1a0"}.fi-projection-screen:before{content:"\f1a1"}.fi-puzzle:before{content:"\f1a2"}.fi-quote:before{content:"\f1a3"}.fi-record:before{content:"\f1a4"}.fi-refresh:before{content:"\f1a5"}.fi-results-demographics:before{content:"\f1a6"}.fi-results:before{content:"\f1a7"}.fi-rewind-ten:before{content:"\f1a8"}.fi-rewind:before{content:"\f1a9"}.fi-rss:before{content:"\f1aa"}.fi-safety-cone:before{content:"\f1ab"}.fi-save:before{content:"\f1ac"}.fi-share:before{content:"\f1ad"}.fi-sheriff-badge:before{content:"\f1ae"}.fi-shield:before{content:"\f1af"}.fi-shopping-bag:before{content:"\f1b0"}.fi-shopping-cart:before{content:"\f1b1"}.fi-shuffle:before{content:"\f1b2"}.fi-skull:before{content:"\f1b3"}.fi-social-500px:before{content:"\f1b4"}.fi-social-adobe:before{content:"\f1b5"}.fi-social-amazon:before{content:"\f1b6"}.fi-social-android:before{content:"\f1b7"}.fi-social-apple:before{content:"\f1b8"}.fi-social-behance:before{content:"\f1b9"}.fi-social-bing:before{content:"\f1ba"}.fi-social-blogger:before{content:"\f1bb"}.fi-social-delicious:before{content:"\f1bc"}.fi-social-designer-news:before{content:"\f1bd"}.fi-social-deviant-art:before{content:"\f1be"}.fi-social-digg:before{content:"\f1bf"}.fi-social-dribbble:before{content:"\f1c0"}.fi-social-drive:before{content:"\f1c1"}.fi-social-dropbox:before{content:"\f1c2"}.fi-social-evernote:before{content:"\f1c3"}.fi-social-facebook:before{content:"\f1c4"}.fi-social-flickr:before{content:"\f1c5"}.fi-social-forrst:before{content:"\f1c6"}.fi-social-foursquare:before{content:"\f1c7"}.fi-social-game-center:before{content:"\f1c8"}.fi-social-github:before{content:"\f1c9"}.fi-social-google-plus:before{content:"\f1ca"}.fi-social-hacker-news:before{content:"\f1cb"}.fi-social-hi5:before{content:"\f1cc"}.fi-social-instagram:before{content:"\f1cd"}.fi-social-joomla:before{content:"\f1ce"}.fi-social-lastfm:before{content:"\f1cf"}.fi-social-linkedin:before{content:"\f1d0"}.fi-social-medium:before{content:"\f1d1"}.fi-social-myspace:before{content:"\f1d2"}.fi-social-orkut:before{content:"\f1d3"}.fi-social-path:before{content:"\f1d4"}.fi-social-picasa:before{content:"\f1d5"}.fi-social-pinterest:before{content:"\f1d6"}.fi-social-rdio:before{content:"\f1d7"}.fi-social-reddit:before{content:"\f1d8"}.fi-social-skillshare:before{content:"\f1d9"}.fi-social-skype:before{content:"\f1da"}.fi-social-smashing-mag:before{content:"\f1db"}.fi-social-snapchat:before{content:"\f1dc"}.fi-social-spotify:before{content:"\f1dd"}.fi-social-squidoo:before{content:"\f1de"}.fi-social-stack-overflow:before{content:"\f1df"}.fi-social-steam:before{content:"\f1e0"}.fi-social-stumbleupon:before{content:"\f1e1"}.fi-social-treehouse:before{content:"\f1e2"}.fi-social-tumblr:before{content:"\f1e3"}.fi-social-twitter:before{content:"\f1e4"}.fi-social-vimeo:before{content:"\f1e5"}.fi-social-windows:before{content:"\f1e6"}.fi-social-xbox:before{content:"\f1e7"}.fi-social-yahoo:before{content:"\f1e8"}.fi-social-yelp:before{content:"\f1e9"}.fi-social-youtube:before{content:"\f1ea"}.fi-social-zerply:before{content:"\f1eb"}.fi-social-zurb:before{content:"\f1ec"}.fi-sound:before{content:"\f1ed"}.fi-star:before{content:"\f1ee"}.fi-stop:before{content:"\f1ef"}.fi-strikethrough:before{content:"\f1f0"}.fi-subscript:before{content:"\f1f1"}.fi-superscript:before{content:"\f1f2"}.fi-tablet-landscape:before{content:"\f1f3"}.fi-tablet-portrait:before{content:"\f1f4"}.fi-target-two:before{content:"\f1f5"}.fi-target:before{content:"\f1f6"}.fi-telephone-accessible:before{content:"\f1f7"}.fi-telephone:before{content:"\f1f8"}.fi-text-color:before{content:"\f1f9"}.fi-thumbnails:before{content:"\f1fa"}.fi-ticket:before{content:"\f1fb"}.fi-torso-business:before{content:"\f1fc"}.fi-torso-female:before{content:"\f1fd"}.fi-torso:before{content:"\f1fe"}.fi-torsos-all-female:before{content:"\f1ff"}.fi-torsos-all:before{content:"\f200"}.fi-torsos-female-male:before{content:"\f201"}.fi-torsos-male-female:before{content:"\f202"}.fi-torsos:before{content:"\f203"}.fi-trash:before{content:"\f204"}.fi-trees:before{content:"\f205"}.fi-trophy:before{content:"\f206"}.fi-underline:before{content:"\f207"}.fi-universal-access:before{content:"\f208"}.fi-unlink:before{content:"\f209"}.fi-unlock:before{content:"\f20a"}.fi-upload-cloud:before{content:"\f20b"}.fi-upload:before{content:"\f20c"}.fi-usb:before{content:"\f20d"}.fi-video:before{content:"\f20e"}.fi-volume-none:before{content:"\f20f"}.fi-volume-strike:before{content:"\f210"}.fi-volume:before{content:"\f211"}.fi-web:before{content:"\f212"}.fi-wheelchair:before{content:"\f213"}.fi-widget:before{content:"\f214"}.fi-wrench:before{content:"\f215"}.fi-x-circle:before{content:"\f216"}.fi-x:before{content:"\f217"}.fi-yen:before{content:"\f218"}.fi-zoom-in:before{content:"\f219"}.fi-zoom-out:before{content:"\f21a"}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.svg
ADDED
|
@@ -0,0 +1,970 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" standalone="no"?>
|
| 2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
| 3 |
+
<!--
|
| 4 |
+
2013-8-23: Created.
|
| 5 |
+
-->
|
| 6 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
| 7 |
+
<metadata>
|
| 8 |
+
Created by FontForge 20120731 at Fri Aug 23 09:25:55 2013
|
| 9 |
+
By Jordan Humphreys
|
| 10 |
+
Created by Jordan Humphreys with FontForge 2.0 (http://fontforge.sf.net)
|
| 11 |
+
</metadata>
|
| 12 |
+
<defs>
|
| 13 |
+
<font id="fontcustom" horiz-adv-x="369" >
|
| 14 |
+
<font-face
|
| 15 |
+
font-family="fontcustom"
|
| 16 |
+
font-weight="500"
|
| 17 |
+
font-stretch="normal"
|
| 18 |
+
units-per-em="512"
|
| 19 |
+
panose-1="2 0 6 3 0 0 0 0 0 0"
|
| 20 |
+
ascent="448"
|
| 21 |
+
descent="-64"
|
| 22 |
+
bbox="-0.584459 -64.25 512.25 448.25"
|
| 23 |
+
underline-thickness="25.6"
|
| 24 |
+
underline-position="-51.2"
|
| 25 |
+
unicode-range="U+F100-F21A"
|
| 26 |
+
/>
|
| 27 |
+
<missing-glyph />
|
| 28 |
+
<glyph glyph-name="uniF100" unicode="" horiz-adv-x="340"
|
| 29 |
+
d="M330 287v0h-24v-30h24c6 0 10 -4 10 -10v-30c0 -6 -4 -10 -10 -10h-24v-29h24c6 0 10 -5 10 -11v-30c0 -6 -4 -10 -10 -10h-24v-29h24c6 0 10 -5 10 -11v-30c0 -6 -4 -10 -10 -10h-24v-9c0 -9 -7 -16 -16 -16h-274c-9 0 -16 7 -16 16v308c0 9 7 16 16 16h274
|
| 30 |
+
c9 0 16 -7 16 -16v-9h24c6 0 10 -4 10 -10v-30c0 -6 -4 -10 -10 -10zM234 122v0v44c0 4 -3 8 -6 10l-55 26c13 8 21 24 21 42c0 26 -18 48 -41 48s-41 -22 -41 -48c0 -19 9 -34 22 -42l-56 -26c-3 -2 -5 -6 -5 -10v-44c0 -6 4 -11 9 -11h142c5 0 10 5 10 11z" />
|
| 31 |
+
<glyph glyph-name="uniF101" unicode="" horiz-adv-x="425"
|
| 32 |
+
d="M423 31c1 -2 2 -4 2 -7c0 -10 -9 -18 -19 -18v0h-388v0c-10 0 -18 8 -18 18c0 4 1 9 4 12v0l191 331h1c3 6 8 11 16 11c7 0 13 -3 16 -9l193 -334c0 -1 1 -1 1 -2l1 -2v0zM213 40c14 0 26 12 26 27s-12 26 -26 26c-15 0 -27 -11 -27 -26s12 -27 27 -27zM239 273v0v0v0v0
|
| 33 |
+
c0 6 -5 10 -11 10v0h-32v0c-5 0 -10 -4 -10 -10v-1v-144v0v0c0 -6 5 -11 11 -11h31v0v0c6 0 11 5 11 11v0v0v145z" />
|
| 34 |
+
<glyph glyph-name="uniF102" unicode="" horiz-adv-x="355"
|
| 35 |
+
d="M337 370c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM312 235c0 -10 -8 -17 -18 -17v0h-233c-10 0 -18 7 -18 17v16c0 10 8 17 18 17h233v0c10 0 18 -7 18 -17v0v-16v0zM320 64c10 0 17 -7 17 -17v0v-16v0
|
| 36 |
+
c0 -10 -7 -17 -17 -17v0h-285c-10 0 -18 7 -18 17v16c0 10 8 17 18 17h285v0zM294 149v0v-16v0c0 -10 -7 -17 -17 -17v0v0h-199c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h199v0v0c10 0 17 -7 17 -17z" />
|
| 37 |
+
<glyph glyph-name="uniF103" unicode="" horiz-adv-x="355"
|
| 38 |
+
d="M337 369c10 0 18 -7 18 -17v-16c0 -10 -8 -18 -18 -18h-320c-10 0 -17 8 -17 18v16c0 10 7 17 17 17h320zM337 268c10 0 18 -7 18 -17v-16c0 -10 -8 -18 -18 -18h-320c-10 0 -17 8 -17 18v16c0 10 7 17 17 17h320zM337 167c10 0 18 -8 18 -18v-16c0 -10 -8 -17 -18 -17
|
| 39 |
+
h-320c-10 0 -17 7 -17 17v16c0 10 7 18 17 18h320zM337 66c10 0 18 -8 18 -18v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 18 17 18h320z" />
|
| 40 |
+
<glyph glyph-name="uniF104" unicode="" horiz-adv-x="355"
|
| 41 |
+
d="M337 370c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM17 218c-10 0 -17 7 -17 17v16c0 10 7 18 17 18h234v0c10 0 18 -8 18 -18v0v-16v0c0 -10 -8 -17 -18 -17v0h-234zM302 64c10 0 18 -7 18 -17v0v-16v0
|
| 42 |
+
c0 -10 -8 -17 -18 -17v0h-285c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h285v0zM17 116c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h199v0v0c10 0 18 -7 18 -17v0v-16v0c0 -10 -8 -17 -18 -17v0v0h-199z" />
|
| 43 |
+
<glyph glyph-name="uniF105" unicode="" horiz-adv-x="355"
|
| 44 |
+
d="M337 370c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM337 268c10 0 18 -7 18 -17v0v-16v0c0 -10 -8 -17 -18 -17v0h-233c-10 0 -18 7 -18 17v16c0 10 8 17 18 17h233v0zM337 64c10 0 18 -7 18 -17v0v-16v0
|
| 45 |
+
c0 -10 -8 -17 -18 -17v0h-285c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h285v0v0zM355 149v0v-16v0c0 -10 -8 -17 -18 -17v0v0h-199c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h199v0v0c10 0 18 -7 18 -17z" />
|
| 46 |
+
<glyph glyph-name="uniF106" unicode="" horiz-adv-x="393"
|
| 47 |
+
d="M392 104c1 -1 1 -3 1 -4c0 -4 -4 -8 -8 -8h-21c-33 -58 -95 -97 -167 -97s-134 39 -167 97h-22c-4 0 -8 4 -8 8c0 2 1 4 2 5l47 82c1 3 4 5 7 5s6 -2 7 -4v0l48 -84v0c1 -1 2 -3 2 -4c0 -4 -5 -8 -9 -8h-12c20 -22 48 -38 79 -44v150h-46c-4 0 -8 4 -8 8v0v35v0
|
| 48 |
+
c0 4 4 8 8 8v0h46v27c-20 10 -34 30 -34 54c0 33 27 59 60 59s59 -26 59 -59c0 -24 -14 -44 -34 -54v-27h47v0c4 0 8 -4 8 -8v0v-35v0c0 -4 -4 -8 -8 -8h-47v-150c31 6 59 22 79 44h-12c-4 0 -8 4 -8 8c0 2 1 4 2 5l46 82c1 3 5 5 8 5s6 -2 7 -4v0l48 -84v0zM197 296
|
| 49 |
+
c18 0 33 16 33 34s-15 33 -33 33s-34 -15 -34 -33s16 -34 34 -34z" />
|
| 50 |
+
<glyph glyph-name="uniF107" unicode="" horiz-adv-x="388"
|
| 51 |
+
d="M360 98c17 -9 28 -27 28 -47c0 -29 -24 -54 -53 -54c-22 0 -42 14 -50 34h-182c-8 -20 -28 -34 -50 -34c-29 0 -53 25 -53 54c0 20 11 38 28 47v188c-17 9 -28 27 -28 47c0 29 24 54 53 54c18 0 34 -10 44 -24h194c10 14 26 24 44 24c29 0 53 -25 53 -54
|
| 52 |
+
c0 -20 -11 -38 -28 -47v-188zM79 98c7 -4 13 -10 18 -16h195c5 6 10 12 17 16v188c-11 6 -18 15 -23 26h-184c-5 -11 -12 -20 -23 -26v-188z" />
|
| 53 |
+
<glyph glyph-name="uniF108" unicode="" horiz-adv-x="401"
|
| 54 |
+
d="M401 279v0v-247v0c0 -12 -9 -21 -21 -21h-1h-357h-1c-12 0 -21 9 -21 21v0v247v1c0 5 2 10 5 14v0l42 72v0c2 4 6 7 11 7v0v0h284v0h1c6 0 12 -4 13 -10l40 -69v-1c3 -4 5 -8 5 -13v-1zM269 154c1 2 2 4 1 6s-4 3 -6 3h-30v81c0 3 -3 6 -6 6h-55c-3 0 -6 -3 -6 -6v-81
|
| 55 |
+
h-30c-2 0 -5 -1 -6 -3s0 -4 1 -6l64 -90c1 -2 3 -2 5 -2v0c2 0 4 0 5 2zM39 301h323l-27 47h-269z" />
|
| 56 |
+
<glyph glyph-name="uniF109" unicode="" horiz-adv-x="292"
|
| 57 |
+
d="M2 188c-3 4 -3 9 -1 13s7 7 12 7h62v167c0 7 6 13 13 13h116c7 0 12 -6 12 -13v-167h63c5 0 9 -3 11 -7s2 -9 -1 -13l-132 -187c-2 -3 -7 -5 -11 -5v0c-4 0 -8 2 -10 5z" />
|
| 58 |
+
<glyph glyph-name="uniF10A" unicode="" horiz-adv-x="393"
|
| 59 |
+
d="M192 335c4 3 9 3 13 1s7 -6 7 -11v-62h168c7 0 13 -6 13 -13v-116c0 -7 -6 -13 -13 -13h-168v-62c0 -5 -3 -9 -7 -11s-9 -2 -13 1l-187 132c-3 2 -5 7 -5 11v0c0 4 2 8 5 10z" />
|
| 60 |
+
<glyph glyph-name="uniF10B" unicode="" horiz-adv-x="393"
|
| 61 |
+
d="M201 49c-4 -3 -10 -3 -14 -1s-7 6 -7 11v62h-167c-7 0 -13 6 -13 13v116c0 7 6 13 13 13h167v62c0 5 3 9 7 11s10 2 14 -1l186 -132c3 -2 6 -7 6 -11v0c0 -4 -3 -8 -6 -10z" />
|
| 62 |
+
<glyph glyph-name="uniF10C" unicode="" horiz-adv-x="292"
|
| 63 |
+
d="M289 196c3 -4 3 -9 1 -13s-6 -7 -11 -7h-63v-167c0 -7 -5 -13 -12 -13h-116c-7 0 -13 6 -13 13v167h-62c-5 0 -10 3 -12 7s-2 9 1 13l133 187c2 3 6 5 10 5v0c4 0 9 -2 11 -5z" />
|
| 64 |
+
<glyph glyph-name="uniF10D" unicode="" horiz-adv-x="512"
|
| 65 |
+
d="M201 -5c-1 -3 -4 -6 -7 -7s-7 0 -9 2l-30 31l-83 -82c-4 -4 -9 -4 -13 0l-56 56c-4 4 -4 9 0 13l82 83l-31 30c-2 2 -3 6 -2 9s4 6 7 7l157 26c3 0 6 0 8 -2v0c2 -2 3 -5 3 -8zM311 389c1 3 4 6 7 7s7 0 9 -2l30 -31l83 82c4 4 9 4 13 0l56 -56c4 -4 4 -9 0 -13l-82 -83
|
| 66 |
+
l31 -30c2 -2 3 -6 2 -9s-4 -6 -7 -7l-157 -26c-3 0 -6 0 -8 2v0c-2 2 -3 5 -3 8z" />
|
| 67 |
+
<glyph glyph-name="uniF10E" unicode="" horiz-adv-x="512"
|
| 68 |
+
d="M26 104c1 3 3 6 6 7s7 0 9 -2l31 -31l83 83c4 4 8 4 12 0l57 -57c4 -4 4 -9 0 -13l-82 -82l30 -31c2 -2 4 -6 3 -9s-4 -5 -7 -6l-158 -27c-3 0 -5 1 -7 3v0c-2 2 -3 4 -3 7zM486 280c-1 -3 -3 -6 -6 -7s-7 0 -9 2l-31 31l-83 -83c-4 -4 -8 -4 -12 0l-57 57
|
| 69 |
+
c-4 4 -4 9 0 13l82 82l-30 31c-2 2 -4 6 -3 9s4 5 7 6l158 27c3 0 5 -1 7 -3v0c2 -2 3 -4 3 -7z" />
|
| 70 |
+
<glyph glyph-name="uniF10F" unicode="" horiz-adv-x="512"
|
| 71 |
+
d="M184 -10c-1 -3 -2 -5 -5 -6s-7 0 -9 2l-28 28l-76 -76c-3 -3 -8 -3 -11 0l-53 53c-3 3 -3 8 0 11l76 76l-28 28c-2 2 -3 6 -2 9s3 4 6 5l145 25c3 0 5 -1 7 -3v0c2 -2 2 -4 2 -7zM328 394c1 3 2 5 5 6s7 0 9 -2l28 -28l76 76c3 3 8 3 11 0l53 -53c3 -3 3 -8 0 -11
|
| 72 |
+
l-76 -76l28 -28c2 -2 3 -6 2 -9s-3 -4 -6 -5l-145 -25c-3 0 -5 1 -7 3v0c-2 2 -2 4 -2 7zM458 120c3 -1 5 -2 6 -5s0 -7 -2 -9l-28 -28l76 -76c3 -3 3 -8 0 -11l-53 -53c-3 -3 -8 -3 -11 0l-76 76l-28 -28c-2 -2 -6 -3 -9 -2s-4 3 -5 6l-25 145c0 3 1 5 3 7v0c2 2 4 2 7 2z
|
| 73 |
+
M54 264c-3 1 -5 2 -6 5s0 7 2 9l28 28l-76 76c-3 3 -3 8 0 11l53 53c3 3 8 3 11 0l76 -76l28 28c2 2 6 3 9 2s4 -3 5 -6l25 -145c0 -3 -1 -5 -3 -7v0c-2 -2 -4 -2 -7 -2z" />
|
| 74 |
+
<glyph glyph-name="uniF110" unicode="" horiz-adv-x="512"
|
| 75 |
+
d="M24 90c1 3 3 6 6 7s6 0 8 -2l28 -28l76 75c3 3 9 3 12 0l52 -52c3 -3 3 -9 0 -12l-76 -75l28 -29c2 -2 3 -5 2 -8s-3 -4 -6 -5l-144 -25c-3 0 -6 0 -8 2v0c-2 2 -2 5 -2 8zM488 294c-1 -3 -3 -6 -6 -7s-6 0 -8 2l-28 28l-76 -75c-3 -3 -9 -3 -12 0l-52 52c-3 3 -3 9 0 12
|
| 76 |
+
l76 75l-28 29c-2 2 -3 5 -2 8s3 4 6 5l144 25c3 0 6 0 8 -2v0c2 -2 2 -5 2 -8zM358 -40c-3 1 -6 3 -7 6s0 6 2 8l28 28l-75 76c-3 3 -3 9 0 12l52 52c3 3 9 3 12 0l75 -76l29 28c2 2 5 3 8 2s4 -3 5 -6l25 -144c0 -3 0 -6 -2 -8v0c-2 -2 -5 -2 -8 -2zM154 424
|
| 77 |
+
c3 -1 6 -3 7 -6s0 -6 -2 -8l-28 -28l75 -76c3 -3 3 -9 0 -12l-52 -52c-3 -3 -9 -3 -12 0l-75 76l-29 -28c-2 -2 -5 -3 -8 -2s-4 3 -5 6l-25 144c0 3 0 6 2 8v0c2 2 5 2 8 2z" />
|
| 78 |
+
<glyph glyph-name="uniF111" unicode="" horiz-adv-x="440"
|
| 79 |
+
d="M94 315c2 1 3 2 5 3c17 15 37 27 59 34c11 3 23 4 35 5c2 0 6 -2 7 -4s0 -6 -2 -8c-3 -3 -6 -5 -10 -6c-15 -5 -29 -9 -44 -14c-3 -1 -6 -6 -9 -8c-7 -6 -14 -10 -21 -16l-3 -3v-1c4 2 7 3 11 4c12 4 23 9 35 11c10 2 21 -1 32 -2c2 0 5 -2 7 -4c8 -6 15 -13 23 -19
|
| 80 |
+
c3 -2 3 -4 1 -7c-5 -7 -11 -8 -18 -4c-6 3 -10 7 -15 11c-3 2 -5 4 -9 3c-7 -1 -15 -1 -22 -2c-3 0 -5 -1 -7 -2c-10 -7 -20 -15 -30 -22c-2 -1 -3 -4 -3 -7c1 0 2 0 3 1c8 5 17 6 26 7c3 0 6 1 9 1c12 2 20 -3 29 -10c7 -5 14 -10 21 -16c4 -3 6 -8 6 -13
|
| 81 |
+
c0 -9 0 -18 -3 -27c0 -1 -1 -3 0 -3c6 -4 2 -9 1 -13c-3 -9 -7 -18 -10 -27c-3 -8 -9 -13 -18 -16c-21 -6 -41 -13 -62 -20c-8 -3 -17 -4 -26 -2c-17 4 -33 2 -49 -5c-7 -3 -15 -7 -23 -11c-9 13 -14 27 -17 41c-4 17 -4 35 -2 52c0 1 2 3 3 4c17 7 25 21 31 37
|
| 82 |
+
c7 19 9 40 21 57c13 19 23 39 40 55c8 8 16 18 23 27c3 4 5 4 8 -1s3 -11 -1 -16c-10 -13 -21 -26 -31 -39c-1 -1 -1 -2 -2 -4zM167 170c4 0 8 -1 10 3c4 9 11 16 18 22c2 2 2 3 1 5c-4 7 -6 14 -10 21c-1 2 -3 4 -5 5c-6 4 -12 8 -19 12c-2 1 -4 2 -6 1
|
| 83 |
+
c-5 -2 -10 -5 -15 -7c-4 -2 -9 -3 -13 -5c-11 -4 -14 -13 -17 -23c-2 -6 -1 -11 4 -16c6 -6 12 -13 17 -20c2 -2 3 -2 6 -1c10 3 19 5 29 3zM346 69c-3 -3 -7 -4 -10 -7c-15 -14 -34 -24 -53 -30c-11 -4 -23 -5 -35 -6c-7 -1 -10 7 -6 12c3 3 7 7 11 8c12 4 25 7 37 11
|
| 84 |
+
c5 2 9 5 13 8c8 6 16 13 24 19c1 1 2 2 2 4c-4 -2 -9 -4 -13 -6c-11 -4 -21 -9 -32 -10s-22 1 -33 2c-2 0 -5 2 -7 4c-7 5 -13 11 -20 16s-6 12 3 15c3 1 8 1 11 -1c6 -3 11 -8 17 -12c2 -1 4 -2 6 -2c8 0 15 1 22 2c3 0 7 1 10 3c9 7 19 14 28 21c2 1 2 4 3 7
|
| 85 |
+
c-12 -8 -26 -8 -39 -9c-9 -1 -16 1 -23 7c-9 7 -19 14 -28 21c-2 2 -4 5 -4 8c0 9 1 18 2 27c0 3 2 6 -1 9c-1 1 0 3 0 4c1 4 3 7 4 11c3 7 5 13 7 20c3 9 9 15 19 18c21 6 42 13 62 20c9 3 17 4 26 2c18 -5 35 -2 52 6c6 3 12 7 19 10c8 -9 12 -21 15 -32
|
| 86 |
+
c6 -20 6 -40 4 -61c0 -5 -4 -5 -7 -6c-10 -4 -17 -13 -21 -22c-5 -10 -8 -21 -11 -32c-5 -15 -10 -30 -19 -43c-7 -10 -13 -20 -20 -30c-6 -8 -13 -15 -19 -23l-21 -24c-4 -4 -5 -4 -8 1s-2 10 2 16c10 13 20 25 30 38c1 1 1 3 2 5c-1 0 -1 1 -1 1zM245 186
|
| 87 |
+
c3 -8 6 -16 10 -24c1 -2 2 -3 4 -4c6 -4 13 -8 19 -12c2 -1 4 -2 7 -1c8 3 15 7 23 10s14 6 17 14c2 4 3 9 4 13c1 5 1 9 -3 13c-7 7 -13 14 -19 21c-1 1 -3 1 -4 1c-11 -3 -22 -5 -33 -3c-2 0 -6 -1 -7 -3c-7 -8 -12 -17 -18 -25z" />
|
| 88 |
+
<glyph glyph-name="uniF112" unicode="" horiz-adv-x="343"
|
| 89 |
+
d="M338 140c4 -3 6 -7 4 -12v0v-2v0h-1l-28 -49v0c-3 -5 -9 -6 -14 -3c-1 0 -1 0 -2 1l-87 50v-103v0v0c0 -5 -4 -9 -9 -10v0h-58v0c-6 0 -10 4 -10 10v3v100l-89 -51v0v0c-4 -3 -10 -2 -13 2v0l-30 51v0c-3 5 -1 11 4 14c1 0 1 1 2 1l88 50l-90 51v1v0v0v0c-5 3 -7 8 -4 13
|
| 90 |
+
v0l29 49v0v1c3 5 9 7 14 4v0l89 -52v103v0c0 5 5 10 10 10v0h57v0v0c6 0 10 -4 10 -10v0v-103l90 51v0c5 3 10 2 13 -3v0l28 -49v0l1 -1c3 -5 1 -11 -4 -14v0l-89 -51l89 -51v0v-1z" />
|
| 91 |
+
<glyph glyph-name="uniF113" unicode="" horiz-adv-x="384"
|
| 92 |
+
d="M384 192v-9v0c0 -76 -46 -102 -85 -102c-27 0 -75 22 -78 39v3c-16 -22 -41 -36 -65 -36c-44 0 -70 31 -70 75c0 60 50 111 102 111c27 0 47 -13 56 -30l4 18v0c1 3 4 5 7 5h37c4 0 7 -2 7 -6l-1 -2h1l-22 -101c0 -2 -1 -8 -1 -11c0 -14 8 -21 17 -21c18 0 39 29 39 80
|
| 93 |
+
c-7 72 -67 128 -140 128c-78 0 -141 -63 -141 -141s63 -141 141 -141c19 0 37 3 53 10v0c1 0 2 1 3 1c2 0 4 -1 5 -2v0l34 -21v0c3 -1 4 -4 4 -7c0 -4 -2 -6 -5 -7c-28 -16 -60 -25 -94 -25c-106 0 -192 86 -192 192s86 192 192 192s192 -86 192 -192zM226 157l11 52
|
| 94 |
+
c-5 10 -16 23 -36 23c-36 0 -62 -32 -62 -65c0 -23 14 -40 37 -40c24 0 40 16 50 30z" />
|
| 95 |
+
<glyph glyph-name="uniF114" unicode=""
|
| 96 |
+
d="M122 53h133l17 -45h-167zM136 98l52 138l53 -138h-105zM333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-3l-106 270v0c-2 5 -7 9 -13 9h-45c-6 0 -11 -4 -13 -9v0l-106 -270h-11c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297z" />
|
| 97 |
+
<glyph glyph-name="uniF115" unicode="" horiz-adv-x="484"
|
| 98 |
+
d="M476 236c5 0 8 -4 8 -9v-62c0 -5 -3 -9 -8 -9h-40v-95v0v0c0 -5 -4 -9 -9 -9h-418c-5 0 -9 4 -9 9v0v0v262v0v0c0 5 4 9 9 9h418c5 0 9 -4 9 -9v0v0v-87h40zM385 103v177h-333v-177h333z" />
|
| 99 |
+
<glyph glyph-name="uniF116" unicode="" horiz-adv-x="484"
|
| 100 |
+
d="M476 236c5 0 8 -4 8 -9v-62c0 -5 -3 -9 -8 -9h-40v-95v0v0c0 -5 -4 -9 -9 -9h-418c-5 0 -9 4 -9 9v0v0v262v0v0c0 5 4 9 9 9h418c5 0 9 -4 9 -9v0v0v-87h40zM385 103v177h-333v-177h333zM78 128v129h281v-129h-281z" />
|
| 101 |
+
<glyph glyph-name="uniF117" unicode="" horiz-adv-x="484"
|
| 102 |
+
d="M476 236c5 0 8 -4 8 -9v-62c0 -5 -3 -9 -8 -9h-40v-95v0v0c0 -5 -4 -9 -9 -9h-418c-5 0 -9 4 -9 9v0v0v262v0v0c0 5 4 9 9 9h418c5 0 9 -4 9 -9v0v0v-87h40zM385 103v177h-333v-177h333zM276 255l-50 -126h-149v126h199z" />
|
| 103 |
+
<glyph glyph-name="uniF118" unicode="" horiz-adv-x="384"
|
| 104 |
+
d="M191 253c12 -3 50 -8 44 -33c-6 -24 -43 -12 -55 -9zM175 190c14 -4 60 -11 53 -38c-7 -26 -50 -13 -64 -9zM238 378c103 -26 166 -129 140 -232s-129 -166 -232 -140s-166 129 -140 232s129 166 232 140zM277 219c4 26 -16 40 -43 49l9 34l-21 6l-8 -34
|
| 105 |
+
c-6 1 -11 3 -17 4l8 34l-21 5l-9 -34c-5 1 -9 2 -13 3v0l-29 7l-6 -22l16 -4c9 -2 9 -9 9 -13l-9 -39c1 0 1 -1 2 -1c-1 0 -1 1 -2 1l-14 -55c-1 -3 -4 -6 -10 -5l-15 3l-11 -24l28 -6c5 -1 10 -3 15 -4l-9 -35l21 -6l9 35c6 -2 12 -3 17 -4l-9 -35l21 -5l9 35
|
| 106 |
+
c36 -7 63 -4 74 28c9 26 0 41 -19 51c14 3 24 12 27 31z" />
|
| 107 |
+
<glyph glyph-name="uniF119" unicode="" horiz-adv-x="260"
|
| 108 |
+
d="M213 205c31 -7 51 -26 47 -67c-5 -51 -44 -65 -98 -68v-47v0v0c0 -4 -2 -7 -6 -7v0v0v0h-20v0v0c-4 0 -6 3 -6 7v0v46c-8 0 -17 1 -26 1v-47v0v0c0 -4 -2 -7 -6 -7v0v0v0h-20v0v0c-4 0 -6 3 -6 7v0v47h-23h-42v0c-3 0 -6 4 -6 7v0v0l5 27h1c1 3 3 5 6 5v0v0h23
|
| 109 |
+
c9 0 12 7 13 11v85v0v61c-1 7 -6 14 -19 14h-24v0v0c-4 0 -6 2 -6 6v22c0 4 2 6 6 6v0h45v0h21v47v0v0c0 4 2 7 6 7v0v0v0v0h20v0v0c4 0 6 -3 6 -7v0v-46c9 0 17 1 26 1v45v0v0c0 4 2 7 6 7v0v0v0v0h20v0v0c4 0 6 -3 6 -7v0v-47c42 -4 75 -16 79 -54c3 -28 -9 -45 -28 -55z
|
| 110 |
+
M105 277v-64c18 0 76 -5 76 32c0 38 -58 32 -76 32zM105 109c22 0 91 -5 91 35c0 42 -69 36 -91 36v-71z" />
|
| 111 |
+
<glyph glyph-name="uniF11A" unicode="" horiz-adv-x="342"
|
| 112 |
+
d="M91 347c0 24 12 36 36 36s37 -12 37 -36s-13 -37 -37 -37s-36 13 -36 37zM341 15c1 -1 1 -2 1 -3c0 -4 -2 -6 -6 -6c-2 0 -4 1 -5 3v0v0v1l-107 184h-3c-3 0 -6 1 -8 2v0v0v1h-1l-35 20v0v0v0v0l-23 23v-76l45 -44v0l49 -85c3 -4 4 -8 4 -13c0 -6 -2 -11 -6 -15
|
| 113 |
+
s-9 -6 -15 -6c-8 0 -15 4 -19 11v0l-47 81l-37 37l-41 -72v0l-49 -49c-4 -5 -10 -8 -17 -8c-6 0 -11 2 -15 6s-6 9 -6 15s2 12 7 16v0l45 45l36 62v0v96l-19 -18v-52v0c0 -4 -1 -8 -4 -11s-7 -4 -11 -4c-3 0 -6 1 -8 2s-5 4 -6 6s-2 4 -2 7v0v62h1h-1c0 1 1 2 2 3v0l54 55
|
| 114 |
+
c7 8 17 11 27 11c12 0 21 -4 28 -13l47 -47l31 -18c6 -3 9 -7 9 -14c0 -3 0 -6 -2 -9l107 -186v0z" />
|
| 115 |
+
<glyph glyph-name="uniF11B" unicode="" horiz-adv-x="239"
|
| 116 |
+
d="M231 120c5 -4 8 -10 8 -17c0 -5 -3 -10 -6 -14v0l-1 -1v0l-102 -102v0c-4 -4 -10 -7 -16 -7c-12 0 -21 9 -21 21v0v0v1v0v124l-55 -55c-4 -5 -9 -7 -16 -7c-12 0 -22 10 -22 22c0 6 2 11 6 15v0v0v0l87 86v11l-86 86c-4 4 -7 9 -7 15c0 12 10 22 22 22c6 0 12 -3 16 -7
|
| 117 |
+
l55 -55v119c-1 2 -1 4 -1 6c0 12 9 22 21 22c7 0 13 -3 17 -8l101 -101c5 -4 8 -9 8 -16c0 -5 -3 -10 -6 -14v0v0c-1 -1 -1 -2 -2 -3l-72 -71zM186 103l-50 51v-101zM136 230l50 50l-50 50v-100z" />
|
| 118 |
+
<glyph glyph-name="uniF11C" unicode="" horiz-adv-x="242"
|
| 119 |
+
d="M186 197c31 -5 56 -35 56 -71c0 -44 -29 -79 -85 -79h-144c-7 0 -13 6 -13 13v264c0 7 6 13 13 13h140c55 0 83 -35 83 -74c0 -36 -23 -60 -50 -66zM62 283v-61h77c21 0 34 11 34 30c0 18 -13 31 -34 31h-77zM142 101c23 0 37 12 37 33c0 18 -13 33 -37 33h-80v-66h80z
|
| 120 |
+
" />
|
| 121 |
+
<glyph glyph-name="uniF11D" unicode="" horiz-adv-x="328"
|
| 122 |
+
d="M328 334v-327v0c0 -5 -3 -8 -8 -8v0v0h-312v0c-4 0 -8 4 -8 8v0v0v0v1v65v303v1c0 5 3 8 8 8h153v-66v-84v-29c0 -2 2 -4 4 -4c1 0 2 0 3 1v0l29 30h1c1 1 1 1 2 1s2 0 3 -1v0l29 -29c1 -1 2 -2 3 -2c2 0 4 2 4 4v29v84v66h29v0h1c5 0 8 -3 8 -8v-319v0c0 -5 -3 -8 -8 -8
|
| 123 |
+
h-1v0h-242v-19c1 -4 4 -7 8 -7h261v0c5 0 8 4 8 9v0v309h17v0c4 0 8 -4 8 -8v0z" />
|
| 124 |
+
<glyph glyph-name="uniF11E" unicode="" horiz-adv-x="328"
|
| 125 |
+
d="M328 334v-327v0c0 -5 -3 -8 -8 -8v0v0h-312v0c-4 0 -8 4 -8 8v0v0v0v1v65v303v1c0 5 3 8 8 8h260v0h1c5 0 8 -3 8 -8v-319v0c0 -5 -3 -8 -8 -8h-1v0h-242v-19c1 -4 4 -7 8 -7h261v0c5 0 8 4 8 9v0v309h17v0c4 0 8 -4 8 -8v0zM25 326v0v-64c0 -5 4 -8 9 -8h209v0
|
| 126 |
+
c5 0 8 3 8 8v0v64v0c0 5 -3 8 -8 8h-209c-5 0 -9 -3 -9 -8z" />
|
| 127 |
+
<glyph glyph-name="uniF11F" unicode="" horiz-adv-x="218"
|
| 128 |
+
d="M203 381c9 0 15 -7 15 -16v-34v-235v-82c0 -6 -5 -11 -11 -11c-3 0 -7 2 -9 4l-81 82v0c-2 2 -5 3 -8 3s-5 -1 -7 -3v0l-83 -83v0c-2 -2 -5 -3 -8 -3c-6 0 -11 5 -11 11v82v235v34c0 9 6 16 15 16h188z" />
|
| 129 |
+
<glyph glyph-name="uniF120" unicode="" horiz-adv-x="265"
|
| 130 |
+
d="M0 325c0 24 12 36 36 36s35 -12 35 -36s-11 -35 -35 -35s-36 11 -36 35zM194 325c0 24 11 36 35 36s36 -12 36 -36s-12 -35 -36 -35s-35 11 -35 35zM0 192c0 24 12 36 36 36s35 -12 35 -36s-11 -36 -35 -36s-36 12 -36 36zM194 192c0 24 11 36 35 36s36 -12 36 -36
|
| 131 |
+
s-12 -36 -36 -36s-35 12 -35 36zM0 59c0 24 12 36 36 36s35 -12 35 -36s-11 -36 -35 -36s-36 12 -36 36zM194 59c0 24 11 36 35 36s36 -12 36 -36s-12 -36 -36 -36s-35 12 -35 36z" />
|
| 132 |
+
<glyph glyph-name="uniF121" unicode="" horiz-adv-x="395"
|
| 133 |
+
d="M395 192c0 -5 -3 -9 -6 -11v0l-48 -28l27 -46v0c2 -4 1 -9 -1 -13s-6 -6 -10 -6v0h-54v-55h-1c0 -4 -2 -8 -6 -10s-9 -3 -13 -1v0l-47 27l-27 -47v0c-2 -3 -6 -6 -11 -6s-9 3 -11 6v0l-27 46l-49 -28v0c-4 -2 -8 -1 -12 1s-7 6 -7 10v0v55h-55v0c-4 0 -8 3 -10 7
|
| 134 |
+
s-3 8 -1 12v0l27 48l-47 28v0c-3 2 -6 6 -6 11s3 9 6 11v0l48 28l-27 46v0c-2 4 -1 9 1 13s6 6 10 6v0h54v55v0c0 4 3 8 7 10s8 3 12 1v0l48 -27l27 47v0c2 3 6 6 11 6s9 -3 11 -6v0l27 -46l49 28v0c4 2 8 1 12 -1s7 -6 7 -10v0v-55h55v0c4 0 8 -3 10 -7s3 -8 1 -12v-1
|
| 135 |
+
l-27 -47l47 -28v0c3 -2 6 -6 6 -11zM165 134l12 7l-34 59l-12 -7l21 -37l-49 21l-13 -8l34 -59l13 8l-22 38zM189 148l42 24l-7 11l-29 -17l-8 13l29 17l-6 11l-29 -17l-7 13l29 17l-6 11l-42 -24zM286 204l13 7l-17 69l-14 -8l14 -49l-36 36l-9 -5l13 -49l-35 36l-14 -8
|
| 136 |
+
l51 -49l13 8l-13 46z" />
|
| 137 |
+
<glyph glyph-name="uniF122" unicode="" horiz-adv-x="395"
|
| 138 |
+
d="M167 163l-5 31l24 -20zM395 192c0 -5 -3 -9 -6 -11v0l-48 -28l27 -46v0c2 -4 1 -9 -1 -13s-6 -6 -10 -6v0h-54v-55h-1c0 -4 -2 -8 -6 -10s-9 -3 -13 -1v0l-47 27l-27 -47v0c-2 -3 -6 -6 -11 -6s-9 3 -11 6v0l-27 46l-49 -28v0c-4 -2 -8 -1 -12 1s-7 6 -7 10v0v55h-55v0
|
| 139 |
+
c-4 0 -8 3 -10 7s-3 8 -1 12v0l27 48l-47 28v0c-3 2 -6 6 -6 11s3 9 6 11v0l48 28l-27 46v0c-2 4 -1 9 1 13s6 6 10 6v0h54v55v0c0 4 3 8 7 10s8 3 12 1v0l48 -27l27 47v0c2 3 6 6 11 6s9 -3 11 -6v0l27 -46l49 28v0c4 2 8 1 12 -1s7 -6 7 -10v0v-55h55v0c4 0 8 -3 10 -7
|
| 140 |
+
s3 -8 1 -12v-1l-27 -47l47 -28v0c3 -2 6 -6 6 -11zM134 114c16 9 18 22 12 33c-13 22 -43 -4 -48 5c-2 4 0 8 5 11c6 3 14 5 21 3l1 14c-9 2 -18 0 -27 -5c-14 -8 -18 -21 -12 -31c13 -22 42 4 48 -6c2 -3 1 -8 -6 -12c-8 -5 -17 -5 -24 -3l-1 -14c9 -2 20 -2 31 5zM205 157
|
| 141 |
+
l14 8l-57 46l-15 -9l11 -72l14 8l-2 12l25 15zM224 168l38 22l-7 11l-25 -15l-27 48l-13 -7zM270 195l42 24l-6 11l-29 -17l-8 13l28 17l-6 11l-29 -17l-7 13l29 17l-6 11l-42 -24z" />
|
| 142 |
+
<glyph glyph-name="uniF123" unicode="" horiz-adv-x="395"
|
| 143 |
+
d="M395 192c0 -5 -3 -9 -6 -11v0l-48 -28l27 -46v0c2 -4 1 -9 -1 -13s-6 -6 -10 -6v0h-54v-55h-1c0 -4 -2 -8 -6 -10s-9 -3 -13 -1v0l-47 27l-27 -47v0c-2 -3 -6 -6 -11 -6s-9 3 -11 6v0l-27 46l-49 -28v0c-4 -2 -8 -1 -12 1s-7 6 -7 10v0v55h-55v0c-4 0 -8 3 -10 7
|
| 144 |
+
s-3 8 -1 12v0l27 48l-47 28v0c-3 2 -6 6 -6 11s3 9 6 11v0l48 28l-27 46v0c-2 4 -1 9 1 13s6 6 10 6v0h54v55v0c0 4 3 8 7 10s8 3 12 1v0l48 -27l27 47v0c2 3 6 6 11 6s9 -3 11 -6v0l27 -46l49 28v0c4 2 8 1 12 -1s7 -6 7 -10v0v-55h55v0c4 0 8 -3 10 -7s3 -8 1 -12v-1
|
| 145 |
+
l-27 -47l47 -28v0c3 -2 6 -6 6 -11z" />
|
| 146 |
+
<glyph glyph-name="uniF124" unicode="" horiz-adv-x="326"
|
| 147 |
+
d="M320 246c4 0 6 -3 6 -7v-225c0 -4 -2 -6 -6 -6h-314c-4 0 -6 2 -6 6v225c0 4 2 7 6 7h314zM109 55c34 0 56 18 56 44c0 18 -13 26 -25 31c14 7 21 17 21 31c0 18 -18 30 -44 30c-15 0 -27 -2 -37 -7c-1 -1 -2 -2 -2 -3l3 -22c0 -1 1 -2 2 -2h3c8 4 16 6 24 6
|
| 148 |
+
c15 0 15 -6 15 -9c0 -5 -3 -11 -24 -13c-2 0 -3 -1 -3 -3v-22c0 -2 1 -3 3 -3c25 -1 30 -7 30 -16c0 -8 -9 -13 -20 -13s-19 1 -29 5c-1 0 -2 1 -3 0s-1 -1 -1 -2l-3 -22c0 -1 1 -3 2 -4c9 -4 21 -6 32 -6zM245 61v0v125c0 2 -1 3 -3 3h-13h-2l-38 -19c-1 -1 -2 -2 -2 -3
|
| 149 |
+
l3 -22c0 -1 1 -3 2 -3c1 -1 2 0 3 0l17 7v-88c0 -2 1 -4 3 -4h27c2 0 3 2 3 4zM320 347c4 0 6 -2 6 -6v-66c0 -4 -2 -7 -6 -7h-314c-4 0 -6 3 -6 7v66c0 4 2 6 6 6h34v-16c0 -17 9 -34 36 -34s36 17 36 34v16h102v-16c0 -17 9 -34 36 -34s36 17 36 34v16h34zM76 318
|
| 150 |
+
c-11 0 -15 4 -15 13v16v16c0 9 4 13 15 13s15 -4 15 -13v-16v-16c0 -9 -4 -13 -15 -13zM250 318c-11 0 -15 4 -15 13v16v16c0 9 4 13 15 13s15 -4 15 -13v-16v-16c0 -9 -4 -13 -15 -13z" />
|
| 151 |
+
<glyph glyph-name="uniF125" unicode="" horiz-adv-x="415"
|
| 152 |
+
d="M159 175c0 32 17 49 49 49s48 -17 48 -49s-16 -48 -48 -48s-49 16 -49 48zM396 324c5 0 9 -1 13 -5s6 -9 6 -14v-259c0 -5 -2 -10 -6 -14s-8 -5 -13 -5v-1h-377v1c-5 0 -9 1 -13 5s-6 9 -6 14v259c0 5 2 10 6 14s8 5 13 5v0h85v15c0 5 2 9 6 13s8 6 13 6h168
|
| 153 |
+
c5 0 10 -2 14 -6s5 -8 5 -13v-15h86v0zM209 77c18 0 34 4 49 13s27 21 36 36s13 31 13 49c0 27 -10 51 -29 70s-42 29 -69 29s-51 -10 -70 -29s-29 -43 -29 -70s10 -50 29 -69s43 -29 70 -29zM389 248v0v51h-75v-51h75z" />
|
| 154 |
+
<glyph glyph-name="uniF126" unicode="" horiz-adv-x="397"
|
| 155 |
+
d="M393 293c5 -5 5 -13 0 -18l-250 -250c-2 -2 -6 -4 -9 -4v1l-1 -1c-3 0 -6 2 -8 4l-121 121c-2 2 -4 6 -4 9s2 7 4 9l66 66c5 5 12 5 17 0l47 -47l176 176c2 2 5 4 8 4s7 -2 9 -4z" />
|
| 156 |
+
<glyph glyph-name="uniF127" unicode="" horiz-adv-x="381"
|
| 157 |
+
d="M379 323c3 -3 3 -8 0 -11l-209 -209c-2 -2 -4 -3 -6 -3v0v0c-2 0 -4 1 -6 3l-81 80c-2 2 -3 4 -3 6s1 4 3 6l44 44c3 3 9 3 12 0l31 -31l159 160c2 2 4 2 6 2s4 0 6 -2zM277 173l51 52v-185v0c0 -14 -12 -26 -26 -26v0h-1v0v0h-275v0v0v0v0c-14 0 -26 12 -26 26v0v276v0
|
| 158 |
+
c0 14 12 26 26 26h1v0h234l-51 -51h-159v-226h226v108z" />
|
| 159 |
+
<glyph glyph-name="uniF128" unicode="" horiz-adv-x="315"
|
| 160 |
+
d="M315 360v0v-362v0v0c0 -15 -12 -27 -27 -27h-1h-259v0h-1c-15 0 -27 12 -27 27v0v0v362v0v0c0 15 12 27 27 27v0h75v17v1c0 5 3 8 8 8v0v0h95v0c5 0 8 -3 8 -8v0v0v-18h75v0c15 0 27 -12 27 -27v0v0zM264 22v0v314h-25v-16v0c0 -5 -5 -9 -10 -9h-143v0v0
|
| 161 |
+
c-5 0 -10 4 -10 9v1v15h-25v-314h213zM102 237v0v0v-13v0v0c0 -3 -3 -6 -6 -6h-1v0h-12v0c-3 0 -7 3 -7 6v0v0v13c0 3 4 7 7 7h12v-1l1 1c3 0 6 -4 6 -7zM239 237v0v0v-13v0v0c0 -3 -4 -6 -7 -6h-98v0c-3 0 -7 3 -7 6v0v0v13c0 3 4 7 7 7h98v0c3 0 7 -4 7 -7zM102 186v0v0
|
| 162 |
+
v-13v0v0c0 -3 -3 -6 -6 -6h-1v0h-12v0c-3 0 -7 3 -7 6v0v0v13c0 3 4 7 7 7h12v-1l1 1c3 0 6 -4 6 -7zM239 186v0v0v-13v0v0c0 -3 -4 -6 -7 -6h-98v0c-3 0 -7 3 -7 6v0v0v13c0 3 4 7 7 7h98v0c3 0 7 -4 7 -7zM102 135v0v0v-13v0v0c0 -3 -3 -6 -6 -6h-1v0h-12v0
|
| 163 |
+
c-3 0 -7 3 -7 6v0v0v13c0 3 4 6 7 6h12v0h1c3 0 6 -3 6 -6zM239 135v0v0v-13v0v0c0 -3 -4 -6 -7 -6h-98v0c-3 0 -7 3 -7 6v0v0v13c0 3 4 6 7 6h98v0c3 0 7 -3 7 -6z" />
|
| 164 |
+
<glyph glyph-name="uniF129" unicode="" horiz-adv-x="392"
|
| 165 |
+
d="M391 228c2 -2 2 -7 0 -9l-116 -116v0v0l-59 -16v0c-2 -1 -5 0 -7 2s-2 4 -1 6v0l16 59v0v0l115 116c2 2 7 2 9 0zM227 107l35 9l-25 26zM309 73c3 0 6 -3 6 -6v0v0v-69v0v0c0 -15 -12 -27 -27 -27h-1h-259v0h-1c-15 0 -27 12 -27 27v0v0v362v0v0c0 15 12 27 27 27v0h75
|
| 166 |
+
v17v1c0 5 3 8 8 8v0v0h95v0c4 0 8 -3 8 -8v0v0v-18h75v0c15 0 27 -12 27 -27v0v0v-68v0c0 -3 -3 -7 -6 -7v0h-39c-3 0 -6 4 -6 7v0v44h-25v-16v0c0 -5 -5 -9 -10 -9h-143v0v0c-5 0 -10 4 -10 9v1v15h-25v-314h213v45v0c0 3 3 6 6 6v0v0h39v0z" />
|
| 167 |
+
<glyph glyph-name="uniF12A" unicode="" horiz-adv-x="315"
|
| 168 |
+
d="M315 360v0v-362v0v0c0 -15 -12 -27 -27 -27h-1h-259v0h-1c-15 0 -27 12 -27 27v0v0v362v0v0c0 15 12 27 27 27v0h75v17v1c0 5 3 8 8 8v0v0h95v0c5 0 8 -3 8 -8v0v0v-18h75v0c15 0 27 -12 27 -27v0v0zM264 22v0v314h-25v-16v0c0 -5 -5 -9 -10 -9h-143v0v0
|
| 169 |
+
c-5 0 -10 4 -10 9v1v15h-25v-314h213z" />
|
| 170 |
+
<glyph glyph-name="uniF12B" unicode="" horiz-adv-x="384"
|
| 171 |
+
d="M192 333c-78 0 -141 -63 -141 -141s63 -141 141 -141s141 63 141 141s-63 141 -141 141zM192 384v0c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM290 263c4 -4 4 -10 0 -14l-91 -91c-2 -2 -4 -3 -7 -3v0c-3 0 -5 1 -7 3l-62 62
|
| 172 |
+
c-2 2 -3 4 -3 7s1 6 3 8l20 20c4 4 10 4 14 0l35 -36l64 64c4 4 10 4 14 0z" />
|
| 173 |
+
<glyph glyph-name="uniF12C" unicode="" horiz-adv-x="342"
|
| 174 |
+
d="M333 300c5 -1 9 -6 9 -11v-94v-6v-94c0 -5 -4 -10 -9 -11l-160 -32h-4l-160 32c-5 1 -9 6 -9 11v94v6v94c0 5 4 10 9 11l160 32h4zM149 150c1 2 1 5 0 7s-3 4 -5 5l-19 8c-2 1 -4 1 -6 0s-4 -3 -5 -5c-2 -4 -7 -14 -17 -14c-14 0 -24 17 -24 41s10 41 24 41
|
| 175 |
+
c9 0 14 -7 17 -13c2 -4 8 -6 12 -4l18 8c2 1 4 3 5 5s0 4 -1 6c-11 23 -28 35 -51 35c-38 0 -64 -31 -64 -78s26 -78 64 -78c23 0 41 12 52 36zM308 150c1 2 1 5 0 7s-3 4 -5 5l-18 8c-2 1 -5 1 -7 0s-4 -3 -5 -5c-2 -4 -6 -14 -16 -14c-14 0 -25 17 -25 41s11 41 25 41
|
| 176 |
+
c9 0 14 -7 17 -13c2 -4 7 -6 11 -4l18 8c2 1 4 3 5 5s0 4 -1 6c-11 23 -27 35 -50 35c-38 0 -65 -31 -65 -78s27 -78 65 -78c23 0 40 12 51 36z" />
|
| 177 |
+
<glyph glyph-name="uniF12D" unicode="" horiz-adv-x="473"
|
| 178 |
+
d="M387 206c46 6 86 -35 86 -84c0 -18 -6 -35 -16 -50c-3 -4 -7 -7 -12 -7h-414c-5 0 -10 3 -13 8c-12 20 -18 42 -18 66c0 66 49 121 110 121c8 0 15 -1 23 -3c27 39 70 62 115 62c65 0 121 -47 139 -113z" />
|
| 179 |
+
<glyph glyph-name="uniF12E" unicode="" horiz-adv-x="470"
|
| 180 |
+
d="M302 166h92v-93v0c-2 -8 -9 -14 -17 -14h-225l-44 -44c-3 -5 -9 -8 -15 -8c-10 0 -17 7 -17 17v35h-59v0c-8 0 -15 6 -17 14v0v288v0c1 9 8 16 17 16v0h360c9 0 16 -7 17 -16v0v-91h-92c-5 0 -9 -4 -9 -9v0v-86v0c0 -5 4 -9 9 -9zM461 245c5 0 9 -4 9 -9v-36
|
| 181 |
+
c0 -5 -4 -8 -9 -8h-133c-5 0 -9 3 -9 8v36c0 5 4 9 9 9h133z" />
|
| 182 |
+
<glyph glyph-name="uniF12F" unicode="" horiz-adv-x="394"
|
| 183 |
+
d="M394 361v0v-288v0c-2 -8 -9 -14 -17 -14h-225l-44 -44c-3 -5 -9 -8 -15 -8c-10 0 -17 7 -17 17v35h-59v0c-8 0 -15 6 -17 14v0v288v0c1 9 8 16 17 16v0h360c9 0 16 -7 17 -16zM87 189c14 0 26 12 26 26s-10 24 -23 24c-3 0 -5 0 -6 -1c3 12 13 25 24 31v0h1v0
|
| 184 |
+
c1 1 2 2 2 3s-1 2 -2 3v0l-14 9v0c-1 0 -1 1 -2 1s-1 -1 -2 -1v0c-21 -15 -34 -36 -34 -61c0 -22 14 -34 30 -34zM154 189c14 0 27 12 27 26s-10 24 -23 24c-3 0 -6 0 -7 -1c3 12 14 25 25 31v0v0v0c1 1 2 2 2 3s0 2 -1 3v0l-14 9v0c-1 0 -1 1 -2 1s-1 -1 -2 -1v0
|
| 185 |
+
c-21 -15 -34 -36 -34 -61c0 -22 13 -34 29 -34zM235 152c21 15 35 37 35 62c0 22 -14 34 -30 34c-14 0 -26 -13 -26 -27s9 -24 22 -24c3 0 6 0 7 1c-3 -12 -14 -25 -25 -31v0v0v0c-1 -1 -2 -2 -2 -3s1 -2 2 -3h-1l14 -9v0c1 0 2 -1 3 -1s0 1 1 1v0zM303 152
|
| 186 |
+
c21 15 34 37 34 62c0 22 -13 34 -29 34c-14 0 -27 -13 -27 -27s10 -24 23 -24c3 0 6 0 7 1c-3 -12 -14 -25 -25 -31v0v0v0c-1 -1 -2 -2 -2 -3s0 -2 1 -3v0l14 -9v0c1 0 1 -1 2 -1s1 1 2 1v0z" />
|
| 187 |
+
<glyph glyph-name="uniF130" unicode="" horiz-adv-x="394"
|
| 188 |
+
d="M394 361v0v-288v0c-2 -8 -9 -14 -17 -14h-225l-44 -44c-3 -5 -9 -8 -15 -8c-10 0 -17 7 -17 17v35h-59v0c-8 0 -15 6 -17 14v0v288v0c1 9 8 16 17 16v0h360c9 0 16 -7 17 -16zM305 155v124l-65 -30v28c0 7 -6 12 -13 12h-110c-7 0 -12 -5 -12 -12v-120c0 -7 5 -12 12 -12
|
| 189 |
+
h110c7 0 13 5 13 12v29z" />
|
| 190 |
+
<glyph glyph-name="uniF131" unicode="" horiz-adv-x="394"
|
| 191 |
+
d="M394 361v0v-288v0c-2 -8 -9 -14 -17 -14h-225l-44 -44c-3 -5 -9 -8 -15 -8c-10 0 -17 7 -17 17v35h-59v0c-8 0 -15 6 -17 14v0v288v0c1 9 8 16 17 16v0h360c9 0 16 -7 17 -16z" />
|
| 192 |
+
<glyph glyph-name="uniF132" unicode="" horiz-adv-x="461"
|
| 193 |
+
d="M461 357v0v-217v0c-1 -6 -7 -11 -13 -11v0h-44v-26c0 -7 -6 -13 -13 -13c-4 0 -9 3 -11 6l-33 33h-57v150v0c-1 6 -5 10 -11 10h-115v68v0c1 7 6 11 13 11h271v0c7 0 12 -5 13 -11zM253 264c6 0 11 -5 12 -11v0v-193h-1c-1 -5 -5 -10 -11 -10h-151l-30 -29
|
| 194 |
+
c-2 -3 -5 -5 -9 -5c-6 0 -12 5 -12 11v23h-40v0c-5 0 -10 5 -11 10v0v193v0c1 6 5 11 11 11v0h242z" />
|
| 195 |
+
<glyph glyph-name="uniF133" unicode="" horiz-adv-x="384"
|
| 196 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 51c78 0 141 63 141 141s-63 141 -141 141s-141 -63 -141 -141s63 -141 141 -141zM267 281c4 2 9 1 12 -2s4 -8 2 -12l-60 -100l-3 -3l-101 -61c-2 -1 -3 -1 -5 -1s-5 1 -7 3v0
|
| 197 |
+
c-3 3 -4 8 -2 12l61 101l3 3z" />
|
| 198 |
+
<glyph glyph-name="uniF134" unicode="" horiz-adv-x="384"
|
| 199 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM193 333v-282c78 0 140 63 140 141s-62 141 -140 141z" />
|
| 200 |
+
<glyph glyph-name="uniF135" unicode="" horiz-adv-x="378"
|
| 201 |
+
d="M378 314v-1v0v-37h-378v36v2c0 8 6 13 14 13h1h349h1c8 0 13 -5 13 -13zM0 70v155h378v-155v0c0 -7 -6 -13 -13 -13v0h-350v0h-1c-8 0 -14 5 -14 13v0v0z" />
|
| 202 |
+
<glyph glyph-name="uniF136" unicode="" horiz-adv-x="419"
|
| 203 |
+
d="M405 84c8 0 14 -6 14 -14v-23c0 -8 -6 -14 -14 -14v0h-37v-36c0 -8 -6 -14 -14 -14h-23c-8 0 -14 6 -14 14v36h-241v0c-13 0 -25 12 -25 25v1v0v241h-37v0c-8 0 -14 6 -14 14v23c0 8 6 14 14 14v0h37v36v0c0 8 6 14 14 14h23c8 0 14 -6 14 -14v0v-36h241v0
|
| 204 |
+
c13 0 25 -12 25 -25v-1v0v-241h37v0zM102 84v0h215v216h-215v-216z" />
|
| 205 |
+
<glyph glyph-name="uniF137" unicode="" horiz-adv-x="348"
|
| 206 |
+
d="M348 38v-19v0v0c0 -9 -6 -16 -15 -16h-317v0c-9 0 -16 7 -16 16v0v0v19v0c0 9 7 16 16 16v0h317c9 0 15 -7 15 -16v0zM44 251c1 -1 1 0 2 -1l34 -35l82 81v0c3 3 7 5 12 5s9 -2 12 -5v0l82 -81l35 35c0 1 0 2 1 2h1v0c3 2 6 4 10 4c9 0 17 -8 17 -17v-3v-145v0v0v-2v0
|
| 207 |
+
c-1 -8 -8 -14 -17 -14v0v-1h-282v0v0c-9 0 -15 7 -16 15h-1v150h1c0 9 7 16 16 16c4 0 8 -1 11 -4v0v0zM292 208v0h-1h1zM2 309c0 21 10 31 31 31s30 -10 30 -31s-9 -31 -30 -31s-31 10 -31 31zM283 309c0 21 10 31 31 31s31 -10 31 -31s-10 -31 -31 -31s-31 10 -31 31z
|
| 208 |
+
M145 350c0 21 10 31 31 31s31 -10 31 -31s-10 -31 -31 -31s-31 10 -31 31z" />
|
| 209 |
+
<glyph glyph-name="uniF138" unicode="" horiz-adv-x="325"
|
| 210 |
+
d="M0 375h325l-30 -330l-132 -36l-133 36zM260 268l4 40h-102h-103l5 -40h98h6l-6 -2l-94 -40l3 -39h91h49l-3 -52l-46 -13v0v0l-44 11l-3 32v0h-41v0l5 -62l83 -25v0h1l82 25l11 123h-94v0v0z" />
|
| 211 |
+
<glyph glyph-name="uniF139" unicode="" horiz-adv-x="422"
|
| 212 |
+
d="M124 323v-262v0v0c0 -12 -11 -22 -23 -22v0h-80v1c-12 0 -21 9 -21 21v0v262v0c0 12 9 22 21 22v0h80v0c12 0 22 -10 22 -22h1zM62 65c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM98 180v139h-72v-139h72zM273 323v-262v0v0c0 -12 -10 -22 -22 -22
|
| 213 |
+
v0h-81v1c-12 0 -21 9 -21 21v0v262v0c0 12 9 22 21 22v0h81v0c12 0 22 -10 22 -22v0zM211 65c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM247 180v0v139h-72v-139h72zM422 323v-262v0v0c0 -12 -10 -22 -22 -22v0h-81v1c-12 0 -21 9 -21 21v0v262v0
|
| 214 |
+
c0 12 9 22 21 22v0h81v0c12 0 22 -10 22 -22v0zM360 65c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM396 180v139h-72v-139h72z" />
|
| 215 |
+
<glyph glyph-name="uniF13A" unicode="" horiz-adv-x="348"
|
| 216 |
+
d="M348 329v0v-274v0c0 -20 -17 -37 -37 -37v0h-274v0c-20 0 -37 17 -37 37v0v274v0c0 20 17 37 37 37v0h274v0c20 -1 37 -17 37 -37zM87 71c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM87 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36
|
| 217 |
+
s16 -36 36 -36zM174 156c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 69c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36z" />
|
| 218 |
+
<glyph glyph-name="uniF13B" unicode="" horiz-adv-x="348"
|
| 219 |
+
d="M348 329v0v-274v0c0 -20 -17 -37 -37 -37v0h-274v0c-20 0 -37 17 -37 37v0v274v0c0 20 17 37 37 37v0h274v0c20 -1 37 -17 37 -37zM87 71c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM87 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36
|
| 220 |
+
s16 -36 36 -36zM261 69c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36z" />
|
| 221 |
+
<glyph glyph-name="uniF13C" unicode="" horiz-adv-x="348"
|
| 222 |
+
d="M348 329v0v-274v0c0 -20 -17 -37 -37 -37v0h-274v0c-20 0 -37 17 -37 37v0v274v0c0 20 17 37 37 37v0h274v0c20 -1 37 -17 37 -37zM174 153c22 0 39 17 39 39s-17 39 -39 39s-39 -17 -39 -39s17 -39 39 -39z" />
|
| 223 |
+
<glyph glyph-name="uniF13D" unicode="" horiz-adv-x="348"
|
| 224 |
+
d="M348 329v0v-274v0c0 -20 -17 -37 -37 -37v0h-274v0c-20 0 -37 17 -37 37v0v274v0c0 20 17 37 37 37v0h274v0c20 -1 37 -17 37 -37zM87 71c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM87 156c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36
|
| 225 |
+
s16 -36 36 -36zM87 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 69c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 156c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 243c20 0 36 16 36 36
|
| 226 |
+
s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36z" />
|
| 227 |
+
<glyph glyph-name="uniF13E" unicode="" horiz-adv-x="348"
|
| 228 |
+
d="M348 329v0v-274v0c0 -20 -17 -37 -37 -37v0h-274v0c-20 0 -37 17 -37 37v0v274v0c0 20 17 37 37 37v0h274v0c20 -1 37 -17 37 -37zM87 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM174 156c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36
|
| 229 |
+
s16 -36 36 -36zM261 69c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36z" />
|
| 230 |
+
<glyph glyph-name="uniF13F" unicode="" horiz-adv-x="348"
|
| 231 |
+
d="M348 329v0v-274v0c0 -20 -17 -37 -37 -37v0h-274v0c-20 0 -37 17 -37 37v0v274v0c0 20 17 37 37 37v0h274v0c20 -1 37 -17 37 -37zM87 243c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36zM261 69c20 0 36 16 36 36s-16 36 -36 36s-36 -16 -36 -36
|
| 232 |
+
s16 -36 36 -36z" />
|
| 233 |
+
<glyph glyph-name="uniF140" unicode="" horiz-adv-x="333"
|
| 234 |
+
d="M333 295v0v-144v0c0 -7 -5 -13 -12 -13v0h-71v-58v-1v-17v0c0 -16 -13 -29 -29 -29c-11 0 -21 6 -26 15v0l-50 86v0v0v1l-3 3h-51h-1c-7 0 -13 6 -13 13v0v0v144v0v43v0v1v0v0c0 7 6 12 13 12h1h185c2 0 4 0 5 -1v0l50 -50v0c1 -1 2 -3 2 -5v0zM51 316v-138v-2
|
| 235 |
+
c0 -7 -6 -13 -13 -13v0v0v0v0h-25v0c-7 0 -12 6 -13 12v0v141v0c0 7 6 12 13 12v0h24l1 1c7 0 13 -6 13 -13v0v0z" />
|
| 236 |
+
<glyph glyph-name="uniF141" unicode="" horiz-adv-x="447"
|
| 237 |
+
d="M447 294v-204v0v0c0 -11 -9 -20 -20 -20v0v0h-407c-11 0 -20 9 -20 20v0v0v204v0c0 11 9 20 20 20h407v0v0c11 0 20 -9 20 -20v0zM371 266v0v0c0 -2 2 -4 4 -4v0v0h21v-21v0c0 -2 2 -4 4 -4v0h17v0h1c2 0 4 2 4 4v0v43c0 2 -2 4 -4 4h-1v0h-42v0v0c-2 0 -4 -2 -4 -4v-18z
|
| 238 |
+
M77 118v0v0c0 2 -2 4 -4 4h-1v0h-21v21v0c0 2 -2 4 -4 4v0h-17v0v0c-2 0 -4 -2 -4 -4v0v-43c0 -2 2 -4 4 -4v0v0h42v0h1c2 0 4 2 4 4v18zM77 284v0v0c0 2 -2 4 -4 4h-43c-2 0 -4 -2 -4 -4v0v0v-43v0v0c0 -2 2 -4 4 -4h17v0v0c2 0 4 2 4 4v0v0v21h22v0c2 0 4 3 4 5v0v17z
|
| 239 |
+
M224 96c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM422 143v0v0c0 2 -2 4 -4 4h-18v0c-2 0 -4 -2 -4 -4v0v0v-21h-21v0c-2 0 -4 -3 -4 -5v0v-17v0v0c0 -2 2 -4 4 -4h43c2 0 4 2 4 4v0v0v43zM224 263c39 0 70 -32 70 -71c0 -15 -4 -29 -12 -40v0
|
| 240 |
+
c0 3 -2 7 -4 8l-28 13l-12 6c5 3 9 8 12 14c2 5 3 10 3 16c0 3 0 6 -1 9c-4 14 -14 25 -28 25c-13 0 -25 -10 -29 -24c-1 -3 -1 -6 -1 -10c0 -6 2 -12 4 -17c3 -6 7 -11 12 -14l-11 -5l-29 -13c-3 -1 -4 -5 -4 -8v0c-8 11 -13 25 -13 40c0 39 32 71 71 71z" />
|
| 241 |
+
<glyph glyph-name="uniF142" unicode="" horiz-adv-x="209"
|
| 242 |
+
d="M126 219c39 -10 83 -26 83 -77c0 -42 -28 -73 -83 -79v-28v0c0 -3 -3 -6 -6 -6h-23v0c-3 0 -6 3 -6 6v28c-39 3 -68 18 -89 39v0c-1 1 -2 3 -2 5c0 1 0 2 1 3v0l22 32v0c1 2 3 3 5 3c1 0 2 0 3 -1v0l1 -1v0c14 -14 34 -28 59 -32v58c-39 9 -81 25 -81 76
|
| 243 |
+
c0 38 30 70 81 75v29c0 3 3 6 6 6h23c3 0 6 -3 6 -6v0v-30c30 -3 57 -14 77 -33c1 -1 2 -2 2 -4c0 -1 -1 -3 -2 -4v0l-21 -31h-1c-1 -1 -2 -2 -4 -2c-1 0 -3 0 -4 1v0c-14 12 -30 20 -47 24v-51zM91 227v46c-17 -2 -26 -11 -26 -24c0 -11 11 -17 26 -22zM126 111
|
| 244 |
+
c19 4 29 14 29 26s-12 19 -29 24v-50z" />
|
| 245 |
+
<glyph glyph-name="uniF143" unicode="" horiz-adv-x="404"
|
| 246 |
+
d="M379 194c14 0 25 -11 25 -25v-144c0 -14 -11 -25 -25 -25h-354c-14 0 -25 11 -25 25v144c0 14 11 25 25 25h90c11 0 21 -7 24 -17c9 -28 34 -46 63 -46s54 18 63 46c3 10 13 17 24 17h90zM197 181l-70 98c-1 2 -2 5 -1 7s3 3 6 3h33v88c0 4 3 7 7 7h60c4 0 7 -3 7 -7v-88
|
| 247 |
+
h33c3 0 5 -1 6 -3s0 -5 -1 -7l-69 -98c-1 -2 -4 -3 -6 -3v0c-2 0 -4 1 -5 3z" />
|
| 248 |
+
<glyph glyph-name="uniF144" unicode="" horiz-adv-x="382"
|
| 249 |
+
d="M13 141c-7 0 -13 6 -13 13c0 4 2 7 4 9l176 177c2 3 7 5 11 5s7 -2 9 -5v0l178 -177c3 -2 4 -5 4 -9c0 -7 -5 -13 -12 -13v0h-357v0zM382 52v0c0 -7 -6 -13 -13 -13v0h-357v0c-7 1 -12 6 -12 13v1v49v0c0 7 5 12 12 13v0l357 1v0c7 0 13 -6 13 -13v0v0v-51z" />
|
| 250 |
+
<glyph glyph-name="uniF145" unicode="" horiz-adv-x="493"
|
| 251 |
+
d="M389 393c7 0 13 -6 13 -13v-376c0 -7 -6 -13 -13 -13v0v0h-376v0v0v0v0c-7 0 -13 6 -13 13v376c0 7 6 13 13 13v0h376v0v0zM51 341v-298h299v298h-299zM490 120c1 0 2 0 3 -1s0 -2 -1 -3l-31 -44c-1 -1 -1 -2 -2 -2v0c-1 0 -2 1 -3 2l-31 44c-1 1 -2 2 -1 3s2 1 3 1h15
|
| 252 |
+
v40c0 2 1 3 3 3h27c2 0 3 -1 3 -3v-40h15zM427 264c-1 0 -2 0 -3 1s0 2 1 3l31 44c1 1 2 2 3 2v0c1 0 1 -1 2 -2l32 -44c1 -1 1 -2 0 -3s-2 -1 -3 -1h-15v-40c0 -2 -1 -3 -3 -3h-27c-2 0 -3 1 -3 3v40h-15zM109 284c0 17 8 26 25 26s25 -9 25 -26s-8 -25 -25 -25
|
| 253 |
+
s-25 8 -25 25zM182 252c6 -1 11 -6 11 -12v-72v0c0 -3 -1 -5 -3 -7c-4 -4 -12 -4 -16 0c-2 2 -3 4 -3 7v0v50v0c0 2 -1 4 -3 4s-4 -2 -4 -4v0v-32v-33v-66c0 -7 -5 -13 -12 -13s-13 6 -13 13v66v0c0 2 -1 4 -3 4s-4 -2 -4 -4v0v-66c0 -7 -5 -13 -12 -13s-13 6 -13 13v99v32
|
| 254 |
+
v0v0c0 2 -1 4 -3 4s-3 -2 -3 -4v0v0v-50v0c0 -3 -2 -5 -4 -7c-4 -4 -11 -4 -15 0c-2 2 -3 4 -3 7v0v72v0c0 7 5 12 12 12v0h91v0zM238 284c0 17 9 26 26 26s25 -9 25 -26s-8 -25 -25 -25s-26 8 -26 25zM312 252c6 -1 10 -6 10 -12v-72v0c0 -3 -1 -5 -3 -7
|
| 255 |
+
c-4 -4 -11 -4 -15 0c-2 2 -3 4 -3 7v0v50v0c0 2 -1 4 -3 4s-4 -2 -4 -4v0v-32v-33v-66c0 -7 -5 -13 -12 -13s-13 6 -13 13v66v0c0 2 -1 4 -3 4s-4 -2 -4 -4v0v-66c0 -7 -5 -13 -12 -13s-13 6 -13 13v99v32v0v0c0 2 -1 4 -3 4s-4 -2 -4 -4v0v0v-50v0c0 -3 -1 -5 -3 -7
|
| 256 |
+
c-4 -4 -11 -4 -15 0c-2 2 -3 4 -3 7v0v72v0c0 7 5 12 12 12v0h91v0z" />
|
| 257 |
+
<glyph glyph-name="uniF146" unicode="" horiz-adv-x="283"
|
| 258 |
+
d="M280 125c3 -2 3 -5 2 -8v0v0v0v0c-19 -34 -55 -67 -115 -67c-68 0 -122 38 -140 98h-21v-1c-3 0 -6 3 -6 6v21c0 3 3 6 6 6v0h15v12v13h-15v0c-3 0 -6 3 -6 6v21c0 3 3 6 6 6v0h21c19 59 73 96 140 96c60 0 96 -33 115 -67v0v0v0v0c1 -3 1 -6 -2 -8h-1v0l-40 -19v0
|
| 259 |
+
c-3 -1 -5 -1 -7 2v0c-12 22 -37 40 -65 40c-34 0 -61 -17 -75 -44h100v0c3 0 6 -3 6 -6v-21c0 -3 -3 -6 -6 -6v0v0v0v0h-110c-1 -5 -1 -8 -1 -13v-12h111v0c3 0 6 -3 6 -6v-21c0 -3 -3 -6 -6 -6v0h-101c14 -28 41 -45 76 -45c28 0 52 17 64 39l1 1c2 3 4 3 7 2v0l40 -19v0h1
|
| 260 |
+
z" />
|
| 261 |
+
<glyph glyph-name="uniF147" unicode="" horiz-adv-x="365"
|
| 262 |
+
d="M359 204c4 -2 6 -6 6 -11c0 -4 -2 -8 -4 -10v0v0l-1 -1l-79 -79v0c-24 -27 -60 -44 -99 -44c-35 0 -66 14 -90 36v-1l-87 87c-3 3 -5 7 -5 11c0 3 1 7 3 9v0l80 79c24 27 60 45 99 45c35 0 67 -14 91 -36v1zM182 102c50 0 90 40 90 90s-40 90 -90 90s-90 -40 -90 -90
|
| 263 |
+
s40 -90 90 -90zM139 192c0 29 14 43 43 43s44 -14 44 -43s-15 -44 -44 -44s-43 15 -43 44z" />
|
| 264 |
+
<glyph glyph-name="uniF148" unicode="" horiz-adv-x="372"
|
| 265 |
+
d="M372 192c0 -3 -1 -5 -4 -7v-1l-192 -111c-2 -2 -5 -2 -7 -2c-5 0 -8 3 -8 8v78l-146 -84c-2 -2 -4 -2 -6 -2c-5 0 -9 3 -9 8v226v0c0 5 4 8 9 8c2 0 4 0 6 -2l146 -84v78v0c0 5 3 8 8 8c2 0 5 0 7 -2l191 -111v0c3 -1 5 -4 5 -8z" />
|
| 266 |
+
<glyph glyph-name="uniF149" unicode="" horiz-adv-x="268"
|
| 267 |
+
d="M229 163c-20 -20 -44 -32 -70 -37v-41h28v0c2 0 4 0 6 -2s2 -4 2 -6v-35c0 -4 -4 -8 -8 -8v0h-28v-34v0c0 -4 -4 -8 -8 -8v0h-35v0v0h-2v0c-4 1 -6 4 -6 8v0v34h-27v0c-4 0 -8 4 -8 8v0v35v0c0 2 0 4 2 6s4 2 6 2v0h27v41c-25 5 -50 18 -69 37c-52 52 -52 138 0 190
|
| 268 |
+
s138 52 190 0s52 -138 0 -190zM134 175c46 0 83 37 83 83s-37 83 -83 83s-83 -37 -83 -83s37 -83 83 -83z" />
|
| 269 |
+
<glyph glyph-name="uniF14A" unicode="" horiz-adv-x="227"
|
| 270 |
+
d="M68 345c0 28 14 42 42 42s42 -14 42 -42s-14 -42 -42 -42s-42 14 -42 42zM227 171v0v-3c0 -3 -1 -6 -3 -9s-3 -4 -6 -6s-6 -3 -9 -3c-8 0 -14 4 -17 12v0l-20 76v0c-1 3 -3 5 -6 5c-4 0 -5 -2 -5 -6v-2v0l32 -122c1 -1 1 -2 1 -3l1 -1h-1h1c0 -6 -4 -10 -10 -10h-24v-81
|
| 271 |
+
c0 -4 -1 -7 -3 -10s-5 -6 -8 -8s-6 -3 -10 -3c-6 0 -11 3 -15 7s-6 8 -6 14v81h-12v-81c0 -6 -2 -10 -6 -14s-8 -7 -14 -7s-11 3 -15 7s-6 8 -6 14v81h-24c-6 0 -10 4 -10 10v0v0v1c0 1 0 2 1 3l33 123v1v0v0v1v0c-1 3 -2 5 -5 5s-5 -2 -6 -5v0v0l-20 -76h-1
|
| 272 |
+
c-3 -8 -8 -12 -16 -12c-5 0 -10 3 -13 6s-5 7 -5 12v3v0l28 105v0l1 2v0c3 9 8 13 18 13v1h132v-1v0c10 0 16 -4 19 -13v0l1 -2v0z" />
|
| 273 |
+
<glyph glyph-name="uniF14B" unicode="" horiz-adv-x="410"
|
| 274 |
+
d="M410 334c0 -10 -4 -19 -11 -25v0l-156 -155v-118v0v-2c0 -10 -7 -17 -17 -17c-3 0 -6 1 -9 2v0v0l-1 1l-40 23v0c-5 3 -9 9 -9 15v0v0v96l-155 154c-8 6 -12 16 -12 26c0 18 15 33 33 33h2v0h343v0c18 -1 32 -15 32 -33zM114 301v0v0v0z" />
|
| 275 |
+
<glyph glyph-name="uniF14C" unicode="" horiz-adv-x="411"
|
| 276 |
+
d="M100 308v45v1c0 7 6 12 13 12v0v0h185v0c7 0 12 -5 12 -12v0v-47h-31v27h-148v-26h-31zM76 18v262h259v-262h-259zM128 167v-37c0 -1 0 -1 1 -2s2 -1 3 -1h52v-53c0 -1 0 -2 1 -3s2 -1 3 -1h37c1 0 1 0 2 1s2 2 2 3v53h52c1 0 2 0 3 1s1 1 1 2v37c0 2 -2 4 -4 4h-52v52
|
| 277 |
+
c0 2 -2 4 -4 4h-37c-2 0 -4 -2 -4 -4v-52h-52c-2 0 -4 -2 -4 -4zM20 280v0h31v-262h-31v0c-11 0 -20 9 -20 20v1v220v0c0 11 9 21 20 21zM411 38v0c0 -11 -9 -20 -20 -20v0v0h-31v262h31c11 0 20 -9 20 -20v0v-222z" />
|
| 278 |
+
<glyph glyph-name="uniF14D" unicode="" horiz-adv-x="372"
|
| 279 |
+
d="M364 325c4 0 8 -4 8 -8v-169c0 -2 -1 -5 -3 -6c-21 -22 -51 -36 -84 -36c-31 0 -58 11 -79 31c-23 27 -57 45 -96 45c-20 0 -39 -4 -56 -13v-145c0 -15 -12 -27 -27 -27s-27 12 -27 27v322c0 15 12 27 27 27c11 0 20 -6 24 -15c20 18 47 29 77 29c31 0 59 -11 80 -31
|
| 280 |
+
c23 -27 56 -45 95 -45c21 0 41 5 58 14v0h3z" />
|
| 281 |
+
<glyph glyph-name="uniF14E" unicode="" horiz-adv-x="425"
|
| 282 |
+
d="M397 325c15 0 28 -13 28 -28v-248c0 -15 -13 -28 -28 -28h-369c-15 0 -28 13 -28 28v248c0 15 13 28 28 28h30l26 32c3 4 8 6 13 6h74c6 0 12 -5 15 -10c3 -4 13 -16 23 -28h188zM374 124v31c0 2 -1 4 -3 4h-45v45c0 2 -2 3 -4 3h-31c-2 0 -4 -1 -4 -3v-45h-45
|
| 283 |
+
c-2 0 -3 -2 -3 -4v-31c0 -1 0 -1 1 -2s1 -1 2 -1h45v-45c0 -1 0 -2 1 -3s2 -1 3 -1h31c1 0 2 0 3 1s1 2 1 3v45h45c1 0 1 0 2 1s1 1 1 2z" />
|
| 284 |
+
<glyph glyph-name="uniF14F" unicode="" horiz-adv-x="425"
|
| 285 |
+
d="M312 181c9 0 17 -8 17 -17v0v0v0v-15h-34v15c0 9 8 17 17 17zM397 325c15 0 28 -13 28 -28v-248c0 -15 -13 -28 -28 -28h-369c-15 0 -28 13 -28 28v248c0 15 13 28 28 28h30l26 32c3 4 8 6 13 6h74c6 0 12 -5 15 -10c3 -4 13 -16 23 -28h188zM374 77v0v67c0 3 -2 5 -5 5
|
| 286 |
+
h-6h-9v15v0c0 23 -19 42 -42 42s-41 -19 -41 -42v-15h-8h-6c-3 0 -5 -2 -5 -5v-67c0 -3 2 -5 5 -5h112c3 0 5 2 5 5z" />
|
| 287 |
+
<glyph glyph-name="uniF150" unicode="" horiz-adv-x="425"
|
| 288 |
+
d="M397 325c15 0 28 -13 28 -28v-248c0 -15 -13 -28 -28 -28h-369c-15 0 -28 13 -28 28v248c0 15 13 28 28 28h30l26 32c3 4 8 6 13 6h74c6 0 12 -5 15 -10c3 -4 13 -16 23 -28h188z" />
|
| 289 |
+
<glyph glyph-name="uniF151" unicode="" horiz-adv-x="264"
|
| 290 |
+
d="M0 264c0 15 7 22 22 22s22 -7 22 -22s-7 -22 -22 -22s-22 7 -22 22zM168 368c0 30 15 45 45 45s45 -15 45 -45s-15 -44 -45 -44s-45 14 -45 44zM92 354c0 19 9 28 28 28s28 -9 28 -28s-9 -28 -28 -28s-28 9 -28 28zM249 69v0c9 -11 13 -24 13 -38c0 -17 -5 -31 -17 -43
|
| 291 |
+
s-26 -17 -43 -17c-13 0 -25 3 -35 11s-18 18 -22 30l-76 131l1 1c-5 8 -9 16 -11 25c-3 11 -5 22 -5 33c0 29 10 53 31 74s45 31 74 31c19 0 37 -5 53 -14s29 -23 38 -39s14 -33 14 -52c0 -21 -5 -41 -17 -59v0c-6 -11 -9 -23 -9 -35c0 -14 3 -27 11 -39zM39 311
|
| 292 |
+
c0 15 7 23 22 23s22 -8 22 -23s-7 -22 -22 -22s-22 7 -22 22z" />
|
| 293 |
+
<glyph glyph-name="uniF152" unicode="" horiz-adv-x="356"
|
| 294 |
+
d="M325 59c1 0 1 -1 1 -2v-1l-6 -12c0 -1 -1 -1 -2 -1h-1l-16 8c-1 0 -1 1 -1 2s1 0 1 1l6 12c1 1 2 2 3 1zM325 328c1 0 1 -1 1 -2v-1l-7 -11c0 -1 0 -2 -1 -2l-2 1l-15 9c-1 0 -1 0 -1 1v2l7 11c1 1 2 2 3 1zM295 75c1 -1 2 -2 1 -3l-7 -12c0 -1 -1 -1 -2 -1h-1l-4 3l-5 2
|
| 295 |
+
l-62 -34v0v0c-1 -1 -4 -1 -5 -1s-3 0 -4 1v0v0l-63 34l-62 -34v0h-1c-1 -1 -3 -1 -4 -1s-3 0 -4 1h-1v0l-67 37c-3 1 -4 3 -4 6v274c0 3 2 6 5 7s6 0 9 -1l62 -34l62 34h1v1h2h2h2h2l1 -1v0l62 -34l62 34c2 2 6 3 9 1l7 -5l7 -3c1 0 1 -1 1 -2s-1 0 -1 -1l-6 -12
|
| 296 |
+
c0 -1 -1 -1 -2 -1l-1 1l-9 5v-252zM76 46v256l-58 31v-256zM210 46v256l-67 36v-256zM354 160c1 0 2 -2 2 -3v-27c0 -1 -1 -2 -2 -2h-13c-1 0 -3 1 -3 2v27c0 1 2 3 3 3h13zM354 52c1 0 2 -1 2 -2v-10c0 -8 -5 -11 -10 -11c-2 0 -4 1 -6 2l-8 4c-1 0 -1 1 -1 2v1l6 12l1 1
|
| 297 |
+
l2 1h1h13zM349 314c0 0 7 -4 7 -12v-10c0 -1 -1 -2 -2 -2h-13c-1 0 -3 1 -3 2v8l-6 4c-1 0 -1 0 -1 1v2l6 11c1 1 2 2 3 1zM354 267c1 0 2 -1 2 -2v-27c0 -1 -1 -2 -2 -2h-13c-1 0 -3 1 -3 2v27c0 1 2 2 3 2h13zM354 106c1 0 2 -1 2 -2v-27c0 -1 -1 -3 -2 -3h-13
|
| 298 |
+
c-1 0 -3 2 -3 3v27c0 1 2 2 3 2h13zM354 213c1 0 2 -1 2 -2v-27c0 -1 -1 -2 -2 -2h-13c-1 0 -3 1 -3 2v27c0 1 2 2 3 2h13z" />
|
| 299 |
+
<glyph glyph-name="uniF153" unicode="" horiz-adv-x="427"
|
| 300 |
+
d="M193 140c4 0 8 -4 8 -8v-112c0 -4 -4 -8 -8 -8h-72c-4 0 -8 4 -8 8v112c0 4 4 8 8 8h72zM306 372c4 0 8 -4 8 -8v-344c0 -4 -4 -8 -8 -8h-72c-4 0 -8 4 -8 8v344c0 4 4 8 8 8h72zM420 267c4 0 7 -3 7 -7v-240c0 -4 -3 -8 -7 -8h-73c-4 0 -8 4 -8 8v240c0 4 4 7 8 7h73z
|
| 301 |
+
M80 267c4 0 8 -3 8 -7v-240c0 -4 -4 -8 -8 -8h-72c-4 0 -8 4 -8 8v240c0 4 4 7 8 7h72z" />
|
| 302 |
+
<glyph glyph-name="uniF154" unicode="" horiz-adv-x="387"
|
| 303 |
+
d="M380 238c4 0 7 -4 7 -8v-77c0 -4 -3 -8 -7 -8h-372c-4 0 -8 4 -8 8v77c0 4 4 8 8 8h372zM226 357c3 -1 5 -4 5 -8v-77c0 -4 -2 -7 -5 -8v0h-218c-4 0 -8 4 -8 8v77c0 4 4 8 8 8h218v0zM275 120c4 0 8 -4 8 -8v-77c0 -4 -4 -8 -8 -8h-267c-4 0 -8 4 -8 8v77c0 4 4 8 8 8
|
| 304 |
+
h267z" />
|
| 305 |
+
<glyph glyph-name="uniF155" unicode="" horiz-adv-x="380"
|
| 306 |
+
d="M212 382c93 -1 167 -76 168 -169c0 -4 -2 -6 -6 -6h-1v0h-161c-4 0 -7 2 -7 6v161v0v1c0 4 3 7 7 7zM341 174v0v-2c0 -94 -76 -170 -170 -170s-171 76 -171 170s77 171 171 171h1v0h1c4 0 7 -3 7 -7l-1 -1h1v-147c0 -4 2 -7 6 -7h148c4 0 7 -3 7 -7z" />
|
| 307 |
+
<glyph glyph-name="uniF156" unicode="" horiz-adv-x="410"
|
| 308 |
+
d="M384 37h-359c-14 0 -25 11 -25 25v260c0 14 11 25 25 25h359c14 0 26 -11 26 -25v-260c0 -14 -12 -25 -26 -25zM359 87v210h-309v-210h309zM162 111c-5 0 -10 2 -13 5l-25 25l-31 -25c-8 -6 -19 -6 -25 2s-6 19 2 25l44 36c7 6 17 6 24 -1l21 -21l46 72c4 5 9 8 16 8
|
| 309 |
+
s12 -4 15 -10l27 -58l52 92c5 9 16 12 25 7s12 -15 7 -24l-70 -123c-3 -6 -9 -9 -16 -9s-13 5 -16 11l-28 59l-40 -63c-3 -5 -8 -7 -13 -8h-2z" />
|
| 310 |
+
<glyph glyph-name="uniF157" unicode="" horiz-adv-x="399"
|
| 311 |
+
d="M148 320c-3 2 -5 5 -5 9c0 6 4 10 10 10c3 0 6 -1 8 -3l60 -60c3 -2 5 -5 5 -9c0 -6 -5 -10 -11 -10c-2 0 -4 1 -6 2v0h-1v1zM215 111h-25c-14 0 -28 0 -41 1l24 -42c2 -3 4 -7 4 -11c0 -10 -8 -18 -18 -18c-6 0 -11 3 -14 7v0l-38 65l-37 -65h-1c-3 -4 -8 -7 -14 -7
|
| 312 |
+
c-10 0 -18 8 -18 18c0 4 2 8 4 11l32 56c-8 6 -14 29 -14 56c0 13 2 24 4 34l-57 33v0c-4 2 -6 6 -6 11c0 7 6 13 13 13c2 0 4 0 6 -1v0l56 -33c1 0 2 1 3 1h137v-129zM306 125l31 -55c2 -3 4 -7 4 -11c0 -10 -8 -18 -18 -18c-6 0 -11 3 -14 7h-1l-37 65l-38 -65v0
|
| 313 |
+
c-3 -4 -8 -7 -14 -7c-10 0 -18 8 -18 18c0 4 2 8 4 11l31 54v116l83 -83c-2 -17 -7 -29 -13 -32zM399 235c0 -4 -2 -8 -4 -10v0l-11 -11v0h-10h-40l-14 -14c1 -5 1 -11 1 -16l-72 72l42 42l26 45l13 -22c3 0 5 -2 7 -3v1l26 -15c7 -3 11 -10 11 -18v-21l20 -20
|
| 314 |
+
c3 -2 5 -6 5 -10z" />
|
| 315 |
+
<glyph glyph-name="uniF158" unicode="" horiz-adv-x="321"
|
| 316 |
+
d="M148 302c58 0 104 -48 104 -106c0 -13 -2 -24 -6 -36c0 -1 -1 -2 -1 -3c0 0 -15 -26 -25 -38c-1 -2 -3 -3 -4 -5c-7 -8 -10 -11 -10 -24c1 -27 1 -37 -1 -45c-4 -26 -23 -39 -55 -40v0v0c-9 0 -17 7 -17 16c0 5 1 10 4 13s7 5 12 5c21 1 22 7 23 11v2c1 5 0 21 0 37
|
| 317 |
+
c-1 26 10 38 18 48l4 4c6 7 17 24 21 32c2 7 3 15 3 23c0 39 -31 72 -70 72s-71 -33 -71 -72c0 -9 -8 -17 -17 -17s-17 8 -17 17c0 58 47 106 105 106zM172 194c0 13 -11 24 -24 24s-24 -11 -24 -24c0 -8 -7 -15 -15 -15s-14 7 -14 15c0 29 24 52 53 52s52 -23 52 -52
|
| 318 |
+
c0 -8 -6 -15 -14 -15s-14 7 -14 15zM75 142c6 6 16 6 22 0c3 -3 5 -8 5 -12s-2 -8 -5 -11l-70 -71c-3 -3 -7 -4 -11 -4s-8 1 -11 4s-5 8 -5 12s2 8 5 11zM207 334c38 0 69 -30 69 -68v0v-7v0c0 -3 -3 -6 -6 -6v0h-12v0c-3 0 -6 3 -6 6v0v7v0c0 24 -21 44 -45 44v0v0h-7v0
|
| 319 |
+
c-3 0 -5 3 -5 6v0v11v0c0 3 2 7 5 7v0h7v0v0zM321 266v0v-7v0c0 -3 -3 -6 -6 -6v0h-11v0c-3 0 -7 3 -7 6v0v7v0c0 49 -41 89 -90 89v0v0h-7v0c-3 0 -5 3 -5 6v0v12v0c0 3 2 6 5 6v0h7v0v0c63 0 114 -50 114 -113z" />
|
| 320 |
+
<glyph glyph-name="uniF159" unicode="" horiz-adv-x="409"
|
| 321 |
+
d="M295 379c63 0 114 -51 114 -114c0 -68 -33 -108 -59 -140l-6 -7c-31 -38 -128 -108 -132 -111c-2 -2 -5 -2 -8 -2s-5 0 -7 2c-4 3 -101 73 -132 111l-6 7c-26 32 -59 72 -59 140c0 63 51 114 114 114c36 0 69 -16 90 -44c21 28 55 44 91 44z" />
|
| 322 |
+
<glyph glyph-name="uniF15A" unicode="" horiz-adv-x="353"
|
| 323 |
+
d="M348 254c3 -2 5 -6 5 -10v-233c0 -7 -6 -13 -13 -13h-96c-7 0 -12 6 -12 13v143h-111v-143c0 -7 -5 -13 -12 -13h-96c-7 0 -13 6 -13 13v233c0 4 2 8 5 10l161 129c5 4 11 4 16 0z" />
|
| 324 |
+
<glyph glyph-name="uniF15B" unicode="" horiz-adv-x="300"
|
| 325 |
+
d="M0 362v0h300l-27 -306l-123 -34l-123 34zM243 289l1 11h-94v0h-94l1 -11l9 -103h84v0h46l-4 -49l-42 -11v0v0l-42 11l-3 30h-20h-17l5 -59l77 -21v0v0l77 21v7l9 98l1 11h-10h-77v0h-50l-3 38h53v0h90h1v8z" />
|
| 326 |
+
<glyph glyph-name="uniF15C" unicode="" horiz-adv-x="355"
|
| 327 |
+
d="M337 370c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM337 64c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM355 149v0v-16v0c0 -10 -8 -17 -18 -17v0h-198
|
| 328 |
+
c-10 0 -18 7 -18 17v16c0 10 8 17 18 17h198v0v0c10 0 18 -7 18 -17zM355 250v0v-16v0c0 -10 -8 -17 -18 -17v0h-198c-10 0 -18 7 -18 17v16c0 10 8 18 18 18h198v0v0c10 0 18 -8 18 -18zM0 192c0 1 0 1 1 2v1l64 36c1 1 1 1 2 1c2 0 3 -1 3 -3v-74v0c0 -2 -1 -3 -3 -3
|
| 329 |
+
c-1 0 -1 0 -2 1l-63 36v0c-1 0 -2 2 -2 3z" />
|
| 330 |
+
<glyph glyph-name="uniF15D" unicode="" horiz-adv-x="355"
|
| 331 |
+
d="M337 370c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM337 64c10 0 18 -7 18 -17v-16c0 -10 -8 -17 -18 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM355 149v0v-16v0c0 -10 -8 -17 -18 -17v0h-199
|
| 332 |
+
c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h199v0c10 0 18 -7 18 -17zM355 250v0v-16v0c0 -10 -8 -17 -18 -17v0h-199c-10 0 -17 7 -17 17v16c0 10 7 18 17 18h199v0c10 0 18 -8 18 -18zM3 152c-2 0 -3 1 -3 3v74v0c0 2 1 3 3 3c1 0 1 0 2 -1l63 -36v0c1 0 2 -2 2 -3
|
| 333 |
+
s0 -1 -1 -2v-1l-64 -36c-1 -1 -1 -1 -2 -1z" />
|
| 334 |
+
<glyph glyph-name="uniF15E" unicode="" horiz-adv-x="384"
|
| 335 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM212 85v124c0 4 -3 7 -7 7h-26c-4 0 -7 -3 -7 -7v-124c0 -4 3 -6 7 -6h26c4 0 7 2 7 6zM192 244c13 0 23 10 23 23s-10 23 -23 23s-23 -10 -23 -23s10 -23 23 -23z" />
|
| 336 |
+
<glyph glyph-name="uniF15F" unicode="" horiz-adv-x="108"
|
| 337 |
+
d="M108 324v-4v0l-58 -261v0c-1 -7 -6 -12 -13 -12h-25v0c-7 1 -12 6 -12 13v3v0v0v0l58 261v0c0 7 6 13 13 13h24c7 0 13 -6 13 -13z" />
|
| 338 |
+
<glyph glyph-name="uniF160" unicode="" horiz-adv-x="445"
|
| 339 |
+
d="M445 218v0v0v-32v0c0 -2 0 -5 -2 -7s-5 -2 -7 -2v0h-27h-1v-61v0v-39v0c0 -5 -4 -9 -9 -9h-1h-31v0c-5 0 -10 4 -10 9v0v21v0v79h-25v-26v0v-39v0c0 -5 -5 -9 -10 -9v0h-31v0h-1c-5 0 -9 4 -9 9v0v16v23v26h-45c-10 -56 -58 -99 -117 -99c-66 0 -119 53 -119 119
|
| 340 |
+
s53 119 119 119c55 0 102 -38 115 -89h163h12h27c2 0 5 -1 7 -3s2 -4 2 -6zM119 128c38 0 68 30 68 68s-30 68 -68 68s-68 -30 -68 -68s30 -68 68 -68z" />
|
| 341 |
+
<glyph glyph-name="uniF161" unicode="" horiz-adv-x="488"
|
| 342 |
+
d="M60 101c-14 0 -26 12 -26 26v226c0 14 12 25 26 25h368c14 0 25 -11 25 -25v-226c0 -14 -11 -26 -25 -26h-368zM85 327v-175h318v175h-318zM476 76c6 0 12 -6 12 -12v-28c0 -3 -2 -7 -4 -9l-18 -18c-2 -2 -5 -3 -8 -3h-430c-3 0 -6 2 -8 4l-17 18c-2 2 -3 5 -3 8v28
|
| 343 |
+
c0 6 6 12 12 12h464zM288 35v12c0 1 -1 2 -2 2h-84c-1 0 -3 -1 -3 -2v-12c0 -1 2 -3 3 -3h84c1 0 2 2 2 3z" />
|
| 344 |
+
<glyph glyph-name="uniF162" unicode="" horiz-adv-x="381"
|
| 345 |
+
d="M76 173v119h229v-119h-229zM82 92v56h57v-56h-57zM246 92v56h57v-56h-57zM164 92v56h57v-56h-57zM358 368c13 0 23 -10 23 -23v-307v0c-1 -12 -11 -22 -23 -22h-335v0v0c-12 0 -22 10 -23 22v0v307v0c0 13 10 23 23 23v0h335v0zM330 67v0v250h-279v-250h279z" />
|
| 346 |
+
<glyph glyph-name="uniF163" unicode="" horiz-adv-x="426"
|
| 347 |
+
d="M368 351v0l-45 -45c-3 -3 -7 -3 -10 0v0l-11 11v0c-3 3 -3 7 0 10l45 45v0c3 3 8 3 11 0v0v0l10 -10v0c3 -3 3 -8 0 -11v0v0v0zM206 349c-4 0 -8 3 -8 7v0v64c0 4 4 8 8 8v0h14v0c4 0 8 -4 8 -8v-64v0c0 -4 -4 -7 -8 -7v0h-14v0zM426 243v0v-15v0c0 -4 -3 -7 -7 -7v0h-64
|
| 348 |
+
c-4 0 -7 3 -7 7v0v15v0c0 4 3 8 7 8h64v0c4 0 7 -4 7 -8zM213 324c60 0 109 -49 109 -109c0 -22 -7 -42 -18 -59c-18 -26 -28 -60 -29 -99c-1 -2 -4 -5 -7 -5h-1v0h-108v0h-1c-3 0 -5 2 -6 4c-1 37 -12 71 -28 96v0c-13 18 -20 39 -20 63c0 60 49 109 109 109zM268 -12
|
| 349 |
+
c4 0 7 -3 7 -7v-17c0 -4 -3 -8 -7 -8h-1v0h-108v0h-1c-4 0 -8 4 -8 8v17c0 4 4 7 8 7h1v0h108v0h1zM268 37c4 0 7 -4 7 -8v-17c0 -4 -3 -8 -7 -8l-1 1v-1h-108v1l-1 -1c-4 0 -8 4 -8 8v17v0c0 4 4 8 8 8h1v0h108v0h1zM71 245c4 0 8 -4 8 -8v0v-14v0c0 -4 -4 -8 -8 -8v0h-64
|
| 350 |
+
c-4 0 -7 4 -7 8v14c0 4 3 8 7 8h64v0zM60 354c-3 3 -3 7 0 10v0l11 11v0v0c3 3 8 3 11 0l45 -46v0c3 -3 3 -7 0 -10v0l-11 -10v0c-3 -3 -7 -4 -10 -1v0z" />
|
| 351 |
+
<glyph glyph-name="uniF164" unicode="" horiz-adv-x="333"
|
| 352 |
+
d="M333 67c0 -7 -6 -13 -13 -13v0v0v0v0h-26v1c-7 0 -11 5 -12 11v0v141v0c0 7 5 13 12 13v0h25h1c7 0 12 -6 12 -13v0v0v-138c0 -1 1 -1 1 -2zM256 46v0v-1v0v0c0 -7 -6 -12 -13 -12h-1h-185c-2 0 -4 0 -5 1v0l-50 50v0c-1 1 -2 3 -2 5v0v144v0c0 7 6 13 13 13v0h70v58v1
|
| 353 |
+
v17v0v0c0 16 13 29 29 29c11 0 21 -6 26 -15v0l51 -87c1 -1 1 -2 2 -3h51h1c7 0 13 -6 13 -13v0v0v-144v0v-43zM15 89l1 -1l-1 1v0z" />
|
| 354 |
+
<glyph glyph-name="uniF165" unicode="" horiz-adv-x="353"
|
| 355 |
+
d="M323 339c39 -39 40 -101 4 -141v0l-52 -52c-9 -9 -20 -16 -31 -21c-4 -10 -10 -20 -18 -28v0l-51 -52c-40 -40 -105 -40 -145 0s-40 105 0 145l52 52v-1c8 8 17 14 27 18c5 11 13 23 22 32l52 51v0c40 36 101 36 140 -3zM140 82l37 38c-17 4 -33 13 -46 26s-23 30 -27 47
|
| 356 |
+
l-37 -38v0c-20 -20 -20 -53 0 -73s53 -20 73 0v0zM168 183c9 -9 21 -14 33 -15c-1 12 -6 24 -15 33s-21 14 -33 15c1 -12 6 -24 15 -33zM290 232v0c17 20 16 51 -3 70s-50 20 -70 3v0l-3 -3v0v0l-38 -38c17 -4 33 -13 46 -26s23 -30 27 -47l38 38v0v0z" />
|
| 357 |
+
<glyph glyph-name="uniF166" unicode="" horiz-adv-x="431"
|
| 358 |
+
d="M414 345c10 0 17 -8 17 -18v-16c0 -10 -7 -17 -17 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 18 17 18h320zM414 217c10 0 17 -7 17 -17v-16c0 -10 -7 -17 -17 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 17 17 17h320zM414 90c10 0 17 -7 17 -17v-16c0 -10 -7 -18 -17 -18
|
| 359 |
+
h-320c-10 0 -17 8 -17 18v16c0 10 7 17 17 17h320zM0 319c0 17 9 26 26 26s25 -9 25 -26s-8 -25 -25 -25s-26 8 -26 25zM0 197c0 17 9 26 26 26s25 -9 25 -26s-8 -25 -25 -25s-26 8 -26 25zM0 65c0 17 9 25 26 25s25 -8 25 -25s-8 -26 -25 -26s-26 9 -26 26z" />
|
| 360 |
+
<glyph glyph-name="uniF167" unicode="" horiz-adv-x="423"
|
| 361 |
+
d="M29 333l-9 -9l-6 7l17 17h10v-55h-12v40zM21 210c-6 0 -10 -2 -14 -6l-7 8c5 6 13 9 21 9c12 0 21 -7 21 -18c0 -9 -8 -18 -22 -28h22v-10h-41v9c22 17 29 22 29 29c0 5 -4 7 -9 7zM30 65c6 -1 13 -5 13 -13c0 -9 -8 -16 -21 -16c-10 0 -18 4 -22 9l6 8c4 -4 10 -7 15 -7
|
| 362 |
+
c7 0 11 3 11 7s-3 7 -11 7h-7v10h7c6 0 10 2 10 6s-4 6 -10 6c-5 0 -10 -1 -14 -5l-6 7c4 5 11 9 21 9c13 0 20 -6 20 -15c0 -7 -6 -12 -12 -13zM406 346c10 0 17 -7 17 -17v-16c0 -10 -7 -18 -17 -18h-320c-10 0 -17 8 -17 18v16c0 10 7 17 17 17h320zM406 219
|
| 363 |
+
c10 0 17 -8 17 -18v-16c0 -10 -7 -17 -17 -17h-320c-10 0 -17 7 -17 17v16c0 10 7 18 17 18h320zM406 91c10 0 17 -7 17 -17v-16c0 -10 -7 -18 -17 -18h-320c-10 0 -17 8 -17 18v16c0 10 7 17 17 17h320z" />
|
| 364 |
+
<glyph glyph-name="uniF168" unicode="" horiz-adv-x="332"
|
| 365 |
+
d="M321 103c6 0 11 -6 11 -12v-1v-53c0 -6 -5 -11 -11 -11v0h-182v0c-6 0 -11 5 -11 11v0v53v1c0 6 5 12 11 12v0v0h182v0zM65 103c6 0 12 -6 12 -12v0v0v-54v0c0 -6 -6 -11 -12 -11v0h-53v0v0c-6 0 -12 5 -12 11v0v54v0v0c0 6 6 12 12 12v0v0h53v0zM321 231
|
| 366 |
+
c6 0 11 -6 11 -12v-1v-53c0 -6 -5 -11 -11 -11v0h-182v0c-6 0 -11 5 -11 11v0v53v1c0 6 5 12 11 12v0v0h182v0zM65 231c6 0 12 -6 12 -12v0v0v-54v0c0 -6 -6 -11 -12 -11v0h-53v0v0c-6 0 -12 5 -12 11v0v54v0v0c0 6 6 12 12 12v0v0h53v0zM128 293v0v53v1c0 6 5 11 11 11v0v0
|
| 367 |
+
h182v0c6 0 11 -5 11 -11v-1v-53c0 -6 -5 -12 -11 -12v0h-182v0c-6 0 -11 6 -11 12v0zM65 358c6 0 12 -5 12 -11v0v0v-54v0c0 -6 -6 -12 -12 -12v0h-53v0v0c-6 0 -12 6 -12 12v0v54v0v0c0 6 6 11 12 11v0v0h53v0z" />
|
| 368 |
+
<glyph glyph-name="uniF169" unicode="" horiz-adv-x="332"
|
| 369 |
+
d="M0 293v53v1c0 6 6 11 12 11v0v0h309v0c6 0 11 -5 11 -11v0v-54v0c0 -6 -5 -12 -11 -12v0h-309v0c-6 0 -12 6 -12 12v0zM321 230c6 0 11 -5 11 -11v0v-54v0c0 -6 -5 -11 -11 -11v0h-309v0c-6 0 -12 5 -12 11v0v53v1c0 6 6 11 12 11v0v0h309v0zM321 103c6 0 11 -6 11 -12v0
|
| 370 |
+
v-54v0c0 -6 -5 -11 -11 -11v0h-309v0c-6 0 -12 5 -12 11v0v53v1c0 6 6 12 12 12v0v0h309v0z" />
|
| 371 |
+
<glyph glyph-name="uniF16A" unicode="" horiz-adv-x="356"
|
| 372 |
+
d="M342 222c7 0 14 -7 14 -14v-197c0 -7 -7 -14 -14 -14h-329c-7 0 -13 7 -13 14v197c0 7 6 14 13 14h19h22v43c0 67 54 122 121 122s122 -55 122 -122v0v-43h26h19zM126 265v-43h99v43v1v0v0c0 27 -23 49 -50 49c-28 0 -49 -22 -49 -50z" />
|
| 373 |
+
<glyph glyph-name="uniF16B" unicode="" horiz-adv-x="346"
|
| 374 |
+
d="M346 327v-137c0 -2 -1 -5 -3 -6s-5 -2 -7 -1l-130 44c-3 1 -5 3 -5 6s1 6 3 8l30 21l5 4c-18 14 -41 23 -66 23c-40 0 -75 -22 -93 -55v0c-4 -6 -12 -9 -18 -5l-42 24v0c-6 3 -8 11 -5 17v0c31 56 90 93 158 93c50 0 95 -20 128 -53l2 2l31 22c2 2 5 1 8 0s4 -4 4 -7z
|
| 375 |
+
M326 131c6 -3 9 -11 6 -17v0c-31 -56 -91 -93 -159 -93c-50 0 -94 20 -127 53l-3 -2l-30 -22c-2 -2 -5 -1 -8 0s-5 4 -5 7v137c0 2 1 5 3 6s5 2 7 1l130 -44c3 -1 6 -3 6 -6s-1 -6 -3 -8l-31 -21l-5 -4c18 -14 41 -23 66 -23c40 0 76 22 94 55v0c4 6 12 9 18 5l41 -24v0z
|
| 376 |
+
" />
|
| 377 |
+
<glyph glyph-name="uniF16C" unicode="" horiz-adv-x="397"
|
| 378 |
+
d="M233 395c91 0 164 -74 164 -164s-73 -164 -164 -164c-26 0 -51 6 -73 17l-82 -82v1c-8 -8 -20 -14 -33 -14c-25 0 -45 20 -45 45c0 13 6 25 14 33h-1l80 79c-15 25 -24 54 -24 85c0 90 73 164 164 164zM234 132c57 0 103 45 103 102s-46 102 -103 102s-102 -45 -102 -102
|
| 379 |
+
s45 -102 102 -102z" />
|
| 380 |
+
<glyph glyph-name="uniF16D" unicode="" horiz-adv-x="394"
|
| 381 |
+
d="M381 345c7 0 13 -6 13 -13v-24c0 -2 -1 -2 -2 -3s-4 -2 -5 -3l-188 -110c-1 0 -1 -1 -2 -1s0 1 -1 1l-194 110c-1 1 -2 2 -2 3v27c0 7 6 13 13 13h368zM393 265c1 -1 1 -1 1 -2v-177c0 -1 -1 -3 -2 -3l-1 -1c-1 0 -1 0 -2 1l-107 115c-1 1 0 2 0 3s0 2 1 2l106 62
|
| 382 |
+
c1 1 3 1 4 0zM253 182l127 -137c1 -1 1 -3 0 -4s-2 -2 -3 -2h-364c-2 0 -4 1 -6 2c-1 1 -2 2 -2 3s0 2 1 3l142 131c1 1 3 2 4 1l38 -22c5 -3 11 -2 16 1l42 25c1 1 4 0 5 -1zM117 194l-112 -103c-1 -1 -1 -1 -2 -1h-1c-1 1 -2 2 -2 3v167c0 1 1 2 2 3s2 1 3 0l111 -64
|
| 383 |
+
c1 -1 2 -1 2 -2s0 -2 -1 -3z" />
|
| 384 |
+
<glyph glyph-name="uniF16E" unicode="" horiz-adv-x="466"
|
| 385 |
+
d="M49 347c0 28 14 42 42 42s43 -14 43 -42s-15 -42 -43 -42s-42 14 -42 42zM172 293c5 -1 9 -2 12 -6s6 -8 6 -13v-120v0c0 -5 -3 -10 -6 -13s-7 -5 -12 -5s-10 2 -13 5s-5 8 -5 13v0v82v1c0 4 -2 6 -6 6s-6 -2 -6 -6v-1v-53v-55v-110c0 -6 -2 -11 -6 -15s-8 -6 -14 -6
|
| 386 |
+
s-11 2 -15 6s-6 9 -6 15v110v0c0 4 -2 6 -6 6s-6 -2 -6 -6v0v-110c0 -6 -2 -11 -6 -15s-9 -6 -15 -6s-11 2 -15 6s-6 9 -6 15v165v53v1v0c0 4 -1 6 -5 6s-6 -2 -6 -6v0v-1v-82v0c0 -5 -2 -10 -5 -13s-8 -5 -13 -5s-10 2 -13 5s-5 8 -5 13v0v120v0c0 5 2 10 6 14s9 5 14 5v0
|
| 387 |
+
h152v0zM305 347c0 28 14 42 42 42s43 -14 43 -42s-15 -43 -43 -43s-42 15 -42 43zM466 171v0v-3c0 -3 0 -6 -2 -9s-4 -5 -7 -7s-6 -2 -9 -2c-8 0 -14 3 -17 11v0l-21 78v0c-1 3 -2 4 -5 4c-4 0 -6 -1 -6 -5v-2v0l33 -124c1 -1 1 -3 1 -4h1h-1h1c0 -6 -4 -10 -10 -10h-25v-82
|
| 388 |
+
c0 -6 -2 -11 -6 -15s-9 -6 -15 -6s-11 2 -15 6s-6 9 -6 15v82h-12v-82c0 -4 -1 -8 -3 -11s-4 -6 -7 -8s-7 -2 -11 -2c-6 0 -11 2 -15 6s-6 9 -6 15v82h-24c-6 0 -10 4 -10 10v0v0v0c0 1 0 3 1 4l33 124v1v1v0v1v0c-1 3 -2 4 -5 4s-5 -1 -6 -4v0v0l-21 -78v0
|
| 389 |
+
c-3 -8 -9 -11 -17 -11c-5 0 -9 1 -13 5s-5 8 -5 13v3v0l29 106v0v2v0c3 9 9 14 19 14v0h134v0v0c10 0 16 -5 19 -14v0l1 -2v0z" />
|
| 390 |
+
<glyph glyph-name="uniF16F" unicode="" horiz-adv-x="342"
|
| 391 |
+
d="M342 354v0v-106v0c0 -4 -4 -8 -8 -8h-35c-4 0 -8 4 -8 8v28l-46 -46c14 -21 23 -46 23 -74c0 -74 -60 -134 -134 -134s-134 60 -134 134s60 134 134 134c28 0 54 -9 76 -24l44 45h-26v0c-4 0 -8 4 -8 8v0v0v35c0 4 4 8 8 8v0h106v0c4 0 8 -4 8 -8v0zM134 73
|
| 392 |
+
c46 0 83 37 83 83s-37 83 -83 83s-83 -37 -83 -83s37 -83 83 -83z" />
|
| 393 |
+
<glyph glyph-name="uniF170" unicode="" horiz-adv-x="190"
|
| 394 |
+
d="M49 346c0 28 14 42 42 42s43 -14 43 -42s-15 -42 -43 -42s-42 14 -42 42zM172 292c5 -1 9 -2 12 -6s6 -9 6 -14v-120v0c0 -5 -3 -9 -6 -12s-7 -5 -12 -5s-10 2 -13 5s-5 7 -5 12v0v83v1c0 4 -2 6 -6 6s-6 -2 -6 -6v-1v-53v-55v-110c0 -6 -2 -11 -6 -15s-8 -6 -14 -6
|
| 395 |
+
s-11 2 -15 6s-6 9 -6 15v110v0c0 4 -2 6 -6 6s-6 -2 -6 -6v0v-110c0 -6 -2 -11 -6 -15s-9 -6 -15 -6s-11 2 -15 6s-6 9 -6 15v165v53v1v0c0 4 -1 6 -5 6s-6 -2 -6 -6v0v-1v-83v0c0 -5 -2 -9 -5 -12s-8 -5 -13 -5s-10 2 -13 5s-5 7 -5 12v0v120v0c0 4 1 7 3 10s4 6 7 8
|
| 396 |
+
s6 2 10 2v0h152v0z" />
|
| 397 |
+
<glyph glyph-name="uniF171" unicode="" horiz-adv-x="430"
|
| 398 |
+
d="M430 407v-430v0v-1v-2h-1c-1 -6 -6 -11 -13 -11v0h-402v0c-8 0 -14 6 -14 14v0v0v283v0l161 161v0v0v0v0h255v0v0v0v0c8 0 14 -6 14 -14v0zM305 370l-19 -33l93 -92v125h-74zM161 246h-110v-31l86 -85l139 240h-101v-110v0v0c0 -8 -6 -14 -14 -14v0zM51 14h19l53 93
|
| 399 |
+
l-72 72v-165zM99 14h280v194l-106 106zM276 215c34 0 62 -28 62 -62c0 -14 -4 -27 -12 -37l-39 -67c0 -1 -1 -2 -2 -3v0v0c-2 -2 -5 -4 -8 -4c-4 0 -8 1 -10 4v0v1v1l-40 69c-7 10 -12 22 -12 36c0 34 27 62 61 62zM276 122c17 0 30 13 30 30s-13 31 -30 31s-30 -14 -30 -31
|
| 400 |
+
s13 -30 30 -30z" />
|
| 401 |
+
<glyph glyph-name="uniF172" unicode="" horiz-adv-x="289"
|
| 402 |
+
d="M144 395c80 0 145 -65 145 -145c0 -33 -12 -63 -30 -87l-90 -157c-1 -2 -3 -4 -4 -6l-1 -2v1c-5 -6 -12 -10 -20 -10c-9 0 -16 4 -21 11v0v0c-1 1 -1 2 -2 3l-92 161c-18 24 -29 54 -29 86c0 80 64 145 144 145zM143 177c39 0 71 32 71 71s-32 71 -71 71s-71 -32 -71 -71
|
| 403 |
+
s32 -71 71 -71z" />
|
| 404 |
+
<glyph glyph-name="uniF173" unicode="" horiz-adv-x="385"
|
| 405 |
+
d="M76 302c8 0 14 -6 14 -14v-127v0c-1 -7 -7 -12 -14 -12c-42 0 -76 35 -76 77s34 76 76 76zM385 364v0v0v-24v-236v-23v0v-2c0 -8 -6 -14 -14 -14c-4 0 -7 2 -9 4l-134 77h-98c-7 0 -13 6 -14 13v0v132c0 8 6 14 14 14h110l123 70c2 2 5 3 8 3c8 0 14 -6 14 -14zM224 41v0
|
| 406 |
+
c3 -6 2 -13 -3 -17v-1l-26 -14v0c-1 -1 -1 -2 -2 -2c-6 -4 -14 -1 -18 5v0l-1 1v0v0l-49 85v1s-1 0 -1 1c-4 7 -2 15 5 19c2 1 4 2 6 2v0h37v0c4 0 7 -3 9 -6v0l43 -73v-1v0v0z" />
|
| 407 |
+
<glyph glyph-name="uniF174" unicode="" horiz-adv-x="261"
|
| 408 |
+
d="M261 196c0 -65 -48 -119 -111 -128v-28h68v0c11 0 19 -8 19 -19s-8 -20 -19 -20v0h-175v0c-11 0 -20 9 -20 20s9 19 20 19v0h68v28c-63 9 -111 63 -111 128v0v74c0 11 8 19 19 19s20 -8 20 -19v-73v0c0 -51 40 -92 91 -92s92 41 92 92v73c0 11 8 19 19 19s20 -8 20 -19
|
| 409 |
+
v-73v0v0v-1v0zM65 197v2v0v119v0c1 36 29 65 65 65s65 -29 66 -65v0v-119v0v-2c0 -36 -30 -65 -66 -65s-65 29 -65 65z" />
|
| 410 |
+
<glyph glyph-name="uniF175" unicode="" horiz-adv-x="384"
|
| 411 |
+
d="M281 219c3 0 5 -2 5 -5v-44c0 -3 -2 -5 -5 -5h-178c-3 0 -5 2 -5 5v44c0 3 2 5 5 5h178zM192 333c-78 0 -141 -63 -141 -141s63 -141 141 -141s141 63 141 141s-63 141 -141 141zM192 384v0c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192z
|
| 412 |
+
" />
|
| 413 |
+
<glyph glyph-name="uniF176" unicode="" horiz-adv-x="414"
|
| 414 |
+
d="M404 251c6 0 10 -5 10 -11v-96c0 -6 -4 -11 -10 -11h-394c-6 0 -10 5 -10 11v96c0 6 4 11 10 11h394z" />
|
| 415 |
+
<glyph glyph-name="uniF177" unicode="" horiz-adv-x="224"
|
| 416 |
+
d="M211 295c7 0 13 -6 13 -13v-307c0 -7 -6 -13 -13 -13h-199v0c-7 0 -12 6 -12 13v307c0 7 5 13 12 13v0h199zM112 -24c7 0 13 5 13 12s-6 13 -13 13s-12 -6 -12 -13s5 -12 12 -12zM173 13v0v231h-122v-231h122zM212 368v0v-1v0v0l-9 -9v0v0h-1v0c-3 -3 -7 -3 -10 -1v0v1v0
|
| 417 |
+
v0l-5 5v0c-41 41 -109 40 -150 -1v0v0l-6 -5v0c-3 -2 -6 -2 -9 0v0l-10 9v0c-3 3 -3 7 -1 10v1h1v0v0l5 5v0v0c52 52 138 53 190 1v0v-1v0v0l5 -5v0c2 -3 2 -6 0 -9zM174 339c2 -3 2 -6 0 -9v0l-9 -10v0v0v0v0c-3 -3 -8 -3 -11 -1v0v1v0v0l-5 5v0c-21 20 -54 20 -74 0v-1v0
|
| 418 |
+
l-6 -5v0c-3 -2 -6 -2 -9 0v0l-10 9v1c-3 3 -3 7 -1 10v0l6 5v0v1c31 31 82 31 114 0v0l5 -6v0z" />
|
| 419 |
+
<glyph glyph-name="uniF178" unicode="" horiz-adv-x="224"
|
| 420 |
+
d="M211 358c7 0 13 -5 13 -12v-308c0 -7 -6 -12 -13 -12h-199v0c-7 0 -12 5 -12 12v308c0 7 5 12 12 12v0h199zM112 39c7 0 13 5 13 12s-6 13 -13 13s-12 -6 -12 -13s5 -12 12 -12zM173 77v0v230h-122v-230h122z" />
|
| 421 |
+
<glyph glyph-name="uniF179" unicode="" horiz-adv-x="471"
|
| 422 |
+
d="M442 381c16 0 29 -12 29 -28v-252c0 -16 -13 -29 -29 -29h-156v-44h44c5 0 9 -3 9 -8v-9c0 -5 -4 -8 -9 -8h-194c-5 0 -8 3 -8 8v9c0 5 3 8 8 8h48v44h-155c-16 0 -29 13 -29 29v252c0 16 13 28 29 28h413zM51 123h368v208h-368v-208z" />
|
| 423 |
+
<glyph glyph-name="uniF17A" unicode="" horiz-adv-x="467"
|
| 424 |
+
d="M465 48c1 -2 2 -4 2 -6c0 -7 -5 -13 -12 -14v0h-256h-103h-87v1c-1 0 -1 -1 -2 -1c-4 0 -7 3 -7 7c0 2 0 4 1 5l8 13v1h1l81 140c2 4 6 7 11 7s9 -3 11 -7v0l27 -48l114 196c4 8 12 14 21 14s16 -5 20 -13v0l171 -295h-1z" />
|
| 425 |
+
<glyph glyph-name="uniF17B" unicode="" horiz-adv-x="382"
|
| 426 |
+
d="M366 378c9 0 16 -7 16 -16v-253c0 -31 -31 -56 -69 -56s-69 25 -69 56s31 56 69 56c6 0 12 -1 18 -2v135h-193v-236c0 -31 -31 -56 -69 -56s-69 25 -69 56s31 56 69 56c6 0 12 -1 18 -2v246c0 9 8 16 17 16v0h262v0z" />
|
| 427 |
+
<glyph glyph-name="uniF17C" unicode="" horiz-adv-x="397"
|
| 428 |
+
d="M397 52v0c0 -7 -6 -13 -13 -13v-1h-25v0c-7 0 -13 6 -13 13v1v0v120l-170 -99c-2 -2 -5 -2 -7 -2c-5 0 -8 3 -8 8v78l-146 -84c-2 -2 -4 -2 -6 -2c-5 0 -9 3 -9 8v226v0c0 5 4 8 9 8c2 0 4 0 6 -2l146 -84v78v0c0 5 3 8 8 8c2 0 5 0 7 -2l170 -99v119v2c0 7 6 13 13 13
|
| 429 |
+
l1 -1h24v0c7 0 12 -4 13 -11v0v-2v0v0v-280z" />
|
| 430 |
+
<glyph glyph-name="uniF17D" unicode="" horiz-adv-x="384"
|
| 431 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 51c34 0 66 13 90 33l-24 24c-3 0 -4 1 -6 3v0l-4 7l-21 21l-16 -28h-1c-2 -2 -4 -4 -7 -4c-5 0 -10 5 -10 10c0 2 1 4 2 6l13 23h-21h-23l13 -23c1 -2 3 -4 3 -6
|
| 432 |
+
c0 -5 -5 -10 -10 -10c-3 0 -6 2 -8 4v0l-21 36l-21 -36v0c-2 -2 -5 -4 -8 -4c-5 0 -10 5 -10 10c0 2 2 4 3 6l17 31c-4 4 -7 16 -7 31c0 7 1 14 2 19l-32 18v0c-2 1 -3 3 -3 6c0 4 3 7 7 7c1 0 3 0 4 -1v0l31 -18v1v0h25l-65 65c-20 -24 -33 -56 -33 -90
|
| 433 |
+
c0 -78 63 -141 141 -141zM300 102c20 24 33 56 33 90c0 78 -63 141 -141 141c-34 0 -66 -13 -90 -33l83 -83h26l30 30h-1l17 30l10 -17h1v0l14 -8c4 -2 6 -6 6 -10v-11l11 -11c2 -1 3 -4 3 -6s-1 -4 -2 -5v0l-6 -6v0h-6h-22l-8 -8c0 -3 1 -6 1 -10c0 -16 -4 -29 -9 -32l3 -4
|
| 434 |
+
z" />
|
| 435 |
+
<glyph glyph-name="uniF17E" unicode="" horiz-adv-x="384"
|
| 436 |
+
d="M272 213c3 0 5 -3 5 -6v-31v0c0 -3 -2 -5 -5 -5v0v0h-4v0c-3 0 -6 2 -6 5v0v1v0v0v30v0c0 3 3 6 6 6v0h4v0zM293 213c3 0 6 -3 6 -6v0v-30v-1v0c0 -3 -3 -5 -6 -5v0v0h-3v0c-3 0 -6 2 -6 5v0v31v0c0 3 3 6 6 6v0h3v0zM192 384c106 0 192 -86 192 -192s-86 -192 -192 -192
|
| 437 |
+
s-192 86 -192 192s86 192 192 192zM192 51c34 0 66 13 90 33l-87 87h-104c-3 0 -6 3 -6 6v0v30v0v0c0 3 3 6 6 6v0h62l-69 69c-20 -24 -33 -56 -33 -90c0 -78 63 -141 141 -141zM300 102c20 24 33 56 33 90c0 78 -63 141 -141 141c-34 0 -66 -13 -90 -33l87 -87h60v0
|
| 438 |
+
c3 0 6 -3 6 -6v0v-30v0c0 -3 -3 -6 -6 -6h-18z" />
|
| 439 |
+
<glyph glyph-name="uniF17F" unicode="" horiz-adv-x="360"
|
| 440 |
+
d="M301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0v-127v0v0v0v0c0 -5 -4 -9 -9 -9h-33c-5 0 -9 4 -9 9v0v105h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33z
|
| 441 |
+
M351 174c5 0 9 -4 9 -9v-36c0 -5 -4 -8 -9 -8h-40v-40c0 -5 -4 -9 -9 -9h-35c-5 0 -9 4 -9 9v40h-40c-5 0 -9 3 -9 8v36c0 5 4 9 9 9h40v40c0 5 4 8 9 8h35c5 0 9 -3 9 -8v-40h40z" />
|
| 442 |
+
<glyph glyph-name="uniF180" unicode="" horiz-adv-x="361"
|
| 443 |
+
d="M310 410v-392v0v-13c0 -5 -4 -9 -9 -9h-8h-276h-8c-5 0 -9 4 -9 9v13v271v5v12l133 133h9v0h147v0h12c5 0 9 -4 9 -9v-20v0zM51 47h208v341h-108v-91c0 -5 -4 -8 -9 -8h-91v-242zM354 321c4 0 7 -4 7 -8v-360c0 -4 -3 -8 -7 -8h-272v0v0c-4 0 -7 4 -7 8v17h253
|
| 444 |
+
c4 0 8 4 8 8v343h18z" />
|
| 445 |
+
<glyph glyph-name="uniF181" unicode="" horiz-adv-x="310"
|
| 446 |
+
d="M106 119c-7 0 -12 -4 -12 -11s5 -12 12 -12c4 0 8 3 9 7l12 -6c-3 -6 -9 -14 -21 -14c-15 0 -26 10 -26 25s11 24 26 24c12 0 18 -7 21 -14l-12 -5c-1 4 -5 6 -9 6zM148 118c0 -4 26 0 26 -18c0 -10 -7 -17 -20 -17c-10 0 -17 3 -22 8l7 10c4 -3 9 -6 15 -6c3 0 6 1 6 3
|
| 447 |
+
c0 5 -27 -1 -27 18c0 8 7 16 20 16c8 0 15 -3 20 -7l-8 -10c-4 3 -10 5 -14 5c-3 0 -3 -1 -3 -2zM204 99l10 32h16l-17 -47h-18l-18 47h16zM310 384v-392v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0zM51 22
|
| 448 |
+
h208v340h-108v-90c0 -5 -4 -9 -9 -9h-91v-241z" />
|
| 449 |
+
<glyph glyph-name="uniF182" unicode="" horiz-adv-x="361"
|
| 450 |
+
d="M301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0v-127v0v0v0v0c0 -5 -4 -9 -9 -9h-33c-5 0 -9 4 -9 9v0v105h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33z
|
| 451 |
+
M330 147l28 -28c3 -3 3 -10 0 -13l-25 -25c-3 -3 -9 -3 -12 0l-29 29l-28 -29c-3 -3 -9 -3 -12 0l-25 25c-3 3 -3 10 0 13l28 28l-28 28c-3 3 -3 10 0 13l25 25c3 3 9 3 12 0l28 -28l28 28c3 3 10 3 13 0l25 -25c3 -3 3 -10 0 -13z" />
|
| 452 |
+
<glyph glyph-name="uniF183" unicode="" horiz-adv-x="310"
|
| 453 |
+
d="M310 384v-392v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0zM51 22h208v340h-108v-90c0 -5 -4 -9 -9 -9h-91v-241zM97 131c15 0 26 -8 26 -23s-11 -24 -26 -24h-21v47h21zM97 96c7 0 11 6 11 12
|
| 454 |
+
s-3 11 -11 11h-7v-23h7zM155 132c15 0 26 -9 26 -24s-11 -25 -26 -25s-26 10 -26 25s11 24 26 24zM155 96c7 0 11 5 11 12s-4 11 -11 11s-12 -4 -12 -11s5 -12 12 -12zM213 119c-7 0 -12 -4 -12 -11s5 -12 12 -12c4 0 8 3 9 7l12 -6c-3 -6 -9 -14 -21 -14
|
| 455 |
+
c-15 0 -26 10 -26 25s11 24 26 24c12 0 18 -7 21 -14l-12 -5c-1 4 -5 6 -9 6z" />
|
| 456 |
+
<glyph glyph-name="uniF184" unicode="" horiz-adv-x="428"
|
| 457 |
+
d="M301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0v-84v0v0v-1v0c0 -5 -4 -8 -9 -8h-33c-5 0 -9 3 -9 8v0v63h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33z
|
| 458 |
+
M425 248c3 -3 3 -9 0 -12l-163 -163v0v0l-82 -22v0c-3 -2 -7 -2 -10 1c-2 2 -3 6 -2 9v0l22 84l1 -1l-1 1l163 163c3 3 10 3 13 0zM195 78l49 13l-36 36z" />
|
| 459 |
+
<glyph glyph-name="uniF185" unicode="" horiz-adv-x="458"
|
| 460 |
+
d="M456 112c2 -1 2 -3 2 -5v0c0 -2 0 -4 -2 -5l-94 -68c-2 -1 -5 -2 -7 -1s-3 4 -3 6v32h-86c-4 0 -7 3 -7 7v58c0 4 3 6 7 6h85v32c0 2 2 5 4 6s4 1 6 0zM301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12
|
| 461 |
+
c5 0 9 -3 9 -8v-21v0v-207v0v0v-1v0c0 -5 -4 -8 -9 -8h-33c-5 0 -9 3 -9 8v0v186h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33zM107 119c-7 0 -11 -4 -11 -11s4 -12 11 -12c4 0 8 3 9 7l13 -6c-3 -6 -10 -14 -22 -14c-15 0 -26 10 -26 25s11 24 26 24
|
| 462 |
+
c12 0 19 -7 22 -14l-13 -5c-1 4 -5 6 -9 6zM156 95c3 0 5 1 5 3c0 5 -26 -1 -26 18c0 8 6 16 19 16c8 0 15 -3 20 -7l-7 -10c-4 3 -10 5 -14 5c-3 0 -4 -1 -4 -2c0 -4 26 0 26 -18c0 -10 -7 -17 -20 -17c-10 0 -17 3 -22 8l8 10c4 -3 9 -6 15 -6zM195 131l10 -32l10 32h16
|
| 463 |
+
l-17 -47h-18l-17 47h16z" />
|
| 464 |
+
<glyph glyph-name="uniF186" unicode="" horiz-adv-x="458"
|
| 465 |
+
d="M456 112c2 -1 2 -3 2 -5v0c0 -2 0 -4 -2 -5l-94 -68c-2 -1 -5 -2 -7 -1s-3 4 -3 6v32h-86c-4 0 -7 3 -7 7v58c0 4 3 6 7 6h85v32c0 2 2 5 4 6s4 1 6 0zM301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12
|
| 466 |
+
c5 0 9 -3 9 -8v-21v0v-207v0v0v-1v0c0 -5 -4 -8 -9 -8h-33c-5 0 -9 3 -9 8v0v186h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33zM77 131h22c15 0 26 -8 26 -23s-11 -24 -26 -24h-22v47zM110 108c0 6 -3 11 -11 11h-7v-23h7c7 0 11 6 11 12zM131 108
|
| 467 |
+
c0 15 10 24 25 24s26 -9 26 -24s-11 -25 -26 -25s-25 10 -25 25zM168 108c0 7 -5 11 -12 11s-11 -4 -11 -11s4 -12 11 -12s12 5 12 12zM214 119c-7 0 -11 -4 -11 -11s4 -12 11 -12c4 0 8 3 9 7l13 -6c-3 -6 -10 -14 -22 -14c-15 0 -26 10 -26 25s11 24 26 24
|
| 468 |
+
c12 0 19 -7 22 -14l-13 -5c-1 4 -5 6 -9 6z" />
|
| 469 |
+
<glyph glyph-name="uniF187" unicode="" horiz-adv-x="458"
|
| 470 |
+
d="M456 112c2 -1 2 -3 2 -5v0c0 -2 0 -4 -2 -5l-94 -68c-2 -1 -5 -2 -7 -1s-3 4 -3 6v32h-86c-4 0 -7 3 -7 7v58c0 4 3 6 7 6h85v32c0 2 2 5 4 6s4 1 6 0zM301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12
|
| 471 |
+
c5 0 9 -3 9 -8v-21v0v-207v0v0v-1v0c0 -5 -4 -8 -9 -8h-33c-5 0 -9 3 -9 8v0v186h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33zM83 131h26c11 0 17 -7 17 -16s-6 -16 -17 -16h-11v-15h-15v47zM111 115c0 3 -2 4 -4 4h-9v-8h9c2 0 4 2 4 4zM133 131h21
|
| 472 |
+
c15 0 26 -8 26 -23s-11 -24 -26 -24h-21v47zM166 108c0 6 -4 11 -12 11h-7v-23h7c7 0 12 6 12 12zM225 119h-22v-5h21v-12h-21v-18h-14v47h36v-12z" />
|
| 473 |
+
<glyph glyph-name="uniF188" unicode="" horiz-adv-x="458"
|
| 474 |
+
d="M456 112c2 -1 2 -3 2 -5v0c0 -2 0 -4 -2 -5l-94 -68c-2 -1 -5 -2 -7 -1s-3 4 -3 6v32h-86c-4 0 -7 3 -7 7v58c0 4 3 6 7 6h85v32c0 2 2 5 4 6s4 1 6 0zM301 46c5 0 9 -4 9 -9v0v-45v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12
|
| 475 |
+
c5 0 9 -3 9 -8v-21v0v-207v0v0v-1v0c0 -5 -4 -8 -9 -8h-33c-5 0 -9 3 -9 8v0v186h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v15v0c0 5 4 9 9 9v0h33z" />
|
| 476 |
+
<glyph glyph-name="uniF189" unicode="" horiz-adv-x="310"
|
| 477 |
+
d="M9 263c-5 0 -9 4 -9 9v9l133 132h9c5 0 9 -3 9 -8v-133c0 -5 -4 -9 -9 -9h-133zM301 413c5 0 9 -3 9 -8v-426c0 -5 -4 -8 -9 -8h-292c-5 0 -9 3 -9 8v224v0c1 4 5 8 9 8h184v0v0c5 0 9 4 9 9v0v0v187v0c1 4 4 6 8 6h91z" />
|
| 478 |
+
<glyph glyph-name="uniF18A" unicode="" horiz-adv-x="389"
|
| 479 |
+
d="M381 329c4 0 8 -4 8 -8v-360c0 -4 -4 -8 -8 -8h-271v0v0c-4 0 -8 4 -8 8v18h253c4 0 8 3 8 7v343h18zM338 12c0 -4 -4 -8 -8 -8h-271v0c-4 0 -8 4 -8 8v18h253c4 0 8 3 8 7v343h18c4 0 8 -4 8 -8v-360zM287 63c0 -4 -4 -8 -8 -8h-271c-4 0 -8 4 -8 8v360c0 4 4 8 8 8h271
|
| 480 |
+
c4 0 8 -4 8 -8v-360z" />
|
| 481 |
+
<glyph glyph-name="uniF18B" unicode="" horiz-adv-x="310"
|
| 482 |
+
d="M110 131c11 0 17 -7 17 -16s-6 -16 -17 -16h-11v-15h-15v47h26zM108 111c2 0 4 2 4 4c0 3 -2 4 -4 4h-9v-8h9zM155 131c15 0 26 -8 26 -23s-11 -24 -26 -24h-21v47h21zM155 96c7 0 12 6 12 12s-4 11 -12 11h-7v-23h7zM190 84v47h36v-12h-22v-5h21v-12h-21v-18h-14z
|
| 483 |
+
M310 384v-392v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0zM51 22h208v340h-108v-90c0 -5 -4 -9 -9 -9h-91v-241z" />
|
| 484 |
+
<glyph glyph-name="uniF18C" unicode="" horiz-adv-x="360"
|
| 485 |
+
d="M310 86v0v0v-94v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0v-176v0v0v0v0c0 -5 -4 -9 -9 -9h-33c-5 0 -9 4 -9 9v0v154h-108v-90c0 -5 -4 -9 -9 -9h-91v-241h208v64v0c0 5 4 9 9 9v0h33c5 0 9 -4 9 -9v0v0
|
| 486 |
+
zM351 174c5 0 9 -4 9 -9v-36c0 -5 -4 -8 -9 -8h-133c-5 0 -9 3 -9 8v36c0 5 4 9 9 9h133z" />
|
| 487 |
+
<glyph glyph-name="uniF18D" unicode="" horiz-adv-x="403"
|
| 488 |
+
d="M403 384l-1 -392v0v-13c0 -5 -3 -8 -8 -8h-8h-277h-8c-5 0 -9 3 -9 8v13v45v0c0 5 4 9 9 9v0h34c5 0 8 -4 8 -9v0v-15h209v340h-109v-90c0 -5 -4 -9 -9 -9h-91v-9v0c0 -5 -3 -8 -8 -8v0h-34c-5 0 -8 3 -8 8h-1v9v5v13l133 132h9v0h147v0h13c5 0 8 -3 8 -8v-21h1zM199 146
|
| 489 |
+
c0 -45 -37 -82 -82 -82c-13 0 -26 3 -37 9l-41 -41v0c-4 -4 -10 -7 -16 -7c-13 0 -23 9 -23 22c0 7 3 13 7 17v0l40 40c-7 12 -12 27 -12 42c0 45 37 82 82 82s82 -37 82 -82zM70 146c0 -26 21 -48 47 -48s48 22 48 48s-22 47 -48 47s-47 -21 -47 -47z" />
|
| 490 |
+
<glyph glyph-name="uniF18E" unicode="" horiz-adv-x="310"
|
| 491 |
+
d="M310 384v-392v0v-13c0 -5 -4 -8 -9 -8h-8h-276h-8c-5 0 -9 3 -9 8v13v271v5v13l133 132h9v0h147v0h12c5 0 9 -3 9 -8v-21v0zM51 22h208v340h-108v-90c0 -5 -4 -9 -9 -9h-91v-241z" />
|
| 492 |
+
<glyph glyph-name="uniF18F" unicode="" horiz-adv-x="439"
|
| 493 |
+
d="M389 203c5 -5 5 -13 0 -18l-203 -203v0c-5 -5 -13 -5 -18 0l-164 164c-5 5 -5 14 0 19v0l139 139l-57 58c-5 5 -8 11 -8 18c0 14 12 26 26 26c7 0 13 -3 18 -8l57 -58l27 27c5 5 14 5 19 0v0v0l164 -164v0zM288 156l38 38l-110 110l-149 -148h221zM430 70
|
| 494 |
+
c6 -8 9 -17 9 -27c0 -26 -21 -48 -47 -48s-48 22 -48 48c0 11 4 20 10 28l30 52c0 1 1 0 1 1v1v0c2 2 4 3 7 3s5 -2 7 -4v0v0v-1z" />
|
| 495 |
+
<glyph glyph-name="uniF190" unicode="" horiz-adv-x="356"
|
| 496 |
+
d="M77 -5c-14 0 -32 5 -50 23c-24 24 -27 47 -25 62c2 18 11 34 27 50l150 151c42 42 70 26 83 13c16 -16 26 -42 -14 -82l-138 -139l-27 27l138 139c21 21 16 26 14 28s-8 8 -29 -13l-150 -151c-7 -7 -15 -17 -16 -28c-1 -10 3 -19 14 -30c13 -13 23 -11 26 -11
|
| 497 |
+
c9 1 20 8 30 18l178 178c15 15 24 29 28 42c5 19 -1 38 -20 57c-20 20 -50 40 -98 -8l-165 -165c-7 -7 -20 -7 -27 0s-7 20 0 27l165 165c51 51 106 54 152 8c36 -36 36 -71 30 -94c-6 -20 -18 -39 -38 -59l-178 -178c-16 -16 -34 -27 -51 -29c-3 0 -6 -1 -9 -1z" />
|
| 498 |
+
<glyph glyph-name="uniF191" unicode="" horiz-adv-x="228"
|
| 499 |
+
d="M65 346c6 0 12 -5 12 -11v0v0v-286v0v0c0 -6 -6 -11 -12 -11v0h-54v0v0c-6 0 -11 5 -11 11v0v0v286v0v0c0 6 5 11 11 11v0h53v0h1zM228 49v0v0c0 -6 -5 -11 -11 -11v0h-55v0v0c-6 0 -11 5 -11 11v0v0v286v0v0c0 6 5 11 11 11v0h53v0h2c6 0 11 -5 11 -11v0v0v-286z" />
|
| 500 |
+
<glyph glyph-name="uniF192" unicode="" horiz-adv-x="363"
|
| 501 |
+
d="M104 240c0 -29 -23 -52 -52 -52s-52 23 -52 52s23 51 52 51s52 -22 52 -51zM311 281c29 0 52 -23 52 -52s-23 -51 -52 -51s-52 22 -52 51s23 52 52 52zM264 172l3 -4c16 -19 35 -44 35 -84c0 -37 -31 -68 -68 -68c-21 0 -40 10 -53 27c-13 -17 -33 -27 -54 -27
|
| 502 |
+
c-37 0 -68 31 -68 68c0 40 19 65 35 84l3 4c5 6 13 13 22 21c16 17 37 27 62 27c28 0 52 -13 68 -33c6 -5 11 -11 15 -15zM128 310c0 38 19 58 57 58s57 -20 57 -58s-19 -57 -57 -57s-57 19 -57 57z" />
|
| 503 |
+
<glyph glyph-name="uniF193" unicode="" horiz-adv-x="315"
|
| 504 |
+
d="M73 88c-2 -9 -11 -16 -20 -16h-40c-9 0 -15 8 -13 16l58 248c2 8 10 16 19 16h85c18 0 34 -2 48 -4c14 -3 25 -7 35 -13s17 -14 22 -24s8 -22 8 -37c0 -33 -13 -60 -41 -80s-66 -31 -116 -31h-12c-9 0 -17 -7 -19 -15zM106 232c-2 -9 3 -16 12 -16h10c22 0 40 5 52 14
|
| 505 |
+
s18 22 18 38c0 11 -4 19 -12 24s-19 8 -35 8h-13c-9 0 -18 -7 -20 -15zM307 271c5 -10 8 -21 8 -36c0 -33 -14 -61 -42 -81s-65 -30 -115 -30h-12c-9 0 -17 -8 -19 -16l-14 -60c-2 -9 -11 -16 -20 -16h-40c-9 0 -15 8 -13 16l2 8h28c9 0 17 6 19 15l14 61c2 8 10 15 19 15
|
| 506 |
+
h12c50 0 88 11 116 31s41 47 41 80c0 15 -3 27 -8 37v1c1 0 1 -1 2 -1c10 -6 17 -14 22 -24z" />
|
| 507 |
+
<glyph glyph-name="uniF194" unicode="" horiz-adv-x="405"
|
| 508 |
+
d="M401 298c5 -5 5 -14 0 -19l-253 -254v0v0l-128 -34v0c-5 -2 -12 -2 -16 2s-5 9 -3 14v0l34 130h1v0l253 254c5 5 15 5 20 0zM43 33l77 20l-57 56z" />
|
| 509 |
+
<glyph glyph-name="uniF195" unicode="" horiz-adv-x="443"
|
| 510 |
+
d="M442 356h1v-330h-1c-1 -11 -10 -21 -22 -21c-1 0 -3 1 -4 1v-1h-393v0c-12 0 -22 10 -23 21v0v2v0v0v328v0c0 13 10 23 23 23v0h393v-1c1 0 3 1 4 1c13 0 22 -10 22 -23zM392 56v272h-341v-218l28 48c1 3 5 5 8 5s6 -2 7 -5v0l19 -33l77 134c2 5 9 10 15 10s11 -4 14 -9
|
| 511 |
+
v0l116 -202v0c0 -1 1 -1 1 -2h56zM262 250c0 34 18 52 52 52s52 -18 52 -52s-18 -51 -52 -51s-52 17 -52 51z" />
|
| 512 |
+
<glyph glyph-name="uniF196" unicode="" horiz-adv-x="384"
|
| 513 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 51c78 0 141 63 141 141s-63 141 -141 141s-141 -63 -141 -141s63 -141 141 -141zM276 197c2 -1 2 -3 2 -5s0 -4 -2 -5v0l-120 -69v0h-3c-3 0 -5 1 -5 4v0v138v0v1c0 3 2 6 5 6
|
| 514 |
+
c1 0 2 -1 3 -1v0l120 -69v0z" />
|
| 515 |
+
<glyph glyph-name="uniF197" unicode="" horiz-adv-x="415"
|
| 516 |
+
d="M389 35h-364c-14 0 -25 12 -25 26v262c0 14 11 26 25 26h364c14 0 26 -12 26 -26v-262c0 -14 -12 -26 -26 -26zM364 86v212h-313v-212h313zM283 191l-61 -36l-61 -35v71v70l61 -35z" />
|
| 517 |
+
<glyph glyph-name="uniF198" unicode="" horiz-adv-x="276"
|
| 518 |
+
d="M276 192c0 -4 -2 -8 -5 -10v0l-254 -146v0c-2 -1 -4 -2 -6 -2c-6 0 -10 4 -11 10v0v293v0v1c0 6 5 12 11 12c2 0 5 -1 7 -2l252 -146c4 -2 6 -6 6 -10z" />
|
| 519 |
+
<glyph glyph-name="uniF199" unicode="" horiz-adv-x="371"
|
| 520 |
+
d="M362 245c5 0 9 -5 9 -10v-86c0 -3 -1 -5 -3 -7s-3 -3 -6 -3h-124v-123c0 -2 -1 -5 -3 -7s-4 -3 -6 -3h-87c-2 0 -4 1 -6 3s-3 5 -3 7v123h-124c-2 0 -4 1 -6 3s-3 5 -3 7v86c0 5 4 10 9 10h124v123c0 5 4 10 9 10h87c5 0 9 -5 9 -10v-123h124z" />
|
| 521 |
+
<glyph glyph-name="uniF19A" unicode="" horiz-adv-x="221"
|
| 522 |
+
d="M221 75c0 -2 -1 -4 -2 -5v0c-12 -12 -31 -20 -61 -20c-36 0 -50 18 -75 18c-14 0 -32 -7 -48 -16v0h-2c-2 0 -4 1 -5 3v0h-1v0l-14 30v0v0v0v2c0 2 1 4 3 5v0v1v0c26 12 45 30 45 51c0 8 -2 15 -5 22h-50v0v0c-3 0 -6 2 -6 5v0v22v0c0 3 3 6 6 6v0v0h28
|
| 523 |
+
c-10 14 -19 30 -19 50c0 52 51 85 100 85c46 0 79 -16 96 -50v0c1 -1 1 -2 1 -3c0 -2 -1 -4 -3 -5v0l-37 -22v0v0h-2c-2 0 -5 1 -6 3c-7 17 -23 29 -42 29c-24 0 -43 -15 -43 -38c0 -21 11 -34 20 -49h60v0c3 0 5 -2 5 -5v0v-22v0c0 -3 -2 -6 -5 -6v0h-47c0 -2 1 -6 1 -8
|
| 524 |
+
c0 -19 -12 -37 -27 -46c6 2 14 4 20 4c24 0 34 -14 54 -14c18 0 30 8 35 15v0c1 1 3 2 5 2s4 -2 5 -4v0v0v0l15 -37v0c0 -1 1 -2 1 -3z" />
|
| 525 |
+
<glyph glyph-name="uniF19B" unicode="" horiz-adv-x="384"
|
| 526 |
+
d="M328 332c35 -35 56 -82 56 -135c0 -106 -86 -192 -192 -192s-192 86 -192 192c0 51 20 98 53 132c2 3 6 6 10 6c3 0 5 -1 7 -3v0h1v0l21 -19v-1v0v0c2 -2 4 -4 4 -7s-2 -7 -4 -9v0c-25 -26 -41 -60 -41 -99c0 -78 63 -141 141 -141s141 63 141 141c0 38 -15 73 -40 98
|
| 527 |
+
c-3 2 -5 6 -5 10c0 3 1 5 3 7v0v0v1l21 19v0h1v0c2 2 4 3 7 3s6 -1 8 -3v0zM178 127c-6 0 -11 5 -11 11v0v0v230v0v0c0 6 5 11 11 11v0h28v0v0c6 0 11 -5 11 -11v0v0v-230v0v0c0 -6 -5 -11 -11 -11v0v0h-28v0v0v0v0z" />
|
| 528 |
+
<glyph glyph-name="uniF19C" unicode="" horiz-adv-x="397"
|
| 529 |
+
d="M388 313c5 0 9 -3 9 -8v-226v0c0 -5 -4 -8 -9 -8c-2 0 -4 0 -6 2l-146 84v-78v0c0 -5 -3 -8 -8 -8c-2 0 -4 0 -6 2l-171 99v-119v-2c0 -7 -6 -13 -13 -13l-1 1h-23h-1c-7 0 -12 4 -13 11v0v2v0v0v280v0c0 7 6 13 13 13v1h25v0c7 0 13 -6 13 -13v-1v0v-120l170 99
|
| 530 |
+
c2 2 5 2 7 2c5 0 8 -3 8 -8v-78l146 84c2 2 4 2 6 2z" />
|
| 531 |
+
<glyph glyph-name="uniF19D" unicode="" horiz-adv-x="325"
|
| 532 |
+
d="M324 109c3 -5 1 -11 -4 -14v0l-166 -96v0c-5 -3 -12 -1 -15 4v1l-137 238v0h-1c-1 2 -1 4 -1 6v0v65v0c0 4 2 7 5 9l109 63v0v0l1 1v0c3 1 6 1 9 -1v0l57 -32v0c2 -1 3 -2 4 -4h1l137 -239v0zM93 298c9 5 12 18 7 27s-18 12 -27 7s-12 -18 -7 -27s18 -12 27 -7z" />
|
| 533 |
+
<glyph glyph-name="uniF19E" unicode="" horiz-adv-x="395"
|
| 534 |
+
d="M393 100c3 -5 2 -12 -3 -15v0l-167 -96v0c-5 -3 -11 -1 -14 4v1l-7 12l153 88v0c5 3 7 10 4 15v0v0l-104 179l-45 79l41 -24v0c2 -1 3 -2 4 -4v0l138 -238v0v-1zM320 104v0l-166 -96v0c-5 -3 -12 -1 -15 4v1l-137 238v0h-1c-1 2 -1 5 -1 7v0v65v0c0 4 2 7 5 9l109 62v0v1
|
| 535 |
+
h1v0c3 1 6 1 9 -1v1l57 -33v0c2 -1 3 -2 4 -4h1l137 -239v0h1c3 -5 1 -12 -4 -15zM93 307c9 5 12 18 7 27s-18 12 -27 7s-12 -18 -7 -27s18 -12 27 -7z" />
|
| 536 |
+
<glyph glyph-name="uniF19F" unicode="" horiz-adv-x="414"
|
| 537 |
+
d="M414 268v0v-188c0 -5 -4 -10 -9 -10h-67v79v0h-26h-210h-25v0v-79h-68v0c-5 0 -9 5 -9 10v188v0c0 5 4 9 9 9v0h68v0v110c0 5 4 10 9 10h242c5 0 10 -5 10 -10v-110v0v0h67c5 0 9 -4 9 -9zM312 235v0v127c0 5 -4 9 -9 9h-192v0c-5 0 -9 -4 -9 -9v-127h210zM103 -3v126
|
| 538 |
+
h209v-126c0 -5 -5 -10 -10 -10h-190c-5 0 -9 5 -9 10z" />
|
| 539 |
+
<glyph glyph-name="uniF1A0" unicode="" horiz-adv-x="384"
|
| 540 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 51c34 0 66 13 90 33l-198 198c-20 -24 -33 -56 -33 -90c0 -78 63 -141 141 -141zM300 102c20 24 33 56 33 90c0 78 -63 141 -141 141c-34 0 -66 -13 -90 -33z" />
|
| 541 |
+
<glyph glyph-name="uniF1A1" unicode="" horiz-adv-x="391"
|
| 542 |
+
d="M391 363v0v-32v0c0 -5 -4 -9 -9 -9h-373v0c-5 0 -9 4 -9 9v0v32v0c0 5 4 10 9 10v0h373c5 0 9 -5 9 -10v0zM359 296c5 0 9 -4 9 -9v0v-190c0 -11 -9 -21 -21 -21h-139v-27c5 -4 8 -10 8 -17c0 -12 -9 -21 -21 -21s-21 9 -21 21c0 7 4 13 9 17v27h-139
|
| 543 |
+
c-12 0 -22 10 -22 21v190v0v0c0 5 4 9 9 9h328z" />
|
| 544 |
+
<glyph glyph-name="uniF1A2" unicode="" horiz-adv-x="293"
|
| 545 |
+
d="M293 198v0v0v-3h-1c-1 -5 -6 -8 -11 -8v0v-1c-4 1 -8 2 -13 2c-28 0 -50 -22 -50 -50s22 -50 50 -50c5 0 9 1 13 2v-1c6 0 11 -4 12 -10v0v-67v0c0 -11 -10 -20 -21 -20h-65v0c-6 0 -12 6 -12 12c0 2 0 3 1 4v0c1 4 2 9 2 14c0 28 -22 50 -50 50s-50 -22 -50 -50
|
| 546 |
+
c0 -5 1 -10 2 -14v0v-1v0c0 -1 1 -2 1 -3c0 -6 -5 -12 -11 -12h-68h-2c-11 0 -20 9 -20 20v1v66v0v2c0 6 6 12 12 12c1 0 3 -1 4 -1v0c6 -3 12 -4 19 -4c28 0 50 22 50 50s-22 50 -50 50c-7 0 -14 -1 -20 -4c-1 0 -2 -1 -3 -1c-6 0 -12 6 -12 12v0v68v1c0 11 9 21 20 21v0
|
| 547 |
+
h75v0c14 1 25 12 25 27c0 6 -1 12 -5 17v0c-4 6 -6 13 -6 21c0 23 20 42 43 42s42 -19 42 -42c0 -8 -2 -15 -6 -21h1c-4 -5 -6 -11 -6 -17c0 -15 11 -26 25 -27v0h1h1h1h62v-1c11 0 20 -9 20 -20v0v-66z" />
|
| 548 |
+
<glyph glyph-name="uniF1A3" unicode="" horiz-adv-x="435"
|
| 549 |
+
d="M52 224c20 0 35 -15 35 -37s-19 -41 -41 -41c-24 0 -46 19 -46 53c0 39 21 73 53 96v0c1 0 2 1 3 1s2 -1 3 -2v0l22 -13v0c2 -1 2 -3 2 -5s-1 -4 -3 -5v0v0v0c-16 -9 -34 -30 -39 -48c2 1 7 1 11 1zM157 224c20 0 35 -15 35 -37s-19 -41 -41 -41c-24 0 -46 19 -46 53
|
| 550 |
+
c0 39 21 73 53 96h1c1 0 1 1 2 1s3 -1 4 -2v0l21 -13v0c2 -1 3 -3 3 -5s-2 -4 -4 -5v0v0v0c-16 -9 -33 -30 -38 -48c2 1 6 1 10 1zM284 238c24 0 46 -19 46 -53c0 -39 -21 -73 -53 -96v0c-1 0 -2 -1 -3 -1s-2 1 -3 2v0l-22 13v0c-2 1 -2 3 -2 5s1 4 3 5v0v0v0
|
| 551 |
+
c16 9 34 30 39 48c-2 -1 -6 -1 -10 -1c-20 0 -36 15 -36 37s19 41 41 41zM389 238c24 0 46 -19 46 -53c0 -39 -21 -73 -53 -96v0c-1 0 -1 -1 -2 -1s-3 1 -4 2v0l-21 13v0c-2 1 -3 3 -3 5s1 4 3 5v0h1v0c16 9 33 30 38 48c-2 -1 -6 -1 -10 -1c-20 0 -35 15 -35 37
|
| 552 |
+
s18 41 40 41z" />
|
| 553 |
+
<glyph glyph-name="uniF1A4" unicode="" horiz-adv-x="380"
|
| 554 |
+
d="M190 382c105 0 190 -85 190 -190s-85 -190 -190 -190s-190 85 -190 190s85 190 190 190zM190 130c34 0 62 28 62 62s-28 62 -62 62s-63 -28 -63 -62s29 -62 63 -62z" />
|
| 555 |
+
<glyph glyph-name="uniF1A5" unicode="" horiz-adv-x="355"
|
| 556 |
+
d="M354 337l1 -137c0 -2 -2 -5 -4 -6s-5 -2 -7 -1l-130 44c-3 1 -5 3 -5 6s1 6 3 8l31 22l5 3c-18 14 -41 23 -66 23c-59 0 -108 -48 -108 -107s49 -107 108 -107c36 0 69 17 89 47c3 4 9 6 13 3l45 -32c2 -1 4 -4 4 -6s0 -4 -1 -6c-34 -50 -91 -80 -151 -80
|
| 557 |
+
c-100 0 -181 81 -181 181s81 181 181 181c50 0 95 -20 128 -53l2 2l31 22c2 2 5 1 8 0s4 -4 4 -7z" />
|
| 558 |
+
<glyph glyph-name="uniF1A6" unicode="" horiz-adv-x="471"
|
| 559 |
+
d="M123 210c2 -3 3 -7 5 -10l-53 -24c-14 -7 -23 -22 -23 -39v-56h-41c-6 0 -11 6 -11 13v54c0 5 3 10 7 12l69 32c-16 10 -28 29 -28 52c0 33 23 59 51 59c8 0 15 -2 21 -5c-2 -4 -3 -9 -4 -13c-3 -10 -4 -19 -4 -28c0 -16 4 -33 11 -47zM287 270c-1 4 -1 8 -2 13
|
| 560 |
+
c-3 14 -10 27 -18 38h195v0v0c5 0 9 -4 9 -9v0v-33v0c0 -5 -4 -9 -9 -9v0v0h-175zM471 108v0v-33v0c0 -5 -4 -9 -9 -9v0v0h-114v4v11v36h114v0v0c5 0 9 -4 9 -9zM462 219c5 0 9 -4 9 -9v0v-33v0c0 -5 -4 -9 -9 -9v0v0h-126c-3 3 -7 6 -11 8l-53 25c2 4 5 7 7 11c1 2 1 5 2 7
|
| 561 |
+
h181v0v0zM314 153c5 -3 9 -9 9 -16v-56v-11c0 -9 -6 -16 -14 -16h-218c-8 0 -14 7 -14 16v11v56c0 7 4 14 9 16l61 28l24 11c-11 7 -19 17 -25 29c-5 11 -9 23 -9 36c0 8 1 14 3 21c8 30 32 52 60 52c29 0 53 -22 60 -53c2 -6 3 -13 3 -20c0 -12 -3 -24 -8 -34
|
| 562 |
+
c-6 -13 -14 -23 -25 -30l25 -12z" />
|
| 563 |
+
<glyph glyph-name="uniF1A7" unicode="" horiz-adv-x="431"
|
| 564 |
+
d="M431 336v-33v0c0 -5 -4 -9 -9 -9v0v0h-235v0c-5 0 -9 4 -9 9v0v33v0v0v0v0c0 5 4 9 9 9v0h235v0v0c5 0 9 -4 9 -9v0zM431 259v-32v0c0 -5 -4 -10 -9 -10v0v0h-235v0c-5 0 -9 5 -9 10v0v32v0v0v0v0c0 5 4 9 9 9v0h235v0v0c5 0 9 -4 9 -9v0zM127 336v-109v0v0
|
| 565 |
+
c0 -5 -4 -10 -9 -10v0v0h-109v0c-5 0 -9 5 -9 10v0v0v109v0c0 5 4 9 9 9h1h108v0c5 0 9 -4 9 -9v0zM431 157v-32v0c0 -5 -4 -9 -9 -9v0v0h-235v0c-5 0 -9 4 -9 9v0v32v0v0v0v0c0 5 4 9 9 9v1h235v-1v0c5 0 9 -4 9 -9v0zM431 81v-33v0c0 -5 -4 -9 -9 -9v0v0h-235v0
|
| 566 |
+
c-5 0 -9 4 -9 9v1v32v0v0v0v0c0 5 4 9 9 9v0h235v0v0c5 0 9 -4 9 -9v0zM127 157v-109v0v0c0 -5 -4 -9 -9 -9v0h-109v0c-5 0 -9 4 -9 9v0v0v109v0c0 5 4 10 9 10l1 -1h108v1c5 0 9 -5 9 -10v0z" />
|
| 567 |
+
<glyph glyph-name="uniF1A8" unicode="" horiz-adv-x="406"
|
| 568 |
+
d="M351 197c-2 -2 -5 -2 -7 -1l-131 42c-3 1 -5 3 -5 6s1 5 3 7l30 23l5 4c-19 14 -42 21 -67 21c-59 -1 -106 -50 -105 -109s51 -106 110 -105h10v0v0c7 0 14 -6 14 -13v0v0l1 -47v0c0 -3 -2 -7 -4 -9v0v0v-1l-2 -1v0c-1 0 -1 -1 -2 -1v0c-3 -1 -5 -2 -5 -2h-11
|
| 569 |
+
c-100 -2 -183 78 -185 178s78 182 178 184c50 1 96 -18 129 -50l2 1l30 23c2 2 5 2 8 1s4 -4 4 -7l3 -138c0 -2 -1 -4 -3 -6zM291 142h18l2 -99h-21l-1 72l-16 -17l-13 12zM365 145c28 1 41 -25 41 -50s-11 -51 -39 -52s-42 25 -42 50s12 51 40 52zM366 61c14 0 19 15 19 33
|
| 570 |
+
s-6 32 -20 32s-19 -15 -19 -33s6 -32 20 -32z" />
|
| 571 |
+
<glyph glyph-name="uniF1A9" unicode="" horiz-adv-x="372"
|
| 572 |
+
d="M363 313c5 0 9 -3 9 -8v-226v0c0 -5 -4 -8 -9 -8c-2 0 -4 0 -6 2l-145 84v-78v0c0 -5 -4 -8 -9 -8c-2 0 -4 0 -6 2l-192 111v0c-3 1 -5 4 -5 8c0 3 1 5 4 7v1l192 111c2 2 5 2 7 2c5 0 9 -3 9 -8v-78l145 84c2 2 4 2 6 2z" />
|
| 573 |
+
<glyph glyph-name="uniF1AA" unicode="" horiz-adv-x="339"
|
| 574 |
+
d="M48 115c25 0 45 -20 45 -45s-20 -44 -45 -44s-45 19 -45 44s20 45 45 45zM34 239c101 0 183 -81 184 -182v0v-18v0c-1 -8 -8 -14 -16 -15v-1h-31v0c-9 0 -17 7 -18 16v0v18v0c-1 65 -54 118 -119 118h-1v0h-17v0c-8 1 -15 7 -16 15v0v32v0c0 9 7 16 16 17v0h17v0h1z
|
| 575 |
+
M339 57v0v0v-18v0c-1 -8 -7 -14 -15 -15v-1h-32v0c-9 0 -16 7 -17 16v0v18v0c-1 132 -109 239 -241 239h-1v0h-17v0c-8 1 -15 8 -16 16v0v31v0c0 9 7 16 16 17v1h17v0h1c168 0 304 -136 305 -304z" />
|
| 576 |
+
<glyph glyph-name="uniF1AB" unicode="" horiz-adv-x="482"
|
| 577 |
+
d="M482 28v-2c0 -7 -6 -12 -13 -12v0v0h-457c-7 0 -12 5 -12 12v1v0v25c0 7 5 12 12 12h39l169 293c4 8 12 13 21 13s17 -5 21 -13v0l169 -293h38v0c7 0 13 -5 13 -12v0v0v-24zM228 319l-29 -51h84l-29 51h-26zM169 217l-29 -51h202l-29 51h-144zM81 64h320l-30 51h-261z
|
| 578 |
+
" />
|
| 579 |
+
<glyph glyph-name="uniF1AC" unicode="" horiz-adv-x="379"
|
| 580 |
+
d="M204 251v110h53v-110h-53zM375 350c2 -2 4 -5 4 -9v-1v-324v0v0c0 -7 -5 -12 -12 -12v0h-39v169v0c0 6 -6 11 -12 11v0v0v0v0h-253v0h-1h-1v0c-5 -1 -10 -5 -10 -11v0v-1v0v0v0v-156v0v-12h-39v0c-7 0 -12 5 -12 12v0v168v49v135v0c0 7 5 12 12 12v0v0h67v0c2 0 3 0 5 -2
|
| 581 |
+
c1 -1 2 -2 2 -3v0v-130v0c0 -6 6 -12 12 -12v0h175h1c7 0 13 5 13 12v0v130v0c0 1 1 3 2 4s3 1 4 1v0v0v0h46v0c4 0 7 -2 9 -4l27 -26v0z" />
|
| 582 |
+
<glyph glyph-name="uniF1AD" unicode="" horiz-adv-x="358"
|
| 583 |
+
d="M298 252c33 0 60 -27 60 -60s-27 -60 -60 -60c-7 0 -14 2 -21 4l-157 -91v-3c0 -33 -27 -61 -60 -61s-60 28 -60 61s27 60 60 60c13 0 26 -5 36 -12l144 84c-2 6 -2 12 -2 18s0 12 2 18l-145 84c-10 -7 -22 -12 -35 -12c-33 0 -60 27 -60 60s27 61 60 61s60 -28 60 -61
|
| 584 |
+
v-4l156 -90c7 3 14 4 22 4z" />
|
| 585 |
+
<glyph glyph-name="uniF1AE" unicode="" horiz-adv-x="384"
|
| 586 |
+
d="M356 130c15 0 28 -12 28 -27s-13 -28 -28 -28c-10 0 -19 6 -24 15h-80l-35 -61c2 -4 3 -7 3 -12c0 -15 -12 -28 -27 -28s-28 13 -28 28c0 5 1 9 3 13l-34 60h-78c-5 -7 -14 -12 -23 -12c-15 0 -27 12 -27 27s12 28 27 28c2 0 5 0 7 -1l35 60l-35 60c-4 -2 -8 -3 -12 -3
|
| 587 |
+
c-15 0 -28 13 -28 28s13 27 28 27c10 0 19 -5 24 -14h79l37 63c-3 4 -5 9 -5 14c0 15 13 28 28 28s27 -13 27 -28c0 -6 -1 -11 -4 -15l36 -62h78c5 7 13 12 22 12c15 0 28 -13 28 -28s-13 -27 -28 -27c-2 0 -5 0 -7 1l-34 -60l35 -60c4 2 8 2 12 2z" />
|
| 588 |
+
<glyph glyph-name="uniF1AF" unicode="" horiz-adv-x="344"
|
| 589 |
+
d="M172 394l172 -99v0v-118c-1 -98 -76 -178 -172 -188c-96 10 -171 90 -172 188v0v118v0l172 100v-1zM172 41c67 10 120 66 121 136v0v6h-121v152l-121 -70v-82h121v-142z" />
|
| 590 |
+
<glyph glyph-name="uniF1B0" unicode="" horiz-adv-x="441"
|
| 591 |
+
d="M441 250v0v-216c0 -11 -9 -20 -20 -20v0v0h-401v0c-11 0 -20 9 -20 20v0v216v0c1 10 10 18 20 18h31c32 61 97 102 170 102s137 -41 169 -102h31v0c10 0 19 -8 20 -18zM112 268h217c-26 31 -64 51 -108 51s-83 -20 -109 -51z" />
|
| 592 |
+
<glyph glyph-name="uniF1B1" unicode="" horiz-adv-x="425"
|
| 593 |
+
d="M95 33c0 20 10 30 30 30s31 -10 31 -30s-11 -30 -31 -30s-30 10 -30 30zM307 33c0 20 10 30 30 30s30 -10 30 -30s-10 -30 -30 -30s-30 10 -30 30zM333 165v0h-200v-25h270v0c5 0 9 -3 12 -6s5 -7 5 -12v0v-15v0v-1v-2v0c-1 -9 -8 -14 -17 -15v0h-303v0v0
|
| 594 |
+
c-5 0 -9 2 -12 5s-6 7 -6 12v0v224h-63v0v0h-1c-5 0 -10 2 -13 5s-5 8 -5 13v0v17v0c1 4 3 9 6 12s8 4 12 4v0h1v0h97v0v0c5 0 9 -2 12 -5s5 -8 5 -13v0v-33h54h146h75v0c5 0 9 -2 12 -5s5 -8 5 -13c0 -3 0 -5 -1 -7v0l-75 -130v0c-3 -7 -9 -10 -16 -10z" />
|
| 595 |
+
<glyph glyph-name="uniF1B2" unicode="" horiz-adv-x="462"
|
| 596 |
+
d="M74 129l44 45l55 -55l-54 -54c-4 -7 -12 -12 -21 -12v0h-87v0c-5 1 -9 5 -10 10h-1v56h1c1 6 6 11 12 11c1 0 2 -1 3 -1h58zM460 290c2 -1 2 -3 2 -5v0c0 -2 0 -4 -2 -5l-95 -69c-2 -1 -5 -1 -7 0s-4 4 -4 6v30h-53l-38 -37l-54 54l54 54v0c4 3 10 6 15 6v0h76v29
|
| 597 |
+
c0 2 2 5 4 6s4 0 6 -1zM459 104c2 -1 3 -3 3 -5v0c0 -2 -1 -4 -3 -5l-95 -68c-2 -1 -5 -2 -7 -1s-3 4 -3 6v29h-77v0c-5 0 -10 3 -14 6v0l-189 189h-58c-1 0 -2 -1 -3 -1c-6 0 -12 5 -13 11v0v56v0c1 5 6 9 11 10v0h87v0c9 0 17 -5 21 -12l182 -182h53v30c0 2 1 5 3 6
|
| 598 |
+
s5 1 7 0z" />
|
| 599 |
+
<glyph glyph-name="uniF1B3" unicode="" horiz-adv-x="399"
|
| 600 |
+
d="M390 78c12 -12 13 -31 1 -43c-7 -7 -18 -10 -27 -8c2 -9 -1 -19 -8 -26c-12 -12 -30 -11 -42 1s-12 29 -1 41l-45 45v-31c-19 -15 -42 -24 -68 -24s-50 9 -69 24v31l-45 -45c11 -12 11 -30 -1 -42s-30 -12 -42 0c-7 7 -10 17 -8 26c-9 -2 -19 2 -26 9c-12 12 -12 30 0 42
|
| 601 |
+
c12 11 30 12 42 1l46 46c-13 19 -20 42 -20 67s7 48 20 67l-46 46c-12 -11 -30 -11 -42 1s-12 31 0 43c7 7 17 10 26 8c-2 9 1 19 8 26c12 12 31 11 43 -1s12 -29 1 -41l46 -46c19 13 42 20 67 20s48 -7 67 -20l46 46c-11 12 -10 30 1 42c12 12 30 12 42 0
|
| 602 |
+
c7 -7 11 -17 9 -26c9 2 18 -2 25 -9c12 -12 12 -30 0 -42s-29 -12 -41 -1l-46 -46c13 -19 20 -42 20 -67s-7 -48 -20 -67l46 -46c12 11 29 10 41 -1zM166 146c13 0 24 10 24 23s-11 24 -24 24s-23 -11 -23 -24s10 -23 23 -23zM233 146c13 0 24 10 24 23s-11 24 -24 24
|
| 603 |
+
s-23 -11 -23 -24s10 -23 23 -23z" />
|
| 604 |
+
<glyph glyph-name="uniF1B4" unicode=""
|
| 605 |
+
d="M262 227c10 0 17 -3 23 -10s9 -14 9 -23s-3 -18 -8 -24s-13 -9 -23 -9c-6 0 -10 1 -15 3s-10 4 -14 7s-9 6 -13 10s-8 8 -11 12l11 11s8 8 12 11s9 7 14 9s10 3 15 3zM151 204l11 -11c-3 -4 -6 -8 -10 -12s-9 -7 -13 -10s-9 -5 -14 -7s-10 -3 -15 -3c-10 0 -17 3 -23 9
|
| 606 |
+
s-8 14 -8 23s3 17 8 24s13 10 22 10c5 0 10 -1 15 -3s9 -6 14 -9s9 -7 13 -11zM333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM326 166c3 9 5 19 5 29s-2 19 -5 28s-7 17 -13 23s-14 11 -22 15s-17 6 -28 6
|
| 607 |
+
c-8 0 -17 -1 -24 -4s-14 -7 -20 -11s-12 -9 -17 -15s-11 -12 -16 -18c-5 6 -11 12 -16 18s-11 11 -17 15s-13 8 -20 11s-15 4 -24 4c-11 0 -21 -2 -29 -6s-15 -9 -21 -15s-10 -14 -13 -23s-5 -19 -5 -29s2 -20 5 -29s8 -17 14 -23s13 -11 21 -15s18 -6 29 -6c9 0 17 1 24 4
|
| 608 |
+
s13 5 19 9s12 10 17 15l16 16c5 -6 10 -11 16 -16s12 -11 18 -15s13 -6 20 -9s15 -4 23 -4c11 0 19 2 28 6s16 8 22 15s10 15 13 24z" />
|
| 609 |
+
<glyph glyph-name="uniF1B5" unicode=""
|
| 610 |
+
d="M232 355h137v-326zM0 355h136l-136 -326v326zM125 94l59 141l87 -206h-57l-26 65h-63z" />
|
| 611 |
+
<glyph glyph-name="uniF1B6" unicode="" horiz-adv-x="377"
|
| 612 |
+
d="M199 264h7c1 0 1 1 3 1c-1 10 0 21 -2 31c-2 12 -11 20 -24 22c-20 3 -41 -8 -46 -29c-2 -7 -6 -9 -13 -8c-13 2 -26 3 -39 5c-9 1 -11 4 -9 13c6 27 22 47 47 58c38 17 75 18 113 1c25 -11 38 -31 39 -58c1 -35 2 -69 1 -104c0 -19 4 -36 17 -51c5 -6 5 -10 -1 -15
|
| 613 |
+
c-11 -9 -22 -20 -33 -29c-6 -5 -12 -5 -17 1c-9 9 -16 18 -25 27c-5 -5 -11 -9 -17 -14c-21 -17 -45 -22 -70 -19c-39 4 -62 30 -63 70c-1 44 22 74 66 87c21 6 44 9 66 11zM198 163c13 20 10 41 10 64c-11 -1 -22 -2 -33 -4c-26 -5 -40 -23 -38 -50c1 -20 15 -32 34 -29
|
| 614 |
+
c12 2 21 9 27 19zM318 85c6 2 11 0 14 -5s2 -10 -3 -14c-7 -5 -15 -10 -22 -14c-41 -24 -85 -37 -126 -38c-50 0 -88 14 -123 38c-19 13 -35 28 -53 42c-5 4 -6 9 -3 13s7 5 13 2c18 -9 36 -19 54 -28c28 -14 57 -25 89 -28c26 -2 52 0 77 5c27 5 53 14 78 25c2 1 3 1 5 2z
|
| 615 |
+
M357 124c18 -2 21 -6 19 -24c-2 -19 -9 -35 -22 -49c-2 -2 -3 -4 -5 -4c-3 0 -7 -1 -9 1s-3 6 -2 9c2 8 5 15 7 23c1 4 2 9 3 13s0 6 -4 6h-10v0c-9 -1 -17 -2 -26 -3c-5 -1 -8 0 -10 4c-2 5 0 9 4 12c17 12 35 14 55 12z" />
|
| 616 |
+
<glyph glyph-name="uniF1B7" unicode="" horiz-adv-x="338"
|
| 617 |
+
d="M223 355c34 -17 57 -51 57 -89h-222c0 38 23 72 57 89l-18 32c-1 2 0 3 2 4s3 1 4 -1l18 -32c15 6 31 10 48 10s33 -4 48 -10l18 32c1 2 2 2 4 1s3 -2 2 -4zM118 307c5 0 10 4 10 9s-5 9 -10 9s-9 -4 -9 -9s4 -9 9 -9zM220 307c5 0 9 4 9 9s-4 9 -9 9s-10 -4 -10 -9
|
| 618 |
+
s5 -9 10 -9zM338 238v-103c0 -14 -11 -25 -25 -25s-24 11 -24 25v103c0 14 10 25 24 25s25 -11 25 -25zM279 258v0v-160c0 -10 -5 -18 -13 -23c-4 -2 -8 -3 -13 -3h-18v-55c0 -14 -11 -25 -25 -25c-2 0 -3 1 -5 1c-11 2 -19 12 -19 24v55h-34v-55c0 -12 -8 -22 -19 -24
|
| 619 |
+
c-2 0 -3 -1 -5 -1c-12 0 -22 9 -24 20c0 2 -1 3 -1 5v55h-18c-10 0 -19 5 -23 14c-2 4 -3 8 -3 12v160h220v0zM25 263c14 0 24 -11 24 -25v-103v-5c-2 -11 -12 -20 -24 -20c-5 0 -10 1 -14 4c-7 4 -11 12 -11 21v103c0 14 11 25 25 25z" />
|
| 620 |
+
<glyph glyph-name="uniF1B8" unicode="" horiz-adv-x="352"
|
| 621 |
+
d="M340 259c-69 -38 -58 -137 12 -163c-10 -21 -15 -30 -27 -49c-17 -26 -41 -60 -71 -60c-27 0 -35 18 -71 18s-43 -18 -70 -18c-30 0 -54 30 -71 56c-48 74 -53 160 -23 206c21 33 55 52 86 52c32 0 52 -18 78 -18s41 18 78 18c28 0 58 -16 79 -42zM233 330
|
| 622 |
+
c-14 -18 -39 -33 -63 -32c-4 24 7 48 21 65c15 18 40 32 62 34c4 -25 -7 -50 -20 -67z" />
|
| 623 |
+
<glyph glyph-name="uniF1B9" unicode="" horiz-adv-x="365"
|
| 624 |
+
d="M255 160c6 0 11 -1 15 -5s6 -11 6 -14h-45c2 6 7 19 24 19zM140 136c1 0 14 0 14 -18c0 -15 -9 -18 -16 -18h-41v36h43v0zM331 376c16 0 29 -10 34 -24v-320c-4 -12 -14 -21 -26 -24h-312c-13 3 -23 13 -27 25v318c4 15 18 25 34 25h297zM220 220v-19c0 -1 1 -2 2 -2h64
|
| 625 |
+
c1 0 3 1 3 2v19c0 1 -2 3 -3 3h-64c-1 0 -2 -2 -2 -3zM193 115c0 1 0 20 -11 32c-3 3 -6 6 -10 7c7 4 15 12 15 29c0 27 -17 43 -46 43h-80c-1 0 -3 -1 -3 -2v-155c0 -1 2 -2 3 -2h81c3 0 15 0 27 6c11 6 24 18 24 42zM312 117c0 1 4 33 -14 53c-10 11 -24 17 -42 17
|
| 626 |
+
c-32 0 -48 -17 -55 -31c-8 -15 -7 -31 -7 -31c0 -1 -2 -26 15 -44c11 -12 26 -18 46 -18v0h3c9 0 53 2 53 44c0 1 -1 3 -2 3h-28c-1 0 -2 0 -2 -1c-1 -1 0 -1 0 -2c0 0 0 -4 -4 -8s-10 -6 -19 -6v0c-2 0 -9 1 -14 4c-6 4 -9 10 -10 18h77c1 0 3 1 3 2zM148 181
|
| 627 |
+
c0 -15 -5 -16 -11 -16h-40v30h37h6s8 -1 8 -14z" />
|
| 628 |
+
<glyph glyph-name="uniF1BA" unicode="" horiz-adv-x="388"
|
| 629 |
+
d="M95 160c0 46 34 69 100 69s99 -23 99 -69s-33 -70 -99 -70s-100 24 -100 70zM333 252c42 -29 60 -64 54 -105c0 -16 -5 -31 -15 -45s-23 -26 -40 -36c-20 -12 -40 -20 -61 -25c-24 -6 -49 -9 -77 -9c-29 0 -55 3 -79 9c-37 14 -66 30 -86 50s-29 47 -29 82v179h58v-99
|
| 630 |
+
c38 26 87 40 149 39c49 -3 91 -16 126 -40zM211 64c32 1 60 12 84 34s35 43 33 66c-1 14 -6 27 -13 38s-16 20 -26 27s-21 12 -33 17s-24 7 -34 9s-20 2 -28 2c-44 -2 -78 -13 -101 -33s-33 -42 -31 -66s12 -43 28 -58s34 -25 54 -30s43 -7 67 -6z" />
|
| 631 |
+
<glyph glyph-name="uniF1BB" unicode=""
|
| 632 |
+
d="M308 376c33 0 61 -28 61 -61v-246c0 -33 -28 -61 -61 -61h-247c-33 0 -61 28 -61 61v246c0 33 28 61 61 61h247zM296 151v58v3l-2 4l-3 2c-4 3 -25 0 -31 5c-4 4 -5 11 -6 20c-2 17 -3 18 -6 24c-10 21 -37 37 -55 39h-50c-39 0 -72 -33 -72 -72v-83c0 -39 33 -71 72 -71
|
| 633 |
+
h82c39 0 71 32 71 71zM144 220c-8 0 -14 7 -14 14s6 13 14 13h39c8 0 14 -6 14 -13s-6 -14 -14 -14h-39zM224 166c7 0 14 -7 14 -14s-7 -13 -14 -13h-80c-8 0 -14 6 -14 13s6 14 14 14h80z" />
|
| 634 |
+
<glyph glyph-name="uniF1BC" unicode="" horiz-adv-x="348"
|
| 635 |
+
d="M174 192h174v-174h-174v174h-174v174h174v-174z" />
|
| 636 |
+
<glyph glyph-name="uniF1BD" unicode=""
|
| 637 |
+
d="M270 254h31v-57v-71h-28l-50 78l2 -78h-32v84v44h1h4h23l3 -5l47 -76zM333 376c20 0 36 -16 36 -36v-131l-63 50v0h-5h-31h-5v-5v-29l-39 31v1l-2 2h-3h-28h-5v-5v-40l-13 11c-1 3 -4 5 -6 8c-5 7 -11 12 -17 16c-12 7 -23 10 -43 10h-43h-3h-2h-5v-2v-10v-124l143 -115
|
| 638 |
+
h-163c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM137 251v0c1 0 4 -1 5 -2v0v0c1 -1 3 -1 4 -2s3 -1 4 -2s3 -2 4 -3c1 0 0 -1 1 -1l2 -2l2 -2l1 -1l2 -2v0v0c1 -1 2 -3 3 -4c8 -11 12 -24 12 -40c0 -39 -24 -64 -60 -64h-51v123v5h20h5h18h3c11 0 18 -1 25 -3z
|
| 639 |
+
M144 189c0 23 -11 36 -31 36h-14v-70h14c20 0 31 12 31 34z" />
|
| 640 |
+
<glyph glyph-name="uniF1BE" unicode=""
|
| 641 |
+
d="M166 219c9 -19 45 -93 45 -93l129 35v-118c0 -1 -1 -1 -2 -2s-2 -2 -3 -2h-303c-1 0 -2 1 -3 2s-1 1 -1 2v31l169 48l-48 101c82 18 123 11 165 -23c5 -5 3 -8 0 -9l-67 -16l-25 50c-19 3 -46 -2 -56 -6zM335 348c1 0 2 -1 3 -1c1 -1 2 -2 2 -3v-105l-1 1
|
| 642 |
+
c-87 38 -186 21 -206 15c0 1 -15 33 -15 33h-56l20 -46c-23 -7 -48 -25 -54 -30v132c0 1 1 2 2 3c1 0 1 1 2 1h303zM68 131c-13 -3 -12 6 -12 6c-3 55 33 71 41 73l31 -63s-47 -13 -60 -16zM338 376c17 0 31 -14 31 -31v-306c0 -17 -14 -31 -31 -31h-307
|
| 643 |
+
c-17 0 -31 14 -31 31v306c0 17 14 31 31 31h307zM350 43v301c0 8 -7 14 -15 14h-303c-8 0 -14 -6 -14 -14v-301c0 -8 6 -14 14 -14h303c8 0 15 6 15 14z" />
|
| 644 |
+
<glyph glyph-name="uniF1BF" unicode="" horiz-adv-x="436"
|
| 645 |
+
d="M436 253v-173c0 -4 -1 -6 -6 -6h-106c-4 0 -5 1 -5 5v23c0 4 1 5 5 5h62c4 0 5 1 5 5v16h-5h-62c-4 0 -5 2 -5 6v120c0 4 1 5 5 5h107h4c0 -2 1 -4 1 -6zM387 161c3 0 4 2 4 5v49v11h-25c-1 0 -2 -3 -2 -4v-57c0 -3 1 -4 4 -4h19zM300 259c4 0 5 -1 5 -5v-175v-5h-5h-106
|
| 646 |
+
c-4 0 -5 1 -5 5v28h5h62c4 0 5 1 5 5v11s-1 6 -6 6c-20 0 -40 -1 -61 -1c-4 0 -5 2 -5 6v120c0 4 1 5 5 5h106zM261 164v59c0 1 -2 3 -3 3h-25c0 -21 1 -41 1 -62c0 -1 1 -3 2 -3h22c1 0 3 2 3 3zM72 305v5h44v-193h-4h-107c-4 0 -5 1 -5 5v132c0 4 1 5 5 5h61c7 0 6 -1 6 6
|
| 647 |
+
v40zM67 150c4 0 5 1 5 5v66v5h-27v-74c0 -1 2 -2 3 -2h19zM171 259c3 0 4 0 4 -3v-137v-2h-26h-14c-4 0 -4 1 -4 5v94v38c0 4 0 5 4 5h36zM134 276c-1 0 -3 2 -3 3v31h44v-17v-13c0 -3 0 -4 -3 -4h-38z" />
|
| 648 |
+
<glyph glyph-name="uniF1C0" unicode="" horiz-adv-x="371"
|
| 649 |
+
d="M186 378c102 0 185 -84 185 -186s-83 -186 -185 -186s-186 84 -186 186s84 186 186 186zM308 292c-3 -5 -29 -39 -88 -63c4 -8 7 -14 10 -22c1 -3 3 -6 4 -9c53 7 105 -4 110 -5c0 37 -14 72 -36 99zM186 350c-13 0 -26 -1 -38 -4c4 -6 34 -45 60 -93c56 21 80 53 83 57
|
| 650 |
+
c-28 25 -65 40 -105 40zM118 335c-44 -21 -78 -62 -88 -111c7 0 73 0 147 20c-26 47 -55 85 -59 91zM27 192c0 -41 16 -78 41 -106c4 6 47 78 129 104c2 1 4 1 6 2c-4 9 -8 18 -13 27c-79 -24 -156 -22 -163 -22v-5zM186 33c22 0 42 5 61 13c-2 14 -11 62 -33 120h-1
|
| 651 |
+
c-89 -31 -122 -93 -125 -99c27 -21 61 -34 98 -34zM274 60c36 24 61 63 68 107c-5 2 -49 14 -99 6c21 -57 29 -103 31 -113z" />
|
| 652 |
+
<glyph glyph-name="uniF1C1" unicode="" horiz-adv-x="384"
|
| 653 |
+
d="M144 143h240l-67 -115h-240zM376 149l-132 1l-121 208l133 -1zM120 349l66 -115l-120 -208l-66 115z" />
|
| 654 |
+
<glyph glyph-name="uniF1C2" unicode="" horiz-adv-x="396"
|
| 655 |
+
d="M117 376l81 -68l-117 -72l-81 64zM0 171l81 65l117 -73l-81 -68zM198 163l118 73l80 -65l-116 -76zM396 300l-80 -64l-118 72l82 68zM198 148l82 -68l35 23v-25l-117 -70l-116 70v25l35 -23z" />
|
| 656 |
+
<glyph glyph-name="uniF1C3" unicode="" horiz-adv-x="335"
|
| 657 |
+
d="M33 315c-9 0 -17 -2 -23 -5l-4 -2l1 1l73 72v0l-1 -2c-3 -5 -5 -12 -5 -19v0c0 -9 1 -42 1 -42c0 -2 -2 -3 -4 -3h-38v0zM325 322c5 -27 12 -135 9 -171c-5 -57 -14 -90 -18 -101c-18 -56 -33 -58 -77 -58c-56 0 -73 8 -73 53c0 49 24 50 63 49c6 0 -1 -5 -1 -15
|
| 658 |
+
s4 -13 -1 -13c-11 0 -27 2 -27 -14c0 -19 10 -19 34 -19c30 0 35 4 35 31c0 45 -13 51 -30 53c-19 2 -38 6 -47 9c-23 8 -22 38 -22 47c0 1 -2 1 -2 0c0 -12 -1 -29 -7 -48c-2 -5 -3 -9 -3 -9c-7 -15 -20 -10 -39 -8s-61 11 -79 19c-8 4 -11 7 -15 16c-11 22 -22 95 -23 105
|
| 659 |
+
c-2 13 -2 20 -2 20c0 8 1 17 6 24c3 3 5 6 10 8s11 4 19 4h38c8 0 15 6 15 14c0 0 -1 9 -1 18v24c0 8 2 13 5 17c4 6 13 11 20 13c9 3 45 4 68 -5c9 -4 16 -13 18 -24c13 0 36 0 55 -2c24 -3 42 -7 51 -10s18 -11 21 -27zM249 203c10 0 19 -3 27 -6c0 11 -2 28 -20 29
|
| 660 |
+
c-16 1 -21 -13 -22 -24c5 1 10 1 15 1z" />
|
| 661 |
+
<glyph glyph-name="uniF1C4" unicode=""
|
| 662 |
+
d="M348 376c11 0 21 -9 21 -20v-328c0 -11 -10 -20 -21 -20h-94v142h48l7 56h-55v36c0 16 5 27 28 27h29v49c-5 1 -23 3 -43 3c-42 0 -71 -26 -71 -74v-41h-48v-56h48v-142h-177c-11 0 -20 9 -20 20v328c0 11 9 20 20 20h328z" />
|
| 663 |
+
<glyph glyph-name="uniF1C5" unicode=""
|
| 664 |
+
d="M333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM110 133c33 0 60 27 60 60s-27 60 -60 60s-60 -27 -60 -60s27 -60 60 -60zM261 133c33 0 60 27 60 60s-27 60 -60 60s-59 -27 -59 -60s26 -60 59 -60z" />
|
| 665 |
+
<glyph glyph-name="uniF1C6" unicode="" horiz-adv-x="350"
|
| 666 |
+
d="M350 -18h-65v1h-92v66l73 36l-9 18l-64 -33v25l43 22l-10 18l-33 -18v43h-46v-67l-33 23l-11 -16l44 -31v-73v-13h-147l175 419z" />
|
| 667 |
+
<glyph glyph-name="uniF1C7" unicode="" horiz-adv-x="415"
|
| 668 |
+
d="M137 239l67 -67l155 154c3 3 6 4 10 4s6 -1 9 -4l33 -32c5 -5 5 -14 0 -19l-197 -197c-3 -3 -6 -4 -10 -4v0v0h-1c-3 0 -6 2 -8 4l-110 110c-5 5 -5 14 0 19l33 32c3 3 5 4 9 4s7 -1 10 -4zM399 227v-1c19 -19 19 -49 0 -68l-158 -159c-19 -19 -50 -19 -69 0l-158 159
|
| 669 |
+
c-19 19 -19 49 0 68l158 159c19 19 50 19 69 0l72 -72l-108 -107l-50 50c-7 7 -17 12 -27 12s-20 -5 -27 -12l-32 -32c-7 -7 -11 -17 -11 -27s4 -20 11 -27l109 -109c5 -5 11 -8 18 -10l2 -1h7c10 0 20 4 27 11z" />
|
| 670 |
+
<glyph glyph-name="uniF1C8" unicode=""
|
| 671 |
+
d="M333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM215 350c-55 0 -99 -44 -99 -99c0 -36 20 -68 49 -85c14 28 43 47 77 47c20 0 39 -7 54 -19c11 16 18 36 18 57c0 55 -44 99 -99 99zM30 208
|
| 672 |
+
c0 -41 22 -77 54 -98c9 22 31 36 56 36c6 0 11 0 17 -2c1 4 3 7 4 11c-33 19 -56 55 -56 96c0 28 11 53 28 72c-58 -7 -103 -55 -103 -115zM140 33c29 0 52 23 52 52s-23 52 -52 52s-52 -23 -52 -52s23 -52 52 -52zM242 50c42 0 77 34 77 76s-35 77 -77 77
|
| 673 |
+
c-38 0 -69 -27 -75 -63c20 -10 34 -31 34 -55c0 -7 -2 -14 -4 -21c13 -9 28 -14 45 -14z" />
|
| 674 |
+
<glyph glyph-name="uniF1C9" unicode="" horiz-adv-x="399"
|
| 675 |
+
d="M200 387c110 0 199 -90 199 -200c0 -88 -57 -163 -136 -189c-10 -2 -14 4 -14 9v55c0 19 -6 31 -13 37c44 5 91 22 91 99c0 22 -7 39 -20 53c2 5 9 25 -2 53c0 0 -17 5 -55 -21c-16 4 -33 7 -50 7s-34 -3 -50 -7c-38 26 -55 21 -55 21c-11 -28 -4 -48 -2 -53
|
| 676 |
+
c-13 -14 -21 -31 -21 -53c0 -77 47 -94 91 -99c-6 -5 -10 -14 -12 -27c-11 -5 -41 -14 -59 17c0 0 -10 19 -30 20c0 0 -20 0 -2 -12c0 0 14 -6 23 -29c0 0 11 -39 67 -27v-34s-3 -11 -13 -9c-79 26 -137 101 -137 189c0 110 90 200 200 200z" />
|
| 677 |
+
<glyph glyph-name="uniF1CA" unicode=""
|
| 678 |
+
d="M57 184c-9 7 -16 16 -22 26c-12 22 -17 42 -17 62c0 15 4 30 12 42c10 12 22 18 37 18c11 0 21 -4 30 -10c9 -7 16 -15 21 -26c11 -22 17 -45 17 -67c0 -5 0 -11 -1 -18s-4 -15 -9 -22c-10 -10 -22 -15 -37 -16c-12 0 -22 4 -31 11zM91 100c-13 0 -29 -2 -49 -5
|
| 679 |
+
c-15 -3 -28 -7 -42 -13v99c15 -15 36 -23 62 -23c6 0 12 0 18 1l-3 -9s-2 -8 -2 -13c0 -8 1 -15 5 -21c3 -6 7 -11 11 -16zM106 84c21 -14 36 -27 46 -37c9 -10 14 -23 14 -37v-1h-140c-14 0 -26 12 -26 26v15c3 4 6 8 9 11c5 4 11 8 16 10s9 4 12 5c12 4 24 5 35 7
|
| 680 |
+
c12 1 19 1 22 1h12zM343 375c14 0 26 -12 26 -26v-28v-286c0 -14 -12 -26 -26 -26h-145c2 7 3 15 3 23c0 19 -5 34 -13 46c-9 12 -18 22 -30 32l-19 15c-3 3 -6 6 -9 10s-5 8 -5 14s2 11 5 16c3 4 6 9 9 12c6 5 12 9 17 14s9 10 13 16c8 12 13 28 13 48c0 11 -2 21 -4 29
|
| 681 |
+
c-3 8 -6 15 -10 21s-8 12 -12 16s-9 7 -12 9h34l35 20h-111c-15 0 -31 -2 -48 -5c-17 -4 -33 -12 -49 -25c-2 -2 -3 -4 -5 -6v7v28c0 14 12 26 26 26h65h93h93h66zM363 261v29h-58v58h-28v-58h-59v-29h59v-58h28v58h58z" />
|
| 682 |
+
<glyph glyph-name="uniF1CB" unicode=""
|
| 683 |
+
d="M333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM200 178l70 119h-31l-29 -57c-8 -16 -15 -30 -21 -43h-1c-6 14 -12 27 -20 43l-30 57h-30l65 -119v-88h27v88z" />
|
| 684 |
+
<glyph glyph-name="uniF1CC" unicode="" horiz-adv-x="476"
|
| 685 |
+
d="M459 222c13 -16 18 -36 16 -57c-2 -24 -12 -47 -30 -62c-17 -14 -41 -23 -71 -23c-22 0 -45 4 -64 15v-10h-310v76h15v66h-15v77h116v-55c19 7 45 7 62 -6v9h29v40h88v-31l8 43h160c-1 -27 -3 -55 -4 -82zM227 272v-32h48v32h-48zM195 105v0v36h-16v54c0 11 -5 39 -37 39
|
| 686 |
+
c-22 0 -36 -12 -46 -28v78h-76v-37h15v-106h-15v-36h83v36h-7v23c0 34 24 42 24 21v-44h-8v-36h83zM290 105v36h-15v90h-76v-36h15v-54h-15v-36h91zM374 100c53 0 81 33 81 67c2 45 -26 62 -60 62c-13 0 -26 -4 -38 -9l2 16h81l2 48h-122l-17 -92l44 -6c6 7 13 9 18 9
|
| 687 |
+
c13 0 19 -14 18 -28c-1 -15 -10 -29 -23 -29c-8 0 -18 4 -13 17c4 19 -7 28 -24 28c-26 0 -35 -31 -24 -51c10 -19 40 -32 75 -32z" />
|
| 688 |
+
<glyph glyph-name="uniF1CD" unicode=""
|
| 689 |
+
d="M276 216c0 14 -3 28 -9 40h102v-215c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v215h102c-6 -12 -10 -26 -10 -40c0 -51 41 -92 92 -92s92 41 92 92zM333 379c20 0 36 -16 36 -36v-72h-111c-17 22 -44 37 -74 37s-56 -15 -73 -37h-111v72c0 20 16 36 36 36h297z
|
| 690 |
+
M29 288v0v72c-8 -3 -13 -11 -13 -20v-52h13zM51 288v74h-12v-74h12zM73 288v74h-12v-74h12zM95 340v22h-13v-74h13v22v30zM350 310v30c0 12 -10 22 -22 22h-35c-12 0 -22 -10 -22 -22v-30c0 -12 10 -22 22 -22h35c12 0 22 10 22 22zM184 135c-45 0 -81 36 -81 81
|
| 691 |
+
s36 81 81 81s81 -36 81 -81s-36 -81 -81 -81zM184 280c-36 0 -64 -28 -64 -64s28 -65 64 -65s65 29 65 65s-29 64 -65 64z" />
|
| 692 |
+
<glyph glyph-name="uniF1CE" unicode="" horiz-adv-x="357"
|
| 693 |
+
d="M340 98c29 -24 22 -67 -13 -81c-2 -1 -3 -2 -5 -3h-24c-17 7 -31 18 -35 38c-31 -7 -59 -1 -81 22c12 12 23 22 33 32c9 -3 18 -7 27 -7c12 0 21 8 25 19c4 12 1 22 -8 31c-24 24 -46 47 -70 71c-2 2 -6 4 -8 6c12 13 23 25 36 39c12 -13 22 -25 33 -36
|
| 694 |
+
c12 -12 22 -25 35 -36c25 -23 38 -49 32 -82c8 -4 17 -8 23 -13zM212 186c14 -12 25 -23 36 -33c-28 -28 -54 -56 -80 -82c-17 -17 -39 -24 -63 -21c-8 1 -11 -1 -14 -8c-5 -15 -17 -22 -31 -28h-22c-21 7 -33 21 -38 42v10c4 21 15 36 37 42c-5 30 1 56 23 77l35 -35
|
| 695 |
+
c-1 -1 -3 -3 -4 -5c-9 -13 -8 -29 4 -39s27 -11 39 1c24 23 48 47 72 71c3 3 5 6 6 8zM107 228c29 29 56 59 85 87c17 16 40 20 63 15h6c4 15 11 29 27 35c10 3 21 5 31 4c20 -2 36 -21 38 -43c2 -23 -10 -39 -41 -52c6 -30 -1 -56 -23 -78l-34 34c3 5 7 11 9 17
|
| 696 |
+
c3 12 -3 25 -14 31c-11 7 -24 6 -35 -4c-12 -11 -23 -23 -35 -35c-15 -14 -29 -29 -44 -44zM38 275c-28 10 -41 30 -35 60c4 19 22 33 41 35c25 2 39 -9 53 -40c29 5 53 -2 73 -22l-35 -35c0 0 -1 2 -3 3c-13 10 -29 8 -40 -4c-10 -12 -9 -27 2 -39c23 -24 47 -48 70 -72
|
| 697 |
+
c3 -3 4 -5 7 -8c-12 -11 -22 -22 -35 -35c-11 12 -23 24 -34 36c-12 12 -23 24 -35 35c-25 23 -37 51 -29 86z" />
|
| 698 |
+
<glyph glyph-name="uniF1CF" unicode="" horiz-adv-x="417"
|
| 699 |
+
d="M354 210c41 -10 63 -29 63 -68c0 -48 -40 -66 -99 -66c-83 0 -112 38 -127 84l-15 48c-11 35 -25 62 -67 62c-29 0 -59 -21 -59 -80c0 -46 24 -75 57 -75c37 0 62 28 62 28l15 -42s-26 -25 -80 -25c-67 0 -104 39 -104 112c0 75 37 120 107 120c64 0 96 -23 116 -85
|
| 700 |
+
l16 -48c11 -35 32 -60 80 -60c32 0 49 7 49 25c0 14 -8 23 -32 29l-33 8c-40 10 -55 31 -55 63c0 52 42 68 85 68c49 0 78 -18 82 -61l-48 -6c-2 21 -14 30 -37 30c-21 0 -34 -10 -34 -26c0 -14 6 -23 27 -28z" />
|
| 701 |
+
<glyph glyph-name="uniF1D0" unicode=""
|
| 702 |
+
d="M341 376c15 0 28 -11 28 -26v-316c0 -15 -13 -26 -28 -26h-314c-15 0 -27 11 -27 26v316c0 15 12 26 27 26h314zM109 62v176h-54v-176h54zM82 262c17 0 32 14 32 32c0 17 -15 32 -32 32c-18 0 -32 -15 -32 -32c0 -18 14 -32 32 -32zM314 62v0v97c0 47 -10 83 -65 83
|
| 703 |
+
c-27 0 -45 -14 -52 -28h-1v24h-52v-176h54v87c0 23 5 45 33 45s28 -26 28 -46v-86h55z" />
|
| 704 |
+
<glyph glyph-name="uniF1D1" unicode=""
|
| 705 |
+
d="M346 376c13 -5 23 -18 23 -33v-299c0 -20 -16 -36 -36 -36h-299c-16 0 -29 11 -34 25v321c3 10 10 18 20 22h326zM276 241v22h-68l-22 -84h-1l-22 84h-68v-22h7c3 0 6 -4 6 -6v-89c0 -2 -3 -6 -6 -6h-7v-21h54v21h-13v94v0l32 -115h24l32 115v0v-94h-12v-21h64v21h-7
|
| 706 |
+
c-3 0 -6 4 -6 6v89c0 2 3 6 6 6h7z" />
|
| 707 |
+
<glyph glyph-name="uniF1D2" unicode="" horiz-adv-x="454"
|
| 708 |
+
d="M375 187c-40 0 -73 32 -73 72s33 72 73 72s72 -32 72 -72s-32 -72 -72 -72zM147 238c0 43 22 65 65 65s65 -22 65 -65s-22 -65 -65 -65s-65 22 -65 65zM64 161c-32 0 -58 27 -58 59s26 58 58 58s59 -26 59 -58s-27 -59 -59 -59zM64 148c37 0 65 -32 65 -66v-23
|
| 709 |
+
c0 -3 -3 -6 -6 -6h-2h-113h-2c-3 0 -6 3 -6 6v23c0 34 27 66 64 66zM212 159c41 0 71 -37 71 -74v-25c0 -4 -2 -7 -6 -7h-2h-126h-2c-4 0 -7 3 -7 7v25c0 37 31 74 72 74zM375 170c46 0 79 -40 79 -82v-27c0 -4 -3 -8 -7 -8h-3h-139h-2c-4 0 -8 4 -8 8v27c0 42 34 82 80 82z
|
| 710 |
+
" />
|
| 711 |
+
<glyph glyph-name="uniF1D3" unicode=""
|
| 712 |
+
d="M185 272c45 0 82 -37 82 -82s-37 -82 -82 -82s-82 37 -82 82s37 82 82 82zM333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM185 66c69 0 124 55 124 124s-55 124 -124 124s-125 -55 -125 -124
|
| 713 |
+
s56 -124 125 -124z" />
|
| 714 |
+
<glyph glyph-name="uniF1D4" unicode="" horiz-adv-x="348"
|
| 715 |
+
d="M348 235c0 -83 -67 -136 -171 -137v-23c0 -28 -16 -54 -41 -65c-6 -3 -17 -5 -28 -5c-10 0 -22 2 -35 8v65c21 -15 41 -7 41 11v181h63v-113c30 0 112 8 112 78c0 62 -60 85 -115 85c-57 0 -114 -27 -114 -85c0 -18 9 -45 18 -53l-41 -43c-24 22 -37 66 -37 96
|
| 716 |
+
c0 85 72 144 174 144c104 0 174 -58 174 -144z" />
|
| 717 |
+
<glyph glyph-name="uniF1D5" unicode="" horiz-adv-x="399"
|
| 718 |
+
d="M282 373v0v-133c-7 6 -147 133 -152 138c23 8 46 13 70 13c29 0 56 -6 82 -18zM97 21v0c-37 23 -67 57 -83 97c2 2 76 69 83 75v-172zM0 192v0c0 75 42 143 109 177c2 -2 72 -65 75 -68c-3 -3 -172 -156 -177 -161c-5 17 -7 35 -7 52zM118 105v0h261
|
| 719 |
+
c-31 -63 -92 -106 -161 -112h-37c-22 2 -43 8 -63 17v95zM303 362v0c59 -36 96 -101 96 -170c0 -22 -4 -45 -11 -66h-85v236z" />
|
| 720 |
+
<glyph glyph-name="uniF1D6" unicode="" horiz-adv-x="399"
|
| 721 |
+
d="M200 392c110 0 199 -90 199 -200s-89 -200 -199 -200c-20 0 -39 3 -57 8c8 12 16 28 20 43c2 9 14 55 14 55c7 -13 27 -25 49 -25c64 0 108 59 108 137c0 59 -51 115 -127 115c-95 0 -142 -68 -142 -125c0 -34 13 -66 41 -77c5 -2 9 0 10 5c1 4 3 13 4 17c1 5 1 7 -3 11
|
| 722 |
+
c-8 9 -13 22 -13 39c0 50 37 95 98 95c54 0 83 -32 83 -76c0 -58 -25 -106 -63 -106c-21 0 -37 17 -32 38c6 25 18 53 18 71c0 16 -9 30 -27 30c-21 0 -39 -22 -39 -52c0 -19 7 -31 7 -31s-22 -93 -26 -109c-4 -15 -4 -32 -3 -46c-70 31 -120 101 -120 183
|
| 723 |
+
c0 110 90 200 200 200z" />
|
| 724 |
+
<glyph glyph-name="uniF1D7" unicode="" horiz-adv-x="435"
|
| 725 |
+
d="M424 291c27 -2 4 -60 -52 -75c1 -7 1 -15 1 -23v-1c0 -99 -80 -179 -187 -179s-186 79 -186 178v1c0 99 80 179 187 179c19 0 36 -3 53 -7v-105c-3 2 -6 4 -10 5c-46 16 -96 -7 -119 -45l-1 -1c-24 -39 -12 -83 33 -98c46 -16 95 7 119 45l1 1c8 13 12 27 12 40v0v145
|
| 726 |
+
c3 -1 6 -3 8 -4s4 -3 6 -4c24 -15 85 -53 135 -52z" />
|
| 727 |
+
<glyph glyph-name="uniF1D8" unicode="" horiz-adv-x="458"
|
| 728 |
+
d="M458 197c0 -18 -10 -35 -25 -45c1 -5 2 -10 2 -15c0 -76 -92 -138 -206 -138s-206 62 -206 138c0 5 0 11 1 16c-15 10 -24 26 -24 44c0 29 24 53 53 53c13 0 24 -5 34 -13c36 23 83 37 136 38l37 105l89 -22c6 16 22 27 40 27c24 0 43 -19 43 -43s-19 -43 -43 -43
|
| 729 |
+
s-43 19 -43 43l-75 18l-31 -85c50 -2 97 -16 131 -38h1c10 8 21 13 34 13c29 0 52 -24 52 -53zM299 129c18 0 32 14 32 32s-14 33 -32 33s-33 -15 -33 -33s15 -32 33 -32zM305 73c3 3 3 9 0 12s-9 3 -12 0c0 0 -20 -20 -65 -20c-44 0 -62 19 -62 20c-3 3 -9 4 -12 1
|
| 730 |
+
s-4 -9 -1 -12c1 -1 22 -25 75 -25s76 23 77 24zM131 161c0 -18 14 -32 32 -32s33 14 33 32s-15 33 -33 33s-32 -15 -32 -33z" />
|
| 731 |
+
<glyph glyph-name="uniF1D9" unicode="" horiz-adv-x="390"
|
| 732 |
+
d="M103 162c0 0 -20 3 -44 14l275 3c-25 -12 -48 -16 -48 -16h-74s-6 -1 -8 -4s-2 -9 -2 -9v-9c-11 8 -18 21 -24 21h-75zM25 166c-2 1 -4 2 -5 4c2 -1 3 -2 5 -4zM39 368v-182c-11 6 -17 11 -21 13v180c0 6 4 10 10 10h332c6 0 10 -4 10 -10v-180c-4 -3 -9 -7 -20 -13v182
|
| 733 |
+
h-311zM388 202c3 -2 1 -6 0 -8s-7 -17 -33 -34s-51 -27 -51 -27s16 -51 1 -89s-48 -48 -64 -48s-39 12 -39 34v77c6 -1 13 -2 21 -2c18 0 31 8 42 19s19 32 10 35s-12 -3 -20 -14c-7 -9 -22 -17 -44 -9c-3 1 -6 3 -9 5v9s0 6 2 9s7 4 8 4h74s23 3 48 15c1 1 3 1 4 2
|
| 734 |
+
c4 2 9 4 12 6c11 6 16 10 20 13l6 3c6 2 9 2 12 0zM265 124c-11 -11 -24 -19 -42 -19c-8 0 -15 1 -21 2c-8 2 -14 4 -14 4v-83s-24 -33 -40 -33s-48 9 -63 47s1 89 1 89s-25 11 -51 28c-4 2 -7 5 -10 7c-2 2 -3 3 -5 4c-14 12 -19 21 -19 23c-1 2 -3 6 0 8s7 2 13 0
|
| 735 |
+
c1 -1 2 -1 4 -2c4 -2 10 -7 21 -13c4 -2 7 -5 12 -7c2 -1 6 -2 8 -3c24 -11 44 -14 44 -14h75c6 0 13 -13 24 -21c3 -2 6 -4 9 -5c22 -8 37 0 44 9c8 11 11 17 20 14s1 -24 -10 -35zM251 272c26 0 47 -20 47 -46s-21 -47 -47 -47s-46 21 -46 47s20 46 46 46zM141 272
|
| 736 |
+
c26 0 47 -20 47 -46s-21 -47 -47 -47s-46 21 -46 47s20 46 46 46z" />
|
| 737 |
+
<glyph glyph-name="uniF1DA" unicode="" horiz-adv-x="394"
|
| 738 |
+
d="M383 150c7 -15 11 -32 11 -49c0 -60 -49 -109 -109 -109c-19 0 -36 5 -51 13c-11 -2 -23 -3 -35 -3c-104 0 -188 84 -188 188c0 13 2 26 4 38c-10 16 -15 35 -15 55c0 60 49 109 109 109c21 0 41 -6 58 -17c10 2 21 3 32 3c104 0 188 -84 188 -188c0 -14 -1 -27 -4 -40z
|
| 739 |
+
M296 100c9 12 13 27 13 42c0 13 -3 24 -8 33s-12 16 -21 22s-19 11 -32 15c-12 4 -27 8 -42 11c-12 3 -21 5 -26 6s-10 4 -15 6s-8 6 -11 9s-4 7 -4 11c0 7 4 13 12 18s19 8 32 8c14 0 26 -2 32 -7c7 -5 12 -12 17 -21c4 -7 7 -12 11 -15s9 -5 16 -5c8 0 14 3 19 8
|
| 740 |
+
s8 11 8 18s-2 14 -6 21s-10 15 -18 21s-19 11 -31 15s-27 6 -44 6c-21 0 -39 -2 -55 -8s-29 -15 -37 -26s-12 -24 -12 -38c0 -15 4 -28 12 -38s19 -17 32 -23s29 -11 49 -15c14 -3 26 -5 35 -8c8 -3 15 -7 20 -12s7 -10 7 -17c0 -9 -5 -18 -14 -24c-10 -7 -22 -10 -38 -10
|
| 741 |
+
c-11 0 -20 2 -27 5s-12 7 -16 12s-8 11 -11 19c-3 7 -7 13 -11 17c-5 4 -10 5 -16 5c-8 0 -15 -2 -20 -7s-8 -11 -8 -18c0 -11 4 -22 12 -34c8 -11 18 -20 31 -27c18 -9 41 -14 68 -14c23 0 41 3 58 10s30 17 39 29z" />
|
| 742 |
+
<glyph glyph-name="uniF1DB" unicode="" horiz-adv-x="390"
|
| 743 |
+
d="M173 165c98 -37 75 -98 23 -98s-89 32 -89 32l-30 -70c21 -11 43 -19 56 -23l-33 -8c-15 -4 -31 6 -35 21l-64 268c-4 16 6 31 21 35l77 19c-7 -8 -12 -17 -16 -26c0 -1 -1 -1 -1 -2c-1 -2 -1 -4 -2 -6c0 -1 -1 -2 -1 -3c-1 -2 -2 -4 -2 -6v-4c0 -2 -1 -4 -1 -6
|
| 744 |
+
c0 -1 -1 -2 -1 -3v-7v-3v-10s1 -6 1 -8v-1c0 -2 1 -6 2 -8v0c1 -2 1 -5 2 -7c0 -1 1 0 1 -1c1 -2 2 -5 3 -7v-1c1 -2 3 -4 4 -6c0 -1 1 0 1 -1c1 -2 3 -4 5 -6v-1c1 -2 3 -4 5 -6c0 -1 1 0 1 -1l6 -6v-1c2 -2 4 -2 6 -4c1 0 0 -2 1 -2c2 -2 5 -3 7 -5l1 -1
|
| 745 |
+
c15 -11 33 -20 52 -27zM390 97c4 -15 -7 -31 -22 -35l-56 -14c9 14 17 33 18 56c1 29 -10 60 -39 85v0c-2 1 -3 3 -5 4l-1 1c-2 1 -3 3 -5 4l-1 1c-2 1 -4 3 -6 4h-1c-2 1 -4 3 -6 4c-1 0 -1 1 -2 1l-6 3h-1c-2 1 -5 3 -8 4h-2l-6 3c-1 0 -1 1 -2 1l-9 3
|
| 746 |
+
c-100 33 -71 88 -20 85c54 -3 74 -25 74 -25l24 67c-2 1 -5 2 -7 3c-1 0 -1 1 -2 1c-2 1 -3 1 -5 2c-1 0 -1 1 -2 1c-2 1 -5 2 -7 3c-1 0 -1 1 -2 1c-1 1 -3 1 -4 2h-3c-1 1 -3 2 -4 2s-1 1 -2 1c-2 1 -3 0 -5 1c-1 0 -1 1 -2 1s-3 1 -4 1h-2c-2 0 -3 2 -5 2
|
| 747 |
+
c-7 2 -13 2 -17 3l56 13c16 4 30 -5 34 -21z" />
|
| 748 |
+
<glyph glyph-name="uniF1DC" unicode="" horiz-adv-x="379"
|
| 749 |
+
d="M302 224c4 1 8 4 12 4c7 0 14 0 20 -3c10 -5 11 -16 2 -22c-7 -5 -16 -8 -24 -11c-18 -7 -21 -13 -12 -30c15 -29 37 -51 70 -59c3 -1 9 -4 9 -6c0 -5 -3 -11 -6 -13c-11 -5 -23 -9 -35 -12c-7 -2 -10 -4 -12 -11c-3 -15 -6 -17 -20 -14c-23 5 -44 0 -63 -14
|
| 750 |
+
c-39 -28 -69 -27 -108 1c-19 14 -38 18 -61 13c-15 -3 -17 -1 -21 14c-1 6 -4 10 -11 11c-11 2 -24 6 -34 11c-4 2 -7 8 -8 13c0 2 7 7 11 8c36 10 57 34 72 66c3 8 0 13 -6 17c-6 3 -12 4 -18 7c-4 2 -8 4 -11 6c-7 4 -13 10 -9 19c3 8 14 12 23 9c5 -2 10 -4 15 -5
|
| 751 |
+
c7 -1 10 1 10 9c-1 18 -1 36 0 54c3 38 26 65 60 78c50 19 109 4 136 -44c9 -17 10 -35 11 -54c-1 -12 -1 -23 -2 -35c-1 -8 4 -9 10 -7z" />
|
| 752 |
+
<glyph glyph-name="uniF1DD" unicode="" horiz-adv-x="399"
|
| 753 |
+
d="M200 392c110 0 199 -90 199 -200c0 -71 -37 -133 -92 -168c-8 17 -19 32 -33 45c-29 26 -66 41 -105 41c-25 0 -48 -6 -70 -17c-18 -9 -34 -21 -47 -36c-33 36 -52 83 -52 135c0 110 90 200 200 200zM294 114c4 6 3 15 -3 19c-36 25 -77 38 -121 38c-25 0 -51 -4 -74 -13
|
| 754 |
+
c-7 -3 -11 -10 -8 -17s11 -11 18 -8c20 8 42 11 64 11c38 0 75 -11 106 -33c2 -2 4 -2 7 -2c4 0 8 1 11 5zM323 176c4 7 3 16 -4 20c-45 28 -96 43 -149 43c-29 0 -58 -4 -86 -13c-8 -3 -13 -11 -10 -19s11 -13 19 -10c25 8 51 12 77 12c47 0 93 -13 133 -38c2 -2 5 -2 8 -2
|
| 755 |
+
c5 0 9 2 12 7zM338 229c6 0 11 3 14 8c5 8 2 18 -6 23c-53 31 -114 48 -176 48c-34 0 -67 -5 -99 -14c-9 -3 -15 -12 -12 -21s12 -14 21 -11c29 9 60 13 90 13c56 0 112 -16 160 -44c3 -2 5 -2 8 -2zM225 16c6 -6 11 -13 15 -20c-13 -3 -26 -4 -40 -4c-32 0 -63 7 -90 21
|
| 756 |
+
c6 6 13 12 21 16c12 6 25 9 38 9c21 0 41 -8 56 -22z" />
|
| 757 |
+
<glyph glyph-name="uniF1DE" unicode="" horiz-adv-x="425"
|
| 758 |
+
d="M420 109c6 -21 7 -44 0 -65c-15 -44 -45 -72 -92 -78c-30 -4 -56 5 -77 28c-17 19 -26 41 -28 66c0 4 0 8 -1 12c-4 21 -18 30 -39 27c-24 -3 -47 -8 -71 -7c-13 0 -26 4 -38 10c-19 10 -28 27 -31 48s0 42 4 63c2 8 3 16 4 25c1 17 -8 29 -21 39c1 1 3 0 4 0
|
| 759 |
+
c23 -3 39 -23 38 -46c-1 -22 -2 -43 3 -65c1 -4 2 -8 3 -11c4 -12 15 -14 26 -15c20 -1 40 3 60 6c10 2 18 3 29 5c-9 6 -17 11 -25 16c-40 24 -65 57 -73 104c-1 9 -4 17 -6 26c-5 26 -21 41 -47 45c-13 2 -25 1 -38 -1c-1 0 -3 -1 -4 0c-1 2 1 2 2 3c24 12 49 15 75 8
|
| 760 |
+
c14 -4 22 -15 28 -27c6 -13 9 -27 13 -41c1 -4 3 -8 4 -12c6 -20 19 -35 38 -44s39 -15 60 -18c2 0 4 -2 4 2c-1 11 -1 22 -2 33c-2 21 -14 35 -32 45c-13 8 -26 17 -38 27c-30 27 -42 60 -35 100v2h3c-1 -24 5 -45 23 -63c10 -10 22 -15 34 -21c32 -14 58 -35 77 -64
|
| 761 |
+
c9 -14 13 -29 16 -44c0 -1 1 -2 1 -4c7 13 18 23 26 34c14 20 12 37 -4 55c-12 13 -28 21 -44 28c-2 1 -5 2 -7 3c-21 8 -31 25 -29 48c0 3 0 5 2 8c1 -5 2 -9 3 -14c4 -17 13 -27 30 -31c25 -6 50 -16 69 -34c12 -11 20 -23 23 -39c2 -14 0 -26 -6 -38
|
| 762 |
+
c-4 -9 -10 -18 -14 -27c-5 -10 -4 -20 0 -30c3 -6 7 -9 14 -9c41 -2 75 -28 86 -68z" />
|
| 763 |
+
<glyph glyph-name="uniF1DF" unicode="" horiz-adv-x="337"
|
| 764 |
+
d="M247 12v144h34v-179h-281v179h33l-2 -144h216zM53 35v36h169v-36h-169zM53 99l4 37l169 -17l-4 -36zM62 173l10 36l164 -46l-10 -36zM93 260l19 31l145 -87l-19 -32zM293 232l-30 -22l-98 138l29 22zM301 234l-28 167l36 6l28 -167z" />
|
| 765 |
+
<glyph glyph-name="uniF1E0" unicode="" horiz-adv-x="497"
|
| 766 |
+
d="M466 238c0 -20 -16 -36 -36 -36s-37 16 -37 36s17 36 37 36s36 -16 36 -36zM429 306c37 0 68 -31 68 -68s-31 -67 -68 -67l-64 -47c-2 -25 -24 -46 -50 -46c-24 0 -44 17 -49 40l-190 76c-8 -4 -17 -7 -26 -7c-28 0 -50 23 -50 51s22 50 50 50c24 0 44 -17 49 -40
|
| 767 |
+
l190 -76c8 4 17 7 26 7h5l42 60c0 37 30 67 67 67zM429 283c-25 0 -45 -20 -45 -45s20 -45 45 -45s45 20 45 45s-20 45 -45 45zM50 275c-20 0 -37 -17 -37 -37s17 -37 37 -37c3 0 5 -1 8 0l-15 7v0c-14 6 -22 23 -16 38s23 21 38 16v0l18 -7c-6 12 -19 20 -33 20zM315 166
|
| 768 |
+
c-3 0 -5 0 -8 -1l15 -6c15 -6 23 -24 17 -39s-24 -22 -39 -16c-6 2 -12 5 -18 7c6 -12 19 -19 33 -19c20 0 37 17 37 37s-17 37 -37 37z" />
|
| 769 |
+
<glyph glyph-name="uniF1E1" unicode="" horiz-adv-x="399"
|
| 770 |
+
d="M357 314c26 -34 42 -76 42 -122c0 -110 -89 -200 -199 -200c-78 0 -145 44 -178 109h87c41 0 70 22 70 58c0 76 -87 45 -87 72c0 13 10 18 29 18h32h29c17 0 36 -4 36 -22v-60c0 -44 35 -66 70 -66c36 0 69 22 69 66v147v0zM200 392c42 0 80 -13 112 -35v-191
|
| 771 |
+
c0 -13 -11 -24 -24 -24v0c-13 0 -24 11 -24 24v57c0 46 -24 65 -54 65h-98c-36 0 -65 -23 -65 -59c0 -18 8 -45 45 -52c30 -5 42 -4 42 -20s-17 -15 -40 -15h-88c-4 16 -6 33 -6 50c0 110 90 200 200 200v0z" />
|
| 772 |
+
<glyph glyph-name="uniF1E2" unicode="" horiz-adv-x="394"
|
| 773 |
+
d="M193 244c-24 -18 -47 -38 -74 -52c-4 -2 -8 -4 -13 -5c-12 -3 -20 -14 -20 -27c0 -12 9 -24 21 -27s25 2 31 13c7 15 20 25 33 34c5 4 7 3 11 -2c4 9 9 18 13 27c1 -1 1 -1 1 -2c-7 -25 -14 -52 -22 -77c-2 -6 -5 -10 -10 -13c-14 -9 -18 -28 -9 -43c9 -14 27 -19 42 -11
|
| 774 |
+
s21 26 14 41c-3 5 -3 11 -2 16c4 14 6 28 14 41c3 6 7 11 13 15c7 4 11 3 16 -3c6 -7 9 -15 8 -25c-1 -13 7 -25 19 -29s25 1 32 11c7 11 7 24 -2 34c-10 12 -21 23 -30 35c-16 21 -17 43 -4 66c7 12 15 25 22 38c6 11 15 21 26 27c10 5 19 6 29 0c6 -4 12 -7 19 -11
|
| 775 |
+
c15 -9 23 -22 23 -39v-168c0 -17 -8 -30 -22 -38c-51 -29 -101 -58 -152 -86c-15 -8 -30 -8 -45 0c-51 29 -102 57 -153 86c-14 8 -22 21 -22 37v170c0 16 7 29 21 37c51 29 103 58 155 87c13 7 28 7 42 0c8 -4 15 -8 23 -12c6 -3 8 -9 9 -16c1 -12 -1 -23 -7 -33
|
| 776 |
+
c-7 -12 -14 -25 -21 -37c-14 -22 -33 -36 -59 -40c-16 -3 -33 -1 -49 1c-12 1 -23 -5 -27 -16s0 -24 10 -30s23 -4 31 5c5 6 13 5 20 6c5 1 10 2 15 2c2 0 3 0 5 1c8 4 16 9 24 13z" />
|
| 777 |
+
<glyph glyph-name="uniF1E3" unicode=""
|
| 778 |
+
d="M333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM270 68v0v44c-14 -9 -28 -14 -42 -14c-8 0 -15 2 -21 6c-5 3 -8 6 -10 11s-2 15 -2 31v71h66v44h-66v70h-40c-2 -14 -4 -27 -9 -36s-11 -16 -19 -23
|
| 779 |
+
s-17 -12 -28 -16v-39h30v-97c0 -13 1 -22 4 -29s8 -13 15 -19s15 -11 25 -14s20 -5 33 -5c11 0 22 1 32 3s20 6 32 12z" />
|
| 780 |
+
<glyph glyph-name="uniF1E4" unicode="" horiz-adv-x="394"
|
| 781 |
+
d="M394 314c-11 -16 -24 -31 -40 -42v-10c0 -107 -81 -230 -230 -230c-46 0 -88 13 -124 36c6 -1 12 -1 19 -1c38 0 73 13 101 35c-35 1 -66 24 -76 56c5 -1 10 -2 15 -2c7 0 15 1 22 3c-37 7 -65 40 -65 79v2c11 -6 23 -11 36 -11c-22 15 -35 40 -35 68c0 15 3 28 10 40
|
| 782 |
+
c40 -49 100 -81 167 -84c-1 6 -2 12 -2 18c0 45 36 81 81 81c23 0 44 -9 59 -25c18 4 35 10 51 19c-6 -19 -18 -34 -35 -44c16 2 31 6 46 12z" />
|
| 783 |
+
<glyph glyph-name="uniF1E5" unicode=""
|
| 784 |
+
d="M333 376c20 0 36 -15 36 -35v-298c0 -20 -16 -35 -36 -35h-297c-20 0 -36 15 -36 35v298c0 20 16 35 36 35h297zM309 259c1 7 2 15 0 22c-1 3 -2 6 -4 8c-9 11 -29 11 -42 9c-11 -2 -48 -17 -60 -55h6c14 0 22 -2 25 -12c1 -4 2 -8 1 -14c-1 -10 -6 -20 -12 -31
|
| 785 |
+
c-7 -12 -19 -37 -35 -20c-2 2 -4 6 -5 6v0c-10 15 -9 42 -12 59c-2 11 -4 26 -8 37c0 1 0 5 -1 5v0c-4 10 -11 17 -18 19c-9 3 -22 -2 -29 -6c-22 -13 -39 -31 -59 -46v-1c5 -1 4 -2 5 -4c2 -3 4 -5 8 -6c13 -2 25 11 34 -3c1 -2 2 -3 3 -5h-1l1 -1v1v-1c3 -7 4 -15 7 -22
|
| 786 |
+
c5 -13 8 -26 12 -41c4 -16 8 -37 17 -52c5 -9 11 -16 19 -19c11 -5 28 2 36 7c23 13 40 32 55 52c35 46 54 99 57 114z" />
|
| 787 |
+
<glyph glyph-name="uniF1E6" unicode="" horiz-adv-x="368"
|
| 788 |
+
d="M368 203h-205v149l205 29v-178zM149 349v-146h-149v125zM0 183h149v-148l-149 22v126zM163 33v150h205v-180z" />
|
| 789 |
+
<glyph glyph-name="uniF1E7" unicode="" horiz-adv-x="399"
|
| 790 |
+
d="M147 277c-131 -136 -103 -210 -103 -210c-27 34 -44 78 -44 125c0 53 21 100 54 136c0 0 34 -15 93 -51zM200 315c-80 58 -130 29 -130 29c35 30 81 48 130 48s94 -18 129 -48c0 0 -49 29 -129 -29v0v0zM199 233c124 -92 145 -179 145 -179c-36 -38 -87 -62 -144 -62
|
| 791 |
+
s-109 24 -145 62c0 0 33 97 144 179zM399 192c0 -47 -16 -91 -43 -125c0 0 27 74 -104 210c59 36 94 51 94 51c33 -36 53 -83 53 -136z" />
|
| 792 |
+
<glyph glyph-name="uniF1E8" unicode="" horiz-adv-x="512"
|
| 793 |
+
d="M460 50l-53 6l6 46l53 -6zM512 328l-50 -202l-39 6l-1 207zM332 292c35 -27 53 -61 53 -103c0 -43 -18 -78 -53 -105c-30 -22 -67 -35 -111 -39h-56c-44 4 -82 17 -111 39c-36 27 -54 62 -54 105c0 42 18 76 54 103c35 27 82 41 139 41c56 0 103 -14 139 -41zM305 224
|
| 794 |
+
l7 10h-48h-50l2 -10l30 -5c-1 -6 -16 -20 -46 -43c-23 28 -39 51 -50 67l35 4l2 8c-16 1 -36 1 -60 0c-34 1 -52 1 -54 0v-10l33 -5c6 -5 18 -17 37 -40c18 -22 27 -36 28 -39l1 -15v-7c0 -12 -1 -20 -2 -21c-2 -2 -6 -2 -15 -3l-17 -1l-2 -10h52h59l1 11l-36 1l-3 22l1 9
|
| 795 |
+
l1 14c2 5 13 16 33 32c19 16 30 24 34 25z" />
|
| 796 |
+
<glyph glyph-name="uniF1E9" unicode="" horiz-adv-x="344"
|
| 797 |
+
d="M212 133c7 7 17 4 17 4l101 -32s14 -2 14 -12c0 -7 -4 -15 -4 -15l-43 -61s-7 -6 -15 -6s-17 12 -17 12l-54 90s-6 13 1 20zM207 179c-5 8 0 17 0 17l57 89s6 12 16 11c9 -1 13 -8 13 -8l48 -57s4 -9 2 -16s-16 -13 -16 -13l-100 -29s-15 -3 -20 6zM159 214
|
| 798 |
+
c-11 -3 -19 6 -19 6l-87 118s-12 14 -6 24c4 7 12 10 12 10l84 31c4 1 8 5 20 -3c8 -5 9 -23 9 -23l1 -143s-2 -17 -14 -20zM139 156c0 -15 -8 -15 -12 -18l-105 -23s-15 -6 -20 2c-3 6 -2 18 -2 18l6 73c0 5 5 9 10 12c6 4 20 -1 20 -1l90 -46s13 -6 13 -17zM165 117
|
| 799 |
+
c8 -4 9 -15 9 -15l-2 -105s1 -14 -8 -17c-6 -2 -15 0 -15 0l-70 23c-5 2 -9 5 -11 12s7 19 7 19l70 78s11 10 20 5z" />
|
| 800 |
+
<glyph glyph-name="uniF1EA" unicode=""
|
| 801 |
+
d="M160 88v67h16v-88h-16v9c-6 -7 -13 -11 -19 -11c-5 0 -8 3 -10 7c-1 3 -1 7 -1 13v70h16v-65v-6c0 -2 2 -4 4 -4c3 0 6 3 10 8zM71 169v17h56v-17h-19v-102h-18v102h-19zM181 247c-5 0 -8 4 -8 12v38c0 8 3 12 8 12s7 -4 7 -12v-38c0 -8 -2 -12 -7 -12zM222 156
|
| 802 |
+
c6 0 11 -3 13 -10c1 -4 2 -9 2 -17v-36c0 -8 -1 -14 -2 -18c-2 -7 -7 -10 -13 -10s-11 3 -16 10v-8h-16v119h16v-39c5 6 10 9 16 9zM221 92v38c0 8 -2 12 -7 12c-3 0 -5 -1 -8 -4v-54c3 -3 5 -4 8 -4c5 0 7 4 7 12zM274 156c8 0 15 -3 19 -9c3 -4 5 -11 5 -20v-19h-33v-16
|
| 803 |
+
c0 -8 3 -12 9 -12c4 0 6 3 7 7v10h17v-2c0 -5 -1 -8 -1 -10c-1 -4 -2 -7 -4 -10c-4 -6 -11 -10 -19 -10s-14 4 -19 10c-3 4 -6 11 -6 20v31c0 9 2 17 5 21c5 6 12 9 20 9zM281 122v8c0 8 -3 12 -8 12s-8 -4 -8 -12v-8h16zM333 376c20 0 36 -16 36 -36v-296
|
| 804 |
+
c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM218 323v-71c0 -6 0 -11 1 -14c2 -5 6 -6 11 -6c6 0 12 4 18 11v-10h17v90h-17v-69c-4 -5 -7 -7 -10 -7c-2 0 -4 0 -4 3v7v66h-16zM157 293v-31c0 -10 2 -17 5 -21c4 -6 11 -9 19 -9s14 3 19 9
|
| 805 |
+
c3 4 5 11 5 21v31c0 10 -2 17 -5 22c-5 6 -11 9 -19 9s-15 -3 -19 -9c-3 -5 -5 -12 -5 -22zM113 353h-19l12 -33c6 -17 9 -29 11 -38v-49h18v49l21 71h-18l-12 -47zM313 61c5 20 4 42 4 63s1 43 -4 63c-3 14 -15 24 -29 26c-33 4 -67 4 -100 4s-66 0 -99 -4
|
| 806 |
+
c-14 -2 -26 -12 -29 -26c-5 -20 -5 -42 -5 -63s0 -43 5 -63c3 -14 15 -24 29 -26c33 -4 66 -3 99 -3s67 -1 100 3c14 2 26 12 29 26z" />
|
| 807 |
+
<glyph glyph-name="uniF1EB" unicode="" horiz-adv-x="281"
|
| 808 |
+
d="M76 133c37 -3 66 -23 96 -41c21 -13 44 -20 69 -20c12 0 22 4 31 12c4 3 6 2 7 -3c9 -37 -21 -75 -59 -76c-19 -1 -35 6 -50 16c-17 11 -35 25 -52 36c-32 21 -67 28 -105 24c-11 -1 -12 -1 -13 11c-2 22 6 40 21 56c42 46 83 91 122 140c3 4 7 9 10 13c1 1 3 2 2 4
|
| 809 |
+
s-2 1 -4 1c-18 -1 -37 -2 -56 -2c-10 0 -18 2 -27 6c-15 7 -20 17 -14 32c5 12 11 23 19 34c2 3 4 4 7 2c17 -9 36 -11 55 -13c40 -3 80 0 119 8c5 1 6 -1 6 -5c2 -18 -4 -33 -16 -46c-42 -48 -82 -98 -127 -143c-14 -14 -29 -28 -41 -46z" />
|
| 810 |
+
<glyph glyph-name="uniF1EC" unicode=""
|
| 811 |
+
d="M333 376c20 0 36 -16 36 -36v-296c0 -20 -16 -36 -36 -36h-297c-20 0 -36 16 -36 36v296c0 20 16 36 36 36h297zM289 155h-165l135 39c9 3 16 7 21 13s9 15 9 23c0 10 -5 19 -13 26s-18 11 -29 11h-155c-5 -1 -9 -6 -9 -11v-27h164l-135 -38c-8 -3 -16 -7 -21 -14
|
| 812 |
+
s-8 -14 -8 -22c0 -10 4 -20 12 -27s18 -11 29 -11h154c5 1 10 6 11 11v27z" />
|
| 813 |
+
<glyph glyph-name="uniF1ED" unicode="" horiz-adv-x="394"
|
| 814 |
+
d="M175 214c12 12 32 12 44 0s12 -32 0 -44s-32 -12 -44 0s-12 32 0 44zM333 43v0v-1h-1v0l-8 -8v0c-4 -4 -11 -3 -15 0v0l-1 1v0v0l-7 7v0v0l-7 7v0v0v0v0c-4 4 -5 11 -1 16v1h1v1v0l7 7h1c64 65 64 171 -1 236v0v0l-8 7v0v0l-1 1v1c-4 4 -3 11 0 15v0l1 1v0v0l14 14v0v0v0
|
| 815 |
+
v0c4 4 11 5 16 1v0l9 -9v0v0c82 -82 83 -216 1 -298zM274 102v0h-1v0v0l-8 -9v1c-4 -4 -11 -3 -15 0v-1l-2 1v0v0l-14 15v0c-4 4 -5 11 -1 16v0l1 1v0v0l8 8v0c32 32 31 84 -1 116v0v0l-8 8v0v0l-1 1v0c-4 4 -3 11 0 15v0l1 1v0v0l14 14l1 1v0v0v0c4 4 11 4 16 0v0l9 -8v0
|
| 816 |
+
v-1c49 -49 50 -129 1 -179zM219 214c12 -12 12 -32 0 -44s-32 -12 -44 0s-12 32 0 44s32 12 44 0zM162 125c4 -4 3 -11 0 -15v0l-1 -1v0v0l-14 -14v0v-1v0v0c-4 -4 -12 -4 -17 0v0l-8 8v0l-1 1c-49 49 -49 129 0 179v0v0v0v0l7 8v0v0l1 1v-1c4 4 12 3 16 0v1l15 -16v0
|
| 817 |
+
c4 -4 5 -11 1 -16v0l-9 -9v0c-32 -32 -31 -84 1 -116v0v0l8 -8v0v0l1 -1v0zM102 65c4 -4 3 -11 0 -15v0l-1 -1v0v0l-14 -14v0v0v0v0c-4 -4 -11 -5 -16 -1v0l-9 9v0v0c-82 82 -83 216 -1 298v0l9 9v0c4 4 11 3 15 0v0l8 -8v0v0l8 -7v0c4 -4 4 -11 0 -16v-1h-1v-1v0l-7 -7v0
|
| 818 |
+
c-64 -65 -65 -171 0 -236h1v0l7 -7v0v0l1 -1v-1z" />
|
| 819 |
+
<glyph glyph-name="uniF1EE" unicode="" horiz-adv-x="426"
|
| 820 |
+
d="M426 244c1 -4 0 -8 -3 -11l-113 -90l50 -142c1 -4 0 -8 -3 -11c-2 -2 -4 -3 -6 -3s-4 1 -6 2l-132 79l-132 -79c-4 -2 -9 -2 -12 1s-4 7 -3 11l50 142l-112 90c-3 3 -4 7 -3 11s5 7 9 7h144l50 139c1 4 5 7 9 7s9 -3 10 -7l49 -139h144c4 0 9 -3 10 -7z" />
|
| 821 |
+
<glyph glyph-name="uniF1EF" unicode="" horiz-adv-x="308"
|
| 822 |
+
d="M308 335v0v-286v0c0 -6 -5 -11 -11 -11v0h-285v0h-1c-6 0 -11 5 -11 11v0v0v284v2c0 6 5 11 11 11h1h284v0h1c6 0 11 -5 11 -11z" />
|
| 823 |
+
<glyph glyph-name="uniF1F0" unicode="" horiz-adv-x="312"
|
| 824 |
+
d="M297 193c8 0 15 -7 15 -15s-7 -15 -15 -15h-1v0h-281v0c-8 0 -15 7 -15 15s7 15 15 15v0h281v0h1zM263 144c4 0 8 -4 8 -8v-1v-3c0 -48 -34 -90 -112 -90c-53 0 -91 19 -117 46c-2 1 -4 3 -4 6c0 2 1 4 2 5v0l18 27v0v0v0c1 2 4 4 7 4s5 -2 6 -4c20 -21 50 -39 90 -39
|
| 825 |
+
c42 0 58 20 58 40c0 2 -1 5 -1 7v0v2c0 4 4 8 8 8l1 -1v1h36zM63 214v0c-8 11 -12 25 -12 43c0 48 41 85 105 85c45 0 82 -15 108 -41v0c2 -1 3 -4 3 -6s-1 -4 -2 -5v0l-17 -25h-1v-1v0c-1 -2 -3 -3 -6 -3c-2 0 -4 1 -5 2v0c-23 23 -55 34 -85 34s-48 -15 -48 -36
|
| 826 |
+
c0 -28 45 -33 88 -46v0c1 0 2 -1 2 -2s-1 -3 -2 -3h-121c-3 0 -6 2 -7 4z" />
|
| 827 |
+
<glyph glyph-name="uniF1F1" unicode="" horiz-adv-x="315"
|
| 828 |
+
d="M313 54c1 -1 2 -3 2 -4v-11c0 -1 -1 -3 -2 -4s-2 -1 -3 -1h-67v0h-1c-1 0 -2 1 -2 2v13v0c0 1 1 2 2 3l1 1v0c37 26 41 30 41 36c0 4 -5 6 -10 6c-8 0 -15 -3 -21 -8v0v0v0v0c-2 -1 -5 -2 -7 0v0l-7 10v0c-1 2 -1 4 0 6v0v0l1 1v0c9 9 23 13 34 13c21 0 35 -12 35 -28
|
| 829 |
+
c0 -11 -6 -21 -26 -34h27v0c1 0 2 0 3 -1zM210 277c5 -5 5 -14 0 -19v0l-67 -66l67 -67v0c5 -5 5 -14 0 -19l-17 -17c-5 -5 -14 -5 -19 0v0v0l-67 66l-67 -66v0c-5 -5 -14 -5 -19 0l-17 17c-5 5 -5 14 0 19v0v0l67 67l-67 66v1c-5 5 -5 13 0 18l17 18c5 5 14 5 19 0l67 -67
|
| 830 |
+
l67 67v0c5 5 14 5 19 0z" />
|
| 831 |
+
<glyph glyph-name="uniF1F2" unicode="" horiz-adv-x="315"
|
| 832 |
+
d="M313 287c1 -1 2 -2 2 -3v-12c0 -1 -1 -2 -2 -3s-2 -2 -3 -2h-67v0h-1c-1 0 -2 1 -2 2v14v0c0 1 1 2 2 3h1v0c37 26 41 30 41 36c0 4 -5 6 -10 6c-8 0 -15 -3 -21 -8v0v0v0v0c-2 -1 -5 -2 -7 0v0l-7 11v0c-1 2 -1 3 0 5v0v1h1v1c9 9 23 12 34 12c21 0 35 -12 35 -28
|
| 833 |
+
c0 -11 -6 -20 -26 -33h27v0c1 0 2 -1 3 -2zM210 277c5 -5 5 -14 0 -19v0l-67 -67l67 -67v0c5 -5 5 -14 0 -19l-17 -17c-5 -5 -14 -5 -19 0v0v0l-67 67l-67 -67v0c-5 -5 -14 -5 -19 0l-17 17c-5 5 -5 14 0 19v0v0l67 67l-67 67v0c-5 5 -5 14 0 19l17 17c5 5 14 5 19 0l67 -67
|
| 834 |
+
l67 67v0c5 5 14 5 19 0z" />
|
| 835 |
+
<glyph glyph-name="uniF1F3" unicode="" horiz-adv-x="436"
|
| 836 |
+
d="M436 335v-1v0v-286v0c0 -8 -8 -14 -16 -14h-404c-8 0 -16 6 -16 14v0v286v0v1c0 9 7 15 16 15h404c9 0 16 -6 16 -15zM385 84v0v216h-334v-216h334zM410 179c7 0 13 5 13 12s-6 13 -13 13s-12 -6 -12 -13s5 -12 12 -12z" />
|
| 837 |
+
<glyph glyph-name="uniF1F4" unicode="" horiz-adv-x="317"
|
| 838 |
+
d="M301 410c9 0 16 -7 16 -16v-404c0 -9 -7 -16 -16 -16v0v0h-286v0c-8 0 -15 8 -15 16v404c0 8 7 16 15 16v0h286v0v0zM158 -13c7 0 13 6 13 13s-6 12 -13 12s-13 -5 -13 -12s6 -13 13 -13zM266 25v0v334h-215v-334h215z" />
|
| 839 |
+
<glyph glyph-name="uniF1F5" unicode="" horiz-adv-x="486"
|
| 840 |
+
d="M473 205c7 0 13 -6 13 -13s-6 -13 -13 -13h-38c-6 -96 -83 -173 -179 -179v-38c0 -7 -6 -13 -13 -13s-13 6 -13 13v38c-96 6 -172 83 -178 179h-39c-7 0 -13 6 -13 13s6 13 13 13h39c6 96 82 173 178 179v38c0 7 6 13 13 13s13 -6 13 -13v-38c96 -6 173 -83 179 -179h38z
|
| 841 |
+
M230 51v26c-54 6 -96 48 -102 102h-25c6 -68 59 -122 127 -128zM230 307v0v26c-68 -6 -121 -60 -127 -128h25c6 54 48 96 102 102zM256 333v-26c54 -6 96 -48 102 -102h26c-6 68 -60 122 -128 128zM256 51c68 6 122 60 128 128h-26c-6 -54 -48 -96 -102 -102v-26z" />
|
| 842 |
+
<glyph glyph-name="uniF1F6" unicode="" horiz-adv-x="384"
|
| 843 |
+
d="M192 307c64 0 115 -51 115 -115s-51 -115 -115 -115s-116 51 -116 115s52 115 116 115zM192 127c36 0 64 29 64 65s-28 65 -64 65s-65 -29 -65 -65s29 -65 65 -65zM192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 51
|
| 844 |
+
c78 0 141 63 141 141s-63 141 -141 141s-141 -63 -141 -141s63 -141 141 -141zM153 192c0 26 13 39 39 39s39 -13 39 -39s-13 -39 -39 -39s-39 13 -39 39z" />
|
| 845 |
+
<glyph glyph-name="uniF1F7" unicode="" horiz-adv-x="333"
|
| 846 |
+
d="M12 256c-3 3 -6 6 -6 11v56c0 5 3 12 6 16c0 0 1 3 3 5c11 11 54 45 153 45c117 0 154 -48 156 -50c3 -4 6 -11 6 -16v-56c0 -4 -1 -7 -4 -9c-4 -4 -9 -5 -14 -3l-65 20c-7 2 -12 9 -12 16v21c0 1 0 3 -1 4c0 0 -15 13 -66 13s-66 -13 -66 -13c0 -1 -1 -3 -1 -4v-24
|
| 847 |
+
c0 -5 -3 -10 -6 -13c-2 -2 -4 -3 -6 -4h-1l-65 -17c-4 -1 -8 0 -11 2zM35 148c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13c0 -6 -5 -11 -11 -11h-35c-6 0 -11 5 -11 11v13zM161 135c0 -6 -5 -11 -11 -11h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13z
|
| 848 |
+
M230 135c0 -6 -5 -11 -11 -11h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13zM299 135c0 -6 -5 -11 -11 -11h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13zM11 189c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13
|
| 849 |
+
c0 -6 -5 -11 -11 -11h-35zM115 189h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13c0 -6 -5 -11 -11 -11zM184 189h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13c0 -6 -5 -11 -11 -11zM253 224c6 0 11 -5 11 -11v-13
|
| 850 |
+
c0 -6 -5 -11 -11 -11h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35zM322 224c6 0 11 -5 11 -11v-13c0 -6 -5 -11 -11 -11h-35c-6 0 -11 5 -11 11v13c0 6 5 11 11 11h35zM57 70c0 -6 -5 -10 -11 -10h-35c-6 0 -11 4 -11 10v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13zM80 60
|
| 851 |
+
c-6 0 -11 4 -11 10v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13c0 -6 -5 -10 -11 -10h-35zM149 60c-6 0 -11 4 -11 10v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13c0 -6 -5 -10 -11 -10h-35zM218 60c-6 0 -11 4 -11 10v13c0 6 5 11 11 11h35c6 0 11 -5 11 -11v-13
|
| 852 |
+
c0 -6 -5 -10 -11 -10h-35zM322 94c6 0 11 -5 11 -11v-13c0 -6 -5 -10 -11 -10h-35c-6 0 -11 4 -11 10v13c0 6 5 11 11 11h35zM281 30c6 0 11 -5 11 -11v-13c0 -6 -5 -11 -11 -11h-233c-6 0 -10 5 -10 11v13c0 6 4 11 10 11h233z" />
|
| 853 |
+
<glyph glyph-name="uniF1F8" unicode="" horiz-adv-x="358"
|
| 854 |
+
d="M358 88c1 -5 -1 -11 -5 -15l-50 -50c-5 -5 -13 -9 -20 -10h-7v0c-19 0 -89 7 -179 97c-106 106 -97 183 -97 186c1 7 5 15 10 20l51 50c3 3 7 5 12 5c6 0 12 -4 15 -10l41 -76c4 -8 2 -19 -5 -26l-18 -19c-1 -1 -2 -4 -2 -5c0 0 1 -25 47 -71s72 -48 72 -48c1 0 3 2 4 3
|
| 855 |
+
l22 21c4 4 10 7 16 7c4 0 7 -1 10 -3h1l73 -43c5 -3 8 -8 9 -13z" />
|
| 856 |
+
<glyph glyph-name="uniF1F9" unicode="" horiz-adv-x="379"
|
| 857 |
+
d="M364 45c8 0 15 -8 15 -16s-7 -15 -15 -15h-1v0h-348v0c-8 0 -15 7 -15 15s7 16 15 16v0h348v0h1zM63 80c-7 0 -13 6 -13 13c0 2 1 4 1 5v0l103 263v0c2 5 7 9 13 9h45c6 0 11 -4 13 -9v0l103 -262v-1v-1v0c0 -1 1 -3 1 -4c0 -7 -7 -13 -14 -13h-1v0h-29v0
|
| 858 |
+
c-5 0 -9 4 -11 8v0l-18 48h-133l-18 -47c-2 -5 -7 -9 -13 -9h-29zM189 319l-52 -138h104z" />
|
| 859 |
+
<glyph glyph-name="uniF1FA" unicode="" horiz-adv-x="332"
|
| 860 |
+
d="M65 358c6 0 12 -5 12 -11v0v0v-54v0c0 -6 -6 -12 -12 -12v0h-53v0v0c-6 0 -12 6 -12 12v0v54v0v0c0 6 6 11 12 11v0v0h53v0zM193 358c6 0 12 -5 12 -11v0v0v-54v0c0 -6 -6 -12 -12 -12v0h-54v0v0c-6 0 -11 6 -11 12v0v54v0v0c0 6 5 11 11 11v0v0h54v0zM332 347v0v0v-54v0
|
| 861 |
+
c0 -6 -5 -12 -11 -12v0h-54v0v0c-6 0 -12 6 -12 12v0v54v0c0 6 6 11 12 11v0v0h54v0c6 0 11 -5 11 -11zM65 230c6 0 12 -5 12 -11v0v0v-54v0c0 -6 -6 -11 -12 -11v0h-53v0v0c-6 0 -12 5 -12 11v0v54v0v0c0 6 6 11 12 11v0v0h53v0zM193 230c6 0 12 -5 12 -11v0v0v-54v0
|
| 862 |
+
c0 -6 -6 -11 -12 -11v0h-54v0v0c-6 0 -11 5 -11 11v0v54v0v0c0 6 5 11 11 11v0v0h54v0zM321 230c6 0 11 -5 11 -11v0v0v-54v0c0 -6 -5 -11 -11 -11v0h-54v0v0c-6 0 -12 5 -12 11v0v54v0c0 6 6 11 12 11v0v0h54v0zM65 103c6 0 12 -6 12 -12v0v0v-54v0c0 -6 -6 -11 -12 -11v0
|
| 863 |
+
h-53v0v0c-6 0 -12 5 -12 11v0v54v0v0c0 6 6 12 12 12v0v0h53v0zM193 103c6 0 12 -6 12 -12v0v0v-54v0c0 -6 -6 -11 -12 -11v0h-54v0v0c-6 0 -11 5 -11 11v0v54v0v0c0 6 5 12 11 12v0v0h54v0zM321 103c6 0 11 -6 11 -12v0v0v-54v0c0 -6 -5 -11 -11 -11v0h-54v0v0
|
| 864 |
+
c-6 0 -12 5 -12 11v0v54v0c0 6 6 12 12 12v0v0h54v0z" />
|
| 865 |
+
<glyph glyph-name="uniF1FB" unicode="" horiz-adv-x="512"
|
| 866 |
+
d="M509 276c4 -4 4 -9 0 -13v0l-324 -324v0c-4 -4 -9 -4 -13 0v1l-63 62c8 12 7 28 -4 39s-27 12 -39 4l-63 63v0v0c-4 4 -4 9 0 13v0l324 324v0c4 4 9 4 13 0l63 -63c-8 -12 -7 -28 4 -39s27 -12 39 -4l63 -63v0zM438 263c4 4 4 9 0 13l-98 98v0c-4 4 -9 4 -13 0v0
|
| 867 |
+
l-253 -253v0c-4 -4 -4 -9 0 -13v0l98 -98v0v0c4 -4 9 -4 13 0v0v0zM317 184c1 0 2 -1 2 -2s-1 -2 -1 -2l-1 -1l-39 -9l-9 -39c0 -1 -2 -2 -3 -2s-2 1 -2 2l-17 35l-36 -4c-1 0 -3 0 -3 1s-1 2 0 3l27 26l-17 34c0 1 0 2 1 3s2 1 3 1l34 -17l26 27c1 1 2 0 3 0s1 -2 1 -3
|
| 868 |
+
l-4 -36z" />
|
| 869 |
+
<glyph glyph-name="uniF1FC" unicode="" horiz-adv-x="332"
|
| 870 |
+
d="M321 139c7 -3 11 -12 11 -21v-77v-14c0 -12 -9 -22 -19 -22h-123v70v2v0l-20 34v0v1v0c-1 1 -2 2 -4 2s-2 -1 -3 -2v0l-21 -35h1c0 -1 -1 -1 -1 -2v-70h-123c-10 0 -19 10 -19 22v14v77c0 9 5 18 12 21l83 38l32 15c-15 9 -27 22 -35 39c-7 14 -11 31 -11 49
|
| 871 |
+
c0 10 2 20 4 29c11 40 43 70 81 70c39 0 72 -30 82 -72c2 -9 3 -18 3 -27c0 -17 -4 -32 -10 -46c-8 -17 -19 -32 -34 -41l33 -16zM190 162v2c0 2 -2 4 -4 4h-40c-2 0 -4 -2 -4 -4c0 -1 1 -1 1 -2v0l19 -35v0h1v0c1 -1 1 -2 3 -2s3 1 4 2v0l20 35v0z" />
|
| 872 |
+
<glyph glyph-name="uniF1FD" unicode="" horiz-adv-x="332"
|
| 873 |
+
d="M321 139c7 -3 11 -12 11 -21v-77v-14c0 -12 -9 -22 -19 -22h-294c-10 0 -19 10 -19 22v14v77c0 9 5 18 12 21l83 38l32 15c-1 1 -3 2 -4 3h-44c-7 0 -13 5 -13 12v33v0c1 46 18 87 42 112c13 14 29 23 47 26h2s2 1 3 1h6v0v0v0h6c1 0 2 -1 3 -1h3c18 -3 34 -13 47 -27
|
| 874 |
+
c24 -25 40 -65 41 -111v0v-33c0 -7 -5 -12 -12 -12h-45l-2 -2l33 -16z" />
|
| 875 |
+
<glyph glyph-name="uniF1FE" unicode="" horiz-adv-x="332"
|
| 876 |
+
d="M321 139c7 -3 11 -12 11 -21v-77v-14c0 -12 -9 -22 -19 -22h-294c-10 0 -19 10 -19 22v14v77c0 9 5 18 12 21l83 38l32 15c-15 9 -27 22 -35 39c-7 14 -11 31 -11 49c0 10 2 20 4 29c11 40 43 70 81 70c39 0 72 -30 82 -72c2 -9 3 -18 3 -27c0 -17 -4 -32 -10 -46
|
| 877 |
+
c-8 -17 -19 -32 -34 -41l33 -16z" />
|
| 878 |
+
<glyph glyph-name="uniF1FF" unicode="" horiz-adv-x="488"
|
| 879 |
+
d="M382 145c4 -2 7 -5 9 -9c2 -3 3 -7 3 -11v-69v-13c0 -11 -8 -20 -17 -20h-266c-9 0 -17 9 -17 20v13v69v3c1 7 5 14 11 17l74 34l29 14c-1 1 -2 0 -3 1h-40c-6 0 -11 5 -11 11v30v0c1 37 12 69 30 92c14 21 36 34 60 34c22 0 42 -11 56 -29c20 -23 33 -58 34 -97v0v-30
|
| 880 |
+
c0 -6 -5 -11 -11 -11h-40c-1 0 -1 -1 -2 -1l29 -14zM119 179l-25 -11c-15 -7 -25 -24 -25 -42v-69h-55c-8 0 -14 7 -14 16v66c0 7 4 13 9 15l83 39c-20 12 -33 36 -33 64c0 40 28 71 62 71c10 0 20 -3 28 -8c-17 -30 -29 -68 -30 -110v0v-31zM479 153c5 -2 9 -8 9 -15v-66
|
| 881 |
+
c0 -9 -6 -16 -14 -16h-55v69c0 18 -11 35 -26 42l-24 11v31h-1c-1 42 -12 80 -29 110c8 5 18 9 28 9c34 0 62 -32 62 -72c0 -28 -14 -52 -34 -64z" />
|
| 882 |
+
<glyph glyph-name="uniF200" unicode="" horiz-adv-x="489"
|
| 883 |
+
d="M481 153c5 -3 8 -8 8 -15v-66c0 -9 -5 -16 -13 -16h-58v70c0 18 -9 34 -24 41l-54 25v0c-5 3 -10 7 -14 12c12 19 19 43 19 67c0 16 -2 32 -8 46c9 7 20 11 32 11c34 0 61 -32 61 -72c0 -27 -13 -51 -32 -63zM150 193l-56 -26c-15 -7 -25 -23 -25 -41v-70h-55
|
| 884 |
+
c-8 0 -14 7 -14 16v66c0 7 4 13 9 15l83 39c-20 12 -33 36 -33 64c0 40 28 72 62 72c11 0 21 -4 30 -10c-6 -14 -9 -30 -9 -47c0 -25 7 -49 20 -68c-4 -4 -8 -7 -12 -10zM383 144c6 -3 10 -10 10 -18v-70v-12c0 -11 -8 -20 -17 -20h-265c-9 0 -17 9 -17 20v12v70
|
| 885 |
+
c0 8 5 15 11 18l75 35l29 13c-13 8 -25 20 -32 35c-6 13 -10 28 -10 44c0 9 2 18 4 26c10 36 39 63 73 63c35 0 64 -28 73 -65c2 -8 3 -16 3 -24c0 -15 -3 -29 -9 -41c-7 -16 -18 -29 -31 -37l31 -15z" />
|
| 886 |
+
<glyph glyph-name="uniF201" unicode="" horiz-adv-x="442"
|
| 887 |
+
d="M140 207v0v-24l-39 -18c-16 -8 -27 -25 -27 -44v-74h-59c-8 0 -15 8 -15 17v71c0 7 3 13 9 16l90 41c-21 13 -36 38 -36 68c0 42 30 77 66 77c12 0 22 -4 32 -10c-1 -4 -3 -7 -4 -11c-10 -22 -16 -48 -17 -76v0v-28v-5zM430 139c7 -3 12 -12 12 -21v-77v-14
|
| 888 |
+
c0 -12 -9 -22 -19 -22h-295c-10 0 -19 10 -19 22v14v77c0 9 5 18 12 21l83 38l33 15c-1 1 -3 2 -4 3h-45c-7 0 -12 5 -12 12v33v0c1 46 18 87 42 112c13 14 28 23 46 26h3s2 1 3 1h6h6c1 0 2 -1 3 -1h2c18 -3 34 -13 47 -27c24 -25 40 -65 41 -111h1v-33
|
| 889 |
+
c0 -7 -6 -12 -13 -12h-44c-1 -1 -2 -1 -3 -2l34 -16z" />
|
| 890 |
+
<glyph glyph-name="uniF202" unicode="" horiz-adv-x="420"
|
| 891 |
+
d="M419 124c0 -1 1 -2 1 -3v-74v-13c0 -12 -9 -21 -19 -21h-282c-10 0 -18 9 -18 21v13v74c0 2 0 4 1 6c2 6 5 12 10 14l80 37l31 14c-14 8 -26 22 -34 38c-6 12 -9 25 -10 40v6v8c1 7 2 13 4 20c1 4 2 8 3 11c13 33 41 56 74 56v0v0c37 0 68 -29 78 -69c2 -8 4 -17 4 -26
|
| 892 |
+
c0 -16 -4 -31 -10 -44c-8 -17 -19 -30 -33 -39l32 -16l77 -36c6 -3 10 -10 11 -17zM155 190l-54 -25c-16 -8 -27 -25 -27 -44v-74h-59c-8 0 -15 8 -15 17v71c0 7 3 13 9 16l90 41l-2 1h-36c-5 0 -10 5 -10 10v26v0c2 62 37 111 80 111c9 0 17 -2 25 -6
|
| 893 |
+
c-8 -17 -13 -37 -13 -58c0 -30 10 -56 26 -78z" />
|
| 894 |
+
<glyph glyph-name="uniF203" unicode="" horiz-adv-x="420"
|
| 895 |
+
d="M160 193l-59 -28c-16 -8 -27 -25 -27 -44v-74h-59c-8 0 -15 8 -15 17v71c0 7 3 13 9 16l90 41c-21 13 -36 38 -36 68c0 42 30 77 66 77c12 0 22 -4 32 -10c-6 -15 -9 -33 -9 -51c0 -27 7 -51 21 -72c-4 -4 -8 -8 -13 -11zM408 141c7 -3 12 -11 12 -20v-74v-13
|
| 896 |
+
c0 -12 -9 -21 -19 -21h-282c-10 0 -18 9 -18 21v13v74c0 9 4 17 11 20l80 37l31 14c-14 8 -26 22 -34 38c-7 14 -10 29 -10 46c0 10 2 19 4 28c10 39 40 67 77 67s68 -29 78 -69c2 -8 4 -17 4 -26c0 -16 -4 -31 -10 -44c-8 -17 -19 -30 -33 -39l32 -16z" />
|
| 897 |
+
<glyph glyph-name="uniF204" unicode="" horiz-adv-x="321"
|
| 898 |
+
d="M293 277c7 0 12 -5 12 -12v-256c0 -7 -5 -12 -12 -12h-265c-7 0 -12 5 -12 12v256c0 7 5 12 12 12h265zM309 359c7 0 12 -5 12 -12v-35c0 -7 -5 -13 -12 -13h-297c-7 0 -12 6 -12 13v35c0 7 5 12 12 12h101v16c0 7 5 12 12 12h72c7 0 12 -5 12 -12v-16h100z" />
|
| 899 |
+
<glyph glyph-name="uniF205" unicode="" horiz-adv-x="431"
|
| 900 |
+
d="M431 33c1 -1 0 -2 0 -3c0 -4 -2 -7 -6 -7v0h-72v-20c0 -3 -3 -5 -6 -5h-26c-3 0 -6 2 -6 5v20h-72v0c-4 0 -6 3 -6 7c0 1 0 2 1 3v0l8 16h-82v-44c0 -4 -4 -7 -8 -7h-38c-4 0 -7 3 -7 7v44h-101v0c-5 0 -10 4 -10 9c0 2 1 4 2 6l52 90h-21v0c-4 0 -8 4 -8 8c0 2 1 4 2 5
|
| 901 |
+
l48 83h-12v0c-3 0 -6 2 -6 5c0 1 1 2 1 3v0l71 123c2 3 4 5 8 5s7 -2 9 -5v0l71 -123v0c0 -1 1 -2 1 -3c0 -3 -3 -5 -6 -5v0h-12l49 -84v-1c1 -1 1 -2 1 -3c0 -4 -4 -8 -8 -8v0h-21l43 -75l11 19h-15v0c-3 0 -5 3 -5 6v2v0l35 60h-9v0c-2 0 -4 2 -4 4c0 1 1 1 1 2v0l50 87v0
|
| 902 |
+
c1 2 3 4 6 4s5 -2 6 -4v0l50 -87v0c0 -1 1 -1 1 -2c0 -2 -2 -4 -4 -4v0h-8l34 -60v0c0 -1 1 -1 1 -2c0 -3 -3 -6 -6 -6v0h-15l38 -65v0z" />
|
| 903 |
+
<glyph glyph-name="uniF206" unicode="" horiz-adv-x="331"
|
| 904 |
+
d="M331 325v0v-133v0c0 -5 -5 -10 -10 -10v0h-43c-7 -47 -42 -84 -87 -94v-65h51v0c7 0 13 -6 13 -13s-6 -13 -13 -13v0v0h-153v0c-7 0 -13 6 -13 13s6 13 13 13h51v65c-45 10 -81 47 -88 94h-42v0c-5 0 -10 5 -10 10v0v0v0v0v133v0v1v0v0c0 5 5 9 10 9h41v36v1
|
| 905 |
+
c0 8 6 14 14 15v0h199v0h1c8 0 15 -7 15 -15v-1v-36h41v0c5 0 10 -5 10 -10zM51 208v102h-25v-102h25zM305 208v102h-25v-102h25z" />
|
| 906 |
+
<glyph glyph-name="uniF207" unicode="" horiz-adv-x="312"
|
| 907 |
+
d="M297 61c8 0 15 -7 15 -15s-7 -16 -15 -16l-1 1v-1h-281v1c-8 0 -15 7 -15 15s7 15 15 15v0h281v0h1zM156 79c-81 0 -121 46 -121 115v145c0 8 7 15 15 15h20c8 0 15 -7 15 -15v-1v-143c0 -44 25 -73 71 -73s71 29 71 73v143v1c0 8 7 15 15 15h20c8 0 15 -7 15 -15v-145
|
| 908 |
+
c0 -69 -40 -115 -121 -115z" />
|
| 909 |
+
<glyph glyph-name="uniF208" unicode="" horiz-adv-x="384"
|
| 910 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 51c78 0 141 63 141 141s-63 141 -141 141s-141 -63 -141 -141s63 -141 141 -141zM166 281c0 16 8 25 24 25s24 -9 24 -25s-8 -24 -24 -24s-24 8 -24 24zM273 201v0
|
| 911 |
+
c2 -2 3 -4 3 -7c0 -6 -4 -10 -10 -10c-3 0 -5 1 -7 3v0l-34 34v0h-1v0c-1 0 -1 1 -2 1c-2 0 -3 -1 -3 -3v-1v0v-30v-32v-63c0 -7 -5 -12 -12 -12s-12 5 -12 12v63v0c0 2 -1 4 -3 4s-3 -2 -3 -4v0v-63c0 -7 -5 -12 -12 -12s-12 5 -12 12v63v32v31v0c0 2 -1 3 -3 3
|
| 912 |
+
c-1 0 -2 0 -3 -1v0l-34 -34v0c-2 -2 -4 -3 -7 -3c-6 0 -10 4 -10 10c0 3 1 5 3 7v0l46 46v1v0v0c2 2 5 3 8 3v0h53h1c3 0 6 -1 8 -3v0v0v-1z" />
|
| 913 |
+
<glyph glyph-name="uniF209" unicode="" horiz-adv-x="463"
|
| 914 |
+
d="M59 344v0c-6 6 -6 14 0 20s14 6 20 0v0v0v0h1l49 -49c6 -6 6 -15 0 -21s-15 -6 -21 0zM144 363v0c-2 8 2 16 10 18s16 -2 18 -10v0v0v0v0l19 -68c2 -8 -3 -16 -11 -18s-16 2 -18 10zM58 246c-8 2 -12 10 -10 18s9 12 17 10v0h1v0v0l67 -18c8 -2 13 -10 11 -18
|
| 915 |
+
s-10 -12 -18 -10l-68 18v0v0v0v0zM405 40v0c6 -6 5 -14 -1 -20s-14 -6 -20 0v0v0v0v0l-50 49c-6 6 -6 15 0 21s15 6 21 0zM319 21v0c2 -8 -2 -16 -10 -18s-16 2 -18 10v0v0v0v0l-18 68c-2 8 2 16 10 18s16 -2 18 -10zM405 138c8 -2 13 -10 11 -18s-10 -12 -18 -10v0v0v0v0
|
| 916 |
+
l-68 18c-8 2 -13 10 -11 18s10 12 18 10l68 -18v0v0v0v0zM222 183c39 -39 40 -101 4 -141v0l-51 -52c-40 -40 -105 -40 -145 0s-40 105 0 145l52 52v0c40 36 101 35 140 -4zM189 77v0c17 20 16 50 -3 69s-50 20 -70 3v0l-3 -3v0v0l-46 -46v0c-20 -20 -20 -53 0 -73
|
| 917 |
+
s53 -20 73 0v0l46 46v0v0zM433 394c39 -39 40 -101 4 -141v0l-52 -52c-40 -40 -104 -40 -144 0s-40 105 0 145l51 51h1c40 36 101 36 140 -3zM400 287v0c17 20 16 51 -3 70s-50 20 -70 3v0l-3 -3v0v0l-46 -46h-1c-20 -20 -20 -53 0 -73s53 -20 73 0v0l47 46v0v0z" />
|
| 918 |
+
<glyph glyph-name="uniF20A" unicode="" horiz-adv-x="356"
|
| 919 |
+
d="M342 215c7 0 14 -6 14 -13v-192c0 -7 -7 -13 -14 -13h-329c-7 0 -13 6 -13 13v192c0 7 6 13 13 13h19h29v54c0 65 55 118 122 118c66 0 120 -52 121 -116v-2c0 -5 -4 -10 -10 -10v0h-51c-6 0 -10 5 -10 10c0 27 -22 48 -50 48s-50 -21 -50 -48v-54h123h67h19z" />
|
| 920 |
+
<glyph glyph-name="uniF20B" unicode="" horiz-adv-x="473"
|
| 921 |
+
d="M387 259c46 6 86 -34 86 -83c0 -18 -6 -35 -16 -50c-3 -4 -7 -7 -12 -7h-138c-1 47 -39 86 -87 86s-86 -39 -87 -86h-102c-5 0 -10 3 -13 8c-12 20 -18 42 -18 66c0 66 49 121 110 121c8 0 15 -1 23 -3c27 39 70 61 115 61c65 0 121 -47 139 -113zM274 88c1 -2 1 -3 0 -5
|
| 922 |
+
s-2 -3 -4 -3h-24v-64c0 -3 -2 -4 -5 -4h-44c-3 0 -4 1 -4 4v64h-24c-2 0 -4 1 -5 3s0 4 1 5l50 71c1 1 2 2 4 2v0c2 0 3 -1 4 -2z" />
|
| 923 |
+
<glyph glyph-name="uniF20C" unicode="" horiz-adv-x="420"
|
| 924 |
+
d="M394 194c14 0 26 -11 26 -25v-144c0 -14 -12 -25 -26 -25h-368c-14 0 -26 11 -26 25v144c0 14 12 25 26 25h93c11 0 22 -7 25 -17c9 -28 36 -46 66 -46s57 18 66 46c3 10 13 17 24 17h94zM137 273c-3 0 -5 1 -6 3s-1 5 1 7l72 98c1 2 4 3 6 3v0c2 0 4 -1 5 -3l73 -98
|
| 925 |
+
c2 -2 2 -5 1 -7s-3 -3 -6 -3h-35v-88c0 -4 -3 -7 -7 -7h-63c-4 0 -7 3 -7 7v88h-34z" />
|
| 926 |
+
<glyph glyph-name="uniF20D" unicode="" horiz-adv-x="150"
|
| 927 |
+
d="M150 266v0v-233v0c0 -8 -7 -15 -15 -15v0h-121v0c-8 0 -14 7 -14 15v0v233v0c0 8 6 14 14 14h1h11v77v0c0 4 3 7 7 8v1h83c5 0 8 -4 8 -9v0v0v-77h11v0c8 0 15 -6 15 -14zM99 280v60h-48v-60h48zM62 294v11h26v-11h-26z" />
|
| 928 |
+
<glyph glyph-name="uniF20E" unicode="" horiz-adv-x="410"
|
| 929 |
+
d="M288 134v-54c0 -13 -10 -23 -23 -23h-242c-13 0 -23 10 -23 23v224c0 13 10 23 23 23h242c13 0 23 -10 23 -23v-53v0l122 57v-232z" />
|
| 930 |
+
<glyph glyph-name="uniF20F" unicode="" horiz-adv-x="243"
|
| 931 |
+
d="M243 328v-270h-1l1 -1c0 -6 -5 -11 -11 -11c-2 0 -4 1 -6 2l-85 49v0l-59 34h-74v0v0c-4 0 -8 4 -8 8v106c0 4 4 8 8 8v0v0h74l40 23v0l105 60v0c2 1 3 2 5 2c5 0 9 -5 10 -10h1z" />
|
| 932 |
+
<glyph glyph-name="uniF210" unicode="" horiz-adv-x="436"
|
| 933 |
+
d="M271 268c-4 5 -4 12 0 17v0l1 1v0v0l16 16v0v0v0v0c5 5 14 5 19 1v0l10 -10v0v0c43 -43 53 -106 31 -159l-41 41c5 29 -4 60 -26 82v1v0l-10 10v0zM366 361c77 -77 90 -194 40 -285l-37 37c31 70 18 155 -39 212v0h-1l-8 9v0v0l-1 1v0c-4 5 -4 12 0 17v0l17 18v0
|
| 934 |
+
c5 5 13 5 18 1v0l10 -10v0h1zM243 316v0v-77l-60 60l44 25v0c2 1 3 2 5 2c5 0 9 -5 10 -10h1zM82 241l9 5l152 -151v-49h-1l1 -1c0 -6 -5 -10 -11 -10c-2 0 -4 0 -6 1l-85 49v0l-59 34h-74v0v0c-4 0 -8 4 -8 8v106c0 4 4 8 8 8v0v0h74zM401 45v0c5 -5 5 -13 0 -18l-1 -1
|
| 935 |
+
l-17 -18v0c-5 -5 -13 -5 -18 0v0l-331 331c-5 5 -5 13 0 18v0l18 18v1c5 5 13 5 18 0v0v0z" />
|
| 936 |
+
<glyph glyph-name="uniF211" unicode="" horiz-adv-x="436"
|
| 937 |
+
d="M366 361c93 -93 93 -245 0 -338v0l-8 -9v0v0l-1 -1h-1c-5 -4 -12 -4 -17 0v0l-17 17v0c-5 5 -5 14 -1 19v0l1 1v0v0l9 9v-1c73 74 73 193 -1 267v1l-1 -1l-8 9v0v0l-1 1v0c-4 5 -4 13 0 18v0l17 17v0c5 5 13 5 18 1v0l10 -10v0h1zM317 293c56 -56 56 -147 1 -203v0
|
| 938 |
+
l-10 -10v0c-5 -4 -12 -4 -17 0v0l-18 18v0c-5 5 -5 13 -1 18v0l1 1v0v0l9 9v0c36 37 35 96 -1 132v0v0l-10 10v0c-4 5 -4 12 0 17v0l1 1v0v0l16 16v1v0v0v0c5 5 14 5 19 1v0l10 -10v0v-1zM232 326c5 0 9 -4 10 -9h1v-270h-1l1 -1c0 -6 -5 -11 -11 -11c-2 0 -4 1 -6 2l-85 49
|
| 939 |
+
v0l-59 34h-74v0v0c-4 0 -8 4 -8 8v105c0 4 4 8 8 8v0v0h74l40 23v0l105 61v0c2 1 3 1 5 1z" />
|
| 940 |
+
<glyph glyph-name="uniF212" unicode="" horiz-adv-x="384"
|
| 941 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM53 167c8 -44 37 -81 75 -101c-24 28 -40 63 -45 101h-30zM83 217c5 38 21 73 45 101c-38 -20 -67 -57 -75 -101h30zM167 100v67h-33c5 -25 17 -48 33 -67zM167 217v67
|
| 942 |
+
c-16 -19 -28 -42 -33 -67h33zM331 217c-8 44 -37 81 -75 101c24 -28 40 -63 45 -101h30zM217 100c16 19 28 42 33 67h-33v-67zM217 217h33c-5 25 -17 48 -33 67v-67zM256 66c38 20 67 57 75 101h-30c-5 -38 -21 -73 -45 -101z" />
|
| 943 |
+
<glyph glyph-name="uniF213" unicode="" horiz-adv-x="285"
|
| 944 |
+
d="M152 62l29 -29c-19 -15 -44 -25 -70 -25c-61 0 -111 50 -111 111c0 26 10 51 25 70l27 -28c-8 -12 -13 -25 -13 -40c0 -39 33 -72 72 -72c15 0 29 5 41 13zM202 340c0 24 13 36 37 36s37 -12 37 -36s-13 -37 -37 -37s-37 13 -37 37zM262 215c13 0 23 -10 23 -23v-117
|
| 945 |
+
c0 -13 -10 -23 -23 -23s-23 10 -23 23v94h-29c8 -15 12 -32 12 -50c0 -26 -8 -49 -23 -68l-29 29c8 12 12 26 12 41c0 39 -32 71 -71 71c-15 0 -29 -5 -41 -13l-27 27c10 8 22 15 35 19l67 66l-28 17l-33 -33h-1v-1v0c-4 -4 -10 -6 -16 -6c-13 0 -23 10 -23 23
|
| 946 |
+
c0 6 3 12 7 16v0l45 45l1 1v1v-1c4 4 10 6 16 6c3 0 6 -1 9 -2v1l103 -60v0c7 -4 11 -11 11 -19c0 -5 -1 -10 -4 -14v0l-1 -1c-1 -1 -3 -2 -4 -3l-46 -46h81z" />
|
| 947 |
+
<glyph glyph-name="uniF214" unicode="" horiz-adv-x="415"
|
| 948 |
+
d="M405 226c6 -1 10 -5 10 -11v-46c0 -6 -4 -10 -10 -11l-53 -5c-3 -13 -8 -25 -15 -36l34 -41c4 -4 3 -11 -1 -15l-32 -32c-2 -2 -5 -3 -8 -3c-2 0 -5 1 -7 3l-41 33c-11 -7 -23 -12 -36 -15l-5 -52c-1 -6 -5 -10 -11 -10h-45c-6 0 -10 4 -11 10l-5 52c-13 3 -26 8 -37 15
|
| 949 |
+
l-40 -33c-2 -2 -5 -3 -7 -3c-3 0 -6 1 -8 3l-32 32c-4 4 -5 11 -1 15l34 41c-7 11 -12 23 -15 36l-53 5c-6 1 -10 5 -10 11v46c0 6 4 10 10 11l53 5c3 13 8 25 15 36l-34 41c-4 4 -3 11 1 15l32 32c2 2 5 3 8 3c2 0 5 -1 7 -3l40 -33c11 7 24 12 37 15l5 52c1 6 5 10 11 10
|
| 950 |
+
h45c6 0 10 -4 11 -10l5 -52c13 -3 25 -8 36 -15l41 33c2 2 5 3 7 3c3 0 6 -1 8 -3l32 -32c4 -4 5 -11 1 -15l-34 -41c7 -11 12 -23 15 -36zM207 131c34 0 62 27 62 61s-28 61 -62 61s-61 -27 -61 -61s27 -61 61 -61z" />
|
| 951 |
+
<glyph glyph-name="uniF215" unicode="" horiz-adv-x="401"
|
| 952 |
+
d="M386 328c1 1 4 1 5 0v0v0l1 -1v0c6 -14 9 -29 9 -45c0 -61 -49 -111 -110 -111c-12 0 -23 3 -34 6l-115 -116c-1 -39 -32 -70 -71 -70s-71 32 -71 71s31 70 70 71l115 116c-3 11 -5 21 -5 33c0 61 50 111 111 111c16 0 30 -4 44 -10h1v0v0l1 -1c1 -1 1 -3 0 -4l-20 -20
|
| 953 |
+
l-19 -19l-24 -25c-1 -13 3 -26 13 -36s23 -14 36 -13l24 24l20 19zM100 62c0 16 -13 30 -29 30s-29 -14 -29 -30s13 -29 29 -29s29 13 29 29z" />
|
| 954 |
+
<glyph glyph-name="uniF216" unicode="" horiz-adv-x="384"
|
| 955 |
+
d="M284 142c2 -2 2 -5 0 -7l-35 -35c-1 -1 -2 -2 -3 -2s-3 1 -4 2l-50 50l-50 -50c-1 -1 -3 -2 -4 -2s-2 1 -3 2l-35 35c-1 1 -2 2 -2 3s1 3 2 4l50 50l-50 50c-1 1 -2 3 -2 4s1 2 2 3l35 35c2 2 5 2 7 0l50 -50l50 50c2 2 5 2 7 0l35 -35c2 -2 2 -5 0 -7l-50 -50zM192 333
|
| 956 |
+
c-78 0 -141 -63 -141 -141s63 -141 141 -141s141 63 141 141s-63 141 -141 141zM192 384v0c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192z" />
|
| 957 |
+
<glyph glyph-name="uniF217" unicode="" horiz-adv-x="361"
|
| 958 |
+
d="M358 96c4 -4 4 -10 0 -14l-67 -68c-2 -2 -4 -3 -7 -3s-5 1 -7 3l-96 96l-96 -96c-2 -2 -5 -3 -8 -3s-5 1 -7 3l-67 68c-2 2 -3 4 -3 7s1 5 3 7l96 96l-96 96c-2 2 -3 4 -3 7s1 5 3 7l67 68c4 4 11 4 15 0l96 -96l96 96c4 4 10 4 14 0l67 -68c4 -4 4 -10 0 -14l-96 -96z
|
| 959 |
+
" />
|
| 960 |
+
<glyph glyph-name="uniF218" unicode="" horiz-adv-x="270"
|
| 961 |
+
d="M269 331h1l-85 -130h74v0v0c3 0 6 -2 6 -5v0v-21c0 -3 -3 -6 -6 -6v0v0h-95v-33h95v0v0c3 0 6 -3 6 -6v-20c0 -3 -3 -6 -6 -6v0v0h-95v-48v0c0 -3 -2 -6 -5 -6v0h-47v0v0c-3 0 -6 3 -6 6v1v47h-94v0v0c-3 0 -6 3 -6 6v20c0 3 3 6 6 6v0v0h94v33h-94v0v0c-3 0 -6 2 -6 5v0
|
| 962 |
+
v1v0v0v20v0c0 3 3 6 6 6v0v0h72l-84 130v0v1c0 1 0 2 1 2h3h2h57c2 0 3 -2 4 -3v0l68 -110l68 110v0c1 1 2 3 4 3h57h2h3v-1c1 0 1 0 1 -1z" />
|
| 963 |
+
<glyph glyph-name="uniF219" unicode="" horiz-adv-x="397"
|
| 964 |
+
d="M233 395c91 0 164 -74 164 -164s-73 -164 -164 -164c-26 0 -51 6 -73 17l-82 -82v1c-8 -8 -20 -14 -33 -14c-25 0 -45 20 -45 45c0 13 6 25 14 33h-1l80 79c-15 25 -24 54 -24 85c0 90 73 164 164 164zM234 132c57 0 103 45 103 102s-46 102 -103 102s-102 -45 -102 -102
|
| 965 |
+
s45 -102 102 -102zM295 258c4 0 7 -4 7 -8v-32c0 -4 -4 -8 -8 -8v0v0h-36v-36v0c0 -4 -4 -8 -8 -8v0h-32v0v0c-4 0 -8 4 -8 8v0v0v36h-35h-1c-4 0 -8 4 -8 8v32c0 4 4 8 8 8h36v35v1c0 4 4 8 8 8h1h31v0c4 0 8 -4 8 -8v-36h37v0z" />
|
| 966 |
+
<glyph glyph-name="uniF21A" unicode="" horiz-adv-x="397"
|
| 967 |
+
d="M233 395c91 0 164 -74 164 -164s-73 -164 -164 -164c-26 0 -51 6 -73 17l-82 -82v1c-8 -8 -20 -14 -33 -14c-25 0 -45 20 -45 45c0 13 6 25 14 33h-1l80 79c-15 25 -24 54 -24 85c0 90 73 164 164 164zM234 132c57 0 103 45 103 102s-46 102 -103 102s-102 -45 -102 -102
|
| 968 |
+
s45 -102 102 -102zM294 258c4 0 9 -4 9 -8v0v-32c0 -4 -5 -8 -9 -8h-120c-4 0 -8 4 -8 8v32v0c0 4 4 8 8 8h120z" />
|
| 969 |
+
</font>
|
| 970 |
+
</defs></svg>
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.ttf
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/foundation-icons/foundation-icons.woff
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/css/ionicons.css
ADDED
|
@@ -0,0 +1,1480 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@charset "UTF-8";
|
| 2 |
+
/*!
|
| 3 |
+
Ionicons, v2.0.0
|
| 4 |
+
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
| 5 |
+
https://twitter.com/benjsperry https://twitter.com/ionicframework
|
| 6 |
+
MIT License: https://github.com/driftyco/ionicons
|
| 7 |
+
|
| 8 |
+
Android-style icons originally built by Google’s
|
| 9 |
+
Material Design Icons: https://github.com/google/material-design-icons
|
| 10 |
+
used under CC BY http://creativecommons.org/licenses/by/4.0/
|
| 11 |
+
Modified icons to fit ionicon’s grid from original.
|
| 12 |
+
*/
|
| 13 |
+
@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
|
| 14 |
+
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
|
| 15 |
+
|
| 16 |
+
.ion-alert:before { content: "\f101"; }
|
| 17 |
+
|
| 18 |
+
.ion-alert-circled:before { content: "\f100"; }
|
| 19 |
+
|
| 20 |
+
.ion-android-add:before { content: "\f2c7"; }
|
| 21 |
+
|
| 22 |
+
.ion-android-add-circle:before { content: "\f359"; }
|
| 23 |
+
|
| 24 |
+
.ion-android-alarm-clock:before { content: "\f35a"; }
|
| 25 |
+
|
| 26 |
+
.ion-android-alert:before { content: "\f35b"; }
|
| 27 |
+
|
| 28 |
+
.ion-android-apps:before { content: "\f35c"; }
|
| 29 |
+
|
| 30 |
+
.ion-android-archive:before { content: "\f2c9"; }
|
| 31 |
+
|
| 32 |
+
.ion-android-arrow-back:before { content: "\f2ca"; }
|
| 33 |
+
|
| 34 |
+
.ion-android-arrow-down:before { content: "\f35d"; }
|
| 35 |
+
|
| 36 |
+
.ion-android-arrow-dropdown:before { content: "\f35f"; }
|
| 37 |
+
|
| 38 |
+
.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }
|
| 39 |
+
|
| 40 |
+
.ion-android-arrow-dropleft:before { content: "\f361"; }
|
| 41 |
+
|
| 42 |
+
.ion-android-arrow-dropleft-circle:before { content: "\f360"; }
|
| 43 |
+
|
| 44 |
+
.ion-android-arrow-dropright:before { content: "\f363"; }
|
| 45 |
+
|
| 46 |
+
.ion-android-arrow-dropright-circle:before { content: "\f362"; }
|
| 47 |
+
|
| 48 |
+
.ion-android-arrow-dropup:before { content: "\f365"; }
|
| 49 |
+
|
| 50 |
+
.ion-android-arrow-dropup-circle:before { content: "\f364"; }
|
| 51 |
+
|
| 52 |
+
.ion-android-arrow-forward:before { content: "\f30f"; }
|
| 53 |
+
|
| 54 |
+
.ion-android-arrow-up:before { content: "\f366"; }
|
| 55 |
+
|
| 56 |
+
.ion-android-attach:before { content: "\f367"; }
|
| 57 |
+
|
| 58 |
+
.ion-android-bar:before { content: "\f368"; }
|
| 59 |
+
|
| 60 |
+
.ion-android-bicycle:before { content: "\f369"; }
|
| 61 |
+
|
| 62 |
+
.ion-android-boat:before { content: "\f36a"; }
|
| 63 |
+
|
| 64 |
+
.ion-android-bookmark:before { content: "\f36b"; }
|
| 65 |
+
|
| 66 |
+
.ion-android-bulb:before { content: "\f36c"; }
|
| 67 |
+
|
| 68 |
+
.ion-android-bus:before { content: "\f36d"; }
|
| 69 |
+
|
| 70 |
+
.ion-android-calendar:before { content: "\f2d1"; }
|
| 71 |
+
|
| 72 |
+
.ion-android-call:before { content: "\f2d2"; }
|
| 73 |
+
|
| 74 |
+
.ion-android-camera:before { content: "\f2d3"; }
|
| 75 |
+
|
| 76 |
+
.ion-android-cancel:before { content: "\f36e"; }
|
| 77 |
+
|
| 78 |
+
.ion-android-car:before { content: "\f36f"; }
|
| 79 |
+
|
| 80 |
+
.ion-android-cart:before { content: "\f370"; }
|
| 81 |
+
|
| 82 |
+
.ion-android-chat:before { content: "\f2d4"; }
|
| 83 |
+
|
| 84 |
+
.ion-android-checkbox:before { content: "\f374"; }
|
| 85 |
+
|
| 86 |
+
.ion-android-checkbox-blank:before { content: "\f371"; }
|
| 87 |
+
|
| 88 |
+
.ion-android-checkbox-outline:before { content: "\f373"; }
|
| 89 |
+
|
| 90 |
+
.ion-android-checkbox-outline-blank:before { content: "\f372"; }
|
| 91 |
+
|
| 92 |
+
.ion-android-checkmark-circle:before { content: "\f375"; }
|
| 93 |
+
|
| 94 |
+
.ion-android-clipboard:before { content: "\f376"; }
|
| 95 |
+
|
| 96 |
+
.ion-android-close:before { content: "\f2d7"; }
|
| 97 |
+
|
| 98 |
+
.ion-android-cloud:before { content: "\f37a"; }
|
| 99 |
+
|
| 100 |
+
.ion-android-cloud-circle:before { content: "\f377"; }
|
| 101 |
+
|
| 102 |
+
.ion-android-cloud-done:before { content: "\f378"; }
|
| 103 |
+
|
| 104 |
+
.ion-android-cloud-outline:before { content: "\f379"; }
|
| 105 |
+
|
| 106 |
+
.ion-android-color-palette:before { content: "\f37b"; }
|
| 107 |
+
|
| 108 |
+
.ion-android-compass:before { content: "\f37c"; }
|
| 109 |
+
|
| 110 |
+
.ion-android-contact:before { content: "\f2d8"; }
|
| 111 |
+
|
| 112 |
+
.ion-android-contacts:before { content: "\f2d9"; }
|
| 113 |
+
|
| 114 |
+
.ion-android-contract:before { content: "\f37d"; }
|
| 115 |
+
|
| 116 |
+
.ion-android-create:before { content: "\f37e"; }
|
| 117 |
+
|
| 118 |
+
.ion-android-delete:before { content: "\f37f"; }
|
| 119 |
+
|
| 120 |
+
.ion-android-desktop:before { content: "\f380"; }
|
| 121 |
+
|
| 122 |
+
.ion-android-document:before { content: "\f381"; }
|
| 123 |
+
|
| 124 |
+
.ion-android-done:before { content: "\f383"; }
|
| 125 |
+
|
| 126 |
+
.ion-android-done-all:before { content: "\f382"; }
|
| 127 |
+
|
| 128 |
+
.ion-android-download:before { content: "\f2dd"; }
|
| 129 |
+
|
| 130 |
+
.ion-android-drafts:before { content: "\f384"; }
|
| 131 |
+
|
| 132 |
+
.ion-android-exit:before { content: "\f385"; }
|
| 133 |
+
|
| 134 |
+
.ion-android-expand:before { content: "\f386"; }
|
| 135 |
+
|
| 136 |
+
.ion-android-favorite:before { content: "\f388"; }
|
| 137 |
+
|
| 138 |
+
.ion-android-favorite-outline:before { content: "\f387"; }
|
| 139 |
+
|
| 140 |
+
.ion-android-film:before { content: "\f389"; }
|
| 141 |
+
|
| 142 |
+
.ion-android-folder:before { content: "\f2e0"; }
|
| 143 |
+
|
| 144 |
+
.ion-android-folder-open:before { content: "\f38a"; }
|
| 145 |
+
|
| 146 |
+
.ion-android-funnel:before { content: "\f38b"; }
|
| 147 |
+
|
| 148 |
+
.ion-android-globe:before { content: "\f38c"; }
|
| 149 |
+
|
| 150 |
+
.ion-android-hand:before { content: "\f2e3"; }
|
| 151 |
+
|
| 152 |
+
.ion-android-hangout:before { content: "\f38d"; }
|
| 153 |
+
|
| 154 |
+
.ion-android-happy:before { content: "\f38e"; }
|
| 155 |
+
|
| 156 |
+
.ion-android-home:before { content: "\f38f"; }
|
| 157 |
+
|
| 158 |
+
.ion-android-image:before { content: "\f2e4"; }
|
| 159 |
+
|
| 160 |
+
.ion-android-laptop:before { content: "\f390"; }
|
| 161 |
+
|
| 162 |
+
.ion-android-list:before { content: "\f391"; }
|
| 163 |
+
|
| 164 |
+
.ion-android-locate:before { content: "\f2e9"; }
|
| 165 |
+
|
| 166 |
+
.ion-android-lock:before { content: "\f392"; }
|
| 167 |
+
|
| 168 |
+
.ion-android-mail:before { content: "\f2eb"; }
|
| 169 |
+
|
| 170 |
+
.ion-android-map:before { content: "\f393"; }
|
| 171 |
+
|
| 172 |
+
.ion-android-menu:before { content: "\f394"; }
|
| 173 |
+
|
| 174 |
+
.ion-android-microphone:before { content: "\f2ec"; }
|
| 175 |
+
|
| 176 |
+
.ion-android-microphone-off:before { content: "\f395"; }
|
| 177 |
+
|
| 178 |
+
.ion-android-more-horizontal:before { content: "\f396"; }
|
| 179 |
+
|
| 180 |
+
.ion-android-more-vertical:before { content: "\f397"; }
|
| 181 |
+
|
| 182 |
+
.ion-android-navigate:before { content: "\f398"; }
|
| 183 |
+
|
| 184 |
+
.ion-android-notifications:before { content: "\f39b"; }
|
| 185 |
+
|
| 186 |
+
.ion-android-notifications-none:before { content: "\f399"; }
|
| 187 |
+
|
| 188 |
+
.ion-android-notifications-off:before { content: "\f39a"; }
|
| 189 |
+
|
| 190 |
+
.ion-android-open:before { content: "\f39c"; }
|
| 191 |
+
|
| 192 |
+
.ion-android-options:before { content: "\f39d"; }
|
| 193 |
+
|
| 194 |
+
.ion-android-people:before { content: "\f39e"; }
|
| 195 |
+
|
| 196 |
+
.ion-android-person:before { content: "\f3a0"; }
|
| 197 |
+
|
| 198 |
+
.ion-android-person-add:before { content: "\f39f"; }
|
| 199 |
+
|
| 200 |
+
.ion-android-phone-landscape:before { content: "\f3a1"; }
|
| 201 |
+
|
| 202 |
+
.ion-android-phone-portrait:before { content: "\f3a2"; }
|
| 203 |
+
|
| 204 |
+
.ion-android-pin:before { content: "\f3a3"; }
|
| 205 |
+
|
| 206 |
+
.ion-android-plane:before { content: "\f3a4"; }
|
| 207 |
+
|
| 208 |
+
.ion-android-playstore:before { content: "\f2f0"; }
|
| 209 |
+
|
| 210 |
+
.ion-android-print:before { content: "\f3a5"; }
|
| 211 |
+
|
| 212 |
+
.ion-android-radio-button-off:before { content: "\f3a6"; }
|
| 213 |
+
|
| 214 |
+
.ion-android-radio-button-on:before { content: "\f3a7"; }
|
| 215 |
+
|
| 216 |
+
.ion-android-refresh:before { content: "\f3a8"; }
|
| 217 |
+
|
| 218 |
+
.ion-android-remove:before { content: "\f2f4"; }
|
| 219 |
+
|
| 220 |
+
.ion-android-remove-circle:before { content: "\f3a9"; }
|
| 221 |
+
|
| 222 |
+
.ion-android-restaurant:before { content: "\f3aa"; }
|
| 223 |
+
|
| 224 |
+
.ion-android-sad:before { content: "\f3ab"; }
|
| 225 |
+
|
| 226 |
+
.ion-android-search:before { content: "\f2f5"; }
|
| 227 |
+
|
| 228 |
+
.ion-android-send:before { content: "\f2f6"; }
|
| 229 |
+
|
| 230 |
+
.ion-android-settings:before { content: "\f2f7"; }
|
| 231 |
+
|
| 232 |
+
.ion-android-share:before { content: "\f2f8"; }
|
| 233 |
+
|
| 234 |
+
.ion-android-share-alt:before { content: "\f3ac"; }
|
| 235 |
+
|
| 236 |
+
.ion-android-star:before { content: "\f2fc"; }
|
| 237 |
+
|
| 238 |
+
.ion-android-star-half:before { content: "\f3ad"; }
|
| 239 |
+
|
| 240 |
+
.ion-android-star-outline:before { content: "\f3ae"; }
|
| 241 |
+
|
| 242 |
+
.ion-android-stopwatch:before { content: "\f2fd"; }
|
| 243 |
+
|
| 244 |
+
.ion-android-subway:before { content: "\f3af"; }
|
| 245 |
+
|
| 246 |
+
.ion-android-sunny:before { content: "\f3b0"; }
|
| 247 |
+
|
| 248 |
+
.ion-android-sync:before { content: "\f3b1"; }
|
| 249 |
+
|
| 250 |
+
.ion-android-textsms:before { content: "\f3b2"; }
|
| 251 |
+
|
| 252 |
+
.ion-android-time:before { content: "\f3b3"; }
|
| 253 |
+
|
| 254 |
+
.ion-android-train:before { content: "\f3b4"; }
|
| 255 |
+
|
| 256 |
+
.ion-android-unlock:before { content: "\f3b5"; }
|
| 257 |
+
|
| 258 |
+
.ion-android-upload:before { content: "\f3b6"; }
|
| 259 |
+
|
| 260 |
+
.ion-android-volume-down:before { content: "\f3b7"; }
|
| 261 |
+
|
| 262 |
+
.ion-android-volume-mute:before { content: "\f3b8"; }
|
| 263 |
+
|
| 264 |
+
.ion-android-volume-off:before { content: "\f3b9"; }
|
| 265 |
+
|
| 266 |
+
.ion-android-volume-up:before { content: "\f3ba"; }
|
| 267 |
+
|
| 268 |
+
.ion-android-walk:before { content: "\f3bb"; }
|
| 269 |
+
|
| 270 |
+
.ion-android-warning:before { content: "\f3bc"; }
|
| 271 |
+
|
| 272 |
+
.ion-android-watch:before { content: "\f3bd"; }
|
| 273 |
+
|
| 274 |
+
.ion-android-wifi:before { content: "\f305"; }
|
| 275 |
+
|
| 276 |
+
.ion-aperture:before { content: "\f313"; }
|
| 277 |
+
|
| 278 |
+
.ion-archive:before { content: "\f102"; }
|
| 279 |
+
|
| 280 |
+
.ion-arrow-down-a:before { content: "\f103"; }
|
| 281 |
+
|
| 282 |
+
.ion-arrow-down-b:before { content: "\f104"; }
|
| 283 |
+
|
| 284 |
+
.ion-arrow-down-c:before { content: "\f105"; }
|
| 285 |
+
|
| 286 |
+
.ion-arrow-expand:before { content: "\f25e"; }
|
| 287 |
+
|
| 288 |
+
.ion-arrow-graph-down-left:before { content: "\f25f"; }
|
| 289 |
+
|
| 290 |
+
.ion-arrow-graph-down-right:before { content: "\f260"; }
|
| 291 |
+
|
| 292 |
+
.ion-arrow-graph-up-left:before { content: "\f261"; }
|
| 293 |
+
|
| 294 |
+
.ion-arrow-graph-up-right:before { content: "\f262"; }
|
| 295 |
+
|
| 296 |
+
.ion-arrow-left-a:before { content: "\f106"; }
|
| 297 |
+
|
| 298 |
+
.ion-arrow-left-b:before { content: "\f107"; }
|
| 299 |
+
|
| 300 |
+
.ion-arrow-left-c:before { content: "\f108"; }
|
| 301 |
+
|
| 302 |
+
.ion-arrow-move:before { content: "\f263"; }
|
| 303 |
+
|
| 304 |
+
.ion-arrow-resize:before { content: "\f264"; }
|
| 305 |
+
|
| 306 |
+
.ion-arrow-return-left:before { content: "\f265"; }
|
| 307 |
+
|
| 308 |
+
.ion-arrow-return-right:before { content: "\f266"; }
|
| 309 |
+
|
| 310 |
+
.ion-arrow-right-a:before { content: "\f109"; }
|
| 311 |
+
|
| 312 |
+
.ion-arrow-right-b:before { content: "\f10a"; }
|
| 313 |
+
|
| 314 |
+
.ion-arrow-right-c:before { content: "\f10b"; }
|
| 315 |
+
|
| 316 |
+
.ion-arrow-shrink:before { content: "\f267"; }
|
| 317 |
+
|
| 318 |
+
.ion-arrow-swap:before { content: "\f268"; }
|
| 319 |
+
|
| 320 |
+
.ion-arrow-up-a:before { content: "\f10c"; }
|
| 321 |
+
|
| 322 |
+
.ion-arrow-up-b:before { content: "\f10d"; }
|
| 323 |
+
|
| 324 |
+
.ion-arrow-up-c:before { content: "\f10e"; }
|
| 325 |
+
|
| 326 |
+
.ion-asterisk:before { content: "\f314"; }
|
| 327 |
+
|
| 328 |
+
.ion-at:before { content: "\f10f"; }
|
| 329 |
+
|
| 330 |
+
.ion-backspace:before { content: "\f3bf"; }
|
| 331 |
+
|
| 332 |
+
.ion-backspace-outline:before { content: "\f3be"; }
|
| 333 |
+
|
| 334 |
+
.ion-bag:before { content: "\f110"; }
|
| 335 |
+
|
| 336 |
+
.ion-battery-charging:before { content: "\f111"; }
|
| 337 |
+
|
| 338 |
+
.ion-battery-empty:before { content: "\f112"; }
|
| 339 |
+
|
| 340 |
+
.ion-battery-full:before { content: "\f113"; }
|
| 341 |
+
|
| 342 |
+
.ion-battery-half:before { content: "\f114"; }
|
| 343 |
+
|
| 344 |
+
.ion-battery-low:before { content: "\f115"; }
|
| 345 |
+
|
| 346 |
+
.ion-beaker:before { content: "\f269"; }
|
| 347 |
+
|
| 348 |
+
.ion-beer:before { content: "\f26a"; }
|
| 349 |
+
|
| 350 |
+
.ion-bluetooth:before { content: "\f116"; }
|
| 351 |
+
|
| 352 |
+
.ion-bonfire:before { content: "\f315"; }
|
| 353 |
+
|
| 354 |
+
.ion-bookmark:before { content: "\f26b"; }
|
| 355 |
+
|
| 356 |
+
.ion-bowtie:before { content: "\f3c0"; }
|
| 357 |
+
|
| 358 |
+
.ion-briefcase:before { content: "\f26c"; }
|
| 359 |
+
|
| 360 |
+
.ion-bug:before { content: "\f2be"; }
|
| 361 |
+
|
| 362 |
+
.ion-calculator:before { content: "\f26d"; }
|
| 363 |
+
|
| 364 |
+
.ion-calendar:before { content: "\f117"; }
|
| 365 |
+
|
| 366 |
+
.ion-camera:before { content: "\f118"; }
|
| 367 |
+
|
| 368 |
+
.ion-card:before { content: "\f119"; }
|
| 369 |
+
|
| 370 |
+
.ion-cash:before { content: "\f316"; }
|
| 371 |
+
|
| 372 |
+
.ion-chatbox:before { content: "\f11b"; }
|
| 373 |
+
|
| 374 |
+
.ion-chatbox-working:before { content: "\f11a"; }
|
| 375 |
+
|
| 376 |
+
.ion-chatboxes:before { content: "\f11c"; }
|
| 377 |
+
|
| 378 |
+
.ion-chatbubble:before { content: "\f11e"; }
|
| 379 |
+
|
| 380 |
+
.ion-chatbubble-working:before { content: "\f11d"; }
|
| 381 |
+
|
| 382 |
+
.ion-chatbubbles:before { content: "\f11f"; }
|
| 383 |
+
|
| 384 |
+
.ion-checkmark:before { content: "\f122"; }
|
| 385 |
+
|
| 386 |
+
.ion-checkmark-circled:before { content: "\f120"; }
|
| 387 |
+
|
| 388 |
+
.ion-checkmark-round:before { content: "\f121"; }
|
| 389 |
+
|
| 390 |
+
.ion-chevron-down:before { content: "\f123"; }
|
| 391 |
+
|
| 392 |
+
.ion-chevron-left:before { content: "\f124"; }
|
| 393 |
+
|
| 394 |
+
.ion-chevron-right:before { content: "\f125"; }
|
| 395 |
+
|
| 396 |
+
.ion-chevron-up:before { content: "\f126"; }
|
| 397 |
+
|
| 398 |
+
.ion-clipboard:before { content: "\f127"; }
|
| 399 |
+
|
| 400 |
+
.ion-clock:before { content: "\f26e"; }
|
| 401 |
+
|
| 402 |
+
.ion-close:before { content: "\f12a"; }
|
| 403 |
+
|
| 404 |
+
.ion-close-circled:before { content: "\f128"; }
|
| 405 |
+
|
| 406 |
+
.ion-close-round:before { content: "\f129"; }
|
| 407 |
+
|
| 408 |
+
.ion-closed-captioning:before { content: "\f317"; }
|
| 409 |
+
|
| 410 |
+
.ion-cloud:before { content: "\f12b"; }
|
| 411 |
+
|
| 412 |
+
.ion-code:before { content: "\f271"; }
|
| 413 |
+
|
| 414 |
+
.ion-code-download:before { content: "\f26f"; }
|
| 415 |
+
|
| 416 |
+
.ion-code-working:before { content: "\f270"; }
|
| 417 |
+
|
| 418 |
+
.ion-coffee:before { content: "\f272"; }
|
| 419 |
+
|
| 420 |
+
.ion-compass:before { content: "\f273"; }
|
| 421 |
+
|
| 422 |
+
.ion-compose:before { content: "\f12c"; }
|
| 423 |
+
|
| 424 |
+
.ion-connection-bars:before { content: "\f274"; }
|
| 425 |
+
|
| 426 |
+
.ion-contrast:before { content: "\f275"; }
|
| 427 |
+
|
| 428 |
+
.ion-crop:before { content: "\f3c1"; }
|
| 429 |
+
|
| 430 |
+
.ion-cube:before { content: "\f318"; }
|
| 431 |
+
|
| 432 |
+
.ion-disc:before { content: "\f12d"; }
|
| 433 |
+
|
| 434 |
+
.ion-document:before { content: "\f12f"; }
|
| 435 |
+
|
| 436 |
+
.ion-document-text:before { content: "\f12e"; }
|
| 437 |
+
|
| 438 |
+
.ion-drag:before { content: "\f130"; }
|
| 439 |
+
|
| 440 |
+
.ion-earth:before { content: "\f276"; }
|
| 441 |
+
|
| 442 |
+
.ion-easel:before { content: "\f3c2"; }
|
| 443 |
+
|
| 444 |
+
.ion-edit:before { content: "\f2bf"; }
|
| 445 |
+
|
| 446 |
+
.ion-egg:before { content: "\f277"; }
|
| 447 |
+
|
| 448 |
+
.ion-eject:before { content: "\f131"; }
|
| 449 |
+
|
| 450 |
+
.ion-email:before { content: "\f132"; }
|
| 451 |
+
|
| 452 |
+
.ion-email-unread:before { content: "\f3c3"; }
|
| 453 |
+
|
| 454 |
+
.ion-erlenmeyer-flask:before { content: "\f3c5"; }
|
| 455 |
+
|
| 456 |
+
.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
|
| 457 |
+
|
| 458 |
+
.ion-eye:before { content: "\f133"; }
|
| 459 |
+
|
| 460 |
+
.ion-eye-disabled:before { content: "\f306"; }
|
| 461 |
+
|
| 462 |
+
.ion-female:before { content: "\f278"; }
|
| 463 |
+
|
| 464 |
+
.ion-filing:before { content: "\f134"; }
|
| 465 |
+
|
| 466 |
+
.ion-film-marker:before { content: "\f135"; }
|
| 467 |
+
|
| 468 |
+
.ion-fireball:before { content: "\f319"; }
|
| 469 |
+
|
| 470 |
+
.ion-flag:before { content: "\f279"; }
|
| 471 |
+
|
| 472 |
+
.ion-flame:before { content: "\f31a"; }
|
| 473 |
+
|
| 474 |
+
.ion-flash:before { content: "\f137"; }
|
| 475 |
+
|
| 476 |
+
.ion-flash-off:before { content: "\f136"; }
|
| 477 |
+
|
| 478 |
+
.ion-folder:before { content: "\f139"; }
|
| 479 |
+
|
| 480 |
+
.ion-fork:before { content: "\f27a"; }
|
| 481 |
+
|
| 482 |
+
.ion-fork-repo:before { content: "\f2c0"; }
|
| 483 |
+
|
| 484 |
+
.ion-forward:before { content: "\f13a"; }
|
| 485 |
+
|
| 486 |
+
.ion-funnel:before { content: "\f31b"; }
|
| 487 |
+
|
| 488 |
+
.ion-gear-a:before { content: "\f13d"; }
|
| 489 |
+
|
| 490 |
+
.ion-gear-b:before { content: "\f13e"; }
|
| 491 |
+
|
| 492 |
+
.ion-grid:before { content: "\f13f"; }
|
| 493 |
+
|
| 494 |
+
.ion-hammer:before { content: "\f27b"; }
|
| 495 |
+
|
| 496 |
+
.ion-happy:before { content: "\f31c"; }
|
| 497 |
+
|
| 498 |
+
.ion-happy-outline:before { content: "\f3c6"; }
|
| 499 |
+
|
| 500 |
+
.ion-headphone:before { content: "\f140"; }
|
| 501 |
+
|
| 502 |
+
.ion-heart:before { content: "\f141"; }
|
| 503 |
+
|
| 504 |
+
.ion-heart-broken:before { content: "\f31d"; }
|
| 505 |
+
|
| 506 |
+
.ion-help:before { content: "\f143"; }
|
| 507 |
+
|
| 508 |
+
.ion-help-buoy:before { content: "\f27c"; }
|
| 509 |
+
|
| 510 |
+
.ion-help-circled:before { content: "\f142"; }
|
| 511 |
+
|
| 512 |
+
.ion-home:before { content: "\f144"; }
|
| 513 |
+
|
| 514 |
+
.ion-icecream:before { content: "\f27d"; }
|
| 515 |
+
|
| 516 |
+
.ion-image:before { content: "\f147"; }
|
| 517 |
+
|
| 518 |
+
.ion-images:before { content: "\f148"; }
|
| 519 |
+
|
| 520 |
+
.ion-information:before { content: "\f14a"; }
|
| 521 |
+
|
| 522 |
+
.ion-information-circled:before { content: "\f149"; }
|
| 523 |
+
|
| 524 |
+
.ion-ionic:before { content: "\f14b"; }
|
| 525 |
+
|
| 526 |
+
.ion-ios-alarm:before { content: "\f3c8"; }
|
| 527 |
+
|
| 528 |
+
.ion-ios-alarm-outline:before { content: "\f3c7"; }
|
| 529 |
+
|
| 530 |
+
.ion-ios-albums:before { content: "\f3ca"; }
|
| 531 |
+
|
| 532 |
+
.ion-ios-albums-outline:before { content: "\f3c9"; }
|
| 533 |
+
|
| 534 |
+
.ion-ios-americanfootball:before { content: "\f3cc"; }
|
| 535 |
+
|
| 536 |
+
.ion-ios-americanfootball-outline:before { content: "\f3cb"; }
|
| 537 |
+
|
| 538 |
+
.ion-ios-analytics:before { content: "\f3ce"; }
|
| 539 |
+
|
| 540 |
+
.ion-ios-analytics-outline:before { content: "\f3cd"; }
|
| 541 |
+
|
| 542 |
+
.ion-ios-arrow-back:before { content: "\f3cf"; }
|
| 543 |
+
|
| 544 |
+
.ion-ios-arrow-down:before { content: "\f3d0"; }
|
| 545 |
+
|
| 546 |
+
.ion-ios-arrow-forward:before { content: "\f3d1"; }
|
| 547 |
+
|
| 548 |
+
.ion-ios-arrow-left:before { content: "\f3d2"; }
|
| 549 |
+
|
| 550 |
+
.ion-ios-arrow-right:before { content: "\f3d3"; }
|
| 551 |
+
|
| 552 |
+
.ion-ios-arrow-thin-down:before { content: "\f3d4"; }
|
| 553 |
+
|
| 554 |
+
.ion-ios-arrow-thin-left:before { content: "\f3d5"; }
|
| 555 |
+
|
| 556 |
+
.ion-ios-arrow-thin-right:before { content: "\f3d6"; }
|
| 557 |
+
|
| 558 |
+
.ion-ios-arrow-thin-up:before { content: "\f3d7"; }
|
| 559 |
+
|
| 560 |
+
.ion-ios-arrow-up:before { content: "\f3d8"; }
|
| 561 |
+
|
| 562 |
+
.ion-ios-at:before { content: "\f3da"; }
|
| 563 |
+
|
| 564 |
+
.ion-ios-at-outline:before { content: "\f3d9"; }
|
| 565 |
+
|
| 566 |
+
.ion-ios-barcode:before { content: "\f3dc"; }
|
| 567 |
+
|
| 568 |
+
.ion-ios-barcode-outline:before { content: "\f3db"; }
|
| 569 |
+
|
| 570 |
+
.ion-ios-baseball:before { content: "\f3de"; }
|
| 571 |
+
|
| 572 |
+
.ion-ios-baseball-outline:before { content: "\f3dd"; }
|
| 573 |
+
|
| 574 |
+
.ion-ios-basketball:before { content: "\f3e0"; }
|
| 575 |
+
|
| 576 |
+
.ion-ios-basketball-outline:before { content: "\f3df"; }
|
| 577 |
+
|
| 578 |
+
.ion-ios-bell:before { content: "\f3e2"; }
|
| 579 |
+
|
| 580 |
+
.ion-ios-bell-outline:before { content: "\f3e1"; }
|
| 581 |
+
|
| 582 |
+
.ion-ios-body:before { content: "\f3e4"; }
|
| 583 |
+
|
| 584 |
+
.ion-ios-body-outline:before { content: "\f3e3"; }
|
| 585 |
+
|
| 586 |
+
.ion-ios-bolt:before { content: "\f3e6"; }
|
| 587 |
+
|
| 588 |
+
.ion-ios-bolt-outline:before { content: "\f3e5"; }
|
| 589 |
+
|
| 590 |
+
.ion-ios-book:before { content: "\f3e8"; }
|
| 591 |
+
|
| 592 |
+
.ion-ios-book-outline:before { content: "\f3e7"; }
|
| 593 |
+
|
| 594 |
+
.ion-ios-bookmarks:before { content: "\f3ea"; }
|
| 595 |
+
|
| 596 |
+
.ion-ios-bookmarks-outline:before { content: "\f3e9"; }
|
| 597 |
+
|
| 598 |
+
.ion-ios-box:before { content: "\f3ec"; }
|
| 599 |
+
|
| 600 |
+
.ion-ios-box-outline:before { content: "\f3eb"; }
|
| 601 |
+
|
| 602 |
+
.ion-ios-briefcase:before { content: "\f3ee"; }
|
| 603 |
+
|
| 604 |
+
.ion-ios-briefcase-outline:before { content: "\f3ed"; }
|
| 605 |
+
|
| 606 |
+
.ion-ios-browsers:before { content: "\f3f0"; }
|
| 607 |
+
|
| 608 |
+
.ion-ios-browsers-outline:before { content: "\f3ef"; }
|
| 609 |
+
|
| 610 |
+
.ion-ios-calculator:before { content: "\f3f2"; }
|
| 611 |
+
|
| 612 |
+
.ion-ios-calculator-outline:before { content: "\f3f1"; }
|
| 613 |
+
|
| 614 |
+
.ion-ios-calendar:before { content: "\f3f4"; }
|
| 615 |
+
|
| 616 |
+
.ion-ios-calendar-outline:before { content: "\f3f3"; }
|
| 617 |
+
|
| 618 |
+
.ion-ios-camera:before { content: "\f3f6"; }
|
| 619 |
+
|
| 620 |
+
.ion-ios-camera-outline:before { content: "\f3f5"; }
|
| 621 |
+
|
| 622 |
+
.ion-ios-cart:before { content: "\f3f8"; }
|
| 623 |
+
|
| 624 |
+
.ion-ios-cart-outline:before { content: "\f3f7"; }
|
| 625 |
+
|
| 626 |
+
.ion-ios-chatboxes:before { content: "\f3fa"; }
|
| 627 |
+
|
| 628 |
+
.ion-ios-chatboxes-outline:before { content: "\f3f9"; }
|
| 629 |
+
|
| 630 |
+
.ion-ios-chatbubble:before { content: "\f3fc"; }
|
| 631 |
+
|
| 632 |
+
.ion-ios-chatbubble-outline:before { content: "\f3fb"; }
|
| 633 |
+
|
| 634 |
+
.ion-ios-checkmark:before { content: "\f3ff"; }
|
| 635 |
+
|
| 636 |
+
.ion-ios-checkmark-empty:before { content: "\f3fd"; }
|
| 637 |
+
|
| 638 |
+
.ion-ios-checkmark-outline:before { content: "\f3fe"; }
|
| 639 |
+
|
| 640 |
+
.ion-ios-circle-filled:before { content: "\f400"; }
|
| 641 |
+
|
| 642 |
+
.ion-ios-circle-outline:before { content: "\f401"; }
|
| 643 |
+
|
| 644 |
+
.ion-ios-clock:before { content: "\f403"; }
|
| 645 |
+
|
| 646 |
+
.ion-ios-clock-outline:before { content: "\f402"; }
|
| 647 |
+
|
| 648 |
+
.ion-ios-close:before { content: "\f406"; }
|
| 649 |
+
|
| 650 |
+
.ion-ios-close-empty:before { content: "\f404"; }
|
| 651 |
+
|
| 652 |
+
.ion-ios-close-outline:before { content: "\f405"; }
|
| 653 |
+
|
| 654 |
+
.ion-ios-cloud:before { content: "\f40c"; }
|
| 655 |
+
|
| 656 |
+
.ion-ios-cloud-download:before { content: "\f408"; }
|
| 657 |
+
|
| 658 |
+
.ion-ios-cloud-download-outline:before { content: "\f407"; }
|
| 659 |
+
|
| 660 |
+
.ion-ios-cloud-outline:before { content: "\f409"; }
|
| 661 |
+
|
| 662 |
+
.ion-ios-cloud-upload:before { content: "\f40b"; }
|
| 663 |
+
|
| 664 |
+
.ion-ios-cloud-upload-outline:before { content: "\f40a"; }
|
| 665 |
+
|
| 666 |
+
.ion-ios-cloudy:before { content: "\f410"; }
|
| 667 |
+
|
| 668 |
+
.ion-ios-cloudy-night:before { content: "\f40e"; }
|
| 669 |
+
|
| 670 |
+
.ion-ios-cloudy-night-outline:before { content: "\f40d"; }
|
| 671 |
+
|
| 672 |
+
.ion-ios-cloudy-outline:before { content: "\f40f"; }
|
| 673 |
+
|
| 674 |
+
.ion-ios-cog:before { content: "\f412"; }
|
| 675 |
+
|
| 676 |
+
.ion-ios-cog-outline:before { content: "\f411"; }
|
| 677 |
+
|
| 678 |
+
.ion-ios-color-filter:before { content: "\f414"; }
|
| 679 |
+
|
| 680 |
+
.ion-ios-color-filter-outline:before { content: "\f413"; }
|
| 681 |
+
|
| 682 |
+
.ion-ios-color-wand:before { content: "\f416"; }
|
| 683 |
+
|
| 684 |
+
.ion-ios-color-wand-outline:before { content: "\f415"; }
|
| 685 |
+
|
| 686 |
+
.ion-ios-compose:before { content: "\f418"; }
|
| 687 |
+
|
| 688 |
+
.ion-ios-compose-outline:before { content: "\f417"; }
|
| 689 |
+
|
| 690 |
+
.ion-ios-contact:before { content: "\f41a"; }
|
| 691 |
+
|
| 692 |
+
.ion-ios-contact-outline:before { content: "\f419"; }
|
| 693 |
+
|
| 694 |
+
.ion-ios-copy:before { content: "\f41c"; }
|
| 695 |
+
|
| 696 |
+
.ion-ios-copy-outline:before { content: "\f41b"; }
|
| 697 |
+
|
| 698 |
+
.ion-ios-crop:before { content: "\f41e"; }
|
| 699 |
+
|
| 700 |
+
.ion-ios-crop-strong:before { content: "\f41d"; }
|
| 701 |
+
|
| 702 |
+
.ion-ios-download:before { content: "\f420"; }
|
| 703 |
+
|
| 704 |
+
.ion-ios-download-outline:before { content: "\f41f"; }
|
| 705 |
+
|
| 706 |
+
.ion-ios-drag:before { content: "\f421"; }
|
| 707 |
+
|
| 708 |
+
.ion-ios-email:before { content: "\f423"; }
|
| 709 |
+
|
| 710 |
+
.ion-ios-email-outline:before { content: "\f422"; }
|
| 711 |
+
|
| 712 |
+
.ion-ios-eye:before { content: "\f425"; }
|
| 713 |
+
|
| 714 |
+
.ion-ios-eye-outline:before { content: "\f424"; }
|
| 715 |
+
|
| 716 |
+
.ion-ios-fastforward:before { content: "\f427"; }
|
| 717 |
+
|
| 718 |
+
.ion-ios-fastforward-outline:before { content: "\f426"; }
|
| 719 |
+
|
| 720 |
+
.ion-ios-filing:before { content: "\f429"; }
|
| 721 |
+
|
| 722 |
+
.ion-ios-filing-outline:before { content: "\f428"; }
|
| 723 |
+
|
| 724 |
+
.ion-ios-film:before { content: "\f42b"; }
|
| 725 |
+
|
| 726 |
+
.ion-ios-film-outline:before { content: "\f42a"; }
|
| 727 |
+
|
| 728 |
+
.ion-ios-flag:before { content: "\f42d"; }
|
| 729 |
+
|
| 730 |
+
.ion-ios-flag-outline:before { content: "\f42c"; }
|
| 731 |
+
|
| 732 |
+
.ion-ios-flame:before { content: "\f42f"; }
|
| 733 |
+
|
| 734 |
+
.ion-ios-flame-outline:before { content: "\f42e"; }
|
| 735 |
+
|
| 736 |
+
.ion-ios-flask:before { content: "\f431"; }
|
| 737 |
+
|
| 738 |
+
.ion-ios-flask-outline:before { content: "\f430"; }
|
| 739 |
+
|
| 740 |
+
.ion-ios-flower:before { content: "\f433"; }
|
| 741 |
+
|
| 742 |
+
.ion-ios-flower-outline:before { content: "\f432"; }
|
| 743 |
+
|
| 744 |
+
.ion-ios-folder:before { content: "\f435"; }
|
| 745 |
+
|
| 746 |
+
.ion-ios-folder-outline:before { content: "\f434"; }
|
| 747 |
+
|
| 748 |
+
.ion-ios-football:before { content: "\f437"; }
|
| 749 |
+
|
| 750 |
+
.ion-ios-football-outline:before { content: "\f436"; }
|
| 751 |
+
|
| 752 |
+
.ion-ios-game-controller-a:before { content: "\f439"; }
|
| 753 |
+
|
| 754 |
+
.ion-ios-game-controller-a-outline:before { content: "\f438"; }
|
| 755 |
+
|
| 756 |
+
.ion-ios-game-controller-b:before { content: "\f43b"; }
|
| 757 |
+
|
| 758 |
+
.ion-ios-game-controller-b-outline:before { content: "\f43a"; }
|
| 759 |
+
|
| 760 |
+
.ion-ios-gear:before { content: "\f43d"; }
|
| 761 |
+
|
| 762 |
+
.ion-ios-gear-outline:before { content: "\f43c"; }
|
| 763 |
+
|
| 764 |
+
.ion-ios-glasses:before { content: "\f43f"; }
|
| 765 |
+
|
| 766 |
+
.ion-ios-glasses-outline:before { content: "\f43e"; }
|
| 767 |
+
|
| 768 |
+
.ion-ios-grid-view:before { content: "\f441"; }
|
| 769 |
+
|
| 770 |
+
.ion-ios-grid-view-outline:before { content: "\f440"; }
|
| 771 |
+
|
| 772 |
+
.ion-ios-heart:before { content: "\f443"; }
|
| 773 |
+
|
| 774 |
+
.ion-ios-heart-outline:before { content: "\f442"; }
|
| 775 |
+
|
| 776 |
+
.ion-ios-help:before { content: "\f446"; }
|
| 777 |
+
|
| 778 |
+
.ion-ios-help-empty:before { content: "\f444"; }
|
| 779 |
+
|
| 780 |
+
.ion-ios-help-outline:before { content: "\f445"; }
|
| 781 |
+
|
| 782 |
+
.ion-ios-home:before { content: "\f448"; }
|
| 783 |
+
|
| 784 |
+
.ion-ios-home-outline:before { content: "\f447"; }
|
| 785 |
+
|
| 786 |
+
.ion-ios-infinite:before { content: "\f44a"; }
|
| 787 |
+
|
| 788 |
+
.ion-ios-infinite-outline:before { content: "\f449"; }
|
| 789 |
+
|
| 790 |
+
.ion-ios-information:before { content: "\f44d"; }
|
| 791 |
+
|
| 792 |
+
.ion-ios-information-empty:before { content: "\f44b"; }
|
| 793 |
+
|
| 794 |
+
.ion-ios-information-outline:before { content: "\f44c"; }
|
| 795 |
+
|
| 796 |
+
.ion-ios-ionic-outline:before { content: "\f44e"; }
|
| 797 |
+
|
| 798 |
+
.ion-ios-keypad:before { content: "\f450"; }
|
| 799 |
+
|
| 800 |
+
.ion-ios-keypad-outline:before { content: "\f44f"; }
|
| 801 |
+
|
| 802 |
+
.ion-ios-lightbulb:before { content: "\f452"; }
|
| 803 |
+
|
| 804 |
+
.ion-ios-lightbulb-outline:before { content: "\f451"; }
|
| 805 |
+
|
| 806 |
+
.ion-ios-list:before { content: "\f454"; }
|
| 807 |
+
|
| 808 |
+
.ion-ios-list-outline:before { content: "\f453"; }
|
| 809 |
+
|
| 810 |
+
.ion-ios-location:before { content: "\f456"; }
|
| 811 |
+
|
| 812 |
+
.ion-ios-location-outline:before { content: "\f455"; }
|
| 813 |
+
|
| 814 |
+
.ion-ios-locked:before { content: "\f458"; }
|
| 815 |
+
|
| 816 |
+
.ion-ios-locked-outline:before { content: "\f457"; }
|
| 817 |
+
|
| 818 |
+
.ion-ios-loop:before { content: "\f45a"; }
|
| 819 |
+
|
| 820 |
+
.ion-ios-loop-strong:before { content: "\f459"; }
|
| 821 |
+
|
| 822 |
+
.ion-ios-medical:before { content: "\f45c"; }
|
| 823 |
+
|
| 824 |
+
.ion-ios-medical-outline:before { content: "\f45b"; }
|
| 825 |
+
|
| 826 |
+
.ion-ios-medkit:before { content: "\f45e"; }
|
| 827 |
+
|
| 828 |
+
.ion-ios-medkit-outline:before { content: "\f45d"; }
|
| 829 |
+
|
| 830 |
+
.ion-ios-mic:before { content: "\f461"; }
|
| 831 |
+
|
| 832 |
+
.ion-ios-mic-off:before { content: "\f45f"; }
|
| 833 |
+
|
| 834 |
+
.ion-ios-mic-outline:before { content: "\f460"; }
|
| 835 |
+
|
| 836 |
+
.ion-ios-minus:before { content: "\f464"; }
|
| 837 |
+
|
| 838 |
+
.ion-ios-minus-empty:before { content: "\f462"; }
|
| 839 |
+
|
| 840 |
+
.ion-ios-minus-outline:before { content: "\f463"; }
|
| 841 |
+
|
| 842 |
+
.ion-ios-monitor:before { content: "\f466"; }
|
| 843 |
+
|
| 844 |
+
.ion-ios-monitor-outline:before { content: "\f465"; }
|
| 845 |
+
|
| 846 |
+
.ion-ios-moon:before { content: "\f468"; }
|
| 847 |
+
|
| 848 |
+
.ion-ios-moon-outline:before { content: "\f467"; }
|
| 849 |
+
|
| 850 |
+
.ion-ios-more:before { content: "\f46a"; }
|
| 851 |
+
|
| 852 |
+
.ion-ios-more-outline:before { content: "\f469"; }
|
| 853 |
+
|
| 854 |
+
.ion-ios-musical-note:before { content: "\f46b"; }
|
| 855 |
+
|
| 856 |
+
.ion-ios-musical-notes:before { content: "\f46c"; }
|
| 857 |
+
|
| 858 |
+
.ion-ios-navigate:before { content: "\f46e"; }
|
| 859 |
+
|
| 860 |
+
.ion-ios-navigate-outline:before { content: "\f46d"; }
|
| 861 |
+
|
| 862 |
+
.ion-ios-nutrition:before { content: "\f470"; }
|
| 863 |
+
|
| 864 |
+
.ion-ios-nutrition-outline:before { content: "\f46f"; }
|
| 865 |
+
|
| 866 |
+
.ion-ios-paper:before { content: "\f472"; }
|
| 867 |
+
|
| 868 |
+
.ion-ios-paper-outline:before { content: "\f471"; }
|
| 869 |
+
|
| 870 |
+
.ion-ios-paperplane:before { content: "\f474"; }
|
| 871 |
+
|
| 872 |
+
.ion-ios-paperplane-outline:before { content: "\f473"; }
|
| 873 |
+
|
| 874 |
+
.ion-ios-partlysunny:before { content: "\f476"; }
|
| 875 |
+
|
| 876 |
+
.ion-ios-partlysunny-outline:before { content: "\f475"; }
|
| 877 |
+
|
| 878 |
+
.ion-ios-pause:before { content: "\f478"; }
|
| 879 |
+
|
| 880 |
+
.ion-ios-pause-outline:before { content: "\f477"; }
|
| 881 |
+
|
| 882 |
+
.ion-ios-paw:before { content: "\f47a"; }
|
| 883 |
+
|
| 884 |
+
.ion-ios-paw-outline:before { content: "\f479"; }
|
| 885 |
+
|
| 886 |
+
.ion-ios-people:before { content: "\f47c"; }
|
| 887 |
+
|
| 888 |
+
.ion-ios-people-outline:before { content: "\f47b"; }
|
| 889 |
+
|
| 890 |
+
.ion-ios-person:before { content: "\f47e"; }
|
| 891 |
+
|
| 892 |
+
.ion-ios-person-outline:before { content: "\f47d"; }
|
| 893 |
+
|
| 894 |
+
.ion-ios-personadd:before { content: "\f480"; }
|
| 895 |
+
|
| 896 |
+
.ion-ios-personadd-outline:before { content: "\f47f"; }
|
| 897 |
+
|
| 898 |
+
.ion-ios-photos:before { content: "\f482"; }
|
| 899 |
+
|
| 900 |
+
.ion-ios-photos-outline:before { content: "\f481"; }
|
| 901 |
+
|
| 902 |
+
.ion-ios-pie:before { content: "\f484"; }
|
| 903 |
+
|
| 904 |
+
.ion-ios-pie-outline:before { content: "\f483"; }
|
| 905 |
+
|
| 906 |
+
.ion-ios-pint:before { content: "\f486"; }
|
| 907 |
+
|
| 908 |
+
.ion-ios-pint-outline:before { content: "\f485"; }
|
| 909 |
+
|
| 910 |
+
.ion-ios-play:before { content: "\f488"; }
|
| 911 |
+
|
| 912 |
+
.ion-ios-play-outline:before { content: "\f487"; }
|
| 913 |
+
|
| 914 |
+
.ion-ios-plus:before { content: "\f48b"; }
|
| 915 |
+
|
| 916 |
+
.ion-ios-plus-empty:before { content: "\f489"; }
|
| 917 |
+
|
| 918 |
+
.ion-ios-plus-outline:before { content: "\f48a"; }
|
| 919 |
+
|
| 920 |
+
.ion-ios-pricetag:before { content: "\f48d"; }
|
| 921 |
+
|
| 922 |
+
.ion-ios-pricetag-outline:before { content: "\f48c"; }
|
| 923 |
+
|
| 924 |
+
.ion-ios-pricetags:before { content: "\f48f"; }
|
| 925 |
+
|
| 926 |
+
.ion-ios-pricetags-outline:before { content: "\f48e"; }
|
| 927 |
+
|
| 928 |
+
.ion-ios-printer:before { content: "\f491"; }
|
| 929 |
+
|
| 930 |
+
.ion-ios-printer-outline:before { content: "\f490"; }
|
| 931 |
+
|
| 932 |
+
.ion-ios-pulse:before { content: "\f493"; }
|
| 933 |
+
|
| 934 |
+
.ion-ios-pulse-strong:before { content: "\f492"; }
|
| 935 |
+
|
| 936 |
+
.ion-ios-rainy:before { content: "\f495"; }
|
| 937 |
+
|
| 938 |
+
.ion-ios-rainy-outline:before { content: "\f494"; }
|
| 939 |
+
|
| 940 |
+
.ion-ios-recording:before { content: "\f497"; }
|
| 941 |
+
|
| 942 |
+
.ion-ios-recording-outline:before { content: "\f496"; }
|
| 943 |
+
|
| 944 |
+
.ion-ios-redo:before { content: "\f499"; }
|
| 945 |
+
|
| 946 |
+
.ion-ios-redo-outline:before { content: "\f498"; }
|
| 947 |
+
|
| 948 |
+
.ion-ios-refresh:before { content: "\f49c"; }
|
| 949 |
+
|
| 950 |
+
.ion-ios-refresh-empty:before { content: "\f49a"; }
|
| 951 |
+
|
| 952 |
+
.ion-ios-refresh-outline:before { content: "\f49b"; }
|
| 953 |
+
|
| 954 |
+
.ion-ios-reload:before { content: "\f49d"; }
|
| 955 |
+
|
| 956 |
+
.ion-ios-reverse-camera:before { content: "\f49f"; }
|
| 957 |
+
|
| 958 |
+
.ion-ios-reverse-camera-outline:before { content: "\f49e"; }
|
| 959 |
+
|
| 960 |
+
.ion-ios-rewind:before { content: "\f4a1"; }
|
| 961 |
+
|
| 962 |
+
.ion-ios-rewind-outline:before { content: "\f4a0"; }
|
| 963 |
+
|
| 964 |
+
.ion-ios-rose:before { content: "\f4a3"; }
|
| 965 |
+
|
| 966 |
+
.ion-ios-rose-outline:before { content: "\f4a2"; }
|
| 967 |
+
|
| 968 |
+
.ion-ios-search:before { content: "\f4a5"; }
|
| 969 |
+
|
| 970 |
+
.ion-ios-search-strong:before { content: "\f4a4"; }
|
| 971 |
+
|
| 972 |
+
.ion-ios-settings:before { content: "\f4a7"; }
|
| 973 |
+
|
| 974 |
+
.ion-ios-settings-strong:before { content: "\f4a6"; }
|
| 975 |
+
|
| 976 |
+
.ion-ios-shuffle:before { content: "\f4a9"; }
|
| 977 |
+
|
| 978 |
+
.ion-ios-shuffle-strong:before { content: "\f4a8"; }
|
| 979 |
+
|
| 980 |
+
.ion-ios-skipbackward:before { content: "\f4ab"; }
|
| 981 |
+
|
| 982 |
+
.ion-ios-skipbackward-outline:before { content: "\f4aa"; }
|
| 983 |
+
|
| 984 |
+
.ion-ios-skipforward:before { content: "\f4ad"; }
|
| 985 |
+
|
| 986 |
+
.ion-ios-skipforward-outline:before { content: "\f4ac"; }
|
| 987 |
+
|
| 988 |
+
.ion-ios-snowy:before { content: "\f4ae"; }
|
| 989 |
+
|
| 990 |
+
.ion-ios-speedometer:before { content: "\f4b0"; }
|
| 991 |
+
|
| 992 |
+
.ion-ios-speedometer-outline:before { content: "\f4af"; }
|
| 993 |
+
|
| 994 |
+
.ion-ios-star:before { content: "\f4b3"; }
|
| 995 |
+
|
| 996 |
+
.ion-ios-star-half:before { content: "\f4b1"; }
|
| 997 |
+
|
| 998 |
+
.ion-ios-star-outline:before { content: "\f4b2"; }
|
| 999 |
+
|
| 1000 |
+
.ion-ios-stopwatch:before { content: "\f4b5"; }
|
| 1001 |
+
|
| 1002 |
+
.ion-ios-stopwatch-outline:before { content: "\f4b4"; }
|
| 1003 |
+
|
| 1004 |
+
.ion-ios-sunny:before { content: "\f4b7"; }
|
| 1005 |
+
|
| 1006 |
+
.ion-ios-sunny-outline:before { content: "\f4b6"; }
|
| 1007 |
+
|
| 1008 |
+
.ion-ios-telephone:before { content: "\f4b9"; }
|
| 1009 |
+
|
| 1010 |
+
.ion-ios-telephone-outline:before { content: "\f4b8"; }
|
| 1011 |
+
|
| 1012 |
+
.ion-ios-tennisball:before { content: "\f4bb"; }
|
| 1013 |
+
|
| 1014 |
+
.ion-ios-tennisball-outline:before { content: "\f4ba"; }
|
| 1015 |
+
|
| 1016 |
+
.ion-ios-thunderstorm:before { content: "\f4bd"; }
|
| 1017 |
+
|
| 1018 |
+
.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }
|
| 1019 |
+
|
| 1020 |
+
.ion-ios-time:before { content: "\f4bf"; }
|
| 1021 |
+
|
| 1022 |
+
.ion-ios-time-outline:before { content: "\f4be"; }
|
| 1023 |
+
|
| 1024 |
+
.ion-ios-timer:before { content: "\f4c1"; }
|
| 1025 |
+
|
| 1026 |
+
.ion-ios-timer-outline:before { content: "\f4c0"; }
|
| 1027 |
+
|
| 1028 |
+
.ion-ios-toggle:before { content: "\f4c3"; }
|
| 1029 |
+
|
| 1030 |
+
.ion-ios-toggle-outline:before { content: "\f4c2"; }
|
| 1031 |
+
|
| 1032 |
+
.ion-ios-trash:before { content: "\f4c5"; }
|
| 1033 |
+
|
| 1034 |
+
.ion-ios-trash-outline:before { content: "\f4c4"; }
|
| 1035 |
+
|
| 1036 |
+
.ion-ios-undo:before { content: "\f4c7"; }
|
| 1037 |
+
|
| 1038 |
+
.ion-ios-undo-outline:before { content: "\f4c6"; }
|
| 1039 |
+
|
| 1040 |
+
.ion-ios-unlocked:before { content: "\f4c9"; }
|
| 1041 |
+
|
| 1042 |
+
.ion-ios-unlocked-outline:before { content: "\f4c8"; }
|
| 1043 |
+
|
| 1044 |
+
.ion-ios-upload:before { content: "\f4cb"; }
|
| 1045 |
+
|
| 1046 |
+
.ion-ios-upload-outline:before { content: "\f4ca"; }
|
| 1047 |
+
|
| 1048 |
+
.ion-ios-videocam:before { content: "\f4cd"; }
|
| 1049 |
+
|
| 1050 |
+
.ion-ios-videocam-outline:before { content: "\f4cc"; }
|
| 1051 |
+
|
| 1052 |
+
.ion-ios-volume-high:before { content: "\f4ce"; }
|
| 1053 |
+
|
| 1054 |
+
.ion-ios-volume-low:before { content: "\f4cf"; }
|
| 1055 |
+
|
| 1056 |
+
.ion-ios-wineglass:before { content: "\f4d1"; }
|
| 1057 |
+
|
| 1058 |
+
.ion-ios-wineglass-outline:before { content: "\f4d0"; }
|
| 1059 |
+
|
| 1060 |
+
.ion-ios-world:before { content: "\f4d3"; }
|
| 1061 |
+
|
| 1062 |
+
.ion-ios-world-outline:before { content: "\f4d2"; }
|
| 1063 |
+
|
| 1064 |
+
.ion-ipad:before { content: "\f1f9"; }
|
| 1065 |
+
|
| 1066 |
+
.ion-iphone:before { content: "\f1fa"; }
|
| 1067 |
+
|
| 1068 |
+
.ion-ipod:before { content: "\f1fb"; }
|
| 1069 |
+
|
| 1070 |
+
.ion-jet:before { content: "\f295"; }
|
| 1071 |
+
|
| 1072 |
+
.ion-key:before { content: "\f296"; }
|
| 1073 |
+
|
| 1074 |
+
.ion-knife:before { content: "\f297"; }
|
| 1075 |
+
|
| 1076 |
+
.ion-laptop:before { content: "\f1fc"; }
|
| 1077 |
+
|
| 1078 |
+
.ion-leaf:before { content: "\f1fd"; }
|
| 1079 |
+
|
| 1080 |
+
.ion-levels:before { content: "\f298"; }
|
| 1081 |
+
|
| 1082 |
+
.ion-lightbulb:before { content: "\f299"; }
|
| 1083 |
+
|
| 1084 |
+
.ion-link:before { content: "\f1fe"; }
|
| 1085 |
+
|
| 1086 |
+
.ion-load-a:before { content: "\f29a"; }
|
| 1087 |
+
|
| 1088 |
+
.ion-load-b:before { content: "\f29b"; }
|
| 1089 |
+
|
| 1090 |
+
.ion-load-c:before { content: "\f29c"; }
|
| 1091 |
+
|
| 1092 |
+
.ion-load-d:before { content: "\f29d"; }
|
| 1093 |
+
|
| 1094 |
+
.ion-location:before { content: "\f1ff"; }
|
| 1095 |
+
|
| 1096 |
+
.ion-lock-combination:before { content: "\f4d4"; }
|
| 1097 |
+
|
| 1098 |
+
.ion-locked:before { content: "\f200"; }
|
| 1099 |
+
|
| 1100 |
+
.ion-log-in:before { content: "\f29e"; }
|
| 1101 |
+
|
| 1102 |
+
.ion-log-out:before { content: "\f29f"; }
|
| 1103 |
+
|
| 1104 |
+
.ion-loop:before { content: "\f201"; }
|
| 1105 |
+
|
| 1106 |
+
.ion-magnet:before { content: "\f2a0"; }
|
| 1107 |
+
|
| 1108 |
+
.ion-male:before { content: "\f2a1"; }
|
| 1109 |
+
|
| 1110 |
+
.ion-man:before { content: "\f202"; }
|
| 1111 |
+
|
| 1112 |
+
.ion-map:before { content: "\f203"; }
|
| 1113 |
+
|
| 1114 |
+
.ion-medkit:before { content: "\f2a2"; }
|
| 1115 |
+
|
| 1116 |
+
.ion-merge:before { content: "\f33f"; }
|
| 1117 |
+
|
| 1118 |
+
.ion-mic-a:before { content: "\f204"; }
|
| 1119 |
+
|
| 1120 |
+
.ion-mic-b:before { content: "\f205"; }
|
| 1121 |
+
|
| 1122 |
+
.ion-mic-c:before { content: "\f206"; }
|
| 1123 |
+
|
| 1124 |
+
.ion-minus:before { content: "\f209"; }
|
| 1125 |
+
|
| 1126 |
+
.ion-minus-circled:before { content: "\f207"; }
|
| 1127 |
+
|
| 1128 |
+
.ion-minus-round:before { content: "\f208"; }
|
| 1129 |
+
|
| 1130 |
+
.ion-model-s:before { content: "\f2c1"; }
|
| 1131 |
+
|
| 1132 |
+
.ion-monitor:before { content: "\f20a"; }
|
| 1133 |
+
|
| 1134 |
+
.ion-more:before { content: "\f20b"; }
|
| 1135 |
+
|
| 1136 |
+
.ion-mouse:before { content: "\f340"; }
|
| 1137 |
+
|
| 1138 |
+
.ion-music-note:before { content: "\f20c"; }
|
| 1139 |
+
|
| 1140 |
+
.ion-navicon:before { content: "\f20e"; }
|
| 1141 |
+
|
| 1142 |
+
.ion-navicon-round:before { content: "\f20d"; }
|
| 1143 |
+
|
| 1144 |
+
.ion-navigate:before { content: "\f2a3"; }
|
| 1145 |
+
|
| 1146 |
+
.ion-network:before { content: "\f341"; }
|
| 1147 |
+
|
| 1148 |
+
.ion-no-smoking:before { content: "\f2c2"; }
|
| 1149 |
+
|
| 1150 |
+
.ion-nuclear:before { content: "\f2a4"; }
|
| 1151 |
+
|
| 1152 |
+
.ion-outlet:before { content: "\f342"; }
|
| 1153 |
+
|
| 1154 |
+
.ion-paintbrush:before { content: "\f4d5"; }
|
| 1155 |
+
|
| 1156 |
+
.ion-paintbucket:before { content: "\f4d6"; }
|
| 1157 |
+
|
| 1158 |
+
.ion-paper-airplane:before { content: "\f2c3"; }
|
| 1159 |
+
|
| 1160 |
+
.ion-paperclip:before { content: "\f20f"; }
|
| 1161 |
+
|
| 1162 |
+
.ion-pause:before { content: "\f210"; }
|
| 1163 |
+
|
| 1164 |
+
.ion-person:before { content: "\f213"; }
|
| 1165 |
+
|
| 1166 |
+
.ion-person-add:before { content: "\f211"; }
|
| 1167 |
+
|
| 1168 |
+
.ion-person-stalker:before { content: "\f212"; }
|
| 1169 |
+
|
| 1170 |
+
.ion-pie-graph:before { content: "\f2a5"; }
|
| 1171 |
+
|
| 1172 |
+
.ion-pin:before { content: "\f2a6"; }
|
| 1173 |
+
|
| 1174 |
+
.ion-pinpoint:before { content: "\f2a7"; }
|
| 1175 |
+
|
| 1176 |
+
.ion-pizza:before { content: "\f2a8"; }
|
| 1177 |
+
|
| 1178 |
+
.ion-plane:before { content: "\f214"; }
|
| 1179 |
+
|
| 1180 |
+
.ion-planet:before { content: "\f343"; }
|
| 1181 |
+
|
| 1182 |
+
.ion-play:before { content: "\f215"; }
|
| 1183 |
+
|
| 1184 |
+
.ion-playstation:before { content: "\f30a"; }
|
| 1185 |
+
|
| 1186 |
+
.ion-plus:before { content: "\f218"; }
|
| 1187 |
+
|
| 1188 |
+
.ion-plus-circled:before { content: "\f216"; }
|
| 1189 |
+
|
| 1190 |
+
.ion-plus-round:before { content: "\f217"; }
|
| 1191 |
+
|
| 1192 |
+
.ion-podium:before { content: "\f344"; }
|
| 1193 |
+
|
| 1194 |
+
.ion-pound:before { content: "\f219"; }
|
| 1195 |
+
|
| 1196 |
+
.ion-power:before { content: "\f2a9"; }
|
| 1197 |
+
|
| 1198 |
+
.ion-pricetag:before { content: "\f2aa"; }
|
| 1199 |
+
|
| 1200 |
+
.ion-pricetags:before { content: "\f2ab"; }
|
| 1201 |
+
|
| 1202 |
+
.ion-printer:before { content: "\f21a"; }
|
| 1203 |
+
|
| 1204 |
+
.ion-pull-request:before { content: "\f345"; }
|
| 1205 |
+
|
| 1206 |
+
.ion-qr-scanner:before { content: "\f346"; }
|
| 1207 |
+
|
| 1208 |
+
.ion-quote:before { content: "\f347"; }
|
| 1209 |
+
|
| 1210 |
+
.ion-radio-waves:before { content: "\f2ac"; }
|
| 1211 |
+
|
| 1212 |
+
.ion-record:before { content: "\f21b"; }
|
| 1213 |
+
|
| 1214 |
+
.ion-refresh:before { content: "\f21c"; }
|
| 1215 |
+
|
| 1216 |
+
.ion-reply:before { content: "\f21e"; }
|
| 1217 |
+
|
| 1218 |
+
.ion-reply-all:before { content: "\f21d"; }
|
| 1219 |
+
|
| 1220 |
+
.ion-ribbon-a:before { content: "\f348"; }
|
| 1221 |
+
|
| 1222 |
+
.ion-ribbon-b:before { content: "\f349"; }
|
| 1223 |
+
|
| 1224 |
+
.ion-sad:before { content: "\f34a"; }
|
| 1225 |
+
|
| 1226 |
+
.ion-sad-outline:before { content: "\f4d7"; }
|
| 1227 |
+
|
| 1228 |
+
.ion-scissors:before { content: "\f34b"; }
|
| 1229 |
+
|
| 1230 |
+
.ion-search:before { content: "\f21f"; }
|
| 1231 |
+
|
| 1232 |
+
.ion-settings:before { content: "\f2ad"; }
|
| 1233 |
+
|
| 1234 |
+
.ion-share:before { content: "\f220"; }
|
| 1235 |
+
|
| 1236 |
+
.ion-shuffle:before { content: "\f221"; }
|
| 1237 |
+
|
| 1238 |
+
.ion-skip-backward:before { content: "\f222"; }
|
| 1239 |
+
|
| 1240 |
+
.ion-skip-forward:before { content: "\f223"; }
|
| 1241 |
+
|
| 1242 |
+
.ion-social-android:before { content: "\f225"; }
|
| 1243 |
+
|
| 1244 |
+
.ion-social-android-outline:before { content: "\f224"; }
|
| 1245 |
+
|
| 1246 |
+
.ion-social-angular:before { content: "\f4d9"; }
|
| 1247 |
+
|
| 1248 |
+
.ion-social-angular-outline:before { content: "\f4d8"; }
|
| 1249 |
+
|
| 1250 |
+
.ion-social-apple:before { content: "\f227"; }
|
| 1251 |
+
|
| 1252 |
+
.ion-social-apple-outline:before { content: "\f226"; }
|
| 1253 |
+
|
| 1254 |
+
.ion-social-bitcoin:before { content: "\f2af"; }
|
| 1255 |
+
|
| 1256 |
+
.ion-social-bitcoin-outline:before { content: "\f2ae"; }
|
| 1257 |
+
|
| 1258 |
+
.ion-social-buffer:before { content: "\f229"; }
|
| 1259 |
+
|
| 1260 |
+
.ion-social-buffer-outline:before { content: "\f228"; }
|
| 1261 |
+
|
| 1262 |
+
.ion-social-chrome:before { content: "\f4db"; }
|
| 1263 |
+
|
| 1264 |
+
.ion-social-chrome-outline:before { content: "\f4da"; }
|
| 1265 |
+
|
| 1266 |
+
.ion-social-codepen:before { content: "\f4dd"; }
|
| 1267 |
+
|
| 1268 |
+
.ion-social-codepen-outline:before { content: "\f4dc"; }
|
| 1269 |
+
|
| 1270 |
+
.ion-social-css3:before { content: "\f4df"; }
|
| 1271 |
+
|
| 1272 |
+
.ion-social-css3-outline:before { content: "\f4de"; }
|
| 1273 |
+
|
| 1274 |
+
.ion-social-designernews:before { content: "\f22b"; }
|
| 1275 |
+
|
| 1276 |
+
.ion-social-designernews-outline:before { content: "\f22a"; }
|
| 1277 |
+
|
| 1278 |
+
.ion-social-dribbble:before { content: "\f22d"; }
|
| 1279 |
+
|
| 1280 |
+
.ion-social-dribbble-outline:before { content: "\f22c"; }
|
| 1281 |
+
|
| 1282 |
+
.ion-social-dropbox:before { content: "\f22f"; }
|
| 1283 |
+
|
| 1284 |
+
.ion-social-dropbox-outline:before { content: "\f22e"; }
|
| 1285 |
+
|
| 1286 |
+
.ion-social-euro:before { content: "\f4e1"; }
|
| 1287 |
+
|
| 1288 |
+
.ion-social-euro-outline:before { content: "\f4e0"; }
|
| 1289 |
+
|
| 1290 |
+
.ion-social-facebook:before { content: "\f231"; }
|
| 1291 |
+
|
| 1292 |
+
.ion-social-facebook-outline:before { content: "\f230"; }
|
| 1293 |
+
|
| 1294 |
+
.ion-social-foursquare:before { content: "\f34d"; }
|
| 1295 |
+
|
| 1296 |
+
.ion-social-foursquare-outline:before { content: "\f34c"; }
|
| 1297 |
+
|
| 1298 |
+
.ion-social-freebsd-devil:before { content: "\f2c4"; }
|
| 1299 |
+
|
| 1300 |
+
.ion-social-github:before { content: "\f233"; }
|
| 1301 |
+
|
| 1302 |
+
.ion-social-github-outline:before { content: "\f232"; }
|
| 1303 |
+
|
| 1304 |
+
.ion-social-google:before { content: "\f34f"; }
|
| 1305 |
+
|
| 1306 |
+
.ion-social-google-outline:before { content: "\f34e"; }
|
| 1307 |
+
|
| 1308 |
+
.ion-social-googleplus:before { content: "\f235"; }
|
| 1309 |
+
|
| 1310 |
+
.ion-social-googleplus-outline:before { content: "\f234"; }
|
| 1311 |
+
|
| 1312 |
+
.ion-social-hackernews:before { content: "\f237"; }
|
| 1313 |
+
|
| 1314 |
+
.ion-social-hackernews-outline:before { content: "\f236"; }
|
| 1315 |
+
|
| 1316 |
+
.ion-social-html5:before { content: "\f4e3"; }
|
| 1317 |
+
|
| 1318 |
+
.ion-social-html5-outline:before { content: "\f4e2"; }
|
| 1319 |
+
|
| 1320 |
+
.ion-social-instagram:before { content: "\f351"; }
|
| 1321 |
+
|
| 1322 |
+
.ion-social-instagram-outline:before { content: "\f350"; }
|
| 1323 |
+
|
| 1324 |
+
.ion-social-javascript:before { content: "\f4e5"; }
|
| 1325 |
+
|
| 1326 |
+
.ion-social-javascript-outline:before { content: "\f4e4"; }
|
| 1327 |
+
|
| 1328 |
+
.ion-social-linkedin:before { content: "\f239"; }
|
| 1329 |
+
|
| 1330 |
+
.ion-social-linkedin-outline:before { content: "\f238"; }
|
| 1331 |
+
|
| 1332 |
+
.ion-social-markdown:before { content: "\f4e6"; }
|
| 1333 |
+
|
| 1334 |
+
.ion-social-nodejs:before { content: "\f4e7"; }
|
| 1335 |
+
|
| 1336 |
+
.ion-social-octocat:before { content: "\f4e8"; }
|
| 1337 |
+
|
| 1338 |
+
.ion-social-pinterest:before { content: "\f2b1"; }
|
| 1339 |
+
|
| 1340 |
+
.ion-social-pinterest-outline:before { content: "\f2b0"; }
|
| 1341 |
+
|
| 1342 |
+
.ion-social-python:before { content: "\f4e9"; }
|
| 1343 |
+
|
| 1344 |
+
.ion-social-reddit:before { content: "\f23b"; }
|
| 1345 |
+
|
| 1346 |
+
.ion-social-reddit-outline:before { content: "\f23a"; }
|
| 1347 |
+
|
| 1348 |
+
.ion-social-rss:before { content: "\f23d"; }
|
| 1349 |
+
|
| 1350 |
+
.ion-social-rss-outline:before { content: "\f23c"; }
|
| 1351 |
+
|
| 1352 |
+
.ion-social-sass:before { content: "\f4ea"; }
|
| 1353 |
+
|
| 1354 |
+
.ion-social-skype:before { content: "\f23f"; }
|
| 1355 |
+
|
| 1356 |
+
.ion-social-skype-outline:before { content: "\f23e"; }
|
| 1357 |
+
|
| 1358 |
+
.ion-social-snapchat:before { content: "\f4ec"; }
|
| 1359 |
+
|
| 1360 |
+
.ion-social-snapchat-outline:before { content: "\f4eb"; }
|
| 1361 |
+
|
| 1362 |
+
.ion-social-tumblr:before { content: "\f241"; }
|
| 1363 |
+
|
| 1364 |
+
.ion-social-tumblr-outline:before { content: "\f240"; }
|
| 1365 |
+
|
| 1366 |
+
.ion-social-tux:before { content: "\f2c5"; }
|
| 1367 |
+
|
| 1368 |
+
.ion-social-twitch:before { content: "\f4ee"; }
|
| 1369 |
+
|
| 1370 |
+
.ion-social-twitch-outline:before { content: "\f4ed"; }
|
| 1371 |
+
|
| 1372 |
+
.ion-social-twitter:before { content: "\f243"; }
|
| 1373 |
+
|
| 1374 |
+
.ion-social-twitter-outline:before { content: "\f242"; }
|
| 1375 |
+
|
| 1376 |
+
.ion-social-usd:before { content: "\f353"; }
|
| 1377 |
+
|
| 1378 |
+
.ion-social-usd-outline:before { content: "\f352"; }
|
| 1379 |
+
|
| 1380 |
+
.ion-social-vimeo:before { content: "\f245"; }
|
| 1381 |
+
|
| 1382 |
+
.ion-social-vimeo-outline:before { content: "\f244"; }
|
| 1383 |
+
|
| 1384 |
+
.ion-social-whatsapp:before { content: "\f4f0"; }
|
| 1385 |
+
|
| 1386 |
+
.ion-social-whatsapp-outline:before { content: "\f4ef"; }
|
| 1387 |
+
|
| 1388 |
+
.ion-social-windows:before { content: "\f247"; }
|
| 1389 |
+
|
| 1390 |
+
.ion-social-windows-outline:before { content: "\f246"; }
|
| 1391 |
+
|
| 1392 |
+
.ion-social-wordpress:before { content: "\f249"; }
|
| 1393 |
+
|
| 1394 |
+
.ion-social-wordpress-outline:before { content: "\f248"; }
|
| 1395 |
+
|
| 1396 |
+
.ion-social-yahoo:before { content: "\f24b"; }
|
| 1397 |
+
|
| 1398 |
+
.ion-social-yahoo-outline:before { content: "\f24a"; }
|
| 1399 |
+
|
| 1400 |
+
.ion-social-yen:before { content: "\f4f2"; }
|
| 1401 |
+
|
| 1402 |
+
.ion-social-yen-outline:before { content: "\f4f1"; }
|
| 1403 |
+
|
| 1404 |
+
.ion-social-youtube:before { content: "\f24d"; }
|
| 1405 |
+
|
| 1406 |
+
.ion-social-youtube-outline:before { content: "\f24c"; }
|
| 1407 |
+
|
| 1408 |
+
.ion-soup-can:before { content: "\f4f4"; }
|
| 1409 |
+
|
| 1410 |
+
.ion-soup-can-outline:before { content: "\f4f3"; }
|
| 1411 |
+
|
| 1412 |
+
.ion-speakerphone:before { content: "\f2b2"; }
|
| 1413 |
+
|
| 1414 |
+
.ion-speedometer:before { content: "\f2b3"; }
|
| 1415 |
+
|
| 1416 |
+
.ion-spoon:before { content: "\f2b4"; }
|
| 1417 |
+
|
| 1418 |
+
.ion-star:before { content: "\f24e"; }
|
| 1419 |
+
|
| 1420 |
+
.ion-stats-bars:before { content: "\f2b5"; }
|
| 1421 |
+
|
| 1422 |
+
.ion-steam:before { content: "\f30b"; }
|
| 1423 |
+
|
| 1424 |
+
.ion-stop:before { content: "\f24f"; }
|
| 1425 |
+
|
| 1426 |
+
.ion-thermometer:before { content: "\f2b6"; }
|
| 1427 |
+
|
| 1428 |
+
.ion-thumbsdown:before { content: "\f250"; }
|
| 1429 |
+
|
| 1430 |
+
.ion-thumbsup:before { content: "\f251"; }
|
| 1431 |
+
|
| 1432 |
+
.ion-toggle:before { content: "\f355"; }
|
| 1433 |
+
|
| 1434 |
+
.ion-toggle-filled:before { content: "\f354"; }
|
| 1435 |
+
|
| 1436 |
+
.ion-transgender:before { content: "\f4f5"; }
|
| 1437 |
+
|
| 1438 |
+
.ion-trash-a:before { content: "\f252"; }
|
| 1439 |
+
|
| 1440 |
+
.ion-trash-b:before { content: "\f253"; }
|
| 1441 |
+
|
| 1442 |
+
.ion-trophy:before { content: "\f356"; }
|
| 1443 |
+
|
| 1444 |
+
.ion-tshirt:before { content: "\f4f7"; }
|
| 1445 |
+
|
| 1446 |
+
.ion-tshirt-outline:before { content: "\f4f6"; }
|
| 1447 |
+
|
| 1448 |
+
.ion-umbrella:before { content: "\f2b7"; }
|
| 1449 |
+
|
| 1450 |
+
.ion-university:before { content: "\f357"; }
|
| 1451 |
+
|
| 1452 |
+
.ion-unlocked:before { content: "\f254"; }
|
| 1453 |
+
|
| 1454 |
+
.ion-upload:before { content: "\f255"; }
|
| 1455 |
+
|
| 1456 |
+
.ion-usb:before { content: "\f2b8"; }
|
| 1457 |
+
|
| 1458 |
+
.ion-videocamera:before { content: "\f256"; }
|
| 1459 |
+
|
| 1460 |
+
.ion-volume-high:before { content: "\f257"; }
|
| 1461 |
+
|
| 1462 |
+
.ion-volume-low:before { content: "\f258"; }
|
| 1463 |
+
|
| 1464 |
+
.ion-volume-medium:before { content: "\f259"; }
|
| 1465 |
+
|
| 1466 |
+
.ion-volume-mute:before { content: "\f25a"; }
|
| 1467 |
+
|
| 1468 |
+
.ion-wand:before { content: "\f358"; }
|
| 1469 |
+
|
| 1470 |
+
.ion-waterdrop:before { content: "\f25b"; }
|
| 1471 |
+
|
| 1472 |
+
.ion-wifi:before { content: "\f25c"; }
|
| 1473 |
+
|
| 1474 |
+
.ion-wineglass:before { content: "\f2b9"; }
|
| 1475 |
+
|
| 1476 |
+
.ion-woman:before { content: "\f25d"; }
|
| 1477 |
+
|
| 1478 |
+
.ion-wrench:before { content: "\f2ba"; }
|
| 1479 |
+
|
| 1480 |
+
.ion-xbox:before { content: "\f30c"; }
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/css/ionicons.min.css
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@charset "UTF-8";/*!
|
| 2 |
+
Ionicons, v2.0.0
|
| 3 |
+
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
| 4 |
+
https://twitter.com/benjsperry https://twitter.com/ionicframework
|
| 5 |
+
MIT License: https://github.com/driftyco/ionicons
|
| 6 |
+
|
| 7 |
+
Android-style icons originally built by Google’s
|
| 8 |
+
Material Design Icons: https://github.com/google/material-design-icons
|
| 9 |
+
used under CC BY http://creativecommons.org/licenses/by/4.0/
|
| 10 |
+
Modified icons to fit ionicon’s grid from original.
|
| 11 |
+
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.eot
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.svg
ADDED
|
@@ -0,0 +1,2230 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" standalone="no"?>
|
| 2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
| 3 |
+
<!--
|
| 4 |
+
2014-12-4: Created.
|
| 5 |
+
-->
|
| 6 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
| 7 |
+
<metadata>
|
| 8 |
+
Created by FontForge 20120731 at Thu Dec 4 09:51:48 2014
|
| 9 |
+
By Adam Bradley
|
| 10 |
+
Created by Adam Bradley with FontForge 2.0 (http://fontforge.sf.net)
|
| 11 |
+
</metadata>
|
| 12 |
+
<defs>
|
| 13 |
+
<font id="Ionicons" horiz-adv-x="448" >
|
| 14 |
+
<font-face
|
| 15 |
+
font-family="Ionicons"
|
| 16 |
+
font-weight="500"
|
| 17 |
+
font-stretch="normal"
|
| 18 |
+
units-per-em="512"
|
| 19 |
+
panose-1="2 0 6 3 0 0 0 0 0 0"
|
| 20 |
+
ascent="448"
|
| 21 |
+
descent="-64"
|
| 22 |
+
bbox="-0.54049 -64 512.487 448"
|
| 23 |
+
underline-thickness="25.6"
|
| 24 |
+
underline-position="-51.2"
|
| 25 |
+
unicode-range="U+F100-F4F7"
|
| 26 |
+
/>
|
| 27 |
+
<missing-glyph />
|
| 28 |
+
<glyph glyph-name="ion-alert-circled" unicode=""
|
| 29 |
+
d="M445 26c3 -5 5 -13 2 -18s-8 -8 -14 -8h-418c-6 0 -11 3 -14 8s-1 13 2 18l207 349c3 5 8 9 14 9s11 -4 14 -9zM256 48v48h-64v-48h64zM256 128v144h-64v-144h64z" />
|
| 30 |
+
<glyph glyph-name="ion-alert" unicode="" horiz-adv-x="128"
|
| 31 |
+
d="M128 -32h-128v96h128v-96zM112 128h-96l-16 288h128z" />
|
| 32 |
+
<glyph glyph-name="ion-android-add-circle" unicode="" horiz-adv-x="416"
|
| 33 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM315 171v42h-86v86h-42v-86h-86v-42h86v-86h42v86h86z" />
|
| 34 |
+
<glyph glyph-name="ion-android-add" unicode="" horiz-adv-x="320"
|
| 35 |
+
d="M320 171h-139v-139h-42v139h-139v42h139v139h42v-139h139v-42z" />
|
| 36 |
+
<glyph glyph-name="ion-android-alarm-clock" unicode="" horiz-adv-x="428"
|
| 37 |
+
d="M428 323l-28 -33l-98 82l28 33zM125 373l-97 -83l-28 33l97 83zM225 275v0v-111l85 -50l-16 -27l-101 61v127h32zM214 360c106 0 193 -86 193 -191s-87 -191 -193 -191c-107 0 -193 86 -193 191s86 191 193 191zM214 20c82 0 150 66 150 149c0 82 -68 149 -150 149
|
| 38 |
+
s-150 -67 -150 -149s68 -149 150 -149z" />
|
| 39 |
+
<glyph glyph-name="ion-android-alert" unicode="" horiz-adv-x="416"
|
| 40 |
+
d="M208 400c114 0 208 -94 208 -208s-94 -208 -208 -208s-208 94 -208 208s94 208 208 208zM232 88v40h-48v-40h48zM232 176v128h-48v-128h48z" />
|
| 41 |
+
<glyph glyph-name="ion-android-apps" unicode="" horiz-adv-x="320"
|
| 42 |
+
d="M0 272v80h80v-80h-80zM120 32v80h80v-80h-80zM0 32v80h80v-80h-80zM0 152v80h80v-80h-80zM120 152v80h80v-80h-80zM240 352h80v-80h-80v80zM120 272v80h80v-80h-80zM240 152v80h80v-80h-80zM240 32v80h80v-80h-80z" />
|
| 43 |
+
<glyph glyph-name="ion-android-archive" unicode="" horiz-adv-x="416"
|
| 44 |
+
d="M406 348c7 -7 10 -17 10 -29v-289c0 -25 -21 -46 -46 -46h-324c-25 0 -46 21 -46 46v289c0 12 3 22 10 29l33 39c6 8 16 13 26 13h278c10 0 20 -5 26 -13zM208 65l127 127h-81v46h-92v-46h-81zM49 354h317l-22 23h-277z" />
|
| 45 |
+
<glyph glyph-name="ion-android-arrow-back" unicode="" horiz-adv-x="342"
|
| 46 |
+
d="M342 213v-42h-260l119 -120l-30 -30l-171 171l171 171l31 -30l-120 -120h260z" />
|
| 47 |
+
<glyph glyph-name="ion-android-arrow-down" unicode="" horiz-adv-x="342"
|
| 48 |
+
d="M192 363v-260l120 120l30 -31l-171 -171l-171 171l30 30l120 -119v260h42z" />
|
| 49 |
+
<glyph glyph-name="ion-android-arrow-dropdown-circle" unicode="" horiz-adv-x="416"
|
| 50 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 128l96 96h-192z" />
|
| 51 |
+
<glyph glyph-name="ion-android-arrow-dropdown" unicode="" horiz-adv-x="256"
|
| 52 |
+
d="M0 256h256l-128 -128z" />
|
| 53 |
+
<glyph glyph-name="ion-android-arrow-dropleft-circle" unicode="" horiz-adv-x="416"
|
| 54 |
+
d="M416 192c0 -115 -93 -208 -208 -208s-208 93 -208 208s93 208 208 208s208 -93 208 -208zM144 192l96 -96v192z" />
|
| 55 |
+
<glyph glyph-name="ion-android-arrow-dropleft" unicode="" horiz-adv-x="128"
|
| 56 |
+
d="M128 320v-256l-128 128z" />
|
| 57 |
+
<glyph glyph-name="ion-android-arrow-dropright-circle" unicode="" horiz-adv-x="416"
|
| 58 |
+
d="M208 -16c-115 0 -208 93 -208 208s93 208 208 208s208 -93 208 -208s-93 -208 -208 -208zM176 96l96 96l-96 96v-192z" />
|
| 59 |
+
<glyph glyph-name="ion-android-arrow-dropright" unicode="" horiz-adv-x="128"
|
| 60 |
+
d="M0 320l128 -128l-128 -128v256z" />
|
| 61 |
+
<glyph glyph-name="ion-android-arrow-dropup-circle" unicode="" horiz-adv-x="416"
|
| 62 |
+
d="M416 192c0 -115 -93 -208 -208 -208s-208 93 -208 208s93 208 208 208s208 -93 208 -208zM304 160l-96 96l-96 -96h192z" />
|
| 63 |
+
<glyph glyph-name="ion-android-arrow-dropup" unicode="" horiz-adv-x="256"
|
| 64 |
+
d="M0 128l128 128l128 -128h-256z" />
|
| 65 |
+
<glyph glyph-name="ion-android-arrow-forward" unicode="" horiz-adv-x="342"
|
| 66 |
+
d="M0 171v42h260l-119 120l30 30l171 -171l-171 -171l-31 30l120 120h-260z" />
|
| 67 |
+
<glyph glyph-name="ion-android-arrow-up" unicode="" horiz-adv-x="342"
|
| 68 |
+
d="M192 21h-42v260l-120 -119l-30 30l171 171l171 -171l-30 -31l-120 120v-260z" />
|
| 69 |
+
<glyph glyph-name="ion-android-attach" unicode="" horiz-adv-x="235"
|
| 70 |
+
d="M203 320h32v-235c0 -65 -53 -117 -118 -117s-117 52 -117 117v246c0 47 38 85 85 85s86 -38 86 -85v-246c0 -30 -24 -53 -54 -53s-53 23 -53 53v203h32v-203c0 -12 9 -21 21 -21s22 9 22 21v246c0 30 -24 53 -54 53s-53 -23 -53 -53v-246c0 -47 38 -85 85 -85
|
| 71 |
+
s86 38 86 85v235z" />
|
| 72 |
+
<glyph glyph-name="ion-android-bar" unicode="" horiz-adv-x="384"
|
| 73 |
+
d="M171 171l-171 170v43h384v-43l-171 -170v-131h107v-40h-256v40h107v131zM96 299h192l43 42h-278z" />
|
| 74 |
+
<glyph glyph-name="ion-android-bicycle" unicode=""
|
| 75 |
+
d="M299 317c-19 0 -34 14 -34 33s15 34 34 34s33 -15 33 -34s-14 -33 -33 -33zM355 187c51 0 93 -43 93 -94s-42 -93 -93 -93s-94 42 -94 93s43 94 94 94zM355 28c36 0 65 29 65 65s-29 66 -65 66s-66 -30 -66 -66s30 -65 66 -65zM274 224l-30 45l-43 -45l39 -32v-112h-32
|
| 76 |
+
v86l-61 38c-9 6 -19 15 -19 27c0 8 3 17 9 23l72 69c6 6 14 9 22 9c11 0 22 -7 28 -16l34 -60h59v-32h-78zM93 187c51 0 94 -43 94 -94s-43 -93 -94 -93s-93 42 -93 93s42 94 93 94zM93 28c36 0 66 29 66 65s-30 66 -66 66s-65 -30 -65 -66s29 -65 65 -65z" />
|
| 77 |
+
<glyph glyph-name="ion-android-boat" unicode=""
|
| 78 |
+
d="M52 35l-51 139c-2 6 -1 12 1 17s8 8 13 10l38 13v98c0 23 20 43 43 43h64l16 53h96l16 -53h64c23 0 43 -20 43 -43v-98l38 -13c5 -2 11 -5 13 -10s3 -12 1 -17l-51 -139h-1c-34 0 -65 20 -86 43c-21 -23 -51 -43 -85 -43s-64 19 -85 42c-21 -23 -52 -42 -86 -42h-1z
|
| 79 |
+
M96 312v-84l128 41l128 -41v84h-256zM309 40c0 0 59 -64 107 -64h-21c-30 0 -59 12 -86 26c-53 -28 -117 -28 -170 0c-27 -14 -56 -26 -86 -26h-21c49 0 107 64 107 64c52 -36 118 -36 170 0z" />
|
| 80 |
+
<glyph glyph-name="ion-android-bookmark" unicode="" horiz-adv-x="288"
|
| 81 |
+
d="M248 384c22 0 40 -18 40 -40v-344l-144 64l-144 -64v344c0 22 18 40 40 40h208z" />
|
| 82 |
+
<glyph glyph-name="ion-android-bulb" unicode=""
|
| 83 |
+
d="M224 278c-25 0 -50 -10 -68 -28s-28 -43 -28 -68c0 -34 18 -66 48 -83l16 -10v-18v-71h64v71v18l16 10c15 8 27 20 35 34c9 15 13 31 13 49c0 25 -10 50 -28 68s-43 28 -68 28zM245 416v0v-64h-42v64h42zM374 362v0l30 -30l-38 -38l-30 30zM74 362v0l38 -38l-30 -30
|
| 84 |
+
l-38 38zM224 310v0c70 0 128 -58 128 -128c0 -48 -26 -89 -64 -111v-103h-128v103c-38 22 -64 64 -64 111c0 70 58 128 128 128zM448 203v0v-42h-64v42h64zM64 203v0v-42h-64v42h64z" />
|
| 85 |
+
<glyph glyph-name="ion-android-bus" unicode="" horiz-adv-x="352"
|
| 86 |
+
d="M0 96v204c0 75 82 84 176 84s176 -9 176 -84v-204c0 -18 -14 -24 -27 -36v-39c0 -12 -9 -21 -21 -21h-21c-12 0 -22 9 -22 21v22h-170v-22c0 -12 -10 -21 -22 -21h-21c-12 0 -21 9 -21 21v39c-13 12 -27 17 -27 36zM80 80c18 0 32 14 32 32s-14 32 -32 32
|
| 87 |
+
s-32 -14 -32 -32s14 -32 32 -32zM272 80c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM304 203v106h-256v-106h256z" />
|
| 88 |
+
<glyph glyph-name="ion-android-calendar" unicode="" horiz-adv-x="384"
|
| 89 |
+
d="M304 176v-96h-96v96h96zM272 384h48v-32h24c22 0 40 -18 40 -40v-272c0 -22 -18 -40 -40 -40h-304c-22 0 -40 18 -40 40v272c0 22 18 40 40 40h24v32h48v-32h160v32zM344 40v212h-304v-212h304z" />
|
| 90 |
+
<glyph glyph-name="ion-android-call" unicode="" horiz-adv-x="384"
|
| 91 |
+
d="M363 117c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-201 0 -363 162 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 13 -77c2 -7 0 -16 -5 -21l-47 -47c31 -61 80 -110 141 -141l47 47c5 6 14 7 21 5c23 -7 49 -12 76 -12z" />
|
| 92 |
+
<glyph glyph-name="ion-android-camera" unicode=""
|
| 93 |
+
d="M161 168c0 42 21 63 63 63s63 -21 63 -63s-21 -63 -63 -63s-63 21 -63 63zM408 352c11 0 20 -4 28 -12s12 -17 12 -28v-272c0 -11 -4 -20 -12 -28s-17 -12 -28 -12h-368c-11 0 -20 4 -28 12s-12 17 -12 28v272c0 11 4 20 12 28s17 12 28 12h88l32 32h128l32 -32h88z
|
| 94 |
+
M224 56c31 0 57 11 79 33s33 48 33 79s-11 57 -33 79s-48 33 -79 33s-57 -11 -79 -33s-33 -48 -33 -79s11 -57 33 -79s48 -33 79 -33z" />
|
| 95 |
+
<glyph glyph-name="ion-android-cancel" unicode="" horiz-adv-x="416"
|
| 96 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM312 117l-75 75l75 75l-29 29l-75 -75l-75 75l-29 -29l75 -75l-75 -75l29 -29l75 75l75 -75z" />
|
| 97 |
+
<glyph glyph-name="ion-android-car" unicode="" horiz-adv-x="384"
|
| 98 |
+
d="M339 331l45 -118v-160c0 -12 -9 -21 -21 -21h-22c-12 0 -21 9 -21 21v11h-256v-11c0 -12 -9 -21 -21 -21h-22c-12 0 -21 9 -21 21v160l45 118c4 13 16 21 30 21h234c14 0 26 -8 30 -21zM75 128c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM309 128
|
| 99 |
+
c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM43 235h298l-32 85h-234z" />
|
| 100 |
+
<glyph glyph-name="ion-android-cart" unicode="" horiz-adv-x="416"
|
| 101 |
+
d="M122 70c23 0 41 -18 41 -41s-18 -42 -41 -42s-42 19 -42 42s19 41 42 41zM0 397h68l19 -42h308c11 0 21 -9 21 -20c0 -4 -1 -8 -2 -10l-75 -129c-7 -14 -20 -22 -36 -22h-155l-21 -32s-2 -5 -2 -6c0 -3 2 -5 5 -5h238v-40h-243c-26 0 -45 14 -45 42c0 7 2 15 5 20l31 51
|
| 102 |
+
l-74 151h-42v42zM326 70c23 0 42 -18 42 -41s-19 -42 -42 -42s-41 19 -41 42s18 41 41 41z" />
|
| 103 |
+
<glyph glyph-name="ion-android-chat" unicode="" horiz-adv-x="416"
|
| 104 |
+
d="M344 384c4 0 7 -4 7 -8v-214c0 -4 -3 -9 -7 -9h-187l-90 -89v89h-57c-4 0 -10 5 -10 9v214c0 4 6 8 10 8h334zM408 321c4 0 8 -5 8 -9v-214c0 -4 -4 -9 -8 -9h-57v-89l-90 89h-130l39 39h181c18 0 25 10 25 26v167h32z" />
|
| 105 |
+
<glyph glyph-name="ion-android-checkbox-blank" unicode="" horiz-adv-x="384"
|
| 106 |
+
d="M341 384c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
|
| 107 |
+
<glyph glyph-name="ion-android-checkbox-outline-blank" unicode="" horiz-adv-x="384"
|
| 108 |
+
d="M341 341h-298v-298h298v298zM341 384v0c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
|
| 109 |
+
<glyph glyph-name="ion-android-checkbox-outline" unicode="" horiz-adv-x="384"
|
| 110 |
+
d="M105 233l66 -66l183 183l30 -30l-213 -213l-96 96zM341 43v170h43v-170c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h213v-43h-213v-298h298z" />
|
| 111 |
+
<glyph glyph-name="ion-android-checkbox" unicode="" horiz-adv-x="384"
|
| 112 |
+
d="M341 384c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM149 85l192 192l-30 30l-162 -162l-76 77l-30 -30z" />
|
| 113 |
+
<glyph glyph-name="ion-android-checkmark-circle" unicode="" horiz-adv-x="416"
|
| 114 |
+
d="M123 232l64 -64l179 178l29 -29l-208 -208l-93 93zM374 192h42c0 -114 -94 -208 -208 -208s-208 94 -208 208s94 208 208 208c28 0 54 -6 78 -16l-32 -32c-15 4 -30 6 -46 6c-92 0 -166 -74 -166 -166s74 -166 166 -166s166 74 166 166z" />
|
| 115 |
+
<glyph glyph-name="ion-android-clipboard" unicode="" horiz-adv-x="384"
|
| 116 |
+
d="M341 368c23 0 43 -20 43 -43v-314c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v314c0 23 20 43 43 43h87c7 28 32 48 62 48s55 -20 62 -48h87zM192 368c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM344 8v320h-40v-72h-224v72h-40v-320h304z" />
|
| 117 |
+
<glyph glyph-name="ion-android-close" unicode="" horiz-adv-x="298"
|
| 118 |
+
d="M298 311l-119 -119l119 -119l-30 -30l-119 119l-119 -119l-30 30l119 119l-119 119l30 30l119 -119l119 119z" />
|
| 119 |
+
<glyph glyph-name="ion-android-cloud-circle" unicode="" horiz-adv-x="416"
|
| 120 |
+
d="M208 400c114 0 208 -94 208 -208s-94 -208 -208 -208s-208 94 -208 208s94 208 208 208zM302 109c29 0 52 23 52 52s-23 52 -52 52h-11c0 46 -37 83 -83 83c-38 0 -71 -26 -80 -62h-3c-34 0 -63 -29 -63 -63s29 -62 63 -62h177z" />
|
| 121 |
+
<glyph glyph-name="ion-android-cloud-done" unicode="" horiz-adv-x="480"
|
| 122 |
+
d="M387 231c52 -3 93 -46 93 -99c0 -55 -45 -100 -100 -100h-260c-66 0 -120 54 -120 120c0 62 47 113 107 119c25 48 75 81 133 81c73 0 133 -52 147 -121zM197 85l141 141l-30 30l-111 -111l-44 45l-30 -30z" />
|
| 123 |
+
<glyph glyph-name="ion-android-cloud-outline" unicode="" horiz-adv-x="480"
|
| 124 |
+
d="M387 231c52 -3 93 -46 93 -99c0 -55 -45 -100 -100 -100h-260c-66 0 -120 54 -120 120c0 62 47 113 107 119c25 48 75 81 133 81c73 0 133 -52 147 -121zM380 72c33 0 60 27 60 60s-27 60 -60 60h-30v10c0 61 -49 110 -110 110c-51 0 -93 -34 -106 -80h-14
|
| 125 |
+
c-44 0 -80 -36 -80 -80s36 -80 80 -80h260z" />
|
| 126 |
+
<glyph glyph-name="ion-android-cloud" unicode="" horiz-adv-x="480"
|
| 127 |
+
d="M387 231c52 -3 93 -46 93 -99c0 -55 -45 -100 -100 -100h-260c-66 0 -120 54 -120 120c0 62 47 113 107 119c25 48 75 81 133 81c73 0 133 -52 147 -121z" />
|
| 128 |
+
<glyph glyph-name="ion-android-color-palette" unicode="" horiz-adv-x="384"
|
| 129 |
+
d="M192 384c106 0 192 -77 192 -171c0 -59 -48 -106 -107 -106h-38c-18 0 -32 -14 -32 -32c0 -9 3 -17 8 -22s9 -12 9 -21c0 -18 -14 -32 -32 -32c-106 0 -192 86 -192 192s86 192 192 192zM75 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 277
|
| 130 |
+
c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM245 277c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM309 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 131 |
+
<glyph glyph-name="ion-android-compass" unicode=""
|
| 132 |
+
d="M224 217c13 0 25 -12 25 -25s-12 -25 -25 -25s-25 12 -25 25s12 25 25 25zM224 416c123 0 224 -101 224 -224s-101 -224 -224 -224s-224 101 -224 224s101 224 224 224zM273 143l85 183l-183 -85l-85 -183z" />
|
| 133 |
+
<glyph glyph-name="ion-android-contact" unicode="" horiz-adv-x="384"
|
| 134 |
+
d="M267 110c59 -18 104 -58 117 -110h-384c13 52 58 92 117 110c22 -13 48 -20 75 -20s53 7 75 20zM192 384c73 0 132 -59 132 -132s-59 -132 -132 -132s-132 59 -132 132s59 132 132 132zM192 153c42 0 78 26 92 63h-184c14 -37 50 -63 92 -63z" />
|
| 135 |
+
<glyph glyph-name="ion-android-contacts" unicode=""
|
| 136 |
+
d="M207 104c47 -14 76 -62 87 -104h-294c11 42 40 90 87 104c18 -10 38 -16 60 -16s42 6 60 16zM147 328c58 0 106 -48 106 -106s-48 -106 -106 -106s-106 48 -106 106s48 106 106 106zM147 141c34 0 62 23 74 51h-148c12 -28 40 -51 74 -51zM291 64c-13 20 -34 43 -60 53
|
| 137 |
+
c11 9 21 23 28 35c13 -5 27 -8 42 -8c22 0 42 6 60 16c47 -14 76 -54 87 -96h-157zM275 248c-8 37 -31 69 -63 87c19 29 52 49 89 49c58 0 106 -48 106 -106s-48 -106 -106 -106c-11 0 -22 2 -32 5c3 8 6 16 7 25c8 -3 16 -4 25 -4c34 0 62 22 74 50h-100z" />
|
| 138 |
+
<glyph glyph-name="ion-android-contract" unicode="" horiz-adv-x="384"
|
| 139 |
+
d="M0 77v51h128v-128h-51v77h-77zM77 307v77h51v-128h-128v51h77zM256 0v128h128v-51h-77v-77h-51zM307 307h77v-51h-128v128h51v-77z" />
|
| 140 |
+
<glyph glyph-name="ion-android-create" unicode="" horiz-adv-x="384"
|
| 141 |
+
d="M0 80l236 236l80 -80l-236 -236h-80v80zM378 298l-40 -40l-80 80l40 40c9 9 20 9 29 0l51 -51c9 -9 9 -20 0 -29z" />
|
| 142 |
+
<glyph glyph-name="ion-android-delete" unicode="" horiz-adv-x="320"
|
| 143 |
+
d="M32 43v245h256v-245c0 -23 -20 -43 -43 -43h-170c-23 0 -43 20 -43 43zM320 352v-32h-320v32h80l27 32h106l27 -32h80z" />
|
| 144 |
+
<glyph glyph-name="ion-android-desktop" unicode=""
|
| 145 |
+
d="M405 416c23 0 43 -20 43 -43v-282c0 -23 -20 -43 -43 -43h-138l42 -48v-32h-170v32l42 48h-138c-23 0 -43 20 -43 43v282c0 23 20 43 43 43h362zM405 128v245h-362v-245h362z" />
|
| 146 |
+
<glyph glyph-name="ion-android-document" unicode="" horiz-adv-x="320"
|
| 147 |
+
d="M192 400l128 -128v-248c0 -22 -18 -40 -40 -40h-240c-22 0 -40 18 -40 40v336c0 22 18 40 40 40h152zM176 256h112l-112 112v-112z" />
|
| 148 |
+
<glyph glyph-name="ion-android-done-all" unicode="" horiz-adv-x="512"
|
| 149 |
+
d="M388 308l-140 -139l-31 31l140 139zM481 339l31 -31l-264 -263l-122 123l30 31l92 -91zM0 168l32 31l122 -123l-31 -31z" />
|
| 150 |
+
<glyph glyph-name="ion-android-done" unicode="" horiz-adv-x="384"
|
| 151 |
+
d="M122 108l230 230l32 -31l-262 -261l-122 122l32 31z" />
|
| 152 |
+
<glyph glyph-name="ion-android-download" unicode="" horiz-adv-x="480"
|
| 153 |
+
d="M387 231c52 -3 93 -46 93 -99c0 -55 -45 -100 -100 -100h-260c-66 0 -120 54 -120 120c0 62 47 113 107 119c25 48 75 81 133 81c73 0 133 -52 147 -121zM208 180h-68l100 -100l100 100h-68v76h-64v-76z" />
|
| 154 |
+
<glyph glyph-name="ion-android-drafts" unicode=""
|
| 155 |
+
d="M448 246v-203c0 -23 -20 -43 -43 -43h-362c-23 0 -43 20 -43 43v203c0 15 8 30 20 37l204 101l204 -101c13 -7 20 -22 20 -37zM224 144l171 112l-171 85l-171 -85z" />
|
| 156 |
+
<glyph glyph-name="ion-android-exit" unicode="" horiz-adv-x="384"
|
| 157 |
+
d="M151 115l55 56h-206v42h207l-56 56l30 30l107 -107l-107 -107zM341 384c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v85h43v-85h298v298h-298v-85h-43v85c0 23 20 43 43 43h298z" />
|
| 158 |
+
<glyph glyph-name="ion-android-expand" unicode="" horiz-adv-x="384"
|
| 159 |
+
d="M333 51v77h51v-128h-128v51h77zM333 333h-77v51h128v-128h-51v77zM51 333v-77h-51v128h128v-51h-77zM51 51h77v-51h-128v128h51v-77z" />
|
| 160 |
+
<glyph glyph-name="ion-android-favorite-outline" unicode="" horiz-adv-x="416"
|
| 161 |
+
d="M302 384c64 0 114 -50 114 -115c0 -80 -71 -144 -178 -242l-30 -27l-30 27c-107 98 -178 162 -178 242c0 65 50 115 114 115c36 0 71 -17 94 -44c23 27 58 44 94 44zM221 55c50 46 94 86 123 122c28 35 40 63 40 92c0 23 -9 44 -24 59s-35 24 -58 24
|
| 162 |
+
c-26 0 -53 -13 -70 -33l-24 -29l-24 29c-17 20 -44 33 -70 33c-23 0 -43 -9 -58 -24s-24 -36 -24 -59c0 -29 12 -57 40 -92c29 -36 73 -76 123 -122l4 -4l9 -8l9 8z" />
|
| 163 |
+
<glyph glyph-name="ion-android-favorite" unicode="" horiz-adv-x="416"
|
| 164 |
+
d="M208 0l-30 27c-107 98 -178 162 -178 242c0 65 50 115 114 115c36 0 71 -17 94 -44c23 27 58 44 94 44c64 0 114 -50 114 -115c0 -80 -71 -144 -178 -242z" />
|
| 165 |
+
<glyph glyph-name="ion-android-film" unicode="" horiz-adv-x="320"
|
| 166 |
+
d="M280 384h40v-384h-40v43h-40v-43h-160v43h-40v-43h-40v384h40v-43h40v43h160v-43h40v43zM80 85v43h-40v-43h40zM80 171v42h-40v-42h40zM80 256v43h-40v-43h40zM280 85v43h-40v-43h40zM280 171v42h-40v-42h40zM280 256v43h-40v-43h40z" />
|
| 167 |
+
<glyph glyph-name="ion-android-folder-open" unicode=""
|
| 168 |
+
d="M405 304c23 0 43 -20 43 -43v-186c0 -23 -20 -43 -43 -43h-362c-23 0 -43 20 -43 43v234c0 23 20 43 43 43h138l43 -48h181zM416 75v186c0 6 -5 11 -11 11h-373v-197c0 -6 5 -11 11 -11h362c6 0 11 5 11 11z" />
|
| 169 |
+
<glyph glyph-name="ion-android-folder" unicode=""
|
| 170 |
+
d="M181 352l43 -48h181c23 0 43 -20 43 -43v-186c0 -23 -20 -43 -43 -43h-362c-23 0 -43 20 -43 43v234c0 23 20 43 43 43h138z" />
|
| 171 |
+
<glyph glyph-name="ion-android-funnel" unicode=""
|
| 172 |
+
d="M176 48v48h96v-48h-96zM0 336h448v-48h-448v48zM80 167v50h288v-50h-288z" />
|
| 173 |
+
<glyph glyph-name="ion-android-globe" unicode="" horiz-adv-x="416"
|
| 174 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM186 15c6 15 21 29 8 39c-8 7 -16 14 -23 21c-2 2 -11 20 -9 23c5 9 6 14 8 24c3 12 -3 16 -13 22c-15 10 -29 23 -43 34c-7 5 -17 10 -20 19s-5 20 -10 28c-14 20 -12 34 -10 58
|
| 175 |
+
c0 7 -1 16 -2 25c-28 -32 -42 -73 -42 -116c0 -48 18 -92 52 -126c29 -29 65 -46 104 -51zM334 66c23 23 39 51 47 82c-8 -1 -19 2 -19 2s-21 24 -23 45c-2 22 0 39 -3 57c-3 16 -20 31 -27 46c-7 14 -13 28 -20 42c2 -1 5 -2 7 -3c5 1 10 2 14 2c-23 16 -49 25 -76 29v-8
|
| 176 |
+
l4 -9l-14 -13l-9 3l-10 10l-10 12l-14 5c-16 -2 -31 -7 -45 -13v-7c7 3 16 5 23 8c3 1 13 -7 16 -9c-4 -5 -21 -15 -22 -21c0 -2 7 -6 7 -10c0 -6 -1 -11 -1 -17c3 3 20 21 22 21c13 3 35 -19 37 -26s-22 -24 -33 -34c-8 -8 -25 -12 -20 -24c2 -4 10 -20 5 -24
|
| 177 |
+
c-6 -5 -14 9 -17 12c-8 10 -26 7 -38 7c0 -17 -1 -31 15 -43c15 -11 30 -25 47 -33c13 -6 36 7 47 -1c16 -11 29 -21 47 -29c8 -3 33 -20 26 -31c-5 -8 -10 -15 -14 -23s-13 -20 -20 -25c-8 -6 -16 -17 -21 -29c35 7 66 23 92 49z" />
|
| 178 |
+
<glyph glyph-name="ion-android-hand" unicode="" horiz-adv-x="414"
|
| 179 |
+
d="M401 174c15 -15 18 -36 3 -51c0 0 -96 -103 -126 -121v0c-28 -21 -65 -34 -100 -34c-55 0 -101 36 -117 85v0v1c0 1 -1 2 -1 3l-58 189c-5 15 2 32 17 37s30 -3 35 -18l34 -88c1 -4 2 -2 2 1l-22 161c-3 15 7 30 22 33s30 -8 33 -23l25 -138c0 -2 2 -2 2 0v177
|
| 180 |
+
c0 15 13 28 28 28s28 -13 28 -28l8 -175c0 -5 3 -4 4 -1l23 135c2 15 16 27 31 25s27 -17 25 -32l-21 -172c-1 -12 -3 -30 2 -36c8 -9 20 -9 31 2l42 42c15 15 35 13 50 -2z" />
|
| 181 |
+
<glyph glyph-name="ion-android-hangout" unicode="" horiz-adv-x="352"
|
| 182 |
+
d="M176 400c97 0 176 -77 176 -172c0 -91 -76 -196 -176 -244v71c-97 0 -176 78 -176 173s79 172 176 172zM166 217v61h-62v-61h31l-21 -40h31zM248 217v61h-62v-61h31l-20 -40h31z" />
|
| 183 |
+
<glyph glyph-name="ion-android-happy" unicode="" horiz-adv-x="416"
|
| 184 |
+
d="M208 400c114 0 208 -94 208 -208s-93 -208 -208 -208s-208 94 -208 208s93 208 208 208zM208 26c92 0 166 74 166 166s-74 166 -166 166s-166 -74 -166 -166s74 -166 166 -166zM281 213c-18 0 -31 13 -31 31s13 31 31 31s31 -13 31 -31s-13 -31 -31 -31zM135 213
|
| 185 |
+
c-18 0 -31 13 -31 31s13 31 31 31s31 -13 31 -31s-13 -31 -31 -31zM208 78c-49 0 -89 29 -106 72h212c-17 -43 -57 -72 -106 -72z" />
|
| 186 |
+
<glyph glyph-name="ion-android-home" unicode="" horiz-adv-x="416"
|
| 187 |
+
d="M160 0h-98v192h-62l208 192l208 -192h-62v-192h-98v128h-96v-128z" />
|
| 188 |
+
<glyph glyph-name="ion-android-image" unicode="" horiz-adv-x="384"
|
| 189 |
+
d="M384 43c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298c23 0 43 -20 43 -43v-298zM117 160l-74 -96h298l-96 128l-74 -96z" />
|
| 190 |
+
<glyph glyph-name="ion-android-laptop" unicode="" horiz-adv-x="512"
|
| 191 |
+
d="M437 32h75c0 -23 -64 -32 -96 -32h-320c-32 0 -96 9 -96 32h75c-23 0 -43 20 -43 43v266c0 23 20 43 43 43h362c23 0 43 -20 43 -43v-266c0 -23 -20 -43 -43 -43zM75 341v-272h362v272h-362zM256 13c12 0 21 10 21 22s-9 21 -21 21s-21 -9 -21 -21s9 -22 21 -22z" />
|
| 192 |
+
<glyph glyph-name="ion-android-list" unicode="" horiz-adv-x="384"
|
| 193 |
+
d="M344 384c22 0 40 -18 40 -40v-304c0 -22 -18 -40 -40 -40h-304c-22 0 -40 18 -40 40v304c0 22 18 40 40 40h304zM240 80v48h-160v-48h160zM304 168v48h-224v-48h224zM304 256v48h-224v-48h224z" />
|
| 194 |
+
<glyph glyph-name="ion-android-locate" unicode=""
|
| 195 |
+
d="M224 272c44 0 80 -36 80 -80s-36 -80 -80 -80s-80 36 -80 80s36 80 80 80zM415 213h33v-42h-33c-10 -89 -81 -160 -170 -170v-33h-42v33c-89 10 -160 81 -170 170h-33v42h33c10 89 81 160 170 170v33h42v-33c89 -10 160 -81 170 -170zM224 43c82 0 149 67 149 149
|
| 196 |
+
s-67 149 -149 149s-149 -67 -149 -149s67 -149 149 -149z" />
|
| 197 |
+
<glyph glyph-name="ion-android-lock" unicode="" horiz-adv-x="320"
|
| 198 |
+
d="M280 262c22 0 40 -18 40 -40v-200c0 -22 -18 -40 -40 -40h-240c-22 0 -40 18 -40 40v200c0 22 18 40 40 40h20v40c0 55 45 100 100 100s100 -45 100 -100v-40h20zM160 80c22 0 40 18 40 40s-18 40 -40 40s-40 -18 -40 -40s18 -40 40 -40zM222 262v40c0 34 -28 62 -62 62
|
| 199 |
+
s-62 -28 -62 -62v-40h124z" />
|
| 200 |
+
<glyph glyph-name="ion-android-mail" unicode=""
|
| 201 |
+
d="M405 368c23 0 43 -20 43 -43v-266c0 -23 -20 -43 -43 -43h-362c-23 0 -43 20 -43 43v266c0 23 20 43 43 43h362zM400 277v43l-176 -117l-176 117v-43l176 -117z" />
|
| 202 |
+
<glyph glyph-name="ion-android-map" unicode="" horiz-adv-x="384"
|
| 203 |
+
d="M373 384c6 0 11 -5 11 -11v-322c0 -5 -3 -9 -7 -10l-121 -41l-128 45s-105 -41 -108 -42s-7 -3 -9 -3c-6 0 -11 5 -11 11v322c0 5 3 9 7 10l121 41l128 -45s103 40 108 42s7 3 9 3zM256 43v254l-128 44v-254z" />
|
| 204 |
+
<glyph glyph-name="ion-android-menu" unicode="" horiz-adv-x="384"
|
| 205 |
+
d="M0 64v43h384v-43h-384zM0 171v42h384v-42h-384zM0 320h384v-43h-384v43z" />
|
| 206 |
+
<glyph glyph-name="ion-android-microphone-off" unicode="" horiz-adv-x="408"
|
| 207 |
+
d="M316 93l58 -58l-58 58l58 -58l34 -33l-24 -24l-95 95c-19 -11 -40 -20 -62 -23v-82h-46v82c-75 10 -137 76 -137 153h39c0 -68 58 -117 121 -117c20 0 40 5 57 14l-32 33c-8 -3 -16 -5 -25 -5c-38 0 -69 31 -69 69v29l-135 134l24 24l111 -110v0l140 -140l5 -5l9 -9z
|
| 208 |
+
M273 197c0 -4 0 -8 -1 -12l-137 137v25c0 38 31 69 69 69s69 -31 69 -69v-150zM365 203c0 -31 -10 -60 -27 -84l-27 28c9 17 15 36 15 56h39zM408 2v0l-34 33z" />
|
| 209 |
+
<glyph glyph-name="ion-android-microphone" unicode="" horiz-adv-x="320"
|
| 210 |
+
d="M160 128c-38 0 -69 31 -69 69v150c0 38 31 69 69 69s69 -31 69 -69v-150c0 -38 -31 -69 -69 -69zM281 203h39c0 -78 -62 -142 -137 -153v-82h-46v82c-75 10 -137 75 -137 153h39c0 -69 58 -116 121 -116s121 47 121 116z" />
|
| 211 |
+
<glyph glyph-name="ion-android-more-horizontal" unicode="" horiz-adv-x="320"
|
| 212 |
+
d="M40 232c22 0 40 -18 40 -40s-18 -40 -40 -40s-40 18 -40 40s18 40 40 40zM280 232c22 0 40 -18 40 -40s-18 -40 -40 -40s-40 18 -40 40s18 40 40 40zM160 232c22 0 40 -18 40 -40s-18 -40 -40 -40s-40 18 -40 40s18 40 40 40z" />
|
| 213 |
+
<glyph glyph-name="ion-android-more-vertical" unicode="" horiz-adv-x="80"
|
| 214 |
+
d="M80 312c0 -22 -18 -40 -40 -40s-40 18 -40 40s18 40 40 40s40 -18 40 -40zM80 72c0 -22 -18 -40 -40 -40s-40 18 -40 40s18 40 40 40s40 -18 40 -40zM80 192c0 -22 -18 -40 -40 -40s-40 18 -40 40s18 40 40 40s40 -18 40 -40z" />
|
| 215 |
+
<glyph glyph-name="ion-android-navigate" unicode="" horiz-adv-x="320"
|
| 216 |
+
d="M160 384l160 -369l-15 -15l-145 64l-145 -64l-15 15z" />
|
| 217 |
+
<glyph glyph-name="ion-android-notifications-none" unicode="" horiz-adv-x="352"
|
| 218 |
+
d="M177 328h-2c-6 0 -24 -5 -24 -5c-46 -10 -78 -53 -78 -100v-114v-13l-9 -10l-8 -8h240l-8 8l-9 10v13v114c0 47 -32 90 -78 100c0 0 -17 5 -24 5zM176 400v0c18 0 31 -13 31 -31v-15c59 -14 104 -68 104 -131v-114l41 -42v-21h-352v21l41 42v114c0 63 45 117 104 131v15
|
| 219 |
+
c0 18 13 31 31 31zM217 26v0c0 -23 -18 -42 -41 -42s-41 19 -41 42h82z" />
|
| 220 |
+
<glyph glyph-name="ion-android-notifications-off" unicode="" horiz-adv-x="364"
|
| 221 |
+
d="M182 -16c-23 0 -41 19 -41 42h82c0 -23 -18 -42 -41 -42zM57 341l295 -295v0l12 -12l-24 -24l-36 36h-298v21l41 41v115c0 23 6 44 16 63l-63 64l24 24l33 -33v0zM317 223v-94l-208 207c13 8 27 15 42 18v15c0 18 13 31 31 31s31 -13 31 -31v-15c59 -14 104 -67 104 -131
|
| 222 |
+
z" />
|
| 223 |
+
<glyph glyph-name="ion-android-notifications" unicode="" horiz-adv-x="352"
|
| 224 |
+
d="M176 -16c-23 0 -41 19 -41 42h82c0 -23 -18 -42 -41 -42zM311 109l41 -42v-21h-352v21l41 42v114c0 63 45 117 104 131v15c0 18 13 31 31 31s31 -13 31 -31v-15c59 -14 104 -68 104 -131v-114z" />
|
| 225 |
+
<glyph glyph-name="ion-android-open" unicode="" horiz-adv-x="384"
|
| 226 |
+
d="M341 43v133h43v-133c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h133v-43h-133v-298h298zM224 384h160v-160h-43v87l-215 -215l-30 30l215 215h-87v43z" />
|
| 227 |
+
<glyph glyph-name="ion-android-options" unicode=""
|
| 228 |
+
d="M0 32v32h272v-32h-272zM368 32v32h80v-32h-80zM352 0c0 -18 -14 -32 -32 -32v0c-18 0 -32 14 -32 32v96c0 18 14 32 32 32v0c18 0 32 -14 32 -32v-96zM0 176v32h80v-32h-80zM176 176v32h272v-32h-272zM160 144c0 -18 -14 -32 -32 -32v0c-18 0 -32 14 -32 32v96
|
| 229 |
+
c0 18 14 32 32 32v0c18 0 32 -14 32 -32v-96zM0 320v32h272v-32h-272zM368 320v32h80v-32h-80zM352 288c0 -18 -14 -32 -32 -32v0c-18 0 -32 14 -32 32v96c0 18 14 32 32 32v0c18 0 32 -14 32 -32v-96z" />
|
| 230 |
+
<glyph glyph-name="ion-android-people" unicode=""
|
| 231 |
+
d="M305 216c-34 0 -61 27 -61 60s27 60 61 60s62 -27 62 -60s-28 -60 -62 -60zM143 216c-34 0 -62 27 -62 60s28 60 62 60s61 -27 61 -60s-27 -60 -61 -60zM143 172c48 0 145 -23 145 -70v-54h-288v54c0 47 95 70 143 70zM305 161c48 0 143 -12 143 -59v-54h-128v54
|
| 232 |
+
c0 30 -9 41 -32 58c7 1 11 1 17 1z" />
|
| 233 |
+
<glyph glyph-name="ion-android-person-add" unicode="" horiz-adv-x="480"
|
| 234 |
+
d="M288 192c-53 0 -96 43 -96 96s43 96 96 96s96 -43 96 -96s-43 -96 -96 -96zM288 144c64 0 192 -32 192 -96v-48h-384v48c0 64 128 96 192 96zM96 224h64v-32h-64v-64h-32v64h-64v32h64v64h32v-64z" />
|
| 235 |
+
<glyph glyph-name="ion-android-person" unicode="" horiz-adv-x="384"
|
| 236 |
+
d="M192 192c-53 0 -96 43 -96 96s43 96 96 96s96 -43 96 -96s-43 -96 -96 -96zM192 144c64 0 192 -32 192 -96v-48h-384v48c0 64 128 96 192 96z" />
|
| 237 |
+
<glyph glyph-name="ion-android-phone-landscape" unicode=""
|
| 238 |
+
d="M448 89c0 -23 -19 -41 -41 -41h-366c-22 0 -41 18 -41 41v206c0 23 19 41 41 41h366c22 0 41 -18 41 -41v-206zM80 84h288v216h-288v-216z" />
|
| 239 |
+
<glyph glyph-name="ion-android-phone-portrait" unicode="" horiz-adv-x="288"
|
| 240 |
+
d="M247 416c23 0 41 -19 41 -41v-366c0 -22 -18 -41 -41 -41h-206c-23 0 -41 19 -41 41v366c0 22 18 41 41 41h206zM252 48v288h-216v-288h216z" />
|
| 241 |
+
<glyph glyph-name="ion-android-pin" unicode="" horiz-adv-x="320"
|
| 242 |
+
d="M160 416c88 0 160 -71 160 -157c0 -118 -160 -291 -160 -291s-160 173 -160 291c0 86 72 157 160 157zM160 203c32 0 57 25 57 56s-25 56 -57 56s-57 -25 -57 -56s25 -56 57 -56z" />
|
| 243 |
+
<glyph glyph-name="ion-android-plane" unicode="" horiz-adv-x="384"
|
| 244 |
+
d="M384 112l-160 48v-114l48 -31v-31l-80 16l-80 -16v31l48 31v114l-160 -48v40l160 104v113c0 18 15 31 32 31s32 -13 32 -31v-113l160 -104v-40z" />
|
| 245 |
+
<glyph glyph-name="ion-android-playstore" unicode="" horiz-adv-x="416"
|
| 246 |
+
d="M416 296c-19 -214 -13 -312 -13 -312h-390s6 96 -13 312h104c0 57 47 104 104 104s104 -47 104 -104h104zM208 374c-43 0 -78 -35 -78 -78h156c0 43 -35 78 -78 78zM156 50l143 85l-143 84v-169z" />
|
| 247 |
+
<glyph glyph-name="ion-android-print" unicode="" horiz-adv-x="416"
|
| 248 |
+
d="M352 288c35 0 64 -29 64 -64v-139h-80v-85h-256v85h-80v139c0 35 29 64 64 64h288zM304 32v128h-192v-128h192zM336 384v0v-80h-256v80h256z" />
|
| 249 |
+
<glyph glyph-name="ion-android-radio-button-off" unicode="" horiz-adv-x="416"
|
| 250 |
+
d="M208 400c114 0 208 -94 208 -208s-94 -208 -208 -208s-208 94 -208 208s94 208 208 208zM208 26c92 0 166 74 166 166s-74 166 -166 166s-166 -74 -166 -166s74 -166 166 -166z" />
|
| 251 |
+
<glyph glyph-name="ion-android-radio-button-on" unicode="" horiz-adv-x="416"
|
| 252 |
+
d="M208 296c57 0 104 -47 104 -104s-47 -104 -104 -104s-104 47 -104 104s47 104 104 104zM208 400c114 0 208 -94 208 -208s-94 -208 -208 -208s-208 94 -208 208s94 208 208 208zM208 26c92 0 166 74 166 166s-74 166 -166 166s-166 -74 -166 -166s74 -166 166 -166z" />
|
| 253 |
+
<glyph glyph-name="ion-android-refresh" unicode="" horiz-adv-x="352"
|
| 254 |
+
d="M176 60c56 0 104 34 123 84h46c-21 -74 -88 -128 -169 -128c-98 0 -176 79 -176 176s79 176 176 176c48 0 92 -20 124 -52l52 52v-154h-154l70 70c-23 24 -56 40 -92 40c-73 0 -132 -59 -132 -132s59 -132 132 -132z" />
|
| 255 |
+
<glyph glyph-name="ion-android-remove-circle" unicode="" horiz-adv-x="416"
|
| 256 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM315 171v42h-214v-42h214z" />
|
| 257 |
+
<glyph glyph-name="ion-android-remove" unicode="" horiz-adv-x="320"
|
| 258 |
+
d="M0 171v42h320v-42h-320z" />
|
| 259 |
+
<glyph glyph-name="ion-android-restaurant" unicode="" horiz-adv-x="415"
|
| 260 |
+
d="M116 168l-91 89c-34 33 -34 86 0 119l153 -148zM264 206l-33 -31l150 -145l-30 -30l-150 146l-150 -146l-30 30s163 159 211 207c-15 32 -4 77 31 111c41 40 101 49 132 17c33 -31 24 -89 -17 -129c-34 -34 -80 -45 -114 -30z" />
|
| 261 |
+
<glyph glyph-name="ion-android-sad" unicode="" horiz-adv-x="416"
|
| 262 |
+
d="M208 160c45 0 83 -26 102 -64h-204c19 38 57 64 102 64zM208 400c114 0 208 -94 208 -208s-93 -208 -208 -208s-208 94 -208 208s93 208 208 208zM208 26c92 0 166 74 166 166s-74 166 -166 166s-166 -74 -166 -166s74 -166 166 -166zM281 213c-18 0 -31 13 -31 31
|
| 263 |
+
s13 31 31 31s31 -13 31 -31s-13 -31 -31 -31zM135 213c-18 0 -31 13 -31 31s13 31 31 31s31 -13 31 -31s-13 -31 -31 -31z" />
|
| 264 |
+
<glyph glyph-name="ion-android-search" unicode="" horiz-adv-x="384"
|
| 265 |
+
d="M274 143l110 -110l-33 -33l-109 110v17l-7 6c-25 -21 -58 -34 -93 -34c-79 0 -142 63 -142 142s63 143 141 143c79 0 142 -64 142 -143c0 -36 -13 -68 -34 -93l7 -5h18zM142 143c55 0 99 43 99 98s-44 99 -99 99s-98 -44 -98 -99s43 -98 98 -98z" />
|
| 266 |
+
<glyph glyph-name="ion-android-send" unicode="" horiz-adv-x="416"
|
| 267 |
+
d="M0 0v149l298 43l-298 43v149l416 -192z" />
|
| 268 |
+
<glyph glyph-name="ion-android-settings" unicode="" horiz-adv-x="416"
|
| 269 |
+
d="M366 171l47 -34c3 -3 4 -10 2 -14l-43 -71c-2 -4 -7 -7 -12 -5l-54 21c-12 -8 -23 -16 -36 -21l-8 -55c-1 -4 -6 -8 -11 -8h-85c-5 0 -10 3 -11 8l-8 55c-13 5 -25 13 -36 21l-54 -21c-4 -2 -10 1 -12 5l-43 71c-3 5 -2 11 2 14l45 34c0 7 -1 14 -1 21s1 14 1 21l-46 34
|
| 270 |
+
c-3 3 -4 10 -2 14l43 71c2 4 7 7 12 5l54 -21c12 8 23 16 36 21l8 55c1 4 6 8 11 8h85c5 0 10 -4 11 -8l7 -55c13 -5 25 -13 36 -21l53 21c4 2 11 -1 13 -5l43 -71c3 -5 2 -11 -2 -14l-45 -34c0 -7 1 -14 1 -21s0 -15 -1 -21zM207 119c41 0 75 32 75 73s-34 73 -75 73
|
| 271 |
+
s-74 -32 -74 -73s33 -73 74 -73z" />
|
| 272 |
+
<glyph glyph-name="ion-android-share-alt" unicode="" horiz-adv-x="384"
|
| 273 |
+
d="M320 104c34 0 62 -28 62 -62s-28 -62 -62 -62s-62 28 -62 62c0 5 1 10 2 14l-152 88c-12 -11 -27 -17 -44 -17c-35 0 -64 29 -64 64s28 64 63 64c17 0 32 -6 44 -17l151 87c-1 5 -2 10 -2 15c0 35 29 64 64 64s64 -29 64 -64s-29 -64 -64 -64c-17 0 -32 6 -44 17
|
| 274 |
+
l-151 -87c1 -5 2 -10 2 -15s-1 -10 -2 -15l153 -88c11 11 26 16 42 16z" />
|
| 275 |
+
<glyph glyph-name="ion-android-share" unicode="" horiz-adv-x="384"
|
| 276 |
+
d="M384 200l-160 -147v88c-107 0 -171 -34 -224 -109c21 107 75 214 224 235v85z" />
|
| 277 |
+
<glyph glyph-name="ion-android-star-half" unicode="" horiz-adv-x="404"
|
| 278 |
+
d="M404 238l-110 -96l33 -142l-125 75l-125 -75l33 142l-110 96l145 12l57 134l57 -134zM219 103l60 -36l-16 68l-5 19l15 12l53 46l-70 6l-19 2l-8 18l-27 64v-189z" />
|
| 279 |
+
<glyph glyph-name="ion-android-star-outline" unicode="" horiz-adv-x="404"
|
| 280 |
+
d="M404 238l-110 -96l33 -142l-125 75l-125 -75l33 142l-110 96l145 12l57 134l57 -134zM219 103l60 -36l-16 68l-5 19l15 12l53 46l-70 6l-19 2l-8 18l-27 64l-27 -64l-8 -18l-19 -2l-70 -6l53 -46l15 -12l-5 -19l-16 -68l60 36l17 10z" />
|
| 281 |
+
<glyph glyph-name="ion-android-star" unicode="" horiz-adv-x="404"
|
| 282 |
+
d="M202 75l-125 -75l33 142l-110 96l145 12l57 134l57 -134l145 -12l-110 -96l33 -142z" />
|
| 283 |
+
<glyph glyph-name="ion-android-stopwatch" unicode="" horiz-adv-x="384"
|
| 284 |
+
d="M168 141v131h48v-131h-48zM344 278c25 -33 40 -74 40 -118c0 -106 -86 -192 -192 -192s-192 86 -192 192s86 192 192 192c44 0 85 -15 118 -40l31 30l33 -33zM298 54c28 28 44 66 44 106s-16 78 -44 106s-66 44 -106 44s-78 -16 -106 -44s-44 -66 -44 -106
|
| 285 |
+
s16 -78 44 -106s66 -44 106 -44s78 16 106 44zM128 368v48h128v-48h-128z" />
|
| 286 |
+
<glyph glyph-name="ion-android-subway" unicode="" horiz-adv-x="352"
|
| 287 |
+
d="M176 400c94 0 176 -10 176 -85v-214c0 -42 -33 -74 -75 -74l27 -27v-16h-256v16l27 27c-42 0 -75 32 -75 74v214c0 75 82 85 176 85zM80 64c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM160 208v96h-112v-96h112zM272 64c18 0 32 14 32 32
|
| 288 |
+
s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM304 208v96h-112v-96h112z" />
|
| 289 |
+
<glyph glyph-name="ion-android-sunny" unicode=""
|
| 290 |
+
d="M224 288c-25 0 -50 -10 -68 -28s-28 -43 -28 -68s10 -50 28 -68s43 -28 68 -28s50 10 68 28s28 43 28 68s-10 50 -28 68s-43 28 -68 28zM245 416v0v-64h-42v64h42zM374 372v0l30 -30l-38 -38l-30 30zM74 372v0l38 -38l-30 -30l-38 38zM224 320v0c70 0 128 -58 128 -128
|
| 291 |
+
s-58 -128 -128 -128s-128 58 -128 128s58 128 128 128zM448 213v0v-42h-64v42h64zM64 213v0v-42h-64v42h64zM366 80v0l38 -38l-30 -30l-38 38zM82 80v0l30 -30l-38 -38l-30 30zM245 32v0v-64h-42v64h42z" />
|
| 292 |
+
<glyph glyph-name="ion-android-sync" unicode="" horiz-adv-x="320"
|
| 293 |
+
d="M160 355c88 0 160 -73 160 -163c0 -32 -9 -62 -25 -87l-29 30c9 17 14 37 14 57c0 67 -54 122 -120 122v-61l-80 82l80 81v-61zM160 70v61l80 -82l-80 -81v61c-88 0 -160 73 -160 163c0 32 9 63 25 87l29 -30c-9 -17 -14 -37 -14 -57c0 -67 54 -122 120 -122z" />
|
| 294 |
+
<glyph glyph-name="ion-android-textsms" unicode="" horiz-adv-x="384"
|
| 295 |
+
d="M344 384c22 0 40 -18 40 -40v-240c0 -22 -18 -40 -40 -40h-280l-64 -64v344c0 22 10 40 32 40h312zM134 206v40h-38v-40h38zM211 206v40h-38v-40h38zM288 206v40h-38v-40h38z" />
|
| 296 |
+
<glyph glyph-name="ion-android-time" unicode="" horiz-adv-x="426"
|
| 297 |
+
d="M213 405c117 0 213 -96 213 -213s-95 -213 -213 -213s-213 96 -213 213s95 213 213 213zM213 22c94 0 170 76 170 170s-76 170 -170 170s-170 -76 -170 -170s76 -170 170 -170zM224 298v-111l96 -57l-16 -26l-112 67v127h32z" />
|
| 298 |
+
<glyph glyph-name="ion-android-train" unicode="" horiz-adv-x="352"
|
| 299 |
+
d="M0 101v214c0 75 82 85 176 85s176 -10 176 -85v-214c0 -42 -33 -74 -75 -74l27 -27v-16h-256v16l27 27c-42 0 -75 32 -75 74zM176 72c22 0 40 18 40 40s-18 40 -40 40s-40 -18 -40 -40s18 -40 40 -40zM304 224v96h-256v-96h256z" />
|
| 300 |
+
<glyph glyph-name="ion-android-unlock" unicode="" horiz-adv-x="320"
|
| 301 |
+
d="M280 262c22 0 40 -18 40 -40v-200c0 -22 -18 -40 -40 -40h-240c-22 0 -40 18 -40 40v200c0 22 18 40 40 40h182v40v0c0 34 -28 62 -62 62s-62 -28 -62 -62h-38c0 55 45 100 100 100s100 -45 100 -100v-40h20zM160 80c22 0 40 18 40 40s-18 40 -40 40s-40 -18 -40 -40
|
| 302 |
+
s18 -40 40 -40z" />
|
| 303 |
+
<glyph glyph-name="ion-android-upload" unicode="" horiz-adv-x="480"
|
| 304 |
+
d="M387 231c52 -3 93 -46 93 -99c0 -55 -45 -100 -100 -100h-260c-66 0 -120 54 -120 120c0 62 47 113 107 119c25 48 75 81 133 81c73 0 133 -52 147 -121zM272 172h68l-100 100l-100 -100h68v-76h64v76z" />
|
| 305 |
+
<glyph glyph-name="ion-android-volume-down" unicode="" horiz-adv-x="288"
|
| 306 |
+
d="M0 256h85l107 112v-352l-107 112h-85v128zM288 192c0 -38 -21 -73 -53 -88v177c32 -16 53 -51 53 -89z" />
|
| 307 |
+
<glyph glyph-name="ion-android-volume-mute" unicode="" horiz-adv-x="192"
|
| 308 |
+
d="M0 256h85l107 112v-352l-107 112h-85v128z" />
|
| 309 |
+
<glyph glyph-name="ion-android-volume-off" unicode="" horiz-adv-x="384"
|
| 310 |
+
d="M342 192c0 69 -45 128 -107 147v45c85 -20 149 -99 149 -192c0 -35 -8 -68 -24 -96l-32 32c9 19 14 41 14 64zM192 368v-104l-51 51zM357 51v0l24 -24l-24 -24l-40 40c-23 -21 -51 -36 -82 -43v45c19 6 37 15 52 28l-95 95v-152l-107 112h-85v128h85l9 10l-91 91l24 24z
|
| 311 |
+
M288 192c0 -7 0 -15 -2 -22l-51 51v60c32 -16 53 -51 53 -89z" />
|
| 312 |
+
<glyph glyph-name="ion-android-volume-up" unicode="" horiz-adv-x="384"
|
| 313 |
+
d="M0 256h85l107 112v-352l-107 112h-85v128zM288 192c0 -38 -21 -73 -53 -88v177c32 -16 53 -51 53 -89zM235 384c85 -20 149 -99 149 -192s-64 -172 -149 -192v45c62 19 106 78 106 147s-44 128 -106 147v45z" />
|
| 314 |
+
<glyph glyph-name="ion-android-walk" unicode="" horiz-adv-x="272"
|
| 315 |
+
d="M168 336c-22 0 -40 18 -40 40s18 40 40 40s40 -18 40 -40s-18 -40 -40 -40zM168 216l-20 38l-20 -62l57 -96v-128h-38v96l-50 68l-57 -164h-40l81 320l-41 -16v-80h-40v112l111 38c4 1 10 1 13 1c13 0 23 -6 31 -18l45 -69h72v-40h-104z" />
|
| 316 |
+
<glyph glyph-name="ion-android-warning" unicode=""
|
| 317 |
+
d="M0 -16l224 416l224 -416h-448zM248 48v48h-48v-48h48zM248 128v96h-48v-96h48z" />
|
| 318 |
+
<glyph glyph-name="ion-android-watch" unicode="" horiz-adv-x="320"
|
| 319 |
+
d="M320 192c0 -51 -24 -96 -61 -125l-19 -115h-160l-19 115c-37 29 -61 74 -61 125s24 96 61 125l19 115h160l19 -115c37 -29 61 -74 61 -125zM40 192c0 -66 54 -120 120 -120s120 54 120 120s-54 120 -120 120s-120 -54 -120 -120z" />
|
| 320 |
+
<glyph glyph-name="ion-android-wifi" unicode="" horiz-adv-x="416"
|
| 321 |
+
d="M208 219c23 0 42 -18 42 -41s-19 -41 -42 -41s-42 18 -42 41s19 41 42 41zM333 178c0 -45 -26 -85 -63 -107l-20 36c25 14 41 40 41 71c0 45 -37 82 -83 82s-83 -37 -83 -82c0 -31 16 -57 41 -71l-20 -36c-37 22 -63 62 -63 107c0 68 56 124 125 124s125 -56 125 -124z
|
| 322 |
+
M208 384c114 0 208 -93 208 -206c0 -76 -42 -142 -104 -178l-21 36c50 28 83 81 83 142c0 91 -74 165 -166 165s-166 -74 -166 -165c0 -61 33 -113 83 -142l-21 -36c-62 36 -104 102 -104 178c0 113 94 206 208 206z" />
|
| 323 |
+
<glyph glyph-name="ion-aperture" unicode=""
|
| 324 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c36 36 56 85 56 136s-20 100 -56 136s-85 56 -136 56s-100 -20 -136 -56s-56 -85 -56 -136s20 -100 56 -136s85 -56 136 -56s100 20 136 56zM168 342l56 -86h-147
|
| 325 |
+
c17 40 50 71 91 86zM381 160h-102l72 129c21 -27 33 -60 33 -97c0 -11 -1 -22 -3 -32zM328 314l-49 -90l-78 126c8 1 15 2 23 2c40 0 76 -14 104 -38zM67 224h102l-72 -129c-21 27 -33 60 -33 97c0 11 1 22 3 32zM280 42l-56 86h147c-17 -40 -50 -71 -91 -86zM120 70l49 90
|
| 326 |
+
l78 -126c-8 -1 -15 -2 -23 -2c-40 0 -76 14 -104 38z" />
|
| 327 |
+
<glyph glyph-name="ion-archive" unicode=""
|
| 328 |
+
d="M224 140l-128 116h80v96h96v-96h80zM433 151c11 -6 17 -19 15 -32l-9 -67c-2 -13 -9 -20 -28 -20h-374c-18 0 -26 7 -28 20l-9 67c-2 13 3 26 14 32l72 55h42l-62 -62h50c2 0 5 -1 6 -3l18 -45h168l18 45c1 2 3 3 5 3h51l-62 62h42z" />
|
| 329 |
+
<glyph glyph-name="ion-arrow-down-a" unicode="" horiz-adv-x="384"
|
| 330 |
+
d="M192 -0l-192 192h112v192h160v-192h112z" />
|
| 331 |
+
<glyph glyph-name="ion-arrow-down-b" unicode="" horiz-adv-x="320"
|
| 332 |
+
d="M3 263c-2 2 -3 6 -3 9c0 9 8 16 17 16v0h286v0c9 0 17 -7 17 -16c0 -3 -1 -6 -3 -8l-2 -3l-136 -156c-5 -5 -11 -9 -19 -9s-14 4 -19 9l-136 156z" />
|
| 333 |
+
<glyph glyph-name="ion-arrow-down-c" unicode="" horiz-adv-x="274"
|
| 334 |
+
d="M265 125l-105 -100c-6 -6 -14 -9 -23 -9s-16 3 -22 9l-106 100c-12 12 -12 31 0 43s34 12 46 0l50 -48v217c0 17 14 31 32 31s32 -14 32 -31v-217l50 48c12 12 34 12 46 0s12 -31 0 -43z" />
|
| 335 |
+
<glyph glyph-name="ion-arrow-expand" unicode="" horiz-adv-x="320"
|
| 336 |
+
d="M178 238l64 64l-50 50h128v-128l-50 50l-64 -64zM178 146l28 28l64 -64l50 50v-128h-128l50 50zM142 146l-64 -64l50 -50h-128v128l50 -50l64 64zM142 238l-28 -28l-64 64l-50 -50v128h128l-50 -50z" />
|
| 337 |
+
<glyph glyph-name="ion-arrow-graph-down-left" unicode=""
|
| 338 |
+
d="M0 64v160l61 -61l131 141l107 -112l149 128l-149 -203l-107 107l-94 -98l62 -62h-160z" />
|
| 339 |
+
<glyph glyph-name="ion-arrow-graph-down-right" unicode=""
|
| 340 |
+
d="M288 64l62 62l-94 98l-107 -107l-149 203l149 -128l107 112l131 -141l61 61v-160h-160z" />
|
| 341 |
+
<glyph glyph-name="ion-arrow-graph-up-left" unicode=""
|
| 342 |
+
d="M160 320l-62 -62l94 -98l107 107l149 -203l-149 128l-107 -112l-131 141l-61 -61v160h160z" />
|
| 343 |
+
<glyph glyph-name="ion-arrow-graph-up-right" unicode=""
|
| 344 |
+
d="M288 320h160v-160l-61 61l-131 -141l-107 112l-149 -128l149 203l107 -107l94 98z" />
|
| 345 |
+
<glyph glyph-name="ion-arrow-left-a" unicode="" horiz-adv-x="384"
|
| 346 |
+
d="M0 192l192 192v-112h192v-160h-192v-112z" />
|
| 347 |
+
<glyph glyph-name="ion-arrow-left-b" unicode="" horiz-adv-x="192"
|
| 348 |
+
d="M167 349c2 2 6 3 9 3c9 0 16 -8 16 -17v0v-286v0c0 -9 -7 -17 -16 -17c-3 0 -7 1 -9 3l-2 2l-156 136c-5 5 -9 11 -9 19s4 14 9 19l156 136z" />
|
| 349 |
+
<glyph glyph-name="ion-arrow-left-c" unicode="" horiz-adv-x="352"
|
| 350 |
+
d="M109 320c12 12 32 12 44 0s12 -34 0 -46l-49 -50h217c17 0 31 -14 31 -32s-14 -32 -31 -32h-217l48 -50c12 -12 12 -34 0 -46s-31 -12 -43 0l-100 106c-6 6 -9 13 -9 22s3 17 9 23z" />
|
| 351 |
+
<glyph glyph-name="ion-arrow-move" unicode=""
|
| 352 |
+
d="M448 192l-96 -96v76h-109l1 -108h76l-96 -96l-96 96h76v108h-108v-76l-96 96l96 96v-76h108v108h-76l96 96l96 -96h-76v-108h108v76z" />
|
| 353 |
+
<glyph glyph-name="ion-arrow-resize" unicode="" horiz-adv-x="320"
|
| 354 |
+
d="M192 352h128v-128l-50 50l-9 -9l-183 -183l50 -50h-128v128l50 -50l128 128v0l64 64z" />
|
| 355 |
+
<glyph glyph-name="ion-arrow-return-left" unicode="" horiz-adv-x="384"
|
| 356 |
+
d="M128 352v-64h248c4 0 8 -4 8 -8v-240c0 -4 -4 -8 -8 -8h-304c-4 0 -8 4 -8 8v48c0 4 4 8 8 8h248v128h-192v-64l-128 96z" />
|
| 357 |
+
<glyph glyph-name="ion-arrow-return-right" unicode="" horiz-adv-x="384"
|
| 358 |
+
d="M384 256l-128 -96v64h-192v-128h248c4 0 8 -4 8 -8v-48c0 -4 -4 -8 -8 -8h-304c-4 0 -8 4 -8 8v240c0 4 4 8 8 8h248v64z" />
|
| 359 |
+
<glyph glyph-name="ion-arrow-right-a" unicode="" horiz-adv-x="384"
|
| 360 |
+
d="M384 192l-192 -192v112h-192v160h192v112z" />
|
| 361 |
+
<glyph glyph-name="ion-arrow-right-b" unicode="" horiz-adv-x="192"
|
| 362 |
+
d="M25 35c-2 -2 -6 -3 -9 -3c-9 0 -16 8 -16 17v0v286v0c0 9 7 17 16 17c3 0 6 -1 8 -3l3 -2l156 -136c5 -5 9 -11 9 -19s-4 -14 -9 -19l-156 -136z" />
|
| 363 |
+
<glyph glyph-name="ion-arrow-right-c" unicode="" horiz-adv-x="352"
|
| 364 |
+
d="M243 320l100 -105c6 -6 9 -14 9 -23s-3 -16 -9 -22l-100 -106c-12 -12 -31 -12 -43 0s-12 34 0 46l48 50h-217c-17 0 -31 14 -31 32s14 32 31 32h217l-49 50c-12 12 -12 34 0 46s32 12 44 0z" />
|
| 365 |
+
<glyph glyph-name="ion-arrow-shrink" unicode="" horiz-adv-x="384"
|
| 366 |
+
d="M384 356l-82 -82l50 -50h-128v128l50 -50l82 82zM384 28l-28 -28l-82 82l-50 -50v128h128l-50 -50zM0 28l82 82l-50 50h128v-128l-50 50l-82 -82zM0 356l28 28l82 -82l50 50v-128h-128l50 50z" />
|
| 367 |
+
<glyph glyph-name="ion-arrow-swap" unicode="" horiz-adv-x="384"
|
| 368 |
+
d="M0 120c0 4 4 8 8 8h248v64l128 -96l-128 -96v64h-248c-4 0 -8 4 -8 8v48zM384 264c0 -4 -4 -8 -8 -8h-248v-64l-128 96l128 96v-64h248c4 0 8 -4 8 -8v-48z" />
|
| 369 |
+
<glyph glyph-name="ion-arrow-up-a" unicode="" horiz-adv-x="384"
|
| 370 |
+
d="M192 384l192 -192h-112v-192h-160v192h-112z" />
|
| 371 |
+
<glyph glyph-name="ion-arrow-up-b" unicode="" horiz-adv-x="320"
|
| 372 |
+
d="M317 121c2 -2 3 -6 3 -9c0 -9 -8 -16 -17 -16v0h-286v0c-9 0 -17 7 -17 16c0 3 1 6 3 8l2 3l136 156c5 5 11 9 19 9s14 -4 19 -9l136 -156z" />
|
| 373 |
+
<glyph glyph-name="ion-arrow-up-c" unicode="" horiz-adv-x="274"
|
| 374 |
+
d="M9 259l105 100c6 6 14 9 23 9s16 -3 22 -9l106 -100c12 -12 12 -31 0 -43s-34 -12 -46 0l-50 48v-217c0 -17 -14 -31 -32 -31s-32 14 -32 31v217l-50 -49c-12 -12 -34 -12 -46 0s-12 32 0 44z" />
|
| 375 |
+
<glyph glyph-name="ion-asterisk" unicode=""
|
| 376 |
+
d="M448 224v-64l-186 10l104 -170l-56 -32l-86 176l-86 -176l-56 32l104 170l-186 -10v64l187 -7l-109 167l60 32l86 -176l86 176l60 -32l-109 -167z" />
|
| 377 |
+
<glyph glyph-name="ion-at" unicode=""
|
| 378 |
+
d="M422 41c-24 -25 -52 -43 -85 -55s-69 -18 -105 -18c-35 0 -66 6 -95 17s-53 26 -73 46s-36 43 -47 71s-17 58 -17 90s6 62 18 89s29 51 50 71s46 35 74 47c28 11 58 17 90 17c28 0 55 -4 81 -12s49 -20 69 -36s36 -36 48 -60s18 -53 18 -85c0 -24 -3 -46 -10 -64
|
| 379 |
+
s-16 -34 -27 -46s-24 -22 -38 -28s-29 -10 -45 -10s-29 4 -39 12s-15 17 -15 29h-3c-6 -10 -15 -19 -28 -28s-28 -13 -46 -13c-28 0 -49 9 -64 27s-23 42 -23 71c0 17 3 34 9 50s14 31 24 44s23 23 38 31s31 12 49 12c15 0 27 -4 38 -10c10 -6 18 -15 21 -24h1l5 24h54
|
| 380 |
+
l-24 -113c-1 -6 -2 -12 -3 -19s-2 -13 -2 -19c0 -7 1 -13 4 -18s7 -7 15 -7c16 0 29 9 39 26s16 40 16 68c0 24 -4 45 -12 64s-20 34 -34 47s-32 23 -52 29s-41 9 -65 9c-26 0 -49 -4 -70 -13s-39 -22 -54 -38s-27 -34 -35 -56c-8 -21 -13 -44 -13 -69c0 -26 4 -51 13 -72
|
| 381 |
+
s21 -39 37 -54s35 -27 57 -35s46 -12 72 -12c33 0 61 6 85 16s45 25 65 43zM231 260c-10 0 -18 -2 -25 -8s-14 -13 -19 -22s-8 -18 -11 -28s-4 -20 -4 -30c0 -5 0 -10 1 -16c1 -5 3 -10 6 -15s7 -8 12 -11s11 -5 19 -5c11 0 20 3 28 8s14 13 19 21s9 16 11 26s3 19 3 27
|
| 382 |
+
c0 6 0 13 -1 19s-4 12 -7 17s-7 9 -12 12s-12 5 -20 5z" />
|
| 383 |
+
<glyph glyph-name="ion-backspace-outline" unicode="" horiz-adv-x="512"
|
| 384 |
+
d="M413 116c2 -2 3 -4 3 -6s-1 -4 -3 -6l-21 -22c-2 -2 -4 -2 -6 -2s-4 0 -6 2l-76 77l-76 -77c-2 -2 -4 -2 -6 -2s-4 0 -6 2l-21 22c-2 2 -3 4 -3 6s1 4 3 6l76 76l-77 76c-3 3 -3 9 0 12l22 22c2 2 4 2 6 2s4 0 6 -2l76 -76l76 76c2 2 4 2 6 2s4 0 6 -2l22 -22
|
| 385 |
+
c3 -3 3 -9 0 -12l-77 -76zM499 354c9 -9 13 -20 13 -33v-256c0 -27 -20 -49 -46 -49h-298c-13 0 -24 3 -34 9c-9 5 -16 11 -23 20v0l-1 1l-110 146l110 148c14 19 34 28 58 28h298c13 0 24 -5 33 -14zM480 65v256c0 9 -5 15 -14 15h-298c-11 0 -22 -3 -32 -16l-96 -128
|
| 386 |
+
l96 -128c8 -10 17 -16 32 -16h298c9 0 14 8 14 17z" />
|
| 387 |
+
<glyph glyph-name="ion-backspace" unicode="" horiz-adv-x="512"
|
| 388 |
+
d="M499 354c9 -9 13 -20 13 -33v-256c0 -27 -20 -49 -46 -49h-298c-13 0 -24 3 -34 9c-9 5 -16 11 -23 20v0l-1 1l-110 146l110 148c14 19 34 28 58 28h298c13 0 24 -5 33 -14zM413 116l-76 76l77 76c3 3 3 9 0 12l-22 22c-2 2 -4 2 -6 2s-4 0 -6 -2l-76 -76l-76 76
|
| 389 |
+
c-2 2 -4 2 -6 2s-4 0 -6 -2l-22 -22c-3 -3 -3 -9 0 -12l77 -76l-76 -76c-2 -2 -3 -4 -3 -6s1 -4 3 -6l21 -22c2 -2 4 -2 6 -2s4 0 6 2l76 77l76 -77c2 -2 4 -2 6 -2s4 0 6 2l21 22c2 2 3 4 3 6s-1 4 -3 6z" />
|
| 390 |
+
<glyph glyph-name="ion-bag" unicode=""
|
| 391 |
+
d="M416 288l32 -320h-448l32 320h64v4c0 68 56 124 124 124h8c68 0 124 -56 124 -124v-4h64zM128 292v-4h192v4c0 51 -41 92 -92 92v0h-8c-51 0 -92 -41 -92 -92zM36 0h376l-25 256h-35v-36c10 -6 16 -16 16 -28c0 -18 -14 -32 -32 -32s-32 14 -32 32c0 12 6 22 16 28v36
|
| 392 |
+
h-192v-36c10 -6 16 -16 16 -28c0 -18 -14 -32 -32 -32s-32 14 -32 32c0 12 6 22 16 28v36h-35z" />
|
| 393 |
+
<glyph glyph-name="ion-battery-charging" unicode=""
|
| 394 |
+
d="M10 64c-6 0 -10 4 -10 10v236c0 6 4 10 10 10h381c6 0 10 -4 10 -10v-54h37c6 0 10 -4 10 -10v-108c0 -6 -4 -10 -10 -10h-37v-54c0 -6 -4 -10 -10 -10h-381zM225 288l-100 -111h61l-27 -81l100 111h-61z" />
|
| 395 |
+
<glyph glyph-name="ion-battery-empty" unicode=""
|
| 396 |
+
d="M438 256c6 0 10 -4 10 -10v-108c0 -6 -4 -10 -10 -10h-37v-54c0 -6 -4 -10 -10 -10h-381c-6 0 -10 4 -10 10v236c0 6 4 10 10 10h381c6 0 10 -4 10 -10v-54h37zM416 160v64h-15h-32v32v32h-337v-192h337v32v32h32h15z" />
|
| 397 |
+
<glyph glyph-name="ion-battery-full" unicode=""
|
| 398 |
+
d="M438 256c6 0 10 -4 10 -10v-108c0 -6 -4 -10 -10 -10h-37v-54c0 -6 -4 -10 -10 -10h-381c-6 0 -10 4 -10 10v236c0 6 4 10 10 10h381c6 0 10 -4 10 -10v-54h37z" />
|
| 399 |
+
<glyph glyph-name="ion-battery-half" unicode=""
|
| 400 |
+
d="M438 256c6 0 10 -4 10 -10v-108c0 -6 -4 -10 -10 -10h-37v-54c0 -6 -4 -10 -10 -10h-381c-6 0 -10 4 -10 10v236c0 6 4 10 10 10h381c6 0 10 -4 10 -10v-54h37zM416 160v64h-15h-32v32v32h-81l32 -192h49v32v32h32h15z" />
|
| 401 |
+
<glyph glyph-name="ion-battery-low" unicode=""
|
| 402 |
+
d="M10 64c-6 0 -10 4 -10 10v236c0 6 4 10 10 10h381c6 0 10 -4 10 -10v-54h37c6 0 10 -4 10 -10v-108c0 -6 -4 -10 -10 -10h-37v-54c0 -6 -4 -10 -10 -10h-381zM369 288h-209l32 -192h177v32v32h32h15v64h-15h-32v32v32z" />
|
| 403 |
+
<glyph glyph-name="ion-beaker" unicode="" horiz-adv-x="384"
|
| 404 |
+
d="M80 256h240v-224c0 -9 -7 -16 -16 -16h-208c-9 0 -16 7 -16 16v224zM296 104v48c0 4 -4 8 -8 8s-8 -4 -8 -8v-48c0 -4 4 -8 8 -8s8 4 8 8zM288 176c4 0 8 4 8 8s-4 8 -8 8s-8 -4 -8 -8s4 -8 8 -8zM381 416c3 0 3 -2 3 -3s-2 -3 -3 -5s-13 -20 -13 -40v-336
|
| 405 |
+
c0 -35 -29 -64 -64 -64h-208c-35 0 -64 29 -64 64v307c0 32 -2 33 -32 37c0 12 11 40 65 40h316zM336 368c0 5 0 16 1 16h-273c-1 0 -3 0 -4 -1c5 -7 4 -32 4 -44v-307c0 -18 14 -32 32 -32h210c17 0 30 14 30 32v336z" />
|
| 406 |
+
<glyph glyph-name="ion-beer" unicode=""
|
| 407 |
+
d="M384 288c35 0 64 -29 64 -64v-96c0 -35 -29 -64 -64 -64h-32v-80c0 -9 -7 -16 -16 -16h-256c-9 0 -16 7 -16 16v223c-26 0 -48 22 -48 48v54v1c-10 11 -16 26 -16 42c0 35 29 64 64 64c18 0 34 -8 46 -20c10 12 26 20 43 20c14 0 27 -6 37 -14c12 9 26 14 42 14
|
| 408 |
+
c17 0 34 -6 46 -16c11 10 26 16 42 16c35 0 64 -29 64 -64c0 -24 -18 -44 -32 -48v-16h32zM296 144c4 0 8 3 8 8v0v48c0 4 -4 8 -8 8s-8 -4 -8 -8v-48c0 -3 2 -6 4 -7c1 -1 2 -1 4 -1zM303 220c1 2 1 4 1 6s-1 4 -3 5s-4 1 -6 1s-4 -2 -5 -4s-2 -4 -2 -6s2 -4 4 -5
|
| 409 |
+
s4 -1 6 -1s4 2 5 4zM320 288v32h-20c-3 -8 -7 -16 -13 -23c-13 -16 -33 -25 -55 -25c-26 0 -48 13 -61 33c-6 -2 -12 -3 -18 -3c-12 0 -23 4 -32 10c-2 1 -3 3 -5 4c-1 -2 -2 -3 -3 -5c-5 -6 -11 -10 -17 -14v-32v-9h80c0 4 4 8 8 8s8 -4 8 -8h128v32zM351 343c1 3 1 6 1 9
|
| 410 |
+
c0 18 -14 32 -32 32c-9 0 -17 -4 -23 -10c-2 -2 -6 -5 -16 -6h-8c-6 1 -12 3 -14 5c-7 7 -16 11 -27 11c-9 0 -18 -4 -25 -9l-7 -7c0 -1 0 -1 -1 -2c-3 -3 -7 -5 -11 -5c-5 0 -8 3 -11 6c-1 2 -2 3 -3 5s-3 4 -5 6c-4 4 -10 6 -16 6c-10 0 -18 -9 -25 -16
|
| 411 |
+
c-7 -8 -27 -8 -34 0s-18 16 -30 16c-18 0 -32 -14 -32 -32c0 -2 1 -5 1 -7c2 -9 7 -17 15 -21v-34v-35c0 -9 7 -16 16 -16v26v23v32c10 0 18 4 24 11c2 2 3 4 4 6c0 0 6 10 12 11s20 6 30 -5c4 -5 11 -9 19 -9c3 0 5 1 7 2c3 1 7 2 9 4v0c3 2 6 4 10 4c7 0 12 -4 14 -10
|
| 412 |
+
c0 0 1 -1 1 -2c1 -3 1 -5 3 -8c7 -12 20 -20 35 -20c13 0 25 6 32 16c5 7 8 15 8 24s9 8 9 8h7h48c6 0 13 -3 15 -9zM416 128v96c0 18 -14 32 -32 32h-32v-160h32c18 0 32 14 32 32zM128 280c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM288 280c0 5 3 8 8 8s8 -3 8 -8
|
| 413 |
+
s-3 -8 -8 -8s-8 3 -8 8z" />
|
| 414 |
+
<glyph glyph-name="ion-bluetooth" unicode="" horiz-adv-x="256"
|
| 415 |
+
d="M12 304c16 16 18 13 19 12l68 -65v0v0c2 -2 10 -10 10 -3v156v0v2c0 6 6 10 12 10c4 0 7 -2 9 -4v0s117 -113 122 -117s5 -10 1 -14l-84 -81s-4 -4 -4 -8s4 -8 4 -8l84 -81c4 -4 4 -10 -1 -14s-122 -117 -122 -117v0c-2 -2 -5 -4 -9 -4c-6 0 -12 4 -12 10v2v0v156
|
| 416 |
+
s-8 -1 -10 -3v0v-1l-68 -64c-1 -1 -3 -4 -19 12s-12 17 -11 18s90 86 90 86s4 3 4 8v0c0 5 -4 8 -4 8s-89 85 -90 86s-5 2 11 18zM152 328v-79c0 -8 8 -1 10 1l30 30s3 5 3 7s-1 5 -3 7l-30 30c-2 2 -10 11 -10 4zM152 135v-79s8 2 10 4l30 30c2 2 3 5 3 7s-1 5 -3 7l-30 30
|
| 417 |
+
c-2 2 -10 9 -10 1z" />
|
| 418 |
+
<glyph glyph-name="ion-bonfire" unicode="" horiz-adv-x="384"
|
| 419 |
+
d="M207 97l15 -89c1 -3 1 -5 1 -8c0 -18 -14 -32 -32 -32s-32 14 -32 32c0 2 0 5 1 7l15 92v0c2 7 8 13 16 13s15 -7 16 -15zM242 93v0v0v0zM329 58c9 -8 10 -25 0 -35s-27 -9 -35 0c-1 1 -2 3 -3 4l-49 66c-3 5 -2 11 2 15c5 5 10 5 16 1l64 -47c2 -1 3 -3 5 -4zM309 113v0
|
| 420 |
+
v0v0zM371 126c9 -1 13 -7 13 -19c0 -9 -10 -14 -18 -12l-57 18v0v0c-3 2 -6 5 -5 9s4 7 8 6zM75 113v0v0v0zM75 113v0l-58 -18c-8 -2 -17 3 -17 12c0 12 3 18 12 19l60 2c4 1 7 -2 8 -6s-2 -7 -5 -9v0zM124 109c5 4 11 4 16 -1c4 -4 5 -10 2 -15l-49 -66c-1 -1 -2 -3 -3 -4
|
| 421 |
+
c-10 -10 -25 -10 -35 0s-10 25 0 35c2 2 3 3 5 4zM288 320c0 -32 -9 -58 -50 -86c-37 -26 -94 -46 -110 -106c0 0 -58 24 -48 96s124 106 112 192c24 0 96 -35 96 -96zM288 192c-16 -50 -44 -64 -80 -64c-15 0 -32 9 -43 26c12 15 28 26 47 37c9 5 20 10 29 16
|
| 422 |
+
c21 14 38 31 47 49c5 -15 5 -48 0 -64zM88 288c-6 4 -9 14 -8 27c2 22 34 39 32 69c14 2 31 -3 42 -24c-5 -11 -15 -21 -28 -34s-26 -22 -38 -38z" />
|
| 423 |
+
<glyph glyph-name="ion-bookmark" unicode="" horiz-adv-x="192"
|
| 424 |
+
d="M184 384c4 0 8 -4 8 -8v-56h-192v56c0 4 4 8 8 8h176zM0 0v304h192v-304l-96 96z" />
|
| 425 |
+
<glyph glyph-name="ion-bowtie" unicode=""
|
| 426 |
+
d="M192 236c0 0 8 5 20 7c21 4 39 5 47 -9c10 -17 19 -53 17 -85c-1 -17 -5 -22 -5 -22s-15 -10 -47 -7c-35 3 -40 15 -40 15s5 12 8 43s0 58 0 58zM152 163c-17 -4 -38 -10 -38 -10s45 4 64 9c-4 -21 -10 -34 -10 -34s-83 -80 -116 -80c-28 0 -52 68 -52 144s26 144 52 144
|
| 427 |
+
c35 0 106 -57 128 -97c0 0 3 -16 2 -32c-10 5 -24 10 -44 14c-28 6 -42 3 -42 3s18 -4 57 -17c15 -5 22 -8 29 -10c0 -3 -1 -7 -1 -10c0 -5 0 -10 -1 -15c-5 -2 -15 -6 -28 -9zM396 336c26 0 52 -68 52 -144s-24 -144 -52 -144c-37 0 -104 68 -112 79c0 0 4 5 5 22v9
|
| 428 |
+
c16 -7 70 -13 70 -13s-21 6 -40 11c-13 4 -25 8 -30 10c-1 11 -2 23 -4 33c17 11 69 34 69 34s-15 -2 -35 -9c-14 -5 -29 -11 -37 -14c-3 10 -7 18 -10 24c0 1 -1 4 -1 4v1c22 40 89 97 125 97z" />
|
| 429 |
+
<glyph glyph-name="ion-briefcase" unicode=""
|
| 430 |
+
d="M240 176v8h208v-176c0 -4 -4 -8 -8 -8h-432c-4 0 -8 4 -8 8v176h208v-8h32zM440 304c4 0 8 -4 8 -8v-96h-208v8h-32v-8h-208v96c0 4 4 8 8 8h120v31c1 28 22 49 51 49h90c30 0 50 -21 51 -49v-31h120zM288 332v1c0 10 -9 19 -19 19h-90c-10 0 -19 -9 -19 -19v-1v-1v-27
|
| 431 |
+
h128v27v1z" />
|
| 432 |
+
<glyph glyph-name="ion-bug" unicode=""
|
| 433 |
+
d="M343 321c-6 -16 -16 -31 -28 -43c-24 -24 -57 -37 -91 -37s-67 13 -91 37c-12 12 -22 27 -28 43c29 39 72 63 119 63s90 -24 119 -63zM95 305c22 -45 68 -77 121 -80v-225c-40 2 -77 22 -104 54c-7 -6 -10 -9 -13 -15c8 -9 7 -22 -1 -31c-9 -10 -24 -11 -34 -2
|
| 434 |
+
s-11 24 -2 34l3 3s2 1 2 1c4 13 13 25 27 36c-15 26 -26 57 -29 90c-7 0 -12 -2 -17 -3c-1 -13 -11 -23 -24 -23s-24 11 -24 24s11 24 24 24h3c4 2 8 5 12 6c7 2 14 4 25 4c1 23 6 45 13 65c-6 4 -11 7 -15 11c-6 5 -11 13 -14 19c-1 0 -3 1 -4 2c-12 6 -15 21 -9 33
|
| 435 |
+
s21 15 33 9c11 -6 15 -20 10 -31c2 -3 3 -7 4 -8c2 -2 5 -3 8 -5c2 3 3 5 5 8zM424 192c13 0 24 -11 24 -24s-11 -24 -24 -24s-23 10 -24 23c-5 1 -10 3 -17 3c-3 -33 -14 -64 -29 -90c14 -11 23 -23 27 -36c0 0 1 0 2 -1l3 -3c9 -10 8 -25 -2 -34s-25 -8 -34 2
|
| 436 |
+
c-8 9 -9 22 -1 31c-3 6 -6 9 -13 15c-27 -32 -64 -52 -104 -54v225c53 3 99 35 121 80c2 -3 3 -5 5 -8c3 2 6 3 8 5c1 1 2 5 4 8c-5 11 -1 25 10 31c12 6 27 3 33 -9s3 -27 -9 -33c-1 -1 -3 -2 -4 -2c-3 -6 -8 -14 -14 -19c-4 -4 -9 -7 -15 -11c7 -20 12 -42 13 -65
|
| 437 |
+
c11 0 18 -2 25 -4c4 -1 8 -4 12 -6h3z" />
|
| 438 |
+
<glyph glyph-name="ion-calculator" unicode="" horiz-adv-x="320"
|
| 439 |
+
d="M304 416c9 0 16 -7 16 -16v-416c0 -9 -7 -16 -16 -16h-288c-9 0 -16 7 -16 16v416c0 9 7 16 16 16h288zM48 240v-32h32v32h-32zM48 176v-32h32v32h-32zM48 112v-32h32v32h-32zM144 16v32h-96v-32h96zM144 80v32h-32v-32h32zM144 144v32h-32v-32h32zM144 208v32h-32v-32
|
| 440 |
+
h32zM208 16v32h-32v-32h32zM208 80v32h-32v-32h32zM208 144v32h-32v-32h32zM208 208v32h-32v-32h32zM272 16v96h-32v-96h32zM272 144v32h-32v-32h32zM272 208v32h-32v-32h32zM272 288v80h-224v-80h224z" />
|
| 441 |
+
<glyph glyph-name="ion-calendar" unicode=""
|
| 442 |
+
d="M112 320c-18 0 -32 14 -32 32v32c0 18 14 32 32 32s32 -14 32 -32v-32c0 -18 -14 -32 -32 -32zM336 320c-18 0 -32 14 -32 32v32c0 18 14 32 32 32s32 -14 32 -32v-32c0 -18 -14 -32 -32 -32zM440 384c4 0 8 -4 8 -8v-400c0 -4 -4 -8 -8 -8h-432c-4 0 -8 4 -8 8v400
|
| 443 |
+
c0 4 4 8 8 8h56v-41c0 -22 24 -39 48 -39s48 17 48 39v41h128v-41c0 -22 25 -39 49 -39s47 17 47 39v41h56zM400 16v256h-352v-256h352z" />
|
| 444 |
+
<glyph glyph-name="ion-camera" unicode="" horiz-adv-x="416"
|
| 445 |
+
d="M382 301c18 0 34 -14 34 -33v-202c0 -19 -16 -34 -34 -34h-348c-19 0 -34 15 -34 34v202c0 19 15 33 34 33h69l39 40v0c6 7 15 11 25 11h84c9 0 17 -4 23 -10v0v0v0l41 -41h67zM208 82c51 0 92 42 92 93s-41 93 -92 93s-92 -42 -92 -93s41 -93 92 -93zM376 248
|
| 446 |
+
c8 0 14 6 14 14s-6 14 -14 14s-14 -6 -14 -14s6 -14 14 -14zM208 245c38 0 70 -31 70 -70s-32 -70 -70 -70c-39 0 -70 31 -70 70s31 70 70 70z" />
|
| 447 |
+
<glyph glyph-name="ion-card" unicode=""
|
| 448 |
+
d="M420 352c16 0 28 -12 28 -28v0v-264v0c0 -16 -12 -28 -28 -28h-392c-16 0 -28 12 -28 28v0v0v264v0v0c0 16 12 28 28 28h392zM45 320c-7 0 -12 -5 -13 -12v-20h384v20c-1 7 -6 12 -13 12h-358zM403 64c7 0 12 5 13 12v116h-384v-116c1 -7 6 -12 13 -12h358zM64 128v16
|
| 449 |
+
h192v-16h-192zM64 96v16h96v-16h-96zM320 96v48h64v-48h-64z" />
|
| 450 |
+
<glyph glyph-name="ion-cash" unicode="" horiz-adv-x="512"
|
| 451 |
+
d="M0 352h512v-256h-512v256zM193 128c-20 23 -33 58 -33 96s13 73 33 96h-97c0 -35 -29 -64 -64 -64v-80c27 0 48 -21 48 -48h113zM298 187c3 4 4 9 4 15c0 3 0 5 -1 8s-2 6 -4 8s-4 4 -7 6s-6 4 -10 5c-1 0 -4 1 -7 2s-5 0 -8 1v31c2 -1 5 -2 7 -3c4 -3 6 -7 7 -13h20
|
| 452 |
+
c0 5 -2 9 -4 13s-5 8 -9 11s-9 5 -14 6c-2 1 -5 2 -7 2v9h-18v-9c-2 0 -4 -1 -6 -2c-5 -1 -10 -2 -14 -5s-7 -6 -9 -10s-4 -9 -4 -14c0 -3 0 -5 1 -8s2 -5 4 -7s5 -5 8 -7s7 -4 12 -5c3 -1 6 0 8 -1v-35c-3 1 -6 2 -9 4s-5 4 -6 7s-2 6 -2 9h-20c0 -5 2 -11 4 -16
|
| 453 |
+
c3 -5 6 -8 10 -11s9 -6 15 -7c3 -1 5 -2 8 -2v-9h18v9c3 0 6 1 9 2c5 1 10 2 14 5s7 7 10 11zM480 176v80c-35 0 -64 29 -64 64h-97c20 -23 33 -58 33 -96s-13 -73 -33 -96h113c0 27 22 48 48 48zM64 224c0 21 11 32 32 32s32 -11 32 -32s-11 -32 -32 -32s-32 11 -32 32z
|
| 454 |
+
M384 224c0 21 11 32 32 32s32 -11 32 -32s-11 -32 -32 -32s-32 11 -32 32zM273 213c2 -1 4 -2 6 -4s3 -5 3 -9c0 -2 0 -4 -1 -6s-2 -4 -4 -5s-5 -3 -8 -4c-1 0 -2 -1 -4 -1v31c3 -1 6 -1 8 -2zM236 257c1 2 3 3 5 4s4 2 6 2v-26c-4 1 -7 3 -9 5s-4 4 -4 8c0 3 1 5 2 7zM0 32
|
| 455 |
+
v32h512v-32h-512z" />
|
| 456 |
+
<glyph glyph-name="ion-chatbox-working" unicode="" horiz-adv-x="416"
|
| 457 |
+
d="M76 48c-42 0 -76 31 -76 71v209c0 40 34 72 76 72h264c42 0 76 -32 76 -72v-209c0 -40 -34 -71 -76 -71h-4v-64s-79 54 -86 59s-7 5 -21 5h-153zM304 256c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM208 256c-18 0 -32 -14 -32 -32s14 -32 32 -32
|
| 458 |
+
s32 14 32 32s-14 32 -32 32zM112 256c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32z" />
|
| 459 |
+
<glyph glyph-name="ion-chatbox" unicode="" horiz-adv-x="416"
|
| 460 |
+
d="M76 48c-42 0 -76 31 -76 71v209c0 40 34 72 76 72h264c42 0 76 -32 76 -72v-209c0 -40 -34 -71 -76 -71h-4v-64s-79 54 -86 59s-7 5 -21 5h-153z" />
|
| 461 |
+
<glyph glyph-name="ion-chatboxes" unicode="" horiz-adv-x="416"
|
| 462 |
+
d="M246 82l26 -18c-4 -21 -29 -32 -52 -32h-90c-8 0 -11 -2 -13 -3l-53 -45v48h-16c-26 0 -48 16 -48 41v129c0 25 20 45 46 45h2v-101c0 -33 29 -59 64 -59h117c10 0 14 -3 17 -5zM353 400c35 0 63 -27 63 -60v-168c0 -33 -28 -60 -63 -60h-17v-64l-75 60c-2 2 -7 4 -17 4
|
| 463 |
+
h-101c-35 0 -63 27 -63 60v98v70c0 33 21 60 56 60h217z" />
|
| 464 |
+
<glyph glyph-name="ion-chatbubble-working" unicode="" horiz-adv-x="416"
|
| 465 |
+
d="M208 -1c-115 0 -208 89 -208 200s93 201 208 201s208 -90 208 -201c0 -40 -12 -77 -33 -108c-1 -1 -2 -3 -3 -4v0c-2 -4 -4 -10 -4 -15l22 -88l-84 31c-4 2 -8 2 -12 2s-7 -1 -11 -2v0c-1 0 -1 -1 -2 -1c-25 -10 -52 -15 -81 -15zM304 224c-18 0 -32 -14 -32 -32
|
| 466 |
+
s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM208 224c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM112 224c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32z" />
|
| 467 |
+
<glyph glyph-name="ion-chatbubble" unicode="" horiz-adv-x="416"
|
| 468 |
+
d="M208 -1c-115 0 -208 89 -208 200s93 201 208 201s208 -90 208 -201c0 -40 -12 -77 -33 -108c-1 -1 -2 -3 -3 -4v0c-2 -4 -4 -10 -4 -15l22 -88l-84 31c-4 2 -8 2 -12 2s-7 -1 -11 -2v0c-1 0 -1 -1 -2 -1c-25 -10 -52 -15 -81 -15z" />
|
| 469 |
+
<glyph glyph-name="ion-chatbubbles" unicode="" horiz-adv-x="416"
|
| 470 |
+
d="M25 57c-1 1 0 2 -1 3c-15 22 -24 49 -24 77c0 42 19 80 49 106c-2 -11 -4 -22 -4 -34c0 -92 78 -168 174 -168c15 0 30 2 44 6c-27 -32 -69 -53 -115 -53c-20 0 -40 5 -58 12h-1v0c-2 1 -5 2 -8 2s-6 -1 -9 -2l-56 -22l12 63c0 4 -1 7 -3 10v0zM242 400
|
| 471 |
+
c96 0 174 -76 174 -168c0 -33 -11 -64 -28 -90c-1 -1 -1 -2 -2 -3v0c-2 -4 -3 -8 -3 -12l17 -74l-69 26c-3 1 -6 2 -10 2c-3 0 -6 -1 -9 -2v0l-2 -1c-8 -3 -16 -5 -24 -7c-14 -4 -29 -6 -44 -6c-96 0 -173 75 -173 167c0 12 1 24 3 35c16 76 86 133 170 133z" />
|
| 472 |
+
<glyph glyph-name="ion-checkmark-circled" unicode=""
|
| 473 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM339 267c1 1 1 2 1 3s0 3 -1 4l-31 24c-1 1 -3 1 -4 1s-2 0 -3 -1l-111 -143s-44 42 -45 43s-4 3 -6 3s-3 -2 -4 -3l-25 -25l-1 -1c-1 -1 -1 -3 -1 -4s0 -2 1 -3l2 -1
|
| 474 |
+
s78 -75 79 -76s3 -3 5 -3s4 2 5 3z" />
|
| 475 |
+
<glyph glyph-name="ion-checkmark-round" unicode="" horiz-adv-x="416"
|
| 476 |
+
d="M400 376c17 -13 22 -39 9 -57l-207 -302c-13 -18 -37 -22 -54 -9s-137 147 -137 147c-15 16 -15 42 1 58s40 15 55 -2l99 -107l180 263c13 18 37 22 54 9z" />
|
| 477 |
+
<glyph glyph-name="ion-checkmark" unicode="" horiz-adv-x="416"
|
| 478 |
+
d="M414 338c1 -2 2 -4 2 -6s-1 -4 -2 -6l-249 -320c-2 -2 -5 -6 -9 -6s-8 3 -10 5s-141 136 -141 136l-3 3c-1 2 -2 4 -2 6s1 3 2 5l2 2c14 15 42 44 44 46s4 6 8 6s8 -4 10 -6s80 -78 80 -78l200 257c2 2 4 2 6 2s5 -1 7 -2z" />
|
| 479 |
+
<glyph glyph-name="ion-chevron-down" unicode=""
|
| 480 |
+
d="M224 150v0v0l174 167c4 4 12 4 16 0l31 -30c4 -4 4 -12 0 -16l-213 -204c-2 -2 -5 -3 -8 -3s-6 1 -8 3l-213 204c-4 4 -4 12 0 16l31 30c4 4 12 4 16 0z" />
|
| 481 |
+
<glyph glyph-name="ion-chevron-left" unicode="" horiz-adv-x="256"
|
| 482 |
+
d="M86 192l167 -174c4 -4 4 -12 0 -16l-30 -31c-4 -4 -12 -4 -16 0l-204 213c-2 2 -3 5 -3 8s1 6 3 8l204 213c4 4 12 3 16 -1l30 -30c4 -4 4 -12 0 -16l-167 -174v0v0z" />
|
| 483 |
+
<glyph glyph-name="ion-chevron-right" unicode="" horiz-adv-x="256"
|
| 484 |
+
d="M170 192v0v0l-167 174c-4 4 -4 12 0 16l30 30c4 4 12 5 16 1l204 -213c2 -2 3 -5 3 -8s-1 -6 -3 -8l-204 -213c-4 -4 -12 -4 -16 0l-30 31c-4 4 -4 12 0 16z" />
|
| 485 |
+
<glyph glyph-name="ion-chevron-up" unicode=""
|
| 486 |
+
d="M224 234l-174 -167c-4 -4 -12 -4 -16 0l-31 30c-4 4 -4 12 0 16l213 204c2 2 5 3 8 3s6 -1 8 -3l213 -204c4 -4 4 -12 0 -16l-31 -30c-4 -4 -12 -4 -16 0l-174 167v0v0z" />
|
| 487 |
+
<glyph glyph-name="ion-clipboard" unicode="" horiz-adv-x="352"
|
| 488 |
+
d="M80 288c2 20 10 35 28 40l1 1c12 3 21 7 21 20v21c0 26 21 46 46 46s46 -20 46 -46v-21c0 -13 9 -18 21 -21h2c18 -5 25 -20 27 -40h-192zM176 384c-8 0 -13 -6 -13 -14s5 -14 13 -14s14 6 14 14s-6 14 -14 14zM325 384c15 0 27 -12 27 -28v-360c0 -16 -12 -28 -27 -28
|
| 489 |
+
h-149h-148c-15 0 -28 12 -28 28v360c0 16 13 28 28 28h73v-13c0 -11 -9 -19 -19 -19h-37c-7 0 -12 -6 -12 -13v-327c0 -6 5 -12 11 -12h265c6 0 11 6 11 12v327c0 7 -5 13 -12 13h-37c-10 0 -20 8 -20 19v13h74zM64 224v32h112v-32h-112zM64 32v32h160v-32h-160zM64 96v32
|
| 490 |
+
h129v-32h-129zM64 160v32h208v-32h-208z" />
|
| 491 |
+
<glyph glyph-name="ion-clock" unicode=""
|
| 492 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c10 10 19 21 26 33l-27 16l8 14l27 -16c13 25 21 52 22 81h-32v16h32c-1 29 -9 56 -22 81l-27 -16l-8 14l27 16c-7 12 -16 23 -26 33s-21 19 -33 26l-16 -27l-14 8
|
| 493 |
+
l16 27c-25 13 -52 21 -81 22v-32h-16v32c-29 -1 -56 -9 -81 -22l16 -27l-14 -8l-16 27c-12 -7 -23 -16 -33 -26s-19 -21 -26 -33l27 -16l-8 -14l-27 16c-13 -25 -21 -52 -22 -81h32v-16h-32c1 -29 9 -56 22 -81l27 16l8 -14l-27 -16c7 -12 16 -23 26 -33s21 -19 33 -26
|
| 494 |
+
l16 27l14 -8l-16 -27c25 -13 52 -21 81 -22v32h16v-32c29 1 56 9 81 22l-16 27l14 8l16 -27c12 7 23 16 33 26zM368 207v-32h-117c-6 -9 -16 -15 -27 -15c-18 0 -32 14 -32 32c0 12 6 22 16 28v68h32v-68c5 -3 9 -8 12 -13h116z" />
|
| 495 |
+
<glyph glyph-name="ion-close-circled" unicode=""
|
| 496 |
+
d="M224 415c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM332 116l-75 75l76 75c3 3 3 9 0 12l-22 21c-2 2 -4 3 -6 3s-3 -1 -5 -3l-76 -74l-76 74c-2 2 -3 3 -5 3s-4 -1 -6 -3l-21 -21c-3 -3 -3 -9 0 -12l76 -75l-76 -76
|
| 497 |
+
c-2 -1 -2 -3 -2 -5s0 -4 2 -6l21 -22c2 -2 4 -2 6 -2s4 0 6 2l75 76l76 -75c2 -2 3 -3 5 -3s4 1 6 3l21 21c2 1 3 4 3 6s-1 4 -3 6z" />
|
| 498 |
+
<glyph glyph-name="ion-close-round" unicode="" horiz-adv-x="384"
|
| 499 |
+
d="M374 61c14 -14 14 -37 0 -51s-37 -14 -51 0l-131 131l-131 -131c-14 -14 -36 -14 -50 0s-14 37 0 51l130 131l-130 131c-14 14 -14 37 0 51s36 14 50 0l131 -131l131 131c14 14 37 14 51 0s14 -37 0 -51l-131 -131z" />
|
| 500 |
+
<glyph glyph-name="ion-close" unicode="" horiz-adv-x="384"
|
| 501 |
+
d="M380 61c3 -3 4 -6 4 -10s-1 -7 -4 -10l-38 -37c-3 -3 -5 -4 -9 -4s-7 1 -10 4l-131 131l-131 -131c-3 -3 -5 -4 -9 -4s-7 1 -10 4l-38 37c-3 3 -4 6 -4 10s1 7 4 10l132 131l-132 130c-5 5 -5 15 0 20l37 38c3 2 6 4 10 4s7 -1 10 -4l131 -130l131 130c3 2 6 4 10 4
|
| 502 |
+
s7 -1 10 -4l37 -38c5 -5 5 -14 0 -19l-132 -130z" />
|
| 503 |
+
<glyph glyph-name="ion-closed-captioning" unicode="" horiz-adv-x="512"
|
| 504 |
+
d="M0 384h512v-384h-512v384zM464 192c0 27 0 44 -4 80s-23 56 -59 60s-91 4 -138 4h-7h-7c-47 0 -102 0 -138 -4s-55 -24 -59 -60s-4 -53 -4 -80s2 -47 4 -80s19 -56 59 -60s96 -4 145 -4s105 0 145 4s57 27 59 60s4 53 4 80zM372 164v4h53c0 -27 -7 -48 -19 -62
|
| 505 |
+
s-32 -21 -61 -21c-14 0 -26 2 -36 5s-18 9 -25 17s-12 19 -15 33s-5 30 -5 51s3 39 7 53s9 25 17 33s17 14 27 17s22 5 34 5c25 0 44 -7 57 -21s19 -37 19 -62h-52v1c0 20 -12 33 -27 33s-25 -11 -28 -30c0 0 -2 -11 -2 -29s2 -28 2 -28c1 -17 12 -29 27 -29s27 10 27 29v1z
|
| 506 |
+
M195 164v4h53c0 -27 -7 -48 -19 -62s-32 -21 -61 -21c-14 0 -26 2 -36 5s-18 9 -25 17s-12 19 -15 33s-5 30 -5 51s3 39 7 53s9 25 17 33s17 14 27 17s22 5 34 5c25 0 44 -7 57 -21s19 -37 19 -62h-52v1c0 20 -12 33 -27 33s-25 -11 -28 -30c0 0 -2 -11 -2 -29s2 -28 2 -28
|
| 507 |
+
c1 -17 12 -29 27 -29s27 10 27 29v1z" />
|
| 508 |
+
<glyph glyph-name="ion-cloud" unicode=""
|
| 509 |
+
d="M366 215c45 0 82 -38 82 -84s-37 -83 -82 -83v0h-276c-49 0 -90 41 -90 91c0 40 26 74 61 86c5 29 29 51 59 51c10 0 18 -3 26 -7c19 40 59 67 105 67c64 0 115 -53 115 -118v-3z" />
|
| 510 |
+
<glyph glyph-name="ion-code-download" unicode=""
|
| 511 |
+
d="M299 164l-63 -63v0l-1 -1v0l-2 -1v0l-1 -1v0l-2 -1v0h-1v0h-1c-1 0 -3 -1 -4 -1s-3 1 -4 1h-1v0h-1v0l-2 1v0l-1 1v0c-1 1 -2 1 -3 2v0l-63 63c-6 6 -6 17 0 23s18 6 24 0l35 -34v118c0 9 7 17 16 17s16 -8 16 -17v-118l35 34c6 6 18 6 24 0s6 -17 0 -23zM136 56
|
| 512 |
+
c-6 0 -12 2 -17 7l-112 112c-9 9 -9 25 0 34l112 112c9 9 25 9 34 0s9 -25 0 -34l-95 -95l95 -95c9 -9 9 -25 0 -34c-5 -5 -11 -7 -17 -7zM312 56c-6 0 -12 2 -17 7c-9 9 -9 25 0 34l95 95l-95 95c-9 9 -9 25 0 34s25 9 34 0l112 -112c9 -9 9 -25 0 -34l-112 -112
|
| 513 |
+
c-5 -5 -11 -7 -17 -7z" />
|
| 514 |
+
<glyph glyph-name="ion-code-working" unicode=""
|
| 515 |
+
d="M128 192c0 16 8 24 24 24s24 -8 24 -24s-8 -24 -24 -24s-24 8 -24 24zM200 192c0 16 8 24 24 24s24 -8 24 -24s-8 -24 -24 -24s-24 8 -24 24zM272 192c0 16 8 24 24 24s24 -8 24 -24s-8 -24 -24 -24s-24 8 -24 24zM136 56c-7 0 -12 2 -17 7l-112 112c-5 5 -7 10 -7 17
|
| 516 |
+
s2 12 7 17l112 112c5 5 10 7 17 7s12 -2 17 -7s7 -10 7 -17s-2 -12 -7 -17l-95 -95l95 -95c5 -5 7 -10 7 -17s-2 -12 -7 -17s-10 -7 -17 -7zM312 56c-7 0 -12 2 -17 7s-7 10 -7 17s2 12 7 17l95 95l-95 95c-5 5 -7 10 -7 17s2 12 7 17s10 7 17 7s12 -2 17 -7l112 -112
|
| 517 |
+
c5 -5 7 -10 7 -17s-2 -12 -7 -17l-112 -112c-5 -5 -10 -7 -17 -7z" />
|
| 518 |
+
<glyph glyph-name="ion-code" unicode=""
|
| 519 |
+
d="M136 56c-6 0 -12 2 -17 7l-112 112c-9 9 -9 25 0 34l112 112c9 9 25 9 34 0s9 -25 0 -34l-95 -95l95 -95c9 -9 9 -25 0 -34c-5 -5 -11 -7 -17 -7zM312 56c-6 0 -12 2 -17 7c-9 9 -9 25 0 34l95 95l-95 95c-9 9 -9 25 0 34s25 9 34 0l112 -112c9 -9 9 -25 0 -34l-112 -112
|
| 520 |
+
c-5 -5 -11 -7 -17 -7z" />
|
| 521 |
+
<glyph glyph-name="ion-coffee" unicode="" horiz-adv-x="384"
|
| 522 |
+
d="M319 191c37 -7 65 -40 65 -79c0 -20 -8 -39 -21 -54c-15 -17 -37 -26 -61 -26c-8 0 -17 1 -25 3c-6 1 -10 3 -15 5c-11 -15 -23 -25 -32 -33v0c-5 -5 -12 -7 -19 -7h-102c-7 0 -14 2 -19 7v0c-17 15 -41 36 -62 86s-28 91 -28 111s3 20 16 20h101c-5 17 -37 19 -37 46
|
| 523 |
+
c0 17 15 32 28 37c-2 -8 -3 -14 -3 -21c0 -19 39 -30 39 -53c0 -3 0 -6 -1 -9h56c1 5 2 10 2 14c0 36 -56 36 -56 84c0 28 21 55 47 62c-4 -14 -9 -23 -9 -35c0 -32 57 -50 57 -88c0 -13 -5 -25 -12 -37h76c13 0 16 0 16 -20c0 -4 0 -8 -1 -13zM302 64c33 0 50 25 50 48
|
| 524 |
+
s-17 43 -39 47c-4 -19 -11 -42 -21 -66c-4 -9 -8 -17 -12 -25c6 -3 13 -4 22 -4z" />
|
| 525 |
+
<glyph glyph-name="ion-compass" unicode=""
|
| 526 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224c0 39 10 76 27 108c-16 12 -27 30 -27 52c0 35 29 64 64 64c22 0 40 -11 52 -27c32 17 69 27 108 27zM32 352c0 -10 5 -20 13 -26c13 17 28 32 45 45c-6 8 -16 13 -26 13c-18 0 -32 -14 -32 -32z
|
| 527 |
+
M360 56c36 36 56 85 56 136s-20 100 -56 136s-85 56 -136 56s-100 -20 -136 -56s-56 -85 -56 -136s20 -100 56 -136s85 -56 136 -56s100 20 136 56zM320 320c0 0 -54 -130 -72 -152s-120 -104 -120 -104s54 132 72 152s120 104 120 104z" />
|
| 528 |
+
<glyph glyph-name="ion-compose" unicode="" horiz-adv-x="384"
|
| 529 |
+
d="M379 348c7 -7 7 -18 0 -25l-32 -31l-55 55l31 32c7 7 18 7 25 0zM282 338l55 -55l-177 -173l-64 -14l14 64zM320 192l32 32v-201c0 -13 -10 -23 -23 -23h-306c-13 0 -23 10 -23 23v306c0 13 10 23 23 23h201l-32 -32h-149c-6 0 -11 -5 -11 -10v-268s4 -10 10 -10h269
|
| 530 |
+
s9 5 9 10v150z" />
|
| 531 |
+
<glyph glyph-name="ion-connection-bars" unicode="" horiz-adv-x="352"
|
| 532 |
+
d="M0 32v64h64v-64h-64zM96 32v128h64v-128h-64zM192 32v224h64v-224h-64zM288 32v320h64v-320h-64z" />
|
| 533 |
+
<glyph glyph-name="ion-contrast" unicode=""
|
| 534 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c36 36 56 85 56 136s-20 100 -56 136s-85 56 -136 56v-384c51 0 100 20 136 56z" />
|
| 535 |
+
<glyph glyph-name="ion-crop" unicode=""
|
| 536 |
+
d="M320 -32v48h64v-48h-64zM384 96h64v-64h-384v256h-64v64h64v64h64v-320h192v192h-176v64h240v-256z" />
|
| 537 |
+
<glyph glyph-name="ion-cube" unicode=""
|
| 538 |
+
d="M435 280c7 0 13 -6 13 -12v-183c0 -9 -6 -17 -14 -22v-1l-175 -92v-1c-2 -1 -4 -1 -6 -1c-7 0 -13 6 -13 12v185c0 9 5 17 13 22v0l3 2l172 89l2 1c2 1 3 1 5 1zM422 329c0 0 8 -3 8 -9c0 -7 -8 -11 -8 -11l-183 -97l-2 -1c-4 -2 -8 -3 -13 -3s-9 1 -13 3l-2 1l-183 96
|
| 539 |
+
s-8 5 -8 12c0 6 8 9 8 9l181 82s11 5 17 5s17 -5 17 -5zM195 187c8 -5 13 -13 13 -22v-185c0 -6 -6 -12 -13 -12c-2 0 -4 1 -6 2v0l-175 92v1c-8 5 -14 13 -14 22v183c0 6 6 12 13 12c2 0 4 0 5 -1l2 -1l171 -89z" />
|
| 540 |
+
<glyph glyph-name="ion-disc" unicode=""
|
| 541 |
+
d="M224 289c54 0 97 -43 97 -97s-43 -97 -97 -97s-97 43 -97 97s43 97 97 97zM224 148c24 0 44 20 44 44s-20 44 -44 44s-44 -20 -44 -44s20 -44 44 -44zM224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM224 69
|
| 542 |
+
c68 0 123 55 123 123s-55 123 -123 123s-123 -55 -123 -123s55 -123 123 -123z" />
|
| 543 |
+
<glyph glyph-name="ion-document-text" unicode="" horiz-adv-x="288"
|
| 544 |
+
d="M286 279c1 -3 2 -6 2 -10v-245c0 -13 -10 -24 -22 -24h-243c-12 0 -23 11 -23 24v336c0 13 11 24 23 24h160c3 0 6 0 9 -2c2 -1 5 -3 7 -5l84 -92c2 -2 2 -4 3 -6zM48 269v-10c0 -1 1 -3 3 -3h71c2 0 3 2 3 3v10c0 2 -1 3 -3 3h-71c-2 0 -3 -1 -3 -3zM48 141v-10
|
| 545 |
+
c0 -1 1 -3 3 -3h123c2 0 2 2 2 3v10c0 2 0 3 -2 3h-123c-2 0 -3 -1 -3 -3zM208 67v10c0 2 0 3 -2 3h-155c-2 0 -3 -1 -3 -3v-10c0 -1 1 -3 3 -3h155c2 0 2 2 2 3zM240 195v10c0 2 0 3 -2 3h-187c-2 0 -3 -1 -3 -3v-10c0 -1 1 -3 3 -3h187c2 0 2 2 2 3zM193 270h60l-71 78
|
| 546 |
+
v-66c0 -6 5 -12 11 -12z" />
|
| 547 |
+
<glyph glyph-name="ion-document" unicode="" horiz-adv-x="288"
|
| 548 |
+
d="M287 279c1 -3 1 -5 1 -9v-244c0 -13 -9 -26 -21 -26h-243c-12 0 -24 13 -24 26v335c0 13 12 23 24 23h160c3 0 6 0 9 -2c2 -1 5 -2 7 -4l83 -92c2 -2 3 -4 4 -7zM193 337v-63h58zM32 32h224v210h-67c-15 0 -28 13 -28 28v82h-129v-320z" />
|
| 549 |
+
<glyph glyph-name="ion-drag" unicode="" horiz-adv-x="512"
|
| 550 |
+
d="M0 272v32h512v-32h-512zM0 176v32h512v-32h-512zM0 80v32h512v-32h-512z" />
|
| 551 |
+
<glyph glyph-name="ion-earth" unicode=""
|
| 552 |
+
d="M325 322c2 -4 7 -12 3 -15c-3 -2 -10 -2 -13 5s0 11 -5 9s-7 3 -6 4c1 2 3 3 5 4c0 2 -4 8 2 7c4 -1 12 -10 14 -14zM344 277v0v0zM403 251c0 0 -2 0 0 0v0zM224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM141 19l8 -4
|
| 553 |
+
c3 -1 6 -2 10 -3c14 -5 28 -8 43 -10c28 -3 56 -1 83 8c15 5 30 11 43 20c6 4 6 16 10 24c8 16 -2 33 12 47c12 14 4 19 4 34c0 10 8 18 4 29c-1 4 -7 -3 -9 1c-5 7 -21 1 -28 2c-13 2 -24 14 -33 23c-5 5 0 20 1 26c4 15 0 33 19 38c5 1 5 9 10 11c5 1 10 3 15 4
|
| 554 |
+
c9 1 17 -2 26 -2c10 0 14 -5 22 -11c7 -6 13 -3 22 -5c7 0 0 5 -2 8c-3 2 -6 2 -8 2c-16 4 -23 22 -36 30c-6 3 -9 2 -11 0c-1 -1 1 -12 1 -12c-1 -3 -10 -4 -13 -5c-9 -2 -29 17 -15 22c4 1 27 5 24 15c-3 6 2 13 -5 14c-8 1 -7 7 -15 8c-5 1 -5 11 -5 14c0 9 2 6 9 7
|
| 555 |
+
c-17 11 -37 19 -57 24c-1 -3 -5 -12 -8 -12c-5 -1 -6 0 -9 -3c-9 -10 -16 -28 -25 -7c-4 11 5 19 2 28h-6h-3c6 -12 -5 -18 -8 -19c-8 0 -10 5 -17 4c-4 -1 -7 4 -11 2s-13 -8 -14 -12c-3 -12 6 -13 14 -6c6 6 17 12 25 6c6 -5 5 -9 5 -14s-1 -18 -9 -16c-4 1 -7 6 -11 3
|
| 556 |
+
c-8 -7 -18 -6 -29 -9c-10 -2 -16 -6 -25 -9c-8 -3 -11 -4 -12 -12c0 -2 0 -14 -3 -15c-5 -2 -8 22 -22 20c-12 -1 -30 -13 -25 -28c2 -5 28 -3 10 -14c-2 -1 2 -17 2 -20c1 -8 13 -18 21 -10c6 6 6 5 14 2c15 -8 33 -15 45 -27c6 -6 9 -24 17 -28c9 -5 19 -5 26 -14
|
| 557 |
+
c6 -7 -2 -19 -8 -23c-4 -2 -12 -24 -16 -29c-2 -4 -12 -6 -16 -7c-3 0 -7 -9 -9 -11c-7 -7 -8 -13 -17 -19c-18 -12 -22 -23 -18 -44c2 -8 5 -13 11 -16zM100 46l2 -2c7 -6 15 -11 23 -16c-21 21 -23 49 -21 78l3 24c1 3 -4 7 -4 11c0 10 0 5 -8 13c-4 4 -10 11 -12 17
|
| 558 |
+
c-7 16 1 30 10 43c9 14 -7 20 -10 32c-1 6 -7 6 -6 12c1 7 -4 5 -9 9c-12 8 -1 20 -7 26c-43 -70 -36 -162 16 -224c1 -1 0 -1 1 -2h1c3 -4 6 -8 9 -11s7 -6 10 -9z" />
|
| 559 |
+
<glyph glyph-name="ion-easel" unicode=""
|
| 560 |
+
d="M48 112v192h352v-192h-352zM432 352c9 0 16 -7 16 -16v-256c0 -9 -7 -16 -16 -16h-416c-9 0 -16 7 -16 16v256c0 9 7 16 16 16h416zM416 96v224h-384v-224h384zM48 -32l29 80h31l-28 -80h-32zM239 416l17 -48h-64l17 48h30zM340 48h31l29 -80h-32zM208 0v48h32v-48h-32z
|
| 561 |
+
" />
|
| 562 |
+
<glyph glyph-name="ion-edit" unicode=""
|
| 563 |
+
d="M381 259l-250 -251l-91 91l251 250zM440 360c12 -12 11 -32 -2 -45l-45 -45l-91 91l45 45c13 13 33 14 45 2zM32 85l85 -85l-117 -32z" />
|
| 564 |
+
<glyph glyph-name="ion-egg" unicode="" horiz-adv-x="320"
|
| 565 |
+
d="M160 416c64 0 160 -133 160 -257s-64 -191 -160 -191s-160 67 -160 191s96 257 160 257z" />
|
| 566 |
+
<glyph glyph-name="ion-eject" unicode="" horiz-adv-x="320"
|
| 567 |
+
d="M303 128h-286v0c-10 0 -17 7 -17 16c0 3 1 5 3 8l138 191c5 5 11 9 19 9s14 -4 19 -9l138 -190c2 -3 3 -6 3 -9c0 -9 -7 -16 -17 -16v0zM308 96c7 0 12 -5 12 -12v-40c0 -7 -5 -12 -12 -12h-296c-7 0 -12 5 -12 12v40c0 7 5 12 12 12h296z" />
|
| 568 |
+
<glyph glyph-name="ion-email-unread" unicode="" horiz-adv-x="480"
|
| 569 |
+
d="M352 288c0 43 21 64 64 64s64 -21 64 -64s-21 -64 -64 -64s-64 21 -64 64zM209 288h127c0 -17 5 -33 15 -47c-6 -3 -14 -8 -22 -12s-16 -8 -23 -12s-14 -8 -22 -12s-15 -8 -21 -11s-11 -6 -16 -9s-9 -5 -12 -7s-4 -3 -5 -3c-6 -3 -13 -4 -21 -4s-15 1 -21 4
|
| 570 |
+
c-1 1 -15 8 -42 23s-54 29 -81 44s-43 23 -46 25c-7 4 -12 8 -13 11c-1 4 -1 6 1 8s6 2 11 2h191zM277 175c18 11 45 30 83 56c16 -15 34 -23 56 -23v-155c0 -2 -1 -4 -2 -7s-3 -5 -5 -7s-4 -4 -7 -5s-6 -2 -8 -2h-185h-185c-5 0 -11 2 -16 7s-8 9 -8 14v205c0 6 3 8 9 5
|
| 571 |
+
c2 -1 11 -7 26 -17s32 -22 53 -36s39 -26 53 -35l-83 -93c-2 -2 -2 -4 -1 -5c2 -1 4 -1 6 1l98 83c16 -10 25 -16 27 -17c6 -3 13 -4 21 -4s15 1 21 4c2 1 11 7 27 17l98 -83c2 -2 5 -2 6 -1s0 3 -2 5z" />
|
| 572 |
+
<glyph glyph-name="ion-email" unicode="" horiz-adv-x="416"
|
| 573 |
+
d="M19 299c-4 2 -11 7 -13 11c-3 8 1 10 12 10h191h191c11 0 15 -2 12 -10c-2 -4 -9 -9 -13 -11c-11 -6 -163 -89 -169 -92s-12 -4 -21 -4s-15 1 -21 4s-158 86 -169 92zM408 295c9 4 8 -1 8 -5v-205c0 -9 -12 -21 -22 -21h-185h-185c-10 0 -24 12 -24 21v205s0 9 9 5
|
| 574 |
+
c8 -4 83 -56 132 -88l-83 -93c-2 -2 -2 -4 -1 -5s4 -1 6 1l98 83c15 -10 25 -16 27 -17c8 -4 14 -4 21 -4s13 0 21 4c2 1 12 7 27 17l98 -83c2 -2 5 -2 6 -1s0 3 -2 5l-82 93c49 32 123 84 131 88z" />
|
| 575 |
+
<glyph glyph-name="ion-erlenmeyer-flask-bubbles" unicode="" horiz-adv-x="384"
|
| 576 |
+
d="M382 21c2 -4 3 -10 0 -14s-8 -7 -13 -7h-177h-178c-5 0 -9 3 -12 7s-2 10 0 14l118 199v150c0 8 6 14 14 14s15 -6 15 -14v-80c4 3 10 5 16 5c15 0 27 -12 27 -27s-12 -26 -27 -26c-6 0 -12 2 -16 5v-31c0 -2 -1 -4 -2 -6l-35 -59h72c-15 6 -26 20 -26 37
|
| 577 |
+
c0 23 19 42 43 42c15 0 27 -8 35 -19c-1 2 -1 3 -1 5v154c0 8 6 14 14 14s15 -6 15 -14v-150zM218 151h53l-31 54c2 -5 3 -11 3 -17c0 -17 -10 -31 -25 -37zM201 319c-12 0 -22 9 -22 21s10 21 22 21s22 -9 22 -21s-10 -21 -22 -21z" />
|
| 578 |
+
<glyph glyph-name="ion-erlenmeyer-flask" unicode="" horiz-adv-x="384"
|
| 579 |
+
d="M375 52c6 -9 9 -20 9 -32c0 -28 -16 -52 -63 -52h-258c-47 0 -63 24 -63 52c0 12 3 23 9 32l49 73l49 77c13 20 21 44 21 70v92s-14 34 -16 43c-2 8 1 9 17 9h126c16 0 18 -1 16 -9c-2 -9 -15 -22 -15 -42v-93c0 -26 6 -50 19 -70zM345 7c3 3 7 8 7 14c0 5 -2 10 -4 14
|
| 580 |
+
l-101 150c-16 26 -23 56 -23 87v112h-64v-112c0 -32 -9 -62 -25 -87l-99 -150c-2 -4 -4 -9 -4 -14c0 -6 3 -11 6 -14c4 -4 12 -7 25 -7h258c13 0 20 3 24 7zM325 37c1 -2 3 -6 3 -8c0 -7 -6 -15 -14 -15h-244c-7 0 -14 6 -14 14c0 3 1 6 3 8l81 124h103l82 -124v1zM238 106
|
| 581 |
+
c2 -1 4 -2 6 -2s3 0 5 2c1 2 3 4 3 6s-1 4 -3 6c-1 2 -3 2 -5 2s-4 0 -6 -2c-1 -2 -2 -4 -2 -6s0 -4 2 -6zM285 47c4 2 4 7 2 11l-23 36c-1 2 -4 4 -7 4c-2 0 -3 0 -4 -1c-4 -2 -4 -7 -2 -11l23 -36c1 -2 5 -4 7 -4c1 0 3 0 4 1z" />
|
| 582 |
+
<glyph glyph-name="ion-eye-disabled" unicode=""
|
| 583 |
+
d="M344 290c41 -27 76 -66 104 -100c-51 -54 -124 -135 -224 -135c-36 0 -65 8 -92 22l-77 -77l-23 23l71 71c-36 25 -68 61 -103 98c78 85 142 137 224 137c34 0 64 -9 92 -23l77 78l23 -23zM134 192c0 -19 6 -36 16 -51l27 27c-4 7 -5 15 -5 24c0 29 23 53 52 53h8
|
| 584 |
+
c-5 -6 -8 -13 -8 -21c0 -3 0 -5 1 -8l51 50c-15 11 -33 17 -52 17c-49 0 -90 -41 -90 -91zM224 101c49 0 90 41 90 91c0 19 -6 37 -16 52l-50 -51c3 -1 5 -1 8 -1c8 0 14 3 20 7v-7c0 -29 -23 -53 -52 -53c-9 0 -17 2 -24 6l-28 -27c15 -11 33 -17 52 -17z" />
|
| 585 |
+
<glyph glyph-name="ion-eye" unicode=""
|
| 586 |
+
d="M224 320c99 0 172 -70 224 -129c-51 -50 -124 -127 -224 -127s-157 60 -224 128c78 79 142 128 224 128zM224 101c49 0 90 41 90 91s-41 91 -90 91s-90 -41 -90 -91s41 -91 90 -91zM224 224c0 -18 14 -32 32 -32c8 0 14 3 20 7v-7c0 -29 -23 -53 -52 -53s-52 24 -52 53
|
| 587 |
+
s23 53 52 53h8c-5 -6 -8 -13 -8 -21z" />
|
| 588 |
+
<glyph glyph-name="ion-female" unicode="" horiz-adv-x="256"
|
| 589 |
+
d="M160 164v-68h64v-64h-64v-64h-64v64h-64v64h64v68c-55 14 -96 64 -96 124c0 71 57 128 128 128s128 -57 128 -128c0 -60 -41 -110 -96 -124zM128 208c44 0 80 36 80 80s-36 80 -80 80s-80 -36 -80 -80s36 -80 80 -80z" />
|
| 590 |
+
<glyph glyph-name="ion-filing" unicode="" horiz-adv-x="384"
|
| 591 |
+
d="M317 319c12 0 19 0 19 -20v-28h-288v28c0 20 8 20 20 20h249zM269 352c13 0 19 -1 19 -19h-192c0 18 7 19 20 19h153zM368 278c13 -8 17 -17 15 -41l-17 -184c-4 -21 -16 -21 -24 -21h-300c-8 0 -20 0 -24 21l-17 185c-3 26 1 31 15 40l15 10v-32h321v32z" />
|
| 592 |
+
<glyph glyph-name="ion-film-marker" unicode="" horiz-adv-x="416"
|
| 593 |
+
d="M400 240c9 0 16 -7 16 -15v-210c0 -8 -7 -15 -16 -15h-384c-9 0 -16 7 -16 15v210c0 8 6 14 13 15c-2 2 -3 4 -4 7l-9 45c-2 8 5 16 13 18l370 74c8 2 16 -4 18 -12l9 -46c2 -8 -4 -16 -12 -18l-342 -68h344zM257 46l-20 58l51 36h-62l-20 58l-19 -58h-63l51 -36l-19 -58
|
| 594 |
+
l50 36z" />
|
| 595 |
+
<glyph glyph-name="ion-fireball" unicode="" horiz-adv-x="320"
|
| 596 |
+
d="M297 210c14 -24 23 -52 23 -82c0 -33 -10 -63 -26 -88v0v0c-29 -43 -78 -72 -134 -72c-17 0 -32 1 -46 7s-25 13 -33 25c-11 16 -17 28 -21 52c-6 -25 2 -48 9 -60c-43 26 -69 71 -69 125v4c5 78 65 109 90 151c8 14 13 30 10 48c11 -9 15 -25 15 -39
|
| 597 |
+
c0 -16 -3 -29 -3 -29c4 8 7 18 9 31c6 35 2 85 -37 132l-1 1s7 0 18 -3c95 -16 169 -91 184 -186c2 -12 3 -23 3 -35c0 -16 -2 -32 -5 -47c10 23 13 43 14 55v10z" />
|
| 598 |
+
<glyph glyph-name="ion-flag" unicode="" horiz-adv-x="384"
|
| 599 |
+
d="M362 266c0 0 12 2 22 6c0 -16 -7 -32 -9 -36c-28 -50 -99 -123 -181 -84c-65 31 -92 30 -117 24c-1 0 -2 -1 -3 -1c-3 -1 -15 -5 -26 -1v197c0 16 14 31 33 35c39 7 106 5 148 -74c39 -74 97 -72 133 -66zM24 416c4 0 8 -4 8 -8v-432c0 -4 -4 -8 -8 -8h-16
|
| 600 |
+
c-4 0 -8 4 -8 8v432c0 4 4 8 8 8h16z" />
|
| 601 |
+
<glyph glyph-name="ion-flame" unicode="" horiz-adv-x="256"
|
| 602 |
+
d="M1 128c-11 109 72 224 159 288c-26 -145 97 -142 96 -288c-1 -120 -105 -160 -128 -160s-114 26 -127 160zM88 80c0 -44 40 -80 40 -80s41 36 41 80s-41 80 -41 80s-40 -36 -40 -80z" />
|
| 603 |
+
<glyph glyph-name="ion-flash-off" unicode=""
|
| 604 |
+
d="M115 -4c-69 38 -115 112 -115 196c0 124 100 224 224 224c24 0 47 -4 68 -11c2 -1 3 -1 5 -2c12 -4 24 -9 35 -15v0c69 -38 116 -112 116 -196c0 -124 -100 -224 -224 -224c-24 0 -47 4 -68 11c-2 1 -3 1 -5 2c-12 4 -24 8 -35 14zM86 291c-20 -28 -32 -62 -32 -99
|
| 605 |
+
c0 -65 36 -121 90 -150c6 -3 13 -7 19 -9c2 -1 3 -1 5 -2c9 -3 19 -5 29 -7c9 -2 18 -2 27 -2c37 0 71 12 99 32l-52 53l36 40l55 -54c20 28 32 62 32 99c0 66 -37 123 -91 151c-6 3 -12 6 -18 8c-2 1 -3 1 -5 2c-9 3 -19 5 -29 7c-9 2 -18 2 -27 2c-37 0 -72 -12 -100 -32
|
| 606 |
+
l53 -52l-36 -41zM178 58l38 113h-85l139 155l-38 -113h85z" />
|
| 607 |
+
<glyph glyph-name="ion-flash" unicode="" horiz-adv-x="320"
|
| 608 |
+
d="M0 160l224 256l-51 -192h147l-224 -256l51 192h-147z" />
|
| 609 |
+
<glyph glyph-name="ion-folder" unicode="" horiz-adv-x="384"
|
| 610 |
+
d="M366 256c18 0 19 -7 18 -18l-12 -186c-1 -11 -3 -20 -21 -20h-317c-18 0 -20 9 -21 20l-13 184c-1 11 0 20 18 20h348zM362 305l2 -33h-344c0 6 4 46 6 63c2 18 8 17 25 17h75c28 0 23 0 37 -15c16 -18 19 -17 41 -17h143c11 0 15 -3 15 -15z" />
|
| 611 |
+
<glyph glyph-name="ion-fork-repo" unicode="" horiz-adv-x="320"
|
| 612 |
+
d="M320 368v-64h-48v-48h-64v48h-48v64h48v48h64v-48h48zM208 208h64v-5v0c0 -43 -7 -70 -38 -95c-23 -19 -51 -20 -75 -22c-9 -1 -18 -2 -26 -3c-6 -1 -13 -5 -20 -10c9 -11 15 -25 15 -41c0 -35 -29 -64 -64 -64s-64 29 -64 64c0 24 13 44 32 55v210c-19 11 -32 31 -32 55
|
| 613 |
+
c0 35 29 64 64 64s64 -29 64 -64c0 -24 -13 -44 -32 -55v-160c8 4 18 7 27 9c11 2 21 2 31 3c17 1 33 3 40 9c10 8 14 11 14 50zM64 384c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM64 0c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32
|
| 614 |
+
s14 -32 32 -32z" />
|
| 615 |
+
<glyph glyph-name="ion-fork" unicode="" horiz-adv-x="128"
|
| 616 |
+
d="M78 299v0v0v0zM128 282c0 -26 -15 -48 -37 -58c-12 -6 -11 -11 -11 -11s16 -200 16 -213s-3 -18 -9 -24s-15 -8 -23 -8v0v0c-8 0 -16 2 -22 8s-10 13 -10 24s16 213 16 213s0 6 -11 11c-22 10 -37 32 -37 58c0 43 15 93 24 134h8v-117c0 -6 3 -11 9 -11s9 4 10 10v1
|
| 617 |
+
l9 117h8l10 -117v-1c1 -6 3 -10 9 -10s9 5 9 11v117h8v0c9 -40 24 -91 24 -134z" />
|
| 618 |
+
<glyph glyph-name="ion-forward" unicode="" horiz-adv-x="384"
|
| 619 |
+
d="M224 150c-102 0 -171 -9 -224 -102c0 0 37 208 224 208v80l160 -144l-160 -134v92z" />
|
| 620 |
+
<glyph glyph-name="ion-funnel" unicode=""
|
| 621 |
+
d="M224 416c124 0 224 -36 224 -80c0 -8 -3 -15 -9 -22v0c-35 -43 -151 -179 -151 -218v-4v-83v0c0 -23 -29 -41 -64 -41s-64 18 -64 41v0v87c0 39 -117 177 -149 216v0c-7 8 -11 16 -11 24c0 44 100 80 224 80zM224 288c92 0 176 22 176 48s-83 48 -176 48
|
| 622 |
+
s-176 -22 -176 -48s84 -48 176 -48z" />
|
| 623 |
+
<glyph glyph-name="ion-gear-a" unicode="" horiz-adv-x="384"
|
| 624 |
+
d="M347 192c0 -24 15 -43 37 -56c-4 -13 -10 -26 -16 -38c-25 6 -45 -3 -62 -20s-22 -37 -16 -62c-12 -6 -25 -12 -38 -16c-13 22 -36 37 -60 37s-47 -15 -60 -37c-13 4 -27 10 -39 16c6 25 2 45 -15 62s-37 21 -62 15c-6 12 -12 26 -16 39c22 13 37 36 37 60s-15 43 -37 56
|
| 625 |
+
c4 13 9 26 16 38c25 -6 45 3 62 20s21 37 15 62c12 6 26 12 39 16c13 -22 36 -37 60 -37s47 15 60 37c13 -4 27 -10 39 -16c-6 -25 -2 -45 15 -62s37 -26 62 -20c6 -12 12 -25 16 -38c-22 -13 -37 -32 -37 -56zM192 94c54 0 98 44 98 98s-44 98 -98 98s-98 -44 -98 -98
|
| 626 |
+
s44 -98 98 -98z" />
|
| 627 |
+
<glyph glyph-name="ion-gear-b" unicode="" horiz-adv-x="384"
|
| 628 |
+
d="M384 154h-44c-4 -14 -10 -27 -17 -39l32 -32l-54 -54l-33 32c-12 -7 -24 -11 -38 -15v-46h-76v46c-13 4 -26 8 -38 15l-33 -32l-54 54l32 32c-7 12 -13 25 -17 39h-44v76h43c4 14 9 29 16 41l-30 30l54 54l29 -29c13 8 27 13 42 17v41h76v-41c15 -4 29 -9 42 -17l29 29
|
| 629 |
+
l54 -54l-30 -30c7 -12 13 -27 16 -41h43v-76zM192 138c30 0 54 24 54 54s-24 54 -54 54s-54 -24 -54 -54s24 -54 54 -54z" />
|
| 630 |
+
<glyph glyph-name="ion-grid" unicode="" horiz-adv-x="320"
|
| 631 |
+
d="M64 295c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM192 295c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM320 295c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM64 167
|
| 632 |
+
c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM192 167c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM320 167c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM64 39
|
| 633 |
+
c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM192 39c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50zM320 39c0 -4 -3 -7 -7 -7h-50c-4 0 -7 3 -7 7v50c0 4 3 7 7 7h50c4 0 7 -3 7 -7v-50z" />
|
| 634 |
+
<glyph glyph-name="ion-hammer" unicode="" horiz-adv-x="320"
|
| 635 |
+
d="M314 416c3 0 6 -3 6 -6v-84c0 -3 -3 -6 -6 -6h-52c-3 0 -6 3 -6 6v14c-6 5 -16 9 -22 7c-7 -2 -23 -13 -30 -25s-6 -28 -6 -66l8 -2c5 -1 7 -6 7 -9v-70c0 -95 11 -201 11 -201c0 -3 -3 -6 -6 -6h-84c-3 0 -6 3 -6 6c0 0 11 106 11 201v70c0 3 3 8 7 9l7 2
|
| 636 |
+
c0 43 -5 58 -22 74c-18 16 -41 19 -63 17s-51 -35 -58 -45s-10 2 -10 11c1 16 22 60 72 81s91 22 102 22s27 -1 38 -3s16 -18 26 -18c7 0 14 5 18 9v6c0 3 3 6 6 6h52z" />
|
| 637 |
+
<glyph glyph-name="ion-happy-outline" unicode=""
|
| 638 |
+
d="M355 158c8 -4 11 -13 7 -21c-24 -46 -78 -73 -138 -73c-62 0 -118 29 -139 74c-4 8 0 17 8 21c2 1 5 1 7 1c6 0 11 -3 14 -9c16 -34 60 -55 110 -55c49 0 92 21 110 56c3 5 8 8 14 8c3 0 5 -1 7 -2zM381 217c5 -7 4 -17 -4 -22c-3 -2 -6 -3 -10 -3c-5 0 -11 2 -14 6
|
| 639 |
+
s-7 10 -17 10s-14 -6 -17 -10s-9 -6 -14 -6c-4 0 -7 1 -10 3c-8 6 -9 15 -3 22c11 14 23 23 44 23s35 -9 45 -23zM157 217c5 -7 4 -17 -4 -22c-3 -2 -6 -3 -10 -3c-5 0 -11 2 -14 6s-7 10 -17 10s-14 -6 -17 -10s-9 -6 -14 -6c-4 0 -7 1 -10 3c-8 6 -9 15 -3 22
|
| 640 |
+
c11 14 23 23 44 23s35 -9 45 -23zM224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c36 36 56 85 56 136s-20 100 -56 136s-85 56 -136 56s-100 -20 -136 -56s-56 -85 -56 -136s20 -100 56 -136s85 -56 136 -56
|
| 641 |
+
s100 20 136 56z" />
|
| 642 |
+
<glyph glyph-name="ion-happy" unicode=""
|
| 643 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM71 195c3 -2 6 -3 10 -3c5 0 11 2 14 6s7 10 17 10s14 -6 17 -10s9 -6 14 -6c4 0 7 1 10 3c8 5 9 15 4 22c-10 14 -24 23 -45 23s-33 -9 -44 -23c-6 -7 -5 -16 3 -22zM362 137
|
| 644 |
+
c4 8 1 17 -7 21c-2 1 -4 2 -7 2c-6 0 -11 -3 -14 -8c-18 -35 -61 -56 -110 -56c-50 0 -94 21 -110 55c-3 6 -8 9 -14 9c-2 0 -5 0 -7 -1c-8 -4 -12 -13 -8 -21c21 -45 77 -74 139 -74c60 0 114 27 138 73zM377 195c8 5 9 15 4 22c-10 14 -24 23 -45 23s-33 -9 -44 -23
|
| 645 |
+
c-6 -7 -5 -16 3 -22c3 -2 6 -3 10 -3c5 0 11 2 14 6s7 10 17 10s14 -6 17 -10s9 -6 14 -6c4 0 7 1 10 3z" />
|
| 646 |
+
<glyph glyph-name="ion-headphone" unicode="" horiz-adv-x="384"
|
| 647 |
+
d="M383 210c3 -51 -3 -130 -13 -162c-20 -67 -40 -80 -72 -80s-58 27 -58 59v106c0 33 23 59 53 59c18 0 34 -9 44 -24c0 0 11 7 13 22s4 34 -5 64s-21 19 -36 38c-2 3 -5 7 -8 10l-10 10c-2 2 -3 3 -5 4c-11 9 -21 17 -34 23c-19 9 -39 13 -60 13s-42 -4 -61 -13
|
| 648 |
+
c-13 -6 -22 -14 -33 -23c-2 -1 -3 -2 -5 -4l-10 -10s-6 -7 -8 -10c-15 -19 -27 -8 -36 -38c-9 -31 -7 -49 -5 -64s13 -22 13 -22c10 15 26 24 44 24c30 0 53 -27 53 -59v-106c0 -32 -26 -59 -58 -59s-52 13 -72 80c-10 32 -16 111 -13 162c3 60 22 108 56 145v0
|
| 649 |
+
c8 8 15 16 24 23s19 13 29 18c25 13 53 20 82 20s57 -7 82 -20c10 -5 19 -11 28 -18s17 -15 25 -23v0c34 -37 53 -85 56 -145z" />
|
| 650 |
+
<glyph glyph-name="ion-heart-broken" unicode="" horiz-adv-x="416"
|
| 651 |
+
d="M181 160c0 -36 -2 -71 4 -107c2 -10 2 -20 2 -31l-153 159c-45 47 -45 124 0 171c40 41 103 43 144 3c-2 -15 -3 -31 -3 -46c-18 -14 -40 -21 -56 -39l11 7c17 11 15 8 35 14c3 1 8 3 11 5c0 -1 -1 -5 -1 -6c1 -20 11 -39 15 -60c0 -5 1 -10 -1 -15c-8 -17 -7 -37 -8 -55
|
| 652 |
+
zM274 147c8 -18 23 -29 38 -39l-104 -108l-17 18c0 13 -4 26 -4 38c-2 48 10 94 21 142v0c1 -1 2 -1 3 -1c30 -6 52 -24 63 -50zM382 352c46 -47 46 -124 0 -171l-68 -70c-28 24 -42 54 -65 81c-12 13 -26 23 -41 32c-3 13 -8 26 -11 39c-3 12 14 21 16 31c3 12 3 26 3 39
|
| 653 |
+
l19 19c40 42 107 42 147 0z" />
|
| 654 |
+
<glyph glyph-name="ion-heart" unicode="" horiz-adv-x="416"
|
| 655 |
+
d="M382 352c46 -47 46 -124 0 -171l-174 -181l-174 181c-46 47 -46 124 0 171c40 42 107 42 147 0l27 -28l28 28c40 42 106 42 146 0z" />
|
| 656 |
+
<glyph glyph-name="ion-help-buoy" unicode=""
|
| 657 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM402 264c-10 24 -23 45 -42 64s-41 32 -65 42l-19 -61c14 -6 27 -15 38 -26s21 -24 27 -38zM224 96c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM88 328
|
| 658 |
+
c-19 -19 -32 -41 -42 -65l61 -19c6 14 15 27 26 38s24 21 38 27l-19 61c-24 -10 -45 -23 -64 -42zM46 120c10 -24 23 -45 42 -64s41 -32 65 -42l19 61c-14 6 -27 15 -38 26s-21 24 -27 38zM360 56c19 19 32 41 42 65l-61 19c-6 -14 -15 -27 -26 -38s-24 -21 -38 -27l19 -61
|
| 659 |
+
c24 10 45 23 64 42z" />
|
| 660 |
+
<glyph glyph-name="ion-help-circled" unicode=""
|
| 661 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM244 89c1 18 -12 31 -29 31c-16 0 -30 -11 -30 -29s12 -30 28 -30c17 0 31 10 31 28zM293 217c7 10 12 22 12 36c0 23 -9 40 -25 52c-17 13 -37 18 -62 18
|
| 662 |
+
c-19 0 -34 -4 -47 -13c-19 -13 -28 -34 -28 -68h49c0 9 -1 19 4 27s13 15 26 15s19 -3 25 -11c5 -7 8 -15 8 -23c0 -7 -4 -14 -8 -20c-2 -4 -6 -7 -10 -10c0 0 -26 -15 -35 -30c-7 -11 -9 -24 -10 -41c0 -1 0 -4 4 -4h39s5 3 5 4c0 6 1 15 2 19c2 7 6 12 12 17l14 9
|
| 663 |
+
c12 9 21 17 25 23z" />
|
| 664 |
+
<glyph glyph-name="ion-help" unicode="" horiz-adv-x="256"
|
| 665 |
+
d="M217 371c25 -19 39 -46 39 -83c0 -22 -8 -42 -19 -57c-7 -9 -21 -21 -40 -36l-21 -14c-10 -8 -17 -18 -20 -28c-2 -6 -3 -19 -3 -29c0 -2 -1 -6 -7 -6h-62c-7 0 -7 3 -7 5c1 26 4 49 15 66c15 23 57 48 57 48c6 5 11 9 15 15c7 10 12 21 12 32c0 13 -3 26 -11 36
|
| 666 |
+
c-10 12 -21 18 -41 18s-32 -11 -40 -24s-7 -29 -7 -43h-77c0 54 14 88 44 108c20 14 45 20 75 20c39 0 70 -7 98 -28zM114 78c27 -1 47 -20 46 -48s-22 -46 -49 -45c-26 1 -46 19 -45 47s22 47 48 46z" />
|
| 667 |
+
<glyph glyph-name="ion-home" unicode="" horiz-adv-x="384"
|
| 668 |
+
d="M384 160h-48v-160h-96v128h-96v-128h-96v160h-48l192 224z" />
|
| 669 |
+
<glyph glyph-name="ion-icecream" unicode="" horiz-adv-x="320"
|
| 670 |
+
d="M32 192h256l-128 -224zM307 275c8 -5 13 -13 13 -23c0 -16 -14 -28 -30 -28h-4h-252h-4c-16 0 -30 13 -30 28c0 10 6 18 14 23c1 0 1 2 2 2c4 3 7 7 8 12v1c-2 6 -2 12 -2 18c0 42 34 76 76 76c8 0 16 -2 23 -4c-3 -12 -4 -31 -4 -31c2 15 11 29 11 29c18 23 46 38 77 38
|
| 671 |
+
c53 0 96 -43 96 -96c0 -11 -2 -21 -5 -30v-1c0 -4 4 -9 8 -12c1 0 2 -2 3 -2z" />
|
| 672 |
+
<glyph glyph-name="ion-image" unicode=""
|
| 673 |
+
d="M336 224c-26 0 -48 22 -48 48s22 48 48 48s48 -22 48 -48s-22 -48 -48 -48zM420 384c16 0 28 -12 28 -28v-328c0 -16 -12 -28 -28 -28h-392c-16 0 -28 12 -28 28v328c0 16 12 28 28 28h392zM317 186l99 -106v260c0 7 -6 12 -13 12h-358c-7 0 -12 -5 -13 -12v-260l126 152
|
| 674 |
+
c4 4 10 8 17 8s13 -2 17 -7l54 -59l4 -4c3 -2 7 -4 11 -4s8 2 12 5l18 16c4 3 8 5 13 5s10 -2 13 -6z" />
|
| 675 |
+
<glyph glyph-name="ion-images" unicode=""
|
| 676 |
+
d="M426 308c13 -1 23 -12 22 -24l-14 -263c-1 -13 -12 -22 -25 -21l-330 16c-13 1 -23 10 -22 23l2 46l-15 -1c-12 -1 -22 7 -23 18l-21 236c-1 11 7 21 19 22l296 24c12 1 22 -7 23 -18l5 -54zM71 302c1 12 11 22 24 22l219 -11l-2 31h-1v1c-1 5 -5 8 -10 8l-261 -22
|
| 677 |
+
c-5 0 -10 -4 -10 -9v0v-1l16 -178l18 25zM405 66l10 198v1v0c0 6 -5 10 -11 10l-58 3l-29 2l-204 9c-6 0 -11 -4 -12 -9v0v-1l-3 -63l-7 -128v-7l6 7l102 109c4 4 8 6 14 6s11 -3 14 -7l43 -49l3 -3c2 -2 6 -4 10 -4s5 1 9 3l17 12c4 3 7 4 11 4s9 -2 11 -5l27 -33zM341 186
|
| 678 |
+
c-20 0 -35 15 -35 35s16 35 35 35c20 0 35 -16 35 -35s-16 -35 -35 -35z" />
|
| 679 |
+
<glyph glyph-name="ion-information-circled" unicode=""
|
| 680 |
+
d="M448 195c2 -124 -97 -225 -221 -227s-225 97 -227 221s97 225 221 227s225 -97 227 -221zM224 336c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM268 53v11h-22v172h-66v-12h22v-160h-22v-11h88z" />
|
| 681 |
+
<glyph glyph-name="ion-information" unicode="" horiz-adv-x="128"
|
| 682 |
+
d="M96 0h32v-16h-128v16h32v240h-32v16h96v-256zM64 304c-27 0 -48 21 -48 48s21 48 48 48s48 -21 48 -48s-21 -48 -48 -48z" />
|
| 683 |
+
<glyph glyph-name="ion-ionic" unicode="" horiz-adv-x="416"
|
| 684 |
+
d="M376 315c25 -34 40 -77 40 -123c0 -115 -93 -208 -208 -208s-208 93 -208 208s93 208 208 208c46 0 89 -15 123 -40c5 3 11 5 18 5c18 0 32 -14 32 -32c0 -7 -2 -13 -5 -18zM344 56c18 18 31 38 41 61c10 24 15 49 15 75s-5 51 -15 75c-6 13 -13 26 -21 38
|
| 685 |
+
c-4 -2 -10 -4 -15 -4c-18 0 -32 14 -32 32c0 5 2 11 4 15c-12 8 -25 15 -38 21c-24 10 -49 15 -75 15s-51 -5 -75 -15c-23 -10 -43 -23 -61 -41s-31 -38 -41 -61c-10 -24 -15 -49 -15 -75s5 -51 15 -75c10 -23 23 -43 41 -61s38 -31 61 -41c24 -10 49 -15 75 -15s51 5 75 15
|
| 686 |
+
c23 10 43 23 61 41zM112 192c0 64 32 96 96 96s96 -32 96 -96s-32 -96 -96 -96s-96 32 -96 96z" />
|
| 687 |
+
<glyph glyph-name="ion-ios-alarm-outline" unicode="" horiz-adv-x="404"
|
| 688 |
+
d="M384 256l-54 52l-9 -9c35 -32 57 -79 57 -130c0 -44 -16 -83 -43 -114l36 -45l-12 -10l-35 43c-32 -30 -75 -49 -122 -49v0v0c-47 0 -90 19 -122 49l-35 -43l-12 10l36 45c-27 31 -43 71 -43 115c0 51 22 97 57 129l-9 9l-54 -52c-12 14 -20 32 -20 52c0 44 35 80 80 82
|
| 689 |
+
h5c20 0 39 -7 54 -18l-54 -52l11 -11c26 19 56 32 90 35v0c0 8 8 16 16 16s15 -8 15 -16v0c34 -3 65 -16 91 -35l11 11l-54 52c15 11 34 18 54 18h5c45 -2 80 -38 80 -82c0 -20 -8 -38 -20 -52zM22 280l91 89c-9 5 -19 7 -32 6c-37 -2 -65 -32 -65 -67c0 -10 2 -19 6 -28z
|
| 690 |
+
M362 172c0 88 -72 158 -160 158s-160 -70 -160 -158s72 -158 160 -158s160 70 160 158zM291 369l91 -89c4 9 6 18 6 28c0 35 -28 65 -65 67c-13 1 -23 -1 -32 -6zM202 288h16v-144h-112v16h96v128z" />
|
| 691 |
+
<glyph glyph-name="ion-ios-alarm" unicode="" horiz-adv-x="404"
|
| 692 |
+
d="M385 256l-55 52l-9 -9c35 -32 57 -79 57 -130c0 -44 -16 -83 -43 -114l37 -45l-13 -10l-35 43c-32 -30 -75 -49 -122 -49v0v0c-47 0 -90 19 -122 49l-35 -43l-12 10l36 45c-27 31 -43 70 -43 114c0 51 22 98 57 130l-9 9l-54 -52c-12 14 -20 32 -20 52c0 44 35 80 80 82
|
| 693 |
+
h5c20 0 39 -7 54 -18l-54 -53l11 -10c26 19 56 32 90 35v0c0 8 8 16 16 16s15 -8 15 -16v0c34 -3 65 -16 91 -35l11 11l-54 52c15 11 34 18 54 18h5c45 -2 80 -38 80 -82c0 -20 -7 -38 -19 -52zM218 144v144h-16v-128h-96v-16h112z" />
|
| 694 |
+
<glyph glyph-name="ion-ios-albums-outline" unicode=""
|
| 695 |
+
d="M432 304h-416v-288h416v288zM448 320v0v-320h-448v320h448zM40 336v16h368v-16h-368zM72 368v16h304v-16h-304z" />
|
| 696 |
+
<glyph glyph-name="ion-ios-albums" unicode=""
|
| 697 |
+
d="M448 320v0v-320h-448v320h448zM40 336v16h368v-16h-368zM72 368v16h304v-16h-304z" />
|
| 698 |
+
<glyph glyph-name="ion-ios-americanfootball-outline" unicode="" horiz-adv-x="416"
|
| 699 |
+
d="M331 315c112 -112 81 -327 81 -327s-26 -4 -65 -4c-73 0 -189 12 -262 85c-112 112 -81 327 -81 327s26 4 65 4c73 0 189 -12 262 -85zM17 383c-2 -19 -5 -60 0 -107c1 -8 2 -16 3 -23l127 127c-25 3 -51 5 -78 5v0v0c-22 0 -41 -1 -52 -2zM96 80c30 -30 72 -53 124 -66
|
| 700 |
+
c10 -3 20 -5 31 -7l142 142c-4 22 -10 44 -17 63c-14 37 -32 68 -56 92c-30 30 -72 53 -124 66c-10 3 -20 5 -31 7l-142 -142c4 -22 10 -44 17 -63c14 -37 32 -68 56 -92zM399 1c2 19 5 60 0 107c-1 8 -2 16 -3 23l-127 -127c25 -3 51 -5 78 -5c22 0 41 1 52 2zM259 130
|
| 701 |
+
l-28 -29l-12 12l29 28l-23 23l-28 -29l-12 12l29 28l-23 23l-28 -29l-12 12l29 28l-23 23l-28 -29l-12 12l29 28l-22 23l-29 -29l-11 12l67 67l12 -11l-29 -29l23 -22l28 29l12 -12l-29 -28l23 -23l28 29l12 -12l-29 -28l23 -23l28 29l12 -12l-29 -28l22 -23l29 29l12 -12
|
| 702 |
+
l-29 -28l22 -23l29 29l11 -12l-67 -67l-12 11l29 29z" />
|
| 703 |
+
<glyph glyph-name="ion-ios-americanfootball" unicode="" horiz-adv-x="416"
|
| 704 |
+
d="M331 315c112 -112 81 -327 81 -327s-26 -4 -65 -4c-73 0 -189 12 -262 85c-112 112 -81 327 -81 327s26 4 65 4c73 0 189 -12 262 -85zM20 253l3 -18l142 142l-18 3zM219 113l12 -12l28 29l23 -22l-29 -29l12 -11l67 67l-11 12l-29 -29l-22 23l29 28l-12 12l-28 -29
|
| 705 |
+
l-23 23l29 28l-12 12l-28 -29l-23 23l29 28l-12 12l-28 -29l-23 23l29 28l-12 12l-28 -29l-23 22l29 29l-12 11l-67 -67l11 -12l29 29l22 -23l-29 -28l12 -12l28 29l23 -23l-29 -28l12 -12l28 29l23 -23l-29 -28l12 -12l28 29l23 -23zM269 4l127 127l-3 18l-142 -142z" />
|
| 706 |
+
<glyph glyph-name="ion-ios-analytics-outline" unicode=""
|
| 707 |
+
d="M224 400c-28 0 -55 -5 -81 -16c-25 -10 -47 -26 -66 -45s-35 -41 -45 -66c-11 -26 -16 -53 -16 -81s5 -55 16 -81c10 -25 26 -47 45 -66s41 -35 66 -45c26 -11 53 -16 81 -16s55 5 81 16c25 10 47 26 66 45s35 41 45 66c11 26 16 53 16 81s-5 55 -16 81
|
| 708 |
+
c-10 25 -26 47 -45 66s-41 35 -66 45c-26 11 -53 16 -81 16zM224 416v0c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM76 128c-25 0 -41 18 -42 19c-3 3 -2 9 1 12s8 2 11 -1c1 -1 15 -17 36 -14c12 2 27 26 38 42c4 6 9 12 12 16
|
| 709 |
+
c17 21 34 23 45 21c24 -3 45 -28 54 -50c7 -18 18 -28 32 -29c15 -1 31 11 43 30c1 2 3 4 4 7c9 17 24 43 52 43c31 0 52 -35 53 -36c2 -4 1 -9 -3 -11s-9 -1 -11 3c0 0 -5 8 -12 15c-6 6 -16 13 -27 13c-18 0 -29 -19 -38 -35c-1 -3 -3 -5 -4 -7c-15 -25 -36 -40 -58 -38
|
| 710 |
+
c-20 1 -36 15 -46 39s-28 39 -41 41c-11 1 -21 -4 -31 -16c-3 -4 -6 -9 -10 -15c-14 -20 -31 -45 -50 -48c-3 0 -5 -1 -8 -1z" />
|
| 711 |
+
<glyph glyph-name="ion-ios-analytics" unicode=""
|
| 712 |
+
d="M224 416c124 0 224 -100 224 -224c0 -13 -1 -25 -3 -37c-1 -6 -2 -12 -3 -17c-24 -98 -113 -170 -218 -170c-122 0 -221 98 -224 219v5c0 9 1 17 2 26c13 111 107 198 222 198zM431 168c1 8 1 16 1 24c0 28 -5 55 -16 81c-10 25 -26 47 -45 66s-41 35 -66 45
|
| 713 |
+
c-26 11 -53 16 -81 16s-55 -5 -81 -16c-25 -10 -47 -26 -66 -45s-35 -41 -45 -66c-11 -26 -16 -53 -16 -81v0c14 -21 29 -34 29 -34h1v-1c1 -1 15 -16 36 -13c12 2 27 26 38 42c4 6 9 12 12 16c17 21 34 23 45 21c24 -3 45 -27 54 -50c7 -18 18 -28 32 -29c15 -1 31 9 43 29
|
| 714 |
+
c1 2 3 4 4 7c9 17 24 44 52 44c31 0 52 -35 53 -36c3 -4 9 -12 16 -20z" />
|
| 715 |
+
<glyph glyph-name="ion-ios-arrow-back" unicode="" horiz-adv-x="192"
|
| 716 |
+
d="M192 320l-127 -128l127 -128l-32 -32l-160 160v0v0l160 160z" />
|
| 717 |
+
<glyph glyph-name="ion-ios-arrow-down" unicode="" horiz-adv-x="320"
|
| 718 |
+
d="M301 288l19 -21l-160 -171l-160 171l19 21l141 -150z" />
|
| 719 |
+
<glyph glyph-name="ion-ios-arrow-forward" unicode="" horiz-adv-x="192"
|
| 720 |
+
d="M0 320l32 32l160 -160v0v0l-160 -160l-32 32l127 128z" />
|
| 721 |
+
<glyph glyph-name="ion-ios-arrow-left" unicode="" horiz-adv-x="192"
|
| 722 |
+
d="M192 333l-150 -141l150 -141l-21 -19l-171 160l171 160z" />
|
| 723 |
+
<glyph glyph-name="ion-ios-arrow-right" unicode="" horiz-adv-x="192"
|
| 724 |
+
d="M0 333l21 19l171 -160l-171 -160l-21 19l150 141z" />
|
| 725 |
+
<glyph glyph-name="ion-ios-arrow-thin-down" unicode="" horiz-adv-x="192"
|
| 726 |
+
d="M190 126c2 -2 2 -4 2 -6s0 -4 -2 -6c0 0 -87 -79 -88 -80s-3 -2 -6 -2s-5 1 -6 2s-88 80 -88 80c-3 3 -3 9 0 12s9 3 12 0l74 -67v285c0 4 4 8 8 8s8 -4 8 -8v-285l74 67c3 3 9 3 12 0z" />
|
| 727 |
+
<glyph glyph-name="ion-ios-arrow-thin-left" unicode="" horiz-adv-x="320"
|
| 728 |
+
d="M94 98c-2 -2 -4 -2 -6 -2s-4 0 -6 2c0 0 -79 87 -80 88s-2 3 -2 6s1 5 2 6s80 88 80 88c3 3 9 3 12 0s3 -9 0 -12l-67 -74h285c4 0 8 -4 8 -8s-4 -8 -8 -8h-285l67 -74c3 -3 3 -9 0 -12z" />
|
| 729 |
+
<glyph glyph-name="ion-ios-arrow-thin-right" unicode="" horiz-adv-x="320"
|
| 730 |
+
d="M226 98c-3 3 -3 9 0 12l67 74h-285c-4 0 -8 4 -8 8s4 8 8 8h285l-67 74c-3 3 -3 9 0 12s9 3 12 0c0 0 79 -87 80 -88s2 -3 2 -6s-1 -5 -2 -6s-80 -88 -80 -88c-2 -2 -4 -2 -6 -2s-4 0 -6 2z" />
|
| 731 |
+
<glyph glyph-name="ion-ios-arrow-thin-up" unicode="" horiz-adv-x="192"
|
| 732 |
+
d="M190 258c-3 -3 -9 -3 -12 0l-74 67v-285c0 -4 -4 -8 -8 -8s-8 4 -8 8v285l-74 -67c-3 -3 -9 -3 -12 0s-3 9 0 12c0 0 87 79 88 80s3 2 6 2s5 -1 6 -2s88 -80 88 -80c2 -2 2 -4 2 -6s0 -4 -2 -6z" />
|
| 733 |
+
<glyph glyph-name="ion-ios-arrow-up" unicode="" horiz-adv-x="320"
|
| 734 |
+
d="M301 96l-141 150l-141 -150l-19 21l160 171l160 -171z" />
|
| 735 |
+
<glyph glyph-name="ion-ios-at-outline" unicode="" horiz-adv-x="255"
|
| 736 |
+
d="M236 127v1h19l-3 -6c-3 -6 -13 -19 -22 -27s-18 -14 -28 -20s-21 -10 -32 -13s-23 -5 -34 -5c-16 0 -33 3 -49 8s-30 13 -43 24c-12 11 -26 29 -34 46c-7 16 -10 33 -10 58c0 18 4 38 11 55c7 16 17 30 29 42s27 21 43 28c15 6 33 9 53 9c16 0 32 -3 46 -8
|
| 737 |
+
c15 -5 28 -12 39 -22s17 -21 24 -35c6 -13 8 -26 8 -44c0 -14 -2 -28 -7 -40s-9 -20 -17 -30c-8 -9 -13 -15 -23 -21c-11 -6 -20 -9 -29 -9c-8 0 -15 2 -20 7c-3 2 -5 6 -6 9c-6 -6 -11 -10 -17 -12c-10 -3 -18 -4 -26 -4s-15 1 -21 4s-12 7 -17 12s-8 11 -11 18
|
| 738 |
+
s-5 14 -5 22c0 12 3 24 7 36v2c4 11 5 16 13 26c8 11 17 19 28 26s24 11 38 11c12 0 21 -3 31 -9c7 -4 12 -10 16 -16l6 17h18l-38 -102c-2 -5 -4 -10 -5 -14s-1 -7 -1 -10c0 -2 1 -4 3 -5s4 -2 8 -2c6 0 11 2 20 7c8 4 12 9 19 17c6 8 10 14 14 25s6 23 6 35
|
| 739 |
+
c0 15 -2 25 -7 36c-6 13 -10 22 -19 30s-20 15 -33 20s-27 7 -42 7c-19 0 -35 -3 -48 -9c-15 -6 -27 -14 -37 -24c-11 -10 -19 -23 -25 -37c-6 -15 -10 -32 -10 -48c0 -22 2 -36 8 -49c6 -15 17 -31 28 -41s24 -18 38 -23s30 -7 46 -7c10 0 20 1 30 4s18 6 27 11
|
| 740 |
+
s17 11 24 18s14 13 19 21zM147 154c4 5 8 12 11 20l21 57c-2 5 -4 10 -7 13c-3 4 -6 6 -10 8c-1 0 -1 1 -2 1c-3 2 -5 3 -9 4c-5 1 -9 2 -13 2c-10 0 -19 -3 -28 -9s-17 -13 -23 -22c-5 -8 -7 -11 -10 -20c0 -1 -1 -3 -1 -4c-4 -11 -5 -20 -5 -30c0 -6 1 -11 3 -16
|
| 741 |
+
s5 -9 8 -13s7 -6 12 -8s9 -3 15 -3c4 0 9 1 14 2c4 1 8 2 12 5s8 7 12 13z" />
|
| 742 |
+
<glyph glyph-name="ion-ios-at" unicode="" horiz-adv-x="256"
|
| 743 |
+
d="M228 128v0h28c-1 -1 -2 -4 -3 -6c-4 -6 -14 -19 -23 -27s-18 -14 -28 -20s-20 -10 -32 -13c-11 -3 -23 -5 -34 -5c-16 0 -33 3 -49 8s-30 13 -43 24c-12 10 -26 28 -34 46c-7 16 -10 33 -10 58c0 19 4 39 11 55s17 30 29 42s28 21 44 28c15 6 32 9 52 9c16 0 31 -3 46 -8
|
| 744 |
+
s28 -12 39 -22s18 -22 25 -36c6 -14 8 -26 8 -44c0 -14 -2 -28 -7 -40c-4 -11 -9 -20 -17 -30c-7 -9 -14 -16 -24 -22c-12 -6 -21 -9 -30 -9s-16 2 -22 8c-2 1 -3 3 -4 5c-4 -4 -9 -6 -14 -8c-10 -3 -18 -5 -27 -5c-8 0 -16 2 -23 5s-12 7 -17 12s-9 12 -12 19s-4 14 -4 22
|
| 745 |
+
c0 12 2 25 6 37l1 1c4 10 5 17 13 27c8 11 17 20 28 27c12 7 24 10 38 10c12 0 22 -3 33 -9c5 -3 8 -6 12 -10l5 12h25l-39 -104c-2 -5 -3 -9 -4 -13c-1 -3 -1 -7 -1 -9s0 -3 1 -3c0 0 1 -1 5 -1c5 0 11 2 19 7c7 4 10 8 16 16s9 13 13 23s6 20 6 32c0 14 -1 24 -6 34
|
| 746 |
+
c-5 12 -10 21 -18 28c-9 8 -19 14 -31 18s-26 7 -40 7c-18 0 -32 -3 -44 -8c-14 -6 -25 -13 -35 -23s-18 -22 -24 -35c-6 -14 -9 -30 -9 -45c0 -21 3 -34 8 -46c6 -14 16 -30 26 -39s22 -16 35 -21c14 -5 28 -7 43 -7c10 0 20 2 29 4s18 6 26 11s28 20 38 33zM144 157
|
| 747 |
+
c4 5 7 12 10 19l20 55c-1 4 -3 7 -5 9c-3 3 -6 6 -9 8h-1h-1v1c-3 2 -5 2 -8 3c-4 1 -8 1 -12 1c-9 0 -17 -2 -25 -7c-10 -6 -17 -14 -21 -21c-5 -8 -6 -11 -9 -19c0 -1 -1 -2 -1 -3c-3 -10 -6 -19 -6 -28c0 -5 1 -10 3 -14s4 -8 7 -11s7 -6 11 -8s8 -2 13 -2c4 0 8 0 12 1
|
| 748 |
+
v0c4 1 7 2 11 5c3 2 7 5 11 11z" />
|
| 749 |
+
<glyph glyph-name="ion-ios-barcode-outline" unicode="" horiz-adv-x="416"
|
| 750 |
+
d="M0 64v256h80v-16h-64v-224h64v-16h-80zM336 320h80v-256h-80v16h64v224h-64v16zM64 128v128h16v-128h-16zM336 128v128h16v-128h-16zM272 96v192h16v-192h-16zM128 96v192h16v-192h-16zM199 112v160h16v-160h-16z" />
|
| 751 |
+
<glyph glyph-name="ion-ios-barcode" unicode="" horiz-adv-x="416"
|
| 752 |
+
d="M0 320h416v-256h-416v256zM80 128v128h-16v-128h16zM144 96v192h-16v-192h16zM215 112v160h-16v-160h16zM288 96v192h-16v-192h16zM352 128v128h-16v-128h16z" />
|
| 753 |
+
<glyph glyph-name="ion-ios-baseball-outline" unicode="" horiz-adv-x="416"
|
| 754 |
+
d="M415 169v-1v0c-11 -97 -90 -174 -187 -183v0h-2c-2 0 -3 -1 -5 -1h-1h-3h-1h-8c-115 0 -208 93 -208 208v8v1v3v1c0 2 1 3 1 5v2v0c9 97 86 176 183 187v0v0c8 1 16 1 24 1c115 0 208 -93 208 -208c0 -7 0 -14 -1 -20v0v-3zM399 192c0 105 -86 191 -191 191
|
| 755 |
+
c-3 0 -5 -1 -8 -1c0 -11 2 -21 4 -31l20 6l5 -15l-21 -7c2 -7 4 -14 7 -21c2 -5 5 -11 8 -16l17 12l9 -13l-19 -13c7 -12 16 -23 26 -33l14 15l12 -12l-15 -15c11 -10 22 -18 34 -25l12 18l14 -9l-12 -17c5 -2 10 -5 15 -7c7 -3 14 -5 22 -7l7 20l15 -5l-6 -19
|
| 756 |
+
c10 -2 20 -4 30 -4c0 3 1 5 1 8zM17 192c0 -105 86 -191 191 -191h4c-1 9 -1 17 -3 26l-22 -7l-5 16l23 7c-2 8 -5 16 -8 24c-2 5 -4 9 -6 14l-20 -13l-9 13l21 14c-7 12 -16 24 -26 35l-17 -17l-11 11l17 17c-10 10 -22 18 -34 25l-14 -21l-14 9l14 20c-5 2 -10 5 -15 7
|
| 757 |
+
c-7 3 -15 6 -23 8l-8 -24l-15 5l7 23c-9 2 -18 2 -27 3v-4zM228 2c88 9 158 78 169 166c-11 1 -23 3 -34 5l-9 -27l-15 5l8 25c-14 4 -28 10 -41 17l-15 -23l-13 9l14 21c-13 8 -26 17 -37 28l-19 -19l-11 11l19 19c-10 11 -19 23 -27 36l-21 -14l-9 13l22 15
|
| 758 |
+
c-7 13 -12 27 -16 41l-25 -8l-5 16l26 8c-2 12 -4 23 -5 35c-88 -11 -157 -81 -166 -169c10 -1 21 -2 31 -4l8 23l15 -5l-7 -22c14 -4 28 -9 42 -16l13 19l14 -9l-13 -18c13 -8 25 -17 36 -28l17 17l11 -11l-17 -17c11 -12 20 -24 28 -37l19 13l9 -14l-20 -13
|
| 759 |
+
c7 -14 12 -28 16 -42l23 7l5 -15l-24 -8c2 -10 3 -20 4 -30z" />
|
| 760 |
+
<glyph glyph-name="ion-ios-baseball" unicode="" horiz-adv-x="416"
|
| 761 |
+
d="M208 400c115 0 208 -93 208 -208c0 -8 0 -16 -1 -24v0v0c-12 -104 -100 -184 -207 -184c-115 0 -208 93 -208 208c0 107 80 195 184 207v0v0c8 1 16 1 24 1zM212 1c5 0 11 0 16 1c-1 10 -2 20 -4 30l24 8l-5 15l-23 -7c-4 14 -9 28 -16 42l20 13l-9 14l-19 -13
|
| 762 |
+
c-8 13 -17 25 -28 37l17 17l-11 11l-17 -17c-11 11 -23 20 -36 28l13 18l-14 9l-13 -19c-14 7 -28 12 -42 16l7 22l-15 5l-8 -23c-10 2 -21 3 -31 4c-1 -5 -1 -11 -1 -16c9 -1 18 -1 27 -3l-7 -23l15 -5l8 24c8 -2 16 -5 23 -8c5 -2 10 -5 15 -7l-14 -20l14 -9l14 21
|
| 763 |
+
c12 -7 24 -15 34 -25l-17 -17l11 -11l17 17c10 -11 19 -23 26 -35l-21 -14l9 -13l20 13c2 -5 4 -9 6 -14c3 -8 6 -16 8 -24l-23 -7l5 -16l22 7c2 -8 2 -17 3 -26zM363 173c11 -2 23 -4 34 -5c1 5 1 11 1 16c-10 1 -20 2 -30 4l6 19l-15 5l-7 -20c-8 2 -15 4 -22 7
|
| 764 |
+
c-5 2 -10 5 -15 7l12 17l-14 9l-12 -18c-12 7 -23 15 -34 25l15 15l-12 12l-15 -15c-10 10 -18 21 -25 33l19 13l-9 13l-17 -12c-3 5 -6 11 -8 16c-3 7 -5 14 -7 21l21 7l-5 15l-20 -6c-2 10 -3 20 -4 31c-5 0 -11 0 -16 -1c1 -12 3 -23 5 -35l-26 -8l5 -16l25 8
|
| 765 |
+
c4 -14 9 -28 16 -41l-22 -15l9 -13l21 14c8 -13 17 -25 27 -36l-19 -19l11 -11l19 19c11 -11 24 -20 37 -28l-14 -21l13 -9l15 23c13 -7 27 -13 41 -17l-8 -25l15 -5z" />
|
| 766 |
+
<glyph glyph-name="ion-ios-basketball-outline" unicode="" horiz-adv-x="416"
|
| 767 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM399 192c0 55 -24 105 -62 140c-14 -34 -31 -65 -52 -95c15 -12 31 -21 49 -29c21 -9 43 -14 65 -16v0zM325 343c-32 25 -73 40 -117 40v0c2 -22 6 -44 15 -65
|
| 768 |
+
c10 -25 26 -47 45 -66c2 -1 2 -3 4 -4c20 29 38 60 52 93c0 1 1 1 1 2zM192 382c-51 -4 -96 -29 -128 -65c64 -28 121 -69 169 -119c11 12 21 24 30 37c-40 37 -67 89 -71 147zM233 174c-15 -16 -31 -30 -48 -44c28 -35 45 -79 47 -127c33 4 63 17 88 35
|
| 769 |
+
c-22 50 -51 95 -87 136zM214 178l8 8l-10 10c-46 46 -99 82 -158 108c-18 -25 -31 -55 -35 -88c62 -3 116 -31 155 -74c14 11 27 23 40 36zM18 200c0 -3 -1 -5 -1 -8c0 -45 16 -87 43 -120c36 16 71 36 102 60l-7 7c-19 19 -41 35 -66 45c-22 9 -46 15 -71 16zM71 59
|
| 770 |
+
c35 -36 83 -58 137 -58c3 0 5 1 8 1c-1 25 -6 48 -16 71c-7 17 -17 33 -28 47c-31 -24 -65 -45 -101 -61zM333 48c37 32 61 77 65 128c-46 3 -89 21 -123 48c-10 -13 -20 -26 -31 -38c36 -41 67 -87 89 -138z" />
|
| 771 |
+
<glyph glyph-name="ion-ios-basketball" unicode="" horiz-adv-x="416"
|
| 772 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM333 48c-22 51 -53 97 -89 138c11 12 21 25 31 38c34 -27 77 -45 123 -48c0 5 1 11 1 16c-22 2 -44 7 -65 16c-18 8 -34 17 -49 29c21 30 38 61 52 95c-4 4 -8 8 -12 11
|
| 773 |
+
c0 -1 -1 -1 -1 -2c-14 -33 -32 -64 -52 -93c-2 1 -2 2 -4 4c-19 19 -35 41 -45 66c-9 21 -13 43 -15 65c-5 0 -11 -1 -16 -1c4 -58 31 -110 71 -147c-9 -13 -19 -25 -30 -37c-48 50 -105 91 -169 119c-4 -4 -7 -9 -10 -13c59 -26 112 -62 158 -108l10 -10l-8 -8
|
| 774 |
+
c-13 -13 -26 -25 -40 -36c-39 43 -93 71 -155 74c-1 -5 -1 -11 -1 -16c25 -1 49 -7 71 -16c25 -10 47 -26 66 -45l7 -7c-31 -24 -66 -44 -102 -60c4 -4 7 -9 11 -13c36 16 70 37 101 61c11 -14 21 -30 28 -47c10 -23 15 -46 16 -71c5 0 11 0 16 1c-2 48 -19 92 -47 127
|
| 775 |
+
c17 14 33 28 48 44c36 -41 65 -86 87 -136c4 3 9 6 13 10z" />
|
| 776 |
+
<glyph glyph-name="ion-ios-bell-outline" unicode="" horiz-adv-x="384"
|
| 777 |
+
d="M318 222c0 -114 28 -126 66 -158h-384c38 32 66 44 66 158c0 98 53 130 102 138v2c0 12 11 22 24 22s24 -10 24 -22v-2c49 -7 102 -40 102 -138zM43 80h298c-25 25 -40 58 -40 142c0 46 -13 80 -37 101c-23 19 -52 23 -72 23s-49 -4 -72 -23c-25 -21 -37 -55 -37 -101
|
| 778 |
+
c0 -51 -5 -85 -17 -110c-6 -13 -14 -23 -23 -32zM192 0c-27 0 -49 20 -52 43h104c-3 -23 -25 -43 -52 -43z" />
|
| 779 |
+
<glyph glyph-name="ion-ios-bell" unicode="" horiz-adv-x="384"
|
| 780 |
+
d="M318 222c0 -114 28 -126 66 -158h-384c38 32 66 44 66 158c0 98 53 130 102 138v2c0 12 11 22 24 22s24 -10 24 -22v-2c49 -7 102 -40 102 -138zM192 0c-27 0 -49 20 -52 43h104c-3 -23 -25 -43 -52 -43z" />
|
| 781 |
+
<glyph glyph-name="ion-ios-body-outline" unicode="" horiz-adv-x="384"
|
| 782 |
+
d="M192 400c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM192 416v0c27 0 48 -21 48 -48s-21 -48 -48 -48s-48 21 -48 48s21 48 48 48zM360 304c13 0 24 -11 24 -24s-11 -24 -24 -24h-100c-5 0 -14 -5 -18 -15c-5 -12 -2 -33 1 -51l4 -21v-1v0l32 -172
|
| 783 |
+
c2 -13 -6 -26 -19 -28h-5c-11 0 -22 8 -24 20l-21 120v0s-5 31 -17 31h-2c-12 0 -19 -31 -19 -31v0l-21 -120c-2 -12 -11 -20 -22 -20h-5c-13 2 -21 15 -19 28l32 172v1l4 21c3 18 6 39 1 51c-4 10 -12 15 -18 15h-100c-13 0 -24 11 -24 24s11 24 24 24h336zM24 272
|
| 784 |
+
c-4 0 -8 4 -8 8s4 8 8 8h336c4 0 8 -4 8 -8s-4 -8 -8 -8h-102c-16 0 -26 -15 -30 -24c-5 -13 -6 -32 -1 -61v0v0l3 -19l1 -3l32 -172c0 -3 0 -5 -1 -6s-2 -2 -5 -3h-2c-4 0 -7 2 -8 6l-21 120v0c0 2 -2 10 -5 19c-2 6 -5 11 -8 15c-7 9 -14 11 -20 11h-2
|
| 785 |
+
c-5 0 -13 -2 -20 -11c-3 -4 -6 -9 -8 -15c-4 -9 -6 -17 -6 -18v-1l-21 -120c-1 -4 -3 -6 -7 -6h-2c-3 0 -4 2 -5 3s-2 3 -1 6l32 172v0v1l4 21v0v0c5 29 5 48 0 61c-4 9 -14 24 -32 24z" />
|
| 786 |
+
<glyph glyph-name="ion-ios-body" unicode="" horiz-adv-x="384"
|
| 787 |
+
d="M144 368c0 32 16 48 48 48s48 -16 48 -48s-16 -48 -48 -48s-48 16 -48 48zM360 304c7 0 12 -2 17 -7s7 -10 7 -17s-2 -12 -7 -17s-10 -7 -17 -7h-98c-8 -2 -15 -6 -18 -14c-4 -9 -3 -27 1 -52l4 -21v-1v0l30 -172c1 -7 0 -13 -4 -18s-8 -9 -15 -10s-13 0 -18 4
|
| 788 |
+
s-9 9 -10 16l-21 120v-1l-2 9c-1 5 -3 11 -6 16s-6 8 -10 8h-2c-8 0 -14 -11 -18 -33v1l-21 -120c-1 -7 -5 -12 -10 -16s-11 -5 -18 -4s-11 5 -15 10s-5 11 -4 18l30 172v0v1l4 21c4 25 5 43 1 52c-3 8 -10 12 -18 14h-98c-7 0 -12 2 -17 7s-7 10 -7 17s2 12 7 17s10 7 17 7
|
| 789 |
+
h336z" />
|
| 790 |
+
<glyph glyph-name="ion-ios-bolt-outline" unicode="" horiz-adv-x="226"
|
| 791 |
+
d="M131 316l-100 -140h65h19l-3 -19l-17 -89l100 140h-65h-19l3 19zM160 384v0l-30 -160h96l-160 -224l30 160h-96z" />
|
| 792 |
+
<glyph glyph-name="ion-ios-bolt" unicode="" horiz-adv-x="226"
|
| 793 |
+
d="M160 384v0l-30 -160h96l-160 -224l30 160h-96z" />
|
| 794 |
+
<glyph glyph-name="ion-ios-book-outline" unicode="" horiz-adv-x="384"
|
| 795 |
+
d="M284 384c55 0 100 -26 100 -79v-1v-4v-261v-17h-6h-11h-5c-17 30 -44 42 -78 42c-40 0 -74 -28 -82 -64h-20c-8 36 -42 64 -82 64c-34 0 -65 -16 -78 -42h-5h-11h-6v9v264v9v1c0 53 45 79 100 79c41 0 78 -14 92 -44c12 30 51 44 92 44zM184 37v254v13v2
|
| 796 |
+
c-1 43 -39 62 -84 62c-44 0 -81 -19 -84 -61v-1v0v-262h1c19 26 48 36 83 36s66 -17 84 -43zM368 300v14v1c-3 42 -40 53 -84 53c-46 0 -84 -20 -84 -64v-1v-266c18 26 49 43 84 43s66 -10 84 -36v256z" />
|
| 797 |
+
<glyph glyph-name="ion-ios-book" unicode="" horiz-adv-x="384"
|
| 798 |
+
d="M100 384c35 0 67 -10 84 -31v-353h-2c-8 36 -42 64 -82 64c-34 0 -65 -16 -78 -42h-5h-11h-6v9v264v9v1c0 53 45 79 100 79zM284 384c55 0 100 -26 100 -79v-1v-4v-261v-17h-6h-11h-5c-17 30 -44 42 -78 42c-40 0 -74 -28 -82 -64h-2v353c17 21 50 31 84 31z" />
|
| 799 |
+
<glyph glyph-name="ion-ios-bookmarks-outline" unicode="" horiz-adv-x="418"
|
| 800 |
+
d="M385 384c19 0 33 -13 33 -32v-286c0 -19 -14 -34 -33 -34h-143s-25 -4 -25 -19v-13h-8h-8v13c0 15 -11 19 -25 19h-143c-19 0 -33 15 -33 34v286c0 19 14 32 33 32h150c10 0 20 -5 26 -12v0v0c6 7 16 12 26 12h150zM201 37v309c0 9 -12 22 -25 22h-143
|
| 801 |
+
c-9 0 -16 -7 -16 -16v-286c0 -9 7 -18 16 -18h144c10 0 19 -3 24 -11zM273 368v-100l23 14l9 6l9 -6l23 -14v100h-64zM401 66v286c0 9 -7 16 -16 16h-32v-131l-48 32l-48 -32v131h-15c-13 0 -25 -13 -25 -22v-309c5 9 14 11 24 11h144c9 0 16 9 16 18z" />
|
| 802 |
+
<glyph glyph-name="ion-ios-bookmarks" unicode="" horiz-adv-x="418"
|
| 803 |
+
d="M296 283l-23 -15v116h64v-116l-23 15l-9 6zM385 384c19 0 33 -13 33 -32v-286c0 -19 -14 -34 -33 -34h-143s-25 -4 -25 -19v-13h-8h-8v13c0 15 -11 19 -25 19h-143c-19 0 -33 15 -33 34v286c0 19 14 32 33 32h150s18 -8 18 -15v-329l8 -6l8 6v329s10 15 18 15h22v-146
|
| 804 |
+
l48 32l48 -32v146h32z" />
|
| 805 |
+
<glyph glyph-name="ion-ios-box-outline" unicode="" horiz-adv-x="320"
|
| 806 |
+
d="M192 208h-1h-63c-9 0 -16 -7 -16 -16s7 -16 16 -16h64c9 0 16 7 16 16s-7 16 -16 16zM192 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32h-64c-18 0 -32 14 -32 32s14 32 32 32h64zM320 336v-80h-16v-208h-288v208h-16v80h320zM288 64v192h-256v-192h256zM304 272v48h-288
|
| 807 |
+
v-48h288z" />
|
| 808 |
+
<glyph glyph-name="ion-ios-box" unicode="" horiz-adv-x="320"
|
| 809 |
+
d="M16 48v192h288v-192h-288zM128 208c-9 0 -16 -7 -16 -16s7 -16 16 -16h64c9 0 16 7 16 16s-7 16 -16 16h-64zM0 336h320v-80h-16h-288h-16v80z" />
|
| 810 |
+
<glyph glyph-name="ion-ios-briefcase-outline" unicode="" horiz-adv-x="416"
|
| 811 |
+
d="M368 320h48v-320h-416v320h48v16h32v-16h48v30v2c0 18 10 32 29 32h99c19 0 32 -14 32 -32v-2v-30h48v16h32v-16zM144 320v0h128v0v30c0 10 -7 18 -17 18h-97c-11 0 -14 -8 -14 -18v-30zM400 16v224h-384v-224h384zM400 256v48h-32v-16h-32v16h-256v-16h-32v16h-32v-48
|
| 812 |
+
h384z" />
|
| 813 |
+
<glyph glyph-name="ion-ios-briefcase" unicode="" horiz-adv-x="416"
|
| 814 |
+
d="M48 320v16h32v-16h-32zM0 0v240h416v-240h-416zM336 320v16h32v-16h-32zM368 320h48v-64h-416v64h48v-32h32v32h48v30v2c0 18 10 32 29 32h99c19 0 32 -14 32 -32v-2v-30h48v-32h32v32zM272 320v30c0 10 -7 18 -17 18h-97c-11 0 -14 -8 -14 -18v-30v0h128v0z" />
|
| 815 |
+
<glyph glyph-name="ion-ios-browsers-outline" unicode="" horiz-adv-x="384"
|
| 816 |
+
d="M0 304h304v-304h-304v304zM288 16v272h-272v-272h272zM384 384v-304h-64v16h48v272h-272v-48h-16v64h304z" />
|
| 817 |
+
<glyph glyph-name="ion-ios-browsers" unicode="" horiz-adv-x="384"
|
| 818 |
+
d="M0 304h304v-304h-304v304zM80 384h304v-304h-64v240h-240v64z" />
|
| 819 |
+
<glyph glyph-name="ion-ios-calculator-outline" unicode="" horiz-adv-x="288"
|
| 820 |
+
d="M32 288v64h224v-64h-224zM48 336v-32h192v32h-192zM256 384c18 0 32 -14 32 -32v-320c0 -18 -14 -32 -32 -32h-224c-18 0 -32 14 -32 32v320c0 18 14 32 32 32h224zM272 32v320c0 9 -7 16 -16 16h-224c-9 0 -16 -7 -16 -16v-320c0 -9 7 -16 16 -16h224c9 0 16 7 16 16z
|
| 821 |
+
M48 208h32h16v-16h-64v64h16v-16v-32zM48 128h32h16v-16h-64v64h16v-16v-32zM48 48h32h16v-16h-64v64h16v-16v-32zM128 208h32h16v-16h-64v64h16v-16v-32zM208 208h32h16v-16h-64v64h16v-16v-32zM128 128h32h16v-16h-64v64h16v-16v-32zM128 48h32h16v-16h-64v64h16v-16v-32z
|
| 822 |
+
M208 48h32h16v-16h-64v144h16v-96v-32z" />
|
| 823 |
+
<glyph glyph-name="ion-ios-calculator" unicode="" horiz-adv-x="288"
|
| 824 |
+
d="M256 384c18 0 32 -14 32 -32v-320c0 -18 -14 -32 -32 -32h-224c-18 0 -32 14 -32 32v320c0 18 14 32 32 32h224zM248 168h-48v-128h48v128zM248 248h-48v-48h48v48zM168 88h-48v-48h48v48zM168 168h-48v-48h48v48zM168 248h-48v-48h48v48zM88 88h-48v-48h48v48zM88 168
|
| 825 |
+
h-48v-48h48v48zM88 248h-48v-48h48v48zM40 296h208v48h-208v-48z" />
|
| 826 |
+
<glyph glyph-name="ion-ios-calendar-outline" unicode="" horiz-adv-x="384"
|
| 827 |
+
d="M16 336v-64h352v64zM288 352h96v-352h-384v352h96v32h16v-32h160v32h16v-32zM368 16v240h-352v-240h352zM368 272v64h-80v-32h-16v32h-160v-32h-16v32h-80v-64h352z" />
|
| 828 |
+
<glyph glyph-name="ion-ios-calendar" unicode="" horiz-adv-x="384"
|
| 829 |
+
d="M0 0v256h384v-256h-384zM384 352v-80h-384v80h96v-48h16v48h160v-48h16v48h96zM96 352v32h16v-32h-16zM272 352v32h16v-32h-16z" />
|
| 830 |
+
<glyph glyph-name="ion-ios-camera-outline" unicode="" horiz-adv-x="384"
|
| 831 |
+
d="M354 288c18 0 30 -13 30 -31v-176c0 -18 -12 -33 -30 -33h-320c-18 0 -34 15 -34 33v176c0 18 16 31 34 31h13v16h34v-16h13c32 36 43 48 55 48h88c12 0 23 -12 55 -48h62zM368 81v176c0 9 -5 15 -14 15h-62h-7l-5 3c-3 4 -7 8 -10 11c-12 13 -20 24 -26 30
|
| 832 |
+
c-5 5 -7 4 -7 4h-88s-2 0 -7 -4c-6 -5 -14 -14 -25 -27c-3 -4 -7 -10 -11 -14l-5 -3h-7h-60c-9 0 -18 -7 -18 -15v-176c0 -9 9 -17 18 -17h320c8 0 14 8 14 17zM192 258c47 0 86 -38 86 -85s-39 -85 -86 -85s-86 38 -86 85s39 85 86 85zM192 104c38 0 70 31 70 69
|
| 833 |
+
s-32 69 -70 69s-70 -31 -70 -69s32 -69 70 -69zM288 239v17h17v-17h-17zM160 173c0 21 11 32 32 32s32 -11 32 -32s-11 -32 -32 -32s-32 11 -32 32z" />
|
| 834 |
+
<glyph glyph-name="ion-ios-camera" unicode="" horiz-adv-x="384"
|
| 835 |
+
d="M354 288c18 0 30 -13 30 -31v-176c0 -18 -12 -33 -30 -33h-320c-18 0 -34 15 -34 33v176c0 18 16 31 34 31h13v16h34v-16h13c32 36 43 48 55 48h88c12 0 23 -12 55 -48h62zM192 88c47 0 86 38 86 85s-39 85 -86 85s-86 -38 -86 -85s39 -85 86 -85zM305 239v17h-17v-17h17
|
| 836 |
+
zM192 242c38 0 70 -31 70 -69s-32 -69 -70 -69s-70 31 -70 69s32 69 70 69zM192 141c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 837 |
+
<glyph glyph-name="ion-ios-cart-outline" unicode="" horiz-adv-x="384"
|
| 838 |
+
d="M96 48c13 0 24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24s11 24 24 24zM96 16c4 0 8 4 8 8s-4 8 -8 8s-8 -4 -8 -8s4 -8 8 -8zM320 48c13 0 24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24s11 24 24 24zM320 16c4 0 8 4 8 8s-4 8 -8 8s-8 -4 -8 -8s4 -8 8 -8zM384 320
|
| 839 |
+
l-16 -128l-271 -48l5 -30c7 -34 21 -34 26 -34h240v-16h-240c-11 0 -21 5 -28 14c-6 8 -11 19 -13 33l-43 234v0c-2 8 -3 12 -7 16c-6 5 -18 7 -37 7v16c23 0 38 -4 47 -11c7 -6 10 -14 12 -21zM355 206l11 99l-304 31l32 -176z" />
|
| 840 |
+
<glyph glyph-name="ion-ios-cart" unicode="" horiz-adv-x="384"
|
| 841 |
+
d="M96 48c13 0 24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24s11 24 24 24zM320 48c13 0 24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24s11 24 24 24zM384 320l-16 -128l-271 -48l5 -30c7 -34 21 -34 26 -34h240v-16h-240c-11 0 -21 5 -28 14c-6 8 -11 19 -13 33l-43 234v0
|
| 842 |
+
c-2 8 -3 12 -7 16c-6 5 -18 7 -37 7v16c23 0 38 -4 47 -11c7 -6 10 -14 12 -21z" />
|
| 843 |
+
<glyph glyph-name="ion-ios-chatboxes-outline" unicode="" horiz-adv-x="416"
|
| 844 |
+
d="M16 384v-192h96v-16h-112v224h288v-112h-16v96h-256zM128 272h288v-224h-48v-64h-13l-64 64h-163v224zM400 64v192h-256v-192h153l55 -55v55h48z" />
|
| 845 |
+
<glyph glyph-name="ion-ios-chatboxes" unicode="" horiz-adv-x="416"
|
| 846 |
+
d="M288 400v-112h-176v-112h-112v224h288zM128 272h288v-224h-48v-64h-13l-64 64h-163v224z" />
|
| 847 |
+
<glyph glyph-name="ion-ios-chatbubble-outline" unicode="" horiz-adv-x="384"
|
| 848 |
+
d="M192 336c-97 0 -176 -62 -176 -138c0 -26 10 -51 27 -73c0 -1 0 -2 1 -3s2 -1 2 -2c4 -6 6 -13 6 -20c0 -3 1 -3 -13 -47l39 17v0c2 1 10 4 11 4h1v0c5 2 10 3 16 3c5 0 9 -1 14 -2l1 -1h2c19 -6 41 -10 70 -10c48 0 92 15 125 40c32 25 50 58 50 94
|
| 849 |
+
c0 76 -79 138 -176 138zM192 352v0c106 0 192 -69 192 -154s-85 -150 -191 -150c-27 0 -52 3 -75 11h-2v0c-3 1 -6 2 -10 2s-9 -1 -12 -2h1h-1c-1 0 -9 -4 -10 -4l-50 -22l-2 -1h-3h-3c-6 1 -8 6 -7 10v0s17 57 17 58c0 4 -1 8 -3 11v0v0v0l1 -1l-4 4c-19 24 -30 53 -30 84
|
| 850 |
+
c0 85 86 154 192 154z" />
|
| 851 |
+
<glyph glyph-name="ion-ios-chatbubble" unicode="" horiz-adv-x="384"
|
| 852 |
+
d="M192 352v0c106 0 192 -69 192 -154s-85 -150 -191 -150c-27 0 -52 3 -75 11h-2v0c-3 1 -6 2 -10 2s-9 -1 -12 -2h1h-1c-1 0 -9 -4 -10 -4l-50 -22l-2 -1h-3h-3c-6 1 -8 6 -7 10v0s17 57 17 58c0 4 -1 8 -3 11v0v0v0l1 -1l-4 4c-19 24 -30 53 -30 84c0 85 86 154 192 154z
|
| 853 |
+
" />
|
| 854 |
+
<glyph glyph-name="ion-ios-checkmark-empty" unicode="" horiz-adv-x="207"
|
| 855 |
+
d="M74 118c-2 -2 -6 -4 -9 -4s-7 2 -9 4l-56 56l18 18l47 -47l125 126l17 -18z" />
|
| 856 |
+
<glyph glyph-name="ion-ios-checkmark-outline" unicode="" horiz-adv-x="416"
|
| 857 |
+
d="M292 271l18 -18l-134 -135c-2 -2 -6 -4 -9 -4s-7 2 -9 4l-56 56l18 18l47 -47zM208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191z" />
|
| 858 |
+
<glyph glyph-name="ion-ios-checkmark" unicode="" horiz-adv-x="416"
|
| 859 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM176 118l134 135l-18 18l-125 -126l-47 47l-18 -18l56 -56c2 -2 6 -4 9 -4s7 2 9 4z" />
|
| 860 |
+
<glyph glyph-name="ion-ios-circle-filled" unicode="" horiz-adv-x="416"
|
| 861 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191zM208 352c88 0 160 -72 160 -160s-72 -160 -160 -160s-160 72 -160 160s72 160 160 160z" />
|
| 862 |
+
<glyph glyph-name="ion-ios-circle-outline" unicode="" horiz-adv-x="416"
|
| 863 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191z" />
|
| 864 |
+
<glyph glyph-name="ion-ios-clock-outline" unicode="" horiz-adv-x="416"
|
| 865 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191zM208 192v128h17v-145h-113v17h96z" />
|
| 866 |
+
<glyph glyph-name="ion-ios-clock" unicode="" horiz-adv-x="416"
|
| 867 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM225 175v145h-17v-128h-96v-17h113z" />
|
| 868 |
+
<glyph glyph-name="ion-ios-close-empty" unicode="" horiz-adv-x="192"
|
| 869 |
+
d="M180 288l12 -12l-84 -84l84 -84l-12 -12l-84 84l-84 -84l-12 12l84 84l-84 84l12 12l84 -84z" />
|
| 870 |
+
<glyph glyph-name="ion-ios-close-outline" unicode="" horiz-adv-x="416"
|
| 871 |
+
d="M355 339c81 -81 81 -213 0 -294s-213 -81 -294 0s-81 213 0 294s213 81 294 0zM343 57c74 74 74 196 0 270s-196 74 -270 0s-74 -196 0 -270s196 -74 270 0zM292 288l12 -12l-84 -84l84 -84l-12 -12l-84 84l-84 -84l-12 12l84 84l-84 84l12 12l84 -84z" />
|
| 872 |
+
<glyph glyph-name="ion-ios-close" unicode="" horiz-adv-x="416"
|
| 873 |
+
d="M355 339c81 -81 81 -213 0 -294s-213 -81 -294 0s-81 213 0 294s213 81 294 0zM304 108l-84 84l84 84l-12 12l-84 -84l-84 84l-12 -12l84 -84l-84 -84l12 -12l84 84l84 -84z" />
|
| 874 |
+
<glyph glyph-name="ion-ios-cloud-download-outline" unicode=""
|
| 875 |
+
d="M161 67l55 -54v242h16v-242l55 54l12 -12l-75 -73l-74 73zM367 284c45 0 81 -37 81 -82s-37 -82 -82 -82v0h-101v16h97h4c37 0 66 30 66 66s-29 67 -66 67h-15v20c0 55 -46 97 -101 97c-38 0 -73 -22 -90 -56l-6 -14l-14 7c-6 3 -13 5 -20 5c-22 0 -40 -18 -44 -39l-1 -9
|
| 876 |
+
l-9 -3c-30 -10 -50 -36 -50 -67c0 -40 33 -74 74 -74h91v-16h-91c-50 0 -90 40 -90 89c0 39 26 71 61 83c5 28 29 51 59 51c10 0 18 -2 26 -6c19 39 59 65 105 65c64 0 117 -51 117 -115c0 -1 -1 -2 -1 -3z" />
|
| 877 |
+
<glyph glyph-name="ion-ios-cloud-download" unicode=""
|
| 878 |
+
d="M216 13v107h16v-107l55 54l12 -12l-75 -73l-74 73l11 12zM367 284c45 0 81 -37 81 -82s-37 -82 -82 -82h-134v135h-16v-135h-35h-21h-70c-50 0 -90 40 -90 89c0 39 26 71 61 83c5 28 29 51 59 51c10 0 18 -2 26 -6c19 39 59 65 105 65c64 0 117 -51 117 -115
|
| 879 |
+
c0 -1 -1 -2 -1 -3z" />
|
| 880 |
+
<glyph glyph-name="ion-ios-cloud-outline" unicode=""
|
| 881 |
+
d="M367 215c45 0 81 -37 81 -83c0 -45 -37 -84 -82 -84h-276c-50 0 -90 42 -90 92c0 40 26 71 61 83c5 28 29 52 59 52c10 0 18 -2 26 -6c19 39 59 67 105 67c64 0 117 -53 117 -117c0 -1 -1 -3 -1 -4zM366 64c37 0 66 32 66 69s-29 67 -66 67h-15v21c0 56 -46 99 -101 99
|
| 882 |
+
c-38 0 -73 -23 -90 -58l-6 -14l-14 7c-6 3 -13 5 -20 5c-22 0 -40 -17 -44 -39l-1 -9l-9 -3c-30 -10 -50 -37 -50 -69c0 -41 33 -76 74 -76h272h4z" />
|
| 883 |
+
<glyph glyph-name="ion-ios-cloud-upload-outline" unicode=""
|
| 884 |
+
d="M161 188l-11 11l74 75l75 -75l-12 -11l-55 54v-242h-16v242zM367 264c45 0 81 -39 81 -85s-37 -83 -82 -83v0h-101v16h97h4c37 0 66 30 66 67s-29 70 -66 70l-15 1v20c0 56 -46 99 -101 99c-38 0 -73 -23 -90 -58l-6 -13l-14 6c-6 3 -13 5 -20 5c-22 0 -40 -17 -44 -39
|
| 885 |
+
l-1 -9l-9 -3c-30 -10 -50 -39 -50 -71c0 -41 33 -75 74 -75h91v-16h-91c-50 0 -90 40 -90 90c0 40 26 74 61 86c5 28 29 52 59 52c10 0 18 -2 26 -6c19 39 59 66 105 66c64 0 117 -52 117 -116c0 -1 -1 -3 -1 -4z" />
|
| 886 |
+
<glyph glyph-name="ion-ios-cloud-upload" unicode=""
|
| 887 |
+
d="M216 0v96h16v-96h-16zM367 264c45 0 81 -39 81 -85s-37 -83 -82 -83h-134v146l55 -54l12 11l-75 75l-74 -75l11 -11l55 54v-146h-35h-31h-60c-50 0 -90 40 -90 90c0 40 26 74 61 86c5 28 29 52 59 52c10 0 18 -2 26 -6c19 39 59 66 105 66c64 0 117 -52 117 -116
|
| 888 |
+
c0 -1 -1 -3 -1 -4z" />
|
| 889 |
+
<glyph glyph-name="ion-ios-cloud" unicode=""
|
| 890 |
+
d="M367 215c45 0 81 -37 81 -83c0 -45 -37 -84 -82 -84h-276c-50 0 -90 42 -90 92c0 40 26 71 61 83c5 28 29 52 59 52c10 0 18 -2 26 -6c19 39 59 67 105 67c64 0 117 -53 117 -117c0 -1 -1 -3 -1 -4z" />
|
| 891 |
+
<glyph glyph-name="ion-ios-cloudy-night-outline" unicode="" horiz-adv-x="384"
|
| 892 |
+
d="M125 224c-34 0 -63 -28 -63 -62v-12s1 -10 1 -10c-5 0 -12 -1 -14 -1c-19 -3 -33 -18 -33 -37c0 -10 3 -19 10 -26s16 -11 26 -11h157c27 0 49 22 49 49s-22 50 -49 50c-2 0 -4 -1 -6 -1l-14 -2l-3 14c-3 14 -11 26 -22 35s-25 14 -39 14zM125 240v0c37 0 68 -26 76 -61
|
| 893 |
+
h8c36 0 65 -29 65 -65s-29 -66 -65 -66h-157c-28 0 -52 24 -52 53c0 27 21 51 47 53v8c0 43 35 78 78 78zM361 142c8 0 15 2 23 4c-4 -7 -9 -14 -14 -20c-21 -24 -50 -41 -84 -45c4 6 6 12 8 19c19 4 36 13 50 25c-18 1 -35 6 -50 13c-23 11 -42 29 -56 51
|
| 894 |
+
c-14 21 -22 48 -22 75c0 15 2 30 7 44c-24 -12 -43 -33 -53 -59c-5 2 -12 4 -18 5c14 36 45 65 82 77c8 2 16 4 24 5c-5 -6 -9 -13 -12 -20c-8 -16 -12 -34 -12 -52c0 -32 12 -63 35 -86s54 -36 86 -36h6z" />
|
| 895 |
+
<glyph glyph-name="ion-ios-cloudy-night" unicode="" horiz-adv-x="384"
|
| 896 |
+
d="M361 142c8 0 15 2 23 4c-4 -7 -9 -15 -14 -21c-21 -24 -50 -40 -84 -44h-3c4 10 7 21 7 32c0 22 -9 43 -24 58c-14 15 -33 23 -53 24c-6 16 -16 29 -29 40c-10 8 -20 13 -32 17v2c14 36 45 65 82 77c8 2 16 4 24 5c-5 -6 -9 -13 -12 -20c-8 -16 -12 -34 -12 -52
|
| 897 |
+
c0 -32 12 -63 35 -86s54 -36 86 -36h6zM125 239v0c37 0 68 -26 76 -61h8c36 0 65 -29 65 -65s-29 -66 -65 -66h-157c-28 0 -52 24 -52 53c0 27 21 51 47 53v7c0 43 35 79 78 79z" />
|
| 898 |
+
<glyph glyph-name="ion-ios-cloudy-outline" unicode="" horiz-adv-x="274"
|
| 899 |
+
d="M125 272c-34 0 -63 -28 -63 -62v-12s1 -10 1 -10c-6 0 -12 -1 -14 -1c-19 -3 -33 -18 -33 -37c0 -10 3 -19 10 -26s16 -11 26 -11h157c27 0 49 22 49 49s-22 50 -49 50c-2 0 -4 -1 -6 -1l-14 -2l-3 14c-3 14 -11 26 -22 35s-25 14 -39 14zM125 288v0c37 0 68 -26 76 -61
|
| 900 |
+
h8c36 0 65 -29 65 -65s-29 -66 -65 -66h-157c-28 0 -52 24 -52 53c0 27 21 51 47 53v8c0 43 35 78 78 78z" />
|
| 901 |
+
<glyph glyph-name="ion-ios-cloudy" unicode="" horiz-adv-x="274"
|
| 902 |
+
d="M125 288v0c37 0 68 -26 76 -61h8c36 0 65 -29 65 -65s-29 -66 -65 -66h-157c-28 0 -52 24 -52 53c0 27 21 51 47 53v8c0 43 35 78 78 78z" />
|
| 903 |
+
<glyph glyph-name="ion-ios-cog-outline" unicode="" horiz-adv-x="384"
|
| 904 |
+
d="M384 175l-33 -8l-3 -14l27 -20l-12 -30l-34 5l-8 -11l17 -29l-23 -23l-29 17l-10 -7l5 -34l-29 -12l-21 27l-14 -3l-8 -33h-32l-9 33l-13 3l-21 -28l-29 12l4 34l-11 8l-30 -19l-23 23l18 31l-7 11l-35 -5l-12 29l28 22l-2 12l-35 9v32l35 9l2 12l-29 22l12 30l36 -5
|
| 905 |
+
l7 10l-19 32l22 22l32 -19l11 8l-4 35l29 13l22 -29l12 2l9 35h32l9 -35l12 -2l22 28l29 -12l-5 -35l11 -8l30 18l22 -23l-17 -30l7 -10l35 5l12 -30l-28 -21l3 -13l33 -9v-32zM356 127l-26 20l6 33l32 8v7l-32 8l-6 33l26 19l-3 7l-32 -5l-19 27l17 28l-5 6l-28 -17l-28 18
|
| 906 |
+
l5 34l-6 2l-20 -26l-32 6l-8 33h-7l-9 -33l-32 -6l-20 27l-7 -3l5 -34l-28 -18l-9 6l-21 12l-5 -5l18 -30l-18 -27l-33 5l-3 -7l27 -20l-6 -32l-33 -8v-7l33 -9l6 -32l-27 -20l3 -6l33 4l18 -27l-17 -29l5 -6l29 18l28 -18l-5 -33l7 -3l19 27l33 -7l8 -31h8l7 31l33 7
|
| 907 |
+
l20 -26l7 3l-5 32l26 18l28 -16l5 5l-16 27l19 28l32 -4zM192 320c71 0 128 -57 128 -128s-57 -128 -128 -128s-128 57 -128 128s57 128 128 128zM80 192c0 -7 1 -15 2 -22l104 28l28 104c-7 1 -15 2 -22 2c-30 0 -58 -12 -79 -33s-33 -49 -33 -79zM192 80c27 0 53 10 73 27
|
| 908 |
+
l-75 75l-104 -28c6 -15 15 -29 27 -41c21 -21 49 -33 79 -33zM276 118c18 20 28 47 28 74c0 30 -12 58 -33 79c-12 12 -26 22 -42 27l-28 -105z" />
|
| 909 |
+
<glyph glyph-name="ion-ios-cog" unicode="" horiz-adv-x="384"
|
| 910 |
+
d="M229 298c16 -5 30 -15 42 -27c21 -21 33 -49 33 -79c0 -27 -10 -54 -28 -74l-75 75zM214 302l-28 -104l-104 -28c-1 7 -2 15 -2 22c0 30 12 58 33 79s49 33 79 33c7 0 15 -1 22 -2zM86 154l104 28l75 -75c-20 -17 -46 -27 -73 -27c-30 0 -58 12 -79 33
|
| 911 |
+
c-12 12 -21 26 -27 41zM384 175l-33 -8l-3 -14l27 -20l-12 -30l-34 5l-8 -11l17 -29l-23 -23l-29 17l-10 -7l5 -34l-29 -12l-21 27l-14 -3l-8 -33h-32l-9 33l-13 3l-21 -28l-29 12l4 34l-11 8l-30 -19l-23 23l18 31l-7 11l-35 -5l-12 29l28 22l-2 12l-35 9v32l35 9l2 12
|
| 912 |
+
l-29 22l12 30l36 -5l7 10l-19 32l22 22l32 -19l11 8l-4 35l29 13l22 -29l12 2l9 35h32l9 -35l12 -2l22 28l29 -12l-5 -35l11 -8l30 18l22 -23l-17 -30l7 -10l35 5l12 -30l-28 -21l3 -13l33 -9v-32zM192 64c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128
|
| 913 |
+
s57 -128 128 -128z" />
|
| 914 |
+
<glyph glyph-name="ion-ios-color-filter-outline" unicode="" horiz-adv-x="384"
|
| 915 |
+
d="M302 236c47 -13 82 -57 82 -108c0 -62 -50 -112 -112 -112c-31 0 -60 13 -80 34c-20 -21 -49 -34 -80 -34c-62 0 -112 50 -112 112c0 51 35 95 82 108c-1 7 -2 13 -2 20c0 62 50 112 112 112s112 -50 112 -112c0 -7 -1 -13 -2 -20zM96 256c0 -6 0 -12 1 -17
|
| 916 |
+
c5 1 10 1 15 1c31 0 60 -13 80 -34c20 21 49 34 80 34c5 0 10 0 15 -1c1 5 1 11 1 17c0 53 -43 96 -96 96s-96 -43 -96 -96zM208 128c0 6 0 12 -1 17c-5 -1 -10 -1 -15 -1s-10 0 -15 1c-1 -5 -1 -11 -1 -17c0 -20 6 -38 16 -53c10 15 16 33 16 53zM192 160c3 0 7 1 10 1
|
| 917 |
+
c-3 7 -6 14 -10 20c-4 -6 -7 -13 -10 -20c3 0 7 -1 10 -1zM166 164c4 11 9 21 16 30c-18 18 -43 30 -70 30c-3 0 -7 -1 -10 -1c10 -29 34 -51 64 -59zM202 194c7 -9 12 -19 16 -30c30 8 54 30 64 59c-3 0 -7 1 -10 1c-27 0 -52 -12 -70 -30zM112 32c27 0 52 12 70 30
|
| 918 |
+
c-14 19 -22 41 -22 66c0 7 1 13 2 20c-36 10 -64 37 -76 72c-40 -11 -70 -48 -70 -92c0 -53 43 -96 96 -96zM272 32c53 0 96 43 96 96c0 44 -30 81 -70 92c-12 -35 -40 -62 -76 -72c1 -7 2 -13 2 -20c0 -25 -8 -47 -22 -66c18 -18 43 -30 70 -30z" />
|
| 919 |
+
<glyph glyph-name="ion-ios-color-filter" unicode="" horiz-adv-x="384"
|
| 920 |
+
d="M302 236c47 -13 82 -57 82 -108c0 -62 -50 -112 -112 -112c-31 0 -60 13 -80 34c-20 -21 -49 -34 -80 -34c-62 0 -112 50 -112 112c0 51 35 95 82 108c-1 7 -2 13 -2 20c0 62 50 112 112 112s112 -50 112 -112c0 -7 -1 -13 -2 -20zM192 53l1 -2c3 3 6 7 9 11
|
| 921 |
+
c14 19 22 41 22 66c0 7 -1 13 -2 20c36 10 64 37 76 72c2 5 3 10 4 15c-1 0 -2 1 -3 1v1c-4 1 -8 1 -12 2c-5 1 -10 1 -15 1c-31 0 -60 -13 -80 -34c-20 21 -49 34 -80 34c-5 0 -10 0 -15 -1c-4 -1 -8 -1 -12 -2v-1c-1 0 -2 -1 -3 -1c1 -5 2 -10 4 -15c12 -35 40 -62 76 -72
|
| 922 |
+
c-1 -7 -2 -13 -2 -20c0 -25 8 -47 22 -66c3 -4 6 -8 9 -11zM207 145c1 -5 1 -11 1 -17c0 -20 -6 -38 -16 -53c-10 15 -16 33 -16 53c0 6 0 12 1 17c5 -1 10 -1 15 -1s10 0 15 1zM282 223c-10 -29 -34 -51 -64 -59c-4 11 -9 21 -16 30c18 18 43 30 70 30c3 0 7 -1 10 -1z
|
| 923 |
+
M202 161c-3 0 -7 -1 -10 -1s-7 1 -10 1c3 7 6 14 10 20c4 -6 7 -13 10 -20zM112 224c27 0 52 -12 70 -30c-7 -9 -12 -19 -16 -30c-30 8 -54 30 -64 59c3 0 7 1 10 1z" />
|
| 924 |
+
<glyph glyph-name="ion-ios-color-wand-outline" unicode="" horiz-adv-x="384"
|
| 925 |
+
d="M128 298l256 -256l-34 -34l-256 256zM149 232l201 -201l11 11l-201 202zM120 344v40h16v-40h-16zM120 140v40h16v-40h-16zM216 256v16h40v-16h-40zM0 256v16h40v-16h-40zM47 354l29 -29l-12 -11l-28 28zM76 198l-29 -28l-11 11l28 28zM220 342l-28 -28l-12 11l29 29z" />
|
| 926 |
+
<glyph glyph-name="ion-ios-color-wand" unicode="" horiz-adv-x="396"
|
| 927 |
+
d="M140 289l256 -257l-34 -34l-256 257zM124 322v64h32v-64h-32zM124 118v64h32v-64h-32zM216 238v32h64v-32h-64zM246 336l-45 -45l-23 22l45 46zM34 336l23 23l45 -46l-23 -22zM34 169l45 45l23 -22l-45 -46zM0 238v32h64v-32h-64z" />
|
| 928 |
+
<glyph glyph-name="ion-ios-compose-outline" unicode="" horiz-adv-x="384"
|
| 929 |
+
d="M304 32v208l16 16v-240h-320v304h256l-16 -16h-224v-272h288zM174 164l171 171l11 -11l-180 -180h-32v32l180 180l11 -11l-171 -171zM380 368c2 -3 4 -6 4 -10s-2 -7 -4 -10l-12 -12l-21 21l-11 11v0l12 12c3 2 6 4 10 4s7 -2 10 -4z" />
|
| 930 |
+
<glyph glyph-name="ion-ios-compose" unicode="" horiz-adv-x="384"
|
| 931 |
+
d="M192 128l128 128v-240h-320v304h256l-128 -128v-64h64zM324 356l32 -32l-180 -180h-32v32zM380 368c2 -3 4 -6 4 -10s-2 -7 -4 -10l-12 -12l-21 21l-11 11v0l12 12c3 2 6 4 10 4s7 -2 10 -4z" />
|
| 932 |
+
<glyph glyph-name="ion-ios-contact-outline" unicode="" horiz-adv-x="416"
|
| 933 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 383c-105 0 -191 -86 -191 -191c0 -47 17 -89 45 -122c18 8 62 24 90 32c2 1 3 0 3 10c0 11 -1 18 -4 24c-4 8 -7 20 -9 31c-4 5 -10 15 -14 33c-3 16 -1 22 1 28v2
|
| 934 |
+
c1 4 0 23 -3 38c-2 10 1 34 15 52c9 12 27 26 58 28h18c32 -2 49 -16 58 -28c14 -18 17 -42 15 -52c-3 -15 -4 -34 -3 -38c0 0 1 -1 1 -2c2 -6 3 -12 0 -28c-4 -18 -10 -27 -14 -32c-2 -11 -5 -24 -9 -32c-3 -7 -6 -15 -6 -23c0 -10 0 -10 2 -11c27 -8 73 -24 93 -32
|
| 935 |
+
c28 33 45 76 45 122c0 105 -86 191 -191 191z" />
|
| 936 |
+
<glyph glyph-name="ion-ios-contact" unicode="" horiz-adv-x="416"
|
| 937 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c59 0 111 27 146 69c-20 8 -66 24 -93 32c-2 1 -3 1 -3 11c0 8 4 16 7 23c4 8 7 21 9 32c4 5 10 14 14 32c3 16 2 22 0 28c0 0 -1 1 -1 2c-1 4 0 23 3 38c2 10 -1 34 -15 52
|
| 938 |
+
c-9 12 -26 26 -58 28h-18c-31 -2 -49 -16 -58 -28c-14 -18 -17 -42 -15 -52c3 -15 4 -34 3 -38v-2c-2 -6 -4 -12 -1 -28c4 -18 10 -28 14 -33c2 -11 5 -23 9 -31c3 -6 4 -13 4 -24c0 -10 -1 -9 -3 -10c-28 -8 -72 -24 -90 -32c35 -42 87 -69 146 -69z" />
|
| 939 |
+
<glyph glyph-name="ion-ios-copy-outline" unicode="" horiz-adv-x="288"
|
| 940 |
+
d="M192 352v-64h64v-16h-80v80h16zM213 384l75 -75v-261h-48v-48h-240v336h48v48h165zM224 16v32h-176v272h-32v-304h208zM272 64v238l-65 66h-143v-304h208z" />
|
| 941 |
+
<glyph glyph-name="ion-ios-copy" unicode="" horiz-adv-x="288"
|
| 942 |
+
d="M32 32h16h192v-32h-240v336h32v-288v-16zM213 384l75 -75v-261h-48h-192v288v48h165zM256 272v16h-64v64h-16v-80h80z" />
|
| 943 |
+
<glyph glyph-name="ion-ios-crop-strong" unicode="" horiz-adv-x="384"
|
| 944 |
+
d="M64 336v48h32v-48h-32zM96 96h176v-32h-208v208h32v-176zM336 64v32h48v-32h-48zM0 320h320v-320h-32v288h-288v32z" />
|
| 945 |
+
<glyph glyph-name="ion-ios-crop" unicode="" horiz-adv-x="384"
|
| 946 |
+
d="M64 336v48h16v-48h-16zM80 80h208v-16h-224v224h16v-208zM336 64v16h48v-16h-48zM0 320h320v-320h-16v304h-304v16z" />
|
| 947 |
+
<glyph glyph-name="ion-ios-download-outline" unicode="" horiz-adv-x="320"
|
| 948 |
+
d="M192 304h128v-304h-320v304h128v-16h-112v-272h288v272h-112v16zM97 196l55 -55v243h16v-243l55 55l11 -12l-74 -74l-74 74z" />
|
| 949 |
+
<glyph glyph-name="ion-ios-download" unicode="" horiz-adv-x="320"
|
| 950 |
+
d="M168 304h152v-304h-320v304h152v-163l-55 55l-11 -12l74 -74l74 74l-11 12l-55 -55v163zM152 304v80h16v-80h-16z" />
|
| 951 |
+
<glyph glyph-name="ion-ios-drag" unicode="" horiz-adv-x="352"
|
| 952 |
+
d="M0 128v16h352v-16h-352zM0 184v16h352v-16h-352zM0 240v16h352v-16h-352z" />
|
| 953 |
+
<glyph glyph-name="ion-ios-email-outline" unicode="" horiz-adv-x="384"
|
| 954 |
+
d="M0 320h384v-256h-384v256zM192 180l163 124h-326zM16 80h352v214l-115 -88l68 -77l-2 -2l-79 70l-48 -37l-48 37l-79 -70l-2 2l68 77l-115 88v-214z" />
|
| 955 |
+
<glyph glyph-name="ion-ios-email" unicode="" horiz-adv-x="384"
|
| 956 |
+
d="M384 64h-384v242l131 -100l-68 -77l2 -2l79 70l48 -37l48 37l79 -70l2 2l-68 77l131 100v-242zM376 320l-184 -140l-184 140h368z" />
|
| 957 |
+
<glyph glyph-name="ion-ios-eye-outline" unicode="" horiz-adv-x="384"
|
| 958 |
+
d="M383 192l1 -1l-6 -6c-21 -21 -47 -48 -78 -69c-36 -24 -72 -36 -108 -36c-83 0 -130 49 -185 105l-7 7l1 1c39 40 67 64 94 81c32 20 63 30 97 30c83 0 146 -60 191 -112zM192 288c-62 0 -111 -36 -170 -96c24 -24 48 -50 76 -68c30 -20 60 -28 94 -28
|
| 959 |
+
c75 0 133 56 171 95c-26 29 -50 50 -74 66c-32 21 -64 31 -97 31zM192 112c-44 0 -80 36 -80 80s36 80 80 80s80 -36 80 -80s-36 -80 -80 -80zM192 256c-35 0 -64 -29 -64 -64s29 -64 64 -64s64 29 64 64s-29 64 -64 64zM224 192h16v0c0 -26 -22 -48 -48 -48s-48 21 -48 48
|
| 960 |
+
s22 48 48 48v-16c-16 0 -32 -13 -32 -31s15 -33 32 -33s32 14 32 32v0z" />
|
| 961 |
+
<glyph glyph-name="ion-ios-eye" unicode="" horiz-adv-x="384"
|
| 962 |
+
d="M383 192l1 -1l-6 -6c-21 -21 -47 -48 -78 -69c-36 -24 -72 -36 -108 -36c-83 0 -130 49 -185 105l-7 7l1 1c39 40 67 64 94 81c32 20 63 30 97 30c83 0 146 -60 191 -112zM192 112c44 0 80 36 80 80s-36 80 -80 80s-80 -36 -80 -80s36 -80 80 -80zM186 221
|
| 963 |
+
c0 -19 16 -35 35 -35c7 0 14 2 19 6v0c0 -27 -22 -48 -48 -48s-48 21 -48 48s22 48 48 48c-4 -5 -6 -12 -6 -19z" />
|
| 964 |
+
<glyph glyph-name="ion-ios-fastforward-outline" unicode=""
|
| 965 |
+
d="M16 293v-202l184 101zM240 292v0v-78v-27v-95l176 100zM224 320v0l224 -128l-224 -128v123l-224 -123v256l224 -123v123z" />
|
| 966 |
+
<glyph glyph-name="ion-ios-fastforward" unicode=""
|
| 967 |
+
d="M224 320v0l224 -128l-224 -128v123l-224 -123v256l224 -123v123z" />
|
| 968 |
+
<glyph glyph-name="ion-ios-filing-outline" unicode="" horiz-adv-x="352"
|
| 969 |
+
d="M288 320l64 -96v-160h-176h-176v160l64 96h224zM333 224l-45 68v-68h45zM80 304v-80h48c0 -26 22 -48 48 -48s48 22 48 48h48v80h-192zM64 292l-45 -68h45v68zM336 80v128h-98c-7 -28 -32 -48 -62 -48s-55 20 -62 48h-98v-128h160h160z" />
|
| 970 |
+
<glyph glyph-name="ion-ios-filing" unicode="" horiz-adv-x="352"
|
| 971 |
+
d="M176 160c30 0 55 20 62 48h114v-144h-176h-176v144h114c7 -28 32 -48 62 -48zM64 224h-7h-57l64 96v0v-80h16v80h192v-80h16v80v0l64 -96h-56h-8h-16h-8h-40c0 -26 -22 -48 -48 -48s-48 22 -48 48h-39h-9h-16z" />
|
| 972 |
+
<glyph glyph-name="ion-ios-film-outline" unicode="" horiz-adv-x="400"
|
| 973 |
+
d="M0 360h400v-336h-400v336zM72 40v48h-56v-48h56zM72 104v48h-56v-48h56zM72 168v48h-56v-48h56zM72 232v48h-56v-48h56zM72 296v48h-56v-48h56zM312 40v144h-224v-144h224zM312 200v144h-224v-144h224zM384 40v48h-56v-48h56zM384 104v48h-56v-48h56zM384 168v48h-56v-48
|
| 974 |
+
h56zM384 232v48h-56v-48h56zM384 296v48h-56v-48h56z" />
|
| 975 |
+
<glyph glyph-name="ion-ios-film" unicode="" horiz-adv-x="400"
|
| 976 |
+
d="M0 360h400v-336h-400v336zM72 40v48h-56v-48h56zM72 104v48h-56v-48h56zM72 168v48h-56v-48h56zM72 232v48h-56v-48h56zM72 296v48h-56v-48h56zM312 184v16h-224v-16h224zM384 40v48h-56v-48h56zM384 104v48h-56v-48h56zM384 168v48h-56v-48h56zM384 232v48h-56v-48h56z
|
| 977 |
+
M384 296v48h-56v-48h56z" />
|
| 978 |
+
<glyph glyph-name="ion-ios-flag-outline" unicode="" horiz-adv-x="256"
|
| 979 |
+
d="M240 336c6 1 11 1 16 2v-16v-157c-5 -1 -10 -1 -16 -2c-11 -1 -24 -3 -39 -3c-25 0 -47 4 -69 9s-42 13 -64 13c-30 0 -46 -5 -52 -7v-143h-16v142v162v2l3 3c2 1 18 11 65 11c24 0 45 -4 67 -9c21 -4 42 -11 65 -11c15 0 29 3 40 4zM240 179v0v141c-11 -1 -25 -4 -40 -4
|
| 980 |
+
c-25 0 -46 6 -68 11s-42 9 -64 9c-30 0 -46 -5 -52 -7v-137c10 3 26 6 52 6c24 0 45 -8 67 -13c21 -4 43 -9 66 -9c15 0 28 2 39 3z" />
|
| 981 |
+
<glyph glyph-name="ion-ios-flag" unicode="" horiz-adv-x="256"
|
| 982 |
+
d="M240 336c6 1 11 1 16 2v-16v-157c-5 -1 -10 -1 -16 -2c-11 -1 -24 -3 -39 -3c-25 0 -47 4 -69 9s-42 13 -64 13c-30 0 -46 -5 -52 -7v-143h-16v142v162v2l3 3c2 1 18 11 65 11c24 0 45 -4 67 -9c21 -4 42 -11 65 -11c15 0 29 3 40 4z" />
|
| 983 |
+
<glyph glyph-name="ion-ios-flame-outline" unicode="" horiz-adv-x="256"
|
| 984 |
+
d="M96 416c87 -64 170 -179 159 -288c-13 -134 -104 -160 -127 -160s-127 40 -128 160c-1 146 122 143 96 288zM128 -24c0 0 40 36 40 80s-40 80 -40 80s-41 -36 -41 -80s41 -80 41 -80zM239 130c5 47 -10 99 -41 151c-22 36 -50 70 -83 99c0 -57 -24 -91 -49 -123
|
| 985 |
+
c-26 -34 -50 -65 -50 -129c0 -25 5 -48 15 -68c8 -17 20 -32 35 -45c8 -7 16 -12 23 -16c-9 16 -18 35 -18 57c0 51 44 90 46 92l11 9l11 -9c2 -2 45 -41 45 -92c0 -23 -9 -44 -19 -60c7 4 13 8 20 14c14 12 25 27 34 44c11 21 17 47 20 76z" />
|
| 986 |
+
<glyph glyph-name="ion-ios-flame" unicode="" horiz-adv-x="256"
|
| 987 |
+
d="M96 416c87 -64 170 -179 159 -288c-13 -134 -104 -160 -127 -160s-127 40 -128 160c-1 146 122 143 96 288zM128 -24c0 0 40 36 40 80s-40 80 -40 80s-41 -36 -41 -80s41 -80 41 -80z" />
|
| 988 |
+
<glyph glyph-name="ion-ios-flask-outline" unicode="" horiz-adv-x="384"
|
| 989 |
+
d="M373 78c8 -16 11 -32 11 -46c-1 -36 -27 -64 -63 -64h-256c-36 0 -64 27 -65 64c0 14 4 30 12 46l116 195v127h-16v16h16h16v-16v-16h48v-16h-48v-32h32v-16h-32v-32h48v-16h-48v-3l-2 -4l-15 -25h49v-16h-58l-92 -154c-13 -25 -14 -43 -2 -63c9 -14 23 -23 41 -23h256
|
| 990 |
+
c17 0 33 8 41 22c5 8 6 17 6 26c0 12 -2 25 -9 38l-116 195l-3 4v131v16h16h16v-16h-16v-127zM44 73l72 119h153l72 -119c7 -11 10 -24 10 -33c-1 -24 -16 -40 -46 -40h-226c-30 0 -46 12 -46 40c0 9 4 22 11 33zM260 176h-135l-67 -111v0v0c-5 -8 -9 -19 -9 -25
|
| 991 |
+
c0 -13 5 -17 6 -18c4 -4 13 -6 24 -6h226c10 0 18 3 23 7c4 4 7 10 7 18c0 6 -3 16 -8 24v0v0z" />
|
| 992 |
+
<glyph glyph-name="ion-ios-flask" unicode="" horiz-adv-x="384"
|
| 993 |
+
d="M327 65v0c5 -8 8 -18 8 -24c0 -8 -3 -14 -7 -18c-5 -4 -13 -7 -23 -7h-226c-11 0 -20 2 -24 6c-1 1 -6 5 -6 18c0 6 4 17 9 25v0v0l67 111h135l67 -111v0zM373 78c8 -16 11 -32 11 -46c-1 -36 -27 -64 -63 -64h-256c-36 0 -64 27 -65 64c0 14 4 30 12 46l116 195v127h-16
|
| 994 |
+
v16h160v-16h-16v-127zM144 384v-16h48v16h-48zM144 336v-16h32v16h-32zM144 288v-16h48v16h-48zM127 240l-9 -16h58v16h-49zM351 40c0 9 -3 22 -10 33l-72 119h-154l-71 -119c-7 -11 -11 -24 -11 -33c0 -28 16 -40 46 -40h226c30 0 45 16 46 40z" />
|
| 995 |
+
<glyph glyph-name="ion-ios-flower-outline" unicode=""
|
| 996 |
+
d="M363 164c-29 0 -65 7 -93 14c-1 -3 -2 -6 -4 -9c25 -15 56 -36 76 -56c40 -40 53 -68 41 -80c-3 -3 -7 -4 -12 -4c-15 0 -38 15 -68 45c-20 20 -41 51 -56 76c-3 -2 -7 -3 -10 -4c7 -28 15 -64 15 -93c0 -56 -12 -85 -28 -85s-28 29 -28 85c0 29 8 65 15 93
|
| 997 |
+
c-3 1 -7 2 -10 4c-15 -25 -36 -56 -56 -76c-30 -30 -53 -45 -68 -45c-5 0 -9 1 -12 4c-12 12 1 40 41 80c20 20 51 41 76 56c-2 3 -3 6 -4 9c-28 -7 -64 -14 -93 -14c-56 0 -85 12 -85 28s29 28 85 28c29 0 65 -8 93 -15c1 3 2 7 4 10c-25 15 -56 35 -76 55
|
| 998 |
+
c-40 40 -53 68 -41 80c3 3 7 4 12 4c15 0 38 -14 68 -44c20 -20 41 -51 56 -76c3 2 7 3 10 4c-7 28 -15 64 -15 93c0 56 12 85 28 85s28 -29 28 -85c0 -29 -8 -65 -15 -93c3 -1 7 -2 10 -4c15 25 36 56 56 76c30 30 53 44 68 44c5 0 9 -1 12 -4c12 -12 -1 -40 -41 -80
|
| 999 |
+
c-20 -20 -51 -40 -76 -55c2 -3 3 -7 4 -10c28 7 64 15 93 15c56 0 85 -12 85 -28s-29 -28 -85 -28zM288 193v-3c30 -7 56 -10 75 -10c21 0 39 2 52 5c10 3 14 6 16 7c-2 1 -6 4 -16 7c-13 3 -31 5 -52 5c-19 0 -45 -4 -75 -11zM314 299c-14 -14 -30 -35 -46 -61l2 -2
|
| 1000 |
+
c26 16 47 32 61 46c15 15 26 28 33 40c5 9 7 14 7 16c-4 0 -22 -4 -57 -39zM178 236l2 2c-16 26 -32 47 -46 61c-35 35 -53 39 -57 39c0 -2 2 -7 7 -16c7 -12 18 -25 33 -40c14 -14 35 -30 61 -46zM85 180c19 0 45 3 75 10v3c-30 7 -56 11 -75 11c-21 0 -39 -2 -52 -5
|
| 1001 |
+
c-10 -3 -14 -6 -16 -7c2 -1 5 -4 15 -7c13 -3 32 -5 53 -5zM134 85c14 14 30 35 46 61l-2 2c-26 -16 -47 -32 -61 -46c-15 -15 -26 -29 -33 -41c-5 -9 -7 -14 -7 -16c4 0 22 5 57 40zM270 148l-2 -2c16 -26 32 -47 46 -61c35 -35 53 -40 57 -40c0 2 -2 7 -7 16
|
| 1002 |
+
c-7 12 -18 26 -33 41c-14 14 -35 30 -61 46zM217 383c-3 -13 -5 -31 -5 -52c0 -19 4 -45 11 -75h2c7 30 11 56 11 75c0 21 -2 39 -5 52c-3 10 -6 14 -7 16c-1 -2 -4 -6 -7 -16zM231 0c3 13 5 32 5 53c0 19 -4 45 -11 75h-2c-7 -30 -11 -56 -11 -75c0 -21 2 -40 5 -53
|
| 1003 |
+
c3 -10 6 -13 7 -15c1 2 4 5 7 15zM224 160c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM313 42c10 -34 7 -53 -5 -58c-2 -1 -3 -1 -5 -1c-11 0 -25 13 -37 35c5 35 -2 76 -2 76s24 -34 49 -52zM302 -1c1 4 2 14 -3 34c-5 4 -10 9 -15 14
|
| 1004 |
+
c0 -9 0 -17 -1 -25c10 -16 16 -22 19 -23zM182 365c-6 -35 1 -75 1 -75s-27 35 -48 51c-10 35 -7 54 5 59c2 1 3 1 5 1c11 0 24 -12 37 -36zM164 337c0 9 0 17 1 25c-10 16 -16 21 -19 22c-1 -4 -2 -14 3 -34c5 -4 10 -8 15 -13zM50 149c35 -4 76 2 76 2s-34 -24 -51 -48
|
| 1005 |
+
c-12 -4 -26 -6 -35 -6c-13 0 -21 4 -24 11c-5 11 7 25 34 41zM66 117c4 5 8 10 13 15c-9 0 -17 0 -25 1c-16 -10 -21 -16 -22 -19c1 0 4 -1 8 -1c7 0 16 1 26 4zM432 276c5 -11 -7 -26 -34 -42c-35 5 -76 -2 -76 -2s33 25 51 49c13 4 26 5 35 5c13 0 21 -3 24 -10zM394 250
|
| 1006 |
+
c16 10 21 16 22 19c-1 0 -4 1 -8 1c-7 0 -16 -1 -26 -4c-4 -5 -8 -9 -13 -14c9 0 17 -1 25 -2zM131 39c31 24 53 55 53 55s-7 -39 -3 -71c-15 -26 -28 -39 -39 -39c-2 0 -4 0 -6 1c-11 5 -13 24 -5 54zM143 1c4 2 12 8 22 26c0 6 -1 13 -1 20c-6 -6 -13 -12 -19 -17
|
| 1007 |
+
c-4 -18 -3 -26 -2 -29zM312 398c11 -5 13 -22 5 -54c-29 -21 -53 -55 -53 -55s8 48 3 71c13 25 28 39 39 39c2 0 4 0 6 -1zM303 353c5 18 3 27 2 30c-4 -2 -12 -8 -22 -26c0 -6 1 -14 1 -21c6 6 13 12 19 17zM71 285c18 -24 55 -53 55 -53s-40 7 -70 3c-28 15 -43 32 -38 44
|
| 1008 |
+
c3 7 10 11 22 11c8 0 21 -1 31 -5zM33 273c2 -4 8 -12 26 -22c6 0 13 1 20 1c-6 6 -12 12 -17 18c-8 2 -16 4 -22 4c-4 0 -6 -1 -7 -1zM392 149c30 -17 43 -33 38 -45c-3 -7 -10 -10 -22 -10c-8 0 -19 1 -31 5c-20 27 -55 52 -55 52s45 -8 70 -2zM408 110c4 0 6 1 7 1
|
| 1009 |
+
c-2 4 -8 12 -26 22c-6 0 -13 -1 -20 -1c6 -6 12 -13 17 -19c8 -2 16 -3 22 -3z" />
|
| 1010 |
+
<glyph glyph-name="ion-ios-flower" unicode=""
|
| 1011 |
+
d="M363 220c56 0 85 -12 85 -28s-29 -28 -85 -28c-29 0 -65 7 -93 14c-1 -3 -2 -6 -4 -9c25 -15 56 -36 76 -56c40 -40 53 -68 41 -80s-40 1 -80 41c-20 20 -41 51 -56 76c-3 -2 -7 -3 -10 -4c7 -28 15 -64 15 -93c0 -56 -12 -85 -28 -85s-28 29 -28 85c0 29 8 65 15 93
|
| 1012 |
+
c-3 1 -7 2 -10 4c-15 -25 -36 -56 -56 -76c-40 -40 -68 -53 -80 -41s1 40 41 80c20 20 51 41 76 56c-2 3 -3 6 -4 9c-28 -7 -64 -14 -93 -14c-56 0 -85 12 -85 28s29 28 85 28c29 0 65 -8 93 -15c1 3 2 7 4 10c-25 15 -56 35 -76 55c-40 40 -53 68 -41 80s40 0 80 -40
|
| 1013 |
+
c20 -20 41 -51 56 -76c3 2 6 3 9 4c-7 28 -14 64 -14 93c0 56 12 85 28 85s28 -29 28 -85c0 -29 -7 -65 -14 -93c3 -1 6 -2 9 -4c15 25 36 56 56 76c40 40 68 52 80 40s-1 -40 -41 -80c-20 -20 -51 -40 -76 -55c2 -3 3 -7 4 -10c28 7 64 15 93 15zM264 94c0 0 24 -34 49 -52
|
| 1014 |
+
c10 -34 7 -53 -5 -58c-2 -1 -3 -1 -5 -1c-11 0 -25 13 -37 35c5 35 -2 76 -2 76zM183 290c0 0 -27 35 -48 51c-10 35 -7 54 5 59c2 1 3 1 5 1c11 0 24 -12 37 -36c-6 -35 1 -75 1 -75zM126 151c0 0 -34 -24 -51 -48c-12 -4 -26 -6 -35 -6c-13 0 -21 4 -24 11
|
| 1015 |
+
c-5 11 7 25 34 41c35 -4 76 2 76 2zM322 232c0 0 33 25 51 49c13 4 26 5 35 5c13 0 21 -3 24 -10c5 -11 -7 -26 -34 -42c-35 5 -76 -2 -76 -2zM131 39c31 24 53 55 53 55s-7 -39 -3 -71c-15 -26 -28 -39 -39 -39c-2 0 -4 0 -6 1c-11 5 -13 24 -5 54zM317 344
|
| 1016 |
+
c-29 -21 -53 -55 -53 -55s8 48 3 71c13 25 28 39 39 39c2 0 4 0 6 -1c11 -5 13 -22 5 -54zM56 235c-28 15 -43 32 -38 44c3 7 10 11 22 11c8 0 21 -1 31 -5c18 -24 55 -53 55 -53s-40 7 -70 3zM392 149c30 -17 43 -33 38 -45c-3 -7 -10 -10 -22 -10c-8 0 -19 1 -31 5
|
| 1017 |
+
c-20 27 -55 52 -55 52s45 -8 70 -2z" />
|
| 1018 |
+
<glyph glyph-name="ion-ios-folder-outline" unicode=""
|
| 1019 |
+
d="M425 352c13 0 23 -10 23 -23v-304c0 -14 -10 -25 -23 -25h-400c-13 0 -25 12 -25 25v336c0 13 11 23 25 23h112c8 0 12 -2 17 -7v0l23 -23c2 -2 3 -2 6 -2h242zM25 368c-4 0 -9 -3 -9 -7v-74c3 1 5 1 8 1h400c3 0 5 0 8 -1v42c0 4 -3 7 -7 7h-242c-7 0 -12 2 -17 7
|
| 1020 |
+
l-23 23c-2 2 -3 2 -6 2h-112zM432 25v239c0 4 -4 8 -8 8h-400c-4 0 -8 -4 -8 -8v-239c0 -4 5 -9 9 -9h400c4 0 7 5 7 9z" />
|
| 1021 |
+
<glyph glyph-name="ion-ios-folder" unicode=""
|
| 1022 |
+
d="M440 272c4 0 8 -4 8 -8v-239c0 -14 -10 -25 -23 -25h-400c-13 0 -25 12 -25 25v239c0 4 4 8 8 8h432zM425 352c13 0 23 -10 23 -23v-42c-3 1 -5 1 -8 1h-432c-3 0 -5 0 -8 -1v74c0 13 11 23 25 23h112c8 0 12 -2 17 -7v0l23 -23c2 -2 3 -2 6 -2h242z" />
|
| 1023 |
+
<glyph glyph-name="ion-ios-football-outline" unicode="" horiz-adv-x="416"
|
| 1024 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM249 6c3 1 5 1 8 2l24 64l-20 39v1h-106l-20 -39l25 -65c2 -1 5 -1 7 -2c12 -3 25 -5 38 -5c14 0 30 2 44 5zM41 284c-15 -27 -23 -57 -24 -89l43 37v0zM142 371
|
| 1025 |
+
c-36 -14 -68 -38 -90 -69l22 -64l5 -2l49 -23l71 60v58zM277 201l-70 58l-69 -58v-1l18 -72h104l18 72zM399 195c-1 32 -9 63 -24 90l-19 -53v0zM364 302c-22 31 -54 56 -90 69l-58 -40v-58l71 -60l54 24zM18 175c3 -34 15 -66 33 -92l70 -1l21 39l-20 77l-1 1l-49 22z
|
| 1026 |
+
M295 82l70 1c18 26 30 58 33 92l-54 46l-50 -23l-20 -77zM207 345l47 32c-15 4 -30 6 -46 6s-32 -2 -47 -6zM118 66l-54 1c20 -23 46 -42 75 -53l-20 50zM277 14c29 11 55 30 75 53l-56 -1l-2 -3z" />
|
| 1027 |
+
<glyph glyph-name="ion-ios-football" unicode="" horiz-adv-x="416"
|
| 1028 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM249 6c3 1 5 1 8 2l24 64l-20 39v1h-106l-20 -39l25 -65c2 -1 5 -1 7 -2c12 -3 25 -5 38 -5c14 0 30 2 44 5zM142 371c-36 -14 -68 -38 -90 -69l22 -64l5 -2l49 -23l71 60v58z
|
| 1029 |
+
M364 302c-22 31 -54 56 -90 69l-58 -40v-58l71 -60l54 24zM18 175c3 -34 15 -66 33 -92l70 -1l21 39l-20 77l-1 1l-49 22zM295 82l70 1c18 26 30 58 33 92l-54 46l-50 -23l-20 -77z" />
|
| 1030 |
+
<glyph glyph-name="ion-ios-game-controller-a-outline" unicode=""
|
| 1031 |
+
d="M163 208c3 0 5 -2 5 -5v-22c0 -3 -2 -5 -5 -5h-35v-35c0 -3 -3 -5 -6 -5h-21c-3 0 -5 2 -5 5v35h-35c-3 0 -5 3 -5 6v21c0 3 2 5 5 5h35v35c0 3 2 5 5 5h22c3 0 5 -2 5 -5v-35h35zM330 169c11 0 20 -8 20 -19s-9 -19 -20 -19s-19 8 -19 19s8 19 19 19zM288 211
|
| 1032 |
+
c11 0 19 -8 19 -19s-8 -19 -19 -19s-20 8 -20 19s9 19 20 19zM373 211c11 0 19 -8 19 -19s-8 -19 -19 -19s-20 8 -20 19s9 19 20 19zM330 253c11 0 20 -8 20 -19s-9 -20 -20 -20s-19 9 -19 20s8 19 19 19zM337 286h-226c-26 0 -49 -9 -67 -26s-28 -41 -28 -67s10 -51 28 -68
|
| 1033 |
+
s41 -27 67 -27h226c26 0 49 10 67 27s28 42 28 68s-10 50 -28 67s-41 26 -67 26zM337 302v0c61 0 111 -45 111 -109s-50 -111 -111 -111h-226c-61 0 -111 47 -111 111s50 109 111 109h226z" />
|
| 1034 |
+
<glyph glyph-name="ion-ios-game-controller-a" unicode=""
|
| 1035 |
+
d="M337 302c61 0 111 -45 111 -109s-50 -111 -111 -111h-226c-61 0 -111 47 -111 111s50 109 111 109h226zM168 181v0v22c0 3 -2 5 -5 5h-35v35c0 3 -2 5 -5 5h-22c-3 0 -5 -2 -5 -5v-35h-35c-3 0 -5 -2 -5 -5v-21c0 -3 2 -6 5 -6h35v-35c0 -3 2 -5 5 -5h21c3 0 6 2 6 5v35
|
| 1036 |
+
h35c3 0 5 2 5 5zM288 173c11 0 19 8 19 19s-8 19 -19 19s-20 -8 -20 -19s9 -19 20 -19zM330 131c11 0 20 8 20 19s-9 19 -20 19s-19 -8 -19 -19s8 -19 19 -19zM330 214c11 0 20 9 20 20s-9 19 -20 19s-19 -8 -19 -19s8 -20 19 -20zM373 173c11 0 19 8 19 19s-8 19 -19 19
|
| 1037 |
+
s-20 -8 -20 -19s9 -19 20 -19z" />
|
| 1038 |
+
<glyph glyph-name="ion-ios-game-controller-b-outline" unicode=""
|
| 1039 |
+
d="M276 244c11 0 20 -9 20 -20s-9 -20 -20 -20s-20 9 -20 20s9 20 20 20zM320 200c11 0 20 -9 20 -20s-9 -20 -20 -20s-20 9 -20 20s9 20 20 20zM103 264c22 0 39 -18 39 -40s-17 -40 -39 -40s-39 18 -39 40s17 40 39 40zM103 205c11 0 19 8 19 19s-8 19 -19 19
|
| 1040 |
+
s-19 -8 -19 -19s8 -19 19 -19zM320 288c11 0 20 -9 20 -20s-9 -20 -20 -20s-20 9 -20 20s9 20 20 20zM364 244c11 0 20 -9 20 -20s-9 -20 -20 -20s-20 9 -20 20s9 20 20 20zM434 199c21 -88 18 -152 -7 -164c-4 -2 -9 -3 -13 -3c-22 0 -45 24 -68 52c-26 32 -32 33 -110 33
|
| 1041 |
+
h-24c-78 0 -84 -1 -110 -33c-23 -28 -46 -52 -68 -52c-4 0 -9 1 -13 3c-25 12 -28 76 -7 164s43 136 88 149c10 3 18 4 26 4c28 0 47 -15 96 -15s68 15 96 15c8 0 16 -1 26 -4c45 -13 67 -61 88 -149zM420 49c10 5 23 48 -1 146c-21 90 -43 128 -78 138c-8 2 -14 3 -21 3
|
| 1042 |
+
c-10 0 -19 -2 -30 -5c-16 -4 -36 -10 -66 -10s-50 6 -66 10c-11 3 -20 5 -30 5c-7 0 -13 -1 -21 -3c-35 -10 -57 -48 -78 -138c-24 -98 -11 -141 -1 -146c2 -1 4 -1 6 -1c6 0 14 4 23 12s19 18 32 34s24 28 44 34c17 5 38 5 79 5h24c41 0 62 0 79 -5c20 -6 31 -18 44 -34
|
| 1043 |
+
s23 -26 32 -34s17 -12 23 -12c2 0 4 0 6 1z" />
|
| 1044 |
+
<glyph glyph-name="ion-ios-game-controller-b" unicode=""
|
| 1045 |
+
d="M103 243c11 0 19 -8 19 -19s-8 -19 -19 -19s-19 8 -19 19s8 19 19 19zM434 199c21 -88 18 -152 -7 -164c-4 -2 -9 -3 -13 -3c-22 0 -45 24 -68 52c-26 32 -32 33 -110 33h-24c-78 0 -84 -1 -110 -33c-23 -28 -46 -52 -68 -52c-4 0 -9 1 -13 3c-25 12 -28 76 -7 164
|
| 1046 |
+
s43 136 88 149c10 3 18 4 26 4c28 0 47 -15 96 -15s68 15 96 15c8 0 16 -1 26 -4c45 -13 67 -61 88 -149zM103 184c22 0 39 18 39 40s-17 40 -39 40s-39 -18 -39 -40s17 -40 39 -40zM276 204c11 0 20 9 20 20s-9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20zM320 160
|
| 1047 |
+
c11 0 20 9 20 20s-9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20zM320 248c11 0 20 9 20 20s-9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20zM364 204c11 0 20 9 20 20s-9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20z" />
|
| 1048 |
+
<glyph glyph-name="ion-ios-gear-outline" unicode="" horiz-adv-x="384"
|
| 1049 |
+
d="M193 288c26 0 50 -10 68 -28s28 -42 28 -68s-10 -50 -28 -68s-42 -28 -68 -28s-50 10 -68 28s-28 42 -28 68s10 50 28 68s42 28 68 28zM193 112c44 0 80 36 80 80s-36 80 -80 80s-80 -36 -80 -80s36 -80 80 -80zM138 365c-10 -3 -20 -7 -30 -12c2 -8 1 -16 0 -24
|
| 1050 |
+
c-2 -13 -8 -25 -18 -35c-12 -12 -29 -19 -46 -19c-4 0 -9 0 -13 1c-5 -10 -9 -20 -12 -30c7 -4 12 -10 17 -17c8 -11 12 -24 12 -37s-4 -26 -12 -37c-5 -7 -10 -13 -17 -17c3 -10 7 -20 12 -30c4 1 9 1 13 1c17 0 34 -7 46 -19c10 -10 16 -22 18 -35c1 -8 2 -16 0 -24
|
| 1051 |
+
c10 -5 20 -9 30 -12c4 7 10 12 17 17c11 8 24 12 37 12s26 -4 37 -12c7 -5 13 -10 17 -17c10 3 20 7 30 12c-2 8 -1 16 0 24c2 13 8 25 18 35c12 12 29 19 46 19c4 0 9 0 13 -1c5 10 9 20 12 30c-7 4 -12 10 -17 17c-8 11 -12 24 -12 37s4 26 12 37c5 7 10 13 17 17
|
| 1052 |
+
c-3 10 -7 20 -12 30c-4 -1 -9 -1 -13 -1c-17 0 -34 7 -46 19c-10 10 -16 22 -18 35c-1 8 -2 16 0 24c-10 5 -20 9 -30 12c-4 -7 -10 -12 -17 -17c-11 -8 -24 -12 -37 -12s-26 4 -37 12c-7 5 -13 10 -17 17zM238 384v0c20 -5 40 -13 57 -24c-8 -18 -5 -40 10 -55
|
| 1053 |
+
c10 -10 22 -14 35 -14c7 0 14 1 20 4c11 -17 19 -37 24 -57c-19 -7 -32 -25 -32 -46s14 -39 32 -46c-5 -20 -13 -40 -24 -57c-6 3 -13 4 -20 4c-13 0 -25 -4 -35 -14c-15 -15 -18 -37 -10 -55c-17 -11 -37 -19 -57 -24c-7 18 -25 32 -46 32s-39 -14 -46 -32
|
| 1054 |
+
c-20 5 -40 13 -57 24c8 18 5 40 -10 55c-10 10 -22 14 -35 14c-7 0 -14 -1 -20 -4c-11 17 -19 37 -24 57c18 7 32 25 32 46s-13 39 -32 46c5 20 13 40 24 57c6 -3 13 -4 20 -4c13 0 25 4 35 14c15 15 18 37 10 55c17 11 37 19 57 24c7 -19 25 -32 46 -32s39 13 46 32z" />
|
| 1055 |
+
<glyph glyph-name="ion-ios-gear" unicode="" horiz-adv-x="384"
|
| 1056 |
+
d="M352 192c0 -21 14 -39 32 -46c-5 -20 -13 -40 -24 -57c-6 3 -13 4 -20 4c-13 0 -25 -4 -35 -14c-15 -15 -18 -37 -10 -55c-17 -11 -37 -19 -57 -24c-7 18 -25 32 -46 32s-39 -14 -46 -32c-20 5 -40 13 -57 24c8 18 5 40 -10 55c-10 10 -22 14 -35 14c-7 0 -14 -1 -20 -4
|
| 1057 |
+
c-11 17 -19 37 -24 57c18 7 32 25 32 46s-13 39 -32 46c5 20 13 40 24 57c6 -3 13 -4 20 -4c13 0 25 4 35 14c15 15 18 37 10 55c17 11 37 19 57 24c7 -19 25 -32 46 -32s39 13 46 32c20 -5 40 -13 57 -24c-8 -18 -5 -40 10 -55c10 -10 22 -14 35 -14c7 0 14 1 20 4
|
| 1058 |
+
c11 -17 19 -37 24 -57c-19 -7 -32 -25 -32 -46zM193 112c44 0 80 36 80 80s-36 80 -80 80s-80 -36 -80 -80s36 -80 80 -80z" />
|
| 1059 |
+
<glyph glyph-name="ion-ios-glasses-outline" unicode=""
|
| 1060 |
+
d="M433 201v0h15v-18h-15c-2 -22 -13 -43 -29 -58c-17 -16 -39 -25 -62 -25c-51 0 -92 41 -92 92v0v0c0 10 -12 22 -26 22s-26 -12 -26 -22v0v0c0 -51 -41 -92 -92 -92c-23 0 -45 9 -62 25c-16 15 -27 36 -29 58h-15v18h15c2 22 13 43 29 59c17 16 39 24 62 24
|
| 1061 |
+
c42 0 78 -27 89 -67c7 7 18 12 29 12s22 -5 29 -12c11 40 47 67 89 67c23 0 45 -9 62 -25c16 -15 27 -36 29 -58zM342 115c42 0 77 35 77 77s-35 77 -77 77s-77 -35 -77 -77s35 -77 77 -77zM106 115c42 0 77 35 77 77s-35 77 -77 77s-77 -35 -77 -77s35 -77 77 -77z" />
|
| 1062 |
+
<glyph glyph-name="ion-ios-glasses" unicode=""
|
| 1063 |
+
d="M433 201v0h15v-18h-15c-2 -22 -13 -43 -29 -58c-17 -16 -39 -25 -62 -25c-51 0 -92 41 -92 92v0v0c0 10 -12 22 -26 22s-26 -12 -26 -22v0v0c0 -51 -41 -92 -92 -92c-23 0 -45 9 -62 25c-16 15 -27 36 -29 58h-15v18h15c2 22 13 43 29 59c17 16 39 24 62 24
|
| 1064 |
+
c42 0 78 -27 89 -67c7 7 18 12 29 12s22 -5 29 -12c11 40 47 67 89 67c23 0 45 -9 62 -25c16 -15 27 -36 29 -58z" />
|
| 1065 |
+
<glyph glyph-name="ion-ios-grid-view-outline" unicode="" horiz-adv-x="384"
|
| 1066 |
+
d="M384 256h-112v-128h112v-16h-112v-112h-16v112h-128v-112h-16v112h-112v16h112v128h-112v16h112v112h16v-112h128v112h16v-112h112v-16zM256 128v128h-128v-128h128z" />
|
| 1067 |
+
<glyph glyph-name="ion-ios-grid-view" unicode="" horiz-adv-x="384"
|
| 1068 |
+
d="M128 128v128h128v-128h-128zM0 384h384v-384h-384v384zM352 256v16h-80v80h-16v-80h-128v80h-16v-80h-80v-16h80v-128h-80v-16h80v-80h16v80h128v-80h16v80h80v16h-80v128h80z" />
|
| 1069 |
+
<glyph glyph-name="ion-ios-heart-outline" unicode=""
|
| 1070 |
+
d="M327 368c69 0 121 -43 121 -116c0 -31 -13 -71 -41 -105s-45 -52 -100 -88s-83 -43 -83 -43s-28 7 -83 43s-72 54 -100 88s-41 74 -41 105c0 73 52 116 121 116c39 0 82 -18 103 -53c21 35 64 53 103 53zM395 157c12 14 22 31 28 49c6 16 9 31 9 46c0 30 -10 56 -29 74
|
| 1071 |
+
c-9 8 -20 15 -33 19c-13 5 -28 7 -43 7c-38 0 -73 -18 -89 -45l-14 -23l-14 23c-16 27 -51 45 -89 45c-15 0 -30 -2 -43 -7c-13 -4 -24 -11 -33 -19c-19 -18 -29 -44 -29 -74c0 -15 3 -30 9 -46c6 -18 16 -35 28 -49c27 -32 42 -49 97 -85c40 -27 65 -36 74 -39
|
| 1072 |
+
c9 3 34 12 74 39c55 36 70 53 97 85z" />
|
| 1073 |
+
<glyph glyph-name="ion-ios-heart" unicode=""
|
| 1074 |
+
d="M327 368c69 0 121 -43 121 -116c0 -31 -13 -71 -41 -105s-45 -52 -100 -88s-83 -43 -83 -43s-28 7 -83 43s-72 54 -100 88s-41 74 -41 105c0 73 52 116 121 116c39 0 82 -18 103 -53c21 35 64 53 103 53z" />
|
| 1075 |
+
<glyph glyph-name="ion-ios-help-empty" unicode="" horiz-adv-x="128"
|
| 1076 |
+
d="M68 82c-9 0 -17 8 -17 17s8 17 17 17s17 -8 17 -17s-8 -17 -17 -17zM102 197c-23 -22 -22 -27 -23 -53h-19c1 28 7 43 30 64c11 10 19 24 19 39c0 24 -19 39 -42 39c-32 0 -49 -16 -48 -46h-19c0 42 25 62 68 62c33 0 60 -20 60 -54c0 -22 -11 -37 -26 -51z" />
|
| 1077 |
+
<glyph glyph-name="ion-ios-help-outline" unicode="" horiz-adv-x="416"
|
| 1078 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191zM212 302c33 0 60 -21 60 -55c0 -22 -11 -36 -26 -50c-23 -23 -22 -27 -23 -53h-19
|
| 1079 |
+
c1 28 7 43 30 64c11 10 19 23 19 38c0 24 -19 40 -42 40c-32 0 -49 -16 -48 -46h-19c0 42 25 62 68 62zM212 116c9 0 17 -8 17 -17s-8 -17 -17 -17s-17 8 -17 17s8 17 17 17z" />
|
| 1080 |
+
<glyph glyph-name="ion-ios-help" unicode="" horiz-adv-x="416"
|
| 1081 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM212 82c9 0 17 8 17 17s-8 17 -17 17s-17 -8 -17 -17s8 -17 17 -17zM246 197c15 14 26 29 26 51c0 34 -27 54 -60 54c-43 0 -68 -20 -68 -62h19c-1 30 16 46 48 46
|
| 1082 |
+
c23 0 42 -15 42 -39c0 -15 -8 -29 -19 -39c-23 -21 -29 -36 -30 -64h19c1 26 0 31 23 53z" />
|
| 1083 |
+
<glyph glyph-name="ion-ios-home-outline" unicode="" horiz-adv-x="384"
|
| 1084 |
+
d="M192 336l160 -128v-208h-112v128h-96v-128h-112v208zM336 16v184l-144 116l-144 -116v-184h80v128h128v-128h80zM192 384l192 -153l-12 -12l-180 145l-180 -145l-12 12l32 25v96h64v-45zM80 294v42h-32v-67z" />
|
| 1085 |
+
<glyph glyph-name="ion-ios-home" unicode="" horiz-adv-x="384"
|
| 1086 |
+
d="M192 336l160 -128v-208h-112v128h-96v-128h-112v208zM192 384l192 -153l-12 -12l-180 145l-180 -145l-12 12l32 25v96h64v-45z" />
|
| 1087 |
+
<glyph glyph-name="ion-ios-infinite-outline" unicode=""
|
| 1088 |
+
d="M419 260c19 -19 29 -43 29 -68s-10 -49 -29 -68c-19 -18 -44 -28 -70 -28s-50 10 -69 28l-126 123c-15 15 -35 22 -56 22s-40 -7 -55 -22c-31 -30 -31 -80 0 -110c15 -15 34 -22 55 -22s41 7 56 22l43 42l13 -14l-42 -41c-19 -18 -44 -28 -70 -28s-50 10 -69 28
|
| 1089 |
+
c-19 19 -29 43 -29 68s10 49 29 68c19 18 43 28 69 28s51 -10 70 -28l126 -123c15 -15 34 -22 55 -22s41 7 56 22c31 30 31 80 0 110c-15 15 -35 22 -56 22s-40 -7 -55 -22l-43 -42l-13 14l42 41c19 18 44 28 70 28s50 -10 69 -28z" />
|
| 1090 |
+
<glyph glyph-name="ion-ios-infinite" unicode="" horiz-adv-x="464"
|
| 1091 |
+
d="M433 266c20 -20 31 -46 31 -74s-11 -54 -31 -74s-48 -30 -76 -30s-55 10 -75 30l-125 123c-13 13 -32 20 -51 20s-37 -7 -50 -20s-21 -31 -21 -49c0 -19 8 -36 21 -49s31 -20 50 -20s38 7 51 20l39 38l25 -25l-39 -38c-20 -20 -48 -30 -76 -30s-55 10 -75 30
|
| 1092 |
+
s-31 46 -31 74s11 54 31 74s47 30 75 30s56 -10 76 -30l125 -123c13 -13 31 -20 50 -20s38 7 51 20s20 31 20 49c0 19 -7 36 -20 49s-32 20 -51 20s-37 -7 -50 -20l-39 -38l-25 25l39 38c20 20 48 30 76 30s55 -10 75 -30z" />
|
| 1093 |
+
<glyph glyph-name="ion-ios-information-empty" unicode="" horiz-adv-x="64"
|
| 1094 |
+
d="M8 276c0 13 7 20 20 20s20 -7 20 -20s-7 -20 -20 -20s-20 7 -20 20zM48 104h16v-8h-64v8h16v120h-16v8h48v-128z" />
|
| 1095 |
+
<glyph glyph-name="ion-ios-information-outline" unicode="" horiz-adv-x="416"
|
| 1096 |
+
d="M184 276c0 13 7 20 20 20s20 -7 20 -20s-7 -20 -20 -20s-20 7 -20 20zM224 104h16v-8h-64v8h16v120h-16v8h48v-128zM208 400c57 0 106 -20 147 -61s61 -90 61 -147s-20 -106 -61 -147s-90 -61 -147 -61s-106 20 -147 61s-61 90 -61 147s20 106 61 147s90 61 147 61z
|
| 1097 |
+
M208 1c53 0 98 19 135 56s56 82 56 135s-19 98 -56 135s-82 56 -135 56s-98 -19 -135 -56s-56 -82 -56 -135s19 -98 56 -135s82 -56 135 -56z" />
|
| 1098 |
+
<glyph glyph-name="ion-ios-information" unicode="" horiz-adv-x="416"
|
| 1099 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM204 296c-11 0 -20 -9 -20 -20s9 -20 20 -20s20 9 20 20s-9 20 -20 20zM240 96v8h-16v128h-48v-8h16v-120h-16v-8h64z" />
|
| 1100 |
+
<glyph glyph-name="ion-ios-ionic-outline" unicode="" horiz-adv-x="416"
|
| 1101 |
+
d="M378 313c24 -34 38 -76 38 -121c0 -115 -92 -208 -207 -208s-209 93 -209 208s94 208 209 208c45 0 86 -14 120 -38c6 5 13 8 21 8c19 0 35 -16 35 -35c0 -8 -2 -16 -7 -22zM350 357c-12 0 -22 -10 -22 -22s10 -22 22 -22s22 10 22 22s-10 22 -22 22zM344 56
|
| 1102 |
+
c18 18 31 39 41 62c10 24 15 48 15 74s-5 51 -15 75c-5 13 -12 25 -20 36c-5 -2 -10 -3 -15 -3c-19 0 -35 16 -35 35c0 5 2 11 4 15c-11 8 -23 15 -36 20c-24 10 -49 14 -75 14s-51 -4 -75 -14c-23 -10 -43 -24 -61 -42s-31 -38 -41 -61c-10 -24 -15 -49 -15 -75
|
| 1103 |
+
s5 -50 15 -74c10 -23 23 -44 41 -62s38 -31 61 -41c24 -10 49 -15 75 -15s51 5 75 15c23 10 43 23 61 41zM208 288c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96zM208 112c44 0 80 36 80 80s-36 80 -80 80s-79 -36 -79 -80s35 -80 79 -80z" />
|
| 1104 |
+
<glyph glyph-name="ion-ios-keypad-outline" unicode="" horiz-adv-x="384"
|
| 1105 |
+
d="M331 107c30 0 53 -24 53 -54s-23 -53 -53 -53s-54 23 -54 53s24 54 54 54zM331 16c21 0 37 16 37 37s-16 38 -37 38s-38 -17 -38 -38s17 -37 38 -37zM192 107c30 0 53 -24 53 -54s-23 -53 -53 -53s-53 23 -53 53s23 54 53 54zM192 16c21 0 37 16 37 37s-16 38 -37 38
|
| 1106 |
+
s-37 -17 -37 -38s16 -37 37 -37zM53 107c30 0 54 -24 54 -54s-24 -53 -54 -53s-53 23 -53 53s23 54 53 54zM53 16c21 0 38 16 38 37s-17 38 -38 38s-37 -17 -37 -38s16 -37 37 -37zM331 245c30 0 53 -23 53 -53s-23 -53 -53 -53s-54 23 -54 53s24 53 54 53zM331 155
|
| 1107 |
+
c21 0 37 16 37 37s-16 37 -37 37s-38 -16 -38 -37s17 -37 38 -37zM192 245c30 0 53 -23 53 -53s-23 -53 -53 -53s-53 23 -53 53s23 53 53 53zM192 155c21 0 37 16 37 37s-16 37 -37 37s-37 -16 -37 -37s16 -37 37 -37zM53 245c30 0 54 -23 54 -53s-24 -53 -54 -53
|
| 1108 |
+
s-53 23 -53 53s23 53 53 53zM53 155c21 0 38 16 38 37s-17 37 -38 37s-37 -16 -37 -37s16 -37 37 -37zM331 277c-30 0 -54 24 -54 54s24 53 54 53s53 -23 53 -53s-23 -54 -53 -54zM331 368c-21 0 -38 -16 -38 -37s17 -38 38 -38s37 17 37 38s-16 37 -37 37zM192 384
|
| 1109 |
+
c30 0 53 -23 53 -53s-23 -54 -53 -54s-53 24 -53 54s23 53 53 53zM192 293c21 0 37 17 37 38s-16 37 -37 37s-37 -16 -37 -37s16 -38 37 -38zM53 384c30 0 54 -23 54 -53s-24 -54 -54 -54s-53 24 -53 54s23 53 53 53zM53 293c21 0 38 17 38 38s-17 37 -38 37
|
| 1110 |
+
s-37 -16 -37 -37s16 -38 37 -38z" />
|
| 1111 |
+
<glyph glyph-name="ion-ios-keypad" unicode="" horiz-adv-x="384"
|
| 1112 |
+
d="M331 107c30 0 53 -24 53 -54s-23 -53 -53 -53s-54 23 -54 53s24 54 54 54zM192 107c30 0 53 -24 53 -54s-23 -53 -53 -53s-53 23 -53 53s23 54 53 54zM53 107c30 0 54 -24 54 -54s-24 -53 -54 -53s-53 23 -53 53s23 54 53 54zM331 245c30 0 53 -23 53 -53
|
| 1113 |
+
s-23 -53 -53 -53s-54 23 -54 53s24 53 54 53zM192 245c30 0 53 -23 53 -53s-23 -53 -53 -53s-53 23 -53 53s23 53 53 53zM53 245c30 0 54 -23 54 -53s-24 -53 -54 -53s-53 23 -53 53s23 53 53 53zM331 277c-30 0 -54 24 -54 54s24 53 54 53s53 -23 53 -53s-23 -54 -53 -54z
|
| 1114 |
+
M192 384c30 0 53 -23 53 -53s-23 -54 -53 -54s-53 24 -53 54s23 53 53 53zM53 384c30 0 54 -23 54 -53s-24 -54 -54 -54s-53 24 -53 54s23 53 53 53z" />
|
| 1115 |
+
<glyph glyph-name="ion-ios-lightbulb-outline" unicode="" horiz-adv-x="288"
|
| 1116 |
+
d="M288 275c0 -31 -13 -59 -30 -83v0c-11 -15 -22 -28 -32 -45c-22 -38 -18 -73 -18 -82v-1h-128v1c0 7 3 44 -19 82c-10 17 -20 30 -31 45v0c-17 24 -30 52 -30 83c0 78 66 141 144 141s144 -63 144 -141zM239 194l6 8c16 22 27 47 27 73c0 33 -16 65 -40 89s-55 36 -88 36
|
| 1117 |
+
s-64 -12 -88 -36s-40 -56 -40 -89c0 -26 11 -51 27 -73l19 -26v0c5 -6 9 -13 13 -21c17 -29 21 -58 21 -75h16v112l-32 64h17l31 -64v-112h32v112l31 64h17l-32 -64v-112h16c0 17 4 45 21 75c8 14 16 25 24 36c1 1 1 2 2 3zM112 -32v16h64v-16h-64zM96 0v16h96v-16h-96z
|
| 1118 |
+
M96 32v16h96v-16h-96z" />
|
| 1119 |
+
<glyph glyph-name="ion-ios-lightbulb" unicode="" horiz-adv-x="288"
|
| 1120 |
+
d="M288 275c0 -31 -13 -59 -30 -83v0c-11 -15 -22 -28 -32 -45c-22 -38 -18 -73 -18 -82v-1h-32v128l32 64h-16l-32 -64v-128h-32v128l-31 64h-17l32 -64v-128h-32v1c0 7 3 44 -19 82c-10 17 -20 30 -31 45v0c-17 24 -30 52 -30 83c0 78 66 141 144 141s144 -63 144 -141z
|
| 1121 |
+
M112 -32v16h64v-16h-64zM96 0v16h96v-16h-96zM96 32v16h96v-16h-96z" />
|
| 1122 |
+
<glyph glyph-name="ion-ios-list-outline" unicode="" horiz-adv-x="384"
|
| 1123 |
+
d="M368 368h-352v-352h352v352zM384 384v0v-384h-384v384h384zM128 280v16h192v-16h-192zM128 184v16h192v-16h-192zM128 88v16h192v-16h-192zM64 288c0 11 5 16 16 16s16 -5 16 -16s-5 -16 -16 -16s-16 5 -16 16zM64 192c0 11 5 16 16 16s16 -5 16 -16s-5 -16 -16 -16
|
| 1124 |
+
s-16 5 -16 16zM64 96c0 11 5 16 16 16s16 -5 16 -16s-5 -16 -16 -16s-16 5 -16 16z" />
|
| 1125 |
+
<glyph glyph-name="ion-ios-list" unicode="" horiz-adv-x="384"
|
| 1126 |
+
d="M0 384h384v-384h-384v384zM80 80c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM80 176c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM80 272c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM320 88v16h-192v-16h192zM320 184v16
|
| 1127 |
+
h-192v-16h192zM320 280v16h-192v-16h192z" />
|
| 1128 |
+
<glyph glyph-name="ion-ios-location-outline" unicode="" horiz-adv-x="288"
|
| 1129 |
+
d="M144 400c-34 0 -67 -13 -91 -37s-37 -57 -37 -91c0 -43 24 -107 70 -186c22 -38 44 -72 58 -91c14 19 36 53 58 91c46 79 70 143 70 186c0 34 -13 67 -37 91s-57 37 -91 37zM144 416v0c80 0 144 -64 144 -144c0 -112 -144 -304 -144 -304s-144 192 -144 304
|
| 1130 |
+
c0 80 64 144 144 144zM144 336c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM144 225c26 0 47 21 47 47s-21 47 -47 47s-47 -21 -47 -47s21 -47 47 -47z" />
|
| 1131 |
+
<glyph glyph-name="ion-ios-location" unicode="" horiz-adv-x="288"
|
| 1132 |
+
d="M144 416c80 0 144 -64 144 -144c0 -112 -144 -304 -144 -304s-144 192 -144 304c0 80 64 144 144 144zM144 225c26 0 47 21 47 47s-21 47 -47 47s-47 -21 -47 -47s21 -47 47 -47z" />
|
| 1133 |
+
<glyph glyph-name="ion-ios-locked-outline" unicode="" horiz-adv-x="320"
|
| 1134 |
+
d="M264 224h56v-240h-320v240h56v72c0 57 47 104 104 104s104 -47 104 -104v-72zM72 296v-72h176v72c0 49 -39 88 -88 88s-88 -39 -88 -88zM304 0v208h-288v-208h288zM160 160c18 0 32 -14 32 -32c0 -15 -10 -27 -24 -31v-33h-16v33c-14 4 -24 16 -24 31c0 18 14 32 32 32z
|
| 1135 |
+
M160 112c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16z" />
|
| 1136 |
+
<glyph glyph-name="ion-ios-locked" unicode="" horiz-adv-x="320"
|
| 1137 |
+
d="M264 224h56v-240h-320v240h56v72c0 57 47 104 104 104s104 -47 104 -104v-72zM168 97c14 4 24 16 24 31c0 18 -14 32 -32 32s-32 -14 -32 -32c0 -15 10 -27 24 -31v-33h16v33zM248 224v72c0 49 -39 88 -88 88s-88 -39 -88 -88v-72h176zM160 144c9 0 16 -7 16 -16
|
| 1138 |
+
s-7 -16 -16 -16s-16 7 -16 16s7 16 16 16z" />
|
| 1139 |
+
<glyph glyph-name="ion-ios-loop-strong" unicode="" horiz-adv-x="512"
|
| 1140 |
+
d="M256 400c115 0 208 -93 208 -208c0 -14 -1 -28 -4 -42l-1 -4l-24 5l1 4c2 12 4 24 4 37c0 101 -83 184 -184 184c-66 0 -127 -36 -160 -94l-2 -3l-21 11l2 4c37 65 106 106 181 106zM416 102l2 3l21 -11l-2 -4c-37 -65 -106 -106 -181 -106c-115 0 -208 93 -208 208
|
| 1141 |
+
c0 14 1 28 4 42l1 4l24 -5l-1 -4c-2 -12 -4 -24 -4 -37c0 -101 83 -184 184 -184c66 0 127 36 160 94zM384 192h128l-64 -64zM0 192l64 64l64 -64h-128z" />
|
| 1142 |
+
<glyph glyph-name="ion-ios-loop" unicode="" horiz-adv-x="489"
|
| 1143 |
+
d="M478 192l11 -11l-52 -53l-53 53l10 11l43 -41zM449 192v0v0c0 -7 0 -14 -1 -21l-16 1c1 7 1 14 1 21c-1 103 -85 187 -188 187c-68 0 -131 -37 -164 -96l-14 8c36 64 104 104 178 104c112 0 203 -91 204 -202v0v-2zM409 100l14 -8c-36 -64 -104 -104 -178 -104
|
| 1144 |
+
c-111 0 -202 90 -204 200v0v3v1v0c0 7 0 14 1 21l16 -1c-1 -7 -1 -14 -1 -21c0 -103 85 -187 188 -187c68 0 131 37 164 96zM53 256l52 -53l-11 -11l-41 41l-42 -41l-11 11z" />
|
| 1145 |
+
<glyph glyph-name="ion-ios-medical-outline" unicode="" horiz-adv-x="364"
|
| 1146 |
+
d="M364 260l-118 -68l118 -68l-32 -56l-118 69v-137h-64v137l-118 -69l-32 56l118 68l-118 68l32 56l118 -69v137h64v-137l118 69zM342 118l-128 74l128 74l-16 28l-128 -74v148h-32v-148l-128 74l-16 -28l128 -74l-128 -74l16 -28l128 74v-148h32v148l128 -74z" />
|
| 1147 |
+
<glyph glyph-name="ion-ios-medical" unicode="" horiz-adv-x="364"
|
| 1148 |
+
d="M364 260l-118 -68l118 -68l-32 -56l-118 69v-137h-64v137l-118 -69l-32 56l118 68l-118 68l32 56l118 -69v137h64v-137l118 69z" />
|
| 1149 |
+
<glyph glyph-name="ion-ios-medkit-outline" unicode="" horiz-adv-x="416"
|
| 1150 |
+
d="M224 240h-32v-48v-16h-16h-48v-32h48h16v-16v-48h32v48v16h16h48v32h-48h-16v16v48zM240 256v0v-64h64v-64h-64v-64h-64v64h-64v64h64v64h64zM288 320h128v-320h-416v320h128v32c0 18 10 32 29 32h99c19 0 32 -14 32 -32v-32zM144 350v-30h128v30c0 10 -7 18 -17 18h-97
|
| 1151 |
+
c-11 0 -14 -8 -14 -18zM400 16v288h-384v-288h384z" />
|
| 1152 |
+
<glyph glyph-name="ion-ios-medkit" unicode="" horiz-adv-x="416"
|
| 1153 |
+
d="M224 176h16h48v-32h-48h-16v-16v-48h-32v48v16h-16h-48v32h48h16v16v48h32v-48v-16zM288 320h128v-320h-416v320h128v32c0 18 10 32 29 32h99c19 0 32 -14 32 -32v-32zM144 350v-30h128v30c0 10 -7 18 -17 18h-97c-11 0 -14 -8 -14 -18zM304 128v64h-64v64h-64v-64h-64
|
| 1154 |
+
v-64h64v-64h64v64h64z" />
|
| 1155 |
+
<glyph glyph-name="ion-ios-mic-off" unicode="" horiz-adv-x="280"
|
| 1156 |
+
d="M266 -32l-258 440l14 8l258 -440zM128 95c-44 0 -79 37 -79 83v118l113 -193c-10 -5 -22 -8 -34 -8zM207 178c0 -10 -2 -19 -5 -28l-136 234c14 20 37 32 62 32c44 0 79 -38 79 -84v-154zM256 176c0 -28 -9 -54 -24 -75l-10 17c11 17 17 36 17 58v80h17v-80zM139 49v0
|
| 1157 |
+
v-63h69v-18h-161v18h73v63c-67 5 -120 60 -120 127v80h19v-80c0 -60 50 -109 110 -109c17 0 34 4 48 11l9 -16c-14 -7 -30 -12 -47 -13z" />
|
| 1158 |
+
<glyph glyph-name="ion-ios-mic-outline" unicode="" horiz-adv-x="256"
|
| 1159 |
+
d="M128 416c44 0 79 -38 79 -84v-154c0 -46 -35 -84 -79 -84s-79 38 -79 84v154c0 46 35 84 79 84zM191 178v154c0 37 -28 68 -63 68s-63 -31 -63 -68v-154c0 -37 28 -68 63 -68s63 31 63 68zM239 256h17v-80c0 -67 -51 -122 -117 -127v-63h69v-18h-161v18h73v63
|
| 1160 |
+
c-67 5 -120 60 -120 127v80h19v-80c0 -60 50 -109 110 -109s110 49 110 109v80z" />
|
| 1161 |
+
<glyph glyph-name="ion-ios-mic" unicode="" horiz-adv-x="256"
|
| 1162 |
+
d="M128 94c-44 0 -79 38 -79 84v154c0 46 35 84 79 84s79 -38 79 -84v-154c0 -46 -35 -84 -79 -84zM239 256h17v-80c0 -67 -51 -122 -117 -127v-63h69v-18h-161v18h73v63c-67 5 -120 60 -120 127v80h19v-80c0 -60 50 -109 110 -109s110 49 110 109v80z" />
|
| 1163 |
+
<glyph glyph-name="ion-ios-minus-empty" unicode="" horiz-adv-x="256"
|
| 1164 |
+
d="M256 183h-256v17h256v-17z" />
|
| 1165 |
+
<glyph glyph-name="ion-ios-minus-outline" unicode="" horiz-adv-x="416"
|
| 1166 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191zM80 183v17h256v-17h-256z" />
|
| 1167 |
+
<glyph glyph-name="ion-ios-minus" unicode="" horiz-adv-x="416"
|
| 1168 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM336 183v17h-256v-17h256z" />
|
| 1169 |
+
<glyph glyph-name="ion-ios-monitor-outline" unicode="" horiz-adv-x="480"
|
| 1170 |
+
d="M480 64h-176v-16h64v-16h-257v16h64v16h-175v288h480v-288zM16 336v-256h448v256h-448z" />
|
| 1171 |
+
<glyph glyph-name="ion-ios-monitor" unicode="" horiz-adv-x="480"
|
| 1172 |
+
d="M480 64h-176v-16h64v-16h-257v16h64v16h-175v288h480v-288zM16 336v-256h448v256h-448zM32 96v224h416v-224h-416z" />
|
| 1173 |
+
<glyph glyph-name="ion-ios-moon-outline" unicode="" horiz-adv-x="216"
|
| 1174 |
+
d="M195 133c7 0 14 1 21 3c-4 -7 -7 -12 -12 -18c-21 -25 -53 -41 -88 -41c-64 0 -116 51 -116 115c0 52 34 96 81 111c7 2 14 3 22 4c-4 -6 -8 -12 -11 -18c-7 -14 -11 -30 -11 -47c0 -29 11 -56 32 -77s48 -32 77 -32h5zM116 93c25 0 48 9 65 24c-65 5 -116 59 -116 125
|
| 1175 |
+
c0 14 2 28 6 40c-33 -16 -55 -51 -55 -90c0 -55 45 -99 100 -99z" />
|
| 1176 |
+
<glyph glyph-name="ion-ios-moon" unicode="" horiz-adv-x="216"
|
| 1177 |
+
d="M195 133c7 0 14 1 21 3c-4 -7 -7 -12 -12 -18c-21 -25 -53 -41 -88 -41c-64 0 -116 51 -116 115c0 52 34 96 81 111c7 2 14 3 22 4c-4 -6 -8 -12 -11 -18c-7 -14 -11 -30 -11 -47c0 -29 11 -56 32 -77s48 -32 77 -32h5z" />
|
| 1178 |
+
<glyph glyph-name="ion-ios-more-outline" unicode="" horiz-adv-x="320"
|
| 1179 |
+
d="M160 210c-10 0 -18 -8 -18 -18s8 -18 18 -18s18 8 18 18s-8 18 -18 18zM160 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM32 210c-10 0 -18 -8 -18 -18s8 -18 18 -18s18 8 18 18s-8 18 -18 18zM32 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32
|
| 1180 |
+
s-32 14 -32 32s14 32 32 32zM288 210c-10 0 -18 -8 -18 -18s8 -18 18 -18s18 8 18 18s-8 18 -18 18zM288 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32z" />
|
| 1181 |
+
<glyph glyph-name="ion-ios-more" unicode="" horiz-adv-x="320"
|
| 1182 |
+
d="M160 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM32 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM288 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32z" />
|
| 1183 |
+
<glyph glyph-name="ion-ios-musical-note" unicode="" horiz-adv-x="192"
|
| 1184 |
+
d="M192 346v-1v-65c0 -3 -3 -6 -6 -5v0l-73 13v-192c0 -33 1 -80 -51 -82c-48 -2 -62 16 -62 41c0 19 9 39 51 41c22 1 37 1 45 1v273l90 -19l2 -1c2 0 3 -1 4 -3v0v-1v0z" />
|
| 1185 |
+
<glyph glyph-name="ion-ios-musical-notes" unicode="" horiz-adv-x="320"
|
| 1186 |
+
d="M320 128c0 -34 4 -80 -49 -82c-49 -2 -62 16 -62 41c0 20 9 39 52 41c23 1 34 2 43 2v160l-191 -32v-161c0 -34 3 -81 -50 -83c-49 -2 -63 17 -63 42c0 20 9 39 52 41c23 1 35 1 44 1v237l224 35v-242z" />
|
| 1187 |
+
<glyph glyph-name="ion-ios-navigate-outline" unicode="" horiz-adv-x="416"
|
| 1188 |
+
d="M208 384c-51 0 -99 -21 -135 -57s-57 -84 -57 -135s21 -99 57 -135s84 -57 135 -57s99 21 135 57s57 84 57 135s-21 99 -57 135s-84 57 -135 57zM208 400v0c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM304 288l-96 -224v128h-128z" />
|
| 1189 |
+
<glyph glyph-name="ion-ios-navigate" unicode="" horiz-adv-x="416"
|
| 1190 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 64l96 224l-224 -96h128v-128z" />
|
| 1191 |
+
<glyph glyph-name="ion-ios-nutrition-outline" unicode="" horiz-adv-x="384"
|
| 1192 |
+
d="M294 214v0c6 -6 10 -14 10 -23c0 -11 -5 -20 -13 -26v0s-51 -37 -106 -77l-38 31c-2 2 -4 3 -6 3c-1 0 -2 0 -3 -1v0c-2 -2 -2 -6 1 -10l29 -35l-115 -84c-6 -4 -13 -8 -21 -8c-18 0 -32 14 -32 32c0 7 1 13 4 18v0c2 2 17 25 37 57l21 -17c2 -2 4 -2 6 -2c1 0 3 0 4 1v0
|
| 1193 |
+
c2 2 1 6 -2 10l-19 23c27 43 60 96 84 134l36 -30c2 -2 4 -3 6 -3c1 0 2 1 3 2v0c2 2 2 5 -1 9l-33 40c11 18 19 29 19 29v0c6 10 15 16 27 16c9 0 18 -4 24 -10v0l78 -79v0v0zM282 178c4 3 6 8 6 13c0 4 -2 9 -5 12l-5 4v1l-69 69v0l-5 5c-3 3 -8 5 -12 5
|
| 1194 |
+
c-6 0 -10 -3 -13 -8l-5 -8c-2 -3 -5 -7 -8 -12l25 -30v0l1 -1c8 -10 8 -22 0 -30l-1 -1l-1 -1c-4 -3 -8 -5 -13 -5s-11 2 -16 6v1h-1l-21 18l-24 -39l-44 -70l12 -14v0v0c8 -10 8 -23 0 -31v0c-4 -4 -9 -6 -15 -6c-5 0 -11 2 -16 6v0v0l-7 5c-3 -5 -5 -9 -8 -13
|
| 1195 |
+
c-12 -19 -16 -26 -18 -29c-1 -3 -2 -6 -2 -9c0 -9 7 -16 16 -16c3 0 6 2 11 5l101 74l-18 22h-1v0c-8 10 -8 23 0 31v0v0v0c4 4 10 6 15 6s11 -2 16 -6v0h1l28 -24c49 36 93 68 96 70zM376 333l8 -14l-5 -3l-103 -60l-17 17l71 123l2 4l14 -8l-3 -4l-63 -111l91 53z" />
|
| 1196 |
+
<glyph glyph-name="ion-ios-nutrition" unicode="" horiz-adv-x="384"
|
| 1197 |
+
d="M295 214v0c6 -6 9 -13 9 -22c0 -11 -5 -20 -13 -26v0s-51 -38 -106 -78l-38 32c-4 3 -8 3 -10 1v0c-2 -2 -2 -6 1 -10l29 -35l-114 -84c-6 -4 -13 -8 -21 -8c-18 0 -32 14 -32 32c0 7 2 13 5 18v0c1 2 16 25 36 57l20 -17c4 -3 8 -3 10 -1v0c2 2 2 6 -1 10l-20 23
|
| 1198 |
+
c27 43 60 96 84 134l36 -30c4 -3 8 -3 10 -1v0c2 2 2 6 -1 10l-33 40c11 18 18 29 18 29v0c6 10 16 16 28 16c9 0 18 -4 24 -10v0l78 -79l1 -1v0zM384 309l-103 -59l-28 29l70 121l28 -16l-50 -85l67 38z" />
|
| 1199 |
+
<glyph glyph-name="ion-ios-paper-outline" unicode="" horiz-adv-x="384"
|
| 1200 |
+
d="M48 384h336v-353c0 -17 -14 -31 -31 -31h-322c-17 0 -31 14 -31 31v305h32v-16h-16v-289c0 -8 7 -15 15 -15h322c8 0 15 7 15 15v337h-304v-320h-16v320v16zM96 320v16h128v-16h-128zM96 240v16h240v-16h-240zM96 160v16h192v-16h-192zM96 80v16h240v-16h-240z" />
|
| 1201 |
+
<glyph glyph-name="ion-ios-paper" unicode="" horiz-adv-x="384"
|
| 1202 |
+
d="M48 384h336v-353c0 -17 -14 -31 -31 -31h-322c-17 0 -31 14 -31 31v305h32v-288h16v288v32v16zM96 336v-16h128v16h-128zM96 176v-16h192v16h-192zM336 80v16h-240v-16h240zM336 240v16h-240v-16h240z" />
|
| 1203 |
+
<glyph glyph-name="ion-ios-paperplane-outline" unicode="" horiz-adv-x="320"
|
| 1204 |
+
d="M0 198l320 154l-146 -320l-57 115zM132 152l41 -83l115 249zM286 320l-248 -121l83 -36z" />
|
| 1205 |
+
<glyph glyph-name="ion-ios-paperplane" unicode="" horiz-adv-x="320"
|
| 1206 |
+
d="M0 198l320 154l-214 -200zM320 352l-146 -320l-52 104z" />
|
| 1207 |
+
<glyph glyph-name="ion-ios-partlysunny-outline" unicode="" horiz-adv-x="384"
|
| 1208 |
+
d="M144 298v54h16v-54h-16zM0 192v16h55v-16h-55zM44 299l10 11l32 -32l-11 -11zM223 268l-11 11l32 32l11 -11zM56 96l-10 11l31 31l11 -11zM129 153c-4 -3 -8 -7 -12 -12c-23 12 -39 36 -39 63c0 39 32 71 71 71c21 0 40 -10 53 -25c-4 -2 -9 -4 -14 -8
|
| 1209 |
+
c-10 11 -23 17 -39 17c-30 0 -55 -25 -55 -55c0 -23 15 -43 35 -51zM235 208c-34 0 -63 -28 -63 -62v-12s1 -10 1 -10c-5 0 -12 -1 -14 -1c-19 -3 -33 -18 -33 -37c0 -10 3 -19 10 -26s16 -11 26 -11h157c27 0 49 22 49 49s-22 50 -49 50c-2 0 -4 -1 -6 -1l-14 -2l-3 14
|
| 1210 |
+
c-3 14 -11 26 -22 35s-25 14 -39 14zM235 224v0c37 0 68 -26 76 -61h8c36 0 65 -29 65 -65s-29 -66 -65 -66h-157c-28 0 -52 24 -52 53c0 27 21 51 47 53v8c0 43 35 78 78 78z" />
|
| 1211 |
+
<glyph glyph-name="ion-ios-partlysunny" unicode="" horiz-adv-x="384"
|
| 1212 |
+
d="M144 298v54h16v-54h-16zM0 192v16h55v-16h-55zM44 299l10 11l32 -32l-11 -11zM223 268l-11 11l32 32l11 -11zM56 96l-10 11l31 31l11 -11zM235 224v0c37 0 68 -26 76 -61h8c36 0 65 -29 65 -65s-29 -66 -65 -66h-157c-28 0 -52 24 -52 53c0 27 21 51 47 53v8
|
| 1213 |
+
c0 43 35 78 78 78zM201 252l1 -2v0c-31 -5 -62 -43 -62 -75c0 -2 1 -5 1 -7l-1 -1h-1c-11 -6 -18 -14 -22 -26v1v-1c-23 12 -39 36 -39 63c0 39 32 71 71 71c21 0 39 -9 52 -23z" />
|
| 1214 |
+
<glyph glyph-name="ion-ios-pause-outline" unicode="" horiz-adv-x="256"
|
| 1215 |
+
d="M63 336h-47v-288h47v288zM79 352v0v-320h-79v320h79zM240 336h-47v-288h47v288zM256 352v0v-320h-79v320h79z" />
|
| 1216 |
+
<glyph glyph-name="ion-ios-pause" unicode="" horiz-adv-x="256"
|
| 1217 |
+
d="M0 32v320h79v-320h-79zM177 32v320h79v-320h-79z" />
|
| 1218 |
+
<glyph glyph-name="ion-ios-paw-outline" unicode="" horiz-adv-x="384"
|
| 1219 |
+
d="M380 252c6 -17 5 -38 -3 -57c-10 -25 -31 -43 -51 -43c-5 0 -10 1 -15 3c-22 10 -30 45 -17 79c10 28 31 46 51 46c5 0 10 -1 14 -3c10 -4 17 -13 21 -25zM362 202c6 15 7 31 2 44c-2 5 -5 12 -12 15c-2 1 -4 2 -7 2c-13 0 -28 -15 -36 -36c-9 -25 -6 -50 8 -56
|
| 1220 |
+
c2 -1 5 -1 8 -1c14 0 29 13 37 32zM90 234c13 -34 5 -69 -17 -79c-5 -2 -10 -3 -15 -3c-20 0 -41 18 -51 43c-8 19 -9 40 -3 57c4 12 11 21 21 25c4 2 9 3 14 3c20 0 41 -18 51 -46zM67 171c14 6 17 31 8 56c-8 21 -23 36 -36 36c-3 0 -5 -1 -7 -2c-7 -3 -10 -10 -12 -15
|
| 1221 |
+
c-5 -13 -4 -29 2 -44c8 -19 23 -32 37 -32c3 0 6 0 8 1zM134 237c-28 1 -52 32 -56 69c-2 23 4 45 16 60c8 10 19 17 31 18h6c27 -1 46 -29 50 -67c3 -24 -1 -48 -13 -63c-8 -9 -17 -15 -28 -16c-2 0 -4 -1 -6 -1zM107 356c-10 -12 -14 -29 -12 -48c3 -29 21 -53 40 -54h3
|
| 1222 |
+
c6 1 12 4 17 10c10 12 12 31 10 51c-3 29 -17 52 -35 53h-3c-9 -1 -16 -7 -20 -12zM192 208c64 0 128 -76 128 -149c0 -22 -11 -40 -22 -47c-13 -9 -23 -12 -42 -12c-23 0 -29 8 -40 15c-8 5 -14 10 -24 10s-16 -5 -24 -10c-11 -7 -17 -15 -40 -15c-19 0 -29 3 -42 12
|
| 1223 |
+
c-11 7 -22 25 -22 47c0 73 64 149 128 149zM290 27c6 4 14 16 14 32c0 30 -14 64 -36 91c-11 13 -23 24 -36 31c-13 8 -27 11 -40 11s-27 -3 -40 -11c-13 -7 -25 -18 -36 -31c-22 -27 -36 -61 -36 -91c0 -16 8 -28 14 -32c11 -7 18 -10 34 -10c14 0 19 4 26 9c2 1 4 3 6 4
|
| 1224 |
+
c9 6 18 12 32 12s23 -6 32 -12c2 -1 4 -3 6 -4c7 -5 12 -9 26 -9c16 0 23 3 34 10zM244 238c-11 1 -20 7 -28 16c-12 15 -16 39 -13 63c4 38 23 66 50 67h7c12 -1 22 -8 30 -18c12 -15 18 -37 16 -60c-4 -37 -28 -67 -56 -68h-6zM219 315c-2 -20 0 -39 10 -51
|
| 1225 |
+
c5 -6 11 -9 17 -10h3c19 1 38 25 41 54c2 19 -3 36 -13 48c-4 5 -10 11 -19 12h-4c-18 -1 -32 -24 -35 -53z" />
|
| 1226 |
+
<glyph glyph-name="ion-ios-paw" unicode="" horiz-adv-x="384"
|
| 1227 |
+
d="M380 252c6 -17 5 -38 -3 -57c-10 -25 -31 -43 -51 -43c-5 0 -10 1 -15 3c-22 10 -30 45 -17 79c10 28 31 46 51 46c5 0 10 -1 14 -3c10 -4 17 -13 21 -25zM90 234c13 -34 5 -69 -17 -79c-5 -2 -10 -3 -15 -3c-20 0 -41 18 -51 43c-8 19 -9 40 -3 57c4 12 11 21 21 25
|
| 1228 |
+
c4 2 9 3 14 3c20 0 41 -18 51 -46zM134 237c-28 1 -52 32 -56 69c-2 23 4 45 16 60c8 10 19 17 31 18h6c27 -1 46 -29 50 -67c3 -24 -1 -48 -13 -63c-8 -9 -17 -15 -28 -16c-2 0 -4 -1 -6 -1zM192 208c64 0 128 -76 128 -149c0 -22 -11 -40 -22 -47c-13 -9 -23 -12 -42 -12
|
| 1229 |
+
c-23 0 -29 8 -40 15c-8 5 -14 10 -24 10s-16 -5 -24 -10c-11 -7 -17 -15 -40 -15c-19 0 -29 3 -42 12c-11 7 -22 25 -22 47c0 73 64 149 128 149zM244 238c-11 1 -20 7 -28 16c-12 15 -16 39 -13 63c4 38 23 66 50 67h7c12 -1 22 -8 30 -18c12 -15 18 -37 16 -60
|
| 1230 |
+
c-4 -37 -28 -67 -56 -68h-6z" />
|
| 1231 |
+
<glyph glyph-name="ion-ios-people-outline" unicode=""
|
| 1232 |
+
d="M224 336v0v0zM317 113c11 -4 -11 4 0 0c28 -10 46 -35 46 -65h-28h-250c0 22 9 42 27 55c15 11 31 12 49 16c7 1 24 5 26 13s1 15 1 23c0 3 0 3 -2 5c-4 4 -6 9 -8 14c-2 8 -3 16 -4 24c-9 -2 -10 16 -12 21c-1 4 -7 24 3 21c-3 5 -4 13 -5 19c-2 13 -2 26 3 39
|
| 1233 |
+
c10 26 37 39 64 38c26 -1 51 -16 59 -42c4 -12 3 -26 1 -39c-1 -5 -2 -11 -4 -15c10 3 4 -20 3 -23c-2 -5 -3 -21 -12 -19c-1 -10 -2 -22 -7 -31c-1 -2 -7 -8 -7 -10v-11c0 -5 0 -10 2 -15s10 -7 14 -8c14 -5 27 -5 41 -10zM115 84c-6 -6 9 10 0 0c-6 -6 -10 -12 -12 -20h4
|
| 1234 |
+
h238c-4 15 -17 27 -30 33s-28 4 -41 9s-25 9 -28 25c-2 11 -2 22 -2 33c0 2 7 7 8 9c3 5 4 11 5 17c1 5 0 12 4 15c5 4 7 7 9 13c2 8 3 12 -1 19c-3 5 0 8 1 13c3 11 4 24 2 36c-8 37 -62 45 -86 19c-12 -13 -12 -31 -9 -47c1 -6 6 -14 3 -19c-1 -3 -5 -6 -4 -10
|
| 1235 |
+
c2 -5 2 -11 4 -16c2 -4 4 -6 7 -8s3 -6 3 -9c1 -7 2 -17 6 -23c3 -4 8 -6 8 -11v-21c-1 -8 -2 -18 -8 -24c-7 -6 -18 -10 -27 -12c-11 -3 -23 -3 -33 -7c-8 -3 -15 -8 -21 -14zM112 126c-15 -7 9 4 0 0c-9 -5 -18 -11 -25 -19c-1 -2 -6 -11 -7 -11h-25h-55c0 20 13 34 31 40
|
| 1236 |
+
c6 2 27 4 30 11c2 5 0 11 0 16c-10 -1 -24 1 -32 7c-2 2 3 9 4 12l3 12c1 9 1 19 1 28c0 16 -1 34 8 48c8 13 23 18 38 18c24 0 43 -13 47 -37c3 -16 1 -32 2 -48c0 -8 2 -16 5 -24c1 -2 5 -7 3 -9l-6 -3c-5 -2 -11 -3 -17 -4c-1 0 -8 0 -9 -1s0 -9 0 -11c0 -4 1 -6 5 -7
|
| 1237 |
+
c6 -2 19 -3 23 -8c2 -3 1 -5 -2 -5c-8 -1 -15 -1 -22 -5zM71 112c6 10 16 18 26 24c-9 9 -5 26 -4 37c0 2 0 5 2 5h8c6 0 11 1 17 2c-7 23 0 47 -5 70c-3 16 -15 23 -31 23c-17 0 -27 -9 -30 -25c-4 -22 3 -46 -4 -68c9 -1 17 -2 26 -2c1 0 1 -28 1 -29
|
| 1238 |
+
c-1 -12 -8 -18 -19 -22c-12 -4 -29 -3 -36 -15h49zM368 96c-2 8 -10 14 -16 19c-8 6 -18 13 -28 15c-3 1 -16 -1 -13 5c2 4 9 5 13 6s15 2 16 7c0 1 1 14 0 14c-6 0 -12 1 -18 2c-4 1 -7 2 -11 4c-6 3 -2 6 0 11c14 32 -10 88 32 105c15 6 34 5 48 -3c15 -9 20 -27 20 -44
|
| 1239 |
+
c0 -20 -4 -44 7 -62c2 -3 4 -4 0 -6c-2 -1 -4 -1 -6 -2l-12 -3s-9 -1 -13 -1c0 -4 -2 -13 1 -17c6 -7 21 -7 29 -10c18 -6 31 -20 31 -40h-80zM367 123c4 -4 -5 5 0 0s8 -11 15 -11h16h28c-7 12 -26 11 -38 16c-11 4 -16 12 -17 24c0 2 -1 27 1 27c9 0 18 0 26 1
|
| 1240 |
+
c-7 23 1 47 -4 70c-3 15 -15 23 -30 23c-17 0 -28 -8 -31 -25c-4 -23 2 -46 -5 -68c6 -2 12 -2 18 -2s8 1 9 -5c1 -11 5 -28 -4 -37c6 -4 11 -8 16 -13z" />
|
| 1241 |
+
<glyph glyph-name="ion-ios-people" unicode=""
|
| 1242 |
+
d="M317 113c11 -4 -11 4 0 0v0zM317 113c28 -10 46 -35 46 -65h-28h-250c0 22 9 42 27 55c15 11 31 12 49 16c7 1 24 5 26 13s1 15 1 23c0 3 0 3 -2 5c-4 4 -6 9 -8 14c-2 8 -3 16 -4 24c-9 -2 -10 16 -12 21c-1 4 -7 24 3 21c-3 5 -4 13 -5 19c-2 13 -2 26 3 39
|
| 1243 |
+
c10 26 37 39 64 38c26 -1 51 -16 59 -42c4 -12 3 -26 1 -39c-1 -5 -2 -11 -4 -15c10 3 4 -20 3 -23c-2 -5 -3 -21 -12 -19c-1 -10 -2 -22 -7 -31c-1 -2 -7 -8 -7 -10v-11c0 -5 0 -10 2 -15s10 -7 14 -8c14 -5 27 -5 41 -10zM111 126h2h-1h-1zM111 126c-9 -5 -17 -11 -24 -19
|
| 1244 |
+
c-1 -2 -6 -11 -7 -11h-25h-55c0 20 12 34 30 40c6 2 27 4 30 11c2 5 1 11 1 16c-10 -1 -24 1 -32 7c-2 2 3 9 4 12c1 4 2 7 3 11c1 9 1 19 1 28c0 16 -1 35 8 49c8 13 23 18 38 18c24 0 43 -13 47 -37c3 -16 1 -32 2 -48c0 -8 2 -16 5 -24c1 -2 5 -7 3 -9l-6 -3
|
| 1245 |
+
c-5 -2 -11 -3 -17 -4c-1 0 -8 0 -9 -1s0 -9 0 -11c0 -4 1 -6 5 -7c6 -2 19 -3 23 -8c2 -3 1 -5 -2 -5c-7 -1 -14 -2 -21 -5c2 1 2 2 -1 0c-8 -4 -4 -2 -1 0zM417 136c18 -6 31 -20 31 -40h-80c-2 8 -10 14 -16 19c-8 6 -18 13 -28 15c-3 1 -16 -1 -13 5c2 4 9 5 13 6
|
| 1246 |
+
s15 2 16 7c0 1 1 14 0 14c-6 0 -12 1 -18 2c-4 1 -7 2 -11 4c-6 3 -2 6 0 11c14 32 -10 88 32 105c15 6 34 5 48 -3c15 -9 20 -27 20 -44c0 -20 -4 -44 7 -62c2 -3 4 -4 0 -6c-2 -1 -4 -1 -6 -2l-12 -3s-9 -1 -13 -1c0 -4 -2 -13 1 -17c6 -7 21 -7 29 -10z" />
|
| 1247 |
+
<glyph glyph-name="ion-ios-person-outline" unicode="" horiz-adv-x="320"
|
| 1248 |
+
d="M106 246v0v0zM267 84c13 -5 53 -20 53 -52h-160h-160c0 32 40 47 53 52s31 6 43 9c7 2 17 5 20 9s1 41 1 41s-6 10 -9 18s-7 32 -7 32s-7 0 -9 12c-2 13 -6 17 -6 27c0 9 5 10 5 10v0s-4 13 -5 42c-1 34 25 68 74 68s75 -34 74 -68c-1 -29 -5 -42 -5 -42v0s5 -1 5 -10
|
| 1249 |
+
c0 -10 -3 -15 -6 -28c-2 -12 -9 -12 -9 -12s-4 -23 -7 -31s-9 -18 -9 -18s-2 -37 1 -41s13 -7 20 -9c12 -3 30 -4 43 -9zM160 48v0h137c-2 3 -4 6 -8 8c-7 5 -16 9 -27 13c-7 2 -17 4 -26 5c-6 1 -10 2 -15 3c-3 1 -21 5 -29 15c-4 5 -6 12 -6 32c0 10 1 20 1 20v4l2 4
|
| 1250 |
+
c1 2 6 9 8 15c2 5 5 19 6 28c0 0 0 -1 1 4s8 4 9 8s3 7 5 18s-5 12 -5 17c0 4 1 5 1 5v0c0 1 4 14 4 38c0 13 -5 26 -14 35c-11 11 -25 16 -44 16c-18 0 -34 -5 -45 -16c-9 -9 -13 -22 -13 -35c1 -24 4 -37 4 -38v0s1 -3 0 -6c-1 -5 -6 -5 -4 -16s4 -14 5 -18s8 -3 9 -8
|
| 1251 |
+
s1 -4 1 -4c1 -9 4 -23 6 -28c2 -6 6 -13 8 -15l2 -4v-4s1 -10 1 -20c0 -20 -2 -27 -6 -32c-8 -10 -26 -14 -29 -15c-5 -1 -10 -2 -16 -3c-9 -1 -18 -3 -25 -5c-11 -4 -20 -8 -27 -13c-4 -2 -6 -5 -8 -8h137z" />
|
| 1252 |
+
<glyph glyph-name="ion-ios-person" unicode="" horiz-adv-x="320"
|
| 1253 |
+
d="M267 84c13 -5 53 -20 53 -52h-160h-160c0 32 40 47 53 52s31 6 43 9c7 2 17 5 20 9s1 41 1 41s-6 10 -9 18s-7 32 -7 32s-7 0 -9 12c-2 13 -6 17 -6 27c0 9 5 10 5 10v0s-4 13 -5 42c-1 34 25 68 74 68s75 -34 74 -68c-1 -29 -5 -42 -5 -42v0s5 -1 5 -10
|
| 1254 |
+
c0 -10 -3 -15 -6 -28c-2 -12 -9 -12 -9 -12s-4 -23 -7 -31s-9 -18 -9 -18s-2 -37 1 -41s13 -7 20 -9c12 -3 30 -4 43 -9z" />
|
| 1255 |
+
<glyph glyph-name="ion-ios-personadd-outline" unicode="" horiz-adv-x="320"
|
| 1256 |
+
d="M320 295v-14h-25v-25h-14v25h-25v14h25v25h14v-25h25zM106 246v0v0zM267 84c13 -5 53 -20 53 -52h-160h-160c0 32 40 47 53 52s31 6 43 9c7 2 17 5 20 9s1 41 1 41s-6 10 -9 18s-7 32 -7 32s-7 0 -9 12c-2 13 -6 17 -6 27c0 9 5 10 5 10v0s-4 13 -5 42c-1 34 25 68 74 68
|
| 1257 |
+
s75 -34 74 -68c-1 -29 -5 -42 -5 -42v0s5 -1 5 -10c0 -10 -3 -15 -6 -28c-2 -12 -9 -12 -9 -12s-4 -23 -7 -31s-9 -18 -9 -18s-2 -37 1 -41s13 -7 20 -9c12 -3 30 -4 43 -9zM160 48v0h137c-2 3 -4 6 -8 8c-7 5 -16 9 -27 13c-7 2 -17 4 -26 5c-6 1 -10 2 -15 3
|
| 1258 |
+
c-3 1 -21 5 -29 15c-4 5 -6 12 -6 32c0 10 1 20 1 20v4l2 4c1 2 6 9 8 15c2 5 5 19 6 28c0 0 0 -1 1 4s8 4 9 8s3 7 5 18s-5 12 -5 17c0 4 1 5 1 5v0c0 1 4 14 4 38c0 13 -5 26 -14 35c-11 11 -25 16 -44 16c-18 0 -34 -5 -45 -16c-9 -9 -13 -22 -13 -35c1 -24 4 -37 4 -38
|
| 1259 |
+
v0s1 -3 0 -6c-1 -5 -6 -5 -4 -16s4 -14 5 -18s8 -3 9 -8s1 -4 1 -4c1 -9 4 -23 6 -28c2 -6 6 -13 8 -15l2 -4v-4s1 -10 1 -20c0 -20 -2 -27 -6 -32c-8 -10 -26 -14 -29 -15c-5 -1 -10 -2 -16 -3c-9 -1 -18 -3 -25 -5c-11 -4 -20 -8 -27 -13c-4 -2 -6 -5 -8 -8h137z" />
|
| 1260 |
+
<glyph glyph-name="ion-ios-personadd" unicode="" horiz-adv-x="320"
|
| 1261 |
+
d="M320 295v-14h-25v-25h-14v25h-25v14h25v25h14v-25h25zM267 84c13 -5 53 -20 53 -52h-160h-160c0 32 40 47 53 52s31 6 43 9c7 2 17 5 20 9s1 41 1 41s-6 10 -9 18s-7 32 -7 32s-7 0 -9 12c-2 13 -6 17 -6 27c0 9 5 10 5 10v0s-4 13 -5 42c-1 34 25 68 74 68
|
| 1262 |
+
s75 -34 74 -68c-1 -29 -5 -42 -5 -42v0s5 -1 5 -10c0 -10 -3 -15 -6 -28c-2 -12 -9 -12 -9 -12s-4 -23 -7 -31s-9 -18 -9 -18s-2 -37 1 -41s13 -7 20 -9c12 -3 30 -4 43 -9z" />
|
| 1263 |
+
<glyph glyph-name="ion-ios-photos-outline" unicode=""
|
| 1264 |
+
d="M64 320h384v-320h-384v320zM432 16v288h-352v-288h352zM0 384h384v-48h-16v32h-352v-288h32v-16h-48v320z" />
|
| 1265 |
+
<glyph glyph-name="ion-ios-photos" unicode=""
|
| 1266 |
+
d="M64 320h384v-320h-384v320zM384 384v-48h-336v-272h-48v320h384z" />
|
| 1267 |
+
<glyph glyph-name="ion-ios-pie-outline" unicode=""
|
| 1268 |
+
d="M256 367v0v-207v-12l-12 -4l-180 -45c6 -13 13 -25 21 -36c12 -16 25 -30 41 -42c33 -24 73 -37 114 -37c26 0 51 5 75 15c23 10 43 23 61 41s31 38 41 61c10 24 15 49 15 75c0 51 -20 100 -56 136c-32 32 -75 51 -120 55zM240 384v0c115 0 208 -93 208 -208
|
| 1269 |
+
s-93 -208 -208 -208c-92 0 -171 60 -198 143l198 49v224zM208 400c-31 -1 -60 -7 -85 -18c-24 -11 -44 -26 -61 -46c-29 -34 -46 -80 -46 -127v0v0c0 -13 3 -46 12 -70l180 46v215zM224 416v0v-244l-205 -52c-19 32 -19 89 -19 89c0 91 58 207 218 207h6z" />
|
| 1270 |
+
<glyph glyph-name="ion-ios-pie" unicode=""
|
| 1271 |
+
d="M240 384v0c115 0 208 -93 208 -208s-93 -208 -208 -208c-92 0 -171 60 -198 143l198 49v224zM224 416v0v-244l-205 -52c-19 32 -19 89 -19 89c0 91 58 207 218 207h6z" />
|
| 1272 |
+
<glyph glyph-name="ion-ios-pint-outline" unicode="" horiz-adv-x="224"
|
| 1273 |
+
d="M224 278c0 -98 -32 -101 -32 -181c0 -40 16 -71 16 -99c0 -27 -9 -30 -32 -30h-128c-23 0 -32 2 -32 29c0 28 16 60 16 100c0 80 -32 83 -32 181c0 21 1 89 19 125c4 9 13 13 32 13h122c19 0 28 -4 32 -13c18 -36 19 -104 19 -125zM34 396c-8 -16 -14 -43 -17 -76h190
|
| 1274 |
+
c-3 33 -9 60 -17 76c-1 2 -1 1 -2 2c-2 1 -6 2 -15 2h-122c-9 0 -13 -1 -15 -2c-1 -1 -1 0 -2 -2zM191 -15c0 1 1 5 1 13c0 11 -4 23 -7 37c-4 18 -9 39 -9 62c0 41 8 64 16 86c8 23 16 46 16 95c0 9 -1 18 -1 26h-190c0 -8 -1 -17 -1 -26c0 -49 8 -72 16 -95
|
| 1275 |
+
c8 -22 16 -45 16 -86c0 -23 -5 -44 -9 -62c-3 -14 -7 -26 -7 -37c0 -8 1 -12 1 -13c2 -1 7 -1 15 -1h128c8 0 13 0 15 1z" />
|
| 1276 |
+
<glyph glyph-name="ion-ios-pint" unicode="" horiz-adv-x="224"
|
| 1277 |
+
d="M224 278c0 -98 -32 -101 -32 -181c0 -40 16 -71 16 -99c0 -27 -9 -30 -32 -30h-128c-23 0 -32 2 -32 29c0 28 16 60 16 100c0 80 -32 83 -32 181c0 21 1 89 19 125c4 9 13 13 32 13h122c19 0 28 -4 32 -13c18 -36 19 -104 19 -125zM34 396c-8 -16 -14 -43 -17 -76h190
|
| 1278 |
+
c-3 33 -9 60 -17 76c-1 2 -1 1 -2 2c-2 1 -6 2 -15 2h-122c-9 0 -13 -1 -15 -2c-1 -1 -1 0 -2 -2z" />
|
| 1279 |
+
<glyph glyph-name="ion-ios-play-outline" unicode="" horiz-adv-x="256"
|
| 1280 |
+
d="M16 323v-262l210 131zM0 352v0l256 -160l-256 -160v320z" />
|
| 1281 |
+
<glyph glyph-name="ion-ios-play" unicode="" horiz-adv-x="256"
|
| 1282 |
+
d="M0 352v0l256 -160l-256 -160v320z" />
|
| 1283 |
+
<glyph glyph-name="ion-ios-plus-empty" unicode="" horiz-adv-x="256"
|
| 1284 |
+
d="M256 183h-120v-119h-17v119h-119v17h119v120h17v-120h120v-17z" />
|
| 1285 |
+
<glyph glyph-name="ion-ios-plus-outline" unicode="" horiz-adv-x="416"
|
| 1286 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191zM216 320v-120h120v-17h-120v-119h-17v119h-119v17h119v120h17z" />
|
| 1287 |
+
<glyph glyph-name="ion-ios-plus" unicode="" horiz-adv-x="416"
|
| 1288 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM336 183v17h-120v120h-17v-120h-119v-17h119v-119h17v119h120z" />
|
| 1289 |
+
<glyph glyph-name="ion-ios-pricetag-outline" unicode="" horiz-adv-x="416"
|
| 1290 |
+
d="M416 416v-160l-256 -288l-160 160l256 288h160zM400 264v136h-136l-240 -272l136 -136zM320 288c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM320 336c-9 0 -16 -7 -16 -16s7 -16 16 -16s16 7 16 16s-7 16 -16 16z" />
|
| 1291 |
+
<glyph glyph-name="ion-ios-pricetag" unicode="" horiz-adv-x="416"
|
| 1292 |
+
d="M304 320c0 11 5 16 16 16s16 -5 16 -16s-5 -16 -16 -16s-16 5 -16 16zM256 416h160v-160l-256 -288l-160 160zM320 288c9 0 16 4 22 10s10 13 10 22s-4 16 -10 22s-13 10 -22 10s-16 -4 -22 -10s-10 -13 -10 -22s4 -16 10 -22s13 -10 22 -10z" />
|
| 1293 |
+
<glyph glyph-name="ion-ios-pricetags-outline" unicode=""
|
| 1294 |
+
d="M416 384h32v-144l-240 -272l-25 24l-23 -24l-160 160l256 288h160v-32zM160 -9l12 12l11 12l217 248v105v16v16h-137l-241 -272zM432 247v121h-16v-112l-221 -253l13 -12zM320 288c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM320 336
|
| 1295 |
+
c-9 0 -16 -7 -16 -16s7 -16 16 -16s16 7 16 16s-7 16 -16 16z" />
|
| 1296 |
+
<glyph glyph-name="ion-ios-pricetags" unicode=""
|
| 1297 |
+
d="M432 384h16v-144l-240 -272l-13 13l237 266v137zM256 416h160v-32v-16v-112l-221 -253l-12 -11l-23 -24l-160 160zM320 288c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM304 320c0 11 5 16 16 16s16 -5 16 -16s-5 -16 -16 -16s-16 5 -16 16z" />
|
| 1298 |
+
<glyph glyph-name="ion-ios-printer-outline" unicode="" horiz-adv-x="416"
|
| 1299 |
+
d="M384 336c18 0 32 -13 32 -31v-159c0 -18 -14 -32 -32 -32h-48v-114h-256v114h-48c-18 0 -32 14 -32 32v159c0 18 14 31 32 31h32v48h288v-48h32zM80 368v-32h256v32h-256zM320 16v192h-224v-192h224zM400 146v159c0 9 -7 15 -16 15v0h-352c-9 0 -16 -6 -16 -15v-159
|
| 1300 |
+
c0 -9 7 -16 16 -16h48v94h256v-94h48c9 0 16 7 16 16z" />
|
| 1301 |
+
<glyph glyph-name="ion-ios-printer" unicode="" horiz-adv-x="416"
|
| 1302 |
+
d="M80 0v224h256v-224h-256zM80 -0v224h256v-224h-256zM64 352v32h288v-32h-288zM385 336c18 0 31 -14 31 -31v-158c0 -17 -13 -34 -31 -34h-33v126h-288v-126h-31c-18 0 -33 17 -33 34v158c0 17 15 31 33 31h352z" />
|
| 1303 |
+
<glyph glyph-name="ion-ios-pulse-strong" unicode="" horiz-adv-x="480"
|
| 1304 |
+
d="M432 175c27 0 48 -20 48 -47s-21 -49 -48 -49c-21 0 -38 13 -45 31h-51c-7 0 -13 4 -15 11l-16 47l-50 -173c-2 -7 -8 -11 -15 -11h-1c-7 0 -14 5 -15 12l-51 308l-45 -182c-2 -7 -9 -12 -16 -12h-112v32h99l61 245c2 7 8 13 16 13s15 -7 16 -14l52 -314l45 155
|
| 1305 |
+
c2 7 8 11 15 11v0c7 0 13 -4 15 -11l29 -85h38c6 19 25 33 46 33z" />
|
| 1306 |
+
<glyph glyph-name="ion-ios-pulse" unicode=""
|
| 1307 |
+
d="M416 160c18 0 32 -14 32 -32s-14 -32 -32 -32c-15 0 -27 10 -31 23h-65c-3 0 -7 2 -8 5l-23 72l-57 -198c-1 -3 -4 -6 -8 -6v0c-4 0 -7 3 -8 7l-58 346l-54 -220c-1 -4 -4 -6 -8 -6h-96v16h90l62 251c1 4 4 6 8 6s7 -3 8 -7l58 -349l54 190c1 3 4 5 8 5s7 -2 8 -5l30 -91
|
| 1308 |
+
h59c3 14 16 25 31 25z" />
|
| 1309 |
+
<glyph glyph-name="ion-ios-rainy-outline" unicode="" horiz-adv-x="288"
|
| 1310 |
+
d="M220 269c38 0 68 -33 68 -71c0 -29 -19 -56 -45 -66l-55 -80c-2 -2 -5 -4 -8 -4c-5 0 -8 3 -8 8c0 2 1 4 2 6l46 66v0h-35l-31 -44c-2 -2 -4 -4 -7 -4c-5 0 -9 3 -9 8c0 2 1 3 2 5l25 35h-37l-53 -76c-2 -2 -4 -4 -7 -4c-5 0 -9 3 -9 8c0 2 2 4 3 6l46 66h-36l-32 -44
|
| 1311 |
+
c-2 -2 -4 -4 -7 -4c-5 0 -8 3 -8 8c0 2 1 4 2 6l25 34c-29 2 -52 27 -52 56c0 28 22 58 50 60c0 3 -1 5 -1 8c0 46 31 84 82 84c45 0 73 -31 81 -68c3 0 5 1 8 1zM220 146c28 0 52 24 52 52s-24 54 -52 54h-6l-15 -2l-3 15c-3 14 -11 31 -23 40c-12 10 -26 14 -41 14
|
| 1312 |
+
c-36 0 -66 -31 -66 -67v-12v-10c-6 0 -12 -2 -14 -2c-20 -3 -35 -23 -35 -43c0 -10 4 -20 11 -27s16 -12 26 -12h124v0v0h42z" />
|
| 1313 |
+
<glyph glyph-name="ion-ios-rainy" unicode="" horiz-adv-x="288"
|
| 1314 |
+
d="M220 269c38 0 68 -33 68 -71c0 -29 -19 -56 -45 -66l-55 -80c-2 -2 -5 -4 -8 -4c-5 0 -8 3 -8 8c0 2 1 4 2 6l46 66v0h-35l-31 -44c-2 -2 -4 -4 -7 -4c-5 0 -9 3 -9 8c0 2 1 3 2 5l25 35h-37l-53 -76c-2 -2 -4 -4 -7 -4c-5 0 -9 3 -9 8c0 2 2 4 3 6l46 66h-36l-32 -44
|
| 1315 |
+
c-2 -2 -4 -4 -7 -4c-5 0 -8 3 -8 8c0 2 1 4 2 6l25 34c-29 2 -52 27 -52 56c0 28 22 58 50 60c0 3 -1 5 -1 8c0 46 31 84 82 84c45 0 73 -31 81 -68c3 0 5 1 8 1z" />
|
| 1316 |
+
<glyph glyph-name="ion-ios-recording-outline" unicode="" horiz-adv-x="480"
|
| 1317 |
+
d="M370 304c61 0 110 -50 110 -112s-49 -112 -110 -112h-260c-61 0 -110 50 -110 112s49 112 110 112s110 -50 110 -112c0 -40 -21 -75 -53 -95h146c-32 20 -53 55 -53 95c0 62 49 112 110 112zM16 192c0 -53 42 -95 94 -95s93 42 93 95s-41 95 -93 95s-94 -42 -94 -95z
|
| 1318 |
+
M370 97c52 0 94 42 94 95s-42 95 -94 95s-93 -42 -93 -95s41 -95 93 -95zM368 240c-26 0 -48 -22 -48 -48s22 -48 48 -48s48 22 48 48s-22 48 -48 48zM368 256v0c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM112 240c-26 0 -48 -22 -48 -48
|
| 1319 |
+
s22 -48 48 -48s48 22 48 48s-22 48 -48 48zM112 256v0c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64z" />
|
| 1320 |
+
<glyph glyph-name="ion-ios-recording" unicode="" horiz-adv-x="480"
|
| 1321 |
+
d="M370 304c61 0 110 -50 110 -112s-49 -112 -110 -112h-260c-61 0 -110 50 -110 112s49 112 110 112s110 -50 110 -112c0 -40 -21 -76 -53 -95h146c-32 19 -53 55 -53 95c0 62 49 112 110 112zM112 128c35 0 64 29 64 64s-29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64z
|
| 1322 |
+
M368 128c35 0 64 29 64 64s-29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64zM368 240c26 0 48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48s22 48 48 48zM112 240c26 0 48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48s22 48 48 48z" />
|
| 1323 |
+
<glyph glyph-name="ion-ios-redo-outline" unicode="" horiz-adv-x="384"
|
| 1324 |
+
d="M0 48v32c0 17 -3 83 49 136c35 36 80 53 143 56v80l192 -128l-192 -128v80c-40 -1 -63 -9 -87 -20c-31 -14 -55 -44 -75 -77l-20 -31h-10zM208 256c-201 0 -192 -169 -192 -169c48 81 101 105 192 105v-65l148 97l-148 97v-65z" />
|
| 1325 |
+
<glyph glyph-name="ion-ios-redo" unicode="" horiz-adv-x="384"
|
| 1326 |
+
d="M0 48v32c0 17 -3 83 49 136c35 36 80 53 143 56v80l192 -128l-192 -128v80c-40 -1 -63 -9 -87 -20c-31 -14 -55 -44 -75 -77l-20 -31h-10z" />
|
| 1327 |
+
<glyph glyph-name="ion-ios-refresh-empty" unicode="" horiz-adv-x="256"
|
| 1328 |
+
d="M128 64c-71 0 -128 57 -128 128s57 128 128 128v44l96 -64l-96 -56v56c-60 0 -108 -48 -108 -108s48 -108 108 -108s108 48 108 108h20c0 -71 -57 -128 -128 -128z" />
|
| 1329 |
+
<glyph glyph-name="ion-ios-refresh-outline" unicode="" horiz-adv-x="416"
|
| 1330 |
+
d="M316 192v0h20c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128v44l96 -64l-96 -56v56c-60 0 -108 -48 -108 -108s48 -108 108 -108s108 48 108 108zM208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 1
|
| 1331 |
+
c105 0 191 86 191 191s-86 191 -191 191s-191 -86 -191 -191s86 -191 191 -191z" />
|
| 1332 |
+
<glyph glyph-name="ion-ios-refresh" unicode="" horiz-adv-x="416"
|
| 1333 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM208 64c71 0 128 57 128 128h-20c0 -60 -48 -108 -108 -108s-108 48 -108 108s48 108 108 108v-56l96 56l-96 64v-44c-71 0 -128 -57 -128 -128s57 -128 128 -128z" />
|
| 1334 |
+
<glyph glyph-name="ion-ios-reload" unicode=""
|
| 1335 |
+
d="M192 384c106 0 192 -86 192 -192l55 53l9 -9l-70 -68l-67 68l9 9l51 -52c0 98 -80 178 -179 178s-179 -80 -179 -179s80 -179 179 -179c79 0 146 50 170 121l12 -3c-26 -76 -97 -131 -182 -131c-106 0 -192 86 -192 192s86 192 192 192z" />
|
| 1336 |
+
<glyph glyph-name="ion-ios-reverse-camera-outline" unicode="" horiz-adv-x="384"
|
| 1337 |
+
d="M238 129l2 2l11 -12l-2 -2c-16 -14 -36 -21 -57 -21c-45 0 -82 36 -87 78h-30l38 50l39 -50h-31c5 -33 35 -62 71 -62c17 0 33 6 46 17zM252 249c16 -14 25 -37 27 -57h30l-38 -51l-39 51h31c-5 35 -35 64 -71 64c-17 0 -33 -6 -46 -17l-2 -2l-11 12l2 2
|
| 1338 |
+
c16 14 36 21 57 21c22 0 44 -8 60 -23zM354 288c18 0 30 -14 30 -31v-176c0 -17 -12 -33 -30 -33h-320c-18 0 -34 16 -34 33v176c0 17 16 31 34 31h13v16h34v-16h13c32 36 43 48 55 48h88c12 0 23 -12 55 -48h62zM368 81v176c0 9 -5 15 -14 15h-62h-6s-4 1 -6 3s-6 8 -9 11
|
| 1339 |
+
c-12 13 -21 24 -27 30c-5 5 -7 4 -7 4h-88s-1 0 -6 -4c-6 -5 -15 -14 -26 -27c-3 -4 -8 -11 -11 -14s-4 -3 -6 -3h-6h-60c-9 0 -18 -7 -18 -15v-176c0 -9 9 -17 18 -17h320c8 0 14 8 14 17z" />
|
| 1340 |
+
<glyph glyph-name="ion-ios-reverse-camera" unicode="" horiz-adv-x="384"
|
| 1341 |
+
d="M354 288c18 0 30 -14 30 -31v-176c0 -17 -12 -33 -30 -33h-320c-18 0 -34 16 -34 33v176c0 17 16 31 34 31h13v16h34v-16h13c32 36 43 48 55 48h88c12 0 23 -12 55 -48h62zM249 117l2 2l-11 12l-2 -2c-13 -11 -29 -17 -46 -17c-36 0 -66 29 -71 62h31l-39 50l-38 -50h30
|
| 1342 |
+
c5 -42 42 -78 87 -78c21 0 41 7 57 21zM271 141l38 51h-30c-2 20 -11 43 -27 57c-16 15 -38 23 -60 23c-21 0 -41 -7 -57 -21l-2 -2l11 -12l2 2c13 11 29 17 46 17c36 0 66 -29 71 -64h-31z" />
|
| 1343 |
+
<glyph glyph-name="ion-ios-rewind-outline" unicode=""
|
| 1344 |
+
d="M432 293l-184 -101l184 -101v202zM208 292v0l-176 -100l176 -100v95v27v78zM224 320v0v-123l224 123v-256l-224 123v-123l-224 128z" />
|
| 1345 |
+
<glyph glyph-name="ion-ios-rewind" unicode=""
|
| 1346 |
+
d="M224 320v0v-123l224 123v-256l-224 123v-123l-224 128z" />
|
| 1347 |
+
<glyph glyph-name="ion-ios-rose-outline" unicode="" horiz-adv-x="320"
|
| 1348 |
+
d="M284 295c-4 -1 -9 -3 -13 -4c-37 -11 -71 -24 -103 -39c-17 -8 -24 -12 -44 -24l-7 -4c-31 -18 -50 -33 -63 -51c-15 -21 -22 -45 -22 -77c0 -16 3 -30 9 -44c6 -13 14 -26 25 -36c23 -21 55 -32 94 -32s71 11 94 32c11 10 19 23 25 36c6 14 9 28 9 44c0 20 -5 40 -11 60
|
| 1349 |
+
c-11 40 -23 83 7 139zM320 320v0c-77 -96 -16 -151 -16 -224s-56 -128 -144 -128s-144 55 -144 128s35 109 93 142c25 14 33 19 52 28c30 14 65 28 105 40c17 5 35 10 54 14zM38 325c14 -28 18 -57 19 -83c9 7 20 13 30 20c7 4 14 9 21 13c5 3 10 6 16 9c-5 4 -11 7 -17 11
|
| 1350 |
+
c-22 13 -48 23 -69 30zM0 352v0s66 -15 115 -43c15 -8 28 -18 37 -29c-12 -6 -24 -12 -36 -19c-7 -4 -14 -8 -20 -12c-25 -16 -44 -31 -57 -42c5 41 2 98 -39 145zM249 367c-8 -1 -20 -2 -35 -7c-25 -8 -47 -20 -64 -36c8 -6 15 -12 21 -18c29 12 65 26 95 34
|
| 1351 |
+
c-5 10 -12 20 -17 27zM256 384v0s26 -32 32 -55c-33 -8 -84 -25 -121 -42l-3 3c-9 11 -22 22 -39 32c52 60 131 62 131 62zM85 394c-6 -10 -10 -20 -14 -28c12 -4 22 -10 36 -17c4 5 9 10 14 14c-13 15 -27 25 -36 31zM80 416v0s35 -16 64 -56c-12 -9 -23 -20 -33 -31
|
| 1352 |
+
c-26 13 -40 21 -61 27c5 15 15 38 30 60z" />
|
| 1353 |
+
<glyph glyph-name="ion-ios-rose" unicode="" horiz-adv-x="320"
|
| 1354 |
+
d="M320 320v0c-77 -96 -16 -151 -16 -224s-56 -128 -144 -128s-144 55 -144 128s35 109 93 142c25 14 33 19 52 28c30 14 65 28 105 40c17 5 35 10 54 14zM0 352v0s66 -15 115 -43c15 -8 28 -18 37 -29c-12 -6 -24 -12 -36 -19c-7 -4 -14 -8 -20 -12
|
| 1355 |
+
c-25 -16 -44 -31 -57 -42c5 41 2 98 -39 145zM256 384v0s26 -32 32 -55c-33 -8 -84 -25 -121 -42l-3 3c-9 11 -22 22 -39 32c52 60 131 62 131 62zM80 416v0s35 -16 64 -56c-12 -9 -23 -20 -33 -31c-26 13 -40 21 -61 27c5 15 15 38 30 60z" />
|
| 1356 |
+
<glyph glyph-name="ion-ios-search-strong" unicode="" horiz-adv-x="384"
|
| 1357 |
+
d="M280 150l-4 -7l108 -109l-34 -34l-108 109l-7 -5c-24 -15 -53 -25 -83 -25c-84 0 -152 69 -152 153s68 152 152 152s152 -68 152 -152c0 -30 -9 -58 -24 -82zM237 317c-23 23 -53 35 -85 35s-62 -12 -85 -35s-35 -53 -35 -85s12 -62 35 -85s53 -35 85 -35s62 12 85 35
|
| 1358 |
+
s36 53 36 85s-13 62 -36 85z" />
|
| 1359 |
+
<glyph glyph-name="ion-ios-search" unicode="" horiz-adv-x="384"
|
| 1360 |
+
d="M384 23l-23 -23l-113 113c-26 -21 -60 -33 -96 -33c-84 0 -152 68 -152 152s68 152 152 152s152 -68 152 -152c0 -36 -12 -69 -33 -95zM56 135c26 -26 60 -39 96 -39s70 14 96 40s40 60 40 96s-14 70 -40 96s-60 40 -96 40s-70 -14 -96 -40s-40 -60 -40 -96
|
| 1361 |
+
s14 -71 40 -97z" />
|
| 1362 |
+
<glyph glyph-name="ion-ios-settings-strong" unicode=""
|
| 1363 |
+
d="M0 72h283c6 14 21 24 37 24s31 -10 37 -24h91v-32h-91c-6 -14 -21 -24 -37 -24s-31 10 -37 24h-283zM0 208h91c6 14 21 24 37 24s31 -10 37 -24h283v-32h-283c-6 -14 -21 -24 -37 -24s-31 10 -37 24h-91zM0 344h283c6 14 21 24 37 24s31 -10 37 -24h91v-32h-91
|
| 1364 |
+
c-6 -14 -21 -24 -37 -24s-31 10 -37 24h-283z" />
|
| 1365 |
+
<glyph glyph-name="ion-ios-settings" unicode=""
|
| 1366 |
+
d="M320 344c-9 0 -16 -7 -16 -16s7 -16 16 -16s16 7 16 16s-7 16 -16 16zM320 360v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM320 72c-9 0 -16 -7 -16 -16s7 -16 16 -16s16 7 16 16s-7 16 -16 16zM320 88v0c18 0 32 -14 32 -32s-14 -32 -32 -32
|
| 1367 |
+
s-32 14 -32 32s14 32 32 32zM128 208c-9 0 -16 -7 -16 -16s7 -16 16 -16s16 7 16 16s-7 16 -16 16zM128 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM175 200h273v-16h-273c0 3 1 5 1 8s-1 5 -1 8zM80 192c0 -3 1 -5 1 -8h-81v16h81
|
| 1368 |
+
c0 -3 -1 -5 -1 -8zM367 64h81v-16h-81c0 3 1 5 1 8s-1 5 -1 8zM272 56c0 -3 1 -5 1 -8h-273v16h273c0 -3 -1 -5 -1 -8zM367 336h81v-16h-81c0 3 1 5 1 8s-1 5 -1 8zM273 336c0 -3 -1 -5 -1 -8s1 -5 1 -8h-273v16h273z" />
|
| 1369 |
+
<glyph glyph-name="ion-ios-shuffle-strong" unicode="" horiz-adv-x="384"
|
| 1370 |
+
d="M301 296c-85 0 -119 -64 -152 -126c-1 -3 -3 -5 -4 -8l-1 -1c-2 -3 -2 -5 -4 -8c-21 -38 -43 -68 -68 -83c-15 -9 -34 -18 -72 -18v32c45 0 76 18 112 84c2 3 2 6 4 9h1c1 2 3 4 4 7c34 64 76 144 180 144h15l-52 43l21 25l99 -84l-99 -82l-21 24l51 42h-14zM285 154
|
| 1371 |
+
l99 -82l-99 -84l-21 25l52 43h-15c-78 0 -122 45 -153 95l18 33c29 -51 64 -96 135 -96h14l-51 42zM112 216c-36 66 -67 84 -112 84v32c38 0 57 -9 72 -18c25 -15 47 -44 67 -81c-7 -11 -13 -22 -19 -33c-1 2 -2 5 -3 7h-1c-2 3 -2 6 -4 9z" />
|
| 1372 |
+
<glyph glyph-name="ion-ios-shuffle" unicode="" horiz-adv-x="384"
|
| 1373 |
+
d="M298 241l-10 12l62 51h-46c-93 0 -129 -75 -164 -139c-2 -3 -3 -6 -5 -9c-20 -37 -41 -61 -65 -75c-14 -8 -33 -17 -70 -17v16c48 0 83 14 121 84c2 3 3 6 5 9c35 65 75 147 178 147h46l-62 52l10 12l86 -72zM135 228c0 -1 1 -2 1 -3c-3 -5 -6 -11 -9 -16c0 1 -1 1 -1 2
|
| 1374 |
+
c-2 3 -3 6 -5 9c-38 70 -73 84 -121 84v16c37 0 56 -9 70 -17c24 -14 45 -38 65 -75zM298 143l86 -71l-86 -72l-10 12l62 52h-46c-76 0 -118 45 -149 95c1 2 2 5 3 7c2 3 4 7 6 10c30 -50 67 -96 140 -96h46l-62 51z" />
|
| 1375 |
+
<glyph glyph-name="ion-ios-skipbackward-outline" unicode="" horiz-adv-x="320"
|
| 1376 |
+
d="M0 352h79v-142l241 142v-320l-241 142v-142h-79v320zM80 192l7 -4l217 -128v264v0l-217 -128zM16 336v-288h47v126v8v28v126h-47z" />
|
| 1377 |
+
<glyph glyph-name="ion-ios-skipbackward" unicode="" horiz-adv-x="320"
|
| 1378 |
+
d="M0 352h79v-142l241 142v-320l-241 142v-142h-79v320z" />
|
| 1379 |
+
<glyph glyph-name="ion-ios-skipforward-outline" unicode="" horiz-adv-x="320"
|
| 1380 |
+
d="M241 352h79v-320h-79v142l-241 -142v320l241 -142v142zM233 188l7 4l-7 4l-217 128v0v-264zM304 48v288h-47v-126v-28v-8v-126h47z" />
|
| 1381 |
+
<glyph glyph-name="ion-ios-skipforward" unicode="" horiz-adv-x="320"
|
| 1382 |
+
d="M241 352h79v-320h-79v142l-241 -142v320l241 -142v142z" />
|
| 1383 |
+
<glyph glyph-name="ion-ios-snowy" unicode="" horiz-adv-x="256"
|
| 1384 |
+
d="M252 131c4 -2 5 -7 3 -11s-7 -5 -11 -3l-29 17c-2 -8 -2 -16 0 -24c1 -4 -3 -9 -7 -10s-8 2 -9 6c-2 12 -3 24 1 36l-64 36v-73c11 -3 22 -8 31 -16c3 -3 4 -8 1 -11s-8 -4 -11 -1c-6 5 -13 10 -21 12v-33c0 -4 -4 -8 -8 -8s-8 4 -8 8v33c-8 -2 -15 -7 -21 -12
|
| 1385 |
+
c-3 -3 -8 -2 -11 1s-3 8 0 11c9 8 20 13 32 16v73l-65 -36c4 -12 4 -23 2 -35c-1 -4 -5 -8 -9 -7s-8 6 -7 10c2 8 2 16 0 24l-29 -17c-4 -2 -9 -1 -11 3s-1 9 3 11l29 16c-6 6 -13 10 -21 13c-4 1 -6 6 -5 10c2 4 6 6 10 5c12 -4 22 -11 30 -19l65 36l-65 37
|
| 1386 |
+
c-8 -9 -18 -15 -30 -19c-4 -1 -9 0 -10 4s1 10 5 11c8 3 15 6 21 12l-29 16c-4 2 -5 7 -3 11s7 5 11 3l29 -16c2 8 2 15 0 23c-1 4 3 9 7 10s8 -2 9 -6c2 -12 1 -25 -2 -36l65 -36v73c-12 3 -23 8 -32 16c-3 3 -3 8 0 11s8 4 11 1c6 -5 13 -10 21 -12v33c0 4 4 8 8 8
|
| 1387 |
+
s8 -4 8 -8v-33c8 2 15 7 21 12c3 3 8 2 11 -1s2 -8 -1 -11c-9 -8 -20 -13 -31 -16v-73l64 36c-3 11 -4 24 -2 36c1 4 6 7 10 6s7 -6 6 -10c-2 -8 -1 -15 1 -23l29 16c4 2 9 1 11 -3s1 -9 -3 -11l-29 -16c6 -6 13 -10 21 -13c4 -1 6 -6 5 -10s-6 -6 -10 -5
|
| 1388 |
+
c-12 4 -23 10 -31 19l-64 -36l64 -36c8 8 19 15 31 19c4 1 9 -1 10 -5s-1 -9 -5 -10c-8 -3 -15 -7 -21 -13z" />
|
| 1389 |
+
<glyph glyph-name="ion-ios-speedometer-outline" unicode=""
|
| 1390 |
+
d="M224 384c124 0 224 -100 224 -224c0 -57 -21 -108 -56 -148c-4 -4 -7 -8 -11 -12l-10 10l-1 2c-19 18 -41 33 -65 43c-26 11 -53 16 -81 16s-55 -5 -81 -16c-24 -10 -46 -25 -65 -43l-1 -2l-10 -10c-4 4 -7 8 -11 12c-35 40 -56 91 -56 148c0 124 100 224 224 224z
|
| 1391 |
+
M416 79c10 23 15 48 16 73h-32v16h32c-1 25 -6 50 -16 73c-9 22 -23 42 -39 60l-27 -27l-6 6l-5 5v0h-1l27 27c-18 17 -38 31 -60 40c-23 10 -48 15 -74 16v-38h-16v38c-25 -1 -49 -6 -72 -16c-22 -10 -43 -23 -61 -40l27 -27v0v0l-6 -6l-5 -5l-27 27
|
| 1392 |
+
c-16 -18 -30 -38 -39 -60c-10 -23 -15 -49 -16 -74h32v-16h-32c1 -25 6 -49 16 -72c9 -20 20 -39 35 -56c40 40 96 64 157 64s117 -24 157 -64c15 17 26 36 35 56zM336 273l2 -1l-75 -84c6 -8 9 -18 9 -28c0 -26 -22 -48 -48 -48c-10 0 -19 4 -27 9l-13 -12l-11 11l12 12
|
| 1393 |
+
c-6 8 -9 18 -9 28c0 26 22 48 48 48c10 0 19 -3 27 -8zM224 128c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 1394 |
+
<glyph glyph-name="ion-ios-speedometer" unicode=""
|
| 1395 |
+
d="M385 169v-15h30c-1 -22 -6 -44 -15 -65c-8 -18 -19 -35 -32 -50c-39 37 -90 58 -144 58s-105 -21 -144 -58c-13 15 -24 32 -32 50c-9 21 -14 43 -15 65h28h1v16h-29c1 23 6 45 15 66c9 20 20 38 35 54l25 -24l10 10l1 1v0v0l-25 25c16 15 36 26 56 35c21 9 43 14 66 15
|
| 1396 |
+
v-34h14h1v34c23 -1 46 -6 67 -15s39 -20 55 -35l-24 -25l11 -11l25 25c15 -16 26 -35 35 -55c9 -21 14 -43 15 -66h-30v-1zM272 160c0 10 -3 20 -9 28l63 76l-2 1l-73 -65c-8 5 -17 8 -27 8c-26 0 -48 -22 -48 -48c0 -10 3 -20 9 -28l-12 -12l11 -11l13 12c8 -5 17 -9 27 -9
|
| 1397 |
+
c26 0 48 22 48 48zM224 384c124 0 224 -100 224 -224c0 -57 -21 -108 -56 -148c-4 -4 -7 -8 -11 -12h-23c-32 39 -80 64 -134 64s-102 -25 -134 -64h-23c-4 4 -7 8 -11 12c-35 40 -56 91 -56 148c0 124 100 224 224 224zM379 27c34 37 52 86 52 136c0 55 -22 106 -61 145
|
| 1398 |
+
s-91 60 -146 60s-107 -21 -146 -60s-61 -90 -61 -145c0 -50 18 -99 52 -136l10 -10l1 -1v1l9 9l1 1v0c17 17 38 30 60 39c24 10 48 15 74 15s50 -5 74 -15c22 -9 43 -22 60 -39v0l1 -1l9 -9v-1l1 1zM192 160c0 21 11 32 32 32s32 -11 32 -32s-11 -32 -32 -32s-32 11 -32 32z
|
| 1399 |
+
" />
|
| 1400 |
+
<glyph glyph-name="ion-ios-star-half" unicode=""
|
| 1401 |
+
d="M140 143l-140 98h171l53 159l53 -159h171l-140 -98l54 -159l-138 99l-138 -99zM224 347v-244l107 -76l-43 122l108 75h-131z" />
|
| 1402 |
+
<glyph glyph-name="ion-ios-star-outline" unicode=""
|
| 1403 |
+
d="M448 241l-140 -98l54 -159l-138 99l-138 -99l54 159l-140 98h171l53 159l53 -159h171zM331 27l-43 122l108 75h-131l-41 123l-41 -123h-131l108 -75l-43 -122l107 76z" />
|
| 1404 |
+
<glyph glyph-name="ion-ios-star" unicode=""
|
| 1405 |
+
d="M448 241l-140 -98l54 -159l-138 99l-138 -99l54 159l-140 98h171l53 159l53 -159h171z" />
|
| 1406 |
+
<glyph glyph-name="ion-ios-stopwatch-outline" unicode="" horiz-adv-x="384"
|
| 1407 |
+
d="M334 301c32 -35 50 -80 50 -128c0 -104 -86 -189 -192 -189s-192 85 -192 189c0 48 18 94 51 129l1 1h-18l-8 -8l-23 23l41 40l23 -22l-9 -9v-18c31 30 72 50 116 53h2v38h32v-38c43 -4 82 -21 113 -49l5 -5v19l-9 9l23 22l41 -40l-22 -23l-9 8h-18zM192 2
|
| 1408 |
+
c96 0 173 77 173 171s-77 171 -173 171c-95 0 -173 -77 -173 -171s77 -171 173 -171zM200 191c14 -4 24 -17 24 -31c0 -15 -10 -26 -24 -30l-8 -18v0l-8 18c-14 4 -24 15 -24 30c0 14 12 27 24 31v129h16v-129z" />
|
| 1409 |
+
<glyph glyph-name="ion-ios-stopwatch" unicode="" horiz-adv-x="384"
|
| 1410 |
+
d="M334 301c32 -35 50 -80 50 -128c0 -104 -86 -189 -192 -189s-192 85 -192 189c0 48 18 94 51 129l1 1h-18l-8 -8l-23 23l41 40l23 -22l-9 -9v-18c31 30 72 50 116 53h2v38h32v-38c43 -4 82 -21 113 -49l5 -5v19l-9 9l23 22l41 -40l-22 -23l-9 8h-18zM200 130
|
| 1411 |
+
c14 4 24 15 24 30c0 14 -10 27 -24 31v129h-16v-129c-12 -4 -24 -17 -24 -31c0 -15 10 -26 24 -30l8 -18z" />
|
| 1412 |
+
<glyph glyph-name="ion-ios-sunny-outline" unicode="" horiz-adv-x="320"
|
| 1413 |
+
d="M151 296v56h18v-56h-18zM151 32v60h18v-60h-18zM264 183v18h56v-18h-56zM0 183v18h60v-18h-60zM240 130l34 -34l-12 -12l-33 34zM64 306l34 -33l-12 -12l-34 34zM229 272l33 34l12 -12l-34 -33zM52 96l34 34l11 -12l-33 -34zM160 116c-42 0 -76 34 -76 76s34 76 76 76
|
| 1414 |
+
s76 -34 76 -76s-34 -76 -76 -76zM160 251c-32 0 -59 -27 -59 -59s27 -59 59 -59s59 27 59 59s-27 59 -59 59z" />
|
| 1415 |
+
<glyph glyph-name="ion-ios-sunny" unicode="" horiz-adv-x="320"
|
| 1416 |
+
d="M151 296v56h18v-56h-18zM151 32v60h18v-60h-18zM264 183v18h56v-18h-56zM0 183v18h60v-18h-60zM240 130l34 -34l-12 -12l-33 34zM64 306l34 -33l-12 -12l-34 34zM229 272l33 34l12 -12l-34 -33zM52 96l34 34l11 -12l-33 -34zM160 116c-42 0 -76 34 -76 76s34 76 76 76
|
| 1417 |
+
s76 -34 76 -76s-34 -76 -76 -76z" />
|
| 1418 |
+
<glyph glyph-name="ion-ios-telephone-outline" unicode="" horiz-adv-x="352"
|
| 1419 |
+
d="M336 112c16 -16 26 -35 0 -66c-25 -30 -42 -30 -64 -30c-24 0 -58 14 -93 40c-32 23 -46 34 -78 67c-34 35 -55 64 -79 107c-27 50 -24 74 -18 92c4 12 14 24 28 33l1 1c6 4 18 12 32 12c13 0 24 -6 34 -18l1 -1c11 -14 24 -31 32 -47c10 -21 10 -38 -1 -53
|
| 1420 |
+
c-9 -12 -12 -19 -12 -23s5 -9 13 -18l1 -1c16 -18 20 -23 26 -29c1 -1 3 -2 4 -3l2 -2c7 -7 11 -12 29 -28l1 -1c7 -6 9 -8 12 -8c5 0 16 7 29 15c4 3 11 5 17 5c27 0 68 -29 83 -44zM324 57c19 22 13 31 1 43c-13 14 -50 39 -72 39c-3 0 -6 -1 -8 -2
|
| 1421 |
+
c-19 -12 -28 -18 -37 -18s-15 6 -23 13h-1c-19 16 -23 21 -30 29l-2 2c-1 1 -3 2 -4 3c-6 6 -11 12 -27 30v1c-10 11 -17 18 -18 28s5 20 16 34c15 20 -5 48 -31 79l-1 1c-7 8 -14 12 -22 12c-10 0 -18 -6 -23 -9c-1 0 -2 -1 -2 -1c-11 -7 -18 -16 -21 -24
|
| 1422 |
+
c-5 -16 -7 -35 17 -79c23 -42 43 -70 76 -104c31 -32 45 -42 76 -64c32 -23 64 -38 84 -38c21 0 32 1 52 25z" />
|
| 1423 |
+
<glyph glyph-name="ion-ios-telephone" unicode="" horiz-adv-x="352"
|
| 1424 |
+
d="M336 112c16 -16 26 -35 0 -66c-25 -30 -42 -30 -64 -30c-24 0 -58 14 -93 40c-32 23 -46 34 -78 67c-34 35 -55 64 -79 107c-27 50 -24 74 -18 92c4 12 14 24 28 33l1 1c6 4 18 12 32 12c13 0 24 -6 34 -18l1 -1c11 -14 24 -31 32 -47c10 -21 10 -38 -1 -53
|
| 1425 |
+
c-9 -12 -12 -19 -12 -23s5 -9 13 -18l1 -1c16 -18 20 -23 26 -29c1 -1 3 -2 4 -3l2 -2c7 -7 11 -12 29 -28l1 -1c7 -6 9 -8 12 -8c5 0 16 7 29 15c4 3 11 5 17 5c27 0 68 -29 83 -44z" />
|
| 1426 |
+
<glyph glyph-name="ion-ios-tennisball-outline" unicode="" horiz-adv-x="416"
|
| 1427 |
+
d="M416 192v-8v0c0 -5 0 -11 -1 -16v0c-11 -97 -90 -174 -187 -183v0h-4h-2s-1 -1 -2 -1h-3h-1h-8c-115 0 -208 93 -208 208s93 208 208 208s208 -93 208 -208zM399 192c0 105 -86 191 -191 191c-3 0 -5 -1 -8 -1c1 -24 6 -46 15 -68c10 -26 26 -49 46 -69s43 -36 69 -46
|
| 1428 |
+
c22 -9 44 -14 68 -15c0 3 1 5 1 8zM17 192c0 -105 86 -191 191 -191h4c-1 22 -7 45 -15 66c-10 26 -26 48 -46 68s-42 36 -68 46c-21 8 -44 14 -66 15v-4zM228 2c88 9 158 78 169 166c-54 3 -106 25 -147 66s-63 93 -66 147c-88 -11 -157 -81 -166 -169
|
| 1429 |
+
c53 -3 105 -25 145 -65s62 -92 65 -145z" />
|
| 1430 |
+
<glyph glyph-name="ion-ios-tennisball" unicode="" horiz-adv-x="416"
|
| 1431 |
+
d="M0 196v0v0v0zM212 -16h1h-1v0zM208 400c115 0 208 -93 208 -208c0 -8 0 -16 -1 -24v0v0c-11 -97 -90 -174 -187 -183v0v0c-6 -1 -13 -1 -20 -1c-115 0 -208 93 -208 208v4v0v0c0 6 0 11 1 16v0v0c9 97 86 176 183 187v0v0c6 1 11 1 16 1v0v0h8zM83 181
|
| 1432 |
+
c26 -10 48 -26 68 -46s36 -42 46 -68c8 -21 14 -44 15 -66c5 0 11 0 16 1c-3 53 -25 105 -65 145s-92 62 -145 65c-1 -5 -1 -11 -1 -16c22 -1 45 -7 66 -15zM250 234c41 -41 93 -63 147 -66c1 5 1 11 1 16c-24 1 -46 6 -68 15c-26 10 -49 26 -69 46s-36 43 -46 69
|
| 1433 |
+
c-9 22 -14 44 -15 68c-5 0 -11 0 -16 -1c3 -54 25 -106 66 -147z" />
|
| 1434 |
+
<glyph glyph-name="ion-ios-thunderstorm-outline" unicode="" horiz-adv-x="274"
|
| 1435 |
+
d="M193 176l-88 -128l29 96h-52l15 80h72l-16 -48h40zM209 275c36 0 65 -29 65 -65s-29 -66 -65 -66h-8v17h8c27 0 49 22 49 49s-22 50 -49 50h-6l-14 -2l-3 14c-3 14 -11 26 -22 35s-25 13 -39 13c-34 0 -63 -27 -63 -62v-12s1 -9 1 -9c-5 0 -12 -2 -14 -2
|
| 1436 |
+
c-19 -3 -33 -18 -33 -37c0 -10 3 -19 10 -26s16 -11 26 -11h11v-17h-11c-28 0 -52 24 -52 53c0 27 21 51 47 53v8c0 43 35 78 78 78c37 0 68 -26 76 -61h8z" />
|
| 1437 |
+
<glyph glyph-name="ion-ios-thunderstorm" unicode="" horiz-adv-x="274"
|
| 1438 |
+
d="M153 176h40l-22 -32l-66 -96l29 96h-52l15 80h72zM84 240h107l-16 -48h18h30l-33 -48h19c36 0 65 30 65 66s-29 65 -65 65h-8c-8 35 -39 61 -76 61c-43 0 -78 -35 -78 -78v-8c-26 -2 -47 -26 -47 -53c0 -29 24 -53 52 -53h14z" />
|
| 1439 |
+
<glyph glyph-name="ion-ios-time-outline" unicode=""
|
| 1440 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM371 45c19 19 35 41 45 66c11 26 16 53 16 81s-5 55 -16 81c-10 25 -26 47 -45 66s-41 35 -66 45c-26 11 -53 16 -81 16s-55 -5 -81 -16c-25 -10 -47 -26 -66 -45
|
| 1441 |
+
s-35 -41 -45 -66c-11 -26 -16 -53 -16 -81s5 -55 16 -81c10 -25 26 -47 45 -66s41 -35 66 -45c26 -11 53 -16 81 -16s55 5 81 16c25 10 47 26 66 45zM216 368c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM216 16c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM392 192
|
| 1442 |
+
c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM40 192c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM128 344c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM304 40c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM368 280c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8
|
| 1443 |
+
zM64 104c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM64 280c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM368 104c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM304 344c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM128 40c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8
|
| 1444 |
+
s-8 3 -8 8zM238 200c4 -8 2 -18 -6 -22v-122c0 -4 -4 -8 -8 -8s-8 4 -8 8v122c-2 1 -4 4 -6 6c-3 5 -3 11 0 16l-37 63c-2 4 -1 9 3 11s8 1 10 -3l38 -63c5 0 11 -3 14 -8z" />
|
| 1445 |
+
<glyph glyph-name="ion-ios-time" unicode=""
|
| 1446 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM224 376c-4 0 -8 -4 -8 -8s4 -8 8 -8s8 4 8 8s-4 8 -8 8zM48 184c4 0 8 4 8 8s-4 8 -8 8s-8 -4 -8 -8s4 -8 8 -8zM76 97c4 2 4 7 2 11s-6 5 -10 3s-5 -7 -3 -11s7 -5 11 -3z
|
| 1447 |
+
M78 276c2 4 2 9 -2 11s-9 1 -11 -3s-1 -9 3 -11s8 -1 10 3zM132 351c-4 -2 -5 -7 -3 -11s7 -4 11 -2s5 6 3 10s-7 5 -11 3zM143 36c2 4 1 8 -3 10s-9 2 -11 -2s-1 -9 3 -11s9 -1 11 3zM224 8c4 0 8 4 8 8s-4 8 -8 8s-8 -4 -8 -8s4 -8 8 -8zM232 178c8 4 10 14 6 22
|
| 1448 |
+
c-3 5 -9 8 -14 8l-38 64c-2 4 -7 4 -11 2s-4 -7 -2 -11l37 -63c-3 -5 -3 -11 0 -16c2 -2 4 -5 6 -6v-122c0 -4 4 -8 8 -8s8 4 8 8v122zM316 33c4 2 5 7 3 11s-7 4 -11 2s-5 -6 -3 -10s7 -5 11 -3zM319 340c2 4 1 9 -3 11s-9 1 -11 -3s-1 -8 3 -10s9 -2 11 2zM383 100
|
| 1449 |
+
c2 4 1 9 -3 11s-8 1 -10 -3s-2 -9 2 -11s9 -1 11 3zM380 273c4 2 5 7 3 11s-7 5 -11 3s-4 -7 -2 -11s6 -5 10 -3zM400 184c4 0 8 4 8 8s-4 8 -8 8s-8 -4 -8 -8s4 -8 8 -8z" />
|
| 1450 |
+
<glyph glyph-name="ion-ios-timer-outline" unicode="" horiz-adv-x="416"
|
| 1451 |
+
d="M189 176l-1 2s-89 118 -86 120s121 -85 121 -85c1 -1 1 -2 2 -3c5 -5 8 -11 8 -18c0 -14 -11 -25 -25 -25c-8 0 -14 3 -19 9zM208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208c0 57 23 109 61 147l12 -12c-35 -35 -56 -82 -56 -135
|
| 1452 |
+
c0 -106 85 -191 191 -191s191 85 191 191c0 100 -77 183 -175 191v-95h-16v112v0v0z" />
|
| 1453 |
+
<glyph glyph-name="ion-ios-timer" unicode="" horiz-adv-x="416"
|
| 1454 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208s-208 93 -208 208s93 208 208 208zM102 298c-2 -2 86 -120 86 -120l1 -1c5 -6 11 -10 19 -10c14 0 25 11 25 25c0 7 -3 13 -8 18l-3 3c0 0 -117 87 -120 85zM208 1c106 0 192 85 192 191s-86 192 -192 192v-96h16v78
|
| 1455 |
+
c88 -9 158 -84 158 -174c0 -96 -78 -174 -174 -174s-175 78 -175 174c0 48 19 92 51 124l-11 12c-35 -35 -56 -83 -56 -136c0 -106 85 -191 191 -191z" />
|
| 1456 |
+
<glyph glyph-name="ion-ios-toggle-outline" unicode=""
|
| 1457 |
+
d="M96 128c-26 0 -48 -22 -48 -48s22 -48 48 -48s48 22 48 48s-22 48 -48 48zM96 144v0c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM351 160v0h-255c-44 0 -80 -36 -80 -80s36 -80 80 -80h256c44 0 80 36 80 80s-37 80 -81 80zM352 176v0
|
| 1458 |
+
c53 0 96 -43 96 -96s-43 -96 -96 -96h-256c-53 0 -96 43 -96 96s43 96 96 96h256zM352 352c-26 0 -48 -22 -48 -48s22 -48 48 -48s48 22 48 48s-22 48 -48 48zM352 368v0c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM97 384v0c-44 0 -81 -36 -81 -80
|
| 1459 |
+
s36 -80 80 -80h256c44 0 80 36 80 80s-36 80 -80 80h-255zM96 400v0h256c53 0 96 -43 96 -96s-43 -96 -96 -96h-256c-53 0 -96 43 -96 96s43 96 96 96z" />
|
| 1460 |
+
<glyph glyph-name="ion-ios-toggle" unicode=""
|
| 1461 |
+
d="M96 128c26 0 48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48s22 48 48 48zM352 176c53 0 96 -43 96 -96s-43 -96 -96 -96h-256c-53 0 -96 43 -96 96s43 96 96 96h256zM96 16c35 0 64 29 64 64s-29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64zM352 256c-26 0 -48 22 -48 48
|
| 1462 |
+
s22 48 48 48s48 -22 48 -48s-22 -48 -48 -48zM96 208c-53 0 -96 43 -96 96s43 96 96 96h256c53 0 96 -43 96 -96s-43 -96 -96 -96h-256zM352 368c-35 0 -64 -29 -64 -64s29 -64 64 -64s64 29 64 64s-29 64 -64 64z" />
|
| 1463 |
+
<glyph glyph-name="ion-ios-trash-outline" unicode="" horiz-adv-x="288"
|
| 1464 |
+
d="M288 335v-15h-20l-24 -291c0 -16 -13 -29 -29 -29h-141c-16 0 -29 13 -29 29l-24 291h-21v15h80v20c0 16 13 29 29 29h70c16 0 29 -13 29 -29v-20h80zM95 355v-20h98v20c0 8 -6 14 -14 14h-70c-8 0 -14 -6 -14 -14zM230 30l23 290h-217l23 -290v0v-1c0 -8 7 -14 15 -14
|
| 1465 |
+
h141c8 0 15 6 15 14v1v0zM137 47v241h14v-241h-14zM208 288l-11 -241h-14l10 241h15zM94 288l11 -241h-14l-11 241h14z" />
|
| 1466 |
+
<glyph glyph-name="ion-ios-trash" unicode="" horiz-adv-x="288"
|
| 1467 |
+
d="M208 335h80v-15h-20l-24 -291c0 -16 -13 -29 -29 -29h-141c-16 0 -29 13 -29 29l-24 291h-21v15h80v20c0 16 13 29 29 29h70c16 0 29 -13 29 -29v-20zM95 355v0v-20h98v20c0 8 -6 14 -14 14h-70c-8 0 -14 -6 -14 -14zM91 47h14l-11 241h-14zM151 47v241h-14v-241h14z
|
| 1468 |
+
M197 47l11 241h-14l-11 -241h14z" />
|
| 1469 |
+
<glyph glyph-name="ion-ios-undo-outline" unicode="" horiz-adv-x="384"
|
| 1470 |
+
d="M384 80v-32h-10l-20 31c-20 33 -44 63 -75 77c-24 11 -47 19 -87 20v-80l-192 128l192 128v-80c63 -3 108 -21 143 -56c52 -53 49 -119 49 -136zM368 87c0 0 9 169 -192 169v65l-148 -97l148 -97v65c91 0 144 -24 192 -105z" />
|
| 1471 |
+
<glyph glyph-name="ion-ios-undo" unicode="" horiz-adv-x="384"
|
| 1472 |
+
d="M384 80v-32h-10l-20 31c-20 33 -44 63 -75 77c-24 11 -47 19 -87 20v-80l-192 128l192 128v-80c63 -3 108 -21 143 -56c52 -53 49 -119 49 -136z" />
|
| 1473 |
+
<glyph glyph-name="ion-ios-unlocked-outline" unicode="" horiz-adv-x="320"
|
| 1474 |
+
d="M160 160c18 0 32 -14 32 -32c0 -15 -10 -27 -24 -31v-33h-16v33c-14 4 -24 16 -24 31c0 18 14 32 32 32zM160 112c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM72 224h248v-240h-320v240h56v72c0 57 47 104 104 104s104 -47 104 -104v-8h-16v8
|
| 1475 |
+
c0 49 -39 88 -88 88s-88 -39 -88 -88v-72zM304 0v208h-288v-208h288z" />
|
| 1476 |
+
<glyph glyph-name="ion-ios-unlocked" unicode="" horiz-adv-x="320"
|
| 1477 |
+
d="M160 144c9 0 16 -7 16 -16s-7 -16 -16 -16s-16 7 -16 16s7 16 16 16zM72 224h248v-240h-320v240h56v72c0 57 47 104 104 104s104 -47 104 -104v-8h-16v8c0 49 -39 88 -88 88s-88 -39 -88 -88v-72zM168 97c14 4 24 16 24 31c0 18 -14 32 -32 32s-32 -14 -32 -32
|
| 1478 |
+
c0 -15 10 -27 24 -31v-33h16v33z" />
|
| 1479 |
+
<glyph glyph-name="ion-ios-upload-outline" unicode="" horiz-adv-x="320"
|
| 1480 |
+
d="M192 304h128v-304h-320v304h128v-16h-112v-272h288v272h-112v16zM97 330l-11 12l74 74l74 -74l-11 -12l-55 55v-243h-16v243z" />
|
| 1481 |
+
<glyph glyph-name="ion-ios-upload" unicode="" horiz-adv-x="320"
|
| 1482 |
+
d="M168 304h152v-304h-320v304h152v-162h16v162zM168 385v-81h-16v81l-55 -55l-11 12l74 74l74 -74l-11 -12z" />
|
| 1483 |
+
<glyph glyph-name="ion-ios-videocam-outline" unicode="" horiz-adv-x="418"
|
| 1484 |
+
d="M257 320c19 0 33 -14 33 -33v-188c0 -19 -14 -35 -33 -35h-221c-19 0 -36 16 -36 35v188c0 19 17 33 36 33h221zM273 99v188c0 9 -8 16 -17 16h-221c-9 0 -18 -7 -18 -16v-188c0 -9 10 -18 19 -18h221c9 0 16 9 16 18zM320 235l98 53v-192l-98 53v86zM401 258v0l-64 -33
|
| 1485 |
+
v-66l64 -33v132z" />
|
| 1486 |
+
<glyph glyph-name="ion-ios-videocam" unicode="" horiz-adv-x="418"
|
| 1487 |
+
d="M257 320c19 0 33 -14 33 -33v-188c0 -19 -14 -35 -33 -35h-221c-19 0 -36 16 -36 35v188c0 19 17 33 36 33h221zM320 235l98 53v-192l-98 53v86z" />
|
| 1488 |
+
<glyph glyph-name="ion-ios-volume-high" unicode="" horiz-adv-x="320"
|
| 1489 |
+
d="M278 320c26 -36 42 -80 42 -128s-16 -92 -42 -128l-14 10c24 33 39 74 39 118s-15 85 -39 118zM224 96l-14 10c18 24 29 54 29 86s-11 62 -29 86l14 10c20 -27 32 -60 32 -96s-12 -69 -32 -96zM177 128l-13 10c12 15 18 34 18 54s-6 39 -18 54l13 10
|
| 1490 |
+
c14 -18 22 -40 22 -64s-8 -46 -22 -64zM58 232l70 56v-192l-70 56h-58v80h58z" />
|
| 1491 |
+
<glyph glyph-name="ion-ios-volume-low" unicode="" horiz-adv-x="128"
|
| 1492 |
+
d="M58 232l70 56v-192l-70 56h-58v80h58z" />
|
| 1493 |
+
<glyph glyph-name="ion-ios-wineglass-outline" unicode="" horiz-adv-x="192"
|
| 1494 |
+
d="M104 139v-155h72v-16h-80h-80v16h72v155c0 22 -20 39 -40 55c-8 6 -16 13 -22 19c-27 28 -26 52 -26 71v4c0 44 31 125 32 128h64h64c1 -3 32 -84 32 -128v-4c0 -19 1 -43 -26 -71c-6 -6 -14 -13 -22 -19c-20 -16 -40 -33 -40 -55zM43 400c-5 -16 -20 -63 -25 -96h156
|
| 1495 |
+
c-5 33 -20 80 -25 96h-53h-53zM96 175c3 0 5 0 7 2v0c9 11 20 20 31 29c8 6 15 12 20 18c22 23 22 41 22 60v4h-160v-4c0 -19 0 -37 22 -60c5 -6 12 -12 20 -18c11 -9 22 -18 31 -29v0c2 -2 4 -2 7 -2z" />
|
| 1496 |
+
<glyph glyph-name="ion-ios-wineglass" unicode="" horiz-adv-x="192"
|
| 1497 |
+
d="M104 139v-155h72v-16h-80h-80v16h72v155c0 22 -20 39 -40 55c-8 6 -16 13 -22 19c-27 28 -26 52 -26 71v4c0 44 31 125 32 128h64h64c1 -3 32 -84 32 -128v-4c0 -19 1 -43 -26 -71c-6 -6 -14 -13 -22 -19c-20 -16 -40 -33 -40 -55zM43 400c-5 -16 -20 -63 -25 -96h156
|
| 1498 |
+
c-5 33 -20 80 -25 96h-53h-53z" />
|
| 1499 |
+
<glyph glyph-name="ion-ios-world-outline" unicode="" horiz-adv-x="416"
|
| 1500 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208v0v0v0c-115 0 -208 93 -208 208s93 208 208 208v0v0v0zM216 276v-76h75c-1 31 -5 60 -11 84c-21 -5 -42 -7 -64 -8zM216 292c20 1 41 3 60 8c-14 46 -38 76 -60 82v-90zM200 382c-23 -6 -45 -36 -60 -82
|
| 1501 |
+
c19 -5 39 -7 60 -8v90zM200 276c-22 1 -44 3 -65 8c-6 -24 -10 -53 -11 -84h76v76zM108 200c1 32 4 62 11 88c-21 6 -41 15 -59 25c-26 -31 -41 -70 -43 -113h91zM108 184h-91c2 -43 17 -82 43 -113c19 10 38 19 59 25c-7 26 -10 56 -11 88zM124 184c1 -31 5 -60 11 -84
|
| 1502 |
+
c21 5 43 8 65 9v75h-76zM200 92c-21 -1 -41 -3 -60 -8c15 -46 37 -76 60 -82v90zM216 2c22 6 46 36 60 82c-19 5 -40 7 -60 8v-90zM216 109c22 -1 43 -4 64 -9c6 24 10 53 11 84h-75v-75zM308 184c-1 -32 -5 -62 -12 -88c21 -6 41 -15 60 -25c26 31 41 70 43 113h-91z
|
| 1503 |
+
M308 200v0h91c-2 43 -17 82 -43 113c-19 -10 -38 -19 -59 -25c7 -26 10 -56 11 -88zM344 326c-25 25 -56 44 -91 52c16 -17 29 -43 39 -74c18 6 35 13 52 22zM163 378c-35 -8 -67 -27 -91 -52c16 -9 34 -15 52 -21c10 31 23 56 39 73zM72 58c25 -25 56 -44 91 -52
|
| 1504 |
+
c-16 17 -30 43 -40 74c-18 -6 -35 -13 -51 -22zM253 6c35 8 66 27 91 52c-17 9 -34 16 -52 22c-10 -31 -23 -57 -39 -74z" />
|
| 1505 |
+
<glyph glyph-name="ion-ios-world" unicode="" horiz-adv-x="416"
|
| 1506 |
+
d="M208 400c115 0 208 -93 208 -208s-93 -208 -208 -208v0v0v0c-115 0 -208 93 -208 208s93 208 208 208v0v0v0zM208 1c106 0 191 85 191 191s-85 191 -191 191v0v0v0c-106 0 -191 -85 -191 -191s86 -191 191 -191v0v0v0zM274 276c6 -22 9 -48 10 -76h-68v68c20 1 39 4 58 8
|
| 1507 |
+
zM216 366c20 -6 41 -34 54 -75c-17 -4 -36 -6 -54 -7v82zM145 291c13 42 35 69 55 75v-82c-19 1 -37 3 -55 7zM333 315c-15 -8 -31 -15 -48 -20c-9 29 -21 52 -36 67c32 -8 61 -24 84 -47zM299 200c-1 29 -4 56 -10 80c19 6 37 14 54 23c23 -28 38 -64 40 -103h-84zM132 200
|
| 1508 |
+
c1 28 3 54 9 76c19 -5 39 -7 59 -8v-68h-68zM284 184c-1 -28 -4 -54 -10 -76c-19 5 -38 7 -58 8v68h68zM141 108c-6 22 -8 48 -9 76h68v-68c-20 -1 -40 -3 -59 -8zM200 18c-20 6 -42 33 -55 75c18 4 36 6 55 7v-82zM249 22c15 15 27 38 36 67c17 -5 33 -11 48 -19
|
| 1509 |
+
c-23 -23 -52 -40 -84 -48zM167 362c-15 -15 -27 -39 -36 -67c-16 5 -33 11 -48 19c22 23 52 40 84 48zM289 104c6 24 9 51 10 80h84c-2 -39 -17 -75 -40 -103c-17 9 -35 17 -54 23zM216 100c18 -1 37 -3 54 -7c-13 -42 -34 -69 -54 -75v82zM127 280c-6 -24 -11 -51 -11 -80
|
| 1510 |
+
h-83c2 39 17 75 40 103c17 -9 35 -17 54 -23zM116 184c1 -29 4 -56 10 -80c-19 -6 -36 -14 -53 -23c-23 28 -38 64 -40 103h83zM83 70c15 8 32 14 48 19c9 -28 21 -52 36 -67c-32 8 -62 25 -84 48z" />
|
| 1511 |
+
<glyph glyph-name="ion-ipad" unicode="" horiz-adv-x="288"
|
| 1512 |
+
d="M0 375c0 5 4 9 9 9h270c5 0 9 -4 9 -9v-366c0 -5 -4 -9 -9 -9h-270c-5 0 -9 4 -9 9v366zM144 10c8 0 14 6 14 14s-7 14 -14 14c-8 0 -14 -6 -14 -14s6 -14 14 -14zM32 329v-275c0 -4 3 -6 6 -6h211c3 0 7 2 7 6v275c0 4 -4 7 -7 7h-211c-3 0 -6 -3 -6 -7z" />
|
| 1513 |
+
<glyph glyph-name="ion-iphone" unicode="" horiz-adv-x="192"
|
| 1514 |
+
d="M168 384c13 0 24 -11 24 -24v-336c0 -13 -11 -24 -24 -24h-144c-13 0 -24 11 -24 24v336c0 13 11 24 24 24h144zM80 348v0c0 -2 2 -4 4 -4h24c2 0 4 2 4 4v0c0 2 -2 4 -4 4h-24c-2 0 -4 -2 -4 -4zM68 352c-2 0 -4 -2 -4 -4s2 -4 4 -4s4 2 4 4s-2 4 -4 4zM96 16
|
| 1515 |
+
c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM176 64v256h-160v-256h160z" />
|
| 1516 |
+
<glyph glyph-name="ion-ipod" unicode="" horiz-adv-x="224"
|
| 1517 |
+
d="M112 137c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM196 384c15 0 28 -12 28 -28v-328c0 -16 -13 -28 -28 -28h-168c-15 0 -28 12 -28 28v328c0 16 13 28 28 28h168zM112 32c40 0 72 32 72 72s-32 72 -72 72s-72 -32 -72 -72s32 -72 72 -72z
|
| 1518 |
+
M192 221v118c-1 7 -6 12 -12 13h-136c-7 -1 -12 -7 -12 -15v-114c0 -8 6 -15 14 -15h131c8 0 14 5 15 13z" />
|
| 1519 |
+
<glyph glyph-name="ion-jet" unicode="" horiz-adv-x="326"
|
| 1520 |
+
d="M222 80l-2 -13l53 -58l-18 -27l-74 9l-18 -55l-19 55l-73 -9l-18 27l53 58l-2 13l-104 -35l3 53l114 103s26 173 28 192c5 40 18 55 18 55s13 -15 18 -55c2 -19 28 -192 28 -192l114 -103l3 -53z" />
|
| 1521 |
+
<glyph glyph-name="ion-key" unicode="" horiz-adv-x="192"
|
| 1522 |
+
d="M144 147c28 -17 48 -48 48 -83c0 -53 -43 -96 -96 -96s-96 43 -96 96c0 36 19 67 48 84c0 0 7 16 12 41c0 4 11 6 11 12v20c0 5 -7 9 -7 11v8v8c0 2 0 4 1 6c0 1 1 1 1 2l2 1l4 4v1c2 2 3 4 3 6c0 1 1 8 1 9c0 3 -2 6 -4 8l-1 1l-4 4v0l-1 1v0c-2 2 -3 5 -3 8v7
|
| 1523 |
+
c0 3 2 7 4 9v0l5 5v0c2 2 4 3 4 6v24c0 3 -2 6 -4 8v1l-4 4l-1 1c-2 2 -3 5 -3 8v18c0 11 0 19 9 23c3 1 14 3 23 3c20 0 30 -8 32 -36c0 0 7 -81 9 -143s7 -90 7 -90zM96 0c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 1524 |
+
<glyph glyph-name="ion-knife" unicode="" horiz-adv-x="64"
|
| 1525 |
+
d="M62 416c2 0 2 -1 2 -6v-412c0 -15 -10 -30 -24 -30v0v0c-14 0 -24 15 -24 30c1 19 14 83 16 130v0c1 30 -32 31 -32 70c0 134 35 191 54 214c2 2 5 4 8 4z" />
|
| 1526 |
+
<glyph glyph-name="ion-laptop" unicode="" horiz-adv-x="512"
|
| 1527 |
+
d="M480 342v-262h-448v262c0 6 4 10 10 10h428c6 0 10 -4 10 -10zM448 112v208h-384v-208h384zM0 59v5h512v-5c-70 -20 -116 -27 -256 -27s-186 7 -256 27z" />
|
| 1528 |
+
<glyph glyph-name="ion-leaf" unicode="" horiz-adv-x="422"
|
| 1529 |
+
d="M412 69c18 -3 10 -41 -5 -39c0 0 -21 -1 -63 12c0 0 -16 -19 -39 -30c-26 -12 -118 -33 -197 38c-108 97 -120 354 -100 333c86 -90 197 -47 270 -106c55 -44 88 -127 77 -192c0 0 5 -8 57 -16zM316 65c5 5 10 16 10 24c-161 52 -252 160 -252 160s104 -143 242 -184z
|
| 1530 |
+
" />
|
| 1531 |
+
<glyph glyph-name="ion-levels" unicode="" horiz-adv-x="350"
|
| 1532 |
+
d="M46 349c11 -5 18 -16 18 -29s-7 -24 -18 -29v-275c0 -9 -7 -16 -16 -16s-16 7 -16 16v278c-8 6 -14 15 -14 26s6 20 14 26v22c0 9 7 16 16 16s16 -7 16 -16v-19zM142 155c9 -6 15 -16 15 -27s-6 -21 -15 -27v-85c0 -9 -7 -16 -16 -16s-16 7 -16 16v84
|
| 1533 |
+
c-10 5 -17 16 -17 28s7 23 17 28v212c0 9 7 16 16 16s16 -7 16 -16v-213zM238 285c10 -6 16 -16 16 -28s-6 -22 -16 -28v-213c0 -9 -7 -16 -16 -16s-16 7 -16 16v213c-10 6 -16 16 -16 28s6 22 16 28v83c0 9 7 16 16 16s16 -7 16 -16v-83zM350 65c0 -12 -6 -22 -16 -28v-21
|
| 1534 |
+
c0 -9 -7 -16 -16 -16s-16 7 -16 16v21c-10 6 -16 16 -16 28s6 22 16 28v275c0 9 7 16 16 16s16 -7 16 -16v-275c10 -6 16 -16 16 -28z" />
|
| 1535 |
+
<glyph glyph-name="ion-lightbulb" unicode="" horiz-adv-x="256"
|
| 1536 |
+
d="M128 416c71 0 128 -56 128 -124c0 -5 0 -9 -1 -14s-2 -11 -3 -16v-2c-17 -63 -45 -71 -59 -167v-1c-2 -9 -10 -12 -20 -12h-90c-10 0 -18 3 -20 12v1c-14 96 -42 104 -59 167v2c-1 5 -2 11 -3 16s-1 9 -1 14c0 68 57 124 128 124zM190 52v-1c-2 -3 -3 -4 -3 -7s1 -5 3 -8
|
| 1537 |
+
v-1c1 -2 2 -3 2 -5s-1 -4 -2 -6v-1c-2 -3 -3 -4 -3 -7s1 -5 3 -8v-1c1 -2 2 -4 2 -6c0 -5 -4 -9 -10 -11h-1c-6 -1 -13 -2 -19 -3h-2c-6 -1 -11 -5 -14 -9v0c-4 -5 -10 -10 -18 -10s-15 6 -19 11v0c-3 4 -7 7 -13 8h-2c-6 1 -13 2 -19 3h-1c-6 2 -10 6 -10 11c0 2 1 4 2 6v1
|
| 1538 |
+
c2 2 3 4 3 7s-1 5 -3 8v1c-1 2 -2 4 -2 6s1 3 2 5v1c2 3 3 5 3 8s-1 4 -3 7v1v0c-1 2 -2 4 -2 6c0 4 -1 6 7 6h114c8 0 7 -2 7 -6c0 -2 -1 -4 -2 -6v0z" />
|
| 1539 |
+
<glyph glyph-name="ion-link" unicode="" horiz-adv-x="384"
|
| 1540 |
+
d="M192 240v0v0v0zM304 288c44 0 80 -36 80 -80v-32c0 -44 -36 -80 -80 -80h-112c-33 0 -60 20 -73 48c-4 10 -7 20 -7 32v32h48v-32c0 -18 14 -32 32 -32h112c18 0 32 14 32 32v32c0 18 -14 32 -32 32v0h-16c-6 31 -32 48 -32 48h48zM266 240c4 -10 6 -21 6 -32v-32v0h-48
|
| 1541 |
+
v0v32c0 18 -14 32 -32 32v0h-112c-18 0 -32 -14 -32 -32v-32c0 -18 14 -32 32 -32h16c6 -31 32 -48 32 -48h-48c-44 0 -80 36 -80 80v32c0 44 36 80 80 80h112c33 0 62 -20 74 -48z" />
|
| 1542 |
+
<glyph glyph-name="ion-load-a" unicode="" horiz-adv-x="384"
|
| 1543 |
+
d="M144 352c0 43 21 64 64 64s64 -21 64 -64s-21 -64 -64 -64s-64 21 -64 64zM0 192c0 32 16 48 48 48s48 -16 48 -48s-16 -48 -48 -48s-48 16 -48 48zM312 304c0 5 3 8 8 8s8 -3 8 -8s-3 -8 -8 -8s-8 3 -8 8zM132 340c10 -10 15 -22 15 -36s-5 -26 -15 -36s-22 -15 -36 -15
|
| 1544 |
+
s-26 5 -36 15s-15 22 -15 36s5 26 15 36s22 15 36 15s26 -5 36 -15zM352 192c0 11 5 16 16 16s16 -5 16 -16s-5 -16 -16 -16s-16 5 -16 16zM297 79c0 16 8 24 24 24s24 -8 24 -24s-8 -24 -24 -24s-24 8 -24 24zM176 32c0 21 11 32 32 32s32 -11 32 -32s-11 -32 -32 -32
|
| 1545 |
+
s-32 11 -32 32zM56 80c0 27 13 40 40 40s40 -13 40 -40s-13 -40 -40 -40s-40 13 -40 40z" />
|
| 1546 |
+
<glyph glyph-name="ion-load-b" unicode=""
|
| 1547 |
+
d="M256 288c0 -18 -14 -32 -32 -32v0c-18 0 -32 14 -32 32v96c0 18 14 32 32 32v0c18 0 32 -14 32 -32v-96zM224 128v0c18 0 32 -14 32 -32v-96c0 -18 -14 -32 -32 -32s-32 14 -32 32v96c0 18 14 32 32 32zM416 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32h-96
|
| 1548 |
+
c-18 0 -32 14 -32 32s14 32 32 32h96zM128 224v0c18 0 32 -14 32 -32s-14 -32 -32 -32h-96c-18 0 -32 14 -32 32s14 32 32 32h96zM314 237c-12 -12 -33 -12 -45 0v0c-12 12 -12 34 0 46l68 67c12 12 33 12 45 0v0c12 -12 12 -33 0 -45zM179 147v0c12 -12 12 -33 0 -46
|
| 1549 |
+
l-68 -67c-12 -12 -33 -12 -45 0s-12 33 0 45l67 68c12 12 34 12 46 0zM382 79v0c12 -12 12 -33 0 -45s-33 -12 -45 0l-68 68c-12 12 -12 33 0 45s33 12 45 0zM179 282v0c12 -12 12 -33 0 -45s-34 -12 -46 0l-67 68c-12 12 -12 33 0 45s33 12 45 0z" />
|
| 1550 |
+
<glyph glyph-name="ion-load-c" unicode=""
|
| 1551 |
+
d="M448 222c0 -3 0 -6 -1 -9c-4 -8 -15 -12 -23 -7c-4 2 -6 7 -7 11c-1 5 -1 9 -2 14c-4 20 -12 40 -22 58c-12 21 -28 41 -47 56c-18 15 -40 26 -62 33c-21 6 -42 9 -64 9h-4c-3 0 -6 -1 -9 -1c-6 0 -14 -1 -20 -2c-13 -2 -25 -6 -37 -11c-21 -8 -40 -20 -57 -35
|
| 1552 |
+
s-31 -33 -42 -52c-12 -22 -20 -45 -24 -70c-2 -11 -2 -23 -2 -34c0 -6 0 -11 1 -16c1 -6 2 -13 3 -19c5 -24 14 -47 28 -67c13 -20 29 -38 48 -52c20 -15 42 -26 65 -33c25 -7 50 -9 76 -7c25 2 50 9 73 20c11 5 22 12 32 19s19 15 27 24c4 4 8 9 12 14s7 10 10 15
|
| 1553 |
+
c6 10 12 20 17 31c4 8 8 16 11 25c2 4 3 9 4 13s1 7 2 11c1 -9 1 -18 -1 -26c-1 -5 -2 -11 -4 -16c-1 -5 -3 -10 -5 -15c-4 -10 -8 -19 -13 -28c-6 -11 -12 -21 -20 -30s-16 -18 -25 -26c-18 -15 -40 -27 -62 -36c-23 -9 -48 -14 -73 -15s-51 3 -75 11c-23 7 -45 19 -65 33
|
| 1554 |
+
c-19 14 -36 31 -50 50c-7 10 -13 20 -18 31s-9 21 -13 33c-6 18 -9 37 -10 56c-1 20 1 39 5 58c5 24 15 47 28 68c12 19 26 35 42 50s35 27 55 36c23 11 48 19 74 21c10 1 19 1 29 1c13 0 26 -2 38 -4c24 -5 47 -14 68 -26s41 -29 57 -48c15 -18 27 -37 36 -58
|
| 1555 |
+
c4 -10 7 -21 10 -32c2 -8 5 -17 6 -26z" />
|
| 1556 |
+
<glyph glyph-name="ion-load-d" unicode="" horiz-adv-x="384"
|
| 1557 |
+
d="M368 208c9 0 16 -7 16 -16s-7 -16 -16 -16h-80c-9 0 -16 7 -16 16s7 16 16 16h80zM112 192c0 -9 -7 -16 -16 -16h-80c-9 0 -16 7 -16 16s7 16 16 16h80c9 0 16 -7 16 -16zM192 112c9 0 16 -7 16 -16v-80c0 -9 -7 -16 -16 -16s-16 7 -16 16v80c0 9 7 16 16 16zM192 384
|
| 1558 |
+
c9 0 16 -7 16 -16v-80c0 -9 -7 -16 -16 -16s-16 7 -16 16v80c0 9 7 16 16 16zM261 232c-4 8 -2 18 6 22l69 40c8 4 18 2 22 -6s2 -18 -6 -22l-69 -40c-8 -4 -18 -2 -22 6zM123 152c4 -8 2 -18 -6 -22l-69 -40c-8 -4 -18 -2 -22 6s-2 18 6 22l69 40c8 4 18 2 22 -6zM254 117
|
| 1559 |
+
l40 -69c4 -8 2 -18 -6 -22s-18 -2 -22 6l-40 69c-4 8 -2 18 6 22s18 2 22 -6zM118 352l40 -69c4 -8 2 -18 -6 -22s-18 -2 -22 6l-40 69c-4 8 -2 18 6 22s18 2 22 -6zM232 261c-8 4 -10 14 -6 22l40 69c4 8 14 10 22 6s10 -14 6 -22l-40 -69c-4 -8 -14 -10 -22 -6zM152 123
|
| 1560 |
+
c8 -4 10 -14 6 -22l-40 -69c-4 -8 -14 -10 -22 -6s-10 14 -6 22l40 69c4 8 14 10 22 6zM352 118c8 -4 10 -14 6 -22s-14 -10 -22 -6l-69 40c-8 4 -10 14 -6 22s14 10 22 6zM32 266c-8 4 -10 14 -6 22s14 10 22 6l69 -40c8 -4 10 -14 6 -22s-14 -10 -22 -6z" />
|
| 1561 |
+
<glyph glyph-name="ion-location" unicode="" horiz-adv-x="239"
|
| 1562 |
+
d="M119 384c66 0 120 -54 120 -120c0 -115 -120 -264 -120 -264s-119 149 -119 264c0 66 53 120 119 120zM119 206c31 0 57 25 57 56s-26 57 -57 57s-56 -26 -56 -57s25 -56 56 -56z" />
|
| 1563 |
+
<glyph glyph-name="ion-lock-combination" unicode="" horiz-adv-x="384"
|
| 1564 |
+
d="M320 271c39 -35 64 -86 64 -143c0 -106 -86 -192 -192 -192s-192 86 -192 192c0 57 25 108 64 143v49c0 71 57 128 128 128s128 -57 128 -128v-49zM96 320v-26c28 16 61 26 96 26s68 -10 96 -26v26c0 53 -43 96 -96 96s-96 -43 -96 -96zM192 -32c88 0 160 72 160 160
|
| 1565 |
+
s-72 160 -160 160s-160 -72 -160 -160s72 -160 160 -160zM192 272c80 0 144 -64 144 -144s-64 -144 -144 -144s-144 64 -144 144s64 144 144 144zM315 95c2 9 4 18 4 29h-7v7h8c0 11 -2 20 -5 30l-25 -7l-4 12l25 8c-4 10 -8 18 -14 26l-11 -8l-4 6l11 8c-6 8 -13 16 -21 22
|
| 1566 |
+
l-15 -21l-11 8l15 20c-8 6 -17 11 -27 14l-4 -13l-6 2l5 13c-9 3 -20 5 -29 5v-13v-6h-16v6v13c-11 -1 -19 -2 -29 -5l4 -12l-6 -2l-4 12c-10 -3 -19 -8 -27 -14l15 -20l-10 -8l-15 21c-8 -6 -16 -14 -22 -22l11 -8l-4 -5l-10 8c-6 -8 -10 -17 -14 -27l24 -8l-5 -12l-25 7
|
| 1567 |
+
c-3 -10 -3 -19 -3 -30h6v-7h-5c0 -11 2 -20 4 -29l24 7l4 -12l-24 -8c4 -10 8 -19 14 -27l9 7l4 -5l-9 -7c6 -8 13 -16 21 -22l15 21l10 -8l-15 -20c8 -5 17 -11 27 -14l3 11l7 -2l-4 -11c10 -3 18 -4 29 -5v13v6h16v-6v-13c9 1 19 2 29 5l-5 12l6 2l4 -12c10 3 19 8 27 14
|
| 1568 |
+
l-15 20l11 8l15 -21c8 6 15 14 21 22l-11 7l4 6l10 -8c6 8 11 17 15 27l-25 8l4 12zM111 128c0 54 27 81 81 81s81 -27 81 -81s-27 -81 -81 -81s-81 27 -81 81z" />
|
| 1569 |
+
<glyph glyph-name="ion-locked" unicode="" horiz-adv-x="384"
|
| 1570 |
+
d="M22 -32c-12 0 -22 10 -22 22v212c0 12 10 22 22 22h3h19v31c0 42 17 87 43 115s64 46 105 46v0v0c41 0 79 -18 105 -46s43 -73 43 -115v-31h22c12 0 22 -10 22 -22v-212c0 -12 -10 -22 -22 -22h-340zM97 255v-31h17h155h18v31c0 27 -10 61 -28 80v0v1
|
| 1571 |
+
c-18 19 -42 29 -67 29v0v0c-25 0 -49 -10 -67 -29v-1v0c-18 -19 -28 -53 -28 -80z" />
|
| 1572 |
+
<glyph glyph-name="ion-log-in" unicode=""
|
| 1573 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224c-96 0 -177 60 -209 144h34c9 -20 23 -40 39 -56c36 -36 85 -56 136 -56s100 20 136 56s56 85 56 136s-20 100 -56 136s-85 56 -136 56s-100 -20 -136 -56c-16 -16 -30 -36 -39 -56h-34c32 84 113 144 209 144z
|
| 1574 |
+
M175 124l52 52h-227v32h227l-52 52l22 23l91 -91l-91 -91z" />
|
| 1575 |
+
<glyph glyph-name="ion-log-out" unicode=""
|
| 1576 |
+
d="M335 124l52 52h-227v32h227l-52 52l22 23l91 -91l-91 -91zM359 56c3 3 6 5 8 8h41c-40 -58 -108 -96 -184 -96c-124 0 -224 100 -224 224s100 224 224 224c76 0 144 -38 184 -96h-41c-2 3 -5 5 -8 8c-36 36 -84 56 -135 56s-100 -20 -136 -56s-56 -85 -56 -136
|
| 1577 |
+
s20 -100 56 -136s85 -56 136 -56s99 20 135 56z" />
|
| 1578 |
+
<glyph glyph-name="ion-loop" unicode="" horiz-adv-x="334"
|
| 1579 |
+
d="M184 148v-58c49 8 86 50 86 102c0 16 -4 30 -10 44c-3 6 -5 12 -9 17l47 43c1 -1 2 -3 3 -4c21 -28 33 -62 33 -100v-4c-2 -72 -47 -131 -111 -154c-12 -4 -26 -8 -39 -9v-57l-76 67l-26 23l44 39zM0 196c2 72 48 133 113 155c12 4 24 7 37 8v57l76 -67l26 -23l-44 -39
|
| 1580 |
+
l-59 -51l1 58c-49 -8 -86 -51 -86 -102c0 -16 4 -31 10 -45c3 -6 5 -11 9 -16l-47 -44c-1 2 -2 3 -3 5c-20 28 -33 63 -33 100v4z" />
|
| 1581 |
+
<glyph glyph-name="ion-magnet" unicode="" horiz-adv-x="384"
|
| 1582 |
+
d="M192 416c115 0 192 -78 192 -200c0 -49 -3 -77 -15 -128c-16 -66 -39 -113 -39 -113v-1c-2 -3 -6 -6 -10 -6c-1 0 -3 1 -4 1l-2 1l-50 20l-2 1c-3 2 -5 5 -5 9c0 1 0 3 1 4v1c7 16 27 59 37 101s13 63 13 108c0 71 -52 122 -116 122s-116 -51 -116 -122
|
| 1583 |
+
c0 -45 3 -66 13 -108s30 -85 37 -101v-1c1 -1 1 -3 1 -4c0 -4 -2 -7 -5 -9l-2 -1l-50 -20l-2 -1c-1 0 -3 -1 -4 -1c-4 0 -8 3 -10 6v1s-24 47 -40 113c-12 51 -14 79 -14 128c0 122 77 200 192 200zM109 4c-9 19 -27 59 -36 98l-42 -12c13 -53 30 -92 35 -104l43 17v1z
|
| 1584 |
+
M317 -14c5 12 23 51 36 104l-43 12c-9 -39 -26 -79 -35 -98v-1z" />
|
| 1585 |
+
<glyph glyph-name="ion-male" unicode=""
|
| 1586 |
+
d="M448 256l-63 63l-69 -69c22 -30 36 -66 36 -106c0 -97 -79 -176 -176 -176s-176 79 -176 176s79 176 176 176c40 0 76 -14 106 -36l69 69l-63 63h160v-160zM266 54c24 24 38 56 38 90s-14 66 -38 90s-56 38 -90 38s-66 -14 -90 -38s-38 -56 -38 -90s14 -66 38 -90
|
| 1587 |
+
s56 -38 90 -38s66 14 90 38z" />
|
| 1588 |
+
<glyph glyph-name="ion-man" unicode="" horiz-adv-x="168"
|
| 1589 |
+
d="M84 341c-21 0 -37 17 -37 38s16 37 37 37s37 -16 37 -37s-16 -38 -37 -38zM121 333c28 0 47 -24 47 -48v-114c0 -22 -32 -22 -32 0v105h-5v-286c0 -28 -41 -31 -43 0v165h-1h-7v-165c-1 -29 -43 -30 -43 0v286h-6v-105c0 -22 -31 -22 -31 0v114c0 24 19 48 47 48h37h37z
|
| 1590 |
+
" />
|
| 1591 |
+
<glyph glyph-name="ion-map" unicode=""
|
| 1592 |
+
d="M441 311c4 -3 7 -8 7 -14v-281c0 -6 -2 -11 -7 -14c-2 -1 -5 -2 -7 -2c-3 0 -6 0 -8 2l-97 66l-97 -66c-5 -3 -10 -3 -15 0l-97 66l-97 -66c-5 -3 -10 -3 -15 0s-8 8 -8 14v281c0 6 3 11 7 14l105 71c5 3 10 3 15 0l97 -66l98 66c5 3 10 3 15 0zM103 95v242l-71 -50v-242
|
| 1593 |
+
zM135 95l73 -49v129l-4 -11c-7 2 -13 6 -20 10l8 13c5 -3 11 -6 16 -8v109l-73 49v-101c4 -2 9 -4 13 -7l-10 -13c-1 1 -2 1 -3 2v-123zM240 46l73 49v109c0 -1 -1 -1 -1 -2l-6 -6l-12 11l6 6c3 3 5 7 8 10l5 -5v119l-73 -49v-112h7l3 -15c-3 0 -6 -1 -9 -1h-1v-114zM416 46
|
| 1594 |
+
v242l-71 49v-88c3 1 5 1 8 2l4 -16c-4 -1 -8 -1 -12 -3v-137zM97 227c-3 -1 -11 -5 -14 -7l-11 12c4 3 8 6 12 8c3 2 6 3 9 4l5 -15c-2 -1 1 -1 -1 -2zM265 182c5 3 10 5 15 10l11 -12c-6 -6 -12 -10 -19 -13zM67 192v-1l-15 5v1c2 7 4 13 9 20l13 -9c-4 -5 -5 -10 -7 -16z
|
| 1595 |
+
M166 210c3 -4 7 -8 11 -11l-11 -12c-4 4 -8 9 -12 13l-3 3l12 11c1 -1 2 -3 3 -4zM376 218l-11 12l10 10l-10 10l11 12l10 -11l11 11l11 -12l-10 -10l10 -10l-11 -12l-11 11z" />
|
| 1596 |
+
<glyph glyph-name="ion-medkit" unicode=""
|
| 1597 |
+
d="M440 304c4 0 8 -4 8 -8v-288c0 -4 -4 -8 -8 -8h-432c-4 0 -8 4 -8 8v288c0 4 4 8 8 8h120v31c1 28 22 49 51 49h45h45c30 0 50 -21 51 -49v-31h120zM160 331v-27h128v27v1v1c0 10 -9 19 -19 19h-45h-45c-10 0 -19 -9 -19 -19v-1v-1zM320 128v64h-64v64h-64v-64h-64v-64
|
| 1598 |
+
h64v-64h64v64h64z" />
|
| 1599 |
+
<glyph glyph-name="ion-merge" unicode="" horiz-adv-x="384"
|
| 1600 |
+
d="M320 224c35 0 64 -29 64 -64s-29 -64 -64 -64c-24 0 -44 13 -55 32h-10c-61 0 -115 25 -159 74v-115c19 -11 32 -31 32 -55c0 -35 -29 -64 -64 -64s-64 29 -64 64c0 24 13 44 32 55v210c-19 11 -32 31 -32 55c0 35 29 64 64 64s64 -29 64 -64c0 -19 -8 -37 -22 -49
|
| 1601 |
+
c4 -9 17 -35 37 -58c32 -35 70 -53 112 -53h10c11 19 31 32 55 32zM64 384c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM64 0c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM320 128c18 0 32 14 32 32s-14 32 -32 32
|
| 1602 |
+
s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 1603 |
+
<glyph glyph-name="ion-mic-a" unicode="" horiz-adv-x="288"
|
| 1604 |
+
d="M0 210c0 10 9 19 20 19s19 -9 19 -19v-14c0 -28 12 -53 31 -72s45 -31 74 -31s55 12 74 31s31 44 31 72v14c0 10 8 19 19 19s20 -9 20 -19v-14c0 -66 -46 -120 -108 -136c-1 0 -3 -1 -4 -1c-6 -2 -10 -7 -12 -13v-58c0 -11 -9 -20 -20 -20v0c-11 0 -20 9 -20 20v58
|
| 1605 |
+
c-2 6 -6 11 -12 13c-1 0 -3 1 -4 1c-62 16 -108 70 -108 136v14zM67 340c0 42 34 76 77 76s78 -34 78 -76v-144c0 -42 -35 -75 -78 -75s-77 33 -77 75v144z" />
|
| 1606 |
+
<glyph glyph-name="ion-mic-b" unicode="" horiz-adv-x="160"
|
| 1607 |
+
d="M80 416c35 0 65 -23 76 -59c6 -18 4 -45 2 -55s-8 -20 -14 -28c-3 -4 -7 -7 -11 -9c-1 0 -1 -1 -2 -1c-3 -1 -6 -2 -10 -3c-12 -3 -25 -5 -39 -5v0h-1h-1v0c-14 0 -29 2 -41 5c-4 1 -7 2 -10 3c-1 0 -1 1 -2 1c-4 2 -8 5 -11 9c-6 8 -12 18 -14 28s-4 37 2 55
|
| 1608 |
+
c11 36 41 59 76 59zM119 247c6 0 12 -5 12 -12v-2c-5 -67 -18 -241 -19 -252c0 0 -3 -13 -32 -13v0c-29 0 -32 13 -32 13c-1 11 -13 185 -18 252v2c0 7 5 12 11 12h1c1 0 1 -1 2 -1c2 0 4 -1 6 -1c9 -2 21 -2 31 -2s20 0 29 2c2 0 4 1 6 1c1 0 1 1 2 1h1zM90 166v33
|
| 1609 |
+
c0 6 -4 11 -10 11s-10 -5 -10 -11v-33c0 -6 4 -11 10 -11s10 5 10 11z" />
|
| 1610 |
+
<glyph glyph-name="ion-mic-c" unicode="" horiz-adv-x="256"
|
| 1611 |
+
d="M201 416c30 0 55 -23 55 -52v-28h-59v-37h59v-43h-59v-37h59v-43h-59v-37h59v-42c0 -29 -25 -52 -55 -52h-30v-77h-86v77h-30c-30 0 -55 23 -55 52v42h152v37h-152v43h152v37h-152v43h152v37h-152v28c0 29 25 52 55 52h146z" />
|
| 1612 |
+
<glyph glyph-name="ion-minus-circled" unicode=""
|
| 1613 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM352 176v32h-256v-32h256z" />
|
| 1614 |
+
<glyph glyph-name="ion-minus-round" unicode="" horiz-adv-x="384"
|
| 1615 |
+
d="M353 224c17 0 31 -14 31 -32s-14 -32 -31 -32h-322c-17 0 -31 14 -31 32s14 32 31 32h322z" />
|
| 1616 |
+
<glyph glyph-name="ion-minus" unicode="" horiz-adv-x="384"
|
| 1617 |
+
d="M0 160v64h384v-64h-384z" />
|
| 1618 |
+
<glyph glyph-name="ion-model-s" unicode="" horiz-adv-x="512"
|
| 1619 |
+
d="M509 57v-8v0v-1v-3v0c0 -3 -1 -5 -1 -7c-1 -12 -2 -18 -6 -20c-3 -2 -6 -2 -10 -2h-43s-10 1 -11 16v8c20 1 39 1 52 0c10 0 13 0 16 6c2 3 2 7 3 11zM3 57c1 -4 1 -8 3 -11c3 -6 6 -6 16 -6c13 1 32 1 52 0v-8c-1 -15 -8 -16 -11 -16h-43s-7 0 -10 2c-4 2 -6 8 -7 20v7
|
| 1620 |
+
v0v3v1v0v8zM512 151c0 -31 -2 -58 -2 -68c0 -4 0 -11 -1 -18c-1 -4 -1 -8 -3 -11c-3 -6 -6 -6 -16 -6c-13 1 -32 1 -52 0c-13 0 -27 -2 -39 -2c-30 -1 -21 4 -34 4s-63 -2 -109 -2s-97 2 -110 2s-4 -5 -34 -4c-12 0 -25 2 -38 2c-20 1 -39 1 -52 0c-10 0 -13 0 -16 6
|
| 1621 |
+
c-2 3 -2 7 -3 11c-1 7 -1 14 -1 18c0 10 -2 37 -2 68s4 61 6 64c1 2 8 9 26 21s17 10 20 18c-3 1 -5 3 -7 3c-4 0 -4 -3 -12 -3s-24 1 -28 5c-4 3 -5 5 -5 8s2 9 5 13s19 6 27 7s10 0 12 -1c4 -2 3 -22 3 -22l9 -1c5 13 12 41 24 62c13 23 26 30 32 32s10 2 48 6s69 5 96 5
|
| 1622 |
+
s58 -1 96 -5s42 -4 48 -6s19 -9 32 -32c12 -21 19 -49 24 -62l9 1s-1 20 3 22c2 1 4 2 12 1s24 -3 27 -7s5 -10 5 -13s-1 -4 -5 -8s-20 -5 -28 -5s-8 3 -12 3c-2 0 -4 -2 -7 -3c3 -8 2 -6 20 -18s25 -19 26 -21c2 -3 6 -33 6 -64zM86 303c-5 -11 -11 -33 -10 -36
|
| 1623 |
+
s-1 -5 15 -4s117 3 165 3s149 -2 165 -3s14 1 15 4s-5 25 -10 36s-17 31 -26 37c-2 1 -17 7 -54 9c-34 2 -72 3 -90 3s-56 -1 -90 -3c-37 -2 -52 -8 -54 -9c-7 -4 -21 -26 -26 -37zM123 178c7 2 11 2 11 2s-17 16 -48 25s-49 11 -66 10c0 0 -3 -16 0 -27s8 -10 16 -12
|
| 1624 |
+
s13 -5 16 -4s7 4 12 4s29 -4 38 -4s14 4 21 6zM358 99c15 2 34 19 21 33c-18 19 -15 19 -55 24c-35 4 -61 4 -68 4s-33 0 -68 -4c-40 -5 -37 -5 -55 -24c-13 -14 6 -31 21 -33c14 -2 74 -3 102 -3s88 1 102 3zM492 188c3 11 0 27 0 27c-17 1 -35 -1 -66 -10s-48 -26 -48 -26
|
| 1625 |
+
s4 1 11 -1s12 -6 21 -6s33 4 38 4s9 -3 12 -4s8 2 16 4s13 1 16 12z" />
|
| 1626 |
+
<glyph glyph-name="ion-monitor" unicode=""
|
| 1627 |
+
d="M437 384c6 0 11 -5 11 -11v-266c0 -6 -5 -11 -11 -11h-426c-6 0 -11 5 -11 11v266c0 6 5 11 11 11h426zM416 128v224h-384v-224h384zM270 0h-92c-28 0 -42 3 -30 12s30 16 30 23c0 4 1 45 1 45h45h45s1 -41 1 -45c0 -7 18 -14 30 -23s-2 -12 -30 -12z" />
|
| 1628 |
+
<glyph glyph-name="ion-more" unicode="" horiz-adv-x="384"
|
| 1629 |
+
d="M50 144c-28 0 -50 21 -50 48c0 26 22 48 50 48s50 -22 50 -48c0 -27 -22 -48 -50 -48zM192 144c-28 0 -50 21 -50 48c0 26 22 48 50 48s50 -22 50 -48c0 -27 -22 -48 -50 -48zM334 144c-28 0 -50 21 -50 48c0 26 22 48 50 48s50 -22 50 -48c0 -27 -22 -48 -50 -48z" />
|
| 1630 |
+
<glyph glyph-name="ion-mouse" unicode="" horiz-adv-x="256"
|
| 1631 |
+
d="M128 416h-1h5h-4zM251 255c2 1 2 1 4 1h1v-176c0 -37 -21 -71 -53 -91c-5 -3 -9 -5 -14 -7v-1v0c-18 -9 -39 -13 -61 -13c-71 0 -128 50 -128 112v176h1c2 0 3 0 5 -1v0c34 -13 76 -23 122 -23s88 10 122 23h1zM189 -18c5 2 10 4 14 7c-5 -3 -9 -5 -14 -7v0v-1v1v0z
|
| 1632 |
+
M203 -11c-4 -3 -9 -5 -14 -7c5 2 9 4 14 7zM132 416c69 -2 124 -51 124 -112v-23c-2 -2 -4 -4 -6 -5c-1 -1 -3 0 -4 -1c-23 -10 -50 -16 -82 -19h-1h-2c-11 0 -17 0 -17 10v86c0 9 -7 16 -16 16s-16 -7 -16 -16v-85c0 -11 -6 -11 -17 -11h-2c-32 3 -61 9 -84 19v0
|
| 1633 |
+
c-1 0 -1 1 -2 1c-3 1 -5 3 -7 5v23c0 61 57 111 127 112h5z" />
|
| 1634 |
+
<glyph glyph-name="ion-music-note" unicode="" horiz-adv-x="384"
|
| 1635 |
+
d="M362 416c12 0 22 -9 22 -21v-303s-3 -43 -12 -55v0c-9 -15 -25 -21 -43 -21h-37c-28 0 -52 20 -52 48s24 48 52 48h60v192l-208 -38v-232c0 -8 -3 -27 -13 -41c-1 -2 -2 -3 -3 -5c0 -1 -1 -1 -2 -2v0c-9 -11 -23 -18 -38 -18h-37c-28 0 -51 20 -51 48s23 48 51 48v0h61
|
| 1636 |
+
v286c1 14 13 28 27 32l218 33s3 1 5 1z" />
|
| 1637 |
+
<glyph glyph-name="ion-navicon-round" unicode="" horiz-adv-x="384"
|
| 1638 |
+
d="M353 224c17 0 31 -14 31 -32s-14 -32 -31 -32h-322c-17 0 -31 14 -31 32s14 32 31 32h322zM353 352c17 0 31 -14 31 -32s-14 -32 -31 -32h-322c-17 0 -31 14 -31 32s14 32 31 32h322zM353 96c17 0 31 -14 31 -32s-14 -32 -31 -32h-322c-17 0 -31 14 -31 32s14 32 31 32
|
| 1639 |
+
h322z" />
|
| 1640 |
+
<glyph glyph-name="ion-navicon" unicode="" horiz-adv-x="320"
|
| 1641 |
+
d="M0 175v32h320v-32h-320zM0 271v32h320v-32h-320zM0 79v32h320v-32h-320z" />
|
| 1642 |
+
<glyph glyph-name="ion-navigate" unicode=""
|
| 1643 |
+
d="M448 416l-192 -448v256h-256z" />
|
| 1644 |
+
<glyph glyph-name="ion-network" unicode="" horiz-adv-x="384"
|
| 1645 |
+
d="M384 352c0 -24 -13 -44 -32 -55v-93l-128 -64v-53c19 -11 32 -31 32 -55c0 -35 -29 -64 -64 -64s-64 29 -64 64c0 24 13 44 32 55v53l-128 64v93c-19 11 -32 31 -32 55c0 35 29 64 64 64s64 -29 64 -64c0 -24 -13 -44 -32 -55v-53l96 -48l96 48v53c-19 11 -32 31 -32 55
|
| 1646 |
+
c0 35 29 64 64 64s64 -29 64 -64zM64 384c-18 0 -32 -14 -32 -32s14 -32 32 -32s32 14 32 32s-14 32 -32 32zM192 0c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM320 320c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 1647 |
+
<glyph glyph-name="ion-no-smoking" unicode=""
|
| 1648 |
+
d="M328 144v48h16v-48h-16zM80 144v48h90l48 -48h-138zM332 388c69 -38 116 -112 116 -196c0 -124 -100 -224 -224 -224c-24 0 -47 4 -68 11c-2 1 -3 1 -5 2c-12 4 -24 9 -35 15h-1c-69 38 -115 112 -115 196c0 124 100 224 224 224c24 0 47 -4 68 -11c2 -1 3 -1 5 -2
|
| 1649 |
+
c12 -4 24 -9 35 -15v0zM224 22c37 0 72 12 100 32l-238 238c-20 -28 -32 -63 -32 -100c0 -65 36 -121 90 -150c6 -3 13 -7 19 -9c2 -1 3 -1 5 -2c9 -3 19 -5 29 -7c9 -2 18 -2 27 -2zM362 93c20 28 32 62 32 99c0 66 -37 123 -91 151c-6 3 -12 6 -18 8c-2 1 -3 1 -5 2
|
| 1650 |
+
c-9 3 -19 5 -29 7c-9 2 -18 2 -27 2c-37 0 -71 -12 -99 -32zM320 150l-42 42h42v-42zM352 144v48h16v-48h-16zM328 235c16 -7 16 -27 16 -34v-1h-16v1c0 8 -1 17 -7 20c-4 2 -13 4 -39 4h-3c-13 0 -24 0 -33 13c-5 8 -5 19 -2 29c-4 1 -8 1 -12 3c-17 7 -26 20 -26 38
|
| 1651 |
+
c0 33 27 44 39 44v-16c-1 0 -23 -2 -23 -28c0 -11 5 -19 16 -23c9 -4 18 -3 18 -3c3 0 6 -2 7 -5s2 -6 0 -8c-5 -7 -7 -18 -4 -22c4 -6 7 -6 20 -6h3c24 0 37 -2 46 -6zM368 200v0h-16c0 28 -4 41 -7 46c-6 10 -14 14 -25 14h-30c-3 0 -5 2 -6 4s-1 6 0 8c0 0 8 18 6 32
|
| 1652 |
+
c-1 8 -6 17 -27 17v16c24 0 40 -11 43 -30c2 -11 0 -23 -3 -31h17c16 0 30 -8 39 -22c6 -10 9 -28 9 -54z" />
|
| 1653 |
+
<glyph glyph-name="ion-nuclear" unicode=""
|
| 1654 |
+
d="M176 176c0 32 16 48 48 48s48 -16 48 -48s-16 -48 -48 -48s-48 16 -48 48zM176 176c0 32 16 48 48 48s48 -16 48 -48s-16 -48 -48 -48s-48 16 -48 48zM448 176c0 -27 -5 -53 -15 -78s-23 -47 -40 -66s-36 -35 -59 -48l-79 136c22 12 33 31 33 56h160zM224 240
|
| 1655 |
+
c-12 0 -23 -3 -33 -9l-80 138c35 20 73 31 113 31s78 -10 113 -30l-81 -139c-10 6 -21 9 -32 9zM160 176c0 -25 11 -44 33 -56l-79 -136c-35 20 -62 46 -83 80s-31 71 -31 112h160z" />
|
| 1656 |
+
<glyph glyph-name="ion-outlet" unicode=""
|
| 1657 |
+
d="M338 416c61 0 110 -51 110 -113v-222c0 -62 -49 -113 -110 -113h-228c-61 0 -110 51 -110 113v222c0 62 49 113 110 113h228zM143 197v102c0 11 -9 21 -20 21h-23c-11 0 -19 -9 -20 -20v-2v-101v-1c0 -11 9 -20 20 -20h23c11 0 20 9 20 20v1zM265 52v29
|
| 1658 |
+
c0 23 -18 42 -41 42s-41 -19 -41 -42v-29v0c0 -11 9 -20 20 -20h21h21c11 0 20 7 20 18v2zM368 197v102c0 11 -9 21 -20 21h-24c-11 0 -19 -9 -20 -20v-2v-101v-1c0 -11 9 -20 20 -20h24c11 0 20 9 20 20v1z" />
|
| 1659 |
+
<glyph glyph-name="ion-paintbrush" unicode=""
|
| 1660 |
+
d="M118 165c52 0 102 -41 90 -102c-11 -52 -54 -71 -90 -77c-30 -5 -100 0 -118 35c24 9 34 26 34 49c0 49 32 95 84 95zM436 388c13 -13 17 -30 5 -45l-154 -175c2 -9 1 -17 -3 -23l-50 -58v0v0c-2 -2 -4 -2 -6 0c-1 1 -1 2 -1 3v1c2 53 -41 87 -89 90v0h-2s-2 0 -2 1
|
| 1661 |
+
c-2 2 -2 4 0 6l59 49c6 4 14 4 23 2l175 154c15 12 32 8 45 -5zM134 188v0v0v0z" />
|
| 1662 |
+
<glyph glyph-name="ion-paintbucket" unicode="" horiz-adv-x="480"
|
| 1663 |
+
d="M112 384l32 32l275 -276l-58 -12l-163 -160l-198 192l152 152zM309 160l-110 110l-110 -110h220zM419 140c0 0 61 -66 61 -99s-27 -60 -61 -60s-60 27 -60 60s60 99 60 99z" />
|
| 1664 |
+
<glyph glyph-name="ion-paper-airplane" unicode=""
|
| 1665 |
+
d="M0 176l448 240l-112 -448l-112 112l-80 -112l-16 160zM319 31l80 323l-322 -173l83 -31l192 154l-128 -176z" />
|
| 1666 |
+
<glyph glyph-name="ion-paperclip" unicode="" horiz-adv-x="160"
|
| 1667 |
+
d="M149 293c6 0 11 -5 11 -12v-195c0 -28 -10 -49 -24 -63c-15 -15 -36 -23 -56 -23c-40 0 -80 31 -80 88v234c0 24 11 44 29 54s39 11 57 0s29 -30 29 -54l-1 -225c0 -13 -3 -24 -9 -32s-16 -12 -25 -12c-17 0 -34 15 -34 44v173c0 6 6 12 12 12s11 -6 11 -12v-173
|
| 1668 |
+
c0 -14 5 -21 11 -21c2 0 5 2 7 4c3 4 5 10 5 17v225c0 15 -6 28 -17 34s-24 6 -35 0s-17 -19 -17 -34v-234c0 -44 29 -64 57 -64s57 19 57 63v195c0 6 6 11 12 11z" />
|
| 1669 |
+
<glyph glyph-name="ion-pause" unicode="" horiz-adv-x="256"
|
| 1670 |
+
d="M96 12c0 -7 -5 -12 -12 -12h-72c-7 0 -12 5 -12 12v360c0 7 5 12 12 12h72c7 0 12 -5 12 -12v-360zM244 384c7 0 12 -5 12 -12v-360c0 -7 -5 -12 -12 -12h-72c-7 0 -12 5 -12 12v360c0 7 5 12 12 12h72z" />
|
| 1671 |
+
<glyph glyph-name="ion-person-add" unicode=""
|
| 1672 |
+
d="M397 120h-42v51h-51v42h51v51h42v-51h51v-42h-51v-51zM384 0h-192h-192s0 26 2 40c2 11 17 25 81 49c63 23 60 12 60 55c0 28 -14 11 -23 64c-4 21 -6 7 -14 40c-4 17 3 19 2 27s-2 16 -4 33c-2 21 18 76 88 76s90 -55 88 -76c-2 -17 -3 -25 -4 -33s6 -10 2 -27
|
| 1673 |
+
c-8 -33 -10 -19 -14 -40c-9 -53 -23 -36 -23 -64c0 -43 -3 -32 60 -55c64 -24 79 -38 81 -49c2 -14 2 -40 2 -40z" />
|
| 1674 |
+
<glyph glyph-name="ion-person-stalker" unicode=""
|
| 1675 |
+
d="M393 123c42 -16 52 -26 53 -33c2 -9 2 -90 2 -90h-98c0 18 0 71 -1 77c-1 10 -1 29 -55 50c-8 3 -14 5 -19 7c18 8 15 15 15 28c0 19 -9 11 -15 47c-2 14 -4 5 -9 28c-3 12 1 12 1 18s-1 10 -2 22c-1 14 11 52 57 52s59 -38 58 -52c-1 -12 -2 -16 -2 -22
|
| 1676 |
+
c-1 -6 4 -6 1 -18c-5 -23 -7 -14 -9 -28c-6 -36 -16 -28 -16 -47c0 -29 -2 -23 39 -39zM325 0h-163h-162s0 65 2 77c2 10 15 22 69 43c54 20 50 17 50 55c0 24 -12 8 -20 54c-3 18 -5 7 -11 36c-3 15 2 16 1 23s-2 14 -3 29c-2 19 15 67 74 67s77 -49 75 -67
|
| 1677 |
+
c-1 -15 -2 -22 -3 -29s5 -8 2 -23c-6 -29 -9 -18 -12 -36c-8 -46 -20 -30 -20 -54c0 -32 -2 -36 31 -48c6 -2 11 -4 19 -7c54 -21 67 -33 69 -43c1 -6 2 -28 2 -47v-30z" />
|
| 1678 |
+
<glyph glyph-name="ion-person" unicode="" horiz-adv-x="384"
|
| 1679 |
+
d="M384 0h-192h-192s0 26 2 40c2 11 17 25 81 49c63 23 60 12 60 55c0 28 -14 11 -23 64c-4 21 -6 7 -14 40c-4 17 3 19 2 27s-2 16 -4 33c-2 21 18 76 88 76s90 -55 88 -76c-2 -17 -3 -25 -4 -33s6 -10 2 -27c-8 -33 -10 -19 -14 -40c-9 -53 -23 -36 -23 -64
|
| 1680 |
+
c0 -43 -3 -32 60 -55c64 -24 79 -38 81 -49c2 -14 2 -40 2 -40z" />
|
| 1681 |
+
<glyph glyph-name="ion-pie-graph" unicode=""
|
| 1682 |
+
d="M1 192c0 5 -1 11 -1 16c0 115 93 208 208 208c5 0 11 -1 16 -1v-32v-191h-191h-32zM78 46c-26 32 -42 71 -45 114h223v223c43 -3 82 -19 114 -45c47 -38 78 -96 78 -162c0 -115 -93 -208 -208 -208c-66 0 -124 31 -162 78z" />
|
| 1683 |
+
<glyph glyph-name="ion-pin" unicode="" horiz-adv-x="224"
|
| 1684 |
+
d="M188 220c20 -10 36 -31 36 -55c0 -17 -3 -21 -15 -21h-81l-12 -176h-8l-12 176h-81c-12 0 -15 5 -15 21c0 24 16 45 36 55v0c1 0 3 1 4 2c7 4 12 11 14 19l18 118v5c0 7 -4 10 -10 13v0c-1 0 -1 1 -2 1c-7 3 -12 9 -12 17c0 20 6 21 18 21h92c12 0 18 -1 18 -21
|
| 1685 |
+
c0 -8 -5 -14 -12 -17c-1 0 -1 -1 -2 -1v0c-6 -3 -10 -6 -10 -13v-5l18 -118c2 -8 7 -15 14 -19c1 -1 3 -2 4 -2v0z" />
|
| 1686 |
+
<glyph glyph-name="ion-pinpoint" unicode=""
|
| 1687 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c32 32 51 75 55 120l-63 8v16l63 8c-4 45 -23 88 -55 120s-75 51 -120 55l-8 -63h-16l-8 63c-45 -4 -88 -23 -120 -55s-51 -75 -55 -120l63 -8v-16l-63 -8
|
| 1688 |
+
c4 -45 23 -88 55 -120s75 -51 120 -55l8 63h16l8 -63c45 4 88 23 120 55z" />
|
| 1689 |
+
<glyph glyph-name="ion-pizza" unicode="" horiz-adv-x="352"
|
| 1690 |
+
d="M315 318c10 -4 12 -13 9 -20l-148 -330s-143 320 -148 331s2 16 9 19c39 18 90 28 139 28s96 -9 139 -28zM112 256c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM176 109c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM240 224
|
| 1691 |
+
c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM342 382c6 -3 10 -6 10 -13c0 -1 0 -3 -1 -5l-8 -19c-3 -5 -8 -9 -14 -9c-1 0 -3 1 -6 2c-41 18 -95 30 -147 30s-102 -11 -147 -30c-3 -1 -4 -2 -6 -2c-6 0 -11 4 -14 9l-8 19s-1 2 -1 5c0 8 6 12 10 14
|
| 1692 |
+
c49 21 107 33 166 33s118 -13 166 -34z" />
|
| 1693 |
+
<glyph glyph-name="ion-plane" unicode=""
|
| 1694 |
+
d="M250 136c0 -7 1 -69 -6 -102c-1 -4 3 -4 5 -7l51 -33c2 -2 3 -8 3 -8l1 -18l-68 16l-12 -32l-12 32l-68 -16l1 18s0 6 2 8l52 33c2 3 6 3 5 7c-7 33 -6 95 -6 102s-8 5 -8 5l-62 -13l-128 -49c0 23 2 26 9 31l183 131s5 63 5 113c0 24 12 78 27 78s27 -54 27 -78
|
| 1695 |
+
c0 -53 5 -113 5 -113l183 -131c6 -4 9 -7 9 -31l-128 49l-62 13s-8 2 -8 -5z" />
|
| 1696 |
+
<glyph glyph-name="ion-planet" unicode="" horiz-adv-x="512"
|
| 1697 |
+
d="M96 182c39 -24 85 -48 134 -69c44 -19 87 -35 126 -46c-27 -22 -62 -35 -100 -35c-85 0 -155 66 -160 150zM107 251c1 4 3 8 5 11c10 21 26 40 44 55c27 22 62 35 100 35c85 0 155 -66 160 -150v-10c0 -21 -4 -41 -11 -59c-1 -4 -3 -8 -5 -11c-6 1 -13 3 -19 5
|
| 1698 |
+
c-39 11 -82 26 -126 45c-56 24 -108 52 -148 79zM430 163c57 -35 87 -62 81 -82c-4 -12 -19 -17 -44 -17c-50 0 -136 23 -231 64c-141 61 -246 140 -235 175c4 12 20 20 44 17c22 -3 47 -9 73 -18c-8 -9 -8 -12 -14 -22c-23 5 -44 8 -59 8h-6c2 -2 5 -6 8 -9
|
| 1699 |
+
c11 -11 27 -24 46 -37c41 -29 97 -59 156 -85c44 -19 89 -35 128 -46c36 -10 68 -15 90 -15h6c-2 2 -5 6 -8 9c-10 10 -24 22 -41 34c4 11 5 12 6 24z" />
|
| 1700 |
+
<glyph glyph-name="ion-play" unicode="" horiz-adv-x="320"
|
| 1701 |
+
d="M309 215c7 -6 11 -14 11 -23s-4 -17 -11 -23l-278 -166c-4 -2 -7 -3 -11 -3c-11 0 -20 9 -20 20v0v344v0c0 11 9 20 20 20c4 0 8 -1 11 -3z" />
|
| 1702 |
+
<glyph glyph-name="ion-playstation" unicode="" horiz-adv-x="512"
|
| 1703 |
+
d="M400 245c0 -11 0 -22 -2 -33c-2 -10 -5 -20 -10 -28c-4 -7 -10 -13 -18 -17c-7 -4 -16 -6 -24 -6c-13 0 -31 4 -42 9v131v2c0 9 -7 17 -15 17h-1c-9 0 -16 -8 -16 -17v-3v-300l-80 26v358s28 -4 75 -18s67 -21 84 -31c8 -5 15 -11 21 -17c7 -7 13 -14 17 -23
|
| 1704 |
+
c8 -16 10 -33 11 -50zM87 90c-4 -2 -8 -3 -11 -6c-1 -1 -3 -3 -2 -5s4 -4 6 -5c6 -2 13 -3 19 -3c7 0 15 0 22 2c5 1 9 3 14 5c30 10 41 12 41 12v-42c-14 -2 -36 -4 -50 -4c-30 -1 -60 4 -88 13c-9 3 -19 6 -27 12c-4 3 -8 8 -10 13c-2 4 -1 9 1 13s5 8 9 11
|
| 1705 |
+
c9 6 18 10 28 14c8 4 17 7 26 10c35 12 111 37 111 37v-47s-62 -20 -89 -30zM512 102c0 -5 -2 -9 -5 -13c-6 -7 -14 -11 -22 -15s-17 -8 -26 -11c-54 -19 -171 -59 -171 -59v48s92 30 133 44c6 2 11 4 16 8c2 2 4 3 3 6c-1 2 -4 4 -6 5c-6 2 -13 3 -19 3
|
| 1706 |
+
c-10 0 -20 -2 -30 -5c-29 -10 -97 -32 -97 -32v49s45 14 67 16c8 1 23 1 31 1c26 0 54 -3 79 -11c5 -2 8 -3 14 -5c9 -3 18 -8 25 -14c4 -4 8 -9 8 -15z" />
|
| 1707 |
+
<glyph glyph-name="ion-plus-circled" unicode=""
|
| 1708 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM352 176v32h-112v112h-32v-112h-112v-32h112v-112h32v112h112z" />
|
| 1709 |
+
<glyph glyph-name="ion-plus-round" unicode="" horiz-adv-x="384"
|
| 1710 |
+
d="M353 224c17 0 31 -14 31 -32s-14 -32 -31 -32h-129v-129c0 -17 -14 -31 -32 -31s-32 14 -32 31v129h-129c-17 0 -31 14 -31 32s14 32 31 32h129v129c0 17 14 31 32 31s32 -14 32 -31v-129h129z" />
|
| 1711 |
+
<glyph glyph-name="ion-plus" unicode="" horiz-adv-x="384"
|
| 1712 |
+
d="M384 224v-64h-160v-160h-64v160h-160v64h160v160h64v-160h160z" />
|
| 1713 |
+
<glyph glyph-name="ion-podium" unicode=""
|
| 1714 |
+
d="M0 0v192h128v-192h-128zM160 0v288h128v-288h-128zM320 0v128h128v-128h-128z" />
|
| 1715 |
+
<glyph glyph-name="ion-pound" unicode=""
|
| 1716 |
+
d="M93 96h-93v54h101l13 84h-99v54h107l22 128h64l-22 -128h106l22 128h63l-22 -128h93v-54h-102l-12 -84h99v-54h-107l-22 -128h-63l22 128h-107l-22 -128h-63zM177 234l-12 -84h106l12 84h-106v0z" />
|
| 1717 |
+
<glyph glyph-name="ion-power" unicode=""
|
| 1718 |
+
d="M224 192c-18 0 -32 14 -32 32v160c0 18 14 32 32 32s32 -14 32 -32v-160c0 -18 -14 -32 -32 -32zM347 379c61 -40 101 -109 101 -187c0 -124 -100 -224 -224 -224s-224 100 -224 224c0 78 40 147 101 187v0c5 3 11 5 17 5c18 0 32 -14 32 -32c0 -6 -2 -12 -5 -17
|
| 1719 |
+
c-2 -3 -4 -6 -7 -8c-1 -1 -3 -2 -4 -3c-8 -6 -16 -12 -23 -19c-30 -30 -47 -70 -47 -113s17 -83 47 -113s70 -47 113 -47s83 17 113 47s47 70 47 113s-17 83 -47 113c-7 7 -15 13 -23 19c-1 1 -3 2 -4 3c-3 2 -5 5 -7 8c-3 5 -5 11 -5 17c0 18 14 32 32 32c6 0 12 -2 17 -5
|
| 1720 |
+
v0z" />
|
| 1721 |
+
<glyph glyph-name="ion-pricetag" unicode=""
|
| 1722 |
+
d="M439 187c12 -12 12 -31 0 -43l-165 -167c-11 -11 -30 -11 -42 -1l-3 3l-206 209l-6 5c-6 7 -9 15 -10 24v0v2v0l-7 98v4v0c0 12 4 24 13 33l49 49c8 9 20 13 31 13h4l100 -4v0c12 0 22 -4 30 -12v0l2 -2v0l210 -211v0v0zM112 256c26 0 48 22 48 48s-22 48 -48 48
|
| 1723 |
+
s-48 -22 -48 -48s22 -48 48 -48z" />
|
| 1724 |
+
<glyph glyph-name="ion-pricetags" unicode=""
|
| 1725 |
+
d="M440 209c10 -11 11 -28 0 -39l-29 -29c11 11 10 28 0 39v0v0l-190 191v0l-1 1h-1c-8 7 -16 12 -27 12v0l-90 3h-4c-9 0 -19 -3 -26 -10l28 27c8 8 17 12 27 12h4l90 -4v0c11 0 19 -4 27 -11h1l1 -1v0l190 -191v0v0zM396 166v0c11 -11 11 -29 0 -40l-108 -109v1l-26 -27
|
| 1726 |
+
l-2 -2l-13 -13c-10 -10 -26 -10 -37 -1l-3 3l-186 188l-5 5c-5 6 -9 14 -10 22v0v2v0l-6 88v3v1c0 11 4 21 12 29l44 45l1 1l1 1c7 6 17 9 26 9h4l90 -3v0c11 0 19 -4 27 -11v0l2 -1v0l189 -191v0zM79 308c-12 -8 -21 -21 -21 -37c0 -24 19 -43 43 -43c16 0 29 9 37 21
|
| 1727 |
+
c4 7 7 14 7 22c0 24 -20 44 -44 44c-8 0 -15 -3 -22 -7z" />
|
| 1728 |
+
<glyph glyph-name="ion-printer" unicode=""
|
| 1729 |
+
d="M392 320c28 0 56 -19 56 -55v-131c0 -31 -28 -54 -56 -54h-40v-112h-8h-8h-224h-11h-5v112h-40c-28 0 -56 24 -56 62v123c0 38 28 55 56 55h40v64h256v-64h40zM336 -16v176h-224v-176h224zM336 320v48h-224v-48h224zM384 256v16h-17v-16h17zM128 112v16h192v-16h-192z
|
| 1730 |
+
M128 64v16h192v-16h-192zM128 16v16h192v-16h-192z" />
|
| 1731 |
+
<glyph glyph-name="ion-pull-request" unicode="" horiz-adv-x="384"
|
| 1732 |
+
d="M64 384c35 0 64 -29 64 -64c0 -24 -13 -44 -32 -55v-178c19 -11 32 -31 32 -55c0 -35 -29 -64 -64 -64s-64 29 -64 64c0 24 13 44 32 55v178c-19 11 -32 31 -32 55c0 35 29 64 64 64zM64 0c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM64 288
|
| 1733 |
+
c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM351 88c20 -11 33 -32 33 -56c0 -35 -29 -64 -64 -64s-64 29 -64 64c0 23 12 44 31 55v156c0 16 -4 26 -11 33c-10 9 -26 12 -52 12v-64l-96 96l96 96v-64c42 1 74 -8 96 -29c21 -19 31 -46 31 -80v-155z
|
| 1734 |
+
M320 0c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32z" />
|
| 1735 |
+
<glyph glyph-name="ion-qr-scanner" unicode="" horiz-adv-x="416"
|
| 1736 |
+
d="M48 324v-68h-48v68c0 33 28 60 61 60h67v-48h-68c-7 0 -12 -5 -12 -12zM356 384c33 0 60 -27 60 -60v-68h-48v68c0 7 -6 12 -13 12h-67v48h68zM368 61v67h48v-67c0 -33 -27 -61 -60 -61h-68v49h68c7 0 12 5 12 12zM60 49h68v-49h-67c-33 0 -61 28 -61 61v67h48v-67
|
| 1737 |
+
c0 -7 5 -12 12 -12z" />
|
| 1738 |
+
<glyph glyph-name="ion-quote" unicode="" horiz-adv-x="384"
|
| 1739 |
+
d="M128 384c-41 0 -73 -11 -95 -33s-33 -54 -33 -95v-256h160v256h-96c0 23 5 39 15 49s26 15 49 15zM352 384c-41 0 -73 -11 -95 -33s-33 -54 -33 -95v-256h160v256h-96c0 23 5 39 15 49s26 15 49 15z" />
|
| 1740 |
+
<glyph glyph-name="ion-radio-waves" unicode=""
|
| 1741 |
+
d="M160 192c0 43 21 64 64 64s64 -21 64 -64s-21 -64 -64 -64s-64 21 -64 64zM112 192c0 -18 5 -35 13 -50s19 -28 33 -37l-23 -25c-6 5 -13 10 -18 16c-25 26 -37 59 -37 96s12 70 37 96c5 6 12 11 18 16l23 -25c-14 -9 -25 -22 -33 -37s-13 -32 -13 -50zM336 192
|
| 1742 |
+
c0 18 -5 35 -13 50s-19 28 -33 37l23 25c6 -5 13 -10 18 -16c25 -26 37 -59 37 -96s-12 -70 -37 -96c-5 -6 -12 -11 -18 -16l-23 25c14 9 25 22 33 37s13 32 13 50zM32 192c0 -27 6 -53 17 -77s27 -43 47 -59l-23 -24c-6 5 -12 10 -17 16c-18 19 -31 41 -41 65
|
| 1743 |
+
c-10 25 -15 51 -15 79s5 54 15 79c10 24 23 46 41 65c5 6 11 11 17 16l23 -24c-10 -8 -18 -17 -26 -27s-14 -21 -20 -32s-10 -24 -13 -37s-5 -26 -5 -40zM416 192c0 27 -6 53 -17 77s-27 43 -47 59l23 24c6 -5 12 -10 17 -16c18 -19 31 -41 41 -65c10 -25 15 -51 15 -79
|
| 1744 |
+
s-5 -54 -15 -79c-10 -24 -23 -46 -41 -65c-4 -5 -10 -10 -17 -16l-23 24c20 16 36 35 47 59s17 50 17 77z" />
|
| 1745 |
+
<glyph glyph-name="ion-record" unicode="" horiz-adv-x="416"
|
| 1746 |
+
d="M208 -16c-115 0 -208 93 -208 208s93 208 208 208s208 -93 208 -208s-93 -208 -208 -208z" />
|
| 1747 |
+
<glyph glyph-name="ion-refresh" unicode=""
|
| 1748 |
+
d="M352 96l-104 112h74c-7 65 -64 112 -130 112c-71 0 -128 -57 -128 -128s57 -128 128 -128c28 0 53 8 75 24l6 5l43 -46l-7 -6c-34 -26 -74 -41 -117 -41c-91 0 -167 64 -187 149v0c0 1 -1 2 -1 3v1v2s-1 2 -1 3v1c0 1 -1 3 -1 4v0c-1 6 -2 13 -2 19v1v4v5v5v4v1
|
| 1749 |
+
c0 6 1 13 2 19v0c0 1 1 3 1 4v1c0 1 1 1 1 2v3v1c0 1 1 2 1 3v0c20 85 96 149 187 149v0v0c11 0 21 -1 31 -3h2h2c57 -10 106 -47 133 -96c13 -23 21 -49 23 -77h65z" />
|
| 1750 |
+
<glyph glyph-name="ion-reply-all" unicode="" horiz-adv-x="416"
|
| 1751 |
+
d="M257 256c153 0 159 -208 159 -208c-51 93 -91 102 -159 102v-92l-152 134l152 144v-80zM0 192l144 136v-57l-82 -79l82 -68v-58z" />
|
| 1752 |
+
<glyph glyph-name="ion-reply" unicode="" horiz-adv-x="384"
|
| 1753 |
+
d="M384 48c-53 93 -122 102 -224 102v-92l-160 134l160 144v-80c187 0 224 -208 224 -208z" />
|
| 1754 |
+
<glyph glyph-name="ion-ribbon-a" unicode="" horiz-adv-x="352"
|
| 1755 |
+
d="M272 416l80 -96l-64 -134c-24 30 -59 49 -99 53zM80 416l83 -177c-40 -4 -75 -23 -99 -53l-64 134zM189 416h67l-53 -112h-27h-27l-53 112h80h13zM176 224c71 0 128 -57 128 -128s-57 -128 -128 -128s-128 57 -128 128s57 128 128 128zM176 0c53 0 96 43 96 96
|
| 1756 |
+
s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM176 184c49 0 88 -39 88 -88s-39 -88 -88 -88s-88 39 -88 88s39 88 88 88z" />
|
| 1757 |
+
<glyph glyph-name="ion-ribbon-b" unicode="" horiz-adv-x="384"
|
| 1758 |
+
d="M192 376c49 0 88 -39 88 -88s-39 -88 -88 -88s-88 39 -88 88s39 88 88 88zM192 416c71 0 128 -57 128 -128s-57 -128 -128 -128s-128 57 -128 128s57 128 128 128zM192 192c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM83 194c26 -30 65 -50 109 -50
|
| 1759 |
+
c12 0 23 1 34 4l-34 -74l-48 -106l-48 80h-96zM301 194l83 -146h-96l-48 -80l-40 88l45 98c22 9 41 23 56 40z" />
|
| 1760 |
+
<glyph glyph-name="ion-sad-outline" unicode=""
|
| 1761 |
+
d="M367 164c3 -9 -2 -17 -11 -19c-3 -1 -7 0 -10 1c-5 2 -9 5 -11 10s-4 12 -13 15s-14 0 -19 -3c-4 -3 -10 -3 -15 -1c-3 1 -7 3 -9 6c-6 8 -3 17 5 22c15 9 29 13 49 6s29 -21 34 -37zM165 195c8 -5 10 -14 4 -22c-2 -3 -6 -5 -9 -6c-5 -2 -11 -2 -15 1c-5 3 -10 6 -19 3
|
| 1762 |
+
s-11 -10 -13 -15s-6 -8 -11 -10c-3 -1 -7 -2 -10 -1c-9 2 -14 10 -11 19c5 16 14 30 34 37s35 3 50 -6zM224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c36 36 56 85 56 136s-20 100 -56 136s-85 56 -136 56
|
| 1763 |
+
s-100 -20 -136 -56s-56 -85 -56 -136s20 -100 56 -136s85 -56 136 -56s100 20 136 56zM317 89c5 -7 3 -17 -4 -22c-3 -2 -6 -3 -9 -3c-5 0 -10 3 -13 7c0 0 -19 25 -67 25s-67 -25 -67 -25c-3 -4 -8 -7 -13 -7c-3 0 -6 1 -9 3c-7 5 -9 15 -4 22c1 2 28 39 93 39
|
| 1764 |
+
s92 -37 93 -39z" />
|
| 1765 |
+
<glyph glyph-name="ion-sad" unicode=""
|
| 1766 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM113 156c2 5 4 12 13 15s14 0 19 -3c4 -3 10 -3 15 -1c3 1 7 3 9 6c6 8 4 17 -4 22c-15 9 -30 13 -50 6s-29 -21 -34 -37c-3 -9 2 -17 11 -19c3 -1 7 0 10 1c5 2 9 5 11 10z
|
| 1767 |
+
M313 67c7 5 9 15 4 22c-1 2 -28 39 -93 39s-92 -37 -93 -39c-5 -7 -3 -17 4 -22c3 -2 6 -3 9 -3c5 0 10 3 13 7c0 0 19 25 67 25s67 -25 67 -25c3 -4 8 -7 13 -7c3 0 6 1 9 3zM356 145c9 2 14 10 11 19c-5 16 -14 30 -34 37s-34 3 -49 -6c-8 -5 -11 -14 -5 -22
|
| 1768 |
+
c2 -3 6 -5 9 -6c5 -2 11 -2 15 1c5 3 10 6 19 3s11 -10 13 -15s6 -8 11 -10c3 -1 7 -2 10 -1z" />
|
| 1769 |
+
<glyph glyph-name="ion-scissors" unicode="" horiz-adv-x="384"
|
| 1770 |
+
d="M341 332c-13 -33 -117 -172 -117 -172l-32 -32s-31 -13 -50 -43s-33 -71 -33 -71v0c-7 -26 -28 -46 -53 -46c-31 0 -56 29 -56 64s25 64 56 64c13 0 25 -5 34 -13c2 -1 3 -3 4 -4v0l2 -2c4 -4 7 -2 14 11c8 15 17 35 27 54s38 59 38 59l17 23l144 192
|
| 1771 |
+
c23 -20 18 -51 5 -84zM56 0c15 0 28 14 28 32s-13 32 -28 32s-28 -14 -28 -32s13 -32 28 -32zM192 160c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM143 183c-30 41 -90 125 -100 149c-13 33 -18 64 5 84l134 -178l-3 -4v0v0l-17 -23v-1v0
|
| 1772 |
+
c-1 -1 -10 -13 -19 -27zM328 96c31 0 56 -29 56 -64s-25 -64 -56 -64c-25 0 -47 20 -54 46v0s-13 41 -32 71c-11 17 -26 28 -36 35l29 29l1 1h1c1 1 1 2 2 4c3 -4 5 -9 7 -12c10 -19 20 -39 28 -54c7 -13 10 -15 14 -11c1 1 0 1 1 2h1c1 1 2 3 4 4c9 8 21 13 34 13zM328 0
|
| 1773 |
+
c15 0 28 14 28 32s-13 32 -28 32s-28 -14 -28 -32s13 -32 28 -32z" />
|
| 1774 |
+
<glyph glyph-name="ion-search" unicode="" horiz-adv-x="384"
|
| 1775 |
+
d="M381 61c4 -4 4 -10 0 -14l-43 -44c-2 -2 -5 -3 -8 -3s-5 1 -7 3l-84 86c-25 -15 -52 -23 -80 -23c-87 0 -159 71 -159 159s72 159 159 159s158 -71 158 -159c0 -27 -7 -54 -21 -78zM159 322c-53 0 -97 -43 -97 -97s44 -97 97 -97s96 43 96 97s-43 97 -96 97z" />
|
| 1776 |
+
<glyph glyph-name="ion-settings" unicode="" horiz-adv-x="416"
|
| 1777 |
+
d="M402 310c10 -6 15 -25 14 -36c-1 -17 -7 -36 -25 -54c-1 -1 -2 -1 -3 -2c-26 -25 -62 -30 -94 -20c-1 1 -2 2 -4 2c-5 1 -10 0 -13 -4l-36 -39c52 -50 107 -96 107 -96c2 -2 2 -5 0 -7l-50 -51c-2 -2 -5 -2 -7 0c0 0 -44 55 -93 107l-92 -98c-14 -16 -40 -15 -55 0
|
| 1778 |
+
c-15 16 -15 42 1 56l97 93l-12 12c-2 2 -3 7 -1 10l2 5c-25 26 -36 33 -56 32s-36 -13 -48 -28s-10 -52 -8 -62s-7 -6 -12 0c-9 10 -23 50 -6 93s42 69 48 75s16 15 24 21s21 -1 27 5c4 4 5 11 5 16l-4 4c-2 2 -2 5 0 7l31 31c2 2 5 2 7 0l50 -50c2 -2 2 -6 0 -8l-31 -31
|
| 1779 |
+
c-2 -2 -5 -2 -7 0l-8 9c-7 0 -15 -5 -17 -10c-3 -6 -6 -21 -3 -33c3 -11 13 -20 36 -43l5 3c4 2 8 1 10 -1c0 0 1 -2 13 -14l38 37c4 3 5 7 4 13c0 2 0 4 -1 5c-10 33 -6 69 19 96l2 2c18 18 36 25 53 26c10 1 30 -5 35 -15l-48 -48l-2 -3l-1 -1c-1 -1 -1 -2 -1 -4
|
| 1780 |
+
s0 -3 1 -5l2 -2l2 -2l41 -42l3 -3l1 -1c1 -1 2 -1 4 -1s3 0 4 1l2 1l2 3z" />
|
| 1781 |
+
<glyph glyph-name="ion-share" unicode="" horiz-adv-x="384"
|
| 1782 |
+
d="M288 70v59l38 31v-109c0 -11 -8 -19 -19 -19h-288c-11 0 -19 9 -19 19v218c0 11 8 19 19 19h120c-29 -18 -43 -38 -43 -38h-58v-180h250zM256 224c-84 0 -116 -24 -160 -96c0 0 5 164 160 164v60l128 -96l-128 -96v64z" />
|
| 1783 |
+
<glyph glyph-name="ion-shuffle" unicode=""
|
| 1784 |
+
d="M338 267c-52 0 -83 -43 -120 -92c-41 -55 -88 -120 -171 -120h-47v63h47c52 0 84 47 121 96c41 55 87 116 170 116h29v54l81 -81l-81 -84v48h-29zM121 230c-21 21 -42 35 -74 36c-34 1 -47 0 -47 0v63h47c48 0 83 -20 113 -48c-10 -12 -19 -24 -28 -36
|
| 1785 |
+
c-4 -5 -7 -10 -11 -15zM367 118v47l81 -84l-81 -81v54h-29c-50 0 -87 23 -117 53c12 14 22 28 32 41c2 3 5 6 7 9c22 -24 46 -39 78 -39h29z" />
|
| 1786 |
+
<glyph glyph-name="ion-skip-backward" unicode="" horiz-adv-x="384"
|
| 1787 |
+
d="M12 352h8c7 0 12 -5 12 -12v-113l187 122c2 2 5 3 8 3c8 0 16 -7 16 -17v-63l118 78c2 2 5 2 8 2c8 0 15 -7 15 -17v-286c0 -10 -7 -17 -15 -17c-3 0 -5 1 -8 3l-118 78v-64c0 -10 -8 -17 -16 -17c-3 0 -5 1 -8 3l-187 122v-113c0 -7 -5 -12 -12 -12h-8
|
| 1788 |
+
c-7 0 -12 5 -12 12v296c0 7 5 12 12 12z" />
|
| 1789 |
+
<glyph glyph-name="ion-skip-forward" unicode="" horiz-adv-x="384"
|
| 1790 |
+
d="M372 352c7 0 12 -5 12 -12v-296c0 -7 -5 -12 -12 -12h-8c-7 0 -12 5 -12 12v113l-187 -122c-3 -2 -5 -3 -8 -3c-8 0 -15 7 -15 17v64l-119 -78c-3 -2 -5 -3 -8 -3c-8 0 -15 7 -15 17v286c0 10 7 17 15 17c3 0 6 0 8 -2l119 -78v63c0 10 7 17 15 17c3 0 6 -1 8 -3
|
| 1791 |
+
l187 -122v113c0 7 5 12 12 12h8z" />
|
| 1792 |
+
<glyph glyph-name="ion-social-android-outline" unicode="" horiz-adv-x="352"
|
| 1793 |
+
d="M272 240h-192v-60v-89h24h16v-15v-52c0 -4 4 -8 8 -8s8 4 8 8v52v15h17h49h15v-15v-52c0 -2 1 -4 3 -6h1v0c1 -1 2 -2 4 -2h1v0v0c4 0 7 4 7 8v52v15h17h22v89v60zM288 256v0v-76v-90c0 -7 -3 -15 -10 -15h-29v-51c0 -13 -10 -24 -23 -24v0h-1c-6 0 -11 2 -15 5
|
| 1794 |
+
c-5 4 -9 11 -9 19v51h-49v-51c0 -13 -11 -24 -24 -24s-24 11 -24 24v51h-28c-7 0 -12 8 -12 15v90v76h224zM328 256c-4 0 -8 -4 -8 -8v-96c0 -4 4 -8 8 -8s8 4 8 8v96c0 4 -4 8 -8 8zM328 272v0c13 0 24 -11 24 -24v-96c0 -13 -11 -24 -24 -24s-24 11 -24 24v96
|
| 1795 |
+
c0 13 11 24 24 24zM24 256c-4 0 -8 -4 -8 -8v-96c0 -4 4 -8 8 -8s8 4 8 8v96c0 4 -4 8 -8 8zM24 272v0c13 0 24 -11 24 -24v-96c0 -13 -11 -24 -24 -24s-24 11 -24 24v96c0 13 11 24 24 24zM175 354c-14 0 -27 -3 -38 -6l-10 -4c-28 -12 -40 -37 -44 -56h186
|
| 1796 |
+
c-4 18 -15 43 -44 56l-10 4c-12 4 -25 6 -39 6v0v0h-1zM105 384v0h1l19 -23c13 5 30 9 50 9h1c20 0 36 -4 50 -9l20 23v0s1 -1 2 -1c1 -1 2 -3 2 -3l-19 -22c48 -21 56 -71 57 -86h-224c1 15 9 66 57 87l-19 22c0 1 1 1 2 2zM127 309c-7 0 -14 6 -14 13s6 14 14 14
|
| 1797 |
+
c7 0 13 -7 13 -14s-5 -13 -13 -13zM225 309c-7 0 -13 6 -13 13s5 14 13 14c7 0 13 -7 13 -14s-6 -13 -13 -13z" />
|
| 1798 |
+
<glyph glyph-name="ion-social-android" unicode="" horiz-adv-x="352"
|
| 1799 |
+
d="M64 180v76h224v-76v-90c0 -7 -4 -14 -11 -14h-28v-52c0 -13 -11 -24 -24 -24v0h-1c-6 0 -10 2 -14 5c-5 4 -9 11 -9 19v52h-49v-52c0 -13 -11 -24 -24 -24s-24 11 -24 24v52h-29c-7 0 -11 7 -11 14v90zM328 272c13 0 24 -11 24 -24v-96c0 -13 -11 -24 -24 -24
|
| 1800 |
+
s-24 11 -24 24v96c0 13 11 24 24 24zM24 272c13 0 24 -11 24 -24v-96c0 -13 -11 -24 -24 -24s-24 11 -24 24v96c0 13 11 24 24 24zM231 359c48 -21 56 -72 57 -87h-224c1 15 8 66 56 87l-18 22c0 1 0 1 1 2s3 1 3 1l19 -23c14 5 31 9 51 9s36 -4 50 -9l20 23c0 1 1 0 2 -1
|
| 1801 |
+
l2 -2zM127 309c8 0 13 6 13 13s-6 14 -13 14c-8 0 -14 -7 -14 -14s7 -13 14 -13zM225 309c7 0 14 6 14 13s-7 14 -14 14c-8 0 -13 -7 -13 -14s6 -13 13 -13z" />
|
| 1802 |
+
<glyph glyph-name="ion-social-angular-outline" unicode=""
|
| 1803 |
+
d="M224 384l-188 -69l39 -230l149 -80l149 80l39 230zM224 416v0l224 -80l-46 -272l-178 -96l-178 96l-46 272zM312 96l-27 56h-122l-27 -56h-40l128 280l128 -280h-40zM182 192h84l-42 89z" />
|
| 1804 |
+
<glyph glyph-name="ion-social-angular" unicode=""
|
| 1805 |
+
d="M182 192l42 89l42 -89h-84zM224 416l224 -80l-46 -272l-178 -96l-178 96l-46 272zM312 96h40l-128 280l-128 -280h40l27 56h122z" />
|
| 1806 |
+
<glyph glyph-name="ion-social-apple-outline" unicode="" horiz-adv-x="320"
|
| 1807 |
+
d="M238 278c-15 0 -26 -4 -37 -8c-10 -4 -21 -8 -35 -8s-25 4 -37 8c-11 4 -22 8 -34 8c-11 0 -23 -3 -34 -10c-12 -7 -23 -18 -31 -31c-12 -18 -16 -47 -13 -77c3 -34 16 -69 35 -99c13 -21 30 -45 50 -45h1c8 0 13 3 20 6c10 5 23 10 44 10v0c21 0 34 -5 44 -10
|
| 1808 |
+
c7 -3 12 -6 19 -6v0c22 0 44 35 52 48c8 12 12 20 17 31c-12 7 -22 16 -30 28c-10 15 -17 33 -18 52c-1 18 2 37 10 53c6 12 14 22 24 30c-14 13 -31 20 -47 20zM238 294v0c25 0 52 -14 71 -39c-63 -36 -53 -128 11 -153c-9 -20 -13 -28 -24 -46c-16 -25 -37 -56 -65 -56h-1
|
| 1809 |
+
c-24 0 -31 16 -63 16v0c-33 0 -40 -16 -64 -16h-1c-28 0 -48 28 -64 53c-44 69 -48 150 -21 193c19 30 50 48 78 48c29 0 47 -16 71 -16c23 0 38 16 72 16zM214 364c-11 -5 -21 -13 -28 -22c-4 -5 -9 -13 -13 -23c-1 -3 -2 -6 -2 -9c11 4 21 11 28 21c4 5 12 18 15 33z
|
| 1810 |
+
M230 384v0c3 -23 -6 -46 -18 -62c-13 -17 -35 -30 -56 -30h-1c-4 22 6 44 18 60c14 17 37 31 57 32z" />
|
| 1811 |
+
<glyph glyph-name="ion-social-apple" unicode="" horiz-adv-x="320"
|
| 1812 |
+
d="M238 294v0c25 0 52 -14 71 -39c-63 -36 -53 -128 11 -153c-9 -20 -13 -28 -24 -46c-16 -25 -37 -56 -65 -56h-1c-24 0 -31 16 -63 16v0c-33 0 -40 -16 -64 -16h-1c-28 0 -48 28 -64 53c-44 69 -48 150 -21 193c19 30 50 48 78 48c29 0 47 -16 71 -16c23 0 38 16 72 16z
|
| 1813 |
+
M230 384v0c3 -23 -6 -46 -18 -62c-13 -17 -35 -30 -56 -30h-1c-4 22 6 44 18 60c14 17 37 31 57 32z" />
|
| 1814 |
+
<glyph glyph-name="ion-social-bitcoin-outline" unicode="" horiz-adv-x="320"
|
| 1815 |
+
d="M184 400h-8v-48v-16h-16h-32h-16v16v48h-9v-48v-16h-16h-72v-16h13c11 0 19 0 25 -3s10 -7 13 -13s3 -8 3 -20v-178c0 -11 0 -18 -3 -24v-1c-1 -3 -4 -10 -12 -14h-1c-5 -3 -8 -3 -17 -3h-13l-3 -16h67h16v-16v-48h9v48v16h16h32h16v-16v-48h8v49v16h15c23 1 41 5 55 10
|
| 1816 |
+
c16 6 28 15 37 26c8 11 12 29 13 42c1 14 -1 29 -4 36s-8 16 -21 23c-7 4 -14 6 -21 8l-46 11l43 19c4 2 7 4 12 9c6 5 9 12 11 16c2 5 4 13 3 22c-1 17 -4 29 -10 37c-7 9 -17 16 -31 21c-12 5 -24 7 -41 8l-15 1v15v47zM200 416v0v-63c20 -1 32 -4 45 -9
|
| 1817 |
+
c16 -6 29 -15 38 -27s12 -28 13 -45c1 -10 0 -20 -3 -28s-8 -16 -16 -23c-6 -6 -11 -9 -16 -11c9 -2 17 -6 25 -10c15 -8 24 -18 29 -30c4 -10 6 -30 5 -44c-1 -16 -6 -37 -16 -51c-11 -14 -26 -24 -45 -31c-15 -6 -33 -10 -59 -11v-65h-40v64h-32v-64h-41v64h-87l8 48h28
|
| 1818 |
+
c9 0 8 1 11 2s4 3 5 6s1 9 1 18v178c0 9 0 10 -1 12s-3 4 -6 6s-9 2 -18 2h-28v48h87v64h41v-64h32v64h40zM160 298v-74h-32v74h32zM160 176v0v-90h-32v90h32zM200 294v0c6 -2 10 -7 14 -12c4 -6 6 -13 6 -21s-2 -15 -7 -21c-4 -5 -7 -9 -13 -12v66zM200 174v0
|
| 1819 |
+
c5 -1 8 -1 12 -3c8 -3 14 -7 19 -13s8 -15 8 -24c0 -11 -2 -19 -10 -26s-13 -11 -23 -15c-2 -1 -4 0 -6 -1v82z" />
|
| 1820 |
+
<glyph glyph-name="ion-social-bitcoin" unicode="" horiz-adv-x="320"
|
| 1821 |
+
d="M314 169c4 -10 7 -30 6 -44c-1 -16 -5 -37 -16 -51s-26 -24 -45 -31c-15 -6 -33 -10 -59 -11v-64h-40v64h-32v-64h-41v64h-87l9 48h26c9 0 9 0 12 1s4 4 5 7s2 8 2 17v173c0 9 -1 16 -2 18s-3 4 -6 6s-9 2 -18 2h-28v48h87v64h41v-64h32v64h40v-64c20 -1 33 -4 46 -9
|
| 1822 |
+
c16 -6 28 -15 37 -27s12 -28 13 -45c1 -10 0 -20 -3 -28c-2 -8 -8 -16 -16 -23c-6 -6 -11 -9 -16 -11c9 -2 17 -6 25 -10c15 -8 23 -18 28 -30zM128 298v-74h32v74h-32zM128 86h32v90h-32v-90zM200 294v-66c6 3 9 7 13 12c5 6 7 12 7 20s-2 15 -6 21c-4 5 -8 11 -14 13z
|
| 1823 |
+
M229 107c8 7 10 15 10 26c0 9 -3 19 -8 25s-12 10 -20 13c-4 2 -6 2 -11 3v-82c2 0 5 1 7 2c10 4 14 6 22 13z" />
|
| 1824 |
+
<glyph glyph-name="ion-social-buffer-outline" unicode="" horiz-adv-x="384"
|
| 1825 |
+
d="M7 284c-9 4 -9 11 0 15l169 82c4 2 10 3 16 3s12 -1 16 -3l169 -82c9 -4 9 -11 0 -15l-169 -82c-4 -2 -10 -3 -16 -3s-12 1 -16 3zM183 366l-156 -75l156 -75c2 -1 5 -1 9 -1s7 0 9 1l156 75l-156 75c-2 1 -5 2 -9 2s-7 -1 -9 -2zM377 200c9 -4 9 -12 0 -16l-169 -81
|
| 1826 |
+
c-4 -2 -10 -4 -16 -4s-12 2 -16 4l-169 81c-9 4 -9 12 0 16c0 0 27 13 33 16c5 3 7 3 13 0s123 -60 123 -60c4 -2 10 -3 16 -3s12 1 16 3c0 0 121 59 125 61s5 2 9 0s35 -17 35 -17zM201 117l156 75l-19 9l-123 -59c-6 -3 -15 -5 -23 -5s-17 2 -23 5l-123 59l-19 -9l156 -75
|
| 1827 |
+
c2 -1 5 -2 9 -2s7 1 9 2zM377 100c9 -4 9 -11 0 -15l-169 -82c-4 -2 -10 -3 -16 -3s-12 1 -16 3l-169 82c-9 4 -9 11 0 15c0 0 27 14 33 17c5 3 7 2 13 -1s123 -59 123 -59c4 -2 10 -3 16 -3s12 1 16 3c0 0 121 58 125 60s5 2 9 0s35 -17 35 -17zM201 18l156 75l-19 9
|
| 1828 |
+
l-123 -60c-6 -3 -15 -4 -23 -4s-17 1 -23 4l-123 60l-19 -9l156 -75c2 -1 5 -2 9 -2s7 1 9 2z" />
|
| 1829 |
+
<glyph glyph-name="ion-social-buffer" unicode="" horiz-adv-x="384"
|
| 1830 |
+
d="M7 284c-9 4 -9 11 0 15l169 82c4 2 10 3 16 3s12 -1 16 -3l169 -82c9 -4 9 -11 0 -15l-169 -82c-4 -2 -10 -3 -16 -3s-12 1 -16 3zM377 200c9 -4 9 -12 0 -16l-169 -81c-4 -2 -10 -4 -16 -4s-12 2 -16 4l-169 81c-9 4 -9 12 0 16c0 0 27 13 33 16c5 3 7 3 13 0
|
| 1831 |
+
s123 -60 123 -60c4 -2 10 -3 16 -3s12 1 16 3c0 0 121 59 125 61s5 2 9 0s35 -17 35 -17zM377 100c9 -4 9 -11 0 -15l-169 -82c-4 -2 -10 -3 -16 -3s-12 1 -16 3l-169 82c-9 4 -9 11 0 15c0 0 27 14 33 17c5 3 7 2 13 -1s123 -59 123 -59c4 -2 10 -3 16 -3s12 1 16 3
|
| 1832 |
+
c0 0 121 58 125 60s5 2 9 0s35 -17 35 -17z" />
|
| 1833 |
+
<glyph glyph-name="ion-social-chrome-outline" unicode=""
|
| 1834 |
+
d="M224 416c123 0 224 -101 224 -224s-101 -224 -224 -224s-224 101 -224 224s101 224 224 224zM224 371c-57 0 -109 -27 -141 -68l54 -93c8 40 43 72 87 72h155c-30 54 -89 89 -155 89zM291 192c0 37 -30 67 -67 67s-67 -30 -67 -67s30 -67 67 -67s67 30 67 67zM45 192
|
| 1835 |
+
c0 -91 67 -166 154 -177l54 93c-9 -3 -19 -6 -29 -6c-34 0 -61 18 -77 45v0l-78 135c-16 -27 -24 -58 -24 -90zM224 13c99 0 179 80 179 179c0 24 -4 46 -13 67h-108c19 -17 32 -40 32 -67c0 -17 -5 -32 -13 -45v0z" />
|
| 1836 |
+
<glyph glyph-name="ion-social-chrome" unicode=""
|
| 1837 |
+
d="M157 192c0 37 30 67 67 67s67 -30 67 -67s-30 -67 -67 -67s-67 30 -67 67zM445 230c2 -12 3 -25 3 -38c0 -106 -74 -195 -174 -218c-10 -2 -20 -4 -30 -5c-7 -1 -13 -1 -20 -1c-8 0 -17 0 -25 1v0v0v0v1l102 177c8 13 13 28 13 45c0 27 -13 50 -32 67h156
|
| 1838 |
+
c3 -9 5 -19 7 -29v0c-2 10 -4 20 -7 29v0c3 -9 5 -19 7 -29v0zM224 103c10 0 20 2 29 5l-78 -135v0c-42 9 -79 30 -108 59c-42 41 -67 97 -67 160c0 31 6 61 18 88c7 16 16 31 26 45v0l103 -178c16 -27 43 -44 77 -44zM59 343v0v1c24 26 55 47 90 59c23 8 49 13 75 13
|
| 1839 |
+
c73 0 138 -36 179 -90h1c10 -14 18 -29 25 -44v0c-7 15 -15 30 -25 44h-1c10 -14 19 -29 26 -44h-205c-44 0 -79 -32 -87 -72z" />
|
| 1840 |
+
<glyph glyph-name="ion-social-codepen-outline" unicode=""
|
| 1841 |
+
d="M356 244c5 -3 7 -6 7 -12v-81c0 -6 -3 -10 -8 -13c-41 -27 -82 -55 -123 -82c-6 -4 -11 -4 -17 0c-41 27 -81 55 -122 82c-5 3 -8 7 -8 13v80c0 6 3 11 8 14c41 27 81 54 122 81c6 4 11 4 17 0c41 -27 83 -55 124 -82zM236 296v-54c0 -1 1 -2 2 -3c16 -11 31 -21 47 -32
|
| 1842 |
+
c1 -1 3 -1 4 0l40 26zM212 295c0 0 -62 -41 -93 -62c14 -9 27 -17 40 -26c1 -1 3 -1 4 0c15 10 31 21 46 31c1 1 3 4 3 6v51zM109 211v-40l30 20zM212 87v53c0 1 -2 3 -3 4c-15 10 -31 21 -46 31c-2 1 -3 1 -5 0l-39 -26c31 -21 93 -62 93 -62zM227 165l39 26s-34 23 -40 27
|
| 1843 |
+
c-1 1 -4 0 -5 -1c-5 -3 -9 -6 -14 -9c-8 -6 -25 -17 -25 -17l39 -26c2 -1 4 -1 6 0zM236 87l93 62l-38 26c-2 2 -5 2 -7 0c-15 -10 -30 -21 -45 -31c-2 -2 -3 -3 -3 -6v-51zM338 171v40l-30 -20zM224 384c-51 0 -100 -20 -136 -56s-56 -85 -56 -136s20 -100 56 -136
|
| 1844 |
+
s85 -56 136 -56s100 20 136 56s56 85 56 136s-20 100 -56 136s-85 56 -136 56zM224 416v0c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224z" />
|
| 1845 |
+
<glyph glyph-name="ion-social-codepen" unicode=""
|
| 1846 |
+
d="M209 144c1 -1 3 -3 3 -4v-53s-62 41 -93 62l39 26c2 1 3 1 5 0c15 -10 31 -21 46 -31zM163 207c-1 -1 -3 -1 -4 0c-13 9 -26 17 -40 26c31 21 93 62 93 62v-51c0 -2 -2 -5 -3 -6c-15 -10 -31 -21 -46 -31zM238 239c-1 1 -2 2 -2 3v54l93 -63l-40 -26c-1 -1 -3 -1 -4 0
|
| 1847 |
+
c-16 11 -31 21 -47 32zM226 218c6 -4 40 -27 40 -27l-39 -26c-2 -1 -4 -1 -6 0l-39 26s17 11 25 17c5 3 9 6 14 9c1 1 4 2 5 1zM109 211l30 -20l-30 -20v40zM224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM363 151v81
|
| 1848 |
+
c0 6 -2 9 -7 12c-41 27 -83 55 -124 82c-6 4 -11 4 -17 0c-41 -27 -81 -54 -122 -81c-5 -3 -8 -8 -8 -14v-80c0 -6 3 -10 8 -13c41 -27 81 -55 122 -82c6 -4 11 -4 17 0c41 27 82 55 123 82c5 3 8 7 8 13zM284 175c2 2 5 2 7 0l38 -26l-93 -62v51c0 3 1 4 3 6
|
| 1849 |
+
c15 10 30 21 45 31zM338 171l-30 20l30 20v-40z" />
|
| 1850 |
+
<glyph glyph-name="ion-social-css3-outline" unicode="" horiz-adv-x="384"
|
| 1851 |
+
d="M291 81l-99 -28l-98 28l-7 78h48l4 -40l53 -15v0v0l54 15l5 64h-112l-4 50h121l4 51h-184l-4 49h241zM0 416h384l-35 -403l-157 -45l-157 45zM319 37l30 347h-314l30 -347l127 -36z" />
|
| 1852 |
+
<glyph glyph-name="ion-social-css3" unicode="" horiz-adv-x="384"
|
| 1853 |
+
d="M192 109v0zM0 416h384l-35 -403l-157 -45l-157 45zM291 81l22 252h-241l4 -49h184l-4 -51h-121l4 -50h112l-5 -64l-54 -15v0v0l-53 15l-4 40h-48l7 -78l98 -28z" />
|
| 1854 |
+
<glyph glyph-name="ion-social-designernews-outline" unicode=""
|
| 1855 |
+
d="M259 302v-53l-65 103zM0 188zM297 352l151 -119v-201h-248l-200 156h63c46 0 77 33 77 82c0 20 -5 37 -15 51l-3 3l37 -29v-107h41l-2 98l63 -98h36v84v80zM432 48v178l-119 92v1v-47v-83v-17h-15h-37h-9l-4 8l-33 50l1 -42v-16h-16h-41h-16v16v29c-3 -6 -7 -12 -12 -17
|
| 1856 |
+
c-8 -9 -18 -16 -30 -21s-24 -7 -38 -7h-16l159 -124h226zM59 298h-1h-3v-57h4c8 0 13 2 17 6c5 6 6 15 6 22c0 26 -12 29 -23 29zM59 314v0c25 0 39 -16 39 -45c0 -28 -14 -44 -40 -44h-19v89h20z" />
|
| 1857 |
+
<glyph glyph-name="ion-social-designernews" unicode=""
|
| 1858 |
+
d="M258 303l1 -53l-64 102zM297 352l151 -118v-202h-248l-200 157v0h63c46 0 77 33 77 82c0 20 -5 37 -15 51l-3 3l37 -29v-107h40l-2 99l64 -99h36v83v80zM98 270c0 -28 -14 -44 -40 -44h-19v89h19c26 0 40 -16 40 -45z" />
|
| 1859 |
+
<glyph glyph-name="ion-social-dribbble-outline" unicode="" horiz-adv-x="384"
|
| 1860 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM314 296c-17 -25 -47 -47 -85 -64c5 -10 9 -20 13 -31c33 3 75 4 110 2c-2 35 -16 68 -38 93zM192 352c-14 0 -26 -2 -39 -5c23 -23 43 -53 62 -87c34 14 62 33 79 55
|
| 1861 |
+
c-28 23 -63 37 -102 37zM120 334c-41 -21 -71 -58 -83 -103h25c44 0 85 6 121 17c-19 34 -40 63 -63 86zM32 200v-8c0 -40 15 -78 40 -106c24 45 67 83 122 106c4 2 8 3 14 4c-3 8 -6 16 -10 24c-40 -13 -88 -20 -138 -21c-9 0 -19 1 -28 1zM192 32c20 0 39 3 57 10
|
| 1862 |
+
c-3 25 -8 53 -15 79c-4 17 -10 33 -16 49c-7 -2 -13 -4 -17 -6c-48 -22 -86 -56 -107 -98c27 -21 61 -34 98 -34zM278 58c40 26 68 67 73 116c-30 2 -68 3 -99 0c4 -12 9 -25 12 -38c7 -27 11 -52 14 -78z" />
|
| 1863 |
+
<glyph glyph-name="ion-social-dribbble" unicode="" horiz-adv-x="384"
|
| 1864 |
+
d="M192 384c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM192 32c88 0 160 72 160 160s-72 160 -160 160s-160 -72 -160 -160s72 -160 160 -160zM242 201c-4 11 -8 21 -13 31c25 11 47 24 63 39c15 -19 26 -42 28 -67c-26 0 -55 -1 -78 -3z
|
| 1865 |
+
M271 292c-15 -12 -34 -23 -56 -32c-12 22 -24 41 -38 59c5 1 10 1 15 1c30 0 57 -11 79 -28zM142 310c15 -18 28 -39 41 -62c-34 -10 -72 -16 -113 -17c11 36 38 65 72 79zM319 176c-4 -33 -21 -63 -46 -83c-3 14 -5 28 -9 43c-3 13 -8 26 -12 38c21 2 45 3 67 2zM194 192
|
| 1866 |
+
c-43 -18 -79 -46 -104 -78c-16 22 -26 49 -26 78v7c49 1 95 8 134 21c4 -8 7 -16 10 -24c-6 -1 -10 -2 -14 -4zM219 170c6 -16 11 -32 15 -49c4 -15 7 -31 10 -46c-16 -7 -34 -11 -52 -11c-31 0 -59 11 -81 29c22 30 53 54 90 71c4 2 11 4 18 6z" />
|
| 1867 |
+
<glyph glyph-name="ion-social-dropbox-outline" unicode="" horiz-adv-x="384"
|
| 1868 |
+
d="M113 371l79 -66l-114 -71l-78 63zM27 295l52 -42l86 53l-53 46zM306 235l78 -63l-78 -51v-39l-114 -69l-114 68v39l-78 52l78 63l114 -71l-79 -66l-19 12v-20l98 -59l98 59v20l-19 -12l-79 66zM79 217l-52 -44l85 -55l53 44zM219 162l53 -44l85 56l-52 43zM384 297
|
| 1869 |
+
l-78 -63l-114 71l79 66zM219 305l86 -52l52 42l-85 56z" />
|
| 1870 |
+
<glyph glyph-name="ion-social-dropbox" unicode="" horiz-adv-x="384"
|
| 1871 |
+
d="M113 371l79 -66l-114 -71l-78 63zM0 172l78 62l114 -70l-79 -66zM192 164l114 70l78 -62l-113 -74zM384 297l-78 -63l-114 71l79 66zM192 150l80 -66l34 22v-25l-114 -68l-114 68v25l34 -22z" />
|
| 1872 |
+
<glyph glyph-name="ion-social-euro-outline" unicode="" horiz-adv-x="320"
|
| 1873 |
+
d="M214 384c-53 0 -91 -9 -115 -27c-22 -16 -33 -40 -33 -74v-11v-17h-16h-34v-16h34h16v-15v-48v-17h-16h-34v-16h34h16v-15v-27c0 -34 11 -58 33 -74c24 -18 62 -27 115 -27c31 0 59 2 88 8l-5 35c-30 -4 -55 -7 -80 -7c-36 0 -59 6 -74 19c-19 16 -21 40 -21 60v13v15h16
|
| 1874 |
+
h103l3 16h-106h-16v17v48v15h16h118l2 16h-120h-16v17v2c0 16 2 39 21 55c16 13 39 19 74 19c24 0 51 -3 80 -7l5 35c-29 6 -57 8 -88 8zM214 400v0c35 0 68 -3 106 -12l-9 -65c-37 6 -68 9 -94 9c-64 0 -79 -22 -79 -58v-3h139l-8 -48h-131v-48h124l-7 -48h-117v-12
|
| 1875 |
+
c0 -44 15 -63 79 -63c26 0 57 3 94 9l9 -65c-38 -9 -71 -12 -106 -12c-115 0 -164 41 -164 117v26h-50v48h50v48h-50v48h50v12c0 76 49 117 164 117z" />
|
| 1876 |
+
<glyph glyph-name="ion-social-euro" unicode="" horiz-adv-x="320"
|
| 1877 |
+
d="M138 176h124l-7 -48h-117v-13c0 -44 15 -63 79 -63c26 0 56 3 93 9l10 -65c-38 -9 -71 -12 -106 -12c-115 0 -164 41 -164 117v27h-50v48h50v48h-50v48h50v11c0 76 49 117 164 117c35 0 68 -3 106 -12l-10 -65c-37 6 -67 9 -93 9c-64 0 -79 -22 -79 -58v-2h138l-7 -48
|
| 1878 |
+
h-131v-48z" />
|
| 1879 |
+
<glyph glyph-name="ion-social-facebook-outline" unicode="" horiz-adv-x="192"
|
| 1880 |
+
d="M128 256h64l-8 -64h-56v-192h-83v192h-45v64h45v43c0 54 23 85 91 85h56v-64h-34c-27 0 -30 -9 -30 -26v-38zM170 208l4 32h-45h-17v17v37c0 10 1 21 9 30c10 11 25 12 37 12h18v32h-40c-28 0 -49 -6 -60 -18c-10 -11 -15 -27 -15 -51v-43v-16h-15h-30v-32h30h15v-16
|
| 1881 |
+
v-176h51v176v16h17h41z" />
|
| 1882 |
+
<glyph glyph-name="ion-social-facebook" unicode="" horiz-adv-x="192"
|
| 1883 |
+
d="M128 256h64l-8 -64h-56v-192h-83v192h-45v64h45v43c0 54 23 85 91 85h56v-64h-34c-27 0 -30 -9 -30 -26v-38z" />
|
| 1884 |
+
<glyph glyph-name="ion-social-foursquare-outline" unicode="" horiz-adv-x="320"
|
| 1885 |
+
d="M302 284c-12 -60 -25 -131 -27 -138zM281 416c35 0 45 -20 37 -57c-3 -16 -10 -44 -16 -75l-27 -137c-3 -13 -8 -35 -39 -35h-72c-3 0 -3 0 -6 -3c-2 -2 -115 -133 -115 -133c-9 -10 -23 -8 -28 -6s-15 8 -15 26v380s10 40 43 40h238zM280 352c6 31 6 32 -24 32h-195
|
| 1886 |
+
c-29 0 -29 -3 -29 -28v-297c0 -38 1 -38 3 -38s10 8 29 31c0 0 78 89 79 90c2 2 3 2 6 2h62c26 0 28 6 33 31c4 21 36 177 36 177zM302 284c6 31 13 59 16 75zM233 352c5 0 9 -5 8 -11l-8 -44c-1 -4 -6 -9 -11 -9h-75c-8 0 -8 -5 -8 -13v-6c0 -8 0 -13 8 -13h64
|
| 1887 |
+
s11 -6 10 -12s-11 -51 -12 -54s-4 -9 -11 -9h-62c-9 0 -11 -1 -17 -8l-54 -63c-1 -1 -1 -1 -1 0v231c0 5 5 11 11 11h158z" />
|
| 1888 |
+
<glyph glyph-name="ion-social-foursquare" unicode="" horiz-adv-x="320"
|
| 1889 |
+
d="M281 416c35 0 45 -20 37 -57c-10 -49 -40 -202 -43 -213c-3 -13 -8 -34 -39 -34h-72c-3 0 -3 0 -6 -3c-2 -2 -115 -133 -115 -133c-9 -10 -23 -8 -28 -6s-15 8 -15 26v380s10 40 43 40h238zM275 146c3 11 33 164 43 213zM267 351c2 9 -5 16 -12 16h-191
|
| 1890 |
+
c-9 0 -15 -8 -15 -15v-296c0 -1 1 -1 2 0c0 0 70 84 78 94s11 11 23 11h64c9 0 14 8 15 12s8 43 10 51s-6 16 -13 16h-82c-10 0 -18 8 -18 18v13c0 10 8 17 18 17h96s14 6 15 12z" />
|
| 1891 |
+
<glyph glyph-name="ion-social-freebsd-devil" unicode="" horiz-adv-x="512"
|
| 1892 |
+
d="M503 333c19 -37 8 -81 -20 -108s-60 -33 -60 -33c2 -32 16 -59 -41 -102c-43 -32 2 -90 2 -90c10 -14 23 -19 32 -32h-272s15 14 -7 32c0 0 -20 17 -18 29s6 13 9 15s0 7 0 7l-19 19s-13 -13 -44 -13c-38 0 -65 39 -65 39h46s-6 -8 -7 -13c-1 -4 1 -5 1 -5s11 -6 22 -6
|
| 1893 |
+
c17 0 33 12 33 12l-24 22l-15 -4l-16 37l39 -10l-1 -15l28 -18s9 9 7 27s-9 26 -9 26s-4 0 -9 -4s-6 -6 -6 -6l-10 44s43 -19 50 -63c3 -20 -6 -35 -6 -35l17 -10s6 5 17 7s23 2 29 -8s5 -12 4 -19s0 -9 6 -11s6 -6 11 -8s15 -6 21 -2s8 11 8 18v16s-9 8 -32 20
|
| 1894 |
+
s-54 22 -66 40s-12 44 0 57c9 10 23 25 26 35c4 14 4 42 4 42s-10 16 -8 40c2 30 22 84 96 114c0 0 -40 -55 -20 -80c0 0 37 11 77 9c31 -2 56 -12 73 -28s25 -23 47 -17s28 17 28 33c0 19 -16 51 -16 51s36 -7 58 -51zM195 245c14 4 21 -11 21 -11c14 25 30 60 22 64
|
| 1895 |
+
s-64 -25 -66 -88c0 0 6 31 23 35zM232 230c5 7 34 8 37 -17c4 -35 -24 -57 -24 -57s7 -2 23 2c17 4 43 29 43 70s-21 66 -41 62s-38 -60 -38 -60z" />
|
| 1896 |
+
<glyph glyph-name="ion-social-github-outline" unicode=""
|
| 1897 |
+
d="M224 416c124 0 224 -103 224 -230c0 -101 -64 -188 -153 -218h-4c-8 0 -12 7 -12 12c0 8 1 31 1 62c0 21 -8 36 -16 43c50 6 103 25 103 113c0 25 -9 46 -23 62c2 6 10 29 -2 61h-5c-8 0 -27 -3 -57 -24c-18 5 -37 8 -56 8s-38 -3 -56 -8c-30 21 -49 24 -57 24h-5
|
| 1898 |
+
c-12 -32 -4 -55 -2 -61c-14 -16 -23 -37 -23 -62c0 -88 52 -107 102 -113c-6 -6 -12 -16 -14 -31c-6 -3 -16 -6 -26 -6c-13 0 -28 5 -39 25c0 0 -13 22 -35 24v0c-2 0 -21 0 -1 -14c0 0 15 -8 25 -34c0 0 10 -33 53 -33c7 0 14 0 22 2v-39c0 -5 -3 -11 -11 -11h-4
|
| 1899 |
+
c-89 30 -153 116 -153 218c0 127 100 230 224 230zM146 -0c-15 0 -28 4 -38 9c14 -10 28 -17 44 -23v6v8h-6zM157 73c-16 4 -35 10 -52 24c6 -6 11 -11 13 -16c7 -12 14 -17 25 -17c4 0 9 1 12 2c1 2 1 5 2 7zM347 14c17 13 32 28 45 46c26 37 40 80 40 126
|
| 1900 |
+
c0 29 -5 58 -16 84c-10 25 -26 48 -45 68s-41 34 -66 45c-26 11 -53 17 -81 17s-55 -6 -81 -17c-25 -11 -47 -25 -66 -45s-35 -42 -45 -68c-11 -26 -16 -55 -16 -84c0 -46 14 -89 40 -126c10 -14 22 -27 35 -38c-7 8 -11 16 -13 22c-7 18 -15 24 -17 25h-2v1
|
| 1901 |
+
c-5 3 -20 13 -15 28c3 9 12 15 25 15h1v0v0c13 -1 24 -6 32 -13c-21 19 -37 48 -37 98c0 24 7 47 21 66c-3 13 -6 34 5 62l3 8l7 2c2 0 5 1 10 1c12 0 31 -3 60 -22c17 4 35 6 53 6v0v0c18 0 36 -2 53 -6c29 19 48 22 60 22c5 0 8 -1 10 -1l7 -2l3 -7c11 -27 8 -50 5 -63
|
| 1902 |
+
c14 -19 21 -41 21 -66c0 -92 -55 -117 -92 -125c3 -8 5 -18 5 -30v-51v-6c18 7 35 16 51 28z" />
|
| 1903 |
+
<glyph glyph-name="ion-social-github" unicode=""
|
| 1904 |
+
d="M224 416c124 0 224 -103 224 -230c0 -101 -64 -188 -153 -218h-4c-8 0 -12 7 -12 12c0 8 1 31 1 62c0 21 -8 36 -16 43c50 6 103 25 103 113c0 25 -9 46 -23 62c2 6 10 29 -2 61h-5c-8 0 -27 -3 -57 -24c-18 5 -37 8 -56 8s-38 -3 -56 -8c-30 21 -49 24 -57 24h-5
|
| 1905 |
+
c-12 -32 -4 -55 -2 -61c-14 -16 -23 -37 -23 -62c0 -88 52 -107 102 -113c-6 -6 -12 -16 -14 -31c-6 -3 -16 -6 -26 -6c-13 0 -28 5 -39 25c0 0 -13 22 -35 24v0c-2 0 -21 0 -1 -14c0 0 15 -8 25 -34c0 0 10 -33 53 -33c7 0 14 0 22 2v-39c0 -5 -3 -11 -11 -11h-4
|
| 1906 |
+
c-89 30 -153 116 -153 218c0 127 100 230 224 230z" />
|
| 1907 |
+
<glyph glyph-name="ion-social-google-outline" unicode="" horiz-adv-x="256"
|
| 1908 |
+
d="M191 366c12 -10 37 -30 37 -68c0 -37 -21 -55 -43 -72c-7 -7 -15 -13 -15 -24s8 -17 14 -22l18 -14c23 -19 43 -36 43 -71c0 -47 -47 -95 -135 -95c-74 0 -110 35 -110 72c0 18 10 44 40 62c32 19 75 21 98 23c-7 9 -16 18 -16 34c0 9 2 14 5 20c-6 0 -11 -1 -16 -1
|
| 1909 |
+
c-54 0 -85 40 -85 79c0 23 11 48 33 67c29 24 63 28 91 28h106l-33 -18h-32zM155 142c-4 1 -7 1 -12 1s-32 -1 -54 -8c-11 -4 -44 -16 -44 -52s36 -62 91 -62c49 0 75 24 75 55c0 26 -17 39 -56 66zM170 238c12 12 13 28 13 37c0 36 -22 92 -65 92c-13 0 -28 -6 -36 -16
|
| 1910 |
+
c-9 -11 -11 -25 -11 -38c0 -34 20 -89 64 -89c13 0 27 6 35 14z" />
|
| 1911 |
+
<glyph glyph-name="ion-social-google" unicode="" horiz-adv-x="288"
|
| 1912 |
+
d="M210 172c22 -18 45 -36 45 -73c0 -49 -48 -99 -140 -99c-80 0 -115 39 -115 77c0 10 3 42 42 65c27 16 61 20 85 22c-4 7 -8 16 -8 27c0 4 0 7 1 10h-4c-19 0 -46 4 -67 26c-15 15 -24 36 -24 57c0 26 13 53 35 71v0c32 25 70 29 95 29h133l-60 -33h-13
|
| 1913 |
+
c11 -13 23 -31 23 -58c0 -40 -25 -59 -45 -74v-1c-6 -6 -11 -10 -11 -17c0 -6 4 -10 10 -15v0zM85 308c0 -13 4 -33 14 -51c7 -12 20 -27 41 -27c10 0 21 4 28 11c10 10 10 25 10 30c0 18 -6 38 -15 54c-7 13 -20 27 -40 27c-11 0 -22 -5 -29 -13c-6 -7 -9 -18 -9 -31z
|
| 1914 |
+
M206 80c0 20 -13 31 -50 56c-3 0 -4 1 -8 1c-6 0 -32 -2 -51 -8c-16 -6 -37 -16 -37 -42c0 -31 32 -51 80 -51c41 0 66 17 66 44z" />
|
| 1915 |
+
<glyph glyph-name="ion-social-googleplus-outline" unicode=""
|
| 1916 |
+
d="M192 366c12 -10 36 -30 36 -68c0 -37 -21 -55 -43 -72c-7 -7 -15 -13 -15 -24s8 -18 14 -22l18 -14c23 -19 43 -36 43 -71c0 -47 -47 -95 -135 -95c-74 0 -110 35 -110 72c0 18 10 44 40 62c32 19 75 21 98 23c-7 9 -16 18 -16 34c0 9 3 14 5 20c-6 0 -11 -1 -16 -1
|
| 1917 |
+
c-54 0 -85 40 -85 79c0 23 10 48 32 67c29 24 64 28 92 28h106l-33 -18h-31zM155 142c-4 0 -7 1 -12 1s-32 -1 -54 -8c-11 -4 -44 -16 -44 -52s36 -62 91 -62c49 0 75 24 75 55c0 26 -17 39 -56 66zM170 238c12 12 13 28 13 37c0 36 -22 92 -65 92c-13 0 -28 -6 -36 -16
|
| 1918 |
+
c-9 -11 -11 -24 -11 -37c0 -34 20 -90 64 -90c13 0 27 6 35 14zM448 306v-18h-78v-81h-18v81h-80v18h80v78h18v-78h78z" />
|
| 1919 |
+
<glyph glyph-name="ion-social-googleplus" unicode=""
|
| 1920 |
+
d="M210 172c22 -18 45 -36 45 -73c0 -49 -47 -99 -139 -99c-80 0 -116 39 -116 77c0 10 3 42 42 65c27 16 61 21 85 23c-4 7 -8 15 -8 26c0 4 0 7 1 10h-4c-19 0 -46 4 -67 26c-15 15 -24 36 -24 57c0 26 13 53 35 71v0c32 25 69 29 94 29h134l-60 -33h-13
|
| 1921 |
+
c11 -13 23 -31 23 -58c0 -40 -25 -59 -45 -74v-1c-6 -6 -11 -10 -11 -17c0 -6 4 -10 10 -15v0zM85 308c0 -13 4 -33 14 -51c7 -12 21 -27 41 -27c10 0 21 4 28 11c10 10 10 25 10 30c0 18 -6 37 -15 53c-8 13 -20 28 -40 28c-11 0 -23 -5 -29 -13c-6 -7 -9 -18 -9 -31z
|
| 1922 |
+
M206 80c0 20 -13 31 -50 56c-3 0 -4 1 -8 1c-6 0 -31 -2 -50 -8c-16 -6 -38 -16 -38 -42c0 -31 32 -51 80 -51c41 0 66 17 66 44zM370 306h78v-34h-78v-81h-34v81h-80v34h80v78h34v-78z" />
|
| 1923 |
+
<glyph glyph-name="ion-social-hackernews-outline" unicode="" horiz-adv-x="384"
|
| 1924 |
+
d="M352 352h-320v-320h320v320zM384 384v0v-384h-384v384h384zM233 289h45l-64 -120v-72h-40v72l-66 120h47l40 -84z" />
|
| 1925 |
+
<glyph glyph-name="ion-social-hackernews" unicode="" horiz-adv-x="384"
|
| 1926 |
+
d="M0 384h384v-384h-384v384zM214 169l64 120h-45l-38 -84l-40 84h-47l66 -120v-72h40v72z" />
|
| 1927 |
+
<glyph glyph-name="ion-social-html5-outline" unicode="" horiz-adv-x="384"
|
| 1928 |
+
d="M0 416h384l-35 -403l-157 -45l-157 45zM319 37l30 347h-314l30 -347l127 -36zM84 184l-13 150h241l-4 -50h-184l4 -51h176l-14 -151l-98 -28l-99 28l-6 77h48l3 -39l54 -15l53 15l6 64h-167z" />
|
| 1929 |
+
<glyph glyph-name="ion-social-html5" unicode="" horiz-adv-x="384"
|
| 1930 |
+
d="M0 416h384l-35 -403l-157 -45l-157 45zM308 284l4 50h-241l13 -150h167l-6 -64l-53 -15l-54 15l-3 39h-48l6 -78l99 -27l98 28l14 151h-176l-4 51h184z" />
|
| 1931 |
+
<glyph glyph-name="ion-social-instagram-outline" unicode="" horiz-adv-x="384"
|
| 1932 |
+
d="M384 336v-289c0 -26 -22 -47 -48 -47h-288c-26 0 -48 21 -48 47v289c0 26 22 48 48 48h288c26 0 48 -22 48 -48zM192 272c-44 0 -80 -36 -80 -80s36 -80 80 -80s80 36 80 80s-36 80 -80 80zM352 288v48c0 9 -7 16 -16 16h-48c-9 0 -16 -7 -16 -16v-48c0 -9 7 -16 16 -16
|
| 1933 |
+
h48c9 0 16 7 16 16zM337 32c9 0 15 7 15 16v176h-52c3 -10 4 -21 4 -32c0 -30 -11 -58 -32 -79s-50 -33 -80 -33s-58 12 -79 33s-33 49 -33 79c0 11 2 22 5 32h-53v-176c0 -9 8 -16 17 -16h288z" />
|
| 1934 |
+
<glyph glyph-name="ion-social-instagram" unicode="" horiz-adv-x="384"
|
| 1935 |
+
d="M112 192c0 53 27 80 80 80s80 -27 80 -80s-27 -80 -80 -80s-80 27 -80 80zM113 271c-14 -14 -23 -29 -28 -47h-85v112c0 13 4 25 14 34s22 14 35 14h288c13 0 24 -5 33 -14s14 -21 14 -34v-112h-84c-5 18 -14 33 -28 47c-22 22 -49 33 -80 33s-57 -11 -79 -33zM352 300
|
| 1936 |
+
v39c0 4 -2 7 -4 9s-5 4 -9 4h-38c-4 0 -7 -2 -9 -4s-4 -5 -4 -9v-39c0 -4 2 -7 4 -9s5 -3 9 -3h38c4 0 7 1 9 3s4 5 4 9zM272 113c22 22 32 48 32 79h80v-144c0 -13 -5 -24 -14 -34s-20 -14 -33 -14h-288c-13 0 -24 4 -34 14s-15 21 -15 34v144h81c0 -31 10 -57 32 -79
|
| 1937 |
+
s48 -33 79 -33s58 11 80 33z" />
|
| 1938 |
+
<glyph glyph-name="ion-social-javascript-outline" unicode=""
|
| 1939 |
+
d="M160 344h-48v-196c0 -30 -6 -50 -17 -64c-11 -13 -26 -20 -48 -20c-9 0 -18 1 -25 2l-4 -30c11 -2 25 -4 37 -4c34 0 59 8 76 25c19 18 29 48 29 90v197zM176 360v0v-213c0 -97 -49 -131 -121 -131c-18 0 -40 3 -55 8l8 62c10 -4 24 -6 39 -6c31 0 49 15 49 68v212h80z
|
| 1940 |
+
M350 352c-34 0 -62 -9 -82 -26c-19 -15 -28 -36 -28 -60c0 -20 7 -36 21 -51c14 -14 34 -26 61 -36c23 -8 38 -15 48 -24c12 -11 18 -23 18 -38c0 -16 -7 -31 -20 -40c-12 -9 -28 -14 -48 -14c-28 0 -52 8 -70 15l-7 -32c18 -8 44 -14 72 -14c38 0 70 9 90 27
|
| 1941 |
+
c18 16 27 38 27 63c0 21 -5 36 -17 50s-31 27 -58 37v0v0c-38 15 -72 28 -72 63c0 14 7 27 19 36c11 9 26 13 45 13c24 0 43 -5 57 -11l10 32c-19 6 -42 10 -66 10zM350 368v0c38 0 65 -7 85 -16l-19 -64c-13 7 -35 17 -67 17s-48 -16 -48 -33c0 -22 19 -31 62 -48
|
| 1942 |
+
c58 -22 85 -53 85 -102c0 -57 -42 -106 -133 -106c-38 0 -72 10 -91 21l15 63v0c20 -11 49 -21 81 -21c34 0 52 15 52 38c0 21 -15 33 -55 47c-55 20 -93 52 -93 102c0 58 49 102 126 102z" />
|
| 1943 |
+
<glyph glyph-name="ion-social-javascript" unicode=""
|
| 1944 |
+
d="M176 360v0v-213c0 -97 -49 -131 -121 -131c-18 0 -40 3 -55 8l8 62c10 -4 24 -6 39 -6c31 0 49 15 49 68v212h80zM350 368v0c38 0 65 -7 85 -16l-19 -64c-13 7 -35 17 -67 17s-48 -16 -48 -33c0 -22 19 -31 62 -48c58 -22 85 -53 85 -102c0 -57 -42 -106 -133 -106
|
| 1945 |
+
c-38 0 -72 10 -91 21l15 63v0c20 -11 49 -21 81 -21c34 0 52 15 52 38c0 21 -15 33 -55 47c-55 20 -93 52 -93 102c0 58 49 102 126 102z" />
|
| 1946 |
+
<glyph glyph-name="ion-social-linkedin-outline" unicode="" horiz-adv-x="384"
|
| 1947 |
+
d="M119 64v0h-55v171h55v-171zM93 261v0v0c-18 0 -29 13 -29 29c0 17 12 30 30 30s29 -13 29 -30c0 -16 -12 -29 -30 -29zM257 239c36 0 63 -24 63 -75v-100h-55v94c0 22 -8 37 -28 37c-15 0 -24 -10 -28 -20c-2 -4 -2 -9 -2 -14v-97h-55v171h55v-24c8 11 21 28 50 28z
|
| 1948 |
+
M353 384c18 0 31 -13 31 -30v-321c0 -17 -13 -33 -31 -33h-320c-18 0 -33 16 -33 33v321c0 17 15 30 33 30h320zM350 32c1 0 2 1 2 2v316c0 1 -1 2 -2 2h-316s-2 -1 -2 -2v-315s1 -3 3 -3h315z" />
|
| 1949 |
+
<glyph glyph-name="ion-social-linkedin" unicode="" horiz-adv-x="384"
|
| 1950 |
+
d="M353 384c18 0 31 -13 31 -30v-321c0 -17 -13 -33 -31 -33h-320c-18 0 -33 16 -33 33v321c0 17 15 30 33 30h320zM119 64v171h-55v-171h55zM93 261c18 0 30 13 30 29c0 17 -11 30 -29 30s-30 -13 -30 -30c0 -16 11 -29 29 -29v0zM320 64v100c0 51 -27 75 -63 75
|
| 1951 |
+
c-29 0 -42 -17 -50 -28v24h-55v-171h55v97c0 5 0 10 2 14c4 10 13 20 28 20c20 0 28 -15 28 -37v-94h55z" />
|
| 1952 |
+
<glyph glyph-name="ion-social-markdown" unicode=""
|
| 1953 |
+
d="M416 352c18 0 32 -14 32 -32v-256c0 -18 -14 -32 -32 -32h-384c-18 0 -32 14 -32 32v256c0 18 14 32 32 32h384zM252 96v0v192h-56l-42 -68l-42 68h-56v-192h56v96l42 -54l42 54v-96h56zM336 96v0l70 96h-42v96h-56v-96h-42z" />
|
| 1954 |
+
<glyph glyph-name="ion-social-nodejs" unicode="" horiz-adv-x="384"
|
| 1955 |
+
d="M192 -32c-6 0 -12 2 -17 5l-53 32c-8 5 -4 6 -1 7c11 4 14 5 25 12c1 1 3 1 4 0l39 -23c1 -1 4 -1 5 0l156 92c1 1 2 2 2 4v187c0 2 0 4 -2 5l-156 94c-1 1 -3 1 -4 0l-155 -94c-2 -1 -3 -3 -3 -5v-187c0 -2 0 -3 2 -4l40 -24c24 -12 38 1 38 15v183c0 3 2 5 5 5h22
|
| 1956 |
+
c3 0 5 -2 5 -5v-183c0 -33 -19 -52 -49 -52c-9 0 -17 1 -37 11l-41 24c-10 6 -17 18 -17 30v190c0 12 7 24 17 30l158 95c10 6 24 6 34 0l158 -95c10 -6 17 -18 17 -30v-190c0 -12 -7 -24 -17 -30l-158 -94c-5 -3 -11 -5 -17 -5v0zM241 96c-65 0 -84 31 -84 59c0 3 1 5 4 5
|
| 1957 |
+
h21c2 0 5 -2 5 -4c3 -22 16 -31 54 -31c33 0 47 11 47 29c0 11 -3 18 -55 23c-43 4 -71 15 -71 51c0 33 28 52 73 52c46 0 76 -14 79 -51c0 -1 -1 -2 -2 -3s-2 -2 -3 -2h-20c-2 0 -5 2 -5 4c-4 17 -16 23 -49 23c-36 0 -41 -12 -41 -22c0 -12 5 -16 54 -23s72 -16 72 -51
|
| 1958 |
+
c0 -36 -29 -59 -79 -59v0v0z" />
|
| 1959 |
+
<glyph glyph-name="ion-social-octocat" unicode=""
|
| 1960 |
+
d="M146 161c9 0 16 -4 22 -13s10 -20 10 -32s-4 -22 -10 -31s-14 -13 -22 -13c-9 0 -17 4 -23 13s-9 19 -9 31s3 24 9 32c6 9 14 13 23 13zM303 161c9 0 16 -4 22 -13s9 -20 9 -32s-3 -22 -9 -31s-13 -13 -22 -13s-18 4 -24 13s-9 19 -9 31s3 24 9 32c6 9 15 13 24 13z
|
| 1961 |
+
M414 276c24 -27 34 -66 34 -96c0 -24 -1 -46 -6 -65c-6 -19 -13 -35 -21 -47c-9 -12 -19 -23 -32 -32s-24 -17 -34 -21s-22 -8 -36 -10c-13 -2 -24 -4 -31 -4c0 0 -28 -1 -64 -1s-64 1 -64 1c-7 0 -18 2 -31 4c-14 2 -26 6 -36 10s-22 12 -34 21c-13 9 -23 20 -32 32
|
| 1962 |
+
c-8 12 -15 28 -21 47c-5 19 -6 41 -6 65c0 31 10 70 34 96c0 0 -2 14 0 39s7 48 16 69c30 -3 67 -20 112 -51c15 4 36 6 62 6c28 0 48 -2 62 -6c20 14 39 24 58 33c19 8 33 13 41 15s13 3 13 3c9 -21 14 -44 16 -69s0 -39 0 -39v0zM348 42c28 13 42 40 42 81
|
| 1963 |
+
c0 24 -8 43 -26 59c-9 9 -20 13 -32 15s-31 1 -56 -1s-40 -4 -52 -4s-25 2 -42 3s-30 3 -39 3c-10 0 -20 1 -31 -2s-21 -7 -28 -14c-17 -15 -25 -35 -25 -59c0 -41 13 -68 41 -81c27 -13 69 -18 123 -18h2c54 0 95 5 123 18z" />
|
| 1964 |
+
<glyph glyph-name="ion-social-pinterest-outline" unicode=""
|
| 1965 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224s-224 100 -224 224s100 224 224 224zM360 56c36 36 56 85 56 136s-20 100 -56 136s-85 56 -136 56s-100 -20 -136 -56s-56 -85 -56 -136s20 -100 56 -136c14 -14 31 -25 48 -34c1 6 2 10 3 16c4 18 29 122 29 122
|
| 1966 |
+
s-8 15 -8 36c0 33 20 58 44 58c20 0 30 -16 30 -34c0 -20 -13 -51 -20 -79c-6 -24 12 -43 35 -43c42 0 71 54 71 119c0 49 -33 85 -93 85c-68 0 -110 -50 -110 -107c0 -20 6 -33 15 -44c4 -5 5 -6 3 -12c-1 -4 -4 -14 -5 -18c-2 -6 -6 -8 -11 -6c-31 13 -46 48 -46 86
|
| 1967 |
+
c0 64 54 140 160 140c86 0 142 -63 142 -129c0 -88 -49 -153 -121 -153c-24 0 -47 13 -55 28c0 0 -12 -52 -15 -62c-2 -6 -4 -13 -7 -19c15 -4 31 -6 47 -6c51 0 100 20 136 56z" />
|
| 1968 |
+
<glyph glyph-name="ion-social-pinterest" unicode=""
|
| 1969 |
+
d="M224 416c124 0 224 -100 224 -224s-100 -224 -224 -224c-22 0 -44 3 -64 9c8 14 18 31 23 48c3 10 16 62 16 62c8 -15 30 -28 54 -28c72 0 121 65 121 153c0 66 -56 129 -142 129c-106 0 -160 -76 -160 -140c0 -39 15 -73 46 -86c5 -2 10 0 12 6c1 4 3 14 4 18
|
| 1970 |
+
c2 6 1 7 -3 12c-9 11 -15 24 -15 44c0 57 42 107 110 107c60 0 94 -36 94 -85c0 -65 -29 -119 -71 -119c-24 0 -42 19 -36 43c7 28 20 59 20 79c0 18 -10 34 -30 34c-24 0 -43 -25 -43 -58c0 -21 7 -36 7 -36s-25 -104 -29 -122c-4 -17 -5 -35 -4 -51
|
| 1971 |
+
c-79 35 -134 113 -134 205c0 124 100 224 224 224z" />
|
| 1972 |
+
<glyph glyph-name="ion-social-python" unicode="" horiz-adv-x="384"
|
| 1973 |
+
d="M129 199c-29 -5 -49 -30 -49 -57v-43v-3h-15c-29 0 -54 29 -62 69c-2 9 -3 17 -3 27v1c0 53 29 95 65 95h127v16h-96v29c0 26 7 40 46 47c13 2 29 4 45 4s39 -1 55 -4c25 -4 46 -22 46 -47v-57v-31c0 -21 -14 -38 -33 -43c-4 -1 -8 -2 -13 -2h-104h3c-4 0 -8 0 -12 -1z
|
| 1974 |
+
M140 321c10 0 17 7 17 17s-7 18 -17 18s-18 -8 -18 -18s8 -17 18 -17zM380 225c3 -10 4 -21 4 -33c0 -16 -3 -30 -7 -43c-11 -31 -33 -53 -58 -53h-127v-16h96v-26c0 -26 -23 -40 -46 -47c-35 -10 -68 -9 -97 0c-25 7 -49 22 -49 47v54v33c0 21 14 36 33 41c4 1 8 2 13 2
|
| 1975 |
+
h104c3 0 6 1 9 1c27 4 49 28 49 62v38v3h15c28 0 52 -26 61 -63zM244 65c-10 0 -18 -7 -18 -17s8 -18 18 -18s17 8 17 18s-7 17 -17 17z" />
|
| 1976 |
+
<glyph glyph-name="ion-social-reddit-outline" unicode="" horiz-adv-x="449"
|
| 1977 |
+
d="M259 160c0 21 11 31 32 31s32 -10 32 -31s-11 -32 -32 -32s-32 11 -32 32zM127 160c0 21 11 31 32 31s32 -10 32 -31s-11 -32 -32 -32s-32 11 -32 32zM449 197c0 -20 -9 -36 -27 -45c1 -5 1 -9 1 -14c0 -38 -19 -71 -58 -98s-85 -40 -140 -40s-102 13 -141 40
|
| 1978 |
+
s-58 59 -58 97c0 5 0 10 1 15c-18 9 -27 24 -27 45c0 14 5 25 15 35s21 15 35 15c13 0 24 -4 33 -13c36 25 79 39 129 41h7l29 98l86 -17c8 19 21 28 41 28c12 0 22 -4 31 -13s13 -20 13 -32s-4 -23 -13 -32s-19 -13 -31 -13s-23 4 -32 13s-13 19 -13 31l-69 14l-24 -77
|
| 1979 |
+
c50 -2 94 -16 129 -41c10 9 21 13 34 13c9 0 16 -3 24 -7s14 -10 18 -18s7 -16 7 -25zM375 366c-4 0 -8 -1 -11 -2s-6 -4 -8 -6s-5 -6 -6 -9s-2 -6 -2 -10c0 -8 3 -14 8 -19s12 -8 19 -8c5 0 9 1 13 3s8 6 10 10s4 9 4 14c0 8 -3 14 -8 19s-12 8 -19 8zM18 197
|
| 1980 |
+
c0 -11 5 -20 14 -27c7 19 19 37 37 53c-6 4 -12 6 -19 6c-3 0 -7 0 -10 -1s-6 -3 -9 -5s-5 -4 -7 -7s-4 -6 -5 -9s-1 -6 -1 -10zM355 55c34 23 50 51 50 83v9c-1 6 -3 12 -5 18c-6 16 -15 30 -30 43c-5 4 -10 9 -15 12v0c-36 25 -79 37 -130 37s-95 -12 -131 -37v0
|
| 1981 |
+
c-5 -3 -10 -8 -15 -12c-15 -13 -24 -27 -30 -43c-2 -6 -4 -12 -5 -18v-9c0 -32 16 -60 50 -83c36 -25 80 -37 131 -37s94 12 130 37zM417 170c9 6 14 16 14 27c0 9 -3 17 -9 23s-13 9 -22 9c-7 0 -14 -2 -20 -6c18 -16 30 -34 37 -53zM289 90l13 -12
|
| 1982 |
+
c-20 -20 -45 -30 -77 -30s-58 10 -78 30l13 12c16 -16 38 -24 65 -24s48 8 64 24z" />
|
| 1983 |
+
<glyph glyph-name="ion-social-reddit" unicode="" horiz-adv-x="449"
|
| 1984 |
+
d="M449 197c0 -20 -11 -37 -27 -45c1 -5 1 -9 1 -14c0 -76 -89 -138 -199 -138s-198 61 -198 137c0 5 0 10 1 15c-16 8 -27 25 -27 45c0 28 23 50 50 50c13 0 24 -5 33 -13c33 23 79 39 129 41h2l31 103l90 -18c8 14 22 24 39 24v0h1c25 0 44 -20 44 -45s-19 -45 -44 -45h-1
|
| 1985 |
+
v0c-23 0 -42 17 -44 40l-67 14l-22 -74c49 -3 93 -17 125 -40c9 8 21 13 34 13c27 0 49 -22 49 -50zM34 177c5 15 15 29 29 41c-4 3 -9 5 -15 5c-14 0 -25 -11 -25 -25c0 -9 4 -17 11 -21zM358 339c0 -9 7 -17 16 -17s17 8 17 17s-8 17 -17 17s-16 -8 -16 -17zM127 160
|
| 1986 |
+
c0 -18 14 -32 32 -32s32 14 32 32s-14 31 -32 31s-32 -13 -32 -31zM224 48c48 0 77 29 78 30l-13 12s-25 -24 -65 -24c-41 0 -64 24 -64 24l-13 -12c1 -1 29 -30 77 -30zM291 128c18 0 32 14 32 32s-14 31 -32 31s-32 -13 -32 -31s14 -32 32 -32zM415 176c7 5 11 13 11 22
|
| 1987 |
+
c0 14 -11 25 -25 25c-6 0 -11 -2 -15 -5c14 -12 24 -27 29 -42z" />
|
| 1988 |
+
<glyph glyph-name="ion-social-rss-outline" unicode="" horiz-adv-x="384"
|
| 1989 |
+
d="M56 112c31 0 56 -25 56 -56s-25 -56 -56 -56s-56 25 -56 56s25 56 56 56zM56 16c22 0 40 18 40 40s-18 40 -40 40s-40 -18 -40 -40s18 -40 40 -40zM0 256c140 0 256 -116 256 -256h-80c0 48 -14 94 -48 128s-80 48 -128 48v80zM240 16c-2 26 -8 52 -19 77
|
| 1990 |
+
c-12 28 -30 54 -52 76s-48 40 -76 52c-25 10 -51 16 -77 18v-47c50 -3 92 -22 123 -53s50 -73 53 -123h48zM0 384c212 0 384 -172 384 -384h-80c0 171 -133 304 -304 304v80zM227 228c56 -56 89 -131 93 -212h48c-8 190 -162 344 -352 352v-48c81 -4 155 -36 211 -92z" />
|
| 1991 |
+
<glyph glyph-name="ion-social-rss" unicode="" horiz-adv-x="384"
|
| 1992 |
+
d="M56 112c31 0 56 -25 56 -56s-25 -56 -56 -56s-56 25 -56 56s25 56 56 56zM0 256c140 0 256 -116 256 -256h-80c0 48 -14 94 -48 128s-80 48 -128 48v80zM0 384c212 0 384 -172 384 -384h-80c0 171 -133 304 -304 304v80z" />
|
| 1993 |
+
<glyph glyph-name="ion-social-sass" unicode="" horiz-adv-x="512"
|
| 1994 |
+
d="M512 119v-8c-1 -9 -7 -17 -15 -22s-12 -4 -13 -3s1 3 4 5c13 8 17 20 10 33c-5 10 -15 16 -26 20c-24 8 -48 7 -72 0c4 -12 7 -23 -2 -34c-10 -12 -23 -19 -39 -22c-7 -2 -14 2 -15 9c-3 19 17 36 30 47c-7 11 -11 24 -14 37c-15 -17 -31 -40 -26 -61
|
| 1995 |
+
c3 -14 -1 -27 -14 -36s-30 -14 -46 -11c-4 1 -6 5 -5 8c2 14 25 32 35 43c2 2 3 4 1 7c-6 12 -10 23 -14 36c-13 -29 -30 -80 -57 -98c-9 -6 -17 -4 -21 5c-3 8 -2 20 -1 29c-6 -13 -11 -27 -20 -38c-7 -8 -24 -7 -30 1c-16 21 -13 50 -5 73l-29 -15c7 -16 8 -32 4 -49
|
| 1996 |
+
c-5 -19 -17 -35 -35 -46c-19 -12 -64 -24 -77 4c-7 16 -4 30 6 44c17 24 48 37 74 50c-32 23 -80 42 -96 80c-15 35 17 68 43 89c59 48 166 95 244 59c15 -7 36 -24 31 -52c-4 -24 -13 -39 -28 -54c-32 -32 -152 -77 -176 -15c-1 1 -1 4 1 4c2 -1 20 -15 43 -16
|
| 1997 |
+
c17 -1 36 3 52 8c33 11 71 33 80 67c4 13 -2 28 -15 34c-49 24 -116 -4 -159 -26c-33 -17 -84 -45 -82 -87c1 -37 56 -60 81 -82c15 7 42 15 52 27c11 13 26 25 44 26c8 0 14 -3 16 -10c2 -6 1 -11 0 -19c5 4 11 4 15 -1c12 -14 -22 -50 -10 -66c14 14 21 42 30 59
|
| 1998 |
+
c4 8 17 51 26 53c7 2 18 4 25 0c2 -1 3 -3 2 -5c-7 -19 -7 -33 3 -52c14 20 29 43 34 67c1 2 3 3 5 4c7 2 18 3 25 0c3 -1 3 -2 2 -5c-7 -22 -6 -38 6 -58c31 11 69 15 97 -5c-3 2 -7 5 0 0c5 -4 3 -2 0 0c12 -8 19 -18 21 -32zM113 94v0c1 7 -1 13 -3 20
|
| 1999 |
+
c-24 -8 -66 -35 -64 -62c1 -10 8 -13 17 -12s19 7 27 13c14 11 22 24 23 41zM216 166c1 3 -2 5 -5 4c-29 -8 -43 -57 -33 -81c1 -3 4 -3 6 -1c17 16 28 56 32 78zM286 84c8 -3 27 17 26 27c-8 -9 -18 -18 -26 -27zM367 102c11 6 16 19 12 30c-8 -6 -21 -19 -20 -31
|
| 2000 |
+
c0 -2 6 0 8 1z" />
|
| 2001 |
+
<glyph glyph-name="ion-social-skype-outline" unicode="" horiz-adv-x="384"
|
| 2002 |
+
d="M106 352c-41 0 -74 -33 -74 -73c0 -13 4 -25 10 -36l6 -11l-2 -12c-2 -10 -3 -20 -3 -30c0 -40 16 -77 44 -105s67 -44 107 -44c9 0 19 1 28 3l11 2l9 -5c11 -6 24 -9 36 -9c41 0 74 33 74 73c0 11 -3 22 -8 32l-5 10l3 11c2 10 3 21 3 32c0 40 -16 77 -44 105
|
| 2003 |
+
s-67 43 -107 43c-9 0 -18 0 -26 -2l-12 -2l-10 7c-12 7 -26 11 -40 11zM106 384v0c21 0 40 -6 56 -16c10 2 21 2 32 2c101 0 183 -80 183 -180c0 -13 -1 -27 -4 -39c7 -14 11 -29 11 -46c0 -58 -47 -105 -106 -105c-18 0 -35 4 -50 12c-11 -2 -22 -3 -34 -3
|
| 2004 |
+
c-101 0 -183 81 -183 181c0 12 2 24 4 36c-9 16 -15 34 -15 53c0 58 47 105 106 105zM288 104c-8 -12 -21 -21 -37 -28s-36 -10 -58 -10c-26 0 -48 5 -65 14c-12 7 -22 15 -30 26s-12 22 -12 33c0 7 3 12 8 17s11 7 19 7c6 0 12 -2 16 -6s7 -8 10 -15s7 -13 11 -18
|
| 2005 |
+
s8 -9 15 -12s16 -5 27 -5c15 0 28 4 37 10s13 13 13 22c0 7 -2 13 -7 17c-5 5 -11 9 -19 11c-8 3 -20 5 -34 8c-19 4 -35 9 -48 14c-13 6 -24 13 -32 23s-11 22 -11 36s4 25 12 36c8 10 20 19 36 25c15 6 34 8 54 8c16 0 30 -1 42 -5s23 -9 31 -15s14 -13 18 -20
|
| 2006 |
+
s5 -14 5 -21c0 -6 -2 -12 -7 -17s-11 -8 -19 -8c-7 0 -12 2 -16 5c-3 3 -7 7 -11 14c-5 8 -10 15 -16 20s-17 8 -31 8c-13 0 -23 -3 -31 -8s-12 -11 -12 -18c0 -4 2 -7 4 -10c3 -3 6 -6 11 -8s10 -5 15 -6s13 -3 25 -6c15 -3 28 -6 40 -10s23 -8 32 -14s15 -13 20 -22
|
| 2007 |
+
s8 -20 8 -32c0 -15 -5 -28 -13 -40z" />
|
| 2008 |
+
<glyph glyph-name="ion-social-skype" unicode="" horiz-adv-x="384"
|
| 2009 |
+
d="M373 151c7 -14 11 -29 11 -46c0 -58 -47 -105 -106 -105c-18 0 -35 4 -50 12c-11 -2 -22 -3 -34 -3c-101 0 -183 81 -183 181c0 12 2 24 4 36c-9 16 -15 34 -15 53c0 58 47 105 106 105c21 0 41 -6 57 -16c10 2 20 2 31 2c101 0 183 -80 183 -180c0 -13 -1 -27 -4 -39z
|
| 2010 |
+
M288 104c9 12 12 25 12 40c0 12 -2 23 -7 32s-12 16 -21 22s-19 10 -31 14s-26 7 -41 10c-12 3 -20 5 -25 6s-10 4 -15 6s-7 5 -10 8c-2 3 -4 6 -4 10c0 7 3 13 11 18s19 7 32 7c14 0 25 -2 31 -7s11 -12 16 -20c4 -7 8 -11 11 -14c4 -3 9 -5 16 -5c8 0 13 3 18 8s8 11 8 17
|
| 2011 |
+
c0 7 -2 14 -6 21s-10 14 -18 20s-18 11 -30 15s-27 5 -43 5c-20 0 -38 -2 -53 -8c-16 -6 -28 -15 -36 -25c-8 -11 -12 -22 -12 -36s3 -26 11 -36s19 -17 32 -23c13 -5 29 -10 48 -14c14 -3 26 -5 34 -8c8 -2 14 -6 19 -11c5 -4 7 -10 7 -17c0 -9 -4 -17 -13 -23
|
| 2012 |
+
s-22 -9 -37 -9c-11 0 -20 2 -27 5s-11 6 -15 11s-8 12 -11 19s-6 11 -10 15s-10 6 -16 6c-8 0 -14 -2 -19 -7s-8 -10 -8 -17c0 -11 4 -22 12 -33s18 -19 30 -26c17 -9 39 -14 65 -14c22 0 42 3 58 10s29 16 37 28z" />
|
| 2013 |
+
<glyph glyph-name="ion-social-snapchat-outline" unicode="" horiz-adv-x="480"
|
| 2014 |
+
d="M240 400v0v0c-71 0 -128 -54 -118 -128c2 -15 3 -32 4 -45c0 0 -2 -5 -12 -5c-6 0 -15 2 -28 7c-2 1 -4 1 -6 1c-8 0 -13 -6 -14 -12c0 -5 4 -11 8 -13c14 -7 47 -10 47 -33s-23 -47 -41 -64s-64 -21 -64 -21s0 -21 32 -29s32 -5 33 -13c2 -15 1 -22 11 -22c2 0 4 1 6 1
|
| 2015 |
+
c8 1 20 3 32 3c11 0 23 -2 34 -9c23 -15 41 -34 76 -34s53 19 76 34c11 7 24 9 35 9c12 0 23 -2 31 -3c2 0 4 -1 6 -1c10 0 9 7 11 22c1 8 1 5 33 13s32 29 32 29s-46 4 -64 21s-41 41 -41 64s33 26 47 33c4 2 9 8 9 13c-1 6 -6 12 -14 12c-2 0 -5 0 -7 -1
|
| 2016 |
+
c-13 -5 -21 -6 -27 -6c-10 0 -13 4 -13 4c1 13 2 30 4 45c10 74 -47 128 -118 128zM240 416v0c41 0 80 -16 105 -45c24 -28 34 -63 29 -101c-1 -11 -2 -22 -3 -31c4 1 10 2 18 5c4 1 8 2 12 2c16 0 29 -12 30 -27c1 -13 -9 -25 -18 -29c-4 -2 -9 -3 -14 -5
|
| 2017 |
+
c-7 -2 -14 -5 -19 -8c-4 -3 -5 -4 -5 -5c0 -16 20 -37 36 -52c11 -10 39 -16 54 -17l15 -1v-14c0 -2 0 -11 -6 -21c-5 -8 -16 -19 -38 -24c-6 -1 -11 -3 -15 -4c-2 -1 -5 -1 -7 -1v-1c-1 -7 -1 -13 -4 -18c-2 -5 -9 -12 -22 -12c-2 0 -6 0 -9 1c-2 0 -3 1 -5 1
|
| 2018 |
+
c-7 1 -15 2 -23 2c-10 0 -19 -2 -26 -6c-4 -3 -9 -7 -14 -10c-18 -13 -38 -27 -71 -27s-53 14 -71 27c-5 3 -9 7 -14 10c-7 4 -15 6 -25 6c-8 0 -17 -1 -24 -2c-2 0 -3 -1 -5 -1c-3 -1 -7 -1 -9 -1c-13 0 -20 7 -22 12c-3 5 -3 11 -4 18v1c-2 0 -4 0 -6 1c-4 1 -10 3 -16 4
|
| 2019 |
+
c-22 5 -33 16 -38 24c-6 10 -6 18 -6 20v15l15 1c16 1 44 7 54 17c29 27 36 43 36 52c0 1 0 2 -4 5c-5 3 -13 6 -20 8c-5 2 -10 3 -14 5c-9 4 -18 16 -17 29c1 15 14 27 30 27c4 0 8 0 12 -2c8 -3 13 -4 17 -5c-1 9 -2 19 -3 30c-5 38 5 74 29 102c25 29 64 45 105 45v0z
|
| 2020 |
+
M240 219c-21 0 -41 8 -56 23c-3 3 -3 9 0 12s9 3 12 0c12 -12 27 -19 44 -19c16 0 32 7 44 19c3 3 9 3 12 0s3 -9 0 -12c-15 -15 -35 -23 -56 -23zM176 296c0 16 5 24 16 24s16 -8 16 -24s-5 -24 -16 -24s-16 8 -16 24zM272 296c0 16 5 24 16 24s16 -8 16 -24
|
| 2021 |
+
s-5 -24 -16 -24s-16 8 -16 24z" />
|
| 2022 |
+
<glyph glyph-name="ion-social-snapchat" unicode="" horiz-adv-x="480"
|
| 2023 |
+
d="M480 88c0 -2 0 -11 -6 -21c-5 -8 -16 -19 -38 -24c-6 -1 -11 -3 -15 -4c-2 -1 -5 -1 -7 -1v-1c-1 -7 -1 -13 -4 -18c-2 -5 -9 -12 -22 -12c-2 0 -6 0 -9 1c-2 0 -3 1 -5 1c-7 1 -15 2 -23 2c-10 0 -19 -2 -26 -6c-4 -3 -9 -7 -14 -10c-18 -13 -38 -27 -71 -27
|
| 2024 |
+
s-53 14 -71 27c-5 3 -9 7 -14 10c-7 4 -15 6 -25 6c-8 0 -17 -1 -24 -2c-2 0 -3 -1 -5 -1c-3 -1 -7 -1 -9 -1c-13 0 -20 7 -22 12c-3 5 -3 11 -4 18v1c-2 0 -4 0 -6 1c-4 1 -10 3 -16 4c-22 5 -33 16 -38 24c-6 10 -6 18 -6 20v15l15 1c16 1 44 7 54 17c29 27 36 43 36 52
|
| 2025 |
+
c0 1 0 2 -4 5c-5 3 -13 6 -20 8c-5 2 -10 3 -14 5c-9 4 -18 16 -17 29c1 15 14 27 30 27c4 0 8 0 12 -2c8 -3 13 -4 17 -5c-1 9 -2 19 -3 30c-5 38 5 74 29 102c25 29 64 45 105 45v0c41 0 80 -16 105 -45c24 -28 34 -63 29 -101c-1 -11 -2 -22 -3 -31c4 1 10 2 18 5
|
| 2026 |
+
c4 1 8 2 12 2c16 0 29 -12 30 -27c1 -13 -9 -25 -18 -29c-4 -2 -9 -3 -14 -5c-7 -2 -14 -5 -19 -8c-4 -3 -5 -4 -5 -5c0 -16 20 -37 36 -52c11 -10 39 -16 54 -17l15 -1v-14zM192 320c-9 0 -16 -11 -16 -24s7 -24 16 -24s16 11 16 24s-7 24 -16 24zM296 242c3 3 3 9 0 12
|
| 2027 |
+
s-9 3 -12 0c-12 -12 -28 -19 -44 -19c-17 0 -32 7 -44 19c-3 3 -9 3 -12 0s-3 -9 0 -12c15 -15 35 -23 56 -23s41 8 56 23zM288 272c9 0 16 11 16 24s-7 24 -16 24s-16 -11 -16 -24s7 -24 16 -24z" />
|
| 2028 |
+
<glyph glyph-name="ion-social-tumblr-outline" unicode="" horiz-adv-x="256"
|
| 2029 |
+
d="M193 52c21 0 42 6 63 20v-65c-18 -8 -34 -15 -48 -18s-28 -5 -45 -5c-19 0 -35 2 -50 7c-14 5 -28 12 -38 21s-17 18 -21 28s-6 25 -6 44v140h-48v58c16 5 30 14 42 24s19 21 26 35s11 37 14 59h62v-112h96v-64h-96v-101c0 -24 1 -40 4 -47c2 -7 7 -12 14 -16
|
| 2030 |
+
c9 -6 19 -8 31 -8zM240 17v29c-15 -6 -31 -10 -47 -10c-15 0 -28 3 -40 10c-10 6 -17 15 -21 25c-2 6 -4 17 -4 52v117h96v32h-96v112h-32c-2 -16 -7 -36 -14 -50c-8 -16 -17 -29 -30 -40c-11 -9 -23 -17 -36 -23v-31h48v-156c0 -21 2 -32 4 -38c3 -8 10 -15 18 -22
|
| 2031 |
+
c9 -8 19 -14 31 -18c13 -4 29 -6 46 -6c16 0 28 2 41 5c11 2 23 6 36 12z" />
|
| 2032 |
+
<glyph glyph-name="ion-social-tumblr" unicode="" horiz-adv-x="256"
|
| 2033 |
+
d="M193 52c21 0 42 6 63 20v-65c-18 -8 -34 -15 -48 -18s-28 -5 -45 -5c-19 0 -35 2 -50 7c-14 5 -28 12 -38 21s-17 18 -21 28s-6 25 -6 44v140h-48v58c16 5 30 14 42 24s19 21 26 35s11 37 14 59h62v-112h96v-64h-96v-101c0 -24 1 -40 4 -47c2 -7 7 -12 14 -16
|
| 2034 |
+
c9 -6 19 -8 31 -8z" />
|
| 2035 |
+
<glyph glyph-name="ion-social-tux" unicode="" horiz-adv-x="383"
|
| 2036 |
+
d="M189 347c2 2 -1 -1 0 0c2 2 4 4 6 5c-3 -2 -5 -4 -7 -8c0 1 0 2 1 3zM361 52c7 -4 23 -11 21 -22c-2 -10 -17 -15 -24 -19c-15 -8 -28 -14 -41 -25c-9 -8 -17 -15 -29 -17c-11 -2 -25 -1 -33 8c-5 5 -7 11 -15 12c-25 5 -54 4 -79 0c-13 -2 -21 -11 -32 -17
|
| 2037 |
+
c-10 -5 -20 -5 -30 -1c-13 5 -27 10 -41 13s-29 5 -43 9c-31 8 -5 30 -11 50c-3 12 -10 29 8 30c9 1 27 -1 31 11c2 7 -2 15 2 22s-1 17 1 25c4 18 19 32 25 49c5 14 8 25 18 37c9 11 22 22 29 34c10 18 9 35 8 55c-1 17 -1 33 -2 50c0 33 20 60 58 60h14
|
| 2038 |
+
c38 0 63 -32 64 -69c0 -19 -5 -38 5 -67c15 -27 36 -48 52 -73c10 -16 16 -31 20 -49c3 -14 9 -31 7 -45c-1 -6 -2 -9 -4 -11c3 -1 7 -2 9 -5c3 -4 2 -11 0 -26c-1 -8 5 -15 12 -19zM137 -3c2 20 -15 39 -25 56c-10 16 -21 43 -39 52c-8 4 -19 5 -23 -5c-2 -7 0 -19 -2 -22
|
| 2039 |
+
c-4 -9 -14 -10 -23 -11c-6 0 -17 0 -17 -8c1 -10 10 -20 7 -30c-2 -7 -8 -12 -8 -19c0 -14 38 -15 47 -17c19 -4 37 -14 57 -16c12 -1 25 7 26 20zM253 62c-2 10 2 -10 0 0s-5 28 1 35c4 5 10 6 17 5c0 4 1 9 3 12c8 13 29 8 39 0l-1 2c-3 4 -8 9 -13 10c0 0 4 12 2 34
|
| 2040 |
+
c-4 40 -33 62 -33 62c27 -30 27 -58 27 -72c0 -6 -1 -18 -4 -24c-4 -1 -7 -2 -11 -4c-10 -5 -8 2 -8 10c0 18 -2 36 -7 54c-3 9 -7 17 -13 24c-4 5 -4 9 -5 15c-3 12 -9 22 -16 32c-7 9 -7 17 -5 28c1 7 2 14 -6 17c-6 2 -26 5 -27 14c-1 6 -1 16 5 20c16 14 30 -11 17 -24
|
| 2041 |
+
c-3 -3 7 -4 8 -4c4 1 4 7 5 10c1 4 1 9 1 13c0 17 -18 32 -34 21c-6 -4 -9 -11 -10 -17c0 -2 -1 -20 0 -20c-4 0 -7 5 -11 5c-3 0 -7 0 -10 -1c0 0 2 14 -2 22c-4 9 -18 16 -24 4s-3 -25 0 -31s4 -6 4 -6c2 1 5 4 5 4s-6 3 -7 11c-1 9 3 14 7 15s10 -2 12 -8s0 -13 0 -13
|
| 2042 |
+
c-7 -6 -30 -18 -22 -28c14 -18 33 -15 52 -9c8 3 18 5 24 12c3 3 11 2 8 -4c-2 -5 -18 -7 -22 -9c-9 -4 -18 -8 -28 -10c-6 -1 -13 -5 -28 9c7 -6 8 -16 17 -20c13 -6 33 9 44 15c1 1 16 5 14 0c-1 -4 -11 -7 -15 -9c-11 -6 -23 -21 -36 -22c-8 -1 -21 16 -25 22
|
| 2043 |
+
c-1 1 -5 9 -6 4c-1 -8 2 -14 -3 -21c-6 -9 -11 -18 -13 -29c-1 -6 0 -11 -3 -16c-11 -15 -17 -33 -19 -51c0 -4 3 -43 -5 -41c-18 5 -17 33 -14 47c-3 -12 -8 -30 2 -44c12 -15 99 -55 53 -80c7 -14 14 -25 12 -41c8 7 2 20 -1 28c0 0 17 -12 38 -10c17 2 32 7 46 16
|
| 2044 |
+
c6 4 11 9 16 14c1 2 4 6 6 7l1 -11c2 -17 -12 -27 -10 -34c4 8 11 14 13 24c3 12 0 24 -2 36zM155 323v0v-3c2 0 2 5 1 8c-1 4 -3 6 -4 6h-2c3 -2 5 -6 5 -11zM210 335c3 -2 0 0 0 0c3 -2 5 -5 5 -10v-3c2 0 3 4 2 7s-3 6 -5 6h-2zM347 15c24 11 -24 -10 0 0
|
| 2045 |
+
c24 11 35 17 20 26c-17 10 -26 13 -26 29c0 5 4 16 2 22c-1 4 -6 5 -9 5c-10 -10 -17 -25 -34 -25c-14 0 -25 11 -28 24c-4 2 -10 1 -13 -4c-6 -12 1 -29 3 -41c2 -18 -4 -35 -2 -53c2 -21 26 -22 40 -13c16 10 29 22 47 30z" />
|
| 2046 |
+
<glyph glyph-name="ion-social-twitch-outline" unicode="" horiz-adv-x="416"
|
| 2047 |
+
d="M32 416h384v-272l-112 -112h-80l-64 -64h-64v64h-96v304zM368 160v208h-304v-272h80v-64l64 64h96zM272 176v129h48v-129h-48zM160 176v129h48v-129h-48z" />
|
| 2048 |
+
<glyph glyph-name="ion-social-twitch" unicode="" horiz-adv-x="416"
|
| 2049 |
+
d="M32 416h384v-272l-112 -112h-80l-64 -64h-64v64h-96v304zM208 176v129h-48v-129h48zM320 176v129h-48v-129h48z" />
|
| 2050 |
+
<glyph glyph-name="ion-social-twitter-outline" unicode="" horiz-adv-x="472"
|
| 2051 |
+
d="M472 338c-13 -20 -29 -36 -48 -50v-12c0 -128 -98 -276 -276 -276c-55 0 -105 16 -148 44c8 -1 15 -2 23 -2c45 0 87 16 120 42c-42 1 -78 29 -90 67c6 -1 12 -2 18 -2c9 0 18 2 26 4c-44 9 -78 48 -78 95v1c13 -7 28 -12 44 -12c-26 17 -43 47 -43 81c0 18 5 34 13 48
|
| 2052 |
+
c48 -59 119 -97 199 -101c-2 7 -2 14 -2 22c0 54 43 97 97 97c28 0 52 -12 70 -31c22 4 43 13 62 24c-7 -23 -23 -42 -43 -54c20 2 39 7 56 15zM414 301c3 2 8 6 11 8c-2 0 -11 -2 -19 -1s-21 5 -21 5s14 13 18 17l11 11c-4 -1 -10 -2 -14 -3l-8 -2l-6 6
|
| 2053 |
+
c-15 16 -37 26 -59 26c-45 0 -81 -37 -81 -81c0 -6 1 -12 2 -18l5 -21l-22 1c-42 2 -81 13 -118 32c-28 14 -53 34 -75 56c-1 -6 -2 -13 -2 -19c0 -27 14 -53 36 -68c0 0 33 -23 46 -29c-24 -2 -56 0 -56 0c-8 0 -16 1 -24 3c8 -28 32 -50 62 -56l61 -10l-61 -21
|
| 2054 |
+
c-7 -2 -14 -3 -21 -3c15 -20 38 -34 64 -34l45 -1l-35 -28c-18 -14 -38 -25 -60 -33c-10 -3 -19 -6 -29 -8c27 -9 55 -14 84 -14c40 0 78 8 112 24c31 14 58 34 81 60c22 24 38 53 50 84c11 30 17 62 17 92v12l-1 8z" />
|
| 2055 |
+
<glyph glyph-name="ion-social-twitter" unicode="" horiz-adv-x="472"
|
| 2056 |
+
d="M472 338c-13 -20 -29 -36 -48 -50v-12c0 -128 -98 -276 -276 -276c-55 0 -105 16 -148 44c8 -1 15 -2 23 -2c45 0 87 16 120 42c-42 1 -78 29 -90 67c6 -1 12 -2 18 -2c9 0 18 2 26 4c-44 9 -78 48 -78 95v1c13 -7 28 -12 44 -12c-26 17 -43 47 -43 81c0 18 5 34 13 48
|
| 2057 |
+
c48 -59 119 -97 199 -101c-2 7 -2 14 -2 22c0 54 43 97 97 97c28 0 52 -12 70 -31c22 4 43 13 62 24c-7 -23 -23 -42 -43 -54c20 2 39 7 56 15z" />
|
| 2058 |
+
<glyph glyph-name="ion-social-usd-outline" unicode="" horiz-adv-x="320"
|
| 2059 |
+
d="M125 345c11 2 19 3 19 3v-131l-22 6c-15 5 -27 11 -36 19c-12 10 -19 25 -19 43c0 13 4 24 11 33c6 8 13 14 22 19c7 4 17 6 25 8zM128 238v92c-7 -2 -15 -4 -21 -7c-7 -4 -12 -9 -17 -15s-7 -14 -7 -23c0 -13 4 -24 13 -31c8 -7 20 -12 32 -16zM252 151
|
| 2060 |
+
c10 -10 15 -24 15 -42c0 -9 -1 -18 -5 -27s-11 -17 -20 -24c-8 -6 -18 -11 -31 -15c-6 -2 -11 -3 -17 -4s-18 -1 -18 -1v145l20 -5c10 -3 19 -6 28 -9c10 -4 20 -10 28 -18zM247 89c3 7 4 13 4 20c0 14 -3 24 -10 31s-15 11 -23 14s-16 5 -26 8v-107c6 1 10 2 14 3
|
| 2061 |
+
c11 3 20 8 27 13s11 11 14 18zM315 145c3 -10 5 -19 5 -29c0 -21 -5 -38 -14 -53s-20 -26 -35 -35s-31 -17 -50 -21c-10 -2 -19 -3 -29 -4v-35h-64v35c-9 1 -19 4 -28 6c-20 5 -36 12 -51 23s-26 24 -35 41c-8 16 -13 34 -14 55h69c0 -12 2 -24 7 -33c5 -10 12 -17 21 -23
|
| 2062 |
+
s20 -11 31 -14v120c-8 2 -18 4 -27 6c-17 4 -30 9 -41 16s-20 15 -27 23s-11 17 -14 26s-4 18 -4 28c0 18 4 34 12 48s19 25 33 34s29 16 46 20c7 2 15 3 22 4v33h64v-33c9 -1 16 -4 24 -6c18 -5 34 -12 48 -22s25 -22 33 -37c7 -13 11 -28 12 -46h-69c-3 21 -12 37 -26 46
|
| 2063 |
+
c-7 4 -13 8 -22 10v-106c9 -2 16 -4 25 -6c12 -3 22 -6 27 -7c13 -4 23 -9 33 -15c10 -7 18 -14 24 -22s11 -17 14 -27zM293 72c7 12 11 27 11 44c0 8 -1 16 -4 24s-7 15 -12 22s-12 13 -20 19c-8 5 -18 10 -29 13c-5 1 -13 3 -24 6h-1l-4 1c-7 2 -13 4 -21 6l-13 3v137
|
| 2064 |
+
s9 -1 19 -4s19 -6 28 -12c15 -9 25 -24 30 -43h38c-2 8 -4 15 -8 22c-7 13 -16 24 -28 32c-12 9 -27 16 -43 20c-8 2 -16 4 -23 5l-13 2v31h-32v-31l-14 -2c-7 -1 -14 -2 -20 -4c-15 -4 -29 -10 -41 -18s-21 -16 -28 -28c-7 -11 -10 -24 -10 -40c0 -8 1 -15 3 -23
|
| 2065 |
+
c2 -7 6 -14 11 -21s14 -13 23 -19c10 -6 22 -10 37 -14v0v0c4 -1 8 -2 11 -3c5 -1 11 -3 16 -4l12 -3v-151s-8 1 -20 4s-26 8 -36 15c-11 8 -20 18 -26 30c-4 7 -6 16 -8 24h-36c2 -11 5 -23 10 -32c8 -14 17 -26 30 -35c13 -10 28 -16 46 -21c8 -2 17 -4 26 -5l14 -2v-33
|
| 2066 |
+
h32v33l15 1c9 1 17 3 26 5c17 4 32 10 45 18s23 19 31 31z" />
|
| 2067 |
+
<glyph glyph-name="ion-social-usd" unicode="" horiz-adv-x="320"
|
| 2068 |
+
d="M315 145c3 -10 5 -19 5 -29c0 -21 -5 -38 -14 -53s-20 -26 -35 -35s-31 -17 -50 -21c-10 -2 -19 -3 -29 -4v-35h-64v35c-9 1 -19 4 -28 6c-20 5 -36 12 -51 23s-26 24 -35 41c-8 16 -13 34 -14 55h69c0 -12 2 -24 7 -33c5 -10 12 -17 21 -23s20 -11 31 -14v120
|
| 2069 |
+
c-8 2 -18 4 -27 6c-17 4 -30 9 -41 16s-20 15 -27 23s-11 17 -14 26s-4 18 -4 28c0 18 4 34 12 48s19 25 33 34s29 16 46 20c7 2 15 3 22 4v33h64v-33c9 -1 16 -4 24 -6c18 -5 34 -12 48 -22s25 -22 33 -37c7 -13 11 -28 12 -46h-69c-3 21 -12 37 -26 46c-7 4 -13 8 -22 10
|
| 2070 |
+
v-106c9 -2 16 -4 25 -6c12 -3 22 -6 27 -7c13 -4 23 -9 33 -15c10 -7 18 -14 24 -22s11 -17 14 -27zM128 238v92c-7 -2 -15 -4 -21 -7c-7 -4 -12 -9 -17 -15s-7 -14 -7 -23c0 -13 4 -24 13 -31c8 -7 20 -12 32 -16zM247 89c3 7 4 13 4 20c0 14 -3 24 -10 31s-15 11 -23 14
|
| 2071 |
+
s-16 5 -26 8v-107c6 1 10 2 14 3c11 3 20 8 27 13s11 11 14 18z" />
|
| 2072 |
+
<glyph glyph-name="ion-social-vimeo-outline" unicode=""
|
| 2073 |
+
d="M445 334c7 -33 1 -66 -13 -97s-31 -59 -51 -87c-26 -36 -52 -71 -85 -101c-19 -18 -41 -35 -66 -44c-10 -4 -19 -5 -27 -5c-17 0 -31 9 -44 27c-14 19 -22 40 -28 63c-12 45 -25 90 -38 134c-4 12 -9 22 -15 33c-3 5 -8 10 -12 14c-2 2 -5 3 -8 3s-6 -1 -9 -3
|
| 2074 |
+
c-10 -6 -28 -18 -28 -18l-21 27c26 24 82 71 82 71c11 9 33 25 48 27h8c18 0 32 -7 42 -22c11 -17 15 -37 18 -57c7 -41 12 -82 24 -122c3 -10 7 -20 12 -29c4 -7 9 -10 14 -10c4 0 7 2 11 5s7 6 10 10c20 24 37 52 48 81c3 9 3 17 3 27c0 13 -10 25 -25 26h-7
|
| 2075 |
+
c-11 0 -20 -2 -32 -7c6 24 24 62 54 84c20 14 45 20 67 20c10 0 20 -2 27 -4c23 -8 36 -23 41 -46zM418 244c13 30 17 59 11 87c-4 19 -13 28 -30 34c-6 2 -14 3 -22 3c-21 0 -42 -6 -57 -17c-16 -12 -29 -30 -38 -48h6h8c23 -1 39 -19 40 -41c0 -10 0 -22 -4 -34
|
| 2076 |
+
c-11 -29 -29 -58 -51 -85c-4 -4 -7 -9 -12 -13c-7 -6 -15 -8 -22 -8c-8 0 -18 3 -27 18c-7 11 -11 22 -14 32c-10 31 -14 64 -19 95c-2 10 -3 19 -5 29c-3 17 -6 36 -16 51c-7 10 -16 15 -28 15h-6c-8 -1 -25 -11 -40 -23c-2 -2 -43 -37 -70 -61l2 -3c5 4 12 7 16 10
|
| 2077 |
+
c6 3 12 5 18 5c7 0 13 -3 18 -7c8 -7 13 -12 16 -18c6 -11 12 -24 16 -37c13 -44 26 -88 38 -133c5 -19 13 -41 26 -59s23 -20 31 -20c6 0 13 1 21 4c23 8 43 25 61 41c32 29 57 63 83 99v0c21 28 37 55 50 84z" />
|
| 2078 |
+
<glyph glyph-name="ion-social-vimeo" unicode=""
|
| 2079 |
+
d="M445 334c7 -33 1 -66 -13 -97s-31 -59 -51 -87c-26 -36 -52 -71 -85 -101c-19 -18 -41 -35 -66 -44c-31 -11 -52 -5 -71 22c-14 19 -22 40 -28 63c-12 45 -25 90 -38 134c-4 12 -9 22 -15 33c-3 5 -8 10 -12 14c-5 4 -11 3 -17 0c-10 -6 -28 -18 -28 -18l-21 27
|
| 2080 |
+
c26 24 82 71 82 71c11 9 33 25 48 27c21 3 38 -4 50 -22c11 -17 15 -37 18 -57c7 -41 11 -82 23 -122c3 -10 8 -20 13 -29c7 -11 15 -13 25 -5c4 3 7 6 10 10c20 24 37 52 48 81c3 9 3 17 3 27c0 13 -10 25 -25 26s-24 -1 -39 -7c6 24 24 62 54 84c29 21 71 24 94 16
|
| 2081 |
+
s36 -23 41 -46z" />
|
| 2082 |
+
<glyph glyph-name="ion-social-whatsapp-outline" unicode=""
|
| 2083 |
+
d="M178 294c4 -11 15 -39 16 -42s2 -6 0 -10s-3 -6 -6 -9s-6 -7 -9 -9c-3 -3 -6 -6 -3 -12s14 -24 30 -39c21 -20 38 -27 44 -30s9 -3 12 1s15 16 19 21s8 5 13 3s31 -17 37 -20s10 -5 11 -7s0 -13 -5 -26s-28 -24 -38 -25s-11 -8 -67 16s-90 84 -93 88s-22 31 -21 58
|
| 2084 |
+
s17 41 22 46s11 7 15 7h10s9 0 13 -11zM228 384c-50 0 -97 -20 -133 -55c-35 -35 -55 -81 -55 -131c0 -34 9 -67 27 -96l8 -13l-5 -14l-19 -57l61 19l13 4l12 -6c28 -15 59 -23 91 -23c50 0 97 19 133 54c35 35 55 82 55 132s-20 96 -55 131c-36 35 -83 55 -133 55zM228 416
|
| 2085 |
+
v0c121 0 220 -97 220 -218s-99 -218 -220 -218c-39 0 -74 10 -106 27l-122 -39l40 117c-20 33 -32 72 -32 113c0 121 99 218 220 218z" />
|
| 2086 |
+
<glyph glyph-name="ion-social-whatsapp" unicode=""
|
| 2087 |
+
d="M228 416c121 0 220 -97 220 -218s-99 -218 -220 -218c-39 0 -74 10 -106 27l-122 -39l40 117c-20 33 -32 72 -32 113c0 121 99 218 220 218zM337 115c5 13 6 24 5 26s-5 4 -11 7s-32 18 -37 20s-9 2 -13 -3s-16 -17 -19 -21s-6 -4 -12 -1s-23 10 -44 30
|
| 2088 |
+
c-16 15 -27 33 -30 39s0 9 3 12c3 2 6 6 9 9s4 5 6 9s1 7 0 10s-12 31 -16 42s-10 11 -13 11h-10s-10 -2 -15 -7s-21 -19 -22 -46s18 -54 21 -58s37 -64 93 -88s57 -17 67 -16s33 12 38 25z" />
|
| 2089 |
+
<glyph glyph-name="ion-social-windows-outline" unicode=""
|
| 2090 |
+
d="M432 167h-216v-149l216 -32v181zM448 183v0v-215l-248 36v179h248zM168 167h-152v-120l152 -22v142zM184 183v0v-177l-184 27v150h184zM432 398v0l-216 -31v-152h216v183zM448 416v0v-217h-248v182zM168 360v0l-152 -22v-123h152v145zM184 378v0v-179h-184v153z" />
|
| 2091 |
+
<glyph glyph-name="ion-social-windows" unicode=""
|
| 2092 |
+
d="M448 183v0v-215l-248 36v179h248zM184 183v0v-177l-184 27v150h184zM448 416v0v-217h-248v182zM184 378v0v-179h-184v153z" />
|
| 2093 |
+
<glyph glyph-name="ion-social-wordpress-outline" unicode="" horiz-adv-x="384"
|
| 2094 |
+
d="M192 384c106 0 192 -86 192 -192c0 -9 -1 -18 -2 -26c-12 -85 -79 -153 -165 -164c-8 -1 -17 -2 -25 -2c-106 0 -192 86 -192 192s86 192 192 192zM19 192c0 -68 40 -127 98 -155l-83 225c-10 -21 -15 -45 -15 -70zM214 21c12 2 24 4 35 8c0 1 -1 2 -1 3l-53 145l-33 -96
|
| 2095 |
+
v0l-19 -55c15 -5 32 -7 49 -7c8 0 15 1 22 2zM216 273l62 -186l17 58c9 22 13 41 13 56c0 21 -7 35 -14 47c-9 14 -17 27 -17 41c0 16 12 30 29 30h2c-31 28 -71 45 -116 45c-60 0 -113 -30 -144 -77c4 0 8 -1 11 -1c18 0 46 3 46 3c9 1 10 -14 1 -15c0 0 -10 -1 -20 -1
|
| 2096 |
+
l63 -187l38 113l-27 74c-9 0 -18 1 -18 1c-9 0 -8 16 1 15c0 0 28 -3 45 -3c18 0 46 3 46 3c9 1 11 -14 2 -15c0 0 -10 -1 -20 -1zM279 43c45 26 77 71 84 125c1 8 2 16 2 24c0 30 -8 58 -22 83c1 -6 1 -12 1 -18c0 -18 -3 -37 -13 -62l-39 -113z" />
|
| 2097 |
+
<glyph glyph-name="ion-social-wordpress" unicode="" horiz-adv-x="384"
|
| 2098 |
+
d="M195 177l53 -146c0 -1 6 -13 9 -19c-3 -1 -5 -2 -8 -3v0c-10 -3 -21 -6 -32 -7c-8 -1 -17 -2 -25 -2c-17 0 -34 2 -50 6v0c-2 0 -3 2 -5 2l25 73v0zM17 268c6 0 7 -1 15 -1l93 -255c-3 1 -5 2 -8 3c-63 27 -109 87 -116 158c-1 6 -1 13 -1 19c0 25 7 53 17 76zM366 273
|
| 2099 |
+
c11 -24 18 -52 18 -81c0 -9 -1 -18 -2 -26c-9 -65 -50 -120 -107 -147c-2 -1 -3 -1 -5 -2l22 65l39 113c10 25 13 45 13 62v19v0c-1 18 -10 44 -36 43h-2c-17 0 -29 -14 -29 -30c0 -14 8 -27 17 -41c7 -12 14 -26 14 -47c0 -15 -4 -34 -13 -56l-17 -58l-62 186
|
| 2100 |
+
c10 0 20 1 20 1c9 1 7 16 -2 15c0 0 -28 -3 -46 -3c-17 0 -45 3 -45 3c-9 1 -10 -15 -1 -15c0 0 9 -1 18 -1l27 -74l-38 -113l-63 187c10 0 20 2 20 2c9 1 8 15 -1 14c0 0 -28 -2 -46 -2h-34c5 9 11 17 17 25c35 44 90 72 150 72c24 0 48 -5 69 -13c34 -13 63 -36 85 -65
|
| 2101 |
+
c2 -2 3 -5 5 -7c6 -8 11 -17 15 -26z" />
|
| 2102 |
+
<glyph glyph-name="ion-social-yahoo-outline" unicode="" horiz-adv-x="320"
|
| 2103 |
+
d="M289 380c11 0 21 1 31 4l-128 -213v-171c-10 4 -21 4 -32 4s-22 0 -32 -4v171l-128 213c10 -4 21 -4 32 -4s22 0 32 4l96 -160l96 160c10 -4 22 -4 33 -4zM178 180l111 184h-1c-7 0 -15 0 -24 2l-90 -150l-14 -23l-14 23l-89 150c-9 -2 -17 -2 -25 -2h-1l111 -184l2 -4
|
| 2104 |
+
v-5v-151c6 1 11 0 16 0s11 1 16 0v151v5z" />
|
| 2105 |
+
<glyph glyph-name="ion-social-yahoo" unicode="" horiz-adv-x="320"
|
| 2106 |
+
d="M289 380c11 0 21 1 31 4l-128 -213v-171c-10 4 -21 4 -32 4s-22 0 -32 -4v171l-128 213c10 -4 21 -4 32 -4s22 0 32 4l96 -160l96 160c10 -4 22 -4 33 -4z" />
|
| 2107 |
+
<glyph glyph-name="ion-social-yen-outline" unicode="" horiz-adv-x="384"
|
| 2108 |
+
d="M384 416l-112 -208h48v-48h-73l-15 -31v-17h88v-48h-88v-96h-80v96h-88v48h88v17l-14 31h-74v48h48l-112 208h80l112 -221l112 221h80zM304 192h-59l13 24l99 184v0h-43l-122 -240l-122 240h-43l99 -184l13 -24h-59v-16h68l20 -44v-36h-88v-16h88v-96h48v96h88v16h-88v37
|
| 2109 |
+
l21 43h67v16z" />
|
| 2110 |
+
<glyph glyph-name="ion-social-yen" unicode="" horiz-adv-x="384"
|
| 2111 |
+
d="M384 416l-112 -208h48v-48h-73l-15 -31v-17h88v-48h-88v-96h-80v96h-88v48h88v17l-14 31h-74v48h48l-112 208h80l112 -221l112 221h80z" />
|
| 2112 |
+
<glyph glyph-name="ion-social-youtube-outline" unicode="" horiz-adv-x="512"
|
| 2113 |
+
d="M265 352v0h-9h-9c-65 0 -118 -2 -168 -4h-1h-1c-23 0 -42 -22 -42 -49v-1v-1c-2 -34 -3 -70 -3 -105v0v0c0 -35 1 -70 3 -104v-2v-1c0 -14 5 -26 14 -36c8 -9 17 -13 28 -13h1h1c52 -2 108 -4 166 -4h11v0v0h11c58 0 113 2 166 4h1h1c11 0 20 4 28 13c9 10 14 22 14 36v1
|
| 2114 |
+
v2c2 34 3 68 3 104v0v0c0 36 -1 71 -3 105v1v2c0 27 -19 49 -42 49h-1h-1c-49 2 -103 3 -168 3zM265 384v0c58 0 115 0 170 -3c41 0 74 -36 74 -81c2 -36 3 -72 3 -108s-1 -71 -3 -107c0 -45 -33 -81 -74 -81c-55 -3 -111 -4 -168 -4h-11h-11c-57 0 -113 1 -168 4
|
| 2115 |
+
c-41 0 -74 36 -74 81c-2 36 -3 71 -3 107s2 71 4 107c0 45 32 82 73 82c55 2 112 3 170 3h9h9zM207 94v197l145 -99z" />
|
| 2116 |
+
<glyph glyph-name="ion-social-youtube" unicode="" horiz-adv-x="512"
|
| 2117 |
+
d="M509 299c2 -36 3 -71 3 -107s-1 -71 -3 -107c0 -45 -33 -81 -74 -81c-58 -3 -118 -4 -179 -4s-121 1 -179 4c-41 0 -74 36 -74 81c-2 36 -3 71 -3 107s2 71 4 107c0 45 32 81 73 81c55 3 112 4 170 4h9h9c58 0 115 -1 170 -4c41 0 74 -36 74 -81zM207 94l145 98l-145 99
|
| 2118 |
+
v-197z" />
|
| 2119 |
+
<glyph glyph-name="ion-soup-can-outline" unicode="" horiz-adv-x="320"
|
| 2120 |
+
d="M160 304c-88 0 -160 29 -160 64s72 64 160 64s160 -29 160 -64s-72 -64 -160 -64zM160 415c-70 0 -126 -19 -126 -43s56 -43 126 -43s126 19 126 43s-56 43 -126 43zM161 288c88 0 158 29 159 64c0 -5 0 -33 -8 -40v-240c0 -35 -64 -64 -152 -64s-152 29 -152 64v240
|
| 2121 |
+
c-8 6 -8 40 -8 40c0 -35 73 -64 161 -64zM280 72v80c-18 -10 -43 -17 -72 -21h-2c-6 -20 -24 -35 -46 -35s-40 15 -46 35h-2c-29 4 -54 11 -72 21v-80c1 -2 9 -10 30 -18c24 -9 55 -14 90 -14s67 5 91 14c21 8 29 16 29 18zM280 184v91c-33 -12 -75 -19 -119 -19
|
| 2122 |
+
c-45 0 -87 7 -121 19v-91c18 -10 43 -17 73 -21h3c7 17 24 29 44 29s37 -12 44 -29h3c30 4 55 11 73 21zM178 -16zM160 -16h1h-1v0zM312 32l8 -16c0 -7 -3 -14 -8 -20c-21 -26 -81 -44 -152 -44s-131 18 -152 44c-5 6 -8 13 -8 20l8 16v16c0 -35 63 -64 152 -64
|
| 2123 |
+
s152 28 152 64v-16z" />
|
| 2124 |
+
<glyph glyph-name="ion-soup-can" unicode="" horiz-adv-x="320"
|
| 2125 |
+
d="M0 368c0 43 53 64 160 64s160 -21 160 -64s-53 -64 -160 -64s-160 21 -160 64zM160 8c-44 0 -80 6 -109 18s-43 28 -43 46v128c0 -9 4 -19 13 -27s21 -15 37 -21s33 -10 54 -13c1 -12 7 -23 16 -31s20 -12 32 -12s23 4 32 12s15 19 16 31c31 4 56 12 75 23s29 24 29 38
|
| 2126 |
+
v-128c0 -18 -14 -34 -43 -46s-65 -18 -109 -18zM160 288c44 0 82 6 113 18s47 28 47 46v-8c0 -5 -1 -11 -2 -18s-3 -11 -6 -14v-96c0 -14 -10 -27 -29 -38s-44 -19 -76 -23c-2 11 -8 19 -17 26s-19 11 -30 11s-21 -4 -30 -11s-15 -15 -17 -26c-32 4 -57 12 -76 23
|
| 2127 |
+
s-29 24 -29 38v96c-5 5 -8 18 -8 40c0 -18 16 -34 47 -46s69 -18 113 -18zM312 56v-24l8 -16c0 -7 -3 -14 -8 -20c-11 -13 -30 -24 -58 -32s-59 -12 -94 -12s-66 4 -94 12s-47 19 -58 32c-5 6 -8 13 -8 20l8 16v24c0 -18 14 -34 43 -46s65 -18 109 -18s80 6 109 18
|
| 2128 |
+
s43 28 43 46z" />
|
| 2129 |
+
<glyph glyph-name="ion-speakerphone" unicode=""
|
| 2130 |
+
d="M39 266c0 -37 20 -69 50 -86c-1 0 -2 1 -3 1s-4 1 -5 1v0c-35 3 -62 33 -69 69c-6 0 -12 7 -12 16c0 8 5 15 11 16c6 42 40 75 81 75h8c-36 -15 -61 -51 -61 -92zM433 357c10 -25 15 -56 15 -88s-5 -63 -15 -88l-3 -9c-6 -14 -15 -26 -24 -34c-10 -10 -22 -19 -34 -20h-3
|
| 2131 |
+
c-7 0 -15 2 -22 5c-3 2 -10 5 -10 5c-22 10 -84 28 -115 29c-4 -8 -10 -20 -12 -30c-2 -9 -6 -27 -7 -61c-1 -32 1 -59 3 -82c0 -2 1 -5 1 -7c0 -6 -2 -9 -9 -9h-77c-6 0 -9 3 -9 6v7c2 72 25 140 26 145c2 9 5 17 7 30c2 12 -27 13 -40 24c-29 17 -47 49 -47 86
|
| 2132 |
+
c0 41 25 77 59 92h42h19c58 3 114 21 163 50c1 1 3 1 4 2v0c8 4 16 6 24 6c13 0 26 -6 37 -16c9 -9 18 -21 24 -35c1 -3 2 -5 3 -8zM410 180c9 22 15 54 15 89s-6 66 -15 88c-8 18 -19 29 -30 29s-21 -11 -29 -29c-9 -22 -15 -53 -15 -88s6 -67 15 -89c8 -19 18 -33 29 -33
|
| 2133 |
+
s22 15 30 33z" />
|
| 2134 |
+
<glyph glyph-name="ion-speedometer" unicode=""
|
| 2135 |
+
d="M312 192l8 -8l-64 -84v-4c0 -18 -14 -32 -32 -32s-32 14 -32 32s14 32 32 32h4zM224 352c124 0 224 -100 224 -224c0 -34 -8 -67 -22 -96h-36c15 27 25 57 26 88h-32v16h32c-1 29 -9 56 -22 81l-27 -15l-8 13l27 16c-8 12 -16 23 -26 33s-21 18 -33 26l-16 -27l-14 8
|
| 2136 |
+
l16 27c-25 13 -52 21 -81 22v-32h-16v32c-29 -1 -56 -9 -81 -22l16 -27l-14 -8l-16 27c-12 -8 -23 -16 -33 -26s-19 -21 -26 -33l28 -16l-8 -13l-28 15c-13 -25 -21 -52 -22 -81h32v-16h-32c1 -31 11 -61 26 -88h-36c-14 29 -22 62 -22 96c0 124 100 224 224 224z" />
|
| 2137 |
+
<glyph glyph-name="ion-spoon" unicode="" horiz-adv-x="128"
|
| 2138 |
+
d="M128 288c0 64 -26 128 -64 128s-64 -64 -64 -128v0c1 -25 16 -54 37 -64l1 -1v0c3 -2 10 -6 10 -10c0 0 -16 -199 -16 -210s4 -20 10 -26s14 -9 22 -9v0v0c8 0 16 3 22 9s10 13 10 26s-16 210 -16 210c0 4 7 8 10 10l1 1c22 10 37 38 37 64z" />
|
| 2139 |
+
<glyph glyph-name="ion-star" unicode=""
|
| 2140 |
+
d="M448 248l-139 -104l55 -176l-140 112l-140 -112l55 176l-139 104h172l52 168l53 -168h171z" />
|
| 2141 |
+
<glyph glyph-name="ion-stats-bars" unicode="" horiz-adv-x="352"
|
| 2142 |
+
d="M96 32v320h64v-320h-64zM0 32v96h64v-96h-64zM192 32v160h64v-160h-64zM288 32v224h64v-224h-64z" />
|
| 2143 |
+
<glyph glyph-name="ion-steam" unicode="" horiz-adv-x="512"
|
| 2144 |
+
d="M480 240c0 -20 -16 -37 -37 -37c-20 0 -37 16 -37 37c0 20 16 37 37 37c20 0 37 -17 37 -37zM443 309c38 0 69 -31 69 -69s-31 -70 -69 -70l-67 -48c-2 -26 -24 -47 -51 -47c-25 0 -46 18 -51 41l-196 78c-8 -5 -16 -7 -26 -7c-28 0 -52 24 -52 52s24 52 52 52
|
| 2145 |
+
c25 0 45 -18 50 -41l196 -79c8 5 17 8 27 8c2 0 3 -1 5 -1l43 62c0 38 32 69 70 69zM443 286c-26 0 -47 -20 -47 -46s21 -47 47 -47s46 21 46 47s-20 46 -46 46zM52 277c-21 0 -38 -17 -38 -38s17 -38 38 -38c3 0 5 0 8 1l-16 6v0c-15 7 -22 24 -16 39s24 23 39 17v0l19 -7
|
| 2146 |
+
c-6 12 -19 20 -34 20zM325 165c-3 0 -6 -1 -9 -1l16 -6c16 -6 23 -24 17 -40s-23 -23 -39 -17c-6 3 -13 6 -19 8c6 -12 19 -20 34 -20c21 0 38 17 38 38s-17 38 -38 38z" />
|
| 2147 |
+
<glyph glyph-name="ion-stop" unicode="" horiz-adv-x="384"
|
| 2148 |
+
d="M373 384c6 0 11 -5 11 -11v-362c0 -6 -5 -11 -11 -11h-362c-6 0 -11 5 -11 11v362c0 6 5 11 11 11h362z" />
|
| 2149 |
+
<glyph glyph-name="ion-thermometer" unicode="" horiz-adv-x="160"
|
| 2150 |
+
d="M127 112c20 -14 33 -38 33 -64c0 -44 -36 -80 -80 -80s-80 36 -80 80c0 27 13 51 33 65v257c0 26 21 46 47 46s47 -20 47 -46v-258zM65 370v-50h30v50c0 8 -7 14 -15 14s-15 -6 -15 -14zM96 160v16h-16v-16h16zM96 192v64h-16v-64h16z" />
|
| 2151 |
+
<glyph glyph-name="ion-thumbsdown" unicode="" horiz-adv-x="384"
|
| 2152 |
+
d="M24 195c-10 5 -18 17 -18 29c0 14 8 25 20 30c-4 5 -6 12 -6 19c0 14 8 25 20 30c-3 5 -5 11 -5 17c0 18 11 24 35 30s74 12 126 9c23 -1 55 -7 76 -7v32h112v-240h-112v16c-15 -1 -31 -4 -40 -14c-22 -23 -40 -65 -40 -108c0 -19 1 -29 -4 -34c-13 -13 -44 9 -52 37
|
| 2153 |
+
c-9 34 -1 62 1 87h-103c-19 0 -34 15 -34 34c0 15 10 29 24 33zM336 352c-9 0 -16 -7 -16 -16s7 -16 16 -16s16 7 16 16s-7 16 -16 16z" />
|
| 2154 |
+
<glyph glyph-name="ion-thumbsup" unicode="" horiz-adv-x="384"
|
| 2155 |
+
d="M360 189c10 -5 18 -17 18 -29c0 -14 -8 -25 -20 -30c4 -5 6 -12 6 -19c0 -14 -8 -25 -20 -30c3 -5 5 -11 5 -17c0 -18 -11 -24 -35 -30s-74 -12 -126 -9c-23 1 -55 7 -76 7v-32h-112v240h112v-16c15 1 31 4 40 14c22 23 40 65 40 108c0 19 -1 29 4 34c13 13 44 -9 52 -37
|
| 2156 |
+
c9 -34 1 -62 -1 -87h103c19 0 34 -15 34 -34c0 -15 -10 -29 -24 -33zM48 32c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16z" />
|
| 2157 |
+
<glyph glyph-name="ion-toggle-filled" unicode=""
|
| 2158 |
+
d="M320 240c26 0 48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48s22 48 48 48zM320 320c71 0 128 -57 128 -128s-57 -128 -128 -128h-192c-71 0 -128 57 -128 128s57 128 128 128h192zM320 112c44 0 80 36 80 80s-36 80 -80 80s-80 -36 -80 -80s36 -80 80 -80z" />
|
| 2159 |
+
<glyph glyph-name="ion-toggle" unicode=""
|
| 2160 |
+
d="M320 288h-192c-53 0 -96 -43 -96 -96s43 -96 96 -96h192c53 0 96 43 96 96s-43 96 -96 96zM320 320v0c71 0 128 -57 128 -128s-57 -128 -128 -128h-192c-71 0 -128 57 -128 128s57 128 128 128h192zM128 240c-26 0 -48 -22 -48 -48s22 -48 48 -48s48 22 48 48
|
| 2161 |
+
s-22 48 -48 48zM128 272v0c44 0 80 -36 80 -80s-36 -80 -80 -80s-80 36 -80 80s36 80 80 80z" />
|
| 2162 |
+
<glyph glyph-name="ion-transgender" unicode="" horiz-adv-x="512"
|
| 2163 |
+
d="M368 448h144v-144h-40v76l-101 -100c8 -17 13 -36 13 -56c0 -63 -46 -115 -104 -126v-52h72v-46h-72v-64h-48v64h-72v46h72v52c-59 11 -104 63 -104 126c0 20 5 39 13 56l-22 22l-36 -36l-33 33l36 36l-46 45v-76h-40v144h144v-40h-70l43 -42l36 36l33 -33l-36 -36
|
| 2164 |
+
l17 -17c23 22 54 36 89 36c27 0 53 -8 74 -23c0 0 6 -5 15 -13l93 92h-70v40zM256 144c44 0 80 36 80 80s-36 80 -80 80s-80 -36 -80 -80s36 -80 80 -80z" />
|
| 2165 |
+
<glyph glyph-name="ion-trash-a" unicode="" horiz-adv-x="352"
|
| 2166 |
+
d="M261 320v0h91v-32h-9s-5 -1 -8 -4s-4 -9 -4 -9l-19 -241c-2 -29 -2 -34 -36 -34h-200c-34 0 -34 5 -36 34l-19 242s-1 6 -4 9s-8 3 -8 3h-9v32h91v29c0 19 14 35 34 35h101c20 0 35 -16 35 -35v-29zM112 349v-29h128v29c0 10 -9 15 -19 15h-91c-10 0 -18 -5 -18 -15z
|
| 2167 |
+
M104 64h20l-10 192h-21zM187 64v192h-22v-192h22zM249 64l10 192h-20l-11 -192h21z" />
|
| 2168 |
+
<glyph glyph-name="ion-trash-b" unicode="" horiz-adv-x="320"
|
| 2169 |
+
d="M318 315c3 -12 4 -11 -7 -11h-302c-11 0 -10 -1 -7 11c2 9 4 13 4 13c3 9 9 9 19 11l53 7c7 1 7 1 10 7c9 20 10 31 20 31h103c10 0 12 -11 21 -31c3 -6 3 -6 10 -7l53 -6c10 -2 16 -2 19 -11c0 0 2 -5 4 -14zM283 272c17 0 18 -2 17 -15l-19 -242c-2 -12 -2 -15 -17 -15
|
| 2170 |
+
h-208c-15 0 -15 3 -17 15l-19 242c-1 12 0 15 17 15h246z" />
|
| 2171 |
+
<glyph glyph-name="ion-trophy" unicode=""
|
| 2172 |
+
d="M448 345c0 -25 2 -73 -22 -122c-15 -30 -36 -55 -63 -75c-23 -16 -49 -28 -77 -35c-16 -17 -32 -27 -46 -31v-33s0 -49 99 -49h13v-32h-256v32h13c85 0 97 35 99 46v36c-14 4 -30 14 -46 31c-28 7 -55 19 -77 35c-27 20 -48 45 -63 75c-17 36 -21 71 -22 97v0v11v0v21v0
|
| 2173 |
+
h80c-2 35 0 64 0 64h143h1h1h142s2 -29 0 -64h81v-7zM51 237c17 -34 43 -61 77 -78c-22 40 -33 84 -42 135c-1 8 -2 17 -3 26h-51c1 -23 5 -53 19 -83zM397 237c14 30 18 60 19 83h-51c-1 -9 -3 -18 -4 -26c-9 -51 -20 -95 -42 -135c34 17 61 43 78 78z" />
|
| 2174 |
+
<glyph glyph-name="ion-tshirt-outline" unicode=""
|
| 2175 |
+
d="M146 362l-104 -31l11 -32l39 4l38 5l-2 -38l-14 -255h220l-14 255l-2 38l38 -5l39 -4l11 32l-104 31c-6 -8 -13 -14 -21 -19c-15 -10 -34 -15 -57 -15v0v0c-34 1 -59 11 -78 34zM288 400v0l160 -48l-32 -88l-64 8l16 -289h-288l16 289l-64 -8l-32 88l160 48
|
| 2176 |
+
c14 -27 31 -39 64 -40c33 0 50 13 64 40z" />
|
| 2177 |
+
<glyph glyph-name="ion-tshirt" unicode=""
|
| 2178 |
+
d="M448 352l-32 -88l-64 8l16 -288h-288l16 288l-64 -8l-32 88l160 48c14 -27 31 -39 64 -40c33 0 50 13 64 40z" />
|
| 2179 |
+
<glyph glyph-name="ion-umbrella" unicode=""
|
| 2180 |
+
d="M344 160v0v0v0zM104 160v0v0v0zM240 399c116 -8 208 -109 208 -227v-12c-4 25 -26 52 -52 52c-29 0 -52 -23 -52 -52v0c0 29 -23 52 -52 52s-49 -12 -52 -45v-135c0 -17 -6 -33 -18 -45s-29 -19 -46 -19c-35 0 -63 29 -63 64c0 9 7 16 16 16s16 -7 16 -16
|
| 2181 |
+
c0 -18 14 -32 31 -32c18 0 32 14 32 32v134c-1 24 -26 46 -52 46c-29 0 -52 -23 -52 -52v0c0 29 -23 52 -52 52c-27 0 -49 -26 -52 -52v18c0 118 92 213 208 221v1c0 9 7 16 16 16s16 -7 16 -16v-1z" />
|
| 2182 |
+
<glyph glyph-name="ion-university" unicode=""
|
| 2183 |
+
d="M224 384l224 -111l-92 -60l-132 -85l-160 102v-198l-32 16v203l-32 21zM358 192l10 -82c-16 -12 -112 -78 -144 -110c-32 32 -128 98 -144 110l9 82l135 -88z" />
|
| 2184 |
+
<glyph glyph-name="ion-unlocked" unicode="" horiz-adv-x="384"
|
| 2185 |
+
d="M22 -32c-12 0 -22 10 -22 22v212c0 12 10 22 22 22h3h19v31c0 42 17 87 43 115s64 46 105 46v0v0c41 0 79 -18 105 -46c20 -21 33 -51 39 -82h-53c-5 18 -13 35 -24 47v0v1c-18 19 -42 29 -67 29v0v0c-25 0 -49 -10 -67 -29v-1v0c-18 -19 -28 -53 -28 -80v-31h265
|
| 2186 |
+
c12 0 22 -10 22 -22v-212c0 -12 -10 -22 -22 -22h-340z" />
|
| 2187 |
+
<glyph glyph-name="ion-upload" unicode=""
|
| 2188 |
+
d="M366 215c45 0 82 -37 82 -83s-37 -84 -82 -84h-110v80h48l-80 84l-80 -84h48v-80h-102c-49 0 -90 41 -90 91c0 40 26 74 61 86c5 29 29 51 59 51c10 0 18 -3 26 -7c19 40 59 67 105 67c64 0 115 -53 115 -118v-3z" />
|
| 2189 |
+
<glyph glyph-name="ion-usb" unicode="" horiz-adv-x="256"
|
| 2190 |
+
d="M16 228v0v0zM256 320c0 -11 -6 -21 -14 -27v0c-2 -1 -3 -5 -3 -7c-1 -20 -3 -36 -9 -50c-7 -19 -20 -33 -39 -46c-17 -12 -29 -21 -36 -34c-7 -12 -11 -28 -11 -53v-24c0 -7 2 -13 10 -18c4 -2 7 -6 10 -9c8 -9 14 -21 14 -34c0 -28 -22 -50 -50 -50s-50 22 -50 50v1v0
|
| 2191 |
+
c0 18 10 33 24 42c5 4 9 5 9 18v0c0 14 -3 17 -10 27s-18 17 -32 26c-19 13 -33 27 -40 46c-6 15 -8 31 -9 39s-2 9 -4 11c-10 6 -16 16 -16 28c0 18 14 32 32 32s32 -14 32 -32c0 -10 -4 -20 -12 -26c-3 -2 -4 -11 -4 -14v0v0c0 -9 3 -18 7 -28c10 -21 45 -44 52 -44
|
| 2192 |
+
s8 5 8 12v196s-1 2 -3 4h-1v1v0c-9 6 -15 16 -15 27c0 18 14 32 32 32s32 -14 32 -32c0 -11 -5 -21 -14 -27v0c-2 -2 -2 -3 -2 -5v-140c0 -10 2 -12 8 -11c13 3 48 30 52 43c3 10 6 23 7 41v1c0 2 -2 4 -3 6c-10 6 -16 16 -16 28c0 18 14 32 32 32s32 -14 32 -32zM32 240
|
| 2193 |
+
c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM128 368c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16zM224 304c9 0 16 7 16 16s-7 16 -16 16s-16 -7 -16 -16s7 -16 16 -16z" />
|
| 2194 |
+
<glyph glyph-name="ion-videocamera" unicode=""
|
| 2195 |
+
d="M335 263v-66l113 35v-89v-88l-113 35v-65c0 -5 -4 -9 -9 -9h-317c-5 0 -9 4 -9 9v12v55v171c0 5 4 9 9 9h208v38c0 4 -6 10 -10 10h-176v48h178c36 0 65 -29 65 -64v-32h52c5 0 9 -4 9 -9zM226 107c20 0 36 16 36 36s-16 35 -36 35s-36 -15 -36 -35c0 -10 4 -19 11 -26
|
| 2196 |
+
h-68c7 7 11 16 11 26c0 20 -16 36 -36 36s-36 -16 -36 -36s16 -36 36 -36h12h95h11z" />
|
| 2197 |
+
<glyph glyph-name="ion-volume-high" unicode=""
|
| 2198 |
+
d="M199 40l-95 88h-104v128h104l95 88v-304zM255 92l-20 16c17 24 27 52 27 84s-10 60 -27 84l20 16c20 -28 33 -63 33 -100s-13 -72 -33 -100zM322 46l-21 16c27 36 43 81 43 130s-16 94 -43 130l21 16c30 -41 48 -91 48 -146s-18 -105 -48 -146zM365 369l20 15
|
| 2199 |
+
c39 -54 63 -120 63 -192s-24 -138 -63 -192l-20 15c36 49 58 111 58 177s-22 128 -58 177z" />
|
| 2200 |
+
<glyph glyph-name="ion-volume-low" unicode="" horiz-adv-x="288"
|
| 2201 |
+
d="M199 40l-95 88h-104v128h104l95 88v-304zM255 92l-20 16c17 24 28 52 28 84s-11 60 -28 84l20 16c20 -28 33 -63 33 -100s-13 -72 -33 -100z" />
|
| 2202 |
+
<glyph glyph-name="ion-volume-medium" unicode="" horiz-adv-x="370"
|
| 2203 |
+
d="M199 40l-95 88h-104v128h104l95 88v-304zM255 92l-20 16c17 24 28 52 28 84s-11 60 -28 84l20 16c20 -28 33 -63 33 -100s-13 -72 -33 -100zM322 46l-21 16c27 36 43 81 43 130s-16 94 -43 130l21 16c30 -41 48 -91 48 -146s-18 -105 -48 -146z" />
|
| 2204 |
+
<glyph glyph-name="ion-volume-mute" unicode=""
|
| 2205 |
+
d="M224 231l47 51v-180l-47 51h-65v78h65zM332 388c69 -38 116 -112 116 -196c0 -124 -100 -224 -224 -224c-39 0 -76 10 -108 27l-1 1c-69 38 -115 112 -115 196c0 124 100 224 224 224c39 0 75 -10 107 -28h1zM362 93c20 28 33 62 33 99c0 66 -38 123 -92 151
|
| 2206 |
+
c-6 3 -11 6 -17 8c-19 7 -40 11 -62 11c-37 0 -71 -12 -99 -32l73 -74h-76l-36 35c-20 -28 -32 -62 -32 -99c0 -65 36 -121 90 -150c6 -3 13 -7 19 -9c19 -7 39 -11 61 -11c37 0 72 12 100 32l-20 20v77z" />
|
| 2207 |
+
<glyph glyph-name="ion-wand" unicode=""
|
| 2208 |
+
d="M192 208l48 48l48 -48l-48 -48zM0 16l176 176l48 -48l-176 -176zM224 352v64h32v-64h-32zM398 344l-45 -45l-23 22l46 45zM127 299l-45 45l22 22l45 -45zM376 50l-46 45l23 23l45 -46zM384 192v32h64v-32h-64z" />
|
| 2209 |
+
<glyph glyph-name="ion-waterdrop" unicode="" horiz-adv-x="320"
|
| 2210 |
+
d="M175 409c40 -41 145 -160 145 -288c0 -85 -72 -153 -160 -153c-56 0 -106 27 -134 69c-6 9 -11 19 -15 29c-7 17 -11 35 -11 55v4c1 67 31 131 64 183c20 31 42 57 59 77c9 10 16 18 22 24l1 1v0c4 3 8 6 14 6c5 0 10 -3 14 -6v0zM160 24c55 0 100 45 100 100
|
| 2211 |
+
c0 14 -3 28 -8 40c-17 -65 -70 -116 -136 -130c13 -6 28 -10 44 -10z" />
|
| 2212 |
+
<glyph glyph-name="ion-wifi" unicode=""
|
| 2213 |
+
d="M224 352c80 0 156 -30 214 -84l10 -10l-10 -9l-32 -32l-10 -10l-9 9c-44 41 -103 64 -163 64s-119 -23 -163 -64l-9 -9l-10 10l-32 32l-10 9l10 10c58 54 134 84 214 84v0zM365 192l11 -10l-10 -10l-33 -32l-9 -9l-10 8c-25 22 -57 35 -90 35s-65 -13 -90 -35l-10 -8
|
| 2214 |
+
l-9 9l-33 32l-10 10l11 10c37 33 83 52 132 54v0h9v0v0c52 0 102 -19 141 -54zM224 32l-10 10l-52 52l-11 10l12 10c17 11 32 20 61 20s47 -9 62 -20l11 -10l-10 -10l-53 -52z" />
|
| 2215 |
+
<glyph glyph-name="ion-wineglass" unicode="" horiz-adv-x="256"
|
| 2216 |
+
d="M167 153c-11 -4 -24 -8 -24 -32v-94c0 -11 4 -19 12 -25c3 -2 7 -4 15 -6c32 -9 48 -16 50 -18c2 -1 4 -3 4 -7c0 0 -14 -3 -96 -3s-96 3 -96 3c0 4 2 6 4 7c2 2 18 9 50 18c8 2 11 4 14 6c8 6 11 14 11 25v94c0 24 -11 28 -22 32s-18 6 -26 11c-12 7 -23 16 -32 26
|
| 2217 |
+
c-20 23 -31 52 -31 87c0 50 4 100 8 114s14 25 31 25h178c17 0 27 -11 31 -25s8 -65 8 -115c0 -35 -11 -63 -31 -86c-9 -10 -20 -19 -32 -26c-8 -5 -15 -7 -26 -11zM128 178c26 0 50 11 67 28l6 6c16 18 22 35 23 65s-2 83 -8 107h-177c-7 -35 -8 -80 -7 -108s7 -46 23 -64
|
| 2218 |
+
c2 -3 4 -6 7 -8c17 -16 41 -26 66 -26zM208 277c0 -10 -1 -20 -4 -29s-8 -18 -15 -25l-5 -5c-14 -14 -34 -23 -56 -23c-21 0 -41 8 -55 22l-6 6c-7 7 -12 16 -15 25s-3 15 -4 29c-1 9 0 34 1 53c1 10 2 19 3 22h153c1 -6 2 -14 2 -22c1 -21 1 -45 1 -53zM192 269v0v26
|
| 2219 |
+
c0 4 -4 8 -8 8s-8 -4 -8 -8v-26c0 -3 1 -6 3 -7c1 -1 3 -1 5 -1c4 0 8 3 8 8zM191 316c1 2 1 4 1 6s-2 4 -4 5s-4 1 -6 1s-4 -1 -5 -3s-1 -4 -1 -6s2 -4 4 -5s4 -1 6 -1s4 1 5 3z" />
|
| 2220 |
+
<glyph glyph-name="ion-woman" unicode="" horiz-adv-x="192"
|
| 2221 |
+
d="M30 299c3 12 17 33 42 34h48c24 -1 38 -22 42 -34l29 -104c6 -23 -21 -32 -27 -10l-26 96h-9l46 -169h-43v-127c0 -23 -31 -23 -31 0v127h-10v-127c0 -23 -32 -23 -32 0v127h-42l45 169h-7l-27 -96c-7 -21 -33 -13 -27 10zM133 379c0 -21 -17 -37 -37 -37s-37 16 -37 37
|
| 2222 |
+
s17 37 37 37s37 -16 37 -37z" />
|
| 2223 |
+
<glyph glyph-name="ion-wrench" unicode=""
|
| 2224 |
+
d="M430 333c14 -14 19 -31 18 -44s-6 -39 -32 -65s-77 -42 -113 -24c-5 3 -13 5 -21 -3c-10 -9 -202 -215 -202 -215c-17 -19 -48 -18 -66 0s-19 49 0 66c0 0 207 194 215 202s5 16 3 22c-20 47 2 89 24 112c22 24 51 31 65 32c13 1 31 -5 44 -18l-57 -56l10 -56l55 -10z
|
| 2225 |
+
M59 5c6 6 6 17 0 23s-16 6 -22 0s-6 -17 0 -23s16 -6 22 0z" />
|
| 2226 |
+
<glyph glyph-name="ion-xbox" unicode=""
|
| 2227 |
+
d="M95 200c-49 -72 -50 -139 -50 -143c-28 38 -45 84 -45 135c0 67 30 128 77 169l3 -1c51 -18 93 -68 93 -68s-38 -33 -78 -92zM448 192c0 -51 -17 -97 -45 -135c0 4 -1 71 -50 143c-40 59 -78 92 -78 92s42 50 93 68l3 1c47 -41 77 -102 77 -169zM169 367
|
| 2228 |
+
c-37 17 -65 12 -72 10c36 25 80 39 127 39s91 -14 127 -39c-7 2 -35 6 -72 -10c-29 -13 -55 -35 -55 -35s-26 22 -55 35zM327 155c40 -49 54 -85 62 -108l2 -5c-41 -46 -101 -74 -167 -74s-126 28 -167 74l1 5c8 23 23 59 63 108c46 57 103 94 103 94s57 -37 103 -94z" />
|
| 2229 |
+
</font>
|
| 2230 |
+
</defs></svg>
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.ttf
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/ionicons/fonts/ionicons.woff
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.css
ADDED
|
@@ -0,0 +1,378 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
@font-face {
|
| 3 |
+
font-family:"Octicons";
|
| 4 |
+
src:url("octicons.eot?ef21c39f0ca9b1b5116e5eb7ac5eabe6");
|
| 5 |
+
src:url("octicons.eot?#iefix") format("embedded-opentype"),
|
| 6 |
+
url("octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6") format("woff2"),
|
| 7 |
+
url("octicons.woff?ef21c39f0ca9b1b5116e5eb7ac5eabe6") format("woff"),
|
| 8 |
+
url("octicons.ttf?ef21c39f0ca9b1b5116e5eb7ac5eabe6") format("truetype"),
|
| 9 |
+
url("octicons.svg?ef21c39f0ca9b1b5116e5eb7ac5eabe6#octicons") format("svg");
|
| 10 |
+
font-weight:normal;
|
| 11 |
+
font-style:normal;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
/*
|
| 16 |
+
|
| 17 |
+
.octicon is optimized for 16px.
|
| 18 |
+
.mega-octicon is optimized for 32px but can be used larger.
|
| 19 |
+
|
| 20 |
+
*/
|
| 21 |
+
.octicon, .mega-octicon {
|
| 22 |
+
font: normal normal normal 16px/1 Octicons;
|
| 23 |
+
display: inline-block;
|
| 24 |
+
text-decoration: none;
|
| 25 |
+
text-rendering: auto;
|
| 26 |
+
-webkit-font-smoothing: antialiased;
|
| 27 |
+
-moz-osx-font-smoothing: grayscale;
|
| 28 |
+
-webkit-user-select: none;
|
| 29 |
+
-ms-user-select: none;
|
| 30 |
+
user-select: none;
|
| 31 |
+
speak: none;
|
| 32 |
+
}
|
| 33 |
+
.mega-octicon { font-size: 32px; }
|
| 34 |
+
|
| 35 |
+
.octicon-alert:before { content:"\f02d"; }
|
| 36 |
+
|
| 37 |
+
.octicon-arrow-down:before { content:"\f03f"; }
|
| 38 |
+
|
| 39 |
+
.octicon-arrow-left:before { content:"\f040"; }
|
| 40 |
+
|
| 41 |
+
.octicon-arrow-right:before { content:"\f03e"; }
|
| 42 |
+
|
| 43 |
+
.octicon-arrow-small-down:before { content:"\f0a0"; }
|
| 44 |
+
|
| 45 |
+
.octicon-arrow-small-left:before { content:"\f0a1"; }
|
| 46 |
+
|
| 47 |
+
.octicon-arrow-small-right:before { content:"\f071"; }
|
| 48 |
+
|
| 49 |
+
.octicon-arrow-small-up:before { content:"\f09f"; }
|
| 50 |
+
|
| 51 |
+
.octicon-arrow-up:before { content:"\f03d"; }
|
| 52 |
+
|
| 53 |
+
.octicon-beaker:before { content:"\f0dd"; }
|
| 54 |
+
|
| 55 |
+
.octicon-bell:before { content:"\f0de"; }
|
| 56 |
+
|
| 57 |
+
.octicon-bold:before { content:"\f0e2"; }
|
| 58 |
+
|
| 59 |
+
.octicon-book:before { content:"\f007"; }
|
| 60 |
+
|
| 61 |
+
.octicon-bookmark:before { content:"\f07b"; }
|
| 62 |
+
|
| 63 |
+
.octicon-briefcase:before { content:"\f0d3"; }
|
| 64 |
+
|
| 65 |
+
.octicon-broadcast:before { content:"\f048"; }
|
| 66 |
+
|
| 67 |
+
.octicon-browser:before { content:"\f0c5"; }
|
| 68 |
+
|
| 69 |
+
.octicon-bug:before { content:"\f091"; }
|
| 70 |
+
|
| 71 |
+
.octicon-calendar:before { content:"\f068"; }
|
| 72 |
+
|
| 73 |
+
.octicon-check:before { content:"\f03a"; }
|
| 74 |
+
|
| 75 |
+
.octicon-checklist:before { content:"\f076"; }
|
| 76 |
+
|
| 77 |
+
.octicon-chevron-down:before { content:"\f0a3"; }
|
| 78 |
+
|
| 79 |
+
.octicon-chevron-left:before { content:"\f0a4"; }
|
| 80 |
+
|
| 81 |
+
.octicon-chevron-right:before { content:"\f078"; }
|
| 82 |
+
|
| 83 |
+
.octicon-chevron-up:before { content:"\f0a2"; }
|
| 84 |
+
|
| 85 |
+
.octicon-circle-slash:before { content:"\f084"; }
|
| 86 |
+
|
| 87 |
+
.octicon-circuit-board:before { content:"\f0d6"; }
|
| 88 |
+
|
| 89 |
+
.octicon-clippy:before { content:"\f035"; }
|
| 90 |
+
|
| 91 |
+
.octicon-clock:before { content:"\f046"; }
|
| 92 |
+
|
| 93 |
+
.octicon-cloud-download:before { content:"\f00b"; }
|
| 94 |
+
|
| 95 |
+
.octicon-cloud-upload:before { content:"\f00c"; }
|
| 96 |
+
|
| 97 |
+
.octicon-code:before { content:"\f05f"; }
|
| 98 |
+
|
| 99 |
+
.octicon-comment-discussion:before { content:"\f04f"; }
|
| 100 |
+
|
| 101 |
+
.octicon-comment:before { content:"\f02b"; }
|
| 102 |
+
|
| 103 |
+
.octicon-credit-card:before { content:"\f045"; }
|
| 104 |
+
|
| 105 |
+
.octicon-dash:before { content:"\f0ca"; }
|
| 106 |
+
|
| 107 |
+
.octicon-dashboard:before { content:"\f07d"; }
|
| 108 |
+
|
| 109 |
+
.octicon-database:before { content:"\f096"; }
|
| 110 |
+
|
| 111 |
+
.octicon-desktop-download:before { content:"\f0dc"; }
|
| 112 |
+
|
| 113 |
+
.octicon-device-camera-video:before { content:"\f057"; }
|
| 114 |
+
|
| 115 |
+
.octicon-device-camera:before { content:"\f056"; }
|
| 116 |
+
|
| 117 |
+
.octicon-device-desktop:before { content:"\f27c"; }
|
| 118 |
+
|
| 119 |
+
.octicon-device-mobile:before { content:"\f038"; }
|
| 120 |
+
|
| 121 |
+
.octicon-diff-added:before { content:"\f06b"; }
|
| 122 |
+
|
| 123 |
+
.octicon-diff-ignored:before { content:"\f099"; }
|
| 124 |
+
|
| 125 |
+
.octicon-diff-modified:before { content:"\f06d"; }
|
| 126 |
+
|
| 127 |
+
.octicon-diff-removed:before { content:"\f06c"; }
|
| 128 |
+
|
| 129 |
+
.octicon-diff-renamed:before { content:"\f06e"; }
|
| 130 |
+
|
| 131 |
+
.octicon-diff:before { content:"\f04d"; }
|
| 132 |
+
|
| 133 |
+
.octicon-ellipses:before { content:"\f101"; }
|
| 134 |
+
|
| 135 |
+
.octicon-ellipsis:before { content:"\f09a"; }
|
| 136 |
+
|
| 137 |
+
.octicon-eye:before { content:"\f04e"; }
|
| 138 |
+
|
| 139 |
+
.octicon-file-binary:before { content:"\f094"; }
|
| 140 |
+
|
| 141 |
+
.octicon-file-code:before { content:"\f010"; }
|
| 142 |
+
|
| 143 |
+
.octicon-file-directory:before { content:"\f016"; }
|
| 144 |
+
|
| 145 |
+
.octicon-file-media:before { content:"\f012"; }
|
| 146 |
+
|
| 147 |
+
.octicon-file-pdf:before { content:"\f014"; }
|
| 148 |
+
|
| 149 |
+
.octicon-file-submodule:before { content:"\f017"; }
|
| 150 |
+
|
| 151 |
+
.octicon-file-symlink-directory:before { content:"\f0b1"; }
|
| 152 |
+
|
| 153 |
+
.octicon-file-symlink-file:before { content:"\f0b0"; }
|
| 154 |
+
|
| 155 |
+
.octicon-file-text:before { content:"\f011"; }
|
| 156 |
+
|
| 157 |
+
.octicon-file-zip:before { content:"\f013"; }
|
| 158 |
+
|
| 159 |
+
.octicon-file:before { content:"\f102"; }
|
| 160 |
+
|
| 161 |
+
.octicon-flame:before { content:"\f0d2"; }
|
| 162 |
+
|
| 163 |
+
.octicon-fold:before { content:"\f0cc"; }
|
| 164 |
+
|
| 165 |
+
.octicon-gear:before { content:"\f02f"; }
|
| 166 |
+
|
| 167 |
+
.octicon-gift:before { content:"\f042"; }
|
| 168 |
+
|
| 169 |
+
.octicon-gist-secret:before { content:"\f08c"; }
|
| 170 |
+
|
| 171 |
+
.octicon-gist:before { content:"\f00e"; }
|
| 172 |
+
|
| 173 |
+
.octicon-git-branch:before { content:"\f020"; }
|
| 174 |
+
|
| 175 |
+
.octicon-git-commit:before { content:"\f01f"; }
|
| 176 |
+
|
| 177 |
+
.octicon-git-compare:before { content:"\f0ac"; }
|
| 178 |
+
|
| 179 |
+
.octicon-git-merge:before { content:"\f023"; }
|
| 180 |
+
|
| 181 |
+
.octicon-git-pull-request:before { content:"\f009"; }
|
| 182 |
+
|
| 183 |
+
.octicon-globe:before { content:"\f0b6"; }
|
| 184 |
+
|
| 185 |
+
.octicon-grabber:before { content:"\f103"; }
|
| 186 |
+
|
| 187 |
+
.octicon-graph:before { content:"\f043"; }
|
| 188 |
+
|
| 189 |
+
.octicon-heart:before { content:"\2665"; }
|
| 190 |
+
|
| 191 |
+
.octicon-history:before { content:"\f07e"; }
|
| 192 |
+
|
| 193 |
+
.octicon-home:before { content:"\f08d"; }
|
| 194 |
+
|
| 195 |
+
.octicon-horizontal-rule:before { content:"\f070"; }
|
| 196 |
+
|
| 197 |
+
.octicon-hubot:before { content:"\f09d"; }
|
| 198 |
+
|
| 199 |
+
.octicon-inbox:before { content:"\f0cf"; }
|
| 200 |
+
|
| 201 |
+
.octicon-info:before { content:"\f059"; }
|
| 202 |
+
|
| 203 |
+
.octicon-issue-closed:before { content:"\f028"; }
|
| 204 |
+
|
| 205 |
+
.octicon-issue-opened:before { content:"\f026"; }
|
| 206 |
+
|
| 207 |
+
.octicon-issue-reopened:before { content:"\f027"; }
|
| 208 |
+
|
| 209 |
+
.octicon-italic:before { content:"\f0e4"; }
|
| 210 |
+
|
| 211 |
+
.octicon-jersey:before { content:"\f019"; }
|
| 212 |
+
|
| 213 |
+
.octicon-key:before { content:"\f049"; }
|
| 214 |
+
|
| 215 |
+
.octicon-keyboard:before { content:"\f00d"; }
|
| 216 |
+
|
| 217 |
+
.octicon-law:before { content:"\f0d8"; }
|
| 218 |
+
|
| 219 |
+
.octicon-light-bulb:before { content:"\f000"; }
|
| 220 |
+
|
| 221 |
+
.octicon-link-external:before { content:"\f07f"; }
|
| 222 |
+
|
| 223 |
+
.octicon-link:before { content:"\f05c"; }
|
| 224 |
+
|
| 225 |
+
.octicon-list-ordered:before { content:"\f062"; }
|
| 226 |
+
|
| 227 |
+
.octicon-list-unordered:before { content:"\f061"; }
|
| 228 |
+
|
| 229 |
+
.octicon-location:before { content:"\f060"; }
|
| 230 |
+
|
| 231 |
+
.octicon-lock:before { content:"\f06a"; }
|
| 232 |
+
|
| 233 |
+
.octicon-logo-gist:before { content:"\f0ad"; }
|
| 234 |
+
|
| 235 |
+
.octicon-logo-github:before { content:"\f092"; }
|
| 236 |
+
|
| 237 |
+
.octicon-mail-read:before { content:"\f03c"; }
|
| 238 |
+
|
| 239 |
+
.octicon-mail-reply:before { content:"\f051"; }
|
| 240 |
+
|
| 241 |
+
.octicon-mail:before { content:"\f03b"; }
|
| 242 |
+
|
| 243 |
+
.octicon-mark-github:before { content:"\f00a"; }
|
| 244 |
+
|
| 245 |
+
.octicon-markdown:before { content:"\f0c9"; }
|
| 246 |
+
|
| 247 |
+
.octicon-megaphone:before { content:"\f077"; }
|
| 248 |
+
|
| 249 |
+
.octicon-mention:before { content:"\f0be"; }
|
| 250 |
+
|
| 251 |
+
.octicon-milestone:before { content:"\f075"; }
|
| 252 |
+
|
| 253 |
+
.octicon-mirror:before { content:"\f024"; }
|
| 254 |
+
|
| 255 |
+
.octicon-mortar-board:before { content:"\f0d7"; }
|
| 256 |
+
|
| 257 |
+
.octicon-mute:before { content:"\f080"; }
|
| 258 |
+
|
| 259 |
+
.octicon-no-newline:before { content:"\f09c"; }
|
| 260 |
+
|
| 261 |
+
.octicon-octoface:before { content:"\f008"; }
|
| 262 |
+
|
| 263 |
+
.octicon-organization:before { content:"\f037"; }
|
| 264 |
+
|
| 265 |
+
.octicon-package:before { content:"\f0c4"; }
|
| 266 |
+
|
| 267 |
+
.octicon-paintcan:before { content:"\f0d1"; }
|
| 268 |
+
|
| 269 |
+
.octicon-pencil:before { content:"\f058"; }
|
| 270 |
+
|
| 271 |
+
.octicon-person:before { content:"\f018"; }
|
| 272 |
+
|
| 273 |
+
.octicon-pin:before { content:"\f041"; }
|
| 274 |
+
|
| 275 |
+
.octicon-plug:before { content:"\f0d4"; }
|
| 276 |
+
|
| 277 |
+
.octicon-plus-small:before { content:"\f104"; }
|
| 278 |
+
|
| 279 |
+
.octicon-plus:before { content:"\f05d"; }
|
| 280 |
+
|
| 281 |
+
.octicon-primitive-dot:before { content:"\f052"; }
|
| 282 |
+
|
| 283 |
+
.octicon-primitive-square:before { content:"\f053"; }
|
| 284 |
+
|
| 285 |
+
.octicon-pulse:before { content:"\f085"; }
|
| 286 |
+
|
| 287 |
+
.octicon-question:before { content:"\f02c"; }
|
| 288 |
+
|
| 289 |
+
.octicon-quote:before { content:"\f063"; }
|
| 290 |
+
|
| 291 |
+
.octicon-radio-tower:before { content:"\f030"; }
|
| 292 |
+
|
| 293 |
+
.octicon-reply:before { content:"\f105"; }
|
| 294 |
+
|
| 295 |
+
.octicon-repo-clone:before { content:"\f04c"; }
|
| 296 |
+
|
| 297 |
+
.octicon-repo-force-push:before { content:"\f04a"; }
|
| 298 |
+
|
| 299 |
+
.octicon-repo-forked:before { content:"\f002"; }
|
| 300 |
+
|
| 301 |
+
.octicon-repo-pull:before { content:"\f006"; }
|
| 302 |
+
|
| 303 |
+
.octicon-repo-push:before { content:"\f005"; }
|
| 304 |
+
|
| 305 |
+
.octicon-repo:before { content:"\f001"; }
|
| 306 |
+
|
| 307 |
+
.octicon-rocket:before { content:"\f033"; }
|
| 308 |
+
|
| 309 |
+
.octicon-rss:before { content:"\f034"; }
|
| 310 |
+
|
| 311 |
+
.octicon-ruby:before { content:"\f047"; }
|
| 312 |
+
|
| 313 |
+
.octicon-search:before { content:"\f02e"; }
|
| 314 |
+
|
| 315 |
+
.octicon-server:before { content:"\f097"; }
|
| 316 |
+
|
| 317 |
+
.octicon-settings:before { content:"\f07c"; }
|
| 318 |
+
|
| 319 |
+
.octicon-shield:before { content:"\f0e1"; }
|
| 320 |
+
|
| 321 |
+
.octicon-sign-in:before { content:"\f036"; }
|
| 322 |
+
|
| 323 |
+
.octicon-sign-out:before { content:"\f032"; }
|
| 324 |
+
|
| 325 |
+
.octicon-smiley:before { content:"\f0e7"; }
|
| 326 |
+
|
| 327 |
+
.octicon-squirrel:before { content:"\f0b2"; }
|
| 328 |
+
|
| 329 |
+
.octicon-star:before { content:"\f02a"; }
|
| 330 |
+
|
| 331 |
+
.octicon-stop:before { content:"\f08f"; }
|
| 332 |
+
|
| 333 |
+
.octicon-sync:before { content:"\f087"; }
|
| 334 |
+
|
| 335 |
+
.octicon-tag:before { content:"\f015"; }
|
| 336 |
+
|
| 337 |
+
.octicon-tasklist:before { content:"\f0e5"; }
|
| 338 |
+
|
| 339 |
+
.octicon-telescope:before { content:"\f088"; }
|
| 340 |
+
|
| 341 |
+
.octicon-terminal:before { content:"\f0c8"; }
|
| 342 |
+
|
| 343 |
+
.octicon-text-size:before { content:"\f0e3"; }
|
| 344 |
+
|
| 345 |
+
.octicon-three-bars:before { content:"\f05e"; }
|
| 346 |
+
|
| 347 |
+
.octicon-thumbsdown:before { content:"\f0db"; }
|
| 348 |
+
|
| 349 |
+
.octicon-thumbsup:before { content:"\f0da"; }
|
| 350 |
+
|
| 351 |
+
.octicon-tools:before { content:"\f031"; }
|
| 352 |
+
|
| 353 |
+
.octicon-trashcan:before { content:"\f0d0"; }
|
| 354 |
+
|
| 355 |
+
.octicon-triangle-down:before { content:"\f05b"; }
|
| 356 |
+
|
| 357 |
+
.octicon-triangle-left:before { content:"\f044"; }
|
| 358 |
+
|
| 359 |
+
.octicon-triangle-right:before { content:"\f05a"; }
|
| 360 |
+
|
| 361 |
+
.octicon-triangle-up:before { content:"\f0aa"; }
|
| 362 |
+
|
| 363 |
+
.octicon-unfold:before { content:"\f039"; }
|
| 364 |
+
|
| 365 |
+
.octicon-unmute:before { content:"\f0ba"; }
|
| 366 |
+
|
| 367 |
+
.octicon-unverified:before { content:"\f0e8"; }
|
| 368 |
+
|
| 369 |
+
.octicon-verified:before { content:"\f0e6"; }
|
| 370 |
+
|
| 371 |
+
.octicon-versions:before { content:"\f064"; }
|
| 372 |
+
|
| 373 |
+
.octicon-watch:before { content:"\f0e0"; }
|
| 374 |
+
|
| 375 |
+
.octicon-x:before { content:"\f081"; }
|
| 376 |
+
|
| 377 |
+
.octicon-zap:before { content:"\26a1"; }
|
| 378 |
+
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.eot
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
@font-face{font-family:Octicons;src:url(octicons.eot?ef21c39f0ca9b1b5116e5eb7ac5eabe6);src:url(octicons.eot?#iefix) format("embedded-opentype"),url(octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6) format("woff2"),url(octicons.woff?ef21c39f0ca9b1b5116e5eb7ac5eabe6) format("woff"),url(octicons.ttf?ef21c39f0ca9b1b5116e5eb7ac5eabe6) format("truetype"),url(octicons.svg?ef21c39f0ca9b1b5116e5eb7ac5eabe6#octicons) format("svg");font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 Octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-ms-user-select:none;user-select:none;speak:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:"\f02d"}.octicon-arrow-down:before{content:"\f03f"}.octicon-arrow-left:before{content:"\f040"}.octicon-arrow-right:before{content:"\f03e"}.octicon-arrow-small-down:before{content:"\f0a0"}.octicon-arrow-small-left:before{content:"\f0a1"}.octicon-arrow-small-right:before{content:"\f071"}.octicon-arrow-small-up:before{content:"\f09f"}.octicon-arrow-up:before{content:"\f03d"}.octicon-beaker:before{content:"\f0dd"}.octicon-bell:before{content:"\f0de"}.octicon-bold:before{content:"\f0e2"}.octicon-book:before{content:"\f007"}.octicon-bookmark:before{content:"\f07b"}.octicon-briefcase:before{content:"\f0d3"}.octicon-broadcast:before{content:"\f048"}.octicon-browser:before{content:"\f0c5"}.octicon-bug:before{content:"\f091"}.octicon-calendar:before{content:"\f068"}.octicon-check:before{content:"\f03a"}.octicon-checklist:before{content:"\f076"}.octicon-chevron-down:before{content:"\f0a3"}.octicon-chevron-left:before{content:"\f0a4"}.octicon-chevron-right:before{content:"\f078"}.octicon-chevron-up:before{content:"\f0a2"}.octicon-circle-slash:before{content:"\f084"}.octicon-circuit-board:before{content:"\f0d6"}.octicon-clippy:before{content:"\f035"}.octicon-clock:before{content:"\f046"}.octicon-cloud-download:before{content:"\f00b"}.octicon-cloud-upload:before{content:"\f00c"}.octicon-code:before{content:"\f05f"}.octicon-comment-discussion:before{content:"\f04f"}.octicon-comment:before{content:"\f02b"}.octicon-credit-card:before{content:"\f045"}.octicon-dash:before{content:"\f0ca"}.octicon-dashboard:before{content:"\f07d"}.octicon-database:before{content:"\f096"}.octicon-desktop-download:before{content:"\f0dc"}.octicon-device-camera-video:before{content:"\f057"}.octicon-device-camera:before{content:"\f056"}.octicon-device-desktop:before{content:"\f27c"}.octicon-device-mobile:before{content:"\f038"}.octicon-diff-added:before{content:"\f06b"}.octicon-diff-ignored:before{content:"\f099"}.octicon-diff-modified:before{content:"\f06d"}.octicon-diff-removed:before{content:"\f06c"}.octicon-diff-renamed:before{content:"\f06e"}.octicon-diff:before{content:"\f04d"}.octicon-ellipses:before{content:"\f101"}.octicon-ellipsis:before{content:"\f09a"}.octicon-eye:before{content:"\f04e"}.octicon-file-binary:before{content:"\f094"}.octicon-file-code:before{content:"\f010"}.octicon-file-directory:before{content:"\f016"}.octicon-file-media:before{content:"\f012"}.octicon-file-pdf:before{content:"\f014"}.octicon-file-submodule:before{content:"\f017"}.octicon-file-symlink-directory:before{content:"\f0b1"}.octicon-file-symlink-file:before{content:"\f0b0"}.octicon-file-text:before{content:"\f011"}.octicon-file-zip:before{content:"\f013"}.octicon-file:before{content:"\f102"}.octicon-flame:before{content:"\f0d2"}.octicon-fold:before{content:"\f0cc"}.octicon-gear:before{content:"\f02f"}.octicon-gift:before{content:"\f042"}.octicon-gist-secret:before{content:"\f08c"}.octicon-gist:before{content:"\f00e"}.octicon-git-branch:before{content:"\f020"}.octicon-git-commit:before{content:"\f01f"}.octicon-git-compare:before{content:"\f0ac"}.octicon-git-merge:before{content:"\f023"}.octicon-git-pull-request:before{content:"\f009"}.octicon-globe:before{content:"\f0b6"}.octicon-grabber:before{content:"\f103"}.octicon-graph:before{content:"\f043"}.octicon-heart:before{content:"\2665"}.octicon-history:before{content:"\f07e"}.octicon-home:before{content:"\f08d"}.octicon-horizontal-rule:before{content:"\f070"}.octicon-hubot:before{content:"\f09d"}.octicon-inbox:before{content:"\f0cf"}.octicon-info:before{content:"\f059"}.octicon-issue-closed:before{content:"\f028"}.octicon-issue-opened:before{content:"\f026"}.octicon-issue-reopened:before{content:"\f027"}.octicon-italic:before{content:"\f0e4"}.octicon-jersey:before{content:"\f019"}.octicon-key:before{content:"\f049"}.octicon-keyboard:before{content:"\f00d"}.octicon-law:before{content:"\f0d8"}.octicon-light-bulb:before{content:"\f000"}.octicon-link-external:before{content:"\f07f"}.octicon-link:before{content:"\f05c"}.octicon-list-ordered:before{content:"\f062"}.octicon-list-unordered:before{content:"\f061"}.octicon-location:before{content:"\f060"}.octicon-lock:before{content:"\f06a"}.octicon-logo-gist:before{content:"\f0ad"}.octicon-logo-github:before{content:"\f092"}.octicon-mail-read:before{content:"\f03c"}.octicon-mail-reply:before{content:"\f051"}.octicon-mail:before{content:"\f03b"}.octicon-mark-github:before{content:"\f00a"}.octicon-markdown:before{content:"\f0c9"}.octicon-megaphone:before{content:"\f077"}.octicon-mention:before{content:"\f0be"}.octicon-milestone:before{content:"\f075"}.octicon-mirror:before{content:"\f024"}.octicon-mortar-board:before{content:"\f0d7"}.octicon-mute:before{content:"\f080"}.octicon-no-newline:before{content:"\f09c"}.octicon-octoface:before{content:"\f008"}.octicon-organization:before{content:"\f037"}.octicon-package:before{content:"\f0c4"}.octicon-paintcan:before{content:"\f0d1"}.octicon-pencil:before{content:"\f058"}.octicon-person:before{content:"\f018"}.octicon-pin:before{content:"\f041"}.octicon-plug:before{content:"\f0d4"}.octicon-plus-small:before{content:"\f104"}.octicon-plus:before{content:"\f05d"}.octicon-primitive-dot:before{content:"\f052"}.octicon-primitive-square:before{content:"\f053"}.octicon-pulse:before{content:"\f085"}.octicon-question:before{content:"\f02c"}.octicon-quote:before{content:"\f063"}.octicon-radio-tower:before{content:"\f030"}.octicon-reply:before{content:"\f105"}.octicon-repo-clone:before{content:"\f04c"}.octicon-repo-force-push:before{content:"\f04a"}.octicon-repo-forked:before{content:"\f002"}.octicon-repo-pull:before{content:"\f006"}.octicon-repo-push:before{content:"\f005"}.octicon-repo:before{content:"\f001"}.octicon-rocket:before{content:"\f033"}.octicon-rss:before{content:"\f034"}.octicon-ruby:before{content:"\f047"}.octicon-search:before{content:"\f02e"}.octicon-server:before{content:"\f097"}.octicon-settings:before{content:"\f07c"}.octicon-shield:before{content:"\f0e1"}.octicon-sign-in:before{content:"\f036"}.octicon-sign-out:before{content:"\f032"}.octicon-smiley:before{content:"\f0e7"}.octicon-squirrel:before{content:"\f0b2"}.octicon-star:before{content:"\f02a"}.octicon-stop:before{content:"\f08f"}.octicon-sync:before{content:"\f087"}.octicon-tag:before{content:"\f015"}.octicon-tasklist:before{content:"\f0e5"}.octicon-telescope:before{content:"\f088"}.octicon-terminal:before{content:"\f0c8"}.octicon-text-size:before{content:"\f0e3"}.octicon-three-bars:before{content:"\f05e"}.octicon-thumbsdown:before{content:"\f0db"}.octicon-thumbsup:before{content:"\f0da"}.octicon-tools:before{content:"\f031"}.octicon-trashcan:before{content:"\f0d0"}.octicon-triangle-down:before{content:"\f05b"}.octicon-triangle-left:before{content:"\f044"}.octicon-triangle-right:before{content:"\f05a"}.octicon-triangle-up:before{content:"\f0aa"}.octicon-unfold:before{content:"\f039"}.octicon-unmute:before{content:"\f0ba"}.octicon-unverified:before{content:"\f0e8"}.octicon-verified:before{content:"\f0e6"}.octicon-versions:before{content:"\f064"}.octicon-watch:before{content:"\f0e0"}.octicon-x:before{content:"\f081"}.octicon-zap:before{content:"\26a1"}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.svg
ADDED
|
@@ -0,0 +1,429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" standalone="no"?>
|
| 2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
| 3 |
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
| 4 |
+
<metadata>
|
| 5 |
+
Created by FontForge 20150913 at Mon Jul 11 12:02:11 2016
|
| 6 |
+
By Aaron Shekey
|
| 7 |
+
</metadata>
|
| 8 |
+
<defs>
|
| 9 |
+
<font id="octicons" horiz-adv-x="96" >
|
| 10 |
+
<font-face
|
| 11 |
+
font-family="octicons"
|
| 12 |
+
font-weight="400"
|
| 13 |
+
font-stretch="normal"
|
| 14 |
+
units-per-em="96"
|
| 15 |
+
panose-1="2 0 5 9 0 0 0 0 0 0"
|
| 16 |
+
ascent="84"
|
| 17 |
+
descent="-12"
|
| 18 |
+
bbox="-0.5 -12.5 96.5 84.5"
|
| 19 |
+
underline-thickness="4"
|
| 20 |
+
underline-position="-14"
|
| 21 |
+
unicode-range="U+2665-F27C"
|
| 22 |
+
/>
|
| 23 |
+
<missing-glyph
|
| 24 |
+
d="M3 0v64h24v-64h-24zM6 3h18v58h-18v-58z" />
|
| 25 |
+
<glyph glyph-name=".notdef"
|
| 26 |
+
d="M3 0v64h24v-64h-24zM6 3h18v58h-18v-58z" />
|
| 27 |
+
<glyph glyph-name=".null" horiz-adv-x="0"
|
| 28 |
+
/>
|
| 29 |
+
<glyph glyph-name="nonmarkingreturn"
|
| 30 |
+
/>
|
| 31 |
+
<glyph glyph-name="heart" unicode="♥"
|
| 32 |
+
d="M67.5 66.5q4.5 -5.5 4.5 -12.5q0 -8 -4 -16q-5 -10 -32 -32q-27 21 -32 32q-4 8 -4 16q0 7 4.5 12.5t13.5 5.5q8 0 13 -6q5 -5 5 -6q0 1 5 6q5 6 13 6q9 0 13.5 -5.5z" />
|
| 33 |
+
<glyph glyph-name="zap" unicode="⚡"
|
| 34 |
+
d="M60 42l-54 -54l18 42h-24l54 54l-18 -42h24z" />
|
| 35 |
+
<glyph glyph-name="light-bulb" unicode=""
|
| 36 |
+
d="M39 84q14 0 23.5 -8.5t9.5 -21.5q0 -8 -6 -18q-11 -18 -12 -24v-6h-30v6q-1 6 -12 24q-6 10 -6 18q0 13 9.5 21.5t23.5 8.5zM61 39q5 9 5 15q0 10 -8 17t-19 7t-19 -7t-8 -17q0 -6 5 -15q2 -3 4 -7q8 -12 9 -19v-1h18v1q1 7 9 19q2 4 4 7zM24 0h30q-2 -12 -15 -12t-15 12
|
| 37 |
+
z" />
|
| 38 |
+
<glyph glyph-name="repo" unicode=""
|
| 39 |
+
d="M24 30h-6v6h6v-6zM24 48v-6h-6v6h6zM24 60v-6h-6v6h6zM24 72v-6h-6v6h6zM72 78v-72q0 -6 -6 -6h-30v-12l-9 9l-9 -9v12h-12q-6 0 -6 6v72q0 6 6 6h60q6 0 6 -6zM66 18h-60v-12h12v6h18v-6h30v12zM66 78h-54v-54h54v54z" />
|
| 40 |
+
<glyph glyph-name="repo-forked" unicode=""
|
| 41 |
+
d="M48 78q12 0 12 -12q0 -7 -6 -10v-11l-18 -18v-11q6 -3 6 -10q0 -12 -12 -12t-12 12q0 7 6 10v11l-18 18v11q-6 3 -6 10q0 12 12 12t12 -12q0 -7 -6 -10v-8l12 -12l12 12v8q-6 3 -6 10q0 12 12 12zM12 59q7 0 7 7t-7 7t-7 -7t7 -7zM30 -1q7 0 7 7t-7 7t-7 -7t7 -7zM48 59
|
| 42 |
+
q7 0 7 7t-7 7t-7 -7t7 -7z" />
|
| 43 |
+
<glyph glyph-name="repo-push" unicode=""
|
| 44 |
+
d="M24 66h-6v6h6v-6zM18 54v6h6v-6h-6zM42 54l18 -24h-12v-42h-12v42h-12zM66 84q6 0 6 -6v-72q0 -6 -6 -6h-12v6h12v12h-12v6h12v54h-54v-54h18v-6h-24v-12h24v-6h-24q-6 0 -6 6v72q0 6 6 6h60z" />
|
| 45 |
+
<glyph glyph-name="repo-pull" unicode=""
|
| 46 |
+
d="M78 36v12h-36v12h36v12l18 -18zM24 72v-6h-6v6h6zM66 42h6v-36q0 -6 -6 -6h-30v-12l-9 9l-9 -9v12h-12q-6 0 -6 6v72q0 6 6 6h60q6 0 6 -6v-12h-6v12h-54v-54h54v18zM66 18h-60v-12h12v6h18v-6h30v12zM24 48v-6h-6v6h6zM24 60v-6h-6v6h6zM18 30v6h6v-6h-6z" />
|
| 47 |
+
<glyph glyph-name="book" unicode=""
|
| 48 |
+
d="M18 54h24v-6h-24v6zM18 36v6h24v-6h-24zM18 24v6h24v-6h-24zM84 54v-6h-24v6h24zM84 42v-6h-24v6h24zM84 30v-6h-24v6h24zM96 66v-54q0 -6 -6 -6h-33l-6 -6l-6 6h-33q-6 0 -6 6v54q0 6 6 6h33l6 -6l6 6h33q6 0 6 -6zM48 63l-3 3h-33v-54h36v51zM90 66h-33l-3 -3v-51h36
|
| 49 |
+
v54z" />
|
| 50 |
+
<glyph glyph-name="octoface" unicode=""
|
| 51 |
+
d="M88 52q8 -8 8 -20q0 -15 -6.5 -23.5t-16.5 -11.5t-25 -3q-23 0 -35.5 8t-12.5 30q0 12 8 20q-4 9 1 20q6 2 20 -8q7 2 19 2t19 -2q4 3 7.5 4.5t6 2.5t4 1h2.5q5 -11 1 -20zM48 0q12 0 18.5 1t12 5.5t5.5 13.5q0 7 -6 12q-3 3 -7 3.5t-12 0t-11 -0.5t-8.5 0.5t-8.5 0.5
|
| 52 |
+
t-7 -1t-6 -3q-6 -5 -6 -12q0 -13 9 -16.5t27 -3.5zM33 30q7 0 7 -10.5t-7 -10.5t-7 10.5t7 10.5zM63 30q7 0 7 -10.5t-7 -10.5t-7 10.5t7 10.5z" />
|
| 53 |
+
<glyph glyph-name="git-pull-request" unicode=""
|
| 54 |
+
d="M66 16q6 -3 6 -10q0 -12 -12 -12t-12 12q0 7 6 10v38q0 2 -2 4t-4 2h-6v-12l-18 18l18 18v-12h6q7 0 12.5 -5.5t5.5 -12.5v-38zM60 -1q7 0 7 7t-7 7t-7 -7t7 -7zM24 66q0 -7 -6 -10v-40q6 -3 6 -10q0 -12 -12 -12t-12 12q0 7 6 10v40q-6 3 -6 10q0 12 12 12t12 -12zM19 6
|
| 55 |
+
q0 7 -7 7t-7 -7t7 -7t7 7zM12 59q7 0 7 7t-7 7t-7 -7t7 -7z" />
|
| 56 |
+
<glyph glyph-name="mark-github" unicode=""
|
| 57 |
+
d="M48 84q20 0 34 -14t14 -34q0 -10 -4 -19.5t-11.5 -16t-17.5 -10.5q-3 0 -3 3v4.5v8.5q0 6 -3 9q22 2 22 24q0 7 -5 12q2 6 -1 13q-4 1 -13 -5q-6 2 -12 2t-12 -2q-4 3 -7.5 4t-4.5 1h-1q-3 -7 -1 -13q-4 -5 -4 -12q0 -22 21 -24q-2 -2 -3 -7q-9 -4 -14 4q-3 5 -7 5
|
| 58 |
+
q-3 0 -2.5 -1t2.5 -2q3 -2 5 -7q3 -8 16 -5v-6v-3q0 -3 -3 -3q-15 5 -24 17.5t-9 28.5q0 20 14 34t34 14z" />
|
| 59 |
+
<glyph glyph-name="cloud-download" unicode=""
|
| 60 |
+
d="M54 12h12l-18 -18l-18 18h12v30h12v-30zM72 60q24 0 24 -21t-24 -21h-12v8h12q16 0 16 13t-16 13h-8v7q-3 11 -19 11q-7 0 -13 -5t-6 -11v-8h-8q-10 0 -10 -10t10 -10h18v-8h-18q-18 0 -18 18t18 18q0 9 8 16.5t19 7.5q10 0 16.5 -4t8.5 -8t2 -6z" />
|
| 61 |
+
<glyph glyph-name="cloud-upload" unicode=""
|
| 62 |
+
d="M42 30h-12l18 18l18 -18h-12v-30h-12v30zM72 54q24 0 24 -21t-24 -21h-12v8h12q16 0 16 13t-16 13h-8v7q-3 11 -19 11q-7 0 -13 -5t-6 -11v-8h-8q-10 0 -10 -10t10 -10h18v-8h-18q-18 0 -18 18t18 18q0 9 8 16.5t19 7.5q10 0 16.5 -4t8.5 -8t2 -6z" />
|
| 63 |
+
<glyph glyph-name="keyboard" unicode=""
|
| 64 |
+
d="M60 54h-6v6h6v-6zM18 48v-6h-6v6h6zM48 60v-6h-6v6h6zM24 60v-6h-12v6h12zM72 18v6h12v-6h-12zM48 42v6h6v-6h-6zM24 24v-6h-12v6h12zM72 60v-6h-6v6h6zM84 60v-6h-6v6h6zM72 30v18h12v-18h-12zM96 66v-54q0 -6 -6 -6h-84q-6 0 -6 6v54q0 6 6 6h84q6 0 6 -6zM90 66h-84
|
| 65 |
+
v-54h84v54zM36 42v6h6v-6h-6zM36 60v-6h-6v6h6zM24 42v6h6v-6h-6zM30 18v6h36v-6h-36zM60 42v6h6v-6h-6zM18 36v-6h-6v6h6zM48 36h6v-6h-6v6zM36 36h6v-6h-6v6zM30 36v-6h-6v6h6zM60 30v6h6v-6h-6z" />
|
| 66 |
+
<glyph glyph-name="gist" unicode=""
|
| 67 |
+
d="M45 54l15 -15l-15 -15l-5 4l11 11l-11 11zM27 54l5 -4l-11 -11l11 -11l-5 -4l-15 15zM0 6v66q0 6 6 6h60q6 0 6 -6v-66q0 -6 -6 -6h-60q-6 0 -6 6zM6 6h60v66h-60v-66z" />
|
| 68 |
+
<glyph glyph-name="file-code" unicode=""
|
| 69 |
+
d="M51 78l21 -21v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 0v54l-18 18h-42v-72h60zM30 42l-9 -9l9 -9l-3 -6l-15 15l15 15zM45 48l15 -15l-15 -15l-3 6l9 9l-9 9z" />
|
| 70 |
+
<glyph glyph-name="file-text" unicode=""
|
| 71 |
+
d="M36 54h-24v6h24v-6zM12 36v6h42v-6h-42zM12 24v6h42v-6h-42zM12 12v6h42v-6h-42zM72 57v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 54l-18 18h-42v-72h60v54z" />
|
| 72 |
+
<glyph glyph-name="file-media" unicode=""
|
| 73 |
+
d="M36 54h12v-12h-12v12zM72 57v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 54l-18 18h-42v-66l18 30l12 -24l12 12l18 -18v48z" />
|
| 74 |
+
<glyph glyph-name="file-zip" unicode=""
|
| 75 |
+
d="M51 78l21 -21v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 0v54l-18 18h-18v-6h-6v6h-18v-72h60zM30 60v6h6v-6h-6zM24 60h6v-6h-6v6zM30 48v6h6v-6h-6zM24 48h6v-6h-6v6zM30 36v6h6v-6h-6zM24 28v8h6v-6q12 0 12 -12v-6h-24v6q0 7 6 10zM36 24h-12v-6h12v6z" />
|
| 76 |
+
<glyph glyph-name="file-pdf" unicode=""
|
| 77 |
+
d="M51 78l21 -21v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM6 72v-56l6 4q2 1 4 1q0 1 1 2.5t2 4t3 4.5l6 16q-1 6 -2 11q0 5 1 9q0 2 1 3t2 1h-24zM33 43v0l-6 -14t-4 -7q6 2 11.5 3.5t10.5 1.5q-3 2 -5 4q-5 5 -7 12zM66 0v0v18h-2l-8 2t-8 3q-5 -1 -9 -1q-6 -2 -9 -2
|
| 78 |
+
l-2 -1q-3 -1 -5 -2q-4 -8 -11 -14q-2 -2 -4 -3h1h57zM66 29v0v25l-18 18h-15q2 0 4 -1q1 -3 1 -6v-4q0 -6 -1 -12q2 -8 7 -14q3 -3 6 -4q4 0 8 1q2 -1 4 -1z" />
|
| 79 |
+
<glyph glyph-name="tag" unicode=""
|
| 80 |
+
d="M46 74l37 -37q4 -4 0 -8l-28 -28q-4 -4 -8 0l-37 37q-4 4 -4 10v15q0 6 4.5 10.5t10.5 4.5h15q6 0 10 -4zM14 41l37 -36l28 28l-36 37q-3 3 -7 3h-15q-10 0 -10 -10v-15q0 -4 3 -7zM18 66h12v-12h-12v12z" />
|
| 81 |
+
<glyph glyph-name="file-directory" unicode=""
|
| 82 |
+
d="M78 60q6 0 6 -6v-48q0 -6 -6 -6h-72q-6 0 -6 6v60q0 6 6 6h30q6 0 6 -6v-6h36zM36 60v6h-30v-6h30z" />
|
| 83 |
+
<glyph glyph-name="file-submodule" unicode=""
|
| 84 |
+
d="M60 42v-6h24v-30q0 -6 -6 -6h-54v42h36zM54 30v6h-24v-6h24zM78 60q6 0 6 -6v-12h-18q0 6 -6 6h-36q-6 0 -6 -6v-42h-12q-6 0 -6 6v60q0 6 6 6h30q6 0 6 -6v-6h36zM36 60v6h-30v-6h30z" />
|
| 85 |
+
<glyph glyph-name="person" unicode=""
|
| 86 |
+
d="M72 0q0 -6 -6 -6h-60q-6 0 -6 6v6q0 7 6 13t12 9l6 2q1 2 0 6q-6 4 -6 24q1 18 18 18t18 -18q0 -20 -6 -24v-6q24 -8 24 -24v-6z" />
|
| 87 |
+
<glyph glyph-name="jersey" unicode=""
|
| 88 |
+
d="M27 48h12l3 -3v-30l-3 -3h-12l-3 3v30zM36 18v24h-6v-24h6zM73.5 61.5q1.5 -12.5 10.5 -13.5v-54q0 -2 -2 -4t-4 -2h-66q-2 0 -4 2t-2 4v54q9 1 10 14q2 12 2 22h18q0 -2 2 -4t7 -2t7 2t2 4h18q0 -10 1.5 -22.5zM78 -6v48q-7 5 -10 16q-2 7 -2 20h-6q0 -7 -3 -12
|
| 89 |
+
q-3 -6 -12 -6t-12 6q-3 5 -3 12h-6q0 -14 -2 -22q-2 -9 -10 -14v-48h66zM51 48h12l3 -3v-30l-3 -3h-12l-3 3v30zM60 18v24h-6v-24h6z" />
|
| 90 |
+
<glyph glyph-name="git-commit" unicode=""
|
| 91 |
+
d="M65 42h19v-12h-19q-5 -18 -23 -18t-23 18h-19v12h19q5 18 23 18t23 -18zM42 23q5 0 9 4t4 9t-4 9t-9 4t-9 -4t-4 -9t4 -9t9 -4z" />
|
| 92 |
+
<glyph glyph-name="git-branch" unicode=""
|
| 93 |
+
d="M60 54q0 -7 -6 -10q-1 -12 -8 -19t-16 -7q-3 0 -6 -1l-1.5 -1.5l-1.5 -1.5q3 -3 3 -8q0 -12 -12 -12t-12 12q0 7 6 10v40q-6 3 -6 10q0 5 3.5 8.5t8.5 3.5t8.5 -3.5t3.5 -8.5q0 -7 -6 -10v-29q4 3 12 3q5 0 8.5 3.5t3.5 8.5v2q-6 3 -6 10q0 12 12 12t12 -12zM12 73
|
| 94 |
+
q-7 0 -7 -7t7 -7t7 7t-7 7zM12 -1q7 0 7 7t-7 7t-7 -7t7 -7zM48 47q7 0 7 7t-7 7t-7 -7t7 -7z" />
|
| 95 |
+
<glyph glyph-name="git-merge" unicode=""
|
| 96 |
+
d="M60 42q12 0 12 -12t-12 -12q-7 0 -10 6q-11 0 -18.5 4t-13.5 10v-22q6 -3 6 -10q0 -12 -12 -12t-12 12q0 7 6 10v40q-6 3 -6 10q0 3 1.5 6t4.5 4.5t6 1.5q5 0 8.5 -3.5t3.5 -8.5q0 -6 -4 -9q4 -9 11 -15q8 -6 19 -6q3 6 10 6zM19 6q0 7 -7 7t-7 -7t7 -7t7 7zM12 59
|
| 97 |
+
q7 0 7 7t-7 7t-7 -7t7 -7zM60 23q7 0 7 7t-7 7t-7 -7t7 -7z" />
|
| 98 |
+
<glyph glyph-name="mirror" unicode=""
|
| 99 |
+
d="M93 56q3 -2 3 -5v-63l-45 24l-45 -24v63q0 3 3 5l42 28zM90 -3v54l-36 24v-27h-6v27l-36 -24v-54l36 19v8h6v-8zM36 42h30v12l18 -18l-18 -18v12h-30v-12l-18 18l18 18v-12z" />
|
| 100 |
+
<glyph glyph-name="issue-opened" unicode=""
|
| 101 |
+
d="M42 70q-14 0 -24 -10t-10 -24t10 -24t24 -10t24 10t10 24t-10 24t-24 10zM42 78q17 0 29.5 -12.5t12.5 -29.5t-12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 29.5t12.5 29.5t29.5 12.5zM48 60v-30h-12v30h12zM48 24v-12h-12v12h12z" />
|
| 102 |
+
<glyph glyph-name="issue-reopened" unicode=""
|
| 103 |
+
d="M48 30h-12v30h12v-30zM36 12v12h12v-12h-12zM74 24h10v-24l-10 10q-12 -16 -32 -16q-17 0 -29.5 12.5t-12.5 29.5v6h8v-6q0 -14 10 -24t24 -10q17 0 27 13l-9 9h14zM10 48h-10v24l10 -10q12 16 32 16q17 0 29.5 -12.5t12.5 -29.5v-6h-8v6q0 14 -10 24t-24 10
|
| 104 |
+
q-17 0 -27 -13l9 -9h-14z" />
|
| 105 |
+
<glyph glyph-name="issue-closed" unicode=""
|
| 106 |
+
d="M42 24h12v-12h-12v12zM54 60v-30h-12v30h12zM63 51l9 -9l18 21l6 -6l-24 -27l-15 15zM48 2q12 0 21 7t12 18l9 9q0 -17 -12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 29.5t12.5 29.5t29.5 12.5q20 0 33 -15l-6 -6q-10 13 -27 13q-14 0 -24 -10t-10 -24t10 -24t24 -10z" />
|
| 107 |
+
<glyph glyph-name="star" unicode=""
|
| 108 |
+
d="M84 48l-22 -20l6 -28l-26 14l-26 -14l6 28l-22 20l29 4l13 26l13 -26z" />
|
| 109 |
+
<glyph glyph-name="comment" unicode=""
|
| 110 |
+
d="M84 78q6 0 6 -6v-48q0 -6 -6 -6h-39l-21 -21v21h-12q-6 0 -6 6v48q0 6 6 6h72zM84 24v48h-72v-48h18v-12l12 12h42z" />
|
| 111 |
+
<glyph glyph-name="question" unicode=""
|
| 112 |
+
d="M36 24h12v-12h-12v12zM60 45q0 -6 -3 -9.5t-6 -4.5l-3 -1h-12q0 6 6 6h3q3 0 3 3v6q0 3 -3 3h-6q-3 0 -3 -3v-3h-12q0 7 5.5 12.5t12.5 5.5q18 0 18 -15zM42 70q-14 0 -24 -10t-10 -24t10 -24t24 -10t24 10t10 24t-10 24t-24 10zM42 78q17 0 29.5 -12.5t12.5 -29.5
|
| 113 |
+
t-12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 29.5t12.5 29.5t29.5 12.5z" />
|
| 114 |
+
<glyph glyph-name="alert" unicode=""
|
| 115 |
+
d="M53 75l41 -72q2 -3 0.5 -6t-5.5 -3h-82q-4 0 -5.5 3t0.5 6l41 72q1 3 4.5 3t5.5 -3zM54 6v12h-12v-12h12zM54 24v24h-12v-24h12z" />
|
| 116 |
+
<glyph glyph-name="search" unicode=""
|
| 117 |
+
d="M94 4q4 -4 0 -8q-1 -2 -3.5 -2t-4.5 2l-23 23q-10 -7 -21 -7q-15 0 -25.5 10.5t-10.5 25.5t10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5q0 -11 -7 -21zM42 20q12 0 20 8t8 20t-8 20t-20 8t-20 -8t-8 -20t8 -20t20 -8z" />
|
| 118 |
+
<glyph glyph-name="gear" unicode=""
|
| 119 |
+
d="M84 31v1l-12 -5l-2 -6l5 -11l-7 -7l-11 5l-6 -2l-4 -12h-10l-4 12l-6 2l-11 -5l-7 7l5 11l-2 6l-12 4v10l12 4l2 6l-5 11l7 7l11 -5l6 2l4 12h10l4 -12l6 -2l11 5l7 -7l-5 -11l2 -6l12 -4v-10zM42 18q7 0 12.5 5.5t5.5 12.5t-5.5 12.5t-12.5 5.5t-12.5 -5.5t-5.5 -12.5
|
| 120 |
+
t5.5 -12.5t12.5 -5.5z" />
|
| 121 |
+
<glyph glyph-name="radio-tower" unicode=""
|
| 122 |
+
d="M29 47.5q-3 -2.5 -6 -0.5q-5 6 -5 13t5 13q1 1 3 1t3 -1q2 -3 -0.5 -6t-2.5 -7t3 -7t0 -5.5zM14 81q3 -3 0 -6q-6 -6 -6 -15t6 -15q3 -3 0 -6t-6 0q-8 9 -8 21t8 21q2 1 3.5 1t2.5 -1zM48 50q-10 0 -10 10t10 10t10 -10t-10 -10zM88 81q8 -9 8 -21t-8 -21q-2 -1 -3.5 -1
|
| 123 |
+
t-2.5 1q-3 3 0 6q6 6 6 15t-6 15q-3 3 0 6t6 0zM48 42q4 0 7 2l19 -50h-9l-5 6h-24l-5 -6h-9l19 50q3 -2 7 -2zM48 40l-6 -22h12zM36 6h24l-6 6h-12zM67 72.5q3 2.5 6 0.5q5 -6 5 -13t-5 -13q-1 -1 -3 -1t-3 1q-2 3 0.5 6t2.5 7t-3 7t0 5.5z" />
|
| 124 |
+
<glyph glyph-name="tools" unicode=""
|
| 125 |
+
d="M27 40q-12 -4 -21 6q-8 8 -5 20l11 -12l12 3l3 12l-12 12q12 3 20 -5.5t5 -20.5l3 -3l-10 -11l5 -5l-3 -4zM66 29l22 -24q3 -3 3 -7t-3 -7t-7 -3t-6 3l-23 24zM96 69l-43 -45l-6 6l-26 -27l-3 -6l-13 -9l-2 2l8 14l6 3l26 27l-5 5l43 45z" />
|
| 126 |
+
<glyph glyph-name="sign-out" unicode=""
|
| 127 |
+
d="M72 30v12h-24v12h24v12l24 -18zM60 12v24h6v-24q0 -6 -6 -6h-24v-18l-33 16q-3 2 -3 6v68q0 6 6 6h54q6 0 6 -6v-18h-6v18h-48l24 -12v-54h24z" />
|
| 128 |
+
<glyph glyph-name="rocket" unicode=""
|
| 129 |
+
d="M73 61q2 -2 5 -3.5t6 -2.5q-3 -6 -6 -10q-4 -5 -9 -10q-2 -2 -15 -11v-18l-18 -18v18l12 12q-2 -1 -6.5 -2.5l-7.5 -2.5l-4 -1l-6 6q-1 1 6 18l-12 -12h-18l18 18h18q10 14 11 15q5 5 10 8.5t10 6.5l2 -6q2 -3 4 -5zM96 84q-1 -2 -2 -6q-2 -7 -6 -16q-7 0 -10.5 4
|
| 130 |
+
t-3.5 10q10 5 16 6l6 2v0z" />
|
| 131 |
+
<glyph glyph-name="rss" unicode=""
|
| 132 |
+
d="M12 6h-12v12q12 0 12 -12zM0 66q25 0 42.5 -17.5t17.5 -42.5h-6q0 22 -16 38t-38 16v6zM0 42q15 0 25.5 -10.5t10.5 -25.5h-6q0 12 -9 21t-21 9v6z" />
|
| 133 |
+
<glyph glyph-name="clippy" unicode=""
|
| 134 |
+
d="M12 6h24v-6h-24v6zM42 42v-6h-30v6h30zM54 24h30v-12h-30v-12l-18 18l18 18v-12zM27 30v-6h-15v6h15zM12 12v6h15v-6h-15zM66 6h6v-12q0 -3 -2 -4.5t-4 -1.5h-60q-6 0 -6 6v66q0 6 6 6h18q0 12 12 12t12 -12h18q6 0 6 -6v-30h-6v18h-60v-54h60v12zM12 54h48q0 6 -6 6h-6
|
| 135 |
+
q-6 0 -6 6t-6 6t-6 -6t-6 -6h-6q-6 0 -6 -6z" />
|
| 136 |
+
<glyph glyph-name="sign-in" unicode=""
|
| 137 |
+
d="M42 44v-32h24v24h6v-24q0 -6 -6 -6h-24v-18l-33 16q-3 2 -3 6v68q0 6 6 6h54q6 0 6 -6v-18h-6v18h-48l24 -12v-14l18 14v-12h24v-12h-24v-12z" />
|
| 138 |
+
<glyph glyph-name="organization" unicode=""
|
| 139 |
+
d="M96 6q0 -6 -6 -6h-42q-6 0 -6 6h-36q-6 0 -6 6q0 7 4.5 13t9.5 9l4 2q1 2 0 6q-6 5 -6 18q0 18 15 18t15 -18q0 -13 -6 -18v-6q9 -4 15 -13l9 7q1 2 0 6l-1 1q-5 4 -5 17q0 18 15 18t15 -18q0 -7 -0.5 -10.5t-1.5 -4.5t-4 -3v-6q18 -8 18 -24v0z" />
|
| 140 |
+
<glyph glyph-name="device-mobile" unicode=""
|
| 141 |
+
d="M54 84q6 0 6 -6v-84q0 -6 -6 -6h-48q-6 0 -6 6v84q0 6 6 6h48zM30 -8q8 0 8 8t-8 8t-8 -8t8 -8zM54 12v60h-48v-60h48z" />
|
| 142 |
+
<glyph glyph-name="unfold" unicode=""
|
| 143 |
+
d="M69 39l15 -15q0 -6 -6 -6h-24v6h21l-12 12h-42l-12 -12h21v-6h-24q-6 0 -6 6l15 15l-15 15q0 6 6 6h24v-6h-21l12 -12h42l12 12h-21v6h24q6 0 6 -6zM36 48v18h-12l18 18l18 -18h-12v-18h-12zM48 30v-18h12l-18 -18l-18 18h12v18h12z" />
|
| 144 |
+
<glyph glyph-name="check" unicode=""
|
| 145 |
+
d="M72 54l-48 -48l-24 24l9 9l15 -15l39 39z" />
|
| 146 |
+
<glyph glyph-name="mail" unicode=""
|
| 147 |
+
d="M0 60q0 6 6 6h72q6 0 6 -6v-48q0 -6 -6 -6h-72q-6 0 -6 6v48zM78 60h-72l36 -30zM6 51v-36l24 18zM12 12h60l-21 18l-9 -9l-9 9zM78 15v36l-24 -18z" />
|
| 148 |
+
<glyph glyph-name="mail-read" unicode=""
|
| 149 |
+
d="M36 54h-12v6h12v-6zM54 48v-6h-30v6h30zM84 51v-51q0 -6 -6 -6h-72q-6 0 -6 6v51q0 3 3 5l9 7v3q0 6 6 6h7l17 12l17 -12h7q6 0 6 -6v-3l9 -7q3 -2 3 -5zM18 39l24 -15l24 15v27h-48v-27zM6 3l27 18l-27 18v-36zM72 0l-30 18l-30 -18h60zM78 39l-27 -18l27 -18v36z" />
|
| 150 |
+
<glyph glyph-name="arrow-up" unicode=""
|
| 151 |
+
d="M30 66l30 -36h-18v-24h-24v24h-18z" />
|
| 152 |
+
<glyph glyph-name="arrow-right" unicode=""
|
| 153 |
+
d="M60 36l-36 -30v18h-24v24h24v18z" />
|
| 154 |
+
<glyph glyph-name="arrow-down" unicode=""
|
| 155 |
+
d="M42 42h18l-30 -36l-30 36h18v24h24v-24z" />
|
| 156 |
+
<glyph glyph-name="arrow-left" unicode=""
|
| 157 |
+
d="M36 66v-18h24v-24h-24v-18l-36 30z" />
|
| 158 |
+
<glyph glyph-name="pin" unicode=""
|
| 159 |
+
d="M60 77q0 2 2 2.5t3 -0.5l26 -26q1 -1 0.5 -3t-2.5 -2h-5l-6 3l-18 -27v-23q0 -2 -2 -2.5t-3 0.5l-19 19l-30 -24l24 30l-19 19q-1 1 -0.5 3t2.5 2h23l27 18l-3 6v5z" />
|
| 160 |
+
<glyph glyph-name="gift" unicode=""
|
| 161 |
+
d="M78 60q6 0 6 -6v-18h-6v-30q0 -6 -6 -6h-54q-6 0 -6 6v30h-6v18q0 6 6 6h8q-2 3 -2 5q-1 7 3 10q3 3 9 3q5 0 9 -3t6 -8q2 5 6 8t9 3h1q5 0 8 -3t3 -10q0 -2 -2 -5h8zM49 65l-2 -5h17q3 4 3 6q0 4 -2 6q-1 1 -4 1h-1q-3 0 -6 -2t-5 -6zM25 72q-2 -2 -2 -6q0 -2 3 -6h17
|
| 162 |
+
l-2 5q-2 4 -5 6t-6 2q-4 0 -5 -1zM42 6v30h-24v-30h24zM42 42v12h-30v-12h30zM72 6v30h-24v-30h24zM78 42v12h-30v-12h30z" />
|
| 163 |
+
<glyph glyph-name="graph" unicode=""
|
| 164 |
+
d="M96 0v-6h-96v90h6v-84h90zM30 6h-12v30h12v-30zM54 6h-12v60h12v-60zM78 6h-12v42h12v-42z" />
|
| 165 |
+
<glyph glyph-name="triangle-left" unicode=""
|
| 166 |
+
d="M36 72v-72l-36 36z" />
|
| 167 |
+
<glyph glyph-name="credit-card" unicode=""
|
| 168 |
+
d="M72 30h-60v6h60v-6zM96 66v-54q0 -6 -6 -6h-84q-6 0 -6 6v54q0 6 6 6h84q6 0 6 -6zM90 48h-84v-36h84v36zM90 66h-84v-6h84v6zM36 24v-6h-24v6h24z" />
|
| 169 |
+
<glyph glyph-name="clock" unicode=""
|
| 170 |
+
d="M48 36h18v-12h-24q-6 0 -6 6v30h12v-24zM42 70q-14 0 -24 -10t-10 -24t10 -24t24 -10t24 10t10 24t-10 24t-24 10zM42 78q17 0 29.5 -12.5t12.5 -29.5t-12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 29.5t12.5 29.5t29.5 12.5z" />
|
| 171 |
+
<glyph glyph-name="ruby" unicode=""
|
| 172 |
+
d="M78 48l-30 -30v42h18zM96 48l-48 -48l-48 48l24 24h48zM48 9l39 39l-18 18h-42l-18 -18z" />
|
| 173 |
+
<glyph glyph-name="broadcast" unicode=""
|
| 174 |
+
d="M54 30q6 0 6 -6v-12h-6v-18q0 -6 -6 -6h-6q-6 0 -6 6v18h-6v12q0 6 6 6h6q-6 0 -6 6v6q0 6 6 6h6q6 0 6 -6v-6q0 -6 -6 -6h6zM42 42v-6h6v6h-6zM54 18v6h-18v-6h6v-24h6v24h6zM67 39q0 9 -6.5 15.5t-15.5 6.5t-15.5 -6.5t-6.5 -15.5q0 -3 1 -5v-12q-6 8 -6 17q0 11 8 19
|
| 175 |
+
t19 8q7 0 13.5 -3.5t10 -10t3.5 -13.5q0 -9 -6 -17v12q1 3 1 5zM90 39q0 -27 -24 -40v7q19 11 19 33q0 16 -12 28t-28 12t-28 -12t-12 -28q0 -22 19 -33v-7q-24 13 -24 40q0 19 13 32t32 13t32 -13t13 -32z" />
|
| 176 |
+
<glyph glyph-name="key" unicode=""
|
| 177 |
+
d="M77 71q7 -7 7 -17t-7 -17t-17 -7q-3 0 -5 1l-7 -7h-12v-6h-6v-6h-6v-6l-6 -6h-12l-6 6v6l37 37q-1 2 -1 5q0 10 7 17t17 7t17 -7zM66 52q8 0 8 8t-8 8t-8 -8t8 -8z" />
|
| 178 |
+
<glyph glyph-name="repo-force-push" unicode=""
|
| 179 |
+
d="M60 30h-12v-42h-12v42h-12l14 18h-14l18 24l18 -24h-14zM66 84q6 0 6 -6v-72q0 -6 -6 -6h-12v6h12v12h-12v6h12v54h-54v-54h18v-6h-24v-12h24v-6h-24q-6 0 -6 6v72q0 6 6 6h60z" />
|
| 180 |
+
<glyph glyph-name="repo-clone" unicode=""
|
| 181 |
+
d="M90 84q6 0 6 -6v-36q0 -6 -6 -6h-18v-6h-6v6h-6q-6 0 -6 6v42h36zM66 42v6h-6v-6h6zM90 42v6h-18v-6h18zM90 54v24h-24v-24h24zM24 54h-6v6h6v-6zM24 66h-6v6h6v-6zM12 78v-54h60v-18q0 -6 -6 -6h-30v-12l-9 9l-9 -9v12h-12q-6 0 -6 6v72q0 6 6 6h42v-6h-36zM66 18h-60
|
| 182 |
+
v-12h12v6h18v-6h30v12zM18 36h6v-6h-6v6zM24 42h-6v6h6v-6z" />
|
| 183 |
+
<glyph glyph-name="diff" unicode=""
|
| 184 |
+
d="M36 42h12v-6h-12v-12h-6v12h-12v6h12v12h6v-12zM18 6v6h30v-6h-30zM45 72l21 -21v-57q0 -6 -6 -6h-54q-6 0 -6 6v72q0 6 6 6h39zM60 48l-18 18h-36v-72h54v54zM51 84l27 -27v-51h-6v48l-24 24h-30v6h33z" />
|
| 185 |
+
<glyph glyph-name="eye" unicode=""
|
| 186 |
+
d="M48 72q9 0 17 -3.5t13 -9t9.5 -11t6.5 -8.5l2 -4q-2 -4 -6 -10t-16 -16t-26 -10q-8 0 -16 3.5t-13.5 9t-10 11t-6.5 8.5l-2 4q2 4 6 10t16.5 16t25.5 10zM48 12q10 0 17 7t7 17t-7 17t-17 7t-17 -7t-7 -17t7 -17t17 -7zM60 36q0 -12 -12 -12t-12 12t12 12t12 -12z" />
|
| 187 |
+
<glyph glyph-name="comment-discussion" unicode=""
|
| 188 |
+
d="M90 78q6 0 6 -6v-36q0 -6 -6 -6h-6v-18l-18 18h-6v-12q0 -6 -6 -6h-24l-18 -18v18h-6q-6 0 -6 6v36q0 6 6 6h24v12q0 6 6 6h54zM54 18v12h-18q-6 0 -6 6v18h-24v-36h12v-9l9 9h27zM90 36v36h-54v-36h33l9 -9v9h12z" />
|
| 189 |
+
<glyph glyph-name="mail-reply" unicode=""
|
| 190 |
+
d="M36 69v-18q15 -2 25.5 -13.5t10.5 -30.5q-3 13 -14.5 19.5t-21.5 6.5v-18l-36 27z" />
|
| 191 |
+
<glyph glyph-name="primitive-dot" unicode=""
|
| 192 |
+
d="M0 36q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17z" />
|
| 193 |
+
<glyph glyph-name="primitive-square" unicode=""
|
| 194 |
+
d="M48 12h-48v48h48v-48z" />
|
| 195 |
+
<glyph glyph-name="device-camera" unicode=""
|
| 196 |
+
d="M90 66q6 0 6 -6v-54q0 -6 -6 -6h-84q-6 0 -6 6v54q0 6 6 6q0 6 6 6h24q6 0 6 -6h48zM36 54v6h-24v-6h24zM63 12q9 0 15 6t6 15t-6 15t-15 6t-15 -6t-6 -15t6 -15t15 -6zM78 33q0 -15 -15 -15q-6 0 -10.5 4.5t-4.5 10.5t4.5 10.5t10.5 4.5t10.5 -4.5t4.5 -10.5z" />
|
| 197 |
+
<glyph glyph-name="device-camera-video" unicode=""
|
| 198 |
+
d="M91 71q2 2 3.5 1t1.5 -3v-60q0 -2 -1.5 -3t-3.5 1l-31 21v-16q0 -6 -6 -6h-48q-6 0 -6 6v54q0 6 6 6h48q6 0 6 -6v-16z" />
|
| 199 |
+
<glyph glyph-name="pencil" unicode=""
|
| 200 |
+
d="M0 12l48 48l18 -18l-48 -48h-18v18zM18 0v6h-6v6h-6v-12h12zM80 56l-8 -8l-18 18l8 8q4 4 8 0l10 -10q4 -4 0 -8z" />
|
| 201 |
+
<glyph glyph-name="info" unicode=""
|
| 202 |
+
d="M38 50q-2 2 -2 4.5t2 4t4.5 1.5t4 -2t1.5 -4.5t-2 -3.5q-2 -2 -4 -2t-4 2zM48 36v-18h6q0 -2 -2 -4t-4 -2h-6q-2 0 -4 2t-2 4v18h-6q0 2 2 4t4 2h6q2 0 4 -2t2 -4zM42 70q-14 0 -24 -10t-10 -24t10 -24t24 -10t24 10t10 24t-10 24t-24 10zM42 78q17 0 29.5 -12.5
|
| 203 |
+
t12.5 -29.5t-12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 30t12.5 29.5t29.5 12z" />
|
| 204 |
+
<glyph glyph-name="triangle-right" unicode=""
|
| 205 |
+
d="M0 0v72l36 -36z" />
|
| 206 |
+
<glyph glyph-name="triangle-down" unicode=""
|
| 207 |
+
d="M0 54h72l-36 -36z" />
|
| 208 |
+
<glyph glyph-name="link" unicode=""
|
| 209 |
+
d="M24 30h6v-6h-6q-7 0 -12.5 6.5t-5.5 14.5t5.5 14.5t12.5 6.5h24q7 0 12.5 -6.5t5.5 -14.5q0 -14 -12 -19v6q6 5 6 13q0 6 -4 10.5t-8 4.5h-24q-4 0 -8 -4.5t-4 -10.5t3.5 -10.5t8.5 -4.5zM78 48q7 0 12.5 -6.5t5.5 -14.5t-5.5 -14.5t-12.5 -6.5h-24q-7 0 -12.5 6.5
|
| 210 |
+
t-5.5 14.5q0 14 12 19v-6q-6 -5 -6 -13q0 -6 4 -10.5t8 -4.5h24q4 0 8 4.5t4 10.5t-3.5 10.5t-8.5 4.5h-6v6h6z" />
|
| 211 |
+
<glyph glyph-name="plus" unicode=""
|
| 212 |
+
d="M72 30h-30v-30h-12v30h-30v12h30v30h12v-30h30v-12z" />
|
| 213 |
+
<glyph glyph-name="three-bars" unicode=""
|
| 214 |
+
d="M68 30h-64q-4 0 -4 6t4 6h64q4 0 4 -6t-4 -6zM68 54h-64q-4 0 -4 6t4 6h64q4 0 4 -6t-4 -6zM4 18h64q4 0 4 -6t-4 -6h-64q-4 0 -4 6t4 6z" />
|
| 215 |
+
<glyph glyph-name="code" unicode=""
|
| 216 |
+
d="M57 66l27 -30l-27 -30l-9 9l21 21l-21 21zM27 66l9 -9l-21 -21l21 -21l-9 -9l-27 30z" />
|
| 217 |
+
<glyph glyph-name="location" unicode=""
|
| 218 |
+
d="M36 84q15 0 25.5 -9.5t10.5 -23.5q0 -12 -9 -28t-18 -25l-9 -10q-36 36 -36 63q0 14 10.5 23.5t25.5 9.5zM36 -3q30 32 30 54q0 11 -8.5 19t-21.5 8q-12 0 -21 -8t-9 -19q0 -22 30 -54zM48 51q0 -12 -12 -12t-12 12t12 12t12 -12z" />
|
| 219 |
+
<glyph glyph-name="list-unordered" unicode=""
|
| 220 |
+
d="M12 6q0 -6 -4 -6h-4q-4 0 -4 6t4 6h4q4 0 4 -6zM28 60q-4 0 -4 6t4 6h40q4 0 4 -6t-4 -6h-40zM8 42q4 0 4 -6t-4 -6h-4q-4 0 -4 6t4 6h4zM8 72q4 0 4 -6t-4 -6h-4q-4 0 -4 6t4 6h4zM68 42q4 0 4 -6t-4 -6h-40q-4 0 -4 6t4 6h40zM68 12q4 0 4 -6t-4 -6h-40q-4 0 -4 6t4 6
|
| 221 |
+
h40z" />
|
| 222 |
+
<glyph glyph-name="list-ordered" unicode=""
|
| 223 |
+
d="M72 6q0 -6 -4 -6h-40q-4 0 -4 6t4 6h40q4 0 4 -6zM28 60q-4 0 -4 6t4 6h40q4 0 4 -6t-4 -6h-40zM68 42q4 0 4 -6t-4 -6h-40q-4 0 -4 6t4 6h40zM12 78v-19h6v-5h-17v5h5v13h-4v4q4 1 6 2h4zM14 29h-1h4l1 -5h-18v3q10 10 10 13t-3 3q-1 0 -4 -2l-3 3q4 4 8 4q8 0 8 -8
|
| 224 |
+
q0 -4 -6 -11h4zM13 7q5 -2 5 -6q0 -7 -10 -7q-5 0 -8 3l3 4q2 -2 5 -2t3 2q0 3 -6 3v5q5 0 5 2t-2 2t-4 -1l-3 3q3 4 7 4q9 0 9 -7q0 -4 -4 -5z" />
|
| 225 |
+
<glyph glyph-name="quote" unicode=""
|
| 226 |
+
d="M37 63q-22 -14 -22 -35h3q6 0 10.5 -4t4.5 -10q0 -16 -15 -16q-18 0 -18 26q0 33 30 50zM79 63q-22 -14 -22 -35h3q4 0 7.5 -1.5t5.5 -5t2 -7.5q0 -16 -15 -16q-18 0 -18 26q0 33 30 50z" />
|
| 227 |
+
<glyph glyph-name="versions" unicode=""
|
| 228 |
+
d="M78 66q6 0 6 -6v-48q0 -6 -6 -6h-36q-6 0 -6 6v48q0 6 6 6h36zM72 18v36h-24v-36h24zM24 60h6v-6h-6v-36h6v-6h-6q-6 0 -6 6v36q0 6 6 6zM6 54h6v-6h-6v-24h6v-6h-6q-6 0 -6 6v24q0 6 6 6z" />
|
| 229 |
+
<glyph glyph-name="calendar" unicode=""
|
| 230 |
+
d="M78 72q6 0 6 -6v-66q0 -6 -6 -6h-66q-6 0 -6 6v66q0 6 6 6h6v-9q0 -3 3 -3h12q3 0 3 3v9h18v-9q0 -3 3 -3h12q3 0 3 3v9h6zM78 0v54h-66v-54h66zM30 66h-6v12h6v-12zM66 66h-6v12h6v-12zM36 42h-6v6h6v-6zM48 42h-6v6h6v-6zM60 42h-6v6h6v-6zM72 42h-6v6h6v-6zM24 30h-6
|
| 231 |
+
v6h6v-6zM36 30h-6v6h6v-6zM48 30h-6v6h6v-6zM60 30h-6v6h6v-6zM72 30h-6v6h6v-6zM24 18h-6v6h6v-6zM36 18h-6v6h6v-6zM48 18h-6v6h6v-6zM60 18h-6v6h6v-6zM72 18h-6v6h6v-6zM24 6h-6v6h6v-6zM36 6h-6v6h6v-6zM48 6h-6v6h6v-6zM60 6h-6v6h6v-6z" />
|
| 232 |
+
<glyph glyph-name="lock" unicode=""
|
| 233 |
+
d="M24 6h-6v6h6v-6zM72 42v-42q0 -6 -6 -6h-60q-6 0 -6 6v42q0 6 6 6h6v12q0 10 7 17t17 7t17 -7t7 -17v-12h6q6 0 6 -6zM23 48h26v12q0 5 -3.5 9t-9 4t-9.5 -4t-4 -9v-12zM66 42h-54v-42h54v42zM24 36v-6h-6v6h6zM24 24v-6h-6v6h6z" />
|
| 234 |
+
<glyph glyph-name="diff-added" unicode=""
|
| 235 |
+
d="M78 78q6 0 6 -6v-72q0 -6 -6 -6h-72q-6 0 -6 6v72q0 6 6 6h72zM78 0v72h-72v-72h72zM36 30h-18v12h18v18h12v-18h18v-12h-18v-18h-12v18z" />
|
| 236 |
+
<glyph glyph-name="diff-removed" unicode=""
|
| 237 |
+
d="M78 78q6 0 6 -6v-72q0 -6 -6 -6h-72q-6 0 -6 6v72q0 6 6 6h72zM78 0v72h-72v-72h72zM66 30h-48v12h48v-12z" />
|
| 238 |
+
<glyph glyph-name="diff-modified" unicode=""
|
| 239 |
+
d="M78 78q6 0 6 -6v-72q0 -6 -6 -6h-72q-6 0 -6 6v72q0 6 6 6h72zM78 0v72h-72v-72h72zM24 36q0 7 5.5 12.5t12.5 5.5t12.5 -5.5t5.5 -12.5t-5.5 -12.5t-12.5 -5.5t-12.5 5.5t-5.5 12.5z" />
|
| 240 |
+
<glyph glyph-name="diff-renamed" unicode=""
|
| 241 |
+
d="M36 30h-18v12h18v18l30 -24l-30 -24v18zM84 72v-72q0 -6 -6 -6h-72q-6 0 -6 6v72q0 6 6 6h72q6 0 6 -6zM78 72h-72v-72h72v72z" />
|
| 242 |
+
<glyph glyph-name="horizontal-rule" unicode=""
|
| 243 |
+
d="M6 42v-12h-6v36h6v-18h12v18h6v-36h-6v12h-12zM60 30h-6v12h6v-12zM60 48h-6v12h6v-12zM42 48h12v-6h-12v-12h-6v36h18v-6h-12v-12zM0 6v12h60v-12h-60z" />
|
| 244 |
+
<glyph glyph-name="arrow-small-right" unicode=""
|
| 245 |
+
d="M36 36l-24 -18v12h-12v12h12v12z" />
|
| 246 |
+
<glyph glyph-name="milestone" unicode=""
|
| 247 |
+
d="M48 72h-12v12h12v-12zM72 42h-60q-6 0 -6 6v12q0 6 6 6h60l12 -12zM48 60h-12v-12h12v12zM36 -12v48h12v-48h-12z" />
|
| 248 |
+
<glyph glyph-name="checklist" unicode=""
|
| 249 |
+
d="M96 33l-36 -36l-18 18l9 9l9 -9l27 27zM34 11l5 -5h-27q-6 0 -6 6v54q0 6 6 6h42q6 0 6 -6v-39l-5 5q-4 4 -8 0l-13 -13q-4 -4 0 -8zM24 60h30v6h-30v-6zM24 48h30v6h-30v-6zM24 36h18v6h-18v-6zM18 30h-6v-6h6v6zM18 42h-6v-6h6v6zM18 54h-6v-6h6v6zM18 66h-6v-6h6v6z
|
| 250 |
+
" />
|
| 251 |
+
<glyph glyph-name="megaphone" unicode=""
|
| 252 |
+
d="M60 78q6 0 6 -6v-66q0 -6 -6 -6q-2 0 -3 1q-2 1 -5.5 3.5t-8 5.5l-7.5 5v-21h-12v28q-4 1 -6 2q-18 0 -18 15t18 15q4 1 11.5 5.5t16.5 10.5t11 7q1 1 3 1zM60 6v66l-9 -6q-1 0 -2 -1l-1 -1v-50q1 0 2 -1l1 -1q7 -5 9 -6zM72 42h24v-6h-24v6zM72 30l24 -12v-6l-24 12v6z
|
| 253 |
+
M96 66v-6l-24 -12v6z" />
|
| 254 |
+
<glyph glyph-name="chevron-right" unicode=""
|
| 255 |
+
d="M45 36l-30 -30l-9 9l22 21l-22 21l9 9z" />
|
| 256 |
+
<glyph glyph-name="bookmark" unicode=""
|
| 257 |
+
d="M54 84q6 0 6 -6v-90l-30 19l-30 -19v90q0 6 6 6h48zM49 58q2 2 0 2h-14l-4 13h-2l-4 -13h-14q-2 0 0 -2l11 -8l-4 -13q-1 -2 1 -1l11 8l11 -8h1.5t-0.5 1l-4 13z" />
|
| 258 |
+
<glyph glyph-name="settings" unicode=""
|
| 259 |
+
d="M24 42h-6v30h6v-30zM18 0v18h6v-18h-6zM48 0v36h6v-36h-6zM78 0v12h6v-12h-6zM84 72v-36h-6v36h6zM54 72v-12h-6v12h6zM30 36q6 0 6 -6t-6 -6h-18q-6 0 -6 6t6 6h18zM60 54q6 0 6 -6t-6 -6h-18q-6 0 -6 6t6 6h18zM90 30q6 0 6 -6t-6 -6h-18q-6 0 -6 6t6 6h18z" />
|
| 260 |
+
<glyph glyph-name="dashboard" unicode=""
|
| 261 |
+
d="M54 54h-6v6h6v-6zM78 36v-6h-6v6h6zM36 54v-6h-6v6h6zM30 36v-6h-6v6h6zM96 69l-36 -33v-6q0 -6 -6 -6h-6q-6 0 -6 6v6q0 6 6 6h6l39 30zM86 44l6 6q4 -8 4 -17q0 -19 -13 -32t-32 -13t-32 13t-13 32t13 32t32 13q14 0 25 -8l-5 -5q-9 5 -20 5q-15 0 -26 -11t-11 -26
|
| 262 |
+
t11 -26t26 -11q10 0 18.5 5t13.5 13.5t5 18.5q0 6 -2 11z" />
|
| 263 |
+
<glyph glyph-name="history" unicode=""
|
| 264 |
+
d="M48 6h-12v42h30v-12h-18v-30zM42 78q17 0 29.5 -12.5t12.5 -29.5t-12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 29.5v6h8v-6q0 -14 10 -24t24 -10t24 10t10 24t-10 24t-24 10q-17 0 -27 -13l9 -9h-24v24l10 -10q12 16 32 16z" />
|
| 265 |
+
<glyph glyph-name="link-external" unicode=""
|
| 266 |
+
d="M66 24h6v-18q0 -6 -6 -6h-60q-6 0 -6 6v60q0 6 6 6h18v-6h-18v-60h60v18zM36 72h36v-36l-14 14l-19 -20l-9 9l20 19z" />
|
| 267 |
+
<glyph glyph-name="mute" unicode=""
|
| 268 |
+
d="M48 67v-62q0 -3 -3 -4t-5 1l-22 22h-12q-6 0 -6 6v12q0 6 6 6h12l22 22q2 2 5 1t3 -4zM93 48l-12 -12l12 -12l-6 -6l-12 12l-12 -12l-6 6l12 12l-12 12l6 6l12 -12l12 12z" />
|
| 269 |
+
<glyph glyph-name="x" unicode=""
|
| 270 |
+
d="M45 36l22 -22l-9 -9l-22 22l-22 -22l-9 9l22 22l-22 22l9 9l22 -22l22 22l9 -9z" />
|
| 271 |
+
<glyph glyph-name="circle-slash" unicode=""
|
| 272 |
+
d="M42 78q17 0 29.5 -12.5t12.5 -29.5t-12.5 -29.5t-29.5 -12.5t-29.5 12.5t-12.5 29.5t12.5 29.5t29.5 12.5zM42 70q-14 0 -24 -10t-10 -24q0 -11 7 -21l48 48q-10 7 -21 7zM42 2q14 0 24 10t10 24q0 11 -7 21l-48 -48q10 -7 21 -7z" />
|
| 273 |
+
<glyph glyph-name="pulse" unicode=""
|
| 274 |
+
d="M69 36h15v-12h-20l-10 9l-22 -31l-5 33l-5 -11h-22v12h14l19 38l7 -41l13 19z" />
|
| 275 |
+
<glyph glyph-name="sync" unicode=""
|
| 276 |
+
d="M61 40l11 -2q1 -16 -10 -27q-10 -10 -23.5 -10.5t-24.5 7.5l-7 -8l-4 25l26 -3l-7 -7q17 -12 32 3q9 9 7 22zM18 54q-9 -9 -7 -22l-11 2q-1 16 10 27q10 10 23.5 10.5t24.5 -7.5l7 8l4 -25l-26 3l7 7q-17 12 -32 -3z" />
|
| 277 |
+
<glyph glyph-name="telescope" unicode=""
|
| 278 |
+
d="M48 30l18 -36h-6l-12 24v-30h-6v36l-12 -30h-6l12 30zM42 84v-6h-6v6h6zM30 66v-6h-6v6h6zM12 78v-6h-6v6h6zM4 30l7 5l7 -12l-8 -4q-3 -1 -4 1l-3 6q-1 2 1 4zM51 62l11 -18l-38 -18l-8 13zM76 55q2 -3 -1 -5l-8 -3l-11 19l7 5q3 2 5 -1z" />
|
| 279 |
+
<glyph glyph-name="gist-secret" unicode=""
|
| 280 |
+
d="M48 21l6 -21h-24l6 21l-4 9h20zM60 48l12 -6h-60l12 6h36zM54 72l6 -18h-36l6 18l12 -6zM78 26q6 -2 4 -8l-3 -14q-1 -4 -6 -4h-19l12 18l-6 12zM24 30l-6 -12l12 -18h-19q-5 0 -6 4l-3 14q-2 6 4 8z" />
|
| 281 |
+
<glyph glyph-name="home" unicode=""
|
| 282 |
+
d="M96 30h-12l-6 -30q0 -6 -6 -6h-48q-6 0 -6 6l-6 30h-12l48 48l18 -18v12h12v-24zM72 0l7 38l-31 31l-31 -31l7 -38h18v24h12v-24h18z" />
|
| 283 |
+
<glyph glyph-name="stop" unicode=""
|
| 284 |
+
d="M60 78l24 -24v-36l-24 -24h-36l-24 24v36l24 24h36zM78 21v30l-21 21h-30l-21 -21v-30l21 -21h30zM36 60h12v-30h-12v30zM36 24h12v-12h-12v12z" />
|
| 285 |
+
<glyph glyph-name="bug" unicode=""
|
| 286 |
+
d="M66 24v-6l19 -6l-2 -6l-17 6v-6q0 -6 -6 -6h-6l-6 6v42h-6v-42l-6 -6h-6q-6 0 -6 6v6l-17 -6l-2 6l19 6v6h-18v6h18v6l-19 6l2 6l17 -6v6q0 6 6 6v6q0 5 5 6l-6 6h-11v6h13l12 -12h4l12 12h13v-6h-11l-6 -6q5 -1 5 -6v-6q6 0 6 -6v-6l17 6l2 -6l-19 -6v-6h18v-6h-18z
|
| 287 |
+
M54 54v6h-18v-6h18z" />
|
| 288 |
+
<glyph glyph-name="logo-github" unicode=""
|
| 289 |
+
d="M40 58h-1h1v0zM40 58v0v-3v-1h-3q-6 0 -6 6v7h-3v3l3 1v5h5v-5h3h1v-4h-1h-3v-7q0 -2 2 -2h1h1zM90 63q0 5 -3 4l-2 -1v-7q1 -1 2 -1q3 0 3 5zM95 63q0 -9 -6 -9l-6 2v-1v-1h-3l-1 1v23l1 1h4l1 -1v-8q1 2 4 2q6 0 6 -9zM77 71v0v-16v-1h-3l-1 1v1q-2 -2 -5 -2q-6 0 -6 6
|
| 290 |
+
v11h5v-10q0 -3 2 -3l3 1v12h5zM26 71v0v-16v-1h-4q-1 0 -1 1v16h1h4zM24 78q3 0 3 -3t-3 -3t-3 3t3 3zM59 79v-1v-23v-1h-4l-1 1v10h-7v-10v-1h-5v1v23v1h5v-1v-8h7v8l1 1h4zM19 68v-12q-3 -2 -7 -2q-12 0 -12 13t11 13q5 0 7 -2l-1 -4q-3 1 -5 1q-7 0 -7 -8t6 -8h3v5h-4v4
|
| 291 |
+
v1h8z" />
|
| 292 |
+
<glyph glyph-name="file-binary" unicode=""
|
| 293 |
+
d="M24 12h6v-6h-18v6h6v12h-6v6h12v-18zM72 57v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 54l-18 18h-42v-72h60v54zM48 60v-18h6v-6h-18v6h6v12h-6v6h12zM12 60h18v-24h-18v24zM18 42h6v12h-6v-12zM36 30h18v-24h-18v24zM42 12h6v12h-6v-12z" />
|
| 294 |
+
<glyph glyph-name="database" unicode=""
|
| 295 |
+
d="M36 -6q-36 0 -36 12v12q0 1 1 3q7 -9 35 -9t35 9q1 -2 1 -3v-12q0 -12 -36 -12zM36 18q-36 0 -36 12v12q0 1 1 2v1q7 -9 35 -9t35 9v-1q1 -1 1 -2v-12q0 -12 -36 -12zM36 42q-36 0 -36 12v6v6q0 12 36 12t36 -12v-6v-6q0 -12 -36 -12zM36 72q-24 0 -24 -6t24 -6t24 6
|
| 296 |
+
t-24 6z" />
|
| 297 |
+
<glyph glyph-name="server" unicode=""
|
| 298 |
+
d="M66 48q6 0 6 -6v-12q0 -6 -6 -6h-60q-6 0 -6 6v12q0 6 6 6h60zM12 30v12h-6v-12h6zM24 30v12h-6v-12h6zM36 30v12h-6v-12h6zM48 30v12h-6v-12h6zM66 78q6 0 6 -6v-12q0 -6 -6 -6h-60q-6 0 -6 6v12q0 6 6 6h60zM12 60v12h-6v-12h6zM24 60v12h-6v-12h6zM36 60v12h-6v-12h6z
|
| 299 |
+
M48 60v12h-6v-12h6zM66 66v6h-6v-6h6zM66 18q6 0 6 -6v-12q0 -6 -6 -6h-60q-6 0 -6 6v12q0 6 6 6h60zM12 0v12h-6v-12h6zM24 0v12h-6v-12h6zM36 0v12h-6v-12h6zM48 0v12h-6v-12h6z" />
|
| 300 |
+
<glyph glyph-name="diff-ignored" unicode=""
|
| 301 |
+
d="M78 78q6 0 6 -6v-72q0 -6 -6 -6h-72q-6 0 -6 6v72q0 6 6 6h72zM78 0v72h-72v-72h72zM27 12h-9v9l39 39h9v-9z" />
|
| 302 |
+
<glyph glyph-name="ellipsis" unicode=""
|
| 303 |
+
d="M66 54q6 0 6 -6v-24q0 -6 -6 -6h-60q-6 0 -6 6v24q0 6 6 6h60zM24 30v12h-12v-12h12zM42 30v12h-12v-12h12zM60 30v12h-12v-12h12z" />
|
| 304 |
+
<glyph glyph-name="no-newline" unicode=""
|
| 305 |
+
d="M96 54v-18q0 -6 -6 -6h-18v-12l-18 18l18 18v-12h12v12h12zM48 36q0 -10 -7 -17t-17 -7t-17 7t-7 17t7 17t17 7t17 -7t7 -17zM9 26l25 25q-5 3 -10 3q-7 0 -12.5 -5.5t-5.5 -12.5q0 -5 3 -10zM42 36q0 5 -3 10l-25 -25q5 -3 10 -3q7 0 12.5 5.5t5.5 12.5z" />
|
| 306 |
+
<glyph glyph-name="hubot" unicode=""
|
| 307 |
+
d="M18 48h48q6 0 6 -6v-12q0 -6 -6 -6h-48q-6 0 -6 6v12q0 6 6 6zM66 38v4h-4l-8 -8l-8 8h-8l-8 -8l-8 8h-4v-4l8 -8h8l8 8l8 -8h8zM30 18h24v-6h-24v6zM42 72q17 0 29.5 -11.5t12.5 -27.5v-27q0 -6 -6 -6h-72q-6 0 -6 6v27q0 16 12.5 27.5t29.5 11.5zM78 6v27
|
| 308 |
+
q0 14 -10.5 24t-25.5 10t-25.5 -10t-10.5 -24v-27h72z" />
|
| 309 |
+
<glyph glyph-name="arrow-small-up" unicode=""
|
| 310 |
+
d="M18 54l18 -24h-12v-12h-12v12h-12z" />
|
| 311 |
+
<glyph glyph-name="arrow-small-down" unicode=""
|
| 312 |
+
d="M24 42h12l-18 -24l-18 24h12v12h12v-12z" />
|
| 313 |
+
<glyph glyph-name="arrow-small-left" unicode=""
|
| 314 |
+
d="M24 42h12v-12h-12v-12l-24 18l24 18v-12z" />
|
| 315 |
+
<glyph glyph-name="chevron-up" unicode=""
|
| 316 |
+
d="M60 24l-9 -9l-21 23l-21 -23l-9 9l30 30z" />
|
| 317 |
+
<glyph glyph-name="chevron-down" unicode=""
|
| 318 |
+
d="M30 18l-30 30l9 9l21 -23l21 23l9 -9z" />
|
| 319 |
+
<glyph glyph-name="chevron-left" unicode=""
|
| 320 |
+
d="M33 66l9 -9l-22 -21l22 -21l-9 -9l-30 30z" />
|
| 321 |
+
<glyph glyph-name="triangle-up" unicode=""
|
| 322 |
+
d="M72 18h-72l36 36z" />
|
| 323 |
+
<glyph glyph-name="git-compare" unicode=""
|
| 324 |
+
d="M30 12v12l18 -18l-18 -18v12h-6q-7 0 -12.5 5.5t-5.5 12.5v38q-6 3 -6 10q0 12 12 12t12 -12q0 -7 -6 -10v-38q0 -2 2 -4t4 -2h6zM12 73q-7 0 -7 -7t7 -7t7 7t-7 7zM78 16q6 -3 6 -10q0 -12 -12 -12t-12 12q0 7 6 10v38q0 2 -2 4t-4 2h-6v-12l-18 18l18 18v-12h6
|
| 325 |
+
q7 0 12.5 -5.5t5.5 -12.5v-38zM72 -1q7 0 7 7t-7 7t-7 -7t7 -7z" />
|
| 326 |
+
<glyph glyph-name="logo-gist" unicode=""
|
| 327 |
+
d="M18 50v4h14v-22q-6 -2 -14 -2q-18 0 -18 23t18 23q7 0 12 -2v-4q-6 3 -12 3q-14 0 -14 -19.5t14 -19.5q7 0 9 1v15h-9zM43 36v0q0 -3 2 -3v-3q-6 0 -6 7v24h4v-25zM44 70q0 -3 -3 -3t-3 3t3 3t3 -3zM60 48v0q11 -1 11 -9q0 -9 -12 -9q-5 0 -9 2v3q4 -1 9 -1q8 0 8 5t-7 5
|
| 328 |
+
q-11 1 -11 8q0 9 12 9q5 0 8 -1v-4q-4 1 -8 1q-8 0 -8 -5q0 -4 7 -4zM93 57v0h-9v-18q0 -5 6 -5h2v-4h-3q-9 0 -9 8v19h-6v2l6 2v8l4 1v-9h9v-4z" />
|
| 329 |
+
<glyph glyph-name="file-symlink-file" unicode=""
|
| 330 |
+
d="M51 78l21 -21v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 0v54l-18 18h-42v-72h60zM36 57l24 -18l-24 -18v12q-9 0 -15.5 -4t-8.5 -14q0 15 6.5 22.5t17.5 7.5v12z" />
|
| 331 |
+
<glyph glyph-name="file-symlink-directory" unicode=""
|
| 332 |
+
d="M78 60q6 0 6 -6v-48q0 -6 -6 -6h-72q-6 0 -6 6v60q0 6 6 6h30q6 0 6 -6v-6h36zM6 66v-6h30v6h-30zM42 12l24 18l-24 18v-12q-11 0 -17.5 -7.5t-6.5 -22.5q2 10 8.5 14t15.5 4v-12z" />
|
| 333 |
+
<glyph glyph-name="squirrel" unicode=""
|
| 334 |
+
d="M72 78q10 0 17 -7t7 -17q0 -12 -7.5 -14.5t-10.5 2.5q-5 4 -8 -3q-2 -4 2 -9q6 -8 6 -15q0 -21 -30 -21h-36q0 6 6 6h6q-19 17 0 24q-7 0 -11.5 3t-6.5 3q-5 0 -4.5 3t4.5 3q2 0 8.5 -3t7.5 1q1 1 0.5 3.5t-3.5 2.5q-12 -2 -15 3q0 7 3 11.5t5 6.5l3 1l1 4q2 0 3 -2l2 2
|
| 335 |
+
l3 -4q7 0 15.5 -10t8.5 -28q1 6 1 11.5v9t-0.5 8t-0.5 7.5q0 8 7 13t17 5zM15 48q3 0 3 3t-3 3t-3 -3t3 -3z" />
|
| 336 |
+
<glyph glyph-name="globe" unicode=""
|
| 337 |
+
d="M42 78q17 0 29.5 -12.5t12.5 -29.5q0 -15 -9.5 -26.5t-23.5 -14.5l1.5 2t2.5 3q2 1 8 5q1 1 2 3l3 3q1 1 4.5 6.5t2.5 6.5q-1 2 -4.5 2h-3.5l-0.5 1.5t-1 2t-2.5 1t-5 1.5q-3 2 -6 1l-2 -1.5l-2 -1.5q-6 1 -6 4q0 2 -3 3v1q1 2 0 3l-3 -2t-4 1q-2 5 4 6q2 1 4 0.5
|
| 338 |
+
t2.5 -1.5t1.5 -1v2q-1 1 -1 2t1.5 2l1.5 1q-1 5 3 5q-1 1 0 2t1 0l2 2q-2 2 1 4q-4 3 -5 3q-1 1 -1.5 0.5t-1.5 0.5q-1 0 -1.5 0.5t-1.5 -0.5q1 -2 1 -3.5t-3 -0.5q0 1 -0.5 1t-1.5 1q-2 1 -1 2q1 0 2 0.5t0 1.5l1 1h-1q-2 0 -3.5 1l-1.5 1l-2 -1h-2q-5 2 -7 0l-7 -5l5 1
|
| 339 |
+
q1 0 1 -2.5v-3.5l-1 -1q0 -1 -1 -3t-1 -3t1 -5q2 -3 2 -4v-1q2 -3 2 -2.5t-1 2.5l-1 2h1l1 -2q0 -1 1 -1q1 -2 1 -3q0 -3 3 -4q6 -2 8 -3h1t1 -0.5t0.5 -1l1.5 -1.5q2 -2 3 -2l1 1q2 0 2 -1v-1.5v-0.5q-2 -5 -2 -6q1 -2 1 -3q1 -1 2 -3t3 -3q3 -2 -1 -11q-1 -1 -1 -3.5
|
| 340 |
+
t1 -2.5q-4 -1 -8 -1q-17 0 -29.5 12.5t-12.5 29.5t12.5 29.5t29.5 12.5zM52 39q-3 -1 -5 0l-4 2h-1l1 1q2 0 4.5 -1.5l2.5 -1.5l1 0.5t1 -0.5v0zM38 74l1 1v0h3zM45 68q2 0 1 2q0 1 -2 2h-1q0 1 -2 1h-2l1 -1q5 0 2 -3zM54 69q1 0 0 2q-1 1 -1 2q0 2 -4 3h-6q-1 -1 0 -2h1
|
| 341 |
+
q2 0 5 -2q4 -4 5 -3z" />
|
| 342 |
+
<glyph glyph-name="unmute" unicode=""
|
| 343 |
+
d="M72 36q0 -10 -7 -17l-4 4q5 5 5 13t-5 13l4 4q7 -7 7 -17zM46 70q2 2 5 1t3 -4v-62q0 -3 -3 -4t-5 1l-22 22h-12q-6 0 -6 6v12q0 6 6 6h12zM82 70q14 -14 14 -34t-14 -34l-4 4q12 12 12 29.5t-12 30.5zM74 61q10 -10 10 -25t-10 -26l-5 5q9 8 9 20.5t-9 21.5z" />
|
| 344 |
+
<glyph glyph-name="mention" unicode=""
|
| 345 |
+
d="M39 -6q-17 0 -28 10.5t-11 29.5q0 22 14 36t33 14q17 0 27 -10.5t10 -27.5q0 -13 -7 -21.5t-16 -8.5q-10 0 -11 9q-7 -7 -14 -7q-14 0 -14 15q0 10 6.5 18.5t15.5 8.5q6 0 9 -5l1 4h6l-4 -23q-3 -13 6 -13q6 0 10.5 6.5t4.5 16.5t-3.5 17t-10.5 11t-17 4q-16 0 -28 -12
|
| 346 |
+
t-12 -31q0 -16 9.5 -25.5t24.5 -9.5q10 0 18 5l3 -5q-9 -6 -22 -6zM38 24q5 0 10 6l3 18q-3 5 -7 5q-6 0 -10.5 -6t-4.5 -13q0 -10 9 -10z" />
|
| 347 |
+
<glyph glyph-name="package" unicode=""
|
| 348 |
+
d="M6 58q0 5 4 6l40 11h2l40 -11q4 -1 4 -6v-44q0 -5 -4 -6l-40 -11h-2l-40 11q-4 1 -4 6v44zM48 4v40l-36 10v-41zM12 60l39 -10l15 4l-39 10zM90 13v41l-12 -3v-15l-12 -3v15l-12 -4v-40zM78 57l12 3l-39 10l-12 -3z" />
|
| 349 |
+
<glyph glyph-name="browser" unicode=""
|
| 350 |
+
d="M30 66v-6h6v6h-6zM18 66v-6h6v6h-6zM6 66v-6h6v6h-6zM78 6v48h-72v-48h72zM78 60v6h-36v-6h36zM84 66v-60q0 -6 -6 -6h-72q-6 0 -6 6v60q0 6 6 6h72q6 0 6 -6z" />
|
| 351 |
+
<glyph glyph-name="terminal" unicode=""
|
| 352 |
+
d="M42 24h24v-6h-24v6zM24 18l-4 4l13 14l-13 14l4 4l18 -18zM84 66v-60q0 -6 -6 -6h-72q-6 0 -6 6v60q0 6 6 6h72q6 0 6 -6zM78 66h-72v-60h72v60z" />
|
| 353 |
+
<glyph glyph-name="markdown" unicode=""
|
| 354 |
+
d="M89 66q7 0 7 -7v-46q0 -7 -7 -7h-82q-7 0 -7 7v46q0 7 7 7h82zM54 18v36h-12l-9 -12l-9 12h-12v-36h12v18l9 -12l9 12v-18h12zM72 15l15 21h-9v18h-12v-18h-9z" />
|
| 355 |
+
<glyph glyph-name="dash" unicode=""
|
| 356 |
+
d="M0 42h48v-12h-48v12z" />
|
| 357 |
+
<glyph glyph-name="fold" unicode=""
|
| 358 |
+
d="M42 30l18 -18h-12v-18h-12v18h-12zM60 66l-18 -18l-18 18h12v18h12v-18h12zM84 54l-15 -15l15 -15q0 -6 -6 -6h-15l-6 6h18l-12 12h-42l-12 -12h18l-6 -6h-15q-6 0 -6 6l15 15l-15 15q0 6 6 6h15l6 -6h-18l12 -12h42l12 12h-18l6 6h15q6 0 6 -6z" />
|
| 359 |
+
<glyph glyph-name="inbox" unicode=""
|
| 360 |
+
d="M84 30v-30q0 -6 -6 -6h-72q-6 0 -6 6v30l7 43q1 5 6 5h58q5 0 6 -5zM64 27q2 3 6 3h8l-6 42h-60l-6 -42h8q4 0 6 -3l2 -6q2 -3 6 -3h28q4 0 6 3z" />
|
| 361 |
+
<glyph glyph-name="trashcan" unicode=""
|
| 362 |
+
d="M66 72q6 0 6 -6v-6q0 -6 -6 -6v-54q0 -6 -6 -6h-42q-6 0 -6 6v54q-6 0 -6 6v6q0 6 6 6h12q0 6 6 6h18q6 0 6 -6h12zM60 0v54h-6v-48h-6v48h-6v-48h-6v48h-6v-48h-6v48h-6v-54h42zM66 60v6h-54v-6h54z" />
|
| 363 |
+
<glyph glyph-name="paintcan" unicode=""
|
| 364 |
+
d="M36 84q15 0 25.5 -10.5t10.5 -25.5v-6q0 -6 -6 -6v-30q0 -12 -30 -12t-30 12v30q-6 0 -6 6v6q0 15 10.5 25.5t25.5 10.5zM54 24q6 0 6 6v11q-9 -5 -24 -5t-24 5v-11q0 -6 6 -6v-6q0 -6 6 -6t6 6v3q0 3 3 3t3 -3v-12q0 -3 3 -3t3 3v15q0 3 3 3t3 -3v-3q0 -3 3 -3t3 3v3z
|
| 365 |
+
M36 42q16 0 22 6q-6 6 -22 6t-22 -6q6 -6 22 -6zM36 60q30 0 30 -12q0 12 -9 21t-21 9t-21 -9t-9 -21q0 12 30 12z" />
|
| 366 |
+
<glyph glyph-name="flame" unicode=""
|
| 367 |
+
d="M30 82v0q15 -9 17 -21t-5 -16q-7 -7 0 -11q4 -2 7.5 0.5t3.5 7.5q-1 15 11 17q-2 -5 -1.5 -9.5t2.5 -7t4.5 -7.5t2.5 -10q0 -7 -3 -13.5t-9.5 -12.5t-16.5 -7q7 3 7 10q0 6 -4 9t-10 1t-10 3.5t-1 14.5q-11 -10 -10 -22.5t12 -17.5q-15 3 -21.5 12t-5.5 18t5 16
|
| 368 |
+
q4 5 12 11.5t10 8.5q9 10 3 26z" />
|
| 369 |
+
<glyph glyph-name="briefcase" unicode=""
|
| 370 |
+
d="M54 60h24q6 0 6 -6v-48q0 -6 -6 -6h-72q-6 0 -6 6v48q0 6 6 6h24v6q0 6 6 6h12q6 0 6 -6v-6zM36 66v-6h12v6h-12zM78 30v24h-6v-18h-60v18h-6v-24h30v-6h12v6h30z" />
|
| 371 |
+
<glyph glyph-name="plug" unicode=""
|
| 372 |
+
d="M84 48h-24v-18h24v-6h-24v-12h-12v6h-12q-9 0 -12 12l-6 6q-12 0 -12 -12v-12h-6v12q0 7 5.5 12.5t12.5 5.5l6 6q2 12 12 12h12v6h12v-12h24v-6z" />
|
| 373 |
+
<glyph glyph-name="circuit-board" unicode=""
|
| 374 |
+
d="M18 54q0 6 6 6t6 -6t-6 -6t-6 6zM66 54q0 -6 -6 -6t-6 6t6 6t6 -6zM66 18q0 -6 -6 -6t-6 6t6 6t6 -6zM78 78q6 0 6 -6v-72q0 -6 -6 -6h-54l18 18h7q3 -7 11 -7q6 0 10 5t2 11q-1 7 -9 9q-9 2 -14 -6h-13l-30 -30q-6 0 -6 6v72q0 6 6 6h12v-13q-9 -4 -6 -14q2 -7 9 -9
|
| 375 |
+
q9 -3 14 6h14q3 -7 11 -7q6 0 10 5t2 11q-1 7 -9 9q-9 2 -14 -6h-14q-2 3 -5 5v13h48z" />
|
| 376 |
+
<glyph glyph-name="mortar-board" unicode=""
|
| 377 |
+
d="M47 29v0h2l23 7v-15q0 -9 -24 -9t-24 9q0 2 -6 19l-4 14q3 -3 10 -18zM49 67l45 -14q2 -1 2 -2.5t-2 -1.5l-45 -15h-2l-29 10v-9q3 -2 3 -5q0 -2 -1 -3q1 -1 1 -3v-16q0 -2 -6 -2t-6 2v16q0 1 1 3q-1 1 -1 3q0 3 3 5v11l-10 3q-2 0 -2 1.5t2 2.5l45 14h2zM48 48q6 0 6 3
|
| 378 |
+
t-6 3t-6 -3t6 -3z" />
|
| 379 |
+
<glyph glyph-name="law" unicode=""
|
| 380 |
+
d="M42 60q-9 0 -9 9t9 9t9 -9t-9 -9zM84 24q0 -12 -12 -12h-6q-12 0 -12 12l12 24h-6q-6 0 -6 6h-6v-48q6 0 6 -6h6q6 0 6 -6h-48q0 6 6 6h6q0 6 6 6v48h-6q0 -6 -6 -6h-6l12 -24q0 -12 -12 -12h-6q-12 0 -12 12l12 24h-6v6h18q0 6 6 6h24q6 0 6 -6h18v-6h-6zM15 42l-9 -18
|
| 381 |
+
h18zM78 24l-9 18l-9 -18h18z" />
|
| 382 |
+
<glyph glyph-name="thumbsup" unicode=""
|
| 383 |
+
d="M84 0l6 36q0 6 -6 6h-12q-6 0 -6 6v6q0 6 -4 15t-8 9q-2 0 -4 -2t-2 -4q3 -16 -5 -25q-10 -11 -19 -11v-36l10 -6h38q12 0 12 6zM84 48q12 0 12 -12v-1l-6 -36q-1 -11 -18 -11h-38q-2 0 -3 1l-9 5h-10q-12 0 -12 12v24q0 5 3.5 8.5t8.5 3.5h12q6 0 14 9q6 7 4 20
|
| 384 |
+
q-1 5 3 8q3 5 9 5q7 0 12.5 -11t5.5 -19v-6h12z" />
|
| 385 |
+
<glyph glyph-name="thumbsdown" unicode=""
|
| 386 |
+
d="M96 37v-1q0 -12 -12 -12h-12v-6q0 -8 -5.5 -19t-12.5 -11q-6 0 -9 5q-4 3 -3 8q2 13 -4 20q-8 9 -14 9h-12q-12 0 -12 12v24q0 12 12 12h10l9 5q1 1 3 1h38q17 0 18 -11zM84 30q6 0 6 6l-6 36q0 6 -12 6h-38l-10 -6v-36q9 0 19 -11q8 -9 5 -25q0 -2 2 -4t4 -2t5 4.5t5 10
|
| 387 |
+
t2 9.5v6q0 6 6 6h12z" />
|
| 388 |
+
<glyph glyph-name="desktop-download" unicode=""
|
| 389 |
+
d="M24 48h18v36h12v-36h18l-24 -24zM90 72q6 0 6 -6v-54q0 -6 -6 -6h-32q3 -7 14 -12h-48q11 5 14 12h-32q-6 0 -6 6v54q0 6 6 6h24v-6h-24v-48h84v48h-24v6h24z" />
|
| 390 |
+
<glyph glyph-name="beaker" unicode=""
|
| 391 |
+
d="M86 -4q4 -8 -5 -8h-72q-3 0 -5 2.5t0 5.5l20 46v24h-6v6h54v-6h-6v-24zM22 24h45l-7 18v24h-30v-24zM48 36h6v-6h-6v6zM42 42h-6v6h6v-6zM42 60h6v-6h-6v6zM42 78h-6v6h6v-6z" />
|
| 392 |
+
<glyph glyph-name="bell" unicode=""
|
| 393 |
+
d="M84 12v-6h-84v6l4 3q3 3 8 27q2 10 8 17.5t11 10.5l5 2q0 6 6 6t6 -6q20 -7 25 -30q5 -24 7 -27zM42 -12q-12 0 -12 12h24q0 -12 -12 -12z" />
|
| 394 |
+
<glyph glyph-name="watch" unicode=""
|
| 395 |
+
d="M36 36h12v-6h-18v24h6v-18zM72 36q0 -21 -18 -31v-11q0 -6 -6 -6h-24q-6 0 -6 6v11q-18 10 -18 31t18 31v11q0 6 6 6h24q6 0 6 -6v-11q18 -10 18 -31zM66 36q0 12 -9 21t-21 9t-21 -9t-9 -21t9 -21t21 -9t21 9t9 21z" />
|
| 396 |
+
<glyph glyph-name="shield" unicode=""
|
| 397 |
+
d="M42 84l42 -12v-36q0 -19 -16 -33.5t-26 -14.5t-26 14.5t-16 33.5v36zM30 18h24l-7 17q0 2 2 3q5 4 5 10q0 3 -1.5 6t-4.5 4.5t-6 1.5q-5 0 -8.5 -3.5t-3.5 -8.5q0 -6 5 -10q2 -1 2 -3z" />
|
| 398 |
+
<glyph glyph-name="bold" unicode=""
|
| 399 |
+
d="M6 72h23q26 0 26 -18q0 -12 -10 -15v-1q14 -3 14 -17q0 -21 -28 -21h-25v72zM28 42q14 0 14 10t-14 10h-9v-20h9zM30 10q16 0 16 12q0 11 -16 11h-11v-23h11z" />
|
| 400 |
+
<glyph glyph-name="text-size" unicode=""
|
| 401 |
+
d="M73 36l-8 28h-1l-8 -28h17zM30 30q-5 19 -6 22l-6 -22h12zM92 9h-12l-5 18h-21l-6 -18h-12l-3 13h-18l-3 -13h-12l18 51h13l12 -33l15 46h13z" />
|
| 402 |
+
<glyph glyph-name="italic" unicode=""
|
| 403 |
+
d="M17 54h12l-11 -54h-12zM19 70q0 8 8 8q7 0 7 -6q0 -8 -8 -8q-7 0 -7 6z" />
|
| 404 |
+
<glyph glyph-name="tasklist" unicode=""
|
| 405 |
+
d="M92 30h-46q-4 0 -4 6t4 6h46q4 0 4 -6t-4 -6zM58 60q-4 0 -4 6t4 6h34q4 0 4 -6t-4 -6h-34zM0 61l8 7l10 -9l25 25l8 -8l-33 -33zM46 12h46q4 0 4 -6t-4 -6h-46q-4 0 -4 6t4 6z" />
|
| 406 |
+
<glyph glyph-name="verified" unicode=""
|
| 407 |
+
d="M94 42q5 -6 0 -12l-6 -8q-2 -2 -2 -4l-2 -11q0 -7 -8 -8l-10 -1q-2 0 -4 -2l-8 -6q-6 -5 -12 0l-8 6q-2 2 -4 2l-11 2q-7 0 -8 8l-1 10q0 2 -2 4l-6 8q-5 6 0 12l6 8q2 2 2 4l2 11q0 7 8 8l10 1q2 0 4 2l8 6q6 5 12 0l8 -6q2 -2 4 -2l11 -2q7 0 8 -8l1 -10q0 -2 2 -4z
|
| 408 |
+
M39 12l39 39l-9 9l-30 -30l-12 12l-9 -9z" />
|
| 409 |
+
<glyph glyph-name="smiley" unicode=""
|
| 410 |
+
d="M48 84q20 0 34 -14t14 -34t-14 -34t-34 -14t-34 14t-14 34t14 34t34 14zM76.5 7.5q5.5 5.5 9 12.5t3.5 16t-3.5 16t-9 12.5t-12.5 9t-16 3.5t-16 -3.5t-12.5 -9t-9 -12.5t-3.5 -16t3.5 -16t9 -12.5t12.5 -9t16 -3.5t16 3.5t12.5 9zM24 43v4q0 7 7 7h4q7 0 7 -7v-4
|
| 411 |
+
q0 -7 -7 -7h-4q-7 0 -7 7zM54 43v4q0 7 7 7h4q7 0 7 -7v-4q0 -7 -7 -7h-4q-7 0 -7 7zM78 24q-7 -18 -30 -18t-30 18q-2 6 4 6h52q6 0 4 -6z" />
|
| 412 |
+
<glyph glyph-name="unverified" unicode=""
|
| 413 |
+
d="M94 42q5 -6 0 -12l-6 -8q-2 -2 -2 -4l-2 -11q0 -7 -8 -8l-10 -1q-2 0 -4 -2l-8 -6q-6 -5 -12 0l-8 6q-2 2 -4 2l-11 2q-7 0 -8 8l-1 10q0 2 -2 4l-6 8q-5 6 0 12l6 8q2 2 2 4l2 11q0 7 8 8l10 1q2 0 4 2l8 6q6 5 12 0l8 -6q2 -2 4 -2l11 -2q7 0 8 -8l1 -10q0 -2 2 -4z
|
| 414 |
+
M54 15v6q0 3 -3 3h-6q-3 0 -3 -3v-6q0 -3 3 -3h6q3 0 3 3zM63 44q1 1 1 4t-1 5t-3 4l-6 2t-7 1q-3 0 -6 -1t-5.5 -2.5t-3.5 -3.5q-2 -3 -2 -5h12q0 1 1 2l1 1l1 1h2q3 0 4 -1t1 -4q0 -1 -1 -3t-3 -3t-3 -2.5t-1 -2.5q-1 -2 -1 -3v-3h10v2t1 1q0 1 1 2t1 2l4 2q0 1 1.5 2.5
|
| 415 |
+
t1.5 2.5z" />
|
| 416 |
+
<glyph glyph-name="ellipses" unicode=""
|
| 417 |
+
d="M66 54q6 0 6 -6v-24q0 -6 -6 -6h-60q-6 0 -6 6v24q0 6 6 6h60zM24 30v12h-12v-12h12zM42 30v12h-12v-12h12zM60 30v12h-12v-12h12z" />
|
| 418 |
+
<glyph glyph-name="file" unicode=""
|
| 419 |
+
d="M36 54h-24v6h24v-6zM12 36v6h42v-6h-42zM12 24v6h42v-6h-42zM12 12v6h42v-6h-42zM72 57v-57q0 -6 -6 -6h-60q-6 0 -6 6v72q0 6 6 6h45zM66 54l-18 18h-42v-72h60v54z" />
|
| 420 |
+
<glyph glyph-name="grabber" unicode=""
|
| 421 |
+
d="M48 60v-6h-48v6h48zM0 36v6h48v-6h-48zM0 18v6h48v-6h-48z" />
|
| 422 |
+
<glyph glyph-name="plus-small" unicode=""
|
| 423 |
+
d="M24 42h18v-6h-18v-18h-6v18h-18v6h18v18h6v-18z" />
|
| 424 |
+
<glyph glyph-name="reply" unicode=""
|
| 425 |
+
d="M36 63q20 -2 34 -16.5t14 -43.5q-16 36 -48 36v-21l-33 33l33 33v-21z" />
|
| 426 |
+
<glyph glyph-name="device-desktop" unicode=""
|
| 427 |
+
d="M90 72q6 0 6 -6v-54q0 -6 -6 -6h-32q3 -7 14 -12h-48q11 5 14 12h-32q-6 0 -6 6v54q0 6 6 6h84zM90 18v48h-84v-48h84z" />
|
| 428 |
+
</font>
|
| 429 |
+
</defs></svg>
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.ttf
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.woff
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/octicons/octicons.woff2
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-bootstrap.css
ADDED
|
@@ -0,0 +1,952 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* Bootstrap */
|
| 2 |
+
|
| 3 |
+
@font-face {
|
| 4 |
+
font-family: 'Icons';
|
| 5 |
+
src: url('../fonts/open-iconic.eot');
|
| 6 |
+
src: url('../fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.otf') format('opentype'), url('../fonts/open-iconic.svg#iconic-sm') format('svg');
|
| 7 |
+
font-weight: normal;
|
| 8 |
+
font-style: normal;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
.oi {
|
| 12 |
+
position: relative;
|
| 13 |
+
top: 1px;
|
| 14 |
+
display: inline-block;
|
| 15 |
+
speak:none;
|
| 16 |
+
font-family: 'Icons';
|
| 17 |
+
font-style: normal;
|
| 18 |
+
font-weight: normal;
|
| 19 |
+
line-height: 1;
|
| 20 |
+
-webkit-font-smoothing: antialiased;
|
| 21 |
+
-moz-osx-font-smoothing: grayscale;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.oi:empty:before {
|
| 25 |
+
width: 1em;
|
| 26 |
+
text-align: center;
|
| 27 |
+
box-sizing: content-box;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.oi.oi-align-center:before {
|
| 31 |
+
text-align: center;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.oi.oi-align-left:before {
|
| 35 |
+
text-align: left;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.oi.oi-align-right:before {
|
| 39 |
+
text-align: right;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
.oi.oi-flip-horizontal:before {
|
| 44 |
+
-webkit-transform: scale(-1, 1);
|
| 45 |
+
-ms-transform: scale(-1, 1);
|
| 46 |
+
transform: scale(-1, 1);
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
.oi.oi-flip-vertical:before {
|
| 50 |
+
-webkit-transform: scale(1, -1);
|
| 51 |
+
-ms-transform: scale(-1, 1);
|
| 52 |
+
transform: scale(1, -1);
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.oi.oi-flip-horizontal-vertical:before {
|
| 56 |
+
-webkit-transform: scale(-1, -1);
|
| 57 |
+
-ms-transform: scale(-1, 1);
|
| 58 |
+
transform: scale(-1, -1);
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
.oi-account-login:before {
|
| 63 |
+
content:'\e000';
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.oi-account-logout:before {
|
| 67 |
+
content:'\e001';
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.oi-action-redo:before {
|
| 71 |
+
content:'\e002';
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.oi-action-undo:before {
|
| 75 |
+
content:'\e003';
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.oi-align-center:before {
|
| 79 |
+
content:'\e004';
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.oi-align-left:before {
|
| 83 |
+
content:'\e005';
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
.oi-align-right:before {
|
| 87 |
+
content:'\e006';
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.oi-aperture:before {
|
| 91 |
+
content:'\e007';
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
.oi-arrow-bottom:before {
|
| 95 |
+
content:'\e008';
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.oi-arrow-circle-bottom:before {
|
| 99 |
+
content:'\e009';
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
.oi-arrow-circle-left:before {
|
| 103 |
+
content:'\e00a';
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
.oi-arrow-circle-right:before {
|
| 107 |
+
content:'\e00b';
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
.oi-arrow-circle-top:before {
|
| 111 |
+
content:'\e00c';
|
| 112 |
+
}
|
| 113 |
+
|
| 114 |
+
.oi-arrow-left:before {
|
| 115 |
+
content:'\e00d';
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.oi-arrow-right:before {
|
| 119 |
+
content:'\e00e';
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.oi-arrow-thick-bottom:before {
|
| 123 |
+
content:'\e00f';
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
.oi-arrow-thick-left:before {
|
| 127 |
+
content:'\e010';
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.oi-arrow-thick-right:before {
|
| 131 |
+
content:'\e011';
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.oi-arrow-thick-top:before {
|
| 135 |
+
content:'\e012';
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.oi-arrow-top:before {
|
| 139 |
+
content:'\e013';
|
| 140 |
+
}
|
| 141 |
+
|
| 142 |
+
.oi-audio-spectrum:before {
|
| 143 |
+
content:'\e014';
|
| 144 |
+
}
|
| 145 |
+
|
| 146 |
+
.oi-audio:before {
|
| 147 |
+
content:'\e015';
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
.oi-badge:before {
|
| 151 |
+
content:'\e016';
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
.oi-ban:before {
|
| 155 |
+
content:'\e017';
|
| 156 |
+
}
|
| 157 |
+
|
| 158 |
+
.oi-bar-chart:before {
|
| 159 |
+
content:'\e018';
|
| 160 |
+
}
|
| 161 |
+
|
| 162 |
+
.oi-basket:before {
|
| 163 |
+
content:'\e019';
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.oi-battery-empty:before {
|
| 167 |
+
content:'\e01a';
|
| 168 |
+
}
|
| 169 |
+
|
| 170 |
+
.oi-battery-full:before {
|
| 171 |
+
content:'\e01b';
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.oi-beaker:before {
|
| 175 |
+
content:'\e01c';
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
.oi-bell:before {
|
| 179 |
+
content:'\e01d';
|
| 180 |
+
}
|
| 181 |
+
|
| 182 |
+
.oi-bluetooth:before {
|
| 183 |
+
content:'\e01e';
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
.oi-bold:before {
|
| 187 |
+
content:'\e01f';
|
| 188 |
+
}
|
| 189 |
+
|
| 190 |
+
.oi-bolt:before {
|
| 191 |
+
content:'\e020';
|
| 192 |
+
}
|
| 193 |
+
|
| 194 |
+
.oi-book:before {
|
| 195 |
+
content:'\e021';
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
.oi-bookmark:before {
|
| 199 |
+
content:'\e022';
|
| 200 |
+
}
|
| 201 |
+
|
| 202 |
+
.oi-box:before {
|
| 203 |
+
content:'\e023';
|
| 204 |
+
}
|
| 205 |
+
|
| 206 |
+
.oi-briefcase:before {
|
| 207 |
+
content:'\e024';
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.oi-british-pound:before {
|
| 211 |
+
content:'\e025';
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
.oi-browser:before {
|
| 215 |
+
content:'\e026';
|
| 216 |
+
}
|
| 217 |
+
|
| 218 |
+
.oi-brush:before {
|
| 219 |
+
content:'\e027';
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
.oi-bug:before {
|
| 223 |
+
content:'\e028';
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.oi-bullhorn:before {
|
| 227 |
+
content:'\e029';
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.oi-calculator:before {
|
| 231 |
+
content:'\e02a';
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
.oi-calendar:before {
|
| 235 |
+
content:'\e02b';
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
.oi-camera-slr:before {
|
| 239 |
+
content:'\e02c';
|
| 240 |
+
}
|
| 241 |
+
|
| 242 |
+
.oi-caret-bottom:before {
|
| 243 |
+
content:'\e02d';
|
| 244 |
+
}
|
| 245 |
+
|
| 246 |
+
.oi-caret-left:before {
|
| 247 |
+
content:'\e02e';
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.oi-caret-right:before {
|
| 251 |
+
content:'\e02f';
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.oi-caret-top:before {
|
| 255 |
+
content:'\e030';
|
| 256 |
+
}
|
| 257 |
+
|
| 258 |
+
.oi-cart:before {
|
| 259 |
+
content:'\e031';
|
| 260 |
+
}
|
| 261 |
+
|
| 262 |
+
.oi-chat:before {
|
| 263 |
+
content:'\e032';
|
| 264 |
+
}
|
| 265 |
+
|
| 266 |
+
.oi-check:before {
|
| 267 |
+
content:'\e033';
|
| 268 |
+
}
|
| 269 |
+
|
| 270 |
+
.oi-chevron-bottom:before {
|
| 271 |
+
content:'\e034';
|
| 272 |
+
}
|
| 273 |
+
|
| 274 |
+
.oi-chevron-left:before {
|
| 275 |
+
content:'\e035';
|
| 276 |
+
}
|
| 277 |
+
|
| 278 |
+
.oi-chevron-right:before {
|
| 279 |
+
content:'\e036';
|
| 280 |
+
}
|
| 281 |
+
|
| 282 |
+
.oi-chevron-top:before {
|
| 283 |
+
content:'\e037';
|
| 284 |
+
}
|
| 285 |
+
|
| 286 |
+
.oi-circle-check:before {
|
| 287 |
+
content:'\e038';
|
| 288 |
+
}
|
| 289 |
+
|
| 290 |
+
.oi-circle-x:before {
|
| 291 |
+
content:'\e039';
|
| 292 |
+
}
|
| 293 |
+
|
| 294 |
+
.oi-clipboard:before {
|
| 295 |
+
content:'\e03a';
|
| 296 |
+
}
|
| 297 |
+
|
| 298 |
+
.oi-clock:before {
|
| 299 |
+
content:'\e03b';
|
| 300 |
+
}
|
| 301 |
+
|
| 302 |
+
.oi-cloud-download:before {
|
| 303 |
+
content:'\e03c';
|
| 304 |
+
}
|
| 305 |
+
|
| 306 |
+
.oi-cloud-upload:before {
|
| 307 |
+
content:'\e03d';
|
| 308 |
+
}
|
| 309 |
+
|
| 310 |
+
.oi-cloud:before {
|
| 311 |
+
content:'\e03e';
|
| 312 |
+
}
|
| 313 |
+
|
| 314 |
+
.oi-cloudy:before {
|
| 315 |
+
content:'\e03f';
|
| 316 |
+
}
|
| 317 |
+
|
| 318 |
+
.oi-code:before {
|
| 319 |
+
content:'\e040';
|
| 320 |
+
}
|
| 321 |
+
|
| 322 |
+
.oi-cog:before {
|
| 323 |
+
content:'\e041';
|
| 324 |
+
}
|
| 325 |
+
|
| 326 |
+
.oi-collapse-down:before {
|
| 327 |
+
content:'\e042';
|
| 328 |
+
}
|
| 329 |
+
|
| 330 |
+
.oi-collapse-left:before {
|
| 331 |
+
content:'\e043';
|
| 332 |
+
}
|
| 333 |
+
|
| 334 |
+
.oi-collapse-right:before {
|
| 335 |
+
content:'\e044';
|
| 336 |
+
}
|
| 337 |
+
|
| 338 |
+
.oi-collapse-up:before {
|
| 339 |
+
content:'\e045';
|
| 340 |
+
}
|
| 341 |
+
|
| 342 |
+
.oi-command:before {
|
| 343 |
+
content:'\e046';
|
| 344 |
+
}
|
| 345 |
+
|
| 346 |
+
.oi-comment-square:before {
|
| 347 |
+
content:'\e047';
|
| 348 |
+
}
|
| 349 |
+
|
| 350 |
+
.oi-compass:before {
|
| 351 |
+
content:'\e048';
|
| 352 |
+
}
|
| 353 |
+
|
| 354 |
+
.oi-contrast:before {
|
| 355 |
+
content:'\e049';
|
| 356 |
+
}
|
| 357 |
+
|
| 358 |
+
.oi-copywriting:before {
|
| 359 |
+
content:'\e04a';
|
| 360 |
+
}
|
| 361 |
+
|
| 362 |
+
.oi-credit-card:before {
|
| 363 |
+
content:'\e04b';
|
| 364 |
+
}
|
| 365 |
+
|
| 366 |
+
.oi-crop:before {
|
| 367 |
+
content:'\e04c';
|
| 368 |
+
}
|
| 369 |
+
|
| 370 |
+
.oi-dashboard:before {
|
| 371 |
+
content:'\e04d';
|
| 372 |
+
}
|
| 373 |
+
|
| 374 |
+
.oi-data-transfer-download:before {
|
| 375 |
+
content:'\e04e';
|
| 376 |
+
}
|
| 377 |
+
|
| 378 |
+
.oi-data-transfer-upload:before {
|
| 379 |
+
content:'\e04f';
|
| 380 |
+
}
|
| 381 |
+
|
| 382 |
+
.oi-delete:before {
|
| 383 |
+
content:'\e050';
|
| 384 |
+
}
|
| 385 |
+
|
| 386 |
+
.oi-dial:before {
|
| 387 |
+
content:'\e051';
|
| 388 |
+
}
|
| 389 |
+
|
| 390 |
+
.oi-document:before {
|
| 391 |
+
content:'\e052';
|
| 392 |
+
}
|
| 393 |
+
|
| 394 |
+
.oi-dollar:before {
|
| 395 |
+
content:'\e053';
|
| 396 |
+
}
|
| 397 |
+
|
| 398 |
+
.oi-double-quote-sans-left:before {
|
| 399 |
+
content:'\e054';
|
| 400 |
+
}
|
| 401 |
+
|
| 402 |
+
.oi-double-quote-sans-right:before {
|
| 403 |
+
content:'\e055';
|
| 404 |
+
}
|
| 405 |
+
|
| 406 |
+
.oi-double-quote-serif-left:before {
|
| 407 |
+
content:'\e056';
|
| 408 |
+
}
|
| 409 |
+
|
| 410 |
+
.oi-double-quote-serif-right:before {
|
| 411 |
+
content:'\e057';
|
| 412 |
+
}
|
| 413 |
+
|
| 414 |
+
.oi-droplet:before {
|
| 415 |
+
content:'\e058';
|
| 416 |
+
}
|
| 417 |
+
|
| 418 |
+
.oi-eject:before {
|
| 419 |
+
content:'\e059';
|
| 420 |
+
}
|
| 421 |
+
|
| 422 |
+
.oi-elevator:before {
|
| 423 |
+
content:'\e05a';
|
| 424 |
+
}
|
| 425 |
+
|
| 426 |
+
.oi-ellipses:before {
|
| 427 |
+
content:'\e05b';
|
| 428 |
+
}
|
| 429 |
+
|
| 430 |
+
.oi-envelope-closed:before {
|
| 431 |
+
content:'\e05c';
|
| 432 |
+
}
|
| 433 |
+
|
| 434 |
+
.oi-envelope-open:before {
|
| 435 |
+
content:'\e05d';
|
| 436 |
+
}
|
| 437 |
+
|
| 438 |
+
.oi-euro:before {
|
| 439 |
+
content:'\e05e';
|
| 440 |
+
}
|
| 441 |
+
|
| 442 |
+
.oi-excerpt:before {
|
| 443 |
+
content:'\e05f';
|
| 444 |
+
}
|
| 445 |
+
|
| 446 |
+
.oi-expand-down:before {
|
| 447 |
+
content:'\e060';
|
| 448 |
+
}
|
| 449 |
+
|
| 450 |
+
.oi-expand-left:before {
|
| 451 |
+
content:'\e061';
|
| 452 |
+
}
|
| 453 |
+
|
| 454 |
+
.oi-expand-right:before {
|
| 455 |
+
content:'\e062';
|
| 456 |
+
}
|
| 457 |
+
|
| 458 |
+
.oi-expand-up:before {
|
| 459 |
+
content:'\e063';
|
| 460 |
+
}
|
| 461 |
+
|
| 462 |
+
.oi-external-link:before {
|
| 463 |
+
content:'\e064';
|
| 464 |
+
}
|
| 465 |
+
|
| 466 |
+
.oi-eye:before {
|
| 467 |
+
content:'\e065';
|
| 468 |
+
}
|
| 469 |
+
|
| 470 |
+
.oi-eyedropper:before {
|
| 471 |
+
content:'\e066';
|
| 472 |
+
}
|
| 473 |
+
|
| 474 |
+
.oi-file:before {
|
| 475 |
+
content:'\e067';
|
| 476 |
+
}
|
| 477 |
+
|
| 478 |
+
.oi-fire:before {
|
| 479 |
+
content:'\e068';
|
| 480 |
+
}
|
| 481 |
+
|
| 482 |
+
.oi-flag:before {
|
| 483 |
+
content:'\e069';
|
| 484 |
+
}
|
| 485 |
+
|
| 486 |
+
.oi-flash:before {
|
| 487 |
+
content:'\e06a';
|
| 488 |
+
}
|
| 489 |
+
|
| 490 |
+
.oi-folder:before {
|
| 491 |
+
content:'\e06b';
|
| 492 |
+
}
|
| 493 |
+
|
| 494 |
+
.oi-fork:before {
|
| 495 |
+
content:'\e06c';
|
| 496 |
+
}
|
| 497 |
+
|
| 498 |
+
.oi-fullscreen-enter:before {
|
| 499 |
+
content:'\e06d';
|
| 500 |
+
}
|
| 501 |
+
|
| 502 |
+
.oi-fullscreen-exit:before {
|
| 503 |
+
content:'\e06e';
|
| 504 |
+
}
|
| 505 |
+
|
| 506 |
+
.oi-globe:before {
|
| 507 |
+
content:'\e06f';
|
| 508 |
+
}
|
| 509 |
+
|
| 510 |
+
.oi-graph:before {
|
| 511 |
+
content:'\e070';
|
| 512 |
+
}
|
| 513 |
+
|
| 514 |
+
.oi-grid-four-up:before {
|
| 515 |
+
content:'\e071';
|
| 516 |
+
}
|
| 517 |
+
|
| 518 |
+
.oi-grid-three-up:before {
|
| 519 |
+
content:'\e072';
|
| 520 |
+
}
|
| 521 |
+
|
| 522 |
+
.oi-grid-two-up:before {
|
| 523 |
+
content:'\e073';
|
| 524 |
+
}
|
| 525 |
+
|
| 526 |
+
.oi-hard-drive:before {
|
| 527 |
+
content:'\e074';
|
| 528 |
+
}
|
| 529 |
+
|
| 530 |
+
.oi-header:before {
|
| 531 |
+
content:'\e075';
|
| 532 |
+
}
|
| 533 |
+
|
| 534 |
+
.oi-headphones:before {
|
| 535 |
+
content:'\e076';
|
| 536 |
+
}
|
| 537 |
+
|
| 538 |
+
.oi-heart:before {
|
| 539 |
+
content:'\e077';
|
| 540 |
+
}
|
| 541 |
+
|
| 542 |
+
.oi-home:before {
|
| 543 |
+
content:'\e078';
|
| 544 |
+
}
|
| 545 |
+
|
| 546 |
+
.oi-image:before {
|
| 547 |
+
content:'\e079';
|
| 548 |
+
}
|
| 549 |
+
|
| 550 |
+
.oi-inbox:before {
|
| 551 |
+
content:'\e07a';
|
| 552 |
+
}
|
| 553 |
+
|
| 554 |
+
.oi-infinity:before {
|
| 555 |
+
content:'\e07b';
|
| 556 |
+
}
|
| 557 |
+
|
| 558 |
+
.oi-info:before {
|
| 559 |
+
content:'\e07c';
|
| 560 |
+
}
|
| 561 |
+
|
| 562 |
+
.oi-italic:before {
|
| 563 |
+
content:'\e07d';
|
| 564 |
+
}
|
| 565 |
+
|
| 566 |
+
.oi-justify-center:before {
|
| 567 |
+
content:'\e07e';
|
| 568 |
+
}
|
| 569 |
+
|
| 570 |
+
.oi-justify-left:before {
|
| 571 |
+
content:'\e07f';
|
| 572 |
+
}
|
| 573 |
+
|
| 574 |
+
.oi-justify-right:before {
|
| 575 |
+
content:'\e080';
|
| 576 |
+
}
|
| 577 |
+
|
| 578 |
+
.oi-key:before {
|
| 579 |
+
content:'\e081';
|
| 580 |
+
}
|
| 581 |
+
|
| 582 |
+
.oi-laptop:before {
|
| 583 |
+
content:'\e082';
|
| 584 |
+
}
|
| 585 |
+
|
| 586 |
+
.oi-layers:before {
|
| 587 |
+
content:'\e083';
|
| 588 |
+
}
|
| 589 |
+
|
| 590 |
+
.oi-lightbulb:before {
|
| 591 |
+
content:'\e084';
|
| 592 |
+
}
|
| 593 |
+
|
| 594 |
+
.oi-link-broken:before {
|
| 595 |
+
content:'\e085';
|
| 596 |
+
}
|
| 597 |
+
|
| 598 |
+
.oi-link-intact:before {
|
| 599 |
+
content:'\e086';
|
| 600 |
+
}
|
| 601 |
+
|
| 602 |
+
.oi-list-rich:before {
|
| 603 |
+
content:'\e087';
|
| 604 |
+
}
|
| 605 |
+
|
| 606 |
+
.oi-list:before {
|
| 607 |
+
content:'\e088';
|
| 608 |
+
}
|
| 609 |
+
|
| 610 |
+
.oi-location:before {
|
| 611 |
+
content:'\e089';
|
| 612 |
+
}
|
| 613 |
+
|
| 614 |
+
.oi-lock-locked:before {
|
| 615 |
+
content:'\e08a';
|
| 616 |
+
}
|
| 617 |
+
|
| 618 |
+
.oi-lock-unlocked:before {
|
| 619 |
+
content:'\e08b';
|
| 620 |
+
}
|
| 621 |
+
|
| 622 |
+
.oi-loop-circular:before {
|
| 623 |
+
content:'\e08c';
|
| 624 |
+
}
|
| 625 |
+
|
| 626 |
+
.oi-loop-square:before {
|
| 627 |
+
content:'\e08d';
|
| 628 |
+
}
|
| 629 |
+
|
| 630 |
+
.oi-loop:before {
|
| 631 |
+
content:'\e08e';
|
| 632 |
+
}
|
| 633 |
+
|
| 634 |
+
.oi-magnifying-glass:before {
|
| 635 |
+
content:'\e08f';
|
| 636 |
+
}
|
| 637 |
+
|
| 638 |
+
.oi-map-marker:before {
|
| 639 |
+
content:'\e090';
|
| 640 |
+
}
|
| 641 |
+
|
| 642 |
+
.oi-map:before {
|
| 643 |
+
content:'\e091';
|
| 644 |
+
}
|
| 645 |
+
|
| 646 |
+
.oi-media-pause:before {
|
| 647 |
+
content:'\e092';
|
| 648 |
+
}
|
| 649 |
+
|
| 650 |
+
.oi-media-play:before {
|
| 651 |
+
content:'\e093';
|
| 652 |
+
}
|
| 653 |
+
|
| 654 |
+
.oi-media-record:before {
|
| 655 |
+
content:'\e094';
|
| 656 |
+
}
|
| 657 |
+
|
| 658 |
+
.oi-media-skip-backward:before {
|
| 659 |
+
content:'\e095';
|
| 660 |
+
}
|
| 661 |
+
|
| 662 |
+
.oi-media-skip-forward:before {
|
| 663 |
+
content:'\e096';
|
| 664 |
+
}
|
| 665 |
+
|
| 666 |
+
.oi-media-step-backward:before {
|
| 667 |
+
content:'\e097';
|
| 668 |
+
}
|
| 669 |
+
|
| 670 |
+
.oi-media-step-forward:before {
|
| 671 |
+
content:'\e098';
|
| 672 |
+
}
|
| 673 |
+
|
| 674 |
+
.oi-media-stop:before {
|
| 675 |
+
content:'\e099';
|
| 676 |
+
}
|
| 677 |
+
|
| 678 |
+
.oi-medical-cross:before {
|
| 679 |
+
content:'\e09a';
|
| 680 |
+
}
|
| 681 |
+
|
| 682 |
+
.oi-menu:before {
|
| 683 |
+
content:'\e09b';
|
| 684 |
+
}
|
| 685 |
+
|
| 686 |
+
.oi-microphone:before {
|
| 687 |
+
content:'\e09c';
|
| 688 |
+
}
|
| 689 |
+
|
| 690 |
+
.oi-minus:before {
|
| 691 |
+
content:'\e09d';
|
| 692 |
+
}
|
| 693 |
+
|
| 694 |
+
.oi-monitor:before {
|
| 695 |
+
content:'\e09e';
|
| 696 |
+
}
|
| 697 |
+
|
| 698 |
+
.oi-moon:before {
|
| 699 |
+
content:'\e09f';
|
| 700 |
+
}
|
| 701 |
+
|
| 702 |
+
.oi-move:before {
|
| 703 |
+
content:'\e0a0';
|
| 704 |
+
}
|
| 705 |
+
|
| 706 |
+
.oi-musical-note:before {
|
| 707 |
+
content:'\e0a1';
|
| 708 |
+
}
|
| 709 |
+
|
| 710 |
+
.oi-paperclip:before {
|
| 711 |
+
content:'\e0a2';
|
| 712 |
+
}
|
| 713 |
+
|
| 714 |
+
.oi-pencil:before {
|
| 715 |
+
content:'\e0a3';
|
| 716 |
+
}
|
| 717 |
+
|
| 718 |
+
.oi-people:before {
|
| 719 |
+
content:'\e0a4';
|
| 720 |
+
}
|
| 721 |
+
|
| 722 |
+
.oi-person:before {
|
| 723 |
+
content:'\e0a5';
|
| 724 |
+
}
|
| 725 |
+
|
| 726 |
+
.oi-phone:before {
|
| 727 |
+
content:'\e0a6';
|
| 728 |
+
}
|
| 729 |
+
|
| 730 |
+
.oi-pie-chart:before {
|
| 731 |
+
content:'\e0a7';
|
| 732 |
+
}
|
| 733 |
+
|
| 734 |
+
.oi-pin:before {
|
| 735 |
+
content:'\e0a8';
|
| 736 |
+
}
|
| 737 |
+
|
| 738 |
+
.oi-play-circle:before {
|
| 739 |
+
content:'\e0a9';
|
| 740 |
+
}
|
| 741 |
+
|
| 742 |
+
.oi-plus:before {
|
| 743 |
+
content:'\e0aa';
|
| 744 |
+
}
|
| 745 |
+
|
| 746 |
+
.oi-power-standby:before {
|
| 747 |
+
content:'\e0ab';
|
| 748 |
+
}
|
| 749 |
+
|
| 750 |
+
.oi-print:before {
|
| 751 |
+
content:'\e0ac';
|
| 752 |
+
}
|
| 753 |
+
|
| 754 |
+
.oi-project:before {
|
| 755 |
+
content:'\e0ad';
|
| 756 |
+
}
|
| 757 |
+
|
| 758 |
+
.oi-pulse:before {
|
| 759 |
+
content:'\e0ae';
|
| 760 |
+
}
|
| 761 |
+
|
| 762 |
+
.oi-puzzle-piece:before {
|
| 763 |
+
content:'\e0af';
|
| 764 |
+
}
|
| 765 |
+
|
| 766 |
+
.oi-question-mark:before {
|
| 767 |
+
content:'\e0b0';
|
| 768 |
+
}
|
| 769 |
+
|
| 770 |
+
.oi-rain:before {
|
| 771 |
+
content:'\e0b1';
|
| 772 |
+
}
|
| 773 |
+
|
| 774 |
+
.oi-random:before {
|
| 775 |
+
content:'\e0b2';
|
| 776 |
+
}
|
| 777 |
+
|
| 778 |
+
.oi-reload:before {
|
| 779 |
+
content:'\e0b3';
|
| 780 |
+
}
|
| 781 |
+
|
| 782 |
+
.oi-resize-both:before {
|
| 783 |
+
content:'\e0b4';
|
| 784 |
+
}
|
| 785 |
+
|
| 786 |
+
.oi-resize-height:before {
|
| 787 |
+
content:'\e0b5';
|
| 788 |
+
}
|
| 789 |
+
|
| 790 |
+
.oi-resize-width:before {
|
| 791 |
+
content:'\e0b6';
|
| 792 |
+
}
|
| 793 |
+
|
| 794 |
+
.oi-rss-alt:before {
|
| 795 |
+
content:'\e0b7';
|
| 796 |
+
}
|
| 797 |
+
|
| 798 |
+
.oi-rss:before {
|
| 799 |
+
content:'\e0b8';
|
| 800 |
+
}
|
| 801 |
+
|
| 802 |
+
.oi-script:before {
|
| 803 |
+
content:'\e0b9';
|
| 804 |
+
}
|
| 805 |
+
|
| 806 |
+
.oi-share-boxed:before {
|
| 807 |
+
content:'\e0ba';
|
| 808 |
+
}
|
| 809 |
+
|
| 810 |
+
.oi-share:before {
|
| 811 |
+
content:'\e0bb';
|
| 812 |
+
}
|
| 813 |
+
|
| 814 |
+
.oi-shield:before {
|
| 815 |
+
content:'\e0bc';
|
| 816 |
+
}
|
| 817 |
+
|
| 818 |
+
.oi-signal:before {
|
| 819 |
+
content:'\e0bd';
|
| 820 |
+
}
|
| 821 |
+
|
| 822 |
+
.oi-signpost:before {
|
| 823 |
+
content:'\e0be';
|
| 824 |
+
}
|
| 825 |
+
|
| 826 |
+
.oi-sort-ascending:before {
|
| 827 |
+
content:'\e0bf';
|
| 828 |
+
}
|
| 829 |
+
|
| 830 |
+
.oi-sort-descending:before {
|
| 831 |
+
content:'\e0c0';
|
| 832 |
+
}
|
| 833 |
+
|
| 834 |
+
.oi-spreadsheet:before {
|
| 835 |
+
content:'\e0c1';
|
| 836 |
+
}
|
| 837 |
+
|
| 838 |
+
.oi-star:before {
|
| 839 |
+
content:'\e0c2';
|
| 840 |
+
}
|
| 841 |
+
|
| 842 |
+
.oi-sun:before {
|
| 843 |
+
content:'\e0c3';
|
| 844 |
+
}
|
| 845 |
+
|
| 846 |
+
.oi-tablet:before {
|
| 847 |
+
content:'\e0c4';
|
| 848 |
+
}
|
| 849 |
+
|
| 850 |
+
.oi-tag:before {
|
| 851 |
+
content:'\e0c5';
|
| 852 |
+
}
|
| 853 |
+
|
| 854 |
+
.oi-tags:before {
|
| 855 |
+
content:'\e0c6';
|
| 856 |
+
}
|
| 857 |
+
|
| 858 |
+
.oi-target:before {
|
| 859 |
+
content:'\e0c7';
|
| 860 |
+
}
|
| 861 |
+
|
| 862 |
+
.oi-task:before {
|
| 863 |
+
content:'\e0c8';
|
| 864 |
+
}
|
| 865 |
+
|
| 866 |
+
.oi-terminal:before {
|
| 867 |
+
content:'\e0c9';
|
| 868 |
+
}
|
| 869 |
+
|
| 870 |
+
.oi-text:before {
|
| 871 |
+
content:'\e0ca';
|
| 872 |
+
}
|
| 873 |
+
|
| 874 |
+
.oi-thumb-down:before {
|
| 875 |
+
content:'\e0cb';
|
| 876 |
+
}
|
| 877 |
+
|
| 878 |
+
.oi-thumb-up:before {
|
| 879 |
+
content:'\e0cc';
|
| 880 |
+
}
|
| 881 |
+
|
| 882 |
+
.oi-timer:before {
|
| 883 |
+
content:'\e0cd';
|
| 884 |
+
}
|
| 885 |
+
|
| 886 |
+
.oi-transfer:before {
|
| 887 |
+
content:'\e0ce';
|
| 888 |
+
}
|
| 889 |
+
|
| 890 |
+
.oi-trash:before {
|
| 891 |
+
content:'\e0cf';
|
| 892 |
+
}
|
| 893 |
+
|
| 894 |
+
.oi-underline:before {
|
| 895 |
+
content:'\e0d0';
|
| 896 |
+
}
|
| 897 |
+
|
| 898 |
+
.oi-vertical-align-bottom:before {
|
| 899 |
+
content:'\e0d1';
|
| 900 |
+
}
|
| 901 |
+
|
| 902 |
+
.oi-vertical-align-center:before {
|
| 903 |
+
content:'\e0d2';
|
| 904 |
+
}
|
| 905 |
+
|
| 906 |
+
.oi-vertical-align-top:before {
|
| 907 |
+
content:'\e0d3';
|
| 908 |
+
}
|
| 909 |
+
|
| 910 |
+
.oi-video:before {
|
| 911 |
+
content:'\e0d4';
|
| 912 |
+
}
|
| 913 |
+
|
| 914 |
+
.oi-volume-high:before {
|
| 915 |
+
content:'\e0d5';
|
| 916 |
+
}
|
| 917 |
+
|
| 918 |
+
.oi-volume-low:before {
|
| 919 |
+
content:'\e0d6';
|
| 920 |
+
}
|
| 921 |
+
|
| 922 |
+
.oi-volume-off:before {
|
| 923 |
+
content:'\e0d7';
|
| 924 |
+
}
|
| 925 |
+
|
| 926 |
+
.oi-warning:before {
|
| 927 |
+
content:'\e0d8';
|
| 928 |
+
}
|
| 929 |
+
|
| 930 |
+
.oi-wifi:before {
|
| 931 |
+
content:'\e0d9';
|
| 932 |
+
}
|
| 933 |
+
|
| 934 |
+
.oi-wrench:before {
|
| 935 |
+
content:'\e0da';
|
| 936 |
+
}
|
| 937 |
+
|
| 938 |
+
.oi-x:before {
|
| 939 |
+
content:'\e0db';
|
| 940 |
+
}
|
| 941 |
+
|
| 942 |
+
.oi-yen:before {
|
| 943 |
+
content:'\e0dc';
|
| 944 |
+
}
|
| 945 |
+
|
| 946 |
+
.oi-zoom-in:before {
|
| 947 |
+
content:'\e0dd';
|
| 948 |
+
}
|
| 949 |
+
|
| 950 |
+
.oi-zoom-out:before {
|
| 951 |
+
content:'\e0de';
|
| 952 |
+
}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-bootstrap.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic.woff) format('woff'),url(../fonts/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic.otf) format('opentype'),url(../fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-foundation.css
ADDED
|
@@ -0,0 +1,1395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* Foundation */
|
| 2 |
+
|
| 3 |
+
@font-face {
|
| 4 |
+
font-family: 'Icons';
|
| 5 |
+
src: url('../fonts/open-iconic.eot');
|
| 6 |
+
src: url('../fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.otf') format('opentype'), url('../fonts/open-iconic.svg#iconic-sm') format('svg');
|
| 7 |
+
font-weight: normal;
|
| 8 |
+
font-style: normal;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
.fi-account-login:before,
|
| 13 |
+
|
| 14 |
+
.fi-account-logout:before,
|
| 15 |
+
|
| 16 |
+
.fi-action-redo:before,
|
| 17 |
+
|
| 18 |
+
.fi-action-undo:before,
|
| 19 |
+
|
| 20 |
+
.fi-align-center:before,
|
| 21 |
+
|
| 22 |
+
.fi-align-left:before,
|
| 23 |
+
|
| 24 |
+
.fi-align-right:before,
|
| 25 |
+
|
| 26 |
+
.fi-aperture:before,
|
| 27 |
+
|
| 28 |
+
.fi-arrow-bottom:before,
|
| 29 |
+
|
| 30 |
+
.fi-arrow-circle-bottom:before,
|
| 31 |
+
|
| 32 |
+
.fi-arrow-circle-left:before,
|
| 33 |
+
|
| 34 |
+
.fi-arrow-circle-right:before,
|
| 35 |
+
|
| 36 |
+
.fi-arrow-circle-top:before,
|
| 37 |
+
|
| 38 |
+
.fi-arrow-left:before,
|
| 39 |
+
|
| 40 |
+
.fi-arrow-right:before,
|
| 41 |
+
|
| 42 |
+
.fi-arrow-thick-bottom:before,
|
| 43 |
+
|
| 44 |
+
.fi-arrow-thick-left:before,
|
| 45 |
+
|
| 46 |
+
.fi-arrow-thick-right:before,
|
| 47 |
+
|
| 48 |
+
.fi-arrow-thick-top:before,
|
| 49 |
+
|
| 50 |
+
.fi-arrow-top:before,
|
| 51 |
+
|
| 52 |
+
.fi-audio-spectrum:before,
|
| 53 |
+
|
| 54 |
+
.fi-audio:before,
|
| 55 |
+
|
| 56 |
+
.fi-badge:before,
|
| 57 |
+
|
| 58 |
+
.fi-ban:before,
|
| 59 |
+
|
| 60 |
+
.fi-bar-chart:before,
|
| 61 |
+
|
| 62 |
+
.fi-basket:before,
|
| 63 |
+
|
| 64 |
+
.fi-battery-empty:before,
|
| 65 |
+
|
| 66 |
+
.fi-battery-full:before,
|
| 67 |
+
|
| 68 |
+
.fi-beaker:before,
|
| 69 |
+
|
| 70 |
+
.fi-bell:before,
|
| 71 |
+
|
| 72 |
+
.fi-bluetooth:before,
|
| 73 |
+
|
| 74 |
+
.fi-bold:before,
|
| 75 |
+
|
| 76 |
+
.fi-bolt:before,
|
| 77 |
+
|
| 78 |
+
.fi-book:before,
|
| 79 |
+
|
| 80 |
+
.fi-bookmark:before,
|
| 81 |
+
|
| 82 |
+
.fi-box:before,
|
| 83 |
+
|
| 84 |
+
.fi-briefcase:before,
|
| 85 |
+
|
| 86 |
+
.fi-british-pound:before,
|
| 87 |
+
|
| 88 |
+
.fi-browser:before,
|
| 89 |
+
|
| 90 |
+
.fi-brush:before,
|
| 91 |
+
|
| 92 |
+
.fi-bug:before,
|
| 93 |
+
|
| 94 |
+
.fi-bullhorn:before,
|
| 95 |
+
|
| 96 |
+
.fi-calculator:before,
|
| 97 |
+
|
| 98 |
+
.fi-calendar:before,
|
| 99 |
+
|
| 100 |
+
.fi-camera-slr:before,
|
| 101 |
+
|
| 102 |
+
.fi-caret-bottom:before,
|
| 103 |
+
|
| 104 |
+
.fi-caret-left:before,
|
| 105 |
+
|
| 106 |
+
.fi-caret-right:before,
|
| 107 |
+
|
| 108 |
+
.fi-caret-top:before,
|
| 109 |
+
|
| 110 |
+
.fi-cart:before,
|
| 111 |
+
|
| 112 |
+
.fi-chat:before,
|
| 113 |
+
|
| 114 |
+
.fi-check:before,
|
| 115 |
+
|
| 116 |
+
.fi-chevron-bottom:before,
|
| 117 |
+
|
| 118 |
+
.fi-chevron-left:before,
|
| 119 |
+
|
| 120 |
+
.fi-chevron-right:before,
|
| 121 |
+
|
| 122 |
+
.fi-chevron-top:before,
|
| 123 |
+
|
| 124 |
+
.fi-circle-check:before,
|
| 125 |
+
|
| 126 |
+
.fi-circle-x:before,
|
| 127 |
+
|
| 128 |
+
.fi-clipboard:before,
|
| 129 |
+
|
| 130 |
+
.fi-clock:before,
|
| 131 |
+
|
| 132 |
+
.fi-cloud-download:before,
|
| 133 |
+
|
| 134 |
+
.fi-cloud-upload:before,
|
| 135 |
+
|
| 136 |
+
.fi-cloud:before,
|
| 137 |
+
|
| 138 |
+
.fi-cloudy:before,
|
| 139 |
+
|
| 140 |
+
.fi-code:before,
|
| 141 |
+
|
| 142 |
+
.fi-cog:before,
|
| 143 |
+
|
| 144 |
+
.fi-collapse-down:before,
|
| 145 |
+
|
| 146 |
+
.fi-collapse-left:before,
|
| 147 |
+
|
| 148 |
+
.fi-collapse-right:before,
|
| 149 |
+
|
| 150 |
+
.fi-collapse-up:before,
|
| 151 |
+
|
| 152 |
+
.fi-command:before,
|
| 153 |
+
|
| 154 |
+
.fi-comment-square:before,
|
| 155 |
+
|
| 156 |
+
.fi-compass:before,
|
| 157 |
+
|
| 158 |
+
.fi-contrast:before,
|
| 159 |
+
|
| 160 |
+
.fi-copywriting:before,
|
| 161 |
+
|
| 162 |
+
.fi-credit-card:before,
|
| 163 |
+
|
| 164 |
+
.fi-crop:before,
|
| 165 |
+
|
| 166 |
+
.fi-dashboard:before,
|
| 167 |
+
|
| 168 |
+
.fi-data-transfer-download:before,
|
| 169 |
+
|
| 170 |
+
.fi-data-transfer-upload:before,
|
| 171 |
+
|
| 172 |
+
.fi-delete:before,
|
| 173 |
+
|
| 174 |
+
.fi-dial:before,
|
| 175 |
+
|
| 176 |
+
.fi-document:before,
|
| 177 |
+
|
| 178 |
+
.fi-dollar:before,
|
| 179 |
+
|
| 180 |
+
.fi-double-quote-sans-left:before,
|
| 181 |
+
|
| 182 |
+
.fi-double-quote-sans-right:before,
|
| 183 |
+
|
| 184 |
+
.fi-double-quote-serif-left:before,
|
| 185 |
+
|
| 186 |
+
.fi-double-quote-serif-right:before,
|
| 187 |
+
|
| 188 |
+
.fi-droplet:before,
|
| 189 |
+
|
| 190 |
+
.fi-eject:before,
|
| 191 |
+
|
| 192 |
+
.fi-elevator:before,
|
| 193 |
+
|
| 194 |
+
.fi-ellipses:before,
|
| 195 |
+
|
| 196 |
+
.fi-envelope-closed:before,
|
| 197 |
+
|
| 198 |
+
.fi-envelope-open:before,
|
| 199 |
+
|
| 200 |
+
.fi-euro:before,
|
| 201 |
+
|
| 202 |
+
.fi-excerpt:before,
|
| 203 |
+
|
| 204 |
+
.fi-expand-down:before,
|
| 205 |
+
|
| 206 |
+
.fi-expand-left:before,
|
| 207 |
+
|
| 208 |
+
.fi-expand-right:before,
|
| 209 |
+
|
| 210 |
+
.fi-expand-up:before,
|
| 211 |
+
|
| 212 |
+
.fi-external-link:before,
|
| 213 |
+
|
| 214 |
+
.fi-eye:before,
|
| 215 |
+
|
| 216 |
+
.fi-eyedropper:before,
|
| 217 |
+
|
| 218 |
+
.fi-file:before,
|
| 219 |
+
|
| 220 |
+
.fi-fire:before,
|
| 221 |
+
|
| 222 |
+
.fi-flag:before,
|
| 223 |
+
|
| 224 |
+
.fi-flash:before,
|
| 225 |
+
|
| 226 |
+
.fi-folder:before,
|
| 227 |
+
|
| 228 |
+
.fi-fork:before,
|
| 229 |
+
|
| 230 |
+
.fi-fullscreen-enter:before,
|
| 231 |
+
|
| 232 |
+
.fi-fullscreen-exit:before,
|
| 233 |
+
|
| 234 |
+
.fi-globe:before,
|
| 235 |
+
|
| 236 |
+
.fi-graph:before,
|
| 237 |
+
|
| 238 |
+
.fi-grid-four-up:before,
|
| 239 |
+
|
| 240 |
+
.fi-grid-three-up:before,
|
| 241 |
+
|
| 242 |
+
.fi-grid-two-up:before,
|
| 243 |
+
|
| 244 |
+
.fi-hard-drive:before,
|
| 245 |
+
|
| 246 |
+
.fi-header:before,
|
| 247 |
+
|
| 248 |
+
.fi-headphones:before,
|
| 249 |
+
|
| 250 |
+
.fi-heart:before,
|
| 251 |
+
|
| 252 |
+
.fi-home:before,
|
| 253 |
+
|
| 254 |
+
.fi-image:before,
|
| 255 |
+
|
| 256 |
+
.fi-inbox:before,
|
| 257 |
+
|
| 258 |
+
.fi-infinity:before,
|
| 259 |
+
|
| 260 |
+
.fi-info:before,
|
| 261 |
+
|
| 262 |
+
.fi-italic:before,
|
| 263 |
+
|
| 264 |
+
.fi-justify-center:before,
|
| 265 |
+
|
| 266 |
+
.fi-justify-left:before,
|
| 267 |
+
|
| 268 |
+
.fi-justify-right:before,
|
| 269 |
+
|
| 270 |
+
.fi-key:before,
|
| 271 |
+
|
| 272 |
+
.fi-laptop:before,
|
| 273 |
+
|
| 274 |
+
.fi-layers:before,
|
| 275 |
+
|
| 276 |
+
.fi-lightbulb:before,
|
| 277 |
+
|
| 278 |
+
.fi-link-broken:before,
|
| 279 |
+
|
| 280 |
+
.fi-link-intact:before,
|
| 281 |
+
|
| 282 |
+
.fi-list-rich:before,
|
| 283 |
+
|
| 284 |
+
.fi-list:before,
|
| 285 |
+
|
| 286 |
+
.fi-location:before,
|
| 287 |
+
|
| 288 |
+
.fi-lock-locked:before,
|
| 289 |
+
|
| 290 |
+
.fi-lock-unlocked:before,
|
| 291 |
+
|
| 292 |
+
.fi-loop-circular:before,
|
| 293 |
+
|
| 294 |
+
.fi-loop-square:before,
|
| 295 |
+
|
| 296 |
+
.fi-loop:before,
|
| 297 |
+
|
| 298 |
+
.fi-magnifying-glass:before,
|
| 299 |
+
|
| 300 |
+
.fi-map-marker:before,
|
| 301 |
+
|
| 302 |
+
.fi-map:before,
|
| 303 |
+
|
| 304 |
+
.fi-media-pause:before,
|
| 305 |
+
|
| 306 |
+
.fi-media-play:before,
|
| 307 |
+
|
| 308 |
+
.fi-media-record:before,
|
| 309 |
+
|
| 310 |
+
.fi-media-skip-backward:before,
|
| 311 |
+
|
| 312 |
+
.fi-media-skip-forward:before,
|
| 313 |
+
|
| 314 |
+
.fi-media-step-backward:before,
|
| 315 |
+
|
| 316 |
+
.fi-media-step-forward:before,
|
| 317 |
+
|
| 318 |
+
.fi-media-stop:before,
|
| 319 |
+
|
| 320 |
+
.fi-medical-cross:before,
|
| 321 |
+
|
| 322 |
+
.fi-menu:before,
|
| 323 |
+
|
| 324 |
+
.fi-microphone:before,
|
| 325 |
+
|
| 326 |
+
.fi-minus:before,
|
| 327 |
+
|
| 328 |
+
.fi-monitor:before,
|
| 329 |
+
|
| 330 |
+
.fi-moon:before,
|
| 331 |
+
|
| 332 |
+
.fi-move:before,
|
| 333 |
+
|
| 334 |
+
.fi-musical-note:before,
|
| 335 |
+
|
| 336 |
+
.fi-paperclip:before,
|
| 337 |
+
|
| 338 |
+
.fi-pencil:before,
|
| 339 |
+
|
| 340 |
+
.fi-people:before,
|
| 341 |
+
|
| 342 |
+
.fi-person:before,
|
| 343 |
+
|
| 344 |
+
.fi-phone:before,
|
| 345 |
+
|
| 346 |
+
.fi-pie-chart:before,
|
| 347 |
+
|
| 348 |
+
.fi-pin:before,
|
| 349 |
+
|
| 350 |
+
.fi-play-circle:before,
|
| 351 |
+
|
| 352 |
+
.fi-plus:before,
|
| 353 |
+
|
| 354 |
+
.fi-power-standby:before,
|
| 355 |
+
|
| 356 |
+
.fi-print:before,
|
| 357 |
+
|
| 358 |
+
.fi-project:before,
|
| 359 |
+
|
| 360 |
+
.fi-pulse:before,
|
| 361 |
+
|
| 362 |
+
.fi-puzzle-piece:before,
|
| 363 |
+
|
| 364 |
+
.fi-question-mark:before,
|
| 365 |
+
|
| 366 |
+
.fi-rain:before,
|
| 367 |
+
|
| 368 |
+
.fi-random:before,
|
| 369 |
+
|
| 370 |
+
.fi-reload:before,
|
| 371 |
+
|
| 372 |
+
.fi-resize-both:before,
|
| 373 |
+
|
| 374 |
+
.fi-resize-height:before,
|
| 375 |
+
|
| 376 |
+
.fi-resize-width:before,
|
| 377 |
+
|
| 378 |
+
.fi-rss-alt:before,
|
| 379 |
+
|
| 380 |
+
.fi-rss:before,
|
| 381 |
+
|
| 382 |
+
.fi-script:before,
|
| 383 |
+
|
| 384 |
+
.fi-share-boxed:before,
|
| 385 |
+
|
| 386 |
+
.fi-share:before,
|
| 387 |
+
|
| 388 |
+
.fi-shield:before,
|
| 389 |
+
|
| 390 |
+
.fi-signal:before,
|
| 391 |
+
|
| 392 |
+
.fi-signpost:before,
|
| 393 |
+
|
| 394 |
+
.fi-sort-ascending:before,
|
| 395 |
+
|
| 396 |
+
.fi-sort-descending:before,
|
| 397 |
+
|
| 398 |
+
.fi-spreadsheet:before,
|
| 399 |
+
|
| 400 |
+
.fi-star:before,
|
| 401 |
+
|
| 402 |
+
.fi-sun:before,
|
| 403 |
+
|
| 404 |
+
.fi-tablet:before,
|
| 405 |
+
|
| 406 |
+
.fi-tag:before,
|
| 407 |
+
|
| 408 |
+
.fi-tags:before,
|
| 409 |
+
|
| 410 |
+
.fi-target:before,
|
| 411 |
+
|
| 412 |
+
.fi-task:before,
|
| 413 |
+
|
| 414 |
+
.fi-terminal:before,
|
| 415 |
+
|
| 416 |
+
.fi-text:before,
|
| 417 |
+
|
| 418 |
+
.fi-thumb-down:before,
|
| 419 |
+
|
| 420 |
+
.fi-thumb-up:before,
|
| 421 |
+
|
| 422 |
+
.fi-timer:before,
|
| 423 |
+
|
| 424 |
+
.fi-transfer:before,
|
| 425 |
+
|
| 426 |
+
.fi-trash:before,
|
| 427 |
+
|
| 428 |
+
.fi-underline:before,
|
| 429 |
+
|
| 430 |
+
.fi-vertical-align-bottom:before,
|
| 431 |
+
|
| 432 |
+
.fi-vertical-align-center:before,
|
| 433 |
+
|
| 434 |
+
.fi-vertical-align-top:before,
|
| 435 |
+
|
| 436 |
+
.fi-video:before,
|
| 437 |
+
|
| 438 |
+
.fi-volume-high:before,
|
| 439 |
+
|
| 440 |
+
.fi-volume-low:before,
|
| 441 |
+
|
| 442 |
+
.fi-volume-off:before,
|
| 443 |
+
|
| 444 |
+
.fi-warning:before,
|
| 445 |
+
|
| 446 |
+
.fi-wifi:before,
|
| 447 |
+
|
| 448 |
+
.fi-wrench:before,
|
| 449 |
+
|
| 450 |
+
.fi-x:before,
|
| 451 |
+
|
| 452 |
+
.fi-yen:before,
|
| 453 |
+
|
| 454 |
+
.fi-zoom-in:before,
|
| 455 |
+
|
| 456 |
+
.fi-zoom-out:before
|
| 457 |
+
{
|
| 458 |
+
font-family: 'Icons';
|
| 459 |
+
font-style: normal;
|
| 460 |
+
font-weight: normal;
|
| 461 |
+
font-variant: normal;
|
| 462 |
+
text-transform: none;
|
| 463 |
+
line-height: 1;
|
| 464 |
+
-webkit-font-smoothing: antialiased;
|
| 465 |
+
-moz-osx-font-smoothing: grayscale;
|
| 466 |
+
display: inline-block;
|
| 467 |
+
text-decoration: inherit;
|
| 468 |
+
}
|
| 469 |
+
|
| 470 |
+
|
| 471 |
+
[class*='fi-'].oi-align-center:before {
|
| 472 |
+
text-align: center;
|
| 473 |
+
}
|
| 474 |
+
|
| 475 |
+
[class*='fi-'].oi-align-left:before {
|
| 476 |
+
text-align: left;
|
| 477 |
+
}
|
| 478 |
+
|
| 479 |
+
[class*='fi-'].oi-align-right:before {
|
| 480 |
+
text-align: right;
|
| 481 |
+
}
|
| 482 |
+
|
| 483 |
+
|
| 484 |
+
[class*='fi-'].oi-flip-horizontal:before {
|
| 485 |
+
-webkit-transform: scale(-1, 1);
|
| 486 |
+
-ms-transform: scale(-1, 1);
|
| 487 |
+
transform: scale(-1, 1);
|
| 488 |
+
}
|
| 489 |
+
|
| 490 |
+
[class*='fi-'].oi-flip-vertical:before {
|
| 491 |
+
-webkit-transform: scale(1, -1);
|
| 492 |
+
-ms-transform: scale(-1, 1);
|
| 493 |
+
transform: scale(1, -1);
|
| 494 |
+
}
|
| 495 |
+
|
| 496 |
+
[class*='fi-'].oi-flip-horizontal-vertical:before {
|
| 497 |
+
-webkit-transform: scale(-1, -1);
|
| 498 |
+
-ms-transform: scale(-1, 1);
|
| 499 |
+
transform: scale(-1, -1);
|
| 500 |
+
}
|
| 501 |
+
|
| 502 |
+
|
| 503 |
+
|
| 504 |
+
.fi-account-login:before {
|
| 505 |
+
content:'\e000';
|
| 506 |
+
}
|
| 507 |
+
|
| 508 |
+
.fi-account-logout:before {
|
| 509 |
+
content:'\e001';
|
| 510 |
+
}
|
| 511 |
+
|
| 512 |
+
.fi-action-redo:before {
|
| 513 |
+
content:'\e002';
|
| 514 |
+
}
|
| 515 |
+
|
| 516 |
+
.fi-action-undo:before {
|
| 517 |
+
content:'\e003';
|
| 518 |
+
}
|
| 519 |
+
|
| 520 |
+
.fi-align-center:before {
|
| 521 |
+
content:'\e004';
|
| 522 |
+
}
|
| 523 |
+
|
| 524 |
+
.fi-align-left:before {
|
| 525 |
+
content:'\e005';
|
| 526 |
+
}
|
| 527 |
+
|
| 528 |
+
.fi-align-right:before {
|
| 529 |
+
content:'\e006';
|
| 530 |
+
}
|
| 531 |
+
|
| 532 |
+
.fi-aperture:before {
|
| 533 |
+
content:'\e007';
|
| 534 |
+
}
|
| 535 |
+
|
| 536 |
+
.fi-arrow-bottom:before {
|
| 537 |
+
content:'\e008';
|
| 538 |
+
}
|
| 539 |
+
|
| 540 |
+
.fi-arrow-circle-bottom:before {
|
| 541 |
+
content:'\e009';
|
| 542 |
+
}
|
| 543 |
+
|
| 544 |
+
.fi-arrow-circle-left:before {
|
| 545 |
+
content:'\e00a';
|
| 546 |
+
}
|
| 547 |
+
|
| 548 |
+
.fi-arrow-circle-right:before {
|
| 549 |
+
content:'\e00b';
|
| 550 |
+
}
|
| 551 |
+
|
| 552 |
+
.fi-arrow-circle-top:before {
|
| 553 |
+
content:'\e00c';
|
| 554 |
+
}
|
| 555 |
+
|
| 556 |
+
.fi-arrow-left:before {
|
| 557 |
+
content:'\e00d';
|
| 558 |
+
}
|
| 559 |
+
|
| 560 |
+
.fi-arrow-right:before {
|
| 561 |
+
content:'\e00e';
|
| 562 |
+
}
|
| 563 |
+
|
| 564 |
+
.fi-arrow-thick-bottom:before {
|
| 565 |
+
content:'\e00f';
|
| 566 |
+
}
|
| 567 |
+
|
| 568 |
+
.fi-arrow-thick-left:before {
|
| 569 |
+
content:'\e010';
|
| 570 |
+
}
|
| 571 |
+
|
| 572 |
+
.fi-arrow-thick-right:before {
|
| 573 |
+
content:'\e011';
|
| 574 |
+
}
|
| 575 |
+
|
| 576 |
+
.fi-arrow-thick-top:before {
|
| 577 |
+
content:'\e012';
|
| 578 |
+
}
|
| 579 |
+
|
| 580 |
+
.fi-arrow-top:before {
|
| 581 |
+
content:'\e013';
|
| 582 |
+
}
|
| 583 |
+
|
| 584 |
+
.fi-audio-spectrum:before {
|
| 585 |
+
content:'\e014';
|
| 586 |
+
}
|
| 587 |
+
|
| 588 |
+
.fi-audio:before {
|
| 589 |
+
content:'\e015';
|
| 590 |
+
}
|
| 591 |
+
|
| 592 |
+
.fi-badge:before {
|
| 593 |
+
content:'\e016';
|
| 594 |
+
}
|
| 595 |
+
|
| 596 |
+
.fi-ban:before {
|
| 597 |
+
content:'\e017';
|
| 598 |
+
}
|
| 599 |
+
|
| 600 |
+
.fi-bar-chart:before {
|
| 601 |
+
content:'\e018';
|
| 602 |
+
}
|
| 603 |
+
|
| 604 |
+
.fi-basket:before {
|
| 605 |
+
content:'\e019';
|
| 606 |
+
}
|
| 607 |
+
|
| 608 |
+
.fi-battery-empty:before {
|
| 609 |
+
content:'\e01a';
|
| 610 |
+
}
|
| 611 |
+
|
| 612 |
+
.fi-battery-full:before {
|
| 613 |
+
content:'\e01b';
|
| 614 |
+
}
|
| 615 |
+
|
| 616 |
+
.fi-beaker:before {
|
| 617 |
+
content:'\e01c';
|
| 618 |
+
}
|
| 619 |
+
|
| 620 |
+
.fi-bell:before {
|
| 621 |
+
content:'\e01d';
|
| 622 |
+
}
|
| 623 |
+
|
| 624 |
+
.fi-bluetooth:before {
|
| 625 |
+
content:'\e01e';
|
| 626 |
+
}
|
| 627 |
+
|
| 628 |
+
.fi-bold:before {
|
| 629 |
+
content:'\e01f';
|
| 630 |
+
}
|
| 631 |
+
|
| 632 |
+
.fi-bolt:before {
|
| 633 |
+
content:'\e020';
|
| 634 |
+
}
|
| 635 |
+
|
| 636 |
+
.fi-book:before {
|
| 637 |
+
content:'\e021';
|
| 638 |
+
}
|
| 639 |
+
|
| 640 |
+
.fi-bookmark:before {
|
| 641 |
+
content:'\e022';
|
| 642 |
+
}
|
| 643 |
+
|
| 644 |
+
.fi-box:before {
|
| 645 |
+
content:'\e023';
|
| 646 |
+
}
|
| 647 |
+
|
| 648 |
+
.fi-briefcase:before {
|
| 649 |
+
content:'\e024';
|
| 650 |
+
}
|
| 651 |
+
|
| 652 |
+
.fi-british-pound:before {
|
| 653 |
+
content:'\e025';
|
| 654 |
+
}
|
| 655 |
+
|
| 656 |
+
.fi-browser:before {
|
| 657 |
+
content:'\e026';
|
| 658 |
+
}
|
| 659 |
+
|
| 660 |
+
.fi-brush:before {
|
| 661 |
+
content:'\e027';
|
| 662 |
+
}
|
| 663 |
+
|
| 664 |
+
.fi-bug:before {
|
| 665 |
+
content:'\e028';
|
| 666 |
+
}
|
| 667 |
+
|
| 668 |
+
.fi-bullhorn:before {
|
| 669 |
+
content:'\e029';
|
| 670 |
+
}
|
| 671 |
+
|
| 672 |
+
.fi-calculator:before {
|
| 673 |
+
content:'\e02a';
|
| 674 |
+
}
|
| 675 |
+
|
| 676 |
+
.fi-calendar:before {
|
| 677 |
+
content:'\e02b';
|
| 678 |
+
}
|
| 679 |
+
|
| 680 |
+
.fi-camera-slr:before {
|
| 681 |
+
content:'\e02c';
|
| 682 |
+
}
|
| 683 |
+
|
| 684 |
+
.fi-caret-bottom:before {
|
| 685 |
+
content:'\e02d';
|
| 686 |
+
}
|
| 687 |
+
|
| 688 |
+
.fi-caret-left:before {
|
| 689 |
+
content:'\e02e';
|
| 690 |
+
}
|
| 691 |
+
|
| 692 |
+
.fi-caret-right:before {
|
| 693 |
+
content:'\e02f';
|
| 694 |
+
}
|
| 695 |
+
|
| 696 |
+
.fi-caret-top:before {
|
| 697 |
+
content:'\e030';
|
| 698 |
+
}
|
| 699 |
+
|
| 700 |
+
.fi-cart:before {
|
| 701 |
+
content:'\e031';
|
| 702 |
+
}
|
| 703 |
+
|
| 704 |
+
.fi-chat:before {
|
| 705 |
+
content:'\e032';
|
| 706 |
+
}
|
| 707 |
+
|
| 708 |
+
.fi-check:before {
|
| 709 |
+
content:'\e033';
|
| 710 |
+
}
|
| 711 |
+
|
| 712 |
+
.fi-chevron-bottom:before {
|
| 713 |
+
content:'\e034';
|
| 714 |
+
}
|
| 715 |
+
|
| 716 |
+
.fi-chevron-left:before {
|
| 717 |
+
content:'\e035';
|
| 718 |
+
}
|
| 719 |
+
|
| 720 |
+
.fi-chevron-right:before {
|
| 721 |
+
content:'\e036';
|
| 722 |
+
}
|
| 723 |
+
|
| 724 |
+
.fi-chevron-top:before {
|
| 725 |
+
content:'\e037';
|
| 726 |
+
}
|
| 727 |
+
|
| 728 |
+
.fi-circle-check:before {
|
| 729 |
+
content:'\e038';
|
| 730 |
+
}
|
| 731 |
+
|
| 732 |
+
.fi-circle-x:before {
|
| 733 |
+
content:'\e039';
|
| 734 |
+
}
|
| 735 |
+
|
| 736 |
+
.fi-clipboard:before {
|
| 737 |
+
content:'\e03a';
|
| 738 |
+
}
|
| 739 |
+
|
| 740 |
+
.fi-clock:before {
|
| 741 |
+
content:'\e03b';
|
| 742 |
+
}
|
| 743 |
+
|
| 744 |
+
.fi-cloud-download:before {
|
| 745 |
+
content:'\e03c';
|
| 746 |
+
}
|
| 747 |
+
|
| 748 |
+
.fi-cloud-upload:before {
|
| 749 |
+
content:'\e03d';
|
| 750 |
+
}
|
| 751 |
+
|
| 752 |
+
.fi-cloud:before {
|
| 753 |
+
content:'\e03e';
|
| 754 |
+
}
|
| 755 |
+
|
| 756 |
+
.fi-cloudy:before {
|
| 757 |
+
content:'\e03f';
|
| 758 |
+
}
|
| 759 |
+
|
| 760 |
+
.fi-code:before {
|
| 761 |
+
content:'\e040';
|
| 762 |
+
}
|
| 763 |
+
|
| 764 |
+
.fi-cog:before {
|
| 765 |
+
content:'\e041';
|
| 766 |
+
}
|
| 767 |
+
|
| 768 |
+
.fi-collapse-down:before {
|
| 769 |
+
content:'\e042';
|
| 770 |
+
}
|
| 771 |
+
|
| 772 |
+
.fi-collapse-left:before {
|
| 773 |
+
content:'\e043';
|
| 774 |
+
}
|
| 775 |
+
|
| 776 |
+
.fi-collapse-right:before {
|
| 777 |
+
content:'\e044';
|
| 778 |
+
}
|
| 779 |
+
|
| 780 |
+
.fi-collapse-up:before {
|
| 781 |
+
content:'\e045';
|
| 782 |
+
}
|
| 783 |
+
|
| 784 |
+
.fi-command:before {
|
| 785 |
+
content:'\e046';
|
| 786 |
+
}
|
| 787 |
+
|
| 788 |
+
.fi-comment-square:before {
|
| 789 |
+
content:'\e047';
|
| 790 |
+
}
|
| 791 |
+
|
| 792 |
+
.fi-compass:before {
|
| 793 |
+
content:'\e048';
|
| 794 |
+
}
|
| 795 |
+
|
| 796 |
+
.fi-contrast:before {
|
| 797 |
+
content:'\e049';
|
| 798 |
+
}
|
| 799 |
+
|
| 800 |
+
.fi-copywriting:before {
|
| 801 |
+
content:'\e04a';
|
| 802 |
+
}
|
| 803 |
+
|
| 804 |
+
.fi-credit-card:before {
|
| 805 |
+
content:'\e04b';
|
| 806 |
+
}
|
| 807 |
+
|
| 808 |
+
.fi-crop:before {
|
| 809 |
+
content:'\e04c';
|
| 810 |
+
}
|
| 811 |
+
|
| 812 |
+
.fi-dashboard:before {
|
| 813 |
+
content:'\e04d';
|
| 814 |
+
}
|
| 815 |
+
|
| 816 |
+
.fi-data-transfer-download:before {
|
| 817 |
+
content:'\e04e';
|
| 818 |
+
}
|
| 819 |
+
|
| 820 |
+
.fi-data-transfer-upload:before {
|
| 821 |
+
content:'\e04f';
|
| 822 |
+
}
|
| 823 |
+
|
| 824 |
+
.fi-delete:before {
|
| 825 |
+
content:'\e050';
|
| 826 |
+
}
|
| 827 |
+
|
| 828 |
+
.fi-dial:before {
|
| 829 |
+
content:'\e051';
|
| 830 |
+
}
|
| 831 |
+
|
| 832 |
+
.fi-document:before {
|
| 833 |
+
content:'\e052';
|
| 834 |
+
}
|
| 835 |
+
|
| 836 |
+
.fi-dollar:before {
|
| 837 |
+
content:'\e053';
|
| 838 |
+
}
|
| 839 |
+
|
| 840 |
+
.fi-double-quote-sans-left:before {
|
| 841 |
+
content:'\e054';
|
| 842 |
+
}
|
| 843 |
+
|
| 844 |
+
.fi-double-quote-sans-right:before {
|
| 845 |
+
content:'\e055';
|
| 846 |
+
}
|
| 847 |
+
|
| 848 |
+
.fi-double-quote-serif-left:before {
|
| 849 |
+
content:'\e056';
|
| 850 |
+
}
|
| 851 |
+
|
| 852 |
+
.fi-double-quote-serif-right:before {
|
| 853 |
+
content:'\e057';
|
| 854 |
+
}
|
| 855 |
+
|
| 856 |
+
.fi-droplet:before {
|
| 857 |
+
content:'\e058';
|
| 858 |
+
}
|
| 859 |
+
|
| 860 |
+
.fi-eject:before {
|
| 861 |
+
content:'\e059';
|
| 862 |
+
}
|
| 863 |
+
|
| 864 |
+
.fi-elevator:before {
|
| 865 |
+
content:'\e05a';
|
| 866 |
+
}
|
| 867 |
+
|
| 868 |
+
.fi-ellipses:before {
|
| 869 |
+
content:'\e05b';
|
| 870 |
+
}
|
| 871 |
+
|
| 872 |
+
.fi-envelope-closed:before {
|
| 873 |
+
content:'\e05c';
|
| 874 |
+
}
|
| 875 |
+
|
| 876 |
+
.fi-envelope-open:before {
|
| 877 |
+
content:'\e05d';
|
| 878 |
+
}
|
| 879 |
+
|
| 880 |
+
.fi-euro:before {
|
| 881 |
+
content:'\e05e';
|
| 882 |
+
}
|
| 883 |
+
|
| 884 |
+
.fi-excerpt:before {
|
| 885 |
+
content:'\e05f';
|
| 886 |
+
}
|
| 887 |
+
|
| 888 |
+
.fi-expand-down:before {
|
| 889 |
+
content:'\e060';
|
| 890 |
+
}
|
| 891 |
+
|
| 892 |
+
.fi-expand-left:before {
|
| 893 |
+
content:'\e061';
|
| 894 |
+
}
|
| 895 |
+
|
| 896 |
+
.fi-expand-right:before {
|
| 897 |
+
content:'\e062';
|
| 898 |
+
}
|
| 899 |
+
|
| 900 |
+
.fi-expand-up:before {
|
| 901 |
+
content:'\e063';
|
| 902 |
+
}
|
| 903 |
+
|
| 904 |
+
.fi-external-link:before {
|
| 905 |
+
content:'\e064';
|
| 906 |
+
}
|
| 907 |
+
|
| 908 |
+
.fi-eye:before {
|
| 909 |
+
content:'\e065';
|
| 910 |
+
}
|
| 911 |
+
|
| 912 |
+
.fi-eyedropper:before {
|
| 913 |
+
content:'\e066';
|
| 914 |
+
}
|
| 915 |
+
|
| 916 |
+
.fi-file:before {
|
| 917 |
+
content:'\e067';
|
| 918 |
+
}
|
| 919 |
+
|
| 920 |
+
.fi-fire:before {
|
| 921 |
+
content:'\e068';
|
| 922 |
+
}
|
| 923 |
+
|
| 924 |
+
.fi-flag:before {
|
| 925 |
+
content:'\e069';
|
| 926 |
+
}
|
| 927 |
+
|
| 928 |
+
.fi-flash:before {
|
| 929 |
+
content:'\e06a';
|
| 930 |
+
}
|
| 931 |
+
|
| 932 |
+
.fi-folder:before {
|
| 933 |
+
content:'\e06b';
|
| 934 |
+
}
|
| 935 |
+
|
| 936 |
+
.fi-fork:before {
|
| 937 |
+
content:'\e06c';
|
| 938 |
+
}
|
| 939 |
+
|
| 940 |
+
.fi-fullscreen-enter:before {
|
| 941 |
+
content:'\e06d';
|
| 942 |
+
}
|
| 943 |
+
|
| 944 |
+
.fi-fullscreen-exit:before {
|
| 945 |
+
content:'\e06e';
|
| 946 |
+
}
|
| 947 |
+
|
| 948 |
+
.fi-globe:before {
|
| 949 |
+
content:'\e06f';
|
| 950 |
+
}
|
| 951 |
+
|
| 952 |
+
.fi-graph:before {
|
| 953 |
+
content:'\e070';
|
| 954 |
+
}
|
| 955 |
+
|
| 956 |
+
.fi-grid-four-up:before {
|
| 957 |
+
content:'\e071';
|
| 958 |
+
}
|
| 959 |
+
|
| 960 |
+
.fi-grid-three-up:before {
|
| 961 |
+
content:'\e072';
|
| 962 |
+
}
|
| 963 |
+
|
| 964 |
+
.fi-grid-two-up:before {
|
| 965 |
+
content:'\e073';
|
| 966 |
+
}
|
| 967 |
+
|
| 968 |
+
.fi-hard-drive:before {
|
| 969 |
+
content:'\e074';
|
| 970 |
+
}
|
| 971 |
+
|
| 972 |
+
.fi-header:before {
|
| 973 |
+
content:'\e075';
|
| 974 |
+
}
|
| 975 |
+
|
| 976 |
+
.fi-headphones:before {
|
| 977 |
+
content:'\e076';
|
| 978 |
+
}
|
| 979 |
+
|
| 980 |
+
.fi-heart:before {
|
| 981 |
+
content:'\e077';
|
| 982 |
+
}
|
| 983 |
+
|
| 984 |
+
.fi-home:before {
|
| 985 |
+
content:'\e078';
|
| 986 |
+
}
|
| 987 |
+
|
| 988 |
+
.fi-image:before {
|
| 989 |
+
content:'\e079';
|
| 990 |
+
}
|
| 991 |
+
|
| 992 |
+
.fi-inbox:before {
|
| 993 |
+
content:'\e07a';
|
| 994 |
+
}
|
| 995 |
+
|
| 996 |
+
.fi-infinity:before {
|
| 997 |
+
content:'\e07b';
|
| 998 |
+
}
|
| 999 |
+
|
| 1000 |
+
.fi-info:before {
|
| 1001 |
+
content:'\e07c';
|
| 1002 |
+
}
|
| 1003 |
+
|
| 1004 |
+
.fi-italic:before {
|
| 1005 |
+
content:'\e07d';
|
| 1006 |
+
}
|
| 1007 |
+
|
| 1008 |
+
.fi-justify-center:before {
|
| 1009 |
+
content:'\e07e';
|
| 1010 |
+
}
|
| 1011 |
+
|
| 1012 |
+
.fi-justify-left:before {
|
| 1013 |
+
content:'\e07f';
|
| 1014 |
+
}
|
| 1015 |
+
|
| 1016 |
+
.fi-justify-right:before {
|
| 1017 |
+
content:'\e080';
|
| 1018 |
+
}
|
| 1019 |
+
|
| 1020 |
+
.fi-key:before {
|
| 1021 |
+
content:'\e081';
|
| 1022 |
+
}
|
| 1023 |
+
|
| 1024 |
+
.fi-laptop:before {
|
| 1025 |
+
content:'\e082';
|
| 1026 |
+
}
|
| 1027 |
+
|
| 1028 |
+
.fi-layers:before {
|
| 1029 |
+
content:'\e083';
|
| 1030 |
+
}
|
| 1031 |
+
|
| 1032 |
+
.fi-lightbulb:before {
|
| 1033 |
+
content:'\e084';
|
| 1034 |
+
}
|
| 1035 |
+
|
| 1036 |
+
.fi-link-broken:before {
|
| 1037 |
+
content:'\e085';
|
| 1038 |
+
}
|
| 1039 |
+
|
| 1040 |
+
.fi-link-intact:before {
|
| 1041 |
+
content:'\e086';
|
| 1042 |
+
}
|
| 1043 |
+
|
| 1044 |
+
.fi-list-rich:before {
|
| 1045 |
+
content:'\e087';
|
| 1046 |
+
}
|
| 1047 |
+
|
| 1048 |
+
.fi-list:before {
|
| 1049 |
+
content:'\e088';
|
| 1050 |
+
}
|
| 1051 |
+
|
| 1052 |
+
.fi-location:before {
|
| 1053 |
+
content:'\e089';
|
| 1054 |
+
}
|
| 1055 |
+
|
| 1056 |
+
.fi-lock-locked:before {
|
| 1057 |
+
content:'\e08a';
|
| 1058 |
+
}
|
| 1059 |
+
|
| 1060 |
+
.fi-lock-unlocked:before {
|
| 1061 |
+
content:'\e08b';
|
| 1062 |
+
}
|
| 1063 |
+
|
| 1064 |
+
.fi-loop-circular:before {
|
| 1065 |
+
content:'\e08c';
|
| 1066 |
+
}
|
| 1067 |
+
|
| 1068 |
+
.fi-loop-square:before {
|
| 1069 |
+
content:'\e08d';
|
| 1070 |
+
}
|
| 1071 |
+
|
| 1072 |
+
.fi-loop:before {
|
| 1073 |
+
content:'\e08e';
|
| 1074 |
+
}
|
| 1075 |
+
|
| 1076 |
+
.fi-magnifying-glass:before {
|
| 1077 |
+
content:'\e08f';
|
| 1078 |
+
}
|
| 1079 |
+
|
| 1080 |
+
.fi-map-marker:before {
|
| 1081 |
+
content:'\e090';
|
| 1082 |
+
}
|
| 1083 |
+
|
| 1084 |
+
.fi-map:before {
|
| 1085 |
+
content:'\e091';
|
| 1086 |
+
}
|
| 1087 |
+
|
| 1088 |
+
.fi-media-pause:before {
|
| 1089 |
+
content:'\e092';
|
| 1090 |
+
}
|
| 1091 |
+
|
| 1092 |
+
.fi-media-play:before {
|
| 1093 |
+
content:'\e093';
|
| 1094 |
+
}
|
| 1095 |
+
|
| 1096 |
+
.fi-media-record:before {
|
| 1097 |
+
content:'\e094';
|
| 1098 |
+
}
|
| 1099 |
+
|
| 1100 |
+
.fi-media-skip-backward:before {
|
| 1101 |
+
content:'\e095';
|
| 1102 |
+
}
|
| 1103 |
+
|
| 1104 |
+
.fi-media-skip-forward:before {
|
| 1105 |
+
content:'\e096';
|
| 1106 |
+
}
|
| 1107 |
+
|
| 1108 |
+
.fi-media-step-backward:before {
|
| 1109 |
+
content:'\e097';
|
| 1110 |
+
}
|
| 1111 |
+
|
| 1112 |
+
.fi-media-step-forward:before {
|
| 1113 |
+
content:'\e098';
|
| 1114 |
+
}
|
| 1115 |
+
|
| 1116 |
+
.fi-media-stop:before {
|
| 1117 |
+
content:'\e099';
|
| 1118 |
+
}
|
| 1119 |
+
|
| 1120 |
+
.fi-medical-cross:before {
|
| 1121 |
+
content:'\e09a';
|
| 1122 |
+
}
|
| 1123 |
+
|
| 1124 |
+
.fi-menu:before {
|
| 1125 |
+
content:'\e09b';
|
| 1126 |
+
}
|
| 1127 |
+
|
| 1128 |
+
.fi-microphone:before {
|
| 1129 |
+
content:'\e09c';
|
| 1130 |
+
}
|
| 1131 |
+
|
| 1132 |
+
.fi-minus:before {
|
| 1133 |
+
content:'\e09d';
|
| 1134 |
+
}
|
| 1135 |
+
|
| 1136 |
+
.fi-monitor:before {
|
| 1137 |
+
content:'\e09e';
|
| 1138 |
+
}
|
| 1139 |
+
|
| 1140 |
+
.fi-moon:before {
|
| 1141 |
+
content:'\e09f';
|
| 1142 |
+
}
|
| 1143 |
+
|
| 1144 |
+
.fi-move:before {
|
| 1145 |
+
content:'\e0a0';
|
| 1146 |
+
}
|
| 1147 |
+
|
| 1148 |
+
.fi-musical-note:before {
|
| 1149 |
+
content:'\e0a1';
|
| 1150 |
+
}
|
| 1151 |
+
|
| 1152 |
+
.fi-paperclip:before {
|
| 1153 |
+
content:'\e0a2';
|
| 1154 |
+
}
|
| 1155 |
+
|
| 1156 |
+
.fi-pencil:before {
|
| 1157 |
+
content:'\e0a3';
|
| 1158 |
+
}
|
| 1159 |
+
|
| 1160 |
+
.fi-people:before {
|
| 1161 |
+
content:'\e0a4';
|
| 1162 |
+
}
|
| 1163 |
+
|
| 1164 |
+
.fi-person:before {
|
| 1165 |
+
content:'\e0a5';
|
| 1166 |
+
}
|
| 1167 |
+
|
| 1168 |
+
.fi-phone:before {
|
| 1169 |
+
content:'\e0a6';
|
| 1170 |
+
}
|
| 1171 |
+
|
| 1172 |
+
.fi-pie-chart:before {
|
| 1173 |
+
content:'\e0a7';
|
| 1174 |
+
}
|
| 1175 |
+
|
| 1176 |
+
.fi-pin:before {
|
| 1177 |
+
content:'\e0a8';
|
| 1178 |
+
}
|
| 1179 |
+
|
| 1180 |
+
.fi-play-circle:before {
|
| 1181 |
+
content:'\e0a9';
|
| 1182 |
+
}
|
| 1183 |
+
|
| 1184 |
+
.fi-plus:before {
|
| 1185 |
+
content:'\e0aa';
|
| 1186 |
+
}
|
| 1187 |
+
|
| 1188 |
+
.fi-power-standby:before {
|
| 1189 |
+
content:'\e0ab';
|
| 1190 |
+
}
|
| 1191 |
+
|
| 1192 |
+
.fi-print:before {
|
| 1193 |
+
content:'\e0ac';
|
| 1194 |
+
}
|
| 1195 |
+
|
| 1196 |
+
.fi-project:before {
|
| 1197 |
+
content:'\e0ad';
|
| 1198 |
+
}
|
| 1199 |
+
|
| 1200 |
+
.fi-pulse:before {
|
| 1201 |
+
content:'\e0ae';
|
| 1202 |
+
}
|
| 1203 |
+
|
| 1204 |
+
.fi-puzzle-piece:before {
|
| 1205 |
+
content:'\e0af';
|
| 1206 |
+
}
|
| 1207 |
+
|
| 1208 |
+
.fi-question-mark:before {
|
| 1209 |
+
content:'\e0b0';
|
| 1210 |
+
}
|
| 1211 |
+
|
| 1212 |
+
.fi-rain:before {
|
| 1213 |
+
content:'\e0b1';
|
| 1214 |
+
}
|
| 1215 |
+
|
| 1216 |
+
.fi-random:before {
|
| 1217 |
+
content:'\e0b2';
|
| 1218 |
+
}
|
| 1219 |
+
|
| 1220 |
+
.fi-reload:before {
|
| 1221 |
+
content:'\e0b3';
|
| 1222 |
+
}
|
| 1223 |
+
|
| 1224 |
+
.fi-resize-both:before {
|
| 1225 |
+
content:'\e0b4';
|
| 1226 |
+
}
|
| 1227 |
+
|
| 1228 |
+
.fi-resize-height:before {
|
| 1229 |
+
content:'\e0b5';
|
| 1230 |
+
}
|
| 1231 |
+
|
| 1232 |
+
.fi-resize-width:before {
|
| 1233 |
+
content:'\e0b6';
|
| 1234 |
+
}
|
| 1235 |
+
|
| 1236 |
+
.fi-rss-alt:before {
|
| 1237 |
+
content:'\e0b7';
|
| 1238 |
+
}
|
| 1239 |
+
|
| 1240 |
+
.fi-rss:before {
|
| 1241 |
+
content:'\e0b8';
|
| 1242 |
+
}
|
| 1243 |
+
|
| 1244 |
+
.fi-script:before {
|
| 1245 |
+
content:'\e0b9';
|
| 1246 |
+
}
|
| 1247 |
+
|
| 1248 |
+
.fi-share-boxed:before {
|
| 1249 |
+
content:'\e0ba';
|
| 1250 |
+
}
|
| 1251 |
+
|
| 1252 |
+
.fi-share:before {
|
| 1253 |
+
content:'\e0bb';
|
| 1254 |
+
}
|
| 1255 |
+
|
| 1256 |
+
.fi-shield:before {
|
| 1257 |
+
content:'\e0bc';
|
| 1258 |
+
}
|
| 1259 |
+
|
| 1260 |
+
.fi-signal:before {
|
| 1261 |
+
content:'\e0bd';
|
| 1262 |
+
}
|
| 1263 |
+
|
| 1264 |
+
.fi-signpost:before {
|
| 1265 |
+
content:'\e0be';
|
| 1266 |
+
}
|
| 1267 |
+
|
| 1268 |
+
.fi-sort-ascending:before {
|
| 1269 |
+
content:'\e0bf';
|
| 1270 |
+
}
|
| 1271 |
+
|
| 1272 |
+
.fi-sort-descending:before {
|
| 1273 |
+
content:'\e0c0';
|
| 1274 |
+
}
|
| 1275 |
+
|
| 1276 |
+
.fi-spreadsheet:before {
|
| 1277 |
+
content:'\e0c1';
|
| 1278 |
+
}
|
| 1279 |
+
|
| 1280 |
+
.fi-star:before {
|
| 1281 |
+
content:'\e0c2';
|
| 1282 |
+
}
|
| 1283 |
+
|
| 1284 |
+
.fi-sun:before {
|
| 1285 |
+
content:'\e0c3';
|
| 1286 |
+
}
|
| 1287 |
+
|
| 1288 |
+
.fi-tablet:before {
|
| 1289 |
+
content:'\e0c4';
|
| 1290 |
+
}
|
| 1291 |
+
|
| 1292 |
+
.fi-tag:before {
|
| 1293 |
+
content:'\e0c5';
|
| 1294 |
+
}
|
| 1295 |
+
|
| 1296 |
+
.fi-tags:before {
|
| 1297 |
+
content:'\e0c6';
|
| 1298 |
+
}
|
| 1299 |
+
|
| 1300 |
+
.fi-target:before {
|
| 1301 |
+
content:'\e0c7';
|
| 1302 |
+
}
|
| 1303 |
+
|
| 1304 |
+
.fi-task:before {
|
| 1305 |
+
content:'\e0c8';
|
| 1306 |
+
}
|
| 1307 |
+
|
| 1308 |
+
.fi-terminal:before {
|
| 1309 |
+
content:'\e0c9';
|
| 1310 |
+
}
|
| 1311 |
+
|
| 1312 |
+
.fi-text:before {
|
| 1313 |
+
content:'\e0ca';
|
| 1314 |
+
}
|
| 1315 |
+
|
| 1316 |
+
.fi-thumb-down:before {
|
| 1317 |
+
content:'\e0cb';
|
| 1318 |
+
}
|
| 1319 |
+
|
| 1320 |
+
.fi-thumb-up:before {
|
| 1321 |
+
content:'\e0cc';
|
| 1322 |
+
}
|
| 1323 |
+
|
| 1324 |
+
.fi-timer:before {
|
| 1325 |
+
content:'\e0cd';
|
| 1326 |
+
}
|
| 1327 |
+
|
| 1328 |
+
.fi-transfer:before {
|
| 1329 |
+
content:'\e0ce';
|
| 1330 |
+
}
|
| 1331 |
+
|
| 1332 |
+
.fi-trash:before {
|
| 1333 |
+
content:'\e0cf';
|
| 1334 |
+
}
|
| 1335 |
+
|
| 1336 |
+
.fi-underline:before {
|
| 1337 |
+
content:'\e0d0';
|
| 1338 |
+
}
|
| 1339 |
+
|
| 1340 |
+
.fi-vertical-align-bottom:before {
|
| 1341 |
+
content:'\e0d1';
|
| 1342 |
+
}
|
| 1343 |
+
|
| 1344 |
+
.fi-vertical-align-center:before {
|
| 1345 |
+
content:'\e0d2';
|
| 1346 |
+
}
|
| 1347 |
+
|
| 1348 |
+
.fi-vertical-align-top:before {
|
| 1349 |
+
content:'\e0d3';
|
| 1350 |
+
}
|
| 1351 |
+
|
| 1352 |
+
.fi-video:before {
|
| 1353 |
+
content:'\e0d4';
|
| 1354 |
+
}
|
| 1355 |
+
|
| 1356 |
+
.fi-volume-high:before {
|
| 1357 |
+
content:'\e0d5';
|
| 1358 |
+
}
|
| 1359 |
+
|
| 1360 |
+
.fi-volume-low:before {
|
| 1361 |
+
content:'\e0d6';
|
| 1362 |
+
}
|
| 1363 |
+
|
| 1364 |
+
.fi-volume-off:before {
|
| 1365 |
+
content:'\e0d7';
|
| 1366 |
+
}
|
| 1367 |
+
|
| 1368 |
+
.fi-warning:before {
|
| 1369 |
+
content:'\e0d8';
|
| 1370 |
+
}
|
| 1371 |
+
|
| 1372 |
+
.fi-wifi:before {
|
| 1373 |
+
content:'\e0d9';
|
| 1374 |
+
}
|
| 1375 |
+
|
| 1376 |
+
.fi-wrench:before {
|
| 1377 |
+
content:'\e0da';
|
| 1378 |
+
}
|
| 1379 |
+
|
| 1380 |
+
.fi-x:before {
|
| 1381 |
+
content:'\e0db';
|
| 1382 |
+
}
|
| 1383 |
+
|
| 1384 |
+
.fi-yen:before {
|
| 1385 |
+
content:'\e0dc';
|
| 1386 |
+
}
|
| 1387 |
+
|
| 1388 |
+
.fi-zoom-in:before {
|
| 1389 |
+
content:'\e0dd';
|
| 1390 |
+
}
|
| 1391 |
+
|
| 1392 |
+
.fi-zoom-out:before {
|
| 1393 |
+
content:'\e0de';
|
| 1394 |
+
}
|
| 1395 |
+
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic-foundation.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic.woff) format('woff'),url(../fonts/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic.otf) format('opentype'),url(../fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.fi-account-login:before,.fi-account-logout:before,.fi-action-redo:before,.fi-action-undo:before,.fi-align-center:before,.fi-align-left:before,.fi-align-right:before,.fi-aperture:before,.fi-arrow-bottom:before,.fi-arrow-circle-bottom:before,.fi-arrow-circle-left:before,.fi-arrow-circle-right:before,.fi-arrow-circle-top:before,.fi-arrow-left:before,.fi-arrow-right:before,.fi-arrow-thick-bottom:before,.fi-arrow-thick-left:before,.fi-arrow-thick-right:before,.fi-arrow-thick-top:before,.fi-arrow-top:before,.fi-audio-spectrum:before,.fi-audio:before,.fi-badge:before,.fi-ban:before,.fi-bar-chart:before,.fi-basket:before,.fi-battery-empty:before,.fi-battery-full:before,.fi-beaker:before,.fi-bell:before,.fi-bluetooth:before,.fi-bold:before,.fi-bolt:before,.fi-book:before,.fi-bookmark:before,.fi-box:before,.fi-briefcase:before,.fi-british-pound:before,.fi-browser:before,.fi-brush:before,.fi-bug:before,.fi-bullhorn:before,.fi-calculator:before,.fi-calendar:before,.fi-camera-slr:before,.fi-caret-bottom:before,.fi-caret-left:before,.fi-caret-right:before,.fi-caret-top:before,.fi-cart:before,.fi-chat:before,.fi-check:before,.fi-chevron-bottom:before,.fi-chevron-left:before,.fi-chevron-right:before,.fi-chevron-top:before,.fi-circle-check:before,.fi-circle-x:before,.fi-clipboard:before,.fi-clock:before,.fi-cloud-download:before,.fi-cloud-upload:before,.fi-cloud:before,.fi-cloudy:before,.fi-code:before,.fi-cog:before,.fi-collapse-down:before,.fi-collapse-left:before,.fi-collapse-right:before,.fi-collapse-up:before,.fi-command:before,.fi-comment-square:before,.fi-compass:before,.fi-contrast:before,.fi-copywriting:before,.fi-credit-card:before,.fi-crop:before,.fi-dashboard:before,.fi-data-transfer-download:before,.fi-data-transfer-upload:before,.fi-delete:before,.fi-dial:before,.fi-document:before,.fi-dollar:before,.fi-double-quote-sans-left:before,.fi-double-quote-sans-right:before,.fi-double-quote-serif-left:before,.fi-double-quote-serif-right:before,.fi-droplet:before,.fi-eject:before,.fi-elevator:before,.fi-ellipses:before,.fi-envelope-closed:before,.fi-envelope-open:before,.fi-euro:before,.fi-excerpt:before,.fi-expand-down:before,.fi-expand-left:before,.fi-expand-right:before,.fi-expand-up:before,.fi-external-link:before,.fi-eye:before,.fi-eyedropper:before,.fi-file:before,.fi-fire:before,.fi-flag:before,.fi-flash:before,.fi-folder:before,.fi-fork:before,.fi-fullscreen-enter:before,.fi-fullscreen-exit:before,.fi-globe:before,.fi-graph:before,.fi-grid-four-up:before,.fi-grid-three-up:before,.fi-grid-two-up:before,.fi-hard-drive:before,.fi-header:before,.fi-headphones:before,.fi-heart:before,.fi-home:before,.fi-image:before,.fi-inbox:before,.fi-infinity:before,.fi-info:before,.fi-italic:before,.fi-justify-center:before,.fi-justify-left:before,.fi-justify-right:before,.fi-key:before,.fi-laptop:before,.fi-layers:before,.fi-lightbulb:before,.fi-link-broken:before,.fi-link-intact:before,.fi-list-rich:before,.fi-list:before,.fi-location:before,.fi-lock-locked:before,.fi-lock-unlocked:before,.fi-loop-circular:before,.fi-loop-square:before,.fi-loop:before,.fi-magnifying-glass:before,.fi-map-marker:before,.fi-map:before,.fi-media-pause:before,.fi-media-play:before,.fi-media-record:before,.fi-media-skip-backward:before,.fi-media-skip-forward:before,.fi-media-step-backward:before,.fi-media-step-forward:before,.fi-media-stop:before,.fi-medical-cross:before,.fi-menu:before,.fi-microphone:before,.fi-minus:before,.fi-monitor:before,.fi-moon:before,.fi-move:before,.fi-musical-note:before,.fi-paperclip:before,.fi-pencil:before,.fi-people:before,.fi-person:before,.fi-phone:before,.fi-pie-chart:before,.fi-pin:before,.fi-play-circle:before,.fi-plus:before,.fi-power-standby:before,.fi-print:before,.fi-project:before,.fi-pulse:before,.fi-puzzle-piece:before,.fi-question-mark:before,.fi-rain:before,.fi-random:before,.fi-reload:before,.fi-resize-both:before,.fi-resize-height:before,.fi-resize-width:before,.fi-rss-alt:before,.fi-rss:before,.fi-script:before,.fi-share-boxed:before,.fi-share:before,.fi-shield:before,.fi-signal:before,.fi-signpost:before,.fi-sort-ascending:before,.fi-sort-descending:before,.fi-spreadsheet:before,.fi-star:before,.fi-sun:before,.fi-tablet:before,.fi-tag:before,.fi-tags:before,.fi-target:before,.fi-task:before,.fi-terminal:before,.fi-text:before,.fi-thumb-down:before,.fi-thumb-up:before,.fi-timer:before,.fi-transfer:before,.fi-trash:before,.fi-underline:before,.fi-vertical-align-bottom:before,.fi-vertical-align-center:before,.fi-vertical-align-top:before,.fi-video:before,.fi-volume-high:before,.fi-volume-low:before,.fi-volume-off:before,.fi-warning:before,.fi-wifi:before,.fi-wrench:before,.fi-x:before,.fi-yen:before,.fi-zoom-in:before,.fi-zoom-out:before{font-family:Icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:inherit}[class*=fi-].oi-align-center:before{text-align:center}[class*=fi-].oi-align-left:before{text-align:left}[class*=fi-].oi-align-right:before{text-align:right}[class*=fi-].oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}[class*=fi-].oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}[class*=fi-].oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.fi-account-login:before{content:'\e000'}.fi-account-logout:before{content:'\e001'}.fi-action-redo:before{content:'\e002'}.fi-action-undo:before{content:'\e003'}.fi-align-center:before{content:'\e004'}.fi-align-left:before{content:'\e005'}.fi-align-right:before{content:'\e006'}.fi-aperture:before{content:'\e007'}.fi-arrow-bottom:before{content:'\e008'}.fi-arrow-circle-bottom:before{content:'\e009'}.fi-arrow-circle-left:before{content:'\e00a'}.fi-arrow-circle-right:before{content:'\e00b'}.fi-arrow-circle-top:before{content:'\e00c'}.fi-arrow-left:before{content:'\e00d'}.fi-arrow-right:before{content:'\e00e'}.fi-arrow-thick-bottom:before{content:'\e00f'}.fi-arrow-thick-left:before{content:'\e010'}.fi-arrow-thick-right:before{content:'\e011'}.fi-arrow-thick-top:before{content:'\e012'}.fi-arrow-top:before{content:'\e013'}.fi-audio-spectrum:before{content:'\e014'}.fi-audio:before{content:'\e015'}.fi-badge:before{content:'\e016'}.fi-ban:before{content:'\e017'}.fi-bar-chart:before{content:'\e018'}.fi-basket:before{content:'\e019'}.fi-battery-empty:before{content:'\e01a'}.fi-battery-full:before{content:'\e01b'}.fi-beaker:before{content:'\e01c'}.fi-bell:before{content:'\e01d'}.fi-bluetooth:before{content:'\e01e'}.fi-bold:before{content:'\e01f'}.fi-bolt:before{content:'\e020'}.fi-book:before{content:'\e021'}.fi-bookmark:before{content:'\e022'}.fi-box:before{content:'\e023'}.fi-briefcase:before{content:'\e024'}.fi-british-pound:before{content:'\e025'}.fi-browser:before{content:'\e026'}.fi-brush:before{content:'\e027'}.fi-bug:before{content:'\e028'}.fi-bullhorn:before{content:'\e029'}.fi-calculator:before{content:'\e02a'}.fi-calendar:before{content:'\e02b'}.fi-camera-slr:before{content:'\e02c'}.fi-caret-bottom:before{content:'\e02d'}.fi-caret-left:before{content:'\e02e'}.fi-caret-right:before{content:'\e02f'}.fi-caret-top:before{content:'\e030'}.fi-cart:before{content:'\e031'}.fi-chat:before{content:'\e032'}.fi-check:before{content:'\e033'}.fi-chevron-bottom:before{content:'\e034'}.fi-chevron-left:before{content:'\e035'}.fi-chevron-right:before{content:'\e036'}.fi-chevron-top:before{content:'\e037'}.fi-circle-check:before{content:'\e038'}.fi-circle-x:before{content:'\e039'}.fi-clipboard:before{content:'\e03a'}.fi-clock:before{content:'\e03b'}.fi-cloud-download:before{content:'\e03c'}.fi-cloud-upload:before{content:'\e03d'}.fi-cloud:before{content:'\e03e'}.fi-cloudy:before{content:'\e03f'}.fi-code:before{content:'\e040'}.fi-cog:before{content:'\e041'}.fi-collapse-down:before{content:'\e042'}.fi-collapse-left:before{content:'\e043'}.fi-collapse-right:before{content:'\e044'}.fi-collapse-up:before{content:'\e045'}.fi-command:before{content:'\e046'}.fi-comment-square:before{content:'\e047'}.fi-compass:before{content:'\e048'}.fi-contrast:before{content:'\e049'}.fi-copywriting:before{content:'\e04a'}.fi-credit-card:before{content:'\e04b'}.fi-crop:before{content:'\e04c'}.fi-dashboard:before{content:'\e04d'}.fi-data-transfer-download:before{content:'\e04e'}.fi-data-transfer-upload:before{content:'\e04f'}.fi-delete:before{content:'\e050'}.fi-dial:before{content:'\e051'}.fi-document:before{content:'\e052'}.fi-dollar:before{content:'\e053'}.fi-double-quote-sans-left:before{content:'\e054'}.fi-double-quote-sans-right:before{content:'\e055'}.fi-double-quote-serif-left:before{content:'\e056'}.fi-double-quote-serif-right:before{content:'\e057'}.fi-droplet:before{content:'\e058'}.fi-eject:before{content:'\e059'}.fi-elevator:before{content:'\e05a'}.fi-ellipses:before{content:'\e05b'}.fi-envelope-closed:before{content:'\e05c'}.fi-envelope-open:before{content:'\e05d'}.fi-euro:before{content:'\e05e'}.fi-excerpt:before{content:'\e05f'}.fi-expand-down:before{content:'\e060'}.fi-expand-left:before{content:'\e061'}.fi-expand-right:before{content:'\e062'}.fi-expand-up:before{content:'\e063'}.fi-external-link:before{content:'\e064'}.fi-eye:before{content:'\e065'}.fi-eyedropper:before{content:'\e066'}.fi-file:before{content:'\e067'}.fi-fire:before{content:'\e068'}.fi-flag:before{content:'\e069'}.fi-flash:before{content:'\e06a'}.fi-folder:before{content:'\e06b'}.fi-fork:before{content:'\e06c'}.fi-fullscreen-enter:before{content:'\e06d'}.fi-fullscreen-exit:before{content:'\e06e'}.fi-globe:before{content:'\e06f'}.fi-graph:before{content:'\e070'}.fi-grid-four-up:before{content:'\e071'}.fi-grid-three-up:before{content:'\e072'}.fi-grid-two-up:before{content:'\e073'}.fi-hard-drive:before{content:'\e074'}.fi-header:before{content:'\e075'}.fi-headphones:before{content:'\e076'}.fi-heart:before{content:'\e077'}.fi-home:before{content:'\e078'}.fi-image:before{content:'\e079'}.fi-inbox:before{content:'\e07a'}.fi-infinity:before{content:'\e07b'}.fi-info:before{content:'\e07c'}.fi-italic:before{content:'\e07d'}.fi-justify-center:before{content:'\e07e'}.fi-justify-left:before{content:'\e07f'}.fi-justify-right:before{content:'\e080'}.fi-key:before{content:'\e081'}.fi-laptop:before{content:'\e082'}.fi-layers:before{content:'\e083'}.fi-lightbulb:before{content:'\e084'}.fi-link-broken:before{content:'\e085'}.fi-link-intact:before{content:'\e086'}.fi-list-rich:before{content:'\e087'}.fi-list:before{content:'\e088'}.fi-location:before{content:'\e089'}.fi-lock-locked:before{content:'\e08a'}.fi-lock-unlocked:before{content:'\e08b'}.fi-loop-circular:before{content:'\e08c'}.fi-loop-square:before{content:'\e08d'}.fi-loop:before{content:'\e08e'}.fi-magnifying-glass:before{content:'\e08f'}.fi-map-marker:before{content:'\e090'}.fi-map:before{content:'\e091'}.fi-media-pause:before{content:'\e092'}.fi-media-play:before{content:'\e093'}.fi-media-record:before{content:'\e094'}.fi-media-skip-backward:before{content:'\e095'}.fi-media-skip-forward:before{content:'\e096'}.fi-media-step-backward:before{content:'\e097'}.fi-media-step-forward:before{content:'\e098'}.fi-media-stop:before{content:'\e099'}.fi-medical-cross:before{content:'\e09a'}.fi-menu:before{content:'\e09b'}.fi-microphone:before{content:'\e09c'}.fi-minus:before{content:'\e09d'}.fi-monitor:before{content:'\e09e'}.fi-moon:before{content:'\e09f'}.fi-move:before{content:'\e0a0'}.fi-musical-note:before{content:'\e0a1'}.fi-paperclip:before{content:'\e0a2'}.fi-pencil:before{content:'\e0a3'}.fi-people:before{content:'\e0a4'}.fi-person:before{content:'\e0a5'}.fi-phone:before{content:'\e0a6'}.fi-pie-chart:before{content:'\e0a7'}.fi-pin:before{content:'\e0a8'}.fi-play-circle:before{content:'\e0a9'}.fi-plus:before{content:'\e0aa'}.fi-power-standby:before{content:'\e0ab'}.fi-print:before{content:'\e0ac'}.fi-project:before{content:'\e0ad'}.fi-pulse:before{content:'\e0ae'}.fi-puzzle-piece:before{content:'\e0af'}.fi-question-mark:before{content:'\e0b0'}.fi-rain:before{content:'\e0b1'}.fi-random:before{content:'\e0b2'}.fi-reload:before{content:'\e0b3'}.fi-resize-both:before{content:'\e0b4'}.fi-resize-height:before{content:'\e0b5'}.fi-resize-width:before{content:'\e0b6'}.fi-rss-alt:before{content:'\e0b7'}.fi-rss:before{content:'\e0b8'}.fi-script:before{content:'\e0b9'}.fi-share-boxed:before{content:'\e0ba'}.fi-share:before{content:'\e0bb'}.fi-shield:before{content:'\e0bc'}.fi-signal:before{content:'\e0bd'}.fi-signpost:before{content:'\e0be'}.fi-sort-ascending:before{content:'\e0bf'}.fi-sort-descending:before{content:'\e0c0'}.fi-spreadsheet:before{content:'\e0c1'}.fi-star:before{content:'\e0c2'}.fi-sun:before{content:'\e0c3'}.fi-tablet:before{content:'\e0c4'}.fi-tag:before{content:'\e0c5'}.fi-tags:before{content:'\e0c6'}.fi-target:before{content:'\e0c7'}.fi-task:before{content:'\e0c8'}.fi-terminal:before{content:'\e0c9'}.fi-text:before{content:'\e0ca'}.fi-thumb-down:before{content:'\e0cb'}.fi-thumb-up:before{content:'\e0cc'}.fi-timer:before{content:'\e0cd'}.fi-transfer:before{content:'\e0ce'}.fi-trash:before{content:'\e0cf'}.fi-underline:before{content:'\e0d0'}.fi-vertical-align-bottom:before{content:'\e0d1'}.fi-vertical-align-center:before{content:'\e0d2'}.fi-vertical-align-top:before{content:'\e0d3'}.fi-video:before{content:'\e0d4'}.fi-volume-high:before{content:'\e0d5'}.fi-volume-low:before{content:'\e0d6'}.fi-volume-off:before{content:'\e0d7'}.fi-warning:before{content:'\e0d8'}.fi-wifi:before{content:'\e0d9'}.fi-wrench:before{content:'\e0da'}.fi-x:before{content:'\e0db'}.fi-yen:before{content:'\e0dc'}.fi-zoom-in:before{content:'\e0dd'}.fi-zoom-out:before{content:'\e0de'}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic.css
ADDED
|
@@ -0,0 +1,511 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
@font-face {
|
| 3 |
+
font-family: 'Icons';
|
| 4 |
+
src: url('../fonts/open-iconic.eot');
|
| 5 |
+
src: url('../fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.otf') format('opentype'), url('../fonts/open-iconic.svg#iconic-sm') format('svg');
|
| 6 |
+
font-weight: normal;
|
| 7 |
+
font-style: normal;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.oi[data-glyph].oi-text-replace {
|
| 11 |
+
font-size: 0;
|
| 12 |
+
line-height: 0;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
.oi[data-glyph].oi-text-replace:before {
|
| 16 |
+
width: 1em;
|
| 17 |
+
text-align: center;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.oi[data-glyph]:before {
|
| 21 |
+
font-family: 'Icons';
|
| 22 |
+
display: inline-block;
|
| 23 |
+
speak: none;
|
| 24 |
+
line-height: 1;
|
| 25 |
+
vertical-align: baseline;
|
| 26 |
+
font-weight: normal;
|
| 27 |
+
font-style: normal;
|
| 28 |
+
-webkit-font-smoothing: antialiased;
|
| 29 |
+
-moz-osx-font-smoothing: grayscale;
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
.oi[data-glyph]:empty:before {
|
| 33 |
+
width: 1em;
|
| 34 |
+
text-align: center;
|
| 35 |
+
box-sizing: content-box;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.oi[data-glyph].oi-align-left:before {
|
| 39 |
+
text-align: left;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
.oi[data-glyph].oi-align-right:before {
|
| 43 |
+
text-align: right;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
.oi[data-glyph].oi-align-center:before {
|
| 47 |
+
text-align: center;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.oi[data-glyph].oi-flip-horizontal:before {
|
| 51 |
+
-webkit-transform: scale(-1, 1);
|
| 52 |
+
-ms-transform: scale(-1, 1);
|
| 53 |
+
transform: scale(-1, 1);
|
| 54 |
+
}
|
| 55 |
+
.oi[data-glyph].oi-flip-vertical:before {
|
| 56 |
+
-webkit-transform: scale(1, -1);
|
| 57 |
+
-ms-transform: scale(-1, 1);
|
| 58 |
+
transform: scale(1, -1);
|
| 59 |
+
}
|
| 60 |
+
.oi[data-glyph].oi-flip-horizontal-vertical:before {
|
| 61 |
+
-webkit-transform: scale(-1, -1);
|
| 62 |
+
-ms-transform: scale(-1, 1);
|
| 63 |
+
transform: scale(-1, -1);
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
.oi[data-glyph=account-login]:before { content:'\e000'; }
|
| 68 |
+
|
| 69 |
+
.oi[data-glyph=account-logout]:before { content:'\e001'; }
|
| 70 |
+
|
| 71 |
+
.oi[data-glyph=action-redo]:before { content:'\e002'; }
|
| 72 |
+
|
| 73 |
+
.oi[data-glyph=action-undo]:before { content:'\e003'; }
|
| 74 |
+
|
| 75 |
+
.oi[data-glyph=align-center]:before { content:'\e004'; }
|
| 76 |
+
|
| 77 |
+
.oi[data-glyph=align-left]:before { content:'\e005'; }
|
| 78 |
+
|
| 79 |
+
.oi[data-glyph=align-right]:before { content:'\e006'; }
|
| 80 |
+
|
| 81 |
+
.oi[data-glyph=aperture]:before { content:'\e007'; }
|
| 82 |
+
|
| 83 |
+
.oi[data-glyph=arrow-bottom]:before { content:'\e008'; }
|
| 84 |
+
|
| 85 |
+
.oi[data-glyph=arrow-circle-bottom]:before { content:'\e009'; }
|
| 86 |
+
|
| 87 |
+
.oi[data-glyph=arrow-circle-left]:before { content:'\e00a'; }
|
| 88 |
+
|
| 89 |
+
.oi[data-glyph=arrow-circle-right]:before { content:'\e00b'; }
|
| 90 |
+
|
| 91 |
+
.oi[data-glyph=arrow-circle-top]:before { content:'\e00c'; }
|
| 92 |
+
|
| 93 |
+
.oi[data-glyph=arrow-left]:before { content:'\e00d'; }
|
| 94 |
+
|
| 95 |
+
.oi[data-glyph=arrow-right]:before { content:'\e00e'; }
|
| 96 |
+
|
| 97 |
+
.oi[data-glyph=arrow-thick-bottom]:before { content:'\e00f'; }
|
| 98 |
+
|
| 99 |
+
.oi[data-glyph=arrow-thick-left]:before { content:'\e010'; }
|
| 100 |
+
|
| 101 |
+
.oi[data-glyph=arrow-thick-right]:before { content:'\e011'; }
|
| 102 |
+
|
| 103 |
+
.oi[data-glyph=arrow-thick-top]:before { content:'\e012'; }
|
| 104 |
+
|
| 105 |
+
.oi[data-glyph=arrow-top]:before { content:'\e013'; }
|
| 106 |
+
|
| 107 |
+
.oi[data-glyph=audio-spectrum]:before { content:'\e014'; }
|
| 108 |
+
|
| 109 |
+
.oi[data-glyph=audio]:before { content:'\e015'; }
|
| 110 |
+
|
| 111 |
+
.oi[data-glyph=badge]:before { content:'\e016'; }
|
| 112 |
+
|
| 113 |
+
.oi[data-glyph=ban]:before { content:'\e017'; }
|
| 114 |
+
|
| 115 |
+
.oi[data-glyph=bar-chart]:before { content:'\e018'; }
|
| 116 |
+
|
| 117 |
+
.oi[data-glyph=basket]:before { content:'\e019'; }
|
| 118 |
+
|
| 119 |
+
.oi[data-glyph=battery-empty]:before { content:'\e01a'; }
|
| 120 |
+
|
| 121 |
+
.oi[data-glyph=battery-full]:before { content:'\e01b'; }
|
| 122 |
+
|
| 123 |
+
.oi[data-glyph=beaker]:before { content:'\e01c'; }
|
| 124 |
+
|
| 125 |
+
.oi[data-glyph=bell]:before { content:'\e01d'; }
|
| 126 |
+
|
| 127 |
+
.oi[data-glyph=bluetooth]:before { content:'\e01e'; }
|
| 128 |
+
|
| 129 |
+
.oi[data-glyph=bold]:before { content:'\e01f'; }
|
| 130 |
+
|
| 131 |
+
.oi[data-glyph=bolt]:before { content:'\e020'; }
|
| 132 |
+
|
| 133 |
+
.oi[data-glyph=book]:before { content:'\e021'; }
|
| 134 |
+
|
| 135 |
+
.oi[data-glyph=bookmark]:before { content:'\e022'; }
|
| 136 |
+
|
| 137 |
+
.oi[data-glyph=box]:before { content:'\e023'; }
|
| 138 |
+
|
| 139 |
+
.oi[data-glyph=briefcase]:before { content:'\e024'; }
|
| 140 |
+
|
| 141 |
+
.oi[data-glyph=british-pound]:before { content:'\e025'; }
|
| 142 |
+
|
| 143 |
+
.oi[data-glyph=browser]:before { content:'\e026'; }
|
| 144 |
+
|
| 145 |
+
.oi[data-glyph=brush]:before { content:'\e027'; }
|
| 146 |
+
|
| 147 |
+
.oi[data-glyph=bug]:before { content:'\e028'; }
|
| 148 |
+
|
| 149 |
+
.oi[data-glyph=bullhorn]:before { content:'\e029'; }
|
| 150 |
+
|
| 151 |
+
.oi[data-glyph=calculator]:before { content:'\e02a'; }
|
| 152 |
+
|
| 153 |
+
.oi[data-glyph=calendar]:before { content:'\e02b'; }
|
| 154 |
+
|
| 155 |
+
.oi[data-glyph=camera-slr]:before { content:'\e02c'; }
|
| 156 |
+
|
| 157 |
+
.oi[data-glyph=caret-bottom]:before { content:'\e02d'; }
|
| 158 |
+
|
| 159 |
+
.oi[data-glyph=caret-left]:before { content:'\e02e'; }
|
| 160 |
+
|
| 161 |
+
.oi[data-glyph=caret-right]:before { content:'\e02f'; }
|
| 162 |
+
|
| 163 |
+
.oi[data-glyph=caret-top]:before { content:'\e030'; }
|
| 164 |
+
|
| 165 |
+
.oi[data-glyph=cart]:before { content:'\e031'; }
|
| 166 |
+
|
| 167 |
+
.oi[data-glyph=chat]:before { content:'\e032'; }
|
| 168 |
+
|
| 169 |
+
.oi[data-glyph=check]:before { content:'\e033'; }
|
| 170 |
+
|
| 171 |
+
.oi[data-glyph=chevron-bottom]:before { content:'\e034'; }
|
| 172 |
+
|
| 173 |
+
.oi[data-glyph=chevron-left]:before { content:'\e035'; }
|
| 174 |
+
|
| 175 |
+
.oi[data-glyph=chevron-right]:before { content:'\e036'; }
|
| 176 |
+
|
| 177 |
+
.oi[data-glyph=chevron-top]:before { content:'\e037'; }
|
| 178 |
+
|
| 179 |
+
.oi[data-glyph=circle-check]:before { content:'\e038'; }
|
| 180 |
+
|
| 181 |
+
.oi[data-glyph=circle-x]:before { content:'\e039'; }
|
| 182 |
+
|
| 183 |
+
.oi[data-glyph=clipboard]:before { content:'\e03a'; }
|
| 184 |
+
|
| 185 |
+
.oi[data-glyph=clock]:before { content:'\e03b'; }
|
| 186 |
+
|
| 187 |
+
.oi[data-glyph=cloud-download]:before { content:'\e03c'; }
|
| 188 |
+
|
| 189 |
+
.oi[data-glyph=cloud-upload]:before { content:'\e03d'; }
|
| 190 |
+
|
| 191 |
+
.oi[data-glyph=cloud]:before { content:'\e03e'; }
|
| 192 |
+
|
| 193 |
+
.oi[data-glyph=cloudy]:before { content:'\e03f'; }
|
| 194 |
+
|
| 195 |
+
.oi[data-glyph=code]:before { content:'\e040'; }
|
| 196 |
+
|
| 197 |
+
.oi[data-glyph=cog]:before { content:'\e041'; }
|
| 198 |
+
|
| 199 |
+
.oi[data-glyph=collapse-down]:before { content:'\e042'; }
|
| 200 |
+
|
| 201 |
+
.oi[data-glyph=collapse-left]:before { content:'\e043'; }
|
| 202 |
+
|
| 203 |
+
.oi[data-glyph=collapse-right]:before { content:'\e044'; }
|
| 204 |
+
|
| 205 |
+
.oi[data-glyph=collapse-up]:before { content:'\e045'; }
|
| 206 |
+
|
| 207 |
+
.oi[data-glyph=command]:before { content:'\e046'; }
|
| 208 |
+
|
| 209 |
+
.oi[data-glyph=comment-square]:before { content:'\e047'; }
|
| 210 |
+
|
| 211 |
+
.oi[data-glyph=compass]:before { content:'\e048'; }
|
| 212 |
+
|
| 213 |
+
.oi[data-glyph=contrast]:before { content:'\e049'; }
|
| 214 |
+
|
| 215 |
+
.oi[data-glyph=copywriting]:before { content:'\e04a'; }
|
| 216 |
+
|
| 217 |
+
.oi[data-glyph=credit-card]:before { content:'\e04b'; }
|
| 218 |
+
|
| 219 |
+
.oi[data-glyph=crop]:before { content:'\e04c'; }
|
| 220 |
+
|
| 221 |
+
.oi[data-glyph=dashboard]:before { content:'\e04d'; }
|
| 222 |
+
|
| 223 |
+
.oi[data-glyph=data-transfer-download]:before { content:'\e04e'; }
|
| 224 |
+
|
| 225 |
+
.oi[data-glyph=data-transfer-upload]:before { content:'\e04f'; }
|
| 226 |
+
|
| 227 |
+
.oi[data-glyph=delete]:before { content:'\e050'; }
|
| 228 |
+
|
| 229 |
+
.oi[data-glyph=dial]:before { content:'\e051'; }
|
| 230 |
+
|
| 231 |
+
.oi[data-glyph=document]:before { content:'\e052'; }
|
| 232 |
+
|
| 233 |
+
.oi[data-glyph=dollar]:before { content:'\e053'; }
|
| 234 |
+
|
| 235 |
+
.oi[data-glyph=double-quote-sans-left]:before { content:'\e054'; }
|
| 236 |
+
|
| 237 |
+
.oi[data-glyph=double-quote-sans-right]:before { content:'\e055'; }
|
| 238 |
+
|
| 239 |
+
.oi[data-glyph=double-quote-serif-left]:before { content:'\e056'; }
|
| 240 |
+
|
| 241 |
+
.oi[data-glyph=double-quote-serif-right]:before { content:'\e057'; }
|
| 242 |
+
|
| 243 |
+
.oi[data-glyph=droplet]:before { content:'\e058'; }
|
| 244 |
+
|
| 245 |
+
.oi[data-glyph=eject]:before { content:'\e059'; }
|
| 246 |
+
|
| 247 |
+
.oi[data-glyph=elevator]:before { content:'\e05a'; }
|
| 248 |
+
|
| 249 |
+
.oi[data-glyph=ellipses]:before { content:'\e05b'; }
|
| 250 |
+
|
| 251 |
+
.oi[data-glyph=envelope-closed]:before { content:'\e05c'; }
|
| 252 |
+
|
| 253 |
+
.oi[data-glyph=envelope-open]:before { content:'\e05d'; }
|
| 254 |
+
|
| 255 |
+
.oi[data-glyph=euro]:before { content:'\e05e'; }
|
| 256 |
+
|
| 257 |
+
.oi[data-glyph=excerpt]:before { content:'\e05f'; }
|
| 258 |
+
|
| 259 |
+
.oi[data-glyph=expand-down]:before { content:'\e060'; }
|
| 260 |
+
|
| 261 |
+
.oi[data-glyph=expand-left]:before { content:'\e061'; }
|
| 262 |
+
|
| 263 |
+
.oi[data-glyph=expand-right]:before { content:'\e062'; }
|
| 264 |
+
|
| 265 |
+
.oi[data-glyph=expand-up]:before { content:'\e063'; }
|
| 266 |
+
|
| 267 |
+
.oi[data-glyph=external-link]:before { content:'\e064'; }
|
| 268 |
+
|
| 269 |
+
.oi[data-glyph=eye]:before { content:'\e065'; }
|
| 270 |
+
|
| 271 |
+
.oi[data-glyph=eyedropper]:before { content:'\e066'; }
|
| 272 |
+
|
| 273 |
+
.oi[data-glyph=file]:before { content:'\e067'; }
|
| 274 |
+
|
| 275 |
+
.oi[data-glyph=fire]:before { content:'\e068'; }
|
| 276 |
+
|
| 277 |
+
.oi[data-glyph=flag]:before { content:'\e069'; }
|
| 278 |
+
|
| 279 |
+
.oi[data-glyph=flash]:before { content:'\e06a'; }
|
| 280 |
+
|
| 281 |
+
.oi[data-glyph=folder]:before { content:'\e06b'; }
|
| 282 |
+
|
| 283 |
+
.oi[data-glyph=fork]:before { content:'\e06c'; }
|
| 284 |
+
|
| 285 |
+
.oi[data-glyph=fullscreen-enter]:before { content:'\e06d'; }
|
| 286 |
+
|
| 287 |
+
.oi[data-glyph=fullscreen-exit]:before { content:'\e06e'; }
|
| 288 |
+
|
| 289 |
+
.oi[data-glyph=globe]:before { content:'\e06f'; }
|
| 290 |
+
|
| 291 |
+
.oi[data-glyph=graph]:before { content:'\e070'; }
|
| 292 |
+
|
| 293 |
+
.oi[data-glyph=grid-four-up]:before { content:'\e071'; }
|
| 294 |
+
|
| 295 |
+
.oi[data-glyph=grid-three-up]:before { content:'\e072'; }
|
| 296 |
+
|
| 297 |
+
.oi[data-glyph=grid-two-up]:before { content:'\e073'; }
|
| 298 |
+
|
| 299 |
+
.oi[data-glyph=hard-drive]:before { content:'\e074'; }
|
| 300 |
+
|
| 301 |
+
.oi[data-glyph=header]:before { content:'\e075'; }
|
| 302 |
+
|
| 303 |
+
.oi[data-glyph=headphones]:before { content:'\e076'; }
|
| 304 |
+
|
| 305 |
+
.oi[data-glyph=heart]:before { content:'\e077'; }
|
| 306 |
+
|
| 307 |
+
.oi[data-glyph=home]:before { content:'\e078'; }
|
| 308 |
+
|
| 309 |
+
.oi[data-glyph=image]:before { content:'\e079'; }
|
| 310 |
+
|
| 311 |
+
.oi[data-glyph=inbox]:before { content:'\e07a'; }
|
| 312 |
+
|
| 313 |
+
.oi[data-glyph=infinity]:before { content:'\e07b'; }
|
| 314 |
+
|
| 315 |
+
.oi[data-glyph=info]:before { content:'\e07c'; }
|
| 316 |
+
|
| 317 |
+
.oi[data-glyph=italic]:before { content:'\e07d'; }
|
| 318 |
+
|
| 319 |
+
.oi[data-glyph=justify-center]:before { content:'\e07e'; }
|
| 320 |
+
|
| 321 |
+
.oi[data-glyph=justify-left]:before { content:'\e07f'; }
|
| 322 |
+
|
| 323 |
+
.oi[data-glyph=justify-right]:before { content:'\e080'; }
|
| 324 |
+
|
| 325 |
+
.oi[data-glyph=key]:before { content:'\e081'; }
|
| 326 |
+
|
| 327 |
+
.oi[data-glyph=laptop]:before { content:'\e082'; }
|
| 328 |
+
|
| 329 |
+
.oi[data-glyph=layers]:before { content:'\e083'; }
|
| 330 |
+
|
| 331 |
+
.oi[data-glyph=lightbulb]:before { content:'\e084'; }
|
| 332 |
+
|
| 333 |
+
.oi[data-glyph=link-broken]:before { content:'\e085'; }
|
| 334 |
+
|
| 335 |
+
.oi[data-glyph=link-intact]:before { content:'\e086'; }
|
| 336 |
+
|
| 337 |
+
.oi[data-glyph=list-rich]:before { content:'\e087'; }
|
| 338 |
+
|
| 339 |
+
.oi[data-glyph=list]:before { content:'\e088'; }
|
| 340 |
+
|
| 341 |
+
.oi[data-glyph=location]:before { content:'\e089'; }
|
| 342 |
+
|
| 343 |
+
.oi[data-glyph=lock-locked]:before { content:'\e08a'; }
|
| 344 |
+
|
| 345 |
+
.oi[data-glyph=lock-unlocked]:before { content:'\e08b'; }
|
| 346 |
+
|
| 347 |
+
.oi[data-glyph=loop-circular]:before { content:'\e08c'; }
|
| 348 |
+
|
| 349 |
+
.oi[data-glyph=loop-square]:before { content:'\e08d'; }
|
| 350 |
+
|
| 351 |
+
.oi[data-glyph=loop]:before { content:'\e08e'; }
|
| 352 |
+
|
| 353 |
+
.oi[data-glyph=magnifying-glass]:before { content:'\e08f'; }
|
| 354 |
+
|
| 355 |
+
.oi[data-glyph=map-marker]:before { content:'\e090'; }
|
| 356 |
+
|
| 357 |
+
.oi[data-glyph=map]:before { content:'\e091'; }
|
| 358 |
+
|
| 359 |
+
.oi[data-glyph=media-pause]:before { content:'\e092'; }
|
| 360 |
+
|
| 361 |
+
.oi[data-glyph=media-play]:before { content:'\e093'; }
|
| 362 |
+
|
| 363 |
+
.oi[data-glyph=media-record]:before { content:'\e094'; }
|
| 364 |
+
|
| 365 |
+
.oi[data-glyph=media-skip-backward]:before { content:'\e095'; }
|
| 366 |
+
|
| 367 |
+
.oi[data-glyph=media-skip-forward]:before { content:'\e096'; }
|
| 368 |
+
|
| 369 |
+
.oi[data-glyph=media-step-backward]:before { content:'\e097'; }
|
| 370 |
+
|
| 371 |
+
.oi[data-glyph=media-step-forward]:before { content:'\e098'; }
|
| 372 |
+
|
| 373 |
+
.oi[data-glyph=media-stop]:before { content:'\e099'; }
|
| 374 |
+
|
| 375 |
+
.oi[data-glyph=medical-cross]:before { content:'\e09a'; }
|
| 376 |
+
|
| 377 |
+
.oi[data-glyph=menu]:before { content:'\e09b'; }
|
| 378 |
+
|
| 379 |
+
.oi[data-glyph=microphone]:before { content:'\e09c'; }
|
| 380 |
+
|
| 381 |
+
.oi[data-glyph=minus]:before { content:'\e09d'; }
|
| 382 |
+
|
| 383 |
+
.oi[data-glyph=monitor]:before { content:'\e09e'; }
|
| 384 |
+
|
| 385 |
+
.oi[data-glyph=moon]:before { content:'\e09f'; }
|
| 386 |
+
|
| 387 |
+
.oi[data-glyph=move]:before { content:'\e0a0'; }
|
| 388 |
+
|
| 389 |
+
.oi[data-glyph=musical-note]:before { content:'\e0a1'; }
|
| 390 |
+
|
| 391 |
+
.oi[data-glyph=paperclip]:before { content:'\e0a2'; }
|
| 392 |
+
|
| 393 |
+
.oi[data-glyph=pencil]:before { content:'\e0a3'; }
|
| 394 |
+
|
| 395 |
+
.oi[data-glyph=people]:before { content:'\e0a4'; }
|
| 396 |
+
|
| 397 |
+
.oi[data-glyph=person]:before { content:'\e0a5'; }
|
| 398 |
+
|
| 399 |
+
.oi[data-glyph=phone]:before { content:'\e0a6'; }
|
| 400 |
+
|
| 401 |
+
.oi[data-glyph=pie-chart]:before { content:'\e0a7'; }
|
| 402 |
+
|
| 403 |
+
.oi[data-glyph=pin]:before { content:'\e0a8'; }
|
| 404 |
+
|
| 405 |
+
.oi[data-glyph=play-circle]:before { content:'\e0a9'; }
|
| 406 |
+
|
| 407 |
+
.oi[data-glyph=plus]:before { content:'\e0aa'; }
|
| 408 |
+
|
| 409 |
+
.oi[data-glyph=power-standby]:before { content:'\e0ab'; }
|
| 410 |
+
|
| 411 |
+
.oi[data-glyph=print]:before { content:'\e0ac'; }
|
| 412 |
+
|
| 413 |
+
.oi[data-glyph=project]:before { content:'\e0ad'; }
|
| 414 |
+
|
| 415 |
+
.oi[data-glyph=pulse]:before { content:'\e0ae'; }
|
| 416 |
+
|
| 417 |
+
.oi[data-glyph=puzzle-piece]:before { content:'\e0af'; }
|
| 418 |
+
|
| 419 |
+
.oi[data-glyph=question-mark]:before { content:'\e0b0'; }
|
| 420 |
+
|
| 421 |
+
.oi[data-glyph=rain]:before { content:'\e0b1'; }
|
| 422 |
+
|
| 423 |
+
.oi[data-glyph=random]:before { content:'\e0b2'; }
|
| 424 |
+
|
| 425 |
+
.oi[data-glyph=reload]:before { content:'\e0b3'; }
|
| 426 |
+
|
| 427 |
+
.oi[data-glyph=resize-both]:before { content:'\e0b4'; }
|
| 428 |
+
|
| 429 |
+
.oi[data-glyph=resize-height]:before { content:'\e0b5'; }
|
| 430 |
+
|
| 431 |
+
.oi[data-glyph=resize-width]:before { content:'\e0b6'; }
|
| 432 |
+
|
| 433 |
+
.oi[data-glyph=rss-alt]:before { content:'\e0b7'; }
|
| 434 |
+
|
| 435 |
+
.oi[data-glyph=rss]:before { content:'\e0b8'; }
|
| 436 |
+
|
| 437 |
+
.oi[data-glyph=script]:before { content:'\e0b9'; }
|
| 438 |
+
|
| 439 |
+
.oi[data-glyph=share-boxed]:before { content:'\e0ba'; }
|
| 440 |
+
|
| 441 |
+
.oi[data-glyph=share]:before { content:'\e0bb'; }
|
| 442 |
+
|
| 443 |
+
.oi[data-glyph=shield]:before { content:'\e0bc'; }
|
| 444 |
+
|
| 445 |
+
.oi[data-glyph=signal]:before { content:'\e0bd'; }
|
| 446 |
+
|
| 447 |
+
.oi[data-glyph=signpost]:before { content:'\e0be'; }
|
| 448 |
+
|
| 449 |
+
.oi[data-glyph=sort-ascending]:before { content:'\e0bf'; }
|
| 450 |
+
|
| 451 |
+
.oi[data-glyph=sort-descending]:before { content:'\e0c0'; }
|
| 452 |
+
|
| 453 |
+
.oi[data-glyph=spreadsheet]:before { content:'\e0c1'; }
|
| 454 |
+
|
| 455 |
+
.oi[data-glyph=star]:before { content:'\e0c2'; }
|
| 456 |
+
|
| 457 |
+
.oi[data-glyph=sun]:before { content:'\e0c3'; }
|
| 458 |
+
|
| 459 |
+
.oi[data-glyph=tablet]:before { content:'\e0c4'; }
|
| 460 |
+
|
| 461 |
+
.oi[data-glyph=tag]:before { content:'\e0c5'; }
|
| 462 |
+
|
| 463 |
+
.oi[data-glyph=tags]:before { content:'\e0c6'; }
|
| 464 |
+
|
| 465 |
+
.oi[data-glyph=target]:before { content:'\e0c7'; }
|
| 466 |
+
|
| 467 |
+
.oi[data-glyph=task]:before { content:'\e0c8'; }
|
| 468 |
+
|
| 469 |
+
.oi[data-glyph=terminal]:before { content:'\e0c9'; }
|
| 470 |
+
|
| 471 |
+
.oi[data-glyph=text]:before { content:'\e0ca'; }
|
| 472 |
+
|
| 473 |
+
.oi[data-glyph=thumb-down]:before { content:'\e0cb'; }
|
| 474 |
+
|
| 475 |
+
.oi[data-glyph=thumb-up]:before { content:'\e0cc'; }
|
| 476 |
+
|
| 477 |
+
.oi[data-glyph=timer]:before { content:'\e0cd'; }
|
| 478 |
+
|
| 479 |
+
.oi[data-glyph=transfer]:before { content:'\e0ce'; }
|
| 480 |
+
|
| 481 |
+
.oi[data-glyph=trash]:before { content:'\e0cf'; }
|
| 482 |
+
|
| 483 |
+
.oi[data-glyph=underline]:before { content:'\e0d0'; }
|
| 484 |
+
|
| 485 |
+
.oi[data-glyph=vertical-align-bottom]:before { content:'\e0d1'; }
|
| 486 |
+
|
| 487 |
+
.oi[data-glyph=vertical-align-center]:before { content:'\e0d2'; }
|
| 488 |
+
|
| 489 |
+
.oi[data-glyph=vertical-align-top]:before { content:'\e0d3'; }
|
| 490 |
+
|
| 491 |
+
.oi[data-glyph=video]:before { content:'\e0d4'; }
|
| 492 |
+
|
| 493 |
+
.oi[data-glyph=volume-high]:before { content:'\e0d5'; }
|
| 494 |
+
|
| 495 |
+
.oi[data-glyph=volume-low]:before { content:'\e0d6'; }
|
| 496 |
+
|
| 497 |
+
.oi[data-glyph=volume-off]:before { content:'\e0d7'; }
|
| 498 |
+
|
| 499 |
+
.oi[data-glyph=warning]:before { content:'\e0d8'; }
|
| 500 |
+
|
| 501 |
+
.oi[data-glyph=wifi]:before { content:'\e0d9'; }
|
| 502 |
+
|
| 503 |
+
.oi[data-glyph=wrench]:before { content:'\e0da'; }
|
| 504 |
+
|
| 505 |
+
.oi[data-glyph=x]:before { content:'\e0db'; }
|
| 506 |
+
|
| 507 |
+
.oi[data-glyph=yen]:before { content:'\e0dc'; }
|
| 508 |
+
|
| 509 |
+
.oi[data-glyph=zoom-in]:before { content:'\e0dd'; }
|
| 510 |
+
|
| 511 |
+
.oi[data-glyph=zoom-out]:before { content:'\e0de'; }
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/css/open-iconic.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic.woff) format('woff'),url(../fonts/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic.otf) format('opentype'),url(../fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi[data-glyph].oi-text-replace{font-size:0;line-height:0}.oi[data-glyph].oi-text-replace:before{width:1em;text-align:center}.oi[data-glyph]:before{font-family:Icons;display:inline-block;speak:none;line-height:1;vertical-align:baseline;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi[data-glyph]:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi[data-glyph].oi-align-left:before{text-align:left}.oi[data-glyph].oi-align-right:before{text-align:right}.oi[data-glyph].oi-align-center:before{text-align:center}.oi[data-glyph].oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi[data-glyph].oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi[data-glyph].oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi[data-glyph=account-login]:before{content:'\e000'}.oi[data-glyph=account-logout]:before{content:'\e001'}.oi[data-glyph=action-redo]:before{content:'\e002'}.oi[data-glyph=action-undo]:before{content:'\e003'}.oi[data-glyph=align-center]:before{content:'\e004'}.oi[data-glyph=align-left]:before{content:'\e005'}.oi[data-glyph=align-right]:before{content:'\e006'}.oi[data-glyph=aperture]:before{content:'\e007'}.oi[data-glyph=arrow-bottom]:before{content:'\e008'}.oi[data-glyph=arrow-circle-bottom]:before{content:'\e009'}.oi[data-glyph=arrow-circle-left]:before{content:'\e00a'}.oi[data-glyph=arrow-circle-right]:before{content:'\e00b'}.oi[data-glyph=arrow-circle-top]:before{content:'\e00c'}.oi[data-glyph=arrow-left]:before{content:'\e00d'}.oi[data-glyph=arrow-right]:before{content:'\e00e'}.oi[data-glyph=arrow-thick-bottom]:before{content:'\e00f'}.oi[data-glyph=arrow-thick-left]:before{content:'\e010'}.oi[data-glyph=arrow-thick-right]:before{content:'\e011'}.oi[data-glyph=arrow-thick-top]:before{content:'\e012'}.oi[data-glyph=arrow-top]:before{content:'\e013'}.oi[data-glyph=audio-spectrum]:before{content:'\e014'}.oi[data-glyph=audio]:before{content:'\e015'}.oi[data-glyph=badge]:before{content:'\e016'}.oi[data-glyph=ban]:before{content:'\e017'}.oi[data-glyph=bar-chart]:before{content:'\e018'}.oi[data-glyph=basket]:before{content:'\e019'}.oi[data-glyph=battery-empty]:before{content:'\e01a'}.oi[data-glyph=battery-full]:before{content:'\e01b'}.oi[data-glyph=beaker]:before{content:'\e01c'}.oi[data-glyph=bell]:before{content:'\e01d'}.oi[data-glyph=bluetooth]:before{content:'\e01e'}.oi[data-glyph=bold]:before{content:'\e01f'}.oi[data-glyph=bolt]:before{content:'\e020'}.oi[data-glyph=book]:before{content:'\e021'}.oi[data-glyph=bookmark]:before{content:'\e022'}.oi[data-glyph=box]:before{content:'\e023'}.oi[data-glyph=briefcase]:before{content:'\e024'}.oi[data-glyph=british-pound]:before{content:'\e025'}.oi[data-glyph=browser]:before{content:'\e026'}.oi[data-glyph=brush]:before{content:'\e027'}.oi[data-glyph=bug]:before{content:'\e028'}.oi[data-glyph=bullhorn]:before{content:'\e029'}.oi[data-glyph=calculator]:before{content:'\e02a'}.oi[data-glyph=calendar]:before{content:'\e02b'}.oi[data-glyph=camera-slr]:before{content:'\e02c'}.oi[data-glyph=caret-bottom]:before{content:'\e02d'}.oi[data-glyph=caret-left]:before{content:'\e02e'}.oi[data-glyph=caret-right]:before{content:'\e02f'}.oi[data-glyph=caret-top]:before{content:'\e030'}.oi[data-glyph=cart]:before{content:'\e031'}.oi[data-glyph=chat]:before{content:'\e032'}.oi[data-glyph=check]:before{content:'\e033'}.oi[data-glyph=chevron-bottom]:before{content:'\e034'}.oi[data-glyph=chevron-left]:before{content:'\e035'}.oi[data-glyph=chevron-right]:before{content:'\e036'}.oi[data-glyph=chevron-top]:before{content:'\e037'}.oi[data-glyph=circle-check]:before{content:'\e038'}.oi[data-glyph=circle-x]:before{content:'\e039'}.oi[data-glyph=clipboard]:before{content:'\e03a'}.oi[data-glyph=clock]:before{content:'\e03b'}.oi[data-glyph=cloud-download]:before{content:'\e03c'}.oi[data-glyph=cloud-upload]:before{content:'\e03d'}.oi[data-glyph=cloud]:before{content:'\e03e'}.oi[data-glyph=cloudy]:before{content:'\e03f'}.oi[data-glyph=code]:before{content:'\e040'}.oi[data-glyph=cog]:before{content:'\e041'}.oi[data-glyph=collapse-down]:before{content:'\e042'}.oi[data-glyph=collapse-left]:before{content:'\e043'}.oi[data-glyph=collapse-right]:before{content:'\e044'}.oi[data-glyph=collapse-up]:before{content:'\e045'}.oi[data-glyph=command]:before{content:'\e046'}.oi[data-glyph=comment-square]:before{content:'\e047'}.oi[data-glyph=compass]:before{content:'\e048'}.oi[data-glyph=contrast]:before{content:'\e049'}.oi[data-glyph=copywriting]:before{content:'\e04a'}.oi[data-glyph=credit-card]:before{content:'\e04b'}.oi[data-glyph=crop]:before{content:'\e04c'}.oi[data-glyph=dashboard]:before{content:'\e04d'}.oi[data-glyph=data-transfer-download]:before{content:'\e04e'}.oi[data-glyph=data-transfer-upload]:before{content:'\e04f'}.oi[data-glyph=delete]:before{content:'\e050'}.oi[data-glyph=dial]:before{content:'\e051'}.oi[data-glyph=document]:before{content:'\e052'}.oi[data-glyph=dollar]:before{content:'\e053'}.oi[data-glyph=double-quote-sans-left]:before{content:'\e054'}.oi[data-glyph=double-quote-sans-right]:before{content:'\e055'}.oi[data-glyph=double-quote-serif-left]:before{content:'\e056'}.oi[data-glyph=double-quote-serif-right]:before{content:'\e057'}.oi[data-glyph=droplet]:before{content:'\e058'}.oi[data-glyph=eject]:before{content:'\e059'}.oi[data-glyph=elevator]:before{content:'\e05a'}.oi[data-glyph=ellipses]:before{content:'\e05b'}.oi[data-glyph=envelope-closed]:before{content:'\e05c'}.oi[data-glyph=envelope-open]:before{content:'\e05d'}.oi[data-glyph=euro]:before{content:'\e05e'}.oi[data-glyph=excerpt]:before{content:'\e05f'}.oi[data-glyph=expand-down]:before{content:'\e060'}.oi[data-glyph=expand-left]:before{content:'\e061'}.oi[data-glyph=expand-right]:before{content:'\e062'}.oi[data-glyph=expand-up]:before{content:'\e063'}.oi[data-glyph=external-link]:before{content:'\e064'}.oi[data-glyph=eye]:before{content:'\e065'}.oi[data-glyph=eyedropper]:before{content:'\e066'}.oi[data-glyph=file]:before{content:'\e067'}.oi[data-glyph=fire]:before{content:'\e068'}.oi[data-glyph=flag]:before{content:'\e069'}.oi[data-glyph=flash]:before{content:'\e06a'}.oi[data-glyph=folder]:before{content:'\e06b'}.oi[data-glyph=fork]:before{content:'\e06c'}.oi[data-glyph=fullscreen-enter]:before{content:'\e06d'}.oi[data-glyph=fullscreen-exit]:before{content:'\e06e'}.oi[data-glyph=globe]:before{content:'\e06f'}.oi[data-glyph=graph]:before{content:'\e070'}.oi[data-glyph=grid-four-up]:before{content:'\e071'}.oi[data-glyph=grid-three-up]:before{content:'\e072'}.oi[data-glyph=grid-two-up]:before{content:'\e073'}.oi[data-glyph=hard-drive]:before{content:'\e074'}.oi[data-glyph=header]:before{content:'\e075'}.oi[data-glyph=headphones]:before{content:'\e076'}.oi[data-glyph=heart]:before{content:'\e077'}.oi[data-glyph=home]:before{content:'\e078'}.oi[data-glyph=image]:before{content:'\e079'}.oi[data-glyph=inbox]:before{content:'\e07a'}.oi[data-glyph=infinity]:before{content:'\e07b'}.oi[data-glyph=info]:before{content:'\e07c'}.oi[data-glyph=italic]:before{content:'\e07d'}.oi[data-glyph=justify-center]:before{content:'\e07e'}.oi[data-glyph=justify-left]:before{content:'\e07f'}.oi[data-glyph=justify-right]:before{content:'\e080'}.oi[data-glyph=key]:before{content:'\e081'}.oi[data-glyph=laptop]:before{content:'\e082'}.oi[data-glyph=layers]:before{content:'\e083'}.oi[data-glyph=lightbulb]:before{content:'\e084'}.oi[data-glyph=link-broken]:before{content:'\e085'}.oi[data-glyph=link-intact]:before{content:'\e086'}.oi[data-glyph=list-rich]:before{content:'\e087'}.oi[data-glyph=list]:before{content:'\e088'}.oi[data-glyph=location]:before{content:'\e089'}.oi[data-glyph=lock-locked]:before{content:'\e08a'}.oi[data-glyph=lock-unlocked]:before{content:'\e08b'}.oi[data-glyph=loop-circular]:before{content:'\e08c'}.oi[data-glyph=loop-square]:before{content:'\e08d'}.oi[data-glyph=loop]:before{content:'\e08e'}.oi[data-glyph=magnifying-glass]:before{content:'\e08f'}.oi[data-glyph=map-marker]:before{content:'\e090'}.oi[data-glyph=map]:before{content:'\e091'}.oi[data-glyph=media-pause]:before{content:'\e092'}.oi[data-glyph=media-play]:before{content:'\e093'}.oi[data-glyph=media-record]:before{content:'\e094'}.oi[data-glyph=media-skip-backward]:before{content:'\e095'}.oi[data-glyph=media-skip-forward]:before{content:'\e096'}.oi[data-glyph=media-step-backward]:before{content:'\e097'}.oi[data-glyph=media-step-forward]:before{content:'\e098'}.oi[data-glyph=media-stop]:before{content:'\e099'}.oi[data-glyph=medical-cross]:before{content:'\e09a'}.oi[data-glyph=menu]:before{content:'\e09b'}.oi[data-glyph=microphone]:before{content:'\e09c'}.oi[data-glyph=minus]:before{content:'\e09d'}.oi[data-glyph=monitor]:before{content:'\e09e'}.oi[data-glyph=moon]:before{content:'\e09f'}.oi[data-glyph=move]:before{content:'\e0a0'}.oi[data-glyph=musical-note]:before{content:'\e0a1'}.oi[data-glyph=paperclip]:before{content:'\e0a2'}.oi[data-glyph=pencil]:before{content:'\e0a3'}.oi[data-glyph=people]:before{content:'\e0a4'}.oi[data-glyph=person]:before{content:'\e0a5'}.oi[data-glyph=phone]:before{content:'\e0a6'}.oi[data-glyph=pie-chart]:before{content:'\e0a7'}.oi[data-glyph=pin]:before{content:'\e0a8'}.oi[data-glyph=play-circle]:before{content:'\e0a9'}.oi[data-glyph=plus]:before{content:'\e0aa'}.oi[data-glyph=power-standby]:before{content:'\e0ab'}.oi[data-glyph=print]:before{content:'\e0ac'}.oi[data-glyph=project]:before{content:'\e0ad'}.oi[data-glyph=pulse]:before{content:'\e0ae'}.oi[data-glyph=puzzle-piece]:before{content:'\e0af'}.oi[data-glyph=question-mark]:before{content:'\e0b0'}.oi[data-glyph=rain]:before{content:'\e0b1'}.oi[data-glyph=random]:before{content:'\e0b2'}.oi[data-glyph=reload]:before{content:'\e0b3'}.oi[data-glyph=resize-both]:before{content:'\e0b4'}.oi[data-glyph=resize-height]:before{content:'\e0b5'}.oi[data-glyph=resize-width]:before{content:'\e0b6'}.oi[data-glyph=rss-alt]:before{content:'\e0b7'}.oi[data-glyph=rss]:before{content:'\e0b8'}.oi[data-glyph=script]:before{content:'\e0b9'}.oi[data-glyph=share-boxed]:before{content:'\e0ba'}.oi[data-glyph=share]:before{content:'\e0bb'}.oi[data-glyph=shield]:before{content:'\e0bc'}.oi[data-glyph=signal]:before{content:'\e0bd'}.oi[data-glyph=signpost]:before{content:'\e0be'}.oi[data-glyph=sort-ascending]:before{content:'\e0bf'}.oi[data-glyph=sort-descending]:before{content:'\e0c0'}.oi[data-glyph=spreadsheet]:before{content:'\e0c1'}.oi[data-glyph=star]:before{content:'\e0c2'}.oi[data-glyph=sun]:before{content:'\e0c3'}.oi[data-glyph=tablet]:before{content:'\e0c4'}.oi[data-glyph=tag]:before{content:'\e0c5'}.oi[data-glyph=tags]:before{content:'\e0c6'}.oi[data-glyph=target]:before{content:'\e0c7'}.oi[data-glyph=task]:before{content:'\e0c8'}.oi[data-glyph=terminal]:before{content:'\e0c9'}.oi[data-glyph=text]:before{content:'\e0ca'}.oi[data-glyph=thumb-down]:before{content:'\e0cb'}.oi[data-glyph=thumb-up]:before{content:'\e0cc'}.oi[data-glyph=timer]:before{content:'\e0cd'}.oi[data-glyph=transfer]:before{content:'\e0ce'}.oi[data-glyph=trash]:before{content:'\e0cf'}.oi[data-glyph=underline]:before{content:'\e0d0'}.oi[data-glyph=vertical-align-bottom]:before{content:'\e0d1'}.oi[data-glyph=vertical-align-center]:before{content:'\e0d2'}.oi[data-glyph=vertical-align-top]:before{content:'\e0d3'}.oi[data-glyph=video]:before{content:'\e0d4'}.oi[data-glyph=volume-high]:before{content:'\e0d5'}.oi[data-glyph=volume-low]:before{content:'\e0d6'}.oi[data-glyph=volume-off]:before{content:'\e0d7'}.oi[data-glyph=warning]:before{content:'\e0d8'}.oi[data-glyph=wifi]:before{content:'\e0d9'}.oi[data-glyph=wrench]:before{content:'\e0da'}.oi[data-glyph=x]:before{content:'\e0db'}.oi[data-glyph=yen]:before{content:'\e0dc'}.oi[data-glyph=zoom-in]:before{content:'\e0dd'}.oi[data-glyph=zoom-out]:before{content:'\e0de'}
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/fonts/open-iconic.eot
ADDED
|
Binary file
|
skin/frontend/base/default/frosit/fontawesomeness/fontsets/open-iconic/fonts/open-iconic.svg
ADDED
|
@@ -0,0 +1,543 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" standalone="no"?>
|
| 2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
| 3 |
+
<!--
|
| 4 |
+
2014-7-1: Created.
|
| 5 |
+
-->
|
| 6 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
| 7 |
+
<metadata>
|
| 8 |
+
Created by FontForge 20120731 at Tue Jul 1 20:39:22 2014
|
| 9 |
+
By P.J. Onori
|
| 10 |
+
Created by P.J. Onori with FontForge 2.0 (http://fontforge.sf.net)
|
| 11 |
+
</metadata>
|
| 12 |
+
<defs>
|
| 13 |
+
<font id="open-iconic" horiz-adv-x="800" >
|
| 14 |
+
<font-face
|
| 15 |
+
font-family="Icons"
|
| 16 |
+
font-weight="400"
|
| 17 |
+
font-stretch="normal"
|
| 18 |
+
units-per-em="800"
|
| 19 |
+
panose-1="2 0 5 3 0 0 0 0 0 0"
|
| 20 |
+
ascent="800"
|
| 21 |
+
descent="0"
|
| 22 |
+
bbox="-0.5 -101 802 800.126"
|
| 23 |
+
underline-thickness="50"
|
| 24 |
+
underline-position="-100"
|
| 25 |
+
unicode-range="U+E000-E0DE"
|
| 26 |
+
/>
|
| 27 |
+
<missing-glyph />
|
| 28 |
+
<glyph glyph-name="" unicode=""
|
| 29 |
+
d="M300 700h500v-700h-500v100h400v500h-400v100zM400 500l200 -150l-200 -150v100h-400v100h400v100z" />
|
| 30 |
+
<glyph glyph-name="1" unicode=""
|
| 31 |
+
d="M300 700h500v-700h-500v100h400v500h-400v100zM200 500v-100h400v-100h-400v-100l-200 150z" />
|
| 32 |
+
<glyph glyph-name="2" unicode=""
|
| 33 |
+
d="M350 700c193 0 350 -157 350 -350v-50h100l-200 -200l-200 200h100v50c0 138 -112 250 -250 250s-250 -112 -250 -250c0 193 157 350 350 350z" />
|
| 34 |
+
<glyph glyph-name="3" unicode=""
|
| 35 |
+
d="M450 700c193 0 350 -157 350 -350c0 138 -112 250 -250 250s-250 -112 -250 -250v-50h100l-200 -200l-200 200h100v50c0 193 157 350 350 350z" />
|
| 36 |
+
<glyph glyph-name="4" unicode=""
|
| 37 |
+
d="M0 700h800v-100h-800v100zM100 500h600v-100h-600v100zM0 300h800v-100h-800v100zM100 100h600v-100h-600v100z" />
|
| 38 |
+
<glyph glyph-name="5" unicode=""
|
| 39 |
+
d="M0 700h800v-100h-800v100zM0 500h600v-100h-600v100zM0 300h800v-100h-800v100zM0 100h600v-100h-600v100z" />
|
| 40 |
+
<glyph glyph-name="6" unicode=""
|
| 41 |
+
d="M0 700h800v-100h-800v100zM200 500h600v-100h-600v100zM0 300h800v-100h-800v100zM200 100h600v-100h-600v100z" />
|
| 42 |
+
<glyph glyph-name="7" unicode=""
|
| 43 |
+
d="M400 700c75 0 146 -23 206 -59l-75 -225l-322 234c57 31 122 50 191 50zM125 588l191 -138l-310 -222c-4 24 -6 47 -6 72c0 114 49 215 125 288zM688 575c69 -72 112 -168 112 -275c0 -35 -8 -68 -16 -100h-218zM216 253l112 -347c-128 23 -232 109 -287 222zM372 100
|
| 44 |
+
h372c-64 -109 -177 -185 -310 -197z" />
|
| 45 |
+
<glyph glyph-name="8" unicode="" horiz-adv-x="600"
|
| 46 |
+
d="M200 800h100v-500h200l-247 -300l-253 300h200v500z" />
|
| 47 |
+
<glyph glyph-name="9" unicode=""
|
| 48 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM300 700v-300h-200l300 -300l300 300h-200v300h-200z" />
|
| 49 |
+
<glyph glyph-name="a" unicode=""
|
| 50 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM400 700l-300 -300l300 -300v200h300v200h-300v200z" />
|
| 51 |
+
<glyph glyph-name="b" unicode=""
|
| 52 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM400 700v-200h-300v-200h300v-200l300 300z" />
|
| 53 |
+
<glyph glyph-name="c" unicode=""
|
| 54 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM400 700l-300 -300h200v-300h200v300h200z" />
|
| 55 |
+
<glyph glyph-name="d" unicode=""
|
| 56 |
+
d="M300 600v-200h500v-100h-500v-200l-300 247z" />
|
| 57 |
+
<glyph glyph-name="e" unicode=""
|
| 58 |
+
d="M500 600l300 -247l-300 -253v200h-500v100h500v200z" />
|
| 59 |
+
<glyph glyph-name="f" unicode="" horiz-adv-x="600"
|
| 60 |
+
d="M200 800h200v-500h200l-297 -300l-303 300h200v500z" />
|
| 61 |
+
<glyph glyph-name="10" unicode=""
|
| 62 |
+
d="M300 700v-200h500v-200h-500v-200l-300 297z" />
|
| 63 |
+
<glyph glyph-name="11" unicode=""
|
| 64 |
+
d="M500 700l300 -297l-300 -303v200h-500v200h500v200z" />
|
| 65 |
+
<glyph glyph-name="12" unicode="" horiz-adv-x="600"
|
| 66 |
+
d="M297 800l303 -300h-200v-500h-200v500h-200z" />
|
| 67 |
+
<glyph glyph-name="13" unicode="" horiz-adv-x="600"
|
| 68 |
+
d="M247 800l253 -300h-200v-500h-100v500h-200z" />
|
| 69 |
+
<glyph glyph-name="14" unicode=""
|
| 70 |
+
d="M400 800h100v-800h-100v800zM200 700h100v-600h-100v600zM600 600h100v-400h-100v400zM0 500h100v-200h-100v200z" />
|
| 71 |
+
<glyph glyph-name="15" unicode=""
|
| 72 |
+
d="M116 600l72 -72c-54 -54 -88 -126 -88 -209s34 -159 88 -213l-72 -72c-72 72 -116 175 -116 285s44 209 116 281zM684 600c72 -72 116 -171 116 -281s-44 -213 -116 -285l-72 72c54 54 88 130 88 213s-34 155 -88 209zM259 460l69 -72c-18 -18 -28 -41 -28 -69
|
| 73 |
+
s10 -54 28 -72l-69 -72c-36 36 -59 89 -59 144s23 105 59 141zM541 459c36 -36 59 -85 59 -140s-23 -108 -59 -144l-69 72c18 18 28 44 28 72s-10 51 -28 69z" />
|
| 74 |
+
<glyph glyph-name="16" unicode="" horiz-adv-x="400"
|
| 75 |
+
d="M200 800c110 0 200 -90 200 -200s-90 -200 -200 -200s-200 90 -200 200s90 200 200 200zM100 319c31 -11 65 -19 100 -19s68 8 100 19v-319l-100 100l-100 -100v319z" />
|
| 76 |
+
<glyph glyph-name="17" unicode=""
|
| 77 |
+
d="M400 800c220 0 400 -180 400 -400s-180 -400 -400 -400s-400 180 -400 400s180 400 400 400zM400 700c-166 0 -300 -134 -300 -300c0 -66 21 -126 56 -175l419 419c-49 35 -109 56 -175 56zM644 575l-419 -419c49 -35 109 -56 175 -56c166 0 300 134 300 300
|
| 78 |
+
c0 66 -21 126 -56 175z" />
|
| 79 |
+
<glyph glyph-name="18" unicode=""
|
| 80 |
+
d="M0 700h100v-600h700v-100h-800v700zM500 700h200v-500h-200v500zM200 500h200v-300h-200v300z" />
|
| 81 |
+
<glyph glyph-name="19" unicode=""
|
| 82 |
+
d="M397 800c13 1 23 -4 34 -13c2 -2 214 -254 241 -287h128v-100h-100v-366c0 -18 -16 -34 -34 -34h-532c-18 0 -34 16 -34 34v366h-100v100h128l234 281c9 11 22 18 35 19zM400 672l-144 -172h288zM250 300c-28 0 -50 -22 -50 -50v-100c0 -28 22 -50 50 -50s50 22 50 50
|
| 83 |
+
v100c0 28 -22 50 -50 50zM550 300c-28 0 -50 -22 -50 -50v-100c0 -28 22 -50 50 -50s50 22 50 50v100c0 28 -22 50 -50 50z" />
|
| 84 |
+
<glyph glyph-name="1a" unicode=""
|
| 85 |
+
d="M9 700h682c6 0 9 -4 9 -10v-190h100v-200h-100v-191c0 -6 -3 -9 -9 -9h-682c-6 0 -9 3 -9 9v582c0 6 3 9 9 9zM100 600v-400h500v400h-500z" />
|
| 86 |
+
<glyph glyph-name="1b" unicode=""
|
| 87 |
+
d="M9 700h682c6 0 9 -4 9 -10v-190h100v-200h-100v-191c0 -6 -3 -9 -9 -9h-682c-6 0 -9 3 -9 9v582c0 6 3 9 9 9z" />
|
| 88 |
+
<glyph glyph-name="1c" unicode=""
|
| 89 |
+
d="M92 650c0 23 19 50 45 50h3h5h5h500c28 0 50 -22 50 -50s-22 -50 -50 -50h-50v-141c9 -17 120 -231 166 -309c16 -26 34 -61 34 -106c0 -39 -15 -77 -41 -103h-3c-26 -25 -62 -41 -100 -41h-512c-39 0 -77 15 -103 41s-41 64 -41 103c0 46 18 80 34 106
|
| 90 |
+
c46 78 157 292 166 309v141h-50c-2 0 -6 -1 -8 -1c-28 0 -50 23 -50 51zM500 600h-200v-162l-6 -10s-63 -123 -119 -228h450c-56 105 -119 228 -119 228l-6 10v162z" />
|
| 91 |
+
<glyph glyph-name="1d" unicode=""
|
| 92 |
+
d="M400 800c110 0 200 -90 200 -200c0 -104 52 -198 134 -266c41 -34 66 -82 66 -134h-800c0 52 25 100 66 134c82 68 134 162 134 266c0 110 90 200 200 200zM300 100h200c0 -55 -45 -100 -100 -100s-100 45 -100 100z" />
|
| 93 |
+
<glyph glyph-name="1e" unicode="" horiz-adv-x="600"
|
| 94 |
+
d="M150 800h50l350 -250l-225 -147l225 -153l-350 -250h-50v250l-75 -75l-75 75l150 150l-150 150l75 75l75 -75v250zM250 650v-200l150 100zM250 350v-200l150 100z" />
|
| 95 |
+
<glyph glyph-name="1f" unicode=""
|
| 96 |
+
d="M0 800h500c110 0 200 -90 200 -200c0 -47 -17 -91 -44 -125c85 -40 144 -125 144 -225c0 -138 -112 -250 -250 -250h-550v100c55 0 100 45 100 100v400c0 55 -45 100 -100 100v100zM300 700v-200h100c55 0 100 45 100 100s-45 100 -100 100h-100zM300 400v-300h150
|
| 97 |
+
c83 0 150 67 150 150s-67 150 -150 150h-150z" />
|
| 98 |
+
<glyph glyph-name="20" unicode="" horiz-adv-x="600"
|
| 99 |
+
d="M300 800v-300h200l-300 -500v300h-200z" />
|
| 100 |
+
<glyph glyph-name="21" unicode=""
|
| 101 |
+
d="M100 800h300v-300l100 100l100 -100v300h50c28 0 50 -22 50 -50v-550h-550c-28 0 -50 -22 -50 -50s22 -50 50 -50h550v-100h-550c-83 0 -150 67 -150 150v550l3 19c8 39 39 70 78 78z" />
|
| 102 |
+
<glyph glyph-name="22" unicode="" horiz-adv-x="400"
|
| 103 |
+
d="M0 800h400v-800l-200 200l-200 -200v800z" />
|
| 104 |
+
<glyph glyph-name="23" unicode=""
|
| 105 |
+
d="M0 800h800v-100h-800v100zM0 600h300v-103h203v103h297v-591c0 -6 -3 -9 -9 -9h-782c-6 0 -9 3 -9 9v591z" />
|
| 106 |
+
<glyph glyph-name="24" unicode=""
|
| 107 |
+
d="M300 800h200c55 0 100 -45 100 -100v-100h191c6 0 9 -3 9 -9v-241c0 -28 -22 -50 -50 -50h-700c-28 0 -50 22 -50 50v241c0 6 3 9 9 9h191v100c0 55 45 100 100 100zM300 700v-100h200v100h-200zM0 209c16 -6 32 -9 50 -9h700c18 0 34 3 50 9v-200c0 -6 -3 -9 -9 -9h-782
|
| 108 |
+
c-6 0 -9 3 -9 9v200z" />
|
| 109 |
+
<glyph glyph-name="25" unicode="" horiz-adv-x="600"
|
| 110 |
+
d="M300 800c58 0 110 -16 147 -53s53 -89 53 -147h-100c0 39 -11 61 -25 75s-36 25 -75 25c-35 0 -55 -10 -72 -31s-28 -55 -28 -94c0 -51 20 -107 28 -175h172v-100h-178c-14 -60 -49 -127 -113 -200h491v-100h-600v122l16 12c69 69 95 121 106 166h-122v100h125
|
| 111 |
+
c-8 50 -25 106 -25 175c0 58 16 114 50 156c34 43 88 69 150 69z" />
|
| 112 |
+
<glyph glyph-name="26" unicode=""
|
| 113 |
+
d="M34 700h4h3h4h5h700c28 0 50 -22 50 -50v-700c0 -28 -22 -50 -50 -50h-700c-28 0 -50 22 -50 50v700v2c0 20 15 42 34 48zM150 600c-28 0 -50 -22 -50 -50s22 -50 50 -50s50 22 50 50s-22 50 -50 50zM350 600c-28 0 -50 -22 -50 -50s22 -50 50 -50h300c28 0 50 22 50 50
|
| 114 |
+
s-22 50 -50 50h-300zM100 400v-400h600v400h-600z" />
|
| 115 |
+
<glyph glyph-name="27" unicode=""
|
| 116 |
+
d="M744 797l6 -3l44 -44c4 -4 3 -8 0 -12l-266 -375l-15 -13l-25 -12c-23 72 -78 127 -150 150l12 25l13 15l375 266zM266 400c74 0 134 -60 134 -134c0 -147 -119 -266 -266 -266c-48 0 -95 12 -134 34c80 46 134 133 134 232c0 74 58 134 132 134z" />
|
| 117 |
+
<glyph glyph-name="28" unicode=""
|
| 118 |
+
d="M9 451c0 23 19 50 46 50c8 0 19 -3 26 -7l131 -66l29 22c-79 81 -1 250 118 250s197 -167 119 -250l28 -22l131 66c6 4 12 7 21 7c28 0 50 -22 50 -50c0 -17 -12 -37 -27 -45l-115 -56c9 -16 19 -33 25 -50h68c28 0 50 -22 50 -50s-22 -50 -50 -50h-50
|
| 119 |
+
c0 -23 -2 -45 -6 -66l78 -40c21 -5 37 -28 37 -49c0 -28 -22 -50 -50 -50c-10 0 -23 5 -31 11l-65 35c-24 -46 -62 -86 -103 -110c-35 19 -60 45 -60 72v135v4v5v6v5v5v87c0 28 -22 50 -50 50c-24 0 -45 -17 -50 -40c1 -3 1 -8 1 -11s0 -8 -1 -11v-82v-4v-5v-144
|
| 120 |
+
c0 -28 -24 -53 -59 -72c-41 25 -79 64 -103 110l-66 -35c-8 -6 -21 -11 -31 -11c-28 0 -50 22 -50 50c0 21 16 44 37 49l78 40c-4 21 -6 43 -6 66h-50h-5c-28 0 -50 22 -50 50c0 26 22 50 50 50h5h69c6 17 16 34 25 50l-116 56c-16 7 -28 27 -28 45z" />
|
| 121 |
+
<glyph glyph-name="29" unicode=""
|
| 122 |
+
d="M600 700h91c6 0 9 -3 9 -9v-582c0 -6 -3 -9 -9 -9h-91v600zM210 503l290 147v-500l-250 125v-3c-15 0 -25 -8 -28 -22l75 -178c11 -25 0 -58 -25 -69s-58 0 -69 25l-103 272h-91c-6 0 -9 3 -9 9v182c0 6 3 9 9 9h182z" />
|
| 123 |
+
<glyph glyph-name="2a" unicode=""
|
| 124 |
+
d="M9 800h682c6 0 9 -3 9 -9v-782c0 -6 -3 -9 -9 -9h-682c-6 0 -9 3 -9 9v782c0 6 3 9 9 9zM100 700v-200h500v200h-500zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400v-300h100v300h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100z" />
|
| 125 |
+
<glyph glyph-name="2b" unicode=""
|
| 126 |
+
d="M0 800h700v-200h-700v200zM0 500h700v-491c0 -6 -3 -9 -9 -9h-682c-6 0 -9 3 -9 9v491zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100z" />
|
| 127 |
+
<glyph glyph-name="2c" unicode=""
|
| 128 |
+
d="M409 800h182c6 0 10 -4 12 -9l94 -182c2 -5 6 -9 12 -9h82c6 0 9 -3 9 -9v-582c0 -6 -3 -9 -9 -9h-782c-6 0 -9 3 -9 9v441c0 83 67 150 150 150h141c6 0 10 4 12 9l94 182c2 5 6 9 12 9zM150 500c-28 0 -50 -22 -50 -50s22 -50 50 -50s50 22 50 50s-22 50 -50 50z
|
| 129 |
+
M500 500c-110 0 -200 -90 -200 -200s90 -200 200 -200s200 90 200 200s-90 200 -200 200zM500 400c55 0 100 -45 100 -100s-45 -100 -100 -100s-100 45 -100 100s45 100 100 100z" />
|
| 130 |
+
<glyph glyph-name="2d" unicode=""
|
| 131 |
+
d="M0 600h800l-400 -400z" />
|
| 132 |
+
<glyph glyph-name="2e" unicode="" horiz-adv-x="400"
|
| 133 |
+
d="M400 800v-800l-400 400z" />
|
| 134 |
+
<glyph glyph-name="2f" unicode="" horiz-adv-x="400"
|
| 135 |
+
d="M0 800l400 -400l-400 -400v800z" />
|
| 136 |
+
<glyph glyph-name="30" unicode=""
|
| 137 |
+
d="M400 600l400 -400h-800z" />
|
| 138 |
+
<glyph glyph-name="31" unicode=""
|
| 139 |
+
d="M0 550c0 23 20 50 46 50h3h5h4h200c17 0 37 -13 44 -28l38 -72h444c14 0 19 -12 15 -25l-81 -250c-4 -13 -21 -25 -35 -25h-350c-14 0 -30 12 -34 25c-27 83 -54 167 -81 250l-10 25h-150c-2 0 -5 -1 -7 -1c-28 0 -51 23 -51 51zM358 100c28 0 50 -22 50 -50
|
| 140 |
+
s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM658 100c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50z" />
|
| 141 |
+
<glyph glyph-name="32" unicode=""
|
| 142 |
+
d="M0 700h500v-100h-300v-300h-100l-100 -100v500zM300 500h500v-500l-100 100h-400v400z" />
|
| 143 |
+
<glyph glyph-name="33" unicode=""
|
| 144 |
+
d="M641 700l143 -141l-493 -493c-71 76 -146 148 -219 222l-72 71l141 141c50 -51 101 -101 153 -150c116 117 234 231 347 350z" />
|
| 145 |
+
<glyph glyph-name="34" unicode=""
|
| 146 |
+
d="M150 600l250 -250l250 250l150 -150l-400 -400l-400 400z" />
|
| 147 |
+
<glyph glyph-name="35" unicode="" horiz-adv-x="600"
|
| 148 |
+
d="M400 800l150 -150l-250 -250l250 -250l-150 -150l-400 400z" />
|
| 149 |
+
<glyph glyph-name="36" unicode="" horiz-adv-x="600"
|
| 150 |
+
d="M150 800l400 -400l-400 -400l-150 150l250 250l-250 250z" />
|
| 151 |
+
<glyph glyph-name="37" unicode=""
|
| 152 |
+
d="M400 600l400 -400l-150 -150l-250 250l-250 -250l-150 150z" />
|
| 153 |
+
<glyph glyph-name="38" unicode=""
|
| 154 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM600 622l-250 -250l-100 100l-72 -72l172 -172l322 322z" />
|
| 155 |
+
<glyph glyph-name="39" unicode=""
|
| 156 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM250 622l-72 -72l150 -150l-150 -150l72 -72l150 150l150 -150l72 72l-150 150l150 150l-72 72l-150 -150z" />
|
| 157 |
+
<glyph glyph-name="3a" unicode=""
|
| 158 |
+
d="M350 800c28 0 50 -22 50 -50v-50h75c14 0 25 -11 25 -25v-75h-300v75c0 14 11 25 25 25h75v50c0 28 22 50 50 50zM25 700h75v-200h500v200h75c14 0 25 -11 25 -25v-650c0 -14 -11 -25 -25 -25h-650c-14 0 -25 11 -25 25v650c0 14 11 25 25 25z" />
|
| 159 |
+
<glyph glyph-name="3b" unicode=""
|
| 160 |
+
d="M400 800c220 0 400 -180 400 -400s-180 -400 -400 -400s-400 180 -400 400s180 400 400 400zM400 700c-166 0 -300 -134 -300 -300s134 -300 300 -300s300 134 300 300s-134 300 -300 300zM350 600h100v-181c23 -24 47 -47 72 -69l-72 -72c-27 30 -55 59 -84 88l-16 12
|
| 161 |
+
v222z" />
|
| 162 |
+
<glyph glyph-name="3c" unicode=""
|
| 163 |
+
d="M450 800c138 0 250 -112 250 -250v-50c58 -21 100 -85 100 -150c0 -18 -3 -34 -9 -50h-191v50c0 83 -67 150 -150 150s-150 -67 -150 -150v-50h-272c-17 30 -28 63 -28 100c0 110 90 200 200 200c23 114 129 200 250 200zM434 400h3h4c3 0 6 1 9 1c28 0 50 -22 50 -50v-1
|
| 164 |
+
v-150h150l-200 -200l-200 200h150v150v2c0 20 15 42 34 48z" />
|
| 165 |
+
<glyph glyph-name="3d" unicode=""
|
| 166 |
+
d="M450 800c138 0 250 -112 250 -250v-50c58 -21 100 -85 100 -150c0 -18 -3 -34 -9 -50h-141l-200 200l-200 -200h-222c-17 30 -28 63 -28 100c0 110 90 200 200 200c23 114 129 200 250 200zM450 350l250 -250h-200v-50c0 -28 -22 -50 -50 -50s-50 22 -50 50v50h-200z" />
|
| 167 |
+
<glyph glyph-name="3e" unicode=""
|
| 168 |
+
d="M450 700c138 0 250 -112 250 -250v-50c58 -21 100 -85 100 -150c0 -83 -67 -150 -150 -150h-450c-110 0 -200 90 -200 200s90 200 200 200c23 114 129 200 250 200z" />
|
| 169 |
+
<glyph glyph-name="3f" unicode=""
|
| 170 |
+
d="M250 800c82 0 154 -40 200 -100c-143 0 -270 -85 -325 -209c-36 -10 -70 -25 -100 -47c-16 33 -25 67 -25 106c0 138 112 250 250 250zM450 600c138 0 250 -112 250 -250v-50c58 -21 100 -85 100 -150c0 -83 -67 -150 -150 -150h-450c-110 0 -200 90 -200 200
|
| 171 |
+
s90 200 200 200c23 114 129 200 250 200z" />
|
| 172 |
+
<glyph glyph-name="40" unicode=""
|
| 173 |
+
d="M500 700h100l-300 -600h-100zM100 600h100l-100 -200l100 -200h-100l-100 200zM600 600h100l100 -200l-100 -200h-100l100 200z" />
|
| 174 |
+
<glyph glyph-name="41" unicode=""
|
| 175 |
+
d="M350 800h100l50 -119l28 -12l119 50l72 -72l-50 -119l12 -28l119 -50v-100l-119 -50l-12 -28l50 -119l-72 -72l-119 50l-28 -12l-50 -119h-100l-50 119l-28 12l-119 -50l-72 72l50 119l-12 28l-119 50v100l119 50l12 28l-50 119l72 72l119 -50l28 12zM400 550
|
| 176 |
+
c-83 0 -150 -67 -150 -150s67 -150 150 -150s150 67 150 150s-67 150 -150 150z" />
|
| 177 |
+
<glyph glyph-name="42" unicode=""
|
| 178 |
+
d="M0 800h800v-200h-800v200zM200 500h400l-200 -200zM0 100h800v-100h-800v100z" />
|
| 179 |
+
<glyph glyph-name="43" unicode=""
|
| 180 |
+
d="M0 800h100v-800h-100v800zM600 800h200v-800h-200v800zM500 600v-400l-200 200z" />
|
| 181 |
+
<glyph glyph-name="44" unicode=""
|
| 182 |
+
d="M0 800h200v-800h-200v800zM700 800h100v-800h-100v800zM300 600l200 -200l-200 -200v400z" />
|
| 183 |
+
<glyph glyph-name="45" unicode=""
|
| 184 |
+
d="M0 800h800v-100h-800v100zM400 500l200 -200h-400zM0 200h800v-200h-800v200z" />
|
| 185 |
+
<glyph glyph-name="46" unicode=""
|
| 186 |
+
d="M150 700c83 0 150 -67 150 -150v-50h100v50c0 83 67 150 150 150s150 -67 150 -150s-67 -150 -150 -150h-50v-100h50c83 0 150 -67 150 -150s-67 -150 -150 -150s-150 67 -150 150v50h-100v-50c0 -83 -67 -150 -150 -150s-150 67 -150 150s67 150 150 150h50v100h-50
|
| 187 |
+
c-83 0 -150 67 -150 150s67 150 150 150zM150 600c-28 0 -50 -22 -50 -50s22 -50 50 -50h50v50c0 28 -22 50 -50 50zM550 600c-28 0 -50 -22 -50 -50v-50h50c28 0 50 22 50 50s-22 50 -50 50zM300 400v-100h100v100h-100zM150 200c-28 0 -50 -22 -50 -50s22 -50 50 -50
|
| 188 |
+
s50 22 50 50v50h-50zM500 200v-50c0 -28 22 -50 50 -50s50 22 50 50s-22 50 -50 50h-50z" />
|
| 189 |
+
<glyph glyph-name="47" unicode=""
|
| 190 |
+
d="M0 791c0 5 4 9 9 9h782c6 0 9 -4 9 -10v-790l-200 200h-591c-6 0 -9 3 -9 9v582z" />
|
| 191 |
+
<glyph glyph-name="48" unicode=""
|
| 192 |
+
d="M400 800c220 0 400 -180 400 -400s-180 -400 -400 -400s-400 180 -400 400s180 400 400 400zM400 700c-166 0 -300 -134 -300 -300s134 -300 300 -300s300 134 300 300s-134 300 -300 300zM600 600l-100 -300l-300 -100l100 300zM400 450c-28 0 -50 -22 -50 -50
|
| 193 |
+
s22 -50 50 -50s50 22 50 50s-22 50 -50 50z" />
|
| 194 |
+
<glyph glyph-name="49" unicode=""
|
| 195 |
+
d="M400 800c220 0 400 -180 400 -400s-180 -400 -400 -400s-400 180 -400 400s180 400 400 400zM400 700v-600c166 0 300 134 300 300s-134 300 -300 300z" />
|
| 196 |
+
<glyph glyph-name="4a" unicode=""
|
| 197 |
+
d="M0 800h800v-100h-800v100zM0 600h500v-100h-500v100zM0 300h800v-100h-800v100zM0 100h600v-100h-600v100zM750 100c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50z" />
|
| 198 |
+
<glyph glyph-name="4b" unicode=""
|
| 199 |
+
d="M25 700h750c14 0 25 -11 25 -25v-75h-800v75c0 14 11 25 25 25zM0 500h800v-375c0 -14 -11 -25 -25 -25h-750c-14 0 -25 11 -25 25v375zM100 300v-100h100v100h-100zM300 300v-100h100v100h-100z" />
|
| 200 |
+
<glyph glyph-name="4c" unicode=""
|
| 201 |
+
d="M100 800h100v-100h450l100 100l50 -50l-100 -100v-450h100v-100h-100v-100h-100v100h-500v500h-100v100h100v100zM200 600v-350l350 350h-350zM600 550l-350 -350h350v350z" />
|
| 202 |
+
<glyph glyph-name="4d" unicode=""
|
| 203 |
+
d="M400 800c220 0 400 -180 400 -400s-180 -400 -400 -400s-400 180 -400 400s180 400 400 400zM400 700c-166 0 -300 -134 -300 -300s134 -300 300 -300s300 134 300 300s-134 300 -300 300zM400 600c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50z
|
| 204 |
+
M200 452c0 20 15 42 34 48h3h3h8c12 0 28 -7 36 -16l91 -90l25 6c55 0 100 -45 100 -100s-45 -100 -100 -100s-100 45 -100 100l6 25l-90 91c-9 8 -16 24 -16 36zM550 500c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50z" />
|
| 205 |
+
<glyph glyph-name="4e" unicode=""
|
| 206 |
+
d="M300 800h200v-300h200l-300 -300l-300 300h200v300zM0 100h800v-100h-800v100z" />
|
| 207 |
+
<glyph glyph-name="4f" unicode=""
|
| 208 |
+
d="M0 800h800v-100h-800v100zM400 600l300 -300h-200v-300h-200v300h-200z" />
|
| 209 |
+
<glyph glyph-name="50" unicode=""
|
| 210 |
+
d="M200 700h600v-600h-600l-200 300zM350 622l-72 -72l150 -150l-150 -150l72 -72l150 150l150 -150l72 72l-150 150l150 150l-72 72l-150 -150z" />
|
| 211 |
+
<glyph glyph-name="51" unicode=""
|
| 212 |
+
d="M400 700c220 0 400 -180 400 -400h-100c0 166 -134 300 -300 300s-300 -134 -300 -300h-100c0 220 180 400 400 400zM341 491l59 -88l59 88c81 -25 141 -101 141 -191c0 -110 -90 -200 -200 -200s-200 90 -200 200c0 90 60 166 141 191z" />
|
| 213 |
+
<glyph glyph-name="52" unicode=""
|
| 214 |
+
d="M0 800h300v-400h400v-400h-700v800zM400 800l300 -300h-300v300zM100 600v-100h100v100h-100zM100 400v-100h100v100h-100zM100 200v-100h400v100h-400z" />
|
| 215 |
+
<glyph glyph-name="53" unicode="" horiz-adv-x="600"
|
| 216 |
+
d="M200 700h100v-100h75c30 0 58 -6 81 -22s44 -44 44 -78v-100h-100v94c-4 3 -13 6 -25 6h-250c-14 0 -25 -11 -25 -25v-50c0 -15 20 -40 34 -44l257 -65c66 -16 109 -73 109 -141v-50c0 -68 -57 -125 -125 -125h-75v-100h-100v100h-75c-30 0 -58 6 -81 22s-44 44 -44 78
|
| 217 |
+
v100h100v-94c4 -3 13 -6 25 -6h250c14 0 25 11 25 25v50c0 15 -20 40 -34 44l-257 65c-66 16 -109 73 -109 141v50c0 68 57 125 125 125h75v100z" />
|
| 218 |
+
<glyph glyph-name="54" unicode=""
|
| 219 |
+
d="M0 700h300v-300l-300 -300v600zM500 700h300v-300l-300 -300v600z" />
|
| 220 |
+
<glyph glyph-name="55" unicode=""
|
| 221 |
+
d="M300 700v-600h-300v300zM800 700v-600h-300v300z" />
|
| 222 |
+
<glyph glyph-name="56" unicode=""
|
| 223 |
+
d="M300 700v-100c-111 0 -200 -89 -200 -200h200v-300h-300v300c0 165 135 300 300 300zM800 700v-100c-111 0 -200 -89 -200 -200h200v-300h-300v300c0 165 135 300 300 300z" />
|
| 224 |
+
<glyph glyph-name="57" unicode=""
|
| 225 |
+
d="M0 700h300v-300c0 -165 -135 -300 -300 -300v100c111 0 200 89 200 200h-200v300zM500 700h300v-300c0 -165 -135 -300 -300 -300v100c111 0 200 89 200 200h-200v300z" />
|
| 226 |
+
<glyph glyph-name="58" unicode="" horiz-adv-x="600"
|
| 227 |
+
d="M300 800l34 -34c11 -11 266 -270 266 -488c0 -165 -135 -300 -300 -300s-300 135 -300 300c0 218 255 477 266 488zM150 328c-28 0 -50 -22 -50 -50c0 -110 90 -200 200 -200c28 0 50 22 50 50s-22 50 -50 50c-55 0 -100 45 -100 100c0 28 -22 50 -50 50z" />
|
| 228 |
+
<glyph glyph-name="59" unicode=""
|
| 229 |
+
d="M400 800l400 -500h-800zM0 200h800v-200h-800v200z" />
|
| 230 |
+
<glyph glyph-name="5a" unicode="" horiz-adv-x="600"
|
| 231 |
+
d="M300 800l300 -300h-600zM0 300h600l-300 -300z" />
|
| 232 |
+
<glyph glyph-name="5b" unicode=""
|
| 233 |
+
d="M0 500h200v-200h-200v200zM300 500h200v-200h-200v200zM600 500h200v-200h-200v200z" />
|
| 234 |
+
<glyph glyph-name="5c" unicode=""
|
| 235 |
+
d="M0 700h800v-100l-400 -200l-400 200v100zM0 500l400 -200l400 200v-400h-800v400z" />
|
| 236 |
+
<glyph glyph-name="5d" unicode=""
|
| 237 |
+
d="M400 800l400 -200v-600h-800v600zM400 688l-300 -150v-188l300 -150l300 150v188zM200 500h400v-100l-200 -100l-200 100v100z" />
|
| 238 |
+
<glyph glyph-name="5e" unicode=""
|
| 239 |
+
d="M600 700c69 0 134 -19 191 -50l-16 -106c-49 35 -109 56 -175 56c-131 0 -240 -84 -281 -200h331l-16 -100h-334c0 -36 8 -68 19 -100h297l-16 -100h-222c55 -61 133 -100 222 -100c78 0 147 30 200 78v-122c-59 -35 -127 -56 -200 -56c-147 0 -274 82 -344 200h-256
|
| 240 |
+
l19 100h197c-8 32 -16 66 -16 100h-200l25 100h191c45 172 198 300 384 300z" />
|
| 241 |
+
<glyph glyph-name="5f" unicode=""
|
| 242 |
+
d="M0 700h700v-100h-700v100zM0 500h500v-100h-500v100zM0 300h800v-100h-800v100zM0 100h100v-100h-100v100zM200 100h100v-100h-100v100zM400 100h100v-100h-100v100z" />
|
| 243 |
+
<glyph glyph-name="60" unicode=""
|
| 244 |
+
d="M0 800h800v-100h-800v100zM200 600h400l-200 -200zM0 200h800v-200h-800v200z" />
|
| 245 |
+
<glyph glyph-name="61" unicode=""
|
| 246 |
+
d="M0 800h100v-800h-100v800zM600 800h200v-800h-200v800zM200 600l200 -200l-200 -200v400z" />
|
| 247 |
+
<glyph glyph-name="62" unicode=""
|
| 248 |
+
d="M0 800h200v-800h-200v800zM700 800h100v-800h-100v800zM600 600v-400l-200 200z" />
|
| 249 |
+
<glyph glyph-name="63" unicode=""
|
| 250 |
+
d="M0 800h800v-200h-800v200zM400 400l200 -200h-400zM0 100h800v-100h-800v100z" />
|
| 251 |
+
<glyph glyph-name="64" unicode=""
|
| 252 |
+
d="M0 800h200v-100h-100v-600h600v100h100v-200h-800v800zM400 800h400v-400l-150 150l-250 -250l-100 100l250 250z" />
|
| 253 |
+
<glyph glyph-name="65" unicode=""
|
| 254 |
+
d="M403 700c247 0 397 -300 397 -300s-150 -300 -397 -300c-253 0 -403 300 -403 300s150 300 403 300zM400 600c-110 0 -200 -90 -200 -200s90 -200 200 -200s200 90 200 200s-90 200 -200 200zM400 500c10 0 19 -3 28 -6c-16 -8 -28 -24 -28 -44c0 -28 22 -50 50 -50
|
| 255 |
+
c20 0 36 12 44 28c3 -9 6 -18 6 -28c0 -55 -45 -100 -100 -100s-100 45 -100 100s45 100 100 100z" />
|
| 256 |
+
<glyph glyph-name="66" unicode="" horiz-adv-x="900"
|
| 257 |
+
d="M331 700h3h3c3 1 7 1 10 1c12 0 29 -8 37 -17l94 -93l66 65c57 57 155 57 212 0c58 -58 58 -154 0 -212l-65 -66l93 -94c10 -8 18 -25 18 -38c0 -28 -22 -50 -50 -50c-13 0 -32 9 -40 20l-62 65l-381 -381h-269v272l375 381l-63 63c-9 8 -16 24 -16 36c0 20 16 42 35 48z
|
| 258 |
+
M447 481l-313 -315l128 -132l316 316z" />
|
| 259 |
+
<glyph glyph-name="67" unicode=""
|
| 260 |
+
d="M0 800h300v-400h400v-400h-700v800zM400 800l300 -300h-300v300z" />
|
| 261 |
+
<glyph glyph-name="68" unicode=""
|
| 262 |
+
d="M200 800c0 0 200 -100 200 -300s-298 -302 -200 -500c0 0 -200 100 -200 300s300 300 200 500zM500 500c0 0 200 -100 200 -300c0 -150 -60 -200 -100 -200h-300c0 200 300 300 200 500z" />
|
| 263 |
+
<glyph glyph-name="69" unicode=""
|
| 264 |
+
d="M0 800h100v-800h-100v800zM200 800h300v-100h300l-200 -203l200 -197h-400v100h-200v400z" />
|
| 265 |
+
<glyph glyph-name="6a" unicode="" horiz-adv-x="400"
|
| 266 |
+
d="M150 800h150l-100 -200h200l-150 -300h150l-300 -300l-100 300h134l66 200h-200z" />
|
| 267 |
+
<glyph glyph-name="6b" unicode=""
|
| 268 |
+
d="M0 800h300v-100h500v-100h-800v200zM0 500h800v-450c0 -28 -22 -50 -50 -50h-700c-28 0 -50 22 -50 50v450z" />
|
| 269 |
+
<glyph glyph-name="6c" unicode=""
|
| 270 |
+
d="M150 800c83 0 150 -67 150 -150c0 -66 -41 -121 -100 -141v-118c15 5 33 9 50 9h200c28 0 50 22 50 50v59c-59 20 -100 75 -100 141c0 83 67 150 150 150s150 -67 150 -150c0 -66 -41 -121 -100 -141v-59c0 -82 -68 -150 -150 -150h-200c-14 0 -25 -7 -34 -16
|
| 271 |
+
c50 -24 84 -74 84 -134c0 -83 -67 -150 -150 -150s-150 67 -150 150c0 66 41 121 100 141v218c-59 20 -100 75 -100 141c0 83 67 150 150 150z" />
|
| 272 |
+
<glyph glyph-name="6d" unicode=""
|
| 273 |
+
d="M0 800h400l-150 -150l150 -150l-100 -100l-150 150l-150 -150v400zM500 400l150 -150l150 150v-400h-400l150 150l-150 150z" />
|
| 274 |
+
<glyph glyph-name="6e" unicode=""
|
| 275 |
+
d="M100 800l150 -150l150 150v-400h-400l150 150l-150 150zM400 400h400l-150 -150l150 -150l-100 -100l-150 150l-150 -150v400z" />
|
| 276 |
+
<glyph glyph-name="6f" unicode=""
|
| 277 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM400 700c-56 0 -108 -17 -153 -44l22 -19c33 -18 13 -48 -13 -59c-30 -13 -77 10 -65 -41c13 -55 -27 -3 -47 -15c-42 -26 49 -152 31 -156l-59 34c-8 0 -13 -5 -16 -10
|
| 278 |
+
c1 -30 10 -57 19 -84c28 -11 77 -2 100 -25c47 -28 97 -115 75 -159c34 -13 68 -22 106 -22c101 0 193 48 247 125c3 24 -8 44 -50 44c-69 0 -156 13 -153 97c2 46 101 108 66 143c-30 30 12 39 12 66c0 37 -65 32 -69 50s20 36 41 56c-30 10 -60 19 -94 19zM631 591
|
| 279 |
+
c-38 -11 -94 -35 -87 -53c6 -15 52 -1 65 -13c11 -10 16 -59 44 -31l22 22v3c-11 26 -26 50 -44 72z" />
|
| 280 |
+
<glyph glyph-name="70" unicode=""
|
| 281 |
+
d="M703 800l97 -100l-400 -400l-100 100l-200 -203l-100 100l300 303l100 -100zM0 100h800v-100h-800v100z" />
|
| 282 |
+
<glyph glyph-name="71" unicode=""
|
| 283 |
+
d="M0 700h100v-100h-100v100zM200 700h100v-100h-100v100zM400 700h100v-100h-100v100zM600 700h100v-100h-100v100zM0 500h100v-100h-100v100zM200 500h100v-100h-100v100zM400 500h100v-100h-100v100zM600 500h100v-100h-100v100zM0 300h100v-100h-100v100zM200 300h100
|
| 284 |
+
v-100h-100v100zM400 300h100v-100h-100v100zM600 300h100v-100h-100v100zM0 100h100v-100h-100v100zM200 100h100v-100h-100v100zM400 100h100v-100h-100v100zM600 100h100v-100h-100v100z" />
|
| 285 |
+
<glyph glyph-name="72" unicode=""
|
| 286 |
+
d="M0 800h200v-200h-200v200zM300 800h200v-200h-200v200zM600 800h200v-200h-200v200zM0 500h200v-200h-200v200zM300 500h200v-200h-200v200zM600 500h200v-200h-200v200zM0 200h200v-200h-200v200zM300 200h200v-200h-200v200zM600 200h200v-200h-200v200z" />
|
| 287 |
+
<glyph glyph-name="73" unicode=""
|
| 288 |
+
d="M0 800h300v-300h-300v300zM500 800h300v-300h-300v300zM0 300h300v-300h-300v300zM500 300h300v-300h-300v300z" />
|
| 289 |
+
<glyph glyph-name="74" unicode=""
|
| 290 |
+
d="M19 800h662c11 0 19 -8 19 -19v-331c0 -28 -22 -50 -50 -50h-600c-28 0 -50 22 -50 50v331c0 11 8 19 19 19zM0 309c16 -6 32 -9 50 -9h600c18 0 34 3 50 9v-290c0 -11 -8 -19 -19 -19h-662c-11 0 -19 8 -19 19v290zM550 200c-28 0 -50 -22 -50 -50s22 -50 50 -50
|
| 291 |
+
s50 22 50 50s-22 50 -50 50z" />
|
| 292 |
+
<glyph glyph-name="75" unicode=""
|
| 293 |
+
d="M0 700h300v-100h-50c-28 0 -50 -22 -50 -50v-150h300v150c0 28 -22 50 -50 50h-50v100h300v-100h-50c-28 0 -50 -22 -50 -50v-400c0 -28 22 -50 50 -50h50v-100h-300v100h50c28 0 50 22 50 50v150h-300v-150c0 -28 22 -50 50 -50h50v-100h-300v100h50c28 0 50 22 50 50
|
| 294 |
+
v400c0 28 -22 50 -50 50h-50v100z" />
|
| 295 |
+
<glyph glyph-name="76" unicode=""
|
| 296 |
+
d="M400 700c165 0 300 -135 300 -300v-100h50c28 0 50 -22 50 -50v-200c0 -28 -22 -50 -50 -50h-100c-28 0 -50 22 -50 50v350c0 111 -89 200 -200 200s-200 -89 -200 -200v-350c0 -28 -22 -50 -50 -50h-100c-28 0 -50 22 -50 50v200c0 28 22 50 50 50h50v100
|
| 297 |
+
c0 165 135 300 300 300z" />
|
| 298 |
+
<glyph glyph-name="77" unicode=""
|
| 299 |
+
d="M0 500c0 109 91 200 200 200s200 -91 200 -200c0 109 91 200 200 200s200 -91 200 -200c0 -55 -23 -105 -59 -141l-341 -340l-341 340c-36 36 -59 86 -59 141z" />
|
| 300 |
+
<glyph glyph-name="78" unicode=""
|
| 301 |
+
d="M400 700l400 -300l-100 3v-403h-200v200h-200v-200h-200v400h-100z" />
|
| 302 |
+
<glyph glyph-name="79" unicode=""
|
| 303 |
+
d="M0 800h800v-800h-800v800zM100 700v-300l100 100l400 -400h100v100l-200 200l100 100l100 -100v300h-600z" />
|
| 304 |
+
<glyph glyph-name="7a" unicode=""
|
| 305 |
+
d="M19 800h762c11 0 19 -8 19 -19v-762c0 -11 -8 -19 -19 -19h-762c-11 0 -19 8 -19 19v762c0 11 8 19 19 19zM100 600v-300h100l100 -100h200l100 100h100v300h-600z" />
|
| 306 |
+
<glyph glyph-name="7b" unicode=""
|
| 307 |
+
d="M200 600c80 0 142 -56 200 -122c58 66 119 122 200 122c131 0 200 -101 200 -200s-69 -200 -200 -200c-81 0 -142 56 -200 122c-58 -66 -121 -122 -200 -122c-131 0 -200 101 -200 200s69 200 200 200zM200 500c-74 0 -100 -54 -100 -100s26 -100 100 -100
|
| 308 |
+
c42 0 88 47 134 100c-46 53 -92 100 -134 100zM600 500c-43 0 -88 -47 -134 -100c46 -53 91 -100 134 -100c74 0 100 54 100 100s-26 100 -100 100z" />
|
| 309 |
+
<glyph glyph-name="7c" unicode="" horiz-adv-x="400"
|
| 310 |
+
d="M300 800c55 0 100 -45 100 -100s-45 -100 -100 -100s-100 45 -100 100s45 100 100 100zM150 550c83 0 150 -69 150 -150c0 -66 -100 -214 -100 -250c0 -28 22 -50 50 -50s50 22 50 50h100c0 -83 -67 -150 -150 -150s-150 64 -150 150s100 222 100 250s-22 50 -50 50
|
| 311 |
+
s-50 -22 -50 -50h-100c0 83 67 150 150 150z" />
|
| 312 |
+
<glyph glyph-name="7d" unicode=""
|
| 313 |
+
d="M200 800h500v-100h-122c-77 -197 -156 -392 -234 -588l-6 -12h162v-100h-500v100h122c77 197 156 392 234 588l7 12h-163v100z" />
|
| 314 |
+
<glyph glyph-name="7e" unicode=""
|
| 315 |
+
d="M0 700h800v-100h-800v100zM0 500h800v-100h-800v100zM0 300h800v-100h-800v100zM100 100h600v-100h-600v100z" />
|
| 316 |
+
<glyph glyph-name="7f" unicode=""
|
| 317 |
+
d="M0 700h800v-100h-800v100zM0 500h800v-100h-800v100zM0 300h800v-100h-800v100zM0 100h600v-100h-600v100z" />
|
| 318 |
+
<glyph glyph-name="80" unicode=""
|
| 319 |
+
d="M0 700h800v-100h-800v100zM0 500h800v-100h-800v100zM0 300h800v-100h-800v100zM200 100h600v-100h-600v100z" />
|
| 320 |
+
<glyph glyph-name="81" unicode=""
|
| 321 |
+
d="M550 800c138 0 250 -112 250 -250s-112 -250 -250 -250c-16 0 -32 0 -47 3l-3 -3v-100h-200v-200h-300v200l303 303c-3 15 -3 31 -3 47c0 138 112 250 250 250zM600 700c-55 0 -100 -45 -100 -100s45 -100 100 -100s100 45 100 100s-45 100 -100 100z" />
|
| 322 |
+
<glyph glyph-name="82" unicode=""
|
| 323 |
+
d="M134 600h3h4h4h5h500c28 0 50 -22 50 -50v-350h100v-150c0 -28 -22 -50 -50 -50h-700c-28 0 -50 22 -50 50v150h100v350v2c0 20 15 42 34 48zM200 500v-300h100v-100h200v100h100v300h-400z" />
|
| 324 |
+
<glyph glyph-name="83" unicode=""
|
| 325 |
+
d="M0 800h400v-400h-400v400zM500 600h100v-400h-400v100h300v300zM700 400h100v-400h-400v100h300v300z" />
|
| 326 |
+
<glyph glyph-name="84" unicode="" horiz-adv-x="600"
|
| 327 |
+
d="M337 694c6 4 12 7 21 7c28 0 50 -22 50 -50c0 -17 -12 -37 -27 -45l-300 -150c-8 -6 -21 -11 -31 -11c-28 0 -50 22 -50 50c0 21 16 44 37 49zM437 544c6 4 12 7 21 7c28 0 50 -22 50 -50c0 -17 -12 -37 -27 -45l-400 -200c-8 -6 -21 -11 -31 -11c-28 0 -50 22 -50 50
|
| 328 |
+
c0 21 16 44 37 49zM437 344c6 4 12 7 21 7c28 0 50 -22 50 -50c0 -17 -12 -37 -27 -45l-106 -56c24 -4 43 -26 43 -50c0 -28 -23 -51 -51 -51c-2 0 -6 1 -8 1h-200c-26 1 -48 24 -48 50c0 16 12 36 26 44zM151 -50c0 23 20 50 46 50h3h4h5h100c28 0 50 -22 50 -50
|
| 329 |
+
s-22 -50 -50 -50h-100c-2 0 -6 -1 -8 -1c-28 0 -50 23 -50 51z" />
|
| 330 |
+
<glyph glyph-name="85" unicode=""
|
| 331 |
+
d="M199 800h100v-200h-200v100h100v100zM586 797h1c18 1 38 1 56 -3c36 -8 69 -26 97 -54c78 -78 78 -203 0 -281l-150 -150c-8 -13 -28 -24 -43 -24c-28 0 -50 22 -50 50c0 15 11 35 24 43l150 150c40 40 39 105 0 144c-41 41 -110 34 -144 0l-44 -44
|
| 332 |
+
c-8 -13 -27 -24 -42 -24c-28 0 -50 22 -50 50c0 15 11 35 24 43l43 44c32 33 72 53 128 56zM208 490c4 5 14 16 22 16h3c2 0 6 1 8 1c28 0 50 -22 50 -50c0 -11 -6 -27 -14 -35l-150 -150c-40 -40 -39 -105 0 -144c41 -41 110 -34 144 0l44 44c8 13 27 24 42 24
|
| 333 |
+
c28 0 50 -22 50 -50c0 -15 -11 -35 -24 -43l-43 -44c-22 -22 -48 -37 -75 -47c-70 -25 -151 -9 -207 47c-78 78 -78 203 0 281zM499 200h200v-100h-100v-100h-100v200z" />
|
| 334 |
+
<glyph glyph-name="86" unicode=""
|
| 335 |
+
d="M586 797c18 1 39 1 57 -3c36 -8 69 -26 97 -54c78 -78 78 -203 0 -281l-150 -150c-62 -62 -132 -81 -182 -78s-69 17 -84 25s-26 27 -26 44c0 28 22 51 50 51c8 0 19 -3 26 -7c0 0 15 -11 41 -13s62 3 106 47l150 150c40 40 39 105 0 144c-41 41 -110 34 -144 0
|
| 336 |
+
c-8 -13 -28 -24 -43 -24c-28 0 -50 22 -50 50c0 15 11 35 24 43c32 33 72 53 128 56zM386 566c50 -2 64 -17 85 -22s37 -28 37 -49c0 -28 -22 -50 -50 -50c-10 0 -23 5 -31 11c0 0 -19 9 -47 10s-63 -4 -103 -44l-150 -150c-40 -40 -39 -105 0 -144c41 -41 110 -34 144 0
|
| 337 |
+
c8 13 27 24 42 24c28 0 50 -22 50 -50c0 -15 -10 -35 -23 -43c-22 -22 -48 -37 -75 -47c-70 -25 -151 -9 -207 47c-78 78 -78 203 0 281l150 150c60 60 128 78 178 76z" />
|
| 338 |
+
<glyph glyph-name="87" unicode=""
|
| 339 |
+
d="M0 700h300v-300h-300v300zM400 700h400v-100h-400v100zM400 500h300v-100h-300v100zM0 300h300v-300h-300v300zM400 300h400v-100h-400v100zM400 100h300v-100h-300v100z" />
|
| 340 |
+
<glyph glyph-name="88" unicode=""
|
| 341 |
+
d="M50 700c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM200 700h600v-100h-600v100zM50 500c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM200 500h600v-100h-600v100zM50 300c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50
|
| 342 |
+
s22 50 50 50zM200 300h600v-100h-600v100zM50 100c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM200 100h600v-100h-600v100z" />
|
| 343 |
+
<glyph glyph-name="89" unicode=""
|
| 344 |
+
d="M800 800l-400 -800l-100 300l-300 100z" />
|
| 345 |
+
<glyph glyph-name="8a" unicode="" horiz-adv-x="600"
|
| 346 |
+
d="M300 700c110 0 200 -90 200 -200v-100h100v-400h-600v400h100v100c0 110 90 200 200 200zM300 600c-56 0 -100 -44 -100 -100v-100h200v100c0 56 -44 100 -100 100z" />
|
| 347 |
+
<glyph glyph-name="8b" unicode="" horiz-adv-x="600"
|
| 348 |
+
d="M300 800c110 0 200 -90 200 -200v-200h100v-400h-600v400h400v200c0 56 -44 100 -100 100s-100 -44 -100 -100h-100c0 110 90 200 200 200z" />
|
| 349 |
+
<glyph glyph-name="8c" unicode=""
|
| 350 |
+
d="M400 700v-100c-111 0 -200 -89 -200 -200h100l-150 -200l-150 200h100c0 165 135 300 300 300zM650 600l150 -200h-100c0 -165 -135 -300 -300 -300v100c111 0 200 89 200 200h-100z" />
|
| 351 |
+
<glyph glyph-name="8d" unicode=""
|
| 352 |
+
d="M100 800h600v-300h100l-150 -250l-150 250h100v200h-400v-100h-100v200zM150 550l150 -250h-100v-200h400v100h100v-200h-600v300h-100z" />
|
| 353 |
+
<glyph glyph-name="8e" unicode=""
|
| 354 |
+
d="M600 700l200 -150l-200 -150v100h-500v-100h-100v100c0 55 45 100 100 100h500v100zM200 300v-100h500v100h100v-100c0 -55 -45 -100 -100 -100h-500v-100l-200 150z" />
|
| 355 |
+
<glyph glyph-name="8f" unicode="" horiz-adv-x="900"
|
| 356 |
+
d="M350 800c193 0 350 -157 350 -350c0 -60 -17 -117 -44 -166c5 -3 12 -8 16 -12l100 -100c16 -16 30 -49 30 -72c0 -56 -46 -102 -102 -102c-23 0 -56 14 -72 30l-100 100c-4 3 -9 9 -12 13c-49 -26 -107 -41 -166 -41c-193 0 -350 157 -350 350s157 350 350 350zM350 200
|
| 357 |
+
c142 0 250 108 250 250c0 139 -111 250 -250 250s-250 -111 -250 -250s111 -250 250 -250z" />
|
| 358 |
+
<glyph glyph-name="90" unicode="" horiz-adv-x="600"
|
| 359 |
+
d="M300 800c166 0 300 -134 300 -300c0 -200 -300 -500 -300 -500s-300 300 -300 500c0 166 134 300 300 300zM300 700c-110 0 -200 -90 -200 -200s90 -200 200 -200s200 90 200 200s-90 200 -200 200z" />
|
| 360 |
+
<glyph glyph-name="91" unicode="" horiz-adv-x="900"
|
| 361 |
+
d="M0 800h800v-541c1 -3 1 -8 1 -11s0 -7 -1 -10v-238h-800v800zM495 250c0 26 22 50 50 50h5h150v400h-600v-600h600v100h-150h-5c-28 0 -50 22 -50 50zM350 600c83 0 150 -67 150 -150c0 -100 -150 -250 -150 -250s-150 150 -150 250c0 83 67 150 150 150zM350 500
|
| 362 |
+
c-28 0 -50 -22 -50 -50s22 -50 50 -50s50 22 50 50s-22 50 -50 50z" />
|
| 363 |
+
<glyph glyph-name="92" unicode="" horiz-adv-x="600"
|
| 364 |
+
d="M0 700h200v-600h-200v600zM400 700h200v-600h-200v600z" />
|
| 365 |
+
<glyph glyph-name="93" unicode="" horiz-adv-x="600"
|
| 366 |
+
d="M0 700l600 -300l-600 -300v600z" />
|
| 367 |
+
<glyph glyph-name="94" unicode="" horiz-adv-x="600"
|
| 368 |
+
d="M300 700c166 0 300 -134 300 -300s-134 -300 -300 -300s-300 134 -300 300s134 300 300 300z" />
|
| 369 |
+
<glyph glyph-name="95" unicode=""
|
| 370 |
+
d="M400 700v-600l-400 300zM400 400l400 300v-600z" />
|
| 371 |
+
<glyph glyph-name="96" unicode=""
|
| 372 |
+
d="M0 700l400 -300l-400 -300v600zM400 100v600l400 -300z" />
|
| 373 |
+
<glyph glyph-name="97" unicode=""
|
| 374 |
+
d="M0 700h200v-600h-200v600zM200 400l500 300v-600z" />
|
| 375 |
+
<glyph glyph-name="98" unicode=""
|
| 376 |
+
d="M0 700l500 -300l-500 -300v600zM500 100v600h200v-600h-200z" />
|
| 377 |
+
<glyph glyph-name="99" unicode="" horiz-adv-x="600"
|
| 378 |
+
d="M0 700h600v-600h-600v600z" />
|
| 379 |
+
<glyph glyph-name="9a" unicode=""
|
| 380 |
+
d="M200 800h400v-200h200v-400h-200v-200h-400v200h-200v400h200v200z" />
|
| 381 |
+
<glyph glyph-name="9b" unicode=""
|
| 382 |
+
d="M0 700h800v-100h-800v100zM0 403h800v-100h-800v100zM0 103h800v-100h-800v100z" />
|
| 383 |
+
<glyph glyph-name="9c" unicode="" horiz-adv-x="600"
|
| 384 |
+
d="M278 700c7 2 13 4 22 4c55 0 100 -45 100 -100v-4v-200c0 -55 -45 -100 -100 -100s-100 45 -100 100v200v2c0 44 35 88 78 98zM34 500h4h3c3 0 6 1 9 1c28 0 50 -22 50 -50v-1v-50c0 -111 89 -200 200 -200s200 89 200 200v50c0 28 22 50 50 50s50 -22 50 -50v-50
|
| 385 |
+
c0 -148 -109 -270 -250 -294v-106h50c55 0 100 -45 100 -100h-400c0 55 45 100 100 100h50v106c-141 24 -250 146 -250 294v50v2c0 20 15 42 34 48z" />
|
| 386 |
+
<glyph glyph-name="9d" unicode=""
|
| 387 |
+
d="M0 500h800v-200h-800v200z" />
|
| 388 |
+
<glyph glyph-name="9e" unicode=""
|
| 389 |
+
d="M34 700h4h3h4h5h700c28 0 50 -22 50 -50v-500c0 -28 -22 -50 -50 -50h-250v-100h100c55 0 100 -45 100 -100h-600c0 55 45 100 100 100h100v100h-250c-28 0 -50 22 -50 50v500v2c0 20 15 42 34 48zM100 600v-400h600v400h-600z" />
|
| 390 |
+
<glyph glyph-name="9f" unicode=""
|
| 391 |
+
d="M272 700c-14 -40 -22 -83 -22 -128c0 -221 179 -400 400 -400c45 0 88 8 128 22c-53 -158 -202 -272 -378 -272c-221 0 -400 179 -400 400c0 176 114 325 272 378z" />
|
| 392 |
+
<glyph glyph-name="a0" unicode=""
|
| 393 |
+
d="M350 700l150 -150h-100v-150h150v100l150 -150l-150 -150v100h-150v-150h100l-150 -150l-150 150h100v150h-150v-100l-150 150l150 150v-100h150v150h-100z" />
|
| 394 |
+
<glyph glyph-name="a1" unicode=""
|
| 395 |
+
d="M800 800v-550c0 -83 -67 -150 -150 -150s-150 67 -150 150s67 150 150 150c17 0 35 -4 50 -9v206c-201 -6 -327 -27 -400 -50v-397c0 -83 -67 -150 -150 -150s-150 67 -150 150s67 150 150 150c17 0 35 -4 50 -9v409s100 100 600 100z" />
|
| 396 |
+
<glyph glyph-name="a2" unicode="" horiz-adv-x="700"
|
| 397 |
+
d="M499 700c51 0 102 -20 141 -59c78 -78 78 -203 0 -281l-250 -244c-48 -48 -127 -48 -175 0s-48 127 0 175l96 97l69 -69l-90 -94l-7 -3c-10 -10 -10 -28 0 -38s28 -10 38 0l250 247c37 40 39 102 0 141s-104 40 -144 0l-278 -275c-66 -69 -68 -179 0 -247
|
| 398 |
+
c69 -69 181 -69 250 0l9 12l116 113l69 -69l-125 -125c-107 -107 -281 -107 -388 0s-107 281 0 388l278 272c39 39 90 59 141 59z" />
|
| 399 |
+
<glyph glyph-name="a3" unicode=""
|
| 400 |
+
d="M600 800l200 -200l-100 -100l-200 200zM400 600l200 -200l-400 -400h-200v200z" />
|
| 401 |
+
<glyph glyph-name="a4" unicode=""
|
| 402 |
+
d="M550 800c83 0 150 -90 150 -200s-67 -200 -150 -200c-22 0 -40 8 -59 19c6 26 9 52 9 81c0 84 -27 158 -72 212c27 52 71 88 122 88zM250 700c83 0 150 -90 150 -200s-67 -200 -150 -200s-150 90 -150 200s67 200 150 200zM725 384c44 -22 75 -66 75 -118v-166h-200v66
|
| 403 |
+
c0 50 -17 96 -44 134c66 2 126 33 169 84zM75 284c45 -53 106 -84 175 -84s130 31 175 84c44 -22 75 -66 75 -118v-166h-500v166c0 52 31 96 75 118z" />
|
| 404 |
+
<glyph glyph-name="a5" unicode=""
|
| 405 |
+
d="M400 800c110 0 200 -112 200 -250s-90 -250 -200 -250s-200 112 -200 250s90 250 200 250zM191 300c54 -61 128 -100 209 -100s155 39 209 100c106 -5 191 -92 191 -200v-100h-800v100c0 108 85 195 191 200z" />
|
| 406 |
+
<glyph glyph-name="a6" unicode="" horiz-adv-x="600"
|
| 407 |
+
d="M19 800h462c11 0 19 -8 19 -19v-762c0 -11 -8 -19 -19 -19h-462c-11 0 -19 8 -19 19v762c0 11 8 19 19 19zM100 700v-500h300v500h-300zM250 150c-28 0 -50 -22 -50 -50s22 -50 50 -50s50 22 50 50s-22 50 -50 50z" />
|
| 408 |
+
<glyph glyph-name="a7" unicode=""
|
| 409 |
+
d="M350 800c17 0 34 -1 50 -3v-397l-297 297c63 64 150 103 247 103zM500 694c169 -25 300 -168 300 -344c0 -193 -157 -350 -350 -350c-85 0 -161 31 -222 81l272 272v341zM91 562l237 -234l-212 -212c-70 55 -116 138 -116 234c0 84 35 158 91 212z" />
|
| 410 |
+
<glyph glyph-name="a8" unicode=""
|
| 411 |
+
d="M92 650c0 23 20 50 46 50h3h4h5h400c28 0 50 -22 50 -50s-22 -50 -50 -50h-50v-200h100c55 0 100 -45 100 -100h-300v-300l-56 -100l-44 100v300h-300c0 55 45 100 100 100h100v200h-50c-2 0 -6 -1 -8 -1c-28 0 -50 23 -50 51z" />
|
| 412 |
+
<glyph glyph-name="a9" unicode=""
|
| 413 |
+
d="M400 800c221 0 400 -179 400 -400s-179 -400 -400 -400s-400 179 -400 400s179 400 400 400zM300 600v-400l300 200z" />
|
| 414 |
+
<glyph glyph-name="aa" unicode=""
|
| 415 |
+
d="M300 800h200v-300h300v-200h-300v-300h-200v300h-300v200h300v300z" />
|
| 416 |
+
<glyph glyph-name="ab" unicode=""
|
| 417 |
+
d="M300 800h100v-400h-100v400zM172 656l62 -78l-40 -31c-58 -46 -94 -117 -94 -197c0 -139 111 -250 250 -250s250 111 250 250c0 80 -39 151 -97 197l-37 31l62 78l38 -31c82 -64 134 -164 134 -275c0 -193 -157 -350 -350 -350s-350 157 -350 350c0 111 53 211 134 275z
|
| 418 |
+
" />
|
| 419 |
+
<glyph glyph-name="ac" unicode=""
|
| 420 |
+
d="M200 800h400v-200h-400v200zM9 500h782c6 0 9 -3 9 -9v-282c0 -6 -3 -9 -9 -9h-91v200h-600v-200h-91c-6 0 -9 3 -9 9v282c0 6 3 9 9 9zM200 300h400v-300h-400v300z" />
|
| 421 |
+
<glyph glyph-name="ad" unicode=""
|
| 422 |
+
d="M0 700h100v-700h-100v700zM700 700h100v-700h-100v700zM200 600h200v-100h-200v100zM300 400h200v-100h-200v100zM400 200h200v-100h-200v100z" />
|
| 423 |
+
<glyph glyph-name="ae" unicode=""
|
| 424 |
+
d="M325 700c42 -141 87 -280 131 -419c29 74 59 148 88 222c30 -57 58 -114 87 -172h169v-100h-231l-13 28c-37 -92 -74 -184 -112 -275c-38 129 -79 257 -119 385c-42 -133 -83 -267 -125 -400c-28 88 -56 175 -84 262h-116v100h188l9 -34l3 -6c42 137 83 273 125 409z" />
|
| 425 |
+
<glyph glyph-name="af" unicode=""
|
| 426 |
+
d="M200 600c0 57 43 100 100 100s100 -43 100 -100c0 -28 -18 -48 -28 -72c-3 -6 -3 -16 -3 -28h231v-231c12 0 22 0 28 3c24 10 44 28 72 28c57 0 100 -43 100 -100s-43 -100 -100 -100c-28 0 -48 18 -72 28c-6 3 -16 3 -28 3v-231h-231c0 12 0 22 3 28c10 24 28 44 28 72
|
| 427 |
+
c0 57 -43 100 -100 100s-100 -43 -100 -100c0 -28 18 -48 28 -72c3 -6 3 -16 3 -28h-231v600h231c0 12 0 22 -3 28c-10 24 -28 44 -28 72z" />
|
| 428 |
+
<glyph glyph-name="b0" unicode="" horiz-adv-x="500"
|
| 429 |
+
d="M247 700c84 0 148 -20 191 -59s59 -93 59 -141c0 -117 -69 -181 -119 -225s-81 -67 -81 -150v-25h-100v25c0 117 65 181 115 225s85 67 85 150c0 25 -8 48 -28 66s-56 34 -122 34s-97 -18 -116 -37s-27 -43 -31 -69l-100 12c5 38 19 88 59 128s103 66 188 66zM197 0h100
|
| 430 |
+
v-100h-100v100z" />
|
| 431 |
+
<glyph glyph-name="b1" unicode=""
|
| 432 |
+
d="M450 800c138 0 250 -112 250 -250v-50c58 -21 100 -85 100 -150c0 -69 -48 -127 -112 -144c-22 55 -75 94 -138 94c-20 0 -39 -5 -56 -12c-17 64 -75 112 -144 112s-127 -48 -144 -112c-17 7 -36 12 -56 12c-37 0 -71 -12 -97 -34c-33 36 -53 82 -53 134
|
| 433 |
+
c0 110 90 200 200 200c23 114 129 200 250 200zM334 300h4h3c3 0 6 1 9 1c28 0 50 -22 50 -50v-1v-200c0 -28 -22 -50 -50 -50s-50 22 -50 50v200v2c0 20 15 42 34 48zM134 200h4h3c3 0 6 1 9 1c28 0 50 -22 50 -50v-1v-100c0 -28 -22 -50 -50 -50s-50 22 -50 50v100v2
|
| 434 |
+
c0 20 15 42 34 48zM534 200h3h4c3 0 6 1 9 1c28 0 50 -22 50 -50v-1v-100c0 -28 -22 -50 -50 -50s-50 22 -50 50v100v2c0 20 15 42 34 48z" />
|
| 435 |
+
<glyph glyph-name="b2" unicode=""
|
| 436 |
+
d="M600 800l200 -150l-200 -150v100h-50l-153 -191l175 -206l6 -3h22v100l200 -150l-200 -150v100h-25c-35 0 -56 12 -78 38l-166 190l-153 -190c-22 -27 -43 -38 -78 -38h-100v100h100l166 206l-163 191l-3 3h-100v100h100c34 0 56 -12 78 -38l153 -178l141 178
|
| 437 |
+
c22 27 43 38 78 38h50v100z" />
|
| 438 |
+
<glyph glyph-name="b3" unicode=""
|
| 439 |
+
d="M400 800c110 0 209 -47 281 -119l119 119v-300h-300l109 109c-54 55 -126 91 -209 91c-166 0 -300 -134 -300 -300s134 -300 300 -300c83 0 158 34 212 88l72 -72c-72 -72 -174 -116 -284 -116c-220 0 -400 180 -400 400s180 400 400 400z" />
|
| 440 |
+
<glyph glyph-name="b4" unicode=""
|
| 441 |
+
d="M400 800h400v-400l-166 166l-400 -400l166 -166h-400v400l166 -166l400 400z" />
|
| 442 |
+
<glyph glyph-name="b5" unicode="" horiz-adv-x="600"
|
| 443 |
+
d="M250 800l250 -300h-200v-200h200l-250 -300l-250 300h200v200h-200z" />
|
| 444 |
+
<glyph glyph-name="b6" unicode=""
|
| 445 |
+
d="M300 600v-200h200v200l300 -250l-300 -250v200h-200v-200l-300 250z" />
|
| 446 |
+
<glyph glyph-name="b7" unicode=""
|
| 447 |
+
d="M0 800c441 0 800 -359 800 -800h-200c0 333 -267 600 -600 600v200zM0 500c275 0 500 -225 500 -500h-200c0 167 -133 300 -300 300v200zM0 200c110 0 200 -90 200 -200h-200v200z" />
|
| 448 |
+
<glyph glyph-name="b8" unicode=""
|
| 449 |
+
d="M100 800c386 0 700 -314 700 -700h-100c0 332 -268 600 -600 600v100zM100 600c276 0 500 -224 500 -500h-100c0 222 -178 400 -400 400v100zM100 400c165 0 300 -135 300 -300h-100c0 111 -89 200 -200 200v100zM100 200c55 0 100 -45 100 -100s-45 -100 -100 -100
|
| 450 |
+
s-100 45 -100 100s45 100 100 100z" />
|
| 451 |
+
<glyph glyph-name="b9" unicode=""
|
| 452 |
+
d="M300 800h400c55 0 100 -45 100 -100v-200h-400v150c0 28 -22 50 -50 50s-50 -22 -50 -50v-250h400v-300c0 -55 -45 -100 -100 -100h-500c-55 0 -100 45 -100 100v200h100v-150c0 -28 22 -50 50 -50s50 22 50 50v550c0 55 45 100 100 100z" />
|
| 453 |
+
<glyph glyph-name="ba" unicode=""
|
| 454 |
+
d="M75 700h225v-100h-200v-500h400v100h100v-125c0 -41 -34 -75 -75 -75h-450c-41 0 -75 34 -75 75v550c0 41 34 75 75 75zM600 700l200 -200l-200 -200v100h-200c-94 0 -173 -65 -194 -153c23 199 189 353 394 353v100z" />
|
| 455 |
+
<glyph glyph-name="bb" unicode=""
|
| 456 |
+
d="M500 700l300 -284l-300 -316v200h-100c-200 0 -348 -102 -400 -300c0 295 100 500 500 500v200z" />
|
| 457 |
+
<glyph glyph-name="bc" unicode=""
|
| 458 |
+
d="M381 791l19 9l19 -9c127 -53 253 -108 381 -160v-31c0 -166 -67 -313 -147 -419c-40 -53 -83 -97 -125 -128s-82 -53 -128 -53s-86 22 -128 53s-85 75 -125 128c-80 107 -147 253 -147 419v31c128 52 254 107 381 160zM400 100v591l-294 -122c8 -126 58 -243 122 -328
|
| 459 |
+
c35 -46 73 -86 106 -110s62 -31 66 -31z" />
|
| 460 |
+
<glyph glyph-name="bd" unicode=""
|
| 461 |
+
d="M600 800h100v-800h-100v800zM400 700h100v-700h-100v700zM200 500h100v-500h-100v500zM0 300h100v-300h-100v300z" />
|
| 462 |
+
<glyph glyph-name="be" unicode=""
|
| 463 |
+
d="M300 800h100v-200h200l100 -100l-100 -100h-200v-400h-100v500h-200l-100 100l100 100h200v100z" />
|
| 464 |
+
<glyph glyph-name="bf" unicode=""
|
| 465 |
+
d="M200 800h100v-600h200l-250 -200l-250 200h200v600zM400 800h200v-100h-200v100zM400 600h300v-100h-300v100zM400 400h400v-100h-400v100z" />
|
| 466 |
+
<glyph glyph-name="c0" unicode=""
|
| 467 |
+
d="M200 800h100v-600h200l-250 -200l-250 200h200v600zM400 800h400v-100h-400v100zM400 600h300v-100h-300v100zM400 400h200v-100h-200v100z" />
|
| 468 |
+
<glyph glyph-name="c1" unicode=""
|
| 469 |
+
d="M75 700h650c41 0 75 -34 75 -75v-550c0 -41 -34 -75 -75 -75h-650c-41 0 -75 34 -75 75v550c0 41 34 75 75 75zM100 600v-100h100v100h-100zM300 600v-100h400v100h-400zM100 400v-100h100v100h-100zM300 400v-100h400v100h-400zM100 200v-100h100v100h-100zM300 200
|
| 470 |
+
v-100h400v100h-400z" />
|
| 471 |
+
<glyph glyph-name="c2" unicode=""
|
| 472 |
+
d="M400 800l100 -300h300l-250 -200l100 -300l-250 200l-250 -200l100 300l-250 200h300z" />
|
| 473 |
+
<glyph glyph-name="c3" unicode=""
|
| 474 |
+
d="M400 800c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM150 700c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM650 700c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM400 600c110 0 200 -90 200 -200
|
| 475 |
+
s-90 -200 -200 -200s-200 90 -200 200s90 200 200 200zM50 450c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM750 450c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM150 200c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50
|
| 476 |
+
s22 50 50 50zM650 200c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50zM400 100c28 0 50 -22 50 -50s-22 -50 -50 -50s-50 22 -50 50s22 50 50 50z" />
|
| 477 |
+
<glyph glyph-name="c4" unicode=""
|
| 478 |
+
d="M34 800h632c18 0 34 -16 34 -34v-732c0 -18 -16 -34 -34 -34h-632c-18 0 -34 16 -34 34v732c0 18 16 34 34 34zM100 700v-500h500v500h-500zM350 150c-38 0 -63 -42 -44 -75s69 -33 88 0s-6 75 -44 75z" />
|
| 479 |
+
<glyph glyph-name="c5" unicode=""
|
| 480 |
+
d="M0 800h300l500 -500l-300 -300l-500 500v300zM200 700c-55 0 -100 -45 -100 -100s45 -100 100 -100s100 45 100 100s-45 100 -100 100z" />
|
| 481 |
+
<glyph glyph-name="c6" unicode=""
|
| 482 |
+
d="M0 600h200l300 -300l-200 -200l-300 300v200zM340 600h160l300 -300l-200 -200l-78 78l119 122zM150 500c-28 0 -50 -22 -50 -50s22 -50 50 -50s50 22 50 50s-22 50 -50 50z" />
|
| 483 |
+
<glyp
|
