first commit
1487
themes/at_movic/assets/cache/bottom-066f6f65.js
vendored
Normal file
1751
themes/at_movic/assets/cache/bottom-1bd2e1157.js
vendored
Normal file
1909
themes/at_movic/assets/cache/bottom-ea8237157.js
vendored
Normal file
1750
themes/at_movic/assets/cache/bottom-f81695157.js
vendored
Normal file
35
themes/at_movic/assets/cache/index.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
78
themes/at_movic/assets/css/components/alert.css
Normal file
@@ -0,0 +1,78 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
.ps-alert-error {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.ps-alert-error .item,
|
||||
.ps-alert-success .item {
|
||||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-moz-align-items: center;
|
||||
-ms-align-items: center;
|
||||
-o-align-items: center;
|
||||
align-items: center;
|
||||
-ms-flex-align: center;
|
||||
border: 2px #ff4c4c solid;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
background-color: #ff4c4c;
|
||||
margin-bottom: 1rem; }
|
||||
.ps-alert-error .item i,
|
||||
.ps-alert-success .item i {
|
||||
border: 15px #ff4c4c solid;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex; }
|
||||
.ps-alert-error .item i svg,
|
||||
.ps-alert-success .item i svg {
|
||||
background-color: #ff4c4c;
|
||||
width: 24px;
|
||||
height: 24px; }
|
||||
.ps-alert-error .item p,
|
||||
.ps-alert-success .item p {
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
padding: 18px 20px 18px 20px;
|
||||
width: 100%; }
|
||||
|
||||
.ps-alert-success {
|
||||
padding: 0.25rem 0.25rem 2.75rem 0.25rem; }
|
||||
.ps-alert-success .item {
|
||||
border-color: #4cbb6c;
|
||||
background-color: #4cbb6c; }
|
||||
.ps-alert-success .item i {
|
||||
border-color: #4cbb6c; }
|
||||
.ps-alert-success .item i svg {
|
||||
background-color: #4cbb6c; }
|
||||
|
||||
/*# sourceMappingURL=alert.css.map */
|
||||
82
themes/at_movic/assets/css/components/block-reassurance.css
Normal file
@@ -0,0 +1,82 @@
|
||||
/*
|
||||
Error: Undefined mixin 'opacity'.
|
||||
on line 5 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/block-reassurance.scss, in `opacity'
|
||||
from line 5 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/block-reassurance.scss
|
||||
|
||||
1: #block-reassurance{
|
||||
2: margin-top: 16px;
|
||||
3: img{
|
||||
4: width: 25px;
|
||||
5: @include opacity(0.7);
|
||||
6: @include rtl-margin-right(10px);
|
||||
7: }
|
||||
8: li{
|
||||
9: }
|
||||
10: li .block-reassurance-item{
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/block-reassurance.scss:5:in `opacity'
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/block-reassurance.scss:5
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:351:in `block in visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:349:in `visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'opacity'.\A on line 5 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/block-reassurance.scss, in `opacity'\A from line 5 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/block-reassurance.scss\A \A 1: #block-reassurance{\A 2: margin-top: 16px;\A 3: img{\A 4: width: 25px; \A 5: @include opacity(0.7);\A 6: @include rtl-margin-right(10px);\A 7: }\A 8: li{\A 9: }\A 10: li .block-reassurance-item{"; }
|
||||
72
themes/at_movic/assets/css/components/cart.css
Normal file
@@ -0,0 +1,72 @@
|
||||
/*
|
||||
Error: Undefined mixin 'clearfix'.
|
||||
on line 11 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/cart.scss, in `clearfix'
|
||||
from line 11 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/cart.scss
|
||||
|
||||
6: }
|
||||
7: .cart-item {
|
||||
8: padding: 16px 0;
|
||||
9: }
|
||||
10: .cart-summary-line {
|
||||
11: @include clearfix;
|
||||
12: margin-bottom: 10px;
|
||||
13: clear: both;
|
||||
14: .label {
|
||||
15: @include rtl-padding-left(0);
|
||||
16: font-weight: normal;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/cart.scss:11:in `clearfix'
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/cart.scss:11
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:352:in `block in visit_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:98:in `with_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:350:in `visit_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:171:in `block in visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:170:in `visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:190:in `visit_root'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:161:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:10:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/engine.rb:384:in `_render_with_sourcemap'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/engine.rb:301:in `render_with_sourcemap'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'clearfix'.\A on line 11 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/cart.scss, in `clearfix'\A from line 11 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/cart.scss\A \A 6: }\A 7: .cart-item {\A 8: padding: 16px 0;\A 9: }\A 10: .cart-summary-line {\A 11: @include clearfix; \A 12: margin-bottom: 10px;\A 13: clear: both;\A 14: .label {\A 15: @include rtl-padding-left(0);\A 16: font-weight: normal;"; }
|
||||
575
themes/at_movic/assets/css/components/categories.css
Normal file
@@ -0,0 +1,575 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
#products .up .btn-secondary {
|
||||
color: #acaaa6;
|
||||
text-transform: inherit;
|
||||
margin-bottom: 16px;
|
||||
margin-right: 10px; }
|
||||
.rtl #products .up .btn-secondary {
|
||||
margin-left: 10px;
|
||||
margin-right: inherit; }
|
||||
#products .up .btn-secondary .material-icons {
|
||||
margin-right: 0; }
|
||||
.rtl #products .up .btn-secondary .material-icons {
|
||||
margin-left: 0;
|
||||
margin-right: inherit; }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.block-category > h1 {
|
||||
margin: 1em 0; } }
|
||||
.block-category .category-cover {
|
||||
margin: 0 auto 0 0;
|
||||
max-width: 200px; }
|
||||
.block-category #category-description + .category-cover {
|
||||
width: 20%;
|
||||
min-width: 80px;
|
||||
margin: 0 20px 10px 0;
|
||||
float: left; }
|
||||
.block-category #category-description {
|
||||
padding: 15px 0; }
|
||||
@media (max-width: 991px) {
|
||||
.block-category #category-description {
|
||||
padding: 0; } }
|
||||
.block-category #category-description p,
|
||||
.block-category #category-description strong {
|
||||
font-weight: 400;
|
||||
color: #545454; }
|
||||
.block-category #category-description p {
|
||||
color: #888;
|
||||
margin-bottom: 0;
|
||||
line-height: 20px; }
|
||||
.block-category #category-description p:first-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.products-selection .sort-by-row {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-moz-align-items: center;
|
||||
-ms-align-items: center;
|
||||
-o-align-items: center;
|
||||
align-items: center;
|
||||
-ms-flex-align: center; }
|
||||
.products-selection .sort-by {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
text-align: right; }
|
||||
.rtl .products-selection .sort-by {
|
||||
text-align: left; }
|
||||
.products-selection .total-products {
|
||||
padding-top: 6px; }
|
||||
.products-selection .total-products p {
|
||||
margin: 0;
|
||||
line-height: 25px;
|
||||
display: none; }
|
||||
.products-selection .showing {
|
||||
padding-top: 10px; }
|
||||
.products-selection h1 {
|
||||
padding-top: 10px; }
|
||||
.products-selection .products-counter {
|
||||
float: right;
|
||||
color: #545454;
|
||||
margin: 3px 0px 0px; }
|
||||
.rtl .products-selection .products-counter {
|
||||
float: left; }
|
||||
.products-selection .display > div {
|
||||
float: left;
|
||||
margin-right: 5px; }
|
||||
.rtl .products-selection .display > div {
|
||||
float: right; }
|
||||
.rtl .products-selection .display > div {
|
||||
margin-left: 5px;
|
||||
margin-right: inherit; }
|
||||
.products-selection .display > div a {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
line-height: 25px;
|
||||
display: inline-block;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
font-size: 14px; }
|
||||
.products-selection .display > div a:hover {
|
||||
color: #000; }
|
||||
.products-selection .display > div.selected a {
|
||||
color: #333; }
|
||||
|
||||
.products-sort-order {
|
||||
color: #333; }
|
||||
.products-sort-order .select-title {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
background: #f5f5f5;
|
||||
cursor: pointer;
|
||||
height: 35px;
|
||||
line-height: 27px;
|
||||
position: relative;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
color: #888;
|
||||
border-radius: 20px;
|
||||
padding: 5px 35px 5px 15px;
|
||||
text-align: left; }
|
||||
.rtl .products-sort-order .select-title {
|
||||
padding: 5px 15px 5px 35px; }
|
||||
.rtl .products-sort-order .select-title {
|
||||
text-align: right; }
|
||||
.products-sort-order .select-title:hover {
|
||||
color: #000; }
|
||||
.products-sort-order .select-title i {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
line-height: 35px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0; }
|
||||
.rtl .products-sort-order .select-title i {
|
||||
left: 0;
|
||||
right: auto; }
|
||||
.products-sort-order.open .select-title {
|
||||
color: #000; }
|
||||
.products-sort-order .select-list {
|
||||
display: block;
|
||||
color: #666;
|
||||
padding: 5px 15px;
|
||||
font-size: 13px; }
|
||||
.products-sort-order .select-list:hover {
|
||||
background: #f5f5f5;
|
||||
color: #000; }
|
||||
.products-sort-order .dropdown-menu {
|
||||
left: auto;
|
||||
width: calc(100% - 30px);
|
||||
min-width: 200px;
|
||||
background: #FFFFFF;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
|
||||
|
||||
body #search_filters .facet {
|
||||
padding: 10px 0;
|
||||
margin: 0 0 10px; }
|
||||
@media (max-width: 991px) {
|
||||
body #search_filters .facet {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0; } }
|
||||
body #search_filters .facet .collapse {
|
||||
display: block;
|
||||
max-height: 210px;
|
||||
overflow: auto; }
|
||||
body #search_filters .facet .facet-title {
|
||||
font-weight: 500;
|
||||
margin: 0 0 10px;
|
||||
text-transform: capitalize;
|
||||
font-size: 13px;
|
||||
line-height: 1.5; }
|
||||
body #search_filters .facet .facet-label, body #search_filters .facet .custom-checkbox {
|
||||
margin-bottom: 0; }
|
||||
body #search_filters .facet .facet-label a, body #search_filters .facet .custom-checkbox a {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
vertical-align: top; }
|
||||
.rtl body #search_filters .facet .facet-label a, .rtl body #search_filters .facet .custom-checkbox a {
|
||||
text-align: right; }
|
||||
body #search_filters .facet .facet-label {
|
||||
display: block;
|
||||
text-align: left;
|
||||
padding: 7px 20px 7px 0;
|
||||
line-height: 20px;
|
||||
cursor: pointer;
|
||||
position: relative; }
|
||||
.rtl body #search_filters .facet .facet-label {
|
||||
text-align: right; }
|
||||
.rtl body #search_filters .facet .facet-label {
|
||||
padding: 7px 0 7px 20px; }
|
||||
body #search_filters .facet .facet-label .magnitude {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
height: 20px;
|
||||
min-width: 20px;
|
||||
display: inline-block;
|
||||
right: 5px;
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
font-family: 'Poppins'; }
|
||||
.rtl body #search_filters .facet .facet-label .magnitude {
|
||||
left: 5px;
|
||||
right: auto; }
|
||||
body #search_filters .facet .facet-label .custom-checkbox,
|
||||
body #search_filters .facet .facet-label .custom-radio {
|
||||
top: 0;
|
||||
margin-right: 0; }
|
||||
body #search_filters .clear-all-wrapper {
|
||||
margin: 10px 0; }
|
||||
|
||||
/* Pagination */
|
||||
.pagination {
|
||||
display: block !important;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
min-height: 50px;
|
||||
padding: 20px 0;
|
||||
border-top: 1px solid #eee;
|
||||
text-align: center; }
|
||||
.pagination:after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both; }
|
||||
.pagination > div {
|
||||
width: 100%;
|
||||
text-align: center !important; }
|
||||
.pagination .page-list {
|
||||
padding: 20px 0;
|
||||
margin-bottom: 0;
|
||||
text-align: center !important; }
|
||||
.pagination .page-list li {
|
||||
display: inline; }
|
||||
.pagination .page-list li a {
|
||||
padding: 0 8px; }
|
||||
.pagination .page-list li span {
|
||||
display: none; }
|
||||
.pagination .page-list li span.spacer {
|
||||
display: inline-block; }
|
||||
.pagination a {
|
||||
color: #000000;
|
||||
font-weight: 400;
|
||||
display: inline-block; }
|
||||
.pagination a:hover, .pagination a:focus {
|
||||
color: #000;
|
||||
text-decoration: none; }
|
||||
.pagination .disabled {
|
||||
color: #999;
|
||||
cursor: no-drop; }
|
||||
.pagination .disabled:hover {
|
||||
color: #999; }
|
||||
.pagination .current a {
|
||||
color: #000;
|
||||
text-decoration: none; }
|
||||
@media (min-width: 992px) {
|
||||
.pagination {
|
||||
display: flex !important;
|
||||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-moz-align-items: center;
|
||||
-ms-align-items: center;
|
||||
-o-align-items: center;
|
||||
align-items: center;
|
||||
-ms-flex-align: center; }
|
||||
.pagination > div {
|
||||
width: auto !important;
|
||||
padding: 0; }
|
||||
.pagination > div:last-child {
|
||||
margin-left: auto; } }
|
||||
|
||||
/* Filter */
|
||||
.active_filters {
|
||||
background: #f9f9f9;
|
||||
padding: 10px 30px 0;
|
||||
margin-bottom: 20px; }
|
||||
.active_filters .active-filter-title {
|
||||
display: inline;
|
||||
font-weight: 400;
|
||||
margin: 0 10px 0 0;
|
||||
font-size: 13px;
|
||||
color: #666; }
|
||||
.active_filters ul {
|
||||
display: inline; }
|
||||
.active_filters .filter-block {
|
||||
-moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
|
||||
-webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
|
||||
-o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
|
||||
-ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
|
||||
color: #414141;
|
||||
margin-bottom: 10px;
|
||||
background: white;
|
||||
padding: 10px;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
margin-right: 10px; }
|
||||
.rtl .active_filters .filter-block {
|
||||
margin-left: 10px;
|
||||
margin-right: inherit; }
|
||||
.active_filters .filter-block .close {
|
||||
color: #414141;
|
||||
font-size: 14px;
|
||||
margin-top: 3px;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
margin-left: 5px; }
|
||||
.rtl .active_filters .filter-block .close {
|
||||
margin-right: 5px;
|
||||
margin-left: inherit; }
|
||||
|
||||
/* Block Category */
|
||||
.block-categories .category-top-menu {
|
||||
margin: 0px; }
|
||||
.block-categories .category-sub-menu {
|
||||
margin: 0px; }
|
||||
.block-categories .category-sub-menu li {
|
||||
position: relative;
|
||||
padding: 0 0 0 20px; }
|
||||
.rtl .block-categories .category-sub-menu li {
|
||||
padding: 0 20px 0 0; }
|
||||
.block-categories .category-sub-menu li:after {
|
||||
content: "";
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 100%;
|
||||
background-color: #e5e5e5;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 16px;
|
||||
left: 0; }
|
||||
.rtl .block-categories .category-sub-menu li:after {
|
||||
right: 0;
|
||||
left: auto; }
|
||||
.block-categories .category-sub-menu li .navbar-toggler[aria-expanded="true"] + :after {
|
||||
background-color: #000; }
|
||||
.block-categories .category-sub-menu li:hover:after {
|
||||
background-color: #000; }
|
||||
.block-categories .category-sub-menu li > a {
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
padding: 10px 0;
|
||||
text-transform: capitalize; }
|
||||
.block-categories .category-sub-menu li > a:hover {
|
||||
color: #000; }
|
||||
.block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
|
||||
padding-top: 10px; }
|
||||
.block-categories .collapse-icons {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
font-size: 0.9375rem;
|
||||
border: 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
right: -16px;
|
||||
border-radius: 20px;
|
||||
-webkit-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
transition: all 0.4s; }
|
||||
.rtl .block-categories .collapse-icons {
|
||||
left: -16px;
|
||||
right: auto; }
|
||||
.block-categories .collapse-icons:hover {
|
||||
color: #000; }
|
||||
.block-categories .collapse-icons .remove {
|
||||
display: none; }
|
||||
.block-categories .collapse-icons i {
|
||||
opacity: 0;
|
||||
visibility: hidden; }
|
||||
.block-categories .collapse-icons:before {
|
||||
font-family: "Material Icons";
|
||||
content: "add";
|
||||
font-size: 15px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
text-align: center; }
|
||||
.block-categories .collapse-icons[aria-expanded="true"] .add {
|
||||
display: none; }
|
||||
.block-categories .collapse-icons[aria-expanded="true"] .remove {
|
||||
display: inline-block; }
|
||||
.block-categories .collapse-icons[aria-expanded="true"]:before {
|
||||
content: "remove"; }
|
||||
.block-categories .arrows {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
right: -16px;
|
||||
border-radius: 20px;
|
||||
-webkit-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
transition: all 0.4s; }
|
||||
.rtl .block-categories .arrows {
|
||||
left: -16px;
|
||||
right: auto; }
|
||||
.block-categories .arrows .arrow-right,
|
||||
.block-categories .arrows .arrow-down {
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
margin-left: 2px; }
|
||||
.rtl .block-categories .arrows .arrow-right, .rtl
|
||||
.block-categories .arrows .arrow-down {
|
||||
margin-right: 2px;
|
||||
margin-left: inherit; }
|
||||
.block-categories .arrows:hover {
|
||||
color: #000; }
|
||||
.block-categories .arrows .arrow-down {
|
||||
display: none; }
|
||||
.block-categories .arrows i {
|
||||
opacity: 0;
|
||||
visibility: hidden; }
|
||||
.block-categories .arrows:before {
|
||||
font-family: "Material Icons";
|
||||
content: "add";
|
||||
font-size: 15px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
text-align: center; }
|
||||
.block-categories .arrows[aria-expanded="true"] .arrow-right {
|
||||
display: none; }
|
||||
.block-categories .arrows[aria-expanded="true"] .arrow-down {
|
||||
display: inline-block; }
|
||||
.block-categories .arrows[aria-expanded="true"]:before {
|
||||
content: "remove"; }
|
||||
|
||||
.facets-title {
|
||||
color: #333; }
|
||||
|
||||
.products-selection .filter-button .btn-primary {
|
||||
padding: 7px 8px 6px; }
|
||||
|
||||
/*** Responsive part ***/
|
||||
@media (min-width: 576px) {
|
||||
.pagination {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex; } }
|
||||
@media (max-width: 767px) {
|
||||
#category .sidebar .block {
|
||||
display: none; }
|
||||
#category .sidebar #search_filters_wrapper {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
background: #fff; }
|
||||
#category .sidebar #search_filter_controls {
|
||||
text-align: center;
|
||||
margin: 5px 0; }
|
||||
#category .sidebar #search_filter_controls button {
|
||||
margin: 5px 10px;
|
||||
font-size: 14px;
|
||||
width: calc(100% - 20px);
|
||||
padding: 8px;
|
||||
border-radius: 20px; }
|
||||
#category .sidebar #search_filter_controls button .material-icons {
|
||||
font-size: 14px;
|
||||
vertical-align: -2px; }
|
||||
#category .sidebar #search_filters {
|
||||
margin-bottom: 0;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
-ms-box-shadow: none;
|
||||
box-shadow: none;
|
||||
padding: 0 0 50px;
|
||||
border-top: 1px solid #eee;
|
||||
display: block; }
|
||||
#category .sidebar #search_filters .facet {
|
||||
border-bottom: 1px solid #eee; }
|
||||
#category .sidebar #search_filters .facet .title {
|
||||
cursor: pointer; }
|
||||
#category .sidebar #search_filters .facet .title:after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both; }
|
||||
#category .sidebar #search_filters .facet .title .collapse-icons .remove {
|
||||
display: none; }
|
||||
#category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
|
||||
display: none; }
|
||||
#category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
|
||||
display: inline-block; }
|
||||
#category .sidebar #search_filters .facet .facet-title {
|
||||
color: #414141;
|
||||
text-transform: uppercase; }
|
||||
#category .sidebar #search_filters .facet .h6 {
|
||||
margin-bottom: 0;
|
||||
padding: 10px;
|
||||
display: inline-block; }
|
||||
#category .sidebar #search_filters .facet .navbar-toggler {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
line-height: 30px; }
|
||||
#category .sidebar #search_filters .facet .collapse {
|
||||
display: none; }
|
||||
#category .sidebar #search_filters .facet .collapse.in {
|
||||
display: block; }
|
||||
#category .sidebar #search_filters .facet .facet-label a {
|
||||
margin-top: 0; }
|
||||
#category .sidebar #search_filters .facet ul {
|
||||
margin-bottom: 0; }
|
||||
#category .sidebar #search_filters .facet ul li {
|
||||
border-top: 1px solid #eee;
|
||||
padding: 10px; }
|
||||
#category #search_filter_toggler {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
border-radius: 20px; }
|
||||
|
||||
.products-sort-order .select-title {
|
||||
margin-left: 0; }
|
||||
.rtl .products-sort-order .select-title {
|
||||
margin-right: 0;
|
||||
margin-left: inherit; }
|
||||
|
||||
.products-selection h1 {
|
||||
padding-top: 0;
|
||||
text-align: center;
|
||||
margin-bottom: 16px; }
|
||||
.products-selection .showing {
|
||||
padding-top: 16px;
|
||||
text-align: center; } }
|
||||
|
||||
/*# sourceMappingURL=categories.css.map */
|
||||
76
themes/at_movic/assets/css/components/checkout.css
Normal file
@@ -0,0 +1,76 @@
|
||||
/*
|
||||
Error: Undefined variable: "$gray-dark".
|
||||
on line 3 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/checkout.scss
|
||||
|
||||
1: body#checkout {
|
||||
2: [data-action="show-password"]{
|
||||
3: background: $gray-dark;
|
||||
4: }
|
||||
5: .custom-checkbox {
|
||||
6: @include display(flex);
|
||||
7: span {
|
||||
8: @include flex(0 0 15px);
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/checkout.scss:3
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/variable.rb:49:in `_perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:397:in `visit_prop'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined variable: \"$gray-dark\".\A on line 3 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/checkout.scss\A \A 1: body#checkout {\A 2: [data-action=\"show-password\"]{\A 3: background: $gray-dark;\A 4: }\A 5: .custom-checkbox {\A 6: @include display(flex);\A 7: span {\A 8: @include flex(0 0 15px);"; }
|
||||
64
themes/at_movic/assets/css/components/contact.css
Normal file
@@ -0,0 +1,64 @@
|
||||
/*
|
||||
Error: Undefined variable: "$gray-dark".
|
||||
on line 2 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/contact.scss
|
||||
|
||||
1: .contact-rich {
|
||||
2: color: $gray-dark;
|
||||
3: margin-bottom: 32px;
|
||||
4: h4 {
|
||||
5: text-transform: uppercase;
|
||||
6: color: $gray-darker;
|
||||
7: margin-bottom: 32px;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/contact.scss:2
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/script/tree/variable.rb:49:in `_perform'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:397:in `visit_prop'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined variable: \"$gray-dark\".\A on line 2 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/contact.scss\A \A 1: .contact-rich {\A 2: color: $gray-dark;\A 3: margin-bottom: 32px;\A 4: h4 {\A 5: text-transform: uppercase;\A 6: color: $gray-darker;\A 7: margin-bottom: 32px;"; }
|
||||
3
themes/at_movic/assets/css/components/custom-text.css
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=custom-text.css.map */
|
||||
99
themes/at_movic/assets/css/components/customer.css
Normal file
@@ -0,0 +1,99 @@
|
||||
/*
|
||||
Error: Undefined mixin 'rtl-float-left'.
|
||||
on line 56 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customer.scss, in `rtl-float-left'
|
||||
from line 56 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customer.scss
|
||||
|
||||
51: padding: 0;
|
||||
52: margin: 0;
|
||||
53: }
|
||||
54: .custom-checkbox {
|
||||
55: span {
|
||||
56: @include rtl-float-left();
|
||||
57: }
|
||||
58: label {
|
||||
59: @include rtl-padding(0,0,0,30px);
|
||||
60: }
|
||||
61: }
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customer.scss:56:in `rtl-float-left'
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customer.scss:56
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:352:in `block in visit_mixin'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:98:in `with_mixin'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:350:in `visit_mixin'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:171:in `block in visit_children'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:170:in `visit_children'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:190:in `visit_root'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:161:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:10:in `visit'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/engine.rb:384:in `_render_with_sourcemap'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/engine.rb:301:in `render_with_sourcemap'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:294:in `watch'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/lib/compass/sass_compiler.rb:46:in `watch!'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/lib/compass/commands/watch_project.rb:41:in `perform'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/lib/compass/commands/base.rb:18:in `execute'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:19:in `execute'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:43:in `perform!'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:15:in `run!'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/bin/compass:30:in `block in <top (required)>'
|
||||
c:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-1.0.3/bin/compass:44:in `<top (required)>'
|
||||
C:/Ruby23-x64/bin/compass:23:in `load'
|
||||
C:/Ruby23-x64/bin/compass:23:in `<main>'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'rtl-float-left'.\A on line 56 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customer.scss, in `rtl-float-left'\A from line 56 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customer.scss\A \A 51: padding: 0;\A 52: margin: 0;\A 53: }\A 54: .custom-checkbox {\A 55: span {\A 56: @include rtl-float-left();\A 57: }\A 58: label {\A 59: @include rtl-padding(0,0,0,30px);\A 60: }\A 61: }"; }
|
||||
@@ -0,0 +1,81 @@
|
||||
/*
|
||||
Error: Undefined variable: "$gray-lighter".
|
||||
on line 4 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customization-modal.scss
|
||||
|
||||
1: .customization-modal {
|
||||
2: .modal-content {
|
||||
3: border-radius: 0;
|
||||
4: border: 1px solid $gray-lighter;
|
||||
5: .modal-body {
|
||||
6: padding-top: 0;
|
||||
7: .product-customization-line {
|
||||
8: .label {
|
||||
9: font-weight: 600;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customization-modal.scss:4
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/variable.rb:49:in `_perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/list_literal.rb:63:in `block in _perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/list_literal.rb:63:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/list_literal.rb:63:in `_perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:397:in `visit_prop'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined variable: \"$gray-lighter\".\A on line 4 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/customization-modal.scss\A \A 1: .customization-modal {\A 2: .modal-content {\A 3: border-radius: 0;\A 4: border: 1px solid $gray-lighter;\A 5: .modal-body {\A 6: padding-top: 0;\A 7: .product-customization-line {\A 8: .label {\A 9: font-weight: 600;"; }
|
||||
64
themes/at_movic/assets/css/components/drop-down.css
Normal file
@@ -0,0 +1,64 @@
|
||||
/*
|
||||
Error: Undefined variable: "$gray".
|
||||
on line 2 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/drop-down.scss
|
||||
|
||||
1: .dropdown{
|
||||
2: color:$gray;
|
||||
3: &:hover .expand-more{
|
||||
4: color: $brand-primary;
|
||||
5: }
|
||||
6: .expand-more{
|
||||
7: color: $gray-darker;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/drop-down.scss:2
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/script/tree/variable.rb:49:in `_perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:398:in `visit_prop'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:171:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:170:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:190:in `visit_root'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:161:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:10:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/engine.rb:384:in `_render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/engine.rb:301:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined variable: \"$gray\".\A on line 2 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/drop-down.scss\A \A 1: .dropdown{\A 2: color:$gray;\A 3: &:hover .expand-more{\A 4: color: $brand-primary;\A 5: }\A 6: .expand-more{\A 7: color: $gray-darker;"; }
|
||||
79
themes/at_movic/assets/css/components/errors.css
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
Error: Undefined variable: "$font-size-sm".
|
||||
on line 11 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/errors.scss
|
||||
|
||||
6: }
|
||||
7: }
|
||||
8: .page-not-found {
|
||||
9: background: white;
|
||||
10: padding: 16px;
|
||||
11: font-size: $font-size-sm;
|
||||
12: color: $gray-dark;
|
||||
13: max-width: 570px;
|
||||
14: margin: 0 auto;
|
||||
15: .search-widget {
|
||||
16: float: none;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/errors.scss:11
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/variable.rb:49:in `_perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:397:in `visit_prop'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined variable: \"$font-size-sm\".\A on line 11 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/errors.scss\A \A 6: }\A 7: }\A 8: .page-not-found { \A 9: background: white;\A 10: padding: 16px;\A 11: font-size: $font-size-sm;\A 12: color: $gray-dark;\A 13: max-width: 570px;\A 14: margin: 0 auto; \A 15: .search-widget {\A 16: float: none;"; }
|
||||
80
themes/at_movic/assets/css/components/featuredproducts.css
Normal file
@@ -0,0 +1,80 @@
|
||||
/*
|
||||
Error: Undefined mixin 'display'.
|
||||
on line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/featuredproducts.scss, in `display'
|
||||
from line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/featuredproducts.scss
|
||||
|
||||
1: #products,.featured-products,.product-accessories {
|
||||
2: .products {
|
||||
3: @include display(flex);
|
||||
4: @include flex-wrap(wrap);
|
||||
5: @include justify-content(flex-start);
|
||||
6: }
|
||||
7: .product-thumbnail {
|
||||
8: display: block;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/featuredproducts.scss:3:in `display'
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/featuredproducts.scss:3
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:351:in `block in visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:349:in `visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'display'.\A on line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/featuredproducts.scss, in `display'\A from line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/featuredproducts.scss\A \A 1: #products,.featured-products,.product-accessories {\A 2: .products {\A 3: @include display(flex);\A 4: @include flex-wrap(wrap);\A 5: @include justify-content(flex-start);\A 6: }\A 7: .product-thumbnail {\A 8: display: block;"; }
|
||||
83
themes/at_movic/assets/css/components/footer.css
Normal file
@@ -0,0 +1,83 @@
|
||||
/*
|
||||
Error: Undefined mixin 'display'.
|
||||
on line 7 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/footer.scss, in `display'
|
||||
from line 7 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/footer.scss
|
||||
|
||||
2: .block_newsletter {
|
||||
3: p {
|
||||
4: padding-top: 14px;
|
||||
5: }
|
||||
6: .input-wrapper {
|
||||
7: @include display(flex);
|
||||
8: @include align-items(center);
|
||||
9: position: relative;
|
||||
10: input{
|
||||
11: height: 50px;
|
||||
12: padding: 10px 10px;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/footer.scss:7:in `display'
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/footer.scss:7
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:352:in `block in visit_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:98:in `with_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:350:in `visit_mixin'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `map'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:434:in `block in visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:432:in `visit_rule'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:162:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:171:in `block in visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:183:in `with_environment'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:170:in `visit_children'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:190:in `visit_root'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:161:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb:10:in `visit'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/engine.rb:384:in `_render_with_sourcemap'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/engine.rb:301:in `render_with_sourcemap'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby25/lib/ruby/gems/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'display'.\A on line 7 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/footer.scss, in `display'\A from line 7 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/footer.scss\A \A 2: .block_newsletter {\A 3: p {\A 4: padding-top: 14px;\A 5: }\A 6: .input-wrapper {\A 7: @include display(flex);\A 8: @include align-items(center);\A 9: position: relative;\A 10: input{\A 11: height: 50px;\A 12: padding: 10px 10px;"; }
|
||||
67
themes/at_movic/assets/css/components/forgotten-password.css
Normal file
@@ -0,0 +1,67 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
.forgotten-password {
|
||||
padding: 4px; }
|
||||
.forgotten-password .form-fields .center-email-fields {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: center;
|
||||
-moz-box-pack: center;
|
||||
box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
-moz-justify-content: center;
|
||||
-ms-justify-content: center;
|
||||
-o-justify-content: center;
|
||||
justify-content: center;
|
||||
-ms-flex-pack: center; }
|
||||
@media (max-width: 767px) {
|
||||
.forgotten-password .form-fields .center-email-fields {
|
||||
flex-direction: column; }
|
||||
.forgotten-password .form-fields .center-email-fields button {
|
||||
margin: 10px;
|
||||
width: calc(100% - 20px); } }
|
||||
.forgotten-password .form-fields .center-email-fields button {
|
||||
height: 38px; }
|
||||
.forgotten-password .form-fields .email {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
width: 430px; }
|
||||
@media (max-width: 767px) {
|
||||
.forgotten-password .form-fields .email {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 100%; } }
|
||||
.forgotten-password .form-fields .email input {
|
||||
height: 38px; }
|
||||
.forgotten-password .form-fields label.required {
|
||||
width: 130px; }
|
||||
|
||||
.send-renew-password-link {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px; }
|
||||
|
||||
/*# sourceMappingURL=forgotten-password.css.map */
|
||||
80
themes/at_movic/assets/css/components/imageslider.css
Normal file
@@ -0,0 +1,80 @@
|
||||
/*
|
||||
Error: Undefined mixin 'box-shadow'.
|
||||
on line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/imageslider.scss, in `box-shadow'
|
||||
from line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/imageslider.scss
|
||||
|
||||
1: .homeslider{
|
||||
2: .carousel {
|
||||
3: @include box-shadow(1px 1px 7px 0 rgba(0, 0, 0, 0.15));
|
||||
4: margin-bottom: 24px;
|
||||
5: .direction {
|
||||
6: z-index: auto;
|
||||
7: }
|
||||
8: .carousel-inner {
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/imageslider.scss:3:in `box-shadow'
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/imageslider.scss:3
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:351:in `block in visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:349:in `visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'box-shadow'.\A on line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/imageslider.scss, in `box-shadow'\A from line 3 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/imageslider.scss\A \A 1: .homeslider{\A 2: .carousel {\A 3: @include box-shadow(1px 1px 7px 0 rgba(0, 0, 0, 0.15));\A 4: margin-bottom: 24px;\A 5: .direction {\A 6: z-index: auto;\A 7: }\A 8: .carousel-inner {"; }
|
||||
35
themes/at_movic/assets/css/components/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
79
themes/at_movic/assets/css/components/mainmenu.css
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
Error: Undefined variable: "$gray".
|
||||
on line 8 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/mainmenu.scss
|
||||
|
||||
3: margin: 10px;
|
||||
4: }
|
||||
5: a:not([data-depth="0"]) {
|
||||
6: display: block;
|
||||
7: padding: 10px;
|
||||
8: color: $gray;
|
||||
9: font-weight: 400;
|
||||
10: }
|
||||
11: a.dropdown-submenu {
|
||||
12: color: $gray-darker;
|
||||
13: text-transform: uppercase;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/mainmenu.scss:8
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/variable.rb:49:in `_perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/script/tree/node.rb:58:in `perform'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:397:in `visit_prop'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/sass-3.4.23/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined variable: \"$gray\".\A on line 8 of D:/xampp/htdocs/prestashop/hw/at_movic/themes/at_movic/_dev/css/components/mainmenu.scss\A \A 3: margin: 10px;\A 4: }\A 5: a:not([data-depth=\"0\"]) {\A 6: display: block;\A 7: padding: 10px;\A 8: color: $gray;\A 9: font-weight: 400;\A 10: }\A 11: a.dropdown-submenu {\A 12: color: $gray-darker;\A 13: text-transform: uppercase;"; }
|
||||
1726
themes/at_movic/assets/css/components/products.css
Normal file
80
themes/at_movic/assets/css/components/quickview.css
Normal file
@@ -0,0 +1,80 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
.quickview .modal-dialog {
|
||||
width: calc(100% - 40px);
|
||||
max-width: 64rem; }
|
||||
.quickview .modal-content {
|
||||
min-height: 31.25rem; }
|
||||
.quickview .modal-header {
|
||||
border: none;
|
||||
padding: 10px;
|
||||
background: none; }
|
||||
.quickview .modal-body {
|
||||
min-height: 28.88rem; }
|
||||
.quickview .modal-footer {
|
||||
border-top: 1px solid rgba(172, 170, 166, 0.3); }
|
||||
.quickview .layer {
|
||||
display: none; }
|
||||
.quickview .product-cover img {
|
||||
width: 95%; }
|
||||
.quickview .arrows-product-fake {
|
||||
display: none; }
|
||||
.quickview .images-container {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-align: center; }
|
||||
.quickview .images-container .product-cover {
|
||||
padding-right: 90px; }
|
||||
.rtl .quickview .images-container .product-cover {
|
||||
padding-left: 90px;
|
||||
padding-right: inherit; }
|
||||
.quickview .images-container .product-thumb-images {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 0px;
|
||||
width: 80px;
|
||||
z-index: 9; }
|
||||
.quickview .product-thumb-images {
|
||||
position: relative; }
|
||||
.quickview .product-thumb-images .slick-list {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px; }
|
||||
.quickview .product-thumb-images .slick-list .slick-slide {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px; }
|
||||
.quickview .social-sharing {
|
||||
margin: 0; }
|
||||
.quickview .product-flags {
|
||||
text-align: left; }
|
||||
.rtl .quickview .product-flags {
|
||||
text-align: right; }
|
||||
.quickview .product-flags li.product-flag span {
|
||||
margin: 2px 5px;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
display: inline-block;
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 1px solid;
|
||||
margin-bottom: 5px;
|
||||
font-weight: 600; }
|
||||
|
||||
/*# sourceMappingURL=quickview.css.map */
|
||||
29
themes/at_movic/assets/css/components/renew-password.css
Normal file
@@ -0,0 +1,29 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
.renew-password {
|
||||
margin-left: 10px; }
|
||||
.renew-password .email {
|
||||
padding-bottom: 30px; }
|
||||
.renew-password [type=submit] {
|
||||
margin-left: 50px; }
|
||||
|
||||
/*# sourceMappingURL=renew-password.css.map */
|
||||
116
themes/at_movic/assets/css/components/search-widget.css
Normal file
@@ -0,0 +1,116 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
#search_widget.open a.popup-title i:before {
|
||||
content: "\e646"; }
|
||||
#search_widget .popup-content {
|
||||
padding: 15px; }
|
||||
#search_widget .search-inner {
|
||||
position: relative; }
|
||||
#search_widget .search-inner input[type="text"] {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding: 0;
|
||||
min-width: 220px;
|
||||
border: 0;
|
||||
outline: none;
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #000;
|
||||
padding: 0 40px 0 0; }
|
||||
.rtl #search_widget .search-inner input[type="text"] {
|
||||
padding: 0 0 0 40px; }
|
||||
#search_widget .search-inner input[type="text"]:focus {
|
||||
border-color: #000; }
|
||||
#search_widget .search-inner input[type="text"]:focus + button[type="submit"] i:before {
|
||||
content: "\e628"; }
|
||||
#search_widget .search-inner button[type="submit"] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: none;
|
||||
outline: none;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
cursor: pointer; }
|
||||
#search_widget .search-inner button[type="submit"] i {
|
||||
vertical-align: middle;
|
||||
font-size: 21px;
|
||||
color: #000; }
|
||||
#search_widget .search-inner button[type="submit"]:hover i:before {
|
||||
content: "\e628"; }
|
||||
|
||||
#checkout #search_widget {
|
||||
display: none;
|
||||
/* Not ideal solution by allows to reuse same hooks/templates */ }
|
||||
|
||||
#pagenotfound .page-content #search_widget {
|
||||
width: 100%; }
|
||||
#pagenotfound .page-content #search_widget .popup-content {
|
||||
position: relative; }
|
||||
|
||||
#main #search_widget a.popup-title {
|
||||
display: none; }
|
||||
#main #search_widget .popup-content {
|
||||
position: static;
|
||||
display: block !important;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
width: 100%;
|
||||
float: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
-ms-box-shadow: none;
|
||||
box-shadow: none;
|
||||
z-index: 1; }
|
||||
#main #search_widget .search-inner {
|
||||
position: relative; }
|
||||
#main #search_widget input[type=text] {
|
||||
padding: 0 50px 0 0;
|
||||
height: 40px;
|
||||
line-height: 1;
|
||||
outline: 0; }
|
||||
.rtl #main #search_widget input[type=text] {
|
||||
padding: 0 0 0 50px; }
|
||||
#main #search_widget input[type=text]:focus {
|
||||
border-color: #000; }
|
||||
#main #search_widget button[type=submit] {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
bottom: 0;
|
||||
top: auto;
|
||||
right: 0;
|
||||
background: none;
|
||||
color: #333; }
|
||||
.rtl #main #search_widget button[type=submit] {
|
||||
left: 0;
|
||||
right: auto; }
|
||||
#main #search_widget button[type=submit] i {
|
||||
font-size: 14px; }
|
||||
#main #search_widget button[type=submit]:hover {
|
||||
background: #000;
|
||||
color: #fff; }
|
||||
|
||||
/*# sourceMappingURL=search-widget.css.map */
|
||||
49
themes/at_movic/assets/css/components/sitemap.css
Normal file
@@ -0,0 +1,49 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
.sitemap-title {
|
||||
text-transform: capitalize; }
|
||||
|
||||
.sitemap {
|
||||
margin-top: 0.9375rem; }
|
||||
.sitemap h2 {
|
||||
color: #414141;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid #acaaa6;
|
||||
margin-left: -15px;
|
||||
width: 100%;
|
||||
height: 35px; }
|
||||
.sitemap ul {
|
||||
margin-left: -15px;
|
||||
margin-top: 20px; }
|
||||
.sitemap ul.nested {
|
||||
margin-left: 20px; }
|
||||
.sitemap ul li {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 1rem; }
|
||||
|
||||
@media (max-width: 575px) {
|
||||
.sitemap {
|
||||
margin-top: 0; } }
|
||||
|
||||
/*# sourceMappingURL=sitemap.css.map */
|
||||
94
themes/at_movic/assets/css/components/stores.css
Normal file
@@ -0,0 +1,94 @@
|
||||
/*
|
||||
Error: Undefined mixin 'display'.
|
||||
on line 15 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/stores.scss, in `display'
|
||||
from line 15 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/stores.scss
|
||||
|
||||
10: img {
|
||||
11: max-width: 100%;
|
||||
12: }
|
||||
13: }
|
||||
14: .store-item-container {
|
||||
15: @include display(flex);
|
||||
16: @include justify-content(space-around);
|
||||
17: @include align-items(center);
|
||||
18: padding: $large-space 0;
|
||||
19: ul {
|
||||
20: margin-bottom: 0;
|
||||
|
||||
Backtrace:
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/stores.scss:15:in `display'
|
||||
D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/stores.scss:15
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:351:in `block in visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:98:in `with_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:349:in `visit_mixin'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block (2 levels) in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:433:in `block in visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:431:in `visit_rule'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `block in with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:115:in `with_frame'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/stack.rb:79:in `with_base'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:160:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `map'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:52:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:169:in `block in visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:181:in `with_environment'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:168:in `visit_children'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `block in visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:188:in `visit_root'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/base.rb:36:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:159:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/visitors/perform.rb:8:in `visit'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:36:in `css_tree'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:381:in `_render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/engine.rb:298:in `render_with_sourcemap'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `each'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:473:in `on_file_changed'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/lib/sass/plugin/compiler.rb:331:in `block in watch'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:252:in `on_change'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapters/polling.rb:48:in `poll_changed_directories'
|
||||
C:/Ruby23/lib/ruby/gems/2.3.0/gems/sass-3.4.22/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
|
||||
*/
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'display'.\A on line 15 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/stores.scss, in `display'\A from line 15 of D:/xampp/htdocs/prestashop/hw/at_unique/themes/at_unique/_dev/css/components/stores.scss\A \A 10: img {\A 11: max-width: 100%;\A 12: }\A 13: }\A 14: .store-item-container {\A 15: @include display(flex);\A 16: @include justify-content(space-around);\A 17: @include align-items(center);\A 18: padding: $large-space 0;\A 19: ul {\A 20: margin-bottom: 0;"; }
|
||||
3614
themes/at_movic/assets/css/custom.css
Normal file
1
themes/at_movic/assets/css/custom.css.map
Normal file
4855
themes/at_movic/assets/css/custom.scss
Normal file
59
themes/at_movic/assets/css/error.css
Normal file
@@ -0,0 +1,59 @@
|
||||
#body {
|
||||
background-color: #F7F7F7; }
|
||||
#layout-error img {
|
||||
max-width: 100%;
|
||||
}
|
||||
#layout-error .logo {
|
||||
padding: 0 15px;
|
||||
}
|
||||
#layout-error {
|
||||
text-align: center;
|
||||
margin: 50px 0 0 0;
|
||||
background-color: #fff;
|
||||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
|
||||
@media (min-width: 1200px) {
|
||||
#layout-error {
|
||||
margin: 126px 0 0 0;
|
||||
padding: 50px; } }
|
||||
#layout-error .logo {
|
||||
margin: 0 0 31px 0;
|
||||
text-align: center; }
|
||||
#layout-error h1 {
|
||||
font: 24px sans-serif;
|
||||
color: #333;
|
||||
padding: 0 0 14px 0;
|
||||
margin: 0 0 19px 0; }
|
||||
#layout-error h2 {
|
||||
font: 20px sans-serif;
|
||||
color: #333;
|
||||
padding: 0 0 14px 0;
|
||||
margin: 0 0 19px 0; }
|
||||
#layout-error .page-content {
|
||||
font: 16px sans-serif;
|
||||
color: #555454;
|
||||
text-align: center; }
|
||||
|
||||
#layout-error {
|
||||
padding: 50px 15px;
|
||||
margin-right: auto;
|
||||
margin-left: auto; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#layout-error {
|
||||
width: 500px; } }
|
||||
@media (min-width: 992px) {
|
||||
#layout-error {
|
||||
width: 500px; } }
|
||||
@media (min-width: 1200px) {
|
||||
#layout-error {
|
||||
width: 500px; } }
|
||||
@media only screen and (min-width: 1200px) {
|
||||
#layout-error {
|
||||
padding-left: 0;
|
||||
padding-right: 0; } }
|
||||
|
||||
#layout-error .logo img {
|
||||
max-width: 80%;
|
||||
}
|
||||
35
themes/at_movic/assets/css/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
2869
themes/at_movic/assets/css/rtl.css
Normal file
30133
themes/at_movic/assets/css/theme.css
Normal file
1
themes/at_movic/assets/css/theme.css.map
Normal file
41
themes/at_movic/assets/css/theme.rtlfix
Normal file
@@ -0,0 +1,41 @@
|
||||
@font-face {
|
||||
font-family: Vazir;
|
||||
src: url('https://res.cloudinary.com/ipresta/raw/upload/v1522045380/vazir_v18.0.0/Vazir.eot');
|
||||
src: url('https://res.cloudinary.com/ipresta/raw/upload/v1522045380/vazir_v18.0.0/Vazir.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://res.cloudinary.com/ipresta/raw/upload/v1522045380/vazir_v18.0.0/Vazir.woff') format('woff'),
|
||||
url('https://res.cloudinary.com/ipresta/raw/upload/v1522044764/vazir_v18.0.0/Vazir.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Vazir;
|
||||
src: url('https://res.cloudinary.com/ipresta/raw/upload/v1522045523/vazir_v18.0.0/Vazir-Bold.eot');
|
||||
src: url('https://res.cloudinary.com/ipresta/raw/upload/v1522045523/vazir_v18.0.0/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://res.cloudinary.com/ipresta/raw/upload/v1522045380/vazir_v18.0.0/Vazir.woff') format('woff'),
|
||||
url('https://res.cloudinary.com/ipresta/raw/upload/v1522045523/vazir_v18.0.0/Vazir-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Vazir;
|
||||
src: url('https://res.cloudinary.com/ipresta/raw/upload/v1522044764/vazir_v18.0.0/Vazir-Light.eot');
|
||||
src: url('https://res.cloudinary.com/ipresta/raw/upload/v1522044764/vazir_v18.0.0/Vazir-Light.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://res.cloudinary.com/ipresta/raw/upload/v1522044764/vazir_v18.0.0/Vazir-Light.woff') format('woff'),
|
||||
url('https://res.cloudinary.com/ipresta/raw/upload/v1522044764/vazir_v18.0.0/Vazir-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
}
|
||||
body.lang-fa{
|
||||
font-family: "Vazir",sans-serif;
|
||||
}
|
||||
.rtl-flip:not(.rtl-no-flip), .material-icons:not(.rtl-no-flip) {
|
||||
-moz-transform: scaleX(-1);
|
||||
-o-transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
filter: FlipH;
|
||||
-ms-filter: "FlipH";
|
||||
}
|
||||
.magnitude:before {
|
||||
content: "?";
|
||||
opacity: 0;
|
||||
}
|
||||
33955
themes/at_movic/assets/css/theme.scss
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Air.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-AirItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Black.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-BlackItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Bold.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-BoldItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Light.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-LightItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Medium.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-MediumItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Regular.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-RegularItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-Thin.otf
Normal file
BIN
themes/at_movic/assets/fonts/Aeonik-ThinItalic.otf
Normal file
BIN
themes/at_movic/assets/fonts/Auros.eot
Normal file
62
themes/at_movic/assets/fonts/Auros.svg
Normal file
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="Auros" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M785.763 7.053l-50.155 142.106h-309.29l-50.155-142.106h-225.698l313.469 873.535h221.518l313.469-873.535h-213.159zM668.735 345.6l-87.771 246.596-87.771-246.596h175.543z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M1747.069-9.665c-104.49 0-196.441 33.437-267.494 96.131-71.053 66.873-108.669 158.824-108.669 284.212v509.91h213.159v-514.090c0-54.335 12.539-100.31 41.796-129.567 25.078-29.257 66.873-45.976 121.208-45.976s96.131 16.718 121.208 45.976c25.078 29.257 41.796 75.233 41.796 129.567v514.090h213.159v-509.91c0-121.208-37.616-217.339-108.669-284.212-75.233-62.694-163.004-96.131-267.494-96.131z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M2821.224 679.967h-217.339v200.62h397.061c91.951 0 167.184-25.078 221.518-79.412 54.335-50.155 79.412-121.208 79.412-204.8 0-58.514-12.539-112.849-41.796-158.824-25.078-37.616-58.514-66.873-96.131-91.951l188.082-342.727h-250.776v4.18l-154.645 313.469h-129.567v-313.469h-213.159v430.498zM2821.224 521.143h179.722c29.257 0 50.155 8.359 66.873 20.898 12.539 12.539 20.898 33.437 20.898 58.514s-8.359 45.976-20.898 58.514c-12.539 16.718-33.437 20.898-62.694 20.898h-183.902z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M4154.514-9.665c-129.567 0-238.237 41.796-326.008 129.567-83.592 83.592-129.567 196.441-129.567 326.008s41.796 238.237 129.567 326.008c83.592 83.592 192.261 129.567 326.008 129.567s238.237-41.796 326.008-129.567c83.592-83.592 129.567-196.441 129.567-326.008s-41.796-238.237-129.567-326.008c-83.592-87.771-192.261-129.567-326.008-129.567zM4154.514 692.506c-66.873 0-121.208-20.898-167.184-66.873-41.796-45.976-62.694-104.49-62.694-179.722s20.898-137.927 62.694-179.722c41.796-45.976 96.131-66.873 167.184-66.873 66.873 0 121.208 20.898 167.184 66.873 41.796 45.976 62.694 104.49 62.694 179.722s-20.898 137.927-62.694 179.722c-41.796 45.976-96.131 66.873-167.184 66.873z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M5349.878-9.665c-58.514 0-108.669 8.359-154.645 25.078s-79.412 41.796-108.669 71.053c-25.078 29.257-45.976 62.694-58.514 96.131s-20.898 71.053-20.898 108.669v20.898h208.98v-20.898c0-29.257 12.539-54.335 37.616-75.233s58.514-29.257 104.49-29.257c41.796 0 75.233 8.359 96.131 20.898s29.257 29.257 29.257 54.335c0 16.718-4.18 29.257-16.718 37.616-12.539 12.539-33.437 20.898-54.335 29.257l-179.722 50.155c-33.437 8.359-66.873 25.078-91.951 41.796-29.257 16.718-54.335 45.976-71.053 79.412s-25.078 75.233-25.078 121.208c0 79.412 29.257 146.286 87.771 196.441 58.514 54.335 137.927 79.412 234.057 79.412 100.31 0 179.722-29.257 238.237-83.592 58.514-58.514 91.951-129.567 91.951-213.159v-20.898h-208.98v20.898c0 33.437-12.539 58.514-33.437 75.233-20.898 20.898-50.155 29.257-87.771 29.257-33.437 0-62.694-8.359-83.592-20.898-16.718-12.539-29.257-29.257-29.257-50.155 0-16.718 4.18-29.257 16.718-37.616 12.539-12.539 33.437-20.898 58.514-29.257l183.902-50.155c33.437-8.359 66.873-25.078 91.951-41.796 29.257-20.898 54.335-45.976 71.053-83.592 16.718-33.437 25.078-79.412 25.078-125.388 0-79.412-33.437-150.465-100.31-200.62-62.694-50.155-150.465-75.233-250.776-75.233z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M5985.176 253.649h238.237v-238.237h-238.237v238.237z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M785.763 7.053l-50.155 142.106h-309.29l-50.155-142.106h-225.698l313.469 873.535h221.518l313.469-873.535h-213.159zM668.735 345.6l-87.771 246.596-87.771-246.596h175.543z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M1747.069-9.665c-104.49 0-196.441 33.437-267.494 96.131-71.053 66.873-108.669 158.824-108.669 284.212v509.91h213.159v-514.090c0-54.335 12.539-100.31 41.796-129.567 25.078-29.257 66.873-45.976 121.208-45.976s96.131 16.718 121.208 45.976c25.078 29.257 41.796 75.233 41.796 129.567v514.090h213.159v-509.91c0-121.208-37.616-217.339-108.669-284.212-75.233-62.694-163.004-96.131-267.494-96.131z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M2821.224 679.967h-217.339v200.62h397.061c91.951 0 167.184-25.078 221.518-79.412 54.335-50.155 79.412-121.208 79.412-204.8 0-58.514-12.539-112.849-41.796-158.824-25.078-37.616-58.514-66.873-96.131-91.951l188.082-342.727h-250.776v4.18l-154.645 313.469h-129.567v-313.469h-213.159v430.498zM2821.224 521.143h179.722c29.257 0 50.155 8.359 66.873 20.898 12.539 12.539 20.898 33.437 20.898 58.514s-8.359 45.976-20.898 58.514c-12.539 16.718-33.437 20.898-62.694 20.898h-183.902z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M4154.514-9.665c-129.567 0-238.237 41.796-326.008 129.567-83.592 83.592-129.567 196.441-129.567 326.008s41.796 238.237 129.567 326.008c83.592 83.592 192.261 129.567 326.008 129.567s238.237-41.796 326.008-129.567c83.592-83.592 129.567-196.441 129.567-326.008s-41.796-238.237-129.567-326.008c-83.592-87.771-192.261-129.567-326.008-129.567zM4154.514 692.506c-66.873 0-121.208-20.898-167.184-66.873-41.796-45.976-62.694-104.49-62.694-179.722s20.898-137.927 62.694-179.722c41.796-45.976 96.131-66.873 167.184-66.873 66.873 0 121.208 20.898 167.184 66.873 41.796 45.976 62.694 104.49 62.694 179.722s-20.898 137.927-62.694 179.722c-41.796 45.976-96.131 66.873-167.184 66.873z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M5349.878-9.665c-58.514 0-108.669 8.359-154.645 25.078s-79.412 41.796-108.669 71.053c-25.078 29.257-45.976 62.694-58.514 96.131s-20.898 71.053-20.898 108.669v20.898h208.98v-20.898c0-29.257 12.539-54.335 37.616-75.233s58.514-29.257 104.49-29.257c41.796 0 75.233 8.359 96.131 20.898s29.257 29.257 29.257 54.335c0 16.718-4.18 29.257-16.718 37.616-12.539 12.539-33.437 20.898-54.335 29.257l-179.722 50.155c-33.437 8.359-66.873 25.078-91.951 41.796-29.257 16.718-54.335 45.976-71.053 79.412s-25.078 75.233-25.078 121.208c0 79.412 29.257 146.286 87.771 196.441 58.514 54.335 137.927 79.412 234.057 79.412 100.31 0 179.722-29.257 238.237-83.592 58.514-58.514 91.951-129.567 91.951-213.159v-20.898h-208.98v20.898c0 33.437-12.539 58.514-33.437 75.233-20.898 20.898-50.155 29.257-87.771 29.257-33.437 0-62.694-8.359-83.592-20.898-16.718-12.539-29.257-29.257-29.257-50.155 0-16.718 4.18-29.257 16.718-37.616 12.539-12.539 33.437-20.898 58.514-29.257l183.902-50.155c33.437-8.359 66.873-25.078 91.951-41.796 29.257-20.898 54.335-45.976 71.053-83.592 16.718-33.437 25.078-79.412 25.078-125.388 0-79.412-33.437-150.465-100.31-200.62-62.694-50.155-150.465-75.233-250.776-75.233z" />
|
||||
<glyph unicode="" horiz-adv-x="6374" d="M5985.176 253.649h238.237v-238.237h-238.237v238.237z" />
|
||||
<glyph unicode="" glyph-name="Ico_360" horiz-adv-x="1136" d="M567.956-64c-207.038 0-391.694 120.306-470.033 310.557 0 2.798-5.596 8.393-11.191 8.393-25.18 8.393-44.765 13.989-55.956 19.585-13.989 5.596-16.787 5.596-19.585 5.596l-11.191 2.798v332.94l13.989 5.596c2.798 0 11.191 2.798 50.361 16.787l27.978 11.191 5.596 2.798c2.798 0 5.596 2.798 5.596 8.393 81.137 181.858 265.792 299.366 464.437 299.366 201.443 0 383.301-117.508 467.235-302.164 0-2.798 5.596-8.393 11.191-8.393 47.563-13.989 72.743-25.18 78.339-27.978l11.191-5.596v-330.142l-13.989-5.596c0 0-5.596-2.798-25.18-8.393-13.989-5.596-30.776-11.191-53.158-19.585l-2.798-2.798c-2.798 0-5.596-2.798-5.596-8.393-81.137-184.656-262.995-304.962-467.235-304.962zM184.656 226.973c-5.596 0-11.191-2.798-13.989-8.393-2.798-2.798-2.798-8.393 0-13.989 83.934-139.891 232.219-223.825 397.29-223.825 162.273 0 310.557 83.934 397.29 221.027 2.798 5.596 2.798 13.989-2.798 16.787-2.798 2.798-5.596 5.596-11.191 5.596-2.798 0-2.798 0-5.596 0-137.093-36.372-262.995-55.956-377.705-55.956-134.295 0-279.781 33.574-383.301 58.754 2.798 0 0 0 0 0zM53.158 587.891c-5.596 0-8.393-8.393-8.393-13.989v-249.005c0-5.596 5.596-13.989 11.191-13.989 111.913-36.372 330.142-100.721 512-100.721 204.24 0 411.279 64.35 517.596 100.721v0c5.596 0 8.393 8.393 8.393 13.989v249.005c0 5.596-5.596 13.989-11.191 13.989-67.148 22.383-307.76 100.721-517.596 100.721-100.721 0-268.59-16.787-512-100.721v0zM562.361 736.175c137.093 0 282.579-30.776 377.705-55.956 0 0 2.798 0 5.596 0 5.596 0 11.191 2.798 13.989 8.393s2.798 11.191 0 13.989c-86.732 134.295-232.219 212.634-391.694 212.634-156.678 0-302.164-78.339-391.694-212.634-2.798-5.596 0-13.989 2.798-16.787s5.596-5.596 11.191-5.596c2.798 0 2.798 0 5.596 0 134.295 36.372 260.197 55.956 366.514 55.956zM512 352.874c-2.798 0-8.393 2.798-8.393 11.191v207.038c0 5.596 2.798 8.393 5.596 8.393h2.798l179.060-106.317c2.798 0 2.798-2.798 2.798-2.798 0-2.798 0-5.596-2.798-8.393l-179.060-103.519c0-5.596 0-5.596 0-5.596z" />
|
||||
<glyph unicode="" glyph-name="Ico_Armchair" horiz-adv-x="1153" d="M997.123 742.299c0 0-1.344 0 0 0l-1.344 57.785c0 88.693-71.223 159.916-158.572 159.916h-538.877c-87.349 0-158.572-71.223-158.572-158.572v-59.129c-77.942-8.063-139.759-75.255-139.759-155.885v-498.562c0-10.751 9.407-20.157 20.157-20.157h133.039l-9.407-129.008 40.315-2.688 9.407 133.039h748.514l9.407-133.039 40.315 2.688-9.407 130.352h150.509c10.751 0 20.157 9.407 20.157 20.157v497.218c0 86.005-69.879 155.885-155.885 155.885zM180.073 801.428c0 65.848 53.753 118.257 118.257 118.257h538.877c65.848 0 118.257-53.753 118.257-118.257v-64.504c-65.848-17.47-114.226-77.942-114.226-150.509v-236.514h-529.47v236.514c0 77.942-56.441 142.446-131.696 153.197 0 0 0 61.816 0 61.816zM1112.693 109.354h-1072.378v477.060c0 63.16 51.066 115.57 115.57 115.57 63.16 0 115.57-51.066 115.57-115.57v-256.672c0-10.751 9.407-20.157 20.157-20.157h569.785c10.751 0 20.157 9.407 20.157 20.157v256.672c0 63.16 51.066 115.57 115.57 115.57 63.16 0 115.57-51.066 115.57-115.57v-477.060z" />
|
||||
<glyph unicode="" glyph-name="Ico_Cart" horiz-adv-x="1147" d="M907.726-64c-73.992 0-133.45 59.458-133.45 133.45s59.458 133.45 133.45 133.45 134.772-59.458 134.772-133.45c0-73.992-60.779-133.45-134.772-133.45zM907.726 132.872c-34.354 0-62.101-29.068-62.101-63.422s29.068-62.101 63.422-62.101 62.101 29.068 62.101 63.422c0 33.032-29.068 62.101-63.422 62.101zM309.182 279.535l-145.342 609.115h-163.84v71.35h220.655l146.663-609.115h602.508l87.205 346.178h-422.813v71.35h512.661l-120.237-488.877zM395.066-64c-72.671 0-133.45 62.101-133.45 134.772s62.101 133.45 134.772 133.45c73.992 0 133.45-60.779 133.45-134.772-1.321-73.992-62.101-133.45-134.772-133.45zM395.066 132.872c-34.354 0-62.101-29.068-62.101-63.422 0-33.032 29.068-62.101 62.101-62.101 34.354 0 62.101 29.068 62.101 63.422 0 33.032-29.068 62.101-62.101 62.101z" />
|
||||
<glyph unicode="" glyph-name="Ico_Checkout" horiz-adv-x="1589" d="M1396.364 960h-1203.835c-105.785 0-192.529-78.281-192.529-173.488v-677.025c0-95.207 86.744-173.488 192.529-173.488h1203.835c105.785 0 192.529 78.281 192.529 173.488v677.025c0 95.207-86.744 173.488-192.529 173.488zM1525.421 109.488c0-61.355-59.24-110.017-129.058-110.017h-1203.835c-69.818 0-129.058 50.777-129.058 110.017v476.033h1459.835v63.471h-1459.835v137.521c0 61.355 59.24 110.017 129.058 110.017h1203.835c71.934 0 129.058-48.661 129.058-110.017v-677.025zM209.455 289.322h179.835v-63.471h-179.835v63.471zM440.066 289.322h179.835v-63.471h-179.835v63.471z" />
|
||||
<glyph unicode="" glyph-name="Ico_Close" d="M38.352-64c-9.588 0-19.176 3.835-26.846 11.506s-11.506 17.258-11.506 26.846 3.835 19.176 11.506 26.846l947.296 947.296c7.67 7.67 17.258 11.506 26.846 11.506s19.176-3.835 26.846-11.506c15.341-15.341 15.341-38.352 0-53.693l-947.296-947.296c-7.67-7.67-17.258-11.506-26.846-11.506zM985.648-64c-9.588 0-19.176 3.835-26.846 11.506l-947.296 947.296c-15.341 15.341-15.341 38.352 0 53.693 7.67 7.67 17.258 11.506 26.846 11.506s19.176-3.835 26.846-11.506l947.296-947.296c7.67-7.67 11.506-17.258 11.506-26.846s-3.835-19.176-11.506-26.846c-7.67-7.67-17.258-11.506-26.846-11.506z" />
|
||||
<glyph unicode="" glyph-name="Ico_Coupon" horiz-adv-x="1787" d="M1595.185 960h-1403.538c-105.218 0-191.648-77.035-191.648-170.98v-682.040c0-93.945 86.429-170.98 191.648-170.98h1403.538c105.218 0 191.648 77.035 191.648 170.98v682.040c0 93.945-86.429 170.98-191.648 170.98zM1730.466 106.98c0-63.883-60.125-114.613-135.281-114.613h-1037.152v84.55h-56.367v-84.55h-310.018c-75.156 0-135.281 50.73-135.281 114.613v682.040c0 63.883 60.125 114.613 135.281 114.613h310.018v-37.578h56.367v37.578h1039.031c75.156 0 135.281-50.73 135.281-114.613l-1.879-682.040zM501.666 753.321h56.367v-112.734h-56.367v112.734zM501.666 302.385h56.367v-112.734h-56.367v112.734zM501.666 527.853h56.367v-112.734h-56.367v112.734zM947.273 134.748l339.697 638.669 49.766-26.47-339.697-638.669-49.766 26.47zM1057.82 618.040c0 75.156-60.125 135.281-135.281 135.281s-135.281-60.125-135.281-135.281 60.125-135.281 135.281-135.281c75.156 0 135.281 60.125 135.281 135.281zM922.539 539.127c-43.215 0-78.914 35.699-78.914 78.914s35.699 78.914 78.914 78.914 78.914-35.699 78.914-78.914-35.699-78.914-78.914-78.914zM1360.323 401.967c-75.156 0-135.281-60.125-135.281-135.281s60.125-135.281 135.281-135.281 135.281 60.125 135.281 135.281-60.125 135.281-135.281 135.281zM1360.323 187.772c-43.215 0-78.914 35.699-78.914 78.914s35.699 78.914 78.914 78.914 78.914-35.699 78.914-78.914-33.82-78.914-78.914-78.914z" />
|
||||
<glyph unicode="" glyph-name="Ico_Down" horiz-adv-x="1881" d="M1064.234 17.697l793.231 793.231c32.543 32.543 32.543 89.493 0 122.036s-89.493 32.543-122.036 0l-793.231-793.231-793.231 793.231c-32.543 32.543-89.493 32.543-122.036 0s-32.543-89.493 0-122.036l854.249-854.249c16.271-16.271 40.679-24.407 61.018-28.475 24.407 0 44.746 12.204 61.018 28.475l61.018 61.018z" />
|
||||
<glyph unicode="" glyph-name="Ico_Drawer" horiz-adv-x="1262" d="M1233.957 960h-1206.331c-14.734 0-27.626-12.892-27.626-27.626v-996.374h55.252v412.547h1151.079v-412.547h55.252v996.374c0 14.734-12.892 27.626-27.626 27.626zM1206.331 403.799h-1151.079v500.95h1151.079v-500.95zM524.892 681.899h213.64v-55.252h-213.64v55.252z" />
|
||||
<glyph unicode="" glyph-name="Ico_Grid" d="M804.571 521.143c-120.686 0-219.429 98.743-219.429 219.429s98.743 219.429 219.429 219.429 219.429-98.743 219.429-219.429-98.743-219.429-219.429-219.429zM219.429-64c-120.686 0-219.429 98.743-219.429 219.429s98.743 219.429 219.429 219.429 219.429-98.743 219.429-219.429-98.743-219.429-219.429-219.429zM219.429 521.143c-120.686 0-219.429 98.743-219.429 219.429s98.743 219.429 219.429 219.429 219.429-98.743 219.429-219.429-98.743-219.429-219.429-219.429zM804.571 374.857c120.686 0 219.429-98.743 219.429-219.429s-98.743-219.429-219.429-219.429-219.429 98.743-219.429 219.429 98.743 219.429 219.429 219.429z" />
|
||||
<glyph unicode="" glyph-name="Ico_Grid1" d="M1017.318 447.165c0-278.618-225.865-504.483-504.483-504.483s-504.483 225.865-504.483 504.483c0 278.618 225.865 504.483 504.483 504.483s504.483-225.865 504.483-504.483zM980.568 447.165c0-258.322-209.411-467.732-467.732-467.732s-467.732 209.411-467.732 467.732c0 258.322 209.411 467.732 467.732 467.732s467.732-209.411 467.732-467.732z" />
|
||||
<glyph unicode="" glyph-name="Ico_Grid2" d="M256 832c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM640 832c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM256 448c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM640 448c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM1024 448c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM256 64c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM640 64c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM1024 64c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128zM1024 832c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128s128-57.308 128-128z" />
|
||||
<glyph unicode="" glyph-name="Ico_Heart-Emty" horiz-adv-x="1177" d="M839.209 901.149c154.189 0 278.952-124.763 278.952-278.952 0-74.152-29.425-144.772-82.391-196.561l-11.77-11.77-406.069-407.246c-16.478-16.478-43.549-16.478-60.028 0l-28.248 29.425-388.414 388.414c-109.462 108.285-110.639 284.837-2.354 394.299 52.966 52.966 123.586 82.391 198.915 82.391 74.152 0 144.772-29.425 196.561-81.214l54.143-54.143 52.966 52.966c52.966 52.966 123.586 82.391 197.738 82.391zM839.209 958.823c-89.453 1.177-175.375-34.133-238.933-97.692l-11.77-11.77-11.77 11.77c-131.825 131.825-346.041 131.825-477.867 0s-131.825-346.041 0-477.867l419.016-419.016c40.018-38.841 103.577-38.841 143.595 0l102.4 102.4 314.262 316.616c131.825 131.825 133.002 344.864 1.177 476.69-63.559 64.736-150.657 100.046-240.11 98.869v0 0z" />
|
||||
<glyph unicode="" glyph-name="Ico_Heart-Fill" horiz-adv-x="1160" d="M97.092 398.159l447.919-447.919c9.062-9.062 22.008-14.24 34.953-14.24s25.891 5.178 34.953 14.24l447.919 447.919c62.139 62.139 97.092 144.991 97.092 233.021s-33.659 170.882-95.798 233.021-144.991 95.798-233.021 95.798-170.882-33.659-233.021-97.092l-18.124-18.124-18.124 18.124c-62.139 62.139-144.991 97.092-233.021 97.092s-170.882-33.659-233.021-95.798-95.798-144.991-95.798-233.021 34.953-170.882 97.092-233.021z" />
|
||||
<glyph unicode="" glyph-name="Ico_lamp" horiz-adv-x="773" d="M386.685 960c-213.632 0-386.685-173.054-386.685-386.685 0-9.548 8.354-17.902 17.902-17.902h105.026v-183.795h35.804v183.795h206.471v-472.615h-219.599c-9.548 0-17.902-8.354-17.902-17.902v-110.993c0-9.548 8.354-17.902 17.902-17.902h480.97c9.548 0 17.902 8.354 17.902 17.902v110.993c0 9.548-8.354 17.902-17.902 17.902h-224.373v472.615h354.462c9.548 0 17.902 8.354 17.902 17.902-1.193 213.632-174.247 386.685-387.879 386.685zM609.865 46.993v-75.189h-446.359v75.189h446.359zM35.804 591.217c9.548 184.988 163.506 332.979 350.881 332.979s341.333-147.991 350.881-332.979h-701.762z" />
|
||||
<glyph unicode="" glyph-name="Ico_Left" horiz-adv-x="484" d="M475.022-15.586l-409.6 463.644 403.911 463.644c5.689 5.689 8.533 11.378 8.533 17.067 2.844 8.533-2.844 17.067-8.533 22.756-11.378 11.378-28.444 8.533-39.822-2.844l-426.667-483.556c-2.844 0-2.844-2.844-2.844-2.844v-17.067c0-2.844 0-2.844 0-2.844v-2.844c0-2.844 0-2.844 0-2.844 0-2.844 2.844-2.844 2.844-5.689v0 0 0 0c2.844-2.844 2.844-2.844 2.844-2.844v0l426.667-483.556c5.689-5.689 11.378-8.533 19.911-8.533 17.067-2.844 31.289 8.533 31.289 25.6v2.844c0 8.533-2.844 14.222-8.533 19.911z" />
|
||||
<glyph unicode="" glyph-name="Ico_Left-Long" horiz-adv-x="2714" d="M2686.867 479.717v0l-2550.938 4.531 416.85 416.85c4.531 4.531 9.062 13.593 9.062 22.655 0 18.124-18.124 36.248-36.248 36.248-9.062 0-18.124-4.531-22.655-9.062v0 0l-502.938-502.938 502.938-502.938c4.531-4.531 13.593-9.062 22.655-9.062 18.124 0 36.248 18.124 36.248 36.248 0 9.062-4.531 18.124-9.062 22.655v0l-416.85 416.85h2546.407c18.124 0 31.717 18.124 31.717 36.248 4.531 18.124-9.062 31.717-27.186 31.717z" />
|
||||
<glyph unicode="" glyph-name="Ico_List" horiz-adv-x="1286" d="M286.396 957.298h999.683v-108.074h-999.683v108.074zM-8.106 960h113.478v-113.478h-113.478v113.478zM0 506.090h113.478v-113.478h-113.478v113.478zM286.396 503.388h999.683v-108.074h-999.683v108.074zM0 49.478h113.478v-113.478h-113.478v113.478zM286.396 46.776h999.683v-108.074h-999.683v108.074z" />
|
||||
<glyph unicode="" glyph-name="Ico_Located" horiz-adv-x="846" d="M423 960c-233.6 0-423-189.4-423-423 0-321.4 423-601 423-601s423 279.6 423 601c0.2 233.6-189.2 423-423 423zM423 208.2c-181.6 0-328.8 147.2-328.8 328.8s147.2 328.8 328.8 328.8 328.8-147.2 328.8-328.8-147.2-328.8-328.8-328.8zM624 531c0-112.114-90.886-203-203-203s-203 90.886-203 203c0 112.114 90.886 203 203 203s203-90.886 203-203z" />
|
||||
<glyph unicode="" glyph-name="Ico_Long-down" horiz-adv-x="236" d="M122.749-62.279l111.59 105.026c2.626 2.626 2.626 6.564 0 9.19s-6.564 2.626-9.19 0l-100.431-93.867v995.118c0 3.938-2.626 6.564-6.564 6.564s-6.564-2.626-6.564-6.564v-995.118l-100.431 94.523c-2.626 2.626-7.221 1.969-9.19 0-2.626-2.626-2.626-6.564 0-9.19l111.59-105.026c3.282-3.282 7.221-2.626 9.19-0.656v0z" />
|
||||
<glyph unicode="" glyph-name="Ico_Menu" horiz-adv-x="1249" d="M48.319 863.361c-26.018 0-48.319 22.301-48.319 48.319s22.301 48.319 48.319 48.319h1152.232c26.018 0 48.319-22.301 48.319-48.319s-22.301-48.319-48.319-48.319h-1152.232zM48.319 398.751c-26.018 0-48.319 22.301-48.319 48.319s22.301 48.319 48.319 48.319h1152.232c26.018 0 48.319-22.301 48.319-48.319s-22.301-48.319-48.319-48.319h-1152.232zM48.319-64c-26.018 0-48.319 22.301-48.319 48.319s22.301 48.319 48.319 48.319h1152.232c26.018 0 48.319-22.301 48.319-48.319s-22.301-48.319-48.319-48.319h-1152.232z" />
|
||||
<glyph unicode="" glyph-name="Ico_Refund" horiz-adv-x="1130" d="M461.721 890.6l116.138 69.4v-140.216zM283.264 460.039v39.657h402.235l-19.828-39.657zM283.264 346.733v39.657h345.582l-19.828-39.657zM643.010 120.122c-167.126 0-303.093 135.967-303.093 303.093s135.967 303.093 303.093 303.093c62.318 0 120.387-18.412 172.791-53.82l-24.077-31.159c-43.906 29.743-94.893 46.739-148.714 46.739-145.881 0-263.436-117.555-263.436-263.436s117.555-263.436 263.436-263.436c53.82 0 104.808 15.58 148.714 46.739l24.077-31.159c-52.404-38.241-110.473-56.653-172.791-56.653zM169.959 499.696h138.799v-39.657h-138.799v39.657zM56.653 499.696h39.657v-39.657h-39.657v39.657zM169.959 386.39h39.657v-39.657h-39.657v39.657zM0-64v39.657h643.010c246.44 0 447.557 199.701 447.557 447.557 0 246.44-201.118 447.557-447.557 447.557h-76.481v39.657h76.481c269.101 0 487.214-218.113 487.214-487.214s-218.113-487.214-487.214-487.214h-643.010z" />
|
||||
<glyph unicode="" glyph-name="Ico_Return" horiz-adv-x="890" d="M473.894 522.133v40.184h-45.727v-40.184l-5.543-1.386c-24.942-2.771-103.924-18.014-103.924-90.068 0-70.668 58.198-83.139 127.48-91.453 38.798-4.157 88.682-15.242 88.682-54.041 0-36.027-34.641-58.198-88.682-58.198-36.027 0-80.368 16.628-96.996 47.112l-42.955-18.014c26.327-54.041 83.139-67.897 115.009-70.668h6.928v-44.341h45.727v47.112h6.928c52.655 4.157 105.31 34.641 105.31 96.996 0 74.825-62.355 87.296-137.18 96.996-37.413 4.157-83.139 9.7-83.139 48.498 0 33.256 30.484 51.269 81.754 51.269 33.256 0 66.512-13.857 81.754-34.641l38.798 18.014c-18.014 30.484-45.727 48.498-90.068 54.041l-4.157 2.771zM717.77 732.752c-9.7 6.928-22.171 5.543-29.099-4.157s-5.543-22.171 4.157-29.099c116.395-90.068 174.593-236.947 151.037-381.055-34.641-218.934-241.104-369.97-461.424-335.329s-369.97 241.104-335.329 461.424c16.628 106.696 73.44 199.535 160.736 263.275 76.211 55.426 167.664 81.754 259.118 76.211l-105.31-105.31c-8.314-8.314-8.314-20.785 0-29.099 4.157-4.157 9.7-5.543 15.242-5.543s11.085 1.386 15.242 5.543l152.422 152.422-152.422 152.422c-8.314 8.314-20.785 8.314-29.099 0s-8.314-20.785 0-29.099l98.382-98.382c-98.382 2.771-195.378-26.327-277.131-84.525-95.61-69.283-159.35-173.207-177.364-290.988-38.798-242.49 127.48-471.123 369.97-508.536 23.556-4.157 47.112-5.543 70.668-5.543 92.839 0 184.292 29.099 260.503 85.911 95.61 70.668 159.35 173.207 177.364 290.988 24.942 157.965-38.798 320.087-167.664 418.468z" />
|
||||
<glyph unicode="" glyph-name="Ico_Right" horiz-adv-x="484" d="M0-35.497v-2.844c0-17.067 14.222-28.444 31.289-25.6 8.533 0 14.222 2.844 19.911 8.533l426.667 483.556c0 0 0 0 2.844 2.844v0 0 0 0c0 2.844 2.844 2.844 2.844 5.689 0 0 0 0 0 2.844v2.844c0 0 0 0 0 2.844v0 0 0 17.067c0 0 0 2.844-2.844 2.844v0 0 0l-426.667 483.556c-11.378 11.378-28.444 14.222-39.822 2.844-5.689-5.689-11.378-14.222-8.533-22.756 0-5.689 2.844-11.378 8.533-17.067l403.911-463.644-409.6-463.644c-5.689-5.689-8.533-11.378-8.533-19.911z" />
|
||||
<glyph unicode="" glyph-name="Ico_Right-Long" horiz-adv-x="2714" d="M31.717 484.248v0h2546.407l-416.85 416.85c-4.531 4.531-9.062 13.593-9.062 22.655 0 18.124 18.124 36.248 36.248 36.248 9.062 0 18.124-4.531 22.655-9.062v0 0l502.938-502.938c0 0-498.407-498.407-498.407-502.938v0 0c-4.531-4.531-13.593-9.062-22.655-9.062-18.124 0-36.248 18.124-36.248 36.248 0 9.062 4.531 18.124 9.062 22.655v0l416.85 416.85h-2550.938c-18.124 0-31.717 18.124-31.717 36.248 0 22.655 13.593 36.248 31.717 36.248z" />
|
||||
<glyph unicode="" glyph-name="Ico_Search" d="M1008.327 3.918l-214.204 214.204c161.959 193.306 135.837 475.429-57.469 637.388s-470.204 135.837-632.163-57.469-135.837-475.429 57.469-637.388c167.184-141.061 412.735-141.061 579.918 0l214.204-214.204c15.673-15.673 41.796-15.673 57.469 0s10.449 41.796-5.224 57.469v0zM78.367 505.469c0 203.755 167.184 370.939 370.939 370.939s370.939-167.184 370.939-370.939-167.184-370.939-370.939-370.939c-203.755 0-370.939 167.184-370.939 370.939v0z" />
|
||||
<glyph unicode="" glyph-name="Ico_Ship" horiz-adv-x="2031" d="M2025.399 481.902l-208.625 309.46c-5.216 6.954-12.17 12.17-20.862 12.17h-205.148v12.17c0 79.973-64.326 144.299-144.299 144.299h-789.297c-79.973 0-144.299-64.326-144.299-144.299v-33.032h-512.869v-52.156h512.869v-137.345h-359.878v-52.156h358.139v-137.345h-186.024v-52.156h187.762v-53.895c0-79.973 64.326-144.299 144.299-144.299h22.601c-1.739-10.431-3.477-20.862-3.477-31.294 0-100.835 83.45-184.285 184.285-184.285s184.285 83.45 184.285 184.285c0 10.431-1.739 20.862-3.477 31.294h342.492c-1.739-10.431-3.477-20.862-3.477-31.294 0-100.835 83.45-184.285 184.285-184.285s184.285 83.45 184.285 184.285c0 10.431-1.739 20.862-3.477 31.294h259.042c13.908 0 26.078 12.17 26.078 26.078v286.859c0 5.216-1.739 10.431-5.216 15.647zM860.577-11.844c-73.019 0-132.129 59.11-132.129 132.129s59.11 132.129 132.129 132.129 132.129-59.11 132.129-132.129-59.11-132.129-132.129-132.129zM1024 203.735c-31.294 59.11-92.143 100.835-163.423 100.835s-133.868-41.725-163.423-100.835h-39.986c-50.418 0-92.143 41.725-92.143 92.143v519.823c0 50.418 41.725 92.143 92.143 92.143h789.297c50.418 0 92.143-41.725 92.143-92.143v-514.608c-60.849-8.693-111.267-46.941-137.345-99.097h-377.263v1.739zM1564.686-11.844c-73.019 0-132.129 59.11-132.129 132.129s59.11 132.129 132.129 132.129 132.129-59.11 132.129-132.129-59.11-132.129-132.129-132.129zM1978.458 203.735h-250.35c-26.078 52.156-76.496 88.666-135.606 97.358v448.543h189.501l196.455-290.336v-255.565z" />
|
||||
<glyph unicode="" glyph-name="Ico_Ship2" horiz-adv-x="985" d="M14.88-64c-8.116 0-14.88 6.764-14.88 14.88v795.392c0 1.353 1.353 1.353 1.353 2.705l1.353 1.353v2.705c0 0 0 1.353 1.353 1.353l196.143 200.201c2.705 4.058 6.764 5.411 10.822 5.411h558.668c2.705 0 8.116-1.353 12.174-4.058l200.201-200.201c0-1.353 1.353-1.353 1.353-2.705s0-2.705 1.353-2.705c0-1.353 0-1.353 0-1.353v-796.745c0-8.116-6.764-14.88-14.88-14.88l-955.012-1.353zM29.76-34.24h925.252v762.927h-925.252v-762.927zM507.266 758.446h427.456l-170.441 171.794h-257.015v-171.794zM50.050 758.446h427.456v171.794h-261.073l-166.383-171.794zM492.386 155.139c-8.116 0-14.88 6.764-14.88 14.88v317.886l-132.565-132.565c-2.705-2.705-6.764-4.058-10.822-4.058-5.411 0-8.116 1.353-10.822 4.058-5.411 5.411-5.411 14.88 0 20.291l159.62 158.267c2.705 2.705 6.764 4.058 10.822 4.058s8.116-1.353 10.822-4.058l158.267-158.267c5.411-5.411 5.411-14.88 0-20.291-2.705-2.705-6.764-4.058-10.822-4.058s-8.116 1.353-10.822 4.058l-132.565 132.565v-317.886c-1.353-8.116-8.116-14.88-16.232-14.88z" />
|
||||
<glyph unicode="" glyph-name="Ico_Sofa" horiz-adv-x="1815" d="M721.526 537.797h91.372v-47.262h-91.372v47.262zM437.957 537.797h91.372v-47.262h-91.372v47.262zM721.526 774.105h91.372v-47.262h-91.372v47.262zM437.957 774.105h91.372v-47.262h-91.372v47.262zM1283.938 774.105h91.372v-47.262h-91.372v47.262zM1001.945 774.105h91.372v-47.262h-91.372v47.262zM1283.938 537.797h91.372v-47.262h-91.372v47.262zM1001.945 537.797h91.372v-47.262h-91.372v47.262zM1791.212 797.735h-218.978c-42.535 96.098-138.634 162.265-250.486 162.265h-830.228c-111.852 0-207.951-66.166-250.486-162.265h-217.403c-12.603 0-23.631-11.028-23.631-23.631v-677.415c0-12.603 11.028-23.631 23.631-23.631h185.895l-33.083-126.031 44.111-11.028 37.809 138.634h1298.117l37.809-138.634 45.686 12.603-33.083 126.031h185.895c12.603 0 23.631 11.028 23.631 23.631v677.415c-1.575 12.603-12.603 22.055-25.206 22.055zM263.089 684.308c0 126.031 102.4 228.431 228.431 228.431h830.228c126.031 0 228.431-102.4 228.431-228.431v-294.597c0-11.028-1.575-22.055-3.151-31.508h-1280.788c-1.575 9.452-3.151 20.48-3.151 31.508 0 0 0 294.597 0 294.597zM1767.582 121.895h-1720.32v630.154h168.566v-415.902c0-12.603 11.028-23.631 23.631-23.631h1334.351c12.603 0 23.631 11.028 23.631 23.631v414.326h168.566v-628.578h1.575z" />
|
||||
<glyph unicode="" glyph-name="Ico_Stool" horiz-adv-x="832" d="M671.451 960h-510.537c-89.234 0-160.914-71.68-160.914-160.914 0-71.68 46.811-131.657 111.177-152.137v-99.474c0-11.703 10.24-21.943 21.943-21.943h260.389v-337.92c-128.731-11.703-229.669-119.954-229.669-251.611h43.886c0 106.789 81.92 196.023 185.783 206.263v-206.263h43.886v207.726c103.863-11.703 185.783-99.474 185.783-206.263h43.886c0 131.657-100.937 239.909-229.669 251.611v336.457h260.389c11.703 0 21.943 10.24 21.943 21.943v99.474c64.366 20.48 111.177 81.92 111.177 152.137 1.463 89.234-70.217 160.914-159.451 160.914zM677.303 569.417h-522.24v70.217h522.24v-70.217zM671.451 683.52h-510.537c-64.366 0-117.029 52.663-117.029 117.029s52.663 117.029 117.029 117.029h512c64.366 0 117.029-52.663 117.029-117.029s-54.126-117.029-118.491-117.029z" />
|
||||
<glyph unicode="" glyph-name="Ico_Support" horiz-adv-x="1055" d="M295.315 309.346v0c-1.2 1.2-3.601 2.401-6.002 6.002-19.208 15.606-69.627 56.422-108.042 96.038l-3.601 3.601h-76.83c-55.222 0-100.839 45.618-100.839 100.839v343.334c0 55.222 45.618 100.839 100.839 100.839h854.734c27.611 0 52.821-10.804 72.028-30.012 18.007-19.208 28.811-44.417 27.611-70.828v-345.735c0-55.222-45.618-100.839-100.839-100.839h-80.431c-6.002 9.604-12.005 18.007-19.208 26.41h100.839c42.016 0 75.63 33.613 75.63 75.63v344.535c0 42.016-33.613 75.63-75.63 75.63h-854.734c-42.016 0-75.63-33.613-75.63-75.63v-342.134c0-42.016 33.613-75.63 75.63-75.63h87.634l3.601-4.802c21.608-22.809 51.62-51.62 82.832-76.83l18.007-14.406 8.403 94.837h223.287c-7.203-8.403-14.406-16.807-19.208-26.41h-181.271l-2.401-24.009-7.203-94.837-19.208 14.406zM367.343 661.083c-16.807 0-31.212 14.406-31.212 31.212s14.406 31.212 31.212 31.212 31.212-14.406 31.212-31.212-14.406-31.212-31.212-31.212zM534.209 661.083c-16.807 0-31.212 14.406-31.212 31.212s14.406 31.212 31.212 31.212 31.212-14.406 31.212-31.212-14.406-31.212-31.212-31.212zM699.873 661.083c-16.807 0-31.212 14.406-31.212 31.212s14.406 31.212 31.212 31.212 31.212-14.406 31.212-31.212-14.406-31.212-31.212-31.212zM691.47 167.691c-69.627 0-127.25 57.623-127.25 127.25s57.623 127.25 127.25 127.25 127.25-57.623 127.25-127.25-57.623-127.25-127.25-127.25zM691.47 395.78c-55.222 0-100.839-45.618-100.839-100.839s45.618-100.839 100.839-100.839 100.839 45.618 100.839 100.839-45.618 100.839-100.839 100.839zM899.151-64c-7.203 75.63-70.828 135.653-147.658 135.653h-120.047c-76.83 0-140.455-60.023-147.658-135.653h-26.41c6.002 81.632 68.427 148.858 150.059 159.662 8.403 1.2 15.606 2.401 24.009 2.401h120.047c7.203 0 15.606-1.2 22.809-2.401 81.632-10.804 144.056-78.030 148.858-159.662h-24.009z" />
|
||||
<glyph unicode="" glyph-name="Ico_Table" horiz-adv-x="1429" d="M1402.12 960h-1374.982c-14.473 0-27.138-12.664-27.138-27.138v-162.827c0-14.473 12.664-27.138 27.138-27.138h267.76l379.929-379.929-387.166-388.975 37.993-37.993 388.975 388.975 388.975-388.975 37.993 37.993-388.975 388.975 379.929 379.929h267.76c14.473 0 27.138 12.664 27.138 27.138v162.827c1.809 14.473-10.855 27.138-25.329 27.138zM714.629 400.961l-341.936 341.936h683.873l-341.936-341.936zM1374.982 797.173h-1320.707v108.551h1320.707v-108.551z" />
|
||||
<glyph unicode="" glyph-name="Ico_User" horiz-adv-x="962" d="M889.436-64v19.692c0 218.256-175.59 382.359-408.615 382.359s-408.615-164.103-408.615-382.359v-19.692h-72.205v19.692c0 259.282 206.769 454.564 480.821 454.564s480.821-195.282 480.821-454.564v-19.692h-72.205zM480.821 452.923c-139.487 0-252.718 114.872-252.718 254.359s113.231 252.718 252.718 252.718 252.718-114.872 252.718-254.359c0-139.487-113.231-252.718-252.718-252.718zM480.821 887.795c-100.103 0-180.513-80.41-180.513-180.513s80.41-180.513 180.513-180.513c100.103 0 180.513 80.41 180.513 180.513s-80.41 180.513-180.513 180.513z" />
|
||||
<glyph unicode="" glyph-name="Ico_Video" horiz-adv-x="1463" d="M1462.857-64h-1462.857v1024h1462.857v-1024zM48.762-15.238h1365.333v926.476h-1365.333v-926.476zM512 187.124v521.752l490.057-260.876-490.057-260.876zM560.762 625.981v-358.4l338.895 180.419-338.895 177.981z" />
|
||||
<glyph unicode="" glyph-name="Ico_Chat-Support" d="M286.255 311.855v0c-1.164 1.164-3.491 2.327-5.818 5.818-18.618 15.127-67.491 54.691-104.727 93.091l-3.491 3.491h-74.473c-53.527 0-97.745 44.218-97.745 97.745v332.8c0 53.527 44.218 97.745 97.745 97.745h828.509c26.764 0 51.2-10.473 69.818-29.091 17.455-18.618 27.927-43.055 26.764-68.655v-335.127c0-53.527-44.218-97.745-97.745-97.745h-77.964c-5.818 9.309-11.636 17.455-18.618 25.6h97.745c40.727 0 73.309 32.582 73.309 73.309v333.964c0 40.727-32.582 73.309-73.309 73.309h-828.509c-40.727 0-73.309-32.582-73.309-73.309v-331.636c0-40.727 32.582-73.309 73.309-73.309h84.945l3.491-4.655c20.945-22.109 50.036-50.036 80.291-74.473l17.455-13.964 8.145 91.927h216.436c-6.982-8.145-13.964-16.291-18.618-25.6h-175.709l-2.327-23.273-6.982-91.927-18.618 13.964zM356.073 652.8c-16.291 0-30.255 13.964-30.255 30.255s13.964 30.255 30.255 30.255 30.255-13.964 30.255-30.255-13.964-30.255-30.255-30.255zM517.818 652.8c-16.291 0-30.255 13.964-30.255 30.255s13.964 30.255 30.255 30.255 30.255-13.964 30.255-30.255-13.964-30.255-30.255-30.255zM678.4 652.8c-16.291 0-30.255 13.964-30.255 30.255s13.964 30.255 30.255 30.255 30.255-13.964 30.255-30.255-13.964-30.255-30.255-30.255zM670.255 174.545c-67.491 0-123.345 55.855-123.345 123.345s55.855 123.345 123.345 123.345 123.345-55.855 123.345-123.345-55.855-123.345-123.345-123.345zM670.255 395.636c-53.527 0-97.745-44.218-97.745-97.745s44.218-97.745 97.745-97.745 97.745 44.218 97.745 97.745-44.218 97.745-97.745 97.745zM871.564-50.036c-6.982 73.309-68.655 131.491-143.127 131.491h-116.364c-74.473 0-136.145-58.182-143.127-131.491h-25.6c5.818 79.127 66.327 144.291 145.455 154.764 8.145 1.164 15.127 2.327 23.273 2.327h116.364c6.982 0 15.127-1.164 22.109-2.327 79.127-10.473 139.636-75.636 144.291-154.764h-23.273z" />
|
||||
<glyph unicode="" glyph-name="Ico_Community" horiz-adv-x="1025" d="M601.314 376.341c-28.041 0-51.927-13.501-67.505-34.272l-103.854 59.197c4.154 10.385 7.27 21.809 7.27 33.233 0 16.617-4.154 31.156-12.462 44.657l113.201 57.12c15.578-17.655 38.426-29.079 63.351-29.079 46.734 0 84.122 38.426 84.122 84.122s-38.426 84.122-84.122 84.122-84.122-38.426-84.122-84.122c0-7.27 1.039-13.501 3.116-20.771l-124.625-63.351c-12.462 7.27-27.002 11.424-41.542 11.424-46.734 0-84.122-38.426-84.122-84.122s38.426-84.122 84.122-84.122c19.732 0 38.426 7.27 52.966 18.694l112.162-63.351c-1.039-4.154-1.039-9.347-1.039-13.501 0-46.734 38.426-84.122 84.122-84.122s84.122 38.426 84.122 84.122-38.426 84.122-85.16 84.122zM601.314 637.014c24.925 0 44.657-19.732 44.657-44.657s-19.732-44.657-44.657-44.657c-24.925 0-44.657 19.732-44.657 44.657s19.732 44.657 44.657 44.657zM352.065 389.842c-24.925 0-44.657 19.732-44.657 44.657s19.732 44.657 44.657 44.657 44.657-19.732 44.657-44.657-19.732-44.657-44.657-44.657zM601.314 247.562c-24.925 0-44.657 19.732-44.657 44.657s19.732 44.657 44.657 44.657c24.925 0 44.657-19.732 44.657-44.657s-19.732-44.657-44.657-44.657zM512 960c-282.483 0-512-230.556-512-512 0-90.353 23.886-178.629 68.544-256.519l2.077-3.116-45.696-156.819c-6.231-19.732 0-41.542 14.54-57.12 14.54-14.54 36.349-20.771 57.12-14.54l158.897 45.696 3.116-2.077c76.852-44.657 165.128-67.505 254.442-67.505 282.483 0 512 229.517 512 512s-231.594 512-513.039 512zM512-24.535c-86.199 0-171.359 23.886-244.057 68.544l-8.308 4.154-174.475-49.85c-6.231-2.077-13.501 0-17.655 4.154-5.193 4.154-7.27 11.424-5.193 17.655l50.888 173.436-4.154 7.27c-45.696 73.736-69.582 158.897-69.582 246.134 0 260.673 211.862 472.535 472.535 472.535s472.535-211.862 472.535-472.535c-1.039-259.635-212.901-471.497-472.535-471.497z" />
|
||||
<glyph unicode="" glyph-name="Ico_FAQs" d="M416.84 597.98c-59.992 0-108.606-48.614-108.606-108.606 0-58.958 48.614-108.606 108.606-108.606s108.606 48.614 108.606 108.606-48.614 108.606-108.606 108.606zM416.84 411.798c-42.408 0-77.576 35.168-77.576 77.576s35.168 77.576 77.576 77.576 77.576-35.168 77.576-77.576-35.168-77.576-77.576-77.576zM936.081 266.99h-62.061c-20.687 0-38.271-13.446-44.477-32.065h-46.545c1.034 4.137 1.034 8.275 1.034 13.446v93.091l91.022 50.683-84.816 146.877c-14.481 25.859-21.721 49.648-23.79 78.61-12.412 192.388-172.735 342.368-365.123 342.368-200.663 0-365.123-164.461-365.123-365.123 0-86.885 31.030-170.667 86.885-236.865 61.026-71.37 91.022-152.048 91.022-246.174v-174.804h31.030v173.77c0 100.331-33.099 190.319-98.263 266.861-51.717 59.992-79.644 137.568-79.644 217.212 0 165.495 121.018 303.063 279.273 329.956v-279.273c-58.958-26.893-100.331-85.851-100.331-155.152 0-94.125 76.541-170.667 170.667-170.667 34.133 0 67.232 10.343 94.125 27.927l231.693-133.43c-8.275-13.446-22.756-24.824-40.339-31.030l-55.855-19.653c-27.927-9.309-101.366-35.168-101.366-97.228v-129.293h31.030v129.293c0 27.927 24.824 48.614 80.679 68.267l54.82 19.653c27.927 9.309 49.648 27.927 61.026 50.683h56.889c7.24-17.584 23.79-29.996 43.442-29.996h62.061c25.859 0 46.545 20.687 46.545 46.545 1.034 24.824-19.653 45.511-45.511 45.511zM377.535 927.935c8.275 1.034 15.515 1.034 23.79 1.034 16.549 0 32.065-1.034 48.614-3.103v-267.895c-10.343 2.069-21.721 3.103-33.099 3.103-13.446 0-26.893-2.069-39.305-5.172v272.032zM277.204 489.374c0 77.576 63.095 139.636 139.636 139.636s139.636-62.061 139.636-139.636c0-76.541-63.095-139.636-139.636-139.636s-139.636 63.095-139.636 139.636zM536.824 368.356c31.030 31.030 50.683 74.473 50.683 121.018 0 71.37-44.477 132.396-106.537 158.255v272.032c138.602-34.133 245.139-155.152 254.448-303.063 2.069-34.133 11.378-63.095 27.927-92.057l69.301-121.018-79.644-43.442v-111.709c0-2.069 0-3.103 0-4.137l-216.178 124.121zM936.081 204.929h-62.061c-8.275 0-15.515 7.24-15.515 15.515s7.24 15.515 15.515 15.515h62.061c8.275 0 15.515-7.24 15.515-15.515s-7.24-15.515-15.515-15.515z" />
|
||||
<glyph unicode="" glyph-name="Ico_Forum" d="M118.4 355.2c0-67.2 0-83.2 0-83.2s144 0 144 0l-70.4 150.4c0 0-73.6 0-73.6-67.2zM134.4 288v67.2c0 38.4 32 48 48 51.2l54.4-118.4h-102.4zM348.8 422.4l-70.4-150.4h144c0 0 0 16 0 83.2s-73.6 67.2-73.6 67.2zM406.4 288h-102.4l54.4 118.4c16-3.2 48-12.8 48-51.2 3.2 0 3.2-67.2 0-67.2zM272 438.4c41.6 0 73.6 32 73.6 73.6s-32 73.6-73.6 73.6-73.6-32-73.6-73.6c0-41.6 32-73.6 73.6-73.6zM272 566.4c32 0 57.6-25.6 57.6-57.6s-25.6-57.6-57.6-57.6-57.6 28.8-57.6 60.8c0 28.8 25.6 54.4 57.6 54.4zM272 422.4h-51.2l51.2-112 51.2 112c0 0-51.2 0-51.2 0zM246.4 406.4h51.2l-25.6-57.6-25.6 57.6zM905.6 272c0 0 0 16 0 83.2s-73.6 67.2-73.6 67.2l-70.4-150.4h144zM841.6 406.4c16-3.2 48-12.8 48-51.2v-67.2h-102.4l54.4 118.4zM752 438.4c41.6 0 73.6 32 73.6 73.6s-32 73.6-73.6 73.6-73.6-32-73.6-73.6c3.2-41.6 35.2-73.6 73.6-73.6zM752 566.4c32 0 57.6-25.6 57.6-57.6s-25.6-57.6-57.6-57.6-54.4 28.8-54.4 60.8 22.4 54.4 54.4 54.4zM752 422.4h-51.2l51.2-112 51.2 112c0 0-51.2 0-51.2 0zM726.4 406.4h51.2l-25.6-57.6-25.6 57.6zM400 531.2v-16h89.6v-172.8h108.8c0-57.6 0-73.6 0-73.6s144 0 144 0l-70.4 153.6c0 0-67.2-3.2-73.6-64h-96v172.8c3.2 0-102.4 0-102.4 0zM617.6 355.2c0 38.4 32 48 48 51.2l54.4-118.4h-102.4v67.2zM361.6 864h-361.6v-816h1024v716.8h-576l-86.4 99.2zM1008 64h-992v784h339.2l80-92.8 3.2-6.4h566.4v-684.8z" />
|
||||
<glyph unicode="" glyph-name="Ico_Knowledge-Base" d="M1020.833 449.056l-160.462 97.122 163.629 242.804c2.111 2.111 2.111 5.278 2.111 8.445-1.056 2.111-2.111 4.223-5.278 6.334l-46.449 28.503c-4.223 2.111-10.557 1.056-13.724-3.167l-162.573-247.027-273.419 164.685c-1.056 1.056-3.167 2.111-5.278 2.111h-155.184c-1.056 0-4.223 0-5.278-1.056l-353.649-213.245c-3.167-2.111-5.278-5.278-5.278-8.445s2.111-7.39 5.278-9.501l35.893-21.113-32.726-20.058c-2.111-1.056-2.111-3.167-2.111-4.223s1.056-3.167 2.111-4.223l36.948-22.169-38.004-23.225c-2.111-1.056-2.111-3.167-2.111-4.223s1.056-3.167 2.111-4.223l574.285-346.26c1.056 0 2.111-1.056 3.167-1.056s2.111 0 3.167 1.056c16.891 10.557 411.711 248.082 429.658 260.751 1.056 1.056 2.111 3.167 2.111 4.223 0 2.111-1.056 3.167-2.111 4.223l-35.893 21.113c20.058 12.668 33.781 20.058 36.948 22.169 1.056 1.056 2.111 3.167 2.111 4.223 0 2.111-1.056 3.167-2.111 4.223l-32.726 20.058c20.058 11.612 32.726 20.058 35.893 22.169s5.278 5.278 4.223 9.501-2.111 7.39-5.278 9.501zM973.328 807.984l27.447-16.891-209.023-308.256-23.225 15.835 204.8 309.311zM760.082 478.614l16.891-11.612-27.447-26.392 10.557 38.004zM489.831 727.753l-49.616-30.614-46.449 30.614h96.066zM973.328 349.823l31.67-19.002c-54.895-33.781-386.375-233.303-420.157-254.416l-563.728 340.981 33.781 20.058 527.835-317.757c1.056 0 2.111-1.056 3.167-1.056s2.111 0 3.167 1.056c13.724 8.445 274.474 165.74 383.208 232.247 0-1.056 0-1.056 1.056-2.111zM1004.998 384.66c-54.895-34.837-386.375-234.359-420.157-254.416l-523.612 315.645c0 0 0 1.056-1.056 1.056-1.056 2.111-3.167 3.167-5.278 2.111l-34.837 21.113 30.614 17.946 528.891-318.812c2.111-1.056 3.167-1.056 5.278-1.056s4.223 0 5.278 1.056c13.724 8.445 275.53 165.74 384.264 232.247l30.614-16.891zM584.841 191.472l-554.227 334.647 329.369 198.466 73.897-48.561c2.111-1.056 4.223-2.111 5.278-2.111 2.111 0 4.223 0 5.278 1.056l78.12 47.505 262.862-159.406-42.227-63.34c-1.056-1.056-1.056-3.167-1.056-4.223l-23.225-84.454c-1.056-4.223 1.056-9.501 4.223-11.612 2.111-1.056 3.167-1.056 5.278-1.056s5.278 1.056 7.39 3.167l65.452 60.173c1.056 1.056 1.056 1.056 2.111 2.111l44.338 66.507 146.738-88.676c-69.674-45.394-365.262-223.802-409.6-250.194zM584.841 354.045c-43.282 0-76.008-17.946-76.008-41.171s32.726-41.171 76.008-41.171 76.008 17.946 76.008 41.171-32.726 41.171-76.008 41.171zM584.841 292.816c-32.726 0-54.895 12.668-54.895 20.058s22.169 20.058 54.895 20.058 54.895-12.668 54.895-20.058-22.169-20.058-54.895-20.058zM574.285 614.796l-283.975-166.796h-1.056c-1.056 0-2.111 0-2.111 1.056-1.056 1.056 0 3.167 1.056 3.167l283.975 166.796c1.056 1.056 3.167 0 3.167-1.056 1.056-1.056 0-2.111-1.056-3.167zM368.429 562.012l-128.792-76.008c-2.111-1.056-3.167-1.056-5.278-1.056-3.167 0-7.39 2.111-9.501 5.278-3.167 5.278-1.056 11.612 4.223 14.779l128.792 76.008c5.278 3.167 11.612 1.056 14.779-4.223 2.111-5.278 1.056-11.612-4.223-14.779zM615.456 587.348l-278.697-166.796h-1.056c-1.056 0-2.111 0-2.111 1.056-1.056 1.056 0 3.167 1.056 3.167l278.697 166.796c1.056 1.056 3.167 0 3.167-1.056 1.056-1.056 1.056-3.167-1.056-3.167zM660.849 558.845l-278.697-166.796h-1.056c-1.056 0-2.111 0-2.111 1.056-1.056 1.056 0 3.167 1.056 3.167l278.697 166.796c1.056 1.056 3.167 0 3.167-1.056 1.056 0 0-2.111-1.056-3.167zM703.076 530.342l-279.753-166.796h-1.056c-1.056 0-2.111 0-2.111 1.056-1.056 1.056 0 3.167 1.056 3.167l278.697 166.796c1.056 1.056 3.167 0 3.167-1.056 1.056-1.056 1.056-3.167 0-3.167zM700.965 337.155l155.184 92.899c1.056 1.056 3.167 0 3.167-1.056 1.056-1.056 0-3.167-1.056-3.167l-155.184-92.899h-1.056c-1.056 0-2.111 0-2.111 1.056-1.056 1.056-1.056 3.167 1.056 3.167z" />
|
||||
<glyph unicode="" glyph-name="Ico_Phone-Support" d="M512 348.825c104.214 0 194.318 60.876 237.254 148.561h109.455v115.704c0 191.294-155.616 346.91-346.709 346.91s-346.91-155.616-346.91-346.91v-16.529h83.452c8.668-137.877 123.364-247.735 263.458-247.735zM727.685 530.646h-120.743c-6.45 28.22-31.647 49.587-61.883 49.587-35.074 0-63.496-28.422-63.496-63.496s28.422-63.496 63.496-63.496c28.422 0 52.208 18.746 60.271 44.548h106.633c-40.113-68.939-114.494-115.704-199.962-115.704-127.395 0-231.206 103.811-231.206 231.206s103.609 231.005 231.206 231.005 231.206-103.811 231.206-231.206c0-29.027-5.644-56.844-15.521-82.444zM575.496 516.535c0-16.932-13.707-30.438-30.438-30.438s-30.438 13.707-30.438 30.438 13.707 30.438 30.438 30.438 30.438-13.506 30.438-30.438zM512 926.942c172.951 0 313.852-140.699 313.852-313.852v-82.646h-62.891c8.668 26.003 13.304 53.82 13.304 82.646 0 145.739-118.526 264.265-264.265 264.265-140.094 0-254.791-109.657-263.458-247.735h-49.991c8.668 165.493 145.94 297.323 313.449 297.323zM750.866 385.109c0 0-91.112-102.4-238.866-102.4-146.545 0-238.866 102.4-238.866 102.4s-273.134-110.261-273.134-449.109h1024c5.039 335.42-273.134 449.109-273.134 449.109zM33.26-30.942c5.644 158.438 93.934 300.346 234.028 375.937 67.124-61.48 153.6-95.143 244.712-95.143s177.386 33.663 244.712 95.143c139.893-75.591 228.183-217.499 234.028-375.937h-957.48zM495.471 216.794h33.058v-33.058h-33.058v33.058zM495.471 134.148h33.058v-33.058h-33.058v33.058zM495.471 51.704h33.058v-33.058h-33.058v33.058z" />
|
||||
<glyph unicode="" glyph-name="Ico_Tweet-Support" d="M9.804 14.434c-5.447 0-9.804 4.357-9.804 9.804s4.357 9.804 9.804 9.804h189.549v87.149l-3.268 1.089c-1.089 1.089-3.268 1.089-4.357 1.089s-2.179 1.089-3.268 1.089c-58.826 19.609-108.936 55.557-142.706 104.579-2.179 2.179-2.179 5.447-1.089 8.715 0 1.089 2.179 4.357 5.447 6.536 15.251 7.626 66.451 32.681 100.221 50.111l4.357 2.179-3.268 4.357c-44.664 52.289-66.451 105.668-63.183 157.957 3.268 63.183 43.574 103.489 55.557 115.472 2.179 2.179 4.357 3.268 6.536 3.268s4.357-1.089 6.536-3.268l153.6-142.706-1.089 11.983c-2.179 19.609 0 38.128 5.447 54.468 16.34 49.021 67.54 83.881 122.009 83.881 22.877 0 45.753-6.536 64.272-18.519 34.86-22.877 57.736-59.915 65.362-106.757v-2.179l67.54-22.877c3.268-1.089 5.447-4.357 5.447-7.626s-1.089-8.715-5.447-9.804l-67.54-33.77v-2.179c-2.179-22.877-7.626-46.843-15.251-68.63-26.145-79.523-86.060-143.796-164.494-176.477l-3.268-1.089v-98.043h216.783c5.447 0 9.804-4.357 9.804-9.804s-4.357-9.804-9.804-9.804h-590.434zM217.872 34.043h148.153v88.238l-5.447-1.089c-28.323-7.626-55.557-11.983-81.702-11.983-16.34 0-35.949 2.179-55.557 5.447l-5.447 1.089v-81.702zM148.153 549.311c-14.162-15.251-38.128-47.932-40.306-92.596-3.268-51.2 19.609-103.489 69.719-156.868 2.179-3.268 3.268-5.447 2.179-7.626-1.089-3.268-2.179-5.447-5.447-6.536-25.055-14.162-72.987-37.038-101.311-51.2l-4.357-4.357 3.268-4.357c32.681-40.306 74.077-67.54 122.009-82.791 27.234-8.715 56.647-13.072 84.97-13.072 116.562 0 220.051 74.077 256 184.102 8.715 23.966 13.072 49.021 15.251 71.898 0 3.268 2.179 5.447 5.447 7.626l52.289 25.055-50.111 16.34c-3.268 1.089-7.626 4.357-7.626 8.715-7.626 46.843-27.234 80.613-59.915 101.311-16.34 10.894-34.86 16.34-53.379 16.34-46.843 0-89.328-29.413-103.489-71.898-9.804-31.591-5.447-66.451 14.162-94.774 3.268-3.268 2.179-9.804-1.089-13.072-2.179-2.179-4.357-3.268-6.536-3.268s-4.357 1.089-6.536 3.268l-181.923 171.030-3.268-3.268zM257.089 176.749c-27.234 0-51.2 3.268-74.077 11.983-2.179 1.089-4.357 2.179-5.447 4.357s-1.089 5.447 0 7.626c1.089 4.357 4.357 6.536 8.715 6.536 1.089 0 2.179 0 3.268 0 21.787-7.626 44.664-10.894 66.451-10.894 33.77 0 65.362 7.626 95.864 22.877 52.289 26.145 90.417 69.719 107.847 124.187 1.089 4.357 4.357 6.536 8.715 6.536 1.089 0 2.179 0 3.268 0 5.447-1.089 7.626-7.626 6.536-13.072-19.609-58.826-62.094-107.847-117.651-135.081-32.681-16.34-67.54-25.055-103.489-25.055zM472.783 461.072c0-12.634-10.242-22.877-22.877-22.877s-22.877 10.242-22.877 22.877c0 12.634 10.242 22.877 22.877 22.877s22.877-10.242 22.877-22.877zM275.609 321.634c-3.268 0-5.447 1.089-6.536 2.179l-83.881 78.434c-2.179 2.179-3.268 4.357-3.268 6.536s1.089 4.357 3.268 6.536c2.179 2.179 4.357 3.268 7.626 3.268 2.179 0 4.357-1.089 6.536-3.268l83.881-78.434c2.179-2.179 3.268-4.357 3.268-6.536s-1.089-4.357-3.268-6.536c-3.268-2.179-6.536-2.179-7.626-2.179zM718.979 417.498c-13.072 0-22.877 2.179-22.877 2.179-5.447 1.089-8.715 4.357-8.715 8.715s3.268 8.715 7.626 9.804c30.502 8.715 49.021 32.681 55.557 74.077l1.089 3.268-3.268 1.089c-67.54 32.681-110.026 99.132-110.026 172.119 0 52.289 19.609 100.221 55.557 136.17 35.949 38.128 83.881 58.826 135.081 58.826 105.668 0 191.728-86.060 192.817-192.817 1.089-98.043-75.166-181.923-172.119-191.728h-2.179l-1.089-2.179c-32.681-71.898-100.221-79.523-127.455-79.523zM829.004 864.136c-45.753 0-88.238-18.519-122.009-51.2-31.591-32.681-49.021-76.255-49.021-122.009 0-69.719 42.485-131.813 106.757-159.047 3.268-1.089 6.536-5.447 6.536-9.804-3.268-30.502-11.983-55.557-27.234-74.077l-8.715-9.804 13.072 3.268c40.306 8.715 67.54 33.77 82.791 72.987 1.089 3.268 4.357 5.447 7.626 5.447 91.506 4.357 163.404 80.613 163.404 173.209-1.089 94.774-78.434 171.030-173.209 171.030v0z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 47 KiB |
BIN
themes/at_movic/assets/fonts/Auros.ttf
Normal file
BIN
themes/at_movic/assets/fonts/Auros.woff
Normal file
BIN
themes/at_movic/assets/fonts/FontAwesome.otf
Normal file
BIN
themes/at_movic/assets/fonts/MaterialIcons-Regular.eot
Normal file
1
themes/at_movic/assets/fonts/MaterialIcons-Regular.ijmap
Normal file
2373
themes/at_movic/assets/fonts/MaterialIcons-Regular.svg
Normal file
|
After Width: | Height: | Size: 275 KiB |
BIN
themes/at_movic/assets/fonts/MaterialIcons-Regular.ttf
Normal file
BIN
themes/at_movic/assets/fonts/MaterialIcons-Regular.woff
Normal file
BIN
themes/at_movic/assets/fonts/MaterialIcons-Regular.woff2
Normal file
BIN
themes/at_movic/assets/fonts/fontawesome-webfont.eot
Normal file
2671
themes/at_movic/assets/fonts/fontawesome-webfont.svg
Normal file
|
After Width: | Height: | Size: 434 KiB |
BIN
themes/at_movic/assets/fonts/fontawesome-webfont.ttf
Normal file
BIN
themes/at_movic/assets/fonts/fontawesome-webfont.woff
Normal file
BIN
themes/at_movic/assets/fonts/fontawesome-webfont.woff2
Normal file
35
themes/at_movic/assets/fonts/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
BIN
themes/at_movic/assets/fonts/nova-icons.eot
Normal file
276
themes/at_movic/assets/fonts/nova-icons.svg
Normal file
@@ -0,0 +1,276 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="nova-icons" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="activity" d="M938.667 469.334h-170.667c-17.067 0-34.133-12.8-38.4-29.867l-89.6-260.267-217.6 644.267c-4.267 17.067-21.333 29.867-38.4 29.867s-34.133-12.8-38.4-29.867l-119.467-354.133h-140.8c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h170.667c17.067 0 34.133 12.8 38.4 29.867l89.6 260.267 217.6-648.533c4.267-17.067 21.333-29.867 38.4-29.867s34.133 12.8 38.4 29.867l119.467 354.133h140.8c25.6 0 42.667 17.067 42.667 42.667s-17.067 46.933-42.667 46.933z" />
|
||||
<glyph unicode="" glyph-name="airplay" d="M853.333 853.334h-682.667c-72.533 0-128-55.467-128-128v-426.667c0-72.533 55.467-128 128-128h42.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-42.667c-25.6 0-42.667 17.067-42.667 42.667v426.667c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-426.667c0-25.6-17.067-42.667-42.667-42.667h-42.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h42.667c72.533 0 128 55.467 128 128v426.667c0 72.533-55.467 128-128 128zM546.133 324.267c-17.067 21.333-51.2 21.333-64 0l-213.333-256c-8.533-12.8-12.8-29.867-4.267-46.933 4.267-12.8 17.067-21.333 34.133-21.333h426.667c17.067 0 29.867 8.533 38.4 25.6s4.267 34.133-4.267 46.933l-213.333 251.733zM388.267 85.334l123.733 145.067 123.733-145.067h-247.467z" />
|
||||
<glyph unicode="" glyph-name="alert-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM512 640c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667zM482.133 285.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="alert-octagon" d="M968.533 631.467l-251.733 251.733c-4.267 8.533-17.067 12.8-29.867 12.8h-349.867c-12.8 0-25.6-4.267-29.867-12.8l-251.733-251.733c-8.533-4.267-12.8-17.067-12.8-29.867v-354.133c0-12.8 4.267-21.333 12.8-29.867l251.733-251.733c4.267-4.267 17.067-8.533 29.867-8.533h354.133c12.8 0 21.333 4.267 29.867 12.8l251.733 251.733c8.533 8.533 12.8 17.067 12.8 29.867v349.867c-4.267 12.8-8.533 25.6-17.067 29.867zM896 268.8l-226.133-226.133h-315.733l-226.133 226.133v315.733l226.133 226.133h320l221.867-226.133v-315.733zM512 640c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667zM482.133 285.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="alert-triangle" d="M981.333 192l-358.4 605.867c-17.067 29.867-46.933 51.2-81.067 59.733s-68.267 4.267-98.133-12.8c-17.067-8.533-34.133-25.6-42.667-42.667 0 0 0 0 0 0l-358.4-610.133c-34.133-59.733-12.8-140.8 46.933-174.933 17.067-12.8 38.4-17.067 59.733-17.067h725.333c34.133 0 68.267 12.8 89.6 38.4 25.6 25.6 38.4 55.467 38.4 89.6-4.267 21.333-8.533 46.933-21.333 64zM904.533 98.134c-8.533-8.533-21.333-12.8-29.867-12.8h-725.333c-8.533 0-12.8 0-21.333 4.267-21.333 12.8-25.6 38.4-17.067 59.733l362.667 601.6c4.267 4.267 8.533 12.8 12.8 12.8 21.333 12.8 46.933 4.267 59.733-12.8l362.667-601.6c4.267-4.267 4.267-12.8 4.267-21.333 4.267-12.8-4.267-21.333-8.533-29.867zM512 597.334c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667zM482.133 243.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="align-center" d="M256 554.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h512c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-512zM128 640h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM896 384h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM768 213.334h-512c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h512c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="align-justify" d="M896 554.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM128 640h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM896 384h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM896 213.334h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="align-left" d="M128 469.334h597.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-597.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM128 640h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM896 384h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM725.333 213.334h-597.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h597.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="align-right" d="M896 554.667h-597.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h597.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM128 640h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM896 384h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM896 213.334h-597.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h597.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="anchor" d="M938.667 469.334h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h81.067c-21.333-179.2-162.133-320-337.067-337.067v512c72.533 17.067 128 85.333 128 166.4 0 93.867-76.8 170.667-170.667 170.667s-170.667-76.8-170.667-170.667c0-81.067 55.467-145.067 128-166.4v-516.267c-179.2 21.333-320 162.133-337.067 337.067h81.067c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-128c-25.6 0-42.667-17.067-42.667-42.667 0-260.267 209.067-469.333 469.333-469.333s469.333 209.067 469.333 469.333c0 29.867-17.067 46.933-42.667 46.933zM426.667 725.334c0 46.933 38.4 85.333 85.333 85.333s85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333c-46.933 0-85.333 38.4-85.333 85.333z" />
|
||||
<glyph unicode="" glyph-name="aperture" d="M891.733 153.6c55.467 76.8 89.6 170.667 89.6 273.067 0 64-12.8 128-38.4 183.467 0 0 0 4.267 0 4.267-64 149.333-204.8 256-375.467 277.333 0 0-4.267 0-4.267 0-17.067 4.267-34.133 4.267-51.2 4.267-153.6 0-290.133-72.533-375.467-187.733 0-4.267-4.267-4.267-4.267-8.533-55.467-76.8-89.6-170.667-89.6-273.067 0-64 12.8-128 38.4-187.733 0 0 0-4.267 0-4.267 64-145.067 204.8-256 371.2-277.333 0 0 4.267 0 4.267 0 17.067 0 34.133-4.267 51.2-4.267 153.6 0 290.133 72.533 375.467 187.733 4.267 4.267 8.533 8.533 8.533 12.8zM584.533 298.667h-149.333l-72.533 128 72.533 128h149.333l72.533-128-72.533-128zM128 426.667c0 59.733 12.8 119.467 38.4 170.667l170.667-298.667h-187.733c-12.8 38.4-21.333 81.067-21.333 128zM682.667 554.667h187.733c12.8-38.4 21.333-81.067 21.333-128 0-59.733-12.8-119.467-38.4-170.667l-170.667 298.667zM832 640h-345.6l93.867 162.133c106.667-17.067 196.267-76.8 251.733-162.133zM486.4 810.667l-170.667-298.667-93.867 162.133c64 76.8 157.867 128 264.533 136.533zM192 213.334h345.6l-93.867-162.133c-106.667 17.067-196.267 76.8-251.733 162.133zM537.6 42.667l170.667 298.667 93.867-162.133c-64-76.8-157.867-128-264.533-136.533z" />
|
||||
<glyph unicode="" glyph-name="archive" d="M981.333 853.334h-938.667c-25.6 0-42.667-17.067-42.667-42.667v-213.333c0-25.6 17.067-42.667 42.667-42.667h42.667v-512c0-25.6 17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667v512h42.667c25.6 0 42.667 17.067 42.667 42.667v213.333c0 25.6-17.067 42.667-42.667 42.667zM853.333 85.334h-682.667v469.333h682.667v-469.333zM938.667 640h-853.333v128h853.333v-128zM426.667 384h170.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="arrow-down" d="M840.533 456.534c-17.067 17.067-42.667 17.067-59.733 0l-226.133-226.133v494.933c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-494.933l-226.133 226.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l298.667-298.667c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l298.667 298.667c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="arrow-down-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM652.8 456.534l-98.133-98.133v238.933c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-238.933l-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l170.667-170.667c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l170.667 170.667c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="arrow-down-left" d="M725.333 256h-324.267l354.133 354.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-354.133-354.133v324.267c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-426.667c0-4.267 0-12.8 4.267-17.067 4.267-8.533 12.8-17.067 21.333-21.333 4.267-4.267 12.8-4.267 17.067-4.267h426.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="arrow-down-right" d="M768 640c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-324.267l-354.133 354.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l354.133-354.133h-324.267c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h426.667c4.267 0 12.8 0 17.067 4.267 8.533 4.267 17.067 12.8 21.333 21.333 4.267 4.267 4.267 12.8 4.267 17.067v426.667z" />
|
||||
<glyph unicode="" glyph-name="arrow-left" d="M810.667 469.334h-494.933l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-298.667-298.667c-4.267-4.267-8.533-8.533-8.533-12.8-4.267-8.533-4.267-21.333 0-34.133 4.267-4.267 4.267-8.533 8.533-12.8l298.667-298.667c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-226.133 226.133h494.933c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="arrow-left-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM682.667 469.334h-238.933l98.133 98.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-170.667-170.667c-4.267-4.267-8.533-8.533-8.533-12.8-4.267-8.533-4.267-21.333 0-34.133 4.267-4.267 4.267-8.533 8.533-12.8l170.667-170.667c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133h238.933c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="arrow-right" d="M849.067 409.6c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-298.667 298.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l226.133-226.133h-494.933c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h494.933l-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l298.667 298.667c4.267 4.267 8.533 8.533 8.533 12.8z" />
|
||||
<glyph unicode="" glyph-name="arrow-right-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM721.067 443.734c-4.267 4.267-4.267 8.533-8.533 12.8l-170.667 170.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133h-238.933c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h238.933l-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l170.667 170.667c4.267 4.267 8.533 8.533 8.533 12.8 4.267 12.8 4.267 21.333 0 34.133z" />
|
||||
<glyph unicode="" glyph-name="arrow-up" d="M840.533 456.534l-298.667 298.667c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-298.667-298.667c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l226.133 226.133v-494.933c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v494.933l226.133-226.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="arrow-up-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM541.867 627.2c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-170.667-170.667c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l98.133 98.133v-238.933c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v238.933l98.133-98.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-170.667 170.667z" />
|
||||
<glyph unicode="" glyph-name="arrow-up-left" d="M401.067 597.334h324.267c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-426.667c-4.267 0-12.8 0-17.067-4.267-8.533-4.267-17.067-12.8-21.333-21.333-4.267-4.267-4.267-12.8-4.267-17.067v-426.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v324.267l354.133-354.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-354.133 354.133z" />
|
||||
<glyph unicode="" glyph-name="arrow-up-right" d="M763.733 657.067c-4.267 8.533-12.8 17.067-21.333 21.333-4.267 4.267-12.8 4.267-17.067 4.267h-426.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h324.267l-354.133-354.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l354.133 354.133v-324.267c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v426.667c0 4.267 0 12.8-4.267 17.067z" />
|
||||
<glyph unicode="" glyph-name="at-sign" d="M512 896c-123.733 0-243.2-46.933-332.8-136.533s-136.533-209.067-136.533-332.8c0-260.267 209.067-469.333 469.333-469.333 102.4 0 204.8 34.133 285.867 98.133 17.067 12.8 21.333 42.667 8.533 59.733s-42.667 21.333-59.733 8.533c-68.267-51.2-149.333-81.067-234.667-81.067-213.333 0-384 170.667-384 384 0 102.4 38.4 200.533 110.933 273.067s170.667 110.933 273.067 110.933c213.333 0 384-170.667 384-384v-42.667c0-46.933-38.4-85.333-85.333-85.333s-85.333 38.4-85.333 85.333v213.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v0c-34.133 25.6-81.067 42.667-128 42.667-119.467 0-213.333-93.867-213.333-213.333s93.867-213.333 213.333-213.333c64 0 119.467 29.867 157.867 72.533 29.867-42.667 81.067-72.533 140.8-72.533 93.867 0 170.667 76.8 170.667 170.667v42.667c0 260.267-209.067 469.333-469.333 469.333zM512 298.667c-72.533 0-128 55.467-128 128s55.467 128 128 128 128-55.467 128-128-55.467-128-128-128z" />
|
||||
<glyph unicode="" glyph-name="award" d="M853.333 597.334c0 187.733-153.6 341.333-341.333 341.333s-341.333-153.6-341.333-341.333c0-110.933 51.2-209.067 132.267-268.8l-46.933-366.933c-4.267-17.067 4.267-34.133 17.067-42.667s29.867-8.533 46.933 0l192 115.2 192-115.2c4.267-4.267 12.8-4.267 21.333-4.267s17.067 4.267 21.333 8.533 21.333 25.6 17.067 42.667l-46.933 362.667c85.333 59.733 136.533 157.867 136.533 268.8zM256 597.334c0 140.8 115.2 256 256 256s256-115.2 256-256-115.2-256-256-256-256 115.2-256 256zM669.867 38.4l-136.533 81.067c-12.8 8.533-29.867 8.533-42.667 0l-136.533-81.067 29.867 243.2c38.4-17.067 81.067-25.6 128-25.6s89.6 8.533 128 25.6l29.867-243.2z" />
|
||||
<glyph unicode="" glyph-name="bar-chart" d="M512 554.667c-25.6 0-42.667-17.067-42.667-42.667v-426.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v426.667c0 25.6-17.067 42.667-42.667 42.667zM768 810.667c-25.6 0-42.667-17.067-42.667-42.667v-682.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v682.667c0 25.6-17.067 42.667-42.667 42.667zM256 298.667c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="bar-chart-2" d="M768 554.667c-25.6 0-42.667-17.067-42.667-42.667v-426.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v426.667c0 25.6-17.067 42.667-42.667 42.667zM512 810.667c-25.6 0-42.667-17.067-42.667-42.667v-682.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v682.667c0 25.6-17.067 42.667-42.667 42.667zM256 384c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="battery" d="M725.333 725.334h-597.333c-72.533 0-128-55.467-128-128v-341.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v341.333c0 72.533-55.467 128-128 128zM768 256c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v341.333c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-341.333zM981.333 512c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="battery-charging" d="M213.333 213.334h-85.333c-25.6 0-42.667 17.067-42.667 42.667v341.333c0 25.6 17.067 42.667 42.667 42.667h136.533c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-136.533c-72.533 0-128-55.467-128-128v-341.333c0-72.533 55.467-128 128-128h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM725.333 725.334h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v-341.333c0-25.6-17.067-42.667-42.667-42.667h-136.533c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h136.533c72.533 0 128 55.467 128 128v341.333c0 72.533-55.467 128-128 128zM981.333 512c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM593.067 448c-8.533 12.8-21.333 21.333-38.4 21.333h-174.933l128 187.733c12.8 21.333 8.533 46.933-12.8 59.733s-46.933 8.533-59.733-12.8l-170.667-256c-8.533-12.8-8.533-29.867 0-42.667 4.267-12.8 17.067-21.333 34.133-21.333h174.933l-128-187.733c-12.8-21.333-8.533-46.933 12.8-59.733 8.533-4.267 17.067-8.533 25.6-8.533 12.8 0 25.6 8.533 34.133 17.067l170.667 256c8.533 17.067 12.8 29.867 4.267 46.933z" />
|
||||
<glyph unicode="" glyph-name="bell" d="M605.867 81.067c-21.333 12.8-46.933 4.267-59.733-17.067s-38.4-25.6-59.733-17.067c-8.533 4.267-12.8 8.533-17.067 17.067-12.8 21.333-38.4 25.6-59.733 17.067-21.333-12.8-25.6-38.4-17.067-59.733 12.8-21.333 25.6-34.133 46.933-46.933s42.667-17.067 64-17.067c42.667 0 85.333 21.333 110.933 64 21.333 21.333 12.8 46.933-8.533 59.733zM938.667 256c-46.933 0-85.333 38.4-85.333 85.333v213.333c0 187.733-153.6 341.333-341.333 341.333s-341.333-153.6-341.333-341.333v-213.333c0-46.933-38.4-85.333-85.333-85.333-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h853.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM234.667 256c12.8 25.6 21.333 55.467 21.333 85.333v213.333c0 140.8 115.2 256 256 256s256-115.2 256-256v-213.333c0-29.867 8.533-59.733 21.333-85.333h-554.667z" />
|
||||
<glyph unicode="" glyph-name="bell-off" d="M605.867 81.067c-21.333 12.8-46.933 4.267-59.733-17.067s-38.4-25.6-59.733-17.067c-8.533 4.267-12.8 8.533-17.067 17.067-12.8 21.333-38.4 25.6-59.733 17.067-21.333-12.8-25.6-38.4-17.067-59.733 12.8-21.333 25.6-34.133 46.933-46.933s42.667-17.067 64-17.067c42.667 0 85.333 21.333 110.933 64 21.333 21.333 12.8 46.933-8.533 59.733zM388.267 776.534c123.733 68.267 277.333 25.6 349.867-98.133 17.067-34.133 29.867-81.067 29.867-123.733v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 59.733-17.067 115.2-42.667 166.4-93.867 162.133-302.933 221.867-465.067 128-21.333-8.533-29.867-34.133-17.067-55.467s38.4-25.6 59.733-17.067zM1011.2-12.8l-256 256c0 0 0 0 0 0l-682.667 682.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l183.467-183.467c-17.067-42.667-25.6-85.333-25.6-128v-213.333c0-46.933-38.4-85.333-85.333-85.333-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h622.933l243.2-243.2c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733zM234.667 256c12.8 25.6 21.333 55.467 21.333 85.333v213.333c0 21.333 4.267 42.667 8.533 59.733l358.4-358.4h-388.267z" />
|
||||
<glyph unicode="" glyph-name="bluetooth" d="M571.733 426.667l204.8 204.8c17.067 17.067 17.067 42.667 0 59.733l-234.667 234.667c-12.8 12.8-29.867 17.067-46.933 8.533-17.067-4.267-25.6-21.333-25.6-38.4v-366.933l-162.133 162.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l204.8-204.8-204.8-204.8c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l162.133 162.133v-366.933c0-17.067 8.533-34.133 25.6-38.4 4.267-4.267 12.8-4.267 17.067-4.267 12.8 0 21.333 4.267 29.867 12.8l234.667 234.667c17.067 17.067 17.067 42.667 0 59.733l-204.8 204.8zM554.667 793.6l132.267-132.267-132.267-132.267v264.533zM554.667 59.734v264.533l132.267-132.267-132.267-132.267z" />
|
||||
<glyph unicode="" glyph-name="bold" d="M742.4 443.734c42.667 38.4 68.267 93.867 68.267 153.6 0 119.467-93.867 213.333-213.333 213.333h-341.333c-25.6 0-42.667-17.067-42.667-42.667v-682.667c0-25.6 17.067-42.667 42.667-42.667h384c119.467 0 213.333 93.867 213.333 213.333 0 81.067-46.933 149.333-110.933 187.733zM298.667 725.334h298.667c72.533 0 128-55.467 128-128s-55.467-128-128-128h-298.667v256zM640 128h-341.333v256h341.333c72.533 0 128-55.467 128-128s-55.467-128-128-128z" />
|
||||
<glyph unicode="" glyph-name="book" d="M853.333 896h-576c-81.067 0-149.333-68.267-149.333-149.333v-640c0-81.067 68.267-149.333 149.333-149.333h576c25.6 0 42.667 17.067 42.667 42.667v853.333c0 25.6-17.067 42.667-42.667 42.667zM277.333 810.667h533.333v-554.667h-533.333c-21.333 0-42.667-4.267-64-17.067v507.733c0 34.133 29.867 64 64 64zM277.333 42.667c-34.133 0-64 29.867-64 64s29.867 64 64 64h533.333v-128h-533.333z" />
|
||||
<glyph unicode="" glyph-name="book-open" d="M938.667 853.334h-256c-68.267 0-132.267-34.133-170.667-85.333-38.4 51.2-102.4 85.333-170.667 85.333h-256c-25.6 0-42.667-17.067-42.667-42.667v-640c0-25.6 17.067-42.667 42.667-42.667h298.667c46.933 0 85.333-38.4 85.333-85.333 0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 46.933 38.4 85.333 85.333 85.333h298.667c25.6 0 42.667 17.067 42.667 42.667v640c0 25.6-17.067 42.667-42.667 42.667zM469.333 192c-25.6 12.8-55.467 21.333-85.333 21.333h-256v554.667h213.333c72.533 0 128-55.467 128-128v-448zM896 213.334h-256c-29.867 0-59.733-8.533-85.333-21.333v448c0 72.533 55.467 128 128 128h213.333v-554.667z" />
|
||||
<glyph unicode="" glyph-name="bookmark" d="M725.333 853.334h-426.667c-72.533 0-128-55.467-128-128v-682.667c0-17.067 8.533-29.867 21.333-38.4s29.867-4.267 42.667 4.267l273.067 196.267 273.067-196.267c8.533-4.267 17.067-8.533 25.6-8.533s12.8 0 21.333 4.267c12.8 8.533 21.333 21.333 21.333 38.4v682.667c4.267 72.533-51.2 128-123.733 128zM768 123.734l-230.4 166.4c-8.533 4.267-17.067 8.533-25.6 8.533s-17.067-4.267-25.6-8.533l-230.4-166.4v601.6c0 25.6 17.067 42.667 42.667 42.667h426.667c25.6 0 42.667-17.067 42.667-42.667v-601.6z" />
|
||||
<glyph unicode="" glyph-name="box" d="M908.8 742.4l-341.333 170.667c0 0 0 0 0 0-34.133 17.067-76.8 17.067-115.2 0l-341.333-170.667c-42.667-21.333-68.267-64-68.267-110.933v-405.333c0-46.933 25.6-93.867 72.533-115.2l341.333-170.667c17.067-8.533 38.4-12.8 55.467-12.8 21.333 0 38.4 4.267 55.467 12.8l341.333 170.667c42.667 21.333 72.533 64 72.533 115.2v405.333c0 46.933-25.6 89.6-72.533 110.933zM494.933 840.534c4.267 4.267 12.8 4.267 17.067 4.267 8.533 0 12.8 0 17.067-4.267l315.733-157.867-332.8-166.4-332.8 166.4 315.733 157.867zM149.333 183.467c-12.8 8.533-21.333 25.6-21.333 38.4v392.533l341.333-170.667v-418.133l-320 157.867zM870.4 183.467l-315.733-157.867v418.133l341.333 170.667v-392.533c0-17.067-8.533-29.867-25.6-38.4z" />
|
||||
<glyph unicode="" glyph-name="briefcase" d="M853.333 682.667h-128v42.667c0 72.533-55.467 128-128 128h-170.667c-72.533 0-128-55.467-128-128v-42.667h-128c-72.533 0-128-55.467-128-128v-426.667c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v426.667c0 72.533-55.467 128-128 128zM384 725.334c0 25.6 17.067 42.667 42.667 42.667h170.667c25.6 0 42.667-17.067 42.667-42.667v-42.667h-256v42.667zM640 597.334v-512h-256v512h256zM128 128v426.667c0 25.6 17.067 42.667 42.667 42.667h128v-512h-128c-25.6 0-42.667 17.067-42.667 42.667zM896 128c0-25.6-17.067-42.667-42.667-42.667h-128v512h128c25.6 0 42.667-17.067 42.667-42.667v-426.667z" />
|
||||
<glyph unicode="" glyph-name="calendar" d="M810.667 810.667h-85.333v42.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-42.667h-256v42.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-42.667h-85.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM213.333 725.334h85.333v-42.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v42.667h256v-42.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v-128h-682.667v128c0 25.6 17.067 42.667 42.667 42.667zM810.667 42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v384h682.667v-384c0-25.6-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="camera" d="M896 725.334h-149.333l-72.533 110.933c-8.533 8.533-21.333 17.067-34.133 17.067h-256c-12.8 0-25.6-8.533-34.133-17.067l-72.533-110.933h-149.333c-72.533 0-128-55.467-128-128v-469.333c0-72.533 55.467-128 128-128h768c72.533 0 128 55.467 128 128v469.333c0 72.533-55.467 128-128 128zM938.667 128c0-25.6-17.067-42.667-42.667-42.667h-768c-25.6 0-42.667 17.067-42.667 42.667v469.333c0 25.6 17.067 42.667 42.667 42.667h170.667c12.8 0 25.6 8.533 34.133 17.067l72.533 110.933h209.067l72.533-110.933c12.8-8.533 25.6-17.067 38.4-17.067h170.667c25.6 0 42.667-17.067 42.667-42.667v-469.333zM512 597.334c-119.467 0-213.333-93.867-213.333-213.333s93.867-213.333 213.333-213.333 213.333 93.867 213.333 213.333-93.867 213.333-213.333 213.333zM512 256c-72.533 0-128 55.467-128 128s55.467 128 128 128 128-55.467 128-128-55.467-128-128-128z" />
|
||||
<glyph unicode="" glyph-name="camera-off" d="M925.867 72.534c0 0 0 0 0 0l-640 640c0 0 0 0 0 0l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l140.8-140.8h-25.6c-72.533 0-128-55.467-128-128v-469.333c0-72.533 55.467-128 128-128h750.933l72.533-72.533c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-85.333 85.333zM405.333 456.534c4.267 4.267 4.267 4.267 8.533 8.533l179.2-179.2c-17.067-12.8-38.4-25.6-59.733-29.867-34.133-4.267-68.267 0-93.867 21.333-29.867 21.333-46.933 46.933-55.467 81.067-4.267 34.133 4.267 68.267 21.333 98.133zM128 85.334c-25.6 0-42.667 17.067-42.667 42.667v469.333c0 25.6 17.067 42.667 42.667 42.667h110.933l115.2-115.2c-8.533-8.533-12.8-12.8-17.067-21.333-34.133-46.933-42.667-102.4-34.133-157.867s42.667-106.667 89.6-136.533c34.133-25.6 76.8-38.4 119.467-38.4 12.8 0 25.6 0 38.4 4.267 38.4 8.533 72.533 25.6 102.4 51.2l140.8-140.8h-665.6zM896 725.334h-149.333l-72.533 110.933c-8.533 8.533-21.333 17.067-34.133 17.067h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h234.667l72.533-110.933c8.533-8.533 21.333-17.067 34.133-17.067h170.667c25.6 0 42.667-17.067 42.667-42.667v-396.8c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v396.8c0 72.533-55.467 128-128 128z" />
|
||||
<glyph unicode="" glyph-name="cast" d="M93.867 294.4c-21.333 4.267-46.933-12.8-51.2-34.133s8.533-46.933 34.133-51.2c68.267-12.8 119.467-64 132.267-132.267 4.267-21.333 21.333-34.133 42.667-34.133 4.267 0 4.267 0 8.533 0 21.333 4.267 38.4 25.6 34.133 51.2-21.333 102.4-98.133 179.2-200.533 200.533zM853.333 810.667h-682.667c-72.533 0-128-55.467-128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-512c0-25.6-17.067-42.667-42.667-42.667h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c72.533 0 128 55.467 128 128v512c0 72.533-55.467 128-128 128zM89.6 465.067c-21.333 4.267-42.667-12.8-46.933-38.4-4.267-21.333 12.8-42.667 38.4-46.933 157.867-17.067 281.6-140.8 302.933-302.933 0-17.067 17.067-34.133 38.4-34.133 0 0 4.267 0 4.267 0 21.333 4.267 38.4 25.6 38.4 46.933-21.333 200.533-174.933 354.133-375.467 375.467zM55.467 115.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="check" d="M883.2 712.534c-17.067 17.067-42.667 17.067-59.733 0l-439.467-439.467-183.467 183.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l469.333 469.333c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="check-circle" d="M938.667 507.734c-25.6 0-42.667-17.067-42.667-42.667v-38.4c0-213.333-170.667-384-384-384 0 0 0 0 0 0-213.333 0-384 170.667-384 384s170.667 384 384 384c0 0 0 0 0 0 55.467 0 106.667-12.8 157.867-34.133 21.333-8.533 46.933 0 55.467 21.333s0 46.933-21.333 55.467c-59.733 25.6-123.733 42.667-192 42.667 0 0 0 0 0 0-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333c0 0 0 0 0 0 260.267 0 469.333 209.067 469.333 469.333v38.4c0 25.6-17.067 42.667-42.667 42.667zM413.867 499.2c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l128-128c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l426.667 426.667c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-396.8-396.8-98.133 98.133z" />
|
||||
<glyph unicode="" glyph-name="check-square" d="M968.533 797.867c-17.067 17.067-42.667 17.067-59.733 0l-396.8-396.8-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l128-128c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l426.667 426.667c17.067 17.067 17.067 42.667 0 59.733zM896 469.334c-25.6 0-42.667-17.067-42.667-42.667v-298.667c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h469.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-469.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v298.667c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="chevron-down" d="M797.867 584.534c-17.067 17.067-42.667 17.067-59.733 0l-226.133-226.133-226.133 226.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l256-256c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l256 256c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="chevron-left" d="M443.733 426.667l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-256-256c-17.067-17.067-17.067-42.667 0-59.733l256-256c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-226.133 226.133z" />
|
||||
<glyph unicode="" glyph-name="chevron-right" d="M669.867 456.534l-256 256c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l226.133-226.133-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l256 256c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="chevron-up" d="M797.867 328.534l-256 256c-17.067 17.067-42.667 17.067-59.733 0l-256-256c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l226.133 226.133 226.133-226.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="chevrons-down" d="M695.467 413.867l-183.467-183.467-183.467 183.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0zM482.133 439.467c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-183.467-183.467-183.467 183.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333z" />
|
||||
<glyph unicode="" glyph-name="chevrons-left" d="M315.733 426.667l183.467 183.467c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733l213.333-213.333c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-183.467 183.467zM614.4 426.667l183.467 183.467c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733l213.333-213.333c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-183.467 183.467z" />
|
||||
<glyph unicode="" glyph-name="chevrons-right" d="M797.867 456.534l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l183.467-183.467-183.467-183.467c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733zM499.2 456.534l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l183.467-183.467-183.467-183.467c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="chevrons-up" d="M328.533 439.467l183.467 183.467 183.467-183.467c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0zM541.867 413.867c-17.067 17.067-42.667 17.067-59.733 0l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l183.467 183.467 183.467-183.467c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-213.333 213.333z" />
|
||||
<glyph unicode="" glyph-name="chrome" d="M942.933 610.134c0 4.267 0 4.267 0 0-76.8 170.667-238.933 285.867-430.933 285.867-153.6 0-290.133-72.533-375.467-187.733 0-4.267-4.267-4.267-4.267-8.533-55.467-76.8-89.6-170.667-89.6-273.067 0-238.933 179.2-435.2 409.6-465.067 0 0 4.267 0 4.267 0 17.067 0 34.133-4.267 51.2-4.267 260.267 0 469.333 209.067 469.333 469.333 4.267 64-8.533 128-34.133 183.467zM512 810.667c132.267 0 251.733-68.267 320-170.667h-320c-89.6 0-162.133-55.467-196.267-128l-93.867 162.133c68.267 85.333 174.933 136.533 290.133 136.533zM640 426.667c0-72.533-55.467-128-128-128s-128 55.467-128 128 55.467 128 128 128 128-55.467 128-128zM128 426.667c0 59.733 12.8 119.467 38.4 170.667l157.867-277.333c0 0 0-4.267 4.267-4.267 38.4-59.733 106.667-102.4 183.467-102.4 8.533 0 17.067 0 25.6 4.267l-98.133-166.4c-174.933 29.867-311.467 187.733-311.467 375.467zM537.6 42.667l157.867 277.333c0 0 0 4.267 0 4.267 17.067 29.867 25.6 64 25.6 102.4 0 46.933-17.067 93.867-42.667 128h192c12.8-38.4 21.333-81.067 21.333-128 4.267-204.8-153.6-371.2-354.133-384z" />
|
||||
<glyph unicode="" glyph-name="circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384z" />
|
||||
<glyph unicode="" glyph-name="clipboard" d="M768 810.667h-42.667c0 46.933-38.4 85.333-85.333 85.333h-256c-46.933 0-85.333-38.4-85.333-85.333h-42.667c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM384 810.667h256v-85.333h-256v42.667c0 0 0 0 0 0s0 0 0 0v42.667zM810.667 85.334c0-25.6-17.067-42.667-42.667-42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h42.667c0-46.933 38.4-85.333 85.333-85.333h256c46.933 0 85.333 38.4 85.333 85.333h42.667c25.6 0 42.667-17.067 42.667-42.667v-597.333z" />
|
||||
<glyph unicode="" glyph-name="clock" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM699.733 379.734l-145.067 72.533v230.4c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256c0-17.067 8.533-29.867 25.6-38.4l170.667-85.333c4.267-4.267 8.533-4.267 17.067-4.267 17.067 0 29.867 8.533 38.4 25.6s0 42.667-21.333 55.467z" />
|
||||
<glyph unicode="" glyph-name="cloud" d="M768 554.667h-21.333c-29.867 85.333-89.6 157.867-166.4 204.8-89.6 51.2-192 68.267-290.133 42.667-102.4-29.867-183.467-93.867-238.933-179.2-51.2-89.6-68.267-192-42.667-290.133 42.667-170.667 196.267-290.133 371.2-290.133 0 0 0 0 0 0h384c140.8 0 256 115.2 256 256s-110.933 256-251.733 256zM768 128h-384c0 0 0 0 0 0-136.533 0-256 93.867-290.133 221.867-21.333 81.067-8.533 157.867 34.133 230.4s106.667 119.467 183.467 136.533c21.333 4.267 46.933 8.533 72.533 8.533 132.267 0 256-89.6 290.133-226.133 4.267-17.067 21.333-34.133 42.667-34.133h51.2c93.867 0 170.667-76.8 170.667-170.667 0-89.6-76.8-166.4-170.667-166.4z" />
|
||||
<glyph unicode="" glyph-name="cloud-drizzle" d="M341.333 170.667c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM341.333 426.667c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM682.667 170.667c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM682.667 426.667c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM512 85.334c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM512 341.334c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM1002.667 529.067c-42.667 93.867-132.267 153.6-234.667 153.6h-21.333c-64 187.733-264.533 294.4-456.533 243.2-209.067-51.2-332.8-260.267-277.333-469.333 21.333-81.067 68.267-153.6 132.267-204.8 17.067-12.8 46.933-12.8 59.733 8.533 12.8 17.067 12.8 46.933-8.533 59.733-51.2 38.4-85.333 98.133-102.4 157.867-42.667 157.867 55.467 324.267 213.333 362.667 157.867 42.667 324.267-55.467 362.667-213.333 4.267-17.067 21.333-34.133 42.667-34.133h55.467c68.267 0 128-38.4 157.867-102.4 17.067-42.667 21.333-89.6 4.267-132.267s-46.933-76.8-89.6-93.867c-21.333-8.533-29.867-34.133-21.333-55.467 8.533-17.067 21.333-25.6 38.4-25.6 4.267 0 12.8 0 17.067 4.267 64 25.6 110.933 76.8 136.533 140.8 21.333 68.267 17.067 136.533-8.533 200.533z" />
|
||||
<glyph unicode="" glyph-name="cloud-lightning" d="M1019.733 477.867c-25.6 119.467-132.267 204.8-251.733 204.8 0 0 0 0 0 0h-21.333c-64 187.733-264.533 294.4-456.533 243.2-102.4-25.6-183.467-89.6-238.933-174.933-51.2-89.6-68.267-192-42.667-290.133 25.6-102.4 93.867-187.733 187.733-238.933 21.333-12.8 46.933-8.533 59.733 12.8s4.267 46.933-17.067 59.733c-72.533 38.4-123.733 106.667-145.067 187.733-21.333 76.8-8.533 153.6 34.133 226.133 38.4 68.267 106.667 119.467 183.467 136.533 157.867 42.667 324.267-55.467 362.667-213.333 4.267-17.067 21.333-34.133 42.667-34.133h51.2c0 0 0 0 0 0 81.067 0 149.333-55.467 166.4-136.533 17.067-93.867-42.667-183.467-132.267-200.533-21.333-4.267-38.4-25.6-34.133-51.2 4.267-21.333 21.333-34.133 42.667-34.133 4.267 0 4.267 0 8.533 0 136.533 29.867 226.133 166.4 200.533 302.933zM640 256h-174.933l128 187.733c12.8 21.333 8.533 46.933-12.8 59.733s-46.933 8.533-59.733-12.8l-170.667-256c-8.533-12.8-8.533-29.867 0-42.667 4.267-12.8 17.067-21.333 34.133-21.333h174.933l-128-187.733c-12.8-21.333-8.533-46.933 12.8-59.733 8.533-4.267 17.067-8.533 25.6-8.533 12.8 0 25.6 8.533 34.133 17.067l170.667 256c8.533 12.8 8.533 29.867 0 42.667s-17.067 25.6-34.133 25.6z" />
|
||||
<glyph unicode="" glyph-name="cloud-off" d="M409.6 725.334c128-12.8 230.4-102.4 264.533-221.867 4.267-17.067 21.333-34.133 42.667-34.133h51.2c0 0 0 0 0 0 21.333 0 46.933-4.267 68.267-12.8 85.333-38.4 128-136.533 89.6-221.867-8.533-21.333 0-46.933 21.333-55.467 4.267-4.267 12.8-4.267 17.067-4.267 17.067 0 34.133 8.533 38.4 25.6 55.467 128-4.267 281.6-136.533 337.067-29.867 8.533-64 17.067-98.133 17.067h-21.333c-51.2 140.8-179.2 243.2-328.533 256-25.6 0-42.667-17.067-46.933-38.4-4.267-25.6 17.067-42.667 38.4-46.933zM72.533 925.867c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l132.267-132.267c-64-51.2-110.933-119.467-136.533-200.533-29.867-98.133-17.067-200.533 34.133-290.133 68.267-123.733 196.267-200.533 337.067-200.533 0 0 4.267 0 4.267 0h384c21.333 0 38.4 4.267 59.733 8.533l123.733-123.733c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-938.667 938.667zM384 128c-110.933-4.267-213.333 55.467-264.533 153.6-38.4 68.267-46.933 149.333-25.6 226.133 17.067 68.267 59.733 123.733 115.2 162.133l541.867-541.867h-366.933z" />
|
||||
<glyph unicode="" glyph-name="cloud-rain" d="M682.667 426.667c-25.6 0-42.667-17.067-42.667-42.667v-341.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v341.333c0 25.6-17.067 42.667-42.667 42.667zM341.333 426.667c-25.6 0-42.667-17.067-42.667-42.667v-341.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v341.333c0 25.6-17.067 42.667-42.667 42.667zM512 341.334c-25.6 0-42.667-17.067-42.667-42.667v-341.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v341.333c0 25.6-17.067 42.667-42.667 42.667zM1002.667 529.067c-42.667 93.867-132.267 153.6-234.667 153.6h-21.333c-64 187.733-264.533 294.4-456.533 243.2-209.067-51.2-332.8-260.267-277.333-469.333 21.333-81.067 68.267-153.6 132.267-204.8 17.067-12.8 46.933-12.8 59.733 8.533 12.8 17.067 12.8 46.933-8.533 59.733-51.2 38.4-85.333 98.133-102.4 157.867-42.667 157.867 55.467 324.267 213.333 362.667 157.867 42.667 324.267-55.467 362.667-213.333 4.267-17.067 21.333-34.133 42.667-34.133h55.467c68.267 0 128-38.4 157.867-102.4 17.067-42.667 21.333-89.6 4.267-132.267s-46.933-76.8-89.6-93.867c-21.333-8.533-29.867-34.133-21.333-55.467 8.533-17.067 21.333-25.6 38.4-25.6 4.267 0 12.8 0 17.067 4.267 64 25.6 110.933 76.8 136.533 140.8 21.333 68.267 17.067 136.533-8.533 200.533z" />
|
||||
<glyph unicode="" glyph-name="cloud-snow" d="M1002.667 486.4c-42.667 93.867-132.267 153.6-234.667 153.6h-21.333c-64 187.733-264.533 294.4-456.533 243.2-209.067-51.2-332.8-260.267-277.333-469.333 21.333-81.067 68.267-153.6 132.267-204.8 17.067-12.8 46.933-12.8 59.733 8.533 12.8 17.067 12.8 46.933-8.533 59.733-51.2 38.4-85.333 98.133-102.4 157.867-42.667 157.867 55.467 324.267 213.333 362.667 157.867 42.667 324.267-55.467 362.667-213.333 4.267-17.067 21.333-34.133 42.667-34.133h55.467c68.267 0 128-38.4 157.867-102.4 17.067-42.667 21.333-89.6 4.267-132.267s-46.933-76.8-89.6-93.867c-21.333-8.533-29.867-34.133-21.333-55.467 8.533-17.067 21.333-25.6 38.4-25.6 4.267 0 12.8 0 17.067 4.267 64 25.6 110.933 76.8 136.533 140.8 21.333 68.267 17.067 136.533-8.533 200.533zM311.467 285.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM311.467 115.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM482.133 200.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM482.133 29.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM652.8 285.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM652.8 115.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="code" d="M968.533 456.534l-256 256c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l226.133-226.133-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l256 256c17.067 17.067 17.067 42.667 0 59.733zM371.2 712.534c-17.067 17.067-42.667 17.067-59.733 0l-256-256c-17.067-17.067-17.067-42.667 0-59.733l256-256c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-226.133 226.133 226.133 226.133c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="codepen" d="M981.333 268.8c0 4.267 0 4.267 0 8.533v298.667c0 4.267 0 4.267 0 8.533 0 0 0 0 0 4.267s-4.267 8.533-4.267 12.8c0 0 0 0 0 0s0 0 0 0c-4.267 4.267-4.267 8.533-8.533 8.533v0c0 0 0 0 0 0l-426.667 277.333c0 0-4.267 0-4.267 0s-4.267 0-4.267 0c-8.533 4.267-21.333 4.267-29.867 0 0 0-4.267 0-4.267 0s-4.267 0-4.267 0l-426.667-277.333c-8.533 0-12.8-4.267-17.067-8.533 0 0 0 0 0 0s0 0 0 0c-4.267-8.533-4.267-12.8-8.533-17.067 0 0 0 0 0-4.267s0-4.267 0-8.533v-298.667c0-4.267 0-4.267 0-8.533 0 0 0 0 0-4.267s4.267-8.533 4.267-12.8c0 0 0 0 0 0s0 0 0 0c4.267-4.267 4.267-8.533 8.533-8.533l426.667-277.333c0 0 4.267 0 4.267 0s4.267 0 4.267 0 8.533-4.267 12.8-4.267 8.533 0 12.8 4.267c0 0 4.267 0 4.267 0s4.267 0 4.267 0l426.667 277.333c4.267 4.267 8.533 8.533 12.8 8.533 0 0 0 0 0 0s0 0 0 0c12.8 12.8 12.8 17.067 17.067 21.333 0 0 0 0 0 0zM128 494.934l98.133-68.267-98.133-68.267v136.533zM512 328.534l-140.8 98.133 140.8 98.133 140.8-98.133-140.8-98.133zM554.667 597.334v179.2l307.2-200.533-136.533-98.133-170.667 119.467zM469.333 597.334l-170.667-119.467-136.533 98.133 307.2 200.533v-179.2zM298.667 375.467l170.667-119.467v-174.933l-307.2 200.533 136.533 93.867zM554.667 256l170.667 119.467 136.533-93.867-307.2-204.8v179.2zM797.867 426.667l98.133 68.267v-136.533l-98.133 68.267z" />
|
||||
<glyph unicode="" glyph-name="command" d="M768 341.334h-85.333v170.667h85.333c93.867 0 170.667 76.8 170.667 170.667s-76.8 170.667-170.667 170.667-170.667-76.8-170.667-170.667v-85.333h-170.667v85.333c0 93.867-76.8 170.667-170.667 170.667s-170.667-76.8-170.667-170.667 76.8-170.667 170.667-170.667h85.333v-170.667h-85.333c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667 170.667 76.8 170.667 170.667v85.333h170.667v-85.333c0-93.867 76.8-170.667 170.667-170.667s170.667 76.8 170.667 170.667-76.8 170.667-170.667 170.667zM682.667 682.667c0 46.933 38.4 85.333 85.333 85.333s85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333h-85.333v85.333zM341.333 170.667c0-46.933-38.4-85.333-85.333-85.333s-85.333 38.4-85.333 85.333 38.4 85.333 85.333 85.333h85.333v-85.333zM341.333 597.334h-85.333c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333v-85.333zM597.333 341.334h-170.667v170.667h170.667v-170.667zM768 85.334c-46.933 0-85.333 38.4-85.333 85.333v85.333h85.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="compass" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM678.4 648.534l-268.8-89.6c-12.8-4.267-25.6-17.067-29.867-29.867l-89.6-273.067c-4.267-17.067 0-34.133 8.533-42.667s17.067-12.8 29.867-12.8c4.267 0 8.533 0 12.8 4.267l273.067 89.6c12.8 4.267 21.333 12.8 25.6 25.6l89.6 273.067c4.267 17.067 0 34.133-8.533 42.667-8.533 12.8-25.6 17.067-42.667 12.8zM567.467 371.2l-170.667-55.467 55.467 170.667 170.667 55.467-55.467-170.667z" />
|
||||
<glyph unicode="" glyph-name="copy" d="M853.333 597.334h-384c-72.533 0-128-55.467-128-128v-384c0-72.533 55.467-128 128-128h384c72.533 0 128 55.467 128 128v384c0 72.533-55.467 128-128 128zM896 85.334c0-25.6-17.067-42.667-42.667-42.667h-384c-25.6 0-42.667 17.067-42.667 42.667v384c0 25.6 17.067 42.667 42.667 42.667h384c25.6 0 42.667-17.067 42.667-42.667v-384zM213.333 341.334h-42.667c-25.6 0-42.667 17.067-42.667 42.667v384c0 25.6 17.067 42.667 42.667 42.667h384c25.6 0 42.667-17.067 42.667-42.667v-42.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v42.667c0 72.533-55.467 128-128 128h-384c-72.533 0-128-55.467-128-128v-384c0-72.533 55.467-128 128-128h42.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="corner-down-left" d="M853.333 810.667c-25.6 0-42.667-17.067-42.667-42.667v-298.667c0-72.533-55.467-128-128-128h-409.6l140.8 140.8c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-213.333-213.333c-4.267-4.267-8.533-8.533-8.533-12.8-4.267-8.533-4.267-21.333 0-34.133 4.267-4.267 4.267-8.533 8.533-12.8l213.333-213.333c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-140.8 140.8h409.6c119.467 0 213.333 93.867 213.333 213.333v298.667c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="corner-down-right" d="M891.733 281.6c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l140.8-140.8h-409.6c-72.533 0-128 55.467-128 128v298.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-298.667c0-119.467 93.867-213.333 213.333-213.333h409.6l-140.8-140.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c4.267 4.267 8.533 8.533 8.533 12.8z" />
|
||||
<glyph unicode="" glyph-name="corner-left-down" d="M853.333 810.667h-298.667c-119.467 0-213.333-93.867-213.333-213.333v-409.6l-140.8 140.8c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-140.8-140.8v409.6c0 72.533 55.467 128 128 128h298.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="corner-left-up" d="M853.333 128h-298.667c-72.533 0-128 55.467-128 128v409.6l140.8-140.8c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-213.333 213.333c-4.267 4.267-8.533 8.533-12.8 8.533-12.8 4.267-21.333 4.267-34.133 0-4.267 0-8.533-4.267-12.8-8.533l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l140.8 140.8v-409.6c0-119.467 93.867-213.333 213.333-213.333h298.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="corner-right-down" d="M883.2 328.534c-17.067 17.067-42.667 17.067-59.733 0l-140.8-140.8v409.6c0 119.467-93.867 213.333-213.333 213.333h-298.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h298.667c72.533 0 128-55.467 128-128v-409.6l-140.8 140.8c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="corner-right-up" d="M883.2 584.534l-213.333 213.333c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l140.8 140.8v-409.6c0-72.533-55.467-128-128-128h-298.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h298.667c119.467 0 213.333 93.867 213.333 213.333v409.6l140.8-140.8c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="corner-up-left" d="M682.667 597.334h-409.6l140.8 140.8c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-213.333-213.333c-4.267-4.267-8.533-8.533-8.533-12.8-4.267-12.8-4.267-21.333 0-34.133 4.267-4.267 4.267-8.533 8.533-12.8l213.333-213.333c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-140.8 140.8h409.6c72.533 0 128-55.467 128-128v-298.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v298.667c0 119.467-93.867 213.333-213.333 213.333z" />
|
||||
<glyph unicode="" glyph-name="corner-up-right" d="M891.733 537.6c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l140.8-140.8h-409.6c-119.467 0-213.333-93.867-213.333-213.333v-298.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v298.667c0 72.533 55.467 128 128 128h409.6l-140.8-140.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c4.267 4.267 8.533 8.533 8.533 12.8z" />
|
||||
<glyph unicode="" glyph-name="cpu" d="M640 597.334h-256c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667zM597.333 341.334h-170.667v170.667h170.667v-170.667zM981.333 384h-85.333v128h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333v85.333c0 72.533-55.467 128-128 128h-85.333v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333h-170.667v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333h-85.333c-72.533 0-128-55.467-128-128v-85.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-128h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-128c0-72.533 55.467-128 128-128h85.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h170.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h85.333c72.533 0 128 55.467 128 128v128h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM810.667 170.667c0-25.6-17.067-42.667-42.667-42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v512c0 25.6 17.067 42.667 42.667 42.667h512c25.6 0 42.667-17.067 42.667-42.667v-512z" />
|
||||
<glyph unicode="" glyph-name="credit-card" d="M896 810.667h-768c-72.533 0-128-55.467-128-128v-512c0-72.533 55.467-128 128-128h768c72.533 0 128 55.467 128 128v512c0 72.533-55.467 128-128 128zM128 725.334h768c25.6 0 42.667-17.067 42.667-42.667v-128h-853.333v128c0 25.6 17.067 42.667 42.667 42.667zM896 128h-768c-25.6 0-42.667 17.067-42.667 42.667v298.667h853.333v-298.667c0-25.6-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="crop" d="M981.333 213.334h-170.667v384c0 72.533-55.467 128-128 128l-379.733-4.267v174.933c0 25.6-17.067 42.667-42.667 42.667 0 0 0 0 0 0-21.333 0-42.667-17.067-42.667-42.667v-174.933h-174.933c-25.6 0-42.667-21.333-42.667-42.667s21.333-42.667 42.667-42.667c0 0 0 0 0 0h174.933l-4.267-379.733c0-72.533 55.467-128 128-128h384v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667h170.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM341.333 213.334c-25.6 0-42.667 17.067-42.667 42.667l4.267 379.733 379.733 4.267c25.6 0 42.667-17.067 42.667-42.667v-384h-384z" />
|
||||
<glyph unicode="" glyph-name="crosshair" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM554.667 46.934v123.733c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-123.733c-179.2 21.333-320 162.133-337.067 337.067h123.733c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-123.733c17.067 179.2 157.867 320 337.067 337.067v-123.733c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v123.733c179.2-21.333 320-162.133 337.067-337.067h-123.733c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h123.733c-17.067-179.2-157.867-320-337.067-337.067z" />
|
||||
<glyph unicode="" glyph-name="database" d="M512 896c-204.8 0-426.667-55.467-426.667-170.667v-597.333c0-115.2 221.867-170.667 426.667-170.667s426.667 55.467 426.667 170.667v597.333c0 115.2-221.867 170.667-426.667 170.667zM853.333 426.667c0-21.333-106.667-85.333-341.333-85.333s-341.333 64-341.333 85.333v192c81.067-42.667 213.333-64 341.333-64s260.267 21.333 341.333 64v-192zM512 810.667c221.867 0 341.333-64 341.333-85.333s-119.467-85.333-341.333-85.333c-221.867 0-341.333 64-341.333 85.333s119.467 85.333 341.333 85.333zM512 42.667c-234.667 0-341.333 64-341.333 85.333v192c81.067-42.667 213.333-64 341.333-64s260.267 21.333 341.333 64v-192c0-21.333-106.667-85.333-341.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="delete" d="M896 810.667h-554.667c-12.8 0-25.6-4.267-34.133-12.8l-298.667-341.333c-12.8-17.067-12.8-38.4 0-55.467l298.667-341.333c8.533-12.8 21.333-17.067 34.133-17.067h554.667c72.533 0 128 55.467 128 128v512c0 72.533-55.467 128-128 128zM938.667 170.667c0-25.6-17.067-42.667-42.667-42.667h-533.333l-260.267 298.667 260.267 298.667h533.333c25.6 0 42.667-17.067 42.667-42.667v-512zM797.867 584.534c-17.067 17.067-42.667 17.067-59.733 0l-98.133-98.133-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l98.133 98.133 98.133-98.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133 98.133 98.133c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="disc" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM512 597.334c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667c93.867 0 170.667 76.8 170.667 170.667s-76.8 170.667-170.667 170.667zM512 341.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="dollar-sign" d="M618.667 469.334h-64v213.333h170.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-170.667v128c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-128h-64c-106.667 0-192-85.333-192-192s85.333-192 192-192h64v-213.333h-213.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h213.333v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128h64c106.667 0 192 85.333 192 192s-85.333 192-192 192zM405.333 469.334c-59.733 0-106.667 46.933-106.667 106.667s46.933 106.667 106.667 106.667h64v-213.333h-64zM618.667 170.667h-64v213.333h64c59.733 0 106.667-46.933 106.667-106.667s-46.933-106.667-106.667-106.667z" />
|
||||
<glyph unicode="" glyph-name="download" d="M896 341.334c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-170.667c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v170.667c0 25.6-17.067 42.667-42.667 42.667zM482.133 268.8c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l213.333 213.333c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-140.8-140.8v409.6c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-409.6l-140.8 140.8c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333z" />
|
||||
<glyph unicode="" glyph-name="download-cloud" d="M652.8 243.2l-98.133-98.133v281.6c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-281.6l-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l170.667-170.667c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l170.667 170.667c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0zM977.067 490.667c-46.933 64-123.733 106.667-209.067 106.667 0 0 0 0 0 0h-21.333c-64 187.733-264.533 294.4-456.533 243.2-102.4-25.6-183.467-85.333-238.933-174.933-51.2-89.6-68.267-192-42.667-290.133 17.067-59.733 42.667-115.2 85.333-157.867 17.067-17.067 42.667-21.333 59.733-4.267s21.333 42.667 4.267 59.733c-29.867 34.133-55.467 76.8-64 123.733-21.333 76.8-8.533 157.867 34.133 226.133s106.667 119.467 183.467 136.533c157.867 42.667 324.267-55.467 362.667-213.333 4.267-17.067 21.333-34.133 42.667-34.133h51.2c0 0 0 0 0 0 55.467 0 106.667-25.6 140.8-72.533 25.6-38.4 38.4-81.067 29.867-128s-34.133-85.333-68.267-110.933c-21.333-12.8-25.6-38.4-8.533-59.733 8.533-12.8 21.333-17.067 34.133-17.067 8.533 0 17.067 4.267 25.6 8.533 55.467 38.4 93.867 98.133 106.667 166.4s-12.8 132.267-51.2 192z" />
|
||||
<glyph unicode="" glyph-name="droplet" d="M785.067 614.4l-243.2 238.933c-8.533 8.533-17.067 12.8-29.867 12.8v0c-12.8 0-21.333-4.267-29.867-12.8l-238.933-238.933c0 0 0 0 0 0-76.8-72.533-115.2-170.667-115.2-273.067s38.4-200.533 110.933-273.067c72.533-72.533 170.667-110.933 273.067-110.933 0 0 0 0 0 0 102.4 0 200.533 38.4 273.067 110.933 149.333 149.333 149.333 392.533 0 546.133zM725.333 128c-59.733-55.467-132.267-85.333-213.333-85.333 0 0 0 0 0 0-81.067 0-153.6 29.867-209.067 85.333-59.733 59.733-89.6 132.267-89.6 213.333s29.867 153.6 85.333 209.067c0 0 0 0 0 0l209.067 213.333 213.333-213.333c119.467-115.2 119.467-302.933 4.267-422.4z" />
|
||||
<glyph unicode="" glyph-name="edit" d="M853.333 354.134c-25.6 0-42.667-17.067-42.667-42.667v-226.133c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h226.133c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-226.133c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v226.133c0 25.6-17.067 42.667-42.667 42.667zM968.533 712.534l-170.667 170.667c-17.067 17.067-42.667 17.067-59.733 0l-426.667-426.667c-8.533-8.533-12.8-17.067-12.8-29.867v-170.667c0-25.6 17.067-42.667 42.667-42.667h170.667c12.8 0 21.333 4.267 29.867 12.8l426.667 426.667c17.067 17.067 17.067 42.667 0 59.733zM494.933 298.667h-110.933v110.933l384 384 110.933-110.933-384-384z" />
|
||||
<glyph unicode="" glyph-name="edit-2" d="M925.867 627.2l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0l-554.667-554.667c-8.533-8.533-12.8-17.067-12.8-29.867v-213.333c0-25.6 17.067-42.667 42.667-42.667h213.333c12.8 0 21.333 4.267 29.867 12.8l554.667 554.667c17.067 17.067 17.067 42.667 0 59.733zM324.267 85.334h-153.6v153.6l512 512 153.6-153.6-512-512z" />
|
||||
<glyph unicode="" glyph-name="edit-3" d="M128 170.667h170.667c12.8 0 21.333 4.267 29.867 12.8l469.333 469.333c17.067 17.067 17.067 42.667 0 59.733l-170.667 170.667c-17.067 17.067-42.667 17.067-59.733 0l-469.333-469.333c-8.533-8.533-12.8-17.067-12.8-29.867v-170.667c0-25.6 17.067-42.667 42.667-42.667zM170.667 366.934l426.667 426.667 110.933-110.933-426.667-426.667h-110.933v110.933zM896 42.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="external-link" d="M768 426.667c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6-17.067-42.667-42.667-42.667h-469.333c-25.6 0-42.667 17.067-42.667 42.667v469.333c0 25.6 17.067 42.667 42.667 42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-256c-72.533 0-128-55.467-128-128v-469.333c0-72.533 55.467-128 128-128h469.333c72.533 0 128 55.467 128 128v256c0 25.6-17.067 42.667-42.667 42.667zM934.4 827.734c-4.267 8.533-12.8 17.067-21.333 21.333-4.267 4.267-12.8 4.267-17.067 4.267h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h153.6l-396.8-396.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l396.8 396.8v-153.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 4.267 0 12.8-4.267 17.067z" />
|
||||
<glyph unicode="" glyph-name="eye" d="M1019.733 443.734c-8.533 17.067-187.733 366.933-507.733 366.933s-499.2-349.867-507.733-366.933c-4.267-12.8-4.267-25.6 0-38.4 8.533-12.8 187.733-362.667 507.733-362.667s499.2 349.867 507.733 366.933c4.267 8.533 4.267 25.6 0 34.133zM512 128c-230.4 0-379.733 230.4-422.4 298.667 38.4 68.267 192 298.667 422.4 298.667s379.733-230.4 422.4-298.667c-42.667-68.267-192-298.667-422.4-298.667zM512 597.334c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667c93.867 0 170.667 76.8 170.667 170.667s-76.8 170.667-170.667 170.667zM512 341.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="eye-off" d="M430.933 716.8c25.6 4.267 55.467 8.533 81.067 8.533 230.4 0 379.733-230.4 422.4-298.667-21.333-38.4-46.933-76.8-76.8-106.667-17.067-17.067-12.8-46.933 4.267-59.733 8.533-8.533 17.067-8.533 25.6-8.533 12.8 0 25.6 4.267 34.133 17.067 38.4 42.667 68.267 93.867 98.133 145.067 8.533 12.8 8.533 25.6 0 38.4-8.533 8.533-187.733 358.4-507.733 358.4-34.133 0-68.267-4.267-98.133-12.8-25.6-4.267-38.4-25.6-34.133-51.2 8.533-21.333 29.867-34.133 51.2-29.867zM1011.2-12.8l-938.667 938.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l183.467-183.467c-76.8-68.267-140.8-145.067-192-234.667-8.533-12.8-8.533-25.6 0-38.4 8.533-17.067 187.733-366.933 507.733-366.933 89.6 0 174.933 25.6 247.467 76.8l192-192c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733zM426.667 452.267l106.667-106.667c-8.533-4.267-17.067-4.267-25.6-4.267-21.333 0-42.667 8.533-59.733 21.333-17.067 17.067-25.6 38.4-25.6 59.733 0 8.533 4.267 17.067 4.267 29.867zM512 128c-230.4 0-379.733 230.4-422.4 298.667 42.667 76.8 98.133 140.8 166.4 196.267l106.667-110.933c-17.067-29.867-25.6-64-25.6-98.133 0-46.933 21.333-89.6 55.467-119.467 29.867-29.867 72.533-46.933 115.2-46.933 0 0 4.267 0 4.267 0 29.867 0 59.733 12.8 85.333 25.6l98.133-98.133c-55.467-29.867-119.467-46.933-183.467-46.933z" />
|
||||
<glyph unicode="" glyph-name="facebook" d="M768 640c25.6 0 42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667h-128c-140.8 0-256-115.2-256-256v-85.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667h85.333v-298.667c0-25.6 17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667v298.667h85.333c21.333 0 38.4 12.8 42.667 34.133l42.667 170.667c4.267 12.8 0 25.6-8.533 38.4s-21.333 12.8-34.133 12.8h-128v85.333h128zM597.333 469.334h115.2l-21.333-85.333h-93.867c-25.6 0-42.667-17.067-42.667-42.667v-298.667h-85.333v298.667c0 25.6-17.067 42.667-42.667 42.667h-85.333v85.333h85.333c25.6 0 42.667 17.067 42.667 42.667v128c0 93.867 76.8 170.667 170.667 170.667h85.333v-85.333h-85.333c-46.933 0-85.333-38.4-85.333-85.333v-128c0-25.6 17.067-42.667 42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="fast-forward" d="M964.267 460.8l-384 298.667c-12.8 8.533-29.867 12.8-46.933 4.267-12.8-8.533-21.333-21.333-21.333-38.4v-597.333c0-17.067 8.533-29.867 25.6-38.4 4.267-4.267 12.8-4.267 17.067-4.267 8.533 0 17.067 4.267 25.6 8.533l384 298.667c8.533 8.533 17.067 21.333 17.067 34.133s-4.267 25.6-17.067 34.133zM597.333 213.334v426.667l273.067-213.333-273.067-213.333zM110.933 759.467c-12.8 8.533-29.867 12.8-42.667 4.267-17.067-8.533-25.6-21.333-25.6-38.4v-597.333c0-17.067 8.533-29.867 25.6-38.4 4.267-4.267 12.8-4.267 17.067-4.267 8.533 0 17.067 4.267 25.6 8.533l384 298.667c8.533 8.533 17.067 21.333 17.067 34.133s-4.267 25.6-17.067 34.133l-384 298.667zM128 213.334v426.667l273.067-213.333-273.067-213.333z" />
|
||||
<glyph unicode="" glyph-name="feather" d="M891.733 810.667c-115.2 115.2-307.2 115.2-422.4 0l-285.867-290.133c-8.533-8.533-12.8-17.067-12.8-29.867v-345.6l-115.2-115.2c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l115.2 115.2h345.6c12.8 0 21.333 4.267 29.867 12.8l285.867 290.133c119.467 115.2 119.467 302.933 0 422.4zM558.933 170.667h-243.2l85.333 85.333h243.2l-85.333-85.333zM832 448c0 0 0 0 0 0l-102.4-106.667c0 0 0 0-4.267 0h-238.933l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-298.667-298.667c0 0 0 0 0 0l-98.133-98.133v243.2l277.333 277.333c85.333 85.333 217.6 85.333 302.933 0 81.067-85.333 81.067-221.867-4.267-302.933z" />
|
||||
<glyph unicode="" glyph-name="file" d="M891.733 571.734c-4.267 4.267-4.267 8.533-8.533 12.8l-298.667 298.667c-4.267 4.267-8.533 8.533-12.8 8.533-4.267 4.267-12.8 4.267-17.067 4.267h-298.667c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v469.333c0 4.267 0 12.8-4.267 17.067zM597.333 750.934l153.6-153.6h-153.6v153.6zM768 42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h256v-256c0-25.6 17.067-42.667 42.667-42.667h256v-426.667c0-25.6-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="file-minus" d="M891.733 614.4c-4.267 4.267-4.267 8.533-8.533 12.8l-256 256c-4.267 4.267-8.533 8.533-12.8 8.533-4.267 4.267-12.8 4.267-17.067 4.267h-341.333c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v512c0 4.267 0 12.8-4.267 17.067zM640 750.934l110.933-110.933h-110.933v110.933zM768 42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h298.667v-213.333c0-25.6 17.067-42.667 42.667-42.667h213.333v-469.333c0-25.6-17.067-42.667-42.667-42.667zM640 341.334h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="file-plus" d="M891.733 614.4c-4.267 4.267-4.267 8.533-8.533 12.8l-256 256c-4.267 4.267-8.533 8.533-12.8 8.533-4.267 4.267-12.8 4.267-17.067 4.267h-341.333c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v512c0 4.267 0 12.8-4.267 17.067zM640 750.934l110.933-110.933h-110.933v110.933zM768 42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h298.667v-213.333c0-25.6 17.067-42.667 42.667-42.667h213.333v-469.333c0-25.6-17.067-42.667-42.667-42.667zM640 341.334h-85.333v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="file-text" d="M891.733 614.4c-4.267 4.267-4.267 8.533-8.533 12.8l-256 256c-4.267 4.267-8.533 8.533-12.8 8.533-4.267 4.267-12.8 4.267-17.067 4.267h-341.333c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v512c0 4.267 0 12.8-4.267 17.067zM640 750.934l110.933-110.933h-110.933v110.933zM768 42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h298.667v-213.333c0-25.6 17.067-42.667 42.667-42.667h213.333v-469.333c0-25.6-17.067-42.667-42.667-42.667zM682.667 426.667h-341.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM682.667 256h-341.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM341.333 512h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="film" d="M844.8 896h-665.6c-76.8 0-136.533-59.733-136.533-136.533v-665.6c0-76.8 59.733-136.533 136.533-136.533h665.6c76.8 0 136.533 59.733 136.533 136.533v665.6c0 76.8-59.733 136.533-136.533 136.533zM768 597.334h128v-128h-128v128zM682.667 469.334h-341.333v341.333h341.333v-341.333zM256 469.334h-128v128h128v-128zM128 384h128v-128h-128v128zM341.333 384h341.333v-341.333h-341.333v341.333zM768 384h128v-128h-128v128zM896 759.467v-76.8h-128v128h76.8c29.867 0 51.2-21.333 51.2-51.2zM179.2 810.667h76.8v-128h-128v76.8c0 29.867 21.333 51.2 51.2 51.2zM128 93.867v76.8h128v-128h-76.8c-29.867 0-51.2 21.333-51.2 51.2zM844.8 42.667h-76.8v128h128v-76.8c0-29.867-21.333-51.2-51.2-51.2z" />
|
||||
<glyph unicode="" glyph-name="filter" d="M977.067 827.734c-8.533 17.067-21.333 25.6-38.4 25.6h-853.333c-17.067 0-29.867-8.533-38.4-25.6-8.533-12.8-4.267-29.867 4.267-42.667l332.8-392.533v-264.533c0-17.067 8.533-29.867 25.6-38.4l170.667-85.333c4.267-4.267 8.533-4.267 17.067-4.267s17.067 0 21.333 4.267c12.8 8.533 21.333 21.333 21.333 38.4v349.867l332.8 392.533c8.533 12.8 12.8 29.867 4.267 42.667zM563.2 435.2c-4.267-8.533-8.533-17.067-8.533-29.867v-294.4l-85.333 42.667v251.733c0 8.533-4.267 21.333-8.533 25.6l-281.6 337.067h669.867l-285.867-332.8z" />
|
||||
<glyph unicode="" glyph-name="flag" d="M870.4 849.067c-17.067 8.533-34.133 4.267-46.933-8.533 0 0-38.4-29.867-140.8-29.867-55.467 0-102.4 21.333-153.6 38.4-55.467 25.6-115.2 46.933-187.733 46.933-136.533 0-192-46.933-200.533-55.467s-12.8-17.067-12.8-29.867v-810.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v277.333c17.067 8.533 59.733 21.333 128 21.333 55.467 0 102.4-21.333 153.6-38.4 55.467-21.333 115.2-46.933 187.733-46.933 136.533 0 192 46.933 200.533 55.467s12.8 17.067 12.8 29.867v512c0 17.067-8.533 29.867-25.6 38.4zM810.667 320c-17.067-8.533-59.733-21.333-128-21.333-55.467 0-102.4 21.333-153.6 38.4-55.467 25.6-115.2 46.933-187.733 46.933-55.467 0-98.133-8.533-128-17.067v422.4c17.067 8.533 59.733 21.333 128 21.333 55.467 0 102.4-21.333 153.6-38.4 55.467-25.6 115.2-46.933 187.733-46.933 55.467 0 98.133 8.533 128 17.067v-422.4z" />
|
||||
<glyph unicode="" glyph-name="folder" d="M853.333 725.334h-362.667l-72.533 110.933c-8.533 8.533-21.333 17.067-34.133 17.067h-213.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v469.333c0 72.533-55.467 128-128 128zM896 128c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h192l72.533-110.933c8.533-8.533 21.333-17.067 34.133-17.067h384c25.6 0 42.667-17.067 42.667-42.667v-469.333z" />
|
||||
<glyph unicode="" glyph-name="folder-minus" d="M853.333 725.334h-362.667l-72.533 110.933c-8.533 8.533-21.333 17.067-34.133 17.067h-213.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v469.333c0 72.533-55.467 128-128 128zM896 128c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h192l72.533-110.933c8.533-8.533 21.333-17.067 34.133-17.067h384c25.6 0 42.667-17.067 42.667-42.667v-469.333zM640 384h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="folder-plus" d="M853.333 725.334h-362.667l-72.533 110.933c-8.533 8.533-21.333 17.067-34.133 17.067h-213.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v469.333c0 72.533-55.467 128-128 128zM896 128c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h192l72.533-110.933c8.533-8.533 21.333-17.067 34.133-17.067h384c25.6 0 42.667-17.067 42.667-42.667v-469.333zM640 384h-85.333v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="gift" d="M938.667 682.667h-102.4c12.8 21.333 17.067 42.667 17.067 64 0 81.067-68.267 149.333-149.333 149.333-98.133 0-157.867-68.267-192-132.267-34.133 64-93.867 132.267-192 132.267-81.067 0-149.333-68.267-149.333-149.333 0-21.333 4.267-42.667 17.067-64h-102.4c-25.6 0-42.667-17.067-42.667-42.667v-213.333c0-25.6 17.067-42.667 42.667-42.667h42.667v-384c0-25.6 17.067-42.667 42.667-42.667h682.667c25.6 0 42.667 17.067 42.667 42.667v384h42.667c25.6 0 42.667 17.067 42.667 42.667v213.333c0 25.6-17.067 42.667-42.667 42.667zM704 810.667c34.133 0 64-29.867 64-64s-29.867-64-64-64h-136.533c21.333 51.2 64 128 136.533 128zM256 746.667c0 34.133 29.867 64 64 64 72.533 0 115.2-76.8 136.533-128h-136.533c-34.133 0-64 29.867-64 64zM128 597.334h341.333v-128h-341.333v128zM213.333 384h256v-341.333h-256v341.333zM810.667 42.667h-256v341.333h256v-341.333zM896 469.334h-341.333v128h341.333v-128z" />
|
||||
<glyph unicode="" glyph-name="git-branch" d="M938.667 682.667c0 93.867-76.8 170.667-170.667 170.667s-170.667-76.8-170.667-170.667c0-76.8 55.467-145.067 128-162.133-17.067-157.867-145.067-285.867-302.933-302.933-17.067 59.733-64 106.667-119.467 119.467v473.6c0 25.6-17.067 42.667-42.667 42.667s-46.933-17.067-46.933-42.667v-473.6c-72.533-17.067-128-85.333-128-166.4 0-93.867 76.8-170.667 170.667-170.667 81.067 0 145.067 55.467 166.4 128 204.8 17.067 371.2 183.467 388.267 388.267 72.533 21.333 128 85.333 128 166.4zM256 85.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333zM768 597.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="git-commit" d="M981.333 469.334h-256c0 0-4.267 0-4.267 0-21.333 98.133-106.667 170.667-209.067 170.667s-187.733-72.533-209.067-170.667c0 0-4.267 0-4.267 0h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c0 0 4.267 0 4.267 0 21.333-98.133 106.667-170.667 209.067-170.667s187.733 72.533 209.067 170.667c0 0 4.267 0 4.267 0h256c25.6 0 42.667 17.067 42.667 42.667s-21.333 42.667-42.667 42.667zM512 298.667c-72.533 0-128 55.467-128 128s55.467 128 128 128 128-55.467 128-128-55.467-128-128-128z" />
|
||||
<glyph unicode="" glyph-name="git-merge" d="M768 341.334c-76.8 0-145.067-55.467-162.133-128-157.867 17.067-285.867 145.067-302.933 302.933 72.533 21.333 128 85.333 128 162.133 0 93.867-76.8 170.667-170.667 170.667s-174.933-72.533-174.933-166.4c0-81.067 55.467-145.067 128-166.4v-473.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c72.533-93.867 179.2-157.867 302.933-170.667 17.067-72.533 85.333-132.267 166.4-132.267 93.867 0 170.667 76.8 170.667 170.667s-76.8 174.933-170.667 174.933zM170.667 682.667c0 46.933 38.4 85.333 85.333 85.333s85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333-85.333 38.4-85.333 85.333zM768 85.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="git-pull-request" d="M810.667 337.067v260.267c0 72.533-55.467 128-128 128h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c25.6 0 42.667-17.067 42.667-42.667v-260.267c-72.533-17.067-128-85.333-128-166.4 0-93.867 76.8-170.667 170.667-170.667s170.667 76.8 170.667 170.667c0 81.067-55.467 145.067-128 166.4zM768 85.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333zM256 853.334c-93.867 0-170.667-76.8-170.667-170.667 0-81.067 55.467-145.067 128-166.4v-473.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v473.6c72.533 17.067 128 85.333 128 166.4 0 93.867-76.8 170.667-170.667 170.667zM256 597.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="github" d="M960 576c0 64-21.333 119.467-59.733 170.667 12.8 55.467 8.533 115.2-12.8 166.4-4.267 12.8-12.8 21.333-25.6 25.6-17.067 4.267-72.533 12.8-187.733-59.733-93.867 21.333-192 21.333-281.6 0-115.2 72.533-170.667 64-187.733 59.733-12.8-4.267-21.333-12.8-25.6-25.6-25.6-55.467-29.867-110.933-12.8-166.4-38.4-51.2-59.733-110.933-59.733-170.667 0-230.4 128-302.933 247.467-328.533-8.533-29.867-12.8-55.467-12.8-81.067v-4.267c-89.6-17.067-119.467 17.067-153.6 64-21.333 29.867-46.933 64-93.867 72.533-21.333 4.267-46.933-8.533-51.2-29.867s8.533-46.933 29.867-51.2c12.8-4.267 29.867-21.333 46.933-42.667 38.4-51.2 93.867-119.467 221.867-102.4v-72.533c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v123.733c0 0 0 4.267 0 4.267v38.4c0 29.867 8.533 55.467 29.867 76.8 12.8 12.8 17.067 29.867 8.533 42.667-4.267 17.067-17.067 25.6-34.133 29.867-123.733 17.067-238.933 55.467-238.933 256 0 51.2 17.067 93.867 51.2 132.267 12.8 12.8 12.8 29.867 8.533 42.667-12.8 38.4-12.8 72.533-4.267 106.667 21.333-4.267 59.733-17.067 110.933-55.467 12.8-8.533 25.6-8.533 38.4-4.267 89.6 25.6 187.733 25.6 277.333 0 12.8-4.267 25.6 0 34.133 4.267 55.467 38.4 93.867 51.2 110.933 55.467 8.533-34.133 8.533-68.267-4.267-102.4-4.267-17.067-4.267-34.133 8.533-42.667 34.133-34.133 51.2-81.067 51.2-132.267 0-200.533-115.2-243.2-238.933-256-17.067 0-29.867-12.8-34.133-29.867s0-34.133 8.533-42.667c21.333-21.333 29.867-51.2 29.867-81.067v-166.4c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v162.133c4.267 29.867 0 55.467-12.8 81.067 102.4 21.333 247.467 89.6 247.467 332.8z" />
|
||||
<glyph unicode="" glyph-name="gitlab" d="M1019.733 379.734l-157.867 477.867c-4.267 8.533-8.533 17.067-17.067 25.6-21.333 21.333-59.733 21.333-81.067 0-8.533-4.267-12.8-12.8-17.067-25.6l-93.867-290.133h-281.6l-93.867 290.133c-4.267 8.533-8.533 17.067-17.067 25.6-21.333 21.333-59.733 21.333-81.067 0-8.533-4.267-12.8-12.8-17.067-25.6l-157.867-477.867c-12.8-34.133 0-68.267 29.867-89.6l452.267-328.533c8.533-4.267 17.067-8.533 25.6-8.533s17.067 4.267 25.6 8.533l452.267 328.533c29.867 17.067 42.667 55.467 29.867 89.6zM512 46.934l-426.667 307.2 132.267 405.333 81.067-247.467c4.267-17.067 21.333-29.867 42.667-29.867h341.333c17.067 0 34.133 12.8 42.667 29.867l81.067 247.467 81.067-247.467 51.2-153.6-426.667-311.467z" />
|
||||
<glyph unicode="" glyph-name="globe" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM891.733 469.334h-170.667c-8.533 119.467-46.933 230.4-115.2 328.533 153.6-38.4 268.8-170.667 285.867-328.533zM388.267 384h251.733c-12.8-115.2-55.467-226.133-123.733-315.733-76.8 89.6-119.467 200.533-128 315.733zM388.267 469.334c12.8 115.2 55.467 226.133 123.733 315.733 72.533-93.867 115.2-204.8 123.733-315.733h-247.467zM413.867 797.867c-64-98.133-102.4-209.067-110.933-328.533h-170.667c17.067 157.867 132.267 290.133 281.6 328.533zM132.267 384h170.667c8.533-119.467 46.933-230.4 115.2-328.533-153.6 38.4-268.8 170.667-285.867 328.533zM610.133 55.467c64 98.133 102.4 209.067 115.2 328.533h170.667c-21.333-157.867-136.533-290.133-285.867-328.533z" />
|
||||
<glyph unicode="" glyph-name="grid" d="M426.667 853.334h-298.667c-25.6 0-42.667-17.067-42.667-42.667v-298.667c0-25.6 17.067-42.667 42.667-42.667h298.667c25.6 0 42.667 17.067 42.667 42.667v298.667c0 25.6-17.067 42.667-42.667 42.667zM384 554.667h-213.333v213.333h213.333v-213.333zM896 853.334h-298.667c-25.6 0-42.667-17.067-42.667-42.667v-298.667c0-25.6 17.067-42.667 42.667-42.667h298.667c25.6 0 42.667 17.067 42.667 42.667v298.667c0 25.6-17.067 42.667-42.667 42.667zM853.333 554.667h-213.333v213.333h213.333v-213.333zM896 384h-298.667c-25.6 0-42.667-17.067-42.667-42.667v-298.667c0-25.6 17.067-42.667 42.667-42.667h298.667c25.6 0 42.667 17.067 42.667 42.667v298.667c0 25.6-17.067 42.667-42.667 42.667zM853.333 85.334h-213.333v213.333h213.333v-213.333zM426.667 384h-298.667c-25.6 0-42.667-17.067-42.667-42.667v-298.667c0-25.6 17.067-42.667 42.667-42.667h298.667c25.6 0 42.667 17.067 42.667 42.667v298.667c0 25.6-17.067 42.667-42.667 42.667zM384 85.334h-213.333v213.333h213.333v-213.333z" />
|
||||
<glyph unicode="" glyph-name="hard-drive" d="M977.067 443.734c0 0 0 0 0 0l-149.333 294.4c-21.333 42.667-64 72.533-115.2 72.533h-405.333c-46.933 0-89.6-25.6-110.933-72.533l-145.067-294.4c0 0 0 0 0 0-8.533-4.267-8.533-8.533-8.533-17.067v-256c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v256c0 8.533 0 12.8-4.267 17.067zM268.8 699.734c0 0 0 0 0 0 8.533 17.067 25.6 25.6 38.4 25.6h405.333c17.067 0 29.867-8.533 38.4-25.6l115.2-230.4h-712.533l115.2 230.4zM853.333 128h-682.667c-25.6 0-42.667 17.067-42.667 42.667v213.333h768v-213.333c0-25.6-17.067-42.667-42.667-42.667zM226.133 285.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM396.8 285.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="hash" d="M853.333 341.334h-179.2l17.067 170.667h162.133c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-149.333l21.333 209.067c4.267 21.333-12.8 42.667-38.4 46.933-21.333 4.267-42.667-12.8-46.933-38.4l-25.6-217.6h-170.667l25.6 209.067c4.267 21.333-12.8 42.667-38.4 46.933-21.333 4.267-42.667-12.8-46.933-38.4l-25.6-217.6h-187.733c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h179.2l-17.067-170.667h-162.133c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h149.333l-21.333-209.067c-4.267-21.333 12.8-42.667 38.4-46.933 0 0 4.267 0 4.267 0 21.333 0 38.4 17.067 42.667 38.4l25.6 217.6h170.667l-25.6-209.067c-4.267-21.333 12.8-42.667 38.4-46.933 0 0 4.267 0 4.267 0 21.333 0 38.4 17.067 42.667 38.4l25.6 217.6h187.733c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM418.133 341.334l17.067 170.667h170.667l-17.067-170.667h-170.667z" />
|
||||
<glyph unicode="" glyph-name="headphones" d="M512 853.334c-234.667 0-426.667-192-426.667-426.667v-298.667c0-72.533 55.467-128 128-128h42.667c72.533 0 128 55.467 128 128v128c0 72.533-55.467 128-128 128h-85.333v42.667c0 187.733 153.6 341.333 341.333 341.333s341.333-153.6 341.333-341.333v-42.667h-85.333c-72.533 0-128-55.467-128-128v-128c0-72.533 55.467-128 128-128h42.667c72.533 0 128 55.467 128 128v298.667c0 234.667-192 426.667-426.667 426.667zM256 298.667c25.6 0 42.667-17.067 42.667-42.667v-128c0-25.6-17.067-42.667-42.667-42.667h-42.667c-25.6 0-42.667 17.067-42.667 42.667v170.667h85.333zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-42.667c-25.6 0-42.667 17.067-42.667 42.667v128c0 25.6 17.067 42.667 42.667 42.667h85.333v-170.667z" />
|
||||
<glyph unicode="" glyph-name="heart" d="M917.333 772.267v0c-51.2 51.2-119.467 81.067-192 81.067v0c-72.533 0-145.067-29.867-196.267-81.067 0 0 0 0 0 0l-17.067-17.067-17.067 17.067c-51.2 51.2-119.467 81.067-196.267 81.067-72.533 0-140.8-29.867-192-81.067s-85.333-123.733-85.333-196.267 29.867-145.067 81.067-196.267l375.467-375.467c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l375.467 375.467c115.2 106.667 115.2 285.867 4.267 392.533zM857.6 439.467l-345.6-345.6-345.6 345.6c-76.8 76.8-76.8 196.267 0 273.067 34.133 38.4 85.333 55.467 132.267 55.467 51.2 0 98.133-17.067 136.533-55.467l46.933-46.933c17.067-17.067 42.667-17.067 59.733 0l42.667 46.933c0 0 0 0 0 0 38.4 34.133 85.333 55.467 140.8 55.467 0 0 0 0 0 0 51.2 0 98.133-21.333 136.533-55.467v0c34.133-38.4 55.467-85.333 55.467-136.533s-21.333-98.133-59.733-136.533z" />
|
||||
<glyph unicode="" glyph-name="help-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM563.2 674.134c-89.6 29.867-187.733-17.067-217.6-102.4-4.267-25.6 4.267-51.2 29.867-55.467 21.333-8.533 46.933 4.267 55.467 25.6 17.067 42.667 64 68.267 110.933 51.2 34.133-12.8 55.467-42.667 55.467-81.067 0-42.667-72.533-76.8-98.133-89.6-21.333-8.533-34.133-29.867-25.6-55.467 4.267-17.067 21.333-29.867 38.4-29.867 4.267 0 8.533 0 12.8 4.267 17.067 4.267 157.867 55.467 157.867 166.4-4.267 76.8-51.2 140.8-119.467 166.4zM482.133 243.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="home" d="M921.6 588.8l-384 298.667c-17.067 12.8-38.4 12.8-51.2 0l-384-298.667c-12.8-8.533-17.067-21.333-17.067-34.133v-469.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v469.333c0 12.8-4.267 25.6-17.067 34.133zM597.333 42.667h-170.667v341.333h170.667v-341.333zM853.333 85.334c0-25.6-17.067-42.667-42.667-42.667h-128v384c0 25.6-17.067 42.667-42.667 42.667h-256c-25.6 0-42.667-17.067-42.667-42.667v-384h-128c-25.6 0-42.667 17.067-42.667 42.667v448l341.333 264.533 341.333-264.533v-448z" />
|
||||
<glyph unicode="" glyph-name="image" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM170.667 725.334c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-324.267l-140.8 140.8c-17.067 17.067-42.667 17.067-59.733 0l-452.267-452.267c-17.067 4.267-29.867 21.333-29.867 38.4v597.333zM810.667 85.334h-494.933l366.933 366.933 170.667-170.667v-153.6c0-25.6-17.067-42.667-42.667-42.667zM362.667 469.334c59.733 0 106.667 46.933 106.667 106.667s-46.933 106.667-106.667 106.667-106.667-46.933-106.667-106.667 46.933-106.667 106.667-106.667zM362.667 597.334c12.8 0 21.333-8.533 21.333-21.333s-8.533-21.333-21.333-21.333-21.333 8.533-21.333 21.333 8.533 21.333 21.333 21.333z" />
|
||||
<glyph unicode="" glyph-name="inbox" d="M977.067 443.734c0 0 0 0 0 0l-149.333 294.4c-21.333 42.667-64 72.533-115.2 72.533h-405.333c-46.933 0-89.6-25.6-110.933-72.533l-145.067-294.4c0 0 0 0 0 0-8.533-4.267-8.533-8.533-8.533-17.067v-256c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v256c0 8.533 0 12.8-4.267 17.067zM268.8 699.734c0 0 0 0 0 0 8.533 17.067 25.6 25.6 38.4 25.6h405.333c17.067 0 29.867-8.533 38.4-25.6l115.2-230.4h-183.467c-12.8 0-25.6-8.533-34.133-17.067l-72.533-110.933h-123.733l-72.533 110.933c-12.8 8.533-25.6 17.067-38.4 17.067h-187.733l115.2 230.4zM853.333 128h-682.667c-25.6 0-42.667 17.067-42.667 42.667v213.333h192l72.533-110.933c8.533-8.533 21.333-17.067 34.133-17.067h170.667c12.8 0 25.6 8.533 34.133 17.067l72.533 110.933h192v-213.333c0-25.6-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="info" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM512 469.334c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667zM482.133 627.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="instagram" d="M725.333 896h-426.667c-140.8 0-256-115.2-256-256v-426.667c0-140.8 115.2-256 256-256h426.667c140.8 0 256 115.2 256 256v426.667c0 140.8-115.2 256-256 256zM896 213.334c0-93.867-76.8-170.667-170.667-170.667h-426.667c-93.867 0-170.667 76.8-170.667 170.667v426.667c0 93.867 76.8 170.667 170.667 170.667h426.667c93.867 0 170.667-76.8 170.667-170.667v-426.667zM546.133 640c-21.333 4.267-42.667 4.267-64 0-115.2-17.067-196.267-128-179.2-243.2 8.533-55.467 38.4-106.667 85.333-140.8 38.4-25.6 81.067-42.667 128-42.667 8.533 0 21.333 0 29.867 4.267 55.467 8.533 106.667 38.4 140.8 85.333s46.933 102.4 38.4 157.867c-12.8 93.867-85.333 166.4-179.2 179.2zM618.667 354.134c-21.333-25.6-51.2-46.933-85.333-51.2-68.267-8.533-136.533 38.4-145.067 106.667-12.8 68.267 38.4 136.533 106.667 145.067 4.267 0 12.8 0 17.067 0s12.8 0 17.067 0c55.467-8.533 98.133-51.2 106.667-106.667 8.533-34.133 0-68.267-17.067-93.867zM716.8 691.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 21.333-12.8 29.867-12.8 12.8 0 21.333 4.267 29.867 12.8s12.8 21.333 12.8 29.867c0 12.8-4.267 21.333-12.8 29.867-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="italic" d="M810.667 810.667h-384c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h153.6l-226.133-597.333h-140.8c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h384c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-153.6l221.867 597.333h145.067c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="layers" d="M68.267 601.6l426.667-213.333c4.267-4.267 8.533-4.267 17.067-4.267s12.8 0 17.067 4.267l426.667 213.333c17.067 8.533 25.6 21.333 25.6 38.4s-8.533 29.867-25.6 38.4l-426.667 213.333c-12.8 4.267-25.6 4.267-38.4 0l-426.667-213.333c-12.8-8.533-21.333-21.333-21.333-38.4s8.533-29.867 25.6-38.4zM512 806.4l332.8-166.4-332.8-166.4-332.8 166.4 332.8 166.4zM921.6 251.734l-409.6-204.8-409.6 204.8c-21.333 8.533-46.933 0-55.467-17.067s0-46.933 17.067-55.467l426.667-213.333c8.533-8.533 12.8-8.533 21.333-8.533s12.8 0 17.067 4.267l426.667 213.333c21.333 8.533 29.867 34.133 17.067 55.467-8.533 21.333-34.133 29.867-51.2 21.333zM921.6 465.067l-409.6-204.8-409.6 204.8c-21.333 8.533-46.933 0-55.467-17.067-8.533-21.333 0-46.933 17.067-55.467l426.667-213.333c8.533-8.533 12.8-8.533 21.333-8.533s12.8 0 17.067 4.267l426.667 213.333c21.333 8.533 29.867 34.133 17.067 55.467-8.533 21.333-34.133 29.867-51.2 21.333z" />
|
||||
<glyph unicode="" glyph-name="layout" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM213.333 768h597.333c25.6 0 42.667-17.067 42.667-42.667v-128h-682.667v128c0 25.6 17.067 42.667 42.667 42.667zM170.667 128v384h170.667v-426.667h-128c-25.6 0-42.667 17.067-42.667 42.667zM810.667 85.334h-384v426.667h426.667v-384c0-25.6-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="life-buoy" d="M844.8 93.867c85.333 85.333 136.533 200.533 136.533 332.8 0 128-51.2 247.467-136.533 332.8 0 0 0 0 0 0s0 0 0 0c-85.333 85.333-204.8 136.533-332.8 136.533s-247.467-51.2-332.8-136.533c0 0 0 0 0 0s0 0 0 0c-85.333-85.333-136.533-204.8-136.533-332.8s51.2-247.467 136.533-332.8c0 0 0 0 0 0s0 0 0 0c85.333-85.333 200.533-136.533 332.8-136.533 128 0 247.467 51.2 332.8 136.533 0 0 0 0 0 0s0 0 0 0zM810.667 187.734l-123.733 123.733c25.6 29.867 38.4 72.533 38.4 115.2s-12.8 85.333-34.133 119.467l119.467 119.467c51.2-64 85.333-149.333 85.333-238.933s-29.867-174.933-85.333-238.933zM384 426.667c0 72.533 55.467 128 128 128s128-55.467 128-128-55.467-128-128-128-128 55.467-128 128zM750.933 725.334l-123.733-123.733c-29.867 25.6-72.533 38.4-115.2 38.4s-85.333-12.8-119.467-34.133l-119.467 119.467c64 55.467 149.333 85.333 238.933 85.333s174.933-29.867 238.933-85.333zM213.333 665.6l123.733-123.733c-25.6-29.867-38.4-72.533-38.4-115.2s12.8-85.333 34.133-119.467l-119.467-119.467c-51.2 64-85.333 149.333-85.333 238.933s29.867 174.933 85.333 238.933zM273.067 128l123.733 123.733c29.867-25.6 72.533-38.4 115.2-38.4s85.333 12.8 119.467 34.133l123.733-123.733c-64-51.2-149.333-85.333-238.933-85.333-93.867 4.267-179.2 34.133-243.2 89.6z" />
|
||||
<glyph unicode="" glyph-name="link" d="M900.267 819.2c-98.133 98.133-256 98.133-354.133 0l-76.8-72.533c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l72.533 72.533c68.267 64 170.667 64 238.933 0s68.267-174.933 4.267-238.933l-128-128c-4.267-4.267-12.8-12.8-17.067-17.067-76.8-55.467-183.467-42.667-238.933 34.133-12.8 17.067-42.667 21.333-59.733 8.533s-21.333-42.667-8.533-59.733c51.2-68.267 128-102.4 204.8-102.4 51.2 0 106.667 17.067 153.6 51.2 8.533 8.533 17.067 17.067 29.867 25.6l128 128c98.133 98.133 93.867 264.533-8.533 358.4zM490.667 166.4l-72.533-72.533c-68.267-64-170.667-64-238.933 0s-68.267 174.933-4.267 238.933l128 128c4.267 4.267 12.8 12.8 17.067 17.067 38.4 25.6 81.067 38.4 128 34.133 46.933-8.533 85.333-29.867 110.933-68.267 12.8-17.067 42.667-21.333 59.733-8.533s21.333 42.667 8.533 59.733c-42.667 55.467-102.4 89.6-166.4 98.133-64 12.8-132.267-4.267-187.733-46.933-8.533-8.533-17.067-17.067-25.6-25.6l-128-128c-98.133-102.4-93.867-264.533 4.267-362.667 51.2-46.933 115.2-72.533 179.2-72.533s128 25.6 179.2 72.533l72.533 72.533c17.067 17.067 17.067 42.667 0 59.733s-46.933 21.333-64 4.267z" />
|
||||
<glyph unicode="" glyph-name="link-2" d="M384 256h-128c-93.867 0-170.667 76.8-170.667 170.667s76.8 170.667 170.667 170.667h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-128c-140.8 0-256-115.2-256-256s115.2-256 256-256h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM768 682.667h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c93.867 0 170.667-76.8 170.667-170.667s-76.8-170.667-170.667-170.667h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c140.8 0 256 115.2 256 256s-115.2 256-256 256zM298.667 426.667c0-25.6 17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-341.333c-25.6 0-42.667-17.067-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="linkedin" d="M682.667 640c-166.4 0-298.667-132.267-298.667-298.667v-298.667c0-25.6 17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667v298.667c0 25.6 17.067 42.667 42.667 42.667s42.667-17.067 42.667-42.667v-298.667c0-25.6 17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667v298.667c0 166.4-132.267 298.667-298.667 298.667zM896 85.334h-85.333v256c0 72.533-55.467 128-128 128s-128-55.467-128-128v-256h-85.333v256c0 119.467 93.867 213.333 213.333 213.333s213.333-93.867 213.333-213.333v-256zM256 597.334h-170.667c-25.6 0-42.667-17.067-42.667-42.667v-512c0-25.6 17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667v512c0 25.6-17.067 42.667-42.667 42.667zM213.333 85.334h-85.333v426.667h85.333v-426.667zM170.667 896c-72.533 0-128-55.467-128-128s55.467-128 128-128 128 55.467 128 128-55.467 128-128 128zM170.667 725.334c-25.6 0-42.667 17.067-42.667 42.667s17.067 42.667 42.667 42.667 42.667-17.067 42.667-42.667-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="list" d="M341.333 640h554.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-554.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM896 469.334h-554.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h554.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM896 213.334h-554.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h554.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM98.133 712.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM98.133 456.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM98.133 200.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="loader" d="M512 896c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667zM512 213.334c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667zM238.933 759.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l119.467-119.467c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-119.467 119.467zM721.067 277.334c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l119.467-119.467c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-119.467 119.467zM298.667 426.667c0 25.6-17.067 42.667-42.667 42.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667zM938.667 469.334h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM302.933 277.334l-119.467-119.467c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l119.467 119.467c17.067 17.067 17.067 42.667 0 59.733s-46.933 17.067-59.733 0zM691.2 563.2c12.8 0 21.333 4.267 29.867 12.8l119.467 119.467c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-119.467-119.467c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8z" />
|
||||
<glyph unicode="" glyph-name="lock" d="M810.667 512h-42.667v128c0 140.8-115.2 256-256 256s-256-115.2-256-256v-128h-42.667c-72.533 0-128-55.467-128-128v-298.667c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v298.667c0 72.533-55.467 128-128 128zM341.333 640c0 93.867 76.8 170.667 170.667 170.667s170.667-76.8 170.667-170.667v-128h-341.333v128zM853.333 85.334c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v298.667c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-298.667z" />
|
||||
<glyph unicode="" glyph-name="log-in" d="M810.667 853.334h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h170.667c25.6 0 42.667-17.067 42.667-42.667v-597.333c0-25.6-17.067-42.667-42.667-42.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h170.667c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM678.4 409.6c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l140.8-140.8h-409.6c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h409.6l-140.8-140.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c4.267 4.267 8.533 8.533 8.533 12.8z" />
|
||||
<glyph unicode="" glyph-name="log-out" d="M384 85.334h-170.667c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h170.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-170.667c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h170.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM934.4 409.6c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l140.8-140.8h-409.6c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h409.6l-140.8-140.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l213.333 213.333c4.267 4.267 8.533 8.533 8.533 12.8z" />
|
||||
<glyph unicode="" glyph-name="mail" d="M853.333 810.667h-682.667c-72.533 0-128-55.467-128-128v-512c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v512c0 72.533-55.467 128-128 128zM170.667 725.334h682.667c17.067 0 29.867-8.533 38.4-25.6l-379.733-264.533-379.733 264.533c8.533 17.067 21.333 25.6 38.4 25.6zM853.333 128h-682.667c-25.6 0-42.667 17.067-42.667 42.667v430.933l358.4-251.733c8.533-4.267 17.067-8.533 25.6-8.533s17.067 4.267 25.6 8.533l358.4 251.733v-430.933c0-25.6-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="map" d="M1002.667 891.734c-12.8 8.533-29.867 8.533-42.667 0l-277.333-162.133-324.267 162.133c0 0 0 0 0 0s0 0-4.267 0c-4.267 4.267-8.533 4.267-12.8 4.267 0 0 0 0 0 0s0 0 0 0c-4.267 0-8.533 0-17.067-4.267 0 0 0 0-4.267 0 0 0-4.267 0-4.267 0l-298.667-170.667c-8.533-8.533-17.067-21.333-17.067-38.4v-682.667c0-17.067 8.533-29.867 21.333-38.4s29.867-8.533 42.667 0l277.333 162.133 320-162.133c0 0 0 0 0 0 8.533-4.267 12.8-4.267 21.333-4.267 4.267 0 8.533 0 12.8 4.267 0 0 4.267 0 4.267 0s0 0 4.267 0l298.667 170.667c12.8 8.533 21.333 21.333 21.333 38.4v682.667c0 17.067-8.533 29.867-21.333 38.4zM384 785.067l256-128v-588.8l-256 128v588.8zM85.333 657.067l213.333 123.733v-584.533l-213.333-123.733v584.533zM938.667 196.267l-213.333-123.733v584.533l213.333 123.733v-584.533z" />
|
||||
<glyph unicode="" glyph-name="map-pin" d="M512 938.667c-234.667 0-426.667-192-426.667-426.667 0-315.733 388.267-580.267 401.067-588.8 8.533-4.267 17.067-8.533 25.6-8.533s17.067 4.267 25.6 8.533c12.8 8.533 401.067 273.067 401.067 588.8 0 234.667-192 426.667-426.667 426.667zM512 8.534c-81.067 59.733-341.333 273.067-341.333 503.467 0 187.733 153.6 341.333 341.333 341.333s341.333-153.6 341.333-341.333c0-230.4-260.267-443.733-341.333-503.467zM512 682.667c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667c93.867 0 170.667 76.8 170.667 170.667s-76.8 170.667-170.667 170.667zM512 426.667c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="maximize" d="M341.333 85.334h-128c-25.6 0-42.667 17.067-42.667 42.667v128c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-128c0-72.533 55.467-128 128-128h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM341.333 853.334h-128c-72.533 0-128-55.467-128-128v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128c0 25.6 17.067 42.667 42.667 42.667h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM810.667 853.334h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c25.6 0 42.667-17.067 42.667-42.667v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128c0 72.533-55.467 128-128 128zM896 298.667c-25.6 0-42.667-17.067-42.667-42.667v-128c0-25.6-17.067-42.667-42.667-42.667h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c72.533 0 128 55.467 128 128v128c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="maximize-2" d="M934.4 827.734c-4.267 8.533-12.8 17.067-21.333 21.333-4.267 4.267-12.8 4.267-17.067 4.267h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h153.6l-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l226.133 226.133v-153.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 4.267 0 12.8-4.267 17.067zM396.8 371.2l-226.133-226.133v153.6c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256c0-4.267 0-12.8 4.267-17.067 4.267-8.533 12.8-17.067 21.333-21.333 4.267-4.267 12.8-4.267 17.067-4.267h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-153.6l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="menu" d="M896 469.334h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM128 640h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM896 213.334h-768c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h768c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="message-circle" d="M938.667 473.6c-12.8 204.8-174.933 371.2-384 379.733h-21.333c0 0 0 0 0 0-64 0-123.733-12.8-179.2-42.667-140.8-68.267-226.133-209.067-226.133-362.667 0-55.467 12.8-115.2 34.133-166.4l-76.8-226.133c-4.267-17.067 0-34.133 8.533-42.667 12.8-8.533 21.333-12.8 34.133-12.8 4.267 0 8.533 0 12.8 4.267l226.133 76.8c51.2-21.333 106.667-34.133 166.4-34.133 153.6 0 294.4 85.333 362.667 221.867 29.867 55.467 42.667 119.467 42.667 183.467v21.333zM853.333 448c0 0 0 0 0 0 0-51.2-12.8-98.133-34.133-145.067-55.467-110.933-162.133-174.933-285.867-174.933-51.2 0-98.133 12.8-140.8 34.133-8.533 4.267-21.333 4.267-34.133 4.267l-162.133-55.467 55.467 162.133c4.267 12.8 4.267 21.333-4.267 34.133-21.333 42.667-34.133 93.867-34.133 140.8 0 123.733 68.267 230.4 179.2 285.867 42.667 21.333 93.867 34.133 140.8 34.133 0 0 0 0 0 0h17.067c162.133-8.533 290.133-136.533 302.933-298.667v-21.333z" />
|
||||
<glyph unicode="" glyph-name="message-square" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-682.667c0-17.067 8.533-34.133 25.6-38.4 4.267-4.267 12.8-4.267 17.067-4.267 12.8 0 21.333 4.267 29.867 12.8l157.867 157.867h494.933c72.533 0 128 55.467 128 128v426.667c0 72.533-55.467 128-128 128zM853.333 298.667c0-25.6-17.067-42.667-42.667-42.667h-512c-12.8 0-21.333-4.267-29.867-12.8l-98.133-98.133v580.267c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-426.667z" />
|
||||
<glyph unicode="" glyph-name="mic" d="M512 256c93.867 0 170.667 76.8 170.667 170.667v341.333c0 93.867-76.8 170.667-170.667 170.667s-170.667-76.8-170.667-170.667v-341.333c0-93.867 76.8-170.667 170.667-170.667zM426.667 768c0 46.933 38.4 85.333 85.333 85.333s85.333-38.4 85.333-85.333v-341.333c0-46.933-38.4-85.333-85.333-85.333s-85.333 38.4-85.333 85.333v341.333zM810.667 554.667c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-140.8-115.2-256-256-256s-256 115.2-256 256v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333c0-174.933 132.267-315.733 298.667-337.067v-89.6h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-128v89.6c166.4 21.333 298.667 166.4 298.667 337.067v85.333c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="mic-off" d="M1011.2-12.8l-251.733 251.733c0 4.267-4.267 4.267-4.267 8.533 0 0-4.267 4.267-4.267 4.267l-337.067 332.8c0 0 0 0 0 0l-341.333 341.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l328.533-328.533v-110.933c0-46.933 17.067-89.6 51.2-119.467 29.867-34.133 72.533-51.2 119.467-51.2 0 0 0 0 0 0 29.867 0 59.733 8.533 85.333 25.6l64-64c-42.667-29.867-89.6-46.933-140.8-46.933-4.267 0-4.267 0-8.533 0s-4.267 0-8.533 0c-64 0-123.733 25.6-170.667 72.533-51.2 46.933-76.8 115.2-76.8 183.467v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333c0-93.867 38.4-183.467 102.4-247.467 55.467-55.467 123.733-85.333 196.267-93.867v-85.333h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-128v85.333c59.733 8.533 119.467 29.867 166.4 68.267l230.4-230.4c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 21.333 17.067 46.933 0 64zM512 341.334c0 0 0 0 0 0-21.333 0-42.667 8.533-59.733 25.6s-25.6 38.4-25.6 59.733v25.6l106.667-106.667c-8.533-4.267-12.8-4.267-21.333-4.267zM379.733 750.934c21.333-4.267 42.667 12.8 46.933 34.133 8.533 38.4 42.667 68.267 85.333 68.267 0 0 0 0 0 0 21.333 0 42.667-8.533 59.733-25.6s25.6-38.4 25.6-59.733v-226.133c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v226.133c0 46.933-17.067 89.6-51.2 119.467-29.867 34.133-72.533 51.2-119.467 51.2 0 0 0 0 0 0-81.067 0-149.333-55.467-166.4-136.533-4.267-21.333 8.533-46.933 34.133-51.2zM797.867 332.8c4.267 0 4.267 0 8.533 0 21.333 0 38.4 12.8 42.667 34.133s4.267 38.4 4.267 59.733v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333c0-17.067 0-29.867-4.267-46.933-4.267-21.333 12.8-42.667 34.133-46.933z" />
|
||||
<glyph unicode="" glyph-name="minimize" d="M256 298.667h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c25.6 0 42.667-17.067 42.667-42.667v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128c0 72.533-55.467 128-128 128zM768 554.667h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-128c-25.6 0-42.667 17.067-42.667 42.667v128c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-128c0-72.533 55.467-128 128-128zM896 298.667h-128c-72.533 0-128-55.467-128-128v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128c0 25.6 17.067 42.667 42.667 42.667h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM341.333 853.334c-25.6 0-42.667-17.067-42.667-42.667v-128c0-25.6-17.067-42.667-42.667-42.667h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128c72.533 0 128 55.467 128 128v128c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="minimize-2" d="M443.733 379.734c-4.267 4.267-12.8 4.267-17.067 4.267h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h153.6l-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l226.133 226.133v-153.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 4.267 0 12.8-4.267 17.067-4.267 8.533-12.8 17.067-21.333 21.333zM925.867 840.534c-17.067 17.067-42.667 17.067-59.733 0l-226.133-226.133v153.6c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256c0-4.267 0-12.8 4.267-17.067 4.267-8.533 12.8-17.067 21.333-21.333 4.267-4.267 12.8-4.267 17.067-4.267h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-153.6l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="minus" d="M810.667 469.334h-597.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h597.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="minus-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM682.667 469.334h-341.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="minus-square" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-597.333zM682.667 469.334h-341.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="monitor" d="M853.333 853.334h-682.667c-72.533 0-128-55.467-128-128v-426.667c0-72.533 55.467-128 128-128h298.667v-85.333h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-128v85.333h298.667c72.533 0 128 55.467 128 128v426.667c0 72.533-55.467 128-128 128zM896 298.667c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v426.667c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-426.667z" />
|
||||
<glyph unicode="" glyph-name="moon" d="M917.333 430.934c-12.8 8.533-34.133 8.533-46.933-4.267-89.6-68.267-213.333-68.267-302.933 0-115.2 85.333-140.8 243.2-55.467 358.4 8.533 12.8 12.8 29.867 4.267 46.933-8.533 12.8-25.6 21.333-42.667 21.333-204.8-17.067-366.933-179.2-384-384-21.333-234.667 149.333-443.733 384-465.067 12.8 0 25.6 0 38.4 0 98.133 0 196.267 34.133 273.067 98.133 89.6 72.533 140.8 174.933 153.6 290.133 0 12.8-8.533 29.867-21.333 38.4zM733.867 166.4c-68.267-59.733-157.867-85.333-247.467-76.8-187.733 17.067-324.267 183.467-307.2 371.2 12.8 132.267 102.4 247.467 221.867 290.133-51.2-136.533-4.267-298.667 119.467-392.533 93.867-68.267 213.333-85.333 320-46.933-25.6-55.467-59.733-106.667-106.667-145.067z" />
|
||||
<glyph unicode="" glyph-name="more-horizontal" d="M597.333 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM896 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM298.667 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="more-vertical" d="M597.333 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 725.334c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 128c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="move" d="M977.067 409.6c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-128 128c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l55.467-55.467h-281.6v281.6l55.467-55.467c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-128 128c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-128-128c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l55.467 55.467v-281.6h-281.6l55.467 55.467c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-128-128c-4.267-4.267-8.533-8.533-8.533-12.8-4.267-8.533-4.267-21.333 0-34.133 4.267-4.267 4.267-8.533 8.533-12.8l128-128c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-55.467 55.467h281.6v-281.6l-55.467 55.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l128-128c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l128 128c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-55.467-55.467v281.6h281.6l-55.467-55.467c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l128 128c4.267 4.267 8.533 8.533 8.533 12.8z" />
|
||||
<glyph unicode="" glyph-name="music" d="M921.6 844.8c-8.533 8.533-21.333 8.533-34.133 8.533l-512-85.333c-17.067-4.267-34.133-21.333-34.133-42.667v-469.333h-128c-72.533 0-128-55.467-128-128s55.467-128 128-128h85.333c72.533 0 128 55.467 128 128v563.2l426.667 72.533v-422.4h-128c-72.533 0-128-55.467-128-128s55.467-128 128-128h85.333c72.533 0 128 55.467 128 128v597.333c0 12.8-4.267 25.6-17.067 34.133zM341.333 128c0-25.6-17.067-42.667-42.667-42.667h-85.333c-25.6 0-42.667 17.067-42.667 42.667s17.067 42.667 42.667 42.667h128v-42.667zM853.333 213.334c0-25.6-17.067-42.667-42.667-42.667h-85.333c-25.6 0-42.667 17.067-42.667 42.667s17.067 42.667 42.667 42.667h128v-42.667z" />
|
||||
<glyph unicode="" glyph-name="navigation" d="M968.533 883.2c-12.8 12.8-29.867 17.067-46.933 8.533l-810.667-384c-17.067-8.533-25.6-25.6-25.6-42.667s12.8-34.133 34.133-38.4l315.733-81.067 81.067-315.733c4.267-17.067 21.333-29.867 38.4-34.133 0 0 4.267 0 4.267 0 17.067 0 29.867 8.533 38.4 25.6l384 810.667c4.267 21.333 0 38.4-12.8 51.2zM567.467 170.667l-55.467 221.867c-4.267 17.067-17.067 25.6-29.867 29.867l-226.133 59.733 593.067 281.6-281.6-593.067z" />
|
||||
<glyph unicode="" glyph-name="navigation-2" d="M849.067 55.467l-298.667 810.667c-4.267 17.067-21.333 29.867-38.4 29.867s-34.133-12.8-38.4-29.867l-298.667-810.667c-4.267-17.067 0-34.133 12.8-46.933s34.133-12.8 46.933-4.267l277.333 157.867 277.333-157.867c8.533-4.267 12.8-4.267 21.333-4.267s21.333 4.267 25.6 8.533c17.067 12.8 21.333 34.133 12.8 46.933zM533.333 251.734c-8.533 4.267-12.8 4.267-21.333 4.267s-12.8 0-21.333-4.267l-196.267-110.933 217.6 588.8 217.6-593.067-196.267 115.2z" />
|
||||
<glyph unicode="" glyph-name="octagon" d="M968.533 631.467l-251.733 251.733c-4.267 8.533-17.067 12.8-29.867 12.8h-349.867c-12.8 0-25.6-4.267-29.867-12.8l-251.733-251.733c-8.533-4.267-12.8-17.067-12.8-29.867v-354.133c0-12.8 4.267-21.333 12.8-29.867l251.733-251.733c4.267-4.267 17.067-8.533 29.867-8.533h354.133c12.8 0 21.333 4.267 29.867 12.8l251.733 251.733c8.533 8.533 12.8 17.067 12.8 29.867v349.867c-4.267 12.8-8.533 25.6-17.067 29.867zM896 268.8l-226.133-226.133h-315.733l-226.133 226.133v315.733l226.133 226.133h320l221.867-226.133v-315.733z" />
|
||||
<glyph unicode="" glyph-name="package" d="M908.8 742.4l-341.333 170.667c0 0 0 0 0 0-34.133 17.067-76.8 17.067-115.2 0l-341.333-170.667c-42.667-21.333-68.267-64-68.267-110.933v-405.333c0-46.933 25.6-93.867 72.533-115.2l341.333-170.667c17.067-8.533 38.4-12.8 55.467-12.8 21.333 0 38.4 4.267 55.467 12.8l341.333 170.667c42.667 21.333 72.533 64 72.533 115.2v405.333c0 46.933-25.6 89.6-72.533 110.933zM494.933 840.534c4.267 4.267 12.8 4.267 17.067 4.267 8.533 0 12.8 0 17.067-4.267l315.733-157.867-119.467-59.733-332.8 166.4 102.4 51.2zM512 516.267l-332.8 166.4 119.467 59.733 332.8-166.4-119.467-59.733zM149.333 183.467c-12.8 8.533-21.333 25.6-21.333 38.4v392.533l341.333-170.667v-418.133l-320 157.867zM870.4 183.467l-315.733-157.867v418.133l341.333 170.667v-392.533c0-17.067-8.533-29.867-25.6-38.4z" />
|
||||
<glyph unicode="" glyph-name="paperclip" d="M942.933 499.2c-17.067 17.067-42.667 17.067-59.733 0l-392.533-392.533c-85.333-85.333-217.6-85.333-302.933 0s-85.333 217.6 0 302.933l392.533 392.533c46.933 46.933 132.267 46.933 179.2 0 51.2-51.2 51.2-132.267 0-179.2l-392.533-392.533c-17.067-17.067-42.667-17.067-59.733 0-4.267 4.267-8.533 12.8-8.533 25.6s4.267 21.333 12.8 29.867l362.667 362.667c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-362.667-362.667c-25.6-21.333-38.4-55.467-38.4-89.6s12.8-68.267 38.4-89.6c51.2-51.2 132.267-51.2 179.2 0l392.533 392.533c85.333 85.333 85.333 217.6 0 302.933-38.4 38.4-93.867 64-149.333 64s-110.933-21.333-149.333-64l-392.533-392.533c-115.2-115.2-115.2-307.2 0-422.4 59.733-59.733 136.533-85.333 213.333-85.333s153.6 29.867 213.333 85.333l392.533 392.533c8.533 12.8 8.533 42.667-8.533 59.733z" />
|
||||
<glyph unicode="" glyph-name="pause" d="M426.667 810.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667v-682.667c0-25.6 17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667v682.667c0 25.6-17.067 42.667-42.667 42.667zM384 128h-85.333v597.333h85.333v-597.333zM768 810.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667v-682.667c0-25.6 17.067-42.667 42.667-42.667h170.667c25.6 0 42.667 17.067 42.667 42.667v682.667c0 25.6-17.067 42.667-42.667 42.667zM725.333 128h-85.333v597.333h85.333v-597.333z" />
|
||||
<glyph unicode="" glyph-name="pause-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM426.667 597.334c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667zM597.333 597.334c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="percent" d="M840.533 755.2c-17.067 17.067-42.667 17.067-59.733 0l-597.333-597.333c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l597.333 597.333c17.067 17.067 17.067 42.667 0 59.733zM277.333 512c81.067 0 149.333 68.267 149.333 149.333s-68.267 149.333-149.333 149.333-149.333-68.267-149.333-149.333 68.267-149.333 149.333-149.333zM277.333 725.334c34.133 0 64-29.867 64-64s-29.867-64-64-64-64 29.867-64 64 29.867 64 64 64zM746.667 341.334c-81.067 0-149.333-68.267-149.333-149.333s68.267-149.333 149.333-149.333 149.333 68.267 149.333 149.333-68.267 149.333-149.333 149.333zM746.667 128c-34.133 0-64 29.867-64 64s29.867 64 64 64 64-29.867 64-64-29.867-64-64-64z" />
|
||||
<glyph unicode="" glyph-name="phone" d="M870.4 345.6c-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-76.8 51.2-145.067 115.2-196.267 196.267l29.867 29.867c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-8.533 64-64 110.933-128 110.933 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 68.267-106.667 162.133-200.533 268.8-268.8 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128zM896 217.6v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-98.133 59.733-179.2 145.067-243.2 243.2-68.267 106.667-110.933 226.133-123.733 349.867 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c0 0 0 0 0 0 21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-12.8-12.8-17.067-34.133-8.533-51.2 64-115.2 157.867-209.067 273.067-273.067 17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 17.067-4.267 34.133-21.333 34.133-42.667 0 0 0 0 0 0z" />
|
||||
<glyph unicode="" glyph-name="phone-call" d="M870.4 345.6c-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-76.8 51.2-145.067 115.2-196.267 196.267l29.867 29.867c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-8.533 64-64 110.933-128 110.933 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 68.267-106.667 162.133-200.533 268.8-268.8 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128zM896 217.6v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-98.133 59.733-179.2 145.067-243.2 243.2-68.267 106.667-110.933 226.133-123.733 349.867 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c0 0 0 0 0 0 21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-12.8-12.8-17.067-34.133-8.533-51.2 64-115.2 157.867-209.067 273.067-273.067 17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 17.067-4.267 34.133-21.333 34.133-42.667 0 0 0 0 0 0zM648.533 938.667c-21.333 4.267-42.667-12.8-46.933-38.4-4.267-21.333 12.8-42.667 38.4-46.933 157.867-17.067 281.6-140.8 302.933-302.933 4.267-21.333 21.333-38.4 42.667-38.4 0 0 4.267 0 4.267 0 21.333 4.267 38.4 25.6 38.4 46.933-25.6 200.533-183.467 358.4-379.733 379.733zM768 550.4c4.267-21.333 21.333-34.133 42.667-34.133 4.267 0 4.267 0 8.533 0 21.333 4.267 38.4 25.6 34.133 51.2-21.333 102.4-98.133 183.467-200.533 200.533-21.333 4.267-46.933-8.533-51.2-34.133s8.533-46.933 34.133-51.2c68.267-12.8 119.467-64 132.267-132.267z" />
|
||||
<glyph unicode="" glyph-name="phone-forwarded" d="M1019.733 708.267c4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-170.667 170.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133h-238.933c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h238.933l-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l170.667 170.667c4.267 4.267 8.533 8.533 8.533 12.8zM870.4 345.6c-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-76.8 51.2-145.067 115.2-196.267 196.267l29.867 29.867c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-8.533 64-64 110.933-128 110.933 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 68.267-106.667 162.133-200.533 268.8-268.8 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128zM896 217.6v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-98.133 59.733-179.2 145.067-243.2 243.2-68.267 106.667-110.933 226.133-123.733 349.867 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c0 0 0 0 0 0 21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-12.8-12.8-17.067-34.133-8.533-51.2 64-115.2 157.867-209.067 273.067-273.067 17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 17.067-4.267 34.133-21.333 34.133-42.667 0 0 0 0 0 0z" />
|
||||
<glyph unicode="" glyph-name="phone-incoming" d="M1011.2 925.867c-17.067 17.067-42.667 17.067-59.733 0l-226.133-226.133v153.6c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256c0-4.267 0-12.8 4.267-17.067 4.267-8.533 12.8-17.067 21.333-21.333 4.267-4.267 12.8-4.267 17.067-4.267h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-153.6l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733zM870.4 345.6c-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-76.8 51.2-145.067 115.2-196.267 196.267l29.867 29.867c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-8.533 64-64 110.933-128 110.933 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 68.267-106.667 162.133-200.533 268.8-268.8 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128zM896 217.6v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-98.133 59.733-179.2 145.067-243.2 243.2-68.267 106.667-110.933 226.133-123.733 349.867 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c0 0 0 0 0 0 21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-12.8-12.8-17.067-34.133-8.533-51.2 64-115.2 157.867-209.067 273.067-273.067 17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 17.067-4.267 34.133-21.333 34.133-42.667 0 0 0 0 0 0z" />
|
||||
<glyph unicode="" glyph-name="phone-missed" d="M913.067 768l98.133 98.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-98.133-98.133-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l98.133 98.133 98.133-98.133c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133zM870.4 345.6c-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-76.8 51.2-145.067 115.2-196.267 196.267l29.867 29.867c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-8.533 64-64 110.933-128 110.933 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 68.267-106.667 162.133-200.533 268.8-268.8 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128zM896 217.6v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-98.133 59.733-179.2 145.067-243.2 243.2-68.267 106.667-110.933 226.133-123.733 349.867 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c0 0 0 0 0 0 21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-12.8-12.8-17.067-34.133-8.533-51.2 64-115.2 157.867-209.067 273.067-273.067 17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 17.067-4.267 34.133-21.333 34.133-42.667 0 0 0 0 0 0z" />
|
||||
<glyph unicode="" glyph-name="phone-off" d="M221.867 349.867c8.533 0 17.067 4.267 21.333 8.533 21.333 12.8 25.6 38.4 12.8 59.733-68.267 102.4-110.933 221.867-123.733 345.6 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l55.467 55.467c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-12.8 59.733-68.267 106.667-132.267 106.667 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 8.533-8.533 25.6-17.067 38.4-17.067zM1011.2 925.867c-17.067 17.067-42.667 17.067-59.733 0l-524.8-524.8c0 0 0 0 0 0s0 0 0 0l-413.867-413.867c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l264.533 264.533c38.4-34.133 76.8-64 119.467-89.6 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-25.6 17.067-51.2 38.4-76.8 59.733l490.667 490.667c17.067 17.067 17.067 42.667 0 59.733zM580.267 221.867c17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 21.333-4.267 38.4-21.333 38.4-42.667v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-38.4 21.333-72.533 51.2-102.4 81.067l59.733 59.733c34.133-34.133 76.8-64 119.467-89.6z" />
|
||||
<glyph unicode="" glyph-name="phone-outgoing" d="M1019.733 913.067c-4.267 8.533-12.8 17.067-21.333 21.333-4.267 4.267-12.8 4.267-17.067 4.267h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h153.6l-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l226.133 226.133v-153.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 4.267 0 12.8-4.267 17.067zM870.4 345.6c-38.4 4.267-76.8 12.8-110.933 25.6-46.933 17.067-98.133 4.267-136.533-29.867l-29.867-29.867c-76.8 51.2-145.067 115.2-196.267 196.267l29.867 29.867c34.133 34.133 46.933 89.6 29.867 136.533-12.8 34.133-21.333 72.533-25.6 110.933-8.533 64-64 110.933-128 110.933 0 0 0 0 0 0h-128c-4.267 0-8.533 0-12.8 0-34.133-4.267-64-21.333-85.333-46.933s-29.867-59.733-29.867-93.867c12.8-136.533 64-273.067 136.533-388.267 68.267-106.667 162.133-200.533 268.8-268.8 115.2-76.8 251.733-123.733 388.267-136.533 4.267 0 8.533 0 12.8 0 0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4s38.4 55.467 38.4 89.6v128c0 64-46.933 119.467-110.933 128zM896 217.6v-128c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-34.133-12.8c-123.733 12.8-243.2 55.467-349.867 123.733-98.133 59.733-179.2 145.067-243.2 243.2-68.267 106.667-110.933 226.133-123.733 349.867 0 12.8 4.267 21.333 8.533 29.867 8.533 8.533 21.333 17.067 34.133 17.067h128c0 0 0 0 0 0 21.333 0 38.4-17.067 42.667-38.4 4.267-42.667 17.067-89.6 34.133-128 4.267-17.067 0-34.133-8.533-46.933l-55.467-51.2c-12.8-12.8-17.067-34.133-8.533-51.2 64-115.2 157.867-209.067 273.067-273.067 17.067-8.533 38.4-8.533 51.2 8.533l55.467 55.467c12.8 12.8 29.867 17.067 46.933 8.533 42.667-17.067 85.333-25.6 128-34.133 17.067-4.267 34.133-21.333 34.133-42.667 0 0 0 0 0 0z" />
|
||||
<glyph unicode="" glyph-name="pie-chart" d="M921.6 298.667c-21.333 8.533-46.933 0-55.467-21.333-81.067-196.267-307.2-285.867-503.467-204.8s-285.867 307.2-204.8 503.467c38.4 89.6 110.933 162.133 200.533 200.533 21.333 8.533 29.867 34.133 21.333 55.467s-34.133 34.133-55.467 25.6c-110.933-46.933-196.267-136.533-243.2-247.467-102.4-238.933 12.8-516.267 247.467-614.4 59.733-25.6 123.733-38.4 183.467-38.4 183.467 0 358.4 106.667 430.933 285.867 8.533 21.333 0 46.933-21.333 55.467zM512 896c-25.6 0-42.667-17.067-42.667-42.667v-426.667c0-25.6 17.067-42.667 42.667-42.667h426.667c25.6 0 42.667 17.067 42.667 42.667 0 260.267-209.067 469.333-469.333 469.333zM554.667 469.334v337.067c179.2-21.333 320-162.133 337.067-337.067h-337.067z" />
|
||||
<glyph unicode="" glyph-name="play" d="M832 460.8l-597.333 384c-12.8 8.533-29.867 8.533-42.667 0-12.8-4.267-21.333-17.067-21.333-34.133v-768c0-17.067 8.533-29.867 21.333-38.4 8.533-4.267 12.8-4.267 21.333-4.267s17.067 4.267 21.333 8.533l597.333 384c12.8 8.533 21.333 21.333 21.333 34.133s-8.533 29.867-21.333 34.133zM256 119.467v614.4l477.867-307.2-477.867-307.2z" />
|
||||
<glyph unicode="" glyph-name="play-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM708.267 460.8l-256 170.667c-12.8 8.533-29.867 8.533-42.667 0-17.067-4.267-25.6-17.067-25.6-34.133v-341.333c0-17.067 8.533-29.867 21.333-38.4 8.533-4.267 12.8-4.267 21.333-4.267s17.067 4.267 25.6 8.533l256 170.667c12.8 8.533 17.067 21.333 17.067 34.133s-8.533 25.6-17.067 34.133zM469.333 337.067v179.2l136.533-89.6-136.533-89.6z" />
|
||||
<glyph unicode="" glyph-name="plus" d="M810.667 469.334h-256v256c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="plus-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM682.667 469.334h-128v128c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-128h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="plus-square" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-597.333zM682.667 469.334h-128v128c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-128h-128c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h128v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128h128c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="pocket" d="M853.333 853.334h-682.667c-72.533 0-128-55.467-128-128v-256c0-260.267 209.067-469.333 469.333-469.333s469.333 209.067 469.333 469.333v256c0 72.533-55.467 128-128 128zM896 469.334c0-213.333-170.667-384-384-384s-384 170.667-384 384v256c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-256zM652.8 541.867l-140.8-140.8-140.8 140.8c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l170.667-170.667c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l170.667 170.667c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="power" d="M814.933 686.934c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733c132.267-132.267 132.267-349.867 0-482.133s-349.867-132.267-482.133 0c-132.267 132.267-132.267 349.867 0 482.133 17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0c-170.667-166.4-170.667-439.467-4.267-605.867 85.333-81.067 192-123.733 302.933-123.733s217.6 42.667 302.933 123.733c166.4 166.4 166.4 439.467 0 605.867zM512 384c25.6 0 42.667 17.067 42.667 42.667v426.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-426.667c0-25.6 17.067-42.667 42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="printer" d="M853.333 597.334h-42.667v256c0 25.6-17.067 42.667-42.667 42.667h-512c-25.6 0-42.667-17.067-42.667-42.667v-256h-42.667c-72.533 0-128-55.467-128-128v-213.333c0-72.533 55.467-128 128-128h42.667v-128c0-25.6 17.067-42.667 42.667-42.667h512c25.6 0 42.667 17.067 42.667 42.667v128h42.667c72.533 0 128 55.467 128 128v213.333c0 72.533-55.467 128-128 128zM298.667 810.667h426.667v-213.333h-426.667v213.333zM725.333 42.667h-426.667v256h426.667v-256zM896 256c0-25.6-17.067-42.667-42.667-42.667h-42.667v128c0 25.6-17.067 42.667-42.667 42.667h-512c-25.6 0-42.667-17.067-42.667-42.667v-128h-42.667c-25.6 0-42.667 17.067-42.667 42.667v213.333c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-213.333z" />
|
||||
<glyph unicode="" glyph-name="radio" d="M512 554.667c-72.533 0-128-55.467-128-128s55.467-128 128-128 128 55.467 128 128-55.467 128-128 128zM512 384c-25.6 0-42.667 17.067-42.667 42.667s17.067 42.667 42.667 42.667 42.667-17.067 42.667-42.667-17.067-42.667-42.667-42.667zM844.8 759.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733c149.333-149.333 149.333-392.533 0-541.867-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c183.467 179.2 183.467 477.867 0 661.333zM238.933 699.734c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0c-183.467-183.467-183.467-482.133 0-665.6 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733-149.333 149.333-149.333 396.8 0 546.133zM298.667 426.667c0 55.467 21.333 110.933 64 149.333 0 0 0 0 0 0 17.067 17.067 12.8 42.667 0 59.733-17.067 17.067-42.667 17.067-59.733 0 0 0 0 0 0 0-115.2-115.2-115.2-307.2 0-422.4 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733-42.667 42.667-64 98.133-64 153.6zM721.067 635.734c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733c85.333-81.067 85.333-217.6 4.267-298.667-4.267-4.267-8.533-8.533-12.8-12.8-8.533-21.333 0-46.933 17.067-55.467 4.267-4.267 12.8-4.267 17.067-4.267 12.8 0 21.333 4.267 29.867 12.8 123.733 115.2 123.733 302.933 4.267 418.133z" />
|
||||
<glyph unicode="" glyph-name="refresh-ccw" d="M42.667 469.334h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-149.333l119.467 115.2c34.133 34.133 81.067 64 128 81.067 85.333 29.867 179.2 25.6 260.267-12.8s145.067-106.667 174.933-196.267c8.533-21.333 34.133-34.133 55.467-25.6s34.133 34.133 25.6 55.467c-38.4 106.667-115.2 192-217.6 243.2s-217.6 55.467-324.267 17.067c-59.733-25.6-115.2-59.733-157.867-102.4l-128-119.467v157.867c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256c0 0 0-4.267 0-4.267 0-4.267 0-8.533 0-8.533 0-4.267 4.267-4.267 4.267-8.533 0 0 0-4.267 4.267-4.267 0 0 0 0 0 0 4.267-4.267 8.533-8.533 12.8-8.533 0 0 0 0 0 0 8.533-8.533 17.067-8.533 21.333-8.533zM1024 349.867c0 4.267 0 4.267 0 8.533s-4.267 4.267-4.267 8.533c0 0 0 4.267-4.267 4.267 0 0 0 0 0 0-4.267 4.267-4.267 4.267-8.533 4.267 0 0-4.267 4.267-4.267 4.267s-4.267 0-4.267 0-8.533 0-12.8 4.267c0 0 0 0 0 0h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h149.333l-119.467-115.2c-132.267-132.267-349.867-132.267-482.133 0-34.133 34.133-64 81.067-81.067 128-8.533 21.333-34.133 34.133-55.467 25.6s-34.133-34.133-25.6-55.467c21.333-59.733 55.467-115.2 102.4-157.867 85.333-85.333 192-123.733 302.933-123.733s217.6 42.667 298.667 123.733l128 119.467v-157.867c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c-8.533 4.267-8.533 4.267-8.533 8.533z" />
|
||||
<glyph unicode="" glyph-name="refresh-cw" d="M887.467 337.067c-21.333 8.533-46.933-4.267-55.467-25.6-17.067-46.933-42.667-93.867-81.067-128-59.733-64-149.333-98.133-238.933-98.133 0 0 0 0 0 0-89.6 0-174.933 34.133-243.2 102.4l-119.467 110.933h149.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-256c0 0 0 0 0 0-4.267 0-8.533 0-8.533-4.267 0 0-4.267 0-4.267 0s-4.267 0-4.267-4.267c-4.267 0-8.533-4.267-8.533-8.533 0 0 0 0 0 0s0-4.267-4.267-4.267c0-4.267-4.267-4.267-4.267-8.533s0-4.267 0-8.533c0 0 0-4.267 0-4.267v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v157.867l123.733-119.467c72.533-81.067 179.2-123.733 294.4-123.733 0 0 0 0 0 0 115.2 0 221.867 42.667 302.933 123.733 42.667 42.667 81.067 98.133 102.4 157.867 4.267 25.6-8.533 51.2-29.867 55.467zM1024 507.734c0 0 0 4.267 0 4.267v256c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-157.867l-123.733 119.467c-42.667 42.667-98.133 81.067-157.867 102.4-110.933 34.133-226.133 29.867-328.533-21.333-102.4-46.933-179.2-132.267-217.6-243.2-8.533-21.333 4.267-46.933 25.6-51.2 21.333-8.533 46.933 4.267 55.467 25.6 29.867 85.333 93.867 153.6 174.933 196.267 81.067 38.4 174.933 42.667 260.267 12.8 46.933-17.067 93.867-42.667 128-81.067l119.467-115.2h-149.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c4.267 0 12.8 0 17.067 4.267 0 0 0 0 0 0 4.267 4.267 8.533 4.267 12.8 8.533 0 0 0 0 0 0s0 4.267 4.267 4.267c0 4.267 4.267 4.267 4.267 8.533 4.267 4.267 4.267 8.533 4.267 12.8z" />
|
||||
<glyph unicode="" glyph-name="repeat" d="M128 426.667c25.6 0 42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h494.933l-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l170.667 170.667c4.267 4.267 8.533 8.533 8.533 12.8 4.267 8.533 4.267 21.333 0 34.133-4.267 4.267-4.267 8.533-8.533 12.8l-170.667 170.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133h-494.933c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667zM896 426.667c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-72.533-55.467-128-128-128h-494.933l98.133 98.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-170.667-170.667c-4.267-4.267-8.533-8.533-8.533-12.8-4.267-8.533-4.267-21.333 0-34.133 4.267-4.267 4.267-8.533 8.533-12.8l170.667-170.667c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133h494.933c119.467 0 213.333 93.867 213.333 213.333v85.333c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="rewind" d="M486.4 763.734c-12.8 8.533-34.133 4.267-46.933-4.267l-384-298.667c-8.533-8.533-12.8-21.333-12.8-34.133s4.267-25.6 17.067-34.133l384-298.667c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v597.333c0 17.067-8.533 29.867-25.6 38.4zM426.667 213.334l-273.067 213.333 273.067 213.333v-426.667zM955.733 763.734c-12.8 8.533-34.133 4.267-46.933-4.267l-384-298.667c-8.533-8.533-12.8-21.333-12.8-34.133s4.267-25.6 17.067-34.133l384-298.667c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v597.333c0 17.067-8.533 29.867-25.6 38.4zM896 213.334l-273.067 213.333 273.067 213.333v-426.667z" />
|
||||
<glyph unicode="" glyph-name="rotate-ccw" d="M913.067 567.467c-38.4 106.667-115.2 192-217.6 243.2s-217.6 55.467-324.267 17.067c-59.733-21.333-115.2-55.467-157.867-98.133l-128-119.467v157.867c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-256c0 0 0-4.267 0-4.267 0-4.267 0-8.533 0-8.533 0-4.267 4.267-4.267 4.267-8.533 0 0 0-4.267 4.267-4.267 0 0 0 0 0 0 4.267-4.267 4.267-4.267 8.533-4.267 0 0 4.267-4.267 4.267-4.267s4.267 0 4.267 0 8.533 0 8.533 0c0 0 0 0 0 0h256c25.6 0 42.667 17.067 42.667 42.667s-8.533 34.133-34.133 34.133h-149.333l119.467 115.2c34.133 34.133 81.067 64 128 81.067 85.333 29.867 179.2 25.6 260.267-12.8s145.067-106.667 174.933-196.267c29.867-85.333 25.6-179.2-12.8-260.267s-106.667-145.067-196.267-174.933c-179.2-64-371.2 29.867-435.2 209.067-8.533 21.333-34.133 34.133-55.467 25.6s-34.133-34.133-25.6-55.467c64-174.933 230.4-285.867 405.333-285.867 46.933 0 93.867 8.533 140.8 25.6 221.867 76.8 341.333 320 260.267 541.867z" />
|
||||
<glyph unicode="" glyph-name="rotate-cw" d="M1024 507.734c0 0 0 4.267 0 4.267v256c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-157.867l-123.733 119.467c-42.667 42.667-98.133 81.067-157.867 102.4-226.133 76.8-469.333-42.667-546.133-264.533s38.4-465.067 260.267-546.133c46.933-12.8 93.867-21.333 140.8-21.333 174.933 0 341.333 110.933 401.067 285.867 8.533 21.333-4.267 46.933-25.6 55.467s-46.933-4.267-55.467-25.6c-64-179.2-256-268.8-435.2-209.067-179.2 64-268.8 256-209.067 435.2 64 174.933 260.267 268.8 439.467 204.8 46.933-17.067 93.867-42.667 128-81.067l119.467-110.933h-149.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c0 0 0 0 0 0 4.267 0 8.533 0 8.533 4.267 0 0 4.267 0 4.267 0s4.267 4.267 4.267 4.267c4.267 0 8.533 4.267 8.533 8.533 0 0 0 0 0 0s0 4.267 4.267 4.267c0 4.267 4.267 4.267 4.267 8.533 8.533 0 8.533 4.267 8.533 8.533z" />
|
||||
<glyph unicode="" glyph-name="rss" d="M170.667 512c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667c187.733 0 341.333-153.6 341.333-341.333 0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 234.667-192 426.667-426.667 426.667zM170.667 810.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667c354.133 0 640-285.867 640-640 0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 401.067-324.267 725.333-725.333 725.333zM298.667 128c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="save" d="M925.867 627.2l-213.333 213.333c-8.533 8.533-17.067 12.8-29.867 12.8h-469.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v469.333c0 12.8-4.267 21.333-12.8 29.867zM682.667 85.334h-341.333v256h341.333v-256zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-42.667v298.667c0 25.6-17.067 42.667-42.667 42.667h-426.667c-25.6 0-42.667-17.067-42.667-42.667v-298.667h-42.667c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h42.667v-170.667c0-25.6 17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-298.667v128h324.267l187.733-187.733v-452.267z" />
|
||||
<glyph unicode="" glyph-name="scissors" d="M883.2 738.134c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-311.467-311.467-110.933 110.933c17.067 25.6 25.6 55.467 25.6 85.333 0 93.867-76.8 170.667-170.667 170.667s-170.667-76.8-170.667-170.667 76.8-170.667 170.667-170.667c29.867 0 59.733 8.533 85.333 25.6l110.933-110.933-110.933-110.933c-25.6 17.067-55.467 25.6-85.333 25.6-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667 170.667 76.8 170.667 170.667c0 29.867-8.533 59.733-25.6 85.333l482.133 482.133zM170.667 682.667c0 46.933 38.4 85.333 85.333 85.333s85.333-38.4 85.333-85.333c0-25.6-8.533-42.667-25.6-59.733 0 0 0 0 0 0s0 0 0 0c-17.067-17.067-34.133-25.6-59.733-25.6-46.933 0-85.333 38.4-85.333 85.333zM256 85.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333c25.6 0 42.667-8.533 59.733-25.6 0 0 0 0 0 0s0 0 0 0c17.067-17.067 25.6-34.133 25.6-59.733 0-46.933-38.4-85.333-85.333-85.333zM648.533 349.867c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l234.667-234.667c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-234.667 234.667z" />
|
||||
<glyph unicode="" glyph-name="search" d="M925.867 72.534l-157.867 157.867c51.2 64 85.333 149.333 85.333 238.933 0 213.333-170.667 384-384 384s-384-170.667-384-384c0-213.333 170.667-384 384-384 89.6 0 174.933 29.867 238.933 85.333l157.867-157.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733zM170.667 469.334c0 166.4 132.267 298.667 298.667 298.667s298.667-132.267 298.667-298.667c0-81.067-34.133-157.867-85.333-209.067 0 0 0 0 0 0s0 0 0 0c-55.467-55.467-128-85.333-209.067-85.333-170.667-4.267-302.933 128-302.933 294.4z" />
|
||||
<glyph unicode="" glyph-name="send" d="M981.333 857.6c0 4.267 0 8.533-4.267 12.8 0 0 0 4.267 0 4.267 0 4.267-4.267 8.533-8.533 12.8s-8.533 4.267-12.8 8.533c0 0-4.267 0-4.267 0-4.267 0-8.533 0-12.8 4.267 0-4.267 0-4.267 0-4.267-4.267 0-8.533 0-12.8-4.267l-853.333-298.667c-17.067-4.267-29.867-17.067-29.867-38.4 0-17.067 8.533-34.133 25.6-42.667l366.933-162.133 162.133-366.933c8.533-17.067 21.333-25.6 38.4-25.6 0 0 0 0 0 0 17.067 0 34.133 12.8 38.4 29.867l298.667 853.333c8.533 4.267 8.533 8.533 8.533 17.067 0-4.267 0-4.267 0 0zM776.533 750.934l-315.733-315.733-260.267 115.2 576 200.533zM635.733 115.2l-115.2 260.267 315.733 315.733-200.533-576z" />
|
||||
<glyph unicode="" glyph-name="server" d="M853.333 896h-682.667c-72.533 0-128-55.467-128-128v-170.667c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v170.667c0 72.533-55.467 128-128 128zM896 597.334c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v170.667c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-170.667zM853.333 384h-682.667c-72.533 0-128-55.467-128-128v-170.667c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v170.667c0 72.533-55.467 128-128 128zM896 85.334c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v170.667c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-170.667zM226.133 712.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0zM226.133 200.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="settings" d="M512 597.334c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667c93.867 0 170.667 76.8 170.667 170.667s-76.8 170.667-170.667 170.667zM512 341.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333zM866.133 281.6c4.267 8.533 12.8 17.067 29.867 17.067 72.533 0 128 55.467 128 128s-55.467 128-128 128h-8.533c-8.533 0-17.067 4.267-21.333 12.8 0 4.267 0 4.267-4.267 8.533-4.267 8.533-4.267 21.333 8.533 34.133 51.2 51.2 51.2 132.267 0 179.2v0c0 0 0 0 0 0-25.6 25.6-55.467 38.4-89.6 38.4 0 0 0 0 0 0-34.133 0-68.267-12.8-93.867-38.4-8.533-8.533-21.333-8.533-29.867-4.267-8.533 0-17.067 12.8-17.067 25.6 0 72.533-55.467 128-128 128s-128-55.467-128-128v-8.533c0-8.533-4.267-17.067-12.8-21.333-4.267 0-4.267 0-8.533-4.267-8.533-4.267-21.333 0-34.133 8.533-51.2 51.2-132.267 51.2-179.2 0-51.2-51.2-51.2-132.267 4.267-183.467 8.533-8.533 8.533-21.333 4.267-34.133-4.267-8.533-17.067-17.067-29.867-17.067-72.533 0-128-55.467-128-128s55.467-128 128-128h8.533c12.8 0 21.333-8.533 25.6-17.067s4.267-21.333-8.533-34.133c-25.6-25.6-38.4-55.467-38.4-89.6s12.8-64 38.4-89.6c0 0 0 0 0 0 51.2-51.2 132.267-51.2 183.467 4.267 8.533 8.533 21.333 8.533 34.133 4.267s17.067-12.8 17.067-29.867c0-72.533 55.467-128 128-128s128 55.467 128 128v8.533c0 12.8 8.533 21.333 17.067 25.6s21.333 4.267 34.133-8.533c51.2-51.2 132.267-51.2 179.2 0 51.2 51.2 51.2 132.267-4.267 183.467-4.267 8.533-8.533 21.333-4.267 29.867 0 0 0 0 0 0zM789.333 315.734c-17.067-42.667-8.533-89.6 25.6-128 8.533-8.533 12.8-17.067 12.8-29.867s-4.267-21.333-12.8-29.867c-8.533-8.533-17.067-12.8-29.867-12.8 0 0 0 0 0 0-12.8 0-21.333 4.267-34.133 17.067-34.133 34.133-81.067 42.667-123.733 21.333-42.667-17.067-68.267-59.733-68.267-102.4v-8.533c0-25.6-17.067-42.667-42.667-42.667s-42.667 17.067-42.667 42.667c0 0 0 4.267 0 4.267 0 46.933-29.867 85.333-72.533 102.4-12.8 8.533-29.867 8.533-46.933 8.533-29.867 0-59.733-12.8-81.067-34.133-17.067-17.067-42.667-17.067-59.733 0 0 0 0 0 0 0v0c-8.533 8.533-12.8 17.067-12.8 29.867s4.267 21.333 17.067 34.133c34.133 34.133 42.667 81.067 21.333 123.733-17.067 42.667-59.733 68.267-102.4 68.267h-8.533c-25.6 0-42.667 17.067-42.667 42.667s17.067 42.667 42.667 42.667c0 0 4.267 0 4.267 0 46.933 0 85.333 29.867 102.4 72.533s8.533 89.6-25.6 128c-17.067 17.067-17.067 42.667 0 59.733s42.667 17.067 64-4.267c29.867-29.867 76.8-38.4 115.2-25.6 4.267 0 8.533 0 12.8 4.267 42.667 17.067 68.267 59.733 68.267 102.4v8.533c0 25.6 17.067 42.667 42.667 42.667s42.667-17.067 42.667-46.933c0-46.933 25.6-85.333 68.267-102.4s89.6-8.533 128 25.6c8.533 8.533 17.067 12.8 29.867 12.8v0c12.8 0 21.333-4.267 29.867-12.8 0 0 0 0 0 0 17.067-17.067 17.067-42.667-4.267-64-29.867-29.867-38.4-76.8-25.6-115.2 0-4.267 0-8.533 4.267-12.8 17.067-42.667 59.733-68.267 102.4-68.267h8.533c25.6 0 42.667-17.067 42.667-42.667s-17.067-42.667-46.933-42.667c-42.667 0-85.333-25.6-102.4-68.267z" />
|
||||
<glyph unicode="" glyph-name="share" d="M853.333 469.334c-25.6 0-42.667-17.067-42.667-42.667v-341.333c0-25.6-17.067-42.667-42.667-42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v341.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-341.333c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v341.333c0 25.6-17.067 42.667-42.667 42.667zM371.2 652.8l98.133 98.133v-452.267c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v452.267l98.133-98.133c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-170.667 170.667c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-170.667-170.667c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0z" />
|
||||
<glyph unicode="" glyph-name="share-2" d="M768 298.667c-46.933 0-89.6-21.333-119.467-51.2l-226.133 132.267c0 17.067 4.267 29.867 4.267 46.933s-4.267 29.867-8.533 46.933l226.133 132.267c34.133-29.867 76.8-51.2 123.733-51.2 93.867 0 170.667 76.8 170.667 170.667s-76.8 170.667-170.667 170.667-170.667-76.8-170.667-170.667c0-17.067 4.267-29.867 8.533-46.933l-230.4-132.267c-29.867 29.867-72.533 51.2-119.467 51.2-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667c46.933 0 89.6 21.333 119.467 51.2l226.133-132.267c0-17.067-4.267-29.867-4.267-46.933 0-93.867 76.8-170.667 170.667-170.667s170.667 76.8 170.667 170.667-76.8 170.667-170.667 170.667zM768 810.667c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333-85.333 38.4-85.333 85.333 38.4 85.333 85.333 85.333zM256 341.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333c0-46.933-38.4-85.333-85.333-85.333zM768 42.667c-46.933 0-85.333 38.4-85.333 85.333 0 17.067 4.267 29.867 12.8 42.667 0 0 0 0 0 0s0 0 0 0c12.8 25.6 42.667 42.667 72.533 42.667 46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="shield" d="M870.4 763.734l-341.333 128c-8.533 4.267-21.333 4.267-29.867 0l-341.333-128c-17.067-4.267-29.867-21.333-29.867-38.4v-298.667c0-277.333 349.867-456.533 366.933-465.067 4.267-4.267 8.533-4.267 17.067-4.267s12.8 0 17.067 4.267c17.067 8.533 366.933 187.733 366.933 465.067v298.667c0 17.067-12.8 34.133-25.6 38.4zM810.667 426.667c0-192-230.4-337.067-298.667-379.733-68.267 38.4-298.667 183.467-298.667 379.733v268.8l298.667 110.933 298.667-110.933v-268.8z" />
|
||||
<glyph unicode="" glyph-name="shield-off" d="M392.533 763.734l119.467 42.667 298.667-110.933v-268.8c0-25.6-4.267-51.2-12.8-72.533s4.267-46.933 29.867-51.2c4.267 0 8.533 0 12.8 0 17.067 0 34.133 12.8 42.667 29.867 8.533 29.867 12.8 64 17.067 98.133v294.4c0 17.067-12.8 34.133-25.6 38.4l-341.333 128c-8.533 4.267-21.333 4.267-29.867 0l-140.8-46.933c-21.333-8.533-34.133-34.133-25.6-55.467s34.133-34.133 55.467-25.6zM1011.2-12.8l-938.667 938.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l119.467-119.467c0-8.533-4.267-12.8-4.267-21.333v-298.667c0-277.333 349.867-456.533 366.933-465.067 4.267-4.267 8.533-4.267 17.067-4.267s12.8 0 21.333 4.267c81.067 42.667 153.6 98.133 221.867 162.133l200.533-200.533c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c12.8 21.333 12.8 46.933-4.267 64zM512 46.934c-68.267 38.4-298.667 183.467-298.667 379.733v238.933l477.867-477.867c-51.2-55.467-110.933-102.4-179.2-140.8z" />
|
||||
<glyph unicode="" glyph-name="shopping-bag" d="M934.4 699.734c0 0 0 4.267-4.267 4.267 0 0 0 4.267-4.267 4.267l-128 170.667c-4.267 12.8-17.067 17.067-29.867 17.067h-512c-12.8 0-25.6-4.267-34.133-17.067l-128-170.667c0 0 0-4.267-4.267-4.267 0 0 0-4.267-4.267-4.267 0-8.533 0-12.8 0-17.067v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 4.267 0 8.533-4.267 17.067zM277.333 810.667h469.333l64-85.333h-597.333l64 85.333zM810.667 42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v554.667h682.667v-554.667c0-25.6-17.067-42.667-42.667-42.667zM682.667 554.667c-25.6 0-42.667-17.067-42.667-42.667 0-72.533-55.467-128-128-128s-128 55.467-128 128c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667c0-119.467 93.867-213.333 213.333-213.333s213.333 93.867 213.333 213.333c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="shopping-cart" d="M469.333 42.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM938.667 42.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM1015.467 708.267c-8.533 12.8-21.333 17.067-34.133 17.067h-691.2l-34.133 179.2c-4.267 21.333-21.333 34.133-42.667 34.133h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h136.533l34.133-179.2c0 0 0-4.267 0-4.267l72.533-354.133c12.8-59.733 64-102.4 123.733-102.4 0 0 0 0 4.267 0h413.867c64 0 115.2 42.667 128 102.4l68.267 358.4c0 12.8 0 25.6-8.533 34.133zM870.4 332.8c-4.267-21.333-21.333-34.133-42.667-34.133h-413.867c-21.333 0-38.4 12.8-42.667 34.133l-64 307.2h622.933l-59.733-307.2z" />
|
||||
<glyph unicode="" glyph-name="shuffle" d="M934.4 827.734c-4.267 8.533-12.8 17.067-21.333 21.333-4.267 4.267-12.8 4.267-17.067 4.267h-213.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h110.933l-652.8-652.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l652.8 652.8v-110.933c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v213.333c0 4.267 0 12.8-4.267 17.067zM896 298.667c-25.6 0-42.667-17.067-42.667-42.667v-110.933l-183.467 183.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l183.467-183.467h-110.933c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h213.333c4.267 0 12.8 0 17.067 4.267 8.533 4.267 17.067 12.8 21.333 21.333 4.267 4.267 4.267 12.8 4.267 17.067v213.333c0 25.6-17.067 42.667-42.667 42.667zM354.133 524.8c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-213.333 213.333c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l213.333-213.333z" />
|
||||
<glyph unicode="" glyph-name="sidebar" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM170.667 128v597.333c0 25.6 17.067 42.667 42.667 42.667h128v-682.667h-128c-25.6 0-42.667 17.067-42.667 42.667zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-384v682.667h384c25.6 0 42.667-17.067 42.667-42.667v-597.333z" />
|
||||
<glyph unicode="" glyph-name="skip-back" d="M827.733 806.4c-12.8 8.533-34.133 4.267-46.933-4.267l-426.667-341.333c-8.533-8.533-12.8-21.333-12.8-34.133s4.267-25.6 17.067-34.133l426.667-341.333c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v682.667c0 17.067-8.533 29.867-25.6 38.4zM768 174.934l-315.733 251.733 315.733 251.733v-503.467zM213.333 768c-25.6 0-42.667-17.067-42.667-42.667v-597.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v597.333c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="skip-forward" d="M238.933 802.134c-12.8 8.533-29.867 12.8-42.667 4.267-17.067-8.533-25.6-21.333-25.6-38.4v-682.667c0-17.067 8.533-29.867 25.6-38.4 4.267-4.267 12.8-4.267 17.067-4.267 8.533 0 17.067 4.267 25.6 8.533l426.667 341.333c8.533 8.533 17.067 21.333 17.067 34.133s-4.267 25.6-17.067 34.133l-426.667 341.333zM256 174.934v503.467l315.733-251.733-315.733-251.733zM810.667 768c-25.6 0-42.667-17.067-42.667-42.667v-597.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v597.333c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="slack" d="M981.333 567.467c-55.467 179.2-119.467 281.6-217.6 332.8-89.6 51.2-213.333 51.2-392.533-4.267-345.6-102.4-435.2-268.8-328.533-610.133 76.8-256 187.733-371.2 379.733-371.2 68.267 0 140.8 12.8 230.4 38.4 341.333 106.667 435.2 273.067 328.533 614.4zM627.2 38.4c-298.667-89.6-413.867-25.6-503.467 273.067-89.6 294.4-25.6 413.867 273.067 503.467 85.333 25.6 153.6 38.4 209.067 38.4 46.933 0 89.6-8.533 123.733-25.6 72.533-38.4 128-128 174.933-281.6 0 0 0 0 0 0 85.333-298.667 21.333-418.133-277.333-507.733zM755.2 443.734l-81.067-29.867-42.667 119.467 81.067 29.867c21.333 8.533 34.133 29.867 25.6 55.467-8.533 21.333-29.867 34.133-55.467 25.6l-81.067-29.867-29.867 81.067c-8.533 21.333-29.867 34.133-55.467 25.6-21.333-8.533-34.133-29.867-25.6-55.467l29.867-81.067-119.467-42.667-25.6 85.333c-8.533 21.333-34.133 34.133-55.467 25.6-21.333-4.267-34.133-29.867-25.6-51.2l29.867-81.067-81.067-29.867c-21.333-8.533-34.133-29.867-25.6-55.467 4.267-17.067 21.333-29.867 38.4-29.867 4.267 0 8.533 0 12.8 4.267l81.067 29.867 42.667-119.467-81.067-29.867c-21.333-8.533-34.133-29.867-25.6-55.467 4.267-17.067 21.333-29.867 38.4-29.867 4.267 0 8.533 0 12.8 4.267l81.067 29.867 29.867-81.067c4.267-17.067 21.333-29.867 38.4-29.867 4.267 0 8.533 0 12.8 4.267 21.333 8.533 34.133 29.867 25.6 55.467l-29.867 81.067 119.467 42.667 29.867-81.067c4.267-17.067 21.333-29.867 38.4-29.867 4.267 0 8.533 0 12.8 4.267 21.333 8.533 34.133 29.867 25.6 55.467l-29.867 81.067 81.067 29.867c21.333 8.533 34.133 29.867 25.6 55.467 4.267 12.8-21.333 25.6-42.667 17.067zM473.6 345.6l-42.667 119.467 119.467 42.667 42.667-119.467-119.467-42.667z" />
|
||||
<glyph unicode="" glyph-name="slash" d="M844.8 93.867c85.333 85.333 136.533 200.533 136.533 332.8 0 260.267-209.067 469.333-469.333 469.333-128 0-247.467-51.2-332.8-136.533 0 0 0 0 0 0s0 0 0 0c-85.333-85.333-136.533-204.8-136.533-332.8 0-260.267 209.067-469.333 469.333-469.333 128 0 247.467 51.2 332.8 136.533 0 0 0 0 0 0s0 0 0 0zM896 426.667c0-89.6-29.867-174.933-85.333-238.933l-537.6 537.6c64 55.467 149.333 85.333 238.933 85.333 213.333 0 384-170.667 384-384zM128 426.667c0 89.6 29.867 174.933 85.333 238.933l537.6-537.6c-64-51.2-149.333-85.333-238.933-85.333-213.333 0-384 170.667-384 384z" />
|
||||
<glyph unicode="" glyph-name="sliders" d="M170.667 469.334c25.6 0 42.667 17.067 42.667 42.667v298.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-298.667c0-25.6 17.067-42.667 42.667-42.667zM512 469.334c-25.6 0-42.667-17.067-42.667-42.667v-384c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v384c0 25.6-17.067 42.667-42.667 42.667zM853.333 384c25.6 0 42.667 17.067 42.667 42.667v384c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-384c0-25.6 17.067-42.667 42.667-42.667zM298.667 384h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM640 640h-85.333v170.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-170.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM981.333 298.667h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v170.667h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="smartphone" d="M725.333 896h-426.667c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h426.667c72.533 0 128 55.467 128 128v682.667c0 72.533-55.467 128-128 128zM768 85.334c0-25.6-17.067-42.667-42.667-42.667h-426.667c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h426.667c25.6 0 42.667-17.067 42.667-42.667v-682.667zM482.133 200.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="speaker" d="M768 896h-512c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v682.667c0 72.533-55.467 128-128 128zM810.667 85.334c0-25.6-17.067-42.667-42.667-42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h512c25.6 0 42.667-17.067 42.667-42.667v-682.667zM512 554.667c-119.467 0-213.333-93.867-213.333-213.333s93.867-213.333 213.333-213.333 213.333 93.867 213.333 213.333-93.867 213.333-213.333 213.333zM512 213.334c-72.533 0-128 55.467-128 128s55.467 128 128 128 128-55.467 128-128-55.467-128-128-128zM512 640c12.8 0 21.333 4.267 29.867 12.8s12.8 17.067 12.8 29.867c0 12.8-4.267 21.333-12.8 29.867-17.067 17.067-46.933 17.067-59.733 0-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8z" />
|
||||
<glyph unicode="" glyph-name="square" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-597.333z" />
|
||||
<glyph unicode="" glyph-name="star" d="M981.333 554.667c-4.267 17.067-17.067 25.6-34.133 29.867l-273.067 38.4-123.733 247.467c-12.8 29.867-64 29.867-76.8 0l-123.733-243.2-268.8-42.667c-17.067 0-29.867-12.8-38.4-29.867-4.267-17.067 0-34.133 12.8-42.667l196.267-192-46.933-273.067c-4.267-17.067 4.267-34.133 17.067-42.667s29.867-12.8 46.933-4.267l243.2 128 243.2-128c8.533 0 12.8 0 21.333 0s17.067 4.267 25.6 8.533c12.8 8.533 21.333 25.6 17.067 42.667l-46.933 273.067 196.267 192c12.8 8.533 17.067 25.6 12.8 38.4zM695.467 366.934c-8.533-12.8-12.8-25.6-12.8-38.4l34.133-209.067-187.733 98.133c-12.8 8.533-25.6 8.533-38.4 0l-187.733-98.133 38.4 209.067c0 12.8-4.267 25.6-12.8 38.4l-153.6 145.067 209.067 29.867c12.8 0 25.6 12.8 34.133 21.333l93.867 192 93.867-187.733c4.267-12.8 17.067-21.333 34.133-21.333l209.067-29.867-153.6-149.333z" />
|
||||
<glyph unicode="" glyph-name="stop-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM640 597.334h-256c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667zM597.333 341.334h-170.667v170.667h170.667v-170.667z" />
|
||||
<glyph unicode="" glyph-name="sun" d="M512 682.667c-140.8 0-256-115.2-256-256s115.2-256 256-256 256 115.2 256 256-115.2 256-256 256zM512 256c-93.867 0-170.667 76.8-170.667 170.667s76.8 170.667 170.667 170.667c93.867 0 170.667-76.8 170.667-170.667s-76.8-170.667-170.667-170.667zM512 768c25.6 0 42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667zM512 85.334c-25.6 0-42.667-17.067-42.667-42.667v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 25.6-17.067 42.667-42.667 42.667zM209.067 669.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-59.733 59.733c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l59.733-59.733zM814.933 183.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l59.733-59.733c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-59.733 59.733zM170.667 426.667c0 25.6-17.067 42.667-42.667 42.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333c25.6 0 42.667 17.067 42.667 42.667zM981.333 469.334h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM209.067 183.467l-59.733-59.733c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l59.733 59.733c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0zM785.067 657.067c12.8 0 21.333 4.267 29.867 12.8l59.733 59.733c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-59.733-59.733c-17.067-17.067-17.067-42.667 0-59.733 4.267-8.533 17.067-12.8 29.867-12.8z" />
|
||||
<glyph unicode="" glyph-name="sunrise" d="M512 426.667c-140.8 0-256-115.2-256-256 0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 93.867 76.8 170.667 170.667 170.667s170.667-76.8 170.667-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 140.8-115.2 256-256 256zM209.067 413.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-59.733 59.733c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l59.733-59.733zM42.667 128h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM853.333 170.667c0-25.6 17.067-42.667 42.667-42.667h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667zM785.067 401.067c12.8 0 21.333 4.267 29.867 12.8l59.733 59.733c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-59.733-59.733c-17.067-17.067-17.067-42.667 0-59.733 4.267-8.533 17.067-12.8 29.867-12.8zM981.333 42.667h-938.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h938.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM371.2 652.8l98.133 98.133v-196.267c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v196.267l98.133-98.133c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-170.667 170.667c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-170.667-170.667c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0z" />
|
||||
<glyph unicode="" glyph-name="sunset" d="M512 426.667c-140.8 0-256-115.2-256-256 0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 93.867 76.8 170.667 170.667 170.667s170.667-76.8 170.667-170.667c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667c0 140.8-115.2 256-256 256zM209.067 413.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-59.733 59.733c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l59.733-59.733zM42.667 128h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM853.333 170.667c0-25.6 17.067-42.667 42.667-42.667h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333c-25.6 0-42.667-17.067-42.667-42.667zM785.067 401.067c12.8 0 21.333 4.267 29.867 12.8l59.733 59.733c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-59.733-59.733c-17.067-17.067-17.067-42.667 0-59.733 4.267-8.533 17.067-12.8 29.867-12.8zM981.333 42.667h-938.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h938.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM482.133 524.8c4.267-4.267 8.533-8.533 12.8-8.533 4.267-4.267 12.8-4.267 17.067-4.267s12.8 0 17.067 4.267c4.267 4.267 8.533 4.267 12.8 8.533l170.667 170.667c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-98.133-98.133v196.267c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-196.267l-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l170.667-170.667z" />
|
||||
<glyph unicode="" glyph-name="tablet" d="M768 896h-512c-72.533 0-128-55.467-128-128v-682.667c0-72.533 55.467-128 128-128h512c72.533 0 128 55.467 128 128v682.667c0 72.533-55.467 128-128 128zM810.667 85.334c0-25.6-17.067-42.667-42.667-42.667h-512c-25.6 0-42.667 17.067-42.667 42.667v682.667c0 25.6 17.067 42.667 42.667 42.667h512c25.6 0 42.667-17.067 42.667-42.667v-682.667zM482.133 200.534c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="tag" d="M908.8 516.267l-366.933 366.933c-8.533 8.533-17.067 12.8-29.867 12.8h-426.667c-25.6 0-42.667-17.067-42.667-42.667v-426.667c0-12.8 4.267-21.333 12.8-29.867l366.933-366.933c25.6-25.6 59.733-38.4 89.6-38.4 34.133 0 64 12.8 89.6 38.4l307.2 307.2c0 0 0 0 0 0 51.2 51.2 51.2 128 0 179.2zM849.067 396.8l-307.2-307.2c-17.067-17.067-42.667-17.067-59.733 0l-354.133 354.133v366.933h366.933l354.133-354.133c17.067-17.067 17.067-42.667 0-59.733zM268.8 669.867c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 17.067 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="target" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM512 725.334c-166.4 0-298.667-132.267-298.667-298.667s132.267-298.667 298.667-298.667c166.4 0 298.667 132.267 298.667 298.667s-132.267 298.667-298.667 298.667zM512 213.334c-119.467 0-213.333 93.867-213.333 213.333s93.867 213.333 213.333 213.333 213.333-93.867 213.333-213.333-93.867-213.333-213.333-213.333zM512 554.667c-72.533 0-128-55.467-128-128s55.467-128 128-128 128 55.467 128 128-55.467 128-128 128zM512 384c-25.6 0-42.667 17.067-42.667 42.667s17.067 42.667 42.667 42.667 42.667-17.067 42.667-42.667-17.067-42.667-42.667-42.667z" />
|
||||
<glyph unicode="" glyph-name="terminal" d="M456.533 499.2l-256 256c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l226.133-226.133-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l256 256c17.067 17.067 17.067 42.667 0 59.733zM853.333 170.667h-341.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h341.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="thermometer" d="M686.933 281.6c-12.8 21.333-29.867 34.133-46.933 51.2v456.533c0 81.067-68.267 149.333-149.333 149.333s-149.333-68.267-149.333-149.333v-460.8c-93.867-76.8-115.2-209.067-46.933-311.467 34.133-51.2 89.6-89.6 149.333-98.133 17.067-4.267 29.867-4.267 46.933-4.267 46.933 0 89.6 12.8 128 38.4 110.933 72.533 140.8 217.6 68.267 328.533zM571.733 25.6c-68.267-46.933-162.133-25.6-209.067 42.667-21.333 34.133-29.867 72.533-21.333 110.933s29.867 72.533 64 93.867c12.8 8.533 17.067 21.333 17.067 34.133v482.133c4.267 34.133 34.133 64 68.267 64s64-29.867 64-64v-482.133c0-12.8 8.533-25.6 17.067-34.133 17.067-12.8 29.867-25.6 42.667-42.667 46.933-68.267 25.6-157.867-42.667-204.8z" />
|
||||
<glyph unicode="" glyph-name="thumbs-down" d="M981.333 772.267c-8.533 72.533-68.267 123.733-140.8 123.733 0 0 0 0-4.267 0h-593.067c-64 0-115.2-46.933-128-106.667l-59.733-384c-8.533-68.267 38.4-136.533 106.667-145.067 8.533 0 12.8 0 21.333 0h200.533v-128c0-93.867 76.8-170.667 170.667-170.667 17.067 0 34.133 8.533 38.4 25.6l157.867 358.4h85.333c72.533 0 132.267 51.2 140.8 123.733 0 0 0 4.267 0 4.267v294.4c4.267 0 4.267 4.267 4.267 4.267zM682.667 392.534l-153.6-345.6c-34.133 12.8-59.733 42.667-59.733 81.067v170.667c0 25.6-17.067 42.667-42.667 42.667h-243.2c0 0-4.267 0-8.533 0-21.333 4.267-38.4 25.6-34.133 46.933l59.733 384c4.267 21.333 21.333 38.4 42.667 38.4h439.467v-418.133zM896 473.6c-4.267-25.6-29.867-46.933-55.467-46.933h-72.533v384h72.533c25.6 4.267 51.2-17.067 55.467-46.933v-290.133z" />
|
||||
<glyph unicode="" glyph-name="thumbs-up" d="M942.933 546.134c-21.333 25.6-51.2 46.933-85.333 51.2-8.533 0-12.8 0-21.333 0h-196.267v128c0 93.867-76.8 170.667-170.667 170.667-17.067 0-34.133-8.533-38.4-25.6l-157.867-358.4h-102.4c-72.533 0-128-55.467-128-128v-298.667c0-72.533 55.467-128 128-128h610.133c0 0 0 0 0 0 64 0 115.2 46.933 128 106.667l59.733 384c4.267 34.133-4.267 68.267-25.6 98.133zM256 42.667h-85.333c-25.6 0-42.667 17.067-42.667 42.667v298.667c0 25.6 17.067 42.667 42.667 42.667h85.333v-384zM823.467 76.8c-4.267-21.333-21.333-34.133-42.667-34.133 0 0 0 0 0 0h-439.467v418.133l153.6 345.6c34.133-12.8 59.733-42.667 59.733-81.067v-170.667c0-25.6 17.067-42.667 42.667-42.667h243.2c4.267 0 4.267 0 8.533 0 12.8 0 21.333-8.533 29.867-17.067s8.533-21.333 8.533-29.867l-64-388.267z" />
|
||||
<glyph unicode="" glyph-name="toggle-left" d="M682.667 768h-341.333c-187.733 0-341.333-153.6-341.333-341.333s153.6-341.333 341.333-341.333h341.333c187.733 0 341.333 153.6 341.333 341.333s-153.6 341.333-341.333 341.333zM682.667 170.667h-341.333c-140.8 0-256 115.2-256 256s115.2 256 256 256h341.333c140.8 0 256-115.2 256-256s-115.2-256-256-256zM341.333 597.334c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667 170.667 76.8 170.667 170.667c0 93.867-76.8 170.667-170.667 170.667zM341.333 341.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333c0-46.933-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="toggle-right" d="M682.667 768h-341.333c-187.733 0-341.333-153.6-341.333-341.333s153.6-341.333 341.333-341.333h341.333c187.733 0 341.333 153.6 341.333 341.333s-153.6 341.333-341.333 341.333zM682.667 170.667h-341.333c-140.8 0-256 115.2-256 256s115.2 256 256 256h341.333c140.8 0 256-115.2 256-256s-115.2-256-256-256zM682.667 597.334c-93.867 0-170.667-76.8-170.667-170.667s76.8-170.667 170.667-170.667 170.667 76.8 170.667 170.667c0 93.867-76.8 170.667-170.667 170.667zM682.667 341.334c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333c0-46.933-38.4-85.333-85.333-85.333z" />
|
||||
<glyph unicode="" glyph-name="trash" d="M896 725.334h-170.667v42.667c0 72.533-55.467 128-128 128h-170.667c-72.533 0-128-55.467-128-128v-42.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h42.667v-554.667c0-72.533 55.467-128 128-128h426.667c72.533 0 128 55.467 128 128v554.667h42.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM384 768c0 25.6 17.067 42.667 42.667 42.667h170.667c25.6 0 42.667-17.067 42.667-42.667v-42.667h-256v42.667zM768 85.334c0-25.6-17.067-42.667-42.667-42.667h-426.667c-25.6 0-42.667 17.067-42.667 42.667v554.667h512v-554.667z" />
|
||||
<glyph unicode="" glyph-name="trash-2" d="M896 725.334h-170.667v42.667c0 72.533-55.467 128-128 128h-170.667c-72.533 0-128-55.467-128-128v-42.667h-170.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h42.667v-554.667c0-72.533 55.467-128 128-128h426.667c72.533 0 128 55.467 128 128v554.667h42.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667zM384 768c0 25.6 17.067 42.667 42.667 42.667h170.667c25.6 0 42.667-17.067 42.667-42.667v-42.667h-256v42.667zM768 85.334c0-25.6-17.067-42.667-42.667-42.667h-426.667c-25.6 0-42.667 17.067-42.667 42.667v554.667h512v-554.667zM426.667 512c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667zM597.333 512c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="trending-down" d="M1024 426.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-153.6l-332.8 332.8c-17.067 17.067-42.667 17.067-59.733 0l-183.467-183.467-290.133 290.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l320-320c17.067-17.067 42.667-17.067 59.733 0l183.467 183.467 302.933-302.933h-153.6c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c4.267 0 12.8 0 17.067 4.267 8.533 4.267 17.067 12.8 21.333 21.333 4.267 4.267 4.267 12.8 4.267 17.067v256z" />
|
||||
<glyph unicode="" glyph-name="trending-up" d="M1019.733 699.734c-4.267 8.533-12.8 17.067-21.333 21.333-4.267 4.267-12.8 4.267-17.067 4.267h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h153.6l-302.933-302.933-183.467 183.467c-17.067 17.067-42.667 17.067-59.733 0l-320-320c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l290.133 290.133 183.467-183.467c17.067-17.067 42.667-17.067 59.733 0l332.8 332.8v-153.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v256c0 4.267 0 12.8-4.267 17.067z" />
|
||||
<glyph unicode="" glyph-name="triangle" d="M981.333 192l-358.4 605.867c-17.067 29.867-46.933 51.2-81.067 59.733s-68.267 4.267-98.133-12.8c-17.067-8.533-34.133-25.6-42.667-42.667 0 0 0 0 0 0l-358.4-610.133c-34.133-59.733-12.8-140.8 46.933-174.933 17.067-12.8 38.4-17.067 59.733-17.067h725.333c34.133 0 68.267 12.8 89.6 38.4 25.6 25.6 38.4 55.467 38.4 89.6-4.267 21.333-8.533 46.933-21.333 64zM904.533 98.134c-8.533-8.533-21.333-12.8-29.867-12.8h-725.333c-8.533 0-12.8 0-21.333 4.267-21.333 12.8-25.6 38.4-17.067 59.733l362.667 601.6c4.267 4.267 8.533 12.8 12.8 12.8 21.333 12.8 46.933 4.267 59.733-12.8l362.667-601.6c4.267-4.267 4.267-12.8 4.267-21.333 4.267-12.8-4.267-21.333-8.533-29.867z" />
|
||||
<glyph unicode="" glyph-name="truck" d="M1011.2 499.2l-128 128c-8.533 8.533-17.067 12.8-29.867 12.8h-128v170.667c0 25.6-17.067 42.667-42.667 42.667h-640c-25.6 0-42.667-17.067-42.667-42.667v-554.667c0-25.6 17.067-42.667 42.667-42.667h59.733c-12.8-21.333-17.067-42.667-17.067-64 0-81.067 68.267-149.333 149.333-149.333s149.333 68.267 149.333 149.333c0 21.333-4.267 42.667-17.067 64h285.867c-8.533-21.333-17.067-42.667-17.067-64 0-81.067 68.267-149.333 149.333-149.333s149.333 68.267 149.333 149.333c0 21.333-4.267 42.667-17.067 64h64c25.6 0 42.667 17.067 42.667 42.667v213.333c0 12.8-4.267 21.333-12.8 29.867zM85.333 768h554.667v-469.333h-554.667v469.333zM298.667 149.334c0-34.133-29.867-64-64-64s-64 29.867-64 64 29.867 64 64 64 64-29.867 64-64zM853.333 149.334c0-34.133-29.867-64-64-64s-64 29.867-64 64 29.867 64 64 64 64-29.867 64-64zM938.667 298.667h-213.333v256h110.933l102.4-102.4v-153.6z" />
|
||||
<glyph unicode="" glyph-name="tv" d="M853.333 682.667h-238.933l140.8 140.8c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-183.467-183.467-183.467 183.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l140.8-140.8h-238.933c-72.533 0-128-55.467-128-128v-469.333c0-72.533 55.467-128 128-128h682.667c72.533 0 128 55.467 128 128v469.333c0 72.533-55.467 128-128 128zM896 85.334c0-25.6-17.067-42.667-42.667-42.667h-682.667c-25.6 0-42.667 17.067-42.667 42.667v469.333c0 25.6 17.067 42.667 42.667 42.667h682.667c25.6 0 42.667-17.067 42.667-42.667v-469.333z" />
|
||||
<glyph unicode="" glyph-name="twitter" d="M1006.933 844.8c-12.8 8.533-34.133 8.533-46.933 0-29.867-21.333-64-38.4-98.133-51.2-85.333 76.8-217.6 81.067-307.2 4.267-55.467-46.933-85.333-110.933-85.333-179.2-123.733 8.533-234.667 72.533-307.2 174.933-8.533 12.8-21.333 17.067-38.4 17.067s-29.867-12.8-34.133-25.6c-4.267-4.267-46.933-106.667-42.667-230.4 4.267-106.667 46.933-243.2 204.8-341.333-64-29.867-136.533-42.667-209.067-42.667-17.067 0-38.4-12.8-42.667-29.867s4.267-38.4 21.333-46.933c106.667-59.733 221.867-89.6 328.533-89.6s209.067 25.6 302.933 81.067c183.467 102.4 285.867 298.667 285.867 533.333 0 8.533 0 12.8 0 21.333 42.667 46.933 72.533 102.4 85.333 162.133 4.267 17.067-4.267 34.133-17.067 42.667zM861.867 682.667c-8.533-8.533-12.8-25.6-12.8-38.4 4.267-8.533 4.267-17.067 4.267-25.6 0-204.8-89.6-371.2-243.2-460.8-119.467-68.267-260.267-85.333-401.067-51.2 55.467 17.067 106.667 38.4 153.6 72.533 17.067 8.533 21.333 21.333 21.333 38.4s-12.8 29.867-25.6 34.133c-247.467 110.933-238.933 320-213.333 426.667 93.867-93.867 226.133-149.333 366.933-145.067 21.333 0 42.667 21.333 42.667 42.667v42.667c0 42.667 17.067 85.333 51.2 115.2 59.733 55.467 157.867 46.933 209.067-12.8 12.8-12.8 29.867-17.067 42.667-12.8 8.533 4.267 21.333 4.267 29.867 8.533-8.533-12.8-17.067-21.333-25.6-34.133z" />
|
||||
<glyph unicode="" glyph-name="type" d="M853.333 810.667h-682.667c-25.6 0-42.667-17.067-42.667-42.667v-128c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h256v-597.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667h-85.333v597.333h256v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v128c0 25.6-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="umbrella" d="M465.067 891.734c-247.467-21.333-439.467-217.6-465.067-460.8 0-12.8 4.267-25.6 12.8-34.133 4.267-8.533 17.067-12.8 29.867-12.8h426.667v-256c0-93.867 76.8-170.667 170.667-170.667s170.667 76.8 170.667 170.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667c0-46.933-38.4-85.333-85.333-85.333s-85.333 38.4-85.333 85.333v256h426.667c12.8 0 25.6 4.267 29.867 12.8s12.8 21.333 12.8 34.133c-25.6 281.6-277.333 490.667-558.933 460.8zM512 469.334h-418.133c34.133 183.467 187.733 320 375.467 341.333 217.6 21.333 418.133-128 460.8-341.333h-418.133z" />
|
||||
<glyph unicode="" glyph-name="underline" d="M512 213.334c166.4 0 298.667 132.267 298.667 298.667v298.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-298.667c0-119.467-93.867-213.333-213.333-213.333s-213.333 93.867-213.333 213.333v298.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-298.667c0-166.4 132.267-298.667 298.667-298.667zM853.333 85.334h-682.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h682.667c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="unlock" d="M810.667 512h-469.333v128c0 46.933 17.067 89.6 51.2 119.467 29.867 34.133 72.533 51.2 119.467 51.2 0 0 0 0 0 0 81.067 0 149.333-55.467 166.4-136.533 4.267-21.333 29.867-38.4 51.2-34.133s38.4 25.6 34.133 51.2c-25.6 119.467-132.267 204.8-251.733 204.8 0 0 0 0 0 0-68.267 0-132.267-25.6-179.2-76.8-51.2-46.933-76.8-110.933-76.8-179.2v-128h-42.667c-72.533 0-128-55.467-128-128v-298.667c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v298.667c0 72.533-55.467 128-128 128zM853.333 85.334c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v298.667c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-298.667z" />
|
||||
<glyph unicode="" glyph-name="upload" d="M896 341.334c-25.6 0-42.667-17.067-42.667-42.667v-170.667c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v170.667c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-170.667c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v170.667c0 25.6-17.067 42.667-42.667 42.667zM328.533 567.467l140.8 140.8v-409.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v409.6l140.8-140.8c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-213.333 213.333c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-213.333-213.333c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0z" />
|
||||
<glyph unicode="" glyph-name="upload-cloud" d="M994.133 465.067c-46.933 81.067-132.267 132.267-226.133 132.267h-21.333c-64 187.733-264.533 294.4-456.533 243.2-102.4-25.6-183.467-89.6-238.933-174.933s-68.267-192-42.667-290.133c17.067-59.733 42.667-110.933 85.333-157.867 17.067-17.067 42.667-21.333 59.733-4.267s21.333 42.667 4.267 59.733c-29.867 34.133-55.467 76.8-64 123.733-21.333 76.8-8.533 153.6 34.133 226.133 38.4 68.267 106.667 119.467 183.467 136.533 157.867 42.667 324.267-55.467 362.667-213.333 4.267-17.067 21.333-29.867 42.667-29.867h51.2c64 0 119.467-34.133 149.333-89.6 21.333-38.4 25.6-85.333 12.8-128s-42.667-81.067-81.067-102.4c-21.333-12.8-29.867-38.4-17.067-59.733 8.533-12.8 21.333-21.333 38.4-21.333 8.533 0 12.8 0 21.333 4.267 59.733 34.133 102.4 85.333 123.733 153.6 17.067 59.733 8.533 132.267-21.333 192zM541.867 456.534c-4.267 4.267-8.533 8.533-12.8 8.533-8.533 4.267-21.333 4.267-34.133 0-4.267-4.267-8.533-4.267-12.8-8.533l-170.667-170.667c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0l98.133 98.133v-281.6c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v281.6l98.133-98.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-170.667 170.667z" />
|
||||
<glyph unicode="" glyph-name="user" d="M682.667 341.334h-341.333c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h341.333c72.533 0 128-55.467 128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 119.467-93.867 213.333-213.333 213.333zM512 426.667c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333-213.333-93.867-213.333-213.333 93.867-213.333 213.333-213.333zM512 768c72.533 0 128-55.467 128-128s-55.467-128-128-128-128 55.467-128 128 55.467 128 128 128z" />
|
||||
<glyph unicode="" glyph-name="user-check" d="M512 341.334h-298.667c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h298.667c72.533 0 128-55.467 128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 119.467-93.867 213.333-213.333 213.333zM362.667 426.667c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333-213.333-93.867-213.333-213.333 93.867-213.333 213.333-213.333zM362.667 768c72.533 0 128-55.467 128-128s-55.467-128-128-128-128 55.467-128 128 55.467 128 128 128zM1011.2 584.534c-17.067 17.067-42.667 17.067-59.733 0l-140.8-140.8-55.467 55.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l85.333-85.333c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l170.667 170.667c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="user-minus" d="M512 341.334h-298.667c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h298.667c72.533 0 128-55.467 128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 119.467-93.867 213.333-213.333 213.333zM362.667 426.667c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333-213.333-93.867-213.333-213.333 93.867-213.333 213.333-213.333zM362.667 768c72.533 0 128-55.467 128-128s-55.467-128-128-128-128 55.467-128 128 55.467 128 128 128zM981.333 512h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="user-plus" d="M512 341.334h-298.667c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h298.667c72.533 0 128-55.467 128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 119.467-93.867 213.333-213.333 213.333zM362.667 426.667c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333-213.333-93.867-213.333-213.333 93.867-213.333 213.333-213.333zM362.667 768c72.533 0 128-55.467 128-128s-55.467-128-128-128-128 55.467-128 128 55.467 128 128 128zM981.333 512h-85.333v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="user-x" d="M512 341.334h-298.667c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h298.667c72.533 0 128-55.467 128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 119.467-93.867 213.333-213.333 213.333zM362.667 426.667c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333-213.333-93.867-213.333-213.333 93.867-213.333 213.333-213.333zM362.667 768c72.533 0 128-55.467 128-128s-55.467-128-128-128-128 55.467-128 128 55.467 128 128 128zM934.4 490.667l76.8 76.8c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-76.8-76.8-76.8 76.8c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l76.8-76.8-76.8-76.8c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l76.8 76.8 76.8-76.8c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-76.8 76.8z" />
|
||||
<glyph unicode="" glyph-name="users" d="M554.667 341.334h-341.333c-119.467 0-213.333-93.867-213.333-213.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 72.533 55.467 128 128 128h341.333c72.533 0 128-55.467 128-128v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c0 119.467-93.867 213.333-213.333 213.333zM384 426.667c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333-213.333-93.867-213.333-213.333 93.867-213.333 213.333-213.333zM384 768c72.533 0 128-55.467 128-128s-55.467-128-128-128-128 55.467-128 128 55.467 128 128 128zM861.867 332.8c-21.333 4.267-46.933-8.533-51.2-29.867s8.533-46.933 29.867-51.2c55.467-12.8 93.867-64 93.867-123.733v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333c4.267 98.133-59.733 183.467-157.867 204.8zM691.2 844.8c-21.333 8.533-42.667-4.267-51.2-29.867-4.267-21.333 8.533-46.933 29.867-51.2 68.267-17.067 110.933-85.333 93.867-157.867-12.8-46.933-46.933-81.067-93.867-93.867-21.333-4.267-38.4-29.867-29.867-51.2 4.267-21.333 21.333-34.133 42.667-34.133 4.267 0 8.533 0 8.533 0 76.8 21.333 136.533 76.8 153.6 153.6 29.867 119.467-38.4 238.933-153.6 264.533z" />
|
||||
<glyph unicode="" glyph-name="video" d="M1002.667 678.4c-12.8 8.533-29.867 4.267-42.667-4.267l-234.667-166.4v132.267c0 72.533-55.467 128-128 128h-469.333c-72.533 0-128-55.467-128-128v-426.667c0-72.533 55.467-128 128-128h469.333c72.533 0 128 55.467 128 128v132.267l230.4-166.4c8.533-4.267 17.067-8.533 25.6-8.533s12.8 0 21.333 4.267c12.8 8.533 21.333 21.333 21.333 38.4v426.667c0 17.067-8.533 29.867-21.333 38.4zM640 213.334c0-25.6-17.067-42.667-42.667-42.667h-469.333c-25.6 0-42.667 17.067-42.667 42.667v426.667c0 25.6 17.067 42.667 42.667 42.667h469.333c25.6 0 42.667-17.067 42.667-42.667v-426.667zM938.667 294.4l-183.467 132.267 183.467 132.267v-264.533z" />
|
||||
<glyph unicode="" glyph-name="video-off" d="M1002.667 678.4c-12.8 8.533-29.867 4.267-42.667-4.267l-230.4-162.133-4.267 4.267v123.733c0 72.533-55.467 128-128 128h-140.8c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h140.8c25.6 0 42.667-17.067 42.667-42.667v-140.8c0-12.8 4.267-21.333 12.8-29.867l42.667-42.667c12.8-12.8 38.4-17.067 55.467-4.267l187.733 132.267v-341.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v426.667c0 17.067-8.533 29.867-21.333 38.4zM712.533 285.867c0 0 0 0 0 0l-469.333 469.333c0 0 0 0 0 0l-170.667 170.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133c-64-8.533-110.933-64-110.933-128v-426.667c0-72.533 55.467-128 128-128h469.333c51.2 0 98.133 34.133 119.467 76.8l234.667-234.667c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-298.667 298.667zM640 213.334c0-25.6-17.067-42.667-42.667-42.667h-469.333c-25.6 0-42.667 17.067-42.667 42.667v426.667c0 25.6 17.067 42.667 42.667 42.667h68.267l443.733-443.733v-25.6z" />
|
||||
<glyph unicode="" glyph-name="voicemail" d="M789.333 682.667c-128 0-234.667-106.667-234.667-234.667 0-55.467 21.333-106.667 55.467-149.333h-196.267c34.133 42.667 55.467 93.867 55.467 149.333 0 128-106.667 234.667-234.667 234.667s-234.667-106.667-234.667-234.667c0-128 106.667-234.667 234.667-234.667h554.667c128 0 234.667 106.667 234.667 234.667s-106.667 234.667-234.667 234.667zM85.333 448c0 81.067 68.267 149.333 149.333 149.333s149.333-68.267 149.333-149.333-68.267-149.333-149.333-149.333-149.333 68.267-149.333 149.333zM789.333 298.667c-81.067 0-149.333 68.267-149.333 149.333s68.267 149.333 149.333 149.333 149.333-68.267 149.333-149.333-68.267-149.333-149.333-149.333z" />
|
||||
<glyph unicode="" glyph-name="volume" d="M486.4 763.734c-12.8 8.533-34.133 4.267-46.933-4.267l-200.533-162.133h-153.6c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667h153.6l200.533-162.133c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v597.333c4.267 17.067-4.267 29.867-21.333 38.4zM426.667 217.6l-145.067 115.2c-8.533 4.267-17.067 8.533-25.6 8.533h-128v170.667h128c8.533 0 17.067 4.267 25.6 8.533l145.067 115.2v-418.133z" />
|
||||
<glyph unicode="" glyph-name="volume-1" d="M486.4 763.734c-12.8 8.533-34.133 4.267-46.933-4.267l-200.533-162.133h-153.6c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667h153.6l200.533-162.133c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v597.333c4.267 17.067-4.267 29.867-21.333 38.4zM426.667 217.6l-145.067 115.2c-8.533 4.267-17.067 8.533-25.6 8.533h-128v170.667h128c8.533 0 17.067 4.267 25.6 8.533l145.067 115.2v-418.133zM691.2 605.867c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733c68.267-68.267 68.267-174.933 0-243.2-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c102.4 102.4 102.4 264.533 0 362.667z" />
|
||||
<glyph unicode="" glyph-name="volume-2" d="M486.4 763.734c-12.8 8.533-34.133 4.267-46.933-4.267l-200.533-162.133h-153.6c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667h153.6l200.533-162.133c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v597.333c4.267 17.067-4.267 29.867-21.333 38.4zM426.667 217.6l-145.067 115.2c-8.533 4.267-17.067 8.533-25.6 8.533h-128v170.667h128c8.533 0 17.067 4.267 25.6 8.533l145.067 115.2v-418.133zM631.467 605.867c-17.067-17.067-17.067-42.667 0-59.733 68.267-68.267 68.267-174.933 0-243.2-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c98.133 98.133 98.133 260.267 0 362.667-12.8 17.067-42.667 17.067-59.733 0zM844.8 759.467c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733c149.333-149.333 149.333-392.533 0-541.867-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c183.467 179.2 183.467 477.867 0 661.333z" />
|
||||
<glyph unicode="" glyph-name="volume-x" d="M486.4 763.734c-12.8 8.533-34.133 4.267-46.933-4.267l-200.533-162.133h-153.6c-25.6 0-42.667-17.067-42.667-42.667v-256c0-25.6 17.067-42.667 42.667-42.667h153.6l200.533-162.133c8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 12.8 0 17.067 4.267 12.8 8.533 25.6 21.333 25.6 38.4v597.333c4.267 17.067-4.267 29.867-21.333 38.4zM426.667 217.6l-145.067 115.2c-8.533 4.267-17.067 8.533-25.6 8.533h-128v170.667h128c8.533 0 17.067 4.267 25.6 8.533l145.067 115.2v-418.133zM913.067 426.667l98.133 98.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-98.133-98.133-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8l98.133 98.133 98.133-98.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133z" />
|
||||
<glyph unicode="" glyph-name="watch" d="M853.333 426.667c0 98.133-42.667 183.467-106.667 247.467l-12.8 149.333c-8.533 64-59.733 115.2-128 115.2 0 0 0 0 0 0h-187.733c-64 0-119.467-51.2-128-115.2l-12.8-149.333c-64-59.733-106.667-149.333-106.667-247.467s42.667-187.733 106.667-247.467l12.8-149.333c8.533-64 64-115.2 128-115.2 0 0 0 0 0 0h183.467c0 0 0 0 0 0 68.267 0 119.467 51.2 128 115.2l12.8 145.067c68.267 64 110.933 153.6 110.933 251.733zM375.467 814.934c0 21.333 21.333 38.4 42.667 38.4h187.733c21.333 0 42.667-17.067 42.667-38.4l8.533-76.8c-46.933 17.067-93.867 29.867-145.067 29.867s-98.133-12.8-140.8-29.867l4.267 76.8zM256 426.667c0 140.8 115.2 256 256 256s256-115.2 256-256-115.2-256-256-256-256 115.2-256 256zM648.533 38.4c0-21.333-21.333-38.4-42.667-38.4 0 0 0 0 0 0h-187.733c0 0 0 0 0 0-21.333 0-38.4 17.067-42.667 38.4l-8.533 76.8c42.667-21.333 89.6-29.867 140.8-29.867s98.133 12.8 140.8 29.867v-76.8zM546.133 332.8c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-51.2 51.2v110.933c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-128c0-12.8 4.267-21.333 12.8-29.867l64-64z" />
|
||||
<glyph unicode="" glyph-name="wifi" d="M187.733 435.2c-17.067-17.067-21.333-42.667-4.267-59.733 8.533-8.533 21.333-17.067 34.133-17.067 8.533 0 21.333 4.267 25.6 8.533 157.867 132.267 388.267 132.267 546.133 0 17.067-17.067 46.933-12.8 59.733 4.267 17.067 17.067 12.8 46.933-4.267 59.733-192 162.133-469.333 162.133-657.067 4.267zM989.867 588.8c-273.067 238.933-686.933 238.933-960 0-17.067-17.067-21.333-42.667-4.267-59.733 12.8-12.8 21.333-17.067 34.133-17.067 8.533 0 21.333 4.267 29.867 8.533 243.2 213.333 605.867 213.333 844.8 0 17.067-17.067 42.667-12.8 59.733 4.267 17.067 21.333 17.067 46.933-4.267 64zM341.333 285.867c-21.333-12.8-25.6-38.4-8.533-59.733 12.8-17.067 38.4-25.6 59.733-8.533 72.533 51.2 174.933 51.2 247.467 0 8.533-4.267 17.067-8.533 25.6-8.533 12.8 0 25.6 4.267 34.133 17.067 12.8 21.333 8.533 46.933-8.533 59.733-110.933 72.533-247.467 72.533-349.867 0zM482.133 115.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="wifi-off" d="M1011.2-12.8l-721.067 721.067c0 0 0 0 0 0l-217.6 217.6c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l174.933-174.933c-55.467-29.867-106.667-64-153.6-106.667-17.067-17.067-21.333-42.667-4.267-59.733 8.533-8.533 17.067-12.8 29.867-12.8 8.533 0 21.333 4.267 29.867 12.8 46.933 42.667 102.4 76.8 162.133 102.4l98.133-98.133c-59.733-21.333-115.2-51.2-166.4-89.6-17.067-17.067-21.333-42.667-4.267-59.733 8.533-8.533 21.333-17.067 34.133-17.067 8.533 0 21.333 4.267 25.6 8.533 51.2 42.667 115.2 72.533 179.2 89.6l119.467-119.467c-68.267 4.267-140.8-12.8-196.267-55.467-21.333-12.8-25.6-38.4-8.533-59.733 12.8-17.067 38.4-25.6 59.733-8.533 72.533 51.2 174.933 51.2 247.467 0 8.533-4.267 17.067-8.533 25.6-8.533 4.267 0 4.267 0 8.533 0l281.6-281.6c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c12.8 17.067 12.8 42.667-4.267 59.733zM674.133 486.4c-8.533-21.333 0-46.933 21.333-55.467 29.867-17.067 59.733-34.133 89.6-59.733 8.533-8.533 17.067-8.533 25.6-8.533 12.8 0 25.6 4.267 34.133 17.067 17.067 17.067 12.8 46.933-4.267 59.733-34.133 25.6-68.267 51.2-106.667 68.267-21.333 8.533-46.933 0-59.733-21.333zM460.8 682.667c170.667 12.8 345.6-42.667 473.6-157.867 8.533-8.533 17.067-8.533 29.867-8.533s25.6 4.267 34.133 12.8c17.067 17.067 12.8 42.667-4.267 59.733-145.067 128-341.333 196.267-537.6 179.2-25.6 0-42.667-21.333-38.4-46.933 0-25.6 17.067-42.667 42.667-38.4zM482.133 115.2c-8.533-8.533-12.8-17.067-12.8-29.867s4.267-21.333 12.8-29.867c8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8c8.533 8.533 12.8 21.333 12.8 29.867s-4.267 21.333-12.8 29.867c-17.067 17.067-42.667 17.067-59.733 0z" />
|
||||
<glyph unicode="" glyph-name="wind" d="M597.333 298.667c0 0 0 0 0 0h-512c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h512c0 0 0 0 0 0 12.8 0 21.333-4.267 29.867-12.8s12.8-17.067 12.8-29.867c0-12.8-4.267-21.333-12.8-29.867s-17.067-12.8-29.867-12.8c0 0 0 0 0 0-12.8 0-21.333 4.267-29.867 12.8-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733c25.6-25.6 55.467-38.4 89.6-38.4 0 0 0 0 0 0 34.133 0 64 12.8 89.6 38.4s38.4 55.467 38.4 89.6c0 34.133-12.8 68.267-38.4 89.6-21.333 25.6-55.467 38.4-89.6 38.4zM85.333 554.667h384c0 0 0 0 0 0 34.133 0 68.267 12.8 89.6 38.4 51.2 51.2 51.2 132.267 0 179.2-21.333 25.6-55.467 38.4-89.6 38.4s-68.267-12.8-89.6-38.4c-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0c8.533 8.533 17.067 12.8 29.867 12.8 0 0 0 0 0 0 12.8 0 21.333-4.267 29.867-12.8 17.067-17.067 17.067-42.667 0-59.733-8.533-8.533-17.067-12.8-29.867-12.8 0 0 0 0 0 0h-384c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM938.667 640c-59.733 59.733-153.6 59.733-209.067 0-17.067-17.067-17.067-42.667 0-59.733s42.667-17.067 59.733 0c25.6 25.6 64 25.6 89.6 0s25.6-64 0-89.6c-12.8-12.8-29.867-17.067-46.933-17.067h-746.667c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h746.667c38.4 0 76.8 17.067 106.667 42.667 55.467 55.467 55.467 149.333 0 209.067z" />
|
||||
<glyph unicode="" glyph-name="x" d="M571.733 426.667l226.133 226.133c17.067 17.067 17.067 42.667 0 59.733s-42.667 17.067-59.733 0l-226.133-226.133-226.133 226.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l226.133-226.133-226.133-226.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l226.133 226.133 226.133-226.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-226.133 226.133z" />
|
||||
<glyph unicode="" glyph-name="x-circle" d="M512 896c-260.267 0-469.333-209.067-469.333-469.333s209.067-469.333 469.333-469.333 469.333 209.067 469.333 469.333-209.067 469.333-469.333 469.333zM512 42.667c-213.333 0-384 170.667-384 384s170.667 384 384 384c213.333 0 384-170.667 384-384s-170.667-384-384-384zM669.867 584.534c-17.067 17.067-42.667 17.067-59.733 0l-98.133-98.133-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l98.133 98.133 98.133-98.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133 98.133 98.133c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="x-square" d="M810.667 853.334h-597.333c-72.533 0-128-55.467-128-128v-597.333c0-72.533 55.467-128 128-128h597.333c72.533 0 128 55.467 128 128v597.333c0 72.533-55.467 128-128 128zM853.333 128c0-25.6-17.067-42.667-42.667-42.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v597.333c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v-597.333zM669.867 584.534c-17.067 17.067-42.667 17.067-59.733 0l-98.133-98.133-98.133 98.133c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l98.133-98.133-98.133-98.133c-17.067-17.067-17.067-42.667 0-59.733 8.533-8.533 17.067-12.8 29.867-12.8s21.333 4.267 29.867 12.8l98.133 98.133 98.133-98.133c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733l-98.133 98.133 98.133 98.133c17.067 17.067 17.067 42.667 0 59.733z" />
|
||||
<glyph unicode="" glyph-name="youtube" d="M1002.667 674.134c0 0 0 0 0 0-12.8 59.733-59.733 102.4-115.2 119.467-72.533 17.067-345.6 17.067-375.467 17.067s-302.933 0-379.733-21.333c-55.467-17.067-98.133-59.733-110.933-119.467-12.8-76.8-21.333-153.6-21.333-230.4s4.267-157.867 21.333-238.933c17.067-55.467 59.733-98.133 110.933-110.933 76.8-21.333 345.6-21.333 379.733-21.333s302.933 0 379.733 21.333c55.467 17.067 98.133 59.733 115.2 119.467 12.8 76.8 21.333 153.6 21.333 230.4-4.267 76.8-8.533 153.6-25.6 234.667zM921.6 221.867c-8.533-25.6-25.6-46.933-51.2-55.467-51.2-12.8-238.933-17.067-354.133-17.067s-311.467 8.533-358.4 21.333c-25.6 8.533-46.933 25.6-51.2 46.933-17.067 72.533-21.333 145.067-21.333 221.867 0 72.533 4.267 145.067 17.067 213.333 8.533 25.6 25.6 46.933 51.2 55.467 51.2 12.8 243.2 17.067 358.4 17.067 81.067 0 298.667-4.267 354.133-17.067 25.6-8.533 46.933-25.6 51.2-55.467 17.067-68.267 21.333-140.8 21.333-217.6 0-72.533-4.267-145.067-17.067-213.333zM682.667 473.6l-247.467 140.8c-12.8 8.533-29.867 8.533-42.667 0s-17.067-21.333-17.067-38.4v-277.333c0-17.067 8.533-29.867 21.333-38.4 4.267-4.267 12.8-4.267 21.333-4.267s12.8 0 21.333 4.267l247.467 140.8c12.8 8.533 21.333 21.333 21.333 38.4-4.267 12.8-12.8 25.6-25.6 34.133zM460.8 371.2v132.267l115.2-68.267-115.2-64z" />
|
||||
<glyph unicode="" glyph-name="zap" d="M934.4 529.067c-8.533 17.067-21.333 25.6-38.4 25.6h-337.067l38.4 294.4c4.267 17.067-8.533 38.4-25.6 42.667-17.067 8.533-38.4 4.267-51.2-12.8l-426.667-512c-8.533-12.8-12.8-29.867-4.267-46.933 8.533-12.8 21.333-21.333 38.4-21.333h337.067l-38.4-294.4c-4.267-17.067 8.533-38.4 25.6-42.667 4.267-4.267 12.8-4.267 17.067-4.267 12.8 0 25.6 4.267 34.133 17.067l426.667 512c8.533 12.8 12.8 29.867 4.267 42.667zM529.067 140.8l25.6 196.267c0 12.8-4.267 25.6-8.533 34.133-8.533 8.533-21.333 12.8-34.133 12.8h-294.4l273.067 328.533-21.333-196.267c0-12.8 4.267-25.6 8.533-34.133 8.533-8.533 21.333-12.8 29.867-12.8h294.4l-273.067-328.533z" />
|
||||
<glyph unicode="" glyph-name="zap-off" d="M482.133 699.734l8.533 12.8-8.533-59.733c-4.267-21.333 12.8-42.667 38.4-46.933 0 0 4.267 0 4.267 0 21.333 0 38.4 17.067 42.667 38.4l29.867 204.8c4.267 17.067-8.533 38.4-25.6 42.667-17.067 8.533-38.4 4.267-51.2-12.8l-102.4-123.733c-17.067-17.067-12.8-42.667 4.267-59.733 21.333-12.8 46.933-12.8 59.733 4.267zM669.867 469.334h136.533l-46.933-55.467c-17.067-17.067-12.8-46.933 4.267-59.733 8.533-8.533 17.067-8.533 25.6-8.533 12.8 0 25.6 4.267 34.133 17.067l102.4 123.733c8.533 12.8 12.8 29.867 4.267 46.933-4.267 12.8-17.067 21.333-34.133 21.333h-226.133c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667zM1011.2-12.8l-938.667 938.667c-17.067 17.067-42.667 17.067-59.733 0s-17.067-42.667 0-59.733l273.067-273.067-187.733-226.133c-8.533-12.8-12.8-29.867-4.267-46.933 4.267-12.8 17.067-21.333 34.133-21.333h337.067l-38.4-294.4c-4.267-17.067 8.533-38.4 25.6-42.667 4.267-4.267 12.8-4.267 17.067-4.267 12.8 0 25.6 4.267 34.133 17.067l183.467 221.867 264.533-264.533c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 12.8 17.067 38.4 0 55.467zM217.6 384l123.733 149.333 149.333-149.333h-273.067zM529.067 140.8l21.333 187.733 72.533-72.533-93.867-115.2z" />
|
||||
<glyph unicode="" glyph-name="zoom-in" d="M925.867 72.534l-157.867 157.867c51.2 64 85.333 149.333 85.333 238.933 0 213.333-170.667 384-384 384s-384-170.667-384-384c0-213.333 170.667-384 384-384 89.6 0 174.933 29.867 238.933 85.333l157.867-157.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733zM170.667 469.334c0 166.4 132.267 298.667 298.667 298.667s298.667-132.267 298.667-298.667c0-81.067-34.133-157.867-85.333-209.067 0 0 0 0 0 0s0 0 0 0c-55.467-55.467-128-85.333-209.067-85.333-170.667-4.267-302.933 128-302.933 294.4zM597.333 512h-85.333v85.333c0 25.6-17.067 42.667-42.667 42.667s-42.667-17.067-42.667-42.667v-85.333h-85.333c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h85.333v-85.333c0-25.6 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v85.333h85.333c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="zoom-out" d="M925.867 72.534l-157.867 157.867c51.2 64 85.333 149.333 85.333 238.933 0 213.333-170.667 384-384 384s-384-170.667-384-384c0-213.333 170.667-384 384-384 89.6 0 174.933 29.867 238.933 85.333l157.867-157.867c8.533-8.533 21.333-12.8 29.867-12.8s21.333 4.267 29.867 12.8c17.067 17.067 17.067 42.667 0 59.733zM170.667 469.334c0 166.4 132.267 298.667 298.667 298.667s298.667-132.267 298.667-298.667c0-81.067-34.133-157.867-85.333-209.067 0 0 0 0 0 0s0 0 0 0c-55.467-55.467-128-85.333-209.067-85.333-170.667-4.267-302.933 128-302.933 294.4zM597.333 512h-256c-25.6 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h256c25.6 0 42.667 17.067 42.667 42.667s-17.067 42.667-42.667 42.667z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 217 KiB |
BIN
themes/at_movic/assets/fonts/nova-icons.ttf
Normal file
BIN
themes/at_movic/assets/fonts/nova-icons.woff
Normal file
BIN
themes/at_movic/assets/fonts/poppins-bold-webfont.woff
Normal file
BIN
themes/at_movic/assets/fonts/poppins-bold-webfont.woff2
Normal file
BIN
themes/at_movic/assets/fonts/poppins-light-webfont.woff
Normal file
BIN
themes/at_movic/assets/fonts/poppins-light-webfont.woff2
Normal file
BIN
themes/at_movic/assets/fonts/poppins-medium-webfont.woff
Normal file
BIN
themes/at_movic/assets/fonts/poppins-medium-webfont.woff2
Normal file
BIN
themes/at_movic/assets/fonts/poppins-regular-webfont.ttf
Normal file
BIN
themes/at_movic/assets/fonts/poppins-regular-webfont.woff
Normal file
BIN
themes/at_movic/assets/fonts/poppins-regular-webfont.woff2
Normal file
BIN
themes/at_movic/assets/fonts/poppins-semibold-webfont.woff
Normal file
BIN
themes/at_movic/assets/fonts/poppins-semibold-webfont.woff2
Normal file
BIN
themes/at_movic/assets/fonts/themify.eot
Normal file
362
themes/at_movic/assets/fonts/themify.svg
Normal file
|
After Width: | Height: | Size: 229 KiB |
BIN
themes/at_movic/assets/fonts/themify.ttf
Normal file
BIN
themes/at_movic/assets/fonts/themify.woff
Normal file
BIN
themes/at_movic/assets/img/404-bg.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
themes/at_movic/assets/img/404-image.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
themes/at_movic/assets/img/AjaxLoader.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
themes/at_movic/assets/img/BLOG-haeder.jpg
Normal file
|
After Width: | Height: | Size: 360 KiB |
BIN
themes/at_movic/assets/img/Group-815.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
themes/at_movic/assets/img/Group-816.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
themes/at_movic/assets/img/Group-817.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
themes/at_movic/assets/img/Group-818.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
5
themes/at_movic/assets/img/Watemark.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="1920" height="524" viewBox="0 0 1920 524" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="0.1">
|
||||
<path d="M1755.11 132.385V194.794H1803.33V312.965C1803.33 379.62 1828.52 407.132 1888.4 407.132C1903.09 407.056 1917.72 405.272 1932 401.814V342.729C1920.44 345.359 1908.65 346.782 1896.8 346.976C1871.61 346.976 1865.3 336.414 1865.3 294.611V194.905H1923.97V132.496H1865.3V61.5198H1803.33V132.385H1755.11ZM1626.78 397.014V254.212C1626.78 214.034 1659.34 186.005 1698.72 186.005C1701.01 185.92 1703.29 186.093 1705.54 186.522V127.437C1690.63 127.157 1675.85 130.188 1662.23 136.315C1648.62 142.442 1636.51 151.515 1626.78 162.888V132.718H1564.99V397.014H1626.78ZM1308.58 264.81C1308.57 249.951 1312.94 235.424 1321.13 223.066C1329.32 210.708 1340.97 201.075 1354.6 195.386C1368.23 189.696 1383.23 188.205 1397.7 191.102C1412.17 193.999 1425.46 201.154 1435.9 211.661C1446.33 222.168 1453.43 235.555 1456.31 250.129C1459.19 264.702 1457.71 279.808 1452.06 293.534C1446.41 307.261 1436.84 318.992 1424.57 327.242C1412.3 335.493 1397.88 339.893 1383.12 339.885C1363.4 339.769 1344.52 331.817 1330.59 317.759C1316.66 303.7 1308.8 284.672 1308.72 264.81H1308.58ZM1383.12 127.289C1356.11 127.289 1329.71 135.355 1307.26 150.466C1284.8 165.577 1267.3 187.054 1256.97 212.183C1246.63 237.312 1243.93 264.963 1249.19 291.639C1254.46 318.316 1267.47 342.82 1286.57 362.052C1305.66 381.285 1329.99 394.382 1356.48 399.689C1382.97 404.995 1410.43 402.272 1435.38 391.863C1460.33 381.454 1481.65 363.828 1496.66 341.213C1511.66 318.598 1519.67 292.009 1519.67 264.81C1519.66 228.366 1505.29 193.415 1479.72 167.631C1454.14 141.847 1419.46 127.338 1383.27 127.289H1383.12ZM1076.62 189.846C1091.37 189.846 1105.79 194.251 1118.05 202.504C1130.32 210.758 1139.88 222.489 1145.52 236.214C1151.17 249.939 1152.64 265.041 1149.77 279.612C1146.89 294.182 1139.78 307.566 1129.35 318.07C1118.92 328.575 1105.63 335.729 1091.17 338.627C1076.7 341.525 1061.7 340.038 1048.08 334.352C1034.45 328.667 1022.8 319.04 1014.6 306.688C1006.41 294.336 1002.03 279.814 1002.03 264.958C1002.1 245.058 1009.98 225.992 1023.95 211.921C1037.93 197.849 1056.86 189.914 1076.62 189.846ZM940.066 523.05H1002.03V363.704C1011.99 375.538 1024.33 385.101 1038.24 391.755C1052.15 398.409 1067.31 402.002 1082.7 402.294C1158.35 402.294 1212.95 340.439 1212.95 264.81C1212.95 189.181 1158.35 127.289 1082.7 127.289C1067.25 127.565 1052.04 131.207 1038.11 137.964C1024.19 144.721 1011.88 154.433 1002.03 166.433V132.57H940.066V523.05ZM673.309 357.5C704.371 386.538 745.257 402.557 787.638 402.294C851.183 402.294 897.898 367.397 897.898 319.796C897.898 262.705 851.184 244.167 799.189 232.018C770.845 225.149 744.591 219.314 744.591 205.023C744.591 193.391 757.718 183.9 784.925 183.9C810.152 183.9 836.26 191.803 855.29 208.199L889.428 165.916C860.391 140.714 823.256 126.988 784.925 127.289C725.597 127.289 681.999 159.564 681.999 204.506C681.999 261.117 740.3 273.784 783.348 285.97C802.782 291.251 835.893 298.119 835.893 320.35C835.893 334.605 815.396 345.72 789.142 345.72C759.807 345.72 730.474 332.5 709.83 314.516L673.309 357.5ZM632.351 0.51416H570.382V397.014H632.351V0.51416ZM372.927 189.846C387.679 189.838 402.103 194.237 414.373 202.486C426.642 210.735 436.207 222.464 441.858 236.188C447.509 249.912 448.991 265.016 446.117 279.589C443.243 294.162 436.143 307.549 425.714 318.057C415.285 328.565 401.996 335.723 387.527 338.624C373.059 341.525 358.061 340.04 344.431 334.356C330.801 328.672 319.15 319.045 310.953 306.692C302.757 294.339 298.382 279.815 298.382 264.958C298.459 245.067 306.336 226.013 320.299 211.944C334.261 197.876 353.177 189.933 372.927 189.846ZM236.413 264.81C236.413 340.439 291.415 402.294 366.62 402.294C382.109 402.057 397.363 398.438 411.328 391.686C425.294 384.934 437.638 375.211 447.509 363.187V397.014H509.477V132.57H447.509V165.362C437.418 153.674 425.005 144.247 411.073 137.689C397.14 131.131 381.997 127.588 366.62 127.289C291.525 127.289 236.413 189.181 236.413 264.81ZM59.9683 397.014V279.064L156.954 397.014H234.69L121.937 260.009L228.53 132.533H150.281L59.9683 240.954V16.2826H-2V397.014H59.9683Z" fill="#1A1A18"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
BIN
themes/at_movic/assets/img/ajax-loader.gif
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
themes/at_movic/assets/img/ball_img.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
3
themes/at_movic/assets/img/basket.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.65234 20H16.6523C17.7553 20 18.6523 19.103 18.6523 18V7C18.6523 6.73478 18.547 6.48043 18.3595 6.29289C18.1719 6.10536 17.9176 6 17.6523 6H14.6523V5C14.6523 2.243 12.4093 0 9.65234 0C6.89534 0 4.65234 2.243 4.65234 5V6H1.65234C1.38713 6 1.13277 6.10536 0.945237 6.29289C0.757701 6.48043 0.652344 6.73478 0.652344 7V18C0.652344 19.103 1.54934 20 2.65234 20ZM6.65234 5C6.65234 3.346 7.99834 2 9.65234 2C11.3063 2 12.6523 3.346 12.6523 5V6H6.65234V5ZM2.65234 8H4.65234V10H6.65234V8H12.6523V10H14.6523V8H16.6523L16.6543 18H2.65234V8Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 661 B |