Merge pull request #1477 from ONLYOFFICE/feature/fix-bugs
Feature/fix bugs
This commit is contained in:
commit
0e9e20e0ea
|
@ -30,4 +30,17 @@ i.icon {
|
|||
height: 24px;
|
||||
.encoded-svg-background('<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="20" height="20"><circle cx="12" cy="12" r="9.5" fill="@{gray}" stroke="@{brandColor}"/></mask><g mask="url(#mask0)"><circle cx="12" cy="12" r="9.5" transform="rotate(-90 12 12)" stroke="@{brandColor}"/><line x1="5.09054" y1="19.2024" x2="19.1919" y2="5.10094" stroke="@{brandColor}"/></g></svg>');
|
||||
}
|
||||
|
||||
// Formats
|
||||
|
||||
&.icon-format-pdf {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_57_6088" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM5 9V15H6.07143V13H7.67857C8.56617 13 9.28571 12.3284 9.28571 11.5V10.5C9.28571 9.67163 8.56617 9 7.67857 9H5ZM6.07143 10H7.67857C7.97445 10 8.21429 10.2239 8.21429 10.5V11.5C8.21429 11.7761 7.97445 12 7.67857 12H6.07143V10ZM15.7143 15H16.7857V13H19.4643V12H16.7857V10H20V9H15.7143V15ZM10.3571 9H13.0357C13.9233 9 14.6429 9.67163 14.6429 10.5V13.5C14.6429 14.3284 13.9233 15 13.0357 15H10.3571V9ZM13.0357 10H11.4286V14H13.0357C13.3316 14 13.5714 13.7761 13.5714 13.5V10.5C13.5714 10.2239 13.3316 10 13.0357 10Z" fill="black"/></mask><g mask="url(#mask0_57_6088)"><rect width="24" height="24" fill="#DB4437"/></g></svg>');
|
||||
}
|
||||
&.icon-format-pdfa {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.2752 14.8145H18.6006L21.2186 21.1855H19.8211L19.2975 19.7677H16.6952L16.1741 21.1855H14.7814L17.385 14.8145H17.7057H18.2752ZM17.0442 18.8182H18.9468L17.9932 16.2361L17.0442 18.8182Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V13.101C21.9417 12.021 20.5363 11.2825 18.9643 11.0659V11H16.2857V9H19.5V8H15.2143V11.5763C14.8389 11.7393 14.4806 11.9343 14.1429 12.1577V9.5C14.1429 8.67163 13.4233 8 12.5357 8H9.85714V14H12.2548C11.4639 15.1338 11.0001 16.5128 11.0001 18.0001C11.0001 19.9587 11.8045 21.7295 13.101 23H4C2.34315 23 1 21.6569 1 20V4ZM4.5 8V14H5.57143V12H7.17857C8.06617 12 8.78571 11.3284 8.78571 10.5V9.5C8.78571 8.67163 8.06617 8 7.17857 8H4.5ZM5.57143 9H7.17857C7.47445 9 7.71429 9.22388 7.71429 9.5V10.5C7.71429 10.7761 7.47445 11 7.17857 11H5.57143V9ZM12.5357 9H10.9286V13H12.5357C12.8316 13 13.0714 12.7761 13.0714 12.5V9.5C13.0714 9.22388 12.8316 9 12.5357 9Z" fill="#DB4437"/></svg>');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
@import './app-ios.less';
|
||||
@import './icons-ios.less';
|
||||
@import './icons-material.less';
|
||||
@import './icons-common.less';
|
||||
|
||||
:root {
|
||||
--f7-popover-width: 360px;
|
||||
|
|
57
apps/documenteditor/mobile/src/less/icons-common.less
Normal file
57
apps/documenteditor/mobile/src/less/icons-common.less
Normal file
|
@ -0,0 +1,57 @@
|
|||
// Formats
|
||||
|
||||
i.icon {
|
||||
&.icon-format-docx {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 1C2.84315 1 1.5 2.34315 1.5 4V20C1.5 21.6569 2.84315 23 4.5 23H20.5C22.1569 23 23.5 21.6569 23.5 20V4C23.5 2.34315 22.1569 1 20.5 1H4.5ZM5.5 7.5H19.5V8.5H5.5V7.5ZM5.5 11.5H19.5V12.5H5.5V11.5ZM19.5 15.5H5.5V16.5H19.5V15.5Z" fill="#446995"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-docxf {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 1C2.84315 1 1.5 2.34315 1.5 4V20C1.5 21.6569 2.84315 23 4.5 23H20.5C22.1569 23 23.5 21.6569 23.5 20V4C23.5 2.34315 22.1569 1 20.5 1H4.5ZM19.5 7H5.5V10H19.5V7ZM4.5 6V11H20.5V6H4.5ZM5.5 14H19.5V17H5.5V14ZM4.5 18V13H20.5V18H4.5Z" fill="#27ABA3"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-oform {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 1C2.84315 1 1.5 2.34315 1.5 4V20C1.5 21.6569 2.84315 23 4.5 23H20.5C22.1569 23 23.5 21.6569 23.5 20V4C23.5 2.34315 22.1569 1 20.5 1H4.5ZM19.5 7H5.5V17H19.5V7ZM5.5 6H4.5V7V17V18H5.5H19.5H20.5V17V7V6H19.5H5.5ZM9.5 9H7.5V10H9.5V14H7.5V15H9.5V14H10.5V15H12.5V14H10.5V10H12.5V9H10.5V10H9.5V9Z" fill="#188079"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-txt {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM5 7.5H19V8.5H5V7.5ZM5 11.5H19V12.5H5V11.5ZM19 15.5H5V16.5H19V15.5Z" fill="#757575"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-rtf {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM19 7.5H12V8.5H19V7.5ZM19 11.5H12V12.5H19V11.5ZM19 15.5V16.5H5V15.5H19ZM10 7.5H5V12.5H10V7.5Z" fill="#635E9B"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-odt {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 4C1.5 2.34315 2.84315 1 4.5 1H20.5C22.1569 1 23.5 2.34315 23.5 4V20C23.5 21.6569 22.1569 23 20.5 23H4.5C2.84315 23 1.5 21.6569 1.5 20V4ZM20.4523 7.74897V7.74817C20.4256 7.72981 20.3987 7.71247 20.3719 7.69519L20.3513 7.68188C19.8128 7.33699 19.2196 7.11012 18.5893 7.03103C17.4751 6.89113 16.4103 7.23056 15.5106 7.92168C14.8943 7.45795 14.1965 7.156 13.4453 7.06171C12.41 6.93181 11.4174 7.21642 10.5601 7.81245L10.5495 7.82011L10.5495 7.82011C10.5445 7.82374 10.5396 7.82735 10.5349 7.83046C10.5141 7.85206 10.5 7.88567 10.5 7.92342C10.5 7.98904 10.5394 8.04212 10.5894 8.04212C10.594 8.04212 10.5985 8.04118 10.6034 8.03985C10.6055 8.03958 10.6076 8.03838 10.6095 8.03785C11.0706 7.92475 11.5513 7.89274 12.0415 7.95423C13.4173 8.12667 14.6162 8.69056 15.4573 9.95625C15.5013 10.0169 15.54 10.0132 15.5846 9.95305C16.6426 8.32593 18.2652 7.68295 20.009 7.90154C20.1063 7.91408 20.2021 7.92995 20.2976 7.94889L20.3265 7.95483C20.3559 7.96094 20.3894 7.96791 20.4115 7.97116C20.469 7.97957 20.5 7.91822 20.5 7.85233C20.4995 7.80778 20.485 7.77044 20.4523 7.74897ZM19.4258 12.7749C19.429 12.7766 19.4324 12.7784 19.4362 12.7808C19.474 12.8046 19.5003 12.8562 19.5 12.9167C19.5 13.0004 19.4486 13.0681 19.3859 13.0681C19.3834 13.0681 19.2737 13.057 19.2217 13.0516C19.0412 13.035 18.8585 13.0258 18.6747 13.0258C16.1014 13.0258 13.7897 14.2795 12.3875 16.822C12.3766 16.8415 12.3607 16.8711 12.3471 16.8964C12.3327 16.923 12.321 16.9447 12.3208 16.9444C12.2997 16.9785 12.2685 17 12.2329 17C12.2042 17 12.1784 16.9863 12.1584 16.9628C12.1575 16.9616 12.1566 16.9605 12.1558 16.9593C12.1534 16.9562 12.1513 16.9533 12.1488 16.9509C10.7681 15.2289 8.93433 14.5842 6.87705 14.5842C6.1032 14.5842 5.35524 14.7369 4.65044 15.018C4.64616 15.0202 4.64224 15.0216 4.63776 15.0231L4.63654 15.0235C4.62921 15.0255 4.62161 15.0269 4.61419 15.0269C4.5511 15.0269 4.5 14.959 4.5 14.8755C4.5 14.8263 4.51769 14.7835 4.54393 14.7567C4.5454 14.7554 4.54681 14.754 4.54819 14.7527C4.55119 14.7498 4.55401 14.7471 4.55679 14.7448C5.78644 13.6439 7.26778 13.0011 8.86321 13.0011C9.98515 13.0011 11.0512 13.3196 12.0132 13.891C13.2735 12.7012 14.8151 12 16.4803 12C17.5223 12 18.5151 12.2756 19.4229 12.7734C19.4239 12.7739 19.4248 12.7744 19.4258 12.7749Z" fill="#3C6D88"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-html {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM14.7499 8.5L20.2531 11.5823V12.5358L14.7531 15V13.9043L18.9274 11.9833L14.7499 9.67542V8.5ZM12.6262 7.5H13.6262L11.3771 16.5H10.3771L12.6262 7.5ZM9.2531 8.5L3.75 11.5823V12.5358L9.25 15V13.9043L5.07567 11.9833L9.2531 9.67542V8.5Z" fill="#7C9A34"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-dotx {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.7458 22V16.7307H21.2522V15.4956H18.7458H17.2265H14.7478V16.7307H17.2265V22H18.7458Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V13.101C21.7295 11.8045 19.9587 11 18 11C15.0148 11 12.4661 12.8686 11.4596 15.5H5V16.5H11.1611C11.0556 16.9832 11 17.4851 11 18C11 19.9587 11.8045 21.7295 13.101 23H4C2.34315 23 1 21.6569 1 20V4ZM5 7.5H19V8.5H5V7.5ZM5 11.5H13V12.5H5V11.5Z" fill="#446995"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-ott {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.7458 22V16.7307H21.2522V15.4956H18.7458H17.2265H14.7478V16.7307H17.2265V22H18.7458Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H13.101C11.8045 21.7295 11 19.9587 11 18C11 17.4576 11.0617 16.9296 11.1785 16.4226C9.86316 15.0952 8.20867 14.5842 6.37705 14.5842C5.6032 14.5842 4.85524 14.7369 4.15044 15.018C4.14616 15.0202 4.14224 15.0216 4.13776 15.0231L4.13654 15.0235C4.12921 15.0255 4.12161 15.0269 4.11419 15.0269C4.0511 15.0269 4 14.959 4 14.8755C4 14.8263 4.01769 14.7835 4.04393 14.7567C4.0454 14.7554 4.04681 14.754 4.04819 14.7527C4.05119 14.7498 4.05401 14.7471 4.05679 14.7448C5.28644 13.6439 6.76778 13.0011 8.36321 13.0011C9.48515 13.0011 10.5512 13.3196 11.5132 13.891C12.1885 13.2535 12.9445 12.7563 13.7571 12.432C14.9342 11.5336 16.4048 11 18 11C19.9587 11 21.7295 11.8045 23 13.101V4C23 2.34315 21.6569 1 20 1H4ZM19.9523 7.74897V7.74817C19.9256 7.72981 19.8987 7.71247 19.8719 7.69519L19.8513 7.68188C19.3128 7.33699 18.7196 7.11012 18.0893 7.03103C16.9751 6.89113 15.9103 7.23056 15.0106 7.92168C14.3943 7.45795 13.6965 7.156 12.9453 7.06171C11.91 6.93181 10.9174 7.21642 10.0601 7.81245L10.0495 7.82011L10.0495 7.82011C10.0445 7.82374 10.0396 7.82735 10.0349 7.83046C10.0141 7.85206 10 7.88567 10 7.92342C10 7.98904 10.0394 8.04212 10.0894 8.04212C10.094 8.04212 10.0985 8.04118 10.1034 8.03985C10.1055 8.03958 10.1076 8.03838 10.1095 8.03785C10.5706 7.92475 11.0513 7.89274 11.5415 7.95423C12.9173 8.12667 14.1162 8.69056 14.9573 9.95625C15.0013 10.0169 15.04 10.0132 15.0846 9.95305C16.1426 8.32593 17.7652 7.68295 19.509 7.90154C19.6063 7.91408 19.7021 7.92995 19.7976 7.94889L19.8265 7.95483C19.8559 7.96094 19.8894 7.96791 19.9115 7.97116C19.969 7.97957 20 7.91822 20 7.85233C19.9995 7.80778 19.985 7.77044 19.9523 7.74897Z" fill="#3C6D88"/></svg>');
|
||||
}
|
||||
}
|
|
@ -82,64 +82,8 @@
|
|||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-1 7 22 22" fill="@{brandColor}"><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>');
|
||||
}
|
||||
|
||||
// Download
|
||||
|
||||
&.icon-format-docx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="22.015 20.75 66 66"><defs><style>.cls-1{fill:"@{brandColor}"}.cls-2{fill:#fff;}.cls-3{fill:"@{brandColor}"}</style></defs><g id="g3103" transform="translate(-21.015556,0)" display="none"><path class="cls-1" fill="@{brandColor}" d="M78.521,0h7.475c0,3.337,0,6.663,0,10 c13.375,0.075,26.738-0.138,40.101,0.075c2.85-0.288,5.087,1.925,4.825,4.775c0.212,24.625-0.051,49.262,0.125,73.887 c-0.125,2.525,0.25,5.325-1.213,7.563c-1.825,1.3-4.188,1.138-6.313,1.237C111.008,97.475,98.508,97.5,85.996,97.5 c0,3.338,0,6.662,0,10h-7.813c-19.024-3.475-38.1-6.662-57.162-10c-0.013-29.162,0-58.325,0-87.475 C40.183,6.675,59.359,3.413,78.521,0z"/><path class="cls-2" d="M85.996,13.75c13.75,0,27.5,0,41.25,0 c0,26.663,0,53.338,0,80c-13.75,0-27.5,0-41.25,0c0-3.338,0-6.662,0-10c10.838,0,21.663,0,32.5,0c0-1.662,0-3.338,0-5 c-10.837,0-21.662,0-32.5,0c0-2.088,0-4.162,0-6.25c10.838,0,21.663,0,32.5,0c0-1.662,0-3.338,0-5c-10.837,0-21.662,0-32.5,0 c0-2.088,0-4.162,0-6.25c10.838,0,21.663,0,32.5,0c0-1.662,0-3.338,0-5c-10.837,0-21.662,0-32.5,0c0-2.087,0-4.163,0-6.25 c10.838,0,21.663,0,32.5,0c0-1.663,0-3.337,0-5c-10.837,0-21.662,0-32.5,0c0-2.087,0-4.163,0-6.25c10.838,0,21.663,0,32.5,0 c0-1.663,0-3.337,0-5c-10.837,0-21.662,0-32.5,0c0-2.087,0-4.163,0-6.25c10.838,0,21.663,0,32.5,0c0-1.663,0-3.337,0-5 c-10.837,0-21.662,0-32.5,0C85.996,19.587,85.996,16.663,85.996,13.75z"/><path class="cls-2" fill="#fff" d="M46.846,35.837 c2.375-0.137,4.75-0.237,7.125-0.362c1.662,8.438,3.362,16.862,5.162,25.262c1.413-8.675,2.976-17.325,4.487-25.987 c2.5-0.087,5-0.225,7.488-0.375c-2.825,12.112-5.301,24.325-8.388,36.362c-2.088,1.088-5.213-0.05-7.688,0.125 c-1.663-8.274-3.601-16.5-5.088-24.813c-1.462,8.075-3.362,16.075-5.037,24.101c-2.4-0.125-4.813-0.275-7.226-0.438 c-2.074-11-4.512-21.925-6.449-32.95c2.137-0.1,4.287-0.188,6.425-0.263c1.287,7.962,2.75,15.888,3.875,23.862 C43.297,52.188,45.096,44.013,46.846,35.837z"/></g><path class="cls-3" fill="@{brandColor}" d="M50.69,36.792c2.375-0.137,4.75-0.237,7.125-0.362 c1.662,8.438,3.362,16.862,5.162,25.262c1.413-8.675,2.976-17.325,4.487-25.987c2.5-0.087,5-0.225,7.488-0.375 c-2.825,12.112-5.301,24.325-8.388,36.362c-2.088,1.088-5.213-0.05-7.688,0.125c-1.663-8.274-3.601-16.5-5.088-24.813 c-1.462,8.075-3.362,16.075-5.037,24.101c-2.4-0.125-4.813-0.275-7.226-0.438c-2.074-11-4.512-21.925-6.449-32.95 c2.137-0.1,4.287-0.188,6.425-0.263c1.287,7.962,2.75,15.888,3.875,23.862C47.14,53.143,48.94,44.968,50.69,36.792z"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-pdf {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 33 33" y="0px" x="0px"><defs><style>.cls-1{fill:"@{brandColor}"}</style></defs><path d="M11.875,18.648c0.8-1.567,1.709-3.334,2.437-5.107l0,0 l0.288-0.7c-0.95-3.616-1.52-6.519-1.011-8.396l0,0c0.137-0.489,0.704-0.786,1.31-0.786l0,0l0.369,0.005h0.068 c0.83-0.013,1.22,1.042,1.264,1.453l0,0c0.073,0.683-0.243,1.839-0.243,1.839l0,0c0-0.467,0.018-1.221-0.276-1.873l0,0 c-0.343-0.753-0.671-1.204-0.965-1.275l0,0c-0.148,0.099-0.292,0.304-0.342,0.699l0,0c-0.103,0.553-0.133,1.252-0.133,1.612l0,0 c0,1.272,0.25,2.952,0.743,4.683l0,0c0.093-0.268,0.174-0.526,0.24-0.767l0,0c0.101-0.38,0.743-2.901,0.743-2.901l0,0 c0,0-0.162,3.355-0.388,4.371l0,0c-0.048,0.215-0.102,0.427-0.158,0.644l0,0c0.812,2.268,2.121,4.292,3.68,5.75l0,0 c0.615,0.575,1.393,1.038,2.128,1.461l0,0c1.605-0.229,3.084-0.338,4.318-0.324l0,0c1.637,0.021,2.838,0.264,3.324,0.743l0,0 c0.238,0.232,0.335,0.514,0.365,0.83l0,0c0.007,0.122-0.053,0.41-0.07,0.482l0,0c0.018-0.088,0.018-0.518-1.297-0.938l0,0 c-1.034-0.33-2.971-0.32-5.295-0.073l0,0c2.688,1.315,5.307,1.968,6.137,1.577l0,0c0.203-0.1,0.449-0.437,0.449-0.437l0,0 c0,0-0.146,0.665-0.252,0.831l0,0c-0.134,0.18-0.396,0.376-0.646,0.441l0,0c-1.311,0.35-4.722-0.459-7.695-2.158l0,0 c-3.322,0.489-6.972,1.393-9.897,2.353l0,0c-2.874,5.037-5.035,7.351-6.793,6.471l0,0L3.63,28.833 c-0.263-0.15-0.303-0.516-0.242-0.813l0,0c0.205-1.003,1.462-2.513,3.988-4.021l0,0c0.272-0.165,1.483-0.805,1.483-0.805l0,0 c0,0-0.896,0.868-1.106,1.038l0,0c-2.016,1.652-3.504,3.73-3.467,4.536l0,0l0.007,0.069C6.005,28.594,8.573,25.109,11.875,18.648 M12.921,19.184c-0.551,1.038-1.09,2.001-1.588,2.886l0,0c2.752-1.153,5.715-1.892,8.535-2.416l0,0 c-0.379-0.262-0.746-0.539-1.093-0.832l0,0c-1.554-1.314-2.737-2.955-3.595-4.681l0,0C14.636,15.607,13.989,17.166,12.921,19.184" fill="@{brandColor}" class="cls-1"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-pdfa {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 33 33" y="0px" x="0px"><defs><style>.cls-1{fill:"@{brandColor}"}</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" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-txt {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17H2V18H22V17Z" fill="@{brandColor}"/><path d="M22 20H2V21H22V20Z" fill="@{brandColor}"/><path d="M22 14H2V15H22V14Z" fill="@{brandColor}"/><path d="M22 11H2V12H22V11Z" fill="@{brandColor}"/><path d="M22 8H2V9H22V8Z" fill="@{brandColor}"/><path d="M22 5H2V6H22V5Z" fill="@{brandColor}"/><path d="M22 2H2V3H22V2Z" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-rtf {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="7" height="7" fill="@{brandColor}"/><path d="M22 11H2V12H22V11Z" fill="@{brandColor}"/><path d="M22 14H2V15H22V14Z" fill="@{brandColor}"/><path d="M22 17H2V18H22V17Z" fill="@{brandColor}"/><path d="M22 20H2V21H22V20Z" fill="@{brandColor}"/><path d="M22 2H11V3H22V2Z" fill="@{brandColor}"/><path d="M22 5H11V6H22V5Z" fill="@{brandColor}"/><path d="M22 8H11V9H22V8Z" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-odt {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 193.631 193.63" y="0px" x="0px"><path d="M193.16,59.725v-0.006 c-0.334-0.173-0.671-0.334-1.004-0.497c-5.357-2.586-11.257-4.287-17.526-4.88c-11.083-1.049-21.673,1.496-30.622,6.678 c-6.13-3.477-13.072-5.741-20.542-6.448c-10.298-0.974-20.17,1.16-28.697,5.629c-0.084,0.044-0.17,0.095-0.251,0.135 c-0.207,0.162-0.347,0.414-0.347,0.697c0,0.492,0.392,0.89,0.889,0.89c0.046,0,0.091-0.007,0.139-0.017 c0.021-0.002,0.042-0.011,0.061-0.015c4.586-0.848,9.368-1.088,14.243-0.627c13.683,1.293,25.609,5.521,33.975,15.011 c0.436,0.455,0.822,0.427,1.265-0.024c10.524-12.2,26.663-17.021,44.006-15.382c0.968,0.094,1.921,0.213,2.871,0.355 c0.33,0.05,0.836,0.134,1.133,0.167c0.572,0.063,0.88-0.397,0.88-0.891C193.629,60.166,193.486,59.886,193.16,59.725L193.16,59.725z" class="cls-1"/><path d="M173.053,102.654c-0.056-0.029-0.106-0.046-0.154-0.066 c-10.517-4.349-22.02-6.758-34.093-6.758c-19.293,0-37.155,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,120.154,0,120.528,0,120.957 c0,0.729,0.592,1.324,1.323,1.324c0.086,0,0.174-0.013,0.259-0.03c0.058-0.015,0.107-0.028,0.161-0.048 c8.166-2.456,16.832-3.791,25.798-3.791c23.836,0,45.083,5.633,61.08,20.68c0.038,0.029,0.071,0.066,0.111,0.104 c0.232,0.205,0.53,0.325,0.863,0.325c0.412,0,0.774-0.189,1.018-0.486c0.006,0.004,0.515-0.72,0.773-1.07 c16.246-22.216,43.03-33.172,72.846-33.172c2.128,0,4.246,0.08,6.337,0.225c0.602,0.047,1.874,0.144,1.903,0.144 c0.726,0,1.322-0.591,1.322-1.324C173.796,103.313,173.492,102.862,173.053,102.654L173.053,102.654z" class="cls-1" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-html {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 62 62"><g><path class="cls-1" fill="@{brandColor}" d="M24.993,38.689L11.34,32.753v-3.288l13.653-5.91v3.872l-9.523,3.641l9.523,3.777V38.689z"/><path class="cls-1" fill="@{brandColor}" d="M27.09,41.298l4.931-20.596h2.867l-4.986,20.596H27.09z"/><path class="cls-1" fill="@{brandColor}" d="M36.986,38.703v-3.845l9.536-3.75L36.986,27.4v-3.817l13.666,5.91v3.261L36.986,38.703z"/></g></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-dotx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="21" height="19" viewBox="0 0 21 19" fill="#000"><path fill-rule="evenodd" d="M10.9985 9c-.5522 0-.99996.44772-.99996 1v8c0 .5523.44776 1 .99996 1h9c.5523 0 1-.4477 1-1v-8c0-.55228-.4477-1-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1z"/><path d="M7.97326.40492L6.48043.47623 5.38941 5.15309l-.77467 3.31162-.87852-5.09363L3.25428.69187.99854.77754l1.29895 6.21515.96522 4.51801 2.53697.1427.61204-2.63941L7.5681 3.8027l1.09681 5.03141.33363 1.45299V10c0-.99111.72092-1.81383 1.66696-1.9724L8.98193.35832l-1.00867.0466zM10.8976 8.0025L10.9985 8h2.0571l.8934-3.68759L14.9985 0l-2.6289.12215-.4155 2.19607-1.0565 5.68428z"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-ott {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path fill-rule="evenodd" d="M18.9524.65678l-.0785-.04649-.0201-.0117c-.5256-.30277-1.1045-.50192-1.7196-.57134-1.0875-.12282-2.1267.17515-3.0048.78185-.6015-.40708-1.2825-.67215-2.0156-.75492-1.0105-.11403-1.9792.13581-2.81586.65904l-.01038.00672-.01425.00908c-.02031.01897-.03405.04847-.03405.0816 0 .0576.03846.1042.08723.1042.00451 0 .00893-.00082.01364-.00199s.00253-.0006.00375-.00103l.00223-.00072c.45-.09928.91919-.12738 1.39759-.07341 1.3427.15138 2.5128.6464 3.3337 1.75747.0429.05327.0807.05.1242-.00281 1.0326-1.42836 2.6162-1.99279 4.3181-1.8009l.2817.04156.0281.00521.083.01434c.0562.00738.0864-.04648.0864-.10432-.0005-.0391-.0146-.07259-.0465-.09144zM11.9985 8c-.5522 0-1 .44772-1 1v8c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1V9c0-.55228-.4477-1-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1zm.9693-10.32247l.0118.00606c.043.02436.0729.07716.0726.13898 0 .0857-.0584.15489-.1298.15489-.0028 0-.1275-.01136-.1866-.01686l-.6219-.02634c-2.9255 0-5.5537 1.2826-7.14778 3.88374l-.04596.07604-.02989.04912c-.02395.03488-.05947.05694-.09989.05694-.03268 0-.06192-.0141-.08468-.0381-.00393-.00456-.00717-.00889-.01089-.01217C7.12513 8.18814 5.0403 7.52852 2.70144 7.52852c-.87978 0-1.73011.1563-2.53139.44385-.00487.00226-.00932.00362-.01442.00519l-.00138.00043c-.00834.00199-.01697.00351-.02541.00351-.07173 0-.12982-.06955-.12982-.1549 0-.05034.02012-.09413.04994-.12152l.00484-.00414.00978-.00804c1.39796-1.1263 3.08205-1.78393 4.89586-1.78393 1.2755 0 2.48742.32583 3.58111.91041C9.97345 5.60211 11.726 4.88477 13.6191 4.88477c1.1847 0 2.3134.28192 3.3454.79121l.0033.00155z" fill="#000"/></svg>')
|
||||
}
|
||||
|
||||
|
||||
//Edit
|
||||
// Edit
|
||||
|
||||
&.icon-text-additional {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
|
|
|
@ -137,64 +137,7 @@
|
|||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-1 7 22 22" fill="@{brandColor}"><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>');
|
||||
}
|
||||
|
||||
// Download
|
||||
|
||||
&.icon-format-docx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="22.015 20.75 66 66"><defs><style>.cls-1{fill:"@{brandColor}"}.cls-2{fill:#fff;}.cls-3{fill:"@{brandColor}"}</style></defs><g id="g3103" transform="translate(-21.015556,0)" display="none"><path class="cls-1" fill="@{brandColor}" d="M78.521,0h7.475c0,3.337,0,6.663,0,10 c13.375,0.075,26.738-0.138,40.101,0.075c2.85-0.288,5.087,1.925,4.825,4.775c0.212,24.625-0.051,49.262,0.125,73.887 c-0.125,2.525,0.25,5.325-1.213,7.563c-1.825,1.3-4.188,1.138-6.313,1.237C111.008,97.475,98.508,97.5,85.996,97.5 c0,3.338,0,6.662,0,10h-7.813c-19.024-3.475-38.1-6.662-57.162-10c-0.013-29.162,0-58.325,0-87.475 C40.183,6.675,59.359,3.413,78.521,0z"/><path class="cls-2" d="M85.996,13.75c13.75,0,27.5,0,41.25,0 c0,26.663,0,53.338,0,80c-13.75,0-27.5,0-41.25,0c0-3.338,0-6.662,0-10c10.838,0,21.663,0,32.5,0c0-1.662,0-3.338,0-5 c-10.837,0-21.662,0-32.5,0c0-2.088,0-4.162,0-6.25c10.838,0,21.663,0,32.5,0c0-1.662,0-3.338,0-5c-10.837,0-21.662,0-32.5,0 c0-2.088,0-4.162,0-6.25c10.838,0,21.663,0,32.5,0c0-1.662,0-3.338,0-5c-10.837,0-21.662,0-32.5,0c0-2.087,0-4.163,0-6.25 c10.838,0,21.663,0,32.5,0c0-1.663,0-3.337,0-5c-10.837,0-21.662,0-32.5,0c0-2.087,0-4.163,0-6.25c10.838,0,21.663,0,32.5,0 c0-1.663,0-3.337,0-5c-10.837,0-21.662,0-32.5,0c0-2.087,0-4.163,0-6.25c10.838,0,21.663,0,32.5,0c0-1.663,0-3.337,0-5 c-10.837,0-21.662,0-32.5,0C85.996,19.587,85.996,16.663,85.996,13.75z"/><path class="cls-2" fill="#fff" d="M46.846,35.837 c2.375-0.137,4.75-0.237,7.125-0.362c1.662,8.438,3.362,16.862,5.162,25.262c1.413-8.675,2.976-17.325,4.487-25.987 c2.5-0.087,5-0.225,7.488-0.375c-2.825,12.112-5.301,24.325-8.388,36.362c-2.088,1.088-5.213-0.05-7.688,0.125 c-1.663-8.274-3.601-16.5-5.088-24.813c-1.462,8.075-3.362,16.075-5.037,24.101c-2.4-0.125-4.813-0.275-7.226-0.438 c-2.074-11-4.512-21.925-6.449-32.95c2.137-0.1,4.287-0.188,6.425-0.263c1.287,7.962,2.75,15.888,3.875,23.862 C43.297,52.188,45.096,44.013,46.846,35.837z"/></g><path class="cls-3" fill="@{brandColor}" d="M50.69,36.792c2.375-0.137,4.75-0.237,7.125-0.362 c1.662,8.438,3.362,16.862,5.162,25.262c1.413-8.675,2.976-17.325,4.487-25.987c2.5-0.087,5-0.225,7.488-0.375 c-2.825,12.112-5.301,24.325-8.388,36.362c-2.088,1.088-5.213-0.05-7.688,0.125c-1.663-8.274-3.601-16.5-5.088-24.813 c-1.462,8.075-3.362,16.075-5.037,24.101c-2.4-0.125-4.813-0.275-7.226-0.438c-2.074-11-4.512-21.925-6.449-32.95 c2.137-0.1,4.287-0.188,6.425-0.263c1.287,7.962,2.75,15.888,3.875,23.862C47.14,53.143,48.94,44.968,50.69,36.792z"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-pdf {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 33 33" y="0px" x="0px"><defs><style>.cls-1{fill:"@{brandColor}"}</style></defs><path d="M11.875,18.648c0.8-1.567,1.709-3.334,2.437-5.107l0,0 l0.288-0.7c-0.95-3.616-1.52-6.519-1.011-8.396l0,0c0.137-0.489,0.704-0.786,1.31-0.786l0,0l0.369,0.005h0.068 c0.83-0.013,1.22,1.042,1.264,1.453l0,0c0.073,0.683-0.243,1.839-0.243,1.839l0,0c0-0.467,0.018-1.221-0.276-1.873l0,0 c-0.343-0.753-0.671-1.204-0.965-1.275l0,0c-0.148,0.099-0.292,0.304-0.342,0.699l0,0c-0.103,0.553-0.133,1.252-0.133,1.612l0,0 c0,1.272,0.25,2.952,0.743,4.683l0,0c0.093-0.268,0.174-0.526,0.24-0.767l0,0c0.101-0.38,0.743-2.901,0.743-2.901l0,0 c0,0-0.162,3.355-0.388,4.371l0,0c-0.048,0.215-0.102,0.427-0.158,0.644l0,0c0.812,2.268,2.121,4.292,3.68,5.75l0,0 c0.615,0.575,1.393,1.038,2.128,1.461l0,0c1.605-0.229,3.084-0.338,4.318-0.324l0,0c1.637,0.021,2.838,0.264,3.324,0.743l0,0 c0.238,0.232,0.335,0.514,0.365,0.83l0,0c0.007,0.122-0.053,0.41-0.07,0.482l0,0c0.018-0.088,0.018-0.518-1.297-0.938l0,0 c-1.034-0.33-2.971-0.32-5.295-0.073l0,0c2.688,1.315,5.307,1.968,6.137,1.577l0,0c0.203-0.1,0.449-0.437,0.449-0.437l0,0 c0,0-0.146,0.665-0.252,0.831l0,0c-0.134,0.18-0.396,0.376-0.646,0.441l0,0c-1.311,0.35-4.722-0.459-7.695-2.158l0,0 c-3.322,0.489-6.972,1.393-9.897,2.353l0,0c-2.874,5.037-5.035,7.351-6.793,6.471l0,0L3.63,28.833 c-0.263-0.15-0.303-0.516-0.242-0.813l0,0c0.205-1.003,1.462-2.513,3.988-4.021l0,0c0.272-0.165,1.483-0.805,1.483-0.805l0,0 c0,0-0.896,0.868-1.106,1.038l0,0c-2.016,1.652-3.504,3.73-3.467,4.536l0,0l0.007,0.069C6.005,28.594,8.573,25.109,11.875,18.648 M12.921,19.184c-0.551,1.038-1.09,2.001-1.588,2.886l0,0c2.752-1.153,5.715-1.892,8.535-2.416l0,0 c-0.379-0.262-0.746-0.539-1.093-0.832l0,0c-1.554-1.314-2.737-2.955-3.595-4.681l0,0C14.636,15.607,13.989,17.166,12.921,19.184" fill="@{brandColor}" class="cls-1"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-pdfa {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 33 33" y="0px" x="0px"><defs><style>.cls-1{fill:"@{brandColor}"}</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" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-txt {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17H2V18H22V17Z" fill="@{brandColor}"/><path d="M22 20H2V21H22V20Z" fill="@{brandColor}"/><path d="M22 14H2V15H22V14Z" fill="@{brandColor}"/><path d="M22 11H2V12H22V11Z" fill="@{brandColor}"/><path d="M22 8H2V9H22V8Z" fill="@{brandColor}"/><path d="M22 5H2V6H22V5Z" fill="@{brandColor}"/><path d="M22 2H2V3H22V2Z" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-rtf {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="7" height="7" fill="@{brandColor}"/><path d="M22 11H2V12H22V11Z" fill="@{brandColor}"/><path d="M22 14H2V15H22V14Z" fill="@{brandColor}"/><path d="M22 17H2V18H22V17Z" fill="@{brandColor}"/><path d="M22 20H2V21H22V20Z" fill="@{brandColor}"/><path d="M22 2H11V3H22V2Z" fill="@{brandColor}"/><path d="M22 5H11V6H22V5Z" fill="@{brandColor}"/><path d="M22 8H11V9H22V8Z" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-odt {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 193.631 193.63" y="0px" x="0px"><path d="M193.16,59.725v-0.006 c-0.334-0.173-0.671-0.334-1.004-0.497c-5.357-2.586-11.257-4.287-17.526-4.88c-11.083-1.049-21.673,1.496-30.622,6.678 c-6.13-3.477-13.072-5.741-20.542-6.448c-10.298-0.974-20.17,1.16-28.697,5.629c-0.084,0.044-0.17,0.095-0.251,0.135 c-0.207,0.162-0.347,0.414-0.347,0.697c0,0.492,0.392,0.89,0.889,0.89c0.046,0,0.091-0.007,0.139-0.017 c0.021-0.002,0.042-0.011,0.061-0.015c4.586-0.848,9.368-1.088,14.243-0.627c13.683,1.293,25.609,5.521,33.975,15.011 c0.436,0.455,0.822,0.427,1.265-0.024c10.524-12.2,26.663-17.021,44.006-15.382c0.968,0.094,1.921,0.213,2.871,0.355 c0.33,0.05,0.836,0.134,1.133,0.167c0.572,0.063,0.88-0.397,0.88-0.891C193.629,60.166,193.486,59.886,193.16,59.725L193.16,59.725z" class="cls-1"/><path d="M173.053,102.654c-0.056-0.029-0.106-0.046-0.154-0.066 c-10.517-4.349-22.02-6.758-34.093-6.758c-19.293,0-37.155,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,120.154,0,120.528,0,120.957 c0,0.729,0.592,1.324,1.323,1.324c0.086,0,0.174-0.013,0.259-0.03c0.058-0.015,0.107-0.028,0.161-0.048 c8.166-2.456,16.832-3.791,25.798-3.791c23.836,0,45.083,5.633,61.08,20.68c0.038,0.029,0.071,0.066,0.111,0.104 c0.232,0.205,0.53,0.325,0.863,0.325c0.412,0,0.774-0.189,1.018-0.486c0.006,0.004,0.515-0.72,0.773-1.07 c16.246-22.216,43.03-33.172,72.846-33.172c2.128,0,4.246,0.08,6.337,0.225c0.602,0.047,1.874,0.144,1.903,0.144 c0.726,0,1.322-0.591,1.322-1.324C173.796,103.313,173.492,102.862,173.053,102.654L173.053,102.654z" class="cls-1" fill="@{brandColor}"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-html {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 62 62"><g><path class="cls-1" fill="@{brandColor}" d="M24.993,38.689L11.34,32.753v-3.288l13.653-5.91v3.872l-9.523,3.641l9.523,3.777V38.689z"/><path class="cls-1" fill="@{brandColor}" d="M27.09,41.298l4.931-20.596h2.867l-4.986,20.596H27.09z"/><path class="cls-1" fill="@{brandColor}" d="M36.986,38.703v-3.845l9.536-3.75L36.986,27.4v-3.817l13.666,5.91v3.261L36.986,38.703z"/></g></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-dotx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="21" height="19" viewBox="0 0 21 19" fill="#000"><path fill-rule="evenodd" d="M10.9985 9c-.5522 0-.99996.44772-.99996 1v8c0 .5523.44776 1 .99996 1h9c.5523 0 1-.4477 1-1v-8c0-.55228-.4477-1-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1z"/><path d="M7.97326.40492L6.48043.47623 5.38941 5.15309l-.77467 3.31162-.87852-5.09363L3.25428.69187.99854.77754l1.29895 6.21515.96522 4.51801 2.53697.1427.61204-2.63941L7.5681 3.8027l1.09681 5.03141.33363 1.45299V10c0-.99111.72092-1.81383 1.66696-1.9724L8.98193.35832l-1.00867.0466zM10.8976 8.0025L10.9985 8h2.0571l.8934-3.68759L14.9985 0l-2.6289.12215-.4155 2.19607-1.0565 5.68428z"/></svg>')
|
||||
}
|
||||
|
||||
&.icon-format-ott {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path fill-rule="evenodd" d="M18.9524.65678l-.0785-.04649-.0201-.0117c-.5256-.30277-1.1045-.50192-1.7196-.57134-1.0875-.12282-2.1267.17515-3.0048.78185-.6015-.40708-1.2825-.67215-2.0156-.75492-1.0105-.11403-1.9792.13581-2.81586.65904l-.01038.00672-.01425.00908c-.02031.01897-.03405.04847-.03405.0816 0 .0576.03846.1042.08723.1042.00451 0 .00893-.00082.01364-.00199s.00253-.0006.00375-.00103l.00223-.00072c.45-.09928.91919-.12738 1.39759-.07341 1.3427.15138 2.5128.6464 3.3337 1.75747.0429.05327.0807.05.1242-.00281 1.0326-1.42836 2.6162-1.99279 4.3181-1.8009l.2817.04156.0281.00521.083.01434c.0562.00738.0864-.04648.0864-.10432-.0005-.0391-.0146-.07259-.0465-.09144zM11.9985 8c-.5522 0-1 .44772-1 1v8c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1V9c0-.55228-.4477-1-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1zm.9693-10.32247l.0118.00606c.043.02436.0729.07716.0726.13898 0 .0857-.0584.15489-.1298.15489-.0028 0-.1275-.01136-.1866-.01686l-.6219-.02634c-2.9255 0-5.5537 1.2826-7.14778 3.88374l-.04596.07604-.02989.04912c-.02395.03488-.05947.05694-.09989.05694-.03268 0-.06192-.0141-.08468-.0381-.00393-.00456-.00717-.00889-.01089-.01217C7.12513 8.18814 5.0403 7.52852 2.70144 7.52852c-.87978 0-1.73011.1563-2.53139.44385-.00487.00226-.00932.00362-.01442.00519l-.00138.00043c-.00834.00199-.01697.00351-.02541.00351-.07173 0-.12982-.06955-.12982-.1549 0-.05034.02012-.09413.04994-.12152l.00484-.00414.00978-.00804c1.39796-1.1263 3.08205-1.78393 4.89586-1.78393 1.2755 0 2.48742.32583 3.58111.91041C9.97345 5.60211 11.726 4.88477 13.6191 4.88477c1.1847 0 2.3134.28192 3.3454.79121l.0033.00155z" fill="#000"/></svg>')
|
||||
}
|
||||
|
||||
|
||||
//Edit
|
||||
// Edit
|
||||
|
||||
&.icon-text-align-left {
|
||||
width: 22px;
|
||||
|
|
|
@ -17,6 +17,15 @@ const Download = props => {
|
|||
<ListItem title="DOCX" onClick={() => props.onSaveFormat(Asc.c_oAscFileType.DOCX)}>
|
||||
<Icon slot="media" icon="icon-format-docx"></Icon>
|
||||
</ListItem>
|
||||
{dataDoc.fileType === 'docxf' || dataDoc.fileType === 'docx' ? [
|
||||
<ListItem title="DOCXF" key="DOCXF" onClick={() => props.onSaveFormat(Asc.c_oAscFileType.DOCXF)}>
|
||||
<Icon slot="media" icon="icon-format-docxf"></Icon>
|
||||
</ListItem>,
|
||||
<ListItem title="OFORM" key="OFORM" onClick={() => props.onSaveFormat(Asc.c_oAscFileType.OFORM)}>
|
||||
<Icon slot="media" icon="icon-format-oform"></Icon>
|
||||
</ListItem>
|
||||
]
|
||||
: null}
|
||||
<ListItem title="PDF" onClick={() => props.onSaveFormat(Asc.c_oAscFileType.PDF)}>
|
||||
<Icon slot="media" icon="icon-format-pdf"></Icon>
|
||||
</ListItem>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
@import './app-ios.less';
|
||||
@import './icons-ios.less';
|
||||
@import './icons-material.less';
|
||||
@import './icons-common.less';
|
||||
|
||||
:root {
|
||||
--f7-popover-width: 360px;
|
||||
|
|
25
apps/presentationeditor/mobile/src/less/icons-common.less
Normal file
25
apps/presentationeditor/mobile/src/less/icons-common.less
Normal file
|
@ -0,0 +1,25 @@
|
|||
i.icon {
|
||||
&.icon-format-pptx {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM4 6H20V18H4V6ZM5 7H19V17H5V7Z" fill="#AA5252"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-potx {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.7458 22V16.7307H21.2522V15.4956H18.7458H17.2265H14.7478V16.7307H17.2265V22H18.7458Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V13.101C22.1803 12.2645 21.1523 11.6328 20 11.2899V6H4V18H11C11 19.9587 11.8045 21.7295 13.101 23H4C2.34315 23 1 21.6569 1 20V4ZM19 11.0709C18.6734 11.0242 18.3395 11 18 11C14.4735 11 11.5561 13.6077 11.0709 17H5V7H19V11.0709Z" fill="#AA5252"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-odp {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM19.9523 7.74897V7.74817C19.9256 7.72981 19.8987 7.71247 19.8719 7.69519L19.8513 7.68188C19.3128 7.33699 18.7196 7.11012 18.0893 7.03103C16.9751 6.89113 15.9103 7.23056 15.0106 7.92168C14.3943 7.45795 13.6965 7.156 12.9453 7.06171C11.91 6.93181 10.9174 7.21642 10.0601 7.81245L10.0495 7.82011L10.0495 7.82011C10.0445 7.82374 10.0396 7.82735 10.0349 7.83046C10.0141 7.85206 10 7.88567 10 7.92342C10 7.98904 10.0394 8.04212 10.0894 8.04212C10.094 8.04212 10.0985 8.04118 10.1034 8.03985C10.1055 8.03958 10.1076 8.03838 10.1095 8.03785C10.5706 7.92475 11.0513 7.89274 11.5415 7.95423C12.9173 8.12667 14.1162 8.69056 14.9573 9.95625C15.0013 10.0169 15.04 10.0132 15.0846 9.95305C16.1426 8.32593 17.7652 7.68295 19.509 7.90154C19.6063 7.91408 19.7021 7.92995 19.7976 7.94889L19.8265 7.95483C19.8559 7.96094 19.8894 7.96791 19.9115 7.97116C19.969 7.97957 20 7.91822 20 7.85233C19.9995 7.80778 19.985 7.77044 19.9523 7.74897ZM18.9258 12.7749C18.929 12.7766 18.9324 12.7784 18.9362 12.7808C18.974 12.8046 19.0003 12.8562 19 12.9167C19 13.0004 18.9486 13.0681 18.8859 13.0681C18.8834 13.0681 18.7737 13.057 18.7217 13.0516C18.5412 13.035 18.3585 13.0258 18.1747 13.0258C15.6014 13.0258 13.2897 14.2795 11.8875 16.822C11.8766 16.8415 11.8607 16.8711 11.8471 16.8964C11.8327 16.923 11.821 16.9447 11.8208 16.9444C11.7997 16.9785 11.7685 17 11.7329 17C11.7042 17 11.6784 16.9863 11.6584 16.9628C11.6575 16.9616 11.6566 16.9605 11.6558 16.9593C11.6534 16.9562 11.6513 16.9533 11.6488 16.9509C10.2681 15.2289 8.43433 14.5842 6.37705 14.5842C5.6032 14.5842 4.85524 14.7369 4.15044 15.018C4.14616 15.0202 4.14224 15.0216 4.13776 15.0231L4.13654 15.0235C4.12921 15.0255 4.12161 15.0269 4.11419 15.0269C4.0511 15.0269 4 14.959 4 14.8755C4 14.8263 4.01769 14.7835 4.04393 14.7567C4.0454 14.7554 4.04681 14.754 4.04819 14.7527C4.05119 14.7498 4.05401 14.7471 4.05679 14.7448C5.28644 13.6439 6.76778 13.0011 8.36321 13.0011C9.48515 13.0011 10.5512 13.3196 11.5132 13.891C12.7735 12.7012 14.3151 12 15.9803 12C17.0223 12 18.0151 12.2756 18.9229 12.7734C18.9239 12.7739 18.9248 12.7744 18.9258 12.7749Z" fill="#DD9426"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-otp {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.7458 22V16.7307H21.2522V15.4956H18.7458H17.2265H14.7478V16.7307H17.2265V22H18.7458Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H13.101C11.8045 21.7295 11 19.9587 11 18C11 17.4576 11.0617 16.9296 11.1785 16.4226C9.86316 15.0952 8.20867 14.5842 6.37705 14.5842C5.6032 14.5842 4.85524 14.7369 4.15044 15.018C4.14616 15.0202 4.14224 15.0216 4.13776 15.0231L4.13654 15.0235C4.12921 15.0255 4.12161 15.0269 4.11419 15.0269C4.0511 15.0269 4 14.959 4 14.8755C4 14.8263 4.01769 14.7835 4.04393 14.7567C4.0454 14.7554 4.04681 14.754 4.04819 14.7527C4.05119 14.7498 4.05401 14.7471 4.05679 14.7448C5.28644 13.6439 6.76778 13.0011 8.36321 13.0011C9.48515 13.0011 10.5512 13.3196 11.5132 13.891C12.1885 13.2535 12.9445 12.7563 13.7571 12.432C14.9342 11.5336 16.4048 11 18 11C19.9587 11 21.7295 11.8045 23 13.101V4C23 2.34315 21.6569 1 20 1H4ZM19.9523 7.74897V7.74817C19.9256 7.72981 19.8987 7.71247 19.8719 7.69519L19.8513 7.68188C19.3128 7.33699 18.7196 7.11012 18.0893 7.03103C16.9751 6.89113 15.9103 7.23056 15.0106 7.92168C14.3943 7.45795 13.6965 7.156 12.9453 7.06171C11.91 6.93181 10.9174 7.21642 10.0601 7.81245L10.0495 7.82011L10.0495 7.82011C10.0445 7.82374 10.0396 7.82735 10.0349 7.83046C10.0141 7.85206 10 7.88567 10 7.92342C10 7.98904 10.0394 8.04212 10.0894 8.04212C10.094 8.04212 10.0985 8.04118 10.1034 8.03985C10.1055 8.03958 10.1076 8.03838 10.1095 8.03785C10.5706 7.92475 11.0513 7.89274 11.5415 7.95423C12.9173 8.12667 14.1162 8.69056 14.9573 9.95625C15.0013 10.0169 15.04 10.0132 15.0846 9.95305C16.1426 8.32593 17.7652 7.68295 19.509 7.90154C19.6063 7.91408 19.7021 7.92995 19.7976 7.94889L19.8265 7.95483C19.8559 7.96094 19.8894 7.96791 19.9115 7.97116C19.969 7.97957 20 7.91822 20 7.85233C19.9995 7.80778 19.985 7.77044 19.9523 7.74897Z" fill="#DD9426"/></svg>');
|
||||
}
|
||||
}
|
|
@ -407,45 +407,8 @@
|
|||
.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" style="enable-background:new 0 0 22 22;" xml:space="preserve" fill="@{brandColor}"><g><g id="XMLID_35_"><path id="XMLID_36_" d="M0.9999998,21h1v-20h-1V21z M19.0000076,21H20v-20h-0.9999924V21z M2.9999995,12.999999v3.999999h15 v-3.999999H2.9999995z M13.999999,4.999999H6.9999986v4h7.0000005V4.999999z"/></g></g></svg>');
|
||||
}
|
||||
|
||||
// Formats
|
||||
// Collaboration
|
||||
|
||||
&.icon-format-pdf {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.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" width="33px" height="33px" viewBox="-3.363 -3.658 33 33" xml:space="preserve"><defs><style>.cls-1{fill:@{brandColor};}</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-mask('<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:@{brandColor};}</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-pptx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.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" width="65" height="65" viewBox="19.951 32.432 65.000002 65.000003" xml:space="preserve" ><defs><style>.cls-1{fill:@{brandColor};}</style></defs><path class="cls-1" d="M 51.31066,44.356609 C 47.702785,44.433229 43.9488,45.107 40.5548,44.9445 c -0.149,13.35 -0.123719,26.7115 -0.01172,40.0625 2.476001,0.199 4.9625,0.412 7.4375,0.625 -0.011,-4.888 6.72e-4,-9.776062 0.01367,-14.664062 3.088,0.100999 6.336828,0.300562 9.173828,-1.148438 7.988,-3.913 9.413391,-15.938562 4.025391,-22.476562 -2.8125,-2.544001 -6.274937,-3.062954 -9.882812,-2.986329 z m -0.416016,7.244141 c 1.641035,0.04387 3.222344,0.409844 4.261719,1.855469 1.425,2.45 1.350109,5.676172 0.162109,8.201172 -1.425,2.575 -4.650672,2.325 -7.138672,2.625 -0.262,-4.188 -0.236218,-8.377172 -0.199219,-12.576172 0.923626,-0.04237 1.929442,-0.131789 2.914063,-0.105469 z" /></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-potx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="16" height="19" viewBox="0 0 16 19" fill="none"><path fill-rule="evenodd" d="M3.17352.00205L1.83101.09132.03033.17294.02691 11.8183 2.20037 12l.00399-4.26256.1462.00492c.85813.0293 1.75027.05976 2.53467-.33875C7.21956 6.26618 7.6361 2.77059 6.06157.87012 5.23967.13063 4.22784-.02022 3.17352.00205zm-.12158 2.10573c.47956.01275.94167.11913 1.24541.53935.41642.71217.39454 1.64995.04737 2.38392-.34559.62117-1.05357.67679-1.7.72758l-.38613.03546-.05822-3.65565.22293-.01202.62864-.01864zM4.99854 10c0-.55228.44771-1 1-1h8.99996c.5523 0 1 .44772 1 1v8c0 .5523-.4477 1-1 1H5.99853c-.55228 0-.99999-.4477-.99999-1v-8zm5 2v5h.99996v-5h2v-1H7.99854v1h2z" fill="#000"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-odp {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 -54.11 193.63 193.63" height="193.63px" width="193.63px" y="0px" x="0px" xml:space="preserve"><defs><style>.cls-1{fill:@{brandColor};}</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-otp {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path fill-rule="evenodd" d="M18.9524.65678l-.0785-.04649-.0201-.0117c-.5256-.30277-1.1045-.50192-1.7196-.57134-1.0875-.12282-2.1267.17515-3.0048.78185-.6015-.40708-1.2825-.67215-2.0156-.75492-1.0105-.11403-1.9792.13581-2.81586.65904l-.01038.00672-.01425.00908c-.02031.01897-.03405.04847-.03405.0816 0 .0576.03846.1042.08723.1042.00451 0 .00893-.00082.01364-.00199s.00253-.0006.00375-.00103l.00223-.00072c.45-.09928.91919-.12738 1.39759-.07341 1.3427.15138 2.5128.6464 3.3337 1.75747.0429.05327.0807.05.1242-.00281 1.0326-1.42836 2.6162-1.99279 4.3181-1.8009l.2817.04156.0281.00521.083.01434c.0562.00738.0864-.04648.0864-.10432-.0005-.0391-.0146-.07259-.0465-.09144zM11.9985 8c-.5522 0-1 .44772-1 1v8c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1V9c0-.55228-.4477-1-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1zm.9693-10.32247l.0118.00606c.043.02436.0729.07716.0726.13898 0 .0857-.0584.15489-.1298.15489-.0028 0-.1275-.01136-.1866-.01686l-.6219-.02634c-2.9255 0-5.5537 1.2826-7.14778 3.88374l-.04596.07604-.02989.04912c-.02395.03488-.05947.05694-.09989.05694-.03268 0-.06192-.0141-.08468-.0381-.00393-.00456-.00717-.00889-.01089-.01217C7.12513 8.18814 5.0403 7.52852 2.70144 7.52852c-.87978 0-1.73011.1563-2.53139.44385-.00487.00226-.00932.00362-.01442.00519l-.00138.00043c-.00834.00199-.01697.00351-.02541.00351-.07173 0-.12982-.06955-.12982-.1549 0-.05034.02012-.09413.04994-.12152l.00484-.00414.00978-.00804c1.39796-1.1263 3.08205-1.78393 4.89586-1.78393 1.2755 0 2.48742.32583 3.58111.91041C9.97345 5.60211 11.726 4.88477 13.6191 4.88477c1.1847 0 2.3134.28192 3.3454.79121l.0033.00155z" fill="#000"/></svg>')
|
||||
}
|
||||
|
||||
// Collaboration
|
||||
&.icon-users {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
|
@ -377,46 +377,8 @@
|
|||
.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" style="enable-background:new 0 0 22 22;" xml:space="preserve" fill="@{brandColor}"><g><g id="XMLID_35_"><path id="XMLID_36_" d="M0.9999998,21h1v-20h-1V21z M19.0000076,21H20v-20h-0.9999924V21z M2.9999995,12.999999v3.999999h15 v-3.999999H2.9999995z M13.999999,4.999999H6.9999986v4h7.0000005V4.999999z"/></g></g></svg>');
|
||||
}
|
||||
|
||||
// Formats
|
||||
|
||||
&.icon-format-pdf {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.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" width="33px" height="33px" viewBox="-3.363 -3.658 33 33" xml:space="preserve"><defs><style>.cls-1{fill:@{brandColor};}</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-mask('<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:@{brandColor};}</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-pptx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
// <defs><style>.cls-1{fill:@{brandColor};}</style></defs> xml:space="preserve"
|
||||
.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" width="65" height="65" viewBox="19.951 32.432 65.000002 65.000003"><defs><style>.cls-1{fill:@{brandColor};}</style></defs><path class="cls-1" fill-rule="evenodd" clip-rule="evenodd" d="M 51.31066,44.356609 C 47.702785,44.433229 43.9488,45.107 40.5548,44.9445 c -0.149,13.35 -0.123719,26.7115 -0.01172,40.0625 2.476001,0.199 4.9625,0.412 7.4375,0.625 -0.011,-4.888 6.72e-4,-9.776062 0.01367,-14.664062 3.088,0.100999 6.336828,0.300562 9.173828,-1.148438 7.988,-3.913 9.413391,-15.938562 4.025391,-22.476562 -2.8125,-2.544001 -6.274937,-3.062954 -9.882812,-2.986329 z m -0.416016,7.244141 c 1.641035,0.04387 3.222344,0.409844 4.261719,1.855469 1.425,2.45 1.350109,5.676172 0.162109,8.201172 -1.425,2.575 -4.650672,2.325 -7.138672,2.625 -0.262,-4.188 -0.236218,-8.377172 -0.199219,-12.576172 0.923626,-0.04237 1.929442,-0.131789 2.914063,-0.105469 z"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-potx {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="16" height="19" viewBox="0 0 16 19" fill="none"><path fill-rule="evenodd" d="M3.17352.00205L1.83101.09132.03033.17294.02691 11.8183 2.20037 12l.00399-4.26256.1462.00492c.85813.0293 1.75027.05976 2.53467-.33875C7.21956 6.26618 7.6361 2.77059 6.06157.87012 5.23967.13063 4.22784-.02022 3.17352.00205zm-.12158 2.10573c.47956.01275.94167.11913 1.24541.53935.41642.71217.39454 1.64995.04737 2.38392-.34559.62117-1.05357.67679-1.7.72758l-.38613.03546-.05822-3.65565.22293-.01202.62864-.01864zM4.99854 10c0-.55228.44771-1 1-1h8.99996c.5523 0 1 .44772 1 1v8c0 .5523-.4477 1-1 1H5.99853c-.55228 0-.99999-.4477-.99999-1v-8zm5 2v5h.99996v-5h2v-1H7.99854v1h2z" fill="#000"/></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-odp {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 -54.11 193.63 193.63" height="193.63px" width="193.63px" y="0px" x="0px" xml:space="preserve"><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" fill="@{brandColor}" /><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" fill="@{brandColor}" /></svg>');
|
||||
}
|
||||
|
||||
&.icon-format-otp {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path fill-rule="evenodd" d="M18.9524.65678l-.0785-.04649-.0201-.0117c-.5256-.30277-1.1045-.50192-1.7196-.57134-1.0875-.12282-2.1267.17515-3.0048.78185-.6015-.40708-1.2825-.67215-2.0156-.75492-1.0105-.11403-1.9792.13581-2.81586.65904l-.01038.00672-.01425.00908c-.02031.01897-.03405.04847-.03405.0816 0 .0576.03846.1042.08723.1042.00451 0 .00893-.00082.01364-.00199s.00253-.0006.00375-.00103l.00223-.00072c.45-.09928.91919-.12738 1.39759-.07341 1.3427.15138 2.5128.6464 3.3337 1.75747.0429.05327.0807.05.1242-.00281 1.0326-1.42836 2.6162-1.99279 4.3181-1.8009l.2817.04156.0281.00521.083.01434c.0562.00738.0864-.04648.0864-.10432-.0005-.0391-.0146-.07259-.0465-.09144zM11.9985 8c-.5522 0-1 .44772-1 1v8c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1V9c0-.55228-.4477-1-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1zm.9693-10.32247l.0118.00606c.043.02436.0729.07716.0726.13898 0 .0857-.0584.15489-.1298.15489-.0028 0-.1275-.01136-.1866-.01686l-.6219-.02634c-2.9255 0-5.5537 1.2826-7.14778 3.88374l-.04596.07604-.02989.04912c-.02395.03488-.05947.05694-.09989.05694-.03268 0-.06192-.0141-.08468-.0381-.00393-.00456-.00717-.00889-.01089-.01217C7.12513 8.18814 5.0403 7.52852 2.70144 7.52852c-.87978 0-1.73011.1563-2.53139.44385-.00487.00226-.00932.00362-.01442.00519l-.00138.00043c-.00834.00199-.01697.00351-.02541.00351-.07173 0-.12982-.06955-.12982-.1549 0-.05034.02012-.09413.04994-.12152l.00484-.00414.00978-.00804c1.39796-1.1263 3.08205-1.78393 4.89586-1.78393 1.2755 0 2.48742.32583 3.58111.91041C9.97345 5.60211 11.726 4.88477 13.6191 4.88477c1.1847 0 2.3134.28192 3.3454.79121l.0033.00155z" fill="#000"/></svg>')
|
||||
}
|
||||
|
||||
// Collaboration
|
||||
|
||||
&.icon-users {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
|
@ -77,3 +77,33 @@
|
|||
background-image: url('@{app-image-path}/charts/chart-20.png');
|
||||
}
|
||||
}
|
||||
|
||||
// Formats
|
||||
|
||||
i.icon {
|
||||
&.icon-format-xlsx {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM4 6H20V18H4V6ZM11.5 7H5V11H11.5V7ZM11.5 12H5V17H11.5V12ZM12.5 12H19V17H12.5V12ZM19 7H12.5V11H19V7Z" fill="#40865C"/></svg>');
|
||||
}
|
||||
&.icon-format-xltx {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.7458 22V16.7307H21.2522V15.4956H18.7458H17.2265H14.7478V16.7307H17.2265V22H18.7458Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H13.101C11.8045 21.7295 11 19.9587 11 18H4V6H20V11.2899C21.1523 11.6328 22.1803 12.2645 23 13.101V4C23 2.34315 21.6569 1 20 1H4ZM18 11H19V7H12.5V11H18ZM11.5 15.3969C11.2965 15.9046 11.1508 16.4417 11.0709 17H5V12H11.5V15.3969ZM14.3924 12C13.6649 12.4384 13.0236 13.0053 12.5 13.6694V12H14.3924ZM5 7H11.5V11H5V7Z" fill="#40865C"/></svg>');
|
||||
}
|
||||
&.icon-format-ods {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM19.9523 7.74897V7.74817C19.9256 7.72981 19.8987 7.71247 19.8719 7.69519L19.8513 7.68188C19.3128 7.33699 18.7196 7.11012 18.0893 7.03103C16.9751 6.89113 15.9103 7.23056 15.0106 7.92168C14.3943 7.45795 13.6965 7.156 12.9453 7.06171C11.91 6.93181 10.9174 7.21642 10.0601 7.81245L10.0495 7.82011L10.0495 7.82011C10.0445 7.82374 10.0396 7.82735 10.0349 7.83046C10.0141 7.85206 10 7.88567 10 7.92342C10 7.98904 10.0394 8.04212 10.0894 8.04212C10.094 8.04212 10.0985 8.04118 10.1034 8.03985C10.1055 8.03958 10.1076 8.03838 10.1095 8.03785C10.5706 7.92475 11.0513 7.89274 11.5415 7.95423C12.9173 8.12667 14.1162 8.69056 14.9573 9.95625C15.0013 10.0169 15.04 10.0132 15.0846 9.95305C16.1426 8.32593 17.7652 7.68295 19.509 7.90154C19.6063 7.91408 19.7021 7.92995 19.7976 7.94889L19.8265 7.95483C19.8559 7.96094 19.8894 7.96791 19.9115 7.97116C19.969 7.97957 20 7.91822 20 7.85233C19.9995 7.80778 19.985 7.77044 19.9523 7.74897ZM18.9258 12.7749C18.929 12.7766 18.9324 12.7784 18.9362 12.7808C18.974 12.8046 19.0003 12.8562 19 12.9167C19 13.0004 18.9486 13.0681 18.8859 13.0681C18.8834 13.0681 18.7737 13.057 18.7217 13.0516C18.5412 13.035 18.3585 13.0258 18.1747 13.0258C15.6014 13.0258 13.2897 14.2795 11.8875 16.822C11.8766 16.8415 11.8607 16.8711 11.8471 16.8964C11.8327 16.923 11.821 16.9447 11.8208 16.9444C11.7997 16.9785 11.7685 17 11.7329 17C11.7042 17 11.6784 16.9863 11.6584 16.9628C11.6575 16.9616 11.6566 16.9605 11.6558 16.9593C11.6534 16.9562 11.6513 16.9533 11.6488 16.9509C10.2681 15.2289 8.43433 14.5842 6.37705 14.5842C5.6032 14.5842 4.85524 14.7369 4.15044 15.018C4.14616 15.0202 4.14224 15.0216 4.13776 15.0231L4.13654 15.0235C4.12921 15.0255 4.12161 15.0269 4.11419 15.0269C4.0511 15.0269 4 14.959 4 14.8755C4 14.8263 4.01769 14.7835 4.04393 14.7567C4.0454 14.7554 4.04681 14.754 4.04819 14.7527C4.05119 14.7498 4.05401 14.7471 4.05679 14.7448C5.28644 13.6439 6.76778 13.0011 8.36321 13.0011C9.48515 13.0011 10.5512 13.3196 11.5132 13.891C12.7735 12.7012 14.3151 12 15.9803 12C17.0223 12 18.0151 12.2756 18.9229 12.7734C18.9239 12.7739 18.9248 12.7744 18.9258 12.7749Z" fill="#237453"/></svg>');
|
||||
}
|
||||
&.icon-format-ots {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C14.6863 12 12 14.6863 12 18C12 21.3137 14.6863 24 18 24C21.3137 24 24 21.3137 24 18C24 14.6863 21.3137 12 18 12ZM18.7458 22V16.7307H21.2522V15.4956H18.7458H17.2265H14.7478V16.7307H17.2265V22H18.7458Z" fill="#A8A8A8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H13.101C11.8045 21.7295 11 19.9587 11 18C11 17.4576 11.0617 16.9296 11.1785 16.4226C9.86316 15.0952 8.20867 14.5842 6.37705 14.5842C5.6032 14.5842 4.85524 14.7369 4.15044 15.018C4.14616 15.0202 4.14224 15.0216 4.13776 15.0231L4.13654 15.0235C4.12921 15.0255 4.12161 15.0269 4.11419 15.0269C4.0511 15.0269 4 14.959 4 14.8755C4 14.8263 4.01769 14.7835 4.04393 14.7567C4.0454 14.7554 4.04681 14.754 4.04819 14.7527C4.05119 14.7498 4.05401 14.7471 4.05679 14.7448C5.28644 13.6439 6.76778 13.0011 8.36321 13.0011C9.48515 13.0011 10.5512 13.3196 11.5132 13.891C12.1885 13.2535 12.9445 12.7563 13.7571 12.432C14.9342 11.5336 16.4048 11 18 11C19.9587 11 21.7295 11.8045 23 13.101V4C23 2.34315 21.6569 1 20 1H4ZM19.9523 7.74897V7.74817C19.9256 7.72981 19.8987 7.71247 19.8719 7.69519L19.8513 7.68188C19.3128 7.33699 18.7196 7.11012 18.0893 7.03103C16.9751 6.89113 15.9103 7.23056 15.0106 7.92168C14.3943 7.45795 13.6965 7.156 12.9453 7.06171C11.91 6.93181 10.9174 7.21642 10.0601 7.81245L10.0495 7.82011L10.0495 7.82011C10.0445 7.82374 10.0396 7.82735 10.0349 7.83046C10.0141 7.85206 10 7.88567 10 7.92342C10 7.98904 10.0394 8.04212 10.0894 8.04212C10.094 8.04212 10.0985 8.04118 10.1034 8.03985C10.1055 8.03958 10.1076 8.03838 10.1095 8.03785C10.5706 7.92475 11.0513 7.89274 11.5415 7.95423C12.9173 8.12667 14.1162 8.69056 14.9573 9.95625C15.0013 10.0169 15.04 10.0132 15.0846 9.95305C16.1426 8.32593 17.7652 7.68295 19.509 7.90154C19.6063 7.91408 19.7021 7.92995 19.7976 7.94889L19.8265 7.95483C19.8559 7.96094 19.8894 7.96791 19.9115 7.97116C19.969 7.97957 20 7.91822 20 7.85233C19.9995 7.80778 19.985 7.77044 19.9523 7.74897Z" fill="#237453"/></svg>');
|
||||
}
|
||||
&.icon-format-csv {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM5 7.5H9V8.5H5V7.5ZM5 11.5H9V12.5H5V11.5ZM9 15.5H5V16.5H9V15.5ZM14 7.5H10V8.5H14V7.5ZM14 11.5H10V12.5H14V11.5ZM10 15.5H14V16.5H10V15.5ZM15 7.5H19V8.5H15V7.5ZM15 11.5H19V12.5H15V11.5ZM19 15.5H15V16.5H19V15.5Z" fill="#757575"/></svg>');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -302,44 +302,8 @@
|
|||
.encoded-svg-mask('<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:@{brandColor}}</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-mask('<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:@{brandColor};}</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-mask('<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:@{brandColor};}</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-mask('<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:@{brandColor};}</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-mask('<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19"><path fill-rule="evenodd" d="M7.018.148L9.894 0 6.481 5.933 7.69 8.024a2 2 0 0 0-1.691 1.929c-.442-.871-.864-1.748-1.164-2.666-.348.888-.785 1.745-1.222 2.603l-.834 1.694L0 11.508l1.129-1.91 2.128-3.556-1.764-3.301L.279.496 3.071.359l.498 1.099 1.342 3.165c.39-1.075.914-2.106 1.439-3.137L7.018.148zM6.999 10a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-8zm5 2v5h1v-5h2v-1h-5v1h2z"/></svg>');
|
||||
}
|
||||
&.icon-format-ods {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<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:@{brandColor};}</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-mask('<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18"><path fill-rule="evenodd" d="M18.952.657L18.874.61l-.02-.012a4.43 4.43 0 0 0-1.72-.571c-1.087-.123-2.127.175-3.005.782a4.48 4.48 0 0 0-2.016-.755c-1.01-.114-1.979.136-2.816.659l-.01.007c-.035.028-.048.058-.048.091 0 .058.038.104.087.104l.02-.004c.45-.099.919-.127 1.398-.073 1.343.151 2.513.646 3.334 1.757.043.053.081.05.124-.003C15.234 1.164 16.818.6 18.52.791l.282.042.028.005.083.014c.056.007.086-.046.086-.104 0-.039-.015-.073-.046-.091zM11.999 8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1zm.969-10.322a.16.16 0 0 1 .084.145c0 .086-.058.155-.13.155-.003 0-.128-.011-.187-.017l-.622-.026c-2.926 0-5.554 1.283-7.148 3.884l-.046.076-.03.049c-.024.035-.059.057-.1.057-.033 0-.062-.014-.085-.038C7.125 8.188 5.04 7.529 2.701 7.529c-.88 0-1.73.156-2.531.444l-.016.006c-.008.002-.017.004-.025.004-.072 0-.13-.07-.13-.155 0-.05.02-.094.05-.122 1.413-1.138 3.097-1.796 4.91-1.796 1.276 0 2.487.326 3.581.91 1.433-1.217 3.185-1.935 5.079-1.935a7.52 7.52 0 0 1 3.345.791z"/></svg>');
|
||||
}
|
||||
&.icon-format-csv {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.encoded-svg-mask('<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22 17H16V18H22V17Z" fill="@{brandColor}"/><path d="M22 20H16V21H22V20Z" fill="@{brandColor}"/><path d="M22 14H16V15H22V14Z" fill="@{brandColor}"/><path d="M22 11H16V12H22V11Z" fill="@{brandColor}"/><path d="M22 8H16V9H22V8Z" fill="@{brandColor}"/><path d="M22 5H16V6H22V5Z" fill="@{brandColor}"/><path d="M22 2H16V3H22V2Z" fill="@{brandColor}"/><path d="M15 17H9V18H15V17Z" fill="@{brandColor}"/><path d="M15 20H9V21H15V20Z" fill="@{brandColor}"/><path d="M15 14H9V15H15V14Z" fill="@{brandColor}"/><path d="M15 11H9V12H15V11Z" fill="@{brandColor}"/><path d="M15 8H9V9H15V8Z" fill="@{brandColor}"/><path d="M15 5H9V6H15V5Z" fill="@{brandColor}"/><path d="M15 2H9V3H15V2Z" fill="@{brandColor}"/><path d="M8 17H2V18H8V17Z" fill="@{brandColor}"/><path d="M8 20H2V21H8V20Z" fill="@{brandColor}"/><path d="M8 14H2V15H8V14Z" fill="@{brandColor}"/><path d="M8 11H2V12H8V11Z" fill="@{brandColor}"/><path d="M8 8H2V9H8V8Z" fill="@{brandColor}"/><path d="M8 5H2V6H8V5Z" fill="@{brandColor}"/><path d="M8 2H2V3H8V2Z" fill="@{brandColor}"/></svg>');
|
||||
}
|
||||
// Collaboration
|
||||
|
||||
&.icon-users {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
|
@ -286,44 +286,8 @@
|
|||
.encoded-svg-mask('<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:@{brandColor}}</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-mask('<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:@{brandColor};}</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-mask('<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:@{brandColor};}</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-mask('<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:@{brandColor};}</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-mask('<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19"><path fill-rule="evenodd" d="M7.018.148L9.894 0 6.481 5.933 7.69 8.024a2 2 0 0 0-1.691 1.929c-.442-.871-.864-1.748-1.164-2.666-.348.888-.785 1.745-1.222 2.603l-.834 1.694L0 11.508l1.129-1.91 2.128-3.556-1.764-3.301L.279.496 3.071.359l.498 1.099 1.342 3.165c.39-1.075.914-2.106 1.439-3.137L7.018.148zM6.999 10a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-8zm5 2v5h1v-5h2v-1h-5v1h2z"/></svg>');
|
||||
}
|
||||
&.icon-format-ods {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.encoded-svg-mask('<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:@{brandColor};}</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-mask('<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18"><path fill-rule="evenodd" d="M18.952.657L18.874.61l-.02-.012a4.43 4.43 0 0 0-1.72-.571c-1.087-.123-2.127.175-3.005.782a4.48 4.48 0 0 0-2.016-.755c-1.01-.114-1.979.136-2.816.659l-.01.007c-.035.028-.048.058-.048.091 0 .058.038.104.087.104l.02-.004c.45-.099.919-.127 1.398-.073 1.343.151 2.513.646 3.334 1.757.043.053.081.05.124-.003C15.234 1.164 16.818.6 18.52.791l.282.042.028.005.083.014c.056.007.086-.046.086-.104 0-.039-.015-.073-.046-.091zM11.999 8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-9zm4 8v-5h-2v-1h5v1h-2v5h-1zm.969-10.322a.16.16 0 0 1 .084.145c0 .086-.058.155-.13.155-.003 0-.128-.011-.187-.017l-.622-.026c-2.926 0-5.554 1.283-7.148 3.884l-.046.076-.03.049c-.024.035-.059.057-.1.057-.033 0-.062-.014-.085-.038C7.125 8.188 5.04 7.529 2.701 7.529c-.88 0-1.73.156-2.531.444l-.016.006c-.008.002-.017.004-.025.004-.072 0-.13-.07-.13-.155 0-.05.02-.094.05-.122 1.413-1.138 3.097-1.796 4.91-1.796 1.276 0 2.487.326 3.581.91 1.433-1.217 3.185-1.935 5.079-1.935a7.52 7.52 0 0 1 3.345.791z"/></svg>');
|
||||
}
|
||||
&.icon-format-csv {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.encoded-svg-mask('<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22 17H16V18H22V17Z" fill="@{brandColor}"/><path d="M22 20H16V21H22V20Z" fill="@{brandColor}"/><path d="M22 14H16V15H22V14Z" fill="@{brandColor}"/><path d="M22 11H16V12H22V11Z" fill="@{brandColor}"/><path d="M22 8H16V9H22V8Z" fill="@{brandColor}"/><path d="M22 5H16V6H22V5Z" fill="@{brandColor}"/><path d="M22 2H16V3H22V2Z" fill="@{brandColor}"/><path d="M15 17H9V18H15V17Z" fill="@{brandColor}"/><path d="M15 20H9V21H15V20Z" fill="@{brandColor}"/><path d="M15 14H9V15H15V14Z" fill="@{brandColor}"/><path d="M15 11H9V12H15V11Z" fill="@{brandColor}"/><path d="M15 8H9V9H15V8Z" fill="@{brandColor}"/><path d="M15 5H9V6H15V5Z" fill="@{brandColor}"/><path d="M15 2H9V3H15V2Z" fill="@{brandColor}"/><path d="M8 17H2V18H8V17Z" fill="@{brandColor}"/><path d="M8 20H2V21H8V20Z" fill="@{brandColor}"/><path d="M8 14H2V15H8V14Z" fill="@{brandColor}"/><path d="M8 11H2V12H8V11Z" fill="@{brandColor}"/><path d="M8 8H2V9H8V8Z" fill="@{brandColor}"/><path d="M8 5H2V6H8V5Z" fill="@{brandColor}"/><path d="M8 2H2V3H8V2Z" fill="@{brandColor}"/></svg>');
|
||||
}
|
||||
// Collaboration
|
||||
|
||||
&.icon-users {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
Loading…
Reference in a new issue