@clayui/css 3.159.0 → 3.161.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/lib/css/atlas.css +3170 -3016
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2952 -2786
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +1754 -1633
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/blue-print.svg +9 -0
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/calculator.svg +10 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/layout-new-window.svg +10 -0
- package/lib/images/icons/medal.svg +10 -0
- package/lib/images/icons/megaphone.svg +9 -0
- package/lib/images/icons/price-list.svg +11 -0
- package/lib/images/icons/process-builder.svg +9 -0
- package/lib/images/icons/product-configuration.svg +10 -0
- package/lib/images/icons/product-menu-open.svg +2 -2
- package/lib/images/icons/products.svg +9 -0
- package/lib/images/icons/publications.svg +10 -0
- package/lib/images/icons/puzzle.svg +9 -0
- package/lib/images/icons/rocket.svg +11 -0
- package/lib/images/icons/submission.svg +10 -0
- package/lib/images/icons/synonyms.svg +9 -0
- package/package.json +1 -1
- package/src/images/icons/blue-print.svg +9 -0
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/calculator.svg +10 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/images/icons/layout-new-window.svg +10 -0
- package/src/images/icons/medal.svg +10 -0
- package/src/images/icons/megaphone.svg +9 -0
- package/src/images/icons/price-list.svg +11 -0
- package/src/images/icons/process-builder.svg +9 -0
- package/src/images/icons/product-configuration.svg +10 -0
- package/src/images/icons/product-menu-open.svg +2 -2
- package/src/images/icons/products.svg +9 -0
- package/src/images/icons/publications.svg +10 -0
- package/src/images/icons/puzzle.svg +9 -0
- package/src/images/icons/rocket.svg +11 -0
- package/src/images/icons/submission.svg +10 -0
- package/src/images/icons/synonyms.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_alerts.scss +102 -11
- package/src/scss/atlas/variables/_application-bar.scss +7 -0
- package/src/scss/atlas/variables/_badges.scss +36 -8
- package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
- package/src/scss/atlas/variables/_cards.scss +5 -0
- package/src/scss/atlas/variables/_clay-color.scss +5 -0
- package/src/scss/atlas/variables/_custom-forms.scss +36 -5
- package/src/scss/atlas/variables/_date-picker.scss +14 -2
- package/src/scss/atlas/variables/_dropdowns.scss +9 -2
- package/src/scss/atlas/variables/_forms.scss +35 -5
- package/src/scss/atlas/variables/_globals.scss +120 -73
- package/src/scss/atlas/variables/_labels.scss +55 -0
- package/src/scss/atlas/variables/_links.scss +18 -0
- package/src/scss/atlas/variables/_list-group.scss +15 -4
- package/src/scss/atlas/variables/_management-bar.scss +11 -0
- package/src/scss/atlas/variables/_menubar.scss +70 -22
- package/src/scss/atlas/variables/_modals.scss +16 -0
- package/src/scss/atlas/variables/_navbar.scss +7 -0
- package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
- package/src/scss/atlas/variables/_navs.scss +5 -2
- package/src/scss/atlas/variables/_pagination.scss +42 -22
- package/src/scss/atlas/variables/_panels.scss +7 -0
- package/src/scss/atlas/variables/_popovers.scss +6 -4
- package/src/scss/atlas/variables/_range.scss +6 -0
- package/src/scss/atlas/variables/_sheets.scss +1 -0
- package/src/scss/atlas/variables/_sidebar.scss +10 -0
- package/src/scss/atlas/variables/_tables.scss +27 -3
- package/src/scss/atlas/variables/_time.scss +1 -0
- package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
- package/src/scss/atlas/variables/_utilities.scss +3 -0
- package/src/scss/atlas-custom-properties/_variables.scss +68 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
- package/src/scss/atlas-variables.scss +2 -0
- package/src/scss/atlas.scss +2 -0
- package/src/scss/base-variables.scss +2 -0
- package/src/scss/base.scss +2 -0
- package/src/scss/cadmin/components/_alerts.scss +3 -1
- package/src/scss/cadmin/components/_button-groups.scss +2 -2
- package/src/scss/cadmin/components/_cards.scss +2 -2
- package/src/scss/cadmin/components/_drilldown.scss +10 -10
- package/src/scss/cadmin/components/_dropdowns.scss +2 -2
- package/src/scss/cadmin/components/_forms.scss +2 -2
- package/src/scss/cadmin/components/_grid.scss +6 -6
- package/src/scss/cadmin/components/_icons.scss +10 -2
- package/src/scss/cadmin/components/_images.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +4 -4
- package/src/scss/cadmin/components/_list-group.scss +11 -10
- package/src/scss/cadmin/components/_modals.scss +5 -5
- package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
- package/src/scss/cadmin/components/_navbar.scss +14 -8
- package/src/scss/cadmin/components/_navs.scss +1 -1
- package/src/scss/cadmin/components/_panels.scss +51 -25
- package/src/scss/cadmin/components/_popovers.scss +25 -21
- package/src/scss/cadmin/components/_sheets.scss +40 -14
- package/src/scss/cadmin/components/_time.scss +6 -2
- package/src/scss/cadmin/components/_timelines.scss +15 -8
- package/src/scss/cadmin/components/_tooltip.scss +8 -7
- package/src/scss/cadmin/components/_treeview.scss +8 -1
- package/src/scss/cadmin/components/_type.scss +4 -2
- package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
- package/src/scss/cadmin/components/_utilities.scss +13 -13
- package/src/scss/cadmin/variables/_alerts.scss +184 -34
- package/src/scss/cadmin/variables/_badges.scss +121 -21
- package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
- package/src/scss/cadmin/variables/_buttons.scss +15 -10
- package/src/scss/cadmin/variables/_cards.scss +89 -32
- package/src/scss/cadmin/variables/_clay-color.scss +40 -18
- package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
- package/src/scss/cadmin/variables/_date-picker.scss +47 -19
- package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
- package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
- package/src/scss/cadmin/variables/_empty-state.scss +5 -2
- package/src/scss/cadmin/variables/_forms.scss +218 -74
- package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
- package/src/scss/cadmin/variables/_globals.scss +141 -71
- package/src/scss/cadmin/variables/_images.scss +1 -2
- package/src/scss/cadmin/variables/_labels.scss +99 -6
- package/src/scss/cadmin/variables/_links.scss +47 -11
- package/src/scss/cadmin/variables/_list-group.scss +25 -9
- package/src/scss/cadmin/variables/_loaders.scss +18 -2
- package/src/scss/cadmin/variables/_management-bar.scss +66 -26
- package/src/scss/cadmin/variables/_menubar.scss +137 -43
- package/src/scss/cadmin/variables/_modals.scss +75 -26
- package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
- package/src/scss/cadmin/variables/_navbar.scss +22 -15
- package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
- package/src/scss/cadmin/variables/_navs.scss +65 -33
- package/src/scss/cadmin/variables/_pagination.scss +60 -22
- package/src/scss/cadmin/variables/_panels.scss +34 -16
- package/src/scss/cadmin/variables/_popovers.scss +66 -77
- package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
- package/src/scss/cadmin/variables/_range.scss +29 -9
- package/src/scss/cadmin/variables/_reorder.scss +7 -6
- package/src/scss/cadmin/variables/_resizer.scss +5 -3
- package/src/scss/cadmin/variables/_sheets.scss +21 -12
- package/src/scss/cadmin/variables/_sidebar.scss +76 -5
- package/src/scss/cadmin/variables/_slideout.scss +88 -31
- package/src/scss/cadmin/variables/_stickers.scss +36 -8
- package/src/scss/cadmin/variables/_tables.scss +142 -51
- package/src/scss/cadmin/variables/_tbar.scss +79 -31
- package/src/scss/cadmin/variables/_time.scss +14 -12
- package/src/scss/cadmin/variables/_timelines.scss +4 -2
- package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
- package/src/scss/cadmin/variables/_tooltip.scss +47 -49
- package/src/scss/cadmin/variables/_treeview.scss +62 -10
- package/src/scss/cadmin/variables/_type.scss +11 -9
- package/src/scss/cadmin/variables/_utilities.scss +123 -6
- package/src/scss/components/_alerts.scss +1 -1
- package/src/scss/components/_button-groups.scss +2 -2
- package/src/scss/components/_cards.scss +10 -10
- package/src/scss/components/_carousel.scss +2 -2
- package/src/scss/components/_custom-forms.scss +23 -12
- package/src/scss/components/_drilldown.scss +8 -4
- package/src/scss/components/_forms.scss +6 -6
- package/src/scss/components/_grid.scss +7 -7
- package/src/scss/components/_icons.scss +10 -2
- package/src/scss/components/_images.scss +1 -1
- package/src/scss/components/_input-groups.scss +7 -5
- package/src/scss/components/_jumbotron.scss +2 -2
- package/src/scss/components/_list-group.scss +29 -14
- package/src/scss/components/_modals.scss +5 -5
- package/src/scss/components/_multi-step-nav.scss +32 -12
- package/src/scss/components/_navbar.scss +10 -6
- package/src/scss/components/_panels.scss +82 -51
- package/src/scss/components/_popovers.scss +21 -25
- package/src/scss/components/_sheets.scss +38 -14
- package/src/scss/components/_side-navigation.scss +2 -2
- package/src/scss/components/_time.scss +2 -2
- package/src/scss/components/_timelines.scss +16 -12
- package/src/scss/components/_tooltip.scss +8 -6
- package/src/scss/components/_treeview.scss +8 -1
- package/src/scss/components/_type.scss +2 -2
- package/src/scss/components/_utilities-functional-important.scss +5 -5
- package/src/scss/components/_utilities.scss +13 -13
- package/src/scss/functions/_global-functions.scss +8 -6
- package/src/scss/functions/_lx-icons-generated.scss +31 -1
- package/src/scss/mixins/_alerts.scss +10 -0
- package/src/scss/mixins/_aspect-ratio.scss +11 -0
- package/src/scss/mixins/_badges.scss +14 -2
- package/src/scss/mixins/_buttons.scss +68 -8
- package/src/scss/mixins/_cards.scss +81 -0
- package/src/scss/mixins/_close.scss +54 -4
- package/src/scss/mixins/_dropdown-menu.scss +55 -6
- package/src/scss/mixins/_forms.scss +150 -0
- package/src/scss/mixins/_globals.scss +101 -358
- package/src/scss/mixins/_grid.scss +21 -8
- package/src/scss/mixins/_highlight.scss +14 -0
- package/src/scss/mixins/_input-groups.scss +15 -0
- package/src/scss/mixins/_labels.scss +64 -10
- package/src/scss/mixins/_links.scss +55 -4
- package/src/scss/mixins/_list-group.scss +8 -4
- package/src/scss/mixins/_menubar.scss +80 -4
- package/src/scss/mixins/_modals.scss +10 -18
- package/src/scss/mixins/_nav.scss +19 -0
- package/src/scss/mixins/_navbar.scss +237 -49
- package/src/scss/mixins/_panels.scss +48 -4
- package/src/scss/mixins/_stickers.scss +8 -0
- package/src/scss/mixins/_tbar.scss +65 -10
- package/src/scss/mixins/_timelines.scss +21 -11
- package/src/scss/mixins/_toggle-switch.scss +4 -0
- package/src/scss/mixins/_utilities.scss +9 -0
- package/src/scss/variables/_alerts.scss +184 -29
- package/src/scss/variables/_application-bar.scss +11 -4
- package/src/scss/variables/_badges.scss +133 -35
- package/src/scss/variables/_breadcrumbs.scss +13 -4
- package/src/scss/variables/_buttons.scss +11 -10
- package/src/scss/variables/_cards.scss +131 -53
- package/src/scss/variables/_clay-color.scss +36 -18
- package/src/scss/variables/_custom-forms.scss +47 -12
- package/src/scss/variables/_date-picker.scss +41 -16
- package/src/scss/variables/_drilldown.scss +3 -3
- package/src/scss/variables/_dropdowns.scss +108 -49
- package/src/scss/variables/_dual-listbox.scss +1 -1
- package/src/scss/variables/_empty-state.scss +5 -2
- package/src/scss/variables/_forms.scss +200 -64
- package/src/scss/variables/_globals-z-index.scss +26 -5
- package/src/scss/variables/_globals.scss +153 -76
- package/src/scss/variables/_images.scss +1 -2
- package/src/scss/variables/_labels.scss +103 -6
- package/src/scss/variables/_links.scss +39 -10
- package/src/scss/variables/_list-group.scss +39 -13
- package/src/scss/variables/_loaders.scss +18 -2
- package/src/scss/variables/_management-bar.scss +23 -6
- package/src/scss/variables/_menubar.scss +86 -19
- package/src/scss/variables/_modals.scss +66 -25
- package/src/scss/variables/_multi-step-nav.scss +29 -11
- package/src/scss/variables/_navbar.scss +14 -8
- package/src/scss/variables/_navigation-bar.scss +26 -4
- package/src/scss/variables/_navs.scss +76 -44
- package/src/scss/variables/_pagination.scss +30 -5
- package/src/scss/variables/_panels.scss +77 -24
- package/src/scss/variables/_popovers.scss +65 -78
- package/src/scss/variables/_progress-bars.scss +11 -2
- package/src/scss/variables/_range.scss +35 -9
- package/src/scss/variables/_reorder.scss +7 -6
- package/src/scss/variables/_resizer.scss +5 -3
- package/src/scss/variables/_sheets.scss +21 -13
- package/src/scss/variables/_sidebar.scss +72 -4
- package/src/scss/variables/_slideout.scss +87 -31
- package/src/scss/variables/_stickers.scss +50 -9
- package/src/scss/variables/_tables.scss +125 -33
- package/src/scss/variables/_tbar.scss +79 -30
- package/src/scss/variables/_time.scss +13 -11
- package/src/scss/variables/_timelines.scss +2 -1
- package/src/scss/variables/_toggle-switch.scss +114 -30
- package/src/scss/variables/_tooltip.scss +46 -49
- package/src/scss/variables/_treeview.scss +63 -10
- package/src/scss/variables/_type.scss +9 -7
- package/src/scss/variables/_utilities.scss +124 -6
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14 .01c1 0 2 .99 2 1.99v12c0 1-1 2-2 2l-11.606-.01C1 16 0 15.035 0 14V2C0 1 1 0 2.394.01H14ZM2 14h4v-3H2v3ZM2 2v2h5v2H2v3h6v5h2v-4h2v4h2V8H9V6h5V2h-3v2H9V2H2Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M3.992 14c0 .553-.446 1-.998 1H.998A.998.998 0 0 1 0 14v-1h3.992v1Zm4.989 0c0 .553-.446 1-.998 1H5.987a.998.998 0 0 1-.998-1v-1h3.992v1Zm4.523-8.549c.63.887 1.287 2.19 1.81 3.695 1.034 2.967.694 5.73.301 5.85-.393.118-2.409-1.931-3.442-4.898-.524-1.504-.816-2.918-.864-3.982a1.75 1.75 0 0 0 1.244.086c.427-.13.758-.407.95-.75ZM3.992 12H0V4h3.992v8Zm4.989 0H4.99V4h3.992v8Zm2.887-10.85c-.188.937.703.892 1.215 1.717.067.108.13.245.19.417.282.81-.193 1.679-1.06 1.942-.868.263-1.8-.18-2.082-.99a1.46 1.46 0 0 1-.048-.173 2.408 2.408 0 0 1 .214-1.787A2.708 2.708 0 0 1 11.898 1l-.03.15ZM2.994 1c.552 0 .998.447.998 1v1H0V2c0-.553.446-1 .998-1h1.996Zm4.989 0c.552 0 .998.447.998 1v1H4.99V2c0-.553.446-1 .998-1h1.996Z" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M5 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM5 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm1-1H4V3h8v3Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12ZM2 14h12V2H2v12Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
1
|
+
<?xml version="1.0"?>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14.222 0A1.78 1.78 0 0 1 16 1.778V6a1 1 0 0 1-1 1H7v8a1 1 0 0 1-1 1H1.778A1.78 1.78 0 0 1 0 14.222V1.778A1.78 1.78 0 0 1 1.778 0h12.444ZM1.89 14.443H5V2H1.89v12.443ZM7 5h7V2H7v3Z" fill-rule="evenodd" />
|
|
9
|
+
<path class="lexicon-icon-outline" d="M15 9a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-2.586l-3.292 3.292a1 1 0 0 1-1.414-1.414L12.586 11H10a1 1 0 1 1 0-2h5Z" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M8 4a6 6 0 1 1 0 12A6 6 0 0 1 8 4Zm0 1.702a.364.364 0 0 0-.34.236L6.727 8.43H4.363a.364.364 0 0 0-.225.648l1.904 1.515-.875 2.565a.365.365 0 0 0 .53.43l2.301-1.357 2.366 1.42a.362.362 0 0 0 .188.051h.002a.37.37 0 0 0 .365-.363.359.359 0 0 0-.041-.168l-.917-2.58 1.902-1.513a.363.363 0 0 0-.226-.648H9.272l-.931-2.492A.364.364 0 0 0 8 5.702Z" fill-rule="evenodd" />
|
|
9
|
+
<path class="lexicon-icon-outline" d="M8 3H6L4 0h2l2 3Zm2 0H8l2-3h2l-2 3Z" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14.456 1.11c.71-.337 1.544.154 1.544.91v11.964c0 .755-.835 1.247-1.544.91l-6.4-3.049a1.014 1.014 0 0 1-.59-.91v-5.86c0-.386.23-.738.59-.91l6.4-3.054ZM9.6 5.703v4.605l4.267 2.032V3.666L9.6 5.702Zm-4.267-1.26c.59 0 1.067.455 1.067 1.017v5.084c0 .562-.478 1.018-1.067 1.018H4.257l-1.163 1.94c-.295.486-.947.653-1.458.372-.51-.28-.685-.903-.39-1.389l.652-1.096C.797 10.926 0 9.585 0 8.002c0-1.966 1.228-3.56 2.743-3.56h2.59Zm-2.57 2.034c.04-.006-.06-.02-.24.212-.2.26-.39.718-.39 1.313l.009.217c.039.49.206.868.38 1.096.124.159.21.202.24.213h1.505V6.477H2.764Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M12 0c1.103 0 2 .897 2 2v4a1 1 0 1 1-2 0V2H3v12h3a1 1 0 1 1 0 2H3c-1.103 0-2-.897-2-2V2c0-1.103.897-2 2-2h9Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M11.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm.28 1.45c0-.377-.58-.377-.58 0v.325c-.958.168-1.352 1.692.038 1.949 1.741.3.434 1.452-.401.745-.25-.28-.666.126-.434.388.162.18.55.337.796.392v.293c0 .387.581.39.581 0v-.294c1.43-.455.98-1.97-.282-2.052h-.003c-1.203-.215-.35-1.312.479-.672.254.281.67-.123.432-.39a1.187 1.187 0 0 0-.626-.36v-.324Z" fill-rule="evenodd" />
|
|
10
|
+
<path class="lexicon-icon-outline" d="M6 10a1 1 0 1 1 0 2H5c-1.369 0-1.278-2 0-2h1Zm0-3a1 1 0 0 1 0 2H5C3.631 9 3.722 7 5 7h1Zm4-3c1.328 0 1.338 2 0 2H5C3.631 6 3.722 4 5 4h5Z" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM6 0a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4v5h2.288l-.56-.56a.501.501 0 0 1 .708-.708l1.478 1.494a.5.5 0 0 1-.064.628L6.436 14.27a.5.5 0 0 1-.707-.707L6.29 13H3.936C3.383 13 3 12.552 3 12V7L.897 6.995A1 1 0 0 1 0 6V1a1 1 0 0 1 1-1h5ZM2 5h3V2H2v3Zm10.98-5c.22 0 .405.161.435.377l.092.655c.213.084.506.24.683.382l.7-.32a.438.438 0 0 1 .56.193l.488.861a.436.436 0 0 1-.135.566l-.663.44c.019.148.056.473.025.685l.655.482a.435.435 0 0 1 .127.56l-.459.822a.44.44 0 0 1-.573.188l-.72-.297a2.948 2.948 0 0 1-.69.38l-.071.64a.439.439 0 0 1-.437.386l-.985-.003a.439.439 0 0 1-.435-.387l-.078-.63a3.222 3.222 0 0 1-.687-.4l-.66.35a.443.443 0 0 1-.563-.183l-.531-.882a.439.439 0 0 1 .13-.574l.647-.445a2.914 2.914 0 0 1 .009-.696l-.688-.55a.436.436 0 0 1-.095-.554l.543-.834c.11-.187.324-.204.525-.125l.684.33c.183-.137.434-.292.687-.397l.089-.641A.44.44 0 0 1 12.023 0h.957Zm-.476 2.507c-1.51 0-1.418 2.186 0 2.186 1.417 0 1.486-2.186 0-2.186Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M14 0a2 2 0 0 1 2 2v5a1 1 0 1 1-2 0V2h-4v5L8 5.6 6 7V2H2v12h5a1 1 0 1 1 0 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M12.98 9c.22 0 .405.161.435.377l.092.655c.213.084.506.24.683.382l.7-.32a.438.438 0 0 1 .56.193l.488.861a.436.436 0 0 1-.135.566l-.663.44c.019.148.056.473.025.685l.655.482a.435.435 0 0 1 .127.56l-.459.822a.44.44 0 0 1-.573.188l-.72-.297a2.948 2.948 0 0 1-.69.38l-.071.64a.439.439 0 0 1-.437.386l-.985-.003a.439.439 0 0 1-.435-.387l-.078-.63a3.224 3.224 0 0 1-.687-.4l-.66.35a.443.443 0 0 1-.563-.183l-.531-.882a.439.439 0 0 1 .13-.574l.647-.445a2.914 2.914 0 0 1 .009-.696l-.688-.55a.436.436 0 0 1-.095-.554l.543-.834c.11-.187.324-.204.525-.125l.684.33c.183-.137.434-.292.687-.397l.089-.641A.44.44 0 0 1 12.023 9h.957Zm-.476 2.507c-1.51 0-1.418 2.186 0 2.186 1.417 0 1.486-2.186 0-2.186Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
*
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
6
|
-->
|
|
7
|
-
<svg viewBox="0 0
|
|
8
|
-
<path class="lexicon-icon-outline" d="
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M14.5 0A1.5 1.5 0 0 1 16 1.5v13c0 .825-.675 1.5-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13C0 .675.672 0 1.5 0h13ZM6 14h8V2H6v12Z" />
|
|
9
9
|
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2v2l-.01.204a2 2 0 0 1-1.786 1.785L10 16H2a2 2 0 0 1-1.99-1.796L0 14V6a2 2 0 0 1 2-2h2V2a2 2 0 0 1 2-2h8ZM2 6v8h8v-2H6a2 2 0 0 1-2-2V6H2Zm4 4h8V2h-2v5l-2-2.333L8 7V2H6v8Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M9.5 9a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1Zm2-2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h3Zm0-2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h3Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M15 3.25v8.125c0 .898-.746 1.625-1.667 1.625H11v1.375C11 15.273 10.254 16 9.333 16H2.667C1.747 16 1 15.273 1 14.375v-9.75C1 3.728 1.747 3 2.667 3H5V1.625C5 .728 5.747 0 6.667 0h5L15 3.25ZM3 14h6v-1H6.667C5.747 13 5 12.273 5 11.375V5H3v9Zm4-3h6V4.062h-1.333a.824.824 0 0 1-.834-.812V2H7v9Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M14.268 13.096v-1.173h-.153a2.904 2.904 0 1 1 0-5.808h.148a1.17 1.17 0 0 0-1.048-1.084l-.12-.006h-2.12v-2.12c0-.608-.46-1.107-1.052-1.167l-.12-.006H9.49c-.647 0-1.173.525-1.173 1.172v2.121h-2.12c-.648 0-1.173.526-1.173 1.173V7.22h-2.12c-.647 0-1.172.525-1.172 1.172v.314l.006.12c.06.59.56 1.052 1.166 1.052h2.12v3.218c0 .62.482 1.125 1.091 1.167v-.148a2.904 2.904 0 1 1 5.808 0v.153h1.173c.647 0 1.172-.525 1.172-1.172Zm-1.56-9.803h.388C14.7 3.293 16 4.593 16 6.197v.65a1 1 0 0 1-1 1h-.885a1.173 1.173 0 0 0 0 2.345H15a1 1 0 0 1 1 1v1.904C16 14.7 14.7 16 13.096 16h-1.904a1 1 0 0 1-1-1v-.885a1.173 1.173 0 0 0-2.345 0V15a1 1 0 0 1-1 1h-.65a2.904 2.904 0 0 1-2.905-2.904V11.61h-.388A2.904 2.904 0 0 1 0 8.706v-.314c0-1.604 1.3-2.904 2.904-2.904h.479a2.903 2.903 0 0 1 2.814-2.195h.389v-.389C6.586 1.3 7.886 0 9.49 0h.313c1.604 0 2.905 1.3 2.905 2.904v.39Z" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M4.142 10.275c.218.218.225.583.09.86-.134.28-.218.592-.09.72.129.129.44.045.72-.09.278-.135.643-.127.861.09l.395.396-.462.23a3.019 3.019 0 0 1-2.304.165 3.019 3.019 0 0 1 .164-2.304l.231-.462.395.395Zm.775-4.364c-.6 1.095-.992 2.137-1.149 3.047a.226.226 0 0 1-.09.02H.222a.224.224 0 0 1-.158-.382L2.748 5.91h2.17Zm5.169 7.338-2.684 2.684a.224.224 0 0 1-.382-.158v-3.543c.914-.154 1.963-.548 3.066-1.152v2.169Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14.257 6.048a9.224 9.224 0 0 1-1.42 1.856c-2.013 2.012-4.236 3.313-5.892 3.593L4.5 9.053c.28-1.656 1.58-3.879 3.593-5.891A9.225 9.225 0 0 1 9.95 1.74a4.456 4.456 0 0 0 1.306 3.003 4.455 4.455 0 0 0 3.001 1.305Zm-4.582.275a1.118 1.118 0 1 0-1.58 1.581 1.118 1.118 0 0 0 1.58-1.58Z" fill-rule="evenodd" />
|
|
10
|
+
<path class="lexicon-icon-outline" d="M15.998 0s-.059 2.644-1.32 5.258a3.679 3.679 0 0 1-2.869-1.069 3.68 3.68 0 0 1-1.07-2.87C13.353.06 16 0 16 0Z" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M13 3.75V7a1 1 0 1 1-2 0V4.5H9.5c-.5 0-1-.5-1-1V2H3v12h3a1 1 0 1 1 0 2H2.5A1.5 1.5 0 0 1 1 14.5v-13C1 .67 1.67 0 2.5 0h6.75L13 3.75Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M11.98 9c.22 0 .405.161.435.377l.092.655c.213.084.506.24.683.382l.7-.32a.438.438 0 0 1 .56.193l.488.861a.436.436 0 0 1-.135.566l-.663.44c.019.148.056.473.025.685l.655.482a.435.435 0 0 1 .127.56l-.459.822a.44.44 0 0 1-.573.188l-.72-.297a2.948 2.948 0 0 1-.69.38l-.071.64a.439.439 0 0 1-.437.386l-.985-.003a.439.439 0 0 1-.435-.387l-.078-.63a3.223 3.223 0 0 1-.687-.4l-.66.35a.443.443 0 0 1-.563-.183l-.531-.882a.439.439 0 0 1 .13-.574l.647-.445a2.914 2.914 0 0 1 .009-.696l-.688-.55a.436.436 0 0 1-.095-.554l.543-.834c.11-.187.324-.204.525-.125l.684.33c.183-.137.434-.292.687-.397l.089-.641A.44.44 0 0 1 11.023 9h.957Zm-.476 2.507c-1.51 0-1.418 2.186 0 2.186 1.417 0 1.486-2.186 0-2.186Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M6.575 7.388c-.82.131-1.59.477-2.31 1.037-.722.562-1.112 1.299-1.167 2.212.225-.13.523-.196.89-.196.96 0 1.704.242 2.227.724.523.483.785 1.142.785 1.978 0 .757-.305 1.422-.912 1.996-.609.574-1.408.861-2.398.861-1.131 0-2.029-.365-2.693-1.096C.332 14.174 0 13.286 0 12.242c0-1.304.219-2.408.657-3.308.438-.9.982-1.63 1.633-2.192A6.68 6.68 0 0 1 4.411 5.49a8.365 8.365 0 0 1 2.164-.489v2.388ZM12.31 0c1.131 0 2.029.365 2.693 1.096.665.73.997 1.618.997 2.662 0 1.304-.219 2.408-.657 3.308-.438.9-.982 1.63-1.633 2.192-.65.56-1.358.98-2.121 1.253A8.365 8.365 0 0 1 9.425 11V8.612c.82-.131 1.59-.477 2.31-1.037.722-.562 1.112-1.299 1.167-2.212-.225.13-.523.196-.89.196-.96 0-1.704-.242-2.227-.724C9.262 4.352 9 3.693 9 2.857c0-.757.305-1.422.912-1.996C10.521.287 11.32 0 12.31 0Z" />
|
|
9
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14 .01c1 0 2 .99 2 1.99v12c0 1-1 2-2 2l-11.606-.01C1 16 0 15.035 0 14V2C0 1 1 0 2.394.01H14ZM2 14h4v-3H2v3ZM2 2v2h5v2H2v3h6v5h2v-4h2v4h2V8H9V6h5V2h-3v2H9V2H2Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M3.992 14c0 .553-.446 1-.998 1H.998A.998.998 0 0 1 0 14v-1h3.992v1Zm4.989 0c0 .553-.446 1-.998 1H5.987a.998.998 0 0 1-.998-1v-1h3.992v1Zm4.523-8.549c.63.887 1.287 2.19 1.81 3.695 1.034 2.967.694 5.73.301 5.85-.393.118-2.409-1.931-3.442-4.898-.524-1.504-.816-2.918-.864-3.982a1.75 1.75 0 0 0 1.244.086c.427-.13.758-.407.95-.75ZM3.992 12H0V4h3.992v8Zm4.989 0H4.99V4h3.992v8Zm2.887-10.85c-.188.937.703.892 1.215 1.717.067.108.13.245.19.417.282.81-.193 1.679-1.06 1.942-.868.263-1.8-.18-2.082-.99a1.46 1.46 0 0 1-.048-.173 2.408 2.408 0 0 1 .214-1.787A2.708 2.708 0 0 1 11.898 1l-.03.15ZM2.994 1c.552 0 .998.447.998 1v1H0V2c0-.553.446-1 .998-1h1.996Zm4.989 0c.552 0 .998.447.998 1v1H4.99V2c0-.553.446-1 .998-1h1.996Z" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M5 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM5 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm1-1H4V3h8v3Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12ZM2 14h12V2H2v12Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
1
|
+
<?xml version="1.0"?>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14.222 0A1.78 1.78 0 0 1 16 1.778V6a1 1 0 0 1-1 1H7v8a1 1 0 0 1-1 1H1.778A1.78 1.78 0 0 1 0 14.222V1.778A1.78 1.78 0 0 1 1.778 0h12.444ZM1.89 14.443H5V2H1.89v12.443ZM7 5h7V2H7v3Z" fill-rule="evenodd" />
|
|
9
|
+
<path class="lexicon-icon-outline" d="M15 9a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-2.586l-3.292 3.292a1 1 0 0 1-1.414-1.414L12.586 11H10a1 1 0 1 1 0-2h5Z" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M8 4a6 6 0 1 1 0 12A6 6 0 0 1 8 4Zm0 1.702a.364.364 0 0 0-.34.236L6.727 8.43H4.363a.364.364 0 0 0-.225.648l1.904 1.515-.875 2.565a.365.365 0 0 0 .53.43l2.301-1.357 2.366 1.42a.362.362 0 0 0 .188.051h.002a.37.37 0 0 0 .365-.363.359.359 0 0 0-.041-.168l-.917-2.58 1.902-1.513a.363.363 0 0 0-.226-.648H9.272l-.931-2.492A.364.364 0 0 0 8 5.702Z" fill-rule="evenodd" />
|
|
9
|
+
<path class="lexicon-icon-outline" d="M8 3H6L4 0h2l2 3Zm2 0H8l2-3h2l-2 3Z" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14.456 1.11c.71-.337 1.544.154 1.544.91v11.964c0 .755-.835 1.247-1.544.91l-6.4-3.049a1.014 1.014 0 0 1-.59-.91v-5.86c0-.386.23-.738.59-.91l6.4-3.054ZM9.6 5.703v4.605l4.267 2.032V3.666L9.6 5.702Zm-4.267-1.26c.59 0 1.067.455 1.067 1.017v5.084c0 .562-.478 1.018-1.067 1.018H4.257l-1.163 1.94c-.295.486-.947.653-1.458.372-.51-.28-.685-.903-.39-1.389l.652-1.096C.797 10.926 0 9.585 0 8.002c0-1.966 1.228-3.56 2.743-3.56h2.59Zm-2.57 2.034c.04-.006-.06-.02-.24.212-.2.26-.39.718-.39 1.313l.009.217c.039.49.206.868.38 1.096.124.159.21.202.24.213h1.505V6.477H2.764Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M12 0c1.103 0 2 .897 2 2v4a1 1 0 1 1-2 0V2H3v12h3a1 1 0 1 1 0 2H3c-1.103 0-2-.897-2-2V2c0-1.103.897-2 2-2h9Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M11.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm.28 1.45c0-.377-.58-.377-.58 0v.325c-.958.168-1.352 1.692.038 1.949 1.741.3.434 1.452-.401.745-.25-.28-.666.126-.434.388.162.18.55.337.796.392v.293c0 .387.581.39.581 0v-.294c1.43-.455.98-1.97-.282-2.052h-.003c-1.203-.215-.35-1.312.479-.672.254.281.67-.123.432-.39a1.187 1.187 0 0 0-.626-.36v-.324Z" fill-rule="evenodd" />
|
|
10
|
+
<path class="lexicon-icon-outline" d="M6 10a1 1 0 1 1 0 2H5c-1.369 0-1.278-2 0-2h1Zm0-3a1 1 0 0 1 0 2H5C3.631 9 3.722 7 5 7h1Zm4-3c1.328 0 1.338 2 0 2H5C3.631 6 3.722 4 5 4h5Z" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM6 0a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4v5h2.288l-.56-.56a.501.501 0 0 1 .708-.708l1.478 1.494a.5.5 0 0 1-.064.628L6.436 14.27a.5.5 0 0 1-.707-.707L6.29 13H3.936C3.383 13 3 12.552 3 12V7L.897 6.995A1 1 0 0 1 0 6V1a1 1 0 0 1 1-1h5ZM2 5h3V2H2v3Zm10.98-5c.22 0 .405.161.435.377l.092.655c.213.084.506.24.683.382l.7-.32a.438.438 0 0 1 .56.193l.488.861a.436.436 0 0 1-.135.566l-.663.44c.019.148.056.473.025.685l.655.482a.435.435 0 0 1 .127.56l-.459.822a.44.44 0 0 1-.573.188l-.72-.297a2.948 2.948 0 0 1-.69.38l-.071.64a.439.439 0 0 1-.437.386l-.985-.003a.439.439 0 0 1-.435-.387l-.078-.63a3.222 3.222 0 0 1-.687-.4l-.66.35a.443.443 0 0 1-.563-.183l-.531-.882a.439.439 0 0 1 .13-.574l.647-.445a2.914 2.914 0 0 1 .009-.696l-.688-.55a.436.436 0 0 1-.095-.554l.543-.834c.11-.187.324-.204.525-.125l.684.33c.183-.137.434-.292.687-.397l.089-.641A.44.44 0 0 1 12.023 0h.957Zm-.476 2.507c-1.51 0-1.418 2.186 0 2.186 1.417 0 1.486-2.186 0-2.186Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M14 0a2 2 0 0 1 2 2v5a1 1 0 1 1-2 0V2h-4v5L8 5.6 6 7V2H2v12h5a1 1 0 1 1 0 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M12.98 9c.22 0 .405.161.435.377l.092.655c.213.084.506.24.683.382l.7-.32a.438.438 0 0 1 .56.193l.488.861a.436.436 0 0 1-.135.566l-.663.44c.019.148.056.473.025.685l.655.482a.435.435 0 0 1 .127.56l-.459.822a.44.44 0 0 1-.573.188l-.72-.297a2.948 2.948 0 0 1-.69.38l-.071.64a.439.439 0 0 1-.437.386l-.985-.003a.439.439 0 0 1-.435-.387l-.078-.63a3.224 3.224 0 0 1-.687-.4l-.66.35a.443.443 0 0 1-.563-.183l-.531-.882a.439.439 0 0 1 .13-.574l.647-.445a2.914 2.914 0 0 1 .009-.696l-.688-.55a.436.436 0 0 1-.095-.554l.543-.834c.11-.187.324-.204.525-.125l.684.33c.183-.137.434-.292.687-.397l.089-.641A.44.44 0 0 1 12.023 9h.957Zm-.476 2.507c-1.51 0-1.418 2.186 0 2.186 1.417 0 1.486-2.186 0-2.186Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
*
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
6
|
-->
|
|
7
|
-
<svg viewBox="0 0
|
|
8
|
-
<path class="lexicon-icon-outline" d="
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M14.5 0A1.5 1.5 0 0 1 16 1.5v13c0 .825-.675 1.5-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13C0 .675.672 0 1.5 0h13ZM6 14h8V2H6v12Z" />
|
|
9
9
|
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2v2l-.01.204a2 2 0 0 1-1.786 1.785L10 16H2a2 2 0 0 1-1.99-1.796L0 14V6a2 2 0 0 1 2-2h2V2a2 2 0 0 1 2-2h8ZM2 6v8h8v-2H6a2 2 0 0 1-2-2V6H2Zm4 4h8V2h-2v5l-2-2.333L8 7V2H6v8Z" fill-rule="evenodd" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M9.5 9a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1Zm2-2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h3Zm0-2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h3Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M15 3.25v8.125c0 .898-.746 1.625-1.667 1.625H11v1.375C11 15.273 10.254 16 9.333 16H2.667C1.747 16 1 15.273 1 14.375v-9.75C1 3.728 1.747 3 2.667 3H5V1.625C5 .728 5.747 0 6.667 0h5L15 3.25ZM3 14h6v-1H6.667C5.747 13 5 12.273 5 11.375V5H3v9Zm4-3h6V4.062h-1.333a.824.824 0 0 1-.834-.812V2H7v9Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M14.268 13.096v-1.173h-.153a2.904 2.904 0 1 1 0-5.808h.148a1.17 1.17 0 0 0-1.048-1.084l-.12-.006h-2.12v-2.12c0-.608-.46-1.107-1.052-1.167l-.12-.006H9.49c-.647 0-1.173.525-1.173 1.172v2.121h-2.12c-.648 0-1.173.526-1.173 1.173V7.22h-2.12c-.647 0-1.172.525-1.172 1.172v.314l.006.12c.06.59.56 1.052 1.166 1.052h2.12v3.218c0 .62.482 1.125 1.091 1.167v-.148a2.904 2.904 0 1 1 5.808 0v.153h1.173c.647 0 1.172-.525 1.172-1.172Zm-1.56-9.803h.388C14.7 3.293 16 4.593 16 6.197v.65a1 1 0 0 1-1 1h-.885a1.173 1.173 0 0 0 0 2.345H15a1 1 0 0 1 1 1v1.904C16 14.7 14.7 16 13.096 16h-1.904a1 1 0 0 1-1-1v-.885a1.173 1.173 0 0 0-2.345 0V15a1 1 0 0 1-1 1h-.65a2.904 2.904 0 0 1-2.905-2.904V11.61h-.388A2.904 2.904 0 0 1 0 8.706v-.314c0-1.604 1.3-2.904 2.904-2.904h.479a2.903 2.903 0 0 1 2.814-2.195h.389v-.389C6.586 1.3 7.886 0 9.49 0h.313c1.604 0 2.905 1.3 2.905 2.904v.39Z" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M4.142 10.275c.218.218.225.583.09.86-.134.28-.218.592-.09.72.129.129.44.045.72-.09.278-.135.643-.127.861.09l.395.396-.462.23a3.019 3.019 0 0 1-2.304.165 3.019 3.019 0 0 1 .164-2.304l.231-.462.395.395Zm.775-4.364c-.6 1.095-.992 2.137-1.149 3.047a.226.226 0 0 1-.09.02H.222a.224.224 0 0 1-.158-.382L2.748 5.91h2.17Zm5.169 7.338-2.684 2.684a.224.224 0 0 1-.382-.158v-3.543c.914-.154 1.963-.548 3.066-1.152v2.169Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M14.257 6.048a9.224 9.224 0 0 1-1.42 1.856c-2.013 2.012-4.236 3.313-5.892 3.593L4.5 9.053c.28-1.656 1.58-3.879 3.593-5.891A9.225 9.225 0 0 1 9.95 1.74a4.456 4.456 0 0 0 1.306 3.003 4.455 4.455 0 0 0 3.001 1.305Zm-4.582.275a1.118 1.118 0 1 0-1.58 1.581 1.118 1.118 0 0 0 1.58-1.58Z" fill-rule="evenodd" />
|
|
10
|
+
<path class="lexicon-icon-outline" d="M15.998 0s-.059 2.644-1.32 5.258a3.679 3.679 0 0 1-2.869-1.069 3.68 3.68 0 0 1-1.07-2.87C13.353.06 16 0 16 0Z" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M13 3.75V7a1 1 0 1 1-2 0V4.5H9.5c-.5 0-1-.5-1-1V2H3v12h3a1 1 0 1 1 0 2H2.5A1.5 1.5 0 0 1 1 14.5v-13C1 .67 1.67 0 2.5 0h6.75L13 3.75Z" />
|
|
9
|
+
<path class="lexicon-icon-outline" clip-rule="evenodd" d="M11.98 9c.22 0 .405.161.435.377l.092.655c.213.084.506.24.683.382l.7-.32a.438.438 0 0 1 .56.193l.488.861a.436.436 0 0 1-.135.566l-.663.44c.019.148.056.473.025.685l.655.482a.435.435 0 0 1 .127.56l-.459.822a.44.44 0 0 1-.573.188l-.72-.297a2.948 2.948 0 0 1-.69.38l-.071.64a.439.439 0 0 1-.437.386l-.985-.003a.439.439 0 0 1-.435-.387l-.078-.63a3.223 3.223 0 0 1-.687-.4l-.66.35a.443.443 0 0 1-.563-.183l-.531-.882a.439.439 0 0 1 .13-.574l.647-.445a2.914 2.914 0 0 1 .009-.696l-.688-.55a.436.436 0 0 1-.095-.554l.543-.834c.11-.187.324-.204.525-.125l.684.33c.183-.137.434-.292.687-.397l.089-.641A.44.44 0 0 1 11.023 9h.957Zm-.476 2.507c-1.51 0-1.418 2.186 0 2.186 1.417 0 1.486-2.186 0-2.186Z" fill-rule="evenodd" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
|
|
3
|
+
* SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
-->
|
|
7
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path class="lexicon-icon-outline" d="M6.575 7.388c-.82.131-1.59.477-2.31 1.037-.722.562-1.112 1.299-1.167 2.212.225-.13.523-.196.89-.196.96 0 1.704.242 2.227.724.523.483.785 1.142.785 1.978 0 .757-.305 1.422-.912 1.996-.609.574-1.408.861-2.398.861-1.131 0-2.029-.365-2.693-1.096C.332 14.174 0 13.286 0 12.242c0-1.304.219-2.408.657-3.308.438-.9.982-1.63 1.633-2.192A6.68 6.68 0 0 1 4.411 5.49a8.365 8.365 0 0 1 2.164-.489v2.388ZM12.31 0c1.131 0 2.029.365 2.693 1.096.665.73.997 1.618.997 2.662 0 1.304-.219 2.408-.657 3.308-.438.9-.982 1.63-1.633 2.192-.65.56-1.358.98-2.121 1.253A8.365 8.365 0 0 1 9.425 11V8.612c.82-.131 1.59-.477 2.31-1.037.722-.562 1.112-1.299 1.167-2.212-.225.13-.523.196-.89.196-.96 0-1.704-.242-2.227-.724C9.262 4.352 9 3.693 9 2.857c0-.757.305-1.422.912-1.996C10.521.287 11.32 0 12.31 0Z" />
|
|
9
|
+
</svg>
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
@import 'variables/_globals';
|
|
2
2
|
|
|
3
|
+
@import 'variables/_buttons';
|
|
4
|
+
|
|
3
5
|
@import 'variables/_alerts';
|
|
4
6
|
@import 'variables/_badges';
|
|
5
7
|
@import 'variables/_breadcrumbs';
|
|
6
|
-
@import 'variables/_buttons';
|
|
7
8
|
@import 'variables/_labels';
|
|
8
9
|
@import 'variables/_stickers';
|
|
9
10
|
|
|
@@ -22,18 +23,17 @@
|
|
|
22
23
|
@import 'variables/_time';
|
|
23
24
|
|
|
24
25
|
@import 'variables/_date-picker';
|
|
25
|
-
@import 'variables/_icons';
|
|
26
26
|
@import 'variables/_list-group';
|
|
27
27
|
@import 'variables/_loaders';
|
|
28
28
|
@import 'variables/_modals';
|
|
29
29
|
@import 'variables/_multi-step-nav';
|
|
30
30
|
@import 'variables/_navs';
|
|
31
31
|
|
|
32
|
+
@import 'variables/_icons';
|
|
33
|
+
|
|
32
34
|
@import 'variables/_menubar';
|
|
33
35
|
@import 'variables/_navbar';
|
|
34
36
|
|
|
35
|
-
@import 'variables/_c-root';
|
|
36
|
-
|
|
37
37
|
@import 'variables/_application-bar';
|
|
38
38
|
@import 'variables/_management-bar';
|
|
39
39
|
@import 'variables/_navigation-bar';
|
|
@@ -52,3 +52,5 @@
|
|
|
52
52
|
@import 'variables/_type';
|
|
53
53
|
|
|
54
54
|
@import 'variables/_utilities';
|
|
55
|
+
|
|
56
|
+
@import 'variables/_c-root';
|