463 lines
82 KiB
Plaintext
463 lines
82 KiB
Plaintext
// Icons
|
||
i.icon {
|
||
&.icon-expand-up {
|
||
width: 17px;
|
||
height: 17px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{black}"><g><polygon points="10.9,5.1 2,13.9 4.1,16 11.1,9.2 17.9,16 20,13.9 11.2,5.1 11.1,5 "/></g></svg>');
|
||
}
|
||
&.icon-expand-down {
|
||
width: 17px;
|
||
height: 17px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{black}"><g><polygon points="10.9,16.9 2,8.1 4.1,6 11.1,12.8 17.9,6 20,8.1 11.2,16.9 11.1,17 "/></g></svg>');
|
||
}
|
||
&.icon-search {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M19.5,16.8L16,13.3c0.7-1.1,1.1-2.4,1.1-3.8C17,5.4,13.6,2,9.5,2S2,5.4,2,9.5S5.4,17,9.5,17c1.4,0,2.7-0.4,3.8-1.1l3.5,3.5c0.7,0.7,1.9,0.7,2.6,0C20.2,18.7,20.2,17.6,19.5,16.8z M9.5,15.3c-3.2,0-5.8-2.6-5.8-5.8s2.6-5.8,5.8-5.8s5.8,2.6,5.8,5.8S12.7,15.3,9.5,15.3z"/></g></svg>');
|
||
}
|
||
&.icon-edit {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M0,20h22v1H0V20z"/><polygon points="17.1,3.1 3.5,16.7 3,20 6.3,19.5 19.9,5.9 "/><path d="M20.5,5.3L22,3.8c0,0-0.2-1.2-0.9-1.9C20.4,1.1,19.2,1,19.2,1l-1.5,1.5L20.5,5.3z"/></g></svg>');
|
||
}
|
||
&.icon-edit-settings {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M2.5 15L8 1h2l4.4146 11.2574-1.6009 1.6008L12.12012 12h-6.25L4.75 15zM9 3.66998L6.62012 10h4.75976z" clip-rule="evenodd" fill="#fff" fill-rule="evenodd"/><path d="M10 19.50035V22h2.49965l7.37231-7.37231-2.49965-2.49965zm11.805-6.80572c.26-.25997.26-.67991 0-.93987l-1.5598-1.559787c-.25992-.259964-.67986-.259964-.93983 0L18.08554 11.4148l2.49966 2.49966z" fill="#fff"/></g></svg>');
|
||
}
|
||
&.icon-reader {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M17,21H1V9h6V2l0,0h10v5h1V1H6.2L0,7.6V22h18v-3h-1V21z M6,2.8V8H1.1L6,2.8z M13,8c-5.1,0-9,5-9,5s4.1,5,9,5c5,0,9-5,9-5S18,8,13,8z M8.7,15.5C6.8,14.4,6.4,13,6.4,13s0.4-1.5,2.4-2.6C8.3,11.2,8,12,8,13C8,13.9,8.3,14.8,8.7,15.5z M13,16.7c-2.1,0-3.7-1.7-3.7-3.7c0-2.1,1.7-3.7,3.7-3.7c2.1,0,3.7,1.7,3.7,3.7C16.7,15.1,15.1,16.7,13,16.7z M17.3,15.5c0.4-0.7,0.7-1.6,0.7-2.5c0-1-0.3-1.8-0.7-2.6c2,1.1,3.4,2.6,3.4,2.6S19.2,14.4,17.3,15.5z M13,11.7c-0.7,0-1.3,0.6-1.3,1.3s0.6,1.3,1.3,1.3s1.3-0.6,1.3-1.3S13.7,11.7,13,11.7z"/></g></svg>');
|
||
}
|
||
&.icon-download {
|
||
width: 22px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" y="0px" x="0px" fill="@{themeColor}"><path d="M12 0H11L11 14L7.39999 10.3L6.69999 11.1L11.5 16L16.3 11.1L15.6 10.3L12 14L12 0Z"/><path d="M14 5V6H19V20H4V6H9V5H3V21H20V5H14Z"/></svg>');
|
||
}
|
||
&.icon-print {
|
||
width: 22px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0 0 22 22" y="0px" x="0px" fill="@{themeColor}"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M5 1H17V6H21V17H17V21H5V17H1V6H5V1ZM6 6H16V2H6V6ZM5 16V13H2V16H5ZM2 12H20V7H2V12ZM20 13H17V16H20V13ZM16 13H6V20H16V13ZM14 16H8V15H14V16ZM14 18H8V17H14V18Z"/></g></svg>');
|
||
}
|
||
&.icon-info {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M10,17h2V8h-2V17z M11,1C5.5,1,1,5.5,1,11s4.5,10,10,10s10-4.5,10-10S16.5,1,11,1z M11,20c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S16,20,11,20z M10,7h2V5h-2V7z"/></g></svg>');
|
||
}
|
||
&.icon-about {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-1 7 22 22" fill="@{themeColor}"><g><path d="M21,18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3,0.7-0.6,0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8,0l-8.9,4.1C-0.9,13.8-1,14.1-1,14.3s0.1,0.6,0.7,0.9l2.6,1.2l-2.6,1.2C-0.9,18-1,18.4-1,18.5c0,0.2,0.1,0.6,0.7,0.9l2.5,1.2l-2.5,1.2C-0.9,22.1-1,22.5-1,22.7c0,0.3,0.1,0.6,0.7,0.9l8.9,4.1c0.5,0.2,0.8,0.3,1.4,0.3s1-0.1,1.4-0.3l8.9-4.1c0.6-0.4,0.7-0.6,0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9,19.2,21,18.8,21,18.5z M-0.2,14.3L-0.2,14.3c0,0,0.1-0.1,0.3-0.2L9,10c0.6-0.3,1.5-0.3,2,0l8.9,4.1c0.2,0.1,0.3,0.2,0.3,0.2l0,0c0,0-0.1,0.1-0.3,0.2L11,18.6c-0.6,0.3-1.5,0.3-2,0l-8.9-4.1C-0.1,14.4-0.2,14.3-0.2,14.3z M20.2,22.7L20.2,22.7c0,0-0.1,0.1-0.3,0.2L11,27.1c-0.6,0.3-1.5,0.3-2,0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0,0c0,0,0.1-0.1,0.3-0.2l3-1.5l5.5,2.6c0.7,0.4,1.9,0.4,2.8,0l5.5-2.6l3,1.5C20.1,22.7,20.2,22.7,20.2,22.7z M19.9,18.7L11,22.8c-0.6,0.3-1.5,0.3-2,0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0,0c0,0,0.1-0.1,0.3-0.2l3-1.5l5.5,2.6c0.7,0.4,1.9,0.4,2.8,0l5.5-2.6l3,1.5c0.2,0.1,0.3,0.2,0.3,0.2l0,0C20.2,18.5,20.1,18.6,19.9,18.7z"/></g></svg>');
|
||
}
|
||
&.icon-help {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M11.6,1.3c-3.3,0-6,2.8-6,6.2c0.3,0,0.7,0,0.9,0c0-2.9,2.3-5.2,5.1-5.2s5.1,2.3,5.1,5.2c0,1.7-1.9,3.2-3,4.3C12.9,12.6,11,14.2,11,16c0,1.2,0,2.2,0,2.7c0.3,0,0.6,0,0.9,0c0-0.6,0-1.6,0-2.5c0-1.4,1.1-2.4,2.2-3.5c1.7-1.5,3.5-3.1,3.5-5.2C17.6,4.1,14.9,1.3,11.6,1.3z M11.5,20.2c-0.3,0-0.5,0.2-0.5,0.5v0.8c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5v-0.8C11.9,20.4,11.7,20.2,11.5,20.2z"/></g></svg>');
|
||
}
|
||
&.icon-versions {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-1 7 22 22" fill="@{themeColor}"><g><path d="M19,12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1,0-2,0.9-2,2c-1.1,0-2,0.9-2,2c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h18c1.1,0,2-0.9,2-2V14C21,12.9,20.1,12,19,12z M5,9h10c0.6,0,1,0.4,1,1H4C4,9.4,4.4,9,5,9z M3,11h14c0.6,0,1,0.4,1,1H2C2,11.4,2.4,11,3,11z M20,26c0,0.6-0.4,1-1,1H1c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h18c0.6,0,1,0.4,1,1V26z"/></g></svg>');
|
||
}
|
||
&.icon-text-color {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M8.9,12l2.3-6.3l2.2,6.3H8.9z M4.7,17.8h2l1.6-4.3h5.6l1.5,4.3h2.1L12.3,3.5h-2.2L4.7,17.8z"/></g></svg>');
|
||
}
|
||
&.icon-text-align-center {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M1,3v1h21V3H1z M4,7v1h14V7H4z M1,12h21v-1H1V12z M4,15v1h14v-1H4z M1,20h21v-1H1V20z"/></g></svg>');
|
||
}
|
||
&.icon-text-align-jast {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M1,3v1h21V3H1z M1,8h21V7H1V8z M1,12h21v-1H1V12z M1,16h21v-1H1V16z M1,20h21v-1H1V20z"/></g></svg>');
|
||
}
|
||
&.icon-text-align-left {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M1,3v1h21V3H1z M15,7H1v1h14V7z M1,12h21v-1H1V12z M15,15H1v1h14V15z M1,20h21v-1H1V20z"/></g></svg>');
|
||
}
|
||
&.icon-text-align-right {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M1,3v1h21V3H1z M8,8h14V7H8V8z M22,11H1v1h21V11z M8,16h14v-1H8V16z M22,19H1v1h21V19z"/></g></svg>');
|
||
}
|
||
&.icon-text-valign-top {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><rect class="cls-1" x="2" y="2" width="19" height="1"/><rect class="cls-1" x="2" y="4" width="19" height="1"/><polygon class="cls-1" points="12 18 11 18 11 7.83 8.65 9.8 8 8.94 11.5 6 15 9 14.35 9.8 12 7.83 12 18"/></g></svg>');
|
||
}
|
||
&.icon-text-valign-middle {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><rect class="cls-1" x="2" y="10" width="19" height="1"/><rect class="cls-1" x="2" y="12" width="19" height="1"/><polygon class="cls-1" points="11 2 12 2 12 7.17 14.35 5.2 15 6.06 11.5 9 8 6 8.65 5.2 11 7.17 11 2"/><polygon class="cls-1" points="12 21 11 21 11 15.83 8.65 17.8 8 16.94 11.5 14 15 17 14.35 17.8 12 15.83 12 21"/></g></svg>');
|
||
}
|
||
&.icon-text-valign-bottom {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><rect class="cls-1" x="2" y="18" width="19" height="1"/><rect class="cls-1" x="2" y="20" width="19" height="1"/><polygon class="cls-1" points="11 4 12 4 12 15.17 14.35 13.2 15 14.06 11.5 17 8 14 8.65 13.2 11 15.17 11 4"/></g></svg>');
|
||
}
|
||
&.icon-link {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M12.4,9.8c0,0-2.1-0.1-3.8,1.2c-2.8,2-3.3,4.3-3.3,4.3s1.6-1.7,3.5-2.5c1.7-0.7,3.7-0.4,3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z M11,1C5.5,1,1,5.5,1,11c0,5.5,4.5,10,10,10s10-4.5,10-10C21,5.5,16.5,1,11,1z M11,20c-5,0-9-4.1-9-9C2,6,6,2,11,2s9,4.1,9,9C20,16,16,20,11,20z"/></g></svg>');
|
||
}
|
||
&.icon-insimage {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><path id="XMLID_43_" d="M19,4L19,4H3v15l0,0l0,0l0,0h17V4H19z M7.5,7C8.3,7,9,7.7,9,8.5S8.3,10,7.5,10S6,9.3,6,8.5S6.7,7,7.5,7zM5.2,18l5.5-5.5l5.5,5.5H5.2z M19,18h-1.5l-4.3-4.3l4-4l1.8,1.8V18z"/></svg>');
|
||
}
|
||
&.icon-sort {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{themeColor}"><polygon points="8,16.4 7.3,15.7 5,18.1 5,2 4,2 4,18.1 1.7,15.7 1,16.4 4.5,20 4.5,20 4.5,20 "/><path d="M19.3,4H8.7C8.1,4,7.8,4.6,8.1,5.1l3.9,5.9v4.7l2.8,1.5c0.5,0.3,1.1-0.1,1.1-0.7V11h0l3.9-5.9C20.2,4.6,19.9,4,19.3,4z"/></svg>');
|
||
}
|
||
&.icon-image-library {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22"><defs><style>.cls-1{isolation:isolate;}.cls-2{opacity:0.2;}.cls-3{fill:#fff;}.cls-10,.cls-11,.cls-4,.cls-6,.cls-7,.cls-8,.cls-9{mix-blend-mode:multiply;}.cls-4{fill:url(#grad_8);}.cls-5{fill:url(#grad_10);}.cls-6{fill:url(#grad_12);}.cls-7{fill:url(#grad_14);}.cls-8{fill:url(#grad_79);}.cls-9{fill:url(#grad_77);}.cls-10{fill:url(#grad_75);}.cls-11{fill:url(#grad_81);}</style><linearGradient id="grad_8" x1="11.08" y1="10.26" x2="11.08" y2="1.26" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f3e916"/><stop offset="1" stop-color="#f89d34"/></linearGradient><linearGradient id="grad_10" x1="11.08" y1="20.44" x2="11.08" y2="11.88" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5eb6e8"/><stop offset="1" stop-color="#958cc3"/></linearGradient><linearGradient id="grad_12" x1="1.46" y1="11.05" x2="10.46" y2="11.05" gradientTransform="translate(17 5.09) rotate(90)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cc8dba"/><stop offset="1" stop-color="#f86867"/></linearGradient><linearGradient id="grad_14" x1="11.73" y1="11.05" x2="20.73" y2="11.05" gradientTransform="translate(27.28 -5.18) rotate(90)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6ac07f"/><stop offset="1" stop-color="#c5da3d"/></linearGradient><linearGradient id="grad_79" x1="11.74" y1="10.42" x2="17.52" y2="4.63" gradientTransform="translate(30.29 2.51) rotate(135)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c5da3d"/><stop offset="1" stop-color="#f3e916"/></linearGradient><linearGradient id="grad_77" x1="4.7" y1="17.49" x2="10.48" y2="11.71" gradientTransform="translate(23.24 19.65) rotate(135)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9595c3"/><stop offset="1" stop-color="#cc8dba"/></linearGradient><linearGradient id="grad_75" x1="4.69" y1="4.64" x2="10.47" y2="10.42" gradientTransform="translate(7.54 -3.15) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f86867"/><stop offset="1" stop-color="#f89d34"/></linearGradient><linearGradient id="grad_81" x1="11.77" y1="11.78" x2="17.55" y2="17.56" gradientTransform="translate(14.63 -6.05) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5ec0e8"/><stop offset="1" stop-color="#6ac07f"/></linearGradient></defs><title>icons_for_svg</title><g class="cls-1"><g id="Слой_1" data-name="Слой 1"><rect class="cls-2" x="0.09" y="0.01" width="22" height="22" rx="4" ry="4"/><rect class="cls-3" x="0.57" y="0.49" width="21.04" height="21.04" rx="3.6" ry="3.6"/><rect class="cls-4" x="8.33" y="1.26" width="5.5" height="9" rx="2.5" ry="2.5"/><rect class="cls-5" x="8.33" y="11.76" width="5.5" height="9" rx="2.5" ry="2.5"/><rect class="cls-6" x="3.21" y="6.55" width="5.5" height="9" rx="2.5" ry="2.5" transform="translate(-5.09 17) rotate(-90)"/><rect class="cls-7" x="13.48" y="6.55" width="5.5" height="9" rx="2.5" ry="2.5" transform="translate(5.18 27.28) rotate(-90)"/><rect class="cls-8" x="11.87" y="3.03" width="5.5" height="9" rx="2.5" ry="2.5" transform="translate(19.64 23.19) rotate(-135)"/><rect class="cls-9" x="4.8" y="10.14" width="5.5" height="9" rx="2.5" ry="2.5" transform="translate(2.54 30.33) rotate(-135)"/><rect class="cls-10" x="4.83" y="3.03" width="5.5" height="9" rx="2.5" ry="2.5" transform="translate(-3.1 7.56) rotate(-45)"/><rect class="cls-11" x="11.87" y="10.14" width="5.5" height="9" rx="2.5" ry="2.5" transform="translate(-6.07 14.63) rotate(-45)"/></g></g></svg>');
|
||
}
|
||
&.icon-function {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0" y="0" viewBox="-238 240 24 22" xml:space="preserve" enable-background="new -238 240 22 22"><style type="text/css">.st0{fill:none;stroke:#000;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10;}.st1{stroke:#000;stroke-width:0.5;stroke-linejoin:round;stroke-miterlimit:10;}</style><path d="M-226.94 257.74c-0.26-0.54-0.46-1.18-0.61-1.92 -0.15-0.73-0.22-1.46-0.22-2.18 0-1.35 0.26-2.7 0.78-4.04 0.52-1.35 1.22-2.49 2.1-3.43 0.88-0.94 1.51-1.53 1.89-1.77 0.1-0.06 0.14-0.1 0.14-0.13 0-0.04-0.07-0.05-0.21-0.05 -0.31 0-0.55 0.04-0.71 0.12 -0.16 0.08-0.53 0.4-1.1 0.96s-1.07 1.14-1.49 1.75c-0.42 0.61-0.78 1.25-1.06 1.94 -0.29 0.69-0.51 1.42-0.68 2.19 -0.17 0.77-0.25 1.63-0.25 2.57 0 0.58 0.07 1.25 0.2 1.99 0.13 0.74 0.33 1.41 0.58 2 0.25 0.59 0.41 0.9 0.48 0.94 0.07 0.04 0.24 0.06 0.51 0.06 0.09 0 0.13-0.02 0.13-0.05l-0.03-0.05C-226.53 258.59-226.68 258.29-226.94 257.74zM-219.15 253.05c0-0.09-0.04-0.14-0.12-0.14 -0.08 0-0.18 0.08-0.29 0.24 -0.28 0.41-0.59 0.71-0.92 0.91s-0.61 0.3-0.85 0.3c-0.18 0-0.36-0.08-0.52-0.25 -0.17-0.16-0.25-0.42-0.25-0.77 0-0.69 0.23-1.66 0.68-2.93 0.45-1.27 1.01-1.9 1.68-1.9 0.15 0 0.22 0.08 0.22 0.24 0 0.06-0.01 0.15-0.04 0.27 -0.02 0.07-0.02 0.12-0.02 0.18 0 0.13 0.05 0.23 0.14 0.32 0.09 0.08 0.2 0.13 0.34 0.13 0.19 0 0.34-0.06 0.45-0.17 0.1-0.11 0.16-0.24 0.16-0.38 0-0.24-0.1-0.47-0.29-0.67 -0.19-0.21-0.43-0.31-0.71-0.31 -0.55 0-1.09 0.29-1.62 0.87 -0.11 0.12-0.18 0.18-0.21 0.18l-0.08-0.03c-0.06-0.33-0.17-0.58-0.34-0.75 -0.17-0.17-0.4-0.25-0.69-0.25 -0.37 0-0.78 0.19-1.22 0.56 -0.44 0.37-0.66 0.62-0.66 0.74 0 0.08 0.04 0.11 0.13 0.11 0.08 0 0.2-0.09 0.37-0.27 0.45-0.48 0.81-0.72 1.09-0.72 0.14 0 0.27 0.08 0.38 0.25 0.11 0.17 0.16 0.39 0.16 0.67 0 0.58-0.27 1.53-0.8 2.85 -0.54 1.32-1.1 1.98-1.68 1.98 -0.13 0-0.23-0.05-0.3-0.14 -0.08-0.09-0.12-0.18-0.12-0.27 0-0.05 0.01-0.12 0.03-0.23 0.01-0.07 0.02-0.13 0.02-0.18 0-0.3-0.14-0.45-0.42-0.45 -0.18 0-0.33 0.07-0.46 0.2 -0.13 0.13-0.2 0.3-0.2 0.51 0 0.26 0.13 0.48 0.4 0.66 0.27 0.18 0.56 0.26 0.86 0.26 0.4 0 0.87-0.23 1.41-0.68 0.23-0.19 0.39-0.31 0.47-0.36 0.04 0.05 0.11 0.17 0.21 0.37 0.26 0.48 0.66 0.71 1.21 0.71 0.57 0 1.11-0.22 1.63-0.67C-219.41 253.59-219.15 253.26-219.15 253.05zM-216.2 247.22c-0.13-0.75-0.33-1.41-0.58-2 -0.25-0.59-0.41-0.9-0.48-0.94 -0.07-0.04-0.24-0.06-0.51-0.06 -0.09 0-0.13 0.02-0.13 0.05l0.03 0.05c0.05 0.06 0.2 0.36 0.46 0.91 0.26 0.54 0.46 1.18 0.61 1.91 0.15 0.73 0.22 1.46 0.22 2.17 0 1.36-0.26 2.71-0.78 4.05 -0.52 1.35-1.22 2.49-2.11 3.43 -0.89 0.94-1.51 1.53-1.89 1.77l-0.14 0.13c0 0.04 0.07 0.06 0.21 0.06 0.3 0 0.5-0.02 0.59-0.05 0.1-0.03 0.47-0.35 1.11-0.94 0.64-0.59 1.19-1.24 1.65-1.94 0.46-0.7 0.83-1.4 1.12-2.11 0.28-0.7 0.49-1.44 0.62-2.21C-216.06 250.74-216 249.98-216 249.21 -216 248.63-216.07 247.97-216.2 247.22z"/><path class="st0" d="M-226.94 257.74c-0.26-0.54-0.46-1.18-0.61-1.92 -0.15-0.73-0.22-1.46-0.22-2.18 0-1.35 0.26-2.7 0.78-4.04 0.52-1.35 1.22-2.49 2.1-3.43 0.88-0.94 1.51-1.53 1.89-1.77 0.1-0.06 0.14-0.1 0.14-0.13 0-0.04-0.07-0.05-0.21-0.05 -0.31 0-0.55 0.04-0.71 0.12 -0.16 0.08-0.53 0.4-1.1 0.96s-1.07 1.14-1.49 1.75c-0.42 0.61-0.78 1.25-1.06 1.94 -0.29 0.69-0.51 1.42-0.68 2.19 -0.17 0.77-0.25 1.63-0.25 2.57 0 0.58 0.07 1.25 0.2 1.99 0.13 0.74 0.33 1.41 0.58 2 0.25 0.59 0.41 0.9 0.48 0.94 0.07 0.04 0.24 0.06 0.51 0.06 0.09 0 0.13-0.02 0.13-0.05l-0.03-0.05C-226.53 258.59-226.68 258.29-226.94 257.74zM-219.15 253.05c0-0.09-0.04-0.14-0.12-0.14 -0.08 0-0.18 0.08-0.29 0.24 -0.28 0.41-0.59 0.71-0.92 0.91s-0.61 0.3-0.85 0.3c-0.18 0-0.36-0.08-0.52-0.25 -0.17-0.16-0.25-0.42-0.25-0.77 0-0.69 0.23-1.66 0.68-2.93 0.45-1.27 1.01-1.9 1.68-1.9 0.15 0 0.22 0.08 0.22 0.24 0 0.06-0.01 0.15-0.04 0.27 -0.02 0.07-0.02 0.12-0.02 0.18 0 0.13 0.05 0.23 0.14 0.32 0.09 0.08 0.2 0.13 0.34 0.13 0.19 0 0.34-0.06 0.45-0.17 0.1-0.11 0.16-0.24 0.16-0.38 0-0.24-0.1-0.47-0.29-0.67 -0.19-0.21-0.43-0.31-0.71-0.31 -0.55 0-1.09 0.29-1.62 0.87 -0.11 0.12-0.18 0.18-0.21 0.18l-0.08-0.03c-0.06-0.33-0.17-0.58-0.34-0.75 -0.17-0.17-0.4-0.25-0.69-0.25 -0.37 0-0.78 0.19-1.22 0.56 -0.44 0.37-0.66 0.62-0.66 0.74 0 0.08 0.04 0.11 0.13 0.11 0.08 0 0.2-0.09 0.37-0.27 0.45-0.48 0.81-0.72 1.09-0.72 0.14 0 0.27 0.08 0.38 0.25 0.11 0.17 0.16 0.39 0.16 0.67 0 0.58-0.27 1.53-0.8 2.85 -0.54 1.32-1.1 1.98-1.68 1.98 -0.13 0-0.23-0.05-0.3-0.14 -0.08-0.09-0.12-0.18-0.12-0.27 0-0.05 0.01-0.12 0.03-0.23 0.01-0.07 0.02-0.13 0.02-0.18 0-0.3-0.14-0.45-0.42-0.45 -0.18 0-0.33 0.07-0.46 0.2 -0.13 0.13-0.2 0.3-0.2 0.51 0 0.26 0.13 0.48 0.4 0.66 0.27 0.18 0.56 0.26 0.86 0.26 0.4 0 0.87-0.23 1.41-0.68 0.23-0.19 0.39-0.31 0.47-0.36 0.04 0.05 0.11 0.17 0.21 0.37 0.26 0.48 0.66 0.71 1.21 0.71 0.57 0 1.11-0.22 1.63-0.67C-219.41 253.59-219.15 253.26-219.15 253.05zM-216.2 247.22c-0.13-0.75-0.33-1.41-0.58-2 -0.25-0.59-0.41-0.9-0.48-0.94 -0.07-0.04-0.24-0.06-0.51-0.06 -0.09 0-0.13 0.02-0.13 0.05l0.03 0.05c0.05 0.06 0.2 0.36 0.46 0.91 0.26 0.54 0.46 1.18 0.61 1.91 0.15 0.73 0.22 1.46 0.22 2.17 0 1.36-0.26 2.71-0.78 4.05 -0.52 1.35-1.22 2.49-2.11 3.43 -0.89 0.94-1.51 1.53-1.89 1.77l-0.14 0.13c0 0.04 0.07 0.06 0.21 0.06 0.3 0 0.5-0.02 0.59-0.05 0.1-0.03 0.47-0.35 1.11-0.94 0.64-0.59 1.19-1.24 1.65-1.94 0.46-0.7 0.83-1.4 1.12-2.11 0.28-0.7 0.49-1.44 0.62-2.21C-216.06 250.74-216 249.98-216 249.21 -216 248.63-216.07 247.97-216.2 247.22z"/><path class="st1" d="M-229.66 247.67c0.02-0.08 0.03-0.18 0.04-0.3 0.02-0.12 0.03-0.21 0.04-0.27 -0.88 0-1.36-0.01-1.44-0.04 0.39-1.87 0.78-3.11 1.17-3.73 0.39-0.62 0.83-0.93 1.31-0.93 0.18 0 0.32 0.04 0.4 0.11 0.09 0.07 0.13 0.18 0.13 0.33 0 0.1-0.04 0.22-0.11 0.35 -0.12 0.21-0.17 0.39-0.17 0.53 0 0.2 0.06 0.36 0.18 0.5 0.12 0.13 0.26 0.2 0.42 0.2 0.2 0 0.36-0.09 0.48-0.27 0.12-0.18 0.18-0.39 0.18-0.62 0-0.4-0.13-0.75-0.39-1.06C-227.69 242.15-228.05 242-228.52 242c-0.79 0-1.49 0.43-2.11 1.28 -0.61 0.85-1.09 2.15-1.43 3.9 -0.68 0.01-1.21 0.04-1.62 0.08l-0.1 0.54 1.6-0.05c-0.08 0.33-0.26 1.17-0.53 2.52 -0.68 3.42-1.27 5.89-1.77 7.41 -0.5 1.52-1.1 2.28-1.79 2.28 -0.19 0-0.34-0.06-0.45-0.19s-0.17-0.26-0.17-0.41c0-0.1 0.04-0.25 0.11-0.45 0.06-0.17 0.09-0.31 0.09-0.42 0-0.19-0.06-0.36-0.18-0.5 -0.12-0.14-0.27-0.21-0.44-0.21 -0.2 0-0.36 0.1-0.5 0.3 -0.14 0.2-0.2 0.44-0.2 0.72 0 0.43 0.15 0.8 0.45 1.11 0.3 0.31 0.68 0.47 1.14 0.47 0.77 0 1.45-0.41 2.06-1.23 0.61-0.82 1.11-2.1 1.51-3.85l1.68-7.57C-230.66 247.7-230.16 247.68-229.66 247.67L-229.66 247.67z"/></svg>');
|
||
}
|
||
|
||
// Reorder
|
||
|
||
&.icon-move-backward {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><rect opacity="0.3" x="1" y="1" width="17" height="17"/><path d="M10,10V27H27V10H10ZM26,26H11V11H26V26Z"/></g></svg>');
|
||
}
|
||
&.icon-move-forward {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M10,10V27H27V10H10ZM26,26H11V11H26V26Z"/><rect x="1" y="1" width="17" height="17"/></g></svg>');
|
||
}
|
||
&.icon-move-background {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><rect opacity="0.3" x="8" y="8" width="13" height="13"/><path d="M1,1V13H13V1H1ZM12,12H2V2H12V12Z"/><path d="M15,15V27H27V15H15ZM26,26H16V16H26V26Z"/></g></svg>');
|
||
}
|
||
&.icon-move-foreground {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M1,1V13H13V1H1ZM12,12H2V2H12V12Z"/><path opacity="0.3" d="M15,15V27H27V15H15ZM26,26H16V16H26V26Z"/><rect x="8" y="8" width="13" height="13"/></g></svg>');
|
||
}
|
||
|
||
// Presets of table borders
|
||
|
||
&.icon-table-borders-all {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path d="M26.9,0H0V27H27V0H26.9ZM13,26H1V14H13V26Zm0-13H1V1H13V13ZM26,26H14V14H26V26Zm0-13H14V1H26V13Z"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-none {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M26.9,0H0V27H27V0H26.9ZM13,26H1V14H13V26Zm0-13H1V1H13V13ZM26,26H14V14H26V26Zm0-13H14V1H26V13Z"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-inner {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><polygon points="26 13 14 13 14 1 13 1 13 13 1 13 1 14 13 14 13 26 14 26 14 14 26 14 26 13"/><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-outer {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-left {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/><rect width="1" height="27"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-center {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/><rect x="13" width="1" height="27"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-right {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/><rect x="26" width="1" height="27"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-top {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/><rect width="27" height="1"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-middle {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/><rect y="13" width="27" height="1"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-bottom {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M27,0H0V27H27V0ZM1,26V1H26V26H1Z"/><rect y="26" width="27" height="1"/></g></svg>');
|
||
}
|
||
&.icon-table-borders-dup {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="3 -3 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M3-3v1v25v1h27v-1V-2v-1H3z M4-2h25v25H4V-2z"/><polygon points="30,-3 29,-3 29,-3 29,-3 29,-3 29,-3 3,23 3,24 4,24 30,-2 "/></g></svg>');
|
||
}
|
||
&.icon-table-borders-ddown {
|
||
width: 28px;
|
||
height: 28px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="3 -3 28 28" fill="@{themeColor}"><g><path opacity="0.3" d="M3-3v1v25v1h27v-1V-2v-1H3z M4-2h25v25H4V-2z"/><polygon points="30,23 4,-3 3,-3 3,-2 29,24 29,24 29,24 29,24 29,24 30,24 "/></g></svg>');
|
||
}
|
||
|
||
// Cell formats
|
||
|
||
&.icon-format-general {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M4.7700195,2.8598633L7.5600586,10h-1.050293L5.7299805,7.8500977H2.7099609L1.9101562,10H0.9399414l2.7802734-7.1401367H4.7700195z M5.4301758,7.0498047L4.2402344,3.7202148H4.2202148L3.0097656,7.0498047H5.4301758z"/><path d="M10.8500977,2.8598633c0.1533203,0,0.3183594,0.0019531,0.4951172,0.0053711c0.1762695,0.003418,0.3515625,0.0131836,0.5249023,0.0297852s0.3349609,0.0415039,0.4848633,0.0751953c0.1499023,0.0332031,0.2783203,0.0830078,0.3847656,0.1499023c0.2333984,0.1396484,0.4316406,0.3334961,0.5952148,0.5800781c0.1630859,0.246582,0.2451172,0.5498047,0.2451172,0.909668c0,0.3803711-0.0917969,0.7084961-0.2749023,0.9853516c-0.1835938,0.2763672-0.4453125,0.4814453-0.7851562,0.6147461v0.0200195c0.4399414,0.0932617,0.7763672,0.293457,1.0097656,0.6000977s0.3500977,0.6796875,0.3500977,1.1201172c0,0.2597656-0.0463867,0.5131836-0.1401367,0.7597656c-0.0932617,0.246582-0.2314453,0.4648438-0.4145508,0.6552734c-0.1835938,0.1899414-0.4101562,0.3432617-0.6801758,0.4599609S12.0634766,10,11.7099609,10H8.2597656V2.8598633H10.8500977z M11.1098633,5.9301758c0.5400391,0,0.9282227-0.0952148,1.1650391-0.2851562s0.3549805-0.4750977,0.3549805-0.8549805c0-0.253418-0.0400391-0.453125-0.1201172-0.6000977c-0.0795898-0.1464844-0.1899414-0.2597656-0.3295898-0.3398438c-0.1401367-0.0800781-0.3017578-0.1318359-0.4853516-0.1552734c-0.1831055-0.0229492-0.378418-0.034668-0.5849609-0.034668H9.2099609v2.2700195H11.1098633z M11.5898438,9.2001953c0.4199219,0,0.7485352-0.1132812,0.9853516-0.340332c0.2363281-0.2265625,0.3549805-0.5400391,0.3549805-0.9399414c0-0.2333984-0.043457-0.4262695-0.1303711-0.5800781c-0.0864258-0.1533203-0.2016602-0.2749023-0.3447266-0.3647461c-0.1435547-0.090332-0.3085938-0.1533203-0.4951172-0.1899414s-0.3798828-0.0551758-0.5800781-0.0551758H9.2099609v2.4702148H11.5898438z"/><path d="M19.425293,3.8701172c-0.3637695-0.253418-0.7954102-0.3798828-1.2954102-0.3798828c-0.4267578,0-0.7915039,0.0795898-1.0947266,0.2397461c-0.3037109,0.1601562-0.5537109,0.375-0.75,0.6450195c-0.1967773,0.2700195-0.3417969,0.5786133-0.4350586,0.9248047c-0.0932617,0.3466797-0.1401367,0.7070312-0.1401367,1.0800781c0,0.4067383,0.046875,0.7919922,0.1401367,1.1552734s0.2382812,0.6796875,0.4350586,0.949707c0.1962891,0.2700195,0.4482422,0.4853516,0.7548828,0.6450195c0.3066406,0.1601562,0.6733398,0.2402344,1.1000977,0.2402344c0.3129883,0,0.5913086-0.0517578,0.8349609-0.1552734c0.2431641-0.1030273,0.453125-0.246582,0.6298828-0.4296875c0.1767578-0.1835938,0.3149414-0.4018555,0.4150391-0.6552734c0.1000977-0.2529297,0.1601562-0.5263672,0.1801758-0.8198242h0.949707c-0.0932617,0.8999023-0.4033203,1.6000977-0.9296875,2.1000977c-0.5268555,0.5-1.2470703,0.75-2.1601562,0.75c-0.5532227,0-1.0366211-0.0952148-1.4501953-0.2851562c-0.4130859-0.1899414-0.7563477-0.4516602-1.0297852-0.7851562c-0.2734375-0.3330078-0.4785156-0.7265625-0.6152344-1.1796875c-0.1367188-0.4536133-0.2045898-0.9399414-0.2045898-1.4599609s0.0732422-1.0083008,0.2197266-1.465332c0.1464844-0.456543,0.3618164-0.8549805,0.6450195-1.1948242s0.6367188-0.6083984,1.0600586-0.8051758c0.4233398-0.1962891,0.9082031-0.2949219,1.4550781-0.2949219c0.3730469,0,0.7265625,0.050293,1.0600586,0.1499023c0.3330078,0.1000977,0.6298828,0.2470703,0.8896484,0.4399414c0.2602539,0.1938477,0.4765625,0.4350586,0.6503906,0.7250977c0.1733398,0.2900391,0.2866211,0.625,0.3398438,1.0048828h-0.9501953C20.0234375,4.503418,19.7885742,4.1235352,19.425293,3.8701172z"/><path d="M3.7099609,19v-5.0800781H1.8701172v-0.6796875c0.2397461,0,0.4731445-0.0185547,0.699707-0.0551758s0.4316406-0.1049805,0.6152344-0.2050781c0.1831055-0.1000977,0.3383789-0.2363281,0.4648438-0.4101562c0.1264648-0.1733398,0.2133789-0.3930664,0.2602539-0.659668h0.6499023V19H3.7099609z"/><path d="M8.7099609,13.4199219C8.8032227,13.1132812,8.9482422,12.8486328,9.1450195,12.625c0.1967773-0.2231445,0.4418945-0.3984375,0.7353516-0.5249023c0.2929688-0.1264648,0.6264648-0.1899414,1-0.1899414c0.3061523,0,0.5947266,0.0449219,0.8647461,0.1347656S12.25,12.2651367,12.4501953,12.4350586s0.3583984,0.3818359,0.4750977,0.6347656c0.1162109,0.253418,0.1748047,0.546875,0.1748047,0.8803711c0,0.3134766-0.0483398,0.5898438-0.1450195,0.8295898c-0.0966797,0.2402344-0.2250977,0.4550781-0.3847656,0.6450195c-0.1601562,0.1904297-0.34375,0.3618164-0.550293,0.5151367s-0.4199219,0.300293-0.6396484,0.4399414c-0.2202148,0.1337891-0.4404297,0.2651367-0.6601562,0.3950195C10.5,16.9047852,10.2983398,17.043457,10.1152344,17.1899414c-0.1835938,0.1469727-0.3398438,0.3051758-0.4702148,0.4750977C9.5151367,17.8349609,9.4301758,18.0297852,9.3901367,18.25h3.6401367V19H8.4003906C8.4335938,18.5800781,8.5083008,18.2216797,8.625,17.9248047c0.1166992-0.2963867,0.2651367-0.5546875,0.4453125-0.7749023C9.25,16.9301758,9.4536133,16.7368164,9.6801758,16.5698242c0.2265625-0.1665039,0.4633789-0.3232422,0.7099609-0.4697266c0.2998047-0.1865234,0.5634766-0.3583984,0.7900391-0.5151367s0.4150391-0.3149414,0.5649414-0.4750977c0.1499023-0.159668,0.2631836-0.3330078,0.3398438-0.5200195c0.0766602-0.1865234,0.1152344-0.4033203,0.1152344-0.6499023c0-0.1933594-0.0366211-0.3681641-0.1098633-0.5249023c-0.0737305-0.1567383-0.171875-0.2915039-0.2954102-0.4052734c-0.1230469-0.1132812-0.2680664-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.246582,0-0.4584961,0.0517578-0.6347656,0.1547852c-0.1767578,0.1035156-0.3217773,0.2382812-0.4350586,0.4052734c-0.1137695,0.1665039-0.1953125,0.3549805-0.2451172,0.5649414s-0.0717773,0.4213867-0.0649414,0.6347656H8.6000977C8.5800781,14.0600586,8.6166992,13.7265625,8.7099609,13.4199219z"/><path d="M17.5898438,14.9599609c0.0332031,0,0.0664062,0,0.1000977,0h0.1796875c0.1801758,0,0.3515625-0.0249023,0.5151367-0.0751953c0.1635742-0.0498047,0.3066406-0.1230469,0.4301758-0.2197266c0.1230469-0.0966797,0.2216797-0.2182617,0.2949219-0.3652344c0.0732422-0.1464844,0.1098633-0.3129883,0.1098633-0.5c0-0.3798828-0.1201172-0.6650391-0.3598633-0.8549805c-0.2402344-0.1899414-0.5400391-0.284668-0.8999023-0.284668c-0.2270508,0-0.425293,0.0415039-0.5952148,0.125s-0.3100586,0.1948242-0.4199219,0.3349609c-0.1098633,0.1396484-0.1918945,0.3032227-0.2451172,0.4897461c-0.0532227,0.1870117-0.0800781,0.3837891-0.0800781,0.590332h-0.8496094c0.0131836-0.340332,0.0678711-0.6503906,0.1650391-0.9301758C16.03125,12.9902344,16.1699219,12.75,16.3496094,12.5498047c0.1801758-0.199707,0.4052734-0.3564453,0.675293-0.4697266s0.581543-0.1699219,0.9350586-0.1699219c0.3066406,0,0.5913086,0.0380859,0.8549805,0.1147461C19.078125,12.1015625,19.3061523,12.2167969,19.5,12.3701172c0.1928711,0.1533203,0.3447266,0.3500977,0.4545898,0.5898438c0.1103516,0.2402344,0.1650391,0.5234375,0.1650391,0.8500977c0,0.3198242-0.0932617,0.6035156-0.2797852,0.8500977s-0.4199219,0.4331055-0.7001953,0.5600586v0.0200195c0.4335938,0.0932617,0.7553711,0.2963867,0.965332,0.6098633s0.3149414,0.6831055,0.3149414,1.1098633c0,0.3535156-0.0649414,0.6650391-0.1953125,0.9350586c-0.1298828,0.2700195-0.3046875,0.4951172-0.5249023,0.6748047c-0.2197266,0.1801758-0.4785156,0.3149414-0.7749023,0.4052734c-0.296875,0.0898438-0.6118164,0.1347656-0.9448242,0.1347656c-0.3603516,0-0.6870117-0.0498047-0.9799805-0.1499023c-0.293457-0.1000977-0.543457-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4750977-0.7250977s-0.1616211-0.6132812-0.1552734-0.9799805h0.8500977c0.0131836,0.4599609,0.1464844,0.8349609,0.3999023,1.125s0.6235352,0.4350586,1.1103516,0.4350586c0.206543,0,0.4033203-0.0317383,0.5898438-0.0952148c0.1865234-0.0629883,0.3500977-0.1533203,0.4902344-0.2700195c0.1396484-0.1162109,0.2514648-0.2597656,0.3349609-0.4296875c0.0830078-0.1704102,0.125-0.3618164,0.125-0.5751953c0-0.2202148-0.0400391-0.4150391-0.1201172-0.5849609s-0.1870117-0.3134766-0.3203125-0.4301758c-0.1333008-0.1162109-0.2915039-0.203125-0.4746094-0.2597656c-0.1835938-0.0566406-0.3818359-0.0849609-0.5952148-0.0849609c-0.1801758,0-0.3500977,0.0097656-0.5097656,0.0297852v-0.7197266C17.5332031,14.956543,17.5629883,14.9599609,17.5898438,14.9599609z"/></g></svg>');
|
||
}
|
||
&.icon-format-number {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M3.7099609,13.8330078V8.7529297H1.8701172V8.0732422c0.2397461,0,0.4731445-0.0185547,0.699707-0.0551758s0.4316406-0.1049805,0.6152344-0.2050781C3.3681641,7.7128906,3.5234375,7.5766602,3.6499023,7.402832c0.1264648-0.1733398,0.2133789-0.3930664,0.2602539-0.659668h0.6499023v7.0898438H3.7099609z"/><path d="M8.5,12.7231445v1.0097656c0,0.3798828-0.0864258,0.706543-0.2597656,0.9799805c-0.1738281,0.2734375-0.4536133,0.4667969-0.840332,0.5800781v-0.5c0.1132812-0.0400391,0.2084961-0.0986328,0.2851562-0.1748047c0.0766602-0.0766602,0.1381836-0.1601562,0.1850586-0.25c0.0463867-0.090332,0.078125-0.1816406,0.0947266-0.2753906c0.0166016-0.0932617,0.0219727-0.1796875,0.0151367-0.2597656H7.3901367v-1.1098633H8.5z"/><path d="M9.7797852,9.5429688c0.0131836-0.2797852,0.0463867-0.5532227,0.1000977-0.8198242c0.0532227-0.2666016,0.1298828-0.5200195,0.2299805-0.7602539c0.1000977-0.2397461,0.2363281-0.449707,0.4101562-0.6298828c0.1733398-0.1801758,0.3916016-0.3232422,0.6547852-0.4301758c0.2631836-0.1064453,0.578125-0.159668,0.9448242-0.159668s0.6816406,0.0532227,0.9453125,0.159668c0.2631836,0.1069336,0.4814453,0.25,0.6547852,0.4301758s0.3100586,0.3901367,0.4101562,0.6298828c0.1000977,0.2402344,0.1767578,0.4936523,0.2299805,0.7602539s0.0864258,0.5400391,0.1000977,0.8198242c0.0131836,0.2802734,0.0200195,0.5498047,0.0200195,0.8100586c0,0.2597656-0.0068359,0.5297852-0.0200195,0.8100586c-0.0136719,0.2797852-0.046875,0.5532227-0.1000977,0.8198242s-0.1298828,0.5185547-0.2299805,0.7548828c-0.1000977,0.2368164-0.2368164,0.4453125-0.4101562,0.625c-0.1733398,0.1801758-0.3896484,0.3217773-0.6499023,0.425293c-0.2597656,0.1030273-0.5766602,0.1547852-0.9501953,0.1547852c-0.3666992,0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C9.7597656,10.0927734,9.7666016,9.8232422,9.7797852,9.5429688z M10.6850586,11.237793c0.0161133,0.3300781,0.0698242,0.6401367,0.159668,0.9301758c0.090332,0.2900391,0.2353516,0.5351562,0.4350586,0.7348633c0.2001953,0.2001953,0.4799805,0.300293,0.8398438,0.300293c0.3603516,0,0.6401367-0.1000977,0.840332-0.300293c0.199707-0.199707,0.3447266-0.4448242,0.4350586-0.7348633c0.0898438-0.2900391,0.1430664-0.6000977,0.159668-0.9301758c0.0166016-0.3295898,0.0253906-0.6279297,0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461,0-0.4433594,0.0463867-0.6098633,0.1396484c-0.1665039,0.09375-0.3046875,0.215332-0.4150391,0.3652344c-0.1098633,0.1499023-0.1933594,0.3251953-0.25,0.5249023c-0.0566406,0.2001953-0.1000977,0.4052734-0.1298828,0.6152344s-0.046875,0.4199219-0.0498047,0.6298828c-0.003418,0.2099609-0.0053711,0.4018555-0.0053711,0.574707C10.659668,10.6098633,10.6679688,10.9082031,10.6850586,11.237793z"/><path d="M15.3398438,9.5429688c0.0131836-0.2797852,0.0463867-0.5532227,0.1000977-0.8198242c0.0532227-0.2666016,0.1298828-0.5200195,0.2299805-0.7602539c0.1000977-0.2397461,0.2363281-0.449707,0.4101562-0.6298828c0.1733398-0.1801758,0.3916016-0.3232422,0.6547852-0.4301758c0.2631836-0.1064453,0.578125-0.159668,0.9448242-0.159668S18.3613281,6.7963867,18.625,6.902832c0.2631836,0.1069336,0.4814453,0.25,0.6547852,0.4301758s0.3100586,0.3901367,0.4101562,0.6298828c0.1000977,0.2402344,0.1767578,0.4936523,0.2299805,0.7602539s0.0864258,0.5400391,0.1000977,0.8198242c0.0131836,0.2802734,0.0200195,0.5498047,0.0200195,0.8100586c0,0.2597656-0.0068359,0.5297852-0.0200195,0.8100586c-0.0136719,0.2797852-0.046875,0.5532227-0.1000977,0.8198242s-0.1298828,0.5185547-0.2299805,0.7548828c-0.1000977,0.2368164-0.2368164,0.4453125-0.4101562,0.625c-0.1733398,0.1801758-0.3896484,0.3217773-0.6499023,0.425293c-0.2597656,0.1030273-0.5766602,0.1547852-0.9501953,0.1547852c-0.3666992,0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C15.3198242,10.0927734,15.3266602,9.8232422,15.3398438,9.5429688z M16.2451172,11.237793c0.0161133,0.3300781,0.0698242,0.6401367,0.159668,0.9301758c0.090332,0.2900391,0.2353516,0.5351562,0.4350586,0.7348633c0.2001953,0.2001953,0.4799805,0.300293,0.8398438,0.300293c0.3603516,0,0.6401367-0.1000977,0.840332-0.300293c0.199707-0.199707,0.3447266-0.4448242,0.4350586-0.7348633c0.0898438-0.2900391,0.1430664-0.6000977,0.159668-0.9301758c0.0166016-0.3295898,0.0253906-0.6279297,0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461,0-0.4433594,0.0463867-0.6098633,0.1396484c-0.1665039,0.09375-0.3046875,0.215332-0.4150391,0.3652344c-0.1098633,0.1499023-0.1933594,0.3251953-0.25,0.5249023c-0.0566406,0.2001953-0.1000977,0.4052734-0.1298828,0.6152344s-0.046875,0.4199219-0.0498047,0.6298828c-0.003418,0.2099609-0.0053711,0.4018555-0.0053711,0.574707C16.2197266,10.6098633,16.2280273,10.9082031,16.2451172,11.237793z"/></g></svg>');
|
||
}
|
||
&.icon-format-integer {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M4.7089844,14.8330078V9.7529297H2.8691406V9.0732422c0.2402344,0,0.4736328-0.0185547,0.7001953-0.0551758s0.4316406-0.1049805,0.6152344-0.2050781C4.3671875,8.7128906,4.5234375,8.5766602,4.6494141,8.402832c0.1259766-0.1733398,0.2138672-0.3930664,0.2607422-0.659668h0.6494141v7.0898438H4.7089844z"/><path d="M8.109375,9.2529297c0.09375-0.3066406,0.2382812-0.5712891,0.4355469-0.7949219c0.1962891-0.2231445,0.4414062-0.3984375,0.734375-0.5249023s0.6269531-0.1899414,1-0.1899414c0.3066406,0,0.5957031,0.0449219,0.8652344,0.1347656s0.5048828,0.2202148,0.7050781,0.3901367s0.3583984,0.3818359,0.4746094,0.6347656C12.4414062,9.15625,12.5,9.449707,12.5,9.7832031c0,0.3134766-0.0488281,0.5898438-0.1455078,0.8295898c-0.0966797,0.2402344-0.2255859,0.4550781-0.3847656,0.6450195c-0.1601562,0.1904297-0.34375,0.3618164-0.5498047,0.5151367C11.2128906,11.9262695,11,12.0732422,10.7792969,12.2128906c-0.2197266,0.1337891-0.4394531,0.2651367-0.6601562,0.3950195c-0.2197266,0.1298828-0.421875,0.2685547-0.6044922,0.4150391c-0.1835938,0.1469727-0.3398438,0.3051758-0.4697266,0.4750977c-0.1308594,0.1699219-0.2148438,0.3647461-0.2558594,0.5849609h3.640625v0.75H7.7998047c0.0332031-0.4199219,0.1083984-0.7783203,0.2246094-1.0751953c0.1162109-0.2963867,0.2646484-0.5546875,0.4453125-0.7749023c0.1796875-0.2197266,0.3837891-0.4130859,0.6103516-0.5800781c0.2265625-0.1665039,0.4628906-0.3232422,0.7089844-0.4697266c0.3007812-0.1865234,0.5644531-0.3583984,0.7910156-0.5151367s0.4140625-0.3149414,0.5644531-0.4750977c0.1503906-0.159668,0.2636719-0.3330078,0.3398438-0.5200195c0.0761719-0.1865234,0.1152344-0.4033203,0.1152344-0.6499023c0-0.1933594-0.0371094-0.3681641-0.109375-0.5249023c-0.0742188-0.1567383-0.171875-0.2915039-0.2958984-0.4052734c-0.1230469-0.1132812-0.2685547-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.2470703,0-0.4580078,0.0517578-0.6347656,0.1547852C9.4179688,8.7514648,9.2734375,8.8862305,9.1601562,9.0532227C9.0458984,9.2197266,8.9648438,9.4082031,8.9140625,9.6181641c-0.0488281,0.2099609-0.0712891,0.4213867-0.0644531,0.6347656H8C7.9794922,9.8930664,8.015625,9.5595703,8.109375,9.2529297z"/><path d="M15.3896484,10.7929688c0.0332031,0,0.0664062,0,0.1005859,0h0.1796875c0.1796875,0,0.3515625-0.0249023,0.5146484-0.0751953c0.1630859-0.0498047,0.3066406-0.1230469,0.4306641-0.2197266c0.1230469-0.0966797,0.2207031-0.2182617,0.2949219-0.3652344c0.0722656-0.1464844,0.109375-0.3129883,0.109375-0.5c0-0.3798828-0.1201172-0.6650391-0.359375-0.8549805c-0.2402344-0.1899414-0.5410156-0.284668-0.9003906-0.284668c-0.2265625,0-0.4257812,0.0415039-0.5957031,0.125s-0.3095703,0.1948242-0.4199219,0.3349609C14.6347656,9.0927734,14.5527344,9.2563477,14.5,9.4428711c-0.0537109,0.1870117-0.0800781,0.3837891-0.0800781,0.590332h-0.8496094c0.0126953-0.340332,0.0673828-0.6503906,0.1640625-0.9301758s0.2353516-0.5200195,0.4150391-0.7202148c0.1806641-0.199707,0.4052734-0.3564453,0.6748047-0.4697266c0.2705078-0.1132812,0.5820312-0.1699219,0.9355469-0.1699219c0.3066406,0,0.5917969,0.0380859,0.8554688,0.1147461c0.2626953,0.0766602,0.4902344,0.1918945,0.6845703,0.3452148c0.1923828,0.1533203,0.3447266,0.3500977,0.4541016,0.5898438c0.1113281,0.2402344,0.1660156,0.5234375,0.1660156,0.8500977c0,0.3198242-0.09375,0.6035156-0.2802734,0.8500977s-0.4199219,0.4331055-0.7001953,0.5600586v0.0200195c0.4335938,0.0932617,0.7558594,0.2963867,0.9648438,0.6098633c0.2109375,0.3134766,0.3154297,0.6831055,0.3154297,1.1098633c0,0.3535156-0.0654297,0.6650391-0.1953125,0.9350586S17.7197266,14.2231445,17.5,14.402832c-0.2207031,0.1801758-0.4785156,0.3149414-0.7753906,0.4052734c-0.296875,0.0898438-0.6113281,0.1347656-0.9453125,0.1347656c-0.359375,0-0.6865234-0.0498047-0.9794922-0.1499023c-0.2939453-0.1000977-0.5439453-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4755859-0.7250977c-0.109375-0.2866211-0.1611328-0.6132812-0.1542969-0.9799805h0.8496094c0.0136719,0.4599609,0.1464844,0.8349609,0.4003906,1.125c0.2529297,0.2900391,0.6230469,0.4350586,1.109375,0.4350586c0.2070312,0,0.4042969-0.0317383,0.5898438-0.0952148c0.1875-0.0629883,0.3505859-0.1533203,0.4902344-0.2700195C17,13.7216797,17.1113281,13.578125,17.1953125,13.4082031c0.0820312-0.1704102,0.125-0.3618164,0.125-0.5751953c0-0.2202148-0.0410156-0.4150391-0.1210938-0.5849609s-0.1865234-0.3134766-0.3203125-0.4301758c-0.1328125-0.1162109-0.2910156-0.203125-0.4746094-0.2597656s-0.3808594-0.0849609-0.5947266-0.0849609c-0.1806641,0-0.3505859,0.0097656-0.5097656,0.0297852v-0.7197266C15.3330078,10.7895508,15.3632812,10.7929688,15.3896484,10.7929688z"/></g></svg>');
|
||
}
|
||
&.icon-format-scientific {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M4.9804688,15.8330078v-5.5878906H2.9570312V9.4970703c0.2636719,0,0.5195312-0.0200195,0.7695312-0.0605469c0.2490234-0.0400391,0.4746094-0.1157227,0.6757812-0.2255859c0.2021484-0.1098633,0.3730469-0.2602539,0.5117188-0.4511719c0.1396484-0.1904297,0.234375-0.4321289,0.2871094-0.7255859h0.7148438v7.7988281H4.9804688z"/><path d="M8.5996094,11.1137695c0.0146484-0.3076172,0.0507812-0.6083984,0.1103516-0.9018555c0.0585938-0.2929688,0.1425781-0.5717773,0.2529297-0.8359375c0.109375-0.2641602,0.2597656-0.4951172,0.4511719-0.6928711C9.6044922,8.4848633,9.84375,8.3276367,10.1347656,8.2099609c0.2890625-0.1171875,0.6357422-0.1757812,1.0390625-0.1757812s0.75,0.0585938,1.0390625,0.1757812c0.2900391,0.1176758,0.5302734,0.2749023,0.7207031,0.4731445C13.125,8.8808594,13.2753906,9.1118164,13.3847656,9.3759766s0.1943359,0.5429688,0.2529297,0.8359375c0.0585938,0.293457,0.0947266,0.5942383,0.1103516,0.9018555c0.0136719,0.3081055,0.0214844,0.6054688,0.0214844,0.8911133c0,0.2861328-0.0078125,0.5830078-0.0214844,0.8911133c-0.015625,0.3081055-0.0517578,0.6088867-0.1103516,0.9018555c-0.0585938,0.293457-0.1435547,0.5703125-0.2529297,0.8305664s-0.2597656,0.4897461-0.4511719,0.6875c-0.1904297,0.1982422-0.4287109,0.3540039-0.7148438,0.4677734c-0.2861328,0.1132812-0.6347656,0.1704102-1.0449219,0.1704102c-0.4033203,0-0.75-0.0571289-1.0390625-0.1704102C9.84375,15.6699219,9.6044922,15.5141602,9.4140625,15.315918c-0.1914062-0.1977539-0.3417969-0.4272461-0.4511719-0.6875c-0.1103516-0.2602539-0.1943359-0.5371094-0.2529297-0.8305664c-0.0595703-0.2929688-0.0957031-0.59375-0.1103516-0.9018555S8.578125,12.2910156,8.578125,12.0048828C8.578125,11.7192383,8.5849609,11.421875,8.5996094,11.1137695z M9.5957031,12.9785156c0.0175781,0.362793,0.0761719,0.7041016,0.1757812,1.0229492c0.0986328,0.3188477,0.2578125,0.5883789,0.4785156,0.8085938c0.2197266,0.2197266,0.5273438,0.3300781,0.9238281,0.3300781s0.7041016-0.1103516,0.9238281-0.3300781c0.2207031-0.2202148,0.3789062-0.4897461,0.4785156-0.8085938s0.1582031-0.6601562,0.1757812-1.0229492c0.0185547-0.362793,0.0273438-0.690918,0.0273438-0.984375c0-0.190918-0.0019531-0.4018555-0.0048828-0.6328125c-0.0039062-0.230957-0.0224609-0.4619141-0.0556641-0.6928711s-0.0800781-0.456543-0.1425781-0.6762695c-0.0625-0.2202148-0.1542969-0.4125977-0.2753906-0.5776367s-0.2734375-0.2988281-0.4560547-0.4013672C11.6611328,8.9101562,11.4375,8.8588867,11.1738281,8.8588867s-0.4882812,0.0512695-0.6708984,0.1542969c-0.1835938,0.1025391-0.3359375,0.2363281-0.4560547,0.4013672C9.9257812,9.5795898,9.8339844,9.7719727,9.7714844,9.9921875c-0.0625,0.2197266-0.1103516,0.4453125-0.1425781,0.6762695c-0.0332031,0.230957-0.0527344,0.4619141-0.0556641,0.6928711c-0.0039062,0.230957-0.0048828,0.4418945-0.0048828,0.6328125C9.5683594,12.2875977,9.5761719,12.6157227,9.5957031,12.9785156z"/><path d="M14.3300781,5.1098633c0.0546875-0.1835938,0.1425781-0.3427734,0.2597656-0.4770508c0.1191406-0.1337891,0.265625-0.2387695,0.4414062-0.3149414c0.1757812-0.0756836,0.3759766-0.1137695,0.5996094-0.1137695c0.1845703,0,0.3574219,0.0268555,0.5195312,0.0810547C16.3125,4.3388672,16.453125,4.4169922,16.5742188,4.519043c0.1191406,0.1020508,0.2148438,0.2290039,0.2841797,0.3808594c0.0693359,0.1523438,0.1044922,0.328125,0.1044922,0.5283203c0,0.1879883-0.0283203,0.3540039-0.0859375,0.4975586c-0.0585938,0.144043-0.1347656,0.2734375-0.2314453,0.387207c-0.0966797,0.1142578-0.2060547,0.2172852-0.3300781,0.309082s-0.2519531,0.1801758-0.3837891,0.2641602c-0.1328125,0.0800781-0.2636719,0.1586914-0.3964844,0.2368164c-0.1318359,0.078125-0.2519531,0.1611328-0.3632812,0.2490234c-0.109375,0.0878906-0.203125,0.1831055-0.28125,0.2851562c-0.078125,0.1015625-0.1289062,0.21875-0.1533203,0.3505859h2.1845703v0.4501953h-2.7783203c0.0205078-0.2519531,0.0654297-0.4667969,0.1347656-0.6450195c0.0703125-0.1777344,0.1591797-0.3330078,0.2666016-0.4648438C14.6533203,7.2158203,14.7753906,7.1000977,14.9121094,7c0.1347656-0.1000977,0.2773438-0.1938477,0.4257812-0.2822266c0.1796875-0.1118164,0.3378906-0.2148438,0.4736328-0.3085938c0.1357422-0.0942383,0.2490234-0.1889648,0.3388672-0.2851562s0.1582031-0.2001953,0.2041016-0.3120117s0.0693359-0.2421875,0.0693359-0.3901367c0-0.1157227-0.0224609-0.2207031-0.0664062-0.3149414c-0.0439453-0.09375-0.1035156-0.1748047-0.1767578-0.2431641c-0.0742188-0.0678711-0.1611328-0.1196289-0.2607422-0.1557617c-0.1005859-0.0361328-0.2070312-0.0541992-0.3183594-0.0541992c-0.1484375,0-0.2753906,0.03125-0.3808594,0.0932617c-0.1064453,0.0620117-0.1933594,0.1430664-0.2617188,0.2431641C14.8916016,5.0898438,14.8417969,5.203125,14.8125,5.3291016s-0.0429688,0.2529297-0.0390625,0.3808594h-0.5097656C14.2519531,5.4941406,14.2734375,5.2939453,14.3300781,5.1098633z"/></g></svg>');
|
||
}
|
||
&.icon-format-accounting {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M15.5,21h-10C4.1,21,3,19.9,3,18.5v-14C3,3.1,4.1,2,5.5,2h10C16.9,2,18,3.1,18,4.5v14C18,19.9,16.9,21,15.5,21z M5.5,3C4.7,3,4,3.7,4,4.5v14C4,19.3,4.7,20,5.5,20h10c0.8,0,1.5-0.7,1.5-1.5v-14C17,3.7,16.3,3,15.5,3H5.5z"/><path d="M14.5,9h-8C5.7,9,5,8.3,5,7.5v-2C5,4.7,5.7,4,6.5,4h8C15.3,4,16,4.7,16,5.5v2C16,8.3,15.3,9,14.5,9z M6.5,5C6.2,5,6,5.2,6,5.5v2C6,7.8,6.2,8,6.5,8h8C14.8,8,15,7.8,15,7.5v-2C15,5.2,14.8,5,14.5,5H6.5z"/><rect x="5" y="10" width="3" height="2"/><rect x="9" y="10" width="3" height="2"/><rect x="13" y="10" width="3" height="2"/><rect x="13" y="13" width="3" height="2"/><rect x="9" y="13" width="3" height="2"/><rect x="5" y="13" width="3" height="2"/><rect x="5" y="16" width="3" height="2"/><rect x="9" y="16" width="3" height="2"/><rect x="13" y="16" width="3" height="2"/></g></svg>');
|
||
}
|
||
&.icon-format-currency {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M0,4v14h22V4H0z M21,17H1V5h20V17z"/><path id="XMLID_3_" d="M11,16c-2.2,0-4-2.2-4-5s1.8-5,4-5c2.2,0,4,2.2,4,5S13.2,16,11,16z M11,7c-1.7,0-3,1.8-3,4c0,2.2,1.3,4,3,4s3-1.8,3-4C14,8.8,12.7,7,11,7z"/></g></svg>');
|
||
}
|
||
&.icon-format-date {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M20,20H2V7h18V20z M3,19h16V8H3V19z"/><path d="M8,6H5V2h3V6z M6,5h1V3H6V5z"/><path d="M17,6h-3V2h3V6z M15,5h1V3h-1V5z"/><path d="M8.8,15.8v-4.1H7.4v-0.5c0.2,0,0.4,0,0.6,0s0.3-0.1,0.5-0.2c0.1-0.1,0.3-0.2,0.4-0.3C8.9,10.6,9,10.4,9,10.2h0.5v5.7H8.8z"/><path d="M14.4,11.8c-0.3,0.4-0.5,0.8-0.7,1.2c-0.2,0.4-0.4,0.9-0.5,1.4c-0.1,0.5-0.2,0.9-0.2,1.4h-0.8c0-0.5,0.1-0.9,0.2-1.4c0.1-0.5,0.3-0.9,0.5-1.3s0.4-0.8,0.7-1.2c0.3-0.4,0.5-0.7,0.8-1h-3v-0.6h3.7v0.6C14.9,11.1,14.6,11.5,14.4,11.8z"/><rect x="2" y="3" width="1" height="4"/><rect x="3" y="3" width="2" height="1"/><rect x="8" y="3" width="6" height="1"/><rect x="17" y="3" width="3" height="1"/><rect x="19" y="4" width="1" height="3"/></g></svg>');
|
||
}
|
||
&.icon-format-time {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M11.2,21.1c-5.7,0-10.3-4.6-10.3-10.3S5.5,0.5,11.2,0.5s10.3,4.6,10.3,10.3S16.9,21.1,11.2,21.1z M11.2,1.5c-5.1,0-9.3,4.2-9.3,9.3c0,5.1,4.2,9.3,9.3,9.3c5.1,0,9.3-4.2,9.3-9.3C20.5,5.7,16.3,1.5,11.2,1.5z"/><path class="st0" d="M11.5,11"/><circle cx="11.2" cy="10.8" r="1.9"/><rect x="10.7" y="2.6" width="1" height="8"/><rect x="7.1" y="10.4" width="3.4" height="0.9"/></g></svg>');
|
||
}
|
||
&.icon-format-percentage {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M2.7998047,6.4970703c0.0957031-0.4375,0.2578125-0.8251953,0.4863281-1.161132C3.5136719,5,3.8134766,4.7333984,4.1855469,4.5351562s0.8339844-0.296875,1.3867188-0.296875c0.5634766,0,1.0283203,0.0957031,1.3945312,0.2880859c0.3662109,0.1914062,0.6601562,0.4492188,0.8818359,0.7734375c0.2226562,0.3242188,0.3779297,0.7050781,0.46875,1.1435547c0.0898438,0.4375,0.1347656,0.9023438,0.1347656,1.3945312c0,0.4677734-0.0517578,0.9208984-0.1533203,1.359375c-0.1015625,0.4375-0.2695312,0.8222656-0.5039062,1.1513672c-0.234375,0.3300781-0.53125,0.5976562-0.890625,0.8017578c-0.3603516,0.2041016-0.8046875,0.3056641-1.3320312,0.3056641c-0.5400391,0-0.9960938-0.0927734-1.3681641-0.2792969c-0.3720703-0.1855469-0.671875-0.4404297-0.9003906-0.7646484c-0.2275391-0.3242188-0.3925781-0.7021484-0.4951172-1.1337891C2.7070312,8.8457031,2.65625,8.3837891,2.65625,7.8916016C2.65625,7.4003906,2.7041016,6.9355469,2.7998047,6.4970703z M4.0507812,8.7109375c0.0302734,0.3056641,0.0996094,0.5878906,0.2070312,0.8457031c0.1083984,0.2587891,0.2607422,0.4746094,0.4589844,0.6484375s0.4648438,0.2607422,0.8007812,0.2607422c0.3486328,0,0.6240234-0.0839844,0.828125-0.2519531s0.3632812-0.3808594,0.4775391-0.6386719c0.1132812-0.2578125,0.1884766-0.5429688,0.2246094-0.8554688c0.0361328-0.3115234,0.0537109-0.6054688,0.0537109-0.8818359c0-0.2636719-0.0146484-0.5488281-0.0449219-0.8544922C7.0273438,6.6767578,6.9580078,6.3955078,6.8496094,6.1367188C6.7421875,5.8789062,6.5888672,5.6630859,6.390625,5.4892578C6.1933594,5.3154297,5.9199219,5.2275391,5.5722656,5.2275391c-0.3359375,0-0.6064453,0.0878906-0.8105469,0.2617188S4.3984375,5.8789062,4.2851562,6.1367188C4.1708984,6.3955078,4.0957031,6.6767578,4.0595703,6.9833984C4.0244141,7.2890625,4.0058594,7.5800781,4.0058594,7.8564453C4.0058594,8.1201172,4.0205078,8.4052734,4.0507812,8.7109375z M15.5976562,4.0039062L5.9316406,17.3779297H4.3837891l9.6845703-13.3740234H15.5976562z M11.6923828,12.2568359c0.0957031-0.4375,0.2578125-0.8251953,0.4853516-1.1611328c0.2285156-0.3359375,0.5283203-0.6025391,0.9003906-0.8007812s0.8339844-0.296875,1.3857422-0.296875c0.5644531,0,1.0292969,0.0957031,1.3955078,0.2880859c0.3652344,0.1923828,0.6591797,0.4501953,0.8818359,0.7734375c0.2216797,0.3242188,0.3779297,0.7050781,0.4677734,1.1435547s0.1347656,0.9033203,0.1347656,1.3945312c0,0.46875-0.0507812,0.921875-0.1523438,1.359375c-0.1025391,0.4384766-0.2705078,0.8222656-0.5048828,1.1523438c-0.2333984,0.3300781-0.5302734,0.59375-0.890625,0.7919922c-0.3603516,0.1972656-0.8037109,0.296875-1.3320312,0.296875c-0.5400391,0-0.9960938-0.09375-1.3681641-0.2792969s-0.671875-0.4375-0.8994141-0.7558594c-0.2285156-0.3183594-0.3935547-0.6933594-0.4951172-1.125c-0.1025391-0.4316406-0.1533203-0.8935547-0.1533203-1.3857422S11.5957031,12.6953125,11.6923828,12.2568359z M12.9433594,14.4707031c0.0292969,0.3066406,0.0986328,0.5888672,0.2070312,0.8466797c0.1074219,0.2578125,0.2607422,0.4736328,0.4589844,0.6474609c0.1972656,0.1738281,0.4648438,0.2607422,0.8007812,0.2607422c0.3476562,0,0.6240234-0.0830078,0.828125-0.2519531c0.2041016-0.1679688,0.3623047-0.3808594,0.4765625-0.6386719s0.1894531-0.5429688,0.2255859-0.8544922c0.0351562-0.3125,0.0537109-0.6064453,0.0537109-0.8828125c0-0.2636719-0.015625-0.5488281-0.0449219-0.8544922c-0.0302734-0.3066406-0.0996094-0.5878906-0.2070312-0.8457031c-0.1083984-0.2587891-0.2607422-0.4746094-0.4589844-0.6484375s-0.4716797-0.2607422-0.8193359-0.2607422c-0.3359375,0-0.6064453,0.0869141-0.8095703,0.2607422c-0.2041016,0.1738281-0.3632812,0.3896484-0.4775391,0.6484375c-0.1142578,0.2578125-0.1884766,0.5390625-0.2246094,0.8457031c-0.0361328,0.3056641-0.0537109,0.5966797-0.0537109,0.8730469C12.8984375,13.8798828,12.9130859,14.1650391,12.9433594,14.4707031z"/></g></svg>');
|
||
}
|
||
&.icon-format-text {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{themeColor}"><g><path d="M5.5234375,6.4316406L8.8710938,15H7.6113281l-0.9355469-2.5800781h-3.625L2.0917969,15H0.9277344l3.3359375-8.5683594H5.5234375z M6.3154297,11.4599609L4.8876953,7.4638672H4.8632812l-1.4511719,3.9960938H6.3154297z"/><path d="M15.21875,6.4316406c0.1845703,0,0.3828125,0.0019531,0.5947266,0.0058594s0.421875,0.0166016,0.6298828,0.0371094c0.2080078,0.0195312,0.4023438,0.0488281,0.5820312,0.0898438c0.1796875,0.0390625,0.3339844,0.0996094,0.4619141,0.1796875c0.2802734,0.1679688,0.5185547,0.4003906,0.7138672,0.6953125c0.1962891,0.296875,0.2939453,0.6601562,0.2939453,1.0927734c0,0.4560547-0.1103516,0.8505859-0.3291016,1.1816406c-0.2207031,0.3320312-0.5351562,0.578125-0.9433594,0.7382812v0.0244141c0.5292969,0.1113281,0.9326172,0.3515625,1.2128906,0.71875c0.2792969,0.3691406,0.4199219,0.8164062,0.4199219,1.3447266c0,0.3115234-0.0566406,0.6162109-0.1679688,0.9121094c-0.1123047,0.2958984-0.2783203,0.5576172-0.4980469,0.7861328c-0.2207031,0.2275391-0.4921875,0.4121094-0.8164062,0.5517578S16.6757812,15,16.2519531,15h-4.140625V6.4316406H15.21875z M15.53125,10.1162109c0.6484375,0,1.1132812-0.1142578,1.3984375-0.3427734c0.2832031-0.2275391,0.4257812-0.5693359,0.4257812-1.0253906c0-0.3046875-0.0488281-0.5439453-0.1445312-0.7207031c-0.0957031-0.1757812-0.2275391-0.3115234-0.3955078-0.4072266c-0.1679688-0.0966797-0.3623047-0.1582031-0.5820312-0.1865234C16.0136719,7.40625,15.7792969,7.3925781,15.53125,7.3925781h-2.2792969v2.7236328H15.53125z M16.1074219,14.0400391c0.5039062,0,0.8984375-0.1357422,1.1816406-0.4082031c0.2841797-0.2714844,0.4257812-0.6474609,0.4257812-1.1279297c0-0.2792969-0.0517578-0.5117188-0.15625-0.6953125c-0.1035156-0.1845703-0.2412109-0.3300781-0.4130859-0.4384766c-0.1728516-0.1083984-0.3701172-0.1845703-0.5947266-0.2275391c-0.2236328-0.0449219-0.4550781-0.0664062-0.6953125-0.0664062h-2.6035156v2.9638672H16.1074219z"/></g></svg>');
|
||
}
|
||
|
||
// Filter sort
|
||
|
||
&.sortdown {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="-238 240 22 22" xml:space="preserve"><style type="text/css">.st0{fill:@{themeColor}</style><polygon class="st0" points="-230 256.4 -230.7 255.7 -233 258.1 -233 242 -234 242 -234 258.1 -236.3 255.7 -237 256.4 -233.5 260 -233.5 260 -233.5 260 "/><path class="st0" d="M-226 249.55L-223.1 242h1.08l3.09 7.55h-1.14l-0.88-2.29h-3.16l-0.83 2.29H-226zM-223.82 246.45h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57 -0.1 0.48-0.23 0.97-0.41 1.44L-223.82 246.45z"/><path class="st0" d="M-225.93 259v-0.93l3.87-4.84c0.28-0.34 0.54-0.64 0.78-0.9h-4.21v-0.89h5.41v0.89l-4.24 5.24 -0.46 0.53h4.82V259H-225.93z"/></svg>');
|
||
}
|
||
&.sortup {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="-238 240 22 22" xml:space="preserve"><style type="text/css">.st0{fill:@{themeColor}}</style><polygon class="st0" points="-233.5 242 -233.5 242 -233.5 242 -237 245.6 -236.3 246.3 -234 243.9 -234 260 -233 260 -233 243.9 -230.7 246.3 -230 245.6 "/><path class="st0" d="M-226.53 260l2.9-7.55h1.08L-219.47 260h-1.14l-0.88-2.29h-3.16L-225.47 260H-226.53zM-224.36 256.9h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57 -0.1 0.48-0.23 0.97-0.41 1.44L-224.36 256.9z"/><path class="st0" d="M-225.97 250.55v-0.93l3.87-4.84c0.28-0.34 0.54-0.64 0.78-0.9h-4.21V243h5.41v0.89l-4.24 5.24 -0.46 0.53H-220v0.89H-225.97z"/></svg>');
|
||
}
|
||
|
||
// Formats
|
||
|
||
&.icon-format-pdf {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-3.363 -3.658 33 33" height="33px" width="33px" y="0px" x="0px" xml:space="preserve"><defs><style>.cls-1{fill:@{themeColor};}</style></defs><path class="cls-1" d="M8.512,14.989c0.8-1.567,1.709-3.334,2.438-5.107l0,0l0.287-0.699 c-0.949-3.616-1.52-6.52-1.011-8.396l0,0C10.362,0.297,10.929,0,11.535,0l0,0l0.368,0.005h0.068c0.83-0.013,1.22,1.042,1.264,1.453 l0,0c0.073,0.684-0.242,1.839-0.242,1.839l0,0c0-0.467,0.018-1.221-0.276-1.873l0,0c-0.343-0.753-0.671-1.203-0.965-1.274l0,0 C11.604,0.25,11.46,0.455,11.411,0.85l0,0c-0.104,0.553-0.134,1.252-0.134,1.611l0,0c0,1.272,0.25,2.952,0.743,4.684l0,0 c0.093-0.269,0.174-0.526,0.24-0.768l0,0c0.101-0.38,0.743-2.9,0.743-2.9l0,0c0,0-0.162,3.354-0.388,4.371l0,0 c-0.049,0.215-0.103,0.427-0.158,0.644l0,0c0.812,2.268,2.121,4.292,3.68,5.75l0,0c0.615,0.575,1.393,1.038,2.128,1.461l0,0 c1.605-0.229,3.084-0.338,4.318-0.324l0,0c1.637,0.021,2.838,0.265,3.324,0.743l0,0c0.237,0.232,0.335,0.514,0.364,0.83l0,0 c0.007,0.122-0.053,0.41-0.069,0.482l0,0c0.018-0.088,0.018-0.519-1.298-0.938l0,0c-1.033-0.33-2.971-0.32-5.295-0.073l0,0 c2.688,1.315,5.308,1.969,6.138,1.577l0,0c0.203-0.1,0.448-0.437,0.448-0.437l0,0c0,0-0.146,0.665-0.252,0.831l0,0 c-0.134,0.18-0.396,0.376-0.646,0.44l0,0c-1.312,0.351-4.722-0.459-7.695-2.158l0,0c-3.322,0.489-6.972,1.394-9.896,2.354l0,0 c-2.874,5.036-5.036,7.35-6.793,6.47l0,0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0,0 c0.205-1.003,1.462-2.513,3.988-4.021l0,0c0.272-0.165,1.483-0.805,1.483-0.805l0,0c0,0-0.896,0.868-1.106,1.038l0,0 c-2.016,1.652-3.504,3.73-3.467,4.536l0,0l0.007,0.069C2.643,24.936,5.21,21.45,8.512,14.989 M9.559,15.525 c-0.551,1.038-1.09,2.001-1.588,2.886l0,0c2.752-1.153,5.715-1.892,8.535-2.416l0,0c-0.379-0.262-0.746-0.539-1.093-0.832l0,0 c-1.555-1.313-2.737-2.955-3.596-4.681l0,0C11.273,11.948,10.626,13.507,9.559,15.525" /></svg>');
|
||
}
|
||
&.icon-format-pdfa {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 33 33" height="33px" width="33px" y="0px" x="0px"><defs><style>.cls-1{fill:@{themeColor};}</style></defs><path fill-rule="evenodd" clip-rule="evenodd" d="M11.875 18.648L11.9617 18.4783C12.7401 16.954 13.6102 15.2503 14.312 13.541L14.6 12.841C13.65 9.225 13.08 6.322 13.589 4.445C13.726 3.956 14.293 3.659 14.899 3.659L15.268 3.664H15.336C16.166 3.651 16.556 4.706 16.6 5.117C16.673 5.8 16.357 6.956 16.357 6.956L16.3571 6.87946C16.358 6.40944 16.3594 5.70047 16.081 5.083C15.738 4.33 15.41 3.879 15.116 3.808C14.968 3.907 14.824 4.112 14.774 4.507C14.671 5.06 14.641 5.759 14.641 6.119C14.641 7.391 14.891 9.071 15.384 10.802C15.477 10.534 15.558 10.276 15.624 10.035C15.725 9.655 16.367 7.134 16.367 7.134C16.367 7.134 16.205 10.489 15.979 11.505C15.931 11.72 15.877 11.932 15.821 12.149C16.633 14.417 17.942 16.441 19.501 17.899C19.9467 18.3157 20.4779 18.6735 21.0164 19H29C30.1046 19 31 19.8954 31 21V29C31 30.1046 30.1046 31 29 31H17C15.8954 31 15 30.1046 15 29V21.5492C13.6156 21.9019 12.2807 22.2896 11.07 22.687C8.19599 27.724 6.03499 30.038 4.27699 29.158L3.62999 28.833C3.36699 28.683 3.32699 28.317 3.38799 28.02C3.59299 27.017 4.84999 25.507 7.37599 23.999C7.64799 23.834 8.85899 23.194 8.85899 23.194C8.85899 23.194 7.96299 24.062 7.75299 24.232C5.73699 25.884 4.24899 27.962 4.28599 28.768L4.29299 28.837C6.00499 28.594 8.57299 25.109 11.875 18.648ZM18.775 18.822C18.8461 18.882 18.918 18.9413 18.9906 19H17C15.9681 19 15.1187 19.7815 15.0114 20.785C13.7648 21.146 12.529 21.5689 11.333 22.07C11.831 21.185 12.37 20.222 12.921 19.184C13.989 17.166 14.636 15.607 15.18 14.141C16.038 15.867 17.221 17.508 18.775 18.822ZM21.5553 27.3521H24.4447L24.9995 29H26.7518L23.7581 21.002H22.231L19.2537 29H21.006L21.5553 27.3521ZM23.9998 26.0172H22.0002L22.9945 23.0234L23.9998 26.0172Z" class="cls-1"/></svg>');
|
||
}
|
||
&.icon-format-xlsx {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="63" height="63" viewBox="16.287 32.45 63.000002 63" xml:space="preserve" ><defs><style>.cls-1{fill:@{themeColor};}</style></defs><path class="cls-1" d="m 53.774,43.725 c 2.825,-0.2 5.663,-0.375 8.5,-0.512 -3.337,6.837 -6.688,13.675 -10.087,20.487 3.438,7 6.95,13.95 10.399,20.95 -3.012,-0.175 -6.012,-0.362 -9.024,-0.575 -2.125,-5.213 -4.713,-10.25 -6.237,-15.7 -1.7,5.075 -4.125,9.862 -6.075,14.838 -2.737,-0.038 -5.476,-0.15 -8.213,-0.263 3.212,-6.287 6.312,-12.624 9.624,-18.874 -2.813,-6.438 -5.899,-12.75 -8.8,-19.15 2.75,-0.163 5.5,-0.325 8.25,-0.475 1.862,4.888 3.9,9.712 5.438,14.725 1.65,-5.313 4.112,-10.313 6.225,-15.451 z" /></svg>');
|
||
}
|
||
&.icon-format-xltx {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33" height="33" viewBox="0 0 33 33" xml:space="preserve" ><defs><style>.cls-1{fill:@{themeColor};}</style><clipPath id="clip-xltx"><rect width="33" height="33"/></clipPath></defs><g id="xltx" clip-path="url(#clip-xltx)"><rect id="Rectangle_20" data-name="Rectangle 20" width="33" height="33" fill="none"/><path id="Path_19" data-name="Path 19" d="M516.527,119.222q2.151-.131,4.314-.222-2.54,4.455-5.119,8.9c1.744,3.04,3.528,6.06,5.278,9.1-1.528-.076-3.052-.158-4.581-.251a58.98,58.98,0,0,1-3.166-6.819c-.862,2.2-2.094,4.284-3.084,6.445-1.389-.017-2.779-.066-4.168-.114,1.63-2.732,3.2-5.484,4.885-8.2-1.428-2.8-2.994-5.54-4.467-8.319q2.095-.106,4.188-.206c.945,2.123,1.98,4.218,2.76,6.4C514.205,123.626,515.454,121.454,516.527,119.222Z" transform="translate(-504 -117)" class="cls-1"/><g id="Group_5" data-name="Group 5" transform="translate(16 16)"><path id="Path_44" data-name="Path 44" d="M1.011,0H13.989A1.011,1.011,0,0,1,15,1.011V13.989A1.011,1.011,0,0,1,13.989,15H1.011A1.011,1.011,0,0,1,0,13.989V1.011A1.011,1.011,0,0,1,1.011,0Z" class="cls-1"/><path id="Path_39" data-name="Path 39" d="M5.794,13.25V3.911H9.258V2.25h-9V3.911H3.729V13.25Z" transform="translate(2.742 -0.25)" fill="#fff"/></g></g></svg>');
|
||
}
|
||
&.icon-format-ods {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 -54.11 193.631 193.63" height="193.63px" width="193.631px" y="0px" x="0px" xml:space="preserve"><defs><style>.cls-1{fill:@{themeColor};}</style></defs><path d="M193.16,5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497 c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673,1.496-30.622,6.678c-6.13-3.477-13.071-5.741-20.542-6.448 c-10.298-0.974-20.17,1.16-28.697,5.629c-0.084,0.044-0.17,0.095-0.251,0.135c-0.207,0.162-0.347,0.414-0.347,0.697 c0,0.492,0.392,0.89,0.889,0.89c0.046,0,0.091-0.007,0.139-0.017c0.021-0.002,0.042-0.011,0.061-0.015 c4.586-0.848,9.368-1.088,14.243-0.627c13.684,1.293,25.609,5.521,33.975,15.011c0.437,0.455,0.822,0.427,1.266-0.024 c10.523-12.2,26.662-17.021,44.006-15.382c0.968,0.094,1.921,0.213,2.871,0.355c0.33,0.05,0.836,0.134,1.133,0.167 c0.572,0.063,0.88-0.397,0.88-0.891C193.629,6.056,193.485,5.776,193.16,5.615L193.16,5.615z" class="cls-1" /><path d="M173.054,48.544c-0.057-0.028-0.107-0.046-0.154-0.065 c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293,0-37.154,6.127-51.757,16.524c-11.146-4.993-23.497-7.776-36.496-7.776 c-18.485,0-35.648,5.617-49.895,15.237c-0.047,0.029-0.095,0.066-0.149,0.104C0.205,66.044,0,66.418,0,66.848 c0,0.729,0.592,1.323,1.323,1.323c0.086,0,0.174-0.013,0.259-0.03c0.058-0.015,0.107-0.027,0.161-0.048 c8.166-2.456,16.832-3.791,25.798-3.791c23.836,0,45.083,5.634,61.08,20.681c0.038,0.028,0.071,0.065,0.111,0.104 c0.232,0.205,0.53,0.325,0.863,0.325c0.412,0,0.774-0.188,1.018-0.486c0.006,0.005,0.515-0.72,0.773-1.069 c16.246-22.217,43.03-33.172,72.845-33.172c2.129,0,4.246,0.08,6.338,0.225c0.602,0.047,1.873,0.144,1.902,0.144 c0.727,0,1.322-0.591,1.322-1.323C173.796,49.203,173.492,48.752,173.054,48.544L173.054,48.544z" class="cls-1" /></svg>');
|
||
}
|
||
&.icon-format-ots {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33" height="33" viewBox="0 0 33 33"><defs><clipPath id="clip-ots"><rect width="33" height="33"/></clipPath><style>.cls-1{fill:@{themeColor};}</style></defs><g id="ots" clip-path="url(#clip-ots)"><rect id="Rectangle_20" data-name="Rectangle 20" width="33" height="33" fill="none"/><path id="Path_33" data-name="Path 33" d="M125.173,121h0c-.046-.03-.093-.059-.141-.088a6.133,6.133,0,0,0-2.467-.869,6.014,6.014,0,0,0-4.309,1.188,6.223,6.223,0,0,0-2.892-1.147,5.965,5.965,0,0,0-4.039,1l-.036.024a.176.176,0,0,0-.049.125.145.145,0,0,0,.126.158l.019,0a.019.019,0,0,0,.009,0,5.781,5.781,0,0,1,2.005-.111,6.41,6.41,0,0,1,4.782,2.669c.06.081.115.076.178,0a6.288,6.288,0,0,1,6.194-2.735c.136.017.27.038.4.064.047.009.119.024.161.03.08.011.123-.071.123-.159A.155.155,0,0,0,125.173,121Z" transform="translate(-94.24 -116)" class="cls-1"/><path id="Path_34" data-name="Path 34" d="M126.894,125.978a.175.175,0,0,0-.022-.011,11.686,11.686,0,0,0-4.905-1.082,11.924,11.924,0,0,0-7.444,2.647,11.725,11.725,0,0,0-5.251-1.245,11.884,11.884,0,0,0-7.176,2.441.229.229,0,0,0-.022.016.217.217,0,0,0-.073.167.2.2,0,0,0,.191.211.167.167,0,0,0,.037,0,.118.118,0,0,0,.023-.008,11.679,11.679,0,0,1,3.71-.608c3.429,0,6.486.9,8.787,3.315a.093.093,0,0,1,.016.016.172.172,0,0,0,.123.052.18.18,0,0,0,.147-.078s.075-.115.111-.171a12.1,12.1,0,0,1,10.479-5.315c.306,0,.611.014.912.037l.273.022a.2.2,0,0,0,.191-.211A.211.211,0,0,0,126.894,125.978Z" transform="translate(-100 -115.885)" class="cls-1"/><g id="Group_5" data-name="Group 5" transform="translate(16 16)"><path id="Path_44" data-name="Path 44" d="M1.011,0H13.989A1.011,1.011,0,0,1,15,1.011V13.989A1.011,1.011,0,0,1,13.989,15H1.011A1.011,1.011,0,0,1,0,13.989V1.011A1.011,1.011,0,0,1,1.011,0Z" class="cls-1"/><path id="Path_39" data-name="Path 39" d="M5.794,13.25V3.911H9.258V2.25h-9V3.911H3.729V13.25Z" transform="translate(2.742 -0.25)" fill="#fff"/></g></g></svg>');
|
||
}
|
||
&.icon-format-csv {
|
||
width: 30px;
|
||
height: 30px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 58 58" height="58px" width="58px" y="0px" x="0px" xml:space="preserve"><defs><style>.cls-1{fill:@{themeColor};}</style></defs><rect height="1" width="9" class="cls-1" y="42.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="38.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="34.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="30.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="26.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="22.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="18.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="14.5" x="13.5" /><rect height="1" width="9" class="cls-1" y="42.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="38.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="34.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="30.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="26.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="22.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="18.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="14.5" x="24.5" /><rect height="1" width="9" class="cls-1" y="42.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="38.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="34.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="30.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="26.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="22.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="18.5" x="35.5" /><rect height="1" width="9" class="cls-1" y="14.5" x="35.5" /></svg>');
|
||
}
|
||
// Collaboration
|
||
&.icon-collaboration {
|
||
width: 24px;
|
||
height: 24px;
|
||
.encoded-svg-background('<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9912 6C15.9912 8.34102 15.4074 10.1346 14.6055 11.3121C13.7983 12.4974 12.8249 13 11.9912 13C11.1575 13 10.1841 12.4974 9.37695 11.3121C8.57501 10.1346 7.99121 8.34102 7.99121 6C7.99121 3.61508 9.96974 2 11.9912 2C14.0127 2 15.9912 3.61508 15.9912 6ZM14.5015 12.9506C13.7365 13.6361 12.8649 14 11.9912 14C11.1195 14 10.2499 13.6378 9.48619 12.9554C7.78363 13.6081 6.36015 14.2591 5.26963 14.9224C3.55256 15.9667 3 16.8326 3 17.5C3 18.2545 3.4257 19.0877 4.82302 19.7879C6.25015 20.5031 8.57272 20.9999 12 21C15.4273 21 17.7499 20.5031 19.177 19.7879C20.5743 19.0877 21 18.2545 21 17.5C21 16.8326 20.4474 15.9667 18.7304 14.9224C17.6372 14.2575 16.2095 13.605 14.5015 12.9506ZM15.2272 12.1594C16.2765 10.7825 16.9912 8.67814 16.9912 6C16.9912 3 14.5 1 11.9912 1C9.48242 1 6.99121 3 6.99121 6C6.99121 8.68159 7.70777 10.7879 8.75931 12.1647C4.60309 13.7964 2 15.4951 2 17.5C2 19.9852 5 21.9999 12 22C19 22 22 19.9852 22 17.5C22 15.4929 19.3913 13.7927 15.2272 12.1594Z" fill="@{themeColor}"/></g></svg>');
|
||
}
|
||
}
|
||
|
||
// Overwrite color for toolbar
|
||
.navbar {
|
||
i.icon {
|
||
&.icon-undo {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><path d="M20,17v-2c0-1.7-1.3-3-3-3H3.7l3.4,3.4l-1.4,1.4l-5.2-5.2L0,11l0.5-0.6l5.2-5.2l1.4,1.4L3.7,10H17c2.8,0,5,2.2,5,5v2H20z"/></g></svg>');
|
||
}
|
||
&.icon-redo {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><path d="M0,17v-2c0-2.8,2.2-5,5-5h13.3l-3.4-3.4l1.4-1.4l5.2,5.2L22,11l-0.5,0.6l-5.2,5.2l-1.4-1.4l3.4-3.4H5c-1.7,0-3,1.3-3,3v2H0z"/></g></svg>');
|
||
}
|
||
&.icon-search {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><path d="M19.5,16.8L16,13.3c0.7-1.1,1.1-2.4,1.1-3.8C17,5.4,13.6,2,9.5,2S2,5.4,2,9.5S5.4,17,9.5,17c1.4,0,2.7-0.4,3.8-1.1l3.5,3.5c0.7,0.7,1.9,0.7,2.6,0C20.2,18.7,20.2,17.6,19.5,16.8z M9.5,15.3c-3.2,0-5.8-2.6-5.8-5.8s2.6-5.8,5.8-5.8s5.8,2.6,5.8,5.8S12.7,15.3,9.5,15.3z"/></g></svg>');
|
||
}
|
||
&.icon-burger {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-8 1 22 22" fill="@{navBarIconColor}"><g><path d="M-6,6v2h18V6H-6z M-6,13h18v-2H-6V13z M-6,18h18v-2H-6V18z"/></g></svg>');
|
||
}
|
||
&.icon-plus {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><path d="M21,12h-9v9h-2v-9H1v-2h9V1h2v9h9V12z"/></g></svg>');
|
||
}
|
||
&.icon-edit {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><path d="M0,20h22v1H0V20z"/><polygon points="17.1,3.1 3.5,16.7 3,20 6.3,19.5 19.9,5.9 "/><path d="M20.5,5.3L22,3.8c0,0-0.2-1.2-0.9-1.9C20.4,1.1,19.2,1,19.2,1l-1.5,1.5L20.5,5.3z"/></g></svg>');
|
||
}
|
||
&.icon-settings {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><path d="M12.1,2H9.9C9.6,2,9.4,2.2,9.3,2.5L8.8,4.9c0,0.2-0.2,0.3-0.3,0.3s-0.1,0-0.2-0.1L6.2,3.8C6.1,3.7,6,3.7,5.8,3.7c-0.1,0-0.3,0-0.4,0.1L3.8,5.4c-0.1,0.2-0.2,0.5,0,0.8l1.3,2.1c0.1,0.2,0.1,0.4-0.2,0.5L2.5,9.3C2.2,9.4,2,9.6,2,9.9v2.2c0,0.3,0.2,0.5,0.5,0.6l2.4,0.5c0.3,0.1,0.4,0.3,0.2,0.5l-1.3,2.1c-0.2,0.2-0.1,0.6,0.1,0.8l1.6,1.6c0.1,0.1,0.3,0.2,0.4,0.2s0.2,0,0.3-0.1L8.3,17c0.1-0.1,0.1-0.1,0.2-0.1s0.3,0.1,0.3,0.3l0.5,2.3C9.4,19.8,9.6,20,9.9,20h2.2c0.3,0,0.5-0.2,0.6-0.5l0.5-2.4c0-0.2,0.1-0.3,0.3-0.3c0.1,0,0.1,0,0.2,0.1l2.1,1.3c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2l1.6-1.6c0.2-0.2,0.2-0.5,0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5,0.2-0.5l2.4-0.5c0.3-0.1,0.5-0.3,0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2,0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2s-0.2,0-0.3,0.1l-2.1,1.3C13.6,5,13.6,5,13.5,5s-0.3-0.1-0.3-0.3l-0.5-2.2C12.6,2.2,12.4,2,12.1,2L12.1,2z M11,14.5c-1.9,0-3.5-1.6-3.5-3.5S9.1,7.5,11,7.5s3.5,1.6,3.5,3.5S12.9,14.5,11,14.5L11,14.5z"/></g></svg>');
|
||
}
|
||
&.icon-prev {
|
||
width: 20px;
|
||
height: 20px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><polygon points="5.1,10.9 13.9,2 16,4.1 9.2,11.1 16,17.9 13.9,20 5.1,11.2 5,11.1 "/></g></svg>');
|
||
}
|
||
&.icon-next {
|
||
width: 20px;
|
||
height: 20px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><polygon points="16.9,10.9 8.1,2 6,4.1 12.8,11.1 6,17.9 8.1,20 16.9,11.2 17,11.1 "/></g></svg>');
|
||
}
|
||
&.icon-expand-down {
|
||
width: 22px;
|
||
height: 22px;
|
||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" fill="@{navBarIconColor}"><g><polygon points="10.9,16.9 2,8.1 4.1,6 11.1,12.8 17.9,6 20,8.1 11.2,16.9 11.1,17 "/></g></svg>');
|
||
}
|
||
&.icon-collaboration {
|
||
width: 24px;
|
||
height: 24px;
|
||
.encoded-svg-background('<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.9912 6C14.9912 8.18203 14.4464 9.76912 13.7789 10.7492C13.101 11.7447 12.4042 12 11.9912 12C11.5782 12 10.8814 11.7447 10.2035 10.7492C9.53601 9.76912 8.99121 8.18203 8.99121 6C8.99121 4.23017 10.4571 3 11.9912 3C13.5254 3 14.9912 4.23017 14.9912 6ZM13.4917 13.6397C13.0059 13.8771 12.4989 14 11.9912 14C11.4861 14 10.9817 13.8784 10.4983 13.6434C8.53188 14.3681 6.94518 15.0737 5.78927 15.7768C4.10512 16.8011 4 17.4079 4 17.5C4 17.7664 4.1014 18.3077 5.27104 18.8939C6.50029 19.5099 8.64545 19.9999 12 20C15.3546 20 17.4997 19.5099 18.7289 18.8939C19.8986 18.3078 20 17.7664 20 17.5C20 17.4079 19.8949 16.8011 18.2107 15.7768C17.0529 15.0726 15.4627 14.3657 13.4917 13.6397ZM15.2272 12.1594C16.2765 10.7825 16.9912 8.67814 16.9912 6C16.9912 3 14.5 1 11.9912 1C9.48242 1 6.99121 3 6.99121 6C6.99121 8.68159 7.70777 10.7879 8.75931 12.1647C4.60309 13.7964 2 15.4951 2 17.5C2 19.9852 5 21.9999 12 22C19 22 22 19.9852 22 17.5C22 15.4929 19.3913 13.7927 15.2272 12.1594Z" fill="@{navBarIconColor}"/></svg>');
|
||
}
|
||
}
|
||
}
|
||
|
||
.chart-types .thumb {
|
||
&.bar-normal {
|
||
background-image: url('../img/charts/chart-03.png');
|
||
}
|
||
&.bar-stacked {
|
||
background-image: url('../img/charts/chart-02.png');
|
||
}
|
||
&.bar-pstacked {
|
||
background-image: url('../img/charts/chart-01.png');
|
||
}
|
||
&.line-normal {
|
||
background-image: url('../img/charts/chart-06.png');
|
||
}
|
||
&.line-stacked {
|
||
background-image: url('../img/charts/chart-05.png');
|
||
}
|
||
&.line-pstacked {
|
||
background-image: url('../img/charts/chart-04.png');
|
||
}
|
||
&.hbar-normal {
|
||
background-image: url('../img/charts/chart-09.png');
|
||
}
|
||
&.hbar-stacked {
|
||
background-image: url('../img/charts/chart-08.png');
|
||
}
|
||
&.hbar-pstacked {
|
||
background-image: url('../img/charts/chart-07.png');
|
||
}
|
||
&.area-normal {
|
||
background-image: url('../img/charts/chart-12.png');
|
||
}
|
||
&.area-stacked {
|
||
background-image: url('../img/charts/chart-11.png');
|
||
}
|
||
&.area-pstacked {
|
||
background-image: url('../img/charts/chart-10.png');
|
||
}
|
||
&.pie {
|
||
background-image: url('../img/charts/chart-13.png');
|
||
}
|
||
&.doughnut {
|
||
background-image: url('../img/charts/chart-14.png');
|
||
}
|
||
&.pie3d {
|
||
background-image: url('../img/charts/chart-22.png');
|
||
}
|
||
&.scatter {
|
||
background-image: url('../img/charts/chart-15.png');
|
||
}
|
||
&.stock {
|
||
background-image: url('../img/charts/chart-16.png');
|
||
}
|
||
&.line3d {
|
||
background-image: url('../img/charts/chart-21.png');
|
||
}
|
||
&.bar3dnormal {
|
||
background-image: url('../img/charts/chart-17.png');
|
||
}
|
||
&.bar3dstack {
|
||
background-image: url('../img/charts/chart-18.png');
|
||
}
|
||
&.bar3dpstack {
|
||
background-image: url('../img/charts/chart-19.png');
|
||
}
|
||
&.hbar3dnormal {
|
||
background-image: url('../img/charts/chart-25.png');
|
||
}
|
||
&.hbar3dstack {
|
||
background-image: url('../img/charts/chart-24.png');
|
||
}
|
||
&.hbar3dpstack {
|
||
background-image: url('../img/charts/chart-23.png');
|
||
}
|
||
&.bar3dpsnormal {
|
||
background-image: url('../img/charts/chart-20.png');
|
||
}
|
||
} |