@cas-smartdesign/icons 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +8 -0
- package/dist/docs/doc.css +932 -0
- package/dist/docs/doc.mjs +115 -0
- package/dist/docs/index.html +46 -0
- package/npm-third-party-licenses.json +167 -0
- package/package.json +25 -0
- package/readme.md +5 -0
- package/toolbar/action-menu.svg +11 -0
- package/toolbar/add-recipient.svg +6 -0
- package/toolbar/address-assistant.svg +4 -0
- package/toolbar/appointment.svg +4 -0
- package/toolbar/calendar.svg +7 -0
- package/toolbar/cancel.svg +4 -0
- package/toolbar/check.svg +4 -0
- package/toolbar/company.svg +8 -0
- package/toolbar/contact.svg +4 -0
- package/toolbar/copy-to-clipboard.svg +4 -0
- package/toolbar/create-linked-object.svg +4 -0
- package/toolbar/delete.svg +6 -0
- package/toolbar/document.svg +4 -0
- package/toolbar/duplicate-check.svg +8 -0
- package/toolbar/e-mail.svg +3 -0
- package/toolbar/edit.svg +3 -0
- package/toolbar/event.svg +6 -0
- package/toolbar/expenses.svg +5 -0
- package/toolbar/export.svg +4 -0
- package/toolbar/external-cost.svg +8 -0
- package/toolbar/filter-active.svg +4 -0
- package/toolbar/filter.svg +3 -0
- package/toolbar/import.svg +5 -0
- package/toolbar/info.svg +6 -0
- package/toolbar/job.svg +4 -0
- package/toolbar/link.svg +3 -0
- package/toolbar/mail-preview.svg +7 -0
- package/toolbar/mark-for-resend.svg +7 -0
- package/toolbar/menu-arrow-down.svg +3 -0
- package/toolbar/message-deactivated-suggestion.svg +10 -0
- package/toolbar/message-error.svg +9 -0
- package/toolbar/message.svg +9 -0
- package/toolbar/new.svg +6 -0
- package/toolbar/opportunity.svg +5 -0
- package/toolbar/overwrite-document.svg +7 -0
- package/toolbar/phone.svg +9 -0
- package/toolbar/popup-window.svg +6 -0
- package/toolbar/print.svg +6 -0
- package/toolbar/product-group.svg +6 -0
- package/toolbar/product-usage.svg +8 -0
- package/toolbar/product.svg +5 -0
- package/toolbar/project-planning-view.svg +4 -0
- package/toolbar/project.svg +5 -0
- package/toolbar/questionnaire.svg +6 -0
- package/toolbar/receipt.svg +5 -0
- package/toolbar/refresh.svg +4 -0
- package/toolbar/remove-assignment.svg +4 -0
- package/toolbar/remove-link.svg +5 -0
- package/toolbar/remove-recipient.svg +5 -0
- package/toolbar/report-active.svg +6 -0
- package/toolbar/report-chart-document.svg +7 -0
- package/toolbar/report-data-document.svg +7 -0
- package/toolbar/report.svg +3 -0
- package/toolbar/resource-plan.svg +6 -0
- package/toolbar/send-mail.svg +4 -0
- package/toolbar/send-vcard.svg +5 -0
- package/toolbar/service-agreement.svg +8 -0
- package/toolbar/set-view-active.svg +8 -0
- package/toolbar/set-view.svg +8 -0
- package/toolbar/show-activities.svg +5 -0
- package/toolbar/show-in-map.svg +4 -0
- package/toolbar/tag.svg +4 -0
- package/toolbar/task.svg +4 -0
- package/toolbar/ticket.svg +5 -0
- package/toolbar/time-recording.svg +5 -0
- package/toolbar/timestamp.svg +3 -0
- package/toolbar/view-menu.svg +3 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
2
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
3
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
// ../node_modules/.pnpm/github-markdown-css@5.5.0/node_modules/github-markdown-css/github-markdown-light.css
|
|
7
|
+
var require_github_markdown_light = __commonJS({
|
|
8
|
+
"../node_modules/.pnpm/github-markdown-css@5.5.0/node_modules/github-markdown-css/github-markdown-light.css"(exports, module) {
|
|
9
|
+
module.exports = {};
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
// markdown:../readme.md
|
|
14
|
+
var require_readme = __commonJS({
|
|
15
|
+
"markdown:../readme.md"(exports, module) {
|
|
16
|
+
module.exports = { html: '<h1>SmartDesign - Elements</h1>\n<p>A shared library of Web Components used by both the SmartDesign Web Client and SmartDesign Integrated Web Applications.</p>\n<h1>Prerequisites</h1>\n<p>The project setup and build configuration requires the followings to be installed.</p>\n<ul>\n<li>node 16.x <a href="https://nodejs.org/en/download/">download</a></li>\n<li>pnpm 7.x <a href="https://pnpm.io/installation/">download</a></li>\n</ul>\n<h1>Install project dependencies</h1>\n<ul>\n<li>configure nexus credentials for nexus.cas.de</li>\n<li>step into project root</li>\n<li>execute pnpm <code>$> pnpm i</code><ul>\n<li>this installs dependencies across the workspace</li>\n</ul>\n</li>\n</ul>\n<h1>Linters / formatters</h1>\n<p>The project has certain linting / formatting rules defined via stylelint and eslint and prettier.</p>\n<p>The linters can be executed via <code>pnpm lint:check</code>, the formatter can be executed via <code>pnpm format:check</code>.\nBoth of these have a <code>fix</code> variant as well (<code>pnpm lint:fix</code> and <code>pnpm format:fix</code>), which also tries to automatically fix the linting/formatting errors.</p>\n<p>It is advised to configure the necessary extensions for the IDE for automatic linting and formatting.</p>\n<p>Note that the CI build is configured to fail if there are linting or formatting errors.</p>\n<p>For a faster feedback, the linting / formatting can be executed automatically in a pre-commit hook.\nThis can be installed via <code>pnpm prepare-hooks</code>.</p>\n<h2>Building individual packages</h2>\n<p><strong>There is no project wide build configuration at the moment</strong></p>\n<ul>\n<li>open terminal in the desired package</li>\n<li>execute the build script via <code>$> pnpm build</code></li>\n<li>during development time one can (and should) use <code>$> pnpm dev</code> which starts a webpack-dev-server instance<ul>\n<li>the es5 can be set as a target environment with --env es5 like <code>$> pnpm dev --env es5=true</code> which makes it possible to test the elements for example also in IE 11</li>\n</ul>\n</li>\n</ul>\n<h2>Cross project dependencies</h2>\n<ul>\n<li>one may configure a dependency from within the workspace without any additional configuration<ul>\n<li>e.g. sd-z-layout -> sd-custom-element-loader</li>\n</ul>\n</li>\n</ul>\n<h2>Publishing</h2>\n<p><strong>Publishing is handled automatically by the build pipeline, do not manually publish unless absolutely necessary</strong></p>\n<p>The .npmrc contains an auth token for the @cas-smartdesign scope, thus <code>pnpm publish</code> works by default.</p>\n<p>Note that pnpm checks if the current branch is your publish branch (<code>main</code>), clean, and up-to-date.</p>\n<p>If you don't have the <code>main</code> branch tracked, do it via <code>$> git checkout -t origin/main</code>, otherwise\nuse <code>$> git checkout main && git pull</code> to check out and update your local branch.</p>\n<h2>Releasing versions</h2>\n<p>Release versions should be prepared using the <code>npm version major|minor|patch --no-git-tag-version</code> command.\nIf a change affects all packages one might run <code>pnpm --recursive exec npm --no-git-tag-version version patch</code> to prepare a new version for all packages.</p>\n<p>Releases are done by CI when the build pipeline succeeds on the main branch for all packages in the monorepo.</p>\n<h2>Testing</h2>\n<ul>\n<li><p>Cypress</p>\n<ul>\n<li>For UI testing we recommend Cypress, for an example on how to setup for a package, see the radio-button package.</li>\n<li>Note that if you want to use TypeScript and add a custom command, currently you have to add your command into the global cypress config (located inside the cypress folder in the root directory) and type it manually in the types.ts file.</li>\n</ul>\n</li>\n<li><p>Jest</p>\n<ul>\n<li>For unit testing we recommend Jest, visit the web-api package to see an example how to use it.</li>\n</ul>\n</li>\n</ul>\n', raw: "# SmartDesign - Elements\r\n\r\nA shared library of Web Components used by both the SmartDesign Web Client and SmartDesign Integrated Web Applications.\r\n\r\n# Prerequisites\r\n\r\nThe project setup and build configuration requires the followings to be installed.\r\n\r\n- node 16.x [download](https://nodejs.org/en/download/)\r\n- pnpm 7.x [download](https://pnpm.io/installation/)\r\n\r\n# Install project dependencies\r\n\r\n- configure nexus credentials for nexus.cas.de\r\n- step into project root\r\n- execute pnpm `$> pnpm i`\r\n - this installs dependencies across the workspace\r\n\r\n# Linters / formatters\r\n\r\nThe project has certain linting / formatting rules defined via stylelint and eslint and prettier.\r\n\r\nThe linters can be executed via `pnpm lint:check`, the formatter can be executed via `pnpm format:check`.\r\nBoth of these have a `fix` variant as well (`pnpm lint:fix` and `pnpm format:fix`), which also tries to automatically fix the linting/formatting errors.\r\n\r\nIt is advised to configure the necessary extensions for the IDE for automatic linting and formatting.\r\n\r\nNote that the CI build is configured to fail if there are linting or formatting errors.\r\n\r\nFor a faster feedback, the linting / formatting can be executed automatically in a pre-commit hook.\r\nThis can be installed via `pnpm prepare-hooks`.\r\n\r\n## Building individual packages\r\n\r\n**There is no project wide build configuration at the moment**\r\n\r\n- open terminal in the desired package\r\n- execute the build script via `$> pnpm build`\r\n- during development time one can (and should) use `$> pnpm dev` which starts a webpack-dev-server instance\r\n - the es5 can be set as a target environment with --env es5 like `$> pnpm dev --env es5=true` which makes it possible to test the elements for example also in IE 11\r\n\r\n## Cross project dependencies\r\n\r\n- one may configure a dependency from within the workspace without any additional configuration\r\n - e.g. sd-z-layout -> sd-custom-element-loader\r\n\r\n## Publishing\r\n\r\n**Publishing is handled automatically by the build pipeline, do not manually publish unless absolutely necessary**\r\n\r\nThe .npmrc contains an auth token for the @cas-smartdesign scope, thus `pnpm publish` works by default.\r\n\r\nNote that pnpm checks if the current branch is your publish branch (`main`), clean, and up-to-date.\r\n\r\nIf you don't have the `main` branch tracked, do it via `$> git checkout -t origin/main`, otherwise\r\nuse `$> git checkout main && git pull` to check out and update your local branch.\r\n\r\n## Releasing versions\r\n\r\nRelease versions should be prepared using the `npm version major|minor|patch --no-git-tag-version` command.\r\nIf a change affects all packages one might run `pnpm --recursive exec npm --no-git-tag-version version patch` to prepare a new version for all packages.\r\n\r\nReleases are done by CI when the build pipeline succeeds on the main branch for all packages in the monorepo.\r\n\r\n## Testing\r\n\r\n- Cypress\r\n\r\n - For UI testing we recommend Cypress, for an example on how to setup for a package, see the radio-button package.\r\n - Note that if you want to use TypeScript and add a custom command, currently you have to add your command into the global cypress config (located inside the cypress folder in the root directory) and type it manually in the types.ts file.\r\n\r\n- Jest\r\n - For unit testing we recommend Jest, visit the web-api package to see an example how to use it.\r\n", filename: "readme.md" };
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
// icons.json
|
|
21
|
+
var require_icons = __commonJS({
|
|
22
|
+
"icons.json"(exports, module) {
|
|
23
|
+
module.exports = {
|
|
24
|
+
"toolbar/action-menu.svg": '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">\r\n <defs>\r\n <path id="a" d="M0 0h800v600H0z"/>\r\n <clipPath id="b">\r\n <use width="800" height="600" xlink:href="#a" overflow="visible"/>\r\n </clipPath>\r\n </defs>\r\n <circle cx="123" cy="377" r="2.5" transform="translate(-119 -365)" clip-path="url(#b)" fill="none" stroke="#1366ba" stroke-miterlimit="10"/>\r\n <circle cx="132" cy="377" r="2.5" transform="translate(-120 -365)" clip-path="url(#b)" fill="none" stroke="#1366ba" stroke-miterlimit="10"/>\r\n <circle cx="141" cy="377" r="2.5" transform="translate(-121 -365)" clip-path="url(#b)" fill="none" stroke="#1366ba" stroke-miterlimit="10"/>\r\n</svg>\r\n',
|
|
25
|
+
"toolbar/add-recipient.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">\r\n <path d="M-9.15 10.35c.058-1.073.077-2.39 1.019-3.055 1.557-1.123 3.15-2.257 4.966-2.85.472-.396.22-1.094.287-1.645-.027-.34.146-.772-.25-.935-.852-.655-.65-1.957-1.417-2.626-.683-.527-.613-1.62-.053-2.212.51-.706.23-1.69.21-2.491-.02-.8.393-1.252.823-1.745.438-.505 1.054-.743 1.668-.888.563-.2.748-.263 1.347-.252M3.065 4.445c-.472-.396-.22-1.094-.287-1.645.027-.34-.146-.772.25-.935.852-.655.65-1.957 1.417-2.626.683-.527.613-1.62.053-2.212-.51-.706-.23-1.69-.21-2.491.02-.8-.393-1.252-.823-1.745-.438-.505-1.054-.743-1.668-.888-.563-.2-.748-.263-1.347-.252" fill="none" stroke="#1467ba" stroke-width="1.1" stroke-linecap="square"/>\r\n <path style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible" d="M3.5 3.5h10v10h-10z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M5 8h7v1H5z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M9 5v7H8V5z"/>\r\n</svg>\r\n',
|
|
26
|
+
"toolbar/address-assistant.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M22 1H2c-.522 0-1 .466-1 1v14c0 .525.507 1 1 1h1l1-1H2V2h20v14h-8l-1 1h9c.53 0 1-.478 1-1V2c0-.53-.529-1-1-1z" fill="#1467ba" fill-rule="evenodd"/>\r\n <path d="M4.75 23l14-14L16 6.25l-14 14zm10-11.5l-10 10-1.25-1.25 10-10zM4 10h6l-1 1H4zm0-4h10l-1 1H4zm0 2h8l-1 1H4z" fill="#1467ba" fill-rule="evenodd"/>\r\n</svg>\r\n',
|
|
27
|
+
"toolbar/appointment.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 1c5.529 0 10 4.471 10 10s-4.471 10-10 10S2 17.529 2 12 6.471 2 12 2z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="round"/>\r\n <path d="M11.5 3.5a.5.5 0 0 0-.5.582V13h8.92a.5.5 0 0 0 .58-.5c0-4.965-4.035-9-9-9zm.5 1.225c4.023.249 7.026 3.252 7.275 7.275H12z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="round"/>\r\n</svg>\r\n',
|
|
28
|
+
"toolbar/calendar.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">\r\n <g font-weight="400" color="#000" fill="#1467ba" font-family="Sans">\r\n <path d="M1 0C.505 0 0 .5 0 1v21c0 .512.51 1 1 1h7v-1H1V6h21v16h-7v1h7c.488 0 1-.486 1-1V1c0-.502-.498-1-1-1zm0 1h3v2.5c0 .262.238.5.5.5h3a.52.52 0 0 0 .5-.5V1h7v2.5c0 .262.238.5.5.5h3a.52.52 0 0 0 .5-.5V1h3v4H1zm4 0h2v2H5zm11 0h2v2h-2z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>\r\n <path d="M11.5 11.857l-.375.344-2.812 2.844-1.344 1.344.687.687 1.375-1.344 2.47-2.468 2.468 2.468 1.344 1.344.718-.687-1.343-1.344-2.844-2.844z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>\r\n <path d="M11 13v11h1V13h-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>\r\n </g>\r\n</svg>\r\n',
|
|
29
|
+
"toolbar/cancel.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 4 24 24">\r\n <path style="marker:none" color="#000" fill="#1467ba" stroke-width="1.094" overflow="visible" d="M24.885 25.5L6.5 7.115l.707-.707 18.385 18.385z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" stroke-width="1.094" overflow="visible" d="M25.592 7.115L7.207 25.5l-.707-.707L24.885 6.408z"/>\r\n</svg>\r\n',
|
|
30
|
+
"toolbar/check.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M1.627 11.921l7.071 7.071-.707.708L.92 12.628z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M7.5 18.793l14.85-14.85.706.708L8.207 19.5z"/>\r\n</svg>\r\n',
|
|
31
|
+
"toolbar/company.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M13 6H8v1h5V6zm0-2H8v1h5V4zm4.515-1c-.62-.002-1.271.312-1.737.811-.465.5-.694 2.007-.694 2.007s-.17.616 0 1.347 1.39 2.435 1.39 2.435-3.018.65-3.474 1.308c-.455.658 0 1.092 0 1.092h9s.453-.437 0-1.092c-.452-.655-3.444-1.308-3.444-1.308s1.219-1.698 1.39-2.435c.17-.737 0-1.382 0-1.382s-.267-1.482-.73-1.972c-.462-.49-1.081-.809-1.701-.811z" fill="#1467ba"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square" d="M5.5 1.5h17v12h-17z"/>\r\n <path style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" d="M14 23h5V10H2v13h5v-5h7M3 11h15v11h-3v-5H6v5H3z" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="square"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="#fff" stroke="#1467ba" stroke-linecap="square" d="M1.5 8.5h18v2h-18z"/>\r\n <path style="marker:none" d="M3 11v11h3v-5h9v5h3V11z" color="#000" overflow="visible" fill="#fff" stroke-linecap="square"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="#1467ba" stroke="#1467ba" stroke-linecap="square" d="M8.5 19.5h4v3h-4z"/>\r\n</svg>\r\n',
|
|
32
|
+
"toolbar/contact.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <path d="M10 14H4v1h6v-1zm2-3H4v1h8v-1zm0-3H4v1h8V8zm4.514-1c-.62-.002-1.27.312-1.736.811-.466.5-.694 2.007-.694 2.007s-.17.616 0 1.347 1.39 2.435 1.39 2.435-3.018.65-3.474 1.308c-.456.658 0 1.092 0 1.092h9s.452-.437 0-1.092-3.444-1.308-3.444-1.308 1.218-1.698 1.39-2.435c.17-.737 0-1.382 0-1.382s-.268-1.482-.73-1.972c-.462-.49-1.082-.809-1.702-.811z" fill="#1467ba"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square" d="M1.5 4.5h21v15h-21z"/>\r\n</svg>\r\n',
|
|
33
|
+
"toolbar/copy-to-clipboard.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M9.5 17.5h-6v-14h11v3" style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M9.5 6.5h11v14h-11z" style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
34
|
+
"toolbar/create-linked-object.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="124.25 14.5 24 24" height="24" width="24">\r\n <path d="M144.008 22.176a3.059 3.059 0 0 0-2.272.887l-.996.966c-.142.138-.236.287-.236.455 0 .169.094.319.236.457.148.144.299.211.45.211.15 0 .302-.066.45-.21l.997-.967c.438-.426 1.015-.542 1.52-.467.511.076.984.315 1.316.637.41.398.576.948.576 1.44 0 .547-.227 1.066-.615 1.442l-.004.004c-.3.315-.544.518-3.137 3.035-.004.004-.002 0-.006.004a.063.063 0 0 0-.008.006l-.002.004h-.002a.063.063 0 0 0 0 .002c-.77.739-1.408.981-1.92.942-.518-.04-.814-.354-.932-.467a.96.96 0 0 0-.199-.149.523.523 0 0 0-.236-.074.063.063 0 0 0-.002 0h-.002a.713.713 0 0 0-.487.223c-.142.138-.238.288-.238.457 0 .169.096.317.238.455.616.597 1.246.887 1.897.887.884 0 1.786-.442 2.74-1.37l3.162-3.07c.696-.675 1.091-1.45 1.092-2.328v-.047c.07-.86-.326-1.64-1.016-2.309-.692-.67-1.528-1.029-2.365-1.056zm-4.916 4.933c-.103.002-.206.01-.31.022-.837.099-1.727.562-2.596 1.4h-.002a.063.063 0 0 0-.004.002.063.063 0 0 0-.012.01c-.98.922-1.985 1.876-2.973 2.81a.063.063 0 0 0 0 .003.063.063 0 0 0-.012.011.063.063 0 0 0-.004.006c-.683.67-1.076 1.465-1.076 2.336 0 .88.399 1.68 1.092 2.354a3.432 3.432 0 0 0 2.393.959c.93 0 1.686-.364 2.406-.95a.063.063 0 0 0 .004-.002l.006-.007.822-.8a.063.063 0 0 0 .002 0 .67.67 0 0 0 .217-.466.576.576 0 0 0-.229-.455.063.063 0 0 0-.002-.002l-.008-.006-.002-.002a.78.78 0 0 0-.888.006.145.145 0 0 0-.022.02l-.02.019-.82.771c-.862.74-2.173.764-2.958.002a1.912 1.912 0 0 1-.579-1.369c0-.55.201-1.054.586-1.43.987-.95 1.997-1.912 2.989-2.874.417-.398.919-.668 1.353-.909.27-.108.538-.179.838-.152.288.026.59.168.824.408l.004.006h.002a.063.063 0 0 0 .008.01c.179.155.354.23.524.209.168-.02.298-.122.422-.234a.063.063 0 0 0 0-.002s0-.002.002-.002l.002-.002c.14-.138.236-.287.236-.455 0-.169-.096-.317-.236-.454l-.002-.002-.002-.002a.063.063 0 0 0 0-.002c-.508-.46-1.069-.716-1.67-.773-.1-.01-.203-.013-.305-.012z" fill="#1467ba"/>\r\n <path style="marker:none" d="M131.15 15.4v6h-6v1.2h6v6h1.2v-6h6v-1.2h-6v-6h-1.2z" color="#000" overflow="visible" fill="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
35
|
+
"toolbar/delete.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">\r\n <g font-weight="400" color="#000" fill="#1467ba" font-family="Sans">\r\n <path d="M11 0c-.564 0-1 .463-1 1v1H3c-.466 0-1 .442-1 1v3h20V3c0-.576-.405-1-1-1h-7V1c0-.529-.458-1-1-1zm2 3h8v2H3V3h8V1h2v1M4 7.013V23c0 .529.492 1 1 1h14c.554 0 1-.482 1-1V7.013H4.5zm1 1h14v15H5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>\r\n <path d="M11 0c-.564 0-1 .463-1 1v1H3c-.466 0-1 .442-1 1v3h20V3c0-.576-.405-1-1-1h-7V1c0-.529-.458-1-1-1zm2 3h8v2H3V3h8V1h2v1" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>\r\n </g>\r\n</svg>\r\n',
|
|
36
|
+
"toolbar/document.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M3 1v22c0 .498.475 1 1 1h16c.609 0 1-.457 1-1V1c0-.553-.457-1-1-1H4c-.498 0-1 .512-1 1zm1 0h16v22H4z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M7.5 4.5h9m-9 3h9m-9 3h9m-9 3h9m-9 3h9m-9 3h9" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
37
|
+
"toolbar/duplicate-check.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <rect width="15" height="9" rx=".536" ry=".624" x="1.5" y="1.5" style="marker:none" color="#000" fill="#f2f2f2" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <rect width="15" height="9" rx=".536" ry=".624" x="7.5" y="6.5" style="marker:none" color="#000" fill="#f2f2f2" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <path d="M4 4.5h10m-10 3h2m4 2h10m-10 3h10" style="marker:none" color="#000" fill="#fff" stroke="#1467ba" stroke-linejoin="round" overflow="visible"/>\r\n <path d="M14.5 14a5.5 5.5 0 1 1-11 0 5.5 5.5 0 1 1 11 0z" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-width="1.5" overflow="visible"/>\r\n <path d="M13.5 18.5L17 22" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>\r\n <path d="M14 14a5 5 0 1 1-10 0 5 5 0 1 1 10 0z" style="marker:none" color="#000" fill="#f2f2f2" stroke-width="1.7" overflow="visible"/>\r\n</svg>\r\n',
|
|
38
|
+
"toolbar/e-mail.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M1 4c-.555 0-1 .48-1 1v14c0 .52.445 1 1 1h22.016c.554 0 .984-.48.984-1V5c0-.52-.43-1-.984-1zm0 1h21.984v2.25L12 14.875 1 7.25zm0 3.469l5.36 3.734 5.359 3.734c.281.172.281.168.562 0L22.984 8.5V19H1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" stroke-width="1.031" overflow="visible" font-family="Sans"/>\r\n</svg>\r\n',
|
|
39
|
+
"toolbar/edit.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M16.75 2.531C14.477 4.799 6.072 13.227 4.062 15.219c-.658 2.047-1.35 4.084-2.03 6.125l-.313.937.937-.312c2.043-.672 4.077-1.377 6.125-2.032C11.055 17.622 19.197 9.523 21.47 7.25c.374-.374.365-1.135 0-1.5-.789-.792-2.818-2.818-3.219-3.219-.371-.371-1.125-.373-1.5 0zm.75.656L20.813 6.5 19 8.313A207.275 207.275 0 0 1 15.687 5zm-2.5 2.5A175.497 175.497 0 0 1 18.313 9L8.25 19.063l-4.969 1.656 1.656-4.969z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n</svg>\r\n',
|
|
40
|
+
"toolbar/event.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M3 21V7h18v14m0 1c.488 0 1-.486 1-1V3c0-.502-.498-1-1-1H3c-.495 0-1 .5-1 1v18c0 .512.51 1 1 1M3 3h2v1.5c0 .262.238.5.5.5h3a.52.52 0 0 0 .5-.5V3h6v1.5c0 .262.238.5.5.5h3a.52.52 0 0 0 .5-.5V3h2v3H3zm3 0h2v1H6zm10 0h2v1h-2z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path d="M4.5 9.5h5v3h-5zm5 0h5v3h-5z" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M4.5 12.5h5v3h-5z" opacity=".5" fill="#1467ba" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M9.5 12.5h5v3h-5zm-5 3h5v3h-5zm5 0h5v3h-5zm5-6h5v3h-5zm0 3h5v3h-5zm0 3h5v3h-5zm-10-3h5v3h-5z" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
41
|
+
"toolbar/expenses.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <path style="text-indent:0;text-align:start;text-transform:none;block-progression:tb" d="M7 2.5V5H1.5c-.25 0-.5.247-.5.5v12a.5.5 0 0 0 .5.5h6c.5 0 .5-1 0-1H2V6h18v8.5c0 .5 1 .5 1 0v-9a.5.5 0 0 0-.5-.5H15V2.5a.5.5 0 0 0-.5-.5h-7c-.267 0-.5.236-.5.5zM8 3h6v2H8z" color="#000" fill="#1467ba"/>\r\n <path style="text-indent:0;text-align:start;text-transform:none;block-progression:tb" d="M7 14.5v7a.5.5 0 0 0 .5.5h15c.258 0 .499-.23.5-.5-.001-3.28.002-4.036 0-7-.001-.265-.256-.499-.5-.5h-15c-.257.001-.5.26-.5.5zm1 .5h.938l-.094.844-.844.094zm1.937 0h10.126l.125 1.344a.5.5 0 0 0 .468.437l1.343.156v2.093l-1.344.157a.5.5 0 0 0-.468.437L20.03 21H9.968l-.157-1.375a.5.5 0 0 0-.468-.437L8 19.03v-2.093l1.344-.157a.5.5 0 0 0 .469-.437l.125-1.344zm11.124 0H22v.938l-.844-.094zM8 20.03l.844.095.094.875H8zm14 0V21h-.938l.094-.875z" color="#000" fill="#1467ba"/>\r\n <path style="text-indent:0;text-align:start;text-transform:none;block-progression:tb" d="M13.344 16.013a.5.5 0 0 0-.188.125l-1.5 1.5c-.585.453.209 1.284.688.719L13 17.7v1.812c-.01.676 1.01.676 1 0v-3a.5.5 0 0 0-.656-.5zm3.647-.017c-.641 0-1.194.484-1.575.968-.223.284-.333.67-.333 1.031 0 .36.11.746.333 1.03.381.484.934.968 1.575.968.641 0 1.225-.473 1.606-.968.219-.284.302-.672.302-1.03s-.083-.747-.302-1.03c-.381-.496-.965-.969-1.606-.969zm0 1c.294 0 .549.266.728.5.107.14.175.322.176.499a.873.873 0 0 1-.176.53c-.177.228-.44.468-.728.468-.289 0-.55-.24-.728-.468a.873.873 0 0 1-.176-.53.856.856 0 0 1 .176-.5c.18-.233.434-.5.728-.5z" color="#000" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
42
|
+
"toolbar/export.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path style="block-progression:tb;text-indent:0;text-align:start;text-transform:none" d="M11.501 1.857l-.375.344-2.813 2.844-1.345 1.343.687.688 1.377-1.344L11.5 3.263l2.469 2.47 1.344 1.343.718-.688-1.343-1.343L11.845 2.2z" fill="#1467ba" color="#000"/>\r\n <path style="block-progression:tb;text-indent:0;text-align:start;text-transform:none" d="M11 3v13h1V3zM1.688 18a.699.699 0 0 0-.688.688v2.625c0 .371.317.687.688.687H21.31a.7.7 0 0 0 .688-.688v-2.625A.699.699 0 0 0 21.31 18H1.688zM2 19h5.656v2H2zm6.656 0h5.688v2H8.656zm6.688 0H21v2h-5.656z" fill="#1467ba" color="#000"/>\r\n</svg>\r\n',
|
|
43
|
+
"toolbar/external-cost.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">\r\n <path style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" d="M14 17h5V4H2v13h5v-5h7M3 5h15v11h-3v-5H6v5H3z" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="square"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square" d="M1.5 2.5h18v2h-18z"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="#1467ba" stroke="#1467ba" stroke-linecap="square" d="M8.5 13.5h4v3h-4z"/>\r\n <rect style="marker:none" width="10" height="15" x="9.5" y="6.5" rx=".5" ry=".5" color="#000" overflow="visible" fill="#fff" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M11.5 9.5h6m-6 3h6m-6 3h6m-6 3h6" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path style="marker:none" d="M10 14l5.02 5 7.96-8L21 9l-6 6-3-3z" color="#000" overflow="visible" fill="#fff" stroke="#1467ba"/>\r\n</svg>\r\n',
|
|
44
|
+
"toolbar/filter-active.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">\r\n <path d="M-8.5-8.5h20L3.5 4v8l-5-3V4z" style="marker:none" color="#000" fill-opacity="0" stroke="#1467ba" stroke-linejoin="round" stroke-miterlimit="10" overflow="visible"/>\r\n <path d="M6 9.5L9 12l4-7" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" overflow="visible"/>\r\n</svg>\r\n',
|
|
45
|
+
"toolbar/filter.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">\r\n <path d="M-8.5-8.5h21L4.5 4v8l-5-3V4z" style="marker:none" color="#000" fill-opacity="0" stroke="#1467ba" stroke-linejoin="round" stroke-miterlimit="10" overflow="visible"/>\r\n</svg>\r\n',
|
|
46
|
+
"toolbar/import.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\r\n <path d="M11.501 16.196l-.375-.344-2.813-2.844-1.345-1.343.687-.687 1.377 1.343L11.5 14.79l2.469-2.47 1.344-1.342.718.687-1.343 1.343-2.844 2.844z" style="text-indent:0;text-align:start;text-transform:none" color="#000" fill="#1467ba"/>\r\n <path d="M11 2v13h1V2z" style="text-indent:0;text-align:start;text-transform:none" color="#000" fill="#1467ba"/>\r\n <path d="M1.688 18a.699.699 0 0 0-.688.688v2.625c0 .371.317.687.688.687H21.31a.7.7 0 0 0 .688-.688v-2.625A.699.699 0 0 0 21.31 18H1.688zM2 19h5.656v2H2zm6.656 0h5.688v2H8.656zm6.688 0H21v2h-5.656z" style="block-progression:tb;text-indent:0;text-align:start;text-transform:none" fill="#1467ba" color="#000"/>\r\n</svg>\r\n',
|
|
47
|
+
"toolbar/info.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">\r\n <g transform="rotate(180 12 32)" color="#000">\r\n <circle transform="rotate(31.912)" r="11.4" cy="37.797" cx="37.675" style="marker:none" overflow="visible" fill="none" stroke="#1467ba" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"/>\r\n <path style="marker:none" overflow="visible" fill="#1467ba" d="M13 46v8h-2v-8zm-2 10h2v2h-2z"/>\r\n </g>\r\n</svg>\r\n',
|
|
48
|
+
"toolbar/job.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <path d="M0 0l-2.427-1.084.93-2.427-1.084-.748-.749-.904-2.271.904-1.059-2.582 2.272-1.058-.155-1.213.155-1.213-2.272-1.084 1.059-2.582 2.271.929.749-.929 1.084-.903-.93-2.117L.155-18.07l.929 2.272 1.214-.155h1.367l.749-2.117 2.736 1.213-.774 2.117 1.084.903.594.775 2.271-.775 1.084 2.428-2.297 1.084.155 1.342-.155 1.084 2.297 1.058-1.084 2.582-2.271-.904-.749.904-1.058.748 1.058 2.272L4.724 0 3.665-2.297l-1.367.154-1.085-.154L0 0z" fill="none" stroke="#1467ba" stroke-width=".907" stroke-miterlimit="3" transform="matrix(1.1027 0 0 -1.10201 9.344 2.087)"/>\r\n <path d="M0 0c0 .86.301 1.592.904 2.194.619.602 1.351.904 2.194.904a2.99 2.99 0 0 0 2.194-.904A2.988 2.988 0 0 0 6.195 0c0-.843-.301-1.575-.903-2.194a2.99 2.99 0 0 0-2.194-.904c-.843 0-1.575.302-2.194.904A2.985 2.985 0 0 0 0 0z" fill="none" stroke="#1467ba" stroke-width=".933" stroke-miterlimit="3" transform="matrix(1.07209 0 0 -1.07133 8.641 12.043)"/>\r\n</svg>\r\n',
|
|
49
|
+
"toolbar/link.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="124.25 14.5 24 24" height="24" width="24">\r\n <path d="M142.49 15.532c-1.176-.039-2.283.37-3.178 1.24l-1.461 1.419c-.374.363-.374.664 0 1.028.191.186.349.248.511.248.162 0 .32-.062.511-.248l1.461-1.418c.697-.678 1.614-.864 2.41-.745a3.762 3.762 0 0 1 2.046.993c.652.632.913 1.497.913 2.269a3.17 3.17 0 0 1-.968 2.269c-.448.47-.795.755-4.615 4.463l-.004.004c-1.162 1.12-2.16 1.519-2.995 1.454-.842-.066-1.34-.593-1.498-.745-.142-.137-.36-.262-.497-.266-.162 0-.37.08-.562.266-.374.364-.374.666 0 1.029.875.849 1.74 1.24 2.63 1.24 1.224 0 2.496-.612 3.872-1.95l4.638-4.502c.992-.962 1.534-2.036 1.534-3.262a.838.838 0 0 1 0-.071c.101-1.19-.44-2.27-1.424-3.226-.98-.95-2.153-1.451-3.324-1.49zm-7.634 7.268c-1.174.139-2.454.792-3.712 2.012-1.437 1.352-2.912 2.75-4.36 4.121-.986.956-1.534 2.074-1.534 3.297 0 1.225.549 2.342 1.534 3.298a4.823 4.823 0 0 0 3.36 1.347c1.308 0 2.364-.507 3.397-1.347l1.205-1.17c.141-.138.256-.346.256-.532 0-.157-.041-.324-.256-.496-.339-.222-.728-.235-1.059 0l-.036.035-1.206 1.135c-1.346 1.16-3.396 1.204-4.638 0a3.02 3.02 0 0 1-.913-2.163c0-.861.32-1.66.926-2.251 1.448-1.396 2.93-2.805 4.383-4.215.64-.611 1.396-1.017 2.032-1.37.42-.17.858-.292 1.351-.248a2.17 2.17 0 0 1 1.352.674c.472.41.754.277 1.095-.036.375-.363.374-.665 0-1.028-.955-.864-2.009-1.202-3.177-1.063z" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
50
|
+
"toolbar/mail-preview.svg": '<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\r\n <g fill="#1467ba">\r\n <path d="M7.484 15.74a.75.75 0 0 0-.515.23l-5.5 5.5a.75.75 0 1 0 1.062 1.06l5.5-5.5a.75.75 0 0 0-.547-1.29z"/>\r\n <path d="M14 1c4.96 0 9 4.035 9 9 0 4.96-4.04 9-9 9s-9-4.04-9-9c0-4.965 4.04-9 9-9zm0 1c-4.42 0-8 3.576-8 8 0 4.42 3.58 8 8 8s8-3.58 8-8c0-4.424-3.58-8-8-8z"/>\r\n <path d="M9 6c-.555 0-1 .48-1 1v6c0 .52.445 1 1 1h10c.55 0 1-.48 1-1V7c0-.52-.45-1-1-1zm0 1h10v.45l-5 2.73-5-2.73zm0 1.7l4.72 2.54c.28.17.28.16.56 0L19 8.7V13H9z"/>\r\n </g>\r\n</svg>\r\n',
|
|
51
|
+
"toolbar/mark-for-resend.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">\r\n <path d="M-9.15 10.35c.058-1.073.077-2.39 1.019-3.055 1.557-1.123 3.15-2.257 4.966-2.85.472-.396.22-1.094.287-1.645-.027-.34.146-.772-.25-.935-.852-.655-.65-1.957-1.417-2.626-.683-.527-.613-1.62-.053-2.212.51-.706.23-1.69.21-2.491-.02-.8.393-1.252.823-1.745.438-.505 1.054-.743 1.668-.888.563-.2.748-.263 1.347-.252m9.6 18.699c-.058-1.073-.077-2.39-1.019-3.055-1.557-1.123-3.15-2.257-4.966-2.85-.472-.396-.22-1.094-.287-1.645.027-.34-.146-.772.25-.935.852-.655.65-1.957 1.417-2.626.683-.527.613-1.62.053-2.212-.51-.706-.23-1.69-.21-2.491.02-.8-.393-1.252-.823-1.745-.438-.505-1.054-.743-1.668-.888-.563-.2-.748-.263-1.347-.252" fill="none" stroke="#1467ba" stroke-width="1.1" stroke-linecap="square"/>\r\n <path style="marker:none" color="#000" fill="#fff" stroke="#1467ba" stroke-linecap="square" overflow="visible" d="M3.5 3.5h10v10h-10z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M11 8H5v1h6z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M12.2 8.5L8.664 4.965l-.707.707 3.536 3.535z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M8.664 12.029L12.2 8.493l-.707-.707-3.536 3.535z"/>\r\n</svg>\r\n',
|
|
52
|
+
"toolbar/menu-arrow-down.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">\r\n <path d="M7 10l5 5 5-5z" fill="#4385C8"/>\r\n</svg>\r\n',
|
|
53
|
+
"toolbar/message-deactivated-suggestion.svg": '<svg xmlns="http://www.w3.org/2000/svg" id="Ebene_1" width="24" height="24" viewBox="0 0 24 24">\r\n <style id="style3">\r\n .st0{fill:#1467ba}.st1{fill:#fff}\r\n </style>\r\n <g id="g5">\r\n <path class="st0" d="M0 3v15h3v6l5-6h12V3H0zm19 14H7.2L4 21v-4H1V4h18v13z" id="path7"/>\r\n <path class="st0" id="rect9" d="M4 12h8v1H4z"/>\r\n <path class="st0" id="rect11" d="M4 8h12v1H4z"/>\r\n </g>\r\n</svg>\r\n',
|
|
54
|
+
"toolbar/message-error.svg": '<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}.st1{fill:#fff}.st2{fill:#cc0017}\r\n </style>\r\n <path class="st0" d="M0 3v15h3v6l5-6h12V3H0zm19 14H7.2L4 21v-4H1V4h18v13z"/>\r\n <path class="st0" d="M4 12h8v1H4zm0-4h12v1H4z"/>\r\n <circle class="st2" cx="18" cy="6" r="6"/>\r\n <path class="st1" d="M18.5 7h-1L17 2h2zm-1.2 1.5h1.5V10h-1.5z"/>\r\n</svg>\r\n',
|
|
55
|
+
"toolbar/message.svg": '<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}.st1{fill:#fff}\r\n </style>\r\n <path class="st0" d="M0 3v15h3v6l5-6h12V3H0zm19 14H7.2L4 21v-4H1V4h18v13z"/>\r\n <path class="st0" d="M4 12h8v1H4zm0-4h12v1H4z"/>\r\n <circle class="st0" cx="18" cy="6" r="6"/>\r\n <path class="st1" d="M18.5 7h-1L17 2h2zm-1.2 1.5h1.5V10h-1.5z"/>\r\n</svg>\r\n',
|
|
56
|
+
"toolbar/new.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">\r\n <g color="#000" fill="#1467ba">\r\n <path style="marker:none" overflow="visible" d="M0 11h23v1H0z"/>\r\n <path style="marker:none" overflow="visible" d="M11 23V0h1v23z"/>\r\n </g>\r\n</svg>\r\n',
|
|
57
|
+
"toolbar/opportunity.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <circle r="10.5" cy="12" cx="12" style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M41.406 3.065l1.101-.096.911-.336.67-.719c.13-.286.209-.655.242-1.102h2.348v12.171h2.634v2.205h-7.906v-2.205h2.636V5.268h-2.636V3.065z" fill="#fff"/>\r\n <path d="M9.348 7.97l-.848.096V9.67h2.8v6.13H8.5v2h7.453v-2H13.5V5.812h-2.131c-.032.448-.311.817-.44 1.103l-.67.718z" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
58
|
+
"toolbar/overwrite-document.svg": '<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\r\n <g fill="#1467ba">\r\n <path d="M13.16 1.06L9.685 4.5l3.475 3.45.79-.79-2.66-2.66 2.66-2.652z"/>\r\n <path d="M11 4v1h8v9h1V4zm5 12v7h7v-7zm1 1h5v5h-5zM1 1v7h7V1zm1 1h5v5H2zm8.84 20.94l3.48-3.44-3.48-3.45-.79.79 2.66 2.66-2.66 2.65z"/>\r\n <path d="M13 20v-1H5v-9H4v10z"/>\r\n </g>\r\n</svg>\r\n',
|
|
59
|
+
"toolbar/phone.svg": '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">\r\n <defs>\r\n <path id="a" d="M0 0h800v600H0z"/>\r\n <clipPath id="b">\r\n <use width="800" height="600" xlink:href="#a" overflow="visible"/>\r\n </clipPath>\r\n </defs>\r\n <path d="M124.781 233.406l-.344.406-2.656 2.938c-.104.111-.1.156-.156.25a6.487 6.487 0 0 0-.188.344c-.115.228-.252.462-.312.719-.002.01.002.02 0 .03-.247 1.143-.197 2.423.094 3.626.188.777.485 1.503.812 2.25.243.547.557 1.058.844 1.562.25.44.53.834.781 1.219h.031c.088.123.165.26.25.375.01.013.023.018.032.031.299.438.647.794.906 1.156v.032h.031c.12.14.223.295.344.437.2.228.394.463.594.688h.03c.23.244.454.504.688.75.063.065.134.132.188.187.215.217.411.413.625.625l.187.188c.223.207.463.418.688.625.068.063.113.12.187.187h.031c.25.216.473.443.72.656h.03c.229.184.459.378.688.563.143.108.288.23.437.344h.032v.03c.38.254.778.58 1.218.845.008.005.024-.005.032 0 .46.28.926.594 1.406.843.008.004.023-.004.031 0 .505.261 1.003.494 1.5.688.218.084.456.18.719.25.255.068.53.15.844.219 1.051.241 2.178.344 3.28.093a4.48 4.48 0 0 0 1.095-.375c.153-.08.378-.22.593-.437h.031l2.72-2.563.405-.343-.375-.407-5.343-5.312-.375-.375-.375.375-2.25 2.312-.375.375c-.116.116-.161.148-.25.157-.09.009-.213-.026-.375-.094-.324-.137-.747-.44-1.157-.719-.32-.217-.67-.537-1.093-.844-.011-.009-.02-.022-.031-.03-.113-.097-.227-.216-.344-.313v.03c-.163-.143-.306-.29-.469-.437-.163-.149-.337-.319-.5-.468l-.031-.032-.094-.093h-.031c-.116-.114-.228-.231-.344-.344-.005-.005.005-.026 0-.031-.005-.005-.026.005-.031 0-.058-.059-.11-.139-.156-.188-.169-.175-.336-.356-.5-.531-.147-.162-.327-.309-.469-.469v-.031c-.078-.09-.164-.182-.25-.281-.006-.008.006-.023 0-.031-.248-.34-.497-.577-.656-.813-.263-.392-.545-.77-.657-1.031a.577.577 0 0 1-.062-.281c.008-.06.013-.11.125-.22l2.812-2.75.407-.374-.375-.375-5.438-5.406-.406-.407zm.063 1.531l4.656 4.657-2.438 2.375c-.245.24-.43.54-.468.844-.038.303.054.573.156.812.204.479.53.86.75 1.188.24.354.497.642.688.906l.03.031c.088.1.184.231.282.344.153.172.318.333.469.5.177.189.359.383.531.562.067.07.132.13.187.188.126.123.251.253.375.375l.125.125c.175.16.358.34.532.5.167.15.335.291.5.437h.03c.121.1.221.208.345.313h.03v.03c.347.248.712.605 1.157.907.36.245.816.59 1.344.813.264.11.552.187.875.156.144-.014.266-.126.406-.188l.125.125.375-.375 2.281-2.312 4.563 4.562-2.375 2.188h-.031c-.097.1-.185.167-.344.25-.27.139-.537.211-.844.281-.897.204-1.83.125-2.781-.094h-.031c-.238-.052-.48-.138-.782-.218-.174-.046-.383-.138-.593-.219-.01-.003-.023.003-.031 0-.466-.182-.936-.38-1.407-.625-.443-.228-.89-.518-1.375-.813-.355-.211-.726-.524-1.156-.812-.007-.005-.024.005-.031 0-.138-.105-.263-.204-.406-.313-.23-.185-.458-.377-.688-.562v.031c-.248-.215-.472-.442-.719-.656-.066-.06-.146-.12-.218-.188-.223-.205-.434-.418-.657-.625l-.156-.156a92.071 92.071 0 0 1-.625-.625c-.062-.063-.137-.103-.187-.156-.225-.237-.461-.478-.688-.719v-.031c-.193-.218-.4-.436-.594-.656h.031c-.111-.131-.234-.246-.343-.375-.01-.014-.022-.018-.031-.031-.317-.437-.648-.817-.875-1.157h-.032c-.087-.118-.17-.232-.25-.344-.005-.008.005-.023 0-.03-.268-.41-.547-.8-.75-1.157-.295-.518-.574-.97-.78-1.437-.32-.728-.587-1.416-.75-2.094-.26-1.073-.307-2.196-.095-3.156.01-.046.119-.302.22-.5.05-.1.083-.213.124-.282.04-.069.118-.122.063-.062l2.28-2.531z" transform="translate(-114.479 -222.033) scale(.95456)" clip-path="url(#b)" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1366ba" stroke-width="1.048" overflow="visible" font-family="Sans"/>\r\n</svg>\r\n',
|
|
60
|
+
"toolbar/popup-window.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M0 9v14c0 .5.525 1 1 1h14c.542 0 1-.5 1-1v-7.5h-1V23H1V9h7.5V8H1c-.5 0-1 .503-1 1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M8 1v14c0 .532.479 1 1 1h14c.51 0 1-.473 1-1V1c0-.505-.479-1-1-1H9c-.515 0-1 .502-1 1zm1 0h14v14H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M16.5 3.5h4v4" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M11.5 12.5L20 4" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n</svg>\r\n',
|
|
61
|
+
"toolbar/print.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M3 3v7c0 .498.475 1 1 1h16c.609 0 1-.457 1-1V3c0-.553-.457-1-1-1H4c-.498 0-1 .512-1 1zm1 0h16v7H4z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M7.5 4.5h9m-9 2h9m-9 2h9" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M0 11v8c0 .498.475 1 1 1h22c.609 0 1-.457 1-1v-8c0-.553-.457-1-1-1H1c-.498 0-1 .512-1 1zm1 0h22v8H1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M3 20v1c0 .498.475 1 1 1h16c.609 0 1-.457 1-1v-1c0-.553-.457-1-1-1H4c-.498 0-1 .512-1 1zm1 0h16v1H4zm15-7v1c0 .498.475 1 1 1h1c.609 0 1-.457 1-1v-1c0-.553-.457-1-1-1h-1c-.498 0-1 .512-1 1zm1 0h1v1h-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n</svg>\r\n',
|
|
62
|
+
"toolbar/product-group.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M8 10c-.515 0-1 .502-1 1h10v6h-5.5v1H17c.51 0 1-.473 1-1v-6c0-.505-.479-1-1-1z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M8.5 7L7 10v1.9h1V11h10v-1l-1.5-3c-.226-.452-.479-.9-1-.9h-6c-.515 0-.778.455-1 .9zm1 0h6l1.5 3H8zM1 17v6c0 .532.479 1 1 1h9c.51 0 1-.473 1-1v-6c0-.505-.479-1-1-1H2c-.515 0-1 .502-1 1zm1 0h9v6H2z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M2.5 13L1 16v1h11v-1l-1.5-3c-.226-.452-.479-.9-1-.9h-6c-.515 0-.778.455-1 .9zm1 0h6l1.5 3H2zm14-1H23c.51 0 1-.473 1-1V5c0-.505-.479-1-1-1h-9c-.515 0-1 .502-1 1h10v6h-5.5" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M14.5 1.1l-1.5 3V6h1v-.9h10v-1l-1.5-3c-.226-.452-.479-.9-1-.9h-6c-.515 0-.778.455-1 .9zm1 0h6l1.5 3h-9z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
63
|
+
"toolbar/product-usage.svg": '<svg xmlns="http://www.w3.org/2000/svg" id="Ebene_1" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}\r\n </style>\r\n <path d="M17.9 11.1v8.3H6.2v-8.3h11.7m0-1H6.2c-.6 0-1 .4-1 1v8.3c0 .6.4 1 1 1h11.7c.6 0 1-.4 1-1v-8.3c0-.6-.4-1-1-1z" class="st0"/>\r\n <path d="M15.7 6l2 4.1H6.5l2-4.1h7.2m0-1H8.5c-.4 0-.8.2-1 .6l-2 4.1c-.1.3-.1.7.1 1s.5.5.8.5h11.2c.3 0 .7-.2.8-.5.2-.3.2-.7 0-1l-2-4.1c0-.4-.4-.6-.7-.6z" class="st0"/>\r\n <path d="M4.2 4.6l3.2 1.2-2 4.1-3.8-1.2 2.6-4.1m0-1c-.3 0-.6.2-.8.5L.7 8.2c-.1.2-.2.6-.1.9.1.3.3.5.6.6L5.1 11h.3c.4 0 .7-.2.9-.6l2-4.1c.1-.3.1-.5 0-.8 0-.3-.2-.5-.5-.6L4.6 3.7c-.1 0-.2-.1-.4-.1zm15.6 1l2.7 4.1-3.9 1.3-2-4.1 3.2-1.3m0-1c-.1 0-.2 0-.4.1l-3.2 1.2c-.3.1-.5.3-.6.6-.1.3-.1.6 0 .8l2 4.1c.2.4.5.6.9.6h.3l3.9-1.3c.3-.1.5-.3.6-.6s.1-.6-.1-.9l-2.7-4.1c-.1-.3-.4-.5-.7-.5z" class="st0"/>\r\n</svg>\r\n',
|
|
64
|
+
"toolbar/product.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24">\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M4 10v10c0 .532.479 1 1 1h14c.51 0 1-.473 1-1V10c0-.505-.479-1-1-1H5c-.515 0-1 .502-1 1zm1 0h14v10H5z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M6.5 4L4 9v1h16V9l-2.5-5c-.226-.452-.479-.9-1-.9h-9c-.515 0-.778.455-1 .9zm1 0h9L19 9H5z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path d="M6 6.5h12" style="marker:none" color="#000" overflow="visible" stroke="#1467ba"/>\r\n</svg>\r\n',
|
|
65
|
+
"toolbar/project-planning-view.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24">\r\n <path d="M16.5 4.5v-2h-14v18h14" overflow="visible" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M10.5 6.5h5v2h-5zm5 5h5v2h-5zm0 5h5v2h-5zm-3-8v4h3m-3 0v5h3M4 5.5h5m-5 3h5m-5 3h5m-5 3h5m-5 3h5" overflow="visible" color="#000" fill="none" stroke="#1467ba"/>\r\n</svg>\r\n',
|
|
66
|
+
"toolbar/project.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">\r\n <path style="text-indent:0;text-align:start;text-transform:none;block-progression:tb" d="M3 2v20c0 .498.475 1 1 1h16c.609 0 1-.457 1-1V2c0-.553-.457-1-1-1H4c-.498 0-1 .512-1 1zm1 0h16v20H4z" color="#000" fill="#1467ba"/>\r\n <path d="M8 8h1v10.5H8zm1 9.5h2v1H9zm0-6h2v1H9z" fill="#1467ba"/>\r\n <path d="M11 16v4h7v-4h-7zm1 1h5v2h-5v-2zm-1-7v4h7v-4h-7zm1 1h5v2h-5v-2zM6 4v4h7V4H6zm1 1h5v2H7V5z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
67
|
+
"toolbar/questionnaire.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <path d="M3 2v20c0 .498.475 1 1 1h16c.609 0 1-.457 1-1V2c0-.553-.457-1-1-1H4c-.498 0-1 .512-1 1zm1 0h16v20H4z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <path d="M11 17v1h7v-1z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="square"/>\r\n <path d="M6 10v4h4v-4zm1 1h2v2H7zM6 4v4h4V4zm1 1h2v2H7zM6 16v4h4v-4zm1 1h2v2H7z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" fill-rule="evenodd"/>\r\n <path style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal" d="M11 11v1h7v-1zm0-6v1h7V5z" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
68
|
+
"toolbar/receipt.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <path style="text-indent:0;text-align:start;text-transform:none;block-progression:tb" d="M2 4v17c0 .498.475 1 1 1h12c.609 0 1-.457 1-1V4c0-.553-.457-1-1-1H3c-.498 0-1 .512-1 1zm1 0h12v17H3z" color="#000" fill="#1467ba"/>\r\n <path d="M4.5 6.5h9m-9 3h9m-9 3h9m-9 3h9m-9 3h9" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M5 14l6 6L22 9l-2-2-9 9-4-4z" style="marker:none" color="#000" overflow="visible" fill="#fff" stroke="#1467ba"/>\r\n</svg>\r\n',
|
|
69
|
+
"toolbar/refresh.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">\r\n <path d="M2-7C-3.51-7-8-2.51-8 3s4.49 10 10 10S12 8.51 12 3a9.969 9.969 0 0 0-2.934-7.066l-.714.714A8.947 8.947 0 0 1 10.976 3 8.96 8.96 0 0 1 2 11.976 8.96 8.96 0 0 1-6.976 3 8.96 8.96 0 0 1 2-5.976" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M2-4v-5l2.165 1.25L6.33-6.5 4.165-5.25z" style="marker:none" color="#000" fill="#1467ba" overflow="visible"/>\r\n</svg>\r\n',
|
|
70
|
+
"toolbar/remove-assignment.svg": '<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\r\n <path d="M17.5 13.5V17l5-5-5-5v3.5h-11V7l-5 5 5 5v-3.5z" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M6 22L18 2" fill="none" stroke="#1467ba" stroke-linecap="square" stroke-width="1.2"/>\r\n</svg>\r\n',
|
|
71
|
+
"toolbar/remove-link.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="124.25 14.5 24 24">\r\n <path d="M139.594 15.094c-1.006-.034-1.953.327-2.719 1.093l-1.25 1.25c-.32.321-.32.586 0 .906.164.164.299.22.438.22s.273-.056.437-.22l1.25-1.25c.596-.596 1.381-.76 2.063-.656a3.183 3.183 0 0 1 1.75.875c.557.558.781 1.32.781 2 0 .759-.26 1.478-.781 2h-.031l-3.938 3.938h-.031c-.994.987-1.848 1.338-2.563 1.281-.72-.058-1.146-.522-1.281-.656h-.031c-.163-.164-.299-.219-.438-.219-.138 0-.273.055-.437.219-.32.32-.32.587 0 .906.748.749 1.488 1.094 2.25 1.094 1.047 0 2.136-.54 3.312-1.719l3.97-3.969c.847-.847 1.312-1.794 1.312-2.875a.651.651 0 0 1 0-.062c.086-1.05-.377-2.002-1.22-2.844-.838-.838-1.841-1.279-2.843-1.313zm-6.531 6.406c-1.004.122-2.08.706-3.157 1.781h-.03l-3.72 3.625c-.843.842-1.312 1.828-1.312 2.906 0 1.08.47 2.064 1.313 2.906a4.063 4.063 0 0 0 2.874 1.188c1.12 0 2.084-.364 2.907-1.188l1.031-1.03v-.032c.165-.165.219-.3.219-.438s-.055-.273-.219-.437c-.29-.196-.623-.207-.906 0l-.031.031-1.032 1c-1.151 1.023-2.906 1.062-3.968 0a2.702 2.702 0 0 1-.782-1.906c0-.759.262-1.478.782-2h.03l3.72-3.719c.004-.005.026.005.03 0 .403-.4 1.01-.89 1.72-1.187.359-.15.734-.258 1.156-.219.413.038.832.246 1.156.594.007.007.024-.008.031 0v-.032c.375.437.586.32.906 0 .321-.32.32-.586 0-.906-.817-.762-1.719-1.06-2.718-.937z" fill="#1467ba"/>\r\n <path style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible" d="M137.75 28h10v10h-10z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M139.25 32.5h7v1h-7z"/>\r\n</svg>\r\n',
|
|
72
|
+
"toolbar/remove-recipient.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">\r\n <path d="M-9.15 10.35c.058-1.073.077-2.39 1.019-3.055 1.557-1.123 3.15-2.257 4.966-2.85.472-.396.22-1.094.287-1.645-.027-.34.146-.772-.25-.935-.852-.655-.65-1.957-1.417-2.626-.683-.527-.613-1.62-.053-2.212.51-.706.23-1.69.21-2.491-.02-.8.393-1.252.823-1.745.438-.505 1.054-.743 1.668-.888.563-.2.748-.263 1.347-.252M3.065 4.445c-.472-.396-.22-1.094-.287-1.645.027-.34-.146-.772.25-.935.852-.655.65-1.957 1.417-2.626.683-.527.613-1.62.053-2.212-.51-.706-.23-1.69-.21-2.491.02-.8-.393-1.252-.823-1.745-.438-.505-1.054-.743-1.668-.888-.563-.2-.748-.263-1.347-.252" fill="none" stroke="#1467ba" stroke-width="1.1" stroke-linecap="square"/>\r\n <path style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible" d="M3.5 3.5h10v10h-10z"/>\r\n <path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M5 8h7v1H5z"/>\r\n</svg>\r\n',
|
|
73
|
+
"toolbar/report-active.svg": '<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}\r\n </style>\r\n <path class="st0" d="M2 14v8h6v-8H2zm7-6v14h6V8H9zm7-6v20h6V2h-6z"/>\r\n</svg>\r\n',
|
|
74
|
+
"toolbar/report-chart-document.svg": '<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}\r\n </style>\r\n <path class="st0" d="M3 1v22c0 .5.5 1 1 1h16c.6 0 1-.5 1-1V1c0-.6-.5-1-1-1H4c-.5 0-1 .5-1 1zm1 0h16v22H4V1z"/>\r\n <path class="st0" d="M7.3 14.3h2.4v4.9H7.3zm3.5-3.7h2.4v8.7h-2.4zm3.5-3.7h2.4v12.4h-2.4z"/>\r\n</svg>\r\n',
|
|
75
|
+
"toolbar/report-data-document.svg": '<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}\r\n </style>\r\n <path class="st0" d="M3 1v22c0 .5.5 1 1 1h16c.6 0 1-.5 1-1V1c0-.6-.5-1-1-1H4c-.5 0-1 .5-1 1zm1 0h16v22H4V1z"/>\r\n <path class="st0" d="M9.2 4H5.3v1.5h3.9V4zm0 3H5.3v1.5h3.9V7zm-3.9 6h4v1.5h-4zm0 3h4v1.5h-4zm8.8-12h-4v1.5h4V4zm-4 3h4v1.5h-4zm0 6h4v1.5h-4zm4.8-9h4v1.5h-4zm0 3h4v1.5h-4zm-5.7 3H5.3v1.5h3.9V10zm.9 0h4v1.5h-4zm4.8 0h4v1.5h-4z"/>\r\n</svg>\r\n',
|
|
76
|
+
"toolbar/report.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M2 14v8h6v-8zm1 1h4v6H3zm6-7v14h6V8zm1 1h4v12h-4zm6-7v20h6V2zm1 1h4v18h-4z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
77
|
+
"toolbar/resource-plan.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M3 2v20c0 .498.475 1 1 1h16c.609 0 1-.457 1-1V2c0-.553-.457-1-1-1H4c-.498 0-1 .512-1 1zm1 0h16v20H4z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <circle style="marker:none" cx="12" cy="13" r="5.5" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-width="1.2"/>\r\n <path style="marker:none" d="M12 13l3-3" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-width="1.2"/>\r\n <path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none" d="M10.794 4.2a.6.6 0 0 0-.594.594v1.012c0 .324.303.453.594.594H11V8h2V6.4h.206a.6.6 0 0 0 .594-.594V4.794a.6.6 0 0 0-.594-.594zM12.3 7h-.6V5.7H11V5h2v.7h-.7z" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
78
|
+
"toolbar/send-mail.svg": '<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\r\n <path d="M5 4c-.555 0-1 .48-1 1v12c0 .52.445 1 1 1h18.016c.554 0 .984-.48.984-1V5c0-.52-.43-1-.984-1zm0 1h17.984v2.25L14 12.875 5 7.25zm0 3.5l8.719 5.437c.281.172.281.168.562 0L22.984 8.5V17H5z" fill="#1467ba"/>\r\n <path d="M.5 7.5h2m-2 3h2m-2 3h2" fill="none" stroke="#1467ba" stroke-linecap="round" stroke-linejoin="round"/>\r\n</svg>\r\n',
|
|
79
|
+
"toolbar/send-vcard.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M21 15h-4v1h4v-1zm0-3h-5v1h5v-1zm0-3h-5v1h5V9zm-9.485-1c-.62-.002-1.271.312-1.737.811-.465.5-.694 2.007-.694 2.007s-.17.616 0 1.347 1.39 2.435 1.39 2.435-3.018.65-3.474 1.308C6.545 16.566 7 17 7 17h9s.453-.437 0-1.092c-.452-.655-3.444-1.308-3.444-1.308s1.219-1.698 1.39-2.435c.17-.737 0-1.382 0-1.382s-.267-1.482-.73-1.972c-.462-.49-1.081-.809-1.701-.811z" fill="#1467ba"/>\r\n <path style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square" d="M5.5 6.5h17v12h-17z"/>\r\n <path d="M21 15h-4v1h4v-1zM4 9H1v1h3V9zm0 3H1v1h3v-1zm0 3H1v1h3v-1z" fill="#1467ba"/>\r\n</svg>\r\n',
|
|
80
|
+
"toolbar/service-agreement.svg": '<svg xmlns="http://www.w3.org/2000/svg" id="Ebene_1" viewBox="0 0 24 24">\r\n <style>\r\n .st0{fill:#1467ba}\r\n </style>\r\n <path d="M23.7 9.4L21 11.9l-2.7-2.5h5.4zM12.1 21.6v1.1c1.4-.1 2.7-.5 3.9-1.1l-.4-1.1c-1.1.7-2.3 1-3.5 1.1zm-6.8-.5c1.3.8 2.7 1.4 4.3 1.6v-1.2c-1.3-.2-2.6-.7-3.6-1.4l-.7 1z" class="st0"/>\r\n <path d="M11.1 1.2C5.2 1.2.3 6.1.3 12c0 2.9 1.2 5.6 3.1 7.5l.7-.9c-1.6-1.7-2.6-4-2.6-6.6 0-5.3 4.3-9.7 9.7-9.7 4.7 0 8.6 3.4 9.5 7.8h1.2c-1-5-5.4-8.9-10.8-8.9z" class="st0"/>\r\n <path fill="none" stroke="#1467ba" stroke-miterlimit="10" d="M8.1 6.4l2.5 2.5-1.7 1.7L6.4 8c-.8 1.7 1.6 5.7 4.1 4.3l5.2 5c.5.5 1.4 1 2 .3.7-.7.1-1.6-.4-2l-5-5c1.5-2.3-2.5-5.3-4.2-4.2z"/>\r\n</svg>\r\n',
|
|
81
|
+
"toolbar/set-view-active.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24">\r\n <path overflow="visible" stroke-linecap="square" stroke="#1467ba" fill="none" color="#000" style="marker:none" d="M3.5 2.5h2v19h-2z"/>\r\n <path overflow="visible" stroke-linecap="square" stroke="#1467ba" fill="#1467ba" color="#000" style="marker:none" d="M2.357 5.5h4.286c.475 0 .857.446.857 1v1c0 .554-.382 1-.857 1H2.357c-.475 0-.857-.446-.857-1v-1c0-.554.382-1 .857-1z"/>\r\n <path overflow="visible" stroke-linecap="square" stroke="#1467ba" fill="none" color="#000" style="marker:none" d="M10.5 2.5h2v19h-2z"/>\r\n <path overflow="visible" stroke-linecap="square" stroke="#1467ba" fill="#1467ba" color="#000" style="marker:none" d="M9.357 15.5h4.286c.475 0 .857.446.857 1v1c0 .554-.382 1-.857 1H9.357c-.475 0-.857-.446-.857-1v-1c0-.554.382-1 .857-1z"/>\r\n <path overflow="visible" stroke-linecap="square" stroke="#1467ba" fill="none" color="#000" style="marker:none" d="M17.5 2.5h2v19h-2z"/>\r\n <path overflow="visible" stroke-linecap="square" stroke="#1467ba" fill="#1467ba" color="#000" style="marker:none" d="M16.357 9.5h4.286c.475 0 .857.446.857 1v1c0 .554-.382 1-.857 1h-4.286c-.475 0-.857-.446-.857-1v-1c0-.554.382-1 .857-1z"/>\r\n</svg>\r\n',
|
|
82
|
+
"toolbar/set-view.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M3.5 2.5h2v19h-2z" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <path d="M2.357 5.5h4.286c.475 0 .857.446.857 1v1c0 .554-.382 1-.857 1H2.357c-.475 0-.857-.446-.857-1v-1c0-.554.382-1 .857-1z" style="marker:none" color="#000" fill="#fff" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <path d="M10.5 2.5h2v19h-2z" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <path d="M9.357 15.5h4.286c.475 0 .857.446.857 1v1c0 .554-.382 1-.857 1H9.357c-.475 0-.857-.446-.857-1v-1c0-.554.382-1 .857-1z" style="marker:none" color="#000" fill="#fff" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <path d="M17.5 2.5h2v19h-2z" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n <path d="M16.357 9.5h4.286c.475 0 .857.446.857 1v1c0 .554-.382 1-.857 1h-4.286c-.475 0-.857-.446-.857-1v-1c0-.554.382-1 .857-1z" style="marker:none" color="#000" fill="#fff" stroke="#1467ba" stroke-linecap="square" overflow="visible"/>\r\n</svg>\r\n',
|
|
83
|
+
"toolbar/show-activities.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M12 18c-4.357 0-6.7-2.834-9.7-6C5.87 8.278 8.421 6 12 6c4.237 0 7.236 3.147 9.7 6-2.423 2.526-5.392 6-9.7 6zM1 12c3.312 3.49 6.091 7 11 7 4.908 0 8.516-4.412 11-7-2.542-3.03-6.15-7-11-7-4.02 0-7.156 2.92-11 7z" fill="#1467ba"/>\r\n <path style="marker:none" d="M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 1 1 9 0z" color="#000" fill="none" stroke="#1467ba" overflow="visible"/>\r\n <path style="marker:none" d="M14 12a2 2 0 1 1-4 0 2 2 0 1 1 4 0z" color="#000" fill="#1467ba" overflow="visible"/>\r\n</svg>\r\n',
|
|
84
|
+
"toolbar/show-in-map.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M2.5 5.5l6-1v15l-6 1zm12 0l6-1v15l-6 1z" style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square"/>\r\n <path d="M8.5 4.501l6 1v15l-6-1z" style="marker:none" color="#000" overflow="visible" fill="#1467ba" fill-opacity=".294" stroke="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
85
|
+
"toolbar/tag.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M2 13.2V20c0 2 0 2 2 2h6.8c1.095 0 1.6-.6 1.6-.6 2.25-2.23 8.4-8.317 10.2-10.1.012-.028 1.2-1 .2-2l-8-8c-1-1-2 .2-2 .2L2.6 11.6s-.6.494-.6 1.6zm1-.5L13.9 1.9l8.3 8.3L11.3 21H3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" font-weight="400" color="#000" fill="#1467ba" overflow="visible" font-family="Sans"/>\r\n <path d="M6.566 17.188a1.283 1.188 0 1 1-2.566 0 1.283 1.188 0 1 1 2.566 0z" transform="matrix(1.169 0 0 1.26295 .824 -4.707)" style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-width=".823" overflow="visible"/>\r\n</svg>\r\n',
|
|
86
|
+
"toolbar/task.svg": '<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">\r\n <path d="M2 23V3.994h2.998l.004-1 2.67.011L8.688 1h5.602l1.015 2.005h2.697l-.004 1.001L21 3.994v4.264l1.734 1.734L21 11.727V23zm1-1h17V11.258l1.289-1.266c-.748-.774-.575-.5-1.289-1.304V5h-1.998v2H4.998V5H3zM6 6h11V3.994h-2.32L13.665 2H9.313L8.298 3.994H6z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba" stroke-width=".8"/>\r\n <path d="M10.973 21.69l-6.696-6.696 2.71-2.71 3.985 3.984 9.04-8.96 1.6 1.6-.702.704-.899-.899-9.039 8.96-3.984-3.983-1.304 1.304 5.289 5.289 9.663-9.664.704.704z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba" stroke-width=".8"/>\r\n</svg>\r\n',
|
|
87
|
+
"toolbar/ticket.svg": '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M5 3c-.515 0-1 .502-1 1v12c0 .532.479 1 1 1h4v4.6a.5.5 0 0 0 .854.353L14.707 17H19c.51 0 1-.473 1-1V4c0-.505-.479-1-1-1zm5 17.393V16H5V4h14v12h-4.707" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#1467ba"/>\r\n <image width="24" height="24" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAA3NCSVQICAjb4U/gAAACXklEQVQ4 jZ2UzWsTURTFz3wkQRsaG6LFWqPEtEhdptnZZu/aTZf+B7oQ7KqIYhF0pVvBnSBuBbfZSXGjUrC2 1RY/SvqRkDRNp5N597h4mcmkTdLgZRgu7x1+99w7lzHWP75YLS56bh3/G3Y0PlGYNz48HRu/Pjqa He8rZpc3W3lp/c/vb3u259ZHs7lU9tJ/OwK48WXT7i95++7vq9ebEN6Zu3D71jkqF80mqQzLNCwL EduwbKe6D6A3SPjze2Xh0YoIATx89mt6kukxExBQRARN4lAA2S+VeoBIVa2rxsEZaWoKABHGhwQk IISAAhDt5ASIbtOrVOm5IJPDSCasclUBSCas5DAIBQogAP1Es2CGKWq/3tzdo3cEKkCBKpOO6Ktr aZtQrXOIn+gTBiBqiqrVIB7YlmbTLcuZtOnTJSjT5gaOxDlStepJ6c18VAtmpiMIHPFYgtaM3HrD K+/5Rhh0TshMLvJyIQHITM5qddExGgZjsQHUtnZSqVh4ivSlhiGzeQs0ABWuodsJh25Nwk0xZH63 7M3drc7dq+2Ww9M9TvFBpKYQip2DKC45y2tqeU2KS65P50lKsEetiXT2L4AU8uaNrAmwkDe6GukA EWxvWicrNaLePLeCFekHsqPxynbtx1f9CfyHBFjZObx49ezYlSEtdR1Z+VyOxWw72rHGlR3Hjsbt icL8anGxsl3qWmfkfEwnTkN9KpacA9XFi/6xkT09v3+cyEwlMlPDmnI5d39ydr6X2Ox1EcQglNNB hw1vEMrpoK2Ng0Eop4MmZh8MQgEA9o6V4pM+t8fiH62i+RkZwl4RAAAAAElFTkSuQmCC" x="32.065" y=".928" image-rendering="optimizeQuality"/>\r\n <path d="M11.5 13h1c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-1a.499.499 0 0 1-.5-.5v-1c0-.277.223-.5.5-.5zm0-8h1c.277 0 .5.223.5.5v6c0 .277-.223.5-.5.5h-1a.499.499 0 0 1-.5-.5v-6c0-.277.223-.5.5-.5z" style="marker:none" color="#000" overflow="visible" fill="#1467ba" stroke-linecap="square"/>\r\n</svg>\r\n',
|
|
88
|
+
"toolbar/time-recording.svg": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24">\r\n <path d="M20.5 14a8.5 8.5 0 0 1-8.5 8.5A8.5 8.5 0 0 1 3.5 14 8.5 8.5 0 0 1 12 5.5a8.5 8.5 0 0 1 8.5 8.5z" style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-width="1.15"/>\r\n <path d="M9.7 1.2a.5.5 0 0 0-.5.5v1.8a.5.5 0 0 0 .5.5h.666v1.5a.5.5 0 0 0 .5.5h2.268a.5.5 0 0 0 .5-.5V4h.666a.5.5 0 0 0 .5-.5V1.7a.5.5 0 0 0-.5-.5zm.3.8h4v1.2h-.666a.5.5 0 0 0-.5.5V5h-1.668V3.7a.5.5 0 0 0-.5-.5H10z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linejoin="round"/>\r\n <path d="M12 14l4.5-4.5" style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-width="1.15" stroke-linejoin="round"/>\r\n</svg>\r\n',
|
|
89
|
+
"toolbar/timestamp.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path fill="none" stroke="#1467ba" d="M12 3.5c-2.96 0-4.5 2.454-4.5 4.586 0 2.05.93 2.854 2 4.013v4.4H3.43l-1.43 6h20l-1.43-6H14.5V12.1c1.07-1.16 2-1.964 2-4.014C16.5 5.954 14.96 3.5 12 3.5z"/>\r\n</svg>\r\n',
|
|
90
|
+
"toolbar/view-menu.svg": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">\r\n <path d="M2 6v1h20V6H2zm0 5v1h20v-1H2zm0 5v1h20v-1H2z" style="block-progression:tb;text-indent:0;text-align:start;text-transform:none" fill="#1467ba" color="#000"/>\r\n</svg>\r\n'
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
// docs/doc.ts
|
|
96
|
+
require_github_markdown_light();
|
|
97
|
+
var readme = require_readme().html;
|
|
98
|
+
document.querySelector("#markdown-container").innerHTML = readme;
|
|
99
|
+
var svgs = require_icons();
|
|
100
|
+
Object.keys(svgs).forEach((filename) => {
|
|
101
|
+
const svg = svgs[filename];
|
|
102
|
+
const iconDiv = document.createElement("div");
|
|
103
|
+
iconDiv.classList.add("icon-div");
|
|
104
|
+
const label = document.createElement("label");
|
|
105
|
+
label.textContent = filename.split("/")[1];
|
|
106
|
+
label.classList.add("icon-label");
|
|
107
|
+
const img = document.createElement("img");
|
|
108
|
+
const blob = new Blob([svg], { type: "image/svg+xml" });
|
|
109
|
+
const url = URL.createObjectURL(blob);
|
|
110
|
+
img.src = url;
|
|
111
|
+
img.classList.add("icon-img");
|
|
112
|
+
iconDiv.appendChild(img);
|
|
113
|
+
iconDiv.appendChild(label);
|
|
114
|
+
document.querySelector("#icons-container").appendChild(iconDiv);
|
|
115
|
+
});
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
6
|
+
<title>Icons</title>
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
|
+
<style>
|
|
9
|
+
.markdown-body {
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
min-width: 200px;
|
|
12
|
+
max-width: 980px;
|
|
13
|
+
margin: 0 auto !important;
|
|
14
|
+
padding-bottom: 45px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.icon-div {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
width: 220px;
|
|
21
|
+
height: 100px;
|
|
22
|
+
float: left;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.icon-img {
|
|
26
|
+
align-self: center;
|
|
27
|
+
width: 50px;
|
|
28
|
+
height: 50px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.icon-label {
|
|
32
|
+
align-self: center;
|
|
33
|
+
text-align: center;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
|
36
|
+
<link href="doc.css" rel="stylesheet" />
|
|
37
|
+
</head>
|
|
38
|
+
|
|
39
|
+
<body>
|
|
40
|
+
<div class="markdown-body">
|
|
41
|
+
<div id="markdown-container"></div>
|
|
42
|
+
<div id="icons-container"></div>
|
|
43
|
+
</div>
|
|
44
|
+
<script type="module" src="./doc.mjs"></script>
|
|
45
|
+
</body>
|
|
46
|
+
</html>
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cypress/vite-dev-server@5.0.7": {
|
|
3
|
+
"licenses": "MIT",
|
|
4
|
+
"repository": "https://github.com/cypress-io/cypress",
|
|
5
|
+
"licenseUrl": "https://github.com/cypress-io/cypress/tree/develop/npm/vite-dev-server#readme"
|
|
6
|
+
},
|
|
7
|
+
"@rollup/plugin-node-resolve@15.2.3": {
|
|
8
|
+
"licenses": "MIT",
|
|
9
|
+
"repository": "https://github.com/rollup/plugins",
|
|
10
|
+
"licenseUrl": "https://github.com/rollup/plugins/raw/HEAD/LICENSE"
|
|
11
|
+
},
|
|
12
|
+
"@types/node@20.10.6": {
|
|
13
|
+
"licenses": "MIT",
|
|
14
|
+
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
|
15
|
+
"licenseUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/raw/HEAD/LICENSE"
|
|
16
|
+
},
|
|
17
|
+
"@typescript-eslint/eslint-plugin@6.17.0": {
|
|
18
|
+
"licenses": "MIT",
|
|
19
|
+
"repository": "https://github.com/typescript-eslint/typescript-eslint",
|
|
20
|
+
"licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
|
|
21
|
+
},
|
|
22
|
+
"@typescript-eslint/parser@6.17.0": {
|
|
23
|
+
"licenses": "BSD-2-Clause",
|
|
24
|
+
"repository": "https://github.com/typescript-eslint/typescript-eslint",
|
|
25
|
+
"licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
|
|
26
|
+
},
|
|
27
|
+
"@vitest/coverage-v8@1.1.1": {
|
|
28
|
+
"licenses": "MIT",
|
|
29
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
30
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
|
|
31
|
+
},
|
|
32
|
+
"@vitest/ui@1.1.1": {
|
|
33
|
+
"licenses": "MIT",
|
|
34
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
35
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
|
|
36
|
+
},
|
|
37
|
+
"axe-core@4.8.3": {
|
|
38
|
+
"licenses": "MPL-2.0",
|
|
39
|
+
"repository": "https://github.com/dequelabs/axe-core",
|
|
40
|
+
"licenseUrl": "https://github.com/dequelabs/axe-core/raw/HEAD/LICENSE"
|
|
41
|
+
},
|
|
42
|
+
"cypress-axe@1.5.0": {
|
|
43
|
+
"licenses": "MIT",
|
|
44
|
+
"repository": "https://github.com/component-driven/cypress-axe",
|
|
45
|
+
"licenseUrl": "https://github.com/component-driven/cypress-axe/raw/HEAD/License.md"
|
|
46
|
+
},
|
|
47
|
+
"cypress-real-events@1.13.0": {
|
|
48
|
+
"licenses": "MIT",
|
|
49
|
+
"repository": "https://github.com/dmtrKovalenko/cypress-real-events",
|
|
50
|
+
"licenseUrl": "https://github.com/dmtrKovalenko/cypress-real-events"
|
|
51
|
+
},
|
|
52
|
+
"cypress@13.6.2": {
|
|
53
|
+
"licenses": "MIT",
|
|
54
|
+
"repository": "https://github.com/cypress-io/cypress",
|
|
55
|
+
"licenseUrl": "https://cypress.io"
|
|
56
|
+
},
|
|
57
|
+
"esbuild@0.19.11": {
|
|
58
|
+
"licenses": "MIT",
|
|
59
|
+
"repository": "https://github.com/evanw/esbuild",
|
|
60
|
+
"licenseUrl": "https://github.com/evanw/esbuild/raw/HEAD/LICENSE.md"
|
|
61
|
+
},
|
|
62
|
+
"eslint-config-google@0.14.0": {
|
|
63
|
+
"licenses": "Apache-2.0",
|
|
64
|
+
"repository": "https://github.com/google/eslint-config-google",
|
|
65
|
+
"licenseUrl": "https://github.com/google/eslint-config-google/raw/HEAD/LICENSE"
|
|
66
|
+
},
|
|
67
|
+
"eslint-config-prettier@9.1.0": {
|
|
68
|
+
"licenses": "MIT",
|
|
69
|
+
"repository": "https://github.com/prettier/eslint-config-prettier",
|
|
70
|
+
"licenseUrl": "https://github.com/prettier/eslint-config-prettier/raw/HEAD/LICENSE"
|
|
71
|
+
},
|
|
72
|
+
"eslint@8.56.0": {
|
|
73
|
+
"licenses": "MIT",
|
|
74
|
+
"repository": "https://github.com/eslint/eslint",
|
|
75
|
+
"licenseUrl": "https://github.com/eslint/eslint/raw/HEAD/LICENSE"
|
|
76
|
+
},
|
|
77
|
+
"github-markdown-css@5.5.0": {
|
|
78
|
+
"licenses": "MIT",
|
|
79
|
+
"repository": "https://github.com/sindresorhus/github-markdown-css",
|
|
80
|
+
"licenseUrl": "https://github.com/sindresorhus/github-markdown-css/raw/HEAD/license"
|
|
81
|
+
},
|
|
82
|
+
"junit-report-builder@3.1.0": {
|
|
83
|
+
"licenses": "MIT",
|
|
84
|
+
"repository": "https://github.com/davidparsson/junit-report-builder",
|
|
85
|
+
"licenseUrl": "https://github.com/davidparsson/junit-report-builder/raw/HEAD/LICENSE"
|
|
86
|
+
},
|
|
87
|
+
"lint-staged@15.2.0": {
|
|
88
|
+
"licenses": "MIT",
|
|
89
|
+
"repository": "https://github.com/okonet/lint-staged",
|
|
90
|
+
"licenseUrl": "https://github.com/okonet/lint-staged/raw/HEAD/LICENSE"
|
|
91
|
+
},
|
|
92
|
+
"marked@11.1.1": {
|
|
93
|
+
"licenses": "MIT",
|
|
94
|
+
"repository": "https://github.com/markedjs/marked",
|
|
95
|
+
"licenseUrl": "https://github.com/markedjs/marked/raw/HEAD/LICENSE.md"
|
|
96
|
+
},
|
|
97
|
+
"prettier@3.1.1": {
|
|
98
|
+
"licenses": "MIT",
|
|
99
|
+
"repository": "https://github.com/prettier/prettier",
|
|
100
|
+
"licenseUrl": "https://github.com/prettier/prettier/raw/HEAD/LICENSE"
|
|
101
|
+
},
|
|
102
|
+
"resolve-pkg@2.0.0": {
|
|
103
|
+
"licenses": "MIT",
|
|
104
|
+
"repository": "https://github.com/sindresorhus/resolve-pkg",
|
|
105
|
+
"licenseUrl": "https://github.com/sindresorhus/resolve-pkg/raw/HEAD/license"
|
|
106
|
+
},
|
|
107
|
+
"sass@1.69.6": {
|
|
108
|
+
"licenses": "MIT",
|
|
109
|
+
"repository": "https://github.com/sass/dart-sass",
|
|
110
|
+
"licenseUrl": "https://github.com/sass/dart-sass/raw/HEAD/LICENSE"
|
|
111
|
+
},
|
|
112
|
+
"stylelint-config-recommended-scss@14.0.0": {
|
|
113
|
+
"licenses": "MIT",
|
|
114
|
+
"repository": "https://github.com/stylelint-scss/stylelint-config-recommended-scss",
|
|
115
|
+
"licenseUrl": "https://github.com/stylelint-scss/stylelint-config-recommended-scss/raw/HEAD/LICENSE"
|
|
116
|
+
},
|
|
117
|
+
"stylelint-config-standard@36.0.0": {
|
|
118
|
+
"licenses": "MIT",
|
|
119
|
+
"repository": "https://github.com/stylelint/stylelint-config-standard",
|
|
120
|
+
"licenseUrl": "https://github.com/stylelint/stylelint-config-standard/raw/HEAD/LICENSE"
|
|
121
|
+
},
|
|
122
|
+
"stylelint-scss@6.0.0": {
|
|
123
|
+
"licenses": "MIT",
|
|
124
|
+
"repository": "https://github.com/stylelint-scss/stylelint-scss",
|
|
125
|
+
"licenseUrl": "https://github.com/stylelint-scss/stylelint-scss/raw/HEAD/LICENSE"
|
|
126
|
+
},
|
|
127
|
+
"stylelint@16.1.0": {
|
|
128
|
+
"licenses": "MIT",
|
|
129
|
+
"repository": "https://github.com/stylelint/stylelint",
|
|
130
|
+
"licenseUrl": "https://github.com/stylelint/stylelint/raw/HEAD/LICENSE"
|
|
131
|
+
},
|
|
132
|
+
"tsup@8.0.1": {
|
|
133
|
+
"licenses": "MIT",
|
|
134
|
+
"repository": "https://github.com/egoist/tsup",
|
|
135
|
+
"licenseUrl": "https://github.com/egoist/tsup/raw/HEAD/LICENSE"
|
|
136
|
+
},
|
|
137
|
+
"turbo@1.11.2": {
|
|
138
|
+
"licenses": "MPL-2.0",
|
|
139
|
+
"repository": "https://github.com/vercel/turbo",
|
|
140
|
+
"licenseUrl": "https://github.com/vercel/turbo/raw/HEAD/LICENSE"
|
|
141
|
+
},
|
|
142
|
+
"typescript@5.3.3": {
|
|
143
|
+
"licenses": "Apache-2.0",
|
|
144
|
+
"repository": "https://github.com/Microsoft/TypeScript",
|
|
145
|
+
"licenseUrl": "https://github.com/Microsoft/TypeScript/raw/HEAD/LICENSE.txt"
|
|
146
|
+
},
|
|
147
|
+
"vite-tsconfig-paths@4.2.3": {
|
|
148
|
+
"licenses": "MIT",
|
|
149
|
+
"repository": "https://github.com/aleclarson/vite-tsconfig-paths",
|
|
150
|
+
"licenseUrl": "https://github.com/aleclarson/vite-tsconfig-paths/raw/HEAD/LICENSE"
|
|
151
|
+
},
|
|
152
|
+
"vite@5.0.10": {
|
|
153
|
+
"licenses": "MIT",
|
|
154
|
+
"repository": "https://github.com/vitejs/vite",
|
|
155
|
+
"licenseUrl": "https://github.com/vitejs/vite/raw/HEAD/LICENSE.md"
|
|
156
|
+
},
|
|
157
|
+
"vitest@1.1.1": {
|
|
158
|
+
"licenses": "MIT",
|
|
159
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
160
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE.md"
|
|
161
|
+
},
|
|
162
|
+
"yargs@17.7.2": {
|
|
163
|
+
"licenses": "MIT",
|
|
164
|
+
"repository": "https://github.com/yargs/yargs",
|
|
165
|
+
"licenseUrl": "https://github.com/yargs/yargs/raw/HEAD/LICENSE"
|
|
166
|
+
}
|
|
167
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cas-smartdesign/icons",
|
|
3
|
+
"version": "2.8.1",
|
|
4
|
+
"description": "A shared package which contains icons used by SmartDesign",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"toolbar",
|
|
9
|
+
"npm-third-party-licenses.json"
|
|
10
|
+
],
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"registry": "https://registry.npmjs.org/",
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"tsup": "^8.0.1",
|
|
17
|
+
"@cas-smartdesign/license-generator": "^1.6.1"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"version": "pnpm version",
|
|
21
|
+
"build:no-license": "tsc --noEmit && tsup",
|
|
22
|
+
"build": "pnpm generate-license && pnpm build:no-license",
|
|
23
|
+
"generate-license": "sd-license-generator --r ../"
|
|
24
|
+
}
|
|
25
|
+
}
|
package/readme.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<defs>
|
|
3
|
+
<path id="a" d="M0 0h800v600H0z"/>
|
|
4
|
+
<clipPath id="b">
|
|
5
|
+
<use width="800" height="600" xlink:href="#a" overflow="visible"/>
|
|
6
|
+
</clipPath>
|
|
7
|
+
</defs>
|
|
8
|
+
<circle cx="123" cy="377" r="2.5" transform="translate(-119 -365)" clip-path="url(#b)" fill="none" stroke="#1366ba" stroke-miterlimit="10"/>
|
|
9
|
+
<circle cx="132" cy="377" r="2.5" transform="translate(-120 -365)" clip-path="url(#b)" fill="none" stroke="#1366ba" stroke-miterlimit="10"/>
|
|
10
|
+
<circle cx="141" cy="377" r="2.5" transform="translate(-121 -365)" clip-path="url(#b)" fill="none" stroke="#1366ba" stroke-miterlimit="10"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-10 -10 24 24">
|
|
2
|
+
<path d="M-9.15 10.35c.058-1.073.077-2.39 1.019-3.055 1.557-1.123 3.15-2.257 4.966-2.85.472-.396.22-1.094.287-1.645-.027-.34.146-.772-.25-.935-.852-.655-.65-1.957-1.417-2.626-.683-.527-.613-1.62-.053-2.212.51-.706.23-1.69.21-2.491-.02-.8.393-1.252.823-1.745.438-.505 1.054-.743 1.668-.888.563-.2.748-.263 1.347-.252M3.065 4.445c-.472-.396-.22-1.094-.287-1.645.027-.34-.146-.772.25-.935.852-.655.65-1.957 1.417-2.626.683-.527.613-1.62.053-2.212-.51-.706-.23-1.69-.21-2.491.02-.8-.393-1.252-.823-1.745-.438-.505-1.054-.743-1.668-.888-.563-.2-.748-.263-1.347-.252" fill="none" stroke="#1467ba" stroke-width="1.1" stroke-linecap="square"/>
|
|
3
|
+
<path style="marker:none" color="#000" fill="none" stroke="#1467ba" stroke-linecap="square" overflow="visible" d="M3.5 3.5h10v10h-10z"/>
|
|
4
|
+
<path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M5 8h7v1H5z"/>
|
|
5
|
+
<path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M9 5v7H8V5z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M22 1H2c-.522 0-1 .466-1 1v14c0 .525.507 1 1 1h1l1-1H2V2h20v14h-8l-1 1h9c.53 0 1-.478 1-1V2c0-.53-.529-1-1-1z" fill="#1467ba" fill-rule="evenodd"/>
|
|
3
|
+
<path d="M4.75 23l14-14L16 6.25l-14 14zm10-11.5l-10 10-1.25-1.25 10-10zM4 10h6l-1 1H4zm0-4h10l-1 1H4zm0 2h8l-1 1H4z" fill="#1467ba" fill-rule="evenodd"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 1c5.529 0 10 4.471 10 10s-4.471 10-10 10S2 17.529 2 12 6.471 2 12 2z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="round"/>
|
|
3
|
+
<path d="M11.5 3.5a.5.5 0 0 0-.5.582V13h8.92a.5.5 0 0 0 .58-.5c0-4.965-4.035-9-9-9zm.5 1.225c4.023.249 7.026 3.252 7.275 7.275H12z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
|
2
|
+
<g font-weight="400" color="#000" fill="#1467ba" font-family="Sans">
|
|
3
|
+
<path d="M1 0C.505 0 0 .5 0 1v21c0 .512.51 1 1 1h7v-1H1V6h21v16h-7v1h7c.488 0 1-.486 1-1V1c0-.502-.498-1-1-1zm0 1h3v2.5c0 .262.238.5.5.5h3a.52.52 0 0 0 .5-.5V1h7v2.5c0 .262.238.5.5.5h3a.52.52 0 0 0 .5-.5V1h3v4H1zm4 0h2v2H5zm11 0h2v2h-2z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>
|
|
4
|
+
<path d="M11.5 11.857l-.375.344-2.812 2.844-1.344 1.344.687.687 1.375-1.344 2.47-2.468 2.468 2.468 1.344 1.344.718-.687-1.343-1.344-2.844-2.844z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>
|
|
5
|
+
<path d="M11 13v11h1V13h-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;marker:none;-inkscape-font-specification:Sans" overflow="visible"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 4 24 24">
|
|
2
|
+
<path style="marker:none" color="#000" fill="#1467ba" stroke-width="1.094" overflow="visible" d="M24.885 25.5L6.5 7.115l.707-.707 18.385 18.385z"/>
|
|
3
|
+
<path style="marker:none" color="#000" fill="#1467ba" stroke-width="1.094" overflow="visible" d="M25.592 7.115L7.207 25.5l-.707-.707L24.885 6.408z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M1.627 11.921l7.071 7.071-.707.708L.92 12.628z"/>
|
|
3
|
+
<path style="marker:none" color="#000" fill="#1467ba" overflow="visible" d="M7.5 18.793l14.85-14.85.706.708L8.207 19.5z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M13 6H8v1h5V6zm0-2H8v1h5V4zm4.515-1c-.62-.002-1.271.312-1.737.811-.465.5-.694 2.007-.694 2.007s-.17.616 0 1.347 1.39 2.435 1.39 2.435-3.018.65-3.474 1.308c-.455.658 0 1.092 0 1.092h9s.453-.437 0-1.092c-.452-.655-3.444-1.308-3.444-1.308s1.219-1.698 1.39-2.435c.17-.737 0-1.382 0-1.382s-.267-1.482-.73-1.972c-.462-.49-1.081-.809-1.701-.811z" fill="#1467ba"/>
|
|
3
|
+
<path style="marker:none" color="#000" overflow="visible" fill="none" stroke="#1467ba" stroke-linecap="square" d="M5.5 1.5h17v12h-17z"/>
|
|
4
|
+
<path style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal;marker:none" d="M14 23h5V10H2v13h5v-5h7M3 11h15v11h-3v-5H6v5H3z" color="#000" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible" fill="#1467ba" stroke-linecap="square"/>
|
|
5
|
+
<path style="marker:none" color="#000" overflow="visible" fill="#fff" stroke="#1467ba" stroke-linecap="square" d="M1.5 8.5h18v2h-18z"/>
|
|
6
|
+
<path style="marker:none" d="M3 11v11h3v-5h9v5h3V11z" color="#000" overflow="visible" fill="#fff" stroke-linecap="square"/>
|
|
7
|
+
<path style="marker:none" color="#000" overflow="visible" fill="#1467ba" stroke="#1467ba" stroke-linecap="square" d="M8.5 19.5h4v3h-4z"/>
|
|
8
|
+
</svg>
|