Add Creative Elements templates and update index files
- Introduced new templates for catalog, checkout, contact, and error pages. - Implemented caching headers and redirection in index.php files across various directories. - Enhanced product and layout templates for better integration with Creative Elements. - Added backoffice header styles and scripts for improved UI/UX in the admin panel.
This commit is contained in:
167
modules/creativeelements/views/lib/ceicons/ceicons.css
Normal file
167
modules/creativeelements/views/lib/ceicons/ceicons.css
Normal file
@@ -0,0 +1,167 @@
|
||||
@font-face {
|
||||
font-family: 'ceicons';
|
||||
src:
|
||||
url('fonts/ceicons.woff2?fj664s') format('woff2'),
|
||||
url('fonts/ceicons.woff?fj664s') format('woff'),
|
||||
url('fonts/eicons.svg?fj664s#ceicon') format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="ceicon-"], [class*=" ceicon-"] {
|
||||
font-family: 'ceicons' !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
@keyframes ceicon-spin {
|
||||
0% {
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
transform: rotate(359deg); } }
|
||||
|
||||
.ceicon-minus:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.ceicon-plus:before {
|
||||
content: "\e82a";
|
||||
}
|
||||
.ceicon-sort-down:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.ceicon-sort-up:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.ceicon-cart-light:before {
|
||||
content: "\e800";
|
||||
}
|
||||
.ceicon-cart-medium:before {
|
||||
content: "\e801";
|
||||
}
|
||||
.ceicon-cart-solid:before {
|
||||
content: "\e802";
|
||||
}
|
||||
.ceicon-trolley-light:before {
|
||||
content: "\e803";
|
||||
}
|
||||
.ceicon-trolley-medium:before {
|
||||
content: "\e804";
|
||||
}
|
||||
.ceicon-trolley-solid:before {
|
||||
content: "\e805";
|
||||
}
|
||||
.ceicon-trolley-bold:before {
|
||||
content: "\e806";
|
||||
}
|
||||
.ceicon-basket-light:before {
|
||||
content: "\e807";
|
||||
}
|
||||
.ceicon-basket-medium:before {
|
||||
content: "\e808";
|
||||
}
|
||||
.ceicon-basket-solid:before {
|
||||
content: "\e809";
|
||||
}
|
||||
.ceicon-bag-light:before {
|
||||
content: "\e80a";
|
||||
}
|
||||
.ceicon-bag-medium:before {
|
||||
content: "\e80b";
|
||||
}
|
||||
.ceicon-bag-solid:before {
|
||||
content: "\e80c";
|
||||
}
|
||||
.ceicon-bag-rounded-o:before {
|
||||
content: "\e80d";
|
||||
}
|
||||
.ceicon-bag-rounded:before {
|
||||
content: "\e80e";
|
||||
}
|
||||
.ceicon-bag-trapeze-o:before {
|
||||
content: "\e80f";
|
||||
}
|
||||
.ceicon-bag-trapeze:before {
|
||||
content: "\e810";
|
||||
}
|
||||
.ceicon-search-light:before {
|
||||
content: "\e811";
|
||||
}
|
||||
.ceicon-search-medium:before {
|
||||
content: "\e812";
|
||||
}
|
||||
.ceicon-search-glint:before {
|
||||
content: "\e813";
|
||||
}
|
||||
.ceicon-search-minimal:before {
|
||||
content: "\e814";
|
||||
}
|
||||
.ceicon-magnifier:before {
|
||||
content: "\e815";
|
||||
}
|
||||
.ceicon-loupe:before {
|
||||
content: "\e816";
|
||||
}
|
||||
.ceicon-user-simple:before {
|
||||
content: "\e817";
|
||||
}
|
||||
.ceicon-user-minimal:before {
|
||||
content: "\e818";
|
||||
}
|
||||
.ceicon-caret-left:before {
|
||||
content: "\e819";
|
||||
}
|
||||
.ceicon-caret-right:before {
|
||||
content: "\e81a";
|
||||
}
|
||||
.ceicon-angle-left:before {
|
||||
content: "\e81b";
|
||||
}
|
||||
.ceicon-angle-right:before {
|
||||
content: "\e81c";
|
||||
}
|
||||
.ceicon-chevron-left:before {
|
||||
content: "\e81d";
|
||||
}
|
||||
.ceicon-chevron-right:before {
|
||||
content: "\e81e";
|
||||
}
|
||||
.ceicon-arrow-left:before {
|
||||
content: "\e81f";
|
||||
}
|
||||
.ceicon-arrow-right:before {
|
||||
content: "\e820";
|
||||
}
|
||||
.ceicon-long-arrow-left:before {
|
||||
content: "\e821";
|
||||
}
|
||||
.ceicon-long-arrow-right:before {
|
||||
content: "\e822";
|
||||
}
|
||||
.ceicon-loading:before {
|
||||
content: "\e823";
|
||||
}
|
||||
.ceicon-play:before {
|
||||
content: "\e824";
|
||||
}
|
||||
.ceicon-play-o:before {
|
||||
content: "\e825";
|
||||
}
|
||||
.ceicon-burger:before {
|
||||
content: "\e826";
|
||||
}
|
||||
.ceicon-apps:before {
|
||||
content: "\e827";
|
||||
}
|
||||
.ceicon-times:before {
|
||||
content: "\e828";
|
||||
}
|
||||
.ceicon-close:before {
|
||||
content: "\e829";
|
||||
}
|
||||
1
modules/creativeelements/views/lib/ceicons/ceicons.min.css
vendored
Normal file
1
modules/creativeelements/views/lib/ceicons/ceicons.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@font-face{font-family:ceicons;src:url('fonts/ceicons.woff2?fj664s') format('woff2'),url('fonts/ceicons.woff?fj664s') format('woff'),url('fonts/eicons.svg?fj664s#ceicon') format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" ceicon-"],[class^=ceicon-]{font-family:ceicons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes ceicon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.ceicon-minus:before{content:"\e900"}.ceicon-plus:before{content:"\e82a"}.ceicon-sort-down:before{content:"\e955"}.ceicon-sort-up:before{content:"\e956"}.ceicon-cart-light:before{content:"\e800"}.ceicon-cart-medium:before{content:"\e801"}.ceicon-cart-solid:before{content:"\e802"}.ceicon-trolley-light:before{content:"\e803"}.ceicon-trolley-medium:before{content:"\e804"}.ceicon-trolley-solid:before{content:"\e805"}.ceicon-trolley-bold:before{content:"\e806"}.ceicon-basket-light:before{content:"\e807"}.ceicon-basket-medium:before{content:"\e808"}.ceicon-basket-solid:before{content:"\e809"}.ceicon-bag-light:before{content:"\e80a"}.ceicon-bag-medium:before{content:"\e80b"}.ceicon-bag-solid:before{content:"\e80c"}.ceicon-bag-rounded-o:before{content:"\e80d"}.ceicon-bag-rounded:before{content:"\e80e"}.ceicon-bag-trapeze-o:before{content:"\e80f"}.ceicon-bag-trapeze:before{content:"\e810"}.ceicon-search-light:before{content:"\e811"}.ceicon-search-medium:before{content:"\e812"}.ceicon-search-glint:before{content:"\e813"}.ceicon-search-minimal:before{content:"\e814"}.ceicon-magnifier:before{content:"\e815"}.ceicon-loupe:before{content:"\e816"}.ceicon-user-simple:before{content:"\e817"}.ceicon-user-minimal:before{content:"\e818"}.ceicon-caret-left:before{content:"\e819"}.ceicon-caret-right:before{content:"\e81a"}.ceicon-angle-left:before{content:"\e81b"}.ceicon-angle-right:before{content:"\e81c"}.ceicon-chevron-left:before{content:"\e81d"}.ceicon-chevron-right:before{content:"\e81e"}.ceicon-arrow-left:before{content:"\e81f"}.ceicon-arrow-right:before{content:"\e820"}.ceicon-long-arrow-left:before{content:"\e821"}.ceicon-long-arrow-right:before{content:"\e822"}.ceicon-loading:before{content:"\e823"}.ceicon-play:before{content:"\e824"}.ceicon-play-o:before{content:"\e825"}.ceicon-burger:before{content:"\e826"}.ceicon-apps:before{content:"\e827"}.ceicon-times:before{content:"\e828"}.ceicon-close:before{content:"\e829"}
|
||||
55
modules/creativeelements/views/lib/ceicons/fonts/ceicons.svg
Normal file
55
modules/creativeelements/views/lib/ceicons/fonts/ceicons.svg
Normal file
@@ -0,0 +1,55 @@
|
||||
<?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">
|
||||
<defs>
|
||||
<font id="ceicons" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="870.4" descent="-153.6" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="0" d="" />
|
||||
<glyph unicode="" glyph-name="cart-light" d="M724.992-10.496c0-35.84 28.672-64.512 64.512-64.512 34.816 0 63.488 28.672 63.488 64.512 0 34.816-28.672 63.488-63.488 63.488-35.84 0-64.512-28.672-64.512-63.488zM192.512 692.992h768c12.288 0 22.528-11.264 20.48-23.552l-32.768-266.24c-7.168-53.248-52.224-94.208-106.496-94.208h-572.416l8.192-41.984c10.24-50.176 54.272-86.016 104.448-86.016h492.544c12.288 0 21.504-9.216 21.504-20.48 0-12.288-9.216-21.504-21.504-21.504h-492.544c-70.656 0-132.096 50.176-146.432 119.808l-103.424 520.192h-110.592c-12.288 0-21.504 9.216-21.504 21.504 0 11.264 9.216 20.48 21.504 20.48h128c10.24 0 18.432-7.168 20.48-16.384l22.528-111.616zM200.704 651.008l60.416-299.008h580.608c32.768 0 59.392 24.576 63.488 56.32l30.72 242.688h-735.232zM683.008-10.496c0 58.368 47.104 106.496 106.496 106.496 58.368 0 106.496-48.128 106.496-106.496 0-59.392-48.128-106.496-106.496-106.496-59.392 0-106.496 47.104-106.496 106.496zM256-10.496c0 58.368 48.128 106.496 106.496 106.496 59.392 0 106.496-48.128 106.496-106.496 0-59.392-47.104-106.496-106.496-106.496-58.368 0-106.496 47.104-106.496 106.496zM299.008-10.496c0-35.84 28.672-64.512 63.488-64.512 35.84 0 64.512 28.672 64.512 64.512 0 34.816-28.672 63.488-64.512 63.488-34.816 0-63.488-28.672-63.488-63.488z" />
|
||||
<glyph unicode="" glyph-name="cart-medium" d="M757.76-10.496c0-29.696 23.552-53.248 53.248-53.248s53.248 23.552 53.248 53.248-24.576 53.248-53.248 53.248-53.248-23.552-53.248-53.248zM222.208 704.256h758.784c19.456 0 34.816-17.408 31.744-35.84l-32.768-267.264c-7.168-58.368-57.344-102.4-116.736-102.4h-559.104l6.144-29.696c8.192-45.056 48.128-76.8 94.208-76.8h491.52c17.408 0 31.744-14.336 31.744-31.744s-14.336-32.768-31.744-32.768h-492.544c-75.776 0-142.336 54.272-156.672 129.024l-102.4 510.976h-101.376c-17.408 0-32.768 14.336-32.768 32.768s15.36 31.744 32.768 31.744h128c15.36 0 28.672-11.264 31.744-25.6l19.456-102.4zM235.52 639.744l55.296-277.504h572.416c26.624 0 49.152 20.48 53.248 47.104l28.672 230.4h-709.632zM693.248-10.496c0 64.512 52.224 116.736 117.76 116.736s116.736-52.224 116.736-116.736-52.224-117.76-116.736-117.76-117.76 52.224-117.76 117.76zM266.24-10.496c0 64.512 53.248 116.736 117.76 116.736s117.76-52.224 117.76-116.736-53.248-117.76-117.76-117.76-117.76 52.224-117.76 117.76zM330.752-10.496c0-29.696 23.552-53.248 53.248-53.248s53.248 23.552 53.248 53.248-23.552 53.248-53.248 53.248-53.248-23.552-53.248-53.248z" />
|
||||
<glyph unicode="" glyph-name="cart-solid" d="M192.512 692.992h768c5.12 0 11.264-2.048 15.36-7.168 4.096-4.096 6.144-10.24 5.12-16.384l-32.768-266.24c-7.168-53.248-52.224-94.208-105.472-94.208h-573.44l8.192-41.984c10.24-49.152 54.272-86.016 104.448-86.016h492.544c12.288 0 21.504-9.216 21.504-20.48s-9.216-21.504-21.504-21.504h-492.544c-70.656 0-132.096 50.176-146.432 119.808l-103.424 520.192h-110.592c-12.288 0-21.504 9.216-21.504 21.504s9.216 20.48 21.504 20.48h128c10.24 0 18.432-7.168 20.48-16.384l22.528-111.616zM789.504 96c58.368 0 106.496-48.128 106.496-106.496s-48.128-106.496-106.496-106.496-106.496 47.104-106.496 106.496 47.104 106.496 106.496 106.496zM362.496 96c59.392 0 106.496-48.128 106.496-106.496s-47.104-106.496-106.496-106.496-106.496 47.104-106.496 106.496 48.128 106.496 106.496 106.496z" />
|
||||
<glyph unicode="" glyph-name="trolley-light" d="M828.288 53.333h-401.195c-47.573 0-89.728 31.872-102.443 77.483l-135.637 473.429c-7.68 27.392-32.896 46.421-61.44 46.421h-106.24c-11.776 0-21.333 9.557-21.333 21.333s9.557 21.333 21.333 21.333h106.24c47.573 0 89.728-31.872 102.443-77.483l26.752-93.184h703.189c20.437 0 39.168-9.387 51.328-25.771 12.203-16.384 15.829-37.035 9.941-56.576l-91.776-313.6c-14.763-44.203-55.339-73.387-101.163-73.387zM268.971 480l96.725-337.579c7.637-27.392 32.853-46.421 61.397-46.421h401.195c27.051 0 51.883 17.877 60.416 43.435l91.691 313.088c1.963 6.528 0.725 13.397-3.328 18.859-4.053 5.504-10.283 8.619-17.109 8.619zM469.333-160c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zM469.333-32c-23.552 0-42.667-19.157-42.667-42.667s19.115-42.667 42.667-42.667 42.667 19.157 42.667 42.667-19.115 42.667-42.667 42.667zM768-160c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zM768-32c-23.552 0-42.667-19.157-42.667-42.667s19.115-42.667 42.667-42.667 42.667 19.157 42.667 42.667-19.115 42.667-42.667 42.667z" />
|
||||
<glyph unicode="" glyph-name="trolley-medium" d="M821.419 53.333h-392.448c-51.456 0-97.067 34.091-110.976 82.944l-132.608 456.448c-6.187 21.632-26.453 36.608-49.451 36.608h-103.936c-17.664 0-32 14.336-32 32s14.336 32 32 32h103.936c51.456 0 97.067-34.091 110.976-82.944l25.472-87.723h677.888c23.723 0 45.355-10.88 59.435-29.824 13.867-18.688 17.92-42.197 11.179-64.469l-89.856-296.363c-16.128-47.445-60.032-78.677-109.611-78.677zM290.944 458.667l88.533-304.725c6.187-21.632 26.453-36.608 49.451-36.608h392.448c21.803 0 41.771 14.080 48.64 34.219l89.557 295.467c1.024 3.456-0.171 6.101-1.323 7.723-1.067 1.451-3.584 3.925-8.021 3.925zM469.333-160c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zM469.333-53.333c-11.733 0-21.333-9.557-21.333-21.333s9.6-21.333 21.333-21.333 21.333 9.557 21.333 21.333-9.6 21.333-21.333 21.333zM768-160c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zM768-53.333c-11.733 0-21.333-9.557-21.333-21.333s9.6-21.333 21.333-21.333 21.333 9.557 21.333 21.333-9.6 21.333-21.333 21.333z" />
|
||||
<glyph unicode="" glyph-name="trolley-solid" d="M814.549 53.333h-383.744c-55.339 0-104.405 36.309-119.381 88.32l-129.707 439.509c-4.608 15.915-19.925 26.837-37.419 26.837h-101.632c-23.595 0-42.667 19.115-42.667 42.667s19.072 42.667 42.667 42.667h101.632c55.339 0 104.363-36.309 119.339-88.32l24.277-82.347h652.587c26.624 0 51.883-12.672 67.541-33.92 15.531-21.077 20.011-47.445 12.288-72.363l-88.021-279.381c-17.237-50.432-64.469-83.669-117.76-83.669zM940.544 437.333h0.427zM469.333-160c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zM469.333-74.624v-0.043zM768-160c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zM768-74.624v-0.043z" />
|
||||
<glyph unicode="" glyph-name="trolley-bold" d="M382.499 75.375c-47.235 0-85.531-38.275-85.531-85.492 0-47.254 38.296-85.531 85.531-85.531 47.217 0 85.512 38.277 85.512 85.531 0 47.213-38.296 85.492-85.512 85.492zM755.745 75.375c-47.254 0-85.531-38.275-85.531-85.492 0-47.254 38.277-85.531 85.531-85.531 47.219 0 85.533 38.277 85.533 85.531 0 47.213-38.314 85.492-85.533 85.492zM970.582 544.161l-473.743 0.039c-23.688 0-42.891-19.203-42.891-42.891s19.203-42.891 42.891-42.891l419.145 0.021-26.59-89.983-426.144-0.091c-21.974 0-39.79-17.816-39.79-39.79 0-21.976 17.816-39.79 39.79-39.79l402.588-0.157-24.996-84.158h-480.241l-31.863 254.007-30.424 247.457c-2.476 19.581-16.673 35.658-35.799 40.536l-202.567 51.675c-25.718 6.565-51.884-8.969-58.445-34.687s8.969-51.886 34.687-58.445l170.874-43.591 66.541-499.372c0 0 2.263-58.255 55.169-58.255h530.829c44.478 0 53.077 46.38 53.077 46.38l105.203 312.448c0 0.041 31.193 81.537-47.299 81.537z" />
|
||||
<glyph unicode="" glyph-name="basket-light" d="M128 480c0 0 0 0 0 0h134.144l69.632 207.872c8.192 27.648 34.816 48.128 64.512 48.128h274.432c30.72 0 57.344-20.48 64.512-49.152l69.632-206.848h133.12c1.024 0 1.024 0 1.024 0h63.488c12.288 0 21.504-9.216 21.504-21.504s-9.216-21.504-21.504-21.504h-45.056l-63.488-390.144c-13.312-47.104-54.272-78.848-102.4-78.848h-515.072c-48.128 0-90.112 31.744-103.424 80.896l-63.488 388.096h-45.056c-12.288 0-21.504 10.24-21.504 21.504s9.216 21.504 21.504 21.504h63.488zM153.6 436.992l61.44-378.88c7.168-27.648 32.768-47.104 61.44-47.104h515.072c28.672 0 53.248 18.432 61.44 44.032l61.44 381.952h-760.832zM759.808 480l-64.512 194.56c-3.072 11.264-13.312 18.432-24.576 18.432h-274.432c-11.264 0-20.48-7.168-23.552-17.408l-65.536-195.584h452.608zM512 330.496c0 12.288 9.216 21.504 21.504 21.504s21.504-9.216 21.504-21.504v-212.992c0-12.288-9.216-21.504-21.504-21.504s-21.504 9.216-21.504 21.504v212.992zM703.488 114.432c-2.048-11.264-12.288-19.456-24.576-18.432-11.264 2.048-19.456 13.312-17.408 24.576l29.696 210.944c2.048 12.288 13.312 20.48 24.576 18.432s19.456-12.288 18.432-24.576l-30.72-210.944zM404.48 120.576c2.048-11.264-6.144-22.528-17.408-24.576s-22.528 6.144-24.576 18.432l-29.696 210.944c-2.048 11.264 6.144 22.528 18.432 24.576 11.264 2.048 22.528-6.144 23.552-18.432l29.696-210.944z" />
|
||||
<glyph unicode="" glyph-name="basket-medium" d="M106.496 490.24c0 0 1.024 0 1.024 0h105.472l72.704 201.728c9.216 31.744 41.984 54.272 77.824 54.272h297.984c35.84 0 68.608-22.528 78.848-56.32l71.68-199.68h105.472c0 0 1.024 0 1.024 0h62.464c17.408 0 32.768-14.336 32.768-31.744s-15.36-31.744-32.768-31.744h-35.84l-62.464-382.976c-14.336-51.2-60.416-86.016-112.64-86.016h-515.072c-52.224 0-99.328 34.816-113.664 89.088l-61.44 379.904h-36.864c-17.408 0-32.768 14.336-32.768 31.744s15.36 31.744 32.768 31.744h63.488zM144.384 426.752l59.392-366.592c6.144-22.528 26.624-38.912 51.2-38.912h515.072c23.552 0 45.056 16.384 50.176 35.84l60.416 369.664h-736.256zM743.424 490.24l-64.512 180.224c-3.072 7.168-9.216 12.288-18.432 12.288h-296.96c-9.216 0-15.36-5.12-17.408-10.24l-65.536-182.272h462.848zM480.256 330.496c0 17.408 14.336 31.744 31.744 31.744s31.744-14.336 31.744-31.744v-212.992c0-17.408-14.336-31.744-31.744-31.744s-31.744 14.336-31.744 31.744v212.992zM693.248 112.384c-3.072-17.408-19.456-28.672-36.864-26.624s-28.672 18.432-26.624 35.84l29.696 210.944c3.072 17.408 19.456 29.696 36.864 27.648s28.672-18.432 26.624-35.84l-29.696-211.968zM394.24 121.6c3.072-17.408-10.24-32.768-27.648-35.84-17.408-2.048-33.792 10.24-35.84 27.648l-30.72 210.944c-2.048 17.408 10.24 33.792 27.648 35.84 17.408 3.072 33.792-9.216 35.84-26.624l30.72-211.968z" />
|
||||
<glyph unicode="" glyph-name="basket-solid" d="M131.072 436.992h-66.56c-12.288 0-21.504 10.24-21.504 21.504s9.216 21.504 21.504 21.504h197.632l69.632 207.872c8.192 27.648 34.816 48.128 64.512 48.128h274.432c30.72 0 57.344-20.48 64.512-49.152l69.632-206.848h197.632c12.288 0 21.504-9.216 21.504-21.504s-9.216-21.504-21.504-21.504h-67.584l-61.44-385.024c-10.24-36.864-44.032-62.464-82.944-62.464h-514.048c-37.888 0-71.68 25.6-81.92 62.464l-63.488 385.024zM759.808 480l-64.512 194.56c-3.072 11.264-13.312 18.432-24.576 18.432h-274.432c-11.264 0-20.48-7.168-23.552-17.408l-65.536-195.584h452.608zM512 330.496v-212.992c0-12.288 9.216-21.504 21.504-21.504s21.504 9.216 21.504 21.504v212.992c0 12.288-9.216 21.504-21.504 21.504s-21.504-9.216-21.504-21.504zM703.488 114.432l30.72 210.944c1.024 11.264-7.168 22.528-18.432 24.576s-22.528-6.144-24.576-18.432l-29.696-210.944c-2.048-11.264 6.144-22.528 17.408-24.576 12.288-1.024 23.552 7.168 24.576 18.432zM404.48 120.576l-29.696 210.944c-2.048 11.264-12.288 19.456-24.576 18.432-11.264-2.048-19.456-13.312-17.408-24.576l29.696-210.944c2.048-12.288 12.288-20.48 24.576-18.432 11.264 2.048 19.456 13.312 17.408 24.576z" />
|
||||
<glyph unicode="" glyph-name="bag-light" d="M340.992 564.992v86.016c6.144 110.592 65.536 168.96 172.032 168.96s164.864-58.368 169.984-169.984v-84.992h84.992c47.104 0 84.992-37.888 84.992-84.992v-512c0-47.104-37.888-84.992-84.992-84.992h-512c-47.104 0-84.992 37.888-84.992 84.992v512c0 47.104 37.888 84.992 84.992 84.992h84.992zM384 564.992h256v83.968c-3.072 87.040-44.032 128-126.976 128s-123.904-40.96-129.024-126.976v-84.992zM340.992 523.008h-84.992c-23.552 0-43.008-19.456-43.008-43.008v-512c0-23.552 19.456-43.008 43.008-43.008h512c23.552 0 43.008 19.456 43.008 43.008v512c0 23.552-19.456 43.008-43.008 43.008h-84.992v-123.904c0-12.288-9.216-21.504-21.504-21.504s-21.504 9.216-21.504 21.504v123.904h-256v-123.904c0-12.288-9.216-21.504-21.504-21.504-11.264 0-21.504 9.216-21.504 21.504v123.904z" />
|
||||
<glyph unicode="" glyph-name="bag-medium" d="M330.752 564.992v87.040c6.144 114.688 69.632 178.176 182.272 178.176 111.616 0 176.128-63.488 180.224-180.224v-84.992h74.752c47.104 0 84.992-37.888 84.992-84.992v-512c0-47.104-37.888-84.992-84.992-84.992h-512c-47.104 0-84.992 37.888-84.992 84.992v512c0 47.104 37.888 84.992 84.992 84.992h74.752zM394.24 564.992h235.52v83.968c-4.096 81.92-38.912 117.76-116.736 117.76s-113.664-35.84-118.784-116.736v-84.992zM330.752 501.504h-74.752c-12.288 0-21.504-9.216-21.504-21.504v-512c0-12.288 9.216-21.504 21.504-21.504h512c12.288 0 21.504 9.216 21.504 21.504v512c0 12.288-9.216 21.504-21.504 21.504h-74.752v-102.4c0-17.408-14.336-31.744-31.744-31.744s-31.744 14.336-31.744 31.744v102.4h-235.52v-102.4c0-17.408-14.336-31.744-31.744-31.744s-31.744 14.336-31.744 31.744v102.4z" />
|
||||
<glyph unicode="" glyph-name="bag-solid" d="M340.992 564.992v86.016c6.144 110.592 65.536 168.96 172.032 168.96s164.864-58.368 169.984-169.984v-84.992h84.992c47.104 0 84.992-37.888 84.992-84.992v-512c0-47.104-37.888-84.992-84.992-84.992h-512c-47.104 0-84.992 37.888-84.992 84.992v512c0 47.104 37.888 84.992 84.992 84.992h84.992zM384 564.992h256v83.968c-3.072 87.040-44.032 128-126.976 128s-123.904-40.96-129.024-126.976v-84.992z" />
|
||||
<glyph unicode="" glyph-name="bag-rounded-o" d="M921.6-21.163l-58.634 660.26c-1.256 14.658-13.611 25.757-28.061 25.757h-120.618c-1.675 110.148-91.72 199.146-202.287 199.146s-200.612-88.998-202.287-199.146h-120.618c-14.658 0-26.804-11.099-28.061-25.757l-58.634-660.26c0-0.838-0.209-1.675-0.209-2.513 0-75.177 68.895-136.324 153.705-136.324h512.209c84.81 0 153.705 61.147 153.705 136.324 0 0.838 0 1.675-0.209 2.513zM512 807.46c79.365 0 144.072-63.66 145.747-142.606h-291.494c1.675 78.946 66.382 142.606 145.747 142.606zM768.105-103.46h-512.209c-53.189 0-96.327 35.18-97.165 78.528l56.121 633.037h94.652v-85.857c0-15.706 12.564-28.27 28.27-28.27s28.27 12.564 28.27 28.27v85.857h291.704v-85.857c0-15.706 12.564-28.27 28.27-28.27s28.27 12.564 28.27 28.27v85.857h94.652l56.33-633.037c-0.838-43.347-44.185-78.528-97.165-78.528z" />
|
||||
<glyph unicode="" glyph-name="bag-rounded" d="M886.418-20.48l-54.592 599.36c-1.472 16.512-15.296 29.12-31.872 29.12h-96v64c0 51.456-19.968 99.712-56.128 135.872-35.584 35.648-85.12 56.128-135.872 56.128-105.856 0-192-86.144-192-192v-64h-96c-16.576 0-30.4-12.608-31.872-29.12l-54.464-599.296c-3.264-35.776 8.768-71.424 32.96-97.92s58.624-41.664 94.528-41.664h493.76c35.84 0 70.272 15.168 94.464 41.6 24.256 26.496 36.224 62.208 33.088 97.92zM639.954 608h-256v64c0 70.592 57.408 128 128 128 33.92 0 66.944-13.568 90.624-37.312 24.128-24.128 37.376-56.32 37.376-90.688v-64z" />
|
||||
<glyph unicode="" glyph-name="bag-trapeze-o" d="M956.108-126.342l-77.828 741.147c-1.633 15.516-14.711 27.297-30.312 27.297h-146.281v33.351c0 103.961-84.586 188.547-188.547 188.547-103.969 0-188.554-84.586-188.554-188.547v-33.351h-146.281c-15.602 0-28.68-11.781-30.312-27.297l-77.828-741.147c-0.898-8.586 1.891-17.156 7.664-23.578 5.781-6.414 14.016-10.078 22.648-10.078h825.311c8.641 0 16.875 3.664 22.648 10.078 5.789 6.422 8.57 14.992 7.672 23.578zM385.539 675.453c0 70.351 57.242 127.593 127.601 127.593 70.351 0 127.593-57.242 127.593-127.593v-33.351h-255.195zM134.321-99.045l71.43 680.194h118.836v-67.164c0-16.828 13.648-30.477 30.477-30.477s30.477 13.648 30.477 30.477v67.164h255.195v-67.164c0-16.828 13.648-30.477 30.477-30.477s30.477 13.648 30.477 30.477v67.164h118.836l71.43-680.194z" />
|
||||
<glyph unicode="" glyph-name="bag-trapeze" d="M963.151-128.212l-58.559 724.665c-1.156 14.296-13.095 25.31-27.439 25.31h-157.208v34.849c0 114.354-91.808 207.388-206.165 207.388h-3.634c-114.354 0-208.61-93.034-208.61-207.388v-34.849h-154.763c-14.343 0-26.283-11.014-27.439-25.31l-58.724-726.71c-0.62-7.663 1.993-15.232 7.205-20.88s12.552-8.864 20.234-8.864h847.828c0.022 0 0.051 0 0.073 0 15.206 0 27.527 12.321 27.527 27.527 0 1.45-0.11 2.874-0.327 4.261zM356.591 656.612c0 83.997 69.559 152.334 153.556 152.334h3.634c83.997 0 151.112-68.336 151.112-152.334v-34.849h-308.301v34.849z" />
|
||||
<glyph unicode="" glyph-name="search-light" d="M1017.856-124.16l-311.296 312.32c64.512 71.68 104.448 166.912 104.448 270.336 0 223.232-182.272 405.504-405.504 405.504s-405.504-182.272-405.504-405.504 182.272-405.504 405.504-405.504c104.448 0 198.656 39.936 270.336 104.448l311.296-311.296c5.12-4.096 10.24-6.144 15.36-6.144s11.264 2.048 15.36 6.144c8.192 8.192 8.192 21.504 0 29.696zM43.008 458.496c0 200.704 162.816 362.496 362.496 362.496s362.496-161.792 362.496-362.496-162.816-362.496-362.496-362.496-362.496 162.816-362.496 362.496z" />
|
||||
<glyph unicode="" glyph-name="search-medium" d="M1011.488-87.165l-291.197 291.197c56.405 69.673 90.367 158.206 90.367 254.632 0 223.486-181.844 405.33-405.33 405.33s-405.328-181.842-405.328-405.328 181.844-405.33 405.33-405.33c96.425 0 184.958 33.962 254.632 90.367l291.197-291.197c8.32-8.32 19.242-12.502 30.166-12.502s21.846 4.182 30.166 12.502c16.682 16.682 16.682 43.648-0.002 60.329zM405.33 138.669c-176.468 0-319.997 143.529-319.997 319.997s143.529 319.997 319.997 319.997 319.997-143.529 319.997-319.997-143.531-319.997-319.997-319.997z" />
|
||||
<glyph unicode="" glyph-name="search-glint" d="M282.734 630.964c-14.768 14.78-38.728 14.78-53.496 0-54.832-54.832-81.782-131.216-73.95-209.58 1.954-19.522 18.4-34.074 37.606-34.074 1.262 0 2.534 0.064 3.796 0.19 20.796 2.080 35.966 20.632 33.886 41.414-5.574 55.69 13.444 109.84 52.158 148.556 14.78 14.766 14.78 38.728 0 53.494zM432.552 864c-238.51 0-432.552-194.042-432.552-432.552s194.042-432.552 432.552-432.552 432.552 194.042 432.552 432.552-194.044 432.552-432.552 432.552zM432.552 74.562c-196.792 0-356.886 160.094-356.886 356.886s160.094 356.886 356.886 356.886c196.78 0 356.886-160.094 356.886-356.886s-160.094-356.886-356.886-356.886zM1012.916-95.42l-274.918 274.916c-14.78 14.78-38.716 14.78-53.496 0-14.78-14.768-14.78-38.728 0-53.496l274.918-274.916c7.39-7.39 17.062-11.084 26.748-11.084s19.358 3.694 26.748 11.084c14.778 14.768 14.778 38.728 0 53.496z" />
|
||||
<glyph unicode="" glyph-name="search-minimal" d="M422.069 20.646c-232.514 0-421.677 189.163-421.677 421.677s189.163 421.677 421.677 421.677 421.677-189.163 421.677-421.677-189.163-421.677-421.677-421.677zM422.069 784.061c-188.436 0-341.738-153.303-341.738-341.738s153.303-341.738 341.738-341.738 341.738 153.303 341.738 341.738-153.303 341.738-341.738 341.738zM1011.903-148.293c15.608 15.61 15.608 40.919 0 56.527l-178.863 178.863c-15.61 15.61-40.919 15.61-56.527 0s-15.608-40.919 0-56.527l178.863-178.863c7.804-7.804 18.034-11.705 28.264-11.705s20.456 3.901 28.262 11.705z" />
|
||||
<glyph unicode="" glyph-name="magnifier" d="M669.696 113.408c-63.488-47.104-140.288-72.704-221.184-72.704-209.92 0-375.808 165.888-375.808 375.808s165.888 374.784 375.808 374.784 374.784-165.888 374.784-374.784c0-86.016-25.6-162.816-72.704-222.208l166.912-166.912c21.504-20.48 21.504-55.296 0-76.8s-55.296-21.504-76.8 0l-171.008 162.816zM448.512 151.296c144.384 0 264.192 119.808 264.192 265.216s-119.808 264.192-264.192 264.192-265.216-119.808-265.216-264.192 119.808-265.216 265.216-265.216z" />
|
||||
<glyph unicode="" glyph-name="loupe" d="M987.613 57.056l-168.542 168.542c30.641 61.283 51.072 132.786 51.072 204.288 0 240.035-194.078 434.113-434.113 434.113s-434.113-194.078-434.113-434.113 194.078-434.113 434.113-434.113c71.502 0 143.005 20.431 204.288 51.072l168.542-168.542c51.072-51.072 127.68-51.072 178.752 0 45.967 51.072 45.967 127.68 0 178.752zM436.031 97.917c-183.857 0-331.968 148.111-331.968 331.968s148.111 331.968 331.968 331.968 331.968-148.111 331.968-331.968-148.111-331.968-331.968-331.968z" />
|
||||
<glyph unicode="" glyph-name="user-simple" d="M874.040 202.040c-55.766 55.764-122.142 97.046-194.562 122.036 77.564 53.422 128.522 142.828 128.522 243.924 0 163.214-132.786 296-296 296s-296-132.786-296-296c0-101.096 50.958-190.502 128.524-243.924-72.42-24.99-138.796-66.272-194.562-122.036-96.704-96.706-149.962-225.28-149.962-362.040h80c0 238.206 193.794 432 432 432s432-193.794 432-432h80c0 136.76-53.258 265.334-149.96 362.040zM512 352c-119.102 0-216 96.896-216 216s96.898 216 216 216c119.102 0 216-96.896 216-216s-96.898-216-216-216z" />
|
||||
<glyph unicode="" glyph-name="user-minimal" d="M727.428 369.183c-13.849-17.439-29.407-33.538-47.277-48.069 102.001-58.509 170.863-168.51 170.863-294.293 0-67.965-148.914-121.206-339.016-121.206s-339.016 53.241-339.016 121.206c0 125.783 68.862 235.783 170.863 294.293-17.867 14.531-33.426 30.628-47.277 48.069-113.59-71.732-189.202-198.375-189.202-342.362 0-43.617 23.883-104.404 137.669-146.298 70.976-26.134 165.786-40.523 266.965-40.523s195.989 14.39 266.965 40.523c113.783 41.894 137.669 102.681 137.669 146.298-0.004 143.987-75.616 270.63-189.206 342.362zM511.996 325.947c127.522 0 225.72 123.266 225.72 269.025 0 145.827-98.247 269.028-225.72 269.028-127.522 0-225.72-123.266-225.72-269.025 0-145.827 98.249-269.028 225.72-269.028zM511.996 798.384c88.28 0 160.104-91.249 160.104-203.41s-71.824-203.41-160.104-203.41-160.104 91.249-160.104 203.41 71.824 203.41 160.104 203.41z" />
|
||||
<glyph unicode="" glyph-name="caret-left" d="M606.208 612.096c8.192 9.216 12.288 9.216 25.6 9.216 8.192 0 16.384-5.12 25.6-9.216 8.192-8.192 8.192-12.288 8.192-25.6v-468.992c0-8.192-4.096-17.408-8.192-25.6-9.216-8.192-13.312-8.192-25.6-8.192-9.216 0-17.408 4.096-25.6 8.192l-234.496 234.496c-9.216 8.192-9.216 13.312-9.216 25.6 0 8.192 4.096 17.408 9.216 25.6l234.496 234.496z" />
|
||||
<glyph unicode="" glyph-name="caret-right" d="M417.792 612.096c-8.192 4.096-16.384 9.216-25.6 9.216-8.192 0-16.384-5.12-20.48-9.216-9.216-8.192-13.312-16.384-13.312-25.6v-468.992c0-8.192 4.096-17.408 8.192-25.6 9.216-8.192 13.312-8.192 25.6-8.192 9.216 0 17.408 4.096 25.6 8.192l235.52 234.496c8.192 8.192 8.192 13.312 8.192 25.6 0 8.192-4.096 17.408-8.192 25.6l-235.52 234.496z" />
|
||||
<glyph unicode="" glyph-name="angle-left" d="M657.408 547.584l-60.416 60.416-256-256 256-256 60.416 60.416-195.584 195.584z" />
|
||||
<glyph unicode="" glyph-name="angle-right" d="M427.008 608l-60.416-59.392 196.608-196.608-196.608-196.608 60.416-59.392 256 256-256 256z" />
|
||||
<glyph unicode="" glyph-name="chevron-left" d="M661.504 736c-17.408 0-33.792-8.192-43.008-17.408l-303.104-307.2c-12.288-12.288-16.384-29.696-16.384-46.080 0-17.408 4.096-34.816 16.384-47.104l303.104-328.704c13.312-13.312 25.6-21.504 43.008-21.504s33.792 4.096 47.104 17.408c12.288 12.288 21.504 29.696 21.504 47.104 0 16.384-5.12 33.792-21.504 46.080l-260.096 286.72 260.096 268.288c8.192 8.192 16.384 21.504 16.384 38.912 0 16.384-4.096 33.792-16.384 46.080-17.408 13.312-29.696 17.408-47.104 17.408z" />
|
||||
<glyph unicode="" glyph-name="chevron-right" d="M712.704 318.208c12.288 12.288 17.408 29.696 17.408 47.104 0 16.384-5.12 33.792-17.408 41.984l-303.104 307.2c-12.288 13.312-25.6 21.504-47.104 21.504-16.384 0-29.696-4.096-41.984-17.408-13.312-12.288-21.504-29.696-21.504-46.080 0-17.408 4.096-34.816 16.384-47.104l261.12-265.216-265.216-285.696c-12.288-12.288-16.384-29.696-16.384-47.104 0-16.384 8.192-33.792 20.48-47.104 13.312-8.192 30.72-12.288 47.104-12.288 17.408 0 34.816 8.192 47.104 21.504l303.104 328.704z" />
|
||||
<glyph unicode="" glyph-name="arrow-left" d="M269.312 304.896l161.792-165.888c25.6-25.6 25.6-64.512 0-90.112s-64.512-25.6-90.112 0l-276.48 285.696c-25.6 25.6-25.6 64.512 0 90.112l272.384 268.288c25.6 30.72 64.512 25.6 90.112 0s25.6-63.488 0-89.088l-175.104-171.008 665.6 4.096c33.792 0 63.488-29.696 63.488-63.488s-29.696-64.512-63.488-64.512l-648.192-4.096z" />
|
||||
<glyph unicode="" glyph-name="arrow-right" d="M755.712 304.896l-162.816-165.888c-25.6-25.6-25.6-64.512 0-90.112s64.512-25.6 90.112 0l277.504 285.696c25.6 25.6 25.6 64.512 0 90.112l-273.408 268.288c-25.6 25.6-64.512 25.6-90.112 0s-25.6-63.488 0-89.088l175.104-171.008-665.6 4.096c-33.792 0-63.488-29.696-63.488-63.488s29.696-64.512 63.488-64.512l649.216-4.096z" />
|
||||
<glyph unicode="" glyph-name="long-arrow-left" d="M299.008 176.896c0-29.696-38.912-47.104-64.512-25.6l-183.296 179.2c-12.288 13.312-12.288 38.912 0 51.2l183.296 179.2c25.6 17.408 64.512 0 64.512-29.696v-114.688h618.496c33.792 0 63.488-30.72 63.488-64.512s-29.696-63.488-63.488-63.488h-618.496v-111.616z" />
|
||||
<glyph unicode="" glyph-name="long-arrow-right" d="M724.992 176.896c0-29.696 38.912-47.104 64.512-25.6l183.296 179.2c13.312 13.312 13.312 38.912 0 51.2l-183.296 179.2c-25.6 17.408-64.512 0-64.512-29.696v-114.688h-618.496c-33.792 0-63.488-30.72-63.488-64.512s29.696-63.488 63.488-63.488h618.496v-111.616z" />
|
||||
<glyph unicode="" glyph-name="loading" d="M512-134.4v119.808c200.704 0 366.592 165.888 366.592 366.592s-165.888 366.592-366.592 366.592-366.592-165.888-366.592-366.592h-119.808c0 269.312 218.112 486.4 486.4 486.4s486.4-217.088 486.4-486.4-217.088-486.4-486.4-486.4z" />
|
||||
<glyph unicode="" glyph-name="play" d="M509.952-133.376c-270.336 0-488.448 218.112-488.448 488.448s218.112 487.424 488.448 487.424 487.424-218.112 487.424-487.424-218.112-488.448-487.424-488.448zM664.576 365.312l-243.712 144.384v-287.744l243.712 143.36z" />
|
||||
<glyph unicode="" glyph-name="play-o" d="M858.112 698.112c-94.208 93.184-209.92 140.288-346.112 140.288-132.096 0-247.808-47.104-345.088-140.288-94.208-94.208-141.312-209.92-141.312-346.112s47.104-251.904 141.312-345.088c93.184-94.208 208.896-145.408 345.088-145.408s251.904 47.104 346.112 145.408c93.184 93.184 140.288 208.896 140.288 345.088s-47.104 251.904-140.288 346.112M827.392 667.392c86.016-89.088 128-191.488 128-315.392s-41.984-230.4-128-315.392c-84.992-86.016-191.488-133.12-315.392-133.12s-226.304 43.008-311.296 133.12c-84.992 84.992-132.096 191.488-132.096 315.392s41.984 226.304 132.096 315.392c84.992 86.016 191.488 133.12 311.296 133.12 123.904 0 226.304-47.104 315.392-133.12M448.512 462.592v-256l208.896 128-208.896 128z" />
|
||||
<glyph unicode="" glyph-name="burger" d="M106.496 523.008h811.008c33.792 0 63.488 29.696 63.488 63.488s-29.696 64.512-63.488 64.512h-811.008c-33.792 0-63.488-29.696-63.488-64.512s29.696-63.488 63.488-63.488zM106.496 267.008h811.008c33.792 0 63.488 29.696 63.488 63.488s-29.696 64.512-63.488 64.512h-811.008c-33.792 0-63.488-29.696-63.488-64.512s29.696-63.488 63.488-63.488zM106.496 11.008h811.008c33.792 0 63.488 29.696 63.488 63.488s-29.696 64.512-63.488 64.512h-811.008c-33.792 0-63.488-29.696-63.488-64.512s29.696-63.488 63.488-63.488z" />
|
||||
<glyph unicode="" glyph-name="apps" d="M171.008 523.008h169.984v169.984h-169.984v-169.984zM427.008 11.008h169.984v169.984h-169.984v-169.984zM171.008 11.008h169.984v169.984h-169.984v-169.984zM171.008 267.008h169.984v169.984h-169.984v-169.984zM427.008 267.008h169.984v169.984h-169.984v-169.984zM683.008 692.992v-169.984h169.984v169.984h-169.984zM427.008 523.008h169.984v169.984h-169.984v-169.984zM683.008 267.008h169.984v169.984h-169.984v-169.984zM683.008 11.008h169.984v169.984h-169.984v-169.984z" />
|
||||
<glyph unicode="" glyph-name="times" d="M593.92 330.496l161.792 161.792c16.384 16.384 16.384 44.032 0 60.416-17.408 16.384-44.032 16.384-60.416 0l-161.792-161.792-161.792 161.792c-16.384 17.408-44.032 17.408-60.416 0-8.192-8.192-12.288-18.432-12.288-29.696s4.096-22.528 12.288-30.72l161.792-161.792-161.792-161.792c-16.384-16.384-16.384-43.008 0-59.392 9.216-9.216 19.456-13.312 30.72-13.312s21.504 5.12 29.696 13.312l161.792 160.768 161.792-160.768c9.216-9.216 19.456-13.312 30.72-13.312s21.504 5.12 29.696 13.312c9.216 8.192 12.288 18.432 12.288 29.696s-4.096 21.504-12.288 30.72l-161.792 160.768z" />
|
||||
<glyph unicode="" glyph-name="close" d="M759.808 692.992l-247.808-246.784-247.808 246.784c-12.288 13.312-25.6 17.408-41.984 17.408-21.504 0-38.912-8.192-51.2-17.408-13.312-12.288-17.408-29.696-17.408-46.080 0-17.408 4.096-30.72 21.504-43.008l242.688-251.904-246.784-247.808c-29.696-29.696-29.696-59.392 0-89.088s59.392-29.696 89.088 0l247.808 247.808 247.808-247.808c12.288-13.312 29.696-17.408 46.080-17.408 17.408 0 34.816 4.096 47.104 17.408 13.312 12.288 17.408 25.6 17.408 47.104 0 16.384-4.096 33.792-17.408 47.104l-246.784 242.688 250.88 247.808c30.72 29.696 30.72 59.392 0 89.088-29.696 34.816-59.392 34.816-93.184 4.096z" />
|
||||
<glyph unicode="" glyph-name="plus" d="M464.896 714.496c-12.288-12.288-16.384-25.6-16.384-41.984v-251.904h-256c-43.008 0-64.512-21.504-64.512-64.512s21.504-63.488 64.512-63.488h256v-251.904c0-17.408 4.096-33.792 16.384-47.104 13.312-13.312 29.696-17.408 47.104-17.408s33.792 4.096 43.008 17.408c12.288 13.312 21.504 25.6 21.504 47.104v251.904h250.88c43.008 0 64.512 21.504 64.512 63.488s-21.504 64.512-64.512 64.512h-250.88v251.904c0 16.384-5.12 29.696-21.504 41.984-13.312 13.312-25.6 17.408-43.008 17.408s-33.792-4.096-47.104-17.408z" />
|
||||
<glyph unicode="" glyph-name="minus" d="M192.512 420.608c-43.008 0-64.512-21.504-64.512-64.512s21.504-63.488 64.512-63.488h634.88c43.008 0 64.512 21.504 64.512 63.488s-21.504 64.512-64.512 64.512h-634.88z" />
|
||||
<glyph unicode="" glyph-name="sort-down" d="M212.992 485.12c0-10.24 4.096-19.456 12.288-26.624l279.552-265.216c8.192-8.192 17.408-11.264 28.672-11.264s19.456 4.096 27.648 11.264l280.576 265.216c8.192 7.168 11.264 16.384 11.264 26.624s-3.072 18.432-11.264 25.6c-8.192 8.192-17.408 11.264-28.672 11.264h-559.104c-11.264 0-20.48-3.072-28.672-11.264-8.192-7.168-12.288-15.36-12.288-25.6z" />
|
||||
<glyph unicode="" glyph-name="sort-up" d="M212.992 218.88c0 10.24 4.096 19.456 12.288 26.624l279.552 265.216c8.192 8.192 17.408 11.264 28.672 11.264s19.456-3.072 27.648-11.264l280.576-265.216c8.192-7.168 11.264-16.384 11.264-26.624s-3.072-18.432-11.264-25.6c-8.192-8.192-17.408-11.264-28.672-11.264h-559.104c-11.264 0-20.48 4.096-28.672 11.264s-12.288 15.36-12.288 25.6z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 30 KiB |
BIN
modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff
Normal file
BIN
modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff
Normal file
Binary file not shown.
BIN
modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff2
Normal file
BIN
modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff2
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
header('Expires: Thu, 28 Feb 2019 00:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
header('Location: ../../../../../../');
|
||||
die;
|
||||
8
modules/creativeelements/views/lib/ceicons/index.php
Normal file
8
modules/creativeelements/views/lib/ceicons/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
header('Expires: Thu, 28 Feb 2019 00:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
header('Location: ../../../../../');
|
||||
die;
|
||||
Reference in New Issue
Block a user