@flywheel-io/vision 19.6.0 → 19.7.0
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/assets/fonts/Flywheel-Vision-Icons.svg +8 -4
- package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
- package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
- package/assets/svg/edit.svg +2 -1
- package/assets/svg/eye-modern-square-read.svg +4 -0
- package/assets/svg/task-list-add-checkmark.svg +4 -0
- package/components/alert/alert.component.d.ts +5 -1
- package/components/app-icon/app-icon.component.d.ts +4 -0
- package/components/avatar/avatar.component.d.ts +5 -1
- package/components/badge/badge.component.d.ts +4 -0
- package/components/breadcrumbs/breadcrumbs.component.d.ts +4 -0
- package/components/breadcrumbs/crumb.component.d.ts +4 -0
- package/components/button/button.component.d.ts +4 -0
- package/components/button-group/button-group.component.d.ts +4 -0
- package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +4 -0
- package/components/button-toggle/button-toggle.component.d.ts +4 -0
- package/components/card/card-attribute/card-attribute.component.d.ts +4 -0
- package/components/card/card-author/card-author.component.d.ts +4 -0
- package/components/card/card-content/card-content.component.d.ts +4 -0
- package/components/card/card-footer/card-footer.component.d.ts +4 -0
- package/components/card/card-header/card-header.component.d.ts +4 -0
- package/components/card/card.component.d.ts +4 -0
- package/components/checkbox/checkbox.component.d.ts +4 -0
- package/components/chip/chip.component.d.ts +4 -0
- package/components/contained-input/contained-input.component.d.ts +4 -0
- package/components/date-input/date-input.component.d.ts +4 -0
- package/components/dialog/dialog-actions.component.d.ts +4 -0
- package/components/dialog/dialog-confirm.component.d.ts +4 -0
- package/components/dialog/dialog-content.component.d.ts +4 -0
- package/components/dialog/dialog-header.component.d.ts +4 -0
- package/components/dialog/dialog-simple.component.d.ts +4 -0
- package/components/dialog/dialog.component.d.ts +4 -0
- package/components/dialog/dialogs.module.d.ts +7 -8
- package/components/form-heading/form-heading.component.d.ts +4 -0
- package/components/icon/icon.component.d.ts +5 -0
- package/components/icon/icon.types.d.ts +1 -1
- package/components/icon-button/icon-button.component.d.ts +5 -1
- package/components/layouts/context/context.component.d.ts +4 -0
- package/components/layouts/grid/grid.component.d.ts +4 -0
- package/components/layouts/layout-group.component.d.ts +4 -0
- package/components/layouts/panel/panel.component.d.ts +4 -0
- package/components/layouts/sidebar/sidebar.component.d.ts +4 -0
- package/components/layouts/toolbar/toolbar.component.d.ts +4 -0
- package/components/menu/menu-container/menu-container.component.d.ts +4 -0
- package/components/menu/menu-header/menu-header.component.d.ts +4 -0
- package/components/menu/menu-item/menu-item.component.d.ts +4 -0
- package/components/menu/menu-item-group/menu-item-group.component.d.ts +4 -0
- package/components/menu/menu-separator/menu-separator.component.d.ts +4 -0
- package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +4 -0
- package/components/menu/menu.component.d.ts +4 -0
- package/components/navbar/navbar-header/navbar-header.component.d.ts +4 -0
- package/components/navbar/navbar-item/navbar-item.component.d.ts +4 -0
- package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +4 -0
- package/components/navbar/navbar.component.d.ts +4 -0
- package/components/number-input/number-input.component.d.ts +4 -0
- package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +4 -0
- package/components/paginator/paginator.component.d.ts +4 -0
- package/components/phone-input/phone-input.component.d.ts +4 -0
- package/components/popover/popover-panel/popover-panel.component.d.ts +3 -0
- package/components/progress/bar/bar.component.d.ts +4 -1
- package/components/progress/spinner/spinner.component.d.ts +4 -1
- package/components/radio/radio-group.component.d.ts +4 -0
- package/components/radio/radio.component.d.ts +4 -0
- package/components/section-heading/back-button/back-button.component.d.ts +4 -0
- package/components/section-heading/section-heading.component.d.ts +4 -0
- package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +4 -0
- package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +2 -2
- package/components/select-menu/select-menu.component.d.ts +5 -1
- package/components/snackbar/snackbar/snackbar.component.d.ts +4 -0
- package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +3 -0
- package/components/stepper/step.component.d.ts +4 -0
- package/components/stepper/stepper.component.d.ts +4 -0
- package/components/switch/switch.component.d.ts +4 -0
- package/components/table/table-dense.component.d.ts +4 -0
- package/components/table/table.component.d.ts +4 -0
- package/components/tabs/tab/tab.component.d.ts +4 -0
- package/components/tabs/tab-panel/tab-panel.component.d.ts +4 -0
- package/components/tabs/tabs.component.d.ts +4 -0
- package/components/tag/tag.component.d.ts +5 -1
- package/components/text/text.component.d.ts +4 -0
- package/components/text-input/text-input.component.d.ts +4 -0
- package/components/textarea-input/textarea-input.component.d.ts +4 -0
- package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +3 -0
- package/components/wrapped-input/wrapped-input.component.d.ts +4 -0
- package/fesm2022/flywheel-io-vision.mjs +810 -603
- package/fesm2022/flywheel-io-vision.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/icons/_icon-glyphs.scss +7 -1
- package/styles.css +9 -1
- package/components/shared/pipes/pipes.module.d.ts +0 -13
- package/components/shared/pipes/translate.pipe.d.ts +0 -17
- package/components/shared/pipes/trusthtml.pipe.d.ts +0 -10
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<glyph unicode="" glyph-name="download" d="M512 864c17.673 0 32-14.327 32-32v-520.077l158.707 158.703c12.497 12.497 32.755 12.497 45.252 0s12.497-32.755 0-45.252l-213.312-213.312c-0.013-0.017-0.026-0.030-0.043-0.043-0.004-0.009-0.013-0.017-0.021-0.021-5.999-6.003-14.14-9.374-22.626-9.374-8.491 0-16.627 3.371-22.63 9.374l-213.332 213.376c-12.496 12.497-12.494 32.759 0.004 45.257 12.498 12.493 32.759 12.493 45.255-0.004l158.746-158.78v520.154c0 17.673 14.327 32 32 32zM128 266.667c17.673 0 32-14.327 32-32 0-76.578 62.089-138.667 138.667-138.667h426.667c76.578 0 138.667 62.089 138.667 138.667 0 17.673 14.327 32 32 32s32-14.327 32-32c0-111.923-90.743-202.667-202.667-202.667h-426.667c-111.924 0-202.667 90.743-202.667 202.667 0 17.673 14.327 32 32 32z" />
|
|
43
43
|
<glyph unicode="" glyph-name="question-circle" d="M512 800c-194.56 0-352-157.44-352-352s157.867-352 352-352 352 157.867 352 352-157.44 352-352 352zM96 448c0 229.973 186.027 416 416 416s416-186.453 416-416-186.453-416-416-416-416 186.027-416 416zM571.733 532.48c-2.56 32-30.293 56.32-62.293 54.187-0.853 0-2.133 0-2.987 0-29.44 1.28-55.467-18.773-61.867-47.36-3.84-17.067-21.333-27.733-38.4-23.893s-27.733 21.333-23.893 38.4c13.653 58.027 66.133 98.56 125.44 96.853 66.987 2.987 124.16-48.213 128-115.2 0-0.853 0-1.28 0-2.133 0-49.067-35.84-78.933-57.6-96.853-2.987-2.56-5.547-4.693-8.107-6.4-8.533-6.827-15.36-12.373-20.48-17.92-4.267-4.267-5.12-6.4-5.547-7.253 0-17.493-14.507-31.573-32-31.573s-32 14.507-32 32c0 23.040 12.373 40.107 23.040 51.2 8.533 8.96 19.2 17.493 28.587 24.747 2.133 1.707 4.267 3.413 5.973 4.693 23.467 18.773 33.707 31.573 34.133 46.507zM544 404.907s0 0 0 0c0 0 0 0 0 0zM549.547 288c0 20.48-16.64 37.547-37.547 37.547s-37.547-16.64-37.547-37.547 16.64-37.547 37.547-37.547c16.213 0 29.44 10.24 34.987 24.747 1.707 3.84 2.56 8.107 2.56 12.373z" />
|
|
44
44
|
<glyph unicode="" glyph-name="edit-boxed" d="M768 32h-512c-88.32 0-160 71.68-160 160v512c0 88.32 71.68 160 160 160h512c88.32 0 160-71.68 160-160v-512c0-88.32-71.68-160-160-160zM256 800c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96h-512zM725.333 202.667h-128c-17.493 0-32 14.507-32 32s14.507 32 32 32h128c17.493 0 32-14.507 32-32s-14.507-32-32-32zM409.173 202.667h-110.507c-17.493 0-32 14.507-32 32v110.507c0 19.627 8.107 38.827 21.76 52.907l273.493 273.493c14.080 14.080 32.853 21.76 52.907 21.76s38.827-7.68 52.907-21.76l67.84-67.84c14.080-14.080 21.76-32.853 21.76-52.907s-7.68-38.827-21.76-52.907l-273.493-273.493c-14.080-14.080-32.853-21.76-52.907-21.76zM331.093 266.667h78.507c2.987 0 5.547 1.28 7.68 2.987l273.493 273.493c2.56 2.56 2.987 5.973 2.987 7.68s0 4.693-2.987 7.68l-67.84 67.84c-5.547 5.547-9.387 5.547-14.933 0l-273.92-273.92c0 0-2.987-4.693-2.987-7.68v-78.080z" />
|
|
45
|
-
<glyph unicode="" glyph-name="edit" d="
|
|
45
|
+
<glyph unicode="" glyph-name="edit" d="M704.073 711.538c-4.143 4.143-10.893 4.143-15.036 0l-440.635-440.634c-1.95-1.941-3.068-4.599-3.068-7.437v-82.133h82.133c2.837 0 5.495 1.118 7.435 3.068l0.062 0.064 440.618 440.53c0 0 0 0.001 0 0.002 4.143 4.143 4.143 10.889 0 15.031l-71.509 71.509zM643.785 756.793c29.137 29.137 76.403 29.137 105.54 0l71.509-71.509c29.137-29.137 29.137-76.406 0-105.543v-0.002l-440.557-440.47c-0.009-0.009-0.019-0.021-0.029-0.030-14.015-14.076-33.019-21.905-52.781-21.905h-114.133c-17.673 0-32 14.327-32 32v114.133c0 19.759 7.829 38.763 21.901 52.779 0.012 0.009 0.023 0.021 0.034 0.030l440.517 440.518zM564.041 677.134c12.497 12.497 32.755 12.497 45.252 0l131.84-131.84c12.497-12.498 12.497-32.756 0-45.254s-32.755-12.497-45.252 0l-131.84 131.839c-12.497 12.497-12.497 32.758 0 45.255z" />
|
|
46
46
|
<glyph unicode="" glyph-name="email" d="M96 661.333c0 88.366 71.634 160 160 160h512c88.367 0 160-71.634 160-160v-426.667c0-88.367-71.633-160-160-160h-512c-88.366 0-160 71.633-160 160v426.667zM161.393 677.722l321.401-210.348c17.741-11.614 40.67-11.614 58.411 0l321.399 210.348c-7.774 45.212-47.172 79.611-94.605 79.611h-512c-47.432 0-86.83-34.399-94.607-79.611zM864 602.146l-287.744-188.322c-39.031-25.545-89.481-25.545-128.512 0l-287.744 188.322v-367.479c0-53.018 42.981-96 96-96h512c53.018 0 96 42.982 96 96v367.479z" />
|
|
47
47
|
<glyph unicode="" glyph-name="file-download" d="M96 320c0 17.673 14.327 32 32 32h186.965c28.29 0 54.146-15.979 66.777-41.306 0.002-0.004-0.002 0 0 0l19.043-38.089c0.002-0.004-0.001 0.004 0 0 1.841-3.665 5.551-5.939 9.582-5.939h203.264c4.049 0 7.714 2.278 9.506 5.871l19.089 38.178c12.668 25.259 38.498 41.284 66.807 41.284h186.965c17.673 0 32-14.327 32-32s-14.327-32-32-32h-186.965c-4.028 0-7.735-2.266-9.579-5.931 0 0 0.004 0.004 0 0l-19.042-38.084c0-0.004 0.004 0.004 0 0-12.629-25.327-38.494-41.318-66.782-41.318h-203.264c-28.308 0-54.124 15.991-66.791 41.25l-19.089 38.178c-1.792 3.593-5.475 5.905-9.522 5.905h-186.965c-17.673 0-32 14.327-32 32zM213.333 800c-29.474 0-53.333-23.86-53.333-53.333v-597.333c0-29.474 23.86-53.333 53.333-53.333h597.333c29.474 0 53.333 23.859 53.333 53.333v597.333c0 29.474-23.859 53.333-53.333 53.333h-85.333c-17.673 0-32 14.327-32 32s14.327 32 32 32h85.333c64.819 0 117.333-52.514 117.333-117.333v-597.333c0-64.819-52.514-117.333-117.333-117.333h-597.333c-64.82 0-117.333 52.514-117.333 117.333v597.333c0 64.82 52.514 117.333 117.333 117.333h85.333c17.673 0 32-14.327 32-32s-14.327-32-32-32h-85.333zM512.427 864c17.673 0 32-14.327 32-32v-384c0-17.673-14.327-32-32-32s-32 14.327-32 32v384c0 17.673 14.327 32 32 32zM336.157 623.843c12.497 12.497 32.758 12.497 45.255 0l130.589-130.587 130.59 130.587c12.497 12.497 32.755 12.497 45.252 0s12.497-32.758 0-45.255l-153.216-153.215c-12.497-12.497-32.755-12.497-45.252 0l-153.217 153.215c-12.497 12.497-12.497 32.758 0 45.255z" />
|
|
48
48
|
<glyph unicode="" glyph-name="files-library" d="M298.667 800h426.667c29.457 0 53.333-23.878 53.333-53.333v-53.812c-3.511 0.317-7.070 0.478-10.667 0.478h-512c-3.596 0-7.153-0.162-10.667-0.478v53.812c0 29.455 23.878 53.333 53.333 53.333zM842.667 666.514v80.153c0 64.801-52.531 117.333-117.333 117.333h-426.667c-64.801 0-117.333-52.532-117.333-117.333v-80.153c-26.059-21.521-42.667-54.078-42.667-90.514v-101.487c-26.059-21.521-42.667-54.076-42.667-90.513v-234.667c0-64.802 52.532-117.333 117.333-117.333h597.333c64.802 0 117.333 52.531 117.333 117.333v234.667c0 36.437-16.606 68.992-42.667 90.513v101.487c0 36.436-16.606 68.993-42.667 90.514zM793.37 622.924c0.845-0.542 1.711-1.045 2.607-1.507 15.215-9.393 25.357-26.221 25.357-45.417v-75.145c-3.511 0.316-7.070 0.478-10.667 0.478h-597.333c-3.596 0-7.153-0.162-10.667-0.478v75.145c0 19.195 10.141 36.022 25.357 45.416 0.894 0.463 1.763 0.966 2.605 1.508 7.545 4.088 16.187 6.409 25.371 6.409h512c9.186 0 17.826-2.321 25.37-6.409zM185.315 429.389c0.923 0.478 1.82 0.998 2.688 1.557 7.535 4.075 16.163 6.387 25.33 6.387h597.333c9.028 0 17.532-2.244 24.986-6.204 1.084-0.717 2.214-1.374 3.388-1.958 14.993-9.442 24.96-26.142 24.96-45.171v-234.667c0-29.457-23.876-53.333-53.333-53.333h-597.333c-29.455 0-53.333 23.876-53.333 53.333v234.667c0 19.179 10.122 35.989 25.315 45.389z" />
|
|
@@ -354,7 +354,9 @@
|
|
|
354
354
|
<glyph unicode="" glyph-name="moon-night-mode" d="M386.276 777.041c17.672 4.252 36.107-0.72 49.167-12.875l5.248-5.667 4.378-6.333c9.062-15.315 9.988-34.296 2.125-50.625l0.043-0.041c-43.873-91.423-26.191-200.47 44.25-273.332 73.003-71.164 182.775-89.003 274.539-44.587l7.083 2.833c14.464 4.608 30.234 2.816 43.294-4.915l6.293-4.335 5.581-5.205c12.070-12.958 17.015-31.253 12.791-48.794l-0.081-0.414c-16.981-66.56-51.563-127.305-100.045-175.962l0.043-0.038c-70.238-72.111-166.259-113.391-266.914-114.709-100.651-1.318-197.694 37.427-269.793 107.665-0.201 0.196-0.43 0.384-0.625 0.585-146.232 150.221-143.061 390.562 7.083 536.874 48.401 48.268 108.844 82.693 175.042 99.75l0.5 0.125zM380.651 708.75c-46.985-15.625-89.794-42.023-124.958-77.167l-0.291-0.25c-124.769-121.586-127.462-321.249-6.083-446.169 59.901-58.155 140.42-90.219 223.916-89.122 83.674 1.097 163.486 35.392 221.875 95.334l0.294 0.29c35.127 35.183 61.453 78.020 77.082 125.001-111.322-43.797-238.976-18.837-325.666 65.664-0.196 0.192-0.393 0.388-0.585 0.585-84.448 86.75-109.425 214.451-65.583 325.834zM863.945 704.125l-45.504 24.875c-10.735 5.871-19.584 14.681-25.455 25.417l-24.875 45.5c-0.026 0.040-0.081 0.083-0.128 0.083l-0.081-0.083-24.875-45.5c-5.875-10.735-14.724-19.544-25.459-25.417l-45.5-24.875c-0.038-0.022-0.085-0.080-0.085-0.125s0.047-0.103 0.085-0.125l45.5-24.875c10.735-5.872 19.584-14.682 25.459-25.417l24.875-45.5 0.081-0.083c0.047 0 0.102 0.044 0.128 0.083l24.875 45.5c5.871 10.735 14.72 19.546 25.455 25.417l45.504 24.875c0.038 0.022 0.038 0.080 0.038 0.125s0 0.103-0.038 0.125zM927.983 704c0-23.436-12.77-45.001-33.331-56.25l-45.5-24.875-24.875-45.5c-11.247-20.567-32.853-33.375-56.294-33.375-23.433 0.006-45.005 12.813-56.247 33.375l-24.875 45.5-45.5 24.875c-20.565 11.247-33.378 32.81-33.378 56.25s12.813 45.003 33.378 56.25l45.5 24.875 24.875 45.5c11.243 20.562 32.815 33.37 56.247 33.375 23.441 0 45.047-12.808 56.294-33.375l24.875-45.5 45.5-24.875c20.561-11.249 33.331-32.814 33.331-56.25z" />
|
|
355
355
|
<glyph unicode="" glyph-name="message-chat-add-plus" d="M864 704c0 53.019-42.982 96-96 96h-512c-53.019 0-96-42.981-96-96v-384c0-53.018 42.981-96 96-96h85.625c17.673 0 32-14.327 32-32v-87.002l140 112c5.67 4.54 12.736 7.002 19.998 7.002h234.377c53.018 0 96 42.982 96 96v384zM480 437.333v42.667h-42.667c-17.673 0-32 14.327-32 32s14.327 32 32 32h42.667v42.667c0 17.673 14.327 32 32 32s32-14.327 32-32v-42.667h42.667c17.673 0 32-14.327 32-32s-14.327-32-32-32h-42.667v-42.667c0-17.673-14.327-32-32-32s-32 14.327-32 32zM928 320c0-88.367-71.633-160-160-160h-223.125l-144.708-115.75c-16.727-13.38-39.653-15.987-58.959-6.707-19.297 9.276-31.576 28.796-31.583 50.206v72.252h-53.625c-88.366 0-160 71.633-160 160v384c0 88.366 71.634 160 160 160h512c88.367 0 160-71.634 160-160v-384z" />
|
|
356
356
|
<glyph unicode="" glyph-name="trash-bin-warning" d="M480 384v128c0 17.673 14.327 32 32 32s32-14.327 32-32v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32zM551.42 265.57c0-21.491-17.425-38.916-38.921-38.916-21.491 0-38.916 17.425-38.916 38.916 0 21.495 17.425 38.921 38.916 38.921 21.495 0 38.921-17.425 38.921-38.921zM394.667 832c0 17.673 14.327 32 32 32h170.667c17.673 0 32-14.327 32-32s-14.327-32-32-32h-170.667c-17.673 0-32 14.327-32 32zM160 704c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32s-14.327-32-32-32h-32v-512c0-71.066-58.505-128-128.811-128h-320c-71.061 0-127.189 57.647-127.189 128v512h-32c-17.673 0-32 14.327-32 32zM288 672v-512c0-35.716 28.181-64 63.189-64h320c35.678 0 64.811 28.996 64.811 64v512h-448z" />
|
|
357
|
-
<glyph unicode="&#
|
|
357
|
+
<glyph unicode="" glyph-name="pen-edit-compose-New-Chat" d="M96 150.541v552.251c0 65.228 52.536 118.534 117.875 118.542h298.125c17.673 0 32-14.327 32-32s-14.327-32-32-32h-298.125c-29.54-0.007-53.875-24.205-53.875-54.542v-552.251c0-30.336 24.335-54.532 53.875-54.541h596.25c29.538 0.009 53.875 24.205 53.875 54.541v251.917c0 17.673 14.327 32 32 32s32-14.327 32-32v-251.917c0-65.229-52.535-118.532-117.875-118.541h-596.25c-65.339 0.009-117.875 53.312-117.875 118.541zM720.375 786.959c45.82 45.817 120.098 45.818 165.918 0l7.33-7.334c45.82-45.818 45.82-120.097 0-165.917l-358.042-358.084c-9.468-9.395-21.321-16.141-34.415-19.456-0.073-0.021-0.137-0.064-0.209-0.085l-159.208-39.791c-10.904-2.726-22.428 0.469-30.375 8.418-7.947 7.945-11.141 19.469-8.416 30.374l39.791 159.206c0.101 0.375 0.178 0.755 0.292 1.126 3.38 12.672 10.073 24.282 19.375 33.583l357.959 357.958zM377.958 271.334l83.042 20.749c-4.915 32.111-30.144 57.446-62.251 62.374l-20.791-83.123zM434.876 410.999c38.336-13.99 68.762-44.412 82.748-82.748l240.542 240.498-82.748 82.75-240.542-240.5zM841.041 741.708c-20.826 20.825-54.592 20.823-75.418 0l-44.958-44.958 82.752-82.75 44.958 44.959c20.821 20.826 20.826 54.592 0 75.416l-7.334 7.334z" />
|
|
358
|
+
<glyph unicode="" glyph-name="eye-modern-square-read" d="M864 618.667c0 100.148-81.186 181.333-181.333 181.333h-341.333c-100.148 0-181.333-81.186-181.333-181.333v-341.333c0-100.147 81.186-181.333 181.333-181.333h341.333c100.147 0 181.333 81.186 181.333 181.333v341.333zM512.333 693.333c112.529-1.224 215.292-64.222 267.418-163.959h-0.043c27.012-50.884 26.999-111.817 0-162.705l0.043-0.043c-52.126-99.738-154.889-162.735-267.418-163.959-0.222-0.004-0.444-0.004-0.666 0-112.531 1.225-215.292 64.222-267.417 163.959v0.043c-26.988 50.88-26.999 111.829 0 162.705l5.041 9.21c53.519 94.385 153.353 153.565 262.376 154.75h0.666zM512 629.333c-88.821-1.093-169.893-50.882-211.042-129.626l-0.083-0.209c-16.066-30.174-17.094-65.988-3.042-96.875l3.042-6.123 0.083-0.209c41.148-78.746 122.221-128.491 211.042-129.583 88.819 1.092 169.894 50.837 211.042 129.583l0.081 0.209c17.143 32.192 17.143 70.805 0 102.997l-0.081 0.209c-41.148 78.744-122.223 128.532-211.042 129.626zM565.333 469.333c0 17.673-14.327 32-32 32h-42.667c-17.673 0-32-14.327-32-32v-42.667c0-17.673 14.327-32 32-32h42.667c17.673 0 32 14.327 32 32v42.667zM629.333 426.667c0-53.018-42.982-96-96-96h-42.667c-53.018 0-96 42.982-96 96v42.667c0 53.018 42.982 96 96 96h42.667c53.018 0 96-42.982 96-96v-42.667zM928 277.333c0-135.492-109.841-245.333-245.333-245.333h-341.333c-135.494 0-245.333 109.841-245.333 245.333v341.333c0 135.494 109.839 245.333 245.333 245.333h341.333c135.492 0 245.333-109.839 245.333-245.333v-341.333z" />
|
|
359
|
+
<glyph unicode="" glyph-name="task-list-add-checkmark" d="M906.837 213.201c0 88.414-71.671 160.085-160.081 160.085-88.405-0.004-160.085-71.676-160.085-160.085 0.004-88.401 71.68-160.077 160.085-160.081 88.405 0 160.077 71.68 160.081 160.081zM789.423 269.453c12.497 12.497 32.794 12.497 45.291 0 12.48-12.497 12.484-32.755 0-45.248l-81.668-81.626c-12.484-12.48-32.708-12.506-45.205-0.043l-49.084 48.917c-12.514 12.476-12.523 32.777-0.043 45.291 12.48 12.501 32.738 12.514 45.248 0.043l26.419-26.334 59.042 58.999zM393.297 391.202c13.133 11.827 33.382 10.761 45.21-2.372 11.823-13.133 10.756-33.382-2.377-45.21l-78.958-71.083c-12.175-10.965-30.662-10.965-42.833 0l-39.25 35.332c-13.12 11.831-14.16 32.081-2.333 45.21 11.831 13.12 32.081 14.161 45.208 2.334l17.792-16 57.542 51.789zM864.171 490.705v128.040c0 100.188-81.229 181.407-181.414 181.417h-341.501c-100.192-0.003-181.414-81.224-181.417-181.417v-341.501c0.010-100.186 81.229-181.414 181.417-181.414h128.040c17.677 0 32-14.327 32-32-0.004-17.668-14.327-32-32-32h-128.040c-135.534 0-245.407 109.884-245.417 245.414v341.501c0.003 135.539 109.878 245.414 245.417 245.417h341.501c135.531-0.010 245.414-109.882 245.414-245.417v-128.040c0-17.673-14.332-31.996-32-32-17.673 0-32 14.323-32 32zM393.297 604.62c13.133 11.826 33.382 10.758 45.21-2.375 11.819-13.133 10.756-33.383-2.377-45.208l-78.958-71.084c-12.174-10.961-30.662-10.965-42.833 0l-39.25 35.337c-13.123 11.827-14.161 32.079-2.333 45.206 11.831 13.124 32.080 14.161 45.208 2.333l17.792-16 57.542 51.792zM723.379 565.37c17.668-0.004 32-14.33 32-32s-14.332-31.994-32-31.998h-170.748c-17.673 0-32 14.327-32 31.998 0 17.672 14.327 31.998 32 32h170.748zM970.837 213.201c-0.004-123.75-100.331-224.081-224.081-224.081-123.75 0.004-224.081 100.335-224.085 224.081 0 123.755 100.331 224.081 224.085 224.085 123.755 0 224.081-100.326 224.081-224.085z" />
|
|
358
360
|
<glyph unicode="򾨩" glyph-name="brightness-photo-edit" d="M512 909.333c19.145 0 34.667-15.521 34.667-34.667v-42.667c0-19.146-15.522-34.667-34.667-34.667s-34.667 15.521-34.667 34.667v42.667c0 19.146 15.522 34.667 34.667 34.667zM185.834 774.166c13.538 13.539 35.488 13.539 49.026 0l30.293-30.293c13.539-13.538 13.539-35.488 0-49.026s-35.488-13.539-49.026 0l-30.293 30.293c-13.539 13.538-13.539 35.488 0 49.026zM838.165 774.166c13.538-13.538 13.538-35.488 0-49.026l-30.293-30.293c-13.538-13.539-35.486-13.539-49.024 0s-13.538 35.488 0 49.026l30.293 30.293c13.538 13.538 35.486 13.539 49.024 0zM653.423 589.422c-78.106 78.104-204.74 78.104-282.844 0s-78.104-204.739 0-282.845c78.103-78.101 204.738-78.101 282.844 0 78.106 78.106 78.106 204.74 0 282.845zM321.553 638.447c105.181 105.181 275.712 105.181 380.893 0s105.182-275.712 0-380.894c-105.182-105.182-275.712-105.182-380.893 0s-105.181 275.712 0 380.894zM50.667 448c0 19.145 15.521 34.667 34.667 34.667h42.667c19.146 0 34.667-15.522 34.667-34.667s-15.521-34.667-34.667-34.667h-42.667c-19.146 0-34.667 15.522-34.667 34.667zM861.333 448c0 19.145 15.522 34.667 34.667 34.667h42.667c19.145 0 34.667-15.522 34.667-34.667s-15.522-34.667-34.667-34.667h-42.667c-19.145 0-34.667 15.522-34.667 34.667zM265.153 201.152c13.539-13.538 13.539-35.486 0-49.024l-30.293-30.293c-13.538-13.538-35.488-13.538-49.026 0s-13.538 35.486 0 49.024l30.293 30.293c13.538 13.538 35.488 13.538 49.026 0zM758.848 201.152c13.538 13.538 35.486 13.538 49.024 0l30.293-30.293c13.538-13.538 13.538-35.486 0-49.024s-35.486-13.538-49.024 0l-30.293 30.293c-13.538 13.538-13.538 35.486 0 49.024zM512 98.667c19.145 0 34.667-15.522 34.667-34.667v-42.667c0-19.145-15.522-34.667-34.667-34.667s-34.667 15.522-34.667 34.667v42.667c0 19.145 15.522 34.667 34.667 34.667z" />
|
|
359
361
|
<glyph unicode="zendesk-logo" glyph-name="zendesk-logo" d="M479.326 606.897v-463.998h-384.322l384.322 463.998zM479.326 773.404c0-50.964-20.245-99.841-56.284-135.878-36.037-36.037-84.913-56.282-135.878-56.282s-99.841 20.245-135.878 56.282c-36.037 36.037-56.283 84.914-56.283 135.878h384.322zM542.639 142.861c0 50.961 20.245 99.84 56.282 135.876s84.915 56.282 135.876 56.282c50.965 0 99.844-20.245 135.881-56.282s56.282-84.915 56.282-135.876h-384.32zM542.639 309.367v464.036h384.401l-384.401-464.036z" />
|
|
360
362
|
<glyph unicode="youtube" glyph-name="youtube" d="M512 66.987c-27.733 0-273.493 0.427-343.040 22.187-47.787 14.933-84.907 58.027-97.28 111.787-18.347 80.213-18.773 240.64-18.773 247.040s0 166.826 18.773 247.040c12.373 54.187 49.493 96.853 97.28 111.787 69.12 21.76 315.306 22.187 343.040 22.187s273.92-0.427 343.040-22.187c47.787-14.933 84.907-57.6 97.28-111.787 18.347-80.213 18.773-240.64 18.773-247.040s0-166.827-18.773-247.040c-12.373-54.187-49.493-96.853-97.28-111.787-69.12-21.76-315.307-22.187-343.040-22.187zM512 765.013c-72.96 0-273.066-3.413-323.84-19.2-26.027-8.107-46.507-32.853-53.76-64.853-16.64-73.387-17.067-231.253-17.067-232.96s0-159.573 17.067-232.96c7.253-32 27.733-56.747 53.76-64.853 50.773-15.787 250.88-19.2 323.84-19.2s273.067 3.413 323.84 19.2c26.027 8.107 46.507 32.853 53.76 64.853 16.64 73.387 17.067 231.253 17.067 232.96s0 159.573-17.067 232.96c-7.253 32-27.733 56.747-53.76 64.853-50.773 15.787-250.88 19.2-323.84 19.2zM426.667 288c-5.546 0-11.093 1.28-16.213 4.267-9.813 5.547-16.213 16.213-16.213 27.733v256c0 11.52 5.973 22.187 16.213 27.733 9.813 5.547 22.186 5.547 32 0l221.867-128c9.813-5.547 16.213-16.213 16.213-27.733s-5.973-22.187-16.213-27.733l-221.867-128c-5.12-2.987-10.667-4.267-16.213-4.267h0.426zM458.667 520.533v-145.067l125.867 72.533-125.867 72.533z" />
|
|
@@ -400,6 +402,7 @@
|
|
|
400
402
|
<glyph unicode="test-lab-flask" glyph-name="test-lab-flask" d="M815.817 284.702l-168.96 270.935v212.053h18.347c17.493 0 32 14.507 32 32s-14.507 32-32 32h-301.226c-17.493 0-32-14.507-32-32s14.507-32 32-32h17.92v-212.053l-168.96-270.935c-32-51.2-33.707-115.627-4.267-168.533 29.44-52.48 84.907-85.333 145.067-85.333h321.279c60.16 0 115.627 32.853 144.64 85.76 29.013 52.48 27.307 116.907-4.267 168.107h0.427zM582.857 767.69v-203.947h-136.96v203.947h136.96zM764.19 147.742c-17.92-32.427-52.053-52.48-88.747-52.48h-321.279c-37.12 0-71.253 20.053-89.173 52.48s-17.067 72.107 2.56 103.253l155.307 248.747h183.466l155.307-248.747c19.627-31.147 20.48-70.827 2.56-103.253z" />
|
|
401
403
|
<glyph unicode="technology-cube-3d" glyph-name="technology-cube-3d" d="M887.893 668.587s0 0 0 0c0 0 0 0 0 0-10.667 17.92-25.6 33.28-44.373 44.373l-270.080 156.16c-37.973 21.76-84.48 21.76-122.027 0l-270.080-156.16c-18.773-10.667-33.707-26.027-44.373-44.373 0 0 0 0 0 0s0 0 0 0c-10.667-18.347-16.64-39.253-16.64-61.013v-318.293c0-21.76 5.973-42.667 16.64-61.013 0 0 0 0 0 0s0 0 0 0c10.667-17.92 25.6-33.28 44.373-44.373l270.080-156.16c37.973-21.76 84.48-21.76 122.027 0l270.080 156.16c18.773 10.667 33.707 26.027 44.373 44.373 0 0 0 0 0 0s0 0 0 0c10.667 18.347 16.64 39.253 16.64 61.013v318.293c0 21.76-5.973 42.667-16.64 61.013zM840.107 292.693l-55.467 32.427c-15.36 8.96-34.987 3.84-43.947-11.52s-3.84-34.987 11.52-43.947l56.32-32.853-264.533-152.747v65.28c0 17.493-14.507 32-32 32s-32-14.507-32-32v-65.28l-264.533 152.747 56.32 32.853c15.36 8.96 20.48 28.587 11.52 43.947s-28.587 20.48-43.947 11.52l-55.467-32.427v311.040l55.467-32.427c15.36-8.96 34.987-3.84 43.947 11.52s3.84 34.987-11.52 43.947l-56.32 32.853 264.533 152.747v-65.28c0-17.493 14.507-32 32-32s32 14.507 32 32v65.28l264.533-152.747-56.32-32.853c-15.36-8.96-20.48-28.587-11.52-43.947s28.587-20.48 43.947-11.52l55.467 32.427v-311.040zM677.547 587.947l-128 73.813c-23.040 13.227-51.627 13.227-74.667 0l-128-73.813c-23.040-13.227-37.547-37.973-37.547-64.853v-151.040c0-26.88 14.080-51.2 37.547-64.853l128-73.813c11.52-6.4 24.32-9.813 37.12-9.813h0.853c12.8 0 25.6 3.413 37.12 9.813l128 73.813c23.040 13.227 37.547 37.973 37.547 64.853v151.040c0 26.88-14.080 51.2-37.547 64.853zM480 304.64l-101.547 58.453c-3.413 1.707-5.12 5.547-5.12 9.387v119.893l101.547-58.453s3.413-2.133 5.12-2.987v-126.72zM512.853 488.107s-0.427 0-0.853 0-0.427 0-0.853 0c-1.707 0-2.987 0.427-4.693 1.28l-101.12 58.453 101.547 58.453c3.413 1.707 7.253 1.707 10.667 0l101.547-58.453-101.547-58.453s-2.987-1.28-4.693-1.28zM650.667 372.48c0-3.84-2.133-7.253-5.12-9.387l-101.547-58.453v126.72s3.413 1.707 5.12 2.987l101.547 58.453v-119.893z" />
|
|
402
404
|
<glyph unicode="tasklist-to-do-checkmark" glyph-name="tasklist-to-do-checkmark" d="M361.387 404.053c12.373-12.373 32.853-12.373 45.227 0l64 64c12.373 12.373 12.373 32.853 0 45.227s-32.853 12.373-45.227 0l-41.387-41.387-20.053 20.053c-12.373 12.373-32.853 12.373-45.227 0s-12.373-32.853 0-45.227l42.667-42.667zM768 778.667h-53.333v10.667c0 41.387-33.28 74.667-74.667 74.667h-256c-41.387 0-74.667-33.28-74.667-74.667v-10.667h-53.333c-64.853 0-117.333-52.48-117.333-117.333v-512c0-64.853 52.48-117.333 117.333-117.333h512c64.853 0 117.333 52.48 117.333 117.333v512c0 64.853-52.48 117.333-117.333 117.333zM373.333 789.333c0 5.973 4.693 10.667 10.667 10.667h256c5.973 0 10.667-4.693 10.667-10.667v-85.333c0-5.973-4.693-10.667-10.667-10.667h-256c-5.973 0-10.667 4.693-10.667 10.667v85.333zM821.333 149.333c0-29.44-23.893-53.333-53.333-53.333h-512c-29.44 0-53.333 23.893-53.333 53.333v512c0 29.44 23.893 53.333 53.333 53.333h53.333v-10.667c0-41.387 33.28-74.667 74.667-74.667h256c41.387 0 74.667 33.28 74.667 74.667v10.667h53.333c29.44 0 53.333-23.893 53.333-53.333v-512zM682.667 309.333h-341.333c-17.493 0-32-14.507-32-32s14.507-32 32-32h341.333c17.493 0 32 14.507 32 32s-14.507 32-32 32zM682.667 480h-128c-17.493 0-32-14.507-32-32s14.507-32 32-32h128c17.493 0 32 14.507 32 32s-14.507 32-32 32z" />
|
|
405
|
+
<glyph unicode="task-list-add-checkmark" glyph-name="task-list-add-checkmark" d="M906.837 213.201c0 88.414-71.671 160.085-160.081 160.085-88.405-0.004-160.085-71.676-160.085-160.085 0.004-88.401 71.68-160.077 160.085-160.081 88.405 0 160.077 71.68 160.081 160.081zM789.423 269.453c12.497 12.497 32.794 12.497 45.291 0 12.48-12.497 12.484-32.755 0-45.248l-81.668-81.626c-12.484-12.48-32.708-12.506-45.205-0.043l-49.084 48.917c-12.514 12.476-12.523 32.777-0.043 45.291 12.48 12.501 32.738 12.514 45.248 0.043l26.419-26.334 59.042 58.999zM393.297 391.202c13.133 11.827 33.382 10.761 45.21-2.372 11.823-13.133 10.756-33.382-2.377-45.21l-78.958-71.083c-12.175-10.965-30.662-10.965-42.833 0l-39.25 35.332c-13.12 11.831-14.16 32.081-2.333 45.21 11.831 13.12 32.081 14.161 45.208 2.334l17.792-16 57.542 51.789zM864.171 490.705v128.040c0 100.188-81.229 181.407-181.414 181.417h-341.501c-100.192-0.003-181.414-81.224-181.417-181.417v-341.501c0.010-100.186 81.229-181.414 181.417-181.414h128.040c17.677 0 32-14.327 32-32-0.004-17.668-14.327-32-32-32h-128.040c-135.534 0-245.407 109.884-245.417 245.414v341.501c0.003 135.539 109.878 245.414 245.417 245.417h341.501c135.531-0.010 245.414-109.882 245.414-245.417v-128.040c0-17.673-14.332-31.996-32-32-17.673 0-32 14.323-32 32zM393.297 604.62c13.133 11.826 33.382 10.758 45.21-2.375 11.819-13.133 10.756-33.383-2.377-45.208l-78.958-71.084c-12.174-10.961-30.662-10.965-42.833 0l-39.25 35.337c-13.123 11.827-14.161 32.079-2.333 45.206 11.831 13.124 32.080 14.161 45.208 2.333l17.792-16 57.542 51.792zM723.379 565.37c17.668-0.004 32-14.33 32-32s-14.332-31.994-32-31.998h-170.748c-17.673 0-32 14.327-32 31.998 0 17.672 14.327 31.998 32 32h170.748zM970.837 213.201c-0.004-123.75-100.331-224.081-224.081-224.081-123.75 0.004-224.081 100.335-224.085 224.081 0 123.755 100.331 224.081 224.085 224.085 123.755 0 224.081-100.326 224.081-224.085z" />
|
|
403
406
|
<glyph unicode="target-space-object-select" glyph-name="target-space-object-select" d="M234.667 778.667c-29.474 0-53.333-23.86-53.333-53.333v-554.667c0-29.474 23.86-53.333 53.333-53.333h554.667c29.474 0 53.333 23.859 53.333 53.333v554.667c0 29.474-23.859 53.333-53.333 53.333h-554.667zM117.333 725.333c0 64.82 52.514 117.333 117.333 117.333h554.667c64.819 0 117.333-52.514 117.333-117.333v-554.667c0-64.819-52.514-117.333-117.333-117.333h-554.667c-64.82 0-117.333 52.514-117.333 117.333v554.667zM549.423 689.919c0-20.646-16.734-37.383-37.38-37.383s-37.385 16.737-37.385 37.383c0 20.646 16.738 37.383 37.385 37.383s37.38-16.737 37.38-37.383zM549.423 568.742c0-20.646-16.734-37.385-37.38-37.385s-37.385 16.739-37.385 37.385c0 20.646 16.738 37.382 37.385 37.382s37.38-16.737 37.38-37.382zM549.423 448.004c0-20.646-16.734-37.385-37.38-37.385s-37.385 16.738-37.385 37.385c0 20.646 16.738 37.38 37.385 37.38s37.38-16.734 37.38-37.38zM428.706 448.004c0-20.646-16.737-37.385-37.383-37.385s-37.383 16.738-37.383 37.385c0 20.646 16.737 37.38 37.383 37.38s37.383-16.734 37.383-37.38zM307.987 448.004c0-20.646-16.737-37.385-37.382-37.385s-37.383 16.738-37.383 37.385c0 20.646 16.737 37.38 37.383 37.38s37.382-16.734 37.382-37.38zM670.131 448.004c0-20.646-16.738-37.385-37.385-37.385s-37.38 16.738-37.38 37.385c0 20.646 16.734 37.38 37.38 37.38s37.385-16.734 37.385-37.38zM791.3 448.004c0-20.646-16.734-37.385-37.38-37.385s-37.385 16.738-37.385 37.385c0 20.646 16.738 37.38 37.385 37.38s37.38-16.734 37.38-37.38zM549.423 327.241c0-20.646-16.734-37.38-37.38-37.38s-37.385 16.734-37.385 37.38c0 20.646 16.738 37.385 37.385 37.385s37.38-16.738 37.38-37.385zM549.423 206.481c0-20.646-16.734-37.38-37.38-37.38s-37.385 16.734-37.385 37.38c0 20.646 16.738 37.385 37.385 37.385s37.38-16.738 37.38-37.385z" />
|
|
404
407
|
<glyph unicode="target" glyph-name="target" d="M512 864c17.673 0 32-14.327 32-32v-54.876c73.664-7.121 145.395-38.889 201.813-95.307s88.188-128.151 95.309-201.817h54.878c17.673 0 32-14.327 32-32s-14.327-32-32-32h-54.878c-7.121-73.664-38.891-145.399-95.309-201.818s-128.149-88.183-201.813-95.305v-54.878c0-17.673-14.327-32-32-32s-32 14.327-32 32v54.878c-73.666 7.117-145.4 38.886-201.818 95.305s-88.187 128.154-95.308 201.818h-54.874c-17.673 0-32 14.327-32 32s14.327 32 32 32h54.874c7.12 73.666 38.889 145.399 95.308 201.817s128.152 88.188 201.818 95.308v54.876c0 17.673 14.327 32 32 32zM480 712.751c-57.225-6.877-112.647-32.273-156.564-76.189s-69.312-99.338-76.189-156.562h51.42c17.673 0 32-14.327 32-32s-14.327-32-32-32h-51.42c6.877-57.225 32.274-112.644 76.189-156.561s99.339-69.312 156.564-76.19v51.418c0 17.673 14.327 32 32 32s32-14.327 32-32v-51.418c57.225 6.878 112.644 32.273 156.561 76.19 43.913 43.917 69.312 99.337 76.19 156.561h-51.418c-17.673 0-32 14.327-32 32s14.327 32 32 32h51.418c-6.878 57.224-32.277 112.646-76.19 156.562-43.917 43.915-99.337 69.312-156.561 76.189v-51.418c0-17.673-14.327-32-32-32s-32 14.327-32 32v51.418z" />
|
|
405
408
|
<glyph unicode="switch" glyph-name="switch" d="M96 448c0 123.7 100.3 224 224 224s224-100.3 224-224c0-123.699-100.301-224-224-224s-224 100.301-224 224zM320 608c-88.354 0-160-71.646-160-160s71.646-160 160-160c88.354 0 160 71.646 160 160s-71.646 160-160 160zM431.104 576c0 17.673 14.327 32 32 32h304.896c88.371 0 160-71.628 160-160s-71.629-160-160-160h-304.896c-17.673 0-32 14.327-32 32s14.327 32 32 32h304.896c53.026 0 96 42.974 96 96s-42.974 96-96 96h-304.896c-17.673 0-32 14.327-32 32z" />
|
|
@@ -465,7 +468,7 @@
|
|
|
465
468
|
<glyph unicode="pie-chart" glyph-name="pie-chart" d="M480 798.566c-179.423-16.164-320-166.929-320-350.566 0-194.423 157.577-352 352-352 85.687 0 164.22 30.609 225.259 81.489l-235.383 235.383c-6.379 6.379-11.482 13.781-15.147 21.82-1.101 2.069-1.954 4.207-2.564 6.379-2.731 7.834-4.164 16.141-4.164 24.593v332.902zM544 798.566v-295.142l255.565 147.645c-57.954 81.926-150.042 137.99-255.565 147.496zM831.625 595.678l-267.507-154.543 218.394-218.394c50.88 61.039 81.489 139.571 81.489 225.259 0 52.74-11.597 102.77-32.375 147.678zM96 448c0 229.769 186.231 416 416 416s416-186.231 416-416c0-229.769-186.231-416-416-416s-416 186.231-416 416z" />
|
|
466
469
|
<glyph unicode="photo-edit-brightness-invert" glyph-name="photo-edit-brightness-invert" d="M277.333 586.667h53.333v-53.333c0-17.493 14.507-32 32-32s32 14.507 32 32v53.333h53.333c17.493 0 32 14.507 32 32s-14.507 32-32 32h-53.333v53.333c0 17.493-14.507 32-32 32s-32-14.507-32-32v-53.333h-53.333c-17.493 0-32-14.507-32-32s14.507-32 32-32zM810.667 864h-597.333c-64.853 0-117.333-52.48-117.333-117.333v-597.333c0-64.853 52.48-117.333 117.333-117.333h597.333c64.853 0 117.333 52.48 117.333 117.333v597.333c0 64.853-52.48 117.333-117.333 117.333zM522.667 234.667c0 17.493 14.507 32 32 32h170.667c17.493 0 32-14.507 32-32s-14.507-32-32-32h-170.667c-17.493 0-32 14.507-32 32zM160 746.667c0 29.44 23.893 53.333 53.333 53.333h597.333c14.507 0 27.307-5.973 37.12-14.933l-672.427-672.427c-9.387 9.387-14.933 22.613-14.933 37.12v596.907h-0.427z" />
|
|
467
470
|
<glyph unicode="pencil-edit-create" glyph-name="pencil-edit-create" d="M298.667 32h-6.4c-131.84 0-238.933 107.093-238.933 238.933 0 94.293 55.893 180.053 142.080 218.453l168.96 75.094c44.373 19.627 72.96 64 72.96 112.64 0 67.84-55.467 123.307-123.307 123.307h-15.36c-17.493 0-32 14.507-32 32s14.507 32 32 32h15.36c103.253 0 187.307-84.053 187.307-187.307 0-73.813-43.52-140.8-111.36-171.094l-168.96-75.093c-63.147-28.16-103.68-90.88-103.68-160 0-96.427 78.507-174.933 174.933-174.933h6.4c17.493 0 32-14.507 32-32s-14.507-32-32-32zM442.027 37.547c-15.787 0-31.147 6.4-42.667 17.493-14.933 14.933-20.907 36.267-16.213 56.747l16.64 70.4c5.12 21.333 15.787 40.533 31.147 56.32l291.84 291.84c0 0 1.707 2.133 2.56 2.987s2.133 1.707 2.987 2.56l64.853 64.853c28.16 28.16 77.227 28.16 105.387 0l46.080-46.080c14.080-14.080 21.76-32.854 21.76-52.907s-7.68-38.827-21.76-52.907l-64.853-64.853c0 0-1.707-2.133-2.56-2.987s-2.133-1.707-2.987-2.56l-291.84-291.84c-15.36-15.36-34.56-26.027-55.893-31.147l-70.4-16.64c-4.693-1.28-9.387-1.707-14.080-1.707v0.427zM476.16 193.707c-7.253-7.253-11.947-16.213-14.080-25.6l-15.36-64.853 64.853 15.36c9.813 2.133 18.347 7.253 25.6 14.080l272.213 271.787-61.013 61.013-271.787-271.787h-0.427zM793.173 510.72l61.013-61.013 45.227 45.227c2.56 2.56 2.987 5.973 2.987 7.68s0 4.693-2.987 7.68l-46.080 46.080c-5.547 5.547-9.387 5.547-14.933 0l-45.227-45.227v-0.427z" />
|
|
468
|
-
<glyph unicode="pen-edit-compose-new" glyph-name="pen-edit-compose-
|
|
471
|
+
<glyph unicode="pen-edit-compose-new" glyph-name="pen-edit-compose-New-Chat" d="M96 150.541v552.251c0 65.228 52.536 118.534 117.875 118.542h298.125c17.673 0 32-14.327 32-32s-14.327-32-32-32h-298.125c-29.54-0.007-53.875-24.205-53.875-54.542v-552.251c0-30.336 24.335-54.532 53.875-54.541h596.25c29.538 0.009 53.875 24.205 53.875 54.541v251.917c0 17.673 14.327 32 32 32s32-14.327 32-32v-251.917c0-65.229-52.535-118.532-117.875-118.541h-596.25c-65.339 0.009-117.875 53.312-117.875 118.541zM720.375 786.959c45.82 45.817 120.098 45.818 165.918 0l7.33-7.334c45.82-45.818 45.82-120.097 0-165.917l-358.042-358.084c-9.468-9.395-21.321-16.141-34.415-19.456-0.073-0.021-0.137-0.064-0.209-0.085l-159.208-39.791c-10.904-2.726-22.428 0.469-30.375 8.418-7.947 7.945-11.141 19.469-8.416 30.374l39.791 159.206c0.101 0.375 0.178 0.755 0.292 1.126 3.38 12.672 10.073 24.282 19.375 33.583l357.959 357.958zM377.958 271.334l83.042 20.749c-4.915 32.111-30.144 57.446-62.251 62.374l-20.791-83.123zM434.876 410.999c38.336-13.99 68.762-44.412 82.748-82.748l240.542 240.498-82.748 82.75-240.542-240.5zM841.041 741.708c-20.826 20.825-54.592 20.823-75.418 0l-44.958-44.958 82.752-82.75 44.958 44.959c20.821 20.826 20.826 54.592 0 75.416l-7.334 7.334z" />
|
|
469
472
|
<glyph unicode="pen-edit-circle" glyph-name="pen-edit-circle" d="M490.667 32.747c-217.6 0-394.667 177.067-394.667 394.667s177.067 394.668 394.667 394.668c17.493 0 32-14.507 32-32s-14.507-32-32-32c-182.613 0-330.667-148.48-330.667-330.668s148.48-330.667 330.667-330.667c182.187 0 330.667 148.48 330.667 330.667 0 17.493 14.507 32 32 32s32-14.507 32-32c0-217.6-177.067-394.667-394.667-394.667zM346.453 283.627l25.6 179.627c2.133 15.787 9.813 31.147 21.333 42.24l241.92 241.922c0 0 1.707 1.707 2.133 2.56s1.707 1.707 2.56 2.133l75.947 75.947c46.933 46.933 128.853 46.933 175.787 0 23.467-23.467 36.267-54.613 36.267-87.893s-12.8-64.427-36.267-87.893l-325.547-325.548c-11.947-11.52-27.307-19.2-43.52-21.333l-176.213-21.76zM660.053 682.135l-221.867-221.868c0 0-2.56-3.84-2.987-5.973l-13.653-96.853 93.013 11.52c2.56 0 4.693 1.28 6.4 2.987l224.853 224.855-85.333 85.333h-0.427zM705.28 727.362l85.333-85.333 55.467 55.467c23.467 23.467 23.467 61.867 0 85.333s-61.867 23.467-85.333 0l-55.467-55.467z" />
|
|
470
473
|
<glyph unicode="pause" glyph-name="pause" d="M682.667 672c-17.655 0-32-14.345-32-32v-384c0-17.655 14.345-32 32-32s32 14.345 32 32v384c0 17.655-14.345 32-32 32zM586.667 640c0 53.001 42.999 96 96 96s96-42.999 96-96v-384c0-53.001-42.999-96-96-96s-96 42.999-96 96v384zM341.333 672c-17.655 0-32-14.345-32-32v-384c0-17.655 14.345-32 32-32s32 14.345 32 32v384c0 17.655-14.345 32-32 32zM245.333 640c0 53.001 42.999 96 96 96s96-42.999 96-96v-384c0-53.001-42.999-96-96-96s-96 42.999-96 96v384z" />
|
|
471
474
|
<glyph unicode="paint-roller" glyph-name="paint-roller" d="M853.333 736h-53.333v43.947c0 46.507-37.547 84.053-84.053 84.053h-535.893c-46.507 0-84.053-37.547-84.053-84.053v-151.467c0-46.507 37.547-84.053 84.053-84.053h535.467c46.507 0 84.053 37.547 84.053 84.053v43.947h53.333c5.973 0 10.667-4.693 10.667-10.667v-170.667c0-5.973-4.693-10.667-10.667-10.667h-341.333c-41.387 0-74.667-33.28-74.667-74.667v-53.333h-10.667c-41.387 0-74.667-33.28-74.667-74.667v-213.333c0-41.387 33.28-74.667 74.667-74.667h85.333c41.387 0 74.667 33.28 74.667 74.667v213.333c0 41.387-33.28 74.667-74.667 74.667h-10.667v53.333c0 5.973 4.693 10.667 10.667 10.667h341.333c41.387 0 74.667 33.28 74.667 74.667v170.667c0 41.387-33.28 74.667-74.667 74.667zM734.293 625.493c0-11.093-8.96-20.053-20.48-20.053h-535.040c-11.093 0-20.053 8.96-20.053 20.053v151.467c0 11.093 8.96 20.48 20.053 20.48h535.467c11.093 0 20.053-8.96 20.053-20.48v-151.467zM510.293 285.44c5.973 0 10.667-4.693 10.667-10.667v-213.333c0-5.973-4.693-10.667-10.667-10.667h-85.333c-5.973 0-10.667 4.693-10.667 10.667v213.333c0 5.973 4.693 10.667 10.667 10.667h85.333z" />
|
|
@@ -586,6 +589,7 @@
|
|
|
586
589
|
<glyph unicode="file-blank-image-load-mask" glyph-name="file-blank-image-load-mask" d="M181.332 725.333c0 76.584 62.083 138.667 138.667 138.667h304.142c42.436 0 83.132-16.857 113.139-46.863l101.188-101.191c30.007-30.006 46.865-70.703 46.865-113.137v-432.142c0-76.582-62.084-138.667-138.667-138.667h-106.667c-17.673 0-32 14.327-32 32s14.327 32 32 32h106.667c41.237 0 74.667 33.429 74.667 74.667v416h-117.333c-53.022 0-96 42.981-96 96v117.333h-288.001c-41.237 0-74.667-33.429-74.667-74.667v-149.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v149.333zM672 787.22v-104.554c0-17.673 14.327-32 32-32h104.555c-4.177 7.259-9.314 14.001-15.339 20.024l-101.193 101.191c-6.025 6.024-12.766 11.164-20.023 15.338zM95.999 362.667v-86.891c-0.006-0.358-0.006-0.713 0-1.071v-125.372c0-64.802 52.532-117.333 117.333-117.333h125.375c0.355-0.004 0.71-0.004 1.064 0h86.895c64.803 0 117.334 52.531 117.334 117.333v213.333c0 64.802-52.531 117.333-117.334 117.333h-213.333c-64.801 0-117.333-52.531-117.333-117.333zM159.999 245.244c81.18-2.752 146.492-68.062 149.243-149.244h-95.91c-29.455 0-53.333 23.876-53.333 53.333v95.91zM373.269 96c-2.79 116.531-96.74 210.479-213.27 213.269v53.397c0 29.457 23.878 53.333 53.333 53.333h213.333c29.454 0 53.334-23.876 53.334-53.333v-213.333c0-29.457-23.881-53.333-53.334-53.333h-53.397zM428.723 321.028c0-24.132-19.563-43.695-43.695-43.695s-43.695 19.563-43.695 43.695c0 24.132 19.563 43.695 43.695 43.695s43.695-19.563 43.695-43.695z" />
|
|
587
590
|
<glyph unicode="file download" glyph-name="file-download" d="M96 320c0 17.673 14.327 32 32 32h186.965c28.29 0 54.146-15.979 66.777-41.306 0.002-0.004-0.002 0 0 0l19.043-38.089c0.002-0.004-0.001 0.004 0 0 1.841-3.665 5.551-5.939 9.582-5.939h203.264c4.049 0 7.714 2.278 9.506 5.871l19.089 38.178c12.668 25.259 38.498 41.284 66.807 41.284h186.965c17.673 0 32-14.327 32-32s-14.327-32-32-32h-186.965c-4.028 0-7.735-2.266-9.579-5.931 0 0 0.004 0.004 0 0l-19.042-38.084c0-0.004 0.004 0.004 0 0-12.629-25.327-38.494-41.318-66.782-41.318h-203.264c-28.308 0-54.124 15.991-66.791 41.25l-19.089 38.178c-1.792 3.593-5.475 5.905-9.522 5.905h-186.965c-17.673 0-32 14.327-32 32zM213.333 800c-29.474 0-53.333-23.86-53.333-53.333v-597.333c0-29.474 23.86-53.333 53.333-53.333h597.333c29.474 0 53.333 23.859 53.333 53.333v597.333c0 29.474-23.859 53.333-53.333 53.333h-85.333c-17.673 0-32 14.327-32 32s14.327 32 32 32h85.333c64.819 0 117.333-52.514 117.333-117.333v-597.333c0-64.819-52.514-117.333-117.333-117.333h-597.333c-64.82 0-117.333 52.514-117.333 117.333v597.333c0 64.82 52.514 117.333 117.333 117.333h85.333c17.673 0 32-14.327 32-32s-14.327-32-32-32h-85.333zM512.427 864c17.673 0 32-14.327 32-32v-384c0-17.673-14.327-32-32-32s-32 14.327-32 32v384c0 17.673 14.327 32 32 32zM336.157 623.843c12.497 12.497 32.758 12.497 45.255 0l130.589-130.587 130.59 130.587c12.497 12.497 32.755 12.497 45.252 0s12.497-32.758 0-45.255l-153.216-153.215c-12.497-12.497-32.755-12.497-45.252 0l-153.217 153.215c-12.497 12.497-12.497 32.758 0 45.255z" />
|
|
588
591
|
<glyph unicode="facebook" glyph-name="facebook" d="M320 800h384.171c88.269 0 159.829-71.561 159.829-159.829v-384.384c0-88.222-71.556-159.787-159.829-159.787h-121.771v281.6h121.6c17.673 0 32 14.327 32 32s-14.327 32-32 32h-121.6v46.72c0 44.877 36.403 81.28 81.28 81.28h40.32c17.673 0 32 14.327 32 32s-14.327 32-32 32h-40.32c-80.222 0-145.28-65.058-145.28-145.28v-46.72h-44.8c-17.673 0-32-14.327-32-32s14.327-32 32-32h44.8v-281.6h-198.571c-88.268 0-159.829 71.561-159.829 159.829v384.171c0 88.354 71.646 160 160 160zM704.171 32c123.61 0 223.829 100.211 223.829 223.787v384.384c0 123.614-100.215 223.829-223.829 223.829h-384.171c-123.7 0-224-100.3-224-224v-384.171c0-123.614 100.215-223.829 223.829-223.829h384.341z" />
|
|
592
|
+
<glyph unicode="eye-modern-square-read" glyph-name="eye-modern-square-read" d="M864 618.667c0 100.148-81.186 181.333-181.333 181.333h-341.333c-100.148 0-181.333-81.186-181.333-181.333v-341.333c0-100.147 81.186-181.333 181.333-181.333h341.333c100.147 0 181.333 81.186 181.333 181.333v341.333zM512.333 693.333c112.529-1.224 215.292-64.222 267.418-163.959h-0.043c27.012-50.884 26.999-111.817 0-162.705l0.043-0.043c-52.126-99.738-154.889-162.735-267.418-163.959-0.222-0.004-0.444-0.004-0.666 0-112.531 1.225-215.292 64.222-267.417 163.959v0.043c-26.988 50.88-26.999 111.829 0 162.705l5.041 9.21c53.519 94.385 153.353 153.565 262.376 154.75h0.666zM512 629.333c-88.821-1.093-169.893-50.882-211.042-129.626l-0.083-0.209c-16.066-30.174-17.094-65.988-3.042-96.875l3.042-6.123 0.083-0.209c41.148-78.746 122.221-128.491 211.042-129.583 88.819 1.092 169.894 50.837 211.042 129.583l0.081 0.209c17.143 32.192 17.143 70.805 0 102.997l-0.081 0.209c-41.148 78.744-122.223 128.532-211.042 129.626zM565.333 469.333c0 17.673-14.327 32-32 32h-42.667c-17.673 0-32-14.327-32-32v-42.667c0-17.673 14.327-32 32-32h42.667c17.673 0 32 14.327 32 32v42.667zM629.333 426.667c0-53.018-42.982-96-96-96h-42.667c-53.018 0-96 42.982-96 96v42.667c0 53.018 42.982 96 96 96h42.667c53.018 0 96-42.982 96-96v-42.667zM928 277.333c0-135.492-109.841-245.333-245.333-245.333h-341.333c-135.494 0-245.333 109.841-245.333 245.333v341.333c0 135.494 109.839 245.333 245.333 245.333h341.333c135.492 0 245.333-109.839 245.333-245.333v-341.333z" />
|
|
589
593
|
<glyph unicode="expand-pathfinder-dot-square-segmentation" glyph-name="expand-pathfinder-dot-square-segmentation" d="M539.9 667.010c-18.543 0-33.579-15.032-33.579-33.575s15.036-33.576 33.579-33.576c18.543 0 33.574 15.032 33.574 33.576s-15.031 33.575-33.574 33.575zM618.671 745.793c-18.543 0-33.579-15.032-33.579-33.576s15.036-33.575 33.579-33.575c18.543 0 33.574 15.032 33.574 33.575s-15.031 33.576-33.574 33.576zM673.707 657.176c6.293 6.296 14.835 9.834 23.74 9.834 18.543 0 33.574-15.032 33.574-33.575s-15.031-33.576-33.574-33.576c-18.543 0-33.574 15.032-33.574 33.576 0 8.905 3.537 17.445 9.835 23.741zM494.69 712.217c0 18.543-15.031 33.576-33.574 33.576s-33.574-15.032-33.574-33.576c0-18.543 15.031-33.575 33.574-33.575s33.574 15.032 33.574 33.575zM776.218 745.793c-18.543 0-33.574-15.032-33.574-33.576s15.031-33.575 33.574-33.575c18.543 0 33.574 15.032 33.574 33.575s-15.031 33.576-33.574 33.576zM585.092 554.664c0 18.543 15.036 33.576 33.579 33.576s33.574-15.032 33.574-33.576c0-18.543-15.031-33.576-33.574-33.576s-33.579 15.033-33.579 33.576zM742.643 554.664c0-18.543 15.031-33.576 33.574-33.576s33.574 15.033 33.574 33.576c0 18.543-15.031 33.576-33.574 33.576s-33.574-15.032-33.574-33.576zM427.541 554.664c0 18.543 15.031 33.576 33.574 33.576s33.574-15.032 33.574-33.576c0-18.543-15.031-33.576-33.574-33.576s-33.574 15.033-33.574 33.576zM539.9 509.461c-18.543 0-33.579-15.031-33.579-33.574s15.036-33.574 33.579-33.574c18.543 0 33.574 15.031 33.574 33.574s-15.031 33.574-33.574 33.574zM673.707 499.627c6.293 6.298 14.835 9.835 23.74 9.835 18.543 0 33.574-15.031 33.574-33.574s-15.031-33.574-33.574-33.574c-18.543 0-33.574 15.031-33.574 33.574 0 8.905 3.537 17.446 9.835 23.74zM585.092 397.116c0 18.543 15.036 33.574 33.579 33.574s33.574-15.031 33.574-33.574c0-18.543-15.031-33.574-33.574-33.574s-33.579 15.031-33.579 33.574zM742.643 397.116c0-18.543 15.031-33.574 33.574-33.574s33.574 15.031 33.574 33.574c0 18.543-15.031 33.574-33.574 33.574s-33.574-15.031-33.574-33.574zM427.541 397.116c0 18.543 15.031 33.574 33.574 33.574s33.574-15.031 33.574-33.574c0-18.543-15.031-33.574-33.574-33.574s-33.574 15.031-33.574 33.574zM426.667 800c-29.474 0-53.333-23.86-53.333-53.333 0-17.673-14.327-32-32-32s-32 14.327-32 32c0 64.82 52.514 117.333 117.333 117.333h384c64.819 0 117.333-52.514 117.333-117.333v-384c0-64.819-52.514-117.333-117.333-117.333-17.673 0-32 14.327-32 32s14.327 32 32 32c29.474 0 53.333 23.859 53.333 53.333v384c0 29.474-23.859 53.333-53.333 53.333h-384zM96 533.333c0 64.82 52.514 117.333 117.333 117.333 17.673 0 32-14.327 32-32s-14.327-32-32-32c-29.474 0-53.333-23.86-53.333-53.333 0-17.673-14.327-32-32-32s-32 14.327-32 32zM341.333 646.827c17.673 0 32-14.327 32-32v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v128c0 17.673 14.327 32 32 32zM128 437.333c17.673 0 32-14.327 32-32v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v128c0 17.673 14.327 32 32 32zM341.333 394.667c17.673 0 32-14.327 32-32 0-29.474 23.86-53.333 53.333-53.333 17.673 0 32-14.327 32-32s-14.327-32-32-32c-64.82 0-117.333 52.514-117.333 117.333 0 17.673 14.327 32 32 32zM522.667 277.333c0 17.673 14.327 32 32 32h128c17.673 0 32-14.327 32-32s-14.327-32-32-32h-128c-17.673 0-32 14.327-32 32zM128 181.333c17.673 0 32-14.327 32-32 0-29.474 23.86-53.333 53.333-53.333 17.673 0 32-14.327 32-32s-14.327-32-32-32c-64.82 0-117.333 52.514-117.333 117.333 0 17.673 14.327 32 32 32zM682.667 181.333c17.673 0 32-14.327 32-32 0-64.819-52.514-117.333-117.333-117.333-17.673 0-32 14.327-32 32s14.327 32 32 32c29.474 0 53.333 23.859 53.333 53.333 0 17.673 14.327 32 32 32zM309.333 64c0 17.673 14.327 32 32 32h128c17.673 0 32-14.327 32-32s-14.327-32-32-32h-128c-17.673 0-32 14.327-32 32z" />
|
|
590
594
|
<glyph unicode="exchange" glyph-name="exchange" d="M658.517 535.939c-61.355 0-116.71-26.013-156.019-67.617-11.115-11.767-29.666-12.297-41.434-1.178-11.763 11.115-12.292 29.666-1.173 41.434 49.779 52.687 120.29 85.981 198.626 85.981 150.886 0 273.579-122.691 273.579-273.578s-122.692-273.574-273.579-273.574c-16.188 0-29.308 13.12-29.308 29.308s13.12 29.312 29.308 29.312c118.511 0 214.959 96.444 214.959 214.955s-96.448 214.958-214.959 214.958zM512.384 789.977c-118.511 0-214.957-96.445-214.957-214.957 0-106.1 77.485-194.455 178.98-211.658 15.962-2.705 26.705-17.835 24-33.796-2.705-15.957-17.835-26.705-33.796-24-129.076 21.879-227.804 134.144-227.804 269.454 0 150.886 122.691 273.577 273.577 273.577 109.781 0 204.194-65.097 247.697-158.263 6.852-14.667 0.512-32.11-14.153-38.959-14.669-6.849-32.111-0.512-38.959 14.156-34.321 73.49-108.612 124.446-194.586 124.446zM172.713 472.922c13.787-8.482 18.088-26.534 9.606-40.32-20.091-32.657-31.793-70.771-31.793-111.663 0-118.511 96.445-214.955 214.957-214.955s214.959 96.444 214.959 214.955c0 28.13-5.577 54.976-15.509 79.697-6.037 15.019 1.246 32.090 16.269 38.123 15.019 6.037 32.090-1.246 38.123-16.265 12.595-31.347 19.738-65.596 19.738-101.555 0-150.886-122.692-273.574-273.579-273.574s-273.577 122.688-273.577 273.574c0 52.292 15.008 100.966 40.485 142.379 8.482 13.786 26.535 18.086 40.322 9.604z" />
|
|
591
595
|
<glyph unicode="embed-circle" glyph-name="embed-circle" d="M512 800c-194.423 0-352-157.577-352-352s157.577-352 352-352c194.423 0 352 157.577 352 352s-157.577 352-352 352zM96 448c0 229.769 186.231 416 416 416s416-186.231 416-416c0-229.769-186.231-416-416-416s-416 186.231-416 416zM449.293 598.627c12.497-12.497 12.497-32.758 0-45.255l-105.371-105.373 105.371-105.374c12.497-12.497 12.497-32.755 0-45.252s-32.757-12.497-45.254 0l-128 128c-12.497 12.497-12.497 32.755 0 45.252l128 128.001c12.497 12.497 32.756 12.497 45.254 0zM574.707 598.627c12.497 12.497 32.755 12.497 45.252 0l128-128.001c12.497-12.497 12.497-32.755 0-45.252l-128-128c-12.497-12.497-32.755-12.497-45.252 0s-12.497 32.755 0 45.252l105.37 105.374-105.37 105.373c-12.497 12.497-12.497 32.758 0 45.255z" />
|
|
@@ -593,7 +597,7 @@
|
|
|
593
597
|
<glyph unicode="email" glyph-name="email" d="M96 661.333c0 88.366 71.634 160 160 160h512c88.367 0 160-71.634 160-160v-426.667c0-88.367-71.633-160-160-160h-512c-88.366 0-160 71.633-160 160v426.667zM161.393 677.722l321.401-210.348c17.741-11.614 40.67-11.614 58.411 0l321.399 210.348c-7.774 45.212-47.172 79.611-94.605 79.611h-512c-47.432 0-86.83-34.399-94.607-79.611zM864 602.146l-287.744-188.322c-39.031-25.545-89.481-25.545-128.512 0l-287.744 188.322v-367.479c0-53.018 42.981-96 96-96h512c53.018 0 96 42.982 96 96v367.479z" />
|
|
594
598
|
<glyph unicode="edit-erase" glyph-name="edit-erase" d="M529.694 788.919l-204.83-204.829c-0.798-0.657-1.572-1.359-2.318-2.104s-1.448-1.52-2.104-2.318l-192.968-192.967c-45.819-45.82-45.819-120.098 0-165.918l110.754-110.754c0.007-0.004-0.007 0.009 0 0 21.962-22.007 51.781-34.381 82.924-34.381h56.98c0.949-0.085 1.91-0.128 2.881-0.128h514.987c17.673 0 32 14.327 32 32s-14.327 32-32 32h-402.359l134.694 134.694c0.341 0.316 0.678 0.64 1.011 0.969 0.333 0.333 0.657 0.67 0.973 1.015l206.046 206.046c45.82 45.82 45.82 120.098 0 165.918l-140.757 140.757c-45.82 45.819-120.094 45.819-165.914 0zM345.28 513.997l216.162-216.162-142.555-142.558c-10.006-10.005-23.587-15.629-37.703-15.629h-60.032c-14.159 0-27.68 5.619-37.63 15.599l-110.793 110.793c-20.826 20.826-20.826 54.579 0 75.405l172.551 172.553zM606.699 343.087l-216.164 216.165 184.411 184.413c20.826 20.826 54.583 20.826 75.409 0l140.757-140.757c20.826-20.826 20.826-54.581 0-75.407l-184.414-184.414z" />
|
|
595
599
|
<glyph unicode="edit-boxed" glyph-name="edit-boxed" d="M768 32h-512c-88.32 0-160 71.68-160 160v512c0 88.32 71.68 160 160 160h512c88.32 0 160-71.68 160-160v-512c0-88.32-71.68-160-160-160zM256 800c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96h-512zM725.333 202.667h-128c-17.493 0-32 14.507-32 32s14.507 32 32 32h128c17.493 0 32-14.507 32-32s-14.507-32-32-32zM409.173 202.667h-110.507c-17.493 0-32 14.507-32 32v110.507c0 19.627 8.107 38.827 21.76 52.907l273.493 273.493c14.080 14.080 32.853 21.76 52.907 21.76s38.827-7.68 52.907-21.76l67.84-67.84c14.080-14.080 21.76-32.853 21.76-52.907s-7.68-38.827-21.76-52.907l-273.493-273.493c-14.080-14.080-32.853-21.76-52.907-21.76zM331.093 266.667h78.507c2.987 0 5.547 1.28 7.68 2.987l273.493 273.493c2.56 2.56 2.987 5.973 2.987 7.68s0 4.693-2.987 7.68l-67.84 67.84c-5.547 5.547-9.387 5.547-14.933 0l-273.92-273.92c0 0-2.987-4.693-2.987-7.68v-78.080z" />
|
|
596
|
-
<glyph unicode="edit" glyph-name="edit" d="
|
|
600
|
+
<glyph unicode="edit" glyph-name="edit" d="M704.073 711.538c-4.143 4.143-10.893 4.143-15.036 0l-440.635-440.634c-1.95-1.941-3.068-4.599-3.068-7.437v-82.133h82.133c2.837 0 5.495 1.118 7.435 3.068l0.062 0.064 440.618 440.53c0 0 0 0.001 0 0.002 4.143 4.143 4.143 10.889 0 15.031l-71.509 71.509zM643.785 756.793c29.137 29.137 76.403 29.137 105.54 0l71.509-71.509c29.137-29.137 29.137-76.406 0-105.543v-0.002l-440.557-440.47c-0.009-0.009-0.019-0.021-0.029-0.030-14.015-14.076-33.019-21.905-52.781-21.905h-114.133c-17.673 0-32 14.327-32 32v114.133c0 19.759 7.829 38.763 21.901 52.779 0.012 0.009 0.023 0.021 0.034 0.030l440.517 440.518zM564.041 677.134c12.497 12.497 32.755 12.497 45.252 0l131.84-131.84c12.497-12.498 12.497-32.756 0-45.254s-32.755-12.497-45.252 0l-131.84 131.839c-12.497 12.497-12.497 32.758 0 45.255z" />
|
|
597
601
|
<glyph unicode="earth-globe-fail" glyph-name="earth-globe-fail" d="M512 864v0c-229.547 0-416-186.453-416-416s186.453-416 416-416v0c17.493 0 32 14.507 32 32s-14.507 32-32 32c-13.227 0-28.16 5.973-44.373 21.333-16.64 15.787-32.853 39.68-46.933 72.107-12.373 28.16-23.040 61.44-31.147 98.56h122.453c17.493 0 32 14.507 32 32s-14.507 32-32 32h-133.12c-3.84 30.293-5.547 62.72-5.547 96s2.133 65.707 5.547 96h266.24c3.84-30.293 5.547-62.72 5.547-96 0-17.493 14.507-32 32-32s32 14.507 32 32c0 32.853-1.707 65.28-5.12 96h141.227c8.533-30.72 13.227-62.72 13.227-96 0-17.493 14.507-32 32-32s32 14.507 32 32c0 229.547-186.453 416-416 416zM160 448c0 33.28 4.693 65.28 13.227 96h141.227c-3.413-30.72-5.12-63.147-5.12-96s1.707-65.28 5.12-96h-141.227c-8.533 30.72-13.227 62.72-13.227 96zM384.853 119.467c-81.067 31.147-147.627 91.733-186.88 168.533h125.867c8.96-46.507 21.76-88.32 37.973-124.587 6.827-15.787 14.507-30.293 23.040-43.947zM361.813 732.587c-16.213-35.84-29.013-78.080-37.973-124.587h-125.867c39.253 76.8 105.813 136.96 186.88 168.533-8.533-13.653-16.213-28.16-23.040-43.947zM389.12 608c8.107 37.12 18.347 70.4 31.147 98.56 14.507 32.427 30.72 56.32 46.933 72.107 16.213 15.36 31.147 21.333 44.373 21.333s28.16-5.973 44.373-21.333c16.64-15.787 32.853-39.68 46.933-72.107 12.373-28.16 23.040-61.44 31.147-98.56h-244.907zM699.307 608c-8.96 46.507-21.76 88.32-37.973 124.587-6.827 15.787-14.507 30.293-23.040 43.947 81.067-31.147 147.627-91.733 186.88-168.533h-125.867zM705.28 299.947c-12.373 12.373-32.853 12.373-45.227 0s-12.373-32.853 0-45.227l62.72-62.72-62.72-62.72c-12.373-12.373-12.373-32.853 0-45.227s32.853-12.373 45.227 0l62.72 62.72 62.72-62.72c12.373-12.373 32.853-12.373 45.227 0s12.373 32.853 0 45.227l-62.72 62.72 62.72 62.72c12.373 12.373 12.373 32.853 0 45.227s-32.853 12.373-45.227 0l-62.72-62.72-62.72 62.72z" />
|
|
598
602
|
<glyph unicode="draw-rectangle" glyph-name="draw-rectangle" d="M147.324 690.083c0 62.998 54.68 109.524 116.363 109.524h506.177c61.683 0 116.365-46.526 116.365-109.524v-451.043c0-17.673-14.327-32-32-32s-32 14.327-32 32v451.043c0 22.666-20.826 45.524-52.365 45.524h-506.177c-31.538 0-52.363-22.858-52.363-45.524v-465.144c0-22.665 20.825-45.525 52.363-45.525h490.839c17.673 0 32-14.327 32-32s-14.327-32-32-32h-490.839c-61.683 0-116.363 46.528-116.363 109.525v465.144zM854.229 193.34c-25.365 0-45.926-20.561-45.926-45.926s20.561-45.926 45.926-45.926c25.365 0 45.926 20.561 45.926 45.926s-20.561 45.926-45.926 45.926zM744.303 147.413c0 60.71 49.216 109.926 109.926 109.926s109.926-49.216 109.926-109.926c0-60.71-49.216-109.926-109.926-109.926s-109.926 49.216-109.926 109.926z" />
|
|
599
603
|
<glyph unicode="drag-drop-indicator" glyph-name="drag-drop-indicator" d="M403.472 181.035c-16.079 0-29.82 5.726-41.222 17.178s-17.103 25.216-17.103 41.297c0 16.081 5.725 29.82 17.177 41.22s25.216 17.105 41.296 17.105c16.080 0 29.822-5.726 41.222-17.178s17.101-25.216 17.101-41.297c0-16.081-5.726-29.82-17.178-41.22-11.447-11.401-25.214-17.105-41.294-17.105zM620.378 181.035c-16.077 0-29.82 5.726-41.22 17.178s-17.101 25.216-17.101 41.297c0 16.081 5.726 29.82 17.178 41.22 11.447 11.401 25.216 17.105 41.293 17.105 16.081 0 29.82-5.726 41.225-17.178 11.401-11.452 17.101-25.216 17.101-41.297s-5.726-29.82-17.178-41.22c-11.447-11.401-25.216-17.105-41.297-17.105zM403.472 389.602c-16.079 0-29.82 5.726-41.222 17.178-11.402 11.447-17.103 25.216-17.103 41.293 0 16.081 5.725 29.82 17.177 41.225 11.45 11.401 25.216 17.101 41.296 17.101s29.822-5.726 41.222-17.178c11.401-11.447 17.101-25.216 17.101-41.293 0-16.081-5.726-29.82-17.178-41.225-11.447-11.401-25.214-17.101-41.294-17.101zM620.378 389.602c-16.077 0-29.82 5.726-41.22 17.178-11.401 11.447-17.101 25.216-17.101 41.293 0 16.081 5.726 29.82 17.178 41.225 11.447 11.401 25.216 17.101 41.293 17.101 16.081 0 29.82-5.726 41.225-17.178 11.401-11.447 17.101-25.216 17.101-41.293 0-16.081-5.726-29.82-17.178-41.225-11.447-11.401-25.216-17.101-41.297-17.101zM403.472 598.167c-16.079 0-29.82 5.725-41.222 17.177s-17.103 25.216-17.103 41.296c0 16.079 5.725 29.82 17.177 41.222s25.216 17.103 41.296 17.103c16.080 0 29.822-5.725 41.222-17.177s17.101-25.216 17.101-41.296c0-16.080-5.726-29.82-17.178-41.222-11.447-11.402-25.214-17.103-41.294-17.103zM620.378 598.167c-16.077 0-29.82 5.725-41.22 17.177s-17.101 25.216-17.101 41.296c0 16.079 5.726 29.82 17.178 41.222 11.447 11.402 25.216 17.103 41.293 17.103 16.081 0 29.82-5.725 41.225-17.177 11.401-11.45 17.101-25.216 17.101-41.296s-5.726-29.82-17.178-41.222c-11.447-11.402-25.216-17.103-41.297-17.103z" />
|
|
Binary file
|
|
Binary file
|
package/assets/svg/edit.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<!-- Generated by IcoMoon.io -->
|
|
2
2
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
3
|
-
<path d="
|
|
3
|
+
<path d="M22.002 7.764c-0.129-0.129-0.34-0.129-0.47 0l-13.77 13.77c-0.061 0.061-0.096 0.144-0.096 0.232v2.567h2.567c0.089 0 0.172-0.035 0.232-0.096l0.002-0.002 13.769-13.767c0 0 0-0 0-0 0.129-0.129 0.129-0.34 0-0.47l-2.235-2.235zM20.118 6.35c0.911-0.911 2.388-0.911 3.298 0l2.235 2.235c0.911 0.911 0.911 2.388 0 3.298v0l-13.767 13.765c-0 0-0.001 0.001-0.001 0.001-0.438 0.44-1.032 0.685-1.649 0.685h-3.567c-0.552 0-1-0.448-1-1v-3.567c0-0.617 0.245-1.211 0.684-1.649 0-0 0.001-0.001 0.001-0.001l13.766-13.766z"></path>
|
|
4
|
+
<path d="M17.626 8.84c0.391-0.391 1.024-0.391 1.414 0l4.12 4.12c0.391 0.391 0.391 1.024 0 1.414s-1.024 0.391-1.414 0l-4.12-4.12c-0.391-0.391-0.391-1.024 0-1.414z"></path>
|
|
4
5
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
3
|
+
<path d="M27 10.667c0-3.13-2.537-5.667-5.667-5.667h-10.667c-3.13 0-5.667 2.537-5.667 5.667v10.667c0 3.13 2.537 5.667 5.667 5.667h10.667c3.13 0 5.667-2.537 5.667-5.667v-10.667zM16.010 8.333c3.517 0.038 6.728 2.007 8.357 5.124h-0.001c0.844 1.59 0.844 3.494 0 5.085l0.001 0.001c-1.629 3.117-4.84 5.085-8.357 5.124-0.007 0-0.014 0-0.021 0-3.517-0.038-6.728-2.007-8.357-5.124v-0.001c-0.843-1.59-0.844-3.495 0-5.085l0.158-0.288c1.672-2.95 4.792-4.799 8.199-4.836h0.021zM16 10.333c-2.776 0.034-5.309 1.59-6.595 4.051l-0.003 0.007c-0.502 0.943-0.534 2.062-0.095 3.027l0.095 0.191 0.003 0.007c1.286 2.461 3.819 4.015 6.595 4.049 2.776-0.034 5.309-1.589 6.595-4.049l0.003-0.007c0.536-1.006 0.536-2.213 0-3.219l-0.003-0.007c-1.286-2.461-3.819-4.017-6.595-4.051zM17.667 15.333c0-0.552-0.448-1-1-1h-1.333c-0.552 0-1 0.448-1 1v1.333c0 0.552 0.448 1 1 1h1.333c0.552 0 1-0.448 1-1v-1.333zM19.667 16.667c0 1.657-1.343 3-3 3h-1.333c-1.657 0-3-1.343-3-3v-1.333c0-1.657 1.343-3 3-3h1.333c1.657 0 3 1.343 3 3v1.333zM29 21.333c0 4.234-3.433 7.667-7.667 7.667h-10.667c-4.234 0-7.667-3.433-7.667-7.667v-10.667c0-4.234 3.432-7.667 7.667-7.667h10.667c4.234 0 7.667 3.432 7.667 7.667v10.667z"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
3
|
+
<path d="M28.339 23.337c0-2.763-2.24-5.003-5.003-5.003s-5.003 2.24-5.003 5.003c0 2.763 2.24 5.002 5.003 5.003s5.002-2.24 5.003-5.003zM24.669 21.58c0.391-0.391 1.025-0.391 1.415 0s0.39 1.024 0 1.414l-2.552 2.551c-0.39 0.39-1.022 0.391-1.413 0.001l-1.534-1.529c-0.391-0.39-0.391-1.024-0.001-1.415s1.023-0.391 1.414-0.001l0.826 0.823 1.845-1.844zM12.291 17.775c0.41-0.37 1.043-0.336 1.413 0.074s0.336 1.043-0.074 1.413l-2.467 2.221c-0.38 0.343-0.958 0.343-1.339 0l-1.227-1.104c-0.41-0.37-0.443-1.003-0.073-1.413s1.003-0.443 1.413-0.073l0.556 0.5 1.798-1.618zM27.005 14.665v-4.001c0-3.131-2.538-5.669-5.669-5.669h-10.672c-3.131 0-5.669 2.538-5.669 5.669v10.672c0 3.131 2.538 5.669 5.669 5.669h4.001c0.552 0 1 0.448 1 1s-0.448 1-1 1h-4.001c-4.235 0-7.669-3.434-7.669-7.669v-10.672c0-4.236 3.434-7.669 7.669-7.669h10.672c4.235 0 7.669 3.434 7.669 7.669v4.001c0 0.552-0.448 1-1 1s-1-0.448-1-1zM12.291 11.106c0.41-0.37 1.043-0.336 1.413 0.074s0.336 1.043-0.074 1.413l-2.467 2.221c-0.38 0.343-0.958 0.343-1.339 0l-1.227-1.104c-0.41-0.37-0.443-1.002-0.073-1.413s1.002-0.443 1.413-0.073l0.556 0.5 1.798-1.619zM22.606 12.332c0.552 0 1 0.448 1 1s-0.448 1-1 1h-5.336c-0.552 0-1-0.448-1-1s0.448-1 1-1h5.336zM30.339 23.337c-0 3.867-3.135 7.003-7.003 7.003s-7.003-3.135-7.003-7.003c0-3.867 3.135-7.003 7.003-7.003s7.003 3.135 7.003 7.003z"></path>
|
|
4
|
+
</svg>
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Component for displaying a warning or context to a user, typically at the top of a page
|
|
4
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-alert--docs)
|
|
5
|
+
*/
|
|
2
6
|
export declare class FwAlertComponent {
|
|
3
7
|
description: import("@angular/core").InputSignal<string>;
|
|
4
|
-
icon: import("@angular/core").InputSignal<"filter" | "server" | "search" | "link" | "3d-sphere-rotate-arrows" | "add-circle" | "add-new-create" | "add-row-above" | "add-row-below" | "add-server" | "add-server-databases-endpoint" | "add-user" | "ai" | "apple" | "apply-copy-duplicate" | "archive-documents-box-big" | "arrange-filter-sort" | "arrow" | "arrow-annotate" | "arrow-back" | "arrow-back-collapse" | "arrow-down" | "arrow-forward" | "arrow-forward-collapse" | "arrow-redo" | "arrow-rotate" | "arrow-rotate-restore" | "arrow-undo" | "arrow-up" | "arrow-up-high-priority" | "arrow-up-low-priority" | "barcode-serial" | "barcode-stack-scan" | "bell-notification" | "bezier-curve" | "blocks-code-test-checkmark" | "book-lab-flask" | "bookmark" | "bookmark-plus-add" | "brain" | "brightness-photo-edit" | "browser-internet-web-windows" | "brush-edit-create" | "bucket-paint" | "button-form-element" | "calendar-arrow-left-center" | "calendar-schedule" | "camera-photo-capture" | "cash-banknotes" | "certificate" | "chart-square" | "chart-trend-square" | "chat-messages-bubble" | "check-mark-certificate" | "checklist" | "checklist-tasks-chechmark-square" | "chevron-back" | "chevron-down" | "chevron-forward" | "chevron-input-number" | "chevron-up" | "circle" | "circle-ellipses" | "clap-applause-hands" | "clip-attachment" | "clock-history" | "clock-hour-4" | "clock-loading" | "close" | "close-circled" | "closed-freehand-vector-poly" | "cloud-network-add" | "cloud-storage-checkmark" | "cloud-upload" | "code-block-embed" | "code-text" | "color-design-profile" | "color-ven-design-profile-central" | "column-edit" | "computer-chip" | "contract-vertical" | "contrast-photo-edit" | "conversion-exchange" | "copy-item" | "creative-commons" | "crosshair" | "crown-style-circle" | "cursor-click" | "cursor-select" | "curve-object-secet-cursor" | "data-tree" | "delivery-shipment-packages" | "dna-hospital-medical" | "document-file-add-plus-bottom-left" | "document-file-blank" | "document-file-checkmark-bottom-left" | "document-file-deleted-cross-remove-center-cancel" | "document-file-download" | "document-file-list-protocol" | "document-file-tar" | "document-file-upload-bottom-center" | "document-file-zip" | "document-status-done-checkmark" | "document-visible" | "documents-file" | "documents-file-checkmark" | "documents-file-move-arrow-right" | "documents-files" | "done-check" | "done-check-tracked" | "download" | "download-status" | "drag-drop-indicator" | "draw-rectangle" | "earth-globe-fail" | "edit" | "edit-boxed" | "edit-erase" | "email" | "email-mail-checkmark-group" | "embed-circle" | "exchange" | "expand-pathfinder-dot-square-segmentation" | "facebook" | "file-blank-image-load-mask" | "file-blank-search" | "file-download" | "file-text" | "files" | "files-library" | "files-library-content" | "filter-sort-add" | "filter-sort-check-mark" | "filter-sort-delete" | "flag" | "flip-horizontal" | "flip-vertical" | "floppy-save" | "flywheel-mark-logo" | "flywheel-viewer-mark-logo" | "folder-add" | "folder-blank" | "folder-checked" | "folder-copy-expand-arrow-down" | "folder-copy-expand-arrow-up" | "folder-group" | "folder-move" | "folder-open" | "folder-share" | "form-metadata-element" | "free-rights" | "freehand-vector-poly" | "full-screen-zoom" | "git-add-branch" | "git-branch" | "git-merge" | "git-merge-draft" | "git-pull-request-2" | "github-color-login" | "gitlab" | "graduate-hat" | "grid-dot-square" | "grid-layout" | "grid-layout-9-square" | "hammer-legal-square" | "hammer-screwdriver" | "hand-money-currency" | "header-form-element" | "home-modern-door" | "home-modern-option-lines" | "human-artificial-intelligence" | "icon-placeholder" | "image-photo-copy-left-down" | "image-picture-square" | "information-circle" | "invoice" | "invoice-checkmark-paid" | "italic" | "items-group-elements" | "key" | "keyboard" | "keychain" | "label-tag" | "laptop-health-medical-cross" | "layers" | "layout" | "layout-grid" | "line" | "link-unlink" | "linkedin" | "linux" | "list-paragraph" | "list-paragraph-number" | "list-test-lab-flask" | "livewire-tool" | "loading-status-checkmark" | "lock" | "lock-unlock" | "logout" | "lungs" | "markdown" | "measure-angle" | "measure-ruler-calibration" | "media-library-imports-dowload" | "menu-burger-handle" | "menu-horizontal" | "menu-list-form-square" | "menu-vertical" | "message-chat-add-plus" | "message-chat-info" | "message-chat-question-support" | "message-checkmark-sent" | "message-question-checkmark" | "microphone-mic-rec" | "microphone-mic-rec-circle" | "microphone-mic-recording-circle" | "minus" | "modalities" | "molecule" | "money" | "money-coin" | "money-dollar" | "monitor-computer" | "moon-night-mode" | "mouse-big" | "mouse-scroll" | "move" | "music-play-resume" | "music-stop" | "mute" | "network-storage-alert" | "notebook" | "notebook-add-plus" | "notebook-open" | "notebook-pen-edit" | "notes-pen" | "object-search-zoom-plus" | "open" | "paint-roller" | "pause" | "pen-edit-circle" | "pen-edit-compose-new" | "pencil-edit-create" | "photo-edit-brightness-invert" | "pie-chart" | "pie-graph-chart-sample" | "plus-add-rectangle" | "polygon" | "private-mode-protection-circle" | "protection-target" | "protective-mask" | "question-circle" | "quote" | "radiology-scan" | "radiology-scan-circle" | "reader-studies" | "rotate" | "rotate-arrow-manual" | "rotate-item-left" | "rotate-item-right" | "rotate-refresh" | "ruler" | "ruler-bidirectional" | "scanner" | "search-loop" | "search-user-profile-person" | "search-zoom-minus" | "search-zoom-plus" | "section-form-element" | "send-message-share" | "server-checkmark" | "server-database-endpoint" | "server-databases-checkmark-user" | "server-databases-connect" | "server-databases-download" | "server-databases-key-protection" | "server-databases-minimal-download" | "server-databases-sync" | "server-databases-sync-import" | "server-upload" | "servers-database" | "setting-gear" | "settings-adjust" | "settings-gear" | "settings-gear-square" | "settings-select" | "shapes-objects" | "share" | "shield-protect" | "show-visible" | "smiley-emoji-face" | "speed-dashboard" | "square-fill" | "square-fill-outline" | "square-outline" | "star" | "star-ai-artificial-intelligence" | "stars-light-sparkle" | "stomach" | "stop-minus" | "stretch-vertical" | "substract-group" | "switch" | "target" | "target-space-object-select" | "tasklist-to-do-checkmark" | "technology-cube-3d" | "test-lab-flask" | "text-bold" | "text-cross" | "text-h1" | "text-h2" | "text-input-form" | "text-long" | "text-short-form-element" | "text-underline" | "thumbs-down-dislike" | "thumbs-up-like" | "timer-clock-style" | "trash-bin-warning" | "trash-delete" | "twitter" | "undone-uncheck-untracked" | "unlimited-repeat-subscription-circle" | "upload" | "user" | "user-checked" | "user-delete-cross" | "user-document" | "user-group" | "user-key" | "user-lock" | "user-profile-cards-pool" | "user-profile-group-discovery" | "user-setting-gear" | "video-player-controls" | "visible-eye-hidden" | "volume-full" | "warning" | "warning-circle" | "window-finder-resize-arrow-down" | "window-finder-resize-arrow-up" | "window-resize-left" | "window-resize-right" | "window-zoom-plus-loupe" | "windows" | "workspace-mode" | "youtube" | "zendesk-logo">;
|
|
8
|
+
icon: import("@angular/core").InputSignal<"filter" | "server" | "search" | "link" | "3d-sphere-rotate-arrows" | "add-circle" | "add-new-create" | "add-row-above" | "add-row-below" | "add-server" | "add-server-databases-endpoint" | "add-user" | "ai" | "apple" | "apply-copy-duplicate" | "archive-documents-box-big" | "arrange-filter-sort" | "arrow" | "arrow-annotate" | "arrow-back" | "arrow-back-collapse" | "arrow-down" | "arrow-forward" | "arrow-forward-collapse" | "arrow-redo" | "arrow-rotate" | "arrow-rotate-restore" | "arrow-undo" | "arrow-up" | "arrow-up-high-priority" | "arrow-up-low-priority" | "barcode-serial" | "barcode-stack-scan" | "bell-notification" | "bezier-curve" | "blocks-code-test-checkmark" | "book-lab-flask" | "bookmark" | "bookmark-plus-add" | "brain" | "brightness-photo-edit" | "browser-internet-web-windows" | "brush-edit-create" | "bucket-paint" | "button-form-element" | "calendar-arrow-left-center" | "calendar-schedule" | "camera-photo-capture" | "cash-banknotes" | "certificate" | "chart-square" | "chart-trend-square" | "chat-messages-bubble" | "check-mark-certificate" | "checklist" | "checklist-tasks-chechmark-square" | "chevron-back" | "chevron-down" | "chevron-forward" | "chevron-input-number" | "chevron-up" | "circle" | "circle-ellipses" | "clap-applause-hands" | "clip-attachment" | "clock-history" | "clock-hour-4" | "clock-loading" | "close" | "close-circled" | "closed-freehand-vector-poly" | "cloud-network-add" | "cloud-storage-checkmark" | "cloud-upload" | "code-block-embed" | "code-text" | "color-design-profile" | "color-ven-design-profile-central" | "column-edit" | "computer-chip" | "contract-vertical" | "contrast-photo-edit" | "conversion-exchange" | "copy-item" | "creative-commons" | "crosshair" | "crown-style-circle" | "cursor-click" | "cursor-select" | "curve-object-secet-cursor" | "data-tree" | "delivery-shipment-packages" | "dna-hospital-medical" | "document-file-add-plus-bottom-left" | "document-file-blank" | "document-file-checkmark-bottom-left" | "document-file-deleted-cross-remove-center-cancel" | "document-file-download" | "document-file-list-protocol" | "document-file-tar" | "document-file-upload-bottom-center" | "document-file-zip" | "document-status-done-checkmark" | "document-visible" | "documents-file" | "documents-file-checkmark" | "documents-file-move-arrow-right" | "documents-files" | "done-check" | "done-check-tracked" | "download" | "download-status" | "drag-drop-indicator" | "draw-rectangle" | "earth-globe-fail" | "edit" | "edit-boxed" | "edit-erase" | "email" | "email-mail-checkmark-group" | "embed-circle" | "exchange" | "expand-pathfinder-dot-square-segmentation" | "eye-modern-square-read" | "facebook" | "file-blank-image-load-mask" | "file-blank-search" | "file-download" | "file-text" | "files" | "files-library" | "files-library-content" | "filter-sort-add" | "filter-sort-check-mark" | "filter-sort-delete" | "flag" | "flip-horizontal" | "flip-vertical" | "floppy-save" | "flywheel-mark-logo" | "flywheel-viewer-mark-logo" | "folder-add" | "folder-blank" | "folder-checked" | "folder-copy-expand-arrow-down" | "folder-copy-expand-arrow-up" | "folder-group" | "folder-move" | "folder-open" | "folder-share" | "form-metadata-element" | "free-rights" | "freehand-vector-poly" | "full-screen-zoom" | "git-add-branch" | "git-branch" | "git-merge" | "git-merge-draft" | "git-pull-request-2" | "github-color-login" | "gitlab" | "graduate-hat" | "grid-dot-square" | "grid-layout" | "grid-layout-9-square" | "hammer-legal-square" | "hammer-screwdriver" | "hand-money-currency" | "header-form-element" | "home-modern-door" | "home-modern-option-lines" | "human-artificial-intelligence" | "icon-placeholder" | "image-photo-copy-left-down" | "image-picture-square" | "information-circle" | "invoice" | "invoice-checkmark-paid" | "italic" | "items-group-elements" | "key" | "keyboard" | "keychain" | "label-tag" | "laptop-health-medical-cross" | "layers" | "layout" | "layout-grid" | "line" | "link-unlink" | "linkedin" | "linux" | "list-paragraph" | "list-paragraph-number" | "list-test-lab-flask" | "livewire-tool" | "loading-status-checkmark" | "lock" | "lock-unlock" | "logout" | "lungs" | "markdown" | "measure-angle" | "measure-ruler-calibration" | "media-library-imports-dowload" | "menu-burger-handle" | "menu-horizontal" | "menu-list-form-square" | "menu-vertical" | "message-chat-add-plus" | "message-chat-info" | "message-chat-question-support" | "message-checkmark-sent" | "message-question-checkmark" | "microphone-mic-rec" | "microphone-mic-rec-circle" | "microphone-mic-recording-circle" | "minus" | "modalities" | "molecule" | "money" | "money-coin" | "money-dollar" | "monitor-computer" | "moon-night-mode" | "mouse-big" | "mouse-scroll" | "move" | "music-play-resume" | "music-stop" | "mute" | "network-storage-alert" | "notebook" | "notebook-add-plus" | "notebook-open" | "notebook-pen-edit" | "notes-pen" | "object-search-zoom-plus" | "open" | "paint-roller" | "pause" | "pen-edit-circle" | "pen-edit-compose-new" | "pencil-edit-create" | "photo-edit-brightness-invert" | "pie-chart" | "pie-graph-chart-sample" | "plus-add-rectangle" | "polygon" | "private-mode-protection-circle" | "protection-target" | "protective-mask" | "question-circle" | "quote" | "radiology-scan" | "radiology-scan-circle" | "reader-studies" | "rotate" | "rotate-arrow-manual" | "rotate-item-left" | "rotate-item-right" | "rotate-refresh" | "ruler" | "ruler-bidirectional" | "scanner" | "search-loop" | "search-user-profile-person" | "search-zoom-minus" | "search-zoom-plus" | "section-form-element" | "send-message-share" | "server-checkmark" | "server-database-endpoint" | "server-databases-checkmark-user" | "server-databases-connect" | "server-databases-download" | "server-databases-key-protection" | "server-databases-minimal-download" | "server-databases-sync" | "server-databases-sync-import" | "server-upload" | "servers-database" | "setting-gear" | "settings-adjust" | "settings-gear" | "settings-gear-square" | "settings-select" | "shapes-objects" | "share" | "shield-protect" | "show-visible" | "smiley-emoji-face" | "speed-dashboard" | "square-fill" | "square-fill-outline" | "square-outline" | "star" | "star-ai-artificial-intelligence" | "stars-light-sparkle" | "stomach" | "stop-minus" | "stretch-vertical" | "substract-group" | "switch" | "target" | "target-space-object-select" | "task-list-add-checkmark" | "tasklist-to-do-checkmark" | "technology-cube-3d" | "test-lab-flask" | "text-bold" | "text-cross" | "text-h1" | "text-h2" | "text-input-form" | "text-long" | "text-short-form-element" | "text-underline" | "thumbs-down-dislike" | "thumbs-up-like" | "timer-clock-style" | "trash-bin-warning" | "trash-delete" | "twitter" | "undone-uncheck-untracked" | "unlimited-repeat-subscription-circle" | "upload" | "user" | "user-checked" | "user-delete-cross" | "user-document" | "user-group" | "user-key" | "user-lock" | "user-profile-cards-pool" | "user-profile-group-discovery" | "user-setting-gear" | "video-player-controls" | "visible-eye-hidden" | "volume-full" | "warning" | "warning-circle" | "window-finder-resize-arrow-down" | "window-finder-resize-arrow-up" | "window-resize-left" | "window-resize-right" | "window-zoom-plus-loupe" | "windows" | "workspace-mode" | "youtube" | "zendesk-logo">;
|
|
5
9
|
severity: import("@angular/core").InputSignal<"error" | "info" | "warning" | "success">;
|
|
6
10
|
title: import("@angular/core").InputSignal<string>;
|
|
7
11
|
variant: import("@angular/core").InputSignal<"standard" | "outlined" | "filled">;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { IconType } from '../icon/icon.types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component for displaying an application icon with configurable color, size, variant, and optional badge
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-app-icon--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwAppIconComponent {
|
|
4
8
|
title?: string;
|
|
5
9
|
icon?: IconType;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
type AvatarColorOption = 'primary' | 'secondary' | 'red' | 'light-slate' | 'slate' | 'warning' | 'success';
|
|
3
|
+
/**
|
|
4
|
+
* Component for displaying a person or other entity, such as companies
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-avatar--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwAvatarComponent {
|
|
4
8
|
bordered: import("@angular/core").InputSignal<boolean>;
|
|
5
9
|
color: import("@angular/core").InputSignal<AvatarColorOption>;
|
|
6
10
|
colorSeed: import("@angular/core").ModelSignal<string>;
|
|
7
11
|
content: import("@angular/core").InputSignal<"initial" | "image" | "icon">;
|
|
8
|
-
icon: import("@angular/core").InputSignal<"filter" | "server" | "search" | "link" | "3d-sphere-rotate-arrows" | "add-circle" | "add-new-create" | "add-row-above" | "add-row-below" | "add-server" | "add-server-databases-endpoint" | "add-user" | "ai" | "apple" | "apply-copy-duplicate" | "archive-documents-box-big" | "arrange-filter-sort" | "arrow" | "arrow-annotate" | "arrow-back" | "arrow-back-collapse" | "arrow-down" | "arrow-forward" | "arrow-forward-collapse" | "arrow-redo" | "arrow-rotate" | "arrow-rotate-restore" | "arrow-undo" | "arrow-up" | "arrow-up-high-priority" | "arrow-up-low-priority" | "barcode-serial" | "barcode-stack-scan" | "bell-notification" | "bezier-curve" | "blocks-code-test-checkmark" | "book-lab-flask" | "bookmark" | "bookmark-plus-add" | "brain" | "brightness-photo-edit" | "browser-internet-web-windows" | "brush-edit-create" | "bucket-paint" | "button-form-element" | "calendar-arrow-left-center" | "calendar-schedule" | "camera-photo-capture" | "cash-banknotes" | "certificate" | "chart-square" | "chart-trend-square" | "chat-messages-bubble" | "check-mark-certificate" | "checklist" | "checklist-tasks-chechmark-square" | "chevron-back" | "chevron-down" | "chevron-forward" | "chevron-input-number" | "chevron-up" | "circle" | "circle-ellipses" | "clap-applause-hands" | "clip-attachment" | "clock-history" | "clock-hour-4" | "clock-loading" | "close" | "close-circled" | "closed-freehand-vector-poly" | "cloud-network-add" | "cloud-storage-checkmark" | "cloud-upload" | "code-block-embed" | "code-text" | "color-design-profile" | "color-ven-design-profile-central" | "column-edit" | "computer-chip" | "contract-vertical" | "contrast-photo-edit" | "conversion-exchange" | "copy-item" | "creative-commons" | "crosshair" | "crown-style-circle" | "cursor-click" | "cursor-select" | "curve-object-secet-cursor" | "data-tree" | "delivery-shipment-packages" | "dna-hospital-medical" | "document-file-add-plus-bottom-left" | "document-file-blank" | "document-file-checkmark-bottom-left" | "document-file-deleted-cross-remove-center-cancel" | "document-file-download" | "document-file-list-protocol" | "document-file-tar" | "document-file-upload-bottom-center" | "document-file-zip" | "document-status-done-checkmark" | "document-visible" | "documents-file" | "documents-file-checkmark" | "documents-file-move-arrow-right" | "documents-files" | "done-check" | "done-check-tracked" | "download" | "download-status" | "drag-drop-indicator" | "draw-rectangle" | "earth-globe-fail" | "edit" | "edit-boxed" | "edit-erase" | "email" | "email-mail-checkmark-group" | "embed-circle" | "exchange" | "expand-pathfinder-dot-square-segmentation" | "facebook" | "file-blank-image-load-mask" | "file-blank-search" | "file-download" | "file-text" | "files" | "files-library" | "files-library-content" | "filter-sort-add" | "filter-sort-check-mark" | "filter-sort-delete" | "flag" | "flip-horizontal" | "flip-vertical" | "floppy-save" | "flywheel-mark-logo" | "flywheel-viewer-mark-logo" | "folder-add" | "folder-blank" | "folder-checked" | "folder-copy-expand-arrow-down" | "folder-copy-expand-arrow-up" | "folder-group" | "folder-move" | "folder-open" | "folder-share" | "form-metadata-element" | "free-rights" | "freehand-vector-poly" | "full-screen-zoom" | "git-add-branch" | "git-branch" | "git-merge" | "git-merge-draft" | "git-pull-request-2" | "github-color-login" | "gitlab" | "graduate-hat" | "grid-dot-square" | "grid-layout" | "grid-layout-9-square" | "hammer-legal-square" | "hammer-screwdriver" | "hand-money-currency" | "header-form-element" | "home-modern-door" | "home-modern-option-lines" | "human-artificial-intelligence" | "icon-placeholder" | "image-photo-copy-left-down" | "image-picture-square" | "information-circle" | "invoice" | "invoice-checkmark-paid" | "italic" | "items-group-elements" | "key" | "keyboard" | "keychain" | "label-tag" | "laptop-health-medical-cross" | "layers" | "layout" | "layout-grid" | "line" | "link-unlink" | "linkedin" | "linux" | "list-paragraph" | "list-paragraph-number" | "list-test-lab-flask" | "livewire-tool" | "loading-status-checkmark" | "lock" | "lock-unlock" | "logout" | "lungs" | "markdown" | "measure-angle" | "measure-ruler-calibration" | "media-library-imports-dowload" | "menu-burger-handle" | "menu-horizontal" | "menu-list-form-square" | "menu-vertical" | "message-chat-add-plus" | "message-chat-info" | "message-chat-question-support" | "message-checkmark-sent" | "message-question-checkmark" | "microphone-mic-rec" | "microphone-mic-rec-circle" | "microphone-mic-recording-circle" | "minus" | "modalities" | "molecule" | "money" | "money-coin" | "money-dollar" | "monitor-computer" | "moon-night-mode" | "mouse-big" | "mouse-scroll" | "move" | "music-play-resume" | "music-stop" | "mute" | "network-storage-alert" | "notebook" | "notebook-add-plus" | "notebook-open" | "notebook-pen-edit" | "notes-pen" | "object-search-zoom-plus" | "open" | "paint-roller" | "pause" | "pen-edit-circle" | "pen-edit-compose-new" | "pencil-edit-create" | "photo-edit-brightness-invert" | "pie-chart" | "pie-graph-chart-sample" | "plus-add-rectangle" | "polygon" | "private-mode-protection-circle" | "protection-target" | "protective-mask" | "question-circle" | "quote" | "radiology-scan" | "radiology-scan-circle" | "reader-studies" | "rotate" | "rotate-arrow-manual" | "rotate-item-left" | "rotate-item-right" | "rotate-refresh" | "ruler" | "ruler-bidirectional" | "scanner" | "search-loop" | "search-user-profile-person" | "search-zoom-minus" | "search-zoom-plus" | "section-form-element" | "send-message-share" | "server-checkmark" | "server-database-endpoint" | "server-databases-checkmark-user" | "server-databases-connect" | "server-databases-download" | "server-databases-key-protection" | "server-databases-minimal-download" | "server-databases-sync" | "server-databases-sync-import" | "server-upload" | "servers-database" | "setting-gear" | "settings-adjust" | "settings-gear" | "settings-gear-square" | "settings-select" | "shapes-objects" | "share" | "shield-protect" | "show-visible" | "smiley-emoji-face" | "speed-dashboard" | "square-fill" | "square-fill-outline" | "square-outline" | "star" | "star-ai-artificial-intelligence" | "stars-light-sparkle" | "stomach" | "stop-minus" | "stretch-vertical" | "substract-group" | "switch" | "target" | "target-space-object-select" | "tasklist-to-do-checkmark" | "technology-cube-3d" | "test-lab-flask" | "text-bold" | "text-cross" | "text-h1" | "text-h2" | "text-input-form" | "text-long" | "text-short-form-element" | "text-underline" | "thumbs-down-dislike" | "thumbs-up-like" | "timer-clock-style" | "trash-bin-warning" | "trash-delete" | "twitter" | "undone-uncheck-untracked" | "unlimited-repeat-subscription-circle" | "upload" | "user" | "user-checked" | "user-delete-cross" | "user-document" | "user-group" | "user-key" | "user-lock" | "user-profile-cards-pool" | "user-profile-group-discovery" | "user-setting-gear" | "video-player-controls" | "visible-eye-hidden" | "volume-full" | "warning" | "warning-circle" | "window-finder-resize-arrow-down" | "window-finder-resize-arrow-up" | "window-resize-left" | "window-resize-right" | "window-zoom-plus-loupe" | "windows" | "workspace-mode" | "youtube" | "zendesk-logo">;
|
|
12
|
+
icon: import("@angular/core").InputSignal<"filter" | "server" | "search" | "link" | "3d-sphere-rotate-arrows" | "add-circle" | "add-new-create" | "add-row-above" | "add-row-below" | "add-server" | "add-server-databases-endpoint" | "add-user" | "ai" | "apple" | "apply-copy-duplicate" | "archive-documents-box-big" | "arrange-filter-sort" | "arrow" | "arrow-annotate" | "arrow-back" | "arrow-back-collapse" | "arrow-down" | "arrow-forward" | "arrow-forward-collapse" | "arrow-redo" | "arrow-rotate" | "arrow-rotate-restore" | "arrow-undo" | "arrow-up" | "arrow-up-high-priority" | "arrow-up-low-priority" | "barcode-serial" | "barcode-stack-scan" | "bell-notification" | "bezier-curve" | "blocks-code-test-checkmark" | "book-lab-flask" | "bookmark" | "bookmark-plus-add" | "brain" | "brightness-photo-edit" | "browser-internet-web-windows" | "brush-edit-create" | "bucket-paint" | "button-form-element" | "calendar-arrow-left-center" | "calendar-schedule" | "camera-photo-capture" | "cash-banknotes" | "certificate" | "chart-square" | "chart-trend-square" | "chat-messages-bubble" | "check-mark-certificate" | "checklist" | "checklist-tasks-chechmark-square" | "chevron-back" | "chevron-down" | "chevron-forward" | "chevron-input-number" | "chevron-up" | "circle" | "circle-ellipses" | "clap-applause-hands" | "clip-attachment" | "clock-history" | "clock-hour-4" | "clock-loading" | "close" | "close-circled" | "closed-freehand-vector-poly" | "cloud-network-add" | "cloud-storage-checkmark" | "cloud-upload" | "code-block-embed" | "code-text" | "color-design-profile" | "color-ven-design-profile-central" | "column-edit" | "computer-chip" | "contract-vertical" | "contrast-photo-edit" | "conversion-exchange" | "copy-item" | "creative-commons" | "crosshair" | "crown-style-circle" | "cursor-click" | "cursor-select" | "curve-object-secet-cursor" | "data-tree" | "delivery-shipment-packages" | "dna-hospital-medical" | "document-file-add-plus-bottom-left" | "document-file-blank" | "document-file-checkmark-bottom-left" | "document-file-deleted-cross-remove-center-cancel" | "document-file-download" | "document-file-list-protocol" | "document-file-tar" | "document-file-upload-bottom-center" | "document-file-zip" | "document-status-done-checkmark" | "document-visible" | "documents-file" | "documents-file-checkmark" | "documents-file-move-arrow-right" | "documents-files" | "done-check" | "done-check-tracked" | "download" | "download-status" | "drag-drop-indicator" | "draw-rectangle" | "earth-globe-fail" | "edit" | "edit-boxed" | "edit-erase" | "email" | "email-mail-checkmark-group" | "embed-circle" | "exchange" | "expand-pathfinder-dot-square-segmentation" | "eye-modern-square-read" | "facebook" | "file-blank-image-load-mask" | "file-blank-search" | "file-download" | "file-text" | "files" | "files-library" | "files-library-content" | "filter-sort-add" | "filter-sort-check-mark" | "filter-sort-delete" | "flag" | "flip-horizontal" | "flip-vertical" | "floppy-save" | "flywheel-mark-logo" | "flywheel-viewer-mark-logo" | "folder-add" | "folder-blank" | "folder-checked" | "folder-copy-expand-arrow-down" | "folder-copy-expand-arrow-up" | "folder-group" | "folder-move" | "folder-open" | "folder-share" | "form-metadata-element" | "free-rights" | "freehand-vector-poly" | "full-screen-zoom" | "git-add-branch" | "git-branch" | "git-merge" | "git-merge-draft" | "git-pull-request-2" | "github-color-login" | "gitlab" | "graduate-hat" | "grid-dot-square" | "grid-layout" | "grid-layout-9-square" | "hammer-legal-square" | "hammer-screwdriver" | "hand-money-currency" | "header-form-element" | "home-modern-door" | "home-modern-option-lines" | "human-artificial-intelligence" | "icon-placeholder" | "image-photo-copy-left-down" | "image-picture-square" | "information-circle" | "invoice" | "invoice-checkmark-paid" | "italic" | "items-group-elements" | "key" | "keyboard" | "keychain" | "label-tag" | "laptop-health-medical-cross" | "layers" | "layout" | "layout-grid" | "line" | "link-unlink" | "linkedin" | "linux" | "list-paragraph" | "list-paragraph-number" | "list-test-lab-flask" | "livewire-tool" | "loading-status-checkmark" | "lock" | "lock-unlock" | "logout" | "lungs" | "markdown" | "measure-angle" | "measure-ruler-calibration" | "media-library-imports-dowload" | "menu-burger-handle" | "menu-horizontal" | "menu-list-form-square" | "menu-vertical" | "message-chat-add-plus" | "message-chat-info" | "message-chat-question-support" | "message-checkmark-sent" | "message-question-checkmark" | "microphone-mic-rec" | "microphone-mic-rec-circle" | "microphone-mic-recording-circle" | "minus" | "modalities" | "molecule" | "money" | "money-coin" | "money-dollar" | "monitor-computer" | "moon-night-mode" | "mouse-big" | "mouse-scroll" | "move" | "music-play-resume" | "music-stop" | "mute" | "network-storage-alert" | "notebook" | "notebook-add-plus" | "notebook-open" | "notebook-pen-edit" | "notes-pen" | "object-search-zoom-plus" | "open" | "paint-roller" | "pause" | "pen-edit-circle" | "pen-edit-compose-new" | "pencil-edit-create" | "photo-edit-brightness-invert" | "pie-chart" | "pie-graph-chart-sample" | "plus-add-rectangle" | "polygon" | "private-mode-protection-circle" | "protection-target" | "protective-mask" | "question-circle" | "quote" | "radiology-scan" | "radiology-scan-circle" | "reader-studies" | "rotate" | "rotate-arrow-manual" | "rotate-item-left" | "rotate-item-right" | "rotate-refresh" | "ruler" | "ruler-bidirectional" | "scanner" | "search-loop" | "search-user-profile-person" | "search-zoom-minus" | "search-zoom-plus" | "section-form-element" | "send-message-share" | "server-checkmark" | "server-database-endpoint" | "server-databases-checkmark-user" | "server-databases-connect" | "server-databases-download" | "server-databases-key-protection" | "server-databases-minimal-download" | "server-databases-sync" | "server-databases-sync-import" | "server-upload" | "servers-database" | "setting-gear" | "settings-adjust" | "settings-gear" | "settings-gear-square" | "settings-select" | "shapes-objects" | "share" | "shield-protect" | "show-visible" | "smiley-emoji-face" | "speed-dashboard" | "square-fill" | "square-fill-outline" | "square-outline" | "star" | "star-ai-artificial-intelligence" | "stars-light-sparkle" | "stomach" | "stop-minus" | "stretch-vertical" | "substract-group" | "switch" | "target" | "target-space-object-select" | "task-list-add-checkmark" | "tasklist-to-do-checkmark" | "technology-cube-3d" | "test-lab-flask" | "text-bold" | "text-cross" | "text-h1" | "text-h2" | "text-input-form" | "text-long" | "text-short-form-element" | "text-underline" | "thumbs-down-dislike" | "thumbs-up-like" | "timer-clock-style" | "trash-bin-warning" | "trash-delete" | "twitter" | "undone-uncheck-untracked" | "unlimited-repeat-subscription-circle" | "upload" | "user" | "user-checked" | "user-delete-cross" | "user-document" | "user-group" | "user-key" | "user-lock" | "user-profile-cards-pool" | "user-profile-group-discovery" | "user-setting-gear" | "video-player-controls" | "visible-eye-hidden" | "volume-full" | "warning" | "warning-circle" | "window-finder-resize-arrow-down" | "window-finder-resize-arrow-up" | "window-resize-left" | "window-resize-right" | "window-zoom-plus-loupe" | "windows" | "workspace-mode" | "youtube" | "zendesk-logo">;
|
|
9
13
|
imageAltText: import("@angular/core").InputSignal<string>;
|
|
10
14
|
imageUrl: import("@angular/core").InputSignal<string>;
|
|
11
15
|
initial: import("@angular/core").InputSignal<string>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Component for displaying a small numeric or dot badge overlay, typically used to indicate counts or status
|
|
4
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-badge--docs)
|
|
5
|
+
*/
|
|
2
6
|
export declare class FwBadgeComponent {
|
|
3
7
|
color?: 'default' | 'primary' | 'secondary' | 'error' | 'warning' | 'success';
|
|
4
8
|
variant?: 'standard' | 'dot' | 'static';
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { AfterContentInit, QueryList } from '@angular/core';
|
|
2
2
|
import { FwCrumbComponent } from './crumb.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Component for rendering a horizontal trail of navigation crumbs, automatically marking the last crumb as current
|
|
6
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-breadcrumbs--docs)
|
|
7
|
+
*/
|
|
4
8
|
export declare class FwBreadcrumbsComponent implements AfterContentInit {
|
|
5
9
|
crumbs: QueryList<FwCrumbComponent>;
|
|
6
10
|
ngAfterContentInit(): void;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Individual breadcrumb item with a title, optional href navigation, and a separator that is hidden on the last crumb
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-breadcrumbs--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwCrumbComponent {
|
|
4
8
|
title: string;
|
|
5
9
|
description?: string;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { IconType } from '../icon/icon.types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component for a styled action button with configurable color, size, variant, and optional icons
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-button--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwButtonComponent {
|
|
4
8
|
get classes(): string;
|
|
5
9
|
color?: 'primary' | 'secondary' | 'danger' | 'slate' | 'skeleton' | 'warning' | 'success';
|
|
@@ -2,6 +2,10 @@ import { AfterContentInit, EventEmitter, OnChanges, OnDestroy, QueryList, Simple
|
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { FwButtonToggleItemComponent } from '../button-toggle/button-toggle-item/button-toggle-item.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Component for a multi-select group of toggle buttons that supports Angular forms and emits selected values as an array
|
|
7
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-button-group--docs)
|
|
8
|
+
*/
|
|
5
9
|
export declare class FwButtonGroupComponent implements ControlValueAccessor, OnChanges, OnDestroy, AfterContentInit {
|
|
6
10
|
layout?: 'basic' | 'compact';
|
|
7
11
|
size?: 'small' | 'medium' | 'large';
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { IconType } from '../../icon/icon.types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Individual toggle button item used inside a button-toggle or button-group, with icon, title, and selected state
|
|
6
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-button-toggle--docs)
|
|
7
|
+
*/
|
|
4
8
|
export declare class FwButtonToggleItemComponent {
|
|
5
9
|
title?: string;
|
|
6
10
|
icon?: IconType;
|
|
@@ -2,6 +2,10 @@ import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy
|
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { FwButtonToggleItemComponent } from './button-toggle-item/button-toggle-item.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Component for a single-select group of toggle buttons that supports Angular forms and emits the selected value
|
|
7
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-button-toggle--docs)
|
|
8
|
+
*/
|
|
5
9
|
export declare class FwButtonToggleComponent implements ControlValueAccessor, OnChanges, OnDestroy, AfterContentInit {
|
|
6
10
|
private cdref;
|
|
7
11
|
layout?: 'basic' | 'compact';
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { IconType } from '../../icon/icon.types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Sub-component for displaying a single icon+label attribute row inside a card
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-card--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwCardAttributeComponent {
|
|
4
8
|
icon: IconType;
|
|
5
9
|
title: string;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Sub-component for displaying an author's name and detail text inside a card
|
|
4
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-card--docs)
|
|
5
|
+
*/
|
|
2
6
|
export declare class FwCardAuthorComponent {
|
|
3
7
|
name: string;
|
|
4
8
|
details: string;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Sub-component for wrapping the main content area of a card
|
|
4
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-card--docs)
|
|
5
|
+
*/
|
|
2
6
|
export declare class FwCardContentComponent {
|
|
3
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardContentComponent, never>;
|
|
4
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardContentComponent, "fw-card-content", never, {}, {}, never, ["*"], true, never>;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Sub-component for rendering the footer row of a card, laid out with flex and space-between alignment
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-card--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwCardFooterComponent {
|
|
4
8
|
private sanitizer;
|
|
5
9
|
get style(): SafeStyle;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { IconType } from '../../icon/icon.types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Sub-component for rendering a card's header row with an optional icon, title, and description
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-card--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwCardHeaderComponent {
|
|
4
8
|
title?: string;
|
|
5
9
|
description?: string;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component for grouping related content and actions into a contained, selectable card surface
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-card--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwCardComponent {
|
|
4
8
|
value?: object | string;
|
|
5
9
|
disabled?: boolean;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Form control component for a boolean checkbox input, supporting indeterminate state and Angular forms integration
|
|
6
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-checkbox--docs)
|
|
7
|
+
*/
|
|
4
8
|
export declare class FwCheckboxComponent implements ControlValueAccessor {
|
|
5
9
|
name?: string;
|
|
6
10
|
disabled: boolean;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { IconType } from '../icon/icon.types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Component for a compact, selectable label element that can display an icon, title, description, and an optional close button
|
|
6
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-chip--docs)
|
|
7
|
+
*/
|
|
4
8
|
export declare class FwChipComponent {
|
|
5
9
|
readonly maxWidth: import("@angular/core").InputSignal<number>;
|
|
6
10
|
value?: object | string;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Form control component for a labeled row containing a switch or checkbox, toggled by clicking anywhere on the row
|
|
6
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-contained-input--docs)
|
|
7
|
+
*/
|
|
4
8
|
export declare class FwContainedInputComponent implements ControlValueAccessor {
|
|
5
9
|
title: string;
|
|
6
10
|
description?: string;
|
|
@@ -2,6 +2,10 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
3
|
import { IconType } from '../icon/icon.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Form control component for date, time, or datetime-local input with optional icon and Angular forms integration
|
|
7
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-date-input--docs)
|
|
8
|
+
*/
|
|
5
9
|
export declare class FwDateInputComponent implements ControlValueAccessor {
|
|
6
10
|
disabled?: boolean;
|
|
7
11
|
useActionableIcons?: boolean;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Sub-component for rendering the action button row of a dialog, laid out with flex and end-alignment
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-dialog--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwDialogActionsComponent {
|
|
4
8
|
private sanitizer;
|
|
5
9
|
get style(): SafeStyle;
|
|
@@ -2,6 +2,10 @@ import { DialogRef } from '@angular/cdk/dialog';
|
|
|
2
2
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { IconType } from '../icon/icon.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Pre-built confirmation dialog with configurable title, icon, content text, and confirm/cancel buttons
|
|
7
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-dialog--docs)
|
|
8
|
+
*/
|
|
5
9
|
export declare class FwDialogConfirmComponent {
|
|
6
10
|
dialogRef: DialogRef;
|
|
7
11
|
private elementRef;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Sub-component for rendering the scrollable content area of a dialog, with optional padding
|
|
5
|
+
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-dialog--docs)
|
|
6
|
+
*/
|
|
3
7
|
export declare class FwDialogContentComponent {
|
|
4
8
|
private sanitizer;
|
|
5
9
|
padded?: boolean;
|