diff --git a/core/components/atoms/_chip/__tests__/__snapshots__/_chip.test.tsx.snap b/core/components/atoms/_chip/__tests__/__snapshots__/_chip.test.tsx.snap
index 685ff0739c..175bb4f4a1 100644
--- a/core/components/atoms/_chip/__tests__/__snapshots__/_chip.test.tsx.snap
+++ b/core/components/atoms/_chip/__tests__/__snapshots__/_chip.test.tsx.snap
@@ -14,7 +14,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--inverse Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -43,7 +43,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--primaryDark Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -72,7 +72,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--disabled Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -101,7 +101,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--primaryLighter Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -130,7 +130,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--inverse Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -150,7 +150,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -174,7 +174,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--primaryDark Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -194,7 +194,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--primaryDark p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -218,7 +218,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--disabled Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -238,7 +238,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--disabled p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -262,7 +262,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--primaryLighter Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -282,7 +282,7 @@ exports[`Chip component
class="material-icons material-icons-rounded Icon Icon--primaryLighter p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
diff --git a/core/components/atoms/button/__tests__/__snapshots__/Button.test.tsx.snap b/core/components/atoms/button/__tests__/__snapshots__/Button.test.tsx.snap
index 907af4979d..d3d54411d8 100644
--- a/core/components/atoms/button/__tests__/__snapshots__/Button.test.tsx.snap
+++ b/core/components/atoms/button/__tests__/__snapshots__/Button.test.tsx.snap
@@ -509,7 +509,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 20px; width: 20px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 20px; width: 20px;"
>
events
@@ -541,7 +541,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 20px; width: 20px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 20px; width: 20px;"
>
events
@@ -573,7 +573,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 20px; width: 20px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 20px; width: 20px;"
>
events
@@ -625,7 +625,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -657,7 +657,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -689,7 +689,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -741,7 +741,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -773,7 +773,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -805,7 +805,7 @@ exports[`Button component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
diff --git a/core/components/atoms/chipGroup/__tests__/__snapshots__/chipGroup.test.tsx.snap b/core/components/atoms/chipGroup/__tests__/__snapshots__/chipGroup.test.tsx.snap
index 85639189af..6cafc608be 100644
--- a/core/components/atoms/chipGroup/__tests__/__snapshots__/chipGroup.test.tsx.snap
+++ b/core/components/atoms/chipGroup/__tests__/__snapshots__/chipGroup.test.tsx.snap
@@ -21,7 +21,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--inverse Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -45,7 +45,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--inverse Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -65,7 +65,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -84,7 +84,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--primaryDark Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -104,7 +104,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--primaryDark p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -123,7 +123,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--inverse Chip-icon Chip-icon--left"
data-test="DesignSystem-GenericChip--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -143,7 +143,7 @@ exports[`ChipGroup component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
diff --git a/core/components/atoms/collapsible/__tests__/__snapshots__/Collapsible.test.tsx.snap b/core/components/atoms/collapsible/__tests__/__snapshots__/Collapsible.test.tsx.snap
index 35eed2f6e6..fa68950c66 100644
--- a/core/components/atoms/collapsible/__tests__/__snapshots__/Collapsible.test.tsx.snap
+++ b/core/components/atoms/collapsible/__tests__/__snapshots__/Collapsible.test.tsx.snap
@@ -33,7 +33,7 @@ exports[`Collapsible component
class="material-icons material-icons-rounded Icon px-6 py-4 my-2 cursor-pointer"
data-test="DesignSystem-Collapsible--FooterIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_right
@@ -77,7 +77,7 @@ exports[`Collapsible component
class="material-icons material-icons-rounded Icon px-6 py-4 my-2 cursor-pointer"
data-test="DesignSystem-Collapsible--FooterIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_right
@@ -122,7 +122,7 @@ exports[`Collapsible component
class="material-icons material-icons-rounded Icon px-6 py-4 my-2 cursor-pointer"
data-test="DesignSystem-Collapsible--FooterIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_left
@@ -167,7 +167,7 @@ exports[`Collapsible component
class="material-icons material-icons-rounded Icon px-6 py-4 my-2 cursor-pointer"
data-test="DesignSystem-Collapsible--FooterIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_left
diff --git a/core/components/atoms/dropdown/__tests__/__snapshots__/Dropdown.test.tsx.snap b/core/components/atoms/dropdown/__tests__/__snapshots__/Dropdown.test.tsx.snap
index 76c4c049d1..e9f73b6099 100644
--- a/core/components/atoms/dropdown/__tests__/__snapshots__/Dropdown.test.tsx.snap
+++ b/core/components/atoms/dropdown/__tests__/__snapshots__/Dropdown.test.tsx.snap
@@ -32,7 +32,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -75,7 +75,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -118,7 +118,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -161,7 +161,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -198,7 +198,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default d-flex align-items-center mr-4"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -212,7 +212,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -261,7 +261,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -304,7 +304,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -342,7 +342,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--disabled d-flex align-items-center mr-4"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -356,7 +356,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--disabled"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -406,7 +406,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--disabled"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -450,7 +450,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--disabled"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -493,7 +493,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -536,7 +536,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -579,7 +579,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -622,7 +622,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -665,7 +665,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -699,7 +699,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 600, \\"GRAD\\" 0, \\"opsz\\" 24;"
+ style="font-size: 16px; width: 16px;"
>
more_horiz
@@ -742,7 +742,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -785,7 +785,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -828,7 +828,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -871,7 +871,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -914,7 +914,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -957,7 +957,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1000,7 +1000,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1043,7 +1043,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1086,7 +1086,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1129,7 +1129,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1172,7 +1172,7 @@ exports[`Dropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
diff --git a/core/components/atoms/helpText/__tests__/__snapshots__/HelpText.test.tsx.snap b/core/components/atoms/helpText/__tests__/__snapshots__/HelpText.test.tsx.snap
index b532441fe1..e88fd1ffdd 100644
--- a/core/components/atoms/helpText/__tests__/__snapshots__/HelpText.test.tsx.snap
+++ b/core/components/atoms/helpText/__tests__/__snapshots__/HelpText.test.tsx.snap
@@ -32,7 +32,7 @@ exports[`HelpText component snapshot
class="material-icons material-icons-rounded Icon Icon--alert InlineMessage-icon--small"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 14px; width: 14px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 14px; width: 14px;"
>
error
diff --git a/core/components/atoms/icon/Icon.tsx b/core/components/atoms/icon/Icon.tsx
index 8ca1256039..1cafac3e2a 100644
--- a/core/components/atoms/icon/Icon.tsx
+++ b/core/components/atoms/icon/Icon.tsx
@@ -2,7 +2,6 @@ import * as React from 'react';
import classNames from 'classnames';
import { BaseProps, extractBaseProps } from '@/utils/types';
import { useAccessibilityProps } from '@/accessibility/utils';
-import { getFontVariation } from './utils';
export type IconAppearance =
| 'default'
@@ -100,7 +99,7 @@ export interface IconProps extends BaseProps {
}
export const Icon = (props: IconProps) => {
- const { appearance, className, name, size, children, variations } = props;
+ const { appearance, className, name, size, children } = props;
const accessibilityProps = useAccessibilityProps(props);
const baseProps = extractBaseProps(props);
@@ -131,12 +130,9 @@ export const Icon = (props: IconProps) => {
[`${className}`]: className,
});
- const { fill, grade, opticalSize, weight } = getFontVariation(name!, variations, type, size);
-
const styles = {
fontSize: `${size}px`,
width: `${size}px`,
- 'font-variation-settings': `"FILL" ${fill}, "wght" ${weight}, "GRAD" ${grade}, "opsz" ${opticalSize}`,
};
// change `children` to {name} after migration
diff --git a/core/components/atoms/icon/__tests__/Icon.test.tsx b/core/components/atoms/icon/__tests__/Icon.test.tsx
index bfbc3f0559..8148f98a10 100644
--- a/core/components/atoms/icon/__tests__/Icon.test.tsx
+++ b/core/components/atoms/icon/__tests__/Icon.test.tsx
@@ -77,28 +77,3 @@ describe('Icon component snapshot', () => {
};
testHelper(mapper, testFunc);
});
-
-describe('Icon component symbols', () => {
- it('check for material symbols font variation settings', () => {
- const { getByTestId } = render(
-
- );
- expect(getByTestId('DesignSystem-Icon')).toHaveStyle(
- `font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 150, "opsz" 30;`
- );
- });
-
- it('check for material symbols default font variation settings', () => {
- const { getByTestId } = render();
- expect(getByTestId('DesignSystem-Icon')).toHaveStyle(
- `font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;`
- );
- });
-
- it('check for material symbols custom font variation settings', () => {
- const { getByTestId } = render();
- expect(getByTestId('DesignSystem-Icon')).toHaveStyle(
- `font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;`
- );
- });
-});
diff --git a/core/components/atoms/icon/__tests__/__snapshots__/Icon.test.tsx.snap b/core/components/atoms/icon/__tests__/__snapshots__/Icon.test.tsx.snap
index c9d5ff5f3b..1d6aab5b7a 100644
--- a/core/components/atoms/icon/__tests__/__snapshots__/Icon.test.tsx.snap
+++ b/core/components/atoms/icon/__tests__/__snapshots__/Icon.test.tsx.snap
@@ -9,7 +9,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent1"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -27,7 +27,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent1Dark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -45,7 +45,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent1Lighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -63,7 +63,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -81,7 +81,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent2Dark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -99,7 +99,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent2Lighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -117,7 +117,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -135,7 +135,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent3Dark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -153,7 +153,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent3Lighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -171,7 +171,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent4"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -189,7 +189,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent4Dark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -207,7 +207,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--accent4Lighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -225,7 +225,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -243,7 +243,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--alertDark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -261,7 +261,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--alertLighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -279,7 +279,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--destructive"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -297,7 +297,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--disabled"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -315,7 +315,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -333,7 +333,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--inverse"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -351,7 +351,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--primary"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -369,7 +369,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--primaryDark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -387,7 +387,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--primaryLighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -405,7 +405,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--subtle"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -423,7 +423,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -441,7 +441,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--successDark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -459,7 +459,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--successLighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -477,7 +477,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -495,7 +495,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--warningDark"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -513,7 +513,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--warningLighter"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -531,7 +531,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon Icon--white"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -549,7 +549,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -567,7 +567,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-outlined Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -585,7 +585,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-outlined Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -603,7 +603,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -621,7 +621,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -639,7 +639,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-outlined Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
@@ -657,7 +657,7 @@ exports[`Icon component snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 50px; width: 50px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 48;"
+ style="font-size: 50px; width: 50px;"
tabindex="0"
>
events
diff --git a/core/components/atoms/icon/utils.tsx b/core/components/atoms/icon/utils.tsx
deleted file mode 100644
index f5db77ddab..0000000000
--- a/core/components/atoms/icon/utils.tsx
+++ /dev/null
@@ -1,113 +0,0 @@
-import { FontVariationType } from './Icon';
-
-const getOpticalSize = (size?: number) => {
- if (size && size <= 20) {
- return 20;
- } else if (size && size >= 48) {
- return 48;
- }
-
- return size;
-};
-
-const iconVariantMapper: Record = {
- more_horiz: {
- weight: 600,
- opticalSize: 24,
- },
- delete: {
- fill: 0,
- },
- radio_button_checked: {
- fill: 0,
- },
- radio_button_unchecked: {
- fill: 0,
- },
- schedule: {
- fill: 0,
- },
- help_outline: {
- fill: 0,
- },
- check_circle_outline: {
- fill: 0,
- },
- highlight_of: {
- fill: 0,
- },
- credit_card: {
- fill: 0,
- },
- delete_outline: {
- fill: 0,
- },
- bookmark_border: {
- fill: 0,
- },
- work_outline: {
- fill: 0,
- },
- alarm: {
- fill: 0,
- },
- arrow_circle_up: {
- fill: 0,
- },
- copyright: {
- fill: 0,
- },
- query_builder: {
- fill: 0,
- },
- card_membership: {
- fill: 0,
- },
- arrow_circle_down: {
- fill: 0,
- },
- change_history: {
- fill: 0,
- },
- aspect_ratio: {
- fill: 0,
- },
- calendar_view_month: {
- fill: 0,
- },
- alarm_on: {
- fill: 0,
- },
- thumb_down_off_alt: {
- fill: 0,
- },
- important_devices: {
- fill: 0,
- },
- turned_in_not: {
- fill: 0,
- },
- add_circle_outline: {
- fill: 0,
- },
- speed: {
- fill: 0,
- },
- content_copy: {
- fill: 0,
- },
- timelapse: {
- fill: 0,
- },
-};
-
-export const getFontVariation = (iconName: string, variations?: FontVariationType, type?: string, size?: number) => {
- const defaultVariant = {
- fill: type === 'outlined' ? 0 : 1,
- weight: 400,
- grade: 0,
- opticalSize: getOpticalSize(size),
- };
-
- return { ...defaultVariant, ...iconVariantMapper[iconName], ...variations };
-};
diff --git a/core/components/atoms/input/__tests__/__snapshots__/Input.test.tsx.snap b/core/components/atoms/input/__tests__/__snapshots__/Input.test.tsx.snap
index 1bfda41ca2..3a24c3bd39 100644
--- a/core/components/atoms/input/__tests__/__snapshots__/Input.test.tsx.snap
+++ b/core/components/atoms/input/__tests__/__snapshots__/Input.test.tsx.snap
@@ -42,7 +42,7 @@ exports[`Input component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -102,7 +102,7 @@ exports[`Input component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -396,7 +396,7 @@ exports[`Input component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -458,7 +458,7 @@ exports[`Input component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -518,7 +518,7 @@ exports[`Input component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -578,7 +578,7 @@ exports[`Input component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
diff --git a/core/components/atoms/input/actionButton/__tests__/__snapshots__/ActionButton.test.tsx.snap b/core/components/atoms/input/actionButton/__tests__/__snapshots__/ActionButton.test.tsx.snap
index 2a4443af0e..94ec0b6a49 100644
--- a/core/components/atoms/input/actionButton/__tests__/__snapshots__/ActionButton.test.tsx.snap
+++ b/core/components/atoms/input/actionButton/__tests__/__snapshots__/ActionButton.test.tsx.snap
@@ -9,7 +9,7 @@ exports[`ActionButton component
class="material-icons material-icons-rounded Icon ActionButton"
data-test="DesignSystem-Input-ActionButton"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
events
@@ -27,7 +27,7 @@ exports[`ActionButton component
class="material-icons material-icons-outlined Icon ActionButton"
data-test="DesignSystem-Input-ActionButton"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
events
@@ -45,7 +45,7 @@ exports[`ActionButton component
class="material-icons material-icons-rounded Icon ActionButton"
data-test="DesignSystem-Input-ActionButton"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
events
diff --git a/core/components/atoms/linkButton/__tests__/__snapshots__/LinkButton.test.tsx.snap b/core/components/atoms/linkButton/__tests__/__snapshots__/LinkButton.test.tsx.snap
index d91b380674..907d266f79 100644
--- a/core/components/atoms/linkButton/__tests__/__snapshots__/LinkButton.test.tsx.snap
+++ b/core/components/atoms/linkButton/__tests__/__snapshots__/LinkButton.test.tsx.snap
@@ -17,7 +17,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -45,7 +45,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -73,7 +73,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -101,7 +101,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -129,7 +129,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -157,7 +157,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -186,7 +186,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -215,7 +215,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -244,7 +244,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -273,7 +273,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -302,7 +302,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -331,7 +331,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -359,7 +359,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -387,7 +387,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -415,7 +415,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -443,7 +443,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -471,7 +471,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -499,7 +499,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -528,7 +528,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -557,7 +557,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -586,7 +586,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -615,7 +615,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -644,7 +644,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -673,7 +673,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -701,7 +701,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -729,7 +729,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -757,7 +757,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -785,7 +785,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -813,7 +813,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -841,7 +841,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -870,7 +870,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -899,7 +899,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -928,7 +928,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -957,7 +957,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -986,7 +986,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1015,7 +1015,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1043,7 +1043,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1071,7 +1071,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1099,7 +1099,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1127,7 +1127,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1155,7 +1155,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1183,7 +1183,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1212,7 +1212,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1241,7 +1241,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1270,7 +1270,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1299,7 +1299,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1328,7 +1328,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1357,7 +1357,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1385,7 +1385,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1413,7 +1413,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1441,7 +1441,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1469,7 +1469,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1497,7 +1497,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1525,7 +1525,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1554,7 +1554,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1583,7 +1583,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1612,7 +1612,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1641,7 +1641,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1670,7 +1670,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1699,7 +1699,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -1727,7 +1727,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1755,7 +1755,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1783,7 +1783,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1811,7 +1811,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1839,7 +1839,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1867,7 +1867,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1896,7 +1896,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1925,7 +1925,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1954,7 +1954,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -1983,7 +1983,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -2012,7 +2012,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
@@ -2041,7 +2041,7 @@ exports[`Link Button component snapshots
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-LinkButton--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
events
diff --git a/core/components/atoms/message/__tests__/__snapshots__/Message.test.tsx.snap b/core/components/atoms/message/__tests__/__snapshots__/Message.test.tsx.snap
index f159e5bc9d..8058930a69 100644
--- a/core/components/atoms/message/__tests__/__snapshots__/Message.test.tsx.snap
+++ b/core/components/atoms/message/__tests__/__snapshots__/Message.test.tsx.snap
@@ -13,7 +13,7 @@ exports[`Message component
class="material-icons material-icons-rounded Icon Icon--alert Message-icon Message-icon--alert Message-icon--withTitle"
data-test="DesignSystem-Message--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
error
@@ -66,7 +66,7 @@ exports[`Message component
class="material-icons material-icons-rounded Icon Icon--info Message-icon Message-icon--info Message-icon--withTitle"
data-test="DesignSystem-Message--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -119,7 +119,7 @@ exports[`Message component
class="material-icons material-icons-rounded Icon Icon--success Message-icon Message-icon--success Message-icon--withTitle"
data-test="DesignSystem-Message--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
check_circle
@@ -172,7 +172,7 @@ exports[`Message component
class="material-icons material-icons-rounded Icon Icon--warning Message-icon Message-icon--warning Message-icon--withTitle"
data-test="DesignSystem-Message--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
warning
diff --git a/core/components/atoms/metaList/__tests__/__snapshots__/MetaList.test.tsx.snap b/core/components/atoms/metaList/__tests__/__snapshots__/MetaList.test.tsx.snap
index 67c8c8888b..88c79e7870 100644
--- a/core/components/atoms/metaList/__tests__/__snapshots__/MetaList.test.tsx.snap
+++ b/core/components/atoms/metaList/__tests__/__snapshots__/MetaList.test.tsx.snap
@@ -22,7 +22,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -53,7 +53,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -143,7 +143,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
assessment
@@ -174,7 +174,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
assessment
@@ -257,7 +257,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--disabled MetaList-seperator MetaList-seperator--left"
data-test="DesignSystem-MetaList--Seperator"
role="button"
- style="font-size: 8px; width: 8px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 8px; width: 8px;"
>
fiber_manual_record
@@ -272,7 +272,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -296,7 +296,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--disabled MetaList-seperator MetaList-seperator--left"
data-test="DesignSystem-MetaList--Seperator"
role="button"
- style="font-size: 8px; width: 8px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 8px; width: 8px;"
>
fiber_manual_record
@@ -311,7 +311,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assessment
@@ -394,7 +394,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--disabled MetaList-seperator MetaList-seperator--left"
data-test="DesignSystem-MetaList--Seperator"
role="button"
- style="font-size: 8px; width: 8px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 8px; width: 8px;"
>
fiber_manual_record
@@ -409,7 +409,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
assessment
@@ -433,7 +433,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--disabled MetaList-seperator MetaList-seperator--left"
data-test="DesignSystem-MetaList--Seperator"
role="button"
- style="font-size: 8px; width: 8px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 8px; width: 8px;"
>
fiber_manual_record
@@ -448,7 +448,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--subtle Meta-icon"
data-test="DesignSystem-MetaList--MetaIcon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
assessment
diff --git a/core/components/atoms/metricInput/__tests__/__snapshots__/MetricInput.test.tsx.snap b/core/components/atoms/metricInput/__tests__/__snapshots__/MetricInput.test.tsx.snap
index 1b92230cfe..8d31519bbc 100644
--- a/core/components/atoms/metricInput/__tests__/__snapshots__/MetricInput.test.tsx.snap
+++ b/core/components/atoms/metricInput/__tests__/__snapshots__/MetricInput.test.tsx.snap
@@ -14,7 +14,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon Icon--subtle MetricInput-icon MetricInput-icon--regular"
data-test="DesignSystem-MetricInput--icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -39,7 +39,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_up
@@ -57,7 +57,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down
@@ -83,7 +83,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon Icon--subtle MetricInput-icon MetricInput-icon--regular"
data-test="DesignSystem-MetricInput--icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -108,7 +108,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_up
@@ -126,7 +126,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down
@@ -182,7 +182,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_up
@@ -200,7 +200,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -256,7 +256,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_up
@@ -274,7 +274,7 @@ exports[`MetricInput component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down
diff --git a/core/components/atoms/toast/__tests__/__snapshots__/Toast.test.tsx.snap b/core/components/atoms/toast/__tests__/__snapshots__/Toast.test.tsx.snap
index 196668bda4..5d0ca98bcb 100644
--- a/core/components/atoms/toast/__tests__/__snapshots__/Toast.test.tsx.snap
+++ b/core/components/atoms/toast/__tests__/__snapshots__/Toast.test.tsx.snap
@@ -12,7 +12,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
error
@@ -32,7 +32,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--alert Toast-close-icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -56,7 +56,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -76,7 +76,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--info Toast-close-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -100,7 +100,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
check_circle
@@ -120,7 +120,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--success Toast-close-icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -144,7 +144,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
warning
@@ -164,7 +164,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--default Toast-icon Toast-icon--right Toast-icon--warning Toast-close-icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -188,7 +188,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
error
@@ -208,7 +208,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--alert Toast-close-icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -238,7 +238,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
error
@@ -258,7 +258,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--alert Toast-close-icon--alert"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -302,7 +302,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -322,7 +322,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--info Toast-close-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -352,7 +352,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -372,7 +372,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--info Toast-close-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -416,7 +416,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
check_circle
@@ -436,7 +436,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--success Toast-close-icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -466,7 +466,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
check_circle
@@ -486,7 +486,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--success Toast-close-icon--success"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -530,7 +530,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
warning
@@ -550,7 +550,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--default Toast-icon Toast-icon--right Toast-icon--warning Toast-close-icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -580,7 +580,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
warning
@@ -600,7 +600,7 @@ exports[`Toast component
class="material-icons material-icons-rounded Icon Icon--default Toast-icon Toast-icon--right Toast-icon--warning Toast-close-icon--warning"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
diff --git a/core/components/molecules/chipInput/__tests__/__snapshots__/ChipInput.test.tsx.snap b/core/components/molecules/chipInput/__tests__/__snapshots__/ChipInput.test.tsx.snap
index 804e0f9916..4c200735e4 100644
--- a/core/components/molecules/chipInput/__tests__/__snapshots__/ChipInput.test.tsx.snap
+++ b/core/components/molecules/chipInput/__tests__/__snapshots__/ChipInput.test.tsx.snap
@@ -38,7 +38,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -65,7 +65,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -82,7 +82,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle ChipInput-icon"
data-test="DesignSystem-ChipInput--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -131,7 +131,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--disabled p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -158,7 +158,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--disabled p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -176,7 +176,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--disabled ChipInput-icon"
data-test="DesignSystem-ChipInput--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="-1"
>
close
@@ -225,7 +225,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -252,7 +252,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -269,7 +269,7 @@ exports[`ChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle ChipInput-icon"
data-test="DesignSystem-ChipInput--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
diff --git a/core/components/molecules/dialog/__tests__/__snapshots__/Dialog.test.tsx.snap b/core/components/molecules/dialog/__tests__/__snapshots__/Dialog.test.tsx.snap
index 9259ea489c..888f3c5668 100644
--- a/core/components/molecules/dialog/__tests__/__snapshots__/Dialog.test.tsx.snap
+++ b/core/components/molecules/dialog/__tests__/__snapshots__/Dialog.test.tsx.snap
@@ -63,7 +63,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -202,7 +202,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -339,7 +339,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -477,7 +477,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -615,7 +615,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -753,7 +753,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -891,7 +891,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1029,7 +1029,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1167,7 +1167,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1305,7 +1305,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1443,7 +1443,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1581,7 +1581,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1719,7 +1719,7 @@ exports[`Dialog component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
diff --git a/core/components/molecules/editableChipInput/__tests__/__snapshots__/EditableChipInput.test.tsx.snap b/core/components/molecules/editableChipInput/__tests__/__snapshots__/EditableChipInput.test.tsx.snap
index b91d0e3b3f..e99f3e0fb3 100644
--- a/core/components/molecules/editableChipInput/__tests__/__snapshots__/EditableChipInput.test.tsx.snap
+++ b/core/components/molecules/editableChipInput/__tests__/__snapshots__/EditableChipInput.test.tsx.snap
@@ -40,7 +40,7 @@ exports[`EditableChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -67,7 +67,7 @@ exports[`EditableChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -120,7 +120,7 @@ exports[`EditableChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
@@ -147,7 +147,7 @@ exports[`EditableChipInput component
class="material-icons material-icons-rounded Icon Icon--subtle p-2"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
clear
diff --git a/core/components/molecules/editableDropdown/__tests__/__snapshots__/EditableDropdown.test.tsx.snap b/core/components/molecules/editableDropdown/__tests__/__snapshots__/EditableDropdown.test.tsx.snap
index 1bf7e32f30..e435c583b4 100644
--- a/core/components/molecules/editableDropdown/__tests__/__snapshots__/EditableDropdown.test.tsx.snap
+++ b/core/components/molecules/editableDropdown/__tests__/__snapshots__/EditableDropdown.test.tsx.snap
@@ -37,7 +37,7 @@ exports[`EditableDropdown component
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
diff --git a/core/components/molecules/fileList/__tests__/__snapshots__/FileList.test.tsx.snap b/core/components/molecules/fileList/__tests__/__snapshots__/FileList.test.tsx.snap
index 77a04babe3..bb4716d976 100644
--- a/core/components/molecules/fileList/__tests__/__snapshots__/FileList.test.tsx.snap
+++ b/core/components/molecules/fileList/__tests__/__snapshots__/FileList.test.tsx.snap
@@ -77,7 +77,7 @@ exports[`FileList component
class="material-icons material-icons-rounded Icon FileIcon FileIcon--animate FileIcon--video"
data-test="DesignSystem-FileListItem--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
movie
@@ -114,7 +114,7 @@ exports[`FileList component
class="material-icons material-icons-rounded Icon FileIcon FileIcon--image"
data-test="DesignSystem-FileListItem--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
image
@@ -144,7 +144,7 @@ exports[`FileList component
class="material-icons material-icons-rounded Icon Icon--alert InlineMessage-icon--small"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 14px; width: 14px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 14px; width: 14px;"
>
error
@@ -170,7 +170,7 @@ exports[`FileList component
class="material-icons material-icons-rounded Icon FileIcon FileIcon--animate FileIcon--application"
data-test="DesignSystem-FileListItem--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
insert_drive_file
@@ -207,7 +207,7 @@ exports[`FileList component
class="material-icons material-icons-rounded Icon FileIcon FileIcon--animate FileIcon--others"
data-test="DesignSystem-FileListItem--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
text_snippet
diff --git a/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploader.test.tsx.snap b/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploader.test.tsx.snap
index 8172370b7a..2ca67ea65c 100644
--- a/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploader.test.tsx.snap
+++ b/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploader.test.tsx.snap
@@ -42,7 +42,7 @@ exports[`FileUploader component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
backup
@@ -100,7 +100,7 @@ exports[`FileUploader component prop:accept snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
backup
@@ -159,7 +159,7 @@ exports[`FileUploader component prop:disabled snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
backup
@@ -218,7 +218,7 @@ exports[`FileUploader component prop:disabled snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
backup
@@ -277,7 +277,7 @@ exports[`FileUploader component prop:multiple snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
backup
@@ -335,7 +335,7 @@ exports[`FileUploader component prop:multiple snapshot
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
backup
diff --git a/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploaderList.test.tsx.snap b/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploaderList.test.tsx.snap
index 1b9a6634cb..7675ba0e9e 100644
--- a/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploaderList.test.tsx.snap
+++ b/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploaderList.test.tsx.snap
@@ -62,7 +62,7 @@ exports[`FileUploaderList component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -99,7 +99,7 @@ exports[`FileUploaderList component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -136,7 +136,7 @@ exports[`FileUploaderList component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
refresh
@@ -154,7 +154,7 @@ exports[`FileUploaderList component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -170,7 +170,7 @@ exports[`FileUploaderList component
class="material-icons material-icons-rounded Icon Icon--alert InlineMessage-icon--small"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 14px; width: 14px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 14px; width: 14px;"
>
error
diff --git a/core/components/molecules/fullscreenModal/__tests__/__snapshots__/Fullscreen.test.tsx.snap b/core/components/molecules/fullscreenModal/__tests__/__snapshots__/Fullscreen.test.tsx.snap
index 9215b28fac..787e44cd93 100644
--- a/core/components/molecules/fullscreenModal/__tests__/__snapshots__/Fullscreen.test.tsx.snap
+++ b/core/components/molecules/fullscreenModal/__tests__/__snapshots__/Fullscreen.test.tsx.snap
@@ -61,7 +61,7 @@ exports[`FullscreenModal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -144,7 +144,7 @@ exports[`FullscreenModal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -269,7 +269,7 @@ exports[`FullscreenModal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -359,7 +359,7 @@ exports[`FullscreenModal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -441,7 +441,7 @@ exports[`FullscreenModal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -566,7 +566,7 @@ exports[`FullscreenModal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
diff --git a/core/components/molecules/modal/__tests__/__snapshots__/Modal.test.tsx.snap b/core/components/molecules/modal/__tests__/__snapshots__/Modal.test.tsx.snap
index 1e8ac04ebe..8a342c88f0 100644
--- a/core/components/molecules/modal/__tests__/__snapshots__/Modal.test.tsx.snap
+++ b/core/components/molecules/modal/__tests__/__snapshots__/Modal.test.tsx.snap
@@ -65,7 +65,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -156,7 +156,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -233,7 +233,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -291,7 +291,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -399,7 +399,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -457,7 +457,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -577,7 +577,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -635,7 +635,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -735,7 +735,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -793,7 +793,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -886,7 +886,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -977,7 +977,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1054,7 +1054,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1112,7 +1112,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1220,7 +1220,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1278,7 +1278,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1398,7 +1398,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1456,7 +1456,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1556,7 +1556,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1614,7 +1614,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1708,7 +1708,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1798,7 +1798,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1875,7 +1875,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1933,7 +1933,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -2041,7 +2041,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -2099,7 +2099,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -2219,7 +2219,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -2277,7 +2277,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -2377,7 +2377,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -2435,7 +2435,7 @@ exports[`Modal component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
diff --git a/core/components/molecules/overlayHeader/__tests__/__snapshots__/OverlayHeader.test.tsx.snap b/core/components/molecules/overlayHeader/__tests__/__snapshots__/OverlayHeader.test.tsx.snap
index dd3ec5f2de..3bf33d157d 100644
--- a/core/components/molecules/overlayHeader/__tests__/__snapshots__/OverlayHeader.test.tsx.snap
+++ b/core/components/molecules/overlayHeader/__tests__/__snapshots__/OverlayHeader.test.tsx.snap
@@ -23,7 +23,7 @@ exports[`OverlayHeader component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 20px; width: 20px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 20px; width: 20px;"
>
arrow_back
diff --git a/core/components/molecules/pagination/__tests__/__snapshots__/Pagination.test.tsx.snap b/core/components/molecules/pagination/__tests__/__snapshots__/Pagination.test.tsx.snap
index d94a169f02..5bbe323f8f 100644
--- a/core/components/molecules/pagination/__tests__/__snapshots__/Pagination.test.tsx.snap
+++ b/core/components/molecules/pagination/__tests__/__snapshots__/Pagination.test.tsx.snap
@@ -23,7 +23,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
first_page
@@ -41,7 +41,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
navigate_before
@@ -63,7 +63,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
navigate_next
@@ -81,7 +81,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
last_page
@@ -115,7 +115,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
first_page
@@ -133,7 +133,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
navigate_before
@@ -170,7 +170,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_up
@@ -188,7 +188,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down
@@ -218,7 +218,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
navigate_next
@@ -236,7 +236,7 @@ exports[`Pagination component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
last_page
diff --git a/core/components/molecules/sidesheet/__tests__/__snapshots__/Sidesheet.test.tsx.snap b/core/components/molecules/sidesheet/__tests__/__snapshots__/Sidesheet.test.tsx.snap
index 6388cd2d0f..85c275c12c 100644
--- a/core/components/molecules/sidesheet/__tests__/__snapshots__/Sidesheet.test.tsx.snap
+++ b/core/components/molecules/sidesheet/__tests__/__snapshots__/Sidesheet.test.tsx.snap
@@ -69,7 +69,7 @@ exports[`Sidesheet component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 20px; width: 20px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 20px; width: 20px;"
>
close
@@ -166,7 +166,7 @@ exports[`Sidesheet component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 20px; width: 20px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 20px; width: 20px;"
>
close
diff --git a/core/components/molecules/stepper/__tests__/__snapshots__/Stepper.test.tsx.snap b/core/components/molecules/stepper/__tests__/__snapshots__/Stepper.test.tsx.snap
index 543bb3f3be..e59375c461 100644
--- a/core/components/molecules/stepper/__tests__/__snapshots__/Stepper.test.tsx.snap
+++ b/core/components/molecules/stepper/__tests__/__snapshots__/Stepper.test.tsx.snap
@@ -17,7 +17,7 @@ exports[`Stepper component
class="material-icons material-icons-rounded Icon mr-3 my-4 Stepper-animate"
data-test="DesignSystem-Step--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
check_circle
@@ -37,7 +37,7 @@ exports[`Stepper component
class="material-icons material-icons-rounded Icon mr-3 my-4 Stepper-animate"
data-test="DesignSystem-Step--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
radio_button_unchecked
@@ -57,7 +57,7 @@ exports[`Stepper component
class="material-icons material-icons-rounded Icon mr-3 my-4 Stepper-animate"
data-test="DesignSystem-Step--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
radio_button_unchecked
@@ -77,7 +77,7 @@ exports[`Stepper component
class="material-icons material-icons-rounded Icon mr-3 my-4 Stepper-animate"
data-test="DesignSystem-Step--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 0, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
radio_button_unchecked
diff --git a/core/components/molecules/tabs/__tests__/__snapshots__/Tabs.test.tsx.snap b/core/components/molecules/tabs/__tests__/__snapshots__/Tabs.test.tsx.snap
index 6afb534e84..4eb9d175e6 100644
--- a/core/components/molecules/tabs/__tests__/__snapshots__/Tabs.test.tsx.snap
+++ b/core/components/molecules/tabs/__tests__/__snapshots__/Tabs.test.tsx.snap
@@ -33,7 +33,7 @@ exports[`Tabs component
class="material-icons material-icons-rounded Icon Icon--info DismissibleTab-icon--right DismissibleTab-icon--selected cursor-pointer Tab-selected"
data-test="DesignSystem-DismissibleTabs--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
clear
@@ -48,7 +48,7 @@ exports[`Tabs component
class="material-icons material-icons-rounded Icon Icon--subtle mr-4 "
data-test="DesignSystem-Tabs--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
call_received
@@ -115,7 +115,7 @@ exports[`Tabs component
class="material-icons material-icons-rounded Icon Icon--info DismissibleTab-icon--right DismissibleTab-icon--selected cursor-pointer Tab-selected"
data-test="DesignSystem-DismissibleTabs--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
clear
@@ -130,7 +130,7 @@ exports[`Tabs component
class="material-icons material-icons-rounded Icon Icon--subtle mr-4 "
data-test="DesignSystem-Tabs--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
call_received
diff --git a/core/components/organisms/calendar/__tests__/__snapshots__/Calendar.test.tsx.snap b/core/components/organisms/calendar/__tests__/__snapshots__/Calendar.test.tsx.snap
index 4c829a2b9b..3599f4feb4 100644
--- a/core/components/organisms/calendar/__tests__/__snapshots__/Calendar.test.tsx.snap
+++ b/core/components/organisms/calendar/__tests__/__snapshots__/Calendar.test.tsx.snap
@@ -29,7 +29,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51,7 +51,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -69,7 +69,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -88,7 +88,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -670,7 +670,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -692,7 +692,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -710,7 +710,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -730,7 +730,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -1313,7 +1313,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -1335,7 +1335,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1353,7 +1353,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1372,7 +1372,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -1955,7 +1955,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -1977,7 +1977,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1995,7 +1995,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2015,7 +2015,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -2597,7 +2597,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -2619,7 +2619,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2637,7 +2637,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2656,7 +2656,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -3238,7 +3238,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -3260,7 +3260,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -3278,7 +3278,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -3297,7 +3297,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -3879,7 +3879,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -3901,7 +3901,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -3919,7 +3919,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -3938,7 +3938,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -4520,7 +4520,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -4542,7 +4542,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -4560,7 +4560,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -4579,7 +4579,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -5161,7 +5161,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -5183,7 +5183,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -5201,7 +5201,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -5220,7 +5220,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -5802,7 +5802,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -5824,7 +5824,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -5842,7 +5842,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -5861,7 +5861,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -6443,7 +6443,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -6465,7 +6465,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -6483,7 +6483,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -6502,7 +6502,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -7084,7 +7084,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -7106,7 +7106,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -7124,7 +7124,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -7143,7 +7143,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -7725,7 +7725,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -7747,7 +7747,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -7765,7 +7765,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -8227,7 +8227,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -8245,7 +8245,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -8264,7 +8264,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -8744,7 +8744,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -8766,7 +8766,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -8784,7 +8784,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -9246,7 +9246,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -9264,7 +9264,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -9719,7 +9719,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -9737,7 +9737,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -9756,7 +9756,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -10303,7 +10303,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -10325,7 +10325,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -10343,7 +10343,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -10362,7 +10362,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -10944,7 +10944,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -10966,7 +10966,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -10985,7 +10985,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -11179,7 +11179,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -11212,7 +11212,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -11406,7 +11406,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -11428,7 +11428,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -11446,7 +11446,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -11465,7 +11465,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -12047,7 +12047,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -12069,7 +12069,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -12087,7 +12087,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -12549,7 +12549,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -12567,7 +12567,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -12586,7 +12586,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -13066,7 +13066,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -13088,7 +13088,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -13106,7 +13106,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -13568,7 +13568,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -13586,7 +13586,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -14041,7 +14041,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -14059,7 +14059,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -14078,7 +14078,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -14625,7 +14625,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -14647,7 +14647,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -14665,7 +14665,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -14684,7 +14684,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -15266,7 +15266,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -15288,7 +15288,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -15307,7 +15307,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -15501,7 +15501,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -15534,7 +15534,7 @@ exports[`Calendar component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
diff --git a/core/components/organisms/datePicker/__tests__/__snapshots__/DatePicker.test.tsx.snap b/core/components/organisms/datePicker/__tests__/__snapshots__/DatePicker.test.tsx.snap
index 8ac2a6b20a..d62dea9d97 100644
--- a/core/components/organisms/datePicker/__tests__/__snapshots__/DatePicker.test.tsx.snap
+++ b/core/components/organisms/datePicker/__tests__/__snapshots__/DatePicker.test.tsx.snap
@@ -33,7 +33,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledAfter
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -55,7 +55,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledAfter
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -73,7 +73,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledAfter
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -92,7 +92,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledAfter
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -698,7 +698,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -720,7 +720,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -738,7 +738,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -757,7 +757,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -1363,7 +1363,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -1385,7 +1385,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1403,7 +1403,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -1422,7 +1422,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:disabledBefore
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -2027,7 +2027,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -2049,7 +2049,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2067,7 +2067,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2086,7 +2086,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -2691,7 +2691,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -2713,7 +2713,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2731,7 +2731,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -2750,7 +2750,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:open
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -3355,7 +3355,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -3377,7 +3377,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -3395,7 +3395,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -3414,7 +3414,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -4019,7 +4019,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -4041,7 +4041,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -4060,7 +4060,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -4277,7 +4277,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -4310,7 +4310,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:view
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -4527,7 +4527,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:withInput
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -4549,7 +4549,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:withInput
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -4567,7 +4567,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:withInput
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -4586,7 +4586,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:withInput
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -5184,7 +5184,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:withInput
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -5204,7 +5204,7 @@ exports[`DatePicker component snapshots renders snapshot for prop:withInput
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
diff --git a/core/components/organisms/dateRangePicker/__tests__/__snapshots__/DateRangePicker.test.tsx.snap b/core/components/organisms/dateRangePicker/__tests__/__snapshots__/DateRangePicker.test.tsx.snap
index 00260a2631..246f3cf1a1 100644
--- a/core/components/organisms/dateRangePicker/__tests__/__snapshots__/DateRangePicker.test.tsx.snap
+++ b/core/components/organisms/dateRangePicker/__tests__/__snapshots__/DateRangePicker.test.tsx.snap
@@ -30,7 +30,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -73,7 +73,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -656,7 +656,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -699,7 +699,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -1281,7 +1281,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -1324,7 +1324,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -1906,7 +1906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -1949,7 +1949,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -2531,7 +2531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -2574,7 +2574,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -3156,7 +3156,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -3199,7 +3199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -3781,7 +3781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -3824,7 +3824,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -4406,7 +4406,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -4449,7 +4449,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -5031,7 +5031,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -5074,7 +5074,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -5656,7 +5656,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -5699,7 +5699,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -6281,7 +6281,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -6324,7 +6324,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -6906,7 +6906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -6949,7 +6949,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -7531,7 +7531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -7574,7 +7574,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -8156,7 +8156,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -8199,7 +8199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -8781,7 +8781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -8824,7 +8824,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -9406,7 +9406,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -9449,7 +9449,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -10031,7 +10031,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -10074,7 +10074,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -10656,7 +10656,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -10699,7 +10699,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -11281,7 +11281,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -11324,7 +11324,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -11906,7 +11906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -11949,7 +11949,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -12531,7 +12531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -12574,7 +12574,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -13156,7 +13156,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -13199,7 +13199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -13781,7 +13781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -13824,7 +13824,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -14406,7 +14406,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -14449,7 +14449,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -15031,7 +15031,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -15074,7 +15074,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -15656,7 +15656,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -15699,7 +15699,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -16281,7 +16281,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -16324,7 +16324,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -16906,7 +16906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -16949,7 +16949,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -17531,7 +17531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -17574,7 +17574,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -18156,7 +18156,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -18199,7 +18199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -18781,7 +18781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -18824,7 +18824,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -19406,7 +19406,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -19449,7 +19449,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -20031,7 +20031,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -20074,7 +20074,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -20656,7 +20656,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -20699,7 +20699,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -21281,7 +21281,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -21324,7 +21324,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -21906,7 +21906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -21949,7 +21949,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -22531,7 +22531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -22574,7 +22574,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -23156,7 +23156,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -23199,7 +23199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -23781,7 +23781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -23824,7 +23824,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -24406,7 +24406,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -24449,7 +24449,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -25031,7 +25031,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -25074,7 +25074,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -25656,7 +25656,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -25699,7 +25699,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -26281,7 +26281,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -26324,7 +26324,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -26906,7 +26906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -26949,7 +26949,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -27531,7 +27531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -27574,7 +27574,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -28156,7 +28156,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -28199,7 +28199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -28781,7 +28781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -29274,7 +29274,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -29768,7 +29768,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -30725,7 +30725,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -31198,7 +31198,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -31241,7 +31241,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -31823,7 +31823,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -32337,7 +32337,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -32810,7 +32810,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -33781,7 +33781,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -34321,7 +34321,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -34364,7 +34364,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -34946,7 +34946,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -35474,7 +35474,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -36014,7 +36014,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -37038,7 +37038,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -37525,7 +37525,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -37568,7 +37568,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -38150,7 +38150,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -38183,7 +38183,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -38377,7 +38377,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -38410,7 +38410,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -38620,7 +38620,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -38641,7 +38641,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -38682,7 +38682,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -38703,7 +38703,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -38763,7 +38763,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -38784,7 +38784,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -38825,7 +38825,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -38846,7 +38846,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -38906,7 +38906,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -38927,7 +38927,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -38968,7 +38968,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -38989,7 +38989,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -39033,7 +39033,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -39076,7 +39076,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -39658,7 +39658,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -39691,7 +39691,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -39885,7 +39885,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -39918,7 +39918,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -40128,7 +40128,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -40149,7 +40149,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -40190,7 +40190,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -40211,7 +40211,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -40271,7 +40271,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -40292,7 +40292,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -40333,7 +40333,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -40354,7 +40354,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -40414,7 +40414,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -40435,7 +40435,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -40476,7 +40476,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -40497,7 +40497,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -40541,7 +40541,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -40584,7 +40584,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -41166,7 +41166,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -41199,7 +41199,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -41393,7 +41393,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -41426,7 +41426,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -41636,7 +41636,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -41657,7 +41657,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -41698,7 +41698,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -41719,7 +41719,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -41762,7 +41762,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -42276,7 +42276,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -42765,7 +42765,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -42786,7 +42786,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -42827,7 +42827,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -42848,7 +42848,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -42891,7 +42891,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -43405,7 +43405,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -43894,7 +43894,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -43915,7 +43915,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -43956,7 +43956,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -43977,7 +43977,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -44020,7 +44020,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -44534,7 +44534,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -45007,7 +45007,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -45050,7 +45050,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -45632,7 +45632,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -45665,7 +45665,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -45859,7 +45859,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -45892,7 +45892,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -46102,7 +46102,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -46123,7 +46123,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -46164,7 +46164,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -46185,7 +46185,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -46228,7 +46228,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -46742,7 +46742,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -47231,7 +47231,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -47252,7 +47252,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -47293,7 +47293,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -47314,7 +47314,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -47357,7 +47357,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -47871,7 +47871,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -48360,7 +48360,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -48381,7 +48381,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -48422,7 +48422,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -48443,7 +48443,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -48486,7 +48486,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_back
@@ -49000,7 +49000,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
arrow_forward
@@ -49473,7 +49473,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -49516,7 +49516,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -50098,7 +50098,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -50141,7 +50141,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -50723,7 +50723,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -50764,7 +50764,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -50859,7 +50859,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -50900,7 +50900,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -50995,7 +50995,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51036,7 +51036,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51131,7 +51131,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51172,7 +51172,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51267,7 +51267,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51308,7 +51308,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51403,7 +51403,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51444,7 +51444,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51539,7 +51539,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51580,7 +51580,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51675,7 +51675,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51716,7 +51716,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51811,7 +51811,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51852,7 +51852,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -51947,7 +51947,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -51988,7 +51988,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52083,7 +52083,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52124,7 +52124,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52219,7 +52219,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52260,7 +52260,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52355,7 +52355,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52396,7 +52396,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52491,7 +52491,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52532,7 +52532,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52627,7 +52627,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52668,7 +52668,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52763,7 +52763,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52804,7 +52804,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -52899,7 +52899,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -52942,7 +52942,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -53524,7 +53524,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -53567,7 +53567,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -54149,7 +54149,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -54192,7 +54192,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -54774,7 +54774,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -54817,7 +54817,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -55399,7 +55399,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -55442,7 +55442,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -56024,7 +56024,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -56067,7 +56067,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -56649,7 +56649,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -56692,7 +56692,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -57274,7 +57274,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -57317,7 +57317,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -57899,7 +57899,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -57942,7 +57942,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -58524,7 +58524,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -58567,7 +58567,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -59149,7 +59149,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -59192,7 +59192,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -59774,7 +59774,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -59817,7 +59817,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -60399,7 +60399,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -60442,7 +60442,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -61024,7 +61024,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -61067,7 +61067,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -61649,7 +61649,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -61692,7 +61692,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -62274,7 +62274,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -62317,7 +62317,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -62899,7 +62899,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -62940,7 +62940,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63035,7 +63035,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63076,7 +63076,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63171,7 +63171,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63212,7 +63212,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63307,7 +63307,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63348,7 +63348,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63443,7 +63443,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63484,7 +63484,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63579,7 +63579,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63620,7 +63620,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63715,7 +63715,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63756,7 +63756,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63851,7 +63851,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -63892,7 +63892,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -63987,7 +63987,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64028,7 +64028,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64123,7 +64123,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64164,7 +64164,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64259,7 +64259,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64300,7 +64300,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64395,7 +64395,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64436,7 +64436,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64531,7 +64531,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64572,7 +64572,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64667,7 +64667,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64708,7 +64708,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64803,7 +64803,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64844,7 +64844,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -64939,7 +64939,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -64980,7 +64980,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -65075,7 +65075,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -65118,7 +65118,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -65700,7 +65700,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -65743,7 +65743,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -66325,7 +66325,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -66368,7 +66368,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -66950,7 +66950,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -66993,7 +66993,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -67575,7 +67575,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -67618,7 +67618,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -68200,7 +68200,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -68243,7 +68243,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -68825,7 +68825,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -68868,7 +68868,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -69450,7 +69450,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -69493,7 +69493,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -70075,7 +70075,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -70118,7 +70118,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -70700,7 +70700,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -70743,7 +70743,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -71325,7 +71325,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -71368,7 +71368,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -71950,7 +71950,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -71993,7 +71993,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -72575,7 +72575,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -72618,7 +72618,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -73200,7 +73200,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -73243,7 +73243,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -73825,7 +73825,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -73868,7 +73868,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -74450,7 +74450,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -74493,7 +74493,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -75075,7 +75075,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -75118,7 +75118,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -75700,7 +75700,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -75743,7 +75743,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -76325,7 +76325,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -76368,7 +76368,7 @@ exports[`DateRangePicker component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
diff --git a/core/components/organisms/horizontalNav/__tests__/__snapshots__/HorizontalNav.test.tsx.snap b/core/components/organisms/horizontalNav/__tests__/__snapshots__/HorizontalNav.test.tsx.snap
index 1cb2f61a79..feaf1b9f52 100644
--- a/core/components/organisms/horizontalNav/__tests__/__snapshots__/HorizontalNav.test.tsx.snap
+++ b/core/components/organisms/horizontalNav/__tests__/__snapshots__/HorizontalNav.test.tsx.snap
@@ -18,7 +18,7 @@ exports[`Horizontal Navigation component
class="material-icons material-icons-rounded Icon mr-3 HorizontalNav-animate"
data-test="DesignSystem-HorizontalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
diff --git a/core/components/organisms/inlineMessage/__tests__/__snapshots__/InlineMessage.test.tsx.snap b/core/components/organisms/inlineMessage/__tests__/__snapshots__/InlineMessage.test.tsx.snap
index 5a0b755753..e194fb34da 100644
--- a/core/components/organisms/inlineMessage/__tests__/__snapshots__/InlineMessage.test.tsx.snap
+++ b/core/components/organisms/inlineMessage/__tests__/__snapshots__/InlineMessage.test.tsx.snap
@@ -13,7 +13,7 @@ exports[`InlineMessage component
class="material-icons material-icons-rounded Icon Icon--alert InlineMessage-icon--regular"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
error
@@ -61,7 +61,7 @@ exports[`InlineMessage component
class="material-icons material-icons-rounded Icon Icon--info InlineMessage-icon--regular"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -89,7 +89,7 @@ exports[`InlineMessage component
class="material-icons material-icons-rounded Icon Icon--success InlineMessage-icon--regular"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
check_circle
@@ -117,7 +117,7 @@ exports[`InlineMessage component
class="material-icons material-icons-rounded Icon Icon--warning InlineMessage-icon--warning InlineMessage-icon--regular"
data-test="DesignSystem-InlineMessage--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
warning
diff --git a/core/components/organisms/navigation/__tests__/__snapshots__/Navigation.test.tsx.snap b/core/components/organisms/navigation/__tests__/__snapshots__/Navigation.test.tsx.snap
index b1e9d9eba0..175b94e8bc 100644
--- a/core/components/organisms/navigation/__tests__/__snapshots__/Navigation.test.tsx.snap
+++ b/core/components/organisms/navigation/__tests__/__snapshots__/Navigation.test.tsx.snap
@@ -414,7 +414,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--default Navigation-menuIcon"
data-test="DesignSystem-Navigation-VerticalNavigation--menuIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
event
@@ -467,7 +467,7 @@ Object {
class="material-icons material-icons-rounded Icon Icon--default Navigation-menuIcon"
data-test="DesignSystem-Navigation-VerticalNavigation--menuIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
event
diff --git a/core/components/organisms/table/__tests__/__snapshots__/Table.test.tsx.snap b/core/components/organisms/table/__tests__/__snapshots__/Table.test.tsx.snap
index 96e1014b57..52a095d8f2 100644
--- a/core/components/organisms/table/__tests__/__snapshots__/Table.test.tsx.snap
+++ b/core/components/organisms/table/__tests__/__snapshots__/Table.test.tsx.snap
@@ -1846,7 +1846,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -2365,7 +2365,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -2884,7 +2884,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -3403,7 +3403,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -5702,7 +5702,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -6221,7 +6221,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -6740,7 +6740,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -7259,7 +7259,7 @@ exports[`Table component async
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -11740,7 +11740,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -11900,7 +11900,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -12060,7 +12060,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -12220,7 +12220,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -12380,7 +12380,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -12540,7 +12540,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -12700,7 +12700,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -12860,7 +12860,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -13045,7 +13045,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -13288,7 +13288,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -13531,7 +13531,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -13774,7 +13774,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -14017,7 +14017,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -14260,7 +14260,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -14503,7 +14503,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -14746,7 +14746,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -14964,7 +14964,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -15130,7 +15130,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -15296,7 +15296,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -15462,7 +15462,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -15628,7 +15628,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -15794,7 +15794,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -15960,7 +15960,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -16126,7 +16126,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -16317,7 +16317,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -16566,7 +16566,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -16815,7 +16815,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -17064,7 +17064,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -17313,7 +17313,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -17562,7 +17562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -17811,7 +17811,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -18060,7 +18060,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -22252,7 +22252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -22412,7 +22412,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -22572,7 +22572,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -22732,7 +22732,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -22892,7 +22892,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -23052,7 +23052,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -23212,7 +23212,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -23372,7 +23372,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -23557,7 +23557,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -23800,7 +23800,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -24043,7 +24043,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -24286,7 +24286,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -24529,7 +24529,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -24772,7 +24772,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -25015,7 +25015,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -25258,7 +25258,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -25476,7 +25476,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -25642,7 +25642,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -25808,7 +25808,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -25974,7 +25974,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -26140,7 +26140,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -26306,7 +26306,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -26472,7 +26472,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -26638,7 +26638,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -26829,7 +26829,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -27078,7 +27078,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -27327,7 +27327,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -27576,7 +27576,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -27825,7 +27825,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -28074,7 +28074,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -28323,7 +28323,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -28572,7 +28572,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -28786,7 +28786,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -28812,7 +28812,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -28953,7 +28953,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -28979,7 +28979,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -29124,7 +29124,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -29151,7 +29151,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -29296,7 +29296,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -29323,7 +29323,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -29464,7 +29464,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -29490,7 +29490,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -29519,7 +29519,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -29660,7 +29660,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -29686,7 +29686,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -29715,7 +29715,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -29860,7 +29860,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -29887,7 +29887,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -29916,7 +29916,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -30061,7 +30061,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -30088,7 +30088,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -30117,7 +30117,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -30287,7 +30287,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -30313,7 +30313,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -30541,7 +30541,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -30567,7 +30567,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -30799,7 +30799,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -30826,7 +30826,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -31058,7 +31058,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -31085,7 +31085,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -31313,7 +31313,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -31339,7 +31339,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -31368,7 +31368,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -31596,7 +31596,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -31622,7 +31622,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -31651,7 +31651,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -31883,7 +31883,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -31910,7 +31910,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -31939,7 +31939,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -32171,7 +32171,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -32198,7 +32198,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -32227,7 +32227,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -32426,7 +32426,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -32452,7 +32452,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -32599,7 +32599,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -32625,7 +32625,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -32776,7 +32776,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -32803,7 +32803,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -32954,7 +32954,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -32981,7 +32981,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -33128,7 +33128,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -33154,7 +33154,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -33183,7 +33183,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -33330,7 +33330,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -33356,7 +33356,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -33385,7 +33385,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -33536,7 +33536,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -33563,7 +33563,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -33592,7 +33592,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -33743,7 +33743,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -33770,7 +33770,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -33799,7 +33799,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -33975,7 +33975,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -34001,7 +34001,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -34235,7 +34235,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -34261,7 +34261,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -34499,7 +34499,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -34526,7 +34526,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -34764,7 +34764,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -34791,7 +34791,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -35025,7 +35025,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -35051,7 +35051,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -35080,7 +35080,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -35314,7 +35314,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -35340,7 +35340,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -35369,7 +35369,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -35607,7 +35607,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -35634,7 +35634,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -35663,7 +35663,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -35901,7 +35901,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -35928,7 +35928,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -35957,7 +35957,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -36172,7 +36172,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -36230,7 +36230,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -36256,7 +36256,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -36407,7 +36407,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -36465,7 +36465,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -36491,7 +36491,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -36642,7 +36642,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -36704,7 +36704,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -36731,7 +36731,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -36882,7 +36882,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -36944,7 +36944,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -36971,7 +36971,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -37122,7 +37122,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -37180,7 +37180,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -37206,7 +37206,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -37235,7 +37235,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -37386,7 +37386,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -37444,7 +37444,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -37470,7 +37470,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -37499,7 +37499,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -37650,7 +37650,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -37712,7 +37712,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -37739,7 +37739,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -37768,7 +37768,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -37919,7 +37919,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -37981,7 +37981,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -38008,7 +38008,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -38037,7 +38037,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -38188,7 +38188,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -38275,7 +38275,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -38301,7 +38301,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -38510,7 +38510,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -38597,7 +38597,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -38623,7 +38623,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -38832,7 +38832,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -38923,7 +38923,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -38950,7 +38950,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -39159,7 +39159,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -39250,7 +39250,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -39277,7 +39277,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -39486,7 +39486,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -39573,7 +39573,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -39599,7 +39599,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -39628,7 +39628,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -39837,7 +39837,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -39924,7 +39924,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -39950,7 +39950,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -39979,7 +39979,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -40188,7 +40188,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -40279,7 +40279,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -40306,7 +40306,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -40335,7 +40335,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -40544,7 +40544,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -40635,7 +40635,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -40662,7 +40662,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -40691,7 +40691,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -40900,7 +40900,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -40958,7 +40958,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -40984,7 +40984,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -41141,7 +41141,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -41199,7 +41199,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -41225,7 +41225,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -41382,7 +41382,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -41444,7 +41444,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -41471,7 +41471,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -41628,7 +41628,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -41690,7 +41690,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -41717,7 +41717,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -41874,7 +41874,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -41932,7 +41932,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -41958,7 +41958,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -41987,7 +41987,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -42144,7 +42144,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -42202,7 +42202,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -42228,7 +42228,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -42257,7 +42257,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -42414,7 +42414,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -42476,7 +42476,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -42503,7 +42503,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -42532,7 +42532,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -42689,7 +42689,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -42751,7 +42751,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -42778,7 +42778,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -42807,7 +42807,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -42964,7 +42964,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -43051,7 +43051,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -43077,7 +43077,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -43292,7 +43292,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -43379,7 +43379,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -43405,7 +43405,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -43620,7 +43620,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -43711,7 +43711,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -43738,7 +43738,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -43953,7 +43953,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -44044,7 +44044,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -44071,7 +44071,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -44286,7 +44286,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -44373,7 +44373,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -44399,7 +44399,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -44428,7 +44428,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -44643,7 +44643,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -44730,7 +44730,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -44756,7 +44756,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -44785,7 +44785,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -45000,7 +45000,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -45091,7 +45091,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -45118,7 +45118,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -45147,7 +45147,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -45362,7 +45362,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -45453,7 +45453,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -45480,7 +45480,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -45509,7 +45509,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -45714,7 +45714,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -45740,7 +45740,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -45881,7 +45881,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -45907,7 +45907,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -46052,7 +46052,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -46079,7 +46079,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -46224,7 +46224,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -46251,7 +46251,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -46392,7 +46392,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -46418,7 +46418,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -46447,7 +46447,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -46588,7 +46588,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -46614,7 +46614,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -46643,7 +46643,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -46788,7 +46788,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -46815,7 +46815,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -46844,7 +46844,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -46989,7 +46989,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -47016,7 +47016,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -47045,7 +47045,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -47215,7 +47215,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -47241,7 +47241,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -47469,7 +47469,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -47495,7 +47495,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -47727,7 +47727,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -47754,7 +47754,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -47986,7 +47986,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -48013,7 +48013,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -48241,7 +48241,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -48267,7 +48267,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -48296,7 +48296,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -48524,7 +48524,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -48550,7 +48550,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -48579,7 +48579,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -48811,7 +48811,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -48838,7 +48838,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -48867,7 +48867,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -49099,7 +49099,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -49126,7 +49126,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -49155,7 +49155,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -49354,7 +49354,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -49380,7 +49380,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -49527,7 +49527,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -49553,7 +49553,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -49704,7 +49704,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -49731,7 +49731,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -49882,7 +49882,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -49909,7 +49909,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -50056,7 +50056,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -50082,7 +50082,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -50111,7 +50111,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -50258,7 +50258,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -50284,7 +50284,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -50313,7 +50313,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -50464,7 +50464,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -50491,7 +50491,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -50520,7 +50520,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -50671,7 +50671,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -50698,7 +50698,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -50727,7 +50727,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -50903,7 +50903,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -50929,7 +50929,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -51163,7 +51163,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -51189,7 +51189,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -51427,7 +51427,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -51454,7 +51454,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -51692,7 +51692,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -51719,7 +51719,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -51953,7 +51953,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -51979,7 +51979,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -52008,7 +52008,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -52242,7 +52242,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -52268,7 +52268,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -52297,7 +52297,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -52535,7 +52535,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -52562,7 +52562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -52591,7 +52591,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -52829,7 +52829,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -52856,7 +52856,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -52885,7 +52885,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -53100,7 +53100,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -53158,7 +53158,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -53184,7 +53184,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -53335,7 +53335,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -53393,7 +53393,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -53419,7 +53419,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -53570,7 +53570,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -53632,7 +53632,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -53659,7 +53659,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -53810,7 +53810,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -53872,7 +53872,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -53899,7 +53899,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -54050,7 +54050,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -54108,7 +54108,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -54134,7 +54134,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -54163,7 +54163,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -54314,7 +54314,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -54372,7 +54372,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -54398,7 +54398,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -54427,7 +54427,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -54578,7 +54578,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -54640,7 +54640,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -54667,7 +54667,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -54696,7 +54696,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -54847,7 +54847,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -54909,7 +54909,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -54936,7 +54936,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -54965,7 +54965,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -55116,7 +55116,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -55203,7 +55203,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -55229,7 +55229,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -55438,7 +55438,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -55525,7 +55525,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -55551,7 +55551,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -55760,7 +55760,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -55851,7 +55851,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -55878,7 +55878,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -56087,7 +56087,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -56178,7 +56178,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -56205,7 +56205,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -56414,7 +56414,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -56501,7 +56501,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -56527,7 +56527,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -56556,7 +56556,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -56765,7 +56765,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -56852,7 +56852,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -56878,7 +56878,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -56907,7 +56907,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -57116,7 +57116,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -57207,7 +57207,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -57234,7 +57234,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -57263,7 +57263,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -57472,7 +57472,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -57563,7 +57563,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -57590,7 +57590,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -57619,7 +57619,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -57828,7 +57828,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -57886,7 +57886,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -57912,7 +57912,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -58069,7 +58069,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -58127,7 +58127,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -58153,7 +58153,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -58310,7 +58310,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -58372,7 +58372,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -58399,7 +58399,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -58556,7 +58556,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -58618,7 +58618,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -58645,7 +58645,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -58802,7 +58802,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -58860,7 +58860,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -58886,7 +58886,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -58915,7 +58915,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -59072,7 +59072,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -59130,7 +59130,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -59156,7 +59156,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -59185,7 +59185,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -59342,7 +59342,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -59404,7 +59404,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -59431,7 +59431,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -59460,7 +59460,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -59617,7 +59617,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -59679,7 +59679,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -59706,7 +59706,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -59735,7 +59735,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -59892,7 +59892,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -59979,7 +59979,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -60005,7 +60005,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -60220,7 +60220,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -60307,7 +60307,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -60333,7 +60333,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -60548,7 +60548,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -60639,7 +60639,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -60666,7 +60666,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -60881,7 +60881,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -60972,7 +60972,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -60999,7 +60999,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -61214,7 +61214,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -61301,7 +61301,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -61327,7 +61327,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -61356,7 +61356,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -61571,7 +61571,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -61658,7 +61658,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -61684,7 +61684,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -61713,7 +61713,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -61928,7 +61928,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -62019,7 +62019,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -62046,7 +62046,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -62075,7 +62075,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -62290,7 +62290,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -62381,7 +62381,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -62408,7 +62408,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -62437,7 +62437,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -66620,7 +66620,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -66780,7 +66780,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -66940,7 +66940,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -67100,7 +67100,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -67260,7 +67260,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -67420,7 +67420,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -67580,7 +67580,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -67740,7 +67740,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -67925,7 +67925,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -68168,7 +68168,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -68411,7 +68411,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -68654,7 +68654,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -68897,7 +68897,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -69140,7 +69140,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -69383,7 +69383,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -69626,7 +69626,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -69844,7 +69844,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -70010,7 +70010,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -70176,7 +70176,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -70342,7 +70342,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -70508,7 +70508,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -70674,7 +70674,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -70840,7 +70840,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -71006,7 +71006,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -71197,7 +71197,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -71446,7 +71446,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -71695,7 +71695,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -71944,7 +71944,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -72193,7 +72193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -72442,7 +72442,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -72691,7 +72691,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -72940,7 +72940,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -77132,7 +77132,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -77292,7 +77292,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -77452,7 +77452,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -77612,7 +77612,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -77772,7 +77772,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -77932,7 +77932,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -78092,7 +78092,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -78252,7 +78252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -78437,7 +78437,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -78680,7 +78680,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -78923,7 +78923,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -79166,7 +79166,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -79409,7 +79409,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -79652,7 +79652,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -79895,7 +79895,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -80138,7 +80138,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -80356,7 +80356,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -80522,7 +80522,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -80688,7 +80688,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -80854,7 +80854,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -81020,7 +81020,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -81186,7 +81186,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -81352,7 +81352,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -81518,7 +81518,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -81709,7 +81709,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -81958,7 +81958,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -82207,7 +82207,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -82456,7 +82456,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -82705,7 +82705,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -82954,7 +82954,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -83203,7 +83203,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -83452,7 +83452,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -83666,7 +83666,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -83692,7 +83692,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -83833,7 +83833,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -83859,7 +83859,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84004,7 +84004,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -84031,7 +84031,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84176,7 +84176,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -84203,7 +84203,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84344,7 +84344,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -84370,7 +84370,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84399,7 +84399,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -84540,7 +84540,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -84566,7 +84566,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84595,7 +84595,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -84740,7 +84740,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -84767,7 +84767,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84796,7 +84796,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -84941,7 +84941,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -84968,7 +84968,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -84997,7 +84997,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -85167,7 +85167,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -85193,7 +85193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -85421,7 +85421,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -85447,7 +85447,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -85679,7 +85679,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -85706,7 +85706,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -85938,7 +85938,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -85965,7 +85965,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -86193,7 +86193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -86219,7 +86219,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -86248,7 +86248,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -86476,7 +86476,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -86502,7 +86502,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -86531,7 +86531,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -86763,7 +86763,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -86790,7 +86790,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -86819,7 +86819,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -87051,7 +87051,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -87078,7 +87078,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -87107,7 +87107,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -87306,7 +87306,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -87332,7 +87332,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -87479,7 +87479,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -87505,7 +87505,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -87656,7 +87656,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -87683,7 +87683,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -87834,7 +87834,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -87861,7 +87861,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -88008,7 +88008,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -88034,7 +88034,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -88063,7 +88063,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -88210,7 +88210,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -88236,7 +88236,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -88265,7 +88265,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -88416,7 +88416,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -88443,7 +88443,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -88472,7 +88472,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -88623,7 +88623,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -88650,7 +88650,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -88679,7 +88679,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -88855,7 +88855,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -88881,7 +88881,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -89115,7 +89115,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -89141,7 +89141,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -89379,7 +89379,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -89406,7 +89406,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -89644,7 +89644,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -89671,7 +89671,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -89905,7 +89905,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -89931,7 +89931,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -89960,7 +89960,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -90194,7 +90194,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -90220,7 +90220,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -90249,7 +90249,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -90487,7 +90487,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -90514,7 +90514,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -90543,7 +90543,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -90781,7 +90781,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -90808,7 +90808,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -90837,7 +90837,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -91052,7 +91052,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -91110,7 +91110,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -91136,7 +91136,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -91287,7 +91287,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -91345,7 +91345,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -91371,7 +91371,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -91522,7 +91522,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -91584,7 +91584,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -91611,7 +91611,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -91762,7 +91762,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -91824,7 +91824,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -91851,7 +91851,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -92002,7 +92002,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -92060,7 +92060,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -92086,7 +92086,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -92115,7 +92115,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -92266,7 +92266,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -92324,7 +92324,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -92350,7 +92350,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -92379,7 +92379,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -92530,7 +92530,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -92592,7 +92592,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -92619,7 +92619,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -92648,7 +92648,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -92799,7 +92799,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -92861,7 +92861,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -92888,7 +92888,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -92917,7 +92917,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -93068,7 +93068,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -93155,7 +93155,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -93181,7 +93181,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -93390,7 +93390,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -93477,7 +93477,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -93503,7 +93503,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -93712,7 +93712,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -93803,7 +93803,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -93830,7 +93830,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -94039,7 +94039,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -94130,7 +94130,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -94157,7 +94157,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -94366,7 +94366,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -94453,7 +94453,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -94479,7 +94479,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -94508,7 +94508,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -94717,7 +94717,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -94804,7 +94804,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -94830,7 +94830,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -94859,7 +94859,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -95068,7 +95068,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -95159,7 +95159,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -95186,7 +95186,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -95215,7 +95215,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -95424,7 +95424,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -95515,7 +95515,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -95542,7 +95542,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -95571,7 +95571,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -95780,7 +95780,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -95838,7 +95838,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -95864,7 +95864,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -96021,7 +96021,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -96079,7 +96079,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -96105,7 +96105,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -96262,7 +96262,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -96324,7 +96324,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -96351,7 +96351,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -96508,7 +96508,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -96570,7 +96570,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -96597,7 +96597,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -96754,7 +96754,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -96812,7 +96812,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -96838,7 +96838,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -96867,7 +96867,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -97024,7 +97024,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -97082,7 +97082,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -97108,7 +97108,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -97137,7 +97137,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -97294,7 +97294,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -97356,7 +97356,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -97383,7 +97383,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -97412,7 +97412,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -97569,7 +97569,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -97631,7 +97631,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -97658,7 +97658,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -97687,7 +97687,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -97844,7 +97844,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -97931,7 +97931,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -97957,7 +97957,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -98172,7 +98172,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -98259,7 +98259,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -98285,7 +98285,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -98500,7 +98500,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -98591,7 +98591,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -98618,7 +98618,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -98833,7 +98833,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -98924,7 +98924,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -98951,7 +98951,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -99166,7 +99166,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -99253,7 +99253,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -99279,7 +99279,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -99308,7 +99308,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -99523,7 +99523,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -99610,7 +99610,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -99636,7 +99636,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -99665,7 +99665,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -99880,7 +99880,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -99971,7 +99971,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -99998,7 +99998,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -100027,7 +100027,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -100242,7 +100242,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -100333,7 +100333,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -100360,7 +100360,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -100389,7 +100389,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -100594,7 +100594,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -100620,7 +100620,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -100761,7 +100761,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -100787,7 +100787,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -100932,7 +100932,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -100959,7 +100959,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -101104,7 +101104,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -101131,7 +101131,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -101272,7 +101272,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -101298,7 +101298,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -101327,7 +101327,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -101468,7 +101468,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -101494,7 +101494,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -101523,7 +101523,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -101668,7 +101668,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -101695,7 +101695,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -101724,7 +101724,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -101869,7 +101869,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -101896,7 +101896,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -101925,7 +101925,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -102095,7 +102095,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -102121,7 +102121,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -102349,7 +102349,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -102375,7 +102375,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -102607,7 +102607,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -102634,7 +102634,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -102866,7 +102866,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -102893,7 +102893,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -103121,7 +103121,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -103147,7 +103147,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -103176,7 +103176,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -103404,7 +103404,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -103430,7 +103430,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -103459,7 +103459,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -103691,7 +103691,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -103718,7 +103718,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -103747,7 +103747,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -103979,7 +103979,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -104006,7 +104006,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -104035,7 +104035,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -104234,7 +104234,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -104260,7 +104260,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -104407,7 +104407,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -104433,7 +104433,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -104584,7 +104584,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -104611,7 +104611,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -104762,7 +104762,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -104789,7 +104789,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -104936,7 +104936,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -104962,7 +104962,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -104991,7 +104991,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -105138,7 +105138,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -105164,7 +105164,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -105193,7 +105193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -105344,7 +105344,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -105371,7 +105371,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -105400,7 +105400,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -105551,7 +105551,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -105578,7 +105578,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -105607,7 +105607,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -105783,7 +105783,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -105809,7 +105809,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -106043,7 +106043,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -106069,7 +106069,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -106307,7 +106307,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -106334,7 +106334,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -106572,7 +106572,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -106599,7 +106599,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -106833,7 +106833,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -106859,7 +106859,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -106888,7 +106888,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -107122,7 +107122,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -107148,7 +107148,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -107177,7 +107177,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -107415,7 +107415,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -107442,7 +107442,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -107471,7 +107471,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -107709,7 +107709,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -107736,7 +107736,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -107765,7 +107765,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -107980,7 +107980,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -108038,7 +108038,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -108064,7 +108064,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -108215,7 +108215,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -108273,7 +108273,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -108299,7 +108299,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -108450,7 +108450,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -108512,7 +108512,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -108539,7 +108539,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -108690,7 +108690,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -108752,7 +108752,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -108779,7 +108779,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -108930,7 +108930,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -108988,7 +108988,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -109014,7 +109014,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -109043,7 +109043,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -109194,7 +109194,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -109252,7 +109252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -109278,7 +109278,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -109307,7 +109307,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -109458,7 +109458,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -109520,7 +109520,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -109547,7 +109547,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -109576,7 +109576,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -109727,7 +109727,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -109789,7 +109789,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -109816,7 +109816,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -109845,7 +109845,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -109996,7 +109996,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -110083,7 +110083,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -110109,7 +110109,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -110318,7 +110318,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -110405,7 +110405,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -110431,7 +110431,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -110640,7 +110640,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -110731,7 +110731,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -110758,7 +110758,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -110967,7 +110967,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -111058,7 +111058,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -111085,7 +111085,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -111294,7 +111294,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -111381,7 +111381,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -111407,7 +111407,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -111436,7 +111436,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -111645,7 +111645,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -111732,7 +111732,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -111758,7 +111758,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -111787,7 +111787,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -111996,7 +111996,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -112087,7 +112087,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -112114,7 +112114,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -112143,7 +112143,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -112352,7 +112352,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -112443,7 +112443,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -112470,7 +112470,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -112499,7 +112499,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -112708,7 +112708,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -112766,7 +112766,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -112792,7 +112792,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -112949,7 +112949,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -113007,7 +113007,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -113033,7 +113033,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -113190,7 +113190,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -113252,7 +113252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -113279,7 +113279,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -113436,7 +113436,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -113498,7 +113498,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -113525,7 +113525,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -113682,7 +113682,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -113740,7 +113740,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -113766,7 +113766,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -113795,7 +113795,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -113952,7 +113952,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -114010,7 +114010,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -114036,7 +114036,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -114065,7 +114065,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -114222,7 +114222,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -114284,7 +114284,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -114311,7 +114311,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -114340,7 +114340,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -114497,7 +114497,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -114559,7 +114559,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -114586,7 +114586,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -114615,7 +114615,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -114772,7 +114772,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -114859,7 +114859,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -114885,7 +114885,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -115100,7 +115100,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -115187,7 +115187,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -115213,7 +115213,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -115428,7 +115428,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -115519,7 +115519,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -115546,7 +115546,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -115761,7 +115761,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -115852,7 +115852,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -115879,7 +115879,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -116094,7 +116094,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -116181,7 +116181,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -116207,7 +116207,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -116236,7 +116236,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -116451,7 +116451,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -116538,7 +116538,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -116564,7 +116564,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -116593,7 +116593,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -116808,7 +116808,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -116899,7 +116899,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -116926,7 +116926,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -116955,7 +116955,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -117170,7 +117170,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -117261,7 +117261,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -117288,7 +117288,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -117317,7 +117317,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -121122,7 +121122,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -121292,7 +121292,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -121462,7 +121462,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -121632,7 +121632,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -121802,7 +121802,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -121972,7 +121972,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -122142,7 +122142,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -122312,7 +122312,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -122486,7 +122486,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -122686,7 +122686,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -122886,7 +122886,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -123086,7 +123086,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -123286,7 +123286,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -123486,7 +123486,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -123686,7 +123686,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -123886,7 +123886,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -124082,7 +124082,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -124258,7 +124258,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -124434,7 +124434,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -124610,7 +124610,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -124786,7 +124786,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -124962,7 +124962,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -125138,7 +125138,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -125314,7 +125314,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -125494,7 +125494,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -125700,7 +125700,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -125906,7 +125906,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -126112,7 +126112,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -126318,7 +126318,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -126524,7 +126524,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -126730,7 +126730,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -126936,7 +126936,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -130722,7 +130722,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -130892,7 +130892,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -131062,7 +131062,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -131232,7 +131232,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -131402,7 +131402,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -131572,7 +131572,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -131742,7 +131742,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -131912,7 +131912,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -132086,7 +132086,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -132286,7 +132286,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -132486,7 +132486,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -132686,7 +132686,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -132886,7 +132886,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -133086,7 +133086,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -133286,7 +133286,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -133486,7 +133486,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -133682,7 +133682,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -133858,7 +133858,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -134034,7 +134034,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -134210,7 +134210,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -134386,7 +134386,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -134562,7 +134562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -134738,7 +134738,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -134914,7 +134914,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -135094,7 +135094,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -135300,7 +135300,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -135506,7 +135506,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -135712,7 +135712,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -135918,7 +135918,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -136124,7 +136124,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -136330,7 +136330,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -136536,7 +136536,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -136722,7 +136722,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -136748,7 +136748,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -136893,7 +136893,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -136919,7 +136919,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -137068,7 +137068,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -137095,7 +137095,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -137244,7 +137244,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -137271,7 +137271,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -137416,7 +137416,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -137442,7 +137442,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -137471,7 +137471,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -137616,7 +137616,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -137642,7 +137642,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -137671,7 +137671,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -137820,7 +137820,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -137847,7 +137847,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -137876,7 +137876,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -138025,7 +138025,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -138052,7 +138052,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -138081,7 +138081,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -138239,7 +138239,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -138265,7 +138265,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -138449,7 +138449,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -138475,7 +138475,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -138663,7 +138663,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -138690,7 +138690,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -138878,7 +138878,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -138905,7 +138905,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -139089,7 +139089,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -139115,7 +139115,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -139144,7 +139144,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -139328,7 +139328,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -139354,7 +139354,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -139383,7 +139383,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -139571,7 +139571,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -139598,7 +139598,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -139627,7 +139627,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -139815,7 +139815,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -139842,7 +139842,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -139871,7 +139871,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -140042,7 +140042,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -140068,7 +140068,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -140219,7 +140219,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -140245,7 +140245,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -140400,7 +140400,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -140427,7 +140427,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -140582,7 +140582,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -140609,7 +140609,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -140760,7 +140760,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -140786,7 +140786,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -140815,7 +140815,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -140966,7 +140966,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -140992,7 +140992,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -141021,7 +141021,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -141176,7 +141176,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -141203,7 +141203,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -141232,7 +141232,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -141387,7 +141387,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -141414,7 +141414,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -141443,7 +141443,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -141607,7 +141607,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -141633,7 +141633,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -141823,7 +141823,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -141849,7 +141849,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -142043,7 +142043,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -142070,7 +142070,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -142264,7 +142264,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -142291,7 +142291,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -142481,7 +142481,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -142507,7 +142507,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -142536,7 +142536,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -142726,7 +142726,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -142752,7 +142752,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -142781,7 +142781,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -142975,7 +142975,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -143002,7 +143002,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -143031,7 +143031,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -143225,7 +143225,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -143252,7 +143252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -143281,7 +143281,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -143474,7 +143474,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -143532,7 +143532,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -143558,7 +143558,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -143719,7 +143719,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -143777,7 +143777,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -143803,7 +143803,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -143964,7 +143964,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -144026,7 +144026,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -144053,7 +144053,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -144214,7 +144214,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -144276,7 +144276,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -144303,7 +144303,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -144464,7 +144464,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -144522,7 +144522,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -144548,7 +144548,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -144577,7 +144577,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -144738,7 +144738,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -144796,7 +144796,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -144822,7 +144822,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -144851,7 +144851,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -145012,7 +145012,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -145074,7 +145074,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -145101,7 +145101,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -145130,7 +145130,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -145291,7 +145291,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -145353,7 +145353,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -145380,7 +145380,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -145409,7 +145409,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -145570,7 +145570,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -145641,7 +145641,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -145667,7 +145667,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -145854,7 +145854,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -145925,7 +145925,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -145951,7 +145951,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -146138,7 +146138,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -146213,7 +146213,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -146240,7 +146240,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -146427,7 +146427,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -146502,7 +146502,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -146529,7 +146529,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -146716,7 +146716,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -146787,7 +146787,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -146813,7 +146813,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -146842,7 +146842,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -147029,7 +147029,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -147100,7 +147100,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -147126,7 +147126,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -147155,7 +147155,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -147342,7 +147342,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -147417,7 +147417,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -147444,7 +147444,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -147473,7 +147473,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -147660,7 +147660,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -147735,7 +147735,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -147762,7 +147762,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -147791,7 +147791,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -147978,7 +147978,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -148036,7 +148036,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -148062,7 +148062,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -148229,7 +148229,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -148287,7 +148287,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -148313,7 +148313,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -148480,7 +148480,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -148542,7 +148542,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -148569,7 +148569,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -148736,7 +148736,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -148798,7 +148798,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -148825,7 +148825,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -148992,7 +148992,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -149050,7 +149050,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -149076,7 +149076,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -149105,7 +149105,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -149272,7 +149272,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -149330,7 +149330,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -149356,7 +149356,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -149385,7 +149385,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -149552,7 +149552,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -149614,7 +149614,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -149641,7 +149641,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -149670,7 +149670,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -149837,7 +149837,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -149899,7 +149899,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -149926,7 +149926,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -149955,7 +149955,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -150122,7 +150122,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -150193,7 +150193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -150219,7 +150219,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -150412,7 +150412,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -150483,7 +150483,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -150509,7 +150509,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -150702,7 +150702,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -150777,7 +150777,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -150804,7 +150804,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -150997,7 +150997,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -151072,7 +151072,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -151099,7 +151099,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -151292,7 +151292,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -151363,7 +151363,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -151389,7 +151389,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -151418,7 +151418,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -151611,7 +151611,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -151682,7 +151682,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -151708,7 +151708,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -151737,7 +151737,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -151930,7 +151930,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -152005,7 +152005,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -152032,7 +152032,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -152061,7 +152061,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -152254,7 +152254,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -152329,7 +152329,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -152356,7 +152356,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -152385,7 +152385,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -152562,7 +152562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -152588,7 +152588,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -152733,7 +152733,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -152759,7 +152759,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -152908,7 +152908,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -152935,7 +152935,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -153084,7 +153084,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -153111,7 +153111,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -153256,7 +153256,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -153282,7 +153282,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -153311,7 +153311,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -153456,7 +153456,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -153482,7 +153482,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -153511,7 +153511,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -153660,7 +153660,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -153687,7 +153687,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -153716,7 +153716,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -153865,7 +153865,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -153892,7 +153892,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -153921,7 +153921,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -154079,7 +154079,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -154105,7 +154105,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -154289,7 +154289,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -154315,7 +154315,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -154503,7 +154503,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -154530,7 +154530,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -154718,7 +154718,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -154745,7 +154745,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -154929,7 +154929,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -154955,7 +154955,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -154984,7 +154984,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -155168,7 +155168,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -155194,7 +155194,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -155223,7 +155223,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -155411,7 +155411,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -155438,7 +155438,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -155467,7 +155467,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -155655,7 +155655,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -155682,7 +155682,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -155711,7 +155711,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -155882,7 +155882,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -155908,7 +155908,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -156059,7 +156059,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -156085,7 +156085,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -156240,7 +156240,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -156267,7 +156267,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -156422,7 +156422,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -156449,7 +156449,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -156600,7 +156600,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -156626,7 +156626,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -156655,7 +156655,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -156806,7 +156806,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -156832,7 +156832,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -156861,7 +156861,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -157016,7 +157016,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -157043,7 +157043,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -157072,7 +157072,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -157227,7 +157227,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -157254,7 +157254,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -157283,7 +157283,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -157447,7 +157447,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -157473,7 +157473,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -157663,7 +157663,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -157689,7 +157689,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -157883,7 +157883,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -157910,7 +157910,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -158104,7 +158104,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -158131,7 +158131,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -158321,7 +158321,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -158347,7 +158347,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -158376,7 +158376,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -158566,7 +158566,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -158592,7 +158592,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -158621,7 +158621,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -158815,7 +158815,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -158842,7 +158842,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -158871,7 +158871,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -159065,7 +159065,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -159092,7 +159092,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -159121,7 +159121,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -159314,7 +159314,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -159372,7 +159372,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -159398,7 +159398,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -159559,7 +159559,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -159617,7 +159617,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -159643,7 +159643,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -159804,7 +159804,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -159866,7 +159866,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -159893,7 +159893,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -160054,7 +160054,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -160116,7 +160116,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -160143,7 +160143,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -160304,7 +160304,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -160362,7 +160362,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -160388,7 +160388,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -160417,7 +160417,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -160578,7 +160578,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -160636,7 +160636,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -160662,7 +160662,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -160691,7 +160691,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -160852,7 +160852,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -160914,7 +160914,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -160941,7 +160941,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -160970,7 +160970,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -161131,7 +161131,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -161193,7 +161193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -161220,7 +161220,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -161249,7 +161249,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -161410,7 +161410,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -161481,7 +161481,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -161507,7 +161507,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -161694,7 +161694,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -161765,7 +161765,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -161791,7 +161791,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -161978,7 +161978,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -162053,7 +162053,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -162080,7 +162080,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -162267,7 +162267,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -162342,7 +162342,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -162369,7 +162369,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -162556,7 +162556,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -162627,7 +162627,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -162653,7 +162653,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -162682,7 +162682,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -162869,7 +162869,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -162940,7 +162940,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -162966,7 +162966,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -162995,7 +162995,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -163182,7 +163182,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -163257,7 +163257,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -163284,7 +163284,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -163313,7 +163313,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -163500,7 +163500,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -163575,7 +163575,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -163602,7 +163602,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -163631,7 +163631,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -163818,7 +163818,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -163876,7 +163876,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -163902,7 +163902,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -164069,7 +164069,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -164127,7 +164127,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -164153,7 +164153,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -164320,7 +164320,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -164382,7 +164382,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -164409,7 +164409,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -164576,7 +164576,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -164638,7 +164638,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -164665,7 +164665,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -164832,7 +164832,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -164890,7 +164890,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -164916,7 +164916,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -164945,7 +164945,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -165112,7 +165112,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -165170,7 +165170,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -165196,7 +165196,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -165225,7 +165225,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -165392,7 +165392,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -165454,7 +165454,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -165481,7 +165481,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -165510,7 +165510,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -165677,7 +165677,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -165739,7 +165739,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -165766,7 +165766,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -165795,7 +165795,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -165962,7 +165962,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -166033,7 +166033,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -166059,7 +166059,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -166252,7 +166252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -166323,7 +166323,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -166349,7 +166349,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -166542,7 +166542,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -166617,7 +166617,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -166644,7 +166644,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -166837,7 +166837,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -166912,7 +166912,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -166939,7 +166939,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -167132,7 +167132,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -167203,7 +167203,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -167229,7 +167229,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -167258,7 +167258,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -167451,7 +167451,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -167522,7 +167522,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -167548,7 +167548,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -167577,7 +167577,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -167770,7 +167770,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -167845,7 +167845,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -167872,7 +167872,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -167901,7 +167901,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -168094,7 +168094,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -168169,7 +168169,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -168196,7 +168196,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -168225,7 +168225,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -172002,7 +172002,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -172172,7 +172172,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -172342,7 +172342,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -172512,7 +172512,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -172682,7 +172682,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -172852,7 +172852,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -173022,7 +173022,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -173192,7 +173192,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -173366,7 +173366,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -173566,7 +173566,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -173766,7 +173766,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -173966,7 +173966,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -174166,7 +174166,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -174366,7 +174366,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -174566,7 +174566,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -174766,7 +174766,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -174962,7 +174962,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -175138,7 +175138,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -175314,7 +175314,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -175490,7 +175490,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -175666,7 +175666,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -175842,7 +175842,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -176018,7 +176018,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -176194,7 +176194,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -176374,7 +176374,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -176580,7 +176580,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -176786,7 +176786,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -176992,7 +176992,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -177198,7 +177198,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -177404,7 +177404,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -177610,7 +177610,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -177816,7 +177816,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -181602,7 +181602,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -181772,7 +181772,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -181942,7 +181942,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -182112,7 +182112,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -182282,7 +182282,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -182452,7 +182452,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -182622,7 +182622,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -182792,7 +182792,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -182966,7 +182966,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -183166,7 +183166,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -183366,7 +183366,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -183566,7 +183566,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -183766,7 +183766,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -183966,7 +183966,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -184166,7 +184166,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -184366,7 +184366,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -184562,7 +184562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -184738,7 +184738,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -184914,7 +184914,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -185090,7 +185090,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -185266,7 +185266,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -185442,7 +185442,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -185618,7 +185618,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -185794,7 +185794,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -185974,7 +185974,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -186180,7 +186180,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -186386,7 +186386,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -186592,7 +186592,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -186798,7 +186798,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -187004,7 +187004,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -187210,7 +187210,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -187416,7 +187416,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -187602,7 +187602,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -187628,7 +187628,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -187773,7 +187773,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -187799,7 +187799,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -187948,7 +187948,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -187975,7 +187975,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -188124,7 +188124,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -188151,7 +188151,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -188296,7 +188296,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -188322,7 +188322,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -188351,7 +188351,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -188496,7 +188496,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -188522,7 +188522,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -188551,7 +188551,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -188700,7 +188700,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -188727,7 +188727,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -188756,7 +188756,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -188905,7 +188905,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -188932,7 +188932,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -188961,7 +188961,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -189119,7 +189119,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -189145,7 +189145,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -189329,7 +189329,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -189355,7 +189355,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -189543,7 +189543,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -189570,7 +189570,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -189758,7 +189758,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -189785,7 +189785,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -189969,7 +189969,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -189995,7 +189995,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -190024,7 +190024,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -190208,7 +190208,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -190234,7 +190234,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -190263,7 +190263,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -190451,7 +190451,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -190478,7 +190478,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -190507,7 +190507,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -190695,7 +190695,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -190722,7 +190722,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -190751,7 +190751,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -190922,7 +190922,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -190948,7 +190948,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -191099,7 +191099,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -191125,7 +191125,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -191280,7 +191280,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -191307,7 +191307,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -191462,7 +191462,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -191489,7 +191489,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -191640,7 +191640,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -191666,7 +191666,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -191695,7 +191695,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -191846,7 +191846,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -191872,7 +191872,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -191901,7 +191901,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -192056,7 +192056,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -192083,7 +192083,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -192112,7 +192112,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -192267,7 +192267,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -192294,7 +192294,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -192323,7 +192323,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -192487,7 +192487,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -192513,7 +192513,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -192703,7 +192703,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -192729,7 +192729,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -192923,7 +192923,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -192950,7 +192950,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -193144,7 +193144,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -193171,7 +193171,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -193361,7 +193361,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -193387,7 +193387,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -193416,7 +193416,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -193606,7 +193606,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -193632,7 +193632,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -193661,7 +193661,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -193855,7 +193855,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -193882,7 +193882,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -193911,7 +193911,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -194105,7 +194105,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -194132,7 +194132,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -194161,7 +194161,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -194354,7 +194354,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -194412,7 +194412,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -194438,7 +194438,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -194599,7 +194599,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -194657,7 +194657,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -194683,7 +194683,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -194844,7 +194844,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -194906,7 +194906,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -194933,7 +194933,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -195094,7 +195094,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -195156,7 +195156,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -195183,7 +195183,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -195344,7 +195344,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -195402,7 +195402,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -195428,7 +195428,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -195457,7 +195457,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -195618,7 +195618,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -195676,7 +195676,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -195702,7 +195702,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -195731,7 +195731,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -195892,7 +195892,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -195954,7 +195954,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -195981,7 +195981,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -196010,7 +196010,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -196171,7 +196171,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -196233,7 +196233,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -196260,7 +196260,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -196289,7 +196289,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -196450,7 +196450,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -196521,7 +196521,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -196547,7 +196547,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -196734,7 +196734,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -196805,7 +196805,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -196831,7 +196831,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -197018,7 +197018,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -197093,7 +197093,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -197120,7 +197120,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -197307,7 +197307,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -197382,7 +197382,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -197409,7 +197409,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -197596,7 +197596,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -197667,7 +197667,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -197693,7 +197693,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -197722,7 +197722,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -197909,7 +197909,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -197980,7 +197980,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -198006,7 +198006,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -198035,7 +198035,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -198222,7 +198222,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -198297,7 +198297,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -198324,7 +198324,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -198353,7 +198353,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -198540,7 +198540,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -198615,7 +198615,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -198642,7 +198642,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -198671,7 +198671,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -198858,7 +198858,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -198916,7 +198916,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -198942,7 +198942,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -199109,7 +199109,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -199167,7 +199167,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -199193,7 +199193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -199360,7 +199360,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -199422,7 +199422,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -199449,7 +199449,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -199616,7 +199616,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -199678,7 +199678,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -199705,7 +199705,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -199872,7 +199872,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -199930,7 +199930,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -199956,7 +199956,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -199985,7 +199985,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -200152,7 +200152,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -200210,7 +200210,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -200236,7 +200236,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -200265,7 +200265,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -200432,7 +200432,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -200494,7 +200494,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -200521,7 +200521,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -200550,7 +200550,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -200717,7 +200717,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -200779,7 +200779,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -200806,7 +200806,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -200835,7 +200835,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -201002,7 +201002,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -201073,7 +201073,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -201099,7 +201099,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -201292,7 +201292,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -201363,7 +201363,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -201389,7 +201389,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -201582,7 +201582,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -201657,7 +201657,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -201684,7 +201684,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -201877,7 +201877,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -201952,7 +201952,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -201979,7 +201979,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -202172,7 +202172,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -202243,7 +202243,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -202269,7 +202269,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -202298,7 +202298,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -202491,7 +202491,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -202562,7 +202562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -202588,7 +202588,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -202617,7 +202617,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -202810,7 +202810,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -202885,7 +202885,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -202912,7 +202912,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -202941,7 +202941,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -203134,7 +203134,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -203209,7 +203209,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -203236,7 +203236,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -203265,7 +203265,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -203442,7 +203442,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -203468,7 +203468,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -203613,7 +203613,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -203639,7 +203639,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -203788,7 +203788,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -203815,7 +203815,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -203964,7 +203964,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -203991,7 +203991,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -204136,7 +204136,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -204162,7 +204162,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -204191,7 +204191,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -204336,7 +204336,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -204362,7 +204362,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -204391,7 +204391,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -204540,7 +204540,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -204567,7 +204567,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -204596,7 +204596,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -204745,7 +204745,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -204772,7 +204772,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -204801,7 +204801,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -204959,7 +204959,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -204985,7 +204985,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -205169,7 +205169,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -205195,7 +205195,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -205383,7 +205383,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -205410,7 +205410,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -205598,7 +205598,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -205625,7 +205625,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -205809,7 +205809,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -205835,7 +205835,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -205864,7 +205864,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -206048,7 +206048,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -206074,7 +206074,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -206103,7 +206103,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -206291,7 +206291,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -206318,7 +206318,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -206347,7 +206347,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -206535,7 +206535,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -206562,7 +206562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -206591,7 +206591,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -206762,7 +206762,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -206788,7 +206788,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -206939,7 +206939,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -206965,7 +206965,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -207120,7 +207120,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -207147,7 +207147,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -207302,7 +207302,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -207329,7 +207329,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -207480,7 +207480,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -207506,7 +207506,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -207535,7 +207535,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -207686,7 +207686,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -207712,7 +207712,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -207741,7 +207741,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -207896,7 +207896,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -207923,7 +207923,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -207952,7 +207952,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -208107,7 +208107,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -208134,7 +208134,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -208163,7 +208163,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -208327,7 +208327,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -208353,7 +208353,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -208543,7 +208543,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -208569,7 +208569,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -208763,7 +208763,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -208790,7 +208790,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -208984,7 +208984,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -209011,7 +209011,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -209201,7 +209201,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -209227,7 +209227,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -209256,7 +209256,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -209446,7 +209446,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -209472,7 +209472,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -209501,7 +209501,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -209695,7 +209695,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -209722,7 +209722,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -209751,7 +209751,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -209945,7 +209945,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -209972,7 +209972,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -210001,7 +210001,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -210194,7 +210194,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -210252,7 +210252,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -210278,7 +210278,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -210439,7 +210439,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -210497,7 +210497,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -210523,7 +210523,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -210684,7 +210684,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -210746,7 +210746,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -210773,7 +210773,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -210934,7 +210934,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -210996,7 +210996,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -211023,7 +211023,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -211184,7 +211184,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -211242,7 +211242,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -211268,7 +211268,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -211297,7 +211297,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -211458,7 +211458,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -211516,7 +211516,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -211542,7 +211542,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -211571,7 +211571,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -211732,7 +211732,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -211794,7 +211794,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -211821,7 +211821,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -211850,7 +211850,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -212011,7 +212011,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -212073,7 +212073,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -212100,7 +212100,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -212129,7 +212129,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -212290,7 +212290,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -212361,7 +212361,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -212387,7 +212387,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -212574,7 +212574,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -212645,7 +212645,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -212671,7 +212671,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -212858,7 +212858,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -212933,7 +212933,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -212960,7 +212960,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -213147,7 +213147,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -213222,7 +213222,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -213249,7 +213249,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -213436,7 +213436,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -213507,7 +213507,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -213533,7 +213533,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -213562,7 +213562,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -213749,7 +213749,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -213820,7 +213820,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -213846,7 +213846,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -213875,7 +213875,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -214062,7 +214062,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -214137,7 +214137,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -214164,7 +214164,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -214193,7 +214193,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -214380,7 +214380,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -214455,7 +214455,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -214482,7 +214482,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -214511,7 +214511,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -214698,7 +214698,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -214756,7 +214756,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -214782,7 +214782,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -214949,7 +214949,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -215007,7 +215007,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -215033,7 +215033,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -215200,7 +215200,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -215262,7 +215262,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -215289,7 +215289,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -215456,7 +215456,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -215518,7 +215518,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -215545,7 +215545,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -215712,7 +215712,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -215770,7 +215770,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -215796,7 +215796,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -215825,7 +215825,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -215992,7 +215992,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -216050,7 +216050,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -216076,7 +216076,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -216105,7 +216105,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -216272,7 +216272,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -216334,7 +216334,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -216361,7 +216361,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -216390,7 +216390,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -216557,7 +216557,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -216619,7 +216619,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -216646,7 +216646,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -216675,7 +216675,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -216842,7 +216842,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -216913,7 +216913,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -216939,7 +216939,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -217132,7 +217132,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -217203,7 +217203,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -217229,7 +217229,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -217422,7 +217422,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -217497,7 +217497,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -217524,7 +217524,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -217717,7 +217717,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -217792,7 +217792,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -217819,7 +217819,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -218012,7 +218012,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -218083,7 +218083,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -218109,7 +218109,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -218138,7 +218138,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -218331,7 +218331,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -218402,7 +218402,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -218428,7 +218428,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -218457,7 +218457,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -218650,7 +218650,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -218725,7 +218725,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -218752,7 +218752,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -218781,7 +218781,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -218958,7 +218958,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -218984,7 +218984,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -219020,7 +219020,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -219046,7 +219046,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
@@ -219234,7 +219234,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 12px; width: 12px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 12px; width: 12px;"
>
keyboard_arrow_down_filled
@@ -219309,7 +219309,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
unfold_more
@@ -219336,7 +219336,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
filter_list
@@ -219365,7 +219365,7 @@ exports[`Table component sync
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
more_vert_filled
diff --git a/core/components/organisms/timePicker/__tests__/__snapshots__/TimePicker.test.tsx.snap b/core/components/organisms/timePicker/__tests__/__snapshots__/TimePicker.test.tsx.snap
index 4310df67a3..af6b6a75e0 100644
--- a/core/components/organisms/timePicker/__tests__/__snapshots__/TimePicker.test.tsx.snap
+++ b/core/components/organisms/timePicker/__tests__/__snapshots__/TimePicker.test.tsx.snap
@@ -204,7 +204,7 @@ exports[`TimePicker component prop:time snapshot
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -246,7 +246,7 @@ exports[`TimePicker component prop:time snapshot
class="material-icons material-icons-rounded Icon Input-icon--right"
data-test="DesignSystem-Input--closeIcon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
diff --git a/core/components/organisms/timePicker/__tests__/__snapshots__/TimePickerWithSearch.test.tsx.snap b/core/components/organisms/timePicker/__tests__/__snapshots__/TimePickerWithSearch.test.tsx.snap
index 5fffb8bdb4..04187c4fc3 100644
--- a/core/components/organisms/timePicker/__tests__/__snapshots__/TimePickerWithSearch.test.tsx.snap
+++ b/core/components/organisms/timePicker/__tests__/__snapshots__/TimePickerWithSearch.test.tsx.snap
@@ -32,7 +32,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -75,7 +75,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -118,7 +118,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -161,7 +161,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -204,7 +204,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -247,7 +247,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -290,7 +290,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -333,7 +333,7 @@ exports[`TimePicker component snapshots renders snapshot for all props
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
diff --git a/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap b/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap
index 9a0f633a19..aec7579fac 100644
--- a/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap
+++ b/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap
@@ -21,7 +21,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assignment_ind
@@ -39,7 +39,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
forum
@@ -56,7 +56,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assignment_ind
@@ -73,7 +73,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -91,7 +91,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
airline_seat_flat_angled
@@ -109,7 +109,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
favorite
@@ -151,7 +151,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mr-4"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assignment_ind
@@ -191,7 +191,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mr-4"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
forum
@@ -206,7 +206,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mx-4"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_up
@@ -222,7 +222,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mr-4"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
assignment_ind
@@ -245,7 +245,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mr-4"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
events
@@ -269,7 +269,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mr-4"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
airline_seat_flat_angled
@@ -299,7 +299,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mr-4"
data-test="DesignSystem-VerticalNav--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
favorite
@@ -314,7 +314,7 @@ exports[`Vertical Navigation component
class="material-icons material-icons-rounded Icon mx-4"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
diff --git a/core/utils/__tests__/__snapshots__/TS.test.tsx.snap b/core/utils/__tests__/__snapshots__/TS.test.tsx.snap
index 9500d50f25..dbbe6b44d4 100644
--- a/core/utils/__tests__/__snapshots__/TS.test.tsx.snap
+++ b/core/utils/__tests__/__snapshots__/TS.test.tsx.snap
@@ -10,7 +10,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--white Avatar-content--secondary"
data-test="DesignSystem-Avatar--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
person
@@ -118,7 +118,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -140,7 +140,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -158,7 +158,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--inverse pl-3"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -177,7 +177,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
@@ -772,7 +772,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -812,7 +812,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--default"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
keyboard_arrow_down
@@ -854,7 +854,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
Hello World!
@@ -941,7 +941,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--info Message-icon Message-icon--info"
data-test="DesignSystem-Message--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -1507,7 +1507,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Toast-icon Toast-icon--left Toast-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
info
@@ -1527,7 +1527,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon Icon--white Toast-icon Toast-icon--right Toast-icon--info Toast-close-icon--info"
data-test="DesignSystem-Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
tabindex="0"
>
close
@@ -1585,7 +1585,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
close
@@ -1639,7 +1639,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
first_page
@@ -1658,7 +1658,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
navigate_before
@@ -1681,7 +1681,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
navigate_next
@@ -1700,7 +1700,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
last_page
@@ -1789,7 +1789,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_back
@@ -1832,7 +1832,7 @@ exports[`TS renders children 1`] = `
class="material-icons material-icons-rounded Icon"
data-test="DesignSystem-Button--Icon"
role="button"
- style="font-size: 16px; width: 16px; font-variation-settings: \\"FILL\\" 1, \\"wght\\" 400, \\"GRAD\\" 0, \\"opsz\\" 20;"
+ style="font-size: 16px; width: 16px;"
>
arrow_forward
diff --git a/css/gulpfile.js b/css/gulpfile.js
index b988839e4f..ac8b59e328 100644
--- a/css/gulpfile.js
+++ b/css/gulpfile.js
@@ -7,7 +7,7 @@ const postcssColorMod = require('postcss-color-mod-function');
const cleaner = require('gulp-clean');
const materialIcons = './material-design-icons/iconfont/material-icons.css';
-const materialFont = './material-design-icons/iconfont/*.{ttf,otf}';
+const materialFont = './material-design-icons/iconfont/*.{ttf,otf,woff2}';
const sources = [
'./src/tokens/*.css',
diff --git a/css/material-design-icons/iconfont/MaterialSymbolsOutlined.ttf b/css/material-design-icons/iconfont/MaterialSymbolsOutlined.ttf
deleted file mode 100644
index 257b9c361a..0000000000
Binary files a/css/material-design-icons/iconfont/MaterialSymbolsOutlined.ttf and /dev/null differ
diff --git a/css/material-design-icons/iconfont/MaterialSymbolsRounded.ttf b/css/material-design-icons/iconfont/MaterialSymbolsRounded.ttf
deleted file mode 100644
index b41eb3b5fc..0000000000
Binary files a/css/material-design-icons/iconfont/MaterialSymbolsRounded.ttf and /dev/null differ
diff --git a/css/material-design-icons/iconfont/MaterialSymbolsRounded.woff2 b/css/material-design-icons/iconfont/MaterialSymbolsRounded.woff2
new file mode 100644
index 0000000000..b834c1e349
Binary files /dev/null and b/css/material-design-icons/iconfont/MaterialSymbolsRounded.woff2 differ
diff --git a/css/material-design-icons/iconfont/material-icons.css b/css/material-design-icons/iconfont/material-icons.css
index 25e03e23ea..5eb653b62e 100644
--- a/css/material-design-icons/iconfont/material-icons.css
+++ b/css/material-design-icons/iconfont/material-icons.css
@@ -1,20 +1,16 @@
-@font-face {
- font-family: 'Material Symbols Outlined';
- font-style: normal;
- src: url(MaterialSymbolsOutlined.ttf);
-}
-
+/* fallback */
@font-face {
font-family: 'Material Symbols Rounded';
font-style: normal;
- src: url(MaterialSymbolsRounded.ttf);
+ font-weight: 300;
+ src: url(MaterialSymbolsRounded.woff2) format('woff2');
}
.material-icons {
- font-family: 'Material Icons';
+ font-family: 'Material Symbols Rounded';
font-weight: normal;
font-style: normal;
- font-size: 16px; /* preferred icon size */
+ font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
@@ -26,12 +22,10 @@
-webkit-font-smoothing: antialiased;
}
-.material-icons-outlined {
- font-family: 'Material Symbols Outlined';
- font-size: 24px; /* Preferred icon size */
+.material-icons-rounded {
+ font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}
-.material-icons-rounded {
- font-family: 'Material Symbols Rounded';
- font-size: 24px; /* Preferred icon size */
+.material-icons-outlined {
+ font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}