mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-12 11:44:02 +02:00
Initial release
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.DS_Store
|
||||||
|
.git
|
||||||
|
node_modules
|
247
build/.stylelintrc
Executable file
247
build/.stylelintrc
Executable file
@@ -0,0 +1,247 @@
|
|||||||
|
{
|
||||||
|
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"],
|
||||||
|
"plugins": [
|
||||||
|
"stylelint-order"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
"at-rule-empty-line-before": [null,
|
||||||
|
"except": ["first-nested"]
|
||||||
|
],
|
||||||
|
"at-rule-name-space-after": "always",
|
||||||
|
"at-rule-no-vendor-prefix": true,
|
||||||
|
"at-rule-semicolon-space-before": "never",
|
||||||
|
"block-closing-brace-empty-line-before": null,
|
||||||
|
"block-closing-brace-newline-after": null,
|
||||||
|
"block-opening-brace-space-before": null,
|
||||||
|
"color-named": "never",
|
||||||
|
"declaration-block-semicolon-newline-after": "always-multi-line",
|
||||||
|
"declaration-block-semicolon-newline-before": "never-multi-line",
|
||||||
|
"declaration-block-semicolon-space-after": "always-single-line",
|
||||||
|
"declaration-empty-line-before": null,
|
||||||
|
"declaration-no-important": true,
|
||||||
|
"font-family-name-quotes": "always-where-recommended",
|
||||||
|
"font-weight-notation": "numeric",
|
||||||
|
"function-url-no-scheme-relative": true,
|
||||||
|
"function-url-quotes": "always",
|
||||||
|
"length-zero-no-unit": true,
|
||||||
|
"max-empty-lines": 2,
|
||||||
|
"max-line-length": null,
|
||||||
|
"media-feature-name-no-vendor-prefix": true,
|
||||||
|
"media-feature-parentheses-space-inside": "never",
|
||||||
|
"media-feature-range-operator-space-after": "always",
|
||||||
|
"media-feature-range-operator-space-before": "never",
|
||||||
|
"no-descending-specificity": null,
|
||||||
|
"no-duplicate-selectors": true,
|
||||||
|
"number-leading-zero": "never",
|
||||||
|
"order/properties-order": [
|
||||||
|
"position",
|
||||||
|
"top",
|
||||||
|
"right",
|
||||||
|
"bottom",
|
||||||
|
"left",
|
||||||
|
"z-index",
|
||||||
|
"box-sizing",
|
||||||
|
"display",
|
||||||
|
"flex",
|
||||||
|
"flex-align",
|
||||||
|
"flex-basis",
|
||||||
|
"flex-direction",
|
||||||
|
"flex-wrap",
|
||||||
|
"flex-flow",
|
||||||
|
"flex-grow",
|
||||||
|
"flex-order",
|
||||||
|
"flex-pack",
|
||||||
|
"align-items",
|
||||||
|
"align-self",
|
||||||
|
"justify-content",
|
||||||
|
"order",
|
||||||
|
"float",
|
||||||
|
"width",
|
||||||
|
"min-width",
|
||||||
|
"max-width",
|
||||||
|
"height",
|
||||||
|
"min-height",
|
||||||
|
"max-height",
|
||||||
|
"padding",
|
||||||
|
"padding-top",
|
||||||
|
"padding-right",
|
||||||
|
"padding-bottom",
|
||||||
|
"padding-left",
|
||||||
|
"margin",
|
||||||
|
"margin-top",
|
||||||
|
"margin-right",
|
||||||
|
"margin-bottom",
|
||||||
|
"margin-left",
|
||||||
|
"overflow",
|
||||||
|
"overflow-x",
|
||||||
|
"overflow-y",
|
||||||
|
"-webkit-overflow-scrolling",
|
||||||
|
"-ms-overflow-x",
|
||||||
|
"-ms-overflow-y",
|
||||||
|
"-ms-overflow-style",
|
||||||
|
"clip",
|
||||||
|
"clear",
|
||||||
|
"font",
|
||||||
|
"font-family",
|
||||||
|
"font-size",
|
||||||
|
"font-style",
|
||||||
|
"font-weight",
|
||||||
|
"font-variant",
|
||||||
|
"font-size-adjust",
|
||||||
|
"font-stretch",
|
||||||
|
"font-effect",
|
||||||
|
"font-emphasize",
|
||||||
|
"font-emphasize-position",
|
||||||
|
"font-emphasize-style",
|
||||||
|
"font-smooth",
|
||||||
|
"hyphens",
|
||||||
|
"line-height",
|
||||||
|
"color",
|
||||||
|
"text-align",
|
||||||
|
"text-align-last",
|
||||||
|
"text-emphasis",
|
||||||
|
"text-emphasis-color",
|
||||||
|
"text-emphasis-style",
|
||||||
|
"text-emphasis-position",
|
||||||
|
"text-decoration",
|
||||||
|
"text-indent",
|
||||||
|
"text-justify",
|
||||||
|
"text-outline",
|
||||||
|
"-ms-text-overflow",
|
||||||
|
"text-overflow",
|
||||||
|
"text-overflow-ellipsis",
|
||||||
|
"text-overflow-mode",
|
||||||
|
"text-shadow",
|
||||||
|
"text-transform",
|
||||||
|
"text-wrap",
|
||||||
|
"-webkit-text-size-adjust",
|
||||||
|
"-ms-text-size-adjust",
|
||||||
|
"letter-spacing",
|
||||||
|
"-ms-word-break",
|
||||||
|
"word-break",
|
||||||
|
"word-spacing",
|
||||||
|
"-ms-word-wrap",
|
||||||
|
"word-wrap",
|
||||||
|
"overflow-wrap",
|
||||||
|
"tab-size",
|
||||||
|
"white-space",
|
||||||
|
"vertical-align",
|
||||||
|
"list-style",
|
||||||
|
"list-style-position",
|
||||||
|
"list-style-type",
|
||||||
|
"list-style-image",
|
||||||
|
"pointer-events",
|
||||||
|
"-ms-touch-action",
|
||||||
|
"touch-action",
|
||||||
|
"cursor",
|
||||||
|
"visibility",
|
||||||
|
"zoom",
|
||||||
|
"table-layout",
|
||||||
|
"empty-cells",
|
||||||
|
"caption-side",
|
||||||
|
"border-spacing",
|
||||||
|
"border-collapse",
|
||||||
|
"content",
|
||||||
|
"quotes",
|
||||||
|
"counter-reset",
|
||||||
|
"counter-increment",
|
||||||
|
"resize",
|
||||||
|
"user-select",
|
||||||
|
"nav-index",
|
||||||
|
"nav-up",
|
||||||
|
"nav-right",
|
||||||
|
"nav-down",
|
||||||
|
"nav-left",
|
||||||
|
"background",
|
||||||
|
"background-color",
|
||||||
|
"background-image",
|
||||||
|
"filter",
|
||||||
|
"background-repeat",
|
||||||
|
"background-attachment",
|
||||||
|
"background-position",
|
||||||
|
"background-position-x",
|
||||||
|
"background-position-y",
|
||||||
|
"background-clip",
|
||||||
|
"background-origin",
|
||||||
|
"background-size",
|
||||||
|
"border",
|
||||||
|
"border-color",
|
||||||
|
"border-style",
|
||||||
|
"border-width",
|
||||||
|
"border-top",
|
||||||
|
"border-top-color",
|
||||||
|
"border-top-style",
|
||||||
|
"border-top-width",
|
||||||
|
"border-right",
|
||||||
|
"border-right-color",
|
||||||
|
"border-right-style",
|
||||||
|
"border-right-width",
|
||||||
|
"border-bottom",
|
||||||
|
"border-bottom-color",
|
||||||
|
"border-bottom-style",
|
||||||
|
"border-bottom-width",
|
||||||
|
"border-left",
|
||||||
|
"border-left-color",
|
||||||
|
"border-left-style",
|
||||||
|
"border-left-width",
|
||||||
|
"border-radius",
|
||||||
|
"border-top-left-radius",
|
||||||
|
"border-top-right-radius",
|
||||||
|
"border-bottom-right-radius",
|
||||||
|
"border-bottom-left-radius",
|
||||||
|
"border-image",
|
||||||
|
"border-image-source",
|
||||||
|
"border-image-slice",
|
||||||
|
"border-image-width",
|
||||||
|
"border-image-outset",
|
||||||
|
"border-image-repeat",
|
||||||
|
"outline",
|
||||||
|
"outline-width",
|
||||||
|
"outline-style",
|
||||||
|
"outline-color",
|
||||||
|
"outline-offset",
|
||||||
|
"box-shadow",
|
||||||
|
"opacity",
|
||||||
|
"-ms-interpolation-mode",
|
||||||
|
"transition",
|
||||||
|
"transition-delay",
|
||||||
|
"transition-timing-function",
|
||||||
|
"transition-duration",
|
||||||
|
"transition-property",
|
||||||
|
"transform",
|
||||||
|
"transform-origin",
|
||||||
|
"animation",
|
||||||
|
"animation-name",
|
||||||
|
"animation-duration",
|
||||||
|
"animation-play-state",
|
||||||
|
"animation-timing-function",
|
||||||
|
"animation-delay",
|
||||||
|
"animation-iteration-count",
|
||||||
|
"animation-direction"
|
||||||
|
],
|
||||||
|
"property-no-vendor-prefix": true,
|
||||||
|
"rule-empty-line-before": null,
|
||||||
|
"selector-attribute-quotes": "always",
|
||||||
|
"selector-list-comma-newline-after": "always",
|
||||||
|
"selector-list-comma-newline-before": "never-multi-line",
|
||||||
|
"selector-list-comma-space-after": "always-single-line",
|
||||||
|
"selector-list-comma-space-before": "never-single-line",
|
||||||
|
"selector-max-attribute": 2,
|
||||||
|
"selector-max-class": 4,
|
||||||
|
"selector-max-combinators": 4,
|
||||||
|
"selector-max-compound-selectors": 4,
|
||||||
|
"selector-max-empty-lines": 1,
|
||||||
|
"selector-max-id": 0,
|
||||||
|
"selector-max-specificity": null,
|
||||||
|
"selector-max-type": 2,
|
||||||
|
"selector-max-universal": 1,
|
||||||
|
"selector-no-qualifying-type": true,
|
||||||
|
"selector-no-vendor-prefix": true,
|
||||||
|
"string-quotes": "double",
|
||||||
|
"value-keyword-case": "lower",
|
||||||
|
"value-list-comma-newline-after": "never-multi-line",
|
||||||
|
"value-list-comma-newline-before": "never-multi-line",
|
||||||
|
"value-list-comma-space-after": "always",
|
||||||
|
"value-no-vendor-prefix": true
|
||||||
|
}
|
||||||
|
}
|
12
build/postcss.config.js
Executable file
12
build/postcss.config.js
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
'use strict'
|
||||||
|
|
||||||
|
module.exports = (ctx) => ({
|
||||||
|
map: ctx.file.dirname.includes('examples') ? false : {
|
||||||
|
inline: false,
|
||||||
|
annotation: true,
|
||||||
|
sourcesContent: true
|
||||||
|
},
|
||||||
|
plugins: {
|
||||||
|
autoprefixer: { cascade: false }
|
||||||
|
}
|
||||||
|
})
|
186
css/coreui-icons.css
Executable file
186
css/coreui-icons.css
Executable file
@@ -0,0 +1,186 @@
|
|||||||
|
@charset "UTF-8";
|
||||||
|
/*!
|
||||||
|
* CoreUI Icons- Open Source Icons
|
||||||
|
* @version v0.1.0
|
||||||
|
* @link https://coreui.io/icons
|
||||||
|
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
|
||||||
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: 'CoreUI-Icons-Linear';
|
||||||
|
src: url("fonts/CoreUI-Icons-Linear.eot?64h6xh");
|
||||||
|
src: url("fonts/CoreUI-Icons-Linear.eot?64h6xh#iefix") format("embedded-opentype"), url("fonts/CoreUI-Icons-Linear.ttf?64h6xh") format("truetype"), url("fonts/CoreUI-Icons-Linear.woff?64h6xh") format("woff"), url("fonts/CoreUI-Icons-Linear.svg?64h6xh#CoreUI-Icons-Linear") format("svg");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class^="cui-"], [class*=" cui-"] {
|
||||||
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||||||
|
font-family: 'CoreUI-Icons-Linear' !important;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
line-height: 1;
|
||||||
|
/* Better Font Rendering =========== */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-basket-loaded:before {
|
||||||
|
content: "\e900";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-bell:before {
|
||||||
|
content: "\e901";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-calculator:before {
|
||||||
|
content: "\e902";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-calendar:before {
|
||||||
|
content: "\e903";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-camera:before {
|
||||||
|
content: "\e904";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-chart:before {
|
||||||
|
content: "\e905";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-cloud-download:before {
|
||||||
|
content: "\e906";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-cursor:before {
|
||||||
|
content: "\e907";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-cursor-move:before {
|
||||||
|
content: "\e908";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-drop:before {
|
||||||
|
content: "\e909";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-energy:before {
|
||||||
|
content: "\e90a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-envelope-letter:before {
|
||||||
|
content: "\e90b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-equalizer:before {
|
||||||
|
content: "\e90c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-globe:before {
|
||||||
|
content: "\e90d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-graph:before {
|
||||||
|
content: "\e90e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-home:before {
|
||||||
|
content: "\e90f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-layers:before {
|
||||||
|
content: "\e910";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-list:before {
|
||||||
|
content: "\e911";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-location-pin:before {
|
||||||
|
content: "\e912";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-map:before {
|
||||||
|
content: "\e913";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-note:before {
|
||||||
|
content: "\e914";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-options:before {
|
||||||
|
content: "\e915";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-pencil:before {
|
||||||
|
content: "\e916";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-people:before {
|
||||||
|
content: "\e917";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-pie-chart:before {
|
||||||
|
content: "\e918";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-puzzle:before {
|
||||||
|
content: "\e919";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-screen-desktop:before {
|
||||||
|
content: "\e91a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-screen-smartphone:before {
|
||||||
|
content: "\e91b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-settings:before {
|
||||||
|
content: "\e91c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-social-facebook:before {
|
||||||
|
content: "\e91d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-social-skype:before {
|
||||||
|
content: "\e91e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-social-twitter:before {
|
||||||
|
content: "\e91f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-speech:before {
|
||||||
|
content: "\e920";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-speedometer:before {
|
||||||
|
content: "\e921";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-star:before {
|
||||||
|
content: "\e922";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-user:before {
|
||||||
|
content: "\e923";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-user-female:before {
|
||||||
|
content: "\e924";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-user-follow:before {
|
||||||
|
content: "\e925";
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-user-unfollow:before {
|
||||||
|
content: "\e926";
|
||||||
|
}
|
||||||
|
/*# sourceMappingURL=coreui-icons.css.map */
|
1
css/coreui-icons.css.map
Normal file
1
css/coreui-icons.css.map
Normal file
File diff suppressed because one or more lines are too long
8
css/coreui-icons.min.css
vendored
Normal file
8
css/coreui-icons.min.css
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
@charset "UTF-8";/*!
|
||||||
|
* CoreUI Icons- Open Source Icons
|
||||||
|
* @version v0.1.0
|
||||||
|
* @link https://coreui.io/icons
|
||||||
|
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
|
||||||
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
|
*/@font-face{font-family:CoreUI-Icons-Linear;src:url(fonts/CoreUI-Icons-Linear.eot?64h6xh);src:url(fonts/CoreUI-Icons-Linear.eot?64h6xh#iefix) format("embedded-opentype"),url(fonts/CoreUI-Icons-Linear.ttf?64h6xh) format("truetype"),url(fonts/CoreUI-Icons-Linear.woff?64h6xh) format("woff"),url(fonts/CoreUI-Icons-Linear.svg?64h6xh#CoreUI-Icons-Linear) format("svg");font-weight:400;font-style:normal}[class*=" cui-"],[class^=cui-]{font-family:CoreUI-Icons-Linear!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cui-basket-loaded:before{content:"\e900"}.cui-bell:before{content:"\e901"}.cui-calculator:before{content:"\e902"}.cui-calendar:before{content:"\e903"}.cui-camera:before{content:"\e904"}.cui-chart:before{content:"\e905"}.cui-cloud-download:before{content:"\e906"}.cui-cursor:before{content:"\e907"}.cui-cursor-move:before{content:"\e908"}.cui-drop:before{content:"\e909"}.cui-energy:before{content:"\e90a"}.cui-envelope-letter:before{content:"\e90b"}.cui-equalizer:before{content:"\e90c"}.cui-globe:before{content:"\e90d"}.cui-graph:before{content:"\e90e"}.cui-home:before{content:"\e90f"}.cui-layers:before{content:"\e910"}.cui-list:before{content:"\e911"}.cui-location-pin:before{content:"\e912"}.cui-map:before{content:"\e913"}.cui-note:before{content:"\e914"}.cui-options:before{content:"\e915"}.cui-pencil:before{content:"\e916"}.cui-people:before{content:"\e917"}.cui-pie-chart:before{content:"\e918"}.cui-puzzle:before{content:"\e919"}.cui-screen-desktop:before{content:"\e91a"}.cui-screen-smartphone:before{content:"\e91b"}.cui-settings:before{content:"\e91c"}.cui-social-facebook:before{content:"\e91d"}.cui-social-skype:before{content:"\e91e"}.cui-social-twitter:before{content:"\e91f"}.cui-speech:before{content:"\e920"}.cui-speedometer:before{content:"\e921"}.cui-star:before{content:"\e922"}.cui-user:before{content:"\e923"}.cui-user-female:before{content:"\e924"}.cui-user-follow:before{content:"\e925"}.cui-user-unfollow:before{content:"\e926"}
|
||||||
|
/*# sourceMappingURL=coreui-icons.min.css.map */
|
1
css/coreui-icons.min.css.map
Normal file
1
css/coreui-icons.min.css.map
Normal file
File diff suppressed because one or more lines are too long
BIN
fonts/CoreUI-Icons-Linear.eot
Executable file
BIN
fonts/CoreUI-Icons-Linear.eot
Executable file
Binary file not shown.
49
fonts/CoreUI-Icons-Linear.svg
Executable file
49
fonts/CoreUI-Icons-Linear.svg
Executable file
@@ -0,0 +1,49 @@
|
|||||||
|
<?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="CoreUI-Icons-Linear" 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="basket-loaded" d="M352 224c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM352 32c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM800 224c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM800 32c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM320 688v-64h608v-43.118l-71.526-228.882h-556.612l-79.998 576h-187.864v-64h132.138l79.998-576h659.39l88.474 283.118v116.882h-672zM509.544 811.494c29.911 32.332 72.56 52.506 119.922 52.506 49.838 0 94.459-22.34 124.394-57.552l0.193-0.232 45.876-54.216h83.836l-80.854 95.556c-41.943 49.347-104.063 80.449-173.447 80.449-65.936 0-125.312-28.088-166.816-72.951l-0.137-0.15-94.982-102.904h87.098z" />
|
||||||
|
<glyph unicode="" glyph-name="bell" d="M903.342 262.862l-87.342 161.248v167.89c0 167.626-136.374 304-304 304s-304-136.374-304-304v-167.89l-87.342-161.246c-3.648-6.608-5.795-14.485-5.795-22.864 0-26.51 21.49-48 48-48 0 0 0.001 0 0.001 0h173.87c-0.476-5.272-0.734-10.6-0.734-16 0-97.202 78.798-176 176-176s176 78.798 176 176v0c0 5.4-0.258 10.728-0.734 16h173.87c26.507 0.003 47.994 21.492 47.994 48 0 8.378-2.146 16.255-5.919 23.11l0.125-0.248zM624 176c0-0.027 0-0.059 0-0.091 0-61.856-50.144-112-112-112s-112 50.144-112 112c0 5.677 0.422 11.256 1.238 16.706l-0.076-0.615h221.676c0.734-4.804 1.156-10.35 1.162-15.994v-0.006zM189.726 256l82.274 151.89v184.11c0 132.548 107.452 240 240 240s240-107.452 240-240v0-184.11l82.274-151.89z" />
|
||||||
|
<glyph unicode="" glyph-name="calculator" d="M944 880h-864c-26.497-0.032-47.968-21.503-48-47.997v-768.003c0.032-26.497 21.503-47.968 47.997-48h864.003c26.497 0.032 47.968 21.503 48 47.997v768.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM928 80h-832v736h832zM304 480h64v80h80v64h-80v80h-64v-80h-80v-64h80v-80zM392.568 389.822l-56.568-56.568-56.568 56.568-45.254-45.254 56.568-56.568-56.568-56.568 45.254-45.254 56.568 56.568 56.568-56.568 45.254 45.254-56.568 56.568 56.568 56.568-45.254 45.254zM576 624h224v-64h-224v64zM576 384h224v-64h-224v64zM576 256h224v-64h-224v64z" />
|
||||||
|
<glyph unicode="" glyph-name="calendar" d="M944 784h-176v112h-64v-112h-384v112h-64v-112h-176c-26.497-0.032-47.968-21.503-48-47.997v-672.003c0.032-26.497 21.503-47.968 47.997-48h864.003c26.497 0.032 47.968 21.503 48 47.997v672.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM928 80h-832v640h160v-80h64v80h384v-80h64v80h160zM224 528h64v-64h-64v64zM400 528h64v-64h-64v64zM560 528h64v-64h-64v64zM736 528h64v-64h-64v64zM224 384h64v-64h-64v64zM400 384h64v-64h-64v64zM560 384h64v-64h-64v64zM736 384h64v-64h-64v64zM224 240h64v-64h-64v64zM400 240h64v-64h-64v64zM560 240h64v-64h-64v64zM736 240h64v-64h-64v64z" />
|
||||||
|
<glyph unicode="" glyph-name="camera" d="M943.986 736h-178.4l-32.484 93.504c-8.97 25.236-32.639 42.984-60.456 43h-322.164c-0.004 0-0.009 0-0.014 0-27.962 0-51.734-17.937-60.438-42.933l-0.136-0.449-31.694-93.122h-178.2c-26.497-0.031-47.969-21.503-48-47.997v-624.003c0.031-26.497 21.503-47.969 47.997-48h863.989c26.497 0.031 47.969 21.503 48 47.997v624.003c-0.031 26.497-21.503 47.969-47.997 48h-0.003zM927.986 80h-831.972v592h208.024l46.444 136.5h322.162l47.42-136.5h207.922zM512 624c-125.921 0-228-102.079-228-228s102.079-228 228-228c125.921 0 228 102.079 228 228v0c-0.148 125.861-102.138 227.852-227.985 228h-0.015zM512 232c-90.575 0-164 73.425-164 164s73.425 164 164 164c90.575 0 164-73.425 164-164v0c-0.106-90.532-73.468-163.894-163.99-164h-0.010z" />
|
||||||
|
<glyph unicode="" glyph-name="chart" d="M248 688h-176c-22.081-0.026-39.974-17.919-40-39.997v-640.003c0.026-22.081 17.919-39.974 39.997-40h176.003c22.081 0.026 39.974 17.919 40 39.997v640.003c-0.026 22.081-17.919 39.974-39.997 40h-0.003zM224 32h-128v592h128zM600 480h-176c-22.081-0.026-39.974-17.919-40-39.997v-432.003c0.026-22.081 17.919-39.974 39.997-40h176.003c22.081 0.026 39.974 17.919 40 39.997v432.003c-0.026 22.081-17.919 39.974-39.997 40h-0.003zM576 32h-128v384h128zM952 928h-176c-22.081-0.026-39.974-17.919-40-39.997v-880.003c0.026-22.081 17.919-39.974 39.997-40h176.003c22.081 0.026 39.974 17.919 40 39.997v880.003c-0.026 22.081-17.919 39.974-39.997 40h-0.003zM928 32h-128v832h128z" />
|
||||||
|
<glyph unicode="" glyph-name="cloud-download" d="M544 92.864v371.136h-64v-371.136l-103.764 103.762-45.256-45.252 181.020-181.022 181.020 181.022-45.256 45.252-103.764-103.762zM800 640c0 158.8-129.2 288-288 288s-288-129.2-288-288c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h160v64h-160c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h64v64c0 123.712 100.288 224 224 224s224-100.288 224-224v0-64h64c70.692 0 128-57.308 128-128s-57.308-128-128-128v0h-160v-64h160c106.039 0 192 85.961 192 192s-85.961 192-192 192v0z" />
|
||||||
|
<glyph unicode="" glyph-name="cursor" d="M680.644-32h-74l-211.946 326.056-330.698 132.278v74l786.894 369.354c4.978 2.392 10.823 3.789 16.994 3.789 22.091 0 40-17.909 40-40 0-3.631-0.484-7.149-1.391-10.494l0.065 0.28zM139.496 465.066l297.8-119.122 196.946-303 197.31 746.96z" />
|
||||||
|
<glyph unicode="" glyph-name="cursor-move" d="M806.824 628.822l-45.254-45.254 103.764-103.764h-321.334v321.332l103.764-103.762 45.256 45.252-181.020 181.022-181.020-181.022 45.256-45.252 103.764 103.762v-321.332h-322.942l103.766 103.764-45.254 45.254-181.022-181.018 181.020-181.018 45.256 45.254-103.766 103.764h322.942v-322.94l-103.764 103.762-45.256-45.252 181.020-181.022 181.020 181.022-45.256 45.252-103.764-103.762v322.94h321.334l-103.766-103.764 45.256-45.254 181.018 181.018-181.018 181.018z" />
|
||||||
|
<glyph unicode="" glyph-name="drop" d="M789.266 518.674l-250.316 390.978c-5.778 8.924-15.684 14.746-26.95 14.746s-21.172-5.822-26.874-14.621l-0.076-0.125-250.322-390.982c-41.557-55.858-66.529-126.199-66.529-202.373 0-0.315 0-0.63 0.001-0.945v0.049c0-189.57 154.226-343.8 343.8-343.8s343.8 154.226 343.8 343.8c0.001 0.267 0.001 0.584 0.001 0.9 0 76.175-24.975 146.517-67.182 203.284l0.647-0.911zM512 35.6c-154.28 0-279.8 125.516-279.8 279.8-0.001 0.226-0.001 0.492-0.001 0.759 0 62.283 20.517 119.773 55.162 166.082l-0.519-0.725q0.638 0.864 1.216 1.768l223.942 349.766 223.934-349.768q0.576-0.906 1.216-1.768c34.13-45.584 54.651-103.078 54.651-165.365 0-0.263 0-0.527-0.001-0.79v0.041c0-154.282-125.52-279.8-279.8-279.8z" />
|
||||||
|
<glyph unicode="" glyph-name="energy" d="M640 544v384h-64.2l-447.048-608h271.248v-352h63.6l450 576zM255.248 384l320.752 436.222v-340.222h206.4l-318.4-407.542v311.542z" />
|
||||||
|
<glyph unicode="" glyph-name="envelope-letter" d="M800 665.6v190.4c-0.026 22.081-17.919 39.974-39.997 40h-496.003c-22.081-0.026-39.974-17.919-40-39.997v-190.403l-192-137.132v-528.468h960v528.468zM800 586.952l107.36-76.686-107.36-70.186zM288 832h448v-433.766l-114.332-74.756-93.156 48.304-101.528-49.014-138.984 84.382zM224 586.962v-140.962l-106.668 64.77zM96 448.85l262.288-159.25-262.288-126.618zM928 64h-832v27.914l431.488 208.304 400.512-207.672zM928 164.638l-241.108 125.020 241.108 157.646z" />
|
||||||
|
<glyph unicode="" glyph-name="equalizer" d="M192 667.95v260.050h-64v-260.050c-55.649-14.725-96.002-64.625-96.002-123.95s40.353-109.225 95.109-123.749l0.893-0.201v-452.050h64v452.050c55.649 14.725 96.002 64.625 96.002 123.95s-40.353 109.225-95.109 123.749l-0.893 0.201zM160 480c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM544 379.95v548.050h-64v-548.050c-55.649-14.725-96.002-64.625-96.002-123.95s40.353-109.225 95.109-123.749l0.893-0.201v-164.050h64v164.050c55.649 14.725 96.002 64.625 96.002 123.95s-40.353 109.225-95.109 123.749l-0.893 0.201zM512 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM896 795.95v132.050h-64v-132.050c-55.649-14.725-96.002-64.625-96.002-123.95s40.353-109.225 95.109-123.749l0.893-0.201v-580.050h64v580.050c55.649 14.725 96.002 64.625 96.002 123.95s-40.353 109.225-95.109 123.749l-0.893 0.201zM864 608c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004z" />
|
||||||
|
<glyph unicode="" glyph-name="globe" d="M850.704 787.704c-86.845 87.685-207.27 141.976-340.376 141.976-264.544 0-479-214.456-479-479 0-133.106 54.292-253.531 141.938-340.338l0.038-0.038c86.845-87.685 207.27-141.976 340.376-141.976 264.544 0 479 214.456 479 479 0 133.106-54.292 253.531-141.938 340.338l-0.038 0.038zM925.97 478h-190.37c-3 112.8-23.474 218.318-58.434 299.706-10.702 25.154-22.383 46.622-35.83 66.814l0.93-1.484c156.426-51.846 271.868-194.396 283.704-365.036zM512 18c-37.144 0-75.912 56.66-106.362 127.552-31.060 72.31-49.578 166.586-53.038 268.448h318.8c-3.458-101.862-21.976-196.138-53.036-268.448-30.452-70.892-69.22-127.552-106.364-127.552zM352.416 478c2.924 104.156 21.554 200.72 53.222 274.448 30.45 70.892 69.218 127.552 106.362 127.552s75.912-56.66 106.362-127.552c31.668-73.728 50.298-170.292 53.222-274.448zM381.734 843.036c-12.517-18.708-24.198-40.176-33.893-62.7l-1.007-2.63c-34.96-81.388-55.434-186.906-58.434-299.706h-190.37c11.836 170.64 127.278 313.19 283.704 365.036zM98.49 414h190.074c3.558-110.546 23.93-213.762 58.27-293.706 10.702-25.154 22.383-46.622 35.83-66.814l-0.93 1.484c-154.59 51.236-269.148 191.062-283.244 359.036zM642.266 54.964c12.517 18.708 24.198 40.176 33.893 62.7l1.007 2.63c34.34 79.944 54.712 183.16 58.27 293.706h190.074c-14.096-167.974-128.654-307.8-283.244-359.036z" />
|
||||||
|
<glyph unicode="" glyph-name="graph" d="M864 880c-0.016 0-0.036 0-0.055 0-70.663 0-127.946-57.283-127.946-127.946 0-45.192 23.43-84.912 58.806-107.675l0.507-0.305-83.524-292.334c-2.578 0.156-5.17 0.26-7.788 0.26-0.041 0-0.090 0-0.139 0-28.743 0-55.261-9.525-76.571-25.59l0.324 0.234-154.308 128.59c4.25 12.195 6.704 26.252 6.704 40.882 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-35.849 14.738-68.256 38.485-91.493l0.023-0.022-90.584-181.176c-3.934 0.366-7.908 0.576-11.934 0.576-0.049 0-0.106 0-0.164 0-70.783 0-128.164-57.381-128.164-128.164s57.381-128.164 128.164-128.164c70.783 0 128.164 57.381 128.164 128.164 0 43.625-21.796 82.159-55.093 105.307l-0.421 0.277 85.6 171.178c10.18-2.919 21.873-4.598 33.957-4.598 33.178 0 63.401 12.654 86.105 33.399l-0.099-0.089 149.4-124.504c-7.225-15.534-11.44-33.722-11.44-52.893 0-70.692 57.308-128 128-128s128 57.308 128 128c0 45.203-23.432 84.934-58.812 107.708l-0.507 0.305 83.52 292.334c2.578-0.156 5.17-0.26 7.788-0.26 70.692 0 128 57.308 128 128s-57.308 128-128 128v0zM160 32c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM352 432c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM704 160c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM864 688c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004z" />
|
||||||
|
<glyph unicode="" glyph-name="home" d="M939.332 527.1l-397.176 365.402c-12.070 11.132-28.258 17.957-46.040 17.957-18.782 0-35.785-7.615-48.091-19.925l-384.024-384.024v-538.51h352v336h192v-336h352v540.084zM896 32h-224v272c0 35.346-28.654 64-64 64v0h-192c-35.346 0-64-28.654-64-64v0-272h-224v448l365.288 365.286c0.724 0.724 1.724 1.172 2.828 1.172 1.046 0 1.998-0.401 2.71-1.058l-0.003 0.003 397.176-365.402z" />
|
||||||
|
<glyph unicode="" glyph-name="layers" d="M975.876 635.784l-448 256c-4.56 2.651-10.035 4.216-15.876 4.216s-11.316-1.565-16.029-4.298l0.153 0.082-448-256c-9.707-5.618-16.132-15.953-16.132-27.789 0-12.143 6.763-22.706 16.728-28.128l0.168-0.084 448-240c4.373-2.389 9.578-3.793 15.112-3.793s10.739 1.405 15.28 3.877l-0.168-0.084 448 240c10.133 5.506 16.896 16.069 16.896 28.211 0 11.836-6.426 22.171-15.979 27.707l-0.154 0.082zM512 404.302l-381.92 204.6 381.92 218.242 381.92-218.242zM64 482.922v-73.044l432.578-237.918c4.45-2.492 9.764-3.96 15.422-3.96s10.972 1.468 15.584 4.043l-0.162-0.083 432.578 237.918v73.044l-448-246.4zM64 307.2v-72.53l432.942-230.904c4.359-2.372 9.546-3.766 15.058-3.766s10.699 1.394 15.227 3.85l-0.169-0.084 432.942 230.902v72.532l-448-238.934z" />
|
||||||
|
<glyph unicode="" glyph-name="list" d="M416 800h528v-64h-528v64zM208 896c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM208 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM416 480h528v-64h-528v64zM208 576c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM208 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM416 160h528v-64h-528v64zM208 256c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM208 64c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004z" />
|
||||||
|
<glyph unicode="" glyph-name="location-pin" d="M511.8 910c-188.786 0-342.374-153.588-342.374-342.372-0.001-0.266-0.001-0.582-0.001-0.898 0-75.856 24.867-145.905 66.894-202.438l-0.645 0.908 235.818-368.336c8.595-13.342 23.375-22.052 40.19-22.052 0.039 0 0.077 0 0.116 0h-0.006c0.034 0 0.074 0 0.114 0 16.816 0 31.597 8.711 40.078 21.866l0.113 0.188 235.824 368.334c41.381 55.624 66.247 125.67 66.247 201.525 0 0.317 0 0.634-0.001 0.95v-0.049c0 188.786-153.588 342.374-342.368 342.374zM735.8 402.358l-0.638-0.864-223.362-348.894-224.016 349.758c-33.953 45.349-54.367 102.546-54.367 164.51 0 0.267 0 0.535 0.001 0.802v-0.042c0.008 153.496 124.884 278.372 278.382 278.372s278.372-124.876 278.372-278.372c0.001-0.223 0.001-0.488 0.001-0.752 0-61.968-20.416-119.167-54.889-165.239l0.516 0.721zM512 695.628c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM512 503.628c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004z" />
|
||||||
|
<glyph unicode="" glyph-name="map" d="M960.93 777.956l-297.73 83.28-298.6-84.114-277.682 78.774c-3.271 0.964-7.030 1.519-10.918 1.519-22.091 0-39.999-17.908-40-39.999v0-681.2c0.070-21.821 14.629-40.222 34.557-46.092l0.341-0.086 293.634-83.3 298.73 84.15 281.962-78.872c3.23-0.939 6.94-1.479 10.776-1.479 22.091 0 40 17.909 40 40 0 0.002 0 0.005 0 0.007v0 681.186c-0.057 21.888-14.706 40.338-34.73 46.142l-0.34 0.084zM69.454 794.326v0l0.068-0.020zM330 83.068l-230 65.248v637.344l230-65.26zM631.23 148.362l-237.23-66.824v637.378l237.23 66.824zM932 82.18l-236.77 66.22v637.422l236.77-66.222z" />
|
||||||
|
<glyph unicode="" glyph-name="note" d="M816.186 32h-720v736h480l64 64h-560c-26.497-0.031-47.969-21.503-48-47.997v-768.003c0.031-26.497 21.503-47.969 47.997-48h752.003c26.497 0.032 47.968 21.503 48 47.997v544.003l-64-64zM956.67 893.372c-21.764 21.715-51.806 35.143-84.983 35.143s-63.219-13.428-84.985-35.146l-405.328-405.328-39.846-168.142-0.288-1.34c-0.398-1.973-0.626-4.24-0.626-6.561 0-19.154 15.528-34.682 34.682-34.682 2.315 0 4.577 0.227 6.765 0.659l-0.22-0.036 169.496 40.136 405.334 405.324c21.718 21.764 35.148 51.807 35.148 84.986s-13.43 63.222-35.15 84.988l0.002-0.002zM911.416 768.66l-392.498-392.494-104.13-24.678 24.674 104.134 392.496 392.494c10.167 10.168 24.214 16.457 39.729 16.457 31.030 0 56.185-25.155 56.185-56.185 0-15.515-6.288-29.561-16.456-39.728v0z" />
|
||||||
|
<glyph unicode="" glyph-name="options" d="M512 672c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128v0c0.082-70.659 57.34-127.918 127.992-128h0.008zM512 864c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0.041 35.33 28.67 63.959 63.996 64h0.004zM512 224c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM512 32c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004zM512 576c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM512 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004z" />
|
||||||
|
<glyph unicode="" glyph-name="pencil" d="M939.922 875.922c-32.151 32.151-76.567 52.036-125.627 52.036s-93.476-19.886-125.627-52.036l-545-545-96.336-284.004c-1.708-4.812-2.695-10.362-2.695-16.142 0-13.791 5.619-26.27 14.692-35.273l0.177-0.177c8.996-9.060 21.453-14.672 35.222-14.684h0.002c5.801 0.005 11.37 0.989 16.553 2.797l-0.353-0.107 284.012 96.344 545 545c32.151 32.151 52.036 76.567 52.036 125.627s-19.886 93.476-52.036 125.627v0zM360.232 135.488l-243.268-82.524 82.524 243.268 417.512 417.514 160.746-160.746zM894.666 669.922l-71.666-71.668-160.746 160.746 71.67 71.668c20.538 20.386 48.83 32.984 80.064 32.984 62.775 0 113.664-50.889 113.664-113.664 0-31.235-12.599-59.528-32.993-80.073l0.007 0.007z" />
|
||||||
|
<glyph unicode="" glyph-name="people" d="M924.896 327.4l-128.688 84.2 49.548 90.836c11.461 21.323 18.209 46.652 18.244 73.553v144.011c0 0.152 0.001 0.331 0.001 0.511 0 114.81-93.072 207.882-207.882 207.882-54.643 0-104.362-21.083-141.466-55.558l0.13 0.119 43.496-46.954c25.59 23.714 59.968 38.263 97.744 38.263 79.517 0 143.978-64.461 143.978-143.978 0-0.1 0-0.2 0-0.3v0.016-144c-0.007-15.672-3.863-30.442-10.674-43.418l0.246 0.514-77.834-142.696 178.116-116.548c23.111-15.288 38.146-41.165 38.146-70.554 0-0.101 0-0.201-0.001-0.301v0.016-107.012h-144v-64h208v171.012c0 0.115 0.001 0.251 0.001 0.387 0 51.666-26.452 97.153-66.552 123.658l-0.553 0.343zM636.896 263.4l-128.686 84.2 49.546 90.836c11.461 21.323 18.209 46.652 18.244 73.553v144.011c-0.089 114.931-93.188 208.087-208.089 208.268h-0.017c-114.634 0-207.894-93.43-207.894-208.268v-144c-0.001-0.219-0.002-0.479-0.002-0.738 0-26.635 6.674-51.71 18.441-73.646l-0.409 0.834 49.816-91.328-127.936-83.722c-40.654-26.83-67.11-72.305-67.11-123.961 0-0.084 0-0.168 0-0.253v0.013l-1-171.2h672.2v171.012c0 0.115 0.001 0.251 0.001 0.387 0 51.666-26.452 97.153-66.552 123.658l-0.553 0.343zM640 32h-543.814l0.62 107.012c0 0.086 0 0.187 0 0.288 0 29.389 15.035 55.266 37.833 70.359l0.313 0.195 177.366 116.058-78.102 143.184c-6.44 12.373-10.217 27.019-10.217 42.547 0 0.126 0 0.251 0.001 0.377v-0.019 144c0 79.529 64.471 144 144 144s144-64.471 144-144v0-144c-0.007-15.672-3.863-30.442-10.674-43.418l0.246 0.514-77.832-142.696 178.114-116.548c23.111-15.288 38.146-41.165 38.146-70.554 0-0.101 0-0.201-0.001-0.301v0.016z" />
|
||||||
|
<glyph unicode="" glyph-name="pie-chart" d="M226.356 171.9c-70.805 70.883-114.594 168.766-114.594 276.876 0 216.376 175.408 391.784 391.784 391.784 73.361 0 142.013-20.163 200.716-55.251l-1.788 0.991 46.512 46.5c-69.462 45.048-154.399 71.831-245.591 71.831-251.705 0-455.752-204.047-455.752-455.752 0-125.837 51-239.763 133.457-322.236v0c82.519-82.463 196.489-133.464 322.37-133.464 90.789 0 175.382 26.529 246.45 72.258l-1.806-1.088-46.624 46.624c-150.048-87.974-346.542-67.668-475.134 60.926zM953.466 262.4c23.463 55.094 37.102 119.183 37.102 186.458s-13.639 131.364-38.303 189.653l1.201-3.195c-1.77 4.272-3.612 8.502-5.494 12.71-25.517 56.355-59.178 104.503-100.112 145.368l-22.632 22.634-367.168-367.168 367.168-367.168 22.626 22.628c40.263 40.201 73.483 87.44 97.659 139.718l1.245 3c2.308 5.078 4.564 10.188 6.708 15.362zM824.352 724.64c63.524-73.593 102.216-170.169 102.216-275.782s-38.693-202.19-102.676-276.327l0.46 0.545-275.782 275.784z" />
|
||||||
|
<glyph unicode="" glyph-name="puzzle" d="M985.53 460.364l-1.22 1.158-109.91 98.924 32.814 26.816c14.571 12.032 26.794 26.268 36.315 42.297l0.409 0.743c36.296 62.882 25.734 140.082-26.288 192.104s-129.222 62.584-192.1 26.286c-16.773-9.93-31.010-22.154-42.824-36.454l-0.218-0.272-26.818-32.816-100.080 111.134c-8.686 8.686-20.686 14.059-33.941 14.059s-25.255-5.373-33.941-14.059l-131.21-131.21 2.378-47.4 66.212-54.1c8.781-7.211 16.156-15.739 21.919-25.343l0.245-0.441c21.614-37.442 15.138-83.6-16.114-114.85s-77.4-37.726-114.85-16.114c-10.046 6.006-18.574 13.38-25.649 21.993l-0.135 0.169-54.104 66.212-47.4 2.38-142.528-142.528c-8.686-8.686-14.059-20.686-14.059-33.941s5.373-25.255 14.059-33.941l350.726-350.728c28.974-28.91 68.967-46.787 113.136-46.787s84.162 17.877 113.139 46.79l362.037 362.035c8.673 8.693 14.037 20.691 14.037 33.942s-5.363 25.249-14.037 33.943l0.001-0.001zM578.236 75.698c-17.385-17.346-41.381-28.072-67.882-28.072s-50.497 10.726-67.884 28.074l-339.408 339.41 106.188 106.19 32.022-39.18c12.031-14.57 26.267-26.793 42.297-36.312l0.743-0.408c62.882-36.3 140.084-25.734 192.1 26.288s62.584 129.22 26.288 192.098c-9.929 16.773-22.152 31.010-36.45 42.824l-0.272 0.218-39.178 32.012 94.25 94.25 112.026-124.49 48.566 1.16 50.124 61.342c7.209 8.778 15.734 16.15 25.335 21.911l0.441 0.245c37.44 21.612 83.6 15.14 114.852-16.114s37.726-77.4 16.11-114.854c-6.006-10.042-13.378-18.567-21.987-25.641l-0.169-0.135-61.348-50.114-1.158-48.564 124.492-112.036z" />
|
||||||
|
<glyph unicode="" glyph-name="screen-desktop" d="M944 864h-864c-26.497-0.032-47.968-21.503-48-47.997v-592.003c0.032-26.497 21.503-47.968 47.997-48h400.003v-144h-160v-64h384v64h-160v144h400c26.497 0.032 47.968 21.503 48 47.997v592.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM928 240h-832v560h832z" />
|
||||||
|
<glyph unicode="" glyph-name="screen-smartphone" d="M752 928h-496c-35.33-0.041-63.959-28.67-64-63.996v-832.004c0.041-35.33 28.67-63.959 63.996-64h496.004c35.33 0.041 63.959 28.67 64 63.996v832.004c-0.041 35.33-28.67 63.959-63.996 64h-0.004zM752 32h-496v832h496l0.042-832zM416 800h192v-64h-192v64zM480 176h64v-64h-64v64z" />
|
||||||
|
<glyph unicode="" glyph-name="settings" d="M512 272c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176h-0.011zM512 560c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c-0.072 61.827-50.173 111.928-111.993 112h-0.007zM577.222-32h-130.444c-0.032 0-0.070 0-0.108 0-19.744 0-36.137 14.351-39.315 33.192l-0.033 0.234-13.522 81.142c-53.906 17.778-100.318 45.257-139.405 80.674l0.325-0.29-77.12-28.894c-4.183-1.628-9.025-2.572-14.088-2.572-14.72 0-27.576 7.976-34.484 19.842l-0.102 0.19-65.23 112.966c-3.391 5.741-5.394 12.651-5.394 20.029 0 12.401 5.66 23.48 14.537 30.795l0.068 0.055 63.54 52.306c-5.371 24.147-8.448 51.88-8.448 80.332s3.077 56.186 8.917 82.886l-0.469-2.554-63.534 52.302c-8.949 7.369-14.612 18.449-14.612 30.852 0 7.376 2.002 14.284 5.493 20.21l-0.102-0.187 65.226 112.974c7.010 12.056 19.867 20.031 34.586 20.031 5.060 0 9.9-0.943 14.354-2.662l-0.273 0.092 77.128-28.898c38.762 35.127 85.176 62.606 136.371 79.603l2.713 0.781 13.526 81.144c3.212 19.074 19.604 33.424 39.347 33.424 0.037 0 0.074 0 0.111 0h130.438c0.032 0 0.070 0 0.108 0 19.744 0 36.137-14.351 39.315-33.192l0.033-0.234 13.522-81.142c53.906-17.778 100.318-45.257 139.405-80.674l-0.325 0.29 77.12 28.894c4.183 1.628 9.025 2.572 14.088 2.572 14.72 0 27.576-7.976 34.484-19.842l0.102-0.19 65.224-112.966c3.391-5.741 5.394-12.651 5.394-20.029 0-12.401-5.66-23.48-14.537-30.795l-0.068-0.055-63.54-52.306c5.371-24.147 8.448-51.88 8.448-80.332s-3.077-56.186-8.917-82.886l0.469 2.554 63.54-52.306c8.946-7.369 14.606-18.447 14.606-30.848 0-7.376-2.003-14.284-5.494-20.211l0.102 0.186-65.22-112.974c-7.011-12.055-19.867-20.031-34.587-20.031-5.060 0-9.9 0.942-14.353 2.661l0.273-0.093-77.128 28.898c-38.762-35.127-85.174-62.606-136.368-79.604l-2.712-0.78-13.526-81.144c-3.212-19.074-19.604-33.424-39.347-33.424-0.038 0-0.077 0-0.115 0h0.006zM467.11 32h89.78l16.884 101.284 20 5.272c57.195 15.452 106.268 44.664 145.23 83.926l0.020 0.020 14.57 14.668 96.218-36.048 44.892 77.756-79.256 65.246 5.4 19.946c7.072 25.17 11.138 54.075 11.138 83.93s-4.066 58.76-11.673 86.192l0.535-2.262-5.4 19.944 79.256 65.25-44.884 77.754-96.22-36.048-14.57 14.668c-38.981 39.282-88.054 68.494-143.008 83.427l-2.242 0.519-20 5.272-16.89 101.284h-89.78l-16.884-101.284-20-5.272c-57.195-15.452-106.268-44.664-145.23-83.926l-0.020-0.020-14.57-14.668-96.226 36.048-44.892-77.756 79.256-65.248-5.4-19.944c-7.072-25.17-11.138-54.075-11.138-83.93s4.066-58.76 11.673-86.192l-0.535 2.262 5.4-19.946-79.256-65.248 44.892-77.754 96.22 36.048 14.57-14.668c38.981-39.282 88.054-68.494 143.008-83.427l2.242-0.519 20-5.272z" />
|
||||||
|
<glyph unicode="" glyph-name="social-facebook" d="M608-32h-224v400h-144v224h144v96c0 145.8 94.2 240 240 240 49.254 0 95.866-9.19 120.908-14.126 4.966-0.98 9.656-1.906 11.78-2.218l27.312-4.056v-203.6h-128c-32.912 0-41.642-5.4-43.534-7.062-1.666-1.462-4.466-6.644-4.466-24.938v-80h163.36l-22.4-224h-140.96zM448 32h96v400h147.040l9.6 96h-156.64v144c0 23.302 3 52.668 26.3 73.084 18.1 15.848 44.528 22.916 85.7 22.916h64v85.516c-24.12 4.57-59.926 10.484-96 10.484-110.2 0-176-65.8-176-176v-160h-144v-96h144z" />
|
||||||
|
<glyph unicode="" glyph-name="social-skype" d="M923.722 373.184c4.224 22.457 6.676 48.326 6.748 74.754v0.062c0 0.041 0 0.091 0 0.14 0 231.037-187.293 418.33-418.33 418.33-0.049 0-0.099 0-0.148 0h0.008c-26.489-0.072-52.357-2.524-77.462-7.154l2.648 0.406c-37.926 26.217-84.895 41.878-135.521 41.878-0.163 0-0.327 0-0.49 0h0.025c-134.032-0.157-242.643-108.768-242.8-242.785v-0.015c0-0.136 0-0.298 0-0.46 0-50.628 15.663-97.599 42.407-136.33l-0.525 0.803c-4.225-22.455-6.678-48.323-6.752-74.751v-0.063c0-0.041 0-0.091 0-0.14 0-231.037 187.293-418.33 418.33-418.33 0.049 0 0.099 0 0.148 0h-0.008c26.489 0.072 52.357 2.524 77.462 7.154l-2.648-0.406c37.926-26.217 84.895-41.878 135.521-41.878 0.163 0 0.327 0 0.49 0h-0.025c134.032 0.157 242.643 108.768 242.8 242.785v0.015c0 0.138 0 0.301 0 0.464 0 50.626-15.661 97.594-42.403 136.324l0.525-0.803zM722.8 58.4c-0.053 0-0.116 0-0.179 0-41.17 0-79.063 14.032-109.157 37.574l0.39-0.294-11.648 8.962-14.39-3c-22.743-5.046-48.903-7.995-75.731-8.112h-0.085c-195.456 0-354.47 159.014-354.47 354.47 0.116 26.914 3.064 53.075 8.561 78.284l-0.451-2.464 3 14.388-8.96 11.648c-23.25 29.851-37.276 67.882-37.276 109.189 0 98.613 79.941 178.554 178.554 178.554 41.306 0 79.336-14.026 109.587-37.575l-0.401 0.3 11.648-8.962 14.4 3c22.74 5.044 48.897 7.992 75.723 8.108h0.085c195.456 0 354.47-159.014 354.47-354.47-0.116-26.913-3.064-53.074-8.561-78.282l0.451 2.464-3-14.39 8.962-11.648c23.251-29.851 37.278-67.883 37.278-109.19 0-98.613-79.941-178.554-178.554-178.554-0.086 0-0.173 0-0.259 0h0.013zM561.168 499.718l-54.2 12.506c-39.6 9.38-69.31 16.154-69.31 46.38 0 27.62 29.182 40.128 75.042 40.128 81.818 0 83.38-59.93 133.93-59.93 33.872 0 54.2 26.578 54.2 56.8 0 59.93-99.536 99.014-198.030 99.014-90.154 0-194.9-39.084-194.9-144.874 0-87.548 58.366-118.816 134.45-137.054l76.084-18.762c46.382-11.464 75.044-16.676 75.044-50.028 0-26.578-29.706-46.902-75.564-46.902-96.4 0-101.62 80.254-157.382 80.254-36.478 0-52.632-26.056-52.632-54.718 0-64.1 97.972-116.212 215.224-116.212 97.972 0 200.114 48.986 200.114 154.774 0 90.68-88.070 121.946-162.070 138.624z" />
|
||||||
|
<glyph unicode="" glyph-name="social-twitter" d="M902 768h-76.548c-15.52 13.253-33.146 24.773-52.145 33.887l-1.455 0.629c-28.127 13.656-61.181 21.641-96.099 21.65h-0.003c-0.015 0-0.033 0-0.051 0-120.244 0-219.399-90.293-233.362-206.776l-0.109-1.118c-92.76 21.714-180.068 84.4-226.4 167.030l-54.724 97.6-56.386-96.654c-17.94-30.752-29.546-59.68-38.8-96.726-48.274-193.068 6.082-318.020 60.19-388.844 21.521-27.954 46.058-52.077 73.514-72.496l0.99-0.704c-13.684-3.171-29.404-5.001-45.547-5.026h-0.017c-4 0-8.030 0.12-12 0.356l-109.048 6.486v-119.58l30.83-18.684c4.77-2.89 118.826-70.778 295.8-70.778 84.49 0 163.778 16.882 235.666 50.174 68.338 32.15 126.12 75.978 173.171 129.474l0.503 0.584c89.848 101.91 141.38 236.948 141.38 370.488 0 1.692 0.058 4.366 0.142 7.346l92.416 191.682zM848 592s-0.652-15.614-0.652-23.028c0-226.146-172.126-486.72-486.72-486.72-161.128 0-262.628 61.512-262.628 61.512v15.616l41.248-2.452q7.936-0.47 15.8-0.468c73.752 0 141.686 30.534 196.578 73.556-75.208 1.584-303.626 121.984-223.626 441.984 7.708 30.83 17.17 54.578 32 80 67.8-120.918 208-208 352-208-2.648 12.71-7.314 31.858-7.314 45.098 0 0.020 0 0.044 0 0.068 0 94.441 76.559 171 171 171 0.023 0 0.046 0 0.070 0h-0.004c49.254 0 93-22.8 124.248-56.166h102z" />
|
||||||
|
<glyph unicode="" glyph-name="speech" d="M288 480h64v-64h-64v64zM480 480h64v-64h-64v64zM672 480h64v-64h-64v64zM928 896h-832c-35.33-0.041-63.959-28.67-64-63.996v-576.004c0.041-35.33 28.67-63.959 63.996-64h128.004v-224h61.254l224 224h418.746c35.33 0.041 63.959 28.67 64 63.996v576.004c-0.041 35.33-28.67 63.959-63.996 64h-0.004zM928 256h-445.254l-194.746-194.746v194.746h-192v576h832z" />
|
||||||
|
<glyph unicode="" glyph-name="speedometer" d="M851.412 643.412c-86.863 86.863-206.863 140.589-339.412 140.589-265.097 0-480-214.903-480-480 0-0.001 0-0.001 0-0.002v0-176h288v64h-224v112c0 229.382 186.618 416 416 416s416-186.618 416-416v-112h-224v-64h288v176c0.001 0.387 0.002 0.844 0.002 1.301 0 132.139-53.746 251.725-140.569 338.091l-0.020 0.020zM160 400h64v-64h-64v64zM480 672h64v-64h-64v64zM272 592h64v-64h-64v64zM800 400h64v-64h-64v64zM594.444 257.8l138.4 288.346-57.7 27.696-138.366-288.27c-7.537 1.573-16.198 2.473-25.069 2.473-70.848 0-128.282-57.434-128.282-128.282s57.434-128.282 128.282-128.282c70.848 0 128.282 57.434 128.282 128.282 0 39.233-17.612 74.352-45.361 97.883l-0.186 0.153zM512 96c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.041-35.33-28.67-63.959-63.996-64h-0.004z" />
|
||||||
|
<glyph unicode="" glyph-name="star" d="M988 562.658c-9.489 28.811-33.914 50.18-63.877 55.12l-0.471 0.064-231.818 37.674-107.464 208.828c-13.814 26.417-41.023 44.137-72.37 44.137s-58.556-17.72-72.156-43.689l-0.214-0.448-107.464-208.828-231.814-37.674c-38.982-6.519-68.323-40.005-68.323-80.343 0-22.355 9.012-42.606 23.601-57.317l-0.006 0.006 165.4-166.736-35.8-232.11c-0.614-3.754-0.965-8.081-0.965-12.49 0-44.925 36.419-81.344 81.344-81.344 13.394 0 26.031 3.237 37.173 8.971l-0.456-0.213 209.68 105.78 209.686-105.78c10.674-5.504 23.295-8.73 36.67-8.73 44.945 0 81.38 36.435 81.38 81.38 0 4.386-0.347 8.691-1.015 12.889l0.061-0.463-35.8 232.11 165.4 166.736c14.612 14.662 23.647 34.891 23.647 57.23 0 9.024-1.474 17.704-4.195 25.812l0.166-0.572zM922.94 525.258l-188.14-189.658 40.728-264.020c0.138-0.822 0.217-1.769 0.217-2.734 0-9.578-7.764-17.342-17.342-17.342-2.881 0-5.598 0.703-7.989 1.946l0.096-0.046-238.51 120.324-238.512-120.328c-2.295-1.198-5.012-1.9-7.893-1.9-9.578 0-17.342 7.764-17.342 17.342 0 0.965 0.079 1.912 0.231 2.835l-0.014-0.101 40.73 264.024-188.138 189.66c-3.111 3.142-5.033 7.467-5.033 12.24 0 8.617 6.264 15.771 14.487 17.157l0.102 0.014 263.682 42.852 122.238 237.534c2.95 5.646 8.764 9.434 15.462 9.434s12.512-3.788 15.416-9.338l0.046-0.096 122.238-237.534 263.682-42.852c8.325-1.4 14.589-8.554 14.589-17.172 0-4.774-1.922-9.098-5.035-12.242l0.001 0.001z" />
|
||||||
|
<glyph unicode="" glyph-name="user" d="M807.2 272.688l-145.646 94.668 54.91 100.668c12.279 22.129 19.515 48.524 19.536 76.607v159.369c0 123.712-100.288 224-224 224s-224-100.288-224-224v0-159.362c0.022-28.090 7.257-54.486 19.954-77.44l-0.418 0.824 54.91-100.666-145.646-94.668c-44.083-28.852-72.8-77.998-72.8-133.851 0-0.106 0-0.212 0-0.318v0.017-170.536h736v170.536c0 0.089 0 0.194 0 0.299 0 55.854-28.718 105.001-72.193 133.48l-0.607 0.373zM816 32h-608v106.536c0 0.053 0 0.116 0 0.179 0 33.513 17.231 63.002 43.318 80.089l0.364 0.224 195.32 126.958-83.28 152.682c-7.367 13.278-11.709 29.116-11.722 45.966v159.366c0 88.366 71.634 160 160 160s160-71.634 160-160v0-159.362c-0.013-16.855-4.355-32.692-11.973-46.465l0.251 0.495-83.278-152.682 195.324-126.958c26.447-17.312 43.676-46.799 43.676-80.309 0-0.064 0-0.129 0-0.193v0.010z" />
|
||||||
|
<glyph unicode="" glyph-name="user-female" d="M807.2 272.688l-145.646 94.668 26.532 48.644h46.856c53.019 0 96 42.981 96 96 0 13.666-2.856 26.666-8.003 38.434l0.241-0.618-100.018 229.044c-31.753 87.646-114.276 149.141-211.162 149.141s-179.409-61.495-210.667-147.582l-0.495-1.559-100.018-229.044c-4.906-11.15-7.762-24.15-7.762-37.816 0-53.019 42.981-96 96-96h46.856l26.532-48.644-145.646-94.668c-44.083-28.852-72.8-77.998-72.8-133.851 0-0.106 0-0.212 0-0.318v0.017-170.536h736v170.536c0 0.089 0 0.194 0 0.299 0 55.854-28.718 105.001-72.193 133.48l-0.607 0.373zM816 32h-608v106.536c0 0.053 0 0.116 0 0.179 0 33.513 17.231 63.002 43.318 80.089l0.364 0.224 195.32 126.958-73.096 134.014h-84.848c-17.673 0-31.999 14.327-31.999 32 0 4.53 0.941 8.841 2.639 12.747l-0.080-0.207 100.344 229.8 0.896 2.286c22.444 63.054 81.616 107.383 151.142 107.383s128.697-44.329 150.794-106.265l0.348-1.118 0.4-1.16 100.84-230.926c1.618-3.699 2.559-8.010 2.559-12.54 0-17.673-14.327-32-31.999-32h-84.848l-73.094-134.014 195.322-126.958c26.448-17.312 43.678-46.799 43.678-80.31 0-0.064 0-0.128 0-0.191v0.010z" />
|
||||||
|
<glyph unicode="" glyph-name="user-follow" d="M432 928c-123.654-0.145-223.856-100.347-224-223.986v-159.376c0.022-28.090 7.257-54.486 19.954-77.44l-0.418 0.824 54.91-100.666-145.646-94.668c-44.083-28.852-72.8-77.998-72.8-133.851 0-0.106 0-0.212 0-0.318v0.017-170.536h576v64h-512v106.536c0 0.053 0 0.116 0 0.179 0 33.513 17.231 63.002 43.318 80.089l0.364 0.224 195.32 126.958-83.28 152.682c-7.367 13.278-11.709 29.116-11.722 45.966v159.366c0 88.366 71.634 160 160 160s160-71.634 160-160v0-159.362c-0.013-16.855-4.355-32.692-11.973-46.465l0.251 0.495-83.278-152.682 143-92.952v76.332l-58.446 38 54.91 100.668c12.277 22.126 19.513 48.517 19.536 76.597v159.369c-0.145 123.654-100.347 223.856-223.986 224h-0.014zM864 160v128h-64v-128h-128v-64h128v-128h64v128h128v64h-128z" />
|
||||||
|
<glyph unicode="" glyph-name="user-unfollow" d="M400 928c-123.654-0.145-223.856-100.347-224-223.986v-159.374c0.022-28.090 7.258-54.486 19.954-77.441l-0.418 0.825 54.91-100.668-145.646-94.668c-44.083-28.853-72.8-77.999-72.8-133.853 0-0.105 0-0.21 0-0.315v0.016-170.536h560v64h-496v106.536c0 0.053 0 0.115 0 0.178 0 33.513 17.231 63.002 43.316 80.090l0.364 0.224 195.32 126.958-83.28 152.682c-7.366 13.279-11.707 29.117-11.72 45.968v159.364c0 88.366 71.634 160 160 160s160-71.634 160-160v0-159.36c-0.013-16.854-4.355-32.692-11.973-46.465l0.251 0.495-83.278-152.684 127-82.552v76.332l-42.446 27.6 54.908 100.668c12.278 22.127 19.515 48.519 19.538 76.599v159.367c-0.145 123.654-100.347 223.856-223.986 224h-0.014zM934.628 249.372l-45.256 45.256-97.372-97.372-97.372 97.372-45.256-45.256 97.372-97.372-97.372-97.372 45.256-45.256 97.372 97.372 97.372-97.372 45.256 45.256-97.372 97.372 97.372 97.372z" />
|
||||||
|
</font></defs></svg>
|
After Width: | Height: | Size: 34 KiB |
BIN
fonts/CoreUI-Icons-Linear.ttf
Executable file
BIN
fonts/CoreUI-Icons-Linear.ttf
Executable file
Binary file not shown.
BIN
fonts/CoreUI-Icons-Linear.woff
Executable file
BIN
fonts/CoreUI-Icons-Linear.woff
Executable file
Binary file not shown.
117
ie7/ie7.css
Executable file
117
ie7/ie7.css
Executable file
@@ -0,0 +1,117 @@
|
|||||||
|
.cui-basket-loaded {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-bell {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-calculator {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-calendar {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-camera {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-chart {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-cloud-download {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-cursor {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-cursor-move {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-drop {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-energy {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-envelope-letter {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-equalizer {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-globe {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-graph {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-home {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-layers {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-list {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-location-pin {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-map {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-note {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-options {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-pencil {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-people {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-pie-chart {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-puzzle {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-screen-desktop {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-screen-smartphone {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-settings {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-social-facebook {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-social-skype {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-social-twitter {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-speech {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-speedometer {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-star {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-user {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-user-female {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-user-follow {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
||||||
|
.cui-user-unfollow {
|
||||||
|
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||||
|
}
|
70
ie7/ie7.js
Executable file
70
ie7/ie7.js
Executable file
@@ -0,0 +1,70 @@
|
|||||||
|
/* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */
|
||||||
|
/* The script tag referencing this file must be placed before the ending body tag. */
|
||||||
|
|
||||||
|
/* Use conditional comments in order to target IE 7 and older:
|
||||||
|
<!--[if lt IE 8]><!-->
|
||||||
|
<script src="ie7/ie7.js"></script>
|
||||||
|
<!--<![endif]-->
|
||||||
|
*/
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
function addIcon(el, entity) {
|
||||||
|
var html = el.innerHTML;
|
||||||
|
el.innerHTML = '<span style="font-family: \'CoreUI-Icons-Linear\'">' + entity + '</span>' + html;
|
||||||
|
}
|
||||||
|
var icons = {
|
||||||
|
'cui-basket-loaded': '',
|
||||||
|
'cui-bell': '',
|
||||||
|
'cui-calculator': '',
|
||||||
|
'cui-calendar': '',
|
||||||
|
'cui-camera': '',
|
||||||
|
'cui-chart': '',
|
||||||
|
'cui-cloud-download': '',
|
||||||
|
'cui-cursor': '',
|
||||||
|
'cui-cursor-move': '',
|
||||||
|
'cui-drop': '',
|
||||||
|
'cui-energy': '',
|
||||||
|
'cui-envelope-letter': '',
|
||||||
|
'cui-equalizer': '',
|
||||||
|
'cui-globe': '',
|
||||||
|
'cui-graph': '',
|
||||||
|
'cui-home': '',
|
||||||
|
'cui-layers': '',
|
||||||
|
'cui-list': '',
|
||||||
|
'cui-location-pin': '',
|
||||||
|
'cui-map': '',
|
||||||
|
'cui-note': '',
|
||||||
|
'cui-options': '',
|
||||||
|
'cui-pencil': '',
|
||||||
|
'cui-people': '',
|
||||||
|
'cui-pie-chart': '',
|
||||||
|
'cui-puzzle': '',
|
||||||
|
'cui-screen-desktop': '',
|
||||||
|
'cui-screen-smartphone': '',
|
||||||
|
'cui-settings': '',
|
||||||
|
'cui-social-facebook': '',
|
||||||
|
'cui-social-skype': '',
|
||||||
|
'cui-social-twitter': '',
|
||||||
|
'cui-speech': '',
|
||||||
|
'cui-speedometer': '',
|
||||||
|
'cui-star': '',
|
||||||
|
'cui-user': '',
|
||||||
|
'cui-user-female': '',
|
||||||
|
'cui-user-follow': '',
|
||||||
|
'cui-user-unfollow': '',
|
||||||
|
'0': 0
|
||||||
|
},
|
||||||
|
els = document.getElementsByTagName('*'),
|
||||||
|
i, c, el;
|
||||||
|
for (i = 0; ; i += 1) {
|
||||||
|
el = els[i];
|
||||||
|
if(!el) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
c = el.className;
|
||||||
|
c = c.match(/cui-[^\s'"]+/);
|
||||||
|
if (c && icons[c[0]]) {
|
||||||
|
addIcon(el, icons[c[0]]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}());
|
7109
package-lock.json
generated
Normal file
7109
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
55
package.json
Normal file
55
package.json
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"name": "@coreui/icons",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Free icons",
|
||||||
|
"style": "css/coreui-icons.css",
|
||||||
|
"scripts": {
|
||||||
|
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",
|
||||||
|
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/coreui-icons.scss css/coreui-icons.css",
|
||||||
|
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
|
||||||
|
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/coreui-icons.min.css css/coreui-icons.css",
|
||||||
|
"dist": "npm-run-all --parallel css js",
|
||||||
|
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\""
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/coreui/coreui-icons.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"Icons",
|
||||||
|
"Font",
|
||||||
|
"Face",
|
||||||
|
"Svg",
|
||||||
|
"Vector"
|
||||||
|
],
|
||||||
|
"author": {
|
||||||
|
"name": "Łukasz Holeczek",
|
||||||
|
"url": "http://holeczek.pl",
|
||||||
|
"github": "https://github.com/mrholek",
|
||||||
|
"twitter": "https://twitter.com/lukaszholeczek"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Jazzy Innovations sp. z o.o.",
|
||||||
|
"url": "https://jazzy.pro"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/coreui/coreui-icons/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/coreui/coreui-icons#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"clean-css-cli": "^4.1.11",
|
||||||
|
"node-sass": "^4.9.0",
|
||||||
|
"nodemon": "^1.17.4",
|
||||||
|
"npm-run-all": "^4.1.3",
|
||||||
|
"postcss-cli": "^5.0.0",
|
||||||
|
"shelljs": "^0.8.2",
|
||||||
|
"stylelint": "^9.2.0",
|
||||||
|
"stylelint-config-recommended-scss": "^3.2.0",
|
||||||
|
"stylelint-config-standard": "^18.2.0",
|
||||||
|
"stylelint-order": "^0.8.1",
|
||||||
|
"stylelint-scss": "^3.1.0"
|
||||||
|
}
|
||||||
|
}
|
41
scss/_variables.scss
Executable file
41
scss/_variables.scss
Executable file
@@ -0,0 +1,41 @@
|
|||||||
|
$icomoon-font-path: "fonts" !default;
|
||||||
|
|
||||||
|
$cui-basket-loaded: \e900;
|
||||||
|
$cui-bell: \e901;
|
||||||
|
$cui-calculator: \e902;
|
||||||
|
$cui-calendar: \e903;
|
||||||
|
$cui-camera: \e904;
|
||||||
|
$cui-chart: \e905;
|
||||||
|
$cui-cloud-download: \e906;
|
||||||
|
$cui-cursor: \e907;
|
||||||
|
$cui-cursor-move: \e908;
|
||||||
|
$cui-drop: \e909;
|
||||||
|
$cui-energy: \e90a;
|
||||||
|
$cui-envelope-letter: \e90b;
|
||||||
|
$cui-equalizer: \e90c;
|
||||||
|
$cui-globe: \e90d;
|
||||||
|
$cui-graph: \e90e;
|
||||||
|
$cui-home: \e90f;
|
||||||
|
$cui-layers: \e910;
|
||||||
|
$cui-list: \e911;
|
||||||
|
$cui-location-pin: \e912;
|
||||||
|
$cui-map: \e913;
|
||||||
|
$cui-note: \e914;
|
||||||
|
$cui-options: \e915;
|
||||||
|
$cui-pencil: \e916;
|
||||||
|
$cui-people: \e917;
|
||||||
|
$cui-pie-chart: \e918;
|
||||||
|
$cui-puzzle: \e919;
|
||||||
|
$cui-screen-desktop: \e91a;
|
||||||
|
$cui-screen-smartphone: \e91b;
|
||||||
|
$cui-settings: \e91c;
|
||||||
|
$cui-social-facebook: \e91d;
|
||||||
|
$cui-social-skype: \e91e;
|
||||||
|
$cui-social-twitter: \e91f;
|
||||||
|
$cui-speech: \e920;
|
||||||
|
$cui-speedometer: \e921;
|
||||||
|
$cui-star: \e922;
|
||||||
|
$cui-user: \e923;
|
||||||
|
$cui-user-female: \e924;
|
||||||
|
$cui-user-follow: \e925;
|
||||||
|
$cui-user-unfollow: \e926;
|
235
scss/coreui-icons.scss
Executable file
235
scss/coreui-icons.scss
Executable file
@@ -0,0 +1,235 @@
|
|||||||
|
/*!
|
||||||
|
* CoreUI Icons - Open Source Icons
|
||||||
|
* @version v0.1.0
|
||||||
|
* @link https://coreui.io/icons
|
||||||
|
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
|
||||||
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import "variables";
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'CoreUI-Icons-Linear';
|
||||||
|
src: url('#{$icomoon-font-path}/CoreUI-Icons-Linear.eot?64h6xh');
|
||||||
|
src: url('#{$icomoon-font-path}/CoreUI-Icons-Linear.eot?64h6xh#iefix') format('embedded-opentype'),
|
||||||
|
url('#{$icomoon-font-path}/CoreUI-Icons-Linear.ttf?64h6xh') format('truetype'),
|
||||||
|
url('#{$icomoon-font-path}/CoreUI-Icons-Linear.woff?64h6xh') format('woff'),
|
||||||
|
url('#{$icomoon-font-path}/CoreUI-Icons-Linear.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class^="cui-"], [class*=" cui-"] {
|
||||||
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||||||
|
font-family: 'CoreUI-Icons-Linear' !important;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
|
/* Better Font Rendering =========== */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
@function unicode($str) {
|
||||||
|
@return unquote("\"") + $str + unquote("\"");
|
||||||
|
}
|
||||||
|
|
||||||
|
.cui-basket-loaded {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-basket-loaded);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-bell {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-bell);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-calculator {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-calculator);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-calendar {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-calendar);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-camera {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-camera);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-chart {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-chart);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-cloud-download {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-cloud-download);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-cursor {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-cursor);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-cursor-move {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-cursor-move);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-drop {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-drop);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-energy {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-energy);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-envelope-letter {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-envelope-letter);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-equalizer {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-equalizer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-globe {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-globe);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-graph {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-graph);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-home {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-home);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-layers {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-layers);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-list {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-list);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-location-pin {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-location-pin);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-map {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-map);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-note {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-note);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-options {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-options);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-pencil {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-pencil);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-people {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-people);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-pie-chart {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-pie-chart);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-puzzle {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-puzzle);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-screen-desktop {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-screen-desktop);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-screen-smartphone {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-screen-smartphone);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-settings {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-settings);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-social-facebook {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-social-facebook);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-social-skype {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-social-skype);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-social-twitter {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-social-twitter);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-speech {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-speech);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-speedometer {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-speedometer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-star {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-star);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-user {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-user);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-user-female {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-user-female);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-user-follow {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-user-follow);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cui-user-unfollow {
|
||||||
|
&:before {
|
||||||
|
content: unicode($cui-user-unfollow);
|
||||||
|
}
|
||||||
|
}
|
1336
selection.json
Executable file
1336
selection.json
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user