@natec/mef-dev-ui-kit 0.0.2 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -4
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card.module.mjs +2 -6
- package/esm2020/lib/markup-kit/card/index.mjs +2 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +9 -6
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -8
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -4
- package/esm2020/lib/pg-components/card/card.module.mjs +4 -5
- package/fesm2015/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/fronts/lato/lato-bold.eot +0 -0
- package/lib/fronts/lato/lato-bold.otf +0 -0
- package/lib/fronts/lato/lato-bold.svg +78356 -0
- package/lib/fronts/lato/lato-bold.ttf +0 -0
- package/lib/fronts/lato/lato-bold.woff +0 -0
- package/lib/fronts/lato/lato-bold.woff2 +0 -0
- package/lib/fronts/lato/lato-regular.eot +0 -0
- package/lib/fronts/lato/lato-regular.otf +0 -0
- package/lib/fronts/lato/lato-regular.svg +78251 -0
- package/lib/fronts/lato/lato-regular.ttf +0 -0
- package/lib/fronts/lato/lato-regular.woff +0 -0
- package/lib/fronts/lato/lato-regular.woff2 +0 -0
- package/lib/fronts/main-img-font/icomoon.eot +0 -0
- package/lib/fronts/main-img-font/icomoon.svg +57 -0
- package/lib/fronts/main-img-font/icomoon.ttf +0 -0
- package/lib/fronts/main-img-font/icomoon.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/lib/fronts/montserrat/montserrat-bold-webfont.svg +1462 -0
- package/lib/fronts/montserrat/montserrat-regular-webfont.svg +1317 -0
- package/lib/fronts/pgicon/Pages-icon.eot +0 -0
- package/lib/fronts/pgicon/Pages-icon.svg +112 -0
- package/lib/fronts/pgicon/Pages-icon.ttf +0 -0
- package/lib/fronts/pgicon/Pages-icon.woff +0 -0
- package/lib/img/editor_tray_2x.png +0 -0
- package/lib/img/noti-cross-2x.png +0 -0
- package/lib/img/progress-circle-lg-master-static.svg +8 -0
- package/lib/img/progress-circle-lg-master.svg +13 -0
- package/lib/img/progress-circle-lg-white-static.svg +8 -0
- package/lib/img/progress-circle-lg-white.svg +13 -0
- package/lib/markup-kit/card/card.module.d.ts +1 -2
- package/lib/markup-kit/card/index.d.ts +1 -0
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +2 -3
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +2 -1
- package/lib/markup-kit/utils/help-block/hepl-block.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -2
- package/package.json +23 -15
- package/src/lib/styles/fonts.scss +262 -0
- package/src/lib/styles/pg/_color.scss +689 -0
- package/src/lib/styles/pg/_dropdown.scss +38 -0
- package/src/lib/styles/pg/_mixins.scss +1010 -0
- package/src/lib/styles/pg/_responsive.scss +1140 -0
- package/src/lib/styles/pg/_var.scss +198 -0
- package/src/lib/styles/pg/core.scss +276 -0
- package/src/lib/styles/pg/icons.scss +330 -0
- package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
- package/src/lib/styles/pg/modules/_buttons.scss +65 -0
- package/src/lib/styles/pg/modules/_cards.scss +417 -0
- package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
- package/src/lib/styles/pg/modules/_header.scss +259 -0
- package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
- package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
- package/src/lib/styles/pg/modules/_jqx.scss +11 -0
- package/src/lib/styles/pg/modules/_layout.scss +180 -0
- package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
- package/src/lib/styles/pg/modules/_login.scss +62 -0
- package/src/lib/styles/pg/modules/_misc.scss +703 -0
- package/src/lib/styles/pg/modules/_modals.scss +281 -0
- package/src/lib/styles/pg/modules/_print.scss +32 -0
- package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
- package/src/lib/styles/pg/modules/_select.scss +599 -0
- package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
- package/src/lib/styles/pg/modules/_switch.scss +144 -0
- package/src/lib/styles/pg/modules/_tabs.scss +336 -0
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
- package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
- package/src/lib/styles/pg/modules/_typography.scss +743 -0
- package/src/lib/styles/pg/modules/_uploader.scss +226 -0
- package/src/lib/styles/pg/modules/_view.scss +127 -0
- package/src/lib/styles/pg/modules/_z_index.scss +33 -0
- package/src/lib/styles/pg/toaster.scss +22 -0
- package/src/lib/styles/pg/utils.scss +32 -0
- package/src/lib/styles/pg/vendor/ng-datatable.scss +263 -0
- package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
- package/src/lib/styles/pg/vendor/typehead.scss +29 -0
- package/esm2020/mef-dev-ui-kit.mjs +0 -5
- package/fesm2015/mef-dev-ui-kit.mjs +0 -3190
- package/fesm2015/mef-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/mef-dev-ui-kit.mjs +0 -3183
- package/fesm2020/mef-dev-ui-kit.mjs.map +0 -1
- package/mef-dev-ui-kit.d.ts +0 -5
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="icomoon" horiz-adv-x="1024">
|
|
7
|
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
|
8
|
+
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
|
10
|
+
<glyph unicode="" d="M393.298-47.388c15.506 0.357 30.386 6.188 42.007 16.457 11.624 10.272 19.239 24.321 21.498 39.667h-129.475c2.326-15.764 10.299-30.144 22.431-40.466 12.136-10.325 27.607-15.89 43.538-15.658z" />
|
|
11
|
+
<glyph unicode="" d="M758.834 103.995l-8.37 7.385c-23.742 21.156-44.526 45.416-61.785 72.125-18.847 36.858-30.147 77.113-33.23 118.398v121.599c-0.099 14.772-1.416 29.509-3.938 44.061-41.694 8.569-79.146 31.285-106.016 64.301-26.87 33.014-41.504 74.299-41.428 116.868v15.506c-25.699 12.648-53.312 20.965-81.724 24.615v31.015c0 8.715-3.461 17.074-9.623 23.236-6.164 6.163-14.523 9.625-23.236 9.625-8.716 0-17.074-3.462-23.239-9.625-6.162-6.163-9.623-14.521-9.623-23.236v-32.246c-63.614-8.974-121.832-40.658-163.908-89.205s-65.169-110.674-65.014-174.917v-121.599c-3.083-41.285-14.381-81.54-33.231-118.398-16.963-26.644-37.41-50.899-60.8-72.125l-8.369-7.385v-69.413h733.534v69.413z" />
|
|
12
|
+
<glyph unicode="" d="M705.451 381.367c156.918 0 284.125 127.207 284.125 284.125 0 156.916-127.207 284.123-284.125 284.123-156.915 0-284.122-127.206-284.122-284.123 0-156.918 127.207-284.125 284.122-284.125z" />
|
|
13
|
+
<glyph unicode="" d="M960.319 665.492c0-140.759-114.109-254.868-254.868-254.868v-58.514c173.076 0 313.382 140.306 313.382 313.382h-58.514zM705.451 410.624c-140.759 0-254.865 114.109-254.865 254.868h-58.514c0-173.076 140.306-313.382 313.379-313.382v58.514zM450.586 665.492c0 140.758 114.106 254.865 254.865 254.865v58.514c-173.074 0-313.379-140.305-313.379-313.38h58.514zM705.451 920.357c140.759 0 254.868-114.108 254.868-254.865h58.514c0 173.074-140.306 313.38-313.382 313.38v-58.514z" />
|
|
14
|
+
<glyph unicode="" d="M408.9 957.333v-136.533l-68.267-34.133-102.4 102.4-136.533-136.533 102.4-102.4-34.133-68.267h-136.534v-204.8h136.534l34.133-68.267-102.4-102.403 136.533-136.533 102.4 102.4 68.267-34.133v-136.533h204.8v136.533l68.267 34.133 102.397-102.4 136.533 136.533-102.4 102.403 34.133 68.267h136.533v204.8h-136.533l-34.133 68.267 102.4 102.4-136.533 136.533-102.397-102.4-68.267 34.133v136.533h-204.8z" />
|
|
15
|
+
<glyph unicode="" d="M511.308 342.934c75.405 0 136.533 61.128 136.533 136.533s-61.128 136.533-136.533 136.533c-75.405 0-136.533-61.128-136.533-136.533s61.128-136.533 136.533-136.533z" />
|
|
16
|
+
<glyph unicode="" glyph-name="logout" horiz-adv-x="1280" d="M852.459 124.667v277.333h-386.667c-11.316 0-22.169 4.495-30.17 12.496s-12.496 18.854-12.496 30.17c0 11.316 4.495 22.168 12.496 30.17s18.854 12.497 30.17 12.497h386.667v277.333c-0.043 39.592-15.789 77.552-43.786 105.548s-65.955 43.743-105.547 43.785h-512c-39.593-0.042-77.552-15.789-105.548-43.785s-43.743-65.956-43.786-105.548v-640c0.042-39.59 15.789-77.554 43.786-105.552 27.996-27.989 65.955-43.742 105.548-43.785h512c39.592 0.043 77.551 15.795 105.547 43.785 27.997 27.998 43.744 65.963 43.786 105.552zM1090.782 402.002l-140.484-140.507c-7.663-8.067-11.87-18.807-11.733-29.933 0.145-11.126 4.625-21.756 12.493-29.623s18.5-12.351 29.628-12.494c11.127-0.143 21.871 4.067 29.935 11.731l213.333 213.333c7.996 8.001 12.484 18.848 12.484 30.16s-4.489 22.159-12.484 30.159l-213.333 213.333c-8.064 7.664-18.807 11.873-29.935 11.731s-21.76-4.625-29.628-12.493c-7.868-7.868-12.348-18.498-12.493-29.623-0.137-11.127 4.070-21.868 11.733-29.934l140.484-140.506-238.323-0.002v-85.333l238.323 0.002z" />
|
|
17
|
+
<glyph unicode="" glyph-name="person" d="M908.479 271.756c-51.193 55.462-113.316 99.725-182.454 129.999-69.139 30.274-143.798 45.903-219.275 45.903s-150.136-15.629-219.275-45.903c-69.139-30.274-131.26-74.537-182.451-129.999-7.903-8.738-12.324-20.077-12.425-31.86v-191.147c0.168-12.561 5.276-24.556 14.22-33.376 8.944-8.827 21.003-13.776 33.567-13.776h732.731c12.67 0 24.829 5.038 33.785 14.001 8.963 8.957 14.001 21.115 14.001 33.785v191.147c-0.259 11.564-4.669 22.651-12.425 31.225zM506.751 511.325c123.162 0 223.004 99.842 223.004 223.004s-99.842 223.005-223.004 223.005c-123.162 0-223.005-99.843-223.005-223.005s99.843-223.004 223.005-223.004z" />
|
|
18
|
+
<glyph unicode="" glyph-name="info-light" d="M532.168 892.81c-235.62 0-426.668-191.048-426.668-426.665 0-235.622 191.048-426.667 426.668-426.667 235.618 0 426.667 191.044 426.667 426.667 0 235.618-191.049 426.665-426.667 426.665zM532.168 111.855c-195.62 0-354.287 158.671-354.287 354.289s158.667 354.284 354.287 354.284c195.618 0 354.284-158.667 354.284-354.284s-158.666-354.289-354.284-354.289zM486.452 633.762c0-12.124 4.814-23.752 13.391-32.325 8.572-8.573 20.197-13.39 32.324-13.39 12.122 0 23.752 4.816 32.324 13.39s13.39 20.201 13.39 32.325c0 12.124-4.818 23.752-13.39 32.325s-20.202 13.39-32.324 13.39c-12.127 0-23.752-4.816-32.324-13.39-8.577-8.573-13.391-20.201-13.391-32.325zM555.023 527.095h-45.714c-4.189 0-7.617-3.428-7.617-7.619v-259.049c0-4.189 3.428-7.617 7.617-7.617h45.714c4.194 0 7.621 3.428 7.621 7.617v259.049c0 4.191-3.428 7.619-7.621 7.619z" />
|
|
19
|
+
<glyph unicode="" glyph-name="connector" d="M87.71 468.127c0.011 95.291 32.089 187.805 91.071 262.649s141.433 127.662 234.080 149.95c92.648 22.288 190.102 12.749 276.668-27.079s157.211-107.632 200.564-192.492c43.348-84.859 56.881-181.838 38.416-275.322-18.47-93.486-67.853-178.036-140.213-240.042-72.359-62.001-163.479-97.851-258.69-101.775-95.21-3.924-188.971 24.307-266.186 80.147-10.125 7.34-13.096 24.619-0.121 37.592l109.137 109.137c40.872-30.58 91.398-45.401 142.312-41.747s98.805 25.535 134.893 61.634l85.736 85.795c5.681 5.686 8.876 13.393 8.876 21.434 0 8.036-3.196 15.748-8.876 21.434l-42.868 42.865 94.526 94.767c2.889 2.8 5.195 6.149 6.78 9.85s2.414 7.68 2.441 11.705c0.027 4.025-0.744 8.016-2.274 11.739s-3.783 7.105-6.634 9.947c-2.851 2.842-6.236 5.089-9.965 6.607s-7.723 2.281-11.744 2.24c-4.026-0.040-8.003-0.882-11.701-2.476s-7.039-3.908-9.83-6.807l-94.526-94.707-85.73 85.733 94.585 94.707c3.002 2.77 5.416 6.119 7.093 9.845 1.682 3.727 2.587 7.754 2.668 11.84s-0.663 8.147-2.188 11.937c-1.531 3.791-3.805 7.233-6.699 10.121s-6.338 5.161-10.132 6.683c-3.789 1.522-7.852 2.261-11.938 2.174s-8.111-1-11.835-2.683c-3.724-1.683-7.071-4.102-9.836-7.111l-94.586-94.585-42.866 42.806c-5.685 5.683-13.395 8.876-21.433 8.876s-15.748-3.193-21.433-8.876l-85.733-85.733c-36.085-36.085-57.957-83.965-61.61-134.866-3.652-50.903 11.16-101.413 41.723-142.281l-109.137-109.137c-35.166-35.166-37.592-97.011 7.337-129.568 88.238-63.833 195.39-96.116 304.205-91.648 108.817 4.473 212.958 45.428 295.664 116.283 82.707 70.85 139.167 167.478 160.283 274.319 21.111 106.837 5.659 217.674-43.876 314.663s-130.264 174.486-229.198 220.015c-98.935 45.528-210.31 56.438-316.197 30.972s-200.123-85.825-267.536-171.359c-67.413-85.534-104.079-191.266-104.096-300.172 0-8.040 3.194-15.751 8.879-21.437s13.396-8.879 21.436-8.879c8.041 0 15.751 3.194 21.437 8.879s8.879 13.397 8.879 21.437z" />
|
|
20
|
+
<glyph unicode="" glyph-name="information" d="M469.316 198.581h107.789v323.367h-107.789v-323.367zM523.211 737.526c-26.947 0-53.895-26.947-53.895-53.895s26.947-53.895 53.895-53.895c26.947 0 53.894 26.947 53.894 53.895s-26.947 53.895-53.894 53.895zM523.211 953.105c-269.474 0-485.053-215.579-485.053-485.053 0-269.472 215.579-485.051 485.053-485.051s485.052 215.579 485.052 485.051c0 269.474-215.579 485.053-485.052 485.053zM523.211 90.791c-210.189 0-377.263 167.074-377.263 377.262s167.074 377.263 377.263 377.263 377.263-167.074 377.263-377.263c0-210.188-167.074-377.262-377.263-377.262z" />
|
|
21
|
+
<glyph unicode="" glyph-name="plugin" d="M832.899 473.95h-23.040v17.067h-56.889v-73.956h79.929c21.891 0.636 43.241-6.816 59.984-20.931 16.737-14.115 27.688-33.907 30.754-55.582 1.109-11.895-0.296-23.893-4.113-35.214-3.823-11.315-9.978-21.709-18.074-30.492-7.953-8.892-17.681-16.020-28.558-20.918-10.871-4.898-22.659-7.464-34.588-7.526h-85.333v-222.72h-654.22v194.276h28.444c19.963-0.108 39.724 3.994 57.998 12.032 18.274 8.033 34.652 19.826 48.067 34.611s23.568 32.228 29.798 51.194c6.229 18.967 8.397 39.031 6.36 58.891-4.61 35.707-22.211 68.469-49.441 92.027s-62.184 36.262-98.186 35.685h-23.040v175.502h256v52.053c0.064 11.929 2.628 23.712 7.528 34.589s12.025 20.605 20.916 28.558c8.789 8.092 19.179 14.248 30.498 18.070s23.314 5.225 35.209 4.117c21.68-3.069 41.469-14.019 55.584-30.758s21.568-38.093 20.932-59.98v-46.649h18.773l38.113 63.716c-3.203 33.066-17.616 64.041-40.846 87.788s-53.881 38.84-86.867 42.772c-19.458 2.004-39.12-0.028-57.758-5.969s-35.849-15.662-50.558-28.556c-14.71-12.894-26.601-28.684-34.931-46.383s-12.92-36.925-13.482-56.479h-199.111c-15.088 0-29.558-5.993-40.227-16.662s-16.662-25.139-16.662-40.227v-232.391h79.929c21.887 0.636 43.241-6.816 59.98-20.931s27.69-33.907 30.758-55.582c1.107-11.895-0.295-23.893-4.117-35.214-3.822-11.315-9.978-21.709-18.070-30.492-7.952-8.892-17.681-16.020-28.558-20.918s-22.66-7.464-34.589-7.526h-85.333v-251.164c0-15.093 5.994-29.559 16.662-40.232 10.669-10.667 25.139-16.657 40.227-16.657h654.22c15.093 0 29.559 5.99 40.226 16.657 10.672 10.672 16.663 25.139 16.663 40.232v165.831h28.444c19.962-0.108 39.726 3.994 57.998 12.032 18.278 8.033 34.651 19.826 48.071 34.611 13.414 14.785 23.563 32.228 29.793 51.194s8.397 39.031 6.36 58.891c-4.608 35.709-22.209 68.469-49.436 92.027-27.233 23.558-62.185 36.262-98.19 35.685zM748.703 896.634l-162.702-280.462c-3.783-5.556-5.956-12.052-6.275-18.767s1.223-13.388 4.466-19.279c3.237-5.891 8.044-10.769 13.887-14.095s12.493-4.969 19.211-4.747h325.689c6.724-0.222 13.369 1.422 19.211 4.747s10.655 8.205 13.892 14.095c3.243 5.891 4.784 12.564 4.466 19.279s-2.492 13.211-6.281 18.767l-162.702 280.462c-3.209 5.488-7.794 10.040-13.312 13.204-5.513 3.164-11.759 4.828-18.119 4.828-6.354 0-12.601-1.665-18.113-4.828-5.518-3.164-10.109-7.716-13.318-13.204z" />
|
|
22
|
+
<glyph unicode="" glyph-name="check-connector" horiz-adv-x="1081" d="M714.798 697.608l-158.721-158.72 92.161-92.16 158.72 158.72c15.36 15.36 10.24 51.2-15.36 76.8s-56.32 30.72-76.8 15.36zM730.158 943.368c-35.84 20.48-501.761-373.76-501.761-373.76s-179.2 107.52-204.8 87.040c-25.6-20.48 204.8-256 204.8-256s537.601 527.36 501.761 542.72zM1011.758 467.208c-25.6 25.6-61.44 30.72-76.8 15.36l-158.72-158.722 92.16-92.16 158.72 163.842c15.36 10.24 10.24 46.080-15.36 71.68zM412.717 518.408c-35.84-35.84-56.32-138.242-56.32-194.562v-194.56l-61.44-61.44c-30.72-30.72-30.72-76.8 0-107.52s76.8-30.72 107.52 0l61.44 61.44h194.561c61.44 0 153.6 20.48 189.44 56.32l61.44 40.96-455.681 455.682-40.96-56.32z" />
|
|
23
|
+
<glyph unicode="" glyph-name="persons" d="M429.666 62.093c0 0-60.952 0-60.952 60.952s60.952 243.811 304.761 243.811c243.81 0 304.762-182.859 304.762-243.811s-60.952-60.952-60.952-60.952h-487.618zM673.475 427.81c48.499 0 95.008 19.265 129.302 53.558 34.289 34.292 53.555 80.803 53.555 129.3s-19.266 95.007-53.555 129.3c-34.294 34.292-80.803 53.557-129.302 53.558-48.494 0-95.008-19.265-129.297-53.558-34.294-34.292-53.56-80.803-53.56-129.3s19.266-95.007 53.56-129.3c34.289-34.292 80.803-53.558 129.297-53.558zM320.927 62.093c-9.036 19.027-13.542 39.892-13.166 60.952 0 82.588 41.448 167.619 118.004 226.743-38.211 11.774-78.022 17.531-118.004 17.066-243.81 0-304.762-182.857-304.762-243.809s60.952-60.952 60.952-60.952h256.975zM277.286 427.81c40.414 0 79.173 16.054 107.75 44.631s44.631 67.336 44.631 107.75c0 40.414-16.054 79.172-44.631 107.75s-67.335 44.631-107.75 44.631c-40.414 0-79.172-16.054-107.75-44.631s-44.631-67.336-44.631-107.75c0-40.414 16.054-79.173 44.631-107.75s67.336-44.631 107.75-44.631z" />
|
|
24
|
+
<glyph unicode="" glyph-name="computer" d="M874.47 919.812h-672.002c-38.191 0-74.818-16.857-101.823-46.863s-42.176-70.703-42.176-113.137v-426.667c0-42.432 15.172-83.13 42.176-113.139 27.005-30.003 63.633-46.861 101.823-46.861h288v-106.669h-192c-12.73 0-24.939-5.619-33.941-15.616-9.002-10.003-14.059-23.571-14.059-37.715s5.057-27.712 14.059-37.715c9.002-9.997 21.211-15.616 33.941-15.616h480.002c12.73 0 24.941 5.619 33.939 15.616 9.005 10.003 14.061 23.571 14.061 37.715s-5.056 27.712-14.061 37.715c-8.998 9.997-21.21 15.616-33.939 15.616h-192.002v106.669h288.002c38.189 0 74.816 16.858 101.824 46.861 27.002 30.010 42.176 70.707 42.176 113.139v426.667c0 42.435-15.174 83.132-42.176 113.137-27.008 30.006-63.635 46.863-101.824 46.863zM922.47 333.146c0-14.144-5.056-27.712-14.061-37.715-8.998-9.997-21.21-15.616-33.939-15.616h-672.002c-12.73 0-24.939 5.619-33.941 15.616-9.002 10.003-14.059 23.571-14.059 37.715v426.667c0 14.145 5.057 27.711 14.059 37.713s21.211 15.62 33.941 15.62h672.002c12.73 0 24.941-5.619 33.939-15.62 9.005-10.002 14.061-23.568 14.061-37.713v-426.667z" />
|
|
25
|
+
<glyph unicode="" glyph-name="configuration" d="M911.189 418.665v-167.619h-804.57v536.383h335.238v67.048h-335.238c-17.782 0-34.836-7.064-47.41-19.638s-19.638-29.628-19.638-47.41v-536.383c0-17.779 7.064-34.836 19.638-47.406 12.574-12.576 29.628-19.641 47.41-19.641h268.19v-134.095h-134.095v-67.048h536.38v67.048h-134.095v134.095h268.19c17.783 0 34.836 7.066 47.411 19.641 12.576 12.571 19.636 29.628 19.636 47.406v167.619h-67.048zM575.951 49.903h-134.094v134.095h134.094v-134.095zM978.237 653.333v67.048h-70.432c-4.325 20.985-12.659 40.939-24.542 58.767l49.952 49.951-47.401 47.403-49.952-49.951c-17.827 11.884-37.781 20.216-58.768 24.539v70.434h-67.048v-70.434c-20.982-4.324-40.936-12.656-58.768-24.539l-49.947 49.951-47.406-47.403 49.952-49.951c-11.883-17.828-20.217-37.782-24.537-58.767h-70.437v-67.048h70.437c4.32-20.985 12.654-40.939 24.537-58.767l-49.952-49.951 47.406-47.402 49.947 49.951c17.832-11.884 37.786-20.216 58.768-24.54v-70.435h67.048v70.435c20.987 4.324 40.94 12.656 58.768 24.54l49.952-49.951 47.401 47.402-49.952 49.951c11.883 17.828 20.217 37.782 24.542 58.767h70.432zM743.57 586.286c-19.89 0-39.336 5.898-55.871 16.949-16.54 11.051-29.433 26.758-37.044 45.135s-9.601 38.599-5.72 58.108c3.877 19.509 13.458 37.429 27.521 51.495 14.068 14.065 31.988 23.643 51.493 27.524 19.51 3.88 39.731 1.889 58.11-5.723s34.085-20.502 45.134-37.041c11.054-16.539 16.95-35.983 16.95-55.874-0.024-26.665-10.63-52.23-29.486-71.086-18.851-18.855-44.417-29.46-71.085-29.486z" />
|
|
26
|
+
<glyph unicode="" glyph-name="trash-light" d="M739.002 727.812h240v-96h-96v-623.998c0-12.73-5.056-24.941-14.061-33.946-8.998-8.998-21.21-14.054-33.939-14.054h-672.001c-12.731 0-24.94 5.056-33.941 14.054-9.002 9.005-14.059 21.216-14.059 33.946v623.998h-96v96h240v144c0 12.73 5.057 24.939 14.059 33.941s21.21 14.059 33.941 14.059h384.001c12.73 0 24.941-5.057 33.939-14.059 9.005-9.002 14.061-21.211 14.061-33.941v-144zM787.002 631.812h-576.001v-575.998h576.001v575.998zM355 487.812h96v-287.998h-96v287.998zM547 487.812h96.001v-287.998h-96.001v287.998zM355 823.812v-96h288.001v96h-288.001z" />
|
|
27
|
+
<glyph unicode="" glyph-name="support" d="M490.618 939.81c-268.872 0-487.618-218.746-487.618-487.621v-202.021c0-49.932 43.739-90.551 97.524-90.551h48.762c12.933 0 25.335 5.14 34.48 14.282 9.145 9.148 14.282 21.548 14.282 34.48v250.782c0 12.937-5.137 25.337-14.282 34.481s-21.547 14.282-34.48 14.282h-44.276c27.112 188.709 189.489 334.36 385.608 334.36s358.498-145.652 385.609-334.36h-44.276c-12.932 0-25.332-5.138-34.48-14.282-9.143-9.144-14.282-21.545-14.282-34.481v-299.544c0-53.784-43.739-97.524-97.524-97.524h-97.524v48.762h-195.047v-146.286h292.57c107.569 0 195.048 87.479 195.048 195.048 53.784 0 97.524 40.619 97.524 90.551v202.021c0 268.875-218.746 487.621-487.619 487.621z" />
|
|
28
|
+
<glyph unicode="" glyph-name="ok" horiz-adv-x="1219" d="M995.133 935.881l-596.301-596.298-193.395 193.392-189.676-189.676 384.309-384.307 785.975 785.973-190.913 190.917z" />
|
|
29
|
+
<glyph unicode="" glyph-name="log" d="M857.934 937.684h-739.13c-16.336 0-32.002-5.678-43.553-15.785s-18.040-23.816-18.040-38.109v-862.318c0-14.293 6.489-27.998 18.040-38.109 11.551-10.105 27.218-15.786 43.553-15.786h739.13c16.335 0 32.003 5.681 43.552 15.786 11.55 10.111 18.039 23.816 18.039 38.109v862.318c0 14.293-6.489 28.002-18.039 38.109s-27.217 15.785-43.552 15.785zM673.151 183.156h-369.564v107.789h369.564v-107.789zM673.151 398.735h-369.564v107.792h369.564v-107.792zM673.151 614.316h-369.564v107.789h369.564v-107.789z" />
|
|
30
|
+
<glyph unicode="" glyph-name="calendar" horiz-adv-x="916" d="M890.514 63.326v679.074c0 53.501-43.509 97.011-97.011 97.011h-97.011v97.011h-97.011v-97.011h-291.029v97.011h-97.011v-97.011h-97.011c-53.501 0-97.010-43.509-97.010-97.011v-679.074c0-53.501 43.509-97.011 97.010-97.011h679.072c53.501 0 97.011 43.509 97.011 97.011zM308.453 160.337h-97.011v97.011h97.011v-97.011zM308.453 354.358h-97.011v97.011h97.011v-97.011zM502.474 160.337h-97.011v97.011h97.011v-97.011zM502.474 354.358h-97.011v97.011h97.011v-97.011zM696.492 160.337h-97.011v97.011h97.011v-97.011zM696.492 354.358h-97.011v97.011h97.011v-97.011zM793.503 596.884h-679.072v97.011h679.072v-97.011z" />
|
|
31
|
+
<glyph unicode="" glyph-name="msg_popup" d="M976.703 902.261v-266.384c0.006-3.181-0.928-6.292-2.693-8.939s-4.277-4.71-7.216-5.928c-2.939-1.218-6.174-1.536-9.294-0.914s-5.981 2.157-8.228 4.409l-99.141 99.139-240.941-240.941c-4.409-4.734-9.731-8.532-15.642-11.166s-12.292-4.050-18.763-4.164c-6.47-0.114-12.897 1.076-18.897 3.5s-11.451 6.031-16.027 10.607c-4.576 4.575-8.184 10.026-10.607 16.027s-3.614 12.427-3.5 18.898c0.114 6.47 1.53 12.851 4.164 18.762s6.431 11.231 11.165 15.643l240.939 240.941-99.135 99.139c-2.253 2.246-3.789 5.111-4.409 8.231s-0.307 6.354 0.916 9.293c1.217 2.939 3.277 5.449 5.927 7.214 2.644 1.765 5.758 2.704 8.939 2.698h266.385c4.259 0 8.343-1.692 11.354-4.705s4.704-7.098 4.704-11.358zM125.38 757.696c-4.26 0-8.346-1.693-11.358-4.705s-4.705-7.098-4.705-11.358v-481.881c0-8.867 7.196-16.065 16.063-16.065h128.502c12.781 0 25.037-5.078 34.075-14.113s14.114-21.293 14.114-34.075v-140.71l174.763 174.761c9.028 9.041 21.277 14.125 34.053 14.137h289.129c4.259 0 8.349 1.693 11.36 4.704s4.704 7.096 4.704 11.36v160.626c0 12.78 5.078 25.037 14.113 34.074s21.293 14.114 34.075 14.114c12.782 0 25.034-5.077 34.075-14.114 9.035-9.037 14.113-21.294 14.113-34.074v-160.626c0-29.822-11.848-58.422-32.937-79.511-21.082-21.082-49.682-32.931-79.505-32.931h-269.211l-165.318-165.316c-13.092-13.089-29.769-21.998-47.924-25.606s-36.972-1.759-54.074 5.325c-17.101 7.084-31.72 19.077-42.006 34.467s-15.781 33.479-15.788 51.989v99.141h-80.314c-29.821 0-58.42 11.848-79.506 32.931-21.086 21.088-32.933 49.688-32.933 79.511v481.881c0 62.066 50.373 112.439 112.439 112.439h353.381c12.78 0 25.037-5.077 34.074-14.114s14.114-21.294 14.114-34.074c0-12.78-5.077-25.037-14.114-34.075s-21.294-14.114-34.074-14.114h-353.381z" />
|
|
32
|
+
<glyph unicode="" glyph-name="protect" d="M511.095 915.429l-390.095-173.376v-260.063c0-240.56 166.441-465.513 390.095-520.126 223.654 54.613 390.093 279.567 390.093 520.126v260.063l-390.093 173.376zM511.095 439.077h303.409c-22.972-178.576-142.17-337.647-303.409-387.491v387.062h-303.408v247.059l303.408 134.799v-381.429z" />
|
|
33
|
+
<glyph unicode="" glyph-name="keys" d="M524.222 948.278c6.087 0 12.174-0.228 18.204-0.74-40.817-28.884-74.107-67.142-97.073-111.559s-34.938-93.698-34.909-143.701c0-74.923 26.34-143.701 70.258-197.575l-41.813-41.756v-96.316c0-9.051-3.596-17.732-9.997-24.132s-15.084-10.001-24.136-10.001h-108.089v-79.644c0-9.051-3.596-17.732-9.997-24.132s-15.084-10.001-24.136-10.001h-159.289c-9.053 0-17.735 3.601-24.136 10.001s-9.997 15.081-9.997 24.132v162.648c0.008 9.050 3.609 17.726 10.012 24.121l226.759 226.759c-10.006 33.943-11.957 69.753-5.699 104.583s20.554 67.721 41.75 96.058c21.196 28.337 48.71 51.341 80.354 67.182s66.547 24.084 101.935 24.073zM467.333 692.28c0.003 44.227 11.465 87.698 33.267 126.178s53.201 70.655 91.137 93.389c37.938 22.735 81.117 35.254 125.331 36.337 44.208 1.083 87.95-9.307 126.953-30.157s71.942-51.45 95.602-88.815c23.66-37.366 37.234-80.224 39.401-124.398 2.173-44.174-7.14-88.156-27.028-127.659s-49.664-73.182-86.443-97.753v-116.621l44.544-44.601c6.394-6.4 9.984-15.076 9.984-24.121s-3.59-17.721-9.984-24.121l-61.212-61.212 60.757-60.7c3.396-3.396 6.036-7.475 7.748-11.958 1.712-4.489 2.458-9.284 2.19-14.080s-1.547-9.478-3.749-13.744c-2.202-4.267-5.279-8.021-9.034-11.019l-133.689-106.951c-6.053-4.847-13.574-7.487-21.333-7.487-7.754 0-15.275 2.64-21.333 7.487l-136.53 109.227c-3.992 3.197-7.214 7.248-9.43 11.856s-3.367 9.654-3.371 14.768v353.279c-35.022 23.376-63.731 55.038-83.58 92.174s-30.221 78.598-30.198 120.705zM765.998 749.169c0 11.316-4.494 22.168-12.493 30.17-8.004 8.001-18.853 12.497-30.174 12.497-11.315 0-22.164-4.495-30.168-12.497-7.999-8.001-12.498-18.854-12.498-30.17s4.5-22.168 12.498-30.17c8.004-8.001 18.853-12.497 30.168-12.497 11.321 0 22.17 4.495 30.174 12.497 7.999 8.001 12.493 18.854 12.493 30.17z" />
|
|
34
|
+
<glyph unicode="" glyph-name="info" d="M524.942 918.324c-95.307 0-188.474-28.262-267.72-81.212s-141.009-128.21-177.481-216.262c-36.472-88.052-46.015-184.943-27.422-278.418 18.594-93.479 64.488-179.339 131.881-246.73 67.392-67.397 153.256-113.291 246.732-131.885s190.366-9.047 278.418 27.425c88.052 36.472 163.31 98.238 216.263 177.477 52.953 79.246 81.209 172.418 81.209 267.722 0 63.281-12.463 125.944-36.677 184.408-24.221 58.465-59.711 111.587-104.46 156.334s-97.87 80.242-156.335 104.459c-58.464 24.217-121.126 36.681-184.407 36.681v0zM573.13 243.688c0-12.782-5.077-25.034-14.114-34.075-9.037-9.035-21.294-14.113-34.074-14.113s-25.037 5.078-34.075 14.113c-9.037 9.041-14.114 21.293-14.114 34.075v240.942c0 12.78 5.077 25.037 14.114 34.074s21.294 14.114 34.075 14.114c12.78 0 25.037-5.077 34.074-14.114s14.114-21.294 14.114-34.074v-240.942zM524.942 581.006c-9.531 0-18.848 2.826-26.772 8.121s-14.101 12.821-17.748 21.626c-3.647 8.805-4.601 18.494-2.742 27.842s6.449 17.934 13.188 24.673c6.739 6.739 15.326 11.329 24.673 13.188s19.037 0.905 27.842-2.742c8.805-3.647 16.332-9.824 21.626-17.748s8.122-17.241 8.122-26.772c0-12.781-5.077-25.037-14.114-34.075s-21.294-14.114-34.074-14.114z" />
|
|
35
|
+
<glyph unicode="" glyph-name="tenats" d="M676.12 250.535h-67.368v67.368c-0.011 8.93-3.562 17.489-9.879 23.805-6.311 6.316-14.875 9.868-23.805 9.879h-134.738c-8.931-0.011-17.494-3.562-23.809-9.879s-9.867-14.875-9.876-23.805v-67.368h-67.368v67.368c0.026 26.791 10.682 52.477 29.627 71.421 18.945 18.949 44.633 29.604 71.426 29.631h134.738c26.791-0.027 52.477-10.682 71.421-29.631 18.949-18.944 29.604-44.63 29.631-71.421v-67.368zM507.698 452.638c-23.318 0-46.111 6.914-65.499 19.869s-34.499 31.367-43.422 52.91c-8.923 21.542-11.258 45.247-6.709 68.116s15.777 43.876 32.265 60.364c16.488 16.488 37.495 27.716 60.364 32.266s46.574 2.214 68.117-6.709c21.542-8.923 39.952-24.034 52.908-43.422s19.871-42.181 19.871-65.499c-0.038-31.257-12.471-61.223-34.573-83.325s-52.068-34.534-83.323-34.57zM507.698 621.059c-9.993 0-19.762-2.963-28.071-8.515s-14.785-13.443-18.609-22.676c-3.824-9.232-4.825-19.391-2.875-29.193s6.762-18.804 13.828-25.87c7.067-7.067 16.069-11.878 25.871-13.828s19.96-0.949 29.193 2.875c9.233 3.824 17.126 10.3 22.677 18.609s8.515 18.078 8.515 28.071c-0.022 13.395-5.346 26.236-14.821 35.708-9.471 9.471-22.312 14.801-35.707 14.818zM993.226 405.008c12.633 12.633 19.725 29.767 19.725 47.631s-7.093 34.996-19.725 47.629l-194.926 194.93 97.684 96.404c14.406-3.587 29.594-2.318 43.207 3.61s24.894 16.182 32.084 29.174c7.19 12.991 9.89 27.992 7.685 42.675-2.21 14.684-9.2 28.228-19.887 38.533-10.693 10.304-24.484 16.793-39.241 18.458-14.751 1.665-29.642-1.586-42.361-9.249s-22.555-19.309-27.977-33.131c-5.422-13.822-6.133-29.048-2.016-43.315l-96.811-95.528-195.336 195.369c-12.633 12.63-29.764 19.725-47.628 19.725s-34.996-7.095-47.629-19.725l-194.93-194.998-96.405 97.752c3.568 14.411 2.281 29.598-3.663 43.204s-16.211 24.869-29.209 32.043c-12.999 7.174-28.002 9.859-42.681 7.636s-28.216-9.227-38.508-19.928c-10.292-10.7-16.766-24.498-18.416-39.254s1.615-29.642 9.289-42.352c7.674-12.71 19.329-22.532 33.154-27.942s29.051-6.106 43.314-1.981l95.495-96.775-195.369-195.334c-12.63-12.633-19.725-29.766-19.725-47.629s7.095-34.998 19.725-47.631l195.369-195.336-95.495-96.773c-14.232 4.101-29.419 3.39-43.206-2.021-13.788-5.406-25.406-15.214-33.054-27.896s-10.899-27.535-9.249-42.253c1.65-14.719 8.11-28.483 18.377-39.155 10.267-10.677 23.769-17.667 38.412-19.887s29.61 0.453 42.581 7.599c12.971 7.152 23.221 18.378 29.162 31.943 5.941 13.571 7.24 28.715 3.697 43.1l96.405 97.684 194.93-194.9c12.633-12.628 29.766-19.725 47.629-19.725s34.995 7.098 47.628 19.725l195.368 195.336 96.741-95.528c-4.096-14.234-3.39-29.421 2.021-43.207s15.214-25.406 27.901-33.054c12.681-7.648 27.535-10.898 42.248-9.248 14.719 1.649 28.483 8.111 39.16 18.378 10.671 10.267 17.661 23.768 19.882 38.411s-0.447 29.61-7.599 42.582c-7.146 12.967-18.378 23.218-31.943 29.162-13.565 5.939-28.715 7.238-43.094 3.697l-97.684 96.434 194.894 194.932zM507.704 14.746l-437.895 437.893 437.895 437.895 437.896-437.895-437.896-437.893z" />
|
|
36
|
+
<glyph unicode="" glyph-name="guard" horiz-adv-x="829" d="M413.572 915.429l-390.095-173.376v-260.063c0-240.56 166.441-465.513 390.095-520.126 223.654 54.613 390.093 279.567 390.093 520.126v260.063l-390.093 173.376zM413.572 439.077h303.409c-22.972-178.576-142.17-337.647-303.409-387.491v387.062h-303.408v247.059l303.408 134.799v-381.429z" />
|
|
37
|
+
<glyph unicode="" glyph-name="profile" d="M899.32 939.921h-592.842c-26.205 0-51.337-10.41-69.867-28.94s-28.94-43.662-28.94-69.867v-592.843c0-26.204 10.41-51.335 28.94-69.869 18.53-18.529 43.662-28.936 69.867-28.936h592.842c26.204 0 51.34 10.407 69.869 28.936 18.529 18.534 28.936 43.666 28.936 69.869v592.843c0 26.205-10.407 51.337-28.936 69.867s-43.666 28.94-69.869 28.94zM602.899 816.412c32.757 0 64.172-13.012 87.336-36.175 23.159-23.162 36.174-54.577 36.174-87.334s-13.016-64.171-36.174-87.334c-23.164-23.163-54.579-36.175-87.336-36.175s-64.171 13.012-87.334 36.175c-23.162 23.162-36.175 54.577-36.175 87.334s13.012 64.171 36.175 87.334c23.162 23.162 54.577 36.175 87.334 36.175zM849.915 297.677h-494.033v12.347c0 91.352 111.356 185.265 247.017 185.265 135.664 0 247.016-93.914 247.016-185.265v-12.347zM108.86 643.5h-98.807v-592.844c0-54.488 44.315-98.805 98.807-98.805h592.844v98.805h-592.844v592.844z" />
|
|
38
|
+
<glyph unicode="" glyph-name="tenant" d="M676.12 243.798h-67.368v67.368c-0.011 8.93-3.562 17.489-9.879 23.805-6.311 6.316-14.875 9.868-23.805 9.879h-134.738c-8.931-0.011-17.494-3.562-23.809-9.879s-9.867-14.875-9.876-23.805v-67.368h-67.368v67.368c0.026 26.791 10.682 52.477 29.627 71.421 18.945 18.949 44.633 29.604 71.426 29.631h134.738c26.791-0.027 52.477-10.682 71.421-29.631 18.949-18.944 29.604-44.63 29.631-71.421v-67.368zM507.698 445.901c-23.318 0-46.111 6.914-65.499 19.869s-34.499 31.367-43.422 52.91c-8.923 21.542-11.258 45.247-6.709 68.116s15.777 43.876 32.265 60.364c16.488 16.488 37.495 27.716 60.364 32.266s46.574 2.214 68.117-6.709c21.542-8.923 39.952-24.034 52.908-43.422s19.871-42.181 19.871-65.499c-0.038-31.257-12.471-61.223-34.573-83.325s-52.068-34.534-83.323-34.57zM507.698 614.322c-9.993 0-19.762-2.963-28.071-8.515s-14.785-13.443-18.609-22.676c-3.824-9.232-4.825-19.391-2.875-29.193s6.762-18.804 13.828-25.87c7.067-7.067 16.069-11.878 25.871-13.828s19.96-0.949 29.193 2.875c9.233 3.824 17.126 10.3 22.677 18.609s8.515 18.078 8.515 28.071c-0.022 13.395-5.346 26.236-14.821 35.708-9.471 9.471-22.312 14.801-35.707 14.818zM993.226 398.271c12.633 12.633 19.725 29.767 19.725 47.631s-7.093 34.996-19.725 47.629l-194.926 194.93 97.684 96.404c14.406-3.587 29.594-2.318 43.207 3.61s24.894 16.182 32.084 29.174c7.19 12.991 9.89 27.992 7.685 42.675-2.21 14.684-9.2 28.228-19.887 38.533-10.693 10.304-24.484 16.793-39.241 18.458-14.751 1.665-29.642-1.586-42.361-9.249s-22.555-19.309-27.977-33.131c-5.422-13.822-6.133-29.048-2.016-43.315l-96.811-95.528-195.336 195.369c-12.633 12.63-29.764 19.725-47.628 19.725s-34.996-7.095-47.629-19.725l-194.93-194.998-96.405 97.752c3.568 14.411 2.281 29.598-3.663 43.204s-16.211 24.869-29.209 32.043c-12.999 7.174-28.002 9.859-42.681 7.636s-28.216-9.227-38.508-19.928c-10.292-10.7-16.766-24.498-18.416-39.254s1.615-29.642 9.289-42.352c7.674-12.71 19.329-22.532 33.154-27.942s29.051-6.106 43.314-1.981l95.495-96.775-195.369-195.334c-12.63-12.633-19.725-29.766-19.725-47.629s7.095-34.998 19.725-47.631l195.369-195.336-95.495-96.773c-14.232 4.101-29.419 3.39-43.206-2.021-13.788-5.406-25.406-15.214-33.054-27.896s-10.899-27.535-9.249-42.253c1.65-14.719 8.11-28.483 18.377-39.155 10.267-10.677 23.769-17.667 38.412-19.887s29.61 0.453 42.581 7.599c12.971 7.152 23.221 18.378 29.162 31.943 5.941 13.571 7.24 28.715 3.697 43.1l96.405 97.684 194.93-194.9c12.633-12.628 29.766-19.725 47.629-19.725s34.995 7.098 47.628 19.725l195.368 195.336 96.741-95.528c-4.096-14.234-3.39-29.421 2.021-43.207s15.214-25.406 27.901-33.054c12.681-7.648 27.535-10.898 42.248-9.248 14.719 1.649 28.483 8.111 39.16 18.378 10.671 10.267 17.661 23.768 19.882 38.411s-0.447 29.61-7.599 42.582c-7.146 12.967-18.378 23.218-31.943 29.162-13.565 5.939-28.715 7.238-43.094 3.697l-97.684 96.434 194.894 194.932zM507.704 8.009l-437.895 437.893 437.895 437.895 437.896-437.895-437.896-437.893z" />
|
|
39
|
+
<glyph unicode="" glyph-name="nok" d="M387.684 444.153l-386.184 386.185 96.529 96.529 386.185-386.184 386.187 386.184 96.529-96.529-386.187-386.185 386.187-386.188-96.529-96.529-386.187 386.188-386.185-386.188-96.529 96.529 386.184 386.188z" />
|
|
40
|
+
<glyph unicode="" horiz-adv-x="1186" d="M4.711 658.421c0 148.826 120.648 269.474 269.474 269.474h870.934v-944.931h-870.933c-148.826 0-269.474 120.649-269.474 269.474v405.984z" />
|
|
41
|
+
<glyph unicode="" horiz-adv-x="1186" d="M765.542 525.804h-53.895v71.859c0 86.741-39.974 137.731-119.765 137.731-79.827 0-119.769-50.99-119.769-137.731v-71.859h-59.883c-16.558 0-29.942-19.342-29.942-35.9v-233.575c0-16.438 12.815-34.099 28.475-39.133l35.839-11.587c19.010-5.54 38.653-8.618 58.446-9.162h173.663c19.785 0.539 39.419 3.627 58.417 9.194l35.808 11.587c15.689 5.001 28.532 22.663 28.532 39.101v233.575c0 16.558-19.402 35.9-35.926 35.9zM651.765 525.804h-119.768v83.866c0 43.266 23.862 65.842 59.886 65.842 36.018 0 59.882-22.576 59.882-65.842v-83.866z" />
|
|
42
|
+
<glyph unicode="" horiz-adv-x="1240" d="M50 658.421c0 148.826 120.647 269.474 269.473 269.474h870.937v-944.931h-870.937c-148.826 0-269.474 120.649-269.474 269.474v405.984z" />
|
|
43
|
+
<glyph unicode="" horiz-adv-x="1240" d="M799.857 515.304h-53.895v71.859c0 86.74-39.974 137.731-119.765 137.731-79.823 0-119.768-50.991-119.768-137.731v-11.976h59.885v23.983c0 43.266 23.859 65.841 59.882 65.841 36.018 0 59.882-22.575 59.882-65.841v-83.866h-239.533c-16.558 0-29.942-19.342-29.942-35.9v-233.574c0-16.438 12.815-34.105 28.474-39.133l35.84-11.587c19.010-5.54 38.652-8.623 58.448-9.162h173.66c19.785 0.539 39.419 3.627 58.417 9.194l35.808 11.587c15.689 4.996 28.537 22.663 28.537 39.101v233.574c0 16.558-19.402 35.9-35.932 35.9z" />
|
|
44
|
+
<glyph unicode="" glyph-name="msg" d="M50.474 593.326l469.795-223.437c4.713-2.241 9.946-3.41 15.257-3.41 5.313 0 10.546 1.17 15.257 3.41l469.795 223.397v-388.124c0.005-33.474-14.002-65.682-39.144-90.010-25.137-24.333-59.505-38.944-96.051-40.841l-8.117-0.199h-683.482c-36.605-0.005-71.824 12.805-98.432 35.791-26.607 22.991-42.586 54.423-44.659 87.843l-0.22 7.416v388.164zM193.784 799.947h683.482c36.605 0.002 71.826-12.805 98.433-35.795s42.588-54.419 44.657-87.84l0.221-7.419v-7.42l-485.052-230.655-485.052 230.655v7.42c-0.002 33.475 14.003 65.681 39.143 90.013s59.508 38.944 96.055 40.839l8.113 0.202z" />
|
|
45
|
+
<glyph unicode="" glyph-name="arrow" d="M27.861 843.222v-316.171l557.947-92.991-557.947-92.992v-316.174l967.108 409.165-967.108 409.162z" />
|
|
46
|
+
<glyph unicode="" glyph-name="warning" d="M782.438 903.529h-481.879l-240.941-240.941v-481.882l240.941-240.941h481.879l240.941 240.941v481.882l-240.941 240.941zM589.688 180.706h-96.376v96.376h96.376v-96.376zM589.688 373.459h-96.376l-24.094 289.129h144.562l-24.091-289.129z" />
|
|
47
|
+
<glyph unicode="" glyph-name="messages" d="M38.526 760.227v-447.74c0-39.586 15.724-77.544 43.713-105.537 27.989-27.988 65.951-43.714 105.533-43.714h74.624v74.628h-74.624c-19.791 0-38.772 7.858-52.767 21.854s-21.856 32.978-21.856 52.768v335.805h205.214c9.273 0.005 18.212 3.464 25.073 9.701l112.458 102.234h328.866c19.79 0 38.772-7.862 52.768-21.857 13.991-13.994 21.854-32.975 21.854-52.767v-149.247h37.311c12.762 0 25.223-1.269 37.311-3.731v152.978c0 39.583-15.721 77.544-43.714 105.534-27.988 27.989-65.951 43.713-105.531 43.713h-360.058l-83.056 66.415c-6.604 5.299-14.815 8.194-23.283 8.209h-130.591c-39.582 0-77.544-15.724-105.533-43.713s-43.713-65.951-43.713-105.533zM113.15 760.227c0 19.791 7.862 38.772 21.856 52.767s32.975 21.856 52.767 21.856h117.532l64.773-51.863-66.116-60.072h-190.812v37.312zM337.991 364.425l335.58-195.74 335.058 180.44v0.674c0 29.685-11.792 58.158-32.784 79.149s-49.459 32.785-79.15 32.785h-447.74c-27.152-0.003-53.377-9.874-73.792-27.776-20.414-17.9-33.626-42.616-37.173-69.531zM1008.629 264.429l-318.119-171.337c-5.621-3.034-11.932-4.57-18.324-4.468-6.387 0.108-12.644 1.849-18.163 5.066l-317.003 184.918v-227.306c0-29.685 11.793-58.158 32.785-79.15s49.463-32.784 79.15-32.784h447.74c29.691 0 58.158 11.792 79.15 32.784s32.784 49.465 32.784 79.15v213.127z" />
|
|
48
|
+
<glyph unicode="" glyph-name="pause" d="M363.296-9.969h-223.005c-17.847 0-34.963 7.088-47.582 19.705-12.62 12.624-19.709 29.74-19.709 47.587v775.637c0 17.846 7.090 34.962 19.709 47.582s29.736 19.709 47.582 19.709h223.329c17.791-0.086 34.823-7.213 47.372-19.824s19.594-29.677 19.594-47.468v-775.637c0-17.847-7.090-34.962-19.71-47.587-12.619-12.617-29.735-19.705-47.582-19.705zM365.572 835.234h-227.555v-780.187h227.555v780.187zM915.931-9.969h-223.005c-17.847 0-34.962 7.088-47.582 19.705-12.619 12.624-19.709 29.74-19.709 47.587v775.637c0 17.846 7.090 34.962 19.709 47.582s29.735 19.709 47.582 19.709h223.327c17.796-0.086 34.823-7.213 47.375-19.824s19.595-29.677 19.595-47.468v-775.637c0-17.847-7.088-34.962-19.712-47.587-12.617-12.617-29.733-19.705-47.579-19.705zM918.206 835.234h-227.555v-780.187h227.555v780.187z" />
|
|
49
|
+
<glyph unicode="" glyph-name="play" d="M108 899.792l21.169 37.045c-13.205 7.546-29.429 7.492-42.584-0.142s-21.251-21.693-21.251-36.903h42.666zM108-10.428h-42.666c0-15.215 8.096-29.269 21.251-36.907 13.155-7.629 29.379-7.689 42.584-0.145l-21.169 37.052zM904.448 444.681l21.163-37.045c13.295 7.596 21.504 21.734 21.504 37.045s-8.209 29.449-21.504 37.045l-21.163-37.045zM65.333 899.792v-910.219h85.333v910.219h-85.333zM883.277 481.725l-796.445-455.11 42.336-74.095 796.442 455.115-42.334 74.090zM925.611 481.725l-796.442 455.111-42.336-74.090 796.445-455.111 42.334 74.090z" />
|
|
50
|
+
<glyph unicode="" glyph-name="store" d="M325.659 833.141v-108.424h-252.988c-9.585 0-18.778-3.808-25.556-10.586s-10.586-15.97-10.586-25.555v-554.168c0-35.141 13.962-68.849 38.814-93.702s58.558-38.816 93.704-38.816h698.726c35.147 0 68.855 13.963 93.708 38.816s38.81 58.561 38.81 93.702v554.168c0 9.585-3.807 18.778-10.583 25.555s-15.968 10.586-25.558 10.586h-252.988v108.424c0 22.365-8.885 43.815-24.696 59.63-15.818 15.815-37.268 24.699-59.633 24.699h-216.844c-22.366 0-43.815-8.885-59.63-24.699s-24.699-37.264-24.699-59.63zM409.989 845.189h216.844c3.198 0 6.264-1.27 8.523-3.529s3.524-5.324 3.524-8.518v-108.424h-240.938v108.424c0 3.195 1.269 6.259 3.528 8.518s5.324 3.529 8.519 3.529zM325.659 387.4v168.659h168.659v-168.659h-168.659zM325.659 170.55v168.661h168.659v-168.661h-168.659zM711.162 387.4h-168.656v168.659h168.656v-168.659zM542.506 170.55v168.661h168.656v-168.661h-168.656z" />
|
|
51
|
+
<glyph unicode="" glyph-name="trash" d="M765.864 832.441h247.172v-98.869h-98.869v-741.517c0-13.111-5.208-25.685-14.481-34.957-9.269-9.269-21.843-14.477-34.954-14.477h-692.085c-13.111 0-25.685 5.208-34.955 14.477-9.271 9.272-14.479 21.847-14.479 34.957v741.517h-98.869v98.869h247.172v98.869h494.347v-98.869zM370.388 585.269v-395.476h98.869v395.476h-98.869zM568.126 585.269v-395.476h98.869v395.476h-98.869z" />
|
|
52
|
+
<glyph unicode="" glyph-name="edit" d="M156.495 764.674h-118.583v-770.794h592.914v118.585h-474.331v652.208zM980.649 859.541l-77.077 77.079c-23.721 23.717-65.223 29.646-94.871 5.929l-59.29-59.292h-533.624v-711.502h533.624v355.753l237.164 237.166c23.721 29.646 17.787 71.15-5.927 94.867zM642.686 503.791l-148.229-53.362 53.362 148.229 260.881 260.883 94.871-94.867-260.885-260.883z" />
|
|
53
|
+
<glyph unicode="" glyph-name="checked" d="M935.743 957.588h-886.663c-21.323 0-38.551-17.227-38.551-38.551v-886.661c0-21.323 17.227-38.551 38.551-38.551h886.663c21.323 0 38.551 17.227 38.551 38.551v886.661c0 21.323-17.227 38.551-38.551 38.551zM713.475 651.954l-253.711-351.772c-3.546-4.951-8.22-8.987-13.636-11.764-5.416-2.783-11.417-4.235-17.506-4.235s-12.089 1.452-17.505 4.235c-5.416 2.777-10.091 6.813-13.637 11.764l-150.227 208.171c-4.578 6.385 0 15.3 7.831 15.3h56.501c12.288 0 23.974-5.903 31.202-16.023l85.775-119.025 189.38 262.626c7.228 9.999 18.793 16.023 31.202 16.023h56.501c7.831 0 12.408-8.915 7.831-15.3v0z" />
|
|
54
|
+
<glyph unicode="" horiz-adv-x="989" d="M456.722-45.197c18.714 0.431 36.673 7.465 50.699 19.862 14.029 12.394 23.22 29.353 25.946 47.87h-156.262c2.807-19.022 12.429-36.377 27.072-48.838 14.647-12.457 33.319-19.174 52.545-18.895z" />
|
|
55
|
+
<glyph unicode="" horiz-adv-x="989" d="M897.886 137.506l-10.102 8.912c-28.654 25.529-53.739 54.809-74.568 87.044-22.747 44.488-36.384 93.067-40.105 142.897v146.757c-0.12 17.825-1.709 35.61-4.753 53.177-50.321 10.342-95.522 37.757-127.951 77.603s-50.091 89.673-49.999 141.047v18.716c-31.017 15.264-64.343 25.302-98.632 29.708v37.432c0 10.518-4.177 20.606-11.614 28.044-7.44 7.438-17.528 11.616-28.043 11.616-10.519 0-20.607-4.178-28.047-11.616-7.436-7.438-11.614-17.526-11.614-28.044v-38.918c-76.775-10.83-147.039-49.070-197.82-107.66s-78.652-133.572-78.465-211.106v-146.757c-3.721-49.83-17.356-98.41-40.106-142.897-20.472-32.154-45.15-61.426-73.379-87.044l-10.101-8.912v-83.777h885.299v83.777z" />
|
|
56
|
+
<glyph unicode="" horiz-adv-x="989" d="M813.215 646.403c82.037 0 148.54 66.504 148.54 148.54s-66.504 148.54-148.54 148.54c-82.037 0-148.54-66.504-148.54-148.54s66.504-148.54 148.54-148.54z" />
|
|
57
|
+
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|