diff --git a/.storybook/main.tsx b/.storybook/main.tsx
index 816a7c1..17a084b 100644
--- a/.storybook/main.tsx
+++ b/.storybook/main.tsx
@@ -2,12 +2,13 @@ import type { StorybookConfig } from "@storybook/react-vite";
 import path from "path";
 
 const config: StorybookConfig = {
-  stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
+  stories: [
+    "../src/stories/**/*.mdx",
+    "../src/stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
+  ],
   addons: [
-    "@storybook/addon-onboarding",
     "@storybook/addon-links",
     "@storybook/addon-essentials",
-    "@chromatic-com/storybook",
     "@storybook/addon-interactions",
   ],
   framework: {
@@ -21,10 +22,11 @@ const config: StorybookConfig = {
     if (config.resolve) {
       config.resolve.alias = {
         ...config.resolve.alias,
-        blocks: path.resolve(__dirname, "/src/blocks"),
         icons: path.resolve(__dirname, "/src/icons"),
         providers: path.resolve(__dirname, "/src/providers"),
-        ui: path.resolve(__dirname, "/src/ui"),
+        "ui/components": path.resolve(__dirname, "/src/ui/components"),
+        "ui/layout": path.resolve(__dirname, "/src/ui/layout"),
+        "ui/primitives": path.resolve(__dirname, "/src/ui/primitives"),
       };
     }
 
diff --git a/package-lock.json b/package-lock.json
index 02af9c2..db38a44 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,6 @@
       "name": "sds",
       "version": "0.0.0",
       "devDependencies": {
-        "@chromatic-com/storybook": "^1.3.5",
         "@figma/code-connect": "^0.1.2",
         "@react-aria/accordion": "^3.0.0-alpha.28",
         "@react-aria/focus": "^3.17.0",
@@ -20,7 +19,6 @@
         "@storybook/addon-essentials": "^8.0.10",
         "@storybook/addon-interactions": "^8.0.10",
         "@storybook/addon-links": "^8.0.10",
-        "@storybook/addon-onboarding": "^8.0.10",
         "@storybook/blocks": "^8.0.10",
         "@storybook/react": "^8.0.10",
         "@storybook/react-vite": "^8.0.10",
@@ -2066,50 +2064,6 @@
       "integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==",
       "dev": true
     },
-    "node_modules/@chromatic-com/storybook": {
-      "version": "1.3.5",
-      "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-1.3.5.tgz",
-      "integrity": "sha512-Eunwu6qCvEHSOCaI0SHsAHJKhHOho+/yHguES34Afi8WZAOq2bw50U8GTQMSft76My87QFlPkCt/Qak4H3MAZw==",
-      "dev": true,
-      "dependencies": {
-        "chromatic": "^11.3.2",
-        "filesize": "^10.0.12",
-        "jsonfile": "^6.1.0",
-        "react-confetti": "^6.1.0",
-        "strip-ansi": "^7.1.0"
-      },
-      "engines": {
-        "node": ">=16.0.0",
-        "yarn": ">=1.22.18"
-      }
-    },
-    "node_modules/@chromatic-com/storybook/node_modules/ansi-regex": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
-      "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
-      "dev": true,
-      "engines": {
-        "node": ">=12"
-      },
-      "funding": {
-        "url": "https://github.com/chalk/ansi-regex?sponsor=1"
-      }
-    },
-    "node_modules/@chromatic-com/storybook/node_modules/strip-ansi": {
-      "version": "7.1.0",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
-      "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
-      "dev": true,
-      "dependencies": {
-        "ansi-regex": "^6.0.1"
-      },
-      "engines": {
-        "node": ">=12"
-      },
-      "funding": {
-        "url": "https://github.com/chalk/strip-ansi?sponsor=1"
-      }
-    },
     "node_modules/@colors/colors": {
       "version": "1.5.0",
       "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
@@ -4705,16 +4659,6 @@
         "url": "https://opencollective.com/storybook"
       }
     },
-    "node_modules/@storybook/addon-onboarding": {
-      "version": "8.0.10",
-      "resolved": "https://registry.npmjs.org/@storybook/addon-onboarding/-/addon-onboarding-8.0.10.tgz",
-      "integrity": "sha512-pcSBjOi944rg52bzaEt5jveFNTPbENna1FDUti8PK+vXgg7iAK6pIoZZiy7APU2N/YO/DxLgT276auVbPweEZg==",
-      "dev": true,
-      "funding": {
-        "type": "opencollective",
-        "url": "https://opencollective.com/storybook"
-      }
-    },
     "node_modules/@storybook/addon-outline": {
       "version": "8.0.10",
       "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.0.10.tgz",
@@ -8137,29 +8081,6 @@
         "node": ">=10"
       }
     },
-    "node_modules/chromatic": {
-      "version": "11.3.2",
-      "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.3.2.tgz",
-      "integrity": "sha512-0PuHl49VvBMoDHEfmNjC/bim9YYNhWF3axTZlFuatC0avwr2Xw4GDqJDG9fArEWN8oM8VtYHkE9D7qc87dmz2w==",
-      "dev": true,
-      "bin": {
-        "chroma": "dist/bin.js",
-        "chromatic": "dist/bin.js",
-        "chromatic-cli": "dist/bin.js"
-      },
-      "peerDependencies": {
-        "@chromatic-com/cypress": "^0.*.* || ^1.0.0",
-        "@chromatic-com/playwright": "^0.*.* || ^1.0.0"
-      },
-      "peerDependenciesMeta": {
-        "@chromatic-com/cypress": {
-          "optional": true
-        },
-        "@chromatic-com/playwright": {
-          "optional": true
-        }
-      }
-    },
     "node_modules/citty": {
       "version": "0.1.6",
       "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
@@ -10031,15 +9952,6 @@
         "node": ">=10"
       }
     },
-    "node_modules/filesize": {
-      "version": "10.1.1",
-      "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.1.tgz",
-      "integrity": "sha512-L0cdwZrKlwZQkMSFnCflJ6J2Y+5egO/p3vgRSDQGxQt++QbUZe5gMbRO6kg6gzwQDPvq2Fk9AmoxUNfZ5gdqaQ==",
-      "dev": true,
-      "engines": {
-        "node": ">= 10.4.0"
-      }
-    },
     "node_modules/fill-range": {
       "version": "7.0.1",
       "dev": true,
@@ -12950,21 +12862,6 @@
         "react-dom": ">=16.8.0"
       }
     },
-    "node_modules/react-confetti": {
-      "version": "6.1.0",
-      "resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.1.0.tgz",
-      "integrity": "sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==",
-      "dev": true,
-      "dependencies": {
-        "tween-functions": "^1.2.0"
-      },
-      "engines": {
-        "node": ">=10.18"
-      },
-      "peerDependencies": {
-        "react": "^16.3.0 || ^17.0.1 || ^18.0.0"
-      }
-    },
     "node_modules/react-docgen": {
       "version": "7.0.3",
       "resolved": "https://registry.npmjs.org/react-docgen/-/react-docgen-7.0.3.tgz",
@@ -14358,12 +14255,6 @@
       "dev": true,
       "license": "0BSD"
     },
-    "node_modules/tween-functions": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/tween-functions/-/tween-functions-1.2.0.tgz",
-      "integrity": "sha512-PZBtLYcCLtEcjL14Fzb1gSxPBeL7nWvGhO5ZFPGqziCcr8uvHp0NDmdjBchp6KHL+tExcg0m3NISmKxhU394dA==",
-      "dev": true
-    },
     "node_modules/type-check": {
       "version": "0.4.0",
       "dev": true,
@@ -16395,36 +16286,6 @@
       "integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==",
       "dev": true
     },
-    "@chromatic-com/storybook": {
-      "version": "1.3.5",
-      "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-1.3.5.tgz",
-      "integrity": "sha512-Eunwu6qCvEHSOCaI0SHsAHJKhHOho+/yHguES34Afi8WZAOq2bw50U8GTQMSft76My87QFlPkCt/Qak4H3MAZw==",
-      "dev": true,
-      "requires": {
-        "chromatic": "^11.3.2",
-        "filesize": "^10.0.12",
-        "jsonfile": "^6.1.0",
-        "react-confetti": "^6.1.0",
-        "strip-ansi": "^7.1.0"
-      },
-      "dependencies": {
-        "ansi-regex": {
-          "version": "6.0.1",
-          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
-          "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
-          "dev": true
-        },
-        "strip-ansi": {
-          "version": "7.1.0",
-          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
-          "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
-          "dev": true,
-          "requires": {
-            "ansi-regex": "^6.0.1"
-          }
-        }
-      }
-    },
     "@colors/colors": {
       "version": "1.5.0",
       "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
@@ -18447,12 +18308,6 @@
         "tiny-invariant": "^1.3.1"
       }
     },
-    "@storybook/addon-onboarding": {
-      "version": "8.0.10",
-      "resolved": "https://registry.npmjs.org/@storybook/addon-onboarding/-/addon-onboarding-8.0.10.tgz",
-      "integrity": "sha512-pcSBjOi944rg52bzaEt5jveFNTPbENna1FDUti8PK+vXgg7iAK6pIoZZiy7APU2N/YO/DxLgT276auVbPweEZg==",
-      "dev": true
-    },
     "@storybook/addon-outline": {
       "version": "8.0.10",
       "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.0.10.tgz",
@@ -20956,13 +20811,6 @@
       "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
       "dev": true
     },
-    "chromatic": {
-      "version": "11.3.2",
-      "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.3.2.tgz",
-      "integrity": "sha512-0PuHl49VvBMoDHEfmNjC/bim9YYNhWF3axTZlFuatC0avwr2Xw4GDqJDG9fArEWN8oM8VtYHkE9D7qc87dmz2w==",
-      "dev": true,
-      "requires": {}
-    },
     "citty": {
       "version": "0.1.6",
       "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
@@ -22226,12 +22074,6 @@
         }
       }
     },
-    "filesize": {
-      "version": "10.1.1",
-      "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.1.tgz",
-      "integrity": "sha512-L0cdwZrKlwZQkMSFnCflJ6J2Y+5egO/p3vgRSDQGxQt++QbUZe5gMbRO6kg6gzwQDPvq2Fk9AmoxUNfZ5gdqaQ==",
-      "dev": true
-    },
     "fill-range": {
       "version": "7.0.1",
       "dev": true,
@@ -24195,15 +24037,6 @@
       "dev": true,
       "requires": {}
     },
-    "react-confetti": {
-      "version": "6.1.0",
-      "resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.1.0.tgz",
-      "integrity": "sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==",
-      "dev": true,
-      "requires": {
-        "tween-functions": "^1.2.0"
-      }
-    },
     "react-docgen": {
       "version": "7.0.3",
       "resolved": "https://registry.npmjs.org/react-docgen/-/react-docgen-7.0.3.tgz",
@@ -25249,12 +25082,6 @@
         }
       }
     },
-    "tween-functions": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/tween-functions/-/tween-functions-1.2.0.tgz",
-      "integrity": "sha512-PZBtLYcCLtEcjL14Fzb1gSxPBeL7nWvGhO5ZFPGqziCcr8uvHp0NDmdjBchp6KHL+tExcg0m3NISmKxhU394dA==",
-      "dev": true
-    },
     "type-check": {
       "version": "0.4.0",
       "dev": true,
diff --git a/package.json b/package.json
index ca8d4a5..1067270 100644
--- a/package.json
+++ b/package.json
@@ -11,9 +11,9 @@
     "storybook": "storybook dev -p 6006 --no-open",
     "storybook:build": "storybook build --output-dir dist/storybook",
     "build": "npm run app:build; npm run storybook:build",
-    "script:blocks": "cd scripts/blocks; node --env-file=../../.env app.mjs; cd -;",
-    "script:icons": "cd scripts/icons; node --env-file=../../.env icons.cjs; cd -;",
     "script:styles": "cd scripts/styles; node --env-file=../../.env styles.cjs; cd -;",
+    "script:icons": "cd scripts/icons; node --env-file=../../.env app.mjs --skip-rest-api; cd -;",
+    "script:icons:rest": "cd scripts/icons; node --env-file=../../.env app.mjs; cd -;",
     "script:tokens": "cd scripts/tokens; node --env-file=../../.env app.mjs --skip-rest-api; cd -;",
     "script:tokens:rest": "cd scripts/tokens; node --env-file=../../.env app.mjs; cd -;"
   },
@@ -23,7 +23,6 @@
     ]
   },
   "devDependencies": {
-    "@chromatic-com/storybook": "^1.3.5",
     "@figma/code-connect": "^0.1.2",
     "@react-aria/accordion": "^3.0.0-alpha.28",
     "@react-aria/focus": "^3.17.0",
@@ -35,7 +34,6 @@
     "@storybook/addon-essentials": "^8.0.10",
     "@storybook/addon-interactions": "^8.0.10",
     "@storybook/addon-links": "^8.0.10",
-    "@storybook/addon-onboarding": "^8.0.10",
     "@storybook/blocks": "^8.0.10",
     "@storybook/react": "^8.0.10",
     "@storybook/react-vite": "^8.0.10",
diff --git a/scripts/blocks/app.mjs b/scripts/blocks/app.mjs
deleted file mode 100644
index af2e490..0000000
--- a/scripts/blocks/app.mjs
+++ /dev/null
@@ -1,80 +0,0 @@
-import fs from "fs";
-
-// run with node --env-file=.env app.mjs
-const TOKEN = process.env.FIGMA_ACCESS_TOKEN;
-const _URL_BASE = "https://api.staging.figma.com/v1/files";
-const _FILE_URL_BASE = "https://staging.figma.com/design/";
-const _FILE_KEY = "YfiqA0yWMXuLJAzkZNpBdy";
-const URL_BASE = "https://api.figma.com/v1/files";
-const FILE_URL_BASE = "https://figma.com/design/";
-const FILE_KEY = "J0KLPKXiONDRssXD1AX9Oi";
-
-export async function getFileData(fileKey, pageName) {
-  try {
-    const fileResponse = await fetch(`${URL_BASE}/${fileKey}`, {
-      method: "GET",
-      headers: { "X-FIGMA-TOKEN": TOKEN },
-    });
-    const data = await fileResponse.json();
-    return fileRESTResponseToJSON(data, pageName);
-  } catch (e) {
-    throw e;
-  }
-}
-
-function fileRESTResponseToJSON(response, pageName) {
-  const page = response.document.children.find(({ name }) => name === pageName);
-  const result = [];
-  const files = [];
-  if (page) {
-    page.children.forEach((child) => {
-      if (child.type === "SECTION") {
-        const section = { name: child.name, components: [] };
-        const file = {
-          name: child.name.replace(/[^A-Za-z]/g, ""),
-          lines: [
-            `import { figma } from "@figma/code-connect"; import { Flex, FlexItem, Section } from "../../ui";`,
-          ],
-        };
-        files.push(file);
-        result.push(section);
-        child.children.forEach((item) => {
-          if (item.type === "COMPONENT" || item.type === "COMPONENT_SET") {
-            const children = [];
-            traverseChildren(item.children, children);
-            file.lines.push(
-              [
-                `// ${child.name}: ${item.name}`,
-                `figma.connect(Section, "${FILE_URL_BASE}${FILE_KEY}?node-id=${item.id}", { props: { children: figma.children(${JSON.stringify(children)}) }, example: ({ children }) => (<Section><Flex direction="row" wrap container>{children}</Flex></Section>) })`,
-              ].join("\n"),
-            );
-            section.components.push({ name: item.name, id: item.id, children });
-          }
-        });
-      }
-    });
-  }
-
-  fs.writeFileSync("./payload.json", JSON.stringify(result, null, 2));
-  files.forEach(({ name, lines }) =>
-    fs.writeFileSync(`./${name}.figma.tsx.txt`, lines.join("\n\n")),
-  );
-}
-
-function traverseChildren(children, agg) {
-  children.forEach((child) => {
-    if (["INSTANCE", "COMPONENT"].includes(child.type)) {
-      if (!agg.includes(child.name)) {
-        agg.push(child.name);
-      }
-    } else if ("children" in child) {
-      traverseChildren(child.children, agg);
-    }
-  });
-}
-
-async function run() {
-  const data = await getFileData(FILE_KEY, "Blocks");
-}
-
-run();
diff --git a/scripts/blocks/payload.json b/scripts/blocks/payload.json
deleted file mode 100644
index 3cc2f94..0000000
--- a/scripts/blocks/payload.json
+++ /dev/null
@@ -1,261 +0,0 @@
-[
-  {
-    "name": "Forms",
-    "components": [
-      {
-        "name": "Shipping Form",
-        "id": "9762:3140",
-        "children": [
-          "Legend",
-          "Description",
-          "Input Field",
-          "Select Field",
-          "Text Area Field",
-          "Switch Field",
-          "Checkbox Field",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Contact Form",
-        "id": "56:15992",
-        "children": [
-          "Input Field",
-          "Text Area Field",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Log in Form",
-        "id": "2143:14838",
-        "children": [
-          "Input Field",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Register Form",
-        "id": "2143:14829",
-        "children": [
-          "Input Field",
-          "Checkbox Field",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Forgot Password Form",
-        "id": "2143:14939",
-        "children": [
-          "Input Field",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Newsletter Form",
-        "id": "56:15991",
-        "children": [
-          "Input Field",
-          "Button"
-        ]
-      }
-    ]
-  },
-  {
-    "name": "Cards",
-    "components": [
-      {
-        "name": "Product Info Card",
-        "id": "7753:4465",
-        "children": [
-          "Image",
-          "Text Heading",
-          "Text Price",
-          "Text",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Pricing Card",
-        "id": "7722:3736",
-        "children": [
-          "Text Heading",
-          "Text Price",
-          "Text List",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Testimonial Card",
-        "id": "7717:3946",
-        "children": [
-          "Text Heading",
-          "Avatar Block"
-        ]
-      }
-    ]
-  },
-  {
-    "name": "Building Blocks",
-    "components": [
-      {
-        "name": "Section Accordion",
-        "id": "2142:11009",
-        "children": [
-          "Text Content Heading",
-          "Accordion"
-        ]
-      },
-      {
-        "name": "Section Card Image Grid",
-        "id": "2142:12529",
-        "children": [
-          "Text Content Heading",
-          "Card"
-        ]
-      },
-      {
-        "name": "Section Content List",
-        "id": "2142:12241",
-        "children": [
-          "Text Content Heading",
-          "Card"
-        ]
-      },
-      {
-        "name": "Section Testimonials",
-        "id": "2142:10523",
-        "children": [
-          "Text Content Heading",
-          "Testimonial Card"
-        ]
-      },
-      {
-        "name": "Section Card Icon Grid",
-        "id": "2143:14417",
-        "children": [
-          "Text Content Heading",
-          "Card"
-        ]
-      },
-      {
-        "name": "Section Image Panel Images",
-        "id": "2143:14658",
-        "children": [
-          "Image Panel"
-        ]
-      },
-      {
-        "name": "Section Image Panel Default",
-        "id": "2171:21360",
-        "children": [
-          "Image Panel"
-        ]
-      },
-      {
-        "name": "Section Image Panel Swap",
-        "id": "2171:21397",
-        "children": [
-          "Image Panel"
-        ]
-      },
-      {
-        "name": "Section Image Panel Image",
-        "id": "2171:21434",
-        "children": [
-          "Image Panel"
-        ]
-      },
-      {
-        "name": "Section Hero",
-        "id": "2142:10483",
-        "children": [
-          "Text Content Title"
-        ]
-      },
-      {
-        "name": "Section Hero Actions",
-        "id": "2143:15053",
-        "children": [
-          "Text Content Title",
-          "Button Group"
-        ]
-      },
-      {
-        "name": "Section Pricing",
-        "id": "2142:10786",
-        "children": [
-          "Navigation",
-          "Pricing Card"
-        ]
-      },
-      {
-        "name": "Section Hero Newsletter",
-        "id": "2142:11090",
-        "children": [
-          "Text Content Title",
-          "Newsletter Form"
-        ]
-      },
-      {
-        "name": "Section Hero Contact",
-        "id": "2143:13799",
-        "children": [
-          "Text Content Title",
-          "Contact Form"
-        ]
-      },
-      {
-        "name": "Footer",
-        "id": "2171:21910",
-        "children": [
-          "Standard Footer"
-        ]
-      },
-      {
-        "name": "Header",
-        "id": "2171:21984",
-        "children": [
-          "Vertical Header"
-        ]
-      }
-    ]
-  },
-  {
-    "name": "Panels",
-    "components": [
-      {
-        "name": "Image Panel",
-        "id": "2164:15467",
-        "children": [
-          "Variant=Default",
-          "Variant=Swap",
-          "Variant=Images",
-          "Variant=Image"
-        ]
-      }
-    ]
-  },
-  {
-    "name": "Headers",
-    "components": [
-      {
-        "name": "Vertical Header",
-        "id": "7722:3364",
-        "children": [
-          "Logo",
-          "Navigation"
-        ]
-      },
-      {
-        "name": "Standard Header",
-        "id": "7717:3642",
-        "children": [
-          "Logo",
-          "Navigation",
-          "Button Group",
-          "Menu"
-        ]
-      }
-    ]
-  }
-]
\ No newline at end of file
diff --git a/scripts/icons/app.mjs b/scripts/icons/app.mjs
new file mode 100644
index 0000000..ef19263
--- /dev/null
+++ b/scripts/icons/app.mjs
@@ -0,0 +1,159 @@
+import fs from "fs";
+
+// run with node --env-file=.env app.mjs
+const TOKEN = process.env.FIGMA_ACCESS_TOKEN;
+const _URL_BASE = "https://api.staging.figma.com/v1/files";
+const _FILE_URL_BASE = "https://staging.figma.com/design/";
+const _FILE_KEY = "YfiqA0yWMXuLJAzkZNpBdy";
+const URL_BASE = "https://api.figma.com/v1/files";
+const URL_BASE_IMAGES = "https://api.figma.com/v1/images";
+const FILE_URL_BASE = "https://figma.com/design/";
+const FILE_KEY = "J0KLPKXiONDRssXD1AX9Oi";
+const FILE_URL = `${FILE_URL_BASE}${FILE_KEY}`;
+const PAGE_NAME = "Icons";
+const ICON_VARIANT_NAME = "Size=16";
+
+const SKIP_REST_API = process.argv.includes("--skip-rest-api");
+
+async function go() {
+  if (!SKIP_REST_API) {
+    const data = await getIconComponents();
+    fs.writeFileSync("./icons-index.txt", data.exports.sort().join("\n"));
+    fs.writeFileSync("./icons.json", JSON.stringify(data.files, null, 2));
+  }
+
+  const json = JSON.parse(fs.readFileSync("./icons.json"));
+  fs.copyFileSync("./icons-index.txt", "../../src/icons/index.ts");
+  await Promise.all(
+    json.map(
+      ([fileName, fileContents]) =>
+        new Promise((resolve, reject) => {
+          fs.writeFile(`../../src/icons/${fileName}`, fileContents, (err) =>
+            err ? reject(err) : resolve(),
+          );
+        }),
+    ),
+  );
+
+  console.log("DONE!");
+}
+
+go();
+
+async function getIconComponents() {
+  try {
+    const fileResponse = await fetch(`${URL_BASE}/${FILE_KEY}`, {
+      method: "GET",
+      headers: { "X-FIGMA-TOKEN": TOKEN },
+    });
+    const data = await fileResponse.json();
+    return await fileRESTResponseToIconComponentsJSON(data);
+  } catch (e) {
+    throw e;
+  }
+}
+async function getSVGImages(nodeIds) {
+  try {
+    const fileResponse = await fetch(
+      `${URL_BASE_IMAGES}/${FILE_KEY}?format=svg&ids=${nodeIds.join(",")}`,
+      {
+        method: "GET",
+        headers: { "X-FIGMA-TOKEN": TOKEN },
+      },
+    );
+    return await fileResponse.json();
+  } catch (e) {
+    throw e;
+  }
+}
+
+async function fileRESTResponseToIconComponentsJSON(response) {
+  const page = response.document.children.find(
+    (page) => page.name === PAGE_NAME,
+  );
+  const idsToNameAndComponentSetId = {};
+  if (page) {
+    page.children.forEach((component) => {
+      if (component.type === "COMPONENT_SET") {
+        const child = component.children.find(
+          (child) => child.name === ICON_VARIANT_NAME,
+        );
+        if (child) {
+          idsToNameAndComponentSetId[child.id] = [
+            "Icon" +
+              component.name
+                .split(/[^a-zA-Z0-9]+/)
+                .map((a) => a.charAt(0).toUpperCase() + a.substring(1))
+                .join(""),
+            component.id,
+          ];
+        }
+      }
+    });
+  }
+  const nodeIds = Object.keys(idsToNameAndComponentSetId);
+  const { images } = await getSVGImages(nodeIds);
+
+  console.log("Sleeping for ten seconds to wait for images to exist...");
+  await new Promise((resolve) => setTimeout(resolve, 10000));
+  console.log("Proceeding....");
+
+  const res = { files: [], exports: [] };
+  const fails = [];
+  await Promise.all(
+    nodeIds.map(async (nodeId) => {
+      try {
+        await processNodeId(nodeId);
+      } catch (e) {
+        fails.push(nodeId);
+        console.log("Failed once:", nodeId);
+      }
+    }),
+  );
+  console.log(`Retrying ${fails.length} failure(s)...`);
+  await Promise.all(
+    fails.map(async (nodeId) => {
+      try {
+        await processNodeId(nodeId);
+      } catch (e) {
+        console.error(e);
+        console.log(
+          "Failed again:",
+          nodeId,
+          images[nodeId],
+          ...idsToNameAndComponentSetId[nodeId],
+        );
+      }
+    }),
+  );
+
+  async function processNodeId(nodeId) {
+    const fileResponse = await fetch(images[nodeId], { method: "GET" });
+    const svg = await fileResponse.text();
+    const [name, componentSetId] = idsToNameAndComponentSetId[nodeId];
+    const svgString = [
+      `import figma from "@figma/code-connect";`,
+      'import { IconProps, Icon } from "ui/primitives";',
+      `export const ${name} = (props: IconProps) => (`,
+    ];
+    res.exports.push(`export { ${name} } from "./${name}.tsx";`);
+    const cleanSvg = svg
+      .replace(
+        /(stroke|fill|line|clip)-(.)/g,
+        (_, p1, p2) => p1 + p2.toUpperCase(),
+      )
+      .replace(/<svg[^>]+>/, "")
+      .replace(/<\/svg>/, "")
+      .replace(/stroke="#[^"]+"/g, `stroke="var(--svg-stroke-color)"`)
+      .replace(/fill="#[^"]+"/g, `fill="var(--svg-fill-color)"`)
+      .replace(/\n/g, "");
+    svgString.push(`  <Icon {...props}>${cleanSvg}</Icon>`);
+    svgString.push(");");
+    svgString.push(
+      `figma.connect(${name}, "${FILE_URL}?node-id=${componentSetId}", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <${name} size={size} /> });`,
+    );
+    res.files.push([`${name}.tsx`, svgString.join("\n")]);
+  }
+
+  return res;
+}
diff --git a/scripts/icons/figma-plugin-icons-tsx/code.js b/scripts/icons/figma-plugin-icons-tsx/code.js
index ef16df0..233bf3f 100644
--- a/scripts/icons/figma-plugin-icons-tsx/code.js
+++ b/scripts/icons/figma-plugin-icons-tsx/code.js
@@ -16,7 +16,7 @@ async function run() {
             .join("");
         const lines = [
           `import figma from "@figma/code-connect";`,
-          'import { IconProps, Icon } from "ui";',
+          'import { IconProps, Icon } from "ui/primitives";',
           `export const ${cleanName} = (props: IconProps) => (`,
         ];
         exports.push(`export { ${cleanName} } from "./${cleanName}.tsx";`);
diff --git a/scripts/icons/icons-index.txt b/scripts/icons/icons-index.txt
index 72de374..1ad8f10 100644
--- a/scripts/icons/icons-index.txt
+++ b/scripts/icons/icons-index.txt
@@ -10,40 +10,40 @@ export { IconAlignRight } from "./IconAlignRight.tsx";
 export { IconAnchor } from "./IconAnchor.tsx";
 export { IconAperture } from "./IconAperture.tsx";
 export { IconArchive } from "./IconArchive.tsx";
+export { IconArrowDown } from "./IconArrowDown.tsx";
 export { IconArrowDownCircle } from "./IconArrowDownCircle.tsx";
 export { IconArrowDownLeft } from "./IconArrowDownLeft.tsx";
 export { IconArrowDownRight } from "./IconArrowDownRight.tsx";
-export { IconArrowDown } from "./IconArrowDown.tsx";
-export { IconArrowLeftCircle } from "./IconArrowLeftCircle.tsx";
 export { IconArrowLeft } from "./IconArrowLeft.tsx";
-export { IconArrowRightCircle } from "./IconArrowRightCircle.tsx";
+export { IconArrowLeftCircle } from "./IconArrowLeftCircle.tsx";
 export { IconArrowRight } from "./IconArrowRight.tsx";
+export { IconArrowRightCircle } from "./IconArrowRightCircle.tsx";
+export { IconArrowUp } from "./IconArrowUp.tsx";
 export { IconArrowUpCircle } from "./IconArrowUpCircle.tsx";
 export { IconArrowUpLeft } from "./IconArrowUpLeft.tsx";
 export { IconArrowUpRight } from "./IconArrowUpRight.tsx";
-export { IconArrowUp } from "./IconArrowUp.tsx";
 export { IconAtSign } from "./IconAtSign.tsx";
 export { IconAward } from "./IconAward.tsx";
-export { IconBarChart2 } from "./IconBarChart2.tsx";
 export { IconBarChart } from "./IconBarChart.tsx";
-export { IconBatteryCharging } from "./IconBatteryCharging.tsx";
+export { IconBarChart2 } from "./IconBarChart2.tsx";
 export { IconBattery } from "./IconBattery.tsx";
-export { IconBellOff } from "./IconBellOff.tsx";
+export { IconBatteryCharging } from "./IconBatteryCharging.tsx";
 export { IconBell } from "./IconBell.tsx";
+export { IconBellOff } from "./IconBellOff.tsx";
 export { IconBluetooth } from "./IconBluetooth.tsx";
 export { IconBold } from "./IconBold.tsx";
-export { IconBookOpen } from "./IconBookOpen.tsx";
 export { IconBook } from "./IconBook.tsx";
+export { IconBookOpen } from "./IconBookOpen.tsx";
 export { IconBookmark } from "./IconBookmark.tsx";
 export { IconBox } from "./IconBox.tsx";
 export { IconBriefcase } from "./IconBriefcase.tsx";
 export { IconCalendar } from "./IconCalendar.tsx";
-export { IconCameraOff } from "./IconCameraOff.tsx";
 export { IconCamera } from "./IconCamera.tsx";
+export { IconCameraOff } from "./IconCameraOff.tsx";
 export { IconCast } from "./IconCast.tsx";
+export { IconCheck } from "./IconCheck.tsx";
 export { IconCheckCircle } from "./IconCheckCircle.tsx";
 export { IconCheckSquare } from "./IconCheckSquare.tsx";
-export { IconCheck } from "./IconCheck.tsx";
 export { IconChevronDown } from "./IconChevronDown.tsx";
 export { IconChevronLeft } from "./IconChevronLeft.tsx";
 export { IconChevronRight } from "./IconChevronRight.tsx";
@@ -56,12 +56,12 @@ export { IconChrome } from "./IconChrome.tsx";
 export { IconCircle } from "./IconCircle.tsx";
 export { IconClipboard } from "./IconClipboard.tsx";
 export { IconClock } from "./IconClock.tsx";
+export { IconCloud } from "./IconCloud.tsx";
 export { IconCloudDrizzle } from "./IconCloudDrizzle.tsx";
 export { IconCloudLightning } from "./IconCloudLightning.tsx";
 export { IconCloudOff } from "./IconCloudOff.tsx";
 export { IconCloudRain } from "./IconCloudRain.tsx";
 export { IconCloudSnow } from "./IconCloudSnow.tsx";
-export { IconCloud } from "./IconCloud.tsx";
 export { IconCode } from "./IconCode.tsx";
 export { IconCodepen } from "./IconCodepen.tsx";
 export { IconCodesandbox } from "./IconCodesandbox.tsx";
@@ -85,34 +85,34 @@ export { IconCrosshair } from "./IconCrosshair.tsx";
 export { IconDatabase } from "./IconDatabase.tsx";
 export { IconDelete } from "./IconDelete.tsx";
 export { IconDisc } from "./IconDisc.tsx";
+export { IconDivide } from "./IconDivide.tsx";
 export { IconDivideCircle } from "./IconDivideCircle.tsx";
 export { IconDivideSquare } from "./IconDivideSquare.tsx";
-export { IconDivide } from "./IconDivide.tsx";
 export { IconDollarSign } from "./IconDollarSign.tsx";
-export { IconDownloadCloud } from "./IconDownloadCloud.tsx";
 export { IconDownload } from "./IconDownload.tsx";
+export { IconDownloadCloud } from "./IconDownloadCloud.tsx";
 export { IconDribbble } from "./IconDribbble.tsx";
 export { IconDroplet } from "./IconDroplet.tsx";
+export { IconEdit } from "./IconEdit.tsx";
 export { IconEdit2 } from "./IconEdit2.tsx";
 export { IconEdit3 } from "./IconEdit3.tsx";
-export { IconEdit } from "./IconEdit.tsx";
 export { IconExternalLink } from "./IconExternalLink.tsx";
-export { IconEyeOff } from "./IconEyeOff.tsx";
 export { IconEye } from "./IconEye.tsx";
+export { IconEyeOff } from "./IconEyeOff.tsx";
 export { IconFacebook } from "./IconFacebook.tsx";
 export { IconFastForward } from "./IconFastForward.tsx";
 export { IconFeather } from "./IconFeather.tsx";
 export { IconFigma } from "./IconFigma.tsx";
+export { IconFile } from "./IconFile.tsx";
 export { IconFileMinus } from "./IconFileMinus.tsx";
 export { IconFilePlus } from "./IconFilePlus.tsx";
 export { IconFileText } from "./IconFileText.tsx";
-export { IconFile } from "./IconFile.tsx";
 export { IconFilm } from "./IconFilm.tsx";
 export { IconFilter } from "./IconFilter.tsx";
 export { IconFlag } from "./IconFlag.tsx";
+export { IconFolder } from "./IconFolder.tsx";
 export { IconFolderMinus } from "./IconFolderMinus.tsx";
 export { IconFolderPlus } from "./IconFolderPlus.tsx";
-export { IconFolder } from "./IconFolder.tsx";
 export { IconFramer } from "./IconFramer.tsx";
 export { IconFrown } from "./IconFrown.tsx";
 export { IconGift } from "./IconGift.tsx";
@@ -140,8 +140,8 @@ export { IconKey } from "./IconKey.tsx";
 export { IconLayers } from "./IconLayers.tsx";
 export { IconLayout } from "./IconLayout.tsx";
 export { IconLifeBuoy } from "./IconLifeBuoy.tsx";
-export { IconLink2 } from "./IconLink2.tsx";
 export { IconLink } from "./IconLink.tsx";
+export { IconLink2 } from "./IconLink2.tsx";
 export { IconLinkedin } from "./IconLinkedin.tsx";
 export { IconList } from "./IconList.tsx";
 export { IconLoader } from "./IconLoader.tsx";
@@ -149,21 +149,21 @@ export { IconLock } from "./IconLock.tsx";
 export { IconLogIn } from "./IconLogIn.tsx";
 export { IconLogOut } from "./IconLogOut.tsx";
 export { IconMail } from "./IconMail.tsx";
-export { IconMapPin } from "./IconMapPin.tsx";
 export { IconMap } from "./IconMap.tsx";
-export { IconMaximize2 } from "./IconMaximize2.tsx";
+export { IconMapPin } from "./IconMapPin.tsx";
 export { IconMaximize } from "./IconMaximize.tsx";
+export { IconMaximize2 } from "./IconMaximize2.tsx";
 export { IconMeh } from "./IconMeh.tsx";
 export { IconMenu } from "./IconMenu.tsx";
 export { IconMessageCircle } from "./IconMessageCircle.tsx";
 export { IconMessageSquare } from "./IconMessageSquare.tsx";
-export { IconMicOff } from "./IconMicOff.tsx";
 export { IconMic } from "./IconMic.tsx";
-export { IconMinimize2 } from "./IconMinimize2.tsx";
+export { IconMicOff } from "./IconMicOff.tsx";
 export { IconMinimize } from "./IconMinimize.tsx";
+export { IconMinimize2 } from "./IconMinimize2.tsx";
+export { IconMinus } from "./IconMinus.tsx";
 export { IconMinusCircle } from "./IconMinusCircle.tsx";
 export { IconMinusSquare } from "./IconMinusSquare.tsx";
-export { IconMinus } from "./IconMinus.tsx";
 export { IconMonitor } from "./IconMonitor.tsx";
 export { IconMoon } from "./IconMoon.tsx";
 export { IconMoreHorizontal } from "./IconMoreHorizontal.tsx";
@@ -171,28 +171,28 @@ export { IconMoreVertical } from "./IconMoreVertical.tsx";
 export { IconMousePointer } from "./IconMousePointer.tsx";
 export { IconMove } from "./IconMove.tsx";
 export { IconMusic } from "./IconMusic.tsx";
-export { IconNavigation2 } from "./IconNavigation2.tsx";
 export { IconNavigation } from "./IconNavigation.tsx";
+export { IconNavigation2 } from "./IconNavigation2.tsx";
 export { IconOctagon } from "./IconOctagon.tsx";
 export { IconPackage } from "./IconPackage.tsx";
 export { IconPaperclip } from "./IconPaperclip.tsx";
-export { IconPauseCircle } from "./IconPauseCircle.tsx";
 export { IconPause } from "./IconPause.tsx";
+export { IconPauseCircle } from "./IconPauseCircle.tsx";
 export { IconPenTool } from "./IconPenTool.tsx";
 export { IconPercent } from "./IconPercent.tsx";
+export { IconPhone } from "./IconPhone.tsx";
 export { IconPhoneCall } from "./IconPhoneCall.tsx";
 export { IconPhoneForwarded } from "./IconPhoneForwarded.tsx";
 export { IconPhoneIncoming } from "./IconPhoneIncoming.tsx";
 export { IconPhoneMissed } from "./IconPhoneMissed.tsx";
 export { IconPhoneOff } from "./IconPhoneOff.tsx";
 export { IconPhoneOutgoing } from "./IconPhoneOutgoing.tsx";
-export { IconPhone } from "./IconPhone.tsx";
 export { IconPieChart } from "./IconPieChart.tsx";
-export { IconPlayCircle } from "./IconPlayCircle.tsx";
 export { IconPlay } from "./IconPlay.tsx";
+export { IconPlayCircle } from "./IconPlayCircle.tsx";
+export { IconPlus } from "./IconPlus.tsx";
 export { IconPlusCircle } from "./IconPlusCircle.tsx";
 export { IconPlusSquare } from "./IconPlusSquare.tsx";
-export { IconPlus } from "./IconPlus.tsx";
 export { IconPocket } from "./IconPocket.tsx";
 export { IconPower } from "./IconPower.tsx";
 export { IconPrinter } from "./IconPrinter.tsx";
@@ -210,10 +210,10 @@ export { IconSearch } from "./IconSearch.tsx";
 export { IconSend } from "./IconSend.tsx";
 export { IconServer } from "./IconServer.tsx";
 export { IconSettings } from "./IconSettings.tsx";
-export { IconShare2 } from "./IconShare2.tsx";
 export { IconShare } from "./IconShare.tsx";
-export { IconShieldOff } from "./IconShieldOff.tsx";
+export { IconShare2 } from "./IconShare2.tsx";
 export { IconShield } from "./IconShield.tsx";
+export { IconShieldOff } from "./IconShieldOff.tsx";
 export { IconShoppingBag } from "./IconShoppingBag.tsx";
 export { IconShoppingCart } from "./IconShoppingCart.tsx";
 export { IconShuffle } from "./IconShuffle.tsx";
@@ -243,8 +243,8 @@ export { IconThumbsUp } from "./IconThumbsUp.tsx";
 export { IconToggleLeft } from "./IconToggleLeft.tsx";
 export { IconToggleRight } from "./IconToggleRight.tsx";
 export { IconTool } from "./IconTool.tsx";
-export { IconTrash2 } from "./IconTrash2.tsx";
 export { IconTrash } from "./IconTrash.tsx";
+export { IconTrash2 } from "./IconTrash2.tsx";
 export { IconTrello } from "./IconTrello.tsx";
 export { IconTrendingDown } from "./IconTrendingDown.tsx";
 export { IconTrendingUp } from "./IconTrendingUp.tsx";
@@ -257,31 +257,31 @@ export { IconType } from "./IconType.tsx";
 export { IconUmbrella } from "./IconUmbrella.tsx";
 export { IconUnderline } from "./IconUnderline.tsx";
 export { IconUnlock } from "./IconUnlock.tsx";
-export { IconUploadCloud } from "./IconUploadCloud.tsx";
 export { IconUpload } from "./IconUpload.tsx";
+export { IconUploadCloud } from "./IconUploadCloud.tsx";
+export { IconUser } from "./IconUser.tsx";
 export { IconUserCheck } from "./IconUserCheck.tsx";
 export { IconUserMinus } from "./IconUserMinus.tsx";
 export { IconUserPlus } from "./IconUserPlus.tsx";
 export { IconUserX } from "./IconUserX.tsx";
-export { IconUser } from "./IconUser.tsx";
 export { IconUsers } from "./IconUsers.tsx";
-export { IconVideoOff } from "./IconVideoOff.tsx";
 export { IconVideo } from "./IconVideo.tsx";
+export { IconVideoOff } from "./IconVideoOff.tsx";
 export { IconVoicemail } from "./IconVoicemail.tsx";
+export { IconVolume } from "./IconVolume.tsx";
 export { IconVolume1 } from "./IconVolume1.tsx";
 export { IconVolume2 } from "./IconVolume2.tsx";
 export { IconVolumeX } from "./IconVolumeX.tsx";
-export { IconVolume } from "./IconVolume.tsx";
 export { IconWatch } from "./IconWatch.tsx";
-export { IconWifiOff } from "./IconWifiOff.tsx";
 export { IconWifi } from "./IconWifi.tsx";
+export { IconWifiOff } from "./IconWifiOff.tsx";
 export { IconWind } from "./IconWind.tsx";
+export { IconX } from "./IconX.tsx";
 export { IconXCircle } from "./IconXCircle.tsx";
 export { IconXOctagon } from "./IconXOctagon.tsx";
 export { IconXSquare } from "./IconXSquare.tsx";
-export { IconX } from "./IconX.tsx";
 export { IconYoutube } from "./IconYoutube.tsx";
-export { IconZapOff } from "./IconZapOff.tsx";
 export { IconZap } from "./IconZap.tsx";
+export { IconZapOff } from "./IconZapOff.tsx";
 export { IconZoomIn } from "./IconZoomIn.tsx";
 export { IconZoomOut } from "./IconZoomOut.tsx";
\ No newline at end of file
diff --git a/scripts/icons/icons.cjs b/scripts/icons/icons.cjs
deleted file mode 100644
index bfa2111..0000000
--- a/scripts/icons/icons.cjs
+++ /dev/null
@@ -1,20 +0,0 @@
-const fs = require("fs");
-
-async function go() {
-  const json = JSON.parse(fs.readFileSync("./icons.json"));
-  fs.copyFileSync("./icons-index.txt", "../../src/icons/index.ts");
-  await Promise.all(
-    json.map(
-      ([fileName, fileContents]) =>
-        new Promise((resolve, reject) => {
-          fs.writeFile(`../../src/icons/${fileName}`, fileContents, (err) =>
-            err ? reject(err) : resolve()
-          );
-        })
-    )
-  );
-
-  console.log("DONE!");
-}
-
-go();
diff --git a/scripts/icons/icons.json b/scripts/icons/icons.json
index 084f1f9..c7ab6aa 100644
--- a/scripts/icons/icons.json
+++ b/scripts/icons/icons.json
@@ -1,1150 +1,1150 @@
 [
   [
-    "IconActivity.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconActivity = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 1.25C6.32282 1.25 6.60942 1.45657 6.71151 1.76283L10 11.6283L11.2885 7.76283C11.3906 7.45657 11.6772 7.25 12 7.25H14.6667C15.0809 7.25 15.4167 7.58579 15.4167 8C15.4167 8.41421 15.0809 8.75 14.6667 8.75H12.5406L10.7115 14.2372C10.6094 14.5434 10.3228 14.75 10 14.75C9.67717 14.75 9.39057 14.5434 9.28848 14.2372L6 4.37171L4.71151 8.23717C4.60942 8.54343 4.32282 8.75 3.99999 8.75H1.33333C0.919115 8.75 0.583328 8.41421 0.583328 8C0.583328 7.58579 0.919115 7.25 1.33333 7.25H3.45943L5.28848 1.76283C5.39057 1.45657 5.67717 1.25 6 1.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconActivity, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13018\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconActivity size={size} /> });"
+    "IconAlignJustify.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlignJustify = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 7.46667C14.4418 7.46667 14.8 7.10849 14.8 6.66667C14.8 6.22484 14.4418 5.86667 14 5.86667V7.46667ZM2 5.86667C1.55817 5.86667 1.2 6.22484 1.2 6.66667C1.2 7.10849 1.55817 7.46667 2 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM14 5.86667H2V7.46667H14V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM14 11.2H2V12.8H14V11.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignJustify, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13025\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignJustify size={size} /> });"
   ],
   [
-    "IconAirplay.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAirplay = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66665 2.75C2.51194 2.75 2.36356 2.81146 2.25417 2.92085C2.14477 3.03025 2.08331 3.17862 2.08331 3.33333V10C2.08331 10.1547 2.14477 10.3031 2.25417 10.4125C2.36356 10.5219 2.51194 10.5833 2.66665 10.5833H3.33331C3.74753 10.5833 4.08331 10.9191 4.08331 11.3333C4.08331 11.7475 3.74753 12.0833 3.33331 12.0833H2.66665C2.11411 12.0833 1.58421 11.8638 1.19351 11.4731C0.802806 11.0824 0.583313 10.5525 0.583313 10V3.33333C0.583313 2.7808 0.802806 2.2509 1.19351 1.86019C1.58421 1.46949 2.11411 1.25 2.66665 1.25H13.3333C13.8858 1.25 14.4158 1.46949 14.8065 1.86019C15.1972 2.25089 15.4166 2.7808 15.4166 3.33333V10C15.4166 10.5525 15.1972 11.0824 14.8065 11.4731C14.4158 11.8638 13.8858 12.0833 13.3333 12.0833H12.6666C12.2524 12.0833 11.9166 11.7475 11.9166 11.3333C11.9166 10.9191 12.2524 10.5833 12.6666 10.5833H13.3333C13.488 10.5833 13.6364 10.5219 13.7458 10.4125C13.8552 10.3031 13.9166 10.1547 13.9166 10V3.33333C13.9166 3.17862 13.8552 3.03025 13.7458 2.92085C13.6364 2.81146 13.488 2.75 13.3333 2.75H2.66665ZM7.99998 9.25C8.22256 9.25 8.43365 9.34887 8.57615 9.51986L11.9095 13.5199C12.0958 13.7434 12.1359 14.0546 12.0125 14.3181C11.8891 14.5817 11.6243 14.75 11.3333 14.75H4.66665C4.37563 14.75 4.11089 14.5817 3.98745 14.3181C3.86402 14.0546 3.90418 13.7434 4.09048 13.5199L7.42381 9.51986C7.56631 9.34887 7.7774 9.25 7.99998 9.25ZM6.26793 13.25H9.73203L7.99998 11.1715L6.26793 13.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAirplay, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13019\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAirplay size={size} /> });"
+    "IconBell.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBell = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8 1.33325V0.533252V1.33325ZM4 5.33325H3.2H4ZM2 11.3333L1.55624 10.6676C1.26291 10.8632 1.13217 11.2277 1.23433 11.5651C1.33649 11.9025 1.64747 12.1333 2 12.1333L2 11.3333ZM14 11.3333V12.1333C14.3525 12.1333 14.6635 11.9025 14.7657 11.5651C14.8678 11.2277 14.7371 10.8632 14.4438 10.6676L14 11.3333ZM9.84533 14.4013C10.067 14.0192 9.93693 13.5296 9.55475 13.3079C9.17257 13.0862 8.68303 13.2163 8.46133 13.5985L9.84533 14.4013ZM7.53867 13.5985C7.31697 13.2163 6.82743 13.0862 6.44525 13.3079C6.06307 13.5296 5.93297 14.0192 6.15467 14.4013L7.53867 13.5985ZM12.8 5.33325C12.8 4.06021 12.2943 2.83931 11.3941 1.93914L10.2627 3.07051C10.8629 3.67063 11.2 4.48456 11.2 5.33325H12.8ZM11.3941 1.93914C10.4939 1.03896 9.27304 0.533252 8 0.533252V2.13325C8.84869 2.13325 9.66263 2.47039 10.2627 3.07051L11.3941 1.93914ZM8 0.533252C6.72696 0.533252 5.50606 1.03896 4.60589 1.93914L5.73726 3.07051C6.33737 2.47039 7.15131 2.13325 8 2.13325V0.533252ZM4.60589 1.93914C3.70571 2.83931 3.2 4.06021 3.2 5.33325H4.8C4.8 4.48456 5.13714 3.67063 5.73726 3.07051L4.60589 1.93914ZM3.2 5.33325C3.2 7.54871 2.72635 8.91429 2.29768 9.70017C2.08225 10.0951 1.87378 10.3519 1.73174 10.5018C1.66051 10.577 1.60543 10.6259 1.57379 10.6523C1.55796 10.6655 1.54798 10.673 1.54475 10.6754C1.54313 10.6766 1.5432 10.6765 1.54508 10.6752C1.54602 10.6746 1.54741 10.6736 1.54926 10.6723C1.55019 10.6717 1.55124 10.671 1.5524 10.6702C1.55298 10.6698 1.55359 10.6694 1.55423 10.669C1.55455 10.6687 1.55505 10.6684 1.55521 10.6683C1.55572 10.668 1.55624 10.6676 2 11.3333C2.44376 11.9989 2.44429 11.9985 2.44483 11.9982C2.44502 11.998 2.44557 11.9977 2.44595 11.9974C2.44672 11.9969 2.44751 11.9964 2.44833 11.9958C2.44998 11.9947 2.45175 11.9935 2.45363 11.9922C2.45741 11.9896 2.46167 11.9867 2.46639 11.9833C2.47584 11.9767 2.48714 11.9685 2.50018 11.9588C2.52624 11.9394 2.55923 11.9138 2.59809 11.8814C2.67582 11.8166 2.77699 11.7249 2.89326 11.6022C3.12622 11.3563 3.41775 10.988 3.70232 10.4663C4.27365 9.41888 4.8 7.78446 4.8 5.33325H3.2ZM2 12.1333H14V10.5333H2V12.1333ZM14 11.3333C14.4438 10.6676 14.4443 10.668 14.4448 10.6683C14.4449 10.6684 14.4455 10.6687 14.4458 10.669C14.4464 10.6694 14.447 10.6698 14.4476 10.6702C14.4488 10.671 14.4498 10.6717 14.4507 10.6723C14.4526 10.6736 14.454 10.6746 14.4549 10.6752C14.4568 10.6765 14.4569 10.6766 14.4553 10.6754C14.452 10.673 14.442 10.6655 14.4262 10.6523C14.3946 10.6259 14.3395 10.577 14.2683 10.5018C14.1262 10.3519 13.9178 10.0951 13.7023 9.70017C13.2737 8.91429 12.8 7.54871 12.8 5.33325H11.2C11.2 7.78446 11.7263 9.41888 12.2977 10.4663C12.5822 10.988 12.8738 11.3563 13.1067 11.6022C13.223 11.7249 13.3242 11.8166 13.4019 11.8814C13.4408 11.9138 13.4738 11.9394 13.4998 11.9588C13.5129 11.9685 13.5242 11.9767 13.5336 11.9833C13.5383 11.9867 13.5426 11.9896 13.5464 11.9922C13.5483 11.9935 13.55 11.9947 13.5517 11.9958C13.5525 11.9964 13.5533 11.9969 13.554 11.9974C13.5544 11.9977 13.555 11.998 13.5552 11.9982C13.5557 11.9985 13.5562 11.9989 14 11.3333ZM8.46133 13.5985C8.41445 13.6793 8.34716 13.7464 8.26619 13.793L9.06477 15.1795C9.38863 14.993 9.6578 14.7246 9.84533 14.4013L8.46133 13.5985ZM8.26619 13.793C8.18523 13.8397 8.09343 13.8642 8 13.8642V15.4642C8.37374 15.4642 8.74092 15.366 9.06477 15.1795L8.26619 13.793ZM8 13.8642C7.90657 13.8642 7.81477 13.8397 7.73381 13.793L6.93523 15.1795C7.25908 15.366 7.62626 15.4642 8 15.4642V13.8642ZM7.73381 13.793C7.65284 13.7464 7.58555 13.6793 7.53867 13.5985L6.15467 14.4013C6.3422 14.7246 6.61137 14.993 6.93523 15.1795L7.73381 13.793Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBell, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13048\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBell size={size} /> });"
   ],
   [
-    "IconAlertCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlertCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12222)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325V7.99992C8.75004 8.41413 8.41425 8.74992 8.00004 8.74992C7.58583 8.74992 7.25004 8.41413 7.25004 7.99992V5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325ZM7.25004 10.6666C7.25004 10.2524 7.58583 9.91659 8.00004 9.91659H8.00671C8.42092 9.91659 8.75671 10.2524 8.75671 10.6666C8.75671 11.0808 8.42092 11.4166 8.00671 11.4166H8.00004C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12222\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAlertCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13020\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlertCircle size={size} /> });"
+    "IconCloudDrizzle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCloudDrizzle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15667)\"><path d=\"M6.13344 12.6667C6.13344 12.2249 5.77526 11.8667 5.33344 11.8667C4.89161 11.8667 4.53344 12.2249 4.53344 12.6667H6.13344ZM4.53344 14C4.53344 14.4418 4.89161 14.8 5.33344 14.8C5.77526 14.8 6.13344 14.4418 6.13344 14H4.53344ZM6.13344 8.66668C6.13344 8.22485 5.77526 7.86668 5.33344 7.86668C4.89161 7.86668 4.53344 8.22485 4.53344 8.66668H6.13344ZM4.53344 10C4.53344 10.4418 4.89161 10.8 5.33344 10.8C5.77526 10.8 6.13344 10.4418 6.13344 10H4.53344ZM11.4668 12.6667C11.4668 12.2249 11.1086 11.8667 10.6668 11.8667C10.2249 11.8667 9.86677 12.2249 9.86677 12.6667H11.4668ZM9.86677 14C9.86677 14.4418 10.2249 14.8 10.6668 14.8C11.1086 14.8 11.4668 14.4418 11.4668 14H9.86677ZM11.4668 8.66668C11.4668 8.22485 11.1086 7.86668 10.6668 7.86668C10.2249 7.86668 9.86677 8.22485 9.86677 8.66668H11.4668ZM9.86677 10C9.86677 10.4418 10.2249 10.8 10.6668 10.8C11.1086 10.8 11.4668 10.4418 11.4668 10H9.86677ZM8.8001 14C8.8001 13.5582 8.44193 13.2 8.0001 13.2C7.55828 13.2 7.2001 13.5582 7.2001 14H8.8001ZM7.2001 15.3333C7.2001 15.7752 7.55828 16.1333 8.0001 16.1333C8.44193 16.1333 8.8001 15.7752 8.8001 15.3333H7.2001ZM8.8001 10C8.8001 9.55818 8.44193 9.20001 8.0001 9.20001C7.55828 9.20001 7.2001 9.55818 7.2001 10H8.8001ZM7.2001 11.3333C7.2001 11.7752 7.55828 12.1333 8.0001 12.1333C8.44193 12.1333 8.8001 11.7752 8.8001 11.3333H7.2001ZM13.0125 10.3205C12.6078 10.4978 12.4234 10.9696 12.6006 11.3743C12.7779 11.779 13.2497 11.9634 13.6544 11.7861L13.0125 10.3205ZM12.0001 4.66668L12.001 3.86668H12.0001V4.66668ZM11.1601 4.66668L10.3855 4.86671C10.4767 5.21991 10.7953 5.46668 11.1601 5.46668V4.66668ZM2.16736 10.7917C2.51252 11.0675 3.01592 11.0113 3.29174 10.6661C3.56756 10.3209 3.51134 9.81753 3.16618 9.54171L2.16736 10.7917ZM4.53344 12.6667V14H6.13344V12.6667H4.53344ZM4.53344 8.66668V10H6.13344V8.66668H4.53344ZM9.86677 12.6667V14H11.4668V12.6667H9.86677ZM9.86677 8.66668V10H11.4668V8.66668H9.86677ZM7.2001 14V15.3333H8.8001V14H7.2001ZM7.2001 10V11.3333H8.8001V10H7.2001ZM13.6544 11.7861C14.5234 11.4055 15.2351 10.7376 15.6699 9.89435L14.2478 9.16106C13.9813 9.67787 13.5451 10.0873 13.0125 10.3205L13.6544 11.7861ZM15.6699 9.89435C16.1047 9.05114 16.2362 8.08401 16.0423 7.15531L14.476 7.48229C14.5949 8.05149 14.5143 8.64425 14.2478 9.16106L15.6699 9.89435ZM16.0423 7.15531C15.8484 6.22661 15.3409 5.39288 14.6051 4.79406L13.5952 6.03507C14.0462 6.40209 14.3572 6.91309 14.476 7.48229L16.0423 7.15531ZM14.6051 4.79406C13.8692 4.19525 12.9498 3.8678 12.001 3.86668L11.9992 5.46668C12.5806 5.46736 13.1442 5.66806 13.5952 6.03507L14.6051 4.79406ZM12.0001 3.86668H11.1601V5.46668H12.0001V3.86668ZM11.9347 4.46665C11.6917 3.52558 11.2285 2.65574 10.5833 1.92883L9.38666 2.99093C9.86353 3.52821 10.2059 4.17114 10.3855 4.86671L11.9347 4.46665ZM10.5833 1.92883C9.93811 1.20192 9.12941 0.638742 8.22385 0.285727L7.64272 1.77646C8.31205 2.03738 8.90978 2.45364 9.38666 2.99093L10.5833 1.92883ZM8.22385 0.285727C7.31828 -0.0672888 6.34179 -0.200037 5.37485 -0.101576L5.53693 1.49019C6.25163 1.41742 6.97339 1.51554 7.64272 1.77646L8.22385 0.285727ZM5.37485 -0.101576C4.40791 -0.00311577 3.47821 0.323734 2.66239 0.852034L3.53207 2.19503C4.13507 1.80455 4.82224 1.56297 5.53693 1.49019L5.37485 -0.101576ZM2.66239 0.852034C1.84657 1.38033 1.16798 2.09495 0.682559 2.93699L2.06872 3.73609C2.42751 3.11372 2.92908 2.58552 3.53207 2.19503L2.66239 0.852034ZM0.682559 2.93699C0.197137 3.77903 -0.0812185 4.72438 -0.129565 5.69512L1.46845 5.77471C1.50419 5.05721 1.70993 4.35847 2.06872 3.73609L0.682559 2.93699ZM-0.129565 5.69512C-0.177912 6.66586 0.00513583 7.63418 0.404489 8.52029L1.86319 7.86288C1.56802 7.20793 1.43272 6.49221 1.46845 5.77471L-0.129565 5.69512ZM0.404489 8.52029C0.803842 9.40639 1.40807 10.1849 2.16736 10.7917L3.16618 9.54171C2.60497 9.09324 2.15836 8.51782 1.86319 7.86288L0.404489 8.52029Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15667\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudDrizzle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13176\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudDrizzle size={size} /> });"
   ],
   [
-    "IconAlertOctagon.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlertOctagon = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11424)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.70971 0.802922C4.85036 0.66227 5.04113 0.583252 5.24004 0.583252H10.76C10.959 0.583252 11.1497 0.66227 11.2904 0.802922L15.197 4.70959C15.3377 4.85024 15.4167 5.04101 15.4167 5.23992V10.7599C15.4167 10.9588 15.3377 11.1496 15.197 11.2902L11.2904 15.1969C11.1497 15.3376 10.959 15.4166 10.76 15.4166H5.24004C5.04113 15.4166 4.85036 15.3376 4.70971 15.1969L0.803044 11.2902C0.662392 11.1496 0.583374 10.9588 0.583374 10.7599V5.23992C0.583374 5.04101 0.662392 4.85024 0.803044 4.70959L4.70971 0.802922ZM5.5507 2.08325L2.08337 5.55058V10.4493L5.5507 13.9166H10.4494L13.9167 10.4493V5.55058L10.4494 2.08325H5.5507ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325V7.99992C8.75004 8.41413 8.41425 8.74992 8.00004 8.74992C7.58583 8.74992 7.25004 8.41413 7.25004 7.99992V5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325ZM7.25004 10.6666C7.25004 10.2524 7.58583 9.91659 8.00004 9.91659H8.00671C8.42092 9.91659 8.75671 10.2524 8.75671 10.6666C8.75671 11.0808 8.42092 11.4166 8.00671 11.4166H8.00004C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11424\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAlertOctagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13021\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlertOctagon size={size} /> });"
+    "IconArchive.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArchive = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15573)\"><path d=\"M14.8 5.33333C14.8 4.89151 14.4418 4.53333 14 4.53333C13.5581 4.53333 13.2 4.89151 13.2 5.33333H14.8ZM14 14V14.8C14.4418 14.8 14.8 14.4418 14.8 14H14ZM1.99996 14H1.19996C1.19996 14.4418 1.55813 14.8 1.99996 14.8V14ZM2.79996 5.33333C2.79996 4.89151 2.44179 4.53333 1.99996 4.53333C1.55813 4.53333 1.19996 4.89151 1.19996 5.33333H2.79996ZM0.666626 2V1.2C0.224798 1.2 -0.133374 1.55817 -0.133374 2H0.666626ZM15.3333 2H16.1333C16.1333 1.55817 15.7751 1.2 15.3333 1.2V2ZM15.3333 5.33333V6.13333C15.7751 6.13333 16.1333 5.77516 16.1333 5.33333H15.3333ZM0.666626 5.33333H-0.133374C-0.133374 5.77516 0.224798 6.13333 0.666626 6.13333L0.666626 5.33333ZM6.66663 7.2C6.2248 7.2 5.86663 7.55817 5.86663 8C5.86663 8.44183 6.2248 8.8 6.66663 8.8V7.2ZM9.33329 8.8C9.77512 8.8 10.1333 8.44183 10.1333 8C10.1333 7.55817 9.77512 7.2 9.33329 7.2V8.8ZM13.2 5.33333V14H14.8V5.33333H13.2ZM14 13.2H1.99996V14.8H14V13.2ZM2.79996 14V5.33333H1.19996V14H2.79996ZM0.666626 2.8H15.3333V1.2H0.666626V2.8ZM14.5333 2V5.33333H16.1333V2H14.5333ZM15.3333 4.53333H0.666626V6.13333H15.3333V4.53333ZM1.46663 5.33333V2H-0.133374V5.33333H1.46663ZM6.66663 8.8H9.33329V7.2H6.66663V8.8Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15573\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArchive, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13028\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArchive size={size} /> });"
   ],
   [
-    "IconAlertTriangle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlertTriangle = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.97794 1.44934C7.28994 1.27368 7.64196 1.1814 8.00001 1.1814C8.35807 1.1814 8.71009 1.27368 9.02209 1.44934C9.3341 1.625 9.59557 1.87811 9.78126 2.18425L9.78343 2.18782L15.4363 11.6248C15.6182 11.9398 15.7143 12.297 15.7154 12.6608C15.7164 13.0246 15.6221 13.3823 15.442 13.6983C15.2618 14.0143 15.0021 14.2777 14.6886 14.4622C14.375 14.6467 14.0187 14.7458 13.6549 14.7498L13.6467 14.7499L2.3451 14.7499C1.98135 14.7459 1.62499 14.6467 1.31147 14.4622C0.997943 14.2777 0.73819 14.0143 0.558049 13.6983C0.377907 13.3823 0.283658 13.0246 0.284676 12.6608C0.285695 12.297 0.381946 11.9399 0.563854 11.6248L0.569864 11.6144L6.21875 2.18425C6.40445 1.87811 6.66593 1.625 6.97794 1.44934ZM8.00001 2.6814C7.89976 2.6814 7.80119 2.70724 7.71383 2.75642C7.62695 2.80534 7.55407 2.8757 7.50212 2.96078C7.50184 2.96125 7.50155 2.96172 7.50126 2.9622L1.86046 12.3791C1.81107 12.4663 1.78495 12.5648 1.78467 12.665C1.78439 12.7669 1.81078 12.867 1.86121 12.9555C1.91165 13.044 1.98439 13.1177 2.07217 13.1694C2.15902 13.2205 2.25762 13.2482 2.35834 13.2499H13.6417C13.7424 13.2482 13.841 13.2205 13.9279 13.1694C14.0156 13.1177 14.0884 13.044 14.1388 12.9555C14.1893 12.867 14.2156 12.7669 14.2154 12.665C14.2151 12.5647 14.189 12.4663 14.1396 12.3791L8.49876 2.9622C8.49848 2.96172 8.49819 2.96125 8.4979 2.96078C8.44596 2.8757 8.37308 2.80534 8.2862 2.75642C8.19883 2.70724 8.10027 2.6814 8.00001 2.6814ZM8.00001 5.24989C8.41423 5.24989 8.75001 5.58568 8.75001 5.99989V8.66656C8.75001 9.08077 8.41423 9.41656 8.00001 9.41656C7.5858 9.41656 7.25001 9.08077 7.25001 8.66656V5.99989C7.25001 5.58568 7.5858 5.24989 8.00001 5.24989ZM7.25001 11.3332C7.25001 10.919 7.5858 10.5832 8.00001 10.5832H8.00668C8.42089 10.5832 8.75668 10.919 8.75668 11.3332C8.75668 11.7474 8.42089 12.0832 8.00668 12.0832H8.00001C7.5858 12.0832 7.25001 11.7474 7.25001 11.3332Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlertTriangle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13022\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlertTriangle size={size} /> });"
+    "IconArrowUpCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowUpCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15591)\"><path d=\"M10.101 8.5656C10.4134 8.87802 10.92 8.87802 11.2324 8.5656C11.5448 8.25318 11.5448 7.74665 11.2324 7.43423L10.101 8.5656ZM8.00004 5.33325L8.56573 4.76757C8.25331 4.45515 7.74677 4.45515 7.43436 4.76757L8.00004 5.33325ZM4.76769 7.43423C4.45527 7.74665 4.45527 8.25318 4.76769 8.5656C5.08011 8.87802 5.58664 8.87802 5.89906 8.5656L4.76769 7.43423ZM7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666C8.44187 11.4666 8.80004 11.1084 8.80004 10.6666H7.20004ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM11.2324 7.43423L8.56573 4.76757L7.43436 5.89894L10.101 8.5656L11.2324 7.43423ZM7.43436 4.76757L4.76769 7.43423L5.89906 8.5656L8.56573 5.89894L7.43436 4.76757ZM8.80004 10.6666V5.33325H7.20004V10.6666H8.80004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15591\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowUpCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13038\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUpCircle size={size} /> });"
   ],
   [
-    "IconAlignCenter.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlignCenter = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM3.25 6.66667C3.25 6.25245 3.58579 5.91667 4 5.91667H12C12.4142 5.91667 12.75 6.25245 12.75 6.66667C12.75 7.08088 12.4142 7.41667 12 7.41667H4C3.58579 7.41667 3.25 7.08088 3.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H12C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignCenter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13023\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignCenter size={size} /> });"
+    "IconAtSign.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAtSign = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15599)\"><path d=\"M11.4666 5.33333C11.4666 4.8915 11.1084 4.53333 10.6666 4.53333C10.2248 4.53333 9.86659 4.8915 9.86659 5.33333H11.4666ZM10.6666 8.66666H9.86659H10.6666ZM14.6666 8.66666H15.4666H14.6666ZM14.6666 7.99999H15.4666V7.99994L14.6666 7.99999ZM12.5397 13.9285C12.8904 13.6598 12.957 13.1577 12.6884 12.8069C12.4198 12.4561 11.9176 12.3895 11.5669 12.6582L12.5397 13.9285ZM9.86659 7.99999C9.86659 9.03092 9.03086 9.86666 7.99993 9.86666V11.4667C9.91451 11.4667 11.4666 9.91458 11.4666 7.99999H9.86659ZM7.99993 9.86666C6.96899 9.86666 6.13326 9.03092 6.13326 7.99999H4.53326C4.53326 9.91458 6.08534 11.4667 7.99993 11.4667V9.86666ZM6.13326 7.99999C6.13326 6.96906 6.96899 6.13333 7.99993 6.13333V4.53333C6.08534 4.53333 4.53326 6.08541 4.53326 7.99999H6.13326ZM7.99993 6.13333C9.03086 6.13333 9.86659 6.96906 9.86659 7.99999H11.4666C11.4666 6.08541 9.91451 4.53333 7.99993 4.53333V6.13333ZM9.86659 5.33333V8.66666H11.4666V5.33333H9.86659ZM9.86659 8.66666C9.86659 9.40927 10.1616 10.1215 10.6867 10.6466L11.8181 9.51519C11.593 9.29014 11.4666 8.98492 11.4666 8.66666H9.86659ZM10.6867 10.6466C11.2118 11.1717 11.924 11.4667 12.6666 11.4667V9.86666C12.3483 9.86666 12.0431 9.74023 11.8181 9.51519L10.6867 10.6466ZM12.6666 11.4667C13.4092 11.4667 14.1214 11.1717 14.6465 10.6466L13.5151 9.51519C13.2901 9.74023 12.9849 9.86666 12.6666 9.86666V11.4667ZM14.6465 10.6466C15.1716 10.1215 15.4666 9.40927 15.4666 8.66666H13.8666C13.8666 8.98492 13.7402 9.29014 13.5151 9.51519L14.6465 10.6466ZM15.4666 8.66666V7.99999H13.8666V8.66666H15.4666ZM15.4666 7.99994C15.4665 6.31474 14.8963 4.67913 13.8488 3.35906L12.5954 4.35364C13.4185 5.39083 13.8665 6.67595 13.8666 8.00004L15.4666 7.99994ZM13.8488 3.35906C12.8012 2.03899 11.3379 1.11211 9.69683 0.729125L9.33321 2.28726C10.6227 2.58818 11.7724 3.31644 12.5954 4.35364L13.8488 3.35906ZM9.69683 0.729125C8.05572 0.346139 6.33332 0.529574 4.80968 1.2496L5.4933 2.69621C6.69045 2.13047 8.04377 1.98634 9.33321 2.28726L9.69683 0.729125ZM4.80968 1.2496C3.28604 1.96963 2.05078 3.18391 1.30476 4.69499L2.73944 5.40329C3.3256 4.21602 4.29616 3.26194 5.4933 2.69621L4.80968 1.2496ZM1.30476 4.69499C0.558733 6.20607 0.345819 7.92508 0.700637 9.57251L2.26477 9.23563C1.98599 7.94122 2.15327 6.59057 2.73944 5.40329L1.30476 4.69499ZM0.700637 9.57251C1.05545 11.2199 1.95713 12.6989 3.25906 13.7689L4.27496 12.5328C3.25202 11.6921 2.54356 10.53 2.26477 9.23563L0.700637 9.57251ZM3.25906 13.7689C4.56099 14.8389 6.18659 15.437 7.87155 15.466L7.89906 13.8662C6.57517 13.8434 5.2979 13.3735 4.27496 12.5328L3.25906 13.7689ZM7.87155 15.466C9.5565 15.4949 11.2017 14.9531 12.5397 13.9285L11.5669 12.6582C10.5156 13.4632 9.22295 13.889 7.89906 13.8662L7.87155 15.466Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15599\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAtSign, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13043\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAtSign size={size} /> });"
   ],
   [
-    "IconAlignJustify.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlignJustify = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 6.66667C1.25 6.25245 1.58579 5.91667 2 5.91667H14C14.4142 5.91667 14.75 6.25245 14.75 6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignJustify, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13025\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignJustify size={size} /> });"
+    "IconAnchor.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAnchor = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15569)\"><path d=\"M3.33333 8.79992C3.77516 8.79992 4.13333 8.44175 4.13333 7.99992C4.13333 7.55809 3.77516 7.19992 3.33333 7.19992V8.79992ZM1.33333 7.99992V7.19992C1.12116 7.19992 0.917672 7.2842 0.767643 7.43423C0.617614 7.58426 0.533328 7.78775 0.533328 7.99992H1.33333ZM14.6667 7.99992H15.4667C15.4667 7.55809 15.1085 7.19992 14.6667 7.19992V7.99992ZM12.6667 7.19992C12.2248 7.19992 11.8667 7.55809 11.8667 7.99992C11.8667 8.44175 12.2248 8.79992 12.6667 8.79992V7.19992ZM9.19999 3.33325C9.19999 3.99599 8.66274 4.53325 7.99999 4.53325V6.13325C9.54639 6.13325 10.8 4.87965 10.8 3.33325H9.19999ZM7.99999 4.53325C7.33725 4.53325 6.79999 3.99599 6.79999 3.33325H5.19999C5.19999 4.87965 6.4536 6.13325 7.99999 6.13325V4.53325ZM6.79999 3.33325C6.79999 2.67051 7.33725 2.13325 7.99999 2.13325V0.533252C6.4536 0.533252 5.19999 1.78685 5.19999 3.33325H6.79999ZM7.99999 2.13325C8.66274 2.13325 9.19999 2.67051 9.19999 3.33325H10.8C10.8 1.78685 9.54639 0.533252 7.99999 0.533252V2.13325ZM8.79999 14.6666V5.33325H7.19999V14.6666H8.79999ZM3.33333 7.19992H1.33333V8.79992H3.33333V7.19992ZM0.533328 7.99992C0.533328 9.9802 1.31999 11.8794 2.72026 13.2796L3.85164 12.1483C2.75142 11.0481 2.13333 9.55585 2.13333 7.99992H0.533328ZM2.72026 13.2796C4.12054 14.6799 6.01971 15.4666 7.99999 15.4666V13.8666C6.44406 13.8666 4.95185 13.2485 3.85164 12.1483L2.72026 13.2796ZM7.99999 15.4666C9.98028 15.4666 11.8795 14.6799 13.2797 13.2796L12.1484 12.1483C11.0481 13.2485 9.55593 13.8666 7.99999 13.8666V15.4666ZM13.2797 13.2796C14.68 11.8794 15.4667 9.9802 15.4667 7.99992H13.8667C13.8667 9.55585 13.2486 11.0481 12.1484 12.1483L13.2797 13.2796ZM14.6667 7.19992H12.6667V8.79992H14.6667V7.19992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15569\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAnchor, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13027\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAnchor size={size} /> });"
   ],
   [
-    "IconAlignLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlignLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 6.66667C1.25 6.25245 1.58579 5.91667 2 5.91667H11.3333C11.7475 5.91667 12.0833 6.25245 12.0833 6.66667C12.0833 7.08088 11.7475 7.41667 11.3333 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H11.3333C11.7475 11.25 12.0833 11.5858 12.0833 12C12.0833 12.4142 11.7475 12.75 11.3333 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13024\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignLeft size={size} /> });"
+    "IconAirplay.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAirplay = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33331 12.1333C3.77514 12.1333 4.13331 11.7752 4.13331 11.3333C4.13331 10.8915 3.77514 10.5333 3.33331 10.5333V12.1333ZM1.33331 10H0.533313H1.33331ZM2.66665 2V1.2V2ZM13.3333 2V1.2V2ZM12.6666 10.5333C12.2248 10.5333 11.8666 10.8915 11.8666 11.3333C11.8666 11.7752 12.2248 12.1333 12.6666 12.1333V10.5333ZM7.99998 10L8.61456 9.48785C8.46256 9.30546 8.2374 9.2 7.99998 9.2C7.76256 9.2 7.5374 9.30546 7.3854 9.48785L7.99998 10ZM11.3333 14V14.8C11.6437 14.8 11.9261 14.6204 12.0578 14.3393C12.1894 14.0582 12.1466 13.7263 11.9479 13.4879L11.3333 14ZM4.66665 14L4.05207 13.4879C3.85335 13.7263 3.81051 14.0582 3.94217 14.3393C4.07384 14.6204 4.35623 14.8 4.66665 14.8V14ZM3.33331 10.5333H2.66665V12.1333H3.33331V10.5333ZM2.66665 10.5333C2.5252 10.5333 2.38954 10.4771 2.28952 10.3771L1.15815 11.5085C1.55823 11.9086 2.10085 12.1333 2.66665 12.1333V10.5333ZM2.28952 10.3771C2.1895 10.2771 2.13331 10.1414 2.13331 10H0.533313C0.533313 10.5658 0.758074 11.1084 1.15815 11.5085L2.28952 10.3771ZM2.13331 10V3.33333H0.533313V10H2.13331ZM2.13331 3.33333C2.13331 3.19188 2.1895 3.05623 2.28952 2.95621L1.15815 1.82484C0.758074 2.22492 0.533313 2.76754 0.533313 3.33333H2.13331ZM2.28952 2.95621C2.38954 2.85619 2.5252 2.8 2.66665 2.8V1.2C2.10085 1.2 1.55823 1.42476 1.15815 1.82484L2.28952 2.95621ZM2.66665 2.8H13.3333V1.2H2.66665V2.8ZM13.3333 2.8C13.4748 2.8 13.6104 2.85619 13.7104 2.95621L14.8418 1.82484C14.4417 1.42476 13.8991 1.2 13.3333 1.2V2.8ZM13.7104 2.95621C13.8105 3.05623 13.8666 3.19188 13.8666 3.33333H15.4666C15.4666 2.76754 15.2419 2.22492 14.8418 1.82484L13.7104 2.95621ZM13.8666 3.33333V10H15.4666V3.33333H13.8666ZM13.8666 10C13.8666 10.1414 13.8105 10.2771 13.7104 10.3771L14.8418 11.5085C15.2419 11.1084 15.4666 10.5658 15.4666 10H13.8666ZM13.7104 10.3771C13.6104 10.4771 13.4748 10.5333 13.3333 10.5333V12.1333C13.8991 12.1333 14.4417 11.9086 14.8418 11.5085L13.7104 10.3771ZM13.3333 10.5333H12.6666V12.1333H13.3333V10.5333ZM7.3854 10.5121L10.7187 14.5121L11.9479 13.4879L8.61456 9.48785L7.3854 10.5121ZM11.3333 13.2H4.66665V14.8H11.3333V13.2ZM5.28122 14.5121L8.61456 10.5121L7.3854 9.48785L4.05207 13.4879L5.28122 14.5121Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAirplay, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13019\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAirplay size={size} /> });"
   ],
   [
-    "IconAlignRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAlignRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM3.91667 6.66667C3.91667 6.25245 4.25245 5.91667 4.66667 5.91667H14C14.4142 5.91667 14.75 6.25245 14.75 6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H4.66667C4.25245 7.41667 3.91667 7.08088 3.91667 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM3.91667 12C3.91667 11.5858 4.25245 11.25 4.66667 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H4.66667C4.25245 12.75 3.91667 12.4142 3.91667 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13026\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignRight size={size} /> });"
+    "IconArrowDownRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowDownRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.23243 4.10106C4.92001 3.78864 4.41348 3.78864 4.10106 4.10106C3.78864 4.41348 3.78864 4.92001 4.10106 5.23243L5.23243 4.10106ZM11.3334 11.3334V12.1334C11.7752 12.1334 12.1334 11.7752 12.1334 11.3334H11.3334ZM12.1334 4.66675C12.1334 4.22492 11.7752 3.86675 11.3334 3.86675C10.8916 3.86675 10.5334 4.22492 10.5334 4.66675H12.1334ZM4.66675 10.5334C4.22492 10.5334 3.86675 10.8916 3.86675 11.3334C3.86675 11.7752 4.22492 12.1334 4.66675 12.1334V10.5334ZM4.10106 5.23243L10.7677 11.8991L11.8991 10.7677L5.23243 4.10106L4.10106 5.23243ZM10.5334 4.66675V11.3334H12.1334V4.66675H10.5334ZM11.3334 10.5334H4.66675V12.1334H11.3334V10.5334Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowDownRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13033\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDownRight size={size} /> });"
   ],
   [
-    "IconAnchor.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAnchor = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12715)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 2.08325C7.30964 2.08325 6.75 2.6429 6.75 3.33325C6.75 4.02361 7.30964 4.58325 8 4.58325C8.69035 4.58325 9.25 4.02361 9.25 3.33325C9.25 2.6429 8.69035 2.08325 8 2.08325ZM5.25 3.33325C5.25 1.81447 6.48121 0.583252 8 0.583252C9.51878 0.583252 10.75 1.81447 10.75 3.33325C10.75 4.59203 9.90425 5.65327 8.75 5.97974V13.8689C10.0426 13.7037 11.2524 13.115 12.1837 12.1836C13.115 11.2523 13.7038 10.0425 13.869 8.74992H12.6667C12.2524 8.74992 11.9167 8.41413 11.9167 7.99992C11.9167 7.58571 12.2524 7.24992 12.6667 7.24992H14.6667C15.0809 7.24992 15.4167 7.58571 15.4167 7.99992C15.4167 9.96694 14.6353 11.8534 13.2444 13.2443C11.8535 14.6352 9.96702 15.4166 8 15.4166C6.03297 15.4166 4.14651 14.6352 2.75562 13.2443C1.36472 11.8534 0.583328 9.96694 0.583328 7.99992C0.583328 7.80101 0.662346 7.61024 0.802998 7.46959C0.94365 7.32894 1.13442 7.24992 1.33333 7.24992H3.33333C3.74754 7.24992 4.08333 7.58571 4.08333 7.99992C4.08333 8.41413 3.74754 8.74992 3.33333 8.74992H2.13103C2.29619 10.0425 2.88496 11.2523 3.81628 12.1836C4.7476 13.115 5.95742 13.7037 7.25 13.8689V5.97974C6.09574 5.65327 5.25 4.59203 5.25 3.33325Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12715\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAnchor, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13027\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAnchor size={size} /> });"
+    "IconArrowRightCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowRightCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15587)\"><path d=\"M7.43431 10.1009C7.12189 10.4133 7.12189 10.9199 7.43431 11.2323C7.74673 11.5447 8.25326 11.5447 8.56568 11.2323L7.43431 10.1009ZM10.6667 7.99992L11.2323 8.5656C11.5448 8.25318 11.5448 7.74665 11.2323 7.43423L10.6667 7.99992ZM8.56568 4.76757C8.25326 4.45515 7.74673 4.45515 7.43431 4.76757C7.12189 5.07999 7.12189 5.58652 7.43431 5.89894L8.56568 4.76757ZM5.33333 7.19992C4.8915 7.19992 4.53333 7.55809 4.53333 7.99992C4.53333 8.44175 4.8915 8.79992 5.33333 8.79992V7.19992ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 7.99999 13.8666V15.4666C12.1237 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM7.99999 13.8666C4.75992 13.8666 2.13333 11.24 2.13333 7.99992H0.533328C0.533328 12.1236 3.87627 15.4666 7.99999 15.4666V13.8666ZM2.13333 7.99992C2.13333 4.75985 4.75992 2.13325 7.99999 2.13325V0.533252C3.87627 0.533252 0.533328 3.87619 0.533328 7.99992H2.13333ZM7.99999 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1237 0.533252 7.99999 0.533252V2.13325ZM8.56568 11.2323L11.2323 8.5656L10.101 7.43423L7.43431 10.1009L8.56568 11.2323ZM11.2323 7.43423L8.56568 4.76757L7.43431 5.89894L10.101 8.5656L11.2323 7.43423ZM5.33333 8.79992H10.6667V7.19992H5.33333V8.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15587\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowRightCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13037\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowRightCircle size={size} /> });"
   ],
   [
-    "IconAperture.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAperture = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12921)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.6245 5.52443C2.2771 6.27755 2.08331 7.1161 2.08331 7.99992C2.08331 8.67074 2.19495 9.31548 2.40066 9.91659H5.16081L4.2797 8.39076C4.2736 8.38074 4.26774 8.37059 4.26212 8.36031L2.6245 5.52443ZM1.99376 3.64789C1.10652 4.87024 0.583313 6.37398 0.583313 7.99992C0.583313 9.03821 0.796669 10.0267 1.18193 10.9238C1.19251 10.9528 1.20482 10.9809 1.21874 11.0081C2.2592 13.3501 4.47726 15.053 7.12124 15.3651C7.15372 15.3709 7.18637 15.3745 7.21898 15.376C7.47564 15.4028 7.7362 15.4166 7.99998 15.4166C10.4233 15.4166 12.5751 14.2544 13.9285 12.457C13.9577 12.4241 13.9836 12.3889 14.0062 12.352C14.8934 11.1296 15.4166 9.62586 15.4166 7.99992C15.4166 6.96162 15.2033 5.97316 14.818 5.07598C14.8074 5.04702 14.7951 5.0189 14.7812 4.99174C13.7408 2.64977 11.5227 0.946873 8.87872 0.634766C8.84624 0.628958 8.81359 0.625349 8.78098 0.623883C8.52431 0.597022 8.26376 0.583252 7.99998 0.583252C5.5767 0.583252 3.42486 1.74543 2.07144 3.54283C2.04231 3.57574 2.01637 3.61093 1.99376 3.64789ZM3.54058 4.11126L4.92003 6.50006L5.806 4.96582C5.80866 4.96108 5.81138 4.95638 5.81415 4.95171L7.45635 2.10789C5.89755 2.24989 4.51347 2.9965 3.54058 4.11126ZM9.13941 2.19287L7.75905 4.58325H9.52559C9.53473 4.58308 9.54386 4.58309 9.55297 4.58325H12.831C11.9687 3.36612 10.6579 2.4891 9.13941 2.19287ZM13.5993 6.08325H10.8391L11.7202 7.60901C11.7264 7.61908 11.7322 7.62927 11.7379 7.63959L13.3755 10.4754C13.7229 9.72229 13.9166 8.88373 13.9166 7.99992C13.9166 7.3291 13.805 6.68436 13.5993 6.08325ZM12.4594 11.8886L11.0799 9.49978L10.1939 11.0341C10.1913 11.0388 10.1886 11.0434 10.1859 11.048L8.54361 13.8919C10.1024 13.7499 11.4865 13.0033 12.4594 11.8886ZM6.86055 13.807L8.24091 11.4166H6.47437C6.46523 11.4168 6.45611 11.4168 6.44699 11.4166H3.16893C4.03129 12.6337 5.34205 13.5107 6.86055 13.807ZM6.89295 9.91659H9.10711L10.2139 8L9.10701 6.08325H6.89286L5.7861 7.99984L6.89295 9.91659Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12921\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAperture, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13029\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAperture size={size} /> });"
+    "IconArrowLeftCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowLeftCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15583)\"><path d=\"M8.56585 5.89894C8.87827 5.58652 8.87827 5.07999 8.56585 4.76757C8.25343 4.45515 7.7469 4.45515 7.43448 4.76757L8.56585 5.89894ZM5.3335 7.99992L4.76781 7.43423C4.45539 7.74665 4.45539 8.25318 4.76781 8.5656L5.3335 7.99992ZM7.43448 11.2323C7.7469 11.5447 8.25343 11.5447 8.56585 11.2323C8.87827 10.9199 8.87827 10.4133 8.56585 10.1009L7.43448 11.2323ZM10.6668 8.79992C11.1087 8.79992 11.4668 8.44175 11.4668 7.99992C11.4668 7.55809 11.1087 7.19992 10.6668 7.19992V8.79992ZM13.8668 7.99992C13.8668 11.24 11.2402 13.8666 8.00016 13.8666V15.4666C12.1239 15.4666 15.4668 12.1236 15.4668 7.99992H13.8668ZM8.00016 13.8666C4.76009 13.8666 2.1335 11.24 2.1335 7.99992H0.533496C0.533496 12.1236 3.87644 15.4666 8.00016 15.4666V13.8666ZM2.1335 7.99992C2.1335 4.75985 4.76009 2.13325 8.00016 2.13325V0.533252C3.87644 0.533252 0.533496 3.87619 0.533496 7.99992H2.1335ZM8.00016 2.13325C11.2402 2.13325 13.8668 4.75985 13.8668 7.99992H15.4668C15.4668 3.87619 12.1239 0.533252 8.00016 0.533252V2.13325ZM7.43448 4.76757L4.76781 7.43423L5.89918 8.5656L8.56585 5.89894L7.43448 4.76757ZM4.76781 8.5656L7.43448 11.2323L8.56585 10.1009L5.89918 7.43423L4.76781 8.5656ZM10.6668 7.19992H5.3335V8.79992H10.6668V7.19992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15583\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowLeftCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13035\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowLeftCircle size={size} /> });"
   ],
   [
-    "IconArchive.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArchive = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11417)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M-0.083374 2C-0.083374 1.58579 0.252412 1.25 0.666626 1.25H15.3333C15.7475 1.25 16.0833 1.58579 16.0833 2V5.33333C16.0833 5.74755 15.7475 6.08333 15.3333 6.08333H14.75V14C14.75 14.4142 14.4142 14.75 14 14.75H1.99996C1.58575 14.75 1.24996 14.4142 1.24996 14V6.08333H0.666626C0.252412 6.08333 -0.083374 5.74755 -0.083374 5.33333V2ZM2.74996 6.08333V13.25H13.25V6.08333H2.74996ZM13.9994 4.58333C13.9996 4.58333 13.9998 4.58333 14 4.58333C14.0002 4.58333 14.0004 4.58333 14.0006 4.58333H14.5833V2.75H1.41663V4.58333H1.99935C1.99956 4.58333 1.99976 4.58333 1.99996 4.58333C2.00016 4.58333 2.00036 4.58333 2.00056 4.58333H13.9994ZM5.91663 8C5.91663 7.58579 6.25241 7.25 6.66663 7.25H9.33329C9.74751 7.25 10.0833 7.58579 10.0833 8C10.0833 8.41421 9.74751 8.75 9.33329 8.75H6.66663C6.25241 8.75 5.91663 8.41421 5.91663 8Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11417\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArchive, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13028\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArchive size={size} /> });"
+    "IconArrowRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33331 7.19992C2.89149 7.19992 2.53331 7.55809 2.53331 7.99992C2.53331 8.44175 2.89149 8.79992 3.33331 8.79992V7.19992ZM12.6666 7.99992L13.2323 8.5656C13.5448 8.25318 13.5448 7.74665 13.2323 7.43423L12.6666 7.99992ZM8.56566 2.76757C8.25325 2.45515 7.74671 2.45515 7.43429 2.76757C7.12187 3.07999 7.12187 3.58652 7.43429 3.89894L8.56566 2.76757ZM7.43429 12.1009C7.12187 12.4133 7.12187 12.9199 7.43429 13.2323C7.74671 13.5447 8.25325 13.5447 8.56566 13.2323L7.43429 12.1009ZM3.33331 8.79992H12.6666V7.19992H3.33331V8.79992ZM7.43429 3.89894L12.101 8.5656L13.2323 7.43423L8.56566 2.76757L7.43429 3.89894ZM12.101 7.43423L7.43429 12.1009L8.56566 13.2323L13.2323 8.5656L12.101 7.43423Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13036\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowRight size={size} /> });"
   ],
   [
-    "IconArrowDownCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowDownCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12861)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325L8.75004 8.85593L10.1364 7.46959C10.4293 7.1767 10.9041 7.1767 11.197 7.46959C11.4899 7.76248 11.4899 8.23736 11.197 8.53025L8.53037 11.1969C8.38972 11.3376 8.19895 11.4166 8.00004 11.4166C7.80113 11.4166 7.61036 11.3376 7.46971 11.1969L4.80304 8.53025C4.51015 8.23736 4.51015 7.76248 4.80304 7.46959C5.09594 7.1767 5.57081 7.1767 5.8637 7.46959L7.25004 8.85593L7.25004 5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12861\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowDownCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13031\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDownCircle size={size} /> });"
+    "IconCornerDownRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerDownRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.5657 6.101C10.2533 5.78858 9.74675 5.78858 9.43433 6.101C9.12191 6.41342 9.12191 6.91995 9.43433 7.23237L10.5657 6.101ZM13.3334 10L13.899 10.5657C14.0491 10.4157 14.1334 10.2122 14.1334 10C14.1334 9.78785 14.0491 9.58436 13.899 9.43433L13.3334 10ZM9.43433 12.7677C9.12191 13.0801 9.12191 13.5866 9.43433 13.899C9.74675 14.2115 10.2533 14.2115 10.5657 13.899L9.43433 12.7677ZM3.46669 2.66669C3.46669 2.22486 3.10851 1.86669 2.66669 1.86669C2.22486 1.86669 1.86669 2.22486 1.86669 2.66669H3.46669ZM2.66669 7.33335H1.86669H2.66669ZM5.33335 10V10.8V10ZM9.43433 7.23237L12.7677 10.5657L13.899 9.43433L10.5657 6.101L9.43433 7.23237ZM12.7677 9.43433L9.43433 12.7677L10.5657 13.899L13.899 10.5657L12.7677 9.43433ZM1.86669 2.66669V7.33335H3.46669V2.66669H1.86669ZM1.86669 7.33335C1.86669 8.25277 2.23192 9.13453 2.88205 9.78466L4.01342 8.65329C3.66335 8.30322 3.46669 7.82842 3.46669 7.33335H1.86669ZM2.88205 9.78466C3.53218 10.4348 4.41394 10.8 5.33335 10.8V9.20002C4.83828 9.20002 4.36349 9.00335 4.01342 8.65329L2.88205 9.78466ZM5.33335 10.8H13.3334V9.20002H5.33335V10.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerDownRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13466\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerDownRight size={size} /> });"
   ],
   [
-    "IconArrowDownLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowDownLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.66675 3.91675C5.08096 3.91675 5.41675 4.25253 5.41675 4.66675V9.52275L10.8031 4.13642C11.096 3.84352 11.5709 3.84352 11.8637 4.13642C12.1566 4.42931 12.1566 4.90418 11.8637 5.19708L6.47741 10.5834H11.3334C11.7476 10.5834 12.0834 10.9192 12.0834 11.3334C12.0834 11.7476 11.7476 12.0834 11.3334 12.0834H4.66675C4.25253 12.0834 3.91675 11.7476 3.91675 11.3334V4.66675C3.91675 4.25253 4.25253 3.91675 4.66675 3.91675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowDownLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13030\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDownLeft size={size} /> });"
+    "IconArrowUp.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowUp = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.19992 12.6666C7.19992 13.1084 7.55809 13.4666 7.99992 13.4666C8.44175 13.4666 8.79992 13.1084 8.79992 12.6666H7.19992ZM7.99992 3.33325L8.5656 2.76757C8.25318 2.45515 7.74665 2.45515 7.43423 2.76757L7.99992 3.33325ZM2.76757 7.43423C2.45515 7.74665 2.45515 8.25318 2.76757 8.5656C3.07999 8.87802 3.58652 8.87802 3.89894 8.5656L2.76757 7.43423ZM12.1009 8.5656C12.4133 8.87802 12.9199 8.87802 13.2323 8.5656C13.5447 8.25318 13.5447 7.74665 13.2323 7.43423L12.1009 8.5656ZM8.79992 12.6666V3.33325H7.19992V12.6666H8.79992ZM3.89894 8.5656L8.5656 3.89894L7.43423 2.76757L2.76757 7.43423L3.89894 8.5656ZM7.43423 3.89894L12.1009 8.5656L13.2323 7.43423L8.5656 2.76757L7.43423 3.89894Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13040\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUp size={size} /> });"
   ],
   [
-    "IconArrowDownRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowDownRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.13642 4.13642C4.42931 3.84352 4.90418 3.84352 5.19708 4.13642L10.5834 9.52275V4.66675C10.5834 4.25253 10.9192 3.91675 11.3334 3.91675C11.7476 3.91675 12.0834 4.25253 12.0834 4.66675V11.3334C12.0834 11.7476 11.7476 12.0834 11.3334 12.0834H4.66675C4.25253 12.0834 3.91675 11.7476 3.91675 11.3334C3.91675 10.9192 4.25253 10.5834 4.66675 10.5834H9.52275L4.13642 5.19708C3.84352 4.90418 3.84352 4.42931 4.13642 4.13642Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowDownRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13033\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDownRight size={size} /> });"
+    "IconCheckCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCheckCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15637)\"><path d=\"M15.4668 7.38662C15.4668 6.94479 15.1087 6.58662 14.6668 6.58662C14.225 6.58662 13.8668 6.94479 13.8668 7.38662H15.4668ZM14.6668 7.99995L15.4668 8.00041V7.99995H14.6668ZM10.3879 2.63736C10.7915 2.81718 11.2644 2.6358 11.4442 2.23222C11.6241 1.82864 11.4427 1.3557 11.0391 1.17587L10.3879 2.63736ZM15.2328 3.23202C15.5451 2.91944 15.5448 2.41291 15.2322 2.10065C14.9197 1.78839 14.4131 1.78864 14.1009 2.10121L15.2328 3.23202ZM8.00017 9.33995L7.43448 9.90564C7.58456 10.0557 7.78812 10.14 8.00037 10.1399C8.21261 10.1399 8.41613 10.0555 8.56613 9.90535L8.00017 9.33995ZM6.56585 6.77426C6.25343 6.46185 5.7469 6.46185 5.43448 6.77426C5.12206 7.08668 5.12206 7.59322 5.43448 7.90564L6.56585 6.77426ZM13.8668 7.38662V7.99995H15.4668V7.38662H13.8668ZM13.8668 7.99949C13.8661 9.26459 13.4565 10.4956 12.699 11.5088L13.9805 12.4668C14.9445 11.1772 15.4659 9.61054 15.4668 8.00041L13.8668 7.99949ZM12.699 11.5088C11.9415 12.5221 10.8768 13.2633 9.66357 13.622L10.1172 15.1564C11.6613 14.6999 13.0164 13.7564 13.9805 12.4668L12.699 11.5088ZM9.66357 13.622C8.45039 13.9807 7.15376 13.9377 5.96705 13.4992L5.41257 15.0001C6.92292 15.5581 8.57318 15.6129 10.1172 15.1564L9.66357 13.622ZM5.96705 13.4992C4.78035 13.0608 3.76716 12.2505 3.07859 11.1892L1.73635 12.0601C2.6127 13.4108 3.90222 14.4421 5.41257 15.0001L5.96705 13.4992ZM3.07859 11.1892C2.39003 10.1279 2.06297 8.87249 2.14621 7.61013L0.549681 7.50486C0.44374 9.11149 0.859988 10.7093 1.73635 12.0601L3.07859 11.1892ZM2.14621 7.61013C2.22945 6.34777 2.71852 5.14614 3.54049 4.18444L2.32421 3.14489C1.27808 4.36886 0.655622 5.89822 0.549681 7.50486L2.14621 7.61013ZM3.54049 4.18444C4.36245 3.22275 5.47326 2.55252 6.70726 2.27371L6.35465 0.71305C4.78411 1.06789 3.37035 1.92091 2.32421 3.14489L3.54049 4.18444ZM6.70726 2.27371C7.94126 1.99491 9.23232 2.12246 10.3879 2.63736L11.0391 1.17587C9.56836 0.520553 7.92519 0.358207 6.35465 0.71305L6.70726 2.27371ZM14.1009 2.10121L7.4342 8.77455L8.56613 9.90535L15.2328 3.23202L14.1009 2.10121ZM8.56585 8.77426L6.56585 6.77426L5.43448 7.90564L7.43448 9.90564L8.56585 8.77426Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15637\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCheckCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13060\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCheckCircle size={size} /> });"
   ],
   [
-    "IconArrowDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowDown = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 2.58325C8.41413 2.58325 8.74992 2.91904 8.74992 3.33325V10.8559L12.1363 7.46959C12.4291 7.1767 12.904 7.1767 13.1969 7.46959C13.4898 7.76248 13.4898 8.23736 13.1969 8.53025L8.53025 13.1969C8.23736 13.4898 7.76248 13.4898 7.46959 13.1969L2.80292 8.53025C2.51003 8.23736 2.51003 7.76248 2.80292 7.46959C3.09582 7.1767 3.57069 7.1767 3.86358 7.46959L7.24992 10.8559V3.33325C7.24992 2.91904 7.58571 2.58325 7.99992 2.58325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13032\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDown size={size} /> });"
+    "IconChevronsRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronsRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.10098 10.7676C7.78856 11.08 7.78856 11.5866 8.10098 11.899C8.4134 12.2114 8.91993 12.2114 9.23235 11.899L8.10098 10.7676ZM12 7.99996L12.5657 8.56564C12.7157 8.41562 12.8 8.21213 12.8 7.99996C12.8 7.78779 12.7157 7.5843 12.5657 7.43427L12 7.99996ZM9.23235 4.10094C8.91993 3.78852 8.4134 3.78852 8.10098 4.10094C7.78856 4.41336 7.78856 4.91989 8.10098 5.23231L9.23235 4.10094ZM3.43431 10.7676C3.1219 11.08 3.1219 11.5866 3.43431 11.899C3.74673 12.2114 4.25327 12.2114 4.56569 11.899L3.43431 10.7676ZM7.33333 7.99996L7.89902 8.56564C8.21144 8.25323 8.21144 7.74669 7.89902 7.43427L7.33333 7.99996ZM4.56569 4.10094C4.25327 3.78852 3.74673 3.78852 3.43431 4.10094C3.1219 4.41336 3.1219 4.91989 3.43431 5.23231L4.56569 4.10094ZM9.23235 11.899L12.5657 8.56564L11.4343 7.43427L8.10098 10.7676L9.23235 11.899ZM12.5657 7.43427L9.23235 4.10094L8.10098 5.23231L11.4343 8.56564L12.5657 7.43427ZM4.56569 11.899L7.89902 8.56564L6.76765 7.43427L3.43431 10.7676L4.56569 11.899ZM7.89902 7.43427L4.56569 4.10094L3.43431 5.23231L6.76765 8.56564L7.89902 7.43427Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13170\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsRight size={size} /> });"
   ],
   [
-    "IconArrowLeftCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowLeftCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12971)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 2.08325C4.73248 2.08325 2.0835 4.73223 2.0835 7.99992C2.0835 11.2676 4.73248 13.9166 8.00016 13.9166C11.2678 13.9166 13.9168 11.2676 13.9168 7.99992C13.9168 4.73223 11.2678 2.08325 8.00016 2.08325ZM0.583496 7.99992C0.583496 3.90381 3.90405 0.583252 8.00016 0.583252C12.0963 0.583252 15.4168 3.90381 15.4168 7.99992C15.4168 12.096 12.0963 15.4166 8.00016 15.4166C3.90405 15.4166 0.583496 12.096 0.583496 7.99992ZM8.53049 4.80292C8.82339 5.09582 8.82339 5.57069 8.53049 5.86358L7.14416 7.24992L10.6668 7.24992C11.081 7.24992 11.4168 7.58571 11.4168 7.99992C11.4168 8.41413 11.081 8.74992 10.6668 8.74992L7.14416 8.74992L8.53049 10.1363C8.82339 10.4291 8.82339 10.904 8.53049 11.1969C8.2376 11.4898 7.76273 11.4898 7.46983 11.1969L4.80317 8.53025C4.51027 8.23736 4.51027 7.76248 4.80317 7.46959L7.46983 4.80292C7.76273 4.51003 8.2376 4.51003 8.53049 4.80292Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12971\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowLeftCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13035\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowLeftCircle size={size} /> });"
+    "IconBriefcase.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBriefcase = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.86671 14C9.86671 14.4418 10.2249 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86671ZM9.33337 2V1.2V2ZM6.66671 2V1.2V2ZM5.33337 3.33333H4.53337H5.33337ZM4.53337 14C4.53337 14.4418 4.89155 14.8 5.33337 14.8C5.7752 14.8 6.13337 14.4418 6.13337 14H4.53337ZM2.66671 5.46667H13.3334V3.86667H2.66671V5.46667ZM13.3334 5.46667C13.6279 5.46667 13.8667 5.70545 13.8667 6H15.4667C15.4667 4.82179 14.5116 3.86667 13.3334 3.86667V5.46667ZM13.8667 6V12.6667H15.4667V6H13.8667ZM13.8667 12.6667C13.8667 12.9612 13.6279 13.2 13.3334 13.2V14.8C14.5116 14.8 15.4667 13.8449 15.4667 12.6667H13.8667ZM13.3334 13.2H2.66671V14.8H13.3334V13.2ZM2.66671 13.2C2.37216 13.2 2.13337 12.9612 2.13337 12.6667H0.533374C0.533374 13.8449 1.4885 14.8 2.66671 14.8V13.2ZM2.13337 12.6667V6H0.533374V12.6667H2.13337ZM2.13337 6C2.13337 5.70545 2.37216 5.46667 2.66671 5.46667V3.86667C1.4885 3.86667 0.533374 4.82179 0.533374 6H2.13337ZM11.4667 14V3.33333H9.86671V14H11.4667ZM11.4667 3.33333C11.4667 2.76754 11.2419 2.22492 10.8419 1.82484L9.7105 2.95621C9.81052 3.05623 9.86671 3.19189 9.86671 3.33333H11.4667ZM10.8419 1.82484C10.4418 1.42476 9.89917 1.2 9.33337 1.2V2.8C9.47482 2.8 9.61048 2.85619 9.7105 2.95621L10.8419 1.82484ZM9.33337 1.2H6.66671V2.8H9.33337V1.2ZM6.66671 1.2C6.10091 1.2 5.55829 1.42476 5.15821 1.82484L6.28958 2.95621C6.3896 2.85619 6.52526 2.8 6.66671 2.8V1.2ZM5.15821 1.82484C4.75814 2.22492 4.53337 2.76754 4.53337 3.33333H6.13337C6.13337 3.19189 6.18956 3.05623 6.28958 2.95621L5.15821 1.82484ZM4.53337 3.33333V14H6.13337V3.33333H4.53337Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBriefcase, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13057\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBriefcase size={size} /> });"
   ],
   [
-    "IconArrowLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.53049 2.80292C8.82339 3.09582 8.82339 3.57069 8.53049 3.86358L5.14416 7.24992H12.6668C13.081 7.24992 13.4168 7.58571 13.4168 7.99992C13.4168 8.41413 13.081 8.74992 12.6668 8.74992H5.14416L8.53049 12.1363C8.82339 12.4291 8.82339 12.904 8.53049 13.1969C8.2376 13.4898 7.76273 13.4898 7.46983 13.1969L2.80317 8.53025C2.51027 8.23736 2.51027 7.76248 2.80317 7.46959L7.46983 2.80292C7.76273 2.51003 8.2376 2.51003 8.53049 2.80292Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13034\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowLeft size={size} /> });"
+    "IconAlertCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlertCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15555)\"><path d=\"M8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM7.20004 7.99992C7.20004 8.44175 7.55821 8.79992 8.00004 8.79992C8.44187 8.79992 8.80004 8.44175 8.80004 7.99992H7.20004ZM8.00004 9.86658C7.55821 9.86658 7.20004 10.2248 7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666V9.86658ZM8.00671 11.4666C8.44853 11.4666 8.80671 11.1084 8.80671 10.6666C8.80671 10.2248 8.44853 9.86658 8.00671 9.86658V11.4666ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM7.20004 5.33325V7.99992H8.80004V5.33325H7.20004ZM8.00004 11.4666H8.00671V9.86658H8.00004V11.4666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15555\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAlertCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13020\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlertCircle size={size} /> });"
   ],
   [
-    "IconArrowRightCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowRightCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12661)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 2.08325C4.73231 2.08325 2.08333 4.73223 2.08333 7.99992C2.08333 11.2676 4.73231 13.9166 8 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8 2.08325ZM0.583328 7.99992C0.583328 3.90381 3.90388 0.583252 8 0.583252C12.0961 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0961 15.4166 8 15.4166C3.90388 15.4166 0.583328 12.096 0.583328 7.99992ZM7.46967 5.86358C7.17677 5.57069 7.17677 5.09582 7.46967 4.80292C7.76256 4.51003 8.23743 4.51003 8.53033 4.80292L11.197 7.46959C11.3376 7.61024 11.4167 7.80101 11.4167 7.99992C11.4167 8.19883 11.3376 8.3896 11.197 8.53025L8.53033 11.1969C8.23743 11.4898 7.76256 11.4898 7.46967 11.1969C7.17677 10.904 7.17677 10.4291 7.46967 10.1363L8.856 8.74992L5.33333 8.74992C4.91912 8.74992 4.58333 8.41413 4.58333 7.99992C4.58333 7.58571 4.91911 7.24992 5.33333 7.24992L8.856 7.24992L7.46967 5.86358Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12661\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowRightCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13037\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowRightCircle size={size} /> });"
+    "IconArrowUpRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowUpRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4.10106 10.7677C3.78864 11.0801 3.78864 11.5867 4.10106 11.8991C4.41348 12.2115 4.92001 12.2115 5.23243 11.8991L4.10106 10.7677ZM11.3334 4.66675H12.1334C12.1334 4.22492 11.7752 3.86675 11.3334 3.86675V4.66675ZM4.66675 3.86675C4.22492 3.86675 3.86675 4.22492 3.86675 4.66675C3.86675 5.10858 4.22492 5.46675 4.66675 5.46675V3.86675ZM10.5334 11.3334C10.5334 11.7752 10.8916 12.1334 11.3334 12.1334C11.7752 12.1334 12.1334 11.7752 12.1334 11.3334H10.5334ZM5.23243 11.8991L11.8991 5.23243L10.7677 4.10106L4.10106 10.7677L5.23243 11.8991ZM4.66675 5.46675H11.3334V3.86675H4.66675V5.46675ZM10.5334 4.66675V11.3334H12.1334V4.66675H10.5334Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowUpRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13041\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUpRight size={size} /> });"
   ],
   [
-    "IconArrowRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46965 2.80292C7.76254 2.51003 8.23742 2.51003 8.53031 2.80292L13.197 7.46959C13.4899 7.76248 13.4899 8.23736 13.197 8.53025L8.53031 13.1969C8.23742 13.4898 7.76254 13.4898 7.46965 13.1969C7.17676 12.904 7.17676 12.4291 7.46965 12.1363L10.856 8.74992H3.33331C2.9191 8.74992 2.58331 8.41413 2.58331 7.99992C2.58331 7.58571 2.9191 7.24992 3.33331 7.24992H10.856L7.46965 3.86358C7.17676 3.57069 7.17676 3.09582 7.46965 2.80292Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13036\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowRight size={size} /> });"
+    "IconAlignLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlignLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M11.3333 7.46667C11.7752 7.46667 12.1333 7.10849 12.1333 6.66667C12.1333 6.22484 11.7752 5.86667 11.3333 5.86667V7.46667ZM2 5.86667C1.55817 5.86667 1.2 6.22484 1.2 6.66667C1.2 7.10849 1.55817 7.46667 2 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM11.3333 12.8C11.7752 12.8 12.1333 12.4418 12.1333 12C12.1333 11.5582 11.7752 11.2 11.3333 11.2V12.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM11.3333 5.86667H2V7.46667H11.3333V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM11.3333 11.2H2V12.8H11.3333V11.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13024\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignLeft size={size} /> });"
   ],
   [
-    "IconArrowUpCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowUpCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12843)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM4.80304 7.46959L7.46971 4.80292C7.7626 4.51003 8.23748 4.51003 8.53037 4.80292L11.197 7.46959C11.4899 7.76248 11.4899 8.23736 11.197 8.53025C10.9041 8.82314 10.4293 8.82314 10.1364 8.53025L8.75004 7.14391L8.75004 10.6666C8.75004 11.0808 8.41425 11.4166 8.00004 11.4166C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666L7.25004 7.14391L5.8637 8.53025C5.57081 8.82314 5.09594 8.82314 4.80304 8.53025C4.51015 8.23736 4.51015 7.76248 4.80304 7.46959Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12843\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowUpCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13038\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUpCircle size={size} /> });"
+    "IconBattery.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBattery = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15609)\"><path d=\"M14.5333 8.66667C14.5333 9.10849 14.8915 9.46667 15.3333 9.46667C15.7751 9.46667 16.1333 9.10849 16.1333 8.66667H14.5333ZM16.1333 7.33333C16.1333 6.89151 15.7751 6.53333 15.3333 6.53333C14.8915 6.53333 14.5333 6.89151 14.5333 7.33333H16.1333ZM1.99996 4.8H11.3333V3.2H1.99996V4.8ZM11.3333 4.8C11.6278 4.8 11.8666 5.03878 11.8666 5.33333H13.4666C13.4666 4.15513 12.5115 3.2 11.3333 3.2V4.8ZM11.8666 5.33333V10.6667H13.4666V5.33333H11.8666ZM11.8666 10.6667C11.8666 10.9612 11.6278 11.2 11.3333 11.2V12.8C12.5115 12.8 13.4666 11.8449 13.4666 10.6667H11.8666ZM11.3333 11.2H1.99996V12.8H11.3333V11.2ZM1.99996 11.2C1.70541 11.2 1.46663 10.9612 1.46663 10.6667H-0.133374C-0.133374 11.8449 0.821752 12.8 1.99996 12.8V11.2ZM1.46663 10.6667V5.33333H-0.133374V10.6667H1.46663ZM1.46663 5.33333C1.46663 5.03878 1.70541 4.8 1.99996 4.8V3.2C0.821752 3.2 -0.133374 4.15513 -0.133374 5.33333H1.46663ZM16.1333 8.66667V7.33333H14.5333V8.66667H16.1333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15609\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBattery, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13047\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBattery size={size} /> });"
   ],
   [
-    "IconArrowUpLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowUpLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.91663 4.66675C3.91663 4.25253 4.25241 3.91675 4.66663 3.91675H11.3333C11.7475 3.91675 12.0833 4.25253 12.0833 4.66675C12.0833 5.08096 11.7475 5.41675 11.3333 5.41675H6.47729L11.8636 10.8031C12.1565 11.096 12.1565 11.5709 11.8636 11.8637C11.5707 12.1566 11.0959 12.1566 10.803 11.8637L5.41663 6.47741V11.3334C5.41663 11.7476 5.08084 12.0834 4.66663 12.0834C4.25241 12.0834 3.91663 11.7476 3.91663 11.3334V4.66675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowUpLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13039\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUpLeft size={size} /> });"
+    "IconCheckSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCheckSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.56569 6.76765C6.25327 6.45523 5.74673 6.45523 5.43431 6.76765C5.12189 7.08007 5.12189 7.5866 5.43431 7.89902L6.56569 6.76765ZM8 9.33333L7.43431 9.89902C7.58434 10.049 7.78783 10.1333 8 10.1333C8.21217 10.1333 8.41566 10.049 8.56568 9.89902L8 9.33333ZM15.2324 3.23235C15.5448 2.91993 15.5448 2.4134 15.2324 2.10098C14.9199 1.78856 14.4134 1.78856 14.101 2.10098L15.2324 3.23235ZM14.8 8C14.8 7.55817 14.4418 7.2 14 7.2C13.5582 7.2 13.2 7.55817 13.2 8H14.8ZM2 12.6667H1.2H2ZM3.33333 2V1.2V2ZM10.6667 2.8C11.1085 2.8 11.4667 2.44183 11.4667 2C11.4667 1.55817 11.1085 1.2 10.6667 1.2V2.8ZM5.43431 7.89902L7.43431 9.89902L8.56568 8.76765L6.56569 6.76765L5.43431 7.89902ZM8.56568 9.89902L15.2324 3.23235L14.101 2.10098L7.43431 8.76765L8.56568 9.89902ZM13.2 8V12.6667H14.8V8H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H10.6667V1.2H3.33333V2.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCheckSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13062\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCheckSquare size={size} /> });"
   ],
   [
-    "IconArrowUpRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowUpRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.66675 5.41675C4.25253 5.41675 3.91675 5.08096 3.91675 4.66675C3.91675 4.25253 4.25253 3.91675 4.66675 3.91675H11.3334C11.7476 3.91675 12.0834 4.25253 12.0834 4.66675V11.3334C12.0834 11.7476 11.7476 12.0834 11.3334 12.0834C10.9192 12.0834 10.5834 11.7476 10.5834 11.3334V6.47741L5.19708 11.8637C4.90418 12.1566 4.42931 12.1566 4.13642 11.8637C3.84352 11.5709 3.84352 11.096 4.13642 10.8031L9.52275 5.41675H4.66675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowUpRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13041\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUpRight size={size} /> });"
+    "IconBold.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBold = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4 2.66675V1.86675C3.55817 1.86675 3.2 2.22492 3.2 2.66675H4ZM9.33333 2.66675V1.86675V2.66675ZM9.33333 8.00008V8.80008V8.00008ZM10 8.00008V7.20008V8.00008ZM4 13.3334H3.2C3.2 13.7752 3.55817 14.1334 4 14.1334V13.3334ZM4 3.46675H9.33333V1.86675H4V3.46675ZM9.33333 3.46675C9.8284 3.46675 10.3032 3.66341 10.6533 4.01348L11.7846 2.88211C11.1345 2.23199 10.2527 1.86675 9.33333 1.86675V3.46675ZM10.6533 4.01348C11.0033 4.36355 11.2 4.83834 11.2 5.33341H12.8C12.8 4.414 12.4348 3.53224 11.7846 2.88211L10.6533 4.01348ZM11.2 5.33341C11.2 5.82848 11.0033 6.30328 10.6533 6.65335L11.7846 7.78472C12.4348 7.13459 12.8 6.25283 12.8 5.33341H11.2ZM10.6533 6.65335C10.3032 7.00342 9.8284 7.20008 9.33333 7.20008V8.80008C10.2528 8.80008 11.1345 8.43484 11.7846 7.78472L10.6533 6.65335ZM9.33333 7.20008H4V8.80008H9.33333V7.20008ZM4.8 8.00008V2.66675H3.2V8.00008H4.8ZM4 8.80008H10V7.20008H4V8.80008ZM10 8.80008C10.4951 8.80008 10.9699 8.99675 11.3199 9.34682L12.4513 8.21544C11.8012 7.56532 10.9194 7.20008 10 7.20008V8.80008ZM11.3199 9.34682C11.67 9.69688 11.8667 10.1717 11.8667 10.6667H13.4667C13.4667 9.74733 13.1014 8.86557 12.4513 8.21544L11.3199 9.34682ZM11.8667 10.6667C11.8667 11.1618 11.67 11.6366 11.3199 11.9867L12.4513 13.118C13.1014 12.4679 13.4667 11.5862 13.4667 10.6667H11.8667ZM11.3199 11.9867C10.9699 12.3367 10.4951 12.5334 10 12.5334V14.1334C10.9194 14.1334 11.8012 13.7682 12.4513 13.118L11.3199 11.9867ZM10 12.5334H4V14.1334H10V12.5334ZM4.8 13.3334V8.00008H3.2V13.3334H4.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBold, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13050\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBold size={size} /> });"
   ],
   [
-    "IconArrowUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconArrowUp = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46959 2.80292C7.76248 2.51003 8.23736 2.51003 8.53025 2.80292L13.1969 7.46959C13.4898 7.76248 13.4898 8.23736 13.1969 8.53025C12.904 8.82314 12.4291 8.82314 12.1363 8.53025L8.74992 5.14391V12.6666C8.74992 13.0808 8.41413 13.4166 7.99992 13.4166C7.58571 13.4166 7.24992 13.0808 7.24992 12.6666V5.14391L3.86358 8.53025C3.57069 8.82314 3.09582 8.82314 2.80292 8.53025C2.51003 8.23736 2.51003 7.76248 2.80292 7.46959L7.46959 2.80292Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13040\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUp size={size} /> });"
+    "IconCloudOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCloudOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15671)\"><path d=\"M14.3368 10.988C14.1644 11.3948 14.3546 11.8643 14.7614 12.0366C15.1683 12.2089 15.6377 12.0188 15.8101 11.612L14.3368 10.988ZM12.0001 6.66663V7.46663L12.001 7.46663L12.0001 6.66663ZM11.1601 6.66663L10.3847 6.86352C10.4748 7.21826 10.7941 7.46663 11.1601 7.46663V6.66663ZM6.53047 1.86973C6.09035 1.83085 5.70205 2.15612 5.66318 2.59623C5.6243 3.03635 5.94957 3.42465 6.38968 3.46352L6.53047 1.86973ZM3.72052 4.0334C4.10718 3.8196 4.24731 3.33284 4.03351 2.94618C3.81972 2.55953 3.33296 2.41939 2.9463 2.63319L3.72052 4.0334ZM6.00008 13.3333V12.5332L5.98719 12.5334L6.00008 13.3333ZM12.0001 13.3333V14.1333L12.001 14.1333L12.0001 13.3333ZM13.4063 13.8853C13.8217 13.7346 14.0361 13.2757 13.8854 12.8604C13.7347 12.445 13.2758 12.2306 12.8605 12.3813L13.4063 13.8853ZM1.23243 0.100941C0.920008 -0.211479 0.413476 -0.211479 0.101057 0.100941C-0.211363 0.41336 -0.211363 0.919892 0.101057 1.23231L1.23243 0.100941ZM14.7677 15.899C15.0801 16.2114 15.5867 16.2114 15.8991 15.899C16.2115 15.5866 16.2115 15.08 15.8991 14.7676L14.7677 15.899ZM15.8101 11.612C16.0764 10.9831 16.1828 10.2981 16.1197 9.61808L14.5265 9.7659C14.5652 10.1827 14.5 10.6025 14.3368 10.988L15.8101 11.612ZM16.1197 9.61808C16.0566 8.93808 15.826 8.28431 15.4485 7.71521L14.1152 8.59963C14.3465 8.94843 14.4879 9.34913 14.5265 9.7659L16.1197 9.61808ZM15.4485 7.71521C15.071 7.14611 14.5584 6.6794 13.9565 6.35682L13.2007 7.76706C13.5696 7.96478 13.8838 8.25082 14.1152 8.59963L15.4485 7.71521ZM13.9565 6.35682C13.3545 6.03423 12.682 5.86582 11.9991 5.86663L12.001 7.46663C12.4196 7.46613 12.8318 7.56935 13.2007 7.76706L13.9565 6.35682ZM12.0001 5.86663H11.1601V7.46663H12.0001V5.86663ZM11.9355 6.46973C11.6225 5.2373 10.9343 4.13261 9.96593 3.3085L8.92894 4.52696C9.64466 5.13609 10.1534 5.9526 10.3847 6.86352L11.9355 6.46973ZM9.96593 3.3085C8.9976 2.48439 7.79708 1.98161 6.53047 1.86973L6.38968 3.46352C7.32587 3.54622 8.21322 3.91784 8.92894 4.52696L9.96593 3.3085ZM2.9463 2.63319C1.74882 3.29531 0.807152 4.33886 0.271083 5.59782L1.74319 6.22464C2.13941 5.29411 2.83543 4.52279 3.72052 4.0334L2.9463 2.63319ZM0.271083 5.59782C-0.264987 6.85678 -0.364665 8.25884 -0.0120947 9.58098L1.53388 9.16872C1.27329 8.19149 1.34696 7.15518 1.74319 6.22464L0.271083 5.59782ZM-0.0120947 9.58098C0.340475 10.9031 1.12504 12.0694 2.2168 12.8943L3.18133 11.6177C2.37437 11.008 1.79448 10.146 1.53388 9.16872L-0.0120947 9.58098ZM2.2168 12.8943C3.30856 13.7191 4.6448 14.1552 6.01297 14.1332L5.98719 12.5334C4.97594 12.5497 3.98828 12.2274 3.18133 11.6177L2.2168 12.8943ZM6.00008 14.1333H12.0001V12.5333H6.00008V14.1333ZM12.001 14.1333C12.4803 14.1327 12.9558 14.0488 13.4063 13.8853L12.8605 12.3813C12.5843 12.4815 12.2929 12.5329 11.9991 12.5333L12.001 14.1333ZM0.101057 1.23231L14.7677 15.899L15.8991 14.7676L1.23243 0.100941L0.101057 1.23231Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15671\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13178\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudOff size={size} /> });"
   ],
   [
-    "IconAtSign.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAtSign = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11407)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.83104 1.29481C6.34448 0.579603 8.05535 0.397396 9.68547 0.777817C11.3156 1.15824 12.7691 2.07891 13.8096 3.39014C14.8501 4.70137 15.4165 6.32603 15.4166 7.99995V8.66666C15.4166 9.39601 15.1269 10.0955 14.6111 10.6112C14.0954 11.1269 13.3959 11.4167 12.6666 11.4167C11.9372 11.4167 11.2378 11.1269 10.7221 10.6112C10.6374 10.5265 10.5588 10.4369 10.4866 10.3431C9.8636 11.004 8.97995 11.4167 7.99993 11.4167C6.11295 11.4167 4.58326 9.88697 4.58326 7.99999C4.58326 6.11302 6.11295 4.58333 7.99993 4.58333C8.71696 4.58333 9.38241 4.80421 9.93194 5.18164C10.0021 4.84014 10.3043 4.58333 10.6666 4.58333C11.0808 4.58333 11.4166 4.91911 11.4166 5.33333V8.66666C11.4166 8.99818 11.5483 9.31612 11.7827 9.55054C12.0171 9.78496 12.3351 9.91666 12.6666 9.91666C12.9981 9.91666 13.3161 9.78497 13.5505 9.55054C13.7849 9.31612 13.9166 8.99818 13.9166 8.66666V8.00004C13.9166 8.00003 13.9166 8.00006 13.9166 8.00004C13.9165 6.66468 13.4647 5.36858 12.6346 4.32256C11.8045 3.27652 10.645 2.54205 9.34457 2.23857C8.04414 1.93508 6.67929 2.08044 5.47194 2.651C4.26459 3.22156 3.28576 4.18376 2.6946 5.38116C2.10345 6.57856 1.93473 7.94072 2.21589 9.24616C2.49705 10.5516 3.21155 11.7235 4.24322 12.5714C5.27488 13.4193 6.56302 13.8932 7.8982 13.9162C9.23338 13.9392 10.5371 13.5098 11.5973 12.6979C11.9261 12.446 12.3969 12.5085 12.6487 12.8373C12.9006 13.1662 12.8381 13.6369 12.5093 13.8888C11.1803 14.9065 9.54608 15.4448 7.87241 15.416C6.19874 15.3872 4.58402 14.7931 3.29081 13.7303C1.9976 12.6674 1.10196 11.1984 0.749517 9.56198C0.397075 7.92559 0.608563 6.21809 1.34959 4.71712C2.09062 3.21616 3.31761 2.01002 4.83104 1.29481ZM9.91659 7.99999C9.91659 6.94145 9.05847 6.08333 7.99993 6.08333C6.94138 6.08333 6.08326 6.94145 6.08326 7.99999C6.08326 9.05854 6.94138 9.91666 7.99993 9.91666C9.05847 9.91666 9.91659 9.05854 9.91659 7.99999Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11407\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAtSign, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13043\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAtSign size={size} /> });"
+    "IconChevronLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.43431 12.5657C9.74673 12.8781 10.2533 12.8781 10.5657 12.5657C10.8781 12.2533 10.8781 11.7467 10.5657 11.4343L9.43431 12.5657ZM6 8L5.43431 7.43431C5.1219 7.74673 5.1219 8.25327 5.43431 8.56569L6 8ZM10.5657 4.56569C10.8781 4.25327 10.8781 3.74673 10.5657 3.43431C10.2533 3.1219 9.74673 3.1219 9.43431 3.43431L10.5657 4.56569ZM10.5657 11.4343L6.56569 7.43431L5.43431 8.56569L9.43431 12.5657L10.5657 11.4343ZM6.56569 8.56569L10.5657 4.56569L9.43431 3.43431L5.43431 7.43431L6.56569 8.56569Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13064\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronLeft size={size} /> });"
   ],
   [
-    "IconAward.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconAward = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12255)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 1.41675C5.83705 1.41675 4.0835 3.1703 4.0835 5.33342C4.0835 7.49653 5.83705 9.25008 8.00016 9.25008C8.75824 9.25008 9.46602 9.03471 10.0656 8.66181C10.1007 8.63447 10.1382 8.61013 10.1781 8.5892C11.2266 7.8864 11.9168 6.69051 11.9168 5.33342C11.9168 3.1703 10.1633 1.41675 8.00016 1.41675ZM11.3302 9.60589C12.6002 8.61459 13.4168 7.06937 13.4168 5.33342C13.4168 2.34187 10.9917 -0.083252 8.00016 -0.083252C5.00862 -0.083252 2.5835 2.34187 2.5835 5.33342C2.5835 7.06971 3.40043 8.61519 4.6709 9.60646L3.92336 15.2347C3.88544 15.5202 4.01434 15.8021 4.25505 15.9603C4.49576 16.1184 4.80575 16.1247 5.0527 15.9765L8.00016 14.2081L10.9476 15.9765C11.1946 16.1247 11.5045 16.1184 11.7452 15.9603C11.9859 15.8022 12.1149 15.5202 12.077 15.2348L11.3302 9.60589ZM9.92227 10.3991C9.32492 10.6259 8.67704 10.7501 8.00016 10.7501C7.32355 10.7501 6.67591 10.626 6.07876 10.3994L5.61516 13.8898L7.61429 12.6903C7.8518 12.5478 8.14852 12.5478 8.38603 12.6903L10.3854 13.8899L9.92227 10.3991Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12255\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAward, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13042\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAward size={size} /> });"
+    "IconArrowDownCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowDownCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15575)\"><path d=\"M5.89906 7.43423C5.58664 7.12181 5.08011 7.12181 4.76769 7.43423C4.45527 7.74665 4.45527 8.25318 4.76769 8.5656L5.89906 7.43423ZM8.00004 10.6666L7.43436 11.2323C7.74677 11.5447 8.25331 11.5447 8.56573 11.2323L8.00004 10.6666ZM11.2324 8.5656C11.5448 8.25318 11.5448 7.74665 11.2324 7.43423C10.92 7.12181 10.4134 7.12181 10.101 7.43423L11.2324 8.5656ZM8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM4.76769 8.5656L7.43436 11.2323L8.56573 10.1009L5.89906 7.43423L4.76769 8.5656ZM8.56573 11.2323L11.2324 8.5656L10.101 7.43423L7.43436 10.1009L8.56573 11.2323ZM7.20004 5.33325V10.6666H8.80004V5.33325H7.20004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15575\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconArrowDownCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13031\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDownCircle size={size} /> });"
   ],
   [
-    "IconBarChart2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBarChart2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 1.91675C8.41421 1.91675 8.75 2.25253 8.75 2.66675V13.3334C8.75 13.7476 8.41421 14.0834 8 14.0834C7.58579 14.0834 7.25 13.7476 7.25 13.3334V2.66675C7.25 2.25253 7.58579 1.91675 8 1.91675ZM12 5.91675C12.4142 5.91675 12.75 6.25253 12.75 6.66675V13.3334C12.75 13.7476 12.4142 14.0834 12 14.0834C11.5858 14.0834 11.25 13.7476 11.25 13.3334V6.66675C11.25 6.25253 11.5858 5.91675 12 5.91675ZM4 8.58341C4.41421 8.58341 4.75 8.9192 4.75 9.33341V13.3334C4.75 13.7476 4.41421 14.0834 4 14.0834C3.58579 14.0834 3.25 13.7476 3.25 13.3334V9.33341C3.25 8.9192 3.58579 8.58341 4 8.58341Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBarChart2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13045\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBarChart2 size={size} /> });"
+    "IconChevronRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.43431 11.4343C5.1219 11.7467 5.1219 12.2533 5.43431 12.5657C5.74673 12.8781 6.25327 12.8781 6.56569 12.5657L5.43431 11.4343ZM10 8L10.5657 8.56569C10.8781 8.25327 10.8781 7.74673 10.5657 7.43431L10 8ZM6.56569 3.43431C6.25327 3.1219 5.74673 3.1219 5.43431 3.43431C5.1219 3.74673 5.1219 4.25327 5.43431 4.56569L6.56569 3.43431ZM6.56569 12.5657L10.5657 8.56569L9.43431 7.43431L5.43431 11.4343L6.56569 12.5657ZM10.5657 7.43431L6.56569 3.43431L5.43431 4.56569L9.43431 8.56569L10.5657 7.43431Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13165\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronRight size={size} /> });"
   ],
   [
-    "IconBarChart.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBarChart = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.91675C12.4142 1.91675 12.75 2.25253 12.75 2.66675V13.3334C12.75 13.7476 12.4142 14.0834 12 14.0834C11.5858 14.0834 11.25 13.7476 11.25 13.3334V2.66675C11.25 2.25253 11.5858 1.91675 12 1.91675ZM8 5.91675C8.41421 5.91675 8.75 6.25253 8.75 6.66675V13.3334C8.75 13.7476 8.41421 14.0834 8 14.0834C7.58579 14.0834 7.25 13.7476 7.25 13.3334V6.66675C7.25 6.25253 7.58579 5.91675 8 5.91675ZM4 9.91675C4.41421 9.91675 4.75 10.2525 4.75 10.6667V13.3334C4.75 13.7476 4.41421 14.0834 4 14.0834C3.58579 14.0834 3.25 13.7476 3.25 13.3334V10.6667C3.25 10.2525 3.58579 9.91675 4 9.91675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBarChart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13044\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBarChart size={size} /> });"
+    "IconAlertTriangle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlertTriangle = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.86001 2.57323L6.176 2.15832L6.17372 2.16213L6.86001 2.57323ZM1.21335 11.9999L0.526965 11.5887L0.520555 11.5998L1.21335 11.9999ZM2.35335 13.9999L2.34455 14.7999H2.35335V13.9999ZM13.6467 13.9999V14.7999L13.6555 14.7998L13.6467 13.9999ZM14.7867 11.9999L15.4796 11.5998L15.473 11.5888L14.7867 11.9999ZM9.14001 2.57323L9.82632 2.16212L9.82401 2.15832L9.14001 2.57323ZM8.00001 1.9314V1.1314V1.9314ZM8.80001 5.99989C8.80001 5.55806 8.44184 5.19989 8.00001 5.19989C7.55819 5.19989 7.20001 5.55806 7.20001 5.99989H8.80001ZM7.20001 8.66656C7.20001 9.10839 7.55819 9.46656 8.00001 9.46656C8.44184 9.46656 8.80001 9.10839 8.80001 8.66656H7.20001ZM8.00001 10.5332C7.55819 10.5332 7.20001 10.8914 7.20001 11.3332C7.20001 11.7751 7.55819 12.1332 8.00001 12.1332V10.5332ZM8.00668 12.1332C8.44851 12.1332 8.80668 11.7751 8.80668 11.3332C8.80668 10.8914 8.44851 10.5332 8.00668 10.5332V12.1332ZM6.17372 2.16213L0.527053 11.5888L1.89964 12.411L7.54631 2.98432L6.17372 2.16213ZM0.520555 11.5998C0.334281 11.9224 0.235719 12.2882 0.234676 12.6607L1.83467 12.6651C1.83493 12.572 1.85957 12.4806 1.90614 12.3999L0.520555 11.5998ZM0.234676 12.6607C0.233633 13.0332 0.330145 13.3994 0.51461 13.7231L1.90465 12.9307C1.85854 12.8498 1.83441 12.7583 1.83467 12.6651L0.234676 12.6607ZM0.51461 13.7231C0.699074 14.0467 0.965061 14.3164 1.28611 14.5053L2.09753 13.1263C2.01727 13.0791 1.95077 13.0117 1.90465 12.9307L0.51461 13.7231ZM1.28611 14.5053C1.60715 14.6942 1.97207 14.7958 2.34455 14.7998L2.36214 13.1999C2.26902 13.1989 2.17779 13.1735 2.09753 13.1263L1.28611 14.5053ZM2.35335 14.7999H13.6467V13.1999H2.35335V14.7999ZM13.6555 14.7998C14.028 14.7958 14.3929 14.6942 14.7139 14.5053L13.9025 13.1263C13.8222 13.1735 13.731 13.1989 13.6379 13.1999L13.6555 14.7998ZM14.7139 14.5053C15.035 14.3164 15.301 14.0467 15.4854 13.7231L14.0954 12.9307C14.0493 13.0117 13.9828 13.0791 13.9025 13.1263L14.7139 14.5053ZM15.4854 13.7231C15.6699 13.3995 15.7664 13.0332 15.7654 12.6607L14.1654 12.6651C14.1656 12.7583 14.1415 12.8498 14.0954 12.9307L15.4854 13.7231ZM15.7654 12.6607C15.7643 12.2882 15.6657 11.9224 15.4795 11.5998L14.0939 12.3999C14.1405 12.4806 14.1651 12.572 14.1654 12.6651L15.7654 12.6607ZM15.473 11.5888L9.82631 2.16213L8.45372 2.98432L14.1004 12.411L15.473 11.5888ZM9.82401 2.15832C9.63386 1.84484 9.36612 1.58565 9.04662 1.40577L8.26167 2.79999C8.34154 2.84496 8.40847 2.90976 8.45601 2.98813L9.82401 2.15832ZM9.04662 1.40577C8.72713 1.22589 8.36666 1.1314 8.00001 1.1314V2.7314C8.09168 2.7314 8.18179 2.75502 8.26167 2.79999L9.04662 1.40577ZM8.00001 1.1314C7.63336 1.1314 7.2729 1.22589 6.95341 1.40577L7.73836 2.79999C7.81824 2.75502 7.90835 2.7314 8.00001 2.7314V1.1314ZM6.95341 1.40577C6.63391 1.58565 6.36617 1.84484 6.17601 2.15832L7.54401 2.98813C7.59155 2.90976 7.65849 2.84496 7.73836 2.79999L6.95341 1.40577ZM7.20001 5.99989V8.66656H8.80001V5.99989H7.20001ZM8.00001 12.1332H8.00668V10.5332H8.00001V12.1332Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlertTriangle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13022\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlertTriangle size={size} /> });"
+  ],
+  [
+    "IconArrowDownLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowDownLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M11.8991 5.23243C12.2115 4.92001 12.2115 4.41348 11.8991 4.10106C11.5867 3.78864 11.0801 3.78864 10.7677 4.10106L11.8991 5.23243ZM4.66675 11.3334H3.86675C3.86675 11.7752 4.22492 12.1334 4.66675 12.1334V11.3334ZM11.3334 12.1334C11.7752 12.1334 12.1334 11.7752 12.1334 11.3334C12.1334 10.8916 11.7752 10.5334 11.3334 10.5334V12.1334ZM5.46675 4.66675C5.46675 4.22492 5.10858 3.86675 4.66675 3.86675C4.22492 3.86675 3.86675 4.22492 3.86675 4.66675H5.46675ZM10.7677 4.10106L4.10106 10.7677L5.23243 11.8991L11.8991 5.23243L10.7677 4.10106ZM11.3334 10.5334H4.66675V12.1334H11.3334V10.5334ZM5.46675 11.3334V4.66675H3.86675V11.3334H5.46675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowDownLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13030\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDownLeft size={size} /> });"
+  ],
+  [
+    "IconCheck.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCheck = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.899 4.56569C14.2114 4.25327 14.2114 3.74673 13.899 3.43431C13.5866 3.1219 13.0801 3.1219 12.7677 3.43431L13.899 4.56569ZM6 11.3333L5.43432 11.899C5.58435 12.049 5.78783 12.1333 6 12.1333C6.21218 12.1333 6.41566 12.049 6.56569 11.899L6 11.3333ZM3.23236 7.43431C2.91994 7.12189 2.41341 7.12189 2.10099 7.43431C1.78857 7.74673 1.78857 8.25327 2.10099 8.56569L3.23236 7.43431ZM12.7677 3.43431L5.43432 10.7676L6.56569 11.899L13.899 4.56569L12.7677 3.43431ZM6.56569 10.7676L3.23236 7.43431L2.10099 8.56569L5.43432 11.899L6.56569 10.7676Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCheck, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13063\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCheck size={size} /> });"
   ],
   [
     "IconBatteryCharging.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBatteryCharging = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11450)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.74938 3.37604C8.09403 3.60581 8.18716 4.07146 7.95739 4.4161L6.06808 7.25008H8.66669C8.94328 7.25008 9.19743 7.40232 9.32794 7.64619C9.45846 7.89005 9.44415 8.18596 9.29072 8.4161L6.62406 12.4161C6.39429 12.7608 5.92864 12.8539 5.584 12.6241C5.23935 12.3944 5.14622 11.9287 5.37598 11.5841L7.2653 8.75008H4.66669C4.39009 8.75008 4.13595 8.59784 4.00543 8.35397C3.87492 8.11011 3.88922 7.8142 4.04265 7.58405L6.70932 3.58405C6.93908 3.23941 7.40473 3.14628 7.74938 3.37604ZM2.00002 4.75008C1.84531 4.75008 1.69694 4.81154 1.58754 4.92093C1.47815 5.03033 1.41669 5.1787 1.41669 5.33341V10.6667C1.41669 10.8215 1.47814 10.9698 1.58754 11.0792C1.69694 11.1886 1.84531 11.2501 2.00002 11.2501H3.33335C3.74757 11.2501 4.08335 11.5859 4.08335 12.0001C4.08335 12.4143 3.74757 12.7501 3.33335 12.7501H2.00002C1.44749 12.7501 0.917582 12.5306 0.526881 12.1399C0.136181 11.7492 -0.083313 11.2193 -0.083313 10.6667V5.33341C-0.083313 4.78088 0.13618 4.25097 0.526881 3.86027C0.917582 3.46957 1.44749 3.25008 2.00002 3.25008H4.12669C4.5409 3.25008 4.87669 3.58587 4.87669 4.00008C4.87669 4.41429 4.5409 4.75008 4.12669 4.75008H2.00002ZM9.25002 4.00008C9.25002 3.58587 9.58581 3.25008 10 3.25008H11.3334C11.8859 3.25008 12.4158 3.46957 12.8065 3.86027C13.1972 4.25098 13.4167 4.78088 13.4167 5.33341V10.6667C13.4167 11.2193 13.1972 11.7492 12.8065 12.1399C12.4158 12.5306 11.8859 12.7501 11.3334 12.7501H9.20669C8.79247 12.7501 8.45669 12.4143 8.45669 12.0001C8.45669 11.5859 8.79247 11.2501 9.20669 11.2501H11.3334C11.4881 11.2501 11.6364 11.1886 11.7458 11.0792C11.8552 10.9698 11.9167 10.8215 11.9167 10.6667V5.33341C11.9167 5.1787 11.8552 5.03033 11.7458 4.92093C11.6364 4.81154 11.4881 4.75008 11.3334 4.75008H10C9.58581 4.75008 9.25002 4.41429 9.25002 4.00008ZM15.3334 6.58341C15.7476 6.58341 16.0834 6.9192 16.0834 7.33341V8.66675C16.0834 9.08096 15.7476 9.41675 15.3334 9.41675C14.9191 9.41675 14.5834 9.08096 14.5834 8.66675V7.33341C14.5834 6.9192 14.9191 6.58341 15.3334 6.58341Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11450\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBatteryCharging, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13046\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBatteryCharging size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBatteryCharging = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15607)\"><path d=\"M3.33335 12.8C3.77518 12.8 4.13335 12.4418 4.13335 12C4.13335 11.5582 3.77518 11.2 3.33335 11.2V12.8ZM0.666687 10.6667H-0.133313H0.666687ZM2.00002 4V3.2V4ZM4.12669 4.8C4.56851 4.8 4.92669 4.44183 4.92669 4C4.92669 3.55817 4.56851 3.2 4.12669 3.2V4.8ZM10 3.2C9.55819 3.2 9.20002 3.55817 9.20002 4C9.20002 4.44183 9.55819 4.8 10 4.8V3.2ZM11.3334 4V3.2V4ZM9.20669 11.2C8.76486 11.2 8.40669 11.5582 8.40669 12C8.40669 12.4418 8.76486 12.8 9.20669 12.8V11.2ZM14.5334 8.66667C14.5334 9.10849 14.8915 9.46667 15.3334 9.46667C15.7752 9.46667 16.1334 9.10849 16.1334 8.66667H14.5334ZM16.1334 7.33333C16.1334 6.89151 15.7752 6.53333 15.3334 6.53333C14.8915 6.53333 14.5334 6.89151 14.5334 7.33333H16.1334ZM7.99899 4.44376C8.24408 4.07614 8.14474 3.57944 7.77711 3.33436C7.40949 3.08928 6.9128 3.18862 6.66771 3.55624L7.99899 4.44376ZM4.66669 8L4.00105 7.55624C3.83739 7.80172 3.82213 8.11736 3.96135 8.37749C4.10056 8.63761 4.37165 8.8 4.66669 8.8V8ZM8.66669 8L9.33233 8.44376C9.49598 8.19828 9.51124 7.88264 9.37203 7.62251C9.23281 7.36239 8.96172 7.2 8.66669 7.2V8ZM5.33438 11.5562C5.0893 11.9239 5.18864 12.4206 5.55626 12.6656C5.92388 12.9107 6.42058 12.8114 6.66566 12.4438L5.33438 11.5562ZM3.33335 11.2H2.00002V12.8H3.33335V11.2ZM2.00002 11.2C1.85857 11.2 1.72292 11.1438 1.6229 11.0438L0.491526 12.1752C0.891603 12.5752 1.43422 12.8 2.00002 12.8V11.2ZM1.6229 11.0438C1.52288 10.9438 1.46669 10.8081 1.46669 10.6667H-0.133313C-0.133313 11.2325 0.0914485 11.7751 0.491526 12.1752L1.6229 11.0438ZM1.46669 10.6667V5.33333H-0.133313V10.6667H1.46669ZM1.46669 5.33333C1.46669 5.19188 1.52288 5.05623 1.6229 4.95621L0.491526 3.82484C0.0914482 4.22492 -0.133313 4.76754 -0.133313 5.33333H1.46669ZM1.6229 4.95621C1.72292 4.85619 1.85857 4.8 2.00002 4.8V3.2C1.43423 3.2 0.891604 3.42476 0.491526 3.82484L1.6229 4.95621ZM2.00002 4.8H4.12669V3.2H2.00002V4.8ZM10 4.8H11.3334V3.2H10V4.8ZM11.3334 4.8C11.4748 4.8 11.6105 4.85619 11.7105 4.95621L12.8418 3.82484C12.4418 3.42476 11.8991 3.2 11.3334 3.2V4.8ZM11.7105 4.95621C11.8105 5.05623 11.8667 5.19189 11.8667 5.33333H13.4667C13.4667 4.76754 13.2419 4.22492 12.8418 3.82484L11.7105 4.95621ZM11.8667 5.33333V10.6667H13.4667V5.33333H11.8667ZM11.8667 10.6667C11.8667 10.8081 11.8105 10.9438 11.7105 11.0438L12.8418 12.1752C13.2419 11.7751 13.4667 11.2325 13.4667 10.6667H11.8667ZM11.7105 11.0438C11.6105 11.1438 11.4748 11.2 11.3334 11.2V12.8C11.8991 12.8 12.4418 12.5752 12.8418 12.1752L11.7105 11.0438ZM11.3334 11.2H9.20669V12.8H11.3334V11.2ZM16.1334 8.66667V7.33333H14.5334V8.66667H16.1334ZM6.66771 3.55624L4.00105 7.55624L5.33233 8.44376L7.99899 4.44376L6.66771 3.55624ZM4.66669 8.8H8.66669V7.2H4.66669V8.8ZM8.00105 7.55624L5.33438 11.5562L6.66566 12.4438L9.33233 8.44376L8.00105 7.55624Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15607\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBatteryCharging, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13046\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBatteryCharging size={size} /> });"
   ],
   [
-    "IconBattery.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBattery = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12335)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.99996 4.75C1.67779 4.75 1.41663 5.01117 1.41663 5.33333V10.6667C1.41663 10.9888 1.67779 11.25 1.99996 11.25H11.3333C11.6555 11.25 11.9166 10.9888 11.9166 10.6667V5.33333C11.9166 5.01117 11.6555 4.75 11.3333 4.75H1.99996ZM-0.083374 5.33333C-0.083374 4.18274 0.849366 3.25 1.99996 3.25H11.3333C12.4839 3.25 13.4166 4.18274 13.4166 5.33333V10.6667C13.4166 11.8173 12.4839 12.75 11.3333 12.75H1.99996C0.849366 12.75 -0.083374 11.8173 -0.083374 10.6667V5.33333ZM15.3333 6.58333C15.7475 6.58333 16.0833 6.91912 16.0833 7.33333V8.66667C16.0833 9.08088 15.7475 9.41667 15.3333 9.41667C14.9191 9.41667 14.5833 9.08088 14.5833 8.66667V7.33333C14.5833 6.91912 14.9191 6.58333 15.3333 6.58333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12335\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBattery, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13047\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBattery size={size} /> });"
+    "IconChrome.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChrome = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15659)\"><path d=\"M14.1133 6.13337C14.5552 6.13337 14.9133 5.7752 14.9133 5.33337C14.9133 4.89155 14.5552 4.53337 14.1133 4.53337V6.13337ZM3.32593 3.63966C3.1048 3.25715 2.61546 3.12632 2.23295 3.34744C1.85043 3.56857 1.7196 4.05791 1.94073 4.44042L3.32593 3.63966ZM5.00073 9.73376C5.22185 10.1163 5.7112 10.2471 6.09371 10.026C6.47622 9.80485 6.60705 9.3155 6.38593 8.93299L5.00073 9.73376ZM6.56035 14.227C6.33959 14.6097 6.47088 15.0989 6.8536 15.3197C7.23632 15.5404 7.72554 15.4092 7.94631 15.0264L6.56035 14.227ZM10.9996 9.7331C11.2204 9.35038 11.0891 8.86116 10.7064 8.6404C10.3237 8.41963 9.83445 8.55093 9.61368 8.93365L10.9996 9.7331ZM13.8667 8.00004C13.8667 11.2401 11.2401 13.8667 7.99999 13.8667V15.4667C12.1237 15.4667 15.4667 12.1238 15.4667 8.00004H13.8667ZM7.99999 13.8667C4.75992 13.8667 2.13333 11.2401 2.13333 8.00004H0.533328C0.533328 12.1238 3.87627 15.4667 7.99999 15.4667V13.8667ZM2.13333 8.00004C2.13333 4.75997 4.75992 2.13337 7.99999 2.13337V0.533374C3.87627 0.533374 0.533328 3.87631 0.533328 8.00004H2.13333ZM7.99999 2.13337C11.2401 2.13337 13.8667 4.75997 13.8667 8.00004H15.4667C15.4667 3.87631 12.1237 0.533374 7.99999 0.533374V2.13337ZM9.86666 8.00004C9.86666 9.03097 9.03093 9.86671 7.99999 9.86671V11.4667C9.91458 11.4667 11.4667 9.91463 11.4667 8.00004H9.86666ZM7.99999 9.86671C6.96906 9.86671 6.13333 9.03097 6.13333 8.00004H4.53333C4.53333 9.91463 6.08541 11.4667 7.99999 11.4667V9.86671ZM6.13333 8.00004C6.13333 6.96911 6.96906 6.13337 7.99999 6.13337V4.53337C6.08541 4.53337 4.53333 6.08545 4.53333 8.00004H6.13333ZM7.99999 6.13337C9.03093 6.13337 9.86666 6.96911 9.86666 8.00004H11.4667C11.4667 6.08545 9.91458 4.53337 7.99999 4.53337V6.13337ZM14.1133 4.53337H7.99999V6.13337H14.1133V4.53337ZM1.94073 4.44042L5.00073 9.73376L6.38593 8.93299L3.32593 3.63966L1.94073 4.44042ZM7.94631 15.0264L10.9996 9.7331L9.61368 8.93365L6.56035 14.227L7.94631 15.0264Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15659\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconChrome, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13172\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChrome size={size} /> });"
   ],
   [
     "IconBellOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBellOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11598)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136296 0.136418C0.429189 -0.156475 0.904063 -0.156475 1.19696 0.136418L4.69256 3.63202C4.69978 3.63896 4.70686 3.64604 4.71378 3.65325L11.8632 10.8027C11.8635 10.803 11.8638 10.8032 11.864 10.8035L15.8636 14.8031C16.1565 15.096 16.1565 15.5709 15.8636 15.8637C15.5707 16.1566 15.0959 16.1566 14.803 15.8637L11.0226 12.0834H1.99996C1.66946 12.0834 1.37791 11.8671 1.28214 11.5508C1.18752 11.2382 1.30602 10.9009 1.57407 10.7161C1.57408 10.7161 1.57408 10.7161 1.57408 10.7161C1.57423 10.7159 1.57439 10.7158 1.57456 10.7157C1.57851 10.7128 1.58921 10.7046 1.60576 10.6908C1.63883 10.6633 1.69536 10.613 1.76799 10.5364C1.91288 10.3834 2.12394 10.1232 2.34154 9.72428C2.77461 8.93032 3.24985 7.55657 3.24996 5.33422M3.57927 10.5834H9.52263L4.74332 5.8041C4.6809 7.98816 4.18805 9.47149 3.65838 10.4426C3.63205 10.4908 3.60566 10.5378 3.57927 10.5834ZM3.34202 4.4028L0.136296 1.19708C-0.156597 0.904185 -0.156597 0.429311 0.136296 0.136418M7.77109 0.582997C8.63058 0.541535 9.48519 0.734328 10.2436 1.14078C11.0021 1.54724 11.6359 2.15209 12.0773 2.89072C12.5187 3.62936 12.7512 4.47404 12.75 5.33453L12.7499 5.3454L12.7499 5.3454C12.733 6.39999 12.8655 7.45166 13.1435 8.46912C13.2526 8.86869 13.0172 9.28109 12.6176 9.39024C12.218 9.49939 11.8056 9.26395 11.6965 8.86438C11.3817 7.71223 11.2314 6.5214 11.25 5.3272C11.2499 4.74021 11.0909 4.16415 10.7897 3.66023C10.4877 3.15484 10.054 2.741 9.53511 2.4629C9.01617 2.1848 8.43144 2.05289 7.84336 2.08125C7.25529 2.10962 6.68597 2.29721 6.19621 2.62397C5.85165 2.85386 5.38596 2.7609 5.15607 2.41633C4.92618 2.07177 5.01915 1.60608 5.36371 1.37619C6.07951 0.89862 6.9116 0.62446 7.77109 0.582997ZM6.4703 13.3513C6.82859 13.1435 7.28754 13.2655 7.49538 13.6238C7.54665 13.7122 7.62025 13.7855 7.70881 13.8365C7.79736 13.8875 7.89776 13.9144 7.99996 13.9144C8.10215 13.9144 8.20255 13.8875 8.29111 13.8365C8.37966 13.7855 8.45326 13.7122 8.50454 13.6238C8.71238 13.2655 9.17133 13.1435 9.52962 13.3513C9.88792 13.5592 10.0099 14.0181 9.80204 14.3764C9.61891 14.6921 9.35604 14.9542 9.03978 15.1363C8.72351 15.3185 8.36494 15.4144 7.99996 15.4144C7.63498 15.4144 7.27641 15.3185 6.96014 15.1363C6.64387 14.9542 6.38101 14.6921 6.19788 14.3764C5.99004 14.0181 6.112 13.5592 6.4703 13.3513Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11598\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBellOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13049\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBellOff size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBellOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15611)\"><path d=\"M9.84529 14.4015C10.067 14.0193 9.93689 13.5298 9.55471 13.3081C9.17253 13.0864 8.68299 13.2165 8.46129 13.5987L9.84529 14.4015ZM7.53863 13.5987C7.31693 13.2165 6.82739 13.0864 6.44521 13.3081C6.06303 13.5298 5.93293 14.0193 6.15463 14.4015L7.53863 13.5987ZM11.6482 8.87755C11.7647 9.30377 12.2046 9.5549 12.6308 9.43847C13.057 9.32205 13.3081 8.88215 13.1917 8.45594L11.6482 8.87755ZM12 5.33342L12.7999 5.3462L12.8 5.3346L12 5.33342ZM4.9378 4.40907C5.06795 3.98685 4.83118 3.53906 4.40895 3.40891C3.98673 3.27876 3.53894 3.51553 3.40879 3.93776L4.9378 4.40907ZM3.99996 5.33342H4.79996L4.79996 5.33153L3.99996 5.33342ZM1.99996 11.3334L1.5562 10.6678C1.26287 10.8633 1.13213 11.2278 1.23429 11.5652C1.33644 11.9026 1.64743 12.1334 1.99996 12.1334V11.3334ZM11.3333 12.1334C11.7751 12.1334 12.1333 11.7752 12.1333 11.3334C12.1333 10.8916 11.7751 10.5334 11.3333 10.5334V12.1334ZM5.33596 1.3346C4.96842 1.57982 4.86926 2.07655 5.11448 2.44408C5.35969 2.81162 5.85643 2.91078 6.22396 2.66556L5.33596 1.3346ZM1.23231 0.101063C0.919892 -0.211357 0.41336 -0.211357 0.100941 0.101063C-0.211479 0.413482 -0.211479 0.920014 0.100941 1.23243L1.23231 0.101063ZM14.7676 15.8991C15.08 16.2115 15.5866 16.2115 15.899 15.8991C16.2114 15.5867 16.2114 15.0801 15.899 14.7677L14.7676 15.8991ZM8.46129 13.5987C8.41441 13.6795 8.34712 13.7466 8.26615 13.7932L9.06473 15.1797C9.38859 14.9931 9.65776 14.7248 9.84529 14.4015L8.46129 13.5987ZM8.26615 13.7932C8.18519 13.8398 8.09339 13.8644 7.99996 13.8644V15.4644C8.3737 15.4644 8.74088 15.3662 9.06473 15.1797L8.26615 13.7932ZM7.99996 13.8644C7.90652 13.8644 7.81473 13.8398 7.73377 13.7932L6.93518 15.1797C7.25904 15.3662 7.62622 15.4644 7.99996 15.4644V13.8644ZM7.73377 13.7932C7.6528 13.7466 7.58551 13.6795 7.53863 13.5987L6.15463 14.4015C6.34216 14.7248 6.61133 14.9931 6.93518 15.1797L7.73377 13.7932ZM13.1917 8.45594C12.915 7.44304 12.7831 6.39607 12.7999 5.3462L11.2001 5.32063C11.1809 6.52148 11.3318 7.719 11.6482 8.87755L13.1917 8.45594ZM3.40879 3.93776C3.26925 4.39044 3.19885 4.8616 3.19996 5.3353L4.79996 5.33153C4.79922 5.01886 4.84569 4.70787 4.9378 4.40907L3.40879 3.93776ZM3.19996 5.33342C3.19996 7.54888 2.72631 8.91445 2.29764 9.70033C2.08221 10.0953 1.87374 10.352 1.7317 10.502C1.66047 10.5772 1.60538 10.6261 1.57375 10.6524C1.55792 10.6656 1.54793 10.6732 1.5447 10.6756C1.54309 10.6768 1.54316 10.6767 1.54504 10.6754C1.54598 10.6747 1.54737 10.6738 1.54922 10.6725C1.55015 10.6718 1.5512 10.6711 1.55236 10.6704C1.55294 10.67 1.55355 10.6695 1.55419 10.6691C1.55451 10.6689 1.55501 10.6686 1.55517 10.6685C1.55568 10.6681 1.5562 10.6678 1.99996 11.3334C2.44372 11.9991 2.44425 11.9987 2.44479 11.9983C2.44498 11.9982 2.44553 11.9978 2.44591 11.9976C2.44667 11.9971 2.44747 11.9965 2.44829 11.996C2.44994 11.9949 2.45171 11.9937 2.45359 11.9924C2.45737 11.9898 2.46163 11.9868 2.46635 11.9835C2.4758 11.9769 2.4871 11.9687 2.50014 11.959C2.5262 11.9396 2.55919 11.914 2.59804 11.8816C2.67578 11.8168 2.77695 11.7251 2.89322 11.6024C3.12618 11.3565 3.41771 10.9882 3.70228 10.4665C4.27361 9.41904 4.79996 7.78462 4.79996 5.33342H3.19996ZM1.99996 12.1334H11.3333V10.5334H1.99996V12.1334ZM12.8 5.3346C12.8012 4.46505 12.5663 3.61148 12.1202 2.86507L10.7468 3.68588C11.0442 4.18348 11.2008 4.75253 11.2 5.33223L12.8 5.3346ZM12.1202 2.86507C11.6741 2.11866 11.0337 1.50745 10.2673 1.09671L9.51149 2.50697C10.0224 2.78079 10.4494 3.18827 10.7468 3.68588L12.1202 2.86507ZM10.2673 1.09671C9.50083 0.685979 8.63722 0.491156 7.76868 0.533055L7.84577 2.1312C8.4248 2.10326 9.00054 2.23315 9.51149 2.50697L10.2673 1.09671ZM7.76868 0.533055C6.90014 0.574954 6.05929 0.852001 5.33596 1.3346L6.22396 2.66556C6.70618 2.34383 7.26675 2.15913 7.84577 2.1312L7.76868 0.533055ZM0.100941 1.23243L14.7676 15.8991L15.899 14.7677L1.23231 0.101063L0.100941 1.23243Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15611\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBellOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13049\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBellOff size={size} /> });"
   ],
   [
-    "IconBell.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBell = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.6413 1.97449C5.5321 1.0837 6.74028 0.583252 8.00006 0.583252C9.25984 0.583252 10.468 1.0837 11.3588 1.97449C12.2496 2.86529 12.7501 4.07347 12.7501 5.33325C12.7501 7.55608 13.2254 8.93006 13.6585 9.72411C13.8761 10.123 14.0871 10.3833 14.232 10.5362C14.3047 10.6129 14.3612 10.6631 14.3943 10.6907C14.4108 10.7045 14.4215 10.7126 14.4255 10.7155C14.4256 10.7157 14.4258 10.7158 14.4259 10.7159C14.694 10.9008 14.8125 11.2381 14.7179 11.5506C14.6221 11.8669 14.3306 12.0833 14.0001 12.0833H2.00006C1.66956 12.0833 1.37801 11.8669 1.28224 11.5506C1.18762 11.2381 1.30612 10.9008 1.57418 10.7159C1.57433 10.7158 1.57449 10.7157 1.57466 10.7155C1.5786 10.7126 1.58931 10.7045 1.60586 10.6907C1.63893 10.6631 1.69546 10.6129 1.76809 10.5362C1.91298 10.3833 2.12404 10.123 2.34164 9.72411C2.77476 8.93006 3.25006 7.55608 3.25006 5.33325C3.25006 4.07347 3.7505 2.86529 4.6413 1.97449ZM3.57937 10.5833H12.4207C12.3944 10.5376 12.368 10.4907 12.3416 10.4424C11.7748 9.40311 11.2501 7.77709 11.2501 5.33325C11.2501 4.4713 10.9076 3.64465 10.2982 3.03515C9.68866 2.42566 8.86201 2.08325 8.00006 2.08325C7.1381 2.08325 6.31145 2.42566 5.70196 3.03515C5.09247 3.64465 4.75006 4.4713 4.75006 5.33325C4.75006 7.77709 4.22536 9.40311 3.65848 10.4424C3.63215 10.4907 3.60576 10.5376 3.57937 10.5833ZM6.4704 13.3512C6.82869 13.1433 7.28763 13.2653 7.49548 13.6236C7.54675 13.712 7.62036 13.7854 7.70891 13.8364C7.79746 13.8874 7.89786 13.9142 8.00006 13.9142C8.10225 13.9142 8.20265 13.8874 8.29121 13.8364C8.37976 13.7854 8.45336 13.712 8.50464 13.6236C8.71248 13.2653 9.17143 13.1433 9.52972 13.3512C9.88801 13.559 10.01 14.018 9.80214 14.3762C9.61901 14.692 9.35615 14.954 9.03988 15.1362C8.72361 15.3183 8.36503 15.4142 8.00006 15.4142C7.63508 15.4142 7.27651 15.3183 6.96024 15.1362C6.64397 14.954 6.38111 14.692 6.19798 14.3762C5.99013 14.018 6.1121 13.559 6.4704 13.3512Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBell, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13048\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBell size={size} /> });"
+    "IconAperture.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAperture = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15571)\"><path d=\"M10.2328 4.93319C10.0118 4.55058 9.52254 4.41952 9.13992 4.64047C8.75731 4.86141 8.62625 5.3507 8.84719 5.73331L10.2328 4.93319ZM12.6739 12.36C12.8948 12.7426 13.3841 12.8737 13.7667 12.6527C14.1493 12.4318 14.2804 11.9425 14.0594 11.5599L12.6739 12.36ZM6.45998 4.53325C6.01815 4.53325 5.65998 4.89142 5.65998 5.33325C5.65998 5.77508 6.01815 6.13325 6.45998 6.13325V4.53325ZM14.1133 6.13325C14.5551 6.13325 14.9133 5.77508 14.9133 5.33325C14.9133 4.89142 14.5551 4.53325 14.1133 4.53325V6.13325ZM4.22719 7.59986C4.00625 7.98247 4.13731 8.47176 4.51992 8.69271C4.90254 8.91365 5.39182 8.78259 5.61277 8.39998L4.22719 7.59986ZM9.43943 1.77331C9.66038 1.3907 9.52932 0.901413 9.14671 0.680466C8.76409 0.459519 8.27481 0.590577 8.05386 0.973192L9.43943 1.77331ZM5.76719 11.0666C5.98814 11.4493 6.47742 11.5803 6.86004 11.3594C7.24265 11.1384 7.37371 10.6491 7.15277 10.2665L5.76719 11.0666ZM3.3261 3.63986C3.10515 3.25724 2.61587 3.12619 2.23325 3.34713C1.85064 3.56808 1.71958 4.05736 1.94053 4.43998L3.3261 3.63986ZM9.53998 11.4666C9.98181 11.4666 10.34 11.1084 10.34 10.6666C10.34 10.2248 9.98181 9.86658 9.53998 9.86658V11.4666ZM1.88665 9.86658C1.44482 9.86658 1.08665 10.2248 1.08665 10.6666C1.08665 11.1084 1.44482 11.4666 1.88665 11.4666V9.86658ZM11.7728 8.39998C11.9937 8.01736 11.8627 7.52808 11.48 7.30713C11.0974 7.08619 10.6081 7.21724 10.3872 7.59986L11.7728 8.39998ZM6.56053 14.2265C6.33958 14.6091 6.47064 15.0984 6.85325 15.3194C7.23587 15.5403 7.72515 15.4093 7.9461 15.0266L6.56053 14.2265ZM13.8666 7.99992C13.8666 11.24 11.2401 13.8666 7.99998 13.8666V15.4666C12.1237 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99998 13.8666C4.75991 13.8666 2.13331 11.24 2.13331 7.99992H0.533313C0.533313 12.1236 3.87625 15.4666 7.99998 15.4666V13.8666ZM2.13331 7.99992C2.13331 4.75985 4.75991 2.13325 7.99998 2.13325V0.533252C3.87625 0.533252 0.533313 3.87619 0.533313 7.99992H2.13331ZM7.99998 2.13325C11.2401 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1237 0.533252 7.99998 0.533252V2.13325ZM8.84719 5.73331L12.6739 12.36L14.0594 11.5599L10.2328 4.93319L8.84719 5.73331ZM6.45998 6.13325H14.1133V4.53325H6.45998V6.13325ZM5.61277 8.39998L9.43943 1.77331L8.05386 0.973192L4.22719 7.59986L5.61277 8.39998ZM7.15277 10.2665L3.3261 3.63986L1.94053 4.43998L5.76719 11.0666L7.15277 10.2665ZM9.53998 9.86658H1.88665V11.4666H9.53998V9.86658ZM10.3872 7.59986L6.56053 14.2265L7.9461 15.0266L11.7728 8.39998L10.3872 7.59986Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15571\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAperture, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13029\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAperture size={size} /> });"
   ],
   [
-    "IconBluetooth.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBluetooth = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12940)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.71291 -0.0261397C7.99316 -0.142225 8.31575 -0.0780586 8.53025 0.13644L12.1969 3.80311C12.3376 3.94376 12.4166 4.13452 12.4166 4.33344C12.4166 4.53235 12.3376 4.72311 12.1969 4.86377L9.06058 8.0001L12.1969 11.1364C12.4898 11.4293 12.4898 11.9042 12.1969 12.1971L8.53025 15.8638C8.31575 16.0783 7.99316 16.1424 7.71291 16.0263C7.43265 15.9103 7.24992 15.6368 7.24992 15.3334V9.81076L4.86358 12.1971C4.57069 12.49 4.09582 12.49 3.80292 12.1971C3.51003 11.9042 3.51003 11.4293 3.80292 11.1364L6.93926 8.0001L3.80292 4.86377C3.51003 4.57087 3.51003 4.096 3.80292 3.80311C4.09582 3.51021 4.57069 3.51021 4.86358 3.80311L7.24992 6.18944V0.66677C7.24992 0.363423 7.43265 0.0899461 7.71291 -0.0261397ZM8.74992 9.81076L10.6059 11.6668L8.74992 13.5228V9.81076ZM8.74992 6.18944V2.47743L10.6059 4.33344L8.74992 6.18944Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12940\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBluetooth, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13051\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBluetooth size={size} /> });"
+    "IconClipboard.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconClipboard = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.6666 1.86671C10.2248 1.86671 9.86663 2.22488 9.86663 2.66671C9.86663 3.10854 10.2248 3.46671 10.6666 3.46671V1.86671ZM12 2.66671V1.86671V2.66671ZM2.66663 13.3334H1.86663H2.66663ZM3.99996 2.66671V1.86671V2.66671ZM5.33329 3.46671C5.77512 3.46671 6.13329 3.10854 6.13329 2.66671C6.13329 2.22488 5.77512 1.86671 5.33329 1.86671V3.46671ZM10.6666 3.46671H12V1.86671H10.6666V3.46671ZM12 3.46671C12.1414 3.46671 12.2771 3.5229 12.3771 3.62292L13.5085 2.49155C13.1084 2.09147 12.5658 1.86671 12 1.86671V3.46671ZM12.3771 3.62292C12.4771 3.72294 12.5333 3.85859 12.5333 4.00004H14.1333C14.1333 3.43425 13.9085 2.89162 13.5085 2.49155L12.3771 3.62292ZM12.5333 4.00004V13.3334H14.1333V4.00004H12.5333ZM12.5333 13.3334C12.5333 13.4748 12.4771 13.6105 12.3771 13.7105L13.5085 14.8419C13.9085 14.4418 14.1333 13.8992 14.1333 13.3334H12.5333ZM12.3771 13.7105C12.2771 13.8105 12.1414 13.8667 12 13.8667V15.4667C12.5658 15.4667 13.1084 15.2419 13.5085 14.8419L12.3771 13.7105ZM12 13.8667H3.99996V15.4667H12V13.8667ZM3.99996 13.8667C3.85851 13.8667 3.72285 13.8105 3.62284 13.7105L2.49146 14.8419C2.89154 15.2419 3.43416 15.4667 3.99996 15.4667V13.8667ZM3.62284 13.7105C3.52282 13.6105 3.46663 13.4748 3.46663 13.3334H1.86663C1.86663 13.8992 2.09139 14.4418 2.49146 14.8419L3.62284 13.7105ZM3.46663 13.3334V4.00004H1.86663V13.3334H3.46663ZM3.46663 4.00004C3.46663 3.85859 3.52282 3.72294 3.62284 3.62292L2.49146 2.49155C2.09139 2.89162 1.86663 3.43425 1.86663 4.00004H3.46663ZM3.62284 3.62292C3.72285 3.5229 3.85851 3.46671 3.99996 3.46671V1.86671C3.43416 1.86671 2.89154 2.09147 2.49146 2.49155L3.62284 3.62292ZM3.99996 3.46671H5.33329V1.86671H3.99996V3.46671ZM5.99996 2.13337H9.99996V0.533374H5.99996V2.13337ZM9.99996 2.13337C9.92632 2.13337 9.86663 2.07368 9.86663 2.00004H11.4666C11.4666 1.19002 10.81 0.533374 9.99996 0.533374V2.13337ZM9.86663 2.00004V3.33337H11.4666V2.00004H9.86663ZM9.86663 3.33337C9.86663 3.25974 9.92632 3.20004 9.99996 3.20004V4.80004C10.81 4.80004 11.4666 4.14339 11.4666 3.33337H9.86663ZM9.99996 3.20004H5.99996V4.80004H9.99996V3.20004ZM5.99996 3.20004C6.0736 3.20004 6.13329 3.25974 6.13329 3.33337H4.53329C4.53329 4.14339 5.18994 4.80004 5.99996 4.80004V3.20004ZM6.13329 3.33337V2.00004H4.53329V3.33337H6.13329ZM6.13329 2.00004C6.13329 2.07368 6.0736 2.13337 5.99996 2.13337V0.533374C5.18994 0.533374 4.53329 1.19002 4.53329 2.00004H6.13329Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconClipboard, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13174\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconClipboard size={size} /> });"
   ],
   [
-    "IconBold.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBold = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.25 2.66675C3.25 2.25253 3.58579 1.91675 4 1.91675H9.33333C10.2395 1.91675 11.1085 2.27672 11.7493 2.91747C12.39 3.55822 12.75 4.42726 12.75 5.33341C12.75 6.2344 12.3941 7.0987 11.7602 7.73838C11.9969 7.88066 12.2174 8.05225 12.4159 8.2508C13.0567 8.89155 13.4167 9.76059 13.4167 10.6667C13.4167 11.5729 13.0567 12.4419 12.4159 13.0827C11.7752 13.7234 10.9062 14.0834 10 14.0834H4C3.58579 14.0834 3.25 13.7476 3.25 13.3334V2.66675ZM4.75 3.41675V7.25008H9.33333C9.84167 7.25008 10.3292 7.04815 10.6886 6.6887C11.0481 6.32926 11.25 5.84175 11.25 5.33341C11.25 4.82508 11.0481 4.33757 10.6886 3.97813C10.3292 3.61868 9.84167 3.41675 9.33333 3.41675H4.75ZM4.75 8.75008V12.5834H10C10.5083 12.5834 10.9958 12.3815 11.3553 12.022C11.7147 11.6626 11.9167 11.1751 11.9167 10.6667C11.9167 10.1584 11.7147 9.67091 11.3553 9.31146C10.9958 8.95202 10.5083 8.75008 10 8.75008H4.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBold, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13050\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBold size={size} /> });"
+    "IconBarChart2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBarChart2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M11.2 13.3334C11.2 13.7752 11.5582 14.1334 12 14.1334C12.4418 14.1334 12.8 13.7752 12.8 13.3334H11.2ZM12.8 6.66675C12.8 6.22492 12.4418 5.86675 12 5.86675C11.5582 5.86675 11.2 6.22492 11.2 6.66675H12.8ZM7.2 13.3334C7.2 13.7752 7.55817 14.1334 8 14.1334C8.44183 14.1334 8.8 13.7752 8.8 13.3334H7.2ZM8.8 2.66675C8.8 2.22492 8.44183 1.86675 8 1.86675C7.55817 1.86675 7.2 2.22492 7.2 2.66675H8.8ZM3.2 13.3334C3.2 13.7752 3.55817 14.1334 4 14.1334C4.44183 14.1334 4.8 13.7752 4.8 13.3334H3.2ZM4.8 9.33342C4.8 8.89159 4.44183 8.53342 4 8.53342C3.55817 8.53342 3.2 8.89159 3.2 9.33342H4.8ZM12.8 13.3334V6.66675H11.2V13.3334H12.8ZM8.8 13.3334V2.66675H7.2V13.3334H8.8ZM4.8 13.3334V9.33342H3.2V13.3334H4.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBarChart2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13045\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBarChart2 size={size} /> });"
   ],
   [
-    "IconBookOpen.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBookOpen = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.583496 2C0.583496 1.58579 0.919283 1.25 1.3335 1.25H5.3335C6.23965 1.25 7.1087 1.60997 7.74944 2.25072C7.83851 2.33979 7.92216 2.43327 8.00016 2.53065C8.07817 2.43327 8.16181 2.33979 8.25088 2.25072C8.89163 1.60997 9.76067 1.25 10.6668 1.25H14.6668C15.081 1.25 15.4168 1.58579 15.4168 2V12C15.4168 12.4142 15.081 12.75 14.6668 12.75H10.0002C9.66864 12.75 9.3507 12.8817 9.11628 13.1161C8.88186 13.3505 8.75016 13.6685 8.75016 14C8.75016 14.4142 8.41438 14.75 8.00016 14.75C7.58595 14.75 7.25016 14.4142 7.25016 14C7.25016 13.6685 7.11847 13.3505 6.88405 13.1161C6.64963 12.8817 6.33168 12.75 6.00016 12.75H1.3335C0.919283 12.75 0.583496 12.4142 0.583496 12V2ZM7.25016 11.5505C6.86661 11.3548 6.43879 11.25 6.00016 11.25H2.0835V2.75H5.3335C5.84183 2.75 6.32934 2.95193 6.68878 3.31138C7.04823 3.67082 7.25016 4.15834 7.25016 4.66667V11.5505ZM8.75016 11.5505C9.13371 11.3548 9.56154 11.25 10.0002 11.25H13.9168V2.75H10.6668C10.1585 2.75 9.67099 2.95193 9.31154 3.31138C8.9521 3.67082 8.75016 4.15833 8.75016 4.66667V11.5505Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBookOpen, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13053\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBookOpen size={size} /> });"
+    "IconCast.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCast = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.49312 9.94943C1.0602 9.86114 0.637678 10.1405 0.549388 10.5734C0.461097 11.0063 0.740471 11.4289 1.17339 11.5172L1.49312 9.94943ZM3.14939 13.4932C3.23768 13.9261 3.6602 14.2054 4.09312 14.1172C4.52603 14.0289 4.80541 13.6063 4.71712 13.1734L3.14939 13.4932ZM1.42168 7.23819C0.982563 7.18936 0.586993 7.50574 0.538154 7.94486C0.489316 8.38398 0.805701 8.77955 1.24482 8.82839L1.42168 7.23819ZM5.83815 13.4217C5.88699 13.8608 6.28256 14.1772 6.72168 14.1284C7.1608 14.0795 7.47719 13.684 7.42835 13.2449L5.83815 13.4217ZM0.533252 5.33329C0.533252 5.77512 0.891424 6.13329 1.33325 6.13329C1.77508 6.13329 2.13325 5.77512 2.13325 5.33329H0.533252ZM2.66659 2.66663V1.86663V2.66663ZM13.3333 2.66663V1.86663V2.66663ZM9.33325 12.5333C8.89142 12.5333 8.53325 12.8915 8.53325 13.3333C8.53325 13.7751 8.89142 14.1333 9.33325 14.1333V12.5333ZM1.33325 12.5333C0.891424 12.5333 0.533252 12.8915 0.533252 13.3333C0.533252 13.7751 0.891424 14.1333 1.33325 14.1333V12.5333ZM1.33992 14.1333C1.78175 14.1333 2.13992 13.7751 2.13992 13.3333C2.13992 12.8915 1.78175 12.5333 1.33992 12.5333V14.1333ZM1.17339 11.5172C1.66024 11.6164 2.10714 11.8567 2.45849 12.2081L3.58986 11.0767C3.01662 10.5034 2.28745 10.1114 1.49312 9.94943L1.17339 11.5172ZM2.45849 12.2081C2.80983 12.5594 3.0501 13.0063 3.14939 13.4932L4.71712 13.1734C4.55512 12.3791 4.1631 11.6499 3.58986 11.0767L2.45849 12.2081ZM1.24482 8.82839C2.41817 8.95889 3.51218 9.48477 4.34698 10.3196L5.47835 9.1882C4.38669 8.09654 2.95606 7.40885 1.42168 7.23819L1.24482 8.82839ZM4.34698 10.3196C5.18177 11.1544 5.70765 12.2484 5.83815 13.4217L7.42835 13.2449C7.2577 11.7105 6.57 10.2799 5.47835 9.1882L4.34698 10.3196ZM2.13325 5.33329V3.99996H0.533252V5.33329H2.13325ZM2.13325 3.99996C2.13325 3.85851 2.18944 3.72285 2.28946 3.62284L1.15809 2.49146C0.758013 2.89154 0.533252 3.43416 0.533252 3.99996H2.13325ZM2.28946 3.62284C2.38948 3.52282 2.52514 3.46663 2.66659 3.46663V1.86663C2.10079 1.86663 1.55817 2.09139 1.15809 2.49146L2.28946 3.62284ZM2.66659 3.46663H13.3333V1.86663H2.66659V3.46663ZM13.3333 3.46663C13.4747 3.46663 13.6104 3.52282 13.7104 3.62284L14.8417 2.49146C14.4417 2.09139 13.899 1.86663 13.3333 1.86663V3.46663ZM13.7104 3.62284C13.8104 3.72285 13.8666 3.85851 13.8666 3.99996H15.4666C15.4666 3.43416 15.2418 2.89154 14.8417 2.49146L13.7104 3.62284ZM13.8666 3.99996V12H15.4666V3.99996H13.8666ZM13.8666 12C13.8666 12.1414 13.8104 12.2771 13.7104 12.3771L14.8417 13.5085C15.2418 13.1084 15.4666 12.5658 15.4666 12H13.8666ZM13.7104 12.3771C13.6104 12.4771 13.4747 12.5333 13.3333 12.5333V14.1333C13.899 14.1333 14.4417 13.9085 14.8417 13.5085L13.7104 12.3771ZM13.3333 12.5333H9.33325V14.1333H13.3333V12.5333ZM1.33325 14.1333H1.33992V12.5333H1.33325V14.1333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCast, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13061\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCast size={size} /> });"
   ],
   [
-    "IconBook.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBook = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.33317 2.08325C4.09006 2.08325 3.8569 2.17983 3.68499 2.35174C3.51308 2.52365 3.4165 2.7568 3.4165 2.99992V10.7639C3.70466 10.6457 4.0157 10.5833 4.33317 10.5833H12.5832V2.08325H4.33317ZM14.0832 1.33325C14.0832 0.919038 13.7474 0.583252 13.3332 0.583252H4.33317C3.69223 0.583252 3.07754 0.837864 2.62433 1.29108C2.17112 1.74429 1.9165 2.35898 1.9165 2.99992V12.9999C1.9165 13.6409 2.17112 14.2555 2.62433 14.7088C3.07754 15.162 3.69223 15.4166 4.33317 15.4166H13.3332C13.7474 15.4166 14.0832 15.0808 14.0832 14.6666V1.33325ZM12.5832 12.0833H4.33317C4.09006 12.0833 3.8569 12.1798 3.68499 12.3517C3.51308 12.5236 3.4165 12.7568 3.4165 12.9999C3.4165 13.243 3.51308 13.4762 3.68499 13.6481C3.8569 13.82 4.09006 13.9166 4.33317 13.9166H12.5832V12.0833Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBook, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13052\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBook size={size} /> });"
+    "IconCalendar.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCalendar = (props: IconProps) => (\n  <Icon {...props}><path d=\"M11.4667 1.33337C11.4667 0.891546 11.1085 0.533374 10.6667 0.533374C10.2248 0.533374 9.86667 0.891546 9.86667 1.33337H11.4667ZM9.86667 4.00004C9.86667 4.44187 10.2248 4.80004 10.6667 4.80004C11.1085 4.80004 11.4667 4.44187 11.4667 4.00004H9.86667ZM6.13333 1.33337C6.13333 0.891546 5.77516 0.533374 5.33333 0.533374C4.89151 0.533374 4.53333 0.891546 4.53333 1.33337H6.13333ZM4.53333 4.00004C4.53333 4.44187 4.89151 4.80004 5.33333 4.80004C5.77516 4.80004 6.13333 4.44187 6.13333 4.00004H4.53333ZM2 5.86671C1.55817 5.86671 1.2 6.22488 1.2 6.66671C1.2 7.10853 1.55817 7.46671 2 7.46671V5.86671ZM14 7.46671C14.4418 7.46671 14.8 7.10853 14.8 6.66671C14.8 6.22488 14.4418 5.86671 14 5.86671V7.46671ZM3.33333 3.46671H12.6667V1.86671H3.33333V3.46671ZM12.6667 3.46671C12.9612 3.46671 13.2 3.70549 13.2 4.00004H14.8C14.8 2.82183 13.8449 1.86671 12.6667 1.86671V3.46671ZM13.2 4.00004V13.3334H14.8V4.00004H13.2ZM13.2 13.3334C13.2 13.6279 12.9612 13.8667 12.6667 13.8667V15.4667C13.8449 15.4667 14.8 14.5116 14.8 13.3334H13.2ZM12.6667 13.8667H3.33333V15.4667H12.6667V13.8667ZM3.33333 13.8667C3.03878 13.8667 2.8 13.6279 2.8 13.3334H1.2C1.2 14.5116 2.15513 15.4667 3.33333 15.4667V13.8667ZM2.8 13.3334V4.00004H1.2V13.3334H2.8ZM2.8 4.00004C2.8 3.70549 3.03878 3.46671 3.33333 3.46671V1.86671C2.15513 1.86671 1.2 2.82183 1.2 4.00004H2.8ZM9.86667 1.33337V4.00004H11.4667V1.33337H9.86667ZM4.53333 1.33337V4.00004H6.13333V1.33337H4.53333ZM2 7.46671H14V5.86671H2V7.46671Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCalendar, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13056\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCalendar size={size} /> });"
   ],
   [
-    "IconBookmark.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBookmark = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.66666 2.75C4.51195 2.75 4.36358 2.81146 4.25418 2.92085C4.14479 3.03025 4.08333 3.17862 4.08333 3.33333V12.5426L7.56407 10.0564C7.82484 9.8701 8.17515 9.8701 8.43592 10.0564L11.9167 12.5426V3.33333C11.9167 3.17862 11.8552 3.03025 11.7458 2.92085C11.6364 2.81146 11.488 2.75 11.3333 2.75H4.66666ZM3.19352 1.86019C3.58422 1.46949 4.11413 1.25 4.66666 1.25H11.3333C11.8859 1.25 12.4158 1.46949 12.8065 1.86019C13.1972 2.25089 13.4167 2.7808 13.4167 3.33333V14C13.4167 14.2809 13.2597 14.5383 13.0098 14.6669C12.76 14.7954 12.4593 14.7736 12.2307 14.6103L8 11.5883L3.76926 14.6103C3.54065 14.7736 3.23995 14.7954 2.99014 14.6669C2.74034 14.5383 2.58333 14.2809 2.58333 14V3.33333C2.58333 2.7808 2.80282 2.2509 3.19352 1.86019Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBookmark, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13055\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBookmark size={size} /> });"
+    "IconAlertOctagon.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlertOctagon = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15557)\"><path d=\"M5.24004 1.33325V0.533252C5.02787 0.533252 4.82438 0.617537 4.67436 0.767567L5.24004 1.33325ZM10.76 1.33325L11.3257 0.767567C11.1757 0.617537 10.9722 0.533252 10.76 0.533252V1.33325ZM14.6667 5.23992H15.4667C15.4667 5.02775 15.3824 4.82426 15.2324 4.67423L14.6667 5.23992ZM14.6667 10.7599L15.2324 11.3256C15.3824 11.1756 15.4667 10.9721 15.4667 10.7599H14.6667ZM10.76 14.6666V15.4666C10.9722 15.4666 11.1757 15.3823 11.3257 15.2323L10.76 14.6666ZM5.24004 14.6666L4.67436 15.2323C4.82438 15.3823 5.02787 15.4666 5.24004 15.4666V14.6666ZM1.33337 10.7599H0.533374C0.533374 10.9721 0.61766 11.1756 0.767689 11.3256L1.33337 10.7599ZM1.33337 5.23992L0.767689 4.67423C0.61766 4.82426 0.533374 5.02775 0.533374 5.23992H1.33337ZM8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM7.20004 7.99992C7.20004 8.44175 7.55821 8.79992 8.00004 8.79992C8.44187 8.79992 8.80004 8.44175 8.80004 7.99992H7.20004ZM8.00004 9.86658C7.55821 9.86658 7.20004 10.2248 7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666V9.86658ZM8.00671 11.4666C8.44853 11.4666 8.80671 11.1084 8.80671 10.6666C8.80671 10.2248 8.44853 9.86658 8.00671 9.86658V11.4666ZM5.24004 2.13325H10.76V0.533252H5.24004V2.13325ZM10.1944 1.89894L14.101 5.8056L15.2324 4.67423L11.3257 0.767567L10.1944 1.89894ZM13.8667 5.23992V10.7599H15.4667V5.23992H13.8667ZM14.101 10.1942L10.1944 14.1009L11.3257 15.2323L15.2324 11.3256L14.101 10.1942ZM10.76 13.8666H5.24004V15.4666H10.76V13.8666ZM5.80573 14.1009L1.89906 10.1942L0.767689 11.3256L4.67436 15.2323L5.80573 14.1009ZM2.13337 10.7599V5.23992H0.533374V10.7599H2.13337ZM1.89906 5.8056L5.80573 1.89894L4.67436 0.767567L0.767689 4.67423L1.89906 5.8056ZM7.20004 5.33325V7.99992H8.80004V5.33325H7.20004ZM8.00004 11.4666H8.00671V9.86658H8.00004V11.4666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15557\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAlertOctagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13021\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlertOctagon size={size} /> });"
   ],
   [
-    "IconBox.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBox = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.95993 0.862907C7.27625 0.680656 7.63491 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04113 0.863522 9.04167 0.86383L13.7083 3.53049C13.9633 3.6777 14.1835 3.87684 14.355 4.11414C14.3983 4.15826 14.4368 4.20849 14.4692 4.26447C14.4969 4.31241 14.5188 4.36214 14.5349 4.41283C14.6758 4.69835 14.7497 5.01297 14.75 5.33258V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L9.04167 15.1362C9.04114 15.1365 9.04061 15.1368 9.04008 15.1371C8.82394 15.2617 8.58803 15.3459 8.3438 15.3868C8.24081 15.44 8.12391 15.47 8 15.47C7.87609 15.47 7.75919 15.44 7.6562 15.3868C7.41198 15.3459 7.17606 15.2617 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95833 15.1362L2.29456 12.4712L2.29167 12.4695C1.97527 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 5.33335C1.25033 5.01374 1.32418 4.69836 1.46507 4.41283C1.48123 4.36215 1.50306 4.31241 1.53079 4.26447C1.56318 4.20849 1.60169 4.15826 1.645 4.11414C1.81655 3.87684 2.03671 3.6777 2.29167 3.5305L2.29456 3.52883L6.95993 0.862907ZM2.75 5.83618V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95243 11.1187 3.04051 11.1698C3.04089 11.1701 3.04128 11.1703 3.04167 11.1705L7.25 13.5753V8.43928L2.75 5.83618ZM8.75 8.43928V13.5753L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V5.83618L8.75 8.43928ZM12.4735 4.55249L8.29166 2.16287C8.20299 2.11168 8.1024 2.08472 8 2.08472C7.8976 2.08472 7.79701 2.11167 7.70833 2.16287L7.70544 2.16454L3.52652 4.55249L8 7.14024L12.4735 4.55249Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBox, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13054\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBox size={size} /> });"
+    "IconCamera.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCamera = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15633)\"><path d=\"M0.666748 12.6667H-0.133252H0.666748ZM2.00008 4V3.2V4ZM4.66675 4V4.8C4.93423 4.8 5.18402 4.66632 5.33239 4.44376L4.66675 4ZM6.00008 2V1.2C5.7326 1.2 5.48281 1.33368 5.33444 1.55624L6.00008 2ZM10.0001 2L10.6657 1.55624C10.5173 1.33368 10.2676 1.2 10.0001 1.2V2ZM11.3334 4L10.6678 4.44376C10.8161 4.66632 11.0659 4.8 11.3334 4.8V4ZM14.0001 4V3.2V4ZM14.5334 12.6667C14.5334 12.8081 14.4772 12.9438 14.3772 13.0438L15.5086 14.1752C15.9087 13.7751 16.1334 13.2325 16.1334 12.6667H14.5334ZM14.3772 13.0438C14.2772 13.1438 14.1415 13.2 14.0001 13.2V14.8C14.5659 14.8 15.1085 14.5752 15.5086 14.1752L14.3772 13.0438ZM14.0001 13.2H2.00008V14.8H14.0001V13.2ZM2.00008 13.2C1.85863 13.2 1.72298 13.1438 1.62296 13.0438L0.491587 14.1752C0.891664 14.5752 1.43428 14.8 2.00008 14.8V13.2ZM1.62296 13.0438C1.52294 12.9438 1.46675 12.8081 1.46675 12.6667H-0.133252C-0.133252 13.2325 0.0915095 13.7751 0.491587 14.1752L1.62296 13.0438ZM1.46675 12.6667V5.33333H-0.133252V12.6667H1.46675ZM1.46675 5.33333C1.46675 5.19188 1.52294 5.05623 1.62296 4.95621L0.491587 3.82484C0.0915093 4.22492 -0.133252 4.76754 -0.133252 5.33333H1.46675ZM1.62296 4.95621C1.72298 4.85619 1.85863 4.8 2.00008 4.8V3.2C1.43429 3.2 0.891665 3.42476 0.491587 3.82484L1.62296 4.95621ZM2.00008 4.8H4.66675V3.2H2.00008V4.8ZM5.33239 4.44376L6.66572 2.44376L5.33444 1.55624L4.00111 3.55624L5.33239 4.44376ZM6.00008 2.8H10.0001V1.2H6.00008V2.8ZM9.33444 2.44376L10.6678 4.44376L11.9991 3.55624L10.6657 1.55624L9.33444 2.44376ZM11.3334 4.8H14.0001V3.2H11.3334V4.8ZM14.0001 4.8C14.1415 4.8 14.2772 4.85619 14.3772 4.95621L15.5086 3.82484C15.1085 3.42476 14.5659 3.2 14.0001 3.2V4.8ZM14.3772 4.95621C14.4772 5.05623 14.5334 5.19188 14.5334 5.33333H16.1334C16.1334 4.76754 15.9087 4.22492 15.5086 3.82484L14.3772 4.95621ZM14.5334 5.33333V12.6667H16.1334V5.33333H14.5334ZM9.86675 8.66667C9.86675 9.6976 9.03101 10.5333 8.00008 10.5333V12.1333C9.91467 12.1333 11.4667 10.5813 11.4667 8.66667H9.86675ZM8.00008 10.5333C6.96915 10.5333 6.13341 9.6976 6.13341 8.66667H4.53341C4.53341 10.5813 6.08549 12.1333 8.00008 12.1333V10.5333ZM6.13341 8.66667C6.13341 7.63574 6.96915 6.8 8.00008 6.8V5.2C6.08549 5.2 4.53341 6.75208 4.53341 8.66667H6.13341ZM8.00008 6.8C9.03101 6.8 9.86675 7.63574 9.86675 8.66667H11.4667C11.4667 6.75208 9.91467 5.2 8.00008 5.2V6.8Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15633\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCamera, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13058\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCamera size={size} /> });"
   ],
   [
-    "IconBriefcase.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconBriefcase = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.19357 1.86019C5.58427 1.46949 6.11417 1.25 6.66671 1.25H9.33337C9.88591 1.25 10.4158 1.46949 10.8065 1.86019C11.1972 2.2509 11.4167 2.7808 11.4167 3.33333V3.91667H13.3334C14.484 3.91667 15.4167 4.84941 15.4167 6V12.6667C15.4167 13.8173 14.484 14.75 13.3334 14.75H2.66671C1.51611 14.75 0.583374 13.8173 0.583374 12.6667V6C0.583374 4.84941 1.51611 3.91667 2.66671 3.91667H4.58337V3.33333C4.58337 2.7808 4.80287 2.25089 5.19357 1.86019ZM4.58337 5.41667H2.66671C2.34454 5.41667 2.08337 5.67783 2.08337 6V12.6667C2.08337 12.9888 2.34454 13.25 2.66671 13.25H4.58337V5.41667ZM6.08337 13.25V5.41667H9.91671V13.25H6.08337ZM11.4167 13.25H13.3334C13.6555 13.25 13.9167 12.9888 13.9167 12.6667V6C13.9167 5.67783 13.6555 5.41667 13.3334 5.41667H11.4167V13.25ZM9.91671 3.91667H6.08337V3.33333C6.08337 3.17862 6.14483 3.03025 6.25423 2.92085C6.36363 2.81146 6.512 2.75 6.66671 2.75H9.33337C9.48808 2.75 9.63646 2.81146 9.74585 2.92085C9.85525 3.03025 9.91671 3.17862 9.91671 3.33333V3.91667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBriefcase, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13057\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBriefcase size={size} /> });"
+    "IconBookOpen.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBookOpen = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.3335 2V1.2C0.891668 1.2 0.533496 1.55817 0.533496 2H1.3335ZM8.00016 4.66667H8.80016H8.00016ZM7.20016 14C7.20016 14.4418 7.55833 14.8 8.00016 14.8C8.44199 14.8 8.80016 14.4418 8.80016 14H7.20016ZM6.00016 12V11.2V12ZM1.3335 12H0.533496C0.533496 12.4418 0.891668 12.8 1.3335 12.8L1.3335 12ZM14.6668 2H15.4668C15.4668 1.55817 15.1087 1.2 14.6668 1.2V2ZM10.6668 2V1.2V2ZM10.0002 12V11.2V12ZM14.6668 12V12.8C15.1087 12.8 15.4668 12.4418 15.4668 12H14.6668ZM1.3335 2.8H5.3335V1.2H1.3335V2.8ZM5.3335 2.8C5.82857 2.8 6.30336 2.99667 6.65343 3.34673L7.7848 2.21536C7.13467 1.56524 6.25291 1.2 5.3335 1.2V2.8ZM6.65343 3.34673C7.0035 3.6968 7.20016 4.1716 7.20016 4.66667H8.80016C8.80016 3.74725 8.43493 2.86549 7.7848 2.21536L6.65343 3.34673ZM7.20016 4.66667V14H8.80016V4.66667H7.20016ZM8.80016 14C8.80016 13.2574 8.50516 12.5452 7.98006 12.0201L6.84869 13.1515C7.07373 13.3765 7.20016 13.6817 7.20016 14H8.80016ZM7.98006 12.0201C7.45496 11.495 6.74277 11.2 6.00016 11.2V12.8C6.31842 12.8 6.62365 12.9264 6.84869 13.1515L7.98006 12.0201ZM6.00016 11.2H1.3335V12.8H6.00016V11.2ZM2.1335 12V2H0.533496V12H2.1335ZM14.6668 1.2H10.6668V2.8H14.6668V1.2ZM10.6668 1.2C9.74741 1.2 8.86565 1.56524 8.21553 2.21536L9.3469 3.34673C9.69696 2.99667 10.1718 2.8 10.6668 2.8V1.2ZM8.21553 2.21536C7.5654 2.86549 7.20016 3.74725 7.20016 4.66667H8.80016C8.80016 4.1716 8.99683 3.6968 9.3469 3.34673L8.21553 2.21536ZM8.80016 14C8.80016 13.6817 8.92659 13.3765 9.15163 13.1515L8.02026 12.0201C7.49516 12.5452 7.20016 13.2574 7.20016 14H8.80016ZM9.15163 13.1515C9.37668 12.9264 9.6819 12.8 10.0002 12.8V11.2C9.25756 11.2 8.54537 11.495 8.02026 12.0201L9.15163 13.1515ZM10.0002 12.8H14.6668V11.2H10.0002V12.8ZM15.4668 12V2H13.8668V12H15.4668Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBookOpen, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13053\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBookOpen size={size} /> });"
   ],
   [
-    "IconCalendar.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCalendar = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.33333 0.583374C5.74755 0.583374 6.08333 0.91916 6.08333 1.33337V1.91671H9.91667V1.33337C9.91667 0.91916 10.2525 0.583374 10.6667 0.583374C11.0809 0.583374 11.4167 0.91916 11.4167 1.33337V1.91671H12.6667C13.8173 1.91671 14.75 2.84945 14.75 4.00004V13.3334C14.75 14.484 13.8173 15.4167 12.6667 15.4167H3.33333C2.18274 15.4167 1.25 14.484 1.25 13.3334V4.00004C1.25 2.84945 2.18274 1.91671 3.33333 1.91671H4.58333V1.33337C4.58333 0.91916 4.91912 0.583374 5.33333 0.583374ZM4.58333 3.41671H3.33333C3.01117 3.41671 2.75 3.67787 2.75 4.00004V5.91671H13.25V4.00004C13.25 3.67787 12.9888 3.41671 12.6667 3.41671H11.4167V4.00004C11.4167 4.41425 11.0809 4.75004 10.6667 4.75004C10.2525 4.75004 9.91667 4.41425 9.91667 4.00004V3.41671H6.08333V4.00004C6.08333 4.41425 5.74755 4.75004 5.33333 4.75004C4.91912 4.75004 4.58333 4.41425 4.58333 4.00004V3.41671ZM13.25 7.41671H2.75V13.3334C2.75 13.6555 3.01117 13.9167 3.33333 13.9167H12.6667C12.9888 13.9167 13.25 13.6555 13.25 13.3334V7.41671Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCalendar, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13056\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCalendar size={size} /> });"
+    "IconBox.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBox = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM2.58058 3.94753C2.19813 3.7263 1.70875 3.85699 1.48751 4.23944C1.26628 4.62189 1.39697 5.11127 1.77942 5.3325L2.58058 3.94753ZM8 8.00668L7.59942 8.69917C7.84724 8.84252 8.15276 8.84252 8.40058 8.69917L8 8.00668ZM14.2206 5.3325C14.603 5.11127 14.7337 4.62189 14.5125 4.23944C14.2913 3.85699 13.8019 3.7263 13.4194 3.94753L14.2206 5.3325ZM7.2 14.72C7.2 15.1618 7.55817 15.52 8 15.52C8.44183 15.52 8.8 15.1618 8.8 14.72H7.2ZM8.8 8.00002C8.8 7.55819 8.44183 7.20002 8 7.20002C7.55817 7.20002 7.2 7.55819 7.2 8.00002H8.8ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329ZM1.77942 5.3325L7.59942 8.69917L8.40058 7.3142L2.58058 3.94753L1.77942 5.3325ZM8.40058 8.69917L14.2206 5.3325L13.4194 3.94753L7.59942 7.3142L8.40058 8.69917ZM8.8 14.72V8.00002H7.2V14.72H8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBox, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13054\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBox size={size} /> });"
   ],
   [
-    "IconCameraOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCameraOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12705)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136418 0.136296C0.429311 -0.156597 0.904185 -0.156597 1.19708 0.136296L4.53003 3.46924C4.53028 3.4695 4.53054 3.46976 4.5308 3.47001L6.99978 5.939C7.00658 5.94554 7.01327 5.95223 7.01985 5.95907L10.7076 9.64686C10.7145 9.65344 10.7212 9.66013 10.7277 9.66693L14.5299 13.4692C14.5303 13.4695 14.5306 13.4698 14.5309 13.4701L15.8637 14.803C16.1566 15.0959 16.1566 15.5707 15.8637 15.8636C15.5709 16.1565 15.096 16.1565 14.8031 15.8636L13.6894 14.75H2.00008C1.44755 14.75 0.917642 14.5305 0.526942 14.1398C0.136241 13.7491 -0.083252 13.2192 -0.083252 12.6666V5.33329C-0.083252 4.78076 0.136241 4.25085 0.526942 3.86015C0.917643 3.46945 1.44755 3.24996 2.00008 3.24996H2.18942L0.136418 1.19696C-0.156475 0.904063 -0.156475 0.429189 0.136418 0.136296ZM3.68942 4.74996H2.00008C1.84537 4.74996 1.697 4.81142 1.5876 4.92081C1.47821 5.03021 1.41675 5.17858 1.41675 5.33329V12.6666C1.41675 12.8213 1.47821 12.9697 1.5876 13.0791C1.697 13.1885 1.84537 13.25 2.00008 13.25H12.1894L10.2121 11.2726C10.0587 11.4044 9.89349 11.5226 9.71818 11.6257C9.28546 11.8803 8.80197 12.0363 8.3021 12.0827C7.80224 12.1292 7.29828 12.0649 6.82607 11.8945C6.35386 11.7241 5.92501 11.4517 5.57003 11.0967C5.21505 10.7417 4.94265 10.3128 4.77223 9.84064C4.6018 9.36843 4.53752 8.86447 4.58397 8.3646C4.63042 7.86473 4.78645 7.38125 5.04097 6.94853C5.14408 6.77322 5.26233 6.608 5.39407 6.45461L3.68942 4.74996ZM6.46019 7.52073C6.41453 7.5808 6.37234 7.64365 6.3339 7.709C6.19112 7.95175 6.10359 8.22297 6.07754 8.50339C6.05148 8.7838 6.08754 9.06651 6.18314 9.33141C6.27875 9.59631 6.43156 9.83688 6.63069 10.036C6.82983 10.2352 7.0704 10.388 7.3353 10.4836C7.60019 10.5792 7.88291 10.6152 8.16332 10.5892C8.44373 10.5631 8.71496 10.4756 8.9577 10.3328C9.02305 10.2944 9.08591 10.2522 9.14598 10.2065L6.46019 7.52073ZM5.25008 1.99996C5.25008 1.58575 5.58587 1.24996 6.00008 1.24996H10.0001C10.2508 1.24996 10.485 1.37529 10.6241 1.58393L11.7348 3.24996H14.0001C14.5526 3.24996 15.0825 3.46945 15.4732 3.86015C15.8639 4.25085 16.0834 4.78076 16.0834 5.33329V11.56C16.0834 11.9742 15.7476 12.31 15.3334 12.31C14.9192 12.31 14.5834 11.9742 14.5834 11.56V5.33329C14.5834 5.17858 14.522 5.03021 14.4126 4.92081C14.3032 4.81142 14.1548 4.74996 14.0001 4.74996H11.3334C11.0827 4.74996 10.8485 4.62463 10.7094 4.41598L9.59869 2.74996H6.00008C5.58587 2.74996 5.25008 2.41417 5.25008 1.99996Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12705\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCameraOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13059\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCameraOff size={size} /> });"
+    "IconActivity.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconActivity = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.6667 8.8C15.1085 8.8 15.4667 8.44183 15.4667 8C15.4667 7.55817 15.1085 7.2 14.6667 7.2V8.8ZM12 8V7.2C11.6557 7.2 11.3499 7.42034 11.241 7.74702L12 8ZM10 14L9.24105 14.253C9.34994 14.5797 9.65565 14.8 10 14.8C10.3443 14.8 10.6501 14.5797 10.7589 14.253L10 14ZM5.99999 2L6.75894 1.74702C6.65005 1.42034 6.34434 1.2 5.99999 1.2C5.65565 1.2 5.34994 1.42034 5.24105 1.74702L5.99999 2ZM3.99999 8V8.8C4.34434 8.8 4.65005 8.57966 4.75894 8.25298L3.99999 8ZM1.33333 7.2C0.8915 7.2 0.533328 7.55817 0.533328 8C0.533328 8.44183 0.8915 8.8 1.33333 8.8V7.2ZM14.6667 7.2H12V8.8H14.6667V7.2ZM11.241 7.74702L9.24105 13.747L10.7589 14.253L12.7589 8.25298L11.241 7.74702ZM10.7589 13.747L6.75894 1.74702L5.24105 2.25298L9.24105 14.253L10.7589 13.747ZM5.24105 1.74702L3.24105 7.74702L4.75894 8.25298L6.75894 2.25298L5.24105 1.74702ZM3.99999 7.2H1.33333V8.8H3.99999V7.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconActivity, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13018\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconActivity size={size} /> });"
   ],
   [
-    "IconCamera.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCamera = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12840)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.37604 1.58397C5.51514 1.37533 5.74932 1.25 6.00008 1.25H10.0001C10.2508 1.25 10.485 1.37533 10.6241 1.58397L11.7348 3.25H14.0001C14.5526 3.25 15.0825 3.46949 15.4732 3.86019C15.8639 4.25089 16.0834 4.7808 16.0834 5.33333V12.6667C16.0834 13.2192 15.8639 13.7491 15.4732 14.1398C15.0825 14.5305 14.5526 14.75 14.0001 14.75H2.00008C1.44755 14.75 0.917643 14.5305 0.526942 14.1398C0.136241 13.7491 -0.083252 13.2192 -0.083252 12.6667V5.33333C-0.083252 4.7808 0.136241 4.2509 0.526942 3.86019C0.917643 3.46949 1.44755 3.25 2.00008 3.25H4.26536L5.37604 1.58397ZM6.40147 2.75L5.29079 4.41603C5.15169 4.62467 4.91751 4.75 4.66675 4.75H2.00008C1.84537 4.75 1.697 4.81146 1.5876 4.92085C1.47821 5.03025 1.41675 5.17862 1.41675 5.33333V12.6667C1.41675 12.8214 1.47821 12.9697 1.5876 13.0791C1.697 13.1885 1.84537 13.25 2.00008 13.25H14.0001C14.1548 13.25 14.3032 13.1885 14.4126 13.0791C14.522 12.9697 14.5834 12.8214 14.5834 12.6667V5.33333C14.5834 5.17862 14.522 5.03025 14.4126 4.92085C14.3032 4.81146 14.1548 4.75 14.0001 4.75H11.3334C11.0827 4.75 10.8485 4.62467 10.7094 4.41603L9.59869 2.75H6.40147ZM8.00008 6.75C6.94154 6.75 6.08341 7.60812 6.08341 8.66667C6.08341 9.72521 6.94154 10.5833 8.00008 10.5833C9.05863 10.5833 9.91675 9.72521 9.91675 8.66667C9.91675 7.60812 9.05863 6.75 8.00008 6.75ZM4.58341 8.66667C4.58341 6.77969 6.11311 5.25 8.00008 5.25C9.88705 5.25 11.4167 6.77969 11.4167 8.66667C11.4167 10.5536 9.88705 12.0833 8.00008 12.0833C6.11311 12.0833 4.58341 10.5536 4.58341 8.66667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12840\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCamera, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13058\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCamera size={size} /> });"
+    "IconAlignRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlignRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 7.46667C14.4418 7.46667 14.8 7.10849 14.8 6.66667C14.8 6.22484 14.4418 5.86667 14 5.86667V7.46667ZM4.66667 5.86667C4.22484 5.86667 3.86667 6.22484 3.86667 6.66667C3.86667 7.10849 4.22484 7.46667 4.66667 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM4.66667 11.2C4.22484 11.2 3.86667 11.5582 3.86667 12C3.86667 12.4418 4.22484 12.8 4.66667 12.8V11.2ZM14 5.86667H4.66667V7.46667H14V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM14 11.2H4.66667V12.8H14V11.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13026\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignRight size={size} /> });"
   ],
   [
-    "IconCast.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCast = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66673 3.41663C2.51202 3.41663 2.36365 3.47808 2.25425 3.58748C2.14486 3.69688 2.0834 3.84525 2.0834 3.99996V5.33329C2.0834 5.74751 1.74761 6.08329 1.3334 6.08329C0.919186 6.08329 0.5834 5.74751 0.5834 5.33329V3.99996C0.5834 3.44743 0.802893 2.91752 1.19359 2.52682C1.58429 2.13612 2.1142 1.91663 2.66673 1.91663H13.3334C13.8859 1.91663 14.4158 2.13612 14.8065 2.52682C15.1972 2.91752 15.4167 3.44742 15.4167 3.99996V12C15.4167 12.5525 15.1972 13.0824 14.8065 13.4731C14.4158 13.8638 13.8859 14.0833 13.3334 14.0833H9.3334C8.91919 14.0833 8.5834 13.7475 8.5834 13.3333C8.5834 12.9191 8.91919 12.5833 9.3334 12.5833H13.3334C13.4881 12.5833 13.6365 12.5218 13.7459 12.4124C13.8553 12.303 13.9167 12.1547 13.9167 12V3.99996C13.9167 3.84525 13.8553 3.69688 13.7459 3.58748C13.6365 3.47808 13.4881 3.41663 13.3334 3.41663H2.66673ZM0.587996 7.95039C0.633782 7.53871 1.00463 7.2421 1.4163 7.28789C2.9394 7.45729 4.35951 8.13992 5.44314 9.22355C6.52677 10.3072 7.20941 11.7273 7.3788 13.2504C7.42459 13.6621 7.12798 14.0329 6.7163 14.0787C6.30463 14.1245 5.93378 13.8279 5.888 13.4162C5.75624 12.2316 5.2253 11.127 4.38248 10.2842C3.53966 9.44139 2.43512 8.91045 1.2505 8.7787C0.838821 8.73291 0.542209 8.36206 0.587996 7.95039ZM0.598527 10.5834C0.681299 10.1776 1.07741 9.91565 1.48327 9.99842C2.268 10.1585 2.98834 10.5457 3.55465 11.112C4.12096 11.6784 4.50823 12.3987 4.66827 13.1834C4.75105 13.5893 4.48913 13.9854 4.08327 14.0682C3.67741 14.1509 3.2813 13.889 3.19853 13.4832C3.09728 12.9867 2.85227 12.531 2.49399 12.1727C2.13571 11.8144 1.67999 11.5694 1.18353 11.4682C0.777668 11.3854 0.515754 10.9893 0.598527 10.5834ZM0.5834 13.3333C0.5834 12.9191 0.919186 12.5833 1.3334 12.5833H1.34007C1.75428 12.5833 2.09007 12.9191 2.09007 13.3333C2.09007 13.7475 1.75428 14.0833 1.34007 14.0833H1.3334C0.919186 14.0833 0.5834 13.7475 0.5834 13.3333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCast, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13061\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCast size={size} /> });"
+    "IconChevronDown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronDown = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4.56569 5.43431C4.25327 5.1219 3.74673 5.1219 3.43431 5.43431C3.1219 5.74673 3.1219 6.25327 3.43431 6.56569L4.56569 5.43431ZM8 10L7.43431 10.5657C7.74673 10.8781 8.25327 10.8781 8.56569 10.5657L8 10ZM12.5657 6.56569C12.8781 6.25327 12.8781 5.74673 12.5657 5.43431C12.2533 5.1219 11.7467 5.1219 11.4343 5.43431L12.5657 6.56569ZM3.43431 6.56569L7.43431 10.5657L8.56569 9.43431L4.56569 5.43431L3.43431 6.56569ZM8.56569 10.5657L12.5657 6.56569L11.4343 5.43431L7.43431 9.43431L8.56569 10.5657Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13072\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronDown size={size} /> });"
   ],
   [
-    "IconCheckCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCheckCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11963)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.4083 2.59169C9.24282 2.0724 7.94076 1.94376 6.69624 2.22494C5.45173 2.50612 4.33145 3.18207 3.50248 4.15196C2.67351 5.12185 2.18027 6.33372 2.09632 7.60684C2.01237 8.87996 2.34221 10.1461 3.03665 11.2165C3.73108 12.2868 4.75291 13.104 5.94973 13.5462C7.14654 13.9883 8.45423 14.0318 9.67775 13.67C10.9013 13.3082 11.9751 12.5607 12.739 11.5388C13.503 10.5169 13.9161 9.2754 13.9168 7.99952V7.38662C13.9168 6.9724 14.2526 6.63662 14.6668 6.63662C15.081 6.63662 15.4168 6.9724 15.4168 7.38662V7.99995C15.4159 9.5993 14.898 11.1559 13.9404 12.4369C12.9828 13.7179 11.6368 14.655 10.1031 15.1084C8.56934 15.5619 6.93013 15.5075 5.42989 14.9532C3.92966 14.3989 2.64878 13.3746 1.77829 12.0329C0.907802 10.6912 0.494341 9.10403 0.599573 7.50815C0.704805 5.91226 1.32309 4.39316 2.36222 3.17738C3.40135 1.9616 4.80564 1.11429 6.36567 0.761821C7.92569 0.409354 9.55786 0.570613 11.0188 1.22155C11.3971 1.39013 11.5672 1.83351 11.3986 2.21187C11.23 2.59022 10.7866 2.76027 10.4083 2.59169ZM15.1969 2.13602C15.4899 2.42877 15.4902 2.90364 15.1974 3.19668L8.53076 9.87002C8.39013 10.0108 8.19933 10.0899 8.00035 10.09C7.80138 10.09 7.61054 10.011 7.46984 9.87028L5.46984 7.87028C5.17694 7.57739 5.17694 7.10251 5.46984 6.80962C5.76273 6.51673 6.2376 6.51673 6.5305 6.80962L7.9999 8.27903L14.1362 2.13655C14.429 1.84351 14.9039 1.84328 15.1969 2.13602Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11963\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCheckCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13060\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCheckCircle size={size} /> });"
+    "IconAward.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAward = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15601)\"><path d=\"M6.26653 9.36541C6.3247 8.92743 6.01681 8.52522 5.57883 8.46705C5.14085 8.40887 4.73863 8.71677 4.68046 9.15475L6.26653 9.36541ZM4.66683 15.3334L3.87379 15.2281C3.83335 15.5326 3.97085 15.8334 4.2276 16.0021C4.48435 16.1707 4.81501 16.1775 5.07843 16.0194L4.66683 15.3334ZM8.00016 13.3334L8.41176 12.6474C8.15841 12.4954 7.84191 12.4954 7.58857 12.6474L8.00016 13.3334ZM11.3335 15.3334L10.9219 16.0194C11.1853 16.1774 11.5159 16.1707 11.7727 16.0021C12.0294 15.8335 12.1669 15.5327 12.1265 15.2282L11.3335 15.3334ZM11.3199 9.1482C11.2618 8.71021 10.8596 8.40225 10.4216 8.46036C9.98362 8.51847 9.67567 8.92064 9.73378 9.35863L11.3199 9.1482ZM11.8668 5.33341C11.8668 7.46892 10.1357 9.20008 8.00016 9.20008V10.8001C11.0193 10.8001 13.4668 8.35257 13.4668 5.33341H11.8668ZM8.00016 9.20008C5.86466 9.20008 4.1335 7.46892 4.1335 5.33341H2.5335C2.5335 8.35257 4.98101 10.8001 8.00016 10.8001V9.20008ZM4.1335 5.33341C4.1335 3.19791 5.86466 1.46675 8.00016 1.46675V-0.133252C4.98101 -0.133252 2.5335 2.31426 2.5335 5.33341H4.1335ZM8.00016 1.46675C10.1357 1.46675 11.8668 3.19791 11.8668 5.33341H13.4668C13.4668 2.31426 11.0193 -0.133252 8.00016 -0.133252V1.46675ZM4.68046 9.15475L3.87379 15.2281L5.45986 15.4387L6.26653 9.36541L4.68046 9.15475ZM5.07843 16.0194L8.41176 14.0194L7.58857 12.6474L4.25523 14.6474L5.07843 16.0194ZM7.58857 14.0194L10.9219 16.0194L11.7451 14.6474L8.41176 12.6474L7.58857 14.0194ZM12.1265 15.2282L11.3199 9.1482L9.73378 9.35863L10.5404 15.4386L12.1265 15.2282Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15601\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconAward, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13042\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAward size={size} /> });"
   ],
   [
-    "IconCheckSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCheckSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V8C13.25 7.58579 13.5858 7.25 14 7.25C14.4142 7.25 14.75 7.58579 14.75 8V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H10.6667C11.0809 1.25 11.4167 1.58579 11.4167 2C11.4167 2.41421 11.0809 2.75 10.6667 2.75H3.33333ZM15.197 2.13634C15.4899 2.42923 15.4899 2.9041 15.197 3.197L8.53033 9.86366C8.23744 10.1566 7.76256 10.1566 7.46967 9.86366L5.46967 7.86366C5.17678 7.57077 5.17678 7.0959 5.46967 6.803C5.76256 6.51011 6.23744 6.51011 6.53033 6.803L8 8.27267L14.1363 2.13634C14.4292 1.84344 14.9041 1.84344 15.197 2.13634Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCheckSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13062\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCheckSquare size={size} /> });"
+    "IconBarChart.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBarChart = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.2 13.3334C7.2 13.7752 7.55817 14.1334 8 14.1334C8.44183 14.1334 8.8 13.7752 8.8 13.3334H7.2ZM8.8 6.66675C8.8 6.22492 8.44183 5.86675 8 5.86675C7.55817 5.86675 7.2 6.22492 7.2 6.66675H8.8ZM11.2 13.3334C11.2 13.7752 11.5582 14.1334 12 14.1334C12.4418 14.1334 12.8 13.7752 12.8 13.3334H11.2ZM12.8 2.66675C12.8 2.22492 12.4418 1.86675 12 1.86675C11.5582 1.86675 11.2 2.22492 11.2 2.66675H12.8ZM3.2 13.3334C3.2 13.7752 3.55817 14.1334 4 14.1334C4.44183 14.1334 4.8 13.7752 4.8 13.3334H3.2ZM4.8 10.6667C4.8 10.2249 4.44183 9.86675 4 9.86675C3.55817 9.86675 3.2 10.2249 3.2 10.6667H4.8ZM8.8 13.3334V6.66675H7.2V13.3334H8.8ZM12.8 13.3334V2.66675H11.2V13.3334H12.8ZM4.8 13.3334V10.6667H3.2V13.3334H4.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBarChart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13044\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBarChart size={size} /> });"
   ],
   [
-    "IconCheck.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCheck = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.8637 3.46967C14.1566 3.76256 14.1566 4.23744 13.8637 4.53033L6.53034 11.8637C6.23744 12.1566 5.76257 12.1566 5.46968 11.8637L2.13634 8.53033C1.84345 8.23744 1.84345 7.76256 2.13634 7.46967C2.42923 7.17678 2.90411 7.17678 3.197 7.46967L6.00001 10.2727L12.803 3.46967C13.0959 3.17678 13.5708 3.17678 13.8637 3.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCheck, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13063\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCheck size={size} /> });"
+    "IconCloudLightning.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCloudLightning = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15669)\"><path d=\"M12.5075 10.4827C12.0745 10.5706 11.7948 10.9929 11.8827 11.4259C11.9706 11.8589 12.3929 12.1386 12.8259 12.0507L12.5075 10.4827ZM12 4.66666V5.46666L12.0008 5.46666L12 4.66666ZM11.16 4.66666L10.3855 4.86673C10.4767 5.21991 10.7953 5.46666 11.16 5.46666V4.66666ZM3.02595 11.3666C3.41251 11.5806 3.89934 11.4406 4.1133 11.0541C4.32727 10.6675 4.18735 10.1807 3.80079 9.96673L3.02595 11.3666ZM9.33234 7.77709C9.57743 7.40947 9.47809 6.91277 9.11046 6.66769C8.74284 6.42261 8.24615 6.52195 8.00106 6.88957L9.33234 7.77709ZM6.00004 11.3333L5.3344 10.8896C5.17074 11.1351 5.15548 11.4507 5.2947 11.7108C5.43391 11.9709 5.705 12.1333 6.00004 12.1333V11.3333ZM10 11.3333L10.6657 11.7771C10.8293 11.5316 10.8446 11.216 10.7054 10.9558C10.5662 10.6957 10.2951 10.5333 10 10.5333V11.3333ZM6.66773 14.8896C6.42265 15.2572 6.52199 15.7539 6.88961 15.999C7.25723 16.2441 7.75393 16.1447 7.99901 15.7771L6.66773 14.8896ZM12.8259 12.0507C13.8304 11.8467 14.7233 11.2767 15.3313 10.4515L14.0431 9.5025C13.6704 10.0083 13.1232 10.3576 12.5075 10.4827L12.8259 12.0507ZM15.3313 10.4515C15.9392 9.62617 16.2188 8.60444 16.1158 7.5846L14.5239 7.7454C14.587 8.37046 14.4157 8.99668 14.0431 9.5025L15.3313 10.4515ZM16.1158 7.5846C16.0128 6.56476 15.5345 5.61958 14.7738 4.93255L13.7014 6.11995C14.1676 6.54103 14.4608 7.12034 14.5239 7.7454L16.1158 7.5846ZM14.7738 4.93255C14.0131 4.24551 13.0243 3.86563 11.9992 3.86666L12.0008 5.46666C12.6291 5.46603 13.2351 5.69886 13.7014 6.11995L14.7738 4.93255ZM12 3.86666H11.16V5.46666H12V3.86666ZM11.9346 4.4666C11.6806 3.48321 11.1864 2.57829 10.4963 1.83308L9.32233 2.92022C9.83241 3.47103 10.1977 4.13988 10.3855 4.86673L11.9346 4.4666ZM10.4963 1.83308C9.80617 1.08788 8.9418 0.525721 7.98078 0.197077L7.46306 1.711C8.17338 1.95391 8.81226 2.36942 9.32233 2.92022L10.4963 1.83308ZM7.98078 0.197077C7.01976 -0.131568 5.99216 -0.21641 4.99025 -0.0498322L5.25267 1.5285C5.99321 1.40538 6.75274 1.46809 7.46306 1.711L7.98078 0.197077ZM4.99025 -0.0498322C3.98834 0.116746 3.04348 0.52953 2.2405 1.15146L3.22024 2.41641C3.81375 1.95673 4.51213 1.65162 5.25267 1.5285L4.99025 -0.0498322ZM2.2405 1.15146C1.43752 1.77339 0.801563 2.58499 0.389716 3.51341L1.85227 4.1622C2.15668 3.47598 2.62674 2.8761 3.22024 2.41641L2.2405 1.15146ZM0.389716 3.51341C-0.0221314 4.44182 -0.196971 5.45798 -0.119106 6.47065L1.47618 6.34799C1.41863 5.59949 1.54786 4.84842 1.85227 4.1622L0.389716 3.51341ZM-0.119106 6.47065C-0.0412416 7.48333 0.286891 8.46081 0.83583 9.31535L2.18201 8.4506C1.77627 7.81898 1.53374 7.09649 1.47618 6.34799L-0.119106 6.47065ZM0.83583 9.31535C1.38477 10.1699 2.13733 10.8747 3.02595 11.3666L3.80079 9.96673C3.14399 9.60318 2.58774 9.08221 2.18201 8.4506L0.83583 9.31535ZM8.00106 6.88957L5.3344 10.8896L6.66568 11.7771L9.33234 7.77709L8.00106 6.88957ZM6.00004 12.1333H10V10.5333H6.00004V12.1333ZM9.3344 10.8896L6.66773 14.8896L7.99901 15.7771L10.6657 11.7771L9.3344 10.8896Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15669\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudLightning, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13175\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudLightning size={size} /> });"
   ],
   [
-    "IconChevronDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronDown = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.46967 5.46967C3.76256 5.17678 4.23744 5.17678 4.53033 5.46967L8 8.93934L11.4697 5.46967C11.7626 5.17678 12.2374 5.17678 12.5303 5.46967C12.8232 5.76256 12.8232 6.23744 12.5303 6.53033L8.53033 10.5303C8.23744 10.8232 7.76256 10.8232 7.46967 10.5303L3.46967 6.53033C3.17678 6.23744 3.17678 5.76256 3.46967 5.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13072\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronDown size={size} /> });"
+    "IconAlignCenter.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconAlignCenter = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12 7.46667C12.4418 7.46667 12.8 7.10849 12.8 6.66667C12.8 6.22484 12.4418 5.86667 12 5.86667V7.46667ZM4 5.86667C3.55817 5.86667 3.2 6.22484 3.2 6.66667C3.2 7.10849 3.55817 7.46667 4 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM12 12.8C12.4418 12.8 12.8 12.4418 12.8 12C12.8 11.5582 12.4418 11.2 12 11.2V12.8ZM4 11.2C3.55817 11.2 3.2 11.5582 3.2 12C3.2 12.4418 3.55817 12.8 4 12.8V11.2ZM12 5.86667H4V7.46667H12V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM12 11.2H4V12.8H12V11.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconAlignCenter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13023\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconAlignCenter size={size} /> });"
   ],
   [
-    "IconChevronLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5303 3.46967C10.8232 3.76256 10.8232 4.23744 10.5303 4.53033L7.06066 8L10.5303 11.4697C10.8232 11.7626 10.8232 12.2374 10.5303 12.5303C10.2374 12.8232 9.76256 12.8232 9.46967 12.5303L5.46967 8.53033C5.17678 8.23744 5.17678 7.76256 5.46967 7.46967L9.46967 3.46967C9.76256 3.17678 10.2374 3.17678 10.5303 3.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13064\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronLeft size={size} /> });"
+    "IconArrowDown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowDown = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.79992 3.33325C8.79992 2.89142 8.44175 2.53325 7.99992 2.53325C7.55809 2.53325 7.19992 2.89142 7.19992 3.33325H8.79992ZM7.99992 12.6666L7.43423 13.2323C7.74665 13.5447 8.25318 13.5447 8.5656 13.2323L7.99992 12.6666ZM13.2323 8.5656C13.5447 8.25318 13.5447 7.74665 13.2323 7.43423C12.9199 7.12181 12.4133 7.12181 12.1009 7.43423L13.2323 8.5656ZM3.89894 7.43423C3.58652 7.12181 3.07999 7.12181 2.76757 7.43423C2.45515 7.74665 2.45515 8.25318 2.76757 8.5656L3.89894 7.43423ZM7.19992 3.33325V12.6666H8.79992V3.33325H7.19992ZM12.1009 7.43423L7.43423 12.1009L8.5656 13.2323L13.2323 8.5656L12.1009 7.43423ZM8.5656 12.1009L3.89894 7.43423L2.76757 8.5656L7.43423 13.2323L8.5656 12.1009Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13032\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowDown size={size} /> });"
   ],
   [
-    "IconChevronRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967L10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L6.53033 12.5303C6.23744 12.8232 5.76256 12.8232 5.46967 12.5303C5.17678 12.2374 5.17678 11.7626 5.46967 11.4697L8.93934 8L5.46967 4.53033C5.17678 4.23744 5.17678 3.76256 5.46967 3.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13165\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronRight size={size} /> });"
+    "IconArrowLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.6668 8.79992C13.1087 8.79992 13.4668 8.44175 13.4668 7.99992C13.4668 7.55809 13.1087 7.19992 12.6668 7.19992V8.79992ZM3.3335 7.99992L2.76781 7.43423C2.45539 7.74665 2.45539 8.25318 2.76781 8.5656L3.3335 7.99992ZM7.43448 13.2323C7.7469 13.5447 8.25343 13.5447 8.56585 13.2323C8.87827 12.9199 8.87827 12.4133 8.56585 12.1009L7.43448 13.2323ZM8.56585 3.89894C8.87827 3.58652 8.87827 3.07999 8.56585 2.76757C8.25343 2.45515 7.7469 2.45515 7.43448 2.76757L8.56585 3.89894ZM12.6668 7.19992H3.3335V8.79992H12.6668V7.19992ZM8.56585 12.1009L3.89918 7.43423L2.76781 8.5656L7.43448 13.2323L8.56585 12.1009ZM3.89918 8.5656L8.56585 3.89894L7.43448 2.76757L2.76781 7.43423L3.89918 8.5656Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13034\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowLeft size={size} /> });"
   ],
   [
-    "IconChevronUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronUp = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46967 5.46967C7.76256 5.17678 8.23744 5.17678 8.53033 5.46967L12.5303 9.46967C12.8232 9.76256 12.8232 10.2374 12.5303 10.5303C12.2374 10.8232 11.7626 10.8232 11.4697 10.5303L8 7.06066L4.53033 10.5303C4.23744 10.8232 3.76256 10.8232 3.46967 10.5303C3.17678 10.2374 3.17678 9.76256 3.46967 9.46967L7.46967 5.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13166\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronUp size={size} /> });"
+    "IconClock.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconClock = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15665)\"><path d=\"M8.80004 4.00004C8.80004 3.55821 8.44187 3.20004 8.00004 3.20004C7.55821 3.20004 7.20004 3.55821 7.20004 4.00004H8.80004ZM8.00004 8.00004H7.20004C7.20004 8.30306 7.37124 8.58007 7.64227 8.71558L8.00004 8.00004ZM10.3089 10.0489C10.7041 10.2465 11.1847 10.0863 11.3822 9.69114C11.5798 9.29596 11.4197 8.81542 11.0245 8.61783L10.3089 10.0489ZM13.8667 8.00004C13.8667 11.2401 11.2401 13.8667 8.00004 13.8667V15.4667C12.1238 15.4667 15.4667 12.1238 15.4667 8.00004H13.8667ZM8.00004 13.8667C4.75997 13.8667 2.13337 11.2401 2.13337 8.00004H0.533374C0.533374 12.1238 3.87631 15.4667 8.00004 15.4667V13.8667ZM2.13337 8.00004C2.13337 4.75997 4.75997 2.13337 8.00004 2.13337V0.533374C3.87631 0.533374 0.533374 3.87631 0.533374 8.00004H2.13337ZM8.00004 2.13337C11.2401 2.13337 13.8667 4.75997 13.8667 8.00004H15.4667C15.4667 3.87631 12.1238 0.533374 8.00004 0.533374V2.13337ZM7.20004 4.00004V8.00004H8.80004V4.00004H7.20004ZM7.64227 8.71558L10.3089 10.0489L11.0245 8.61783L8.35781 7.2845L7.64227 8.71558Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15665\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconClock, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13173\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconClock size={size} /> });"
   ],
   [
-    "IconChevronsDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronsDown = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.13642 3.46967C4.42931 3.17678 4.90418 3.17678 5.19708 3.46967L8.00008 6.27267L10.8031 3.46967C11.096 3.17678 11.5709 3.17678 11.8637 3.46967C12.1566 3.76256 12.1566 4.23744 11.8637 4.53033L8.53041 7.86366C8.23752 8.15656 7.76264 8.15656 7.46975 7.86366L4.13642 4.53033C3.84352 4.23744 3.84352 3.76256 4.13642 3.46967ZM4.13642 8.13634C4.42931 7.84344 4.90418 7.84344 5.19708 8.13634L8.00008 10.9393L10.8031 8.13634C11.096 7.84344 11.5709 7.84344 11.8637 8.13634C12.1566 8.42923 12.1566 8.9041 11.8637 9.197L8.53041 12.5303C8.23752 12.8232 7.76264 12.8232 7.46975 12.5303L4.13642 9.197C3.84352 8.9041 3.84352 8.42923 4.13642 8.13634Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13168\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsDown size={size} /> });"
+    "IconBluetooth.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBluetooth = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15615)\"><path d=\"M4.89894 3.76773C4.58652 3.45531 4.07999 3.45531 3.76757 3.76773C3.45515 4.08015 3.45515 4.58668 3.76757 4.8991L4.89894 3.76773ZM11.6666 11.6667L12.2323 12.2324C12.5447 11.92 12.5447 11.4135 12.2323 11.1011L11.6666 11.6667ZM7.99992 15.3334H7.19992C7.19992 15.657 7.39483 15.9487 7.69377 16.0725C7.99271 16.1963 8.33681 16.1279 8.5656 15.8991L7.99992 15.3334ZM7.99992 0.666748L8.5656 0.101063C8.33681 -0.127736 7.99271 -0.19618 7.69377 -0.0723556C7.39483 0.0514692 7.19992 0.343178 7.19992 0.666748H7.99992ZM11.6666 4.33341L12.2323 4.8991C12.5447 4.58668 12.5447 4.08015 12.2323 3.76773L11.6666 4.33341ZM3.76757 11.1011C3.45515 11.4135 3.45515 11.92 3.76757 12.2324C4.07999 12.5449 4.58652 12.5449 4.89894 12.2324L3.76757 11.1011ZM3.76757 4.8991L11.1009 12.2324L12.2323 11.1011L4.89894 3.76773L3.76757 4.8991ZM11.1009 11.1011L7.43423 14.7677L8.5656 15.8991L12.2323 12.2324L11.1009 11.1011ZM8.79992 15.3334V0.666748H7.19992V15.3334H8.79992ZM7.43423 1.23243L11.1009 4.8991L12.2323 3.76773L8.5656 0.101063L7.43423 1.23243ZM11.1009 3.76773L3.76757 11.1011L4.89894 12.2324L12.2323 4.8991L11.1009 3.76773Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15615\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconBluetooth, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13051\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBluetooth size={size} /> });"
+  ],
+  [
+    "IconColumns.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconColumns = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.6667 2V1.2V2ZM3.33333 2V1.2V2ZM2 3.33333H1.2H2ZM2 12.6667H1.2H2ZM8 2.8H12.6667V1.2H8V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H8V14.8H12.6667V13.2ZM8 1.2H3.33333V2.8H8V1.2ZM3.33333 1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2ZM1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484ZM1.2 3.33333V12.6667H2.8V3.33333H1.2ZM1.2 12.6667C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2ZM1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752ZM3.33333 14.8H8V13.2H3.33333V14.8ZM7.2 2V14H8.8V2H7.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconColumns, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13185\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconColumns size={size} /> });"
   ],
   [
     "IconChevronsLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronsLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.86366 4.1363C8.15656 4.42919 8.15656 4.90406 7.86366 5.19696L5.06066 7.99996L7.86366 10.803C8.15656 11.0959 8.15656 11.5707 7.86366 11.8636C7.57077 12.1565 7.0959 12.1565 6.803 11.8636L3.46967 8.53029C3.17678 8.2374 3.17678 7.76252 3.46967 7.46963L6.803 4.1363C7.0959 3.8434 7.57077 3.8434 7.86366 4.1363ZM12.5303 4.1363C12.8232 4.42919 12.8232 4.90406 12.5303 5.19696L9.72733 7.99996L12.5303 10.803C12.8232 11.0959 12.8232 11.5707 12.5303 11.8636C12.2374 12.1565 11.7626 12.1565 11.4697 11.8636L8.13634 8.53029C7.84344 8.2374 7.84344 7.76252 8.13634 7.46963L11.4697 4.1363C11.7626 3.8434 12.2374 3.8434 12.5303 4.1363Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13167\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsLeft size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronsLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.76765 11.899C7.08007 12.2114 7.5866 12.2114 7.89902 11.899C8.21144 11.5866 8.21144 11.08 7.89902 10.7676L6.76765 11.899ZM4 7.99996L3.43431 7.43427C3.1219 7.74669 3.1219 8.25323 3.43431 8.56564L4 7.99996ZM7.89902 5.23231C8.21144 4.91989 8.21144 4.41336 7.89902 4.10094C7.5866 3.78852 7.08007 3.78852 6.76765 4.10094L7.89902 5.23231ZM11.4343 11.899C11.7467 12.2114 12.2533 12.2114 12.5657 11.899C12.8781 11.5866 12.8781 11.08 12.5657 10.7676L11.4343 11.899ZM8.66667 7.99996L8.10098 7.43427C7.95095 7.5843 7.86667 7.78779 7.86667 7.99996C7.86667 8.21213 7.95095 8.41562 8.10098 8.56564L8.66667 7.99996ZM12.5657 5.23231C12.8781 4.91989 12.8781 4.41336 12.5657 4.10094C12.2533 3.78852 11.7467 3.78852 11.4343 4.10094L12.5657 5.23231ZM7.89902 10.7676L4.56569 7.43427L3.43431 8.56564L6.76765 11.899L7.89902 10.7676ZM4.56569 8.56564L7.89902 5.23231L6.76765 4.10094L3.43431 7.43427L4.56569 8.56564ZM12.5657 10.7676L9.23235 7.43427L8.10098 8.56564L11.4343 11.899L12.5657 10.7676ZM9.23235 8.56564L12.5657 5.23231L11.4343 4.10094L8.10098 7.43427L9.23235 8.56564Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13167\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsLeft size={size} /> });"
   ],
   [
-    "IconChevronsRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronsRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.46967 4.1363C3.76256 3.8434 4.23744 3.8434 4.53033 4.1363L7.86366 7.46963C8.15656 7.76252 8.15656 8.2374 7.86366 8.53029L4.53033 11.8636C4.23744 12.1565 3.76256 12.1565 3.46967 11.8636C3.17678 11.5707 3.17678 11.0959 3.46967 10.803L6.27267 7.99996L3.46967 5.19696C3.17678 4.90406 3.17678 4.42919 3.46967 4.1363ZM8.13634 4.1363C8.42923 3.8434 8.9041 3.8434 9.197 4.1363L12.5303 7.46963C12.8232 7.76252 12.8232 8.2374 12.5303 8.53029L9.197 11.8636C8.9041 12.1565 8.42923 12.1565 8.13634 11.8636C7.84344 11.5707 7.84344 11.0959 8.13634 10.803L10.9393 7.99996L8.13634 5.19696C7.84344 4.90406 7.84344 4.42919 8.13634 4.1363Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13170\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsRight size={size} /> });"
+    "IconArrowUpLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconArrowUpLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.7676 11.8991C11.08 12.2115 11.5866 12.2115 11.899 11.8991C12.2114 11.5867 12.2114 11.0801 11.899 10.7677L10.7676 11.8991ZM4.66663 4.66675V3.86675C4.2248 3.86675 3.86663 4.22492 3.86663 4.66675H4.66663ZM3.86663 11.3334C3.86663 11.7752 4.2248 12.1334 4.66663 12.1334C5.10845 12.1334 5.46663 11.7752 5.46663 11.3334H3.86663ZM11.3333 5.46675C11.7751 5.46675 12.1333 5.10858 12.1333 4.66675C12.1333 4.22492 11.7751 3.86675 11.3333 3.86675V5.46675ZM11.899 10.7677L5.23231 4.10106L4.10094 5.23243L10.7676 11.8991L11.899 10.7677ZM5.46663 11.3334V4.66675H3.86663V11.3334H5.46663ZM4.66663 5.46675H11.3333V3.86675H4.66663V5.46675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconArrowUpLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13039\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconArrowUpLeft size={size} /> });"
   ],
   [
     "IconChevronsUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChevronsUp = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46951 3.46967C7.7624 3.17678 8.23727 3.17678 8.53017 3.46967L11.8635 6.803C12.1564 7.0959 12.1564 7.57077 11.8635 7.86366C11.5706 8.15656 11.0957 8.15656 10.8028 7.86366L7.99984 5.06066L5.19683 7.86366C4.90394 8.15656 4.42907 8.15656 4.13617 7.86366C3.84328 7.57077 3.84328 7.0959 4.13617 6.803L7.46951 3.46967ZM4.13617 11.4697L7.46951 8.13634C7.7624 7.84344 8.23727 7.84344 8.53017 8.13634L11.8635 11.4697C12.1564 11.7626 12.1564 12.2374 11.8635 12.5303C11.5706 12.8232 11.0957 12.8232 10.8028 12.5303L7.99984 9.72733L5.19683 12.5303C4.90394 12.8232 4.42907 12.8232 4.13617 12.5303C3.84328 12.2374 3.84328 11.7626 4.13617 11.4697Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13169\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsUp size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronsUp = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.7675 7.89902C11.0799 8.21144 11.5864 8.21144 11.8989 7.89902C12.2113 7.5866 12.2113 7.08007 11.8989 6.76765L10.7675 7.89902ZM7.99984 4L8.56552 3.43431C8.2531 3.1219 7.74657 3.1219 7.43415 3.43431L7.99984 4ZM4.10082 6.76765C3.7884 7.08007 3.7884 7.5866 4.10082 7.89902C4.41324 8.21144 4.91977 8.21144 5.23219 7.89902L4.10082 6.76765ZM10.7675 12.5657C11.0799 12.8781 11.5864 12.8781 11.8989 12.5657C12.2113 12.2533 12.2113 11.7467 11.8989 11.4343L10.7675 12.5657ZM7.99984 8.66667L8.56552 8.10098C8.41549 7.95095 8.21201 7.86667 7.99984 7.86667C7.78766 7.86667 7.58418 7.95095 7.43415 8.10098L7.99984 8.66667ZM4.10082 11.4343C3.7884 11.7467 3.7884 12.2533 4.10082 12.5657C4.41324 12.8781 4.91977 12.8781 5.23219 12.5657L4.10082 11.4343ZM11.8989 6.76765L8.56552 3.43431L7.43415 4.56569L10.7675 7.89902L11.8989 6.76765ZM7.43415 3.43431L4.10082 6.76765L5.23219 7.89902L8.56552 4.56569L7.43415 3.43431ZM11.8989 11.4343L8.56552 8.10098L7.43415 9.23235L10.7675 12.5657L11.8989 11.4343ZM7.43415 8.10098L4.10082 11.4343L5.23219 12.5657L8.56552 9.23235L7.43415 8.10098Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13169\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsUp size={size} /> });"
   ],
   [
-    "IconChrome.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconChrome = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12667)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.62482 5.52389C2.27723 6.27718 2.08333 7.11597 2.08333 8.00004C2.08333 10.8779 4.13794 13.2758 6.86031 13.807L8.24406 11.4081C8.16345 11.4138 8.08206 11.4167 7.99999 11.4167C6.68448 11.4167 5.54261 10.6732 4.97165 9.58354L2.62482 5.52389ZM1.99377 3.64801C1.10654 4.87037 0.583328 6.3741 0.583328 8.00004C0.583328 11.7988 3.43932 14.9306 7.12125 15.3652C7.15373 15.371 7.18639 15.3746 7.219 15.3761C7.47567 15.4029 7.73622 15.4167 8 15.4167C12.0961 15.4167 15.4167 12.0962 15.4167 8.00004C15.4167 6.96175 15.2033 5.97329 14.818 5.07612C14.8075 5.04715 14.7952 5.01902 14.7812 4.99185C13.6274 2.39462 11.0252 0.583374 8 0.583374C5.57672 0.583374 3.42488 1.74555 2.07145 3.54295C2.04232 3.57587 2.01638 3.61105 1.99377 3.64801ZM3.54076 4.11119L4.92586 6.50719C5.47995 5.36829 6.64831 4.58337 7.99999 4.58337H12.831C11.7593 3.0707 9.99494 2.08337 8 2.08337C6.221 2.08337 4.62538 2.86852 3.54076 4.11119ZM13.5993 6.08337H10.8288C11.1999 6.62993 11.4167 7.28967 11.4167 8.00004C11.4167 8.67155 11.2229 9.29781 10.8883 9.82599L8.54288 13.8921C11.5561 13.618 13.9167 11.0847 13.9167 8.00004C13.9167 7.32922 13.805 6.68448 13.5993 6.08337ZM9.68636 8.91174C9.83325 8.64061 9.91666 8.33006 9.91666 8.00004C9.91666 6.94149 9.05854 6.08337 7.99999 6.08337C6.94145 6.08337 6.08333 6.94149 6.08333 8.00004C6.08333 8.31278 6.15823 8.60802 6.29107 8.8688L6.34264 8.95802C6.35166 8.97362 6.36006 8.98942 6.36784 9.00537C6.7054 9.55225 7.31014 9.91671 7.99999 9.91671C8.67395 9.91671 9.26666 9.56886 9.60839 9.0429L9.65699 8.95863C9.66629 8.94252 9.67609 8.92689 9.68636 8.91174Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12667\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconChrome, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13172\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChrome size={size} /> });"
+    "IconChevronsDown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronsDown = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.23243 8.10098C4.92001 7.78856 4.41348 7.78856 4.10106 8.10098C3.78864 8.4134 3.78864 8.91993 4.10106 9.23235L5.23243 8.10098ZM8.00008 12L7.4344 12.5657C7.58442 12.7157 7.78791 12.8 8.00008 12.8C8.21225 12.8 8.41574 12.7157 8.56577 12.5657L8.00008 12ZM11.8991 9.23235C12.2115 8.91993 12.2115 8.4134 11.8991 8.10098C11.5867 7.78856 11.0801 7.78856 10.7677 8.10098L11.8991 9.23235ZM5.23243 3.43431C4.92001 3.1219 4.41348 3.1219 4.10106 3.43431C3.78864 3.74673 3.78864 4.25327 4.10106 4.56569L5.23243 3.43431ZM8.00008 7.33333L7.4344 7.89902C7.74682 8.21144 8.25335 8.21144 8.56577 7.89902L8.00008 7.33333ZM11.8991 4.56569C12.2115 4.25327 12.2115 3.74673 11.8991 3.43431C11.5867 3.1219 11.0801 3.1219 10.7677 3.43431L11.8991 4.56569ZM4.10106 9.23235L7.4344 12.5657L8.56577 11.4343L5.23243 8.10098L4.10106 9.23235ZM8.56577 12.5657L11.8991 9.23235L10.7677 8.10098L7.4344 11.4343L8.56577 12.5657ZM4.10106 4.56569L7.4344 7.89902L8.56577 6.76765L5.23243 3.43431L4.10106 4.56569ZM8.56577 7.89902L11.8991 4.56569L10.7677 3.43431L7.4344 6.76765L8.56577 7.89902Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronsDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13168\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronsDown size={size} /> });"
   ],
   [
-    "IconCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12245)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99998 2.08337C4.7323 2.08337 2.08331 4.73236 2.08331 8.00004C2.08331 11.2677 4.7323 13.9167 7.99998 13.9167C11.2677 13.9167 13.9166 11.2677 13.9166 8.00004C13.9166 4.73236 11.2677 2.08337 7.99998 2.08337ZM0.583313 8.00004C0.583313 3.90393 3.90387 0.583374 7.99998 0.583374C12.0961 0.583374 15.4166 3.90393 15.4166 8.00004C15.4166 12.0962 12.0961 15.4167 7.99998 15.4167C3.90387 15.4167 0.583313 12.0962 0.583313 8.00004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12245\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13171\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCircle size={size} /> });"
+    "IconCloudSnow.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCloudSnow = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15675)\"><path d=\"M13.0123 10.9872C12.6075 11.1644 12.4231 11.6362 12.6004 12.0409C12.7776 12.4456 13.2494 12.63 13.6541 12.4528L13.0123 10.9872ZM11.9999 5.3333L12.0008 4.5333H11.9999V5.3333ZM11.1599 5.3333L10.3853 5.53333C10.4765 5.88653 10.7951 6.1333 11.1599 6.1333V5.3333ZM2.16712 11.4583C2.51228 11.7341 3.01568 11.6779 3.2915 11.3327C3.56731 10.9876 3.5111 10.4841 3.16594 10.2083L2.16712 11.4583ZM5.33319 9.86664C4.89137 9.86664 4.53319 10.2248 4.53319 10.6666C4.53319 11.1085 4.89137 11.4666 5.33319 11.4666V9.86664ZM5.33986 11.4666C5.78169 11.4666 6.13986 11.1085 6.13986 10.6666C6.13986 10.2248 5.78169 9.86664 5.33986 9.86664V11.4666ZM5.33319 12.5333C4.89137 12.5333 4.53319 12.8915 4.53319 13.3333C4.53319 13.7751 4.89137 14.1333 5.33319 14.1333V12.5333ZM5.33986 14.1333C5.78169 14.1333 6.13986 13.7751 6.13986 13.3333C6.13986 12.8915 5.78169 12.5333 5.33986 12.5333V14.1333ZM7.99986 11.2C7.55803 11.2 7.19986 11.5581 7.19986 12C7.19986 12.4418 7.55803 12.8 7.99986 12.8V11.2ZM8.00653 12.8C8.44835 12.8 8.80653 12.4418 8.80653 12C8.80653 11.5581 8.44835 11.2 8.00653 11.2V12.8ZM7.99986 13.8666C7.55803 13.8666 7.19986 14.2248 7.19986 14.6666C7.19986 15.1085 7.55803 15.4666 7.99986 15.4666V13.8666ZM8.00653 15.4666C8.44835 15.4666 8.80653 15.1085 8.80653 14.6666C8.80653 14.2248 8.44835 13.8666 8.00653 13.8666V15.4666ZM10.6665 9.86664C10.2247 9.86664 9.86653 10.2248 9.86653 10.6666C9.86653 11.1085 10.2247 11.4666 10.6665 11.4666V9.86664ZM10.6732 11.4666C11.115 11.4666 11.4732 11.1085 11.4732 10.6666C11.4732 10.2248 11.115 9.86664 10.6732 9.86664V11.4666ZM10.6665 12.5333C10.2247 12.5333 9.86653 12.8915 9.86653 13.3333C9.86653 13.7751 10.2247 14.1333 10.6665 14.1333V12.5333ZM10.6732 14.1333C11.115 14.1333 11.4732 13.7751 11.4732 13.3333C11.4732 12.8915 11.115 12.5333 10.6732 12.5333V14.1333ZM13.6541 12.4528C14.5232 12.0722 15.2348 11.4042 15.6696 10.561L14.2475 9.82768C13.9811 10.3445 13.5449 10.7539 13.0123 10.9872L13.6541 12.4528ZM15.6696 10.561C16.1044 9.71776 16.2359 8.75063 16.042 7.82194L14.4758 8.14892C14.5946 8.71812 14.514 9.31088 14.2475 9.82768L15.6696 10.561ZM16.042 7.82194C15.8482 6.89324 15.3407 6.05951 14.6048 5.46069L13.5949 6.7017C14.0459 7.06872 14.357 7.57972 14.4758 8.14892L16.042 7.82194ZM14.6048 5.46069C13.869 4.86187 12.9495 4.53442 12.0008 4.5333L11.9989 6.1333C12.5804 6.13399 13.1439 6.33468 13.5949 6.7017L14.6048 5.46069ZM11.9999 4.5333H11.1599V6.1333H11.9999V4.5333ZM11.9344 5.13328C11.6914 4.19221 11.2282 3.32237 10.5831 2.59546L9.38641 3.65755C9.86329 4.19484 10.2056 4.83776 10.3853 5.53333L11.9344 5.13328ZM10.5831 2.59546C9.93787 1.86854 9.12917 1.30537 8.2236 0.952353L7.64247 2.44309C8.3118 2.70401 8.90954 3.12027 9.38641 3.65755L10.5831 2.59546ZM8.2236 0.952353C7.31804 0.599337 6.34154 0.466589 5.3746 0.56505L5.53669 2.15682C6.25138 2.08404 6.97314 2.18216 7.64247 2.44309L8.2236 0.952353ZM5.3746 0.56505C4.40767 0.66351 3.47797 0.99036 2.66215 1.51866L3.53183 2.86166C4.13483 2.47118 4.822 2.22959 5.53669 2.15682L5.3746 0.56505ZM2.66215 1.51866C1.84633 2.04696 1.16774 2.76158 0.682315 3.60362L2.06848 4.40272C2.42727 3.78034 2.92883 3.25214 3.53183 2.86166L2.66215 1.51866ZM0.682315 3.60362C0.196893 4.44566 -0.0814627 5.39101 -0.129809 6.36174L1.46821 6.44133C1.50394 5.72383 1.70969 5.0251 2.06848 4.40272L0.682315 3.60362ZM-0.129809 6.36174C-0.178156 7.33248 0.00489169 8.30081 0.404245 9.18691L1.86295 8.5295C1.56777 7.87455 1.43248 7.15883 1.46821 6.44133L-0.129809 6.36174ZM0.404245 9.18691C0.803598 10.073 1.40782 10.8515 2.16712 11.4583L3.16594 10.2083C2.60472 9.75987 2.15812 9.18445 1.86295 8.5295L0.404245 9.18691ZM5.33319 11.4666H5.33986V9.86664H5.33319V11.4666ZM5.33319 14.1333H5.33986V12.5333H5.33319V14.1333ZM7.99986 12.8H8.00653V11.2H7.99986V12.8ZM7.99986 15.4666H8.00653V13.8666H7.99986V15.4666ZM10.6665 11.4666H10.6732V9.86664H10.6665V11.4666ZM10.6665 14.1333H10.6732V12.5333H10.6665V14.1333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15675\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudSnow, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13180\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudSnow size={size} /> });"
   ],
   [
-    "IconClipboard.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconClipboard = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.08329 2.08337V2.6661C6.08329 2.6659 6.08329 2.6663 6.08329 2.6661C6.08329 2.6663 6.08329 2.66711 6.08329 2.66731V3.25004H9.91663V2.08337H6.08329ZM11.4142 1.91671C11.3711 1.17309 10.7544 0.583374 9.99996 0.583374H5.99996C5.24553 0.583374 4.62884 1.17309 4.5857 1.91671H3.99996C3.44743 1.91671 2.91752 2.1362 2.52682 2.5269C2.13612 2.9176 1.91663 3.44751 1.91663 4.00004V13.3334C1.91663 13.8859 2.13612 14.4158 2.52682 14.8065C2.91752 15.1972 3.44742 15.4167 3.99996 15.4167H12C12.5525 15.4167 13.0824 15.1972 13.4731 14.8065C13.8638 14.4158 14.0833 13.8859 14.0833 13.3334V4.00004C14.0833 3.44751 13.8638 2.9176 13.4731 2.5269C13.0824 2.1362 12.5525 1.91671 12 1.91671H11.4142ZM11.4142 3.41671C11.3711 4.16032 10.7544 4.75004 9.99996 4.75004H5.99996C5.24553 4.75004 4.62884 4.16032 4.5857 3.41671H3.99996C3.84525 3.41671 3.69688 3.47817 3.58748 3.58756C3.47808 3.69696 3.41663 3.84533 3.41663 4.00004V13.3334C3.41663 13.4881 3.47808 13.6365 3.58748 13.7459C3.69688 13.8552 3.84525 13.9167 3.99996 13.9167H12C12.1547 13.9167 12.303 13.8553 12.4124 13.7459C12.5218 13.6365 12.5833 13.4881 12.5833 13.3334V4.00004C12.5833 3.84533 12.5218 3.69696 12.4124 3.58756C12.303 3.47817 12.1547 3.41671 12 3.41671H11.4142Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconClipboard, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13174\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconClipboard size={size} /> });"
+    "IconChevronUp.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconChevronUp = (props: IconProps) => (\n  <Icon {...props}><path d=\"M11.4343 10.5657C11.7467 10.8781 12.2533 10.8781 12.5657 10.5657C12.8781 10.2533 12.8781 9.74673 12.5657 9.43431L11.4343 10.5657ZM8 6L8.56569 5.43431C8.25327 5.1219 7.74673 5.1219 7.43431 5.43431L8 6ZM3.43431 9.43431C3.1219 9.74673 3.1219 10.2533 3.43431 10.5657C3.74673 10.8781 4.25327 10.8781 4.56569 10.5657L3.43431 9.43431ZM12.5657 9.43431L8.56569 5.43431L7.43431 6.56569L11.4343 10.5657L12.5657 9.43431ZM7.43431 5.43431L3.43431 9.43431L4.56569 10.5657L8.56569 6.56569L7.43431 5.43431Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconChevronUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13166\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconChevronUp size={size} /> });"
   ],
   [
-    "IconClock.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconClock = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12864)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08337C4.73236 2.08337 2.08337 4.73236 2.08337 8.00004C2.08337 11.2677 4.73236 13.9167 8.00004 13.9167C11.2677 13.9167 13.9167 11.2677 13.9167 8.00004C13.9167 4.73236 11.2677 2.08337 8.00004 2.08337ZM0.583374 8.00004C0.583374 3.90393 3.90393 0.583374 8.00004 0.583374C12.0962 0.583374 15.4167 3.90393 15.4167 8.00004C15.4167 12.0962 12.0962 15.4167 8.00004 15.4167C3.90393 15.4167 0.583374 12.0962 0.583374 8.00004ZM8.00004 3.25004C8.41425 3.25004 8.75004 3.58583 8.75004 4.00004V7.53652L11.0021 8.66255C11.3726 8.8478 11.5228 9.2983 11.3375 9.66878C11.1523 10.0393 10.7018 10.1894 10.3313 10.0042L7.66463 8.67086C7.41054 8.54382 7.25004 8.28412 7.25004 8.00004V4.00004C7.25004 3.58583 7.58583 3.25004 8.00004 3.25004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12864\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconClock, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13173\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconClock size={size} /> });"
+    "IconCloudRain.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCloudRain = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15673)\"><path d=\"M11.4665 8.66668C11.4665 8.22485 11.1084 7.86668 10.6665 7.86668C10.2247 7.86668 9.86653 8.22485 9.86653 8.66668H11.4665ZM9.86653 14C9.86653 14.4418 10.2247 14.8 10.6665 14.8C11.1084 14.8 11.4665 14.4418 11.4665 14H9.86653ZM6.13319 8.66668C6.13319 8.22485 5.77502 7.86668 5.33319 7.86668C4.89137 7.86668 4.53319 8.22485 4.53319 8.66668H6.13319ZM4.53319 14C4.53319 14.4418 4.89137 14.8 5.33319 14.8C5.77502 14.8 6.13319 14.4418 6.13319 14H4.53319ZM8.79986 10C8.79986 9.55818 8.44169 9.20001 7.99986 9.20001C7.55803 9.20001 7.19986 9.55818 7.19986 10H8.79986ZM7.19986 15.3333C7.19986 15.7752 7.55803 16.1333 7.99986 16.1333C8.44169 16.1333 8.79986 15.7752 8.79986 15.3333H7.19986ZM13.0123 10.3205C12.6075 10.4978 12.4231 10.9696 12.6004 11.3743C12.7776 11.779 13.2494 11.9634 13.6541 11.7861L13.0123 10.3205ZM11.9999 4.66668L12.0008 3.86668H11.9999V4.66668ZM11.1599 4.66668L10.3853 4.86671C10.4765 5.21991 10.7951 5.46668 11.1599 5.46668V4.66668ZM2.16712 10.7917C2.51228 11.0675 3.01568 11.0113 3.2915 10.6661C3.56731 10.3209 3.5111 9.81753 3.16594 9.54171L2.16712 10.7917ZM9.86653 8.66668V14H11.4665V8.66668H9.86653ZM4.53319 8.66668V14H6.13319V8.66668H4.53319ZM7.19986 10V15.3333H8.79986V10H7.19986ZM13.6541 11.7861C14.5232 11.4055 15.2348 10.7376 15.6696 9.89435L14.2475 9.16106C13.9811 9.67787 13.5449 10.0873 13.0123 10.3205L13.6541 11.7861ZM15.6696 9.89435C16.1044 9.05114 16.2359 8.08401 16.042 7.15531L14.4758 7.48229C14.5946 8.05149 14.514 8.64425 14.2475 9.16106L15.6696 9.89435ZM16.042 7.15531C15.8482 6.22661 15.3407 5.39288 14.6048 4.79406L13.5949 6.03507C14.0459 6.40209 14.357 6.91309 14.4758 7.48229L16.042 7.15531ZM14.6048 4.79406C13.869 4.19525 12.9495 3.8678 12.0008 3.86668L11.9989 5.46668C12.5804 5.46736 13.1439 5.66806 13.5949 6.03507L14.6048 4.79406ZM11.9999 3.86668H11.1599V5.46668H11.9999V3.86668ZM11.9344 4.46665C11.6914 3.52558 11.2282 2.65574 10.5831 1.92883L9.38641 2.99093C9.86329 3.52821 10.2056 4.17114 10.3853 4.86671L11.9344 4.46665ZM10.5831 1.92883C9.93787 1.20192 9.12917 0.638742 8.2236 0.285727L7.64247 1.77646C8.3118 2.03738 8.90954 2.45364 9.38641 2.99093L10.5831 1.92883ZM8.2236 0.285727C7.31804 -0.0672888 6.34154 -0.200037 5.3746 -0.101576L5.53669 1.49019C6.25138 1.41742 6.97314 1.51554 7.64247 1.77646L8.2236 0.285727ZM5.3746 -0.101576C4.40767 -0.00311577 3.47797 0.323734 2.66215 0.852034L3.53183 2.19503C4.13483 1.80455 4.822 1.56297 5.53669 1.49019L5.3746 -0.101576ZM2.66215 0.852034C1.84633 1.38033 1.16774 2.09495 0.682315 2.93699L2.06848 3.73609C2.42727 3.11372 2.92883 2.58552 3.53183 2.19503L2.66215 0.852034ZM0.682315 2.93699C0.196893 3.77903 -0.0814627 4.72438 -0.129809 5.69512L1.46821 5.77471C1.50394 5.05721 1.70969 4.35847 2.06848 3.73609L0.682315 2.93699ZM-0.129809 5.69512C-0.178156 6.66586 0.00489169 7.63418 0.404245 8.52029L1.86295 7.86288C1.56777 7.20793 1.43248 6.49221 1.46821 5.77471L-0.129809 5.69512ZM0.404245 8.52029C0.803598 9.40639 1.40782 10.1849 2.16712 10.7917L3.16594 9.54171C2.60472 9.09324 2.15812 8.51782 1.86295 7.86288L0.404245 8.52029Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15673\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudRain, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13177\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudRain size={size} /> });"
   ],
   [
-    "IconCloudDrizzle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCloudDrizzle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12232)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.37991 -0.0518335C6.33897 -0.149491 7.30751 -0.0178253 8.20569 0.332312C9.10387 0.68245 9.90598 1.24103 10.5459 1.96202C11.0551 2.53575 11.45 3.19925 11.7116 3.91668H12.0001C12.9373 3.91778 13.8466 4.24127 14.5735 4.83284C15.3005 5.42442 15.8018 6.24807 15.9933 7.16553C16.1849 8.08299 16.055 9.03842 15.6254 9.87144C15.1959 10.7045 14.4928 11.3643 13.6343 11.7403C13.2549 11.9065 12.8126 11.7336 12.6464 11.3542C12.4803 10.9748 12.6531 10.5325 13.0326 10.3663C13.5757 10.1285 14.0205 9.71098 14.2922 9.18397C14.564 8.65697 14.6462 8.05251 14.525 7.47207C14.4038 6.89164 14.0867 6.37055 13.6267 5.99629C13.1669 5.62211 12.5924 5.41746 11.9996 5.41668C11.9995 5.41668 11.9997 5.41668 11.9996 5.41668H11.1601C10.8181 5.41668 10.5194 5.18533 10.4339 4.85421C10.2523 4.15096 9.90619 3.50095 9.42405 2.95774C8.94192 2.41453 8.33759 1.99368 7.66088 1.72987C6.98416 1.46607 6.25445 1.36687 5.53187 1.44045C4.80929 1.51403 4.11455 1.75828 3.5049 2.15307C2.89525 2.54785 2.38815 3.08188 2.0254 3.71112C1.66266 4.34036 1.45464 5.04681 1.41852 5.77222C1.38239 6.49763 1.51918 7.22125 1.81761 7.88342C2.11604 8.54559 2.56756 9.12736 3.13497 9.58077C3.45856 9.83935 3.51126 10.3113 3.25268 10.6349C2.9941 10.9585 2.52216 11.0112 2.19857 10.7526C1.44547 10.1508 0.846172 9.37863 0.450074 8.49974C0.0539759 7.62086 -0.127579 6.66043 -0.0796268 5.69761C-0.0316745 4.73478 0.244412 3.79714 0.725877 2.96197C1.20734 2.12679 1.8804 1.418 2.68957 0.894003C3.49874 0.37001 4.42086 0.0458245 5.37991 -0.0518335ZM5.33344 7.91668C5.74765 7.91668 6.08344 8.25247 6.08344 8.66668V10C6.08344 10.4142 5.74765 10.75 5.33344 10.75C4.91922 10.75 4.58344 10.4142 4.58344 10V8.66668C4.58344 8.25247 4.91922 7.91668 5.33344 7.91668ZM10.6668 7.91668C11.081 7.91668 11.4168 8.25247 11.4168 8.66668V10C11.4168 10.4142 11.081 10.75 10.6668 10.75C10.2526 10.75 9.91677 10.4142 9.91677 10V8.66668C9.91677 8.25247 10.2526 7.91668 10.6668 7.91668ZM8.0001 9.25001C8.41432 9.25001 8.7501 9.5858 8.7501 10V11.3333C8.7501 11.7476 8.41432 12.0833 8.0001 12.0833C7.58589 12.0833 7.2501 11.7476 7.2501 11.3333V10C7.2501 9.5858 7.58589 9.25001 8.0001 9.25001ZM5.33344 11.9167C5.74765 11.9167 6.08344 12.2525 6.08344 12.6667V14C6.08344 14.4142 5.74765 14.75 5.33344 14.75C4.91922 14.75 4.58344 14.4142 4.58344 14V12.6667C4.58344 12.2525 4.91922 11.9167 5.33344 11.9167ZM10.6668 11.9167C11.081 11.9167 11.4168 12.2525 11.4168 12.6667V14C11.4168 14.4142 11.081 14.75 10.6668 14.75C10.2526 14.75 9.91677 14.4142 9.91677 14V12.6667C9.91677 12.2525 10.2526 11.9167 10.6668 11.9167ZM8.0001 13.25C8.41432 13.25 8.7501 13.5858 8.7501 14V15.3333C8.7501 15.7476 8.41432 16.0833 8.0001 16.0833C7.58589 16.0833 7.2501 15.7476 7.2501 15.3333V14C7.2501 13.5858 7.58589 13.25 8.0001 13.25Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12232\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudDrizzle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13176\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudDrizzle size={size} /> });"
+    "IconCameraOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCameraOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15631)\"><path d=\"M1.23243 0.100941C0.920014 -0.211479 0.413482 -0.211479 0.101063 0.100941C-0.211357 0.41336 -0.211357 0.919892 0.101063 1.23231L1.23243 0.100941ZM14.7677 15.899C15.0801 16.2114 15.5867 16.2114 15.8991 15.899C16.2115 15.5866 16.2115 15.08 15.8991 14.7676L14.7677 15.899ZM14.0001 14.8C14.4419 14.8 14.8001 14.4418 14.8001 14C14.8001 13.5581 14.4419 13.2 14.0001 13.2V14.8ZM0.666748 12.6666H-0.133252H0.666748ZM2.00008 3.99996V3.19996V3.99996ZM4.00008 4.79996C4.44191 4.79996 4.80008 4.44179 4.80008 3.99996C4.80008 3.55813 4.44191 3.19996 4.00008 3.19996V4.79996ZM6.00008 1.19996C5.55825 1.19996 5.20008 1.55813 5.20008 1.99996C5.20008 2.44179 5.55825 2.79996 6.00008 2.79996V1.19996ZM10.0001 1.99996L10.6657 1.5562C10.5173 1.33364 10.2676 1.19996 10.0001 1.19996V1.99996ZM11.3334 3.99996L10.6678 4.44372C10.8161 4.66628 11.0659 4.79996 11.3334 4.79996V3.99996ZM14.0001 3.99996V3.19996V3.99996ZM14.5334 11.56C14.5334 12.0018 14.8916 12.36 15.3334 12.36C15.7752 12.36 16.1334 12.0018 16.1334 11.56H14.5334ZM10.847 10.6384C11.0965 10.2738 11.0032 9.7759 10.6385 9.52639C10.2739 9.27689 9.77602 9.37022 9.52652 9.73486L10.847 10.6384ZM6.93185 7.14019C7.29649 6.89068 7.38982 6.39283 7.14031 6.02819C6.89081 5.66355 6.39295 5.57022 6.02831 5.81973L6.93185 7.14019ZM0.101063 1.23231L14.7677 15.899L15.8991 14.7676L1.23243 0.100941L0.101063 1.23231ZM14.0001 13.2H2.00008V14.8H14.0001V13.2ZM2.00008 13.2C1.85863 13.2 1.72298 13.1438 1.62296 13.0437L0.491587 14.1751C0.891664 14.5752 1.43429 14.8 2.00008 14.8V13.2ZM1.62296 13.0437C1.52294 12.9437 1.46675 12.8081 1.46675 12.6666H-0.133252C-0.133252 13.2324 0.0915095 13.775 0.491587 14.1751L1.62296 13.0437ZM1.46675 12.6666V5.33329H-0.133252V12.6666H1.46675ZM1.46675 5.33329C1.46675 5.19184 1.52294 5.05619 1.62296 4.95617L0.491587 3.8248C0.0915093 4.22488 -0.133252 4.7675 -0.133252 5.33329H1.46675ZM1.62296 4.95617C1.72298 4.85615 1.85863 4.79996 2.00008 4.79996V3.19996C1.43429 3.19996 0.891664 3.42472 0.491587 3.8248L1.62296 4.95617ZM2.00008 4.79996H4.00008V3.19996H2.00008V4.79996ZM6.00008 2.79996H10.0001V1.19996H6.00008V2.79996ZM9.33444 2.44372L10.6678 4.44372L11.9991 3.5562L10.6657 1.5562L9.33444 2.44372ZM11.3334 4.79996H14.0001V3.19996H11.3334V4.79996ZM14.0001 4.79996C14.1415 4.79996 14.2772 4.85615 14.3772 4.95617L15.5086 3.8248C15.1085 3.42472 14.5659 3.19996 14.0001 3.19996V4.79996ZM14.3772 4.95617C14.4772 5.05619 14.5334 5.19184 14.5334 5.33329H16.1334C16.1334 4.7675 15.9087 4.22488 15.5086 3.8248L14.3772 4.95617ZM14.5334 5.33329V11.56H16.1334V5.33329H14.5334ZM9.52652 9.73486C9.37163 9.96121 9.16877 10.1507 8.93235 10.2897L9.74353 11.6688C10.1826 11.4106 10.5593 11.0588 10.847 10.6384L9.52652 9.73486ZM8.93235 10.2897C8.69594 10.4288 8.43179 10.514 8.15869 10.5394L8.30673 12.1325C8.81391 12.0854 9.30448 11.9271 9.74353 11.6688L8.93235 10.2897ZM8.15869 10.5394C7.88559 10.5648 7.61026 10.5296 7.35227 10.4365L6.80909 11.9415C7.28821 12.1144 7.79955 12.1797 8.30673 12.1325L8.15869 10.5394ZM7.35227 10.4365C7.09428 10.3434 6.85999 10.1946 6.66605 10.0007L5.53468 11.132C5.89485 11.4922 6.32998 11.7686 6.80909 11.9415L7.35227 10.4365ZM6.66605 10.0007C6.47211 9.80672 6.32328 9.57242 6.23017 9.31444L4.72519 9.85761C4.89812 10.3367 5.1745 10.7719 5.53468 11.132L6.66605 10.0007ZM6.23017 9.31444C6.13706 9.05645 6.10194 8.78111 6.12732 8.50801L4.53418 8.35998C4.48705 8.86716 4.55227 9.3785 4.72519 9.85761L6.23017 9.31444ZM6.12732 8.50801C6.1527 8.23492 6.23794 7.97077 6.377 7.73435L4.99787 6.92318C4.73963 7.36223 4.58131 7.85279 4.53418 8.35998L6.12732 8.50801ZM6.377 7.73435C6.51605 7.49794 6.70549 7.29508 6.93185 7.14019L6.02831 5.81973C5.60794 6.10737 5.25611 6.48412 4.99787 6.92318L6.377 7.73435Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15631\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCameraOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13059\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCameraOff size={size} /> });"
   ],
   [
-    "IconCloudLightning.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCloudLightning = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12236)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.99854 -0.00050915C5.99228 -0.165729 7.0115 -0.0815789 7.96468 0.244387C8.91787 0.570353 9.77519 1.12793 10.4597 1.86706C11.0104 2.46171 11.4353 3.1589 11.7116 3.91666H11.9999M9.08281 6.70929C9.42746 6.93906 9.52059 7.40471 9.29082 7.74936L7.40151 10.5833H10.0001C10.2767 10.5833 10.5309 10.7356 10.6614 10.9794C10.7919 11.2233 10.7776 11.5192 10.6242 11.7494L7.95749 15.7494C7.72773 16.094 7.26207 16.1871 6.91743 15.9574C6.57278 15.7276 6.47965 15.262 6.70941 14.9173L8.59873 12.0833H6.00012C5.72352 12.0833 5.46938 11.9311 5.33886 11.6872C5.20835 11.4434 5.22265 11.1474 5.37608 10.9173L8.04275 6.9173C8.27251 6.57266 8.73816 6.47953 9.08281 6.70929Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12236\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudLightning, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13175\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudLightning size={size} /> });"
+    "IconCommand.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCommand = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12 2V1.2V2ZM12 14V14.8V14ZM14 12H14.8H14ZM2 12H1.2H2ZM4 14V14.8V14ZM4 2V1.2V2ZM2 4H1.2H2ZM14 4H14.8H14ZM12 1.2C11.2574 1.2 10.5452 1.495 10.0201 2.0201L11.1515 3.15147C11.3765 2.92643 11.6817 2.8 12 2.8V1.2ZM10.0201 2.0201C9.495 2.5452 9.2 3.25739 9.2 4H10.8C10.8 3.68174 10.9264 3.37652 11.1515 3.15147L10.0201 2.0201ZM9.2 4V12H10.8V4H9.2ZM9.2 12C9.2 12.7426 9.495 13.4548 10.0201 13.9799L11.1515 12.8485C10.9264 12.6235 10.8 12.3183 10.8 12H9.2ZM10.0201 13.9799C10.5452 14.505 11.2574 14.8 12 14.8V13.2C11.6817 13.2 11.3765 13.0736 11.1515 12.8485L10.0201 13.9799ZM12 14.8C12.7426 14.8 13.4548 14.505 13.9799 13.9799L12.8485 12.8485C12.6235 13.0736 12.3183 13.2 12 13.2V14.8ZM13.9799 13.9799C14.505 13.4548 14.8 12.7426 14.8 12H13.2C13.2 12.3183 13.0736 12.6235 12.8485 12.8485L13.9799 13.9799ZM14.8 12C14.8 11.2574 14.505 10.5452 13.9799 10.0201L12.8485 11.1515C13.0736 11.3765 13.2 11.6817 13.2 12H14.8ZM13.9799 10.0201C13.4548 9.495 12.7426 9.2 12 9.2V10.8C12.3183 10.8 12.6235 10.9264 12.8485 11.1515L13.9799 10.0201ZM12 9.2H4V10.8H12V9.2ZM4 9.2C3.25739 9.2 2.5452 9.495 2.0201 10.0201L3.15147 11.1515C3.37652 10.9264 3.68174 10.8 4 10.8V9.2ZM2.0201 10.0201C1.495 10.5452 1.2 11.2574 1.2 12H2.8C2.8 11.6817 2.92643 11.3765 3.15147 11.1515L2.0201 10.0201ZM1.2 12C1.2 12.7426 1.495 13.4548 2.0201 13.9799L3.15147 12.8485C2.92643 12.6235 2.8 12.3183 2.8 12H1.2ZM2.0201 13.9799C2.5452 14.505 3.25739 14.8 4 14.8V13.2C3.68174 13.2 3.37652 13.0736 3.15147 12.8485L2.0201 13.9799ZM4 14.8C4.74261 14.8 5.4548 14.505 5.9799 13.9799L4.84853 12.8485C4.62348 13.0736 4.31826 13.2 4 13.2V14.8ZM5.9799 13.9799C6.505 13.4548 6.8 12.7426 6.8 12H5.2C5.2 12.3183 5.07357 12.6235 4.84853 12.8485L5.9799 13.9799ZM6.8 12V4H5.2V12H6.8ZM6.8 4C6.8 3.25739 6.505 2.5452 5.9799 2.0201L4.84853 3.15147C5.07357 3.37652 5.2 3.68174 5.2 4H6.8ZM5.9799 2.0201C5.4548 1.495 4.74261 1.2 4 1.2V2.8C4.31826 2.8 4.62348 2.92643 4.84853 3.15147L5.9799 2.0201ZM4 1.2C3.25739 1.2 2.5452 1.495 2.0201 2.0201L3.15147 3.15147C3.37652 2.92643 3.68174 2.8 4 2.8V1.2ZM2.0201 2.0201C1.495 2.5452 1.2 3.25739 1.2 4H2.8C2.8 3.68174 2.92643 3.37652 3.15147 3.15147L2.0201 2.0201ZM1.2 4C1.2 4.74261 1.495 5.4548 2.0201 5.9799L3.15147 4.84853C2.92643 4.62348 2.8 4.31826 2.8 4H1.2ZM2.0201 5.9799C2.5452 6.505 3.25739 6.8 4 6.8V5.2C3.68174 5.2 3.37652 5.07357 3.15147 4.84853L2.0201 5.9799ZM4 6.8H12V5.2H4V6.8ZM12 6.8C12.7426 6.8 13.4548 6.505 13.9799 5.9799L12.8485 4.84853C12.6235 5.07357 12.3183 5.2 12 5.2V6.8ZM13.9799 5.9799C14.505 5.4548 14.8 4.74261 14.8 4H13.2C13.2 4.31826 13.0736 4.62348 12.8485 4.84853L13.9799 5.9799ZM14.8 4C14.8 3.25739 14.505 2.5452 13.9799 2.0201L12.8485 3.15147C13.0736 3.37652 13.2 3.68174 13.2 4H14.8ZM13.9799 2.0201C13.4548 1.495 12.7426 1.2 12 1.2V2.8C12.3183 2.8 12.6235 2.92643 12.8485 3.15147L13.9799 2.0201Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCommand, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13463\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCommand size={size} /> });"
   ],
   [
-    "IconCloudOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCloudOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11956)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136413 0.136296C0.429306 -0.156597 0.904179 -0.156597 1.19707 0.136296L3.85147 2.7907C3.85964 2.7985 3.86765 2.80651 3.8755 2.81472L13.6525 12.5917C13.6604 12.5993 13.6681 12.607 13.6756 12.6149L15.8637 14.803C16.1566 15.0959 16.1566 15.5707 15.8637 15.8636C15.5708 16.1565 15.096 16.1565 14.8031 15.8636L12.9175 13.978C12.6174 14.0475 12.31 14.0829 12.001 14.0833L12.0001 14.0833H6.00593C4.65109 14.1037 3.32814 13.6713 2.24694 12.8544C1.16409 12.0362 0.385913 10.8795 0.0362174 9.5681C-0.313478 8.25674 -0.214613 6.8661 0.317086 5.61741C0.720342 4.67036 1.355 3.84621 2.15625 3.2168L0.136413 1.19696C-0.156481 0.904063 -0.156481 0.429189 0.136413 0.136296ZM3.22707 4.28762C2.55519 4.77384 2.02482 5.43561 1.69718 6.20505C1.29659 7.14585 1.2221 8.1936 1.48557 9.18161C1.74904 10.1696 2.33533 11.0411 3.15119 11.6576C3.96704 12.274 4.96559 12.5999 5.98799 12.5834L6.00008 12.5832V12.5833H11.5227L3.22707 4.28762ZM5.71298 2.60063C5.74943 2.18803 6.11346 1.88309 6.52607 1.91953C7.78235 2.0305 8.97309 2.52919 9.93352 3.34658C10.7433 4.03572 11.3556 4.92269 11.7138 5.91663L11.9992 5.91663C11.9993 5.91663 11.9995 5.91663 11.9996 5.91663\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11956\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13178\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudOff size={size} /> });"
+    "IconCodesandbox.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCodesandbox = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM5.40022 2.11399C5.01766 1.89295 4.52834 2.0239 4.30731 2.40646C4.08627 2.78902 4.21721 3.27834 4.59978 3.49937L5.40022 2.11399ZM8 4.54002L7.59978 5.23271C7.84741 5.37579 8.15259 5.37579 8.40022 5.23271L8 4.54002ZM11.4002 3.49937C11.7828 3.27834 11.9137 2.78902 11.6927 2.40646C11.4717 2.0239 10.9823 1.89295 10.5998 2.11399L11.4002 3.49937ZM4.2 13.1934C4.2 13.6352 4.55817 13.9934 5 13.9934C5.44183 13.9934 5.8 13.6352 5.8 13.1934H4.2ZM5 9.73335H5.8C5.8 9.44763 5.64762 9.1836 5.40022 9.04066L5 9.73335ZM2.40022 7.30732C2.01766 7.08629 1.52834 7.21723 1.30731 7.59979C1.08627 7.98236 1.21721 8.47167 1.59978 8.69271L2.40022 7.30732ZM14.4002 8.69271C14.7828 8.47167 14.9137 7.98236 14.6927 7.59979C14.4717 7.21723 13.9823 7.08629 13.5998 7.30732L14.4002 8.69271ZM11 9.73335L10.5998 9.04066C10.3524 9.1836 10.2 9.44763 10.2 9.73335H11ZM10.2 13.1934C10.2 13.6352 10.5582 13.9934 11 13.9934C11.4418 13.9934 11.8 13.6352 11.8 13.1934H10.2ZM2.58058 3.94753C2.19813 3.7263 1.70875 3.85699 1.48751 4.23944C1.26628 4.62189 1.39697 5.11127 1.77942 5.3325L2.58058 3.94753ZM8 8.00668L7.59942 8.69917C7.84724 8.84252 8.15276 8.84252 8.40058 8.69917L8 8.00668ZM14.2206 5.3325C14.603 5.11127 14.7337 4.62189 14.5125 4.23944C14.2913 3.85699 13.8019 3.7263 13.4194 3.94753L14.2206 5.3325ZM7.2 14.72C7.2 15.1618 7.55817 15.52 8 15.52C8.44183 15.52 8.8 15.1618 8.8 14.72H7.2ZM8.8 8.00002C8.8 7.55819 8.44183 7.20002 8 7.20002C7.55817 7.20002 7.2 7.55819 7.2 8.00002H8.8ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329ZM4.59978 3.49937L7.59978 5.23271L8.40022 3.84732L5.40022 2.11399L4.59978 3.49937ZM8.40022 5.23271L11.4002 3.49937L10.5998 2.11399L7.59978 3.84732L8.40022 5.23271ZM5.8 13.1934V9.73335H4.2V13.1934H5.8ZM5.40022 9.04066L2.40022 7.30732L1.59978 8.69271L4.59978 10.426L5.40022 9.04066ZM13.5998 7.30732L10.5998 9.04066L11.4002 10.426L14.4002 8.69271L13.5998 7.30732ZM10.2 9.73335V13.1934H11.8V9.73335H10.2ZM1.77942 5.3325L7.59942 8.69917L8.40058 7.3142L2.58058 3.94753L1.77942 5.3325ZM8.40058 8.69917L14.2206 5.3325L13.4194 3.94753L7.59942 7.3142L8.40058 8.69917ZM8.8 14.72V8.00002H7.2V14.72H8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCodesandbox, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13184\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCodesandbox size={size} /> });"
   ],
   [
-    "IconCloudRain.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCloudRain = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11954)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.37967 -0.0518335C6.33873 -0.149491 7.30726 -0.0178253 8.20544 0.332312C9.10363 0.68245 9.90574 1.24103 10.5457 1.96202C11.0549 2.53575 11.4498 3.19925 11.7113 3.91668H11.9999C12.9371 3.91778 13.8463 4.24127 14.5733 4.83284C15.3002 5.42442 15.8016 6.24807 15.9931 7.16553C16.1846 8.08299 16.0547 9.03842 15.6252 9.87144C15.1956 10.7045 14.4926 11.3643 13.6341 11.7403C13.2547 11.9065 12.8124 11.7336 12.6462 11.3542C12.48 10.9748 12.6529 10.5325 13.0323 10.3663C13.5755 10.1285 14.0202 9.71098 14.292 9.18397C14.5637 8.65697 14.6459 8.05251 14.5248 7.47207C14.4036 6.89164 14.0864 6.37055 13.6265 5.99629C13.1667 5.62211 12.5922 5.41746 11.9994 5.41668C11.9992 5.41668 11.9995 5.41668 11.9994 5.41668H11.1599C10.8179 5.41668 10.5192 5.18533 10.4337 4.85421C10.2521 4.15096 9.90594 3.50095 9.42381 2.95774C8.94167 2.41453 8.33734 1.99368 7.66063 1.72987C6.98392 1.46607 6.2542 1.36687 5.53162 1.44045C4.80905 1.51403 4.1143 1.75828 3.50465 2.15307C2.895 2.54785 2.38791 3.08188 2.02516 3.71112C1.66241 4.34036 1.4544 5.04681 1.41827 5.77222C1.38214 6.49763 1.51893 7.22125 1.81736 7.88342C2.11579 8.54559 2.56732 9.12736 3.13472 9.58077C3.45831 9.83935 3.51102 10.3113 3.25244 10.6349C2.99386 10.9585 2.52192 11.0112 2.19833 10.7526C1.44523 10.1508 0.845927 9.37863 0.44983 8.49974C0.0537318 7.62086 -0.127823 6.66043 -0.079871 5.69761C-0.0319186 4.73478 0.244168 3.79714 0.725633 2.96197C1.2071 2.12679 1.88015 1.418 2.68933 0.894003C3.4985 0.37001 4.42061 0.0458245 5.37967 -0.0518335ZM5.33319 7.91668C5.74741 7.91668 6.08319 8.25247 6.08319 8.66668V14C6.08319 14.4142 5.74741 14.75 5.33319 14.75C4.91898 14.75 4.58319 14.4142 4.58319 14V8.66668C4.58319 8.25247 4.91898 7.91668 5.33319 7.91668ZM10.6665 7.91668C11.0807 7.91668 11.4165 8.25247 11.4165 8.66668V14C11.4165 14.4142 11.0807 14.75 10.6665 14.75C10.2523 14.75 9.91653 14.4142 9.91653 14V8.66668C9.91653 8.25247 10.2523 7.91668 10.6665 7.91668ZM7.99986 9.25001C8.41407 9.25001 8.74986 9.5858 8.74986 10V15.3333C8.74986 15.7476 8.41407 16.0833 7.99986 16.0833C7.58565 16.0833 7.24986 15.7476 7.24986 15.3333V10C7.24986 9.5858 7.58565 9.25001 7.99986 9.25001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11954\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudRain, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13177\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudRain size={size} /> });"
+    "IconCloud.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCloud = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15677)\"><path d=\"M12 6.66663V5.86663V6.66663ZM11.16 6.66663L10.3854 6.86663C10.4766 7.21984 10.7952 7.46663 11.16 7.46663V6.66663ZM6 13.3333V12.5333H5.99941L6 13.3333ZM12 5.86663H11.16V7.46663H12V5.86663ZM11.9346 6.46663C11.6478 5.35572 11.0551 4.34755 10.2239 3.55666L9.12097 4.71578C9.73533 5.30035 10.1734 6.04552 10.3854 6.86663L11.9346 6.46663ZM10.2239 3.55666C9.39271 2.76577 8.35635 2.22389 7.23257 1.99257L6.90999 3.55972C7.74061 3.73069 8.50662 4.13121 9.12097 4.71578L10.2239 3.55666ZM7.23257 1.99257C6.1088 1.76126 4.94267 1.84979 3.8667 2.24811L4.42218 3.74859C5.21746 3.45418 6.07938 3.38874 6.90999 3.55972L7.23257 1.99257ZM3.8667 2.24811C2.79073 2.64644 1.84806 3.33858 1.1458 4.24589L2.41108 5.22521C2.93014 4.55459 3.62689 4.04301 4.42218 3.74859L3.8667 2.24811ZM1.1458 4.24589C0.443542 5.15319 0.00985807 6.23929 -0.105972 7.38076L1.48585 7.54229C1.57147 6.6986 1.89202 5.89583 2.41108 5.22521L1.1458 4.24589ZM-0.105972 7.38076C-0.221802 8.52224 -0.0151348 9.67331 0.490547 10.7032L1.92676 9.99801C1.55299 9.23679 1.40024 8.38599 1.48585 7.54229L-0.105972 7.38076ZM0.490547 10.7032C0.996229 11.7331 1.78065 12.6005 2.75467 13.2068L3.60024 11.8485C2.88031 11.4003 2.30052 10.7592 1.92676 9.99801L0.490547 10.7032ZM2.75467 13.2068C3.72869 13.8132 4.85327 14.1341 6.0006 14.1333L5.99941 12.5333C5.15138 12.5339 4.32017 12.2967 3.60024 11.8485L2.75467 13.2068ZM6 14.1333H12V12.5333H6V14.1333ZM12 14.1333C13.0962 14.1333 14.1476 13.6978 14.9227 12.9227L13.7913 11.7913C13.3162 12.2664 12.6719 12.5333 12 12.5333V14.1333ZM14.9227 12.9227C15.6979 12.1475 16.1333 11.0962 16.1333 9.99996H14.5333C14.5333 10.6718 14.2664 11.3162 13.7913 11.7913L14.9227 12.9227ZM16.1333 9.99996C16.1333 8.90373 15.6979 7.8524 14.9227 7.07725L13.7913 8.20862C14.2664 8.68371 14.5333 9.32808 14.5333 9.99996H16.1333ZM14.9227 7.07725C14.1476 6.3021 13.0962 5.86663 12 5.86663V7.46663C12.6719 7.46663 13.3162 7.73353 13.7913 8.20862L14.9227 7.07725Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15677\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloud, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13179\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloud size={size} /> });"
   ],
   [
-    "IconCloudSnow.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCloudSnow = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12878)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.37967 0.614793C6.33873 0.517135 7.30726 0.6488 8.20544 0.998938C9.10363 1.34908 9.90574 1.90766 10.5457 2.62865C11.0549 3.20238 11.4498 3.86587 11.7113 4.5833H11.9999C12.9371 4.58441 13.8463 4.9079 14.5733 5.49947C15.3002 6.09105 15.8016 6.91469 15.9931 7.83216C16.1846 8.74962 16.0547 9.70505 15.6252 10.5381C15.1956 11.3711 14.4926 12.031 13.6341 12.407C13.2547 12.5731 12.8124 12.4003 12.6462 12.0209C12.48 11.6414 12.6529 11.1991 13.0323 11.033C13.5755 10.7951 14.0202 10.3776 14.292 9.8506C14.5637 9.32359 14.6459 8.71914 14.5248 8.1387C14.4036 7.55826 14.0864 7.03718 13.6265 6.66292C13.1667 6.28874 12.5922 6.08409 11.9994 6.0833C11.9992 6.0833 11.9995 6.0833 11.9994 6.0833H11.1599C10.8179 6.0833 10.5192 5.85196 10.4337 5.52083C10.2521 4.81759 9.90594 4.16757 9.42381 3.62436C8.94167 3.08115 8.33734 2.6603 7.66063 2.3965C6.98392 2.1327 6.2542 2.0335 5.53162 2.10708C4.80905 2.18065 4.1143 2.4249 3.50465 2.81969C2.895 3.21448 2.38791 3.74851 2.02516 4.37775C1.66241 5.00699 1.4544 5.71343 1.41827 6.43885C1.38214 7.16426 1.51893 7.88787 1.81736 8.55005C2.11579 9.21222 2.56732 9.79398 3.13472 10.2474C3.45831 10.506 3.51102 10.9779 3.25244 11.3015C2.99386 11.6251 2.52192 11.6778 2.19833 11.4192C1.44523 10.8174 0.845927 10.0453 0.44983 9.16637C0.0537318 8.28749 -0.127823 7.32705 -0.079871 6.36423C-0.0319186 5.40141 0.244168 4.46377 0.725633 3.62859C1.2071 2.79342 1.88015 2.08462 2.68933 1.56063C3.4985 1.03664 4.42061 0.712451 5.37967 0.614793ZM4.58319 10.6666C4.58319 10.2524 4.91898 9.91664 5.33319 9.91664H5.33986C5.75407 9.91664 6.08986 10.2524 6.08986 10.6666C6.08986 11.0809 5.75407 11.4166 5.33986 11.4166H5.33319C4.91898 11.4166 4.58319 11.0809 4.58319 10.6666ZM9.91653 10.6666C9.91653 10.2524 10.2523 9.91664 10.6665 9.91664H10.6732C11.0874 9.91664 11.4232 10.2524 11.4232 10.6666C11.4232 11.0809 11.0874 11.4166 10.6732 11.4166H10.6665C10.2523 11.4166 9.91653 11.0809 9.91653 10.6666ZM7.24986 12C7.24986 11.5858 7.58565 11.25 7.99986 11.25H8.00653C8.42074 11.25 8.75653 11.5858 8.75653 12C8.75653 12.4142 8.42074 12.75 8.00653 12.75H7.99986C7.58565 12.75 7.24986 12.4142 7.24986 12ZM4.58319 13.3333C4.58319 12.9191 4.91898 12.5833 5.33319 12.5833H5.33986C5.75407 12.5833 6.08986 12.9191 6.08986 13.3333C6.08986 13.7475 5.75407 14.0833 5.33986 14.0833H5.33319C4.91898 14.0833 4.58319 13.7475 4.58319 13.3333ZM9.91653 13.3333C9.91653 12.9191 10.2523 12.5833 10.6665 12.5833H10.6732C11.0874 12.5833 11.4232 12.9191 11.4232 13.3333C11.4232 13.7475 11.0874 14.0833 10.6732 14.0833H10.6665C10.2523 14.0833 9.91653 13.7475 9.91653 13.3333ZM7.24986 14.6666C7.24986 14.2524 7.58565 13.9166 7.99986 13.9166H8.00653C8.42074 13.9166 8.75653 14.2524 8.75653 14.6666C8.75653 15.0809 8.42074 15.4166 8.00653 15.4166H7.99986C7.58565 15.4166 7.24986 15.0809 7.24986 14.6666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12878\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloudSnow, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13180\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloudSnow size={size} /> });"
+    "IconCodepen.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCodepen = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15681)\"><path d=\"M8.00004 1.33337L8.43603 0.662619C8.17091 0.490292 7.82917 0.490292 7.56405 0.662619L8.00004 1.33337ZM14.6667 5.66671H15.4667C15.4667 5.39593 15.3297 5.14352 15.1027 4.99595L14.6667 5.66671ZM14.6667 10.3334L15.1027 11.0041C15.3297 10.8566 15.4667 10.6042 15.4667 10.3334H14.6667ZM8.00004 14.6667L7.56405 15.3375C7.82917 15.5098 8.17091 15.5098 8.43603 15.3375L8.00004 14.6667ZM1.33337 10.3334H0.533374C0.533374 10.6042 0.670349 10.8566 0.897383 11.0041L1.33337 10.3334ZM1.33337 5.66671L0.897383 4.99595C0.670349 5.14352 0.533374 5.39593 0.533374 5.66671H1.33337ZM7.56405 2.00413L14.2307 6.33746L15.1027 4.99595L8.43603 0.662619L7.56405 2.00413ZM13.8667 5.66671V10.3334H15.4667V5.66671H13.8667ZM14.2307 9.66262L7.56405 13.996L8.43603 15.3375L15.1027 11.0041L14.2307 9.66262ZM8.43603 13.996L1.76936 9.66262L0.897383 11.0041L7.56405 15.3375L8.43603 13.996ZM2.13337 10.3334V5.66671H0.533374V10.3334H2.13337ZM1.76936 6.33746L8.43603 2.00413L7.56405 0.662619L0.897383 4.99595L1.76936 6.33746ZM8.80004 14.6667V10.3334H7.20004V14.6667H8.80004ZM14.2079 5.01132L7.54127 9.67799L8.45881 10.9888L15.1255 6.32209L14.2079 5.01132ZM8.45881 9.67799L1.79214 5.01132L0.874604 6.32209L7.54127 10.9888L8.45881 9.67799ZM1.79214 10.9888L8.45881 6.32209L7.54127 5.01132L0.874604 9.67799L1.79214 10.9888ZM7.54127 6.32209L14.2079 10.9888L15.1255 9.67799L8.45881 5.01132L7.54127 6.32209ZM7.20004 1.33337V5.66671H8.80004V1.33337H7.20004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15681\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCodepen, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13181\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCodepen size={size} /> });"
   ],
   [
-    "IconCloud.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCloud = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12874)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.88406 2.295C4.95126 1.89993 6.10788 1.81212 7.22249 2.04154C8.3371 2.27097 9.36502 2.80844 10.1894 3.59289C10.8711 4.24152 11.3911 5.03752 11.7115 5.91663H12C13.083 5.91663 14.1216 6.34683 14.8874 7.11261C15.6531 7.87838 16.0833 8.91699 16.0833 9.99996C16.0833 11.0829 15.6531 12.1215 14.8874 12.8873C14.1216 13.6531 13.083 14.0833 12 14.0833H6.00056M6.92007 3.51074C6.0803 3.33789 5.20887 3.40405 4.40482 3.70171C3.60076 3.99937 2.89632 4.51659 2.37154 5.19461C1.84675 5.87262 1.52267 6.68424 1.43611 7.53725C1.34955 8.39025 1.50399 9.25043 1.88188 10.02C2.25976 10.7897 2.84595 11.4378 3.57382 11.891C4.30169 12.3441 5.14206 12.5839 5.99944 12.5833H12C12.6851 12.5833 13.3422 12.3111 13.8267 11.8267C14.3112 11.3422 14.5833 10.6851 14.5833 9.99996C14.5833 9.31482 14.3112 8.65774 13.8267 8.17327C13.3422 7.6888 12.6851 7.41663 12 7.41663H11.16C10.818 7.41663 10.5193 7.18526 10.4338 6.85413C10.2195 6.02397 9.77657 5.27058 9.15544 4.67956C8.53431 4.08854 7.75985 3.6836 6.92007 3.51074Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12874\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCloud, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13179\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCloud size={size} /> });"
+    "IconCompass.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCompass = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15691)\"><path d=\"M10.8268 5.17337L11.5858 5.42636C11.6816 5.13889 11.6068 4.82195 11.3925 4.60769C11.1782 4.39342 10.8613 4.3186 10.5738 4.41443L10.8268 5.17337ZM9.4135 9.41337L9.66648 10.1723C9.90536 10.0927 10.0928 9.90524 10.1724 9.66636L9.4135 9.41337ZM5.1735 10.8267L4.41455 10.5737C4.31873 10.8612 4.39355 11.1781 4.60781 11.3924C4.82208 11.6067 5.13901 11.6815 5.42648 11.5857L5.1735 10.8267ZM6.58683 6.58671L6.33385 5.82776C6.09496 5.90739 5.90751 6.09484 5.82788 6.33372L6.58683 6.58671ZM13.8668 8.00004C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1238 15.4668 8.00004H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8.00004H0.533496C0.533496 12.1238 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8.00004C2.1335 4.75997 4.76009 2.13337 8.00016 2.13337V0.533374C3.87644 0.533374 0.533496 3.87631 0.533496 8.00004H2.1335ZM8.00016 2.13337C11.2402 2.13337 13.8668 4.75997 13.8668 8.00004H15.4668C15.4668 3.87631 12.1239 0.533374 8.00016 0.533374V2.13337ZM10.0679 4.92039L8.65455 9.16039L10.1724 9.66636L11.5858 5.42636L10.0679 4.92039ZM9.16051 8.65443L4.92051 10.0678L5.42648 11.5857L9.66648 10.1723L9.16051 8.65443ZM5.93244 11.0797L7.34578 6.83969L5.82788 6.33372L4.41455 10.5737L5.93244 11.0797ZM6.83981 7.34565L11.0798 5.93232L10.5738 4.41443L6.33385 5.82776L6.83981 7.34565Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15691\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCompass, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13465\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCompass size={size} /> });"
+  ],
+  [
+    "IconBookmark.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBookmark = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.6667 14L12.2017 14.651C12.4455 14.8252 12.7663 14.8485 13.0327 14.7113C13.2992 14.5742 13.4667 14.2997 13.4667 14H12.6667ZM7.99999 10.6667L8.46499 10.0157C8.18683 9.817 7.81316 9.817 7.535 10.0157L7.99999 10.6667ZM3.33333 14H2.53333C2.53333 14.2997 2.70081 14.5742 2.96726 14.7113C3.23372 14.8485 3.55447 14.8252 3.79832 14.651L3.33333 14ZM4.66666 2V1.2V2ZM11.3333 2V1.2V2ZM13.1317 13.349L8.46499 10.0157L7.535 11.3177L12.2017 14.651L13.1317 13.349ZM7.535 10.0157L2.86834 13.349L3.79832 14.651L8.46499 11.3177L7.535 10.0157ZM4.13333 14V3.33333H2.53333V14H4.13333ZM4.13333 3.33333C4.13333 3.19188 4.18952 3.05623 4.28954 2.95621L3.15817 1.82484C2.75809 2.22492 2.53333 2.76754 2.53333 3.33333H4.13333ZM4.28954 2.95621C4.38956 2.85619 4.52521 2.8 4.66666 2.8V1.2C4.10087 1.2 3.55824 1.42476 3.15817 1.82484L4.28954 2.95621ZM4.66666 2.8H11.3333V1.2H4.66666V2.8ZM11.3333 2.8C11.4748 2.8 11.6104 2.85619 11.7105 2.95621L12.8418 1.82484C12.4417 1.42476 11.8991 1.2 11.3333 1.2V2.8ZM11.7105 2.95621C11.8105 3.05623 11.8667 3.19188 11.8667 3.33333H13.4667C13.4667 2.76754 13.2419 2.22492 12.8418 1.82484L11.7105 2.95621ZM11.8667 3.33333V14H13.4667V3.33333H11.8667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBookmark, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13055\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBookmark size={size} /> });"
   ],
   [
     "IconCode.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCode = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.86364 3.46967C6.15654 3.76256 6.15654 4.23744 5.86364 4.53033L2.39397 8L5.86364 11.4697C6.15654 11.7626 6.15654 12.2374 5.86364 12.5303C5.57075 12.8232 5.09588 12.8232 4.80298 12.5303L0.802983 8.53033C0.51009 8.23744 0.51009 7.76256 0.802983 7.46967L4.80298 3.46967C5.09588 3.17678 5.57075 3.17678 5.86364 3.46967ZM10.1363 3.46967C10.4292 3.17678 10.9041 3.17678 11.197 3.46967L15.197 7.46967C15.4899 7.76256 15.4899 8.23744 15.197 8.53033L11.197 12.5303C10.9041 12.8232 10.4292 12.8232 10.1363 12.5303C9.84342 12.2374 9.84342 11.7626 10.1363 11.4697L13.606 8L10.1363 4.53033C9.84342 4.23744 9.84342 3.76256 10.1363 3.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCode, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13182\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCode size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCode = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.101 11.4343C9.78854 11.7467 9.78854 12.2533 10.101 12.5657C10.4134 12.8781 10.9199 12.8781 11.2323 12.5657L10.101 11.4343ZM14.6666 8L15.2323 8.56569C15.5448 8.25327 15.5448 7.74673 15.2323 7.43431L14.6666 8ZM11.2323 3.43431C10.9199 3.1219 10.4134 3.1219 10.101 3.43431C9.78854 3.74673 9.78854 4.25327 10.101 4.56569L11.2323 3.43431ZM5.899 4.56569C6.21142 4.25327 6.21142 3.74673 5.899 3.43431C5.58658 3.1219 5.08005 3.1219 4.76763 3.43431L5.899 4.56569ZM1.33331 8L0.767628 7.43431C0.455208 7.74673 0.455208 8.25327 0.767628 8.56569L1.33331 8ZM4.76763 12.5657C5.08005 12.8781 5.58658 12.8781 5.899 12.5657C6.21142 12.2533 6.21142 11.7467 5.899 11.4343L4.76763 12.5657ZM11.2323 12.5657L15.2323 8.56569L14.101 7.43431L10.101 11.4343L11.2323 12.5657ZM15.2323 7.43431L11.2323 3.43431L10.101 4.56569L14.101 8.56569L15.2323 7.43431ZM4.76763 3.43431L0.767628 7.43431L1.899 8.56569L5.899 4.56569L4.76763 3.43431ZM0.767628 8.56569L4.76763 12.5657L5.899 11.4343L1.899 7.43431L0.767628 8.56569Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCode, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13182\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCode size={size} /> });"
   ],
   [
-    "IconCodepen.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCodepen = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12227)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.5913 0.704541C7.83985 0.542985 8.16023 0.542985 8.40878 0.704541L15.0754 5.03787C15.2883 5.17622 15.4167 5.41285 15.4167 5.66671V10.3334C15.4167 10.5872 15.2883 10.8239 15.0754 10.9622L8.40878 15.2955C8.16023 15.4571 7.83985 15.4571 7.5913 15.2955L0.924633 10.9622C0.711788 10.8239 0.583374 10.5872 0.583374 10.3334V5.66671C0.583374 5.41285 0.711788 5.17622 0.924633 5.03787L7.5913 0.704541ZM2.08337 7.1072L3.35886 8.00004L2.08337 8.89288V7.1072ZM2.67412 10.3103L7.25004 13.2847V10.7239L4.66671 8.91553L2.67412 10.3103ZM5.97455 8.00004L8.00004 9.41788L10.0255 8.00004L8.00004 6.5822L5.97455 8.00004ZM8.75004 5.27622L11.3334 7.08455L13.326 5.68974L8.75004 2.71539V5.27622ZM7.25004 2.71539V5.27622L4.66671 7.08455L2.67412 5.68974L7.25004 2.71539ZM13.9167 7.1072L12.6412 8.00004L13.9167 8.89288V7.1072ZM13.326 10.3103L11.3334 8.91553L8.75004 10.7239V13.2847L13.326 10.3103Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12227\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCodepen, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13181\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCodepen size={size} /> });"
+    "IconBook.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconBook = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.6665 12.9999H1.8665H2.6665ZM4.33317 11.3333V10.5333V11.3333ZM13.3332 12.1333C13.775 12.1333 14.1332 11.7751 14.1332 11.3333C14.1332 10.8914 13.775 10.5333 13.3332 10.5333V12.1333ZM4.33317 1.33325V0.533252V1.33325ZM13.3332 1.33325H14.1332C14.1332 0.891424 13.775 0.533252 13.3332 0.533252V1.33325ZM13.3332 14.6666V15.4666C13.775 15.4666 14.1332 15.1084 14.1332 14.6666H13.3332ZM2.6665 2.99992H1.8665H2.6665ZM3.4665 12.9999C3.4665 12.7701 3.55781 12.5496 3.72034 12.3871L2.58897 11.2557C2.12638 11.7183 1.8665 12.3457 1.8665 12.9999H3.4665ZM3.72034 12.3871C3.88288 12.2246 4.10332 12.1333 4.33317 12.1333V10.5333C3.67897 10.5333 3.05156 10.7931 2.58897 11.2557L3.72034 12.3871ZM4.33317 12.1333H13.3332V10.5333H4.33317V12.1333ZM4.33317 2.13325H13.3332V0.533252H4.33317V2.13325ZM12.5332 1.33325V14.6666H14.1332V1.33325H12.5332ZM13.3332 13.8666H4.33317V15.4666H13.3332V13.8666ZM4.33317 13.8666C4.10332 13.8666 3.88288 13.7753 3.72034 13.6127L2.58897 14.7441C3.05156 15.2067 3.67897 15.4666 4.33317 15.4666V13.8666ZM3.72034 13.6127C3.55781 13.4502 3.4665 13.2298 3.4665 12.9999H1.8665C1.8665 13.6541 2.12638 14.2815 2.58897 14.7441L3.72034 13.6127ZM3.4665 12.9999V2.99992H1.8665V12.9999H3.4665ZM3.4665 2.99992C3.4665 2.77006 3.55781 2.54962 3.72034 2.38709L2.58897 1.25572C2.12638 1.71831 1.8665 2.34572 1.8665 2.99992H3.4665ZM3.72034 2.38709C3.88288 2.22456 4.10332 2.13325 4.33317 2.13325V0.533252C3.67897 0.533252 3.05156 0.793132 2.58897 1.25572L3.72034 2.38709Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconBook, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13052\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconBook size={size} /> });"
   ],
   [
-    "IconCodesandbox.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCodesandbox = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.95994 0.862907C7.27625 0.680656 7.63492 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04114 0.863522 9.04167 0.86383L11.159 2.07372C11.307 2.10588 11.4449 2.18251 11.5512 2.29784L13.7083 3.53049C13.9633 3.6777 14.1835 3.87684 14.355 4.11414C14.3983 4.15826 14.4368 4.20849 14.4692 4.26447C14.4969 4.31241 14.5188 4.36214 14.5349 4.41283C14.6758 4.69835 14.7497 5.01297 14.75 5.33258V7.98563C14.7502 7.99476 14.7502 8.00389 14.75 8.013V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L11.5508 13.7025C11.448 13.8136 11.312 13.8935 11.1586 13.9266L9.04167 15.1362C9.04114 15.1365 9.04062 15.1368 9.04009 15.1371C8.82394 15.2617 8.58803 15.3459 8.3438 15.3868C8.24081 15.44 8.12392 15.47 8 15.47C7.87609 15.47 7.75919 15.44 7.65621 15.3868C7.41198 15.3459 7.17606 15.2617 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95834 15.1362L4.84145 13.9266C4.68801 13.8935 4.55203 13.8136 4.44925 13.7024L2.29457 12.4712L2.29167 12.4695C1.97528 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 8.013C1.24984 8.00389 1.24984 7.99476 1.25 7.98563V5.33335C1.25033 5.01374 1.32418 4.69836 1.46507 4.41283C1.48123 4.36215 1.50307 4.31241 1.5308 4.26447C1.56318 4.20849 1.6017 4.15826 1.645 4.11414C1.81655 3.87684 2.03671 3.6777 2.29167 3.5305L2.29456 3.52883L4.4488 2.29784C4.55507 2.18251 4.693 2.10588 4.84101 2.07372L6.95994 0.862907ZM5.03275 3.69179L3.52652 4.55249L8 7.14024L12.4735 4.55249L10.9673 3.69179L8.37521 5.18941C8.14305 5.32355 7.85695 5.32355 7.62479 5.18941L5.03275 3.69179ZM9.45981 2.83039L8.29167 2.16287C8.20299 2.11168 8.1024 2.08472 8 2.08472C7.89761 2.08472 7.79701 2.11167 7.70834 2.16287L7.70544 2.16454L6.5402 2.83039L8 3.67383L9.45981 2.83039ZM13.25 5.83618L8.75 8.43928V13.5753L10.25 12.7181V9.73335C10.25 9.46549 10.3929 9.21796 10.6248 9.08395L13.25 7.56716V5.83618ZM13.25 9.29954L11.75 10.1662V11.861L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V9.29954ZM7.25 13.5753V8.43928L2.75 5.83618V7.56716L5.37521 9.08395C5.60714 9.21796 5.75 9.46549 5.75 9.73335V12.7181L7.25 13.5753ZM4.25 11.861V10.1662L2.75 9.29954V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95244 11.1187 3.04051 11.1698C3.0409 11.1701 3.04128 11.1703 3.04167 11.1705L4.25 11.861Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCodesandbox, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13184\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCodesandbox size={size} /> });"
+    "IconCopy.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCopy = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15693)\"><path d=\"M3.3335 10.8C3.77532 10.8 4.1335 10.4419 4.1335 10C4.1335 9.55821 3.77532 9.20004 3.3335 9.20004V10.8ZM1.3335 8.66671H0.533496H1.3335ZM2.66683 1.33337V0.533374V1.33337ZM8.66683 1.33337V0.533374V1.33337ZM9.20016 3.33337C9.20016 3.7752 9.55834 4.13337 10.0002 4.13337C10.442 4.13337 10.8002 3.7752 10.8002 3.33337H9.20016ZM7.3335 6.80004H13.3335V5.20004H7.3335V6.80004ZM13.3335 6.80004C13.628 6.80004 13.8668 7.03882 13.8668 7.33337H15.4668C15.4668 6.15517 14.5117 5.20004 13.3335 5.20004V6.80004ZM13.8668 7.33337V13.3334H15.4668V7.33337H13.8668ZM13.8668 13.3334C13.8668 13.6279 13.628 13.8667 13.3335 13.8667V15.4667C14.5117 15.4667 15.4668 14.5116 15.4668 13.3334H13.8668ZM13.3335 13.8667H7.3335V15.4667H13.3335V13.8667ZM7.3335 13.8667C7.03894 13.8667 6.80016 13.6279 6.80016 13.3334H5.20016C5.20016 14.5116 6.15529 15.4667 7.3335 15.4667V13.8667ZM6.80016 13.3334V7.33337H5.20016V13.3334H6.80016ZM6.80016 7.33337C6.80016 7.03882 7.03894 6.80004 7.3335 6.80004V5.20004C6.15529 5.20004 5.20016 6.15517 5.20016 7.33337H6.80016ZM3.3335 9.20004H2.66683V10.8H3.3335V9.20004ZM2.66683 9.20004C2.52538 9.20004 2.38973 9.14385 2.28971 9.04383L1.15833 10.1752C1.55841 10.5753 2.10103 10.8 2.66683 10.8V9.20004ZM2.28971 9.04383C2.18969 8.94381 2.1335 8.80816 2.1335 8.66671H0.533496C0.533496 9.2325 0.758257 9.77512 1.15833 10.1752L2.28971 9.04383ZM2.1335 8.66671V2.66671H0.533496V8.66671H2.1335ZM2.1335 2.66671C2.1335 2.52526 2.18969 2.3896 2.28971 2.28958L1.15833 1.15821C0.758257 1.55829 0.533496 2.10091 0.533496 2.66671H2.1335ZM2.28971 2.28958C2.38973 2.18956 2.52538 2.13337 2.66683 2.13337V0.533374C2.10103 0.533374 1.55841 0.758135 1.15833 1.15821L2.28971 2.28958ZM2.66683 2.13337H8.66683V0.533374H2.66683V2.13337ZM8.66683 2.13337C8.80828 2.13337 8.94393 2.18956 9.04395 2.28958L10.1753 1.15821C9.77525 0.758135 9.23262 0.533374 8.66683 0.533374V2.13337ZM9.04395 2.28958C9.14397 2.3896 9.20016 2.52526 9.20016 2.66671H10.8002C10.8002 2.10091 10.5754 1.55829 10.1753 1.15821L9.04395 2.28958ZM9.20016 2.66671V3.33337H10.8002V2.66671H9.20016Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15693\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCopy, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13464\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCopy size={size} /> });"
   ],
   [
     "IconCoffee.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCoffee = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12723)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.99992 -0.083374C4.41413 -0.083374 4.74992 0.252412 4.74992 0.666626V2.66663C4.74992 3.08084 4.41413 3.41663 3.99992 3.41663C3.58571 3.41663 3.24992 3.08084 3.24992 2.66663V0.666626C3.24992 0.252412 3.58571 -0.083374 3.99992 -0.083374ZM6.66659 -0.083374C7.0808 -0.083374 7.41659 0.252412 7.41659 0.666626V2.66663C7.41659 3.08084 7.0808 3.41663 6.66659 3.41663C6.25237 3.41663 5.91659 3.08084 5.91659 2.66663V0.666626C5.91659 0.252412 6.25237 -0.083374 6.66659 -0.083374ZM9.33325 -0.083374C9.74747 -0.083374 10.0833 0.252412 10.0833 0.666626V2.66663C10.0833 3.08084 9.74747 3.41663 9.33325 3.41663C8.91904 3.41663 8.58325 3.08084 8.58325 2.66663V0.666626C8.58325 0.252412 8.91904 -0.083374 9.33325 -0.083374ZM0.583252 5.33329C0.583252 4.91908 0.919038 4.58329 1.33325 4.58329H12.6666C13.5727 4.58329 14.4418 4.94326 15.0825 5.58401C15.7233 6.22476 16.0833 7.0938 16.0833 7.99996C16.0833 8.90612 15.7233 9.77516 15.0825 10.4159C14.4612 11.0372 13.6252 11.3945 12.7489 11.4156C12.7278 12.292 12.3705 13.1279 11.7492 13.7492C11.1085 14.39 10.2394 14.75 9.33325 14.75H3.99992C3.09376 14.75 2.22472 14.39 1.58397 13.7492C0.943221 13.1085 0.583252 12.2394 0.583252 11.3333V5.33329ZM12.7499 9.91481C13.2279 9.89403 13.6821 9.695 14.0219 9.35525C14.3813 8.9958 14.5833 8.50829 14.5833 7.99996C14.5833 7.49163 14.3813 7.00412 14.0219 6.64467C13.6821 6.30492 13.2279 6.10589 12.7499 6.0851V9.91481ZM11.2499 6.08329V11.3333C11.2499 11.8416 11.048 12.3291 10.6885 12.6886C10.3291 13.048 9.84158 13.25 9.33325 13.25H3.99992C3.49159 13.25 3.00408 13.048 2.64463 12.6886C2.28519 12.3291 2.08325 11.8416 2.08325 11.3333V6.08329H11.2499Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12723\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCoffee, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13183\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCoffee size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCoffee = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15685)\"><path d=\"M12.6666 5.33329V4.53329V5.33329ZM12.6666 10.6666V11.4666V10.6666ZM11.9999 9.86663C11.5581 9.86663 11.1999 10.2248 11.1999 10.6666C11.1999 11.1085 11.5581 11.4666 11.9999 11.4666V9.86663ZM1.33325 5.33329V4.53329C0.891424 4.53329 0.533252 4.89147 0.533252 5.33329H1.33325ZM1.33325 11.3333H0.533252H1.33325ZM4.79992 0.666626C4.79992 0.224798 4.44175 -0.133374 3.99992 -0.133374C3.55809 -0.133374 3.19992 0.224798 3.19992 0.666626H4.79992ZM3.19992 2.66663C3.19992 3.10845 3.55809 3.46663 3.99992 3.46663C4.44175 3.46663 4.79992 3.10845 4.79992 2.66663H3.19992ZM7.46658 0.666626C7.46658 0.224798 7.10841 -0.133374 6.66658 -0.133374C6.22476 -0.133374 5.86658 0.224798 5.86658 0.666626H7.46658ZM5.86658 2.66663C5.86658 3.10845 6.22476 3.46663 6.66658 3.46663C7.10841 3.46663 7.46658 3.10845 7.46658 2.66663H5.86658ZM10.1333 0.666626C10.1333 0.224798 9.77508 -0.133374 9.33325 -0.133374C8.89142 -0.133374 8.53325 0.224798 8.53325 0.666626H10.1333ZM8.53325 2.66663C8.53325 3.10845 8.89142 3.46663 9.33325 3.46663C9.77508 3.46663 10.1333 3.10845 10.1333 2.66663H8.53325ZM11.9999 6.13329H12.6666V4.53329H11.9999V6.13329ZM12.6666 6.13329C13.1617 6.13329 13.6365 6.32996 13.9865 6.68003L15.1179 5.54866C14.4678 4.89853 13.586 4.53329 12.6666 4.53329V6.13329ZM13.9865 6.68003C14.3366 7.03009 14.5333 7.50489 14.5333 7.99996H16.1333C16.1333 7.08054 15.768 6.19878 15.1179 5.54866L13.9865 6.68003ZM14.5333 7.99996C14.5333 8.49503 14.3366 8.96982 13.9865 9.31989L15.1179 10.4513C15.768 9.80114 16.1333 8.91938 16.1333 7.99996H14.5333ZM13.9865 9.31989C13.6365 9.66996 13.1617 9.86663 12.6666 9.86663V11.4666C13.586 11.4666 14.4678 11.1014 15.1179 10.4513L13.9865 9.31989ZM12.6666 9.86663H11.9999V11.4666H12.6666V9.86663ZM1.33325 6.13329H11.9999V4.53329H1.33325V6.13329ZM11.1999 5.33329V11.3333H12.7999V5.33329H11.1999ZM11.1999 11.3333C11.1999 11.8284 11.0033 12.3032 10.6532 12.6532L11.7846 13.7846C12.4347 13.1345 12.7999 12.2527 12.7999 11.3333H11.1999ZM10.6532 12.6532C10.3031 13.0033 9.82832 13.2 9.33325 13.2V14.8C10.2527 14.8 11.1344 14.4347 11.7846 13.7846L10.6532 12.6532ZM9.33325 13.2H3.99992V14.8H9.33325V13.2ZM3.99992 13.2C3.50485 13.2 3.03005 13.0033 2.67999 12.6532L1.54862 13.7846C2.19874 14.4347 3.0805 14.8 3.99992 14.8V13.2ZM2.67999 12.6532C2.32992 12.3032 2.13325 11.8284 2.13325 11.3333H0.533252C0.533252 12.2527 0.898489 13.1345 1.54862 13.7846L2.67999 12.6532ZM2.13325 11.3333V5.33329H0.533252V11.3333H2.13325ZM3.19992 0.666626V2.66663H4.79992V0.666626H3.19992ZM5.86658 0.666626V2.66663H7.46658V0.666626H5.86658ZM8.53325 0.666626V2.66663H10.1333V0.666626H8.53325Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15685\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCoffee, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13183\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCoffee size={size} /> });"
   ],
   [
-    "IconColumns.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconColumns = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019ZM3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H7.25V2.75H3.33333ZM8.75 2.75V13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H8.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconColumns, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13185\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconColumns size={size} /> });"
+    "IconCornerDownLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerDownLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.56569 7.23237C6.87811 6.91995 6.87811 6.41342 6.56569 6.101C6.25327 5.78858 5.74674 5.78858 5.43432 6.101L6.56569 7.23237ZM2.66667 10L2.10099 9.43433C1.78857 9.74675 1.78857 10.2533 2.10099 10.5657L2.66667 10ZM5.43432 13.899C5.74674 14.2115 6.25327 14.2115 6.56569 13.899C6.87811 13.5866 6.87811 13.0801 6.56569 12.7677L5.43432 13.899ZM14.1333 2.66669C14.1333 2.22486 13.7752 1.86669 13.3333 1.86669C12.8915 1.86669 12.5333 2.22486 12.5333 2.66669H14.1333ZM10.6667 10V10.8V10ZM5.43432 6.101L2.10099 9.43433L3.23236 10.5657L6.56569 7.23237L5.43432 6.101ZM2.10099 10.5657L5.43432 13.899L6.56569 12.7677L3.23236 9.43433L2.10099 10.5657ZM12.5333 2.66669V7.33335H14.1333V2.66669H12.5333ZM12.5333 7.33335C12.5333 7.82842 12.3367 8.30322 11.9866 8.65329L13.118 9.78466C13.7681 9.13453 14.1333 8.25277 14.1333 7.33335H12.5333ZM11.9866 8.65329C11.6365 9.00335 11.1617 9.20002 10.6667 9.20002V10.8C11.5861 10.8 12.4678 10.4348 13.118 9.78466L11.9866 8.65329ZM10.6667 9.20002H2.66667V10.8H10.6667V9.20002Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerDownLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13467\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerDownLeft size={size} /> });"
   ],
   [
-    "IconCommand.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCommand = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.05546 2.05546C2.57118 1.53973 3.27065 1.25 4 1.25C4.72935 1.25 5.42882 1.53973 5.94454 2.05546C6.46027 2.57118 6.75 3.27065 6.75 4V5.25H9.25V4C9.25 3.27065 9.53973 2.57118 10.0555 2.05546C10.5712 1.53973 11.2707 1.25 12 1.25C12.7293 1.25 13.4288 1.53973 13.9445 2.05546C14.4603 2.57118 14.75 3.27066 14.75 4C14.75 4.72934 14.4603 5.42882 13.9445 5.94454C13.4288 6.46027 12.7293 6.75 12 6.75H10.75V9.25H12C12.7293 9.25 13.4288 9.53973 13.9445 10.0555C14.4603 10.5712 14.75 11.2707 14.75 12C14.75 12.7293 14.4603 13.4288 13.9445 13.9445C13.4288 14.4603 12.7293 14.75 12 14.75C11.2707 14.75 10.5712 14.4603 10.0555 13.9445C9.53973 13.4288 9.25 12.7293 9.25 12V10.75H6.75V12C6.75 12.7293 6.46027 13.4288 5.94454 13.9445C5.42882 14.4603 4.72934 14.75 4 14.75C3.27066 14.75 2.57118 14.4603 2.05546 13.9445C1.53973 13.4288 1.25 12.7293 1.25 12C1.25 11.2707 1.53973 10.5712 2.05546 10.0555C2.57118 9.53973 3.27065 9.25 4 9.25H5.25V6.75H4C3.27065 6.75 2.57118 6.46027 2.05546 5.94454C1.53973 5.42882 1.25 4.72935 1.25 4C1.25 3.27065 1.53973 2.57118 2.05546 2.05546ZM5.25 5.25V4C5.25 3.66848 5.1183 3.35054 4.88388 3.11612C4.64946 2.8817 4.33152 2.75 4 2.75C3.66848 2.75 3.35054 2.8817 3.11612 3.11612C2.8817 3.35054 2.75 3.66848 2.75 4C2.75 4.33152 2.8817 4.64946 3.11612 4.88388C3.35054 5.1183 3.66848 5.25 4 5.25H5.25ZM6.75 6.75V9.25H9.25V6.75H6.75ZM5.25 10.75H4C3.66848 10.75 3.35054 10.8817 3.11612 11.1161C2.8817 11.3505 2.75 11.6685 2.75 12C2.75 12.3315 2.8817 12.6495 3.11612 12.8839C3.35054 13.1183 3.66848 13.25 4 13.25C4.33152 13.25 4.64946 13.1183 4.88388 12.8839C5.1183 12.6495 5.25 12.3315 5.25 12V10.75ZM10.75 10.75V12C10.75 12.3315 10.8817 12.6495 11.1161 12.8839C11.3505 13.1183 11.6685 13.25 12 13.25C12.3315 13.25 12.6495 13.1183 12.8839 12.8839C13.1183 12.6495 13.25 12.3315 13.25 12C13.25 11.6685 13.1183 11.3505 12.8839 11.1161C12.6495 10.8817 12.3315 10.75 12 10.75H10.75ZM10.75 5.25H12C12.3315 5.25 12.6495 5.1183 12.8839 4.88388C13.1183 4.64946 13.25 4.33152 13.25 4C13.25 3.66848 13.1183 3.35054 12.8839 3.11612C12.6495 2.8817 12.3315 2.75 12 2.75C11.6685 2.75 11.3505 2.8817 11.1161 3.11612C10.8817 3.35054 10.75 3.66848 10.75 4V5.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCommand, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13463\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCommand size={size} /> });"
+    "IconCrop.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCrop = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15715)\"><path d=\"M4.88666 0.67362C4.89049 0.231809 4.53543 -0.129454 4.09362 -0.133283C3.65181 -0.137112 3.29055 0.217943 3.28672 0.659754L4.88666 0.67362ZM4.00002 10.6667L3.20002 10.6598V10.6667H4.00002ZM15.3334 12.8C15.7752 12.8 16.1334 12.4418 16.1334 12C16.1334 11.5582 15.7752 11.2 15.3334 11.2V12.8ZM0.659754 3.28672C0.217943 3.29055 -0.137112 3.65181 -0.133283 4.09362C-0.129454 4.53543 0.231809 4.89049 0.67362 4.88666L0.659754 3.28672ZM10.6667 4.00002V3.19999L10.6598 3.20005L10.6667 4.00002ZM11.2 15.3334C11.2 15.7752 11.5582 16.1334 12 16.1334C12.4418 16.1334 12.8 15.7752 12.8 15.3334H11.2ZM3.28672 0.659754L3.20005 10.6598L4.79999 10.6736L4.88666 0.67362L3.28672 0.659754ZM3.20002 10.6667C3.20002 11.2325 3.42478 11.7751 3.82486 12.1752L4.95623 11.0438C4.85621 10.9438 4.80002 10.8081 4.80002 10.6667H3.20002ZM3.82486 12.1752C4.22494 12.5753 4.76756 12.8 5.33335 12.8V11.2C5.19191 11.2 5.05625 11.1438 4.95623 11.0438L3.82486 12.1752ZM5.33335 12.8H15.3334V11.2H5.33335V12.8ZM0.67362 4.88666L10.6736 4.79999L10.6598 3.20005L0.659754 3.28672L0.67362 4.88666ZM10.6667 4.80002C10.8081 4.80002 10.9438 4.85621 11.0438 4.95623L12.1752 3.82486C11.7751 3.42478 11.2325 3.20002 10.6667 3.20002V4.80002ZM11.0438 4.95623C11.1438 5.05625 11.2 5.19191 11.2 5.33335H12.8C12.8 4.76756 12.5753 4.22494 12.1752 3.82486L11.0438 4.95623ZM11.2 5.33335V15.3334H12.8V5.33335H11.2Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15715\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCrop, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13477\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCrop size={size} /> });"
   ],
   [
-    "IconCompass.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCompass = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12890)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 2.08337C4.73248 2.08337 2.0835 4.73236 2.0835 8.00004C2.0835 11.2677 4.73248 13.9167 8.00016 13.9167C11.2678 13.9167 13.9168 11.2677 13.9168 8.00004C13.9168 4.73236 11.2678 2.08337 8.00016 2.08337ZM0.583496 8.00004C0.583496 3.90393 3.90405 0.583374 8.00016 0.583374C12.0963 0.583374 15.4168 3.90393 15.4168 8.00004C15.4168 12.0962 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0962 0.583496 8.00004ZM11.3572 4.64304C11.558 4.84392 11.6282 5.14104 11.5383 5.41054L10.125 9.65055C10.0504 9.8745 9.87462 10.0502 9.65067 10.1249L5.41067 11.5382C5.14117 11.6281 4.84404 11.5579 4.64317 11.357C4.44229 11.1562 4.37215 10.859 4.46198 10.5895L5.87532 6.34954C5.94997 6.12558 6.12571 5.94985 6.34966 5.8752L10.5897 4.46186C10.8592 4.37203 11.1563 4.44217 11.3572 4.64304ZM7.17976 7.17963L6.35935 9.64085L8.82057 8.82045L9.64097 6.35923L7.17976 7.17963Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12890\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCompass, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13465\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCompass size={size} /> });"
+    "IconCornerUpRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerUpRight = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.43415 8.76767C9.12173 9.08009 9.12173 9.58662 9.43415 9.89904C9.74657 10.2115 10.2531 10.2115 10.5655 9.89904L9.43415 8.76767ZM13.3332 6.00002L13.8989 6.56571C14.0489 6.41568 14.1332 6.21219 14.1332 6.00002C14.1332 5.78785 14.0489 5.58436 13.8989 5.43433L13.3332 6.00002ZM10.5655 2.101C10.2531 1.78858 9.74657 1.78858 9.43415 2.101C9.12173 2.41342 9.12173 2.91995 9.43415 3.23237L10.5655 2.101ZM1.8665 13.3334C1.8665 13.7752 2.22468 14.1334 2.6665 14.1334C3.10833 14.1334 3.4665 13.7752 3.4665 13.3334H1.8665ZM5.33317 6.00002V5.20002V6.00002ZM10.5655 9.89904L13.8989 6.56571L12.7675 5.43433L9.43415 8.76767L10.5655 9.89904ZM13.8989 5.43433L10.5655 2.101L9.43415 3.23237L12.7675 6.56571L13.8989 5.43433ZM3.4665 13.3334V8.66669H1.8665V13.3334H3.4665ZM3.4665 8.66669C3.4665 8.17162 3.66317 7.69682 4.01324 7.34675L2.88187 6.21538C2.23174 6.86551 1.8665 7.74727 1.8665 8.66669H3.4665ZM4.01324 7.34675C4.36331 6.99669 4.8381 6.80002 5.33317 6.80002V5.20002C4.41375 5.20002 3.53199 5.56526 2.88187 6.21538L4.01324 7.34675ZM5.33317 6.80002H13.3332V5.20002H5.33317V6.80002Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerUpRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13472\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerUpRight size={size} /> });"
   ],
   [
-    "IconCopy.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCopy = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12868)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66683 2.08337C2.51212 2.08337 2.36375 2.14483 2.25435 2.25423C2.14495 2.36362 2.0835 2.512 2.0835 2.66671V8.66671C2.0835 8.82142 2.14495 8.96979 2.25435 9.07919C2.36375 9.18858 2.51212 9.25004 2.66683 9.25004H3.3335C3.74771 9.25004 4.0835 9.58583 4.0835 10C4.0835 10.4143 3.74771 10.75 3.3335 10.75H2.66683C2.11429 10.75 1.58439 10.5305 1.19369 10.1398C0.80299 9.74915 0.583496 9.21924 0.583496 8.66671V2.66671C0.583496 2.11417 0.802989 1.58427 1.19369 1.19357C1.58439 0.802867 2.1143 0.583374 2.66683 0.583374H8.66683C9.21936 0.583374 9.74927 0.802867 10.14 1.19357C10.5307 1.58427 10.7502 2.11417 10.7502 2.66671V3.33337C10.7502 3.74759 10.4144 4.08337 10.0002 4.08337C9.58595 4.08337 9.25016 3.74759 9.25016 3.33337V2.66671C9.25016 2.512 9.1887 2.36363 9.07931 2.25423C8.96991 2.14483 8.82154 2.08337 8.66683 2.08337H2.66683ZM7.3335 6.75004C7.01133 6.75004 6.75016 7.01121 6.75016 7.33337V13.3334C6.75016 13.6555 7.01133 13.9167 7.3335 13.9167H13.3335C13.6557 13.9167 13.9168 13.6555 13.9168 13.3334V7.33337C13.9168 7.01121 13.6557 6.75004 13.3335 6.75004H7.3335ZM5.25016 7.33337C5.25016 6.18278 6.1829 5.25004 7.3335 5.25004H13.3335C14.4841 5.25004 15.4168 6.18278 15.4168 7.33337V13.3334C15.4168 14.484 14.4841 15.4167 13.3335 15.4167H7.3335C6.1829 15.4167 5.25016 14.484 5.25016 13.3334V7.33337Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12868\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCopy, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13464\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCopy size={size} /> });"
+    "IconCornerRightDown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerRightDown = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.23243 9.43433C6.92001 9.12191 6.41348 9.12191 6.10106 9.43433C5.78864 9.74675 5.78864 10.2533 6.10106 10.5657L7.23243 9.43433ZM10.0001 13.3334L9.43439 13.899C9.58442 14.0491 9.78791 14.1334 10.0001 14.1334C10.2123 14.1334 10.4157 14.0491 10.5658 13.899L10.0001 13.3334ZM13.8991 10.5657C14.2115 10.2533 14.2115 9.74675 13.8991 9.43433C13.5867 9.12191 13.0801 9.12191 12.7677 9.43433L13.8991 10.5657ZM2.66675 1.86669C2.22492 1.86669 1.86675 2.22486 1.86675 2.66669C1.86675 3.10851 2.22492 3.46669 2.66675 3.46669V1.86669ZM7.33341 2.66669V1.86669V2.66669ZM10.0001 5.33335H10.8001H10.0001ZM6.10106 10.5657L9.43439 13.899L10.5658 12.7677L7.23243 9.43433L6.10106 10.5657ZM10.5658 13.899L13.8991 10.5657L12.7677 9.43433L9.43439 12.7677L10.5658 13.899ZM2.66675 3.46669H7.33341V1.86669H2.66675V3.46669ZM7.33341 3.46669C7.82849 3.46669 8.30328 3.66335 8.65335 4.01342L9.78472 2.88205C9.13459 2.23192 8.25283 1.86669 7.33341 1.86669V3.46669ZM8.65335 4.01342C9.00341 4.36349 9.20008 4.83828 9.20008 5.33335H10.8001C10.8001 4.41394 10.4348 3.53218 9.78472 2.88205L8.65335 4.01342ZM9.20008 5.33335V13.3334H10.8001V5.33335H9.20008Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerRightDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13471\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerRightDown size={size} /> });"
   ],
   [
-    "IconCornerDownLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerDownLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.3333 1.91669C13.7476 1.91669 14.0833 2.25247 14.0833 2.66669V7.33335C14.0833 8.23951 13.7234 9.10855 13.0826 9.7493C12.4419 10.3901 11.5728 10.75 10.6667 10.75H4.47733L6.53034 12.803C6.82323 13.0959 6.82323 13.5708 6.53034 13.8637C6.23744 14.1566 5.76257 14.1566 5.46968 13.8637L2.13634 10.5304C1.84345 10.2375 1.84345 9.76258 2.13634 9.46969L5.46968 6.13636C5.76257 5.84346 6.23744 5.84346 6.53034 6.13636C6.82323 6.42925 6.82323 6.90412 6.53034 7.19702L4.47733 9.25002H10.6667C11.175 9.25002 11.6625 9.04809 12.022 8.68864C12.3814 8.3292 12.5833 7.84169 12.5833 7.33335V2.66669C12.5833 2.25247 12.9191 1.91669 13.3333 1.91669Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerDownLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13467\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerDownLeft size={size} /> });"
+    "IconDatabase.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDatabase = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.8 7.99998C14.8 7.55815 14.4418 7.19998 14 7.19998C13.5582 7.19998 13.2 7.55815 13.2 7.99998H14.8ZM2.8 7.99998C2.8 7.55815 2.44183 7.19998 2 7.19998C1.55817 7.19998 1.2 7.55815 1.2 7.99998H2.8ZM13.2 3.33331C13.2 3.25927 13.2457 3.31605 13.0333 3.48347C12.8299 3.64379 12.486 3.82314 11.9897 3.98858C11.0054 4.31666 9.5948 4.53331 8 4.53331V6.13331C9.71891 6.13331 11.3083 5.90225 12.4956 5.50647C13.0851 5.30998 13.6199 5.05837 14.0237 4.74013C14.4185 4.429 14.8 3.95964 14.8 3.33331H13.2ZM8 4.53331C6.4052 4.53331 4.99459 4.31666 4.01034 3.98858C3.51404 3.82314 3.17011 3.64379 2.96669 3.48347C2.75425 3.31605 2.8 3.25927 2.8 3.33331H1.2C1.2 3.95964 1.58154 4.429 1.97633 4.74013C2.38014 5.05837 2.9149 5.30998 3.50438 5.50647C4.6917 5.90225 6.28109 6.13331 8 6.13331V4.53331ZM2.8 3.33331C2.8 3.40736 2.75425 3.35057 2.96669 3.18315C3.17011 3.02284 3.51404 2.84348 4.01034 2.67805C4.99459 2.34996 6.4052 2.13331 8 2.13331V0.533313C6.28109 0.533313 4.6917 0.764378 3.50438 1.16015C2.9149 1.35665 2.38014 1.60825 1.97633 1.92649C1.58154 2.23763 1.2 2.70698 1.2 3.33331H2.8ZM8 2.13331C9.5948 2.13331 11.0054 2.34996 11.9897 2.67805C12.486 2.84348 12.8299 3.02284 13.0333 3.18315C13.2457 3.35057 13.2 3.40736 13.2 3.33331H14.8C14.8 2.70698 14.4185 2.23763 14.0237 1.92649C13.6199 1.60825 13.0851 1.35665 12.4956 1.16015C11.3083 0.764378 9.71891 0.533313 8 0.533313V2.13331ZM13.2 7.99998C13.2 7.92914 13.2439 7.98634 13.0344 8.15235C12.8329 8.31202 12.4914 8.491 11.9967 8.65615C11.0155 8.9837 9.60526 9.19998 8 9.19998V10.8C9.72808 10.8 11.3178 10.5696 12.5033 10.1738C13.092 9.9773 13.6254 9.72544 14.0281 9.40636C14.4228 9.09362 14.8 8.62415 14.8 7.99998H13.2ZM8 9.19998C6.39475 9.19998 4.98446 8.9837 4.00333 8.65615C3.50863 8.491 3.1671 8.31202 2.9656 8.15235C2.75611 7.98634 2.8 7.92914 2.8 7.99998H1.2C1.2 8.62415 1.57722 9.09362 1.9719 9.40636C2.37456 9.72544 2.90803 9.9773 3.49667 10.1738C4.68221 10.5696 6.27192 10.8 8 10.8V9.19998ZM1.2 3.33331V12.6666H2.8V3.33331H1.2ZM1.2 12.6666C1.2 13.2908 1.57722 13.7603 1.9719 14.073C2.37456 14.3921 2.90803 14.644 3.49667 14.8405C4.68221 15.2363 6.27192 15.4666 8 15.4666V13.8666C6.39475 13.8666 4.98446 13.6504 4.00333 13.3228C3.50863 13.1577 3.1671 12.9787 2.9656 12.819C2.75611 12.653 2.8 12.5958 2.8 12.6666H1.2ZM8 15.4666C9.72808 15.4666 11.3178 15.2363 12.5033 14.8405C13.092 14.644 13.6254 14.3921 14.0281 14.073C14.4228 13.7603 14.8 13.2908 14.8 12.6666H13.2C13.2 12.5958 13.2439 12.653 13.0344 12.819C12.8329 12.9787 12.4914 13.1577 11.9967 13.3228C11.0155 13.6504 9.60526 13.8666 8 13.8666V15.4666ZM14.8 12.6666V3.33331H13.2V12.6666H14.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDatabase, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13478\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDatabase size={size} /> });"
   ],
   [
-    "IconCornerDownRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerDownRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66669 1.91669C3.0809 1.91669 3.41669 2.25247 3.41669 2.66669V7.33335C3.41669 7.84169 3.61862 8.3292 3.97807 8.68864C4.33751 9.04809 4.82502 9.25002 5.33335 9.25002H11.5227L9.46969 7.19702C9.1768 6.90412 9.1768 6.42925 9.46969 6.13636C9.76258 5.84346 10.2375 5.84346 10.5304 6.13636L13.8637 9.46969C14.1566 9.76258 14.1566 10.2375 13.8637 10.5304L10.5304 13.8637C10.2375 14.1566 9.76258 14.1566 9.46969 13.8637C9.1768 13.5708 9.1768 13.0959 9.46969 12.803L11.5227 10.75H5.33335C4.4272 10.75 3.55815 10.3901 2.91741 9.7493C2.27666 9.10855 1.91669 8.23951 1.91669 7.33335V2.66669C1.91669 2.25247 2.25247 1.91669 2.66669 1.91669Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerDownRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13466\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerDownRight size={size} /> });"
+    "IconCornerLeftUp.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerLeftUp = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.76761 6.56571C9.08003 6.87812 9.58656 6.87812 9.89898 6.56571C10.2114 6.25329 10.2114 5.74675 9.89898 5.43433L8.76761 6.56571ZM5.99996 2.66669L6.56564 2.101C6.25323 1.78858 5.74669 1.78858 5.43427 2.101L5.99996 2.66669ZM2.10094 5.43433C1.78852 5.74675 1.78852 6.25329 2.10094 6.56571C2.41336 6.87812 2.91989 6.87812 3.23231 6.56571L2.10094 5.43433ZM13.3333 14.1334C13.7751 14.1334 14.1333 13.7752 14.1333 13.3334C14.1333 12.8915 13.7751 12.5334 13.3333 12.5334V14.1334ZM5.99996 10.6667H5.19996H5.99996ZM9.89898 5.43433L6.56564 2.101L5.43427 3.23237L8.76761 6.56571L9.89898 5.43433ZM5.43427 2.101L2.10094 5.43433L3.23231 6.56571L6.56564 3.23237L5.43427 2.101ZM13.3333 12.5334H8.66663V14.1334H13.3333V12.5334ZM8.66663 12.5334C8.17156 12.5334 7.69676 12.3367 7.34669 11.9866L6.21532 13.118C6.86545 13.7681 7.74721 14.1334 8.66663 14.1334V12.5334ZM7.34669 11.9866C6.99662 11.6365 6.79996 11.1618 6.79996 10.6667H5.19996C5.19996 11.5861 5.5652 12.4679 6.21532 13.118L7.34669 11.9866ZM6.79996 10.6667V2.66669H5.19996V10.6667H6.79996Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerLeftUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13468\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerLeftUp size={size} /> });"
   ],
   [
-    "IconCornerLeftDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerLeftDown = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.25068 2.91741C6.89143 2.27666 7.76047 1.91669 8.66663 1.91669H13.3333C13.7475 1.91669 14.0833 2.25247 14.0833 2.66669C14.0833 3.0809 13.7475 3.41669 13.3333 3.41669H8.66663C8.15829 3.41669 7.67078 3.61862 7.31134 3.97807C6.95189 4.33751 6.74996 4.82502 6.74996 5.33335V11.5227L8.80296 9.46969C9.09586 9.1768 9.57073 9.1768 9.86362 9.46969C10.1565 9.76258 10.1565 10.2375 9.86362 10.5304L6.53029 13.8637C6.2374 14.1566 5.76252 14.1566 5.46963 13.8637L2.1363 10.5304C1.8434 10.2375 1.8434 9.76258 2.1363 9.46969C2.42919 9.1768 2.90406 9.1768 3.19696 9.46969L5.24996 11.5227V5.33335C5.24996 4.4272 5.60993 3.55815 6.25068 2.91741Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerLeftDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13469\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerLeftDown size={size} /> });"
+    "IconDivideSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDivideSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM10.6667 8.8C11.1085 8.8 11.4667 8.44183 11.4667 8C11.4667 7.55817 11.1085 7.2 10.6667 7.2V8.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.33333 8.8H10.6667V7.2H5.33333V8.8ZM7.86667 10.6667C7.86667 10.593 7.92636 10.5333 8 10.5333V12.1333C8.81002 12.1333 9.46667 11.4767 9.46667 10.6667H7.86667ZM8 10.5333C8.07364 10.5333 8.13333 10.593 8.13333 10.6667H6.53333C6.53333 11.4767 7.18998 12.1333 8 12.1333V10.5333ZM8.13333 10.6667C8.13333 10.7403 8.07364 10.8 8 10.8V9.2C7.18998 9.2 6.53333 9.85665 6.53333 10.6667H8.13333ZM8 10.8C7.92636 10.8 7.86667 10.7403 7.86667 10.6667H9.46667C9.46667 9.85665 8.81002 9.2 8 9.2V10.8ZM7.86667 5.33333C7.86667 5.2597 7.92636 5.2 8 5.2V6.8C8.81002 6.8 9.46667 6.14335 9.46667 5.33333H7.86667ZM8 5.2C8.07364 5.2 8.13333 5.2597 8.13333 5.33333H6.53333C6.53333 6.14335 7.18998 6.8 8 6.8V5.2ZM8.13333 5.33333C8.13333 5.40697 8.07364 5.46667 8 5.46667V3.86667C7.18998 3.86667 6.53333 4.52332 6.53333 5.33333H8.13333ZM8 5.46667C7.92636 5.46667 7.86667 5.40697 7.86667 5.33333H9.46667C9.46667 4.52332 8.81002 3.86667 8 3.86667V5.46667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDivideSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13483\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDivideSquare size={size} /> });"
   ],
   [
-    "IconCornerLeftUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerLeftUp = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.46963 2.13636C5.76252 1.84346 6.2374 1.84346 6.53029 2.13636L9.86362 5.46969C10.1565 5.76258 10.1565 6.23746 9.86362 6.53035C9.57073 6.82324 9.09586 6.82324 8.80296 6.53035L6.74996 4.47735V10.6667C6.74996 11.175 6.95189 11.6625 7.31134 12.022C7.67078 12.3814 8.15829 12.5834 8.66663 12.5834H13.3333C13.7475 12.5834 14.0833 12.9191 14.0833 13.3334C14.0833 13.7476 13.7475 14.0834 13.3333 14.0834H8.66663C7.76047 14.0834 6.89143 13.7234 6.25068 13.0826C5.60993 12.4419 5.24996 11.5728 5.24996 10.6667V4.47735L3.19696 6.53035C2.90406 6.82324 2.42919 6.82324 2.1363 6.53035C1.8434 6.23746 1.8434 5.76258 2.1363 5.46969L5.46963 2.13636Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerLeftUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13468\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerLeftUp size={size} /> });"
+    "IconCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15661)\"><path d=\"M13.8666 8.00004C13.8666 11.2401 11.2401 13.8667 7.99998 13.8667V15.4667C12.1237 15.4667 15.4666 12.1238 15.4666 8.00004H13.8666ZM7.99998 13.8667C4.75991 13.8667 2.13331 11.2401 2.13331 8.00004H0.533313C0.533313 12.1238 3.87625 15.4667 7.99998 15.4667V13.8667ZM2.13331 8.00004C2.13331 4.75997 4.75991 2.13337 7.99998 2.13337V0.533374C3.87625 0.533374 0.533313 3.87631 0.533313 8.00004H2.13331ZM7.99998 2.13337C11.2401 2.13337 13.8666 4.75997 13.8666 8.00004H15.4666C15.4666 3.87631 12.1237 0.533374 7.99998 0.533374V2.13337Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15661\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13171\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCircle size={size} /> });"
   ],
   [
-    "IconCornerRightDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerRightDown = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.91675 2.66669C1.91675 2.25247 2.25253 1.91669 2.66675 1.91669H7.33342C8.23957 1.91669 9.10861 2.27666 9.74936 2.91741C10.3901 3.55815 10.7501 4.4272 10.7501 5.33335V11.5227L12.8031 9.46969C13.096 9.1768 13.5709 9.1768 13.8637 9.46969C14.1566 9.76258 14.1566 10.2375 13.8637 10.5304L10.5304 13.8637C10.2375 14.1566 9.76264 14.1566 9.46975 13.8637L6.13642 10.5304C5.84352 10.2375 5.84352 9.76258 6.13642 9.46969C6.42931 9.1768 6.90418 9.1768 7.19708 9.46969L9.25008 11.5227V5.33335C9.25008 4.82502 9.04815 4.33751 8.6887 3.97807C8.32926 3.61862 7.84175 3.41669 7.33342 3.41669H2.66675C2.25253 3.41669 1.91675 3.0809 1.91675 2.66669Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerRightDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13471\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerRightDown size={size} /> });"
+    "IconCornerLeftDown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerLeftDown = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.89898 10.5657C10.2114 10.2533 10.2114 9.74675 9.89898 9.43433C9.58656 9.12191 9.08003 9.12191 8.76761 9.43433L9.89898 10.5657ZM5.99996 13.3334L5.43427 13.899C5.5843 14.0491 5.78779 14.1334 5.99996 14.1334C6.21213 14.1334 6.41562 14.0491 6.56564 13.899L5.99996 13.3334ZM3.23231 9.43433C2.91989 9.12191 2.41336 9.12191 2.10094 9.43433C1.78852 9.74675 1.78852 10.2533 2.10094 10.5657L3.23231 9.43433ZM13.3333 3.46669C13.7751 3.46669 14.1333 3.10851 14.1333 2.66669C14.1333 2.22486 13.7751 1.86669 13.3333 1.86669V3.46669ZM8.66663 2.66669V1.86669V2.66669ZM5.99996 5.33335H5.19996H5.99996ZM8.76761 9.43433L5.43427 12.7677L6.56564 13.899L9.89898 10.5657L8.76761 9.43433ZM6.56564 12.7677L3.23231 9.43433L2.10094 10.5657L5.43427 13.899L6.56564 12.7677ZM13.3333 1.86669H8.66663V3.46669H13.3333V1.86669ZM8.66663 1.86669C7.74721 1.86669 6.86545 2.23192 6.21532 2.88205L7.34669 4.01342C7.69676 3.66335 8.17155 3.46669 8.66663 3.46669V1.86669ZM6.21532 2.88205C5.5652 3.53218 5.19996 4.41394 5.19996 5.33335H6.79996C6.79996 4.83828 6.99663 4.36349 7.34669 4.01342L6.21532 2.88205ZM5.19996 5.33335V13.3334H6.79996V5.33335H5.19996Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerLeftDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13469\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerLeftDown size={size} /> });"
+  ],
+  [
+    "IconDivideCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDivideCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15725)\"><path d=\"M5.33325 7.19998C4.89142 7.19998 4.53325 7.55815 4.53325 7.99998C4.53325 8.44181 4.89142 8.79998 5.33325 8.79998V7.19998ZM10.6666 8.79998C11.1084 8.79998 11.4666 8.44181 11.4666 7.99998C11.4666 7.55815 11.1084 7.19998 10.6666 7.19998V8.79998ZM5.33325 8.79998H10.6666V7.19998H5.33325V8.79998ZM7.86659 10.6666C7.86659 10.593 7.92628 10.5333 7.99992 10.5333V12.1333C8.80994 12.1333 9.46659 11.4767 9.46659 10.6666H7.86659ZM7.99992 10.5333C8.07356 10.5333 8.13325 10.593 8.13325 10.6666H6.53325C6.53325 11.4767 7.1899 12.1333 7.99992 12.1333V10.5333ZM8.13325 10.6666C8.13325 10.7403 8.07356 10.8 7.99992 10.8V9.19998C7.1899 9.19998 6.53325 9.85663 6.53325 10.6666H8.13325ZM7.99992 10.8C7.92628 10.8 7.86659 10.7403 7.86659 10.6666H9.46659C9.46659 9.85663 8.80994 9.19998 7.99992 9.19998V10.8ZM7.86659 5.33331C7.86659 5.25967 7.92628 5.19998 7.99992 5.19998V6.79998C8.80994 6.79998 9.46659 6.14333 9.46659 5.33331H7.86659ZM7.99992 5.19998C8.07356 5.19998 8.13325 5.25968 8.13325 5.33331H6.53325C6.53325 6.14333 7.1899 6.79998 7.99992 6.79998V5.19998ZM8.13325 5.33331C8.13325 5.40695 8.07356 5.46665 7.99992 5.46665V3.86665C7.1899 3.86665 6.53325 4.5233 6.53325 5.33331H8.13325ZM7.99992 5.46665C7.92628 5.46665 7.86659 5.40695 7.86659 5.33331H9.46659C9.46659 4.52329 8.80994 3.86665 7.99992 3.86665V5.46665ZM13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15725\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDivideCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13481\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDivideCircle size={size} /> });"
   ],
   [
     "IconCornerRightUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerRightUp = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.46975 2.13636C9.76264 1.84346 10.2375 1.84346 10.5304 2.13636L13.8637 5.46969C14.1566 5.76258 14.1566 6.23746 13.8637 6.53035C13.5709 6.82324 13.096 6.82324 12.8031 6.53035L10.7501 4.47735V10.6667C10.7501 11.5728 10.3901 12.4419 9.74936 13.0826C9.10861 13.7234 8.23957 14.0834 7.33342 14.0834H2.66675C2.25253 14.0834 1.91675 13.7476 1.91675 13.3334C1.91675 12.9191 2.25253 12.5834 2.66675 12.5834H7.33342C7.84175 12.5834 8.32926 12.3814 8.6887 12.022C9.04815 11.6625 9.25008 11.175 9.25008 10.6667V4.47735L7.19708 6.53035C6.90418 6.82324 6.42931 6.82324 6.13642 6.53035C5.84352 6.23746 5.84352 5.76258 6.13642 5.46969L9.46975 2.13636Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerRightUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13470\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerRightUp size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerRightUp = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.10106 5.43433C5.78864 5.74675 5.78864 6.25329 6.10106 6.56571C6.41348 6.87812 6.92001 6.87812 7.23243 6.56571L6.10106 5.43433ZM10.0001 2.66669L10.5658 2.101C10.2533 1.78858 9.74681 1.78858 9.43439 2.101L10.0001 2.66669ZM12.7677 6.56571C13.0801 6.87812 13.5867 6.87812 13.8991 6.56571C14.2115 6.25329 14.2115 5.74675 13.8991 5.43433L12.7677 6.56571ZM2.66675 12.5334C2.22492 12.5334 1.86675 12.8915 1.86675 13.3334C1.86675 13.7752 2.22492 14.1334 2.66675 14.1334V12.5334ZM10.0001 10.6667H10.8001H10.0001ZM7.23243 6.56571L10.5658 3.23237L9.43439 2.101L6.10106 5.43433L7.23243 6.56571ZM9.43439 3.23237L12.7677 6.56571L13.8991 5.43433L10.5658 2.101L9.43439 3.23237ZM2.66675 14.1334H7.33341V12.5334H2.66675V14.1334ZM7.33341 14.1334C8.25283 14.1334 9.13459 13.7681 9.78472 13.118L8.65335 11.9866C8.30328 12.3367 7.82848 12.5334 7.33341 12.5334V14.1334ZM9.78472 13.118C10.4348 12.4679 10.8001 11.5861 10.8001 10.6667H9.20008C9.20008 11.1618 9.00341 11.6365 8.65335 11.9866L9.78472 13.118ZM10.8001 10.6667V2.66669H9.20008V10.6667H10.8001Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerRightUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13470\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerRightUp size={size} /> });"
   ],
   [
-    "IconCornerUpLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerUpLeft = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.53041 2.13636C6.8233 2.42925 6.8233 2.90412 6.53041 3.19702L4.47741 5.25002H10.6667C11.5729 5.25002 12.4419 5.60999 13.0827 6.25074C13.7234 6.89149 14.0834 7.76053 14.0834 8.66669V13.3334C14.0834 13.7476 13.7476 14.0834 13.3334 14.0834C12.9192 14.0834 12.5834 13.7476 12.5834 13.3334V8.66669C12.5834 8.15836 12.3815 7.67084 12.022 7.3114C11.6626 6.95195 11.1751 6.75002 10.6667 6.75002H4.47741L6.53041 8.80302C6.8233 9.09592 6.8233 9.57079 6.53041 9.86368C6.23752 10.1566 5.76264 10.1566 5.46975 9.86368L2.13642 6.53035C1.84352 6.23746 1.84352 5.76258 2.13642 5.46969L5.46975 2.13636C5.76264 1.84346 6.23752 1.84346 6.53041 2.13636Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerUpLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13473\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerUpLeft size={size} /> });"
+    "IconDownload.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDownload = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.8 10C14.8 9.55817 14.4418 9.2 14 9.2C13.5582 9.2 13.2 9.55817 13.2 10H14.8ZM2 12.6667H1.2H2ZM2.8 10C2.8 9.55817 2.44183 9.2 2 9.2C1.55817 9.2 1.2 9.55817 1.2 10H2.8ZM5.23235 6.10098C4.91993 5.78856 4.4134 5.78856 4.10098 6.10098C3.78856 6.4134 3.78856 6.91993 4.10098 7.23235L5.23235 6.10098ZM8 10L7.43431 10.5657C7.74673 10.8781 8.25327 10.8781 8.56569 10.5657L8 10ZM11.899 7.23235C12.2114 6.91993 12.2114 6.4134 11.899 6.10098C11.5866 5.78856 11.0801 5.78856 10.7676 6.10098L11.899 7.23235ZM8.8 2C8.8 1.55817 8.44183 1.2 8 1.2C7.55817 1.2 7.2 1.55817 7.2 2H8.8ZM13.2 10V12.6667H14.8V10H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V10H1.2V12.6667H2.8ZM4.10098 7.23235L7.43431 10.5657L8.56569 9.43431L5.23235 6.10098L4.10098 7.23235ZM8.56569 10.5657L11.899 7.23235L10.7676 6.10098L7.43431 9.43431L8.56569 10.5657ZM8.8 10V2H7.2V10H8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDownload, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13487\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDownload size={size} /> });"
   ],
   [
-    "IconCornerUpRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCornerUpRight = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.46951 2.13636C9.7624 1.84346 10.2373 1.84346 10.5302 2.13636L13.8635 5.46969C14.1564 5.76258 14.1564 6.23746 13.8635 6.53035L10.5302 9.86368C10.2373 10.1566 9.7624 10.1566 9.46951 9.86368C9.17661 9.57079 9.17661 9.09592 9.46951 8.80302L11.5225 6.75002H5.33317C4.82484 6.75002 4.33733 6.95195 3.97788 7.3114C3.61844 7.67084 3.4165 8.15836 3.4165 8.66669V13.3334C3.4165 13.7476 3.08072 14.0834 2.6665 14.0834C2.25229 14.0834 1.9165 13.7476 1.9165 13.3334V8.66669C1.9165 7.76053 2.27647 6.89149 2.91722 6.25074C3.55797 5.60999 4.42701 5.25002 5.33317 5.25002H11.5225L9.46951 3.19702C9.17661 2.90412 9.17661 2.42925 9.46951 2.13636Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerUpRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13472\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerUpRight size={size} /> });"
+    "IconDroplet.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDroplet = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.99992 1.79333L8.56561 1.22765C8.41549 1.07753 8.21187 0.993241 7.99957 0.993335C7.78727 0.993429 7.58372 1.0779 7.43374 1.22815L7.99992 1.79333ZM11.7733 5.56667L11.2076 6.13235L11.2078 6.13254L11.7733 5.56667ZM8.00326 14.6725V13.8725V14.6725ZM4.23326 5.56667L4.79876 6.13254L4.79944 6.13185L4.23326 5.56667ZM7.43424 2.35902L11.2076 6.13235L12.3389 5.00098L8.56561 1.22765L7.43424 2.35902ZM11.2078 6.13254C11.8421 6.76642 12.2741 7.57418 12.4493 8.45364L14.0184 8.14111C13.7815 6.95125 13.1969 5.8584 12.3388 5.0008L11.2078 6.13254ZM12.4493 8.45364C12.6244 9.3331 12.5348 10.2448 12.1918 11.0733L13.6701 11.6853C14.1342 10.5644 14.2554 9.33097 14.0184 8.14111L12.4493 8.45364ZM12.1918 11.0733C11.8488 11.9018 11.2677 12.61 10.5222 13.1083L11.4112 14.4385C12.4199 13.7644 13.206 12.8063 13.6701 11.6853L12.1918 11.0733ZM10.5222 13.1083C9.77659 13.6065 8.89999 13.8725 8.00326 13.8725V15.4725C9.21649 15.4725 10.4025 15.1127 11.4112 14.4385L10.5222 13.1083ZM8.00326 13.8725C7.10652 13.8725 6.22993 13.6065 5.48436 13.1083L4.59534 14.4385C5.60405 15.1127 6.79003 15.4725 8.00326 15.4725V13.8725ZM5.48436 13.1083C4.7388 12.61 4.15775 11.9018 3.81472 11.0733L2.33641 11.6853C2.80051 12.8063 3.58663 13.7644 4.59534 14.4385L5.48436 13.1083ZM3.81472 11.0733C3.47169 10.2448 3.38209 9.3331 3.55725 8.45364L1.98807 8.14111C1.75109 9.33097 1.87231 10.5644 2.33641 11.6853L3.81472 11.0733ZM3.55725 8.45364C3.73241 7.57418 4.16446 6.76642 4.79876 6.13254L3.66776 5.0008C2.80959 5.8584 2.22505 6.95125 1.98807 8.14111L3.55725 8.45364ZM4.79944 6.13185L8.56611 2.35852L7.43374 1.22815L3.66707 5.00148L4.79944 6.13185Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDroplet, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13488\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDroplet size={size} /> });"
   ],
   [
     "IconCpu.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCpu = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12827)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.99984 -0.083313C6.41405 -0.083313 6.74984 0.252473 6.74984 0.666687V1.91669H9.24984V0.666687C9.24984 0.252473 9.58562 -0.083313 9.99984 -0.083313C10.4141 -0.083313 10.7498 0.252473 10.7498 0.666687V1.91669H11.9998C13.1504 1.91669 14.0832 2.84943 14.0832 4.00002V5.25002H15.3332C15.7474 5.25002 16.0832 5.58581 16.0832 6.00002C16.0832 6.41423 15.7474 6.75002 15.3332 6.75002H14.0832V8.58335H15.3332C15.7474 8.58335 16.0832 8.91914 16.0832 9.33335C16.0832 9.74757 15.7474 10.0834 15.3332 10.0834H14.0832V12C14.0832 13.1506 13.1504 14.0834 11.9998 14.0834H10.7498V15.3334C10.7498 15.7476 10.4141 16.0834 9.99984 16.0834C9.58562 16.0834 9.24984 15.7476 9.24984 15.3334V14.0834H6.74984V15.3334C6.74984 15.7476 6.41405 16.0834 5.99984 16.0834C5.58562 16.0834 5.24984 15.7476 5.24984 15.3334V14.0834H3.99984C2.84924 14.0834 1.9165 13.1506 1.9165 12V10.0834H0.666504C0.25229 10.0834 -0.0834961 9.74757 -0.0834961 9.33335C-0.0834961 8.91914 0.25229 8.58335 0.666504 8.58335H1.9165V6.75002H0.666504C0.25229 6.75002 -0.0834961 6.41423 -0.0834961 6.00002C-0.0834961 5.58581 0.25229 5.25002 0.666504 5.25002H1.9165V4.00002C1.9165 2.84943 2.84924 1.91669 3.99984 1.91669H5.24984V0.666687C5.24984 0.252473 5.58562 -0.083313 5.99984 -0.083313ZM3.99984 3.41669C3.67767 3.41669 3.4165 3.67785 3.4165 4.00002V12C3.4165 12.3222 3.67767 12.5834 3.99984 12.5834H11.9998C12.322 12.5834 12.5832 12.3222 12.5832 12V4.00002C12.5832 3.67785 12.322 3.41669 11.9998 3.41669H3.99984ZM5.24984 6.00002C5.24984 5.58581 5.58562 5.25002 5.99984 5.25002H9.99984C10.4141 5.25002 10.7498 5.58581 10.7498 6.00002V10C10.7498 10.4142 10.4141 10.75 9.99984 10.75H5.99984C5.58562 10.75 5.24984 10.4142 5.24984 10V6.00002ZM6.74984 6.75002V9.25002H9.24984V6.75002H6.74984Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12827\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCpu, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13475\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCpu size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCpu = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15711)\"><path d=\"M5.99984 6.00002V5.20002C5.55801 5.20002 5.19984 5.55819 5.19984 6.00002H5.99984ZM9.99984 6.00002H10.7998C10.7998 5.55819 10.4417 5.20002 9.99984 5.20002V6.00002ZM9.99984 10V10.8C10.4417 10.8 10.7998 10.4418 10.7998 10H9.99984ZM5.99984 10H5.19984C5.19984 10.4418 5.55801 10.8 5.99984 10.8V10ZM6.79984 0.666687C6.79984 0.224859 6.44167 -0.133313 5.99984 -0.133313C5.55801 -0.133313 5.19984 0.224859 5.19984 0.666687H6.79984ZM5.19984 2.66669C5.19984 3.10851 5.55801 3.46669 5.99984 3.46669C6.44167 3.46669 6.79984 3.10851 6.79984 2.66669H5.19984ZM10.7998 0.666687C10.7998 0.224859 10.4417 -0.133313 9.99984 -0.133313C9.55801 -0.133313 9.19984 0.224859 9.19984 0.666687H10.7998ZM9.19984 2.66669C9.19984 3.10851 9.55801 3.46669 9.99984 3.46669C10.4417 3.46669 10.7998 3.10851 10.7998 2.66669H9.19984ZM6.79984 13.3334C6.79984 12.8915 6.44167 12.5334 5.99984 12.5334C5.55801 12.5334 5.19984 12.8915 5.19984 13.3334H6.79984ZM5.19984 15.3334C5.19984 15.7752 5.55801 16.1334 5.99984 16.1334C6.44167 16.1334 6.79984 15.7752 6.79984 15.3334H5.19984ZM10.7998 13.3334C10.7998 12.8915 10.4417 12.5334 9.99984 12.5334C9.55801 12.5334 9.19984 12.8915 9.19984 13.3334H10.7998ZM9.19984 15.3334C9.19984 15.7752 9.55801 16.1334 9.99984 16.1334C10.4417 16.1334 10.7998 15.7752 10.7998 15.3334H9.19984ZM13.3332 5.20002C12.8913 5.20002 12.5332 5.55819 12.5332 6.00002C12.5332 6.44185 12.8913 6.80002 13.3332 6.80002V5.20002ZM15.3332 6.80002C15.775 6.80002 16.1332 6.44185 16.1332 6.00002C16.1332 5.55819 15.775 5.20002 15.3332 5.20002V6.80002ZM13.3332 8.53335C12.8913 8.53335 12.5332 8.89153 12.5332 9.33335C12.5332 9.77518 12.8913 10.1334 13.3332 10.1334V8.53335ZM15.3332 10.1334C15.775 10.1334 16.1332 9.77518 16.1332 9.33335C16.1332 8.89153 15.775 8.53335 15.3332 8.53335V10.1334ZM0.666504 5.20002C0.224676 5.20002 -0.133496 5.55819 -0.133496 6.00002C-0.133496 6.44185 0.224676 6.80002 0.666504 6.80002V5.20002ZM2.6665 6.80002C3.10833 6.80002 3.4665 6.44185 3.4665 6.00002C3.4665 5.55819 3.10833 5.20002 2.6665 5.20002V6.80002ZM0.666504 8.53335C0.224676 8.53335 -0.133496 8.89153 -0.133496 9.33335C-0.133496 9.77518 0.224676 10.1334 0.666504 10.1334V8.53335ZM2.6665 10.1334C3.10833 10.1334 3.4665 9.77518 3.4665 9.33335C3.4665 8.89153 3.10833 8.53335 2.6665 8.53335V10.1334ZM3.99984 3.46669H11.9998V1.86669H3.99984V3.46669ZM11.9998 3.46669C12.2944 3.46669 12.5332 3.70547 12.5332 4.00002H14.1332C14.1332 2.82181 13.178 1.86669 11.9998 1.86669V3.46669ZM12.5332 4.00002V12H14.1332V4.00002H12.5332ZM12.5332 12C12.5332 12.2946 12.2944 12.5334 11.9998 12.5334V14.1334C13.178 14.1334 14.1332 13.1782 14.1332 12H12.5332ZM11.9998 12.5334H3.99984V14.1334H11.9998V12.5334ZM3.99984 12.5334C3.70529 12.5334 3.4665 12.2946 3.4665 12H1.8665C1.8665 13.1782 2.82163 14.1334 3.99984 14.1334V12.5334ZM3.4665 12V4.00002H1.8665V12H3.4665ZM3.4665 4.00002C3.4665 3.70547 3.70529 3.46669 3.99984 3.46669V1.86669C2.82163 1.86669 1.8665 2.82181 1.8665 4.00002H3.4665ZM5.99984 6.80002H9.99984V5.20002H5.99984V6.80002ZM9.19984 6.00002V10H10.7998V6.00002H9.19984ZM9.99984 9.20002H5.99984V10.8H9.99984V9.20002ZM6.79984 10V6.00002H5.19984V10H6.79984ZM5.19984 0.666687V2.66669H6.79984V0.666687H5.19984ZM9.19984 0.666687V2.66669H10.7998V0.666687H9.19984ZM5.19984 13.3334V15.3334H6.79984V13.3334H5.19984ZM9.19984 13.3334V15.3334H10.7998V13.3334H9.19984ZM13.3332 6.80002H15.3332V5.20002H13.3332V6.80002ZM13.3332 10.1334H15.3332V8.53335H13.3332V10.1334ZM0.666504 6.80002H2.6665V5.20002H0.666504V6.80002ZM0.666504 10.1334H2.6665V8.53335H0.666504V10.1334Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15711\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCpu, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13475\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCpu size={size} /> });"
   ],
   [
     "IconCreditCard.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCreditCard = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_13009)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.00001 3.41669C1.67784 3.41669 1.41667 3.67785 1.41667 4.00002V5.91669H14.5833V4.00002C14.5833 3.67785 14.3222 3.41669 14 3.41669H2.00001ZM16.0833 4.00002C16.0833 2.84943 15.1506 1.91669 14 1.91669H2.00001C0.849412 1.91669 -0.0833282 2.84943 -0.0833282 4.00002V12C-0.0833282 13.1506 0.849412 14.0834 2.00001 14.0834H14C15.1506 14.0834 16.0833 13.1506 16.0833 12V4.00002ZM14.5833 7.41669H1.41667V12C1.41667 12.3222 1.67784 12.5834 2.00001 12.5834H14C14.3222 12.5834 14.5833 12.3222 14.5833 12V7.41669Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_13009\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCreditCard, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13474\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCreditCard size={size} /> });"
-  ],
-  [
-    "IconCrop.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCrop = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12823)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.09319 -0.0832842C4.50739 -0.0796945 4.84025 0.258989 4.83666 0.673187L4.81389 3.30072L10.6667 3.24999C11.2192 3.24999 11.7491 3.46951 12.1398 3.86022C12.5305 4.25092 12.75 4.78082 12.75 5.33335V11.25H15.3334C15.7476 11.25 16.0834 11.5858 16.0834 12C16.0834 12.4142 15.7476 12.75 15.3334 12.75H12.75V15.3334C12.75 15.7476 12.4142 16.0834 12 16.0834C11.5858 16.0834 11.25 15.7476 11.25 15.3334V12.75H5.33335C4.78082 12.75 4.25092 12.5305 3.86022 12.1398C3.46951 11.7491 3.25002 11.2192 3.25002 10.6667V10.6602L3.30072 4.81389L0.673187 4.83666C0.258989 4.84025 -0.0796945 4.50739 -0.0832842 4.09319C-0.086874 3.67899 0.24599 3.34031 0.660188 3.33672L3.31372 3.31372L3.33672 0.660188C3.34031 0.24599 3.67899 -0.086874 4.09319 -0.0832842ZM4.80089 4.80089L4.75003 10.6693C4.75071 10.8231 4.81209 10.9704 4.92088 11.0792C5.03027 11.1886 5.17865 11.25 5.33335 11.25H11.25V5.33335C11.25 5.17865 11.1886 5.03027 11.0792 4.92088C10.9704 4.81209 10.8231 4.75071 10.6693 4.75003L4.80089 4.80089Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12823\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCrop, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13477\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCrop size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCreditCard = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15713)\"><path d=\"M0.666672 5.86669C0.224844 5.86669 -0.133328 6.22486 -0.133328 6.66669C-0.133328 7.10851 0.224844 7.46669 0.666672 7.46669V5.86669ZM15.3333 7.46669C15.7752 7.46669 16.1333 7.10851 16.1333 6.66669C16.1333 6.22486 15.7752 5.86669 15.3333 5.86669V7.46669ZM2.00001 3.46669H14V1.86669H2.00001V3.46669ZM14 3.46669C14.2946 3.46669 14.5333 3.70547 14.5333 4.00002H16.1333C16.1333 2.82181 15.1782 1.86669 14 1.86669V3.46669ZM14.5333 4.00002V12H16.1333V4.00002H14.5333ZM14.5333 12C14.5333 12.2946 14.2946 12.5334 14 12.5334V14.1334C15.1782 14.1334 16.1333 13.1782 16.1333 12H14.5333ZM14 12.5334H2.00001V14.1334H14V12.5334ZM2.00001 12.5334C1.70545 12.5334 1.46667 12.2946 1.46667 12H-0.133328C-0.133328 13.1782 0.821797 14.1334 2.00001 14.1334V12.5334ZM1.46667 12V4.00002H-0.133328V12H1.46667ZM1.46667 4.00002C1.46667 3.70547 1.70545 3.46669 2.00001 3.46669V1.86669C0.821798 1.86669 -0.133328 2.82181 -0.133328 4.00002H1.46667ZM0.666672 7.46669H15.3333V5.86669H0.666672V7.46669Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15713\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCreditCard, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13474\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCreditCard size={size} /> });"
   ],
   [
     "IconCrosshair.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconCrosshair = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12819)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.13046 7.24998H4.00004C4.41425 7.24998 4.75004 7.58577 4.75004 7.99998C4.75004 8.41419 4.41425 8.74998 4.00004 8.74998H2.13046C2.46795 11.4179 4.58208 13.5321 7.25004 13.8696V12C7.25004 11.5858 7.58583 11.25 8.00004 11.25C8.41425 11.25 8.75004 11.5858 8.75004 12V13.8696C11.418 13.5321 13.5321 11.4179 13.8696 8.74998H12C11.5858 8.74998 11.25 8.41419 11.25 7.99998C11.25 7.58577 11.5858 7.24998 12 7.24998H13.8696C13.5321 4.58202 11.418 2.46789 8.75004 2.1304V3.99998C8.75004 4.41419 8.41425 4.74998 8.00004 4.74998C7.58583 4.74998 7.25004 4.41419 7.25004 3.99998V2.1304C4.58208 2.46789 2.46795 4.58202 2.13046 7.24998ZM0.583374 7.99998C0.583374 3.90387 3.90393 0.583313 8.00004 0.583313C12.0962 0.583313 15.4167 3.90387 15.4167 7.99998C15.4167 12.0961 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.0961 0.583374 7.99998Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12819\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCrosshair, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13476\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCrosshair size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCrosshair = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15717)\"><path d=\"M12 7.19998C11.5582 7.19998 11.2 7.55815 11.2 7.99998C11.2 8.44181 11.5582 8.79998 12 8.79998V7.19998ZM4.00004 8.79998C4.44187 8.79998 4.80004 8.44181 4.80004 7.99998C4.80004 7.55815 4.44187 7.19998 4.00004 7.19998V8.79998ZM7.20004 3.99998C7.20004 4.44181 7.55821 4.79998 8.00004 4.79998C8.44187 4.79998 8.80004 4.44181 8.80004 3.99998H7.20004ZM8.80004 12C8.80004 11.5582 8.44187 11.2 8.00004 11.2C7.55821 11.2 7.20004 11.5582 7.20004 12H8.80004ZM13.8667 7.99998C13.8667 11.2401 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1237 15.4667 7.99998H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.2401 2.13337 7.99998H0.533374C0.533374 12.1237 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99998C2.13337 4.75991 4.75997 2.13331 8.00004 2.13331V0.533313C3.87631 0.533313 0.533374 3.87625 0.533374 7.99998H2.13337ZM8.00004 2.13331C11.2401 2.13331 13.8667 4.75991 13.8667 7.99998H15.4667C15.4667 3.87625 12.1238 0.533313 8.00004 0.533313V2.13331ZM14.6667 7.19998H12V8.79998H14.6667V7.19998ZM4.00004 7.19998H1.33337V8.79998H4.00004V7.19998ZM8.80004 3.99998V1.33331H7.20004V3.99998H8.80004ZM8.80004 14.6666V12H7.20004V14.6666H8.80004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15717\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconCrosshair, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13476\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCrosshair size={size} /> });"
   ],
   [
-    "IconDatabase.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDatabase = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.75516 3.33331C2.76975 3.3619 2.81324 3.4262 2.93574 3.52274C3.14542 3.68799 3.49531 3.86961 3.99453 4.03601C4.98513 4.36621 6.40132 4.58331 8 4.58331C9.59868 4.58331 11.0149 4.36621 12.0055 4.03601C12.5047 3.86961 12.8546 3.68799 13.0643 3.52274C13.1868 3.4262 13.2303 3.3619 13.2448 3.33331C13.2303 3.30473 13.1868 3.24042 13.0643 3.14388C12.8546 2.97863 12.5047 2.79702 12.0055 2.63061C11.0149 2.30041 9.59868 2.08331 8 2.08331C6.40132 2.08331 4.98513 2.30041 3.99453 2.63061C3.49531 2.79702 3.14542 2.97863 2.93574 3.14388C2.81324 3.24043 2.76975 3.30473 2.75516 3.33331ZM13.25 5.15189C13.0105 5.26648 12.7514 5.36853 12.4798 5.45904C11.2988 5.8527 9.71503 6.08331 8 6.08331C6.28497 6.08331 4.70117 5.8527 3.52019 5.45904C3.24865 5.36853 2.98949 5.26648 2.75 5.15189V7.98989C2.75683 8.00871 2.79099 8.07777 2.93455 8.19153C3.14234 8.35619 3.48987 8.53744 3.9875 8.70358C4.97502 9.03326 6.39091 9.24998 8 9.24998C9.60909 9.24998 11.025 9.03326 12.0125 8.70358C12.5101 8.53744 12.8577 8.35619 13.0655 8.19153C13.209 8.07778 13.2432 8.00871 13.25 7.98989V5.15189ZM13.25 9.82204C13.0128 9.93554 12.7563 10.0367 12.4875 10.1264C11.3083 10.52 9.72424 10.75 8 10.75C6.27576 10.75 4.69165 10.52 3.5125 10.1264C3.24372 10.0367 2.98721 9.93554 2.75 9.82204V12.6566C2.75683 12.6754 2.79099 12.7444 2.93455 12.8582C3.14234 13.0229 3.48987 13.2041 3.9875 13.3702C4.97502 13.6999 6.39091 13.9166 8 13.9166C9.60909 13.9166 11.025 13.6999 12.0125 13.3702C12.5101 13.2041 12.8577 13.0229 13.0655 12.8582C13.209 12.7444 13.2432 12.6754 13.25 12.6566V9.82204ZM14.75 12.6666C14.75 13.2691 14.3859 13.7257 13.997 14.0338C13.6007 14.3479 13.0732 14.5975 12.4875 14.793C11.3083 15.1867 9.72424 15.4166 8 15.4166C6.27576 15.4166 4.69165 15.1867 3.5125 14.793C2.9268 14.5975 2.39933 14.3479 2.00295 14.0338C1.61406 13.7257 1.25 13.2691 1.25 12.6666V3.33331C1.25 2.72887 1.61818 2.27241 2.00728 1.96576C2.40483 1.65246 2.93362 1.40311 3.52019 1.20759C4.70117 0.813928 6.28497 0.583313 8 0.583313C9.71503 0.583313 11.2988 0.813928 12.4798 1.20759C13.0664 1.40311 13.5952 1.65246 13.9927 1.96576C14.3818 2.27241 14.75 2.72887 14.75 3.33331V12.6666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDatabase, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13478\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDatabase size={size} /> });"
+    "IconCornerUpLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconCornerUpLeft = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.4344 9.89904C5.74681 10.2115 6.25335 10.2115 6.56577 9.89904C6.87819 9.58662 6.87819 9.08009 6.56577 8.76767L5.4344 9.89904ZM2.66675 6.00002L2.10106 5.43433C1.78864 5.74675 1.78864 6.25329 2.10106 6.56571L2.66675 6.00002ZM6.56577 3.23237C6.87819 2.91995 6.87819 2.41342 6.56577 2.101C6.25335 1.78858 5.74681 1.78858 5.4344 2.101L6.56577 3.23237ZM12.5334 13.3334C12.5334 13.7752 12.8916 14.1334 13.3334 14.1334C13.7752 14.1334 14.1334 13.7752 14.1334 13.3334H12.5334ZM10.6667 6.00002V5.20002V6.00002ZM6.56577 8.76767L3.23243 5.43433L2.10106 6.56571L5.4344 9.89904L6.56577 8.76767ZM3.23243 6.56571L6.56577 3.23237L5.4344 2.101L2.10106 5.43433L3.23243 6.56571ZM14.1334 13.3334V8.66669H12.5334V13.3334H14.1334ZM14.1334 8.66669C14.1334 7.74727 13.7682 6.86551 13.118 6.21538L11.9867 7.34675C12.3367 7.69682 12.5334 8.17162 12.5334 8.66669H14.1334ZM13.118 6.21538C12.4679 5.56526 11.5862 5.20002 10.6667 5.20002V6.80002C11.1618 6.80002 11.6366 6.99669 11.9867 7.34675L13.118 6.21538ZM10.6667 5.20002H2.66675V6.80002H10.6667V5.20002Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconCornerUpLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13473\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconCornerUpLeft size={size} /> });"
   ],
   [
     "IconDelete.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDelete = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12962)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.76898 2.17281C4.9114 2.01005 5.11714 1.91669 5.33342 1.91669H14.0001C14.5526 1.91669 15.0825 2.13618 15.4732 2.52688C15.8639 2.91758 16.0834 3.44749 16.0834 4.00002V12C16.0834 12.5526 15.8639 13.0825 15.4732 13.4732C15.0825 13.8639 14.5526 14.0834 14.0001 14.0834H5.33342C5.11714 14.0834 4.9114 13.99 4.76898 13.8272L0.102316 8.4939C-0.145108 8.21113 -0.145108 7.78891 0.102316 7.50614L4.76898 2.17281ZM5.67374 3.41669L1.66332 8.00002L5.67374 12.5834H14.0001C14.1548 12.5834 14.3032 12.5219 14.4126 12.4125C14.522 12.3031 14.5834 12.1547 14.5834 12V4.00002C14.5834 3.84531 14.522 3.69694 14.4126 3.58754C14.3032 3.47814 14.1548 3.41669 14.0001 3.41669H5.67374ZM7.46975 5.46969C7.76264 5.1768 8.23752 5.1768 8.53041 5.46969L10.0001 6.93936L11.4698 5.46969C11.7626 5.1768 12.2375 5.1768 12.5304 5.46969C12.8233 5.76258 12.8233 6.23746 12.5304 6.53035L11.0607 8.00002L12.5304 9.46969C12.8233 9.76258 12.8233 10.2375 12.5304 10.5304C12.2375 10.8232 11.7626 10.8232 11.4698 10.5304L10.0001 9.06068L8.53041 10.5304C8.23752 10.8232 7.76264 10.8232 7.46975 10.5304C7.17686 10.2375 7.17686 9.76258 7.46975 9.46969L8.93942 8.00002L7.46975 6.53035C7.17686 6.23746 7.17686 5.76258 7.46975 5.46969Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12962\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDelete, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13479\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDelete size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDelete = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15721)\"><path d=\"M14.0001 2.66669V1.86669V2.66669ZM5.33341 2.66669V1.86669C5.10272 1.86669 4.88326 1.96627 4.73135 2.13988L5.33341 2.66669ZM0.666748 8.00002L0.0646867 7.47322C-0.199232 7.77484 -0.199232 8.2252 0.0646867 8.52682L0.666748 8.00002ZM5.33341 13.3334L4.73135 13.8602C4.88326 14.0338 5.10272 14.1334 5.33341 14.1334V13.3334ZM12.5658 6.56571C12.8782 6.25329 12.8782 5.74675 12.5658 5.43433C12.2533 5.12192 11.7468 5.12192 11.4344 5.43433L12.5658 6.56571ZM7.4344 9.43433C7.12198 9.74675 7.12198 10.2533 7.4344 10.5657C7.74681 10.8781 8.25335 10.8781 8.56577 10.5657L7.4344 9.43433ZM8.56577 5.43433C8.25335 5.12192 7.74681 5.12192 7.4344 5.43433C7.12198 5.74675 7.12198 6.25329 7.4344 6.56571L8.56577 5.43433ZM11.4344 10.5657C11.7468 10.8781 12.2533 10.8781 12.5658 10.5657C12.8782 10.2533 12.8782 9.74675 12.5658 9.43433L11.4344 10.5657ZM14.0001 1.86669H5.33341V3.46669H14.0001V1.86669ZM4.73135 2.13988L0.0646867 7.47322L1.26881 8.52682L5.93548 3.19349L4.73135 2.13988ZM0.0646867 8.52682L4.73135 13.8602L5.93548 12.8065L1.26881 7.47322L0.0646867 8.52682ZM5.33341 14.1334H14.0001V12.5334H5.33341V14.1334ZM14.0001 14.1334C14.5659 14.1334 15.1085 13.9086 15.5086 13.5085L14.3772 12.3771C14.2772 12.4772 14.1415 12.5334 14.0001 12.5334V14.1334ZM15.5086 13.5085C15.9087 13.1084 16.1334 12.5658 16.1334 12H14.5334C14.5334 12.1415 14.4772 12.2771 14.3772 12.3771L15.5086 13.5085ZM16.1334 12V4.00002H14.5334V12H16.1334ZM16.1334 4.00002C16.1334 3.43423 15.9087 2.8916 15.5086 2.49153L14.3772 3.6229C14.4772 3.72292 14.5334 3.85857 14.5334 4.00002H16.1334ZM15.5086 2.49153C15.1085 2.09145 14.5659 1.86669 14.0001 1.86669V3.46669C14.1415 3.46669 14.2772 3.52288 14.3772 3.6229L15.5086 2.49153ZM11.4344 5.43433L7.4344 9.43433L8.56577 10.5657L12.5658 6.56571L11.4344 5.43433ZM7.4344 6.56571L11.4344 10.5657L12.5658 9.43433L8.56577 5.43433L7.4344 6.56571Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15721\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDelete, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13479\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDelete size={size} /> });"
   ],
   [
     "IconDisc.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDisc = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12814)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 2.08331C4.73223 2.08331 2.08325 4.7323 2.08325 7.99998C2.08325 11.2677 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2677 13.9166 7.99998C13.9166 4.7323 11.2676 2.08331 7.99992 2.08331ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM7.99992 6.74998C7.30956 6.74998 6.74992 7.30962 6.74992 7.99998C6.74992 8.69034 7.30956 9.24998 7.99992 9.24998C8.69028 9.24998 9.24992 8.69034 9.24992 7.99998C9.24992 7.30962 8.69028 6.74998 7.99992 6.74998ZM5.24992 7.99998C5.24992 6.4812 6.48114 5.24998 7.99992 5.24998C9.5187 5.24998 10.7499 6.4812 10.7499 7.99998C10.7499 9.51876 9.5187 10.75 7.99992 10.75C6.48114 10.75 5.24992 9.51876 5.24992 7.99998Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12814\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDisc, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13480\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDisc size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDisc = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15723)\"><path d=\"M13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331ZM9.19992 7.99998C9.19992 8.66272 8.66266 9.19998 7.99992 9.19998V10.8C9.54632 10.8 10.7999 9.54638 10.7999 7.99998H9.19992ZM7.99992 9.19998C7.33718 9.19998 6.79992 8.66272 6.79992 7.99998H5.19992C5.19992 9.54638 6.45352 10.8 7.99992 10.8V9.19998ZM6.79992 7.99998C6.79992 7.33724 7.33718 6.79998 7.99992 6.79998V5.19998C6.45352 5.19998 5.19992 6.45358 5.19992 7.99998H6.79992ZM7.99992 6.79998C8.66266 6.79998 9.19992 7.33724 9.19992 7.99998H10.7999C10.7999 6.45358 9.54632 5.19998 7.99992 5.19998V6.79998Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15723\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDisc, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13480\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDisc size={size} /> });"
   ],
   [
-    "IconDivideCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDivideCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12810)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 2.08331C4.73223 2.08331 2.08325 4.7323 2.08325 7.99998C2.08325 11.2677 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2677 13.9166 7.99998C13.9166 4.7323 11.2676 2.08331 7.99992 2.08331ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM7.99992 5.74998C8.23004 5.74998 8.41659 5.56343 8.41659 5.33331C8.41659 5.1032 8.23004 4.91665 7.99992 4.91665C7.7698 4.91665 7.58325 5.10319 7.58325 5.33331C7.58325 5.56343 7.7698 5.74998 7.99992 5.74998ZM6.91659 5.33331C6.91659 4.735 7.40161 4.24998 7.99992 4.24998C8.59823 4.24998 9.08325 4.735 9.08325 5.33331C9.08325 5.93162 8.59823 6.41665 7.99992 6.41665C7.40161 6.41665 6.91659 5.93162 6.91659 5.33331ZM4.58325 7.99998C4.58325 7.58577 4.91904 7.24998 5.33325 7.24998H10.6666C11.0808 7.24998 11.4166 7.58577 11.4166 7.99998C11.4166 8.41419 11.0808 8.74998 10.6666 8.74998H5.33325C4.91904 8.74998 4.58325 8.41419 4.58325 7.99998ZM7.99992 11.0833C8.23004 11.0833 8.41659 10.8968 8.41659 10.6666C8.41659 10.4365 8.23004 10.25 7.99992 10.25C7.7698 10.25 7.58325 10.4365 7.58325 10.6666C7.58325 10.8968 7.7698 11.0833 7.99992 11.0833ZM6.91659 10.6666C6.91659 10.0683 7.40161 9.58331 7.99992 9.58331C8.59823 9.58331 9.08325 10.0683 9.08325 10.6666C9.08325 11.265 8.59823 11.75 7.99992 11.75C7.40161 11.75 6.91659 11.265 6.91659 10.6666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12810\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDivideCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13481\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDivideCircle size={size} /> });"
+    "IconDribbble.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDribbble = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15737)\"><path d=\"M6.35449 1.36389C6.09521 1.00613 5.59501 0.926295 5.23726 1.18557C4.8795 1.44484 4.79966 1.94504 5.05893 2.30279L6.35449 1.36389ZM10.2825 13.835C10.3865 14.2644 10.8189 14.5282 11.2483 14.4242C11.6777 14.3202 11.9416 13.8878 11.8376 13.4584L10.2825 13.835ZM13.3614 3.91329C13.6485 3.5775 13.6091 3.0725 13.2733 2.78535C12.9375 2.49819 12.4325 2.53761 12.1454 2.8734L13.3614 3.91329ZM1.4809 6.49357C1.0392 6.50414 0.6897 6.87078 0.70027 7.31248C0.710839 7.75418 1.07748 8.10368 1.51918 8.09311L1.4809 6.49357ZM14.2946 9.33318C14.7216 9.44664 15.1597 9.19246 15.2732 8.76545C15.3867 8.33844 15.1325 7.9003 14.7055 7.78684L14.2946 9.33318ZM8.54004 8.56001L8.27242 7.8061L8.27134 7.80648L8.54004 8.56001ZM2.92537 12.3136C2.67143 12.6751 2.75869 13.1741 3.12026 13.428C3.48182 13.6819 3.98078 13.5947 4.23471 13.2331L2.92537 12.3136ZM13.8667 8.00001C13.8667 11.2401 11.2401 13.8667 8.00004 13.8667V15.4667C12.1238 15.4667 15.4667 12.1237 15.4667 8.00001H13.8667ZM8.00004 13.8667C4.75997 13.8667 2.13337 11.2401 2.13337 8.00001H0.533374C0.533374 12.1237 3.87631 15.4667 8.00004 15.4667V13.8667ZM2.13337 8.00001C2.13337 4.75994 4.75997 2.13334 8.00004 2.13334V0.533343C3.87631 0.533343 0.533374 3.87628 0.533374 8.00001H2.13337ZM8.00004 2.13334C11.2401 2.13334 13.8667 4.75994 13.8667 8.00001H15.4667C15.4667 3.87628 12.1238 0.533343 8.00004 0.533343V2.13334ZM5.05893 2.30279C6.50245 4.29466 7.47122 5.81593 8.24618 7.50596C9.0221 9.19807 9.61782 11.0902 10.2825 13.835L11.8376 13.4584C11.1623 10.6698 10.538 8.66528 9.70057 6.83906C8.8622 5.01075 7.82429 3.39203 6.35449 1.36389L5.05893 2.30279ZM12.1454 2.8734C9.89724 5.50227 6.72103 6.36818 1.4809 6.49357L1.51918 8.09311C6.86571 7.96517 10.6495 7.08442 13.3614 3.91329L12.1454 2.8734ZM14.7055 7.78684C12.2519 7.1349 9.99609 7.19424 8.27242 7.8061L8.80766 9.31392C10.164 8.83245 12.0815 8.74512 14.2946 9.33318L14.7055 7.78684ZM8.27134 7.80648C6.35014 8.49156 4.60858 9.91688 2.92537 12.3136L4.23471 13.2331C5.7915 11.0165 7.28994 9.85512 8.80874 9.31354L8.27134 7.80648Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15737\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDribbble, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13486\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDribbble size={size} /> });"
   ],
   [
-    "IconDivideSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDivideSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM8 5.75C8.23012 5.75 8.41667 5.56345 8.41667 5.33333C8.41667 5.10322 8.23012 4.91667 8 4.91667C7.76988 4.91667 7.58333 5.10321 7.58333 5.33333C7.58333 5.56345 7.76988 5.75 8 5.75ZM6.91667 5.33333C6.91667 4.73503 7.40169 4.25 8 4.25C8.59831 4.25 9.08333 4.73502 9.08333 5.33333C9.08333 5.93164 8.59831 6.41667 8 6.41667C7.40169 6.41667 6.91667 5.93164 6.91667 5.33333ZM4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H10.6667C11.0809 7.25 11.4167 7.58579 11.4167 8C11.4167 8.41421 11.0809 8.75 10.6667 8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8ZM8 11.0833C8.23012 11.0833 8.41667 10.8968 8.41667 10.6667C8.41667 10.4365 8.23012 10.25 8 10.25C7.76988 10.25 7.58333 10.4365 7.58333 10.6667C7.58333 10.8968 7.76988 11.0833 8 11.0833ZM6.91667 10.6667C6.91667 10.0684 7.40169 9.58333 8 9.58333C8.59831 9.58333 9.08333 10.0684 9.08333 10.6667C9.08333 11.265 8.59831 11.75 8 11.75C7.40169 11.75 6.91667 11.265 6.91667 10.6667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDivideSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13483\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDivideSquare size={size} /> });"
+    "IconDivide.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDivide = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.3335 7.20002C2.89167 7.20002 2.5335 7.55819 2.5335 8.00002C2.5335 8.44185 2.89167 8.80002 3.3335 8.80002V7.20002ZM12.6668 8.80002C13.1087 8.80002 13.4668 8.44185 13.4668 8.00002C13.4668 7.55819 13.1087 7.20002 12.6668 7.20002V8.80002ZM8.5335 4.00002C8.5335 4.29457 8.29471 4.53335 8.00016 4.53335V6.13335C9.17837 6.13335 10.1335 5.17823 10.1335 4.00002H8.5335ZM8.00016 4.53335C7.70561 4.53335 7.46683 4.29457 7.46683 4.00002H5.86683C5.86683 5.17823 6.82195 6.13335 8.00016 6.13335V4.53335ZM7.46683 4.00002C7.46683 3.70547 7.70561 3.46669 8.00016 3.46669V1.86669C6.82195 1.86669 5.86683 2.82181 5.86683 4.00002H7.46683ZM8.00016 3.46669C8.29471 3.46669 8.5335 3.70547 8.5335 4.00002H10.1335C10.1335 2.82181 9.17837 1.86669 8.00016 1.86669V3.46669ZM3.3335 8.80002H12.6668V7.20002H3.3335V8.80002ZM8.5335 12C8.5335 12.2946 8.29471 12.5334 8.00016 12.5334V14.1334C9.17837 14.1334 10.1335 13.1782 10.1335 12H8.5335ZM8.00016 12.5334C7.70561 12.5334 7.46683 12.2946 7.46683 12H5.86683C5.86683 13.1782 6.82195 14.1334 8.00016 14.1334V12.5334ZM7.46683 12C7.46683 11.7055 7.70561 11.4667 8.00016 11.4667V9.86669C6.82195 9.86669 5.86683 10.8218 5.86683 12H7.46683ZM8.00016 11.4667C8.29471 11.4667 8.5335 11.7055 8.5335 12H10.1335C10.1335 10.8218 9.17837 9.86669 8.00016 9.86669V11.4667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDivide, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13482\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDivide size={size} /> });"
   ],
   [
-    "IconDivide.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDivide = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 3.41669C7.678 3.41669 7.41683 3.67785 7.41683 4.00002C7.41683 4.32219 7.678 4.58335 8.00016 4.58335C8.32233 4.58335 8.5835 4.32219 8.5835 4.00002C8.5835 3.67785 8.32233 3.41669 8.00016 3.41669ZM5.91683 4.00002C5.91683 2.84943 6.84957 1.91669 8.00016 1.91669C9.15076 1.91669 10.0835 2.84943 10.0835 4.00002C10.0835 5.15061 9.15076 6.08335 8.00016 6.08335C6.84957 6.08335 5.91683 5.15061 5.91683 4.00002ZM2.5835 8.00002C2.5835 7.58581 2.91928 7.25002 3.3335 7.25002H12.6668C13.081 7.25002 13.4168 7.58581 13.4168 8.00002C13.4168 8.41423 13.081 8.75002 12.6668 8.75002H3.3335C2.91928 8.75002 2.5835 8.41423 2.5835 8.00002ZM8.00016 11.4167C7.678 11.4167 7.41683 11.6779 7.41683 12C7.41683 12.3222 7.678 12.5834 8.00016 12.5834C8.32233 12.5834 8.5835 12.3222 8.5835 12C8.5835 11.6779 8.32233 11.4167 8.00016 11.4167ZM5.91683 12C5.91683 10.8494 6.84957 9.91669 8.00016 9.91669C9.15076 9.91669 10.0835 10.8494 10.0835 12C10.0835 13.1506 9.15076 14.0834 8.00016 14.0834C6.84957 14.0834 5.91683 13.1506 5.91683 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDivide, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13482\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDivide size={size} /> });"
+    "IconExternalLink.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconExternalLink = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.8 8.66667C12.8 8.22484 12.4418 7.86667 12 7.86667C11.5582 7.86667 11.2 8.22484 11.2 8.66667H12.8ZM2 12.6667H1.2H2ZM3.33333 4V3.2V4ZM7.33333 4.8C7.77516 4.8 8.13333 4.44183 8.13333 4C8.13333 3.55817 7.77516 3.2 7.33333 3.2V4.8ZM10 1.2C9.55817 1.2 9.2 1.55817 9.2 2C9.2 2.44183 9.55817 2.8 10 2.8V1.2ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM13.2 6C13.2 6.44183 13.5582 6.8 14 6.8C14.4418 6.8 14.8 6.44183 14.8 6H13.2ZM6.10098 8.76765C5.78856 9.08007 5.78856 9.5866 6.10098 9.89902C6.4134 10.2114 6.91993 10.2114 7.23235 9.89902L6.10098 8.76765ZM11.2 8.66667V12.6667H12.8V8.66667H11.2ZM11.2 12.6667C11.2 12.8081 11.1438 12.9438 11.0438 13.0438L12.1752 14.1752C12.5752 13.7751 12.8 13.2325 12.8 12.6667H11.2ZM11.0438 13.0438C10.9438 13.1438 10.8081 13.2 10.6667 13.2V14.8C11.2325 14.8 11.7751 14.5752 12.1752 14.1752L11.0438 13.0438ZM10.6667 13.2H3.33333V14.8H10.6667V13.2ZM3.33333 13.2C3.19188 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V5.33333H1.2V12.6667H2.8ZM2.8 5.33333C2.8 5.19188 2.85619 5.05623 2.95621 4.95621L1.82484 3.82484C1.42476 4.22492 1.2 4.76754 1.2 5.33333H2.8ZM2.95621 4.95621C3.05623 4.85619 3.19188 4.8 3.33333 4.8V3.2C2.76754 3.2 2.22492 3.42476 1.82484 3.82484L2.95621 4.95621ZM3.33333 4.8H7.33333V3.2H3.33333V4.8ZM10 2.8H14V1.2H10V2.8ZM13.2 2V6H14.8V2H13.2ZM7.23235 9.89902L14.5657 2.56569L13.4343 1.43431L6.10098 8.76765L7.23235 9.89902Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconExternalLink, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13493\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconExternalLink size={size} /> });"
   ],
   [
     "IconDollarSign.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDollarSign = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12927)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 -0.0833435C8.41421 -0.0833435 8.75 0.252443 8.75 0.666656V2.58332H11.3333C11.7475 2.58332 12.0833 2.91911 12.0833 3.33332C12.0833 3.74754 11.7475 4.08332 11.3333 4.08332H8.75V7.24999H9.66667C10.4844 7.24999 11.2687 7.57484 11.8469 8.15308C12.4252 8.73132 12.75 9.51557 12.75 10.3333C12.75 11.1511 12.4252 11.9353 11.8469 12.5136C11.2687 13.0918 10.4844 13.4167 9.66667 13.4167H8.75V15.3333C8.75 15.7475 8.41421 16.0833 8 16.0833C7.58579 16.0833 7.25 15.7475 7.25 15.3333V13.4167H4C3.58579 13.4167 3.25 13.0809 3.25 12.6667C3.25 12.2524 3.58579 11.9167 4 11.9167H7.25V8.74999H6.33333C5.51558 8.74999 4.73132 8.42514 4.15309 7.8469C3.57485 7.26867 3.25 6.48441 3.25 5.66666C3.25 4.84891 3.57485 4.06465 4.15309 3.48641C4.73132 2.90817 5.51558 2.58332 6.33333 2.58332H7.25V0.666656C7.25 0.252443 7.58579 -0.0833435 8 -0.0833435ZM7.25 4.08332H6.33333C5.91341 4.08332 5.51068 4.25014 5.21375 4.54707C4.91682 4.844 4.75 5.24673 4.75 5.66666C4.75 6.08658 4.91682 6.48931 5.21375 6.78624C5.51068 7.08318 5.91341 7.24999 6.33333 7.24999H7.25V4.08332ZM8.75 8.74999V11.9167H9.66667C10.0866 11.9167 10.4893 11.7498 10.7863 11.4529C11.0832 11.156 11.25 10.7533 11.25 10.3333C11.25 9.9134 11.0832 9.51067 10.7863 9.21374C10.4893 8.91681 10.0866 8.74999 9.66667 8.74999H8.75Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12927\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDollarSign, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13485\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDollarSign size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDollarSign = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15731)\"><path d=\"M8.8 0.666656C8.8 0.224829 8.44183 -0.133344 8 -0.133344C7.55817 -0.133344 7.2 0.224829 7.2 0.666656H8.8ZM7.2 15.3333C7.2 15.7752 7.55817 16.1333 8 16.1333C8.44183 16.1333 8.8 15.7752 8.8 15.3333H7.2ZM11.3333 4.13332C11.7752 4.13332 12.1333 3.77515 12.1333 3.33332C12.1333 2.8915 11.7752 2.53332 11.3333 2.53332V4.13332ZM4 5.66666H3.2H4ZM6.33333 7.99999V8.79999V7.99999ZM9.66667 7.99999V7.19999V7.99999ZM9.66667 12.6667V13.4667V12.6667ZM4 11.8667C3.55817 11.8667 3.2 12.2248 3.2 12.6667C3.2 13.1085 3.55817 13.4667 4 13.4667V11.8667ZM7.2 0.666656V15.3333H8.8V0.666656H7.2ZM11.3333 2.53332H6.33333V4.13332H11.3333V2.53332ZM6.33333 2.53332C5.50232 2.53332 4.70535 2.86344 4.11773 3.45106L5.2491 4.58243C5.53666 4.29487 5.92667 4.13332 6.33333 4.13332V2.53332ZM4.11773 3.45106C3.53012 4.03867 3.2 4.83564 3.2 5.66666H4.8C4.8 5.25999 4.96155 4.86998 5.2491 4.58243L4.11773 3.45106ZM3.2 5.66666C3.2 6.49767 3.53012 7.29464 4.11773 7.88226L5.2491 6.75089C4.96155 6.46333 4.8 6.07332 4.8 5.66666H3.2ZM4.11773 7.88226C4.70535 8.46987 5.50232 8.79999 6.33333 8.79999V7.19999C5.92667 7.19999 5.53666 7.03844 5.2491 6.75089L4.11773 7.88226ZM6.33333 8.79999H9.66667V7.19999H6.33333V8.79999ZM9.66667 8.79999C10.0733 8.79999 10.4633 8.96154 10.7509 9.24909L11.8823 8.11772C11.2947 7.53011 10.4977 7.19999 9.66667 7.19999V8.79999ZM10.7509 9.24909C11.0385 9.53665 11.2 9.92666 11.2 10.3333H12.8C12.8 9.50231 12.4699 8.70534 11.8823 8.11772L10.7509 9.24909ZM11.2 10.3333C11.2 10.74 11.0385 11.13 10.7509 11.4176L11.8823 12.5489C12.4699 11.9613 12.8 11.1643 12.8 10.3333H11.2ZM10.7509 11.4176C10.4633 11.7051 10.0733 11.8667 9.66667 11.8667V13.4667C10.4977 13.4667 11.2947 13.1365 11.8823 12.5489L10.7509 11.4176ZM9.66667 11.8667H4V13.4667H9.66667V11.8667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15731\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDollarSign, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13485\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDollarSign size={size} /> });"
+  ],
+  [
+    "IconEdit2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconEdit2 = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15741)\"><path d=\"M11.3333 2.00001L10.7676 1.43432L11.3333 2.00001ZM12.6666 1.44772V0.647723V1.44772ZM14.5522 3.33334H15.3522H14.5522ZM13.9999 4.66667L14.5656 5.23236L13.9999 4.66667ZM4.99992 13.6667L5.21041 14.4385C5.34473 14.4019 5.46716 14.3308 5.5656 14.2324L4.99992 13.6667ZM1.33325 14.6667L0.561441 14.4562C0.485904 14.7331 0.564566 15.0294 0.767567 15.2324C0.970567 15.4354 1.26678 15.514 1.54375 15.4385L1.33325 14.6667ZM2.33325 11L1.76757 10.4343C1.66912 10.5328 1.59807 10.6552 1.56144 10.7895L2.33325 11ZM11.8989 2.56569C11.9997 2.46488 12.1194 2.38492 12.2511 2.33036L11.6388 0.852154C11.313 0.987119 11.0169 1.18494 10.7676 1.43432L11.8989 2.56569ZM12.2511 2.33036C12.3828 2.2758 12.524 2.24772 12.6666 2.24772V0.647723C12.3139 0.647723 11.9647 0.717189 11.6388 0.852154L12.2511 2.33036ZM12.6666 2.24772C12.8091 2.24772 12.9503 2.2758 13.082 2.33036L13.6943 0.852154C13.3685 0.717189 13.0193 0.647723 12.6666 0.647723V2.24772ZM13.082 2.33036C13.2137 2.38492 13.3334 2.46489 13.4342 2.56569L14.5656 1.43432C14.3162 1.18494 14.0202 0.987118 13.6943 0.852154L13.082 2.33036ZM13.4342 2.56569C13.535 2.6665 13.615 2.78618 13.6696 2.91789L15.1478 2.3056C15.0128 1.97976 14.815 1.6837 14.5656 1.43432L13.4342 2.56569ZM13.6696 2.91789C13.7241 3.0496 13.7522 3.19077 13.7522 3.33334H15.3522C15.3522 2.98066 15.2827 2.63144 15.1478 2.3056L13.6696 2.91789ZM13.7522 3.33334C13.7522 3.47591 13.7241 3.61708 13.6696 3.74879L15.1478 4.36108C15.2827 4.03525 15.3522 3.68602 15.3522 3.33334H13.7522ZM13.6696 3.74879C13.615 3.8805 13.535 4.00018 13.4342 4.10099L14.5656 5.23236C14.815 4.98298 15.0128 4.68692 15.1478 4.36108L13.6696 3.74879ZM13.4342 4.10099L4.43423 13.101L5.5656 14.2324L14.5656 5.23236L13.4342 4.10099ZM4.78942 12.8949L1.12276 13.8949L1.54375 15.4385L5.21041 14.4385L4.78942 12.8949ZM2.10506 14.8772L3.10506 11.2105L1.56144 10.7895L0.561441 14.4562L2.10506 14.8772ZM2.89894 11.5657L11.8989 2.56569L10.7676 1.43432L1.76757 10.4343L2.89894 11.5657Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15741\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEdit2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13489\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEdit2 size={size} /> });"
   ],
   [
     "IconDownloadCloud.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDownloadCloud = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12803)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.77541 1.24615C6.695 1.21308 7.6101 1.38905 8.45184 1.76083C9.29357 2.1326 10.04 2.69048 10.6349 3.39247C11.1024 3.94405 11.4667 4.57329 11.7123 5.24999L11.9994 5.24999C12.8672 5.24943 13.7132 5.52535 14.4136 6.03771C15.1141 6.55019 15.6331 7.27257 15.8953 8.10001C16.1574 8.92745 16.1491 9.8169 15.8715 10.6393C15.5939 11.4617 15.0614 12.1742 14.3514 12.6735C14.0126 12.9117 13.5448 12.8302 13.3065 12.4914C13.0683 12.1526 13.1498 11.6847 13.4886 11.4465C13.9378 11.1306 14.2746 10.6798 14.4503 10.1595C14.6259 9.63926 14.6312 9.07654 14.4653 8.55306C14.2995 8.02958 13.9711 7.57257 13.5279 7.24834C13.0847 6.92412 12.5497 6.74956 12.0006 6.74999H11.16C10.8176 6.74999 10.5187 6.51807 10.4336 6.18639C10.2612 5.51486 9.93883 4.89117 9.4906 4.36227C9.04237 3.83337 8.47999 3.41305 7.84581 3.13295C7.21162 2.85285 6.52216 2.72026 5.82932 2.74518C5.13648 2.77009 4.45832 2.95186 3.8459 3.27679C3.23347 3.60173 2.70274 4.06136 2.29366 4.62109C1.88457 5.18082 1.6078 5.82606 1.48417 6.50823C1.36054 7.1904 1.39328 7.89174 1.57991 8.55943C1.76655 9.22712 2.10223 9.84377 2.56168 10.363C2.83618 10.6732 2.80724 11.1471 2.49705 11.4216C2.18685 11.6961 1.71286 11.6672 1.43836 11.357C0.828547 10.6679 0.383012 9.84945 0.135292 8.96324C-0.112429 8.07703 -0.155879 7.14617 0.00821159 6.24074C0.172303 5.33531 0.539659 4.4789 1.08262 3.73599C1.62559 2.99308 2.33002 2.38302 3.14287 1.95175C3.95573 1.52047 4.85583 1.27922 5.77541 1.24615ZM8.00002 7.24999C8.41423 7.24999 8.75002 7.58577 8.75002 7.99999V12.1893L10.1364 10.803C10.4292 10.5101 10.9041 10.5101 11.197 10.803C11.4899 11.0959 11.4899 11.5708 11.197 11.8636L8.53035 14.5303C8.38969 14.671 8.19893 14.75 8.00002 14.75C7.8011 14.75 7.61034 14.671 7.46969 14.5303L4.80302 11.8636C4.51013 11.5708 4.51013 11.0959 4.80302 10.803C5.09591 10.5101 5.57079 10.5101 5.86368 10.803L7.25002 12.1893L7.25002 7.99999C7.25002 7.58577 7.5858 7.24999 8.00002 7.24999Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12803\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDownloadCloud, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13484\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDownloadCloud size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconDownloadCloud = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15733)\"><path d=\"M5.89903 10.7676C5.58662 10.4552 5.08008 10.4552 4.76766 10.7676C4.45524 11.0801 4.45524 11.5866 4.76766 11.899L5.89903 10.7676ZM8.00002 14L7.43433 14.5657C7.58436 14.7157 7.78784 14.8 8.00002 14.8C8.21219 14.8 8.41567 14.7157 8.5657 14.5657L8.00002 14ZM11.2324 11.899C11.5448 11.5866 11.5448 11.0801 11.2324 10.7676C10.9199 10.4552 10.4134 10.4552 10.101 10.7676L11.2324 11.899ZM8.80002 7.99999C8.80002 7.55816 8.44184 7.19999 8.00002 7.19999C7.55819 7.19999 7.20002 7.55816 7.20002 7.99999H8.80002ZM13.4598 11.4056C13.0984 11.6597 13.0115 12.1587 13.2656 12.5202C13.5198 12.8816 14.0188 12.9685 14.3802 12.7144L13.4598 11.4056ZM12 5.99999V6.79999L12.0006 6.79999L12 5.99999ZM11.16 5.99999L10.3851 6.19882C10.4759 6.55261 10.7948 6.79999 11.16 6.79999V5.99999ZM1.40091 11.3902C1.69371 11.721 2.19931 11.7519 2.53018 11.4591C2.86106 11.1663 2.89192 10.6607 2.59912 10.3298L1.40091 11.3902ZM4.76766 11.899L7.43433 14.5657L8.5657 13.4343L5.89903 10.7676L4.76766 11.899ZM8.5657 14.5657L11.2324 11.899L10.101 10.7676L7.43433 13.4343L8.5657 14.5657ZM7.20002 7.99999V14H8.80002V7.99999H7.20002ZM14.3802 12.7144C15.0989 12.209 15.6378 11.4877 15.9189 10.6553L14.4029 10.1436C14.2307 10.6538 13.9003 11.0958 13.4598 11.4056L14.3802 12.7144ZM15.9189 10.6553C16.1999 9.82282 16.2083 8.92248 15.9429 8.08491L14.4176 8.56816C14.5803 9.08151 14.5751 9.63334 14.4029 10.1436L15.9189 10.6553ZM15.9429 8.08491C15.6775 7.24734 15.1522 6.51611 14.4431 5.99736L13.4984 7.2887C13.933 7.60664 14.255 8.05481 14.4176 8.56816L15.9429 8.08491ZM14.4431 5.99736C13.734 5.4786 12.878 5.1993 11.9994 5.19999L12.0006 6.79999C12.5391 6.79956 13.0638 6.97075 13.4984 7.2887L14.4431 5.99736ZM12 5.19999H11.16V6.79999H12V5.19999ZM11.9349 5.80115C11.7043 4.90252 11.2729 4.06791 10.6731 3.36015L9.45245 4.3946C9.8958 4.91773 10.2147 5.53461 10.3851 6.19882L11.9349 5.80115ZM10.6731 3.36015C10.0733 2.65238 9.32069 2.08992 8.47204 1.71509L7.8256 3.17869C8.45287 3.45573 9.00911 3.87147 9.45245 4.3946L10.6731 3.36015ZM8.47204 1.71509C7.62339 1.34026 6.70076 1.16284 5.77362 1.19618L5.83112 2.79515C6.5164 2.7705 7.19834 2.90164 7.8256 3.17869L8.47204 1.71509ZM5.77362 1.19618C4.84647 1.22952 3.93897 1.47276 3.11944 1.90758L3.86933 3.32096C4.47508 2.99957 5.14584 2.81979 5.83112 2.79515L5.77362 1.19618ZM3.11944 1.90758C2.2999 2.3424 1.58969 2.95747 1.04226 3.70649L2.33403 4.65059C2.73865 4.09697 3.26359 3.64235 3.86933 3.32096L3.11944 1.90758ZM1.04226 3.70649C0.494828 4.45551 0.124453 5.31895 -0.040987 6.23183L1.53337 6.51715C1.65565 5.84241 1.92941 5.20421 2.33403 4.65059L1.04226 3.70649ZM-0.040987 6.23183C-0.206427 7.1447 -0.162619 8.08321 0.0871375 8.9767L1.62807 8.54597C1.44347 7.88556 1.41109 7.19188 1.53337 6.51715L-0.040987 6.23183ZM0.0871375 8.9767C0.336894 9.87019 0.786092 10.6954 1.40091 11.3902L2.59912 10.3298C2.14469 9.8163 1.81267 9.20637 1.62807 8.54597L0.0871375 8.9767Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15733\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDownloadCloud, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13484\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDownloadCloud size={size} /> });"
   ],
   [
-    "IconDownload.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDownload = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V8.18934L10.803 6.13634C11.0959 5.84344 11.5708 5.84344 11.8637 6.13634C12.1566 6.42923 12.1566 6.9041 11.8637 7.197L8.53033 10.5303C8.23744 10.8232 7.76256 10.8232 7.46967 10.5303L4.13634 7.197C3.84344 6.9041 3.84344 6.42923 4.13634 6.13634C4.42923 5.84344 4.9041 5.84344 5.197 6.13634L7.25 8.18934V2C7.25 1.58579 7.58579 1.25 8 1.25ZM2 9.25C2.41421 9.25 2.75 9.58579 2.75 10V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V10C13.25 9.58579 13.5858 9.25 14 9.25C14.4142 9.25 14.75 9.58579 14.75 10V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V10C1.25 9.58579 1.58579 9.25 2 9.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDownload, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13487\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDownload size={size} /> });"
+    "IconEdit.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconEdit = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15745)\"><path d=\"M7.3335 3.46665C7.77532 3.46665 8.1335 3.10848 8.1335 2.66665C8.1335 2.22483 7.77532 1.86665 7.3335 1.86665V3.46665ZM2.66683 2.66665V1.86665V2.66665ZM1.3335 3.99999H0.533496H1.3335ZM1.3335 13.3333H0.533496H1.3335ZM14.1335 8.66665C14.1335 8.22483 13.7753 7.86665 13.3335 7.86665C12.8917 7.86665 12.5335 8.22483 12.5335 8.66665H14.1335ZM12.3335 1.66665L11.7678 1.10097V1.10097L12.3335 1.66665ZM13.3335 1.25244V0.452441V1.25244ZM14.3335 3.66665L13.7678 3.10097L14.3335 3.66665ZM8.00016 9.99999L8.19419 10.7761C8.33486 10.7409 8.46332 10.6682 8.56585 10.5657L8.00016 9.99999ZM5.3335 10.6667L4.55738 10.4726C4.48923 10.7452 4.56911 11.0336 4.76781 11.2323C4.96651 11.431 5.2549 11.5109 5.52752 11.4428L5.3335 10.6667ZM6.00016 7.99999L5.43448 7.4343C5.33195 7.53683 5.25922 7.66529 5.22405 7.80596L6.00016 7.99999ZM7.3335 1.86665H2.66683V3.46665H7.3335V1.86665ZM2.66683 1.86665C2.10103 1.86665 1.55841 2.09142 1.15833 2.49149L2.28971 3.62286C2.38973 3.52285 2.52538 3.46665 2.66683 3.46665V1.86665ZM1.15833 2.49149C0.758257 2.89157 0.533496 3.43419 0.533496 3.99999H2.1335C2.1335 3.85854 2.18969 3.72288 2.28971 3.62286L1.15833 2.49149ZM0.533496 3.99999V13.3333H2.1335V3.99999H0.533496ZM0.533496 13.3333C0.533496 13.8991 0.758257 14.4417 1.15833 14.8418L2.28971 13.7104C2.18969 13.6104 2.1335 13.4748 2.1335 13.3333H0.533496ZM1.15833 14.8418C1.55841 15.2419 2.10103 15.4667 2.66683 15.4667V13.8667C2.52538 13.8667 2.38973 13.8105 2.28971 13.7104L1.15833 14.8418ZM2.66683 15.4667H12.0002V13.8667H2.66683V15.4667ZM12.0002 15.4667C12.566 15.4667 13.1086 15.2419 13.5087 14.8418L12.3773 13.7104C12.2773 13.8105 12.1416 13.8667 12.0002 13.8667V15.4667ZM13.5087 14.8418C13.9087 14.4417 14.1335 13.8991 14.1335 13.3333H12.5335C12.5335 13.4748 12.4773 13.6104 12.3773 13.7104L13.5087 14.8418ZM14.1335 13.3333V8.66665H12.5335V13.3333H14.1335ZM12.8992 2.23234C13.0144 2.11715 13.1706 2.05244 13.3335 2.05244V0.452441C12.7462 0.452441 12.1831 0.685724 11.7678 1.10097L12.8992 2.23234ZM13.3335 2.05244C13.4964 2.05244 13.6526 2.11715 13.7678 2.23234L14.8992 1.10097C14.4839 0.685724 13.9207 0.452441 13.3335 0.452441V2.05244ZM13.7678 2.23234C13.883 2.34753 13.9477 2.50376 13.9477 2.66665H15.5477C15.5477 2.07941 15.3144 1.51622 14.8992 1.10097L13.7678 2.23234ZM13.9477 2.66665C13.9477 2.82955 13.883 2.98578 13.7678 3.10097L14.8992 4.23234C15.3144 3.81709 15.5477 3.2539 15.5477 2.66665H13.9477ZM13.7678 3.10097L7.43448 9.4343L8.56585 10.5657L14.8992 4.23234L13.7678 3.10097ZM7.80613 9.22387L5.13947 9.89054L5.52752 11.4428L8.19419 10.7761L7.80613 9.22387ZM6.10961 10.8607L6.77628 8.19402L5.22405 7.80596L4.55738 10.4726L6.10961 10.8607ZM6.56585 8.56567L12.8992 2.23234L11.7678 1.10097L5.43448 7.4343L6.56585 8.56567Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15745\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEdit, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13490\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEdit size={size} /> });"
   ],
   [
-    "IconDribbble.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDribbble = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_13007)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.27041 6.51836C4.28943 6.43661 5.98851 6.22729 7.43951 5.8235C6.88034 4.83802 6.21898 3.83727 5.39612 2.68566C3.86426 3.43766 2.70512 4.83247 2.27041 6.51836ZM6.88266 2.1887C7.66731 3.30346 8.31759 4.30848 8.87871 5.32359C9.97499 4.85588 10.9092 4.22972 11.726 3.40365C10.7088 2.57807 9.4122 2.08334 8.00004 2.08334C7.61804 2.08334 7.2445 2.11954 6.88266 2.1887ZM12.7626 4.48869C11.8227 5.43207 10.7624 6.13826 9.5633 6.6622C9.59418 6.72784 9.62478 6.79373 9.65512 6.8599C9.7464 7.05896 9.83514 7.26016 9.9217 7.46428C11.1174 7.3006 12.4694 7.35052 13.9065 7.649C13.8375 6.46949 13.4229 5.38281 12.7626 4.48869ZM13.8028 9.16114C12.5811 8.88686 11.4582 8.81948 10.4817 8.90976C10.8747 10.0203 11.2324 11.2495 11.598 12.6974C12.7151 11.8405 13.5177 10.594 13.8028 9.16114ZM10.2461 13.4754C9.8262 11.7727 9.42966 10.4035 8.99211 9.19956C8.92403 9.22095 8.85721 9.24328 8.79168 9.26654C7.36235 9.77629 5.95508 10.8293 4.50481 12.7744C5.48412 13.4926 6.69255 13.9167 8.00004 13.9167C8.79512 13.9167 9.55356 13.7599 10.2461 13.4754ZM3.41042 11.7342C4.9517 9.70783 6.54726 8.47436 8.28814 7.85358L8.28915 7.85322C8.33715 7.83618 8.38558 7.81957 8.43441 7.80339C8.38748 7.69643 8.3399 7.59039 8.29163 7.48512C8.24466 7.38268 8.19697 7.28086 8.14852 7.17952C6.40208 7.70688 4.39508 7.94546 2.08343 8.02652C2.0896 9.43222 2.58597 10.7222 3.41042 11.7342ZM0.583374 8.00001C0.583374 3.9039 3.90393 0.583344 8.00004 0.583344C12.0962 0.583344 15.4167 3.9039 15.4167 8.00001C15.4167 12.0961 12.0962 15.4167 8.00004 15.4167C3.90393 15.4167 0.583374 12.0961 0.583374 8.00001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_13007\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconDribbble, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13486\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDribbble size={size} /> });"
+    "IconFastForward.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFastForward = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.66671 12.6667H7.86671C7.86671 12.9722 8.04075 13.2511 8.31523 13.3853C8.5897 13.5196 8.91668 13.4857 9.15786 13.2981L8.66671 12.6667ZM14.6667 7.99999L15.1579 8.63148C15.3527 8.47991 15.4667 8.24687 15.4667 7.99999C15.4667 7.75312 15.3527 7.52008 15.1579 7.36851L14.6667 7.99999ZM8.66671 3.33333L9.15786 2.70185C8.91668 2.51426 8.5897 2.48043 8.31523 2.61468C8.04075 2.74892 7.86671 3.02778 7.86671 3.33333H8.66671ZM1.33337 12.6667H0.533374C0.533374 12.9722 0.707415 13.2511 0.981893 13.3853C1.25637 13.5196 1.58334 13.4857 1.82453 13.2981L1.33337 12.6667ZM7.33337 7.99999L7.82453 8.63148C8.0194 8.47991 8.13337 8.24687 8.13337 7.99999C8.13337 7.75312 8.0194 7.52008 7.82453 7.36851L7.33337 7.99999ZM1.33337 3.33333L1.82453 2.70185C1.58334 2.51426 1.25637 2.48043 0.981893 2.61468C0.707415 2.74892 0.533374 3.02778 0.533374 3.33333H1.33337ZM9.15786 13.2981L15.1579 8.63148L14.1756 7.36851L8.17555 12.0352L9.15786 13.2981ZM15.1579 7.36851L9.15786 2.70185L8.17555 3.96481L14.1756 8.63148L15.1579 7.36851ZM7.86671 3.33333V12.6667H9.46671V3.33333H7.86671ZM1.82453 13.2981L7.82453 8.63148L6.84222 7.36851L0.842222 12.0352L1.82453 13.2981ZM7.82453 7.36851L1.82453 2.70185L0.842222 3.96481L6.84222 8.63148L7.82453 7.36851ZM0.533374 3.33333V12.6667H2.13337V3.33333H0.533374Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFastForward, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13497\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFastForward size={size} /> });"
   ],
   [
-    "IconDroplet.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconDroplet = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99959 1.04334C8.19862 1.04325 8.38952 1.12227 8.53026 1.263L12.3034 5.03616C12.3034 5.03611 12.3035 5.03622 12.3034 5.03616C13.1545 5.88675 13.7344 6.97079 13.9694 8.15087C14.2045 9.33103 14.0842 10.5544 13.6239 11.6662C13.1636 12.778 12.3839 13.7283 11.3834 14.397C10.3829 15.0656 9.2066 15.4225 8.00326 15.4225C6.79992 15.4225 5.62361 15.0656 4.62312 14.397C3.62264 13.7283 2.84293 12.778 2.38261 11.6662C1.92229 10.5544 1.80206 9.33103 2.03711 8.15087C2.27212 6.97089 2.85176 5.8871 3.70272 5.03655C3.70259 5.03668 3.70285 5.03642 3.70272 5.03655L7.46913 1.26347C7.60974 1.12262 7.80057 1.04342 7.99959 1.04334ZM8.00039 2.85446L4.76406 6.09653C4.12277 6.7374 3.6853 7.55471 3.50821 8.44387C3.33112 9.33303 3.42171 10.2547 3.76852 11.0924C4.11534 11.9301 4.70279 12.6461 5.45658 13.1498C6.21037 13.6536 7.09663 13.9225 8.00326 13.9225C8.90988 13.9225 9.79614 13.6536 10.5499 13.1498C11.3037 12.6461 11.8912 11.9301 12.238 11.0924C12.5848 10.2547 12.6754 9.33303 12.4983 8.44387C12.3212 7.55471 11.8844 6.73804 11.2431 6.09717L8.00039 2.85446Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconDroplet, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13488\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconDroplet size={size} /> });"
+    "IconFolderMinus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFolderMinus = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.33325 12.6667H0.533252H1.33325ZM2.66659 2V1.2V2ZM5.99992 2L6.66556 1.55624C6.51719 1.33368 6.2674 1.2 5.99992 1.2V2ZM7.33325 4L6.66761 4.44376C6.81598 4.66632 7.06577 4.8 7.33325 4.8V4ZM13.3333 4V3.2V4ZM5.99992 8.53333C5.55809 8.53333 5.19992 8.89151 5.19992 9.33333C5.19992 9.77516 5.55809 10.1333 5.99992 10.1333V8.53333ZM9.99992 10.1333C10.4417 10.1333 10.7999 9.77516 10.7999 9.33333C10.7999 8.89151 10.4417 8.53333 9.99992 8.53333V10.1333ZM13.8666 12.6667C13.8666 12.8081 13.8104 12.9438 13.7104 13.0438L14.8417 14.1752C15.2418 13.7751 15.4666 13.2325 15.4666 12.6667H13.8666ZM13.7104 13.0438C13.6104 13.1438 13.4747 13.2 13.3333 13.2V14.8C13.899 14.8 14.4417 14.5752 14.8417 14.1752L13.7104 13.0438ZM13.3333 13.2H2.66659V14.8H13.3333V13.2ZM2.66659 13.2C2.52514 13.2 2.38948 13.1438 2.28946 13.0438L1.15809 14.1752C1.55817 14.5752 2.10079 14.8 2.66659 14.8V13.2ZM2.28946 13.0438C2.18944 12.9438 2.13325 12.8081 2.13325 12.6667H0.533252C0.533252 13.2325 0.758013 13.7751 1.15809 14.1752L2.28946 13.0438ZM2.13325 12.6667V3.33333H0.533252V12.6667H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM2.66659 2.8H5.99992V1.2H2.66659V2.8ZM5.33428 2.44376L6.66761 4.44376L7.99889 3.55624L6.66556 1.55624L5.33428 2.44376ZM7.33325 4.8H13.3333V3.2H7.33325V4.8ZM13.3333 4.8C13.4747 4.8 13.6104 4.85619 13.7104 4.95621L14.8417 3.82484C14.4417 3.42476 13.899 3.2 13.3333 3.2V4.8ZM13.7104 4.95621C13.8104 5.05623 13.8666 5.19188 13.8666 5.33333H15.4666C15.4666 4.76754 15.2418 4.22492 14.8417 3.82484L13.7104 4.95621ZM13.8666 5.33333V12.6667H15.4666V5.33333H13.8666ZM5.99992 10.1333H9.99992V8.53333H5.99992V10.1333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFolderMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13507\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFolderMinus size={size} /> });"
   ],
   [
-    "IconEdit2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconEdit2 = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12630)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.6666 2.19772C12.5175 2.19772 12.3698 2.2271 12.232 2.28417C12.0942 2.34124 11.9691 2.42489 11.8636 2.53034L3.00444 11.3895L2.40218 13.5978L4.61044 12.9955L13.4696 4.13634C13.5751 4.03089 13.6587 3.9057 13.7158 3.76792C13.7728 3.63015 13.8022 3.48248 13.8022 3.33334C13.8022 3.18421 13.7728 3.03654 13.7158 2.89876C13.6587 2.76098 13.5751 2.63579 13.4696 2.53034C13.3642 2.42489 13.239 2.34124 13.1012 2.28417C12.9634 2.2271 12.8157 2.19772 12.6666 2.19772ZM11.658 0.898348C11.9778 0.765895 12.3205 0.697723 12.6666 0.697723C13.0127 0.697723 13.3554 0.765896 13.6752 0.898348C13.995 1.0308 14.2855 1.22494 14.5303 1.46968C14.775 1.71442 14.9691 2.00496 15.1016 2.32473C15.2341 2.6445 15.3022 2.98723 15.3022 3.33334C15.3022 3.67945 15.2341 4.02218 15.1016 4.34195C14.9691 4.66172 14.775 4.95227 14.5303 5.19701L5.53027 14.197C5.43797 14.2893 5.3232 14.3559 5.19727 14.3902L1.53061 15.3902C1.27095 15.4611 0.993252 15.3873 0.802939 15.197C0.612627 15.0067 0.53888 14.729 0.609696 14.4693L1.6097 10.8027C1.64404 10.6767 1.71065 10.562 1.80294 10.4697L10.8029 1.46968C11.0477 1.22494 11.3382 1.0308 11.658 0.898348Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12630\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEdit2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13489\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEdit2 size={size} /> });"
+    "IconFeather.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFeather = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15757)\"><path d=\"M13.4933 8.16L12.9276 7.59431L12.9267 7.59515L13.4933 8.16ZM10.6633 1.32777V0.527774V1.32777ZM7.83325 2.5L7.26757 1.93431L7.83325 2.5ZM3.33325 7L2.76757 6.43431C2.61754 6.58434 2.53325 6.78783 2.53325 7H3.33325ZM3.33325 12.6667H2.53325C2.53325 13.1085 2.89142 13.4667 3.33325 13.4667V12.6667ZM8.99992 12.6667V13.4667C9.2125 13.4667 9.41634 13.3821 9.56644 13.2315L8.99992 12.6667ZM11.2323 5.89902C11.5447 5.5866 11.5447 5.08007 11.2323 4.76765C10.9199 4.45523 10.4133 4.45523 10.1009 4.76765L11.2323 5.89902ZM0.767567 14.101C0.455147 14.4134 0.455147 14.9199 0.767567 15.2323C1.07999 15.5448 1.58652 15.5448 1.89894 15.2323L0.767567 14.101ZM11.6666 10.8C12.1084 10.8 12.4666 10.4418 12.4666 10C12.4666 9.55817 12.1084 9.2 11.6666 9.2V10.8ZM5.99992 9.2C5.55809 9.2 5.19992 9.55817 5.19992 10C5.19992 10.4418 5.55809 10.8 5.99992 10.8V9.2ZM14.0589 8.72568C14.9595 7.82509 15.4655 6.60363 15.4655 5.33H13.8655C13.8655 6.17928 13.5281 6.99378 12.9276 7.59431L14.0589 8.72568ZM15.4655 5.33C15.4655 4.05637 14.9595 2.8349 14.0589 1.93431L12.9276 3.06568C13.5281 3.66622 13.8655 4.48072 13.8655 5.33H15.4655ZM14.0589 1.93431C13.1583 1.03372 11.9369 0.527774 10.6633 0.527774V2.12777C11.5125 2.12777 12.327 2.46515 12.9276 3.06568L14.0589 1.93431ZM10.6633 0.527774C9.38962 0.527774 8.16816 1.03372 7.26757 1.93431L8.39894 3.06568C8.99947 2.46515 9.81397 2.12777 10.6633 2.12777V0.527774ZM7.26757 1.93431L2.76757 6.43431L3.89894 7.56568L8.39894 3.06568L7.26757 1.93431ZM2.53325 7V12.6667H4.13325V7H2.53325ZM3.33325 13.4667H8.99992V11.8667H3.33325V13.4667ZM9.56644 13.2315L14.0598 8.72485L12.9267 7.59515L8.4334 12.1018L9.56644 13.2315ZM10.1009 4.76765L0.767567 14.101L1.89894 15.2323L11.2323 5.89902L10.1009 4.76765ZM11.6666 9.2H5.99992V10.8H11.6666V9.2Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15757\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFeather, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13496\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFeather size={size} /> });"
   ],
   [
-    "IconEdit3.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconEdit3 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2.66913C11.8239 2.66913 11.6549 2.73911 11.5303 2.86367L3.34391 11.0501L3.03079 12.3026L4.28325 11.9895L12.4697 3.80301C12.5314 3.74133 12.5803 3.66811 12.6137 3.58753C12.647 3.50694 12.6642 3.42057 12.6642 3.33334C12.6642 3.24612 12.647 3.15974 12.6137 3.07916C12.5803 2.99857 12.5314 2.92535 12.4697 2.86367C12.408 2.80199 12.3348 2.75307 12.2542 2.71969C12.1736 2.68631 12.0872 2.66913 12 2.66913ZM10.4697 1.80301C10.8756 1.39714 11.426 1.16913 12 1.16913C12.2842 1.16913 12.5657 1.22511 12.8282 1.33387C13.0908 1.44263 13.3294 1.60205 13.5303 1.80301C13.7313 2.00398 13.8907 2.24256 13.9995 2.50513C14.1083 2.76771 14.1642 3.04913 14.1642 3.33334C14.1642 3.61755 14.1083 3.89898 13.9995 4.16155C13.8907 4.42413 13.7313 4.66271 13.5303 4.86367L5.19701 13.197C5.10089 13.2931 4.98046 13.3613 4.84858 13.3943L2.18192 14.0609C1.92634 14.1248 1.65597 14.05 1.46969 13.8637C1.2834 13.6774 1.20851 13.407 1.27241 13.1514L1.93908 10.4848C1.97204 10.3529 2.04023 10.2325 2.13635 10.1363L10.4697 1.80301ZM7.25002 13.3333C7.25002 12.9191 7.5858 12.5833 8.00002 12.5833H14C14.4142 12.5833 14.75 12.9191 14.75 13.3333C14.75 13.7476 14.4142 14.0833 14 14.0833H8.00002C7.5858 14.0833 7.25002 13.7476 7.25002 13.3333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconEdit3, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13491\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEdit3 size={size} /> });"
+    "IconEye.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconEye = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15751)\"><path d=\"M0.666687 8L-0.0488548 7.64223C-0.161466 7.86746 -0.161466 8.13255 -0.0488548 8.35778L0.666687 8ZM15.3334 8L16.0489 8.35778C16.1615 8.13255 16.1615 7.86746 16.0489 7.64223L15.3334 8ZM0.666687 8C1.38223 8.35778 1.38212 8.358 1.38201 8.3582C1.38199 8.35825 1.3819 8.35843 1.38186 8.35851C1.38178 8.35868 1.38173 8.35877 1.38173 8.35877C1.38172 8.35879 1.38187 8.35848 1.38219 8.35787C1.38281 8.35664 1.38407 8.35417 1.38596 8.35049C1.38974 8.34313 1.39606 8.33095 1.40488 8.31428C1.42252 8.28094 1.45017 8.22967 1.48765 8.16305C1.56266 8.02969 1.67668 7.83546 1.8283 7.60069C2.13253 7.12962 2.58289 6.50353 3.16698 5.88049C4.34977 4.61885 5.98629 3.46667 8.00002 3.46667V1.86667C5.34708 1.86667 3.31694 3.38116 1.99972 4.78619C1.33382 5.49648 0.825839 6.20372 0.484239 6.73265C0.312942 6.99788 0.182175 7.22032 0.0931245 7.37863C0.0485693 7.45784 0.0143675 7.52116 -0.00932777 7.56593C-0.021178 7.58833 -0.0304089 7.6061 -0.0370011 7.61892C-0.0402974 7.62534 -0.042935 7.63051 -0.0449111 7.63441C-0.0458992 7.63636 -0.0467221 7.63799 -0.0473794 7.63929C-0.0477082 7.63995 -0.0479954 7.64052 -0.0482413 7.64101C-0.0483642 7.64125 -0.0485178 7.64156 -0.0485791 7.64168C-0.048722 7.64197 -0.0488548 7.64223 0.666687 8ZM8.00002 3.46667C10.0137 3.46667 11.6503 4.61885 12.8331 5.88049C13.4172 6.50353 13.8675 7.12962 14.1717 7.60069C14.3234 7.83546 14.4374 8.02969 14.5124 8.16305C14.5499 8.22967 14.5775 8.28094 14.5952 8.31428C14.604 8.33095 14.6103 8.34313 14.6141 8.35049C14.616 8.35417 14.6172 8.35664 14.6179 8.35787C14.6182 8.35848 14.6183 8.35879 14.6183 8.35877C14.6183 8.35877 14.6183 8.35868 14.6182 8.35851C14.6181 8.35843 14.618 8.35825 14.618 8.3582C14.6179 8.358 14.6178 8.35778 15.3334 8C16.0489 7.64223 16.0488 7.64197 16.0486 7.64168C16.0486 7.64156 16.0484 7.64125 16.0483 7.64101C16.048 7.64052 16.0477 7.63995 16.0474 7.63929C16.0468 7.63799 16.0459 7.63636 16.045 7.63441C16.043 7.63051 16.0403 7.62534 16.037 7.61892C16.0304 7.6061 16.0212 7.58833 16.0094 7.56593C15.9857 7.52116 15.9515 7.45784 15.9069 7.37863C15.8179 7.22032 15.6871 6.99788 15.5158 6.73265C15.1742 6.20372 14.6662 5.49648 14.0003 4.78619C12.6831 3.38116 10.653 1.86667 8.00002 1.86667V3.46667ZM15.3334 8C14.6178 7.64223 14.6179 7.64201 14.618 7.6418C14.618 7.64176 14.6181 7.64158 14.6182 7.6415C14.6183 7.64133 14.6183 7.64124 14.6183 7.64124C14.6183 7.64122 14.6182 7.64153 14.6179 7.64214C14.6172 7.64337 14.616 7.64584 14.6141 7.64952C14.6103 7.65688 14.604 7.66906 14.5952 7.68573C14.5775 7.71907 14.5499 7.77034 14.5124 7.83696C14.4374 7.97032 14.3234 8.16455 14.1717 8.39932C13.8675 8.87039 13.4172 9.49648 12.8331 10.1195C11.6503 11.3812 10.0137 12.5333 8.00002 12.5333V14.1333C10.653 14.1333 12.6831 12.6189 14.0003 11.2138C14.6662 10.5035 15.1742 9.79629 15.5158 9.26736C15.6871 9.00212 15.8179 8.77969 15.9069 8.62138C15.9515 8.54217 15.9857 8.47885 16.0094 8.43408C16.0212 8.41168 16.0304 8.39391 16.037 8.38109C16.0403 8.37467 16.043 8.3695 16.045 8.3656C16.0459 8.36365 16.0468 8.36202 16.0474 8.36071C16.0477 8.36006 16.048 8.35949 16.0483 8.359C16.0484 8.35876 16.0486 8.35845 16.0486 8.35833C16.0488 8.35804 16.0489 8.35778 15.3334 8ZM8.00002 12.5333C5.98629 12.5333 4.34977 11.3812 3.16698 10.1195C2.58289 9.49648 2.13253 8.87039 1.8283 8.39932C1.67668 8.16455 1.56266 7.97032 1.48765 7.83696C1.45017 7.77034 1.42252 7.71907 1.40488 7.68573C1.39606 7.66906 1.38974 7.65688 1.38596 7.64952C1.38407 7.64584 1.38281 7.64337 1.38219 7.64214C1.38187 7.64153 1.38172 7.64122 1.38173 7.64124C1.38173 7.64124 1.38178 7.64133 1.38186 7.6415C1.3819 7.64158 1.38199 7.64176 1.38201 7.6418C1.38212 7.64201 1.38223 7.64223 0.666687 8C-0.0488548 8.35778 -0.048722 8.35804 -0.0485791 8.35833C-0.0485178 8.35845 -0.0483642 8.35876 -0.0482413 8.359C-0.0479954 8.35949 -0.0477082 8.36006 -0.0473794 8.36071C-0.0467221 8.36202 -0.0458992 8.36365 -0.0449111 8.3656C-0.042935 8.3695 -0.0402974 8.37467 -0.0370011 8.38109C-0.0304089 8.39391 -0.021178 8.41168 -0.00932777 8.43408C0.0143675 8.47885 0.0485693 8.54217 0.0931245 8.62138C0.182175 8.77969 0.312942 9.00212 0.484239 9.26736C0.825839 9.79629 1.33382 10.5035 1.99972 11.2138C3.31694 12.6189 5.34708 14.1333 8.00002 14.1333V12.5333ZM9.20002 8C9.20002 8.66275 8.66276 9.2 8.00002 9.2V10.8C9.54642 10.8 10.8 9.5464 10.8 8H9.20002ZM8.00002 9.2C7.33728 9.2 6.80002 8.66275 6.80002 8H5.20002C5.20002 9.5464 6.45362 10.8 8.00002 10.8V9.2ZM6.80002 8C6.80002 7.33726 7.33728 6.8 8.00002 6.8V5.2C6.45362 5.2 5.20002 6.45361 5.20002 8H6.80002ZM8.00002 6.8C8.66276 6.8 9.20002 7.33726 9.20002 8H10.8C10.8 6.45361 9.54642 5.2 8.00002 5.2V6.8Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15751\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEye, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13495\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEye size={size} /> });"
   ],
   [
-    "IconEdit.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconEdit = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12006)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.3335 2.00244C13.1573 2.00244 12.9884 2.07242 12.8638 2.19699L6.67739 8.38343L6.36427 9.63588L7.61673 9.32277L13.8032 3.13632C13.9277 3.01176 13.9977 2.84281 13.9977 2.66666C13.9977 2.4905 13.9277 2.32155 13.8032 2.19699C13.6786 2.07242 13.5097 2.00244 13.3335 2.00244ZM11.8032 1.13632C12.209 0.730456 12.7595 0.502441 13.3335 0.502441C13.9075 0.502441 14.458 0.730456 14.8638 1.13632C15.2697 1.54219 15.4977 2.09267 15.4977 2.66666C15.4977 3.24064 15.2697 3.79112 14.8638 4.19699L8.53049 10.5303C8.43437 10.6264 8.31394 10.6946 8.18206 10.7276L5.5154 11.3943C5.25982 11.4582 4.98945 11.3833 4.80317 11.197C4.61688 11.0107 4.54199 10.7403 4.60589 10.4848L5.27256 7.81809C5.30552 7.68621 5.37371 7.56578 5.46983 7.46966L11.8032 1.13632ZM1.19369 2.52685C1.58439 2.13615 2.1143 1.91666 2.66683 1.91666H7.3335C7.74771 1.91666 8.0835 2.25244 8.0835 2.66666C8.0835 3.08087 7.74771 3.41666 7.3335 3.41666H2.66683C2.51212 3.41666 2.36375 3.47811 2.25435 3.58751C2.14495 3.69691 2.0835 3.84528 2.0835 3.99999V13.3333C2.0835 13.488 2.14495 13.6364 2.25435 13.7458C2.36375 13.8552 2.51212 13.9167 2.66683 13.9167H12.0002C12.1549 13.9167 12.3032 13.8552 12.4126 13.7458C12.522 13.6364 12.5835 13.488 12.5835 13.3333V8.66665C12.5835 8.25244 12.9193 7.91666 13.3335 7.91666C13.7477 7.91666 14.0835 8.25244 14.0835 8.66665V13.3333C14.0835 13.8859 13.864 14.4158 13.4733 14.8065C13.0826 15.1972 12.5527 15.4167 12.0002 15.4167H2.66683C2.11429 15.4167 1.58439 15.1972 1.19369 14.8065C0.80299 14.4158 0.583496 13.8859 0.583496 13.3333V3.99999C0.583496 3.44745 0.802989 2.91755 1.19369 2.52685Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12006\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEdit, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13490\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEdit size={size} /> });"
+    "IconFacebook.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFacebook = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12 1.33333H12.8C12.8 0.8915 12.4418 0.533328 12 0.533328V1.33333ZM9.99996 1.33333V0.533328V1.33333ZM6.66663 4.66666H5.86663H6.66663ZM6.66663 6.66666V7.46666C7.10845 7.46666 7.46663 7.10849 7.46663 6.66666H6.66663ZM4.66663 6.66666V5.86666C4.2248 5.86666 3.86663 6.22483 3.86663 6.66666H4.66663ZM4.66663 9.33333H3.86663C3.86663 9.77516 4.2248 10.1333 4.66663 10.1333V9.33333ZM6.66663 9.33333H7.46663C7.46663 8.8915 7.10845 8.53333 6.66663 8.53333V9.33333ZM6.66663 14.6667H5.86663C5.86663 15.1085 6.2248 15.4667 6.66663 15.4667V14.6667ZM9.33329 14.6667V15.4667C9.77512 15.4667 10.1333 15.1085 10.1333 14.6667H9.33329ZM9.33329 9.33333V8.53333C8.89146 8.53333 8.53329 8.8915 8.53329 9.33333H9.33329ZM11.3333 9.33333V10.1333C11.7004 10.1333 12.0204 9.88349 12.1094 9.52736L11.3333 9.33333ZM12 6.66666L12.7761 6.86069C12.8358 6.6217 12.7821 6.36851 12.6305 6.17433C12.4789 5.98016 12.2463 5.86666 12 5.86666V6.66666ZM9.33329 6.66666H8.53329C8.53329 7.10849 8.89146 7.46666 9.33329 7.46666V6.66666ZM9.99996 3.99999V4.79999V3.99999ZM12 3.99999V4.79999C12.4418 4.79999 12.8 4.44182 12.8 3.99999H12ZM12 0.533328H9.99996V2.13333H12V0.533328ZM9.99996 0.533328C8.90373 0.533328 7.8524 0.968803 7.07725 1.74395L8.20862 2.87532C8.68371 2.40023 9.32808 2.13333 9.99996 2.13333V0.533328ZM7.07725 1.74395C6.3021 2.5191 5.86663 3.57043 5.86663 4.66666H7.46663C7.46663 3.99478 7.73353 3.35042 8.20862 2.87532L7.07725 1.74395ZM5.86663 4.66666V6.66666H7.46663V4.66666H5.86663ZM6.66663 5.86666H4.66663V7.46666H6.66663V5.86666ZM3.86663 6.66666V9.33333H5.46663V6.66666H3.86663ZM4.66663 10.1333H6.66663V8.53333H4.66663V10.1333ZM5.86663 9.33333V14.6667H7.46663V9.33333H5.86663ZM6.66663 15.4667H9.33329V13.8667H6.66663V15.4667ZM10.1333 14.6667V9.33333H8.53329V14.6667H10.1333ZM9.33329 10.1333H11.3333V8.53333H9.33329V10.1333ZM12.1094 9.52736L12.7761 6.86069L11.2238 6.47263L10.5572 9.1393L12.1094 9.52736ZM12 5.86666H9.33329V7.46666H12V5.86666ZM10.1333 6.66666V4.66666H8.53329V6.66666H10.1333ZM10.1333 4.66666C10.1333 4.70202 10.1192 4.73594 10.0942 4.76094L8.96287 3.62957C8.68782 3.90462 8.53329 4.27768 8.53329 4.66666H10.1333ZM10.0942 4.76094C10.0692 4.78595 10.0353 4.79999 9.99996 4.79999V3.19999C9.61097 3.19999 9.23792 3.35452 8.96287 3.62957L10.0942 4.76094ZM9.99996 4.79999H12V3.19999H9.99996V4.79999ZM12.8 3.99999V1.33333H11.2V3.99999H12.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFacebook, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13494\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFacebook size={size} /> });"
   ],
   [
-    "IconExternalLink.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconExternalLink = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10 2.75C9.58579 2.75 9.25 2.41421 9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V6C14.75 6.41421 14.4142 6.75 14 6.75C13.5858 6.75 13.25 6.41421 13.25 6V3.81066L7.197 9.86366C6.9041 10.1566 6.42923 10.1566 6.13634 9.86366C5.84344 9.57077 5.84344 9.0959 6.13634 8.803L12.1893 2.75H10ZM3.33333 4.75C3.17862 4.75 3.03025 4.81146 2.92085 4.92085C2.81146 5.03025 2.75 5.17862 2.75 5.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H10.6667C10.8214 13.25 10.9697 13.1885 11.0791 13.0791C11.1885 12.9698 11.25 12.8214 11.25 12.6667V8.66667C11.25 8.25245 11.5858 7.91667 12 7.91667C12.4142 7.91667 12.75 8.25245 12.75 8.66667V12.6667C12.75 13.2192 12.5305 13.7491 12.1398 14.1398C11.7491 14.5305 11.2192 14.75 10.6667 14.75H3.33333C2.7808 14.75 2.25089 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V5.33333C1.25 4.7808 1.46949 4.2509 1.86019 3.86019C2.2509 3.46949 2.7808 3.25 3.33333 3.25H7.33333C7.74755 3.25 8.08333 3.58579 8.08333 4C8.08333 4.41421 7.74755 4.75 7.33333 4.75H3.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconExternalLink, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13493\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconExternalLink size={size} /> });"
+    "IconFilm.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFilm = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15769)\"><path d=\"M5.46665 1.33333C5.46665 0.891504 5.10847 0.533332 4.66665 0.533332C4.22482 0.533332 3.86665 0.891504 3.86665 1.33333H5.46665ZM3.86665 14.6667C3.86665 15.1085 4.22482 15.4667 4.66665 15.4667C5.10847 15.4667 5.46665 15.1085 5.46665 14.6667H3.86665ZM12.1333 1.33333C12.1333 0.891504 11.7751 0.533332 11.3333 0.533332C10.8915 0.533332 10.5333 0.891504 10.5333 1.33333H12.1333ZM10.5333 14.6667C10.5333 15.1085 10.8915 15.4667 11.3333 15.4667C11.7751 15.4667 12.1333 15.1085 12.1333 14.6667H10.5333ZM1.33331 7.2C0.891485 7.2 0.533313 7.55817 0.533313 8C0.533313 8.44183 0.891485 8.8 1.33331 8.8V7.2ZM14.6666 8.8C15.1085 8.8 15.4666 8.44183 15.4666 8C15.4666 7.55817 15.1085 7.2 14.6666 7.2V8.8ZM1.33331 3.86667C0.891485 3.86667 0.533313 4.22484 0.533313 4.66667C0.533313 5.10849 0.891485 5.46667 1.33331 5.46667V3.86667ZM4.66665 5.46667C5.10847 5.46667 5.46665 5.10849 5.46665 4.66667C5.46665 4.22484 5.10847 3.86667 4.66665 3.86667V5.46667ZM1.33331 10.5333C0.891485 10.5333 0.533313 10.8915 0.533313 11.3333C0.533313 11.7752 0.891485 12.1333 1.33331 12.1333V10.5333ZM4.66665 12.1333C5.10847 12.1333 5.46665 11.7752 5.46665 11.3333C5.46665 10.8915 5.10847 10.5333 4.66665 10.5333V12.1333ZM11.3333 10.5333C10.8915 10.5333 10.5333 10.8915 10.5333 11.3333C10.5333 11.7752 10.8915 12.1333 11.3333 12.1333V10.5333ZM14.6666 12.1333C15.1085 12.1333 15.4666 11.7752 15.4666 11.3333C15.4666 10.8915 15.1085 10.5333 14.6666 10.5333V12.1333ZM11.3333 3.86667C10.8915 3.86667 10.5333 4.22484 10.5333 4.66667C10.5333 5.10849 10.8915 5.46667 11.3333 5.46667V3.86667ZM14.6666 5.46667C15.1085 5.46667 15.4666 5.10849 15.4666 4.66667C15.4666 4.22484 15.1085 3.86667 14.6666 3.86667V5.46667ZM2.78665 2.13333H13.2133V0.533332H2.78665V2.13333ZM13.2133 2.13333C13.5741 2.13333 13.8666 2.42584 13.8666 2.78667H15.4666C15.4666 1.54218 14.4578 0.533332 13.2133 0.533332V2.13333ZM13.8666 2.78667V13.2133H15.4666V2.78667H13.8666ZM13.8666 13.2133C13.8666 13.5742 13.5741 13.8667 13.2133 13.8667V15.4667C14.4578 15.4667 15.4666 14.4578 15.4666 13.2133H13.8666ZM13.2133 13.8667H2.78665V15.4667H13.2133V13.8667ZM2.78665 13.8667C2.42582 13.8667 2.13331 13.5742 2.13331 13.2133H0.533313C0.533313 14.4578 1.54216 15.4667 2.78665 15.4667V13.8667ZM2.13331 13.2133V2.78667H0.533313V13.2133H2.13331ZM2.13331 2.78667C2.13331 2.42584 2.42582 2.13333 2.78665 2.13333V0.533332C1.54216 0.533332 0.533313 1.54218 0.533313 2.78667H2.13331ZM3.86665 1.33333V14.6667H5.46665V1.33333H3.86665ZM10.5333 1.33333V14.6667H12.1333V1.33333H10.5333ZM1.33331 8.8H14.6666V7.2H1.33331V8.8ZM1.33331 5.46667H4.66665V3.86667H1.33331V5.46667ZM1.33331 12.1333H4.66665V10.5333H1.33331V12.1333ZM11.3333 12.1333H14.6666V10.5333H11.3333V12.1333ZM11.3333 5.46667H14.6666V3.86667H11.3333V5.46667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15769\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFilm, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13502\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFilm size={size} /> });"
   ],
   [
     "IconEyeOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconEyeOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12787)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136342 0.136342C0.429235 -0.156552 0.904109 -0.156552 1.197 0.136342L4.56156 3.5009C4.56703 3.50621 4.57244 3.51161 4.57778 3.51712L7.11402 6.05336C7.11579 6.05511 7.11755 6.05688 7.11931 6.05865L9.94139 8.88073C9.94314 8.88247 9.94489 8.88421 9.94662 8.88596L12.4815 11.4209C12.487 11.4262 12.4925 11.4316 12.4978 11.4372L15.8637 14.803C16.1566 15.0959 16.1566 15.5708 15.8637 15.8637C15.5708 16.1566 15.0959 16.1566 14.803 15.8637L11.8724 12.9331C10.719 13.6608 9.38424 14.0608 8.01227 14.0832L8.00001 14.0834V14.0833C5.36704 14.0833 3.3492 12.5802 2.03619 11.1796C1.37284 10.4721 0.866658 9.76735 0.526226 9.24023C0.355544 8.97595 0.2253 8.7544 0.136688 8.59687C0.0923541 8.51805 0.0583571 8.45511 0.0348509 8.41069C0.0230953 8.38847 0.0139557 8.37088 0.00745124 8.35822L-0.000329554 8.34299L-0.00273502 8.33823L-0.00356591 8.33658L-0.00388831 8.33593C-0.00402355 8.33566 -0.0041486 8.33541 0.666672 8L-0.0041486 8.33541C-0.113132 8.11745 -0.10942 7.86012 0.00580508 7.64539C0.750803 6.25701 1.73992 5.01714 2.92345 3.98411L0.136342 1.197C-0.156551 0.904109 -0.156551 0.429235 0.136342 0.136342ZM3.98687 5.04753C3.00728 5.88745 2.17487 6.88602 1.52476 8.00202C1.59356 8.11953 1.68089 8.26326 1.78628 8.42644C2.09169 8.89932 2.54384 9.52795 3.13049 10.1537C4.31629 11.4186 5.963 12.581 7.99389 12.5833C8.97314 12.5663 9.92851 12.3085 10.7778 11.8385L9.35393 10.4146C9.26221 10.469 9.1672 10.5182 9.06935 10.5618C8.73202 10.7121 8.36787 10.793 7.99863 10.7995C7.62939 10.806 7.26261 10.7381 6.92019 10.5997C6.57777 10.4614 6.26671 10.2556 6.00557 9.99444C5.74444 9.7333 5.53857 9.42225 5.40026 9.07982C5.26195 8.7374 5.19403 8.37062 5.20054 8.00138C5.20706 7.63213 5.28788 7.26799 5.43818 6.93066C5.48178 6.83281 5.53096 6.73781 5.58542 6.64608L3.98687 5.04753ZM6.72777 7.78843C6.71097 7.86697 6.70174 7.94714 6.70031 8.02784C6.69735 8.19568 6.72822 8.3624 6.79109 8.51804C6.85396 8.67369 6.94754 8.81508 7.06623 8.93378C7.18493 9.05247 7.32632 9.14605 7.48197 9.20892C7.63761 9.27179 7.80433 9.30266 7.97217 9.2997C8.05287 9.29827 8.13305 9.28904 8.21158 9.27224L6.72777 7.78843ZM7.99824 3.41667C7.58509 3.4157 7.17322 3.46277 6.77094 3.55693C6.36763 3.65134 5.96415 3.40092 5.86974 2.99761C5.77534 2.59429 6.02576 2.19082 6.42907 2.09641C6.94428 1.97581 7.47176 1.9155 8.00089 1.91667C8.00118 1.91667 8.00147 1.91667 8.00177 1.91667L8.00001 2.66667V1.91667C8.0003 1.91667 8.00059 1.91667 8.00089 1.91667C10.6334 1.91701 12.651 3.41999 13.9638 4.82038C14.6272 5.52795 15.1334 6.23266 15.4738 6.75978C15.6445 7.02406 15.7747 7.24561 15.8633 7.40314C15.9077 7.48196 15.9417 7.5449 15.9652 7.58932C15.9769 7.61154 15.9861 7.62913 15.9926 7.64179L16.0003 7.65702L16.0027 7.66178L16.0036 7.66343L16.0039 7.66407C16.004 7.66434 16.0042 7.66459 15.3333 8L14.6719 7.64645C14.6085 7.76504 14.5431 7.88246 14.4757 7.99869C14.4068 7.88105 14.3193 7.73708 14.2137 7.57357C13.9083 7.10069 13.4562 6.47206 12.8695 5.84629C11.6825 4.58017 10.0337 3.41667 8.00001 3.41667L7.99824 3.41667ZM14.4757 7.99869C14.1388 8.57931 13.752 9.12978 13.3195 9.64379C13.0528 9.96073 13.0935 10.4338 13.4105 10.7005C13.7274 10.9672 14.2005 10.9265 14.4672 10.6096C15.0535 9.91277 15.5655 9.15667 15.9948 8.35356C16.1095 8.13902 16.113 7.88218 16.0042 7.66459L15.3333 8C14.6625 8.33541 14.6626 8.33562 14.6627 8.33581L14.6624 8.33526L14.6585 8.32763L14.6393 8.2909C14.6215 8.25719 14.5937 8.20555 14.556 8.13853C14.5328 8.09744 14.5061 8.05063 14.4757 7.99869Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12787\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEyeOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13492\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEyeOff size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconEyeOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15749)\"><path d=\"M12.445 12.5962C12.7964 12.3284 12.8641 11.8264 12.5962 11.475C12.3284 11.1236 11.8264 11.0559 11.475 11.3238L12.445 12.5962ZM8 13.3333V14.1334L8.01308 14.1332L8 13.3333ZM0.666672 8L-0.0382528 7.62174C-0.16116 7.85079 -0.165119 8.12528 -0.04887 8.35778L0.666672 8ZM4.52553 4.67583C4.87668 4.40768 4.94397 3.90564 4.67583 3.55448C4.40768 3.20333 3.90564 3.13604 3.55448 3.40418L4.52553 4.67583ZM6.41767 2.04773C5.98747 2.14842 5.72036 2.5788 5.82106 3.009C5.92176 3.4392 6.35214 3.70632 6.78233 3.60562L6.41767 2.04773ZM8 2.66667L7.99812 3.46667H8V2.66667ZM15.3333 8L16.0389 8.37713C16.1612 8.14829 16.1649 7.87433 16.0489 7.64223L15.3333 8ZM13.2812 9.6116C12.9967 9.94966 13.0402 10.4543 13.3783 10.7388C13.7163 11.0233 14.221 10.9798 14.5055 10.6417L13.2812 9.6116ZM9.99863 9.95872C10.2998 9.63547 10.282 9.12925 9.95872 8.82805C9.63547 8.52684 9.12925 8.54471 8.82805 8.86796L9.99863 9.95872ZM7.13205 7.17196C7.4553 6.87076 7.47316 6.36454 7.17196 6.04129C6.87076 5.71805 6.36454 5.70018 6.04129 6.00138L7.13205 7.17196ZM1.23236 0.100986C0.919938 -0.211433 0.413406 -0.211433 0.100986 0.100986C-0.211433 0.413406 -0.211433 0.919938 0.100986 1.23236L1.23236 0.100986ZM14.7677 15.899C15.0801 16.2114 15.5866 16.2114 15.899 15.899C16.2114 15.5866 16.2114 15.0801 15.899 14.7677L14.7677 15.899ZM11.475 11.3238C10.4712 12.0889 9.24893 12.5128 7.98693 12.5334L8.01308 14.1332C9.61655 14.107 11.1696 13.5684 12.445 12.5962L11.475 11.3238ZM8 12.5333C5.98628 12.5333 4.34975 11.3812 3.16697 10.1195C2.58287 9.49648 2.13252 8.87039 1.82829 8.39932C1.67667 8.16455 1.56264 7.97032 1.48763 7.83696C1.45015 7.77034 1.42251 7.71907 1.40486 7.68573C1.39604 7.66906 1.38973 7.65688 1.38594 7.64952C1.38405 7.64584 1.38279 7.64337 1.38217 7.64214C1.38186 7.64153 1.38171 7.64122 1.38171 7.64124C1.38172 7.64124 1.38176 7.64133 1.38184 7.6415C1.38189 7.64158 1.38198 7.64176 1.382 7.64181C1.3821 7.64201 1.38221 7.64223 0.666672 8C-0.04887 8.35778 -0.0487373 8.35804 -0.0485944 8.35833C-0.0485331 8.35845 -0.0483794 8.35876 -0.0482566 8.359C-0.0480107 8.35949 -0.0477234 8.36006 -0.0473948 8.36071C-0.0467374 8.36202 -0.0459145 8.36365 -0.0449264 8.3656C-0.0429502 8.3695 -0.0403127 8.37467 -0.0370164 8.38109C-0.0304242 8.39391 -0.0211933 8.41168 -0.00934303 8.43408C0.0143523 8.47885 0.0485539 8.54217 0.0931092 8.62138C0.182159 8.77969 0.312927 9.00212 0.484224 9.26736C0.825824 9.79629 1.33381 10.5035 1.99971 11.2138C3.31692 12.6189 5.34706 14.1333 8 14.1333V12.5333ZM1.3716 8.37827C2.14692 6.93338 3.22228 5.671 4.52553 4.67583L3.55448 3.40418C2.06991 4.53782 0.844943 5.97583 -0.0382528 7.62174L1.3716 8.37827ZM6.78233 3.60562C7.18084 3.51234 7.58885 3.46571 7.99812 3.46667L8.00188 1.86667C7.46858 1.86542 6.93694 1.92618 6.41767 2.04773L6.78233 3.60562ZM8 3.46667C10.0137 3.46667 11.6503 4.61885 12.833 5.88049C13.4171 6.50353 13.8675 7.12962 14.1717 7.60069C14.3233 7.83546 14.4374 8.02969 14.5124 8.16305C14.5499 8.22967 14.5775 8.28094 14.5951 8.31428C14.604 8.33095 14.6103 8.34313 14.6141 8.35049C14.616 8.35417 14.6172 8.35664 14.6178 8.35787C14.6181 8.35848 14.6183 8.35879 14.6183 8.35877C14.6183 8.35877 14.6182 8.35868 14.6182 8.35851C14.6181 8.35843 14.618 8.35825 14.618 8.3582C14.6179 8.358 14.6178 8.35778 15.3333 8C16.0489 7.64223 16.0487 7.64197 16.0486 7.64168C16.0485 7.64156 16.0484 7.64125 16.0483 7.64101C16.048 7.64052 16.0477 7.63995 16.0474 7.63929C16.0467 7.63799 16.0459 7.63636 16.0449 7.63441C16.043 7.63051 16.0403 7.62534 16.037 7.61892C16.0304 7.6061 16.0212 7.58833 16.0094 7.56593C15.9857 7.52116 15.9515 7.45784 15.9069 7.37863C15.8179 7.22032 15.6871 6.99788 15.5158 6.73265C15.1742 6.20372 14.6662 5.49648 14.0003 4.78619C12.6831 3.38116 10.6529 1.86667 8 1.86667V3.46667ZM14.6278 7.62287C14.2494 8.33084 13.7981 8.99736 13.2812 9.6116L14.5055 10.6417C15.094 9.9423 15.6079 9.18331 16.0389 8.37713L14.6278 7.62287ZM8.82805 8.86796C8.71819 8.98586 8.58571 9.08042 8.43851 9.14601L9.0897 10.6075C9.43317 10.4545 9.74229 10.2338 9.99863 9.95872L8.82805 8.86796ZM8.43851 9.14601C8.29131 9.2116 8.13241 9.24686 7.97129 9.24971L7.99951 10.8495C8.37547 10.8428 8.74624 10.7605 9.0897 10.6075L8.43851 9.14601ZM7.97129 9.24971C7.81016 9.25255 7.65012 9.22291 7.50069 9.16256L6.90146 10.6461C7.25011 10.7869 7.62355 10.8561 7.99951 10.8495L7.97129 9.24971ZM7.50069 9.16256C7.35127 9.1022 7.21554 9.01237 7.10159 8.89842L5.97022 10.0298C6.2361 10.2957 6.55281 10.5053 6.90146 10.6461L7.50069 9.16256ZM7.10159 8.89842C6.98764 8.78447 6.89781 8.64874 6.83745 8.49932L5.3539 9.09855C5.49473 9.4472 5.70433 9.76391 5.97022 10.0298L7.10159 8.89842ZM6.83745 8.49932C6.7771 8.3499 6.74746 8.18985 6.7503 8.02872L5.15055 8.0005C5.14392 8.37646 5.21308 8.7499 5.3539 9.09855L6.83745 8.49932ZM6.7503 8.02872C6.75315 7.8676 6.78841 7.7087 6.854 7.5615L5.39251 6.91031C5.23948 7.25377 5.15718 7.62454 5.15055 8.0005L6.7503 8.02872ZM6.854 7.5615C6.91959 7.4143 7.01415 7.28182 7.13205 7.17196L6.04129 6.00138C5.7662 6.25772 5.54555 6.56684 5.39251 6.91031L6.854 7.5615ZM0.100986 1.23236L14.7677 15.899L15.899 14.7677L1.23236 0.100986L0.100986 1.23236Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15749\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEyeOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13492\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEyeOff size={size} /> });"
   ],
   [
-    "IconEye.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconEye = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12785)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.5236 8.00001C1.59258 8.11788 1.6803 8.26232 1.7863 8.42644C2.0917 8.89932 2.54385 9.52795 3.13051 10.1537C4.31749 11.4198 5.96632 12.5833 8.00002 12.5833C10.0337 12.5833 11.6825 11.4198 12.8695 10.1537C13.4562 9.52795 13.9083 8.89932 14.2137 8.42644C14.3197 8.26232 14.4075 8.11788 14.4764 8C14.4075 7.88213 14.3197 7.73769 14.2137 7.57357C13.9083 7.10069 13.4562 6.47206 12.8695 5.84629C11.6825 4.58018 10.0337 3.41667 8.00002 3.41667C5.96632 3.41667 4.31749 4.58018 3.13051 5.84629C2.54385 6.47206 2.0917 7.10069 1.7863 7.57357C1.6803 7.73769 1.59258 7.88213 1.5236 8.00001ZM15.3334 8.00001C16.0042 7.6646 16.004 7.66435 16.0039 7.66407L16.0036 7.66343L16.0028 7.66178L16.0004 7.65702L15.9926 7.64179C15.9861 7.62913 15.9769 7.61154 15.9652 7.58932C15.9417 7.5449 15.9077 7.48196 15.8633 7.40314C15.7747 7.24561 15.6445 7.02406 15.4738 6.75978C15.1334 6.23266 14.6272 5.52795 13.9638 4.82038C12.6508 3.41984 10.633 1.91667 8.00002 1.91667C5.36706 1.91667 3.34921 3.41984 2.0362 4.82038C1.37285 5.52795 0.866673 6.23266 0.526241 6.75978C0.355559 7.02406 0.225315 7.24561 0.136703 7.40314C0.0923692 7.48196 0.0583723 7.5449 0.0348661 7.58932C0.0231106 7.61154 0.0139708 7.62913 0.00746642 7.64179L-0.00031431 7.65702L-0.00271983 7.66178L-0.00355072 7.66343L-0.00387307 7.66407C-0.00400837 7.66435 -0.0041334 7.6646 0.666687 8.00001L-0.00413342 7.6646C-0.109706 7.87574 -0.109706 8.12427 -0.00413342 8.33542L0.666687 8.00001C-0.0041334 8.33542 -0.00400837 8.33567 -0.00387307 8.33594L-0.00355072 8.33658L-0.00271983 8.33823L-0.00031431 8.34299L0.00746642 8.35822C0.0139708 8.37088 0.0231106 8.38847 0.0348661 8.41069C0.0583723 8.45511 0.0923692 8.51805 0.136703 8.59687C0.225315 8.7544 0.355559 8.97595 0.526241 9.24023C0.866673 9.76735 1.37285 10.4721 2.0362 11.1796C3.34921 12.5802 5.36706 14.0833 8.00002 14.0833C10.633 14.0833 12.6508 12.5802 13.9638 11.1796C14.6272 10.4721 15.1334 9.76735 15.4738 9.24023C15.6445 8.97595 15.7747 8.7544 15.8633 8.59687C15.9077 8.51805 15.9417 8.45511 15.9652 8.41069C15.9769 8.38847 15.9861 8.37088 15.9926 8.35822L16.0004 8.34299L16.0028 8.33823L16.0036 8.33658L16.0039 8.33594C16.004 8.33567 16.0042 8.33542 15.3334 8.00001ZM15.3334 8.00001L16.0042 8.33542C16.1097 8.12427 16.1097 7.87574 16.0042 7.6646L15.3334 8.00001ZM8.00002 6.75001C7.30966 6.75001 6.75002 7.30965 6.75002 8.00001C6.75002 8.69036 7.30966 9.25001 8.00002 9.25001C8.69038 9.25001 9.25002 8.69036 9.25002 8.00001C9.25002 7.30965 8.69038 6.75001 8.00002 6.75001ZM5.25002 8.00001C5.25002 6.48122 6.48124 5.25001 8.00002 5.25001C9.5188 5.25001 10.75 6.48122 10.75 8.00001C10.75 9.51879 9.5188 10.75 8.00002 10.75C6.48124 10.75 5.25002 9.51879 5.25002 8.00001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12785\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconEye, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13495\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEye size={size} /> });"
+    "IconEdit3.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconEdit3 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8 12.5333C7.55817 12.5333 7.2 12.8915 7.2 13.3333C7.2 13.7752 7.55817 14.1333 8 14.1333V12.5333ZM14 14.1333C14.4418 14.1333 14.8 13.7752 14.8 13.3333C14.8 12.8915 14.4418 12.5333 14 12.5333V14.1333ZM11 2.33334L10.4343 1.76766V1.76766L11 2.33334ZM12 1.91913V1.11913V1.91913ZM13.4142 3.33334H12.6142H13.4142ZM13 4.33334L12.4343 3.76766L13 4.33334ZM4.66667 12.6667L4.8607 13.4428C5.00136 13.4076 5.12982 13.3349 5.23235 13.2324L4.66667 12.6667ZM2 13.3333L1.22389 13.1393C1.15573 13.4119 1.23561 13.7003 1.43431 13.899C1.63302 14.0977 1.92141 14.1776 2.19403 14.1095L2 13.3333ZM2.66667 10.6667L2.10098 10.101C1.99845 10.2035 1.92572 10.332 1.89055 10.4726L2.66667 10.6667ZM8 14.1333H14V12.5333H8V14.1333ZM11.5657 2.89903C11.6809 2.78384 11.8371 2.71913 12 2.71913V1.11913C11.4128 1.11913 10.8496 1.35241 10.4343 1.76766L11.5657 2.89903ZM12 2.71913C12.0807 2.71913 12.1605 2.73502 12.235 2.76588L12.8473 1.28768C12.5787 1.1764 12.2908 1.11913 12 1.11913V2.71913ZM12.235 2.76588C12.3096 2.79675 12.3773 2.84199 12.4343 2.89903L13.5657 1.76766C13.3601 1.56205 13.116 1.39895 12.8473 1.28768L12.235 2.76588ZM12.4343 2.89903C12.4913 2.95606 12.5366 3.02377 12.5675 3.09829L14.0457 2.486C13.9344 2.21736 13.7713 1.97327 13.5657 1.76766L12.4343 2.89903ZM12.5675 3.09829C12.5983 3.17281 12.6142 3.25268 12.6142 3.33334H14.2142C14.2142 3.04257 14.1569 2.75464 14.0457 2.486L12.5675 3.09829ZM12.6142 3.33334C12.6142 3.414 12.5983 3.49387 12.5675 3.56839L14.0457 4.18068C14.1569 3.91204 14.2142 3.62412 14.2142 3.33334H12.6142ZM12.5675 3.56839C12.5366 3.64291 12.4913 3.71062 12.4343 3.76766L13.5657 4.89903C13.7713 4.69342 13.9344 4.44933 14.0457 4.18068L12.5675 3.56839ZM12.4343 3.76766L4.10098 12.101L5.23235 13.2324L13.5657 4.89903L12.4343 3.76766ZM4.47264 11.8906L1.80597 12.5572L2.19403 14.1095L4.8607 13.4428L4.47264 11.8906ZM2.77611 13.5274L3.44278 10.8607L1.89055 10.4726L1.22389 13.1393L2.77611 13.5274ZM3.23235 11.2324L11.5657 2.89903L10.4343 1.76766L2.10098 10.101L3.23235 11.2324Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconEdit3, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13491\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconEdit3 size={size} /> });"
   ],
   [
-    "IconFacebook.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFacebook = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.11261 1.77931C7.87838 1.01354 8.91699 0.583328 9.99996 0.583328H12C12.4142 0.583328 12.75 0.919115 12.75 1.33333V3.99999C12.75 4.41421 12.4142 4.75 12 4.75H10.0833V5.91666H12C12.2309 5.91666 12.449 6.02307 12.5911 6.2051C12.7332 6.38714 12.7836 6.62451 12.7276 6.84856L12.0609 9.51523C11.9774 9.8491 11.6774 10.0833 11.3333 10.0833H10.0833V14.6667C10.0833 15.0809 9.74751 15.4167 9.33329 15.4167H6.66663C6.25241 15.4167 5.91663 15.0809 5.91663 14.6667V10.0833H4.66663C4.25241 10.0833 3.91663 9.74754 3.91663 9.33333V6.66666C3.91663 6.25245 4.25241 5.91666 4.66663 5.91666H5.91663V4.66666C5.91663 3.58369 6.34683 2.54508 7.11261 1.77931ZM9.99996 2.08333C9.31482 2.08333 8.65774 2.3555 8.17327 2.83997C7.6888 3.32444 7.41663 3.98152 7.41663 4.66666V6.66666C7.41663 7.08088 7.08084 7.41666 6.66663 7.41666H5.41663V8.58333H6.66663C7.08084 8.58333 7.41663 8.91912 7.41663 9.33333V13.9167H8.58329V9.33333C8.58329 8.91912 8.91908 8.58333 9.33329 8.58333H10.7477L11.0394 7.41666H9.33329C8.91908 7.41666 8.58329 7.08088 8.58329 6.66666V4.66666C8.58329 4.29094 8.73255 3.9306 8.99822 3.66493C9.2639 3.39925 9.62424 3.24999 9.99996 3.24999H11.25V2.08333H9.99996Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFacebook, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13494\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFacebook size={size} /> });"
+    "IconFileText.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFileText = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.33317 1.33333L9.89886 0.767643C9.74883 0.617614 9.54534 0.533328 9.33317 0.533328V1.33333ZM3.99984 1.33333V0.533328V1.33333ZM2.6665 2.66666H1.8665H2.6665ZM2.6665 13.3333H1.8665H2.6665ZM13.3332 5.33333H14.1332C14.1332 5.12116 14.0489 4.91767 13.8989 4.76764L13.3332 5.33333ZM9.33317 5.33333H8.53317C8.53317 5.77516 8.89134 6.13333 9.33317 6.13333V5.33333ZM10.6665 9.46666C11.1083 9.46666 11.4665 9.10849 11.4665 8.66666C11.4665 8.22483 11.1083 7.86666 10.6665 7.86666V9.46666ZM5.33317 7.86666C4.89134 7.86666 4.53317 8.22483 4.53317 8.66666C4.53317 9.10849 4.89134 9.46666 5.33317 9.46666V7.86666ZM10.6665 12.1333C11.1083 12.1333 11.4665 11.7752 11.4665 11.3333C11.4665 10.8915 11.1083 10.5333 10.6665 10.5333V12.1333ZM5.33317 10.5333C4.89134 10.5333 4.53317 10.8915 4.53317 11.3333C4.53317 11.7752 4.89134 12.1333 5.33317 12.1333V10.5333ZM6.6665 6.79999C7.10833 6.79999 7.4665 6.44182 7.4665 5.99999C7.4665 5.55817 7.10833 5.19999 6.6665 5.19999V6.79999ZM5.33317 5.19999C4.89134 5.19999 4.53317 5.55817 4.53317 5.99999C4.53317 6.44182 4.89134 6.79999 5.33317 6.79999V5.19999ZM9.33317 0.533328H3.99984V2.13333H9.33317V0.533328ZM3.99984 0.533328C3.43404 0.533328 2.89142 0.758089 2.49134 1.15817L3.62271 2.28954C3.72273 2.18952 3.85839 2.13333 3.99984 2.13333V0.533328ZM2.49134 1.15817C2.09126 1.55824 1.8665 2.10087 1.8665 2.66666H3.4665C3.4665 2.52521 3.52269 2.38956 3.62271 2.28954L2.49134 1.15817ZM1.8665 2.66666V13.3333H3.4665V2.66666H1.8665ZM1.8665 13.3333C1.8665 13.8991 2.09127 14.4417 2.49134 14.8418L3.62271 13.7105C3.52269 13.6104 3.4665 13.4748 3.4665 13.3333H1.8665ZM2.49134 14.8418C2.89142 15.2419 3.43404 15.4667 3.99984 15.4667V13.8667C3.85839 13.8667 3.72273 13.8105 3.62271 13.7105L2.49134 14.8418ZM3.99984 15.4667H11.9998V13.8667H3.99984V15.4667ZM11.9998 15.4667C12.5656 15.4667 13.1083 15.2419 13.5083 14.8418L12.377 13.7105C12.2769 13.8105 12.1413 13.8667 11.9998 13.8667V15.4667ZM13.5083 14.8418C13.9084 14.4417 14.1332 13.8991 14.1332 13.3333H12.5332C12.5332 13.4748 12.477 13.6104 12.377 13.7105L13.5083 14.8418ZM14.1332 13.3333V5.33333H12.5332V13.3333H14.1332ZM13.8989 4.76764L9.89886 0.767643L8.76748 1.89901L12.7675 5.89901L13.8989 4.76764ZM8.53317 1.33333L8.53317 5.33333H10.1332L10.1332 1.33333L8.53317 1.33333ZM9.33317 6.13333H13.3332V4.53333H9.33317V6.13333ZM10.6665 7.86666H5.33317V9.46666H10.6665V7.86666ZM10.6665 10.5333H5.33317V12.1333H10.6665V10.5333ZM6.6665 5.19999H5.33317V6.79999H6.6665V5.19999Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFileText, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13500\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFileText size={size} /> });"
   ],
   [
-    "IconFastForward.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFastForward = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.00386 2.6596C1.26118 2.53375 1.56772 2.56546 1.79383 2.74132L7.79383 7.40799C7.83974 7.4437 7.88087 7.48423 7.91671 7.52859V3.33333C7.91671 3.04688 8.07987 2.78545 8.33719 2.6596C8.59452 2.53375 8.90105 2.56546 9.12716 2.74132L15.1272 7.40799C15.3099 7.55008 15.4167 7.76856 15.4167 8C15.4167 8.23144 15.3099 8.44992 15.1272 8.59202L9.12716 13.2587C8.90105 13.4345 8.59452 13.4663 8.33719 13.3404C8.07987 13.2146 7.91671 12.9531 7.91671 12.6667V8.47142C7.88087 8.51577 7.83974 8.5563 7.79383 8.59202L1.79383 13.2587C1.56772 13.4345 1.26118 13.4663 1.00386 13.3404C0.746538 13.2146 0.583374 12.9531 0.583374 12.6667V3.33333C0.583374 3.04688 0.746538 2.78545 1.00386 2.6596ZM2.08337 4.86681V11.1332L6.11176 8L2.08337 4.86681ZM9.41671 4.86681V11.1332L13.4451 8L9.41671 4.86681Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFastForward, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13497\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFastForward size={size} /> });"
+    "IconFigma.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFigma = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15759)\"><path d=\"M5.66659 5.99999V5.19999V5.99999ZM10.3333 1.33333V2.13333V1.33333ZM7.99992 8.33333H8.79992H7.99992ZM12.6666 8.33333H11.8666H12.6666ZM4.13325 3.66666C4.13325 3.26 4.2948 2.86999 4.58236 2.58243L3.45098 1.45106C2.86337 2.03867 2.53325 2.83565 2.53325 3.66666H4.13325ZM4.58236 2.58243C4.86991 2.29488 5.25992 2.13333 5.66659 2.13333V0.533328C4.83557 0.533328 4.0386 0.863446 3.45098 1.45106L4.58236 2.58243ZM5.66659 2.13333H7.99992V0.533328H5.66659V2.13333ZM7.19992 1.33333V5.99999H8.79992V1.33333H7.19992ZM7.99992 5.19999H5.66659V6.79999H7.99992V5.19999ZM5.66659 5.19999C5.25992 5.19999 4.86991 5.03845 4.58236 4.75089L3.45098 5.88226C4.0386 6.46988 4.83557 6.79999 5.66659 6.79999V5.19999ZM4.58236 4.75089C4.2948 4.46334 4.13325 4.07333 4.13325 3.66666H2.53325C2.53325 4.49767 2.86337 5.29465 3.45098 5.88226L4.58236 4.75089ZM7.99992 2.13333H10.3333V0.533328H7.99992V2.13333ZM10.3333 2.13333C10.5346 2.13333 10.734 2.17299 10.92 2.25005L11.5323 0.771839C11.1522 0.614374 10.7447 0.533328 10.3333 0.533328V2.13333ZM10.92 2.25005C11.1061 2.3271 11.2751 2.44005 11.4175 2.58243L12.5489 1.45106C12.2579 1.1601 11.9125 0.929303 11.5323 0.771839L10.92 2.25005ZM11.4175 2.58243C11.5599 2.72481 11.6728 2.89385 11.7499 3.07988L13.2281 2.46759C13.0706 2.08743 12.8398 1.74202 12.5489 1.45106L11.4175 2.58243ZM11.7499 3.07988C11.8269 3.26591 11.8666 3.4653 11.8666 3.66666H13.4666C13.4666 3.25519 13.3855 2.84774 13.2281 2.46759L11.7499 3.07988ZM11.8666 3.66666C11.8666 3.86802 11.8269 4.06741 11.7499 4.25344L13.2281 4.86574C13.3855 4.48558 13.4666 4.07814 13.4666 3.66666H11.8666ZM11.7499 4.25344C11.6728 4.43948 11.5599 4.60851 11.4175 4.75089L12.5489 5.88226C12.8398 5.59131 13.0706 5.24589 13.2281 4.86574L11.7499 4.25344ZM11.4175 4.75089C11.2751 4.89327 11.1061 5.00622 10.92 5.08328L11.5323 6.56148C11.9125 6.40402 12.2579 6.17322 12.5489 5.88226L11.4175 4.75089ZM10.92 5.08328C10.734 5.16033 10.5346 5.19999 10.3333 5.19999V6.79999C10.7447 6.79999 11.1522 6.71895 11.5323 6.56148L10.92 5.08328ZM10.3333 5.19999H7.99992V6.79999H10.3333V5.19999ZM8.79992 8.33333C8.79992 8.13197 8.83958 7.93258 8.91664 7.74655L7.43843 7.13425C7.28096 7.51441 7.19992 7.92185 7.19992 8.33333H8.79992ZM8.91664 7.74655C8.99369 7.56051 9.10664 7.39148 9.24902 7.2491L8.11765 6.11773C7.82669 6.40868 7.59589 6.7541 7.43843 7.13425L8.91664 7.74655ZM9.24902 7.2491C9.39141 7.10671 9.56044 6.99377 9.74647 6.91671L9.13418 5.43851C8.75402 5.59597 8.40861 5.82677 8.11765 6.11773L9.24902 7.2491ZM9.74647 6.91671C9.9325 6.83966 10.1319 6.79999 10.3333 6.79999V5.19999C9.92178 5.19999 9.51433 5.28104 9.13418 5.43851L9.74647 6.91671ZM10.3333 6.79999C10.5346 6.79999 10.734 6.83966 10.92 6.91671L11.5323 5.43851C11.1522 5.28104 10.7447 5.19999 10.3333 5.19999V6.79999ZM10.92 6.91671C11.1061 6.99377 11.2751 7.10671 11.4175 7.2491L12.5489 6.11773C12.2579 5.82677 11.9125 5.59597 11.5323 5.43851L10.92 6.91671ZM11.4175 7.2491C11.5599 7.39148 11.6728 7.56051 11.7499 7.74655L13.2281 7.13425C13.0706 6.7541 12.8398 6.40869 12.5489 6.11773L11.4175 7.2491ZM11.7499 7.74655C11.8269 7.93258 11.8666 8.13197 11.8666 8.33333H13.4666C13.4666 7.92185 13.3855 7.51441 13.2281 7.13425L11.7499 7.74655ZM11.8666 8.33333C11.8666 8.53469 11.8269 8.73408 11.7499 8.92011L13.2281 9.5324C13.3855 9.15225 13.4666 8.7448 13.4666 8.33333H11.8666ZM11.7499 8.92011C11.6728 9.10614 11.5599 9.27518 11.4175 9.41756L12.5489 10.5489C12.8398 10.258 13.0706 9.91255 13.2281 9.5324L11.7499 8.92011ZM11.4175 9.41756C11.2751 9.55994 11.1061 9.67289 10.92 9.74994L11.5323 11.2282C11.9125 11.0707 12.2579 10.8399 12.5489 10.5489L11.4175 9.41756ZM10.92 9.74994C10.734 9.827 10.5346 9.86666 10.3333 9.86666V11.4667C10.7447 11.4667 11.1522 11.3856 11.5323 11.2282L10.92 9.74994ZM10.3333 9.86666C10.1319 9.86666 9.9325 9.827 9.74647 9.74994L9.13418 11.2282C9.51433 11.3856 9.92178 11.4667 10.3333 11.4667V9.86666ZM9.74647 9.74994C9.56044 9.67289 9.39141 9.55994 9.24902 9.41756L8.11765 10.5489C8.40861 10.8399 8.75402 11.0707 9.13418 11.2282L9.74647 9.74994ZM9.24902 9.41756C9.10664 9.27517 8.99369 9.10614 8.91664 8.92011L7.43843 9.5324C7.59589 9.91256 7.82669 10.258 8.11765 10.5489L9.24902 9.41756ZM8.91664 8.92011C8.83958 8.73408 8.79992 8.53469 8.79992 8.33333H7.19992C7.19992 8.7448 7.28096 9.15225 7.43843 9.5324L8.91664 8.92011ZM4.13325 13C4.13325 12.5933 4.2948 12.2033 4.58236 11.9158L3.45098 10.7844C2.86337 11.372 2.53325 12.169 2.53325 13H4.13325ZM4.58236 11.9158C4.86991 11.6282 5.25992 11.4667 5.66659 11.4667V9.86666C4.83557 9.86666 4.0386 10.1968 3.45098 10.7844L4.58236 11.9158ZM5.66659 11.4667H7.99992V9.86666H5.66659V11.4667ZM7.19992 10.6667V13H8.79992V10.6667H7.19992ZM7.19992 13C7.19992 13.4067 7.03837 13.7967 6.75082 14.0842L7.88219 15.2156C8.4698 14.628 8.79992 13.831 8.79992 13H7.19992ZM6.75082 14.0842C6.46326 14.3718 6.07325 14.5333 5.66659 14.5333V16.1333C6.4976 16.1333 7.29457 15.8032 7.88219 15.2156L6.75082 14.0842ZM5.66659 14.5333C5.25992 14.5333 4.86991 14.3718 4.58236 14.0842L3.45098 15.2156C4.0386 15.8032 4.83557 16.1333 5.66659 16.1333V14.5333ZM4.58236 14.0842C4.2948 13.7967 4.13325 13.4067 4.13325 13H2.53325C2.53325 13.831 2.86337 14.628 3.45098 15.2156L4.58236 14.0842ZM4.13325 8.33333C4.13325 7.92666 4.2948 7.53665 4.58236 7.2491L3.45098 6.11773C2.86337 6.70534 2.53325 7.50232 2.53325 8.33333H4.13325ZM4.58236 7.2491C4.86991 6.96154 5.25992 6.79999 5.66659 6.79999V5.19999C4.83557 5.19999 4.0386 5.53011 3.45098 6.11773L4.58236 7.2491ZM7.19992 5.99999V10.6667H8.79992V5.99999H7.19992ZM5.66659 9.86666C5.25992 9.86666 4.86991 9.70511 4.58236 9.41756L3.45098 10.5489C4.0386 11.1365 4.83557 11.4667 5.66659 11.4667V9.86666ZM4.58236 9.41756C4.2948 9.13 4.13325 8.73999 4.13325 8.33333H2.53325C2.53325 9.16434 2.86337 9.96132 3.45098 10.5489L4.58236 9.41756Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15759\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFigma, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13498\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFigma size={size} /> });"
   ],
   [
-    "IconFeather.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFeather = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12310)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.30292 1.96967C8.19414 1.07845 9.40288 0.577774 10.6633 0.577774C11.9236 0.577774 13.1324 1.07845 14.0236 1.96967C14.9148 2.86088 15.4155 4.06963 15.4155 5.33C15.4155 6.59005 14.915 7.79851 14.0243 8.68966C14.024 8.68988 14.0238 8.69011 14.0236 8.69033L12.2585 10.4607C12.2208 10.509 12.1773 10.5527 12.129 10.5905L9.53103 13.1962C9.39032 13.3373 9.19922 13.4167 8.99992 13.4167H3.64391L1.86358 15.197C1.57069 15.4899 1.09582 15.4899 0.802922 15.197C0.510029 14.9041 0.510029 14.4292 0.802922 14.1363L2.58325 12.356V7C2.58325 6.80109 2.66227 6.61032 2.80292 6.46967L7.30292 1.96967ZM5.14391 11.9167H8.68861L9.85182 10.75H6.31058L5.14391 11.9167ZM5.46889 9.47037L4.08325 10.856V7.31066L8.36358 3.03033C8.97349 2.42042 9.80071 2.07777 10.6633 2.07777C11.5258 2.07777 12.353 2.42042 12.9629 3.03033C13.5728 3.64024 13.9155 4.46746 13.9155 5.33C13.9155 6.19254 13.5728 7.01976 12.9629 7.62967L12.9621 7.63046L11.3474 9.25H7.81058L11.1969 5.86366C11.4898 5.57077 11.4898 5.09589 11.1969 4.803C10.904 4.51011 10.4291 4.51011 10.1363 4.803L5.47029 9.46897C5.46982 9.46943 5.46935 9.4699 5.46889 9.47037Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12310\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFeather, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13496\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFeather size={size} /> });"
+    "IconFlag.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFlag = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.3333 10L13.899 10.5657C14.049 10.4157 14.1333 10.2122 14.1333 10H13.3333ZM13.3333 2H14.1333C14.1333 1.67643 13.9384 1.38472 13.6394 1.2609C13.3405 1.13707 12.9964 1.20551 12.7676 1.43431L13.3333 2ZM2.66663 2L2.10094 1.43431C1.95091 1.58434 1.86663 1.78783 1.86663 2H2.66663ZM1.86663 14.6667C1.86663 15.1085 2.2248 15.4667 2.66663 15.4667C3.10845 15.4667 3.46663 15.1085 3.46663 14.6667H1.86663ZM2.66663 10C3.23231 10.5657 3.2319 10.5661 3.23149 10.5665C3.23136 10.5666 3.23095 10.567 3.23068 10.5673C3.23015 10.5678 3.22962 10.5684 3.2291 10.5689C3.22807 10.5699 3.22707 10.5709 3.22611 10.5718C3.22418 10.5737 3.2224 10.5754 3.22077 10.577C3.2175 10.5801 3.21482 10.5826 3.21274 10.5845C3.20858 10.5882 3.20687 10.5896 3.20774 10.5889C3.20947 10.5875 3.22172 10.5775 3.2458 10.5615C3.29367 10.5296 3.39038 10.4721 3.54707 10.4094C3.85904 10.2847 4.42347 10.1333 5.33329 10.1333V8.53333C4.24312 8.53333 3.47422 8.71534 2.95285 8.92388C2.69287 9.02787 2.49791 9.1371 2.35828 9.23019C2.28861 9.27664 2.23315 9.31877 2.19061 9.35381C2.16935 9.37132 2.15136 9.38702 2.13646 9.40056C2.12902 9.40733 2.12234 9.41356 2.11643 9.4192C2.11347 9.42202 2.11071 9.42469 2.10813 9.42721C2.10683 9.42847 2.10559 9.4297 2.10439 9.43088C2.1038 9.43147 2.10321 9.43205 2.10263 9.43263C2.10234 9.43291 2.10192 9.43333 2.10178 9.43348C2.10136 9.4339 2.10094 9.43431 2.66663 10ZM5.33329 10.1333C6.15785 10.1333 6.85504 10.4037 7.70285 10.7428C8.5217 11.0703 9.49118 11.4667 10.6666 11.4667V9.86666C9.84207 9.86666 9.14488 9.59634 8.29707 9.25722C7.47821 8.92967 6.50874 8.53333 5.33329 8.53333V10.1333ZM10.6666 11.4667C11.7568 11.4667 12.5257 11.2847 13.0471 11.0761C13.307 10.9721 13.502 10.8629 13.6416 10.7698C13.7113 10.7234 13.7668 10.6812 13.8093 10.6462C13.8306 10.6287 13.8486 10.613 13.8635 10.5994C13.8709 10.5927 13.8776 10.5864 13.8835 10.5808C13.8864 10.578 13.8892 10.5753 13.8918 10.5728C13.8931 10.5715 13.8943 10.5703 13.8955 10.5691C13.8961 10.5685 13.8967 10.5679 13.8973 10.5674C13.8976 10.5671 13.898 10.5667 13.8981 10.5665C13.8986 10.5661 13.899 10.5657 13.3333 10C12.7676 9.43431 12.768 9.4339 12.7684 9.43349C12.7686 9.43336 12.769 9.43295 12.7692 9.43269C12.7698 9.43216 12.7703 9.43163 12.7708 9.43112C12.7718 9.4301 12.7728 9.42912 12.7738 9.42818C12.7757 9.4263 12.7775 9.42458 12.7791 9.42302C12.7824 9.41991 12.7851 9.41742 12.7872 9.41553C12.7913 9.41176 12.7931 9.41038 12.7922 9.4111C12.7904 9.41252 12.7782 9.42247 12.7541 9.43853C12.7062 9.47044 12.6095 9.52787 12.4528 9.59055C12.1409 9.71534 11.5765 9.86666 10.6666 9.86666V11.4667ZM14.1333 10V2H12.5333V10H14.1333ZM13.3333 2C12.7676 1.43431 12.768 1.4339 12.7684 1.43349C12.7686 1.43336 12.769 1.43295 12.7692 1.43269C12.7698 1.43216 12.7703 1.43163 12.7708 1.43112C12.7718 1.4301 12.7728 1.42912 12.7738 1.42818C12.7757 1.4263 12.7775 1.42458 12.7791 1.42302C12.7824 1.41991 12.7851 1.41742 12.7872 1.41553C12.7913 1.41176 12.7931 1.41038 12.7922 1.4111C12.7904 1.41252 12.7782 1.42247 12.7541 1.43853C12.7062 1.47044 12.6095 1.52787 12.4528 1.59055C12.1409 1.71534 11.5765 1.86667 10.6666 1.86667V3.46667C11.7568 3.46667 12.5257 3.28466 13.0471 3.07611C13.307 2.97212 13.502 2.86289 13.6416 2.76981C13.7113 2.72336 13.7668 2.68122 13.8093 2.64619C13.8306 2.62868 13.8486 2.61298 13.8635 2.59944C13.8709 2.59267 13.8776 2.58644 13.8835 2.5808C13.8864 2.57798 13.8892 2.5753 13.8918 2.57278C13.8931 2.57152 13.8943 2.5703 13.8955 2.56912C13.8961 2.56853 13.8967 2.56794 13.8973 2.56737C13.8976 2.56708 13.898 2.56666 13.8981 2.56652C13.8986 2.5661 13.899 2.56568 13.3333 2ZM10.6666 1.86667C9.84207 1.86667 9.14488 1.59634 8.29707 1.25722C7.47822 0.929675 6.50874 0.533332 5.33329 0.533332V2.13333C6.15785 2.13333 6.85504 2.40366 7.70285 2.74278C8.5217 3.07032 9.49118 3.46667 10.6666 3.46667V1.86667ZM5.33329 0.533332C4.24312 0.533332 3.47421 0.715337 2.95285 0.923884C2.69287 1.02787 2.49791 1.1371 2.35828 1.23019C2.28861 1.27664 2.23315 1.31877 2.19061 1.35381C2.16935 1.37131 2.15136 1.38702 2.13646 1.40056C2.12902 1.40733 2.12234 1.41356 2.11643 1.4192C2.11347 1.42202 2.11071 1.42469 2.10813 1.42721C2.10683 1.42848 2.10559 1.4297 2.10439 1.43088C2.10379 1.43147 2.10321 1.43205 2.10263 1.43263C2.10234 1.43291 2.10192 1.43333 2.10178 1.43348C2.10136 1.4339 2.10094 1.43431 2.66663 2C3.23231 2.56568 3.2319 2.5661 3.23149 2.5665C3.23136 2.56664 3.23095 2.56704 3.23068 2.56731C3.23015 2.56784 3.22962 2.56836 3.2291 2.56887C3.22807 2.5699 3.22707 2.57088 3.22611 2.57182C3.22418 2.5737 3.2224 2.57541 3.22077 2.57697C3.2175 2.58009 3.21482 2.58258 3.21274 2.58446C3.20858 2.58824 3.20687 2.58962 3.20774 2.5889C3.20947 2.58747 3.22172 2.57753 3.2458 2.56147C3.29367 2.52956 3.39038 2.47212 3.54707 2.40945C3.85904 2.28466 4.42347 2.13333 5.33329 2.13333V0.533332ZM1.86663 2V10H3.46663V2H1.86663ZM3.46663 14.6667V10H1.86663V14.6667H3.46663Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFlag, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13504\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFlag size={size} /> });"
   ],
   [
-    "IconFigma.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFigma = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12777)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.66659 2.08333C5.24666 2.08333 4.84393 2.25014 4.547 2.54708C4.25007 2.84401 4.08325 3.24674 4.08325 3.66666C4.08325 4.08659 4.25007 4.48931 4.547 4.78625C4.84393 5.08318 5.24666 5.25 5.66659 5.25H7.24992V2.08333H5.66659ZM8.74992 2.08333V5.25H10.3333C10.5412 5.25 10.7471 5.20904 10.9392 5.12947C11.1313 5.0499 11.3058 4.93327 11.4528 4.78625C11.5999 4.63922 11.7165 4.46468 11.7961 4.27258C11.8756 4.08048 11.9166 3.87459 11.9166 3.66666C11.9166 3.45874 11.8756 3.25285 11.7961 3.06075C11.7165 2.86865 11.5999 2.6941 11.4528 2.54708C11.3058 2.40005 11.1313 2.28342 10.9392 2.20385C10.7471 2.12428 10.5412 2.08333 10.3333 2.08333H8.74992ZM12.3488 6C12.4055 5.95106 12.4604 5.9 12.5135 5.84691C12.7998 5.56059 13.0269 5.22069 13.1819 4.8466C13.3368 4.47252 13.4166 4.07157 13.4166 3.66666C13.4166 3.26175 13.3368 2.86081 13.1819 2.48672C13.0269 2.11263 12.7998 1.77273 12.5135 1.48642C12.2272 1.2001 11.8873 0.972985 11.5132 0.818033C11.1391 0.663081 10.7382 0.583328 10.3333 0.583328H5.66659C4.84883 0.583328 4.06458 0.908178 3.48634 1.48642C2.9081 2.06465 2.58325 2.84891 2.58325 3.66666C2.58325 4.48441 2.9081 5.26867 3.48634 5.84691C3.53953 5.9001 3.59447 5.95115 3.65101 6C3.59447 6.04884 3.53953 6.09989 3.48634 6.15308C2.9081 6.73132 2.58325 7.51558 2.58325 8.33333C2.58325 9.15108 2.9081 9.93534 3.48634 10.5136C3.53953 10.5668 3.59447 10.6178 3.65101 10.6667C3.59447 10.7155 3.53953 10.7666 3.48634 10.8197C2.9081 11.398 2.58325 12.1822 2.58325 13C2.58325 13.8177 2.9081 14.602 3.48634 15.1802C4.06458 15.7585 4.84883 16.0833 5.66659 16.0833C6.48434 16.0833 7.26859 15.7585 7.84683 15.1802C8.42507 14.602 8.74992 13.8177 8.74992 13V10.9791C8.87895 11.0563 9.01375 11.1242 9.15331 11.182C9.5274 11.3369 9.92834 11.4167 10.3333 11.4167C10.7382 11.4167 11.1391 11.3369 11.5132 11.182C11.8873 11.027 12.2272 10.7999 12.5135 10.5136C12.7998 10.2273 13.0269 9.88735 13.1819 9.51327C13.3368 9.13918 13.4166 8.73824 13.4166 8.33333C13.4166 7.92842 13.3368 7.52747 13.1819 7.15339C13.0269 6.7793 12.7998 6.4394 12.5135 6.15308C12.4604 6.09999 12.4055 6.04894 12.3488 6ZM7.24992 9.91666V6.75H5.66659C5.24666 6.75 4.84393 6.91681 4.547 7.21374C4.25007 7.51068 4.08325 7.9134 4.08325 8.33333C4.08325 8.75325 4.25007 9.15598 4.547 9.45291C4.84393 9.74985 5.24666 9.91666 5.66659 9.91666H7.24992ZM7.24992 11.4167H5.66659C5.24666 11.4167 4.84393 11.5835 4.547 11.8804C4.25007 12.1773 4.08325 12.5801 4.08325 13C4.08325 13.4199 4.25007 13.8226 4.547 14.1196C4.84393 14.4165 5.24666 14.5833 5.66659 14.5833C6.08651 14.5833 6.48924 14.4165 6.78617 14.1196C7.0831 13.8226 7.24992 13.4199 7.24992 13V11.4167ZM10.3333 6.75C10.1253 6.75 9.91944 6.79095 9.72734 6.87052C9.53524 6.95009 9.36069 7.06672 9.21367 7.21374C9.06664 7.36077 8.95001 7.53531 8.87044 7.72741C8.79087 7.91951 8.74992 8.1254 8.74992 8.33333C8.74992 8.54126 8.79087 8.74714 8.87044 8.93924C8.95001 9.13134 9.06664 9.30589 9.21367 9.45291C9.36069 9.59994 9.53524 9.71657 9.72734 9.79614C9.91944 9.87571 10.1253 9.91666 10.3333 9.91666C10.5412 9.91666 10.7471 9.87571 10.9392 9.79614C11.1313 9.71657 11.3058 9.59994 11.4528 9.45291C11.5999 9.30589 11.7165 9.13134 11.7961 8.93924C11.8756 8.74714 11.9166 8.54125 11.9166 8.33333C11.9166 8.1254 11.8756 7.91951 11.7961 7.72741C11.7165 7.53531 11.5999 7.36077 11.4528 7.21374C11.3058 7.06672 11.1313 6.95009 10.9392 6.87052C10.7471 6.79095 10.5412 6.75 10.3333 6.75Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12777\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFigma, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13498\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFigma size={size} /> });"
+    "IconFramer.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFramer = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15781)\"><path d=\"M3.3335 10.6667H2.5335C2.5335 10.8788 2.61778 11.0823 2.76781 11.2324L3.3335 10.6667ZM3.3335 6V5.2C2.89167 5.2 2.5335 5.55817 2.5335 6H3.3335ZM12.6668 6V6.8C13.1087 6.8 13.4668 6.44183 13.4668 6H12.6668ZM12.6668 1.33333H13.4668C13.4668 0.891504 13.1087 0.533332 12.6668 0.533332V1.33333ZM3.3335 1.33333V0.533332C3.00993 0.533332 2.71822 0.728246 2.59439 1.02719C2.47057 1.32612 2.53901 1.67022 2.76781 1.89902L3.3335 1.33333ZM12.6668 10.6667V11.4667C12.9904 11.4667 13.2821 11.2718 13.4059 10.9728C13.5298 10.6739 13.4613 10.3298 13.2325 10.101L12.6668 10.6667ZM8.00016 15.3333L7.43448 15.899C7.66328 16.1278 8.00737 16.1963 8.30631 16.0724C8.60525 15.9486 8.80016 15.6569 8.80016 15.3333H8.00016ZM4.1335 10.6667V6H2.5335V10.6667H4.1335ZM3.3335 6.8H12.6668V5.2H3.3335V6.8ZM13.4668 6V1.33333H11.8668V6H13.4668ZM12.6668 0.533332H3.3335V2.13333H12.6668V0.533332ZM2.76781 1.89902L12.1011 11.2324L13.2325 10.101L3.89918 0.767647L2.76781 1.89902ZM12.6668 9.86666H8.00016V11.4667H12.6668V9.86666ZM2.76781 11.2324L7.43448 15.899L8.56585 14.7676L3.89918 10.101L2.76781 11.2324ZM8.80016 15.3333V10.6667H7.20016V15.3333H8.80016ZM3.3335 11.4667H8.00016V9.86666H3.3335V11.4667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15781\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFramer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13508\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFramer size={size} /> });"
+  ],
+  [
+    "IconFilter.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFilter = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.6667 2L15.2776 2.51658C15.4787 2.27876 15.5235 1.94583 15.3924 1.6633C15.2613 1.38077 14.9782 1.2 14.6667 1.2V2ZM1.33337 2V1.2C1.02191 1.2 0.738766 1.38077 0.60768 1.6633C0.476593 1.94583 0.5214 2.27876 0.722518 2.51658L1.33337 2ZM6.66671 8.30667H7.46671C7.46671 8.11753 7.39969 7.93451 7.27756 7.79009L6.66671 8.30667ZM6.66671 12.6667H5.86671C5.86671 12.9697 6.03791 13.2467 6.30894 13.3822L6.66671 12.6667ZM9.33337 14L8.9756 14.7155C9.22359 14.8395 9.51811 14.8263 9.75396 14.6805C9.98981 14.5348 10.1334 14.2773 10.1334 14H9.33337ZM9.33337 8.30667L8.72252 7.79009C8.60039 7.93451 8.53337 8.11753 8.53337 8.30667H9.33337ZM14.6667 1.2H1.33337V2.8H14.6667V1.2ZM0.722518 2.51658L6.05585 8.82325L7.27756 7.79009L1.94423 1.48342L0.722518 2.51658ZM5.86671 8.30667V12.6667H7.46671V8.30667H5.86671ZM6.30894 13.3822L8.9756 14.7155L9.69114 13.2845L7.02448 11.9511L6.30894 13.3822ZM10.1334 14V8.30667H8.53337V14H10.1334ZM9.94423 8.82325L15.2776 2.51658L14.0559 1.48342L8.72252 7.79009L9.94423 8.82325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFilter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13505\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFilter size={size} /> });"
   ],
   [
     "IconFileMinus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFileMinus = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.52694 1.19352C2.91764 0.802822 3.44755 0.583328 4.00008 0.583328H9.33342C9.53233 0.583328 9.72309 0.662346 9.86375 0.802998L13.8637 4.803C14.0044 4.94365 14.0834 5.13442 14.0834 5.33333V13.3333C14.0834 13.8859 13.8639 14.4158 13.4732 14.8065C13.0825 15.1972 12.5526 15.4167 12.0001 15.4167H4.00008C3.44755 15.4167 2.91764 15.1972 2.52694 14.8065C2.13624 14.4158 1.91675 13.8859 1.91675 13.3333V2.66666C1.91675 2.11413 2.13624 1.58422 2.52694 1.19352ZM4.00008 2.08333C3.84537 2.08333 3.697 2.14479 3.5876 2.25418C3.47821 2.36358 3.41675 2.51195 3.41675 2.66666V13.3333C3.41675 13.488 3.47821 13.6364 3.5876 13.7458C3.697 13.8552 3.84537 13.9167 4.00008 13.9167H12.0001C12.1548 13.9167 12.3032 13.8552 12.4126 13.7458C12.522 13.6364 12.5834 13.488 12.5834 13.3333V6.08333H9.33341C9.1345 6.08333 8.94374 6.00431 8.80308 5.86366C8.66243 5.72301 8.58341 5.53224 8.58341 5.33333L8.58342 2.08333H4.00008ZM10.0834 3.14399L11.5228 4.58333H10.0834L10.0834 3.14399ZM5.25008 10C5.25008 9.58578 5.58587 9.25 6.00008 9.25H10.0001C10.4143 9.25 10.7501 9.58578 10.7501 10C10.7501 10.4142 10.4143 10.75 10.0001 10.75H6.00008C5.58587 10.75 5.25008 10.4142 5.25008 10Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFileMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13499\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFileMinus size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFileMinus = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.33341 1.33333L9.8991 0.767643C9.74907 0.617614 9.54559 0.533328 9.33341 0.533328V1.33333ZM4.00008 1.33333V0.533328V1.33333ZM2.66675 2.66666H1.86675H2.66675ZM2.66675 13.3333H1.86675H2.66675ZM13.3334 5.33333H14.1334C14.1334 5.12116 14.0491 4.91767 13.8991 4.76764L13.3334 5.33333ZM9.33342 5.33333H8.53341C8.53341 5.77516 8.89159 6.13333 9.33342 6.13333V5.33333ZM6.00008 9.19999C5.55825 9.19999 5.20008 9.55817 5.20008 10C5.20008 10.4418 5.55825 10.8 6.00008 10.8V9.19999ZM10.0001 10.8C10.4419 10.8 10.8001 10.4418 10.8001 10C10.8001 9.55817 10.4419 9.19999 10.0001 9.19999V10.8ZM9.33341 0.533328H4.00008V2.13333H9.33341V0.533328ZM4.00008 0.533328C3.43429 0.533328 2.89166 0.758089 2.49159 1.15817L3.62296 2.28954C3.72298 2.18952 3.85863 2.13333 4.00008 2.13333V0.533328ZM2.49159 1.15817C2.09151 1.55824 1.86675 2.10087 1.86675 2.66666H3.46675C3.46675 2.52521 3.52294 2.38956 3.62296 2.28954L2.49159 1.15817ZM1.86675 2.66666V13.3333H3.46675V2.66666H1.86675ZM1.86675 13.3333C1.86675 13.8991 2.09151 14.4417 2.49159 14.8418L3.62296 13.7105C3.52294 13.6104 3.46675 13.4748 3.46675 13.3333H1.86675ZM2.49159 14.8418C2.89166 15.2419 3.43429 15.4667 4.00008 15.4667V13.8667C3.85863 13.8667 3.72298 13.8105 3.62296 13.7105L2.49159 14.8418ZM4.00008 15.4667H12.0001V13.8667H4.00008V15.4667ZM12.0001 15.4667C12.5659 15.4667 13.1085 15.2419 13.5086 14.8418L12.3772 13.7105C12.2772 13.8105 12.1415 13.8667 12.0001 13.8667V15.4667ZM13.5086 14.8418C13.9087 14.4417 14.1334 13.8991 14.1334 13.3333H12.5334C12.5334 13.4748 12.4772 13.6104 12.3772 13.7105L13.5086 14.8418ZM14.1334 13.3333V5.33333H12.5334V13.3333H14.1334ZM13.8991 4.76764L9.8991 0.767643L8.76773 1.89901L12.7677 5.89901L13.8991 4.76764ZM8.53341 1.33333L8.53341 5.33333H10.1334L10.1334 1.33333L8.53341 1.33333ZM9.33342 6.13333H13.3334V4.53333H9.33342V6.13333ZM6.00008 10.8H10.0001V9.19999H6.00008V10.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFileMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13499\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFileMinus size={size} /> });"
   ],
   [
-    "IconFilePlus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFilePlus = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.5267 1.19352C2.9174 0.802822 3.4473 0.583328 3.99984 0.583328H9.33317C9.53208 0.583328 9.72285 0.662346 9.8635 0.802998L13.8635 4.803C14.0042 4.94365 14.0832 5.13442 14.0832 5.33333V13.3333C14.0832 13.8859 13.8637 14.4158 13.473 14.8065C13.0823 15.1972 12.5524 15.4167 11.9998 15.4167H3.99984C3.4473 15.4167 2.9174 15.1972 2.5267 14.8065C2.136 14.4158 1.9165 13.8859 1.9165 13.3333V2.66666C1.9165 2.11413 2.136 1.58422 2.5267 1.19352ZM3.99984 2.08333C3.84513 2.08333 3.69675 2.14479 3.58736 2.25418C3.47796 2.36358 3.4165 2.51195 3.4165 2.66666V13.3333C3.4165 13.488 3.47796 13.6364 3.58736 13.7458C3.69676 13.8552 3.84513 13.9167 3.99984 13.9167H11.9998C12.1545 13.9167 12.3029 13.8552 12.4123 13.7458C12.5217 13.6364 12.5832 13.488 12.5832 13.3333V6.08333H9.33317C9.13426 6.08333 8.94349 6.00431 8.80284 5.86366C8.66219 5.72301 8.58317 5.53224 8.58317 5.33333L8.58317 2.08333H3.99984ZM10.0832 3.14399L11.5225 4.58333H10.0832L10.0832 3.14399ZM7.99984 7.25C8.41405 7.25 8.74984 7.58578 8.74984 8V9.25H9.99984C10.4141 9.25 10.7498 9.58578 10.7498 10C10.7498 10.4142 10.4141 10.75 9.99984 10.75H8.74984V12C8.74984 12.4142 8.41405 12.75 7.99984 12.75C7.58562 12.75 7.24984 12.4142 7.24984 12V10.75H5.99984C5.58562 10.75 5.24984 10.4142 5.24984 10C5.24984 9.58578 5.58562 9.25 5.99984 9.25H7.24984V8C7.24984 7.58578 7.58562 7.25 7.99984 7.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFilePlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13501\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFilePlus size={size} /> });"
+    "IconFolder.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFolder = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.33325 12.6667H0.533252H1.33325ZM2.66659 2V1.2V2ZM5.99992 2L6.66556 1.55624C6.51719 1.33368 6.2674 1.2 5.99992 1.2V2ZM7.33325 4L6.66761 4.44376C6.81598 4.66632 7.06577 4.8 7.33325 4.8V4ZM13.3333 4V3.2V4ZM13.8666 12.6667C13.8666 12.8081 13.8104 12.9438 13.7104 13.0438L14.8417 14.1752C15.2418 13.7751 15.4666 13.2325 15.4666 12.6667H13.8666ZM13.7104 13.0438C13.6104 13.1438 13.4747 13.2 13.3333 13.2V14.8C13.899 14.8 14.4417 14.5752 14.8417 14.1752L13.7104 13.0438ZM13.3333 13.2H2.66659V14.8H13.3333V13.2ZM2.66659 13.2C2.52514 13.2 2.38948 13.1438 2.28946 13.0438L1.15809 14.1752C1.55817 14.5752 2.10079 14.8 2.66659 14.8V13.2ZM2.28946 13.0438C2.18944 12.9438 2.13325 12.8081 2.13325 12.6667H0.533252C0.533252 13.2325 0.758013 13.7751 1.15809 14.1752L2.28946 13.0438ZM2.13325 12.6667V3.33333H0.533252V12.6667H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM2.66659 2.8H5.99992V1.2H2.66659V2.8ZM5.33428 2.44376L6.66761 4.44376L7.99889 3.55624L6.66556 1.55624L5.33428 2.44376ZM7.33325 4.8H13.3333V3.2H7.33325V4.8ZM13.3333 4.8C13.4747 4.8 13.6104 4.85619 13.7104 4.95621L14.8417 3.82484C14.4417 3.42476 13.899 3.2 13.3333 3.2V4.8ZM13.7104 4.95621C13.8104 5.05623 13.8666 5.19188 13.8666 5.33333H15.4666C15.4666 4.76754 15.2418 4.22492 14.8417 3.82484L13.7104 4.95621ZM13.8666 5.33333V12.6667H15.4666V5.33333H13.8666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFolder, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13509\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFolder size={size} /> });"
   ],
   [
-    "IconFileText.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFileText = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.5267 1.19352C2.9174 0.802822 3.4473 0.583328 3.99984 0.583328H9.33317C9.53208 0.583328 9.72285 0.662346 9.8635 0.802998L13.8635 4.803C14.0042 4.94365 14.0832 5.13442 14.0832 5.33333V13.3333C14.0832 13.8859 13.8637 14.4158 13.473 14.8065C13.0823 15.1972 12.5524 15.4167 11.9998 15.4167H3.99984C3.4473 15.4167 2.9174 15.1972 2.5267 14.8065C2.136 14.4158 1.9165 13.8859 1.9165 13.3333V2.66666C1.9165 2.11413 2.136 1.58422 2.5267 1.19352ZM3.99984 2.08333C3.84513 2.08333 3.69675 2.14479 3.58736 2.25418C3.47796 2.36358 3.4165 2.51195 3.4165 2.66666V13.3333C3.4165 13.488 3.47796 13.6364 3.58736 13.7458C3.69676 13.8552 3.84513 13.9167 3.99984 13.9167H11.9998C12.1545 13.9167 12.3029 13.8552 12.4123 13.7458C12.5217 13.6364 12.5832 13.488 12.5832 13.3333V6.08333H9.33317C9.13426 6.08333 8.94349 6.00431 8.80284 5.86366C8.66219 5.72301 8.58317 5.53224 8.58317 5.33333L8.58317 2.08333H3.99984ZM10.0832 3.14399L11.5225 4.58333H10.0832L10.0832 3.14399ZM4.58317 6C4.58317 5.58578 4.91896 5.25 5.33317 5.25H6.6665C7.08072 5.25 7.4165 5.58578 7.4165 6C7.4165 6.41421 7.08072 6.75 6.6665 6.75H5.33317C4.91896 6.75 4.58317 6.41421 4.58317 6ZM4.58317 8.66666C4.58317 8.25245 4.91896 7.91666 5.33317 7.91666H10.6665C11.0807 7.91666 11.4165 8.25245 11.4165 8.66666C11.4165 9.08088 11.0807 9.41666 10.6665 9.41666H5.33317C4.91896 9.41666 4.58317 9.08088 4.58317 8.66666ZM4.58317 11.3333C4.58317 10.9191 4.91896 10.5833 5.33317 10.5833H10.6665C11.0807 10.5833 11.4165 10.9191 11.4165 11.3333C11.4165 11.7475 11.0807 12.0833 10.6665 12.0833H5.33317C4.91896 12.0833 4.58317 11.7475 4.58317 11.3333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFileText, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13500\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFileText size={size} /> });"
+    "IconGift.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGift = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15785)\"><path d=\"M14.1333 8.00001C14.1333 7.55818 13.7752 7.20001 13.3333 7.20001C12.8915 7.20001 12.5333 7.55818 12.5333 8.00001H14.1333ZM13.3333 14.6667V15.4667C13.7752 15.4667 14.1333 15.1085 14.1333 14.6667H13.3333ZM2.66666 14.6667H1.86666C1.86666 15.1085 2.22483 15.4667 2.66666 15.4667V14.6667ZM3.46666 8.00001C3.46666 7.55818 3.10849 7.20001 2.66666 7.20001C2.22483 7.20001 1.86666 7.55818 1.86666 8.00001H3.46666ZM1.33333 4.66668V3.86668C0.8915 3.86668 0.533328 4.22485 0.533328 4.66668H1.33333ZM14.6667 4.66668H15.4667C15.4667 4.22485 15.1085 3.86668 14.6667 3.86668V4.66668ZM14.6667 8.00001V8.80001C15.1085 8.80001 15.4667 8.44184 15.4667 8.00001H14.6667ZM1.33333 8.00001H0.533328C0.533328 8.44184 0.8915 8.80001 1.33333 8.80001L1.33333 8.00001ZM7.19999 14.6667C7.19999 15.1085 7.55817 15.4667 7.99999 15.4667C8.44182 15.4667 8.79999 15.1085 8.79999 14.6667H7.19999ZM4.99999 4.66668V3.86668V4.66668ZM3.33333 3.00001H2.53333H3.33333ZM4.99999 1.33334V0.533343V1.33334ZM11 4.66668V3.86668V4.66668ZM11 1.33334V2.13334V1.33334ZM12.5333 8.00001V14.6667H14.1333V8.00001H12.5333ZM13.3333 13.8667H2.66666V15.4667H13.3333V13.8667ZM3.46666 14.6667V8.00001H1.86666V14.6667H3.46666ZM1.33333 5.46668H14.6667V3.86668H1.33333V5.46668ZM13.8667 4.66668V8.00001H15.4667V4.66668H13.8667ZM14.6667 7.20001H1.33333V8.80001H14.6667V7.20001ZM2.13333 8.00001V4.66668H0.533328V8.00001H2.13333ZM8.79999 14.6667V4.66668H7.19999V14.6667H8.79999ZM7.99999 3.86668H4.99999V5.46668H7.99999V3.86668ZM4.99999 3.86668C4.77014 3.86668 4.5497 3.77537 4.38717 3.61284L3.2558 4.74421C3.71839 5.2068 4.34579 5.46668 4.99999 5.46668V3.86668ZM4.38717 3.61284C4.22464 3.4503 4.13333 3.22986 4.13333 3.00001H2.53333C2.53333 3.65421 2.79321 4.28162 3.2558 4.74421L4.38717 3.61284ZM4.13333 3.00001C4.13333 2.77016 4.22464 2.54972 4.38717 2.38718L3.2558 1.25581C2.79321 1.7184 2.53333 2.34581 2.53333 3.00001H4.13333ZM4.38717 2.38718C4.5497 2.22465 4.77014 2.13334 4.99999 2.13334V0.533343C4.34579 0.533343 3.71839 0.793224 3.2558 1.25581L4.38717 2.38718ZM4.99999 2.13334C5.72178 2.13334 6.26252 2.63735 6.67402 3.38555C6.87051 3.7428 7.00807 4.10749 7.0967 4.38736C7.14055 4.52585 7.17132 4.64004 7.19068 4.71748C7.20034 4.75611 7.20709 4.78535 7.21117 4.80361C7.21321 4.81274 7.21457 4.8191 7.21529 4.8225C7.21565 4.82419 7.21585 4.82515 7.21589 4.82534C7.21591 4.82543 7.21589 4.82533 7.21583 4.82504C7.2158 4.82489 7.21576 4.8247 7.21571 4.82445C7.21568 4.82433 7.21564 4.82411 7.21563 4.82405C7.21558 4.82382 7.21553 4.82357 7.99999 4.66668C8.78446 4.50978 8.78441 4.50951 8.78435 4.50923C8.78433 4.50912 8.78427 4.50882 8.78422 4.5086C8.78413 4.50815 8.78403 4.50765 8.78392 4.5071C8.7837 4.506 8.78343 4.50469 8.78312 4.50318C8.7825 4.50017 8.7817 4.49634 8.78073 4.49173C8.77878 4.48252 8.77612 4.47016 8.7727 4.45487C8.76588 4.42431 8.75603 4.38193 8.74291 4.32942C8.71669 4.22457 8.67715 4.07834 8.62204 3.90433C8.51275 3.5592 8.33781 3.09055 8.07597 2.61448C7.57081 1.696 6.61154 0.533343 4.99999 0.533343V2.13334ZM7.99999 5.46668H11V3.86668H7.99999V5.46668ZM11 5.46668C11.6542 5.46668 12.2816 5.2068 12.7442 4.74421L11.6128 3.61284C11.4503 3.77537 11.2298 3.86668 11 3.86668V5.46668ZM12.7442 4.74421C13.2068 4.28162 13.4667 3.65421 13.4667 3.00001H11.8667C11.8667 3.22986 11.7754 3.4503 11.6128 3.61284L12.7442 4.74421ZM13.4667 3.00001C13.4667 2.34581 13.2068 1.7184 12.7442 1.25581L11.6128 2.38718C11.7754 2.54972 11.8667 2.77016 11.8667 3.00001H13.4667ZM12.7442 1.25581C12.2816 0.793224 11.6542 0.533343 11 0.533343V2.13334C11.2298 2.13334 11.4503 2.22465 11.6128 2.38718L12.7442 1.25581ZM11 0.533343C9.38845 0.533343 8.42918 1.696 7.92402 2.61448C7.66218 3.09055 7.48724 3.5592 7.37795 3.90433C7.32284 4.07834 7.2833 4.22456 7.25708 4.32942C7.24396 4.38193 7.23411 4.42431 7.22729 4.45487C7.22387 4.47016 7.22121 4.48252 7.21926 4.49173C7.21829 4.49634 7.21749 4.50017 7.21687 4.50318C7.21656 4.50469 7.21629 4.506 7.21607 4.5071C7.21596 4.50765 7.21586 4.50815 7.21577 4.5086C7.21572 4.50882 7.21566 4.50912 7.21564 4.50923C7.21558 4.50951 7.21553 4.50978 7.99999 4.66668C8.78446 4.82357 8.78441 4.82382 8.78436 4.82405C8.78435 4.82411 8.78431 4.82433 8.78428 4.82445C8.78423 4.8247 8.78419 4.82489 8.78416 4.82504C8.7841 4.82533 8.78408 4.82543 8.7841 4.82534C8.78414 4.82515 8.78434 4.82419 8.7847 4.8225C8.78542 4.8191 8.78678 4.81274 8.78882 4.80361C8.7929 4.78535 8.79965 4.75611 8.80931 4.71748C8.82867 4.64004 8.85944 4.52585 8.90329 4.38736C8.99192 4.10749 9.12948 3.7428 9.32597 3.38555C9.73747 2.63735 10.2782 2.13334 11 2.13334V0.533343Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15785\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGift, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13510\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGift size={size} /> });"
   ],
   [
     "IconFile.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFile = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.52687 1.19353C2.91757 0.802825 3.44747 0.583332 4.00001 0.583332H8.66667C8.86558 0.583332 9.05635 0.66235 9.197 0.803002L13.8637 5.46967C14.0043 5.61032 14.0833 5.80109 14.0833 6V13.3333C14.0833 13.8859 13.8638 14.4158 13.4731 14.8065C13.0824 15.1972 12.5525 15.4167 12 15.4167H4.00001C3.44747 15.4167 2.91757 15.1972 2.52687 14.8065C2.13617 14.4158 1.91667 13.8859 1.91667 13.3333V2.66667C1.91667 2.11413 2.13617 1.58423 2.52687 1.19353ZM4.00001 2.08333C3.8453 2.08333 3.69692 2.14479 3.58753 2.25419C3.47813 2.36358 3.41667 2.51196 3.41667 2.66667V13.3333C3.41667 13.488 3.47813 13.6364 3.58753 13.7458C3.69692 13.8552 3.8453 13.9167 4.00001 13.9167H12C12.1547 13.9167 12.3031 13.8552 12.4125 13.7458C12.5219 13.6364 12.5833 13.488 12.5833 13.3333V6.75H8.66667C8.25246 6.75 7.91667 6.41421 7.91667 6L7.91667 2.08333H4.00001ZM9.41667 3.14399L11.5227 5.25H9.41667L9.41667 3.14399Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFile, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13503\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFile size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFile = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.66667 1.33333L9.23236 0.767647C9.08233 0.617618 8.87884 0.533332 8.66667 0.533332V1.33333ZM4.00001 1.33333V0.533332V1.33333ZM2.66667 2.66667H1.86667H2.66667ZM2.66667 13.3333H1.86667H2.66667ZM13.3333 6H14.1333C14.1333 5.78783 14.0491 5.58434 13.899 5.43431L13.3333 6ZM8.66667 6H7.86667C7.86667 6.21217 7.95096 6.41565 8.10099 6.56568C8.25101 6.71571 8.4545 6.8 8.66667 6.8V6ZM8.66667 0.533332H4.00001V2.13333H8.66667V0.533332ZM4.00001 0.533332C3.43421 0.533332 2.89159 0.758093 2.49151 1.15817L3.62288 2.28954C3.7229 2.18952 3.85856 2.13333 4.00001 2.13333V0.533332ZM2.49151 1.15817C2.09143 1.55825 1.86667 2.10087 1.86667 2.66667H3.46667C3.46667 2.52522 3.52286 2.38956 3.62288 2.28954L2.49151 1.15817ZM1.86667 2.66667V13.3333H3.46667V2.66667H1.86667ZM1.86667 13.3333C1.86667 13.8991 2.09143 14.4417 2.49151 14.8418L3.62288 13.7105C3.52286 13.6104 3.46667 13.4748 3.46667 13.3333H1.86667ZM2.49151 14.8418C2.89159 15.2419 3.43421 15.4667 4.00001 15.4667V13.8667C3.85856 13.8667 3.7229 13.8105 3.62288 13.7105L2.49151 14.8418ZM4.00001 15.4667H12V13.8667H4.00001V15.4667ZM12 15.4667C12.5658 15.4667 13.1084 15.2419 13.5085 14.8418L12.3771 13.7105C12.2771 13.8105 12.1415 13.8667 12 13.8667V15.4667ZM13.5085 14.8418C13.9086 14.4417 14.1333 13.8991 14.1333 13.3333H12.5333C12.5333 13.4748 12.4771 13.6104 12.3771 13.7105L13.5085 14.8418ZM14.1333 13.3333V6H12.5333V13.3333H14.1333ZM13.899 5.43431L9.23236 0.767647L8.10099 1.89902L12.7677 6.56568L13.899 5.43431ZM7.86667 1.33333L7.86667 6H9.46667L9.46667 1.33333L7.86667 1.33333ZM8.66667 6.8H13.3333V5.2H8.66667V6.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFile, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13503\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFile size={size} /> });"
   ],
   [
-    "IconFilm.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFilm = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12770)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.78665 2.08333C2.39821 2.08333 2.08331 2.39823 2.08331 2.78667V3.91667H3.91665V2.08333H2.78665ZM2.78665 0.583332C1.56978 0.583332 0.583313 1.5698 0.583313 2.78667V13.2133C0.583313 14.4302 1.56978 15.4167 2.78665 15.4167H13.2133C14.4302 15.4167 15.4166 14.4302 15.4166 13.2133V2.78667C15.4166 1.5698 14.4302 0.583332 13.2133 0.583332H2.78665ZM5.41665 2.08333V7.25H10.5833V2.08333H5.41665ZM12.0833 2.08333V3.91667H13.9166V2.78667C13.9166 2.39823 13.6018 2.08333 13.2133 2.08333H12.0833ZM13.9166 5.41667H12.0833V7.25H13.9166V5.41667ZM13.9166 8.75H12.0833V10.5833H13.9166V8.75ZM13.9166 12.0833H12.0833V13.9167H13.2133C13.6018 13.9167 13.9166 13.6018 13.9166 13.2133V12.0833ZM10.5833 13.9167V8.75H5.41665V13.9167H10.5833ZM3.91665 13.9167V12.0833H2.08331V13.2133C2.08331 13.6018 2.39821 13.9167 2.78665 13.9167H3.91665ZM2.08331 10.5833H3.91665V8.75H2.08331V10.5833ZM2.08331 7.25H3.91665V5.41667H2.08331V7.25Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12770\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFilm, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13502\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFilm size={size} /> });"
+    "IconMenu.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMenu = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 7.2C1.55817 7.2 1.2 7.55817 1.2 8C1.2 8.44183 1.55817 8.8 2 8.8V7.2ZM14 8.8C14.4418 8.8 14.8 8.44183 14.8 8C14.8 7.55817 14.4418 7.2 14 7.2V8.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM2 8.8H14V7.2H2V8.8ZM2 4.8H14V3.2H2V4.8ZM2 12.8H14V11.2H2V12.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMenu, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13551\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMenu size={size} /> });"
   ],
   [
-    "IconFilter.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFilter = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.653046 1.68434C0.775939 1.41947 1.04139 1.25 1.33338 1.25H14.6667C14.9587 1.25 15.2242 1.41947 15.3471 1.68434C15.4699 1.94922 15.4279 2.26134 15.2394 2.48429L10.0834 8.58128V14C10.0834 14.2599 9.94879 14.5013 9.72768 14.638C9.50657 14.7746 9.23046 14.7871 8.99797 14.6708L6.33131 13.3375C6.07722 13.2104 5.91672 12.9507 5.91672 12.6667V8.58128L0.760707 2.48429C0.572158 2.26134 0.530152 1.94922 0.653046 1.68434ZM2.94986 2.75L7.2394 7.82237C7.35389 7.95777 7.41672 8.12935 7.41672 8.30667V12.2031L8.58338 12.7865V8.30667C8.58338 8.12935 8.64621 7.95777 8.76071 7.82237L13.0502 2.75H2.94986Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFilter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13505\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFilter size={size} /> });"
+    "IconMaximize.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMaximize = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.33333 2.8C5.77516 2.8 6.13333 2.44183 6.13333 2C6.13333 1.55817 5.77516 1.2 5.33333 1.2V2.8ZM3.33333 2V1.2V2ZM2 3.33333H1.2H2ZM1.2 5.33333C1.2 5.77516 1.55817 6.13333 2 6.13333C2.44183 6.13333 2.8 5.77516 2.8 5.33333H1.2ZM13.2 5.33333C13.2 5.77516 13.5582 6.13333 14 6.13333C14.4418 6.13333 14.8 5.77516 14.8 5.33333H13.2ZM12.6667 2V1.2V2ZM10.6667 1.2C10.2248 1.2 9.86667 1.55817 9.86667 2C9.86667 2.44183 10.2248 2.8 10.6667 2.8V1.2ZM10.6667 13.2C10.2248 13.2 9.86667 13.5582 9.86667 14C9.86667 14.4418 10.2248 14.8 10.6667 14.8V13.2ZM14.8 10.6667C14.8 10.2248 14.4418 9.86667 14 9.86667C13.5582 9.86667 13.2 10.2248 13.2 10.6667H14.8ZM2.8 10.6667C2.8 10.2248 2.44183 9.86667 2 9.86667C1.55817 9.86667 1.2 10.2248 1.2 10.6667H2.8ZM2 12.6667H1.2H2ZM5.33333 14.8C5.77516 14.8 6.13333 14.4418 6.13333 14C6.13333 13.5582 5.77516 13.2 5.33333 13.2V14.8ZM5.33333 1.2H3.33333V2.8H5.33333V1.2ZM3.33333 1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2ZM1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484ZM1.2 3.33333V5.33333H2.8V3.33333H1.2ZM14.8 5.33333V3.33333H13.2V5.33333H14.8ZM14.8 3.33333C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8ZM14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484ZM12.6667 1.2H10.6667V2.8H12.6667V1.2ZM10.6667 14.8H12.6667V13.2H10.6667V14.8ZM12.6667 14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8ZM14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752ZM14.8 12.6667V10.6667H13.2V12.6667H14.8ZM1.2 10.6667V12.6667H2.8V10.6667H1.2ZM1.2 12.6667C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2ZM1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752ZM3.33333 14.8H5.33333V13.2H3.33333V14.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMaximize, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13548\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMaximize size={size} /> });"
   ],
   [
-    "IconFlag.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFlag = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.97142 0.970308C3.48624 0.764378 4.24875 0.583332 5.33329 0.583332C6.47845 0.583332 7.4268 0.962824 8.23758 1.28727C8.25126 1.29274 8.2649 1.2982 8.2785 1.30364C9.12541 1.6424 9.83111 1.91667 10.6666 1.91667C11.5821 1.91667 12.1529 1.76438 12.4714 1.63697C12.6313 1.57301 12.7311 1.51395 12.7819 1.48013C12.8037 1.46555 12.8168 1.45542 12.822 1.45127C13.0363 1.25158 13.3482 1.19439 13.6203 1.30709C13.9006 1.42317 14.0833 1.69665 14.0833 2V10C14.0833 10.1989 14.0043 10.3897 13.8636 10.5303L13.3333 10C13.8636 10.5303 13.8632 10.5307 13.8628 10.5311L13.862 10.5319L13.8604 10.5336L13.8569 10.537L13.849 10.5446C13.8434 10.55 13.837 10.5559 13.8298 10.5624C13.8155 10.5754 13.7981 10.5906 13.7775 10.6076C13.7363 10.6416 13.6821 10.6827 13.6139 10.7282C13.4771 10.8194 13.2853 10.927 13.0285 11.0297C12.5137 11.2356 11.7512 11.4167 10.6666 11.4167C9.52147 11.4167 8.57312 11.0372 7.76234 10.7127L7.72142 10.6964C6.87451 10.3576 6.16881 10.0833 5.33329 10.0833C4.41783 10.0833 3.84701 10.2356 3.5285 10.363C3.48728 10.3795 3.45005 10.3957 3.41663 10.4112V14.6667C3.41663 15.0809 3.08084 15.4167 2.66663 15.4167C2.25241 15.4167 1.91663 15.0809 1.91663 14.6667V2C1.91663 1.80109 1.99564 1.61032 2.1363 1.46967L2.66663 2C2.1363 1.46967 2.13669 1.46928 2.13708 1.46888L2.13788 1.46809L2.13954 1.46644L2.14306 1.46298L2.15094 1.45538C2.15657 1.45001 2.16295 1.44406 2.1701 1.43756C2.1844 1.42455 2.20178 1.40939 2.2224 1.39241C2.26366 1.35842 2.31777 1.31729 2.38602 1.27179C2.52278 1.18062 2.71467 1.07301 2.97142 0.970308ZM3.41663 2.41117V8.8197C3.89765 8.68356 4.52633 8.58333 5.33329 8.58333C6.47845 8.58333 7.4268 8.96282 8.23758 9.28727C8.25126 9.29274 8.2649 9.2982 8.2785 9.30364C9.12541 9.6424 9.83111 9.91667 10.6666 9.91667C11.5821 9.91667 12.1529 9.76438 12.4714 9.63698C12.5126 9.62049 12.5499 9.60432 12.5833 9.58883V3.1803C12.1023 3.31643 11.4736 3.41667 10.6666 3.41667C9.52147 3.41667 8.57312 3.03717 7.76234 2.71273C7.74866 2.70726 7.73502 2.7018 7.72142 2.69636C6.87451 2.35759 6.16881 2.08333 5.33329 2.08333C4.41783 2.08333 3.84701 2.23562 3.5285 2.36302C3.48728 2.37951 3.45005 2.39568 3.41663 2.41117Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFlag, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13504\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFlag size={size} /> });"
+    "IconMinimize2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMinimize2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.66667 8.53333C2.22484 8.53333 1.86667 8.89151 1.86667 9.33333C1.86667 9.77516 2.22484 10.1333 2.66667 10.1333V8.53333ZM6.66667 9.33333H7.46667C7.46667 8.89151 7.10849 8.53333 6.66667 8.53333V9.33333ZM5.86667 13.3333C5.86667 13.7752 6.22484 14.1333 6.66667 14.1333C7.10849 14.1333 7.46667 13.7752 7.46667 13.3333H5.86667ZM13.3333 7.46667C13.7752 7.46667 14.1333 7.10849 14.1333 6.66667C14.1333 6.22484 13.7752 5.86667 13.3333 5.86667V7.46667ZM9.33333 6.66667H8.53333C8.53333 7.10849 8.89151 7.46667 9.33333 7.46667V6.66667ZM10.1333 2.66667C10.1333 2.22484 9.77516 1.86667 9.33333 1.86667C8.89151 1.86667 8.53333 2.22484 8.53333 2.66667H10.1333ZM14.5657 2.56569C14.8781 2.25327 14.8781 1.74673 14.5657 1.43431C14.2533 1.1219 13.7467 1.1219 13.4343 1.43431L14.5657 2.56569ZM1.43431 13.4343C1.1219 13.7467 1.1219 14.2533 1.43431 14.5657C1.74673 14.8781 2.25327 14.8781 2.56569 14.5657L1.43431 13.4343ZM2.66667 10.1333H6.66667V8.53333H2.66667V10.1333ZM5.86667 9.33333V13.3333H7.46667V9.33333H5.86667ZM13.3333 5.86667H9.33333V7.46667H13.3333V5.86667ZM10.1333 6.66667V2.66667H8.53333V6.66667H10.1333ZM9.89902 7.23235L14.5657 2.56569L13.4343 1.43431L8.76765 6.10098L9.89902 7.23235ZM2.56569 14.5657L7.23235 9.89902L6.10098 8.76765L1.43431 13.4343L2.56569 14.5657Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinimize2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13554\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinimize2 size={size} /> });"
   ],
   [
-    "IconFolderMinus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFolderMinus = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V12.6667C2.08325 12.8214 2.14471 12.9697 2.25411 13.0791C2.3635 13.1885 2.51188 13.25 2.66659 13.25H13.3333C13.488 13.25 13.6363 13.1885 13.7457 13.0791C13.8551 12.9697 13.9166 12.8214 13.9166 12.6667V5.33333C13.9166 5.17862 13.8551 5.03025 13.7457 4.92085C13.6363 4.81146 13.488 4.75 13.3333 4.75H7.33325C7.08249 4.75 6.84831 4.62467 6.70921 4.41603L5.59853 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H5.99992C6.25068 1.25 6.48486 1.37533 6.62396 1.58397L7.73464 3.25H13.3333C13.8858 3.25 14.4157 3.46949 14.8064 3.86019C15.1971 4.25089 15.4166 4.7808 15.4166 5.33333V12.6667C15.4166 13.2192 15.1971 13.7491 14.8064 14.1398C14.4157 14.5305 13.8858 14.75 13.3333 14.75H2.66659C2.11405 14.75 1.58415 14.5305 1.19345 14.1398C0.802745 13.7491 0.583252 13.2192 0.583252 12.6667V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019ZM5.24992 9.33333C5.24992 8.91912 5.58571 8.58333 5.99992 8.58333H9.99992C10.4141 8.58333 10.7499 8.91912 10.7499 9.33333C10.7499 9.74755 10.4141 10.0833 9.99992 10.0833H5.99992C5.58571 10.0833 5.24992 9.74755 5.24992 9.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFolderMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13507\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFolderMinus size={size} /> });"
+    "IconMessageCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMessageCircle = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 7.66669H13.2L13.2 7.66877L14 7.66669ZM13.4 10.2L12.6859 9.83933L12.6844 9.84237L13.4 10.2ZM8.33333 13.3334L8.33302 12.5333L8.33125 12.5334L8.33333 13.3334ZM5.8 12.7334L6.16068 12.0193C5.97029 11.9231 5.74937 11.907 5.54702 11.9744L5.8 12.7334ZM2 14L1.24105 13.747C1.14523 14.0345 1.22005 14.3514 1.43431 14.5657C1.64858 14.78 1.96551 14.8548 2.25298 14.759L2 14ZM3.26667 10.2L4.02561 10.453C4.09307 10.2506 4.07691 10.0297 3.98075 9.83934L3.26667 10.2ZM2.66667 7.66669L3.46667 7.66877L3.46667 7.667L2.66667 7.66669ZM5.8 2.60002L6.15765 3.31563L6.16068 3.3141L5.8 2.60002ZM8.33333 2.00002L8.33125 2.80002H8.33333V2.00002ZM8.66667 2.00002L8.71073 1.20123C8.69606 1.20042 8.68136 1.20002 8.66667 1.20002V2.00002ZM14 7.33335H14.8C14.8 7.31865 14.7996 7.30396 14.7988 7.28928L14 7.33335ZM13.2 7.66877C13.202 8.42268 13.0258 9.1664 12.6859 9.83934L14.1141 10.5607C14.5676 9.66282 14.8026 8.67051 14.8 7.6646L13.2 7.66877ZM12.6844 9.84237C12.2804 10.6507 11.6594 11.3305 10.8909 11.8058L11.7324 13.1666C12.7536 12.5351 13.5788 11.6317 14.1156 10.5577L12.6844 9.84237ZM10.8909 11.8058C10.1223 12.2811 9.23665 12.533 8.33302 12.5334L8.33364 14.1334C9.53435 14.1329 10.7112 13.7981 11.7324 13.1666L10.8909 11.8058ZM8.33125 12.5334C7.57734 12.5353 6.83362 12.3592 6.16068 12.0193L5.43932 13.4474C6.3372 13.901 7.32951 14.136 8.33542 14.1333L8.33125 12.5334ZM5.54702 11.9744L1.74702 13.2411L2.25298 14.759L6.05298 13.4923L5.54702 11.9744ZM2.75895 14.253L4.02561 10.453L2.50772 9.94704L1.24105 13.747L2.75895 14.253ZM3.98075 9.83934C3.64084 9.1664 3.4647 8.42268 3.46666 7.66877L1.86667 7.6646C1.86405 8.67051 2.09907 9.66282 2.55259 10.5607L3.98075 9.83934ZM3.46667 7.667C3.46702 6.76337 3.71894 5.87769 4.19422 5.10916L2.83341 4.26761C2.20188 5.28881 1.86713 6.46567 1.86667 7.66638L3.46667 7.667ZM4.19422 5.10916C4.66949 4.34063 5.34935 3.71959 6.15765 3.31562L5.44235 1.88442C4.36832 2.4212 3.46494 3.24641 2.83341 4.26761L4.19422 5.10916ZM6.16068 3.3141C6.83362 2.97419 7.57734 2.79805 8.33125 2.80002L8.33542 1.20002C7.32951 1.1974 6.3372 1.43242 5.43932 1.88594L6.16068 3.3141ZM8.33333 2.80002H8.66667V1.20002H8.33333V2.80002ZM8.6226 2.7988C9.81553 2.86462 10.9423 3.36813 11.7871 4.21294L12.9184 3.08157C11.7951 1.95825 10.2969 1.28874 8.71073 1.20123L8.6226 2.7988ZM11.7871 4.21294C12.6319 5.05775 13.1354 6.18449 13.2012 7.37742L14.7988 7.28928C14.7113 5.70308 14.0418 4.20489 12.9184 3.08157L11.7871 4.21294ZM13.2 7.33335V7.66669H14.8V7.33335H13.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMessageCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13550\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMessageCircle size={size} /> });"
   ],
   [
-    "IconFolderPlus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFolderPlus = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V12.6667C2.08325 12.8214 2.14471 12.9697 2.25411 13.0791C2.3635 13.1885 2.51188 13.25 2.66659 13.25H13.3333C13.488 13.25 13.6363 13.1885 13.7457 13.0791C13.8551 12.9697 13.9166 12.8214 13.9166 12.6667V5.33333C13.9166 5.17862 13.8551 5.03025 13.7457 4.92085C13.6363 4.81146 13.488 4.75 13.3333 4.75H7.33325C7.08249 4.75 6.84831 4.62467 6.70921 4.41603L5.59853 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H5.99992C6.25068 1.25 6.48486 1.37533 6.62396 1.58397L7.73464 3.25H13.3333C13.8858 3.25 14.4157 3.46949 14.8064 3.86019C15.1971 4.25089 15.4166 4.7808 15.4166 5.33333V12.6667C15.4166 13.2192 15.1971 13.7491 14.8064 14.1398C14.4157 14.5305 13.8858 14.75 13.3333 14.75H2.66659C2.11405 14.75 1.58415 14.5305 1.19345 14.1398C0.802745 13.7491 0.583252 13.2192 0.583252 12.6667V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019ZM7.99992 6.58333C8.41413 6.58333 8.74992 6.91912 8.74992 7.33333V8.58333H9.99992C10.4141 8.58333 10.7499 8.91912 10.7499 9.33333C10.7499 9.74755 10.4141 10.0833 9.99992 10.0833H8.74992V11.3333C8.74992 11.7475 8.41413 12.0833 7.99992 12.0833C7.58571 12.0833 7.24992 11.7475 7.24992 11.3333V10.0833H5.99992C5.58571 10.0833 5.24992 9.74755 5.24992 9.33333C5.24992 8.91912 5.58571 8.58333 5.99992 8.58333H7.24992V7.33333C7.24992 6.91912 7.58571 6.58333 7.99992 6.58333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFolderPlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13506\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFolderPlus size={size} /> });"
+    "IconMessageSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMessageSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4.66667 11.3333V10.5333C4.45449 10.5333 4.25101 10.6176 4.10098 10.7676L4.66667 11.3333ZM2 14H1.2C1.2 14.3236 1.39491 14.6153 1.69385 14.7391C1.99279 14.8629 2.33689 14.7945 2.56569 14.5657L2 14ZM3.33333 2V1.2V2ZM12.6667 2V1.2V2ZM13.2 10C13.2 10.1414 13.1438 10.2771 13.0438 10.3771L14.1752 11.5085C14.5752 11.1084 14.8 10.5658 14.8 10H13.2ZM13.0438 10.3771C12.9438 10.4771 12.8081 10.5333 12.6667 10.5333V12.1333C13.2325 12.1333 13.7751 11.9086 14.1752 11.5085L13.0438 10.3771ZM12.6667 10.5333H4.66667V12.1333H12.6667V10.5333ZM4.10098 10.7676L1.43431 13.4343L2.56569 14.5657L5.23235 11.899L4.10098 10.7676ZM2.8 14V3.33333H1.2V14H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V10H14.8V3.33333H13.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMessageSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13553\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMessageSquare size={size} /> });"
   ],
   [
-    "IconFolder.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFolder = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V12.6667C2.08325 12.8214 2.14471 12.9697 2.25411 13.0791C2.3635 13.1885 2.51188 13.25 2.66659 13.25H13.3333C13.488 13.25 13.6363 13.1885 13.7457 13.0791C13.8551 12.9697 13.9166 12.8214 13.9166 12.6667V5.33333C13.9166 5.17862 13.8551 5.03025 13.7457 4.92085C13.6363 4.81146 13.488 4.75 13.3333 4.75H7.33325C7.08249 4.75 6.84831 4.62467 6.70921 4.41603L5.59853 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H5.99992C6.25068 1.25 6.48486 1.37533 6.62396 1.58397L7.73464 3.25H13.3333C13.8858 3.25 14.4157 3.46949 14.8064 3.86019C15.1971 4.25089 15.4166 4.7808 15.4166 5.33333V12.6667C15.4166 13.2192 15.1971 13.7491 14.8064 14.1398C14.4157 14.5305 13.8858 14.75 13.3333 14.75H2.66659C2.11405 14.75 1.58415 14.5305 1.19345 14.1398C0.802745 13.7491 0.583252 13.2192 0.583252 12.6667V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFolder, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13509\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFolder size={size} /> });"
+    "IconMaximize2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMaximize2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10 1.2C9.55817 1.2 9.2 1.55817 9.2 2C9.2 2.44183 9.55817 2.8 10 2.8V1.2ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM13.2 6C13.2 6.44183 13.5582 6.8 14 6.8C14.4418 6.8 14.8 6.44183 14.8 6H13.2ZM6 14.8C6.44183 14.8 6.8 14.4418 6.8 14C6.8 13.5582 6.44183 13.2 6 13.2V14.8ZM2 14H1.2C1.2 14.4418 1.55817 14.8 2 14.8V14ZM2.8 10C2.8 9.55817 2.44183 9.2 2 9.2C1.55817 9.2 1.2 9.55817 1.2 10H2.8ZM8.76765 6.10098C8.45523 6.4134 8.45523 6.91993 8.76765 7.23235C9.08007 7.54477 9.5866 7.54477 9.89902 7.23235L8.76765 6.10098ZM7.23235 9.89902C7.54477 9.5866 7.54477 9.08007 7.23235 8.76765C6.91993 8.45523 6.4134 8.45523 6.10098 8.76765L7.23235 9.89902ZM10 2.8H14V1.2H10V2.8ZM13.2 2V6H14.8V2H13.2ZM6 13.2H2V14.8H6V13.2ZM2.8 14V10H1.2V14H2.8ZM13.4343 1.43431L8.76765 6.10098L9.89902 7.23235L14.5657 2.56569L13.4343 1.43431ZM2.56569 14.5657L7.23235 9.89902L6.10098 8.76765L1.43431 13.4343L2.56569 14.5657Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMaximize2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13546\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMaximize2 size={size} /> });"
   ],
   [
-    "IconFramer.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFramer = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12782)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.64061 1.04632C2.75669 0.766064 3.03017 0.583332 3.33352 0.583332H12.6669C13.0811 0.583332 13.4169 0.919118 13.4169 1.33333V6C13.4169 6.41421 13.0811 6.75 12.6669 6.75H9.81084L13.1972 10.1363C13.4117 10.3508 13.4758 10.6734 13.3598 10.9537C13.2437 11.2339 12.9702 11.4167 12.6669 11.4167H8.75019V15.3333C8.75019 15.6367 8.56745 15.9102 8.2872 16.0262C8.00694 16.1423 7.68435 16.0782 7.46985 15.8637L2.80319 11.197C2.66254 11.0563 2.58352 10.8656 2.58352 10.6667V6C2.58352 5.58579 2.9193 5.25 3.33352 5.25H6.18953L2.80319 1.86366C2.58869 1.64916 2.52452 1.32658 2.64061 1.04632ZM8.31084 5.25H11.9169V2.08333H5.14418L8.31084 5.25ZM7.68953 6.75H4.08352V9.91667H10.8562L7.68953 6.75ZM5.14418 11.4167L7.25019 13.5227V11.4167H5.14418Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12782\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFramer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13508\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFramer size={size} /> });"
+    "IconMic.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMic = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15871)\"><path d=\"M8.00016 0.666626V-0.133374V0.666626ZM13.4668 6.66663C13.4668 6.2248 13.1087 5.86663 12.6668 5.86663C12.225 5.86663 11.8668 6.2248 11.8668 6.66663H13.4668ZM12.6668 7.99996H13.4668H12.6668ZM8.00016 12.6666V11.8666V12.6666ZM3.3335 7.99996H2.5335H3.3335ZM4.1335 6.66663C4.1335 6.2248 3.77532 5.86663 3.3335 5.86663C2.89167 5.86663 2.5335 6.2248 2.5335 6.66663H4.1335ZM7.20016 15.3333C7.20016 15.7751 7.55833 16.1333 8.00016 16.1333C8.44199 16.1333 8.80016 15.7751 8.80016 15.3333H7.20016ZM5.3335 14.5333C4.89167 14.5333 4.5335 14.8915 4.5335 15.3333C4.5335 15.7751 4.89167 16.1333 5.3335 16.1333V14.5333ZM10.6668 16.1333C11.1087 16.1333 11.4668 15.7751 11.4668 15.3333C11.4668 14.8915 11.1087 14.5333 10.6668 14.5333V16.1333ZM8.00016 -0.133374C7.25756 -0.133374 6.54537 0.161625 6.02026 0.686727L7.15163 1.8181C7.37668 1.59305 7.6819 1.46663 8.00016 1.46663V-0.133374ZM6.02026 0.686727C5.49516 1.21183 5.20016 1.92402 5.20016 2.66663H6.80016C6.80016 2.34837 6.92659 2.04314 7.15163 1.8181L6.02026 0.686727ZM5.20016 2.66663V7.99996H6.80016V2.66663H5.20016ZM5.20016 7.99996C5.20016 8.74256 5.49516 9.45476 6.02026 9.97986L7.15163 8.84849C6.92659 8.62344 6.80016 8.31822 6.80016 7.99996H5.20016ZM6.02026 9.97986C6.54537 10.505 7.25756 10.8 8.00016 10.8V9.19996C7.6819 9.19996 7.37668 9.07353 7.15163 8.84849L6.02026 9.97986ZM8.00016 10.8C8.74277 10.8 9.45496 10.505 9.98006 9.97986L8.84869 8.84849C8.62365 9.07353 8.31842 9.19996 8.00016 9.19996V10.8ZM9.98006 9.97986C10.5052 9.45476 10.8002 8.74257 10.8002 7.99996H9.20016C9.20016 8.31822 9.07373 8.62344 8.84869 8.84849L9.98006 9.97986ZM10.8002 7.99996V2.66663H9.20016V7.99996H10.8002ZM10.8002 2.66663C10.8002 1.92402 10.5052 1.21183 9.98006 0.686727L8.84869 1.8181C9.07373 2.04314 9.20016 2.34837 9.20016 2.66663H10.8002ZM9.98006 0.686727C9.45496 0.161625 8.74277 -0.133374 8.00016 -0.133374V1.46663C8.31842 1.46663 8.62365 1.59305 8.84869 1.8181L9.98006 0.686727ZM11.8668 6.66663V7.99996H13.4668V6.66663H11.8668ZM11.8668 7.99996C11.8668 9.02546 11.4594 10.009 10.7343 10.7341L11.8657 11.8655C12.8909 10.8403 13.4668 9.44981 13.4668 7.99996H11.8668ZM10.7343 10.7341C10.0092 11.4592 9.02567 11.8666 8.00016 11.8666V13.4666C9.45001 13.4666 10.8405 12.8907 11.8657 11.8655L10.7343 10.7341ZM8.00016 11.8666C6.97466 11.8666 5.99116 11.4592 5.26602 10.7341L4.13465 11.8655C5.15984 12.8907 6.55031 13.4666 8.00016 13.4666V11.8666ZM5.26602 10.7341C4.54088 10.009 4.1335 9.02546 4.1335 7.99996H2.5335C2.5335 9.44981 3.10945 10.8403 4.13465 11.8655L5.26602 10.7341ZM4.1335 7.99996V6.66663H2.5335V7.99996H4.1335ZM7.20016 12.6666V15.3333H8.80016V12.6666H7.20016ZM5.3335 16.1333H10.6668V14.5333H5.3335V16.1333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15871\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMic, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13555\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMic size={size} /> });"
   ],
   [
-    "IconFrown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconFrown = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12753)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 2.08333C4.73248 2.08333 2.0835 4.73231 2.0835 8C2.0835 11.2677 4.73248 13.9167 8.00016 13.9167C11.2678 13.9167 13.9168 11.2677 13.9168 8C13.9168 4.73231 11.2678 2.08333 8.00016 2.08333ZM0.583496 8C0.583496 3.90389 3.90405 0.583332 8.00016 0.583332C12.0963 0.583332 15.4168 3.90389 15.4168 8C15.4168 12.0961 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0961 0.583496 8ZM5.25016 6C5.25016 5.58579 5.58595 5.25 6.00016 5.25H6.00683C6.42104 5.25 6.75683 5.58579 6.75683 6C6.75683 6.41421 6.42104 6.75 6.00683 6.75H6.00016C5.58595 6.75 5.25016 6.41421 5.25016 6ZM9.25016 6C9.25016 5.58579 9.58595 5.25 10.0002 5.25H10.0068C10.421 5.25 10.7568 5.58579 10.7568 6C10.7568 6.41421 10.421 6.75 10.0068 6.75H10.0002C9.58595 6.75 9.25016 6.41421 9.25016 6ZM5.6007 9.39345C6.14186 8.99987 6.96018 8.58333 8.00016 8.58333C9.04014 8.58333 9.85846 8.99987 10.3996 9.39345C10.6716 9.59128 10.8819 9.78906 11.026 9.9394C11.0984 10.0149 11.1549 10.0794 11.1951 10.1272C11.2152 10.1512 11.2313 10.1711 11.2432 10.1862L11.2581 10.2052L11.2632 10.2119L11.2652 10.2145L11.2661 10.2157L11.2665 10.2162C11.2666 10.2164 11.2668 10.2167 10.6668 10.6667L11.2668 10.2167C11.5154 10.548 11.4482 11.0181 11.1168 11.2667C10.7866 11.5144 10.3185 11.4485 10.0694 11.12C10.0695 11.1202 10.0696 11.1204 10.0697 11.1204L10.069 11.1195L10.0681 11.1183L10.0677 11.1178C10.0683 11.1186 10.0688 11.1193 10.0694 11.12M5.93316 11.1171C5.93327 11.117 5.93338 11.1168 5.9335 11.1167L5.3335 10.6667C5.9335 11.1167 5.93332 11.1169 5.93316 11.1171ZM10.0674 11.1174C10.0675 11.1175 10.0676 11.1177 10.0677 11.1178L10.0675 11.1175L10.0674 11.1174Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12753\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFrown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13511\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFrown size={size} /> });"
+    "IconMicOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMicOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15869)\"><path d=\"M1.23243 0.101002C0.920014 -0.211418 0.413482 -0.211417 0.101063 0.101002C-0.211357 0.413421 -0.211357 0.919953 0.101063 1.23237L1.23243 0.101002ZM14.7677 15.899C15.0801 16.2115 15.5867 16.2115 15.8991 15.899C16.2115 15.5866 16.2115 15.0801 15.8991 14.7677L14.7677 15.899ZM6.80008 6.00002C6.80008 5.55819 6.44191 5.20002 6.00008 5.20002C5.55825 5.20002 5.20008 5.55819 5.20008 6.00002H6.80008ZM6.00008 8.00002H5.20008L5.20008 8.00072L6.00008 8.00002ZM9.97875 9.97939C10.2914 9.66717 10.2917 9.16063 9.97945 8.84802C9.66723 8.53541 9.16069 8.53509 8.84808 8.84732L9.97875 9.97939ZM9.20008 6.22669C9.20008 6.66852 9.55825 7.02669 10.0001 7.02669C10.4419 7.02669 10.8001 6.66852 10.8001 6.22669H9.20008ZM10.0001 2.66669L9.20008 2.66588V2.66669H10.0001ZM5.25608 2.10749C5.16816 2.54048 5.44789 2.96277 5.88089 3.05069C6.31388 3.13861 6.73616 2.85887 6.82408 2.42588L5.25608 2.10749ZM11.9049 11.8599C12.2141 11.5443 12.2089 11.0378 11.8933 10.7286C11.5777 10.4194 11.0712 10.4246 10.762 10.7402L11.9049 11.8599ZM3.33341 8.00002L4.13341 8.00587V8.00002H3.33341ZM4.13341 6.66669C4.13341 6.22486 3.77524 5.86669 3.33341 5.86669C2.89159 5.86669 2.53341 6.22486 2.53341 6.66669H4.13341ZM13.4667 6.66669C13.4667 6.22486 13.1086 5.86669 12.6667 5.86669C12.2249 5.86669 11.8667 6.22486 11.8667 6.66669H13.4667ZM12.6667 8.00002L13.4667 8.00072V8.00002H12.6667ZM11.806 8.67875C11.728 9.11364 12.0173 9.52943 12.4521 9.60745C12.887 9.68547 13.3028 9.39617 13.3808 8.96129L11.806 8.67875ZM8.80008 12.6667C8.80008 12.2249 8.44191 11.8667 8.00008 11.8667C7.55825 11.8667 7.20008 12.2249 7.20008 12.6667H8.80008ZM7.20008 15.3334C7.20008 15.7752 7.55825 16.1334 8.00008 16.1334C8.44191 16.1334 8.80008 15.7752 8.80008 15.3334H7.20008ZM5.33342 14.5334C4.89159 14.5334 4.53341 14.8915 4.53341 15.3334C4.53341 15.7752 4.89159 16.1334 5.33342 16.1334V14.5334ZM10.6667 16.1334C11.1086 16.1334 11.4667 15.7752 11.4667 15.3334C11.4667 14.8915 11.1086 14.5334 10.6667 14.5334V16.1334ZM0.101063 1.23237L14.7677 15.899L15.8991 14.7677L1.23243 0.101002L0.101063 1.23237ZM5.20008 6.00002V8.00002H6.80008V6.00002H5.20008ZM5.20008 8.00072C5.20057 8.55415 5.36505 9.09503 5.67275 9.55503L7.00265 8.66545C6.87078 8.4683 6.80029 8.2365 6.80008 7.99932L5.20008 8.00072ZM5.67275 9.55503C5.98045 10.015 6.41757 10.3735 6.9289 10.5853L7.541 9.10698C7.32186 9.01624 7.13453 8.86259 7.00265 8.66545L5.67275 9.55503ZM6.9289 10.5853C7.44023 10.797 8.00284 10.8524 8.54566 10.7446L8.2339 9.17526C8.00126 9.22148 7.76014 9.19771 7.541 9.10698L6.9289 10.5853ZM8.54566 10.7446C9.08848 10.6368 9.58717 10.3705 9.97875 9.97939L8.84808 8.84732C8.68026 9.01493 8.46654 9.12905 8.2339 9.17526L8.54566 10.7446ZM10.8001 6.22669V2.66669H9.20008V6.22669H10.8001ZM10.8001 2.66749C10.8008 1.97312 10.5434 1.30326 10.078 0.787945L8.89063 1.86036C9.09009 2.08121 9.20038 2.36829 9.20008 2.66588L10.8001 2.66749ZM10.078 0.787945C9.61262 0.272633 8.97234 -0.0513631 8.28148 -0.121147L8.12068 1.47075C8.41676 1.50066 8.69117 1.63952 8.89063 1.86036L10.078 0.787945ZM8.28148 -0.121147C7.59062 -0.19093 6.89848 -0.00152266 6.33942 0.410307L7.28837 1.69852C7.52797 1.52202 7.8246 1.44085 8.12068 1.47075L8.28148 -0.121147ZM6.33942 0.410307C5.78035 0.822136 5.39426 1.42701 5.25608 2.10749L6.82408 2.42588C6.8833 2.13425 7.04877 1.87502 7.28837 1.69852L6.33942 0.410307ZM10.762 10.7402C10.2227 11.2906 9.53133 11.6673 8.77649 11.8221L9.09782 13.3895C10.165 13.1707 11.1425 12.638 11.9049 11.8599L10.762 10.7402ZM8.77649 11.8221C8.02165 11.9768 7.23779 11.9025 6.52548 11.6087L5.91535 13.0878C6.92241 13.5032 8.03063 13.6082 9.09782 13.3895L8.77649 11.8221ZM6.52548 11.6087C5.81316 11.3148 5.20488 10.8149 4.77867 10.1729L3.44572 11.058C4.0483 11.9655 4.90828 12.6723 5.91535 13.0878L6.52548 11.6087ZM4.77867 10.1729C4.35246 9.53102 4.12776 8.77639 4.13339 8.00587L2.53344 7.99417C2.52547 9.08352 2.84315 10.1504 3.44572 11.058L4.77867 10.1729ZM4.13341 8.00002V6.66669H2.53341V8.00002H4.13341ZM11.8667 6.66669V8.00002H13.4667V6.66669H11.8667ZM11.8667 7.99932C11.8666 8.22715 11.8462 8.45451 11.806 8.67875L13.3808 8.96129C13.4377 8.64425 13.4665 8.32281 13.4667 8.00072L11.8667 7.99932ZM7.20008 12.6667V15.3334H8.80008V12.6667H7.20008ZM5.33342 16.1334H10.6667V14.5334H5.33342V16.1334Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15869\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMicOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13552\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMicOff size={size} /> });"
   ],
   [
-    "IconGift.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGift = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12914)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 2.08334C4.75688 2.08334 4.52372 2.17992 4.35181 2.35183C4.17991 2.52374 4.08333 2.7569 4.08333 3.00001C4.08333 3.24313 4.17991 3.47628 4.35181 3.64819C4.52372 3.8201 4.75688 3.91668 5 3.91668H6.9803C6.90799 3.73842 6.82098 3.54899 6.71783 3.36145C6.3034 2.60793 5.74959 2.08334 5 2.08334ZM7.25 5.41668V7.25001H2.08333V5.41668H7.25ZM2.76393 3.91668C2.6458 3.62852 2.58333 3.31748 2.58333 3.00001C2.58333 2.35907 2.83794 1.74438 3.29115 1.29117C3.74437 0.837956 4.35906 0.583344 5 0.583344C6.55055 0.583344 7.48999 1.67805 8 2.58087C8.51 1.67805 9.44944 0.583344 11 0.583344C11.6409 0.583344 12.2556 0.837956 12.7088 1.29117C13.1621 1.74438 13.4167 2.35907 13.4167 3.00001C13.4167 3.31748 13.3542 3.62852 13.2361 3.91668H14.6667C15.0809 3.91668 15.4167 4.25246 15.4167 4.66668V8.00001C15.4167 8.41422 15.0809 8.75001 14.6667 8.75001H14.0833V14.6667C14.0833 15.0809 13.7475 15.4167 13.3333 15.4167H2.66666C2.25245 15.4167 1.91666 15.0809 1.91666 14.6667V8.75001H1.33333C0.919115 8.75001 0.583328 8.41422 0.583328 8.00001V4.66668C0.583328 4.25246 0.919115 3.91668 1.33333 3.91668H2.76393ZM3.41666 8.75001V13.9167H7.25V8.75001H3.41666ZM8.75 8.75001V13.9167H12.5833V8.75001H8.75ZM13.9167 7.25001H8.75V5.41668H13.9167V7.25001ZM11 3.91668C11.2431 3.91668 11.4763 3.8201 11.6482 3.64819C11.8201 3.47628 11.9167 3.24313 11.9167 3.00001C11.9167 2.7569 11.8201 2.52374 11.6482 2.35183C11.4763 2.17992 11.2431 2.08334 11 2.08334C10.2504 2.08334 9.69659 2.60793 9.28216 3.36145C9.17901 3.54899 9.092 3.73842 9.01969 3.91668H11Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12914\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGift, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13510\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGift size={size} /> });"
+    "IconMinus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMinus = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33337 7.2C2.89155 7.2 2.53337 7.55817 2.53337 8C2.53337 8.44183 2.89155 8.8 3.33337 8.8V7.2ZM12.6667 8.8C13.1085 8.8 13.4667 8.44183 13.4667 8C13.4667 7.55817 13.1085 7.2 12.6667 7.2V8.8ZM3.33337 8.8H12.6667V7.2H3.33337V8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13558\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinus size={size} /> });"
   ],
   [
-    "IconGitBranch.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGitBranch = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 1.25C4.41421 1.25 4.75 1.58579 4.75 2V9.35352C5.65295 9.6089 6.3671 10.3139 6.63527 11.2114C7.79356 11.0703 8.87868 10.5459 9.71231 9.71231C10.5459 8.87868 11.0703 7.79356 11.2114 6.63527C10.077 6.29629 9.25 5.24472 9.25 4C9.25 2.48122 10.4812 1.25 12 1.25C13.5188 1.25 14.75 2.48122 14.75 4C14.75 5.27033 13.8887 6.33949 12.7181 6.65529C12.567 8.20495 11.8834 9.6625 10.773 10.773C9.6625 11.8834 8.20494 12.567 6.65528 12.7181C6.33948 13.8887 5.27033 14.75 4 14.75C2.48122 14.75 1.25 13.5188 1.25 12C1.25 10.7412 2.09575 9.67998 3.25 9.35352V2C3.25 1.58579 3.58579 1.25 4 1.25ZM12 2.75C11.3096 2.75 10.75 3.30964 10.75 4C10.75 4.69036 11.3096 5.25 12 5.25C12.6904 5.25 13.25 4.69036 13.25 4C13.25 3.30964 12.6904 2.75 12 2.75ZM4 10.75C3.30964 10.75 2.75 11.3096 2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGitBranch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13513\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitBranch size={size} /> });"
+    "IconMoreHorizontal.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMoreHorizontal = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.86675 8.00004C7.86675 7.9264 7.92644 7.86671 8.00008 7.86671V9.46671C8.8101 9.46671 9.46675 8.81006 9.46675 8.00004H7.86675ZM8.00008 7.86671C8.07372 7.86671 8.13341 7.9264 8.13341 8.00004H6.53341C6.53341 8.81006 7.19006 9.46671 8.00008 9.46671V7.86671ZM8.13341 8.00004C8.13341 8.07368 8.07372 8.13337 8.00008 8.13337V6.53337C7.19006 6.53337 6.53341 7.19002 6.53341 8.00004H8.13341ZM8.00008 8.13337C7.92644 8.13337 7.86675 8.07368 7.86675 8.00004H9.46675C9.46675 7.19002 8.8101 6.53337 8.00008 6.53337V8.13337ZM12.5334 8.00004C12.5334 7.9264 12.5931 7.86671 12.6667 7.86671V9.46671C13.4768 9.46671 14.1334 8.81006 14.1334 8.00004H12.5334ZM12.6667 7.86671C12.7404 7.86671 12.8001 7.9264 12.8001 8.00004H11.2001C11.2001 8.81006 11.8567 9.46671 12.6667 9.46671V7.86671ZM12.8001 8.00004C12.8001 8.07368 12.7404 8.13337 12.6667 8.13337V6.53337C11.8567 6.53337 11.2001 7.19002 11.2001 8.00004H12.8001ZM12.6667 8.13337C12.5931 8.13337 12.5334 8.07368 12.5334 8.00004H14.1334C14.1334 7.19002 13.4768 6.53337 12.6667 6.53337V8.13337ZM3.20008 8.00004C3.20008 7.9264 3.25978 7.86671 3.33341 7.86671V9.46671C4.14343 9.46671 4.80008 8.81006 4.80008 8.00004H3.20008ZM3.33341 7.86671C3.40705 7.86671 3.46675 7.9264 3.46675 8.00004H1.86675C1.86675 8.81006 2.5234 9.46671 3.33341 9.46671V7.86671ZM3.46675 8.00004C3.46675 8.07368 3.40705 8.13337 3.33341 8.13337V6.53337C2.5234 6.53337 1.86675 7.19002 1.86675 8.00004H3.46675ZM3.33341 8.13337C3.25978 8.13337 3.20008 8.07368 3.20008 8.00004H4.80008C4.80008 7.19002 4.14343 6.53337 3.33341 6.53337V8.13337Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMoreHorizontal, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13563\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMoreHorizontal size={size} /> });"
   ],
   [
-    "IconGitCommit.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGitCommit = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12751)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99995 6.08334C6.94141 6.08334 6.08328 6.94146 6.08328 8.00001C6.08328 9.05856 6.94141 9.91668 7.99995 9.91668C9.0585 9.91668 9.91662 9.05856 9.91662 8.00001C9.91662 6.94146 9.0585 6.08334 7.99995 6.08334ZM4.66586 7.25001C5.00769 5.72381 6.37063 4.58334 7.99995 4.58334C9.62928 4.58334 10.9922 5.72383 11.334 7.25004C11.336 7.25002 11.338 7.25001 11.34 7.25001H15.3066C15.7208 7.25001 16.0566 7.5858 16.0566 8.00001C16.0566 8.41422 15.7208 8.75001 15.3066 8.75001H11.34C11.338 8.75001 11.336 8.75 11.334 8.74999C10.9922 10.2762 9.62928 11.4167 7.99995 11.4167C6.37063 11.4167 5.00769 10.2762 4.66586 8.75001H0.699951C0.285738 8.75001 -0.0500488 8.41422 -0.0500488 8.00001C-0.0500488 7.5858 0.285738 7.25001 0.699951 7.25001H4.66586Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12751\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGitCommit, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13512\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitCommit size={size} /> });"
+    "IconMoreVertical.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMoreVertical = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.86683 7.99996C7.86683 7.92632 7.92653 7.86663 8.00016 7.86663V9.46663C8.81018 9.46663 9.46683 8.80998 9.46683 7.99996H7.86683ZM8.00016 7.86663C8.0738 7.86663 8.1335 7.92632 8.1335 7.99996H6.5335C6.5335 8.80998 7.19015 9.46663 8.00016 9.46663V7.86663ZM8.1335 7.99996C8.1335 8.0736 8.0738 8.13329 8.00016 8.13329V6.53329C7.19014 6.53329 6.5335 7.18994 6.5335 7.99996H8.1335ZM8.00016 8.13329C7.92652 8.13329 7.86683 8.0736 7.86683 7.99996H9.46683C9.46683 7.18994 8.81018 6.53329 8.00016 6.53329V8.13329ZM7.86683 3.33329C7.86683 3.25965 7.92652 3.19996 8.00016 3.19996V4.79996C8.81018 4.79996 9.46683 4.14331 9.46683 3.33329H7.86683ZM8.00016 3.19996C8.0738 3.19996 8.1335 3.25965 8.1335 3.33329H6.5335C6.5335 4.14331 7.19015 4.79996 8.00016 4.79996V3.19996ZM8.1335 3.33329C8.1335 3.40693 8.0738 3.46663 8.00016 3.46663V1.86663C7.19015 1.86663 6.5335 2.52327 6.5335 3.33329H8.1335ZM8.00016 3.46663C7.92652 3.46663 7.86683 3.40693 7.86683 3.33329H9.46683C9.46683 2.52327 8.81018 1.86663 8.00016 1.86663V3.46663ZM7.86683 12.6666C7.86683 12.593 7.92653 12.5333 8.00016 12.5333V14.1333C8.81018 14.1333 9.46683 13.4766 9.46683 12.6666H7.86683ZM8.00016 12.5333C8.0738 12.5333 8.1335 12.593 8.1335 12.6666H6.5335C6.5335 13.4766 7.19015 14.1333 8.00016 14.1333V12.5333ZM8.1335 12.6666C8.1335 12.7403 8.0738 12.8 8.00016 12.8V11.2C7.19014 11.2 6.5335 11.8566 6.5335 12.6666H8.1335ZM8.00016 12.8C7.92652 12.8 7.86683 12.7403 7.86683 12.6666H9.46683C9.46683 11.8566 8.81018 11.2 8.00016 11.2V12.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMoreVertical, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13562\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMoreVertical size={size} /> });"
   ],
   [
-    "IconGitMerge.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGitMerge = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.24472 5.92304 6.29629 4.78856 6.63527C4.92973 7.79356 5.45405 8.87868 6.28769 9.71231C7.12132 10.5459 8.20644 11.0703 9.36473 11.2114C9.70371 10.077 10.7553 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.7297 14.75 9.66052 13.8887 9.34472 12.7181C7.79506 12.567 6.3375 11.8834 5.22703 10.773C5.05801 10.6039 4.89887 10.4269 4.75 10.2427V14C4.75 14.4142 4.41421 14.75 4 14.75C3.58579 14.75 3.25 14.4142 3.25 14L3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4ZM12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGitMerge, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13515\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitMerge size={size} /> });"
+    "IconMinimize.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMinimize = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.13333 2C6.13333 1.55817 5.77516 1.2 5.33333 1.2C4.89151 1.2 4.53333 1.55817 4.53333 2H6.13333ZM5.33333 4H6.13333H5.33333ZM4 5.33333V6.13333V5.33333ZM2 4.53333C1.55817 4.53333 1.2 4.89151 1.2 5.33333C1.2 5.77516 1.55817 6.13333 2 6.13333V4.53333ZM14 6.13333C14.4418 6.13333 14.8 5.77516 14.8 5.33333C14.8 4.89151 14.4418 4.53333 14 4.53333V6.13333ZM12 5.33333V6.13333V5.33333ZM10.6667 4H11.4667H10.6667ZM11.4667 2C11.4667 1.55817 11.1085 1.2 10.6667 1.2C10.2248 1.2 9.86667 1.55817 9.86667 2H11.4667ZM9.86667 14C9.86667 14.4418 10.2248 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86667ZM10.6667 12H11.4667H10.6667ZM12 10.6667V11.4667V10.6667ZM14 11.4667C14.4418 11.4667 14.8 11.1085 14.8 10.6667C14.8 10.2248 14.4418 9.86667 14 9.86667V11.4667ZM2 9.86667C1.55817 9.86667 1.2 10.2248 1.2 10.6667C1.2 11.1085 1.55817 11.4667 2 11.4667V9.86667ZM4 10.6667V11.4667V10.6667ZM5.33333 12H6.13333H5.33333ZM4.53333 14C4.53333 14.4418 4.89151 14.8 5.33333 14.8C5.77516 14.8 6.13333 14.4418 6.13333 14H4.53333ZM4.53333 2V4H6.13333V2H4.53333ZM4.53333 4C4.53333 4.14145 4.47714 4.2771 4.37712 4.37712L5.50849 5.50849C5.90857 5.10842 6.13333 4.56579 6.13333 4H4.53333ZM4.37712 4.37712C4.2771 4.47714 4.14145 4.53333 4 4.53333V6.13333C4.56579 6.13333 5.10842 5.90857 5.50849 5.50849L4.37712 4.37712ZM4 4.53333H2V6.13333H4V4.53333ZM14 4.53333H12V6.13333H14V4.53333ZM12 4.53333C11.8586 4.53333 11.7229 4.47714 11.6229 4.37712L10.4915 5.50849C10.8916 5.90857 11.4342 6.13333 12 6.13333V4.53333ZM11.6229 4.37712C11.5229 4.2771 11.4667 4.14145 11.4667 4H9.86667C9.86667 4.5658 10.0914 5.10842 10.4915 5.50849L11.6229 4.37712ZM11.4667 4V2H9.86667V4H11.4667ZM11.4667 14V12H9.86667V14H11.4667ZM11.4667 12C11.4667 11.8586 11.5229 11.7229 11.6229 11.6229L10.4915 10.4915C10.0914 10.8916 9.86667 11.4342 9.86667 12H11.4667ZM11.6229 11.6229C11.7229 11.5229 11.8586 11.4667 12 11.4667V9.86667C11.4342 9.86667 10.8916 10.0914 10.4915 10.4915L11.6229 11.6229ZM12 11.4667H14V9.86667H12V11.4667ZM2 11.4667H4V9.86667H2V11.4667ZM4 11.4667C4.14145 11.4667 4.2771 11.5229 4.37712 11.6229L5.50849 10.4915C5.10842 10.0914 4.5658 9.86667 4 9.86667V11.4667ZM4.37712 11.6229C4.47714 11.7229 4.53333 11.8586 4.53333 12H6.13333C6.13333 11.4342 5.90857 10.8916 5.50849 10.4915L4.37712 11.6229ZM4.53333 12V14H6.13333V12H4.53333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinimize, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13557\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinimize size={size} /> });"
   ],
   [
-    "IconGitPullRequest.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGitPullRequest = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.25878 5.90425 6.32002 4.75 6.64648L4.75 14C4.75 14.4142 4.41421 14.75 4 14.75C3.58579 14.75 3.25 14.4142 3.25 14L3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4ZM7.91667 4C7.91667 3.58579 8.25245 3.25 8.66667 3.25H10.6667C11.2192 3.25 11.7491 3.46949 12.1398 3.86019C12.5305 4.25089 12.75 4.7808 12.75 5.33333L12.75 9.35352C13.9043 9.67998 14.75 10.7412 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.7412 10.0957 9.67998 11.25 9.35352L11.25 5.33333C11.25 5.17862 11.1885 5.03025 11.0791 4.92085C10.9698 4.81146 10.8214 4.75 10.6667 4.75H8.66667C8.25245 4.75 7.91667 4.41421 7.91667 4ZM12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGitPullRequest, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13514\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitPullRequest size={size} /> });"
+    "IconMoon.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMoon = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.9999 8.52667L14.7965 8.60028C14.8256 8.28629 14.6674 7.98455 14.3927 7.82973C14.118 7.67491 13.778 7.6959 13.5244 7.88333L13.9999 8.52667ZM7.47327 2L8.1166 2.47553C8.30403 2.22195 8.32503 1.88193 8.17021 1.60722C8.01539 1.33251 7.71364 1.17438 7.39965 1.20339L7.47327 2ZM13.2033 8.45305C13.1124 9.43655 12.7433 10.3738 12.1392 11.1552L13.405 12.1339C14.195 11.1121 14.6777 9.88639 14.7965 8.60028L13.2033 8.45305ZM12.1392 11.1552C11.5351 11.9366 10.7209 12.5297 9.79196 12.8653L10.3355 14.3701C11.5503 13.9313 12.615 13.1557 13.405 12.1339L12.1392 11.1552ZM9.79196 12.8653C8.86301 13.2008 7.85772 13.2649 6.89371 13.0499L6.5455 14.6116C7.80613 14.8926 9.12074 14.8089 10.3355 14.3701L9.79196 12.8653ZM6.89371 13.0499C5.92969 12.835 5.04684 12.3499 4.34844 11.6515L3.21707 12.7829C4.13036 13.6962 5.28486 14.3305 6.5455 14.6116L6.89371 13.0499ZM4.34844 11.6515C3.65004 10.9531 3.16498 10.0702 2.95003 9.10623L1.38838 9.45444C1.66947 10.7151 2.30377 11.8696 3.21707 12.7829L4.34844 11.6515ZM2.95003 9.10623C2.73508 8.14221 2.79912 7.13692 3.13466 6.20798L1.62982 5.66442C1.19104 6.87919 1.10729 8.19381 1.38838 9.45444L2.95003 9.10623ZM3.13466 6.20798C3.4702 5.27903 4.06336 4.46486 4.84474 3.86073L3.86608 2.59494C2.84428 3.38496 2.06861 4.44965 1.62982 5.66442L3.13466 6.20798ZM4.84474 3.86073C5.62612 3.2566 6.56339 2.88749 7.54688 2.79661L7.39965 1.20339C6.11354 1.32225 4.88788 1.80492 3.86608 2.59494L4.84474 3.86073ZM6.82994 1.52447C6.05165 2.57741 5.67713 3.87471 5.7745 5.18044L7.37007 5.06145C7.3012 4.13789 7.5661 3.22028 8.1166 2.47553L6.82994 1.52447ZM5.7745 5.18044C5.87188 6.48616 6.43467 7.71357 7.36052 8.63942L8.49189 7.50805C7.83702 6.85318 7.43895 5.98501 7.37007 5.06145L5.7745 5.18044ZM7.36052 8.63942C8.28637 9.56527 9.51377 10.1281 10.8195 10.2254L10.9385 8.62986C10.0149 8.56099 9.14676 8.16292 8.49189 7.50805L7.36052 8.63942ZM10.8195 10.2254C12.1252 10.3228 13.4225 9.94828 14.4755 9.17L13.5244 7.88333C12.7796 8.43383 11.862 8.69873 10.9385 8.62986L10.8195 10.2254Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMoon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13560\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMoon size={size} /> });"
   ],
   [
-    "IconGithub.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGithub = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11994)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.13413 0.846163C7.58082 0.50827 9.08604 0.50827 10.5327 0.846163C11.3627 0.324698 12.0081 0.0773283 12.4901 -0.0296748C12.7585 -0.089271 12.9753 -0.105055 13.1427 -0.100446C13.2262 -0.098147 13.2966 -0.0907955 13.3542 -0.0816176C13.3829 -0.0770348 13.4083 -0.0720167 13.4304 -0.0669893C13.4415 -0.0644766 13.4517 -0.0619651 13.4611 -0.0595092L13.4745 -0.0558759L13.4808 -0.0541046L13.4838 -0.0532328L13.4852 -0.0528007C13.486 -0.0525858 13.4867 -0.052371 13.2734 0.666666L13.4867 -0.052371C13.7005 0.011034 13.8749 0.166265 13.9628 0.371204C14.321 1.2069 14.3918 2.13322 14.1717 3.00683C14.7601 3.76922 15.0833 4.70843 15.0834 5.67986V5.68C15.0834 7.66219 14.4762 9.0057 13.4544 9.86487C12.797 10.4177 12.0185 10.7251 11.2498 10.9045C11.3879 11.292 11.4447 11.7037 11.4168 12.114V14.6667C11.4168 15.0809 11.081 15.4167 10.6668 15.4167C10.2526 15.4167 9.91676 15.0809 9.91676 14.6667V12.0867C9.91676 12.067 9.91753 12.0474 9.91907 12.0278C9.93573 11.8161 9.90712 11.6032 9.83514 11.4033C9.76316 11.2035 9.64946 11.0212 9.50161 10.8687C9.30242 10.6632 9.23751 10.3624 9.33428 10.0931C9.43104 9.82375 9.67262 9.63298 9.95701 9.60128C10.9615 9.48931 11.8511 9.25328 12.4891 8.7168C13.0906 8.21098 13.5834 7.33786 13.5834 5.68014M12.7396 1.45285C12.4149 1.53675 11.8717 1.74856 11.0844 2.27632C10.904 2.39721 10.6801 2.43401 10.4706 2.37722C9.07106 1.99792 7.5958 1.99792 6.19628 2.37722C5.98673 2.43401 5.76284 2.39721 5.58249 2.27632C4.79518 1.74856 4.25199 1.53674 3.92725 1.45285C3.82439 1.93816 3.86019 2.44643 4.03609 2.91777C4.13645 3.18668 4.07453 3.48928 3.87662 3.69715C3.36375 4.23584 3.07946 4.95224 3.08342 5.69601L3.08344 5.7C3.08343 7.34206 3.57473 8.20972 4.17778 8.7168C4.81845 9.25551 5.71093 9.49715 6.7192 9.62239C7.00138 9.65743 7.23947 9.84903 7.33405 10.1172C7.42864 10.3853 7.36345 10.6839 7.16572 10.8882C7.0196 11.0392 6.90691 11.2193 6.83499 11.4167C6.76306 11.6141 6.73351 11.8245 6.74825 12.034C6.74948 12.0516 6.7501 12.0691 6.7501 12.0867V12.6498C6.75036 12.6613 6.75036 12.6727 6.7501 12.6841V14.6667C6.7501 15.0809 6.41431 15.4167 6.0001 15.4167C5.58588 15.4167 5.2501 15.0809 5.2501 14.6667V13.599C4.74303 13.6669 4.29048 13.649 3.88127 13.5532C3.21888 13.3982 2.74637 13.0569 2.38643 12.697C2.21068 12.5212 2.05984 12.3391 1.93089 12.1776C1.8864 12.1218 1.84611 12.0707 1.80828 12.0226C1.7286 11.9215 1.6598 11.8341 1.58541 11.7468C1.36933 11.4931 1.24796 11.4184 1.15153 11.3943C0.749681 11.2938 0.505361 10.8866 0.605822 10.4848C0.706284 10.0829 1.11348 9.8386 1.51533 9.93906C2.08557 10.0816 2.4642 10.4652 2.72728 10.7741C2.82115 10.8843 2.91864 11.008 3.00671 11.1198C3.04049 11.1627 3.07288 11.2038 3.10316 11.2417C3.2216 11.3901 3.33118 11.5204 3.44709 11.6363C3.67048 11.8597 3.90631 12.0185 4.22309 12.0926C4.46398 12.149 4.79228 12.1658 5.24839 12.0805C5.22834 11.6844 5.28712 11.2881 5.4215 10.9146C4.65161 10.7293 3.87103 10.4187 3.21241 9.86487C2.19247 9.00724 1.58384 7.67217 1.58343 5.70199C1.57867 4.72294 1.90217 3.77516 2.49514 3.00682C2.27511 2.13322 2.3459 1.2069 2.70408 0.371204C2.79192 0.166265 2.96639 0.011034 3.18016 -0.0523711L3.39343 0.666666C3.18016 -0.0523711 3.18088 -0.0525858 3.18161 -0.0528007L3.18308 -0.0532329L3.18609 -0.0541047L3.19234 -0.0558759L3.20578 -0.0595092C3.21516 -0.0619651 3.22537 -0.0644767 3.23642 -0.0669893C3.25853 -0.0720167 3.28393 -0.0770348 3.31267 -0.0816176C3.37022 -0.0907955 3.44062 -0.098147 3.52415 -0.100446C3.69161 -0.105055 3.90836 -0.089271 4.17681 -0.0296748C4.6588 0.0773283 5.30416 0.324698 6.13413 0.846163M12.7396 1.45285C12.8425 1.93816 12.8067 2.44643 12.6308 2.91777C12.5304 3.18667 12.5923 3.48926 12.7902 3.69714C13.2993 4.23183 13.5833 4.94175 13.5834 5.68\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11994\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGithub, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13517\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGithub size={size} /> });"
+    "IconMinusCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMinusCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15877)\"><path d=\"M5.33331 7.20004C4.89149 7.20004 4.53331 7.55821 4.53331 8.00004C4.53331 8.44187 4.89149 8.80004 5.33331 8.80004V7.20004ZM10.6666 8.80004C11.1085 8.80004 11.4666 8.44187 11.4666 8.00004C11.4666 7.55821 11.1085 7.20004 10.6666 7.20004V8.80004ZM13.8666 8.00004C13.8666 11.2401 11.2401 13.8667 7.99998 13.8667V15.4667C12.1237 15.4667 15.4666 12.1238 15.4666 8.00004H13.8666ZM7.99998 13.8667C4.75991 13.8667 2.13331 11.2401 2.13331 8.00004H0.533313C0.533313 12.1238 3.87625 15.4667 7.99998 15.4667V13.8667ZM2.13331 8.00004C2.13331 4.75997 4.75991 2.13337 7.99998 2.13337V0.533374C3.87625 0.533374 0.533313 3.87631 0.533313 8.00004H2.13331ZM7.99998 2.13337C11.2401 2.13337 13.8666 4.75997 13.8666 8.00004H15.4666C15.4666 3.87631 12.1237 0.533374 7.99998 0.533374V2.13337ZM5.33331 8.80004H10.6666V7.20004H5.33331V8.80004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15877\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMinusCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13556\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinusCircle size={size} /> });"
   ],
   [
-    "IconGitlab.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGitlab = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12734)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.95862 1.68025C2.95764 1.67724 2.95668 1.67421 2.95576 1.67118L2.95862 1.68025ZM3.40519 3.05127L4.58698 6.67898C4.68756 6.98772 4.97539 7.19667 5.3001 7.19667H10.7001C11.025 7.19667 11.313 6.98744 11.4134 6.67842L12.5913 3.05309L13.7735 6.69175L14.5704 9.05119L8.0001 13.8262L1.45501 9.06948L2.22673 6.67842L3.40519 3.05127ZM12.1452 1.67987C12.1442 1.67698 12.1433 1.67409 12.1424 1.67118L12.1452 1.67987ZM2.70902 0.778299C2.89987 0.60461 3.14866 0.508331 3.40676 0.508331C3.6655 0.508331 3.91488 0.605082 4.10591 0.779576L4.12134 0.794069C4.24495 0.913555 4.33666 1.06205 4.38815 1.22597L5.84456 5.69667H10.1552L11.6135 1.20825C11.6177 1.1952 11.6223 1.18227 11.6273 1.16947C11.6851 1.01985 11.7771 0.88582 11.8959 0.778059C12.0868 0.604523 12.3354 0.508331 12.5934 0.508331C12.8522 0.508331 13.1015 0.60508 13.2926 0.779576L13.308 0.794069C13.4317 0.913631 13.5234 1.06224 13.5749 1.22629L15.1987 6.22416L16.044 8.72667C16.0474 8.7367 16.0506 8.7468 16.0535 8.75697C16.1323 9.02753 16.1218 9.31628 16.0234 9.58036C15.9279 9.83679 15.7546 10.0567 15.5281 10.2094L8.44102 15.36C8.17812 15.5511 7.82207 15.5511 7.55917 15.36L0.459171 10.2L0.45575 10.1975C0.233089 10.0338 0.067926 9.8038 -0.0161085 9.5405C-0.099838 9.27814 -0.0987515 8.9961 -0.0130466 8.73444L2.4268 1.20825C2.43104 1.1952 2.43564 1.18227 2.44059 1.16947C2.49841 1.01996 2.59033 0.88602 2.70902 0.778299Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12734\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGitlab, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13516\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitlab size={size} /> });"
+    "IconMonitor.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMonitor = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.33325 13.2C4.89142 13.2 4.53325 13.5582 4.53325 14C4.53325 14.4418 4.89142 14.8 5.33325 14.8V13.2ZM10.6666 14.8C11.1084 14.8 11.4666 14.4418 11.4666 14C11.4666 13.5582 11.1084 13.2 10.6666 13.2V14.8ZM8.79992 11.3333C8.79992 10.8915 8.44175 10.5333 7.99992 10.5333C7.55809 10.5333 7.19992 10.8915 7.19992 11.3333H8.79992ZM7.19992 14C7.19992 14.4418 7.55809 14.8 7.99992 14.8C8.44175 14.8 8.79992 14.4418 8.79992 14H7.19992ZM2.66659 2.8H13.3333V1.2H2.66659V2.8ZM13.3333 2.8C13.6278 2.8 13.8666 3.03878 13.8666 3.33333H15.4666C15.4666 2.15513 14.5115 1.2 13.3333 1.2V2.8ZM13.8666 3.33333V10H15.4666V3.33333H13.8666ZM13.8666 10C13.8666 10.2946 13.6278 10.5333 13.3333 10.5333V12.1333C14.5115 12.1333 15.4666 11.1782 15.4666 10H13.8666ZM13.3333 10.5333H2.66659V12.1333H13.3333V10.5333ZM2.66659 10.5333C2.37203 10.5333 2.13325 10.2946 2.13325 10H0.533252C0.533252 11.1782 1.48838 12.1333 2.66659 12.1333V10.5333ZM2.13325 10V3.33333H0.533252V10H2.13325ZM2.13325 3.33333C2.13325 3.03878 2.37203 2.8 2.66659 2.8V1.2C1.48838 1.2 0.533252 2.15513 0.533252 3.33333H2.13325ZM5.33325 14.8H10.6666V13.2H5.33325V14.8ZM7.19992 11.3333V14H8.79992V11.3333H7.19992Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMonitor, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13561\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMonitor size={size} /> });"
   ],
   [
-    "IconGlobe.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGlobe = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12265)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.13058 7.25001H4.62365C4.77841 5.49553 5.35376 3.80974 6.29345 2.33322C4.08918 2.99617 2.42658 4.91009 2.13058 7.25001ZM8.00016 2.50413C6.95414 3.8841 6.30685 5.52616 6.13041 7.25001H9.86992C9.69347 5.52616 9.04618 3.8841 8.00016 2.50413ZM9.86992 8.75001C9.69347 10.4739 9.04618 12.1159 8.00016 13.4959C6.95414 12.1159 6.30685 10.4739 6.13041 8.75001H9.86992ZM4.62365 8.75001H2.13058C2.42658 11.0899 4.08918 13.0038 6.29345 13.6668C5.35375 12.1903 4.77841 10.5045 4.62365 8.75001ZM9.70688 13.6668C10.6466 12.1903 11.2219 10.5045 11.3767 8.75001H13.8697C13.5737 11.0899 11.9111 13.0038 9.70688 13.6668ZM13.8697 7.25001H11.3767C11.2219 5.49553 10.6466 3.80974 9.70688 2.33322C11.9111 2.99617 13.5737 4.91009 13.8697 7.25001ZM0.583496 8.00001C0.583496 3.9039 3.90405 0.583344 8.00016 0.583344C12.0963 0.583344 15.4168 3.9039 15.4168 8.00001C15.4168 12.0961 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0961 0.583496 8.00001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12265\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGlobe, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13519\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGlobe size={size} /> });"
+    "IconNavigation2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconNavigation2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.00004 1.33337L8.75071 1.05681C8.63485 0.742307 8.33521 0.533374 8.00004 0.533374C7.66487 0.533374 7.36524 0.742307 7.24937 1.05681L8.00004 1.33337ZM12.6667 14L12.2698 14.6946C12.5617 14.8615 12.9268 14.8279 13.1835 14.6107C13.4402 14.3935 13.5336 14.039 13.4174 13.7235L12.6667 14ZM8.00004 11.3334L8.39695 10.6388C8.15101 10.4982 7.84908 10.4982 7.60313 10.6388L8.00004 11.3334ZM3.33337 14L2.5827 13.7235C2.46646 14.039 2.55991 14.3935 2.81658 14.6107C3.07325 14.8279 3.43835 14.8615 3.73029 14.6946L3.33337 14ZM7.24937 1.60994L11.916 14.2766L13.4174 13.7235L8.75071 1.05681L7.24937 1.60994ZM13.0636 13.3054L8.39695 10.6388L7.60313 12.028L12.2698 14.6946L13.0636 13.3054ZM7.60313 10.6388L2.93646 13.3054L3.73029 14.6946L8.39695 12.028L7.60313 10.6388ZM4.08405 14.2766L8.75071 1.60994L7.24937 1.05681L2.5827 13.7235L4.08405 14.2766Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconNavigation2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13566\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconNavigation2 size={size} /> });"
   ],
   [
-    "IconGrid.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconGrid = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 2C1.25 1.58579 1.58579 1.25 2 1.25H6.66667C7.08088 1.25 7.41667 1.58579 7.41667 2V6.66667C7.41667 7.08088 7.08088 7.41667 6.66667 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667V2ZM2.75 2.75V5.91667H5.91667V2.75H2.75ZM8.58333 2C8.58333 1.58579 8.91912 1.25 9.33333 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H9.33333C8.91912 7.41667 8.58333 7.08088 8.58333 6.66667V2ZM10.0833 2.75V5.91667H13.25V2.75H10.0833ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H6.66667C7.08088 8.58333 7.41667 8.91912 7.41667 9.33333V14C7.41667 14.4142 7.08088 14.75 6.66667 14.75H2C1.58579 14.75 1.25 14.4142 1.25 14V9.33333ZM2.75 10.0833V13.25H5.91667V10.0833H2.75ZM8.58333 9.33333C8.58333 8.91912 8.91912 8.58333 9.33333 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333V14C14.75 14.4142 14.4142 14.75 14 14.75H9.33333C8.91912 14.75 8.58333 14.4142 8.58333 14V9.33333ZM10.0833 10.0833V13.25H13.25V10.0833H10.0833Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGrid, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13518\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGrid size={size} /> });"
+    "IconMove.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMove = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15893)\"><path d=\"M3.89901 6.56573C4.21143 6.25331 4.21143 5.74677 3.89901 5.43436C3.58659 5.12194 3.08006 5.12194 2.76764 5.43436L3.89901 6.56573ZM1.33333 8.00004L0.767643 7.43436C0.455223 7.74677 0.455223 8.25331 0.767643 8.56573L1.33333 8.00004ZM2.76764 10.5657C3.08006 10.8781 3.58659 10.8781 3.89901 10.5657C4.21143 10.2533 4.21143 9.74677 3.89901 9.43435L2.76764 10.5657ZM5.43431 2.76769C5.12189 3.08011 5.12189 3.58664 5.43431 3.89906C5.74673 4.21148 6.25326 4.21148 6.56568 3.89906L5.43431 2.76769ZM7.99999 1.33337L8.56568 0.767689C8.25326 0.455269 7.74673 0.455269 7.43431 0.767689L7.99999 1.33337ZM9.43431 3.89906C9.74673 4.21148 10.2533 4.21148 10.5657 3.89906C10.8781 3.58664 10.8781 3.08011 10.5657 2.76769L9.43431 3.89906ZM10.5657 13.2324C10.8781 12.92 10.8781 12.4134 10.5657 12.101C10.2533 11.7886 9.74673 11.7886 9.43431 12.101L10.5657 13.2324ZM7.99999 14.6667L7.43431 15.2324C7.74673 15.5448 8.25326 15.5448 8.56568 15.2324L7.99999 14.6667ZM6.56568 12.101C6.25326 11.7886 5.74673 11.7886 5.43431 12.101C5.12189 12.4134 5.12189 12.92 5.43431 13.2324L6.56568 12.101ZM13.2323 5.43436C12.9199 5.12194 12.4134 5.12194 12.101 5.43436C11.7886 5.74677 11.7886 6.25331 12.101 6.56573L13.2323 5.43436ZM14.6667 8.00004L15.2323 8.56573C15.5448 8.25331 15.5448 7.74677 15.2323 7.43436L14.6667 8.00004ZM12.101 9.43435C11.7886 9.74677 11.7886 10.2533 12.101 10.5657C12.4134 10.8781 12.9199 10.8781 13.2323 10.5657L12.101 9.43435ZM2.76764 5.43436L0.767643 7.43436L1.89901 8.56573L3.89901 6.56573L2.76764 5.43436ZM0.767643 8.56573L2.76764 10.5657L3.89901 9.43435L1.89901 7.43436L0.767643 8.56573ZM6.56568 3.89906L8.56568 1.89906L7.43431 0.767689L5.43431 2.76769L6.56568 3.89906ZM7.43431 1.89906L9.43431 3.89906L10.5657 2.76769L8.56568 0.767689L7.43431 1.89906ZM9.43431 12.101L7.43431 14.101L8.56568 15.2324L10.5657 13.2324L9.43431 12.101ZM8.56568 14.101L6.56568 12.101L5.43431 13.2324L7.43431 15.2324L8.56568 14.101ZM12.101 6.56573L14.101 8.56573L15.2323 7.43436L13.2323 5.43436L12.101 6.56573ZM14.101 7.43436L12.101 9.43435L13.2323 10.5657L15.2323 8.56573L14.101 7.43436ZM1.33333 8.80004H14.6667V7.20004H1.33333V8.80004ZM7.19999 1.33337V14.6667H8.79999V1.33337H7.19999Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15893\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMove, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13564\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMove size={size} /> });"
   ],
   [
-    "IconHardDrive.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHardDrive = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.82666 1.91669L11.1733 1.91669C11.5609 1.91689 11.9412 2.02522 12.2706 2.22948C12.5996 2.43351 12.8652 2.72519 13.0377 3.07177C13.0379 3.07216 13.0381 3.07255 13.0383 3.07294L15.3373 7.66422C15.3895 7.76846 15.4167 7.88344 15.4167 8.00002V12C15.4167 12.5526 15.1972 13.0825 14.8065 13.4732C14.4158 13.8639 13.8859 14.0834 13.3333 14.0834H2.66666C2.11413 14.0834 1.58422 13.8639 1.19352 13.4732C0.802822 13.0825 0.583328 12.5526 0.583328 12V8.00002C0.583328 7.88344 0.610506 7.76846 0.662703 7.66422L2.96168 3.07294C2.96186 3.07257 2.96205 3.0722 2.96223 3.07183C3.13472 2.72522 3.40039 2.43352 3.72944 2.22948C4.05883 2.02522 4.43907 1.91689 4.82666 1.91669ZM4.82688 3.41669C4.71842 3.41678 4.61213 3.44711 4.51995 3.50427C4.42772 3.56146 4.35327 3.64325 4.30498 3.74044L4.30396 3.74249L2.54764 7.25002H13.4523L11.696 3.74249L11.695 3.74044C11.6467 3.64325 11.5723 3.56146 11.48 3.50427C11.3879 3.44711 11.2816 3.41678 11.1731 3.41669H4.82688ZM13.9167 8.75002H2.08333V12C2.08333 12.1547 2.14479 12.3031 2.25418 12.4125C2.36358 12.5219 2.51195 12.5834 2.66666 12.5834H13.3333C13.488 12.5834 13.6364 12.5219 13.7458 12.4125C13.8552 12.3031 13.9167 12.1547 13.9167 12V8.75002ZM3.25 10.6667C3.25 10.2525 3.58578 9.91669 4 9.91669H4.00666C4.42088 9.91669 4.75666 10.2525 4.75666 10.6667C4.75666 11.0809 4.42088 11.4167 4.00666 11.4167H4C3.58578 11.4167 3.25 11.0809 3.25 10.6667ZM5.91666 10.6667C5.91666 10.2525 6.25245 9.91669 6.66666 9.91669H6.67333C7.08754 9.91669 7.42333 10.2525 7.42333 10.6667C7.42333 11.0809 7.08754 11.4167 6.67333 11.4167H6.66666C6.25245 11.4167 5.91666 11.0809 5.91666 10.6667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHardDrive, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13520\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHardDrive size={size} /> });"
+    "IconFolderPlus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFolderPlus = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.33325 12.6667H0.533252H1.33325ZM2.66659 2V1.2V2ZM5.99992 2L6.66556 1.55624C6.51719 1.33368 6.2674 1.2 5.99992 1.2V2ZM7.33325 4L6.66761 4.44376C6.81598 4.66632 7.06577 4.8 7.33325 4.8V4ZM13.3333 4V3.2V4ZM8.79992 7.33333C8.79992 6.89151 8.44175 6.53333 7.99992 6.53333C7.55809 6.53333 7.19992 6.89151 7.19992 7.33333H8.79992ZM7.19992 11.3333C7.19992 11.7752 7.55809 12.1333 7.99992 12.1333C8.44175 12.1333 8.79992 11.7752 8.79992 11.3333H7.19992ZM5.99992 8.53333C5.55809 8.53333 5.19992 8.89151 5.19992 9.33333C5.19992 9.77516 5.55809 10.1333 5.99992 10.1333V8.53333ZM9.99992 10.1333C10.4417 10.1333 10.7999 9.77516 10.7999 9.33333C10.7999 8.89151 10.4417 8.53333 9.99992 8.53333V10.1333ZM13.8666 12.6667C13.8666 12.8081 13.8104 12.9438 13.7104 13.0438L14.8417 14.1752C15.2418 13.7751 15.4666 13.2325 15.4666 12.6667H13.8666ZM13.7104 13.0438C13.6104 13.1438 13.4747 13.2 13.3333 13.2V14.8C13.899 14.8 14.4417 14.5752 14.8417 14.1752L13.7104 13.0438ZM13.3333 13.2H2.66659V14.8H13.3333V13.2ZM2.66659 13.2C2.52514 13.2 2.38948 13.1438 2.28946 13.0438L1.15809 14.1752C1.55817 14.5752 2.10079 14.8 2.66659 14.8V13.2ZM2.28946 13.0438C2.18944 12.9438 2.13325 12.8081 2.13325 12.6667H0.533252C0.533252 13.2325 0.758013 13.7751 1.15809 14.1752L2.28946 13.0438ZM2.13325 12.6667V3.33333H0.533252V12.6667H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM2.66659 2.8H5.99992V1.2H2.66659V2.8ZM5.33428 2.44376L6.66761 4.44376L7.99889 3.55624L6.66556 1.55624L5.33428 2.44376ZM7.33325 4.8H13.3333V3.2H7.33325V4.8ZM13.3333 4.8C13.4747 4.8 13.6104 4.85619 13.7104 4.95621L14.8417 3.82484C14.4417 3.42476 13.899 3.2 13.3333 3.2V4.8ZM13.7104 4.95621C13.8104 5.05623 13.8666 5.19188 13.8666 5.33333H15.4666C15.4666 4.76754 15.2418 4.22492 14.8417 3.82484L13.7104 4.95621ZM13.8666 5.33333V12.6667H15.4666V5.33333H13.8666ZM7.19992 7.33333V11.3333H8.79992V7.33333H7.19992ZM5.99992 10.1333H9.99992V8.53333H5.99992V10.1333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFolderPlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13506\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFolderPlus size={size} /> });"
   ],
   [
-    "IconHash.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHash = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.74951 1.25459C7.16119 1.30033 7.45784 1.67115 7.4121 2.08283L7.06019 5.25001H9.55096L9.92127 1.91718C9.96702 1.5055 10.3378 1.20885 10.7495 1.25459C11.1612 1.30033 11.4578 1.67115 11.4121 2.08283L11.0602 5.25001H13.3334C13.7476 5.25001 14.0834 5.58579 14.0834 6.00001C14.0834 6.41422 13.7476 6.75001 13.3334 6.75001H10.8935L10.6157 9.25H13.3334C13.7476 9.25 14.0834 9.58579 14.0834 10C14.0834 10.4142 13.7476 10.75 13.3334 10.75H10.4491L10.0788 14.0828C10.033 14.4945 9.66221 14.7912 9.25053 14.7454C8.83885 14.6997 8.5422 14.3289 8.58794 13.9172L8.93985 10.75H6.44908L6.07877 14.0828C6.03302 14.4945 5.66221 14.7912 5.25053 14.7454C4.83885 14.6997 4.5422 14.3289 4.58794 13.9172L4.93985 10.75H2.66669C2.25247 10.75 1.91669 10.4142 1.91669 10C1.91669 9.58579 2.25247 9.25 2.66669 9.25H5.10652L5.38429 6.75001H2.66669C2.25247 6.75001 1.91669 6.41422 1.91669 6.00001C1.91669 5.58579 2.25247 5.25001 2.66669 5.25001H5.55096L5.92127 1.91718C5.96702 1.5055 6.33783 1.20885 6.74951 1.25459ZM6.89352 6.75001L6.61575 9.25H9.10652L9.38429 6.75001H6.89352Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHash, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13521\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHash size={size} /> });"
+    "IconFilePlus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFilePlus = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.33317 1.33333L9.89886 0.767643C9.74883 0.617614 9.54534 0.533328 9.33317 0.533328V1.33333ZM3.99984 1.33333V0.533328V1.33333ZM2.6665 2.66666H1.8665H2.6665ZM2.6665 13.3333H1.8665H2.6665ZM13.3332 5.33333H14.1332C14.1332 5.12116 14.0489 4.91767 13.8989 4.76764L13.3332 5.33333ZM9.33317 5.33333H8.53317C8.53317 5.77516 8.89134 6.13333 9.33317 6.13333V5.33333ZM7.19984 12C7.19984 12.4418 7.55801 12.8 7.99984 12.8C8.44166 12.8 8.79984 12.4418 8.79984 12H7.19984ZM8.79984 7.99999C8.79984 7.55817 8.44166 7.19999 7.99984 7.19999C7.55801 7.19999 7.19984 7.55817 7.19984 7.99999H8.79984ZM5.99984 9.19999C5.55801 9.19999 5.19984 9.55817 5.19984 10C5.19984 10.4418 5.55801 10.8 5.99984 10.8V9.19999ZM9.99984 10.8C10.4417 10.8 10.7998 10.4418 10.7998 10C10.7998 9.55817 10.4417 9.19999 9.99984 9.19999V10.8ZM9.33317 0.533328H3.99984V2.13333H9.33317V0.533328ZM3.99984 0.533328C3.43404 0.533328 2.89142 0.758089 2.49134 1.15817L3.62271 2.28954C3.72273 2.18952 3.85839 2.13333 3.99984 2.13333V0.533328ZM2.49134 1.15817C2.09126 1.55824 1.8665 2.10087 1.8665 2.66666H3.4665C3.4665 2.52521 3.52269 2.38956 3.62271 2.28954L2.49134 1.15817ZM1.8665 2.66666V13.3333H3.4665V2.66666H1.8665ZM1.8665 13.3333C1.8665 13.8991 2.09127 14.4417 2.49134 14.8418L3.62271 13.7105C3.52269 13.6104 3.4665 13.4748 3.4665 13.3333H1.8665ZM2.49134 14.8418C2.89142 15.2419 3.43404 15.4667 3.99984 15.4667V13.8667C3.85839 13.8667 3.72273 13.8105 3.62271 13.7105L2.49134 14.8418ZM3.99984 15.4667H11.9998V13.8667H3.99984V15.4667ZM11.9998 15.4667C12.5656 15.4667 13.1083 15.2419 13.5083 14.8418L12.377 13.7105C12.2769 13.8105 12.1413 13.8667 11.9998 13.8667V15.4667ZM13.5083 14.8418C13.9084 14.4417 14.1332 13.8991 14.1332 13.3333H12.5332C12.5332 13.4748 12.477 13.6104 12.377 13.7105L13.5083 14.8418ZM14.1332 13.3333V5.33333H12.5332V13.3333H14.1332ZM13.8989 4.76764L9.89886 0.767643L8.76748 1.89901L12.7675 5.89901L13.8989 4.76764ZM8.53317 1.33333L8.53317 5.33333H10.1332L10.1332 1.33333L8.53317 1.33333ZM9.33317 6.13333H13.3332V4.53333H9.33317V6.13333ZM8.79984 12V7.99999H7.19984V12H8.79984ZM5.99984 10.8H9.99984V9.19999H5.99984V10.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconFilePlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13501\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFilePlus size={size} /> });"
   ],
   [
-    "IconHeadphones.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHeadphones = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 2.75C6.60761 2.75 5.27226 3.30312 4.28769 4.28769C3.30312 5.27226 2.75 6.60761 2.75 8V8.58333H4C4.55253 8.58333 5.08244 8.80283 5.47314 9.19353C5.86384 9.58423 6.08333 10.1141 6.08333 10.6667V12.6667C6.08333 13.2192 5.86384 13.7491 5.47314 14.1398C5.08244 14.5305 4.55254 14.75 4 14.75H3.33333C2.7808 14.75 2.25089 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V8C1.25 6.20979 1.96116 4.4929 3.22703 3.22703C4.4929 1.96116 6.20979 1.25 8 1.25C9.79021 1.25 11.5071 1.96116 12.773 3.22703C14.0388 4.4929 14.75 6.20979 14.75 8V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H12C11.4475 14.75 10.9176 14.5305 10.5269 14.1398C10.1362 13.7491 9.91667 13.2192 9.91667 12.6667V10.6667C9.91667 10.1141 10.1362 9.58423 10.5269 9.19353C10.9176 8.80283 11.4475 8.58333 12 8.58333H13.25V8C13.25 6.60761 12.6969 5.27226 11.7123 4.28769C10.7277 3.30312 9.39239 2.75 8 2.75ZM13.25 10.0833H12C11.8453 10.0833 11.6969 10.1448 11.5875 10.2542C11.4781 10.3636 11.4167 10.512 11.4167 10.6667V12.6667C11.4167 12.8214 11.4781 12.9697 11.5875 13.0791C11.6969 13.1885 11.8453 13.25 12 13.25H12.6667C12.8214 13.25 12.9697 13.1885 13.0791 13.0791C13.1885 12.9697 13.25 12.8214 13.25 12.6667V10.0833ZM2.75 12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H4C4.15471 13.25 4.30308 13.1885 4.41248 13.0791C4.52188 12.9697 4.58333 12.8214 4.58333 12.6667V10.6667C4.58333 10.512 4.52188 10.3636 4.41248 10.2542C4.30308 10.1448 4.15471 10.0833 4 10.0833H2.75V12.6667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHeadphones, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13523\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHeadphones size={size} /> });"
+    "IconFrown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconFrown = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15783)\"><path d=\"M10.0268 11.1467C10.2919 11.5001 10.7934 11.5718 11.1468 11.3067C11.5003 11.0416 11.5719 10.5401 11.3068 10.1867L10.0268 11.1467ZM4.6935 10.1867C4.4284 10.5401 4.50003 11.0416 4.8535 11.3067C5.20696 11.5718 5.7084 11.5001 5.9735 11.1467L4.6935 10.1867ZM6.00016 5.2C5.55833 5.2 5.20016 5.55817 5.20016 6C5.20016 6.44183 5.55833 6.8 6.00016 6.8V5.2ZM6.00683 6.8C6.44866 6.8 6.80683 6.44183 6.80683 6C6.80683 5.55817 6.44866 5.2 6.00683 5.2V6.8ZM10.0002 5.2C9.55834 5.2 9.20016 5.55817 9.20016 6C9.20016 6.44183 9.55834 6.8 10.0002 6.8V5.2ZM10.0068 6.8C10.4487 6.8 10.8068 6.44183 10.8068 6C10.8068 5.55817 10.4487 5.2 10.0068 5.2V6.8ZM13.8668 8C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1237 15.4668 8H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8H0.533496C0.533496 12.1237 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8C2.1335 4.75993 4.76009 2.13333 8.00016 2.13333V0.533332C3.87644 0.533332 0.533496 3.87627 0.533496 8H2.1335ZM8.00016 2.13333C11.2402 2.13333 13.8668 4.75993 13.8668 8H15.4668C15.4668 3.87627 12.1239 0.533332 8.00016 0.533332V2.13333ZM10.6668 10.6667C11.3068 10.1867 11.3066 10.1864 11.3064 10.1861C11.3064 10.1861 11.3062 10.1858 11.306 10.1856C11.3057 10.1852 11.3055 10.1848 11.3051 10.1844C11.3045 10.1836 11.3038 10.1827 11.3031 10.1817C11.3015 10.1797 11.2998 10.1773 11.2977 10.1747C11.2937 10.1694 11.2886 10.1629 11.2824 10.1551C11.2702 10.1397 11.2538 10.1194 11.2334 10.0951C11.1926 10.0465 11.1353 9.98117 11.0621 9.90481C10.9164 9.75277 10.7039 9.55293 10.429 9.35301C9.88235 8.95542 9.05392 8.53333 8.00016 8.53333V10.1333C8.61307 10.1333 9.11798 10.3779 9.48796 10.647C9.67141 10.7804 9.81307 10.9139 9.90695 11.0119C9.95356 11.0605 9.98742 11.0994 10.0078 11.1237C10.018 11.1358 10.0247 11.1442 10.028 11.1483C10.0296 11.1503 10.0303 11.1512 10.0301 11.151C10.03 11.1509 10.0297 11.1504 10.0291 11.1497C10.0289 11.1494 10.0285 11.1489 10.0282 11.1484C10.028 11.1482 10.0278 11.1479 10.0275 11.1476C10.0274 11.1475 10.0272 11.1472 10.0272 11.1472C10.027 11.1469 10.0268 11.1467 10.6668 10.6667ZM8.00016 8.53333C6.9464 8.53333 6.11798 8.95542 5.57129 9.35301C5.29641 9.55293 5.0839 9.75277 4.9382 9.90481C4.86502 9.98117 4.80774 10.0465 4.76694 10.0951C4.74652 10.1194 4.73014 10.1397 4.7179 10.1551C4.71177 10.1629 4.70667 10.1694 4.7026 10.1747C4.70057 10.1773 4.69879 10.1797 4.69727 10.1817C4.69651 10.1827 4.69582 10.1836 4.69519 10.1844C4.69488 10.1848 4.69458 10.1852 4.69429 10.1856C4.69415 10.1858 4.69395 10.1861 4.69388 10.1862C4.69369 10.1864 4.6935 10.1867 5.3335 10.6667C5.9735 11.1467 5.97331 11.1469 5.97313 11.1472C5.97308 11.1472 5.9729 11.1475 5.97279 11.1476C5.97257 11.1479 5.97236 11.1482 5.97217 11.1484C5.97178 11.1489 5.97145 11.1494 5.97118 11.1497C5.97064 11.1504 5.97032 11.1509 5.97023 11.151C5.97005 11.1512 5.97077 11.1503 5.97237 11.1483C5.97559 11.1442 5.98233 11.1358 5.9925 11.1237C6.0129 11.0994 6.04677 11.0605 6.09338 11.0119C6.18726 10.9139 6.32892 10.7804 6.51237 10.647C6.88235 10.3779 7.38725 10.1333 8.00016 10.1333V8.53333ZM6.00016 6.8H6.00683V5.2H6.00016V6.8ZM10.0002 6.8H10.0068V5.2H10.0002V6.8Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15783\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconFrown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13511\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconFrown size={size} /> });"
   ],
   [
-    "IconHeart.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHeart = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.60933 1.58518C10.1453 1.36309 10.7198 1.24878 11.3 1.24878C11.8802 1.24878 12.4547 1.36309 12.9907 1.58518C13.5265 1.80722 14.0134 2.13265 14.4235 2.54288C14.4236 2.54296 14.4237 2.54304 14.4238 2.54312M14.4235 8.79045C14.8339 8.3803 15.1594 7.89332 15.3815 7.35733C15.6036 6.82134 15.7179 6.24684 15.7179 5.66666C15.7179 5.08648 15.6036 4.51199 15.3815 3.976C15.1594 3.44012 14.834 2.95323 14.4238 2.54312M14.4235 8.79045L8.53033 14.6837C8.23744 14.9766 7.76256 14.9766 7.46967 14.6837L1.57633 8.79033C0.747887 7.96188 0.282471 6.83826 0.282471 5.66666C0.282471 4.49506 0.747888 3.37145 1.57633 2.543C2.40478 1.71455 3.5284 1.24914 4.7 1.24914C5.8716 1.24914 6.99521 1.71455 7.82366 2.543L8 2.71934L8.17621 2.54312C8.17625 2.54308 8.17629 2.54304 8.17633 2.543C8.58646 2.13271 9.0734 1.80724 9.60933 1.58518M8.70628 3.07295L8.70667 3.07333L8.70628 3.07295C10.5375 2.82427 10.9169 2.74878 11.3 2.74878C9.50798 3.33255 9.82957 3.11759 10.1835 2.97093L9.23712 3.60354L9.23699 3.60366C7.76256 4.60322 8.23744 4.60322 8.53033 4.31033H7.46967C5.47377 2.74914 6.21586 3.05652 6.763 3.60366C3.18414 3.05652 3.92622 2.74914 4.7 2.74914C1.78247 4.89289 2.08985 4.1508 2.63699 3.60366C2.08985 7.18252 1.78247 6.44044 1.78247 5.66666L2.63699 7.72967L8 13.0927L13.363 7.72967C13.8491 7.1371 13.6341 7.45869 13.3631 7.72954C14.2179 6.0498 14.1424 6.42918 13.9957 6.78314C14.1424 4.90414 14.2179 5.28353 14.2179 5.66666C13.6341 3.87464 13.8491 4.19623 13.9957 4.55019L13.3631 3.60378C12.7704 3.11759 13.092 3.33255 13.3629 3.60354C11.6831 2.74878 12.0625 2.82427 12.4165 2.97093\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHeart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13522\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHeart size={size} /> });"
+    "IconGitCommit.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGitCommit = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15789)\"><path d=\"M0.699951 7.20001C0.258123 7.20001 -0.100049 7.55818 -0.100049 8.00001C-0.100049 8.44184 0.258123 8.80001 0.699951 8.80001V7.20001ZM4.66662 8.80001C5.10845 8.80001 5.46662 8.44184 5.46662 8.00001C5.46662 7.55818 5.10845 7.20001 4.66662 7.20001V8.80001ZM11.34 7.20001C10.8981 7.20001 10.54 7.55818 10.54 8.00001C10.54 8.44184 10.8981 8.80001 11.34 8.80001V7.20001ZM15.3066 8.80001C15.7484 8.80001 16.1066 8.44184 16.1066 8.00001C16.1066 7.55818 15.7484 7.20001 15.3066 7.20001V8.80001ZM9.86662 8.00001C9.86662 9.03094 9.03088 9.86668 7.99995 9.86668V11.4667C9.91454 11.4667 11.4666 9.9146 11.4666 8.00001H9.86662ZM7.99995 9.86668C6.96902 9.86668 6.13328 9.03094 6.13328 8.00001H4.53328C4.53328 9.9146 6.08536 11.4667 7.99995 11.4667V9.86668ZM6.13328 8.00001C6.13328 6.96908 6.96902 6.13334 7.99995 6.13334V4.53334C6.08536 4.53334 4.53328 6.08542 4.53328 8.00001H6.13328ZM7.99995 6.13334C9.03088 6.13334 9.86662 6.96908 9.86662 8.00001H11.4666C11.4666 6.08542 9.91454 4.53334 7.99995 4.53334V6.13334ZM0.699951 8.80001H4.66662V7.20001H0.699951V8.80001ZM11.34 8.80001H15.3066V7.20001H11.34V8.80001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15789\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGitCommit, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13512\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitCommit size={size} /> });"
   ],
   [
-    "IconHelpCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHelpCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12728)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 2.08331C4.73223 2.08331 2.08325 4.7323 2.08325 7.99998C2.08325 11.2677 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2677 13.9166 7.99998C13.9166 4.7323 11.2676 2.08331 7.99992 2.08331ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM8.15791 5.43166C7.86696 5.38175 7.56773 5.43643 7.31323 5.586C7.05873 5.73557 6.86538 5.97039 6.76742 6.24886C6.62997 6.6396 6.20178 6.84493 5.81104 6.70748C5.42029 6.57003 5.21496 6.14184 5.35242 5.7511C5.56793 5.13846 5.99331 4.62186 6.55321 4.2928C7.11311 3.96374 7.77141 3.84346 8.4115 3.95325C9.05159 4.06304 9.63217 4.39583 10.0504 4.89266C10.4685 5.38933 10.6974 6.0179 10.6966 6.6671C10.6964 7.73166 9.90783 8.4272 9.36261 8.79068C9.06714 8.98767 8.777 9.1322 8.56369 9.22701C8.45597 9.27488 8.36516 9.31126 8.29952 9.33626C8.26664 9.34879 8.2399 9.35853 8.2203 9.3655L8.19635 9.37389L8.18859 9.37654L8.1858 9.37748L8.18468 9.37785C8.18446 9.37792 8.18376 9.37816 7.94659 8.66665L8.18468 9.37785C7.79173 9.50883 7.36606 9.29678 7.23507 8.90382C7.10428 8.51145 7.31582 8.0874 7.70765 7.95573C7.70804 7.95559 7.70843 7.95546 7.70882 7.95533L7.71779 7.95217C7.72749 7.94872 7.74372 7.94284 7.76553 7.93453C7.80926 7.91787 7.8747 7.89175 7.95448 7.85629C8.11617 7.78443 8.32603 7.67896 8.53056 7.54261C8.98526 7.23948 9.19659 6.93516 9.19659 6.66665L9.19659 6.66553C9.19703 6.37033 9.09298 6.0845 8.90287 5.85867C8.71276 5.63283 8.44886 5.48156 8.15791 5.43166ZM7.24992 11.3333C7.24992 10.9191 7.58571 10.5833 7.99992 10.5833H8.00659C8.4208 10.5833 8.75659 10.9191 8.75659 11.3333C8.75659 11.7475 8.4208 12.0833 8.00659 12.0833H7.99992C7.58571 12.0833 7.24992 11.7475 7.24992 11.3333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12728\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconHelpCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13524\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHelpCircle size={size} /> });"
+    "IconGitBranch.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGitBranch = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4.8 2C4.8 1.55817 4.44183 1.2 4 1.2C3.55817 1.2 3.2 1.55817 3.2 2H4.8ZM3.2 2V10H4.8V2H3.2ZM13.2 4C13.2 4.66274 12.6627 5.2 12 5.2V6.8C13.5464 6.8 14.8 5.5464 14.8 4H13.2ZM12 5.2C11.3373 5.2 10.8 4.66274 10.8 4H9.2C9.2 5.5464 10.4536 6.8 12 6.8V5.2ZM10.8 4C10.8 3.33726 11.3373 2.8 12 2.8V1.2C10.4536 1.2 9.2 2.4536 9.2 4H10.8ZM12 2.8C12.6627 2.8 13.2 3.33726 13.2 4H14.8C14.8 2.4536 13.5464 1.2 12 1.2V2.8ZM5.2 12C5.2 12.6627 4.66274 13.2 4 13.2V14.8C5.5464 14.8 6.8 13.5464 6.8 12H5.2ZM4 13.2C3.33726 13.2 2.8 12.6627 2.8 12H1.2C1.2 13.5464 2.4536 14.8 4 14.8V13.2ZM2.8 12C2.8 11.3373 3.33726 10.8 4 10.8V9.2C2.4536 9.2 1.2 10.4536 1.2 12H2.8ZM4 10.8C4.66274 10.8 5.2 11.3373 5.2 12H6.8C6.8 10.4536 5.5464 9.2 4 9.2V10.8ZM11.2 6C11.2 7.37913 10.6521 8.70177 9.67696 9.67696L10.8083 10.8083C12.0836 9.53308 12.8 7.80347 12.8 6H11.2ZM9.67696 9.67696C8.70177 10.6521 7.37913 11.2 6 11.2V12.8C7.80347 12.8 9.53308 12.0836 10.8083 10.8083L9.67696 9.67696Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGitBranch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13513\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitBranch size={size} /> });"
   ],
   [
-    "IconHexagon.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHexagon = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.95993 0.862907C7.27625 0.680656 7.63491 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04113 0.863522 9.04167 0.86383L13.7083 3.53049C14.0247 3.71317 14.2875 3.97583 14.4704 4.29212C14.6532 4.60842 14.7496 4.96724 14.75 5.33258V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L9.04167 15.1362C9.04114 15.1365 9.04061 15.1368 9.04008 15.1371C8.72377 15.3194 8.36509 15.4153 8 15.4153C7.63491 15.4153 7.27623 15.3194 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95833 15.1362L2.29456 12.4712L2.29167 12.4695C1.97527 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 5.33335C1.25037 4.96801 1.34682 4.60842 1.52965 4.29212C1.71248 3.97583 1.97527 3.71317 2.29167 3.5305L2.29456 3.52883L6.95993 0.862907ZM8 2.08472C7.8976 2.08472 7.79701 2.11167 7.70833 2.16287L7.70544 2.16454L3.0405 4.83021C2.95243 4.88133 2.87927 4.95462 2.8283 5.04279C2.77716 5.13126 2.75016 5.23161 2.75 5.3338V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95243 11.1187 3.04051 11.1698C3.04089 11.1701 3.04128 11.1703 3.04167 11.1705L7.70834 13.8372C7.79701 13.8884 7.89761 13.9153 8 13.9153C8.10239 13.9153 8.20299 13.8884 8.29167 13.8372L8.29456 13.8355L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V5.33412C13.2499 5.23182 13.2229 5.13135 13.1717 5.04279C13.1207 4.95462 13.0476 4.88133 12.9595 4.83021C12.9591 4.82999 12.9587 4.82976 12.9583 4.82954L8.29166 2.16287C8.20299 2.11168 8.1024 2.08472 8 2.08472Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHexagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13525\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHexagon size={size} /> });"
+    "IconGitPullRequest.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGitPullRequest = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.66667 3.2C8.22484 3.2 7.86667 3.55817 7.86667 4C7.86667 4.44183 8.22484 4.8 8.66667 4.8V3.2ZM10.6667 4V3.2V4ZM12 5.33333H11.2V5.33333L12 5.33333ZM3.2 14C3.2 14.4418 3.55817 14.8 4 14.8C4.44183 14.8 4.8 14.4418 4.8 14H3.2ZM13.2 12C13.2 12.6627 12.6627 13.2 12 13.2V14.8C13.5464 14.8 14.8 13.5464 14.8 12H13.2ZM12 13.2C11.3373 13.2 10.8 12.6627 10.8 12H9.2C9.2 13.5464 10.4536 14.8 12 14.8V13.2ZM10.8 12C10.8 11.3373 11.3373 10.8 12 10.8V9.2C10.4536 9.2 9.2 10.4536 9.2 12H10.8ZM12 10.8C12.6627 10.8 13.2 11.3373 13.2 12H14.8C14.8 10.4536 13.5464 9.2 12 9.2V10.8ZM5.2 4C5.2 4.66274 4.66274 5.2 4 5.2V6.8C5.5464 6.8 6.8 5.5464 6.8 4H5.2ZM4 5.2C3.33726 5.2 2.8 4.66274 2.8 4H1.2C1.2 5.5464 2.4536 6.8 4 6.8V5.2ZM2.8 4C2.8 3.33726 3.33726 2.8 4 2.8V1.2C2.4536 1.2 1.2 2.4536 1.2 4H2.8ZM4 2.8C4.66274 2.8 5.2 3.33726 5.2 4H6.8C6.8 2.4536 5.5464 1.2 4 1.2V2.8ZM8.66667 4.8H10.6667V3.2H8.66667V4.8ZM10.6667 4.8C10.8081 4.8 10.9438 4.85619 11.0438 4.95621L12.1752 3.82484C11.7751 3.42476 11.2325 3.2 10.6667 3.2V4.8ZM11.0438 4.95621C11.1438 5.05623 11.2 5.19188 11.2 5.33333H12.8C12.8 4.76754 12.5752 4.22492 12.1752 3.82484L11.0438 4.95621ZM11.2 5.33333V10H12.8L12.8 5.33333L11.2 5.33333ZM3.2 6L3.2 14H4.8V6H3.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGitPullRequest, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13514\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitPullRequest size={size} /> });"
   ],
   [
-    "IconHome.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconHome = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.53954 0.741299C7.81038 0.530651 8.18962 0.530651 8.46046 0.741299L14.4605 5.40797C14.6431 5.55006 14.75 5.76854 14.75 5.99998V13.3333C14.75 13.8858 14.5305 14.4158 14.1398 14.8065C13.7491 15.1972 13.2192 15.4166 12.6667 15.4166H3.33333C2.7808 15.4166 2.25089 15.1972 1.86019 14.8065C1.46949 14.4158 1.25 13.8858 1.25 13.3333V5.99998C1.25 5.76854 1.35685 5.55006 1.53954 5.40797L7.53954 0.741299ZM6.75 13.9166H9.25V8.74998H6.75V13.9166ZM10.75 13.9166V7.99998C10.75 7.58577 10.4142 7.24998 10 7.24998H6C5.58579 7.24998 5.25 7.58577 5.25 7.99998V13.9166H3.33333C3.17862 13.9166 3.03025 13.8552 2.92085 13.7458C2.81146 13.6364 2.75 13.488 2.75 13.3333V6.36679L8 2.28346L13.25 6.36679V13.3333C13.25 13.488 13.1885 13.6364 13.0791 13.7458C12.9697 13.8552 12.8214 13.9166 12.6667 13.9166H10.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHome, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13527\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHome size={size} /> });"
+    "IconGrid.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGrid = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 2V1.2C1.55817 1.2 1.2 1.55817 1.2 2H2ZM6.66667 2H7.46667C7.46667 1.55817 7.10849 1.2 6.66667 1.2V2ZM6.66667 6.66667V7.46667C7.10849 7.46667 7.46667 7.10849 7.46667 6.66667H6.66667ZM2 6.66667H1.2C1.2 7.10849 1.55817 7.46667 2 7.46667V6.66667ZM9.33333 2V1.2C8.89151 1.2 8.53333 1.55817 8.53333 2H9.33333ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM14 6.66667V7.46667C14.4418 7.46667 14.8 7.10849 14.8 6.66667H14ZM9.33333 6.66667H8.53333C8.53333 7.10849 8.89151 7.46667 9.33333 7.46667V6.66667ZM9.33333 9.33333V8.53333C8.89151 8.53333 8.53333 8.89151 8.53333 9.33333H9.33333ZM14 9.33333H14.8C14.8 8.89151 14.4418 8.53333 14 8.53333V9.33333ZM14 14V14.8C14.4418 14.8 14.8 14.4418 14.8 14H14ZM9.33333 14H8.53333C8.53333 14.4418 8.89151 14.8 9.33333 14.8V14ZM2 9.33333V8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333H2ZM6.66667 9.33333H7.46667C7.46667 8.89151 7.10849 8.53333 6.66667 8.53333V9.33333ZM6.66667 14V14.8C7.10849 14.8 7.46667 14.4418 7.46667 14H6.66667ZM2 14H1.2C1.2 14.4418 1.55817 14.8 2 14.8V14ZM2 2.8H6.66667V1.2H2V2.8ZM5.86667 2V6.66667H7.46667V2H5.86667ZM6.66667 5.86667H2V7.46667H6.66667V5.86667ZM2.8 6.66667V2H1.2V6.66667H2.8ZM9.33333 2.8H14V1.2H9.33333V2.8ZM13.2 2V6.66667H14.8V2H13.2ZM14 5.86667H9.33333V7.46667H14V5.86667ZM10.1333 6.66667V2H8.53333V6.66667H10.1333ZM9.33333 10.1333H14V8.53333H9.33333V10.1333ZM13.2 9.33333V14H14.8V9.33333H13.2ZM14 13.2H9.33333V14.8H14V13.2ZM10.1333 14V9.33333H8.53333V14H10.1333ZM2 10.1333H6.66667V8.53333H2V10.1333ZM5.86667 9.33333V14H7.46667V9.33333H5.86667ZM6.66667 13.2H2V14.8H6.66667V13.2ZM2.8 14V9.33333H1.2V14H2.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGrid, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13518\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGrid size={size} /> });"
   ],
   [
-    "IconImage.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconImage = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.8982 2.88485 13.0982 3.08027 13.1924L10.1363 6.13634C10.4292 5.84344 10.9041 5.84344 11.197 6.13634L13.25 8.18934V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM13.25 10.3107L10.6667 7.72733L5.14399 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V10.3107ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM5.66667 5.41667C5.5286 5.41667 5.41667 5.5286 5.41667 5.66667C5.41667 5.80474 5.5286 5.91667 5.66667 5.91667C5.80474 5.91667 5.91667 5.80474 5.91667 5.66667C5.91667 5.5286 5.80474 5.41667 5.66667 5.41667ZM3.91667 5.66667C3.91667 4.70017 4.70017 3.91667 5.66667 3.91667C6.63317 3.91667 7.41667 4.70017 7.41667 5.66667C7.41667 6.63317 6.63317 7.41667 5.66667 7.41667C4.70017 7.41667 3.91667 6.63317 3.91667 5.66667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconImage, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13526\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconImage size={size} /> });"
+    "IconGithub.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGithub = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15795)\"><path d=\"M6.2298 13.4329C6.65299 13.306 6.89314 12.86 6.76618 12.4368C6.63922 12.0136 6.19323 11.7734 5.77004 11.9004L6.2298 13.4329ZM1.52728 9.89055C1.09864 9.78339 0.664297 10.044 0.557138 10.4726C0.449979 10.9013 0.710588 11.3356 1.13922 11.4428L1.52728 9.89055ZM9.86658 14.6667C9.86658 15.1085 10.2248 15.4667 10.6666 15.4667C11.1084 15.4667 11.4666 15.1085 11.4666 14.6667H9.86658ZM10.6666 12.0867L9.86905 12.0239C9.86741 12.0448 9.86658 12.0657 9.86658 12.0867H10.6666ZM10.0399 10.3467L9.9513 9.55159C9.64794 9.5854 9.39026 9.78889 9.28705 10.0761C9.18383 10.3634 9.25307 10.6844 9.46553 10.9035L10.0399 10.3467ZM14.3333 5.68H15.1333V5.67985L14.3333 5.68ZM13.3333 3.18L12.5837 2.90029C12.4767 3.18712 12.5427 3.50988 12.7538 3.73162L13.3333 3.18ZM13.2733 0.666666L14.0086 0.351507C13.9149 0.132904 13.7288 -0.032675 13.5007 -0.100307L13.2733 0.666666ZM10.6666 1.65333L10.4573 2.42548C10.6808 2.48606 10.9197 2.4468 11.112 2.31785L10.6666 1.65333ZM5.99992 1.65333L5.55447 2.31785C5.74685 2.4468 5.98566 2.48606 6.20919 2.42548L5.99992 1.65333ZM3.39325 0.666666L3.16576 -0.100307C2.93774 -0.032675 2.75164 0.132904 2.65795 0.351507L3.39325 0.666666ZM3.33325 3.18L3.91265 3.73163C4.12376 3.50989 4.1898 3.18712 4.08276 2.90029L3.33325 3.18ZM2.33325 5.7H3.13326L3.13324 5.69575L2.33325 5.7ZM6.62659 10.3667L7.20147 10.923C7.41239 10.7051 7.48192 10.3866 7.38103 10.1005C7.28013 9.81452 7.02617 9.61015 6.72519 9.57277L6.62659 10.3667ZM5.99992 12.0867H6.79992C6.79992 12.0679 6.79926 12.0492 6.79795 12.0305L5.99992 12.0867ZM5.19992 14.6667C5.19992 15.1085 5.55809 15.4667 5.99992 15.4667C6.44175 15.4667 6.79992 15.1085 6.79992 14.6667H5.19992ZM5.77004 11.9004C5.02767 12.1231 4.54988 12.1178 4.23431 12.044C3.92904 11.9725 3.70111 11.8198 3.48227 11.601C3.36835 11.4871 3.26015 11.3585 3.14205 11.2105C3.03382 11.0749 2.89571 10.8949 2.76516 10.7416C2.50052 10.431 2.11331 10.0371 1.52728 9.89055L1.13922 11.4428C1.21986 11.4629 1.33265 11.5274 1.54717 11.7792C1.65621 11.9072 1.75247 12.0344 1.89164 12.2087C2.02094 12.3707 2.17315 12.5546 2.3509 12.7324C2.71539 13.0968 3.19579 13.4441 3.86969 13.6019C4.53329 13.7572 5.3055 13.7102 6.2298 13.4329L5.77004 11.9004ZM11.4666 14.6667V12.0867H9.86658V14.6667H11.4666ZM11.4641 12.1494C11.498 11.7183 11.4398 11.285 11.2933 10.8781L9.78792 11.4203C9.8575 11.6135 9.88515 11.8192 9.86905 12.0239L11.4641 12.1494ZM11.2933 10.8781C11.1467 10.4713 10.9153 10.1003 10.6143 9.78982L9.46553 10.9035C9.60845 11.0509 9.71835 11.2271 9.78792 11.4203L11.2933 10.8781ZM10.1285 11.1417C11.2201 11.0201 12.4896 10.7414 13.4864 9.90314C14.5222 9.03219 15.1333 7.673 15.1333 5.68H13.5333C13.5333 7.327 13.0443 8.18448 12.4567 8.67853C11.8303 9.20528 10.953 9.43993 9.9513 9.55159L10.1285 11.1417ZM15.1333 5.67985C15.133 4.54375 14.696 3.45122 13.9127 2.62838L12.7538 3.73162C13.2541 4.25704 13.5331 4.95468 13.5333 5.68015L15.1333 5.67985ZM14.0828 3.45971C14.4586 2.45264 14.432 1.33949 14.0086 0.351507L12.5379 0.981825C12.7993 1.59164 12.8157 2.2787 12.5837 2.90029L14.0828 3.45971ZM13.2733 0.666666C13.5007 -0.100307 13.5 -0.100536 13.4992 -0.100765C13.4989 -0.100843 13.4981 -0.101072 13.4976 -0.101226C13.4966 -0.101533 13.4955 -0.101843 13.4944 -0.102153C13.4923 -0.102775 13.4901 -0.103402 13.4878 -0.104035C13.4833 -0.105299 13.4785 -0.106583 13.4736 -0.107879C13.4637 -0.110472 13.4529 -0.113112 13.4413 -0.115745C13.4182 -0.121013 13.3917 -0.126239 13.3619 -0.130994C13.3022 -0.140517 13.2296 -0.148069 13.1439 -0.150427C12.9721 -0.155156 12.7512 -0.138917 12.479 -0.0784866C11.9361 0.0420561 11.1931 0.337282 10.2211 0.988818L11.112 2.31785C11.9601 1.74938 12.5204 1.55128 12.8258 1.48348C12.9778 1.44975 13.0673 1.44807 13.0999 1.44897C13.1164 1.44942 13.1195 1.45057 13.1099 1.44904C13.1052 1.44828 13.0974 1.44688 13.0866 1.44443C13.0812 1.44321 13.0751 1.44173 13.0683 1.43995C13.0649 1.43905 13.0613 1.43809 13.0576 1.43704C13.0557 1.43651 13.0538 1.43597 13.0518 1.4354C13.0508 1.43512 13.0498 1.43483 13.0488 1.43454C13.0483 1.43439 13.0475 1.43417 13.0473 1.43409C13.0465 1.43387 13.0458 1.43364 13.2733 0.666666ZM10.8759 0.881188C9.21082 0.429928 7.45568 0.429928 5.79065 0.881188L6.20919 2.42548C7.60014 2.0485 9.06636 2.0485 10.4573 2.42548L10.8759 0.881188ZM6.44536 0.988818C5.4734 0.337282 4.73044 0.0420561 4.18747 -0.0784866C3.91526 -0.138917 3.6944 -0.155156 3.5226 -0.150427C3.43691 -0.148069 3.36433 -0.140517 3.30462 -0.130994C3.2748 -0.126239 3.24832 -0.121013 3.22515 -0.115745C3.21357 -0.113112 3.20284 -0.110472 3.19293 -0.107879C3.18798 -0.106583 3.18324 -0.105299 3.17871 -0.104035C3.17645 -0.103402 3.17424 -0.102775 3.17208 -0.102153C3.171 -0.101843 3.16993 -0.101533 3.16888 -0.101226C3.16835 -0.101072 3.16757 -0.100843 3.16731 -0.100765C3.16653 -0.100536 3.16576 -0.100307 3.39325 0.666666C3.62074 1.43364 3.61998 1.43387 3.61921 1.43409C3.61896 1.43417 3.6182 1.43439 3.6177 1.43454C3.61669 1.43483 3.6157 1.43512 3.61471 1.4354C3.61275 1.43597 3.61082 1.43651 3.60894 1.43704C3.60519 1.43809 3.6016 1.43905 3.5982 1.43995C3.59138 1.44173 3.58528 1.44321 3.57991 1.44443C3.56915 1.44688 3.56135 1.44828 3.5566 1.44904C3.54702 1.45057 3.55012 1.44942 3.56662 1.44897C3.59918 1.44807 3.68874 1.44975 3.8407 1.48348C4.14606 1.55128 4.70644 1.74938 5.55447 2.31785L6.44536 0.988818ZM2.65795 0.351507C2.23448 1.33949 2.20791 2.45264 2.58374 3.45971L4.08276 2.90029C3.85079 2.2787 3.86719 1.59164 4.12856 0.981825L2.65795 0.351507ZM2.75385 2.62837C1.96464 3.45731 1.52718 4.55972 1.53326 5.70425L3.13324 5.69575C3.12936 4.9649 3.4087 4.26095 3.91265 3.73163L2.75385 2.62837ZM1.53325 5.7C1.53325 7.68224 2.14586 9.03352 3.18006 9.90314C4.17412 10.739 5.44036 11.0255 6.52798 11.1606L6.72519 9.57277C5.71948 9.44785 4.83905 9.20765 4.20978 8.67853C3.62064 8.18314 3.13325 7.33109 3.13325 5.7H1.53325ZM6.0517 9.81033C5.75427 10.1177 5.52488 10.4842 5.37846 10.8861L6.88179 11.4338C6.95131 11.243 7.06024 11.0689 7.20147 10.923L6.0517 9.81033ZM5.37846 10.8861C5.23204 11.2879 5.17188 11.7161 5.20189 12.1428L6.79795 12.0305C6.7837 11.8279 6.81226 11.6246 6.88179 11.4338L5.37846 10.8861ZM5.19992 12.0867V14.6667H6.79992V12.0867H5.19992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15795\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGithub, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13517\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGithub size={size} /> });"
   ],
   [
-    "IconInbox.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconInbox = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.82683 1.91669L11.1735 1.91669C11.5611 1.91689 11.9413 2.02522 12.2707 2.22948C12.5998 2.43351 12.8654 2.72519 13.0379 3.07177C13.0381 3.07216 13.0383 3.07255 13.0385 3.07294L15.3375 7.66422C15.3897 7.76846 15.4168 7.88344 15.4168 8.00002V12C15.4168 12.5526 15.1973 13.0825 14.8066 13.4732C14.4159 13.8639 13.886 14.0834 13.3335 14.0834H2.66683C2.11429 14.0834 1.58439 13.8639 1.19369 13.4732C0.80299 13.0825 0.583496 12.5526 0.583496 12V8.00002C0.583496 7.88344 0.610673 7.76846 0.66287 7.66422L2.96185 3.07294C2.96203 3.07257 2.96221 3.0722 2.9624 3.07183C3.13489 2.72522 3.40056 2.43352 3.7296 2.22948C4.059 2.02522 4.43924 1.91689 4.82683 1.91669ZM4.82705 3.41669C4.71859 3.41678 4.6123 3.44711 4.52012 3.50427C4.42788 3.56146 4.35344 3.64325 4.30514 3.74044L4.30412 3.74249L2.54781 7.25002H5.3335C5.58426 7.25002 5.81843 7.37535 5.95753 7.584L7.06822 9.25002H8.93211L10.0428 7.584C10.1819 7.37535 10.4161 7.25002 10.6668 7.25002H13.4525L11.6962 3.74249L11.6952 3.74044C11.6469 3.64325 11.5724 3.56146 11.4802 3.50427C11.388 3.44711 11.2817 3.41678 11.1733 3.41669H4.82705ZM13.9168 8.75002H11.0682L9.95753 10.416C9.81843 10.6247 9.58426 10.75 9.3335 10.75H6.66683C6.41606 10.75 6.18189 10.6247 6.04279 10.416L4.93211 8.75002H2.0835V12C2.0835 12.1547 2.14495 12.3031 2.25435 12.4125C2.36375 12.5219 2.51212 12.5834 2.66683 12.5834H13.3335C13.4882 12.5834 13.6366 12.5219 13.746 12.4125C13.8554 12.3031 13.9168 12.1547 13.9168 12V8.75002Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconInbox, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13529\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconInbox size={size} /> });"
+    "IconGlobe.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGlobe = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15799)\"><path d=\"M10.6668 8.00001L11.4667 8.01667C11.4669 8.00557 11.4669 7.99445 11.4667 7.98335L10.6668 8.00001ZM5.3335 8.00001L4.53367 7.98335C4.53344 7.99445 4.53344 8.00557 4.53367 8.01667L5.3335 8.00001ZM13.8668 8.00001C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1237 15.4668 8.00001H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8.00001H0.533496C0.533496 12.1237 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8.00001C2.1335 4.75994 4.76009 2.13334 8.00016 2.13334V0.533343C3.87644 0.533343 0.533496 3.87628 0.533496 8.00001H2.1335ZM8.00016 2.13334C11.2402 2.13334 13.8668 4.75994 13.8668 8.00001H15.4668C15.4668 3.87628 12.1239 0.533343 8.00016 0.533343V2.13334ZM1.3335 8.80001H14.6668V7.20001H1.3335V8.80001ZM7.40949 1.87288C8.94622 3.55527 9.81954 5.73858 9.867 8.01667L11.4667 7.98335C11.4111 5.31749 10.3891 2.76256 8.59084 0.793805L7.40949 1.87288ZM9.867 7.98335C9.81954 10.2614 8.94622 12.4448 7.40949 14.1271L8.59084 15.2062C10.3891 13.2375 11.4111 10.6825 11.4667 8.01667L9.867 7.98335ZM8.59084 14.1271C7.0541 12.4448 6.18078 10.2614 6.13332 7.98335L4.53367 8.01667C4.58921 10.6825 5.61118 13.2375 7.40949 15.2062L8.59084 14.1271ZM6.13332 8.01667C6.18078 5.73858 7.0541 3.55527 8.59084 1.87288L7.40949 0.793805C5.61118 2.76256 4.58921 5.31749 4.53367 7.98335L6.13332 8.01667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15799\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGlobe, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13519\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGlobe size={size} /> });"
   ],
   [
-    "IconInfo.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconInfo = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12718)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 2.08331C4.73231 2.08331 2.08333 4.7323 2.08333 7.99998C2.08333 11.2677 4.73231 13.9166 8 13.9166C11.2677 13.9166 13.9167 11.2677 13.9167 7.99998C13.9167 4.7323 11.2677 2.08331 8 2.08331ZM0.583328 7.99998C0.583328 3.90387 3.90388 0.583313 8 0.583313C12.0961 0.583313 15.4167 3.90387 15.4167 7.99998C15.4167 12.0961 12.0961 15.4166 8 15.4166C3.90388 15.4166 0.583328 12.0961 0.583328 7.99998ZM7.25 5.33331C7.25 4.9191 7.58578 4.58331 8 4.58331H8.00666C8.42088 4.58331 8.75666 4.9191 8.75666 5.33331C8.75666 5.74753 8.42088 6.08331 8.00666 6.08331H8C7.58578 6.08331 7.25 5.74753 7.25 5.33331ZM8 7.24998C8.41421 7.24998 8.75 7.58577 8.75 7.99998V10.6666C8.75 11.0809 8.41421 11.4166 8 11.4166C7.58578 11.4166 7.25 11.0809 7.25 10.6666V7.99998C7.25 7.58577 7.58578 7.24998 8 7.24998Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12718\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconInfo, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13528\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconInfo size={size} /> });"
+    "IconHash.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHash = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.66669 5.2C2.22486 5.2 1.86669 5.55817 1.86669 6C1.86669 6.44183 2.22486 6.8 2.66669 6.8V5.2ZM13.3334 6.8C13.7752 6.8 14.1334 6.44183 14.1334 6C14.1334 5.55817 13.7752 5.2 13.3334 5.2V6.8ZM2.66669 9.2C2.22486 9.2 1.86669 9.55817 1.86669 10C1.86669 10.4418 2.22486 10.8 2.66669 10.8V9.2ZM13.3334 10.8C13.7752 10.8 14.1334 10.4418 14.1334 10C14.1334 9.55817 13.7752 9.2 13.3334 9.2V10.8ZM7.46179 2.08835C7.51059 1.64922 7.19416 1.25368 6.75503 1.20489C6.31591 1.1561 5.92037 1.47253 5.87158 1.91165L7.46179 2.08835ZM4.53825 13.9117C4.48945 14.3508 4.80588 14.7463 5.24501 14.7951C5.68413 14.8439 6.07967 14.5275 6.12846 14.0883L4.53825 13.9117ZM11.4618 2.08835C11.5106 1.64922 11.1942 1.25368 10.755 1.20489C10.3159 1.1561 9.92037 1.47253 9.87158 1.91165L11.4618 2.08835ZM8.53825 13.9117C8.48946 14.3508 8.80588 14.7463 9.24501 14.7951C9.68413 14.8439 10.0797 14.5275 10.1285 14.0883L8.53825 13.9117ZM2.66669 6.8H13.3334V5.2H2.66669V6.8ZM2.66669 10.8H13.3334V9.2H2.66669V10.8ZM5.87158 1.91165L4.53825 13.9117L6.12846 14.0883L7.46179 2.08835L5.87158 1.91165ZM9.87158 1.91165L8.53825 13.9117L10.1285 14.0883L11.4618 2.08835L9.87158 1.91165Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHash, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13521\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHash size={size} /> });"
   ],
   [
-    "IconInstagram.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconInstagram = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12968)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.66665 2.08331C3.23991 2.08331 2.08331 3.23991 2.08331 4.66665V11.3333C2.08331 12.76 3.23991 13.9166 4.66665 13.9166H11.3333C12.76 13.9166 13.9166 12.76 13.9166 11.3333V4.66665C13.9166 3.23991 12.76 2.08331 11.3333 2.08331H4.66665ZM0.583313 4.66665C0.583313 2.41148 2.41148 0.583313 4.66665 0.583313H11.3333C13.5885 0.583313 15.4166 2.41148 15.4166 4.66665V11.3333C15.4166 13.5885 13.5885 15.4166 11.3333 15.4166H4.66665C2.41148 15.4166 0.583313 13.5885 0.583313 11.3333V4.66665ZM10.9166 4.33331C10.9166 3.9191 11.2524 3.58331 11.6666 3.58331H11.6733C12.0875 3.58331 12.4233 3.9191 12.4233 4.33331C12.4233 4.74753 12.0875 5.08331 11.6733 5.08331H11.6666C11.2524 5.08331 10.9166 4.74753 10.9166 4.33331ZM8.30997 6.0752C7.91118 6.01607 7.50391 6.08418 7.14606 6.26986C6.78822 6.45553 6.49804 6.74932 6.31679 7.10942C6.13554 7.46953 6.07245 7.87761 6.1365 8.27564C6.20055 8.67366 6.38847 9.04136 6.67354 9.32642C6.9586 9.61149 7.3263 9.79941 7.72432 9.86346C8.12235 9.92751 8.53043 9.86442 8.89054 9.68317C9.25064 9.50192 9.54443 9.21174 9.7301 8.8539C9.91578 8.49605 9.98389 8.08878 9.92476 7.68999C9.86444 7.28322 9.67489 6.90663 9.38411 6.61585C9.09333 6.32507 8.71674 6.13552 8.30997 6.0752ZM6.45521 4.93842C7.0931 4.60743 7.81912 4.48601 8.52999 4.59143C9.25511 4.69895 9.92643 5.03684 10.4448 5.55519C10.9631 6.07353 11.301 6.74485 11.4085 7.46997C11.5139 8.18084 11.3925 8.90686 11.0615 9.54475C10.7305 10.1826 10.2068 10.6999 9.56492 11.023C8.923 11.3461 8.19554 11.4586 7.48602 11.3444C6.77649 11.2302 6.12104 10.8952 5.61288 10.3871C5.10471 9.87892 4.76972 9.22346 4.65555 8.51394C4.54138 7.80442 4.65384 7.07696 4.97694 6.43504C5.30004 5.79311 5.81732 5.26941 6.45521 4.93842Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12968\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconInstagram, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13531\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconInstagram size={size} /> });"
+    "IconHeadphones.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHeadphones = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.2 12C1.2 12.4418 1.55817 12.8 2 12.8C2.44183 12.8 2.8 12.4418 2.8 12H1.2ZM2 8H1.2H2ZM8 2V2.8V2ZM14 8H14.8H14ZM13.2 12C13.2 12.4418 13.5582 12.8 14 12.8C14.4418 12.8 14.8 12.4418 14.8 12H13.2ZM10.6667 12.6667H11.4667H10.6667ZM10.6667 10.6667H11.4667H10.6667ZM12 9.33333V10.1333V9.33333ZM14 9.33333H14.8C14.8 8.89151 14.4418 8.53333 14 8.53333V9.33333ZM2 12.6667H1.2H2ZM5.33333 12.6667H6.13333H5.33333ZM5.33333 10.6667H6.13333H5.33333ZM2 9.33333V8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333H2ZM2.8 12V8H1.2V12H2.8ZM2.8 8C2.8 6.62087 3.34786 5.29823 4.32304 4.32304L3.19167 3.19167C1.91643 4.46692 1.2 6.19653 1.2 8H2.8ZM4.32304 4.32304C5.29823 3.34786 6.62087 2.8 8 2.8V1.2C6.19653 1.2 4.46692 1.91643 3.19167 3.19167L4.32304 4.32304ZM8 2.8C9.37913 2.8 10.7018 3.34786 11.677 4.32304L12.8083 3.19167C11.5331 1.91643 9.80347 1.2 8 1.2V2.8ZM11.677 4.32304C12.6521 5.29823 13.2 6.62087 13.2 8H14.8C14.8 6.19653 14.0836 4.46692 12.8083 3.19167L11.677 4.32304ZM13.2 8V12H14.8V8H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H12V14.8H12.6667V13.2ZM12 13.2C11.8586 13.2 11.7229 13.1438 11.6229 13.0438L10.4915 14.1752C10.8916 14.5752 11.4342 14.8 12 14.8V13.2ZM11.6229 13.0438C11.5229 12.9438 11.4667 12.8081 11.4667 12.6667H9.86667C9.86667 13.2325 10.0914 13.7751 10.4915 14.1752L11.6229 13.0438ZM11.4667 12.6667V10.6667H9.86667V12.6667H11.4667ZM11.4667 10.6667C11.4667 10.5252 11.5229 10.3896 11.6229 10.2895L10.4915 9.15817C10.0914 9.55825 9.86667 10.1009 9.86667 10.6667H11.4667ZM11.6229 10.2895C11.7229 10.1895 11.8586 10.1333 12 10.1333V8.53333C11.4342 8.53333 10.8916 8.7581 10.4915 9.15817L11.6229 10.2895ZM12 10.1333H14V8.53333H12V10.1333ZM13.2 9.33333V12.6667H14.8V9.33333H13.2ZM1.2 12.6667C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2ZM1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752ZM3.33333 14.8H4V13.2H3.33333V14.8ZM4 14.8C4.5658 14.8 5.10842 14.5752 5.50849 14.1752L4.37712 13.0438C4.2771 13.1438 4.14145 13.2 4 13.2V14.8ZM5.50849 14.1752C5.90857 13.7751 6.13333 13.2325 6.13333 12.6667H4.53333C4.53333 12.8081 4.47714 12.9438 4.37712 13.0438L5.50849 14.1752ZM6.13333 12.6667V10.6667H4.53333V12.6667H6.13333ZM6.13333 10.6667C6.13333 10.1009 5.90857 9.55825 5.50849 9.15817L4.37712 10.2895C4.47714 10.3896 4.53333 10.5252 4.53333 10.6667H6.13333ZM5.50849 9.15817C5.10842 8.7581 4.5658 8.53333 4 8.53333V10.1333C4.14145 10.1333 4.2771 10.1895 4.37712 10.2895L5.50849 9.15817ZM4 8.53333H2V10.1333H4V8.53333ZM1.2 9.33333V12.6667H2.8V9.33333H1.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHeadphones, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13523\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHeadphones size={size} /> });"
   ],
   [
-    "IconItalic.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconItalic = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.98276 1.91665H6.66671C6.25249 1.91665 5.91671 2.25243 5.91671 2.66665C5.91671 3.08086 6.25249 3.41665 6.66671 3.41665H8.91779L5.48029 12.5833H3.33337C2.91916 12.5833 2.58337 12.9191 2.58337 13.3333C2.58337 13.7475 2.91916 14.0833 3.33337 14.0833H5.98258C5.99417 14.0836 6.00574 14.0836 6.01728 14.0833H9.33337C9.74759 14.0833 10.0834 13.7475 10.0834 13.3333C10.0834 12.9191 9.74759 12.5833 9.33337 12.5833H7.08229L10.5198 3.41665H12.6667C13.0809 3.41665 13.4167 3.08086 13.4167 2.66665C13.4167 2.25243 13.0809 1.91665 12.6667 1.91665H10.0175C10.0059 1.91637 9.99433 1.91638 9.98276 1.91665Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconItalic, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13530\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconItalic size={size} /> });"
+    "IconGitMerge.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGitMerge = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.2 14C3.2 14.4418 3.55817 14.8 4 14.8C4.44183 14.8 4.8 14.4418 4.8 14H3.2ZM13.2 12C13.2 12.6627 12.6627 13.2 12 13.2V14.8C13.5464 14.8 14.8 13.5464 14.8 12H13.2ZM12 13.2C11.3373 13.2 10.8 12.6627 10.8 12H9.2C9.2 13.5464 10.4536 14.8 12 14.8V13.2ZM10.8 12C10.8 11.3373 11.3373 10.8 12 10.8V9.2C10.4536 9.2 9.2 10.4536 9.2 12H10.8ZM12 10.8C12.6627 10.8 13.2 11.3373 13.2 12H14.8C14.8 10.4536 13.5464 9.2 12 9.2V10.8ZM5.2 4C5.2 4.66274 4.66274 5.2 4 5.2V6.8C5.5464 6.8 6.8 5.5464 6.8 4H5.2ZM4 5.2C3.33726 5.2 2.8 4.66274 2.8 4H1.2C1.2 5.5464 2.4536 6.8 4 6.8V5.2ZM2.8 4C2.8 3.33726 3.33726 2.8 4 2.8V1.2C2.4536 1.2 1.2 2.4536 1.2 4H2.8ZM4 2.8C4.66274 2.8 5.2 3.33726 5.2 4H6.8C6.8 2.4536 5.5464 1.2 4 1.2V2.8ZM4.8 14V6H3.2L3.2 14H4.8ZM3.2 6C3.2 7.80347 3.91643 9.53308 5.19167 10.8083L6.32304 9.67696C5.34786 8.70177 4.8 7.37913 4.8 6H3.2ZM5.19167 10.8083C6.46692 12.0836 8.19653 12.8 10 12.8V11.2C8.62087 11.2 7.29823 10.6521 6.32304 9.67696L5.19167 10.8083Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconGitMerge, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13515\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitMerge size={size} /> });"
   ],
   [
-    "IconKey.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconKey = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.5303 0.802983C14.8232 1.09588 14.8232 1.57075 14.5303 1.86364L13.7273 2.66665L15.1969 4.13632C15.4898 4.42921 15.4898 4.90408 15.1969 5.19698L12.8636 7.53031C12.723 7.67096 12.5322 7.74998 12.3333 7.74998C12.1344 7.74998 11.9436 7.67096 11.8029 7.53031L10.3333 6.06064L8.61158 7.78234C8.80191 8.04871 8.96249 8.33607 9.0899 8.63935C9.31551 9.17638 9.43267 9.75273 9.43462 10.3352C9.43657 10.9177 9.32328 11.4948 9.10127 12.0334C8.87926 12.5719 8.55292 13.0612 8.14103 13.4731C7.72915 13.885 7.23985 14.2113 6.70133 14.4333C6.1628 14.6553 5.58567 14.7686 5.00318 14.7667C4.42069 14.7647 3.84434 14.6476 3.30731 14.4219C2.77028 14.1963 2.28318 13.8667 1.87407 13.4521L1.86844 13.4464C1.06391 12.6134 0.618766 11.4977 0.628829 10.3397C0.638892 9.18162 1.10339 8.07387 1.92227 7.25498C2.74116 6.4361 3.84892 5.9716 5.00695 5.96154C5.9157 5.95364 6.79913 6.22569 7.54014 6.73245L13.4696 0.802983C13.7625 0.51009 14.2374 0.51009 14.5303 0.802983ZM7.06936 8.27667C6.51993 7.74747 5.78389 7.45484 5.01998 7.46148C4.25524 7.46813 3.52371 7.77487 2.98293 8.31564C2.44216 8.85641 2.13542 9.58795 2.12877 10.3527C2.12214 11.1161 2.41509 11.8516 2.94464 12.4014C3.21423 12.6739 3.53488 12.8906 3.88829 13.039C4.24293 13.188 4.62354 13.2654 5.00821 13.2667C5.39287 13.268 5.77399 13.1931 6.12962 13.0465C6.48525 12.8999 6.80837 12.6844 7.08037 12.4124C7.35237 12.1404 7.56788 11.8173 7.71449 11.4617C7.8611 11.106 7.93592 10.7249 7.93463 10.3402C7.93334 9.95558 7.85597 9.57497 7.70698 9.22033C7.55851 8.86692 7.34184 8.54626 7.06936 8.27667ZM11.3939 4.99998L12.3333 5.93932L13.6059 4.66665L12.6666 3.72731L11.3939 4.99998Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconKey, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13533\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconKey size={size} /> });"
+    "IconHexagon.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHexagon = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHexagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13525\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHexagon size={size} /> });"
   ],
   [
-    "IconLayers.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLayers = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12570)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.66467 0.662493C7.87582 0.55692 8.12435 0.55692 8.33549 0.662493L15.0022 3.99583C15.2562 4.12287 15.4167 4.38257 15.4167 4.66665C15.4167 4.95073 15.2562 5.21042 15.0022 5.33747L8.33549 8.6708C8.12435 8.77637 7.87582 8.77637 7.66467 8.6708L0.998006 5.33747C0.743918 5.21042 0.583416 4.95073 0.583416 4.66665C0.583416 4.38257 0.743918 4.12287 0.998006 3.99583L7.66467 0.662493ZM3.01047 4.66665L8.00008 7.16145L12.9897 4.66665L8.00008 2.17184L3.01047 4.66665ZM0.662596 7.66457C0.847838 7.29409 1.29834 7.14392 1.66883 7.32916L8.00008 10.4948L14.3313 7.32916C14.7018 7.14392 15.1523 7.29409 15.3376 7.66457C15.5228 8.03505 15.3726 8.48556 15.0022 8.6708L8.33549 12.0041C8.12435 12.1097 7.87582 12.1097 7.66467 12.0041L0.998006 8.6708C0.627522 8.48556 0.477354 8.03505 0.662596 7.66457ZM0.662596 10.9979C0.847838 10.6274 1.29834 10.4773 1.66883 10.6625L8.00008 13.8281L14.3313 10.6625C14.7018 10.4773 15.1523 10.6274 15.3376 10.9979C15.5228 11.3684 15.3726 11.8189 15.0022 12.0041L8.33549 15.3375C8.12435 15.443 7.87582 15.443 7.66467 15.3375L0.998006 12.0041C0.627522 11.8189 0.477354 11.3684 0.662596 10.9979Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12570\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLayers, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13532\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLayers size={size} /> });"
+    "IconHelpCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHelpCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15811)\"><path d=\"M5.30525 5.7345C5.15863 6.1513 5.37765 6.60803 5.79444 6.75465C6.21124 6.90126 6.66797 6.68225 6.81459 6.26545L5.30525 5.7345ZM9.94659 6.66665L9.14658 6.66545V6.66665H9.94659ZM7.6936 7.9077C7.27445 8.04742 7.04792 8.50047 7.18764 8.91963C7.32736 9.33878 7.78041 9.56531 8.19957 9.42559L7.6936 7.9077ZM7.99992 10.5333C7.55809 10.5333 7.19992 10.8915 7.19992 11.3333C7.19992 11.7751 7.55809 12.1333 7.99992 12.1333V10.5333ZM8.00659 12.1333C8.44841 12.1333 8.80658 11.7751 8.80658 11.3333C8.80658 10.8915 8.44841 10.5333 8.00659 10.5333V12.1333ZM13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331ZM6.81459 6.26545C6.90863 5.99812 7.09425 5.7727 7.33857 5.62911L6.52788 4.2497C5.95779 4.58474 5.52468 5.11073 5.30525 5.7345L6.81459 6.26545ZM7.33857 5.62911C7.58289 5.48552 7.87014 5.43303 8.14946 5.48094L8.41995 3.90397C7.76822 3.79218 7.09796 3.91465 6.52788 4.2497L7.33857 5.62911ZM8.14946 5.48094C8.42877 5.52885 8.68211 5.67406 8.86462 5.89087L10.0887 4.86046C9.66281 4.35459 9.07168 4.01576 8.41995 3.90397L8.14946 5.48094ZM8.86462 5.89087C9.04712 6.10767 9.14701 6.38206 9.14659 6.66545L10.7466 6.66784C10.7476 6.00659 10.5145 5.36633 10.0887 4.86046L8.86462 5.89087ZM9.14658 6.66665C9.14658 6.90862 8.95451 7.19989 8.50283 7.50101C8.30133 7.63534 8.09414 7.7395 7.93417 7.8106C7.85533 7.84564 7.79073 7.87142 7.74773 7.88781C7.72629 7.89597 7.71041 7.90173 7.70104 7.90506C7.69636 7.90673 7.69331 7.90778 7.69203 7.90822C7.69139 7.90844 7.69119 7.90851 7.69145 7.90842C7.69158 7.90838 7.69182 7.9083 7.69218 7.90818C7.69236 7.90812 7.69256 7.90805 7.6928 7.90797C7.69292 7.90793 7.69312 7.90786 7.69318 7.90784C7.69339 7.90777 7.6936 7.9077 7.94659 8.66665C8.19957 9.42559 8.1998 9.42552 8.20004 9.42544C8.20013 9.42541 8.20037 9.42532 8.20055 9.42526C8.20091 9.42514 8.2013 9.42501 8.20172 9.42487C8.20257 9.42459 8.20353 9.42426 8.20462 9.42389C8.2068 9.42315 8.20947 9.42225 8.21261 9.42116C8.2189 9.419 8.22709 9.41615 8.23705 9.41261C8.25697 9.40552 8.28407 9.39565 8.31732 9.38299C8.38369 9.3577 8.47534 9.32099 8.584 9.2727C8.79903 9.17713 9.09184 9.03129 9.39035 8.83229C9.93867 8.46674 10.7466 7.75801 10.7466 6.66665H9.14658ZM7.99992 12.1333H8.00659V10.5333H7.99992V12.1333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15811\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconHelpCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13524\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHelpCircle size={size} /> });"
   ],
   [
-    "IconLayout.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLayout = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V5.25H13.25V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM14.75 3.33333C14.75 2.18274 13.8173 1.25 12.6667 1.25H3.33333C2.18274 1.25 1.25 2.18274 1.25 3.33333V12.6667C1.25 13.8173 2.18274 14.75 3.33333 14.75H12.6667C13.8173 14.75 14.75 13.8173 14.75 12.6667V3.33333ZM13.25 6.75H6.75V13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V6.75ZM5.25 13.25V6.75H2.75V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H5.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLayout, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13535\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLayout size={size} /> });"
+    "IconLayers.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLayers = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15829)\"><path d=\"M7.99992 1.33331L8.35769 0.617771C8.13247 0.50516 7.86737 0.50516 7.64215 0.617771L7.99992 1.33331ZM1.33325 4.66665L0.975481 3.9511C0.704454 4.08662 0.533252 4.36363 0.533252 4.66665C0.533252 4.96966 0.704454 5.24667 0.975481 5.38219L1.33325 4.66665ZM7.99992 7.99998L7.64215 8.71552C7.86737 8.82813 8.13247 8.82813 8.35769 8.71552L7.99992 7.99998ZM14.6666 4.66665L15.0244 5.38219C15.2954 5.24667 15.4666 4.96966 15.4666 4.66665C15.4666 4.36363 15.2954 4.08662 15.0244 3.9511L14.6666 4.66665ZM1.69102 10.6178C1.29584 10.4202 0.815302 10.5804 0.61771 10.9755C0.420119 11.3707 0.580298 11.8513 0.975481 12.0489L1.69102 10.6178ZM7.99992 14.6666L7.64215 15.3822C7.86737 15.4948 8.13247 15.4948 8.35769 15.3822L7.99992 14.6666ZM15.0244 12.0489C15.4195 11.8513 15.5797 11.3707 15.3821 10.9755C15.1845 10.5804 14.704 10.4202 14.3088 10.6178L15.0244 12.0489ZM1.69102 7.28444C1.29584 7.08685 0.815302 7.24703 0.61771 7.64221C0.420119 8.03739 0.580298 8.51793 0.975481 8.71552L1.69102 7.28444ZM7.99992 11.3333L7.64215 12.0489C7.86737 12.1615 8.13247 12.1615 8.35769 12.0489L7.99992 11.3333ZM15.0244 8.71552C15.4195 8.51793 15.5797 8.03739 15.3821 7.64221C15.1845 7.24703 14.704 7.08685 14.3088 7.28444L15.0244 8.71552ZM7.64215 0.617771L0.975481 3.9511L1.69102 5.38219L8.35769 2.04885L7.64215 0.617771ZM0.975481 5.38219L7.64215 8.71552L8.35769 7.28444L1.69102 3.9511L0.975481 5.38219ZM8.35769 8.71552L15.0244 5.38219L14.3088 3.9511L7.64215 7.28444L8.35769 8.71552ZM15.0244 3.9511L8.35769 0.617771L7.64215 2.04885L14.3088 5.38219L15.0244 3.9511ZM0.975481 12.0489L7.64215 15.3822L8.35769 13.9511L1.69102 10.6178L0.975481 12.0489ZM8.35769 15.3822L15.0244 12.0489L14.3088 10.6178L7.64215 13.9511L8.35769 15.3822ZM0.975481 8.71552L7.64215 12.0489L8.35769 10.6178L1.69102 7.28444L0.975481 8.71552ZM8.35769 12.0489L15.0244 8.71552L14.3088 7.28444L7.64215 10.6178L8.35769 12.0489Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15829\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLayers, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13532\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLayers size={size} /> });"
   ],
   [
-    "IconLifeBuoy.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLifeBuoy = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12199)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.31942 4.38014C2.54448 5.38069 2.08325 6.63647 2.08325 7.99998C2.08325 9.36349 2.54448 10.6193 3.31942 11.6198L5.11225 9.82699C4.77723 9.29859 4.58325 8.67194 4.58325 7.99998C4.58325 7.32802 4.77723 6.70137 5.11225 6.17297L3.31942 4.38014ZM4.38008 3.31948L6.17291 5.11231C6.70131 4.77729 7.32796 4.58331 7.99992 4.58331C8.67188 4.58331 9.29853 4.77729 9.82693 5.11231L11.6198 3.31948C10.6192 2.54454 9.36342 2.08331 7.99992 2.08331C6.63641 2.08331 5.38063 2.54454 4.38008 3.31948ZM12.6804 4.38014L10.8876 6.17297C11.2226 6.70137 11.4166 7.32802 11.4166 7.99998C11.4166 8.67194 11.2226 9.29859 10.8876 9.82699L12.6804 11.6198C13.4554 10.6193 13.9166 9.36349 13.9166 7.99998C13.9166 6.63647 13.4554 5.38069 12.6804 4.38014ZM11.6198 12.6805L9.82693 10.8876C9.29853 11.2227 8.67188 11.4166 7.99992 11.4166C7.32796 11.4166 6.70131 11.2227 6.17291 10.8876L4.38008 12.6805C5.38063 13.4554 6.63641 13.9166 7.99992 13.9166C9.36342 13.9166 10.6192 13.4554 11.6198 12.6805ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM7.99992 6.08331C6.94137 6.08331 6.08325 6.94143 6.08325 7.99998C6.08325 9.05853 6.94137 9.91665 7.99992 9.91665C9.05846 9.91665 9.91658 9.05853 9.91658 7.99998C9.91658 6.94143 9.05846 6.08331 7.99992 6.08331Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12199\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLifeBuoy, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13534\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLifeBuoy size={size} /> });"
+    "IconGitlab.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconGitlab = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15797)\"><path d=\"M15.1001 9.59334L14.6653 8.92178C14.6533 8.9296 14.6414 8.93774 14.6298 8.94619L15.1001 9.59334ZM8.0001 14.7533L7.52978 15.4005C7.8102 15.6043 8.18999 15.6043 8.47042 15.4005L8.0001 14.7533ZM0.900096 9.59334L0.426119 10.2378L0.429776 10.2405L0.900096 9.59334ZM0.700096 8.96667L1.4598 9.21744L1.46143 9.21239L0.700096 8.96667ZM1.51343 6.44667L0.752578 6.19947L0.752101 6.20095L1.51343 6.44667ZM3.1401 1.44L2.39395 1.15144C2.38867 1.16509 2.38377 1.17888 2.37925 1.1928L3.1401 1.44ZM3.21343 1.33334L3.75005 1.92668L3.75296 1.92402L3.21343 1.33334ZM3.40676 1.25833V0.458331V1.25833ZM3.6001 1.33334L4.15608 0.758118C4.15067 0.752888 4.14519 0.747734 4.13963 0.742658L3.6001 1.33334ZM3.67343 1.45334L2.90792 1.6857C2.90948 1.69086 2.9111 1.69601 2.91277 1.70113L3.67343 1.45334ZM5.3001 6.44667L4.53944 6.69447C4.64672 7.02379 4.95374 7.24667 5.3001 7.24667V6.44667ZM10.7001 6.44667V7.24667C11.0467 7.24667 11.3538 7.0235 11.4609 6.69387L10.7001 6.44667ZM12.3268 1.44L11.5806 1.15144C11.5753 1.16509 11.5704 1.17888 11.5659 1.1928L12.3268 1.44ZM12.4001 1.33334L12.9367 1.92668L12.9396 1.92402L12.4001 1.33334ZM12.5934 1.25833V2.05833V1.25833ZM12.7868 1.33334L13.3427 0.758118C13.3373 0.752888 13.3319 0.747734 13.3263 0.742658L12.7868 1.33334ZM12.8601 1.45334L12.0946 1.6857C12.0961 1.69066 12.0976 1.69561 12.0992 1.70054L12.8601 1.45334ZM14.4868 6.46L13.7259 6.70722L13.7288 6.71601L14.4868 6.46ZM15.3334 8.96667L16.1015 8.74299C16.0984 8.73214 16.095 8.72137 16.0914 8.71067L15.3334 8.96667ZM15.3206 9.31866L14.5708 9.03951L15.3206 9.31866ZM14.6298 8.94619L7.52978 14.1062L8.47042 15.4005L15.5704 10.2405L14.6298 8.94619ZM8.47042 14.1062L1.37042 8.94619L0.429776 10.2405L7.52978 15.4005L8.47042 14.1062ZM1.37407 8.94886C1.41486 8.97886 1.44512 9.02099 1.46051 9.06923L-0.0637415 9.5557C0.0234997 9.82905 0.194966 10.0678 0.426127 10.2378L1.37407 8.94886ZM1.46051 9.06923C1.47591 9.11747 1.47565 9.16935 1.45978 9.21743L-0.0595878 8.71591C-0.149529 8.98839 -0.150983 9.28234 -0.0637415 9.5557L1.46051 9.06923ZM1.46143 9.21239L2.27476 6.69239L0.752101 6.20095L-0.0612327 8.72095L1.46143 9.21239ZM2.27428 6.69387L3.90095 1.6872L2.37925 1.1928L0.75258 6.19947L2.27428 6.69387ZM3.88624 1.72857C3.85694 1.80434 3.81029 1.87218 3.75005 1.92667L2.67681 0.740008C2.55169 0.853174 2.45481 0.994081 2.39395 1.15144L3.88624 1.72857ZM3.75296 1.92402C3.65837 2.01042 3.53488 2.05833 3.40676 2.05833V0.458331C3.13555 0.458331 2.87414 0.559748 2.67389 0.742658L3.75296 1.92402ZM3.40676 2.05833C3.27864 2.05833 3.15516 2.01042 3.06056 1.92402L4.13963 0.742658C3.93938 0.559749 3.67797 0.458331 3.40676 0.458331V2.05833ZM3.04411 1.90856C2.98049 1.84707 2.93362 1.77036 2.90792 1.6857L4.43894 1.22098C4.38557 1.04514 4.28821 0.885828 4.15608 0.758118L3.04411 1.90856ZM2.91277 1.70113L4.53944 6.69447L6.06075 6.19887L4.43408 1.20554L2.91277 1.70113ZM5.3001 7.24667H10.7001V5.64667H5.3001V7.24667ZM11.4609 6.69387L13.0876 1.6872L11.5659 1.1928L9.93925 6.19947L11.4609 6.69387ZM13.0729 1.72857C13.0436 1.80434 12.997 1.87218 12.9367 1.92667L11.8635 0.740008C11.7384 0.853172 11.6415 0.994079 11.5806 1.15144L13.0729 1.72857ZM12.9396 1.92402C12.845 2.01042 12.7215 2.05833 12.5934 2.05833V0.458331C12.3222 0.458331 12.0608 0.55975 11.8606 0.742658L12.9396 1.92402ZM12.5934 2.05833C12.4653 2.05833 12.3418 2.01042 12.2472 1.92402L13.3263 0.742658C13.126 0.559748 12.8646 0.458331 12.5934 0.458331V2.05833ZM12.2308 1.90856C12.1672 1.84707 12.1203 1.77037 12.0946 1.6857L13.6256 1.22098C13.5722 1.04513 13.4749 0.885825 13.3427 0.758118L12.2308 1.90856ZM12.0992 1.70054L13.7259 6.7072L15.2476 6.2128L13.6209 1.20614L12.0992 1.70054ZM13.7288 6.71601L14.5755 9.22267L16.0914 8.71067L15.2447 6.204L13.7288 6.71601ZM14.5653 9.19036C14.5509 9.14079 14.5528 9.08788 14.5708 9.03951L16.0703 9.59781C16.1724 9.32364 16.1833 9.02387 16.1015 8.74299L14.5653 9.19036ZM14.5708 9.03951C14.5889 8.99113 14.622 8.94984 14.6653 8.92178L15.5349 10.2649C15.7804 10.1059 15.9682 9.87196 16.0703 9.59781L14.5708 9.03951Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15797\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconGitlab, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13516\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconGitlab size={size} /> });"
   ],
   [
-    "IconLink2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLink2 = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12906)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.99984 5.41669C3.31469 5.41669 2.65761 5.68886 2.17314 6.17333C1.68868 6.6578 1.4165 7.31488 1.4165 8.00002C1.4165 8.68516 1.68868 9.34224 2.17314 9.82671C2.41303 10.0666 2.69781 10.2569 3.01124 10.3867C3.32466 10.5165 3.66059 10.5834 3.99984 10.5834H5.99984C6.41405 10.5834 6.74984 10.9191 6.74984 11.3334C6.74984 11.7476 6.41405 12.0834 5.99984 12.0834H3.99984C3.46361 12.0834 2.93263 11.9777 2.43721 11.7725C1.9418 11.5673 1.49166 11.2665 1.11248 10.8874C0.346711 10.1216 -0.0834961 9.08299 -0.0834961 8.00002C-0.0834961 6.91705 0.346711 5.87844 1.11248 5.11267C1.87826 4.34689 2.91687 3.91669 3.99984 3.91669H5.99984C6.41405 3.91669 6.74984 4.25247 6.74984 4.66669C6.74984 5.0809 6.41405 5.41669 5.99984 5.41669H3.99984ZM9.24984 4.66669C9.24984 4.25247 9.58562 3.91669 9.99984 3.91669H11.9998C12.5361 3.91669 13.067 4.02231 13.5625 4.22751C14.0579 4.43272 14.508 4.7335 14.8872 5.11267C15.2664 5.49184 15.5671 5.94198 15.7723 6.4374C15.9776 6.93281 16.0832 7.46379 16.0832 8.00002C16.0832 8.53625 15.9776 9.06723 15.7723 9.56264C15.5671 10.0581 15.2664 10.5082 14.8872 10.8874C14.508 11.2665 14.0579 11.5673 13.5625 11.7725C13.067 11.9777 12.5361 12.0834 11.9998 12.0834H9.99984C9.58562 12.0834 9.24984 11.7476 9.24984 11.3334C9.24984 10.9191 9.58562 10.5834 9.99984 10.5834H11.9998C12.3391 10.5834 12.675 10.5165 12.9884 10.3867C13.3019 10.2569 13.5866 10.0666 13.8265 9.82671C14.0664 9.58683 14.2567 9.30204 14.3865 8.98862C14.5164 8.6752 14.5832 8.33927 14.5832 8.00002C14.5832 7.66077 14.5164 7.32485 14.3865 7.01142C14.2567 6.698 14.0664 6.41321 13.8265 6.17333C13.5866 5.93344 13.3019 5.74316 12.9884 5.61333C12.675 5.48351 12.3391 5.41669 11.9998 5.41669H9.99984C9.58562 5.41669 9.24984 5.0809 9.24984 4.66669ZM4.58317 8.00002C4.58317 7.58581 4.91896 7.25002 5.33317 7.25002H10.6665C11.0807 7.25002 11.4165 7.58581 11.4165 8.00002C11.4165 8.41423 11.0807 8.75002 10.6665 8.75002H5.33317C4.91896 8.75002 4.58317 8.41423 4.58317 8.00002Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12906\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLink2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13537\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLink2 size={size} /> });"
+    "IconHeart.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHeart = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.8933 3.07333L13.3275 3.63888L13.3278 3.63915L13.8933 3.07333ZM11.3 1.99878V2.79878V1.99878ZM8.70667 3.07333L9.27235 3.63902L9.27248 3.63888L8.70667 3.07333ZM8 3.78L7.43431 4.34568C7.74673 4.6581 8.25326 4.6581 8.56568 4.34568L8 3.78ZM7.29333 3.07333L6.72765 3.63902V3.63902L7.29333 3.07333ZM2.10666 8.26L1.54098 8.82568H1.54098L2.10666 8.26ZM8 14.1533L7.43431 14.719C7.74673 15.0314 8.25326 15.0314 8.56568 14.719L8 14.1533ZM13.8933 8.26L13.3278 7.69418L13.3276 7.69431L13.8933 8.26ZM14.4592 2.50778C14.0444 2.09279 13.5519 1.76359 13.0098 1.53898L12.3973 3.01712C12.7452 3.16127 13.0613 3.37255 13.3275 3.63888L14.4592 2.50778ZM13.0098 1.53898C12.4677 1.31438 11.8867 1.19878 11.3 1.19878V2.79878C11.6766 2.79878 12.0494 2.87297 12.3973 3.01712L13.0098 1.53898ZM11.3 1.19878C10.7133 1.19878 10.1323 1.31438 9.59019 1.53898L10.2027 3.01712C10.5505 2.87297 10.9234 2.79878 11.3 2.79878V1.19878ZM9.59019 1.53898C9.04814 1.76359 8.55564 2.09279 8.14085 2.50778L9.27248 3.63888C9.5387 3.37255 9.85477 3.16127 10.2027 3.01712L9.59019 1.53898ZM8.14098 2.50764L7.43431 3.21431L8.56568 4.34568L9.27235 3.63902L8.14098 2.50764ZM8.56568 3.21431L7.85902 2.50764L6.72765 3.63902L7.43431 4.34568L8.56568 3.21431ZM7.85902 2.50764C7.02119 1.66982 5.88486 1.19914 4.7 1.19914V2.79914C5.46051 2.79914 6.18988 3.10125 6.72765 3.63902L7.85902 2.50764ZM4.7 1.19914C3.51514 1.19914 2.3788 1.66982 1.54098 2.50764L2.67235 3.63902C3.21012 3.10125 3.93948 2.79914 4.7 2.79914V1.19914ZM1.54098 2.50764C0.703155 3.34547 0.232471 4.4818 0.232471 5.66666H1.83247C1.83247 4.90615 2.13458 4.17678 2.67235 3.63902L1.54098 2.50764ZM0.232471 5.66666C0.232471 6.85152 0.703155 7.98786 1.54098 8.82568L2.67235 7.69431C2.13458 7.15655 1.83247 6.42718 1.83247 5.66666H0.232471ZM14.4589 8.82581C14.8739 8.41102 15.2031 7.91852 15.4277 7.37647L13.9495 6.764C13.8054 7.11189 13.5941 7.42797 13.3278 7.69418L14.4589 8.82581ZM15.4277 7.37647C15.6523 6.83441 15.7679 6.25341 15.7679 5.66666H14.1679C14.1679 6.04323 14.0937 6.41611 13.9495 6.764L15.4277 7.37647ZM15.7679 5.66666C15.7679 5.07991 15.6523 4.49892 15.4277 3.95686L13.9495 4.56933C14.0937 4.91722 14.1679 5.29009 14.1679 5.66666H15.7679ZM15.4277 3.95686C15.2031 3.4148 14.8739 2.92231 14.4589 2.50751L13.3278 3.63915C13.5941 3.90536 13.8054 4.22144 13.9495 4.56933L15.4277 3.95686ZM1.54098 8.82568L7.43431 14.719L8.56568 13.5876L2.67235 7.69431L1.54098 8.82568ZM8.56568 14.719L14.459 8.82568L13.3276 7.69431L7.43431 13.5876L8.56568 14.719Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHeart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13522\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHeart size={size} /> });"
   ],
   [
-    "IconLink.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLink = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12560)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.4591 1.77386C9.22923 1.03005 10.2607 0.618475 11.3313 0.627779C12.402 0.637082 13.4261 1.06652 14.1832 1.82361C14.9403 2.58069 15.3697 3.60484 15.379 4.67548C15.3883 5.74611 14.9767 6.77757 14.2329 7.5477L14.2239 7.55707L12.2239 9.5569C12.2239 9.55693 12.2239 9.55687 12.2239 9.5569C11.81 9.97096 11.3117 10.2913 10.7632 10.4959C10.2146 10.7005 9.62836 10.7848 9.04432 10.743C8.46029 10.7011 7.89208 10.5342 7.37824 10.2535C6.8644 9.97273 6.41695 9.58477 6.06623 9.1159C5.81812 8.78421 5.88588 8.3142 6.21757 8.06609C6.54925 7.81799 7.01927 7.88574 7.26737 8.21743C7.48926 8.51406 7.77234 8.75951 8.09742 8.93712C8.42251 9.11472 8.78199 9.22034 9.15148 9.2468C9.52097 9.27326 9.89183 9.21995 10.2389 9.09048C10.586 8.96102 10.9012 8.75842 11.163 8.49643L13.1582 6.50123C13.6261 6.01449 13.8849 5.36382 13.8791 4.68851C13.8732 4.01117 13.6015 3.36324 13.1225 2.88427C12.6436 2.40529 11.9956 2.13361 11.3183 2.12772C10.6426 2.12185 9.99165 2.38092 9.50482 2.84927L8.36225 3.9852C8.0685 4.27724 7.59363 4.27586 7.30159 3.98211C7.00955 3.68837 7.01094 3.21349 7.30469 2.92146L8.4591 1.77386ZM5.23711 5.50411C5.78571 5.29946 6.37191 5.2152 6.95594 5.25702C7.53998 5.29885 8.10818 5.46579 8.62202 5.74653C9.13587 6.02727 9.58332 6.41523 9.93404 6.8841C10.1821 7.21579 10.1144 7.6858 9.7827 7.9339C9.45101 8.18201 8.981 8.11425 8.73289 7.78257C8.51101 7.48593 8.22792 7.24049 7.90284 7.06288C7.57776 6.88527 7.21828 6.77965 6.84879 6.75319C6.4793 6.72673 6.10844 6.78004 5.76136 6.90951C5.41429 7.03898 5.09912 7.24158 4.83723 7.50356L2.84203 9.49876C2.37413 9.98551 2.11532 10.6362 2.12119 11.3115C2.12708 11.9888 2.39876 12.6368 2.87773 13.1157C3.35671 13.5947 4.00464 13.8664 4.68198 13.8723C5.35729 13.8781 6.00796 13.6193 6.4947 13.1514L7.6298 12.0163C7.9227 11.7234 8.39757 11.7234 8.69046 12.0163C8.98336 12.3092 8.98336 12.7841 8.69046 13.077L7.54125 14.2262C6.77112 14.97 5.73958 15.3815 4.66895 15.3722C3.59831 15.3629 2.57416 14.9335 1.81707 14.1764C1.05999 13.4193 0.630552 12.3952 0.621248 11.3245C0.611945 10.2539 1.02352 9.22242 1.76733 8.4523L1.77639 8.44292L3.77637 6.4431C3.77634 6.44313 3.77641 6.44307 3.77637 6.4431C4.19031 6.02904 4.68855 5.70874 5.23711 5.50411Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12560\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLink, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13536\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLink size={size} /> });"
+    "IconInfo.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconInfo = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15821)\"><path d=\"M7.19999 10.6666C7.19999 11.1085 7.55817 11.4666 7.99999 11.4666C8.44182 11.4666 8.79999 11.1085 8.79999 10.6666H7.19999ZM8.79999 7.99998C8.79999 7.55815 8.44182 7.19998 7.99999 7.19998C7.55817 7.19998 7.19999 7.55815 7.19999 7.99998H8.79999ZM7.99999 4.53331C7.55817 4.53331 7.19999 4.89149 7.19999 5.33331C7.19999 5.77514 7.55817 6.13331 7.99999 6.13331V4.53331ZM8.00666 6.13331C8.44849 6.13331 8.80666 5.77514 8.80666 5.33331C8.80666 4.89149 8.44849 4.53331 8.00666 4.53331V6.13331ZM13.8667 7.99998C13.8667 11.2401 11.2401 13.8666 7.99999 13.8666V15.4666C12.1237 15.4666 15.4667 12.1237 15.4667 7.99998H13.8667ZM7.99999 13.8666C4.75992 13.8666 2.13333 11.2401 2.13333 7.99998H0.533328C0.533328 12.1237 3.87627 15.4666 7.99999 15.4666V13.8666ZM2.13333 7.99998C2.13333 4.75991 4.75992 2.13331 7.99999 2.13331V0.533313C3.87627 0.533313 0.533328 3.87625 0.533328 7.99998H2.13333ZM7.99999 2.13331C11.2401 2.13331 13.8667 4.75991 13.8667 7.99998H15.4667C15.4667 3.87625 12.1237 0.533313 7.99999 0.533313V2.13331ZM8.79999 10.6666V7.99998H7.19999V10.6666H8.79999ZM7.99999 6.13331H8.00666V4.53331H7.99999V6.13331Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15821\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconInfo, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13528\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconInfo size={size} /> });"
   ],
   [
-    "IconLinkedin.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLinkedin = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66666 2.08337C2.3445 2.08337 2.08333 2.34454 2.08333 2.66671C2.08333 2.98887 2.3445 3.25004 2.66666 3.25004C2.98883 3.25004 3.24999 2.98887 3.24999 2.66671C3.24999 2.34454 2.98883 2.08337 2.66666 2.08337ZM0.583328 2.66671C0.583328 1.51611 1.51607 0.583374 2.66666 0.583374C3.81726 0.583374 4.75 1.51611 4.75 2.66671C4.75 3.8173 3.81726 4.75004 2.66666 4.75004C1.51607 4.75004 0.583328 3.8173 0.583328 2.66671ZM10.6667 6.08337C9.80471 6.08337 8.97806 6.42578 8.36856 7.03528C7.75907 7.64477 7.41666 8.47142 7.41666 9.33337V13.25H8.58333V9.33337C8.58333 8.78084 8.80282 8.25094 9.19352 7.86024C9.58422 7.46953 10.1141 7.25004 10.6667 7.25004C11.2192 7.25004 11.7491 7.46954 12.1398 7.86024C12.5305 8.25094 12.75 8.78084 12.75 9.33337V13.25H13.9167V9.33337C13.9167 8.47142 13.5743 7.64477 12.9648 7.03528C12.3553 6.42578 11.5286 6.08337 10.6667 6.08337ZM7.3079 5.97462C8.1987 5.08382 9.40688 4.58337 10.6667 4.58337C11.9264 4.58337 13.1346 5.08382 14.0254 5.97462C14.9162 6.86541 15.4167 8.0736 15.4167 9.33337V14C15.4167 14.4143 15.0809 14.75 14.6667 14.75H12C11.5858 14.75 11.25 14.4143 11.25 14V9.33337C11.25 9.17867 11.1885 9.03029 11.0791 8.9209C10.9697 8.8115 10.8214 8.75004 10.6667 8.75004C10.512 8.75004 10.3636 8.8115 10.2542 8.9209C10.1448 9.03029 10.0833 9.17867 10.0833 9.33337V14C10.0833 14.4143 9.74754 14.75 9.33333 14.75H6.66666C6.25245 14.75 5.91666 14.4143 5.91666 14V9.33337C5.91666 8.0736 6.41711 6.86541 7.3079 5.97462ZM0.583328 6.00004C0.583328 5.58583 0.919115 5.25004 1.33333 5.25004H3.99999C4.41421 5.25004 4.75 5.58583 4.75 6.00004V14C4.75 14.4143 4.41421 14.75 3.99999 14.75H1.33333C0.919115 14.75 0.583328 14.4143 0.583328 14V6.00004ZM2.08333 6.75004V13.25H3.24999V6.75004H2.08333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLinkedin, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13539\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLinkedin size={size} /> });"
+    "IconItalic.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconItalic = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.6667 3.46669C13.1085 3.46669 13.4667 3.10851 13.4667 2.66669C13.4667 2.22486 13.1085 1.86669 12.6667 1.86669V3.46669ZM6.66671 1.86669C6.22488 1.86669 5.86671 2.22486 5.86671 2.66669C5.86671 3.10851 6.22488 3.46669 6.66671 3.46669V1.86669ZM9.33337 14.1334C9.7752 14.1334 10.1334 13.7752 10.1334 13.3334C10.1334 12.8915 9.7752 12.5334 9.33337 12.5334V14.1334ZM3.33337 12.5334C2.89155 12.5334 2.53337 12.8915 2.53337 13.3334C2.53337 13.7752 2.89155 14.1334 3.33337 14.1334V12.5334ZM10.7491 2.94759C10.9042 2.53389 10.6946 2.07276 10.2809 1.91762C9.86724 1.76249 9.40611 1.97209 9.25098 2.38579L10.7491 2.94759ZM5.25098 13.0525C5.09584 13.4662 5.30545 13.9273 5.71914 14.0824C6.13284 14.2376 6.59397 14.0279 6.7491 13.6143L5.25098 13.0525ZM12.6667 1.86669H6.66671V3.46669H12.6667V1.86669ZM9.33337 12.5334H3.33337V14.1334H9.33337V12.5334ZM9.25098 2.38579L5.25098 13.0525L6.7491 13.6143L10.7491 2.94759L9.25098 2.38579Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconItalic, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13530\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconItalic size={size} /> });"
   ],
   [
-    "IconList.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconList = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H2.00667C2.42088 3.25 2.75667 3.58579 2.75667 4C2.75667 4.41421 2.42088 4.75 2.00667 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM4.58333 4C4.58333 3.58579 4.91912 3.25 5.33333 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H5.33333C4.91912 4.75 4.58333 4.41421 4.58333 4ZM1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H2.00667C2.42088 7.25 2.75667 7.58579 2.75667 8C2.75667 8.41421 2.42088 8.75 2.00667 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H14C14.4142 7.25 14.75 7.58579 14.75 8C14.75 8.41421 14.4142 8.75 14 8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H2.00667C2.42088 11.25 2.75667 11.5858 2.75667 12C2.75667 12.4142 2.42088 12.75 2.00667 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM4.58333 12C4.58333 11.5858 4.91912 11.25 5.33333 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H5.33333C4.91912 12.75 4.58333 12.4142 4.58333 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconList, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13538\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconList size={size} /> });"
+    "IconHome.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHome = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 5.99998L1.50885 5.3685C1.31398 5.52006 1.2 5.75311 1.2 5.99998H2ZM8 1.33331L8.49115 0.701831C8.20226 0.47714 7.79774 0.47714 7.50885 0.701831L8 1.33331ZM14 5.99998H14.8C14.8 5.75311 14.686 5.52006 14.4912 5.3685L14 5.99998ZM2 13.3333H1.2H2ZM5.2 14.6666C5.2 15.1085 5.55817 15.4666 6 15.4666C6.44183 15.4666 6.8 15.1085 6.8 14.6666H5.2ZM6 7.99998V7.19998C5.55817 7.19998 5.2 7.55815 5.2 7.99998H6ZM10 7.99998H10.8C10.8 7.55815 10.4418 7.19998 10 7.19998V7.99998ZM9.2 14.6666C9.2 15.1085 9.55817 15.4666 10 15.4666C10.4418 15.4666 10.8 15.1085 10.8 14.6666H9.2ZM2.49115 6.63146L8.49115 1.96479L7.50885 0.701831L1.50885 5.3685L2.49115 6.63146ZM7.50885 1.96479L13.5088 6.63146L14.4912 5.3685L8.49115 0.701831L7.50885 1.96479ZM13.2 5.99998V13.3333H14.8V5.99998H13.2ZM13.2 13.3333C13.2 13.4748 13.1438 13.6104 13.0438 13.7104L14.1752 14.8418C14.5752 14.4417 14.8 13.8991 14.8 13.3333H13.2ZM13.0438 13.7104C12.9438 13.8105 12.8081 13.8666 12.6667 13.8666V15.4666C13.2325 15.4666 13.7751 15.2419 14.1752 14.8418L13.0438 13.7104ZM12.6667 13.8666H3.33333V15.4666H12.6667V13.8666ZM3.33333 13.8666C3.19188 13.8666 3.05623 13.8105 2.95621 13.7104L1.82484 14.8418C2.22492 15.2419 2.76754 15.4666 3.33333 15.4666V13.8666ZM2.95621 13.7104C2.85619 13.6104 2.8 13.4748 2.8 13.3333H1.2C1.2 13.8991 1.42476 14.4417 1.82484 14.8418L2.95621 13.7104ZM2.8 13.3333V5.99998H1.2V13.3333H2.8ZM6.8 14.6666V7.99998H5.2V14.6666H6.8ZM6 8.79998H10V7.19998H6V8.79998ZM9.2 7.99998V14.6666H10.8V7.99998H9.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHome, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13527\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHome size={size} /> });"
   ],
   [
-    "IconLoader.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLoader = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12722)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 0.583374C8.41425 0.583374 8.75004 0.91916 8.75004 1.33337V4.00004C8.75004 4.41425 8.41425 4.75004 8.00004 4.75004C7.58583 4.75004 7.25004 4.41425 7.25004 4.00004V1.33337C7.25004 0.91916 7.58583 0.583374 8.00004 0.583374ZM2.75638 2.75638C3.04927 2.46348 3.52414 2.46348 3.81704 2.75638L5.7037 4.64304C5.9966 4.93594 5.9966 5.41081 5.7037 5.7037C5.41081 5.9966 4.93594 5.9966 4.64304 5.7037L2.75638 3.81704C2.46348 3.52414 2.46348 3.04927 2.75638 2.75638ZM13.2437 2.75638C13.5366 3.04927 13.5366 3.52414 13.2437 3.81704L11.357 5.7037C11.0641 5.9966 10.5893 5.9966 10.2964 5.7037C10.0035 5.41081 10.0035 4.93594 10.2964 4.64304L12.183 2.75638C12.4759 2.46348 12.9508 2.46348 13.2437 2.75638ZM0.583374 8.00004C0.583374 7.58583 0.91916 7.25004 1.33337 7.25004H4.00004C4.41425 7.25004 4.75004 7.58583 4.75004 8.00004C4.75004 8.41425 4.41425 8.75004 4.00004 8.75004H1.33337C0.91916 8.75004 0.583374 8.41425 0.583374 8.00004ZM11.25 8.00004C11.25 7.58583 11.5858 7.25004 12 7.25004H14.6667C15.0809 7.25004 15.4167 7.58583 15.4167 8.00004C15.4167 8.41425 15.0809 8.75004 14.6667 8.75004H12C11.5858 8.75004 11.25 8.41425 11.25 8.00004ZM5.7037 10.2964C5.9966 10.5893 5.9966 11.0641 5.7037 11.357L3.81704 13.2437C3.52414 13.5366 3.04927 13.5366 2.75638 13.2437C2.46348 12.9508 2.46348 12.4759 2.75638 12.183L4.64304 10.2964C4.93594 10.0035 5.41081 10.0035 5.7037 10.2964ZM10.2964 10.2964C10.5893 10.0035 11.0641 10.0035 11.357 10.2964L13.2437 12.183C13.5366 12.4759 13.5366 12.9508 13.2437 13.2437C12.9508 13.5366 12.4759 13.5366 12.183 13.2437L10.2964 11.357C10.0035 11.0641 10.0035 10.5893 10.2964 10.2964ZM8.00004 11.25C8.41425 11.25 8.75004 11.5858 8.75004 12V14.6667C8.75004 15.0809 8.41425 15.4167 8.00004 15.4167C7.58583 15.4167 7.25004 15.0809 7.25004 14.6667V12C7.25004 11.5858 7.58583 11.25 8.00004 11.25Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12722\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLoader, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13541\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLoader size={size} /> });"
+    "IconHardDrive.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconHardDrive = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.6667 8.00002H15.4667C15.4667 7.87567 15.4377 7.75303 15.382 7.64183L14.6667 8.00002ZM1.33333 8.00002L0.617994 7.64183C0.562317 7.75303 0.533328 7.87567 0.533328 8.00002H1.33333ZM3.63333 3.40669L4.34867 3.76487L4.34975 3.76269L3.63333 3.40669ZM1.33333 12H0.533328H1.33333ZM12.3667 3.40669L11.6502 3.76269L11.6513 3.76487L12.3667 3.40669ZM11.1733 2.66669L11.1738 1.86669H11.1733V2.66669ZM4.82666 2.66669V1.86669L4.82624 1.86669L4.82666 2.66669ZM3.99999 9.86669C3.55817 9.86669 3.19999 10.2249 3.19999 10.6667C3.19999 11.1085 3.55817 11.4667 3.99999 11.4667V9.86669ZM4.00666 11.4667C4.44849 11.4667 4.80666 11.1085 4.80666 10.6667C4.80666 10.2249 4.44849 9.86669 4.00666 9.86669V11.4667ZM6.66666 9.86669C6.22483 9.86669 5.86666 10.2249 5.86666 10.6667C5.86666 11.1085 6.22483 11.4667 6.66666 11.4667V9.86669ZM6.67333 11.4667C7.11516 11.4667 7.47333 11.1085 7.47333 10.6667C7.47333 10.2249 7.11516 9.86669 6.67333 9.86669V11.4667ZM14.6667 7.20002H1.33333V8.80002H14.6667V7.20002ZM2.91799 3.0485L0.617994 7.64183L2.04866 8.35821L4.34866 3.76487L2.91799 3.0485ZM0.533328 8.00002V12H2.13333V8.00002H0.533328ZM0.533328 12C0.533328 12.5658 0.758089 13.1084 1.15817 13.5085L2.28954 12.3771C2.18952 12.2771 2.13333 12.1415 2.13333 12H0.533328ZM1.15817 13.5085C1.55824 13.9086 2.10087 14.1334 2.66666 14.1334V12.5334C2.52521 12.5334 2.38956 12.4772 2.28954 12.3771L1.15817 13.5085ZM2.66666 14.1334H13.3333V12.5334H2.66666V14.1334ZM13.3333 14.1334C13.8991 14.1334 14.4417 13.9086 14.8418 13.5085L13.7105 12.3771C13.6104 12.4772 13.4748 12.5334 13.3333 12.5334V14.1334ZM14.8418 13.5085C15.2419 13.1084 15.4667 12.5658 15.4667 12H13.8667C13.8667 12.1415 13.8105 12.2771 13.7105 12.3771L14.8418 13.5085ZM15.4667 12V8.00002H13.8667V12H15.4667ZM15.382 7.64183L13.082 3.0485L11.6513 3.76487L13.9513 8.35821L15.382 7.64183ZM13.0831 3.05069C12.9065 2.69526 12.6342 2.39615 12.2969 2.18699L11.4537 3.54676C11.538 3.59905 11.6061 3.67383 11.6502 3.76269L13.0831 3.05069ZM12.2969 2.18699C11.9596 1.97782 11.5706 1.8669 11.1738 1.86669L11.1729 3.46669C11.2721 3.46674 11.3694 3.49447 11.4537 3.54676L12.2969 2.18699ZM11.1733 1.86669H4.82666V3.46669H11.1733V1.86669ZM4.82624 1.86669C4.42935 1.8669 4.04039 1.97782 3.70308 2.18699L4.5463 3.54676C4.63062 3.49447 4.72786 3.46674 4.82709 3.46669L4.82624 1.86669ZM3.70308 2.18699C3.36578 2.39615 3.09352 2.69526 2.9169 3.05069L4.34975 3.76269C4.39391 3.67383 4.46197 3.59905 4.5463 3.54676L3.70308 2.18699ZM3.99999 11.4667H4.00666V9.86669H3.99999V11.4667ZM6.66666 11.4667H6.67333V9.86669H6.66666V11.4667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconHardDrive, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13520\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconHardDrive size={size} /> });"
   ],
   [
-    "IconLock.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLock = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 2.08337C7.31486 2.08337 6.65778 2.35555 6.17331 2.84001C5.68884 3.32448 5.41667 3.98156 5.41667 4.66671V6.58337H10.5833V4.66671C10.5833 3.98156 10.3112 3.32448 9.82669 2.84001C9.34222 2.35555 8.68514 2.08337 8 2.08337ZM12.0833 6.58337V4.66671C12.0833 3.58374 11.6531 2.54513 10.8874 1.77935C10.1216 1.01358 9.08297 0.583374 8 0.583374C6.91703 0.583374 5.87842 1.01358 5.11265 1.77935C4.34687 2.54513 3.91667 3.58374 3.91667 4.66671V6.58337H3.33333C2.18274 6.58337 1.25 7.51611 1.25 8.66671V13.3334C1.25 14.484 2.18274 15.4167 3.33333 15.4167H12.6667C13.8173 15.4167 14.75 14.484 14.75 13.3334V8.66671C14.75 7.51612 13.8173 6.58337 12.6667 6.58337H12.0833ZM3.33333 8.08337C3.01117 8.08337 2.75 8.34454 2.75 8.66671V13.3334C2.75 13.6555 3.01117 13.9167 3.33333 13.9167H12.6667C12.9888 13.9167 13.25 13.6555 13.25 13.3334V8.66671C13.25 8.34454 12.9888 8.08337 12.6667 8.08337H3.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLock, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13540\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLock size={size} /> });"
+    "IconInbox.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconInbox = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.6668 8.00002H15.4668C15.4668 7.87567 15.4378 7.75303 15.3822 7.64183L14.6668 8.00002ZM10.6668 8.00002V7.20002C10.3993 7.20002 10.1496 7.3337 10.0012 7.55626L10.6668 8.00002ZM9.3335 10V10.8C9.60098 10.8 9.85076 10.6663 9.99914 10.4438L9.3335 10ZM6.66683 10L6.00119 10.4438C6.14956 10.6663 6.39935 10.8 6.66683 10.8V10ZM5.3335 8.00002L5.99914 7.55626C5.85076 7.3337 5.60098 7.20002 5.3335 7.20002V8.00002ZM1.3335 8.00002L0.618162 7.64183C0.562485 7.75303 0.533496 7.87567 0.533496 8.00002H1.3335ZM3.6335 3.40669L4.34883 3.76487L4.34992 3.76269L3.6335 3.40669ZM1.3335 12H0.533496H1.3335ZM12.3668 3.40669L11.6504 3.76269L11.6515 3.76487L12.3668 3.40669ZM11.1735 2.66669L11.1739 1.86669H11.1735V2.66669ZM4.82683 2.66669V1.86669L4.8264 1.86669L4.82683 2.66669ZM14.6668 7.20002H10.6668V8.80002H14.6668V7.20002ZM10.0012 7.55626L8.66786 9.55626L9.99914 10.4438L11.3325 8.44378L10.0012 7.55626ZM9.3335 9.20002H6.66683V10.8H9.3335V9.20002ZM7.33247 9.55626L5.99914 7.55626L4.66786 8.44378L6.00119 10.4438L7.33247 9.55626ZM5.3335 7.20002H1.3335V8.80002H5.3335V7.20002ZM2.91816 3.0485L0.618162 7.64183L2.04883 8.35821L4.34883 3.76487L2.91816 3.0485ZM0.533496 8.00002V12H2.1335V8.00002H0.533496ZM0.533496 12C0.533496 12.5658 0.758257 13.1084 1.15833 13.5085L2.28971 12.3771C2.18969 12.2771 2.1335 12.1415 2.1335 12H0.533496ZM1.15833 13.5085C1.55841 13.9086 2.10103 14.1334 2.66683 14.1334V12.5334C2.52538 12.5334 2.38973 12.4772 2.28971 12.3771L1.15833 13.5085ZM2.66683 14.1334H13.3335V12.5334H2.66683V14.1334ZM13.3335 14.1334C13.8993 14.1334 14.4419 13.9086 14.842 13.5085L13.7106 12.3771C13.6106 12.4772 13.4749 12.5334 13.3335 12.5334V14.1334ZM14.842 13.5085C15.2421 13.1084 15.4668 12.5658 15.4668 12H13.8668C13.8668 12.1415 13.8106 12.2771 13.7106 12.3771L14.842 13.5085ZM15.4668 12V8.00002H13.8668V12H15.4668ZM15.3822 7.64183L13.0822 3.0485L11.6515 3.76487L13.9515 8.35821L15.3822 7.64183ZM13.0833 3.05069C12.9066 2.69526 12.6344 2.39615 12.2971 2.18699L11.4539 3.54676C11.5382 3.59905 11.6063 3.67383 11.6504 3.76269L13.0833 3.05069ZM12.2971 2.18699C11.9598 1.97782 11.5708 1.8669 11.1739 1.86669L11.1731 3.46669C11.2723 3.46674 11.3695 3.49447 11.4539 3.54676L12.2971 2.18699ZM11.1735 1.86669H4.82683V3.46669H11.1735V1.86669ZM4.8264 1.86669C4.42951 1.8669 4.04055 1.97782 3.70325 2.18699L4.54647 3.54676C4.63079 3.49447 4.72803 3.46674 4.82725 3.46669L4.8264 1.86669ZM3.70325 2.18699C3.36595 2.39615 3.09369 2.69526 2.91707 3.05069L4.34992 3.76269C4.39407 3.67383 4.46214 3.59905 4.54647 3.54676L3.70325 2.18699Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconInbox, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13529\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconInbox size={size} /> });"
   ],
   [
-    "IconLogIn.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLogIn = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H10C9.58579 14.75 9.25 14.4142 9.25 14C9.25 13.5858 9.58579 13.25 10 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H10C9.58579 2.75 9.25 2.41421 9.25 2ZM6.13634 4.13634C6.42923 3.84344 6.9041 3.84344 7.197 4.13634L10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L7.197 11.8637C6.9041 12.1566 6.42923 12.1566 6.13634 11.8637C5.84344 11.5708 5.84344 11.0959 6.13634 10.803L8.18934 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H8.18934L6.13634 5.197C5.84344 4.9041 5.84344 4.42923 6.13634 4.13634Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLogIn, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13542\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLogIn size={size} /> });"
+    "IconLayout.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLayout = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 5.2C1.55817 5.2 1.2 5.55817 1.2 6C1.2 6.44183 1.55817 6.8 2 6.8V5.2ZM14 6.8C14.4418 6.8 14.8 6.44183 14.8 6C14.8 5.55817 14.4418 5.2 14 5.2V6.8ZM5.2 14C5.2 14.4418 5.55817 14.8 6 14.8C6.44183 14.8 6.8 14.4418 6.8 14H5.2ZM6.8 6C6.8 5.55817 6.44183 5.2 6 5.2C5.55817 5.2 5.2 5.55817 5.2 6H6.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM2 6.8H14V5.2H2V6.8ZM6.8 14V6H5.2V14H6.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLayout, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13535\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLayout size={size} /> });"
   ],
   [
-    "IconLogOut.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconLogOut = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H6C6.41421 13.25 6.75 13.5858 6.75 14C6.75 14.4142 6.41421 14.75 6 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H6C6.41421 1.25 6.75 1.58579 6.75 2C6.75 2.41421 6.41421 2.75 6 2.75H3.33333ZM10.1363 4.13634C10.4292 3.84344 10.9041 3.84344 11.197 4.13634L14.5303 7.46967C14.671 7.61032 14.75 7.80109 14.75 8C14.75 8.19891 14.671 8.38968 14.5303 8.53033L11.197 11.8637C10.9041 12.1566 10.4292 12.1566 10.1363 11.8637C9.84344 11.5708 9.84344 11.0959 10.1363 10.803L12.1893 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H12.1893L10.1363 5.197C9.84344 4.9041 9.84344 4.42923 10.1363 4.13634Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLogOut, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13543\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLogOut size={size} /> });"
+    "IconImage.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconImage = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.4343 10.5657C13.7467 10.8781 14.2533 10.8781 14.5657 10.5657C14.8781 10.2533 14.8781 9.74673 14.5657 9.43431L13.4343 10.5657ZM10.6667 6.66667L11.2324 6.10098C10.9199 5.78856 10.4134 5.78856 10.101 6.10098L10.6667 6.66667ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.86667 5.66667C5.86667 5.77712 5.77712 5.86667 5.66667 5.86667V7.46667C6.66078 7.46667 7.46667 6.66078 7.46667 5.66667H5.86667ZM5.66667 5.86667C5.55621 5.86667 5.46667 5.77712 5.46667 5.66667H3.86667C3.86667 6.66078 4.67255 7.46667 5.66667 7.46667V5.86667ZM5.46667 5.66667C5.46667 5.55621 5.55621 5.46667 5.66667 5.46667V3.86667C4.67255 3.86667 3.86667 4.67255 3.86667 5.66667H5.46667ZM5.66667 5.46667C5.77712 5.46667 5.86667 5.55621 5.86667 5.66667H7.46667C7.46667 4.67255 6.66078 3.86667 5.66667 3.86667V5.46667ZM14.5657 9.43431L11.2324 6.10098L10.101 7.23235L13.4343 10.5657L14.5657 9.43431ZM10.101 6.10098L2.76765 13.4343L3.89902 14.5657L11.2324 7.23235L10.101 6.10098Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconImage, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13526\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconImage size={size} /> });"
   ],
   [
-    "IconMail.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMail = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.18156 3.67829L7.99992 7.75113L13.8183 3.67829C13.7131 3.52123 13.534 3.41663 13.3333 3.41663H2.66659C2.4658 3.41663 2.28674 3.52123 2.18156 3.67829ZM13.9166 5.44045L8.43002 9.28105C8.17178 9.46182 7.82806 9.46182 7.56982 9.28105L2.08325 5.44045V12C2.08325 12.3191 2.34747 12.5833 2.66659 12.5833H13.3333C13.6524 12.5833 13.9166 12.3191 13.9166 12V5.44045ZM0.583252 3.99996C0.583252 2.85241 1.51904 1.91663 2.66659 1.91663H13.3333C14.4808 1.91663 15.4166 2.85241 15.4166 3.99996V12C15.4166 13.1475 14.4808 14.0833 13.3333 14.0833H2.66659C1.51904 14.0833 0.583252 13.1475 0.583252 12V3.99996Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMail, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13544\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMail size={size} /> });"
+    "IconInstagram.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconInstagram = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15823)\"><path d=\"M10.6666 7.57998L9.8753 7.69733L10.6666 7.57998ZM8.41998 5.33331L8.30263 6.12466L8.41998 5.33331ZM11.6666 3.53331C11.2248 3.53331 10.8666 3.89149 10.8666 4.33331C10.8666 4.77514 11.2248 5.13331 11.6666 5.13331V3.53331ZM11.6733 5.13331C12.1151 5.13331 12.4733 4.77514 12.4733 4.33331C12.4733 3.89149 12.1151 3.53331 11.6733 3.53331V5.13331ZM4.66665 2.13331H11.3333V0.533313H4.66665V2.13331ZM11.3333 2.13331C12.7324 2.13331 13.8666 3.26752 13.8666 4.66665H15.4666C15.4666 2.38387 13.6161 0.533313 11.3333 0.533313V2.13331ZM13.8666 4.66665V11.3333H15.4666V4.66665H13.8666ZM13.8666 11.3333C13.8666 12.7324 12.7324 13.8666 11.3333 13.8666V15.4666C13.6161 15.4666 15.4666 13.6161 15.4666 11.3333H13.8666ZM11.3333 13.8666H4.66665V15.4666H11.3333V13.8666ZM4.66665 13.8666C3.26752 13.8666 2.13331 12.7324 2.13331 11.3333H0.533313C0.533313 13.6161 2.38387 15.4666 4.66665 15.4666V13.8666ZM2.13331 11.3333V4.66665H0.533313V11.3333H2.13331ZM2.13331 4.66665C2.13331 3.26752 3.26752 2.13331 4.66665 2.13331V0.533313C2.38387 0.533313 0.533313 2.38387 0.533313 4.66665H2.13331ZM9.8753 7.69733C9.93289 8.08571 9.86655 8.48236 9.68572 8.83087L11.1059 9.56778C11.4417 8.92055 11.5649 8.18391 11.458 7.46263L9.8753 7.69733ZM9.68572 8.83087C9.50489 9.17937 9.21877 9.46199 8.86806 9.63851L9.5874 11.0677C10.2387 10.7399 10.7701 10.215 11.1059 9.56778L9.68572 8.83087ZM8.86806 9.63851C8.51735 9.81503 8.11991 9.87647 7.73227 9.81409L7.47807 11.3938C8.19798 11.5096 8.93608 11.3955 9.5874 11.0677L8.86806 9.63851ZM7.73227 9.81409C7.34462 9.75172 6.98652 9.5687 6.70889 9.29107L5.57752 10.4224C6.09312 10.938 6.75817 11.2779 7.47807 11.3938L7.73227 9.81409ZM6.70889 9.29107C6.43126 9.01344 6.24824 8.65533 6.18586 8.26769L4.60618 8.52188C4.72203 9.24179 5.06192 9.90684 5.57752 10.4224L6.70889 9.29107ZM6.18586 8.26769C6.12349 7.88005 6.18493 7.48261 6.36145 7.1319L4.93228 6.41256C4.60445 7.06387 4.49034 7.80198 4.60618 8.52188L6.18586 8.26769ZM6.36145 7.1319C6.53797 6.78119 6.82059 6.49507 7.16909 6.31424L6.43218 4.89404C5.78495 5.22988 5.2601 5.76124 4.93228 6.41256L6.36145 7.1319ZM7.16909 6.31424C7.5176 6.13341 7.91425 6.06707 8.30263 6.12466L8.53733 4.54197C7.81605 4.43501 7.07941 4.55821 6.43218 4.89404L7.16909 6.31424ZM8.30263 6.12466C8.6988 6.18341 9.06556 6.36801 9.34876 6.6512L10.4801 5.51983C9.9542 4.9939 9.27306 4.65107 8.53733 4.54197L8.30263 6.12466ZM9.34876 6.6512C9.63195 6.9344 9.81655 7.30116 9.8753 7.69733L11.458 7.46263C11.3489 6.7269 11.0061 6.04576 10.4801 5.51983L9.34876 6.6512ZM11.6666 5.13331H11.6733V3.53331H11.6666V5.13331Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15823\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconInstagram, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13531\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconInstagram size={size} /> });"
   ],
   [
-    "IconMapPin.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMapPin = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12540)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 1.41663C6.60761 1.41663 5.27226 1.96975 4.28769 2.95432C3.30312 3.93888 2.75 5.27424 2.75 6.66663C2.75 8.6985 4.0743 10.6823 5.54446 12.2342C6.26421 12.9939 6.9865 13.6161 7.5297 14.0487C7.70883 14.1913 7.86782 14.3128 8 14.4112C8.13218 14.3128 8.29117 14.1913 8.4703 14.0487C9.0135 13.6161 9.73579 12.9939 10.4555 12.2342C11.9257 10.6823 13.25 8.6985 13.25 6.66663C13.25 5.27424 12.6969 3.93888 11.7123 2.95432C10.7277 1.96975 9.39239 1.41663 8 1.41663ZM8 15.3333C7.58397 15.9573 7.58379 15.9572 7.58358 15.9571L7.58304 15.9567L7.58156 15.9557L7.57697 15.9526L7.56139 15.9421C7.54821 15.9331 7.52948 15.9203 7.50559 15.9038C7.45781 15.8707 7.38932 15.8226 7.30307 15.7603C7.13064 15.6358 6.8868 15.4542 6.5953 15.2221C6.0135 14.7588 5.23579 14.0894 4.45554 13.2658C2.9257 11.6509 1.25 9.30142 1.25 6.66663C1.25 4.87641 1.96116 3.15953 3.22703 1.89366C4.4929 0.627785 6.20979 -0.083374 8 -0.083374C9.79021 -0.083374 11.5071 0.627785 12.773 1.89366C14.0388 3.15953 14.75 4.87641 14.75 6.66663C14.75 9.30142 13.0743 11.6509 11.5445 13.2658C10.7642 14.0894 9.9865 14.7588 9.4047 15.2221C9.1132 15.4542 8.86936 15.6358 8.69693 15.7603C8.61068 15.8226 8.54219 15.8707 8.49441 15.9038C8.47052 15.9203 8.45179 15.9331 8.43861 15.9421L8.42303 15.9526L8.41844 15.9557L8.41696 15.9567L8.41642 15.9571C8.41621 15.9572 8.41603 15.9573 8 15.3333ZM8 15.3333L8.41603 15.9573C8.1641 16.1253 7.8359 16.1253 7.58397 15.9573L8 15.3333ZM8 5.41663C7.30964 5.41663 6.75 5.97627 6.75 6.66663C6.75 7.35698 7.30964 7.91663 8 7.91663C8.69036 7.91663 9.25 7.35698 9.25 6.66663C9.25 5.97627 8.69036 5.41663 8 5.41663ZM5.25 6.66663C5.25 5.14784 6.48122 3.91663 8 3.91663C9.51878 3.91663 10.75 5.14784 10.75 6.66663C10.75 8.18541 9.51878 9.41663 8 9.41663C6.48122 9.41663 5.25 8.18541 5.25 6.66663Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12540\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMapPin, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13545\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMapPin size={size} /> });"
+    "IconList.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconList = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.33333 3.2C4.89151 3.2 4.53333 3.55817 4.53333 4C4.53333 4.44183 4.89151 4.8 5.33333 4.8V3.2ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM14 8.8C14.4418 8.8 14.8 8.44183 14.8 8C14.8 7.55817 14.4418 7.2 14 7.2V8.8ZM5.33333 11.2C4.89151 11.2 4.53333 11.5582 4.53333 12C4.53333 12.4418 4.89151 12.8 5.33333 12.8V11.2ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM2.00667 4.8C2.44849 4.8 2.80667 4.44183 2.80667 4C2.80667 3.55817 2.44849 3.2 2.00667 3.2V4.8ZM2 7.2C1.55817 7.2 1.2 7.55817 1.2 8C1.2 8.44183 1.55817 8.8 2 8.8V7.2ZM2.00667 8.8C2.44849 8.8 2.80667 8.44183 2.80667 8C2.80667 7.55817 2.44849 7.2 2.00667 7.2V8.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM2.00667 12.8C2.44849 12.8 2.80667 12.4418 2.80667 12C2.80667 11.5582 2.44849 11.2 2.00667 11.2V12.8ZM5.33333 4.8H14V3.2H5.33333V4.8ZM5.33333 8.8H14V7.2H5.33333V8.8ZM5.33333 12.8H14V11.2H5.33333V12.8ZM2 4.8H2.00667V3.2H2V4.8ZM2 8.8H2.00667V7.2H2V8.8ZM2 12.8H2.00667V11.2H2V12.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconList, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13538\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconList size={size} /> });"
   ],
   [
-    "IconMap.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMap = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12538)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.96107 0.682192C5.17879 0.557778 5.44429 0.550408 5.66858 0.662554L10.6429 3.14971L14.9611 0.682192C15.1932 0.549548 15.4784 0.5505 15.7096 0.684692C15.9409 0.818883 16.0832 1.06602 16.0832 1.33337V12C16.0832 12.2692 15.939 12.5177 15.7053 12.6512L11.0386 15.3179C10.8209 15.4423 10.5554 15.4497 10.3311 15.3375L5.35677 12.8504L1.03861 15.3179C0.806481 15.4505 0.521295 15.4496 0.290059 15.3154C0.0588227 15.1812 -0.0834961 14.9341 -0.0834961 14.6667V4.00004C-0.0834961 3.7309 0.0607185 3.48239 0.2944 3.34886L4.96107 0.682192ZM6.08317 11.5365L9.9165 13.4532V4.46357L6.08317 2.5469V11.5365ZM4.58317 2.62576V11.5648L1.4165 13.3743V4.43528L4.58317 2.62576ZM11.4165 4.43528V13.3743L14.5832 11.5648V2.62576L11.4165 4.43528Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12538\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMap, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13547\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMap size={size} /> });"
+    "IconLink2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLink2 = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15835)\"><path d=\"M9.99984 3.86669C9.55801 3.86669 9.19984 4.22486 9.19984 4.66669C9.19984 5.10851 9.55801 5.46669 9.99984 5.46669V3.86669ZM11.9998 4.66669V3.86669V4.66669ZM11.9998 11.3334V10.5334V11.3334ZM9.99984 10.5334C9.55801 10.5334 9.19984 10.8915 9.19984 11.3334C9.19984 11.7752 9.55801 12.1334 9.99984 12.1334V10.5334ZM5.99984 12.1334C6.44166 12.1334 6.79984 11.7752 6.79984 11.3334C6.79984 10.8915 6.44166 10.5334 5.99984 10.5334V12.1334ZM3.99984 11.3334V10.5334V11.3334ZM1.64281 10.357L2.2085 9.79136L1.64281 10.357ZM0.666504 8.00002H-0.133496H0.666504ZM3.99984 4.66669V3.86669V4.66669ZM5.99984 5.46669C6.44166 5.46669 6.79984 5.10851 6.79984 4.66669C6.79984 4.22486 6.44166 3.86669 5.99984 3.86669V5.46669ZM5.33317 7.20002C4.89134 7.20002 4.53317 7.55819 4.53317 8.00002C4.53317 8.44185 4.89134 8.80002 5.33317 8.80002V7.20002ZM10.6665 8.80002C11.1083 8.80002 11.4665 8.44185 11.4665 8.00002C11.4665 7.55819 11.1083 7.20002 10.6665 7.20002V8.80002ZM9.99984 5.46669H11.9998V3.86669H9.99984V5.46669ZM11.9998 5.46669C12.3325 5.46669 12.6619 5.53221 12.9693 5.65953L13.5816 4.18132C13.0801 3.9736 12.5426 3.86669 11.9998 3.86669V5.46669ZM12.9693 5.65953C13.2767 5.78684 13.5559 5.97344 13.7912 6.20868L14.9225 5.07731C14.5387 4.6935 14.0831 4.38904 13.5816 4.18132L12.9693 5.65953ZM13.7912 6.20868C14.0264 6.44392 14.213 6.7232 14.3403 7.03056L15.8185 6.41826C15.6108 5.91678 15.3064 5.46113 14.9225 5.07731L13.7912 6.20868ZM14.3403 7.03056C14.4676 7.33791 14.5332 7.66734 14.5332 8.00002H16.1332C16.1332 7.45722 16.0263 6.91974 15.8185 6.41826L14.3403 7.03056ZM14.5332 8.00002C14.5332 8.3327 14.4676 8.66213 14.3403 8.96948L15.8185 9.58178C16.0263 9.0803 16.1332 8.54282 16.1332 8.00002H14.5332ZM14.3403 8.96948C14.213 9.27684 14.0264 9.55612 13.7912 9.79136L14.9225 10.9227C15.3064 10.5389 15.6108 10.0833 15.8185 9.58178L14.3403 8.96948ZM13.7912 9.79136C13.5559 10.0266 13.2767 10.2132 12.9693 10.3405L13.5816 11.8187C14.0831 11.611 14.5387 11.3065 14.9225 10.9227L13.7912 9.79136ZM12.9693 10.3405C12.6619 10.4678 12.3325 10.5334 11.9998 10.5334V12.1334C12.5426 12.1334 13.0801 12.0264 13.5816 11.8187L12.9693 10.3405ZM11.9998 10.5334H9.99984V12.1334H11.9998V10.5334ZM5.99984 10.5334H3.99984V12.1334H5.99984V10.5334ZM3.99984 10.5334C3.66715 10.5334 3.33773 10.4678 3.03037 10.3405L2.41808 11.8187C2.91956 12.0264 3.45704 12.1334 3.99984 12.1334V10.5334ZM3.03037 10.3405C2.72301 10.2132 2.44374 10.0266 2.2085 9.79136L1.07713 10.9227C1.46094 11.3065 1.9166 11.611 2.41808 11.8187L3.03037 10.3405ZM2.2085 9.79136C1.73341 9.31627 1.4665 8.6719 1.4665 8.00002H-0.133496C-0.133496 9.09625 0.301979 10.1476 1.07713 10.9227L2.2085 9.79136ZM1.4665 8.00002C1.4665 7.32814 1.73341 6.68378 2.2085 6.20868L1.07713 5.07731C0.301979 5.85246 -0.133496 6.90379 -0.133496 8.00002H1.4665ZM2.2085 6.20868C2.68359 5.73359 3.32796 5.46669 3.99984 5.46669V3.86669C2.90361 3.86669 1.85228 4.30216 1.07713 5.07731L2.2085 6.20868ZM3.99984 5.46669H5.99984V3.86669H3.99984V5.46669ZM5.33317 8.80002H10.6665V7.20002H5.33317V8.80002Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15835\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLink2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13537\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLink2 size={size} /> });"
   ],
   [
-    "IconMaximize2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMaximize2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10 2.75C9.58579 2.75 9.25 2.41421 9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V6C14.75 6.41421 14.4142 6.75 14 6.75C13.5858 6.75 13.25 6.41421 13.25 6V3.81066L9.86366 7.197C9.57077 7.48989 9.0959 7.48989 8.803 7.197C8.51011 6.9041 8.51011 6.42923 8.803 6.13634L12.1893 2.75H10ZM7.197 8.803C7.48989 9.0959 7.48989 9.57077 7.197 9.86366L3.81066 13.25H6C6.41421 13.25 6.75 13.5858 6.75 14C6.75 14.4142 6.41421 14.75 6 14.75H2C1.58579 14.75 1.25 14.4142 1.25 14V10C1.25 9.58579 1.58579 9.25 2 9.25C2.41421 9.25 2.75 9.58579 2.75 10V12.1893L6.13634 8.803C6.42923 8.51011 6.9041 8.51011 7.197 8.803Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMaximize2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13546\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMaximize2 size={size} /> });"
+    "IconMeh.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMeh = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15861)\"><path d=\"M5.33337 9.20004C4.89155 9.20004 4.53337 9.55821 4.53337 10C4.53337 10.4419 4.89155 10.8 5.33337 10.8V9.20004ZM10.6667 10.8C11.1085 10.8 11.4667 10.4419 11.4667 10C11.4667 9.55821 11.1085 9.20004 10.6667 9.20004V10.8ZM6.00004 5.20004C5.55821 5.20004 5.20004 5.55821 5.20004 6.00004C5.20004 6.44187 5.55821 6.80004 6.00004 6.80004V5.20004ZM6.00671 6.80004C6.44854 6.80004 6.80671 6.44187 6.80671 6.00004C6.80671 5.55821 6.44854 5.20004 6.00671 5.20004V6.80004ZM10 5.20004C9.55821 5.20004 9.20004 5.55821 9.20004 6.00004C9.20004 6.44187 9.55821 6.80004 10 6.80004V5.20004ZM10.0067 6.80004C10.4485 6.80004 10.8067 6.44187 10.8067 6.00004C10.8067 5.55821 10.4485 5.20004 10.0067 5.20004V6.80004ZM13.8667 8.00004C13.8667 11.2401 11.2401 13.8667 8.00004 13.8667V15.4667C12.1238 15.4667 15.4667 12.1238 15.4667 8.00004H13.8667ZM8.00004 13.8667C4.75997 13.8667 2.13337 11.2401 2.13337 8.00004H0.533374C0.533374 12.1238 3.87631 15.4667 8.00004 15.4667V13.8667ZM2.13337 8.00004C2.13337 4.75997 4.75997 2.13337 8.00004 2.13337V0.533374C3.87631 0.533374 0.533374 3.87631 0.533374 8.00004H2.13337ZM8.00004 2.13337C11.2401 2.13337 13.8667 4.75997 13.8667 8.00004H15.4667C15.4667 3.87631 12.1238 0.533374 8.00004 0.533374V2.13337ZM5.33337 10.8H10.6667V9.20004H5.33337V10.8ZM6.00004 6.80004H6.00671V5.20004H6.00004V6.80004ZM10 6.80004H10.0067V5.20004H10V6.80004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15861\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMeh, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13549\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMeh size={size} /> });"
   ],
   [
-    "IconMaximize.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMaximize = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H5.33333C5.74755 1.25 6.08333 1.58579 6.08333 2C6.08333 2.41421 5.74755 2.75 5.33333 2.75H3.33333C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V5.33333C2.75 5.74755 2.41421 6.08333 2 6.08333C1.58579 6.08333 1.25 5.74755 1.25 5.33333V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019ZM9.91667 2C9.91667 1.58579 10.2525 1.25 10.6667 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V5.33333C14.75 5.74755 14.4142 6.08333 14 6.08333C13.5858 6.08333 13.25 5.74755 13.25 5.33333V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H10.6667C10.2525 2.75 9.91667 2.41421 9.91667 2ZM2 9.91667C2.41421 9.91667 2.75 10.2525 2.75 10.6667V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H5.33333C5.74755 13.25 6.08333 13.5858 6.08333 14C6.08333 14.4142 5.74755 14.75 5.33333 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V10.6667C1.25 10.2525 1.58579 9.91667 2 9.91667ZM14 9.91667C14.4142 9.91667 14.75 10.2525 14.75 10.6667V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H10.6667C10.2525 14.75 9.91667 14.4142 9.91667 14C9.91667 13.5858 10.2525 13.25 10.6667 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V10.6667C13.25 10.2525 13.5858 9.91667 14 9.91667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMaximize, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13548\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMaximize size={size} /> });"
+    "IconKey.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconKey = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.5657 1.899C14.8782 1.58658 14.8782 1.08005 14.5657 0.767627C14.2533 0.455208 13.7468 0.455208 13.4344 0.767628L14.5657 1.899ZM2.40806 12.9253L1.8326 13.4811L1.8386 13.4872L2.40806 12.9253ZM7.59273 7.74065L7.03696 8.31608C7.3508 8.61919 7.84964 8.61493 8.15825 8.30649L7.59273 7.74065ZM10.3334 4.99998L9.76771 4.43429L10.3334 4.99998ZM12.3334 6.99998L11.7677 7.56566C11.9177 7.71569 12.1212 7.79998 12.3334 7.79998C12.5456 7.79998 12.749 7.71569 12.8991 7.56566L12.3334 6.99998ZM14.6667 4.66665L15.2324 5.23233C15.3824 5.0823 15.4667 4.87882 15.4667 4.66665C15.4667 4.45447 15.3824 4.25099 15.2324 4.10096L14.6667 4.66665ZM13.4344 0.767628L12.101 2.10096L13.2324 3.23233L14.5657 1.899L13.4344 0.767628ZM7.03151 8.30944C7.30063 8.57498 7.51457 8.89113 7.66101 9.2397L9.13612 8.61998C8.90795 8.07687 8.57461 7.58426 8.15528 7.17052L7.03151 8.30944ZM7.66101 9.2397C7.80744 9.58826 7.88348 9.96234 7.88475 10.3404L9.48474 10.3351C9.48277 9.74597 9.36429 9.16309 9.13612 8.61998L7.66101 9.2397ZM7.88475 10.3404C7.88602 10.7185 7.81248 11.0931 7.66839 11.4426L9.14762 12.0524C9.37214 11.5078 9.48671 10.9241 9.48474 10.3351L7.88475 10.3404ZM7.66839 11.4426C7.52429 11.7921 7.31248 12.1097 7.04514 12.3771L8.17651 13.5084C8.59306 13.0919 8.9231 12.597 9.14762 12.0524L7.66839 11.4426ZM7.04514 12.3771C6.7778 12.6444 6.46022 12.8562 6.11069 13.0003L6.7205 14.4795C7.26513 14.255 7.75996 13.925 8.17651 13.5084L7.04514 12.3771ZM6.11069 13.0003C5.76115 13.1444 5.38657 13.2179 5.0085 13.2167L5.00314 14.8167C5.59222 14.8186 6.17588 14.7041 6.7205 14.4795L6.11069 13.0003ZM5.0085 13.2167C4.63042 13.2154 4.25634 13.1394 3.90778 12.9929L3.28806 14.468C3.83117 14.6962 4.41405 14.8147 5.00314 14.8167L5.0085 13.2167ZM3.90778 12.9929C3.55922 12.8465 3.24306 12.6326 2.97752 12.3634L1.8386 13.4872C2.25235 13.9065 2.74496 14.2399 3.28806 14.468L3.90778 12.9929ZM2.98349 12.3695C2.4613 11.8289 2.17236 11.1048 2.17889 10.3531L0.578953 10.3392C0.568776 11.5104 1.01899 12.6387 1.83263 13.4811L2.98349 12.3695ZM2.17889 10.3531C2.18542 9.6015 2.48691 8.8825 3.01841 8.351L1.88704 7.21963C1.05888 8.04778 0.58913 9.16808 0.578953 10.3392L2.17889 10.3531ZM3.01841 8.351C3.54991 7.81949 4.26891 7.51801 5.02054 7.51148L5.00664 5.91154C3.83549 5.92171 2.7152 6.39147 1.88704 7.21963L3.01841 8.351ZM5.02054 7.51148C5.77217 7.50495 6.4963 7.79389 7.03696 8.31608L8.1485 7.16522C7.30607 6.35158 6.17778 5.90136 5.00664 5.91154L5.02054 7.51148ZM8.15825 8.30649L8.15892 8.30583L7.02787 7.17413L7.0272 7.1748L8.15825 8.30649ZM8.15908 8.30566L10.8991 5.56566L9.76771 4.43429L7.02771 7.17429L8.15908 8.30566ZM9.76771 5.56566L11.7677 7.56566L12.8991 6.43429L10.8991 4.43429L9.76771 5.56566ZM12.8991 7.56566L15.2324 5.23233L14.101 4.10096L11.7677 6.43429L12.8991 7.56566ZM15.2324 4.10096L13.2324 2.10096L12.101 3.23233L14.101 5.23233L15.2324 4.10096ZM10.8991 5.56566L13.2324 3.23233L12.101 2.10096L9.76771 4.43429L10.8991 5.56566Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconKey, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13533\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconKey size={size} /> });"
   ],
   [
-    "IconMeh.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMeh = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12852)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08337C4.73236 2.08337 2.08337 4.73236 2.08337 8.00004C2.08337 11.2677 4.73236 13.9167 8.00004 13.9167C11.2677 13.9167 13.9167 11.2677 13.9167 8.00004C13.9167 4.73236 11.2677 2.08337 8.00004 2.08337ZM0.583374 8.00004C0.583374 3.90393 3.90393 0.583374 8.00004 0.583374C12.0962 0.583374 15.4167 3.90393 15.4167 8.00004C15.4167 12.0962 12.0962 15.4167 8.00004 15.4167C3.90393 15.4167 0.583374 12.0962 0.583374 8.00004ZM5.25004 6.00004C5.25004 5.58583 5.58583 5.25004 6.00004 5.25004H6.00671C6.42092 5.25004 6.75671 5.58583 6.75671 6.00004C6.75671 6.41425 6.42092 6.75004 6.00671 6.75004H6.00004C5.58583 6.75004 5.25004 6.41425 5.25004 6.00004ZM9.25004 6.00004C9.25004 5.58583 9.58583 5.25004 10 5.25004H10.0067C10.4209 5.25004 10.7567 5.58583 10.7567 6.00004C10.7567 6.41425 10.4209 6.75004 10.0067 6.75004H10C9.58583 6.75004 9.25004 6.41425 9.25004 6.00004ZM4.58337 10C4.58337 9.58583 4.91916 9.25004 5.33337 9.25004H10.6667C11.0809 9.25004 11.4167 9.58583 11.4167 10C11.4167 10.4143 11.0809 10.75 10.6667 10.75H5.33337C4.91916 10.75 4.58337 10.4143 4.58337 10Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12852\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMeh, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13549\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMeh size={size} /> });"
+    "IconLogIn.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLogIn = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10 1.2C9.55817 1.2 9.2 1.55817 9.2 2C9.2 2.44183 9.55817 2.8 10 2.8V1.2ZM12.6667 2V1.2V2ZM10 13.2C9.55817 13.2 9.2 13.5582 9.2 14C9.2 14.4418 9.55817 14.8 10 14.8V13.2ZM6.10098 10.7676C5.78856 11.0801 5.78856 11.5866 6.10098 11.899C6.4134 12.2114 6.91993 12.2114 7.23235 11.899L6.10098 10.7676ZM10 8L10.5657 8.56569C10.8781 8.25327 10.8781 7.74673 10.5657 7.43431L10 8ZM7.23235 4.10098C6.91993 3.78856 6.4134 3.78856 6.10098 4.10098C5.78856 4.4134 5.78856 4.91993 6.10098 5.23235L7.23235 4.10098ZM2 7.2C1.55817 7.2 1.2 7.55817 1.2 8C1.2 8.44183 1.55817 8.8 2 8.8V7.2ZM10 2.8H12.6667V1.2H10V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H10V14.8H12.6667V13.2ZM7.23235 11.899L10.5657 8.56569L9.43431 7.43431L6.10098 10.7676L7.23235 11.899ZM10.5657 7.43431L7.23235 4.10098L6.10098 5.23235L9.43431 8.56569L10.5657 7.43431ZM10 7.2H2V8.8H10V7.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLogIn, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13542\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLogIn size={size} /> });"
   ],
   [
-    "IconMenu.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMenu = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H14C14.4142 7.25 14.75 7.58579 14.75 8C14.75 8.41421 14.4142 8.75 14 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMenu, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13551\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMenu size={size} /> });"
+    "IconLifeBuoy.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLifeBuoy = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15833)\"><path d=\"M3.85227 2.72096C3.53985 2.40854 3.03332 2.40854 2.7209 2.72096C2.40848 3.03338 2.40848 3.53991 2.7209 3.85233L3.85227 2.72096ZM5.54757 6.679C5.85999 6.99142 6.36652 6.99142 6.67894 6.679C6.99136 6.36658 6.99136 5.86005 6.67894 5.54763L5.54757 6.679ZM10.4523 9.32096C10.1399 9.00854 9.63332 9.00854 9.3209 9.32096C9.00848 9.63338 9.00848 10.1399 9.3209 10.4523L10.4523 9.32096ZM12.1476 13.279C12.46 13.5914 12.9665 13.5914 13.2789 13.279C13.5914 12.9666 13.5914 12.46 13.2789 12.1476L12.1476 13.279ZM9.3209 5.54763C9.00848 5.86005 9.00848 6.36658 9.3209 6.679C9.63332 6.99142 10.1399 6.99142 10.4523 6.679L9.3209 5.54763ZM13.2789 3.85233C13.5914 3.53991 13.5914 3.03338 13.2789 2.72096C12.9665 2.40854 12.46 2.40854 12.1476 2.72096L13.2789 3.85233ZM12.8056 4.32566C13.118 4.01325 13.118 3.50671 12.8056 3.19429C12.4932 2.88187 11.9867 2.88187 11.6742 3.19429L12.8056 4.32566ZM2.7209 12.1476C2.40848 12.46 2.40848 12.9666 2.7209 13.279C3.03332 13.5914 3.53985 13.5914 3.85227 13.279L2.7209 12.1476ZM6.67894 10.4523C6.99136 10.1399 6.99136 9.63338 6.67894 9.32096C6.36652 9.00854 5.85999 9.00854 5.54757 9.32096L6.67894 10.4523ZM13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331ZM9.86659 7.99998C9.86659 9.03091 9.03085 9.86665 7.99992 9.86665V11.4666C9.91451 11.4666 11.4666 9.91457 11.4666 7.99998H9.86659ZM7.99992 9.86665C6.96899 9.86665 6.13325 9.03091 6.13325 7.99998H4.53325C4.53325 9.91457 6.08533 11.4666 7.99992 11.4666V9.86665ZM6.13325 7.99998C6.13325 6.96905 6.96899 6.13331 7.99992 6.13331V4.53331C6.08533 4.53331 4.53325 6.08539 4.53325 7.99998H6.13325ZM7.99992 6.13331C9.03085 6.13331 9.86659 6.96905 9.86659 7.99998H11.4666C11.4666 6.08539 9.91451 4.53331 7.99992 4.53331V6.13331ZM2.7209 3.85233L5.54757 6.679L6.67894 5.54763L3.85227 2.72096L2.7209 3.85233ZM9.3209 10.4523L12.1476 13.279L13.2789 12.1476L10.4523 9.32096L9.3209 10.4523ZM10.4523 6.679L13.2789 3.85233L12.1476 2.72096L9.3209 5.54763L10.4523 6.679ZM10.4523 6.679L12.8056 4.32566L11.6742 3.19429L9.3209 5.54763L10.4523 6.679ZM3.85227 13.279L6.67894 10.4523L5.54757 9.32096L2.7209 12.1476L3.85227 13.279Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15833\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLifeBuoy, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13534\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLifeBuoy size={size} /> });"
   ],
   [
-    "IconMessageCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMessageCircle = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.3314 2.75002C7.56961 2.74803 6.81813 2.92601 6.13816 3.26947L6.13532 3.2709L6.13531 3.2709C5.31872 3.67902 4.63187 4.30643 4.15171 5.08286C3.67155 5.85929 3.41704 6.75407 3.41669 7.66698L3.41668 7.66864C3.4147 8.43043 3.59268 9.18191 3.93614 9.86188C4.02629 10.0404 4.04144 10.2475 3.9782 10.4372L3.18587 12.8142L5.56285 12.0218C5.75256 11.9586 5.95967 11.9737 6.13816 12.0639C6.81813 12.4074 7.56961 12.5853 8.3314 12.5834L8.33306 12.5834C9.24597 12.583 10.1407 12.3285 10.9172 11.8483C11.6936 11.3682 12.321 10.6813 12.7291 9.86473L12.7306 9.86188C13.074 9.18191 13.252 8.43043 13.25 7.66864L13.25 7.66669V7.35476C13.1791 6.15692 12.6713 5.0264 11.8225 4.17759C10.9736 3.32877 9.84312 2.82098 8.64528 2.75002H8.33335L8.3314 2.75002ZM8.33432 1.25002C7.33715 1.24757 6.35348 1.4805 5.4633 1.92985C4.3982 2.46251 3.50233 3.28106 2.87596 4.29391C2.24945 5.30698 1.9173 6.47443 1.91669 7.66556C1.91669 7.66529 1.91669 7.66501 1.91669 7.66473L2.66669 7.66669L1.91669 7.6664C1.91669 7.66612 1.91669 7.66584 1.91669 7.66556C1.91448 8.55629 2.10008 9.43625 2.45998 10.2484L1.28851 13.7628C1.19867 14.0323 1.26882 14.3295 1.46969 14.5303C1.67056 14.7312 1.96769 14.8014 2.23719 14.7115L5.75161 13.5401C6.56354 13.8998 7.4432 14.0854 8.33364 14.0834M14.75 7.66587V7.66669H14L14.75 7.66473C14.75 7.66511 14.75 7.66549 14.75 7.66587ZM14.75 7.66587V7.33335C14.75 7.31957 14.7496 7.3058 14.7489 7.29204C14.6621 5.71813 13.9977 4.23154 12.8831 3.11693C11.7685 2.00231 10.2819 1.33799 8.708 1.25116C8.69424 1.2504 8.68047 1.25002 8.66669 1.25002H8.33432\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMessageCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13550\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMessageCircle size={size} /> });"
+    "IconLogOut.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLogOut = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6 14.8C6.44183 14.8 6.8 14.4418 6.8 14C6.8 13.5582 6.44183 13.2 6 13.2V14.8ZM2 12.6667H1.2H2ZM3.33333 2V1.2V2ZM6 2.8C6.44183 2.8 6.8 2.44183 6.8 2C6.8 1.55817 6.44183 1.2 6 1.2V2.8ZM10.101 10.7676C9.78856 11.0801 9.78856 11.5866 10.101 11.899C10.4134 12.2114 10.9199 12.2114 11.2324 11.899L10.101 10.7676ZM14 8L14.5657 8.56569C14.8781 8.25327 14.8781 7.74673 14.5657 7.43431L14 8ZM11.2324 4.10098C10.9199 3.78856 10.4134 3.78856 10.101 4.10098C9.78856 4.4134 9.78856 4.91993 10.101 5.23235L11.2324 4.10098ZM6 7.2C5.55817 7.2 5.2 7.55817 5.2 8C5.2 8.44183 5.55817 8.8 6 8.8V7.2ZM6 13.2H3.33333V14.8H6V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H6V1.2H3.33333V2.8ZM11.2324 11.899L14.5657 8.56569L13.4343 7.43431L10.101 10.7676L11.2324 11.899ZM14.5657 7.43431L11.2324 4.10098L10.101 5.23235L13.4343 8.56569L14.5657 7.43431ZM14 7.2H6V8.8H14V7.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLogOut, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13543\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLogOut size={size} /> });"
   ],
   [
-    "IconMessageSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMessageSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.1893L4.13634 10.803C4.27699 10.6624 4.46775 10.5833 4.66667 10.5833H12.6667C12.8214 10.5833 12.9697 10.5219 13.0791 10.4125C13.1885 10.3031 13.25 10.1547 13.25 10V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H3.33333ZM1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V10C14.75 10.5525 14.5305 11.0824 14.1398 11.4731C13.7491 11.8638 13.2192 12.0833 12.6667 12.0833H4.97733L2.53033 14.5303C2.31583 14.7448 1.99324 14.809 1.71299 14.6929C1.43273 14.5768 1.25 14.3033 1.25 14V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMessageSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13553\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMessageSquare size={size} /> });"
+    "IconLinkedin.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLinkedin = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.6667 14V14.8C15.1085 14.8 15.4667 14.4419 15.4667 14H14.6667ZM12 14H11.2C11.2 14.4419 11.5582 14.8 12 14.8V14ZM9.33333 14V14.8C9.77516 14.8 10.1333 14.4419 10.1333 14H9.33333ZM6.66666 14H5.86666C5.86666 14.4419 6.22483 14.8 6.66666 14.8V14ZM1.33333 6.00004V5.20004C0.8915 5.20004 0.533328 5.55821 0.533328 6.00004H1.33333ZM3.99999 6.00004H4.79999C4.79999 5.55821 4.44182 5.20004 3.99999 5.20004V6.00004ZM3.99999 14V14.8C4.44182 14.8 4.79999 14.4419 4.79999 14H3.99999ZM1.33333 14H0.533328C0.533328 14.4419 0.8915 14.8 1.33333 14.8L1.33333 14ZM10.6667 6.13337C11.5154 6.13337 12.3293 6.47052 12.9294 7.07063L14.0608 5.93926C13.1606 5.03909 11.9397 4.53337 10.6667 4.53337V6.13337ZM12.9294 7.07063C13.5295 7.67075 13.8667 8.48468 13.8667 9.33337H15.4667C15.4667 8.06033 14.9609 6.83944 14.0608 5.93926L12.9294 7.07063ZM13.8667 9.33337V14H15.4667V9.33337H13.8667ZM14.6667 13.2H12V14.8H14.6667V13.2ZM12.8 14V9.33337H11.2V14H12.8ZM12.8 9.33337C12.8 8.76758 12.5752 8.22496 12.1752 7.82488L11.0438 8.95625C11.1438 9.05627 11.2 9.19193 11.2 9.33337H12.8ZM12.1752 7.82488C11.7751 7.4248 11.2325 7.20004 10.6667 7.20004V8.80004C10.8081 8.80004 10.9438 8.85623 11.0438 8.95625L12.1752 7.82488ZM10.6667 7.20004C10.1009 7.20004 9.55824 7.4248 9.15817 7.82488L10.2895 8.95625C10.3896 8.85623 10.5252 8.80004 10.6667 8.80004V7.20004ZM9.15817 7.82488C8.75809 8.22496 8.53333 8.76758 8.53333 9.33337H10.1333C10.1333 9.19193 10.1895 9.05627 10.2895 8.95625L9.15817 7.82488ZM8.53333 9.33337V14H10.1333V9.33337H8.53333ZM9.33333 13.2H6.66666V14.8H9.33333V13.2ZM7.46666 14V9.33337H5.86666V14H7.46666ZM7.46666 9.33337C7.46666 8.48468 7.8038 7.67075 8.40392 7.07063L7.27255 5.93926C6.37237 6.83944 5.86666 8.06033 5.86666 9.33337H7.46666ZM8.40392 7.07063C9.00404 6.47052 9.81797 6.13337 10.6667 6.13337V4.53337C9.39362 4.53337 8.17272 5.03909 7.27255 5.93926L8.40392 7.07063ZM1.33333 6.80004H3.99999V5.20004H1.33333V6.80004ZM3.19999 6.00004V14H4.79999V6.00004H3.19999ZM3.99999 13.2H1.33333V14.8H3.99999V13.2ZM2.13333 14V6.00004H0.533328V14H2.13333ZM3.19999 2.66671C3.19999 2.96126 2.96121 3.20004 2.66666 3.20004V4.80004C3.84487 4.80004 4.79999 3.84491 4.79999 2.66671H3.19999ZM2.66666 3.20004C2.37211 3.20004 2.13333 2.96126 2.13333 2.66671H0.533328C0.533328 3.84491 1.48845 4.80004 2.66666 4.80004V3.20004ZM2.13333 2.66671C2.13333 2.37216 2.37211 2.13337 2.66666 2.13337V0.533374C1.48845 0.533374 0.533328 1.4885 0.533328 2.66671H2.13333ZM2.66666 2.13337C2.96121 2.13337 3.19999 2.37216 3.19999 2.66671H4.79999C4.79999 1.4885 3.84487 0.533374 2.66666 0.533374V2.13337Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLinkedin, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13539\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLinkedin size={size} /> });"
   ],
   [
-    "IconMicOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMicOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12690)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.36907 0.450565C6.91815 0.0460899 7.59793 -0.139936 8.27645 -0.0713982C8.95498 -0.00286072 9.58383 0.31535 10.0409 0.821459C10.498 1.32757 10.7508 1.98547 10.7501 2.66744V6.22669C10.7501 6.6409 10.4143 6.97669 10.0001 6.97669C9.58587 6.97669 9.25008 6.6409 9.25008 6.22669V2.66669C9.25039 2.3567 9.13551 2.0569 8.92774 1.82685C8.71996 1.5968 8.43412 1.45216 8.12571 1.42101C7.81729 1.38985 7.5083 1.47441 7.25871 1.65826C7.00913 1.84212 6.83677 2.11215 6.77508 2.41594C6.69266 2.82186 6.29677 3.08412 5.89084 3.00169C5.48491 2.91926 5.22266 2.52337 5.30508 2.11744C5.44079 1.44911 5.81999 0.85504 6.36907 0.450565ZM0.136418 0.136359C0.429311 -0.156534 0.904185 -0.156534 1.19708 0.136359L6.53015 5.46943C6.52997 5.46925 6.53032 5.4696 6.53015 5.46943L9.94355 8.88283C9.94338 8.88266 9.94373 8.88301 9.94355 8.88283L11.7147 10.654C11.7657 10.6841 11.814 10.7209 11.8583 10.7643C11.9064 10.8114 11.9468 10.8634 11.9795 10.9188L15.8637 14.803C16.1566 15.0959 16.1566 15.5708 15.8637 15.8637C15.5709 16.1566 15.096 16.1566 14.8031 15.8637L11.2824 12.343C10.6377 12.8341 9.88821 13.1764 9.08777 13.3405C8.97561 13.3635 8.86299 13.3829 8.75008 13.3986V14.5834H10.6667C11.081 14.5834 11.4167 14.9191 11.4167 15.3334C11.4167 15.7476 11.081 16.0834 10.6667 16.0834H5.33341C4.9192 16.0834 4.58341 15.7476 4.58341 15.3334C4.58341 14.9191 4.9192 14.5834 5.33341 14.5834H7.25008V13.3987C6.80063 13.3358 6.35847 13.2165 5.93441 13.0415C4.93656 12.6299 4.08444 11.9296 3.48738 11.0303C2.89084 10.1318 2.57609 9.07578 2.58341 7.99737V6.66669C2.58341 6.25248 2.9192 5.91669 3.33341 5.91669C3.74763 5.91669 4.08341 6.25248 4.08341 6.66669V8.00551C4.0777 8.78599 4.30529 9.55038 4.73701 10.2006C5.16874 10.8508 5.78488 11.3573 6.50641 11.6549C6.91826 11.8248 7.35372 11.9222 7.79385 11.9454C7.85937 11.9267 7.92855 11.9167 8.00008 11.9167C8.0716 11.9167 8.14077 11.9267 8.20629 11.9454C8.40048 11.9352 8.59443 11.9104 8.78653 11.871C9.29821 11.7661 9.78111 11.5605 10.2083 11.2689L9.33945 10.4001C9.09001 10.5392 8.81908 10.6393 8.53591 10.6956C8.00279 10.8015 7.45023 10.747 6.94803 10.5391C6.44583 10.3311 6.01652 9.97903 5.71431 9.52724C5.4121 9.07544 5.25056 8.54423 5.25008 8.00068L5.25008 6.31068L0.136418 1.19702C-0.156475 0.904126 -0.156475 0.429252 0.136418 0.136359ZM6.75008 7.81068L6.75008 7.99936C6.75008 7.99921 6.75008 7.99951 6.75008 7.99936C6.75039 8.24627 6.82381 8.48802 6.96109 8.69325C7.09846 8.89861 7.2936 9.05866 7.52188 9.15318C7.72876 9.23884 7.95444 9.26719 8.17532 9.23592L6.75008 7.81068ZM12.6667 5.91669C13.081 5.91669 13.4167 6.25248 13.4167 6.66669V8.00002C13.4165 8.31917 13.388 8.63833 13.3316 8.95246C13.2585 9.36017 12.8687 9.63138 12.461 9.55824C12.0533 9.48509 11.7821 9.09529 11.8552 8.68758C11.896 8.46044 11.9165 8.23014 11.9167 7.99937V6.66669C11.9167 6.25248 12.2525 5.91669 12.6667 5.91669Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12690\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMicOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13552\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMicOff size={size} /> });"
+    "IconLock.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLock = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.86667 7.33337C3.86667 7.7752 4.22484 8.13337 4.66667 8.13337C5.10849 8.13337 5.46667 7.7752 5.46667 7.33337H3.86667ZM4.66667 4.66671H3.86667H4.66667ZM8 1.33337V0.533374V1.33337ZM10.5333 7.33337C10.5333 7.7752 10.8915 8.13337 11.3333 8.13337C11.7752 8.13337 12.1333 7.7752 12.1333 7.33337H10.5333ZM3.33333 8.13337H12.6667V6.53337H3.33333V8.13337ZM12.6667 8.13337C12.9612 8.13337 13.2 8.37216 13.2 8.66671H14.8C14.8 7.4885 13.8449 6.53337 12.6667 6.53337V8.13337ZM13.2 8.66671V13.3334H14.8V8.66671H13.2ZM13.2 13.3334C13.2 13.6279 12.9612 13.8667 12.6667 13.8667V15.4667C13.8449 15.4667 14.8 14.5116 14.8 13.3334H13.2ZM12.6667 13.8667H3.33333V15.4667H12.6667V13.8667ZM3.33333 13.8667C3.03878 13.8667 2.8 13.6279 2.8 13.3334H1.2C1.2 14.5116 2.15513 15.4667 3.33333 15.4667V13.8667ZM2.8 13.3334V8.66671H1.2V13.3334H2.8ZM2.8 8.66671C2.8 8.37216 3.03878 8.13337 3.33333 8.13337V6.53337C2.15513 6.53337 1.2 7.4885 1.2 8.66671H2.8ZM5.46667 7.33337V4.66671H3.86667V7.33337H5.46667ZM5.46667 4.66671C5.46667 3.99483 5.73357 3.35046 6.20866 2.87537L5.07729 1.744C4.30214 2.51915 3.86667 3.57048 3.86667 4.66671H5.46667ZM6.20866 2.87537C6.68375 2.40028 7.32812 2.13337 8 2.13337V0.533374C6.90377 0.533374 5.85244 0.968849 5.07729 1.744L6.20866 2.87537ZM8 2.13337C8.67188 2.13337 9.31624 2.40028 9.79134 2.87537L10.9227 1.744C10.1476 0.968849 9.09623 0.533374 8 0.533374V2.13337ZM9.79134 2.87537C10.2664 3.35046 10.5333 3.99483 10.5333 4.66671H12.1333C12.1333 3.57048 11.6979 2.51915 10.9227 1.744L9.79134 2.87537ZM10.5333 4.66671V7.33337H12.1333V4.66671H10.5333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconLock, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13540\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLock size={size} /> });"
   ],
   [
-    "IconMic.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMic = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12683)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.05562 0.722082C6.57134 0.206357 7.27082 -0.083374 8.00016 -0.083374C8.72951 -0.083374 9.42898 0.206357 9.94471 0.722082C10.4604 1.23781 10.7502 1.93728 10.7502 2.66663V7.99996C10.7502 8.72931 10.4604 9.42878 9.94471 9.9445C9.42898 10.4602 8.72951 10.75 8.00016 10.75C7.27082 10.75 6.57134 10.4602 6.05562 9.9445C5.53989 9.42878 5.25016 8.72931 5.25016 7.99996V2.66663C5.25016 1.93728 5.53989 1.23781 6.05562 0.722082ZM8.00016 1.41663C7.66864 1.41663 7.3507 1.54832 7.11628 1.78274C6.88186 2.01716 6.75016 2.3351 6.75016 2.66663V7.99996C6.75016 8.33148 6.88186 8.64942 7.11628 8.88384C7.3507 9.11826 7.66864 9.24996 8.00016 9.24996C8.33168 9.24996 8.64963 9.11826 8.88405 8.88384C9.11847 8.64942 9.25016 8.33148 9.25016 7.99996V2.66663C9.25016 2.33511 9.11847 2.01716 8.88405 1.78274C8.64963 1.54832 8.33168 1.41663 8.00016 1.41663ZM3.3335 5.91663C3.74771 5.91663 4.0835 6.25241 4.0835 6.66663V7.99996C4.0835 9.03872 4.49614 10.0349 5.23066 10.7695C5.96518 11.504 6.9614 11.9166 8.00016 11.9166C9.03893 11.9166 10.0351 11.504 10.7697 10.7695C11.5042 10.0349 11.9168 9.03872 11.9168 7.99996V6.66663C11.9168 6.25241 12.2526 5.91663 12.6668 5.91663C13.081 5.91663 13.4168 6.25241 13.4168 6.66663V7.99996C13.4168 9.43655 12.8461 10.8143 11.8303 11.8301C10.993 12.6675 9.90964 13.2024 8.75016 13.3645V14.5833H10.6668C11.081 14.5833 11.4168 14.9191 11.4168 15.3333C11.4168 15.7475 11.081 16.0833 10.6668 16.0833H5.3335C4.91928 16.0833 4.5835 15.7475 4.5835 15.3333C4.5835 14.9191 4.91928 14.5833 5.3335 14.5833H7.25016V13.3645C6.09069 13.2024 5.00738 12.6675 4.17 11.8301C3.15418 10.8143 2.5835 9.43655 2.5835 7.99996V6.66663C2.5835 6.25241 2.91928 5.91663 3.3335 5.91663Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12683\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMic, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13555\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMic size={size} /> });"
+    "IconLink.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLink = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15837)\"><path d=\"M7.30741 8.18748C7.04277 7.83368 6.54142 7.76141 6.18762 8.02605C5.83382 8.2907 5.76154 8.79205 6.02619 9.14585L7.30741 8.18748ZM11.6935 9.02666L11.1278 8.46098L11.1277 8.46108L11.6935 9.02666ZM13.6935 7.02666L14.2592 7.59243L14.2689 7.58243L13.6935 7.02666ZM8.98013 2.31333L8.4243 1.73784L8.4161 1.746L8.98013 2.31333ZM7.26943 2.886C6.9561 3.19751 6.95463 3.70404 7.26613 4.01736C7.57764 4.33069 8.08417 4.33217 8.3975 4.02066L7.26943 2.886ZM8.69285 7.81251C8.9575 8.16631 9.45885 8.23859 9.81265 7.97394C10.1664 7.7093 10.2387 7.20795 9.97408 6.85415L8.69285 7.81251ZM4.3068 6.97333L4.87249 7.53902L4.87259 7.53891L4.3068 6.97333ZM2.3068 8.97333L1.74103 8.40756L1.73137 8.41756L2.3068 8.97333ZM7.02013 13.6867L7.57599 14.2622L7.58582 14.2523L7.02013 13.6867ZM8.72582 13.1123C9.03824 12.7999 9.03824 12.2934 8.72582 11.981C8.4134 11.6686 7.90687 11.6686 7.59445 11.981L8.72582 13.1123ZM6.02619 9.14585C6.3812 9.62046 6.83414 10.0132 7.35427 10.2973L8.1214 8.89324C7.80261 8.71907 7.525 8.47837 7.30741 8.18748L6.02619 9.14585ZM7.35427 10.2973C7.8744 10.5815 8.44957 10.7505 9.04075 10.7928L9.15505 9.19693C8.79271 9.17098 8.44019 9.06741 8.1214 8.89324L7.35427 10.2973ZM9.04075 10.7928C9.63194 10.8352 10.2253 10.7499 10.7806 10.5427L10.2214 9.04364C9.88107 9.1706 9.51739 9.22288 9.15505 9.19693L9.04075 10.7928ZM10.7806 10.5427C11.336 10.3356 11.8402 10.0114 12.2593 9.59225L11.1277 8.46108C10.8709 8.718 10.5618 8.91667 10.2214 9.04364L10.7806 10.5427ZM12.2592 9.59235L14.2592 7.59235L13.1278 6.46098L11.1278 8.46098L12.2592 9.59235ZM14.2689 7.58243C15.0218 6.80288 15.4384 5.75879 15.429 4.67504L13.8291 4.68894C13.8348 5.35318 13.5795 5.9931 13.118 6.47089L14.2689 7.58243ZM15.429 4.67504C15.4196 3.59129 14.9849 2.5546 14.2185 1.78825L13.0872 2.91962C13.5569 3.38932 13.8233 4.02471 13.8291 4.68894L15.429 4.67504ZM14.2185 1.78825C13.4522 1.0219 12.4155 0.587198 11.3318 0.577781L11.3179 2.17772C11.9821 2.18349 12.6175 2.44992 13.0872 2.91962L14.2185 1.78825ZM11.3318 0.577781C10.248 0.568363 9.20392 0.98498 8.42436 1.7379L9.5359 2.88876C10.0137 2.42729 10.6536 2.17195 11.3179 2.17772L11.3318 0.577781ZM8.4161 1.746L7.26943 2.886L8.3975 4.02066L9.54417 2.88066L8.4161 1.746ZM9.97408 6.85415C9.61906 6.37953 9.16613 5.98682 8.646 5.70265L7.87887 7.10676C8.19766 7.28093 8.47526 7.52162 8.69285 7.81251L9.97408 6.85415ZM8.646 5.70265C8.12586 5.41848 7.5507 5.24949 6.95951 5.20715L6.84522 6.80306C7.20756 6.82901 7.56008 6.93259 7.87887 7.10676L8.646 5.70265ZM6.95951 5.20715C6.36833 5.16481 5.77495 5.25011 5.21963 5.45726L5.77884 6.95636C6.1192 6.82939 6.48288 6.77711 6.84522 6.80306L6.95951 5.20715ZM5.21963 5.45726C4.66431 5.66441 4.16004 5.98857 3.74101 6.40775L4.87259 7.53891C5.12941 7.282 5.43848 7.08332 5.77884 6.95636L5.21963 5.45726ZM3.74111 6.40764L1.74111 8.40764L2.87249 9.53902L4.87249 7.53902L3.74111 6.40764ZM1.73137 8.41756C0.978449 9.19712 0.561832 10.2412 0.57125 11.325L2.17119 11.3111C2.16542 10.6468 2.42076 10.0069 2.88223 9.5291L1.73137 8.41756ZM0.57125 11.325C0.580667 12.4087 1.01537 13.4454 1.78172 14.2117L2.91309 13.0804C2.44339 12.6107 2.17696 11.9753 2.17119 11.3111L0.57125 11.325ZM1.78172 14.2117C2.54807 14.9781 3.58476 15.4128 4.66851 15.4222L4.68241 13.8223C4.01818 13.8165 3.38279 13.5501 2.91309 13.0804L1.78172 14.2117ZM4.66851 15.4222C5.75226 15.4316 6.79635 15.015 7.5759 14.2621L6.46436 13.1112C5.98657 13.5727 5.34665 13.828 4.68241 13.8223L4.66851 15.4222ZM7.58582 14.2523L8.72582 13.1123L7.59445 11.981L6.45445 13.121L7.58582 14.2523Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15837\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLink, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13536\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLink size={size} /> });"
   ],
   [
-    "IconMinimize2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMinimize2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.5303 1.46967C14.8232 1.76256 14.8232 2.23744 14.5303 2.53033L11.144 5.91667H13.3333C13.7475 5.91667 14.0833 6.25245 14.0833 6.66667C14.0833 7.08088 13.7475 7.41667 13.3333 7.41667H9.33333C8.91912 7.41667 8.58333 7.08088 8.58333 6.66667V2.66667C8.58333 2.25245 8.91912 1.91667 9.33333 1.91667C9.74755 1.91667 10.0833 2.25245 10.0833 2.66667V4.85601L13.4697 1.46967C13.7626 1.17678 14.2374 1.17678 14.5303 1.46967ZM1.91667 9.33333C1.91667 8.91912 2.25245 8.58333 2.66667 8.58333H6.66667C7.08088 8.58333 7.41667 8.91912 7.41667 9.33333V13.3333C7.41667 13.7475 7.08088 14.0833 6.66667 14.0833C6.25245 14.0833 5.91667 13.7475 5.91667 13.3333V11.144L2.53033 14.5303C2.23744 14.8232 1.76256 14.8232 1.46967 14.5303C1.17678 14.2374 1.17678 13.7626 1.46967 13.4697L4.85601 10.0833H2.66667C2.25245 10.0833 1.91667 9.74755 1.91667 9.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinimize2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13554\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinimize2 size={size} /> });"
+    "IconLoader.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconLoader = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15843)\"><path d=\"M8.80004 1.33337C8.80004 0.891546 8.44187 0.533374 8.00004 0.533374C7.55821 0.533374 7.20004 0.891546 7.20004 1.33337H8.80004ZM7.20004 4.00004C7.20004 4.44187 7.55821 4.80004 8.00004 4.80004C8.44187 4.80004 8.80004 4.44187 8.80004 4.00004H7.20004ZM8.80004 12C8.80004 11.5582 8.44187 11.2 8.00004 11.2C7.55821 11.2 7.20004 11.5582 7.20004 12H8.80004ZM7.20004 14.6667C7.20004 15.1085 7.55821 15.4667 8.00004 15.4667C8.44187 15.4667 8.80004 15.1085 8.80004 14.6667H7.20004ZM3.85239 2.72102C3.53997 2.4086 3.03344 2.4086 2.72102 2.72102C2.4086 3.03344 2.4086 3.53997 2.72102 3.85239L3.85239 2.72102ZM4.60769 5.73906C4.92011 6.05148 5.42664 6.05148 5.73906 5.73906C6.05148 5.42664 6.05148 4.92011 5.73906 4.60769L4.60769 5.73906ZM11.3924 10.261C11.08 9.9486 10.5734 9.9486 10.261 10.261C9.9486 10.5734 9.9486 11.08 10.261 11.3924L11.3924 10.261ZM12.1477 13.2791C12.4601 13.5915 12.9666 13.5915 13.2791 13.2791C13.5915 12.9666 13.5915 12.4601 13.2791 12.1477L12.1477 13.2791ZM1.33337 7.20004C0.891546 7.20004 0.533374 7.55821 0.533374 8.00004C0.533374 8.44187 0.891546 8.80004 1.33337 8.80004V7.20004ZM4.00004 8.80004C4.44187 8.80004 4.80004 8.44187 4.80004 8.00004C4.80004 7.55821 4.44187 7.20004 4.00004 7.20004V8.80004ZM12 7.20004C11.5582 7.20004 11.2 7.55821 11.2 8.00004C11.2 8.44187 11.5582 8.80004 12 8.80004V7.20004ZM14.6667 8.80004C15.1085 8.80004 15.4667 8.44187 15.4667 8.00004C15.4667 7.55821 15.1085 7.20004 14.6667 7.20004V8.80004ZM2.72102 12.1477C2.4086 12.4601 2.4086 12.9666 2.72102 13.2791C3.03344 13.5915 3.53997 13.5915 3.85239 13.2791L2.72102 12.1477ZM5.73906 11.3924C6.05148 11.08 6.05148 10.5734 5.73906 10.261C5.42664 9.9486 4.92011 9.9486 4.60769 10.261L5.73906 11.3924ZM10.261 4.60769C9.9486 4.92011 9.9486 5.42664 10.261 5.73906C10.5734 6.05148 11.08 6.05148 11.3924 5.73906L10.261 4.60769ZM13.2791 3.85239C13.5915 3.53997 13.5915 3.03344 13.2791 2.72102C12.9666 2.4086 12.4601 2.4086 12.1477 2.72102L13.2791 3.85239ZM7.20004 1.33337V4.00004H8.80004V1.33337H7.20004ZM7.20004 12V14.6667H8.80004V12H7.20004ZM2.72102 3.85239L4.60769 5.73906L5.73906 4.60769L3.85239 2.72102L2.72102 3.85239ZM10.261 11.3924L12.1477 13.2791L13.2791 12.1477L11.3924 10.261L10.261 11.3924ZM1.33337 8.80004H4.00004V7.20004H1.33337V8.80004ZM12 8.80004H14.6667V7.20004H12V8.80004ZM3.85239 13.2791L5.73906 11.3924L4.60769 10.261L2.72102 12.1477L3.85239 13.2791ZM11.3924 5.73906L13.2791 3.85239L12.1477 2.72102L10.261 4.60769L11.3924 5.73906Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15843\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconLoader, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13541\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconLoader size={size} /> });"
   ],
   [
-    "IconMinimize.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMinimize = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.33333 1.25C5.74755 1.25 6.08333 1.58579 6.08333 2V4C6.08333 4.55253 5.86384 5.08244 5.47314 5.47314C5.08244 5.86384 4.55253 6.08333 4 6.08333H2C1.58579 6.08333 1.25 5.74755 1.25 5.33333C1.25 4.91912 1.58579 4.58333 2 4.58333H4C4.15471 4.58333 4.30308 4.52188 4.41248 4.41248C4.52188 4.30308 4.58333 4.15471 4.58333 4V2C4.58333 1.58579 4.91912 1.25 5.33333 1.25ZM10.6667 1.25C11.0809 1.25 11.4167 1.58579 11.4167 2V4C11.4167 4.15471 11.4781 4.30308 11.5875 4.41248C11.6969 4.52188 11.8453 4.58333 12 4.58333H14C14.4142 4.58333 14.75 4.91912 14.75 5.33333C14.75 5.74755 14.4142 6.08333 14 6.08333H12C11.4475 6.08333 10.9176 5.86384 10.5269 5.47314C10.1362 5.08244 9.91667 4.55254 9.91667 4V2C9.91667 1.58579 10.2525 1.25 10.6667 1.25ZM1.25 10.6667C1.25 10.2525 1.58579 9.91667 2 9.91667H4C4.55254 9.91667 5.08244 10.1362 5.47314 10.5269C5.86384 10.9176 6.08333 11.4475 6.08333 12V14C6.08333 14.4142 5.74755 14.75 5.33333 14.75C4.91912 14.75 4.58333 14.4142 4.58333 14V12C4.58333 11.8453 4.52188 11.6969 4.41248 11.5875C4.30308 11.4781 4.15471 11.4167 4 11.4167H2C1.58579 11.4167 1.25 11.0809 1.25 10.6667ZM12 11.4167C11.8453 11.4167 11.6969 11.4781 11.5875 11.5875C11.4781 11.6969 11.4167 11.8453 11.4167 12V14C11.4167 14.4142 11.0809 14.75 10.6667 14.75C10.2525 14.75 9.91667 14.4142 9.91667 14V12C9.91667 11.4475 10.1362 10.9176 10.5269 10.5269C10.9176 10.1362 11.4475 9.91667 12 9.91667H14C14.4142 9.91667 14.75 10.2525 14.75 10.6667C14.75 11.0809 14.4142 11.4167 14 11.4167H12Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinimize, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13557\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinimize size={size} /> });"
+    "IconMail.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMail = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.99992 8.66663L7.54115 9.32201C7.8166 9.51483 8.18323 9.51483 8.45869 9.32201L7.99992 8.66663ZM2.66659 3.46663H13.3333V1.86663H2.66659V3.46663ZM13.3333 3.46663C13.6248 3.46663 13.8666 3.70845 13.8666 3.99996H15.4666C15.4666 2.8248 14.5084 1.86663 13.3333 1.86663V3.46663ZM13.8666 3.99996V12H15.4666V3.99996H13.8666ZM13.8666 12C13.8666 12.2915 13.6248 12.5333 13.3333 12.5333V14.1333C14.5084 14.1333 15.4666 13.1751 15.4666 12H13.8666ZM13.3333 12.5333H2.66659V14.1333H13.3333V12.5333ZM2.66659 12.5333C2.37508 12.5333 2.13325 12.2915 2.13325 12H0.533252C0.533252 13.1751 1.49142 14.1333 2.66659 14.1333V12.5333ZM2.13325 12V3.99996H0.533252V12H2.13325ZM2.13325 3.99996C2.13325 3.70845 2.37508 3.46663 2.66659 3.46663V1.86663C1.49142 1.86663 0.533252 2.8248 0.533252 3.99996H2.13325ZM14.2078 3.34457L7.54115 8.01124L8.45869 9.32201L15.1254 4.65534L14.2078 3.34457ZM8.45869 8.01124L1.79202 3.34457L0.874482 4.65534L7.54115 9.32201L8.45869 8.01124Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMail, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13544\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMail size={size} /> });"
   ],
   [
-    "IconMinusCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMinusCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12679)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99998 2.08337C4.7323 2.08337 2.08331 4.73236 2.08331 8.00004C2.08331 11.2677 4.7323 13.9167 7.99998 13.9167C11.2677 13.9167 13.9166 11.2677 13.9166 8.00004C13.9166 4.73236 11.2677 2.08337 7.99998 2.08337ZM0.583313 8.00004C0.583313 3.90393 3.90387 0.583374 7.99998 0.583374C12.0961 0.583374 15.4166 3.90393 15.4166 8.00004C15.4166 12.0962 12.0961 15.4167 7.99998 15.4167C3.90387 15.4167 0.583313 12.0962 0.583313 8.00004ZM4.58331 8.00004C4.58331 7.58583 4.9191 7.25004 5.33331 7.25004H10.6666C11.0809 7.25004 11.4166 7.58583 11.4166 8.00004C11.4166 8.41425 11.0809 8.75004 10.6666 8.75004H5.33331C4.9191 8.75004 4.58331 8.41425 4.58331 8.00004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12679\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMinusCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13556\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinusCircle size={size} /> });"
+    "IconMapPin.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMapPin = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15853)\"><path d=\"M14 6.66663H14.8H14ZM8 15.3333L7.55624 15.9989C7.82496 16.1781 8.17504 16.1781 8.44376 15.9989L8 15.3333ZM2 6.66663H1.2H2ZM8 0.666626V1.46663V0.666626ZM13.2 6.66663C13.2 8.67841 11.8874 10.65 10.4192 12.1998C9.70151 12.9574 8.98107 13.578 8.43916 14.0096C8.16884 14.2248 7.94456 14.3917 7.78942 14.5038C7.71189 14.5598 7.65175 14.602 7.61189 14.6296C7.59196 14.6434 7.57712 14.6535 7.56772 14.6599C7.56302 14.6631 7.55969 14.6653 7.55776 14.6666C7.55679 14.6673 7.55618 14.6677 7.55592 14.6679C7.5558 14.6679 7.55576 14.668 7.55581 14.6679C7.55584 14.6679 7.55594 14.6678 7.55596 14.6678C7.55609 14.6678 7.55624 14.6677 8 15.3333C8.44376 15.9989 8.44396 15.9988 8.44418 15.9987C8.44428 15.9986 8.44453 15.9984 8.44474 15.9983C8.44515 15.998 8.44566 15.9977 8.44626 15.9973C8.44746 15.9965 8.44902 15.9954 8.45094 15.9941C8.45478 15.9915 8.46005 15.988 8.4667 15.9835C8.48001 15.9744 8.49886 15.9615 8.52288 15.9449C8.57091 15.9116 8.63967 15.8633 8.7262 15.8008C8.89919 15.6759 9.14366 15.4939 9.43584 15.2612C10.0189 14.7969 10.7985 14.1259 11.5808 13.3002C13.1126 11.6832 14.8 9.32151 14.8 6.66663H13.2ZM8 15.3333C8.44376 14.6677 8.44391 14.6678 8.44404 14.6678C8.44406 14.6678 8.44416 14.6679 8.44419 14.6679C8.44424 14.668 8.4442 14.6679 8.44408 14.6679C8.44382 14.6677 8.44321 14.6673 8.44224 14.6666C8.44031 14.6653 8.43698 14.6631 8.43228 14.6599C8.42288 14.6535 8.40804 14.6434 8.38811 14.6296C8.34825 14.602 8.28811 14.5598 8.21058 14.5038C8.05544 14.3917 7.83116 14.2248 7.56084 14.0096C7.01893 13.578 6.29849 12.9574 5.58076 12.1998C4.11259 10.65 2.8 8.67841 2.8 6.66663H1.2C1.2 9.32151 2.88741 11.6832 4.41924 13.3002C5.20151 14.1259 5.98107 14.7969 6.56416 15.2612C6.85634 15.4939 7.10081 15.6759 7.2738 15.8008C7.36033 15.8633 7.42909 15.9116 7.47712 15.9449C7.50114 15.9615 7.51999 15.9744 7.5333 15.9835C7.53995 15.988 7.54522 15.9915 7.54906 15.9941C7.55098 15.9954 7.55254 15.9965 7.55374 15.9973C7.55434 15.9977 7.55485 15.998 7.55526 15.9983C7.55547 15.9984 7.55572 15.9986 7.55582 15.9987C7.55604 15.9988 7.55624 15.9989 8 15.3333ZM2.8 6.66663C2.8 5.2875 3.34786 3.96486 4.32304 2.98967L3.19167 1.8583C1.91643 3.13355 1.2 4.86315 1.2 6.66663H2.8ZM4.32304 2.98967C5.29823 2.01448 6.62087 1.46663 8 1.46663V-0.133374C6.19653 -0.133374 4.46692 0.583052 3.19167 1.8583L4.32304 2.98967ZM8 1.46663C9.37913 1.46663 10.7018 2.01448 11.677 2.98967L12.8083 1.8583C11.5331 0.583052 9.80347 -0.133374 8 -0.133374V1.46663ZM11.677 2.98967C12.6521 3.96486 13.2 5.2875 13.2 6.66663H14.8C14.8 4.86315 14.0836 3.13355 12.8083 1.8583L11.677 2.98967ZM9.2 6.66663C9.2 7.32937 8.66274 7.86663 8 7.86663V9.46663C9.5464 9.46663 10.8 8.21302 10.8 6.66663H9.2ZM8 7.86663C7.33726 7.86663 6.8 7.32937 6.8 6.66663H5.2C5.2 8.21302 6.4536 9.46663 8 9.46663V7.86663ZM6.8 6.66663C6.8 6.00388 7.33726 5.46663 8 5.46663V3.86663C6.4536 3.86663 5.2 5.12023 5.2 6.66663H6.8ZM8 5.46663C8.66274 5.46663 9.2 6.00388 9.2 6.66663H10.8C10.8 5.12023 9.5464 3.86663 8 3.86663V5.46663Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15853\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMapPin, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13545\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMapPin size={size} /> });"
   ],
   [
-    "IconMinusSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMinusSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H10.6667C11.0809 7.25 11.4167 7.58579 11.4167 8C11.4167 8.41421 11.0809 8.75 10.6667 8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinusSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13559\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinusSquare size={size} /> });"
+    "IconStar.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconStar = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.99992 1.33325L8.71728 0.979153C8.58251 0.70611 8.30441 0.533252 7.99992 0.533252C7.69542 0.533252 7.41733 0.70611 7.28255 0.979153L7.99992 1.33325ZM10.0599 5.50659L9.34255 5.86068C9.45898 6.09656 9.68393 6.26013 9.94422 6.29817L10.0599 5.50659ZM14.6666 6.17992L15.2248 6.75301C15.4429 6.54058 15.5215 6.22278 15.4276 5.93317C15.3337 5.64357 15.0835 5.43236 14.7823 5.38833L14.6666 6.17992ZM11.3333 9.42659L10.7751 8.8535C10.5864 9.03729 10.5002 9.3022 10.5448 9.56182L11.3333 9.42659ZM12.1199 14.0133L11.7476 14.7213C12.0171 14.8631 12.3437 14.8395 12.5901 14.6605C12.8365 14.4815 12.9599 14.1782 12.9084 13.878L12.1199 14.0133ZM7.99992 11.8466L8.37228 11.1385C8.13917 11.0159 7.86066 11.0159 7.62756 11.1385L7.99992 11.8466ZM3.87992 14.0133L3.09143 13.878C3.03995 14.1782 3.16335 14.4815 3.40973 14.6605C3.65611 14.8395 3.98275 14.8631 4.25228 14.7213L3.87992 14.0133ZM4.66659 9.42659L5.45507 9.56182C5.4996 9.3022 5.41347 9.03729 5.22477 8.8535L4.66659 9.42659ZM1.33325 6.17992L1.21755 5.38833C0.916301 5.43236 0.666157 5.64357 0.572255 5.93317C0.478353 6.22278 0.556971 6.54058 0.775066 6.75301L1.33325 6.17992ZM5.93992 5.50659L6.05562 6.29817C6.3159 6.26013 6.54085 6.09656 6.65728 5.86068L5.93992 5.50659ZM7.28255 1.68735L9.34255 5.86068L10.7773 5.15249L8.71728 0.979153L7.28255 1.68735ZM9.94422 6.29817L14.5509 6.97151L14.7823 5.38833L10.1756 4.715L9.94422 6.29817ZM14.1084 5.60683L10.7751 8.8535L11.8914 9.99967L15.2248 6.75301L14.1084 5.60683ZM10.5448 9.56182L11.3314 14.1485L12.9084 13.878L12.1217 9.29135L10.5448 9.56182ZM12.4923 13.3052L8.37228 11.1385L7.62756 12.5546L11.7476 14.7213L12.4923 13.3052ZM7.62756 11.1385L3.50756 13.3052L4.25228 14.7213L8.37228 12.5546L7.62756 11.1385ZM4.66841 14.1485L5.45507 9.56182L3.8781 9.29135L3.09143 13.878L4.66841 14.1485ZM5.22477 8.8535L1.89144 5.60683L0.775066 6.75301L4.1084 9.99967L5.22477 8.8535ZM1.44895 6.97151L6.05562 6.29817L5.82422 4.715L1.21755 5.38833L1.44895 6.97151ZM6.65728 5.86068L8.71728 1.68735L7.28255 0.979153L5.22255 5.15249L6.65728 5.86068Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconStar, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13623\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconStar size={size} /> });"
   ],
   [
-    "IconMinus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMinus = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.58337 8C2.58337 7.58579 2.91916 7.25 3.33337 7.25H12.6667C13.0809 7.25 13.4167 7.58579 13.4167 8C13.4167 8.41421 13.0809 8.75 12.6667 8.75H3.33337C2.91916 8.75 2.58337 8.41421 2.58337 8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13558\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinus size={size} /> });"
+    "IconSlack.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSlack = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15995)\"><path d=\"M12.6666 6.66659H11.8666C11.8666 7.10841 12.2248 7.46659 12.6666 7.46659V6.66659ZM3.33325 9.33325H4.13325C4.13325 8.89142 3.77508 8.53325 3.33325 8.53325V9.33325ZM9.33325 12.6666V11.8666C8.89142 11.8666 8.53325 12.2248 8.53325 12.6666H9.33325ZM6.66659 3.33325V4.13325C7.10841 4.13325 7.46659 3.77508 7.46659 3.33325H6.66659ZM9.66658 5.86659C9.55508 5.86659 9.46659 5.77809 9.46659 5.66659H7.86658C7.86658 6.66175 8.67142 7.46659 9.66658 7.46659V5.86659ZM9.46659 5.66659V2.33325H7.86658V5.66659H9.46659ZM9.46659 2.33325C9.46659 2.22175 9.55508 2.13325 9.66658 2.13325V0.533252C8.67142 0.533252 7.86658 1.33809 7.86658 2.33325H9.46659ZM9.66658 2.13325C9.77809 2.13325 9.86658 2.22175 9.86658 2.33325H11.4666C11.4666 1.33809 10.6617 0.533252 9.66658 0.533252V2.13325ZM9.86658 2.33325V5.66659H11.4666V2.33325H9.86658ZM9.86658 5.66659C9.86658 5.77809 9.77809 5.86659 9.66658 5.86659V7.46659C10.6617 7.46659 11.4666 6.66175 11.4666 5.66659H9.86658ZM13.6666 5.86659H12.6666V7.46659H13.6666V5.86659ZM13.4666 6.66659V5.66659H11.8666V6.66659H13.4666ZM13.4666 5.66659C13.4666 5.55508 13.5551 5.46659 13.6666 5.46659V3.86659C12.6714 3.86659 11.8666 4.67142 11.8666 5.66659H13.4666ZM13.6666 5.46659C13.7781 5.46659 13.8666 5.55508 13.8666 5.66659H15.4666C15.4666 4.67142 14.6617 3.86659 13.6666 3.86659V5.46659ZM13.8666 5.66659C13.8666 5.77809 13.7781 5.86659 13.6666 5.86659V7.46659C14.6617 7.46659 15.4666 6.66175 15.4666 5.66659H13.8666ZM6.33325 10.1333C6.44476 10.1333 6.53325 10.2217 6.53325 10.3333H8.13325C8.13325 9.33809 7.32841 8.53325 6.33325 8.53325V10.1333ZM6.53325 10.3333V13.6666H8.13325V10.3333H6.53325ZM6.53325 13.6666C6.53325 13.7781 6.44476 13.8666 6.33325 13.8666V15.4666C7.32841 15.4666 8.13325 14.6617 8.13325 13.6666H6.53325ZM6.33325 13.8666C6.22175 13.8666 6.13325 13.7781 6.13325 13.6666H4.53325C4.53325 14.6617 5.33809 15.4666 6.33325 15.4666V13.8666ZM6.13325 13.6666V10.3333H4.53325V13.6666H6.13325ZM6.13325 10.3333C6.13325 10.2217 6.22175 10.1333 6.33325 10.1333V8.53325C5.33809 8.53325 4.53325 9.33809 4.53325 10.3333H6.13325ZM2.33325 10.1333H3.33325V8.53325H2.33325V10.1333ZM2.53325 9.33325V10.3333H4.13325V9.33325H2.53325ZM2.53325 10.3333C2.53325 10.4448 2.44476 10.5333 2.33325 10.5333V12.1333C3.32841 12.1333 4.13325 11.3284 4.13325 10.3333H2.53325ZM2.33325 10.5333C2.22175 10.5333 2.13325 10.4448 2.13325 10.3333H0.533252C0.533252 11.3284 1.33809 12.1333 2.33325 12.1333V10.5333ZM2.13325 10.3333C2.13325 10.2217 2.22175 10.1333 2.33325 10.1333V8.53325C1.33809 8.53325 0.533252 9.33809 0.533252 10.3333H2.13325ZM10.1333 9.66658C10.1333 9.55508 10.2217 9.46659 10.3333 9.46659V7.86658C9.33809 7.86658 8.53325 8.67142 8.53325 9.66658H10.1333ZM10.3333 9.46659H13.6666V7.86658H10.3333V9.46659ZM13.6666 9.46659C13.7781 9.46659 13.8666 9.55508 13.8666 9.66658H15.4666C15.4666 8.67142 14.6617 7.86658 13.6666 7.86658V9.46659ZM13.8666 9.66658C13.8666 9.77809 13.7781 9.86658 13.6666 9.86658V11.4666C14.6617 11.4666 15.4666 10.6617 15.4666 9.66658H13.8666ZM13.6666 9.86658H10.3333V11.4666H13.6666V9.86658ZM10.3333 9.86658C10.2217 9.86658 10.1333 9.77809 10.1333 9.66658H8.53325C8.53325 10.6617 9.33809 11.4666 10.3333 11.4666V9.86658ZM10.3333 11.8666H9.33325V13.4666H10.3333V11.8666ZM8.53325 12.6666V13.6666H10.1333V12.6666H8.53325ZM8.53325 13.6666C8.53325 14.6617 9.33809 15.4666 10.3333 15.4666V13.8666C10.2217 13.8666 10.1333 13.7781 10.1333 13.6666H8.53325ZM10.3333 15.4666C11.3284 15.4666 12.1333 14.6617 12.1333 13.6666H10.5333C10.5333 13.7781 10.4448 13.8666 10.3333 13.8666V15.4666ZM12.1333 13.6666C12.1333 12.6714 11.3284 11.8666 10.3333 11.8666V13.4666C10.4448 13.4666 10.5333 13.5551 10.5333 13.6666H12.1333ZM7.46659 6.33325C7.46659 5.33809 6.66175 4.53325 5.66659 4.53325V6.13325C5.77809 6.13325 5.86659 6.22175 5.86659 6.33325H7.46659ZM5.66659 4.53325H2.33325V6.13325H5.66659V4.53325ZM2.33325 4.53325C1.33809 4.53325 0.533252 5.33809 0.533252 6.33325H2.13325C2.13325 6.22175 2.22175 6.13325 2.33325 6.13325V4.53325ZM0.533252 6.33325C0.533252 7.32841 1.33809 8.13325 2.33325 8.13325V6.53325C2.22175 6.53325 2.13325 6.44476 2.13325 6.33325H0.533252ZM2.33325 8.13325H5.66659V6.53325H2.33325V8.13325ZM5.66659 8.13325C6.66175 8.13325 7.46659 7.32841 7.46659 6.33325H5.86659C5.86659 6.44476 5.77809 6.53325 5.66659 6.53325V8.13325ZM5.66659 4.13325H6.66659V2.53325H5.66659V4.13325ZM7.46659 3.33325V2.33325H5.86659V3.33325H7.46659ZM7.46659 2.33325C7.46659 1.33809 6.66175 0.533252 5.66659 0.533252V2.13325C5.77809 2.13325 5.86659 2.22175 5.86659 2.33325H7.46659ZM5.66659 0.533252C4.67142 0.533252 3.86659 1.33809 3.86659 2.33325H5.46659C5.46659 2.22175 5.55508 2.13325 5.66659 2.13325V0.533252ZM3.86659 2.33325C3.86659 3.32841 4.67142 4.13325 5.66659 4.13325V2.53325C5.55508 2.53325 5.46659 2.44476 5.46659 2.33325H3.86659Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15995\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSlack, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13618\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSlack size={size} /> });"
   ],
   [
-    "IconMonitor.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMonitor = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66659 2.75C2.34442 2.75 2.08325 3.01117 2.08325 3.33333V10C2.08325 10.3222 2.34442 10.5833 2.66659 10.5833H7.99871C7.99911 10.5833 7.99952 10.5833 7.99992 10.5833C8.00032 10.5833 8.00072 10.5833 8.00113 10.5833H13.3333C13.6554 10.5833 13.9166 10.3222 13.9166 10V3.33333C13.9166 3.01117 13.6554 2.75 13.3333 2.75H2.66659ZM8.74992 12.0833H13.3333C14.4838 12.0833 15.4166 11.1506 15.4166 10V3.33333C15.4166 2.18274 14.4838 1.25 13.3333 1.25H2.66659C1.51599 1.25 0.583252 2.18274 0.583252 3.33333V10C0.583252 11.1506 1.51599 12.0833 2.66659 12.0833H7.24992V13.25H5.33325C4.91904 13.25 4.58325 13.5858 4.58325 14C4.58325 14.4142 4.91904 14.75 5.33325 14.75H10.6666C11.0808 14.75 11.4166 14.4142 11.4166 14C11.4166 13.5858 11.0808 13.25 10.6666 13.25H8.74992V12.0833Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMonitor, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13561\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMonitor size={size} /> });"
+    "IconSmartphone.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSmartphone = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.99999 11.1999C7.55817 11.1999 7.19999 11.5581 7.19999 11.9999C7.19999 12.4417 7.55817 12.7999 7.99999 12.7999V11.1999ZM8.00666 12.7999C8.44849 12.7999 8.80666 12.4417 8.80666 11.9999C8.80666 11.5581 8.44849 11.1999 8.00666 11.1999V12.7999ZM4.66666 2.13325H11.3333V0.533252H4.66666V2.13325ZM11.3333 2.13325C11.6279 2.13325 11.8667 2.37203 11.8667 2.66659H13.4667C13.4667 1.48838 12.5115 0.533252 11.3333 0.533252V2.13325ZM11.8667 2.66659V13.3333H13.4667V2.66659H11.8667ZM11.8667 13.3333C11.8667 13.6278 11.6279 13.8666 11.3333 13.8666V15.4666C12.5115 15.4666 13.4667 14.5115 13.4667 13.3333H11.8667ZM11.3333 13.8666H4.66666V15.4666H11.3333V13.8666ZM4.66666 13.8666C4.37211 13.8666 4.13333 13.6278 4.13333 13.3333H2.53333C2.53333 14.5115 3.48845 15.4666 4.66666 15.4666V13.8666ZM4.13333 13.3333V2.66659H2.53333V13.3333H4.13333ZM4.13333 2.66659C4.13333 2.37203 4.37211 2.13325 4.66666 2.13325V0.533252C3.48845 0.533252 2.53333 1.48838 2.53333 2.66659H4.13333ZM7.99999 12.7999H8.00666V11.1999H7.99999V12.7999Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSmartphone, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13619\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSmartphone size={size} /> });"
   ],
   [
-    "IconMoon.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMoon = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.12665 1.63178C8.27179 1.88932 8.25211 2.20809 8.07639 2.44582C7.51878 3.20021 7.25045 4.12968 7.32021 5.06518C7.38998 6.00068 7.79319 6.88008 8.45653 7.54341C9.11987 8.20675 9.99926 8.60997 10.9348 8.67973C11.8703 8.7495 12.7997 8.48117 13.5541 7.92356C13.7919 7.74784 14.1106 7.72816 14.3682 7.8733C14.6257 8.01844 14.774 8.30133 14.7468 8.59569C14.6288 9.87235 14.1496 11.089 13.3654 12.1033C12.5812 13.1176 11.5244 13.8875 10.3185 14.3231C9.11269 14.7587 7.80774 14.8418 6.55638 14.5628C5.30502 14.2837 4.159 13.6541 3.25242 12.7475C2.34584 11.841 1.71621 10.6949 1.43718 9.44357C1.15816 8.19221 1.24129 6.88726 1.67685 5.68142C2.11241 4.47558 2.88238 3.41872 3.89666 2.63451C4.91095 1.8503 6.1276 1.37117 7.40425 1.25319C7.69862 1.22599 7.98151 1.37424 8.12665 1.63178ZM6.07432 3.10056C5.62515 3.28036 5.20076 3.52228 4.81416 3.82119C4.02527 4.43113 3.4264 5.25313 3.08763 6.191C2.74887 7.12888 2.68421 8.14384 2.90123 9.11712C3.11825 10.0904 3.60797 10.9818 4.31308 11.6869C5.0182 12.392 5.90954 12.8817 6.88283 13.0987C7.85611 13.3157 8.87107 13.2511 9.80894 12.9123C10.7468 12.5735 11.5688 11.9747 12.1788 11.1858C12.4777 10.7992 12.7196 10.3748 12.8994 9.92563C12.2353 10.1413 11.5305 10.2283 10.8232 10.1756C9.52944 10.0791 8.31325 9.52146 7.39587 8.60407C6.47849 7.68669 5.92085 6.47051 5.82437 5.17673C5.77162 4.46945 5.85861 3.76466 6.07432 3.10056Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMoon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13560\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMoon size={size} /> });"
+    "IconSunset.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSunset = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16017)\"><path d=\"M10.5332 11.9999C10.5332 12.4417 10.8913 12.7999 11.3332 12.7999C11.775 12.7999 12.1332 12.4417 12.1332 11.9999H10.5332ZM7.99984 8.66658V7.86658V8.66658ZM3.8665 11.9999C3.8665 12.4417 4.22468 12.7999 4.6665 12.7999C5.10833 12.7999 5.4665 12.4417 5.4665 11.9999H3.8665ZM7.99984 5.99992L7.43415 6.5656C7.74657 6.87802 8.2531 6.87802 8.56552 6.5656L7.99984 5.99992ZM8.79984 1.33325C8.79984 0.891424 8.44166 0.533252 7.99984 0.533252C7.55801 0.533252 7.19984 0.891424 7.19984 1.33325H8.79984ZM3.37886 6.24757C3.06644 5.93515 2.5599 5.93515 2.24749 6.24757C1.93507 6.55999 1.93507 7.06652 2.24749 7.37894L3.37886 6.24757ZM3.19415 8.3256C3.50657 8.63802 4.0131 8.63802 4.32552 8.3256C4.63794 8.01318 4.63794 7.50665 4.32552 7.19423L3.19415 8.3256ZM0.666504 11.1999C0.224676 11.1999 -0.133496 11.5581 -0.133496 11.9999C-0.133496 12.4417 0.224676 12.7999 0.666504 12.7999V11.1999ZM1.99984 12.7999C2.44167 12.7999 2.79984 12.4417 2.79984 11.9999C2.79984 11.5581 2.44167 11.1999 1.99984 11.1999V12.7999ZM13.9998 11.1999C13.558 11.1999 13.1998 11.5581 13.1998 11.9999C13.1998 12.4417 13.558 12.7999 13.9998 12.7999V11.1999ZM15.3332 12.7999C15.775 12.7999 16.1332 12.4417 16.1332 11.9999C16.1332 11.5581 15.775 11.1999 15.3332 11.1999V12.7999ZM11.6742 7.19423C11.3617 7.50665 11.3617 8.01318 11.6742 8.3256C11.9866 8.63802 12.4931 8.63802 12.8055 8.3256L11.6742 7.19423ZM13.7522 7.37894C14.0646 7.06652 14.0646 6.55999 13.7522 6.24757C13.4398 5.93515 12.9332 5.93515 12.6208 6.24757L13.7522 7.37894ZM15.3332 15.4666C15.775 15.4666 16.1332 15.1084 16.1332 14.6666C16.1332 14.2248 15.775 13.8666 15.3332 13.8666V15.4666ZM0.666504 13.8666C0.224676 13.8666 -0.133496 14.2248 -0.133496 14.6666C-0.133496 15.1084 0.224676 15.4666 0.666504 15.4666V13.8666ZM11.2322 3.89894C11.5446 3.58652 11.5446 3.07999 11.2322 2.76757C10.9198 2.45515 10.4132 2.45515 10.1008 2.76757L11.2322 3.89894ZM5.89886 2.76757C5.58644 2.45515 5.07991 2.45515 4.76749 2.76757C4.45507 3.07999 4.45507 3.58652 4.76749 3.89894L5.89886 2.76757ZM12.1332 11.9999C12.1332 10.9037 11.6977 9.85236 10.9225 9.07721L9.79117 10.2086C10.2663 10.6837 10.5332 11.328 10.5332 11.9999H12.1332ZM10.9225 9.07721C10.1474 8.30206 9.09606 7.86658 7.99984 7.86658V9.46658C8.67172 9.46658 9.31608 9.73349 9.79117 10.2086L10.9225 9.07721ZM7.99984 7.86658C6.90361 7.86658 5.85228 8.30206 5.07713 9.07721L6.2085 10.2086C6.68359 9.73349 7.32796 9.46658 7.99984 9.46658V7.86658ZM5.07713 9.07721C4.30198 9.85236 3.8665 10.9037 3.8665 11.9999H5.4665C5.4665 11.328 5.73341 10.6837 6.2085 10.2086L5.07713 9.07721ZM8.79984 5.99992V1.33325H7.19984V5.99992H8.79984ZM2.24749 7.37894L3.19415 8.3256L4.32552 7.19423L3.37886 6.24757L2.24749 7.37894ZM0.666504 12.7999H1.99984V11.1999H0.666504V12.7999ZM13.9998 12.7999H15.3332V11.1999H13.9998V12.7999ZM12.8055 8.3256L13.7522 7.37894L12.6208 6.24757L11.6742 7.19423L12.8055 8.3256ZM15.3332 13.8666H0.666504V15.4666H15.3332V13.8666ZM10.1008 2.76757L7.43415 5.43423L8.56552 6.5656L11.2322 3.89894L10.1008 2.76757ZM8.56552 5.43423L5.89886 2.76757L4.76749 3.89894L7.43415 6.5656L8.56552 5.43423Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16017\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSunset, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13627\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSunset size={size} /> });"
   ],
   [
-    "IconMoreHorizontal.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMoreHorizontal = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33341 8.08337C3.37944 8.08337 3.41675 8.04606 3.41675 8.00004C3.41675 7.95402 3.37944 7.91671 3.33341 7.91671C3.28739 7.91671 3.25008 7.95402 3.25008 8.00004C3.25008 8.04606 3.28739 8.08337 3.33341 8.08337ZM1.91675 8.00004C1.91675 7.21764 2.55101 6.58337 3.33341 6.58337C4.11582 6.58337 4.75008 7.21764 4.75008 8.00004C4.75008 8.78244 4.11582 9.41671 3.33341 9.41671C2.55101 9.41671 1.91675 8.78244 1.91675 8.00004ZM8.00008 8.08337C8.04611 8.08337 8.08342 8.04606 8.08342 8.00004C8.08342 7.95402 8.04611 7.91671 8.00008 7.91671C7.95406 7.91671 7.91675 7.95402 7.91675 8.00004C7.91675 8.04606 7.95406 8.08337 8.00008 8.08337ZM6.58342 8.00004C6.58342 7.21764 7.21768 6.58337 8.00008 6.58337C8.78248 6.58337 9.41675 7.21764 9.41675 8.00004C9.41675 8.78244 8.78248 9.41671 8.00008 9.41671C7.21768 9.41671 6.58342 8.78244 6.58342 8.00004ZM12.6667 8.08337C12.7128 8.08337 12.7501 8.04606 12.7501 8.00004C12.7501 7.95402 12.7128 7.91671 12.6667 7.91671C12.6207 7.91671 12.5834 7.95402 12.5834 8.00004C12.5834 8.04606 12.6207 8.08337 12.6667 8.08337ZM11.2501 8.00004C11.2501 7.21764 11.8843 6.58337 12.6667 6.58337C13.4492 6.58337 14.0834 7.21764 14.0834 8.00004C14.0834 8.78244 13.4492 9.41671 12.6667 9.41671C11.8843 9.41671 11.2501 8.78244 11.2501 8.00004Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMoreHorizontal, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13563\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMoreHorizontal size={size} /> });"
+    "IconTablet.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTablet = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.00002 11.1999C7.55819 11.1999 7.20002 11.5581 7.20002 11.9999C7.20002 12.4417 7.55819 12.7999 8.00002 12.7999V11.1999ZM8.00669 12.7999C8.44851 12.7999 8.80669 12.4417 8.80669 11.9999C8.80669 11.5581 8.44851 11.1999 8.00669 11.1999V12.7999ZM4.00002 2.13325H12V0.533252H4.00002V2.13325ZM12 2.13325C12.2946 2.13325 12.5334 2.37203 12.5334 2.66659H14.1334C14.1334 1.48838 13.1782 0.533252 12 0.533252V2.13325ZM12.5334 2.66659V13.3333H14.1334V2.66659H12.5334ZM12.5334 13.3333C12.5334 13.6278 12.2946 13.8666 12 13.8666V15.4666C13.1782 15.4666 14.1334 14.5115 14.1334 13.3333H12.5334ZM12 13.8666H4.00002V15.4666H12V13.8666ZM4.00002 13.8666C3.70547 13.8666 3.46669 13.6278 3.46669 13.3333H1.86669C1.86669 14.5115 2.82181 15.4666 4.00002 15.4666V13.8666ZM3.46669 13.3333V2.66659H1.86669V13.3333H3.46669ZM3.46669 2.66659C3.46669 2.37203 3.70547 2.13325 4.00002 2.13325V0.533252C2.82181 0.533252 1.86669 1.48838 1.86669 2.66659H3.46669ZM8.00002 12.7999H8.00669V11.1999H8.00002V12.7999Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTablet, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13629\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTablet size={size} /> });"
   ],
   [
-    "IconMoreVertical.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMoreVertical = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 3.41663C8.04619 3.41663 8.0835 3.37932 8.0835 3.33329C8.0835 3.28727 8.04619 3.24996 8.00016 3.24996C7.95414 3.24996 7.91683 3.28727 7.91683 3.33329C7.91683 3.37932 7.95414 3.41663 8.00016 3.41663ZM6.5835 3.33329C6.5835 2.55089 7.21776 1.91663 8.00016 1.91663C8.78257 1.91663 9.41683 2.55089 9.41683 3.33329C9.41683 4.1157 8.78257 4.74996 8.00016 4.74996C7.21776 4.74996 6.5835 4.1157 6.5835 3.33329ZM8.00016 8.08329C8.04619 8.08329 8.0835 8.04598 8.0835 7.99996C8.0835 7.95394 8.04619 7.91663 8.00016 7.91663C7.95414 7.91663 7.91683 7.95394 7.91683 7.99996C7.91683 8.04598 7.95414 8.08329 8.00016 8.08329ZM6.5835 7.99996C6.5835 7.21756 7.21776 6.58329 8.00016 6.58329C8.78257 6.58329 9.41683 7.21756 9.41683 7.99996C9.41683 8.78236 8.78257 9.41663 8.00016 9.41663C7.21776 9.41663 6.5835 8.78236 6.5835 7.99996ZM8.00016 12.75C8.04619 12.75 8.0835 12.7127 8.0835 12.6666C8.0835 12.6206 8.04619 12.5833 8.00016 12.5833C7.95414 12.5833 7.91683 12.6206 7.91683 12.6666C7.91683 12.7127 7.95414 12.75 8.00016 12.75ZM6.5835 12.6666C6.5835 11.8842 7.21776 11.25 8.00016 11.25C8.78257 11.25 9.41683 11.8842 9.41683 12.6666C9.41683 13.449 8.78257 14.0833 8.00016 14.0833C7.21776 14.0833 6.5835 13.449 6.5835 12.6666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMoreVertical, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13562\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMoreVertical size={size} /> });"
+    "IconThumbsUp.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconThumbsUp = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16033)\"><path d=\"M9.3335 5.99992H8.5335C8.5335 6.44175 8.89167 6.79992 9.3335 6.79992V5.99992ZM9.3335 3.33325H10.1335H9.3335ZM7.3335 1.33325V0.533252C7.01735 0.533252 6.73085 0.719439 6.60245 1.00834L7.3335 1.33325ZM12.1868 14.6666L12.1959 13.8666H12.1868V14.6666ZM13.5202 13.5333L12.7294 13.412L12.7292 13.4133L13.5202 13.5333ZM14.4402 7.53325L15.2309 7.6545L15.2311 7.6533L14.4402 7.53325ZM13.1068 5.99992V6.79997L13.1159 6.79987L13.1068 5.99992ZM1.3335 13.3333H0.533496H1.3335ZM2.66683 7.33325V8.13325V7.33325ZM10.1335 5.99992V3.33325H8.5335V5.99992H10.1335ZM10.1335 3.33325C10.1335 2.59065 9.8385 1.87845 9.3134 1.35335L8.18202 2.48472C8.40707 2.70977 8.5335 3.01499 8.5335 3.33325H10.1335ZM9.3134 1.35335C8.78829 0.828251 8.0761 0.533252 7.3335 0.533252V2.13325C7.65176 2.13325 7.95698 2.25968 8.18202 2.48472L9.3134 1.35335ZM6.60245 1.00834L3.93578 7.00834L5.39788 7.65816L8.06455 1.65816L6.60245 1.00834ZM3.86683 7.33325V14.6666H5.46683V7.33325H3.86683ZM4.66683 15.4666H12.1868V13.8666H4.66683V15.4666ZM12.1778 15.4665C12.6923 15.4723 13.1915 15.292 13.5836 14.9588L12.5473 13.7397C12.4493 13.823 12.3245 13.8681 12.1959 13.8666L12.1778 15.4665ZM13.5836 14.9588C13.9756 14.6256 14.234 14.1619 14.3111 13.6532L12.7292 13.4133C12.7099 13.5405 12.6453 13.6564 12.5473 13.7397L13.5836 14.9588ZM14.3109 13.6545L15.2309 7.6545L13.6494 7.412L12.7294 13.412L14.3109 13.6545ZM15.2311 7.6533C15.2775 7.34755 15.2569 7.03536 15.1707 6.73837L13.6341 7.18447C13.6557 7.25871 13.6608 7.33676 13.6492 7.4132L15.2311 7.6533ZM15.1707 6.73837C15.0844 6.44138 14.9347 6.16668 14.7318 5.93332L13.5244 6.9832C13.5751 7.04155 13.6126 7.11022 13.6341 7.18447L15.1707 6.73837ZM14.7318 5.93332C14.5288 5.69995 14.2776 5.5135 13.9954 5.38687L13.3403 6.84659C13.4108 6.87825 13.4737 6.92486 13.5244 6.9832L14.7318 5.93332ZM13.9954 5.38687C13.7133 5.26024 13.407 5.19647 13.0978 5.19997L13.1159 6.79987C13.1932 6.79899 13.2698 6.81493 13.3403 6.84659L13.9954 5.38687ZM13.1068 5.19992H9.3335V6.79992H13.1068V5.19992ZM4.66683 13.8666H2.66683V15.4666H4.66683V13.8666ZM2.66683 13.8666C2.52538 13.8666 2.38973 13.8104 2.28971 13.7104L1.15833 14.8417C1.55841 15.2418 2.10103 15.4666 2.66683 15.4666V13.8666ZM2.28971 13.7104C2.18969 13.6104 2.1335 13.4747 2.1335 13.3333H0.533496C0.533496 13.899 0.758257 14.4417 1.15833 14.8417L2.28971 13.7104ZM2.1335 13.3333V8.66658H0.533496V13.3333H2.1335ZM2.1335 8.66658C2.1335 8.52514 2.18969 8.38948 2.28971 8.28946L1.15833 7.15809C0.758257 7.55817 0.533496 8.10079 0.533496 8.66658H2.1335ZM2.28971 8.28946C2.38973 8.18944 2.52538 8.13325 2.66683 8.13325V6.53325C2.10103 6.53325 1.55841 6.75801 1.15833 7.15809L2.28971 8.28946ZM2.66683 8.13325H4.66683V6.53325H2.66683V8.13325Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16033\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconThumbsUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13635\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconThumbsUp size={size} /> });"
   ],
   [
-    "IconMousePointer.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMousePointer = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.46969 1.46969C1.68459 1.2548 2.00792 1.19083 2.28845 1.3077L13.6018 6.02104C13.8898 6.14102 14.0734 6.42678 14.0629 6.7386C14.0524 7.05042 13.85 7.32317 13.5546 7.42351L9.76969 8.70903L13.197 12.1364C13.4899 12.4293 13.4899 12.9041 13.197 13.197C12.9041 13.4899 12.4293 13.4899 12.1364 13.197L8.70903 9.76969L7.42351 13.5546C7.32317 13.85 7.05042 14.0524 6.7386 14.0629C6.42678 14.0734 6.14102 13.8898 6.02104 13.6018L1.3077 2.28845C1.19083 2.00792 1.2548 1.68459 1.46969 1.46969ZM3.39274 3.39274L6.64191 11.1917L7.67653 8.14549C7.75149 7.92479 7.92479 7.75149 8.14549 7.67653L11.1917 6.64191L3.39274 3.39274Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMousePointer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13565\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMousePointer size={size} /> });"
+    "IconThermometer.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconThermometer = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16029)\"><path d=\"M9.33341 9.84008H8.53341C8.53341 10.1073 8.66681 10.3568 8.88897 10.5053L9.33341 9.84008ZM9.33341 2.33341H8.53341H9.33341ZM6.00008 9.84008L6.44453 10.5053C6.66669 10.3568 6.80008 10.1073 6.80008 9.84008H6.00008ZM10.1334 9.84008V2.33341H8.53341V9.84008H10.1334ZM10.1334 2.33341C10.1334 1.67921 9.87353 1.05181 9.41094 0.589218L8.27957 1.72059C8.44211 1.88312 8.53341 2.10356 8.53341 2.33341H10.1334ZM9.41094 0.589218C8.94835 0.126628 8.32095 -0.133252 7.66675 -0.133252V1.46675C7.8966 1.46675 8.11704 1.55806 8.27957 1.72059L9.41094 0.589218ZM7.66675 -0.133252C7.01255 -0.133252 6.38514 0.126628 5.92255 0.589218L7.05392 1.72059C7.21645 1.55806 7.43689 1.46675 7.66675 1.46675V-0.133252ZM5.92255 0.589218C5.45996 1.05181 5.20008 1.67921 5.20008 2.33341H6.80008C6.80008 2.10356 6.89139 1.88312 7.05392 1.72059L5.92255 0.589218ZM5.20008 2.33341V9.84008H6.80008V2.33341H5.20008ZM5.55564 9.1749C4.87778 9.62781 4.36355 10.2867 4.0889 11.0543L5.59536 11.5933C5.75437 11.1489 6.05208 10.7675 6.44453 10.5053L5.55564 9.1749ZM4.0889 11.0543C3.81424 11.8219 3.79372 12.6574 4.03037 13.4376L5.56147 12.9731C5.42447 12.5215 5.43635 12.0377 5.59536 11.5933L4.0889 11.0543ZM4.03037 13.4376C4.26701 14.2177 4.74827 14.9011 5.40308 15.3867L6.3562 14.1016C5.9771 13.8204 5.69848 13.4248 5.56147 12.9731L4.03037 13.4376ZM5.40308 15.3867C6.05788 15.8723 6.85151 16.1345 7.66675 16.1345V14.5345C7.19477 14.5345 6.7353 14.3827 6.3562 14.1016L5.40308 15.3867ZM7.66675 16.1345C8.48199 16.1345 9.27561 15.8723 9.93042 15.3867L8.97729 14.1016C8.5982 14.3827 8.13873 14.5345 7.66675 14.5345V16.1345ZM9.93042 15.3867C10.5852 14.9011 11.0665 14.2177 11.3031 13.4376L9.77202 12.9731C9.63502 13.4248 9.35639 13.8204 8.97729 14.1016L9.93042 15.3867ZM11.3031 13.4376C11.5398 12.6574 11.5193 11.8219 11.2446 11.0543L9.73813 11.5933C9.89715 12.0377 9.90903 12.5215 9.77202 12.9731L11.3031 13.4376ZM11.2446 11.0543C10.9699 10.2867 10.4557 9.62781 9.77786 9.1749L8.88897 10.5053C9.28141 10.7675 9.57912 11.1489 9.73813 11.5933L11.2446 11.0543Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16029\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconThermometer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13633\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconThermometer size={size} /> });"
   ],
   [
-    "IconMove.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMove = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12856)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46967 0.803044C7.76256 0.510151 8.23743 0.510151 8.53033 0.803044L10.5303 2.80304C10.8232 3.09594 10.8232 3.57081 10.5303 3.8637C10.2374 4.1566 9.76256 4.1566 9.46967 3.8637L8.75 3.14403V7.25004H12.856L12.1363 6.53037C11.8434 6.23748 11.8434 5.7626 12.1363 5.46971C12.4292 5.17682 12.9041 5.17682 13.197 5.46971L15.197 7.46971C15.4899 7.7626 15.4899 8.23748 15.197 8.53037L13.197 10.5304C12.9041 10.8233 12.4292 10.8233 12.1363 10.5304C11.8434 10.2375 11.8434 9.7626 12.1363 9.46971L12.856 8.75004H8.75V12.856L9.46967 12.1364C9.76256 11.8435 10.2374 11.8435 10.5303 12.1364C10.8232 12.4293 10.8232 12.9041 10.5303 13.197L8.53033 15.197C8.23743 15.4899 7.76256 15.4899 7.46967 15.197L5.46967 13.197C5.17677 12.9041 5.17677 12.4293 5.46967 12.1364C5.76256 11.8435 6.23743 11.8435 6.53033 12.1364L7.25 12.856V8.75004H3.14399L3.86366 9.46971C4.15655 9.7626 4.15655 10.2375 3.86366 10.5304C3.57077 10.8233 3.09589 10.8233 2.803 10.5304L0.802998 8.53037C0.510105 8.23748 0.510105 7.7626 0.802998 7.46971L2.803 5.46971C3.09589 5.17682 3.57077 5.17682 3.86366 5.46971C4.15655 5.7626 4.15655 6.23748 3.86366 6.53037L3.14399 7.25004H7.25V3.14403L6.53033 3.8637C6.23743 4.1566 5.76256 4.1566 5.46967 3.8637C5.17677 3.57081 5.17677 3.09594 5.46967 2.80304L7.46967 0.803044Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12856\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMove, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13564\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMove size={size} /> });"
+    "IconSkipBack.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSkipBack = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.6666 13.3334L12.1668 13.9581C12.407 14.1502 12.736 14.1877 13.0131 14.0545C13.2903 13.9212 13.4666 13.6409 13.4666 13.3334H12.6666ZM5.99992 8.00008L5.50016 7.37539C5.31039 7.5272 5.19992 7.75705 5.19992 8.00008C5.19992 8.24311 5.31039 8.47296 5.50016 8.62478L5.99992 8.00008ZM12.6666 2.66675H13.4666C13.4666 2.35922 13.2903 2.07892 13.0131 1.94571C12.736 1.81249 12.407 1.84994 12.1668 2.04205L12.6666 2.66675ZM2.53325 12.6667C2.53325 13.1086 2.89142 13.4667 3.33325 13.4667C3.77508 13.4667 4.13325 13.1086 4.13325 12.6667H2.53325ZM4.13325 3.33341C4.13325 2.89159 3.77508 2.53341 3.33325 2.53341C2.89142 2.53341 2.53325 2.89159 2.53325 3.33341H4.13325ZM13.1663 12.7087L6.49967 7.37539L5.50016 8.62478L12.1668 13.9581L13.1663 12.7087ZM6.49967 8.62478L13.1663 3.29144L12.1668 2.04205L5.50016 7.37539L6.49967 8.62478ZM11.8666 2.66675V13.3334H13.4666V2.66675H11.8666ZM4.13325 12.6667V3.33341H2.53325V12.6667H4.13325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSkipBack, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13616\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSkipBack size={size} /> });"
   ],
   [
-    "IconMusic.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconMusic = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.4848 1.42774C14.653 1.57024 14.75 1.77954 14.75 2.00001V10.6667C14.75 12.1855 13.5188 13.4167 12 13.4167C10.4812 13.4167 9.25 12.1855 9.25 10.6667C9.25 9.14789 10.4812 7.91667 12 7.91667C12.4501 7.91667 12.875 8.02481 13.25 8.21653V2.88535L6.75 3.96868V12C6.75 13.5188 5.51878 14.75 4 14.75C2.48122 14.75 1.25 13.5188 1.25 12C1.25 10.4812 2.48122 9.25001 4 9.25001C4.45011 9.25001 4.87497 9.35814 5.25 9.54986V3.33334C5.25 2.96671 5.51506 2.65382 5.8767 2.59354L13.8767 1.26021C14.0942 1.22397 14.3166 1.28524 14.4848 1.42774ZM5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12ZM13.25 10.6667C13.25 9.97632 12.6904 9.41667 12 9.41667C11.3096 9.41667 10.75 9.97632 10.75 10.6667C10.75 11.357 11.3096 11.9167 12 11.9167C12.6904 11.9167 13.25 11.357 13.25 10.6667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMusic, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13567\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMusic size={size} /> });"
+    "IconTrash2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTrash2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 3.19992C1.55817 3.19992 1.2 3.55809 1.2 3.99992C1.2 4.44175 1.55817 4.79992 2 4.79992V3.19992ZM14 4.79992C14.4418 4.79992 14.8 4.44175 14.8 3.99992C14.8 3.55809 14.4418 3.19992 14 3.19992V4.79992ZM13.4667 3.99992C13.4667 3.55809 13.1085 3.19992 12.6667 3.19992C12.2248 3.19992 11.8667 3.55809 11.8667 3.99992H13.4667ZM3.33333 13.3333H4.13333H3.33333ZM4.53333 3.99992C4.53333 4.44175 4.89151 4.79992 5.33333 4.79992C5.77516 4.79992 6.13333 4.44175 6.13333 3.99992H4.53333ZM6.66667 1.33325V0.533252V1.33325ZM9.33333 1.33325V0.533252V1.33325ZM9.86667 3.99992C9.86667 4.44175 10.2248 4.79992 10.6667 4.79992C11.1085 4.79992 11.4667 4.44175 11.4667 3.99992H9.86667ZM7.46667 7.33325C7.46667 6.89142 7.10849 6.53325 6.66667 6.53325C6.22484 6.53325 5.86667 6.89142 5.86667 7.33325H7.46667ZM5.86667 11.3333C5.86667 11.7751 6.22484 12.1333 6.66667 12.1333C7.10849 12.1333 7.46667 11.7751 7.46667 11.3333H5.86667ZM10.1333 7.33325C10.1333 6.89142 9.77516 6.53325 9.33333 6.53325C8.89151 6.53325 8.53333 6.89142 8.53333 7.33325H10.1333ZM8.53333 11.3333C8.53333 11.7751 8.89151 12.1333 9.33333 12.1333C9.77516 12.1333 10.1333 11.7751 10.1333 11.3333H8.53333ZM2 4.79992H3.33333V3.19992H2V4.79992ZM3.33333 4.79992H14V3.19992H3.33333V4.79992ZM11.8667 3.99992V13.3333H13.4667V3.99992H11.8667ZM11.8667 13.3333C11.8667 13.4747 11.8105 13.6104 11.7105 13.7104L12.8418 14.8417C13.2419 14.4417 13.4667 13.899 13.4667 13.3333H11.8667ZM11.7105 13.7104C11.6104 13.8104 11.4748 13.8666 11.3333 13.8666V15.4666C11.8991 15.4666 12.4417 15.2418 12.8418 14.8417L11.7105 13.7104ZM11.3333 13.8666H4.66667V15.4666H11.3333V13.8666ZM4.66667 13.8666C4.52522 13.8666 4.38956 13.8104 4.28954 13.7104L3.15817 14.8417C3.55825 15.2418 4.10087 15.4666 4.66667 15.4666V13.8666ZM4.28954 13.7104C4.18952 13.6104 4.13333 13.4747 4.13333 13.3333H2.53333C2.53333 13.899 2.75809 14.4417 3.15817 14.8417L4.28954 13.7104ZM4.13333 13.3333V3.99992H2.53333L2.53333 13.3333H4.13333ZM6.13333 3.99992V2.66659H4.53333V3.99992H6.13333ZM6.13333 2.66659C6.13333 2.52514 6.18952 2.38948 6.28954 2.28946L5.15817 1.15809C4.7581 1.55817 4.53333 2.10079 4.53333 2.66659H6.13333ZM6.28954 2.28946C6.38956 2.18944 6.52522 2.13325 6.66667 2.13325V0.533252C6.10087 0.533252 5.55825 0.758013 5.15817 1.15809L6.28954 2.28946ZM6.66667 2.13325H9.33333V0.533252H6.66667V2.13325ZM9.33333 2.13325C9.47478 2.13325 9.61044 2.18944 9.71046 2.28946L10.8418 1.15809C10.4418 0.758013 9.89913 0.533252 9.33333 0.533252V2.13325ZM9.71046 2.28946C9.81048 2.38948 9.86667 2.52514 9.86667 2.66659H11.4667C11.4667 2.10079 11.2419 1.55817 10.8418 1.15809L9.71046 2.28946ZM9.86667 2.66659V3.99992H11.4667V2.66659H9.86667ZM5.86667 7.33325V11.3333H7.46667V7.33325H5.86667ZM8.53333 7.33325V11.3333H10.1333V7.33325H8.53333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTrash2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13639\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrash2 size={size} /> });"
   ],
   [
-    "IconNavigation2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconNavigation2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99996 0.583374C8.31418 0.583374 8.59509 0.779248 8.70371 1.07409L13.3704 13.7408C13.4794 14.0366 13.3917 14.3689 13.1511 14.5725C12.9105 14.7762 12.5682 14.8076 12.2945 14.6512L7.99996 12.1972L3.70539 14.6512C3.4317 14.8076 3.08942 14.7762 2.8488 14.5725C2.60817 14.3689 2.52056 14.0366 2.62953 13.7408L7.2962 1.07409C7.40483 0.779248 7.68574 0.583374 7.99996 0.583374ZM4.74882 12.3274L7.62785 10.6822C7.85843 10.5504 8.14149 10.5504 8.37206 10.6822L11.2511 12.3273L7.99996 3.50285L4.74882 12.3274Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconNavigation2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13566\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconNavigation2 size={size} /> });"
+    "IconTrello.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTrello = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4.66667 4.66667V3.86667C4.22484 3.86667 3.86667 4.22484 3.86667 4.66667H4.66667ZM6.66667 4.66667H7.46667C7.46667 4.22484 7.10849 3.86667 6.66667 3.86667V4.66667ZM6.66667 10.6667V11.4667C7.10849 11.4667 7.46667 11.1085 7.46667 10.6667H6.66667ZM4.66667 10.6667H3.86667C3.86667 11.1085 4.22484 11.4667 4.66667 11.4667V10.6667ZM9.33333 4.66667V3.86667C8.89151 3.86667 8.53333 4.22484 8.53333 4.66667H9.33333ZM11.3333 4.66667H12.1333C12.1333 4.22484 11.7752 3.86667 11.3333 3.86667V4.66667ZM11.3333 8V8.8C11.7752 8.8 12.1333 8.44183 12.1333 8H11.3333ZM9.33333 8H8.53333C8.53333 8.44183 8.89151 8.8 9.33333 8.8V8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM4.66667 5.46667H6.66667V3.86667H4.66667V5.46667ZM5.86667 4.66667V10.6667H7.46667V4.66667H5.86667ZM6.66667 9.86667H4.66667V11.4667H6.66667V9.86667ZM5.46667 10.6667V4.66667H3.86667V10.6667H5.46667ZM9.33333 5.46667H11.3333V3.86667H9.33333V5.46667ZM10.5333 4.66667V8H12.1333V4.66667H10.5333ZM11.3333 7.2H9.33333V8.8H11.3333V7.2ZM10.1333 8V4.66667H8.53333V8H10.1333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTrello, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13641\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrello size={size} /> });"
   ],
   [
-    "IconNavigation.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconNavigation = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.197 0.802943C15.4211 1.02707 15.4802 1.36789 15.3445 1.65434L9.34449 14.321C9.20888 14.6073 8.90802 14.7775 8.59278 14.7463C8.27754 14.7151 8.01591 14.4892 7.93908 14.1818L6.71489 9.28507L1.81812 8.06088C1.51079 7.98405 1.28488 7.72242 1.25367 7.40718C1.22245 7.09194 1.39267 6.79108 1.67895 6.65547L14.3456 0.65547C14.6321 0.519784 14.9729 0.578819 15.197 0.802943ZM4.21503 7.11394L7.51525 7.939C7.78397 8.00618 7.99378 8.21599 8.06096 8.4847L8.88601 11.7849L13.0899 2.91006L4.21503 7.11394Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconNavigation, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13568\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconNavigation size={size} /> });"
+    "IconSpeaker.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSpeaker = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.99996 3.19992C7.55813 3.19992 7.19996 3.55809 7.19996 3.99992C7.19996 4.44175 7.55813 4.79992 7.99996 4.79992V3.19992ZM8.00663 4.79992C8.44845 4.79992 8.80663 4.44175 8.80663 3.99992C8.80663 3.55809 8.44845 3.19992 8.00663 3.19992V4.79992ZM3.99996 2.13325H12V0.533252H3.99996V2.13325ZM12 2.13325C12.2945 2.13325 12.5333 2.37203 12.5333 2.66659H14.1333C14.1333 1.48838 13.1782 0.533252 12 0.533252V2.13325ZM12.5333 2.66659V13.3333H14.1333V2.66659H12.5333ZM12.5333 13.3333C12.5333 13.6278 12.2945 13.8666 12 13.8666V15.4666C13.1782 15.4666 14.1333 14.5115 14.1333 13.3333H12.5333ZM12 13.8666H3.99996V15.4666H12V13.8666ZM3.99996 13.8666C3.70541 13.8666 3.46663 13.6278 3.46663 13.3333H1.86663C1.86663 14.5115 2.82175 15.4666 3.99996 15.4666V13.8666ZM3.46663 13.3333V2.66659H1.86663V13.3333H3.46663ZM3.46663 2.66659C3.46663 2.37203 3.70541 2.13325 3.99996 2.13325V0.533252C2.82175 0.533252 1.86663 1.48838 1.86663 2.66659H3.46663ZM9.86663 9.33325C9.86663 10.3642 9.03089 11.1999 7.99996 11.1999V12.7999C9.91455 12.7999 11.4666 11.2478 11.4666 9.33325H9.86663ZM7.99996 11.1999C6.96903 11.1999 6.13329 10.3642 6.13329 9.33325H4.53329C4.53329 11.2478 6.08537 12.7999 7.99996 12.7999V11.1999ZM6.13329 9.33325C6.13329 8.30232 6.96903 7.46658 7.99996 7.46658V5.86658C6.08537 5.86658 4.53329 7.41866 4.53329 9.33325H6.13329ZM7.99996 7.46658C9.03089 7.46658 9.86663 8.30232 9.86663 9.33325H11.4666C11.4666 7.41866 9.91455 5.86658 7.99996 5.86658V7.46658ZM7.99996 4.79992H8.00663V3.19992H7.99996V4.79992Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSpeaker, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13621\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSpeaker size={size} /> });"
   ],
   [
-    "IconOctagon.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconOctagon = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12174)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.70959 0.803044C4.85024 0.662392 5.04101 0.583374 5.23992 0.583374H10.7599C10.9588 0.583374 11.1496 0.662392 11.2902 0.803044L15.1969 4.70971C15.3376 4.85036 15.4166 5.04113 15.4166 5.24004V10.76C15.4166 10.959 15.3376 11.1497 15.1969 11.2904L11.2902 15.197C11.1496 15.3377 10.9588 15.4167 10.7599 15.4167H5.23992C5.04101 15.4167 4.85024 15.3377 4.70959 15.197L0.802922 11.2904C0.66227 11.1497 0.583252 10.959 0.583252 10.76V5.24004C0.583252 5.04113 0.66227 4.85036 0.802922 4.70971L4.70959 0.803044ZM5.55058 2.08337L2.08325 5.5507V10.4494L5.55058 13.9167H10.4493L13.9166 10.4494V5.5507L10.4493 2.08337H5.55058Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12174\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconOctagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13569\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconOctagon size={size} /> });"
+    "IconTrendingUp.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTrendingUp = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16049)\"><path d=\"M15.3334 4L16.1334 4C16.1334 3.55817 15.7752 3.2 15.3334 3.2V4ZM9.00008 10.3333L8.4344 10.899C8.58442 11.049 8.78791 11.1333 9.00008 11.1333C9.21225 11.1333 9.41574 11.049 9.56577 10.899L9.00008 10.3333ZM5.66675 7L6.23243 6.43431C6.0824 6.28429 5.87892 6.2 5.66675 6.2C5.45457 6.2 5.25109 6.28429 5.10106 6.43431L5.66675 7ZM0.101063 11.4343C-0.211357 11.7467 -0.211357 12.2533 0.101063 12.5657C0.413482 12.8781 0.920014 12.8781 1.23243 12.5657L0.101063 11.4343ZM11.3334 3.2C10.8916 3.2 10.5334 3.55817 10.5334 4C10.5334 4.44183 10.8916 4.8 11.3334 4.8V3.2ZM14.5334 8C14.5334 8.44183 14.8916 8.8 15.3334 8.8C15.7752 8.8 16.1334 8.44183 16.1334 8L14.5334 8ZM14.7677 3.43431L8.4344 9.76765L9.56577 10.899L15.8991 4.56569L14.7677 3.43431ZM9.56577 9.76765L6.23243 6.43431L5.10106 7.56569L8.4344 10.899L9.56577 9.76765ZM5.10106 6.43431L0.101063 11.4343L1.23243 12.5657L6.23243 7.56569L5.10106 6.43431ZM11.3334 4.8H15.3334V3.2H11.3334V4.8ZM14.5334 4L14.5334 8L16.1334 8L16.1334 4L14.5334 4Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16049\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTrendingUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13643\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrendingUp size={size} /> });"
   ],
   [
-    "IconPackage.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPackage = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.95993 0.862907C7.27625 0.680656 7.63491 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04113 0.863522 9.04167 0.86383L13.7083 3.53049C13.9633 3.6777 14.1835 3.87684 14.355 4.11414C14.3983 4.15826 14.4368 4.20849 14.4692 4.26447C14.4969 4.31241 14.5188 4.36214 14.5349 4.41283C14.6758 4.69835 14.7497 5.01297 14.75 5.33258V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L9.04167 15.1362C9.04114 15.1365 9.04061 15.1368 9.04008 15.1371C8.82394 15.2617 8.58803 15.3459 8.3438 15.3868C8.24081 15.44 8.12391 15.47 8 15.47C7.87609 15.47 7.75919 15.44 7.6562 15.3868C7.41198 15.3459 7.17606 15.2617 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95833 15.1362L2.29456 12.4712L2.29167 12.4695C1.97527 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 5.33335C1.25033 5.01374 1.32418 4.69836 1.46507 4.41283C1.48123 4.36215 1.50306 4.31241 1.53079 4.26447C1.56318 4.20849 1.60169 4.15826 1.645 4.11414C1.81655 3.87684 2.03671 3.6777 2.29167 3.5305L2.29456 3.52883L4.4488 2.29784C4.55506 2.18252 4.69299 2.10588 4.841 2.07372L6.95993 0.862907ZM5.03314 3.69156L3.52652 4.55249L8 7.14024L9.50441 6.26999L5.03314 3.69156ZM11.0034 5.40288L6.54132 2.82974L7.70544 2.16453L7.70833 2.16287C7.79701 2.11167 7.8976 2.08472 8 2.08472C8.1024 2.08472 8.20299 2.11167 8.29167 2.16287L12.4735 4.55249L11.0034 5.40288ZM13.25 5.83618L8.75 8.43928V13.5753L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V5.83618ZM7.25 13.5753V8.43928L2.75 5.83618V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95243 11.1187 3.04051 11.1698C3.04089 11.1701 3.04128 11.1703 3.04167 11.1705L7.25 13.5753Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPackage, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13571\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPackage size={size} /> });"
+    "IconSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13624\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSquare size={size} /> });"
   ],
   [
-    "IconPaperclip.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPaperclip = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12116)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.52 1.67517C10.0113 1.67517 9.52342 1.87726 9.16369 2.23698L3.03703 8.36365C2.42712 8.97356 2.08447 9.80078 2.08447 10.6633C2.08447 11.5259 2.42712 12.3531 3.03703 12.963C3.64694 13.5729 4.47415 13.9155 5.3367 13.9155C6.19924 13.9155 7.02646 13.5729 7.63637 12.963L13.763 6.83632C14.0559 6.54343 14.5308 6.54343 14.8237 6.83632C15.1166 7.12922 15.1166 7.60409 14.8237 7.89698L8.69703 14.0237C7.80581 14.9149 6.59707 15.4155 5.3367 15.4155C4.07633 15.4155 2.86758 14.9149 1.97637 14.0237C1.08515 13.1324 0.584473 11.9237 0.584473 10.6633C0.584473 9.40295 1.08515 8.19421 1.97637 7.30299L8.10303 1.17632C8.74406 0.535296 9.61348 0.175171 10.52 0.175171C11.4266 0.175171 12.296 0.535296 12.937 1.17632C13.5781 1.81735 13.9382 2.68677 13.9382 3.59332C13.9382 4.49987 13.5781 5.36929 12.937 6.01032L6.80369 12.137C6.8036 12.1371 6.80379 12.1369 6.80369 12.137C6.41288 12.5276 5.88263 12.7474 5.33003 12.7474C4.7773 12.7474 4.24721 12.5278 3.85637 12.137C3.46553 11.7461 3.24596 11.2161 3.24596 10.6633C3.24596 10.1106 3.46553 9.5805 3.85637 9.18966L9.51668 3.53601C9.80975 3.24329 10.2846 3.24357 10.5773 3.53664C10.8701 3.8297 10.8698 4.30458 10.5767 4.5973L4.91703 10.2503C4.91692 10.2504 4.91713 10.2502 4.91703 10.2503C4.80769 10.3598 4.74596 10.5086 4.74596 10.6633C4.74596 10.8182 4.80749 10.9668 4.91703 11.0763C5.02656 11.1859 5.17513 11.2474 5.33003 11.2474C5.48494 11.2474 5.6335 11.1859 5.74303 11.0763L11.8764 4.94966C11.8763 4.94975 11.8765 4.94956 11.8764 4.94966C12.2359 4.58996 12.4382 4.10191 12.4382 3.59332C12.4382 3.0846 12.2361 2.59671 11.8764 2.23698C11.5166 1.87726 11.0288 1.67517 10.52 1.67517Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12116\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPaperclip, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13570\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPaperclip size={size} /> });"
+    "IconTv.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTv = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16055)\"><path d=\"M11.899 1.89894C12.2114 1.58652 12.2114 1.07999 11.899 0.767567C11.5866 0.455147 11.0801 0.455147 10.7676 0.767567L11.899 1.89894ZM7.99999 4.66659L7.43431 5.23227C7.74673 5.54469 8.25326 5.54469 8.56568 5.23227L7.99999 4.66659ZM5.23235 0.767567C4.91993 0.455147 4.4134 0.455147 4.10098 0.767567C3.78856 1.07999 3.78856 1.58652 4.10098 1.89894L5.23235 0.767567ZM2.66666 5.46659H13.3333V3.86659H2.66666V5.46659ZM13.3333 5.46659C13.6279 5.46659 13.8667 5.70537 13.8667 5.99992H15.4667C15.4667 4.82171 14.5115 3.86659 13.3333 3.86659V5.46659ZM13.8667 5.99992V13.3333H15.4667V5.99992H13.8667ZM13.8667 13.3333C13.8667 13.6278 13.6279 13.8666 13.3333 13.8666V15.4666C14.5115 15.4666 15.4667 14.5115 15.4667 13.3333H13.8667ZM13.3333 13.8666H2.66666V15.4666H13.3333V13.8666ZM2.66666 13.8666C2.37211 13.8666 2.13333 13.6278 2.13333 13.3333H0.533328C0.533328 14.5115 1.48845 15.4666 2.66666 15.4666V13.8666ZM2.13333 13.3333V5.99992H0.533328V13.3333H2.13333ZM2.13333 5.99992C2.13333 5.70537 2.37211 5.46659 2.66666 5.46659V3.86659C1.48845 3.86659 0.533328 4.82171 0.533328 5.99992H2.13333ZM10.7676 0.767567L7.43431 4.1009L8.56568 5.23227L11.899 1.89894L10.7676 0.767567ZM8.56568 4.1009L5.23235 0.767567L4.10098 1.89894L7.43431 5.23227L8.56568 4.1009Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16055\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTv, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13648\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTv size={size} /> });"
   ],
   [
-    "IconPauseCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPauseCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12870)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 2.08337C4.73248 2.08337 2.0835 4.73236 2.0835 8.00004C2.0835 11.2677 4.73248 13.9167 8.00016 13.9167C11.2678 13.9167 13.9168 11.2677 13.9168 8.00004C13.9168 4.73236 11.2678 2.08337 8.00016 2.08337ZM0.583496 8.00004C0.583496 3.90393 3.90405 0.583374 8.00016 0.583374C12.0963 0.583374 15.4168 3.90393 15.4168 8.00004C15.4168 12.0962 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0962 0.583496 8.00004ZM6.66683 5.25004C7.08104 5.25004 7.41683 5.58583 7.41683 6.00004V10C7.41683 10.4143 7.08104 10.75 6.66683 10.75C6.25262 10.75 5.91683 10.4143 5.91683 10V6.00004C5.91683 5.58583 6.25262 5.25004 6.66683 5.25004ZM9.3335 5.25004C9.74771 5.25004 10.0835 5.58583 10.0835 6.00004V10C10.0835 10.4143 9.74771 10.75 9.3335 10.75C8.91928 10.75 8.5835 10.4143 8.5835 10V6.00004C8.5835 5.58583 8.91928 5.25004 9.3335 5.25004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12870\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPauseCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13574\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPauseCircle size={size} /> });"
+    "IconSun.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSun = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16013)\"><path d=\"M8.80008 0.666748C8.80008 0.22492 8.44191 -0.133252 8.00008 -0.133252C7.55825 -0.133252 7.20008 0.22492 7.20008 0.666748H8.80008ZM7.20008 2.00008C7.20008 2.44191 7.55825 2.80008 8.00008 2.80008C8.44191 2.80008 8.80008 2.44191 8.80008 2.00008H7.20008ZM8.80008 14.0001C8.80008 13.5583 8.44191 13.2001 8.00008 13.2001C7.55825 13.2001 7.20008 13.5583 7.20008 14.0001H8.80008ZM7.20008 15.3334C7.20008 15.7752 7.55825 16.1334 8.00008 16.1334C8.44191 16.1334 8.80008 15.7752 8.80008 15.3334H7.20008ZM3.3791 2.24773C3.06668 1.93531 2.56015 1.93531 2.24773 2.24773C1.93531 2.56015 1.93531 3.06668 2.24773 3.3791L3.3791 2.24773ZM3.1944 4.32577C3.50682 4.63819 4.01335 4.63819 4.32577 4.32577C4.63819 4.01335 4.63819 3.50682 4.32577 3.1944L3.1944 4.32577ZM12.8058 11.6744C12.4933 11.362 11.9868 11.362 11.6744 11.6744C11.362 11.9868 11.362 12.4933 11.6744 12.8058L12.8058 11.6744ZM12.6211 13.7524C12.9335 14.0649 13.44 14.0649 13.7524 13.7524C14.0649 13.44 14.0649 12.9335 13.7524 12.6211L12.6211 13.7524ZM0.666748 7.20008C0.22492 7.20008 -0.133252 7.55825 -0.133252 8.00008C-0.133252 8.44191 0.22492 8.80008 0.666748 8.80008V7.20008ZM2.00008 8.80008C2.44191 8.80008 2.80008 8.44191 2.80008 8.00008C2.80008 7.55825 2.44191 7.20008 2.00008 7.20008V8.80008ZM14.0001 7.20008C13.5583 7.20008 13.2001 7.55825 13.2001 8.00008C13.2001 8.44191 13.5583 8.80008 14.0001 8.80008V7.20008ZM15.3334 8.80008C15.7752 8.80008 16.1334 8.44191 16.1334 8.00008C16.1334 7.55825 15.7752 7.20008 15.3334 7.20008V8.80008ZM2.24773 12.6211C1.93531 12.9335 1.93531 13.44 2.24773 13.7524C2.56015 14.0649 3.06668 14.0649 3.3791 13.7524L2.24773 12.6211ZM4.32577 12.8058C4.63819 12.4933 4.63819 11.9868 4.32577 11.6744C4.01335 11.362 3.50682 11.362 3.1944 11.6744L4.32577 12.8058ZM11.6744 3.1944C11.362 3.50682 11.362 4.01335 11.6744 4.32577C11.9868 4.63819 12.4933 4.63819 12.8058 4.32577L11.6744 3.1944ZM13.7524 3.3791C14.0649 3.06668 14.0649 2.56015 13.7524 2.24773C13.44 1.93531 12.9335 1.93531 12.6211 2.24773L13.7524 3.3791ZM10.5334 8.00008C10.5334 9.3992 9.3992 10.5334 8.00008 10.5334V12.1334C10.2829 12.1334 12.1334 10.2829 12.1334 8.00008H10.5334ZM8.00008 10.5334C6.60096 10.5334 5.46675 9.3992 5.46675 8.00008H3.86675C3.86675 10.2829 5.7173 12.1334 8.00008 12.1334V10.5334ZM5.46675 8.00008C5.46675 6.60096 6.60096 5.46675 8.00008 5.46675V3.86675C5.7173 3.86675 3.86675 5.7173 3.86675 8.00008H5.46675ZM8.00008 5.46675C9.3992 5.46675 10.5334 6.60096 10.5334 8.00008H12.1334C12.1334 5.7173 10.2829 3.86675 8.00008 3.86675V5.46675ZM7.20008 0.666748V2.00008H8.80008V0.666748H7.20008ZM7.20008 14.0001V15.3334H8.80008V14.0001H7.20008ZM2.24773 3.3791L3.1944 4.32577L4.32577 3.1944L3.3791 2.24773L2.24773 3.3791ZM11.6744 12.8058L12.6211 13.7524L13.7524 12.6211L12.8058 11.6744L11.6744 12.8058ZM0.666748 8.80008H2.00008V7.20008H0.666748V8.80008ZM14.0001 8.80008H15.3334V7.20008H14.0001V8.80008ZM3.3791 13.7524L4.32577 12.8058L3.1944 11.6744L2.24773 12.6211L3.3791 13.7524ZM12.8058 4.32577L13.7524 3.3791L12.6211 2.24773L11.6744 3.1944L12.8058 4.32577Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16013\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSun, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13626\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSun size={size} /> });"
   ],
   [
-    "IconPause.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPause = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.25 2.66663C3.25 2.25241 3.58579 1.91663 4 1.91663H6.66667C7.08088 1.91663 7.41667 2.25241 7.41667 2.66663V13.3333C7.41667 13.7475 7.08088 14.0833 6.66667 14.0833H4C3.58579 14.0833 3.25 13.7475 3.25 13.3333V2.66663ZM4.75 3.41663V12.5833H5.91667V3.41663H4.75ZM8.58333 2.66663C8.58333 2.25241 8.91912 1.91663 9.33333 1.91663H12C12.4142 1.91663 12.75 2.25241 12.75 2.66663V13.3333C12.75 13.7475 12.4142 14.0833 12 14.0833H9.33333C8.91912 14.0833 8.58333 13.7475 8.58333 13.3333V2.66663ZM10.0833 3.41663V12.5833H11.25V3.41663H10.0833Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPause, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13572\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPause size={size} /> });"
+    "IconType.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconType = (props: IconProps) => (\n  <Icon {...props}><path d=\"M1.86663 4.66675C1.86663 5.10858 2.2248 5.46675 2.66663 5.46675C3.10845 5.46675 3.46663 5.10858 3.46663 4.66675H1.86663ZM2.66663 2.66675V1.86675C2.2248 1.86675 1.86663 2.22492 1.86663 2.66675H2.66663ZM13.3333 2.66675H14.1333C14.1333 2.22492 13.7751 1.86675 13.3333 1.86675V2.66675ZM12.5333 4.66675C12.5333 5.10858 12.8915 5.46675 13.3333 5.46675C13.7751 5.46675 14.1333 5.10858 14.1333 4.66675H12.5333ZM5.99996 12.5334C5.55813 12.5334 5.19996 12.8916 5.19996 13.3334C5.19996 13.7752 5.55813 14.1334 5.99996 14.1334V12.5334ZM9.99996 14.1334C10.4418 14.1334 10.8 13.7752 10.8 13.3334C10.8 12.8916 10.4418 12.5334 9.99996 12.5334V14.1334ZM8.79996 2.66675C8.79996 2.22492 8.44179 1.86675 7.99996 1.86675C7.55813 1.86675 7.19996 2.22492 7.19996 2.66675H8.79996ZM7.19996 13.3334C7.19996 13.7752 7.55813 14.1334 7.99996 14.1334C8.44179 14.1334 8.79996 13.7752 8.79996 13.3334H7.19996ZM3.46663 4.66675V2.66675H1.86663V4.66675H3.46663ZM2.66663 3.46675H13.3333V1.86675H2.66663V3.46675ZM12.5333 2.66675V4.66675H14.1333V2.66675H12.5333ZM5.99996 14.1334H9.99996V12.5334H5.99996V14.1334ZM7.19996 2.66675V13.3334H8.79996V2.66675H7.19996Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconType, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13649\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconType size={size} /> });"
   ],
   [
-    "IconPenTool.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPenTool = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12655)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.802998 0.803059C0.987747 0.61831 1.25533 0.543022 1.50931 0.604328L11.176 2.93766C11.4599 3.00619 11.6782 3.23327 11.7354 3.51964L12.4859 7.27205C12.7326 7.21105 13.0042 7.27694 13.197 7.46973L15.197 9.46973C15.4899 9.76262 15.4899 10.2375 15.197 10.5304L10.5303 15.1971C10.2374 15.4899 9.76256 15.4899 9.46967 15.1971L7.46967 13.1971C7.27688 13.0043 7.21099 12.7327 7.27199 12.486L3.51957 11.7355C3.23321 11.6782 3.00612 11.4599 2.9376 11.176L0.604267 1.50937C0.542961 1.25539 0.618249 0.987808 0.802998 0.803059ZM8.42016 11.1859L11.1858 8.42022L10.3585 4.28341L3.7485 2.6879L6.4889 5.4283C6.74701 5.31372 7.03273 5.25006 7.33333 5.25006C8.48392 5.25006 9.41666 6.1828 9.41666 7.33339C9.41666 8.48398 8.48392 9.41672 7.33333 9.41672C6.18273 9.41672 5.25 8.48398 5.25 7.33339C5.25 7.03279 5.31366 6.74707 5.42824 6.48896L2.68784 3.74856L4.28335 10.3585L8.42016 11.1859ZM6.91274 6.92919C6.81195 7.03403 6.75 7.17647 6.75 7.33339C6.75 7.65556 7.01116 7.91672 7.33333 7.91672C7.65549 7.91672 7.91666 7.65556 7.91666 7.33339C7.91666 7.01122 7.65549 6.75006 7.33333 6.75006C7.17641 6.75006 7.03397 6.81201 6.92912 6.9128C6.92644 6.91556 6.92373 6.91832 6.92099 6.92105C6.91826 6.92379 6.9155 6.9265 6.91274 6.92919ZM9.06066 12.6667L10 13.6061L13.606 10.0001L12.6667 9.06072L9.06066 12.6667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12655\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPenTool, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13576\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPenTool size={size} /> });"
+    "IconNavigation.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconNavigation = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 7.33337L1.65753 6.61038C1.35216 6.75503 1.1706 7.07595 1.20389 7.4122C1.23719 7.74846 1.47816 8.02753 1.80597 8.10949L2 7.33337ZM14.6667 1.33337L15.3897 1.67584C15.5344 1.3703 15.4714 1.00675 15.2324 0.767689C14.9933 0.528622 14.6297 0.465652 14.3242 0.610384L14.6667 1.33337ZM8.66667 14L7.89055 14.1941C7.9725 14.5219 8.25158 14.7629 8.58784 14.7961C8.92409 14.8294 9.24501 14.6479 9.38966 14.3425L8.66667 14ZM7.33333 8.66671L8.10945 8.47268C8.03779 8.18605 7.81399 7.96225 7.52736 7.89059L7.33333 8.66671ZM2.34247 8.05636L15.0091 2.05636L14.3242 0.610384L1.65753 6.61038L2.34247 8.05636ZM13.9437 0.990905L7.94368 13.6576L9.38966 14.3425L15.3897 1.67584L13.9437 0.990905ZM9.44278 13.806L8.10945 8.47268L6.55722 8.86073L7.89055 14.1941L9.44278 13.806ZM7.52736 7.89059L2.19403 6.55726L1.80597 8.10949L7.1393 9.44282L7.52736 7.89059Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconNavigation, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13568\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconNavigation size={size} /> });"
   ],
   [
-    "IconPercent.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPercent = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.33335 3.41663C3.82709 3.41663 3.41669 3.82703 3.41669 4.33329C3.41669 4.83955 3.82709 5.24996 4.33335 5.24996C4.83961 5.24996 5.25002 4.83955 5.25002 4.33329C5.25002 3.82703 4.83961 3.41663 4.33335 3.41663ZM1.91669 4.33329C1.91669 2.9986 2.99867 1.91663 4.33335 1.91663C5.66804 1.91663 6.75002 2.9986 6.75002 4.33329C6.75002 5.66798 5.66804 6.74996 4.33335 6.74996C2.99867 6.74996 1.91669 5.66798 1.91669 4.33329ZM13.197 2.80296C13.4899 3.09586 13.4899 3.57073 13.197 3.86362L3.86368 13.197C3.57079 13.4899 3.09592 13.4899 2.80302 13.197C2.51013 12.9041 2.51013 12.4292 2.80302 12.1363L12.1364 2.80296C12.4293 2.51007 12.9041 2.51007 13.197 2.80296ZM11.6667 10.75C11.1604 10.75 10.75 11.1604 10.75 11.6666C10.75 12.1729 11.1604 12.5833 11.6667 12.5833C12.1729 12.5833 12.5834 12.1729 12.5834 11.6666C12.5834 11.1604 12.1729 10.75 11.6667 10.75ZM9.25002 11.6666C9.25002 10.3319 10.332 9.24996 11.6667 9.24996C13.0014 9.24996 14.0834 10.3319 14.0834 11.6666C14.0834 13.0013 13.0014 14.0833 11.6667 14.0833C10.332 14.0833 9.25002 13.0013 9.25002 11.6666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPercent, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13575\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPercent size={size} /> });"
+    "IconMousePointer.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMousePointer = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 2L2.30766 1.26153C2.00843 1.13686 1.66354 1.20509 1.43431 1.43431C1.20509 1.66354 1.13686 2.00843 1.26153 2.30766L2 2ZM6.71333 13.3133L5.97486 13.621C6.10285 13.9282 6.40765 14.1241 6.74026 14.1129C7.07287 14.1017 7.3638 13.8857 7.47083 13.5706L6.71333 13.3133ZM8.38667 8.38667L8.12938 7.62917C7.89398 7.70912 7.70912 7.89398 7.62917 8.12938L8.38667 8.38667ZM13.3133 6.71333L13.5706 7.47083C13.8857 7.3638 14.1017 7.07287 14.1129 6.74026C14.1241 6.40765 13.9282 6.10285 13.621 5.97486L13.3133 6.71333ZM9.23235 8.10098C8.91993 7.78856 8.4134 7.78856 8.10098 8.10098C7.78856 8.4134 7.78856 8.91993 8.10098 9.23235L9.23235 8.10098ZM12.101 13.2324C12.4134 13.5448 12.9199 13.5448 13.2324 13.2324C13.5448 12.9199 13.5448 12.4134 13.2324 12.101L12.101 13.2324ZM1.26153 2.30766L5.97486 13.621L7.45181 13.0057L2.73847 1.69234L1.26153 2.30766ZM7.47083 13.5706L9.14417 8.64395L7.62917 8.12938L5.95583 13.056L7.47083 13.5706ZM8.64395 9.14417L13.5706 7.47083L13.056 5.95583L8.12938 7.62917L8.64395 9.14417ZM13.621 5.97486L2.30766 1.26153L1.69234 2.73847L13.0057 7.45181L13.621 5.97486ZM8.10098 9.23235L12.101 13.2324L13.2324 12.101L9.23235 8.10098L8.10098 9.23235Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMousePointer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13565\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMousePointer size={size} /> });"
   ],
   [
-    "IconPhoneCall.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhoneCall = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12163)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.28792 0.583883C9.33365 0.172202 9.70446 -0.124457 10.1161 -0.0787223C11.6381 0.0903549 13.0573 0.771909 14.1408 1.85403C15.2243 2.93616 15.9076 4.35454 16.0786 5.87628C16.1249 6.2879 15.8287 6.65908 15.4171 6.70533C15.0055 6.75159 14.6343 6.4554 14.588 6.04377C14.455 4.8602 13.9235 3.75701 13.0808 2.91536C12.2381 2.07371 11.1343 1.54361 9.95052 1.41211C9.53884 1.36637 9.24218 0.995564 9.28792 0.583883ZM5.13347 2.22435C5.02615 2.13205 4.88892 2.08193 4.74738 2.08332L4.74 2.0834L2.7404 2.08336C2.65952 2.08348 2.57955 2.10041 2.50556 2.13309C2.43148 2.16582 2.36502 2.2136 2.31043 2.27341C2.25583 2.33323 2.21428 2.40375 2.18843 2.4805C2.16309 2.55574 2.15338 2.63535 2.15988 2.71445C2.3671 4.65547 3.02809 6.52055 4.08946 8.15892L4.09303 8.16444C5.05754 9.68229 6.34439 10.9692 7.86224 11.9337L7.86809 11.9374C9.49874 12.9949 11.3544 13.6557 13.2863 13.8669C13.3654 13.8733 13.445 13.8635 13.5202 13.838C13.5972 13.812 13.6678 13.7702 13.7277 13.7153C13.7875 13.6604 13.8353 13.5936 13.8678 13.5191C13.9004 13.4447 13.917 13.3643 13.9167 13.2831L13.9167 13.28V11.28L13.9169 11.2614C13.9204 11.1184 13.8713 10.979 13.7788 10.8699C13.6869 10.7614 13.5585 10.6902 13.4178 10.6697C12.7231 10.5778 12.041 10.4077 11.3845 10.1627L11.3828 10.1621C11.2784 10.1228 11.1649 10.1143 11.0558 10.1376C10.9473 10.1607 10.8476 10.2144 10.7685 10.2922C10.7681 10.2925 10.7677 10.2929 10.7674 10.2933L9.92366 11.137C9.68493 11.3758 9.3161 11.4255 9.02261 11.2587C7.23622 10.2429 5.75712 8.7638 4.74136 6.97741C4.57447 6.68392 4.62426 6.3151 4.863 6.07636L5.70788 5.23148C5.78567 5.15237 5.83928 5.0527 5.86243 4.94418C5.88569 4.83511 5.8772 4.72165 5.83796 4.61725L5.83732 4.61556C5.59234 3.95905 5.42227 3.27698 5.33033 2.58232C5.31001 2.4432 5.24012 2.31606 5.13347 2.22435ZM4.73671 0.583359C5.24079 0.579389 5.72927 0.758327 6.11153 1.08707C6.49483 1.41671 6.74519 1.87449 6.81595 2.37506L6.81692 2.38195C6.89394 2.96592 7.03674 3.5393 7.24267 4.09116L6.54 4.35336L7.24203 4.08946C7.38218 4.4623 7.41252 4.8675 7.32944 5.25705C7.24636 5.6466 7.05335 6.00416 6.77328 6.28738L6.77033 6.29036L6.33973 6.72095C7.10082 7.89734 8.10268 8.8992 9.27907 9.66029L9.70967 9.2297L9.71264 9.22674C9.99586 8.94667 10.3534 8.75366 10.743 8.67058C11.1322 8.58758 11.537 8.61778 11.9095 8.75759C11.9099 8.75772 11.9102 8.75785 11.9106 8.75799L11.6467 9.46002L11.9095 8.75759C11.9093 8.75751 11.9097 8.75767 11.9095 8.75759C12.4612 8.96339 13.0343 9.10614 13.6181 9.18313L13.6248 9.18402C14.1308 9.2554 14.5929 9.5103 14.9232 9.90019C15.2514 10.2874 15.4267 10.7811 15.4167 11.2883V11.28H14.6667L15.4164 11.2986C15.4165 11.2952 15.4166 11.2917 15.4167 11.2883V13.2785C15.4167 13.278 15.4167 13.2775 15.4167 13.277L14.6667 13.28H15.4167V13.2785M7.05479 13.1978C5.35331 12.116 3.91055 10.6732 2.82877 8.97174C1.63907 7.13433 0.898676 5.04262 0.667522 2.86589L0.666281 2.8542C0.64025 2.56614 0.674576 2.27582 0.766894 2.00172C0.859212 1.72762 1.00759 1.47574 1.20259 1.26213C1.39758 1.04852 1.63492 0.877848 1.89949 0.760986C2.16406 0.644124 2.45006 0.583632 2.73929 0.583359L4.73671 0.583359M9.29721 3.18974C9.37653 2.78319 9.7704 2.51792 10.177 2.59724C10.9746 2.75287 11.7077 3.14298 12.2824 3.71765C12.857 4.29232 13.2472 5.02541 13.4028 5.82307C13.4821 6.22962 13.2168 6.62349 12.8103 6.70281C12.4037 6.78213 12.0099 6.51686 11.9305 6.11031C11.8321 5.60567 11.5853 5.14188 11.2217 4.77831C10.8581 4.41475 10.3944 4.16794 9.88971 4.06948C9.48316 3.99016 9.21789 3.59629 9.29721 3.18974Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12163\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneCall, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13577\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneCall size={size} /> });"
+    "IconMinusSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMinusSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM10.6667 8.8C11.1085 8.8 11.4667 8.44183 11.4667 8C11.4667 7.55817 11.1085 7.2 10.6667 7.2V8.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.33333 8.8H10.6667V7.2H5.33333V8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMinusSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13559\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMinusSquare size={size} /> });"
   ],
   [
-    "IconPhoneForwarded.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhoneForwarded = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12669)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.1363 0.136296C12.4292 -0.156597 12.9041 -0.156597 13.197 0.136296L15.8637 2.80296C16.0043 2.94361 16.0833 3.13438 16.0833 3.33329C16.0833 3.53221 16.0043 3.72297 15.8637 3.86362L13.197 6.53029C12.9041 6.82318 12.4292 6.82318 12.1363 6.53029C11.8434 6.2374 11.8434 5.76252 12.1363 5.46963L13.5227 4.08329H10C9.58578 4.08329 9.25 3.74751 9.25 3.33329C9.25 2.91908 9.58578 2.58329 10 2.58329H13.5227L12.1363 1.19696C11.8434 0.904063 11.8434 0.429189 12.1363 0.136296ZM5.13347 2.22429C5.02615 2.13199 4.88892 2.08186 4.74738 2.08326L4.74 2.08333L2.7404 2.08329C2.65952 2.08341 2.57955 2.10035 2.50556 2.13303C2.43148 2.16575 2.36502 2.21354 2.31043 2.27335C2.25583 2.33316 2.21428 2.40368 2.18843 2.48043C2.16309 2.55568 2.15338 2.63529 2.15988 2.71438C2.3671 4.6554 3.02809 6.52048 4.08946 8.15885L4.09303 8.16437C5.05754 9.68222 6.34439 10.9691 7.86224 11.9336L7.86809 11.9373C9.49874 12.9948 11.3544 13.6556 13.2863 13.8668C13.3654 13.8732 13.445 13.8634 13.5202 13.838C13.5972 13.8119 13.6678 13.7701 13.7277 13.7152C13.7875 13.6603 13.8353 13.5935 13.8678 13.5191C13.9004 13.4446 13.917 13.3642 13.9167 13.283L13.9167 13.28V11.28L13.9169 11.2614C13.9204 11.1183 13.8713 10.979 13.7788 10.8698C13.6869 10.7613 13.5585 10.6901 13.4178 10.6696C12.7231 10.5777 12.041 10.4076 11.3845 10.1626L11.3828 10.162C11.2784 10.1228 11.1649 10.1143 11.0558 10.1375C10.9473 10.1607 10.8476 10.2143 10.7685 10.2921C10.7681 10.2925 10.7677 10.2929 10.7674 10.2932L9.92366 11.137C9.68493 11.3757 9.3161 11.4255 9.02261 11.2586C7.23622 10.2428 5.75712 8.76373 4.74136 6.97735C4.57447 6.68385 4.62426 6.31503 4.863 6.0763L5.70788 5.23141C5.78567 5.1523 5.83928 5.05264 5.86243 4.94411C5.88569 4.83504 5.8772 4.72158 5.83796 4.61719L5.83732 4.6155C5.59234 3.95898 5.42227 3.27692 5.33033 2.58225C5.31001 2.44313 5.24012 2.316 5.13347 2.22429ZM4.73671 0.583293C5.24079 0.579323 5.72927 0.75826 6.11153 1.08701C6.49483 1.41665 6.74519 1.87442 6.81595 2.375L6.81692 2.38189C6.89394 2.96585 7.03674 3.53923 7.24267 4.09109L6.54 4.35329L7.24203 4.0894C7.38218 4.46223 7.41252 4.86743 7.32944 5.25698C7.24636 5.64653 7.05335 6.0041 6.77328 6.28731L6.77033 6.2903L6.33973 6.72088C7.10082 7.89728 8.10268 8.89914 9.27907 9.66022L9.70967 9.22963L9.71264 9.22667C9.99586 8.94661 10.3534 8.7536 10.743 8.67052C11.1322 8.58752 11.537 8.61772 11.9095 8.75753C11.9099 8.75766 11.9102 8.75779 11.9106 8.75792L11.6467 9.45996L11.9095 8.75753C11.9093 8.75745 11.9097 8.75761 11.9095 8.75753C12.4612 8.96332 13.0343 9.10608 13.6181 9.18307L13.6248 9.18395C14.1308 9.25534 14.5929 9.51024 14.9232 9.90012C15.2514 10.2874 15.4267 10.781 15.4167 11.2882V11.28H14.6667L15.4164 11.2986C15.4165 11.2951 15.4166 11.2917 15.4167 11.2882V13.2785C15.4167 13.278 15.4167 13.2774 15.4167 13.2769L14.6667 13.28H15.4167V13.2785M7.05479 13.1978C5.35331 12.1159 3.91055 10.6732 2.82877 8.97167C1.63907 7.13427 0.898676 5.04255 0.667522 2.86583L0.666281 2.85413C0.64025 2.56608 0.674576 2.27575 0.766894 2.00165C0.859212 1.72755 1.00759 1.47568 1.20259 1.26206C1.39758 1.04845 1.63492 0.877782 1.89949 0.76092C2.16406 0.644058 2.45006 0.583565 2.73929 0.583293L4.73671 0.583293\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12669\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneForwarded, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13578\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneForwarded size={size} /> });"
+    "IconMap.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMap = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15855)\"><path d=\"M0.666504 4.00004L0.269593 3.30545C0.0203328 3.44788 -0.133496 3.71296 -0.133496 4.00004H0.666504ZM0.666504 14.6667H-0.133496C-0.133496 14.9519 0.0183106 15.2155 0.264962 15.3586C0.511614 15.5018 0.815813 15.5028 1.06342 15.3613L0.666504 14.6667ZM10.6665 14.6667L10.3087 15.3822C10.548 15.5019 10.8312 15.494 11.0634 15.3613L10.6665 14.6667ZM15.3332 12L15.7301 12.6946C15.9793 12.5522 16.1332 12.2871 16.1332 12H15.3332ZM15.3332 1.33337H16.1332C16.1332 1.0482 15.9814 0.784584 15.7347 0.641446C15.4881 0.498308 15.1839 0.497292 14.9363 0.63878L15.3332 1.33337ZM5.33317 1.33337L5.69094 0.617832C5.4517 0.49821 5.1685 0.506071 4.93626 0.63878L5.33317 1.33337ZM-0.133496 4.00004V14.6667H1.4665V4.00004H-0.133496ZM1.06342 15.3613L5.73008 12.6946L4.93626 11.3054L0.269593 13.9721L1.06342 15.3613ZM4.9754 12.7156L10.3087 15.3822L11.0243 13.9512L5.69094 11.2845L4.9754 12.7156ZM11.0634 15.3613L15.7301 12.6946L14.9363 11.3054L10.2696 13.9721L11.0634 15.3613ZM16.1332 12V1.33337H14.5332V12H16.1332ZM14.9363 0.63878L10.2696 3.30545L11.0634 4.69464L15.7301 2.02797L14.9363 0.63878ZM11.0243 3.2845L5.69094 0.617832L4.9754 2.04892L10.3087 4.71558L11.0243 3.2845ZM4.93626 0.63878L0.269593 3.30545L1.06342 4.69464L5.73008 2.02797L4.93626 0.63878ZM4.53317 1.33337V12H6.13317V1.33337H4.53317ZM9.8665 4.00004V14.6667H11.4665V4.00004H9.8665Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15855\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconMap, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13547\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMap size={size} /> });"
   ],
   [
-    "IconPhoneIncoming.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhoneIncoming = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12161)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.8638 0.136296C16.1567 0.429189 16.1567 0.904063 15.8638 1.19696L12.4774 4.58329H14.6668C15.081 4.58329 15.4168 4.91908 15.4168 5.33329C15.4168 5.74751 15.081 6.08329 14.6668 6.08329H10.6668C10.2526 6.08329 9.91679 5.74751 9.91679 5.33329V1.33329C9.91679 0.919079 10.2526 0.583293 10.6668 0.583293C11.081 0.583293 11.4168 0.919079 11.4168 1.33329V3.52263L14.8031 0.136296C15.096 -0.156597 15.5709 -0.156597 15.8638 0.136296ZM5.1336 2.22429C5.02627 2.13199 4.88905 2.08186 4.7475 2.08326L4.74012 2.08333L2.74053 2.08329C2.65964 2.08341 2.57967 2.10035 2.50568 2.13303C2.4316 2.16575 2.36515 2.21354 2.31055 2.27335C2.25595 2.33316 2.2144 2.40368 2.18855 2.48043C2.16321 2.55568 2.1535 2.63529 2.16 2.71438C2.36722 4.6554 3.02821 6.52048 4.08958 8.15885L4.09315 8.16437C5.05766 9.68222 6.34451 10.9691 7.86236 11.9336L7.86821 11.9373C9.49886 12.9948 11.3545 13.6556 13.2864 13.8668C13.3655 13.8732 13.4451 13.8634 13.5203 13.838C13.5973 13.8119 13.668 13.7701 13.7278 13.7152C13.7877 13.6603 13.8354 13.5935 13.8679 13.5191C13.9005 13.4446 13.9171 13.3642 13.9168 13.283L13.9168 13.28V11.28L13.917 11.2614C13.9206 11.1183 13.8714 10.979 13.7789 10.8698C13.687 10.7613 13.5586 10.6901 13.418 10.6696C12.7232 10.5777 12.0411 10.4076 11.3846 10.1626L11.3829 10.162C11.2785 10.1228 11.165 10.1143 11.056 10.1375C10.9474 10.1607 10.8478 10.2143 10.7686 10.2921C10.7682 10.2925 10.7679 10.2929 10.7675 10.2932L9.92378 11.137C9.68505 11.3757 9.31622 11.4255 9.02273 11.2586C7.23635 10.2428 5.75725 8.76373 4.74148 6.97735C4.5746 6.68385 4.62439 6.31503 4.86312 6.0763L5.70801 5.23141C5.78579 5.1523 5.83941 5.05264 5.86255 4.94411C5.88581 4.83504 5.87732 4.72158 5.83808 4.61719L5.83744 4.6155C5.59247 3.95898 5.42239 3.27692 5.33045 2.58225C5.31013 2.44313 5.24024 2.316 5.1336 2.22429ZM4.73684 0.583293C5.24091 0.579323 5.72939 0.75826 6.11165 1.08701C6.49496 1.41665 6.74532 1.87442 6.81607 2.375L6.81704 2.38189C6.89406 2.96585 7.03687 3.53923 7.24279 4.09109L6.54012 4.35329L7.24216 4.0894C7.38231 4.46223 7.41264 4.86743 7.32956 5.25698C7.24648 5.64653 7.05347 6.0041 6.77341 6.28731L6.77046 6.2903L6.33985 6.72088C7.10094 7.89728 8.1028 8.89914 9.2792 9.66022L9.70979 9.22963L9.71276 9.22667C9.99598 8.94661 10.3535 8.7536 10.7431 8.67052C11.1323 8.58752 11.5371 8.61772 11.9096 8.75753C11.91 8.75766 11.9103 8.75779 11.9107 8.75792L11.6468 9.45996L11.9096 8.75753C11.9094 8.75745 11.9098 8.75761 11.9096 8.75753C12.4613 8.96332 13.0344 9.10608 13.6182 9.18307L13.6249 9.18395C14.1309 9.25534 14.593 9.51024 14.9234 9.90012C15.2515 10.2874 15.4269 10.781 15.4168 11.2882V11.28H14.6668L15.4166 11.2986C15.4166 11.2951 15.4167 11.2917 15.4168 11.2882V13.2785C15.4168 13.278 15.4168 13.2774 15.4168 13.2769L14.6668 13.28H15.4168V13.2785M7.05492 13.1978C5.35343 12.1159 3.91068 10.6732 2.82889 8.97167C1.6392 7.13427 0.898798 5.04255 0.667644 2.86583L0.666403 2.85413C0.640372 2.56608 0.674698 2.27575 0.767016 2.00165C0.859334 1.72755 1.00771 1.47568 1.20271 1.26206C1.3977 1.04845 1.63504 0.877782 1.89961 0.76092C2.16418 0.644058 2.45018 0.583565 2.73941 0.583293L4.73684 0.583293\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12161\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneIncoming, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13580\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneIncoming size={size} /> });"
+    "IconPaperclip.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPaperclip = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15905)\"><path d=\"M14.859 7.93234C15.1715 7.61992 15.1715 7.11339 14.859 6.80097C14.5466 6.48855 14.0401 6.48855 13.7277 6.80097L14.859 7.93234ZM8.1667 13.4933L7.60101 12.9276L8.1667 13.4933ZM5.3367 14.6655V15.4655V14.6655ZM1.33447 10.6633H0.534473H1.33447ZM2.5067 7.83332L3.07238 8.39901L2.5067 7.83332ZM8.63336 1.70665L9.19905 2.27234L8.63336 1.70665ZM10.52 0.925171V1.72517V0.925171ZM12.4067 5.47999L12.9721 6.04598L12.9724 6.04567L12.4067 5.47999ZM6.27336 11.6067L5.70799 11.0407L5.70768 11.041L6.27336 11.6067ZM4.3867 9.71999L3.82134 9.15397L3.82101 9.1543L4.3867 9.71999ZM10.612 4.63267C10.9247 4.32044 10.9249 3.8139 10.6127 3.5013C10.3005 3.1887 9.79395 3.1884 9.48134 3.50063L10.612 4.63267ZM13.7277 6.80097L7.60101 12.9276L8.73238 14.059L14.859 7.93234L13.7277 6.80097ZM7.60101 12.9276C7.00048 13.5282 6.18598 13.8655 5.3367 13.8655V15.4655C6.61033 15.4655 7.83179 14.9596 8.73238 14.059L7.60101 12.9276ZM5.3367 13.8655C4.48741 13.8655 3.67292 13.5282 3.07238 12.9276L1.94101 14.059C2.8416 14.9596 4.06307 15.4655 5.3367 15.4655V13.8655ZM3.07238 12.9276C2.47185 12.3271 2.13447 11.5126 2.13447 10.6633H0.534473C0.534473 11.9369 1.04042 13.1584 1.94101 14.059L3.07238 12.9276ZM2.13447 10.6633C2.13447 9.81404 2.47185 8.99954 3.07238 8.39901L1.94101 7.26763C1.04042 8.16823 0.534473 9.38969 0.534473 10.6633H2.13447ZM3.07238 8.39901L9.19905 2.27234L8.06768 1.14097L1.94101 7.26763L3.07238 8.39901ZM9.19905 2.27234C9.54939 1.92199 10.0246 1.72517 10.52 1.72517V0.125171C9.60022 0.125171 8.71808 0.490564 8.06768 1.14097L9.19905 2.27234ZM10.52 1.72517C11.0155 1.72517 11.4907 1.92199 11.841 2.27234L12.9724 1.14097C12.322 0.490564 11.4398 0.125171 10.52 0.125171V1.72517ZM11.841 2.27234C12.1914 2.62269 12.3882 3.09786 12.3882 3.59332H13.9882C13.9882 2.67351 13.6228 1.79137 12.9724 1.14097L11.841 2.27234ZM12.3882 3.59332C12.3882 4.08878 12.1914 4.56396 11.841 4.9143L12.9724 6.04567C13.6228 5.39527 13.9882 4.51313 13.9882 3.59332H12.3882ZM11.8413 4.91399L5.70799 11.0407L6.83874 12.1726L12.9721 6.04598L11.8413 4.91399ZM5.70768 11.041C5.60752 11.1411 5.47167 11.1974 5.33003 11.1974V12.7974C5.89602 12.7974 6.43883 12.5726 6.83905 12.1723L5.70768 11.041ZM5.33003 11.1974C5.18839 11.1974 5.05254 11.1411 4.95238 11.041L3.82101 12.1723C4.22123 12.5726 4.76404 12.7974 5.33003 12.7974V11.1974ZM4.95238 11.041C4.85222 10.9408 4.79596 10.805 4.79596 10.6633H3.19596C3.19596 11.2293 3.42079 11.7721 3.82101 12.1723L4.95238 11.041ZM4.79596 10.6633C4.79596 10.5217 4.85222 10.3858 4.95238 10.2857L3.82101 9.1543C3.42079 9.55452 3.19596 10.0973 3.19596 10.6633H4.79596ZM4.95205 10.286L10.612 4.63267L9.48134 3.50063L3.82134 9.15397L4.95205 10.286Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15905\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPaperclip, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13570\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPaperclip size={size} /> });"
   ],
   [
-    "IconPhoneMissed.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhoneMissed = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12649)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.8031 0.136296C11.096 -0.156597 11.5709 -0.156597 11.8638 0.136296L13.3335 1.60597L14.8031 0.136296C15.096 -0.156597 15.5709 -0.156597 15.8638 0.136296C16.1567 0.429189 16.1567 0.904063 15.8638 1.19696L14.3941 2.66663L15.8638 4.1363C16.1567 4.42919 16.1567 4.90406 15.8638 5.19696C15.5709 5.48985 15.096 5.48985 14.8031 5.19696L13.3335 3.72729L11.8638 5.19696C11.5709 5.48985 11.096 5.48985 10.8031 5.19696C10.5102 4.90406 10.5102 4.42919 10.8031 4.1363L12.2728 2.66663L10.8031 1.19696C10.5102 0.904063 10.5102 0.429189 10.8031 0.136296ZM5.1336 2.22429C5.02627 2.13199 4.88905 2.08186 4.7475 2.08326L4.74012 2.08333L2.74053 2.08329C2.65964 2.08341 2.57967 2.10035 2.50568 2.13303C2.4316 2.16575 2.36515 2.21354 2.31055 2.27335C2.25595 2.33316 2.2144 2.40368 2.18855 2.48043C2.16321 2.55568 2.1535 2.63529 2.16 2.71438C2.36722 4.6554 3.02821 6.52048 4.08958 8.15885L4.09315 8.16437C5.05766 9.68222 6.34451 10.9691 7.86236 11.9336L7.86821 11.9373C9.49886 12.9948 11.3545 13.6556 13.2864 13.8668C13.3655 13.8732 13.4451 13.8634 13.5203 13.838C13.5973 13.8119 13.668 13.7701 13.7278 13.7152C13.7877 13.6603 13.8354 13.5935 13.8679 13.5191C13.9005 13.4446 13.9171 13.3642 13.9168 13.283L13.9168 13.28V11.28L13.917 11.2614C13.9206 11.1183 13.8714 10.979 13.7789 10.8698C13.687 10.7613 13.5586 10.6901 13.418 10.6696C12.7232 10.5777 12.0411 10.4076 11.3846 10.1626L11.3829 10.162C11.2785 10.1228 11.165 10.1143 11.056 10.1375C10.9474 10.1607 10.8478 10.2143 10.7686 10.2921C10.7682 10.2925 10.7679 10.2929 10.7675 10.2932L9.92378 11.137C9.68505 11.3757 9.31622 11.4255 9.02273 11.2586C7.23635 10.2428 5.75725 8.76373 4.74148 6.97735C4.5746 6.68385 4.62439 6.31503 4.86312 6.0763L5.70801 5.23141C5.78579 5.1523 5.83941 5.05264 5.86255 4.94411C5.88581 4.83504 5.87732 4.72158 5.83808 4.61719L5.83744 4.6155C5.59247 3.95898 5.42239 3.27692 5.33045 2.58225C5.31013 2.44313 5.24024 2.316 5.1336 2.22429ZM4.73684 0.583293C5.24091 0.579323 5.72939 0.75826 6.11165 1.08701C6.49496 1.41665 6.74532 1.87442 6.81607 2.375L6.81704 2.38189C6.89406 2.96585 7.03687 3.53923 7.24279 4.09109L6.54012 4.35329L7.24216 4.0894C7.38231 4.46223 7.41264 4.86743 7.32956 5.25698C7.24648 5.64653 7.05347 6.0041 6.77341 6.28731L6.77046 6.2903L6.33985 6.72088C7.10094 7.89728 8.1028 8.89914 9.2792 9.66022L9.70979 9.22963L9.71276 9.22667C9.99598 8.94661 10.3535 8.7536 10.7431 8.67052C11.1323 8.58752 11.5371 8.61772 11.9096 8.75753C11.91 8.75766 11.9103 8.75779 11.9107 8.75792L11.6468 9.45996L11.9096 8.75753C11.9094 8.75745 11.9098 8.75761 11.9096 8.75753C12.4613 8.96332 13.0344 9.10608 13.6182 9.18307L13.6249 9.18395C14.1309 9.25534 14.593 9.51024 14.9234 9.90012C15.2515 10.2874 15.4269 10.781 15.4168 11.2882V11.28H14.6668L15.4166 11.2986C15.4166 11.2951 15.4167 11.2917 15.4168 11.2882V13.2785C15.4168 13.278 15.4168 13.2774 15.4168 13.2769L14.6668 13.28H15.4168V13.2785M7.05492 13.1978C5.35343 12.1159 3.91068 10.6732 2.82889 8.97167C1.6392 7.13427 0.898798 5.04255 0.667644 2.86583L0.666403 2.85413C0.640372 2.56608 0.674698 2.27575 0.767016 2.00165C0.859334 1.72755 1.00771 1.47568 1.20271 1.26206C1.3977 1.04845 1.63504 0.877782 1.89961 0.76092C2.16418 0.644058 2.45018 0.583565 2.73941 0.583293L4.73684 0.583293\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12649\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneMissed, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13579\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneMissed size={size} /> });"
+    "IconPause.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPause = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4 2.66663V1.86663C3.55817 1.86663 3.2 2.2248 3.2 2.66663H4ZM6.66667 2.66663H7.46667C7.46667 2.2248 7.10849 1.86663 6.66667 1.86663V2.66663ZM6.66667 13.3333V14.1333C7.10849 14.1333 7.46667 13.7751 7.46667 13.3333H6.66667ZM4 13.3333H3.2C3.2 13.7751 3.55817 14.1333 4 14.1333V13.3333ZM9.33333 2.66663V1.86663C8.89151 1.86663 8.53333 2.2248 8.53333 2.66663H9.33333ZM12 2.66663H12.8C12.8 2.2248 12.4418 1.86663 12 1.86663V2.66663ZM12 13.3333V14.1333C12.4418 14.1333 12.8 13.7751 12.8 13.3333H12ZM9.33333 13.3333H8.53333C8.53333 13.7751 8.89151 14.1333 9.33333 14.1333V13.3333ZM4 3.46663H6.66667V1.86663H4V3.46663ZM5.86667 2.66663V13.3333H7.46667V2.66663H5.86667ZM6.66667 12.5333H4V14.1333H6.66667V12.5333ZM4.8 13.3333V2.66663H3.2V13.3333H4.8ZM9.33333 3.46663H12V1.86663H9.33333V3.46663ZM11.2 2.66663V13.3333H12.8V2.66663H11.2ZM12 12.5333H9.33333V14.1333H12V12.5333ZM10.1333 13.3333V2.66663H8.53333V13.3333H10.1333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPause, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13572\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPause size={size} /> });"
   ],
   [
-    "IconPhoneOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhoneOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12642)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.8637 0.136296C16.1566 0.429189 16.1566 0.904063 15.8637 1.19696L8.20416 8.85654C8.54388 9.14836 8.90303 9.41688 9.27916 9.66022L9.70975 9.22963L9.71273 9.22667C9.99594 8.94661 10.3535 8.7536 10.7431 8.67052C11.1322 8.58752 11.537 8.61772 11.9096 8.75753C11.9099 8.75766 11.9103 8.75779 11.9106 8.75792L11.6467 9.45996L11.9096 8.75753C11.9094 8.75745 11.9098 8.75761 11.9096 8.75753C12.4612 8.96332 13.0344 9.10608 13.6182 9.18307L13.6251 9.18398C14.1256 9.25473 14.5834 9.50512 14.913 9.88842C15.2418 10.2707 15.4207 10.7592 15.4167 11.2633V11.26H14.6667L15.4167 11.2673C15.4167 11.266 15.4167 11.2646 15.4167 11.2633V13.2585C15.4167 13.258 15.4167 13.2574 15.4167 13.2569L14.6667 13.26H15.4167V13.2585M7.05504 13.1779C6.41655 12.7722 5.81312 12.3146 5.25082 11.8099L1.19708 15.8636C0.904185 16.1565 0.429311 16.1565 0.136418 15.8636C-0.156475 15.5707 -0.156475 15.0959 0.136418 14.803L6.53329 8.40609C6.55078 8.38418 6.56968 8.36302 6.58999 8.34273C6.61013 8.32261 6.63113 8.30387 6.65287 8.28651L14.8031 0.136296C15.096 -0.156597 15.5709 -0.156597 15.8637 0.136296M7.14085 9.91985L6.31321 10.7475C6.79746 11.1764 7.31535 11.5663 7.8621 11.9135L7.86818 11.9173C9.49883 12.9748 11.3545 13.6356 13.2864 13.8468C13.3655 13.8532 13.4451 13.8434 13.5203 13.818C13.5973 13.7919 13.6679 13.7501 13.7278 13.6952C13.7876 13.6403 13.8354 13.5735 13.8679 13.4991C13.9004 13.4246 13.9171 13.3442 13.9168 13.263L13.9167 13.26V11.2526C13.9181 11.111 13.8681 10.9738 13.7758 10.8665C13.684 10.7598 13.5569 10.69 13.4178 10.6696C12.7231 10.5777 12.0411 10.4076 11.3845 10.1626L11.3829 10.162C11.2785 10.1228 11.165 10.1143 11.0559 10.1375C10.9474 10.1607 10.8477 10.2143 10.7686 10.2921C10.7682 10.2925 10.7678 10.2929 10.7674 10.2932L9.92375 11.137C9.68501 11.3757 9.31619 11.4255 9.0227 11.2586C8.35121 10.8768 7.72078 10.4281 7.14085 9.91985ZM5.13356 2.22429C5.02624 2.13199 4.88901 2.08186 4.74746 2.08326L4.74008 2.08333L2.74049 2.08329C2.65961 2.08341 2.57963 2.10035 2.50564 2.13303C2.43156 2.16575 2.36511 2.21354 2.31051 2.27335C2.25591 2.33316 2.21437 2.40368 2.18852 2.48043C2.16325 2.55544 2.15353 2.63479 2.1599 2.71364C2.37109 4.64558 3.03187 6.50123 4.08935 8.13188C4.31472 8.47942 4.21569 8.94385 3.86816 9.16922C3.52062 9.3946 3.05619 9.29557 2.83082 8.94804C1.64423 7.11828 0.903381 5.03571 0.667803 2.86764L0.666336 2.85414C0.640305 2.56608 0.674661 2.27575 0.76698 2.00165C0.859298 1.72755 1.00768 1.47568 1.20267 1.26206C1.39767 1.04845 1.635 0.877782 1.89957 0.76092C2.16414 0.644058 2.45015 0.583565 2.73938 0.583293L4.7368 0.583293C5.24088 0.579323 5.72935 0.758261 6.11162 1.08701C6.49492 1.41665 6.74528 1.87442 6.81603 2.375L6.81701 2.38189C6.89403 2.96585 7.03683 3.53923 7.24275 4.09109L6.54008 4.35329L7.24212 4.0894C7.38227 4.46223 7.4126 4.86743 7.32952 5.25698C7.24644 5.64653 7.05344 6.0041 6.77337 6.28731L6.77042 6.2903L5.92375 7.13696C5.63085 7.42985 5.15598 7.42985 4.86308 7.13696C4.57019 6.84406 4.57019 6.36919 4.86308 6.0763L5.70797 5.23141C5.78575 5.1523 5.83937 5.05264 5.86251 4.94411C5.88578 4.83504 5.87728 4.72158 5.83804 4.61719L5.83741 4.6155C5.59243 3.95898 5.42235 3.2769 5.33041 2.58223C5.31009 2.44312 5.2402 2.316 5.13356 2.22429Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12642\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13582\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneOff size={size} /> });"
+    "IconPhoneForwarded.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhoneForwarded = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15917)\"><path d=\"M13.2324 0.100941C12.92 -0.211479 12.4134 -0.211479 12.101 0.100941C11.7886 0.41336 11.7886 0.919892 12.101 1.23231L13.2324 0.100941ZM15.3334 3.33329L15.8991 3.89898C16.0491 3.74895 16.1334 3.54547 16.1334 3.33329C16.1334 3.12112 16.0491 2.91764 15.8991 2.76761L15.3334 3.33329ZM12.101 5.43427C11.7886 5.74669 11.7886 6.25322 12.101 6.56564C12.4134 6.87806 12.92 6.87806 13.2324 6.56564L12.101 5.43427ZM10 2.53329C9.55821 2.53329 9.20004 2.89146 9.20004 3.33329C9.20004 3.77512 9.55821 4.13329 10 4.13329V2.53329ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95906 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM12.101 1.23231L14.7677 3.89898L15.8991 2.76761L13.2324 0.100941L12.101 1.23231ZM14.7677 2.76761L12.101 5.43427L13.2324 6.56564L15.8991 3.89898L14.7677 2.76761ZM10 4.13329L15.3334 4.13329V2.53329L10 2.53329V4.13329ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36537 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711548 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95906 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95906 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46855 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15917\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneForwarded, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13578\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneForwarded size={size} /> });"
   ],
   [
-    "IconPhoneOutgoing.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhoneOutgoing = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12647)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5832 0.666626C10.5832 0.252412 10.919 -0.083374 11.3332 -0.083374H15.3332C15.7474 -0.083374 16.0832 0.252412 16.0832 0.666626V4.66663C16.0832 5.08084 15.7474 5.41663 15.3332 5.41663C14.919 5.41663 14.5832 5.08084 14.5832 4.66663V2.47729L11.1969 5.86362C10.904 6.15652 10.4291 6.15652 10.1362 5.86362C9.84332 5.57073 9.84332 5.09586 10.1362 4.80296L13.5225 1.41663H11.3332C10.919 1.41663 10.5832 1.08084 10.5832 0.666626ZM5.13335 2.22429C5.02603 2.13199 4.8888 2.08186 4.74725 2.08326L4.73987 2.08333L2.74028 2.08329C2.6594 2.08341 2.57942 2.10035 2.50544 2.13303C2.43136 2.16575 2.3649 2.21354 2.3103 2.27335C2.2557 2.33316 2.21416 2.40369 2.18831 2.48043C2.16297 2.55568 2.15326 2.63529 2.15975 2.71438C2.36698 4.6554 3.02797 6.52048 4.08933 8.15885L4.09291 8.16437C5.05741 9.68222 6.34426 10.9691 7.86211 11.9336L7.86797 11.9373C9.49862 12.9948 11.3543 13.6556 13.2862 13.8668C13.3653 13.8732 13.4449 13.8634 13.5201 13.838C13.597 13.8119 13.6677 13.7701 13.7276 13.7152C13.7874 13.6603 13.8352 13.5935 13.8677 13.5191C13.9002 13.4446 13.9169 13.3642 13.9165 13.283L13.9165 13.28V11.28L13.9168 11.2614C13.9203 11.1183 13.8712 10.979 13.7787 10.8698C13.6867 10.7613 13.5584 10.6901 13.4177 10.6696C12.723 10.5777 12.0409 10.4076 11.3843 10.1626L11.3826 10.162C11.2782 10.1228 11.1648 10.1143 11.0557 10.1375C10.9472 10.1607 10.8475 10.2143 10.7684 10.2921C10.768 10.2925 10.7676 10.2929 10.7672 10.2932L9.92354 11.137C9.6848 11.3757 9.31598 11.4255 9.02249 11.2586C7.2361 10.2428 5.757 8.76373 4.74124 6.97735C4.57435 6.68385 4.62414 6.31503 4.86288 6.0763L5.70776 5.23141C5.78554 5.1523 5.83916 5.05264 5.86231 4.94411C5.88557 4.83504 5.87708 4.72158 5.83783 4.61719L5.8372 4.6155C5.59222 3.95898 5.42215 3.27692 5.3302 2.58225C5.30988 2.44313 5.23999 2.316 5.13335 2.22429ZM4.73659 0.583293C5.24067 0.579323 5.72915 0.75826 6.11141 1.08701C6.49471 1.41665 6.74507 1.87442 6.81582 2.375L6.8168 2.38189C6.89382 2.96585 7.03662 3.53924 7.24255 4.09109L6.53987 4.35329L7.24191 4.0894C7.38206 4.46223 7.41239 4.86743 7.32932 5.25698C7.24624 5.64653 7.05323 6.0041 6.77316 6.28731L6.77021 6.2903L6.33961 6.72088C7.10069 7.89728 8.10256 8.89914 9.27895 9.66022L9.70954 9.22963L9.71252 9.22667C9.99574 8.94661 10.3533 8.7536 10.7429 8.67052C11.132 8.58752 11.5368 8.61772 11.9094 8.75753C11.9097 8.75766 11.9101 8.75779 11.9104 8.75792L11.6465 9.45996L11.9094 8.75753C11.9092 8.75745 11.9096 8.75761 11.9094 8.75753C12.461 8.96332 13.0342 9.10608 13.6179 9.18307L13.6246 9.18395C14.1307 9.25534 14.5928 9.51024 14.9231 9.90012C15.2512 10.2874 15.4266 10.781 15.4165 11.2882V11.28H14.6665L15.4163 11.2986C15.4164 11.2951 15.4165 11.2917 15.4165 11.2882V13.2785C15.4165 13.278 15.4165 13.2774 15.4165 13.2769L14.6665 13.28H15.4165V13.2785M7.05467 13.1978C5.35318 12.1159 3.91043 10.6732 2.82865 8.97167C1.63895 7.13427 0.898554 5.04255 0.6674 2.86583L0.666159 2.85413C0.640128 2.56608 0.674454 2.27575 0.766772 2.00165C0.85909 1.72755 1.00747 1.47568 1.20246 1.26206C1.39746 1.04845 1.6348 0.877782 1.89937 0.76092C2.16393 0.644058 2.44994 0.583565 2.73917 0.583293L4.73659 0.583293\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12647\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneOutgoing, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13581\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneOutgoing size={size} /> });"
+    "IconPhone.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhone = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15927)\"><path d=\"M14.6665 11.28L13.8667 11.2601C13.8665 11.2668 13.8665 11.2734 13.8665 11.28H14.6665ZM14.6665 13.28H13.8665L13.8665 13.2832L14.6665 13.28ZM13.2131 14.6133L13.1267 15.4086C13.1315 15.4092 13.1363 15.4096 13.1411 15.4101L13.2131 14.6133ZM7.45979 12.5667L7.89509 11.8954L7.88885 11.8914L7.45979 12.5667ZM3.45979 8.56665L4.13503 8.13758L4.13122 8.13169L3.45979 8.56665ZM1.41313 2.78665L0.616275 2.85866L0.617599 2.87113L1.41313 2.78665ZM2.73979 1.33332V0.533316L2.73904 0.533317L2.73979 1.33332ZM4.73979 1.33332V2.13336L4.74767 2.13328L4.73979 1.33332ZM6.07313 2.47998L6.86629 2.37537L6.86525 2.36802L6.07313 2.47998ZM6.53979 4.35332L5.79027 4.633L5.79095 4.63481L6.53979 4.35332ZM6.23979 5.75998L6.80549 6.32568L6.80863 6.32249L6.23979 5.75998ZM5.39313 6.60665L4.82744 6.04096C4.57279 6.29561 4.51968 6.68903 4.69769 7.00209L5.39313 6.60665ZM9.39313 10.6067L8.99769 11.3021C9.31075 11.4801 9.70416 11.427 9.95881 11.1723L9.39313 10.6067ZM10.2398 9.75998L9.67727 9.19113L9.67411 9.1943L10.2398 9.75998ZM11.6465 9.45998L11.365 10.2088L11.3668 10.2095L11.6465 9.45998ZM13.5198 9.92665L13.6316 9.13446L13.6244 9.13352L13.5198 9.92665ZM13.8665 11.28V13.28H15.4665V11.28H13.8665ZM13.8665 13.2832C13.8668 13.3575 13.8516 13.431 13.8218 13.4991L15.2878 14.14C15.4068 13.8679 15.4677 13.5738 15.4665 13.2767L13.8665 13.2832ZM13.8218 13.4991C13.792 13.5671 13.7484 13.6282 13.6937 13.6784L14.7753 14.8574C14.9942 14.6566 15.1688 14.4122 15.2878 14.14L13.8218 13.4991ZM13.6937 13.6784C13.639 13.7286 13.5743 13.7668 13.504 13.7906L14.0166 15.3063C14.298 15.2111 14.5564 15.0582 14.7753 14.8574L13.6937 13.6784ZM13.504 13.7906C13.4336 13.8144 13.3591 13.8232 13.2851 13.8166L13.1411 15.4101C13.437 15.4368 13.7352 15.4015 14.0166 15.3063L13.504 13.7906ZM13.2995 13.818C11.3725 13.6086 9.52142 12.9501 7.89507 11.8954L7.02451 13.2379C8.86083 14.4287 10.9509 15.1722 13.1267 15.4086L13.2995 13.818ZM7.88885 11.8914C6.37719 10.9309 5.09557 9.64925 4.135 8.13759L2.78458 8.99571C3.87113 10.7056 5.32083 12.1553 7.03074 13.2419L7.88885 11.8914ZM4.13122 8.13169C3.07285 6.49795 2.41421 4.63788 2.20865 2.70217L0.617599 2.87113C0.849697 5.05674 1.59337 7.15695 2.78837 9.00161L4.13122 8.13169ZM2.20988 2.71465C2.20322 2.64091 2.21198 2.56659 2.23561 2.49642L0.719306 1.98572C0.624773 2.26639 0.589717 2.56368 0.616373 2.85865L2.20988 2.71465ZM2.23561 2.49642C2.25925 2.42625 2.29723 2.36177 2.34715 2.30708L1.16546 1.22838C0.965781 1.44712 0.81384 1.70504 0.719306 1.98572L2.23561 2.49642ZM2.34715 2.30708C2.39707 2.2524 2.45783 2.20871 2.52556 2.17879L1.87908 0.715207C1.60816 0.834874 1.36513 1.00964 1.16546 1.22838L2.34715 2.30708ZM2.52556 2.17879C2.59329 2.14887 2.6665 2.13339 2.74055 2.13332L2.73904 0.533317C2.44287 0.533596 2.15 0.59554 1.87908 0.715207L2.52556 2.17879ZM2.73979 2.13332H4.73979V0.533317H2.73979V2.13332ZM4.74767 2.13328C4.87708 2.132 5.00254 2.17783 5.10067 2.26222L6.14393 1.04912C5.75143 0.711573 5.24958 0.52826 4.73192 0.533355L4.74767 2.13328ZM5.10067 2.26222C5.19879 2.34661 5.26289 2.4638 5.281 2.59194L6.86525 2.36802C6.7928 1.85543 6.53643 1.38667 6.14393 1.04912L5.10067 2.26222ZM5.27999 2.58459C5.3723 3.28445 5.54348 3.97162 5.79028 4.633L7.28931 4.07363C7.0847 3.52531 6.94278 2.9556 6.86626 2.37538L5.27999 2.58459ZM5.79095 4.63481C5.82683 4.73025 5.83459 4.83398 5.81333 4.93371L7.37813 5.26743C7.46321 4.86854 7.43215 4.45361 7.28863 4.07183L5.79095 4.63481ZM5.81333 4.93371C5.79206 5.03343 5.74265 5.12497 5.67095 5.19747L6.80863 6.32249C7.09542 6.03248 7.29306 5.66633 7.37813 5.26743L5.81333 4.93371ZM5.67411 5.1943L4.82744 6.04096L5.95881 7.17234L6.80548 6.32567L5.67411 5.1943ZM4.69769 7.00209C5.71791 8.79629 7.20348 10.2819 8.99769 11.3021L9.78856 9.91121C8.24471 9.03336 6.96642 7.75507 6.08856 6.21121L4.69769 7.00209ZM9.95881 11.1723L10.8055 10.3257L9.67411 9.1943L8.82744 10.041L9.95881 11.1723ZM10.8023 10.3288C10.8748 10.2571 10.9663 10.2077 11.0661 10.1865L10.7323 8.62164C10.3334 8.70671 9.9673 8.90436 9.67728 9.19114L10.8023 10.3288ZM11.0661 10.1865C11.1658 10.1652 11.2695 10.1729 11.365 10.2088L11.9279 8.71114C11.5462 8.56763 11.1312 8.53657 10.7323 8.62164L11.0661 10.1865ZM11.3668 10.2095C12.0282 10.4563 12.7153 10.6275 13.4152 10.7198L13.6244 9.13352C13.0442 9.05699 12.4745 8.91507 11.9261 8.71047L11.3668 10.2095ZM13.408 10.7188C13.5376 10.7371 13.6559 10.8023 13.7404 10.9021L14.9612 9.86782C14.6229 9.46858 14.1497 9.20759 13.6315 9.13449L13.408 10.7188ZM13.7404 10.9021C13.825 11.0019 13.87 11.1294 13.8667 11.2601L15.4662 11.2998C15.4792 10.7767 15.2995 10.2671 14.9612 9.86782L13.7404 10.9021Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15927\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhone, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13584\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhone size={size} /> });"
   ],
   [
-    "IconPhone.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPhone = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.13327 2.22431C5.02595 2.13201 4.88872 2.08189 4.74717 2.08328L4.73979 2.08335V2.08332H2.74024C2.65935 2.08343 2.57936 2.10037 2.50535 2.13305C2.43128 2.16577 2.36482 2.21356 2.31022 2.27337C2.25562 2.33318 2.21408 2.40371 2.18823 2.48046C2.16289 2.5557 2.15318 2.63531 2.15967 2.71441C2.3669 4.65543 3.02789 6.5205 4.08925 8.15888L4.09283 8.16439L4.0928 8.16441C5.05731 9.68226 6.34418 10.9691 7.86203 11.9336L7.86789 11.9374L7.86787 11.9374C9.49852 12.9949 11.3542 13.6556 13.2861 13.8668C13.3652 13.8732 13.4448 13.8634 13.52 13.838C13.597 13.812 13.6676 13.7702 13.7275 13.7152C13.7873 13.6603 13.8351 13.5935 13.8676 13.5191C13.9002 13.4447 13.9168 13.3643 13.9165 13.283L13.9165 13.28V11.28L13.9167 11.2614C13.9202 11.1183 13.8711 10.979 13.7786 10.8698C13.6867 10.7613 13.5583 10.6902 13.4176 10.6697C12.7229 10.5777 12.0408 10.4077 11.3843 10.1627L11.3826 10.162C11.2782 10.1228 11.1647 10.1143 11.0556 10.1376C10.9471 10.1607 10.8474 10.2143 10.7683 10.2921C10.7679 10.2925 10.7675 10.2929 10.7671 10.2933L9.92346 11.137C9.68472 11.3757 9.3159 11.4255 9.02241 11.2586C7.23602 10.2429 5.75692 8.76375 4.74116 6.97737C4.57427 6.68388 4.62406 6.31505 4.8628 6.07632L5.70768 5.23143C5.78546 5.15232 5.83908 5.05266 5.86223 4.94414C5.88549 4.83506 5.877 4.72161 5.83775 4.61721L5.83712 4.61552C5.59214 3.95901 5.42207 3.27694 5.33012 2.58228C5.3098 2.44316 5.23991 2.31602 5.13327 2.22431ZM4.73652 0.583317C5.24059 0.579348 5.72907 0.758285 6.11133 1.08703C6.49463 1.41667 6.74499 1.87444 6.81574 2.37502L6.81672 2.38191L6.81669 2.38192C6.89371 2.96588 7.03654 3.53926 7.24247 4.09111L6.53979 4.35332L7.24183 4.08942C7.38198 4.46226 7.41231 4.86746 7.32923 5.257C7.24616 5.64655 7.05315 6.00412 6.77308 6.28734L6.77013 6.29032L6.77012 6.29031L6.33953 6.72091C7.10061 7.8973 8.10248 8.89916 9.27887 9.66025L9.70946 9.22965L9.71244 9.2267C9.99566 8.94663 10.3532 8.75362 10.7428 8.67054C11.132 8.58753 11.5369 8.61775 11.9095 8.75763C12.4611 8.96338 13.0342 9.10611 13.6179 9.18309L13.6246 9.18398L13.6246 9.184C14.1306 9.25539 14.5927 9.51026 14.923 9.90014C15.2512 10.2874 15.4265 10.781 15.4165 11.2883V13.2785\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPhone, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13584\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhone size={size} /> });"
+    "IconPenTool.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPenTool = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15911)\"><path d=\"M7.99999 12.6667L7.43431 12.101C7.12189 12.4134 7.12189 12.92 7.43431 13.2324L7.99999 12.6667ZM12.6667 8.00004L13.2323 7.43436C12.9199 7.12194 12.4134 7.12194 12.101 7.43436L12.6667 8.00004ZM14.6667 10L15.2323 10.5657C15.5448 10.2533 15.5448 9.74677 15.2323 9.43435L14.6667 10ZM10 14.6667L9.43431 15.2324C9.74673 15.5448 10.2533 15.5448 10.5657 15.2324L10 14.6667ZM12 8.66671L12.5657 9.23239C12.7548 9.04325 12.8369 8.7721 12.7845 8.50981L12 8.66671ZM11 3.66671L11.7845 3.50981C11.7234 3.20435 11.4905 2.96213 11.1877 2.88904L11 3.66671ZM1.33333 1.33337L1.52104 0.555708C1.25013 0.490316 0.964709 0.570623 0.767643 0.767689C0.570577 0.964754 0.49027 1.25017 0.555662 1.52109L1.33333 1.33337ZM3.66666 11L2.889 11.1878C2.96209 11.4906 3.20431 11.7234 3.50977 11.7845L3.66666 11ZM8.66666 12L8.50977 12.7845C8.77206 12.837 9.04321 12.7549 9.23235 12.5657L8.66666 12ZM5.82498 6.95639C6.1374 7.26881 6.64393 7.26881 6.95635 6.95639C7.26877 6.64397 7.26877 6.13744 6.95635 5.82502L5.82498 6.95639ZM8.56568 13.2324L13.2323 8.56573L12.101 7.43436L7.43431 12.101L8.56568 13.2324ZM12.101 8.56573L14.101 10.5657L15.2323 9.43435L13.2323 7.43436L12.101 8.56573ZM14.101 9.43435L9.43431 14.101L10.5657 15.2324L15.2323 10.5657L14.101 9.43435ZM10.5657 14.101L8.56568 12.101L7.43431 13.2324L9.43431 15.2324L10.5657 14.101ZM12.7845 8.50981L11.7845 3.50981L10.2155 3.8236L11.2155 8.8236L12.7845 8.50981ZM11.1877 2.88904L1.52104 0.555708L1.14562 2.11104L10.8123 4.44437L11.1877 2.88904ZM0.555662 1.52109L2.889 11.1878L4.44433 10.8123L2.11099 1.14566L0.555662 1.52109ZM3.50977 11.7845L8.50977 12.7845L8.82355 11.2156L3.82355 10.2156L3.50977 11.7845ZM9.23235 12.5657L12.5657 9.23239L11.4343 8.10102L8.10098 11.4344L9.23235 12.5657ZM0.767643 1.89906L5.82498 6.95639L6.95635 5.82502L1.89901 0.767689L0.767643 1.89906ZM7.86666 7.33337C7.86666 7.62793 7.62788 7.86671 7.33333 7.86671V9.46671C8.51154 9.46671 9.46666 8.51158 9.46666 7.33337H7.86666ZM7.33333 7.86671C7.03878 7.86671 6.79999 7.62793 6.79999 7.33337H5.19999C5.19999 8.51158 6.15512 9.46671 7.33333 9.46671V7.86671ZM6.79999 7.33337C6.79999 7.03882 7.03878 6.80004 7.33333 6.80004V5.20004C6.15512 5.20004 5.19999 6.15517 5.19999 7.33337H6.79999ZM7.33333 6.80004C7.62788 6.80004 7.86666 7.03882 7.86666 7.33337H9.46666C9.46666 6.15517 8.51154 5.20004 7.33333 5.20004V6.80004Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15911\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPenTool, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13576\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPenTool size={size} /> });"
   ],
   [
-    "IconPieChart.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPieChart = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12638)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46967 0.802922C7.61033 0.66227 7.80109 0.583252 8 0.583252C8.97398 0.583252 9.93841 0.77509 10.8382 1.14781C11.7381 1.52053 12.5557 2.06684 13.2444 2.75554C13.9331 3.44424 14.4794 4.26185 14.8521 5.16168C15.2248 6.06151 15.4167 7.02595 15.4167 7.99992C15.4167 8.41413 15.0809 8.74992 14.6667 8.74992H8C7.58579 8.74992 7.25 8.41413 7.25 7.99992V1.33325C7.25 1.13434 7.32902 0.943574 7.46967 0.802922ZM8.75 2.13098V7.24992H13.8689C13.8026 6.73066 13.6675 6.22139 13.4663 5.73571C13.169 5.01787 12.7331 4.36562 12.1837 3.8162C11.6343 3.26679 10.9821 2.83097 10.2642 2.53363C9.77854 2.33246 9.26926 2.19734 8.75 2.13098ZM6.02074 1.58662C6.18641 1.96626 6.01295 2.40832 5.63331 2.57398C4.74751 2.96053 3.96989 3.55818 3.36843 4.31469C2.76698 5.07119 2.35999 5.96351 2.18306 6.91364C2.00613 7.86377 2.06464 8.84278 2.35348 9.76507C2.64232 10.6874 3.15269 11.5249 3.83998 12.2043C4.52726 12.8838 5.37053 13.3846 6.29606 13.6629C7.22159 13.9412 8.2012 13.9885 9.14925 13.8007C10.0973 13.613 10.9849 13.1958 11.7345 12.5858C12.4841 11.9757 13.0728 11.1913 13.4492 10.3012C13.6105 9.91964 14.0506 9.74115 14.4321 9.90247C14.8136 10.0638 14.9921 10.5038 14.8308 10.8854C14.359 12.0012 13.621 12.9844 12.6813 13.7492C11.7417 14.5139 10.6291 15.0368 9.44068 15.2721C8.25228 15.5075 7.02431 15.4482 5.86414 15.0994C4.70397 14.7505 3.64692 14.1228 2.78539 13.271C1.92387 12.4193 1.28411 11.3695 0.922039 10.2134C0.559973 9.05725 0.486626 7.83005 0.708411 6.63904C0.930196 5.44803 1.44036 4.32948 2.1943 3.38119C2.94824 2.4329 3.92301 1.68373 5.03337 1.19919C5.41301 1.03352 5.85507 1.20698 6.02074 1.58662Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12638\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPieChart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13583\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPieChart size={size} /> });"
+    "IconPhoneIncoming.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhoneIncoming = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15919)\"><path d=\"M11.4667 1.33329C11.4667 0.891465 11.1085 0.533293 10.6667 0.533293C10.2249 0.533293 9.8667 0.891465 9.8667 1.33329H11.4667ZM10.6667 5.33329H9.8667C9.8667 5.77512 10.2249 6.13329 10.6667 6.13329V5.33329ZM14.6667 6.13329C15.1085 6.13329 15.4667 5.77512 15.4667 5.33329C15.4667 4.89146 15.1085 4.53329 14.6667 4.53329V6.13329ZM15.8991 1.23231C16.2115 0.919892 16.2115 0.41336 15.8991 0.100941C15.5866 -0.211479 15.0801 -0.211479 14.7677 0.100941L15.8991 1.23231ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95906 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM9.8667 1.33329V5.33329H11.4667V1.33329H9.8667ZM10.6667 6.13329H14.6667V4.53329H10.6667V6.13329ZM14.7677 0.100941L10.101 4.76761L11.2324 5.89898L15.8991 1.23231L14.7677 0.100941ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36537 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711548 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95906 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95906 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46855 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15919\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneIncoming, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13580\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneIncoming size={size} /> });"
   ],
   [
-    "IconPlayCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPlayCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12640)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99998 2.08325C4.7323 2.08325 2.08331 4.73223 2.08331 7.99992C2.08331 11.2676 4.7323 13.9166 7.99998 13.9166C11.2677 13.9166 13.9166 11.2676 13.9166 7.99992C13.9166 4.73223 11.2677 2.08325 7.99998 2.08325ZM0.583313 7.99992C0.583313 3.90381 3.90387 0.583252 7.99998 0.583252C12.0961 0.583252 15.4166 3.90381 15.4166 7.99992C15.4166 12.096 12.0961 15.4166 7.99998 15.4166C3.90387 15.4166 0.583313 12.096 0.583313 7.99992ZM6.31275 4.672C6.55662 4.54148 6.85253 4.55579 7.08267 4.70921L11.0827 7.37588C11.2913 7.51498 11.4166 7.74915 11.4166 7.99992C11.4166 8.25068 11.2913 8.48486 11.0827 8.62396L7.08267 11.2906C6.85253 11.4441 6.55662 11.4584 6.31275 11.3278C6.06888 11.1973 5.91665 10.9432 5.91665 10.6666V5.33325C5.91665 5.05666 6.06888 4.80251 6.31275 4.672ZM7.41665 6.73464V9.2652L9.31457 7.99992L7.41665 6.73464Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12640\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPlayCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13585\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlayCircle size={size} /> });"
+    "IconPauseCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPauseCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15907)\"><path d=\"M5.86683 10C5.86683 10.4419 6.225 10.8 6.66683 10.8C7.10866 10.8 7.46683 10.4419 7.46683 10H5.86683ZM7.46683 6.00004C7.46683 5.55821 7.10866 5.20004 6.66683 5.20004C6.225 5.20004 5.86683 5.55821 5.86683 6.00004H7.46683ZM8.5335 10C8.5335 10.4419 8.89167 10.8 9.3335 10.8C9.77532 10.8 10.1335 10.4419 10.1335 10H8.5335ZM10.1335 6.00004C10.1335 5.55821 9.77532 5.20004 9.3335 5.20004C8.89167 5.20004 8.5335 5.55821 8.5335 6.00004H10.1335ZM13.8668 8.00004C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1238 15.4668 8.00004H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8.00004H0.533496C0.533496 12.1238 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8.00004C2.1335 4.75997 4.76009 2.13337 8.00016 2.13337V0.533374C3.87644 0.533374 0.533496 3.87631 0.533496 8.00004H2.1335ZM8.00016 2.13337C11.2402 2.13337 13.8668 4.75997 13.8668 8.00004H15.4668C15.4668 3.87631 12.1239 0.533374 8.00016 0.533374V2.13337ZM7.46683 10V6.00004H5.86683V10H7.46683ZM10.1335 10V6.00004H8.5335V10H10.1335Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15907\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPauseCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13574\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPauseCircle size={size} /> });"
   ],
   [
     "IconPlay.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPlay = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.97398 1.34172C3.21479 1.21025 3.50816 1.22076 3.73894 1.36912L13.0723 7.36912C13.2869 7.50712 13.4167 7.7448 13.4167 8C13.4167 8.2552 13.2869 8.49288 13.0723 8.63088L3.73894 14.6309C3.50816 14.7792 3.21479 14.7898 2.97398 14.6583C2.73318 14.5268 2.58337 14.2744 2.58337 14V2C2.58337 1.72565 2.73318 1.47318 2.97398 1.34172ZM4.08337 3.37375V12.6263L11.2798 8L4.08337 3.37375Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPlay, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13586\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlay size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPlay = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33337 2L3.76598 1.32706C3.51981 1.16881 3.20688 1.1576 2.95002 1.29783C2.69316 1.43806 2.53337 1.70735 2.53337 2L3.33337 2ZM12.6667 8L13.0993 8.67294C13.3283 8.52574 13.4667 8.27221 13.4667 8C13.4667 7.72779 13.3283 7.47426 13.0993 7.32706L12.6667 8ZM3.33337 14H2.53337C2.53337 14.2926 2.69316 14.5619 2.95002 14.7022C3.20688 14.8424 3.51981 14.8312 3.76598 14.6729L3.33337 14ZM2.90077 2.67294L12.2341 8.67294L13.0993 7.32706L3.76598 1.32706L2.90077 2.67294ZM12.2341 7.32706L2.90077 13.3271L3.76598 14.6729L13.0993 8.67294L12.2341 7.32706ZM4.13337 14V2H2.53337V14H4.13337Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPlay, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13586\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlay size={size} /> });"
+  ],
+  [
+    "IconMusic.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconMusic = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6 3.33333L5.86848 2.54422C5.48273 2.60851 5.2 2.94226 5.2 3.33333H6ZM14 2H14.8C14.8 1.76484 14.6965 1.54159 14.5171 1.38958C14.3377 1.23758 14.1004 1.17222 13.8685 1.21088L14 2ZM6.8 12V3.33333H5.2V12H6.8ZM6.13152 4.12245L14.1315 2.78912L13.8685 1.21088L5.86848 2.54422L6.13152 4.12245ZM13.2 2V10.6667H14.8V2H13.2ZM5.2 12C5.2 12.6627 4.66274 13.2 4 13.2V14.8C5.5464 14.8 6.8 13.5464 6.8 12H5.2ZM4 13.2C3.33726 13.2 2.8 12.6627 2.8 12H1.2C1.2 13.5464 2.4536 14.8 4 14.8V13.2ZM2.8 12C2.8 11.3373 3.33726 10.8 4 10.8V9.2C2.4536 9.2 1.2 10.4536 1.2 12H2.8ZM4 10.8C4.66274 10.8 5.2 11.3373 5.2 12H6.8C6.8 10.4536 5.5464 9.2 4 9.2V10.8ZM13.2 10.6667C13.2 11.3294 12.6627 11.8667 12 11.8667V13.4667C13.5464 13.4667 14.8 12.2131 14.8 10.6667H13.2ZM12 11.8667C11.3373 11.8667 10.8 11.3294 10.8 10.6667H9.2C9.2 12.2131 10.4536 13.4667 12 13.4667V11.8667ZM10.8 10.6667C10.8 10.0039 11.3373 9.46667 12 9.46667V7.86667C10.4536 7.86667 9.2 9.12027 9.2 10.6667H10.8ZM12 9.46667C12.6627 9.46667 13.2 10.0039 13.2 10.6667H14.8C14.8 9.12027 13.5464 7.86667 12 7.86667V9.46667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconMusic, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13567\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconMusic size={size} /> });"
   ],
   [
     "IconPlusCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPlusCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12216)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325V7.24992H10.6667C11.0809 7.24992 11.4167 7.58571 11.4167 7.99992C11.4167 8.41413 11.0809 8.74992 10.6667 8.74992H8.75004V10.6666C8.75004 11.0808 8.41425 11.4166 8.00004 11.4166C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666V8.74992H5.33337C4.91916 8.74992 4.58337 8.41413 4.58337 7.99992C4.58337 7.58571 4.91916 7.24992 5.33337 7.24992H7.25004V5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12216\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPlusCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13588\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlusCircle size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPlusCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15935)\"><path d=\"M8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666C8.44187 11.4666 8.80004 11.1084 8.80004 10.6666H7.20004ZM5.33337 7.19992C4.89155 7.19992 4.53337 7.55809 4.53337 7.99992C4.53337 8.44175 4.89155 8.79992 5.33337 8.79992V7.19992ZM10.6667 8.79992C11.1085 8.79992 11.4667 8.44175 11.4667 7.99992C11.4667 7.55809 11.1085 7.19992 10.6667 7.19992V8.79992ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM7.20004 5.33325V10.6666H8.80004V5.33325H7.20004ZM5.33337 8.79992H10.6667V7.19992H5.33337V8.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15935\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPlusCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13588\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlusCircle size={size} /> });"
   ],
   [
-    "IconPlusSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPlusSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM8 4.58333C8.41421 4.58333 8.75 4.91912 8.75 5.33333V7.25H10.6667C11.0809 7.25 11.4167 7.58579 11.4167 8C11.4167 8.41421 11.0809 8.75 10.6667 8.75H8.75V10.6667C8.75 11.0809 8.41421 11.4167 8 11.4167C7.58579 11.4167 7.25 11.0809 7.25 10.6667V8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H7.25V5.33333C7.25 4.91912 7.58579 4.58333 8 4.58333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPlusSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13587\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlusSquare size={size} /> });"
+    "IconPhoneCall.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhoneCall = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15915)\"><path d=\"M10.1866 2.5481C9.75291 2.46349 9.33278 2.74645 9.24818 3.1801C9.16357 3.61375 9.44652 4.03388 9.88018 4.11849L10.1866 2.5481ZM11.8815 6.11982C11.9661 6.55347 12.3862 6.83643 12.8199 6.75182C13.2535 6.66721 13.5365 6.24708 13.4519 5.81343L11.8815 6.11982ZM10.1217 -0.128483C9.68257 -0.177266 9.28705 0.139169 9.23826 0.578296C9.18948 1.01742 9.50591 1.41295 9.94504 1.46173L10.1217 -0.128483ZM14.5384 6.04929C14.5877 6.48835 14.9836 6.80429 15.4227 6.75496C15.8618 6.70562 16.1777 6.30969 16.1284 5.87063L14.5384 6.04929ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95905 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM9.88018 4.11849C10.3751 4.21504 10.8299 4.45707 11.1864 4.8136L12.3178 3.68223C11.7361 3.10052 10.994 2.70563 10.1866 2.5481L9.88018 4.11849ZM11.1864 4.8136C11.5429 5.17013 11.785 5.62494 11.8815 6.11982L13.4519 5.81343C13.2944 5.006 12.8995 4.26394 12.3178 3.68223L11.1864 4.8136ZM9.94504 1.46173C11.1175 1.59199 12.2108 2.11704 13.0455 2.95067L14.1762 1.81859C13.0847 0.728449 11.6549 0.0418469 10.1217 -0.128483L9.94504 1.46173ZM13.0455 2.95067C13.8802 3.78431 14.4066 4.87698 14.5384 6.04929L16.1284 5.87063C15.9561 4.33761 15.2677 2.90873 14.1762 1.81859L13.0455 2.95067ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36538 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711549 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95905 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95905 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46856 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15915\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneCall, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13577\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneCall size={size} /> });"
   ],
   [
-    "IconPlus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPlus = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 2.58325C8.41413 2.58325 8.74992 2.91904 8.74992 3.33325V7.24992H12.6666C13.0808 7.24992 13.4166 7.58571 13.4166 7.99992C13.4166 8.41413 13.0808 8.74992 12.6666 8.74992H8.74992V12.6666C8.74992 13.0808 8.41413 13.4166 7.99992 13.4166C7.58571 13.4166 7.24992 13.0808 7.24992 12.6666V8.74992H3.33325C2.91904 8.74992 2.58325 8.41413 2.58325 7.99992C2.58325 7.58571 2.91904 7.24992 3.33325 7.24992H7.24992V3.33325C7.24992 2.91904 7.58571 2.58325 7.99992 2.58325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13590\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlus size={size} /> });"
+    "IconPhoneOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhoneOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15923)\"><path d=\"M7.68602 8.30786C7.37373 7.9953 6.8672 7.99508 6.55465 8.30736C6.24209 8.61964 6.24187 9.12617 6.55415 9.43873L7.68602 8.30786ZM9.39341 10.6066L8.99798 11.3021C9.31104 11.4801 9.70445 11.427 9.9591 11.1723L9.39341 10.6066ZM10.2401 9.75996L9.67756 9.19111L9.6744 9.19427L10.2401 9.75996ZM11.6467 9.45996L11.3653 10.2088L11.3671 10.2095L11.6467 9.45996ZM13.5201 9.92663L13.632 9.13447L13.6247 9.1335L13.5201 9.92663ZM14.6667 11.26L13.8667 11.2521V11.26H14.6667ZM14.6667 13.26H13.8667L13.8668 13.2632L14.6667 13.26ZM13.2134 14.5933L13.127 15.3886C13.1318 15.3891 13.1366 15.3896 13.1414 15.39L13.2134 14.5933ZM7.46008 12.5466L7.89538 11.8754L7.8889 11.8713L7.46008 12.5466ZM5.80608 10.2013C5.49384 9.88866 4.9873 9.88838 4.67471 10.2006C4.36212 10.5129 4.36184 11.0194 4.67408 11.332L5.80608 10.2013ZM2.78887 8.97524C3.02926 9.34594 3.52466 9.45157 3.89536 9.21118C4.26606 8.97078 4.3717 8.47538 4.1313 8.10468L2.78887 8.97524ZM1.41341 2.78663L0.616661 2.85863C0.617096 2.86344 0.617574 2.86824 0.618096 2.87304L1.41341 2.78663ZM2.74008 1.33329V0.533292L2.73933 0.533293L2.74008 1.33329ZM4.74008 1.33329V2.13333L4.74795 2.13325L4.74008 1.33329ZM6.07341 2.47996L6.86658 2.37535L6.86554 2.368L6.07341 2.47996ZM6.54008 4.35329L5.79056 4.63298L5.79124 4.63478L6.54008 4.35329ZM6.24008 5.75996L6.80578 6.32565L6.80892 6.32247L6.24008 5.75996ZM4.82773 6.04094C4.51531 6.35336 4.51531 6.85989 4.82773 7.17231C5.14015 7.48473 5.64668 7.48473 5.9591 7.17231L4.82773 6.04094ZM15.8991 1.23231C16.2115 0.919892 16.2115 0.41336 15.8991 0.100941C15.5867 -0.211479 15.0801 -0.211479 14.7677 0.100941L15.8991 1.23231ZM0.101063 14.7676C-0.211357 15.08 -0.211357 15.5866 0.101063 15.899C0.413482 16.2114 0.920014 16.2114 1.23243 15.899L0.101063 14.7676ZM6.55415 9.43873C7.28146 10.1667 8.10345 10.7934 8.99798 11.3021L9.78885 9.91119C9.01914 9.47352 8.31184 8.93424 7.68602 8.30786L6.55415 9.43873ZM9.9591 11.1723L10.8058 10.3256L9.6744 9.19427L8.82773 10.0409L9.9591 11.1723ZM10.8026 10.3288C10.8751 10.2571 10.9666 10.2077 11.0664 10.1864L10.7326 8.62162C10.3337 8.70669 9.96758 8.90433 9.67757 9.19112L10.8026 10.3288ZM11.0664 10.1864C11.1661 10.1652 11.2698 10.1729 11.3653 10.2088L11.9282 8.71112C11.5465 8.56761 11.1315 8.53654 10.7326 8.62162L11.0664 10.1864ZM11.3671 10.2095C12.0284 10.4563 12.7156 10.6275 13.4155 10.7198L13.6247 9.1335C13.0445 9.05697 12.4748 8.91505 11.9264 8.71044L11.3671 10.2095ZM13.4081 10.7188C13.5363 10.7369 13.6535 10.801 13.7378 10.8991L14.9509 9.85582C14.6134 9.46332 14.1446 9.20695 13.632 9.1345L13.4081 10.7188ZM13.7378 10.8991C13.8222 10.9972 13.8681 11.1227 13.8668 11.2521L15.4667 11.2678C15.4718 10.7502 15.2885 10.2483 14.9509 9.85582L13.7378 10.8991ZM13.8667 11.26V13.26H15.4667V11.26H13.8667ZM13.8668 13.2632C13.8671 13.3375 13.8518 13.411 13.8221 13.479L15.2881 14.12C15.4071 13.8478 15.4679 13.5538 15.4667 13.2567L13.8668 13.2632ZM13.8221 13.479C13.7923 13.5471 13.7487 13.6082 13.694 13.6584L14.7756 14.8374C14.9945 14.6365 15.1691 14.3922 15.2881 14.12L13.8221 13.479ZM13.694 13.6584C13.6392 13.7086 13.5746 13.7468 13.5043 13.7706L14.0169 15.2863C14.2983 15.1911 14.5567 15.0382 14.7756 14.8374L13.694 13.6584ZM13.5043 13.7706C13.4339 13.7944 13.3594 13.8032 13.2854 13.7965L13.1414 15.39C13.4373 15.4168 13.7355 15.3814 14.0169 15.2863L13.5043 13.7706ZM13.2998 13.798C11.3728 13.5886 9.52171 12.9301 7.89536 11.8754L7.0248 13.2178C8.86111 14.4087 10.9512 15.1522 13.127 15.3886L13.2998 13.798ZM7.8889 11.8713C7.13538 11.3928 6.43689 10.8328 5.80608 10.2013L4.67408 11.332C5.38798 12.0467 6.17848 12.6805 7.03126 13.222L7.8889 11.8713ZM4.1313 8.10468C3.07661 6.47833 2.41812 4.62726 2.20873 2.70021L0.618096 2.87304C0.854518 5.04888 1.59802 7.13893 2.78887 8.97524L4.1313 8.10468ZM2.21017 2.71463C2.2035 2.64088 2.21227 2.56656 2.2359 2.49639L0.719595 1.98569C0.625061 2.26637 0.590006 2.56366 0.616661 2.85863L2.21017 2.71463ZM2.2359 2.49639C2.25953 2.42622 2.29752 2.36174 2.34744 2.30706L1.16574 1.22836C0.96607 1.44709 0.814129 1.70501 0.719595 1.98569L2.2359 2.49639ZM2.34744 2.30706C2.39736 2.25237 2.45812 2.20868 2.52585 2.17876L1.87937 0.715183C1.60845 0.83485 1.36542 1.00962 1.16574 1.22836L2.34744 2.30706ZM2.52585 2.17876C2.59358 2.14885 2.66679 2.13336 2.74083 2.13329L2.73933 0.533293C2.44316 0.533572 2.15029 0.595517 1.87937 0.715183L2.52585 2.17876ZM2.74008 2.13329H4.74008V0.533293H2.74008V2.13329ZM4.74795 2.13325C4.87737 2.13198 5.00283 2.17781 5.10096 2.2622L6.14422 1.0491C5.75172 0.711549 5.24987 0.528237 4.73221 0.533331L4.74795 2.13325ZM5.10096 2.2622C5.19908 2.34658 5.26318 2.46377 5.28129 2.59192L6.86554 2.368C6.79309 1.85541 6.53672 1.38665 6.14422 1.0491L5.10096 2.2622ZM5.28028 2.58457C5.37259 3.28443 5.54377 3.9716 5.79056 4.63298L7.2896 4.07361C7.08499 3.52529 6.94307 2.95558 6.86655 2.37535L5.28028 2.58457ZM5.79124 4.63478C5.82712 4.73023 5.83488 4.83396 5.81361 4.93368L7.37842 5.26741C7.4635 4.86851 7.43244 4.45359 7.28892 4.0718L5.79124 4.63478ZM5.81361 4.93368C5.79235 5.03341 5.74294 5.12494 5.67124 5.19745L6.80892 6.32247C7.09571 6.03246 7.29335 5.66631 7.37842 5.26741L5.81361 4.93368ZM5.6744 5.19427L4.82773 6.04094L5.9591 7.17231L6.80577 6.32564L5.6744 5.19427ZM14.7677 0.100941L0.101063 14.7676L1.23243 15.899L15.8991 1.23231L14.7677 0.100941Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15923\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13582\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneOff size={size} /> });"
   ],
   [
-    "IconPocket.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPocket = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V7.33333C2.08325 8.90253 2.70661 10.4075 3.8162 11.517C4.36562 12.0665 5.01787 12.5023 5.73571 12.7996C6.45355 13.097 7.22293 13.25 7.99992 13.25C9.56912 13.25 11.074 12.6266 12.1836 11.517C13.2932 10.4075 13.9166 8.90253 13.9166 7.33333V3.33333C13.9166 3.17862 13.8551 3.03025 13.7457 2.92085C13.6363 2.81146 13.488 2.75 13.3333 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H13.3333C13.8858 1.25 14.4157 1.46949 14.8064 1.86019C15.1971 2.25089 15.4166 2.7808 15.4166 3.33333V7.33333C15.4166 9.30036 14.6352 11.1868 13.2443 12.5777C11.8534 13.9686 9.96694 14.75 7.99992 14.75C7.02595 14.75 6.06151 14.5582 5.16168 14.1854C4.26185 13.8127 3.44424 13.2664 2.75554 12.5777C1.36465 11.1868 0.583252 9.30036 0.583252 7.33333V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019ZM4.80292 6.13634C5.09582 5.84344 5.57069 5.84344 5.86358 6.13634L7.99992 8.27267L10.1363 6.13634C10.4291 5.84344 10.904 5.84344 11.1969 6.13634C11.4898 6.42923 11.4898 6.9041 11.1969 7.197L8.53025 9.86366C8.23736 10.1566 7.76248 10.1566 7.46959 9.86366L4.80292 7.197C4.51003 6.9041 4.51003 6.42923 4.80292 6.13634Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPocket, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13589\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPocket size={size} /> });"
+    "IconOctagon.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconOctagon = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15901)\"><path d=\"M5.23992 1.33337V0.533374C5.02775 0.533374 4.82426 0.61766 4.67423 0.767689L5.23992 1.33337ZM10.7599 1.33337L11.3256 0.767689C11.1756 0.61766 10.9721 0.533374 10.7599 0.533374V1.33337ZM14.6666 5.24004H15.4666C15.4666 5.02787 15.3823 4.82438 15.2323 4.67436L14.6666 5.24004ZM14.6666 10.76L15.2323 11.3257C15.3823 11.1757 15.4666 10.9722 15.4666 10.76H14.6666ZM10.7599 14.6667V15.4667C10.9721 15.4667 11.1756 15.3824 11.3256 15.2324L10.7599 14.6667ZM5.23992 14.6667L4.67423 15.2324C4.82426 15.3824 5.02775 15.4667 5.23992 15.4667V14.6667ZM1.33325 10.76H0.533252C0.533252 10.9722 0.617537 11.1757 0.767567 11.3257L1.33325 10.76ZM1.33325 5.24004L0.767567 4.67436C0.617537 4.82438 0.533252 5.02787 0.533252 5.24004H1.33325ZM5.23992 2.13337H10.7599V0.533374H5.23992V2.13337ZM10.1942 1.89906L14.1009 5.80573L15.2323 4.67436L11.3256 0.767689L10.1942 1.89906ZM13.8666 5.24004V10.76H15.4666V5.24004H13.8666ZM14.1009 10.1944L10.1942 14.101L11.3256 15.2324L15.2323 11.3257L14.1009 10.1944ZM10.7599 13.8667H5.23992V15.4667H10.7599V13.8667ZM5.8056 14.101L1.89894 10.1944L0.767567 11.3257L4.67423 15.2324L5.8056 14.101ZM2.13325 10.76V5.24004H0.533252V10.76H2.13325ZM1.89894 5.80573L5.8056 1.89906L4.67423 0.767689L0.767567 4.67436L1.89894 5.80573Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15901\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconOctagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13569\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconOctagon size={size} /> });"
   ],
   [
-    "IconPower.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPower = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 0.583252C8.41413 0.583252 8.74992 0.919038 8.74992 1.33325V7.99992C8.74992 8.41413 8.41413 8.74992 7.99992 8.74992C7.58571 8.74992 7.24992 8.41413 7.24992 7.99992V1.33325C7.24992 0.919038 7.58571 0.583252 7.99992 0.583252ZM4.2835 3.89617C4.57644 4.18901 4.57651 4.66389 4.28367 4.95683C3.54961 5.69112 3.04977 6.62659 2.84734 7.64494C2.6449 8.66329 2.74897 9.71881 3.14638 10.678C3.54379 11.6372 4.2167 12.4571 5.08002 13.0339C5.94334 13.6107 6.95831 13.9185 7.99659 13.9185C9.03486 13.9185 10.0498 13.6107 10.9132 13.0339C11.7765 12.4571 12.4494 11.6372 12.8468 10.678C13.2442 9.71881 13.3483 8.66329 13.1458 7.64494C12.9434 6.62659 12.4436 5.69112 11.7095 4.95683C11.4167 4.66389 11.4167 4.18901 11.7097 3.89617C12.0026 3.60332 12.4775 3.6034 12.7703 3.89634C13.7141 4.84043 14.3568 6.04317 14.617 7.35248C14.8773 8.6618 14.7435 10.0189 14.2326 11.2522C13.7216 12.4854 12.8564 13.5395 11.7465 14.2811C10.6365 15.0227 9.33152 15.4185 7.99659 15.4185C6.66166 15.4185 5.3567 15.0227 4.24672 14.2811C3.13673 13.5395 2.27157 12.4854 1.76061 11.2522C1.24965 10.0189 1.11585 8.6618 1.37612 7.35248C1.63639 6.04317 2.27905 4.84043 3.22284 3.89634C3.51568 3.6034 3.99055 3.60332 4.2835 3.89617Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPower, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13592\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPower size={size} /> });"
+    "IconPlus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPlus = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.79992 3.33325C8.79992 2.89142 8.44175 2.53325 7.99992 2.53325C7.55809 2.53325 7.19992 2.89142 7.19992 3.33325H8.79992ZM7.19992 12.6666C7.19992 13.1084 7.55809 13.4666 7.99992 13.4666C8.44175 13.4666 8.79992 13.1084 8.79992 12.6666H7.19992ZM3.33325 7.19992C2.89142 7.19992 2.53325 7.55809 2.53325 7.99992C2.53325 8.44175 2.89142 8.79992 3.33325 8.79992V7.19992ZM12.6666 8.79992C13.1084 8.79992 13.4666 8.44175 13.4666 7.99992C13.4666 7.55809 13.1084 7.19992 12.6666 7.19992V8.79992ZM7.19992 3.33325V12.6666H8.79992V3.33325H7.19992ZM3.33325 8.79992H12.6666V7.19992H3.33325V8.79992Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13590\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlus size={size} /> });"
   ],
   [
-    "IconPrinter.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconPrinter = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12211)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.25016 1.33325C3.25016 0.919038 3.58595 0.583252 4.00016 0.583252H12.0002C12.4144 0.583252 12.7502 0.919038 12.7502 1.33325V5.24992H13.3335C13.886 5.24992 14.4159 5.46941 14.8066 5.86011C15.1973 6.25081 15.4168 6.78072 15.4168 7.33325V10.6666C15.4168 11.2191 15.1973 11.749 14.8066 12.1397C14.4159 12.5304 13.886 12.7499 13.3335 12.7499H12.7502V14.6666C12.7502 15.0808 12.4144 15.4166 12.0002 15.4166H4.00016C3.58595 15.4166 3.25016 15.0808 3.25016 14.6666V12.7499H2.66683C2.11429 12.7499 1.58439 12.5304 1.19369 12.1397C0.80299 11.749 0.583496 11.2191 0.583496 10.6666V7.33325C0.583496 6.78072 0.80299 6.25081 1.19369 5.86011C1.58439 5.46941 2.1143 5.24992 2.66683 5.24992H3.25016V1.33325ZM2.66683 6.74992C2.51212 6.74992 2.36375 6.81138 2.25435 6.92077C2.14495 7.03017 2.0835 7.17854 2.0835 7.33325V10.6666C2.0835 10.8213 2.14495 10.9697 2.25435 11.0791C2.36375 11.1885 2.51212 11.2499 2.66683 11.2499H3.25016V9.33325C3.25016 8.91904 3.58595 8.58325 4.00016 8.58325H12.0002C12.4144 8.58325 12.7502 8.91904 12.7502 9.33325V11.2499H13.3335C13.4882 11.2499 13.6366 11.1885 13.746 11.0791C13.8554 10.9697 13.9168 10.8213 13.9168 10.6666V7.33325C13.9168 7.17854 13.8554 7.03017 13.746 6.92077C13.6366 6.81138 13.4882 6.74992 13.3335 6.74992H2.66683ZM11.2502 5.24992H4.75016V2.08325H11.2502V5.24992ZM11.2502 10.0833H4.75016V13.9166H11.2502V10.0833Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12211\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPrinter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13591\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPrinter size={size} /> });"
+    "IconPercent.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPercent = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.2324 3.89898C13.5448 3.58656 13.5448 3.08003 13.2324 2.76761C12.92 2.45519 12.4134 2.45519 12.101 2.76761L13.2324 3.89898ZM2.76767 12.1009C2.45525 12.4134 2.45525 12.9199 2.76767 13.2323C3.08009 13.5447 3.58662 13.5447 3.89904 13.2323L2.76767 12.1009ZM12.101 2.76761L2.76767 12.1009L3.89904 13.2323L13.2324 3.89898L12.101 2.76761ZM5.20002 4.33329C5.20002 4.81194 4.812 5.19996 4.33335 5.19996V6.79996C5.69566 6.79996 6.80002 5.69559 6.80002 4.33329H5.20002ZM4.33335 5.19996C3.85471 5.19996 3.46669 4.81194 3.46669 4.33329H1.86669C1.86669 5.69559 2.97105 6.79996 4.33335 6.79996V5.19996ZM3.46669 4.33329C3.46669 3.85465 3.85471 3.46663 4.33335 3.46663V1.86663C2.97105 1.86663 1.86669 2.97099 1.86669 4.33329H3.46669ZM4.33335 3.46663C4.812 3.46663 5.20002 3.85465 5.20002 4.33329H6.80002C6.80002 2.97099 5.69566 1.86663 4.33335 1.86663V3.46663ZM12.5334 11.6666C12.5334 12.1453 12.1453 12.5333 11.6667 12.5333V14.1333C13.029 14.1333 14.1334 13.0289 14.1334 11.6666H12.5334ZM11.6667 12.5333C11.188 12.5333 10.8 12.1453 10.8 11.6666H9.20002C9.20002 13.0289 10.3044 14.1333 11.6667 14.1333V12.5333ZM10.8 11.6666C10.8 11.188 11.188 10.8 11.6667 10.8V9.19996C10.3044 9.19996 9.20002 10.3043 9.20002 11.6666H10.8ZM11.6667 10.8C12.1453 10.8 12.5334 11.188 12.5334 11.6666H14.1334C14.1334 10.3043 13.029 9.19996 11.6667 9.19996V10.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPercent, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13575\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPercent size={size} /> });"
   ],
   [
-    "IconRadio.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRadio = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.81692 2.75621C4.10986 3.04906 4.10993 3.52393 3.81708 3.81687C2.70788 4.92641 2.08476 6.43107 2.08476 7.99995C2.08476 9.56884 2.70788 11.0735 3.81708 12.183C4.10993 12.476 4.10986 12.9508 3.81692 13.2437C3.52398 13.5365 3.04911 13.5365 2.75626 13.2435C1.36585 11.8527 0.584763 9.96659 0.584763 7.99995C0.584763 6.03332 1.36585 4.1472 2.75626 2.75637C3.04911 2.46343 3.52398 2.46336 3.81692 2.75621ZM12.1831 2.75621C12.476 2.46336 12.9509 2.46343 13.2437 2.75637C14.6342 4.1472 15.4152 6.03332 15.4152 7.99995C15.4152 9.96659 14.6342 11.8527 13.2437 13.2435C12.9509 13.5365 12.476 13.5365 12.1831 13.2437C11.8902 12.9508 11.8901 12.476 12.1829 12.183C13.2921 11.0735 13.9152 9.56884 13.9152 7.99995C13.9152 6.43107 13.2921 4.92641 12.1829 3.81687C11.8901 3.52393 11.8902 3.04906 12.1831 2.75621ZM5.70396 4.63659C5.99669 4.92964 5.99643 5.40452 5.70337 5.69725C5.4012 5.99908 5.16148 6.35752 4.99793 6.75207C4.83438 7.14661 4.75019 7.56952 4.75019 7.99662C4.75019 8.42372 4.83438 8.84663 4.99793 9.24118C5.16148 9.63572 5.4012 9.99416 5.70337 10.296C5.99643 10.5887 5.99669 11.0636 5.70396 11.3567C5.41123 11.6497 4.93636 11.65 4.6433 11.3572C4.20167 10.9161 3.85131 10.3922 3.61227 9.81559C3.37323 9.23895 3.25019 8.62084 3.25019 7.99662C3.25019 7.3724 3.37323 6.7543 3.61227 6.17765C3.85131 5.60101 4.20167 5.07714 4.6433 4.636C4.93636 4.34327 5.41123 4.34353 5.70396 4.63659ZM10.296 4.64325C10.5888 4.3502 11.0637 4.34993 11.3567 4.64266C11.7983 5.08381 12.1487 5.60768 12.3877 6.18432C12.6268 6.76096 12.7498 7.37907 12.7498 8.00329C12.7498 8.62751 12.6268 9.24561 12.3877 9.82225C12.1487 10.3989 11.7983 10.9228 11.3567 11.3639C11.0637 11.6566 10.5888 11.6564 10.296 11.3633C10.0033 11.0703 10.0036 10.5954 10.2966 10.3027C10.5988 10.0008 10.8385 9.64239 11.0021 9.24784C11.1656 8.8533 11.2498 8.43039 11.2498 8.00329C11.2498 7.57619 11.1656 7.15327 11.0021 6.75873C10.8385 6.36419 10.5988 6.00575 10.2966 5.70391C10.0036 5.41118 10.0033 4.93631 10.296 4.64325ZM8.00001 7.41662C7.67784 7.41662 7.41667 7.67779 7.41667 7.99995C7.41667 8.32212 7.67784 8.58329 8.00001 8.58329C8.32217 8.58329 8.58334 8.32212 8.58334 7.99995C8.58334 7.67779 8.32217 7.41662 8.00001 7.41662ZM5.91667 7.99995C5.91667 6.84936 6.84941 5.91662 8.00001 5.91662C9.1506 5.91662 10.0833 6.84936 10.0833 7.99995C10.0833 9.15055 9.1506 10.0833 8.00001 10.0833C6.84941 10.0833 5.91667 9.15055 5.91667 7.99995Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconRadio, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13594\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRadio size={size} /> });"
+    "IconPhoneOutgoing.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhoneOutgoing = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15925)\"><path d=\"M14.5331 4.66663C14.5331 5.10845 14.8913 5.46663 15.3331 5.46663C15.775 5.46663 16.1331 5.10845 16.1331 4.66663H14.5331ZM15.3331 0.666626H16.1331C16.1331 0.224798 15.775 -0.133374 15.3331 -0.133374V0.666626ZM11.3331 -0.133374C10.8913 -0.133374 10.5331 0.224798 10.5331 0.666626C10.5331 1.10845 10.8913 1.46663 11.3331 1.46663V-0.133374ZM10.1008 4.76761C9.78835 5.08003 9.78835 5.58656 10.1008 5.89898C10.4132 6.2114 10.9197 6.2114 11.2321 5.89898L10.1008 4.76761ZM14.6665 11.28L13.8667 11.2601C13.8665 11.2667 13.8665 11.2733 13.8665 11.28H14.6665ZM14.6665 13.28H13.8665L13.8665 13.2832L14.6665 13.28ZM13.2131 14.6133L13.1267 15.4086C13.1315 15.4091 13.1363 15.4096 13.1411 15.41L13.2131 14.6133ZM7.45979 12.5666L7.89509 11.8954L7.88885 11.8914L7.45979 12.5666ZM3.45979 8.56663L4.13503 8.13755L4.13122 8.13167L3.45979 8.56663ZM1.41313 2.78663L0.616275 2.85863L0.617599 2.87111L1.41313 2.78663ZM2.73979 1.33329V0.533292L2.73904 0.533293L2.73979 1.33329ZM4.73979 1.33329V2.13333L4.74767 2.13325L4.73979 1.33329ZM6.07313 2.47996L6.86629 2.37535L6.86525 2.368L6.07313 2.47996ZM6.53979 4.35329L5.79027 4.63298L5.79095 4.63478L6.53979 4.35329ZM6.23979 5.75996L6.80549 6.32565L6.80863 6.32247L6.23979 5.75996ZM5.39313 6.60663L4.82744 6.04094C4.57279 6.29559 4.51968 6.689 4.69769 7.00206L5.39313 6.60663ZM9.39313 10.6066L8.99769 11.3021C9.31075 11.4801 9.70416 11.427 9.95881 11.1723L9.39313 10.6066ZM10.2398 9.75996L9.67727 9.19111L9.67411 9.19427L10.2398 9.75996ZM11.6465 9.45996L11.365 10.2088L11.3668 10.2095L11.6465 9.45996ZM13.5198 9.92663L13.6316 9.13444L13.6244 9.13349L13.5198 9.92663ZM16.1331 4.66663V0.666626H14.5331V4.66663H16.1331ZM15.3331 -0.133374H11.3331V1.46663H15.3331V-0.133374ZM11.2321 5.89898L15.8988 1.23231L14.7674 0.10094L10.1008 4.76761L11.2321 5.89898ZM13.8665 11.28V13.28H15.4665V11.28H13.8665ZM13.8665 13.2832C13.8668 13.3575 13.8516 13.431 13.8218 13.499L15.2878 14.14C15.4068 13.8678 15.4677 13.5738 15.4665 13.2767L13.8665 13.2832ZM13.8218 13.499C13.792 13.5671 13.7484 13.6282 13.6937 13.6784L14.7753 14.8574C14.9942 14.6565 15.1688 14.4122 15.2878 14.14L13.8218 13.499ZM13.6937 13.6784C13.639 13.7286 13.5744 13.7668 13.504 13.7906L14.0166 15.3063C14.298 15.2111 14.5564 15.0582 14.7753 14.8574L13.6937 13.6784ZM13.504 13.7906C13.4336 13.8144 13.3591 13.8232 13.2851 13.8165L13.1411 15.41C13.437 15.4368 13.7352 15.4014 14.0166 15.3063L13.504 13.7906ZM13.2995 13.818C11.3725 13.6086 9.52142 12.9501 7.89507 11.8954L7.02451 13.2378C8.86083 14.4287 10.9509 15.1722 13.1267 15.4086L13.2995 13.818ZM7.88885 11.8914C6.37719 10.9308 5.09557 9.64922 4.135 8.13757L2.78458 8.99568C3.87113 10.7056 5.32083 12.1553 7.03074 13.2418L7.88885 11.8914ZM4.13122 8.13167C3.07285 6.49793 2.41421 4.63786 2.20865 2.70215L0.617599 2.87111C0.849697 5.05672 1.59337 7.15693 2.78837 9.00159L4.13122 8.13167ZM2.20988 2.71463C2.20322 2.64088 2.21198 2.56656 2.23561 2.49639L0.719306 1.98569C0.624773 2.26637 0.589717 2.56366 0.616373 2.85863L2.20988 2.71463ZM2.23561 2.49639C2.25925 2.42622 2.29723 2.36174 2.34715 2.30706L1.16546 1.22836C0.965781 1.44709 0.81384 1.70501 0.719306 1.98569L2.23561 2.49639ZM2.34715 2.30706C2.39707 2.25237 2.45783 2.20868 2.52556 2.17876L1.87908 0.715183C1.60816 0.83485 1.36513 1.00962 1.16546 1.22836L2.34715 2.30706ZM2.52556 2.17876C2.59329 2.14885 2.6665 2.13336 2.74055 2.13329L2.73904 0.533293C2.44287 0.533572 2.15 0.595516 1.87908 0.715183L2.52556 2.17876ZM2.73979 2.13329H4.73979V0.533293H2.73979V2.13329ZM4.74767 2.13325C4.87708 2.13198 5.00254 2.17781 5.10067 2.2622L6.14393 1.0491C5.75143 0.711548 5.24958 0.528236 4.73192 0.533331L4.74767 2.13325ZM5.10067 2.2622C5.19879 2.34658 5.26289 2.46377 5.281 2.59192L6.86525 2.368C6.7928 1.85541 6.53643 1.38665 6.14393 1.0491L5.10067 2.2622ZM5.27999 2.58457C5.3723 3.28443 5.54348 3.9716 5.79028 4.63298L7.28931 4.07361C7.0847 3.52529 6.94278 2.95558 6.86626 2.37535L5.27999 2.58457ZM5.79095 4.63478C5.82683 4.73023 5.83459 4.83396 5.81333 4.93368L7.37813 5.26741C7.46321 4.86851 7.43215 4.45359 7.28863 4.0718L5.79095 4.63478ZM5.81333 4.93368C5.79206 5.03341 5.74265 5.12494 5.67095 5.19745L6.80863 6.32247C7.09542 6.03246 7.29306 5.66631 7.37813 5.26741L5.81333 4.93368ZM5.67411 5.19427L4.82744 6.04094L5.95881 7.17231L6.80548 6.32564L5.67411 5.19427ZM4.69769 7.00206C5.71791 8.79627 7.20348 10.2818 8.99769 11.3021L9.78856 9.91119C8.24471 9.03333 6.96642 7.75504 6.08856 6.21119L4.69769 7.00206ZM9.95881 11.1723L10.8055 10.3256L9.67411 9.19427L8.82744 10.0409L9.95881 11.1723ZM10.8023 10.3288C10.8748 10.2571 10.9663 10.2077 11.0661 10.1864L10.7323 8.62162C10.3334 8.70669 9.9673 8.90433 9.67728 9.19112L10.8023 10.3288ZM11.0661 10.1864C11.1658 10.1652 11.2695 10.1729 11.365 10.2088L11.9279 8.71112C11.5462 8.5676 11.1312 8.53654 10.7323 8.62162L11.0661 10.1864ZM11.3668 10.2095C12.0282 10.4563 12.7153 10.6275 13.4152 10.7198L13.6244 9.13349C13.0442 9.05697 12.4745 8.91505 11.9261 8.71044L11.3668 10.2095ZM13.408 10.7188C13.5376 10.7371 13.6559 10.8023 13.7404 10.9021L14.9612 9.8678C14.6229 9.46855 14.1497 9.20757 13.6315 9.13447L13.408 10.7188ZM13.7404 10.9021C13.825 11.0019 13.87 11.1293 13.8667 11.2601L15.4662 11.2998C15.4792 10.7767 15.2995 10.267 14.9612 9.8678L13.7404 10.9021Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15925\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneOutgoing, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13581\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneOutgoing size={size} /> });"
   ],
   [
-    "IconRefreshCcw.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRefreshCcw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12614)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.12816 1.51727C7.22349 1.20045 8.38123 1.16625 9.49334 1.41788C10.6055 1.66951 11.6357 2.19877 12.488 2.95625C13.3402 3.71374 13.9867 4.67478 14.3671 5.74969C14.5052 6.14018 14.3007 6.56874 13.9102 6.70692C13.5197 6.8451 13.0912 6.64057 12.953 6.25008C12.6571 5.41404 12.1543 4.66657 11.4915 4.07741C10.8286 3.48825 10.0273 3.07661 9.16232 2.8809C8.29734 2.68519 7.39688 2.71178 6.54496 2.9582C5.69303 3.20462 4.91742 3.66283 4.29048 4.29008C4.28494 4.29563 4.27931 4.30108 4.2736 4.30645L2.5601 5.91655H4.66669C5.0809 5.91655 5.41669 6.25234 5.41669 6.66655C5.41669 7.08077 5.0809 7.41655 4.66669 7.41655H0.666687C0.252473 7.41655 -0.083313 7.08077 -0.083313 6.66655V2.66655C-0.083313 2.25234 0.252473 1.91655 0.666687 1.91655C1.0809 1.91655 1.41669 2.25234 1.41669 2.66655V4.93266L3.23812 3.22114C4.04268 2.41906 5.03671 1.83297 6.12816 1.51727ZM10.5834 9.33322C10.5834 8.91901 10.9191 8.58322 11.3334 8.58322H15.3334C15.7476 8.58322 16.0834 8.91901 16.0834 9.33322V13.3332C16.0834 13.7474 15.7476 14.0832 15.3334 14.0832C14.9191 14.0832 14.5834 13.7474 14.5834 13.3332V11.0671L12.7619 12.7786C11.9574 13.5807 10.9633 14.1668 9.87188 14.4825C8.77655 14.7993 7.61881 14.8335 6.5067 14.5819C5.39458 14.3303 4.36433 13.801 3.51208 13.0435C2.65983 12.286 2.01336 11.325 1.63298 10.2501C1.4948 9.8596 1.69934 9.43103 2.08982 9.29285C2.48031 9.15467 2.90888 9.35921 3.04706 9.74969C3.34291 10.5857 3.84572 11.3332 4.50858 11.9224C5.17144 12.5115 5.97275 12.9232 6.83772 13.1189C7.7027 13.3146 8.60316 13.288 9.45508 13.0416C10.307 12.7952 11.0826 12.3369 11.7096 11.7097C11.7151 11.7041 11.7207 11.6987 11.7264 11.6933L13.4399 10.0832H11.3334C10.9191 10.0832 10.5834 9.74743 10.5834 9.33322Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12614\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRefreshCcw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13593\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRefreshCcw size={size} /> });"
+    "IconPhoneMissed.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPhoneMissed = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15921)\"><path d=\"M15.8991 1.23231C16.2115 0.919892 16.2115 0.41336 15.8991 0.100941C15.5866 -0.211479 15.0801 -0.211479 14.7677 0.10094L15.8991 1.23231ZM10.7677 4.10094C10.4553 4.41336 10.4553 4.91989 10.7677 5.23231C11.0801 5.54473 11.5866 5.54473 11.8991 5.23231L10.7677 4.10094ZM11.8991 0.10094C11.5866 -0.211479 11.0801 -0.211479 10.7677 0.100941C10.4553 0.41336 10.4553 0.919892 10.7677 1.23231L11.8991 0.10094ZM14.7677 5.23231C15.0801 5.54473 15.5866 5.54473 15.8991 5.23231C16.2115 4.91989 16.2115 4.41336 15.8991 4.10094L14.7677 5.23231ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95906 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM14.7677 0.10094L10.7677 4.10094L11.8991 5.23231L15.8991 1.23231L14.7677 0.10094ZM10.7677 1.23231L14.7677 5.23231L15.8991 4.10094L11.8991 0.10094L10.7677 1.23231ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36537 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711548 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95906 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95906 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46855 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15921\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPhoneMissed, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13579\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPhoneMissed size={size} /> });"
   ],
   [
-    "IconRefreshCw.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRefreshCw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12592)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.45502 2.9582C8.6031 2.71178 7.70264 2.68519 6.83766 2.8809C5.97268 3.07661 5.17138 3.48825 4.50852 4.07741C3.84566 4.66657 3.34284 5.41404 3.047 6.25008C2.90882 6.64057 2.48025 6.8451 2.08976 6.70692C1.69928 6.56874 1.49474 6.14018 1.63292 5.74969C2.0133 4.67478 2.65977 3.71374 3.51202 2.95625C4.36427 2.19877 5.39452 1.66951 6.50664 1.41788C7.61875 1.16625 8.77649 1.20045 9.87182 1.51727C10.9633 1.83298 11.9573 2.41906 12.7619 3.22114L14.5833 4.93266V2.66655C14.5833 2.25234 14.9191 1.91655 15.3333 1.91655C15.7475 1.91655 16.0833 2.25234 16.0833 2.66655V6.66655C16.0833 7.08077 15.7475 7.41655 15.3333 7.41655H11.3333C10.9191 7.41655 10.5833 7.08077 10.5833 6.66655C10.5833 6.25234 10.9191 5.91655 11.3333 5.91655H13.4399L11.7264 4.30645C11.7207 4.30108 11.715 4.29563 11.7095 4.29008C11.0826 3.66283 10.3069 3.20462 9.45502 2.9582ZM-0.083374 9.33322C-0.083374 8.91901 0.252412 8.58322 0.666626 8.58322H4.66663C5.08084 8.58322 5.41663 8.91901 5.41663 9.33322C5.41663 9.74743 5.08084 10.0832 4.66663 10.0832H2.56004L4.27354 11.6933C4.27925 11.6987 4.28488 11.7041 4.29042 11.7097C4.91736 12.3369 5.69297 12.7952 6.54489 13.0416C7.39682 13.288 8.29728 13.3146 9.16226 13.1189C10.0272 12.9232 10.8285 12.5115 11.4914 11.9224C12.1543 11.3332 12.6571 10.5857 12.9529 9.74969C13.0911 9.35921 13.5197 9.15467 13.9102 9.29285C14.3006 9.43103 14.5052 9.8596 14.367 10.2501C13.9866 11.325 13.3401 12.286 12.4879 13.0435C11.6356 13.801 10.6054 14.3303 9.49328 14.5819C8.38117 14.8335 7.22343 14.7993 6.1281 14.4825C5.03665 14.1668 4.04262 13.5807 3.23807 12.7786L1.41663 11.0671V13.3332C1.41663 13.7474 1.08084 14.0832 0.666626 14.0832C0.252412 14.0832 -0.083374 13.7474 -0.083374 13.3332V9.33322Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12592\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRefreshCw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13595\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRefreshCw size={size} /> });"
+    "IconPlusSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPlusSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.8 5.33333C8.8 4.89151 8.44183 4.53333 8 4.53333C7.55817 4.53333 7.2 4.89151 7.2 5.33333H8.8ZM7.2 10.6667C7.2 11.1085 7.55817 11.4667 8 11.4667C8.44183 11.4667 8.8 11.1085 8.8 10.6667H7.2ZM5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM10.6667 8.8C11.1085 8.8 11.4667 8.44183 11.4667 8C11.4667 7.55817 11.1085 7.2 10.6667 7.2V8.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM7.2 5.33333V10.6667H8.8V5.33333H7.2ZM5.33333 8.8H10.6667V7.2H5.33333V8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPlusSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13587\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlusSquare size={size} /> });"
   ],
   [
-    "IconRepeat.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRepeat = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12208)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.803 0.136418C11.0959 -0.156475 11.5708 -0.156475 11.8637 0.136418L14.5303 2.80308C14.671 2.94374 14.75 3.1345 14.75 3.33341C14.75 3.53233 14.671 3.72309 14.5303 3.86374L11.8637 6.53041C11.5708 6.8233 11.0959 6.8233 10.803 6.53041C10.5101 6.23752 10.5101 5.76264 10.803 5.46975L12.1893 4.08341H4.66667C4.15833 4.08341 3.67082 4.28535 3.31138 4.64479C2.95193 5.00424 2.75 5.49175 2.75 6.00008V7.33342C2.75 7.74763 2.41421 8.08342 2 8.08342C1.58579 8.08342 1.25 7.74763 1.25 7.33342V6.00008C1.25 5.09393 1.60997 4.22488 2.25072 3.58413C2.89147 2.94338 3.76051 2.58341 4.66667 2.58341H12.1893L10.803 1.19708C10.5101 0.904185 10.5101 0.429311 10.803 0.136418ZM13.25 10.0001V8.66675C13.25 8.25253 13.5858 7.91675 14 7.91675C14.4142 7.91675 14.75 8.25253 14.75 8.66675V10.0001C14.75 10.9062 14.39 11.7753 13.7493 12.416C13.1085 13.0568 12.2395 13.4167 11.3333 13.4167L3.81066 13.4167L5.197 14.8031C5.48989 15.096 5.48989 15.5709 5.197 15.8637C4.9041 16.1566 4.42923 16.1566 4.13634 15.8637L1.46967 13.1971C1.32902 13.0564 1.25 12.8657 1.25 12.6667C1.25 12.4678 1.32902 12.2771 1.46967 12.1364L4.13634 9.46975C4.42923 9.17686 4.9041 9.17686 5.197 9.46975C5.48989 9.76265 5.48989 10.2375 5.197 10.5304L3.81066 11.9167L11.3333 11.9167C11.8417 11.9167 12.3292 11.7148 12.6886 11.3554C13.0481 10.9959 13.25 10.5084 13.25 10.0001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12208\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRepeat, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13596\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRepeat size={size} /> });"
+    "IconPieChart.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPieChart = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15929)\"><path d=\"M14.8768 10.9048C15.0489 10.4979 14.8585 10.0285 14.4516 9.85642C14.0446 9.68434 13.5752 9.87474 13.4032 10.2817L14.8768 10.9048ZM5.65331 2.61981C6.05826 2.4431 6.24328 1.97157 6.06656 1.56662C5.88985 1.16167 5.41832 0.976646 5.01337 1.15336L5.65331 2.61981ZM14.6667 7.99992V8.79992C15.1085 8.79992 15.4667 8.44175 15.4667 7.99992H14.6667ZM8 1.33325V0.533252C7.78783 0.533252 7.58435 0.617537 7.43432 0.767567C7.28429 0.917596 7.2 1.12108 7.2 1.33325H8ZM8 7.99992H7.2C7.2 8.44175 7.55818 8.79992 8 8.79992V7.99992ZM13.4032 10.2817C13.0299 11.1643 12.4462 11.9421 11.7029 12.547L12.7129 13.7879C13.6589 13.0181 14.4018 12.0282 14.8768 10.9048L13.4032 10.2817ZM11.7029 12.547C10.9597 13.1519 10.0796 13.5655 9.13954 13.7517L9.45039 15.3212C10.6468 15.0842 11.7669 14.5578 12.7129 13.7879L11.7029 12.547ZM9.13954 13.7517C8.1995 13.9379 7.22817 13.8909 6.31046 13.615L5.84975 15.1472C7.01774 15.4984 8.25398 15.5582 9.45039 15.3212L9.13954 13.7517ZM6.31046 13.615C5.39275 13.3391 4.55661 12.8425 3.87513 12.1688L2.75024 13.3066C3.61757 14.1641 4.68175 14.796 5.84975 15.1472L6.31046 13.615ZM3.87513 12.1688C3.19365 11.495 2.6876 10.6646 2.4012 9.75013L0.874324 10.2283C1.23883 11.3922 1.88291 12.4491 2.75024 13.3066L3.87513 12.1688ZM2.4012 9.75013C2.1148 8.83563 2.05678 7.8649 2.23222 6.9228L0.659256 6.62989C0.435976 7.82892 0.509817 9.0644 0.874324 10.2283L2.4012 9.75013ZM2.23222 6.9228C2.40765 5.9807 2.8112 5.09591 3.40757 4.3458L2.15516 3.35007C1.39614 4.30476 0.882537 5.43085 0.659256 6.62989L2.23222 6.9228ZM3.40757 4.3458C4.00395 3.59569 4.775 3.00309 5.65331 2.61981L5.01337 1.15336C3.89552 1.64117 2.91419 2.39539 2.15516 3.35007L3.40757 4.3458ZM15.4667 7.99992C15.4667 7.01938 15.2735 6.04845 14.8983 5.14255L13.4201 5.75484C13.7149 6.46662 13.8667 7.2295 13.8667 7.99992H15.4667ZM14.8983 5.14255C14.5231 4.23665 13.9731 3.41353 13.2797 2.72019L12.1484 3.85156C12.6931 4.39633 13.1253 5.04307 13.4201 5.75484L14.8983 5.14255ZM13.2797 2.72019C12.5864 2.02684 11.7633 1.47685 10.8574 1.10162L10.2451 2.57983C10.9569 2.87465 11.6036 3.30679 12.1484 3.85156L13.2797 2.72019ZM10.8574 1.10162C9.95148 0.726383 8.98054 0.533252 8 0.533252V2.13325C8.77043 2.13325 9.5333 2.285 10.2451 2.57983L10.8574 1.10162ZM7.2 1.33325V7.99992H8.8V1.33325H7.2ZM8 8.79992H14.6667V7.19992H8V8.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15929\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPieChart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13583\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPieChart size={size} /> });"
   ],
   [
-    "IconRewind.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRewind = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.66277 2.65952C7.92009 2.78537 8.08325 3.04681 8.08325 3.33326V7.52851C8.11909 7.48416 8.16022 7.44362 8.20613 7.40791L14.2061 2.74124C14.4322 2.56538 14.7388 2.53367 14.9961 2.65952C15.2534 2.78537 15.4166 3.04681 15.4166 3.33326V12.6666C15.4166 12.953 15.2534 13.2145 14.9961 13.3403C14.7388 13.4662 14.4322 13.4345 14.2061 13.2586L8.20613 8.59194C8.16022 8.55623 8.11909 8.51569 8.08325 8.47134V12.6666C8.08325 12.953 7.92009 13.2145 7.66277 13.3403C7.40544 13.4662 7.09891 13.4345 6.8728 13.2586L0.872796 8.59194C0.690107 8.44985 0.583252 8.23137 0.583252 7.99992C0.583252 7.76848 0.690107 7.55 0.872796 7.40791L6.8728 2.74124C7.09891 2.56538 7.40544 2.53367 7.66277 2.65952ZM2.55487 7.99992L6.58325 11.1331V4.86674L2.55487 7.99992ZM9.8882 7.99992L13.9166 11.1331V4.86674L9.8882 7.99992Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconRewind, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13598\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRewind size={size} /> });"
+    "IconPackage.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPackage = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.6004 6.95971C10.9831 7.18043 11.4723 7.04907 11.693 6.66633C11.9137 6.28358 11.7824 5.79437 11.3996 5.57366L10.6004 6.95971ZM5.39964 2.11366C5.0169 1.89294 4.52769 2.02429 4.30697 2.40704C4.08626 2.78979 4.21761 3.27899 4.60036 3.49971L5.39964 2.11366ZM14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM2.58058 3.94753C2.19813 3.7263 1.70875 3.85699 1.48751 4.23944C1.26628 4.62189 1.39697 5.11127 1.77942 5.3325L2.58058 3.94753ZM8 8.00668L7.59942 8.69917C7.84724 8.84252 8.15276 8.84252 8.40058 8.69917L8 8.00668ZM14.2206 5.3325C14.603 5.11127 14.7337 4.62189 14.5125 4.23944C14.2913 3.85699 13.8019 3.7263 13.4194 3.94753L14.2206 5.3325ZM7.2 14.72C7.2 15.1618 7.55817 15.52 8 15.52C8.44183 15.52 8.8 15.1618 8.8 14.72H7.2ZM8.8 8.00002C8.8 7.55819 8.44183 7.20002 8 7.20002C7.55817 7.20002 7.2 7.55819 7.2 8.00002H8.8ZM11.3996 5.57366L5.39964 2.11366L4.60036 3.49971L10.6004 6.95971L11.3996 5.57366ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329ZM1.77942 5.3325L7.59942 8.69917L8.40058 7.3142L2.58058 3.94753L1.77942 5.3325ZM8.40058 8.69917L14.2206 5.3325L13.4194 3.94753L7.59942 7.3142L8.40058 8.69917ZM8.8 14.72V8.00002H7.2V14.72H8.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPackage, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13571\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPackage size={size} /> });"
   ],
   [
-    "IconRotateCcw.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRotateCcw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12604)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.05871 1.32194C8.50788 1.11805 9.98406 1.39066 11.2648 2.09868C12.5456 2.8067 13.5616 3.91179 14.1597 5.24743C14.7578 6.58307 14.9056 8.07692 14.5809 9.50388C14.2561 10.9308 13.4765 12.2136 12.3593 13.1589C11.2421 14.1042 9.84801 14.6609 8.38699 14.745C6.92596 14.829 5.47718 14.436 4.25894 13.6251C3.0407 12.8142 2.119 11.6294 1.6327 10.2491C1.49506 9.85843 1.70018 9.43015 2.09086 9.29251C2.48154 9.15486 2.90982 9.35999 3.04746 9.75066C3.42569 10.8242 4.14258 11.7458 5.0901 12.3765C6.03762 13.0072 7.16444 13.3128 8.3008 13.2474C9.43715 13.182 10.5215 12.7491 11.3904 12.0139C12.2593 11.2786 12.8657 10.2809 13.1183 9.17104C13.3708 8.06118 13.2558 6.89931 12.7907 5.86047C12.3255 4.82164 11.5353 3.96213 10.5391 3.41144C9.54296 2.86076 8.39482 2.64873 7.26769 2.80731C6.14056 2.9659 5.0955 3.48649 4.28996 4.29066C4.28461 4.29601 4.27918 4.30127 4.27366 4.30645L2.56016 5.91655H4.66675C5.08096 5.91655 5.41675 6.25234 5.41675 6.66655C5.41675 7.08077 5.08096 7.41655 4.66675 7.41655H0.666748C0.252534 7.41655 -0.083252 7.08077 -0.083252 6.66655V2.66655C-0.083252 2.25234 0.252534 1.91655 0.666748 1.91655C1.08096 1.91655 1.41675 2.25234 1.41675 2.66655V4.93266L3.23847 3.22086C4.27304 2.19161 5.61339 1.52529 7.05871 1.32194Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12604\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRotateCcw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13597\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRotateCcw size={size} /> });"
+    "IconSend.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSend = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15969)\"><path d=\"M14.6667 1.33325L15.4218 1.59753C15.5233 1.30746 15.4497 0.984877 15.2324 0.767567C15.0151 0.550256 14.6925 0.476641 14.4024 0.578165L14.6667 1.33325ZM10 14.6666L9.26899 14.9915C9.40221 15.2912 9.70491 15.4793 10.0327 15.4659C10.3604 15.4525 10.6468 15.2405 10.7551 14.9309L10 14.6666ZM1.33337 5.99992L1.06909 5.24483C0.759493 5.35319 0.54741 5.63956 0.534039 5.96731C0.520668 6.29505 0.708719 6.59775 1.00846 6.73097L1.33337 5.99992ZM14.101 0.767567L6.76769 8.1009L7.89906 9.23227L15.2324 1.89894L14.101 0.767567ZM13.9116 1.06897L9.24495 14.4023L10.7551 14.9309L15.4218 1.59753L13.9116 1.06897ZM10.7311 14.3417L8.06442 8.34167L6.60232 8.9915L9.26899 14.9915L10.7311 14.3417ZM7.65828 7.93554L1.65828 5.26887L1.00846 6.73097L7.00846 9.39763L7.65828 7.93554ZM1.59765 6.75501L14.931 2.08834L14.4024 0.578165L1.06909 5.24483L1.59765 6.75501Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15969\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSend, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13603\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSend size={size} /> });"
   ],
   [
-    "IconRotateCw.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRotateCw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12600)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.73998 2.80326C7.61296 2.6434 6.46452 2.85417 5.46771 3.4038C4.4709 3.95343 3.67973 4.81215 3.21342 5.85055C2.74712 6.88895 2.63093 8.05078 2.88238 9.16096C3.13383 10.2711 3.7393 11.2695 4.60753 12.0057C5.47576 12.7418 6.55973 13.1758 7.69608 13.2423C8.83244 13.3087 9.95962 13.0041 10.9078 12.3742C11.8559 11.7443 12.5737 10.8234 12.9528 9.75009C13.0908 9.35954 13.5193 9.15478 13.9098 9.29277C14.3004 9.43075 14.5051 9.85921 14.3672 10.2498C13.8796 11.6297 12.9568 12.8138 11.7378 13.6236C10.5187 14.4335 9.06951 14.8252 7.60848 14.7397C6.14745 14.6542 4.75378 14.0962 3.63748 13.1498C2.52118 12.2033 1.74273 10.9197 1.41944 9.49231C1.09615 8.06494 1.24552 6.57116 1.84506 5.23607C2.4446 3.90098 3.46182 2.79691 4.74343 2.09025C6.02504 1.38358 7.50161 1.11259 8.95064 1.31812C10.3958 1.52311 11.7355 2.19099 12.7689 3.22149L14.5833 4.93013V2.6666C14.5833 2.25238 14.9191 1.9166 15.3333 1.9166C15.7476 1.9166 16.0833 2.25238 16.0833 2.6666V6.6666C16.0833 7.08081 15.7476 7.4166 15.3333 7.4166H11.3333C10.9191 7.4166 10.5833 7.08081 10.5833 6.6666C10.5833 6.25238 10.9191 5.9166 11.3333 5.9166H13.4429L11.7325 4.30594C11.727 4.30074 11.7215 4.29546 11.7162 4.29009C10.9115 3.48494 9.867 2.96312 8.73998 2.80326Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12600\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRotateCw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13600\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRotateCw size={size} /> });"
+    "IconRotateCcw.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRotateCcw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15957)\"><path d=\"M1.46675 2.66655C1.46675 2.22472 1.10858 1.86655 0.666748 1.86655C0.22492 1.86655 -0.133252 2.22472 -0.133252 2.66655H1.46675ZM0.666748 6.66655H-0.133252C-0.133252 7.10838 0.22492 7.46655 0.666748 7.46655L0.666748 6.66655ZM4.66675 7.46655C5.10858 7.46655 5.46675 7.10838 5.46675 6.66655C5.46675 6.22472 5.10858 5.86655 4.66675 5.86655V7.46655ZM3.09462 9.73405C2.9478 9.31733 2.49097 9.09853 2.07424 9.24534C1.65752 9.39216 1.43872 9.849 1.58554 10.2657L3.09462 9.73405ZM3.76008 3.75988L4.3079 4.34289C4.31378 4.33736 4.31958 4.33175 4.32529 4.32605L3.76008 3.75988ZM-0.133252 2.66655V6.66655H1.46675V2.66655H-0.133252ZM0.666748 7.46655H4.66675V5.86655H0.666748V7.46655ZM1.58554 10.2657C2.07544 11.6562 3.00397 12.8499 4.23124 13.6668L5.1178 12.3348C4.1793 11.7102 3.46925 10.7974 3.09462 9.73405L1.58554 10.2657ZM4.23124 13.6668C5.4585 14.4837 6.91801 14.8796 8.38986 14.7949L8.29792 13.1975C7.17239 13.2623 6.0563 12.9595 5.1178 12.3348L4.23124 13.6668ZM8.38986 14.7949C9.86171 14.7102 11.2662 14.1494 12.3916 13.1971L11.3581 11.9757C10.4974 12.7039 9.42345 13.1327 8.29792 13.1975L8.38986 14.7949ZM12.3916 13.1971C13.517 12.2448 14.3025 10.9525 14.6296 9.51497L13.0695 9.15995C12.8193 10.2592 12.2187 11.2474 11.3581 11.9757L12.3916 13.1971ZM14.6296 9.51497C14.9567 8.07744 14.8078 6.57253 14.2053 5.227L12.745 5.88091C13.2058 6.90985 13.3197 8.06066 13.0695 9.15995L14.6296 9.51497ZM14.2053 5.227C13.6028 3.88146 12.5793 2.76819 11.289 2.05492L10.5149 3.4552C11.5016 4.00064 12.2843 4.85197 12.745 5.88091L14.2053 5.227ZM11.289 2.05492C9.99876 1.34165 8.51165 1.06703 7.05174 1.27243L7.27466 2.85683C8.39105 2.69976 9.52826 2.90976 10.5149 3.4552L11.289 2.05492ZM7.05174 1.27243C5.59184 1.47783 4.23823 2.15213 3.19487 3.19372L4.32529 4.32605C5.12315 3.52954 6.15826 3.0139 7.27466 2.85683L7.05174 1.27243ZM3.21226 3.17688L0.118927 6.08355L1.21457 7.24955L4.3079 4.34289L3.21226 3.17688Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15957\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRotateCcw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13597\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRotateCcw size={size} /> });"
   ],
   [
-    "IconRss.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconRss = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.9165 2.66675C1.9165 2.25253 2.25229 1.91675 2.6665 1.91675C5.69439 1.91675 8.59827 3.11957 10.7393 5.26061C12.8803 7.40165 14.0832 10.3055 14.0832 13.3334C14.0832 13.7476 13.7474 14.0834 13.3332 14.0834C12.919 14.0834 12.5832 13.7476 12.5832 13.3334C12.5832 10.7034 11.5384 8.18101 9.67865 6.32127C7.81891 4.46154 5.29657 3.41675 2.6665 3.41675C2.25229 3.41675 1.9165 3.08096 1.9165 2.66675ZM1.9165 7.33342C1.9165 6.9192 2.25229 6.58342 2.6665 6.58342C4.45672 6.58342 6.1736 7.29457 7.43948 8.56044C8.70535 9.82631 9.4165 11.5432 9.4165 13.3334C9.4165 13.7476 9.08072 14.0834 8.6665 14.0834C8.25229 14.0834 7.9165 13.7476 7.9165 13.3334C7.9165 11.941 7.36338 10.6057 6.37881 9.6211C5.39425 8.63654 4.05889 8.08342 2.6665 8.08342C2.25229 8.08342 1.9165 7.74763 1.9165 7.33342ZM3.33317 12.7501C3.37919 12.7501 3.4165 12.7128 3.4165 12.6667C3.4165 12.6207 3.37919 12.5834 3.33317 12.5834C3.28715 12.5834 3.24984 12.6207 3.24984 12.6667C3.24984 12.7128 3.28715 12.7501 3.33317 12.7501ZM1.9165 12.6667C1.9165 11.8843 2.55077 11.2501 3.33317 11.2501C4.11557 11.2501 4.74984 11.8843 4.74984 12.6667C4.74984 13.4492 4.11557 14.0834 3.33317 14.0834C2.55077 14.0834 1.9165 13.4492 1.9165 12.6667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconRss, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13599\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRss size={size} /> });"
+    "IconRotateCw.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRotateCw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15959)\"><path d=\"M16.1333 2.66659C16.1333 2.22477 15.7752 1.86659 15.3333 1.86659C14.8915 1.86659 14.5333 2.22477 14.5333 2.66659H16.1333ZM15.3333 6.66659V7.46659C15.7752 7.46659 16.1333 7.10842 16.1333 6.66659H15.3333ZM11.3333 5.86659C10.8915 5.86659 10.5333 6.22477 10.5333 6.66659C10.5333 7.10842 10.8915 7.46659 11.3333 7.46659V5.86659ZM14.4143 10.2664C14.5615 9.84983 14.3431 9.3928 13.9265 9.24562C13.5099 9.09844 13.0529 9.31684 12.9057 9.73344L14.4143 10.2664ZM12.2467 3.75993L11.6808 4.32543C11.6865 4.33116 11.6923 4.33679 11.6982 4.34234L12.2467 3.75993ZM14.5333 2.66659V6.66659H16.1333V2.66659H14.5333ZM15.3333 5.86659H11.3333V7.46659H15.3333V5.86659ZM12.9057 9.73344C12.5301 10.7965 11.8192 11.7087 10.8801 12.3326L11.7655 13.6653C12.9935 12.8495 13.9232 11.6566 14.4143 10.2664L12.9057 9.73344ZM10.8801 12.3326C9.94098 12.9564 8.82454 13.2582 7.699 13.1924L7.60556 14.7896C9.07741 14.8757 10.5374 14.4811 11.7655 13.6653L10.8801 12.3326ZM7.699 13.1924C6.57347 13.1265 5.49983 12.6966 4.63986 11.9675L3.60515 13.1879C4.72972 14.1414 6.13371 14.7035 7.60556 14.7896L7.699 13.1924ZM4.63986 11.9675C3.7799 11.2384 3.1802 10.2495 2.93115 9.14991L1.37067 9.50335C1.69636 10.9413 2.48058 12.2344 3.60515 13.1879L4.63986 11.9675ZM2.93115 9.14991C2.68209 8.05031 2.79717 6.89954 3.25904 5.87103L1.79945 5.21558C1.19547 6.56056 1.04499 8.06541 1.37067 9.50335L2.93115 9.14991ZM3.25904 5.87103C3.7209 4.84252 4.50454 3.99198 5.49185 3.44758L4.71929 2.04646C3.42818 2.75836 2.40343 3.87061 1.79945 5.21558L3.25904 5.87103ZM5.49185 3.44758C6.47917 2.90319 7.61667 2.69443 8.73296 2.85276L8.95766 1.26862C7.4979 1.06156 6.01039 1.33456 4.71929 2.04646L5.49185 3.44758ZM8.73296 2.85276C9.84924 3.0111 10.8838 3.52795 11.6808 4.32543L12.8125 3.19442C11.7703 2.15156 10.4174 1.47567 8.95766 1.26862L8.73296 2.85276ZM11.6982 4.34234L14.7849 7.24901L15.8818 6.08418L12.7951 3.17752L11.6982 4.34234Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15959\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRotateCw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13600\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRotateCw size={size} /> });"
   ],
   [
-    "IconSave.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSave = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H3.91667V8.66667C3.91667 8.25245 4.25245 7.91667 4.66667 7.91667H11.3333C11.7475 7.91667 12.0833 8.25245 12.0833 8.66667V13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V5.64399L10.356 2.75H5.41667V4.58333H10C10.4142 4.58333 10.75 4.91912 10.75 5.33333C10.75 5.74755 10.4142 6.08333 10 6.08333H4.66667C4.25245 6.08333 3.91667 5.74755 3.91667 5.33333V2.75H3.33333ZM3.33333 1.25C2.7808 1.25 2.2509 1.46949 1.86019 1.86019C1.46949 2.2509 1.25 2.7808 1.25 3.33333V12.6667C1.25 13.2192 1.46949 13.7491 1.86019 14.1398C2.2509 14.5305 2.7808 14.75 3.33333 14.75H4.66546C4.66586 14.75 4.66626 14.75 4.66667 14.75C4.66707 14.75 4.66747 14.75 4.66788 14.75H11.3321C11.3325 14.75 11.3329 14.75 11.3333 14.75C11.3337 14.75 11.3341 14.75 11.3345 14.75H12.6667C13.2192 14.75 13.7491 14.5305 14.1398 14.1398C14.5305 13.7491 14.75 13.2192 14.75 12.6667V5.33333C14.75 5.13442 14.671 4.94366 14.5303 4.803L11.197 1.46967C11.0563 1.32902 10.8656 1.25 10.6667 1.25H3.33333ZM10.5833 13.25V9.41667H5.41667V13.25H10.5833Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSave, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13601\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSave size={size} /> });"
+    "IconRepeat.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRepeat = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15953)\"><path d=\"M11.899 0.101063C11.5866 -0.211357 11.0801 -0.211357 10.7676 0.101063C10.4552 0.413482 10.4552 0.920014 10.7676 1.23243L11.899 0.101063ZM14 3.33341L14.5657 3.8991C14.8781 3.58668 14.8781 3.08015 14.5657 2.76773L14 3.33341ZM10.7676 5.4344C10.4552 5.74682 10.4552 6.25335 10.7676 6.56577C11.0801 6.87819 11.5866 6.87819 11.899 6.56577L10.7676 5.4344ZM1.2 7.33341C1.2 7.77524 1.55817 8.13341 2 8.13341C2.44183 8.13341 2.8 7.77524 2.8 7.33341H1.2ZM4.66667 3.33341V4.13341V3.33341ZM4.10098 15.8991C4.4134 16.2115 4.91993 16.2115 5.23235 15.8991C5.54477 15.5867 5.54477 15.0801 5.23235 14.7677L4.10098 15.8991ZM2 12.6667L1.43431 12.1011C1.28429 12.2511 1.2 12.4546 1.2 12.6667C1.2 12.8789 1.28429 13.0824 1.43431 13.2324L2 12.6667ZM5.23235 10.5658C5.54477 10.2533 5.54477 9.74681 5.23235 9.4344C4.91993 9.12198 4.4134 9.12198 4.10098 9.4344L5.23235 10.5658ZM14.8 8.66675C14.8 8.22492 14.4418 7.86675 14 7.86675C13.5582 7.86675 13.2 8.22492 13.2 8.66675H14.8ZM11.3333 12.6667V11.8667V12.6667ZM10.7676 1.23243L13.4343 3.8991L14.5657 2.76773L11.899 0.101063L10.7676 1.23243ZM13.4343 2.76773L10.7676 5.4344L11.899 6.56577L14.5657 3.8991L13.4343 2.76773ZM2.8 7.33341V6.00008H1.2V7.33341H2.8ZM2.8 6.00008C2.8 5.50501 2.99667 5.03022 3.34673 4.68015L2.21536 3.54878C1.56524 4.1989 1.2 5.08066 1.2 6.00008H2.8ZM3.34673 4.68015C3.6968 4.33008 4.1716 4.13341 4.66667 4.13341V2.53341C3.74725 2.53341 2.86549 2.89865 2.21536 3.54878L3.34673 4.68015ZM4.66667 4.13341L14 4.13341V2.53341L4.66667 2.53341L4.66667 4.13341ZM5.23235 14.7677L2.56569 12.1011L1.43431 13.2324L4.10098 15.8991L5.23235 14.7677ZM2.56569 13.2324L5.23235 10.5658L4.10098 9.4344L1.43431 12.1011L2.56569 13.2324ZM13.2 8.66675V10.0001H14.8V8.66675H13.2ZM13.2 10.0001C13.2 10.4952 13.0033 10.9699 12.6533 11.32L13.7846 12.4514C14.4348 11.8013 14.8 10.9195 14.8 10.0001H13.2ZM12.6533 11.32C12.3032 11.6701 11.8284 11.8667 11.3333 11.8667V13.4667C12.2528 13.4667 13.1345 13.1015 13.7846 12.4514L12.6533 11.32ZM11.3333 11.8667H2L2 13.4667L11.3333 13.4667V11.8667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15953\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRepeat, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13596\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRepeat size={size} /> });"
   ],
   [
-    "IconScissors.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconScissors = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.33281 5.25 4.63524 5.11994 4.85923 4.90787C4.86693 4.89944 4.87485 4.89115 4.883 4.883C4.89115 4.87485 4.89944 4.86693 4.90787 4.85923C5.11994 4.63524 5.25 4.33281 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM6.40152 5.34086C6.62348 4.94418 6.75 4.48687 6.75 4C6.75 2.48122 5.51878 1.25 4 1.25C2.48122 1.25 1.25 2.48122 1.25 4C1.25 5.51878 2.48122 6.75 4 6.75C4.48687 6.75 4.94418 6.62348 5.34086 6.40152L6.93934 8L5.34086 9.59848C4.94418 9.37652 4.48687 9.25 4 9.25C2.48122 9.25 1.25 10.4812 1.25 12C1.25 13.5188 2.48122 14.75 4 14.75C5.51878 14.75 6.75 13.5188 6.75 12C6.75 11.5131 6.62348 11.0558 6.40152 10.6591L8.52969 8.53097C8.5299 8.53076 8.53012 8.53054 8.53033 8.53033C8.53054 8.53012 8.53076 8.5299 8.53097 8.52969L13.8637 3.197C14.1566 2.9041 14.1566 2.42923 13.8637 2.13634C13.5708 1.84344 13.0959 1.84344 12.803 2.13634L8 6.93934L6.40152 5.34086ZM4.85923 11.0921C4.86693 11.1006 4.87485 11.1088 4.883 11.117C4.89115 11.1251 4.89945 11.1331 4.90787 11.1408C5.11994 11.3648 5.25 11.6672 5.25 12C5.25 12.6904 4.69036 13.25 4 13.25C3.30964 13.25 2.75 12.6904 2.75 12C2.75 11.3096 3.30964 10.75 4 10.75C4.33281 10.75 4.63524 10.8801 4.85923 11.0921ZM9.11586 9.12348C9.40849 8.83032 9.88336 8.8299 10.1765 9.12252L13.8632 12.8025C14.1563 13.0952 14.1568 13.57 13.8641 13.8632C13.5715 14.1563 13.0966 14.1568 12.8035 13.8641L9.11682 10.1841C8.82366 9.89151 8.82323 9.41664 9.11586 9.12348Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconScissors, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13602\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconScissors size={size} /> });"
+    "IconShoppingBag.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShoppingBag = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4 1.33325V0.533252C3.74819 0.533252 3.51108 0.651807 3.36 0.853252L4 1.33325ZM2 3.99992L1.36 3.51992C1.25614 3.6584 1.2 3.82682 1.2 3.99992H2ZM2 13.3333H1.2H2ZM14 3.99992H14.8C14.8 3.82682 14.7439 3.6584 14.64 3.51992L14 3.99992ZM12 1.33325L12.64 0.853252C12.4889 0.651807 12.2518 0.533252 12 0.533252V1.33325ZM11.4667 6.66658C11.4667 6.22476 11.1085 5.86658 10.6667 5.86658C10.2248 5.86658 9.86667 6.22476 9.86667 6.66658H11.4667ZM8 9.33325V10.1333V9.33325ZM6.13333 6.66658C6.13333 6.22476 5.77516 5.86658 5.33333 5.86658C4.89151 5.86658 4.53333 6.22476 4.53333 6.66658H6.13333ZM3.36 0.853252L1.36 3.51992L2.64 4.47992L4.64 1.81325L3.36 0.853252ZM1.2 3.99992V13.3333H2.8V3.99992H1.2ZM1.2 13.3333C1.2 13.899 1.42476 14.4417 1.82484 14.8417L2.95621 13.7104C2.85619 13.6104 2.8 13.4747 2.8 13.3333H1.2ZM1.82484 14.8417C2.22492 15.2418 2.76754 15.4666 3.33333 15.4666V13.8666C3.19188 13.8666 3.05623 13.8104 2.95621 13.7104L1.82484 14.8417ZM3.33333 15.4666H12.6667V13.8666H3.33333V15.4666ZM12.6667 15.4666C13.2325 15.4666 13.7751 15.2418 14.1752 14.8417L13.0438 13.7104C12.9438 13.8104 12.8081 13.8666 12.6667 13.8666V15.4666ZM14.1752 14.8417C14.5752 14.4417 14.8 13.899 14.8 13.3333H13.2C13.2 13.4747 13.1438 13.6104 13.0438 13.7104L14.1752 14.8417ZM14.8 13.3333V3.99992H13.2V13.3333H14.8ZM14.64 3.51992L12.64 0.853252L11.36 1.81325L13.36 4.47992L14.64 3.51992ZM12 0.533252H4V2.13325H12V0.533252ZM2 4.79992H14V3.19992H2V4.79992ZM9.86667 6.66658C9.86667 7.16166 9.67 7.63645 9.31993 7.98652L10.4513 9.11789C11.1014 8.46776 11.4667 7.586 11.4667 6.66658H9.86667ZM9.31993 7.98652C8.96986 8.33659 8.49507 8.53325 8 8.53325V10.1333C8.91942 10.1333 9.80118 9.76801 10.4513 9.11789L9.31993 7.98652ZM8 8.53325C7.50493 8.53325 7.03013 8.33659 6.68007 7.98652L5.5487 9.11789C6.19882 9.76802 7.08058 10.1333 8 10.1333V8.53325ZM6.68007 7.98652C6.33 7.63645 6.13333 7.16166 6.13333 6.66658H4.53333C4.53333 7.586 4.89857 8.46776 5.5487 9.11789L6.68007 7.98652Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShoppingBag, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13612\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShoppingBag size={size} /> });"
   ],
   [
-    "IconSearch.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSearch = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.33333 2.75C4.80203 2.75 2.75 4.80203 2.75 7.33333C2.75 9.86464 4.80203 11.9167 7.33333 11.9167C8.566 11.9167 9.68501 11.4301 10.5087 10.6384C10.5274 10.6146 10.5477 10.5916 10.5697 10.5697C10.5916 10.5477 10.6146 10.5274 10.6384 10.5087C11.4301 9.68501 11.9167 8.566 11.9167 7.33333C11.9167 4.80203 9.86464 2.75 7.33333 2.75ZM12.1326 11.0719C12.9373 10.0405 13.4167 8.74289 13.4167 7.33333C13.4167 3.9736 10.6931 1.25 7.33333 1.25C3.9736 1.25 1.25 3.9736 1.25 7.33333C1.25 10.6931 3.9736 13.4167 7.33333 13.4167C8.74289 13.4167 10.0405 12.9373 11.0719 12.1326L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.1326 11.0719Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSearch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13604\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSearch size={size} /> });"
+    "IconRefreshCcw.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRefreshCcw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15949)\"><path d=\"M1.46669 2.66655C1.46669 2.22473 1.10851 1.86655 0.666687 1.86655C0.224859 1.86655 -0.133313 2.22473 -0.133313 2.66655H1.46669ZM0.666687 6.66655H-0.133313C-0.133313 7.10838 0.224859 7.46655 0.666687 7.46655L0.666687 6.66655ZM4.66669 7.46655C5.10851 7.46655 5.46669 7.10838 5.46669 6.66655C5.46669 6.22473 5.10851 5.86655 4.66669 5.86655V7.46655ZM14.5334 13.3332C14.5334 13.775 14.8915 14.1332 15.3334 14.1332C15.7752 14.1332 16.1334 13.775 16.1334 13.3332H14.5334ZM15.3334 9.33322H16.1334C16.1334 8.89139 15.7752 8.53322 15.3334 8.53322V9.33322ZM11.3334 8.53322C10.8915 8.53322 10.5334 8.89139 10.5334 9.33322C10.5334 9.77505 10.8915 10.1332 11.3334 10.1332V8.53322ZM12.9058 6.26676C13.0532 6.68328 13.5104 6.90145 13.9269 6.75406C14.3434 6.60667 14.5616 6.14953 14.4142 5.73301L12.9058 6.26676ZM3.76002 3.75989L4.30784 4.34289C4.31393 4.33716 4.31994 4.33134 4.32585 4.32543L3.76002 3.75989ZM12.24 12.2399L11.6922 11.6569C11.6861 11.6626 11.6801 11.6684 11.6742 11.6743L12.24 12.2399ZM3.09419 9.73301C2.9468 9.31649 2.48966 9.09832 2.07314 9.24571C1.65663 9.39311 1.43846 9.85025 1.58585 10.2668L3.09419 9.73301ZM-0.133313 2.66655V6.66655H1.46669V2.66655H-0.133313ZM0.666687 7.46655H4.66669V5.86655H0.666687V7.46655ZM16.1334 13.3332V9.33322H14.5334V13.3332H16.1334ZM15.3334 8.53322H11.3334V10.1332H15.3334V8.53322ZM14.4142 5.73301C14.031 4.65014 13.3797 3.68198 12.5212 2.91888L11.4582 4.11478C12.1148 4.69833 12.6128 5.43868 12.9058 6.26676L14.4142 5.73301ZM12.5212 2.91888C11.6626 2.15578 10.6247 1.62261 9.50438 1.36912L9.15128 2.92967C10.008 3.12352 10.8017 3.53124 11.4582 4.11478L12.5212 2.91888ZM9.50438 1.36912C8.38402 1.11562 7.21771 1.15007 6.11427 1.46924L6.55885 3.00623C7.40266 2.76216 8.29454 2.73582 9.15128 2.92967L9.50438 1.36912ZM6.11427 1.46924C5.01083 1.78841 4.00622 2.38191 3.19419 3.19434L4.32585 4.32543C4.94681 3.70415 5.71504 3.25031 6.55885 3.00623L6.11427 1.46924ZM3.2122 3.17689L0.118866 6.08355L1.21451 7.24956L4.30784 4.34289L3.2122 3.17689ZM14.7855 8.75022L11.6922 11.6569L12.7878 12.8229L15.8812 9.91622L14.7855 8.75022ZM11.6742 11.6743C11.0532 12.2956 10.285 12.7495 9.44119 12.9935L9.88577 14.5305C10.9892 14.2114 11.9938 13.6179 12.8058 12.8054L11.6742 11.6743ZM9.44119 12.9935C8.59738 13.2376 7.7055 13.264 6.84876 13.0701L6.49566 14.6307C7.61602 14.8842 8.78233 14.8497 9.88577 14.5305L9.44119 12.9935ZM6.84876 13.0701C5.99202 12.8763 5.19834 12.4685 4.5418 11.885L3.47887 13.0809C4.33743 13.844 5.37531 14.3772 6.49566 14.6307L6.84876 13.0701ZM4.5418 11.885C3.88525 11.3014 3.38722 10.5611 3.09419 9.73301L1.58585 10.2668C1.96904 11.3496 2.6203 12.3178 3.47887 13.0809L4.5418 11.885Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15949\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRefreshCcw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13593\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRefreshCcw size={size} /> });"
   ],
   [
-    "IconSend.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSend = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12605)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.197 0.802943C15.4008 1.00667 15.4698 1.3091 15.3746 1.58104L10.7079 14.9144C10.6064 15.2046 10.3379 15.4034 10.0306 15.416C9.72336 15.4285 9.43958 15.2522 9.31469 14.9712L6.76518 9.23481L1.02877 6.6853C0.747764 6.56041 0.571466 6.27663 0.584001 5.96937C0.596537 5.66211 0.795365 5.39363 1.08561 5.29205L14.4189 0.625379C14.6909 0.5302 14.9933 0.599214 15.197 0.802943ZM8.22794 8.83271L9.91709 12.6333L12.8731 4.18754L8.22794 8.83271ZM11.8124 3.12688L3.36668 6.08289L7.16728 7.77205L11.8124 3.12688Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12605\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSend, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13603\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSend size={size} /> });"
+    "IconPlayCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPlayCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15931)\"><path d=\"M6.66665 5.33325L7.11041 4.66761C6.86492 4.50396 6.54929 4.4887 6.28916 4.62791C6.02903 4.76713 5.86665 5.03822 5.86665 5.33325H6.66665ZM10.6666 7.99992L11.1104 8.66556C11.333 8.51719 11.4666 8.2674 11.4666 7.99992C11.4666 7.73244 11.333 7.48265 11.1104 7.33428L10.6666 7.99992ZM6.66665 10.6666H5.86665C5.86665 10.9616 6.02903 11.2327 6.28916 11.3719C6.54929 11.5111 6.86492 11.4959 7.11041 11.3322L6.66665 10.6666ZM13.8666 7.99992C13.8666 11.24 11.2401 13.8666 7.99998 13.8666V15.4666C12.1237 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99998 13.8666C4.75991 13.8666 2.13331 11.24 2.13331 7.99992H0.533313C0.533313 12.1236 3.87625 15.4666 7.99998 15.4666V13.8666ZM2.13331 7.99992C2.13331 4.75985 4.75991 2.13325 7.99998 2.13325V0.533252C3.87625 0.533252 0.533313 3.87619 0.533313 7.99992H2.13331ZM7.99998 2.13325C11.2401 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1237 0.533252 7.99998 0.533252V2.13325ZM6.22289 5.99889L10.2229 8.66556L11.1104 7.33428L7.11041 4.66761L6.22289 5.99889ZM10.2229 7.33428L6.22289 10.0009L7.11041 11.3322L11.1104 8.66556L10.2229 7.33428ZM7.46665 10.6666V5.33325H5.86665V10.6666H7.46665Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15931\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPlayCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13585\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPlayCircle size={size} /> });"
   ],
   [
-    "IconServer.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconServer = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11620)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.66671 2.08325C2.34454 2.08325 2.08337 2.34442 2.08337 2.66659V5.33325C2.08337 5.65542 2.34454 5.91659 2.66671 5.91659H13.3334C13.6555 5.91659 13.9167 5.65542 13.9167 5.33325V2.66659C13.9167 2.34442 13.6555 2.08325 13.3334 2.08325H2.66671ZM0.583374 2.66659C0.583374 1.51599 1.51611 0.583252 2.66671 0.583252H13.3334C14.484 0.583252 15.4167 1.51599 15.4167 2.66659V5.33325C15.4167 6.48385 14.484 7.41659 13.3334 7.41659H2.66671C1.51611 7.41659 0.583374 6.48385 0.583374 5.33325V2.66659ZM3.25004 3.99992C3.25004 3.58571 3.58583 3.24992 4.00004 3.24992H4.00671C4.42092 3.24992 4.75671 3.58571 4.75671 3.99992C4.75671 4.41413 4.42092 4.74992 4.00671 4.74992H4.00004C3.58583 4.74992 3.25004 4.41413 3.25004 3.99992ZM2.66671 10.0833C2.34454 10.0833 2.08337 10.3444 2.08337 10.6666V13.3333C2.08337 13.6554 2.34454 13.9166 2.66671 13.9166H13.3334C13.6555 13.9166 13.9167 13.6554 13.9167 13.3333V10.6666C13.9167 10.3444 13.6555 10.0833 13.3334 10.0833H2.66671ZM0.583374 10.6666C0.583374 9.51599 1.51611 8.58325 2.66671 8.58325H13.3334C14.484 8.58325 15.4167 9.51599 15.4167 10.6666V13.3333C15.4167 14.4838 14.484 15.4166 13.3334 15.4166H2.66671C1.51611 15.4166 0.583374 14.4838 0.583374 13.3333V10.6666ZM3.25004 11.9999C3.25004 11.5857 3.58583 11.2499 4.00004 11.2499H4.00671C4.42092 11.2499 4.75671 11.5857 4.75671 11.9999C4.75671 12.4141 4.42092 12.7499 4.00671 12.7499H4.00004C3.58583 12.7499 3.25004 12.4141 3.25004 11.9999Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11620\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconServer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13605\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconServer size={size} /> });"
+    "IconSearch.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSearch = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.4343 14.5657C13.7467 14.8781 14.2533 14.8781 14.5657 14.5657C14.8781 14.2533 14.8781 13.7467 14.5657 13.4343L13.4343 14.5657ZM11.6657 10.5343C11.3533 10.2219 10.8467 10.2219 10.5343 10.5343C10.2219 10.8467 10.2219 11.3533 10.5343 11.6657L11.6657 10.5343ZM11.8667 7.33333C11.8667 9.83702 9.83702 11.8667 7.33333 11.8667V13.4667C10.7207 13.4667 13.4667 10.7207 13.4667 7.33333H11.8667ZM7.33333 11.8667C4.82964 11.8667 2.8 9.83702 2.8 7.33333H1.2C1.2 10.7207 3.94599 13.4667 7.33333 13.4667V11.8667ZM2.8 7.33333C2.8 4.82964 4.82964 2.8 7.33333 2.8V1.2C3.94599 1.2 1.2 3.94599 1.2 7.33333H2.8ZM7.33333 2.8C9.83702 2.8 11.8667 4.82964 11.8667 7.33333H13.4667C13.4667 3.94599 10.7207 1.2 7.33333 1.2V2.8ZM14.5657 13.4343L11.6657 10.5343L10.5343 11.6657L13.4343 14.5657L14.5657 13.4343Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSearch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13604\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSearch size={size} /> });"
   ],
   [
-    "IconSettings.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSettings = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12584)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00008 1.41675C7.84537 1.41675 7.697 1.47821 7.5876 1.5876C7.47821 1.697 7.41675 1.84537 7.41675 2.00008V2.11641C7.41531 2.4772 7.3084 2.82969 7.10919 3.1305C6.90997 3.43131 6.62715 3.66731 6.29553 3.80944C6.23482 3.83545 6.17109 3.85328 6.10601 3.86256C5.80695 3.96575 5.48552 3.9908 5.17255 3.93405C4.80883 3.8681 4.47321 3.69471 4.20897 3.43623L4.20305 3.43044L4.16308 3.39041C4.10891 3.33618 4.04428 3.29285 3.97346 3.2635C3.90265 3.23414 3.82674 3.21903 3.75008 3.21903C3.67342 3.21903 3.59752 3.23414 3.5267 3.2635C3.45588 3.29285 3.39155 3.33588 3.33737 3.39012C3.28314 3.44429 3.23952 3.50922 3.21017 3.58003C3.18081 3.65085 3.1657 3.72676 3.1657 3.80341C3.1657 3.88007 3.18081 3.95598 3.21017 4.0268C3.23952 4.09761 3.28255 4.16195 3.33678 4.21612L3.38293 4.26227C3.64141 4.52651 3.81477 4.86217 3.88072 5.22588C3.94526 5.58182 3.904 5.94869 3.76233 6.28116C3.63269 6.62018 3.4061 6.91376 3.11059 7.12512C2.80866 7.34107 2.44873 7.4612 2.07762 7.46988L2.06008 7.47008H2.00008C1.84537 7.47008 1.697 7.53154 1.5876 7.64094C1.47821 7.75033 1.41675 7.89871 1.41675 8.05342C1.41675 8.20812 1.47821 8.3565 1.5876 8.46589C1.697 8.57529 1.84537 8.63675 2.00008 8.63675H2.11641C2.4772 8.63819 2.82969 8.7451 3.1305 8.94431C3.43019 9.14278 3.66555 9.42424 3.80784 9.75426C3.9558 10.0915 3.99976 10.4652 3.93405 10.8276C3.8681 11.1913 3.69471 11.527 3.43623 11.7912L3.43044 11.7971L3.39041 11.8371C3.33617 11.8913 3.29285 11.9559 3.2635 12.0267C3.23414 12.0975 3.21903 12.1734 3.21903 12.2501C3.21903 12.3267 3.23414 12.4026 3.2635 12.4735C3.29285 12.5443 3.33588 12.6086 3.39012 12.6628C3.44429 12.717 3.50922 12.7606 3.58003 12.79C3.65085 12.8194 3.72676 12.8345 3.80341 12.8345C3.88007 12.8345 3.95598 12.8194 4.0268 12.79C4.09761 12.7606 4.16195 12.7176 4.21612 12.6634L4.26227 12.6172C4.52652 12.3588 4.86217 12.1854 5.22588 12.1194C5.58182 12.0549 5.94868 12.0962 6.28115 12.2378C6.62018 12.3675 6.91376 12.5941 7.12512 12.8896C7.34107 13.1915 7.4612 13.5514 7.46988 13.9225L7.47008 13.9401V14.0001C7.47008 14.1548 7.53154 14.3032 7.64094 14.4126C7.75033 14.522 7.89871 14.5834 8.05342 14.5834C8.20812 14.5834 8.3565 14.522 8.46589 14.4126C8.57529 14.3032 8.63675 14.1548 8.63675 14.0001V13.8867L8.63675 13.8838C8.63819 13.523 8.7451 13.1705 8.94431 12.8697C9.14278 12.57 9.42425 12.3346 9.75428 12.1923C10.0915 12.0444 10.4652 12.0004 10.8276 12.0661C11.1913 12.1321 11.5269 12.3055 11.7912 12.5639L11.7971 12.5697L11.8371 12.6098C11.8913 12.664 11.9559 12.7073 12.0267 12.7367C12.0975 12.766 12.1734 12.7811 12.2501 12.7811C12.3267 12.7811 12.4026 12.766 12.4735 12.7367C12.5443 12.7073 12.6086 12.6643 12.6628 12.61C12.717 12.5559 12.7606 12.4909 12.79 12.4201C12.8194 12.3493 12.8345 12.2734 12.8345 12.1967C12.8345 12.1201 12.8194 12.0442 12.79 11.9734C12.7606 11.9025 12.7176 11.8382 12.6634 11.784L12.6172 11.7379C12.3588 11.4736 12.1854 11.138 12.1194 10.7743C12.0537 10.4119 12.0977 10.0382 12.2456 9.70095C12.3879 9.37092 12.6233 9.08945 12.923 8.89098C13.2238 8.69177 13.5763 8.58486 13.9371 8.58342L13.9401 8.58341L14.0001 8.58342C14.1548 8.58342 14.3032 8.52196 14.4126 8.41256C14.522 8.30316 14.5834 8.15479 14.5834 8.00008C14.5834 7.84537 14.522 7.697 14.4126 7.5876C14.3032 7.47821 14.1548 7.41675 14.0001 7.41675H13.8867L13.8838 7.41674C13.523 7.4153 13.1705 7.3084 12.8697 7.10919C12.5689 6.90997 12.3329 6.62715 12.1907 6.29553C12.1647 6.23482 12.1469 6.17109 12.1376 6.10601C12.0344 5.80695 12.0094 5.48552 12.0661 5.17255C12.1321 4.80883 12.3055 4.47321 12.5639 4.20897L12.5697 4.20305L12.6098 4.16308C12.664 4.10891 12.7073 4.04428 12.7367 3.97346C12.766 3.90265 12.7811 3.82674 12.7811 3.75008C12.7811 3.67342 12.766 3.59752 12.7367 3.5267C12.7073 3.45589 12.6643 3.39155 12.61 3.33737C12.5559 3.28314 12.4909 3.23952 12.4201 3.21017C12.3493 3.18081 12.2734 3.1657 12.1967 3.1657C12.1201 3.1657 12.0442 3.18081 11.9734 3.21017C11.9025 3.23952 11.8382 3.28255 11.784 3.33678L11.7379 3.38293C11.4736 3.64141 11.138 3.81477 10.7743 3.88072C10.4119 3.94643 10.0381 3.90247 9.70092 3.75451C9.3709 3.61221 9.08945 3.37686 8.89098 3.07717C8.69177 2.77636 8.58486 2.42386 8.58342 2.06307L8.58342 2.06008V2.00008C8.58342 1.84537 8.52196 1.697 8.41256 1.5876C8.30316 1.47821 8.15479 1.41675 8.00008 1.41675ZM6.52694 0.526942C6.91764 0.136242 7.44755 -0.083252 8.00008 -0.083252C8.55262 -0.083252 9.08252 0.136242 9.47322 0.526942C9.86392 0.917642 10.0834 1.44755 10.0834 2.00008V2.05814C10.0839 2.12603 10.1041 2.19233 10.1416 2.24895C10.1793 2.30586 10.2328 2.3505 10.2955 2.37739L10.3029 2.38056C10.3669 2.4088 10.4379 2.41726 10.5067 2.40478C10.5745 2.39249 10.6372 2.36044 10.6868 2.31269L10.7228 2.27671C10.9163 2.08301 11.146 1.92935 11.399 1.82451C11.6519 1.71966 11.923 1.6657 12.1967 1.6657C12.4705 1.6657 12.7416 1.71966 12.9945 1.82451C13.2474 1.92934 13.4772 2.08299 13.6707 2.27667C13.6706 2.27665 13.6707 2.27668 13.6707 2.27667M13.6701 5.22404L13.6342 5.25999C13.5864 5.30965 13.5543 5.37232 13.542 5.44016C13.5296 5.50898 13.538 5.57995 13.5662 5.64392C13.585 5.68648 13.5997 5.73058 13.6103 5.77564C13.6344 5.80798 13.6639 5.83609 13.6979 5.85857C13.7545 5.89605 13.8208 5.91626 13.8886 5.91675H14.0001C14.5526 5.91675 15.0825 6.13624 15.4732 6.52694C15.8639 6.91764 16.0834 7.44755 16.0834 8.00008C16.0834 8.55262 15.8639 9.08252 15.4732 9.47322C15.0825 9.86392 14.5526 10.0834 14.0001 10.0834H13.942C13.8741 10.0839 13.8078 10.1041 13.7512 10.1416C13.6943 10.1793 13.6497 10.2328 13.6228 10.2955L13.6196 10.3029C13.5914 10.3669 13.5829 10.4379 13.5954 10.5067C13.6077 10.5745 13.6397 10.6372 13.6875 10.6868L13.7235 10.7228C13.9172 10.9163 14.0708 11.146 14.1757 11.399C14.2805 11.6519 14.3345 11.923 14.3345 12.1967C14.3345 12.4705 14.2805 12.7416 14.1757 12.9945C14.0708 13.2475 13.9172 13.4772 13.7235 13.6707C13.53 13.8644 13.3008 14.0175 13.0479 14.1223C12.795 14.2272 12.5239 14.2811 12.2501 14.2811C11.9763 14.2811 11.7052 14.2272 11.4523 14.1223C11.1994 14.0175 10.9696 13.8638 10.7761 13.6701L10.7401 13.6341C10.6905 13.5864 10.6278 13.5543 10.56 13.542C10.4912 13.5296 10.4202 13.538 10.3562 13.5662L10.3489 13.5695C10.2861 13.5964 10.2326 13.641 10.1949 13.6979C10.1574 13.7545 10.1372 13.8208 10.1367 13.8887V14.0001C10.1367 14.5526 9.91725 15.0825 9.52655 15.4732C9.13585 15.8639 8.60595 16.0834 8.05342 16.0834C7.50088 16.0834 6.97098 15.8639 6.58028 15.4732C6.18958 15.0825 5.97008 14.5526 5.97008 14.0001V13.9513C5.96726 13.8833 5.94469 13.8176 5.90506 13.7622C5.8642 13.7051 5.80711 13.6616 5.7412 13.6373C5.72637 13.6319 5.71171 13.6259 5.69726 13.6196C5.63328 13.5913 5.56231 13.5829 5.4935 13.5954C5.42566 13.6077 5.36299 13.6397 5.31334 13.6875L5.27737 13.7235C5.27728 13.7235 5.27747 13.7234 5.27737 13.7235C5.08395 13.917 4.85399 14.0709 4.60121 14.1757C4.34829 14.2805 4.0772 14.3345 3.80341 14.3345C3.52963 14.3345 3.25853 14.2805 3.00562 14.1757C2.75297 14.0709 2.52341 13.9175 2.33005 13.724C2.32995 13.7239 2.33014 13.7241 2.33005 13.724C2.13648 13.5306 1.98263 13.3007 1.87784 13.0479C1.773 12.795 1.71903 12.5239 1.71903 12.2501C1.71903 11.9763 1.773 11.7052 1.87784 11.4523C1.98268 11.1994 2.13634 10.9696 2.33005 10.7761L2.36602 10.7401C2.41377 10.6905 2.44582 10.6278 2.45812 10.56C2.47059 10.4912 2.46217 10.4202 2.43393 10.3562L2.43069 10.3489C2.4038 10.2861 2.35919 10.2326 2.30228 10.1949C2.24566 10.1574 2.17936 10.1372 2.11147 10.1367H2.00008C1.44755 10.1367 0.917642 9.91725 0.526942 9.52655C0.136242 9.13585 -0.083252 8.60595 -0.083252 8.05342C-0.083252 7.50088 0.136242 6.97098 0.526942 6.58028C0.917642 6.18958 1.44755 5.97008 2.00008 5.97008H2.04887C2.11684 5.96726 2.18256 5.94469 2.23797 5.90506C2.29509 5.86421 2.3386 5.80711 2.36285 5.7412C2.3683 5.72637 2.37422 5.71171 2.3806 5.69726C2.40884 5.63328 2.41726 5.56231 2.40478 5.4935C2.39248 5.42566 2.36043 5.363 2.31268 5.31334L2.27671 5.27737C2.27661 5.27727 2.27681 5.27747 2.27671 5.27737C2.08315 5.08395 1.92929 4.85399 1.82451 4.60121C1.71966 4.34829 1.6657 4.0772 1.6657 3.80341C1.6657 3.52963 1.71966 3.25853 1.82451 3.00562C1.92929 2.75284 2.08286 2.52318 2.27642 2.32975C2.46984 2.13619 2.6995 1.98263 2.95229 1.87784C3.2052 1.773 3.4763 1.71903 3.75008 1.71903C4.02386 1.71903 4.29496 1.773 4.54787 1.87784C4.80066 1.98263 5.03032 2.13619 5.22374 2.32975C5.22365 2.32965 5.22384 2.32985 5.22374 2.32975L5.26 2.36601C5.30966 2.41377 5.37233 2.44582 5.44016 2.45812C5.50897 2.47059 5.57995 2.46217 5.64392 2.43393C5.68649 2.41515 5.73059 2.40042 5.77564 2.38986C5.80798 2.36581 5.83609 2.33622 5.85857 2.30228C5.89605 2.24568 5.91626 2.17941 5.91675 2.11154V2.00008C5.91675 1.44755 6.13624 0.917642 6.52694 0.526942M13.6701 5.22404C13.8638 5.03055 14.0175 4.80079 14.1223 4.54787C14.2272 4.29496 14.2811 4.02386 14.2811 3.75008C14.2811 3.4763 14.2272 3.2052 14.1223 2.95229C14.0176 2.69963 13.8641 2.47003 13.6707 2.27667M8.00008 6.75008C7.30973 6.75008 6.75008 7.30973 6.75008 8.00008C6.75008 8.69044 7.30973 9.25008 8.00008 9.25008C8.69044 9.25008 9.25008 8.69044 9.25008 8.00008C9.25008 7.30973 8.69044 6.75008 8.00008 6.75008ZM5.25008 8.00008C5.25008 6.4813 6.4813 5.25008 8.00008 5.25008C9.51887 5.25008 10.7501 6.4813 10.7501 8.00008C10.7501 9.51887 9.51887 10.7501 8.00008 10.7501C6.4813 10.7501 5.25008 9.51887 5.25008 8.00008Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12584\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSettings, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13606\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSettings size={size} /> });"
+    "IconRewind.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRewind = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.33325 12.6666L6.8421 13.2981C7.08328 13.4857 7.41026 13.5195 7.68473 13.3852C7.95921 13.251 8.13325 12.9721 8.13325 12.6666H7.33325ZM1.33325 7.99992L0.842099 7.36844C0.64723 7.52 0.533252 7.75305 0.533252 7.99992C0.533252 8.24679 0.64723 8.47984 0.842099 8.6314L1.33325 7.99992ZM7.33325 3.33325H8.13325C8.13325 3.02771 7.95921 2.74884 7.68473 2.6146C7.41026 2.48036 7.08328 2.51418 6.8421 2.70177L7.33325 3.33325ZM14.6666 12.6666L14.1754 13.2981C14.4166 13.4857 14.7436 13.5195 15.0181 13.3852C15.2925 13.251 15.4666 12.9721 15.4666 12.6666H14.6666ZM8.66658 7.99992L8.17543 7.36844C7.98056 7.52 7.86658 7.75305 7.86658 7.99992C7.86658 8.24679 7.98056 8.47984 8.17543 8.6314L8.66658 7.99992ZM14.6666 3.33325H15.4666C15.4666 3.02771 15.2925 2.74884 15.0181 2.6146C14.7436 2.48036 14.4166 2.51418 14.1754 2.70177L14.6666 3.33325ZM7.8244 12.0351L1.8244 7.36844L0.842099 8.6314L6.8421 13.2981L7.8244 12.0351ZM1.8244 8.6314L7.8244 3.96473L6.8421 2.70177L0.842099 7.36844L1.8244 8.6314ZM6.53325 3.33325V12.6666H8.13325V3.33325H6.53325ZM15.1577 12.0351L9.15774 7.36844L8.17543 8.6314L14.1754 13.2981L15.1577 12.0351ZM9.15774 8.6314L15.1577 3.96473L14.1754 2.70177L8.17543 7.36844L9.15774 8.6314ZM13.8666 3.33325V12.6666H15.4666V3.33325H13.8666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconRewind, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13598\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRewind size={size} /> });"
   ],
   [
-    "IconShare2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShare2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2.08325C11.3096 2.08325 10.75 2.6429 10.75 3.33325C10.75 3.54919 10.8048 3.75234 10.9011 3.92957C10.908 3.94012 10.9147 3.9509 10.9211 3.9619C10.9275 3.97283 10.9335 3.98385 10.9393 3.99496C11.1602 4.34825 11.5526 4.58325 12 4.58325C12.6904 4.58325 13.25 4.02361 13.25 3.33325C13.25 2.6429 12.6904 2.08325 12 2.08325ZM10.0923 5.31394C10.5868 5.79031 11.2592 6.08325 12 6.08325C13.5188 6.08325 14.75 4.85204 14.75 3.33325C14.75 1.81447 13.5188 0.583252 12 0.583252C10.4812 0.583252 9.25 1.81447 9.25 3.33325C9.25 3.56984 9.27988 3.79945 9.33606 4.01852L5.90771 6.01923C5.41324 5.54286 4.74083 5.24992 4 5.24992C2.48122 5.24992 1.25 6.48114 1.25 7.99992C1.25 9.5187 2.48122 10.7499 4 10.7499C4.74098 10.7499 5.41352 10.4569 5.90802 9.98031L9.33682 11.9784C9.28015 12.1983 9.25 12.4289 9.25 12.6666C9.25 14.1854 10.4812 15.4166 12 15.4166C13.5188 15.4166 14.75 14.1854 14.75 12.6666C14.75 11.1478 13.5188 9.91659 12 9.91659C11.2603 9.91659 10.5888 10.2087 10.0945 10.6838L6.66404 8.68477C6.72016 8.46583 6.75 8.23636 6.75 7.99992C6.75 7.76333 6.72012 7.53372 6.66394 7.31465L10.0923 5.31394ZM5.06069 7.33822C5.06646 7.34932 5.07253 7.36035 5.0789 7.37127C5.08532 7.38227 5.09198 7.39305 5.09886 7.4036C5.19524 7.58083 5.25 7.78398 5.25 7.99992C5.25 8.21585 5.19525 8.41899 5.09887 8.59622C5.0919 8.60691 5.08516 8.61783 5.07866 8.62898C5.07237 8.63978 5.06638 8.65067 5.06068 8.66164C4.83981 9.01492 4.44735 9.24992 4 9.24992C3.30964 9.24992 2.75 8.69028 2.75 7.99992C2.75 7.30956 3.30964 6.74992 4 6.74992C4.44736 6.74992 4.83983 6.98492 5.06069 7.33822ZM10.8813 12.1083C10.898 12.0859 10.9136 12.0623 10.928 12.0375C10.9418 12.0139 10.9541 11.9898 10.965 11.9654C11.1899 11.6342 11.5695 11.4166 12 11.4166C12.6904 11.4166 13.25 11.9762 13.25 12.6666C13.25 13.3569 12.6904 13.9166 12 13.9166C11.3096 13.9166 10.75 13.3569 10.75 12.6666C10.75 12.4659 10.7973 12.2763 10.8813 12.1083Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShare2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13608\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShare2 size={size} /> });"
+    "IconShieldOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShieldOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15979)\"><path d=\"M12.3625 9.09626C12.2315 9.51823 12.4674 9.96648 12.8893 10.0975C13.3113 10.2284 13.7596 9.99254 13.8905 9.57057L12.3625 9.09626ZM13.3332 8.00008L14.1332 8.00535V8.00008H13.3332ZM13.3332 3.33341H14.1332C14.1332 2.99994 13.9263 2.70144 13.6141 2.58435L13.3332 3.33341ZM7.99984 1.33341L8.28074 0.584351C8.09999 0.51657 7.90082 0.516432 7.71998 0.583962L7.99984 1.33341ZM5.61331 1.37063C5.1994 1.52519 4.98916 1.98603 5.14372 2.39994C5.29828 2.81385 5.75912 3.0241 6.17303 2.86953L5.61331 1.37063ZM3.43069 3.90374C3.84508 3.75047 4.05676 3.29029 3.90349 2.8759C3.75023 2.46151 3.29005 2.24982 2.87565 2.40309L3.43069 3.90374ZM2.6665 3.33341L2.38899 2.58309C2.07498 2.69923 1.8665 2.99862 1.8665 3.33341H2.6665ZM7.99984 14.6667L7.64207 15.3823C7.8728 15.4977 8.14502 15.4947 8.37318 15.3743L7.99984 14.6667ZM12.3414 12.2816C12.6368 11.953 12.6099 11.4472 12.2814 11.1518C11.9528 10.8564 11.447 10.8833 11.1516 11.2119L12.3414 12.2816ZM1.23219 0.101063C0.91977 -0.211357 0.413238 -0.211357 0.100818 0.101063C-0.211601 0.413482 -0.211601 0.920014 0.100818 1.23243L1.23219 0.101063ZM14.7675 15.8991C15.0799 16.2115 15.5864 16.2115 15.8989 15.8991C16.2113 15.5867 16.2113 15.0801 15.8989 14.7677L14.7675 15.8991ZM13.8905 9.57057C14.0479 9.06359 14.1297 8.53618 14.1332 8.00535L12.5332 7.99481C12.5307 8.36836 12.4732 8.7395 12.3625 9.09626L13.8905 9.57057ZM14.1332 8.00008V3.33341H12.5332V8.00008H14.1332ZM13.6141 2.58435L8.28074 0.584351L7.71894 2.08248L13.0523 4.08248L13.6141 2.58435ZM7.71998 0.583962L5.61331 1.37063L6.17303 2.86953L8.2797 2.08287L7.71998 0.583962ZM2.87565 2.40309L2.38899 2.58309L2.94402 4.08374L3.43069 3.90374L2.87565 2.40309ZM1.8665 3.33341V8.00008H3.4665V3.33341H1.8665ZM1.8665 8.00008C1.8665 10.3572 3.42523 12.227 4.80637 13.4355C5.51374 14.0544 6.21734 14.5378 6.7425 14.866C7.00592 15.0306 7.22658 15.1576 7.38322 15.2443C7.46159 15.2877 7.52409 15.321 7.56807 15.3441C7.59007 15.3557 7.60745 15.3647 7.61989 15.371C7.62611 15.3742 7.6311 15.3768 7.63481 15.3786C7.63666 15.3796 7.6382 15.3803 7.63941 15.381C7.64001 15.3813 7.64054 15.3815 7.64098 15.3817C7.6412 15.3819 7.64147 15.382 7.64158 15.382C7.64184 15.3822 7.64207 15.3823 7.99984 14.6667C8.35761 13.9512 8.3578 13.9513 8.35797 13.9514C8.358 13.9514 8.35815 13.9515 8.35821 13.9515C8.35832 13.9516 8.35836 13.9516 8.35832 13.9516C8.35824 13.9515 8.35785 13.9513 8.35714 13.951C8.35572 13.9502 8.35305 13.9489 8.34918 13.9469C8.34144 13.9429 8.32887 13.9365 8.31181 13.9275C8.27767 13.9096 8.22558 13.8818 8.15812 13.8444C8.02309 13.7697 7.82709 13.657 7.5905 13.5092C7.11567 13.2124 6.48593 12.7791 5.85997 12.2314C4.57444 11.1065 3.4665 9.64293 3.4665 8.00008H1.8665ZM8.37318 15.3743C9.868 14.5855 11.2115 13.5385 12.3414 12.2816L11.1516 11.2119C10.1478 12.3284 8.95438 13.2585 7.6265 13.9592L8.37318 15.3743ZM0.100818 1.23243L14.7675 15.8991L15.8989 14.7677L1.23219 0.101063L0.100818 1.23243Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15979\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconShieldOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13610\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShieldOff size={size} /> });"
   ],
   [
     "IconShare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00008 0.583252C8.19899 0.583252 8.38976 0.66227 8.53041 0.802922L11.1971 3.46959C11.49 3.76248 11.49 4.23736 11.1971 4.53025C10.9042 4.82314 10.4293 4.82314 10.1364 4.53025L8.75008 3.14391L8.75008 9.99992C8.75008 10.4141 8.4143 10.7499 8.00008 10.7499C7.58587 10.7499 7.25008 10.4141 7.25008 9.99992L7.25008 3.14391L5.86374 4.53025C5.57085 4.82314 5.09598 4.82314 4.80308 4.53025C4.51019 4.23736 4.51019 3.76248 4.80308 3.46959L7.46975 0.802922C7.6104 0.66227 7.80117 0.583252 8.00008 0.583252ZM2.66675 7.24992C3.08096 7.24992 3.41675 7.58571 3.41675 7.99992V13.3333C3.41675 13.488 3.47821 13.6363 3.5876 13.7457C3.697 13.8551 3.84537 13.9166 4.00008 13.9166H12.0001C12.1548 13.9166 12.3032 13.8551 12.4126 13.7457C12.522 13.6363 12.5834 13.488 12.5834 13.3333V7.99992C12.5834 7.58571 12.9192 7.24992 13.3334 7.24992C13.7476 7.24992 14.0834 7.58571 14.0834 7.99992V13.3333C14.0834 13.8858 13.8639 14.4157 13.4732 14.8064C13.0825 15.1971 12.5526 15.4166 12.0001 15.4166H4.00008C3.44755 15.4166 2.91764 15.1971 2.52694 14.8064C2.13624 14.4157 1.91675 13.8858 1.91675 13.3333V7.99992C1.91675 7.58571 2.25253 7.24992 2.66675 7.24992Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13607\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShare size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.46675 7.99992C3.46675 7.55809 3.10858 7.19992 2.66675 7.19992C2.22492 7.19992 1.86675 7.55809 1.86675 7.99992H3.46675ZM2.66675 13.3333H1.86675H2.66675ZM14.1334 7.99992C14.1334 7.55809 13.7752 7.19992 13.3334 7.19992C12.8916 7.19992 12.5334 7.55809 12.5334 7.99992H14.1334ZM10.1011 4.5656C10.4135 4.87802 10.92 4.87802 11.2324 4.5656C11.5449 4.25318 11.5449 3.74665 11.2324 3.43423L10.1011 4.5656ZM8.00008 1.33325L8.56577 0.767567C8.41574 0.617537 8.21225 0.533252 8.00008 0.533252C7.78791 0.533252 7.58442 0.617537 7.4344 0.767567L8.00008 1.33325ZM4.76773 3.43423C4.45531 3.74665 4.45531 4.25318 4.76773 4.5656C5.08015 4.87802 5.58668 4.87802 5.8991 4.5656L4.76773 3.43423ZM7.20008 9.99992C7.20008 10.4417 7.55825 10.7999 8.00008 10.7999C8.44191 10.7999 8.80008 10.4417 8.80008 9.99992L7.20008 9.99992ZM1.86675 7.99992V13.3333H3.46675V7.99992H1.86675ZM1.86675 13.3333C1.86675 13.899 2.09151 14.4417 2.49159 14.8417L3.62296 13.7104C3.52294 13.6104 3.46675 13.4747 3.46675 13.3333H1.86675ZM2.49159 14.8417C2.89166 15.2418 3.43429 15.4666 4.00008 15.4666V13.8666C3.85863 13.8666 3.72298 13.8104 3.62296 13.7104L2.49159 14.8417ZM4.00008 15.4666H12.0001V13.8666H4.00008V15.4666ZM12.0001 15.4666C12.5659 15.4666 13.1085 15.2418 13.5086 14.8417L12.3772 13.7104C12.2772 13.8104 12.1415 13.8666 12.0001 13.8666V15.4666ZM13.5086 14.8417C13.9087 14.4417 14.1334 13.899 14.1334 13.3333H12.5334C12.5334 13.4747 12.4772 13.6104 12.3772 13.7104L13.5086 14.8417ZM14.1334 13.3333V7.99992H12.5334V13.3333H14.1334ZM11.2324 3.43423L8.56577 0.767567L7.4344 1.89894L10.1011 4.5656L11.2324 3.43423ZM7.4344 0.767567L4.76773 3.43423L5.8991 4.5656L8.56577 1.89894L7.4344 0.767567ZM7.20008 1.33325L7.20008 9.99992L8.80008 9.99992L8.80008 1.33325L7.20008 1.33325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13607\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShare size={size} /> });"
   ],
   [
-    "IconShieldOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShieldOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11615)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136174 0.136418C0.429067 -0.156475 0.903941 -0.156475 1.19683 0.136418L3.67219 2.61178C3.68011 2.61935 3.68787 2.62711 3.69547 2.63505L12.2734 11.213C12.276 11.2156 12.2786 11.2182 12.2812 11.2208L15.8635 14.8031C16.1564 15.096 16.1564 15.5709 15.8635 15.8637C15.5706 16.1566 15.0957 16.1566 14.8028 15.8637L11.76 12.8209C10.7553 13.8211 9.60624 14.6671 8.34984 15.3301C8.13594 15.4429 7.88074 15.4457 7.66443 15.3376L7.99984 14.6667C7.66443 15.3376 7.66466 15.3377 7.66443 15.3376L7.66187 15.3363L7.65738 15.334L7.64268 15.3265C7.63039 15.3202 7.61316 15.3113 7.59132 15.2999C7.54764 15.2769 7.48546 15.2437 7.40743 15.2005C7.25147 15.1142 7.03158 14.9877 6.769 14.8236C6.24541 14.4963 5.54412 14.0146 4.83929 13.3978C3.46115 12.192 1.9165 10.3349 1.9165 8.00008V3.33341C1.9165 3.22965 1.93787 3.12951 1.9771 3.03801L0.136174 1.19708C-0.156719 0.904185 -0.156719 0.429311 0.136174 0.136418ZM3.4165 4.47741V8.00008C3.4165 9.66525 4.53853 11.1415 5.82705 12.269C6.45555 12.8189 7.0876 13.2538 7.564 13.5516C7.73166 13.6564 7.87904 13.7435 7.99897 13.8122C8.98666 13.251 9.89472 12.5608 10.6993 11.7602L3.4165 4.47741ZM7.73747 0.630803C7.90701 0.567493 8.09373 0.567623 8.26318 0.631168L13.5965 2.63117C13.8892 2.74094 14.0832 3.02078 14.0832 3.33341V8.00502C14.0797 8.53093 13.9987 9.05346 13.8428 9.55575C13.72 9.95134 13.2998 10.1725 12.9042 10.0497C12.5086 9.92691 12.2874 9.50668 12.4102 9.11108C12.5222 8.75038 12.5805 8.37516 12.5832 7.99749V3.85317L7.99928 2.13421L6.15554 2.82269C5.7675 2.96759 5.33546 2.77049 5.19056 2.38245C5.04566 1.99441 5.24276 1.56237 5.6308 1.41747L7.73747 0.630803Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11615\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconShieldOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13610\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShieldOff size={size} /> });"
+    "IconRadio.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRadio = (props: IconProps) => (\n  <Icon {...props}><path d=\"M11.392 4.60729C11.0794 4.29504 10.5729 4.29532 10.2607 4.60792C9.94843 4.92051 9.94871 5.42704 10.2613 5.73929L11.392 4.60729ZM11.9998 8.00329H11.1998H11.9998ZM10.2613 10.2673C9.94871 10.5795 9.94843 11.0861 10.2607 11.3987C10.5729 11.7113 11.0794 11.7115 11.392 11.3993L10.2613 10.2673ZM4.60797 11.3926C4.92056 11.7049 5.42709 11.7046 5.73934 11.392C6.05158 11.0794 6.0513 10.5729 5.73871 10.2606L4.60797 11.3926ZM4.00019 7.99662H4.80019H4.00019ZM5.73871 5.73262C6.0513 5.42038 6.05158 4.91384 5.73934 4.60125C5.42709 4.28866 4.92056 4.28838 4.60797 4.60062L5.73871 5.73262ZM13.2791 2.72102C12.9667 2.40855 12.4602 2.40848 12.1477 2.72085C11.8353 3.03322 11.8352 3.53975 12.1476 3.85222L13.2791 2.72102ZM12.1476 12.1477C11.8352 12.4602 11.8353 12.9667 12.1477 13.2791C12.4602 13.5914 12.9667 13.5914 13.2791 13.2789L12.1476 12.1477ZM2.7209 13.2789C3.03327 13.5914 3.53981 13.5914 3.85227 13.2791C4.16474 12.9667 4.16482 12.4602 3.85244 12.1477L2.7209 13.2789ZM1.33476 7.99995H2.13476H1.33476ZM3.85244 3.85222C4.16482 3.53975 4.16474 3.03322 3.85227 2.72085C3.53981 2.40848 3.03327 2.40855 2.7209 2.72102L3.85244 3.85222ZM8.53334 7.99995C8.53334 8.29451 8.29456 8.53329 8.00001 8.53329V10.1333C9.17821 10.1333 10.1333 9.17816 10.1333 7.99995H8.53334ZM8.00001 8.53329C7.70545 8.53329 7.46667 8.29451 7.46667 7.99995H5.86667C5.86667 9.17816 6.8218 10.1333 8.00001 10.1333V8.53329ZM7.46667 7.99995C7.46667 7.7054 7.70545 7.46662 8.00001 7.46662V5.86662C6.8218 5.86662 5.86667 6.82175 5.86667 7.99995H7.46667ZM8.00001 7.46662C8.29456 7.46662 8.53334 7.7054 8.53334 7.99995H10.1333C10.1333 6.82175 9.17821 5.86662 8.00001 5.86662V7.46662ZM10.2613 5.73929C10.5588 6.03648 10.7949 6.3894 10.9559 6.77788L12.4339 6.16517C12.1924 5.58246 11.8383 5.05308 11.392 4.60729L10.2613 5.73929ZM10.9559 6.77788C11.1169 7.16635 11.1998 7.58276 11.1998 8.00329H12.7998C12.7998 7.37249 12.6755 6.74789 12.4339 6.16517L10.9559 6.77788ZM11.1998 8.00329C11.1998 8.42382 11.1169 8.84022 10.9559 9.2287L12.4339 9.8414C12.6755 9.25869 12.7998 8.63408 12.7998 8.00329H11.1998ZM10.9559 9.2287C10.7949 9.61717 10.5588 9.97009 10.2613 10.2673L11.392 11.3993C11.8383 10.9535 12.1924 10.4241 12.4339 9.8414L10.9559 9.2287ZM5.73871 10.2606C5.44118 9.96343 5.20516 9.6105 5.04412 9.22203L3.56608 9.83473C3.80764 10.4174 4.16168 10.9468 4.60797 11.3926L5.73871 10.2606ZM5.04412 9.22203C4.88308 8.83356 4.80019 8.41715 4.80019 7.99662H3.20019C3.20019 8.62742 3.32452 9.25202 3.56608 9.83473L5.04412 9.22203ZM4.80019 7.99662C4.80019 7.57609 4.88308 7.15969 5.04412 6.77121L3.56608 6.15851C3.32452 6.74122 3.20019 7.36583 3.20019 7.99662H4.80019ZM5.04412 6.77121C5.20516 6.38274 5.44118 6.02981 5.73871 5.73262L4.60797 4.60062C4.16168 5.04641 3.80764 5.5758 3.56608 6.15851L5.04412 6.77121ZM12.1476 3.85222C13.2474 4.95238 13.8652 6.44432 13.8652 7.99995H15.4652C15.4652 6.02006 14.6789 4.12123 13.2791 2.72102L12.1476 3.85222ZM13.8652 7.99995C13.8652 9.55558 13.2474 11.0475 12.1476 12.1477L13.2791 13.2789C14.6789 11.8787 15.4652 9.97985 15.4652 7.99995H13.8652ZM3.85244 12.1477C2.75261 11.0475 2.13476 9.55558 2.13476 7.99995H0.534763C0.534763 9.97985 1.32112 11.8787 2.7209 13.2789L3.85244 12.1477ZM2.13476 7.99995C2.13476 6.44432 2.75261 4.95238 3.85244 3.85222L2.7209 2.72102C1.32112 4.12123 0.534763 6.02006 0.534763 7.99995H2.13476Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconRadio, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13594\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRadio size={size} /> });"
   ],
   [
-    "IconShield.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShield = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.7365 0.631005C7.90628 0.567334 8.09339 0.567334 8.26318 0.631005L13.5965 2.63101C13.8892 2.74078 14.0832 3.02062 14.0832 3.33325V7.99992C14.0832 10.3347 12.5385 12.1918 11.1604 13.3977C10.4556 14.0144 9.75426 14.4962 9.23067 14.8234C8.96809 14.9875 8.7482 15.114 8.59224 15.2004C8.51421 15.2436 8.45204 15.2768 8.40836 15.2997C8.38652 15.3112 8.36928 15.3201 8.35699 15.3264L8.3423 15.3339L8.3378 15.3361L8.33628 15.3369C8.33604 15.337 8.33525 15.3374 7.99984 14.6666C7.66443 15.3374 7.66421 15.3373 7.66397 15.3372L7.66187 15.3361L7.65738 15.3339L7.64268 15.3264C7.63039 15.3201 7.61316 15.3112 7.59132 15.2997C7.54764 15.2768 7.48546 15.2436 7.40743 15.2004C7.25147 15.114 7.03158 14.9875 6.769 14.8234C6.24541 14.4962 5.54412 14.0144 4.83929 13.3977C3.46115 12.1918 1.9165 10.3347 1.9165 7.99992V3.33325C1.9165 3.02062 2.11043 2.74078 2.40316 2.63101L7.7365 0.631005ZM7.99984 14.6666L7.66397 15.3372C7.87512 15.4428 8.1241 15.443 8.33525 15.3374L7.99984 14.6666ZM7.99983 13.8125C8.11992 13.7438 8.26762 13.6565 8.43567 13.5514C8.91208 13.2537 9.54412 12.8188 10.1726 12.2688C11.4611 11.1414 12.5832 9.66509 12.5832 7.99992V3.853L7.99984 2.13425L3.4165 3.853V7.99992C3.4165 9.66509 4.53853 11.1414 5.82705 12.2688C6.45555 12.8188 7.0876 13.2537 7.564 13.5514C7.73206 13.6565 7.87975 13.7438 7.99983 13.8125Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShield, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13609\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShield size={size} /> });"
+    "IconSettings.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSettings = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15973)\"><path d=\"M12.9334 10.0001L13.6653 10.3231L13.6687 10.3152L12.9334 10.0001ZM13.1534 11.2134L12.5815 11.7729L12.5877 11.7791L13.1534 11.2134ZM13.1934 11.2534L12.6277 11.8191L12.628 11.8194L13.1934 11.2534ZM13.1934 13.1401L12.628 12.5741L12.6274 12.5747L13.1934 13.1401ZM11.3067 13.1401L11.8727 12.5747L11.8724 12.5744L11.3067 13.1401ZM11.2667 13.1001L11.8325 12.5344L11.8262 12.5282L11.2667 13.1001ZM10.0534 12.8801L10.3686 13.6154L10.3764 13.612L10.0534 12.8801ZM9.38675 13.8867L8.58675 13.8836V13.8867H9.38675ZM6.72008 13.9401H7.52008C7.52008 13.9338 7.52001 13.9276 7.51986 13.9214L6.72008 13.9401ZM6.00008 12.9334L5.67707 13.6653C5.69249 13.6721 5.70812 13.6784 5.72394 13.6842L6.00008 12.9334ZM4.78675 13.1534L4.2273 12.5815L4.22105 12.5877L4.78675 13.1534ZM4.74675 13.1934L4.18105 12.6277L4.18075 12.628L4.74675 13.1934ZM2.86008 13.1934L3.42608 12.628L3.42545 12.6274L2.86008 13.1934ZM2.46903 12.2501H3.26903H2.46903ZM2.86008 11.3067L3.42545 11.8727L3.42577 11.8724L2.86008 11.3067ZM2.90008 11.2667L3.4658 11.8325L3.47197 11.8262L2.90008 11.2667ZM3.12008 10.0534L2.38473 10.3686L2.38819 10.3764L3.12008 10.0534ZM2.11341 9.38675L2.11661 8.58675H2.11341V9.38675ZM0.666748 8.05341H-0.133252H0.666748ZM2.00008 6.72008V7.52008V6.72008ZM2.06008 6.72008V7.52008C2.06632 7.52008 2.07255 7.52001 2.07879 7.51986L2.06008 6.72008ZM3.06675 6.00008L2.33486 5.67707C2.32805 5.69249 2.32174 5.70812 2.31592 5.72394L3.06675 6.00008ZM2.84675 4.78675L3.41867 4.2273L3.41243 4.22106L2.84675 4.78675ZM2.80675 4.74675L3.37243 4.18106L3.37212 4.18075L2.80675 4.74675ZM2.80675 2.86008L3.37212 3.42608L3.37275 3.42545L2.80675 2.86008ZM4.69341 2.86008L4.12741 3.42545L4.12773 3.42577L4.69341 2.86008ZM4.73341 2.90008L4.16769 3.4658L4.174 3.47197L4.73341 2.90008ZM5.94675 3.12008V2.32008C5.83551 2.32008 5.7255 2.34328 5.62374 2.38819L5.94675 3.12008ZM6.00008 3.12008V3.92008C6.10843 3.92008 6.21564 3.89807 6.31523 3.85539L6.00008 3.12008ZM6.66675 2.11341L7.46675 2.11661V2.11341H6.66675ZM8.00008 0.666748V-0.133252V0.666748ZM9.33341 2.06008H8.53341L8.53342 2.06327L9.33341 2.06008ZM10.0001 3.06675L10.3231 2.33482L10.3152 2.33144L10.0001 3.06675ZM11.2134 2.84675L11.7729 3.41867L11.7791 3.41243L11.2134 2.84675ZM11.2534 2.80675L11.8191 3.37243L11.8194 3.37212L11.2534 2.80675ZM12.1967 2.4157V3.2157V2.4157ZM13.1401 2.80675L12.5741 3.37212L12.5747 3.37275L13.1401 2.80675ZM13.1401 4.69341L12.5747 4.12741L12.5744 4.12773L13.1401 4.69341ZM13.1001 4.73341L12.5344 4.1677L12.5282 4.174L13.1001 4.73341ZM12.8801 5.94675H13.6801C13.6801 5.83551 13.6569 5.7255 13.612 5.62374L12.8801 5.94675ZM12.8801 6.00008H12.0801C12.0801 6.10843 12.1021 6.21564 12.1448 6.31523L12.8801 6.00008ZM13.8867 6.66675L13.8836 7.46675H13.8867V6.66675ZM13.9401 9.33341V8.53341L13.9369 8.53342L13.9401 9.33341ZM9.20008 8.00008C9.20008 8.66282 8.66282 9.20008 8.00008 9.20008V10.8001C9.54648 10.8001 10.8001 9.54648 10.8001 8.00008H9.20008ZM8.00008 9.20008C7.33734 9.20008 6.80008 8.66282 6.80008 8.00008H5.20008C5.20008 9.54648 6.45368 10.8001 8.00008 10.8001V9.20008ZM6.80008 8.00008C6.80008 7.33734 7.33734 6.80008 8.00008 6.80008V5.20008C6.45368 5.20008 5.20008 6.45368 5.20008 8.00008H6.80008ZM8.00008 6.80008C8.66282 6.80008 9.20008 7.33734 9.20008 8.00008H10.8001C10.8001 6.45368 9.54648 5.20008 8.00008 5.20008V6.80008ZM12.2015 9.67707C12.0482 10.0244 12.0025 10.4097 12.0702 10.7832L13.6446 10.4977C13.6339 10.4388 13.6411 10.3779 13.6653 10.3231L12.2015 9.67707ZM12.0702 10.7832C12.138 11.1567 12.3161 11.5014 12.5815 11.7728L13.7253 10.654C13.6834 10.6112 13.6553 10.5567 13.6446 10.4977L12.0702 10.7832ZM12.5877 11.7791L12.6277 11.8191L13.7591 10.6877L13.7191 10.6477L12.5877 11.7791ZM12.628 11.8194C12.6776 11.8689 12.717 11.9278 12.7438 11.9925L14.2218 11.3798C14.1145 11.1208 13.9571 10.8855 13.7588 10.6874L12.628 11.8194ZM12.7438 11.9925C12.7706 12.0573 12.7845 12.1267 12.7845 12.1967H14.3845C14.3845 11.9164 14.3292 11.6388 14.2218 11.3798L12.7438 11.9925ZM12.7845 12.1967C12.7845 12.2668 12.7706 12.3362 12.7438 12.401L14.2218 13.0137C14.3292 12.7547 14.3845 12.4771 14.3845 12.1967H12.7845ZM12.7438 12.401C12.717 12.4657 12.6776 12.5245 12.628 12.5741L13.7588 13.7061C13.9571 13.5079 14.1145 13.2727 14.2218 13.0137L12.7438 12.401ZM12.6274 12.5747C12.5779 12.6243 12.5191 12.6636 12.4543 12.6905L13.067 14.1685C13.326 14.0612 13.5613 13.9038 13.7594 13.7055L12.6274 12.5747ZM12.4543 12.6905C12.3896 12.7173 12.3202 12.7311 12.2501 12.7311V14.3311C12.5304 14.3311 12.808 14.2759 13.067 14.1685L12.4543 12.6905ZM12.2501 12.7311C12.18 12.7311 12.1106 12.7173 12.0458 12.6905L11.4331 14.1685C11.6921 14.2759 11.9697 14.3311 12.2501 14.3311V12.7311ZM12.0458 12.6905C11.9811 12.6636 11.9223 12.6243 11.8727 12.5747L10.7407 13.7055C10.9389 13.9038 11.1742 14.0612 11.4331 14.1685L12.0458 12.6905ZM11.8724 12.5744L11.8324 12.5344L10.7011 13.6658L10.7411 13.7058L11.8724 12.5744ZM11.8262 12.5282C11.5548 12.2627 11.2101 12.0846 10.8365 12.0169L10.5511 13.5912C10.6101 13.6019 10.6645 13.6301 10.7073 13.672L11.8262 12.5282ZM10.8365 12.0169C10.463 11.9492 10.0777 11.9949 9.7304 12.1482L10.3764 13.612C10.4313 13.5878 10.4921 13.5805 10.5511 13.5912L10.8365 12.0169ZM9.73827 12.1448C9.39768 12.2907 9.10722 12.5331 8.90262 12.8421L10.2366 13.7255C10.2689 13.6767 10.3148 13.6384 10.3686 13.6154L9.73827 12.1448ZM8.90262 12.8421C8.69803 13.151 8.58823 13.513 8.58675 13.8836L10.1867 13.8899C10.187 13.8314 10.2043 13.7743 10.2366 13.7255L8.90262 12.8421ZM8.58675 13.8867V14.0001H10.1867V13.8867H8.58675ZM8.58675 14.0001C8.58675 14.1415 8.53056 14.2772 8.43054 14.3772L9.56191 15.5086C9.96199 15.1085 10.1867 14.5659 10.1867 14.0001H8.58675ZM8.43054 14.3772C8.33052 14.4772 8.19486 14.5334 8.05341 14.5334V16.1334C8.61921 16.1334 9.16183 15.9087 9.56191 15.5086L8.43054 14.3772ZM8.05341 14.5334C7.91197 14.5334 7.77631 14.4772 7.67629 14.3772L6.54492 15.5086C6.945 15.9087 7.48762 16.1334 8.05341 16.1334V14.5334ZM7.67629 14.3772C7.57627 14.2772 7.52008 14.1415 7.52008 14.0001H5.92008C5.92008 14.5659 6.14484 15.1085 6.54492 15.5086L7.67629 14.3772ZM7.52008 14.0001V13.9401H5.92008V14.0001H7.52008ZM7.51986 13.9214C7.51095 13.5402 7.38758 13.1706 7.16578 12.8605L5.86439 13.7913C5.89941 13.8402 5.91889 13.8986 5.9203 13.9588L7.51986 13.9214ZM7.16578 12.8605C6.94399 12.5504 6.63404 12.3142 6.27623 12.1826L5.72394 13.6842C5.78043 13.705 5.82937 13.7423 5.86439 13.7913L7.16578 12.8605ZM6.32309 12.2015C5.97578 12.0482 5.59051 12.0025 5.21696 12.0702L5.50242 13.6446C5.5614 13.6339 5.62223 13.6411 5.67707 13.6653L6.32309 12.2015ZM5.21696 12.0702C4.84342 12.138 4.49872 12.3161 4.22734 12.5815L5.34616 13.7253C5.38901 13.6834 5.44343 13.6553 5.50242 13.6446L5.21696 12.0702ZM4.22105 12.5877L4.18105 12.6277L5.31244 13.7591L5.35244 13.7191L4.22105 12.5877ZM4.18075 12.628C4.13122 12.6776 4.0724 12.717 4.00765 12.7438L4.62035 14.2218C4.87933 14.1145 5.11462 13.9571 5.31275 13.7588L4.18075 12.628ZM4.00765 12.7438C3.9429 12.7706 3.8735 12.7845 3.80341 12.7845V14.3845C4.08377 14.3845 4.36137 14.3292 4.62035 14.2218L4.00765 12.7438ZM3.80341 12.7845C3.73333 12.7845 3.66392 12.7706 3.59918 12.7438L2.98648 14.2218C3.24546 14.3292 3.52306 14.3845 3.80341 14.3845V12.7845ZM3.59918 12.7438C3.53443 12.717 3.47561 12.6776 3.42608 12.628L2.29408 13.7588C2.49221 13.9571 2.7275 14.1145 2.98648 14.2218L3.59918 12.7438ZM3.42545 12.6274C3.37587 12.5779 3.33653 12.5191 3.30969 12.4543L1.83165 13.067C1.93901 13.326 2.09636 13.5613 2.29471 13.7594L3.42545 12.6274ZM3.30969 12.4543C3.28285 12.3896 3.26903 12.3202 3.26903 12.2501H1.66903C1.66903 12.5304 1.72429 12.808 1.83165 13.067L3.30969 12.4543ZM3.26903 12.2501C3.26903 12.18 3.28285 12.1106 3.30969 12.0458L1.83165 11.4331C1.72429 11.6921 1.66903 11.9697 1.66903 12.2501H3.26903ZM3.30969 12.0458C3.33653 11.9811 3.37587 11.9223 3.42545 11.8727L2.29471 10.7407C2.09636 10.9389 1.93901 11.1742 1.83165 11.4331L3.30969 12.0458ZM3.42577 11.8724L3.46577 11.8324L2.33439 10.7011L2.29439 10.7411L3.42577 11.8724ZM3.47197 11.8262C3.73744 11.5548 3.91552 11.2101 3.98325 10.8365L2.40892 10.5511C2.39822 10.6101 2.37011 10.6645 2.32819 10.7073L3.47197 11.8262ZM3.98325 10.8365C4.05098 10.463 4.00526 10.0777 3.85197 9.7304L2.38819 10.3764C2.41239 10.4313 2.41961 10.4921 2.40892 10.5511L3.98325 10.8365ZM3.85539 9.73827C3.70942 9.39768 3.46705 9.10722 3.15811 8.90262L2.27467 10.2366C2.32345 10.2689 2.36172 10.3148 2.38477 10.3686L3.85539 9.73827ZM3.15811 8.90262C2.84917 8.69803 2.48715 8.58823 2.11661 8.58675L2.11022 10.1867C2.16873 10.187 2.22589 10.2043 2.27467 10.2366L3.15811 8.90262ZM2.11341 8.58675H2.00008V10.1867H2.11341V8.58675ZM2.00008 8.58675C1.85863 8.58675 1.72298 8.53056 1.62296 8.43054L0.491587 9.56191C0.891664 9.96199 1.43429 10.1867 2.00008 10.1867V8.58675ZM1.62296 8.43054C1.52294 8.33052 1.46675 8.19486 1.46675 8.05341H-0.133252C-0.133252 8.61921 0.0915095 9.16183 0.491587 9.56191L1.62296 8.43054ZM1.46675 8.05341C1.46675 7.91197 1.52294 7.77631 1.62296 7.67629L0.491587 6.54492C0.0915095 6.945 -0.133252 7.48762 -0.133252 8.05341H1.46675ZM1.62296 7.67629C1.72298 7.57627 1.85863 7.52008 2.00008 7.52008V5.92008C1.43428 5.92008 0.891664 6.14484 0.491587 6.54492L1.62296 7.67629ZM2.00008 7.52008H2.06008V5.92008H2.00008V7.52008ZM2.07879 7.51986C2.45993 7.51095 2.82958 7.38757 3.13968 7.16578L2.20888 5.86439C2.15992 5.89941 2.10155 5.91889 2.04137 5.9203L2.07879 7.51986ZM3.13968 7.16578C3.44978 6.94399 3.68598 6.63404 3.81758 6.27623L2.31592 5.72394C2.29514 5.78043 2.25784 5.82937 2.20888 5.86439L3.13968 7.16578ZM3.79864 6.32309C3.95192 5.97578 3.99765 5.59051 3.92992 5.21696L2.35559 5.50242C2.36628 5.5614 2.35906 5.62223 2.33486 5.67707L3.79864 6.32309ZM3.92992 5.21696C3.86219 4.84342 3.6841 4.49872 3.41864 4.22734L2.27486 5.34616C2.31677 5.38901 2.34489 5.44343 2.35559 5.50242L3.92992 5.21696ZM3.41243 4.22106L3.37243 4.18106L2.24106 5.31243L2.28106 5.35243L3.41243 4.22106ZM3.37212 4.18075C3.32253 4.13122 3.28319 4.07239 3.25635 4.00765L1.77832 4.62035C1.88567 4.87934 2.04303 5.11462 2.24138 5.31275L3.37212 4.18075ZM3.25635 4.00765C3.22951 3.9429 3.2157 3.8735 3.2157 3.80341H1.6157C1.6157 4.08377 1.67096 4.36137 1.77832 4.62035L3.25635 4.00765ZM3.2157 3.80341C3.2157 3.73333 3.22951 3.66393 3.25635 3.59918L1.77832 2.98648C1.67096 3.24546 1.6157 3.52306 1.6157 3.80341H3.2157ZM3.25635 3.59918C3.28319 3.53443 3.32253 3.47561 3.37212 3.42608L2.24138 2.29408C2.04303 2.49221 1.88567 2.72749 1.77832 2.98648L3.25635 3.59918ZM3.37275 3.42545C3.42228 3.37586 3.4811 3.33653 3.54585 3.30969L2.93314 1.83165C2.67416 1.93901 2.43888 2.09636 2.24075 2.29471L3.37275 3.42545ZM3.54585 3.30969C3.61059 3.28285 3.67999 3.26903 3.75008 3.26903V1.66903C3.46973 1.66903 3.19212 1.72429 2.93314 1.83165L3.54585 3.30969ZM3.75008 3.26903C3.82017 3.26903 3.88957 3.28285 3.95432 3.30969L4.56702 1.83165C4.30804 1.72429 4.03043 1.66903 3.75008 1.66903V3.26903ZM3.95432 3.30969C4.01906 3.33653 4.07788 3.37586 4.12741 3.42545L5.25941 2.29471C5.06129 2.09636 4.826 1.93901 4.56702 1.83165L3.95432 3.30969ZM4.12773 3.42577L4.16773 3.46577L5.2991 2.3344L5.2591 2.2944L4.12773 3.42577ZM4.174 3.47197C4.44539 3.73744 4.79008 3.91552 5.16363 3.98325L5.44908 2.40892C5.3901 2.39822 5.33568 2.37011 5.29283 2.32819L4.174 3.47197ZM5.16363 3.98325C5.53717 4.05098 5.92244 4.00526 6.26976 3.85197L5.62374 2.38819C5.5689 2.41239 5.50806 2.41961 5.44908 2.40892L5.16363 3.98325ZM5.94675 3.92008H6.00008V2.32008H5.94675V3.92008ZM6.31523 3.85539C6.65581 3.70942 6.94628 3.46705 7.15087 3.15811L5.81688 2.27467C5.78458 2.32345 5.73871 2.36172 5.68494 2.38477L6.31523 3.85539ZM7.15087 3.15811C7.35547 2.84917 7.46526 2.48715 7.46674 2.11661L5.86675 2.11022C5.86652 2.16873 5.84918 2.22589 5.81688 2.27467L7.15087 3.15811ZM7.46675 2.11341V2.00008H5.86675V2.11341H7.46675ZM7.46675 2.00008C7.46675 1.85863 7.52294 1.72298 7.62296 1.62296L6.49159 0.491587C6.09151 0.891664 5.86675 1.43429 5.86675 2.00008H7.46675ZM7.62296 1.62296C7.72298 1.52294 7.85863 1.46675 8.00008 1.46675V-0.133252C7.43429 -0.133252 6.89166 0.0915093 6.49159 0.491587L7.62296 1.62296ZM8.00008 1.46675C8.14153 1.46675 8.27718 1.52294 8.3772 1.62296L9.50857 0.491587C9.1085 0.0915095 8.56588 -0.133252 8.00008 -0.133252V1.46675ZM8.3772 1.62296C8.47722 1.72298 8.53341 1.85863 8.53341 2.00008H10.1334C10.1334 1.43429 9.90865 0.891664 9.50857 0.491587L8.3772 1.62296ZM8.53341 2.00008V2.06008H10.1334V2.00008H8.53341ZM8.53342 2.06327C8.5349 2.43382 8.64469 2.79584 8.84929 3.10478L10.1833 2.22134C10.151 2.17256 10.1336 2.1154 10.1334 2.05689L8.53342 2.06327ZM8.84929 3.10478C9.05389 3.41372 9.34435 3.65609 9.68494 3.80206L10.3152 2.33144C10.2614 2.30839 10.2156 2.27012 10.1833 2.22134L8.84929 3.10478ZM9.67707 3.79864C10.0244 3.95192 10.4097 3.99765 10.7832 3.92992L10.4977 2.35559C10.4388 2.36628 10.3779 2.35906 10.3231 2.33486L9.67707 3.79864ZM10.7832 3.92992C11.1567 3.86219 11.5014 3.6841 11.7728 3.41864L10.654 2.27486C10.6112 2.31677 10.5567 2.34489 10.4977 2.35559L10.7832 3.92992ZM11.7791 3.41243L11.8191 3.37243L10.6877 2.24106L10.6477 2.28106L11.7791 3.41243ZM11.8194 3.37212C11.8689 3.32253 11.9278 3.28319 11.9925 3.25635L11.3798 1.77832C11.1208 1.88567 10.8855 2.04303 10.6874 2.24138L11.8194 3.37212ZM11.9925 3.25635C12.0573 3.22951 12.1267 3.2157 12.1967 3.2157V1.6157C11.9164 1.6157 11.6388 1.67096 11.3798 1.77832L11.9925 3.25635ZM12.1967 3.2157C12.2668 3.2157 12.3362 3.22951 12.401 3.25635L13.0137 1.77832C12.7547 1.67096 12.4771 1.6157 12.1967 1.6157V3.2157ZM12.401 3.25635C12.4657 3.28319 12.5245 3.32253 12.5741 3.37212L13.7061 2.24138C13.508 2.04303 13.2727 1.88568 13.0137 1.77832L12.401 3.25635ZM12.5747 3.37275C12.6243 3.42228 12.6636 3.4811 12.6905 3.54585L14.1685 2.93314C14.0612 2.67416 13.9038 2.43888 13.7055 2.24075L12.5747 3.37275ZM12.6905 3.54585C12.7173 3.61059 12.7311 3.67999 12.7311 3.75008H14.3311C14.3311 3.46973 14.2759 3.19212 14.1685 2.93314L12.6905 3.54585ZM12.7311 3.75008C12.7311 3.82017 12.7173 3.88957 12.6905 3.95432L14.1685 4.56702C14.2759 4.30804 14.3311 4.03044 14.3311 3.75008H12.7311ZM12.6905 3.95432C12.6636 4.01906 12.6243 4.07788 12.5747 4.12741L13.7055 5.25941C13.9038 5.06129 14.0612 4.826 14.1685 4.56702L12.6905 3.95432ZM12.5744 4.12773L12.5344 4.16773L13.6658 5.2991L13.7058 5.2591L12.5744 4.12773ZM12.5282 4.174C12.2627 4.44539 12.0846 4.79008 12.0169 5.16363L13.5912 5.44908C13.6019 5.3901 13.6301 5.33568 13.672 5.29283L12.5282 4.174ZM12.0169 5.16363C11.9492 5.53717 11.9949 5.92244 12.1482 6.26976L13.612 5.62374C13.5878 5.5689 13.5805 5.50807 13.5912 5.44908L12.0169 5.16363ZM12.0801 5.94675V6.00008H13.6801V5.94675H12.0801ZM12.1448 6.31523C12.2907 6.65581 12.5331 6.94628 12.8421 7.15087L13.7255 5.81688C13.6767 5.78457 13.6384 5.73871 13.6154 5.68494L12.1448 6.31523ZM12.8421 7.15087C13.151 7.35547 13.513 7.46526 13.8836 7.46674L13.8899 5.86675C13.8314 5.86652 13.7743 5.84918 13.7255 5.81688L12.8421 7.15087ZM13.8867 7.46675H14.0001V5.86675H13.8867V7.46675ZM14.0001 7.46675C14.1415 7.46675 14.2772 7.52294 14.3772 7.62296L15.5086 6.49159C15.1085 6.09151 14.5659 5.86675 14.0001 5.86675V7.46675ZM14.3772 7.62296C14.4772 7.72298 14.5334 7.85863 14.5334 8.00008H16.1334C16.1334 7.43429 15.9087 6.89166 15.5086 6.49159L14.3772 7.62296ZM14.5334 8.00008C14.5334 8.14153 14.4772 8.27718 14.3772 8.3772L15.5086 9.50857C15.9087 9.1085 16.1334 8.56588 16.1334 8.00008H14.5334ZM14.3772 8.3772C14.2772 8.47722 14.1415 8.53341 14.0001 8.53341V10.1334C14.5659 10.1334 15.1085 9.90865 15.5086 9.50857L14.3772 8.3772ZM14.0001 8.53341H13.9401V10.1334H14.0001V8.53341ZM13.9369 8.53342C13.5663 8.5349 13.2043 8.64469 12.8954 8.84929L13.7788 10.1833C13.8276 10.151 13.8848 10.1336 13.9433 10.1334L13.9369 8.53342ZM12.8954 8.84929C12.5864 9.05388 12.3441 9.34435 12.1981 9.68494L13.6687 10.3152C13.6918 10.2615 13.73 10.2156 13.7788 10.1833L12.8954 8.84929Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15973\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSettings, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13606\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSettings size={size} /> });"
   ],
   [
-    "IconShoppingBag.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShoppingBag = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.4 0.883252C3.54164 0.694398 3.76393 0.583252 4 0.583252H12C12.2361 0.583252 12.4584 0.694398 12.6 0.883252L14.6 3.54992C14.6974 3.67974 14.75 3.83764 14.75 3.99992V13.3333C14.75 13.8858 14.5305 14.4157 14.1398 14.8064C13.7491 15.1971 13.2192 15.4166 12.6667 15.4166H3.33333C2.7808 15.4166 2.25089 15.1971 1.86019 14.8064C1.46949 14.4157 1.25 13.8858 1.25 13.3333V3.99992C1.25 3.83764 1.30263 3.67974 1.4 3.54992L3.4 0.883252ZM4.375 2.08325L3.5 3.24992H12.5L11.625 2.08325H4.375ZM13.25 4.74992H2.75V13.3333C2.75 13.488 2.81146 13.6363 2.92085 13.7457C3.03025 13.8551 3.17862 13.9166 3.33333 13.9166H12.6667C12.8214 13.9166 12.9697 13.8551 13.0791 13.7457C13.1885 13.6363 13.25 13.488 13.25 13.3333V4.74992ZM5.33333 5.91659C5.74755 5.91659 6.08333 6.25237 6.08333 6.66659C6.08333 7.17492 6.28527 7.66243 6.64471 8.02187C7.00416 8.38132 7.49167 8.58325 8 8.58325C8.50833 8.58325 8.99584 8.38132 9.35529 8.02187C9.71473 7.66243 9.91667 7.17492 9.91667 6.66659C9.91667 6.25237 10.2525 5.91659 10.6667 5.91659C11.0809 5.91659 11.4167 6.25237 11.4167 6.66659C11.4167 7.57274 11.0567 8.44178 10.4159 9.08253C9.7752 9.72328 8.90616 10.0833 8 10.0833C7.09384 10.0833 6.2248 9.72328 5.58405 9.08253C4.9433 8.44178 4.58333 7.57274 4.58333 6.66659C4.58333 6.25237 4.91912 5.91659 5.33333 5.91659Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShoppingBag, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13612\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShoppingBag size={size} /> });"
+    "IconRefreshCw.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRefreshCw = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15951)\"><path d=\"M16.1333 2.66655C16.1333 2.22473 15.7751 1.86655 15.3333 1.86655C14.8915 1.86655 14.5333 2.22473 14.5333 2.66655H16.1333ZM15.3333 6.66655V7.46655C15.7751 7.46655 16.1333 7.10838 16.1333 6.66655H15.3333ZM11.3333 5.86655C10.8915 5.86655 10.5333 6.22473 10.5333 6.66655C10.5333 7.10838 10.8915 7.46655 11.3333 7.46655V5.86655ZM-0.133374 13.3332C-0.133374 13.775 0.224798 14.1332 0.666626 14.1332C1.10845 14.1332 1.46663 13.775 1.46663 13.3332H-0.133374ZM0.666626 9.33322V8.53322C0.224798 8.53322 -0.133374 8.89139 -0.133374 9.33322H0.666626ZM4.66663 10.1332C5.10845 10.1332 5.46663 9.77505 5.46663 9.33322C5.46663 8.89139 5.10845 8.53322 4.66663 8.53322V10.1332ZM1.58579 5.73301C1.43839 6.14953 1.65656 6.60667 2.07308 6.75406C2.4896 6.90145 2.94674 6.68328 3.09413 6.26676L1.58579 5.73301ZM12.24 3.75989L11.6741 4.32543C11.68 4.33134 11.686 4.33716 11.6921 4.34289L12.24 3.75989ZM3.75996 12.2399L4.32579 11.6743C4.31988 11.6684 4.31387 11.6626 4.30778 11.6569L3.75996 12.2399ZM14.4141 10.2668C14.5615 9.85025 14.3434 9.39311 13.9268 9.24571C13.5103 9.09832 13.0532 9.31649 12.9058 9.73301L14.4141 10.2668ZM14.5333 2.66655V6.66655H16.1333V2.66655H14.5333ZM15.3333 5.86655H11.3333V7.46655H15.3333V5.86655ZM1.46663 13.3332V9.33322H-0.133374V13.3332H1.46663ZM0.666626 10.1332H4.66663V8.53322H0.666626V10.1332ZM3.09413 6.26676C3.38716 5.43868 3.88519 4.69833 4.54173 4.11478L3.47881 2.91888C2.62024 3.68198 1.96898 4.65014 1.58579 5.73301L3.09413 6.26676ZM4.54173 4.11478C5.19828 3.53124 5.99196 3.12352 6.8487 2.92967L6.4956 1.36912C5.37525 1.62261 4.33737 2.15578 3.47881 2.91888L4.54173 4.11478ZM6.8487 2.92967C7.70544 2.73582 8.59732 2.76216 9.44113 3.00623L9.88571 1.46924C8.78227 1.15007 7.61596 1.11562 6.4956 1.36912L6.8487 2.92967ZM9.44113 3.00623C10.2849 3.25031 11.0532 3.70415 11.6741 4.32543L12.8058 3.19434C11.9938 2.38191 10.9891 1.78841 9.88571 1.46924L9.44113 3.00623ZM11.6921 4.34289L14.7855 7.24956L15.8811 6.08355L12.7878 3.17689L11.6921 4.34289ZM0.118805 9.91622L3.21214 12.8229L4.30778 11.6569L1.21445 8.75022L0.118805 9.91622ZM3.19413 12.8054C4.00616 13.6179 5.01077 14.2114 6.11421 14.5305L6.55879 12.9935C5.71498 12.7495 4.94675 12.2956 4.32579 11.6743L3.19413 12.8054ZM6.11421 14.5305C7.21765 14.8497 8.38396 14.8842 9.50431 14.6307L9.15122 13.0701C8.29448 13.264 7.40259 13.2376 6.55879 12.9935L6.11421 14.5305ZM9.50431 14.6307C10.6247 14.3772 11.6625 13.844 12.5211 13.0809L11.4582 11.885C10.8016 12.4685 10.008 12.8763 9.15122 13.0701L9.50431 14.6307ZM12.5211 13.0809C13.3797 12.3178 14.0309 11.3496 14.4141 10.2668L12.9058 9.73301C12.6128 10.5611 12.1147 11.3014 11.4582 11.885L12.5211 13.0809Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15951\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconRefreshCw, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13595\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRefreshCw size={size} /> });"
   ],
   [
-    "IconShoppingCart.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShoppingCart = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11613)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M-0.083313 0.666748C-0.083313 0.252534 0.252473 -0.083252 0.666687 -0.083252H3.33335C3.69082 -0.083252 3.99861 0.169037 4.06877 0.519555L4.61528 3.25008H15.3334C15.5569 3.25008 15.7687 3.34978 15.9112 3.522C16.0537 3.69422 16.1119 3.92101 16.0701 4.14058L15.0023 9.73953C14.9071 10.2191 14.6462 10.6499 14.2653 10.9565C13.8865 11.2614 13.413 11.4242 12.9269 11.4167H6.45976C5.9737 11.4242 5.50022 11.2614 5.12142 10.9565C4.74068 10.65 4.47984 10.2194 4.3845 9.74005C4.38446 9.73988 4.38453 9.74023 4.3845 9.74005L3.27127 4.17808C3.26645 4.15829 3.26242 4.13819 3.25921 4.11782L2.71859 1.41675H0.666687C0.252473 1.41675 -0.083313 1.08096 -0.083313 0.666748ZM4.91551 4.75008L5.85565 9.4473C5.88232 9.58158 5.95537 9.70221 6.06202 9.78806C6.16866 9.8739 6.3021 9.91951 6.43898 9.91689L6.45335 9.91675H12.9334L12.9477 9.91689C13.0846 9.91951 13.218 9.8739 13.3247 9.78806C13.4308 9.70267 13.5036 9.5829 13.5306 9.44949L14.4268 4.75008H4.91551ZM6.00002 14.0834C6.04604 14.0834 6.08335 14.0461 6.08335 14.0001C6.08335 13.9541 6.04604 13.9167 6.00002 13.9167C5.954 13.9167 5.91669 13.9541 5.91669 14.0001C5.91669 14.0461 5.954 14.0834 6.00002 14.0834ZM4.58335 14.0001C4.58335 13.2177 5.21762 12.5834 6.00002 12.5834C6.78242 12.5834 7.41669 13.2177 7.41669 14.0001C7.41669 14.7825 6.78242 15.4167 6.00002 15.4167C5.21762 15.4167 4.58335 14.7825 4.58335 14.0001ZM13.3334 14.0834C13.3794 14.0834 13.4167 14.0461 13.4167 14.0001C13.4167 13.9541 13.3794 13.9167 13.3334 13.9167C13.2873 13.9167 13.25 13.9541 13.25 14.0001C13.25 14.0461 13.2873 14.0834 13.3334 14.0834ZM11.9167 14.0001C11.9167 13.2177 12.551 12.5834 13.3334 12.5834C14.1158 12.5834 14.75 13.2177 14.75 14.0001C14.75 14.7825 14.1158 15.4167 13.3334 15.4167C12.5509 15.4167 11.9167 14.7825 11.9167 14.0001Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11613\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconShoppingCart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13611\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShoppingCart size={size} /> });"
+    "IconRss.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconRss = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.6665 6.53341C2.22468 6.53341 1.8665 6.89159 1.8665 7.33341C1.8665 7.77524 2.22468 8.13341 2.6665 8.13341L2.6665 6.53341ZM7.8665 13.3334C7.8665 13.7752 8.22468 14.1334 8.6665 14.1334C9.10833 14.1334 9.4665 13.7752 9.4665 13.3334H7.8665ZM2.6665 1.86675C2.22468 1.86675 1.8665 2.22492 1.8665 2.66675C1.8665 3.10858 2.22468 3.46675 2.6665 3.46675L2.6665 1.86675ZM12.5332 13.3334C12.5332 13.7752 12.8913 14.1334 13.3332 14.1334C13.775 14.1334 14.1332 13.7752 14.1332 13.3334H12.5332ZM2.6665 8.13341C4.04563 8.13341 5.36827 8.68127 6.34346 9.65646L7.47483 8.52509C6.19958 7.24984 4.46998 6.53341 2.6665 6.53341L2.6665 8.13341ZM6.34346 9.65646C7.31865 10.6316 7.8665 11.9543 7.8665 13.3334H9.4665C9.4665 11.5299 8.75008 9.80034 7.47483 8.52509L6.34346 9.65646ZM2.6665 3.46675C5.28331 3.46675 7.79293 4.50627 9.64329 6.35663L10.7747 5.22526C8.62424 3.07484 5.70765 1.86675 2.6665 1.86675L2.6665 3.46675ZM9.64329 6.35663C11.4936 8.20699 12.5332 10.7166 12.5332 13.3334H14.1332C14.1332 10.2923 12.9251 7.37567 10.7747 5.22526L9.64329 6.35663ZM3.19984 12.6667C3.19984 12.5931 3.25953 12.5334 3.33317 12.5334V14.1334C4.14319 14.1334 4.79984 13.4768 4.79984 12.6667H3.19984ZM3.33317 12.5334C3.40681 12.5334 3.4665 12.5931 3.4665 12.6667H1.8665C1.8665 13.4768 2.52315 14.1334 3.33317 14.1334V12.5334ZM3.4665 12.6667C3.4665 12.7404 3.40681 12.8001 3.33317 12.8001V11.2001C2.52315 11.2001 1.8665 11.8567 1.8665 12.6667H3.4665ZM3.33317 12.8001C3.25953 12.8001 3.19984 12.7404 3.19984 12.6667H4.79984C4.79984 11.8567 4.14319 11.2001 3.33317 11.2001V12.8001Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconRss, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13599\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconRss size={size} /> });"
   ],
   [
-    "IconShuffle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconShuffle = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.6666 2.75C10.2524 2.75 9.91663 2.41421 9.91663 2C9.91663 1.58579 10.2524 1.25 10.6666 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V5.33333C14.75 5.74755 14.4142 6.08333 14 6.08333C13.5857 6.08333 13.25 5.74755 13.25 5.33333V3.81066L3.19696 13.8637C2.90406 14.1566 2.42919 14.1566 2.1363 13.8637C1.8434 13.5708 1.8434 13.0959 2.1363 12.803L12.1893 2.75H10.6666ZM2.1363 2.13634C2.42919 1.84344 2.90406 1.84344 3.19696 2.13634L6.53029 5.46967C6.82318 5.76256 6.82318 6.23744 6.53029 6.53033C6.2374 6.82322 5.76252 6.82322 5.46963 6.53033L2.1363 3.197C1.8434 2.9041 1.8434 2.42923 2.1363 2.13634ZM9.46963 9.46967C9.76252 9.17678 10.2374 9.17678 10.5303 9.46967L13.25 12.1893V10.6667C13.25 10.2525 13.5857 9.91667 14 9.91667C14.4142 9.91667 14.75 10.2525 14.75 10.6667V14C14.75 14.4142 14.4142 14.75 14 14.75H10.6666C10.2524 14.75 9.91663 14.4142 9.91663 14C9.91663 13.5858 10.2524 13.25 10.6666 13.25H12.1893L9.46963 10.5303C9.17674 10.2374 9.17674 9.76256 9.46963 9.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShuffle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13614\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShuffle size={size} /> });"
+    "IconPower.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPower = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.8057 3.86099C12.4933 3.54852 11.9868 3.54844 11.6743 3.86081C11.3619 4.17318 11.3618 4.67971 11.6741 4.99218L12.8057 3.86099ZM7.99658 14.6685V15.4685V14.6685ZM4.31903 4.99218C4.6314 4.67971 4.63131 4.17318 4.31884 3.86081C4.00637 3.54844 3.49984 3.54852 3.18747 3.86099L4.31903 4.99218ZM8.79992 1.33325C8.79992 0.891424 8.44175 0.533252 7.99992 0.533252C7.55809 0.533252 7.19992 0.891424 7.19992 1.33325H8.79992ZM7.19992 7.99992C7.19992 8.44175 7.55809 8.79992 7.99992 8.79992C8.44175 8.79992 8.79992 8.44175 8.79992 7.99992H7.19992ZM11.6741 4.99218C12.4012 5.71948 12.8963 6.64603 13.0968 7.65469L14.6661 7.34274C14.4039 6.02373 13.7565 4.81208 12.8057 3.86099L11.6741 4.99218ZM13.0968 7.65469C13.2973 8.66334 13.1942 9.7088 12.8006 10.6589L14.2788 11.2713C14.7935 10.0289 14.9283 8.66175 14.6661 7.34274L13.0968 7.65469ZM12.8006 10.6589C12.407 11.609 11.7405 12.421 10.8854 12.9923L11.7742 14.3227C12.8924 13.5756 13.764 12.5137 14.2788 11.2713L12.8006 10.6589ZM10.8854 12.9923C10.0303 13.5636 9.02497 13.8685 7.99658 13.8685V15.4685C9.3414 15.4685 10.656 15.0698 11.7742 14.3227L10.8854 12.9923ZM7.99658 13.8685C6.96819 13.8685 5.96289 13.5636 5.1078 12.9923L4.21894 14.3227C5.33714 15.0698 6.65177 15.4685 7.99658 15.4685V13.8685ZM5.1078 12.9923C4.2527 12.421 3.5862 11.609 3.19257 10.6589L1.71442 11.2713C2.22916 12.5137 3.10073 13.5756 4.21894 14.3227L5.1078 12.9923ZM3.19257 10.6589C2.79895 9.7088 2.69587 8.66334 2.89638 7.65469L1.32708 7.34274C1.06488 8.66175 1.19968 10.0289 1.71442 11.2713L3.19257 10.6589ZM2.89638 7.65469C3.09688 6.64603 3.59197 5.71948 4.31903 4.99218L3.18747 3.86099C2.2367 4.81208 1.58928 6.02373 1.32708 7.34274L2.89638 7.65469ZM7.19992 1.33325V7.99992H8.79992V1.33325H7.19992Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPower, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13592\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPower size={size} /> });"
   ],
   [
-    "IconSidebar.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSidebar = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H5.25V2.75H3.33333ZM3.33333 1.25C2.18274 1.25 1.25 2.18274 1.25 3.33333V12.6667C1.25 13.8173 2.18274 14.75 3.33333 14.75H12.6667C13.8173 14.75 14.75 13.8173 14.75 12.6667V3.33333C14.75 2.18274 13.8173 1.25 12.6667 1.25H3.33333ZM6.75 2.75V13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H6.75Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSidebar, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13613\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSidebar size={size} /> });"
+    "IconShield.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShield = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.99984 14.6666L7.64207 15.3821C7.86729 15.4947 8.13239 15.4947 8.35761 15.3821L7.99984 14.6666ZM13.3332 3.33325H14.1332C14.1332 2.99978 13.9263 2.70128 13.6141 2.58419L13.3332 3.33325ZM7.99984 1.33325L8.28074 0.584189C8.09963 0.516273 7.90005 0.516273 7.71894 0.584189L7.99984 1.33325ZM2.6665 3.33325L2.38561 2.58419C2.07336 2.70128 1.8665 2.99978 1.8665 3.33325H2.6665ZM7.99984 14.6666C8.35761 15.3821 8.35784 15.382 8.35809 15.3819C8.3582 15.3818 8.35847 15.3817 8.35869 15.3816C8.35914 15.3814 8.35966 15.3811 8.36027 15.3808C8.36148 15.3802 8.36301 15.3794 8.36487 15.3785C8.36858 15.3766 8.37356 15.3741 8.37978 15.3709C8.39222 15.3645 8.4096 15.3555 8.4316 15.344C8.47559 15.3209 8.53808 15.2875 8.61646 15.2441C8.77309 15.1574 8.99375 15.0305 9.25717 14.8658C9.78234 14.5376 10.4859 14.0543 11.1933 13.4353C12.5744 12.2268 14.1332 10.3571 14.1332 7.99992H12.5332C12.5332 9.64277 11.4252 11.1063 10.1397 12.2312C9.51374 12.7789 8.884 13.2122 8.40917 13.509C8.17259 13.6569 7.97658 13.7695 7.84155 13.8443C7.77409 13.8816 7.722 13.9094 7.68787 13.9273C7.6708 13.9363 7.65824 13.9428 7.65049 13.9467C7.64662 13.9487 7.64395 13.9501 7.64254 13.9508C7.64183 13.9512 7.64143 13.9514 7.64135 13.9514C7.64131 13.9514 7.64135 13.9514 7.64147 13.9513C7.64153 13.9513 7.64168 13.9512 7.64171 13.9512C7.64188 13.9511 7.64207 13.951 7.99984 14.6666ZM14.1332 7.99992V3.33325H12.5332V7.99992H14.1332ZM13.6141 2.58419L8.28074 0.584189L7.71894 2.08232L13.0523 4.08232L13.6141 2.58419ZM7.71894 0.584189L2.38561 2.58419L2.9474 4.08232L8.28074 2.08232L7.71894 0.584189ZM1.8665 3.33325V7.99992H3.4665V3.33325H1.8665ZM1.8665 7.99992C1.8665 10.3571 3.42523 12.2268 4.80637 13.4353C5.51374 14.0543 6.21734 14.5376 6.7425 14.8658C7.00592 15.0305 7.22658 15.1574 7.38322 15.2441C7.46159 15.2875 7.52409 15.3209 7.56807 15.344C7.59007 15.3555 7.60745 15.3645 7.61989 15.3709C7.62611 15.3741 7.6311 15.3766 7.63481 15.3785C7.63666 15.3794 7.6382 15.3802 7.63941 15.3808C7.64001 15.3811 7.64054 15.3814 7.64098 15.3816C7.6412 15.3817 7.64147 15.3818 7.64158 15.3819C7.64184 15.382 7.64207 15.3821 7.99984 14.6666C8.35761 13.951 8.3578 13.9511 8.35797 13.9512C8.358 13.9512 8.35815 13.9513 8.35821 13.9513C8.35832 13.9514 8.35836 13.9514 8.35832 13.9514C8.35824 13.9514 8.35785 13.9512 8.35714 13.9508C8.35572 13.9501 8.35305 13.9487 8.34918 13.9467C8.34144 13.9428 8.32887 13.9363 8.31181 13.9273C8.27767 13.9094 8.22558 13.8816 8.15812 13.8443C8.02309 13.7695 7.82709 13.6569 7.5905 13.509C7.11567 13.2122 6.48593 12.7789 5.85997 12.2312C4.57444 11.1063 3.4665 9.64277 3.4665 7.99992H1.8665Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShield, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13609\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShield size={size} /> });"
   ],
   [
-    "IconSkipBack.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSkipBack = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.9915 1.99078C13.2513 2.11567 13.4166 2.37845 13.4166 2.66676V13.3334C13.4166 13.6217 13.2513 13.8845 12.9915 14.0094C12.7316 14.1343 12.4232 14.0992 12.1981 13.9191L5.5314 8.58574C5.35349 8.44341 5.24992 8.22793 5.24992 8.00009C5.24992 7.77225 5.35349 7.55677 5.5314 7.41444L12.1981 2.0811C12.4232 1.901 12.7316 1.86589 12.9915 1.99078ZM7.2005 8.00009L11.9166 11.773V4.22722L7.2005 8.00009ZM3.33325 2.58342C3.74747 2.58342 4.08325 2.91921 4.08325 3.33342V12.6668C4.08325 13.081 3.74747 13.4168 3.33325 13.4168C2.91904 13.4168 2.58325 13.081 2.58325 12.6668V3.33342C2.58325 2.91921 2.91904 2.58342 3.33325 2.58342Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSkipBack, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13616\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSkipBack size={size} /> });"
+    "IconShare2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShare2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.12945 8.31538C5.74771 8.09293 5.25791 8.22206 5.03546 8.6038C4.81301 8.98555 4.94214 9.47534 5.32388 9.69779L6.12945 8.31538ZM9.87722 12.3511C10.259 12.5736 10.7488 12.4444 10.9712 12.0627C11.1937 11.681 11.0645 11.1912 10.6828 10.9687L9.87722 12.3511ZM10.6766 5.03087C11.0582 4.80817 11.187 4.3183 10.9643 3.9367C10.7416 3.55509 10.2517 3.42628 9.87011 3.64897L10.6766 5.03087ZM5.32344 6.3023C4.94184 6.525 4.81302 7.01487 5.03572 7.39647C5.25841 7.77808 5.74829 7.9069 6.12989 7.6842L5.32344 6.3023ZM13.2 3.33325C13.2 3.99599 12.6627 4.53325 12 4.53325V6.13325C13.5464 6.13325 14.8 4.87965 14.8 3.33325H13.2ZM12 4.53325C11.3373 4.53325 10.8 3.99599 10.8 3.33325H9.2C9.2 4.87965 10.4536 6.13325 12 6.13325V4.53325ZM10.8 3.33325C10.8 2.67051 11.3373 2.13325 12 2.13325V0.533252C10.4536 0.533252 9.2 1.78685 9.2 3.33325H10.8ZM12 2.13325C12.6627 2.13325 13.2 2.67051 13.2 3.33325H14.8C14.8 1.78685 13.5464 0.533252 12 0.533252V2.13325ZM5.2 7.99992C5.2 8.66266 4.66274 9.19992 4 9.19992V10.7999C5.5464 10.7999 6.8 9.54632 6.8 7.99992H5.2ZM4 9.19992C3.33726 9.19992 2.8 8.66266 2.8 7.99992H1.2C1.2 9.54632 2.4536 10.7999 4 10.7999V9.19992ZM2.8 7.99992C2.8 7.33718 3.33726 6.79992 4 6.79992V5.19992C2.4536 5.19992 1.2 6.45352 1.2 7.99992H2.8ZM4 6.79992C4.66274 6.79992 5.2 7.33718 5.2 7.99992H6.8C6.8 6.45352 5.5464 5.19992 4 5.19992V6.79992ZM13.2 12.6666C13.2 13.3293 12.6627 13.8666 12 13.8666V15.4666C13.5464 15.4666 14.8 14.213 14.8 12.6666H13.2ZM12 13.8666C11.3373 13.8666 10.8 13.3293 10.8 12.6666H9.2C9.2 14.213 10.4536 15.4666 12 15.4666V13.8666ZM10.8 12.6666C10.8 12.0038 11.3373 11.4666 12 11.4666V9.86658C10.4536 9.86658 9.2 11.1202 9.2 12.6666H10.8ZM12 11.4666C12.6627 11.4666 13.2 12.0038 13.2 12.6666H14.8C14.8 11.1202 13.5464 9.86658 12 9.86658V11.4666ZM5.32388 9.69779L9.87722 12.3511L10.6828 10.9687L6.12945 8.31538L5.32388 9.69779ZM9.87011 3.64897L5.32344 6.3023L6.12989 7.6842L10.6766 5.03087L9.87011 3.64897Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShare2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13608\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShare2 size={size} /> });"
   ],
   [
-    "IconSkipForward.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSkipForward = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.00836 1.99078C3.26821 1.86589 3.57665 1.901 3.80177 2.0811L10.4684 7.41444C10.6464 7.55677 10.7499 7.77225 10.7499 8.00009C10.7499 8.22793 10.6464 8.44341 10.4684 8.58574L3.80177 13.9191C3.57665 14.0992 3.26821 14.1343 3.00836 14.0094C2.74851 13.8845 2.58325 13.6217 2.58325 13.3334V2.66676C2.58325 2.37845 2.74851 2.11567 3.00836 1.99078ZM4.08325 4.22722V11.773L8.79933 8.00009L4.08325 4.22722ZM12.6666 2.58342C13.0808 2.58342 13.4166 2.91921 13.4166 3.33342V12.6668C13.4166 13.081 13.0808 13.4168 12.6666 13.4168C12.2524 13.4168 11.9166 13.081 11.9166 12.6668V3.33342C11.9166 2.91921 12.2524 2.58342 12.6666 2.58342Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSkipForward, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13615\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSkipForward size={size} /> });"
+    "IconSave.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSave = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 12.6667H1.2H2ZM3.33333 2V1.2V2ZM10.6667 2L11.2324 1.43431C11.0823 1.28429 10.8788 1.2 10.6667 1.2V2ZM14 5.33333H14.8C14.8 5.12116 14.7157 4.91768 14.5657 4.76765L14 5.33333ZM10.5333 14C10.5333 14.4418 10.8915 14.8 11.3333 14.8C11.7752 14.8 12.1333 14.4418 12.1333 14H10.5333ZM11.3333 8.66667H12.1333C12.1333 8.22484 11.7752 7.86667 11.3333 7.86667V8.66667ZM4.66667 8.66667V7.86667C4.22484 7.86667 3.86667 8.22484 3.86667 8.66667H4.66667ZM3.86667 14C3.86667 14.4418 4.22484 14.8 4.66667 14.8C5.10849 14.8 5.46667 14.4418 5.46667 14H3.86667ZM5.46667 2C5.46667 1.55817 5.10849 1.2 4.66667 1.2C4.22484 1.2 3.86667 1.55817 3.86667 2H5.46667ZM4.66667 5.33333H3.86667C3.86667 5.77516 4.22484 6.13333 4.66667 6.13333V5.33333ZM10 6.13333C10.4418 6.13333 10.8 5.77516 10.8 5.33333C10.8 4.89151 10.4418 4.53333 10 4.53333V6.13333ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H10.6667V1.2H3.33333V2.8ZM10.101 2.56569L13.4343 5.89902L14.5657 4.76765L11.2324 1.43431L10.101 2.56569ZM13.2 5.33333V12.6667H14.8V5.33333H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.1333 14V8.66667H10.5333V14H12.1333ZM11.3333 7.86667H4.66667V9.46667H11.3333V7.86667ZM3.86667 8.66667V14H5.46667V8.66667H3.86667ZM3.86667 2V5.33333H5.46667V2H3.86667ZM4.66667 6.13333H10V4.53333H4.66667V6.13333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSave, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13601\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSave size={size} /> });"
   ],
   [
-    "IconSlack.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSlack = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12558)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.91659 2.33325C3.91659 1.36571 4.69904 0.583252 5.66659 0.583252C6.63413 0.583252 7.41659 1.36571 7.41659 2.33325V3.33325C7.41659 3.74747 7.0808 4.08325 6.66659 4.08325H5.66659C4.69904 4.08325 3.91659 3.3008 3.91659 2.33325ZM5.66659 2.08325C5.52747 2.08325 5.41659 2.19413 5.41659 2.33325C5.41659 2.47237 5.52747 2.58325 5.66659 2.58325H5.91659V2.33325C5.91659 2.19413 5.80571 2.08325 5.66659 2.08325ZM9.66659 2.08325C9.52747 2.08325 9.41659 2.19413 9.41659 2.33325V5.66659C9.41659 5.80571 9.52747 5.91659 9.66659 5.91659C9.80571 5.91659 9.91659 5.80571 9.91659 5.66659V2.33325C9.91659 2.19413 9.80571 2.08325 9.66659 2.08325ZM7.91659 2.33325C7.91659 1.36571 8.69904 0.583252 9.66659 0.583252C10.6341 0.583252 11.4166 1.36571 11.4166 2.33325V5.66659C11.4166 6.63413 10.6341 7.41659 9.66659 7.41659C8.69904 7.41659 7.91659 6.63413 7.91659 5.66659V2.33325ZM13.6666 5.41659C13.5275 5.41659 13.4166 5.52747 13.4166 5.66659V5.91659H13.6666C13.8057 5.91659 13.9166 5.80571 13.9166 5.66659C13.9166 5.52747 13.8057 5.41659 13.6666 5.41659ZM11.9166 5.66659C11.9166 4.69904 12.699 3.91659 13.6666 3.91659C14.6341 3.91659 15.4166 4.69904 15.4166 5.66659C15.4166 6.63413 14.6341 7.41659 13.6666 7.41659H12.6666C12.2524 7.41659 11.9166 7.0808 11.9166 6.66659V5.66659ZM0.583252 6.33325C0.583252 5.36571 1.36571 4.58325 2.33325 4.58325H5.66659C6.63413 4.58325 7.41659 5.36571 7.41659 6.33325C7.41659 7.3008 6.63413 8.08325 5.66659 8.08325H2.33325C1.36571 8.08325 0.583252 7.3008 0.583252 6.33325ZM2.33325 6.08325C2.19413 6.08325 2.08325 6.19413 2.08325 6.33325C2.08325 6.47237 2.19413 6.58325 2.33325 6.58325H5.66659C5.80571 6.58325 5.91659 6.47237 5.91659 6.33325C5.91659 6.19413 5.80571 6.08325 5.66659 6.08325H2.33325ZM10.3333 9.41659C10.1941 9.41659 10.0833 9.52747 10.0833 9.66659C10.0833 9.80571 10.1941 9.91659 10.3333 9.91659H13.6666C13.8057 9.91659 13.9166 9.80571 13.9166 9.66659C13.9166 9.52747 13.8057 9.41659 13.6666 9.41659H10.3333ZM8.58325 9.66659C8.58325 8.69904 9.36571 7.91659 10.3333 7.91659H13.6666C14.6341 7.91659 15.4166 8.69904 15.4166 9.66659C15.4166 10.6341 14.6341 11.4166 13.6666 11.4166H10.3333C9.36571 11.4166 8.58325 10.6341 8.58325 9.66659ZM2.33325 10.0833C2.19413 10.0833 2.08325 10.1941 2.08325 10.3333C2.08325 10.4724 2.19413 10.5833 2.33325 10.5833C2.47237 10.5833 2.58325 10.4724 2.58325 10.3333V10.0833H2.33325ZM0.583252 10.3333C0.583252 9.36571 1.36571 8.58325 2.33325 8.58325H3.33325C3.74747 8.58325 4.08325 8.91904 4.08325 9.33325V10.3333C4.08325 11.3008 3.3008 12.0833 2.33325 12.0833C1.36571 12.0833 0.583252 11.3008 0.583252 10.3333ZM6.33325 10.0833C6.19413 10.0833 6.08325 10.1941 6.08325 10.3333V13.6666C6.08325 13.8057 6.19413 13.9166 6.33325 13.9166C6.47237 13.9166 6.58325 13.8057 6.58325 13.6666V10.3333C6.58325 10.1941 6.47237 10.0833 6.33325 10.0833ZM4.58325 10.3333C4.58325 9.36571 5.36571 8.58325 6.33325 8.58325C7.3008 8.58325 8.08325 9.36571 8.08325 10.3333V13.6666C8.08325 14.6341 7.3008 15.4166 6.33325 15.4166C5.36571 15.4166 4.58325 14.6341 4.58325 13.6666V10.3333ZM8.58325 12.6666C8.58325 12.2524 8.91904 11.9166 9.33325 11.9166H10.3333C11.3008 11.9166 12.0833 12.699 12.0833 13.6666C12.0833 14.6341 11.3008 15.4166 10.3333 15.4166C9.36571 15.4166 8.58325 14.6341 8.58325 13.6666V12.6666ZM10.0833 13.4166V13.6666C10.0833 13.8057 10.1941 13.9166 10.3333 13.9166C10.4724 13.9166 10.5833 13.8057 10.5833 13.6666C10.5833 13.5275 10.4724 13.4166 10.3333 13.4166H10.0833Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12558\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSlack, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13618\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSlack size={size} /> });"
+    "IconPocket.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPocket = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.66659 2V1.2V2ZM13.3333 2V1.2V2ZM7.99992 14V14.8V14ZM5.89894 6.10098C5.58652 5.78856 5.07999 5.78856 4.76757 6.10098C4.45515 6.4134 4.45515 6.91993 4.76757 7.23235L5.89894 6.10098ZM7.99992 9.33333L7.43423 9.89902C7.74665 10.2114 8.25318 10.2114 8.5656 9.89902L7.99992 9.33333ZM11.2323 7.23235C11.5447 6.91993 11.5447 6.4134 11.2323 6.10098C10.9199 5.78856 10.4133 5.78856 10.1009 6.10098L11.2323 7.23235ZM2.66659 2.8H13.3333V1.2H2.66659V2.8ZM13.3333 2.8C13.4747 2.8 13.6104 2.85619 13.7104 2.95621L14.8417 1.82484C14.4417 1.42476 13.899 1.2 13.3333 1.2V2.8ZM13.7104 2.95621C13.8104 3.05623 13.8666 3.19188 13.8666 3.33333H15.4666C15.4666 2.76754 15.2418 2.22492 14.8417 1.82484L13.7104 2.95621ZM13.8666 3.33333V7.33333H15.4666V3.33333H13.8666ZM13.8666 7.33333C13.8666 8.88927 13.2485 10.3815 12.1483 11.4817L13.2796 12.6131C14.6799 11.2128 15.4666 9.31362 15.4666 7.33333H13.8666ZM12.1483 11.4817C11.0481 12.5819 9.55585 13.2 7.99992 13.2V14.8C9.9802 14.8 11.8794 14.0133 13.2796 12.6131L12.1483 11.4817ZM7.99992 13.2C7.2295 13.2 6.46662 13.0483 5.75484 12.7534L5.14255 14.2316C6.04845 14.6069 7.01938 14.8 7.99992 14.8V13.2ZM5.75484 12.7534C5.04307 12.4586 4.39633 12.0265 3.85156 11.4817L2.72019 12.6131C3.41353 13.3064 4.23665 13.8564 5.14255 14.2316L5.75484 12.7534ZM3.85156 11.4817C2.75135 10.3815 2.13325 8.88927 2.13325 7.33333H0.533252C0.533252 9.31362 1.31992 11.2128 2.72019 12.6131L3.85156 11.4817ZM2.13325 7.33333V3.33333H0.533252V7.33333H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM4.76757 7.23235L7.43423 9.89902L8.5656 8.76765L5.89894 6.10098L4.76757 7.23235ZM8.5656 9.89902L11.2323 7.23235L10.1009 6.10098L7.43423 8.76765L8.5656 9.89902Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconPocket, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13589\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPocket size={size} /> });"
   ],
   [
-    "IconSlash.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSlash = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_11606)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.31967 4.38008C2.54472 5.38063 2.0835 6.63641 2.0835 7.99992C2.0835 11.2676 4.73248 13.9166 8.00016 13.9166C9.36367 13.9166 10.6194 13.4554 11.62 12.6804L3.31967 4.38008ZM4.38033 3.31942L12.6807 11.6198C13.4556 10.6192 13.9168 9.36342 13.9168 7.99992C13.9168 4.73223 11.2678 2.08325 8.00016 2.08325C6.63666 2.08325 5.38088 2.54448 4.38033 3.31942ZM0.583496 7.99992C0.583496 3.90381 3.90405 0.583252 8.00016 0.583252C12.0963 0.583252 15.4168 3.90381 15.4168 7.99992C15.4168 12.096 12.0963 15.4166 8.00016 15.4166C3.90405 15.4166 0.583496 12.096 0.583496 7.99992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_11606\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSlash, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13617\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSlash size={size} /> });"
+    "IconSidebar.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSidebar = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.8 2C6.8 1.55817 6.44183 1.2 6 1.2C5.55817 1.2 5.2 1.55817 5.2 2H6.8ZM5.2 14C5.2 14.4418 5.55817 14.8 6 14.8C6.44183 14.8 6.8 14.4418 6.8 14H5.2ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.2 2V14H6.8V2H5.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSidebar, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13613\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSidebar size={size} /> });"
   ],
   [
-    "IconSliders.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSliders = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12551)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.6665 1.25C3.08072 1.25 3.4165 1.58579 3.4165 2V6.66667C3.4165 7.08088 3.08072 7.41667 2.6665 7.41667C2.25229 7.41667 1.9165 7.08088 1.9165 6.66667V2C1.9165 1.58579 2.25229 1.25 2.6665 1.25ZM7.99984 1.25C8.41405 1.25 8.74984 1.58579 8.74984 2V4.58333H9.99984C10.4141 4.58333 10.7498 4.91912 10.7498 5.33333C10.7498 5.74755 10.4141 6.08333 9.99984 6.08333H8.00069C8.00041 6.08333 8.00098 6.08333 8.00069 6.08333C8.00041 6.08333 7.99927 6.08333 7.99898 6.08333H5.99984C5.58562 6.08333 5.24984 5.74755 5.24984 5.33333C5.24984 4.91912 5.58562 4.58333 5.99984 4.58333H7.24984V2C7.24984 1.58579 7.58562 1.25 7.99984 1.25ZM13.3332 1.25C13.7474 1.25 14.0832 1.58579 14.0832 2V8C14.0832 8.41421 13.7474 8.75 13.3332 8.75C12.919 8.75 12.5832 8.41421 12.5832 8V2C12.5832 1.58579 12.919 1.25 13.3332 1.25ZM7.99984 7.25C8.41405 7.25 8.74984 7.58579 8.74984 8V14C8.74984 14.4142 8.41405 14.75 7.99984 14.75C7.58562 14.75 7.24984 14.4142 7.24984 14V8C7.24984 7.58579 7.58562 7.25 7.99984 7.25ZM-0.0834961 9.33333C-0.0834961 8.91912 0.25229 8.58333 0.666504 8.58333H4.6665C5.08072 8.58333 5.4165 8.91912 5.4165 9.33333C5.4165 9.74755 5.08072 10.0833 4.6665 10.0833H3.4165V14C3.4165 14.4142 3.08072 14.75 2.6665 14.75C2.25229 14.75 1.9165 14.4142 1.9165 14V10.0833H0.666504C0.25229 10.0833 -0.0834961 9.74755 -0.0834961 9.33333ZM10.5832 10.6667C10.5832 10.2525 10.919 9.91667 11.3332 9.91667H15.3332C15.7474 9.91667 16.0832 10.2525 16.0832 10.6667C16.0832 11.0809 15.7474 11.4167 15.3332 11.4167H14.0832V14C14.0832 14.4142 13.7474 14.75 13.3332 14.75C12.919 14.75 12.5832 14.4142 12.5832 14V11.4167H11.3332C10.919 11.4167 10.5832 11.0809 10.5832 10.6667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12551\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSliders, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13620\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSliders size={size} /> });"
+    "IconSkipForward.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSkipForward = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33325 2.66675L3.83301 2.04205C3.59287 1.84994 3.26387 1.81249 2.9867 1.94571C2.70953 2.07892 2.53325 2.35922 2.53325 2.66675H3.33325ZM9.99992 8.00008L10.4997 8.62478C10.6894 8.47296 10.7999 8.24311 10.7999 8.00008C10.7999 7.75705 10.6894 7.5272 10.4997 7.37539L9.99992 8.00008ZM3.33325 13.3334H2.53325C2.53325 13.6409 2.70953 13.9212 2.9867 14.0545C3.26387 14.1877 3.59287 14.1502 3.83301 13.9581L3.33325 13.3334ZM13.4666 3.33341C13.4666 2.89159 13.1084 2.53341 12.6666 2.53341C12.2248 2.53341 11.8666 2.89159 11.8666 3.33341H13.4666ZM11.8666 12.6667C11.8666 13.1086 12.2248 13.4667 12.6666 13.4667C13.1084 13.4667 13.4666 13.1086 13.4666 12.6667H11.8666ZM2.8335 3.29144L9.50016 8.62478L10.4997 7.37539L3.83301 2.04205L2.8335 3.29144ZM9.50016 7.37539L2.8335 12.7087L3.83301 13.9581L10.4997 8.62478L9.50016 7.37539ZM4.13325 13.3334V2.66675H2.53325V13.3334H4.13325ZM11.8666 3.33341V12.6667H13.4666V3.33341H11.8666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSkipForward, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13615\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSkipForward size={size} /> });"
   ],
   [
-    "IconSmartphone.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSmartphone = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.66666 2.08325C4.3445 2.08325 4.08333 2.34442 4.08333 2.66659V13.3333C4.08333 13.6554 4.3445 13.9166 4.66666 13.9166H11.3333C11.6555 13.9166 11.9167 13.6554 11.9167 13.3333V2.66659C11.9167 2.34442 11.6555 2.08325 11.3333 2.08325H4.66666ZM2.58333 2.66659C2.58333 1.51599 3.51607 0.583252 4.66666 0.583252H11.3333C12.4839 0.583252 13.4167 1.51599 13.4167 2.66659V13.3333C13.4167 14.4838 12.4839 15.4166 11.3333 15.4166H4.66666C3.51607 15.4166 2.58333 14.4838 2.58333 13.3333V2.66659ZM7.25 11.9999C7.25 11.5857 7.58578 11.2499 8 11.2499H8.00666C8.42088 11.2499 8.75666 11.5857 8.75666 11.9999C8.75666 12.4141 8.42088 12.7499 8.00666 12.7499H8C7.58578 12.7499 7.25 12.4141 7.25 11.9999Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSmartphone, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13619\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSmartphone size={size} /> });"
+    "IconServer.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconServer = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15971)\"><path d=\"M4.00004 3.19992C3.55821 3.19992 3.20004 3.55809 3.20004 3.99992C3.20004 4.44175 3.55821 4.79992 4.00004 4.79992V3.19992ZM4.00671 4.79992C4.44854 4.79992 4.80671 4.44175 4.80671 3.99992C4.80671 3.55809 4.44854 3.19992 4.00671 3.19992V4.79992ZM4.00004 11.1999C3.55821 11.1999 3.20004 11.5581 3.20004 11.9999C3.20004 12.4417 3.55821 12.7999 4.00004 12.7999V11.1999ZM4.00671 12.7999C4.44854 12.7999 4.80671 12.4417 4.80671 11.9999C4.80671 11.5581 4.44854 11.1999 4.00671 11.1999V12.7999ZM2.66671 2.13325H13.3334V0.533252H2.66671V2.13325ZM13.3334 2.13325C13.6279 2.13325 13.8667 2.37203 13.8667 2.66659H15.4667C15.4667 1.48838 14.5116 0.533252 13.3334 0.533252V2.13325ZM13.8667 2.66659V5.33325H15.4667V2.66659H13.8667ZM13.8667 5.33325C13.8667 5.6278 13.6279 5.86659 13.3334 5.86659V7.46659C14.5116 7.46659 15.4667 6.51146 15.4667 5.33325H13.8667ZM13.3334 5.86659H2.66671V7.46659H13.3334V5.86659ZM2.66671 5.86659C2.37216 5.86659 2.13337 5.6278 2.13337 5.33325H0.533374C0.533374 6.51146 1.4885 7.46659 2.66671 7.46659V5.86659ZM2.13337 5.33325V2.66659H0.533374V5.33325H2.13337ZM2.13337 2.66659C2.13337 2.37203 2.37216 2.13325 2.66671 2.13325V0.533252C1.4885 0.533252 0.533374 1.48838 0.533374 2.66659H2.13337ZM2.66671 10.1333H13.3334V8.53325H2.66671V10.1333ZM13.3334 10.1333C13.6279 10.1333 13.8667 10.372 13.8667 10.6666H15.4667C15.4667 9.48838 14.5116 8.53325 13.3334 8.53325V10.1333ZM13.8667 10.6666V13.3333H15.4667V10.6666H13.8667ZM13.8667 13.3333C13.8667 13.6278 13.6279 13.8666 13.3334 13.8666V15.4666C14.5116 15.4666 15.4667 14.5115 15.4667 13.3333H13.8667ZM13.3334 13.8666H2.66671V15.4666H13.3334V13.8666ZM2.66671 13.8666C2.37216 13.8666 2.13337 13.6278 2.13337 13.3333H0.533374C0.533374 14.5115 1.4885 15.4666 2.66671 15.4666V13.8666ZM2.13337 13.3333V10.6666H0.533374V13.3333H2.13337ZM2.13337 10.6666C2.13337 10.372 2.37216 10.1333 2.66671 10.1333V8.53325C1.4885 8.53325 0.533374 9.48838 0.533374 10.6666H2.13337ZM4.00004 4.79992H4.00671V3.19992H4.00004V4.79992ZM4.00004 12.7999H4.00671V11.1999H4.00004V12.7999Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15971\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconServer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13605\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconServer size={size} /> });"
   ],
   [
-    "IconSmile.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSmile = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12695)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99998 2.08325C4.7323 2.08325 2.08331 4.73223 2.08331 7.99992C2.08331 11.2676 4.7323 13.9166 7.99998 13.9166C11.2677 13.9166 13.9166 11.2676 13.9166 7.99992C13.9166 4.73223 11.2677 2.08325 7.99998 2.08325ZM0.583313 7.99992C0.583313 3.90381 3.90387 0.583252 7.99998 0.583252C12.0961 0.583252 15.4166 3.90381 15.4166 7.99992C15.4166 12.096 12.0961 15.4166 7.99998 15.4166C3.90387 15.4166 0.583313 12.096 0.583313 7.99992ZM5.24998 5.99992C5.24998 5.58571 5.58577 5.24992 5.99998 5.24992H6.00665C6.42086 5.24992 6.75665 5.58571 6.75665 5.99992C6.75665 6.41413 6.42086 6.74992 6.00665 6.74992H5.99998C5.58577 6.74992 5.24998 6.41413 5.24998 5.99992ZM9.24998 5.99992C9.24998 5.58571 9.58577 5.24992 9.99998 5.24992H10.0066C10.4209 5.24992 10.7566 5.58571 10.7566 5.99992C10.7566 6.41413 10.4209 6.74992 10.0066 6.74992H9.99998C9.58577 6.74992 9.24998 6.41413 9.24998 5.99992ZM5.93298 8.8828C5.93298 8.8828 5.93297 8.8828 5.93297 8.8828L5.93265 8.88237L5.93258 8.88228L5.93208 8.88161L5.93119 8.88044L5.93044 8.87945C5.93046 8.87948 5.93056 8.87961 5.93075 8.87986C5.93136 8.88066 5.93197 8.88147 5.93258 8.88228C5.93271 8.88245 5.93284 8.88263 5.93298 8.8828ZM10.067 8.8827L10.067 8.8828C10.0669 8.88295 10.0668 8.8831 10.0666 8.88325L10.6666 9.33325C11.2666 9.78325 11.2665 9.78349 11.2663 9.78374L11.2659 9.78425L11.265 9.78538L11.2631 9.788L11.2579 9.79471L11.243 9.81375C11.2311 9.82887 11.215 9.84874 11.1949 9.8727C11.1547 9.92055 11.0982 9.98502 11.0258 10.0605C10.8818 10.2109 10.6715 10.4086 10.3994 10.6065C9.85828 11 9.03996 11.4166 7.99998 11.4166C6.96 11.4166 6.14168 11 5.60052 10.6065C5.32849 10.4086 5.1182 10.2109 4.97411 10.0605C4.90176 9.98502 4.84521 9.92055 4.80506 9.8727C4.78495 9.84874 4.76888 9.82887 4.75692 9.81375L4.74203 9.79471L4.7369 9.788L4.73491 9.78538L4.73406 9.78425L4.73368 9.78374C4.73349 9.78349 4.73331 9.78325 5.33331 9.33325L4.73331 9.78325C4.48478 9.45188 4.55194 8.98178 4.88331 8.73325C5.21355 8.48557 5.68157 8.55142 5.93075 8.87986C5.93114 8.88036 5.93189 8.88131 5.93298 8.8827C5.93648 8.88712 5.94352 8.89589 5.95402 8.90839C5.97506 8.93346 6.00965 8.97315 6.0571 9.02266C6.1526 9.12231 6.29647 9.25787 6.48277 9.39337C6.85828 9.66646 7.37329 9.91658 7.99998 9.91658C8.62667 9.91658 9.14168 9.66646 9.51718 9.39337C9.70349 9.25787 9.84736 9.12231 9.94286 9.02266C9.9903 8.97315 10.0249 8.93346 10.0459 8.90839C10.0564 8.89589 10.0635 8.88712 10.067 8.8827ZM10.0692 8.87989C10.0694 8.87965 10.0695 8.8795 10.0695 8.87946L10.0688 8.88044L10.0679 8.88161L10.0673 8.88237L10.067 8.8827C10.068 8.88136 10.0688 8.88042 10.0692 8.87991C10.0684 8.88087 10.0677 8.88183 10.067 8.8828C10.0668 8.88302 10.0666 8.88325 10.6666 9.33325L11.2666 9.78325C11.5152 9.45188 11.448 8.98178 11.1166 8.73325C10.7864 8.48557 10.3184 8.55143 10.0692 8.87989Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12695\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSmile, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13622\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSmile size={size} /> });"
+    "IconScissors.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconScissors = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.899 3.23235C14.2114 2.91993 14.2114 2.4134 13.899 2.10098C13.5866 1.78856 13.0801 1.78856 12.7676 2.10098L13.899 3.23235ZM4.84765 10.021C4.53523 10.3334 4.53523 10.8399 4.84765 11.1524C5.16007 11.4648 5.6666 11.4648 5.97902 11.1524L4.84765 10.021ZM10.2118 9.08714C9.89914 8.775 9.39261 8.77546 9.08047 9.08816C8.76833 9.40086 8.76879 9.90739 9.08149 10.2195L10.2118 9.08714ZM12.7682 13.8995C13.0809 14.2117 13.5874 14.2112 13.8995 13.8985C14.2117 13.5858 14.2112 13.0793 13.8985 12.7671L12.7682 13.8995ZM5.97902 4.84765C5.6666 4.53523 5.16007 4.53523 4.84765 4.84765C4.53523 5.16007 4.53523 5.6666 4.84765 5.97902L5.97902 4.84765ZM7.43431 8.56569C7.74673 8.8781 8.25327 8.8781 8.56569 8.56569C8.8781 8.25327 8.8781 7.74673 8.56569 7.43431L7.43431 8.56569ZM5.2 4C5.2 4.66274 4.66274 5.2 4 5.2V6.8C5.5464 6.8 6.8 5.5464 6.8 4H5.2ZM4 5.2C3.33726 5.2 2.8 4.66274 2.8 4H1.2C1.2 5.5464 2.4536 6.8 4 6.8V5.2ZM2.8 4C2.8 3.33726 3.33726 2.8 4 2.8V1.2C2.4536 1.2 1.2 2.4536 1.2 4H2.8ZM4 2.8C4.66274 2.8 5.2 3.33726 5.2 4H6.8C6.8 2.4536 5.5464 1.2 4 1.2V2.8ZM5.2 12C5.2 12.6627 4.66274 13.2 4 13.2V14.8C5.5464 14.8 6.8 13.5464 6.8 12H5.2ZM4 13.2C3.33726 13.2 2.8 12.6627 2.8 12H1.2C1.2 13.5464 2.4536 14.8 4 14.8V13.2ZM2.8 12C2.8 11.3373 3.33726 10.8 4 10.8V9.2C2.4536 9.2 1.2 10.4536 1.2 12H2.8ZM4 10.8C4.66274 10.8 5.2 11.3373 5.2 12H6.8C6.8 10.4536 5.5464 9.2 4 9.2V10.8ZM12.7676 2.10098L4.84765 10.021L5.97902 11.1524L13.899 3.23235L12.7676 2.10098ZM9.08149 10.2195L12.7682 13.8995L13.8985 12.7671L10.2118 9.08714L9.08149 10.2195ZM4.84765 5.97902L7.43431 8.56569L8.56569 7.43431L5.97902 4.84765L4.84765 5.97902Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconScissors, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13602\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconScissors size={size} /> });"
   ],
   [
-    "IconSpeaker.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSpeaker = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.99996 2.08325C3.67779 2.08325 3.41663 2.34442 3.41663 2.66659V13.3333C3.41663 13.6554 3.67779 13.9166 3.99996 13.9166H12C12.3221 13.9166 12.5833 13.6554 12.5833 13.3333V2.66659C12.5833 2.34442 12.3221 2.08325 12 2.08325H3.99996ZM1.91663 2.66659C1.91663 1.51599 2.84937 0.583252 3.99996 0.583252H12C13.1506 0.583252 14.0833 1.51599 14.0833 2.66659V13.3333C14.0833 14.4838 13.1506 15.4166 12 15.4166H3.99996C2.84937 15.4166 1.91663 14.4838 1.91663 13.3333V2.66659ZM7.24996 3.99992C7.24996 3.58571 7.58575 3.24992 7.99996 3.24992H8.00663C8.42084 3.24992 8.75663 3.58571 8.75663 3.99992C8.75663 4.41413 8.42084 4.74992 8.00663 4.74992H7.99996C7.58575 4.74992 7.24996 4.41413 7.24996 3.99992ZM7.99996 7.41659C6.94141 7.41659 6.08329 8.27471 6.08329 9.33325C6.08329 10.3918 6.94141 11.2499 7.99996 11.2499C9.05851 11.2499 9.91663 10.3918 9.91663 9.33325C9.91663 8.27471 9.05851 7.41659 7.99996 7.41659ZM4.58329 9.33325C4.58329 7.44628 6.11299 5.91659 7.99996 5.91659C9.88693 5.91659 11.4166 7.44628 11.4166 9.33325C11.4166 11.2202 9.88693 12.7499 7.99996 12.7499C6.11299 12.7499 4.58329 11.2202 4.58329 9.33325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSpeaker, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13621\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSpeaker size={size} /> });"
+    "IconShoppingCart.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShoppingCart = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15985)\"><path d=\"M0.666687 -0.133252C0.224859 -0.133252 -0.133313 0.22492 -0.133313 0.666748C-0.133313 1.10858 0.224859 1.46675 0.666687 1.46675V-0.133252ZM3.33335 0.666748L4.1178 0.509742C4.04296 0.135856 3.71466 -0.133252 3.33335 -0.133252V0.666748ZM5.12002 9.59342L5.90469 9.43756L5.90446 9.43641L5.12002 9.59342ZM6.45335 10.6667V9.86675C6.44824 9.86675 6.44313 9.8668 6.43803 9.8669L6.45335 10.6667ZM12.9334 10.6667L12.9487 9.8669C12.9436 9.8668 12.9385 9.86675 12.9334 9.86675V10.6667ZM14.2667 9.59342L15.0514 9.74927L15.0525 9.74328L14.2667 9.59342ZM15.3334 4.00008L16.1192 4.14994C16.1639 3.91574 16.1017 3.67383 15.9497 3.49013C15.7978 3.30642 15.5718 3.20008 15.3334 3.20008V4.00008ZM4.00002 3.20008C3.55819 3.20008 3.20002 3.55825 3.20002 4.00008C3.20002 4.44191 3.55819 4.80008 4.00002 4.80008V3.20008ZM5.86669 14.0001C5.86669 13.9264 5.92638 13.8667 6.00002 13.8667V15.4667C6.81004 15.4667 7.46669 14.8101 7.46669 14.0001H5.86669ZM6.00002 13.8667C6.07366 13.8667 6.13335 13.9264 6.13335 14.0001H4.53335C4.53335 14.8101 5.19 15.4667 6.00002 15.4667V13.8667ZM6.13335 14.0001C6.13335 14.0737 6.07366 14.1334 6.00002 14.1334V12.5334C5.19 12.5334 4.53335 13.1901 4.53335 14.0001H6.13335ZM6.00002 14.1334C5.92638 14.1334 5.86669 14.0737 5.86669 14.0001H7.46669C7.46669 13.1901 6.81004 12.5334 6.00002 12.5334V14.1334ZM13.2 14.0001C13.2 13.9264 13.2597 13.8667 13.3334 13.8667V15.4667C14.1434 15.4667 14.8 14.8101 14.8 14.0001H13.2ZM13.3334 13.8667C13.407 13.8667 13.4667 13.9264 13.4667 14.0001H11.8667C11.8667 14.8101 12.5233 15.4667 13.3334 15.4667V13.8667ZM13.4667 14.0001C13.4667 14.0737 13.407 14.1334 13.3334 14.1334V12.5334C12.5233 12.5334 11.8667 13.1901 11.8667 14.0001H13.4667ZM13.3334 14.1334C13.2597 14.1334 13.2 14.0737 13.2 14.0001H14.8C14.8 13.1901 14.1434 12.5334 13.3334 12.5334V14.1334ZM0.666687 1.46675H3.33335V-0.133252H0.666687V1.46675ZM2.54891 0.823754L4.33558 9.75042L5.90446 9.43641L4.1178 0.509742L2.54891 0.823754ZM4.33535 9.74927C4.43289 10.2404 4.70005 10.6815 5.09006 10.9955L6.09337 9.74911C5.99587 9.67062 5.92908 9.56034 5.90469 9.43756L4.33535 9.74927ZM5.09006 10.9955C5.48008 11.3094 5.96809 11.4762 6.46868 11.4666L6.43803 9.8669C6.31288 9.86929 6.19087 9.8276 6.09337 9.74911L5.09006 10.9955ZM6.45335 11.4667H12.9334V9.86675H6.45335V11.4667ZM12.918 11.4666C13.4186 11.4762 13.9066 11.3094 14.2966 10.9955L13.2933 9.74911C13.1958 9.8276 13.0738 9.86929 12.9487 9.8669L12.918 11.4666ZM14.2966 10.9955C14.6867 10.6815 14.9538 10.2404 15.0514 9.74927L13.482 9.43756C13.4576 9.56034 13.3908 9.67062 13.2933 9.74911L14.2966 10.9955ZM15.0525 9.74328L16.1192 4.14994L14.5475 3.85022L13.4808 9.44355L15.0525 9.74328ZM15.3334 3.20008H4.00002V4.80008H15.3334V3.20008Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15985\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconShoppingCart, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13611\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShoppingCart size={size} /> });"
   ],
   [
-    "IconSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13624\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSquare size={size} /> });"
+    "IconPrinter.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconPrinter = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15945)\"><path d=\"M3.20016 5.99992C3.20016 6.44175 3.55833 6.79992 4.00016 6.79992C4.44199 6.79992 4.80016 6.44175 4.80016 5.99992H3.20016ZM4.00016 1.33325V0.533252C3.55833 0.533252 3.20016 0.891424 3.20016 1.33325L4.00016 1.33325ZM12.0002 1.33325H12.8002C12.8002 0.891424 12.442 0.533252 12.0002 0.533252V1.33325ZM11.2002 5.99992C11.2002 6.44175 11.5583 6.79992 12.0002 6.79992C12.442 6.79992 12.8002 6.44175 12.8002 5.99992H11.2002ZM4.00016 12.7999C4.44199 12.7999 4.80016 12.4417 4.80016 11.9999C4.80016 11.5581 4.44199 11.1999 4.00016 11.1999V12.7999ZM1.3335 10.6666H0.533496H1.3335ZM2.66683 5.99992V6.79992V5.99992ZM12.0002 11.1999C11.5583 11.1999 11.2002 11.5581 11.2002 11.9999C11.2002 12.4417 11.5583 12.7999 12.0002 12.7999V11.1999ZM4.00016 9.33325V8.53325C3.55833 8.53325 3.20016 8.89142 3.20016 9.33325H4.00016ZM12.0002 9.33325H12.8002C12.8002 8.89142 12.442 8.53325 12.0002 8.53325V9.33325ZM12.0002 14.6666V15.4666C12.442 15.4666 12.8002 15.1084 12.8002 14.6666H12.0002ZM4.00016 14.6666H3.20016C3.20016 15.1084 3.55833 15.4666 4.00016 15.4666V14.6666ZM4.80016 5.99992V1.33325H3.20016V5.99992H4.80016ZM4.00016 2.13325H12.0002V0.533252H4.00016V2.13325ZM11.2002 1.33325V5.99992H12.8002V1.33325H11.2002ZM4.00016 11.1999H2.66683V12.7999H4.00016V11.1999ZM2.66683 11.1999C2.52538 11.1999 2.38973 11.1437 2.28971 11.0437L1.15833 12.1751C1.55841 12.5752 2.10103 12.7999 2.66683 12.7999V11.1999ZM2.28971 11.0437C2.18969 10.9437 2.1335 10.808 2.1335 10.6666H0.533496C0.533496 11.2324 0.758257 11.775 1.15833 12.1751L2.28971 11.0437ZM2.1335 10.6666V7.33325H0.533496V10.6666H2.1335ZM2.1335 7.33325C2.1335 7.1918 2.18969 7.05615 2.28971 6.95613L1.15833 5.82476C0.758257 6.22484 0.533496 6.76746 0.533496 7.33325H2.1335ZM2.28971 6.95613C2.38973 6.85611 2.52538 6.79992 2.66683 6.79992V5.19992C2.10103 5.19992 1.55841 5.42468 1.15833 5.82476L2.28971 6.95613ZM2.66683 6.79992H13.3335V5.19992H2.66683V6.79992ZM13.3335 6.79992C13.4749 6.79992 13.6106 6.85611 13.7106 6.95613L14.842 5.82476C14.4419 5.42468 13.8993 5.19992 13.3335 5.19992V6.79992ZM13.7106 6.95613C13.8106 7.05615 13.8668 7.1918 13.8668 7.33325H15.4668C15.4668 6.76746 15.2421 6.22484 14.842 5.82476L13.7106 6.95613ZM13.8668 7.33325V10.6666H15.4668V7.33325H13.8668ZM13.8668 10.6666C13.8668 10.808 13.8106 10.9437 13.7106 11.0437L14.842 12.1751C15.2421 11.775 15.4668 11.2324 15.4668 10.6666H13.8668ZM13.7106 11.0437C13.6106 11.1437 13.4749 11.1999 13.3335 11.1999V12.7999C13.8993 12.7999 14.4419 12.5752 14.842 12.1751L13.7106 11.0437ZM13.3335 11.1999H12.0002V12.7999H13.3335V11.1999ZM4.00016 10.1333H12.0002V8.53325H4.00016V10.1333ZM11.2002 9.33325V14.6666H12.8002V9.33325H11.2002ZM12.0002 13.8666H4.00016V15.4666H12.0002V13.8666ZM4.80016 14.6666V9.33325H3.20016V14.6666H4.80016Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15945\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconPrinter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13591\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconPrinter size={size} /> });"
   ],
   [
-    "IconStar.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconStar = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99994 0.583252C8.28541 0.583252 8.54612 0.745306 8.67247 1.00128L10.5581 4.82143L14.7751 5.4378C15.0575 5.47908 15.292 5.67709 15.38 5.94859C15.4681 6.2201 15.3944 6.51804 15.1899 6.71719L12.1392 9.68861L12.8591 13.8865C12.9074 14.1679 12.7917 14.4522 12.5607 14.62C12.3298 14.7878 12.0235 14.8099 11.7709 14.6771L7.99994 12.694L4.22903 14.6771C3.97634 14.8099 3.67012 14.7878 3.43914 14.62C3.20816 14.4522 3.09247 14.1679 3.14073 13.8865L3.86072 9.68861L0.809974 6.71719C0.605511 6.51804 0.531806 6.2201 0.619839 5.94859C0.707872 5.67709 0.942383 5.47908 1.2248 5.4378L5.44174 4.82143L7.32741 1.00128C7.45376 0.745306 7.71448 0.583252 7.99994 0.583252ZM7.99994 3.02769L6.61247 5.83855C6.50332 6.05969 6.29243 6.21303 6.04841 6.2487L2.94458 6.70237L5.18991 8.88932C5.36681 9.06162 5.44756 9.30997 5.40581 9.55337L4.87608 12.642L7.65085 11.1828C7.86939 11.0679 8.13049 11.0679 8.34903 11.1828L11.1238 12.642L10.5941 9.55337C10.5523 9.30997 10.6331 9.06162 10.81 8.88932L13.0553 6.70237L9.95147 6.2487C9.70745 6.21303 9.49657 6.05969 9.38741 5.83855L7.99994 3.02769Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconStar, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13623\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconStar size={size} /> });"
+    "IconSlash.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSlash = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15997)\"><path d=\"M3.85251 2.7209C3.5401 2.40848 3.03356 2.40848 2.72114 2.7209C2.40872 3.03332 2.40872 3.53985 2.72114 3.85227L3.85251 2.7209ZM12.1478 13.2789C12.4602 13.5914 12.9668 13.5914 13.2792 13.2789C13.5916 12.9665 13.5916 12.46 13.2792 12.1476L12.1478 13.2789ZM13.8668 7.99992C13.8668 11.24 11.2402 13.8666 8.00016 13.8666V15.4666C12.1239 15.4666 15.4668 12.1236 15.4668 7.99992H13.8668ZM8.00016 13.8666C4.76009 13.8666 2.1335 11.24 2.1335 7.99992H0.533496C0.533496 12.1236 3.87644 15.4666 8.00016 15.4666V13.8666ZM2.1335 7.99992C2.1335 4.75985 4.76009 2.13325 8.00016 2.13325V0.533252C3.87644 0.533252 0.533496 3.87619 0.533496 7.99992H2.1335ZM8.00016 2.13325C11.2402 2.13325 13.8668 4.75985 13.8668 7.99992H15.4668C15.4668 3.87619 12.1239 0.533252 8.00016 0.533252V2.13325ZM2.72114 3.85227L12.1478 13.2789L13.2792 12.1476L3.85251 2.7209L2.72114 3.85227Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15997\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSlash, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13617\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSlash size={size} /> });"
   ],
   [
-    "IconStopCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconStopCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12692)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99992 2.08325C4.73223 2.08325 2.08325 4.73223 2.08325 7.99992C2.08325 11.2676 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2676 13.9166 7.99992C13.9166 4.73223 11.2676 2.08325 7.99992 2.08325ZM0.583252 7.99992C0.583252 3.90381 3.90381 0.583252 7.99992 0.583252C12.096 0.583252 15.4166 3.90381 15.4166 7.99992C15.4166 12.096 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.096 0.583252 7.99992ZM5.24992 5.99992C5.24992 5.58571 5.58571 5.24992 5.99992 5.24992H9.99992C10.4141 5.24992 10.7499 5.58571 10.7499 5.99992V9.99992C10.7499 10.4141 10.4141 10.7499 9.99992 10.7499H5.99992C5.58571 10.7499 5.24992 10.4141 5.24992 9.99992V5.99992ZM6.74992 6.74992V9.24992H9.24992V6.74992H6.74992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12692\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconStopCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13625\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconStopCircle size={size} /> });"
+    "IconTerminal.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTerminal = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.10106 10.7676C1.78864 11.08 1.78864 11.5865 2.10106 11.8989C2.41348 12.2114 2.92001 12.2114 3.23243 11.8989L2.10106 10.7676ZM6.66675 7.33325L7.23243 7.89894C7.54485 7.58652 7.54485 7.07999 7.23243 6.76757L6.66675 7.33325ZM3.23243 2.76757C2.92001 2.45515 2.41348 2.45515 2.10106 2.76757C1.78864 3.07999 1.78864 3.58652 2.10106 3.89894L3.23243 2.76757ZM8.00008 11.8666C7.55825 11.8666 7.20008 12.2248 7.20008 12.6666C7.20008 13.1084 7.55825 13.4666 8.00008 13.4666V11.8666ZM13.3334 13.4666C13.7752 13.4666 14.1334 13.1084 14.1334 12.6666C14.1334 12.2248 13.7752 11.8666 13.3334 11.8666V13.4666ZM3.23243 11.8989L7.23243 7.89894L6.10106 6.76757L2.10106 10.7676L3.23243 11.8989ZM7.23243 6.76757L3.23243 2.76757L2.10106 3.89894L6.10106 7.89894L7.23243 6.76757ZM8.00008 13.4666H13.3334V11.8666H8.00008V13.4666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTerminal, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13634\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTerminal size={size} /> });"
   ],
   [
-    "IconSun.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSun = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12534)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00008 -0.083252C8.4143 -0.083252 8.75008 0.252534 8.75008 0.666748V2.00008C8.75008 2.4143 8.4143 2.75008 8.00008 2.75008C7.58587 2.75008 7.25008 2.4143 7.25008 2.00008V0.666748C7.25008 0.252534 7.58587 -0.083252 8.00008 -0.083252ZM2.28308 2.28308C2.57598 1.99019 3.05085 1.99019 3.34374 2.28308L4.29041 3.22975C4.5833 3.52264 4.5833 3.99752 4.29041 4.29041C3.99752 4.5833 3.52264 4.5833 3.22975 4.29041L2.28308 3.34374C1.99019 3.05085 1.99019 2.57598 2.28308 2.28308ZM13.7171 2.28308C14.01 2.57598 14.01 3.05085 13.7171 3.34374L12.7704 4.29041C12.4775 4.5833 12.0026 4.5833 11.7098 4.29041C11.4169 3.99752 11.4169 3.52264 11.7098 3.22975L12.6564 2.28308C12.9493 1.99019 13.4242 1.99019 13.7171 2.28308ZM8.00008 5.41675C6.57335 5.41675 5.41675 6.57335 5.41675 8.00008C5.41675 9.42682 6.57335 10.5834 8.00008 10.5834C9.42682 10.5834 10.5834 9.42682 10.5834 8.00008C10.5834 6.57335 9.42682 5.41675 8.00008 5.41675ZM3.91675 8.00008C3.91675 5.74492 5.74492 3.91675 8.00008 3.91675C10.2552 3.91675 12.0834 5.74492 12.0834 8.00008C12.0834 10.2552 10.2552 12.0834 8.00008 12.0834C5.74492 12.0834 3.91675 10.2552 3.91675 8.00008ZM-0.083252 8.00008C-0.083252 7.58587 0.252534 7.25008 0.666748 7.25008H2.00008C2.4143 7.25008 2.75008 7.58587 2.75008 8.00008C2.75008 8.4143 2.4143 8.75008 2.00008 8.75008H0.666748C0.252534 8.75008 -0.083252 8.4143 -0.083252 8.00008ZM13.2501 8.00008C13.2501 7.58587 13.5859 7.25008 14.0001 7.25008H15.3334C15.7476 7.25008 16.0834 7.58587 16.0834 8.00008C16.0834 8.4143 15.7476 8.75008 15.3334 8.75008H14.0001C13.5859 8.75008 13.2501 8.4143 13.2501 8.00008ZM4.29041 11.7098C4.5833 12.0026 4.5833 12.4775 4.29041 12.7704L3.34374 13.7171C3.05085 14.01 2.57598 14.01 2.28308 13.7171C1.99019 13.4242 1.99019 12.9493 2.28308 12.6564L3.22975 11.7098C3.52264 11.4169 3.99752 11.4169 4.29041 11.7098ZM11.7098 11.7098C12.0026 11.4169 12.4775 11.4169 12.7704 11.7098L13.7171 12.6564C14.01 12.9493 14.01 13.4242 13.7171 13.7171C13.4242 14.01 12.9493 14.01 12.6564 13.7171L11.7098 12.7704C11.4169 12.4775 11.4169 12.0026 11.7098 11.7098ZM8.00008 13.2501C8.4143 13.2501 8.75008 13.5859 8.75008 14.0001V15.3334C8.75008 15.7476 8.4143 16.0834 8.00008 16.0834C7.58587 16.0834 7.25008 15.7476 7.25008 15.3334V14.0001C7.25008 13.5859 7.58587 13.2501 8.00008 13.2501Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12534\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSun, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13626\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSun size={size} /> });"
+    "IconTable.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTable = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.33333 2V1.2V2ZM2 3.33333H1.2H2ZM12.6667 2V1.2V2ZM2 12.6667H1.2H2ZM6 1.2H3.33333V2.8H6V1.2ZM3.33333 1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2ZM1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484ZM1.2 3.33333V6H2.8V3.33333H1.2ZM6 2.8H12.6667V1.2H6V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V6H14.8V3.33333H13.2ZM5.2 2V14H6.8V2H5.2ZM6 14.8H12.6667V13.2H6V14.8ZM12.6667 14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8ZM14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752ZM14.8 12.6667V6H13.2V12.6667H14.8ZM6 13.2H3.33333V14.8H6V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V6H1.2V12.6667H2.8ZM2 6.8H14V5.2H2V6.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTable, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13630\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTable size={size} /> });"
   ],
   [
-    "IconSunrise.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSunrise = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12835)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99984 0.583252C8.19875 0.583252 8.38951 0.66227 8.53017 0.802922L11.1968 3.46959C11.4897 3.76248 11.4897 4.23736 11.1968 4.53025C10.9039 4.82314 10.4291 4.82314 10.1362 4.53025L8.74984 3.14391V5.99992C8.74984 6.41413 8.41405 6.74992 7.99984 6.74992C7.58562 6.74992 7.24984 6.41413 7.24984 5.99992V3.14391L5.8635 4.53025C5.57061 4.82314 5.09573 4.82314 4.80284 4.53025C4.50995 4.23736 4.50995 3.76248 4.80284 3.46959L7.46951 0.802922C7.61016 0.66227 7.80093 0.583252 7.99984 0.583252ZM2.28284 6.28292C2.57573 5.99003 3.05061 5.99003 3.3435 6.28292L4.29017 7.22959C4.58306 7.52248 4.58306 7.99736 4.29017 8.29025C3.99727 8.58314 3.5224 8.58314 3.22951 8.29025L2.28284 7.34358C1.98995 7.05069 1.98995 6.57582 2.28284 6.28292ZM13.7168 6.28292C14.0097 6.57582 14.0097 7.05069 13.7168 7.34358L12.7702 8.29025C12.4773 8.58314 12.0024 8.58314 11.7095 8.29025C11.4166 7.99736 11.4166 7.52248 11.7095 7.22959L12.6562 6.28292C12.9491 5.99003 13.4239 5.99003 13.7168 6.28292ZM5.11248 9.11257C5.87826 8.34679 6.91687 7.91659 7.99984 7.91659C9.08281 7.91659 10.1214 8.34679 10.8872 9.11257C11.653 9.87834 12.0832 10.917 12.0832 11.9999C12.0832 12.4141 11.7474 12.7499 11.3332 12.7499C10.919 12.7499 10.5832 12.4141 10.5832 11.9999C10.5832 11.3148 10.311 10.6577 9.82653 10.1732C9.34206 9.68876 8.68498 9.41659 7.99984 9.41659C7.3147 9.41659 6.65761 9.68876 6.17314 10.1732C5.68868 10.6577 5.4165 11.3148 5.4165 11.9999C5.4165 12.4141 5.08072 12.7499 4.6665 12.7499C4.25229 12.7499 3.9165 12.4141 3.9165 11.9999C3.9165 10.917 4.34671 9.87834 5.11248 9.11257ZM-0.0834961 11.9999C-0.0834961 11.5857 0.25229 11.2499 0.666504 11.2499H1.99984C2.41405 11.2499 2.74984 11.5857 2.74984 11.9999C2.74984 12.4141 2.41405 12.7499 1.99984 12.7499H0.666504C0.25229 12.7499 -0.0834961 12.4141 -0.0834961 11.9999ZM13.2498 11.9999C13.2498 11.5857 13.5856 11.2499 13.9998 11.2499H15.3332C15.7474 11.2499 16.0832 11.5857 16.0832 11.9999C16.0832 12.4141 15.7474 12.7499 15.3332 12.7499H13.9998C13.5856 12.7499 13.2498 12.4141 13.2498 11.9999ZM-0.0834961 14.6666C-0.0834961 14.2524 0.25229 13.9166 0.666504 13.9166H15.3332C15.7474 13.9166 16.0832 14.2524 16.0832 14.6666C16.0832 15.0808 15.7474 15.4166 15.3332 15.4166H0.666504C0.25229 15.4166 -0.0834961 15.0808 -0.0834961 14.6666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12835\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSunrise, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13628\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSunrise size={size} /> });"
+    "IconUserMinus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUserMinus = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16075)\"><path d=\"M9.86669 14C9.86669 14.4418 10.2249 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86669ZM10.6667 12.6667H11.4667H10.6667ZM8.00002 10V9.2V10ZM3.33335 10V9.2V10ZM0.666687 12.6667H-0.133313H0.666687ZM-0.133313 14C-0.133313 14.4418 0.224859 14.8 0.666687 14.8C1.10851 14.8 1.46669 14.4418 1.46669 14H-0.133313ZM15.3334 8.13333C15.7752 8.13333 16.1334 7.77516 16.1334 7.33333C16.1334 6.89151 15.7752 6.53333 15.3334 6.53333V8.13333ZM11.3334 6.53333C10.8915 6.53333 10.5334 6.89151 10.5334 7.33333C10.5334 7.77516 10.8915 8.13333 11.3334 8.13333V6.53333ZM11.4667 14V12.6667H9.86669V14H11.4667ZM11.4667 12.6667C11.4667 11.7472 11.1014 10.8655 10.4513 10.2154L9.31995 11.3467C9.67002 11.6968 9.86669 12.1716 9.86669 12.6667H11.4667ZM10.4513 10.2154C9.8012 9.56524 8.91944 9.2 8.00002 9.2V10.8C8.49509 10.8 8.96989 10.9967 9.31995 11.3467L10.4513 10.2154ZM8.00002 9.2H3.33335V10.8H8.00002V9.2ZM3.33335 9.2C2.41394 9.2 1.53218 9.56524 0.88205 10.2154L2.01342 11.3467C2.36349 10.9967 2.83828 10.8 3.33335 10.8V9.2ZM0.88205 10.2154C0.231924 10.8655 -0.133313 11.7472 -0.133313 12.6667H1.46669C1.46669 12.1716 1.66335 11.6968 2.01342 11.3467L0.88205 10.2154ZM-0.133313 12.6667V14H1.46669V12.6667H-0.133313ZM7.53335 4.66667C7.53335 5.6976 6.69762 6.53333 5.66669 6.53333V8.13333C7.58127 8.13333 9.13335 6.58125 9.13335 4.66667H7.53335ZM5.66669 6.53333C4.63576 6.53333 3.80002 5.6976 3.80002 4.66667H2.20002C2.20002 6.58125 3.7521 8.13333 5.66669 8.13333V6.53333ZM3.80002 4.66667C3.80002 3.63574 4.63576 2.8 5.66669 2.8V1.2C3.7521 1.2 2.20002 2.75208 2.20002 4.66667H3.80002ZM5.66669 2.8C6.69762 2.8 7.53335 3.63574 7.53335 4.66667H9.13335C9.13335 2.75208 7.58127 1.2 5.66669 1.2V2.8ZM15.3334 6.53333H11.3334V8.13333H15.3334V6.53333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16075\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13658\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserMinus size={size} /> });"
   ],
   [
-    "IconSunset.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconSunset = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12530)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99984 0.583252C8.41405 0.583252 8.74984 0.919038 8.74984 1.33325V4.18926L10.1362 2.80292C10.4291 2.51003 10.9039 2.51003 11.1968 2.80292C11.4897 3.09582 11.4897 3.57069 11.1968 3.86358L8.53017 6.53025C8.38951 6.6709 8.19875 6.74992 7.99984 6.74992C7.80093 6.74992 7.61016 6.6709 7.46951 6.53025L4.80284 3.86358C4.50995 3.57069 4.50995 3.09581 4.80284 2.80292C5.09573 2.51003 5.57061 2.51003 5.8635 2.80292L7.24984 4.18926V1.33325C7.24984 0.919038 7.58562 0.583252 7.99984 0.583252ZM2.28284 6.28292C2.57573 5.99003 3.05061 5.99003 3.3435 6.28292L4.29017 7.22959C4.58306 7.52248 4.58306 7.99736 4.29017 8.29025C3.99727 8.58314 3.5224 8.58314 3.22951 8.29025L2.28284 7.34358C1.98995 7.05069 1.98995 6.57582 2.28284 6.28292ZM13.7168 6.28292C14.0097 6.57582 14.0097 7.05069 13.7168 7.34358L12.7702 8.29025C12.4773 8.58314 12.0024 8.58314 11.7095 8.29025C11.4166 7.99736 11.4166 7.52248 11.7095 7.22959L12.6562 6.28292C12.9491 5.99003 13.4239 5.99003 13.7168 6.28292ZM5.11248 9.11257C5.87826 8.34679 6.91687 7.91659 7.99984 7.91659C9.08281 7.91659 10.1214 8.34679 10.8872 9.11257C11.653 9.87834 12.0832 10.917 12.0832 11.9999C12.0832 12.4141 11.7474 12.7499 11.3332 12.7499C10.919 12.7499 10.5832 12.4141 10.5832 11.9999C10.5832 11.3148 10.311 10.6577 9.82653 10.1732C9.34206 9.68876 8.68498 9.41659 7.99984 9.41659C7.3147 9.41659 6.65761 9.68876 6.17314 10.1732C5.68868 10.6577 5.4165 11.3148 5.4165 11.9999C5.4165 12.4141 5.08072 12.7499 4.6665 12.7499C4.25229 12.7499 3.9165 12.4141 3.9165 11.9999C3.9165 10.917 4.34671 9.87834 5.11248 9.11257ZM-0.0834961 11.9999C-0.0834961 11.5857 0.25229 11.2499 0.666504 11.2499H1.99984C2.41405 11.2499 2.74984 11.5857 2.74984 11.9999C2.74984 12.4141 2.41405 12.7499 1.99984 12.7499H0.666504C0.25229 12.7499 -0.0834961 12.4141 -0.0834961 11.9999ZM13.2498 11.9999C13.2498 11.5857 13.5856 11.2499 13.9998 11.2499H15.3332C15.7474 11.2499 16.0832 11.5857 16.0832 11.9999C16.0832 12.4141 15.7474 12.7499 15.3332 12.7499H13.9998C13.5856 12.7499 13.2498 12.4141 13.2498 11.9999ZM-0.0834961 14.6666C-0.0834961 14.2524 0.25229 13.9166 0.666504 13.9166H15.3332C15.7474 13.9166 16.0832 14.2524 16.0832 14.6666C16.0832 15.0808 15.7474 15.4166 15.3332 15.4166H0.666504C0.25229 15.4166 -0.0834961 15.0808 -0.0834961 14.6666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12530\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSunset, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13627\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSunset size={size} /> });"
+    "IconUserCheck.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUserCheck = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16073)\"><path d=\"M9.86667 14C9.86667 14.4418 10.2248 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86667ZM10.6667 12.6667H11.4667H10.6667ZM8 10V9.2V10ZM3.33334 10V9.2V10ZM0.666672 12.6667H-0.133328H0.666672ZM-0.133328 14C-0.133328 14.4418 0.224844 14.8 0.666672 14.8C1.1085 14.8 1.46667 14.4418 1.46667 14H-0.133328ZM11.899 6.76765C11.5866 6.45523 11.0801 6.45523 10.7677 6.76765C10.4552 7.08007 10.4552 7.5866 10.7677 7.89902L11.899 6.76765ZM12.6667 8.66667L12.101 9.23235C12.4134 9.54477 12.9199 9.54477 13.2324 9.23235L12.6667 8.66667ZM15.899 6.56569C16.2114 6.25327 16.2114 5.74673 15.899 5.43431C15.5866 5.1219 15.0801 5.1219 14.7677 5.43431L15.899 6.56569ZM11.4667 14V12.6667H9.86667V14H11.4667ZM11.4667 12.6667C11.4667 11.7472 11.1014 10.8655 10.4513 10.2154L9.31994 11.3467C9.67001 11.6968 9.86667 12.1716 9.86667 12.6667H11.4667ZM10.4513 10.2154C9.80118 9.56524 8.91942 9.2 8 9.2V10.8C8.49508 10.8 8.96987 10.9967 9.31994 11.3467L10.4513 10.2154ZM8 9.2H3.33334V10.8H8V9.2ZM3.33334 9.2C2.41392 9.2 1.53216 9.56524 0.882035 10.2154L2.01341 11.3467C2.36347 10.9967 2.83827 10.8 3.33334 10.8V9.2ZM0.882035 10.2154C0.231909 10.8655 -0.133328 11.7472 -0.133328 12.6667H1.46667C1.46667 12.1716 1.66334 11.6968 2.01341 11.3467L0.882035 10.2154ZM-0.133328 12.6667V14H1.46667V12.6667H-0.133328ZM7.53334 4.66667C7.53334 5.6976 6.6976 6.53333 5.66667 6.53333V8.13333C7.58126 8.13333 9.13334 6.58125 9.13334 4.66667H7.53334ZM5.66667 6.53333C4.63574 6.53333 3.80001 5.6976 3.80001 4.66667H2.20001C2.20001 6.58125 3.75208 8.13333 5.66667 8.13333V6.53333ZM3.80001 4.66667C3.80001 3.63574 4.63574 2.8 5.66667 2.8V1.2C3.75208 1.2 2.20001 2.75208 2.20001 4.66667H3.80001ZM5.66667 2.8C6.6976 2.8 7.53334 3.63574 7.53334 4.66667H9.13334C9.13334 2.75208 7.58126 1.2 5.66667 1.2V2.8ZM10.7677 7.89902L12.101 9.23235L13.2324 8.10098L11.899 6.76765L10.7677 7.89902ZM13.2324 9.23235L15.899 6.56569L14.7677 5.43431L12.101 8.10098L13.2324 9.23235Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16073\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserCheck, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13655\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserCheck size={size} /> });"
   ],
   [
-    "IconTable.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTable = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019ZM3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V5.25H5.25V2.75H3.33333ZM6.75 2.75V5.25H13.25V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H6.75ZM13.25 6.75H6.75V13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V6.75ZM5.25 13.25V6.75H2.75V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H5.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTable, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13630\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTable size={size} /> });"
+    "IconSmile.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSmile = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16003)\"><path d=\"M5.97331 8.85325C5.70822 8.49979 5.20678 8.42816 4.85331 8.69325C4.49985 8.95835 4.42822 9.45979 4.69331 9.81325L5.97331 8.85325ZM11.3066 9.81325C11.5717 9.45979 11.5001 8.95835 11.1466 8.69325C10.7932 8.42816 10.2917 8.49979 10.0266 8.85325L11.3066 9.81325ZM5.99998 5.19992C5.55815 5.19992 5.19998 5.55809 5.19998 5.99992C5.19998 6.44175 5.55815 6.79992 5.99998 6.79992V5.19992ZM6.00665 6.79992C6.44847 6.79992 6.80665 6.44175 6.80665 5.99992C6.80665 5.55809 6.44847 5.19992 6.00665 5.19992V6.79992ZM9.99998 5.19992C9.55815 5.19992 9.19998 5.55809 9.19998 5.99992C9.19998 6.44175 9.55815 6.79992 9.99998 6.79992V5.19992ZM10.0066 6.79992C10.4485 6.79992 10.8066 6.44175 10.8066 5.99992C10.8066 5.55809 10.4485 5.19992 10.0066 5.19992V6.79992ZM13.8666 7.99992C13.8666 11.24 11.2401 13.8666 7.99998 13.8666V15.4666C12.1237 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99998 13.8666C4.75991 13.8666 2.13331 11.24 2.13331 7.99992H0.533313C0.533313 12.1236 3.87625 15.4666 7.99998 15.4666V13.8666ZM2.13331 7.99992C2.13331 4.75985 4.75991 2.13325 7.99998 2.13325V0.533252C3.87625 0.533252 0.533313 3.87619 0.533313 7.99992H2.13331ZM7.99998 2.13325C11.2401 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1237 0.533252 7.99998 0.533252V2.13325ZM5.33331 9.33325C4.69331 9.81325 4.6935 9.81351 4.6937 9.81377C4.69377 9.81386 4.69397 9.81413 4.69411 9.81431C4.69439 9.81469 4.69469 9.81509 4.69501 9.8155C4.69564 9.81634 4.69633 9.81725 4.69709 9.81825C4.69861 9.82025 4.70038 9.82257 4.70242 9.82522C4.70649 9.8305 4.71159 9.83705 4.71771 9.84479C4.72996 9.86026 4.74633 9.88051 4.76676 9.90484C4.80755 9.95345 4.86483 10.0187 4.93801 10.0951C5.08372 10.2471 5.29623 10.447 5.57111 10.6469C6.11779 11.0445 6.94622 11.4666 7.99998 11.4666V9.86659C7.38707 9.86659 6.88217 9.62201 6.51218 9.35293C6.32873 9.21951 6.18708 9.08602 6.0932 8.98806C6.04658 8.93942 6.01272 8.90056 5.99232 8.87625C5.98214 8.86412 5.9754 8.85573 5.97219 8.85166C5.97058 8.84964 5.96986 8.8487 5.97005 8.84894C5.97014 8.84906 5.97045 8.84947 5.971 8.85018C5.97127 8.85054 5.9716 8.85098 5.97198 8.85149C5.97218 8.85174 5.97238 8.85202 5.97261 8.85231C5.97272 8.85246 5.97289 8.85269 5.97295 8.85277C5.97313 8.85301 5.97331 8.85325 5.33331 9.33325ZM7.99998 11.4666C9.05374 11.4666 9.88217 11.0445 10.4289 10.6469C10.7037 10.447 10.9162 10.2471 11.0619 10.0951C11.1351 10.0187 11.1924 9.95345 11.2332 9.90484C11.2536 9.88051 11.27 9.86026 11.2822 9.84479C11.2884 9.83705 11.2935 9.8305 11.2975 9.82522C11.2996 9.82257 11.3014 9.82025 11.3029 9.81825C11.3036 9.81725 11.3043 9.81634 11.305 9.8155C11.3053 9.81509 11.3056 9.81469 11.3058 9.81431C11.306 9.81413 11.3062 9.81386 11.3063 9.81377C11.3065 9.81351 11.3066 9.81325 10.6666 9.33325C10.0266 8.85325 10.0268 8.85301 10.027 8.85277C10.0271 8.85269 10.0272 8.85246 10.0274 8.85231C10.0276 8.85202 10.0278 8.85174 10.028 8.85149C10.0284 8.85098 10.0287 8.85054 10.029 8.85018C10.0295 8.84947 10.0298 8.84906 10.0299 8.84894C10.0301 8.8487 10.0294 8.84964 10.0278 8.85166C10.0246 8.85573 10.0178 8.86412 10.0076 8.87625C9.98724 8.90056 9.95338 8.93942 9.90676 8.98806C9.81288 9.08602 9.67123 9.21951 9.48778 9.35293C9.11779 9.62201 8.61289 9.86659 7.99998 9.86659V11.4666ZM5.99998 6.79992H6.00665V5.19992H5.99998V6.79992ZM9.99998 6.79992H10.0066V5.19992H9.99998V6.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16003\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSmile, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13622\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSmile size={size} /> });"
   ],
   [
-    "IconTablet.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTablet = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.00002 2.08325C3.67785 2.08325 3.41669 2.34442 3.41669 2.66659V13.3333C3.41669 13.6554 3.67785 13.9166 4.00002 13.9166H12C12.3222 13.9166 12.5834 13.6554 12.5834 13.3333V2.66659C12.5834 2.34442 12.3222 2.08325 12 2.08325H4.00002ZM1.91669 2.66659C1.91669 1.51599 2.84943 0.583252 4.00002 0.583252H12C13.1506 0.583252 14.0834 1.51599 14.0834 2.66659V13.3333C14.0834 14.4838 13.1506 15.4166 12 15.4166H4.00002C2.84943 15.4166 1.91669 14.4838 1.91669 13.3333V2.66659ZM7.25002 11.9999C7.25002 11.5857 7.58581 11.2499 8.00002 11.2499H8.00669C8.4209 11.2499 8.75669 11.5857 8.75669 11.9999C8.75669 12.4141 8.4209 12.7499 8.00669 12.7499H8.00002C7.58581 12.7499 7.25002 12.4141 7.25002 11.9999Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTablet, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13629\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTablet size={size} /> });"
+    "IconTrash.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTrash = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2 3.19992C1.55817 3.19992 1.2 3.55809 1.2 3.99992C1.2 4.44175 1.55817 4.79992 2 4.79992V3.19992ZM14 4.79992C14.4418 4.79992 14.8 4.44175 14.8 3.99992C14.8 3.55809 14.4418 3.19992 14 3.19992V4.79992ZM13.4667 3.99992C13.4667 3.55809 13.1085 3.19992 12.6667 3.19992C12.2248 3.19992 11.8667 3.55809 11.8667 3.99992H13.4667ZM3.33333 13.3333H4.13333H3.33333ZM4.53333 3.99992C4.53333 4.44175 4.89151 4.79992 5.33333 4.79992C5.77516 4.79992 6.13333 4.44175 6.13333 3.99992H4.53333ZM6.66667 1.33325V0.533252V1.33325ZM9.33333 1.33325V0.533252V1.33325ZM9.86667 3.99992C9.86667 4.44175 10.2248 4.79992 10.6667 4.79992C11.1085 4.79992 11.4667 4.44175 11.4667 3.99992H9.86667ZM2 4.79992H3.33333V3.19992H2V4.79992ZM3.33333 4.79992H14V3.19992H3.33333V4.79992ZM11.8667 3.99992V13.3333H13.4667V3.99992H11.8667ZM11.8667 13.3333C11.8667 13.4747 11.8105 13.6104 11.7105 13.7104L12.8418 14.8417C13.2419 14.4417 13.4667 13.899 13.4667 13.3333H11.8667ZM11.7105 13.7104C11.6104 13.8104 11.4748 13.8666 11.3333 13.8666V15.4666C11.8991 15.4666 12.4417 15.2418 12.8418 14.8417L11.7105 13.7104ZM11.3333 13.8666H4.66667V15.4666H11.3333V13.8666ZM4.66667 13.8666C4.52522 13.8666 4.38956 13.8104 4.28954 13.7104L3.15817 14.8417C3.55825 15.2418 4.10087 15.4666 4.66667 15.4666V13.8666ZM4.28954 13.7104C4.18952 13.6104 4.13333 13.4747 4.13333 13.3333H2.53333C2.53333 13.899 2.75809 14.4417 3.15817 14.8417L4.28954 13.7104ZM4.13333 13.3333V3.99992H2.53333L2.53333 13.3333H4.13333ZM6.13333 3.99992V2.66659H4.53333V3.99992H6.13333ZM6.13333 2.66659C6.13333 2.52514 6.18952 2.38948 6.28954 2.28946L5.15817 1.15809C4.7581 1.55817 4.53333 2.10079 4.53333 2.66659H6.13333ZM6.28954 2.28946C6.38956 2.18944 6.52522 2.13325 6.66667 2.13325V0.533252C6.10087 0.533252 5.55825 0.758013 5.15817 1.15809L6.28954 2.28946ZM6.66667 2.13325H9.33333V0.533252H6.66667V2.13325ZM9.33333 2.13325C9.47478 2.13325 9.61044 2.18944 9.71046 2.28946L10.8418 1.15809C10.4418 0.758013 9.89913 0.533252 9.33333 0.533252V2.13325ZM9.71046 2.28946C9.81048 2.38948 9.86667 2.52514 9.86667 2.66659H11.4667C11.4667 2.10079 11.2419 1.55817 10.8418 1.15809L9.71046 2.28946ZM9.86667 2.66659V3.99992H11.4667V2.66659H9.86667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTrash, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13642\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrash size={size} /> });"
   ],
   [
     "IconTag.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTag = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.583374 1.33325C0.583374 0.919038 0.91916 0.583252 1.33337 0.583252H8.00004C8.19895 0.583252 8.38972 0.66227 8.53037 0.802922L14.2586 6.53117C14.6466 6.92151 14.8644 7.44953 14.8644 7.99992C14.8644 8.55031 14.6466 9.07833 14.2586 9.46867L14.257 9.47025L9.47733 14.25C9.28385 14.4437 9.05408 14.5973 8.80117 14.7022C8.54825 14.807 8.27715 14.861 8.00337 14.861C7.72959 14.861 7.4585 14.807 7.20558 14.7022C6.95282 14.5974 6.72317 14.4438 6.52976 14.2503M2.08337 2.08325V7.689L7.59006 13.1893C7.64424 13.2435 7.70918 13.2871 7.77999 13.3165C7.85081 13.3459 7.92671 13.361 8.00337 13.361C8.08004 13.361 8.15594 13.3459 8.22676 13.3165C8.29757 13.2871 8.36191 13.2441 8.41608 13.1899L13.1948 8.41117C13.1946 8.41138 13.195 8.41096 13.1948 8.41117C13.3031 8.30194 13.3644 8.15373 13.3644 7.99992C13.3644 7.84611 13.3037 7.69854 13.1954 7.58931C13.1952 7.58909 13.1956 7.58952 13.1954 7.58931L7.68938 2.08325H2.08337ZM3.91671 4.66659C3.91671 4.25237 4.25249 3.91659 4.66671 3.91659H4.67337C5.08759 3.91659 5.42337 4.25237 5.42337 4.66659C5.42337 5.0808 5.08759 5.41659 4.67337 5.41659H4.66671C4.25249 5.41659 3.91671 5.0808 3.91671 4.66659Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTag, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13632\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTag size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTag = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.7267 8.93992L14.2924 9.50561L14.2941 9.50392L13.7267 8.93992ZM8.94671 13.7199L8.38102 13.1542L8.38071 13.1545L8.94671 13.7199ZM7.06004 13.7199L7.62604 13.1545L7.6254 13.1539L7.06004 13.7199ZM1.33337 7.99992H0.533374C0.533374 8.21225 0.617787 8.41588 0.768018 8.56593L1.33337 7.99992ZM1.33337 1.33325V0.533252C0.891546 0.533252 0.533374 0.891424 0.533374 1.33325L1.33337 1.33325ZM8.00004 1.33325L8.56573 0.767567C8.4157 0.617537 8.21221 0.533252 8.00004 0.533252V1.33325ZM13.7267 7.05992L14.2941 6.49592L14.2924 6.49423L13.7267 7.05992ZM4.66671 3.86659C4.22488 3.86659 3.86671 4.22476 3.86671 4.66659C3.86671 5.10841 4.22488 5.46659 4.66671 5.46659V3.86659ZM4.67337 5.46659C5.1152 5.46659 5.47337 5.10841 5.47337 4.66659C5.47337 4.22476 5.1152 3.86659 4.67337 3.86659V5.46659ZM13.161 8.37423L8.38102 13.1542L9.51239 14.2856L14.2924 9.5056L13.161 8.37423ZM8.38071 13.1545C8.33117 13.2041 8.27235 13.2435 8.20761 13.2703L8.82031 14.7484C9.0793 14.641 9.31458 14.4836 9.51271 14.2853L8.38071 13.1545ZM8.20761 13.2703C8.14287 13.2972 8.07346 13.311 8.00337 13.311V14.911C8.28372 14.911 8.56133 14.8557 8.82031 14.7484L8.20761 13.2703ZM8.00337 13.311C7.93328 13.311 7.86388 13.2972 7.79914 13.2703L7.18643 14.7484C7.44542 14.8557 7.72302 14.911 8.00337 14.911V13.311ZM7.79914 13.2703C7.7344 13.2435 7.67557 13.2041 7.62604 13.1545L6.49404 14.2853C6.69217 14.4836 6.92745 14.641 7.18643 14.7484L7.79914 13.2703ZM7.6254 13.1539L1.89873 7.4339L0.768018 8.56593L6.49468 14.2859L7.6254 13.1539ZM2.13337 7.99992V1.33325H0.533374V7.99992H2.13337ZM1.33337 2.13325H8.00004V0.533252H1.33337V2.13325ZM7.43436 1.89894L13.161 7.6256L14.2924 6.49423L8.56573 0.767567L7.43436 1.89894ZM13.1593 7.62392C13.2587 7.72384 13.3144 7.85902 13.3144 7.99992H14.9144C14.9144 7.43632 14.6914 6.89563 14.2941 6.49592L13.1593 7.62392ZM13.3144 7.99992C13.3144 8.14082 13.2587 8.27599 13.1593 8.37592L14.2941 9.50392C14.6914 9.10421 14.9144 8.56351 14.9144 7.99992H13.3144ZM4.66671 5.46659H4.67337V3.86659H4.66671V5.46659Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTag, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13632\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTag size={size} /> });"
   ],
   [
-    "IconTarget.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTarget = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12523)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.74992C6.20512 4.74992 4.75004 6.20499 4.75004 7.99992C4.75004 9.79484 6.20512 11.2499 8.00004 11.2499C9.79497 11.2499 11.25 9.79484 11.25 7.99992C11.25 6.20499 9.79497 4.74992 8.00004 4.74992ZM3.25004 7.99992C3.25004 5.37657 5.37669 3.24992 8.00004 3.24992C10.6234 3.24992 12.75 5.37657 12.75 7.99992C12.75 10.6233 10.6234 12.7499 8.00004 12.7499C5.37669 12.7499 3.25004 10.6233 3.25004 7.99992ZM8.00004 7.41659C7.67788 7.41659 7.41671 7.67775 7.41671 7.99992C7.41671 8.32208 7.67787 8.58325 8.00004 8.58325C8.32221 8.58325 8.58337 8.32208 8.58337 7.99992C8.58337 7.67775 8.32221 7.41659 8.00004 7.41659ZM5.91671 7.99992C5.91671 6.84933 6.84945 5.91659 8.00004 5.91659C9.15063 5.91659 10.0834 6.84933 10.0834 7.99992C10.0834 9.15051 9.15063 10.0833 8.00004 10.0833C6.84945 10.0833 5.91671 9.15051 5.91671 7.99992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12523\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTarget, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13631\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTarget size={size} /> });"
-  ],
-  [
-    "IconTerminal.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTerminal = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.13642 2.80292C2.42931 2.51003 2.90418 2.51003 3.19708 2.80292L7.19708 6.80292C7.48997 7.09582 7.48997 7.57069 7.19708 7.86358L3.19708 11.8636C2.90418 12.1565 2.42931 12.1565 2.13642 11.8636C1.84352 11.5707 1.84352 11.0958 2.13642 10.8029L5.60609 7.33325L2.13642 3.86358C1.84352 3.57069 1.84352 3.09582 2.13642 2.80292ZM7.25008 12.6666C7.25008 12.2524 7.58587 11.9166 8.00008 11.9166H13.3334C13.7476 11.9166 14.0834 12.2524 14.0834 12.6666C14.0834 13.0808 13.7476 13.4166 13.3334 13.4166H8.00008C7.58587 13.4166 7.25008 13.0808 7.25008 12.6666Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTerminal, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13634\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTerminal size={size} /> });"
+    "IconTwitter.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTwitter = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16059)\"><path d=\"M15.3333 2.00011L16.1106 2.18941C16.1895 1.86541 16.0591 1.52645 15.7835 1.3388C15.5078 1.15115 15.1447 1.15417 14.8722 1.34638L15.3333 2.00011ZM13.24 3.02011L12.6363 3.5451C12.8428 3.78254 13.1693 3.87687 13.4706 3.78614L13.24 3.02011ZM7.99996 5.02011H8.80003L8.79989 5.00939L7.99996 5.02011ZM7.99996 5.68678L8.0207 6.48651C8.4543 6.47527 8.79996 6.12053 8.79996 5.68678H7.99996ZM1.99996 2.66678L2.65464 2.20701C2.48901 1.97116 2.20932 1.84262 1.92247 1.87054C1.63562 1.89846 1.38596 2.0785 1.26891 2.34187L1.99996 2.66678ZM5.33329 11.3334L5.7826 11.9954C6.02294 11.8322 6.15596 11.5516 6.13012 11.2623C6.10428 10.973 5.92365 10.7204 5.6582 10.6024L5.33329 11.3334ZM0.666626 12.6668L0.698422 11.8674C0.328245 11.8527 -0.00361609 12.094 -0.103655 12.4508C-0.203694 12.8075 -0.0457372 13.1862 0.278112 13.3661L0.666626 12.6668ZM14 5.00011H14.8L14.8 4.99747L14 5.00011ZM13.9466 4.44678L13.3849 3.87717C13.1948 4.06468 13.1107 4.33469 13.1609 4.59698L13.9466 4.44678ZM14.8722 1.34638C14.304 1.74712 13.675 2.05363 13.0093 2.25409L13.4706 3.78614C14.3011 3.53608 15.0857 3.15374 15.7944 2.65384L14.8722 1.34638ZM13.8436 2.49512C13.3345 1.9098 12.658 1.49494 11.9055 1.30665L11.5171 2.8588C11.9517 2.96754 12.3424 3.2071 12.6363 3.5451L13.8436 2.49512ZM11.9055 1.30665C11.153 1.11836 10.3608 1.16573 9.63608 1.44234L10.2066 2.93716C10.6251 2.77742 11.0826 2.75007 11.5171 2.8588L11.9055 1.30665ZM9.63608 1.44234C8.91136 1.71895 8.28907 2.21146 7.85338 2.85326L9.17718 3.75192C9.42877 3.3813 9.78812 3.09689 10.2066 2.93716L9.63608 1.44234ZM7.85338 2.85326C7.4177 3.49507 7.18963 4.25519 7.20003 5.03084L8.79989 5.00939C8.79388 4.56148 8.92558 4.12253 9.17718 3.75192L7.85338 2.85326ZM7.19996 5.02011V5.68678H8.79996V5.02011H7.19996ZM7.97922 4.88705C6.93953 4.91401 5.90931 4.68342 4.98031 4.21582L4.26096 5.645C5.42564 6.23122 6.71723 6.52031 8.0207 6.48651L7.97922 4.88705ZM4.98031 4.21582C4.05131 3.74823 3.25237 3.05814 2.65464 2.20701L1.34527 3.12655C2.09464 4.1936 3.09627 5.05877 4.26096 5.645L4.98031 4.21582ZM1.99996 2.66678C1.26891 2.34187 1.26874 2.34225 1.26856 2.34265C1.26849 2.34282 1.2683 2.34324 1.26815 2.34358C1.26786 2.34424 1.26753 2.34499 1.26715 2.34584C1.26641 2.34754 1.2655 2.34961 1.26444 2.35204C1.26233 2.3569 1.2596 2.36323 1.2563 2.37099C1.2497 2.38651 1.24082 2.40775 1.23001 2.43444C1.2084 2.48778 1.17902 2.56301 1.14475 2.6578C1.07631 2.84712 0.987781 3.11598 0.902525 3.44564C0.732976 4.10123 0.571126 5.01727 0.617451 6.03644C0.663936 7.0591 0.921199 8.20207 1.60535 9.28232C2.29273 10.3677 3.38046 11.341 5.00838 12.0645L5.6582 10.6024C4.28613 9.99258 3.45719 9.21591 2.95706 8.42624C2.45372 7.63148 2.25265 6.77446 2.2158 5.96379C2.17879 5.14962 2.30861 4.39899 2.45156 3.84625C2.52255 3.57174 2.59549 3.35102 2.64944 3.2018C2.67636 3.12732 2.69842 3.07104 2.71294 3.03519C2.7202 3.01728 2.72556 3.0045 2.72869 2.99715C2.73025 2.99348 2.73125 2.99116 2.73165 2.99024C2.73185 2.98977 2.7319 2.98966 2.7318 2.9899C2.73175 2.99002 2.73165 2.99023 2.73152 2.99053C2.73146 2.99068 2.73133 2.99097 2.7313 2.99104C2.73116 2.99135 2.73101 2.99169 1.99996 2.66678ZM4.88399 10.6715C3.65255 11.5074 2.18559 11.9266 0.698422 11.8674L0.63483 13.4661C2.46387 13.5389 4.26807 13.0234 5.7826 11.9954L4.88399 10.6715ZM0.278112 13.3661C3.49932 15.1557 7.12069 15.1754 9.95917 13.6646C12.8171 12.1435 14.8 9.11339 14.8 5.00011H13.2C13.2 8.5535 11.5161 11.0234 9.20741 12.2522C6.87922 13.4914 3.83393 13.5112 1.05514 11.9675L0.278112 13.3661ZM14.8 4.99747C14.7992 4.76225 14.7766 4.52762 14.7324 4.29658L13.1609 4.59698C13.1864 4.73073 13.1995 4.86658 13.2 5.00276L14.8 4.99747ZM14.5084 5.01638C15.2945 4.24108 15.8493 3.2622 16.1106 2.18941L14.556 1.81082C14.365 2.59497 13.9595 3.31047 13.3849 3.87717L14.5084 5.01638Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16059\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTwitter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13650\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTwitter size={size} /> });"
   ],
   [
-    "IconThermometer.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconThermometer = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12982)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.95791 0.624573C6.41112 0.17136 7.02581 -0.083252 7.66675 -0.083252C8.30769 -0.083252 8.92238 0.17136 9.37559 0.624573C9.8288 1.07779 10.0834 1.69247 10.0834 2.33341V9.46707C10.5881 9.89238 10.9735 10.4451 11.1975 11.0711C11.4686 11.8286 11.4888 12.6532 11.2553 13.4231C11.0218 14.1929 10.5468 14.8673 9.90063 15.3465C9.25445 15.8258 8.47126 16.0845 7.66675 16.0845C6.86224 16.0845 6.07905 15.8258 5.43286 15.3465C4.78667 14.8673 4.31174 14.1929 4.07821 13.4231C3.84468 12.6532 3.86493 11.8286 4.13597 11.0711C4.35997 10.4451 4.74544 9.89238 5.25008 9.46707V2.33341C5.25008 1.69247 5.50469 1.07779 5.95791 0.624573ZM7.66675 1.41675C7.42363 1.41675 7.19048 1.51333 7.01857 1.68523C6.84666 1.85714 6.75008 2.0903 6.75008 2.33341V9.84008C6.75008 10.0906 6.62503 10.3245 6.41675 10.4637C6.01539 10.7319 5.71091 11.122 5.54828 11.5765C5.38566 12.031 5.37351 12.5257 5.51363 12.9876C5.65375 13.4496 5.9387 13.8542 6.32642 14.1417C6.71413 14.4293 7.18404 14.5845 7.66675 14.5845C8.14946 14.5845 8.61937 14.4293 9.00708 14.1417C9.39479 13.8542 9.67975 13.4496 9.81987 12.9876C9.95999 12.5257 9.94784 12.031 9.78521 11.5765C9.62259 11.122 9.31811 10.7319 8.91675 10.4637C8.70847 10.3245 8.58342 10.0906 8.58342 9.84008V2.33341C8.58342 2.0903 8.48684 1.85714 8.31493 1.68523C8.14302 1.51333 7.90986 1.41675 7.66675 1.41675Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12982\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconThermometer, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13633\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconThermometer size={size} /> });"
+    "IconTarget.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTarget = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16025)\"><path d=\"M13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM11.2 7.99992C11.2 9.76723 9.76735 11.1999 8.00004 11.1999V12.7999C10.651 12.7999 12.8 10.6509 12.8 7.99992H11.2ZM8.00004 11.1999C6.23273 11.1999 4.80004 9.76723 4.80004 7.99992H3.20004C3.20004 10.6509 5.34907 12.7999 8.00004 12.7999V11.1999ZM4.80004 7.99992C4.80004 6.23261 6.23273 4.79992 8.00004 4.79992V3.19992C5.34907 3.19992 3.20004 5.34895 3.20004 7.99992H4.80004ZM8.00004 4.79992C9.76735 4.79992 11.2 6.23261 11.2 7.99992H12.8C12.8 5.34895 10.651 3.19992 8.00004 3.19992V4.79992ZM8.53337 7.99992C8.53337 8.29447 8.29459 8.53325 8.00004 8.53325V10.1333C9.17825 10.1333 10.1334 9.17813 10.1334 7.99992H8.53337ZM8.00004 8.53325C7.70549 8.53325 7.46671 8.29447 7.46671 7.99992H5.86671C5.86671 9.17813 6.82183 10.1333 8.00004 10.1333V8.53325ZM7.46671 7.99992C7.46671 7.70537 7.70549 7.46658 8.00004 7.46658V5.86658C6.82183 5.86658 5.86671 6.82171 5.86671 7.99992H7.46671ZM8.00004 7.46658C8.29459 7.46658 8.53337 7.70537 8.53337 7.99992H10.1334C10.1334 6.82171 9.17825 5.86658 8.00004 5.86658V7.46658Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16025\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTarget, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13631\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTarget size={size} /> });"
   ],
   [
     "IconThumbsDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconThumbsDown = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12887)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.6551 2.27356C13.5082 2.14747 13.3202 2.07971 13.1266 2.08313L13.1134 2.08337L12.0834 2.08325V7.91658H13.1266C13.3202 7.92001 13.5082 7.85236 13.6551 7.72627C13.7913 7.60937 13.8833 7.44987 13.9167 7.27436V2.72547C13.8833 2.54996 13.7913 2.39046 13.6551 2.27356ZM10.5834 8.50742V2.08325H3.80487C3.6642 2.08166 3.52768 2.13092 3.42049 2.22203C3.31329 2.31315 3.24264 2.43994 3.22154 2.57903L3.22136 2.58025L2.30153 8.57913C2.3015 8.57928 2.30155 8.57898 2.30153 8.57913C2.28893 8.66259 2.29452 8.74825 2.31805 8.82931C2.34163 8.91052 2.38258 8.98563 2.43807 9.04944C2.49356 9.11325 2.56226 9.16424 2.6394 9.19886C2.71655 9.23348 2.8003 9.25092 2.88486 9.24996L2.89335 9.24987L6.66669 9.24992C7.0809 9.24992 7.41669 9.5857 7.41669 9.99992V12.6666C7.41669 12.9981 7.54838 13.316 7.7828 13.5505C7.90732 13.675 8.05539 13.7705 8.21655 13.8327L10.5834 8.50742ZM11.8208 9.41658L9.35205 14.9712C9.23167 15.242 8.96308 15.4166 8.66669 15.4166C7.93734 15.4166 7.23787 15.1269 6.72214 14.6111C6.20642 14.0954 5.91669 13.3959 5.91669 12.6666V10.7499H2.89717C2.59677 10.7526 2.29932 10.6904 2.02521 10.5673C1.74968 10.4437 1.50433 10.2616 1.30616 10.0337C1.10799 9.80581 0.961737 9.53755 0.877534 9.24752C0.793332 8.95749 0.773193 8.65262 0.818513 8.35403L1.7385 2.35413C1.73846 2.35436 1.73853 2.3539 1.7385 2.35413C1.81396 1.85762 2.06635 1.40439 2.44901 1.07912C2.83066 0.754725 3.31636 0.578719 3.81712 0.583249H13.1074C13.6659 0.575148 14.2082 0.771455 14.6321 1.13536C15.0579 1.50086 15.3347 2.00997 15.4099 2.56605C15.4144 2.59937 15.4167 2.63296 15.4167 2.66658V7.33325C15.4167 7.36687 15.4144 7.40046 15.4099 7.43378C15.3347 7.98986 15.0579 8.49898 14.6321 8.86447C14.2082 9.22838 13.6659 9.42468 13.1074 9.41658H11.8208Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12887\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconThumbsDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13636\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconThumbsDown size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconThumbsDown = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16031)\"><path d=\"M6.66669 9.99992H7.46669C7.46669 9.55809 7.10851 9.19991 6.66669 9.19991V9.99992ZM8.66669 14.6666V15.4666C8.98284 15.4666 9.26934 15.2804 9.39774 14.9915L8.66669 14.6666ZM3.81335 1.33325L3.80431 2.13325H3.81335V1.33325ZM2.48002 2.46658L3.27078 2.58783L3.27098 2.58653L2.48002 2.46658ZM1.56002 8.46658L0.769261 8.34533L0.769079 8.34653L1.56002 8.46658ZM2.89335 9.99992V9.19986L2.88429 9.19997L2.89335 9.99992ZM13.1134 1.33325V2.13325C13.1181 2.13325 13.1228 2.13321 13.1275 2.13312L13.1134 1.33325ZM14.6667 2.66658H15.4667C15.4667 2.63072 15.4643 2.59489 15.4595 2.55935L14.6667 2.66658ZM14.6667 7.33325L15.4595 7.44048C15.4643 7.40494 15.4667 7.36911 15.4667 7.33325H14.6667ZM13.1134 8.66658L13.1275 7.86671C13.1228 7.86662 13.1181 7.86658 13.1134 7.86658V8.66658ZM5.86669 9.99992V12.6666H7.46669V9.99992H5.86669ZM5.86669 12.6666C5.86669 13.4092 6.16169 14.1214 6.68679 14.6465L7.81816 13.5151C7.59312 13.2901 7.46669 12.9848 7.46669 12.6666H5.86669ZM6.68679 14.6465C7.21189 15.1716 7.92408 15.4666 8.66669 15.4666V13.8666C8.34843 13.8666 8.0432 13.7402 7.81816 13.5151L6.68679 14.6465ZM9.39774 14.9915L12.0644 8.99149L10.6023 8.34167L7.93564 14.3417L9.39774 14.9915ZM12.1334 8.66658V1.33325H10.5334V8.66658H12.1334ZM11.3334 0.533249H3.81335V2.13325H11.3334V0.533249ZM3.8224 0.5333C3.30791 0.527484 2.80866 0.707801 2.41663 1.04103L3.45287 2.26013C3.55088 2.17682 3.67569 2.13174 3.80431 2.1332L3.8224 0.5333ZM2.41663 1.04103C2.0246 1.37425 1.76621 1.83793 1.68906 2.34663L3.27098 2.58653C3.29026 2.45936 3.35486 2.34344 3.45287 2.26013L2.41663 1.04103ZM1.68926 2.34533L0.769262 8.34533L2.35078 8.58783L3.27078 2.58783L1.68926 2.34533ZM0.769079 8.34653C0.722671 8.65228 0.743293 8.96447 0.829517 9.26146L2.36607 8.81537C2.34451 8.74112 2.33936 8.66307 2.35096 8.58663L0.769079 8.34653ZM0.829517 9.26146C0.91574 9.55845 1.0655 9.83315 1.26843 10.0665L2.4758 9.01663C2.42507 8.95829 2.38763 8.88961 2.36607 8.81537L0.829517 9.26146ZM1.26843 10.0665C1.47136 10.2999 1.72259 10.4863 2.00474 10.613L2.65988 9.15324C2.58934 9.12158 2.52653 9.07497 2.4758 9.01663L1.26843 10.0665ZM2.00474 10.613C2.28688 10.7396 2.59318 10.8034 2.90241 10.7999L2.88429 9.19997C2.80699 9.20084 2.73041 9.1849 2.65988 9.15324L2.00474 10.613ZM2.89335 10.7999H6.66669V9.19991H2.89335V10.7999ZM11.3334 2.13325H13.1134V0.533249H11.3334V2.13325ZM13.1275 2.13312C13.3088 2.12992 13.485 2.19339 13.6226 2.3115L14.6647 1.09742C14.2296 0.723952 13.6725 0.523235 13.0992 0.533374L13.1275 2.13312ZM13.6226 2.3115C13.7602 2.4296 13.8496 2.59412 13.8739 2.77382L15.4595 2.55935C15.3826 1.99112 15.0998 1.4709 14.6647 1.09742L13.6226 2.3115ZM13.8667 2.66658V7.33325H15.4667V2.66658H13.8667ZM13.8739 7.22601C13.8496 7.40571 13.7602 7.57023 13.6226 7.68833L14.6647 8.90241C15.0998 8.52893 15.3826 8.00871 15.4595 7.44048L13.8739 7.22601ZM13.6226 7.68833C13.485 7.80644 13.3088 7.86991 13.1275 7.86671L13.0992 9.46646C13.6725 9.4766 14.2296 9.27588 14.6647 8.90241L13.6226 7.68833ZM13.1134 7.86658H11.3334V9.46658H13.1134V7.86658Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16031\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconThumbsDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13636\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconThumbsDown size={size} /> });"
   ],
   [
-    "IconThumbsUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconThumbsUp = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12522)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.64814 1.02865C6.76851 0.757802 7.0371 0.583252 7.3335 0.583252C8.06284 0.583252 8.76231 0.872983 9.27804 1.38871C9.79377 1.90443 10.0835 2.60391 10.0835 3.33325V5.24992H13.1031C13.4034 5.2472 13.7009 5.30947 13.975 5.43249C14.2505 5.55615 14.4959 5.73823 14.694 5.96613C14.8922 6.19402 15.0384 6.46228 15.1226 6.75231C15.2069 7.04234 15.227 7.34721 15.1817 7.6458L14.2617 13.6457C14.2617 13.6459 14.2617 13.6455 14.2617 13.6457C14.1862 14.1422 13.9339 14.5954 13.5512 14.9207C13.1695 15.2451 12.6838 15.4211 12.183 15.4166H2.66683C2.11429 15.4166 1.58439 15.1971 1.19369 14.8064C0.802989 14.4157 0.583496 13.8858 0.583496 13.3333V8.66659C0.583496 8.11405 0.80299 7.58415 1.19369 7.19345C1.58439 6.80275 2.11429 6.58325 2.66683 6.58325H4.17942L6.64814 1.02865ZM3.91683 8.08325H2.66683C2.51212 8.08325 2.36375 8.14471 2.25435 8.25411C2.14495 8.3635 2.0835 8.51188 2.0835 8.66659V13.3333C2.0835 13.488 2.14495 13.6363 2.25435 13.7457C2.36375 13.8551 2.51212 13.9166 2.66683 13.9166H3.91683V8.08325ZM5.41683 13.9166H12.1953C12.336 13.9182 12.4725 13.8689 12.5797 13.7778C12.6869 13.6867 12.7575 13.5599 12.7786 13.4208L13.6987 7.4207C13.6986 7.42081 13.6987 7.4206 13.6987 7.4207C13.7113 7.3372 13.7057 7.25163 13.6821 7.17053C13.6586 7.08932 13.6176 7.01421 13.5621 6.9504C13.5066 6.88659 13.4379 6.8356 13.3608 6.80098C13.2836 6.76635 13.1999 6.74891 13.1153 6.74987L13.1068 6.74997L9.3335 6.74992C8.91928 6.74992 8.5835 6.41413 8.5835 5.99992V3.33325C8.5835 3.00173 8.4518 2.68379 8.21738 2.44937C8.09287 2.32486 7.94479 2.22932 7.78363 2.16711L5.41683 7.49241V13.9166Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12522\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconThumbsUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13635\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconThumbsUp size={size} /> });"
+    "IconUnlock.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUnlock = (props: IconProps) => (\n  <Icon {...props}><path d=\"M3.86667 7.33344C3.86667 7.77526 4.22484 8.13344 4.66667 8.13344C5.10849 8.13344 5.46667 7.77526 5.46667 7.33344H3.86667ZM4.66667 4.66677H5.46667L5.46667 4.66597L4.66667 4.66677ZM10.4827 4.1593C10.5706 4.59229 10.9929 4.87202 11.4259 4.7841C11.8589 4.69618 12.1386 4.2739 12.0507 3.84091L10.4827 4.1593ZM3.33333 8.13344H12.6667V6.53344H3.33333V8.13344ZM12.6667 8.13344C12.9612 8.13344 13.2 8.37222 13.2 8.66677H14.8C14.8 7.48856 13.8449 6.53344 12.6667 6.53344V8.13344ZM13.2 8.66677V13.3334H14.8V8.66677H13.2ZM13.2 13.3334C13.2 13.628 12.9612 13.8668 12.6667 13.8668V15.4668C13.8449 15.4668 14.8 14.5116 14.8 13.3334H13.2ZM12.6667 13.8668H3.33333V15.4668H12.6667V13.8668ZM3.33333 13.8668C3.03878 13.8668 2.8 13.628 2.8 13.3334H1.2C1.2 14.5116 2.15513 15.4668 3.33333 15.4668V13.8668ZM2.8 13.3334V8.66677H1.2V13.3334H2.8ZM2.8 8.66677C2.8 8.37222 3.03878 8.13344 3.33333 8.13344V6.53344C2.15513 6.53344 1.2 7.48856 1.2 8.66677H2.8ZM5.46667 7.33344V4.66677H3.86667V7.33344H5.46667ZM5.46667 4.66597C5.46604 4.03772 5.69886 3.43166 6.11995 2.96542L4.93255 1.893C4.24551 2.6537 3.86564 3.64255 3.86667 4.66757L5.46667 4.66597ZM6.11995 2.96542C6.54104 2.49919 7.12034 2.20605 7.7454 2.14291L7.5846 0.551012C6.56477 0.654026 5.61959 1.13231 4.93255 1.893L6.11995 2.96542ZM7.7454 2.14291C8.37046 2.07977 8.99669 2.25114 9.50251 2.62375L10.4515 1.33554C9.62618 0.7276 8.60444 0.447998 7.5846 0.551012L7.7454 2.14291ZM9.50251 2.62375C10.0083 2.99636 10.3576 3.54362 10.4827 4.1593L12.0507 3.84091C11.8467 2.83638 11.2767 1.94348 10.4515 1.33554L9.50251 2.62375Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUnlock, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13654\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUnlock size={size} /> });"
   ],
   [
-    "IconToggleLeft.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconToggleLeft = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12521)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.33317 4.08325C3.17006 4.08325 1.4165 5.8368 1.4165 7.99992C1.4165 10.163 3.17006 11.9166 5.33317 11.9166H10.6665C12.8296 11.9166 14.5832 10.163 14.5832 7.99992C14.5832 5.8368 12.8296 4.08325 10.6665 4.08325H5.33317ZM-0.0834961 7.99992C-0.0834961 5.00838 2.34163 2.58325 5.33317 2.58325H10.6665C13.658 2.58325 16.0832 5.00838 16.0832 7.99992C16.0832 10.9915 13.658 13.4166 10.6665 13.4166H5.33317C2.34163 13.4166 -0.0834961 10.9915 -0.0834961 7.99992ZM5.33317 6.74992C4.64282 6.74992 4.08317 7.30956 4.08317 7.99992C4.08317 8.69027 4.64281 9.24992 5.33317 9.24992C6.02353 9.24992 6.58317 8.69028 6.58317 7.99992C6.58317 7.30956 6.02353 6.74992 5.33317 6.74992ZM2.58317 7.99992C2.58317 6.48114 3.81439 5.24992 5.33317 5.24992C6.85195 5.24992 8.08317 6.48114 8.08317 7.99992C8.08317 9.5187 6.85195 10.7499 5.33317 10.7499C3.81439 10.7499 2.58317 9.5187 2.58317 7.99992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12521\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconToggleLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13638\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconToggleLeft size={size} /> });"
+    "IconTriangle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTriangle = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.86001 2.57323L6.176 2.15832L6.17372 2.16213L6.86001 2.57323ZM1.21335 11.9999L0.526965 11.5887L0.520555 11.5998L1.21335 11.9999ZM2.35335 13.9999L2.34455 14.7999H2.35335V13.9999ZM13.6467 13.9999V14.7999L13.6555 14.7998L13.6467 13.9999ZM14.7867 11.9999L15.4796 11.5998L15.473 11.5888L14.7867 11.9999ZM9.14001 2.57323L9.82632 2.16212L9.82401 2.15832L9.14001 2.57323ZM8.00001 1.9314V1.1314V1.9314ZM6.17372 2.16213L0.527053 11.5888L1.89964 12.411L7.54631 2.98432L6.17372 2.16213ZM0.520555 11.5998C0.334281 11.9224 0.235719 12.2882 0.234676 12.6607L1.83467 12.6651C1.83493 12.572 1.85957 12.4806 1.90614 12.3999L0.520555 11.5998ZM0.234676 12.6607C0.233633 13.0332 0.330145 13.3994 0.51461 13.7231L1.90465 12.9307C1.85854 12.8498 1.83441 12.7583 1.83467 12.6651L0.234676 12.6607ZM0.51461 13.7231C0.699074 14.0467 0.965061 14.3164 1.28611 14.5053L2.09753 13.1263C2.01727 13.0791 1.95077 13.0117 1.90465 12.9307L0.51461 13.7231ZM1.28611 14.5053C1.60715 14.6942 1.97207 14.7958 2.34455 14.7998L2.36214 13.1999C2.26902 13.1989 2.17779 13.1735 2.09753 13.1263L1.28611 14.5053ZM2.35335 14.7999H13.6467V13.1999H2.35335V14.7999ZM13.6555 14.7998C14.028 14.7958 14.3929 14.6942 14.7139 14.5053L13.9025 13.1263C13.8222 13.1735 13.731 13.1989 13.6379 13.1999L13.6555 14.7998ZM14.7139 14.5053C15.035 14.3164 15.301 14.0467 15.4854 13.7231L14.0954 12.9307C14.0493 13.0117 13.9828 13.0791 13.9025 13.1263L14.7139 14.5053ZM15.4854 13.7231C15.6699 13.3995 15.7664 13.0332 15.7654 12.6607L14.1654 12.6651C14.1656 12.7583 14.1415 12.8498 14.0954 12.9307L15.4854 13.7231ZM15.7654 12.6607C15.7643 12.2882 15.6657 11.9224 15.4795 11.5998L14.0939 12.3999C14.1405 12.4806 14.1651 12.572 14.1654 12.6651L15.7654 12.6607ZM15.473 11.5888L9.82631 2.16213L8.45372 2.98432L14.1004 12.411L15.473 11.5888ZM9.82401 2.15832C9.63386 1.84484 9.36612 1.58565 9.04662 1.40577L8.26167 2.79999C8.34154 2.84496 8.40847 2.90976 8.45601 2.98813L9.82401 2.15832ZM9.04662 1.40577C8.72713 1.22589 8.36666 1.1314 8.00001 1.1314V2.7314C8.09168 2.7314 8.18179 2.75502 8.26167 2.79999L9.04662 1.40577ZM8.00001 1.1314C7.63336 1.1314 7.2729 1.22589 6.95341 1.40577L7.73836 2.79999C7.81824 2.75502 7.90835 2.7314 8.00001 2.7314V1.1314ZM6.95341 1.40577C6.63391 1.58565 6.36617 1.84484 6.17601 2.15832L7.54401 2.98813C7.59155 2.90976 7.65849 2.84496 7.73836 2.79999L6.95341 1.40577Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTriangle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13646\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTriangle size={size} /> });"
   ],
   [
-    "IconToggleRight.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconToggleRight = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12519)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.33334 4.08325C3.17022 4.08325 1.41667 5.8368 1.41667 7.99992C1.41667 10.163 3.17022 11.9166 5.33334 11.9166H10.6667C12.8298 11.9166 14.5833 10.163 14.5833 7.99992C14.5833 5.8368 12.8298 4.08325 10.6667 4.08325H5.33334ZM-0.0833282 7.99992C-0.0833282 5.00838 2.3418 2.58325 5.33334 2.58325H10.6667C13.6582 2.58325 16.0833 5.00838 16.0833 7.99992C16.0833 10.9915 13.6582 13.4166 10.6667 13.4166H5.33334C2.3418 13.4166 -0.0833282 10.9915 -0.0833282 7.99992ZM10.6667 6.74992C9.97632 6.74992 9.41667 7.30956 9.41667 7.99992C9.41667 8.69028 9.97632 9.24992 10.6667 9.24992C11.357 9.24992 11.9167 8.69028 11.9167 7.99992C11.9167 7.30956 11.357 6.74992 10.6667 6.74992ZM7.91667 7.99992C7.91667 6.48114 9.14789 5.24992 10.6667 5.24992C12.1855 5.24992 13.4167 6.48114 13.4167 7.99992C13.4167 9.5187 12.1855 10.7499 10.6667 10.7499C9.14789 10.7499 7.91667 9.5187 7.91667 7.99992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12519\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconToggleRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13637\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconToggleRight size={size} /> });"
+    "IconStopCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconStopCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16011)\"><path d=\"M5.99992 5.99992V5.19992C5.55809 5.19992 5.19992 5.55809 5.19992 5.99992H5.99992ZM9.99992 5.99992H10.7999C10.7999 5.55809 10.4417 5.19992 9.99992 5.19992V5.99992ZM9.99992 9.99992V10.7999C10.4417 10.7999 10.7999 10.4417 10.7999 9.99992H9.99992ZM5.99992 9.99992H5.19992C5.19992 10.4417 5.55809 10.7999 5.99992 10.7999V9.99992ZM13.8666 7.99992C13.8666 11.24 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.24 2.13325 7.99992H0.533252C0.533252 12.1236 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99992C2.13325 4.75985 4.75985 2.13325 7.99992 2.13325V0.533252C3.87619 0.533252 0.533252 3.87619 0.533252 7.99992H2.13325ZM7.99992 2.13325C11.24 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1236 0.533252 7.99992 0.533252V2.13325ZM5.99992 6.79992H9.99992V5.19992H5.99992V6.79992ZM9.19992 5.99992V9.99992H10.7999V5.99992H9.19992ZM9.99992 9.19992H5.99992V10.7999H9.99992V9.19992ZM6.79992 9.99992V5.99992H5.19992V9.99992H6.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16011\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconStopCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13625\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconStopCircle size={size} /> });"
   ],
   [
     "IconTool.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTool = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.853 2.0863C10.5963 2.07137 10.3374 2.08686 10.0817 2.13345C9.43175 2.25188 8.83332 2.56557 8.36617 3.03272C7.89902 3.49987 7.58533 4.0983 7.46691 4.74825C7.34848 5.3982 7.43095 6.06881 7.70332 6.6707C7.83202 6.95511 7.7711 7.2895 7.55036 7.51024L2.94369 12.1169C2.81912 12.2415 2.74915 12.4104 2.74915 12.5866C2.74915 12.7627 2.81912 12.9317 2.94369 13.0562C3.06825 13.1808 3.2372 13.2508 3.41336 13.2508C3.58952 13.2508 3.75846 13.1808 3.88303 13.0562L8.4897 8.44958C8.71044 8.22884 9.04482 8.16791 9.32923 8.29661C9.93113 8.56898 10.6017 8.65145 11.2517 8.53303C11.9016 8.4146 12.5001 8.10091 12.9672 7.63376C13.4344 7.16661 13.7481 6.56818 13.8665 5.91823C13.9131 5.66252 13.9286 5.40362 13.9136 5.14696L12.3251 6.73554C12.0602 6.99511 11.7042 7.14048 11.3334 7.14048C10.9625 7.14048 10.6065 6.99508 10.3417 6.73551L10.3363 6.73026L9.26439 5.65827C9.00482 5.39345 8.85945 5.03739 8.85945 4.66657C8.85945 4.29576 9.00485 3.93972 9.26442 3.67491L9.26967 3.66955L10.853 2.0863ZM9.81282 0.657748C10.7628 0.484669 11.7429 0.605199 12.6226 1.00328C12.8469 1.10478 13.0071 1.30991 13.0512 1.55213C13.0953 1.79435 13.0178 2.04281 12.8437 2.2169L10.394 4.66657L11.3334 5.60591L13.783 3.15624C13.9571 2.98215 14.2056 2.90459 14.4478 2.94872C14.69 2.99285 14.8951 3.15306 14.9967 3.37737C15.3947 4.25706 15.5153 5.23718 15.3422 6.18711C15.1691 7.13704 14.7106 8.01166 14.0279 8.69442C13.3451 9.37718 12.4705 9.83565 11.5206 10.0087C10.7455 10.15 9.95025 10.0957 9.20591 9.85469L4.94369 14.1169C4.53782 14.5228 3.98734 14.7508 3.41336 14.7508C2.83937 14.7508 2.2889 14.5228 1.88303 14.1169C1.47716 13.711 1.24915 13.1606 1.24915 12.5866C1.24915 12.0126 1.47716 11.4621 1.88303 11.0562L6.14525 6.79403C5.90423 6.04968 5.84998 5.25448 5.9912 4.47937C6.16428 3.52944 6.62275 2.65482 7.30551 1.97206C7.98827 1.2893 8.86289 0.830827 9.81282 0.657748Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTool, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13640\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTool size={size} /> });"
-  ],
-  [
-    "IconTrash2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTrash2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.66667 2.08325C6.51196 2.08325 6.36358 2.14471 6.25419 2.25411C6.14479 2.3635 6.08333 2.51188 6.08333 2.66659V3.24992H9.91667V2.66659C9.91667 2.51188 9.85521 2.3635 9.74581 2.25411C9.63642 2.14471 9.48804 2.08325 9.33333 2.08325H6.66667ZM11.4167 3.24992V2.66659C11.4167 2.11405 11.1972 1.58415 10.8065 1.19345C10.4158 0.802745 9.88587 0.583252 9.33333 0.583252H6.66667C6.11413 0.583252 5.58423 0.802745 5.19353 1.19345C4.80283 1.58415 4.58333 2.11405 4.58333 2.66659V3.24992H2C1.58579 3.24992 1.25 3.58571 1.25 3.99992C1.25 4.41413 1.58579 4.74992 2 4.74992H2.58333L2.58333 13.3333C2.58333 13.8858 2.80283 14.4157 3.19353 14.8064C3.58423 15.1971 4.11413 15.4166 4.66667 15.4166H11.3333C11.8859 15.4166 12.4158 15.1971 12.8065 14.8064C13.1972 14.4157 13.4167 13.8858 13.4167 13.3333V4.74992H14C14.4142 4.74992 14.75 4.41413 14.75 3.99992C14.75 3.58571 14.4142 3.24992 14 3.24992H12.6673C12.6671 3.24992 12.6675 3.24992 12.6673 3.24992C12.6671 3.24992 12.6663 3.24992 12.6661 3.24992H11.4167ZM4.08333 4.74992V13.3333C4.08333 13.488 4.14479 13.6363 4.25419 13.7457C4.36358 13.8551 4.51196 13.9166 4.66667 13.9166H11.3333C11.488 13.9166 11.6364 13.8551 11.7458 13.7457C11.8552 13.6363 11.9167 13.488 11.9167 13.3333V4.74992H4.08333ZM6.66667 6.58325C7.08088 6.58325 7.41667 6.91904 7.41667 7.33325V11.3333C7.41667 11.7475 7.08088 12.0833 6.66667 12.0833C6.25245 12.0833 5.91667 11.7475 5.91667 11.3333V7.33325C5.91667 6.91904 6.25245 6.58325 6.66667 6.58325ZM9.33333 6.58325C9.74755 6.58325 10.0833 6.91904 10.0833 7.33325V11.3333C10.0833 11.7475 9.74755 12.0833 9.33333 12.0833C8.91912 12.0833 8.58333 11.7475 8.58333 11.3333V7.33325C8.58333 6.91904 8.91912 6.58325 9.33333 6.58325Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTrash2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13639\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrash2 size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTool = (props: IconProps) => (\n  <Icon {...props}><path d=\"M9.80003 4.19991L9.23431 3.63419L9.22871 3.63991L9.80003 4.19991ZM9.80003 5.13324L9.22868 5.69327L9.23434 5.69892L9.80003 5.13324ZM10.8667 6.1999L10.301 6.76562L10.3067 6.77122L10.8667 6.1999ZM11.8 6.1999L12.3601 6.77125L12.3657 6.76559L11.8 6.1999ZM14.3134 3.68657L15.0422 3.35675C14.9339 3.11749 14.7151 2.9466 14.4568 2.89953C14.1984 2.85245 13.9334 2.93519 13.7477 3.12089L14.3134 3.68657ZM9.02003 8.9799L9.34984 8.25106C9.04648 8.11378 8.6898 8.17876 8.45434 8.41422L9.02003 8.9799ZM4.41336 13.5866L3.84767 13.0209L4.41336 13.5866ZM3.41336 14.0008V14.8008V14.0008ZM1.99915 12.5866H1.19915H1.99915ZM2.41336 11.5866L1.84767 11.0209H1.84767L2.41336 11.5866ZM7.02003 6.97991L7.58571 7.54559C7.82117 7.31014 7.88615 6.95345 7.74887 6.65009L7.02003 6.97991ZM12.3134 1.68657L12.879 2.25226C13.0647 2.06656 13.1475 1.80154 13.1004 1.54317C13.0533 1.2848 12.8824 1.06599 12.6432 0.957723L12.3134 1.68657ZM9.22871 3.63991C8.95998 3.91407 8.80945 4.28266 8.80945 4.66657H10.4095C10.4095 4.70148 10.3958 4.73498 10.3713 4.75991L9.22871 3.63991ZM8.80945 4.66657C8.80945 5.05048 8.95998 5.41908 9.22871 5.69324L10.3713 4.57324C10.3958 4.59816 10.4095 4.63167 10.4095 4.66657H8.80945ZM9.23434 5.69892L10.301 6.76559L11.4324 5.63422L10.3657 4.56755L9.23434 5.69892ZM10.3067 6.77122C10.5809 7.03995 10.9495 7.19048 11.3334 7.19048V5.59048C11.3683 5.59048 11.4018 5.60416 11.4267 5.62859L10.3067 6.77122ZM11.3334 7.19048C11.7173 7.19048 12.0859 7.03995 12.36 6.77122L11.24 5.62859C11.265 5.60416 11.2985 5.59048 11.3334 5.59048V7.19048ZM12.3657 6.76559L14.879 4.25226L13.7477 3.12089L11.2343 5.63422L12.3657 6.76559ZM13.5845 4.01639C13.8527 4.60902 13.9339 5.26932 13.8173 5.90927L15.3914 6.19607C15.5663 5.23614 15.4445 4.2457 15.0422 3.35675L13.5845 4.01639ZM13.8173 5.90927C13.7007 6.54922 13.3918 7.13844 12.9319 7.5984L14.0632 8.72978C14.7532 8.03983 15.2165 7.156 15.3914 6.19607L13.8173 5.90927ZM12.9319 7.5984C12.4719 8.05837 11.8827 8.36723 11.2427 8.48383L11.5295 10.0579C12.4895 9.88302 13.3733 9.41972 14.0632 8.72978L12.9319 7.5984ZM11.2427 8.48383C10.6028 8.60043 9.94248 8.51924 9.34984 8.25106L8.69021 9.70875C9.57916 10.111 10.5696 10.2328 11.5295 10.0579L11.2427 8.48383ZM8.45434 8.41422L3.84767 13.0209L4.97904 14.1523L9.58571 9.54559L8.45434 8.41422ZM3.84767 13.0209C3.73249 13.1361 3.57626 13.2008 3.41336 13.2008V14.8008C4.0006 14.8008 4.5638 14.5675 4.97904 14.1523L3.84767 13.0209ZM3.41336 13.2008C3.25046 13.2008 3.09423 13.1361 2.97904 13.0209L1.84767 14.1523C2.26292 14.5675 2.82611 14.8008 3.41336 14.8008V13.2008ZM2.97904 13.0209C2.86386 12.9057 2.79915 12.7495 2.79915 12.5866H1.19915C1.19915 13.1738 1.43243 13.737 1.84767 14.1523L2.97904 13.0209ZM2.79915 12.5866C2.79915 12.4237 2.86386 12.2674 2.97904 12.1523L1.84767 11.0209C1.43243 11.4361 1.19915 11.9993 1.19915 12.5866H2.79915ZM2.97904 12.1523L7.58571 7.54559L6.45434 6.41422L1.84767 11.0209L2.97904 12.1523ZM7.74887 6.65009C7.4807 6.05745 7.3995 5.39716 7.5161 4.75721L5.94201 4.47041C5.76711 5.43034 5.88891 6.42077 6.29118 7.30972L7.74887 6.65009ZM7.5161 4.75721C7.6327 4.11726 7.94156 3.52804 8.40153 3.06807L7.27015 1.9367C6.58021 2.62665 6.11691 3.51048 5.94201 4.47041L7.5161 4.75721ZM8.40153 3.06807C8.86149 2.60811 9.45071 2.29924 10.0907 2.18264L9.80386 0.608557C8.84393 0.783459 7.9601 1.24675 7.27015 1.9367L8.40153 3.06807ZM10.0907 2.18264C10.7306 2.06604 11.3909 2.14724 11.9835 2.41542L12.6432 0.957723C11.7542 0.555455 10.7638 0.433656 9.80386 0.608557L10.0907 2.18264ZM11.7477 1.12089L9.23434 3.63422L10.3657 4.76559L12.879 2.25226L11.7477 1.12089Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTool, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13640\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTool size={size} /> });"
   ],
   [
-    "IconTrash.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTrash = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.66667 2.08325C6.51196 2.08325 6.36358 2.14471 6.25419 2.25411C6.14479 2.3635 6.08333 2.51188 6.08333 2.66659V3.24992H9.91667V2.66659C9.91667 2.51188 9.85521 2.3635 9.74581 2.25411C9.63642 2.14471 9.48804 2.08325 9.33333 2.08325H6.66667ZM11.4167 3.24992V2.66659C11.4167 2.11405 11.1972 1.58415 10.8065 1.19345C10.4158 0.802745 9.88587 0.583252 9.33333 0.583252H6.66667C6.11413 0.583252 5.58423 0.802745 5.19353 1.19345C4.80283 1.58415 4.58333 2.11405 4.58333 2.66659V3.24992H2C1.58579 3.24992 1.25 3.58571 1.25 3.99992C1.25 4.41413 1.58579 4.74992 2 4.74992H2.58333L2.58333 13.3333C2.58333 13.8858 2.80283 14.4157 3.19353 14.8064C3.58423 15.1971 4.11413 15.4166 4.66667 15.4166H11.3333C11.8859 15.4166 12.4158 15.1971 12.8065 14.8064C13.1972 14.4157 13.4167 13.8858 13.4167 13.3333V4.74992H14C14.4142 4.74992 14.75 4.41413 14.75 3.99992C14.75 3.58571 14.4142 3.24992 14 3.24992H12.6673C12.6671 3.24992 12.6675 3.24992 12.6673 3.24992C12.6671 3.24992 12.6663 3.24992 12.6661 3.24992H11.4167ZM4.08333 4.74992V13.3333C4.08333 13.488 4.14479 13.6363 4.25419 13.7457C4.36358 13.8551 4.51196 13.9166 4.66667 13.9166H11.3333C11.488 13.9166 11.6364 13.8551 11.7458 13.7457C11.8552 13.6363 11.9167 13.488 11.9167 13.3333V4.74992H4.08333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTrash, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13642\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrash size={size} /> });"
-  ],
-  [
-    "IconTrello.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTrello = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM3.91667 4.66667C3.91667 4.25245 4.25245 3.91667 4.66667 3.91667H6.66667C7.08088 3.91667 7.41667 4.25245 7.41667 4.66667V10.6667C7.41667 11.0809 7.08088 11.4167 6.66667 11.4167H4.66667C4.25245 11.4167 3.91667 11.0809 3.91667 10.6667V4.66667ZM5.41667 5.41667V9.91667H5.91667V5.41667H5.41667ZM8.58333 4.66667C8.58333 4.25245 8.91912 3.91667 9.33333 3.91667H11.3333C11.7475 3.91667 12.0833 4.25245 12.0833 4.66667V8C12.0833 8.41421 11.7475 8.75 11.3333 8.75H9.33333C8.91912 8.75 8.58333 8.41421 8.58333 8V4.66667ZM10.0833 5.41667V7.25H10.5833V5.41667H10.0833Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTrello, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13641\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrello size={size} /> });"
-  ],
-  [
-    "IconTrendingDown.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTrendingDown = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12834)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136418 3.46967C0.429311 3.17678 0.904185 3.17678 1.19708 3.46967L5.66675 7.93934L8.46975 5.13634C8.76264 4.84344 9.23752 4.84344 9.53041 5.13634L14.5834 10.1893V8C14.5834 7.58579 14.9192 7.25 15.3334 7.25C15.7476 7.25 16.0834 7.58579 16.0834 8V12C16.0834 12.4142 15.7476 12.75 15.3334 12.75H11.3334C10.9192 12.75 10.5834 12.4142 10.5834 12C10.5834 11.5858 10.9192 11.25 11.3334 11.25H13.5228L9.00008 6.72733L6.19708 9.53033C5.90418 9.82322 5.42931 9.82322 5.13642 9.53033L0.136418 4.53033C-0.156475 4.23744 -0.156475 3.76256 0.136418 3.46967Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12834\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTrendingDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13644\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrendingDown size={size} /> });"
+    "IconSunrise.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSunrise = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16015)\"><path d=\"M10.5332 11.9999C10.5332 12.4417 10.8913 12.7999 11.3332 12.7999C11.775 12.7999 12.1332 12.4417 12.1332 11.9999H10.5332ZM7.99984 8.66658V7.86658V8.66658ZM3.8665 11.9999C3.8665 12.4417 4.22468 12.7999 4.6665 12.7999C5.10833 12.7999 5.4665 12.4417 5.4665 11.9999H3.8665ZM7.99984 1.33325L8.56552 0.767566C8.2531 0.455147 7.74657 0.455147 7.43415 0.767567L7.99984 1.33325ZM7.19984 5.99992C7.19984 6.44175 7.55801 6.79992 7.99984 6.79992C8.44166 6.79992 8.79984 6.44175 8.79984 5.99992H7.19984ZM3.37886 6.24757C3.06644 5.93515 2.5599 5.93515 2.24749 6.24757C1.93507 6.55999 1.93507 7.06652 2.24749 7.37894L3.37886 6.24757ZM3.19415 8.3256C3.50657 8.63802 4.0131 8.63802 4.32552 8.3256C4.63794 8.01318 4.63794 7.50665 4.32552 7.19423L3.19415 8.3256ZM0.666504 11.1999C0.224676 11.1999 -0.133496 11.5581 -0.133496 11.9999C-0.133496 12.4417 0.224676 12.7999 0.666504 12.7999V11.1999ZM1.99984 12.7999C2.44167 12.7999 2.79984 12.4417 2.79984 11.9999C2.79984 11.5581 2.44167 11.1999 1.99984 11.1999V12.7999ZM13.9998 11.1999C13.558 11.1999 13.1998 11.5581 13.1998 11.9999C13.1998 12.4417 13.558 12.7999 13.9998 12.7999V11.1999ZM15.3332 12.7999C15.775 12.7999 16.1332 12.4417 16.1332 11.9999C16.1332 11.5581 15.775 11.1999 15.3332 11.1999V12.7999ZM11.6742 7.19423C11.3617 7.50665 11.3617 8.01318 11.6742 8.3256C11.9866 8.63802 12.4931 8.63802 12.8055 8.3256L11.6742 7.19423ZM13.7522 7.37894C14.0646 7.06652 14.0646 6.55999 13.7522 6.24757C13.4398 5.93515 12.9332 5.93515 12.6208 6.24757L13.7522 7.37894ZM15.3332 15.4666C15.775 15.4666 16.1332 15.1084 16.1332 14.6666C16.1332 14.2248 15.775 13.8666 15.3332 13.8666V15.4666ZM0.666504 13.8666C0.224676 13.8666 -0.133496 14.2248 -0.133496 14.6666C-0.133496 15.1084 0.224676 15.4666 0.666504 15.4666V13.8666ZM4.76749 3.43423C4.45507 3.74665 4.45507 4.25318 4.76749 4.5656C5.07991 4.87802 5.58644 4.87802 5.89886 4.5656L4.76749 3.43423ZM10.1008 4.5656C10.4132 4.87802 10.9198 4.87802 11.2322 4.5656C11.5446 4.25318 11.5446 3.74665 11.2322 3.43423L10.1008 4.5656ZM12.1332 11.9999C12.1332 10.9037 11.6977 9.85236 10.9225 9.07721L9.79117 10.2086C10.2663 10.6837 10.5332 11.328 10.5332 11.9999H12.1332ZM10.9225 9.07721C10.1474 8.30206 9.09606 7.86658 7.99984 7.86658V9.46658C8.67172 9.46658 9.31608 9.73349 9.79117 10.2086L10.9225 9.07721ZM7.99984 7.86658C6.90361 7.86658 5.85228 8.30206 5.07713 9.07721L6.2085 10.2086C6.68359 9.73349 7.32796 9.46658 7.99984 9.46658V7.86658ZM5.07713 9.07721C4.30198 9.85236 3.8665 10.9037 3.8665 11.9999H5.4665C5.4665 11.328 5.73341 10.6837 6.2085 10.2086L5.07713 9.07721ZM7.19984 1.33325V5.99992H8.79984V1.33325H7.19984ZM2.24749 7.37894L3.19415 8.3256L4.32552 7.19423L3.37886 6.24757L2.24749 7.37894ZM0.666504 12.7999H1.99984V11.1999H0.666504V12.7999ZM13.9998 12.7999H15.3332V11.1999H13.9998V12.7999ZM12.8055 8.3256L13.7522 7.37894L12.6208 6.24757L11.6742 7.19423L12.8055 8.3256ZM15.3332 13.8666H0.666504V15.4666H15.3332V13.8666ZM5.89886 4.5656L8.56552 1.89894L7.43415 0.767567L4.76749 3.43423L5.89886 4.5656ZM7.43415 1.89894L10.1008 4.5656L11.2322 3.43423L8.56552 0.767566L7.43415 1.89894Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16015\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSunrise, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13628\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSunrise size={size} /> });"
   ],
   [
-    "IconTrendingUp.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTrendingUp = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12828)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5834 4C10.5834 3.58579 10.9192 3.25 11.3334 3.25H15.3334C15.7476 3.25 16.0834 3.58579 16.0834 4V8C16.0834 8.41421 15.7476 8.75 15.3334 8.75C14.9192 8.75 14.5834 8.41421 14.5834 8V5.81066L9.53041 10.8637C9.23752 11.1566 8.76264 11.1566 8.46975 10.8637L5.66675 8.06066L1.19708 12.5303C0.904185 12.8232 0.429311 12.8232 0.136418 12.5303C-0.156475 12.2374 -0.156475 11.7626 0.136418 11.4697L5.13642 6.46967C5.42931 6.17678 5.90418 6.17678 6.19708 6.46967L9.00008 9.27267L13.5228 4.75H11.3334C10.9192 4.75 10.5834 4.41421 10.5834 4Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12828\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTrendingUp, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13643\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrendingUp size={size} /> });"
+    "IconVideo.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVideo = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16087)\"><path d=\"M15.3332 4.66683H16.1332C16.1332 4.36716 15.9657 4.09262 15.6992 3.9555C15.4328 3.81837 15.112 3.84166 14.8682 4.01584L15.3332 4.66683ZM10.6665 8.00016L10.2015 7.34918C9.99128 7.49934 9.8665 7.7418 9.8665 8.00016C9.8665 8.25852 9.99128 8.50098 10.2015 8.65115L10.6665 8.00016ZM15.3332 11.3335L14.8682 11.9845C15.112 12.1587 15.4328 12.182 15.6992 12.0448C15.9657 11.9077 16.1332 11.6332 16.1332 11.3335H15.3332ZM14.8682 4.01584L10.2015 7.34918L11.1315 8.65115L15.7982 5.31782L14.8682 4.01584ZM10.2015 8.65115L14.8682 11.9845L15.7982 10.6825L11.1315 7.34918L10.2015 8.65115ZM16.1332 11.3335V4.66683H14.5332V11.3335H16.1332ZM1.99984 4.1335H9.33317V2.5335H1.99984V4.1335ZM9.33317 4.1335C9.62772 4.1335 9.8665 4.37228 9.8665 4.66683H11.4665C11.4665 3.48862 10.5114 2.5335 9.33317 2.5335V4.1335ZM9.8665 4.66683V11.3335H11.4665V4.66683H9.8665ZM9.8665 11.3335C9.8665 11.628 9.62772 11.8668 9.33317 11.8668V13.4668C10.5114 13.4668 11.4665 12.5117 11.4665 11.3335H9.8665ZM9.33317 11.8668H1.99984V13.4668H9.33317V11.8668ZM1.99984 11.8668C1.70529 11.8668 1.4665 11.628 1.4665 11.3335H-0.133496C-0.133496 12.5117 0.82163 13.4668 1.99984 13.4668V11.8668ZM1.4665 11.3335V4.66683H-0.133496V11.3335H1.4665ZM1.4665 4.66683C1.4665 4.37228 1.70529 4.1335 1.99984 4.1335V2.5335C0.82163 2.5335 -0.133496 3.48862 -0.133496 4.66683H1.4665Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16087\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVideo, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13664\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVideo size={size} /> });"
   ],
   [
-    "IconTriangle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTriangle = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.97794 1.44934C7.28994 1.27368 7.64196 1.1814 8.00001 1.1814C8.35807 1.1814 8.71009 1.27368 9.02209 1.44934C9.3341 1.625 9.59557 1.87811 9.78126 2.18425L9.78343 2.18782L15.4363 11.6248C15.6182 11.9398 15.7143 12.297 15.7154 12.6608C15.7164 13.0246 15.6221 13.3823 15.442 13.6983C15.2618 14.0143 15.0021 14.2777 14.6886 14.4622C14.375 14.6467 14.0187 14.7458 13.6549 14.7498L13.6467 14.7499L2.3451 14.7499C1.98135 14.7459 1.62499 14.6467 1.31147 14.4622C0.997943 14.2777 0.73819 14.0143 0.558049 13.6983C0.377907 13.3823 0.283658 13.0246 0.284676 12.6608C0.285695 12.297 0.381946 11.9399 0.563854 11.6248L0.569864 11.6144L6.21875 2.18425C6.40445 1.87811 6.66593 1.625 6.97794 1.44934ZM8.00001 2.6814C7.89976 2.6814 7.80119 2.70724 7.71383 2.75642C7.62695 2.80534 7.55407 2.8757 7.50212 2.96078C7.50184 2.96125 7.50155 2.96172 7.50126 2.9622L1.86046 12.3791C1.81107 12.4663 1.78495 12.5648 1.78467 12.665C1.78439 12.7669 1.81078 12.867 1.86121 12.9555C1.91165 13.044 1.98439 13.1177 2.07217 13.1694C2.15902 13.2205 2.25762 13.2482 2.35834 13.2499H13.6417C13.7424 13.2482 13.841 13.2205 13.9279 13.1694C14.0156 13.1177 14.0884 13.044 14.1388 12.9555C14.1893 12.867 14.2156 12.7669 14.2154 12.665C14.2151 12.5647 14.189 12.4663 14.1396 12.3791L8.49876 2.9622C8.49848 2.96172 8.49819 2.96125 8.4979 2.96078C8.44596 2.8757 8.37308 2.80534 8.2862 2.75642C8.19883 2.70724 8.10027 2.6814 8.00001 2.6814Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTriangle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13646\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTriangle size={size} /> });"
+    "IconTruck.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTruck = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16053)\"><path d=\"M0.666504 2V1.2C0.224676 1.2 -0.133496 1.55817 -0.133496 2H0.666504ZM10.6665 2H11.4665C11.4665 1.55817 11.1083 1.2 10.6665 1.2V2ZM0.666504 10.6667H-0.133496C-0.133496 11.1085 0.224676 11.4667 0.666504 11.4667L0.666504 10.6667ZM10.6665 5.33333V4.53333C10.4543 4.53333 10.2508 4.61762 10.1008 4.76765C9.95079 4.91768 9.8665 5.12116 9.8665 5.33333H10.6665ZM13.3332 5.33333L13.8989 4.76765C13.7488 4.61762 13.5453 4.53333 13.3332 4.53333V5.33333ZM15.3332 7.33333H16.1332C16.1332 7.12116 16.0489 6.91768 15.8989 6.76765L15.3332 7.33333ZM15.3332 10.6667V11.4667C15.775 11.4667 16.1332 11.1085 16.1332 10.6667H15.3332ZM0.666504 2.8H10.6665V1.2H0.666504V2.8ZM9.8665 2V10.6667H11.4665V2H9.8665ZM10.6665 9.86667H0.666504V11.4667H10.6665V9.86667ZM1.4665 10.6667V2H-0.133496V10.6667H1.4665ZM10.6665 6.13333H13.3332V4.53333H10.6665V6.13333ZM12.7675 5.89902L14.7675 7.89902L15.8989 6.76765L13.8989 4.76765L12.7675 5.89902ZM14.5332 7.33333V10.6667H16.1332V7.33333H14.5332ZM15.3332 9.86667H10.6665V11.4667H15.3332V9.86667ZM11.4665 10.6667L11.4665 5.33333L9.8665 5.33333V10.6667L11.4665 10.6667ZM4.53317 12.3333C4.53317 12.812 4.14515 13.2 3.6665 13.2V14.8C5.02881 14.8 6.13317 13.6956 6.13317 12.3333H4.53317ZM3.6665 13.2C3.18786 13.2 2.79984 12.812 2.79984 12.3333H1.19984C1.19984 13.6956 2.3042 14.8 3.6665 14.8V13.2ZM2.79984 12.3333C2.79984 11.8547 3.18786 11.4667 3.6665 11.4667V9.86667C2.3042 9.86667 1.19984 10.971 1.19984 12.3333H2.79984ZM3.6665 11.4667C4.14515 11.4667 4.53317 11.8547 4.53317 12.3333H6.13317C6.13317 10.971 5.02881 9.86667 3.6665 9.86667V11.4667ZM13.1998 12.3333C13.1998 12.812 12.8118 13.2 12.3332 13.2V14.8C13.6955 14.8 14.7998 13.6956 14.7998 12.3333H13.1998ZM12.3332 13.2C11.8545 13.2 11.4665 12.812 11.4665 12.3333H9.8665C9.8665 13.6956 10.9709 14.8 12.3332 14.8V13.2ZM11.4665 12.3333C11.4665 11.8547 11.8545 11.4667 12.3332 11.4667V9.86667C10.9709 9.86667 9.8665 10.971 9.8665 12.3333H11.4665ZM12.3332 11.4667C12.8118 11.4667 13.1998 11.8547 13.1998 12.3333H14.7998C14.7998 10.971 13.6955 9.86667 12.3332 9.86667V11.4667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16053\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTruck, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13645\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTruck size={size} /> });"
   ],
   [
-    "IconTruck.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTruck = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12511)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M-0.0834961 2C-0.0834961 1.58579 0.25229 1.25 0.666504 1.25H10.6665C11.0807 1.25 11.4165 1.58579 11.4165 2V4.58333H13.3332C13.5321 4.58333 13.7228 4.66235 13.8635 4.803L15.8635 6.803C16.0042 6.94366 16.0832 7.13442 16.0832 7.33333V10.6667C16.0832 11.0809 15.7474 11.4167 15.3332 11.4167H14.5699C14.6859 11.6993 14.7498 12.0089 14.7498 12.3333C14.7498 13.668 13.6679 14.75 12.3332 14.75C10.9985 14.75 9.9165 13.668 9.9165 12.3333C9.9165 12.0089 9.98045 11.6993 10.0964 11.4167H5.90326C6.01923 11.6993 6.08317 12.0089 6.08317 12.3333C6.08317 13.668 5.00119 14.75 3.6665 14.75C2.33182 14.75 1.24984 13.668 1.24984 12.3333C1.24984 12.0089 1.31378 11.6993 1.42975 11.4167H0.666504C0.25229 11.4167 -0.0834961 11.0809 -0.0834961 10.6667V2ZM9.9165 9.91667V2.75H1.4165V9.91667H9.9165ZM11.4165 9.91667V6.08333H13.0225L14.5832 7.64399V9.91667H11.4165ZM3.6665 11.4167C3.16024 11.4167 2.74984 11.8271 2.74984 12.3333C2.74984 12.8396 3.16024 13.25 3.6665 13.25C4.17276 13.25 4.58317 12.8396 4.58317 12.3333C4.58317 11.8271 4.17276 11.4167 3.6665 11.4167ZM12.3332 11.4167C11.8269 11.4167 11.4165 11.8271 11.4165 12.3333C11.4165 12.8396 11.8269 13.25 12.3332 13.25C12.8394 13.25 13.2498 12.8396 13.2498 12.3333C13.2498 11.8271 12.8394 11.4167 12.3332 11.4167Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12511\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTruck, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13645\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTruck size={size} /> });"
+    "IconToggleLeft.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconToggleLeft = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16035)\"><path d=\"M5.33317 4.13325H10.6665V2.53325H5.33317V4.13325ZM10.6665 4.13325C12.802 4.13325 14.5332 5.86442 14.5332 7.99992H16.1332C16.1332 4.98076 13.6857 2.53325 10.6665 2.53325V4.13325ZM14.5332 7.99992C14.5332 10.1354 12.802 11.8666 10.6665 11.8666V13.4666C13.6857 13.4666 16.1332 11.0191 16.1332 7.99992H14.5332ZM10.6665 11.8666H5.33317V13.4666H10.6665V11.8666ZM5.33317 11.8666C3.19767 11.8666 1.4665 10.1354 1.4665 7.99992H-0.133496C-0.133496 11.0191 2.31401 13.4666 5.33317 13.4666V11.8666ZM1.4665 7.99992C1.4665 5.86442 3.19767 4.13325 5.33317 4.13325V2.53325C2.31401 2.53325 -0.133496 4.98076 -0.133496 7.99992H1.4665ZM6.53317 7.99992C6.53317 8.66266 5.99591 9.19992 5.33317 9.19992V10.7999C6.87957 10.7999 8.13317 9.54632 8.13317 7.99992H6.53317ZM5.33317 9.19992C4.67043 9.19992 4.13317 8.66266 4.13317 7.99992H2.53317C2.53317 9.54632 3.78677 10.7999 5.33317 10.7999V9.19992ZM4.13317 7.99992C4.13317 7.33718 4.67043 6.79992 5.33317 6.79992V5.19992C3.78677 5.19992 2.53317 6.45352 2.53317 7.99992H4.13317ZM5.33317 6.79992C5.99591 6.79992 6.53317 7.33718 6.53317 7.99992H8.13317C8.13317 6.45352 6.87957 5.19992 5.33317 5.19992V6.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16035\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconToggleLeft, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13638\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconToggleLeft size={size} /> });"
   ],
   [
-    "IconTv.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTv = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12509)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.13633 0.802922C4.42922 0.510029 4.9041 0.510029 5.19699 0.802922L8 3.60593L10.803 0.802922C11.0959 0.510029 11.5708 0.510029 11.8637 0.802922C12.1566 1.09582 12.1566 1.57069 11.8637 1.86358L9.81065 3.91659H13.3333C14.4839 3.91659 15.4167 4.84933 15.4167 5.99992V13.3333C15.4167 14.4838 14.4839 15.4166 13.3333 15.4166H2.66666C1.51607 15.4166 0.583328 14.4838 0.583328 13.3333V5.99992C0.583328 4.84933 1.51607 3.91659 2.66666 3.91659H6.18933L4.13633 1.86358C3.84344 1.57069 3.84344 1.09582 4.13633 0.802922ZM2.66666 5.41659C2.3445 5.41659 2.08333 5.67775 2.08333 5.99992V13.3333C2.08333 13.6554 2.3445 13.9166 2.66666 13.9166H13.3333C13.6555 13.9166 13.9167 13.6554 13.9167 13.3333V5.99992C13.9167 5.67775 13.6555 5.41659 13.3333 5.41659H2.66666Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12509\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTv, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13648\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTv size={size} /> });"
+    "IconWifiOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconWifiOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16101)\"><path d=\"M1.23243 0.100818C0.920014 -0.211601 0.413482 -0.211601 0.101063 0.100818C-0.211357 0.413238 -0.211357 0.91977 0.101063 1.23219L1.23243 0.100818ZM14.7677 15.8989C15.0801 16.2113 15.5867 16.2113 15.8991 15.8989C16.2115 15.5864 16.2115 15.0799 15.8991 14.7675L14.7677 15.8989ZM11.4976 6.65422C11.1006 6.46044 10.6216 6.62523 10.4278 7.0223C10.234 7.41936 10.3988 7.89834 10.7959 8.09212L11.4976 6.65422ZM12.1491 8.9765C12.486 9.26236 12.9909 9.22099 13.2767 8.8841C13.5626 8.54722 13.5212 8.04238 13.1843 7.75651L12.1491 8.9765ZM2.82027 7.75276C2.48131 8.03617 2.43627 8.54069 2.71967 8.87965C3.00308 9.21861 3.5076 9.26365 3.84656 8.98024L2.82027 7.75276ZM6.91517 7.56168C7.35065 7.48708 7.6432 7.07357 7.56859 6.63808C7.49399 6.2026 7.08048 5.91005 6.64499 5.98466L6.91517 7.56168ZM7.07583 2.56909C6.63543 2.60457 6.30718 2.99036 6.34267 3.43076C6.37815 3.87116 6.76393 4.19941 7.20434 4.16392L7.07583 2.56909ZM14.5242 6.59975C14.8555 6.89205 15.361 6.86041 15.6533 6.52908C15.9456 6.19776 15.914 5.69222 15.5827 5.39992L14.5242 6.59975ZM0.416921 5.40043C0.0858802 5.69305 0.0547301 6.19862 0.347345 6.52966C0.639961 6.8607 1.14553 6.89186 1.47657 6.59924L0.416921 5.40043ZM4.37358 4.82405C4.7846 4.66196 4.98639 4.19736 4.8243 3.78634C4.6622 3.37532 4.1976 3.17353 3.78658 3.33562L4.37358 4.82405ZM5.22341 10.0877C4.86323 10.3436 4.77869 10.843 5.03458 11.2032C5.29047 11.5634 5.7899 11.6479 6.15008 11.392L5.22341 10.0877ZM9.85675 11.392C10.2169 11.6479 10.7164 11.5634 10.9722 11.2032C11.2281 10.843 11.1436 10.3436 10.7834 10.0877L9.85675 11.392ZM8.00008 12.5332C7.55825 12.5332 7.20008 12.8913 7.20008 13.3332C7.20008 13.775 7.55825 14.1332 8.00008 14.1332V12.5332ZM8.00675 14.1332C8.44858 14.1332 8.80675 13.775 8.80675 13.3332C8.80675 12.8913 8.44858 12.5332 8.00675 12.5332V14.1332ZM0.101063 1.23219L14.7677 15.8989L15.8991 14.7675L1.23243 0.100818L0.101063 1.23219ZM10.7959 8.09212C11.282 8.32939 11.7367 8.62648 12.1491 8.9765L13.1843 7.75651C12.6702 7.32025 12.1036 6.94995 11.4976 6.65422L10.7959 8.09212ZM3.84656 8.98024C4.72624 8.24475 5.78499 7.7553 6.91517 7.56168L6.64499 5.98466C5.23633 6.22599 3.9167 6.83603 2.82027 7.75276L3.84656 8.98024ZM7.20434 4.16392C8.52549 4.05746 9.85455 4.21829 11.1122 4.63679L11.6174 3.11864C10.1558 2.63227 8.61122 2.44537 7.07583 2.56909L7.20434 4.16392ZM11.1122 4.63679C12.3698 5.0553 13.5302 5.7229 14.5242 6.59975L15.5827 5.39992C14.4275 4.38088 13.079 3.60501 11.6174 3.11864L11.1122 4.63679ZM1.47657 6.59924C2.3316 5.84346 3.31198 5.24272 4.37358 4.82405L3.78658 3.33562C2.55178 3.82259 1.41145 4.52135 0.416921 5.40043L1.47657 6.59924ZM6.15008 11.392C6.69152 11.0073 7.33924 10.8007 8.00342 10.8007V9.20067C7.00715 9.20067 6.03558 9.51067 5.22341 10.0877L6.15008 11.392ZM8.00342 10.8007C8.66759 10.8007 9.31531 11.0073 9.85675 11.392L10.7834 10.0877C9.97125 9.51067 8.99968 9.20067 8.00342 9.20067V10.8007ZM8.00008 14.1332H8.00675V12.5332H8.00008V14.1332Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16101\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconWifiOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13669\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWifiOff size={size} /> });"
   ],
   [
     "IconTwitch.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTwitch = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.25 1.33325C1.25 0.919038 1.58579 0.583252 2 0.583252H14C14.4142 0.583252 14.75 0.919038 14.75 1.33325V9.33325C14.75 9.53216 14.671 9.72293 14.5303 9.86358L11.8637 12.5302C11.723 12.6709 11.5322 12.7499 11.3333 12.7499H8.31066L5.86366 15.1969C5.64917 15.4114 5.32658 15.4756 5.04632 15.3595C4.76607 15.2434 4.58333 14.9699 4.58333 14.6666V12.7499H2C1.58579 12.7499 1.25 12.4141 1.25 11.9999V1.33325ZM2.75 2.08325V11.2499H5.33333C5.74755 11.2499 6.08333 11.5857 6.08333 11.9999V12.8559L7.46967 11.4696C7.61032 11.3289 7.80109 11.2499 8 11.2499H11.0227L13.25 9.02259V2.08325H2.75ZM7.33333 3.91659C7.74755 3.91659 8.08333 4.25237 8.08333 4.66659V7.33325C8.08333 7.74747 7.74755 8.08325 7.33333 8.08325C6.91912 8.08325 6.58333 7.74747 6.58333 7.33325V4.66659C6.58333 4.25237 6.91912 3.91659 7.33333 3.91659ZM10.6667 3.91659C11.0809 3.91659 11.4167 4.25237 11.4167 4.66659V7.33325C11.4167 7.74747 11.0809 8.08325 10.6667 8.08325C10.2525 8.08325 9.91667 7.74747 9.91667 7.33325V4.66659C9.91667 4.25237 10.2525 3.91659 10.6667 3.91659Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTwitch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13647\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTwitch size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTwitch = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14 1.33325H14.8C14.8 0.891424 14.4418 0.533252 14 0.533252V1.33325ZM2 1.33325V0.533252C1.55817 0.533252 1.2 0.891424 1.2 1.33325L2 1.33325ZM2 11.9999H1.2C1.2 12.4417 1.55817 12.7999 2 12.7999V11.9999ZM5.33333 11.9999H6.13333C6.13333 11.5581 5.77516 11.1999 5.33333 11.1999V11.9999ZM5.33333 14.6666H4.53333C4.53333 14.9902 4.72825 15.2819 5.02719 15.4057C5.32613 15.5295 5.67022 15.4611 5.89902 15.2323L5.33333 14.6666ZM8 11.9999V11.1999C7.78783 11.1999 7.58434 11.2842 7.43431 11.4342L8 11.9999ZM11.3333 11.9999V12.7999C11.5455 12.7999 11.749 12.7156 11.899 12.5656L11.3333 11.9999ZM14 9.33325L14.5657 9.89894C14.7157 9.74891 14.8 9.54543 14.8 9.33325H14ZM6.53333 7.33325C6.53333 7.77508 6.89151 8.13325 7.33333 8.13325C7.77516 8.13325 8.13333 7.77508 8.13333 7.33325H6.53333ZM8.13333 4.66659C8.13333 4.22476 7.77516 3.86659 7.33333 3.86659C6.89151 3.86659 6.53333 4.22476 6.53333 4.66659H8.13333ZM9.86667 7.33325C9.86667 7.77508 10.2248 8.13325 10.6667 8.13325C11.1085 8.13325 11.4667 7.77508 11.4667 7.33325H9.86667ZM11.4667 4.66659C11.4667 4.22476 11.1085 3.86659 10.6667 3.86659C10.2248 3.86659 9.86667 4.22476 9.86667 4.66659H11.4667ZM14 0.533252H2V2.13325H14V0.533252ZM1.2 1.33325V11.9999H2.8V1.33325H1.2ZM2 12.7999H5.33333V11.1999H2V12.7999ZM4.53333 11.9999V14.6666H6.13333V11.9999H4.53333ZM5.89902 15.2323L8.56569 12.5656L7.43431 11.4342L4.76765 14.1009L5.89902 15.2323ZM8 12.7999H11.3333V11.1999H8V12.7999ZM11.899 12.5656L14.5657 9.89894L13.4343 8.76757L10.7676 11.4342L11.899 12.5656ZM14.8 9.33325V1.33325H13.2V9.33325H14.8ZM8.13333 7.33325V4.66659H6.53333V7.33325H8.13333ZM11.4667 7.33325V4.66659H9.86667V7.33325H11.4667Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconTwitch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13647\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTwitch size={size} /> });"
   ],
   [
-    "IconTwitter.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconTwitter = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12507)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.65398 1.48905C10.3691 1.21609 11.1509 1.16936 11.8934 1.35516C12.4675 1.4988 12.9968 1.77606 13.4395 2.16135C13.957 1.96665 14.4482 1.70665 14.9011 1.38724C15.1565 1.20704 15.497 1.20421 15.7554 1.38013C16.0138 1.55605 16.136 1.87383 16.0621 2.17758C15.8333 3.11689 15.3776 3.98358 14.7374 4.70281C14.7455 4.80083 14.7497 4.89918 14.75 4.99763L14.75 5.00011C14.75 9.0959 12.7766 12.1085 9.93576 13.6205C7.11323 15.1228 3.50986 15.1043 0.302471 13.3224C-0.00113717 13.1537 -0.149221 12.7987 -0.0554351 12.4643C0.0383514 12.1298 0.349471 11.9036 0.696512 11.9174C1.75576 11.9595 2.80484 11.7607 3.76704 11.3429C2.82332 10.7362 2.13409 10.0236 1.64767 9.25557C0.969167 8.18424 0.713661 7.05021 0.667477 6.03417C0.621443 5.02141 0.782292 4.11054 0.95101 3.45816C1.03582 3.13023 1.12386 2.86287 1.19185 2.6748C1.22589 2.58064 1.25504 2.50601 1.27643 2.45321C1.28713 2.4268 1.2959 2.40582 1.30239 2.39056L1.31037 2.37198L1.313 2.36597L1.31396 2.36379L1.31435 2.36291C1.31452 2.36253 1.31468 2.36218 2.00004 2.66678L1.31468 2.36218C1.42441 2.11527 1.65847 1.94648 1.92739 1.92031C2.19631 1.89413 2.45852 2.01463 2.6138 2.23575C3.21627 3.09362 4.02154 3.78918 4.9579 4.26048C5.67596 4.62191 6.45401 4.84284 7.25035 4.91396C7.26317 4.18906 7.48668 3.48259 7.89483 2.88135C8.32476 2.24802 8.93883 1.76201 9.65398 1.48905ZM2.31861 4.19569C2.21328 4.69905 2.1362 5.31197 2.16593 5.96606C2.20308 6.78335 2.40591 7.64931 2.9149 8.45299C3.42088 9.2519 4.2579 10.0347 5.63797 10.6481C5.88683 10.7587 6.05617 10.9955 6.0804 11.2667C6.10462 11.538 5.97991 11.801 5.75459 11.954C5.0926 12.4033 4.37495 12.7542 3.624 13.0002C5.61889 13.4378 7.59918 13.1649 9.23098 12.2964C11.5566 11.0586 13.2496 8.57164 13.25 5.00149C13.2495 4.86259 13.2361 4.72403 13.21 4.58759C13.163 4.3417 13.2418 4.08856 13.4201 3.91277C13.4959 3.838 13.5688 3.76067 13.6387 3.68095C13.5782 3.70077 13.5173 3.71987 13.4563 3.73826C13.1738 3.82332 12.8677 3.73489 12.6741 3.51229C12.3734 3.16656 11.9738 2.92152 11.5293 2.8103C11.0849 2.69908 10.6169 2.72706 10.1889 2.89044C9.7608 3.05383 9.39323 3.34474 9.13589 3.72383C8.87854 4.10293 8.74383 4.55191 8.74997 5.01006L8.7501 5.02011H8.75004V5.68678C8.75004 6.09342 8.42598 6.42599 8.01948 6.43653C6.72426 6.47011 5.44084 6.18285 4.28351 5.60033C3.55749 5.2349 2.89522 4.76038 2.31861 4.19569ZM2.68588 2.97029C2.68611 2.96977 2.68619 2.9696 2.68611 2.96978L2.68588 2.97029Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12507\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTwitter, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13650\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTwitter size={size} /> });"
+    "IconVoicemail.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVoicemail = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16089)\"><path d=\"M5.8665 7.6665C5.8665 8.88153 4.88153 9.8665 3.6665 9.8665V11.4665C5.76519 11.4665 7.4665 9.76519 7.4665 7.6665H5.8665ZM3.6665 9.8665C2.45148 9.8665 1.4665 8.88153 1.4665 7.6665H-0.133496C-0.133496 9.76519 1.56782 11.4665 3.6665 11.4665V9.8665ZM1.4665 7.6665C1.4665 6.45148 2.45148 5.4665 3.6665 5.4665V3.8665C1.56782 3.8665 -0.133496 5.56782 -0.133496 7.6665H1.4665ZM3.6665 5.4665C4.88153 5.4665 5.8665 6.45148 5.8665 7.6665H7.4665C7.4665 5.56782 5.76519 3.8665 3.6665 3.8665V5.4665ZM14.5332 7.6665C14.5332 8.88153 13.5482 9.8665 12.3332 9.8665V11.4665C14.4319 11.4665 16.1332 9.76519 16.1332 7.6665H14.5332ZM12.3332 9.8665C11.1181 9.8665 10.1332 8.88153 10.1332 7.6665H8.53317C8.53317 9.76519 10.2345 11.4665 12.3332 11.4665V9.8665ZM10.1332 7.6665C10.1332 6.45148 11.1181 5.4665 12.3332 5.4665V3.8665C10.2345 3.8665 8.53317 5.56782 8.53317 7.6665H10.1332ZM12.3332 5.4665C13.5482 5.4665 14.5332 6.45148 14.5332 7.6665H16.1332C16.1332 5.56782 14.4319 3.8665 12.3332 3.8665V5.4665ZM3.6665 11.4665H12.3332V9.8665H3.6665V11.4665Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16089\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVoicemail, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13663\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVoicemail size={size} /> });"
   ],
   [
-    "IconType.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconType = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.91663 2.66675C1.91663 2.25253 2.25241 1.91675 2.66663 1.91675H13.3333C13.7475 1.91675 14.0833 2.25253 14.0833 2.66675V4.66675C14.0833 5.08096 13.7475 5.41675 13.3333 5.41675C12.9191 5.41675 12.5833 5.08096 12.5833 4.66675V3.41675H8.74996V12.5834H9.99996C10.4142 12.5834 10.75 12.9192 10.75 13.3334C10.75 13.7476 10.4142 14.0834 9.99996 14.0834H5.99996C5.58575 14.0834 5.24996 13.7476 5.24996 13.3334C5.24996 12.9192 5.58575 12.5834 5.99996 12.5834H7.24996V3.41675H3.41663V4.66675C3.41663 5.08096 3.08084 5.41675 2.66663 5.41675C2.25241 5.41675 1.91663 5.08096 1.91663 4.66675V2.66675Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconType, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13649\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconType size={size} /> });"
+    "IconUserPlus.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUserPlus = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16077)\"><path d=\"M9.86663 14C9.86663 14.4418 10.2248 14.8 10.6666 14.8C11.1085 14.8 11.4666 14.4418 11.4666 14H9.86663ZM10.6666 12.6667H11.4666H10.6666ZM7.99996 10V9.2V10ZM3.33329 10V9.2V10ZM0.666626 12.6667H-0.133374H0.666626ZM-0.133374 14C-0.133374 14.4418 0.224798 14.8 0.666626 14.8C1.10845 14.8 1.46663 14.4418 1.46663 14H-0.133374ZM14.1333 5.33333C14.1333 4.89151 13.7751 4.53333 13.3333 4.53333C12.8915 4.53333 12.5333 4.89151 12.5333 5.33333H14.1333ZM12.5333 9.33333C12.5333 9.77516 12.8915 10.1333 13.3333 10.1333C13.7751 10.1333 14.1333 9.77516 14.1333 9.33333H12.5333ZM15.3333 8.13333C15.7751 8.13333 16.1333 7.77516 16.1333 7.33333C16.1333 6.89151 15.7751 6.53333 15.3333 6.53333V8.13333ZM11.3333 6.53333C10.8915 6.53333 10.5333 6.89151 10.5333 7.33333C10.5333 7.77516 10.8915 8.13333 11.3333 8.13333V6.53333ZM11.4666 14V12.6667H9.86663V14H11.4666ZM11.4666 12.6667C11.4666 11.7472 11.1014 10.8655 10.4513 10.2154L9.31989 11.3467C9.66996 11.6968 9.86663 12.1716 9.86663 12.6667H11.4666ZM10.4513 10.2154C9.80114 9.56524 8.91938 9.2 7.99996 9.2V10.8C8.49503 10.8 8.96982 10.9967 9.31989 11.3467L10.4513 10.2154ZM7.99996 9.2H3.33329V10.8H7.99996V9.2ZM3.33329 9.2C2.41388 9.2 1.53212 9.56524 0.881989 10.2154L2.01336 11.3467C2.36343 10.9967 2.83822 10.8 3.33329 10.8V9.2ZM0.881989 10.2154C0.231863 10.8655 -0.133374 11.7472 -0.133374 12.6667H1.46663C1.46663 12.1716 1.66329 11.6968 2.01336 11.3467L0.881989 10.2154ZM-0.133374 12.6667V14H1.46663V12.6667H-0.133374ZM7.53329 4.66667C7.53329 5.6976 6.69756 6.53333 5.66663 6.53333V8.13333C7.58121 8.13333 9.13329 6.58125 9.13329 4.66667H7.53329ZM5.66663 6.53333C4.63569 6.53333 3.79996 5.6976 3.79996 4.66667H2.19996C2.19996 6.58125 3.75204 8.13333 5.66663 8.13333V6.53333ZM3.79996 4.66667C3.79996 3.63574 4.63569 2.8 5.66663 2.8V1.2C3.75204 1.2 2.19996 2.75208 2.19996 4.66667H3.79996ZM5.66663 2.8C6.69756 2.8 7.53329 3.63574 7.53329 4.66667H9.13329C9.13329 2.75208 7.58121 1.2 5.66663 1.2V2.8ZM12.5333 5.33333V9.33333H14.1333V5.33333H12.5333ZM15.3333 6.53333H11.3333V8.13333H15.3333V6.53333Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16077\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserPlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13657\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserPlus size={size} /> });"
   ],
   [
-    "IconUmbrella.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUmbrella = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12652)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.54022 2.69407C4.03427 1.33584 5.98093 0.583252 8.00008 0.583252C10.0192 0.583252 11.9659 1.33584 13.4599 2.69407C14.954 4.0523 15.8882 5.91864 16.08 7.92865C16.1001 8.139 16.0305 8.34807 15.8884 8.50442C15.7462 8.66078 15.5447 8.74992 15.3334 8.74992H8.75008V12.6666C8.75008 12.9981 8.88178 13.316 9.1162 13.5505C9.35062 13.7849 9.66856 13.9166 10.0001 13.9166C10.3316 13.9166 10.6495 13.7849 10.884 13.5505C11.1184 13.316 11.2501 12.9981 11.2501 12.6666C11.2501 12.2524 11.5859 11.9166 12.0001 11.9166C12.4143 11.9166 12.7501 12.2524 12.7501 12.6666C12.7501 13.3959 12.4604 14.0954 11.9446 14.6111C11.4289 15.1269 10.7294 15.4166 10.0001 15.4166C9.27074 15.4166 8.57127 15.1269 8.05554 14.6111C7.53982 14.0954 7.25008 13.3959 7.25008 12.6666V8.74992H0.666751C0.455442 8.74992 0.253938 8.66078 0.111796 8.50442C-0.0303457 8.34807 -0.0999344 8.139 -0.0798553 7.92865C0.11201 5.91864 1.04617 4.0523 2.54022 2.69407ZM14.4559 7.24992C14.1593 5.92901 13.4625 4.72362 12.4509 3.80398C11.233 2.69676 9.64609 2.08325 8.00008 2.08325C6.35408 2.08325 4.76718 2.69676 3.54923 3.80398C2.53763 4.72362 1.8409 5.92901 1.54423 7.24992H14.4559Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12652\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUmbrella, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13652\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUmbrella size={size} /> });"
+    "IconShuffle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconShuffle = (props: IconProps) => (\n  <Icon {...props}><path d=\"M10.6666 1.2C10.2248 1.2 9.86663 1.55817 9.86663 2C9.86663 2.44183 10.2248 2.8 10.6666 2.8V1.2ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM13.2 5.33333C13.2 5.77516 13.5581 6.13333 14 6.13333C14.4418 6.13333 14.8 5.77516 14.8 5.33333H13.2ZM2.10094 12.7676C1.78852 13.0801 1.78852 13.5866 2.10094 13.899C2.41336 14.2114 2.91989 14.2114 3.23231 13.899L2.10094 12.7676ZM14.8 10.6667C14.8 10.2248 14.4418 9.86667 14 9.86667C13.5581 9.86667 13.2 10.2248 13.2 10.6667H14.8ZM14 14V14.8C14.4418 14.8 14.8 14.4418 14.8 14H14ZM10.6666 13.2C10.2248 13.2 9.86663 13.5582 9.86663 14C9.86663 14.4418 10.2248 14.8 10.6666 14.8V13.2ZM10.5656 9.43431C10.2532 9.1219 9.74669 9.1219 9.43427 9.43431C9.12185 9.74673 9.12185 10.2533 9.43427 10.5657L10.5656 9.43431ZM3.23231 2.10098C2.91989 1.78856 2.41336 1.78856 2.10094 2.10098C1.78852 2.4134 1.78852 2.91993 2.10094 3.23235L3.23231 2.10098ZM5.43427 6.56569C5.74669 6.8781 6.25323 6.87811 6.56564 6.56569C6.87806 6.25327 6.87806 5.74673 6.56564 5.43431L5.43427 6.56569ZM10.6666 2.8H14V1.2H10.6666V2.8ZM13.2 2V5.33333H14.8V2H13.2ZM3.23231 13.899L14.5656 2.56569L13.4343 1.43431L2.10094 12.7676L3.23231 13.899ZM13.2 10.6667V14H14.8V10.6667H13.2ZM14 13.2H10.6666V14.8H14V13.2ZM9.43427 10.5657L13.4343 14.5657L14.5656 13.4343L10.5656 9.43431L9.43427 10.5657ZM2.10094 3.23235L5.43427 6.56569L6.56564 5.43431L3.23231 2.10098L2.10094 3.23235Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconShuffle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13614\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconShuffle size={size} /> });"
   ],
   [
-    "IconUnderline.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUnderline = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.00008 1.25C4.4143 1.25 4.75008 1.58579 4.75008 2V6.66667C4.75008 7.52862 5.09249 8.35527 5.70198 8.96476C6.31148 9.57426 7.13813 9.91667 8.00008 9.91667C8.86204 9.91667 9.68869 9.57426 10.2982 8.96476C10.9077 8.35527 11.2501 7.52862 11.2501 6.66667V2C11.2501 1.58579 11.5859 1.25 12.0001 1.25C12.4143 1.25 12.7501 1.58579 12.7501 2V6.66667C12.7501 7.92645 12.2496 9.13463 11.3588 10.0254C10.468 10.9162 9.25986 11.4167 8.00008 11.4167C6.7403 11.4167 5.53212 10.9162 4.64132 10.0254C3.75053 9.13463 3.25008 7.92645 3.25008 6.66667V2C3.25008 1.58579 3.58587 1.25 4.00008 1.25ZM1.91675 14C1.91675 13.5858 2.25253 13.25 2.66675 13.25H13.3334C13.7476 13.25 14.0834 13.5858 14.0834 14C14.0834 14.4142 13.7476 14.75 13.3334 14.75H2.66675C2.25253 14.75 1.91675 14.4142 1.91675 14Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUnderline, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13651\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUnderline size={size} /> });"
+    "IconUploadCloud.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUploadCloud = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16069)\"><path d=\"M10.101 11.2324C10.4134 11.5448 10.9199 11.5448 11.2323 11.2324C11.5447 10.92 11.5447 10.4135 11.2323 10.1011L10.101 11.2324ZM7.99997 8.00007L8.56566 7.43438C8.41563 7.28436 8.21215 7.20007 7.99997 7.20007C7.7878 7.20007 7.58432 7.28436 7.43429 7.43438L7.99997 8.00007ZM4.76762 10.1011C4.4552 10.4135 4.4552 10.92 4.76762 11.2324C5.08004 11.5448 5.58657 11.5448 5.89899 11.2324L4.76762 10.1011ZM7.19997 14.0001C7.19997 14.4419 7.55815 14.8001 7.99997 14.8001C8.4418 14.8001 8.79997 14.4419 8.79997 14.0001H7.19997ZM13.2104 11.5577C12.8225 11.7692 12.6794 12.2551 12.8909 12.643C13.1024 13.0309 13.5883 13.174 13.9762 12.9625L13.2104 11.5577ZM12 6.00007L12.0005 5.20007H12V6.00007ZM11.16 6.00007L10.3854 6.20032C10.4767 6.55341 10.7953 6.80007 11.16 6.80007V6.00007ZM1.40051 11.3965C1.69308 11.7276 2.19865 11.7588 2.52973 11.4662C2.8608 11.1736 2.89202 10.6681 2.59944 10.337L1.40051 11.3965ZM11.2323 10.1011L8.56566 7.43438L7.43429 8.56576L10.101 11.2324L11.2323 10.1011ZM7.43429 7.43438L4.76762 10.1011L5.89899 11.2324L8.56566 8.56576L7.43429 7.43438ZM7.19997 8.00007V14.0001H8.79997V8.00007H7.19997ZM13.9762 12.9625C14.7825 12.5229 15.4195 11.8274 15.7865 10.9856L14.3199 10.346C14.0949 10.862 13.7045 11.2883 13.2104 11.5577L13.9762 12.9625ZM15.7865 10.9856C16.1536 10.1438 16.2299 9.20381 16.0034 8.31387L14.4528 8.70853C14.5917 9.25397 14.5449 9.83012 14.3199 10.346L15.7865 10.9856ZM16.0034 8.31387C15.7769 7.42393 15.2604 6.63476 14.5356 6.07092L13.5532 7.33382C13.9975 7.6794 14.314 8.16308 14.4528 8.70853L16.0034 8.31387ZM14.5356 6.07092C13.8108 5.50708 12.9188 5.20068 12.0005 5.20007L11.9994 6.80007C12.5623 6.80044 13.109 6.98824 13.5532 7.33382L14.5356 6.07092ZM12 5.20007H11.16V6.80007H12V5.20007ZM11.9345 5.79982C11.7024 4.90224 11.2699 4.06895 10.6695 3.36259L9.45041 4.39888C9.89423 4.92097 10.2139 5.53689 10.3854 6.20032L11.9345 5.79982ZM10.6695 3.36259C10.069 2.65622 9.31622 2.09518 8.46772 1.72162L7.82303 3.18599C8.45019 3.4621 9.00659 3.87679 9.45041 4.39888L10.6695 3.36259ZM8.46772 1.72162C7.61921 1.34807 6.69706 1.17173 5.7706 1.20587L5.82951 2.80478C6.51428 2.77955 7.19587 2.90989 7.82303 3.18599L8.46772 1.72162ZM5.7706 1.20587C4.84413 1.24 3.93746 1.48372 3.11874 1.9187L3.86944 3.33166C4.47458 3.01015 5.14473 2.83001 5.82951 2.80478L5.7706 1.20587ZM3.11874 1.9187C2.30003 2.35368 1.59057 2.9686 1.04372 3.71724L2.33573 4.66101C2.73992 4.10767 3.2643 3.65317 3.86944 3.33166L3.11874 1.9187ZM1.04372 3.71724C0.496861 4.46587 0.126836 5.32874 -0.0385422 6.24096L1.5358 6.52637C1.65803 5.85212 1.93153 5.21435 2.33573 4.66101L1.04372 3.71724ZM-0.0385422 6.24096C-0.20392 7.15318 -0.160346 8.09103 0.0889034 8.98399L1.62999 8.55383C1.44577 7.89382 1.41356 7.20063 1.5358 6.52637L-0.0385422 6.24096ZM0.0889034 8.98399C0.338153 9.87695 0.786592 10.7018 1.40051 11.3965L2.59944 10.337C2.14568 9.82351 1.81422 9.21384 1.62999 8.55383L0.0889034 8.98399Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16069\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUploadCloud, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13653\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUploadCloud size={size} /> });"
   ],
   [
-    "IconUnlock.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUnlock = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.53216 2.58349C9.01636 2.20353 8.37778 2.02878 7.74038 2.09316C7.10298 2.15755 6.51224 2.45647 6.08284 2.93191C5.65345 3.40734 5.41602 4.02537 5.41667 4.66601L5.41667 6.58343H12.6667C13.8173 6.58343 14.75 7.51617 14.75 8.66677V13.3334C14.75 14.484 13.8173 15.4168 12.6667 15.4168H3.33333C2.18274 15.4168 1.25 14.484 1.25 13.3334V8.66677C1.25 7.51617 2.18274 6.58343 3.33333 6.58343H3.91667V4.66715M3.33333 8.08343C3.01117 8.08343 2.75 8.3446 2.75 8.66677V13.3334C2.75 13.6556 3.01117 13.9168 3.33333 13.9168H12.6667C12.9888 13.9168 13.25 13.6556 13.25 13.3334V8.66677C13.25 8.3446 12.9888 8.08343 12.6667 8.08343H3.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUnlock, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13654\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUnlock size={size} /> });"
+    "IconSliders.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconSliders = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_15999)\"><path d=\"M1.8665 14C1.8665 14.4418 2.22468 14.8 2.6665 14.8C3.10833 14.8 3.4665 14.4418 3.4665 14H1.8665ZM3.4665 9.33333C3.4665 8.89151 3.10833 8.53333 2.6665 8.53333C2.22468 8.53333 1.8665 8.89151 1.8665 9.33333H3.4665ZM1.8665 6.66667C1.8665 7.10849 2.22468 7.46667 2.6665 7.46667C3.10833 7.46667 3.4665 7.10849 3.4665 6.66667H1.8665ZM3.4665 2C3.4665 1.55817 3.10833 1.2 2.6665 1.2C2.22468 1.2 1.8665 1.55817 1.8665 2H3.4665ZM7.19984 14C7.19984 14.4418 7.55801 14.8 7.99984 14.8C8.44166 14.8 8.79984 14.4418 8.79984 14H7.19984ZM8.79984 8C8.79984 7.55817 8.44166 7.2 7.99984 7.2C7.55801 7.2 7.19984 7.55817 7.19984 8H8.79984ZM7.19984 5.33333C7.19984 5.77516 7.55801 6.13333 7.99984 6.13333C8.44166 6.13333 8.79984 5.77516 8.79984 5.33333H7.19984ZM8.79984 2C8.79984 1.55817 8.44166 1.2 7.99984 1.2C7.55801 1.2 7.19984 1.55817 7.19984 2H8.79984ZM12.5332 14C12.5332 14.4418 12.8913 14.8 13.3332 14.8C13.775 14.8 14.1332 14.4418 14.1332 14H12.5332ZM14.1332 10.6667C14.1332 10.2248 13.775 9.86667 13.3332 9.86667C12.8913 9.86667 12.5332 10.2248 12.5332 10.6667H14.1332ZM12.5332 8C12.5332 8.44183 12.8913 8.8 13.3332 8.8C13.775 8.8 14.1332 8.44183 14.1332 8H12.5332ZM14.1332 2C14.1332 1.55817 13.775 1.2 13.3332 1.2C12.8913 1.2 12.5332 1.55817 12.5332 2H14.1332ZM0.666504 8.53333C0.224676 8.53333 -0.133496 8.89151 -0.133496 9.33333C-0.133496 9.77516 0.224676 10.1333 0.666504 10.1333V8.53333ZM4.6665 10.1333C5.10833 10.1333 5.4665 9.77516 5.4665 9.33333C5.4665 8.89151 5.10833 8.53333 4.6665 8.53333V10.1333ZM5.99984 4.53333C5.55801 4.53333 5.19984 4.89151 5.19984 5.33333C5.19984 5.77516 5.55801 6.13333 5.99984 6.13333V4.53333ZM9.99984 6.13333C10.4417 6.13333 10.7998 5.77516 10.7998 5.33333C10.7998 4.89151 10.4417 4.53333 9.99984 4.53333V6.13333ZM11.3332 9.86667C10.8913 9.86667 10.5332 10.2248 10.5332 10.6667C10.5332 11.1085 10.8913 11.4667 11.3332 11.4667V9.86667ZM15.3332 11.4667C15.775 11.4667 16.1332 11.1085 16.1332 10.6667C16.1332 10.2248 15.775 9.86667 15.3332 9.86667V11.4667ZM3.4665 14V9.33333H1.8665V14H3.4665ZM3.4665 6.66667V2H1.8665V6.66667H3.4665ZM8.79984 14V8H7.19984V14H8.79984ZM8.79984 5.33333V2H7.19984V5.33333H8.79984ZM14.1332 14V10.6667H12.5332V14H14.1332ZM14.1332 8V2H12.5332V8H14.1332ZM0.666504 10.1333H4.6665V8.53333H0.666504V10.1333ZM5.99984 6.13333H9.99984V4.53333H5.99984V6.13333ZM11.3332 11.4667H15.3332V9.86667H11.3332V11.4667Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_15999\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconSliders, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13620\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconSliders size={size} /> });"
   ],
   [
-    "IconUploadCloud.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUploadCloud = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12807)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.77244 1.25583C6.69135 1.22198 7.60598 1.39688 8.44757 1.76739C9.28916 2.13789 10.0358 2.69437 10.6314 3.39497C11.0995 3.94562 11.4647 4.57404 11.7113 5.25007H12C12.9072 5.25067 13.7888 5.55337 14.5049 6.11039C15.221 6.66741 15.7312 7.44703 15.9549 8.3262C16.1787 9.20538 16.1033 10.134 15.7407 10.9656C15.3781 11.7972 14.7488 12.4843 13.9523 12.9186C13.5886 13.1168 13.1331 12.9827 12.9348 12.6191C12.7365 12.2554 12.8706 11.7998 13.2343 11.6016C13.7382 11.3268 14.1363 10.8921 14.3657 10.366C14.5952 9.83993 14.6429 9.25241 14.5013 8.69619C14.3597 8.13998 14.0369 7.64675 13.5839 7.29435C13.1309 6.94195 12.5734 6.75045 11.9995 6.75007H11.16C10.8181 6.75007 10.5194 6.51883 10.4338 6.1878C10.2604 5.51705 9.93722 4.89435 9.48851 4.3665C9.03979 3.83864 8.47725 3.41938 7.84318 3.14023C7.2091 2.86108 6.52 2.72931 5.82767 2.75482C5.13533 2.78033 4.45779 2.96245 3.84598 3.28751C3.23417 3.61256 2.70401 4.07208 2.29535 4.63152C1.8867 5.19096 1.61018 5.83576 1.4866 6.51745C1.36301 7.19914 1.39558 7.89998 1.58184 8.56727C1.7681 9.23457 2.10321 9.85095 2.56197 10.3701C2.83626 10.6805 2.807 11.1544 2.49662 11.4287C2.18623 11.703 1.71226 11.6738 1.43797 11.3634C0.829064 10.6743 0.38428 9.85623 0.137063 8.97055C-0.110155 8.08487 -0.153374 7.15467 0.0106559 6.24988C0.174686 5.34509 0.541695 4.48926 1.08409 3.74673C1.62649 3.0042 2.33016 2.39429 3.1422 1.96286C3.95424 1.53142 4.85352 1.28969 5.77244 1.25583ZM7.46964 7.46974C7.76254 7.17685 8.23741 7.17685 8.5303 7.46974L11.197 10.1364C11.4899 10.4293 11.4899 10.9042 11.197 11.1971C10.9041 11.49 10.4292 11.49 10.1363 11.1971L8.74997 9.81073L8.74997 14.0001C8.74997 14.4143 8.41419 14.7501 7.99997 14.7501C7.58576 14.7501 7.24997 14.4143 7.24997 14.0001L7.24997 9.81073L5.86364 11.1971C5.57074 11.49 5.09587 11.49 4.80298 11.1971C4.51008 10.9042 4.51008 10.4293 4.80298 10.1364L7.46964 7.46974Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12807\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUploadCloud, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13653\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUploadCloud size={size} /> });"
+    "IconUnderline.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUnderline = (props: IconProps) => (\n  <Icon {...props}><path d=\"M4.80008 2C4.80008 1.55817 4.44191 1.2 4.00008 1.2C3.55825 1.2 3.20008 1.55817 3.20008 2H4.80008ZM4.00008 6.66667H3.20008H4.00008ZM12.8001 2C12.8001 1.55817 12.4419 1.2 12.0001 1.2C11.5583 1.2 11.2001 1.55817 11.2001 2H12.8001ZM2.66675 13.2C2.22492 13.2 1.86675 13.5582 1.86675 14C1.86675 14.4418 2.22492 14.8 2.66675 14.8V13.2ZM13.3334 14.8C13.7752 14.8 14.1334 14.4418 14.1334 14C14.1334 13.5582 13.7752 13.2 13.3334 13.2V14.8ZM3.20008 2V6.66667H4.80008V2H3.20008ZM3.20008 6.66667C3.20008 7.93971 3.70579 9.1606 4.60597 10.0608L5.73734 8.92941C5.13722 8.32929 4.80008 7.51536 4.80008 6.66667H3.20008ZM4.60597 10.0608C5.50614 10.961 6.72704 11.4667 8.00008 11.4667V9.86667C7.15139 9.86667 6.33746 9.52952 5.73734 8.92941L4.60597 10.0608ZM8.00008 11.4667C9.27312 11.4667 10.494 10.961 11.3942 10.0608L10.2628 8.92941C9.66271 9.52952 8.84877 9.86667 8.00008 9.86667V11.4667ZM11.3942 10.0608C12.2944 9.1606 12.8001 7.93971 12.8001 6.66667H11.2001C11.2001 7.51536 10.8629 8.32929 10.2628 8.92941L11.3942 10.0608ZM12.8001 6.66667V2H11.2001V6.66667H12.8001ZM2.66675 14.8H13.3334V13.2H2.66675V14.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUnderline, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13651\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUnderline size={size} /> });"
   ],
   [
-    "IconUpload.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUpload = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.46967 1.46967C7.76256 1.17678 8.23744 1.17678 8.53033 1.46967L11.8637 4.803C12.1566 5.0959 12.1566 5.57077 11.8637 5.86366C11.5708 6.15656 11.0959 6.15656 10.803 5.86366L8.75 3.81066V10C8.75 10.4142 8.41421 10.75 8 10.75C7.58579 10.75 7.25 10.4142 7.25 10V3.81066L5.197 5.86366C4.9041 6.15656 4.42923 6.15656 4.13634 5.86366C3.84344 5.57077 3.84344 5.0959 4.13634 4.803L7.46967 1.46967ZM2 9.25C2.41421 9.25 2.75 9.58579 2.75 10V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V10C13.25 9.58579 13.5858 9.25 14 9.25C14.4142 9.25 14.75 9.58579 14.75 10V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V10C1.25 9.58579 1.58579 9.25 2 9.25Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUpload, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13656\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUpload size={size} /> });"
+    "IconX.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconX = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.5657 4.56569C12.8781 4.25327 12.8781 3.74673 12.5657 3.43431C12.2533 3.1219 11.7467 3.1219 11.4343 3.43431L12.5657 4.56569ZM3.43431 11.4343C3.1219 11.7467 3.1219 12.2533 3.43431 12.5657C3.74673 12.8781 4.25327 12.8781 4.56569 12.5657L3.43431 11.4343ZM4.56569 3.43431C4.25327 3.1219 3.74673 3.1219 3.43431 3.43431C3.1219 3.74673 3.1219 4.25327 3.43431 4.56569L4.56569 3.43431ZM11.4343 12.5657C11.7467 12.8781 12.2533 12.8781 12.5657 12.5657C12.8781 12.2533 12.8781 11.7467 12.5657 11.4343L11.4343 12.5657ZM11.4343 3.43431L3.43431 11.4343L4.56569 12.5657L12.5657 4.56569L11.4343 3.43431ZM3.43431 4.56569L11.4343 12.5657L12.5657 11.4343L4.56569 3.43431L3.43431 4.56569Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconX, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13675\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconX size={size} /> });"
   ],
   [
-    "IconUserCheck.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUserCheck = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12648)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.66667 2.75C4.60813 2.75 3.75001 3.60812 3.75001 4.66667C3.75001 5.72521 4.60813 6.58333 5.66667 6.58333C6.72522 6.58333 7.58334 5.72521 7.58334 4.66667C7.58334 3.60812 6.72522 2.75 5.66667 2.75ZM2.25001 4.66667C2.25001 2.77969 3.7797 1.25 5.66667 1.25C7.55364 1.25 9.08334 2.77969 9.08334 4.66667C9.08334 6.55364 7.55364 8.08333 5.66667 8.08333C3.7797 8.08333 2.25001 6.55364 2.25001 4.66667ZM15.8637 5.46967C16.1566 5.76256 16.1566 6.23744 15.8637 6.53033L13.197 9.197C13.0563 9.33765 12.8656 9.41667 12.6667 9.41667C12.4678 9.41667 12.277 9.33765 12.1363 9.197L10.803 7.86366C10.5101 7.57077 10.5101 7.0959 10.803 6.803C11.0959 6.51011 11.5708 6.51011 11.8637 6.803L12.6667 7.60601L14.803 5.46967C15.0959 5.17678 15.5708 5.17678 15.8637 5.46967ZM0.91739 10.2507C1.55814 9.60997 2.42718 9.25 3.33334 9.25H8.00001C8.90616 9.25 9.77521 9.60997 10.416 10.2507C11.0567 10.8915 11.4167 11.7605 11.4167 12.6667V14C11.4167 14.4142 11.0809 14.75 10.6667 14.75C10.2525 14.75 9.91667 14.4142 9.91667 14V12.6667C9.91667 12.1583 9.71474 11.6708 9.35529 11.3114C8.99585 10.9519 8.50834 10.75 8.00001 10.75H3.33334C2.82501 10.75 2.3375 10.9519 1.97805 11.3114C1.61861 11.6708 1.41667 12.1583 1.41667 12.6667V14C1.41667 14.4142 1.08089 14.75 0.666672 14.75C0.252458 14.75 -0.0833282 14.4142 -0.0833282 14V12.6667C-0.0833282 11.7605 0.276641 10.8915 0.91739 10.2507Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12648\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserCheck, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13655\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserCheck size={size} /> });"
+    "IconVolume1.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVolume1 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.33333 3.3335H8.13333C8.13333 3.02597 7.95705 2.74567 7.67988 2.61245C7.40271 2.47924 7.07371 2.51669 6.83357 2.7088L7.33333 3.3335ZM3.99999 6.00016V6.80016C4.18165 6.80016 4.3579 6.73834 4.49975 6.62486L3.99999 6.00016ZM1.33333 6.00016V5.20016C0.8915 5.20016 0.533328 5.55833 0.533328 6.00016H1.33333ZM1.33333 10.0002H0.533328C0.533328 10.442 0.8915 10.8002 1.33333 10.8002L1.33333 10.0002ZM3.99999 10.0002L4.49975 9.37547C4.3579 9.26199 4.18165 9.20016 3.99999 9.20016V10.0002ZM7.33333 12.6668L6.83357 13.2915C7.07371 13.4836 7.40271 13.5211 7.67988 13.3879C7.95705 13.2547 8.13333 12.9744 8.13333 12.6668H7.33333ZM10.9258 5.07456C10.6134 4.7621 10.1069 4.76202 9.79439 5.07439C9.48193 5.38676 9.48185 5.8933 9.79422 6.20576L10.9258 5.07456ZM9.79422 9.7879C9.48185 10.1004 9.48193 10.6069 9.79439 10.9193C10.1069 11.2316 10.6134 11.2316 10.9258 10.9191L9.79422 9.7879ZM6.83357 2.7088L3.50024 5.37547L4.49975 6.62486L7.83308 3.95819L6.83357 2.7088ZM3.99999 5.20016H1.33333V6.80016H3.99999V5.20016ZM0.533328 6.00016V10.0002H2.13333V6.00016H0.533328ZM1.33333 10.8002H3.99999V9.20016H1.33333V10.8002ZM3.50024 10.6249L6.83357 13.2915L7.83308 12.0421L4.49975 9.37547L3.50024 10.6249ZM8.13333 12.6668V3.3335H6.53333V12.6668H8.13333ZM9.79422 6.20576C10.2692 6.68083 10.5359 7.32508 10.5359 7.99683H12.136C12.136 6.90082 11.7006 5.84968 10.9258 5.07456L9.79422 6.20576ZM10.5359 7.99683C10.5359 8.66858 10.2692 9.31283 9.79422 9.7879L10.9258 10.9191C11.7006 10.144 12.136 9.09284 12.136 7.99683H10.5359Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconVolume1, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13666\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolume1 size={size} /> });"
   ],
   [
-    "IconUserMinus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUserMinus = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12643)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.66669 2.75C4.60814 2.75 3.75002 3.60812 3.75002 4.66667C3.75002 5.72521 4.60814 6.58333 5.66669 6.58333C6.72523 6.58333 7.58335 5.72521 7.58335 4.66667C7.58335 3.60812 6.72523 2.75 5.66669 2.75ZM2.25002 4.66667C2.25002 2.77969 3.77971 1.25 5.66669 1.25C7.55366 1.25 9.08335 2.77969 9.08335 4.66667C9.08335 6.55364 7.55366 8.08333 5.66669 8.08333C3.77971 8.08333 2.25002 6.55364 2.25002 4.66667ZM10.5834 7.33333C10.5834 6.91912 10.9191 6.58333 11.3334 6.58333H15.3334C15.7476 6.58333 16.0834 6.91912 16.0834 7.33333C16.0834 7.74755 15.7476 8.08333 15.3334 8.08333H11.3334C10.9191 8.08333 10.5834 7.74755 10.5834 7.33333ZM0.917406 10.2507C1.55815 9.60997 2.4272 9.25 3.33335 9.25H8.00002C8.90618 9.25 9.77522 9.60997 10.416 10.2507C11.0567 10.8915 11.4167 11.7605 11.4167 12.6667V14C11.4167 14.4142 11.0809 14.75 10.6667 14.75C10.2525 14.75 9.91669 14.4142 9.91669 14V12.6667C9.91669 12.1583 9.71475 11.6708 9.35531 11.3114C8.99586 10.9519 8.50835 10.75 8.00002 10.75H3.33335C2.82502 10.75 2.33751 10.9519 1.97807 11.3114C1.61862 11.6708 1.41669 12.1583 1.41669 12.6667V14C1.41669 14.4142 1.0809 14.75 0.666687 14.75C0.252473 14.75 -0.083313 14.4142 -0.083313 14V12.6667C-0.083313 11.7605 0.276657 10.8915 0.917406 10.2507Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12643\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserMinus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13658\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserMinus size={size} /> });"
+    "IconWifi.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconWifi = (props: IconProps) => (\n  <Icon {...props}><path d=\"M2.82144 7.75183C2.48195 8.0346 2.43597 8.53904 2.71874 8.87853C3.00151 9.21802 3.50595 9.264 3.84544 8.98123L2.82144 7.75183ZM8.02678 6.66794V5.86794V6.66794ZM12.2081 8.98123C12.5476 9.264 13.052 9.21802 13.3348 8.87853C13.6176 8.53904 13.5716 8.0346 13.2321 7.75183L12.2081 8.98123ZM0.417777 5.39973C0.0863333 5.69189 0.0544862 6.19742 0.346645 6.52886C0.638803 6.86031 1.14433 6.89215 1.47578 6.59999L0.417777 5.39973ZM14.5244 6.59999C14.8559 6.89215 15.3614 6.86031 15.6536 6.52886C15.9457 6.19742 15.9139 5.69189 15.5824 5.39973L14.5244 6.59999ZM5.22344 10.0877C4.86326 10.3436 4.77872 10.843 5.03461 11.2032C5.2905 11.5634 5.78993 11.6479 6.15011 11.392L5.22344 10.0877ZM9.85678 11.392C10.217 11.6479 10.7164 11.5634 10.9723 11.2032C11.2282 10.843 11.1436 10.3436 10.7834 10.0877L9.85678 11.392ZM8.00011 12.5332C7.55828 12.5332 7.20011 12.8914 7.20011 13.3332C7.20011 13.775 7.55828 14.1332 8.00011 14.1332V12.5332ZM8.00678 14.1332C8.44861 14.1332 8.80678 13.775 8.80678 13.3332C8.80678 12.8914 8.44861 12.5332 8.00678 12.5332V14.1332ZM3.84544 8.98123C5.0194 8.00341 6.49893 7.46794 8.02678 7.46794V5.86794C6.12476 5.86794 4.2829 6.53454 2.82144 7.75183L3.84544 8.98123ZM8.02678 7.46794C9.55462 7.46794 11.0342 8.00341 12.2081 8.98123L13.2321 7.75183C11.7707 6.53454 9.92879 5.86794 8.02678 5.86794V7.46794ZM1.47578 6.59999C3.27794 5.01144 5.59776 4.13496 8.00011 4.13496V2.53496C5.20819 2.53496 2.51218 3.55357 0.417777 5.39973L1.47578 6.59999ZM8.00011 4.13496C10.4025 4.13496 12.7223 5.01144 14.5244 6.59999L15.5824 5.39973C13.488 3.55357 10.792 2.53496 8.00011 2.53496V4.13496ZM6.15011 11.392C6.69155 11.0074 7.33927 10.8007 8.00344 10.8007V9.2007C7.00718 9.2007 6.03561 9.51069 5.22344 10.0877L6.15011 11.392ZM8.00344 10.8007C8.66762 10.8007 9.31534 11.0074 9.85678 11.392L10.7834 10.0877C9.97128 9.51069 8.99971 9.2007 8.00344 9.2007V10.8007ZM8.00011 14.1332H8.00678V12.5332H8.00011V14.1332Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconWifi, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13672\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWifi size={size} /> });"
   ],
   [
-    "IconUserPlus.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUserPlus = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12799)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.66663 2.75C4.60808 2.75 3.74996 3.60812 3.74996 4.66667C3.74996 5.72521 4.60808 6.58333 5.66663 6.58333C6.72517 6.58333 7.58329 5.72521 7.58329 4.66667C7.58329 3.60812 6.72517 2.75 5.66663 2.75ZM2.24996 4.66667C2.24996 2.77969 3.77965 1.25 5.66663 1.25C7.5536 1.25 9.08329 2.77969 9.08329 4.66667C9.08329 6.55364 7.5536 8.08333 5.66663 8.08333C3.77965 8.08333 2.24996 6.55364 2.24996 4.66667ZM13.3333 4.58333C13.7475 4.58333 14.0833 4.91912 14.0833 5.33333V6.58333H15.3333C15.7475 6.58333 16.0833 6.91912 16.0833 7.33333C16.0833 7.74755 15.7475 8.08333 15.3333 8.08333H14.0833V9.33333C14.0833 9.74755 13.7475 10.0833 13.3333 10.0833C12.9191 10.0833 12.5833 9.74755 12.5833 9.33333V8.08333H11.3333C10.9191 8.08333 10.5833 7.74755 10.5833 7.33333C10.5833 6.91912 10.9191 6.58333 11.3333 6.58333H12.5833V5.33333C12.5833 4.91912 12.9191 4.58333 13.3333 4.58333ZM0.917345 10.2507C1.55809 9.60997 2.42714 9.25 3.33329 9.25H7.99996C8.90612 9.25 9.77516 9.60997 10.4159 10.2507C11.0567 10.8915 11.4166 11.7605 11.4166 12.6667V14C11.4166 14.4142 11.0808 14.75 10.6666 14.75C10.2524 14.75 9.91663 14.4142 9.91663 14V12.6667C9.91663 12.1583 9.71469 11.6708 9.35525 11.3114C8.9958 10.9519 8.50829 10.75 7.99996 10.75H3.33329C2.82496 10.75 2.33745 10.9519 1.978 11.3114C1.61856 11.6708 1.41663 12.1583 1.41663 12.6667V14C1.41663 14.4142 1.08084 14.75 0.666626 14.75C0.252412 14.75 -0.083374 14.4142 -0.083374 14V12.6667C-0.083374 11.7605 0.276595 10.8915 0.917345 10.2507Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12799\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserPlus, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13657\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserPlus size={size} /> });"
+    "IconWatch.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconWatch = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16099)\"><path d=\"M8.79992 5.99985C8.79992 5.55802 8.44175 5.19985 7.99992 5.19985C7.55809 5.19985 7.19992 5.55802 7.19992 5.99985H8.79992ZM7.99992 7.99985H7.19992C7.19992 8.21202 7.2842 8.4155 7.43423 8.56553L7.99992 7.99985ZM8.43423 9.56553C8.74665 9.87795 9.25318 9.87795 9.5656 9.56553C9.87802 9.25311 9.87802 8.74658 9.5656 8.43416L8.43423 9.56553ZM11.8033 11.6393C11.8435 11.1993 11.5194 10.81 11.0794 10.7698C10.6394 10.7296 10.2501 11.0537 10.2099 11.4937L11.8033 11.6393ZM10.7733 14.1199L9.97657 14.047L9.9765 14.0479L10.7733 14.1199ZM9.43992 15.3332L9.44316 14.5332H9.43992V15.3332ZM6.55325 15.3332V14.5332L6.55001 14.5332L6.55325 15.3332ZM5.21992 14.1199L6.01667 14.0479L6.0166 14.047L5.21992 14.1199ZM5.78327 11.4937C5.74306 11.0537 5.35378 10.7296 4.91378 10.7698C4.47379 10.81 4.1497 11.1993 4.1899 11.6393L5.78327 11.4937ZM4.19657 4.36038C4.15636 4.80037 4.48045 5.18965 4.92045 5.22986C5.36044 5.27007 5.74972 4.94598 5.78993 4.50599L4.19657 4.36038ZM5.22659 1.87985L6.02327 1.95265L6.02334 1.95185L5.22659 1.87985ZM6.55325 0.666515V-0.133485L6.5525 -0.133485L6.55325 0.666515ZM9.45325 0.666515V1.46652L9.4565 1.46651L9.45325 0.666515ZM10.7866 1.87985L9.98983 1.95184L9.9899 1.95265L10.7866 1.87985ZM10.2232 4.50599C10.2634 4.94598 10.6527 5.27007 11.0927 5.22986C11.5327 5.18965 11.8568 4.80037 11.8166 4.36038L10.2232 4.50599ZM11.8666 7.99985C11.8666 10.1354 10.1354 11.8665 7.99992 11.8665V13.4665C11.0191 13.4665 13.4666 11.019 13.4666 7.99985H11.8666ZM7.99992 11.8665C5.86442 11.8665 4.13325 10.1353 4.13325 7.99985H2.53325C2.53325 11.019 4.98076 13.4665 7.99992 13.4665V11.8665ZM4.13325 7.99985C4.13325 5.86435 5.86442 4.13318 7.99992 4.13318V2.53318C4.98076 2.53318 2.53325 4.98069 2.53325 7.99985H4.13325ZM7.99992 4.13318C10.1354 4.13318 11.8666 5.86435 11.8666 7.99985H13.4666C13.4666 4.98069 11.0191 2.53318 7.99992 2.53318V4.13318ZM7.19992 5.99985V7.99985H8.79992V5.99985H7.19992ZM7.43423 8.56553L8.43423 9.56553L9.5656 8.43416L8.5656 7.43416L7.43423 8.56553ZM10.2099 11.4937L9.97657 14.047L11.5699 14.1927L11.8033 11.6393L10.2099 11.4937ZM9.9765 14.0479C9.96448 14.1808 9.90303 14.3045 9.80428 14.3943L10.8811 15.5777C11.2761 15.2182 11.5219 14.7237 11.57 14.1918L9.9765 14.0479ZM9.80428 14.3943C9.70553 14.4842 9.57667 14.5337 9.44316 14.5332L9.43667 16.1332C9.97072 16.1353 10.4862 15.9371 10.8811 15.5777L9.80428 14.3943ZM9.43992 14.5332H6.55325V16.1332H9.43992V14.5332ZM6.55001 14.5332C6.4165 14.5337 6.28764 14.4842 6.18889 14.3943L5.11202 15.5777C5.50701 15.9371 6.02245 16.1353 6.5565 16.1332L6.55001 14.5332ZM6.18889 14.3943C6.09014 14.3045 6.02869 14.1808 6.01667 14.0479L4.42316 14.1918C4.47123 14.7237 4.71703 15.2182 5.11202 15.5777L6.18889 14.3943ZM6.0166 14.047L5.78327 11.4937L4.1899 11.6393L4.42324 14.1927L6.0166 14.047ZM5.78993 4.50599L6.02327 1.95265L4.42991 1.80704L4.19657 4.36038L5.78993 4.50599ZM6.02334 1.95185C6.03531 1.81934 6.09639 1.69608 6.19457 1.60629L5.11475 0.425611C4.72202 0.784792 4.47773 1.2778 4.42983 1.80785L6.02334 1.95185ZM6.19457 1.60629C6.29275 1.51649 6.42095 1.46664 6.55401 1.46651L6.5525 -0.133485C6.02029 -0.132984 5.50748 0.0664307 5.11475 0.425611L6.19457 1.60629ZM6.55325 1.46651H9.45325V-0.133485H6.55325V1.46651ZM9.4565 1.46651C9.59001 1.46597 9.71887 1.51552 9.81762 1.60538L10.8945 0.422013C10.4995 0.0625727 9.98406 -0.135645 9.45001 -0.133479L9.4565 1.46651ZM9.81762 1.60538C9.91636 1.69524 9.97782 1.81887 9.98983 1.95184L11.5833 1.80785C11.5353 1.27597 11.2895 0.781453 10.8945 0.422013L9.81762 1.60538ZM9.9899 1.95265L10.2232 4.50599L11.8166 4.36038L11.5833 1.80704L9.9899 1.95265Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16099\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconWatch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13670\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWatch size={size} /> });"
   ],
   [
-    "IconUserX.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUserX = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12639)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.66663 2.75C4.60808 2.75 3.74996 3.60812 3.74996 4.66667C3.74996 5.72521 4.60808 6.58333 5.66663 6.58333C6.72517 6.58333 7.58329 5.72521 7.58329 4.66667C7.58329 3.60812 6.72517 2.75 5.66663 2.75ZM2.24996 4.66667C2.24996 2.77969 3.77965 1.25 5.66663 1.25C7.5536 1.25 9.08329 2.77969 9.08329 4.66667C9.08329 6.55364 7.5536 8.08333 5.66663 8.08333C3.77965 8.08333 2.24996 6.55364 2.24996 4.66667ZM11.4696 4.803C11.7625 4.51011 12.2374 4.51011 12.5303 4.803L13.6666 5.93934L14.803 4.803C15.0959 4.51011 15.5707 4.51011 15.8636 4.803C16.1565 5.0959 16.1565 5.57077 15.8636 5.86366L14.7273 7L15.8636 8.13634C16.1565 8.42923 16.1565 8.9041 15.8636 9.197C15.5707 9.48989 15.0959 9.48989 14.803 9.197L13.6666 8.06066L12.5303 9.197C12.2374 9.48989 11.7625 9.48989 11.4696 9.197C11.1767 8.9041 11.1767 8.42923 11.4696 8.13634L12.606 7L11.4696 5.86366C11.1767 5.57077 11.1767 5.0959 11.4696 4.803ZM0.917345 10.2507C1.55809 9.60997 2.42714 9.25 3.33329 9.25H7.99996C8.90612 9.25 9.77516 9.60997 10.4159 10.2507C11.0567 10.8915 11.4166 11.7605 11.4166 12.6667V14C11.4166 14.4142 11.0808 14.75 10.6666 14.75C10.2524 14.75 9.91663 14.4142 9.91663 14V12.6667C9.91663 12.1583 9.71469 11.6708 9.35525 11.3114C8.9958 10.9519 8.50829 10.75 7.99996 10.75H3.33329C2.82496 10.75 2.33745 10.9519 1.978 11.3114C1.61856 11.6708 1.41663 12.1583 1.41663 12.6667V14C1.41663 14.4142 1.08084 14.75 0.666626 14.75C0.252412 14.75 -0.083374 14.4142 -0.083374 14V12.6667C-0.083374 11.7605 0.276595 10.8915 0.917345 10.2507Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12639\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserX, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13660\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserX size={size} /> });"
+    "IconUsers.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUsers = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16083)\"><path d=\"M10.5334 14C10.5334 14.4418 10.8916 14.8 11.3334 14.8C11.7752 14.8 12.1334 14.4418 12.1334 14H10.5334ZM8.66675 10V9.2V10ZM3.33341 10V9.2V10ZM0.666748 12.6667H-0.133252H0.666748ZM-0.133252 14C-0.133252 14.4418 0.22492 14.8 0.666748 14.8C1.10858 14.8 1.46675 14.4418 1.46675 14H-0.133252ZM14.5334 14C14.5334 14.4418 14.8916 14.8 15.3334 14.8C15.7752 14.8 16.1334 14.4418 16.1334 14H14.5334ZM15.3334 12.6667H16.1334L16.1334 12.6661L15.3334 12.6667ZM13.5334 9.31207C13.1056 9.20161 12.6693 9.45887 12.5588 9.88667C12.4484 10.3145 12.7056 10.7508 13.1334 10.8613L13.5334 9.31207ZM10.8652 1.31167C10.4372 1.20208 10.0013 1.46021 9.89175 1.88824C9.78216 2.31626 10.0403 2.75208 10.4683 2.86167L10.8652 1.31167ZM12.672 4.67H13.472H12.672ZM10.4683 6.47833C10.0403 6.58792 9.78216 7.02374 9.89175 7.45176C10.0013 7.87979 10.4372 8.13792 10.8652 8.02833L10.4683 6.47833ZM12.1334 14V12.6667H10.5334V14H12.1334ZM12.1334 12.6667C12.1334 11.7472 11.7682 10.8655 11.1181 10.2154L9.98668 11.3467C10.3367 11.6968 10.5334 12.1716 10.5334 12.6667H12.1334ZM11.1181 10.2154C10.4679 9.56524 9.58617 9.2 8.66675 9.2V10.8C9.16182 10.8 9.63661 10.9967 9.98668 11.3467L11.1181 10.2154ZM8.66675 9.2H3.33341V10.8H8.66675V9.2ZM3.33341 9.2C2.414 9.2 1.53224 9.56524 0.882111 10.2154L2.01348 11.3467C2.36355 10.9967 2.83834 10.8 3.33341 10.8V9.2ZM0.882111 10.2154C0.231985 10.8655 -0.133252 11.7472 -0.133252 12.6667H1.46675C1.46675 12.1716 1.66341 11.6968 2.01348 11.3467L0.882111 10.2154ZM-0.133252 12.6667V14H1.46675V12.6667H-0.133252ZM7.86675 4.66667C7.86675 5.6976 7.03101 6.53333 6.00008 6.53333V8.13333C7.91467 8.13333 9.46675 6.58125 9.46675 4.66667H7.86675ZM6.00008 6.53333C4.96915 6.53333 4.13341 5.6976 4.13341 4.66667H2.53341C2.53341 6.58125 4.08549 8.13333 6.00008 8.13333V6.53333ZM4.13341 4.66667C4.13341 3.63574 4.96915 2.8 6.00008 2.8V1.2C4.08549 1.2 2.53341 2.75208 2.53341 4.66667H4.13341ZM6.00008 2.8C7.03101 2.8 7.86675 3.63574 7.86675 4.66667H9.46675C9.46675 2.75208 7.91467 1.2 6.00008 1.2V2.8ZM16.1334 14V12.6667H14.5334V14H16.1334ZM16.1334 12.6661C16.1328 11.898 15.8772 11.1518 15.4066 10.5447L14.1421 11.525C14.3954 11.8519 14.5331 12.2537 14.5334 12.6673L16.1334 12.6661ZM15.4066 10.5447C14.936 9.93768 14.2771 9.5041 13.5334 9.31207L13.1334 10.8613C13.5339 10.9647 13.8887 11.1981 14.1421 11.525L15.4066 10.5447ZM10.4683 2.86167C10.8698 2.96447 11.2257 3.19799 11.4799 3.52541L12.7438 2.54434C12.2718 1.93627 11.6109 1.50259 10.8652 1.31167L10.4683 2.86167ZM11.4799 3.52541C11.734 3.85283 11.872 4.25552 11.872 4.67H13.472C13.472 3.90025 13.2158 3.1524 12.7438 2.54434L11.4799 3.52541ZM11.872 4.67C11.872 5.08448 11.734 5.48717 11.4799 5.81459L12.7438 6.79566C13.2158 6.1876 13.472 5.43975 13.472 4.67H11.872ZM11.4799 5.81459C11.2257 6.14201 10.8698 6.37553 10.4683 6.47833L10.8652 8.02833C11.6109 7.83741 12.2718 7.40373 12.7438 6.79566L11.4799 5.81459Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16083\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUsers, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13661\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUsers size={size} /> });"
   ],
   [
-    "IconUser.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUser = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00008 2.75C6.94153 2.75 6.08341 3.60812 6.08341 4.66667C6.08341 5.72521 6.94153 6.58333 8.00008 6.58333C9.05863 6.58333 9.91675 5.72521 9.91675 4.66667C9.91675 3.60812 9.05863 2.75 8.00008 2.75ZM4.58341 4.66667C4.58341 2.77969 6.11311 1.25 8.00008 1.25C9.88705 1.25 11.4167 2.77969 11.4167 4.66667C11.4167 6.55364 9.88705 8.08333 8.00008 8.08333C6.11311 8.08333 4.58341 6.55364 4.58341 4.66667ZM2.91747 10.2507C3.55822 9.60997 4.42726 9.25 5.33341 9.25H10.6667C11.5729 9.25 12.4419 9.60997 13.0827 10.2507C13.7234 10.8915 14.0834 11.7605 14.0834 12.6667V14C14.0834 14.4142 13.7476 14.75 13.3334 14.75C12.9192 14.75 12.5834 14.4142 12.5834 14V12.6667C12.5834 12.1583 12.3815 11.6708 12.022 11.3114C11.6626 10.9519 11.1751 10.75 10.6667 10.75H5.33341C4.82508 10.75 4.33757 10.9519 3.97813 11.3114C3.61868 11.6708 3.41675 12.1583 3.41675 12.6667V14C3.41675 14.4142 3.08096 14.75 2.66675 14.75C2.25253 14.75 1.91675 14.4142 1.91675 14V12.6667C1.91675 11.7605 2.27672 10.8915 2.91747 10.2507Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUser, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13659\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUser size={size} /> });"
+    "IconXCircle.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconXCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16107)\"><path d=\"M10.5658 6.56585C10.8783 6.25343 10.8783 5.7469 10.5658 5.43448C10.2534 5.12206 9.7469 5.12206 9.43448 5.43448L10.5658 6.56585ZM5.43448 9.43448C5.12206 9.7469 5.12206 10.2534 5.43448 10.5658C5.7469 10.8783 6.25343 10.8783 6.56585 10.5658L5.43448 9.43448ZM6.56585 5.43448C6.25343 5.12206 5.7469 5.12206 5.43448 5.43448C5.12206 5.7469 5.12206 6.25343 5.43448 6.56585L6.56585 5.43448ZM9.43448 10.5658C9.7469 10.8783 10.2534 10.8783 10.5658 10.5658C10.8783 10.2534 10.8783 9.7469 10.5658 9.43448L9.43448 10.5658ZM13.8668 8.00016C13.8668 11.2402 11.2402 13.8668 8.00016 13.8668V15.4668C12.1239 15.4668 15.4668 12.1239 15.4668 8.00016H13.8668ZM8.00016 13.8668C4.76009 13.8668 2.1335 11.2402 2.1335 8.00016H0.533496C0.533496 12.1239 3.87644 15.4668 8.00016 15.4668V13.8668ZM2.1335 8.00016C2.1335 4.76009 4.76009 2.1335 8.00016 2.1335V0.533496C3.87644 0.533496 0.533496 3.87644 0.533496 8.00016H2.1335ZM8.00016 2.1335C11.2402 2.1335 13.8668 4.76009 13.8668 8.00016H15.4668C15.4668 3.87644 12.1239 0.533496 8.00016 0.533496V2.1335ZM9.43448 5.43448L5.43448 9.43448L6.56585 10.5658L10.5658 6.56585L9.43448 5.43448ZM5.43448 6.56585L9.43448 10.5658L10.5658 9.43448L6.56585 5.43448L5.43448 6.56585Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16107\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconXCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13674\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconXCircle size={size} /> });"
   ],
   [
-    "IconUsers.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconUsers = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12503)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.00008 2.75C4.94154 2.75 4.08342 3.60812 4.08342 4.66667C4.08342 5.72521 4.94154 6.58333 6.00008 6.58333C7.05863 6.58333 7.91675 5.72521 7.91675 4.66667C7.91675 3.60812 7.05863 2.75 6.00008 2.75ZM2.58341 4.66667C2.58341 2.77969 4.11311 1.25 6.00008 1.25C7.88705 1.25 9.41675 2.77969 9.41675 4.66667C9.41675 6.55364 7.88705 8.08333 6.00008 8.08333C4.11311 8.08333 2.58341 6.55364 2.58341 4.66667ZM9.94019 1.90064C10.0429 1.49937 10.4515 1.25736 10.8528 1.3601C11.5877 1.54828 12.2391 1.9757 12.7043 2.57499C13.1695 3.17429 13.422 3.91135 13.422 4.67C13.422 5.42865 13.1695 6.16571 12.7043 6.76501C12.2391 7.3643 11.5877 7.79172 10.8528 7.9799C10.4515 8.08264 10.0429 7.84063 9.94019 7.43936C9.83745 7.03809 10.0795 6.62951 10.4807 6.52677C10.893 6.42121 11.2584 6.18144 11.5194 5.84525C11.7803 5.50906 11.922 5.09558 11.922 4.67C11.922 4.24442 11.7803 3.83094 11.5194 3.49475C11.2584 3.15856 10.893 2.91879 10.4807 2.81323C10.0795 2.71049 9.83745 2.30191 9.94019 1.90064ZM0.917467 10.2507C1.55822 9.60997 2.42726 9.25 3.33341 9.25H8.66675C9.57291 9.25 10.4419 9.60997 11.0827 10.2507C11.7234 10.8915 12.0834 11.7605 12.0834 12.6667V14C12.0834 14.4142 11.7476 14.75 11.3334 14.75C10.9192 14.75 10.5834 14.4142 10.5834 14V12.6667C10.5834 12.1583 10.3815 11.6708 10.022 11.3114C9.66259 10.9519 9.17508 10.75 8.66675 10.75H3.33341C2.82508 10.75 2.33757 10.9519 1.97813 11.3114C1.61868 11.6708 1.41675 12.1583 1.41675 12.6667V14C1.41675 14.4142 1.08096 14.75 0.666748 14.75C0.252534 14.75 -0.083252 14.4142 -0.083252 14V12.6667C-0.083252 11.7605 0.276718 10.8915 0.917467 10.2507ZM12.6072 9.89917C12.7108 9.49811 13.1199 9.25693 13.5209 9.36048C14.2539 9.54974 14.9033 9.97707 15.3671 10.5754C15.8309 11.1737 16.0829 11.9091 16.0834 12.6661V14C16.0834 14.4142 15.7476 14.75 15.3334 14.75C14.9192 14.75 14.5834 14.4142 14.5834 14V12.6672C14.5831 12.2426 14.4418 11.83 14.1816 11.4944C13.9214 11.1587 13.5571 10.919 13.1459 10.8129C12.7449 10.7093 12.5037 10.3002 12.6072 9.89917Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12503\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUsers, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13661\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUsers size={size} /> });"
+    "IconXOctagon.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconXOctagon = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16109)\"><path d=\"M5.23999 1.3335V0.533496C5.02782 0.533496 4.82434 0.617782 4.67431 0.767811L5.23999 1.3335ZM10.76 1.3335L11.3257 0.767811C11.1757 0.617782 10.9722 0.533496 10.76 0.533496V1.3335ZM14.6667 5.24016H15.4667C15.4667 5.02799 15.3824 4.82451 15.2323 4.67448L14.6667 5.24016ZM14.6667 10.7602L15.2323 11.3258C15.3824 11.1758 15.4667 10.9723 15.4667 10.7602H14.6667ZM10.76 14.6668V15.4668C10.9722 15.4668 11.1757 15.3825 11.3257 15.2325L10.76 14.6668ZM5.23999 14.6668L4.67431 15.2325C4.82434 15.3825 5.02782 15.4668 5.23999 15.4668V14.6668ZM1.33333 10.7602H0.533328C0.533328 10.9723 0.617614 11.1758 0.767643 11.3258L1.33333 10.7602ZM1.33333 5.24016L0.767643 4.67448C0.617614 4.82451 0.533328 5.02799 0.533328 5.24016H1.33333ZM10.5657 6.56585C10.8781 6.25343 10.8781 5.7469 10.5657 5.43448C10.2533 5.12206 9.74673 5.12206 9.43431 5.43448L10.5657 6.56585ZM5.43431 9.43448C5.12189 9.7469 5.12189 10.2534 5.43431 10.5658C5.74673 10.8783 6.25326 10.8783 6.56568 10.5658L5.43431 9.43448ZM6.56568 5.43448C6.25326 5.12206 5.74673 5.12206 5.43431 5.43448C5.12189 5.7469 5.12189 6.25343 5.43431 6.56585L6.56568 5.43448ZM9.43431 10.5658C9.74673 10.8783 10.2533 10.8783 10.5657 10.5658C10.8781 10.2534 10.8781 9.7469 10.5657 9.43448L9.43431 10.5658ZM5.23999 2.1335H10.76V0.533496H5.23999V2.1335ZM10.1943 1.89918L14.101 5.80585L15.2323 4.67448L11.3257 0.767811L10.1943 1.89918ZM13.8667 5.24016V10.7602H15.4667V5.24016H13.8667ZM14.101 10.1945L10.1943 14.1011L11.3257 15.2325L15.2323 11.3258L14.101 10.1945ZM10.76 13.8668H5.23999V15.4668H10.76V13.8668ZM5.80568 14.1011L1.89901 10.1945L0.767643 11.3258L4.67431 15.2325L5.80568 14.1011ZM2.13333 10.7602V5.24016H0.533328V10.7602H2.13333ZM1.89901 5.80585L5.80568 1.89918L4.67431 0.767811L0.767643 4.67448L1.89901 5.80585ZM9.43431 5.43448L5.43431 9.43448L6.56568 10.5658L10.5657 6.56585L9.43431 5.43448ZM5.43431 6.56585L9.43431 10.5658L10.5657 9.43448L6.56568 5.43448L5.43431 6.56585Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16109\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconXOctagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13673\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconXOctagon size={size} /> });"
   ],
   [
-    "IconVideoOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVideoOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12796)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136418 0.136174C0.429311 -0.156719 0.904185 -0.156719 1.19708 0.136174L3.86338 2.80248C3.86362 2.80272 3.86387 2.80296 3.86411 2.8032L11.1967 10.1358C11.197 10.1361 11.1972 10.1363 11.1974 10.1365L15.8637 14.8028C16.1566 15.0957 16.1566 15.5706 15.8637 15.8635C15.5709 16.1564 15.096 16.1564 14.8031 15.8635L11.1993 12.2598C11.0998 12.4602 10.9678 12.6451 10.8066 12.8063C10.4159 13.197 9.88595 13.4165 9.33342 13.4165H2.00008C1.44755 13.4165 0.917643 13.197 0.526942 12.8063C0.136241 12.4156 -0.083252 11.8857 -0.083252 11.3332V4.6665C-0.083252 4.11397 0.136242 3.58407 0.526942 3.19336C0.814177 2.90613 1.17665 2.71143 1.56804 2.62845L0.136418 1.19683C-0.156475 0.903941 -0.156475 0.429067 0.136418 0.136174ZM3.02275 4.08317H2.00008C1.84537 4.08317 1.697 4.14463 1.5876 4.25402C1.47821 4.36342 1.41675 4.51179 1.41675 4.6665V11.3332C1.41675 11.4879 1.47821 11.6363 1.5876 11.7457C1.697 11.855 1.84537 11.9165 2.00008 11.9165H9.33342C9.48812 11.9165 9.6365 11.855 9.74589 11.7457C9.85529 11.6363 9.91675 11.4879 9.91675 11.3332V10.9772L3.02275 4.08317ZM6.35675 3.33317C6.35675 2.91896 6.69253 2.58317 7.10675 2.58317H9.33342C9.88595 2.58317 10.4159 2.80266 10.8066 3.19336C11.1973 3.58407 11.4167 4.11397 11.4167 4.6665V6.57392L14.8939 4.05882C15.1221 3.89369 15.4237 3.87043 15.6746 3.99861C15.9255 4.12678 16.0834 4.38476 16.0834 4.6665V11.3332C16.0834 11.7474 15.7476 12.0832 15.3334 12.0832C14.9192 12.0832 14.5834 11.7474 14.5834 11.3332V6.13464L11.773 8.16753C11.4745 8.38339 11.0635 8.35061 10.8031 8.09017L10.1364 7.4235C9.99577 7.28285 9.91675 7.09208 9.91675 6.89317V4.6665C9.91675 4.51179 9.85529 4.36342 9.74589 4.25402C9.6365 4.14463 9.48812 4.08317 9.33342 4.08317H7.10675C6.69253 4.08317 6.35675 3.74738 6.35675 3.33317Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12796\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVideoOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13662\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVideoOff size={size} /> });"
+    "IconWind.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconWind = (props: IconProps) => (\n  <Icon {...props}><path d=\"M5.82614 2.49582C5.51464 2.80916 5.51614 3.31569 5.82949 3.62718C6.14283 3.93868 6.64936 3.93718 6.96085 3.62383L5.82614 2.49582ZM7.3335 5.33316L7.33685 4.53316H7.3335V5.33316ZM1.3335 4.53316C0.891668 4.53316 0.533496 4.89133 0.533496 5.33316C0.533496 5.77499 0.891668 6.13316 1.3335 6.13316V4.53316ZM8.96085 12.3758C8.64936 12.0625 8.14283 12.061 7.82949 12.3725C7.51614 12.684 7.51464 13.1905 7.82614 13.5038L8.96085 12.3758ZM9.3335 10.6665V11.4665L9.33685 11.4665L9.3335 10.6665ZM1.3335 9.86649C0.891668 9.86649 0.533496 10.2247 0.533496 10.6665C0.533496 11.1083 0.891668 11.4665 1.3335 11.4665V9.86649ZM11.2552 4.58676C10.9424 4.89878 10.9417 5.40531 11.2538 5.71813C11.5658 6.03094 12.0723 6.03158 12.3851 5.71956L11.2552 4.58676ZM13.0002 7.99983V8.79983L13.0016 8.79982L13.0002 7.99983ZM1.3335 7.19982C0.891668 7.19982 0.533496 7.558 0.533496 7.99983C0.533496 8.44165 0.891668 8.79983 1.3335 8.79983V7.19982ZM6.96085 3.62383C7.0228 3.56152 7.09919 3.51547 7.18322 3.48979L6.7156 1.95965C6.37947 2.06237 6.07393 2.24655 5.82614 2.49582L6.96085 3.62383ZM7.18322 3.48979C7.26725 3.46411 7.35633 3.45959 7.44253 3.47663L7.75283 1.90701C7.40803 1.83884 7.05173 1.85693 6.7156 1.95965L7.18322 3.48979ZM7.44253 3.47663C7.52873 3.49367 7.60938 3.53175 7.67732 3.58747L8.69201 2.35037C8.42025 2.12748 8.09763 1.97517 7.75283 1.90701L7.44253 3.47663ZM7.67732 3.58747C7.74526 3.64319 7.79838 3.71484 7.83195 3.79604L9.31054 3.18466C9.17624 2.85986 8.96377 2.57327 8.69201 2.35037L7.67732 3.58747ZM7.83195 3.79604C7.86553 3.87725 7.87852 3.96548 7.86978 4.05292L9.46183 4.21215C9.49681 3.86242 9.44484 3.50947 9.31054 3.18466L7.83195 3.79604ZM7.86978 4.05292C7.86103 4.14035 7.83082 4.22427 7.78183 4.29721L9.11004 5.18932C9.30601 4.89755 9.42686 4.56188 9.46183 4.21215L7.86978 4.05292ZM7.78183 4.29721C7.73284 4.37015 7.66658 4.42986 7.58895 4.47102L8.33852 5.88458C8.64904 5.71992 8.91406 5.48109 9.11004 5.18932L7.78183 4.29721ZM7.58895 4.47102C7.51132 4.51219 7.42472 4.53353 7.33685 4.53317L7.33014 6.13315C7.68161 6.13463 8.028 6.04924 8.33852 5.88458L7.58895 4.47102ZM7.3335 4.53316H1.3335V6.13316H7.3335V4.53316ZM7.82614 13.5038C8.07393 13.7531 8.37947 13.9373 8.7156 14.04L9.18322 12.5099C9.09919 12.4842 9.0228 12.4381 8.96085 12.3758L7.82614 13.5038ZM8.7156 14.04C9.05173 14.1427 9.40803 14.1608 9.75283 14.0926L9.44253 12.523C9.35633 12.5401 9.26725 12.5355 9.18322 12.5099L8.7156 14.04ZM9.75283 14.0926C10.0976 14.0245 10.4203 13.8722 10.692 13.6493L9.67732 12.4122C9.60938 12.4679 9.52873 12.506 9.44253 12.523L9.75283 14.0926ZM10.692 13.6493C10.9638 13.4264 11.1762 13.1398 11.3105 12.815L9.83195 12.2036C9.79838 12.2848 9.74526 12.3565 9.67732 12.4122L10.692 13.6493ZM11.3105 12.815C11.4448 12.4902 11.4968 12.1372 11.4618 11.7875L9.86978 11.9467C9.87852 12.0342 9.86553 12.1224 9.83195 12.2036L11.3105 12.815ZM11.4618 11.7875C11.4269 11.4378 11.306 11.1021 11.11 10.8103L9.78183 11.7024C9.83082 11.7754 9.86103 11.8593 9.86978 11.9467L11.4618 11.7875ZM11.11 10.8103C10.9141 10.5186 10.649 10.2797 10.3385 10.1151L9.58895 11.5286C9.66658 11.5698 9.73284 11.6295 9.78183 11.7024L11.11 10.8103ZM10.3385 10.1151C10.028 9.95041 9.68161 9.86502 9.33014 9.8665L9.33685 11.4665C9.42472 11.4661 9.51132 11.4875 9.58895 11.5286L10.3385 10.1151ZM9.3335 9.86649H1.3335V11.4665H9.3335V9.86649ZM12.3851 5.71956C12.486 5.61899 12.61 5.54481 12.7463 5.50359L12.2832 3.97208C11.8953 4.08939 11.5422 4.30051 11.2552 4.58676L12.3851 5.71956ZM12.7463 5.50359C12.8826 5.46237 13.027 5.45538 13.1667 5.48323L13.4796 3.91413C13.0821 3.83486 12.6712 3.85476 12.2832 3.97208L12.7463 5.50359ZM13.1667 5.48323C13.3063 5.51109 13.437 5.57293 13.5471 5.66329L14.5622 4.42659C14.249 4.16942 13.8771 3.99341 13.4796 3.91413L13.1667 5.48323ZM13.5471 5.66329C13.6571 5.75364 13.7433 5.86974 13.7978 6.00129L15.2758 5.38861C15.1206 5.01418 14.8755 4.68376 14.5622 4.42659L13.5471 5.66329ZM13.7978 6.00129C13.8523 6.13285 13.8736 6.27582 13.8597 6.41755L15.4521 6.57336C15.4916 6.16996 15.431 5.76305 15.2758 5.38861L13.7978 6.00129ZM13.8597 6.41755C13.8459 6.55929 13.7973 6.69543 13.7183 6.81392L15.0495 7.70146C15.2744 7.36422 15.4127 6.97676 15.4521 6.57336L13.8597 6.41755ZM13.7183 6.81392C13.6393 6.93241 13.5323 7.02961 13.4068 7.09692L14.163 8.50693C14.5202 8.31536 14.8247 8.03871 15.0495 7.70146L13.7183 6.81392ZM13.4068 7.09692C13.2813 7.16423 13.1411 7.19957 12.9987 7.19983L13.0016 8.79982C13.4069 8.7991 13.8058 8.6985 14.163 8.50693L13.4068 7.09692ZM13.0002 7.19982H1.3335V8.79983H13.0002V7.19982Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconWind, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13671\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWind size={size} /> });"
   ],
   [
-    "IconVideo.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVideo = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12627)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.99984 4.0835C1.67767 4.0835 1.4165 4.34466 1.4165 4.66683V11.3335C1.4165 11.6557 1.67767 11.9168 1.99984 11.9168H9.33317C9.65534 11.9168 9.9165 11.6557 9.9165 11.3335V4.66683C9.9165 4.34466 9.65534 4.0835 9.33317 4.0835H1.99984ZM11.4165 6.54277V4.66683C11.4165 3.51624 10.4838 2.5835 9.33317 2.5835H1.99984C0.849244 2.5835 -0.0834961 3.51624 -0.0834961 4.66683V11.3335C-0.0834961 12.4841 0.849244 13.4168 1.99984 13.4168H9.33317C10.4838 13.4168 11.4165 12.4841 11.4165 11.3335V9.45755L14.8972 11.9438C15.1259 12.1071 15.4266 12.1289 15.6764 12.0004C15.9262 11.8718 16.0832 11.6144 16.0832 11.3335V4.66683C16.0832 4.38589 15.9262 4.12851 15.6764 3.99995C15.4266 3.8714 15.1259 3.89324 14.8972 4.05653L11.4165 6.54277ZM11.9569 8.00016L14.5832 9.8761V6.12422L11.9569 8.00016Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12627\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVideo, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13664\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVideo size={size} /> });"
+    "IconUserX.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUserX = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16079)\"><path d=\"M9.86663 14C9.86663 14.4418 10.2248 14.8 10.6666 14.8C11.1085 14.8 11.4666 14.4418 11.4666 14H9.86663ZM10.6666 12.6667H11.4666H10.6666ZM7.99996 10V9.2V10ZM3.33329 10V9.2V10ZM0.666626 12.6667H-0.133374H0.666626ZM-0.133374 14C-0.133374 14.4418 0.224798 14.8 0.666626 14.8C1.10845 14.8 1.46663 14.4418 1.46663 14H-0.133374ZM12.5656 4.76765C12.2532 4.45523 11.7467 4.45523 11.4343 4.76765C11.1219 5.08007 11.1219 5.5866 11.4343 5.89902L12.5656 4.76765ZM14.7676 9.23235C15.08 9.54477 15.5866 9.54477 15.899 9.23235C16.2114 8.91993 16.2114 8.4134 15.899 8.10098L14.7676 9.23235ZM15.899 5.89902C16.2114 5.5866 16.2114 5.08007 15.899 4.76765C15.5866 4.45523 15.08 4.45523 14.7676 4.76765L15.899 5.89902ZM11.4343 8.10098C11.1219 8.4134 11.1219 8.91993 11.4343 9.23235C11.7467 9.54477 12.2532 9.54477 12.5656 9.23235L11.4343 8.10098ZM11.4666 14V12.6667H9.86663V14H11.4666ZM11.4666 12.6667C11.4666 11.7472 11.1014 10.8655 10.4513 10.2154L9.31989 11.3467C9.66996 11.6968 9.86663 12.1716 9.86663 12.6667H11.4666ZM10.4513 10.2154C9.80114 9.56524 8.91938 9.2 7.99996 9.2V10.8C8.49503 10.8 8.96982 10.9967 9.31989 11.3467L10.4513 10.2154ZM7.99996 9.2H3.33329V10.8H7.99996V9.2ZM3.33329 9.2C2.41388 9.2 1.53212 9.56524 0.881989 10.2154L2.01336 11.3467C2.36343 10.9967 2.83822 10.8 3.33329 10.8V9.2ZM0.881989 10.2154C0.231863 10.8655 -0.133374 11.7472 -0.133374 12.6667H1.46663C1.46663 12.1716 1.66329 11.6968 2.01336 11.3467L0.881989 10.2154ZM-0.133374 12.6667V14H1.46663V12.6667H-0.133374ZM7.53329 4.66667C7.53329 5.6976 6.69756 6.53333 5.66663 6.53333V8.13333C7.58121 8.13333 9.13329 6.58125 9.13329 4.66667H7.53329ZM5.66663 6.53333C4.63569 6.53333 3.79996 5.6976 3.79996 4.66667H2.19996C2.19996 6.58125 3.75204 8.13333 5.66663 8.13333V6.53333ZM3.79996 4.66667C3.79996 3.63574 4.63569 2.8 5.66663 2.8V1.2C3.75204 1.2 2.19996 2.75208 2.19996 4.66667H3.79996ZM5.66663 2.8C6.69756 2.8 7.53329 3.63574 7.53329 4.66667H9.13329C9.13329 2.75208 7.58121 1.2 5.66663 1.2V2.8ZM11.4343 5.89902L14.7676 9.23235L15.899 8.10098L12.5656 4.76765L11.4343 5.89902ZM14.7676 4.76765L11.4343 8.10098L12.5656 9.23235L15.899 5.89902L14.7676 4.76765Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16079\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUserX, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13660\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUserX size={size} /> });"
   ],
   [
-    "IconVoicemail.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVoicemail = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12633)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.6665 5.4165C2.42386 5.4165 1.4165 6.42386 1.4165 7.6665C1.4165 8.90914 2.42386 9.9165 3.6665 9.9165C4.90914 9.9165 5.9165 8.90914 5.9165 7.6665C5.9165 6.42386 4.90914 5.4165 3.6665 5.4165ZM6.66678 9.9165C7.13755 9.28976 7.4165 8.51071 7.4165 7.6665C7.4165 5.59544 5.73757 3.9165 3.6665 3.9165C1.59544 3.9165 -0.0834961 5.59544 -0.0834961 7.6665C-0.0834961 9.73757 1.59544 11.4165 3.6665 11.4165H12.3332C14.4042 11.4165 16.0832 9.73757 16.0832 7.6665C16.0832 5.59544 14.4042 3.9165 12.3332 3.9165C10.2621 3.9165 8.58317 5.59544 8.58317 7.6665C8.58317 8.51071 8.86213 9.28976 9.3329 9.9165H6.66678ZM12.3332 9.9165C13.5758 9.9165 14.5832 8.90914 14.5832 7.6665C14.5832 6.42386 13.5758 5.4165 12.3332 5.4165C11.0905 5.4165 10.0832 6.42386 10.0832 7.6665C10.0832 8.90914 11.0905 9.9165 12.3332 9.9165Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12633\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVoicemail, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13663\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVoicemail size={size} /> });"
+    "IconTrendingDown.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconTrendingDown = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16047)\"><path d=\"M15.3334 12V12.8C15.7752 12.8 16.1334 12.4418 16.1334 12H15.3334ZM9.00008 5.66667L9.56577 5.10098C9.41574 4.95095 9.21225 4.86667 9.00008 4.86667C8.78791 4.86667 8.58442 4.95095 8.4344 5.10098L9.00008 5.66667ZM5.66675 9L5.10106 9.56569C5.25109 9.71571 5.45457 9.8 5.66675 9.8C5.87892 9.8 6.0824 9.71571 6.23243 9.56569L5.66675 9ZM1.23243 3.43431C0.920014 3.1219 0.413482 3.1219 0.101063 3.43431C-0.211357 3.74673 -0.211357 4.25327 0.101063 4.56569L1.23243 3.43431ZM11.3334 11.2C10.8916 11.2 10.5334 11.5582 10.5334 12C10.5334 12.4418 10.8916 12.8 11.3334 12.8V11.2ZM16.1334 8C16.1334 7.55817 15.7752 7.2 15.3334 7.2C14.8916 7.2 14.5334 7.55817 14.5334 8L16.1334 8ZM15.8991 11.4343L9.56577 5.10098L8.4344 6.23235L14.7677 12.5657L15.8991 11.4343ZM8.4344 5.10098L5.10106 8.43431L6.23243 9.56569L9.56577 6.23235L8.4344 5.10098ZM6.23243 8.43431L1.23243 3.43431L0.101063 4.56569L5.10106 9.56569L6.23243 8.43431ZM11.3334 12.8H15.3334V11.2H11.3334V12.8ZM16.1334 12L16.1334 8L14.5334 8L14.5334 12H16.1334Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16047\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconTrendingDown, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13644\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconTrendingDown size={size} /> });"
   ],
   [
-    "IconVolume1.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVolume1 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.65822 2.65753C7.91807 2.78242 8.08333 3.0452 8.08333 3.3335V12.6668C8.08333 12.9551 7.91807 13.2179 7.65822 13.3428C7.39837 13.4677 7.08993 13.4326 6.86481 13.2525L3.73691 10.7502H1.33333C0.919115 10.7502 0.583328 10.4144 0.583328 10.0002V6.00017C0.583328 5.58596 0.919115 5.25017 1.33333 5.25017H3.73691L6.86481 2.74785C7.08993 2.56775 7.39837 2.53264 7.65822 2.65753ZM6.58333 4.89397L4.46852 6.58582C4.33553 6.69221 4.1703 6.75017 3.99999 6.75017H2.08333V9.25017H3.99999C4.1703 9.25017 4.33553 9.30813 4.46852 9.41452L6.58333 11.1064V4.89397ZM9.82975 5.10976C10.1227 4.81691 10.5976 4.81698 10.8904 5.10992C11.6559 5.87566 12.0859 6.91408 12.0859 7.99684C12.0859 9.07959 11.6559 10.118 10.8904 10.8838C10.5976 11.1767 10.1227 11.1768 9.82975 10.8839C9.53681 10.5911 9.53674 10.1162 9.82959 9.82325C10.3139 9.33881 10.5859 8.68184 10.5859 7.99684C10.5859 7.31183 10.3139 6.65487 9.82959 6.17042C9.53674 5.87748 9.53681 5.40261 9.82975 5.10976Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconVolume1, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13666\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolume1 size={size} /> });"
+    "IconUpload.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUpload = (props: IconProps) => (\n  <Icon {...props}><path d=\"M14.8 10C14.8 9.55817 14.4418 9.2 14 9.2C13.5582 9.2 13.2 9.55817 13.2 10H14.8ZM2 12.6667H1.2H2ZM2.8 10C2.8 9.55817 2.44183 9.2 2 9.2C1.55817 9.2 1.2 9.55817 1.2 10H2.8ZM10.7676 5.89902C11.0801 6.21144 11.5866 6.21144 11.899 5.89902C12.2114 5.5866 12.2114 5.08007 11.899 4.76765L10.7676 5.89902ZM8 2L8.56569 1.43431C8.41566 1.28429 8.21217 1.2 8 1.2C7.78783 1.2 7.58434 1.28429 7.43431 1.43431L8 2ZM4.10098 4.76765C3.78856 5.08007 3.78856 5.5866 4.10098 5.89902C4.4134 6.21144 4.91993 6.21144 5.23235 5.89902L4.10098 4.76765ZM7.2 10C7.2 10.4418 7.55817 10.8 8 10.8C8.44183 10.8 8.8 10.4418 8.8 10H7.2ZM13.2 10V12.6667H14.8V10H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V10H1.2V12.6667H2.8ZM11.899 4.76765L8.56569 1.43431L7.43431 2.56569L10.7676 5.89902L11.899 4.76765ZM7.43431 1.43431L4.10098 4.76765L5.23235 5.89902L8.56569 2.56569L7.43431 1.43431ZM7.2 2V10H8.8V2H7.2Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUpload, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13656\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUpload size={size} /> });"
   ],
   [
-    "IconVolume2.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVolume2 = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.1831 2.75621C12.476 2.46336 12.9509 2.46343 13.2437 2.75637C14.6341 4.1472 15.4152 6.03332 15.4152 7.99995C15.4152 9.96659 14.6341 11.8527 13.2437 13.2435C12.9509 13.5365 12.476 13.5365 12.1831 13.2437C11.8901 12.9508 11.8901 12.476 12.1829 12.183C13.2921 11.0735 13.9152 9.56884 13.9152 7.99995C13.9152 6.43107 13.2921 4.92641 12.1829 3.81687C11.8901 3.52393 11.8901 3.04906 12.1831 2.75621ZM7.6582 2.65731C7.91805 2.7822 8.08331 3.04498 8.08331 3.33329V12.6666C8.08331 12.9549 7.91805 13.2177 7.6582 13.3426C7.39836 13.4675 7.08992 13.4324 6.86479 13.2523L3.73689 10.75H1.33331C0.919099 10.75 0.583313 10.4142 0.583313 9.99995V5.99995C0.583313 5.58574 0.919099 5.24995 1.33331 5.24995H3.73689L6.86479 2.74764C7.08992 2.56753 7.39836 2.53242 7.6582 2.65731ZM6.58331 4.89376L4.4685 6.58561C4.33552 6.69199 4.17028 6.74995 3.99998 6.74995H2.08331V9.24995H3.99998C4.17028 9.24995 4.33552 9.30792 4.4685 9.4143L6.58331 11.1062V4.89376ZM9.82973 5.10954C10.1227 4.8167 10.5975 4.81677 10.8904 5.1097C11.6559 5.87544 12.0859 6.91387 12.0859 7.99662C12.0859 9.07937 11.6559 10.1178 10.8904 10.8835C10.5975 11.1765 10.1227 11.1765 9.82973 10.8837C9.53679 10.5908 9.53672 10.116 9.82957 9.82304C10.3139 9.33859 10.5859 8.68163 10.5859 7.99662C10.5859 7.31161 10.3139 6.65465 9.82957 6.1702C9.53672 5.87727 9.53679 5.40239 9.82973 5.10954Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconVolume2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13665\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolume2 size={size} /> });"
+    "IconZapOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconZapOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16117)\"><path d=\"M7.47952 4.40123C7.42505 4.83968 7.73635 5.23927 8.1748 5.29374C8.61326 5.3482 9.01285 5.03691 9.06731 4.59845L7.47952 4.40123ZM8.66675 1.33317L9.46065 1.43178C9.50442 1.07936 9.31063 0.740271 8.98477 0.599098C8.65891 0.457926 8.27899 0.548469 8.05183 0.821437L8.66675 1.33317ZM6.43183 2.7681C6.1492 3.10772 6.1954 3.61214 6.53502 3.89476C6.87463 4.17738 7.37905 4.13118 7.66167 3.79157L6.43183 2.7681ZM11.766 8.09373C11.4828 8.43287 11.5282 8.93737 11.8673 9.22056C12.2064 9.50376 12.7109 9.45841 12.9941 9.11927L11.766 8.09373ZM14.0001 6.6665L14.6141 7.17927C14.8132 6.9409 14.8563 6.60885 14.7247 6.32755C14.5931 6.04624 14.3106 5.8665 14.0001 5.8665V6.6665ZM10.4401 5.8665C9.99825 5.8665 9.64008 6.22468 9.64008 6.6665C9.64008 7.10833 9.99825 7.4665 10.4401 7.4665V5.8665ZM5.94799 5.84532C6.23084 5.5059 6.18498 5.00144 5.84556 4.71859C5.50614 4.43574 5.00169 4.4816 4.71884 4.82102L5.94799 5.84532ZM2.00008 9.33317L1.3855 8.82102C1.18678 9.05949 1.14395 9.39139 1.27561 9.67249C1.40727 9.9536 1.68967 10.1332 2.00008 10.1332V9.33317ZM8.00008 9.33317L8.7939 9.4324C8.82236 9.20471 8.75168 8.97575 8.59982 8.80373C8.44796 8.6317 8.22955 8.53317 8.00008 8.53317V9.33317ZM7.33341 14.6665L6.53959 14.5673C6.49554 14.9197 6.68909 15.2589 7.01486 15.4003C7.34063 15.5418 7.72064 15.4515 7.94799 15.1787L7.33341 14.6665ZM11.2813 11.1787C11.5642 10.8392 11.5183 10.3348 11.1789 10.0519C10.8395 9.76908 10.335 9.81493 10.0522 10.1544L11.2813 11.1787ZM1.23243 0.100818C0.920014 -0.211601 0.413482 -0.211601 0.101063 0.100818C-0.211357 0.413238 -0.211357 0.91977 0.101063 1.23219L1.23243 0.100818ZM14.7677 15.8989C15.0801 16.2113 15.5867 16.2113 15.8991 15.8989C16.2115 15.5864 16.2115 15.0799 15.8991 14.7675L14.7677 15.8989ZM9.06731 4.59845L9.46065 1.43178L7.87285 1.23456L7.47952 4.40123L9.06731 4.59845ZM8.05183 0.821437L6.43183 2.7681L7.66167 3.79157L9.28167 1.8449L8.05183 0.821437ZM12.9941 9.11927L14.6141 7.17927L13.386 6.15373L11.766 8.09373L12.9941 9.11927ZM14.0001 5.8665H10.4401V7.4665H14.0001V5.8665ZM4.71884 4.82102L1.3855 8.82102L2.61466 9.84532L5.94799 5.84532L4.71884 4.82102ZM2.00008 10.1332H8.00008V8.53317H2.00008V10.1332ZM7.20626 9.23394L6.53959 14.5673L8.12724 14.7657L8.7939 9.4324L7.20626 9.23394ZM7.94799 15.1787L11.2813 11.1787L10.0522 10.1544L6.71884 14.1544L7.94799 15.1787ZM0.101063 1.23219L14.7677 15.8989L15.8991 14.7675L1.23243 0.100818L0.101063 1.23219Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16117\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconZapOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13677\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZapOff size={size} /> });"
   ],
   [
     "IconVolumeX.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVolumeX = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12501)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.65827 2.65753C7.91811 2.78242 8.08337 3.0452 8.08337 3.3335V12.6668C8.08337 12.9551 7.91811 13.2179 7.65827 13.3428C7.39842 13.4677 7.08998 13.4326 6.86485 13.2525L3.73696 10.7502H1.33337C0.91916 10.7502 0.583374 10.4144 0.583374 10.0002V6.00017C0.583374 5.58596 0.91916 5.25017 1.33337 5.25017H3.73695L6.86485 2.74785C7.08998 2.56775 7.39842 2.53264 7.65827 2.65753ZM6.58337 4.89397L4.46856 6.58582C4.33558 6.69221 4.17034 6.75017 4.00004 6.75017H2.08337V9.25017H4.00004C4.17034 9.25017 4.33558 9.30813 4.46856 9.41452L6.58337 11.1064V4.89397ZM10.803 5.46984C11.0959 5.17695 11.5708 5.17695 11.8637 5.46984L13.3334 6.93951L14.803 5.46984C15.0959 5.17695 15.5708 5.17695 15.8637 5.46984C16.1566 5.76273 16.1566 6.23761 15.8637 6.5305L14.394 8.00017L15.8637 9.46984C16.1566 9.76273 16.1566 10.2376 15.8637 10.5305C15.5708 10.8234 15.0959 10.8234 14.803 10.5305L13.3334 9.06083L11.8637 10.5305C11.5708 10.8234 11.0959 10.8234 10.803 10.5305C10.5102 10.2376 10.5102 9.76273 10.803 9.46984L12.2727 8.00017L10.803 6.5305C10.5102 6.23761 10.5102 5.76273 10.803 5.46984Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12501\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVolumeX, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13668\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolumeX size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVolumeX = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16095)\"><path d=\"M7.33337 3.3335H8.13337C8.13337 3.02597 7.9571 2.74567 7.67992 2.61245C7.40275 2.47924 7.07375 2.51669 6.83362 2.7088L7.33337 3.3335ZM4.00004 6.00016V6.80016C4.1817 6.80016 4.35795 6.73834 4.4998 6.62486L4.00004 6.00016ZM1.33337 6.00016V5.20016C0.891546 5.20016 0.533374 5.55833 0.533374 6.00016H1.33337ZM1.33337 10.0002H0.533374C0.533374 10.442 0.891546 10.8002 1.33337 10.8002L1.33337 10.0002ZM4.00004 10.0002L4.4998 9.37547C4.35795 9.26199 4.1817 9.20016 4.00004 9.20016V10.0002ZM7.33337 12.6668L6.83362 13.2915C7.07375 13.4836 7.40275 13.5211 7.67992 13.3879C7.9571 13.2547 8.13337 12.9744 8.13337 12.6668H7.33337ZM15.8991 6.56585C16.2115 6.25343 16.2115 5.7469 15.8991 5.43448C15.5866 5.12206 15.0801 5.12206 14.7677 5.43448L15.8991 6.56585ZM10.7677 9.43448C10.4553 9.7469 10.4553 10.2534 10.7677 10.5658C11.0801 10.8783 11.5866 10.8783 11.8991 10.5658L10.7677 9.43448ZM11.8991 5.43448C11.5866 5.12206 11.0801 5.12206 10.7677 5.43448C10.4553 5.7469 10.4553 6.25343 10.7677 6.56585L11.8991 5.43448ZM14.7677 10.5658C15.0801 10.8783 15.5866 10.8783 15.8991 10.5658C16.2115 10.2534 16.2115 9.7469 15.8991 9.43448L14.7677 10.5658ZM6.83362 2.7088L3.50028 5.37547L4.4998 6.62486L7.83313 3.95819L6.83362 2.7088ZM4.00004 5.20016H1.33337V6.80016H4.00004V5.20016ZM0.533374 6.00016V10.0002H2.13337V6.00016H0.533374ZM1.33337 10.8002H4.00004V9.20016H1.33337V10.8002ZM3.50028 10.6249L6.83362 13.2915L7.83313 12.0421L4.4998 9.37547L3.50028 10.6249ZM8.13337 12.6668V3.3335H6.53337V12.6668H8.13337ZM14.7677 5.43448L10.7677 9.43448L11.8991 10.5658L15.8991 6.56585L14.7677 5.43448ZM10.7677 6.56585L14.7677 10.5658L15.8991 9.43448L11.8991 5.43448L10.7677 6.56585Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16095\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVolumeX, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13668\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolumeX size={size} /> });"
   ],
   [
     "IconVolume.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconVolume = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.65827 2.65753C7.91811 2.78242 8.08337 3.0452 8.08337 3.3335V12.6668C8.08337 12.9551 7.91811 13.2179 7.65827 13.3428C7.39842 13.4677 7.08998 13.4326 6.86485 13.2525L3.73696 10.7502H1.33337C0.91916 10.7502 0.583374 10.4144 0.583374 10.0002V6.00017C0.583374 5.58596 0.91916 5.25017 1.33337 5.25017H3.73695L6.86485 2.74785C7.08998 2.56775 7.39842 2.53264 7.65827 2.65753ZM6.58337 4.89397L4.46856 6.58582C4.33558 6.69221 4.17034 6.75017 4.00004 6.75017H2.08337V9.25017H4.00004C4.17034 9.25017 4.33558 9.30813 4.46856 9.41452L6.58337 11.1064V4.89397Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconVolume, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13667\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolume size={size} /> });"
-  ],
-  [
-    "IconWatch.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconWatch = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12413)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.85127 1.5684C9.74327 1.47012 9.60232 1.41592 9.4563 1.41651L9.45325 1.41651H6.5537C6.40827 1.41672 6.26815 1.47124 6.16083 1.56939C6.05344 1.66761 5.98664 1.80241 5.97354 1.94735L5.87593 3.01547C6.52813 2.73719 7.24604 2.58318 7.99992 2.58318C8.75915 2.58318 9.4819 2.73939 10.1378 3.02141L10.0397 1.9481C10.0266 1.80266 9.95927 1.66669 9.85127 1.5684ZM11.741 4.08263C12.7734 5.06892 13.4166 6.45928 13.4166 7.99985C13.4166 9.54767 12.7674 10.9439 11.7264 11.931L11.5202 14.1873C11.5202 14.1876 11.5202 14.1871 11.5202 14.1873C11.4731 14.7065 11.233 15.1899 10.8475 15.5407C10.4621 15.8914 9.95941 16.0849 9.43843 16.0832C9.43791 16.0832 9.43739 16.0832 9.43688 16.0832L9.43992 15.3332V16.0832H9.43843H6.55474M4.47296 14.1873C4.47295 14.1872 4.47298 14.1875 4.47296 14.1873V14.1873ZM4.47296 14.1873L4.26613 11.924C3.22943 10.9373 2.58325 9.54405 2.58325 7.99985C2.58325 6.45203 3.23246 5.05584 4.27343 4.06873L4.47963 1.81235C4.47962 1.81247 4.47964 1.81222 4.47963 1.81235M9.45191 -0.0834851C9.97283 -0.0851747 10.4755 0.108358 10.8608 0.458993C11.2466 0.810008 11.4866 1.29293 11.5335 1.81235L11.741 4.08263M9.45191 -0.0834851H9.45325V0.666515L9.45021 -0.0834789C9.45078 -0.0834812 9.45134 -0.0834833 9.45191 -0.0834851ZM5.43875 5.03654C4.60853 5.75473 4.08325 6.81595 4.08325 7.99985C4.08325 10.163 5.8368 11.9165 7.99992 11.9165C8.94419 11.9165 9.81041 11.5824 10.4868 11.0258C10.5102 11.0034 10.535 10.9824 10.5611 10.9632C11.3913 10.245 11.9166 9.18376 11.9166 7.99985C11.9166 5.83673 10.163 4.08318 7.99992 4.08318C7.05565 4.08318 6.18943 4.41734 5.51306 4.97385C5.48966 4.99632 5.46483 5.01727 5.43875 5.03654ZM5.869 12.9813L5.96681 14.0516C5.97995 14.197 6.04723 14.333 6.15523 14.4313C6.26324 14.5296 6.40418 14.5838 6.55021 14.5832L6.55325 14.5832L9.43992 14.5832L9.44296 14.5832C9.58899 14.5838 9.72993 14.5296 9.83794 14.4313C9.94594 14.333 10.0132 14.1978 10.0263 14.0524L10.1239 12.9842C9.47171 13.2625 8.7538 13.4165 7.99992 13.4165C7.24336 13.4165 6.52303 13.2614 5.869 12.9813ZM7.99992 5.24985C8.41413 5.24985 8.74992 5.58563 8.74992 5.99985V7.68919L9.53025 8.46952C9.82314 8.76241 9.82314 9.23729 9.53025 9.53018C9.23736 9.82307 8.76248 9.82307 8.46959 9.53018L7.46959 8.53018C7.32894 8.38953 7.24992 8.19876 7.24992 7.99985V5.99985C7.24992 5.58563 7.58571 5.24985 7.99992 5.24985Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12413\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconWatch, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13670\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWatch size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVolume = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.33337 3.3335H8.13337C8.13337 3.02597 7.9571 2.74567 7.67992 2.61245C7.40275 2.47924 7.07375 2.51669 6.83362 2.7088L7.33337 3.3335ZM4.00004 6.00016V6.80016C4.1817 6.80016 4.35795 6.73834 4.4998 6.62486L4.00004 6.00016ZM1.33337 6.00016V5.20016C0.891546 5.20016 0.533374 5.55833 0.533374 6.00016H1.33337ZM1.33337 10.0002H0.533374C0.533374 10.442 0.891546 10.8002 1.33337 10.8002L1.33337 10.0002ZM4.00004 10.0002L4.4998 9.37547C4.35795 9.26199 4.1817 9.20016 4.00004 9.20016V10.0002ZM7.33337 12.6668L6.83362 13.2915C7.07375 13.4836 7.40275 13.5211 7.67992 13.3879C7.9571 13.2547 8.13337 12.9744 8.13337 12.6668H7.33337ZM6.83362 2.7088L3.50028 5.37547L4.4998 6.62486L7.83313 3.95819L6.83362 2.7088ZM4.00004 5.20016H1.33337V6.80016H4.00004V5.20016ZM0.533374 6.00016V10.0002H2.13337V6.00016H0.533374ZM1.33337 10.8002H4.00004V9.20016H1.33337V10.8002ZM3.50028 10.6249L6.83362 13.2915L7.83313 12.0421L4.4998 9.37547L3.50028 10.6249ZM8.13337 12.6668V3.3335H6.53337V12.6668H8.13337Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconVolume, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13667\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolume size={size} /> });"
   ],
   [
-    "IconWifiOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconWifiOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12781)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136418 0.136174C0.429311 -0.156719 0.904185 -0.156719 1.19708 0.136174L4.59876 3.53785C4.60687 3.5456 4.61482 3.55355 4.62259 3.56169L7.24766 6.18676C7.29175 6.22188 7.33195 6.26199 7.36732 6.30642L15.8637 14.8028C16.1566 15.0957 16.1566 15.5706 15.8637 15.8635C15.5709 16.1564 15.096 16.1564 14.8031 15.8635L10.4224 11.4828C10.2399 11.508 10.0478 11.4664 9.88571 11.3512C9.33581 10.9606 8.67797 10.7507 8.00342 10.7507C7.32886 10.7507 6.67102 10.9606 6.12112 11.3512C5.78345 11.5911 5.31524 11.5119 5.07534 11.1742C4.83544 10.8365 4.9147 10.3683 5.25237 10.1284C6.05607 9.55744 7.01753 9.25067 8.00342 9.25067C8.06709 9.25067 8.13065 9.25195 8.19409 9.2545L6.52836 7.58877C5.53202 7.82066 4.60204 8.28342 3.81449 8.94189C3.49672 9.20758 3.02372 9.16536 2.75803 8.84758C2.49234 8.52981 2.53456 8.05681 2.85234 7.79112C3.58791 7.17611 4.42457 6.69998 5.32129 6.38171L3.90687 4.96729C3.01161 5.37251 2.18112 5.90974 1.44346 6.56178C1.13311 6.8361 0.659135 6.8069 0.384808 6.49655C0.110481 6.1862 0.139684 5.71222 0.450035 5.4379C1.15968 4.81062 1.94389 4.27557 2.78385 3.84427L0.136418 1.19683C-0.156475 0.903941 -0.156475 0.429067 0.136418 0.136174ZM11.128 4.58935C9.86397 4.16873 8.52817 4.00709 7.20032 4.11408C6.78744 4.14735 6.42577 3.83962 6.3925 3.42674C6.35924 3.01387 6.66697 2.6522 7.07984 2.61893C8.60854 2.49575 10.1464 2.68184 11.6016 3.16609C13.0568 3.65033 14.3995 4.42282 15.5496 5.43742C15.8602 5.71144 15.8899 6.18539 15.6158 6.49601C15.3418 6.80662 14.8679 6.83628 14.5572 6.56226C13.5583 5.68096 12.392 5.00997 11.128 4.58935ZM10.4727 7.04423C10.6544 6.67198 11.1034 6.51749 11.4757 6.69916C12.0779 6.99306 12.641 7.36107 13.152 7.79464C13.4678 8.06263 13.5066 8.53592 13.2386 8.85176C12.9706 9.16759 12.4973 9.20637 12.1815 8.93837C11.7658 8.58566 11.3077 8.28628 10.8178 8.04719C10.4456 7.86552 10.2911 7.41648 10.4727 7.04423ZM7.25008 13.3332C7.25008 12.919 7.58587 12.5832 8.00008 12.5832H8.00675C8.42096 12.5832 8.75675 12.919 8.75675 13.3332C8.75675 13.7474 8.42096 14.0832 8.00675 14.0832H8.00008C7.58587 14.0832 7.25008 13.7474 7.25008 13.3332Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12781\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconWifiOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13669\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWifiOff size={size} /> });"
+    "IconToggleRight.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconToggleRight = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16037)\"><path d=\"M5.33334 4.13325H10.6667V2.53325H5.33334V4.13325ZM10.6667 4.13325C12.8022 4.13325 14.5333 5.86442 14.5333 7.99992H16.1333C16.1333 4.98076 13.6858 2.53325 10.6667 2.53325V4.13325ZM14.5333 7.99992C14.5333 10.1354 12.8022 11.8666 10.6667 11.8666V13.4666C13.6858 13.4666 16.1333 11.0191 16.1333 7.99992H14.5333ZM10.6667 11.8666H5.33334V13.4666H10.6667V11.8666ZM5.33334 11.8666C3.19784 11.8666 1.46667 10.1354 1.46667 7.99992H-0.133328C-0.133328 11.0191 2.31418 13.4666 5.33334 13.4666V11.8666ZM1.46667 7.99992C1.46667 5.86442 3.19784 4.13325 5.33334 4.13325V2.53325C2.31418 2.53325 -0.133328 4.98076 -0.133328 7.99992H1.46667ZM11.8667 7.99992C11.8667 8.66266 11.3294 9.19992 10.6667 9.19992V10.7999C12.2131 10.7999 13.4667 9.54632 13.4667 7.99992H11.8667ZM10.6667 9.19992C10.0039 9.19992 9.46667 8.66266 9.46667 7.99992H7.86667C7.86667 9.54632 9.12027 10.7999 10.6667 10.7999V9.19992ZM9.46667 7.99992C9.46667 7.33718 10.0039 6.79992 10.6667 6.79992V5.19992C9.12027 5.19992 7.86667 6.45352 7.86667 7.99992H9.46667ZM10.6667 6.79992C11.3294 6.79992 11.8667 7.33718 11.8667 7.99992H13.4667C13.4667 6.45352 12.2131 5.19992 10.6667 5.19992V6.79992Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16037\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconToggleRight, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13637\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconToggleRight size={size} /> });"
   ],
   [
-    "IconWifi.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconWifi = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00012 4.08496C5.58559 4.08496 3.25402 4.96588 1.44272 6.56249C1.132 6.83638 0.658061 6.80653 0.384162 6.4958C0.110264 6.18507 0.14012 5.71114 0.450849 5.43724C2.53612 3.59913 5.22037 2.58496 8.00012 2.58496C10.7799 2.58496 13.4641 3.59913 15.5494 5.43724C15.8601 5.71114 15.89 6.18507 15.6161 6.4958C15.3422 6.80653 14.8682 6.83638 14.5575 6.56249C12.7462 4.96588 10.4146 4.08496 8.00012 4.08496ZM8.02679 7.41794C6.48725 7.41794 4.9964 7.9575 3.81345 8.94281C3.49518 9.20791 3.02227 9.1648 2.75717 8.84653C2.49208 8.52826 2.53518 8.05534 2.85345 7.79025C4.30593 6.58044 6.13647 5.91794 8.02679 5.91794C9.91711 5.91794 11.7476 6.58044 13.2001 7.79025C13.5184 8.05534 13.5615 8.52826 13.2964 8.84653C13.0313 9.1648 12.5584 9.20791 12.2401 8.94281C11.0572 7.9575 9.56633 7.41794 8.02679 7.41794ZM8.00345 10.7507C7.3289 10.7507 6.67106 10.9606 6.12116 11.3513C5.78349 11.5912 5.31528 11.5119 5.07538 11.1742C4.83548 10.8366 4.91474 10.3684 5.25241 10.1285C6.05611 9.55746 7.01757 9.2507 8.00345 9.2507C8.98934 9.2507 9.95079 9.55746 10.7545 10.1285C11.0922 10.3684 11.1714 10.8366 10.9315 11.1742C10.6916 11.5119 10.2234 11.5912 9.88575 11.3513C9.33584 10.9606 8.67801 10.7507 8.00345 10.7507ZM7.25012 13.3332C7.25012 12.919 7.58591 12.5832 8.00012 12.5832H8.00679C8.421 12.5832 8.75679 12.919 8.75679 13.3332C8.75679 13.7474 8.421 14.0832 8.00679 14.0832H8.00012C7.58591 14.0832 7.25012 13.7474 7.25012 13.3332Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconWifi, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13672\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWifi size={size} /> });"
+    "IconXSquare.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconXSquare = (props: IconProps) => (\n  <Icon {...props}><path d=\"M6.56569 5.43431C6.25327 5.1219 5.74673 5.1219 5.43431 5.43431C5.1219 5.74673 5.1219 6.25327 5.43431 6.56569L6.56569 5.43431ZM9.43431 10.5657C9.74673 10.8781 10.2533 10.8781 10.5657 10.5657C10.8781 10.2533 10.8781 9.74673 10.5657 9.43431L9.43431 10.5657ZM10.5657 6.56569C10.8781 6.25327 10.8781 5.74673 10.5657 5.43431C10.2533 5.1219 9.74673 5.1219 9.43431 5.43431L10.5657 6.56569ZM5.43431 9.43431C5.1219 9.74673 5.1219 10.2533 5.43431 10.5657C5.74673 10.8781 6.25327 10.8781 6.56569 10.5657L5.43431 9.43431ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.43431 6.56569L9.43431 10.5657L10.5657 9.43431L6.56569 5.43431L5.43431 6.56569ZM9.43431 5.43431L5.43431 9.43431L6.56569 10.5657L10.5657 6.56569L9.43431 5.43431Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconXSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13676\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconXSquare size={size} /> });"
   ],
   [
-    "IconWind.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconWind = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.45223 3.42758C7.35794 3.40894 7.26052 3.41389 7.16861 3.44197C7.0767 3.47006 6.99315 3.52042 6.9254 3.58858C6.63337 3.88234 6.1585 3.88375 5.86474 3.59172C5.57098 3.2997 5.56957 2.82483 5.8616 2.53107C6.10358 2.28765 6.40196 2.10778 6.73021 2.00747C7.05847 1.90715 7.40642 1.88949 7.74314 1.95606C8.07986 2.02263 8.39492 2.17136 8.6603 2.38903C8.92569 2.60671 9.13318 2.88658 9.26434 3.20377C9.39549 3.52096 9.44624 3.86564 9.41208 4.20718C9.37792 4.54871 9.25991 4.87651 9.06853 5.16144C8.87715 5.44638 8.61834 5.67961 8.3151 5.84041C8.01238 6.00093 7.67474 6.08431 7.33212 6.08316C7.33153 6.08316 7.33094 6.08315 7.33035 6.08315L7.3335 5.33316V6.08316H7.33212H1.3335C0.919283 6.08316 0.583496 5.74737 0.583496 5.33316C0.583496 4.91895 0.919283 4.58316 1.3335 4.58316H7.33665C7.43275 4.58356 7.52747 4.56022 7.61237 4.5152C7.69728 4.47017 7.76975 4.40487 7.82334 4.32509C7.87692 4.24531 7.90997 4.15352 7.91953 4.05789C7.9291 3.96226 7.91489 3.86575 7.87816 3.77694C7.84144 3.68812 7.78334 3.60976 7.70903 3.54881C7.63472 3.48786 7.54651 3.44622 7.45223 3.42758ZM13.1765 5.4342C13.0287 5.40474 12.876 5.41213 12.7319 5.45573C12.5877 5.49933 12.4565 5.57779 12.3498 5.68416C12.0566 5.97668 11.5817 5.97608 11.2892 5.68282C10.9966 5.38955 10.9972 4.91468 11.2905 4.62216C11.5717 4.34171 11.9176 4.13488 12.2977 4.01994C12.6778 3.905 13.0804 3.8855 13.4698 3.96317C13.8593 4.04084 14.2236 4.21328 14.5305 4.46524C14.8375 4.7172 15.0776 5.04092 15.2296 5.40776C15.3817 5.7746 15.441 6.17326 15.4024 6.56849C15.3637 6.96371 15.2282 7.34332 15.0079 7.67373C14.7877 8.00414 14.4893 8.27518 14.1394 8.46287C13.7894 8.65056 13.3986 8.74911 13.0015 8.74982L13.0002 8.74983H1.3335C0.919283 8.74983 0.583496 8.41404 0.583496 7.99983C0.583496 7.58561 0.919283 7.24983 1.3335 7.24983H12.9995C13.1499 7.24945 13.2979 7.21207 13.4304 7.14098C13.5632 7.06979 13.6763 6.96698 13.7599 6.84165C13.8434 6.71632 13.8948 6.57234 13.9095 6.42242C13.9242 6.27251 13.9017 6.12129 13.844 5.98215C13.7863 5.843 13.6952 5.72021 13.5788 5.62464C13.4624 5.52907 13.3242 5.46366 13.1765 5.4342ZM9.33212 9.91649C9.67474 9.91534 10.0124 9.99872 10.3151 10.1592C10.6183 10.32 10.8772 10.5533 11.0685 10.8382C11.2599 11.1231 11.3779 11.4509 11.4121 11.7925C11.4462 12.134 11.3955 12.4787 11.2643 12.7959C11.1332 13.1131 10.9257 13.3929 10.6603 13.6106C10.3949 13.8283 10.0799 13.977 9.74314 14.0436C9.40642 14.1102 9.05846 14.0925 8.73021 13.9922C8.40196 13.8919 8.10358 13.712 7.8616 13.4686C7.56957 13.1748 7.57098 12.7 7.86474 12.4079C8.1585 12.1159 8.63337 12.1173 8.9254 12.4111C8.99315 12.4792 9.0767 12.5296 9.16861 12.5577C9.26052 12.5858 9.35795 12.5907 9.45223 12.5721C9.54651 12.5534 9.63472 12.5118 9.70903 12.4508C9.78334 12.3899 9.84144 12.3115 9.87816 12.2227C9.91488 12.1339 9.9291 12.0374 9.91953 11.9418C9.90997 11.8461 9.87692 11.7543 9.82334 11.6746C9.76975 11.5948 9.69728 11.5295 9.61238 11.4845C9.52747 11.4394 9.43275 11.4161 9.33665 11.4165L9.3335 11.4165H1.3335C0.919283 11.4165 0.583496 11.0807 0.583496 10.6665C0.583496 10.2523 0.919283 9.91649 1.3335 9.91649H9.33212Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconWind, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13671\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconWind size={size} /> });"
+    "IconVideoOff.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVideoOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16085)\"><path d=\"M11.4667 10.6665C11.4667 10.2247 11.1086 9.8665 10.6667 9.8665C10.2249 9.8665 9.86675 10.2247 9.86675 10.6665H11.4667ZM0.666748 11.3332H-0.133252H0.666748ZM2.00008 3.33317V2.53317V3.33317ZM3.33341 4.13317C3.77524 4.13317 4.13341 3.775 4.13341 3.33317C4.13341 2.89134 3.77524 2.53317 3.33341 2.53317V4.13317ZM7.10675 2.53317C6.66492 2.53317 6.30675 2.89134 6.30675 3.33317C6.30675 3.775 6.66492 4.13317 7.10675 4.13317V2.53317ZM9.33341 3.33317V2.53317V3.33317ZM10.6667 6.89317H9.86675C9.86675 7.10534 9.95103 7.30883 10.1011 7.45886L10.6667 6.89317ZM11.3334 7.55984L10.7677 8.12552C11.0455 8.40333 11.484 8.4383 11.8023 8.20804L11.3334 7.55984ZM15.3334 4.6665H16.1334C16.1334 4.36598 15.965 4.0908 15.6974 3.95408C15.4297 3.81736 15.1081 3.84217 14.8645 4.0183L15.3334 4.6665ZM14.5334 11.3332C14.5334 11.775 14.8916 12.1332 15.3334 12.1332C15.7752 12.1332 16.1334 11.775 16.1334 11.3332H14.5334ZM1.23243 0.100818C0.920014 -0.211601 0.413482 -0.211601 0.101063 0.100818C-0.211357 0.413238 -0.211357 0.91977 0.101063 1.23219L1.23243 0.100818ZM14.7677 15.8989C15.0801 16.2113 15.5867 16.2113 15.8991 15.8989C16.2115 15.5864 16.2115 15.0799 15.8991 14.7675L14.7677 15.8989ZM9.86675 10.6665V11.3332H11.4667V10.6665H9.86675ZM9.86675 11.3332C9.86675 11.4746 9.81056 11.6103 9.71054 11.7103L10.8419 12.8417C11.242 12.4416 11.4667 11.899 11.4667 11.3332H9.86675ZM9.71054 11.7103C9.61052 11.8103 9.47486 11.8665 9.33341 11.8665V13.4665C9.89921 13.4665 10.4418 13.2417 10.8419 12.8417L9.71054 11.7103ZM9.33341 11.8665H2.00008V13.4665H9.33341V11.8665ZM2.00008 11.8665C1.85863 11.8665 1.72298 11.8103 1.62296 11.7103L0.491587 12.8417C0.891664 13.2417 1.43428 13.4665 2.00008 13.4665V11.8665ZM1.62296 11.7103C1.52294 11.6103 1.46675 11.4746 1.46675 11.3332H-0.133252C-0.133252 11.899 0.0915095 12.4416 0.491587 12.8417L1.62296 11.7103ZM1.46675 11.3332V4.6665H-0.133252V11.3332H1.46675ZM1.46675 4.6665C1.46675 4.52506 1.52294 4.3894 1.62296 4.28938L0.491587 3.15801C0.0915093 3.55809 -0.133252 4.10071 -0.133252 4.6665H1.46675ZM1.62296 4.28938C1.72298 4.18936 1.85863 4.13317 2.00008 4.13317V2.53317C1.43429 2.53317 0.891665 2.75793 0.491587 3.15801L1.62296 4.28938ZM2.00008 4.13317H3.33341V2.53317H2.00008V4.13317ZM7.10675 4.13317H9.33341V2.53317H7.10675V4.13317ZM9.33341 4.13317C9.47486 4.13317 9.61052 4.18936 9.71054 4.28938L10.8419 3.15801C10.4418 2.75793 9.89921 2.53317 9.33341 2.53317V4.13317ZM9.71054 4.28938C9.81056 4.3894 9.86675 4.52506 9.86675 4.6665H11.4667C11.4667 4.10071 11.242 3.55809 10.8419 3.15801L9.71054 4.28938ZM9.86675 4.6665V6.89317H11.4667V4.6665H9.86675ZM10.1011 7.45886L10.7677 8.12552L11.8991 6.99415L11.2324 6.32749L10.1011 7.45886ZM11.8023 8.20804L15.8023 5.31471L14.8645 4.0183L10.8645 6.91164L11.8023 8.20804ZM14.5334 4.6665V11.3332H16.1334V4.6665H14.5334ZM0.101063 1.23219L14.7677 15.8989L15.8991 14.7675L1.23243 0.100818L0.101063 1.23219Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16085\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconVideoOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13662\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVideoOff size={size} /> });"
   ],
   [
-    "IconXCircle.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconXCircle = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12417)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00016 2.0835C4.73248 2.0835 2.0835 4.73248 2.0835 8.00016C2.0835 11.2678 4.73248 13.9168 8.00016 13.9168C11.2678 13.9168 13.9168 11.2678 13.9168 8.00016C13.9168 4.73248 11.2678 2.0835 8.00016 2.0835ZM0.583496 8.00016C0.583496 3.90405 3.90405 0.583496 8.00016 0.583496C12.0963 0.583496 15.4168 3.90405 15.4168 8.00016C15.4168 12.0963 12.0963 15.4168 8.00016 15.4168C3.90405 15.4168 0.583496 12.0963 0.583496 8.00016ZM5.46983 5.46983C5.76273 5.17694 6.2376 5.17694 6.53049 5.46983L8.00016 6.9395L9.46983 5.46983C9.76273 5.17694 10.2376 5.17694 10.5305 5.46983C10.8234 5.76273 10.8234 6.2376 10.5305 6.53049L9.06082 8.00016L10.5305 9.46983C10.8234 9.76273 10.8234 10.2376 10.5305 10.5305C10.2376 10.8234 9.76273 10.8234 9.46983 10.5305L8.00016 9.06082L6.53049 10.5305C6.2376 10.8234 5.76273 10.8234 5.46983 10.5305C5.17694 10.2376 5.17694 9.76273 5.46983 9.46983L6.9395 8.00016L5.46983 6.53049C5.17694 6.2376 5.17694 5.76273 5.46983 5.46983Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12417\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconXCircle, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13674\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconXCircle size={size} /> });"
+    "IconUser.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUser = (props: IconProps) => (\n  <Icon {...props}><path d=\"M12.5334 14C12.5334 14.4418 12.8916 14.8 13.3334 14.8C13.7752 14.8 14.1334 14.4418 14.1334 14H12.5334ZM10.6667 10V9.2V10ZM5.33341 10V9.2V10ZM2.66675 12.6667H1.86675H2.66675ZM1.86675 14C1.86675 14.4418 2.22492 14.8 2.66675 14.8C3.10858 14.8 3.46675 14.4418 3.46675 14H1.86675ZM14.1334 14V12.6667H12.5334V14H14.1334ZM14.1334 12.6667C14.1334 11.7472 13.7682 10.8655 13.118 10.2154L11.9867 11.3467C12.3367 11.6968 12.5334 12.1716 12.5334 12.6667H14.1334ZM13.118 10.2154C12.4679 9.56524 11.5862 9.2 10.6667 9.2V10.8C11.1618 10.8 11.6366 10.9967 11.9867 11.3467L13.118 10.2154ZM10.6667 9.2H5.33341V10.8H10.6667V9.2ZM5.33341 9.2C4.414 9.2 3.53224 9.56524 2.88211 10.2154L4.01348 11.3467C4.36355 10.9967 4.83834 10.8 5.33341 10.8V9.2ZM2.88211 10.2154C2.23198 10.8655 1.86675 11.7472 1.86675 12.6667H3.46675C3.46675 12.1716 3.66341 11.6968 4.01348 11.3467L2.88211 10.2154ZM1.86675 12.6667V14H3.46675V12.6667H1.86675ZM9.86675 4.66667C9.86675 5.6976 9.03101 6.53333 8.00008 6.53333V8.13333C9.91467 8.13333 11.4667 6.58125 11.4667 4.66667H9.86675ZM8.00008 6.53333C6.96915 6.53333 6.13341 5.6976 6.13341 4.66667H4.53341C4.53341 6.58125 6.08549 8.13333 8.00008 8.13333V6.53333ZM6.13341 4.66667C6.13341 3.63574 6.96915 2.8 8.00008 2.8V1.2C6.08549 1.2 4.53341 2.75208 4.53341 4.66667H6.13341ZM8.00008 2.8C9.03101 2.8 9.86675 3.63573 9.86675 4.66667H11.4667C11.4667 2.75208 9.91467 1.2 8.00008 1.2V2.8Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconUser, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13659\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUser size={size} /> });"
   ],
   [
-    "IconXOctagon.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconXOctagon = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12924)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.70966 0.803166C4.85032 0.662514 5.04108 0.583496 5.24 0.583496H10.76C10.9589 0.583496 11.1497 0.662514 11.2903 0.803166L15.197 4.70983C15.3376 4.85048 15.4167 5.04125 15.4167 5.24016V10.7602C15.4167 10.9591 15.3376 11.1498 15.197 11.2905L11.2903 15.1972C11.1497 15.3378 10.9589 15.4168 10.76 15.4168H5.24C5.04108 15.4168 4.85032 15.3378 4.70966 15.1972L0.802998 11.2905C0.662346 11.1498 0.583328 10.9591 0.583328 10.7602V5.24016C0.583328 5.04125 0.662346 4.85048 0.802998 4.70983L4.70966 0.803166ZM5.55066 2.0835L2.08333 5.55082V10.4495L5.55065 13.9168H10.4493L13.9167 10.4495V5.55082L10.4493 2.0835H5.55066ZM5.46967 5.46983C5.76256 5.17694 6.23743 5.17694 6.53033 5.46983L8 6.9395L9.46967 5.46983C9.76256 5.17694 10.2374 5.17694 10.5303 5.46983C10.8232 5.76273 10.8232 6.2376 10.5303 6.53049L9.06066 8.00016L10.5303 9.46983C10.8232 9.76273 10.8232 10.2376 10.5303 10.5305C10.2374 10.8234 9.76256 10.8234 9.46967 10.5305L8 9.06082L6.53033 10.5305C6.23743 10.8234 5.76256 10.8234 5.46967 10.5305C5.17677 10.2376 5.17677 9.76273 5.46967 9.46983L6.93934 8.00016L5.46967 6.53049C5.17677 6.2376 5.17677 5.76273 5.46967 5.46983Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12924\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconXOctagon, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13673\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconXOctagon size={size} /> });"
+    "IconVolume2.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconVolume2 = (props: IconProps) => (\n  <Icon {...props}><path d=\"M7.33331 3.33329H8.13331C8.13331 3.02576 7.95704 2.74546 7.67986 2.61225C7.40269 2.47903 7.07369 2.51648 6.83356 2.70859L7.33331 3.33329ZM3.99998 5.99995V6.79995C4.18164 6.79995 4.35789 6.73813 4.49974 6.62465L3.99998 5.99995ZM1.33331 5.99995V5.19995C0.891485 5.19995 0.533313 5.55813 0.533313 5.99995H1.33331ZM1.33331 9.99996H0.533313C0.533313 10.4418 0.891485 10.8 1.33331 10.8L1.33331 9.99996ZM3.99998 9.99996L4.49974 9.37526C4.35789 9.26178 4.18164 9.19995 3.99998 9.19995V9.99996ZM7.33331 12.6666L6.83356 13.2913C7.07369 13.4834 7.40269 13.5209 7.67986 13.3877C7.95704 13.2544 8.13331 12.9741 8.13331 12.6666H7.33331ZM13.2791 2.72102C12.9667 2.40855 12.4602 2.40848 12.1477 2.72085C11.8352 3.03322 11.8352 3.53975 12.1475 3.85222L13.2791 2.72102ZM12.1475 12.1477C11.8352 12.4602 11.8352 12.9667 12.1477 13.2791C12.4602 13.5914 12.9667 13.5914 13.2791 13.2789L12.1475 12.1477ZM10.9257 5.07435C10.6134 4.76189 10.1068 4.76181 9.79438 5.07418C9.48191 5.38656 9.48184 5.89309 9.79421 6.20555L10.9257 5.07435ZM9.79421 9.78769C9.48184 10.1002 9.48191 10.6067 9.79438 10.9191C10.1068 11.2314 10.6134 11.2314 10.9257 10.9189L9.79421 9.78769ZM6.83356 2.70859L3.50022 5.37526L4.49974 6.62465L7.83307 3.95798L6.83356 2.70859ZM3.99998 5.19995H1.33331V6.79995H3.99998V5.19995ZM0.533313 5.99995V9.99996H2.13331V5.99995H0.533313ZM1.33331 10.8H3.99998V9.19995H1.33331V10.8ZM3.50022 10.6247L6.83356 13.2913L7.83307 12.0419L4.49974 9.37526L3.50022 10.6247ZM8.13331 12.6666V3.33329H6.53331V12.6666H8.13331ZM12.1475 3.85222C13.2474 4.95238 13.8652 6.44432 13.8652 7.99995H15.4652C15.4652 6.02006 14.6789 4.12123 13.2791 2.72102L12.1475 3.85222ZM13.8652 7.99995C13.8652 9.55558 13.2474 11.0475 12.1475 12.1477L13.2791 13.2789C14.6789 11.8787 15.4652 9.97985 15.4652 7.99995H13.8652ZM9.79421 6.20555C10.2691 6.68062 10.5359 7.32487 10.5359 7.99662H12.1359C12.1359 6.90061 11.7006 5.84947 10.9257 5.07435L9.79421 6.20555ZM10.5359 7.99662C10.5359 8.66837 10.2691 9.31262 9.79421 9.78769L10.9257 10.9189C11.7006 10.1438 12.1359 9.09263 12.1359 7.99662H10.5359Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconVolume2, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13665\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconVolume2 size={size} /> });"
   ],
   [
-    "IconXSquare.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconXSquare = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L8 6.93934L9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967C10.8232 5.76256 10.8232 6.23744 10.5303 6.53033L9.06066 8L10.5303 9.46967C10.8232 9.76256 10.8232 10.2374 10.5303 10.5303C10.2374 10.8232 9.76256 10.8232 9.46967 10.5303L8 9.06066L6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303C5.17678 10.2374 5.17678 9.76256 5.46967 9.46967L6.93934 8L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconXSquare, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13676\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconXSquare size={size} /> });"
+    "IconZap.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconZap = (props: IconProps) => (\n  <Icon {...props}><path d=\"M8.66667 1.3335L9.46049 1.43272C9.50454 1.08032 9.31099 0.74107 8.98522 0.599655C8.65945 0.45824 8.27945 0.548521 8.05209 0.821349L8.66667 1.3335ZM2 9.3335L1.38542 8.82135C1.1867 9.05982 1.14386 9.39171 1.27553 9.67282C1.40719 9.95393 1.68959 10.1335 2 10.1335V9.3335ZM8 9.3335L8.79382 9.43272C8.82228 9.20503 8.7516 8.97608 8.59974 8.80405C8.44788 8.63203 8.22947 8.5335 8 8.5335V9.3335ZM7.33333 14.6668L6.53951 14.5676C6.49546 14.92 6.68901 15.2593 7.01478 15.4007C7.34055 15.5421 7.72055 15.4518 7.94791 15.179L7.33333 14.6668ZM14 6.66683L14.6146 7.17898C14.8133 6.94051 14.8561 6.60861 14.7245 6.32751C14.5928 6.0464 14.3104 5.86683 14 5.86683V6.66683ZM8 6.66683L7.20618 6.5676C7.17772 6.79529 7.2484 7.02425 7.40026 7.19627C7.55212 7.3683 7.77054 7.46683 8 7.46683V6.66683ZM8.05209 0.821349L1.38542 8.82135L2.61458 9.84564L9.28124 1.84564L8.05209 0.821349ZM2 10.1335H8V8.5335H2V10.1335ZM7.20618 9.23427L6.53951 14.5676L8.12716 14.7661L8.79382 9.43272L7.20618 9.23427ZM7.94791 15.179L14.6146 7.17898L13.3854 6.15468L6.71876 14.1547L7.94791 15.179ZM14 5.86683H8V7.46683H14V5.86683ZM8.79382 6.76606L9.46049 1.43272L7.87284 1.23427L7.20618 6.5676L8.79382 6.76606Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconZap, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13680\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZap size={size} /> });"
   ],
   [
-    "IconX.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconX = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L8 6.93934L11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967C12.8232 3.76256 12.8232 4.23744 12.5303 4.53033L9.06066 8L12.5303 11.4697C12.8232 11.7626 12.8232 12.2374 12.5303 12.5303C12.2374 12.8232 11.7626 12.8232 11.4697 12.5303L8 9.06066L4.53033 12.5303C4.23744 12.8232 3.76256 12.8232 3.46967 12.5303C3.17678 12.2374 3.17678 11.7626 3.46967 11.4697L6.93934 8L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconX, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13675\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconX size={size} /> });"
+    "IconZoomIn.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconZoomIn = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.4343 14.5657C13.7467 14.8781 14.2533 14.8781 14.5657 14.5657C14.8781 14.2533 14.8781 13.7467 14.5657 13.4343L13.4343 14.5657ZM11.6657 10.5343C11.3533 10.2219 10.8467 10.2219 10.5343 10.5343C10.2219 10.8467 10.2219 11.3533 10.5343 11.6657L11.6657 10.5343ZM8.13333 5.33333C8.13333 4.89151 7.77516 4.53333 7.33333 4.53333C6.89151 4.53333 6.53333 4.89151 6.53333 5.33333H8.13333ZM6.53333 9.33333C6.53333 9.77516 6.89151 10.1333 7.33333 10.1333C7.77516 10.1333 8.13333 9.77516 8.13333 9.33333H6.53333ZM5.33333 6.53333C4.89151 6.53333 4.53333 6.89151 4.53333 7.33333C4.53333 7.77516 4.89151 8.13333 5.33333 8.13333V6.53333ZM9.33333 8.13333C9.77516 8.13333 10.1333 7.77516 10.1333 7.33333C10.1333 6.89151 9.77516 6.53333 9.33333 6.53333V8.13333ZM11.8667 7.33333C11.8667 9.83702 9.83702 11.8667 7.33333 11.8667V13.4667C10.7207 13.4667 13.4667 10.7207 13.4667 7.33333H11.8667ZM7.33333 11.8667C4.82964 11.8667 2.8 9.83702 2.8 7.33333H1.2C1.2 10.7207 3.94599 13.4667 7.33333 13.4667V11.8667ZM2.8 7.33333C2.8 4.82964 4.82964 2.8 7.33333 2.8V1.2C3.94599 1.2 1.2 3.94599 1.2 7.33333H2.8ZM7.33333 2.8C9.83702 2.8 11.8667 4.82964 11.8667 7.33333H13.4667C13.4667 3.94599 10.7207 1.2 7.33333 1.2V2.8ZM14.5657 13.4343L11.6657 10.5343L10.5343 11.6657L13.4343 14.5657L14.5657 13.4343ZM6.53333 5.33333V9.33333H8.13333V5.33333H6.53333ZM5.33333 8.13333H9.33333V6.53333H5.33333V8.13333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconZoomIn, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13679\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZoomIn size={size} /> });"
   ],
   [
     "IconYoutube.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconYoutube = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12484)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99987 1.9165C7.99993 1.9165 7.99997 1.9165 7.99997 2.6665L7.99997 3.4165L7.94984 3.41658L7.80417 3.41709C7.67781 3.41769 7.49568 3.41887 7.27341 3.42125C6.82858 3.42601 6.22441 3.43552 5.58558 3.45451C4.94555 3.47353 4.27674 3.50188 3.70078 3.54389C3.10881 3.58707 2.67657 3.64093 2.46567 3.69631C2.28087 3.74957 2.11316 3.85021 1.97922 3.9883C1.84916 4.12238 1.75535 4.2872 1.70644 4.46723C1.50807 5.57685 1.41106 6.70223 1.41663 7.82946L1.41667 7.83788C1.40957 8.96916 1.50574 10.0987 1.70406 11.2124C1.75802 11.3826 1.85253 11.5373 1.97965 11.6631C2.11401 11.7961 2.28028 11.8923 2.46251 11.9425C2.67224 11.9982 3.10584 12.0524 3.70078 12.0958C4.27674 12.1378 4.94555 12.1661 5.58558 12.1852C6.22441 12.2042 6.82858 12.2137 7.27341 12.2184C7.49568 12.2208 7.67781 12.222 7.80417 12.2226L7.94984 12.2231H8.05011L8.19578 12.2226C8.32214 12.222 8.50427 12.2208 8.72653 12.2184C9.17137 12.2137 9.77553 12.2042 10.4144 12.1852C11.0544 12.1661 11.7232 12.1378 12.2992 12.0958C12.8911 12.0526 13.3233 11.9988 13.5343 11.9434C13.7191 11.8901 13.8868 11.7895 14.0207 11.6514C14.1508 11.5173 14.2446 11.3525 14.2935 11.1724C14.4903 10.0713 14.5873 8.95453 14.5833 7.83587L14.5833 7.82846C14.5904 6.69267 14.4934 5.55863 14.2935 4.44058C14.2446 4.26055 14.1508 4.09572 14.0207 3.96163C13.8886 3.82545 13.7237 3.72568 13.5419 3.67188C13.3224 3.62059 12.8883 3.57189 12.3039 3.53297C11.7266 3.49453 11.0568 3.46861 10.4163 3.45123C9.77693 3.43388 9.17234 3.42519 8.72723 3.42084C8.50482 3.41867 8.32255 3.41759 8.19608 3.41704L8.05025 3.41657L7.99997 3.4165L7.99997 2.6665L7.99987 1.9165L8.05328 1.91657L8.20251 1.91706C8.33135 1.91761 8.51638 1.91871 8.74188 1.92091C9.19261 1.92532 9.80635 1.93413 10.457 1.95178C11.1065 1.9694 11.7983 1.99598 12.4036 2.03629C12.9894 2.0753 13.5528 2.13038 13.9112 2.21791C13.92 2.22006 13.9288 2.22237 13.9375 2.22483C14.3783 2.34955 14.7784 2.5884 15.0974 2.91725C15.4164 3.2461 15.643 3.6533 15.7542 4.09773C15.7583 4.11393 15.7618 4.13027 15.7647 4.1467C15.9842 5.36342 16.0908 6.5978 16.0833 7.83412C16.0875 9.05198 15.9808 10.2677 15.7647 11.4663C15.7618 11.4827 15.7583 11.4991 15.7542 11.5153C15.643 11.9597 15.4164 12.3669 15.0974 12.6958C14.7784 13.0246 14.3783 13.2635 13.9375 13.3882L13.9271 13.3911C13.5627 13.4886 12.9939 13.5491 12.4083 13.5918C11.8017 13.636 11.1089 13.6652 10.4589 13.6845C9.80775 13.7039 9.19358 13.7135 8.74258 13.7183C8.51693 13.7207 8.33177 13.722 8.20282 13.7226L8.05342 13.7231L8.00101 13.7232C8.00095 13.7232 7.99997 13.7232 7.99997 12.9732C7.99997 13.7232 7.99993 13.7232 7.99987 13.7232L7.94653 13.7231L7.79713 13.7226C7.66818 13.722 7.48302 13.7207 7.25737 13.7183C6.80637 13.7135 6.1922 13.7039 5.54103 13.6845C4.89106 13.6652 4.19821 13.636 3.59167 13.5918C3.0061 13.5491 2.43727 13.4885 2.07287 13.391L2.0687 13.3899C1.63683 13.2717 1.24274 13.0442 0.924495 12.7292C0.606254 12.4143 0.374625 12.0226 0.251988 11.5919C0.245209 11.5681 0.239612 11.544 0.235219 11.5196C0.0157755 10.3031 -0.090873 9.06884 -0.0833704 7.83267C-0.0891759 6.60575 0.017464 5.38087 0.235213 4.1734C0.238179 4.15695 0.241694 4.14061 0.245752 4.1244C0.356991 3.67997 0.583544 3.27276 0.902528 2.94391C1.22151 2.61507 1.62163 2.37622 2.06247 2.2515L2.07285 2.24856C2.43725 2.1511 3.0061 2.09058 3.59167 2.04787C4.19821 2.00363 4.89106 1.97448 5.54103 1.95517C6.1922 1.93582 6.80637 1.92616 7.25737 1.92134C7.48302 1.91892 7.66818 1.91772 7.79713 1.91711L7.94653 1.91658L7.99987 1.9165ZM6.12286 5.00488C6.35372 4.87059 6.63857 4.86919 6.87073 5.00122L10.7041 7.18122C10.9385 7.31455 11.0833 7.56348 11.0833 7.83317C11.0833 8.10287 10.9385 8.3518 10.7041 8.48512L6.87073 10.6651C6.63857 10.7971 6.35372 10.7958 6.12286 10.6615C5.892 10.5272 5.74997 10.2802 5.74997 10.0132V5.65317C5.74997 5.38609 5.892 5.13917 6.12286 5.00488ZM7.24997 6.94249V8.72385L8.81616 7.83317L7.24997 6.94249Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12484\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconYoutube, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13678\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconYoutube size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconYoutube = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16115)\"><path d=\"M15.0266 4.27984L15.8139 4.13783C15.8108 4.12029 15.807 4.10287 15.8027 4.08559L15.0266 4.27984ZM13.7333 2.9465L13.9511 2.17672C13.9418 2.17409 13.9325 2.17163 13.9231 2.16934L13.7333 2.9465ZM7.99997 2.6665V1.8665V2.6665ZM2.26664 2.97317L2.05993 2.20025L2.04885 2.20339L2.26664 2.97317ZM0.973308 4.3065L0.197248 4.11226C0.19292 4.12955 0.189171 4.14698 0.186007 4.16453L0.973308 4.3065ZM0.666641 7.83317L1.46668 7.83819L1.46663 7.82922L0.666641 7.83317ZM0.973308 11.3865L0.186013 11.5285C0.1907 11.5545 0.196669 11.5802 0.203901 11.6056L0.973308 11.3865ZM2.26664 12.6665L2.0555 13.4382L2.05995 13.4393L2.26664 12.6665ZM7.99997 12.9732V12.1732V12.9732ZM13.7333 12.6665L13.94 13.4394L13.9511 13.4363L13.7333 12.6665ZM15.0266 11.3332L15.8027 11.5274C15.807 11.5101 15.8108 11.4927 15.8139 11.4751L15.0266 11.3332ZM15.3333 7.83317L14.5333 7.82815L14.5333 7.83604L15.3333 7.83317ZM6.49997 10.0132H5.69997C5.69997 10.2981 5.85147 10.5614 6.09772 10.7047C6.34397 10.8479 6.64781 10.8494 6.89545 10.7086L6.49997 10.0132ZM10.3333 7.83317L10.7288 8.52858C10.9789 8.38637 11.1333 8.12085 11.1333 7.83317C11.1333 7.54549 10.9789 7.27997 10.7288 7.13776L10.3333 7.83317ZM6.49997 5.65317L6.89545 4.95776C6.64781 4.81693 6.34397 4.81841 6.09772 4.96166C5.85147 5.1049 5.69997 5.36829 5.69997 5.65317H6.49997ZM15.8027 4.08559C15.6893 3.63263 15.4584 3.2176 15.1333 2.88243L13.9848 3.99645C14.1139 4.1295 14.2056 4.29426 14.2506 4.47408L15.8027 4.08559ZM15.1333 2.88243C14.8082 2.54727 14.4004 2.30384 13.9511 2.17672L13.5155 3.71629C13.6939 3.76675 13.8558 3.86339 13.9848 3.99645L15.1333 2.88243ZM13.9231 2.16934C13.5598 2.08064 12.9923 2.02539 12.4069 1.9864C11.8007 1.94603 11.1082 1.91943 10.4583 1.9018C9.80733 1.88414 9.19329 1.87532 8.74237 1.87092C8.51677 1.86871 8.33165 1.86761 8.20272 1.86706C8.13826 1.86678 8.08782 1.86664 8.05338 1.86657C8.03616 1.86654 8.02293 1.86652 8.01395 1.86651C8.00946 1.86651 8.00603 1.86651 8.00369 1.86651C8.00252 1.8665 8.00162 1.8665 8.001 1.8665C8.00069 1.8665 8.00045 1.8665 8.00028 1.8665C8.00019 1.8665 8.00012 1.8665 8.00007 1.8665C8.00002 1.8665 7.99997 1.8665 7.99997 2.6665C7.99997 3.4665 7.99997 3.4665 7.99998 3.4665C8.00001 3.4665 8.00003 3.4665 8.00009 3.4665C8.0002 3.4665 8.00037 3.4665 8.00062 3.4665C8.00111 3.4665 8.00188 3.4665 8.00292 3.4665C8.00499 3.46651 8.00816 3.46651 8.01238 3.46651C8.02083 3.46652 8.0335 3.46654 8.05015 3.46657C8.08346 3.46664 8.13268 3.46677 8.19587 3.46704C8.32226 3.46758 8.50443 3.46867 8.72674 3.47084C9.17166 3.47519 9.77595 3.48387 10.4149 3.50121C11.0551 3.51858 11.7242 3.54448 12.3006 3.58286C12.8976 3.62262 13.3335 3.67237 13.5435 3.72367L13.9231 2.16934ZM7.99997 2.6665C7.99997 1.8665 7.99993 1.8665 7.99987 1.8665C7.99983 1.8665 7.99975 1.8665 7.99966 1.8665C7.99949 1.8665 7.99924 1.8665 7.99893 1.8665C7.9983 1.8665 7.9974 1.8665 7.99622 1.86651C7.99387 1.86651 7.99043 1.86651 7.98592 1.86651C7.97691 1.86652 7.96366 1.86654 7.94642 1.86658C7.91192 1.86666 7.86143 1.86681 7.7969 1.86711C7.66786 1.86772 7.4826 1.86893 7.25683 1.87134C6.80563 1.87617 6.19113 1.88583 5.53955 1.90519C4.88924 1.92451 4.19559 1.95368 3.58803 1.998C3.00284 2.04068 2.42954 2.10149 2.05995 2.20033L2.47333 3.74601C2.67708 3.69152 3.10711 3.63733 3.70442 3.59376C4.27936 3.55182 4.94737 3.52349 5.58707 3.50448C6.22549 3.48551 6.82932 3.47601 7.27395 3.47125C7.4961 3.46887 7.67813 3.46769 7.8044 3.46709C7.86753 3.4668 7.9167 3.46665 7.94995 3.46658C7.96658 3.46654 7.97922 3.46652 7.98764 3.46651C7.99185 3.46651 7.995 3.46651 7.99707 3.4665C7.9981 3.4665 7.99886 3.4665 7.99935 3.4665C7.99959 3.4665 7.99976 3.4665 7.99987 3.4665C7.99992 3.4665 7.99995 3.4665 7.99997 3.4665C7.99998 3.4665 7.99997 3.4665 7.99997 2.6665ZM2.04885 2.20339C1.59955 2.3305 1.19175 2.57394 0.866639 2.9091L2.01511 4.02311C2.14417 3.89006 2.30606 3.79342 2.48443 3.74296L2.04885 2.20339ZM0.866639 2.9091C0.541528 3.24427 0.310624 3.65929 0.197248 4.11226L1.74937 4.50075C1.79438 4.32093 1.88604 4.15617 2.01511 4.02311L0.866639 2.9091ZM0.186007 4.16453C-0.0325338 5.37638 -0.139434 6.60573 -0.133349 7.83712L1.46663 7.82922C1.46103 6.69569 1.55943 5.56403 1.76061 4.44848L0.186007 4.16453ZM-0.133343 7.82815C-0.141133 9.06881 -0.0342265 10.3075 0.186013 11.5285L1.7606 11.2445C1.55787 10.1205 1.45945 8.98026 1.46663 7.83819L-0.133343 7.82815ZM0.203901 11.6056C0.328893 12.0445 0.56497 12.4438 0.889323 12.7648L2.01482 11.6275C1.88605 11.5001 1.79233 11.3416 1.74271 11.1674L0.203901 11.6056ZM0.889323 12.7648C1.21368 13.0858 1.61534 13.3177 2.05551 13.4381L2.47777 11.8949C2.30304 11.8471 2.14358 11.755 2.01482 11.6275L0.889323 12.7648ZM2.05995 13.4393C2.42954 13.5382 3.00284 13.599 3.58803 13.6417C4.19559 13.686 4.88924 13.7152 5.53955 13.7345C6.19113 13.7538 6.80563 13.7635 7.25683 13.7683C7.4826 13.7707 7.66786 13.772 7.7969 13.7726C7.86143 13.7729 7.91192 13.773 7.94642 13.7731C7.96366 13.7731 7.97691 13.7731 7.98592 13.7732C7.99043 13.7732 7.99387 13.7732 7.99622 13.7732C7.9974 13.7732 7.9983 13.7732 7.99893 13.7732C7.99924 13.7732 7.99949 13.7732 7.99966 13.7732C7.99975 13.7732 7.99983 13.7732 7.99987 13.7732C7.99993 13.7732 7.99997 13.7732 7.99997 12.9732C7.99997 12.1732 7.99998 12.1732 7.99997 12.1732C7.99995 12.1732 7.99992 12.1732 7.99987 12.1732C7.99976 12.1732 7.99959 12.1732 7.99935 12.1732C7.99886 12.1732 7.9981 12.1732 7.99707 12.1732C7.995 12.1732 7.99185 12.1732 7.98764 12.1732C7.97922 12.1732 7.96658 12.1731 7.94995 12.1731C7.9167 12.173 7.86753 12.1729 7.8044 12.1726C7.67813 12.172 7.4961 12.1708 7.27395 12.1684C6.82932 12.1637 6.22549 12.1542 5.58707 12.1352C4.94737 12.1162 4.27936 12.0878 3.70442 12.0459C3.10711 12.0023 2.67708 11.9482 2.47333 11.8937L2.05995 13.4393ZM7.99997 12.9732C7.99997 13.7732 8.00002 13.7732 8.00008 13.7732C8.00012 13.7732 8.0002 13.7732 8.00029 13.7732C8.00046 13.7732 8.00071 13.7732 8.00102 13.7732C8.00165 13.7732 8.00255 13.7732 8.00373 13.7732C8.00608 13.7732 8.00952 13.7732 8.01403 13.7732C8.02303 13.7731 8.03628 13.7731 8.05353 13.7731C8.08803 13.773 8.13852 13.7729 8.20305 13.7726C8.33209 13.772 8.51735 13.7707 8.74312 13.7683C9.19432 13.7635 9.80882 13.7538 10.4604 13.7345C11.1107 13.7152 11.8044 13.686 12.4119 13.6417C12.9971 13.599 13.5704 13.5382 13.94 13.4393L13.5266 11.8937C13.3229 11.9482 12.8928 12.0023 12.2955 12.0459C11.7206 12.0878 11.0526 12.1162 10.4129 12.1352C9.77446 12.1542 9.17063 12.1637 8.726 12.1684C8.50385 12.1708 8.32182 12.172 8.19554 12.1726C8.13242 12.1729 8.08325 12.173 8.05 12.1731C8.03337 12.1731 8.02073 12.1732 8.01231 12.1732C8.0081 12.1732 8.00495 12.1732 8.00288 12.1732C8.00185 12.1732 8.00109 12.1732 8.0006 12.1732C8.00036 12.1732 8.00018 12.1732 8.00008 12.1732C8.00003 12.1732 8 12.1732 7.99997 12.1732C7.99997 12.1732 7.99997 12.1732 7.99997 12.9732ZM13.9511 13.4363C14.4004 13.3092 14.8082 13.0657 15.1333 12.7306L13.9848 11.6166C13.8558 11.7496 13.6939 11.8463 13.5155 11.8967L13.9511 13.4363ZM15.1333 12.7306C15.4584 12.3954 15.6893 11.9804 15.8027 11.5274L14.2506 11.1389C14.2056 11.3187 14.1139 11.4835 13.9848 11.6166L15.1333 12.7306ZM15.8139 11.4751C16.0308 10.2724 16.1377 9.05241 16.1333 7.8303L14.5333 7.83604C14.5374 8.96104 14.439 10.0841 14.2393 11.1912L15.8139 11.4751ZM16.1333 7.83819C16.1411 6.59753 16.0342 5.35881 15.8139 4.13783L14.2393 4.42185C14.4421 5.5458 14.5405 6.68608 14.5333 7.82815L16.1333 7.83819ZM6.89545 10.7086L10.7288 8.52858L9.93783 7.13776L6.1045 9.31776L6.89545 10.7086ZM10.7288 7.13776L6.89545 4.95776L6.1045 6.34858L9.93783 8.52858L10.7288 7.13776ZM5.69997 5.65317V10.0132H7.29997V5.65317H5.69997Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16115\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconYoutube, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13678\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconYoutube size={size} /> });"
   ],
   [
-    "IconZapOff.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconZapOff = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_4039_12483)\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.136418 0.136174C0.429311 -0.156719 0.904185 -0.156719 1.19708 0.136174L5.8583 4.79739C5.86239 4.8014 5.86643 4.80544 5.87042 4.80952L11.1917 10.1308C11.1957 10.1347 11.1998 10.1388 11.2037 10.1428L15.8637 14.8028C16.1566 15.0957 16.1566 15.5706 15.8637 15.8635C15.5709 16.1564 15.096 16.1564 14.8031 15.8635L10.7171 11.7776L7.90958 15.1466C7.69643 15.4024 7.34018 15.4871 7.03477 15.3545C6.72936 15.2219 6.54791 14.9039 6.58921 14.5735L7.1505 10.0832H2.00008C1.70907 10.0832 1.44432 9.91483 1.32089 9.65129C1.19745 9.38775 1.23761 9.0766 1.42392 8.85303L4.31878 5.3792L0.136418 1.19683C-0.156475 0.903941 -0.156475 0.429067 0.136418 0.136174ZM5.38381 6.44423L3.60136 8.58317H7.52276L5.38381 6.44423ZM8.70223 9.76265L8.39492 12.2212L9.65211 10.7125L8.70223 9.76265ZM8.96489 0.644978C9.27039 0.777327 9.45207 1.09523 9.41103 1.42562L9.0177 4.59228C8.96664 5.00334 8.59202 5.29518 8.18097 5.24412C7.76991 5.19306 7.47808 4.81844 7.52913 4.40739L7.6073 3.77813C7.33966 4.07956 6.8791 4.11605 6.567 3.85633C6.24861 3.59137 6.2053 3.11847 6.47026 2.80009L8.09026 0.853421C8.30322 0.597513 8.6594 0.512629 8.96489 0.644978ZM9.69008 6.6665C9.69008 6.25229 10.0259 5.9165 10.4401 5.9165H14.0001C14.2912 5.9165 14.5561 6.08501 14.6794 6.34873C14.8028 6.61246 14.7624 6.92375 14.5758 7.14723L12.9558 9.08723C12.6903 9.40516 12.2173 9.44768 11.8994 9.18218C11.5814 8.91669 11.5389 8.44372 11.8044 8.12578L12.3967 7.4165H10.4401C10.0259 7.4165 9.69008 7.08072 9.69008 6.6665Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_4039_12483\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconZapOff, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13677\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZapOff size={size} /> });"
-  ],
-  [
-    "IconZap.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconZap = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.96532 0.645562C9.27073 0.778139 9.45218 1.09619 9.41088 1.42656L8.8496 5.91687H14C14.291 5.91687 14.5558 6.08522 14.6792 6.34875C14.8026 6.61229 14.7625 6.92345 14.5762 7.14701L7.90951 15.147C7.69636 15.4028 7.34011 15.4874 7.0347 15.3548C6.72929 15.2223 6.54784 14.9042 6.58913 14.5738L7.15042 10.0835H2.00001C1.709 10.0835 1.44425 9.91519 1.32082 9.65165C1.19738 9.38812 1.23754 9.07696 1.42384 8.8534L8.09051 0.8534C8.30366 0.597624 8.65991 0.512985 8.96532 0.645562ZM3.60129 8.58354H8.00001C8.21513 8.58354 8.4199 8.67591 8.56227 8.83719C8.70464 8.99846 8.7709 9.2131 8.74422 9.42656L8.39485 12.2215L12.3987 7.41687H8.00001C7.78489 7.41687 7.58012 7.3245 7.43775 7.16322C7.29538 7.00195 7.22912 6.78731 7.2558 6.57385L7.60517 3.77888L3.60129 8.58354Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconZap, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13680\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZap size={size} /> });"
-  ],
-  [
-    "IconZoomIn.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconZoomIn = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.33333 2.75C4.80203 2.75 2.75 4.80203 2.75 7.33333C2.75 9.86464 4.80203 11.9167 7.33333 11.9167C8.566 11.9167 9.68501 11.4301 10.5087 10.6384C10.5274 10.6146 10.5477 10.5916 10.5697 10.5697C10.5916 10.5477 10.6146 10.5274 10.6384 10.5087C11.4301 9.68501 11.9167 8.566 11.9167 7.33333C11.9167 4.80203 9.86464 2.75 7.33333 2.75ZM12.1326 11.0719C12.9373 10.0405 13.4167 8.74289 13.4167 7.33333C13.4167 3.9736 10.6931 1.25 7.33333 1.25C3.9736 1.25 1.25 3.9736 1.25 7.33333C1.25 10.6931 3.9736 13.4167 7.33333 13.4167C8.74289 13.4167 10.0405 12.9373 11.0719 12.1326L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.1326 11.0719ZM7.33333 4.58333C7.74755 4.58333 8.08333 4.91912 8.08333 5.33333V6.58333H9.33333C9.74755 6.58333 10.0833 6.91912 10.0833 7.33333C10.0833 7.74755 9.74755 8.08333 9.33333 8.08333H8.08333V9.33333C8.08333 9.74755 7.74755 10.0833 7.33333 10.0833C6.91912 10.0833 6.58333 9.74755 6.58333 9.33333V8.08333H5.33333C4.91912 8.08333 4.58333 7.74755 4.58333 7.33333C4.58333 6.91912 4.91912 6.58333 5.33333 6.58333H6.58333V5.33333C6.58333 4.91912 6.91912 4.58333 7.33333 4.58333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconZoomIn, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13679\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZoomIn size={size} /> });"
+    "IconUmbrella.tsx",
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconUmbrella = (props: IconProps) => (\n  <Icon {...props}><g clipPath=\"url(#clip0_68_16063)\"><path d=\"M15.3334 7.99992V8.79992C15.5588 8.79992 15.7737 8.70484 15.9254 8.53806C16.077 8.37128 16.1512 8.14828 16.1298 7.9239L15.3334 7.99992ZM8.00008 1.33325V2.13325V1.33325ZM0.666748 7.99992L-0.129632 7.9239C-0.15105 8.14828 -0.0768217 8.37128 0.074796 8.53806C0.226414 8.70484 0.441352 8.79992 0.666748 8.79992L0.666748 7.99992ZM12.8001 12.6666C12.8001 12.2248 12.4419 11.8666 12.0001 11.8666C11.5583 11.8666 11.2001 12.2248 11.2001 12.6666H12.8001ZM10.0001 14.6666V15.4666V14.6666ZM8.80008 7.99992C8.80008 7.55809 8.44191 7.19992 8.00008 7.19992C7.55825 7.19992 7.20008 7.55809 7.20008 7.99992H8.80008ZM16.1298 7.9239C15.9367 5.9015 14.9968 4.02367 13.4936 2.65707L12.4173 3.84098C13.626 4.93983 14.3818 6.44976 14.537 8.07594L16.1298 7.9239ZM13.4936 2.65707C11.9903 1.29048 10.0317 0.533252 8.00008 0.533252V2.13325C9.63365 2.13325 11.2086 2.74212 12.4173 3.84098L13.4936 2.65707ZM8.00008 0.533252C5.96849 0.533252 4.00984 1.29048 2.50659 2.65707L3.58286 3.84098C4.7916 2.74212 6.36652 2.13325 8.00008 2.13325V0.533252ZM2.50659 2.65707C1.00333 4.02367 0.0634149 5.9015 -0.129632 7.9239L1.46313 8.07594C1.61835 6.44976 2.37412 4.93983 3.58286 3.84098L2.50659 2.65707ZM0.666748 8.79992H15.3334V7.19992H0.666748V8.79992ZM11.2001 12.6666C11.2001 12.9848 11.0737 13.2901 10.8486 13.5151L11.98 14.6465C12.5051 14.1214 12.8001 13.4092 12.8001 12.6666H11.2001ZM10.8486 13.5151C10.6236 13.7402 10.3183 13.8666 10.0001 13.8666V15.4666C10.7427 15.4666 11.4549 15.1716 11.98 14.6465L10.8486 13.5151ZM10.0001 13.8666C9.68182 13.8666 9.37659 13.7402 9.15155 13.5151L8.02018 14.6465C8.54528 15.1716 9.25748 15.4666 10.0001 15.4666V13.8666ZM9.15155 13.5151C8.92651 13.2901 8.80008 12.9848 8.80008 12.6666H7.20008C7.20008 13.4092 7.49508 14.1214 8.02018 14.6465L9.15155 13.5151ZM8.80008 12.6666V7.99992H7.20008V12.6666H8.80008Z\" fill=\"var(--svg-fill-color)\"/></g><defs><clipPath id=\"clip0_68_16063\"><rect width=\"16\" height=\"16\" fill=\"white\"/></clipPath></defs></Icon>\n);\nfigma.connect(IconUmbrella, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13652\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconUmbrella size={size} /> });"
   ],
   [
     "IconZoomOut.tsx",
-    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui\";\nexport const IconZoomOut = (props: IconProps) => (\n  <Icon {...props}><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.33333 2.75C4.80203 2.75 2.75 4.80203 2.75 7.33333C2.75 9.86464 4.80203 11.9167 7.33333 11.9167C8.566 11.9167 9.68501 11.4301 10.5087 10.6384C10.5274 10.6146 10.5477 10.5916 10.5697 10.5697C10.5916 10.5477 10.6146 10.5274 10.6384 10.5087C11.4301 9.68501 11.9167 8.566 11.9167 7.33333C11.9167 4.80203 9.86464 2.75 7.33333 2.75ZM12.1326 11.0719C12.9373 10.0405 13.4167 8.74289 13.4167 7.33333C13.4167 3.9736 10.6931 1.25 7.33333 1.25C3.9736 1.25 1.25 3.9736 1.25 7.33333C1.25 10.6931 3.9736 13.4167 7.33333 13.4167C8.74289 13.4167 10.0405 12.9373 11.0719 12.1326L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.1326 11.0719ZM4.58333 7.33333C4.58333 6.91912 4.91912 6.58333 5.33333 6.58333H9.33333C9.74755 6.58333 10.0833 6.91912 10.0833 7.33333C10.0833 7.74755 9.74755 8.08333 9.33333 8.08333H5.33333C4.91912 8.08333 4.58333 7.74755 4.58333 7.33333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconZoomOut, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13681\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZoomOut size={size} /> });"
+    "import figma from \"@figma/code-connect\";\nimport { IconProps, Icon } from \"ui/primitives\";\nexport const IconZoomOut = (props: IconProps) => (\n  <Icon {...props}><path d=\"M13.4343 14.5657C13.7467 14.8781 14.2533 14.8781 14.5657 14.5657C14.8781 14.2533 14.8781 13.7467 14.5657 13.4343L13.4343 14.5657ZM11.6657 10.5343C11.3533 10.2219 10.8467 10.2219 10.5343 10.5343C10.2219 10.8467 10.2219 11.3533 10.5343 11.6657L11.6657 10.5343ZM5.33333 6.53333C4.89151 6.53333 4.53333 6.89151 4.53333 7.33333C4.53333 7.77516 4.89151 8.13333 5.33333 8.13333V6.53333ZM9.33333 8.13333C9.77516 8.13333 10.1333 7.77516 10.1333 7.33333C10.1333 6.89151 9.77516 6.53333 9.33333 6.53333V8.13333ZM11.8667 7.33333C11.8667 9.83702 9.83702 11.8667 7.33333 11.8667V13.4667C10.7207 13.4667 13.4667 10.7207 13.4667 7.33333H11.8667ZM7.33333 11.8667C4.82964 11.8667 2.8 9.83702 2.8 7.33333H1.2C1.2 10.7207 3.94599 13.4667 7.33333 13.4667V11.8667ZM2.8 7.33333C2.8 4.82964 4.82964 2.8 7.33333 2.8V1.2C3.94599 1.2 1.2 3.94599 1.2 7.33333H2.8ZM7.33333 2.8C9.83702 2.8 11.8667 4.82964 11.8667 7.33333H13.4667C13.4667 3.94599 10.7207 1.2 7.33333 1.2V2.8ZM14.5657 13.4343L11.6657 10.5343L10.5343 11.6657L13.4343 14.5657L14.5657 13.4343ZM5.33333 8.13333H9.33333V6.53333H5.33333V8.13333Z\" fill=\"var(--svg-fill-color)\"/></Icon>\n);\nfigma.connect(IconZoomOut, \"https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13681\", { props: { size: figma.enum(\"Size\", { \"20\": \"20\", \"24\": \"24\", \"32\": \"32\", \"40\": \"40\", \"48\": \"48\" }) }, example: ({ size }) => <IconZoomOut size={size} /> });"
   ]
-]
+]
\ No newline at end of file
diff --git a/scripts/styles/styles.cjs b/scripts/styles/styles.cjs
deleted file mode 100644
index c1487fe..0000000
--- a/scripts/styles/styles.cjs
+++ /dev/null
@@ -1,237 +0,0 @@
-const fs = require("fs");
-
-// run with node --env-file=.env figma-styles.cjs
-// const TOKEN = process.env.FIGMA_ACCESS_TOKEN;
-const WRITE_DIR = "../../src";
-
-go();
-
-async function go() {
-  const json = JSON.parse(fs.readFileSync("./styles.json"));
-  const effectDefs = [];
-  const text = [];
-  json.forEach(({ type, ...style }) => {
-    if (type === "TEXT") {
-      const {
-        name,
-        fontSize,
-        textDecoration,
-        fontName,
-        letterSpacing,
-        lineHeight,
-        variables,
-      } = style;
-
-      const fontStyle = fontName.style.match(/Italic/i) ? "italic" : "normal";
-      const css = [
-        fontStyle,
-        tokenFromFontWeight(fontName.style),
-        `${tokenFromFontSize(fontSize)}`,
-        tokenFromFontFamily(fontName.family),
-      ].join(" ");
-      text.push(
-        `  --sds-font-${name
-          .replace(/^[^a-zA-Z0-9]+/, "")
-          .replace(/[^a-zA-Z0-9]+/g, "-")
-          .toLowerCase()}: ${css};`,
-      );
-    } else if (type === "EFFECT") {
-      const { name, effects } = style;
-      const shadows = [];
-      const filters = [];
-      const backdropFilters = [];
-      effects.forEach((effect) => {
-        if (effect.visible) {
-          if (effect.type.match("SHADOW")) {
-            shadows.push(formatEffect(effect));
-          }
-          if (effect.type.match("LAYER_BLUR")) {
-            filters.push(formatEffect(effect));
-          }
-          if (effect.type.match("BACKGROUND_BLUR")) {
-            backdropFilters.push(formatEffect(effect));
-          }
-        }
-      });
-      if (shadows.length) {
-        effectDefs.push(
-          `${tokenFromName("effects-shadows-" + name)}: ${shadows.join(", ")}`,
-        );
-      }
-      if (filters.length) {
-        effectDefs.push(
-          `${tokenFromName("effects-filter-" + name)}: ${filters[0]}`,
-        );
-      }
-      if (backdropFilters.length) {
-        effectDefs.push(
-          `${tokenFromName("effects-backdrop-filter-" + name)}: ${backdropFilters[0]}`,
-        );
-      }
-    }
-  });
-  fs.writeFileSync(
-    `${WRITE_DIR}/theme-font.css`,
-    `/* 
-* This file is automatically generated by styles.cjs! 
-*/
-
-:root {\n${text.join("\n")}\n}`,
-  );
-  fs.writeFileSync(
-    `${WRITE_DIR}/theme-effects.css`,
-    `/* 
-* This file is automatically generated by styles.cjs! 
-*/
-
-:root {\n  ${effectDefs.join(";\n  ")};\n}`,
-  );
-  console.log("DONE!");
-}
-
-function tokenFromName(name) {
-  return `--sds-${name
-    .split(/[^a-zA-Z0-9]+/)
-    .join("-")
-    .toLowerCase()
-    .replace("font-font", "font")}`;
-}
-
-function tokenFromFontFamily(family) {
-  return (
-    {
-      "Roboto Mono": "var(--sds-typography-family-mono)",
-      Inter: "var(--sds-typography-family-sans)",
-      "Noto Serif": "var(--sds-typography-family-serif)",
-    }[family] || family
-  );
-}
-
-function tokenFromFontSize(int) {
-  return (
-    {
-      "0.750": "var(--sds-typography-scale-01)",
-      0.875: "var(--sds-typography-scale-02)",
-      "1.000": "var(--sds-typography-scale-03)",
-      "1.250": "var(--sds-typography-scale-04)",
-      "1.500": "var(--sds-typography-scale-05)",
-      "2.000": "var(--sds-typography-scale-06)",
-      "2.500": "var(--sds-typography-scale-07)",
-      "3.000": "var(--sds-typography-scale-08)",
-      "4.000": "var(--sds-typography-scale-09)",
-      "4.500": "var(--sds-typography-scale-10)",
-    }[(int / 16).toFixed(3)] || int / 16 + "rem"
-  );
-}
-
-function tokenFromFontWeight(style) {
-  let fontWeight;
-  const weights = {
-    Thin: "var(--sds-typography-weight-thin)",
-    "Extra Light": "var(--sds-typography-weight-extra-light)",
-    Light: "var(--sds-typography-weight-light)",
-    Normal: "var(--sds-typography-weight-regular)",
-    Regular: "var(--sds-typography-weight-regular)",
-    Medium: "var(--sds-typography-weight-medium)",
-    Semi: "var(--sds-typography-weight-semi-bold)",
-    Demi: "var(--sds-typography-weight-semi-bold)",
-    Bold: "var(--sds-typography-weight-bold)",
-    "Extra Bold": "var(--sds-typography-weight-extra-bold)",
-    Black: "var(--sds-typography-weight-black)",
-    Heavy: "var(--sds-typography-weight-black)",
-  };
-
-  for (let weight in weights) {
-    if (style.match(new RegExp(weight.split(" ").join(" ?")))) {
-      fontWeight = weights[weight];
-    }
-  }
-
-  if (!fontWeight) {
-    fontWeight = style === "Italic" ? weights.Normal : "unknown";
-  }
-
-  return fontWeight;
-}
-
-function primitiveFromInt(int) {
-  const found = {
-    0: "var(--sds-primitives-0)",
-    1: "var(--sds-primitives-1)",
-    10: "var(--sds-primitives-10)",
-    104: "var(--sds-primitives-104)",
-    112: "var(--sds-primitives-112)",
-    12: "var(--sds-primitives-12)",
-    120: "var(--sds-primitives-120)",
-    128: "var(--sds-primitives-128)",
-    14: "var(--sds-primitives-14)",
-    144: "var(--sds-primitives-144)",
-    16: "var(--sds-primitives-16)",
-    160: "var(--sds-primitives-160)",
-    18: "var(--sds-primitives-18)",
-    184: "var(--sds-primitives-184)",
-    2: "var(--sds-primitives-2)",
-    20: "var(--sds-primitives-20)",
-    200: "var(--sds-primitives-200)",
-    224: "var(--sds-primitives-224)",
-    24: "var(--sds-primitives-24)",
-    240: "var(--sds-primitives-240)",
-    256: "var(--sds-primitives-256)",
-    28: "var(--sds-primitives-28)",
-    288: "var(--sds-primitives-288)",
-    3: "var(--sds-primitives-3)",
-    32: "var(--sds-primitives-32)",
-    320: "var(--sds-primitives-320)",
-    36: "var(--sds-primitives-36)",
-    360: "var(--sds-primitives-360)",
-    4: "var(--sds-primitives-4)",
-    40: "var(--sds-primitives-40)",
-    44: "var(--sds-primitives-44)",
-    48: "var(--sds-primitives-48)",
-    5: "var(--sds-primitives-5)",
-    56: "var(--sds-primitives-56)",
-    6: "var(--sds-primitives-6)",
-    64: "var(--sds-primitives-64)",
-    7: "var(--sds-primitives-7)",
-    72: "var(--sds-primitives-72)",
-    8: "var(--sds-primitives-8)",
-    80: "var(--sds-primitives-80)",
-    88: "var(--sds-primitives-88)",
-    9: "var(--sds-primitives-9)",
-    96: "var(--sds-primitives-96)",
-  }[int.toString().replace("-", "")];
-  if (found) {
-    return int.toString().match("-") ? `calc(-1 * ${found})` : found;
-  }
-  return int / 16 + "rem";
-}
-
-function formatEffect({ type, ...effect }) {
-  if (type === "DROP_SHADOW" || type === "INNER_SHADOW") {
-    const {
-      radius,
-      offset: { x, y },
-      spread,
-      hex,
-      variables,
-    } = effect;
-    const numbers = [
-      variables.offsetX
-        ? `var(${tokenFromName("size-" + variables.offsetX)})`
-        : primitiveFromInt(x),
-      variables.offsetY
-        ? `var(${tokenFromName("size-" + variables.offsetY)})`
-        : primitiveFromInt(y),
-      variables.radius
-        ? `var(${tokenFromName("size-" + variables.radius)})`
-        : primitiveFromInt(radius),
-      variables.spread
-        ? `var(${tokenFromName("size-" + variables.spread)})`
-        : primitiveFromInt(spread),
-      variables.color
-        ? `var(${tokenFromName("color-" + variables.color)})`
-        : hex,
-    ];
-    return `${type === "INNER_SHADOW" ? "inset " : ""}${numbers.join(" ")}`;
-  }
-}
diff --git a/scripts/styles/styles.json b/scripts/styles/styles.json
deleted file mode 100644
index b5b67c8..0000000
--- a/scripts/styles/styles.json
+++ /dev/null
@@ -1,79 +0,0 @@
-[{"type":"EFFECT","name":"xs","effects":[{"type":"DROP_SHADOW","radius":4,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11234"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11281"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.05000000074505806},"offset":{"x":0,"y":1},"spread":0,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d0d","variables":{"color":"black/100","spread":"depth-none","radius":"depth-sm","offsetX":"depth-none","offsetY":"depth-xs"}}]},
-{"type":"EFFECT","name":"sm","effects":[{"type":"DROP_SHADOW","radius":4,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11234"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11281"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.05000000074505806},"offset":{"x":0,"y":1},"spread":0,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d0d","variables":{"color":"black/100","spread":"depth-none","radius":"depth-sm","offsetX":"depth-none","offsetY":"depth-xs"}},{"type":"DROP_SHADOW","radius":4,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11235"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11281"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.10000000149011612},"offset":{"x":0,"y":1},"spread":0,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d1a","variables":{"color":"black/200","spread":"depth-none","radius":"depth-sm","offsetX":"depth-none","offsetY":"depth-xs"}}]},
-{"type":"EFFECT","name":"md","effects":[{"type":"DROP_SHADOW","radius":4,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11234"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11287"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.05000000074505806},"offset":{"x":0,"y":4},"spread":-1,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d0d","variables":{"color":"black/100","spread":"depth-negative-xs","radius":"depth-sm","offsetX":"depth-none","offsetY":"depth-sm"}},{"type":"DROP_SHADOW","radius":5,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11235"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11287"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11283"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.10000000149011612},"offset":{"x":0,"y":4},"spread":-1,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d1a","variables":{"color":"black/200","spread":"depth-negative-xs","radius":"depth-md","offsetX":"depth-none","offsetY":"depth-sm"}}]},
-{"type":"EFFECT","name":"lg","effects":[{"type":"DROP_SHADOW","radius":5,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11234"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11288"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11283"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.05000000074505806},"offset":{"x":0,"y":4},"spread":-4,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d0d","variables":{"color":"black/100","spread":"depth-negative-sm","radius":"depth-md","offsetX":"depth-none","offsetY":"depth-sm"}},{"type":"DROP_SHADOW","radius":32,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11235"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11288"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11285"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11284"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.10000000149011612},"offset":{"x":0,"y":16},"spread":-4,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d1a","variables":{"color":"black/200","spread":"depth-negative-sm","radius":"depth-xl","offsetX":"depth-none","offsetY":"depth-lg"}}]},
-{"type":"EFFECT","name":"xl","effects":[{"type":"DROP_SHADOW","radius":5,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11234"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11288"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11283"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11282"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.05000000074505806},"offset":{"x":0,"y":4},"spread":-4,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d0d","variables":{"color":"black/100","spread":"depth-negative-sm","radius":"depth-md","offsetX":"depth-none","offsetY":"depth-sm"}},{"type":"DROP_SHADOW","radius":16,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11235"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11289"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11284"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11284"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.10000000149011612},"offset":{"x":0,"y":16},"spread":-8,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d1a","variables":{"color":"black/200","spread":"depth-negative-md","radius":"depth-lg","offsetX":"depth-none","offsetY":"depth-lg"}}]},
-{"type":"EFFECT","name":"xxl","effects":[{"type":"DROP_SHADOW","radius":32,"visible":true,"boundVariables":{"color":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11237"},"spread":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11289"},"radius":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11285"},"offsetX":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11280"},"offsetY":{"type":"VARIABLE_ALIAS","id":"VariableID:9:11284"}},"color":{"r":0.0470588244497776,"g":0.0470588244497776,"b":0.05098039284348488,"a":0.4000000059604645},"offset":{"x":0,"y":16},"spread":-8,"blendMode":"NORMAL","showShadowBehindNode":false,"hex":"#0c0c0d66","variables":{"color":"black/400","spread":"depth-negative-md","radius":"depth-xl","offsetX":"depth-none","offsetY":"depth-lg"}}]},
-{"type":"TEXT","name":"Display/Light","fontSize":72,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":-3},"lineHeight":{"unit":"PIXELS","value":80},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32063"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-display","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Display/Light Italic","fontSize":72,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":-4},"lineHeight":{"unit":"PIXELS","value":80},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32063"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-display"}},
-{"type":"TEXT","name":"Display/Regular","fontSize":72,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":-3},"lineHeight":{"unit":"PIXELS","value":80},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32063"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-display","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Display/Regular Italic","fontSize":72,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":-4},"lineHeight":{"unit":"PIXELS","value":80},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32063"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-display"}},
-{"type":"TEXT","name":"Display/Bold","fontSize":72,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":-3},"lineHeight":{"unit":"PIXELS","value":80},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32063"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-display","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Display/Bold Italic","fontSize":72,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":-4},"lineHeight":{"unit":"PIXELS","value":80},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32063"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-display"}},
-{"type":"TEXT","name":"Headings/H1/Light","fontSize":64,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":72},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32064"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h1","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Headings/H1/Light Italic","fontSize":64,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":72},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32064"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-h1"}},
-{"type":"TEXT","name":"Headings/H1/Regular","fontSize":64,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":72},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32064"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h1","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Headings/H1/Regular Italic","fontSize":64,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":72},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32064"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-h1"}},
-{"type":"TEXT","name":"Headings/H1/Bold","fontSize":64,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":72},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32064"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h1","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Headings/H1/Bold Italic","fontSize":64,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":72},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32064"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-h1"}},
-{"type":"TEXT","name":"Headings/H2/Light","fontSize":48,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":56},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32065"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h2","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Headings/H2/Regular","fontSize":48,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":56},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32065"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h2","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Headings/H2/Bold","fontSize":48,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":56},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32065"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h2","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Headings/H2/Light Italic","fontSize":48,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":56},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32065"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-h2"}},
-{"type":"TEXT","name":"Headings/H2/Regular Italic","fontSize":48,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":56},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32065"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-h2"}},
-{"type":"TEXT","name":"Headings/H2/Bold Italic","fontSize":48,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":56},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32065"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-h2"}},
-{"type":"TEXT","name":"Headings/H3/Light","fontSize":40,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":48},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32066"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h3","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Headings/H3/Light Italic","fontSize":40,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":48},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32066"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-h3"}},
-{"type":"TEXT","name":"Headings/H3/Bold","fontSize":40,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":48},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32066"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h3","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Headings/H3/Regular","fontSize":40,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":48},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32066"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h3","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Headings/H3/Regular Italic","fontSize":40,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":48},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32066"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-h3"}},
-{"type":"TEXT","name":"Headings/H3/Bold Italic","fontSize":40,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":-2},"lineHeight":{"unit":"PIXELS","value":48},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32066"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-h3"}},
-{"type":"TEXT","name":"Headings/H4/Light","fontSize":32,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":-1.600000023841858},"lineHeight":{"unit":"PIXELS","value":40},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32067"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h4","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Headings/H4/Regular","fontSize":32,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":-1.600000023841858},"lineHeight":{"unit":"PIXELS","value":40},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32067"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h4","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Headings/H4/Bold","fontSize":32,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":-1.600000023841858},"lineHeight":{"unit":"PIXELS","value":40},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32067"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h4","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Headings/H4/Light Italic","fontSize":32,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":-1.600000023841858},"lineHeight":{"unit":"PIXELS","value":40},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32067"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-h4"}},
-{"type":"TEXT","name":"Headings/H4/Regular Italic","fontSize":32,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":-1.600000023841858},"lineHeight":{"unit":"PIXELS","value":40},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32067"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-h4"}},
-{"type":"TEXT","name":"Headings/H4/Bold Italic","fontSize":32,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":-1.600000023841858},"lineHeight":{"unit":"PIXELS","value":40},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32067"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-h4"}},
-{"type":"TEXT","name":"Headings/H5/Light","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":32},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32068"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h5","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Headings/H5/Light Italic","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":32},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32068"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-h5"}},
-{"type":"TEXT","name":"Headings/H5/Regular","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":32},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32068"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h5","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Headings/H5/Regular Italic","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":32},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32068"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-h5"}},
-{"type":"TEXT","name":"Headings/H5/Bold","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":32},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32068"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h5","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Headings/H5/Bold Italic","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":32},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32068"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-h5"}},
-{"type":"TEXT","name":"Headings/H6/Light","fontSize":20,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":28},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32069"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h6","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Headings/H6/Light Italic","fontSize":20,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":28},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32069"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-h6"}},
-{"type":"TEXT","name":"Headings/H6/Regular","fontSize":20,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":28},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32069"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h6","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Headings/H6/Regular Italic","fontSize":20,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":28},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32069"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-h6"}},
-{"type":"TEXT","name":"Headings/H6/Bold","fontSize":20,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":28},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32069"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-h6","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Headings/H6/Bold Italic","fontSize":20,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PIXELS","value":28},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32069"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-h6"}},
-{"type":"TEXT","name":"Body/Extra Large/Regular Italic","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32125"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-body-extra-large"}},
-{"type":"TEXT","name":"Body/Extra Large/Light","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32125"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-extra-large","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Body/Extra Large/Light Italic","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32125"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-body-extra-large"}},
-{"type":"TEXT","name":"Body/Extra Large/Regular","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32125"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-extra-large","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Body/Extra Large/Bold","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32125"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-extra-large","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Body/Extra Large/Bold Italic","fontSize":24,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32125"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-body-extra-large"}},
-{"type":"TEXT","name":"Body/Large/Regular","fontSize":18,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32124"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-large","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Body/Large/Regular Italic","fontSize":18,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32124"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-body-large"}},
-{"type":"TEXT","name":"Body/Large/Bold","fontSize":18,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32124"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-large","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Body/Large/Bold Italic","fontSize":18,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32124"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-body-large"}},
-{"type":"TEXT","name":"Body/Large/Light","fontSize":18,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32124"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-large","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Body/Large/Light Italic","fontSize":18,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32124"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-body-large"}},
-{"type":"TEXT","name":"Body/Base/Light","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-base","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Body/Base/Light Italic","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-body-base"}},
-{"type":"TEXT","name":"Body/Base/Regular","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-base","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Body/Base/Regular Italic","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-body-base"}},
-{"type":"TEXT","name":"Body/Base/Bold","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-base","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Body/Base/Bold Italic","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-body-base"}},
-{"type":"TEXT","name":"Body/Small/Light","fontSize":14,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32122"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-small","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Body/Small/Light Italic","fontSize":14,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32122"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-body-small"}},
-{"type":"TEXT","name":"Body/Small/Regular","fontSize":14,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32122"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-small","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Body/Small/Regular Italic","fontSize":14,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32122"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-body-small"}},
-{"type":"TEXT","name":"Body/Small/Bold","fontSize":14,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32122"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-small","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Body/Small/Bold Italic","fontSize":14,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32122"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-body-small"}},
-{"type":"TEXT","name":"Body/Extra Small/Light","fontSize":12,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32121"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32020"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-extra-small","fontWeight":"Font/weight-light"}},
-{"type":"TEXT","name":"Body/Extra Small/Light Italic","fontSize":12,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Light Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32024"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32121"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-light-italic","fontSize":"Font/font-size-body-extra-small"}},
-{"type":"TEXT","name":"Body/Extra Small/Regular","fontSize":12,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32121"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-extra-small","fontWeight":"Font/weight-regular"}},
-{"type":"TEXT","name":"Body/Extra Small/Regular Italic","fontSize":12,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32025"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32121"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-regular-italic","fontSize":"Font/font-size-body-extra-small"}},
-{"type":"TEXT","name":"Body/Extra Small/Bold","fontSize":12,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32121"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32022"}},"variables":{"fontFamily":"Font/family-sans","fontSize":"Font/font-size-body-extra-small","fontWeight":"Font/weight-bold"}},
-{"type":"TEXT","name":"Body/Extra Small/Bold Italic","fontSize":12,"textDecoration":"NONE","fontName":{"family":"Inter","style":"Bold Italic"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":120.00000476837158},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:31966"},"fontStyle":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32026"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32121"}},"variables":{"fontFamily":"Font/family-sans","fontStyle":"Font/weight-bold-italic","fontSize":"Font/font-size-body-extra-small"}},
-{"type":"TEXT","name":".Utilities/Component notes/Regular","fontSize":16,"textDecoration":"NONE","fontName":{"family":"Roboto Mono","style":"Regular"},"letterSpacing":{"unit":"PERCENT","value":0},"lineHeight":{"unit":"PERCENT","value":139.9999976158142},"leadingTrim":"NONE","paragraphIndent":0,"paragraphSpacing":0,"listSpacing":0,"textCase":"ORIGINAL","boundVariables":{"fontFamily":{"type":"VARIABLE_ALIAS","id":"VariableID:7806:43487"},"fontSize":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32123"},"fontWeight":{"type":"VARIABLE_ALIAS","id":"VariableID:7782:32021"}},"variables":{"fontFamily":"Font/family-mono","fontSize":"Font/font-size-body-base","fontWeight":"Font/weight-regular"}}]
\ No newline at end of file
diff --git a/scripts/tokens/app.mjs b/scripts/tokens/app.mjs
index bb8c996..f55dcbf 100644
--- a/scripts/tokens/app.mjs
+++ b/scripts/tokens/app.mjs
@@ -14,7 +14,7 @@ const COLOR_THEMES_DARK = ["dark", "purple_dark", "blue_dark", "teal_dark"];
 // stripped from mode names above in theme class names
 const COLOR_THEME_LIGHT_REMOVE = "_light";
 const COLOR_THEME_DARK_REMOVE = "_dark";
-const RESPONSIVE_SIZE_ORDER = ["mobile", "tablet", "desktop", "wide"];
+const RESPONSIVE_SIZE_ORDER = ["mobile", "tablet", "desktop"];
 const RESPONSIVE_SIZE_TOKEN_SUFFIX = "width-device-min";
 const _FILE_KEY = "YfiqA0yWMXuLJAzkZNpBdy";
 const FILE_KEY = "J0KLPKXiONDRssXD1AX9Oi";
diff --git a/scripts/styles/figma-plugin-styles-json/code.js b/scripts/tokens/figma-plugin-styles-json/code.js
similarity index 100%
rename from scripts/styles/figma-plugin-styles-json/code.js
rename to scripts/tokens/figma-plugin-styles-json/code.js
diff --git a/scripts/styles/figma-plugin-styles-json/manifest.json b/scripts/tokens/figma-plugin-styles-json/manifest.json
similarity index 100%
rename from scripts/styles/figma-plugin-styles-json/manifest.json
rename to scripts/tokens/figma-plugin-styles-json/manifest.json
diff --git a/scripts/tokens/tokens.json b/scripts/tokens/tokens.json
index 4ea982c..39098a0 100644
--- a/scripts/tokens/tokens.json
+++ b/scripts/tokens/tokens.json
@@ -387,7 +387,6 @@
         "figmaId": "VariableCollectionId:9:11202",
         "modes": [
           "desktop",
-          "wide",
           "mobile",
           "tablet"
         ]
@@ -395,13 +394,12 @@
     },
     "width-device-min": {
       "$type": "number",
-      "$value": 1160,
+      "$value": 1200,
       "$extensions": {
         "org.sds": {
           "figmaId": "VariableID:9:11219",
           "modes": {
-            "desktop": 1160,
-            "wide": 1440,
+            "desktop": 1200,
             "mobile": 375,
             "tablet": 768
           }
@@ -416,7 +414,6 @@
           "figmaId": "VariableID:9:11299",
           "modes": {
             "desktop": 0.5,
-            "wide": 0.5,
             "mobile": 2,
             "tablet": 0.8500000238418579
           }
@@ -431,7 +428,6 @@
           "figmaId": "VariableID:2117:5645",
           "modes": {
             "desktop": 1,
-            "wide": 1,
             "mobile": 1,
             "tablet": 1
           }
@@ -440,75 +436,70 @@
     },
     "ratio-column-half": {
       "$type": "number",
-      "$value": 0.5,
+      "$value": 1,
       "$extensions": {
         "org.sds": {
           "figmaId": "VariableID:2117:5648",
           "modes": {
-            "desktop": 0.5,
-            "wide": 0.5,
-            "mobile": 1,
-            "tablet": 0.5
+            "desktop": 1,
+            "mobile": 2,
+            "tablet": 1
           }
         }
       }
     },
     "ratio-column-quarter-major": {
       "$type": "number",
-      "$value": 0.75,
+      "$value": 3,
       "$extensions": {
         "org.sds": {
           "figmaId": "VariableID:2117:5646",
           "modes": {
-            "desktop": 0.75,
-            "wide": 0.75,
-            "mobile": 1,
-            "tablet": 0.5
+            "desktop": 3,
+            "mobile": 4,
+            "tablet": 2
           }
         }
       }
     },
     "ratio-column-quarter-minor": {
       "$type": "number",
-      "$value": 0.25,
+      "$value": 1,
       "$extensions": {
         "org.sds": {
           "figmaId": "VariableID:2117:5647",
           "modes": {
-            "desktop": 0.25,
-            "wide": 0.25,
-            "mobile": 1,
-            "tablet": 0.5
+            "desktop": 1,
+            "mobile": 4,
+            "tablet": 2
           }
         }
       }
     },
     "ratio-column-third-major": {
       "$type": "number",
-      "$value": 0.6700000166893005,
+      "$value": 2,
       "$extensions": {
         "org.sds": {
           "figmaId": "VariableID:2144:3761",
           "modes": {
-            "desktop": 0.6700000166893005,
-            "wide": 0.6700000166893005,
-            "mobile": 1,
-            "tablet": 1
+            "desktop": 2,
+            "mobile": 3,
+            "tablet": 3
           }
         }
       }
     },
     "ratio-column-third-minor": {
       "$type": "number",
-      "$value": 0.33000001311302185,
+      "$value": 1,
       "$extensions": {
         "org.sds": {
           "figmaId": "VariableID:2144:3762",
           "modes": {
-            "desktop": 0.33000001311302185,
-            "wide": 0.33000001311302185,
-            "mobile": 1,
-            "tablet": 1
+            "desktop": 1,
+            "mobile": 3,
+            "tablet": 3
           }
         }
       }
@@ -521,7 +512,6 @@
           "figmaId": "VariableID:9:11220",
           "modes": {
             "desktop": "row",
-            "wide": "row",
             "mobile": "column",
             "tablet": "column"
           }
@@ -536,7 +526,6 @@
           "figmaId": "VariableID:9:11296",
           "modes": {
             "desktop": "row-reverse",
-            "wide": "row-reverse",
             "mobile": "column",
             "tablet": "column"
           }
@@ -551,7 +540,6 @@
           "figmaId": "VariableID:9:11221",
           "modes": {
             "desktop": "column",
-            "wide": "column",
             "mobile": "row",
             "tablet": "row"
           }
@@ -566,7 +554,6 @@
           "figmaId": "VariableID:9:11297",
           "modes": {
             "desktop": "column",
-            "wide": "column",
             "mobile": "row-reverse",
             "tablet": "row-reverse"
           }
@@ -581,7 +568,6 @@
           "figmaId": "VariableID:9:11222",
           "modes": {
             "desktop": "flex",
-            "wide": "flex",
             "mobile": "none",
             "tablet": "none"
           }
@@ -596,7 +582,6 @@
           "figmaId": "VariableID:9:11223",
           "modes": {
             "desktop": "none",
-            "wide": "none",
             "mobile": "flex",
             "tablet": "flex"
           }
@@ -611,7 +596,6 @@
           "figmaId": "VariableID:9:11224",
           "modes": {
             "desktop": 16,
-            "wide": 16,
             "mobile": 18,
             "tablet": 18
           }
@@ -626,7 +610,6 @@
           "figmaId": "VariableID:9:11227",
           "modes": {
             "desktop": 1,
-            "wide": 1,
             "mobile": 1,
             "tablet": 1
           }
@@ -634,5044 +617,5044 @@
       }
     }
   },
-  "@size": {
+  "@color_primitives": {
     "$extensions": {
       "org.sds": {
-        "figmaId": "VariableCollectionId:9:11257",
+        "figmaId": "VariableCollectionId:3919:36421",
         "modes": [
-          "default"
+          "value"
         ]
       }
     },
-    "gap-xs": {
-      "$type": "number",
-      "$value": 4,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11258",
-          "modes": {
-            "default": 4
-          }
-        }
-      }
-    },
-    "gap-sm": {
-      "$type": "number",
-      "$value": 8,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11259",
-          "modes": {
-            "default": 8
+    "black": {
+      "100": {
+        "$type": "color",
+        "$value": "#0c0c0d0d",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11234",
+            "modes": {
+              "value": "#0c0c0d0d"
+            }
           }
         }
-      }
-    },
-    "gap-md": {
-      "$type": "number",
-      "$value": 12,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11260",
-          "modes": {
-            "default": 12
+      },
+      "200": {
+        "$type": "color",
+        "$value": "#0c0c0d1a",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11235",
+            "modes": {
+              "value": "#0c0c0d1a"
+            }
           }
         }
-      }
-    },
-    "gap-lg": {
-      "$type": "number",
-      "$value": 16,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11261",
-          "modes": {
-            "default": 16
+      },
+      "300": {
+        "$type": "color",
+        "$value": "#0c0c0d33",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11236",
+            "modes": {
+              "value": "#0c0c0d33"
+            }
           }
         }
-      }
-    },
-    "gap-xl": {
-      "$type": "number",
-      "$value": 24,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11262",
-          "modes": {
-            "default": 24
+      },
+      "400": {
+        "$type": "color",
+        "$value": "#0c0c0d66",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11237",
+            "modes": {
+              "value": "#0c0c0d66"
+            }
           }
         }
-      }
-    },
-    "gap-xxl": {
-      "$type": "number",
-      "$value": 48,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:2143:14622",
-          "modes": {
-            "default": 48
+      },
+      "500": {
+        "$type": "color",
+        "$value": "#0c0c0db2",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11238",
+            "modes": {
+              "value": "#0c0c0db2"
+            }
           }
         }
-      }
-    },
-    "gap-column": {
-      "$type": "number",
-      "$value": 64,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:107:11150",
-          "modes": {
-            "default": 64
+      },
+      "600": {
+        "$type": "color",
+        "$value": "#0c0c0dcc",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11239",
+            "modes": {
+              "value": "#0c0c0dcc"
+            }
           }
         }
-      }
-    },
-    "gap-negative-xs": {
-      "$type": "number",
-      "$value": -4,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11263",
-          "modes": {
-            "default": -4
+      },
+      "700": {
+        "$type": "color",
+        "$value": "#0c0c0dd9",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11240",
+            "modes": {
+              "value": "#0c0c0dd9"
+            }
           }
         }
-      }
-    },
-    "gap-negative-sm": {
-      "$type": "number",
-      "$value": -8,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11264",
-          "modes": {
-            "default": -8
+      },
+      "800": {
+        "$type": "color",
+        "$value": "#0c0c0de5",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11241",
+            "modes": {
+              "value": "#0c0c0de5"
+            }
           }
         }
-      }
-    },
-    "gap-negative-md": {
-      "$type": "number",
-      "$value": -12,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11265",
-          "modes": {
-            "default": -12
+      },
+      "900": {
+        "$type": "color",
+        "$value": "#0c0c0df2",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11242",
+            "modes": {
+              "value": "#0c0c0df2"
+            }
           }
         }
-      }
-    },
-    "gap-negative-lg": {
-      "$type": "number",
-      "$value": -16,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11266",
-          "modes": {
-            "default": -16
+      },
+      "1000": {
+        "$type": "color",
+        "$value": "#0c0c0d",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:9:11243",
+            "modes": {
+              "value": "#0c0c0d"
+            }
           }
         }
       }
     },
-    "gap-negative-xl": {
-      "$type": "number",
-      "$value": -24,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11267",
-          "modes": {
-            "default": -24
+    "white": {
+      "100": {
+        "$type": "color",
+        "$value": "#ffffff0d",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36544",
+            "modes": {
+              "value": "#ffffff0d"
+            }
           }
         }
-      }
-    },
-    "padding-xs": {
-      "$type": "number",
-      "$value": 4,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11268",
-          "modes": {
-            "default": 4
-          }
-        }
-      }
-    },
-    "padding-sm": {
-      "$type": "number",
-      "$value": 8,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11269",
-          "modes": {
-            "default": 8
-          }
-        }
-      }
-    },
-    "padding-md": {
-      "$type": "number",
-      "$value": 12,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11270",
-          "modes": {
-            "default": 12
-          }
-        }
-      }
-    },
-    "padding-lg": {
-      "$type": "number",
-      "$value": 16,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11271",
-          "modes": {
-            "default": 16
-          }
-        }
-      }
-    },
-    "padding-xl": {
-      "$type": "number",
-      "$value": 24,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11272",
-          "modes": {
-            "default": 24
-          }
-        }
-      }
-    },
-    "padding-xxl": {
-      "$type": "number",
-      "$value": 32,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11273",
-          "modes": {
-            "default": 32
-          }
-        }
-      }
-    },
-    "padding-section-sm": {
-      "$type": "number",
-      "$value": 32,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:2159:2116",
-          "modes": {
-            "default": 32
-          }
-        }
-      }
-    },
-    "padding-section-md": {
-      "$type": "number",
-      "$value": 64,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:2143:17262",
-          "modes": {
-            "default": 64
-          }
-        }
-      }
-    },
-    "padding-section-lg": {
-      "$type": "number",
-      "$value": 160,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:107:11151",
-          "modes": {
-            "default": 160
-          }
-        }
-      }
-    },
-    "radius-xs": {
-      "$type": "number",
-      "$value": 4,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11274",
-          "modes": {
-            "default": 4
-          }
-        }
-      }
-    },
-    "radius-sm": {
-      "$type": "number",
-      "$value": 8,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11275",
-          "modes": {
-            "default": 8
-          }
-        }
-      }
-    },
-    "radius-md": {
-      "$type": "number",
-      "$value": 12,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11276",
-          "modes": {
-            "default": 12
-          }
-        }
-      }
-    },
-    "radius-lg": {
-      "$type": "number",
-      "$value": 16,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11277",
-          "modes": {
-            "default": 16
-          }
-        }
-      }
-    },
-    "radius-xl": {
-      "$type": "number",
-      "$value": 24,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11278",
-          "modes": {
-            "default": 24
+      },
+      "200": {
+        "$type": "color",
+        "$value": "#ffffff1a",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36545",
+            "modes": {
+              "value": "#ffffff1a"
+            }
           }
         }
-      }
-    },
-    "radius-xxl": {
-      "$type": "number",
-      "$value": 32,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11279",
-          "modes": {
-            "default": 32
+      },
+      "300": {
+        "$type": "color",
+        "$value": "#ffffff33",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36546",
+            "modes": {
+              "value": "#ffffff33"
+            }
           }
         }
-      }
-    },
-    "radius-full": {
-      "$type": "number",
-      "$value": 9999,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:56:9308",
-          "modes": {
-            "default": 9999
+      },
+      "400": {
+        "$type": "color",
+        "$value": "#ffffff66",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36547",
+            "modes": {
+              "value": "#ffffff66"
+            }
           }
         }
-      }
-    },
-    "depth-none": {
-      "$type": "number",
-      "$value": 0,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11280",
-          "modes": {
-            "default": 0
+      },
+      "500": {
+        "$type": "color",
+        "$value": "#ffffffb2",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36548",
+            "modes": {
+              "value": "#ffffffb2"
+            }
           }
         }
-      }
-    },
-    "depth-xs": {
-      "$type": "number",
-      "$value": 1,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11281",
-          "modes": {
-            "default": 1
+      },
+      "600": {
+        "$type": "color",
+        "$value": "#ffffffcc",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36549",
+            "modes": {
+              "value": "#ffffffcc"
+            }
           }
         }
-      }
-    },
-    "depth-sm": {
-      "$type": "number",
-      "$value": 4,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11282",
-          "modes": {
-            "default": 4
+      },
+      "700": {
+        "$type": "color",
+        "$value": "#ffffffd9",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36550",
+            "modes": {
+              "value": "#ffffffd9"
+            }
           }
         }
-      }
-    },
-    "depth-md": {
-      "$type": "number",
-      "$value": 5,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11283",
-          "modes": {
-            "default": 5
+      },
+      "800": {
+        "$type": "color",
+        "$value": "#ffffffe5",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36551",
+            "modes": {
+              "value": "#ffffffe5"
+            }
           }
         }
-      }
-    },
-    "depth-lg": {
-      "$type": "number",
-      "$value": 16,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11284",
-          "modes": {
-            "default": 16
+      },
+      "900": {
+        "$type": "color",
+        "$value": "#fffffff2",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36552",
+            "modes": {
+              "value": "#fffffff2"
+            }
           }
         }
-      }
-    },
-    "depth-xl": {
-      "$type": "number",
-      "$value": 32,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11285",
-          "modes": {
-            "default": 32
+      },
+      "1000": {
+        "$type": "color",
+        "$value": "#ffffff",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36553",
+            "modes": {
+              "value": "#ffffff"
+            }
           }
         }
       }
     },
-    "depth-xxl": {
-      "$type": "number",
-      "$value": 48,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11286",
-          "modes": {
-            "default": 48
+    "slate": {
+      "100": {
+        "$type": "color",
+        "$value": "#f3f3f3",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36534",
+            "modes": {
+              "value": "#f3f3f3"
+            }
           }
         }
-      }
-    },
-    "depth-negative-xs": {
-      "$type": "number",
-      "$value": -1,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11287",
-          "modes": {
-            "default": -1
+      },
+      "200": {
+        "$type": "color",
+        "$value": "#e3e3e3",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36535",
+            "modes": {
+              "value": "#e3e3e3"
+            }
           }
         }
-      }
-    },
-    "depth-negative-sm": {
-      "$type": "number",
-      "$value": -4,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11288",
-          "modes": {
-            "default": -4
+      },
+      "300": {
+        "$type": "color",
+        "$value": "#cdcdcd",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36536",
+            "modes": {
+              "value": "#cdcdcd"
+            }
           }
         }
-      }
-    },
-    "depth-negative-md": {
-      "$type": "number",
-      "$value": -8,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11289",
-          "modes": {
-            "default": -8
+      },
+      "400": {
+        "$type": "color",
+        "$value": "#b2b2b2",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36537",
+            "modes": {
+              "value": "#b2b2b2"
+            }
           }
         }
-      }
-    },
-    "depth-negative-lg": {
-      "$type": "number",
-      "$value": -16,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11290",
-          "modes": {
-            "default": -16
+      },
+      "500": {
+        "$type": "color",
+        "$value": "#949494",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36538",
+            "modes": {
+              "value": "#949494"
+            }
           }
         }
-      }
-    },
-    "depth-negative-xl": {
-      "$type": "number",
-      "$value": -32,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11291",
-          "modes": {
-            "default": -32
+      },
+      "600": {
+        "$type": "color",
+        "$value": "#767676",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36539",
+            "modes": {
+              "value": "#767676"
+            }
           }
         }
-      }
-    },
-    "depth-negative-xxl": {
-      "$type": "number",
-      "$value": -48,
-      "$extensions": {
-        "org.sds": {
-          "figmaId": "VariableID:9:11292",
-          "modes": {
-            "default": -48
+      },
+      "700": {
+        "$type": "color",
+        "$value": "#5a5a5a",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:3919:36540",
+            "modes": {
+              "value": "#5a5a5a"
+            }
           }
         }
-      }
-    }
-  },
-  "@typography": {
-    "$extensions": {
-      "org.sds": {
-        "figmaId": "VariableCollectionId:58:8567",
-        "modes": [
-          "mode_1"
-        ]
-      }
-    },
-    "title-hero": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-sans}",
+      },
+      "800": {
+        "$type": "color",
+        "$value": "#434343",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10188",
+            "figmaId": "VariableID:3919:36541",
             "modes": {
-              "mode_1": "{@typography_primitives.family-sans}"
+              "value": "#434343"
             }
           }
         }
       },
-      "size": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-10}",
+      "900": {
+        "$type": "color",
+        "$value": "#303030",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10189",
+            "figmaId": "VariableID:3919:36542",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-10}"
+              "value": "#303030"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-bold}",
+      "1000": {
+        "$type": "color",
+        "$value": "#242424",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10190",
+            "figmaId": "VariableID:3919:36543",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-bold}"
+              "value": "#242424"
             }
           }
         }
       }
     },
-    "title-page": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-sans}",
+    "red": {
+      "100": {
+        "$type": "color",
+        "$value": "#fee9e7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:58:8569",
+            "figmaId": "VariableID:3919:36624",
             "modes": {
-              "mode_1": "{@typography_primitives.family-sans}"
+              "value": "#fee9e7"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-07}",
+      "200": {
+        "$type": "color",
+        "$value": "#fdd3d0",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:58:8574",
+            "figmaId": "VariableID:3919:36625",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-07}"
+              "value": "#fdd3d0"
             }
           }
         }
       },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-08}",
+      "300": {
+        "$type": "color",
+        "$value": "#fcb3ad",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10197",
+            "figmaId": "VariableID:3919:36626",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-08}"
+              "value": "#fcb3ad"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-09}",
+      "400": {
+        "$type": "color",
+        "$value": "#fb897e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10198",
+            "figmaId": "VariableID:3919:36627",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-09}"
+              "value": "#fb897e"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-bold}",
+      "500": {
+        "$type": "color",
+        "$value": "#fa502f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:58:8572",
+            "figmaId": "VariableID:3919:36628",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-bold}"
+              "value": "#fa502f"
             }
           }
         }
-      }
-    },
-    "subtitle": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-sans}",
+      },
+      "600": {
+        "$type": "color",
+        "$value": "#c93d21",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10176",
+            "figmaId": "VariableID:3919:36629",
             "modes": {
-              "mode_1": "{@typography_primitives.family-sans}"
+              "value": "#c93d21"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-05}",
+      "700": {
+        "$type": "color",
+        "$value": "#98301f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10210",
+            "figmaId": "VariableID:3919:36630",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-05}"
+              "value": "#98301f"
             }
           }
         }
       },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-06}",
+      "800": {
+        "$type": "color",
+        "$value": "#6e261d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10177",
+            "figmaId": "VariableID:3919:36631",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-06}"
+              "value": "#6e261d"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-07}",
+      "900": {
+        "$type": "color",
+        "$value": "#4c1f1a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10209",
+            "figmaId": "VariableID:3919:36632",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-07}"
+              "value": "#4c1f1a"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-regular}",
+      "1000": {
+        "$type": "color",
+        "$value": "#341c1a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10178",
+            "figmaId": "VariableID:3919:36633",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-regular}"
+              "value": "#341c1a"
             }
           }
         }
       }
     },
-    "heading": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-sans}",
+    "orange": {
+      "100": {
+        "$type": "color",
+        "$value": "#fff5eb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10185",
+            "figmaId": "VariableID:2002:7462",
             "modes": {
-              "mode_1": "{@typography_primitives.family-sans}"
+              "value": "#fff5eb"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-04}",
+      "200": {
+        "$type": "color",
+        "$value": "#ffe1c2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10212",
+            "figmaId": "VariableID:2002:7463",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-04}"
+              "value": "#ffe1c2"
             }
           }
         }
       },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-05}",
+      "300": {
+        "$type": "color",
+        "$value": "#ffd1a3",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:2002:7464",
+            "modes": {
+              "value": "#ffd1a3"
+            }
+          }
+        }
+      },
+      "400": {
+        "$type": "color",
+        "$value": "#e88c31",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:2002:7465",
+            "modes": {
+              "value": "#e88c31"
+            }
+          }
+        }
+      },
+      "500": {
+        "$type": "color",
+        "$value": "#e57300",
+        "$extensions": {
+          "org.sds": {
+            "figmaId": "VariableID:2002:7466",
+            "modes": {
+              "value": "#e57300"
+            }
+          }
+        }
+      },
+      "600": {
+        "$type": "color",
+        "$value": "#bf6102",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10186",
+            "figmaId": "VariableID:2002:7467",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-05}"
+              "value": "#bf6102"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-06}",
+      "700": {
+        "$type": "color",
+        "$value": "#984c01",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10211",
+            "figmaId": "VariableID:2002:7468",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-06}"
+              "value": "#984c01"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-bold}",
+      "800": {
+        "$type": "color",
+        "$value": "#6e3903",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10187",
+            "figmaId": "VariableID:2002:7469",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-bold}"
+              "value": "#6e3903"
             }
           }
         }
-      }
-    },
-    "subheading": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-sans}",
+      },
+      "900": {
+        "$type": "color",
+        "$value": "#5f3205",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2103:22306",
+            "figmaId": "VariableID:2002:7470",
             "modes": {
-              "mode_1": "{@typography_primitives.family-sans}"
+              "value": "#5f3205"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-03}",
+      "1000": {
+        "$type": "color",
+        "$value": "#402101",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2103:22307",
+            "figmaId": "VariableID:2002:7471",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-03}"
+              "value": "#402101"
             }
           }
         }
-      },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-04}",
+      }
+    },
+    "yellow": {
+      "100": {
+        "$type": "color",
+        "$value": "#fffbeb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2103:22308",
+            "figmaId": "VariableID:3919:36644",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-04}"
+              "value": "#fffbeb"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-05}",
+      "200": {
+        "$type": "color",
+        "$value": "#fff1c2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2103:22309",
+            "figmaId": "VariableID:3919:36645",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-05}"
+              "value": "#fff1c2"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-regular}",
+      "300": {
+        "$type": "color",
+        "$value": "#ffe8a3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2103:22310",
+            "figmaId": "VariableID:3919:36646",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-regular}"
+              "value": "#ffe8a3"
             }
           }
         }
-      }
-    },
-    "body": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-sans}",
+      },
+      "400": {
+        "$type": "color",
+        "$value": "#e8b931",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10179",
+            "figmaId": "VariableID:3919:36647",
             "modes": {
-              "mode_1": "{@typography_primitives.family-sans}"
+              "value": "#e8b931"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-02}",
+      "500": {
+        "$type": "color",
+        "$value": "#e5a000",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10216",
+            "figmaId": "VariableID:3919:36648",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-02}"
+              "value": "#e5a000"
             }
           }
         }
       },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-03}",
+      "600": {
+        "$type": "color",
+        "$value": "#bf6a02",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10180",
+            "figmaId": "VariableID:3919:36649",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-03}"
+              "value": "#bf6a02"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography_primitives.scale-04}",
+      "700": {
+        "$type": "color",
+        "$value": "#975102",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10215",
+            "figmaId": "VariableID:3919:36650",
             "modes": {
-              "mode_1": "{@typography_primitives.scale-04}"
+              "value": "#975102"
             }
           }
         }
       },
-      "weight-regular": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-regular}",
+      "800": {
+        "$type": "color",
+        "$value": "#6e4503",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10181",
+            "figmaId": "VariableID:3919:36651",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-regular}"
+              "value": "#6e4503"
             }
           }
         }
       },
-      "weight-strong": {
-        "$type": "fontWeight",
-        "$value": "{@typography_primitives.weight-bold}",
+      "900": {
+        "$type": "color",
+        "$value": "#5f3c05",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:14844",
+            "figmaId": "VariableID:3919:36652",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-bold}"
+              "value": "#5f3c05"
             }
           }
         }
       },
-      "weight-emphasis": {
-        "$type": "unknown",
-        "$value": "{@typography_primitives.weight-regular-italic}",
+      "1000": {
+        "$type": "color",
+        "$value": "#402b01",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:14846",
+            "figmaId": "VariableID:3919:36653",
             "modes": {
-              "mode_1": "{@typography_primitives.weight-regular-italic}"
+              "value": "#402b01"
             }
           }
         }
       }
     },
-    "code": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography_primitives.family-mono}",
+    "green": {
+      "100": {
+        "$type": "color",
+        "$value": "#ebffee",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10182",
+            "figmaId": "VariableID:3919:36654",
             "modes": {
-              "mode_1": "{@typography_primitives.family-mono}"
+              "value": "#ebffee"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography.body.size-sm}",
+      "200": {
+        "$type": "color",
+        "$value": "#cff7d3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10218",
+            "figmaId": "VariableID:3919:36655",
             "modes": {
-              "mode_1": "{@typography.body.size-sm}"
+              "value": "#cff7d3"
             }
           }
         }
       },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography.body.size-md}",
+      "300": {
+        "$type": "color",
+        "$value": "#aff4c6",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10183",
+            "figmaId": "VariableID:3919:36656",
             "modes": {
-              "mode_1": "{@typography.body.size-md}"
+              "value": "#aff4c6"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography.body.size-lg}",
+      "400": {
+        "$type": "color",
+        "$value": "#85e0a3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10217",
+            "figmaId": "VariableID:3919:36657",
             "modes": {
-              "mode_1": "{@typography.body.size-lg}"
+              "value": "#85e0a3"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography.body.weight-regular}",
+      "500": {
+        "$type": "color",
+        "$value": "#14ae5c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:10184",
+            "figmaId": "VariableID:3919:36658",
             "modes": {
-              "mode_1": "{@typography.body.weight-regular}"
+              "value": "#14ae5c"
             }
           }
         }
-      }
-    },
-    "input": {
-      "family": {
-        "$type": "fontFamily",
-        "$value": "{@typography.body.family}",
+      },
+      "600": {
+        "$type": "color",
+        "$value": "#009951",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:13413",
+            "figmaId": "VariableID:3919:36659",
             "modes": {
-              "mode_1": "{@typography.body.family}"
+              "value": "#009951"
             }
           }
         }
       },
-      "size-sm": {
-        "$type": "number",
-        "$value": "{@typography.body.size-sm}",
+      "700": {
+        "$type": "color",
+        "$value": "#008043",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:13414",
+            "figmaId": "VariableID:3919:36660",
             "modes": {
-              "mode_1": "{@typography.body.size-sm}"
+              "value": "#008043"
             }
           }
         }
       },
-      "size-md": {
-        "$type": "number",
-        "$value": "{@typography.body.size-md}",
+      "800": {
+        "$type": "color",
+        "$value": "#036838",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:13415",
+            "figmaId": "VariableID:3919:36661",
             "modes": {
-              "mode_1": "{@typography.body.size-md}"
+              "value": "#036838"
             }
           }
         }
       },
-      "size-lg": {
-        "$type": "number",
-        "$value": "{@typography.body.size-lg}",
+      "900": {
+        "$type": "color",
+        "$value": "#024626",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:13416",
+            "figmaId": "VariableID:3919:36662",
             "modes": {
-              "mode_1": "{@typography.body.size-lg}"
+              "value": "#024626"
             }
           }
         }
       },
-      "weight": {
-        "$type": "fontWeight",
-        "$value": "{@typography.body.weight-regular}",
+      "1000": {
+        "$type": "color",
+        "$value": "#083a23",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:66:13417",
+            "figmaId": "VariableID:3919:36663",
             "modes": {
-              "mode_1": "{@typography.body.weight-regular}"
+              "value": "#083a23"
             }
           }
         }
       }
-    }
-  },
-  "@color_primitives": {
-    "$extensions": {
-      "org.sds": {
-        "figmaId": "VariableCollectionId:3919:36421",
-        "modes": [
-          "value"
-        ]
-      }
     },
-    "black": {
+    "teal": {
       "100": {
         "$type": "color",
-        "$value": "#0c0c0d0d",
+        "$value": "#ebfbff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11234",
+            "figmaId": "VariableID:3919:36604",
             "modes": {
-              "value": "#0c0c0d0d"
+              "value": "#ebfbff"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#0c0c0d1a",
+        "$value": "#cef0f8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11235",
+            "figmaId": "VariableID:3919:36605",
             "modes": {
-              "value": "#0c0c0d1a"
+              "value": "#cef0f8"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#0c0c0d33",
+        "$value": "#b6ecf7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11236",
+            "figmaId": "VariableID:3919:36606",
             "modes": {
-              "value": "#0c0c0d33"
+              "value": "#b6ecf7"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#0c0c0d66",
+        "$value": "#75d7f0",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11237",
+            "figmaId": "VariableID:3919:36607",
             "modes": {
-              "value": "#0c0c0d66"
+              "value": "#75d7f0"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#0c0c0db2",
+        "$value": "#00a2c2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11238",
+            "figmaId": "VariableID:3919:36608",
             "modes": {
-              "value": "#0c0c0db2"
+              "value": "#00a2c2"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#0c0c0dcc",
+        "$value": "#0087a8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11239",
+            "figmaId": "VariableID:3919:36609",
             "modes": {
-              "value": "#0c0c0dcc"
+              "value": "#0087a8"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#0c0c0dd9",
+        "$value": "#047195",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11240",
+            "figmaId": "VariableID:3919:36610",
             "modes": {
-              "value": "#0c0c0dd9"
+              "value": "#047195"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#0c0c0de5",
+        "$value": "#085a78",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11241",
+            "figmaId": "VariableID:3919:36611",
             "modes": {
-              "value": "#0c0c0de5"
+              "value": "#085a78"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#0c0c0df2",
+        "$value": "#093c53",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11242",
+            "figmaId": "VariableID:3919:36612",
             "modes": {
-              "value": "#0c0c0df2"
+              "value": "#093c53"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#0c0c0d",
+        "$value": "#0e2f43",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:9:11243",
+            "figmaId": "VariableID:3919:36613",
             "modes": {
-              "value": "#0c0c0d"
+              "value": "#0e2f43"
             }
           }
         }
       }
     },
-    "white": {
+    "blue": {
       "100": {
         "$type": "color",
-        "$value": "#ffffff0d",
+        "$value": "#f2f9ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36544",
+            "figmaId": "VariableID:3919:36554",
             "modes": {
-              "value": "#ffffff0d"
+              "value": "#f2f9ff"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#ffffff1a",
+        "$value": "#e5f4ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36545",
+            "figmaId": "VariableID:3919:36555",
             "modes": {
-              "value": "#ffffff1a"
+              "value": "#e5f4ff"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#ffffff33",
+        "$value": "#bde3ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36546",
+            "figmaId": "VariableID:3919:36556",
             "modes": {
-              "value": "#ffffff33"
+              "value": "#bde3ff"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#ffffff66",
+        "$value": "#80caff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36547",
+            "figmaId": "VariableID:3919:36557",
             "modes": {
-              "value": "#ffffff66"
+              "value": "#80caff"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#ffffffb2",
+        "$value": "#0d99ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36548",
+            "figmaId": "VariableID:3919:36558",
             "modes": {
-              "value": "#ffffffb2"
+              "value": "#0d99ff"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#ffffffcc",
+        "$value": "#007be5",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36549",
+            "figmaId": "VariableID:3919:36559",
             "modes": {
-              "value": "#ffffffcc"
+              "value": "#007be5"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#ffffffd9",
+        "$value": "#0768cf",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36550",
+            "figmaId": "VariableID:3919:36560",
             "modes": {
-              "value": "#ffffffd9"
+              "value": "#0768cf"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#ffffffe5",
+        "$value": "#034ac1",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36551",
+            "figmaId": "VariableID:3919:36561",
             "modes": {
-              "value": "#ffffffe5"
+              "value": "#034ac1"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#fffffff2",
+        "$value": "#093077",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36552",
+            "figmaId": "VariableID:3919:36562",
             "modes": {
-              "value": "#fffffff2"
+              "value": "#093077"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#ffffff",
+        "$value": "#0d193f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36553",
+            "figmaId": "VariableID:3919:36563",
             "modes": {
-              "value": "#ffffff"
+              "value": "#0d193f"
             }
           }
         }
       }
     },
-    "slate": {
+    "purple": {
       "100": {
         "$type": "color",
-        "$value": "#f3f3f3",
+        "$value": "#f9f5ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36534",
+            "figmaId": "VariableID:3919:36574",
             "modes": {
-              "value": "#f3f3f3"
+              "value": "#f9f5ff"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#e3e3e3",
+        "$value": "#f1e5ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36535",
+            "figmaId": "VariableID:3919:36575",
             "modes": {
-              "value": "#e3e3e3"
+              "value": "#f1e5ff"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#cdcdcd",
+        "$value": "#e4ccff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36536",
+            "figmaId": "VariableID:3919:36576",
             "modes": {
-              "value": "#cdcdcd"
+              "value": "#e4ccff"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#b2b2b2",
+        "$value": "#d9b8ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36537",
+            "figmaId": "VariableID:3919:36577",
             "modes": {
-              "value": "#b2b2b2"
+              "value": "#d9b8ff"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#949494",
+        "$value": "#9747ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36538",
+            "figmaId": "VariableID:3919:36578",
             "modes": {
-              "value": "#949494"
+              "value": "#9747ff"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#767676",
+        "$value": "#8638e5",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36539",
+            "figmaId": "VariableID:3919:36579",
             "modes": {
-              "value": "#767676"
+              "value": "#8638e5"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#5a5a5a",
+        "$value": "#7c2bda",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36540",
+            "figmaId": "VariableID:3919:36580",
             "modes": {
-              "value": "#5a5a5a"
+              "value": "#7c2bda"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#434343",
+        "$value": "#681abb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36541",
+            "figmaId": "VariableID:3919:36581",
             "modes": {
-              "value": "#434343"
+              "value": "#681abb"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#303030",
+        "$value": "#4b0d87",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36542",
+            "figmaId": "VariableID:3919:36582",
             "modes": {
-              "value": "#303030"
+              "value": "#4b0d87"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#242424",
+        "$value": "#2d0f46",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36543",
+            "figmaId": "VariableID:3919:36583",
             "modes": {
-              "value": "#242424"
+              "value": "#2d0f46"
             }
           }
         }
       }
     },
-    "red": {
+    "pink": {
       "100": {
         "$type": "color",
-        "$value": "#fee9e7",
+        "$value": "#fff0fe",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36624",
+            "figmaId": "VariableID:3919:36594",
             "modes": {
-              "value": "#fee9e7"
+              "value": "#fff0fe"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#fdd3d0",
+        "$value": "#ffe0fc",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36625",
+            "figmaId": "VariableID:3919:36595",
             "modes": {
-              "value": "#fdd3d0"
+              "value": "#ffe0fc"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#fcb3ad",
+        "$value": "#ffbdf2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36626",
+            "figmaId": "VariableID:3919:36596",
             "modes": {
-              "value": "#fcb3ad"
+              "value": "#ffbdf2"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#fb897e",
+        "$value": "#ff99e0",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36627",
+            "figmaId": "VariableID:3919:36597",
             "modes": {
-              "value": "#fb897e"
+              "value": "#ff99e0"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#fa502f",
+        "$value": "#ff24bd",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36628",
+            "figmaId": "VariableID:3919:36598",
             "modes": {
-              "value": "#fa502f"
+              "value": "#ff24bd"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#c93d21",
+        "$value": "#ea10ac",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36629",
+            "figmaId": "VariableID:3919:36599",
             "modes": {
-              "value": "#c93d21"
+              "value": "#ea10ac"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#98301f",
+        "$value": "#cb0b96",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36630",
+            "figmaId": "VariableID:3919:36600",
             "modes": {
-              "value": "#98301f"
+              "value": "#cb0b96"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#6e261d",
+        "$value": "#971172",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36631",
+            "figmaId": "VariableID:3919:36601",
             "modes": {
-              "value": "#6e261d"
+              "value": "#971172"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#4c1f1a",
+        "$value": "#5f114c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36632",
+            "figmaId": "VariableID:3919:36602",
             "modes": {
-              "value": "#4c1f1a"
+              "value": "#5f114c"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#341c1a",
+        "$value": "#451138",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36633",
+            "figmaId": "VariableID:3919:36603",
             "modes": {
-              "value": "#341c1a"
+              "value": "#451138"
             }
           }
         }
       }
     },
-    "orange": {
+    "grey": {
       "100": {
         "$type": "color",
-        "$value": "#fff5eb",
+        "$value": "#f5f5f5",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7462",
+            "figmaId": "VariableID:3919:36614",
             "modes": {
-              "value": "#fff5eb"
+              "value": "#f5f5f5"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#ffe1c2",
+        "$value": "#e6e6e6",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7463",
+            "figmaId": "VariableID:3919:36615",
             "modes": {
-              "value": "#ffe1c2"
+              "value": "#e6e6e6"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#ffd1a3",
+        "$value": "#d9d9d9",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7464",
+            "figmaId": "VariableID:3919:36616",
             "modes": {
-              "value": "#ffd1a3"
+              "value": "#d9d9d9"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#e88c31",
+        "$value": "#b3b3b3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7465",
+            "figmaId": "VariableID:3919:36617",
             "modes": {
-              "value": "#e88c31"
+              "value": "#b3b3b3"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#e57300",
+        "$value": "#757575",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7466",
+            "figmaId": "VariableID:3919:36618",
             "modes": {
-              "value": "#e57300"
+              "value": "#757575"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#bf6102",
+        "$value": "#444444",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7467",
+            "figmaId": "VariableID:3919:36619",
             "modes": {
-              "value": "#bf6102"
+              "value": "#444444"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#984c01",
+        "$value": "#383838",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7468",
+            "figmaId": "VariableID:3919:36620",
             "modes": {
-              "value": "#984c01"
+              "value": "#383838"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#6e3903",
+        "$value": "#2c2c2c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7469",
+            "figmaId": "VariableID:3919:36621",
             "modes": {
-              "value": "#6e3903"
+              "value": "#2c2c2c"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#5f3205",
+        "$value": "#1e1e1e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7470",
+            "figmaId": "VariableID:3919:36622",
             "modes": {
-              "value": "#5f3205"
+              "value": "#1e1e1e"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#402101",
+        "$value": "#111111",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:2002:7471",
+            "figmaId": "VariableID:3919:36623",
             "modes": {
-              "value": "#402101"
+              "value": "#111111"
             }
           }
         }
       }
     },
-    "yellow": {
+    "pale-red": {
       "100": {
         "$type": "color",
-        "$value": "#fffbeb",
+        "$value": "#faedeb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36644",
+            "figmaId": "VariableID:3919:36684",
             "modes": {
-              "value": "#fffbeb"
+              "value": "#faedeb"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#fff1c2",
+        "$value": "#f8e5e2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36645",
+            "figmaId": "VariableID:3919:36685",
             "modes": {
-              "value": "#fff1c2"
+              "value": "#f8e5e2"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#ffe8a3",
+        "$value": "#f3cfc9",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36646",
+            "figmaId": "VariableID:3919:36686",
             "modes": {
-              "value": "#ffe8a3"
+              "value": "#f3cfc9"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#e8b931",
+        "$value": "#eba99d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36647",
+            "figmaId": "VariableID:3919:36687",
             "modes": {
-              "value": "#e8b931"
+              "value": "#eba99d"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#e5a000",
+        "$value": "#d4583b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36648",
+            "figmaId": "VariableID:3919:36688",
             "modes": {
-              "value": "#e5a000"
+              "value": "#d4583b"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#bf6a02",
+        "$value": "#a55440",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36649",
+            "figmaId": "VariableID:3919:36689",
             "modes": {
-              "value": "#bf6a02"
+              "value": "#a55440"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#975102",
+        "$value": "#864537",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36650",
+            "figmaId": "VariableID:3919:36690",
             "modes": {
-              "value": "#975102"
+              "value": "#864537"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#6e4503",
+        "$value": "#60332a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36651",
+            "figmaId": "VariableID:3919:36691",
             "modes": {
-              "value": "#6e4503"
+              "value": "#60332a"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#5f3c05",
+        "$value": "#412621",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36652",
+            "figmaId": "VariableID:3919:36692",
             "modes": {
-              "value": "#5f3c05"
+              "value": "#412621"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#402b01",
+        "$value": "#1f1514",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36653",
+            "figmaId": "VariableID:3919:36693",
             "modes": {
-              "value": "#402b01"
+              "value": "#1f1514"
             }
           }
         }
       }
     },
-    "green": {
+    "pale-yellow": {
       "100": {
         "$type": "color",
-        "$value": "#ebffee",
+        "$value": "#fff5eb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36654",
+            "figmaId": "VariableID:3919:36694",
             "modes": {
-              "value": "#ebffee"
+              "value": "#fff5eb"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#cff7d3",
+        "$value": "#fdeece",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36655",
+            "figmaId": "VariableID:3919:36695",
             "modes": {
-              "value": "#cff7d3"
+              "value": "#fdeece"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#aff4c6",
+        "$value": "#f5dfa8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36656",
+            "figmaId": "VariableID:3919:36696",
             "modes": {
-              "value": "#aff4c6"
+              "value": "#f5dfa8"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#85e0a3",
+        "$value": "#e8cd7d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36657",
+            "figmaId": "VariableID:3919:36697",
             "modes": {
-              "value": "#85e0a3"
+              "value": "#e8cd7d"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#14ae5c",
+        "$value": "#ad7f00",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36658",
+            "figmaId": "VariableID:3919:36698",
             "modes": {
-              "value": "#14ae5c"
+              "value": "#ad7f00"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#009951",
+        "$value": "#906800",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36659",
+            "figmaId": "VariableID:3919:36699",
             "modes": {
-              "value": "#009951"
+              "value": "#906800"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#008043",
+        "$value": "#7a5800",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36660",
+            "figmaId": "VariableID:3919:36700",
             "modes": {
-              "value": "#008043"
+              "value": "#7a5800"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#036838",
+        "$value": "#5c4100",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36661",
+            "figmaId": "VariableID:3919:36701",
             "modes": {
-              "value": "#036838"
+              "value": "#5c4100"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#024626",
+        "$value": "#3a2a10",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36662",
+            "figmaId": "VariableID:3919:36702",
             "modes": {
-              "value": "#024626"
+              "value": "#3a2a10"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#083a23",
+        "$value": "#211a12",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36663",
+            "figmaId": "VariableID:3919:36703",
             "modes": {
-              "value": "#083a23"
+              "value": "#211a12"
             }
           }
         }
       }
     },
-    "teal": {
+    "pale-green": {
       "100": {
         "$type": "color",
-        "$value": "#ebfbff",
+        "$value": "#f1f8f2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36604",
+            "figmaId": "VariableID:3919:36664",
             "modes": {
-              "value": "#ebfbff"
+              "value": "#f1f8f2"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#cef0f8",
+        "$value": "#daecdf",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36605",
+            "figmaId": "VariableID:3919:36665",
             "modes": {
-              "value": "#cef0f8"
+              "value": "#daecdf"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#b6ecf7",
+        "$value": "#c3e0cc",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36606",
+            "figmaId": "VariableID:3919:36666",
             "modes": {
-              "value": "#b6ecf7"
+              "value": "#c3e0cc"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#75d7f0",
+        "$value": "#9fc1aa",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36607",
+            "figmaId": "VariableID:3919:36667",
             "modes": {
-              "value": "#75d7f0"
+              "value": "#9fc1aa"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#00a2c2",
+        "$value": "#678e79",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36608",
+            "figmaId": "VariableID:3919:36668",
             "modes": {
-              "value": "#00a2c2"
+              "value": "#678e79"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#0087a8",
+        "$value": "#5c806d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36609",
+            "figmaId": "VariableID:3919:36669",
             "modes": {
-              "value": "#0087a8"
+              "value": "#5c806d"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#047195",
+        "$value": "#517361",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36610",
+            "figmaId": "VariableID:3919:36670",
             "modes": {
-              "value": "#047195"
+              "value": "#517361"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#085a78",
+        "$value": "#476656",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36611",
+            "figmaId": "VariableID:3919:36671",
             "modes": {
-              "value": "#085a78"
+              "value": "#476656"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#093c53",
+        "$value": "#2f483c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36612",
+            "figmaId": "VariableID:3919:36672",
             "modes": {
-              "value": "#093c53"
+              "value": "#2f483c"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#0e2f43",
+        "$value": "#172b22",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36613",
+            "figmaId": "VariableID:3919:36673",
             "modes": {
-              "value": "#0e2f43"
+              "value": "#172b22"
             }
           }
         }
       }
     },
-    "blue": {
+    "pale-blue": {
       "100": {
         "$type": "color",
-        "$value": "#f2f9ff",
+        "$value": "#f1f5f8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36554",
+            "figmaId": "VariableID:3919:36564",
             "modes": {
-              "value": "#f2f9ff"
+              "value": "#f1f5f8"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#e5f4ff",
+        "$value": "#e3ecf2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36555",
+            "figmaId": "VariableID:3919:36565",
             "modes": {
-              "value": "#e5f4ff"
+              "value": "#e3ecf2"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#bde3ff",
+        "$value": "#d2dae4",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36556",
+            "figmaId": "VariableID:3919:36566",
             "modes": {
-              "value": "#bde3ff"
+              "value": "#d2dae4"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#80caff",
+        "$value": "#afbccf",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36557",
+            "figmaId": "VariableID:3919:36567",
             "modes": {
-              "value": "#80caff"
+              "value": "#afbccf"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#0d99ff",
+        "$value": "#667799",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36558",
+            "figmaId": "VariableID:3919:36568",
             "modes": {
-              "value": "#0d99ff"
+              "value": "#667799"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#007be5",
+        "$value": "#536383",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36559",
+            "figmaId": "VariableID:3919:36569",
             "modes": {
-              "value": "#007be5"
+              "value": "#536383"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#0768cf",
+        "$value": "#4a5878",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36560",
+            "figmaId": "VariableID:3919:36570",
             "modes": {
-              "value": "#0768cf"
+              "value": "#4a5878"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#034ac1",
+        "$value": "#394360",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36561",
+            "figmaId": "VariableID:3919:36571",
             "modes": {
-              "value": "#034ac1"
+              "value": "#394360"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#093077",
+        "$value": "#252d41",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36562",
+            "figmaId": "VariableID:3919:36572",
             "modes": {
-              "value": "#093077"
+              "value": "#252d41"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#0d193f",
+        "$value": "#121721",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36563",
+            "figmaId": "VariableID:3919:36573",
             "modes": {
-              "value": "#0d193f"
+              "value": "#121721"
             }
           }
         }
       }
     },
-    "purple": {
+    "pale-purple": {
       "100": {
         "$type": "color",
-        "$value": "#f9f5ff",
+        "$value": "#f4f1f8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36574",
+            "figmaId": "VariableID:3919:36584",
             "modes": {
-              "value": "#f9f5ff"
+              "value": "#f4f1f8"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#f1e5ff",
+        "$value": "#ede7f3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36575",
+            "figmaId": "VariableID:3919:36585",
             "modes": {
-              "value": "#f1e5ff"
+              "value": "#ede7f3"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#e4ccff",
+        "$value": "#e0d4ed",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36576",
+            "figmaId": "VariableID:3919:36586",
             "modes": {
-              "value": "#e4ccff"
+              "value": "#e0d4ed"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#d9b8ff",
+        "$value": "#c5b2dc",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36577",
+            "figmaId": "VariableID:3919:36587",
             "modes": {
-              "value": "#d9b8ff"
+              "value": "#c5b2dc"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#9747ff",
+        "$value": "#7f699b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36578",
+            "figmaId": "VariableID:3919:36588",
             "modes": {
-              "value": "#9747ff"
+              "value": "#7f699b"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#8638e5",
+        "$value": "#6b5884",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36579",
+            "figmaId": "VariableID:3919:36589",
             "modes": {
-              "value": "#8638e5"
+              "value": "#6b5884"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#7c2bda",
+        "$value": "#604d75",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36580",
+            "figmaId": "VariableID:3919:36590",
             "modes": {
-              "value": "#7c2bda"
+              "value": "#604d75"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#681abb",
+        "$value": "#473956",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36581",
+            "figmaId": "VariableID:3919:36591",
             "modes": {
-              "value": "#681abb"
+              "value": "#473956"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#4b0d87",
+        "$value": "#33293d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36582",
+            "figmaId": "VariableID:3919:36592",
             "modes": {
-              "value": "#4b0d87"
+              "value": "#33293d"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#2d0f46",
+        "$value": "#1a141f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36583",
+            "figmaId": "VariableID:3919:36593",
             "modes": {
-              "value": "#2d0f46"
+              "value": "#1a141f"
             }
           }
         }
       }
     },
-    "pink": {
+    "pale-pink": {
       "100": {
         "$type": "color",
-        "$value": "#fff0fe",
+        "$value": "#f6eef4",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36594",
+            "figmaId": "VariableID:3919:36674",
             "modes": {
-              "value": "#fff0fe"
+              "value": "#f6eef4"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#ffe0fc",
+        "$value": "#f2e3ee",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36595",
+            "figmaId": "VariableID:3919:36675",
             "modes": {
-              "value": "#ffe0fc"
+              "value": "#f2e3ee"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#ffbdf2",
+        "$value": "#e8cee1",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36596",
+            "figmaId": "VariableID:3919:36676",
             "modes": {
-              "value": "#ffbdf2"
+              "value": "#e8cee1"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#ff99e0",
+        "$value": "#daaace",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36597",
+            "figmaId": "VariableID:3919:36677",
             "modes": {
-              "value": "#ff99e0"
+              "value": "#daaace"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#ff24bd",
+        "$value": "#ab5998",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36598",
+            "figmaId": "VariableID:3919:36678",
             "modes": {
-              "value": "#ff24bd"
+              "value": "#ab5998"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#ea10ac",
+        "$value": "#86507a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36599",
+            "figmaId": "VariableID:3919:36679",
             "modes": {
-              "value": "#ea10ac"
+              "value": "#86507a"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#cb0b96",
+        "$value": "#724667",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36600",
+            "figmaId": "VariableID:3919:36680",
             "modes": {
-              "value": "#cb0b96"
+              "value": "#724667"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#971172",
+        "$value": "#51344a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36601",
+            "figmaId": "VariableID:3919:36681",
             "modes": {
-              "value": "#971172"
+              "value": "#51344a"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#5f114c",
+        "$value": "#33252f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36602",
+            "figmaId": "VariableID:3919:36682",
             "modes": {
-              "value": "#5f114c"
+              "value": "#33252f"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#451138",
+        "$value": "#1b1318",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36603",
+            "figmaId": "VariableID:3919:36683",
             "modes": {
-              "value": "#451138"
+              "value": "#1b1318"
             }
           }
         }
       }
     },
-    "grey": {
+    "midnight-blue": {
       "100": {
         "$type": "color",
-        "$value": "#f5f5f5",
+        "$value": "#f1f3f8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36614",
+            "figmaId": "VariableID:3919:36704",
             "modes": {
-              "value": "#f5f5f5"
+              "value": "#f1f3f8"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#e6e6e6",
+        "$value": "#e3e7f2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36615",
+            "figmaId": "VariableID:3919:36705",
             "modes": {
-              "value": "#e6e6e6"
+              "value": "#e3e7f2"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#d9d9d9",
+        "$value": "#d2d4e4",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36616",
+            "figmaId": "VariableID:3919:36706",
             "modes": {
-              "value": "#d9d9d9"
+              "value": "#d2d4e4"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#b3b3b3",
+        "$value": "#afb1cf",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36617",
+            "figmaId": "VariableID:3919:36707",
             "modes": {
-              "value": "#b3b3b3"
+              "value": "#afb1cf"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#757575",
+        "$value": "#666699",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36618",
+            "figmaId": "VariableID:3919:36708",
             "modes": {
-              "value": "#757575"
+              "value": "#666699"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#444444",
+        "$value": "#535383",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36619",
+            "figmaId": "VariableID:3919:36709",
             "modes": {
-              "value": "#444444"
+              "value": "#535383"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#383838",
+        "$value": "#4b4a78",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36620",
+            "figmaId": "VariableID:3919:36710",
             "modes": {
-              "value": "#383838"
+              "value": "#4b4a78"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#2c2c2c",
+        "$value": "#3c3960",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36621",
+            "figmaId": "VariableID:3919:36711",
             "modes": {
-              "value": "#2c2c2c"
+              "value": "#3c3960"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#1e1e1e",
+        "$value": "#262541",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36622",
+            "figmaId": "VariableID:3919:36712",
             "modes": {
-              "value": "#1e1e1e"
+              "value": "#262541"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#111111",
+        "$value": "#121221",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36623",
+            "figmaId": "VariableID:3919:36713",
             "modes": {
-              "value": "#111111"
+              "value": "#121221"
             }
           }
         }
       }
     },
-    "pale-red": {
+    "pale-lime": {
       "100": {
         "$type": "color",
-        "$value": "#faedeb",
+        "$value": "#f9ffeb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36684",
+            "figmaId": "VariableID:3919:36714",
             "modes": {
-              "value": "#faedeb"
+              "value": "#f9ffeb"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#f8e5e2",
+        "$value": "#eeffc2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36685",
+            "figmaId": "VariableID:3919:36715",
             "modes": {
-              "value": "#f8e5e2"
+              "value": "#eeffc2"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#f3cfc9",
+        "$value": "#e8ffa3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36686",
+            "figmaId": "VariableID:3919:36716",
             "modes": {
-              "value": "#f3cfc9"
+              "value": "#e8ffa3"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#eba99d",
+        "$value": "#d8ff66",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36687",
+            "figmaId": "VariableID:3919:36717",
             "modes": {
-              "value": "#eba99d"
+              "value": "#d8ff66"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#d4583b",
+        "$value": "#c6ff29",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36688",
+            "figmaId": "VariableID:3919:36718",
             "modes": {
-              "value": "#d4583b"
+              "value": "#c6ff29"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#a55440",
+        "$value": "#c9ff1a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36689",
+            "figmaId": "VariableID:3919:36719",
             "modes": {
-              "value": "#a55440"
+              "value": "#c9ff1a"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#864537",
+        "$value": "#c9fa15",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36690",
+            "figmaId": "VariableID:3919:36720",
             "modes": {
-              "value": "#864537"
+              "value": "#c9fa15"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#60332a",
+        "$value": "#c3eb11",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36691",
+            "figmaId": "VariableID:3919:36721",
             "modes": {
-              "value": "#60332a"
+              "value": "#c3eb11"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#412621",
+        "$value": "#bedd0e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36692",
+            "figmaId": "VariableID:3919:36722",
             "modes": {
-              "value": "#412621"
+              "value": "#bedd0e"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#1f1514",
+        "$value": "#b2b800",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36693",
+            "figmaId": "VariableID:3919:36723",
             "modes": {
-              "value": "#1f1514"
+              "value": "#b2b800"
             }
           }
         }
       }
     },
-    "pale-yellow": {
+    "barbie-pink": {
       "100": {
         "$type": "color",
-        "$value": "#fff5eb",
+        "$value": "#fff0fb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36694",
+            "figmaId": "VariableID:3919:36724",
             "modes": {
-              "value": "#fff5eb"
+              "value": "#fff0fb"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#fdeece",
+        "$value": "#ffe0f7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36695",
+            "figmaId": "VariableID:3919:36725",
             "modes": {
-              "value": "#fdeece"
+              "value": "#ffe0f7"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#f5dfa8",
+        "$value": "#ffbde7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36696",
+            "figmaId": "VariableID:3919:36726",
             "modes": {
-              "value": "#f5dfa8"
+              "value": "#ffbde7"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#e8cd7d",
+        "$value": "#ff99cf",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36697",
+            "figmaId": "VariableID:3919:36727",
             "modes": {
-              "value": "#e8cd7d"
+              "value": "#ff99cf"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#ad7f00",
+        "$value": "#ff2498",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36698",
+            "figmaId": "VariableID:3919:36728",
             "modes": {
-              "value": "#ad7f00"
+              "value": "#ff2498"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#906800",
+        "$value": "#ea1087",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36699",
+            "figmaId": "VariableID:3919:36729",
             "modes": {
-              "value": "#906800"
+              "value": "#ea1087"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#7a5800",
+        "$value": "#cb0b75",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36700",
+            "figmaId": "VariableID:3919:36730",
             "modes": {
-              "value": "#7a5800"
+              "value": "#cb0b75"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#5c4100",
+        "$value": "#97115b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36701",
+            "figmaId": "VariableID:3919:36731",
             "modes": {
-              "value": "#5c4100"
+              "value": "#97115b"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#3a2a10",
+        "$value": "#5f113f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36702",
+            "figmaId": "VariableID:3919:36732",
             "modes": {
-              "value": "#3a2a10"
+              "value": "#5f113f"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#211a12",
+        "$value": "#45112f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36703",
+            "figmaId": "VariableID:3919:36733",
             "modes": {
-              "value": "#211a12"
+              "value": "#45112f"
             }
           }
         }
       }
     },
-    "pale-green": {
+    "ocean": {
       "100": {
         "$type": "color",
-        "$value": "#f1f8f2",
+        "$value": "#ebf9ff",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36664",
+            "figmaId": "VariableID:4110:29013",
             "modes": {
-              "value": "#f1f8f2"
+              "value": "#ebf9ff"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#daecdf",
+        "$value": "#ceebf8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36665",
+            "figmaId": "VariableID:4110:29014",
             "modes": {
-              "value": "#daecdf"
+              "value": "#ceebf8"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#c3e0cc",
+        "$value": "#b6e5f7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36666",
+            "figmaId": "VariableID:4110:29015",
             "modes": {
-              "value": "#c3e0cc"
+              "value": "#b6e5f7"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#9fc1aa",
+        "$value": "#75c9f0",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36667",
+            "figmaId": "VariableID:4110:29016",
             "modes": {
-              "value": "#9fc1aa"
+              "value": "#75c9f0"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#678e79",
+        "$value": "#008cc2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36668",
+            "figmaId": "VariableID:4110:29017",
             "modes": {
-              "value": "#678e79"
+              "value": "#008cc2"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#5c806d",
+        "$value": "#0074a8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36669",
+            "figmaId": "VariableID:4110:29018",
             "modes": {
-              "value": "#5c806d"
+              "value": "#0074a8"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#517361",
+        "$value": "#046095",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36670",
+            "figmaId": "VariableID:4110:29019",
             "modes": {
-              "value": "#517361"
+              "value": "#046095"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#476656",
+        "$value": "#084d78",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36671",
+            "figmaId": "VariableID:4110:29020",
             "modes": {
-              "value": "#476656"
+              "value": "#084d78"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#2f483c",
+        "$value": "#093453",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36672",
+            "figmaId": "VariableID:4110:29021",
             "modes": {
-              "value": "#2f483c"
+              "value": "#093453"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#172b22",
+        "$value": "#0e2943",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36673",
+            "figmaId": "VariableID:4110:29022",
             "modes": {
-              "value": "#172b22"
+              "value": "#0e2943"
             }
           }
         }
       }
     },
-    "pale-blue": {
+    "slate-black": {
       "100": {
         "$type": "color",
-        "$value": "#f1f5f8",
+        "$value": "#f5f5f5",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36564",
+            "figmaId": "VariableID:4243:26678",
             "modes": {
-              "value": "#f1f5f8"
+              "value": "#f5f5f5"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#e3ecf2",
+        "$value": "#e6e6e6",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36565",
+            "figmaId": "VariableID:4243:26679",
             "modes": {
-              "value": "#e3ecf2"
+              "value": "#e6e6e6"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#d2dae4",
+        "$value": "#d9d9d9",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36566",
+            "figmaId": "VariableID:4243:26680",
             "modes": {
-              "value": "#d2dae4"
+              "value": "#d9d9d9"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#afbccf",
+        "$value": "#b3b3b3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36567",
+            "figmaId": "VariableID:4243:26681",
             "modes": {
-              "value": "#afbccf"
+              "value": "#b3b3b3"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#667799",
+        "$value": "#757575",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36568",
+            "figmaId": "VariableID:4243:26682",
             "modes": {
-              "value": "#667799"
+              "value": "#757575"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#536383",
+        "$value": "#444444",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36569",
+            "figmaId": "VariableID:4243:26683",
             "modes": {
-              "value": "#536383"
+              "value": "#444444"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#4a5878",
+        "$value": "#383838",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36570",
+            "figmaId": "VariableID:4243:26684",
             "modes": {
-              "value": "#4a5878"
+              "value": "#383838"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#394360",
+        "$value": "#2c2c2c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36571",
+            "figmaId": "VariableID:4243:26685",
             "modes": {
-              "value": "#394360"
+              "value": "#2c2c2c"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#252d41",
+        "$value": "#1e1e1e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36572",
+            "figmaId": "VariableID:4243:26686",
             "modes": {
-              "value": "#252d41"
+              "value": "#1e1e1e"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#121721",
+        "$value": "#111111",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36573",
+            "figmaId": "VariableID:4243:26687",
             "modes": {
-              "value": "#121721"
+              "value": "#111111"
             }
           }
         }
       }
     },
-    "pale-purple": {
+    "gamer-lime-green": {
       "100": {
         "$type": "color",
-        "$value": "#f4f1f8",
+        "$value": "#f2ffeb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36584",
+            "figmaId": "VariableID:4273:26601",
             "modes": {
-              "value": "#f4f1f8"
+              "value": "#f2ffeb"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#ede7f3",
+        "$value": "#d8ffc2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36585",
+            "figmaId": "VariableID:4273:26602",
             "modes": {
-              "value": "#ede7f3"
+              "value": "#d8ffc2"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#e0d4ed",
+        "$value": "#c6ffa3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36586",
+            "figmaId": "VariableID:4273:26603",
             "modes": {
-              "value": "#e0d4ed"
+              "value": "#c6ffa3"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#c5b2dc",
+        "$value": "#a0ff66",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36587",
+            "figmaId": "VariableID:4273:26604",
             "modes": {
-              "value": "#c5b2dc"
+              "value": "#a0ff66"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#7f699b",
+        "$value": "#78ff29",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36588",
+            "figmaId": "VariableID:4273:26605",
             "modes": {
-              "value": "#7f699b"
+              "value": "#78ff29"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#6b5884",
+        "$value": "#76ff1a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36589",
+            "figmaId": "VariableID:4273:26606",
             "modes": {
-              "value": "#6b5884"
+              "value": "#76ff1a"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#604d75",
+        "$value": "#76fa15",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36590",
+            "figmaId": "VariableID:4273:26607",
             "modes": {
-              "value": "#604d75"
+              "value": "#76fa15"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#473956",
+        "$value": "#73eb11",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36591",
+            "figmaId": "VariableID:4273:26608",
             "modes": {
-              "value": "#473956"
+              "value": "#73eb11"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#33293d",
+        "$value": "#73dd0e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36592",
+            "figmaId": "VariableID:4273:26609",
             "modes": {
-              "value": "#33293d"
+              "value": "#73dd0e"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#1a141f",
+        "$value": "#6fb800",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36593",
+            "figmaId": "VariableID:4273:26610",
             "modes": {
-              "value": "#1a141f"
+              "value": "#6fb800"
             }
           }
         }
       }
     },
-    "pale-pink": {
+    "lemon": {
       "100": {
         "$type": "color",
-        "$value": "#f6eef4",
+        "$value": "#fff9a1",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36674",
+            "figmaId": "VariableID:4295:31847",
             "modes": {
-              "value": "#f6eef4"
+              "value": "#fff9a1"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#f2e3ee",
+        "$value": "#f3ee4c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36675",
+            "figmaId": "VariableID:4295:31848",
             "modes": {
-              "value": "#f2e3ee"
+              "value": "#f3ee4c"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#e8cee1",
+        "$value": "#d8d747",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36676",
+            "figmaId": "VariableID:4295:31849",
             "modes": {
-              "value": "#e8cee1"
+              "value": "#d8d747"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#daaace",
+        "$value": "#b7b900",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36677",
+            "figmaId": "VariableID:4295:31850",
             "modes": {
-              "value": "#daaace"
+              "value": "#b7b900"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#ab5998",
+        "$value": "#929700",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36678",
+            "figmaId": "VariableID:4295:31851",
             "modes": {
-              "value": "#ab5998"
+              "value": "#929700"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#86507a",
+        "$value": "#6f7500",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36679",
+            "figmaId": "VariableID:4295:31852",
             "modes": {
-              "value": "#86507a"
+              "value": "#6f7500"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#724667",
+        "$value": "#4f5500",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36680",
+            "figmaId": "VariableID:4295:31853",
             "modes": {
-              "value": "#724667"
+              "value": "#4f5500"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#51344a",
+        "$value": "#353b00",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36681",
+            "figmaId": "VariableID:4295:31854",
             "modes": {
-              "value": "#51344a"
+              "value": "#353b00"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#33252f",
+        "$value": "#222700",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36682",
+            "figmaId": "VariableID:4295:31855",
             "modes": {
-              "value": "#33252f"
+              "value": "#222700"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#1b1318",
+        "$value": "#171c01",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36683",
+            "figmaId": "VariableID:4295:31856",
             "modes": {
-              "value": "#1b1318"
+              "value": "#171c01"
             }
           }
         }
       }
     },
-    "midnight-blue": {
+    "pumpkin-orange": {
       "100": {
         "$type": "color",
-        "$value": "#f1f3f8",
+        "$value": "#ffe8e7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36704",
+            "figmaId": "VariableID:4574:44323",
             "modes": {
-              "value": "#f1f3f8"
+              "value": "#ffe8e7"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#e3e7f2",
+        "$value": "#fed2d1",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36705",
+            "figmaId": "VariableID:4574:44324",
             "modes": {
-              "value": "#e3e7f2"
+              "value": "#fed2d1"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#d2d4e4",
+        "$value": "#feb2af",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36706",
+            "figmaId": "VariableID:4574:44325",
             "modes": {
-              "value": "#d2d4e4"
+              "value": "#feb2af"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#afb1cf",
+        "$value": "#fe8781",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36707",
+            "figmaId": "VariableID:4574:44326",
             "modes": {
-              "value": "#afb1cf"
+              "value": "#fe8781"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#666699",
+        "$value": "#fd4c3c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36708",
+            "figmaId": "VariableID:4574:44327",
             "modes": {
-              "value": "#666699"
+              "value": "#fd4c3c"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#535383",
+        "$value": "#d32e19",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36709",
+            "figmaId": "VariableID:4574:44328",
             "modes": {
-              "value": "#535383"
+              "value": "#d32e19"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#4b4a78",
+        "$value": "#a0261b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36710",
+            "figmaId": "VariableID:4574:44329",
             "modes": {
-              "value": "#4b4a78"
+              "value": "#a0261b"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#3c3960",
+        "$value": "#73211b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36711",
+            "figmaId": "VariableID:4574:44330",
             "modes": {
-              "value": "#3c3960"
+              "value": "#73211b"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#262541",
+        "$value": "#501c19",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36712",
+            "figmaId": "VariableID:4574:44331",
             "modes": {
-              "value": "#262541"
+              "value": "#501c19"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#121221",
+        "$value": "#371a19",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36713",
+            "figmaId": "VariableID:4574:44332",
             "modes": {
-              "value": "#121221"
+              "value": "#371a19"
             }
           }
         }
       }
     },
-    "pale-lime": {
+    "deep-forest": {
       "100": {
         "$type": "color",
-        "$value": "#f9ffeb",
+        "$value": "#e5fcd8",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36714",
+            "figmaId": "VariableID:4877:21831",
             "modes": {
-              "value": "#f9ffeb"
+              "value": "#e5fcd8"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#eeffc2",
+        "$value": "#c4f6aa",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36715",
+            "figmaId": "VariableID:4877:21832",
             "modes": {
-              "value": "#eeffc2"
+              "value": "#c4f6aa"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#e8ffa3",
+        "$value": "#a5e18a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36716",
+            "figmaId": "VariableID:4877:21833",
             "modes": {
-              "value": "#e8ffa3"
+              "value": "#a5e18a"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#d8ff66",
+        "$value": "#82c368",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36717",
+            "figmaId": "VariableID:4877:21834",
             "modes": {
-              "value": "#d8ff66"
+              "value": "#82c368"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#c6ff29",
+        "$value": "#59a23e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36718",
+            "figmaId": "VariableID:4877:21835",
             "modes": {
-              "value": "#c6ff29"
+              "value": "#59a23e"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#c9ff1a",
+        "$value": "#328012",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36719",
+            "figmaId": "VariableID:4877:21836",
             "modes": {
-              "value": "#c9ff1a"
+              "value": "#328012"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#c9fa15",
+        "$value": "#175e00",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36720",
+            "figmaId": "VariableID:4877:21837",
             "modes": {
-              "value": "#c9fa15"
+              "value": "#175e00"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#c3eb11",
+        "$value": "#054100",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36721",
+            "figmaId": "VariableID:4877:21838",
             "modes": {
-              "value": "#c3eb11"
+              "value": "#054100"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#bedd0e",
+        "$value": "#032c04",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36722",
+            "figmaId": "VariableID:4877:21839",
             "modes": {
-              "value": "#bedd0e"
+              "value": "#032c04"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#b2b800",
+        "$value": "#0c1e0d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36723",
+            "figmaId": "VariableID:4877:21840",
             "modes": {
-              "value": "#b2b800"
+              "value": "#0c1e0d"
             }
           }
         }
       }
     },
-    "barbie-pink": {
+    "dark-brown": {
       "100": {
         "$type": "color",
-        "$value": "#fff0fb",
+        "$value": "#fdeade",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36724",
+            "figmaId": "VariableID:4877:30904",
             "modes": {
-              "value": "#fff0fb"
+              "value": "#fdeade"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#ffe0f7",
+        "$value": "#fcd5bb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36725",
+            "figmaId": "VariableID:4877:30905",
             "modes": {
-              "value": "#ffe0f7"
+              "value": "#fcd5bb"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#ffbde7",
+        "$value": "#fab87d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36726",
+            "figmaId": "VariableID:4877:30906",
             "modes": {
-              "value": "#ffbde7"
+              "value": "#fab87d"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#ff99cf",
+        "$value": "#e89836",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36727",
+            "figmaId": "VariableID:4877:30907",
             "modes": {
-              "value": "#ff99cf"
+              "value": "#e89836"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#ff2498",
+        "$value": "#c07e2d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36728",
+            "figmaId": "VariableID:4877:30908",
             "modes": {
-              "value": "#ff2498"
+              "value": "#c07e2d"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#ea1087",
+        "$value": "#986427",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36729",
+            "figmaId": "VariableID:4877:30909",
             "modes": {
-              "value": "#ea1087"
+              "value": "#986427"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#cb0b75",
+        "$value": "#734c23",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36730",
+            "figmaId": "VariableID:4877:30910",
             "modes": {
-              "value": "#cb0b75"
+              "value": "#734c23"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#97115b",
+        "$value": "#53381f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36731",
+            "figmaId": "VariableID:4877:30911",
             "modes": {
-              "value": "#97115b"
+              "value": "#53381f"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#5f113f",
+        "$value": "#3b291b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36732",
+            "figmaId": "VariableID:4877:30912",
             "modes": {
-              "value": "#5f113f"
+              "value": "#3b291b"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#45112f",
+        "$value": "#2a211a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:3919:36733",
+            "figmaId": "VariableID:4877:30913",
             "modes": {
-              "value": "#45112f"
+              "value": "#2a211a"
             }
           }
         }
       }
     },
-    "ocean": {
+    "stormy": {
       "100": {
         "$type": "color",
-        "$value": "#ebf9ff",
+        "$value": "#e2f7f5",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29013",
+            "figmaId": "VariableID:4885:43529",
             "modes": {
-              "value": "#ebf9ff"
+              "value": "#e2f7f5"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#ceebf8",
+        "$value": "#bfeceb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29014",
+            "figmaId": "VariableID:4885:43530",
             "modes": {
-              "value": "#ceebf8"
+              "value": "#bfeceb"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#b6e5f7",
+        "$value": "#abd5d5",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29015",
+            "figmaId": "VariableID:4885:43531",
             "modes": {
-              "value": "#b6e5f7"
+              "value": "#abd5d5"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#75c9f0",
+        "$value": "#93b9bb",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29016",
+            "figmaId": "VariableID:4885:43532",
             "modes": {
-              "value": "#75c9f0"
+              "value": "#93b9bb"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#008cc2",
+        "$value": "#799a9d",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29017",
+            "figmaId": "VariableID:4885:43533",
             "modes": {
-              "value": "#008cc2"
+              "value": "#799a9d"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#0074a8",
+        "$value": "#5f7b7f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29018",
+            "figmaId": "VariableID:4885:43534",
             "modes": {
-              "value": "#0074a8"
+              "value": "#5f7b7f"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#046095",
+        "$value": "#495e62",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29019",
+            "figmaId": "VariableID:4885:43535",
             "modes": {
-              "value": "#046095"
+              "value": "#495e62"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#084d78",
+        "$value": "#364549",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29020",
+            "figmaId": "VariableID:4885:43536",
             "modes": {
-              "value": "#084d78"
+              "value": "#364549"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#093453",
+        "$value": "#283235",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29021",
+            "figmaId": "VariableID:4885:43537",
             "modes": {
-              "value": "#093453"
+              "value": "#283235"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#0e2943",
+        "$value": "#202527",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4110:29022",
+            "figmaId": "VariableID:4885:43538",
             "modes": {
-              "value": "#0e2943"
+              "value": "#202527"
             }
           }
         }
       }
     },
-    "slate-black": {
+    "rose-gold": {
       "100": {
         "$type": "color",
-        "$value": "#f5f5f5",
+        "$value": "#f3ebec",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26678",
+            "figmaId": "VariableID:4886:41023",
             "modes": {
-              "value": "#f5f5f5"
+              "value": "#f3ebec"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#e6e6e6",
+        "$value": "#e8d9db",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26679",
+            "figmaId": "VariableID:4886:41024",
             "modes": {
-              "value": "#e6e6e6"
+              "value": "#e8d9db"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#d9d9d9",
+        "$value": "#dabfc2",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26680",
+            "figmaId": "VariableID:4886:41025",
             "modes": {
-              "value": "#d9d9d9"
+              "value": "#dabfc2"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#b3b3b3",
+        "$value": "#ca9fa4",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26681",
+            "figmaId": "VariableID:4886:41026",
             "modes": {
-              "value": "#b3b3b3"
+              "value": "#ca9fa4"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#757575",
+        "$value": "#bb7a84",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26682",
+            "figmaId": "VariableID:4886:41027",
             "modes": {
-              "value": "#757575"
+              "value": "#bb7a84"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#444444",
+        "$value": "#9c5d67",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26683",
+            "figmaId": "VariableID:4886:41028",
             "modes": {
-              "value": "#444444"
+              "value": "#9c5d67"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#383838",
+        "$value": "#76474e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26684",
+            "figmaId": "VariableID:4886:41029",
             "modes": {
-              "value": "#383838"
+              "value": "#76474e"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#2c2c2c",
+        "$value": "#55353a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26685",
+            "figmaId": "VariableID:4886:41030",
             "modes": {
-              "value": "#2c2c2c"
+              "value": "#55353a"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#1e1e1e",
+        "$value": "#3b282a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26686",
+            "figmaId": "VariableID:4886:41031",
             "modes": {
-              "value": "#1e1e1e"
+              "value": "#3b282a"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#111111",
+        "$value": "#2a2021",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4243:26687",
+            "figmaId": "VariableID:4886:41032",
             "modes": {
-              "value": "#111111"
+              "value": "#2a2021"
             }
           }
         }
       }
     },
-    "gamer-lime-green": {
+    "beer": {
       "100": {
         "$type": "color",
-        "$value": "#f2ffeb",
+        "$value": "#fdf2e7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26601",
+            "figmaId": "VariableID:4949:33569",
             "modes": {
-              "value": "#f2ffeb"
+              "value": "#fdf2e7"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#d8ffc2",
+        "$value": "#f8dbbe",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26602",
+            "figmaId": "VariableID:4949:33570",
             "modes": {
-              "value": "#d8ffc2"
+              "value": "#f8dbbe"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#c6ffa3",
+        "$value": "#f4c48f",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26603",
+            "figmaId": "VariableID:4949:33571",
             "modes": {
-              "value": "#c6ffa3"
+              "value": "#f4c48f"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#a0ff66",
+        "$value": "#edab5c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26604",
+            "figmaId": "VariableID:4949:33572",
             "modes": {
-              "value": "#a0ff66"
+              "value": "#edab5c"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#78ff29",
+        "$value": "#d7964e",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26605",
+            "figmaId": "VariableID:4949:33573",
             "modes": {
-              "value": "#78ff29"
+              "value": "#d7964e"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#76ff1a",
+        "$value": "#be7f40",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26606",
+            "figmaId": "VariableID:4949:33574",
             "modes": {
-              "value": "#76ff1a"
+              "value": "#be7f40"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#76fa15",
+        "$value": "#a36832",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26607",
+            "figmaId": "VariableID:4949:33575",
             "modes": {
-              "value": "#76fa15"
+              "value": "#a36832"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#73eb11",
+        "$value": "#845127",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26608",
+            "figmaId": "VariableID:4949:33576",
             "modes": {
-              "value": "#73eb11"
+              "value": "#845127"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#73dd0e",
+        "$value": "#61391c",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26609",
+            "figmaId": "VariableID:4949:33577",
             "modes": {
-              "value": "#73dd0e"
+              "value": "#61391c"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#6fb800",
+        "$value": "#3c2111",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4273:26610",
+            "figmaId": "VariableID:4949:33578",
             "modes": {
-              "value": "#6fb800"
+              "value": "#3c2111"
             }
           }
         }
       }
     },
-    "lemon": {
+    "tomato-red": {
       "100": {
         "$type": "color",
-        "$value": "#fff9a1",
+        "$value": "#ffe8e7",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31847",
+            "figmaId": "VariableID:5166:25816",
             "modes": {
-              "value": "#fff9a1"
+              "value": "#ffe8e7"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#f3ee4c",
+        "$value": "#fed2d1",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31848",
+            "figmaId": "VariableID:5166:25817",
             "modes": {
-              "value": "#f3ee4c"
+              "value": "#fed2d1"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#d8d747",
+        "$value": "#feb2ae",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31849",
+            "figmaId": "VariableID:5166:25818",
             "modes": {
-              "value": "#d8d747"
+              "value": "#feb2ae"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#b7b900",
+        "$value": "#fe8780",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31850",
+            "figmaId": "VariableID:5166:25819",
             "modes": {
-              "value": "#b7b900"
+              "value": "#fe8780"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#929700",
+        "$value": "#fd4b3a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31851",
+            "figmaId": "VariableID:5166:25820",
             "modes": {
-              "value": "#929700"
+              "value": "#fd4b3a"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#6f7500",
+        "$value": "#d32e17",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31852",
+            "figmaId": "VariableID:5166:25821",
             "modes": {
-              "value": "#6f7500"
+              "value": "#d32e17"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#4f5500",
+        "$value": "#a0271a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31853",
+            "figmaId": "VariableID:5166:25822",
             "modes": {
-              "value": "#4f5500"
+              "value": "#a0271a"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#353b00",
+        "$value": "#73211a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31854",
+            "figmaId": "VariableID:5166:25823",
             "modes": {
-              "value": "#353b00"
+              "value": "#73211a"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#222700",
+        "$value": "#501c19",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31855",
+            "figmaId": "VariableID:5166:25824",
             "modes": {
-              "value": "#222700"
+              "value": "#501c19"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#171c01",
+        "$value": "#371a19",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4295:31856",
+            "figmaId": "VariableID:5166:25825",
             "modes": {
-              "value": "#171c01"
+              "value": "#371a19"
             }
           }
         }
       }
     },
-    "pumpkin-orange": {
+    "cheese-yellow": {
       "100": {
         "$type": "color",
-        "$value": "#ffe8e7",
+        "$value": "#f4fda3",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44323",
+            "figmaId": "VariableID:5166:25826",
             "modes": {
-              "value": "#ffe8e7"
+              "value": "#f4fda3"
             }
           }
         }
       },
       "200": {
         "$type": "color",
-        "$value": "#fed2d1",
+        "$value": "#eff269",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44324",
+            "figmaId": "VariableID:5166:25827",
             "modes": {
-              "value": "#fed2d1"
+              "value": "#eff269"
             }
           }
         }
       },
       "300": {
         "$type": "color",
-        "$value": "#feb2af",
+        "$value": "#ece65a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44325",
+            "figmaId": "VariableID:5166:25828",
             "modes": {
-              "value": "#feb2af"
+              "value": "#ece65a"
             }
           }
         }
       },
       "400": {
         "$type": "color",
-        "$value": "#fe8781",
+        "$value": "#e9da46",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44326",
+            "figmaId": "VariableID:5166:25829",
             "modes": {
-              "value": "#fe8781"
+              "value": "#e9da46"
             }
           }
         }
       },
       "500": {
         "$type": "color",
-        "$value": "#fd4c3c",
+        "$value": "#e5cc2b",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44327",
+            "figmaId": "VariableID:5166:25830",
             "modes": {
-              "value": "#fd4c3c"
+              "value": "#e5cc2b"
             }
           }
         }
       },
       "600": {
         "$type": "color",
-        "$value": "#d32e19",
+        "$value": "#dbbb00",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44328",
+            "figmaId": "VariableID:5166:25831",
             "modes": {
-              "value": "#d32e19"
+              "value": "#dbbb00"
             }
           }
         }
       },
       "700": {
         "$type": "color",
-        "$value": "#a0261b",
+        "$value": "#cba600",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44329",
+            "figmaId": "VariableID:5166:25832",
             "modes": {
-              "value": "#a0261b"
+              "value": "#cba600"
             }
           }
         }
       },
       "800": {
         "$type": "color",
-        "$value": "#73211b",
+        "$value": "#b28b00",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44330",
+            "figmaId": "VariableID:5166:25833",
             "modes": {
-              "value": "#73211b"
+              "value": "#b28b00"
             }
           }
         }
       },
       "900": {
         "$type": "color",
-        "$value": "#501c19",
+        "$value": "#906a00",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44331",
+            "figmaId": "VariableID:5166:25834",
             "modes": {
-              "value": "#501c19"
+              "value": "#906a00"
             }
           }
         }
       },
       "1000": {
         "$type": "color",
-        "$value": "#371a19",
+        "$value": "#61440a",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4574:44332",
+            "figmaId": "VariableID:5166:25835",
             "modes": {
-              "value": "#371a19"
+              "value": "#61440a"
             }
           }
         }
       }
+    }
+  },
+  "@size": {
+    "$extensions": {
+      "org.sds": {
+        "figmaId": "VariableCollectionId:9:11257",
+        "modes": [
+          "default"
+        ]
+      }
     },
-    "deep-forest": {
-      "100": {
-        "$type": "color",
-        "$value": "#e5fcd8",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21831",
-            "modes": {
-              "value": "#e5fcd8"
-            }
+    "gap-xs": {
+      "$type": "number",
+      "$value": 4,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11258",
+          "modes": {
+            "default": 4
+          }
+        }
+      }
+    },
+    "gap-sm": {
+      "$type": "number",
+      "$value": 8,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11259",
+          "modes": {
+            "default": 8
+          }
+        }
+      }
+    },
+    "gap-md": {
+      "$type": "number",
+      "$value": 12,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11260",
+          "modes": {
+            "default": 12
+          }
+        }
+      }
+    },
+    "gap-lg": {
+      "$type": "number",
+      "$value": 16,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11261",
+          "modes": {
+            "default": 16
+          }
+        }
+      }
+    },
+    "gap-xl": {
+      "$type": "number",
+      "$value": 24,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11262",
+          "modes": {
+            "default": 24
+          }
+        }
+      }
+    },
+    "gap-xxl": {
+      "$type": "number",
+      "$value": 48,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:2143:14622",
+          "modes": {
+            "default": 48
+          }
+        }
+      }
+    },
+    "gap-column": {
+      "$type": "number",
+      "$value": 64,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:107:11150",
+          "modes": {
+            "default": 64
+          }
+        }
+      }
+    },
+    "gap-negative-xs": {
+      "$type": "number",
+      "$value": -4,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11263",
+          "modes": {
+            "default": -4
+          }
+        }
+      }
+    },
+    "gap-negative-sm": {
+      "$type": "number",
+      "$value": -8,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11264",
+          "modes": {
+            "default": -8
+          }
+        }
+      }
+    },
+    "gap-negative-md": {
+      "$type": "number",
+      "$value": -12,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11265",
+          "modes": {
+            "default": -12
+          }
+        }
+      }
+    },
+    "gap-negative-lg": {
+      "$type": "number",
+      "$value": -16,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11266",
+          "modes": {
+            "default": -16
+          }
+        }
+      }
+    },
+    "gap-negative-xl": {
+      "$type": "number",
+      "$value": -24,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11267",
+          "modes": {
+            "default": -24
           }
         }
-      },
-      "200": {
-        "$type": "color",
-        "$value": "#c4f6aa",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21832",
-            "modes": {
-              "value": "#c4f6aa"
-            }
+      }
+    },
+    "padding-xs": {
+      "$type": "number",
+      "$value": 4,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11268",
+          "modes": {
+            "default": 4
           }
         }
-      },
-      "300": {
-        "$type": "color",
-        "$value": "#a5e18a",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21833",
-            "modes": {
-              "value": "#a5e18a"
-            }
+      }
+    },
+    "padding-sm": {
+      "$type": "number",
+      "$value": 8,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11269",
+          "modes": {
+            "default": 8
           }
         }
-      },
-      "400": {
-        "$type": "color",
-        "$value": "#82c368",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21834",
-            "modes": {
-              "value": "#82c368"
-            }
+      }
+    },
+    "padding-md": {
+      "$type": "number",
+      "$value": 12,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11270",
+          "modes": {
+            "default": 12
           }
         }
-      },
-      "500": {
-        "$type": "color",
-        "$value": "#59a23e",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21835",
-            "modes": {
-              "value": "#59a23e"
-            }
+      }
+    },
+    "padding-lg": {
+      "$type": "number",
+      "$value": 16,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11271",
+          "modes": {
+            "default": 16
           }
         }
-      },
-      "600": {
-        "$type": "color",
-        "$value": "#328012",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21836",
-            "modes": {
-              "value": "#328012"
-            }
+      }
+    },
+    "padding-xl": {
+      "$type": "number",
+      "$value": 24,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11272",
+          "modes": {
+            "default": 24
           }
         }
-      },
-      "700": {
-        "$type": "color",
-        "$value": "#175e00",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21837",
-            "modes": {
-              "value": "#175e00"
-            }
+      }
+    },
+    "padding-xxl": {
+      "$type": "number",
+      "$value": 32,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11273",
+          "modes": {
+            "default": 32
           }
         }
-      },
-      "800": {
-        "$type": "color",
-        "$value": "#054100",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21838",
-            "modes": {
-              "value": "#054100"
-            }
+      }
+    },
+    "padding-section-sm": {
+      "$type": "number",
+      "$value": 32,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:2159:2116",
+          "modes": {
+            "default": 32
           }
         }
-      },
-      "900": {
-        "$type": "color",
-        "$value": "#032c04",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21839",
-            "modes": {
-              "value": "#032c04"
-            }
+      }
+    },
+    "padding-section-md": {
+      "$type": "number",
+      "$value": 64,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:2143:17262",
+          "modes": {
+            "default": 64
           }
         }
-      },
-      "1000": {
-        "$type": "color",
-        "$value": "#0c1e0d",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:21840",
-            "modes": {
-              "value": "#0c1e0d"
-            }
+      }
+    },
+    "padding-section-lg": {
+      "$type": "number",
+      "$value": 160,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:107:11151",
+          "modes": {
+            "default": 160
           }
         }
       }
     },
-    "dark-brown": {
-      "100": {
-        "$type": "color",
-        "$value": "#fdeade",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30904",
-            "modes": {
-              "value": "#fdeade"
-            }
+    "radius-xs": {
+      "$type": "number",
+      "$value": 4,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11274",
+          "modes": {
+            "default": 4
           }
         }
-      },
-      "200": {
-        "$type": "color",
-        "$value": "#fcd5bb",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30905",
-            "modes": {
-              "value": "#fcd5bb"
-            }
+      }
+    },
+    "radius-sm": {
+      "$type": "number",
+      "$value": 8,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11275",
+          "modes": {
+            "default": 8
           }
         }
-      },
-      "300": {
-        "$type": "color",
-        "$value": "#fab87d",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30906",
-            "modes": {
-              "value": "#fab87d"
-            }
+      }
+    },
+    "radius-md": {
+      "$type": "number",
+      "$value": 12,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11276",
+          "modes": {
+            "default": 12
           }
         }
-      },
-      "400": {
-        "$type": "color",
-        "$value": "#e89836",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30907",
-            "modes": {
-              "value": "#e89836"
-            }
+      }
+    },
+    "radius-lg": {
+      "$type": "number",
+      "$value": 16,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11277",
+          "modes": {
+            "default": 16
           }
         }
-      },
-      "500": {
-        "$type": "color",
-        "$value": "#c07e2d",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30908",
-            "modes": {
-              "value": "#c07e2d"
-            }
+      }
+    },
+    "radius-xl": {
+      "$type": "number",
+      "$value": 24,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11278",
+          "modes": {
+            "default": 24
           }
         }
-      },
-      "600": {
-        "$type": "color",
-        "$value": "#986427",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30909",
-            "modes": {
-              "value": "#986427"
-            }
+      }
+    },
+    "radius-xxl": {
+      "$type": "number",
+      "$value": 32,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11279",
+          "modes": {
+            "default": 32
           }
         }
-      },
-      "700": {
-        "$type": "color",
-        "$value": "#734c23",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30910",
-            "modes": {
-              "value": "#734c23"
-            }
+      }
+    },
+    "radius-full": {
+      "$type": "number",
+      "$value": 9999,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:56:9308",
+          "modes": {
+            "default": 9999
           }
         }
-      },
-      "800": {
-        "$type": "color",
-        "$value": "#53381f",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30911",
-            "modes": {
-              "value": "#53381f"
-            }
+      }
+    },
+    "depth-none": {
+      "$type": "number",
+      "$value": 0,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11280",
+          "modes": {
+            "default": 0
           }
         }
-      },
-      "900": {
-        "$type": "color",
-        "$value": "#3b291b",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30912",
-            "modes": {
-              "value": "#3b291b"
-            }
+      }
+    },
+    "depth-xs": {
+      "$type": "number",
+      "$value": 1,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11281",
+          "modes": {
+            "default": 1
           }
         }
-      },
-      "1000": {
-        "$type": "color",
-        "$value": "#2a211a",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4877:30913",
-            "modes": {
-              "value": "#2a211a"
-            }
+      }
+    },
+    "depth-sm": {
+      "$type": "number",
+      "$value": 4,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11282",
+          "modes": {
+            "default": 4
           }
         }
       }
     },
-    "stormy": {
-      "100": {
-        "$type": "color",
-        "$value": "#e2f7f5",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43529",
-            "modes": {
-              "value": "#e2f7f5"
-            }
+    "depth-md": {
+      "$type": "number",
+      "$value": 5,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11283",
+          "modes": {
+            "default": 5
           }
         }
-      },
-      "200": {
-        "$type": "color",
-        "$value": "#bfeceb",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43530",
-            "modes": {
-              "value": "#bfeceb"
-            }
+      }
+    },
+    "depth-lg": {
+      "$type": "number",
+      "$value": 16,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11284",
+          "modes": {
+            "default": 16
           }
         }
-      },
-      "300": {
-        "$type": "color",
-        "$value": "#abd5d5",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43531",
-            "modes": {
-              "value": "#abd5d5"
-            }
+      }
+    },
+    "depth-xl": {
+      "$type": "number",
+      "$value": 32,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11285",
+          "modes": {
+            "default": 32
           }
         }
-      },
-      "400": {
-        "$type": "color",
-        "$value": "#93b9bb",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43532",
-            "modes": {
-              "value": "#93b9bb"
-            }
+      }
+    },
+    "depth-xxl": {
+      "$type": "number",
+      "$value": 48,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11286",
+          "modes": {
+            "default": 48
           }
         }
-      },
-      "500": {
-        "$type": "color",
-        "$value": "#799a9d",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43533",
-            "modes": {
-              "value": "#799a9d"
-            }
+      }
+    },
+    "depth-negative-xs": {
+      "$type": "number",
+      "$value": -1,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11287",
+          "modes": {
+            "default": -1
           }
         }
-      },
-      "600": {
-        "$type": "color",
-        "$value": "#5f7b7f",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43534",
-            "modes": {
-              "value": "#5f7b7f"
-            }
+      }
+    },
+    "depth-negative-sm": {
+      "$type": "number",
+      "$value": -4,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11288",
+          "modes": {
+            "default": -4
           }
         }
-      },
-      "700": {
-        "$type": "color",
-        "$value": "#495e62",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43535",
-            "modes": {
-              "value": "#495e62"
-            }
+      }
+    },
+    "depth-negative-md": {
+      "$type": "number",
+      "$value": -8,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11289",
+          "modes": {
+            "default": -8
           }
         }
-      },
-      "800": {
-        "$type": "color",
-        "$value": "#364549",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43536",
-            "modes": {
-              "value": "#364549"
-            }
+      }
+    },
+    "depth-negative-lg": {
+      "$type": "number",
+      "$value": -16,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11290",
+          "modes": {
+            "default": -16
           }
         }
-      },
-      "900": {
-        "$type": "color",
-        "$value": "#283235",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43537",
-            "modes": {
-              "value": "#283235"
-            }
+      }
+    },
+    "depth-negative-xl": {
+      "$type": "number",
+      "$value": -32,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11291",
+          "modes": {
+            "default": -32
           }
         }
-      },
-      "1000": {
-        "$type": "color",
-        "$value": "#202527",
-        "$extensions": {
-          "org.sds": {
-            "figmaId": "VariableID:4885:43538",
-            "modes": {
-              "value": "#202527"
-            }
+      }
+    },
+    "depth-negative-xxl": {
+      "$type": "number",
+      "$value": -48,
+      "$extensions": {
+        "org.sds": {
+          "figmaId": "VariableID:9:11292",
+          "modes": {
+            "default": -48
           }
         }
       }
+    }
+  },
+  "@typography": {
+    "$extensions": {
+      "org.sds": {
+        "figmaId": "VariableCollectionId:58:8567",
+        "modes": [
+          "mode_1"
+        ]
+      }
     },
-    "rose-gold": {
-      "100": {
-        "$type": "color",
-        "$value": "#f3ebec",
+    "title-hero": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-sans}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41023",
+            "figmaId": "VariableID:66:10188",
             "modes": {
-              "value": "#f3ebec"
+              "mode_1": "{@typography_primitives.family-sans}"
             }
           }
         }
       },
-      "200": {
-        "$type": "color",
-        "$value": "#e8d9db",
+      "size": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-10}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41024",
+            "figmaId": "VariableID:66:10189",
             "modes": {
-              "value": "#e8d9db"
+              "mode_1": "{@typography_primitives.scale-10}"
             }
           }
         }
       },
-      "300": {
-        "$type": "color",
-        "$value": "#dabfc2",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-bold}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41025",
+            "figmaId": "VariableID:66:10190",
             "modes": {
-              "value": "#dabfc2"
+              "mode_1": "{@typography_primitives.weight-bold}"
             }
           }
         }
-      },
-      "400": {
-        "$type": "color",
-        "$value": "#ca9fa4",
+      }
+    },
+    "title-page": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-sans}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41026",
+            "figmaId": "VariableID:58:8569",
             "modes": {
-              "value": "#ca9fa4"
+              "mode_1": "{@typography_primitives.family-sans}"
             }
           }
         }
       },
-      "500": {
-        "$type": "color",
-        "$value": "#bb7a84",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-07}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41027",
+            "figmaId": "VariableID:58:8574",
             "modes": {
-              "value": "#bb7a84"
+              "mode_1": "{@typography_primitives.scale-07}"
             }
           }
         }
       },
-      "600": {
-        "$type": "color",
-        "$value": "#9c5d67",
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-08}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41028",
+            "figmaId": "VariableID:66:10197",
             "modes": {
-              "value": "#9c5d67"
+              "mode_1": "{@typography_primitives.scale-08}"
             }
           }
         }
       },
-      "700": {
-        "$type": "color",
-        "$value": "#76474e",
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-09}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41029",
+            "figmaId": "VariableID:66:10198",
             "modes": {
-              "value": "#76474e"
+              "mode_1": "{@typography_primitives.scale-09}"
             }
           }
         }
       },
-      "800": {
-        "$type": "color",
-        "$value": "#55353a",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-bold}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41030",
+            "figmaId": "VariableID:58:8572",
             "modes": {
-              "value": "#55353a"
+              "mode_1": "{@typography_primitives.weight-bold}"
             }
           }
         }
-      },
-      "900": {
-        "$type": "color",
-        "$value": "#3b282a",
+      }
+    },
+    "subtitle": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-sans}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41031",
+            "figmaId": "VariableID:66:10176",
             "modes": {
-              "value": "#3b282a"
+              "mode_1": "{@typography_primitives.family-sans}"
             }
           }
         }
       },
-      "1000": {
-        "$type": "color",
-        "$value": "#2a2021",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-05}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4886:41032",
+            "figmaId": "VariableID:66:10210",
             "modes": {
-              "value": "#2a2021"
+              "mode_1": "{@typography_primitives.scale-05}"
             }
           }
         }
-      }
-    },
-    "beer": {
-      "100": {
-        "$type": "color",
-        "$value": "#fdf2e7",
+      },
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-06}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33569",
+            "figmaId": "VariableID:66:10177",
             "modes": {
-              "value": "#fdf2e7"
+              "mode_1": "{@typography_primitives.scale-06}"
             }
           }
         }
       },
-      "200": {
-        "$type": "color",
-        "$value": "#f8dbbe",
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-07}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33570",
+            "figmaId": "VariableID:66:10209",
             "modes": {
-              "value": "#f8dbbe"
+              "mode_1": "{@typography_primitives.scale-07}"
             }
           }
         }
       },
-      "300": {
-        "$type": "color",
-        "$value": "#f4c48f",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-regular}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33571",
+            "figmaId": "VariableID:66:10178",
             "modes": {
-              "value": "#f4c48f"
+              "mode_1": "{@typography_primitives.weight-regular}"
             }
           }
         }
-      },
-      "400": {
-        "$type": "color",
-        "$value": "#edab5c",
+      }
+    },
+    "heading": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-sans}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33572",
+            "figmaId": "VariableID:66:10185",
             "modes": {
-              "value": "#edab5c"
+              "mode_1": "{@typography_primitives.family-sans}"
             }
           }
         }
       },
-      "500": {
-        "$type": "color",
-        "$value": "#d7964e",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-04}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33573",
+            "figmaId": "VariableID:66:10212",
             "modes": {
-              "value": "#d7964e"
+              "mode_1": "{@typography_primitives.scale-04}"
             }
           }
         }
       },
-      "600": {
-        "$type": "color",
-        "$value": "#be7f40",
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-05}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33574",
+            "figmaId": "VariableID:66:10186",
             "modes": {
-              "value": "#be7f40"
+              "mode_1": "{@typography_primitives.scale-05}"
             }
           }
         }
-      },
-      "700": {
-        "$type": "color",
-        "$value": "#a36832",
+      },
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-06}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33575",
+            "figmaId": "VariableID:66:10211",
             "modes": {
-              "value": "#a36832"
+              "mode_1": "{@typography_primitives.scale-06}"
             }
           }
         }
       },
-      "800": {
-        "$type": "color",
-        "$value": "#845127",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-bold}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33576",
+            "figmaId": "VariableID:66:10187",
             "modes": {
-              "value": "#845127"
+              "mode_1": "{@typography_primitives.weight-bold}"
             }
           }
         }
-      },
-      "900": {
-        "$type": "color",
-        "$value": "#61391c",
+      }
+    },
+    "subheading": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-sans}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33577",
+            "figmaId": "VariableID:2103:22306",
             "modes": {
-              "value": "#61391c"
+              "mode_1": "{@typography_primitives.family-sans}"
             }
           }
         }
       },
-      "1000": {
-        "$type": "color",
-        "$value": "#3c2111",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-03}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:4949:33578",
+            "figmaId": "VariableID:2103:22307",
             "modes": {
-              "value": "#3c2111"
+              "mode_1": "{@typography_primitives.scale-03}"
             }
           }
         }
-      }
-    },
-    "tomato-red": {
-      "100": {
-        "$type": "color",
-        "$value": "#ffe8e7",
+      },
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-04}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25816",
+            "figmaId": "VariableID:2103:22308",
             "modes": {
-              "value": "#ffe8e7"
+              "mode_1": "{@typography_primitives.scale-04}"
             }
           }
         }
       },
-      "200": {
-        "$type": "color",
-        "$value": "#fed2d1",
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-05}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25817",
+            "figmaId": "VariableID:2103:22309",
             "modes": {
-              "value": "#fed2d1"
+              "mode_1": "{@typography_primitives.scale-05}"
             }
           }
         }
       },
-      "300": {
-        "$type": "color",
-        "$value": "#feb2ae",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-regular}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25818",
+            "figmaId": "VariableID:2103:22310",
             "modes": {
-              "value": "#feb2ae"
+              "mode_1": "{@typography_primitives.weight-regular}"
             }
           }
         }
-      },
-      "400": {
-        "$type": "color",
-        "$value": "#fe8780",
+      }
+    },
+    "body": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-sans}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25819",
+            "figmaId": "VariableID:66:10179",
             "modes": {
-              "value": "#fe8780"
+              "mode_1": "{@typography_primitives.family-sans}"
             }
           }
         }
       },
-      "500": {
-        "$type": "color",
-        "$value": "#fd4b3a",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-02}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25820",
+            "figmaId": "VariableID:66:10216",
             "modes": {
-              "value": "#fd4b3a"
+              "mode_1": "{@typography_primitives.scale-02}"
             }
           }
         }
       },
-      "600": {
-        "$type": "color",
-        "$value": "#d32e17",
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-03}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25821",
+            "figmaId": "VariableID:66:10180",
             "modes": {
-              "value": "#d32e17"
+              "mode_1": "{@typography_primitives.scale-03}"
             }
           }
         }
       },
-      "700": {
-        "$type": "color",
-        "$value": "#a0271a",
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography_primitives.scale-04}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25822",
+            "figmaId": "VariableID:66:10215",
             "modes": {
-              "value": "#a0271a"
+              "mode_1": "{@typography_primitives.scale-04}"
             }
           }
         }
       },
-      "800": {
-        "$type": "color",
-        "$value": "#73211a",
+      "weight-regular": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-regular}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25823",
+            "figmaId": "VariableID:66:10181",
             "modes": {
-              "value": "#73211a"
+              "mode_1": "{@typography_primitives.weight-regular}"
             }
           }
         }
       },
-      "900": {
-        "$type": "color",
-        "$value": "#501c19",
+      "weight-strong": {
+        "$type": "fontWeight",
+        "$value": "{@typography_primitives.weight-bold}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25824",
+            "figmaId": "VariableID:66:14844",
             "modes": {
-              "value": "#501c19"
+              "mode_1": "{@typography_primitives.weight-bold}"
             }
           }
         }
       },
-      "1000": {
-        "$type": "color",
-        "$value": "#371a19",
+      "weight-emphasis": {
+        "$type": "unknown",
+        "$value": "{@typography_primitives.weight-regular-italic}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25825",
+            "figmaId": "VariableID:66:14846",
             "modes": {
-              "value": "#371a19"
+              "mode_1": "{@typography_primitives.weight-regular-italic}"
             }
           }
         }
       }
     },
-    "cheese-yellow": {
-      "100": {
-        "$type": "color",
-        "$value": "#f4fda3",
+    "code": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography_primitives.family-mono}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25826",
+            "figmaId": "VariableID:66:10182",
             "modes": {
-              "value": "#f4fda3"
+              "mode_1": "{@typography_primitives.family-mono}"
             }
           }
         }
       },
-      "200": {
-        "$type": "color",
-        "$value": "#eff269",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography.body.size-sm}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25827",
+            "figmaId": "VariableID:66:10218",
             "modes": {
-              "value": "#eff269"
+              "mode_1": "{@typography.body.size-sm}"
             }
           }
         }
       },
-      "300": {
-        "$type": "color",
-        "$value": "#ece65a",
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography.body.size-md}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25828",
+            "figmaId": "VariableID:66:10183",
             "modes": {
-              "value": "#ece65a"
+              "mode_1": "{@typography.body.size-md}"
             }
           }
         }
       },
-      "400": {
-        "$type": "color",
-        "$value": "#e9da46",
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography.body.size-lg}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25829",
+            "figmaId": "VariableID:66:10217",
             "modes": {
-              "value": "#e9da46"
+              "mode_1": "{@typography.body.size-lg}"
             }
           }
         }
       },
-      "500": {
-        "$type": "color",
-        "$value": "#e5cc2b",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography.body.weight-regular}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25830",
+            "figmaId": "VariableID:66:10184",
             "modes": {
-              "value": "#e5cc2b"
+              "mode_1": "{@typography.body.weight-regular}"
             }
           }
         }
-      },
-      "600": {
-        "$type": "color",
-        "$value": "#dbbb00",
+      }
+    },
+    "input": {
+      "family": {
+        "$type": "fontFamily",
+        "$value": "{@typography.body.family}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25831",
+            "figmaId": "VariableID:66:13413",
             "modes": {
-              "value": "#dbbb00"
+              "mode_1": "{@typography.body.family}"
             }
           }
         }
       },
-      "700": {
-        "$type": "color",
-        "$value": "#cba600",
+      "size-sm": {
+        "$type": "number",
+        "$value": "{@typography.body.size-sm}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25832",
+            "figmaId": "VariableID:66:13414",
             "modes": {
-              "value": "#cba600"
+              "mode_1": "{@typography.body.size-sm}"
             }
           }
         }
       },
-      "800": {
-        "$type": "color",
-        "$value": "#b28b00",
+      "size-md": {
+        "$type": "number",
+        "$value": "{@typography.body.size-md}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25833",
+            "figmaId": "VariableID:66:13415",
             "modes": {
-              "value": "#b28b00"
+              "mode_1": "{@typography.body.size-md}"
             }
           }
         }
       },
-      "900": {
-        "$type": "color",
-        "$value": "#906a00",
+      "size-lg": {
+        "$type": "number",
+        "$value": "{@typography.body.size-lg}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25834",
+            "figmaId": "VariableID:66:13416",
             "modes": {
-              "value": "#906a00"
+              "mode_1": "{@typography.body.size-lg}"
             }
           }
         }
       },
-      "1000": {
-        "$type": "color",
-        "$value": "#61440a",
+      "weight": {
+        "$type": "fontWeight",
+        "$value": "{@typography.body.weight-regular}",
         "$extensions": {
           "org.sds": {
-            "figmaId": "VariableID:5166:25835",
+            "figmaId": "VariableID:66:13417",
             "modes": {
-              "value": "#61440a"
+              "mode_1": "{@typography.body.weight-regular}"
             }
           }
         }
diff --git a/src/App.tsx b/src/App.tsx
index 5b43fc0..c9eae43 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,6 +1,7 @@
-import { StandardFooter, StandardHeader } from "blocks";
 import { AuthenticationProvider } from "providers";
-import { Flex, Section, TextContentTitle } from "ui";
+import { StandardFooter, StandardHeader } from "ui/components";
+import { Flex, Section } from "ui/layout";
+import { TextContentTitle } from "ui/primitives";
 
 function App() {
   return (
diff --git a/src/icons/IconActivity.tsx b/src/icons/IconActivity.tsx
index 7c0763a..fcdcbb3 100644
--- a/src/icons/IconActivity.tsx
+++ b/src/icons/IconActivity.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconActivity = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6 1.25C6.32282 1.25 6.60942 1.45657 6.71151 1.76283L10 11.6283L11.2885 7.76283C11.3906 7.45657 11.6772 7.25 12 7.25H14.6667C15.0809 7.25 15.4167 7.58579 15.4167 8C15.4167 8.41421 15.0809 8.75 14.6667 8.75H12.5406L10.7115 14.2372C10.6094 14.5434 10.3228 14.75 10 14.75C9.67717 14.75 9.39057 14.5434 9.28848 14.2372L6 4.37171L4.71151 8.23717C4.60942 8.54343 4.32282 8.75 3.99999 8.75H1.33333C0.919115 8.75 0.583328 8.41421 0.583328 8C0.583328 7.58579 0.919115 7.25 1.33333 7.25H3.45943L5.28848 1.76283C5.39057 1.45657 5.67717 1.25 6 1.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.6667 8.8C15.1085 8.8 15.4667 8.44183 15.4667 8C15.4667 7.55817 15.1085 7.2 14.6667 7.2V8.8ZM12 8V7.2C11.6557 7.2 11.3499 7.42034 11.241 7.74702L12 8ZM10 14L9.24105 14.253C9.34994 14.5797 9.65565 14.8 10 14.8C10.3443 14.8 10.6501 14.5797 10.7589 14.253L10 14ZM5.99999 2L6.75894 1.74702C6.65005 1.42034 6.34434 1.2 5.99999 1.2C5.65565 1.2 5.34994 1.42034 5.24105 1.74702L5.99999 2ZM3.99999 8V8.8C4.34434 8.8 4.65005 8.57966 4.75894 8.25298L3.99999 8ZM1.33333 7.2C0.8915 7.2 0.533328 7.55817 0.533328 8C0.533328 8.44183 0.8915 8.8 1.33333 8.8V7.2ZM14.6667 7.2H12V8.8H14.6667V7.2ZM11.241 7.74702L9.24105 13.747L10.7589 14.253L12.7589 8.25298L11.241 7.74702ZM10.7589 13.747L6.75894 1.74702L5.24105 2.25298L9.24105 14.253L10.7589 13.747ZM5.24105 1.74702L3.24105 7.74702L4.75894 8.25298L6.75894 2.25298L5.24105 1.74702ZM3.99999 7.2H1.33333V8.8H3.99999V7.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconActivity, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13018", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconActivity size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAirplay.tsx b/src/icons/IconAirplay.tsx
index 77d3b6c..f7835a2 100644
--- a/src/icons/IconAirplay.tsx
+++ b/src/icons/IconAirplay.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAirplay = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66665 2.75C2.51194 2.75 2.36356 2.81146 2.25417 2.92085C2.14477 3.03025 2.08331 3.17862 2.08331 3.33333V10C2.08331 10.1547 2.14477 10.3031 2.25417 10.4125C2.36356 10.5219 2.51194 10.5833 2.66665 10.5833H3.33331C3.74753 10.5833 4.08331 10.9191 4.08331 11.3333C4.08331 11.7475 3.74753 12.0833 3.33331 12.0833H2.66665C2.11411 12.0833 1.58421 11.8638 1.19351 11.4731C0.802806 11.0824 0.583313 10.5525 0.583313 10V3.33333C0.583313 2.7808 0.802806 2.2509 1.19351 1.86019C1.58421 1.46949 2.11411 1.25 2.66665 1.25H13.3333C13.8858 1.25 14.4158 1.46949 14.8065 1.86019C15.1972 2.25089 15.4166 2.7808 15.4166 3.33333V10C15.4166 10.5525 15.1972 11.0824 14.8065 11.4731C14.4158 11.8638 13.8858 12.0833 13.3333 12.0833H12.6666C12.2524 12.0833 11.9166 11.7475 11.9166 11.3333C11.9166 10.9191 12.2524 10.5833 12.6666 10.5833H13.3333C13.488 10.5833 13.6364 10.5219 13.7458 10.4125C13.8552 10.3031 13.9166 10.1547 13.9166 10V3.33333C13.9166 3.17862 13.8552 3.03025 13.7458 2.92085C13.6364 2.81146 13.488 2.75 13.3333 2.75H2.66665ZM7.99998 9.25C8.22256 9.25 8.43365 9.34887 8.57615 9.51986L11.9095 13.5199C12.0958 13.7434 12.1359 14.0546 12.0125 14.3181C11.8891 14.5817 11.6243 14.75 11.3333 14.75H4.66665C4.37563 14.75 4.11089 14.5817 3.98745 14.3181C3.86402 14.0546 3.90418 13.7434 4.09048 13.5199L7.42381 9.51986C7.56631 9.34887 7.7774 9.25 7.99998 9.25ZM6.26793 13.25H9.73203L7.99998 11.1715L6.26793 13.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33331 12.1333C3.77514 12.1333 4.13331 11.7752 4.13331 11.3333C4.13331 10.8915 3.77514 10.5333 3.33331 10.5333V12.1333ZM1.33331 10H0.533313H1.33331ZM2.66665 2V1.2V2ZM13.3333 2V1.2V2ZM12.6666 10.5333C12.2248 10.5333 11.8666 10.8915 11.8666 11.3333C11.8666 11.7752 12.2248 12.1333 12.6666 12.1333V10.5333ZM7.99998 10L8.61456 9.48785C8.46256 9.30546 8.2374 9.2 7.99998 9.2C7.76256 9.2 7.5374 9.30546 7.3854 9.48785L7.99998 10ZM11.3333 14V14.8C11.6437 14.8 11.9261 14.6204 12.0578 14.3393C12.1894 14.0582 12.1466 13.7263 11.9479 13.4879L11.3333 14ZM4.66665 14L4.05207 13.4879C3.85335 13.7263 3.81051 14.0582 3.94217 14.3393C4.07384 14.6204 4.35623 14.8 4.66665 14.8V14ZM3.33331 10.5333H2.66665V12.1333H3.33331V10.5333ZM2.66665 10.5333C2.5252 10.5333 2.38954 10.4771 2.28952 10.3771L1.15815 11.5085C1.55823 11.9086 2.10085 12.1333 2.66665 12.1333V10.5333ZM2.28952 10.3771C2.1895 10.2771 2.13331 10.1414 2.13331 10H0.533313C0.533313 10.5658 0.758074 11.1084 1.15815 11.5085L2.28952 10.3771ZM2.13331 10V3.33333H0.533313V10H2.13331ZM2.13331 3.33333C2.13331 3.19188 2.1895 3.05623 2.28952 2.95621L1.15815 1.82484C0.758074 2.22492 0.533313 2.76754 0.533313 3.33333H2.13331ZM2.28952 2.95621C2.38954 2.85619 2.5252 2.8 2.66665 2.8V1.2C2.10085 1.2 1.55823 1.42476 1.15815 1.82484L2.28952 2.95621ZM2.66665 2.8H13.3333V1.2H2.66665V2.8ZM13.3333 2.8C13.4748 2.8 13.6104 2.85619 13.7104 2.95621L14.8418 1.82484C14.4417 1.42476 13.8991 1.2 13.3333 1.2V2.8ZM13.7104 2.95621C13.8105 3.05623 13.8666 3.19188 13.8666 3.33333H15.4666C15.4666 2.76754 15.2419 2.22492 14.8418 1.82484L13.7104 2.95621ZM13.8666 3.33333V10H15.4666V3.33333H13.8666ZM13.8666 10C13.8666 10.1414 13.8105 10.2771 13.7104 10.3771L14.8418 11.5085C15.2419 11.1084 15.4666 10.5658 15.4666 10H13.8666ZM13.7104 10.3771C13.6104 10.4771 13.4748 10.5333 13.3333 10.5333V12.1333C13.8991 12.1333 14.4417 11.9086 14.8418 11.5085L13.7104 10.3771ZM13.3333 10.5333H12.6666V12.1333H13.3333V10.5333ZM7.3854 10.5121L10.7187 14.5121L11.9479 13.4879L8.61456 9.48785L7.3854 10.5121ZM11.3333 13.2H4.66665V14.8H11.3333V13.2ZM5.28122 14.5121L8.61456 10.5121L7.3854 9.48785L4.05207 13.4879L5.28122 14.5121Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconAirplay, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13019", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAirplay size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlertCircle.tsx b/src/icons/IconAlertCircle.tsx
index f7798d4..d48501e 100644
--- a/src/icons/IconAlertCircle.tsx
+++ b/src/icons/IconAlertCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlertCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12222)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325V7.99992C8.75004 8.41413 8.41425 8.74992 8.00004 8.74992C7.58583 8.74992 7.25004 8.41413 7.25004 7.99992V5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325ZM7.25004 10.6666C7.25004 10.2524 7.58583 9.91659 8.00004 9.91659H8.00671C8.42092 9.91659 8.75671 10.2524 8.75671 10.6666C8.75671 11.0808 8.42092 11.4166 8.00671 11.4166H8.00004C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12222"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15555)"><path d="M8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM7.20004 7.99992C7.20004 8.44175 7.55821 8.79992 8.00004 8.79992C8.44187 8.79992 8.80004 8.44175 8.80004 7.99992H7.20004ZM8.00004 9.86658C7.55821 9.86658 7.20004 10.2248 7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666V9.86658ZM8.00671 11.4666C8.44853 11.4666 8.80671 11.1084 8.80671 10.6666C8.80671 10.2248 8.44853 9.86658 8.00671 9.86658V11.4666ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM7.20004 5.33325V7.99992H8.80004V5.33325H7.20004ZM8.00004 11.4666H8.00671V9.86658H8.00004V11.4666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15555"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconAlertCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13020", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlertCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlertOctagon.tsx b/src/icons/IconAlertOctagon.tsx
index 4cbf19a..716293c 100644
--- a/src/icons/IconAlertOctagon.tsx
+++ b/src/icons/IconAlertOctagon.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlertOctagon = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11424)"><path fillRule="evenodd" clipRule="evenodd" d="M4.70971 0.802922C4.85036 0.66227 5.04113 0.583252 5.24004 0.583252H10.76C10.959 0.583252 11.1497 0.66227 11.2904 0.802922L15.197 4.70959C15.3377 4.85024 15.4167 5.04101 15.4167 5.23992V10.7599C15.4167 10.9588 15.3377 11.1496 15.197 11.2902L11.2904 15.1969C11.1497 15.3376 10.959 15.4166 10.76 15.4166H5.24004C5.04113 15.4166 4.85036 15.3376 4.70971 15.1969L0.803044 11.2902C0.662392 11.1496 0.583374 10.9588 0.583374 10.7599V5.23992C0.583374 5.04101 0.662392 4.85024 0.803044 4.70959L4.70971 0.802922ZM5.5507 2.08325L2.08337 5.55058V10.4493L5.5507 13.9166H10.4494L13.9167 10.4493V5.55058L10.4494 2.08325H5.5507ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325V7.99992C8.75004 8.41413 8.41425 8.74992 8.00004 8.74992C7.58583 8.74992 7.25004 8.41413 7.25004 7.99992V5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325ZM7.25004 10.6666C7.25004 10.2524 7.58583 9.91659 8.00004 9.91659H8.00671C8.42092 9.91659 8.75671 10.2524 8.75671 10.6666C8.75671 11.0808 8.42092 11.4166 8.00671 11.4166H8.00004C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11424"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15557)"><path d="M5.24004 1.33325V0.533252C5.02787 0.533252 4.82438 0.617537 4.67436 0.767567L5.24004 1.33325ZM10.76 1.33325L11.3257 0.767567C11.1757 0.617537 10.9722 0.533252 10.76 0.533252V1.33325ZM14.6667 5.23992H15.4667C15.4667 5.02775 15.3824 4.82426 15.2324 4.67423L14.6667 5.23992ZM14.6667 10.7599L15.2324 11.3256C15.3824 11.1756 15.4667 10.9721 15.4667 10.7599H14.6667ZM10.76 14.6666V15.4666C10.9722 15.4666 11.1757 15.3823 11.3257 15.2323L10.76 14.6666ZM5.24004 14.6666L4.67436 15.2323C4.82438 15.3823 5.02787 15.4666 5.24004 15.4666V14.6666ZM1.33337 10.7599H0.533374C0.533374 10.9721 0.61766 11.1756 0.767689 11.3256L1.33337 10.7599ZM1.33337 5.23992L0.767689 4.67423C0.61766 4.82426 0.533374 5.02775 0.533374 5.23992H1.33337ZM8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM7.20004 7.99992C7.20004 8.44175 7.55821 8.79992 8.00004 8.79992C8.44187 8.79992 8.80004 8.44175 8.80004 7.99992H7.20004ZM8.00004 9.86658C7.55821 9.86658 7.20004 10.2248 7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666V9.86658ZM8.00671 11.4666C8.44853 11.4666 8.80671 11.1084 8.80671 10.6666C8.80671 10.2248 8.44853 9.86658 8.00671 9.86658V11.4666ZM5.24004 2.13325H10.76V0.533252H5.24004V2.13325ZM10.1944 1.89894L14.101 5.8056L15.2324 4.67423L11.3257 0.767567L10.1944 1.89894ZM13.8667 5.23992V10.7599H15.4667V5.23992H13.8667ZM14.101 10.1942L10.1944 14.1009L11.3257 15.2323L15.2324 11.3256L14.101 10.1942ZM10.76 13.8666H5.24004V15.4666H10.76V13.8666ZM5.80573 14.1009L1.89906 10.1942L0.767689 11.3256L4.67436 15.2323L5.80573 14.1009ZM2.13337 10.7599V5.23992H0.533374V10.7599H2.13337ZM1.89906 5.8056L5.80573 1.89894L4.67436 0.767567L0.767689 4.67423L1.89906 5.8056ZM7.20004 5.33325V7.99992H8.80004V5.33325H7.20004ZM8.00004 11.4666H8.00671V9.86658H8.00004V11.4666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15557"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconAlertOctagon, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13021", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlertOctagon size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlertTriangle.tsx b/src/icons/IconAlertTriangle.tsx
index 1af5572..f5a0cab 100644
--- a/src/icons/IconAlertTriangle.tsx
+++ b/src/icons/IconAlertTriangle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlertTriangle = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.97794 1.44934C7.28994 1.27368 7.64196 1.1814 8.00001 1.1814C8.35807 1.1814 8.71009 1.27368 9.02209 1.44934C9.3341 1.625 9.59557 1.87811 9.78126 2.18425L9.78343 2.18782L15.4363 11.6248C15.6182 11.9398 15.7143 12.297 15.7154 12.6608C15.7164 13.0246 15.6221 13.3823 15.442 13.6983C15.2618 14.0143 15.0021 14.2777 14.6886 14.4622C14.375 14.6467 14.0187 14.7458 13.6549 14.7498L13.6467 14.7499L2.3451 14.7499C1.98135 14.7459 1.62499 14.6467 1.31147 14.4622C0.997943 14.2777 0.73819 14.0143 0.558049 13.6983C0.377907 13.3823 0.283658 13.0246 0.284676 12.6608C0.285695 12.297 0.381946 11.9399 0.563854 11.6248L0.569864 11.6144L6.21875 2.18425C6.40445 1.87811 6.66593 1.625 6.97794 1.44934ZM8.00001 2.6814C7.89976 2.6814 7.80119 2.70724 7.71383 2.75642C7.62695 2.80534 7.55407 2.8757 7.50212 2.96078C7.50184 2.96125 7.50155 2.96172 7.50126 2.9622L1.86046 12.3791C1.81107 12.4663 1.78495 12.5648 1.78467 12.665C1.78439 12.7669 1.81078 12.867 1.86121 12.9555C1.91165 13.044 1.98439 13.1177 2.07217 13.1694C2.15902 13.2205 2.25762 13.2482 2.35834 13.2499H13.6417C13.7424 13.2482 13.841 13.2205 13.9279 13.1694C14.0156 13.1177 14.0884 13.044 14.1388 12.9555C14.1893 12.867 14.2156 12.7669 14.2154 12.665C14.2151 12.5647 14.189 12.4663 14.1396 12.3791L8.49876 2.9622C8.49848 2.96172 8.49819 2.96125 8.4979 2.96078C8.44596 2.8757 8.37308 2.80534 8.2862 2.75642C8.19883 2.70724 8.10027 2.6814 8.00001 2.6814ZM8.00001 5.24989C8.41423 5.24989 8.75001 5.58568 8.75001 5.99989V8.66656C8.75001 9.08077 8.41423 9.41656 8.00001 9.41656C7.5858 9.41656 7.25001 9.08077 7.25001 8.66656V5.99989C7.25001 5.58568 7.5858 5.24989 8.00001 5.24989ZM7.25001 11.3332C7.25001 10.919 7.5858 10.5832 8.00001 10.5832H8.00668C8.42089 10.5832 8.75668 10.919 8.75668 11.3332C8.75668 11.7474 8.42089 12.0832 8.00668 12.0832H8.00001C7.5858 12.0832 7.25001 11.7474 7.25001 11.3332Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.86001 2.57323L6.176 2.15832L6.17372 2.16213L6.86001 2.57323ZM1.21335 11.9999L0.526965 11.5887L0.520555 11.5998L1.21335 11.9999ZM2.35335 13.9999L2.34455 14.7999H2.35335V13.9999ZM13.6467 13.9999V14.7999L13.6555 14.7998L13.6467 13.9999ZM14.7867 11.9999L15.4796 11.5998L15.473 11.5888L14.7867 11.9999ZM9.14001 2.57323L9.82632 2.16212L9.82401 2.15832L9.14001 2.57323ZM8.00001 1.9314V1.1314V1.9314ZM8.80001 5.99989C8.80001 5.55806 8.44184 5.19989 8.00001 5.19989C7.55819 5.19989 7.20001 5.55806 7.20001 5.99989H8.80001ZM7.20001 8.66656C7.20001 9.10839 7.55819 9.46656 8.00001 9.46656C8.44184 9.46656 8.80001 9.10839 8.80001 8.66656H7.20001ZM8.00001 10.5332C7.55819 10.5332 7.20001 10.8914 7.20001 11.3332C7.20001 11.7751 7.55819 12.1332 8.00001 12.1332V10.5332ZM8.00668 12.1332C8.44851 12.1332 8.80668 11.7751 8.80668 11.3332C8.80668 10.8914 8.44851 10.5332 8.00668 10.5332V12.1332ZM6.17372 2.16213L0.527053 11.5888L1.89964 12.411L7.54631 2.98432L6.17372 2.16213ZM0.520555 11.5998C0.334281 11.9224 0.235719 12.2882 0.234676 12.6607L1.83467 12.6651C1.83493 12.572 1.85957 12.4806 1.90614 12.3999L0.520555 11.5998ZM0.234676 12.6607C0.233633 13.0332 0.330145 13.3994 0.51461 13.7231L1.90465 12.9307C1.85854 12.8498 1.83441 12.7583 1.83467 12.6651L0.234676 12.6607ZM0.51461 13.7231C0.699074 14.0467 0.965061 14.3164 1.28611 14.5053L2.09753 13.1263C2.01727 13.0791 1.95077 13.0117 1.90465 12.9307L0.51461 13.7231ZM1.28611 14.5053C1.60715 14.6942 1.97207 14.7958 2.34455 14.7998L2.36214 13.1999C2.26902 13.1989 2.17779 13.1735 2.09753 13.1263L1.28611 14.5053ZM2.35335 14.7999H13.6467V13.1999H2.35335V14.7999ZM13.6555 14.7998C14.028 14.7958 14.3929 14.6942 14.7139 14.5053L13.9025 13.1263C13.8222 13.1735 13.731 13.1989 13.6379 13.1999L13.6555 14.7998ZM14.7139 14.5053C15.035 14.3164 15.301 14.0467 15.4854 13.7231L14.0954 12.9307C14.0493 13.0117 13.9828 13.0791 13.9025 13.1263L14.7139 14.5053ZM15.4854 13.7231C15.6699 13.3995 15.7664 13.0332 15.7654 12.6607L14.1654 12.6651C14.1656 12.7583 14.1415 12.8498 14.0954 12.9307L15.4854 13.7231ZM15.7654 12.6607C15.7643 12.2882 15.6657 11.9224 15.4795 11.5998L14.0939 12.3999C14.1405 12.4806 14.1651 12.572 14.1654 12.6651L15.7654 12.6607ZM15.473 11.5888L9.82631 2.16213L8.45372 2.98432L14.1004 12.411L15.473 11.5888ZM9.82401 2.15832C9.63386 1.84484 9.36612 1.58565 9.04662 1.40577L8.26167 2.79999C8.34154 2.84496 8.40847 2.90976 8.45601 2.98813L9.82401 2.15832ZM9.04662 1.40577C8.72713 1.22589 8.36666 1.1314 8.00001 1.1314V2.7314C8.09168 2.7314 8.18179 2.75502 8.26167 2.79999L9.04662 1.40577ZM8.00001 1.1314C7.63336 1.1314 7.2729 1.22589 6.95341 1.40577L7.73836 2.79999C7.81824 2.75502 7.90835 2.7314 8.00001 2.7314V1.1314ZM6.95341 1.40577C6.63391 1.58565 6.36617 1.84484 6.17601 2.15832L7.54401 2.98813C7.59155 2.90976 7.65849 2.84496 7.73836 2.79999L6.95341 1.40577ZM7.20001 5.99989V8.66656H8.80001V5.99989H7.20001ZM8.00001 12.1332H8.00668V10.5332H8.00001V12.1332Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconAlertTriangle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13022", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlertTriangle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlignCenter.tsx b/src/icons/IconAlignCenter.tsx
index 61220cf..a550bb3 100644
--- a/src/icons/IconAlignCenter.tsx
+++ b/src/icons/IconAlignCenter.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlignCenter = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM3.25 6.66667C3.25 6.25245 3.58579 5.91667 4 5.91667H12C12.4142 5.91667 12.75 6.25245 12.75 6.66667C12.75 7.08088 12.4142 7.41667 12 7.41667H4C3.58579 7.41667 3.25 7.08088 3.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H12C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12 7.46667C12.4418 7.46667 12.8 7.10849 12.8 6.66667C12.8 6.22484 12.4418 5.86667 12 5.86667V7.46667ZM4 5.86667C3.55817 5.86667 3.2 6.22484 3.2 6.66667C3.2 7.10849 3.55817 7.46667 4 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM12 12.8C12.4418 12.8 12.8 12.4418 12.8 12C12.8 11.5582 12.4418 11.2 12 11.2V12.8ZM4 11.2C3.55817 11.2 3.2 11.5582 3.2 12C3.2 12.4418 3.55817 12.8 4 12.8V11.2ZM12 5.86667H4V7.46667H12V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM12 11.2H4V12.8H12V11.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconAlignCenter, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13023", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlignCenter size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlignJustify.tsx b/src/icons/IconAlignJustify.tsx
index d2d505a..c5f62fe 100644
--- a/src/icons/IconAlignJustify.tsx
+++ b/src/icons/IconAlignJustify.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlignJustify = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 6.66667C1.25 6.25245 1.58579 5.91667 2 5.91667H14C14.4142 5.91667 14.75 6.25245 14.75 6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 7.46667C14.4418 7.46667 14.8 7.10849 14.8 6.66667C14.8 6.22484 14.4418 5.86667 14 5.86667V7.46667ZM2 5.86667C1.55817 5.86667 1.2 6.22484 1.2 6.66667C1.2 7.10849 1.55817 7.46667 2 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM14 5.86667H2V7.46667H14V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM14 11.2H2V12.8H14V11.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconAlignJustify, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13025", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlignJustify size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlignLeft.tsx b/src/icons/IconAlignLeft.tsx
index f2c79e8..2e76207 100644
--- a/src/icons/IconAlignLeft.tsx
+++ b/src/icons/IconAlignLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlignLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 6.66667C1.25 6.25245 1.58579 5.91667 2 5.91667H11.3333C11.7475 5.91667 12.0833 6.25245 12.0833 6.66667C12.0833 7.08088 11.7475 7.41667 11.3333 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H11.3333C11.7475 11.25 12.0833 11.5858 12.0833 12C12.0833 12.4142 11.7475 12.75 11.3333 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M11.3333 7.46667C11.7752 7.46667 12.1333 7.10849 12.1333 6.66667C12.1333 6.22484 11.7752 5.86667 11.3333 5.86667V7.46667ZM2 5.86667C1.55817 5.86667 1.2 6.22484 1.2 6.66667C1.2 7.10849 1.55817 7.46667 2 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM11.3333 12.8C11.7752 12.8 12.1333 12.4418 12.1333 12C12.1333 11.5582 11.7752 11.2 11.3333 11.2V12.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM11.3333 5.86667H2V7.46667H11.3333V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM11.3333 11.2H2V12.8H11.3333V11.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconAlignLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13024", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlignLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAlignRight.tsx b/src/icons/IconAlignRight.tsx
index 6b44e14..092c335 100644
--- a/src/icons/IconAlignRight.tsx
+++ b/src/icons/IconAlignRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAlignRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM3.91667 6.66667C3.91667 6.25245 4.25245 5.91667 4.66667 5.91667H14C14.4142 5.91667 14.75 6.25245 14.75 6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H4.66667C4.25245 7.41667 3.91667 7.08088 3.91667 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM3.91667 12C3.91667 11.5858 4.25245 11.25 4.66667 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H4.66667C4.25245 12.75 3.91667 12.4142 3.91667 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 7.46667C14.4418 7.46667 14.8 7.10849 14.8 6.66667C14.8 6.22484 14.4418 5.86667 14 5.86667V7.46667ZM4.66667 5.86667C4.22484 5.86667 3.86667 6.22484 3.86667 6.66667C3.86667 7.10849 4.22484 7.46667 4.66667 7.46667V5.86667ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 10.1333C14.4418 10.1333 14.8 9.77516 14.8 9.33333C14.8 8.89151 14.4418 8.53333 14 8.53333V10.1333ZM2 8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333C1.2 9.77516 1.55817 10.1333 2 10.1333V8.53333ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM4.66667 11.2C4.22484 11.2 3.86667 11.5582 3.86667 12C3.86667 12.4418 4.22484 12.8 4.66667 12.8V11.2ZM14 5.86667H4.66667V7.46667H14V5.86667ZM14 3.2H2V4.8H14V3.2ZM14 8.53333H2V10.1333H14V8.53333ZM14 11.2H4.66667V12.8H14V11.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconAlignRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13026", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAlignRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAnchor.tsx b/src/icons/IconAnchor.tsx
index 6f360fc..559f946 100644
--- a/src/icons/IconAnchor.tsx
+++ b/src/icons/IconAnchor.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAnchor = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12715)"><path fillRule="evenodd" clipRule="evenodd" d="M8 2.08325C7.30964 2.08325 6.75 2.6429 6.75 3.33325C6.75 4.02361 7.30964 4.58325 8 4.58325C8.69035 4.58325 9.25 4.02361 9.25 3.33325C9.25 2.6429 8.69035 2.08325 8 2.08325ZM5.25 3.33325C5.25 1.81447 6.48121 0.583252 8 0.583252C9.51878 0.583252 10.75 1.81447 10.75 3.33325C10.75 4.59203 9.90425 5.65327 8.75 5.97974V13.8689C10.0426 13.7037 11.2524 13.115 12.1837 12.1836C13.115 11.2523 13.7038 10.0425 13.869 8.74992H12.6667C12.2524 8.74992 11.9167 8.41413 11.9167 7.99992C11.9167 7.58571 12.2524 7.24992 12.6667 7.24992H14.6667C15.0809 7.24992 15.4167 7.58571 15.4167 7.99992C15.4167 9.96694 14.6353 11.8534 13.2444 13.2443C11.8535 14.6352 9.96702 15.4166 8 15.4166C6.03297 15.4166 4.14651 14.6352 2.75562 13.2443C1.36472 11.8534 0.583328 9.96694 0.583328 7.99992C0.583328 7.80101 0.662346 7.61024 0.802998 7.46959C0.94365 7.32894 1.13442 7.24992 1.33333 7.24992H3.33333C3.74754 7.24992 4.08333 7.58571 4.08333 7.99992C4.08333 8.41413 3.74754 8.74992 3.33333 8.74992H2.13103C2.29619 10.0425 2.88496 11.2523 3.81628 12.1836C4.7476 13.115 5.95742 13.7037 7.25 13.8689V5.97974C6.09574 5.65327 5.25 4.59203 5.25 3.33325Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12715"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15569)"><path d="M3.33333 8.79992C3.77516 8.79992 4.13333 8.44175 4.13333 7.99992C4.13333 7.55809 3.77516 7.19992 3.33333 7.19992V8.79992ZM1.33333 7.99992V7.19992C1.12116 7.19992 0.917672 7.2842 0.767643 7.43423C0.617614 7.58426 0.533328 7.78775 0.533328 7.99992H1.33333ZM14.6667 7.99992H15.4667C15.4667 7.55809 15.1085 7.19992 14.6667 7.19992V7.99992ZM12.6667 7.19992C12.2248 7.19992 11.8667 7.55809 11.8667 7.99992C11.8667 8.44175 12.2248 8.79992 12.6667 8.79992V7.19992ZM9.19999 3.33325C9.19999 3.99599 8.66274 4.53325 7.99999 4.53325V6.13325C9.54639 6.13325 10.8 4.87965 10.8 3.33325H9.19999ZM7.99999 4.53325C7.33725 4.53325 6.79999 3.99599 6.79999 3.33325H5.19999C5.19999 4.87965 6.4536 6.13325 7.99999 6.13325V4.53325ZM6.79999 3.33325C6.79999 2.67051 7.33725 2.13325 7.99999 2.13325V0.533252C6.4536 0.533252 5.19999 1.78685 5.19999 3.33325H6.79999ZM7.99999 2.13325C8.66274 2.13325 9.19999 2.67051 9.19999 3.33325H10.8C10.8 1.78685 9.54639 0.533252 7.99999 0.533252V2.13325ZM8.79999 14.6666V5.33325H7.19999V14.6666H8.79999ZM3.33333 7.19992H1.33333V8.79992H3.33333V7.19992ZM0.533328 7.99992C0.533328 9.9802 1.31999 11.8794 2.72026 13.2796L3.85164 12.1483C2.75142 11.0481 2.13333 9.55585 2.13333 7.99992H0.533328ZM2.72026 13.2796C4.12054 14.6799 6.01971 15.4666 7.99999 15.4666V13.8666C6.44406 13.8666 4.95185 13.2485 3.85164 12.1483L2.72026 13.2796ZM7.99999 15.4666C9.98028 15.4666 11.8795 14.6799 13.2797 13.2796L12.1484 12.1483C11.0481 13.2485 9.55593 13.8666 7.99999 13.8666V15.4666ZM13.2797 13.2796C14.68 11.8794 15.4667 9.9802 15.4667 7.99992H13.8667C13.8667 9.55585 13.2486 11.0481 12.1484 12.1483L13.2797 13.2796ZM14.6667 7.19992H12.6667V8.79992H14.6667V7.19992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15569"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconAnchor, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13027", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAnchor size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAperture.tsx b/src/icons/IconAperture.tsx
index 234569f..e83a208 100644
--- a/src/icons/IconAperture.tsx
+++ b/src/icons/IconAperture.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAperture = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12921)"><path fillRule="evenodd" clipRule="evenodd" d="M2.6245 5.52443C2.2771 6.27755 2.08331 7.1161 2.08331 7.99992C2.08331 8.67074 2.19495 9.31548 2.40066 9.91659H5.16081L4.2797 8.39076C4.2736 8.38074 4.26774 8.37059 4.26212 8.36031L2.6245 5.52443ZM1.99376 3.64789C1.10652 4.87024 0.583313 6.37398 0.583313 7.99992C0.583313 9.03821 0.796669 10.0267 1.18193 10.9238C1.19251 10.9528 1.20482 10.9809 1.21874 11.0081C2.2592 13.3501 4.47726 15.053 7.12124 15.3651C7.15372 15.3709 7.18637 15.3745 7.21898 15.376C7.47564 15.4028 7.7362 15.4166 7.99998 15.4166C10.4233 15.4166 12.5751 14.2544 13.9285 12.457C13.9577 12.4241 13.9836 12.3889 14.0062 12.352C14.8934 11.1296 15.4166 9.62586 15.4166 7.99992C15.4166 6.96162 15.2033 5.97316 14.818 5.07598C14.8074 5.04702 14.7951 5.0189 14.7812 4.99174C13.7408 2.64977 11.5227 0.946873 8.87872 0.634766C8.84624 0.628958 8.81359 0.625349 8.78098 0.623883C8.52431 0.597022 8.26376 0.583252 7.99998 0.583252C5.5767 0.583252 3.42486 1.74543 2.07144 3.54283C2.04231 3.57574 2.01637 3.61093 1.99376 3.64789ZM3.54058 4.11126L4.92003 6.50006L5.806 4.96582C5.80866 4.96108 5.81138 4.95638 5.81415 4.95171L7.45635 2.10789C5.89755 2.24989 4.51347 2.9965 3.54058 4.11126ZM9.13941 2.19287L7.75905 4.58325H9.52559C9.53473 4.58308 9.54386 4.58309 9.55297 4.58325H12.831C11.9687 3.36612 10.6579 2.4891 9.13941 2.19287ZM13.5993 6.08325H10.8391L11.7202 7.60901C11.7264 7.61908 11.7322 7.62927 11.7379 7.63959L13.3755 10.4754C13.7229 9.72229 13.9166 8.88373 13.9166 7.99992C13.9166 7.3291 13.805 6.68436 13.5993 6.08325ZM12.4594 11.8886L11.0799 9.49978L10.1939 11.0341C10.1913 11.0388 10.1886 11.0434 10.1859 11.048L8.54361 13.8919C10.1024 13.7499 11.4865 13.0033 12.4594 11.8886ZM6.86055 13.807L8.24091 11.4166H6.47437C6.46523 11.4168 6.45611 11.4168 6.44699 11.4166H3.16893C4.03129 12.6337 5.34205 13.5107 6.86055 13.807ZM6.89295 9.91659H9.10711L10.2139 8L9.10701 6.08325H6.89286L5.7861 7.99984L6.89295 9.91659Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12921"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15571)"><path d="M10.2328 4.93319C10.0118 4.55058 9.52254 4.41952 9.13992 4.64047C8.75731 4.86141 8.62625 5.3507 8.84719 5.73331L10.2328 4.93319ZM12.6739 12.36C12.8948 12.7426 13.3841 12.8737 13.7667 12.6527C14.1493 12.4318 14.2804 11.9425 14.0594 11.5599L12.6739 12.36ZM6.45998 4.53325C6.01815 4.53325 5.65998 4.89142 5.65998 5.33325C5.65998 5.77508 6.01815 6.13325 6.45998 6.13325V4.53325ZM14.1133 6.13325C14.5551 6.13325 14.9133 5.77508 14.9133 5.33325C14.9133 4.89142 14.5551 4.53325 14.1133 4.53325V6.13325ZM4.22719 7.59986C4.00625 7.98247 4.13731 8.47176 4.51992 8.69271C4.90254 8.91365 5.39182 8.78259 5.61277 8.39998L4.22719 7.59986ZM9.43943 1.77331C9.66038 1.3907 9.52932 0.901413 9.14671 0.680466C8.76409 0.459519 8.27481 0.590577 8.05386 0.973192L9.43943 1.77331ZM5.76719 11.0666C5.98814 11.4493 6.47742 11.5803 6.86004 11.3594C7.24265 11.1384 7.37371 10.6491 7.15277 10.2665L5.76719 11.0666ZM3.3261 3.63986C3.10515 3.25724 2.61587 3.12619 2.23325 3.34713C1.85064 3.56808 1.71958 4.05736 1.94053 4.43998L3.3261 3.63986ZM9.53998 11.4666C9.98181 11.4666 10.34 11.1084 10.34 10.6666C10.34 10.2248 9.98181 9.86658 9.53998 9.86658V11.4666ZM1.88665 9.86658C1.44482 9.86658 1.08665 10.2248 1.08665 10.6666C1.08665 11.1084 1.44482 11.4666 1.88665 11.4666V9.86658ZM11.7728 8.39998C11.9937 8.01736 11.8627 7.52808 11.48 7.30713C11.0974 7.08619 10.6081 7.21724 10.3872 7.59986L11.7728 8.39998ZM6.56053 14.2265C6.33958 14.6091 6.47064 15.0984 6.85325 15.3194C7.23587 15.5403 7.72515 15.4093 7.9461 15.0266L6.56053 14.2265ZM13.8666 7.99992C13.8666 11.24 11.2401 13.8666 7.99998 13.8666V15.4666C12.1237 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99998 13.8666C4.75991 13.8666 2.13331 11.24 2.13331 7.99992H0.533313C0.533313 12.1236 3.87625 15.4666 7.99998 15.4666V13.8666ZM2.13331 7.99992C2.13331 4.75985 4.75991 2.13325 7.99998 2.13325V0.533252C3.87625 0.533252 0.533313 3.87619 0.533313 7.99992H2.13331ZM7.99998 2.13325C11.2401 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1237 0.533252 7.99998 0.533252V2.13325ZM8.84719 5.73331L12.6739 12.36L14.0594 11.5599L10.2328 4.93319L8.84719 5.73331ZM6.45998 6.13325H14.1133V4.53325H6.45998V6.13325ZM5.61277 8.39998L9.43943 1.77331L8.05386 0.973192L4.22719 7.59986L5.61277 8.39998ZM7.15277 10.2665L3.3261 3.63986L1.94053 4.43998L5.76719 11.0666L7.15277 10.2665ZM9.53998 9.86658H1.88665V11.4666H9.53998V9.86658ZM10.3872 7.59986L6.56053 14.2265L7.9461 15.0266L11.7728 8.39998L10.3872 7.59986Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15571"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconAperture, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13029", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAperture size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArchive.tsx b/src/icons/IconArchive.tsx
index 66662e8..df57484 100644
--- a/src/icons/IconArchive.tsx
+++ b/src/icons/IconArchive.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArchive = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11417)"><path fillRule="evenodd" clipRule="evenodd" d="M-0.083374 2C-0.083374 1.58579 0.252412 1.25 0.666626 1.25H15.3333C15.7475 1.25 16.0833 1.58579 16.0833 2V5.33333C16.0833 5.74755 15.7475 6.08333 15.3333 6.08333H14.75V14C14.75 14.4142 14.4142 14.75 14 14.75H1.99996C1.58575 14.75 1.24996 14.4142 1.24996 14V6.08333H0.666626C0.252412 6.08333 -0.083374 5.74755 -0.083374 5.33333V2ZM2.74996 6.08333V13.25H13.25V6.08333H2.74996ZM13.9994 4.58333C13.9996 4.58333 13.9998 4.58333 14 4.58333C14.0002 4.58333 14.0004 4.58333 14.0006 4.58333H14.5833V2.75H1.41663V4.58333H1.99935C1.99956 4.58333 1.99976 4.58333 1.99996 4.58333C2.00016 4.58333 2.00036 4.58333 2.00056 4.58333H13.9994ZM5.91663 8C5.91663 7.58579 6.25241 7.25 6.66663 7.25H9.33329C9.74751 7.25 10.0833 7.58579 10.0833 8C10.0833 8.41421 9.74751 8.75 9.33329 8.75H6.66663C6.25241 8.75 5.91663 8.41421 5.91663 8Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11417"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15573)"><path d="M14.8 5.33333C14.8 4.89151 14.4418 4.53333 14 4.53333C13.5581 4.53333 13.2 4.89151 13.2 5.33333H14.8ZM14 14V14.8C14.4418 14.8 14.8 14.4418 14.8 14H14ZM1.99996 14H1.19996C1.19996 14.4418 1.55813 14.8 1.99996 14.8V14ZM2.79996 5.33333C2.79996 4.89151 2.44179 4.53333 1.99996 4.53333C1.55813 4.53333 1.19996 4.89151 1.19996 5.33333H2.79996ZM0.666626 2V1.2C0.224798 1.2 -0.133374 1.55817 -0.133374 2H0.666626ZM15.3333 2H16.1333C16.1333 1.55817 15.7751 1.2 15.3333 1.2V2ZM15.3333 5.33333V6.13333C15.7751 6.13333 16.1333 5.77516 16.1333 5.33333H15.3333ZM0.666626 5.33333H-0.133374C-0.133374 5.77516 0.224798 6.13333 0.666626 6.13333L0.666626 5.33333ZM6.66663 7.2C6.2248 7.2 5.86663 7.55817 5.86663 8C5.86663 8.44183 6.2248 8.8 6.66663 8.8V7.2ZM9.33329 8.8C9.77512 8.8 10.1333 8.44183 10.1333 8C10.1333 7.55817 9.77512 7.2 9.33329 7.2V8.8ZM13.2 5.33333V14H14.8V5.33333H13.2ZM14 13.2H1.99996V14.8H14V13.2ZM2.79996 14V5.33333H1.19996V14H2.79996ZM0.666626 2.8H15.3333V1.2H0.666626V2.8ZM14.5333 2V5.33333H16.1333V2H14.5333ZM15.3333 4.53333H0.666626V6.13333H15.3333V4.53333ZM1.46663 5.33333V2H-0.133374V5.33333H1.46663ZM6.66663 8.8H9.33329V7.2H6.66663V8.8Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15573"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconArchive, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13028", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArchive size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowDown.tsx b/src/icons/IconArrowDown.tsx
index 85f1cab..706bc1e 100644
--- a/src/icons/IconArrowDown.tsx
+++ b/src/icons/IconArrowDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowDown = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 2.58325C8.41413 2.58325 8.74992 2.91904 8.74992 3.33325V10.8559L12.1363 7.46959C12.4291 7.1767 12.904 7.1767 13.1969 7.46959C13.4898 7.76248 13.4898 8.23736 13.1969 8.53025L8.53025 13.1969C8.23736 13.4898 7.76248 13.4898 7.46959 13.1969L2.80292 8.53025C2.51003 8.23736 2.51003 7.76248 2.80292 7.46959C3.09582 7.1767 3.57069 7.1767 3.86358 7.46959L7.24992 10.8559V3.33325C7.24992 2.91904 7.58571 2.58325 7.99992 2.58325Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.79992 3.33325C8.79992 2.89142 8.44175 2.53325 7.99992 2.53325C7.55809 2.53325 7.19992 2.89142 7.19992 3.33325H8.79992ZM7.99992 12.6666L7.43423 13.2323C7.74665 13.5447 8.25318 13.5447 8.5656 13.2323L7.99992 12.6666ZM13.2323 8.5656C13.5447 8.25318 13.5447 7.74665 13.2323 7.43423C12.9199 7.12181 12.4133 7.12181 12.1009 7.43423L13.2323 8.5656ZM3.89894 7.43423C3.58652 7.12181 3.07999 7.12181 2.76757 7.43423C2.45515 7.74665 2.45515 8.25318 2.76757 8.5656L3.89894 7.43423ZM7.19992 3.33325V12.6666H8.79992V3.33325H7.19992ZM12.1009 7.43423L7.43423 12.1009L8.5656 13.2323L13.2323 8.5656L12.1009 7.43423ZM8.5656 12.1009L3.89894 7.43423L2.76757 8.5656L7.43423 13.2323L8.5656 12.1009Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13032", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowDownCircle.tsx b/src/icons/IconArrowDownCircle.tsx
index cc2c22f..76d5f1e 100644
--- a/src/icons/IconArrowDownCircle.tsx
+++ b/src/icons/IconArrowDownCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowDownCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12861)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325L8.75004 8.85593L10.1364 7.46959C10.4293 7.1767 10.9041 7.1767 11.197 7.46959C11.4899 7.76248 11.4899 8.23736 11.197 8.53025L8.53037 11.1969C8.38972 11.3376 8.19895 11.4166 8.00004 11.4166C7.80113 11.4166 7.61036 11.3376 7.46971 11.1969L4.80304 8.53025C4.51015 8.23736 4.51015 7.76248 4.80304 7.46959C5.09594 7.1767 5.57081 7.1767 5.8637 7.46959L7.25004 8.85593L7.25004 5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12861"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15575)"><path d="M5.89906 7.43423C5.58664 7.12181 5.08011 7.12181 4.76769 7.43423C4.45527 7.74665 4.45527 8.25318 4.76769 8.5656L5.89906 7.43423ZM8.00004 10.6666L7.43436 11.2323C7.74677 11.5447 8.25331 11.5447 8.56573 11.2323L8.00004 10.6666ZM11.2324 8.5656C11.5448 8.25318 11.5448 7.74665 11.2324 7.43423C10.92 7.12181 10.4134 7.12181 10.101 7.43423L11.2324 8.5656ZM8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM4.76769 8.5656L7.43436 11.2323L8.56573 10.1009L5.89906 7.43423L4.76769 8.5656ZM8.56573 11.2323L11.2324 8.5656L10.101 7.43423L7.43436 10.1009L8.56573 11.2323ZM7.20004 5.33325V10.6666H8.80004V5.33325H7.20004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15575"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconArrowDownCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13031", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowDownCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowDownLeft.tsx b/src/icons/IconArrowDownLeft.tsx
index df3f167..c77d51b 100644
--- a/src/icons/IconArrowDownLeft.tsx
+++ b/src/icons/IconArrowDownLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowDownLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.66675 3.91675C5.08096 3.91675 5.41675 4.25253 5.41675 4.66675V9.52275L10.8031 4.13642C11.096 3.84352 11.5709 3.84352 11.8637 4.13642C12.1566 4.42931 12.1566 4.90418 11.8637 5.19708L6.47741 10.5834H11.3334C11.7476 10.5834 12.0834 10.9192 12.0834 11.3334C12.0834 11.7476 11.7476 12.0834 11.3334 12.0834H4.66675C4.25253 12.0834 3.91675 11.7476 3.91675 11.3334V4.66675C3.91675 4.25253 4.25253 3.91675 4.66675 3.91675Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M11.8991 5.23243C12.2115 4.92001 12.2115 4.41348 11.8991 4.10106C11.5867 3.78864 11.0801 3.78864 10.7677 4.10106L11.8991 5.23243ZM4.66675 11.3334H3.86675C3.86675 11.7752 4.22492 12.1334 4.66675 12.1334V11.3334ZM11.3334 12.1334C11.7752 12.1334 12.1334 11.7752 12.1334 11.3334C12.1334 10.8916 11.7752 10.5334 11.3334 10.5334V12.1334ZM5.46675 4.66675C5.46675 4.22492 5.10858 3.86675 4.66675 3.86675C4.22492 3.86675 3.86675 4.22492 3.86675 4.66675H5.46675ZM10.7677 4.10106L4.10106 10.7677L5.23243 11.8991L11.8991 5.23243L10.7677 4.10106ZM11.3334 10.5334H4.66675V12.1334H11.3334V10.5334ZM5.46675 11.3334V4.66675H3.86675V11.3334H5.46675Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowDownLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13030", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowDownLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowDownRight.tsx b/src/icons/IconArrowDownRight.tsx
index 03f809b..58760d2 100644
--- a/src/icons/IconArrowDownRight.tsx
+++ b/src/icons/IconArrowDownRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowDownRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.13642 4.13642C4.42931 3.84352 4.90418 3.84352 5.19708 4.13642L10.5834 9.52275V4.66675C10.5834 4.25253 10.9192 3.91675 11.3334 3.91675C11.7476 3.91675 12.0834 4.25253 12.0834 4.66675V11.3334C12.0834 11.7476 11.7476 12.0834 11.3334 12.0834H4.66675C4.25253 12.0834 3.91675 11.7476 3.91675 11.3334C3.91675 10.9192 4.25253 10.5834 4.66675 10.5834H9.52275L4.13642 5.19708C3.84352 4.90418 3.84352 4.42931 4.13642 4.13642Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.23243 4.10106C4.92001 3.78864 4.41348 3.78864 4.10106 4.10106C3.78864 4.41348 3.78864 4.92001 4.10106 5.23243L5.23243 4.10106ZM11.3334 11.3334V12.1334C11.7752 12.1334 12.1334 11.7752 12.1334 11.3334H11.3334ZM12.1334 4.66675C12.1334 4.22492 11.7752 3.86675 11.3334 3.86675C10.8916 3.86675 10.5334 4.22492 10.5334 4.66675H12.1334ZM4.66675 10.5334C4.22492 10.5334 3.86675 10.8916 3.86675 11.3334C3.86675 11.7752 4.22492 12.1334 4.66675 12.1334V10.5334ZM4.10106 5.23243L10.7677 11.8991L11.8991 10.7677L5.23243 4.10106L4.10106 5.23243ZM10.5334 4.66675V11.3334H12.1334V4.66675H10.5334ZM11.3334 10.5334H4.66675V12.1334H11.3334V10.5334Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowDownRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13033", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowDownRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowLeft.tsx b/src/icons/IconArrowLeft.tsx
index e8541a0..9a224e7 100644
--- a/src/icons/IconArrowLeft.tsx
+++ b/src/icons/IconArrowLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.53049 2.80292C8.82339 3.09582 8.82339 3.57069 8.53049 3.86358L5.14416 7.24992H12.6668C13.081 7.24992 13.4168 7.58571 13.4168 7.99992C13.4168 8.41413 13.081 8.74992 12.6668 8.74992H5.14416L8.53049 12.1363C8.82339 12.4291 8.82339 12.904 8.53049 13.1969C8.2376 13.4898 7.76273 13.4898 7.46983 13.1969L2.80317 8.53025C2.51027 8.23736 2.51027 7.76248 2.80317 7.46959L7.46983 2.80292C7.76273 2.51003 8.2376 2.51003 8.53049 2.80292Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.6668 8.79992C13.1087 8.79992 13.4668 8.44175 13.4668 7.99992C13.4668 7.55809 13.1087 7.19992 12.6668 7.19992V8.79992ZM3.3335 7.99992L2.76781 7.43423C2.45539 7.74665 2.45539 8.25318 2.76781 8.5656L3.3335 7.99992ZM7.43448 13.2323C7.7469 13.5447 8.25343 13.5447 8.56585 13.2323C8.87827 12.9199 8.87827 12.4133 8.56585 12.1009L7.43448 13.2323ZM8.56585 3.89894C8.87827 3.58652 8.87827 3.07999 8.56585 2.76757C8.25343 2.45515 7.7469 2.45515 7.43448 2.76757L8.56585 3.89894ZM12.6668 7.19992H3.3335V8.79992H12.6668V7.19992ZM8.56585 12.1009L3.89918 7.43423L2.76781 8.5656L7.43448 13.2323L8.56585 12.1009ZM3.89918 8.5656L8.56585 3.89894L7.43448 2.76757L2.76781 7.43423L3.89918 8.5656Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13034", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowLeftCircle.tsx b/src/icons/IconArrowLeftCircle.tsx
index d61341d..aa468f6 100644
--- a/src/icons/IconArrowLeftCircle.tsx
+++ b/src/icons/IconArrowLeftCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowLeftCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12971)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 2.08325C4.73248 2.08325 2.0835 4.73223 2.0835 7.99992C2.0835 11.2676 4.73248 13.9166 8.00016 13.9166C11.2678 13.9166 13.9168 11.2676 13.9168 7.99992C13.9168 4.73223 11.2678 2.08325 8.00016 2.08325ZM0.583496 7.99992C0.583496 3.90381 3.90405 0.583252 8.00016 0.583252C12.0963 0.583252 15.4168 3.90381 15.4168 7.99992C15.4168 12.096 12.0963 15.4166 8.00016 15.4166C3.90405 15.4166 0.583496 12.096 0.583496 7.99992ZM8.53049 4.80292C8.82339 5.09582 8.82339 5.57069 8.53049 5.86358L7.14416 7.24992L10.6668 7.24992C11.081 7.24992 11.4168 7.58571 11.4168 7.99992C11.4168 8.41413 11.081 8.74992 10.6668 8.74992L7.14416 8.74992L8.53049 10.1363C8.82339 10.4291 8.82339 10.904 8.53049 11.1969C8.2376 11.4898 7.76273 11.4898 7.46983 11.1969L4.80317 8.53025C4.51027 8.23736 4.51027 7.76248 4.80317 7.46959L7.46983 4.80292C7.76273 4.51003 8.2376 4.51003 8.53049 4.80292Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12971"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15583)"><path d="M8.56585 5.89894C8.87827 5.58652 8.87827 5.07999 8.56585 4.76757C8.25343 4.45515 7.7469 4.45515 7.43448 4.76757L8.56585 5.89894ZM5.3335 7.99992L4.76781 7.43423C4.45539 7.74665 4.45539 8.25318 4.76781 8.5656L5.3335 7.99992ZM7.43448 11.2323C7.7469 11.5447 8.25343 11.5447 8.56585 11.2323C8.87827 10.9199 8.87827 10.4133 8.56585 10.1009L7.43448 11.2323ZM10.6668 8.79992C11.1087 8.79992 11.4668 8.44175 11.4668 7.99992C11.4668 7.55809 11.1087 7.19992 10.6668 7.19992V8.79992ZM13.8668 7.99992C13.8668 11.24 11.2402 13.8666 8.00016 13.8666V15.4666C12.1239 15.4666 15.4668 12.1236 15.4668 7.99992H13.8668ZM8.00016 13.8666C4.76009 13.8666 2.1335 11.24 2.1335 7.99992H0.533496C0.533496 12.1236 3.87644 15.4666 8.00016 15.4666V13.8666ZM2.1335 7.99992C2.1335 4.75985 4.76009 2.13325 8.00016 2.13325V0.533252C3.87644 0.533252 0.533496 3.87619 0.533496 7.99992H2.1335ZM8.00016 2.13325C11.2402 2.13325 13.8668 4.75985 13.8668 7.99992H15.4668C15.4668 3.87619 12.1239 0.533252 8.00016 0.533252V2.13325ZM7.43448 4.76757L4.76781 7.43423L5.89918 8.5656L8.56585 5.89894L7.43448 4.76757ZM4.76781 8.5656L7.43448 11.2323L8.56585 10.1009L5.89918 7.43423L4.76781 8.5656ZM10.6668 7.19992H5.3335V8.79992H10.6668V7.19992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15583"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconArrowLeftCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13035", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowLeftCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowRight.tsx b/src/icons/IconArrowRight.tsx
index ce04dc9..31524ee 100644
--- a/src/icons/IconArrowRight.tsx
+++ b/src/icons/IconArrowRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.46965 2.80292C7.76254 2.51003 8.23742 2.51003 8.53031 2.80292L13.197 7.46959C13.4899 7.76248 13.4899 8.23736 13.197 8.53025L8.53031 13.1969C8.23742 13.4898 7.76254 13.4898 7.46965 13.1969C7.17676 12.904 7.17676 12.4291 7.46965 12.1363L10.856 8.74992H3.33331C2.9191 8.74992 2.58331 8.41413 2.58331 7.99992C2.58331 7.58571 2.9191 7.24992 3.33331 7.24992H10.856L7.46965 3.86358C7.17676 3.57069 7.17676 3.09582 7.46965 2.80292Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33331 7.19992C2.89149 7.19992 2.53331 7.55809 2.53331 7.99992C2.53331 8.44175 2.89149 8.79992 3.33331 8.79992V7.19992ZM12.6666 7.99992L13.2323 8.5656C13.5448 8.25318 13.5448 7.74665 13.2323 7.43423L12.6666 7.99992ZM8.56566 2.76757C8.25325 2.45515 7.74671 2.45515 7.43429 2.76757C7.12187 3.07999 7.12187 3.58652 7.43429 3.89894L8.56566 2.76757ZM7.43429 12.1009C7.12187 12.4133 7.12187 12.9199 7.43429 13.2323C7.74671 13.5447 8.25325 13.5447 8.56566 13.2323L7.43429 12.1009ZM3.33331 8.79992H12.6666V7.19992H3.33331V8.79992ZM7.43429 3.89894L12.101 8.5656L13.2323 7.43423L8.56566 2.76757L7.43429 3.89894ZM12.101 7.43423L7.43429 12.1009L8.56566 13.2323L13.2323 8.5656L12.101 7.43423Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13036", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowRightCircle.tsx b/src/icons/IconArrowRightCircle.tsx
index 95a85bf..ae60949 100644
--- a/src/icons/IconArrowRightCircle.tsx
+++ b/src/icons/IconArrowRightCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowRightCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12661)"><path fillRule="evenodd" clipRule="evenodd" d="M8 2.08325C4.73231 2.08325 2.08333 4.73223 2.08333 7.99992C2.08333 11.2676 4.73231 13.9166 8 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8 2.08325ZM0.583328 7.99992C0.583328 3.90381 3.90388 0.583252 8 0.583252C12.0961 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0961 15.4166 8 15.4166C3.90388 15.4166 0.583328 12.096 0.583328 7.99992ZM7.46967 5.86358C7.17677 5.57069 7.17677 5.09582 7.46967 4.80292C7.76256 4.51003 8.23743 4.51003 8.53033 4.80292L11.197 7.46959C11.3376 7.61024 11.4167 7.80101 11.4167 7.99992C11.4167 8.19883 11.3376 8.3896 11.197 8.53025L8.53033 11.1969C8.23743 11.4898 7.76256 11.4898 7.46967 11.1969C7.17677 10.904 7.17677 10.4291 7.46967 10.1363L8.856 8.74992L5.33333 8.74992C4.91912 8.74992 4.58333 8.41413 4.58333 7.99992C4.58333 7.58571 4.91911 7.24992 5.33333 7.24992L8.856 7.24992L7.46967 5.86358Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12661"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15587)"><path d="M7.43431 10.1009C7.12189 10.4133 7.12189 10.9199 7.43431 11.2323C7.74673 11.5447 8.25326 11.5447 8.56568 11.2323L7.43431 10.1009ZM10.6667 7.99992L11.2323 8.5656C11.5448 8.25318 11.5448 7.74665 11.2323 7.43423L10.6667 7.99992ZM8.56568 4.76757C8.25326 4.45515 7.74673 4.45515 7.43431 4.76757C7.12189 5.07999 7.12189 5.58652 7.43431 5.89894L8.56568 4.76757ZM5.33333 7.19992C4.8915 7.19992 4.53333 7.55809 4.53333 7.99992C4.53333 8.44175 4.8915 8.79992 5.33333 8.79992V7.19992ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 7.99999 13.8666V15.4666C12.1237 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM7.99999 13.8666C4.75992 13.8666 2.13333 11.24 2.13333 7.99992H0.533328C0.533328 12.1236 3.87627 15.4666 7.99999 15.4666V13.8666ZM2.13333 7.99992C2.13333 4.75985 4.75992 2.13325 7.99999 2.13325V0.533252C3.87627 0.533252 0.533328 3.87619 0.533328 7.99992H2.13333ZM7.99999 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1237 0.533252 7.99999 0.533252V2.13325ZM8.56568 11.2323L11.2323 8.5656L10.101 7.43423L7.43431 10.1009L8.56568 11.2323ZM11.2323 7.43423L8.56568 4.76757L7.43431 5.89894L10.101 8.5656L11.2323 7.43423ZM5.33333 8.79992H10.6667V7.19992H5.33333V8.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15587"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconArrowRightCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13037", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowRightCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowUp.tsx b/src/icons/IconArrowUp.tsx
index fd0431c..f903c0f 100644
--- a/src/icons/IconArrowUp.tsx
+++ b/src/icons/IconArrowUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowUp = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.46959 2.80292C7.76248 2.51003 8.23736 2.51003 8.53025 2.80292L13.1969 7.46959C13.4898 7.76248 13.4898 8.23736 13.1969 8.53025C12.904 8.82314 12.4291 8.82314 12.1363 8.53025L8.74992 5.14391V12.6666C8.74992 13.0808 8.41413 13.4166 7.99992 13.4166C7.58571 13.4166 7.24992 13.0808 7.24992 12.6666V5.14391L3.86358 8.53025C3.57069 8.82314 3.09582 8.82314 2.80292 8.53025C2.51003 8.23736 2.51003 7.76248 2.80292 7.46959L7.46959 2.80292Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.19992 12.6666C7.19992 13.1084 7.55809 13.4666 7.99992 13.4666C8.44175 13.4666 8.79992 13.1084 8.79992 12.6666H7.19992ZM7.99992 3.33325L8.5656 2.76757C8.25318 2.45515 7.74665 2.45515 7.43423 2.76757L7.99992 3.33325ZM2.76757 7.43423C2.45515 7.74665 2.45515 8.25318 2.76757 8.5656C3.07999 8.87802 3.58652 8.87802 3.89894 8.5656L2.76757 7.43423ZM12.1009 8.5656C12.4133 8.87802 12.9199 8.87802 13.2323 8.5656C13.5447 8.25318 13.5447 7.74665 13.2323 7.43423L12.1009 8.5656ZM8.79992 12.6666V3.33325H7.19992V12.6666H8.79992ZM3.89894 8.5656L8.5656 3.89894L7.43423 2.76757L2.76757 7.43423L3.89894 8.5656ZM7.43423 3.89894L12.1009 8.5656L13.2323 7.43423L8.5656 2.76757L7.43423 3.89894Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13040", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowUpCircle.tsx b/src/icons/IconArrowUpCircle.tsx
index 887ffd2..8eeb4ff 100644
--- a/src/icons/IconArrowUpCircle.tsx
+++ b/src/icons/IconArrowUpCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowUpCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12843)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM4.80304 7.46959L7.46971 4.80292C7.7626 4.51003 8.23748 4.51003 8.53037 4.80292L11.197 7.46959C11.4899 7.76248 11.4899 8.23736 11.197 8.53025C10.9041 8.82314 10.4293 8.82314 10.1364 8.53025L8.75004 7.14391L8.75004 10.6666C8.75004 11.0808 8.41425 11.4166 8.00004 11.4166C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666L7.25004 7.14391L5.8637 8.53025C5.57081 8.82314 5.09594 8.82314 4.80304 8.53025C4.51015 8.23736 4.51015 7.76248 4.80304 7.46959Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12843"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15591)"><path d="M10.101 8.5656C10.4134 8.87802 10.92 8.87802 11.2324 8.5656C11.5448 8.25318 11.5448 7.74665 11.2324 7.43423L10.101 8.5656ZM8.00004 5.33325L8.56573 4.76757C8.25331 4.45515 7.74677 4.45515 7.43436 4.76757L8.00004 5.33325ZM4.76769 7.43423C4.45527 7.74665 4.45527 8.25318 4.76769 8.5656C5.08011 8.87802 5.58664 8.87802 5.89906 8.5656L4.76769 7.43423ZM7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666C8.44187 11.4666 8.80004 11.1084 8.80004 10.6666H7.20004ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM11.2324 7.43423L8.56573 4.76757L7.43436 5.89894L10.101 8.5656L11.2324 7.43423ZM7.43436 4.76757L4.76769 7.43423L5.89906 8.5656L8.56573 5.89894L7.43436 4.76757ZM8.80004 10.6666V5.33325H7.20004V10.6666H8.80004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15591"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconArrowUpCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13038", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowUpCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowUpLeft.tsx b/src/icons/IconArrowUpLeft.tsx
index 3265897..2743f5e 100644
--- a/src/icons/IconArrowUpLeft.tsx
+++ b/src/icons/IconArrowUpLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowUpLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.91663 4.66675C3.91663 4.25253 4.25241 3.91675 4.66663 3.91675H11.3333C11.7475 3.91675 12.0833 4.25253 12.0833 4.66675C12.0833 5.08096 11.7475 5.41675 11.3333 5.41675H6.47729L11.8636 10.8031C12.1565 11.096 12.1565 11.5709 11.8636 11.8637C11.5707 12.1566 11.0959 12.1566 10.803 11.8637L5.41663 6.47741V11.3334C5.41663 11.7476 5.08084 12.0834 4.66663 12.0834C4.25241 12.0834 3.91663 11.7476 3.91663 11.3334V4.66675Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.7676 11.8991C11.08 12.2115 11.5866 12.2115 11.899 11.8991C12.2114 11.5867 12.2114 11.0801 11.899 10.7677L10.7676 11.8991ZM4.66663 4.66675V3.86675C4.2248 3.86675 3.86663 4.22492 3.86663 4.66675H4.66663ZM3.86663 11.3334C3.86663 11.7752 4.2248 12.1334 4.66663 12.1334C5.10845 12.1334 5.46663 11.7752 5.46663 11.3334H3.86663ZM11.3333 5.46675C11.7751 5.46675 12.1333 5.10858 12.1333 4.66675C12.1333 4.22492 11.7751 3.86675 11.3333 3.86675V5.46675ZM11.899 10.7677L5.23231 4.10106L4.10094 5.23243L10.7676 11.8991L11.899 10.7677ZM5.46663 11.3334V4.66675H3.86663V11.3334H5.46663ZM4.66663 5.46675H11.3333V3.86675H4.66663V5.46675Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowUpLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13039", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowUpLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconArrowUpRight.tsx b/src/icons/IconArrowUpRight.tsx
index 0311b1c..13b5964 100644
--- a/src/icons/IconArrowUpRight.tsx
+++ b/src/icons/IconArrowUpRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconArrowUpRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.66675 5.41675C4.25253 5.41675 3.91675 5.08096 3.91675 4.66675C3.91675 4.25253 4.25253 3.91675 4.66675 3.91675H11.3334C11.7476 3.91675 12.0834 4.25253 12.0834 4.66675V11.3334C12.0834 11.7476 11.7476 12.0834 11.3334 12.0834C10.9192 12.0834 10.5834 11.7476 10.5834 11.3334V6.47741L5.19708 11.8637C4.90418 12.1566 4.42931 12.1566 4.13642 11.8637C3.84352 11.5709 3.84352 11.096 4.13642 10.8031L9.52275 5.41675H4.66675Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4.10106 10.7677C3.78864 11.0801 3.78864 11.5867 4.10106 11.8991C4.41348 12.2115 4.92001 12.2115 5.23243 11.8991L4.10106 10.7677ZM11.3334 4.66675H12.1334C12.1334 4.22492 11.7752 3.86675 11.3334 3.86675V4.66675ZM4.66675 3.86675C4.22492 3.86675 3.86675 4.22492 3.86675 4.66675C3.86675 5.10858 4.22492 5.46675 4.66675 5.46675V3.86675ZM10.5334 11.3334C10.5334 11.7752 10.8916 12.1334 11.3334 12.1334C11.7752 12.1334 12.1334 11.7752 12.1334 11.3334H10.5334ZM5.23243 11.8991L11.8991 5.23243L10.7677 4.10106L4.10106 10.7677L5.23243 11.8991ZM4.66675 5.46675H11.3334V3.86675H4.66675V5.46675ZM10.5334 4.66675V11.3334H12.1334V4.66675H10.5334Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconArrowUpRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13041", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconArrowUpRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAtSign.tsx b/src/icons/IconAtSign.tsx
index 567b1de..861b37d 100644
--- a/src/icons/IconAtSign.tsx
+++ b/src/icons/IconAtSign.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAtSign = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11407)"><path fillRule="evenodd" clipRule="evenodd" d="M4.83104 1.29481C6.34448 0.579603 8.05535 0.397396 9.68547 0.777817C11.3156 1.15824 12.7691 2.07891 13.8096 3.39014C14.8501 4.70137 15.4165 6.32603 15.4166 7.99995V8.66666C15.4166 9.39601 15.1269 10.0955 14.6111 10.6112C14.0954 11.1269 13.3959 11.4167 12.6666 11.4167C11.9372 11.4167 11.2378 11.1269 10.7221 10.6112C10.6374 10.5265 10.5588 10.4369 10.4866 10.3431C9.8636 11.004 8.97995 11.4167 7.99993 11.4167C6.11295 11.4167 4.58326 9.88697 4.58326 7.99999C4.58326 6.11302 6.11295 4.58333 7.99993 4.58333C8.71696 4.58333 9.38241 4.80421 9.93194 5.18164C10.0021 4.84014 10.3043 4.58333 10.6666 4.58333C11.0808 4.58333 11.4166 4.91911 11.4166 5.33333V8.66666C11.4166 8.99818 11.5483 9.31612 11.7827 9.55054C12.0171 9.78496 12.3351 9.91666 12.6666 9.91666C12.9981 9.91666 13.3161 9.78497 13.5505 9.55054C13.7849 9.31612 13.9166 8.99818 13.9166 8.66666V8.00004C13.9166 8.00003 13.9166 8.00006 13.9166 8.00004C13.9165 6.66468 13.4647 5.36858 12.6346 4.32256C11.8045 3.27652 10.645 2.54205 9.34457 2.23857C8.04414 1.93508 6.67929 2.08044 5.47194 2.651C4.26459 3.22156 3.28576 4.18376 2.6946 5.38116C2.10345 6.57856 1.93473 7.94072 2.21589 9.24616C2.49705 10.5516 3.21155 11.7235 4.24322 12.5714C5.27488 13.4193 6.56302 13.8932 7.8982 13.9162C9.23338 13.9392 10.5371 13.5098 11.5973 12.6979C11.9261 12.446 12.3969 12.5085 12.6487 12.8373C12.9006 13.1662 12.8381 13.6369 12.5093 13.8888C11.1803 14.9065 9.54608 15.4448 7.87241 15.416C6.19874 15.3872 4.58402 14.7931 3.29081 13.7303C1.9976 12.6674 1.10196 11.1984 0.749517 9.56198C0.397075 7.92559 0.608563 6.21809 1.34959 4.71712C2.09062 3.21616 3.31761 2.01002 4.83104 1.29481ZM9.91659 7.99999C9.91659 6.94145 9.05847 6.08333 7.99993 6.08333C6.94138 6.08333 6.08326 6.94145 6.08326 7.99999C6.08326 9.05854 6.94138 9.91666 7.99993 9.91666C9.05847 9.91666 9.91659 9.05854 9.91659 7.99999Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11407"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15599)"><path d="M11.4666 5.33333C11.4666 4.8915 11.1084 4.53333 10.6666 4.53333C10.2248 4.53333 9.86659 4.8915 9.86659 5.33333H11.4666ZM10.6666 8.66666H9.86659H10.6666ZM14.6666 8.66666H15.4666H14.6666ZM14.6666 7.99999H15.4666V7.99994L14.6666 7.99999ZM12.5397 13.9285C12.8904 13.6598 12.957 13.1577 12.6884 12.8069C12.4198 12.4561 11.9176 12.3895 11.5669 12.6582L12.5397 13.9285ZM9.86659 7.99999C9.86659 9.03092 9.03086 9.86666 7.99993 9.86666V11.4667C9.91451 11.4667 11.4666 9.91458 11.4666 7.99999H9.86659ZM7.99993 9.86666C6.96899 9.86666 6.13326 9.03092 6.13326 7.99999H4.53326C4.53326 9.91458 6.08534 11.4667 7.99993 11.4667V9.86666ZM6.13326 7.99999C6.13326 6.96906 6.96899 6.13333 7.99993 6.13333V4.53333C6.08534 4.53333 4.53326 6.08541 4.53326 7.99999H6.13326ZM7.99993 6.13333C9.03086 6.13333 9.86659 6.96906 9.86659 7.99999H11.4666C11.4666 6.08541 9.91451 4.53333 7.99993 4.53333V6.13333ZM9.86659 5.33333V8.66666H11.4666V5.33333H9.86659ZM9.86659 8.66666C9.86659 9.40927 10.1616 10.1215 10.6867 10.6466L11.8181 9.51519C11.593 9.29014 11.4666 8.98492 11.4666 8.66666H9.86659ZM10.6867 10.6466C11.2118 11.1717 11.924 11.4667 12.6666 11.4667V9.86666C12.3483 9.86666 12.0431 9.74023 11.8181 9.51519L10.6867 10.6466ZM12.6666 11.4667C13.4092 11.4667 14.1214 11.1717 14.6465 10.6466L13.5151 9.51519C13.2901 9.74023 12.9849 9.86666 12.6666 9.86666V11.4667ZM14.6465 10.6466C15.1716 10.1215 15.4666 9.40927 15.4666 8.66666H13.8666C13.8666 8.98492 13.7402 9.29014 13.5151 9.51519L14.6465 10.6466ZM15.4666 8.66666V7.99999H13.8666V8.66666H15.4666ZM15.4666 7.99994C15.4665 6.31474 14.8963 4.67913 13.8488 3.35906L12.5954 4.35364C13.4185 5.39083 13.8665 6.67595 13.8666 8.00004L15.4666 7.99994ZM13.8488 3.35906C12.8012 2.03899 11.3379 1.11211 9.69683 0.729125L9.33321 2.28726C10.6227 2.58818 11.7724 3.31644 12.5954 4.35364L13.8488 3.35906ZM9.69683 0.729125C8.05572 0.346139 6.33332 0.529574 4.80968 1.2496L5.4933 2.69621C6.69045 2.13047 8.04377 1.98634 9.33321 2.28726L9.69683 0.729125ZM4.80968 1.2496C3.28604 1.96963 2.05078 3.18391 1.30476 4.69499L2.73944 5.40329C3.3256 4.21602 4.29616 3.26194 5.4933 2.69621L4.80968 1.2496ZM1.30476 4.69499C0.558733 6.20607 0.345819 7.92508 0.700637 9.57251L2.26477 9.23563C1.98599 7.94122 2.15327 6.59057 2.73944 5.40329L1.30476 4.69499ZM0.700637 9.57251C1.05545 11.2199 1.95713 12.6989 3.25906 13.7689L4.27496 12.5328C3.25202 11.6921 2.54356 10.53 2.26477 9.23563L0.700637 9.57251ZM3.25906 13.7689C4.56099 14.8389 6.18659 15.437 7.87155 15.466L7.89906 13.8662C6.57517 13.8434 5.2979 13.3735 4.27496 12.5328L3.25906 13.7689ZM7.87155 15.466C9.5565 15.4949 11.2017 14.9531 12.5397 13.9285L11.5669 12.6582C10.5156 13.4632 9.22295 13.889 7.89906 13.8662L7.87155 15.466Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15599"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconAtSign, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13043", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAtSign size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconAward.tsx b/src/icons/IconAward.tsx
index 339fbf7..6e24e82 100644
--- a/src/icons/IconAward.tsx
+++ b/src/icons/IconAward.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconAward = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12255)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 1.41675C5.83705 1.41675 4.0835 3.1703 4.0835 5.33342C4.0835 7.49653 5.83705 9.25008 8.00016 9.25008C8.75824 9.25008 9.46602 9.03471 10.0656 8.66181C10.1007 8.63447 10.1382 8.61013 10.1781 8.5892C11.2266 7.8864 11.9168 6.69051 11.9168 5.33342C11.9168 3.1703 10.1633 1.41675 8.00016 1.41675ZM11.3302 9.60589C12.6002 8.61459 13.4168 7.06937 13.4168 5.33342C13.4168 2.34187 10.9917 -0.083252 8.00016 -0.083252C5.00862 -0.083252 2.5835 2.34187 2.5835 5.33342C2.5835 7.06971 3.40043 8.61519 4.6709 9.60646L3.92336 15.2347C3.88544 15.5202 4.01434 15.8021 4.25505 15.9603C4.49576 16.1184 4.80575 16.1247 5.0527 15.9765L8.00016 14.2081L10.9476 15.9765C11.1946 16.1247 11.5045 16.1184 11.7452 15.9603C11.9859 15.8022 12.1149 15.5202 12.077 15.2348L11.3302 9.60589ZM9.92227 10.3991C9.32492 10.6259 8.67704 10.7501 8.00016 10.7501C7.32355 10.7501 6.67591 10.626 6.07876 10.3994L5.61516 13.8898L7.61429 12.6903C7.8518 12.5478 8.14852 12.5478 8.38603 12.6903L10.3854 13.8899L9.92227 10.3991Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12255"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15601)"><path d="M6.26653 9.36541C6.3247 8.92743 6.01681 8.52522 5.57883 8.46705C5.14085 8.40887 4.73863 8.71677 4.68046 9.15475L6.26653 9.36541ZM4.66683 15.3334L3.87379 15.2281C3.83335 15.5326 3.97085 15.8334 4.2276 16.0021C4.48435 16.1707 4.81501 16.1775 5.07843 16.0194L4.66683 15.3334ZM8.00016 13.3334L8.41176 12.6474C8.15841 12.4954 7.84191 12.4954 7.58857 12.6474L8.00016 13.3334ZM11.3335 15.3334L10.9219 16.0194C11.1853 16.1774 11.5159 16.1707 11.7727 16.0021C12.0294 15.8335 12.1669 15.5327 12.1265 15.2282L11.3335 15.3334ZM11.3199 9.1482C11.2618 8.71021 10.8596 8.40225 10.4216 8.46036C9.98362 8.51847 9.67567 8.92064 9.73378 9.35863L11.3199 9.1482ZM11.8668 5.33341C11.8668 7.46892 10.1357 9.20008 8.00016 9.20008V10.8001C11.0193 10.8001 13.4668 8.35257 13.4668 5.33341H11.8668ZM8.00016 9.20008C5.86466 9.20008 4.1335 7.46892 4.1335 5.33341H2.5335C2.5335 8.35257 4.98101 10.8001 8.00016 10.8001V9.20008ZM4.1335 5.33341C4.1335 3.19791 5.86466 1.46675 8.00016 1.46675V-0.133252C4.98101 -0.133252 2.5335 2.31426 2.5335 5.33341H4.1335ZM8.00016 1.46675C10.1357 1.46675 11.8668 3.19791 11.8668 5.33341H13.4668C13.4668 2.31426 11.0193 -0.133252 8.00016 -0.133252V1.46675ZM4.68046 9.15475L3.87379 15.2281L5.45986 15.4387L6.26653 9.36541L4.68046 9.15475ZM5.07843 16.0194L8.41176 14.0194L7.58857 12.6474L4.25523 14.6474L5.07843 16.0194ZM7.58857 14.0194L10.9219 16.0194L11.7451 14.6474L8.41176 12.6474L7.58857 14.0194ZM12.1265 15.2282L11.3199 9.1482L9.73378 9.35863L10.5404 15.4386L12.1265 15.2282Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15601"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconAward, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13042", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconAward size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBarChart.tsx b/src/icons/IconBarChart.tsx
index 7687f36..23d609c 100644
--- a/src/icons/IconBarChart.tsx
+++ b/src/icons/IconBarChart.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBarChart = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M12 1.91675C12.4142 1.91675 12.75 2.25253 12.75 2.66675V13.3334C12.75 13.7476 12.4142 14.0834 12 14.0834C11.5858 14.0834 11.25 13.7476 11.25 13.3334V2.66675C11.25 2.25253 11.5858 1.91675 12 1.91675ZM8 5.91675C8.41421 5.91675 8.75 6.25253 8.75 6.66675V13.3334C8.75 13.7476 8.41421 14.0834 8 14.0834C7.58579 14.0834 7.25 13.7476 7.25 13.3334V6.66675C7.25 6.25253 7.58579 5.91675 8 5.91675ZM4 9.91675C4.41421 9.91675 4.75 10.2525 4.75 10.6667V13.3334C4.75 13.7476 4.41421 14.0834 4 14.0834C3.58579 14.0834 3.25 13.7476 3.25 13.3334V10.6667C3.25 10.2525 3.58579 9.91675 4 9.91675Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.2 13.3334C7.2 13.7752 7.55817 14.1334 8 14.1334C8.44183 14.1334 8.8 13.7752 8.8 13.3334H7.2ZM8.8 6.66675C8.8 6.22492 8.44183 5.86675 8 5.86675C7.55817 5.86675 7.2 6.22492 7.2 6.66675H8.8ZM11.2 13.3334C11.2 13.7752 11.5582 14.1334 12 14.1334C12.4418 14.1334 12.8 13.7752 12.8 13.3334H11.2ZM12.8 2.66675C12.8 2.22492 12.4418 1.86675 12 1.86675C11.5582 1.86675 11.2 2.22492 11.2 2.66675H12.8ZM3.2 13.3334C3.2 13.7752 3.55817 14.1334 4 14.1334C4.44183 14.1334 4.8 13.7752 4.8 13.3334H3.2ZM4.8 10.6667C4.8 10.2249 4.44183 9.86675 4 9.86675C3.55817 9.86675 3.2 10.2249 3.2 10.6667H4.8ZM8.8 13.3334V6.66675H7.2V13.3334H8.8ZM12.8 13.3334V2.66675H11.2V13.3334H12.8ZM4.8 13.3334V10.6667H3.2V13.3334H4.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBarChart, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13044", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBarChart size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBarChart2.tsx b/src/icons/IconBarChart2.tsx
index 55513c9..2dabfe9 100644
--- a/src/icons/IconBarChart2.tsx
+++ b/src/icons/IconBarChart2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBarChart2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8 1.91675C8.41421 1.91675 8.75 2.25253 8.75 2.66675V13.3334C8.75 13.7476 8.41421 14.0834 8 14.0834C7.58579 14.0834 7.25 13.7476 7.25 13.3334V2.66675C7.25 2.25253 7.58579 1.91675 8 1.91675ZM12 5.91675C12.4142 5.91675 12.75 6.25253 12.75 6.66675V13.3334C12.75 13.7476 12.4142 14.0834 12 14.0834C11.5858 14.0834 11.25 13.7476 11.25 13.3334V6.66675C11.25 6.25253 11.5858 5.91675 12 5.91675ZM4 8.58341C4.41421 8.58341 4.75 8.9192 4.75 9.33341V13.3334C4.75 13.7476 4.41421 14.0834 4 14.0834C3.58579 14.0834 3.25 13.7476 3.25 13.3334V9.33341C3.25 8.9192 3.58579 8.58341 4 8.58341Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M11.2 13.3334C11.2 13.7752 11.5582 14.1334 12 14.1334C12.4418 14.1334 12.8 13.7752 12.8 13.3334H11.2ZM12.8 6.66675C12.8 6.22492 12.4418 5.86675 12 5.86675C11.5582 5.86675 11.2 6.22492 11.2 6.66675H12.8ZM7.2 13.3334C7.2 13.7752 7.55817 14.1334 8 14.1334C8.44183 14.1334 8.8 13.7752 8.8 13.3334H7.2ZM8.8 2.66675C8.8 2.22492 8.44183 1.86675 8 1.86675C7.55817 1.86675 7.2 2.22492 7.2 2.66675H8.8ZM3.2 13.3334C3.2 13.7752 3.55817 14.1334 4 14.1334C4.44183 14.1334 4.8 13.7752 4.8 13.3334H3.2ZM4.8 9.33342C4.8 8.89159 4.44183 8.53342 4 8.53342C3.55817 8.53342 3.2 8.89159 3.2 9.33342H4.8ZM12.8 13.3334V6.66675H11.2V13.3334H12.8ZM8.8 13.3334V2.66675H7.2V13.3334H8.8ZM4.8 13.3334V9.33342H3.2V13.3334H4.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBarChart2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13045", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBarChart2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBattery.tsx b/src/icons/IconBattery.tsx
index b2391a3..95ab63a 100644
--- a/src/icons/IconBattery.tsx
+++ b/src/icons/IconBattery.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBattery = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12335)"><path fillRule="evenodd" clipRule="evenodd" d="M1.99996 4.75C1.67779 4.75 1.41663 5.01117 1.41663 5.33333V10.6667C1.41663 10.9888 1.67779 11.25 1.99996 11.25H11.3333C11.6555 11.25 11.9166 10.9888 11.9166 10.6667V5.33333C11.9166 5.01117 11.6555 4.75 11.3333 4.75H1.99996ZM-0.083374 5.33333C-0.083374 4.18274 0.849366 3.25 1.99996 3.25H11.3333C12.4839 3.25 13.4166 4.18274 13.4166 5.33333V10.6667C13.4166 11.8173 12.4839 12.75 11.3333 12.75H1.99996C0.849366 12.75 -0.083374 11.8173 -0.083374 10.6667V5.33333ZM15.3333 6.58333C15.7475 6.58333 16.0833 6.91912 16.0833 7.33333V8.66667C16.0833 9.08088 15.7475 9.41667 15.3333 9.41667C14.9191 9.41667 14.5833 9.08088 14.5833 8.66667V7.33333C14.5833 6.91912 14.9191 6.58333 15.3333 6.58333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12335"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15609)"><path d="M14.5333 8.66667C14.5333 9.10849 14.8915 9.46667 15.3333 9.46667C15.7751 9.46667 16.1333 9.10849 16.1333 8.66667H14.5333ZM16.1333 7.33333C16.1333 6.89151 15.7751 6.53333 15.3333 6.53333C14.8915 6.53333 14.5333 6.89151 14.5333 7.33333H16.1333ZM1.99996 4.8H11.3333V3.2H1.99996V4.8ZM11.3333 4.8C11.6278 4.8 11.8666 5.03878 11.8666 5.33333H13.4666C13.4666 4.15513 12.5115 3.2 11.3333 3.2V4.8ZM11.8666 5.33333V10.6667H13.4666V5.33333H11.8666ZM11.8666 10.6667C11.8666 10.9612 11.6278 11.2 11.3333 11.2V12.8C12.5115 12.8 13.4666 11.8449 13.4666 10.6667H11.8666ZM11.3333 11.2H1.99996V12.8H11.3333V11.2ZM1.99996 11.2C1.70541 11.2 1.46663 10.9612 1.46663 10.6667H-0.133374C-0.133374 11.8449 0.821752 12.8 1.99996 12.8V11.2ZM1.46663 10.6667V5.33333H-0.133374V10.6667H1.46663ZM1.46663 5.33333C1.46663 5.03878 1.70541 4.8 1.99996 4.8V3.2C0.821752 3.2 -0.133374 4.15513 -0.133374 5.33333H1.46663ZM16.1333 8.66667V7.33333H14.5333V8.66667H16.1333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15609"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconBattery, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13047", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBattery size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBatteryCharging.tsx b/src/icons/IconBatteryCharging.tsx
index 4d6ed45..e3507bd 100644
--- a/src/icons/IconBatteryCharging.tsx
+++ b/src/icons/IconBatteryCharging.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBatteryCharging = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11450)"><path fillRule="evenodd" clipRule="evenodd" d="M7.74938 3.37604C8.09403 3.60581 8.18716 4.07146 7.95739 4.4161L6.06808 7.25008H8.66669C8.94328 7.25008 9.19743 7.40232 9.32794 7.64619C9.45846 7.89005 9.44415 8.18596 9.29072 8.4161L6.62406 12.4161C6.39429 12.7608 5.92864 12.8539 5.584 12.6241C5.23935 12.3944 5.14622 11.9287 5.37598 11.5841L7.2653 8.75008H4.66669C4.39009 8.75008 4.13595 8.59784 4.00543 8.35397C3.87492 8.11011 3.88922 7.8142 4.04265 7.58405L6.70932 3.58405C6.93908 3.23941 7.40473 3.14628 7.74938 3.37604ZM2.00002 4.75008C1.84531 4.75008 1.69694 4.81154 1.58754 4.92093C1.47815 5.03033 1.41669 5.1787 1.41669 5.33341V10.6667C1.41669 10.8215 1.47814 10.9698 1.58754 11.0792C1.69694 11.1886 1.84531 11.2501 2.00002 11.2501H3.33335C3.74757 11.2501 4.08335 11.5859 4.08335 12.0001C4.08335 12.4143 3.74757 12.7501 3.33335 12.7501H2.00002C1.44749 12.7501 0.917582 12.5306 0.526881 12.1399C0.136181 11.7492 -0.083313 11.2193 -0.083313 10.6667V5.33341C-0.083313 4.78088 0.13618 4.25097 0.526881 3.86027C0.917582 3.46957 1.44749 3.25008 2.00002 3.25008H4.12669C4.5409 3.25008 4.87669 3.58587 4.87669 4.00008C4.87669 4.41429 4.5409 4.75008 4.12669 4.75008H2.00002ZM9.25002 4.00008C9.25002 3.58587 9.58581 3.25008 10 3.25008H11.3334C11.8859 3.25008 12.4158 3.46957 12.8065 3.86027C13.1972 4.25098 13.4167 4.78088 13.4167 5.33341V10.6667C13.4167 11.2193 13.1972 11.7492 12.8065 12.1399C12.4158 12.5306 11.8859 12.7501 11.3334 12.7501H9.20669C8.79247 12.7501 8.45669 12.4143 8.45669 12.0001C8.45669 11.5859 8.79247 11.2501 9.20669 11.2501H11.3334C11.4881 11.2501 11.6364 11.1886 11.7458 11.0792C11.8552 10.9698 11.9167 10.8215 11.9167 10.6667V5.33341C11.9167 5.1787 11.8552 5.03033 11.7458 4.92093C11.6364 4.81154 11.4881 4.75008 11.3334 4.75008H10C9.58581 4.75008 9.25002 4.41429 9.25002 4.00008ZM15.3334 6.58341C15.7476 6.58341 16.0834 6.9192 16.0834 7.33341V8.66675C16.0834 9.08096 15.7476 9.41675 15.3334 9.41675C14.9191 9.41675 14.5834 9.08096 14.5834 8.66675V7.33341C14.5834 6.9192 14.9191 6.58341 15.3334 6.58341Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11450"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15607)"><path d="M3.33335 12.8C3.77518 12.8 4.13335 12.4418 4.13335 12C4.13335 11.5582 3.77518 11.2 3.33335 11.2V12.8ZM0.666687 10.6667H-0.133313H0.666687ZM2.00002 4V3.2V4ZM4.12669 4.8C4.56851 4.8 4.92669 4.44183 4.92669 4C4.92669 3.55817 4.56851 3.2 4.12669 3.2V4.8ZM10 3.2C9.55819 3.2 9.20002 3.55817 9.20002 4C9.20002 4.44183 9.55819 4.8 10 4.8V3.2ZM11.3334 4V3.2V4ZM9.20669 11.2C8.76486 11.2 8.40669 11.5582 8.40669 12C8.40669 12.4418 8.76486 12.8 9.20669 12.8V11.2ZM14.5334 8.66667C14.5334 9.10849 14.8915 9.46667 15.3334 9.46667C15.7752 9.46667 16.1334 9.10849 16.1334 8.66667H14.5334ZM16.1334 7.33333C16.1334 6.89151 15.7752 6.53333 15.3334 6.53333C14.8915 6.53333 14.5334 6.89151 14.5334 7.33333H16.1334ZM7.99899 4.44376C8.24408 4.07614 8.14474 3.57944 7.77711 3.33436C7.40949 3.08928 6.9128 3.18862 6.66771 3.55624L7.99899 4.44376ZM4.66669 8L4.00105 7.55624C3.83739 7.80172 3.82213 8.11736 3.96135 8.37749C4.10056 8.63761 4.37165 8.8 4.66669 8.8V8ZM8.66669 8L9.33233 8.44376C9.49598 8.19828 9.51124 7.88264 9.37203 7.62251C9.23281 7.36239 8.96172 7.2 8.66669 7.2V8ZM5.33438 11.5562C5.0893 11.9239 5.18864 12.4206 5.55626 12.6656C5.92388 12.9107 6.42058 12.8114 6.66566 12.4438L5.33438 11.5562ZM3.33335 11.2H2.00002V12.8H3.33335V11.2ZM2.00002 11.2C1.85857 11.2 1.72292 11.1438 1.6229 11.0438L0.491526 12.1752C0.891603 12.5752 1.43422 12.8 2.00002 12.8V11.2ZM1.6229 11.0438C1.52288 10.9438 1.46669 10.8081 1.46669 10.6667H-0.133313C-0.133313 11.2325 0.0914485 11.7751 0.491526 12.1752L1.6229 11.0438ZM1.46669 10.6667V5.33333H-0.133313V10.6667H1.46669ZM1.46669 5.33333C1.46669 5.19188 1.52288 5.05623 1.6229 4.95621L0.491526 3.82484C0.0914482 4.22492 -0.133313 4.76754 -0.133313 5.33333H1.46669ZM1.6229 4.95621C1.72292 4.85619 1.85857 4.8 2.00002 4.8V3.2C1.43423 3.2 0.891604 3.42476 0.491526 3.82484L1.6229 4.95621ZM2.00002 4.8H4.12669V3.2H2.00002V4.8ZM10 4.8H11.3334V3.2H10V4.8ZM11.3334 4.8C11.4748 4.8 11.6105 4.85619 11.7105 4.95621L12.8418 3.82484C12.4418 3.42476 11.8991 3.2 11.3334 3.2V4.8ZM11.7105 4.95621C11.8105 5.05623 11.8667 5.19189 11.8667 5.33333H13.4667C13.4667 4.76754 13.2419 4.22492 12.8418 3.82484L11.7105 4.95621ZM11.8667 5.33333V10.6667H13.4667V5.33333H11.8667ZM11.8667 10.6667C11.8667 10.8081 11.8105 10.9438 11.7105 11.0438L12.8418 12.1752C13.2419 11.7751 13.4667 11.2325 13.4667 10.6667H11.8667ZM11.7105 11.0438C11.6105 11.1438 11.4748 11.2 11.3334 11.2V12.8C11.8991 12.8 12.4418 12.5752 12.8418 12.1752L11.7105 11.0438ZM11.3334 11.2H9.20669V12.8H11.3334V11.2ZM16.1334 8.66667V7.33333H14.5334V8.66667H16.1334ZM6.66771 3.55624L4.00105 7.55624L5.33233 8.44376L7.99899 4.44376L6.66771 3.55624ZM4.66669 8.8H8.66669V7.2H4.66669V8.8ZM8.00105 7.55624L5.33438 11.5562L6.66566 12.4438L9.33233 8.44376L8.00105 7.55624Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15607"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconBatteryCharging, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13046", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBatteryCharging size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBell.tsx b/src/icons/IconBell.tsx
index 9ecc46b..f85f9b0 100644
--- a/src/icons/IconBell.tsx
+++ b/src/icons/IconBell.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBell = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.6413 1.97449C5.5321 1.0837 6.74028 0.583252 8.00006 0.583252C9.25984 0.583252 10.468 1.0837 11.3588 1.97449C12.2496 2.86529 12.7501 4.07347 12.7501 5.33325C12.7501 7.55608 13.2254 8.93006 13.6585 9.72411C13.8761 10.123 14.0871 10.3833 14.232 10.5362C14.3047 10.6129 14.3612 10.6631 14.3943 10.6907C14.4108 10.7045 14.4215 10.7126 14.4255 10.7155C14.4256 10.7157 14.4258 10.7158 14.4259 10.7159C14.694 10.9008 14.8125 11.2381 14.7179 11.5506C14.6221 11.8669 14.3306 12.0833 14.0001 12.0833H2.00006C1.66956 12.0833 1.37801 11.8669 1.28224 11.5506C1.18762 11.2381 1.30612 10.9008 1.57418 10.7159C1.57433 10.7158 1.57449 10.7157 1.57466 10.7155C1.5786 10.7126 1.58931 10.7045 1.60586 10.6907C1.63893 10.6631 1.69546 10.6129 1.76809 10.5362C1.91298 10.3833 2.12404 10.123 2.34164 9.72411C2.77476 8.93006 3.25006 7.55608 3.25006 5.33325C3.25006 4.07347 3.7505 2.86529 4.6413 1.97449ZM3.57937 10.5833H12.4207C12.3944 10.5376 12.368 10.4907 12.3416 10.4424C11.7748 9.40311 11.2501 7.77709 11.2501 5.33325C11.2501 4.4713 10.9076 3.64465 10.2982 3.03515C9.68866 2.42566 8.86201 2.08325 8.00006 2.08325C7.1381 2.08325 6.31145 2.42566 5.70196 3.03515C5.09247 3.64465 4.75006 4.4713 4.75006 5.33325C4.75006 7.77709 4.22536 9.40311 3.65848 10.4424C3.63215 10.4907 3.60576 10.5376 3.57937 10.5833ZM6.4704 13.3512C6.82869 13.1433 7.28763 13.2653 7.49548 13.6236C7.54675 13.712 7.62036 13.7854 7.70891 13.8364C7.79746 13.8874 7.89786 13.9142 8.00006 13.9142C8.10225 13.9142 8.20265 13.8874 8.29121 13.8364C8.37976 13.7854 8.45336 13.712 8.50464 13.6236C8.71248 13.2653 9.17143 13.1433 9.52972 13.3512C9.88801 13.559 10.01 14.018 9.80214 14.3762C9.61901 14.692 9.35615 14.954 9.03988 15.1362C8.72361 15.3183 8.36503 15.4142 8.00006 15.4142C7.63508 15.4142 7.27651 15.3183 6.96024 15.1362C6.64397 14.954 6.38111 14.692 6.19798 14.3762C5.99013 14.018 6.1121 13.559 6.4704 13.3512Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8 1.33325V0.533252V1.33325ZM4 5.33325H3.2H4ZM2 11.3333L1.55624 10.6676C1.26291 10.8632 1.13217 11.2277 1.23433 11.5651C1.33649 11.9025 1.64747 12.1333 2 12.1333L2 11.3333ZM14 11.3333V12.1333C14.3525 12.1333 14.6635 11.9025 14.7657 11.5651C14.8678 11.2277 14.7371 10.8632 14.4438 10.6676L14 11.3333ZM9.84533 14.4013C10.067 14.0192 9.93693 13.5296 9.55475 13.3079C9.17257 13.0862 8.68303 13.2163 8.46133 13.5985L9.84533 14.4013ZM7.53867 13.5985C7.31697 13.2163 6.82743 13.0862 6.44525 13.3079C6.06307 13.5296 5.93297 14.0192 6.15467 14.4013L7.53867 13.5985ZM12.8 5.33325C12.8 4.06021 12.2943 2.83931 11.3941 1.93914L10.2627 3.07051C10.8629 3.67063 11.2 4.48456 11.2 5.33325H12.8ZM11.3941 1.93914C10.4939 1.03896 9.27304 0.533252 8 0.533252V2.13325C8.84869 2.13325 9.66263 2.47039 10.2627 3.07051L11.3941 1.93914ZM8 0.533252C6.72696 0.533252 5.50606 1.03896 4.60589 1.93914L5.73726 3.07051C6.33737 2.47039 7.15131 2.13325 8 2.13325V0.533252ZM4.60589 1.93914C3.70571 2.83931 3.2 4.06021 3.2 5.33325H4.8C4.8 4.48456 5.13714 3.67063 5.73726 3.07051L4.60589 1.93914ZM3.2 5.33325C3.2 7.54871 2.72635 8.91429 2.29768 9.70017C2.08225 10.0951 1.87378 10.3519 1.73174 10.5018C1.66051 10.577 1.60543 10.6259 1.57379 10.6523C1.55796 10.6655 1.54798 10.673 1.54475 10.6754C1.54313 10.6766 1.5432 10.6765 1.54508 10.6752C1.54602 10.6746 1.54741 10.6736 1.54926 10.6723C1.55019 10.6717 1.55124 10.671 1.5524 10.6702C1.55298 10.6698 1.55359 10.6694 1.55423 10.669C1.55455 10.6687 1.55505 10.6684 1.55521 10.6683C1.55572 10.668 1.55624 10.6676 2 11.3333C2.44376 11.9989 2.44429 11.9985 2.44483 11.9982C2.44502 11.998 2.44557 11.9977 2.44595 11.9974C2.44672 11.9969 2.44751 11.9964 2.44833 11.9958C2.44998 11.9947 2.45175 11.9935 2.45363 11.9922C2.45741 11.9896 2.46167 11.9867 2.46639 11.9833C2.47584 11.9767 2.48714 11.9685 2.50018 11.9588C2.52624 11.9394 2.55923 11.9138 2.59809 11.8814C2.67582 11.8166 2.77699 11.7249 2.89326 11.6022C3.12622 11.3563 3.41775 10.988 3.70232 10.4663C4.27365 9.41888 4.8 7.78446 4.8 5.33325H3.2ZM2 12.1333H14V10.5333H2V12.1333ZM14 11.3333C14.4438 10.6676 14.4443 10.668 14.4448 10.6683C14.4449 10.6684 14.4455 10.6687 14.4458 10.669C14.4464 10.6694 14.447 10.6698 14.4476 10.6702C14.4488 10.671 14.4498 10.6717 14.4507 10.6723C14.4526 10.6736 14.454 10.6746 14.4549 10.6752C14.4568 10.6765 14.4569 10.6766 14.4553 10.6754C14.452 10.673 14.442 10.6655 14.4262 10.6523C14.3946 10.6259 14.3395 10.577 14.2683 10.5018C14.1262 10.3519 13.9178 10.0951 13.7023 9.70017C13.2737 8.91429 12.8 7.54871 12.8 5.33325H11.2C11.2 7.78446 11.7263 9.41888 12.2977 10.4663C12.5822 10.988 12.8738 11.3563 13.1067 11.6022C13.223 11.7249 13.3242 11.8166 13.4019 11.8814C13.4408 11.9138 13.4738 11.9394 13.4998 11.9588C13.5129 11.9685 13.5242 11.9767 13.5336 11.9833C13.5383 11.9867 13.5426 11.9896 13.5464 11.9922C13.5483 11.9935 13.55 11.9947 13.5517 11.9958C13.5525 11.9964 13.5533 11.9969 13.554 11.9974C13.5544 11.9977 13.555 11.998 13.5552 11.9982C13.5557 11.9985 13.5562 11.9989 14 11.3333ZM8.46133 13.5985C8.41445 13.6793 8.34716 13.7464 8.26619 13.793L9.06477 15.1795C9.38863 14.993 9.6578 14.7246 9.84533 14.4013L8.46133 13.5985ZM8.26619 13.793C8.18523 13.8397 8.09343 13.8642 8 13.8642V15.4642C8.37374 15.4642 8.74092 15.366 9.06477 15.1795L8.26619 13.793ZM8 13.8642C7.90657 13.8642 7.81477 13.8397 7.73381 13.793L6.93523 15.1795C7.25908 15.366 7.62626 15.4642 8 15.4642V13.8642ZM7.73381 13.793C7.65284 13.7464 7.58555 13.6793 7.53867 13.5985L6.15467 14.4013C6.3422 14.7246 6.61137 14.993 6.93523 15.1795L7.73381 13.793Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBell, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13048", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBell size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBellOff.tsx b/src/icons/IconBellOff.tsx
index c5ddb2e..c029fe7 100644
--- a/src/icons/IconBellOff.tsx
+++ b/src/icons/IconBellOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBellOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11598)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136296 0.136418C0.429189 -0.156475 0.904063 -0.156475 1.19696 0.136418L4.69256 3.63202C4.69978 3.63896 4.70686 3.64604 4.71378 3.65325L11.8632 10.8027C11.8635 10.803 11.8638 10.8032 11.864 10.8035L15.8636 14.8031C16.1565 15.096 16.1565 15.5709 15.8636 15.8637C15.5707 16.1566 15.0959 16.1566 14.803 15.8637L11.0226 12.0834H1.99996C1.66946 12.0834 1.37791 11.8671 1.28214 11.5508C1.18752 11.2382 1.30602 10.9009 1.57407 10.7161C1.57408 10.7161 1.57408 10.7161 1.57408 10.7161C1.57423 10.7159 1.57439 10.7158 1.57456 10.7157C1.57851 10.7128 1.58921 10.7046 1.60576 10.6908C1.63883 10.6633 1.69536 10.613 1.76799 10.5364C1.91288 10.3834 2.12394 10.1232 2.34154 9.72428C2.77461 8.93032 3.24985 7.55657 3.24996 5.33422M3.57927 10.5834H9.52263L4.74332 5.8041C4.6809 7.98816 4.18805 9.47149 3.65838 10.4426C3.63205 10.4908 3.60566 10.5378 3.57927 10.5834ZM3.34202 4.4028L0.136296 1.19708C-0.156597 0.904185 -0.156597 0.429311 0.136296 0.136418M7.77109 0.582997C8.63058 0.541535 9.48519 0.734328 10.2436 1.14078C11.0021 1.54724 11.6359 2.15209 12.0773 2.89072C12.5187 3.62936 12.7512 4.47404 12.75 5.33453L12.7499 5.3454L12.7499 5.3454C12.733 6.39999 12.8655 7.45166 13.1435 8.46912C13.2526 8.86869 13.0172 9.28109 12.6176 9.39024C12.218 9.49939 11.8056 9.26395 11.6965 8.86438C11.3817 7.71223 11.2314 6.5214 11.25 5.3272C11.2499 4.74021 11.0909 4.16415 10.7897 3.66023C10.4877 3.15484 10.054 2.741 9.53511 2.4629C9.01617 2.1848 8.43144 2.05289 7.84336 2.08125C7.25529 2.10962 6.68597 2.29721 6.19621 2.62397C5.85165 2.85386 5.38596 2.7609 5.15607 2.41633C4.92618 2.07177 5.01915 1.60608 5.36371 1.37619C6.07951 0.89862 6.9116 0.62446 7.77109 0.582997ZM6.4703 13.3513C6.82859 13.1435 7.28754 13.2655 7.49538 13.6238C7.54665 13.7122 7.62025 13.7855 7.70881 13.8365C7.79736 13.8875 7.89776 13.9144 7.99996 13.9144C8.10215 13.9144 8.20255 13.8875 8.29111 13.8365C8.37966 13.7855 8.45326 13.7122 8.50454 13.6238C8.71238 13.2655 9.17133 13.1435 9.52962 13.3513C9.88792 13.5592 10.0099 14.0181 9.80204 14.3764C9.61891 14.6921 9.35604 14.9542 9.03978 15.1363C8.72351 15.3185 8.36494 15.4144 7.99996 15.4144C7.63498 15.4144 7.27641 15.3185 6.96014 15.1363C6.64387 14.9542 6.38101 14.6921 6.19788 14.3764C5.99004 14.0181 6.112 13.5592 6.4703 13.3513Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11598"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15611)"><path d="M9.84529 14.4015C10.067 14.0193 9.93689 13.5298 9.55471 13.3081C9.17253 13.0864 8.68299 13.2165 8.46129 13.5987L9.84529 14.4015ZM7.53863 13.5987C7.31693 13.2165 6.82739 13.0864 6.44521 13.3081C6.06303 13.5298 5.93293 14.0193 6.15463 14.4015L7.53863 13.5987ZM11.6482 8.87755C11.7647 9.30377 12.2046 9.5549 12.6308 9.43847C13.057 9.32205 13.3081 8.88215 13.1917 8.45594L11.6482 8.87755ZM12 5.33342L12.7999 5.3462L12.8 5.3346L12 5.33342ZM4.9378 4.40907C5.06795 3.98685 4.83118 3.53906 4.40895 3.40891C3.98673 3.27876 3.53894 3.51553 3.40879 3.93776L4.9378 4.40907ZM3.99996 5.33342H4.79996L4.79996 5.33153L3.99996 5.33342ZM1.99996 11.3334L1.5562 10.6678C1.26287 10.8633 1.13213 11.2278 1.23429 11.5652C1.33644 11.9026 1.64743 12.1334 1.99996 12.1334V11.3334ZM11.3333 12.1334C11.7751 12.1334 12.1333 11.7752 12.1333 11.3334C12.1333 10.8916 11.7751 10.5334 11.3333 10.5334V12.1334ZM5.33596 1.3346C4.96842 1.57982 4.86926 2.07655 5.11448 2.44408C5.35969 2.81162 5.85643 2.91078 6.22396 2.66556L5.33596 1.3346ZM1.23231 0.101063C0.919892 -0.211357 0.41336 -0.211357 0.100941 0.101063C-0.211479 0.413482 -0.211479 0.920014 0.100941 1.23243L1.23231 0.101063ZM14.7676 15.8991C15.08 16.2115 15.5866 16.2115 15.899 15.8991C16.2114 15.5867 16.2114 15.0801 15.899 14.7677L14.7676 15.8991ZM8.46129 13.5987C8.41441 13.6795 8.34712 13.7466 8.26615 13.7932L9.06473 15.1797C9.38859 14.9931 9.65776 14.7248 9.84529 14.4015L8.46129 13.5987ZM8.26615 13.7932C8.18519 13.8398 8.09339 13.8644 7.99996 13.8644V15.4644C8.3737 15.4644 8.74088 15.3662 9.06473 15.1797L8.26615 13.7932ZM7.99996 13.8644C7.90652 13.8644 7.81473 13.8398 7.73377 13.7932L6.93518 15.1797C7.25904 15.3662 7.62622 15.4644 7.99996 15.4644V13.8644ZM7.73377 13.7932C7.6528 13.7466 7.58551 13.6795 7.53863 13.5987L6.15463 14.4015C6.34216 14.7248 6.61133 14.9931 6.93518 15.1797L7.73377 13.7932ZM13.1917 8.45594C12.915 7.44304 12.7831 6.39607 12.7999 5.3462L11.2001 5.32063C11.1809 6.52148 11.3318 7.719 11.6482 8.87755L13.1917 8.45594ZM3.40879 3.93776C3.26925 4.39044 3.19885 4.8616 3.19996 5.3353L4.79996 5.33153C4.79922 5.01886 4.84569 4.70787 4.9378 4.40907L3.40879 3.93776ZM3.19996 5.33342C3.19996 7.54888 2.72631 8.91445 2.29764 9.70033C2.08221 10.0953 1.87374 10.352 1.7317 10.502C1.66047 10.5772 1.60538 10.6261 1.57375 10.6524C1.55792 10.6656 1.54793 10.6732 1.5447 10.6756C1.54309 10.6768 1.54316 10.6767 1.54504 10.6754C1.54598 10.6747 1.54737 10.6738 1.54922 10.6725C1.55015 10.6718 1.5512 10.6711 1.55236 10.6704C1.55294 10.67 1.55355 10.6695 1.55419 10.6691C1.55451 10.6689 1.55501 10.6686 1.55517 10.6685C1.55568 10.6681 1.5562 10.6678 1.99996 11.3334C2.44372 11.9991 2.44425 11.9987 2.44479 11.9983C2.44498 11.9982 2.44553 11.9978 2.44591 11.9976C2.44667 11.9971 2.44747 11.9965 2.44829 11.996C2.44994 11.9949 2.45171 11.9937 2.45359 11.9924C2.45737 11.9898 2.46163 11.9868 2.46635 11.9835C2.4758 11.9769 2.4871 11.9687 2.50014 11.959C2.5262 11.9396 2.55919 11.914 2.59804 11.8816C2.67578 11.8168 2.77695 11.7251 2.89322 11.6024C3.12618 11.3565 3.41771 10.9882 3.70228 10.4665C4.27361 9.41904 4.79996 7.78462 4.79996 5.33342H3.19996ZM1.99996 12.1334H11.3333V10.5334H1.99996V12.1334ZM12.8 5.3346C12.8012 4.46505 12.5663 3.61148 12.1202 2.86507L10.7468 3.68588C11.0442 4.18348 11.2008 4.75253 11.2 5.33223L12.8 5.3346ZM12.1202 2.86507C11.6741 2.11866 11.0337 1.50745 10.2673 1.09671L9.51149 2.50697C10.0224 2.78079 10.4494 3.18827 10.7468 3.68588L12.1202 2.86507ZM10.2673 1.09671C9.50083 0.685979 8.63722 0.491156 7.76868 0.533055L7.84577 2.1312C8.4248 2.10326 9.00054 2.23315 9.51149 2.50697L10.2673 1.09671ZM7.76868 0.533055C6.90014 0.574954 6.05929 0.852001 5.33596 1.3346L6.22396 2.66556C6.70618 2.34383 7.26675 2.15913 7.84577 2.1312L7.76868 0.533055ZM0.100941 1.23243L14.7676 15.8991L15.899 14.7677L1.23231 0.101063L0.100941 1.23243Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15611"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconBellOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13049", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBellOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBluetooth.tsx b/src/icons/IconBluetooth.tsx
index fdf5abf..cce2659 100644
--- a/src/icons/IconBluetooth.tsx
+++ b/src/icons/IconBluetooth.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBluetooth = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12940)"><path fillRule="evenodd" clipRule="evenodd" d="M7.71291 -0.0261397C7.99316 -0.142225 8.31575 -0.0780586 8.53025 0.13644L12.1969 3.80311C12.3376 3.94376 12.4166 4.13452 12.4166 4.33344C12.4166 4.53235 12.3376 4.72311 12.1969 4.86377L9.06058 8.0001L12.1969 11.1364C12.4898 11.4293 12.4898 11.9042 12.1969 12.1971L8.53025 15.8638C8.31575 16.0783 7.99316 16.1424 7.71291 16.0263C7.43265 15.9103 7.24992 15.6368 7.24992 15.3334V9.81076L4.86358 12.1971C4.57069 12.49 4.09582 12.49 3.80292 12.1971C3.51003 11.9042 3.51003 11.4293 3.80292 11.1364L6.93926 8.0001L3.80292 4.86377C3.51003 4.57087 3.51003 4.096 3.80292 3.80311C4.09582 3.51021 4.57069 3.51021 4.86358 3.80311L7.24992 6.18944V0.66677C7.24992 0.363423 7.43265 0.0899461 7.71291 -0.0261397ZM8.74992 9.81076L10.6059 11.6668L8.74992 13.5228V9.81076ZM8.74992 6.18944V2.47743L10.6059 4.33344L8.74992 6.18944Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12940"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15615)"><path d="M4.89894 3.76773C4.58652 3.45531 4.07999 3.45531 3.76757 3.76773C3.45515 4.08015 3.45515 4.58668 3.76757 4.8991L4.89894 3.76773ZM11.6666 11.6667L12.2323 12.2324C12.5447 11.92 12.5447 11.4135 12.2323 11.1011L11.6666 11.6667ZM7.99992 15.3334H7.19992C7.19992 15.657 7.39483 15.9487 7.69377 16.0725C7.99271 16.1963 8.33681 16.1279 8.5656 15.8991L7.99992 15.3334ZM7.99992 0.666748L8.5656 0.101063C8.33681 -0.127736 7.99271 -0.19618 7.69377 -0.0723556C7.39483 0.0514692 7.19992 0.343178 7.19992 0.666748H7.99992ZM11.6666 4.33341L12.2323 4.8991C12.5447 4.58668 12.5447 4.08015 12.2323 3.76773L11.6666 4.33341ZM3.76757 11.1011C3.45515 11.4135 3.45515 11.92 3.76757 12.2324C4.07999 12.5449 4.58652 12.5449 4.89894 12.2324L3.76757 11.1011ZM3.76757 4.8991L11.1009 12.2324L12.2323 11.1011L4.89894 3.76773L3.76757 4.8991ZM11.1009 11.1011L7.43423 14.7677L8.5656 15.8991L12.2323 12.2324L11.1009 11.1011ZM8.79992 15.3334V0.666748H7.19992V15.3334H8.79992ZM7.43423 1.23243L11.1009 4.8991L12.2323 3.76773L8.5656 0.101063L7.43423 1.23243ZM11.1009 3.76773L3.76757 11.1011L4.89894 12.2324L12.2323 4.8991L11.1009 3.76773Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15615"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconBluetooth, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13051", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBluetooth size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBold.tsx b/src/icons/IconBold.tsx
index 2e03788..eea97ca 100644
--- a/src/icons/IconBold.tsx
+++ b/src/icons/IconBold.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBold = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.25 2.66675C3.25 2.25253 3.58579 1.91675 4 1.91675H9.33333C10.2395 1.91675 11.1085 2.27672 11.7493 2.91747C12.39 3.55822 12.75 4.42726 12.75 5.33341C12.75 6.2344 12.3941 7.0987 11.7602 7.73838C11.9969 7.88066 12.2174 8.05225 12.4159 8.2508C13.0567 8.89155 13.4167 9.76059 13.4167 10.6667C13.4167 11.5729 13.0567 12.4419 12.4159 13.0827C11.7752 13.7234 10.9062 14.0834 10 14.0834H4C3.58579 14.0834 3.25 13.7476 3.25 13.3334V2.66675ZM4.75 3.41675V7.25008H9.33333C9.84167 7.25008 10.3292 7.04815 10.6886 6.6887C11.0481 6.32926 11.25 5.84175 11.25 5.33341C11.25 4.82508 11.0481 4.33757 10.6886 3.97813C10.3292 3.61868 9.84167 3.41675 9.33333 3.41675H4.75ZM4.75 8.75008V12.5834H10C10.5083 12.5834 10.9958 12.3815 11.3553 12.022C11.7147 11.6626 11.9167 11.1751 11.9167 10.6667C11.9167 10.1584 11.7147 9.67091 11.3553 9.31146C10.9958 8.95202 10.5083 8.75008 10 8.75008H4.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4 2.66675V1.86675C3.55817 1.86675 3.2 2.22492 3.2 2.66675H4ZM9.33333 2.66675V1.86675V2.66675ZM9.33333 8.00008V8.80008V8.00008ZM10 8.00008V7.20008V8.00008ZM4 13.3334H3.2C3.2 13.7752 3.55817 14.1334 4 14.1334V13.3334ZM4 3.46675H9.33333V1.86675H4V3.46675ZM9.33333 3.46675C9.8284 3.46675 10.3032 3.66341 10.6533 4.01348L11.7846 2.88211C11.1345 2.23199 10.2527 1.86675 9.33333 1.86675V3.46675ZM10.6533 4.01348C11.0033 4.36355 11.2 4.83834 11.2 5.33341H12.8C12.8 4.414 12.4348 3.53224 11.7846 2.88211L10.6533 4.01348ZM11.2 5.33341C11.2 5.82848 11.0033 6.30328 10.6533 6.65335L11.7846 7.78472C12.4348 7.13459 12.8 6.25283 12.8 5.33341H11.2ZM10.6533 6.65335C10.3032 7.00342 9.8284 7.20008 9.33333 7.20008V8.80008C10.2528 8.80008 11.1345 8.43484 11.7846 7.78472L10.6533 6.65335ZM9.33333 7.20008H4V8.80008H9.33333V7.20008ZM4.8 8.00008V2.66675H3.2V8.00008H4.8ZM4 8.80008H10V7.20008H4V8.80008ZM10 8.80008C10.4951 8.80008 10.9699 8.99675 11.3199 9.34682L12.4513 8.21544C11.8012 7.56532 10.9194 7.20008 10 7.20008V8.80008ZM11.3199 9.34682C11.67 9.69688 11.8667 10.1717 11.8667 10.6667H13.4667C13.4667 9.74733 13.1014 8.86557 12.4513 8.21544L11.3199 9.34682ZM11.8667 10.6667C11.8667 11.1618 11.67 11.6366 11.3199 11.9867L12.4513 13.118C13.1014 12.4679 13.4667 11.5862 13.4667 10.6667H11.8667ZM11.3199 11.9867C10.9699 12.3367 10.4951 12.5334 10 12.5334V14.1334C10.9194 14.1334 11.8012 13.7682 12.4513 13.118L11.3199 11.9867ZM10 12.5334H4V14.1334H10V12.5334ZM4.8 13.3334V8.00008H3.2V13.3334H4.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBold, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13050", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBold size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBook.tsx b/src/icons/IconBook.tsx
index d75408b..3cb2f07 100644
--- a/src/icons/IconBook.tsx
+++ b/src/icons/IconBook.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBook = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.33317 2.08325C4.09006 2.08325 3.8569 2.17983 3.68499 2.35174C3.51308 2.52365 3.4165 2.7568 3.4165 2.99992V10.7639C3.70466 10.6457 4.0157 10.5833 4.33317 10.5833H12.5832V2.08325H4.33317ZM14.0832 1.33325C14.0832 0.919038 13.7474 0.583252 13.3332 0.583252H4.33317C3.69223 0.583252 3.07754 0.837864 2.62433 1.29108C2.17112 1.74429 1.9165 2.35898 1.9165 2.99992V12.9999C1.9165 13.6409 2.17112 14.2555 2.62433 14.7088C3.07754 15.162 3.69223 15.4166 4.33317 15.4166H13.3332C13.7474 15.4166 14.0832 15.0808 14.0832 14.6666V1.33325ZM12.5832 12.0833H4.33317C4.09006 12.0833 3.8569 12.1798 3.68499 12.3517C3.51308 12.5236 3.4165 12.7568 3.4165 12.9999C3.4165 13.243 3.51308 13.4762 3.68499 13.6481C3.8569 13.82 4.09006 13.9166 4.33317 13.9166H12.5832V12.0833Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.6665 12.9999H1.8665H2.6665ZM4.33317 11.3333V10.5333V11.3333ZM13.3332 12.1333C13.775 12.1333 14.1332 11.7751 14.1332 11.3333C14.1332 10.8914 13.775 10.5333 13.3332 10.5333V12.1333ZM4.33317 1.33325V0.533252V1.33325ZM13.3332 1.33325H14.1332C14.1332 0.891424 13.775 0.533252 13.3332 0.533252V1.33325ZM13.3332 14.6666V15.4666C13.775 15.4666 14.1332 15.1084 14.1332 14.6666H13.3332ZM2.6665 2.99992H1.8665H2.6665ZM3.4665 12.9999C3.4665 12.7701 3.55781 12.5496 3.72034 12.3871L2.58897 11.2557C2.12638 11.7183 1.8665 12.3457 1.8665 12.9999H3.4665ZM3.72034 12.3871C3.88288 12.2246 4.10332 12.1333 4.33317 12.1333V10.5333C3.67897 10.5333 3.05156 10.7931 2.58897 11.2557L3.72034 12.3871ZM4.33317 12.1333H13.3332V10.5333H4.33317V12.1333ZM4.33317 2.13325H13.3332V0.533252H4.33317V2.13325ZM12.5332 1.33325V14.6666H14.1332V1.33325H12.5332ZM13.3332 13.8666H4.33317V15.4666H13.3332V13.8666ZM4.33317 13.8666C4.10332 13.8666 3.88288 13.7753 3.72034 13.6127L2.58897 14.7441C3.05156 15.2067 3.67897 15.4666 4.33317 15.4666V13.8666ZM3.72034 13.6127C3.55781 13.4502 3.4665 13.2298 3.4665 12.9999H1.8665C1.8665 13.6541 2.12638 14.2815 2.58897 14.7441L3.72034 13.6127ZM3.4665 12.9999V2.99992H1.8665V12.9999H3.4665ZM3.4665 2.99992C3.4665 2.77006 3.55781 2.54962 3.72034 2.38709L2.58897 1.25572C2.12638 1.71831 1.8665 2.34572 1.8665 2.99992H3.4665ZM3.72034 2.38709C3.88288 2.22456 4.10332 2.13325 4.33317 2.13325V0.533252C3.67897 0.533252 3.05156 0.793132 2.58897 1.25572L3.72034 2.38709Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBook, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13052", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBook size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBookOpen.tsx b/src/icons/IconBookOpen.tsx
index 0bd74e5..d0da0e7 100644
--- a/src/icons/IconBookOpen.tsx
+++ b/src/icons/IconBookOpen.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBookOpen = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M0.583496 2C0.583496 1.58579 0.919283 1.25 1.3335 1.25H5.3335C6.23965 1.25 7.1087 1.60997 7.74944 2.25072C7.83851 2.33979 7.92216 2.43327 8.00016 2.53065C8.07817 2.43327 8.16181 2.33979 8.25088 2.25072C8.89163 1.60997 9.76067 1.25 10.6668 1.25H14.6668C15.081 1.25 15.4168 1.58579 15.4168 2V12C15.4168 12.4142 15.081 12.75 14.6668 12.75H10.0002C9.66864 12.75 9.3507 12.8817 9.11628 13.1161C8.88186 13.3505 8.75016 13.6685 8.75016 14C8.75016 14.4142 8.41438 14.75 8.00016 14.75C7.58595 14.75 7.25016 14.4142 7.25016 14C7.25016 13.6685 7.11847 13.3505 6.88405 13.1161C6.64963 12.8817 6.33168 12.75 6.00016 12.75H1.3335C0.919283 12.75 0.583496 12.4142 0.583496 12V2ZM7.25016 11.5505C6.86661 11.3548 6.43879 11.25 6.00016 11.25H2.0835V2.75H5.3335C5.84183 2.75 6.32934 2.95193 6.68878 3.31138C7.04823 3.67082 7.25016 4.15834 7.25016 4.66667V11.5505ZM8.75016 11.5505C9.13371 11.3548 9.56154 11.25 10.0002 11.25H13.9168V2.75H10.6668C10.1585 2.75 9.67099 2.95193 9.31154 3.31138C8.9521 3.67082 8.75016 4.15833 8.75016 4.66667V11.5505Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.3335 2V1.2C0.891668 1.2 0.533496 1.55817 0.533496 2H1.3335ZM8.00016 4.66667H8.80016H8.00016ZM7.20016 14C7.20016 14.4418 7.55833 14.8 8.00016 14.8C8.44199 14.8 8.80016 14.4418 8.80016 14H7.20016ZM6.00016 12V11.2V12ZM1.3335 12H0.533496C0.533496 12.4418 0.891668 12.8 1.3335 12.8L1.3335 12ZM14.6668 2H15.4668C15.4668 1.55817 15.1087 1.2 14.6668 1.2V2ZM10.6668 2V1.2V2ZM10.0002 12V11.2V12ZM14.6668 12V12.8C15.1087 12.8 15.4668 12.4418 15.4668 12H14.6668ZM1.3335 2.8H5.3335V1.2H1.3335V2.8ZM5.3335 2.8C5.82857 2.8 6.30336 2.99667 6.65343 3.34673L7.7848 2.21536C7.13467 1.56524 6.25291 1.2 5.3335 1.2V2.8ZM6.65343 3.34673C7.0035 3.6968 7.20016 4.1716 7.20016 4.66667H8.80016C8.80016 3.74725 8.43493 2.86549 7.7848 2.21536L6.65343 3.34673ZM7.20016 4.66667V14H8.80016V4.66667H7.20016ZM8.80016 14C8.80016 13.2574 8.50516 12.5452 7.98006 12.0201L6.84869 13.1515C7.07373 13.3765 7.20016 13.6817 7.20016 14H8.80016ZM7.98006 12.0201C7.45496 11.495 6.74277 11.2 6.00016 11.2V12.8C6.31842 12.8 6.62365 12.9264 6.84869 13.1515L7.98006 12.0201ZM6.00016 11.2H1.3335V12.8H6.00016V11.2ZM2.1335 12V2H0.533496V12H2.1335ZM14.6668 1.2H10.6668V2.8H14.6668V1.2ZM10.6668 1.2C9.74741 1.2 8.86565 1.56524 8.21553 2.21536L9.3469 3.34673C9.69696 2.99667 10.1718 2.8 10.6668 2.8V1.2ZM8.21553 2.21536C7.5654 2.86549 7.20016 3.74725 7.20016 4.66667H8.80016C8.80016 4.1716 8.99683 3.6968 9.3469 3.34673L8.21553 2.21536ZM8.80016 14C8.80016 13.6817 8.92659 13.3765 9.15163 13.1515L8.02026 12.0201C7.49516 12.5452 7.20016 13.2574 7.20016 14H8.80016ZM9.15163 13.1515C9.37668 12.9264 9.6819 12.8 10.0002 12.8V11.2C9.25756 11.2 8.54537 11.495 8.02026 12.0201L9.15163 13.1515ZM10.0002 12.8H14.6668V11.2H10.0002V12.8ZM15.4668 12V2H13.8668V12H15.4668Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBookOpen, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13053", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBookOpen size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBookmark.tsx b/src/icons/IconBookmark.tsx
index f7a4e3a..cc13596 100644
--- a/src/icons/IconBookmark.tsx
+++ b/src/icons/IconBookmark.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBookmark = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.66666 2.75C4.51195 2.75 4.36358 2.81146 4.25418 2.92085C4.14479 3.03025 4.08333 3.17862 4.08333 3.33333V12.5426L7.56407 10.0564C7.82484 9.8701 8.17515 9.8701 8.43592 10.0564L11.9167 12.5426V3.33333C11.9167 3.17862 11.8552 3.03025 11.7458 2.92085C11.6364 2.81146 11.488 2.75 11.3333 2.75H4.66666ZM3.19352 1.86019C3.58422 1.46949 4.11413 1.25 4.66666 1.25H11.3333C11.8859 1.25 12.4158 1.46949 12.8065 1.86019C13.1972 2.25089 13.4167 2.7808 13.4167 3.33333V14C13.4167 14.2809 13.2597 14.5383 13.0098 14.6669C12.76 14.7954 12.4593 14.7736 12.2307 14.6103L8 11.5883L3.76926 14.6103C3.54065 14.7736 3.23995 14.7954 2.99014 14.6669C2.74034 14.5383 2.58333 14.2809 2.58333 14V3.33333C2.58333 2.7808 2.80282 2.2509 3.19352 1.86019Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.6667 14L12.2017 14.651C12.4455 14.8252 12.7663 14.8485 13.0327 14.7113C13.2992 14.5742 13.4667 14.2997 13.4667 14H12.6667ZM7.99999 10.6667L8.46499 10.0157C8.18683 9.817 7.81316 9.817 7.535 10.0157L7.99999 10.6667ZM3.33333 14H2.53333C2.53333 14.2997 2.70081 14.5742 2.96726 14.7113C3.23372 14.8485 3.55447 14.8252 3.79832 14.651L3.33333 14ZM4.66666 2V1.2V2ZM11.3333 2V1.2V2ZM13.1317 13.349L8.46499 10.0157L7.535 11.3177L12.2017 14.651L13.1317 13.349ZM7.535 10.0157L2.86834 13.349L3.79832 14.651L8.46499 11.3177L7.535 10.0157ZM4.13333 14V3.33333H2.53333V14H4.13333ZM4.13333 3.33333C4.13333 3.19188 4.18952 3.05623 4.28954 2.95621L3.15817 1.82484C2.75809 2.22492 2.53333 2.76754 2.53333 3.33333H4.13333ZM4.28954 2.95621C4.38956 2.85619 4.52521 2.8 4.66666 2.8V1.2C4.10087 1.2 3.55824 1.42476 3.15817 1.82484L4.28954 2.95621ZM4.66666 2.8H11.3333V1.2H4.66666V2.8ZM11.3333 2.8C11.4748 2.8 11.6104 2.85619 11.7105 2.95621L12.8418 1.82484C12.4417 1.42476 11.8991 1.2 11.3333 1.2V2.8ZM11.7105 2.95621C11.8105 3.05623 11.8667 3.19188 11.8667 3.33333H13.4667C13.4667 2.76754 13.2419 2.22492 12.8418 1.82484L11.7105 2.95621ZM11.8667 3.33333V14H13.4667V3.33333H11.8667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBookmark, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13055", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBookmark size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBox.tsx b/src/icons/IconBox.tsx
index e51eb89..36f3894 100644
--- a/src/icons/IconBox.tsx
+++ b/src/icons/IconBox.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBox = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.95993 0.862907C7.27625 0.680656 7.63491 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04113 0.863522 9.04167 0.86383L13.7083 3.53049C13.9633 3.6777 14.1835 3.87684 14.355 4.11414C14.3983 4.15826 14.4368 4.20849 14.4692 4.26447C14.4969 4.31241 14.5188 4.36214 14.5349 4.41283C14.6758 4.69835 14.7497 5.01297 14.75 5.33258V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L9.04167 15.1362C9.04114 15.1365 9.04061 15.1368 9.04008 15.1371C8.82394 15.2617 8.58803 15.3459 8.3438 15.3868C8.24081 15.44 8.12391 15.47 8 15.47C7.87609 15.47 7.75919 15.44 7.6562 15.3868C7.41198 15.3459 7.17606 15.2617 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95833 15.1362L2.29456 12.4712L2.29167 12.4695C1.97527 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 5.33335C1.25033 5.01374 1.32418 4.69836 1.46507 4.41283C1.48123 4.36215 1.50306 4.31241 1.53079 4.26447C1.56318 4.20849 1.60169 4.15826 1.645 4.11414C1.81655 3.87684 2.03671 3.6777 2.29167 3.5305L2.29456 3.52883L6.95993 0.862907ZM2.75 5.83618V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95243 11.1187 3.04051 11.1698C3.04089 11.1701 3.04128 11.1703 3.04167 11.1705L7.25 13.5753V8.43928L2.75 5.83618ZM8.75 8.43928V13.5753L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V5.83618L8.75 8.43928ZM12.4735 4.55249L8.29166 2.16287C8.20299 2.11168 8.1024 2.08472 8 2.08472C7.8976 2.08472 7.79701 2.11167 7.70833 2.16287L7.70544 2.16454L3.52652 4.55249L8 7.14024L12.4735 4.55249Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM2.58058 3.94753C2.19813 3.7263 1.70875 3.85699 1.48751 4.23944C1.26628 4.62189 1.39697 5.11127 1.77942 5.3325L2.58058 3.94753ZM8 8.00668L7.59942 8.69917C7.84724 8.84252 8.15276 8.84252 8.40058 8.69917L8 8.00668ZM14.2206 5.3325C14.603 5.11127 14.7337 4.62189 14.5125 4.23944C14.2913 3.85699 13.8019 3.7263 13.4194 3.94753L14.2206 5.3325ZM7.2 14.72C7.2 15.1618 7.55817 15.52 8 15.52C8.44183 15.52 8.8 15.1618 8.8 14.72H7.2ZM8.8 8.00002C8.8 7.55819 8.44183 7.20002 8 7.20002C7.55817 7.20002 7.2 7.55819 7.2 8.00002H8.8ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329ZM1.77942 5.3325L7.59942 8.69917L8.40058 7.3142L2.58058 3.94753L1.77942 5.3325ZM8.40058 8.69917L14.2206 5.3325L13.4194 3.94753L7.59942 7.3142L8.40058 8.69917ZM8.8 14.72V8.00002H7.2V14.72H8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBox, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13054", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBox size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconBriefcase.tsx b/src/icons/IconBriefcase.tsx
index e2fbee8..2c2f62d 100644
--- a/src/icons/IconBriefcase.tsx
+++ b/src/icons/IconBriefcase.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconBriefcase = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.19357 1.86019C5.58427 1.46949 6.11417 1.25 6.66671 1.25H9.33337C9.88591 1.25 10.4158 1.46949 10.8065 1.86019C11.1972 2.2509 11.4167 2.7808 11.4167 3.33333V3.91667H13.3334C14.484 3.91667 15.4167 4.84941 15.4167 6V12.6667C15.4167 13.8173 14.484 14.75 13.3334 14.75H2.66671C1.51611 14.75 0.583374 13.8173 0.583374 12.6667V6C0.583374 4.84941 1.51611 3.91667 2.66671 3.91667H4.58337V3.33333C4.58337 2.7808 4.80287 2.25089 5.19357 1.86019ZM4.58337 5.41667H2.66671C2.34454 5.41667 2.08337 5.67783 2.08337 6V12.6667C2.08337 12.9888 2.34454 13.25 2.66671 13.25H4.58337V5.41667ZM6.08337 13.25V5.41667H9.91671V13.25H6.08337ZM11.4167 13.25H13.3334C13.6555 13.25 13.9167 12.9888 13.9167 12.6667V6C13.9167 5.67783 13.6555 5.41667 13.3334 5.41667H11.4167V13.25ZM9.91671 3.91667H6.08337V3.33333C6.08337 3.17862 6.14483 3.03025 6.25423 2.92085C6.36363 2.81146 6.512 2.75 6.66671 2.75H9.33337C9.48808 2.75 9.63646 2.81146 9.74585 2.92085C9.85525 3.03025 9.91671 3.17862 9.91671 3.33333V3.91667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.86671 14C9.86671 14.4418 10.2249 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86671ZM9.33337 2V1.2V2ZM6.66671 2V1.2V2ZM5.33337 3.33333H4.53337H5.33337ZM4.53337 14C4.53337 14.4418 4.89155 14.8 5.33337 14.8C5.7752 14.8 6.13337 14.4418 6.13337 14H4.53337ZM2.66671 5.46667H13.3334V3.86667H2.66671V5.46667ZM13.3334 5.46667C13.6279 5.46667 13.8667 5.70545 13.8667 6H15.4667C15.4667 4.82179 14.5116 3.86667 13.3334 3.86667V5.46667ZM13.8667 6V12.6667H15.4667V6H13.8667ZM13.8667 12.6667C13.8667 12.9612 13.6279 13.2 13.3334 13.2V14.8C14.5116 14.8 15.4667 13.8449 15.4667 12.6667H13.8667ZM13.3334 13.2H2.66671V14.8H13.3334V13.2ZM2.66671 13.2C2.37216 13.2 2.13337 12.9612 2.13337 12.6667H0.533374C0.533374 13.8449 1.4885 14.8 2.66671 14.8V13.2ZM2.13337 12.6667V6H0.533374V12.6667H2.13337ZM2.13337 6C2.13337 5.70545 2.37216 5.46667 2.66671 5.46667V3.86667C1.4885 3.86667 0.533374 4.82179 0.533374 6H2.13337ZM11.4667 14V3.33333H9.86671V14H11.4667ZM11.4667 3.33333C11.4667 2.76754 11.2419 2.22492 10.8419 1.82484L9.7105 2.95621C9.81052 3.05623 9.86671 3.19189 9.86671 3.33333H11.4667ZM10.8419 1.82484C10.4418 1.42476 9.89917 1.2 9.33337 1.2V2.8C9.47482 2.8 9.61048 2.85619 9.7105 2.95621L10.8419 1.82484ZM9.33337 1.2H6.66671V2.8H9.33337V1.2ZM6.66671 1.2C6.10091 1.2 5.55829 1.42476 5.15821 1.82484L6.28958 2.95621C6.3896 2.85619 6.52526 2.8 6.66671 2.8V1.2ZM5.15821 1.82484C4.75814 2.22492 4.53337 2.76754 4.53337 3.33333H6.13337C6.13337 3.19189 6.18956 3.05623 6.28958 2.95621L5.15821 1.82484ZM4.53337 3.33333V14H6.13337V3.33333H4.53337Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconBriefcase, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13057", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconBriefcase size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCalendar.tsx b/src/icons/IconCalendar.tsx
index c3cf984..f068850 100644
--- a/src/icons/IconCalendar.tsx
+++ b/src/icons/IconCalendar.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCalendar = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.33333 0.583374C5.74755 0.583374 6.08333 0.91916 6.08333 1.33337V1.91671H9.91667V1.33337C9.91667 0.91916 10.2525 0.583374 10.6667 0.583374C11.0809 0.583374 11.4167 0.91916 11.4167 1.33337V1.91671H12.6667C13.8173 1.91671 14.75 2.84945 14.75 4.00004V13.3334C14.75 14.484 13.8173 15.4167 12.6667 15.4167H3.33333C2.18274 15.4167 1.25 14.484 1.25 13.3334V4.00004C1.25 2.84945 2.18274 1.91671 3.33333 1.91671H4.58333V1.33337C4.58333 0.91916 4.91912 0.583374 5.33333 0.583374ZM4.58333 3.41671H3.33333C3.01117 3.41671 2.75 3.67787 2.75 4.00004V5.91671H13.25V4.00004C13.25 3.67787 12.9888 3.41671 12.6667 3.41671H11.4167V4.00004C11.4167 4.41425 11.0809 4.75004 10.6667 4.75004C10.2525 4.75004 9.91667 4.41425 9.91667 4.00004V3.41671H6.08333V4.00004C6.08333 4.41425 5.74755 4.75004 5.33333 4.75004C4.91912 4.75004 4.58333 4.41425 4.58333 4.00004V3.41671ZM13.25 7.41671H2.75V13.3334C2.75 13.6555 3.01117 13.9167 3.33333 13.9167H12.6667C12.9888 13.9167 13.25 13.6555 13.25 13.3334V7.41671Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M11.4667 1.33337C11.4667 0.891546 11.1085 0.533374 10.6667 0.533374C10.2248 0.533374 9.86667 0.891546 9.86667 1.33337H11.4667ZM9.86667 4.00004C9.86667 4.44187 10.2248 4.80004 10.6667 4.80004C11.1085 4.80004 11.4667 4.44187 11.4667 4.00004H9.86667ZM6.13333 1.33337C6.13333 0.891546 5.77516 0.533374 5.33333 0.533374C4.89151 0.533374 4.53333 0.891546 4.53333 1.33337H6.13333ZM4.53333 4.00004C4.53333 4.44187 4.89151 4.80004 5.33333 4.80004C5.77516 4.80004 6.13333 4.44187 6.13333 4.00004H4.53333ZM2 5.86671C1.55817 5.86671 1.2 6.22488 1.2 6.66671C1.2 7.10853 1.55817 7.46671 2 7.46671V5.86671ZM14 7.46671C14.4418 7.46671 14.8 7.10853 14.8 6.66671C14.8 6.22488 14.4418 5.86671 14 5.86671V7.46671ZM3.33333 3.46671H12.6667V1.86671H3.33333V3.46671ZM12.6667 3.46671C12.9612 3.46671 13.2 3.70549 13.2 4.00004H14.8C14.8 2.82183 13.8449 1.86671 12.6667 1.86671V3.46671ZM13.2 4.00004V13.3334H14.8V4.00004H13.2ZM13.2 13.3334C13.2 13.6279 12.9612 13.8667 12.6667 13.8667V15.4667C13.8449 15.4667 14.8 14.5116 14.8 13.3334H13.2ZM12.6667 13.8667H3.33333V15.4667H12.6667V13.8667ZM3.33333 13.8667C3.03878 13.8667 2.8 13.6279 2.8 13.3334H1.2C1.2 14.5116 2.15513 15.4667 3.33333 15.4667V13.8667ZM2.8 13.3334V4.00004H1.2V13.3334H2.8ZM2.8 4.00004C2.8 3.70549 3.03878 3.46671 3.33333 3.46671V1.86671C2.15513 1.86671 1.2 2.82183 1.2 4.00004H2.8ZM9.86667 1.33337V4.00004H11.4667V1.33337H9.86667ZM4.53333 1.33337V4.00004H6.13333V1.33337H4.53333ZM2 7.46671H14V5.86671H2V7.46671Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCalendar, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13056", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCalendar size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCamera.tsx b/src/icons/IconCamera.tsx
index 4aef2ae..cc08fd0 100644
--- a/src/icons/IconCamera.tsx
+++ b/src/icons/IconCamera.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCamera = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12840)"><path fillRule="evenodd" clipRule="evenodd" d="M5.37604 1.58397C5.51514 1.37533 5.74932 1.25 6.00008 1.25H10.0001C10.2508 1.25 10.485 1.37533 10.6241 1.58397L11.7348 3.25H14.0001C14.5526 3.25 15.0825 3.46949 15.4732 3.86019C15.8639 4.25089 16.0834 4.7808 16.0834 5.33333V12.6667C16.0834 13.2192 15.8639 13.7491 15.4732 14.1398C15.0825 14.5305 14.5526 14.75 14.0001 14.75H2.00008C1.44755 14.75 0.917643 14.5305 0.526942 14.1398C0.136241 13.7491 -0.083252 13.2192 -0.083252 12.6667V5.33333C-0.083252 4.7808 0.136241 4.2509 0.526942 3.86019C0.917643 3.46949 1.44755 3.25 2.00008 3.25H4.26536L5.37604 1.58397ZM6.40147 2.75L5.29079 4.41603C5.15169 4.62467 4.91751 4.75 4.66675 4.75H2.00008C1.84537 4.75 1.697 4.81146 1.5876 4.92085C1.47821 5.03025 1.41675 5.17862 1.41675 5.33333V12.6667C1.41675 12.8214 1.47821 12.9697 1.5876 13.0791C1.697 13.1885 1.84537 13.25 2.00008 13.25H14.0001C14.1548 13.25 14.3032 13.1885 14.4126 13.0791C14.522 12.9697 14.5834 12.8214 14.5834 12.6667V5.33333C14.5834 5.17862 14.522 5.03025 14.4126 4.92085C14.3032 4.81146 14.1548 4.75 14.0001 4.75H11.3334C11.0827 4.75 10.8485 4.62467 10.7094 4.41603L9.59869 2.75H6.40147ZM8.00008 6.75C6.94154 6.75 6.08341 7.60812 6.08341 8.66667C6.08341 9.72521 6.94154 10.5833 8.00008 10.5833C9.05863 10.5833 9.91675 9.72521 9.91675 8.66667C9.91675 7.60812 9.05863 6.75 8.00008 6.75ZM4.58341 8.66667C4.58341 6.77969 6.11311 5.25 8.00008 5.25C9.88705 5.25 11.4167 6.77969 11.4167 8.66667C11.4167 10.5536 9.88705 12.0833 8.00008 12.0833C6.11311 12.0833 4.58341 10.5536 4.58341 8.66667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12840"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15633)"><path d="M0.666748 12.6667H-0.133252H0.666748ZM2.00008 4V3.2V4ZM4.66675 4V4.8C4.93423 4.8 5.18402 4.66632 5.33239 4.44376L4.66675 4ZM6.00008 2V1.2C5.7326 1.2 5.48281 1.33368 5.33444 1.55624L6.00008 2ZM10.0001 2L10.6657 1.55624C10.5173 1.33368 10.2676 1.2 10.0001 1.2V2ZM11.3334 4L10.6678 4.44376C10.8161 4.66632 11.0659 4.8 11.3334 4.8V4ZM14.0001 4V3.2V4ZM14.5334 12.6667C14.5334 12.8081 14.4772 12.9438 14.3772 13.0438L15.5086 14.1752C15.9087 13.7751 16.1334 13.2325 16.1334 12.6667H14.5334ZM14.3772 13.0438C14.2772 13.1438 14.1415 13.2 14.0001 13.2V14.8C14.5659 14.8 15.1085 14.5752 15.5086 14.1752L14.3772 13.0438ZM14.0001 13.2H2.00008V14.8H14.0001V13.2ZM2.00008 13.2C1.85863 13.2 1.72298 13.1438 1.62296 13.0438L0.491587 14.1752C0.891664 14.5752 1.43428 14.8 2.00008 14.8V13.2ZM1.62296 13.0438C1.52294 12.9438 1.46675 12.8081 1.46675 12.6667H-0.133252C-0.133252 13.2325 0.0915095 13.7751 0.491587 14.1752L1.62296 13.0438ZM1.46675 12.6667V5.33333H-0.133252V12.6667H1.46675ZM1.46675 5.33333C1.46675 5.19188 1.52294 5.05623 1.62296 4.95621L0.491587 3.82484C0.0915093 4.22492 -0.133252 4.76754 -0.133252 5.33333H1.46675ZM1.62296 4.95621C1.72298 4.85619 1.85863 4.8 2.00008 4.8V3.2C1.43429 3.2 0.891665 3.42476 0.491587 3.82484L1.62296 4.95621ZM2.00008 4.8H4.66675V3.2H2.00008V4.8ZM5.33239 4.44376L6.66572 2.44376L5.33444 1.55624L4.00111 3.55624L5.33239 4.44376ZM6.00008 2.8H10.0001V1.2H6.00008V2.8ZM9.33444 2.44376L10.6678 4.44376L11.9991 3.55624L10.6657 1.55624L9.33444 2.44376ZM11.3334 4.8H14.0001V3.2H11.3334V4.8ZM14.0001 4.8C14.1415 4.8 14.2772 4.85619 14.3772 4.95621L15.5086 3.82484C15.1085 3.42476 14.5659 3.2 14.0001 3.2V4.8ZM14.3772 4.95621C14.4772 5.05623 14.5334 5.19188 14.5334 5.33333H16.1334C16.1334 4.76754 15.9087 4.22492 15.5086 3.82484L14.3772 4.95621ZM14.5334 5.33333V12.6667H16.1334V5.33333H14.5334ZM9.86675 8.66667C9.86675 9.6976 9.03101 10.5333 8.00008 10.5333V12.1333C9.91467 12.1333 11.4667 10.5813 11.4667 8.66667H9.86675ZM8.00008 10.5333C6.96915 10.5333 6.13341 9.6976 6.13341 8.66667H4.53341C4.53341 10.5813 6.08549 12.1333 8.00008 12.1333V10.5333ZM6.13341 8.66667C6.13341 7.63574 6.96915 6.8 8.00008 6.8V5.2C6.08549 5.2 4.53341 6.75208 4.53341 8.66667H6.13341ZM8.00008 6.8C9.03101 6.8 9.86675 7.63574 9.86675 8.66667H11.4667C11.4667 6.75208 9.91467 5.2 8.00008 5.2V6.8Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15633"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCamera, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13058", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCamera size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCameraOff.tsx b/src/icons/IconCameraOff.tsx
index edcc5cc..821e9e2 100644
--- a/src/icons/IconCameraOff.tsx
+++ b/src/icons/IconCameraOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCameraOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12705)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136418 0.136296C0.429311 -0.156597 0.904185 -0.156597 1.19708 0.136296L4.53003 3.46924C4.53028 3.4695 4.53054 3.46976 4.5308 3.47001L6.99978 5.939C7.00658 5.94554 7.01327 5.95223 7.01985 5.95907L10.7076 9.64686C10.7145 9.65344 10.7212 9.66013 10.7277 9.66693L14.5299 13.4692C14.5303 13.4695 14.5306 13.4698 14.5309 13.4701L15.8637 14.803C16.1566 15.0959 16.1566 15.5707 15.8637 15.8636C15.5709 16.1565 15.096 16.1565 14.8031 15.8636L13.6894 14.75H2.00008C1.44755 14.75 0.917642 14.5305 0.526942 14.1398C0.136241 13.7491 -0.083252 13.2192 -0.083252 12.6666V5.33329C-0.083252 4.78076 0.136241 4.25085 0.526942 3.86015C0.917643 3.46945 1.44755 3.24996 2.00008 3.24996H2.18942L0.136418 1.19696C-0.156475 0.904063 -0.156475 0.429189 0.136418 0.136296ZM3.68942 4.74996H2.00008C1.84537 4.74996 1.697 4.81142 1.5876 4.92081C1.47821 5.03021 1.41675 5.17858 1.41675 5.33329V12.6666C1.41675 12.8213 1.47821 12.9697 1.5876 13.0791C1.697 13.1885 1.84537 13.25 2.00008 13.25H12.1894L10.2121 11.2726C10.0587 11.4044 9.89349 11.5226 9.71818 11.6257C9.28546 11.8803 8.80197 12.0363 8.3021 12.0827C7.80224 12.1292 7.29828 12.0649 6.82607 11.8945C6.35386 11.7241 5.92501 11.4517 5.57003 11.0967C5.21505 10.7417 4.94265 10.3128 4.77223 9.84064C4.6018 9.36843 4.53752 8.86447 4.58397 8.3646C4.63042 7.86473 4.78645 7.38125 5.04097 6.94853C5.14408 6.77322 5.26233 6.608 5.39407 6.45461L3.68942 4.74996ZM6.46019 7.52073C6.41453 7.5808 6.37234 7.64365 6.3339 7.709C6.19112 7.95175 6.10359 8.22297 6.07754 8.50339C6.05148 8.7838 6.08754 9.06651 6.18314 9.33141C6.27875 9.59631 6.43156 9.83688 6.63069 10.036C6.82983 10.2352 7.0704 10.388 7.3353 10.4836C7.60019 10.5792 7.88291 10.6152 8.16332 10.5892C8.44373 10.5631 8.71496 10.4756 8.9577 10.3328C9.02305 10.2944 9.08591 10.2522 9.14598 10.2065L6.46019 7.52073ZM5.25008 1.99996C5.25008 1.58575 5.58587 1.24996 6.00008 1.24996H10.0001C10.2508 1.24996 10.485 1.37529 10.6241 1.58393L11.7348 3.24996H14.0001C14.5526 3.24996 15.0825 3.46945 15.4732 3.86015C15.8639 4.25085 16.0834 4.78076 16.0834 5.33329V11.56C16.0834 11.9742 15.7476 12.31 15.3334 12.31C14.9192 12.31 14.5834 11.9742 14.5834 11.56V5.33329C14.5834 5.17858 14.522 5.03021 14.4126 4.92081C14.3032 4.81142 14.1548 4.74996 14.0001 4.74996H11.3334C11.0827 4.74996 10.8485 4.62463 10.7094 4.41598L9.59869 2.74996H6.00008C5.58587 2.74996 5.25008 2.41417 5.25008 1.99996Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12705"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15631)"><path d="M1.23243 0.100941C0.920014 -0.211479 0.413482 -0.211479 0.101063 0.100941C-0.211357 0.41336 -0.211357 0.919892 0.101063 1.23231L1.23243 0.100941ZM14.7677 15.899C15.0801 16.2114 15.5867 16.2114 15.8991 15.899C16.2115 15.5866 16.2115 15.08 15.8991 14.7676L14.7677 15.899ZM14.0001 14.8C14.4419 14.8 14.8001 14.4418 14.8001 14C14.8001 13.5581 14.4419 13.2 14.0001 13.2V14.8ZM0.666748 12.6666H-0.133252H0.666748ZM2.00008 3.99996V3.19996V3.99996ZM4.00008 4.79996C4.44191 4.79996 4.80008 4.44179 4.80008 3.99996C4.80008 3.55813 4.44191 3.19996 4.00008 3.19996V4.79996ZM6.00008 1.19996C5.55825 1.19996 5.20008 1.55813 5.20008 1.99996C5.20008 2.44179 5.55825 2.79996 6.00008 2.79996V1.19996ZM10.0001 1.99996L10.6657 1.5562C10.5173 1.33364 10.2676 1.19996 10.0001 1.19996V1.99996ZM11.3334 3.99996L10.6678 4.44372C10.8161 4.66628 11.0659 4.79996 11.3334 4.79996V3.99996ZM14.0001 3.99996V3.19996V3.99996ZM14.5334 11.56C14.5334 12.0018 14.8916 12.36 15.3334 12.36C15.7752 12.36 16.1334 12.0018 16.1334 11.56H14.5334ZM10.847 10.6384C11.0965 10.2738 11.0032 9.7759 10.6385 9.52639C10.2739 9.27689 9.77602 9.37022 9.52652 9.73486L10.847 10.6384ZM6.93185 7.14019C7.29649 6.89068 7.38982 6.39283 7.14031 6.02819C6.89081 5.66355 6.39295 5.57022 6.02831 5.81973L6.93185 7.14019ZM0.101063 1.23231L14.7677 15.899L15.8991 14.7676L1.23243 0.100941L0.101063 1.23231ZM14.0001 13.2H2.00008V14.8H14.0001V13.2ZM2.00008 13.2C1.85863 13.2 1.72298 13.1438 1.62296 13.0437L0.491587 14.1751C0.891664 14.5752 1.43429 14.8 2.00008 14.8V13.2ZM1.62296 13.0437C1.52294 12.9437 1.46675 12.8081 1.46675 12.6666H-0.133252C-0.133252 13.2324 0.0915095 13.775 0.491587 14.1751L1.62296 13.0437ZM1.46675 12.6666V5.33329H-0.133252V12.6666H1.46675ZM1.46675 5.33329C1.46675 5.19184 1.52294 5.05619 1.62296 4.95617L0.491587 3.8248C0.0915093 4.22488 -0.133252 4.7675 -0.133252 5.33329H1.46675ZM1.62296 4.95617C1.72298 4.85615 1.85863 4.79996 2.00008 4.79996V3.19996C1.43429 3.19996 0.891664 3.42472 0.491587 3.8248L1.62296 4.95617ZM2.00008 4.79996H4.00008V3.19996H2.00008V4.79996ZM6.00008 2.79996H10.0001V1.19996H6.00008V2.79996ZM9.33444 2.44372L10.6678 4.44372L11.9991 3.5562L10.6657 1.5562L9.33444 2.44372ZM11.3334 4.79996H14.0001V3.19996H11.3334V4.79996ZM14.0001 4.79996C14.1415 4.79996 14.2772 4.85615 14.3772 4.95617L15.5086 3.8248C15.1085 3.42472 14.5659 3.19996 14.0001 3.19996V4.79996ZM14.3772 4.95617C14.4772 5.05619 14.5334 5.19184 14.5334 5.33329H16.1334C16.1334 4.7675 15.9087 4.22488 15.5086 3.8248L14.3772 4.95617ZM14.5334 5.33329V11.56H16.1334V5.33329H14.5334ZM9.52652 9.73486C9.37163 9.96121 9.16877 10.1507 8.93235 10.2897L9.74353 11.6688C10.1826 11.4106 10.5593 11.0588 10.847 10.6384L9.52652 9.73486ZM8.93235 10.2897C8.69594 10.4288 8.43179 10.514 8.15869 10.5394L8.30673 12.1325C8.81391 12.0854 9.30448 11.9271 9.74353 11.6688L8.93235 10.2897ZM8.15869 10.5394C7.88559 10.5648 7.61026 10.5296 7.35227 10.4365L6.80909 11.9415C7.28821 12.1144 7.79955 12.1797 8.30673 12.1325L8.15869 10.5394ZM7.35227 10.4365C7.09428 10.3434 6.85999 10.1946 6.66605 10.0007L5.53468 11.132C5.89485 11.4922 6.32998 11.7686 6.80909 11.9415L7.35227 10.4365ZM6.66605 10.0007C6.47211 9.80672 6.32328 9.57242 6.23017 9.31444L4.72519 9.85761C4.89812 10.3367 5.1745 10.7719 5.53468 11.132L6.66605 10.0007ZM6.23017 9.31444C6.13706 9.05645 6.10194 8.78111 6.12732 8.50801L4.53418 8.35998C4.48705 8.86716 4.55227 9.3785 4.72519 9.85761L6.23017 9.31444ZM6.12732 8.50801C6.1527 8.23492 6.23794 7.97077 6.377 7.73435L4.99787 6.92318C4.73963 7.36223 4.58131 7.85279 4.53418 8.35998L6.12732 8.50801ZM6.377 7.73435C6.51605 7.49794 6.70549 7.29508 6.93185 7.14019L6.02831 5.81973C5.60794 6.10737 5.25611 6.48412 4.99787 6.92318L6.377 7.73435Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15631"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCameraOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13059", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCameraOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCast.tsx b/src/icons/IconCast.tsx
index 46e0278..37b50c0 100644
--- a/src/icons/IconCast.tsx
+++ b/src/icons/IconCast.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCast = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66673 3.41663C2.51202 3.41663 2.36365 3.47808 2.25425 3.58748C2.14486 3.69688 2.0834 3.84525 2.0834 3.99996V5.33329C2.0834 5.74751 1.74761 6.08329 1.3334 6.08329C0.919186 6.08329 0.5834 5.74751 0.5834 5.33329V3.99996C0.5834 3.44743 0.802893 2.91752 1.19359 2.52682C1.58429 2.13612 2.1142 1.91663 2.66673 1.91663H13.3334C13.8859 1.91663 14.4158 2.13612 14.8065 2.52682C15.1972 2.91752 15.4167 3.44742 15.4167 3.99996V12C15.4167 12.5525 15.1972 13.0824 14.8065 13.4731C14.4158 13.8638 13.8859 14.0833 13.3334 14.0833H9.3334C8.91919 14.0833 8.5834 13.7475 8.5834 13.3333C8.5834 12.9191 8.91919 12.5833 9.3334 12.5833H13.3334C13.4881 12.5833 13.6365 12.5218 13.7459 12.4124C13.8553 12.303 13.9167 12.1547 13.9167 12V3.99996C13.9167 3.84525 13.8553 3.69688 13.7459 3.58748C13.6365 3.47808 13.4881 3.41663 13.3334 3.41663H2.66673ZM0.587996 7.95039C0.633782 7.53871 1.00463 7.2421 1.4163 7.28789C2.9394 7.45729 4.35951 8.13992 5.44314 9.22355C6.52677 10.3072 7.20941 11.7273 7.3788 13.2504C7.42459 13.6621 7.12798 14.0329 6.7163 14.0787C6.30463 14.1245 5.93378 13.8279 5.888 13.4162C5.75624 12.2316 5.2253 11.127 4.38248 10.2842C3.53966 9.44139 2.43512 8.91045 1.2505 8.7787C0.838821 8.73291 0.542209 8.36206 0.587996 7.95039ZM0.598527 10.5834C0.681299 10.1776 1.07741 9.91565 1.48327 9.99842C2.268 10.1585 2.98834 10.5457 3.55465 11.112C4.12096 11.6784 4.50823 12.3987 4.66827 13.1834C4.75105 13.5893 4.48913 13.9854 4.08327 14.0682C3.67741 14.1509 3.2813 13.889 3.19853 13.4832C3.09728 12.9867 2.85227 12.531 2.49399 12.1727C2.13571 11.8144 1.67999 11.5694 1.18353 11.4682C0.777668 11.3854 0.515754 10.9893 0.598527 10.5834ZM0.5834 13.3333C0.5834 12.9191 0.919186 12.5833 1.3334 12.5833H1.34007C1.75428 12.5833 2.09007 12.9191 2.09007 13.3333C2.09007 13.7475 1.75428 14.0833 1.34007 14.0833H1.3334C0.919186 14.0833 0.5834 13.7475 0.5834 13.3333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.49312 9.94943C1.0602 9.86114 0.637678 10.1405 0.549388 10.5734C0.461097 11.0063 0.740471 11.4289 1.17339 11.5172L1.49312 9.94943ZM3.14939 13.4932C3.23768 13.9261 3.6602 14.2054 4.09312 14.1172C4.52603 14.0289 4.80541 13.6063 4.71712 13.1734L3.14939 13.4932ZM1.42168 7.23819C0.982563 7.18936 0.586993 7.50574 0.538154 7.94486C0.489316 8.38398 0.805701 8.77955 1.24482 8.82839L1.42168 7.23819ZM5.83815 13.4217C5.88699 13.8608 6.28256 14.1772 6.72168 14.1284C7.1608 14.0795 7.47719 13.684 7.42835 13.2449L5.83815 13.4217ZM0.533252 5.33329C0.533252 5.77512 0.891424 6.13329 1.33325 6.13329C1.77508 6.13329 2.13325 5.77512 2.13325 5.33329H0.533252ZM2.66659 2.66663V1.86663V2.66663ZM13.3333 2.66663V1.86663V2.66663ZM9.33325 12.5333C8.89142 12.5333 8.53325 12.8915 8.53325 13.3333C8.53325 13.7751 8.89142 14.1333 9.33325 14.1333V12.5333ZM1.33325 12.5333C0.891424 12.5333 0.533252 12.8915 0.533252 13.3333C0.533252 13.7751 0.891424 14.1333 1.33325 14.1333V12.5333ZM1.33992 14.1333C1.78175 14.1333 2.13992 13.7751 2.13992 13.3333C2.13992 12.8915 1.78175 12.5333 1.33992 12.5333V14.1333ZM1.17339 11.5172C1.66024 11.6164 2.10714 11.8567 2.45849 12.2081L3.58986 11.0767C3.01662 10.5034 2.28745 10.1114 1.49312 9.94943L1.17339 11.5172ZM2.45849 12.2081C2.80983 12.5594 3.0501 13.0063 3.14939 13.4932L4.71712 13.1734C4.55512 12.3791 4.1631 11.6499 3.58986 11.0767L2.45849 12.2081ZM1.24482 8.82839C2.41817 8.95889 3.51218 9.48477 4.34698 10.3196L5.47835 9.1882C4.38669 8.09654 2.95606 7.40885 1.42168 7.23819L1.24482 8.82839ZM4.34698 10.3196C5.18177 11.1544 5.70765 12.2484 5.83815 13.4217L7.42835 13.2449C7.2577 11.7105 6.57 10.2799 5.47835 9.1882L4.34698 10.3196ZM2.13325 5.33329V3.99996H0.533252V5.33329H2.13325ZM2.13325 3.99996C2.13325 3.85851 2.18944 3.72285 2.28946 3.62284L1.15809 2.49146C0.758013 2.89154 0.533252 3.43416 0.533252 3.99996H2.13325ZM2.28946 3.62284C2.38948 3.52282 2.52514 3.46663 2.66659 3.46663V1.86663C2.10079 1.86663 1.55817 2.09139 1.15809 2.49146L2.28946 3.62284ZM2.66659 3.46663H13.3333V1.86663H2.66659V3.46663ZM13.3333 3.46663C13.4747 3.46663 13.6104 3.52282 13.7104 3.62284L14.8417 2.49146C14.4417 2.09139 13.899 1.86663 13.3333 1.86663V3.46663ZM13.7104 3.62284C13.8104 3.72285 13.8666 3.85851 13.8666 3.99996H15.4666C15.4666 3.43416 15.2418 2.89154 14.8417 2.49146L13.7104 3.62284ZM13.8666 3.99996V12H15.4666V3.99996H13.8666ZM13.8666 12C13.8666 12.1414 13.8104 12.2771 13.7104 12.3771L14.8417 13.5085C15.2418 13.1084 15.4666 12.5658 15.4666 12H13.8666ZM13.7104 12.3771C13.6104 12.4771 13.4747 12.5333 13.3333 12.5333V14.1333C13.899 14.1333 14.4417 13.9085 14.8417 13.5085L13.7104 12.3771ZM13.3333 12.5333H9.33325V14.1333H13.3333V12.5333ZM1.33325 14.1333H1.33992V12.5333H1.33325V14.1333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCast, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13061", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCast size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCheck.tsx b/src/icons/IconCheck.tsx
index e802d3a..d40b767 100644
--- a/src/icons/IconCheck.tsx
+++ b/src/icons/IconCheck.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCheck = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M13.8637 3.46967C14.1566 3.76256 14.1566 4.23744 13.8637 4.53033L6.53034 11.8637C6.23744 12.1566 5.76257 12.1566 5.46968 11.8637L2.13634 8.53033C1.84345 8.23744 1.84345 7.76256 2.13634 7.46967C2.42923 7.17678 2.90411 7.17678 3.197 7.46967L6.00001 10.2727L12.803 3.46967C13.0959 3.17678 13.5708 3.17678 13.8637 3.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.899 4.56569C14.2114 4.25327 14.2114 3.74673 13.899 3.43431C13.5866 3.1219 13.0801 3.1219 12.7677 3.43431L13.899 4.56569ZM6 11.3333L5.43432 11.899C5.58435 12.049 5.78783 12.1333 6 12.1333C6.21218 12.1333 6.41566 12.049 6.56569 11.899L6 11.3333ZM3.23236 7.43431C2.91994 7.12189 2.41341 7.12189 2.10099 7.43431C1.78857 7.74673 1.78857 8.25327 2.10099 8.56569L3.23236 7.43431ZM12.7677 3.43431L5.43432 10.7676L6.56569 11.899L13.899 4.56569L12.7677 3.43431ZM6.56569 10.7676L3.23236 7.43431L2.10099 8.56569L5.43432 11.899L6.56569 10.7676Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCheck, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13063", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCheck size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCheckCircle.tsx b/src/icons/IconCheckCircle.tsx
index 256c751..b47018d 100644
--- a/src/icons/IconCheckCircle.tsx
+++ b/src/icons/IconCheckCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCheckCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11963)"><path fillRule="evenodd" clipRule="evenodd" d="M10.4083 2.59169C9.24282 2.0724 7.94076 1.94376 6.69624 2.22494C5.45173 2.50612 4.33145 3.18207 3.50248 4.15196C2.67351 5.12185 2.18027 6.33372 2.09632 7.60684C2.01237 8.87996 2.34221 10.1461 3.03665 11.2165C3.73108 12.2868 4.75291 13.104 5.94973 13.5462C7.14654 13.9883 8.45423 14.0318 9.67775 13.67C10.9013 13.3082 11.9751 12.5607 12.739 11.5388C13.503 10.5169 13.9161 9.2754 13.9168 7.99952V7.38662C13.9168 6.9724 14.2526 6.63662 14.6668 6.63662C15.081 6.63662 15.4168 6.9724 15.4168 7.38662V7.99995C15.4159 9.5993 14.898 11.1559 13.9404 12.4369C12.9828 13.7179 11.6368 14.655 10.1031 15.1084C8.56934 15.5619 6.93013 15.5075 5.42989 14.9532C3.92966 14.3989 2.64878 13.3746 1.77829 12.0329C0.907802 10.6912 0.494341 9.10403 0.599573 7.50815C0.704805 5.91226 1.32309 4.39316 2.36222 3.17738C3.40135 1.9616 4.80564 1.11429 6.36567 0.761821C7.92569 0.409354 9.55786 0.570613 11.0188 1.22155C11.3971 1.39013 11.5672 1.83351 11.3986 2.21187C11.23 2.59022 10.7866 2.76027 10.4083 2.59169ZM15.1969 2.13602C15.4899 2.42877 15.4902 2.90364 15.1974 3.19668L8.53076 9.87002C8.39013 10.0108 8.19933 10.0899 8.00035 10.09C7.80138 10.09 7.61054 10.011 7.46984 9.87028L5.46984 7.87028C5.17694 7.57739 5.17694 7.10251 5.46984 6.80962C5.76273 6.51673 6.2376 6.51673 6.5305 6.80962L7.9999 8.27903L14.1362 2.13655C14.429 1.84351 14.9039 1.84328 15.1969 2.13602Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11963"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15637)"><path d="M15.4668 7.38662C15.4668 6.94479 15.1087 6.58662 14.6668 6.58662C14.225 6.58662 13.8668 6.94479 13.8668 7.38662H15.4668ZM14.6668 7.99995L15.4668 8.00041V7.99995H14.6668ZM10.3879 2.63736C10.7915 2.81718 11.2644 2.6358 11.4442 2.23222C11.6241 1.82864 11.4427 1.3557 11.0391 1.17587L10.3879 2.63736ZM15.2328 3.23202C15.5451 2.91944 15.5448 2.41291 15.2322 2.10065C14.9197 1.78839 14.4131 1.78864 14.1009 2.10121L15.2328 3.23202ZM8.00017 9.33995L7.43448 9.90564C7.58456 10.0557 7.78812 10.14 8.00037 10.1399C8.21261 10.1399 8.41613 10.0555 8.56613 9.90535L8.00017 9.33995ZM6.56585 6.77426C6.25343 6.46185 5.7469 6.46185 5.43448 6.77426C5.12206 7.08668 5.12206 7.59322 5.43448 7.90564L6.56585 6.77426ZM13.8668 7.38662V7.99995H15.4668V7.38662H13.8668ZM13.8668 7.99949C13.8661 9.26459 13.4565 10.4956 12.699 11.5088L13.9805 12.4668C14.9445 11.1772 15.4659 9.61054 15.4668 8.00041L13.8668 7.99949ZM12.699 11.5088C11.9415 12.5221 10.8768 13.2633 9.66357 13.622L10.1172 15.1564C11.6613 14.6999 13.0164 13.7564 13.9805 12.4668L12.699 11.5088ZM9.66357 13.622C8.45039 13.9807 7.15376 13.9377 5.96705 13.4992L5.41257 15.0001C6.92292 15.5581 8.57318 15.6129 10.1172 15.1564L9.66357 13.622ZM5.96705 13.4992C4.78035 13.0608 3.76716 12.2505 3.07859 11.1892L1.73635 12.0601C2.6127 13.4108 3.90222 14.4421 5.41257 15.0001L5.96705 13.4992ZM3.07859 11.1892C2.39003 10.1279 2.06297 8.87249 2.14621 7.61013L0.549681 7.50486C0.44374 9.11149 0.859988 10.7093 1.73635 12.0601L3.07859 11.1892ZM2.14621 7.61013C2.22945 6.34777 2.71852 5.14614 3.54049 4.18444L2.32421 3.14489C1.27808 4.36886 0.655622 5.89822 0.549681 7.50486L2.14621 7.61013ZM3.54049 4.18444C4.36245 3.22275 5.47326 2.55252 6.70726 2.27371L6.35465 0.71305C4.78411 1.06789 3.37035 1.92091 2.32421 3.14489L3.54049 4.18444ZM6.70726 2.27371C7.94126 1.99491 9.23232 2.12246 10.3879 2.63736L11.0391 1.17587C9.56836 0.520553 7.92519 0.358207 6.35465 0.71305L6.70726 2.27371ZM14.1009 2.10121L7.4342 8.77455L8.56613 9.90535L15.2328 3.23202L14.1009 2.10121ZM8.56585 8.77426L6.56585 6.77426L5.43448 7.90564L7.43448 9.90564L8.56585 8.77426Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15637"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCheckCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13060", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCheckCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCheckSquare.tsx b/src/icons/IconCheckSquare.tsx
index 024d96f..35434f8 100644
--- a/src/icons/IconCheckSquare.tsx
+++ b/src/icons/IconCheckSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCheckSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V8C13.25 7.58579 13.5858 7.25 14 7.25C14.4142 7.25 14.75 7.58579 14.75 8V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H10.6667C11.0809 1.25 11.4167 1.58579 11.4167 2C11.4167 2.41421 11.0809 2.75 10.6667 2.75H3.33333ZM15.197 2.13634C15.4899 2.42923 15.4899 2.9041 15.197 3.197L8.53033 9.86366C8.23744 10.1566 7.76256 10.1566 7.46967 9.86366L5.46967 7.86366C5.17678 7.57077 5.17678 7.0959 5.46967 6.803C5.76256 6.51011 6.23744 6.51011 6.53033 6.803L8 8.27267L14.1363 2.13634C14.4292 1.84344 14.9041 1.84344 15.197 2.13634Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.56569 6.76765C6.25327 6.45523 5.74673 6.45523 5.43431 6.76765C5.12189 7.08007 5.12189 7.5866 5.43431 7.89902L6.56569 6.76765ZM8 9.33333L7.43431 9.89902C7.58434 10.049 7.78783 10.1333 8 10.1333C8.21217 10.1333 8.41566 10.049 8.56568 9.89902L8 9.33333ZM15.2324 3.23235C15.5448 2.91993 15.5448 2.4134 15.2324 2.10098C14.9199 1.78856 14.4134 1.78856 14.101 2.10098L15.2324 3.23235ZM14.8 8C14.8 7.55817 14.4418 7.2 14 7.2C13.5582 7.2 13.2 7.55817 13.2 8H14.8ZM2 12.6667H1.2H2ZM3.33333 2V1.2V2ZM10.6667 2.8C11.1085 2.8 11.4667 2.44183 11.4667 2C11.4667 1.55817 11.1085 1.2 10.6667 1.2V2.8ZM5.43431 7.89902L7.43431 9.89902L8.56568 8.76765L6.56569 6.76765L5.43431 7.89902ZM8.56568 9.89902L15.2324 3.23235L14.101 2.10098L7.43431 8.76765L8.56568 9.89902ZM13.2 8V12.6667H14.8V8H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H10.6667V1.2H3.33333V2.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCheckSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13062", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCheckSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronDown.tsx b/src/icons/IconChevronDown.tsx
index f9ea310..2fa4d17 100644
--- a/src/icons/IconChevronDown.tsx
+++ b/src/icons/IconChevronDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronDown = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.46967 5.46967C3.76256 5.17678 4.23744 5.17678 4.53033 5.46967L8 8.93934L11.4697 5.46967C11.7626 5.17678 12.2374 5.17678 12.5303 5.46967C12.8232 5.76256 12.8232 6.23744 12.5303 6.53033L8.53033 10.5303C8.23744 10.8232 7.76256 10.8232 7.46967 10.5303L3.46967 6.53033C3.17678 6.23744 3.17678 5.76256 3.46967 5.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4.56569 5.43431C4.25327 5.1219 3.74673 5.1219 3.43431 5.43431C3.1219 5.74673 3.1219 6.25327 3.43431 6.56569L4.56569 5.43431ZM8 10L7.43431 10.5657C7.74673 10.8781 8.25327 10.8781 8.56569 10.5657L8 10ZM12.5657 6.56569C12.8781 6.25327 12.8781 5.74673 12.5657 5.43431C12.2533 5.1219 11.7467 5.1219 11.4343 5.43431L12.5657 6.56569ZM3.43431 6.56569L7.43431 10.5657L8.56569 9.43431L4.56569 5.43431L3.43431 6.56569ZM8.56569 10.5657L12.5657 6.56569L11.4343 5.43431L7.43431 9.43431L8.56569 10.5657Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13072", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronLeft.tsx b/src/icons/IconChevronLeft.tsx
index 95bdcec..69acc0d 100644
--- a/src/icons/IconChevronLeft.tsx
+++ b/src/icons/IconChevronLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M10.5303 3.46967C10.8232 3.76256 10.8232 4.23744 10.5303 4.53033L7.06066 8L10.5303 11.4697C10.8232 11.7626 10.8232 12.2374 10.5303 12.5303C10.2374 12.8232 9.76256 12.8232 9.46967 12.5303L5.46967 8.53033C5.17678 8.23744 5.17678 7.76256 5.46967 7.46967L9.46967 3.46967C9.76256 3.17678 10.2374 3.17678 10.5303 3.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.43431 12.5657C9.74673 12.8781 10.2533 12.8781 10.5657 12.5657C10.8781 12.2533 10.8781 11.7467 10.5657 11.4343L9.43431 12.5657ZM6 8L5.43431 7.43431C5.1219 7.74673 5.1219 8.25327 5.43431 8.56569L6 8ZM10.5657 4.56569C10.8781 4.25327 10.8781 3.74673 10.5657 3.43431C10.2533 3.1219 9.74673 3.1219 9.43431 3.43431L10.5657 4.56569ZM10.5657 11.4343L6.56569 7.43431L5.43431 8.56569L9.43431 12.5657L10.5657 11.4343ZM6.56569 8.56569L10.5657 4.56569L9.43431 3.43431L5.43431 7.43431L6.56569 8.56569Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13064", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronRight.tsx b/src/icons/IconChevronRight.tsx
index a7413b7..a2247b8 100644
--- a/src/icons/IconChevronRight.tsx
+++ b/src/icons/IconChevronRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967L10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L6.53033 12.5303C6.23744 12.8232 5.76256 12.8232 5.46967 12.5303C5.17678 12.2374 5.17678 11.7626 5.46967 11.4697L8.93934 8L5.46967 4.53033C5.17678 4.23744 5.17678 3.76256 5.46967 3.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.43431 11.4343C5.1219 11.7467 5.1219 12.2533 5.43431 12.5657C5.74673 12.8781 6.25327 12.8781 6.56569 12.5657L5.43431 11.4343ZM10 8L10.5657 8.56569C10.8781 8.25327 10.8781 7.74673 10.5657 7.43431L10 8ZM6.56569 3.43431C6.25327 3.1219 5.74673 3.1219 5.43431 3.43431C5.1219 3.74673 5.1219 4.25327 5.43431 4.56569L6.56569 3.43431ZM6.56569 12.5657L10.5657 8.56569L9.43431 7.43431L5.43431 11.4343L6.56569 12.5657ZM10.5657 7.43431L6.56569 3.43431L5.43431 4.56569L9.43431 8.56569L10.5657 7.43431Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13165", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronUp.tsx b/src/icons/IconChevronUp.tsx
index 6f3d72d..ef9a487 100644
--- a/src/icons/IconChevronUp.tsx
+++ b/src/icons/IconChevronUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronUp = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.46967 5.46967C7.76256 5.17678 8.23744 5.17678 8.53033 5.46967L12.5303 9.46967C12.8232 9.76256 12.8232 10.2374 12.5303 10.5303C12.2374 10.8232 11.7626 10.8232 11.4697 10.5303L8 7.06066L4.53033 10.5303C4.23744 10.8232 3.76256 10.8232 3.46967 10.5303C3.17678 10.2374 3.17678 9.76256 3.46967 9.46967L7.46967 5.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M11.4343 10.5657C11.7467 10.8781 12.2533 10.8781 12.5657 10.5657C12.8781 10.2533 12.8781 9.74673 12.5657 9.43431L11.4343 10.5657ZM8 6L8.56569 5.43431C8.25327 5.1219 7.74673 5.1219 7.43431 5.43431L8 6ZM3.43431 9.43431C3.1219 9.74673 3.1219 10.2533 3.43431 10.5657C3.74673 10.8781 4.25327 10.8781 4.56569 10.5657L3.43431 9.43431ZM12.5657 9.43431L8.56569 5.43431L7.43431 6.56569L11.4343 10.5657L12.5657 9.43431ZM7.43431 5.43431L3.43431 9.43431L4.56569 10.5657L8.56569 6.56569L7.43431 5.43431Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13166", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronsDown.tsx b/src/icons/IconChevronsDown.tsx
index 136d201..560bd14 100644
--- a/src/icons/IconChevronsDown.tsx
+++ b/src/icons/IconChevronsDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronsDown = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.13642 3.46967C4.42931 3.17678 4.90418 3.17678 5.19708 3.46967L8.00008 6.27267L10.8031 3.46967C11.096 3.17678 11.5709 3.17678 11.8637 3.46967C12.1566 3.76256 12.1566 4.23744 11.8637 4.53033L8.53041 7.86366C8.23752 8.15656 7.76264 8.15656 7.46975 7.86366L4.13642 4.53033C3.84352 4.23744 3.84352 3.76256 4.13642 3.46967ZM4.13642 8.13634C4.42931 7.84344 4.90418 7.84344 5.19708 8.13634L8.00008 10.9393L10.8031 8.13634C11.096 7.84344 11.5709 7.84344 11.8637 8.13634C12.1566 8.42923 12.1566 8.9041 11.8637 9.197L8.53041 12.5303C8.23752 12.8232 7.76264 12.8232 7.46975 12.5303L4.13642 9.197C3.84352 8.9041 3.84352 8.42923 4.13642 8.13634Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.23243 8.10098C4.92001 7.78856 4.41348 7.78856 4.10106 8.10098C3.78864 8.4134 3.78864 8.91993 4.10106 9.23235L5.23243 8.10098ZM8.00008 12L7.4344 12.5657C7.58442 12.7157 7.78791 12.8 8.00008 12.8C8.21225 12.8 8.41574 12.7157 8.56577 12.5657L8.00008 12ZM11.8991 9.23235C12.2115 8.91993 12.2115 8.4134 11.8991 8.10098C11.5867 7.78856 11.0801 7.78856 10.7677 8.10098L11.8991 9.23235ZM5.23243 3.43431C4.92001 3.1219 4.41348 3.1219 4.10106 3.43431C3.78864 3.74673 3.78864 4.25327 4.10106 4.56569L5.23243 3.43431ZM8.00008 7.33333L7.4344 7.89902C7.74682 8.21144 8.25335 8.21144 8.56577 7.89902L8.00008 7.33333ZM11.8991 4.56569C12.2115 4.25327 12.2115 3.74673 11.8991 3.43431C11.5867 3.1219 11.0801 3.1219 10.7677 3.43431L11.8991 4.56569ZM4.10106 9.23235L7.4344 12.5657L8.56577 11.4343L5.23243 8.10098L4.10106 9.23235ZM8.56577 12.5657L11.8991 9.23235L10.7677 8.10098L7.4344 11.4343L8.56577 12.5657ZM4.10106 4.56569L7.4344 7.89902L8.56577 6.76765L5.23243 3.43431L4.10106 4.56569ZM8.56577 7.89902L11.8991 4.56569L10.7677 3.43431L7.4344 6.76765L8.56577 7.89902Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronsDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13168", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronsDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronsLeft.tsx b/src/icons/IconChevronsLeft.tsx
index 02dadec..298a554 100644
--- a/src/icons/IconChevronsLeft.tsx
+++ b/src/icons/IconChevronsLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronsLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.86366 4.1363C8.15656 4.42919 8.15656 4.90406 7.86366 5.19696L5.06066 7.99996L7.86366 10.803C8.15656 11.0959 8.15656 11.5707 7.86366 11.8636C7.57077 12.1565 7.0959 12.1565 6.803 11.8636L3.46967 8.53029C3.17678 8.2374 3.17678 7.76252 3.46967 7.46963L6.803 4.1363C7.0959 3.8434 7.57077 3.8434 7.86366 4.1363ZM12.5303 4.1363C12.8232 4.42919 12.8232 4.90406 12.5303 5.19696L9.72733 7.99996L12.5303 10.803C12.8232 11.0959 12.8232 11.5707 12.5303 11.8636C12.2374 12.1565 11.7626 12.1565 11.4697 11.8636L8.13634 8.53029C7.84344 8.2374 7.84344 7.76252 8.13634 7.46963L11.4697 4.1363C11.7626 3.8434 12.2374 3.8434 12.5303 4.1363Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.76765 11.899C7.08007 12.2114 7.5866 12.2114 7.89902 11.899C8.21144 11.5866 8.21144 11.08 7.89902 10.7676L6.76765 11.899ZM4 7.99996L3.43431 7.43427C3.1219 7.74669 3.1219 8.25323 3.43431 8.56564L4 7.99996ZM7.89902 5.23231C8.21144 4.91989 8.21144 4.41336 7.89902 4.10094C7.5866 3.78852 7.08007 3.78852 6.76765 4.10094L7.89902 5.23231ZM11.4343 11.899C11.7467 12.2114 12.2533 12.2114 12.5657 11.899C12.8781 11.5866 12.8781 11.08 12.5657 10.7676L11.4343 11.899ZM8.66667 7.99996L8.10098 7.43427C7.95095 7.5843 7.86667 7.78779 7.86667 7.99996C7.86667 8.21213 7.95095 8.41562 8.10098 8.56564L8.66667 7.99996ZM12.5657 5.23231C12.8781 4.91989 12.8781 4.41336 12.5657 4.10094C12.2533 3.78852 11.7467 3.78852 11.4343 4.10094L12.5657 5.23231ZM7.89902 10.7676L4.56569 7.43427L3.43431 8.56564L6.76765 11.899L7.89902 10.7676ZM4.56569 8.56564L7.89902 5.23231L6.76765 4.10094L3.43431 7.43427L4.56569 8.56564ZM12.5657 10.7676L9.23235 7.43427L8.10098 8.56564L11.4343 11.899L12.5657 10.7676ZM9.23235 8.56564L12.5657 5.23231L11.4343 4.10094L8.10098 7.43427L9.23235 8.56564Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronsLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13167", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronsLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronsRight.tsx b/src/icons/IconChevronsRight.tsx
index 9c53b22..840f6c6 100644
--- a/src/icons/IconChevronsRight.tsx
+++ b/src/icons/IconChevronsRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronsRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.46967 4.1363C3.76256 3.8434 4.23744 3.8434 4.53033 4.1363L7.86366 7.46963C8.15656 7.76252 8.15656 8.2374 7.86366 8.53029L4.53033 11.8636C4.23744 12.1565 3.76256 12.1565 3.46967 11.8636C3.17678 11.5707 3.17678 11.0959 3.46967 10.803L6.27267 7.99996L3.46967 5.19696C3.17678 4.90406 3.17678 4.42919 3.46967 4.1363ZM8.13634 4.1363C8.42923 3.8434 8.9041 3.8434 9.197 4.1363L12.5303 7.46963C12.8232 7.76252 12.8232 8.2374 12.5303 8.53029L9.197 11.8636C8.9041 12.1565 8.42923 12.1565 8.13634 11.8636C7.84344 11.5707 7.84344 11.0959 8.13634 10.803L10.9393 7.99996L8.13634 5.19696C7.84344 4.90406 7.84344 4.42919 8.13634 4.1363Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.10098 10.7676C7.78856 11.08 7.78856 11.5866 8.10098 11.899C8.4134 12.2114 8.91993 12.2114 9.23235 11.899L8.10098 10.7676ZM12 7.99996L12.5657 8.56564C12.7157 8.41562 12.8 8.21213 12.8 7.99996C12.8 7.78779 12.7157 7.5843 12.5657 7.43427L12 7.99996ZM9.23235 4.10094C8.91993 3.78852 8.4134 3.78852 8.10098 4.10094C7.78856 4.41336 7.78856 4.91989 8.10098 5.23231L9.23235 4.10094ZM3.43431 10.7676C3.1219 11.08 3.1219 11.5866 3.43431 11.899C3.74673 12.2114 4.25327 12.2114 4.56569 11.899L3.43431 10.7676ZM7.33333 7.99996L7.89902 8.56564C8.21144 8.25323 8.21144 7.74669 7.89902 7.43427L7.33333 7.99996ZM4.56569 4.10094C4.25327 3.78852 3.74673 3.78852 3.43431 4.10094C3.1219 4.41336 3.1219 4.91989 3.43431 5.23231L4.56569 4.10094ZM9.23235 11.899L12.5657 8.56564L11.4343 7.43427L8.10098 10.7676L9.23235 11.899ZM12.5657 7.43427L9.23235 4.10094L8.10098 5.23231L11.4343 8.56564L12.5657 7.43427ZM4.56569 11.899L7.89902 8.56564L6.76765 7.43427L3.43431 10.7676L4.56569 11.899ZM7.89902 7.43427L4.56569 4.10094L3.43431 5.23231L6.76765 8.56564L7.89902 7.43427Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronsRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13170", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronsRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChevronsUp.tsx b/src/icons/IconChevronsUp.tsx
index 4b442c0..1da0b65 100644
--- a/src/icons/IconChevronsUp.tsx
+++ b/src/icons/IconChevronsUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChevronsUp = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.46951 3.46967C7.7624 3.17678 8.23727 3.17678 8.53017 3.46967L11.8635 6.803C12.1564 7.0959 12.1564 7.57077 11.8635 7.86366C11.5706 8.15656 11.0957 8.15656 10.8028 7.86366L7.99984 5.06066L5.19683 7.86366C4.90394 8.15656 4.42907 8.15656 4.13617 7.86366C3.84328 7.57077 3.84328 7.0959 4.13617 6.803L7.46951 3.46967ZM4.13617 11.4697L7.46951 8.13634C7.7624 7.84344 8.23727 7.84344 8.53017 8.13634L11.8635 11.4697C12.1564 11.7626 12.1564 12.2374 11.8635 12.5303C11.5706 12.8232 11.0957 12.8232 10.8028 12.5303L7.99984 9.72733L5.19683 12.5303C4.90394 12.8232 4.42907 12.8232 4.13617 12.5303C3.84328 12.2374 3.84328 11.7626 4.13617 11.4697Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.7675 7.89902C11.0799 8.21144 11.5864 8.21144 11.8989 7.89902C12.2113 7.5866 12.2113 7.08007 11.8989 6.76765L10.7675 7.89902ZM7.99984 4L8.56552 3.43431C8.2531 3.1219 7.74657 3.1219 7.43415 3.43431L7.99984 4ZM4.10082 6.76765C3.7884 7.08007 3.7884 7.5866 4.10082 7.89902C4.41324 8.21144 4.91977 8.21144 5.23219 7.89902L4.10082 6.76765ZM10.7675 12.5657C11.0799 12.8781 11.5864 12.8781 11.8989 12.5657C12.2113 12.2533 12.2113 11.7467 11.8989 11.4343L10.7675 12.5657ZM7.99984 8.66667L8.56552 8.10098C8.41549 7.95095 8.21201 7.86667 7.99984 7.86667C7.78766 7.86667 7.58418 7.95095 7.43415 8.10098L7.99984 8.66667ZM4.10082 11.4343C3.7884 11.7467 3.7884 12.2533 4.10082 12.5657C4.41324 12.8781 4.91977 12.8781 5.23219 12.5657L4.10082 11.4343ZM11.8989 6.76765L8.56552 3.43431L7.43415 4.56569L10.7675 7.89902L11.8989 6.76765ZM7.43415 3.43431L4.10082 6.76765L5.23219 7.89902L8.56552 4.56569L7.43415 3.43431ZM11.8989 11.4343L8.56552 8.10098L7.43415 9.23235L10.7675 12.5657L11.8989 11.4343ZM7.43415 8.10098L4.10082 11.4343L5.23219 12.5657L8.56552 9.23235L7.43415 8.10098Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconChevronsUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13169", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChevronsUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconChrome.tsx b/src/icons/IconChrome.tsx
index 28760c4..18a6365 100644
--- a/src/icons/IconChrome.tsx
+++ b/src/icons/IconChrome.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconChrome = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12667)"><path fillRule="evenodd" clipRule="evenodd" d="M2.62482 5.52389C2.27723 6.27718 2.08333 7.11597 2.08333 8.00004C2.08333 10.8779 4.13794 13.2758 6.86031 13.807L8.24406 11.4081C8.16345 11.4138 8.08206 11.4167 7.99999 11.4167C6.68448 11.4167 5.54261 10.6732 4.97165 9.58354L2.62482 5.52389ZM1.99377 3.64801C1.10654 4.87037 0.583328 6.3741 0.583328 8.00004C0.583328 11.7988 3.43932 14.9306 7.12125 15.3652C7.15373 15.371 7.18639 15.3746 7.219 15.3761C7.47567 15.4029 7.73622 15.4167 8 15.4167C12.0961 15.4167 15.4167 12.0962 15.4167 8.00004C15.4167 6.96175 15.2033 5.97329 14.818 5.07612C14.8075 5.04715 14.7952 5.01902 14.7812 4.99185C13.6274 2.39462 11.0252 0.583374 8 0.583374C5.57672 0.583374 3.42488 1.74555 2.07145 3.54295C2.04232 3.57587 2.01638 3.61105 1.99377 3.64801ZM3.54076 4.11119L4.92586 6.50719C5.47995 5.36829 6.64831 4.58337 7.99999 4.58337H12.831C11.7593 3.0707 9.99494 2.08337 8 2.08337C6.221 2.08337 4.62538 2.86852 3.54076 4.11119ZM13.5993 6.08337H10.8288C11.1999 6.62993 11.4167 7.28967 11.4167 8.00004C11.4167 8.67155 11.2229 9.29781 10.8883 9.82599L8.54288 13.8921C11.5561 13.618 13.9167 11.0847 13.9167 8.00004C13.9167 7.32922 13.805 6.68448 13.5993 6.08337ZM9.68636 8.91174C9.83325 8.64061 9.91666 8.33006 9.91666 8.00004C9.91666 6.94149 9.05854 6.08337 7.99999 6.08337C6.94145 6.08337 6.08333 6.94149 6.08333 8.00004C6.08333 8.31278 6.15823 8.60802 6.29107 8.8688L6.34264 8.95802C6.35166 8.97362 6.36006 8.98942 6.36784 9.00537C6.7054 9.55225 7.31014 9.91671 7.99999 9.91671C8.67395 9.91671 9.26666 9.56886 9.60839 9.0429L9.65699 8.95863C9.66629 8.94252 9.67609 8.92689 9.68636 8.91174Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12667"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15659)"><path d="M14.1133 6.13337C14.5552 6.13337 14.9133 5.7752 14.9133 5.33337C14.9133 4.89155 14.5552 4.53337 14.1133 4.53337V6.13337ZM3.32593 3.63966C3.1048 3.25715 2.61546 3.12632 2.23295 3.34744C1.85043 3.56857 1.7196 4.05791 1.94073 4.44042L3.32593 3.63966ZM5.00073 9.73376C5.22185 10.1163 5.7112 10.2471 6.09371 10.026C6.47622 9.80485 6.60705 9.3155 6.38593 8.93299L5.00073 9.73376ZM6.56035 14.227C6.33959 14.6097 6.47088 15.0989 6.8536 15.3197C7.23632 15.5404 7.72554 15.4092 7.94631 15.0264L6.56035 14.227ZM10.9996 9.7331C11.2204 9.35038 11.0891 8.86116 10.7064 8.6404C10.3237 8.41963 9.83445 8.55093 9.61368 8.93365L10.9996 9.7331ZM13.8667 8.00004C13.8667 11.2401 11.2401 13.8667 7.99999 13.8667V15.4667C12.1237 15.4667 15.4667 12.1238 15.4667 8.00004H13.8667ZM7.99999 13.8667C4.75992 13.8667 2.13333 11.2401 2.13333 8.00004H0.533328C0.533328 12.1238 3.87627 15.4667 7.99999 15.4667V13.8667ZM2.13333 8.00004C2.13333 4.75997 4.75992 2.13337 7.99999 2.13337V0.533374C3.87627 0.533374 0.533328 3.87631 0.533328 8.00004H2.13333ZM7.99999 2.13337C11.2401 2.13337 13.8667 4.75997 13.8667 8.00004H15.4667C15.4667 3.87631 12.1237 0.533374 7.99999 0.533374V2.13337ZM9.86666 8.00004C9.86666 9.03097 9.03093 9.86671 7.99999 9.86671V11.4667C9.91458 11.4667 11.4667 9.91463 11.4667 8.00004H9.86666ZM7.99999 9.86671C6.96906 9.86671 6.13333 9.03097 6.13333 8.00004H4.53333C4.53333 9.91463 6.08541 11.4667 7.99999 11.4667V9.86671ZM6.13333 8.00004C6.13333 6.96911 6.96906 6.13337 7.99999 6.13337V4.53337C6.08541 4.53337 4.53333 6.08545 4.53333 8.00004H6.13333ZM7.99999 6.13337C9.03093 6.13337 9.86666 6.96911 9.86666 8.00004H11.4667C11.4667 6.08545 9.91458 4.53337 7.99999 4.53337V6.13337ZM14.1133 4.53337H7.99999V6.13337H14.1133V4.53337ZM1.94073 4.44042L5.00073 9.73376L6.38593 8.93299L3.32593 3.63966L1.94073 4.44042ZM7.94631 15.0264L10.9996 9.7331L9.61368 8.93365L6.56035 14.227L7.94631 15.0264Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15659"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconChrome, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13172", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconChrome size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCircle.tsx b/src/icons/IconCircle.tsx
index 0692a02..ad3ab74 100644
--- a/src/icons/IconCircle.tsx
+++ b/src/icons/IconCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12245)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99998 2.08337C4.7323 2.08337 2.08331 4.73236 2.08331 8.00004C2.08331 11.2677 4.7323 13.9167 7.99998 13.9167C11.2677 13.9167 13.9166 11.2677 13.9166 8.00004C13.9166 4.73236 11.2677 2.08337 7.99998 2.08337ZM0.583313 8.00004C0.583313 3.90393 3.90387 0.583374 7.99998 0.583374C12.0961 0.583374 15.4166 3.90393 15.4166 8.00004C15.4166 12.0962 12.0961 15.4167 7.99998 15.4167C3.90387 15.4167 0.583313 12.0962 0.583313 8.00004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12245"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15661)"><path d="M13.8666 8.00004C13.8666 11.2401 11.2401 13.8667 7.99998 13.8667V15.4667C12.1237 15.4667 15.4666 12.1238 15.4666 8.00004H13.8666ZM7.99998 13.8667C4.75991 13.8667 2.13331 11.2401 2.13331 8.00004H0.533313C0.533313 12.1238 3.87625 15.4667 7.99998 15.4667V13.8667ZM2.13331 8.00004C2.13331 4.75997 4.75991 2.13337 7.99998 2.13337V0.533374C3.87625 0.533374 0.533313 3.87631 0.533313 8.00004H2.13331ZM7.99998 2.13337C11.2401 2.13337 13.8666 4.75997 13.8666 8.00004H15.4666C15.4666 3.87631 12.1237 0.533374 7.99998 0.533374V2.13337Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15661"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13171", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconClipboard.tsx b/src/icons/IconClipboard.tsx
index 4b56b3f..913b9c9 100644
--- a/src/icons/IconClipboard.tsx
+++ b/src/icons/IconClipboard.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconClipboard = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.08329 2.08337V2.6661C6.08329 2.6659 6.08329 2.6663 6.08329 2.6661C6.08329 2.6663 6.08329 2.66711 6.08329 2.66731V3.25004H9.91663V2.08337H6.08329ZM11.4142 1.91671C11.3711 1.17309 10.7544 0.583374 9.99996 0.583374H5.99996C5.24553 0.583374 4.62884 1.17309 4.5857 1.91671H3.99996C3.44743 1.91671 2.91752 2.1362 2.52682 2.5269C2.13612 2.9176 1.91663 3.44751 1.91663 4.00004V13.3334C1.91663 13.8859 2.13612 14.4158 2.52682 14.8065C2.91752 15.1972 3.44742 15.4167 3.99996 15.4167H12C12.5525 15.4167 13.0824 15.1972 13.4731 14.8065C13.8638 14.4158 14.0833 13.8859 14.0833 13.3334V4.00004C14.0833 3.44751 13.8638 2.9176 13.4731 2.5269C13.0824 2.1362 12.5525 1.91671 12 1.91671H11.4142ZM11.4142 3.41671C11.3711 4.16032 10.7544 4.75004 9.99996 4.75004H5.99996C5.24553 4.75004 4.62884 4.16032 4.5857 3.41671H3.99996C3.84525 3.41671 3.69688 3.47817 3.58748 3.58756C3.47808 3.69696 3.41663 3.84533 3.41663 4.00004V13.3334C3.41663 13.4881 3.47808 13.6365 3.58748 13.7459C3.69688 13.8552 3.84525 13.9167 3.99996 13.9167H12C12.1547 13.9167 12.303 13.8553 12.4124 13.7459C12.5218 13.6365 12.5833 13.4881 12.5833 13.3334V4.00004C12.5833 3.84533 12.5218 3.69696 12.4124 3.58756C12.303 3.47817 12.1547 3.41671 12 3.41671H11.4142Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.6666 1.86671C10.2248 1.86671 9.86663 2.22488 9.86663 2.66671C9.86663 3.10854 10.2248 3.46671 10.6666 3.46671V1.86671ZM12 2.66671V1.86671V2.66671ZM2.66663 13.3334H1.86663H2.66663ZM3.99996 2.66671V1.86671V2.66671ZM5.33329 3.46671C5.77512 3.46671 6.13329 3.10854 6.13329 2.66671C6.13329 2.22488 5.77512 1.86671 5.33329 1.86671V3.46671ZM10.6666 3.46671H12V1.86671H10.6666V3.46671ZM12 3.46671C12.1414 3.46671 12.2771 3.5229 12.3771 3.62292L13.5085 2.49155C13.1084 2.09147 12.5658 1.86671 12 1.86671V3.46671ZM12.3771 3.62292C12.4771 3.72294 12.5333 3.85859 12.5333 4.00004H14.1333C14.1333 3.43425 13.9085 2.89162 13.5085 2.49155L12.3771 3.62292ZM12.5333 4.00004V13.3334H14.1333V4.00004H12.5333ZM12.5333 13.3334C12.5333 13.4748 12.4771 13.6105 12.3771 13.7105L13.5085 14.8419C13.9085 14.4418 14.1333 13.8992 14.1333 13.3334H12.5333ZM12.3771 13.7105C12.2771 13.8105 12.1414 13.8667 12 13.8667V15.4667C12.5658 15.4667 13.1084 15.2419 13.5085 14.8419L12.3771 13.7105ZM12 13.8667H3.99996V15.4667H12V13.8667ZM3.99996 13.8667C3.85851 13.8667 3.72285 13.8105 3.62284 13.7105L2.49146 14.8419C2.89154 15.2419 3.43416 15.4667 3.99996 15.4667V13.8667ZM3.62284 13.7105C3.52282 13.6105 3.46663 13.4748 3.46663 13.3334H1.86663C1.86663 13.8992 2.09139 14.4418 2.49146 14.8419L3.62284 13.7105ZM3.46663 13.3334V4.00004H1.86663V13.3334H3.46663ZM3.46663 4.00004C3.46663 3.85859 3.52282 3.72294 3.62284 3.62292L2.49146 2.49155C2.09139 2.89162 1.86663 3.43425 1.86663 4.00004H3.46663ZM3.62284 3.62292C3.72285 3.5229 3.85851 3.46671 3.99996 3.46671V1.86671C3.43416 1.86671 2.89154 2.09147 2.49146 2.49155L3.62284 3.62292ZM3.99996 3.46671H5.33329V1.86671H3.99996V3.46671ZM5.99996 2.13337H9.99996V0.533374H5.99996V2.13337ZM9.99996 2.13337C9.92632 2.13337 9.86663 2.07368 9.86663 2.00004H11.4666C11.4666 1.19002 10.81 0.533374 9.99996 0.533374V2.13337ZM9.86663 2.00004V3.33337H11.4666V2.00004H9.86663ZM9.86663 3.33337C9.86663 3.25974 9.92632 3.20004 9.99996 3.20004V4.80004C10.81 4.80004 11.4666 4.14339 11.4666 3.33337H9.86663ZM9.99996 3.20004H5.99996V4.80004H9.99996V3.20004ZM5.99996 3.20004C6.0736 3.20004 6.13329 3.25974 6.13329 3.33337H4.53329C4.53329 4.14339 5.18994 4.80004 5.99996 4.80004V3.20004ZM6.13329 3.33337V2.00004H4.53329V3.33337H6.13329ZM6.13329 2.00004C6.13329 2.07368 6.0736 2.13337 5.99996 2.13337V0.533374C5.18994 0.533374 4.53329 1.19002 4.53329 2.00004H6.13329Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconClipboard, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13174", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconClipboard size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconClock.tsx b/src/icons/IconClock.tsx
index b596ef4..ac3fd1e 100644
--- a/src/icons/IconClock.tsx
+++ b/src/icons/IconClock.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconClock = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12864)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08337C4.73236 2.08337 2.08337 4.73236 2.08337 8.00004C2.08337 11.2677 4.73236 13.9167 8.00004 13.9167C11.2677 13.9167 13.9167 11.2677 13.9167 8.00004C13.9167 4.73236 11.2677 2.08337 8.00004 2.08337ZM0.583374 8.00004C0.583374 3.90393 3.90393 0.583374 8.00004 0.583374C12.0962 0.583374 15.4167 3.90393 15.4167 8.00004C15.4167 12.0962 12.0962 15.4167 8.00004 15.4167C3.90393 15.4167 0.583374 12.0962 0.583374 8.00004ZM8.00004 3.25004C8.41425 3.25004 8.75004 3.58583 8.75004 4.00004V7.53652L11.0021 8.66255C11.3726 8.8478 11.5228 9.2983 11.3375 9.66878C11.1523 10.0393 10.7018 10.1894 10.3313 10.0042L7.66463 8.67086C7.41054 8.54382 7.25004 8.28412 7.25004 8.00004V4.00004C7.25004 3.58583 7.58583 3.25004 8.00004 3.25004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12864"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15665)"><path d="M8.80004 4.00004C8.80004 3.55821 8.44187 3.20004 8.00004 3.20004C7.55821 3.20004 7.20004 3.55821 7.20004 4.00004H8.80004ZM8.00004 8.00004H7.20004C7.20004 8.30306 7.37124 8.58007 7.64227 8.71558L8.00004 8.00004ZM10.3089 10.0489C10.7041 10.2465 11.1847 10.0863 11.3822 9.69114C11.5798 9.29596 11.4197 8.81542 11.0245 8.61783L10.3089 10.0489ZM13.8667 8.00004C13.8667 11.2401 11.2401 13.8667 8.00004 13.8667V15.4667C12.1238 15.4667 15.4667 12.1238 15.4667 8.00004H13.8667ZM8.00004 13.8667C4.75997 13.8667 2.13337 11.2401 2.13337 8.00004H0.533374C0.533374 12.1238 3.87631 15.4667 8.00004 15.4667V13.8667ZM2.13337 8.00004C2.13337 4.75997 4.75997 2.13337 8.00004 2.13337V0.533374C3.87631 0.533374 0.533374 3.87631 0.533374 8.00004H2.13337ZM8.00004 2.13337C11.2401 2.13337 13.8667 4.75997 13.8667 8.00004H15.4667C15.4667 3.87631 12.1238 0.533374 8.00004 0.533374V2.13337ZM7.20004 4.00004V8.00004H8.80004V4.00004H7.20004ZM7.64227 8.71558L10.3089 10.0489L11.0245 8.61783L8.35781 7.2845L7.64227 8.71558Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15665"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconClock, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13173", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconClock size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCloud.tsx b/src/icons/IconCloud.tsx
index 478d3ce..c93e8a5 100644
--- a/src/icons/IconCloud.tsx
+++ b/src/icons/IconCloud.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCloud = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12874)"><path fillRule="evenodd" clipRule="evenodd" d="M3.88406 2.295C4.95126 1.89993 6.10788 1.81212 7.22249 2.04154C8.3371 2.27097 9.36502 2.80844 10.1894 3.59289C10.8711 4.24152 11.3911 5.03752 11.7115 5.91663H12C13.083 5.91663 14.1216 6.34683 14.8874 7.11261C15.6531 7.87838 16.0833 8.91699 16.0833 9.99996C16.0833 11.0829 15.6531 12.1215 14.8874 12.8873C14.1216 13.6531 13.083 14.0833 12 14.0833H6.00056M6.92007 3.51074C6.0803 3.33789 5.20887 3.40405 4.40482 3.70171C3.60076 3.99937 2.89632 4.51659 2.37154 5.19461C1.84675 5.87262 1.52267 6.68424 1.43611 7.53725C1.34955 8.39025 1.50399 9.25043 1.88188 10.02C2.25976 10.7897 2.84595 11.4378 3.57382 11.891C4.30169 12.3441 5.14206 12.5839 5.99944 12.5833H12C12.6851 12.5833 13.3422 12.3111 13.8267 11.8267C14.3112 11.3422 14.5833 10.6851 14.5833 9.99996C14.5833 9.31482 14.3112 8.65774 13.8267 8.17327C13.3422 7.6888 12.6851 7.41663 12 7.41663H11.16C10.818 7.41663 10.5193 7.18526 10.4338 6.85413C10.2195 6.02397 9.77657 5.27058 9.15544 4.67956C8.53431 4.08854 7.75985 3.6836 6.92007 3.51074Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12874"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15677)"><path d="M12 6.66663V5.86663V6.66663ZM11.16 6.66663L10.3854 6.86663C10.4766 7.21984 10.7952 7.46663 11.16 7.46663V6.66663ZM6 13.3333V12.5333H5.99941L6 13.3333ZM12 5.86663H11.16V7.46663H12V5.86663ZM11.9346 6.46663C11.6478 5.35572 11.0551 4.34755 10.2239 3.55666L9.12097 4.71578C9.73533 5.30035 10.1734 6.04552 10.3854 6.86663L11.9346 6.46663ZM10.2239 3.55666C9.39271 2.76577 8.35635 2.22389 7.23257 1.99257L6.90999 3.55972C7.74061 3.73069 8.50662 4.13121 9.12097 4.71578L10.2239 3.55666ZM7.23257 1.99257C6.1088 1.76126 4.94267 1.84979 3.8667 2.24811L4.42218 3.74859C5.21746 3.45418 6.07938 3.38874 6.90999 3.55972L7.23257 1.99257ZM3.8667 2.24811C2.79073 2.64644 1.84806 3.33858 1.1458 4.24589L2.41108 5.22521C2.93014 4.55459 3.62689 4.04301 4.42218 3.74859L3.8667 2.24811ZM1.1458 4.24589C0.443542 5.15319 0.00985807 6.23929 -0.105972 7.38076L1.48585 7.54229C1.57147 6.6986 1.89202 5.89583 2.41108 5.22521L1.1458 4.24589ZM-0.105972 7.38076C-0.221802 8.52224 -0.0151348 9.67331 0.490547 10.7032L1.92676 9.99801C1.55299 9.23679 1.40024 8.38599 1.48585 7.54229L-0.105972 7.38076ZM0.490547 10.7032C0.996229 11.7331 1.78065 12.6005 2.75467 13.2068L3.60024 11.8485C2.88031 11.4003 2.30052 10.7592 1.92676 9.99801L0.490547 10.7032ZM2.75467 13.2068C3.72869 13.8132 4.85327 14.1341 6.0006 14.1333L5.99941 12.5333C5.15138 12.5339 4.32017 12.2967 3.60024 11.8485L2.75467 13.2068ZM6 14.1333H12V12.5333H6V14.1333ZM12 14.1333C13.0962 14.1333 14.1476 13.6978 14.9227 12.9227L13.7913 11.7913C13.3162 12.2664 12.6719 12.5333 12 12.5333V14.1333ZM14.9227 12.9227C15.6979 12.1475 16.1333 11.0962 16.1333 9.99996H14.5333C14.5333 10.6718 14.2664 11.3162 13.7913 11.7913L14.9227 12.9227ZM16.1333 9.99996C16.1333 8.90373 15.6979 7.8524 14.9227 7.07725L13.7913 8.20862C14.2664 8.68371 14.5333 9.32808 14.5333 9.99996H16.1333ZM14.9227 7.07725C14.1476 6.3021 13.0962 5.86663 12 5.86663V7.46663C12.6719 7.46663 13.3162 7.73353 13.7913 8.20862L14.9227 7.07725Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15677"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCloud, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13179", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCloud size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCloudDrizzle.tsx b/src/icons/IconCloudDrizzle.tsx
index fa6bdce..471f05e 100644
--- a/src/icons/IconCloudDrizzle.tsx
+++ b/src/icons/IconCloudDrizzle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCloudDrizzle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12232)"><path fillRule="evenodd" clipRule="evenodd" d="M5.37991 -0.0518335C6.33897 -0.149491 7.30751 -0.0178253 8.20569 0.332312C9.10387 0.68245 9.90598 1.24103 10.5459 1.96202C11.0551 2.53575 11.45 3.19925 11.7116 3.91668H12.0001C12.9373 3.91778 13.8466 4.24127 14.5735 4.83284C15.3005 5.42442 15.8018 6.24807 15.9933 7.16553C16.1849 8.08299 16.055 9.03842 15.6254 9.87144C15.1959 10.7045 14.4928 11.3643 13.6343 11.7403C13.2549 11.9065 12.8126 11.7336 12.6464 11.3542C12.4803 10.9748 12.6531 10.5325 13.0326 10.3663C13.5757 10.1285 14.0205 9.71098 14.2922 9.18397C14.564 8.65697 14.6462 8.05251 14.525 7.47207C14.4038 6.89164 14.0867 6.37055 13.6267 5.99629C13.1669 5.62211 12.5924 5.41746 11.9996 5.41668C11.9995 5.41668 11.9997 5.41668 11.9996 5.41668H11.1601C10.8181 5.41668 10.5194 5.18533 10.4339 4.85421C10.2523 4.15096 9.90619 3.50095 9.42405 2.95774C8.94192 2.41453 8.33759 1.99368 7.66088 1.72987C6.98416 1.46607 6.25445 1.36687 5.53187 1.44045C4.80929 1.51403 4.11455 1.75828 3.5049 2.15307C2.89525 2.54785 2.38815 3.08188 2.0254 3.71112C1.66266 4.34036 1.45464 5.04681 1.41852 5.77222C1.38239 6.49763 1.51918 7.22125 1.81761 7.88342C2.11604 8.54559 2.56756 9.12736 3.13497 9.58077C3.45856 9.83935 3.51126 10.3113 3.25268 10.6349C2.9941 10.9585 2.52216 11.0112 2.19857 10.7526C1.44547 10.1508 0.846172 9.37863 0.450074 8.49974C0.0539759 7.62086 -0.127579 6.66043 -0.0796268 5.69761C-0.0316745 4.73478 0.244412 3.79714 0.725877 2.96197C1.20734 2.12679 1.8804 1.418 2.68957 0.894003C3.49874 0.37001 4.42086 0.0458245 5.37991 -0.0518335ZM5.33344 7.91668C5.74765 7.91668 6.08344 8.25247 6.08344 8.66668V10C6.08344 10.4142 5.74765 10.75 5.33344 10.75C4.91922 10.75 4.58344 10.4142 4.58344 10V8.66668C4.58344 8.25247 4.91922 7.91668 5.33344 7.91668ZM10.6668 7.91668C11.081 7.91668 11.4168 8.25247 11.4168 8.66668V10C11.4168 10.4142 11.081 10.75 10.6668 10.75C10.2526 10.75 9.91677 10.4142 9.91677 10V8.66668C9.91677 8.25247 10.2526 7.91668 10.6668 7.91668ZM8.0001 9.25001C8.41432 9.25001 8.7501 9.5858 8.7501 10V11.3333C8.7501 11.7476 8.41432 12.0833 8.0001 12.0833C7.58589 12.0833 7.2501 11.7476 7.2501 11.3333V10C7.2501 9.5858 7.58589 9.25001 8.0001 9.25001ZM5.33344 11.9167C5.74765 11.9167 6.08344 12.2525 6.08344 12.6667V14C6.08344 14.4142 5.74765 14.75 5.33344 14.75C4.91922 14.75 4.58344 14.4142 4.58344 14V12.6667C4.58344 12.2525 4.91922 11.9167 5.33344 11.9167ZM10.6668 11.9167C11.081 11.9167 11.4168 12.2525 11.4168 12.6667V14C11.4168 14.4142 11.081 14.75 10.6668 14.75C10.2526 14.75 9.91677 14.4142 9.91677 14V12.6667C9.91677 12.2525 10.2526 11.9167 10.6668 11.9167ZM8.0001 13.25C8.41432 13.25 8.7501 13.5858 8.7501 14V15.3333C8.7501 15.7476 8.41432 16.0833 8.0001 16.0833C7.58589 16.0833 7.2501 15.7476 7.2501 15.3333V14C7.2501 13.5858 7.58589 13.25 8.0001 13.25Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12232"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15667)"><path d="M6.13344 12.6667C6.13344 12.2249 5.77526 11.8667 5.33344 11.8667C4.89161 11.8667 4.53344 12.2249 4.53344 12.6667H6.13344ZM4.53344 14C4.53344 14.4418 4.89161 14.8 5.33344 14.8C5.77526 14.8 6.13344 14.4418 6.13344 14H4.53344ZM6.13344 8.66668C6.13344 8.22485 5.77526 7.86668 5.33344 7.86668C4.89161 7.86668 4.53344 8.22485 4.53344 8.66668H6.13344ZM4.53344 10C4.53344 10.4418 4.89161 10.8 5.33344 10.8C5.77526 10.8 6.13344 10.4418 6.13344 10H4.53344ZM11.4668 12.6667C11.4668 12.2249 11.1086 11.8667 10.6668 11.8667C10.2249 11.8667 9.86677 12.2249 9.86677 12.6667H11.4668ZM9.86677 14C9.86677 14.4418 10.2249 14.8 10.6668 14.8C11.1086 14.8 11.4668 14.4418 11.4668 14H9.86677ZM11.4668 8.66668C11.4668 8.22485 11.1086 7.86668 10.6668 7.86668C10.2249 7.86668 9.86677 8.22485 9.86677 8.66668H11.4668ZM9.86677 10C9.86677 10.4418 10.2249 10.8 10.6668 10.8C11.1086 10.8 11.4668 10.4418 11.4668 10H9.86677ZM8.8001 14C8.8001 13.5582 8.44193 13.2 8.0001 13.2C7.55828 13.2 7.2001 13.5582 7.2001 14H8.8001ZM7.2001 15.3333C7.2001 15.7752 7.55828 16.1333 8.0001 16.1333C8.44193 16.1333 8.8001 15.7752 8.8001 15.3333H7.2001ZM8.8001 10C8.8001 9.55818 8.44193 9.20001 8.0001 9.20001C7.55828 9.20001 7.2001 9.55818 7.2001 10H8.8001ZM7.2001 11.3333C7.2001 11.7752 7.55828 12.1333 8.0001 12.1333C8.44193 12.1333 8.8001 11.7752 8.8001 11.3333H7.2001ZM13.0125 10.3205C12.6078 10.4978 12.4234 10.9696 12.6006 11.3743C12.7779 11.779 13.2497 11.9634 13.6544 11.7861L13.0125 10.3205ZM12.0001 4.66668L12.001 3.86668H12.0001V4.66668ZM11.1601 4.66668L10.3855 4.86671C10.4767 5.21991 10.7953 5.46668 11.1601 5.46668V4.66668ZM2.16736 10.7917C2.51252 11.0675 3.01592 11.0113 3.29174 10.6661C3.56756 10.3209 3.51134 9.81753 3.16618 9.54171L2.16736 10.7917ZM4.53344 12.6667V14H6.13344V12.6667H4.53344ZM4.53344 8.66668V10H6.13344V8.66668H4.53344ZM9.86677 12.6667V14H11.4668V12.6667H9.86677ZM9.86677 8.66668V10H11.4668V8.66668H9.86677ZM7.2001 14V15.3333H8.8001V14H7.2001ZM7.2001 10V11.3333H8.8001V10H7.2001ZM13.6544 11.7861C14.5234 11.4055 15.2351 10.7376 15.6699 9.89435L14.2478 9.16106C13.9813 9.67787 13.5451 10.0873 13.0125 10.3205L13.6544 11.7861ZM15.6699 9.89435C16.1047 9.05114 16.2362 8.08401 16.0423 7.15531L14.476 7.48229C14.5949 8.05149 14.5143 8.64425 14.2478 9.16106L15.6699 9.89435ZM16.0423 7.15531C15.8484 6.22661 15.3409 5.39288 14.6051 4.79406L13.5952 6.03507C14.0462 6.40209 14.3572 6.91309 14.476 7.48229L16.0423 7.15531ZM14.6051 4.79406C13.8692 4.19525 12.9498 3.8678 12.001 3.86668L11.9992 5.46668C12.5806 5.46736 13.1442 5.66806 13.5952 6.03507L14.6051 4.79406ZM12.0001 3.86668H11.1601V5.46668H12.0001V3.86668ZM11.9347 4.46665C11.6917 3.52558 11.2285 2.65574 10.5833 1.92883L9.38666 2.99093C9.86353 3.52821 10.2059 4.17114 10.3855 4.86671L11.9347 4.46665ZM10.5833 1.92883C9.93811 1.20192 9.12941 0.638742 8.22385 0.285727L7.64272 1.77646C8.31205 2.03738 8.90978 2.45364 9.38666 2.99093L10.5833 1.92883ZM8.22385 0.285727C7.31828 -0.0672888 6.34179 -0.200037 5.37485 -0.101576L5.53693 1.49019C6.25163 1.41742 6.97339 1.51554 7.64272 1.77646L8.22385 0.285727ZM5.37485 -0.101576C4.40791 -0.00311577 3.47821 0.323734 2.66239 0.852034L3.53207 2.19503C4.13507 1.80455 4.82224 1.56297 5.53693 1.49019L5.37485 -0.101576ZM2.66239 0.852034C1.84657 1.38033 1.16798 2.09495 0.682559 2.93699L2.06872 3.73609C2.42751 3.11372 2.92908 2.58552 3.53207 2.19503L2.66239 0.852034ZM0.682559 2.93699C0.197137 3.77903 -0.0812185 4.72438 -0.129565 5.69512L1.46845 5.77471C1.50419 5.05721 1.70993 4.35847 2.06872 3.73609L0.682559 2.93699ZM-0.129565 5.69512C-0.177912 6.66586 0.00513583 7.63418 0.404489 8.52029L1.86319 7.86288C1.56802 7.20793 1.43272 6.49221 1.46845 5.77471L-0.129565 5.69512ZM0.404489 8.52029C0.803842 9.40639 1.40807 10.1849 2.16736 10.7917L3.16618 9.54171C2.60497 9.09324 2.15836 8.51782 1.86319 7.86288L0.404489 8.52029Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15667"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCloudDrizzle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13176", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCloudDrizzle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCloudLightning.tsx b/src/icons/IconCloudLightning.tsx
index bd3bc57..8aebc81 100644
--- a/src/icons/IconCloudLightning.tsx
+++ b/src/icons/IconCloudLightning.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCloudLightning = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12236)"><path fillRule="evenodd" clipRule="evenodd" d="M4.99854 -0.00050915C5.99228 -0.165729 7.0115 -0.0815789 7.96468 0.244387C8.91787 0.570353 9.77519 1.12793 10.4597 1.86706C11.0104 2.46171 11.4353 3.1589 11.7116 3.91666H11.9999M9.08281 6.70929C9.42746 6.93906 9.52059 7.40471 9.29082 7.74936L7.40151 10.5833H10.0001C10.2767 10.5833 10.5309 10.7356 10.6614 10.9794C10.7919 11.2233 10.7776 11.5192 10.6242 11.7494L7.95749 15.7494C7.72773 16.094 7.26207 16.1871 6.91743 15.9574C6.57278 15.7276 6.47965 15.262 6.70941 14.9173L8.59873 12.0833H6.00012C5.72352 12.0833 5.46938 11.9311 5.33886 11.6872C5.20835 11.4434 5.22265 11.1474 5.37608 10.9173L8.04275 6.9173C8.27251 6.57266 8.73816 6.47953 9.08281 6.70929Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12236"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15669)"><path d="M12.5075 10.4827C12.0745 10.5706 11.7948 10.9929 11.8827 11.4259C11.9706 11.8589 12.3929 12.1386 12.8259 12.0507L12.5075 10.4827ZM12 4.66666V5.46666L12.0008 5.46666L12 4.66666ZM11.16 4.66666L10.3855 4.86673C10.4767 5.21991 10.7953 5.46666 11.16 5.46666V4.66666ZM3.02595 11.3666C3.41251 11.5806 3.89934 11.4406 4.1133 11.0541C4.32727 10.6675 4.18735 10.1807 3.80079 9.96673L3.02595 11.3666ZM9.33234 7.77709C9.57743 7.40947 9.47809 6.91277 9.11046 6.66769C8.74284 6.42261 8.24615 6.52195 8.00106 6.88957L9.33234 7.77709ZM6.00004 11.3333L5.3344 10.8896C5.17074 11.1351 5.15548 11.4507 5.2947 11.7108C5.43391 11.9709 5.705 12.1333 6.00004 12.1333V11.3333ZM10 11.3333L10.6657 11.7771C10.8293 11.5316 10.8446 11.216 10.7054 10.9558C10.5662 10.6957 10.2951 10.5333 10 10.5333V11.3333ZM6.66773 14.8896C6.42265 15.2572 6.52199 15.7539 6.88961 15.999C7.25723 16.2441 7.75393 16.1447 7.99901 15.7771L6.66773 14.8896ZM12.8259 12.0507C13.8304 11.8467 14.7233 11.2767 15.3313 10.4515L14.0431 9.5025C13.6704 10.0083 13.1232 10.3576 12.5075 10.4827L12.8259 12.0507ZM15.3313 10.4515C15.9392 9.62617 16.2188 8.60444 16.1158 7.5846L14.5239 7.7454C14.587 8.37046 14.4157 8.99668 14.0431 9.5025L15.3313 10.4515ZM16.1158 7.5846C16.0128 6.56476 15.5345 5.61958 14.7738 4.93255L13.7014 6.11995C14.1676 6.54103 14.4608 7.12034 14.5239 7.7454L16.1158 7.5846ZM14.7738 4.93255C14.0131 4.24551 13.0243 3.86563 11.9992 3.86666L12.0008 5.46666C12.6291 5.46603 13.2351 5.69886 13.7014 6.11995L14.7738 4.93255ZM12 3.86666H11.16V5.46666H12V3.86666ZM11.9346 4.4666C11.6806 3.48321 11.1864 2.57829 10.4963 1.83308L9.32233 2.92022C9.83241 3.47103 10.1977 4.13988 10.3855 4.86673L11.9346 4.4666ZM10.4963 1.83308C9.80617 1.08788 8.9418 0.525721 7.98078 0.197077L7.46306 1.711C8.17338 1.95391 8.81226 2.36942 9.32233 2.92022L10.4963 1.83308ZM7.98078 0.197077C7.01976 -0.131568 5.99216 -0.21641 4.99025 -0.0498322L5.25267 1.5285C5.99321 1.40538 6.75274 1.46809 7.46306 1.711L7.98078 0.197077ZM4.99025 -0.0498322C3.98834 0.116746 3.04348 0.52953 2.2405 1.15146L3.22024 2.41641C3.81375 1.95673 4.51213 1.65162 5.25267 1.5285L4.99025 -0.0498322ZM2.2405 1.15146C1.43752 1.77339 0.801563 2.58499 0.389716 3.51341L1.85227 4.1622C2.15668 3.47598 2.62674 2.8761 3.22024 2.41641L2.2405 1.15146ZM0.389716 3.51341C-0.0221314 4.44182 -0.196971 5.45798 -0.119106 6.47065L1.47618 6.34799C1.41863 5.59949 1.54786 4.84842 1.85227 4.1622L0.389716 3.51341ZM-0.119106 6.47065C-0.0412416 7.48333 0.286891 8.46081 0.83583 9.31535L2.18201 8.4506C1.77627 7.81898 1.53374 7.09649 1.47618 6.34799L-0.119106 6.47065ZM0.83583 9.31535C1.38477 10.1699 2.13733 10.8747 3.02595 11.3666L3.80079 9.96673C3.14399 9.60318 2.58774 9.08221 2.18201 8.4506L0.83583 9.31535ZM8.00106 6.88957L5.3344 10.8896L6.66568 11.7771L9.33234 7.77709L8.00106 6.88957ZM6.00004 12.1333H10V10.5333H6.00004V12.1333ZM9.3344 10.8896L6.66773 14.8896L7.99901 15.7771L10.6657 11.7771L9.3344 10.8896Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15669"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCloudLightning, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13175", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCloudLightning size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCloudOff.tsx b/src/icons/IconCloudOff.tsx
index 90fd4fe..9c47898 100644
--- a/src/icons/IconCloudOff.tsx
+++ b/src/icons/IconCloudOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCloudOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11956)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136413 0.136296C0.429306 -0.156597 0.904179 -0.156597 1.19707 0.136296L3.85147 2.7907C3.85964 2.7985 3.86765 2.80651 3.8755 2.81472L13.6525 12.5917C13.6604 12.5993 13.6681 12.607 13.6756 12.6149L15.8637 14.803C16.1566 15.0959 16.1566 15.5707 15.8637 15.8636C15.5708 16.1565 15.096 16.1565 14.8031 15.8636L12.9175 13.978C12.6174 14.0475 12.31 14.0829 12.001 14.0833L12.0001 14.0833H6.00593C4.65109 14.1037 3.32814 13.6713 2.24694 12.8544C1.16409 12.0362 0.385913 10.8795 0.0362174 9.5681C-0.313478 8.25674 -0.214613 6.8661 0.317086 5.61741C0.720342 4.67036 1.355 3.84621 2.15625 3.2168L0.136413 1.19696C-0.156481 0.904063 -0.156481 0.429189 0.136413 0.136296ZM3.22707 4.28762C2.55519 4.77384 2.02482 5.43561 1.69718 6.20505C1.29659 7.14585 1.2221 8.1936 1.48557 9.18161C1.74904 10.1696 2.33533 11.0411 3.15119 11.6576C3.96704 12.274 4.96559 12.5999 5.98799 12.5834L6.00008 12.5832V12.5833H11.5227L3.22707 4.28762ZM5.71298 2.60063C5.74943 2.18803 6.11346 1.88309 6.52607 1.91953C7.78235 2.0305 8.97309 2.52919 9.93352 3.34658C10.7433 4.03572 11.3556 4.92269 11.7138 5.91663L11.9992 5.91663C11.9993 5.91663 11.9995 5.91663 11.9996 5.91663" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11956"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15671)"><path d="M14.3368 10.988C14.1644 11.3948 14.3546 11.8643 14.7614 12.0366C15.1683 12.2089 15.6377 12.0188 15.8101 11.612L14.3368 10.988ZM12.0001 6.66663V7.46663L12.001 7.46663L12.0001 6.66663ZM11.1601 6.66663L10.3847 6.86352C10.4748 7.21826 10.7941 7.46663 11.1601 7.46663V6.66663ZM6.53047 1.86973C6.09035 1.83085 5.70205 2.15612 5.66318 2.59623C5.6243 3.03635 5.94957 3.42465 6.38968 3.46352L6.53047 1.86973ZM3.72052 4.0334C4.10718 3.8196 4.24731 3.33284 4.03351 2.94618C3.81972 2.55953 3.33296 2.41939 2.9463 2.63319L3.72052 4.0334ZM6.00008 13.3333V12.5332L5.98719 12.5334L6.00008 13.3333ZM12.0001 13.3333V14.1333L12.001 14.1333L12.0001 13.3333ZM13.4063 13.8853C13.8217 13.7346 14.0361 13.2757 13.8854 12.8604C13.7347 12.445 13.2758 12.2306 12.8605 12.3813L13.4063 13.8853ZM1.23243 0.100941C0.920008 -0.211479 0.413476 -0.211479 0.101057 0.100941C-0.211363 0.41336 -0.211363 0.919892 0.101057 1.23231L1.23243 0.100941ZM14.7677 15.899C15.0801 16.2114 15.5867 16.2114 15.8991 15.899C16.2115 15.5866 16.2115 15.08 15.8991 14.7676L14.7677 15.899ZM15.8101 11.612C16.0764 10.9831 16.1828 10.2981 16.1197 9.61808L14.5265 9.7659C14.5652 10.1827 14.5 10.6025 14.3368 10.988L15.8101 11.612ZM16.1197 9.61808C16.0566 8.93808 15.826 8.28431 15.4485 7.71521L14.1152 8.59963C14.3465 8.94843 14.4879 9.34913 14.5265 9.7659L16.1197 9.61808ZM15.4485 7.71521C15.071 7.14611 14.5584 6.6794 13.9565 6.35682L13.2007 7.76706C13.5696 7.96478 13.8838 8.25082 14.1152 8.59963L15.4485 7.71521ZM13.9565 6.35682C13.3545 6.03423 12.682 5.86582 11.9991 5.86663L12.001 7.46663C12.4196 7.46613 12.8318 7.56935 13.2007 7.76706L13.9565 6.35682ZM12.0001 5.86663H11.1601V7.46663H12.0001V5.86663ZM11.9355 6.46973C11.6225 5.2373 10.9343 4.13261 9.96593 3.3085L8.92894 4.52696C9.64466 5.13609 10.1534 5.9526 10.3847 6.86352L11.9355 6.46973ZM9.96593 3.3085C8.9976 2.48439 7.79708 1.98161 6.53047 1.86973L6.38968 3.46352C7.32587 3.54622 8.21322 3.91784 8.92894 4.52696L9.96593 3.3085ZM2.9463 2.63319C1.74882 3.29531 0.807152 4.33886 0.271083 5.59782L1.74319 6.22464C2.13941 5.29411 2.83543 4.52279 3.72052 4.0334L2.9463 2.63319ZM0.271083 5.59782C-0.264987 6.85678 -0.364665 8.25884 -0.0120947 9.58098L1.53388 9.16872C1.27329 8.19149 1.34696 7.15518 1.74319 6.22464L0.271083 5.59782ZM-0.0120947 9.58098C0.340475 10.9031 1.12504 12.0694 2.2168 12.8943L3.18133 11.6177C2.37437 11.008 1.79448 10.146 1.53388 9.16872L-0.0120947 9.58098ZM2.2168 12.8943C3.30856 13.7191 4.6448 14.1552 6.01297 14.1332L5.98719 12.5334C4.97594 12.5497 3.98828 12.2274 3.18133 11.6177L2.2168 12.8943ZM6.00008 14.1333H12.0001V12.5333H6.00008V14.1333ZM12.001 14.1333C12.4803 14.1327 12.9558 14.0488 13.4063 13.8853L12.8605 12.3813C12.5843 12.4815 12.2929 12.5329 11.9991 12.5333L12.001 14.1333ZM0.101057 1.23231L14.7677 15.899L15.8991 14.7676L1.23243 0.100941L0.101057 1.23231Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15671"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCloudOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13178", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCloudOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCloudRain.tsx b/src/icons/IconCloudRain.tsx
index 7dec94f..a5ca705 100644
--- a/src/icons/IconCloudRain.tsx
+++ b/src/icons/IconCloudRain.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCloudRain = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11954)"><path fillRule="evenodd" clipRule="evenodd" d="M5.37967 -0.0518335C6.33873 -0.149491 7.30726 -0.0178253 8.20544 0.332312C9.10363 0.68245 9.90574 1.24103 10.5457 1.96202C11.0549 2.53575 11.4498 3.19925 11.7113 3.91668H11.9999C12.9371 3.91778 13.8463 4.24127 14.5733 4.83284C15.3002 5.42442 15.8016 6.24807 15.9931 7.16553C16.1846 8.08299 16.0547 9.03842 15.6252 9.87144C15.1956 10.7045 14.4926 11.3643 13.6341 11.7403C13.2547 11.9065 12.8124 11.7336 12.6462 11.3542C12.48 10.9748 12.6529 10.5325 13.0323 10.3663C13.5755 10.1285 14.0202 9.71098 14.292 9.18397C14.5637 8.65697 14.6459 8.05251 14.5248 7.47207C14.4036 6.89164 14.0864 6.37055 13.6265 5.99629C13.1667 5.62211 12.5922 5.41746 11.9994 5.41668C11.9992 5.41668 11.9995 5.41668 11.9994 5.41668H11.1599C10.8179 5.41668 10.5192 5.18533 10.4337 4.85421C10.2521 4.15096 9.90594 3.50095 9.42381 2.95774C8.94167 2.41453 8.33734 1.99368 7.66063 1.72987C6.98392 1.46607 6.2542 1.36687 5.53162 1.44045C4.80905 1.51403 4.1143 1.75828 3.50465 2.15307C2.895 2.54785 2.38791 3.08188 2.02516 3.71112C1.66241 4.34036 1.4544 5.04681 1.41827 5.77222C1.38214 6.49763 1.51893 7.22125 1.81736 7.88342C2.11579 8.54559 2.56732 9.12736 3.13472 9.58077C3.45831 9.83935 3.51102 10.3113 3.25244 10.6349C2.99386 10.9585 2.52192 11.0112 2.19833 10.7526C1.44523 10.1508 0.845927 9.37863 0.44983 8.49974C0.0537318 7.62086 -0.127823 6.66043 -0.079871 5.69761C-0.0319186 4.73478 0.244168 3.79714 0.725633 2.96197C1.2071 2.12679 1.88015 1.418 2.68933 0.894003C3.4985 0.37001 4.42061 0.0458245 5.37967 -0.0518335ZM5.33319 7.91668C5.74741 7.91668 6.08319 8.25247 6.08319 8.66668V14C6.08319 14.4142 5.74741 14.75 5.33319 14.75C4.91898 14.75 4.58319 14.4142 4.58319 14V8.66668C4.58319 8.25247 4.91898 7.91668 5.33319 7.91668ZM10.6665 7.91668C11.0807 7.91668 11.4165 8.25247 11.4165 8.66668V14C11.4165 14.4142 11.0807 14.75 10.6665 14.75C10.2523 14.75 9.91653 14.4142 9.91653 14V8.66668C9.91653 8.25247 10.2523 7.91668 10.6665 7.91668ZM7.99986 9.25001C8.41407 9.25001 8.74986 9.5858 8.74986 10V15.3333C8.74986 15.7476 8.41407 16.0833 7.99986 16.0833C7.58565 16.0833 7.24986 15.7476 7.24986 15.3333V10C7.24986 9.5858 7.58565 9.25001 7.99986 9.25001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11954"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15673)"><path d="M11.4665 8.66668C11.4665 8.22485 11.1084 7.86668 10.6665 7.86668C10.2247 7.86668 9.86653 8.22485 9.86653 8.66668H11.4665ZM9.86653 14C9.86653 14.4418 10.2247 14.8 10.6665 14.8C11.1084 14.8 11.4665 14.4418 11.4665 14H9.86653ZM6.13319 8.66668C6.13319 8.22485 5.77502 7.86668 5.33319 7.86668C4.89137 7.86668 4.53319 8.22485 4.53319 8.66668H6.13319ZM4.53319 14C4.53319 14.4418 4.89137 14.8 5.33319 14.8C5.77502 14.8 6.13319 14.4418 6.13319 14H4.53319ZM8.79986 10C8.79986 9.55818 8.44169 9.20001 7.99986 9.20001C7.55803 9.20001 7.19986 9.55818 7.19986 10H8.79986ZM7.19986 15.3333C7.19986 15.7752 7.55803 16.1333 7.99986 16.1333C8.44169 16.1333 8.79986 15.7752 8.79986 15.3333H7.19986ZM13.0123 10.3205C12.6075 10.4978 12.4231 10.9696 12.6004 11.3743C12.7776 11.779 13.2494 11.9634 13.6541 11.7861L13.0123 10.3205ZM11.9999 4.66668L12.0008 3.86668H11.9999V4.66668ZM11.1599 4.66668L10.3853 4.86671C10.4765 5.21991 10.7951 5.46668 11.1599 5.46668V4.66668ZM2.16712 10.7917C2.51228 11.0675 3.01568 11.0113 3.2915 10.6661C3.56731 10.3209 3.5111 9.81753 3.16594 9.54171L2.16712 10.7917ZM9.86653 8.66668V14H11.4665V8.66668H9.86653ZM4.53319 8.66668V14H6.13319V8.66668H4.53319ZM7.19986 10V15.3333H8.79986V10H7.19986ZM13.6541 11.7861C14.5232 11.4055 15.2348 10.7376 15.6696 9.89435L14.2475 9.16106C13.9811 9.67787 13.5449 10.0873 13.0123 10.3205L13.6541 11.7861ZM15.6696 9.89435C16.1044 9.05114 16.2359 8.08401 16.042 7.15531L14.4758 7.48229C14.5946 8.05149 14.514 8.64425 14.2475 9.16106L15.6696 9.89435ZM16.042 7.15531C15.8482 6.22661 15.3407 5.39288 14.6048 4.79406L13.5949 6.03507C14.0459 6.40209 14.357 6.91309 14.4758 7.48229L16.042 7.15531ZM14.6048 4.79406C13.869 4.19525 12.9495 3.8678 12.0008 3.86668L11.9989 5.46668C12.5804 5.46736 13.1439 5.66806 13.5949 6.03507L14.6048 4.79406ZM11.9999 3.86668H11.1599V5.46668H11.9999V3.86668ZM11.9344 4.46665C11.6914 3.52558 11.2282 2.65574 10.5831 1.92883L9.38641 2.99093C9.86329 3.52821 10.2056 4.17114 10.3853 4.86671L11.9344 4.46665ZM10.5831 1.92883C9.93787 1.20192 9.12917 0.638742 8.2236 0.285727L7.64247 1.77646C8.3118 2.03738 8.90954 2.45364 9.38641 2.99093L10.5831 1.92883ZM8.2236 0.285727C7.31804 -0.0672888 6.34154 -0.200037 5.3746 -0.101576L5.53669 1.49019C6.25138 1.41742 6.97314 1.51554 7.64247 1.77646L8.2236 0.285727ZM5.3746 -0.101576C4.40767 -0.00311577 3.47797 0.323734 2.66215 0.852034L3.53183 2.19503C4.13483 1.80455 4.822 1.56297 5.53669 1.49019L5.3746 -0.101576ZM2.66215 0.852034C1.84633 1.38033 1.16774 2.09495 0.682315 2.93699L2.06848 3.73609C2.42727 3.11372 2.92883 2.58552 3.53183 2.19503L2.66215 0.852034ZM0.682315 2.93699C0.196893 3.77903 -0.0814627 4.72438 -0.129809 5.69512L1.46821 5.77471C1.50394 5.05721 1.70969 4.35847 2.06848 3.73609L0.682315 2.93699ZM-0.129809 5.69512C-0.178156 6.66586 0.00489169 7.63418 0.404245 8.52029L1.86295 7.86288C1.56777 7.20793 1.43248 6.49221 1.46821 5.77471L-0.129809 5.69512ZM0.404245 8.52029C0.803598 9.40639 1.40782 10.1849 2.16712 10.7917L3.16594 9.54171C2.60472 9.09324 2.15812 8.51782 1.86295 7.86288L0.404245 8.52029Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15673"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCloudRain, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13177", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCloudRain size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCloudSnow.tsx b/src/icons/IconCloudSnow.tsx
index dc05996..43166db 100644
--- a/src/icons/IconCloudSnow.tsx
+++ b/src/icons/IconCloudSnow.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCloudSnow = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12878)"><path fillRule="evenodd" clipRule="evenodd" d="M5.37967 0.614793C6.33873 0.517135 7.30726 0.6488 8.20544 0.998938C9.10363 1.34908 9.90574 1.90766 10.5457 2.62865C11.0549 3.20238 11.4498 3.86587 11.7113 4.5833H11.9999C12.9371 4.58441 13.8463 4.9079 14.5733 5.49947C15.3002 6.09105 15.8016 6.91469 15.9931 7.83216C16.1846 8.74962 16.0547 9.70505 15.6252 10.5381C15.1956 11.3711 14.4926 12.031 13.6341 12.407C13.2547 12.5731 12.8124 12.4003 12.6462 12.0209C12.48 11.6414 12.6529 11.1991 13.0323 11.033C13.5755 10.7951 14.0202 10.3776 14.292 9.8506C14.5637 9.32359 14.6459 8.71914 14.5248 8.1387C14.4036 7.55826 14.0864 7.03718 13.6265 6.66292C13.1667 6.28874 12.5922 6.08409 11.9994 6.0833C11.9992 6.0833 11.9995 6.0833 11.9994 6.0833H11.1599C10.8179 6.0833 10.5192 5.85196 10.4337 5.52083C10.2521 4.81759 9.90594 4.16757 9.42381 3.62436C8.94167 3.08115 8.33734 2.6603 7.66063 2.3965C6.98392 2.1327 6.2542 2.0335 5.53162 2.10708C4.80905 2.18065 4.1143 2.4249 3.50465 2.81969C2.895 3.21448 2.38791 3.74851 2.02516 4.37775C1.66241 5.00699 1.4544 5.71343 1.41827 6.43885C1.38214 7.16426 1.51893 7.88787 1.81736 8.55005C2.11579 9.21222 2.56732 9.79398 3.13472 10.2474C3.45831 10.506 3.51102 10.9779 3.25244 11.3015C2.99386 11.6251 2.52192 11.6778 2.19833 11.4192C1.44523 10.8174 0.845927 10.0453 0.44983 9.16637C0.0537318 8.28749 -0.127823 7.32705 -0.079871 6.36423C-0.0319186 5.40141 0.244168 4.46377 0.725633 3.62859C1.2071 2.79342 1.88015 2.08462 2.68933 1.56063C3.4985 1.03664 4.42061 0.712451 5.37967 0.614793ZM4.58319 10.6666C4.58319 10.2524 4.91898 9.91664 5.33319 9.91664H5.33986C5.75407 9.91664 6.08986 10.2524 6.08986 10.6666C6.08986 11.0809 5.75407 11.4166 5.33986 11.4166H5.33319C4.91898 11.4166 4.58319 11.0809 4.58319 10.6666ZM9.91653 10.6666C9.91653 10.2524 10.2523 9.91664 10.6665 9.91664H10.6732C11.0874 9.91664 11.4232 10.2524 11.4232 10.6666C11.4232 11.0809 11.0874 11.4166 10.6732 11.4166H10.6665C10.2523 11.4166 9.91653 11.0809 9.91653 10.6666ZM7.24986 12C7.24986 11.5858 7.58565 11.25 7.99986 11.25H8.00653C8.42074 11.25 8.75653 11.5858 8.75653 12C8.75653 12.4142 8.42074 12.75 8.00653 12.75H7.99986C7.58565 12.75 7.24986 12.4142 7.24986 12ZM4.58319 13.3333C4.58319 12.9191 4.91898 12.5833 5.33319 12.5833H5.33986C5.75407 12.5833 6.08986 12.9191 6.08986 13.3333C6.08986 13.7475 5.75407 14.0833 5.33986 14.0833H5.33319C4.91898 14.0833 4.58319 13.7475 4.58319 13.3333ZM9.91653 13.3333C9.91653 12.9191 10.2523 12.5833 10.6665 12.5833H10.6732C11.0874 12.5833 11.4232 12.9191 11.4232 13.3333C11.4232 13.7475 11.0874 14.0833 10.6732 14.0833H10.6665C10.2523 14.0833 9.91653 13.7475 9.91653 13.3333ZM7.24986 14.6666C7.24986 14.2524 7.58565 13.9166 7.99986 13.9166H8.00653C8.42074 13.9166 8.75653 14.2524 8.75653 14.6666C8.75653 15.0809 8.42074 15.4166 8.00653 15.4166H7.99986C7.58565 15.4166 7.24986 15.0809 7.24986 14.6666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12878"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15675)"><path d="M13.0123 10.9872C12.6075 11.1644 12.4231 11.6362 12.6004 12.0409C12.7776 12.4456 13.2494 12.63 13.6541 12.4528L13.0123 10.9872ZM11.9999 5.3333L12.0008 4.5333H11.9999V5.3333ZM11.1599 5.3333L10.3853 5.53333C10.4765 5.88653 10.7951 6.1333 11.1599 6.1333V5.3333ZM2.16712 11.4583C2.51228 11.7341 3.01568 11.6779 3.2915 11.3327C3.56731 10.9876 3.5111 10.4841 3.16594 10.2083L2.16712 11.4583ZM5.33319 9.86664C4.89137 9.86664 4.53319 10.2248 4.53319 10.6666C4.53319 11.1085 4.89137 11.4666 5.33319 11.4666V9.86664ZM5.33986 11.4666C5.78169 11.4666 6.13986 11.1085 6.13986 10.6666C6.13986 10.2248 5.78169 9.86664 5.33986 9.86664V11.4666ZM5.33319 12.5333C4.89137 12.5333 4.53319 12.8915 4.53319 13.3333C4.53319 13.7751 4.89137 14.1333 5.33319 14.1333V12.5333ZM5.33986 14.1333C5.78169 14.1333 6.13986 13.7751 6.13986 13.3333C6.13986 12.8915 5.78169 12.5333 5.33986 12.5333V14.1333ZM7.99986 11.2C7.55803 11.2 7.19986 11.5581 7.19986 12C7.19986 12.4418 7.55803 12.8 7.99986 12.8V11.2ZM8.00653 12.8C8.44835 12.8 8.80653 12.4418 8.80653 12C8.80653 11.5581 8.44835 11.2 8.00653 11.2V12.8ZM7.99986 13.8666C7.55803 13.8666 7.19986 14.2248 7.19986 14.6666C7.19986 15.1085 7.55803 15.4666 7.99986 15.4666V13.8666ZM8.00653 15.4666C8.44835 15.4666 8.80653 15.1085 8.80653 14.6666C8.80653 14.2248 8.44835 13.8666 8.00653 13.8666V15.4666ZM10.6665 9.86664C10.2247 9.86664 9.86653 10.2248 9.86653 10.6666C9.86653 11.1085 10.2247 11.4666 10.6665 11.4666V9.86664ZM10.6732 11.4666C11.115 11.4666 11.4732 11.1085 11.4732 10.6666C11.4732 10.2248 11.115 9.86664 10.6732 9.86664V11.4666ZM10.6665 12.5333C10.2247 12.5333 9.86653 12.8915 9.86653 13.3333C9.86653 13.7751 10.2247 14.1333 10.6665 14.1333V12.5333ZM10.6732 14.1333C11.115 14.1333 11.4732 13.7751 11.4732 13.3333C11.4732 12.8915 11.115 12.5333 10.6732 12.5333V14.1333ZM13.6541 12.4528C14.5232 12.0722 15.2348 11.4042 15.6696 10.561L14.2475 9.82768C13.9811 10.3445 13.5449 10.7539 13.0123 10.9872L13.6541 12.4528ZM15.6696 10.561C16.1044 9.71776 16.2359 8.75063 16.042 7.82194L14.4758 8.14892C14.5946 8.71812 14.514 9.31088 14.2475 9.82768L15.6696 10.561ZM16.042 7.82194C15.8482 6.89324 15.3407 6.05951 14.6048 5.46069L13.5949 6.7017C14.0459 7.06872 14.357 7.57972 14.4758 8.14892L16.042 7.82194ZM14.6048 5.46069C13.869 4.86187 12.9495 4.53442 12.0008 4.5333L11.9989 6.1333C12.5804 6.13399 13.1439 6.33468 13.5949 6.7017L14.6048 5.46069ZM11.9999 4.5333H11.1599V6.1333H11.9999V4.5333ZM11.9344 5.13328C11.6914 4.19221 11.2282 3.32237 10.5831 2.59546L9.38641 3.65755C9.86329 4.19484 10.2056 4.83776 10.3853 5.53333L11.9344 5.13328ZM10.5831 2.59546C9.93787 1.86854 9.12917 1.30537 8.2236 0.952353L7.64247 2.44309C8.3118 2.70401 8.90954 3.12027 9.38641 3.65755L10.5831 2.59546ZM8.2236 0.952353C7.31804 0.599337 6.34154 0.466589 5.3746 0.56505L5.53669 2.15682C6.25138 2.08404 6.97314 2.18216 7.64247 2.44309L8.2236 0.952353ZM5.3746 0.56505C4.40767 0.66351 3.47797 0.99036 2.66215 1.51866L3.53183 2.86166C4.13483 2.47118 4.822 2.22959 5.53669 2.15682L5.3746 0.56505ZM2.66215 1.51866C1.84633 2.04696 1.16774 2.76158 0.682315 3.60362L2.06848 4.40272C2.42727 3.78034 2.92883 3.25214 3.53183 2.86166L2.66215 1.51866ZM0.682315 3.60362C0.196893 4.44566 -0.0814627 5.39101 -0.129809 6.36174L1.46821 6.44133C1.50394 5.72383 1.70969 5.0251 2.06848 4.40272L0.682315 3.60362ZM-0.129809 6.36174C-0.178156 7.33248 0.00489169 8.30081 0.404245 9.18691L1.86295 8.5295C1.56777 7.87455 1.43248 7.15883 1.46821 6.44133L-0.129809 6.36174ZM0.404245 9.18691C0.803598 10.073 1.40782 10.8515 2.16712 11.4583L3.16594 10.2083C2.60472 9.75987 2.15812 9.18445 1.86295 8.5295L0.404245 9.18691ZM5.33319 11.4666H5.33986V9.86664H5.33319V11.4666ZM5.33319 14.1333H5.33986V12.5333H5.33319V14.1333ZM7.99986 12.8H8.00653V11.2H7.99986V12.8ZM7.99986 15.4666H8.00653V13.8666H7.99986V15.4666ZM10.6665 11.4666H10.6732V9.86664H10.6665V11.4666ZM10.6665 14.1333H10.6732V12.5333H10.6665V14.1333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15675"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCloudSnow, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13180", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCloudSnow size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCode.tsx b/src/icons/IconCode.tsx
index 3622c42..3ba2ffb 100644
--- a/src/icons/IconCode.tsx
+++ b/src/icons/IconCode.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCode = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.86364 3.46967C6.15654 3.76256 6.15654 4.23744 5.86364 4.53033L2.39397 8L5.86364 11.4697C6.15654 11.7626 6.15654 12.2374 5.86364 12.5303C5.57075 12.8232 5.09588 12.8232 4.80298 12.5303L0.802983 8.53033C0.51009 8.23744 0.51009 7.76256 0.802983 7.46967L4.80298 3.46967C5.09588 3.17678 5.57075 3.17678 5.86364 3.46967ZM10.1363 3.46967C10.4292 3.17678 10.9041 3.17678 11.197 3.46967L15.197 7.46967C15.4899 7.76256 15.4899 8.23744 15.197 8.53033L11.197 12.5303C10.9041 12.8232 10.4292 12.8232 10.1363 12.5303C9.84342 12.2374 9.84342 11.7626 10.1363 11.4697L13.606 8L10.1363 4.53033C9.84342 4.23744 9.84342 3.76256 10.1363 3.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.101 11.4343C9.78854 11.7467 9.78854 12.2533 10.101 12.5657C10.4134 12.8781 10.9199 12.8781 11.2323 12.5657L10.101 11.4343ZM14.6666 8L15.2323 8.56569C15.5448 8.25327 15.5448 7.74673 15.2323 7.43431L14.6666 8ZM11.2323 3.43431C10.9199 3.1219 10.4134 3.1219 10.101 3.43431C9.78854 3.74673 9.78854 4.25327 10.101 4.56569L11.2323 3.43431ZM5.899 4.56569C6.21142 4.25327 6.21142 3.74673 5.899 3.43431C5.58658 3.1219 5.08005 3.1219 4.76763 3.43431L5.899 4.56569ZM1.33331 8L0.767628 7.43431C0.455208 7.74673 0.455208 8.25327 0.767628 8.56569L1.33331 8ZM4.76763 12.5657C5.08005 12.8781 5.58658 12.8781 5.899 12.5657C6.21142 12.2533 6.21142 11.7467 5.899 11.4343L4.76763 12.5657ZM11.2323 12.5657L15.2323 8.56569L14.101 7.43431L10.101 11.4343L11.2323 12.5657ZM15.2323 7.43431L11.2323 3.43431L10.101 4.56569L14.101 8.56569L15.2323 7.43431ZM4.76763 3.43431L0.767628 7.43431L1.899 8.56569L5.899 4.56569L4.76763 3.43431ZM0.767628 8.56569L4.76763 12.5657L5.899 11.4343L1.899 7.43431L0.767628 8.56569Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCode, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13182", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCode size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCodepen.tsx b/src/icons/IconCodepen.tsx
index d6ff0be..df59cda 100644
--- a/src/icons/IconCodepen.tsx
+++ b/src/icons/IconCodepen.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCodepen = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12227)"><path fillRule="evenodd" clipRule="evenodd" d="M7.5913 0.704541C7.83985 0.542985 8.16023 0.542985 8.40878 0.704541L15.0754 5.03787C15.2883 5.17622 15.4167 5.41285 15.4167 5.66671V10.3334C15.4167 10.5872 15.2883 10.8239 15.0754 10.9622L8.40878 15.2955C8.16023 15.4571 7.83985 15.4571 7.5913 15.2955L0.924633 10.9622C0.711788 10.8239 0.583374 10.5872 0.583374 10.3334V5.66671C0.583374 5.41285 0.711788 5.17622 0.924633 5.03787L7.5913 0.704541ZM2.08337 7.1072L3.35886 8.00004L2.08337 8.89288V7.1072ZM2.67412 10.3103L7.25004 13.2847V10.7239L4.66671 8.91553L2.67412 10.3103ZM5.97455 8.00004L8.00004 9.41788L10.0255 8.00004L8.00004 6.5822L5.97455 8.00004ZM8.75004 5.27622L11.3334 7.08455L13.326 5.68974L8.75004 2.71539V5.27622ZM7.25004 2.71539V5.27622L4.66671 7.08455L2.67412 5.68974L7.25004 2.71539ZM13.9167 7.1072L12.6412 8.00004L13.9167 8.89288V7.1072ZM13.326 10.3103L11.3334 8.91553L8.75004 10.7239V13.2847L13.326 10.3103Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12227"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15681)"><path d="M8.00004 1.33337L8.43603 0.662619C8.17091 0.490292 7.82917 0.490292 7.56405 0.662619L8.00004 1.33337ZM14.6667 5.66671H15.4667C15.4667 5.39593 15.3297 5.14352 15.1027 4.99595L14.6667 5.66671ZM14.6667 10.3334L15.1027 11.0041C15.3297 10.8566 15.4667 10.6042 15.4667 10.3334H14.6667ZM8.00004 14.6667L7.56405 15.3375C7.82917 15.5098 8.17091 15.5098 8.43603 15.3375L8.00004 14.6667ZM1.33337 10.3334H0.533374C0.533374 10.6042 0.670349 10.8566 0.897383 11.0041L1.33337 10.3334ZM1.33337 5.66671L0.897383 4.99595C0.670349 5.14352 0.533374 5.39593 0.533374 5.66671H1.33337ZM7.56405 2.00413L14.2307 6.33746L15.1027 4.99595L8.43603 0.662619L7.56405 2.00413ZM13.8667 5.66671V10.3334H15.4667V5.66671H13.8667ZM14.2307 9.66262L7.56405 13.996L8.43603 15.3375L15.1027 11.0041L14.2307 9.66262ZM8.43603 13.996L1.76936 9.66262L0.897383 11.0041L7.56405 15.3375L8.43603 13.996ZM2.13337 10.3334V5.66671H0.533374V10.3334H2.13337ZM1.76936 6.33746L8.43603 2.00413L7.56405 0.662619L0.897383 4.99595L1.76936 6.33746ZM8.80004 14.6667V10.3334H7.20004V14.6667H8.80004ZM14.2079 5.01132L7.54127 9.67799L8.45881 10.9888L15.1255 6.32209L14.2079 5.01132ZM8.45881 9.67799L1.79214 5.01132L0.874604 6.32209L7.54127 10.9888L8.45881 9.67799ZM1.79214 10.9888L8.45881 6.32209L7.54127 5.01132L0.874604 9.67799L1.79214 10.9888ZM7.54127 6.32209L14.2079 10.9888L15.1255 9.67799L8.45881 5.01132L7.54127 6.32209ZM7.20004 1.33337V5.66671H8.80004V1.33337H7.20004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15681"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCodepen, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13181", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCodepen size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCodesandbox.tsx b/src/icons/IconCodesandbox.tsx
index 4dadaa8..d8dd65a 100644
--- a/src/icons/IconCodesandbox.tsx
+++ b/src/icons/IconCodesandbox.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCodesandbox = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.95994 0.862907C7.27625 0.680656 7.63492 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04114 0.863522 9.04167 0.86383L11.159 2.07372C11.307 2.10588 11.4449 2.18251 11.5512 2.29784L13.7083 3.53049C13.9633 3.6777 14.1835 3.87684 14.355 4.11414C14.3983 4.15826 14.4368 4.20849 14.4692 4.26447C14.4969 4.31241 14.5188 4.36214 14.5349 4.41283C14.6758 4.69835 14.7497 5.01297 14.75 5.33258V7.98563C14.7502 7.99476 14.7502 8.00389 14.75 8.013V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L11.5508 13.7025C11.448 13.8136 11.312 13.8935 11.1586 13.9266L9.04167 15.1362C9.04114 15.1365 9.04062 15.1368 9.04009 15.1371C8.82394 15.2617 8.58803 15.3459 8.3438 15.3868C8.24081 15.44 8.12392 15.47 8 15.47C7.87609 15.47 7.75919 15.44 7.65621 15.3868C7.41198 15.3459 7.17606 15.2617 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95834 15.1362L4.84145 13.9266C4.68801 13.8935 4.55203 13.8136 4.44925 13.7024L2.29457 12.4712L2.29167 12.4695C1.97528 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 8.013C1.24984 8.00389 1.24984 7.99476 1.25 7.98563V5.33335C1.25033 5.01374 1.32418 4.69836 1.46507 4.41283C1.48123 4.36215 1.50307 4.31241 1.5308 4.26447C1.56318 4.20849 1.6017 4.15826 1.645 4.11414C1.81655 3.87684 2.03671 3.6777 2.29167 3.5305L2.29456 3.52883L4.4488 2.29784C4.55507 2.18251 4.693 2.10588 4.84101 2.07372L6.95994 0.862907ZM5.03275 3.69179L3.52652 4.55249L8 7.14024L12.4735 4.55249L10.9673 3.69179L8.37521 5.18941C8.14305 5.32355 7.85695 5.32355 7.62479 5.18941L5.03275 3.69179ZM9.45981 2.83039L8.29167 2.16287C8.20299 2.11168 8.1024 2.08472 8 2.08472C7.89761 2.08472 7.79701 2.11167 7.70834 2.16287L7.70544 2.16454L6.5402 2.83039L8 3.67383L9.45981 2.83039ZM13.25 5.83618L8.75 8.43928V13.5753L10.25 12.7181V9.73335C10.25 9.46549 10.3929 9.21796 10.6248 9.08395L13.25 7.56716V5.83618ZM13.25 9.29954L11.75 10.1662V11.861L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V9.29954ZM7.25 13.5753V8.43928L2.75 5.83618V7.56716L5.37521 9.08395C5.60714 9.21796 5.75 9.46549 5.75 9.73335V12.7181L7.25 13.5753ZM4.25 11.861V10.1662L2.75 9.29954V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95244 11.1187 3.04051 11.1698C3.0409 11.1701 3.04128 11.1703 3.04167 11.1705L4.25 11.861Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM5.40022 2.11399C5.01766 1.89295 4.52834 2.0239 4.30731 2.40646C4.08627 2.78902 4.21721 3.27834 4.59978 3.49937L5.40022 2.11399ZM8 4.54002L7.59978 5.23271C7.84741 5.37579 8.15259 5.37579 8.40022 5.23271L8 4.54002ZM11.4002 3.49937C11.7828 3.27834 11.9137 2.78902 11.6927 2.40646C11.4717 2.0239 10.9823 1.89295 10.5998 2.11399L11.4002 3.49937ZM4.2 13.1934C4.2 13.6352 4.55817 13.9934 5 13.9934C5.44183 13.9934 5.8 13.6352 5.8 13.1934H4.2ZM5 9.73335H5.8C5.8 9.44763 5.64762 9.1836 5.40022 9.04066L5 9.73335ZM2.40022 7.30732C2.01766 7.08629 1.52834 7.21723 1.30731 7.59979C1.08627 7.98236 1.21721 8.47167 1.59978 8.69271L2.40022 7.30732ZM14.4002 8.69271C14.7828 8.47167 14.9137 7.98236 14.6927 7.59979C14.4717 7.21723 13.9823 7.08629 13.5998 7.30732L14.4002 8.69271ZM11 9.73335L10.5998 9.04066C10.3524 9.1836 10.2 9.44763 10.2 9.73335H11ZM10.2 13.1934C10.2 13.6352 10.5582 13.9934 11 13.9934C11.4418 13.9934 11.8 13.6352 11.8 13.1934H10.2ZM2.58058 3.94753C2.19813 3.7263 1.70875 3.85699 1.48751 4.23944C1.26628 4.62189 1.39697 5.11127 1.77942 5.3325L2.58058 3.94753ZM8 8.00668L7.59942 8.69917C7.84724 8.84252 8.15276 8.84252 8.40058 8.69917L8 8.00668ZM14.2206 5.3325C14.603 5.11127 14.7337 4.62189 14.5125 4.23944C14.2913 3.85699 13.8019 3.7263 13.4194 3.94753L14.2206 5.3325ZM7.2 14.72C7.2 15.1618 7.55817 15.52 8 15.52C8.44183 15.52 8.8 15.1618 8.8 14.72H7.2ZM8.8 8.00002C8.8 7.55819 8.44183 7.20002 8 7.20002C7.55817 7.20002 7.2 7.55819 7.2 8.00002H8.8ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329ZM4.59978 3.49937L7.59978 5.23271L8.40022 3.84732L5.40022 2.11399L4.59978 3.49937ZM8.40022 5.23271L11.4002 3.49937L10.5998 2.11399L7.59978 3.84732L8.40022 5.23271ZM5.8 13.1934V9.73335H4.2V13.1934H5.8ZM5.40022 9.04066L2.40022 7.30732L1.59978 8.69271L4.59978 10.426L5.40022 9.04066ZM13.5998 7.30732L10.5998 9.04066L11.4002 10.426L14.4002 8.69271L13.5998 7.30732ZM10.2 9.73335V13.1934H11.8V9.73335H10.2ZM1.77942 5.3325L7.59942 8.69917L8.40058 7.3142L2.58058 3.94753L1.77942 5.3325ZM8.40058 8.69917L14.2206 5.3325L13.4194 3.94753L7.59942 7.3142L8.40058 8.69917ZM8.8 14.72V8.00002H7.2V14.72H8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCodesandbox, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13184", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCodesandbox size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCoffee.tsx b/src/icons/IconCoffee.tsx
index 367f8ba..915db92 100644
--- a/src/icons/IconCoffee.tsx
+++ b/src/icons/IconCoffee.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCoffee = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12723)"><path fillRule="evenodd" clipRule="evenodd" d="M3.99992 -0.083374C4.41413 -0.083374 4.74992 0.252412 4.74992 0.666626V2.66663C4.74992 3.08084 4.41413 3.41663 3.99992 3.41663C3.58571 3.41663 3.24992 3.08084 3.24992 2.66663V0.666626C3.24992 0.252412 3.58571 -0.083374 3.99992 -0.083374ZM6.66659 -0.083374C7.0808 -0.083374 7.41659 0.252412 7.41659 0.666626V2.66663C7.41659 3.08084 7.0808 3.41663 6.66659 3.41663C6.25237 3.41663 5.91659 3.08084 5.91659 2.66663V0.666626C5.91659 0.252412 6.25237 -0.083374 6.66659 -0.083374ZM9.33325 -0.083374C9.74747 -0.083374 10.0833 0.252412 10.0833 0.666626V2.66663C10.0833 3.08084 9.74747 3.41663 9.33325 3.41663C8.91904 3.41663 8.58325 3.08084 8.58325 2.66663V0.666626C8.58325 0.252412 8.91904 -0.083374 9.33325 -0.083374ZM0.583252 5.33329C0.583252 4.91908 0.919038 4.58329 1.33325 4.58329H12.6666C13.5727 4.58329 14.4418 4.94326 15.0825 5.58401C15.7233 6.22476 16.0833 7.0938 16.0833 7.99996C16.0833 8.90612 15.7233 9.77516 15.0825 10.4159C14.4612 11.0372 13.6252 11.3945 12.7489 11.4156C12.7278 12.292 12.3705 13.1279 11.7492 13.7492C11.1085 14.39 10.2394 14.75 9.33325 14.75H3.99992C3.09376 14.75 2.22472 14.39 1.58397 13.7492C0.943221 13.1085 0.583252 12.2394 0.583252 11.3333V5.33329ZM12.7499 9.91481C13.2279 9.89403 13.6821 9.695 14.0219 9.35525C14.3813 8.9958 14.5833 8.50829 14.5833 7.99996C14.5833 7.49163 14.3813 7.00412 14.0219 6.64467C13.6821 6.30492 13.2279 6.10589 12.7499 6.0851V9.91481ZM11.2499 6.08329V11.3333C11.2499 11.8416 11.048 12.3291 10.6885 12.6886C10.3291 13.048 9.84158 13.25 9.33325 13.25H3.99992C3.49159 13.25 3.00408 13.048 2.64463 12.6886C2.28519 12.3291 2.08325 11.8416 2.08325 11.3333V6.08329H11.2499Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12723"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15685)"><path d="M12.6666 5.33329V4.53329V5.33329ZM12.6666 10.6666V11.4666V10.6666ZM11.9999 9.86663C11.5581 9.86663 11.1999 10.2248 11.1999 10.6666C11.1999 11.1085 11.5581 11.4666 11.9999 11.4666V9.86663ZM1.33325 5.33329V4.53329C0.891424 4.53329 0.533252 4.89147 0.533252 5.33329H1.33325ZM1.33325 11.3333H0.533252H1.33325ZM4.79992 0.666626C4.79992 0.224798 4.44175 -0.133374 3.99992 -0.133374C3.55809 -0.133374 3.19992 0.224798 3.19992 0.666626H4.79992ZM3.19992 2.66663C3.19992 3.10845 3.55809 3.46663 3.99992 3.46663C4.44175 3.46663 4.79992 3.10845 4.79992 2.66663H3.19992ZM7.46658 0.666626C7.46658 0.224798 7.10841 -0.133374 6.66658 -0.133374C6.22476 -0.133374 5.86658 0.224798 5.86658 0.666626H7.46658ZM5.86658 2.66663C5.86658 3.10845 6.22476 3.46663 6.66658 3.46663C7.10841 3.46663 7.46658 3.10845 7.46658 2.66663H5.86658ZM10.1333 0.666626C10.1333 0.224798 9.77508 -0.133374 9.33325 -0.133374C8.89142 -0.133374 8.53325 0.224798 8.53325 0.666626H10.1333ZM8.53325 2.66663C8.53325 3.10845 8.89142 3.46663 9.33325 3.46663C9.77508 3.46663 10.1333 3.10845 10.1333 2.66663H8.53325ZM11.9999 6.13329H12.6666V4.53329H11.9999V6.13329ZM12.6666 6.13329C13.1617 6.13329 13.6365 6.32996 13.9865 6.68003L15.1179 5.54866C14.4678 4.89853 13.586 4.53329 12.6666 4.53329V6.13329ZM13.9865 6.68003C14.3366 7.03009 14.5333 7.50489 14.5333 7.99996H16.1333C16.1333 7.08054 15.768 6.19878 15.1179 5.54866L13.9865 6.68003ZM14.5333 7.99996C14.5333 8.49503 14.3366 8.96982 13.9865 9.31989L15.1179 10.4513C15.768 9.80114 16.1333 8.91938 16.1333 7.99996H14.5333ZM13.9865 9.31989C13.6365 9.66996 13.1617 9.86663 12.6666 9.86663V11.4666C13.586 11.4666 14.4678 11.1014 15.1179 10.4513L13.9865 9.31989ZM12.6666 9.86663H11.9999V11.4666H12.6666V9.86663ZM1.33325 6.13329H11.9999V4.53329H1.33325V6.13329ZM11.1999 5.33329V11.3333H12.7999V5.33329H11.1999ZM11.1999 11.3333C11.1999 11.8284 11.0033 12.3032 10.6532 12.6532L11.7846 13.7846C12.4347 13.1345 12.7999 12.2527 12.7999 11.3333H11.1999ZM10.6532 12.6532C10.3031 13.0033 9.82832 13.2 9.33325 13.2V14.8C10.2527 14.8 11.1344 14.4347 11.7846 13.7846L10.6532 12.6532ZM9.33325 13.2H3.99992V14.8H9.33325V13.2ZM3.99992 13.2C3.50485 13.2 3.03005 13.0033 2.67999 12.6532L1.54862 13.7846C2.19874 14.4347 3.0805 14.8 3.99992 14.8V13.2ZM2.67999 12.6532C2.32992 12.3032 2.13325 11.8284 2.13325 11.3333H0.533252C0.533252 12.2527 0.898489 13.1345 1.54862 13.7846L2.67999 12.6532ZM2.13325 11.3333V5.33329H0.533252V11.3333H2.13325ZM3.19992 0.666626V2.66663H4.79992V0.666626H3.19992ZM5.86658 0.666626V2.66663H7.46658V0.666626H5.86658ZM8.53325 0.666626V2.66663H10.1333V0.666626H8.53325Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15685"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCoffee, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13183", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCoffee size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconColumns.tsx b/src/icons/IconColumns.tsx
index c4a1c7c..1774a7c 100644
--- a/src/icons/IconColumns.tsx
+++ b/src/icons/IconColumns.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconColumns = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019ZM3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H7.25V2.75H3.33333ZM8.75 2.75V13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H8.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.6667 2V1.2V2ZM3.33333 2V1.2V2ZM2 3.33333H1.2H2ZM2 12.6667H1.2H2ZM8 2.8H12.6667V1.2H8V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H8V14.8H12.6667V13.2ZM8 1.2H3.33333V2.8H8V1.2ZM3.33333 1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2ZM1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484ZM1.2 3.33333V12.6667H2.8V3.33333H1.2ZM1.2 12.6667C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2ZM1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752ZM3.33333 14.8H8V13.2H3.33333V14.8ZM7.2 2V14H8.8V2H7.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconColumns, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13185", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconColumns size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCommand.tsx b/src/icons/IconCommand.tsx
index 7fc3db4..292d9b4 100644
--- a/src/icons/IconCommand.tsx
+++ b/src/icons/IconCommand.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCommand = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.05546 2.05546C2.57118 1.53973 3.27065 1.25 4 1.25C4.72935 1.25 5.42882 1.53973 5.94454 2.05546C6.46027 2.57118 6.75 3.27065 6.75 4V5.25H9.25V4C9.25 3.27065 9.53973 2.57118 10.0555 2.05546C10.5712 1.53973 11.2707 1.25 12 1.25C12.7293 1.25 13.4288 1.53973 13.9445 2.05546C14.4603 2.57118 14.75 3.27066 14.75 4C14.75 4.72934 14.4603 5.42882 13.9445 5.94454C13.4288 6.46027 12.7293 6.75 12 6.75H10.75V9.25H12C12.7293 9.25 13.4288 9.53973 13.9445 10.0555C14.4603 10.5712 14.75 11.2707 14.75 12C14.75 12.7293 14.4603 13.4288 13.9445 13.9445C13.4288 14.4603 12.7293 14.75 12 14.75C11.2707 14.75 10.5712 14.4603 10.0555 13.9445C9.53973 13.4288 9.25 12.7293 9.25 12V10.75H6.75V12C6.75 12.7293 6.46027 13.4288 5.94454 13.9445C5.42882 14.4603 4.72934 14.75 4 14.75C3.27066 14.75 2.57118 14.4603 2.05546 13.9445C1.53973 13.4288 1.25 12.7293 1.25 12C1.25 11.2707 1.53973 10.5712 2.05546 10.0555C2.57118 9.53973 3.27065 9.25 4 9.25H5.25V6.75H4C3.27065 6.75 2.57118 6.46027 2.05546 5.94454C1.53973 5.42882 1.25 4.72935 1.25 4C1.25 3.27065 1.53973 2.57118 2.05546 2.05546ZM5.25 5.25V4C5.25 3.66848 5.1183 3.35054 4.88388 3.11612C4.64946 2.8817 4.33152 2.75 4 2.75C3.66848 2.75 3.35054 2.8817 3.11612 3.11612C2.8817 3.35054 2.75 3.66848 2.75 4C2.75 4.33152 2.8817 4.64946 3.11612 4.88388C3.35054 5.1183 3.66848 5.25 4 5.25H5.25ZM6.75 6.75V9.25H9.25V6.75H6.75ZM5.25 10.75H4C3.66848 10.75 3.35054 10.8817 3.11612 11.1161C2.8817 11.3505 2.75 11.6685 2.75 12C2.75 12.3315 2.8817 12.6495 3.11612 12.8839C3.35054 13.1183 3.66848 13.25 4 13.25C4.33152 13.25 4.64946 13.1183 4.88388 12.8839C5.1183 12.6495 5.25 12.3315 5.25 12V10.75ZM10.75 10.75V12C10.75 12.3315 10.8817 12.6495 11.1161 12.8839C11.3505 13.1183 11.6685 13.25 12 13.25C12.3315 13.25 12.6495 13.1183 12.8839 12.8839C13.1183 12.6495 13.25 12.3315 13.25 12C13.25 11.6685 13.1183 11.3505 12.8839 11.1161C12.6495 10.8817 12.3315 10.75 12 10.75H10.75ZM10.75 5.25H12C12.3315 5.25 12.6495 5.1183 12.8839 4.88388C13.1183 4.64946 13.25 4.33152 13.25 4C13.25 3.66848 13.1183 3.35054 12.8839 3.11612C12.6495 2.8817 12.3315 2.75 12 2.75C11.6685 2.75 11.3505 2.8817 11.1161 3.11612C10.8817 3.35054 10.75 3.66848 10.75 4V5.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12 2V1.2V2ZM12 14V14.8V14ZM14 12H14.8H14ZM2 12H1.2H2ZM4 14V14.8V14ZM4 2V1.2V2ZM2 4H1.2H2ZM14 4H14.8H14ZM12 1.2C11.2574 1.2 10.5452 1.495 10.0201 2.0201L11.1515 3.15147C11.3765 2.92643 11.6817 2.8 12 2.8V1.2ZM10.0201 2.0201C9.495 2.5452 9.2 3.25739 9.2 4H10.8C10.8 3.68174 10.9264 3.37652 11.1515 3.15147L10.0201 2.0201ZM9.2 4V12H10.8V4H9.2ZM9.2 12C9.2 12.7426 9.495 13.4548 10.0201 13.9799L11.1515 12.8485C10.9264 12.6235 10.8 12.3183 10.8 12H9.2ZM10.0201 13.9799C10.5452 14.505 11.2574 14.8 12 14.8V13.2C11.6817 13.2 11.3765 13.0736 11.1515 12.8485L10.0201 13.9799ZM12 14.8C12.7426 14.8 13.4548 14.505 13.9799 13.9799L12.8485 12.8485C12.6235 13.0736 12.3183 13.2 12 13.2V14.8ZM13.9799 13.9799C14.505 13.4548 14.8 12.7426 14.8 12H13.2C13.2 12.3183 13.0736 12.6235 12.8485 12.8485L13.9799 13.9799ZM14.8 12C14.8 11.2574 14.505 10.5452 13.9799 10.0201L12.8485 11.1515C13.0736 11.3765 13.2 11.6817 13.2 12H14.8ZM13.9799 10.0201C13.4548 9.495 12.7426 9.2 12 9.2V10.8C12.3183 10.8 12.6235 10.9264 12.8485 11.1515L13.9799 10.0201ZM12 9.2H4V10.8H12V9.2ZM4 9.2C3.25739 9.2 2.5452 9.495 2.0201 10.0201L3.15147 11.1515C3.37652 10.9264 3.68174 10.8 4 10.8V9.2ZM2.0201 10.0201C1.495 10.5452 1.2 11.2574 1.2 12H2.8C2.8 11.6817 2.92643 11.3765 3.15147 11.1515L2.0201 10.0201ZM1.2 12C1.2 12.7426 1.495 13.4548 2.0201 13.9799L3.15147 12.8485C2.92643 12.6235 2.8 12.3183 2.8 12H1.2ZM2.0201 13.9799C2.5452 14.505 3.25739 14.8 4 14.8V13.2C3.68174 13.2 3.37652 13.0736 3.15147 12.8485L2.0201 13.9799ZM4 14.8C4.74261 14.8 5.4548 14.505 5.9799 13.9799L4.84853 12.8485C4.62348 13.0736 4.31826 13.2 4 13.2V14.8ZM5.9799 13.9799C6.505 13.4548 6.8 12.7426 6.8 12H5.2C5.2 12.3183 5.07357 12.6235 4.84853 12.8485L5.9799 13.9799ZM6.8 12V4H5.2V12H6.8ZM6.8 4C6.8 3.25739 6.505 2.5452 5.9799 2.0201L4.84853 3.15147C5.07357 3.37652 5.2 3.68174 5.2 4H6.8ZM5.9799 2.0201C5.4548 1.495 4.74261 1.2 4 1.2V2.8C4.31826 2.8 4.62348 2.92643 4.84853 3.15147L5.9799 2.0201ZM4 1.2C3.25739 1.2 2.5452 1.495 2.0201 2.0201L3.15147 3.15147C3.37652 2.92643 3.68174 2.8 4 2.8V1.2ZM2.0201 2.0201C1.495 2.5452 1.2 3.25739 1.2 4H2.8C2.8 3.68174 2.92643 3.37652 3.15147 3.15147L2.0201 2.0201ZM1.2 4C1.2 4.74261 1.495 5.4548 2.0201 5.9799L3.15147 4.84853C2.92643 4.62348 2.8 4.31826 2.8 4H1.2ZM2.0201 5.9799C2.5452 6.505 3.25739 6.8 4 6.8V5.2C3.68174 5.2 3.37652 5.07357 3.15147 4.84853L2.0201 5.9799ZM4 6.8H12V5.2H4V6.8ZM12 6.8C12.7426 6.8 13.4548 6.505 13.9799 5.9799L12.8485 4.84853C12.6235 5.07357 12.3183 5.2 12 5.2V6.8ZM13.9799 5.9799C14.505 5.4548 14.8 4.74261 14.8 4H13.2C13.2 4.31826 13.0736 4.62348 12.8485 4.84853L13.9799 5.9799ZM14.8 4C14.8 3.25739 14.505 2.5452 13.9799 2.0201L12.8485 3.15147C13.0736 3.37652 13.2 3.68174 13.2 4H14.8ZM13.9799 2.0201C13.4548 1.495 12.7426 1.2 12 1.2V2.8C12.3183 2.8 12.6235 2.92643 12.8485 3.15147L13.9799 2.0201Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCommand, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13463", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCommand size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCompass.tsx b/src/icons/IconCompass.tsx
index a321b5a..afdefa3 100644
--- a/src/icons/IconCompass.tsx
+++ b/src/icons/IconCompass.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCompass = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12890)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 2.08337C4.73248 2.08337 2.0835 4.73236 2.0835 8.00004C2.0835 11.2677 4.73248 13.9167 8.00016 13.9167C11.2678 13.9167 13.9168 11.2677 13.9168 8.00004C13.9168 4.73236 11.2678 2.08337 8.00016 2.08337ZM0.583496 8.00004C0.583496 3.90393 3.90405 0.583374 8.00016 0.583374C12.0963 0.583374 15.4168 3.90393 15.4168 8.00004C15.4168 12.0962 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0962 0.583496 8.00004ZM11.3572 4.64304C11.558 4.84392 11.6282 5.14104 11.5383 5.41054L10.125 9.65055C10.0504 9.8745 9.87462 10.0502 9.65067 10.1249L5.41067 11.5382C5.14117 11.6281 4.84404 11.5579 4.64317 11.357C4.44229 11.1562 4.37215 10.859 4.46198 10.5895L5.87532 6.34954C5.94997 6.12558 6.12571 5.94985 6.34966 5.8752L10.5897 4.46186C10.8592 4.37203 11.1563 4.44217 11.3572 4.64304ZM7.17976 7.17963L6.35935 9.64085L8.82057 8.82045L9.64097 6.35923L7.17976 7.17963Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12890"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15691)"><path d="M10.8268 5.17337L11.5858 5.42636C11.6816 5.13889 11.6068 4.82195 11.3925 4.60769C11.1782 4.39342 10.8613 4.3186 10.5738 4.41443L10.8268 5.17337ZM9.4135 9.41337L9.66648 10.1723C9.90536 10.0927 10.0928 9.90524 10.1724 9.66636L9.4135 9.41337ZM5.1735 10.8267L4.41455 10.5737C4.31873 10.8612 4.39355 11.1781 4.60781 11.3924C4.82208 11.6067 5.13901 11.6815 5.42648 11.5857L5.1735 10.8267ZM6.58683 6.58671L6.33385 5.82776C6.09496 5.90739 5.90751 6.09484 5.82788 6.33372L6.58683 6.58671ZM13.8668 8.00004C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1238 15.4668 8.00004H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8.00004H0.533496C0.533496 12.1238 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8.00004C2.1335 4.75997 4.76009 2.13337 8.00016 2.13337V0.533374C3.87644 0.533374 0.533496 3.87631 0.533496 8.00004H2.1335ZM8.00016 2.13337C11.2402 2.13337 13.8668 4.75997 13.8668 8.00004H15.4668C15.4668 3.87631 12.1239 0.533374 8.00016 0.533374V2.13337ZM10.0679 4.92039L8.65455 9.16039L10.1724 9.66636L11.5858 5.42636L10.0679 4.92039ZM9.16051 8.65443L4.92051 10.0678L5.42648 11.5857L9.66648 10.1723L9.16051 8.65443ZM5.93244 11.0797L7.34578 6.83969L5.82788 6.33372L4.41455 10.5737L5.93244 11.0797ZM6.83981 7.34565L11.0798 5.93232L10.5738 4.41443L6.33385 5.82776L6.83981 7.34565Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15691"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCompass, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13465", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCompass size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCopy.tsx b/src/icons/IconCopy.tsx
index 54b2453..21ca335 100644
--- a/src/icons/IconCopy.tsx
+++ b/src/icons/IconCopy.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCopy = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12868)"><path fillRule="evenodd" clipRule="evenodd" d="M2.66683 2.08337C2.51212 2.08337 2.36375 2.14483 2.25435 2.25423C2.14495 2.36362 2.0835 2.512 2.0835 2.66671V8.66671C2.0835 8.82142 2.14495 8.96979 2.25435 9.07919C2.36375 9.18858 2.51212 9.25004 2.66683 9.25004H3.3335C3.74771 9.25004 4.0835 9.58583 4.0835 10C4.0835 10.4143 3.74771 10.75 3.3335 10.75H2.66683C2.11429 10.75 1.58439 10.5305 1.19369 10.1398C0.80299 9.74915 0.583496 9.21924 0.583496 8.66671V2.66671C0.583496 2.11417 0.802989 1.58427 1.19369 1.19357C1.58439 0.802867 2.1143 0.583374 2.66683 0.583374H8.66683C9.21936 0.583374 9.74927 0.802867 10.14 1.19357C10.5307 1.58427 10.7502 2.11417 10.7502 2.66671V3.33337C10.7502 3.74759 10.4144 4.08337 10.0002 4.08337C9.58595 4.08337 9.25016 3.74759 9.25016 3.33337V2.66671C9.25016 2.512 9.1887 2.36363 9.07931 2.25423C8.96991 2.14483 8.82154 2.08337 8.66683 2.08337H2.66683ZM7.3335 6.75004C7.01133 6.75004 6.75016 7.01121 6.75016 7.33337V13.3334C6.75016 13.6555 7.01133 13.9167 7.3335 13.9167H13.3335C13.6557 13.9167 13.9168 13.6555 13.9168 13.3334V7.33337C13.9168 7.01121 13.6557 6.75004 13.3335 6.75004H7.3335ZM5.25016 7.33337C5.25016 6.18278 6.1829 5.25004 7.3335 5.25004H13.3335C14.4841 5.25004 15.4168 6.18278 15.4168 7.33337V13.3334C15.4168 14.484 14.4841 15.4167 13.3335 15.4167H7.3335C6.1829 15.4167 5.25016 14.484 5.25016 13.3334V7.33337Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12868"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15693)"><path d="M3.3335 10.8C3.77532 10.8 4.1335 10.4419 4.1335 10C4.1335 9.55821 3.77532 9.20004 3.3335 9.20004V10.8ZM1.3335 8.66671H0.533496H1.3335ZM2.66683 1.33337V0.533374V1.33337ZM8.66683 1.33337V0.533374V1.33337ZM9.20016 3.33337C9.20016 3.7752 9.55834 4.13337 10.0002 4.13337C10.442 4.13337 10.8002 3.7752 10.8002 3.33337H9.20016ZM7.3335 6.80004H13.3335V5.20004H7.3335V6.80004ZM13.3335 6.80004C13.628 6.80004 13.8668 7.03882 13.8668 7.33337H15.4668C15.4668 6.15517 14.5117 5.20004 13.3335 5.20004V6.80004ZM13.8668 7.33337V13.3334H15.4668V7.33337H13.8668ZM13.8668 13.3334C13.8668 13.6279 13.628 13.8667 13.3335 13.8667V15.4667C14.5117 15.4667 15.4668 14.5116 15.4668 13.3334H13.8668ZM13.3335 13.8667H7.3335V15.4667H13.3335V13.8667ZM7.3335 13.8667C7.03894 13.8667 6.80016 13.6279 6.80016 13.3334H5.20016C5.20016 14.5116 6.15529 15.4667 7.3335 15.4667V13.8667ZM6.80016 13.3334V7.33337H5.20016V13.3334H6.80016ZM6.80016 7.33337C6.80016 7.03882 7.03894 6.80004 7.3335 6.80004V5.20004C6.15529 5.20004 5.20016 6.15517 5.20016 7.33337H6.80016ZM3.3335 9.20004H2.66683V10.8H3.3335V9.20004ZM2.66683 9.20004C2.52538 9.20004 2.38973 9.14385 2.28971 9.04383L1.15833 10.1752C1.55841 10.5753 2.10103 10.8 2.66683 10.8V9.20004ZM2.28971 9.04383C2.18969 8.94381 2.1335 8.80816 2.1335 8.66671H0.533496C0.533496 9.2325 0.758257 9.77512 1.15833 10.1752L2.28971 9.04383ZM2.1335 8.66671V2.66671H0.533496V8.66671H2.1335ZM2.1335 2.66671C2.1335 2.52526 2.18969 2.3896 2.28971 2.28958L1.15833 1.15821C0.758257 1.55829 0.533496 2.10091 0.533496 2.66671H2.1335ZM2.28971 2.28958C2.38973 2.18956 2.52538 2.13337 2.66683 2.13337V0.533374C2.10103 0.533374 1.55841 0.758135 1.15833 1.15821L2.28971 2.28958ZM2.66683 2.13337H8.66683V0.533374H2.66683V2.13337ZM8.66683 2.13337C8.80828 2.13337 8.94393 2.18956 9.04395 2.28958L10.1753 1.15821C9.77525 0.758135 9.23262 0.533374 8.66683 0.533374V2.13337ZM9.04395 2.28958C9.14397 2.3896 9.20016 2.52526 9.20016 2.66671H10.8002C10.8002 2.10091 10.5754 1.55829 10.1753 1.15821L9.04395 2.28958ZM9.20016 2.66671V3.33337H10.8002V2.66671H9.20016Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15693"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCopy, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13464", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCopy size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerDownLeft.tsx b/src/icons/IconCornerDownLeft.tsx
index 2dc2bfc..eec4230 100644
--- a/src/icons/IconCornerDownLeft.tsx
+++ b/src/icons/IconCornerDownLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerDownLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M13.3333 1.91669C13.7476 1.91669 14.0833 2.25247 14.0833 2.66669V7.33335C14.0833 8.23951 13.7234 9.10855 13.0826 9.7493C12.4419 10.3901 11.5728 10.75 10.6667 10.75H4.47733L6.53034 12.803C6.82323 13.0959 6.82323 13.5708 6.53034 13.8637C6.23744 14.1566 5.76257 14.1566 5.46968 13.8637L2.13634 10.5304C1.84345 10.2375 1.84345 9.76258 2.13634 9.46969L5.46968 6.13636C5.76257 5.84346 6.23744 5.84346 6.53034 6.13636C6.82323 6.42925 6.82323 6.90412 6.53034 7.19702L4.47733 9.25002H10.6667C11.175 9.25002 11.6625 9.04809 12.022 8.68864C12.3814 8.3292 12.5833 7.84169 12.5833 7.33335V2.66669C12.5833 2.25247 12.9191 1.91669 13.3333 1.91669Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.56569 7.23237C6.87811 6.91995 6.87811 6.41342 6.56569 6.101C6.25327 5.78858 5.74674 5.78858 5.43432 6.101L6.56569 7.23237ZM2.66667 10L2.10099 9.43433C1.78857 9.74675 1.78857 10.2533 2.10099 10.5657L2.66667 10ZM5.43432 13.899C5.74674 14.2115 6.25327 14.2115 6.56569 13.899C6.87811 13.5866 6.87811 13.0801 6.56569 12.7677L5.43432 13.899ZM14.1333 2.66669C14.1333 2.22486 13.7752 1.86669 13.3333 1.86669C12.8915 1.86669 12.5333 2.22486 12.5333 2.66669H14.1333ZM10.6667 10V10.8V10ZM5.43432 6.101L2.10099 9.43433L3.23236 10.5657L6.56569 7.23237L5.43432 6.101ZM2.10099 10.5657L5.43432 13.899L6.56569 12.7677L3.23236 9.43433L2.10099 10.5657ZM12.5333 2.66669V7.33335H14.1333V2.66669H12.5333ZM12.5333 7.33335C12.5333 7.82842 12.3367 8.30322 11.9866 8.65329L13.118 9.78466C13.7681 9.13453 14.1333 8.25277 14.1333 7.33335H12.5333ZM11.9866 8.65329C11.6365 9.00335 11.1617 9.20002 10.6667 9.20002V10.8C11.5861 10.8 12.4678 10.4348 13.118 9.78466L11.9866 8.65329ZM10.6667 9.20002H2.66667V10.8H10.6667V9.20002Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerDownLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13467", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerDownLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerDownRight.tsx b/src/icons/IconCornerDownRight.tsx
index eabd17a..9a9107d 100644
--- a/src/icons/IconCornerDownRight.tsx
+++ b/src/icons/IconCornerDownRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerDownRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66669 1.91669C3.0809 1.91669 3.41669 2.25247 3.41669 2.66669V7.33335C3.41669 7.84169 3.61862 8.3292 3.97807 8.68864C4.33751 9.04809 4.82502 9.25002 5.33335 9.25002H11.5227L9.46969 7.19702C9.1768 6.90412 9.1768 6.42925 9.46969 6.13636C9.76258 5.84346 10.2375 5.84346 10.5304 6.13636L13.8637 9.46969C14.1566 9.76258 14.1566 10.2375 13.8637 10.5304L10.5304 13.8637C10.2375 14.1566 9.76258 14.1566 9.46969 13.8637C9.1768 13.5708 9.1768 13.0959 9.46969 12.803L11.5227 10.75H5.33335C4.4272 10.75 3.55815 10.3901 2.91741 9.7493C2.27666 9.10855 1.91669 8.23951 1.91669 7.33335V2.66669C1.91669 2.25247 2.25247 1.91669 2.66669 1.91669Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.5657 6.101C10.2533 5.78858 9.74675 5.78858 9.43433 6.101C9.12191 6.41342 9.12191 6.91995 9.43433 7.23237L10.5657 6.101ZM13.3334 10L13.899 10.5657C14.0491 10.4157 14.1334 10.2122 14.1334 10C14.1334 9.78785 14.0491 9.58436 13.899 9.43433L13.3334 10ZM9.43433 12.7677C9.12191 13.0801 9.12191 13.5866 9.43433 13.899C9.74675 14.2115 10.2533 14.2115 10.5657 13.899L9.43433 12.7677ZM3.46669 2.66669C3.46669 2.22486 3.10851 1.86669 2.66669 1.86669C2.22486 1.86669 1.86669 2.22486 1.86669 2.66669H3.46669ZM2.66669 7.33335H1.86669H2.66669ZM5.33335 10V10.8V10ZM9.43433 7.23237L12.7677 10.5657L13.899 9.43433L10.5657 6.101L9.43433 7.23237ZM12.7677 9.43433L9.43433 12.7677L10.5657 13.899L13.899 10.5657L12.7677 9.43433ZM1.86669 2.66669V7.33335H3.46669V2.66669H1.86669ZM1.86669 7.33335C1.86669 8.25277 2.23192 9.13453 2.88205 9.78466L4.01342 8.65329C3.66335 8.30322 3.46669 7.82842 3.46669 7.33335H1.86669ZM2.88205 9.78466C3.53218 10.4348 4.41394 10.8 5.33335 10.8V9.20002C4.83828 9.20002 4.36349 9.00335 4.01342 8.65329L2.88205 9.78466ZM5.33335 10.8H13.3334V9.20002H5.33335V10.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerDownRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13466", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerDownRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerLeftDown.tsx b/src/icons/IconCornerLeftDown.tsx
index 5883a97..fbcf24e 100644
--- a/src/icons/IconCornerLeftDown.tsx
+++ b/src/icons/IconCornerLeftDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerLeftDown = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.25068 2.91741C6.89143 2.27666 7.76047 1.91669 8.66663 1.91669H13.3333C13.7475 1.91669 14.0833 2.25247 14.0833 2.66669C14.0833 3.0809 13.7475 3.41669 13.3333 3.41669H8.66663C8.15829 3.41669 7.67078 3.61862 7.31134 3.97807C6.95189 4.33751 6.74996 4.82502 6.74996 5.33335V11.5227L8.80296 9.46969C9.09586 9.1768 9.57073 9.1768 9.86362 9.46969C10.1565 9.76258 10.1565 10.2375 9.86362 10.5304L6.53029 13.8637C6.2374 14.1566 5.76252 14.1566 5.46963 13.8637L2.1363 10.5304C1.8434 10.2375 1.8434 9.76258 2.1363 9.46969C2.42919 9.1768 2.90406 9.1768 3.19696 9.46969L5.24996 11.5227V5.33335C5.24996 4.4272 5.60993 3.55815 6.25068 2.91741Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.89898 10.5657C10.2114 10.2533 10.2114 9.74675 9.89898 9.43433C9.58656 9.12191 9.08003 9.12191 8.76761 9.43433L9.89898 10.5657ZM5.99996 13.3334L5.43427 13.899C5.5843 14.0491 5.78779 14.1334 5.99996 14.1334C6.21213 14.1334 6.41562 14.0491 6.56564 13.899L5.99996 13.3334ZM3.23231 9.43433C2.91989 9.12191 2.41336 9.12191 2.10094 9.43433C1.78852 9.74675 1.78852 10.2533 2.10094 10.5657L3.23231 9.43433ZM13.3333 3.46669C13.7751 3.46669 14.1333 3.10851 14.1333 2.66669C14.1333 2.22486 13.7751 1.86669 13.3333 1.86669V3.46669ZM8.66663 2.66669V1.86669V2.66669ZM5.99996 5.33335H5.19996H5.99996ZM8.76761 9.43433L5.43427 12.7677L6.56564 13.899L9.89898 10.5657L8.76761 9.43433ZM6.56564 12.7677L3.23231 9.43433L2.10094 10.5657L5.43427 13.899L6.56564 12.7677ZM13.3333 1.86669H8.66663V3.46669H13.3333V1.86669ZM8.66663 1.86669C7.74721 1.86669 6.86545 2.23192 6.21532 2.88205L7.34669 4.01342C7.69676 3.66335 8.17155 3.46669 8.66663 3.46669V1.86669ZM6.21532 2.88205C5.5652 3.53218 5.19996 4.41394 5.19996 5.33335H6.79996C6.79996 4.83828 6.99663 4.36349 7.34669 4.01342L6.21532 2.88205ZM5.19996 5.33335V13.3334H6.79996V5.33335H5.19996Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerLeftDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13469", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerLeftDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerLeftUp.tsx b/src/icons/IconCornerLeftUp.tsx
index 4579f27..1b8bcbd 100644
--- a/src/icons/IconCornerLeftUp.tsx
+++ b/src/icons/IconCornerLeftUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerLeftUp = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.46963 2.13636C5.76252 1.84346 6.2374 1.84346 6.53029 2.13636L9.86362 5.46969C10.1565 5.76258 10.1565 6.23746 9.86362 6.53035C9.57073 6.82324 9.09586 6.82324 8.80296 6.53035L6.74996 4.47735V10.6667C6.74996 11.175 6.95189 11.6625 7.31134 12.022C7.67078 12.3814 8.15829 12.5834 8.66663 12.5834H13.3333C13.7475 12.5834 14.0833 12.9191 14.0833 13.3334C14.0833 13.7476 13.7475 14.0834 13.3333 14.0834H8.66663C7.76047 14.0834 6.89143 13.7234 6.25068 13.0826C5.60993 12.4419 5.24996 11.5728 5.24996 10.6667V4.47735L3.19696 6.53035C2.90406 6.82324 2.42919 6.82324 2.1363 6.53035C1.8434 6.23746 1.8434 5.76258 2.1363 5.46969L5.46963 2.13636Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.76761 6.56571C9.08003 6.87812 9.58656 6.87812 9.89898 6.56571C10.2114 6.25329 10.2114 5.74675 9.89898 5.43433L8.76761 6.56571ZM5.99996 2.66669L6.56564 2.101C6.25323 1.78858 5.74669 1.78858 5.43427 2.101L5.99996 2.66669ZM2.10094 5.43433C1.78852 5.74675 1.78852 6.25329 2.10094 6.56571C2.41336 6.87812 2.91989 6.87812 3.23231 6.56571L2.10094 5.43433ZM13.3333 14.1334C13.7751 14.1334 14.1333 13.7752 14.1333 13.3334C14.1333 12.8915 13.7751 12.5334 13.3333 12.5334V14.1334ZM5.99996 10.6667H5.19996H5.99996ZM9.89898 5.43433L6.56564 2.101L5.43427 3.23237L8.76761 6.56571L9.89898 5.43433ZM5.43427 2.101L2.10094 5.43433L3.23231 6.56571L6.56564 3.23237L5.43427 2.101ZM13.3333 12.5334H8.66663V14.1334H13.3333V12.5334ZM8.66663 12.5334C8.17156 12.5334 7.69676 12.3367 7.34669 11.9866L6.21532 13.118C6.86545 13.7681 7.74721 14.1334 8.66663 14.1334V12.5334ZM7.34669 11.9866C6.99662 11.6365 6.79996 11.1618 6.79996 10.6667H5.19996C5.19996 11.5861 5.5652 12.4679 6.21532 13.118L7.34669 11.9866ZM6.79996 10.6667V2.66669H5.19996V10.6667H6.79996Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerLeftUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13468", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerLeftUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerRightDown.tsx b/src/icons/IconCornerRightDown.tsx
index 4021b5f..e30832f 100644
--- a/src/icons/IconCornerRightDown.tsx
+++ b/src/icons/IconCornerRightDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerRightDown = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.91675 2.66669C1.91675 2.25247 2.25253 1.91669 2.66675 1.91669H7.33342C8.23957 1.91669 9.10861 2.27666 9.74936 2.91741C10.3901 3.55815 10.7501 4.4272 10.7501 5.33335V11.5227L12.8031 9.46969C13.096 9.1768 13.5709 9.1768 13.8637 9.46969C14.1566 9.76258 14.1566 10.2375 13.8637 10.5304L10.5304 13.8637C10.2375 14.1566 9.76264 14.1566 9.46975 13.8637L6.13642 10.5304C5.84352 10.2375 5.84352 9.76258 6.13642 9.46969C6.42931 9.1768 6.90418 9.1768 7.19708 9.46969L9.25008 11.5227V5.33335C9.25008 4.82502 9.04815 4.33751 8.6887 3.97807C8.32926 3.61862 7.84175 3.41669 7.33342 3.41669H2.66675C2.25253 3.41669 1.91675 3.0809 1.91675 2.66669Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.23243 9.43433C6.92001 9.12191 6.41348 9.12191 6.10106 9.43433C5.78864 9.74675 5.78864 10.2533 6.10106 10.5657L7.23243 9.43433ZM10.0001 13.3334L9.43439 13.899C9.58442 14.0491 9.78791 14.1334 10.0001 14.1334C10.2123 14.1334 10.4157 14.0491 10.5658 13.899L10.0001 13.3334ZM13.8991 10.5657C14.2115 10.2533 14.2115 9.74675 13.8991 9.43433C13.5867 9.12191 13.0801 9.12191 12.7677 9.43433L13.8991 10.5657ZM2.66675 1.86669C2.22492 1.86669 1.86675 2.22486 1.86675 2.66669C1.86675 3.10851 2.22492 3.46669 2.66675 3.46669V1.86669ZM7.33341 2.66669V1.86669V2.66669ZM10.0001 5.33335H10.8001H10.0001ZM6.10106 10.5657L9.43439 13.899L10.5658 12.7677L7.23243 9.43433L6.10106 10.5657ZM10.5658 13.899L13.8991 10.5657L12.7677 9.43433L9.43439 12.7677L10.5658 13.899ZM2.66675 3.46669H7.33341V1.86669H2.66675V3.46669ZM7.33341 3.46669C7.82849 3.46669 8.30328 3.66335 8.65335 4.01342L9.78472 2.88205C9.13459 2.23192 8.25283 1.86669 7.33341 1.86669V3.46669ZM8.65335 4.01342C9.00341 4.36349 9.20008 4.83828 9.20008 5.33335H10.8001C10.8001 4.41394 10.4348 3.53218 9.78472 2.88205L8.65335 4.01342ZM9.20008 5.33335V13.3334H10.8001V5.33335H9.20008Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerRightDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13471", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerRightDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerRightUp.tsx b/src/icons/IconCornerRightUp.tsx
index aee69ce..9ea8e3d 100644
--- a/src/icons/IconCornerRightUp.tsx
+++ b/src/icons/IconCornerRightUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerRightUp = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M9.46975 2.13636C9.76264 1.84346 10.2375 1.84346 10.5304 2.13636L13.8637 5.46969C14.1566 5.76258 14.1566 6.23746 13.8637 6.53035C13.5709 6.82324 13.096 6.82324 12.8031 6.53035L10.7501 4.47735V10.6667C10.7501 11.5728 10.3901 12.4419 9.74936 13.0826C9.10861 13.7234 8.23957 14.0834 7.33342 14.0834H2.66675C2.25253 14.0834 1.91675 13.7476 1.91675 13.3334C1.91675 12.9191 2.25253 12.5834 2.66675 12.5834H7.33342C7.84175 12.5834 8.32926 12.3814 8.6887 12.022C9.04815 11.6625 9.25008 11.175 9.25008 10.6667V4.47735L7.19708 6.53035C6.90418 6.82324 6.42931 6.82324 6.13642 6.53035C5.84352 6.23746 5.84352 5.76258 6.13642 5.46969L9.46975 2.13636Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.10106 5.43433C5.78864 5.74675 5.78864 6.25329 6.10106 6.56571C6.41348 6.87812 6.92001 6.87812 7.23243 6.56571L6.10106 5.43433ZM10.0001 2.66669L10.5658 2.101C10.2533 1.78858 9.74681 1.78858 9.43439 2.101L10.0001 2.66669ZM12.7677 6.56571C13.0801 6.87812 13.5867 6.87812 13.8991 6.56571C14.2115 6.25329 14.2115 5.74675 13.8991 5.43433L12.7677 6.56571ZM2.66675 12.5334C2.22492 12.5334 1.86675 12.8915 1.86675 13.3334C1.86675 13.7752 2.22492 14.1334 2.66675 14.1334V12.5334ZM10.0001 10.6667H10.8001H10.0001ZM7.23243 6.56571L10.5658 3.23237L9.43439 2.101L6.10106 5.43433L7.23243 6.56571ZM9.43439 3.23237L12.7677 6.56571L13.8991 5.43433L10.5658 2.101L9.43439 3.23237ZM2.66675 14.1334H7.33341V12.5334H2.66675V14.1334ZM7.33341 14.1334C8.25283 14.1334 9.13459 13.7681 9.78472 13.118L8.65335 11.9866C8.30328 12.3367 7.82848 12.5334 7.33341 12.5334V14.1334ZM9.78472 13.118C10.4348 12.4679 10.8001 11.5861 10.8001 10.6667H9.20008C9.20008 11.1618 9.00341 11.6365 8.65335 11.9866L9.78472 13.118ZM10.8001 10.6667V2.66669H9.20008V10.6667H10.8001Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerRightUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13470", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerRightUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerUpLeft.tsx b/src/icons/IconCornerUpLeft.tsx
index a7d2a57..ea7e1a7 100644
--- a/src/icons/IconCornerUpLeft.tsx
+++ b/src/icons/IconCornerUpLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerUpLeft = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.53041 2.13636C6.8233 2.42925 6.8233 2.90412 6.53041 3.19702L4.47741 5.25002H10.6667C11.5729 5.25002 12.4419 5.60999 13.0827 6.25074C13.7234 6.89149 14.0834 7.76053 14.0834 8.66669V13.3334C14.0834 13.7476 13.7476 14.0834 13.3334 14.0834C12.9192 14.0834 12.5834 13.7476 12.5834 13.3334V8.66669C12.5834 8.15836 12.3815 7.67084 12.022 7.3114C11.6626 6.95195 11.1751 6.75002 10.6667 6.75002H4.47741L6.53041 8.80302C6.8233 9.09592 6.8233 9.57079 6.53041 9.86368C6.23752 10.1566 5.76264 10.1566 5.46975 9.86368L2.13642 6.53035C1.84352 6.23746 1.84352 5.76258 2.13642 5.46969L5.46975 2.13636C5.76264 1.84346 6.23752 1.84346 6.53041 2.13636Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.4344 9.89904C5.74681 10.2115 6.25335 10.2115 6.56577 9.89904C6.87819 9.58662 6.87819 9.08009 6.56577 8.76767L5.4344 9.89904ZM2.66675 6.00002L2.10106 5.43433C1.78864 5.74675 1.78864 6.25329 2.10106 6.56571L2.66675 6.00002ZM6.56577 3.23237C6.87819 2.91995 6.87819 2.41342 6.56577 2.101C6.25335 1.78858 5.74681 1.78858 5.4344 2.101L6.56577 3.23237ZM12.5334 13.3334C12.5334 13.7752 12.8916 14.1334 13.3334 14.1334C13.7752 14.1334 14.1334 13.7752 14.1334 13.3334H12.5334ZM10.6667 6.00002V5.20002V6.00002ZM6.56577 8.76767L3.23243 5.43433L2.10106 6.56571L5.4344 9.89904L6.56577 8.76767ZM3.23243 6.56571L6.56577 3.23237L5.4344 2.101L2.10106 5.43433L3.23243 6.56571ZM14.1334 13.3334V8.66669H12.5334V13.3334H14.1334ZM14.1334 8.66669C14.1334 7.74727 13.7682 6.86551 13.118 6.21538L11.9867 7.34675C12.3367 7.69682 12.5334 8.17162 12.5334 8.66669H14.1334ZM13.118 6.21538C12.4679 5.56526 11.5862 5.20002 10.6667 5.20002V6.80002C11.1618 6.80002 11.6366 6.99669 11.9867 7.34675L13.118 6.21538ZM10.6667 5.20002H2.66675V6.80002H10.6667V5.20002Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerUpLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13473", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerUpLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCornerUpRight.tsx b/src/icons/IconCornerUpRight.tsx
index 3db5d48..d0eaf74 100644
--- a/src/icons/IconCornerUpRight.tsx
+++ b/src/icons/IconCornerUpRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCornerUpRight = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M9.46951 2.13636C9.7624 1.84346 10.2373 1.84346 10.5302 2.13636L13.8635 5.46969C14.1564 5.76258 14.1564 6.23746 13.8635 6.53035L10.5302 9.86368C10.2373 10.1566 9.7624 10.1566 9.46951 9.86368C9.17661 9.57079 9.17661 9.09592 9.46951 8.80302L11.5225 6.75002H5.33317C4.82484 6.75002 4.33733 6.95195 3.97788 7.3114C3.61844 7.67084 3.4165 8.15836 3.4165 8.66669V13.3334C3.4165 13.7476 3.08072 14.0834 2.6665 14.0834C2.25229 14.0834 1.9165 13.7476 1.9165 13.3334V8.66669C1.9165 7.76053 2.27647 6.89149 2.91722 6.25074C3.55797 5.60999 4.42701 5.25002 5.33317 5.25002H11.5225L9.46951 3.19702C9.17661 2.90412 9.17661 2.42925 9.46951 2.13636Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.43415 8.76767C9.12173 9.08009 9.12173 9.58662 9.43415 9.89904C9.74657 10.2115 10.2531 10.2115 10.5655 9.89904L9.43415 8.76767ZM13.3332 6.00002L13.8989 6.56571C14.0489 6.41568 14.1332 6.21219 14.1332 6.00002C14.1332 5.78785 14.0489 5.58436 13.8989 5.43433L13.3332 6.00002ZM10.5655 2.101C10.2531 1.78858 9.74657 1.78858 9.43415 2.101C9.12173 2.41342 9.12173 2.91995 9.43415 3.23237L10.5655 2.101ZM1.8665 13.3334C1.8665 13.7752 2.22468 14.1334 2.6665 14.1334C3.10833 14.1334 3.4665 13.7752 3.4665 13.3334H1.8665ZM5.33317 6.00002V5.20002V6.00002ZM10.5655 9.89904L13.8989 6.56571L12.7675 5.43433L9.43415 8.76767L10.5655 9.89904ZM13.8989 5.43433L10.5655 2.101L9.43415 3.23237L12.7675 6.56571L13.8989 5.43433ZM3.4665 13.3334V8.66669H1.8665V13.3334H3.4665ZM3.4665 8.66669C3.4665 8.17162 3.66317 7.69682 4.01324 7.34675L2.88187 6.21538C2.23174 6.86551 1.8665 7.74727 1.8665 8.66669H3.4665ZM4.01324 7.34675C4.36331 6.99669 4.8381 6.80002 5.33317 6.80002V5.20002C4.41375 5.20002 3.53199 5.56526 2.88187 6.21538L4.01324 7.34675ZM5.33317 6.80002H13.3332V5.20002H5.33317V6.80002Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconCornerUpRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13472", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCornerUpRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCpu.tsx b/src/icons/IconCpu.tsx
index c535197..c54da84 100644
--- a/src/icons/IconCpu.tsx
+++ b/src/icons/IconCpu.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCpu = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12827)"><path fillRule="evenodd" clipRule="evenodd" d="M5.99984 -0.083313C6.41405 -0.083313 6.74984 0.252473 6.74984 0.666687V1.91669H9.24984V0.666687C9.24984 0.252473 9.58562 -0.083313 9.99984 -0.083313C10.4141 -0.083313 10.7498 0.252473 10.7498 0.666687V1.91669H11.9998C13.1504 1.91669 14.0832 2.84943 14.0832 4.00002V5.25002H15.3332C15.7474 5.25002 16.0832 5.58581 16.0832 6.00002C16.0832 6.41423 15.7474 6.75002 15.3332 6.75002H14.0832V8.58335H15.3332C15.7474 8.58335 16.0832 8.91914 16.0832 9.33335C16.0832 9.74757 15.7474 10.0834 15.3332 10.0834H14.0832V12C14.0832 13.1506 13.1504 14.0834 11.9998 14.0834H10.7498V15.3334C10.7498 15.7476 10.4141 16.0834 9.99984 16.0834C9.58562 16.0834 9.24984 15.7476 9.24984 15.3334V14.0834H6.74984V15.3334C6.74984 15.7476 6.41405 16.0834 5.99984 16.0834C5.58562 16.0834 5.24984 15.7476 5.24984 15.3334V14.0834H3.99984C2.84924 14.0834 1.9165 13.1506 1.9165 12V10.0834H0.666504C0.25229 10.0834 -0.0834961 9.74757 -0.0834961 9.33335C-0.0834961 8.91914 0.25229 8.58335 0.666504 8.58335H1.9165V6.75002H0.666504C0.25229 6.75002 -0.0834961 6.41423 -0.0834961 6.00002C-0.0834961 5.58581 0.25229 5.25002 0.666504 5.25002H1.9165V4.00002C1.9165 2.84943 2.84924 1.91669 3.99984 1.91669H5.24984V0.666687C5.24984 0.252473 5.58562 -0.083313 5.99984 -0.083313ZM3.99984 3.41669C3.67767 3.41669 3.4165 3.67785 3.4165 4.00002V12C3.4165 12.3222 3.67767 12.5834 3.99984 12.5834H11.9998C12.322 12.5834 12.5832 12.3222 12.5832 12V4.00002C12.5832 3.67785 12.322 3.41669 11.9998 3.41669H3.99984ZM5.24984 6.00002C5.24984 5.58581 5.58562 5.25002 5.99984 5.25002H9.99984C10.4141 5.25002 10.7498 5.58581 10.7498 6.00002V10C10.7498 10.4142 10.4141 10.75 9.99984 10.75H5.99984C5.58562 10.75 5.24984 10.4142 5.24984 10V6.00002ZM6.74984 6.75002V9.25002H9.24984V6.75002H6.74984Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12827"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15711)"><path d="M5.99984 6.00002V5.20002C5.55801 5.20002 5.19984 5.55819 5.19984 6.00002H5.99984ZM9.99984 6.00002H10.7998C10.7998 5.55819 10.4417 5.20002 9.99984 5.20002V6.00002ZM9.99984 10V10.8C10.4417 10.8 10.7998 10.4418 10.7998 10H9.99984ZM5.99984 10H5.19984C5.19984 10.4418 5.55801 10.8 5.99984 10.8V10ZM6.79984 0.666687C6.79984 0.224859 6.44167 -0.133313 5.99984 -0.133313C5.55801 -0.133313 5.19984 0.224859 5.19984 0.666687H6.79984ZM5.19984 2.66669C5.19984 3.10851 5.55801 3.46669 5.99984 3.46669C6.44167 3.46669 6.79984 3.10851 6.79984 2.66669H5.19984ZM10.7998 0.666687C10.7998 0.224859 10.4417 -0.133313 9.99984 -0.133313C9.55801 -0.133313 9.19984 0.224859 9.19984 0.666687H10.7998ZM9.19984 2.66669C9.19984 3.10851 9.55801 3.46669 9.99984 3.46669C10.4417 3.46669 10.7998 3.10851 10.7998 2.66669H9.19984ZM6.79984 13.3334C6.79984 12.8915 6.44167 12.5334 5.99984 12.5334C5.55801 12.5334 5.19984 12.8915 5.19984 13.3334H6.79984ZM5.19984 15.3334C5.19984 15.7752 5.55801 16.1334 5.99984 16.1334C6.44167 16.1334 6.79984 15.7752 6.79984 15.3334H5.19984ZM10.7998 13.3334C10.7998 12.8915 10.4417 12.5334 9.99984 12.5334C9.55801 12.5334 9.19984 12.8915 9.19984 13.3334H10.7998ZM9.19984 15.3334C9.19984 15.7752 9.55801 16.1334 9.99984 16.1334C10.4417 16.1334 10.7998 15.7752 10.7998 15.3334H9.19984ZM13.3332 5.20002C12.8913 5.20002 12.5332 5.55819 12.5332 6.00002C12.5332 6.44185 12.8913 6.80002 13.3332 6.80002V5.20002ZM15.3332 6.80002C15.775 6.80002 16.1332 6.44185 16.1332 6.00002C16.1332 5.55819 15.775 5.20002 15.3332 5.20002V6.80002ZM13.3332 8.53335C12.8913 8.53335 12.5332 8.89153 12.5332 9.33335C12.5332 9.77518 12.8913 10.1334 13.3332 10.1334V8.53335ZM15.3332 10.1334C15.775 10.1334 16.1332 9.77518 16.1332 9.33335C16.1332 8.89153 15.775 8.53335 15.3332 8.53335V10.1334ZM0.666504 5.20002C0.224676 5.20002 -0.133496 5.55819 -0.133496 6.00002C-0.133496 6.44185 0.224676 6.80002 0.666504 6.80002V5.20002ZM2.6665 6.80002C3.10833 6.80002 3.4665 6.44185 3.4665 6.00002C3.4665 5.55819 3.10833 5.20002 2.6665 5.20002V6.80002ZM0.666504 8.53335C0.224676 8.53335 -0.133496 8.89153 -0.133496 9.33335C-0.133496 9.77518 0.224676 10.1334 0.666504 10.1334V8.53335ZM2.6665 10.1334C3.10833 10.1334 3.4665 9.77518 3.4665 9.33335C3.4665 8.89153 3.10833 8.53335 2.6665 8.53335V10.1334ZM3.99984 3.46669H11.9998V1.86669H3.99984V3.46669ZM11.9998 3.46669C12.2944 3.46669 12.5332 3.70547 12.5332 4.00002H14.1332C14.1332 2.82181 13.178 1.86669 11.9998 1.86669V3.46669ZM12.5332 4.00002V12H14.1332V4.00002H12.5332ZM12.5332 12C12.5332 12.2946 12.2944 12.5334 11.9998 12.5334V14.1334C13.178 14.1334 14.1332 13.1782 14.1332 12H12.5332ZM11.9998 12.5334H3.99984V14.1334H11.9998V12.5334ZM3.99984 12.5334C3.70529 12.5334 3.4665 12.2946 3.4665 12H1.8665C1.8665 13.1782 2.82163 14.1334 3.99984 14.1334V12.5334ZM3.4665 12V4.00002H1.8665V12H3.4665ZM3.4665 4.00002C3.4665 3.70547 3.70529 3.46669 3.99984 3.46669V1.86669C2.82163 1.86669 1.8665 2.82181 1.8665 4.00002H3.4665ZM5.99984 6.80002H9.99984V5.20002H5.99984V6.80002ZM9.19984 6.00002V10H10.7998V6.00002H9.19984ZM9.99984 9.20002H5.99984V10.8H9.99984V9.20002ZM6.79984 10V6.00002H5.19984V10H6.79984ZM5.19984 0.666687V2.66669H6.79984V0.666687H5.19984ZM9.19984 0.666687V2.66669H10.7998V0.666687H9.19984ZM5.19984 13.3334V15.3334H6.79984V13.3334H5.19984ZM9.19984 13.3334V15.3334H10.7998V13.3334H9.19984ZM13.3332 6.80002H15.3332V5.20002H13.3332V6.80002ZM13.3332 10.1334H15.3332V8.53335H13.3332V10.1334ZM0.666504 6.80002H2.6665V5.20002H0.666504V6.80002ZM0.666504 10.1334H2.6665V8.53335H0.666504V10.1334Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15711"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCpu, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13475", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCpu size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCreditCard.tsx b/src/icons/IconCreditCard.tsx
index c2b02a2..28f2a43 100644
--- a/src/icons/IconCreditCard.tsx
+++ b/src/icons/IconCreditCard.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCreditCard = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_13009)"><path fillRule="evenodd" clipRule="evenodd" d="M2.00001 3.41669C1.67784 3.41669 1.41667 3.67785 1.41667 4.00002V5.91669H14.5833V4.00002C14.5833 3.67785 14.3222 3.41669 14 3.41669H2.00001ZM16.0833 4.00002C16.0833 2.84943 15.1506 1.91669 14 1.91669H2.00001C0.849412 1.91669 -0.0833282 2.84943 -0.0833282 4.00002V12C-0.0833282 13.1506 0.849412 14.0834 2.00001 14.0834H14C15.1506 14.0834 16.0833 13.1506 16.0833 12V4.00002ZM14.5833 7.41669H1.41667V12C1.41667 12.3222 1.67784 12.5834 2.00001 12.5834H14C14.3222 12.5834 14.5833 12.3222 14.5833 12V7.41669Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_13009"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15713)"><path d="M0.666672 5.86669C0.224844 5.86669 -0.133328 6.22486 -0.133328 6.66669C-0.133328 7.10851 0.224844 7.46669 0.666672 7.46669V5.86669ZM15.3333 7.46669C15.7752 7.46669 16.1333 7.10851 16.1333 6.66669C16.1333 6.22486 15.7752 5.86669 15.3333 5.86669V7.46669ZM2.00001 3.46669H14V1.86669H2.00001V3.46669ZM14 3.46669C14.2946 3.46669 14.5333 3.70547 14.5333 4.00002H16.1333C16.1333 2.82181 15.1782 1.86669 14 1.86669V3.46669ZM14.5333 4.00002V12H16.1333V4.00002H14.5333ZM14.5333 12C14.5333 12.2946 14.2946 12.5334 14 12.5334V14.1334C15.1782 14.1334 16.1333 13.1782 16.1333 12H14.5333ZM14 12.5334H2.00001V14.1334H14V12.5334ZM2.00001 12.5334C1.70545 12.5334 1.46667 12.2946 1.46667 12H-0.133328C-0.133328 13.1782 0.821797 14.1334 2.00001 14.1334V12.5334ZM1.46667 12V4.00002H-0.133328V12H1.46667ZM1.46667 4.00002C1.46667 3.70547 1.70545 3.46669 2.00001 3.46669V1.86669C0.821798 1.86669 -0.133328 2.82181 -0.133328 4.00002H1.46667ZM0.666672 7.46669H15.3333V5.86669H0.666672V7.46669Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15713"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCreditCard, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4039:13474", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCreditCard size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCrop.tsx b/src/icons/IconCrop.tsx
index 9f3486a..f26808d 100644
--- a/src/icons/IconCrop.tsx
+++ b/src/icons/IconCrop.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCrop = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12823)"><path fillRule="evenodd" clipRule="evenodd" d="M4.09319 -0.0832842C4.50739 -0.0796945 4.84025 0.258989 4.83666 0.673187L4.81389 3.30072L10.6667 3.24999C11.2192 3.24999 11.7491 3.46951 12.1398 3.86022C12.5305 4.25092 12.75 4.78082 12.75 5.33335V11.25H15.3334C15.7476 11.25 16.0834 11.5858 16.0834 12C16.0834 12.4142 15.7476 12.75 15.3334 12.75H12.75V15.3334C12.75 15.7476 12.4142 16.0834 12 16.0834C11.5858 16.0834 11.25 15.7476 11.25 15.3334V12.75H5.33335C4.78082 12.75 4.25092 12.5305 3.86022 12.1398C3.46951 11.7491 3.25002 11.2192 3.25002 10.6667V10.6602L3.30072 4.81389L0.673187 4.83666C0.258989 4.84025 -0.0796945 4.50739 -0.0832842 4.09319C-0.086874 3.67899 0.24599 3.34031 0.660188 3.33672L3.31372 3.31372L3.33672 0.660188C3.34031 0.24599 3.67899 -0.086874 4.09319 -0.0832842ZM4.80089 4.80089L4.75003 10.6693C4.75071 10.8231 4.81209 10.9704 4.92088 11.0792C5.03027 11.1886 5.17865 11.25 5.33335 11.25H11.25V5.33335C11.25 5.17865 11.1886 5.03027 11.0792 4.92088C10.9704 4.81209 10.8231 4.75071 10.6693 4.75003L4.80089 4.80089Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12823"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15715)"><path d="M4.88666 0.67362C4.89049 0.231809 4.53543 -0.129454 4.09362 -0.133283C3.65181 -0.137112 3.29055 0.217943 3.28672 0.659754L4.88666 0.67362ZM4.00002 10.6667L3.20002 10.6598V10.6667H4.00002ZM15.3334 12.8C15.7752 12.8 16.1334 12.4418 16.1334 12C16.1334 11.5582 15.7752 11.2 15.3334 11.2V12.8ZM0.659754 3.28672C0.217943 3.29055 -0.137112 3.65181 -0.133283 4.09362C-0.129454 4.53543 0.231809 4.89049 0.67362 4.88666L0.659754 3.28672ZM10.6667 4.00002V3.19999L10.6598 3.20005L10.6667 4.00002ZM11.2 15.3334C11.2 15.7752 11.5582 16.1334 12 16.1334C12.4418 16.1334 12.8 15.7752 12.8 15.3334H11.2ZM3.28672 0.659754L3.20005 10.6598L4.79999 10.6736L4.88666 0.67362L3.28672 0.659754ZM3.20002 10.6667C3.20002 11.2325 3.42478 11.7751 3.82486 12.1752L4.95623 11.0438C4.85621 10.9438 4.80002 10.8081 4.80002 10.6667H3.20002ZM3.82486 12.1752C4.22494 12.5753 4.76756 12.8 5.33335 12.8V11.2C5.19191 11.2 5.05625 11.1438 4.95623 11.0438L3.82486 12.1752ZM5.33335 12.8H15.3334V11.2H5.33335V12.8ZM0.67362 4.88666L10.6736 4.79999L10.6598 3.20005L0.659754 3.28672L0.67362 4.88666ZM10.6667 4.80002C10.8081 4.80002 10.9438 4.85621 11.0438 4.95623L12.1752 3.82486C11.7751 3.42478 11.2325 3.20002 10.6667 3.20002V4.80002ZM11.0438 4.95623C11.1438 5.05625 11.2 5.19191 11.2 5.33335H12.8C12.8 4.76756 12.5753 4.22494 12.1752 3.82486L11.0438 4.95623ZM11.2 5.33335V15.3334H12.8V5.33335H11.2Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15715"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCrop, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13477", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCrop size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconCrosshair.tsx b/src/icons/IconCrosshair.tsx
index cc5265d..5545ae5 100644
--- a/src/icons/IconCrosshair.tsx
+++ b/src/icons/IconCrosshair.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconCrosshair = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12819)"><path fillRule="evenodd" clipRule="evenodd" d="M2.13046 7.24998H4.00004C4.41425 7.24998 4.75004 7.58577 4.75004 7.99998C4.75004 8.41419 4.41425 8.74998 4.00004 8.74998H2.13046C2.46795 11.4179 4.58208 13.5321 7.25004 13.8696V12C7.25004 11.5858 7.58583 11.25 8.00004 11.25C8.41425 11.25 8.75004 11.5858 8.75004 12V13.8696C11.418 13.5321 13.5321 11.4179 13.8696 8.74998H12C11.5858 8.74998 11.25 8.41419 11.25 7.99998C11.25 7.58577 11.5858 7.24998 12 7.24998H13.8696C13.5321 4.58202 11.418 2.46789 8.75004 2.1304V3.99998C8.75004 4.41419 8.41425 4.74998 8.00004 4.74998C7.58583 4.74998 7.25004 4.41419 7.25004 3.99998V2.1304C4.58208 2.46789 2.46795 4.58202 2.13046 7.24998ZM0.583374 7.99998C0.583374 3.90387 3.90393 0.583313 8.00004 0.583313C12.0962 0.583313 15.4167 3.90387 15.4167 7.99998C15.4167 12.0961 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.0961 0.583374 7.99998Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12819"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15717)"><path d="M12 7.19998C11.5582 7.19998 11.2 7.55815 11.2 7.99998C11.2 8.44181 11.5582 8.79998 12 8.79998V7.19998ZM4.00004 8.79998C4.44187 8.79998 4.80004 8.44181 4.80004 7.99998C4.80004 7.55815 4.44187 7.19998 4.00004 7.19998V8.79998ZM7.20004 3.99998C7.20004 4.44181 7.55821 4.79998 8.00004 4.79998C8.44187 4.79998 8.80004 4.44181 8.80004 3.99998H7.20004ZM8.80004 12C8.80004 11.5582 8.44187 11.2 8.00004 11.2C7.55821 11.2 7.20004 11.5582 7.20004 12H8.80004ZM13.8667 7.99998C13.8667 11.2401 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1237 15.4667 7.99998H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.2401 2.13337 7.99998H0.533374C0.533374 12.1237 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99998C2.13337 4.75991 4.75997 2.13331 8.00004 2.13331V0.533313C3.87631 0.533313 0.533374 3.87625 0.533374 7.99998H2.13337ZM8.00004 2.13331C11.2401 2.13331 13.8667 4.75991 13.8667 7.99998H15.4667C15.4667 3.87625 12.1238 0.533313 8.00004 0.533313V2.13331ZM14.6667 7.19998H12V8.79998H14.6667V7.19998ZM4.00004 7.19998H1.33337V8.79998H4.00004V7.19998ZM8.80004 3.99998V1.33331H7.20004V3.99998H8.80004ZM8.80004 14.6666V12H7.20004V14.6666H8.80004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15717"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconCrosshair, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13476", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconCrosshair size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDatabase.tsx b/src/icons/IconDatabase.tsx
index b2316dd..05e5f6c 100644
--- a/src/icons/IconDatabase.tsx
+++ b/src/icons/IconDatabase.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDatabase = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.75516 3.33331C2.76975 3.3619 2.81324 3.4262 2.93574 3.52274C3.14542 3.68799 3.49531 3.86961 3.99453 4.03601C4.98513 4.36621 6.40132 4.58331 8 4.58331C9.59868 4.58331 11.0149 4.36621 12.0055 4.03601C12.5047 3.86961 12.8546 3.68799 13.0643 3.52274C13.1868 3.4262 13.2303 3.3619 13.2448 3.33331C13.2303 3.30473 13.1868 3.24042 13.0643 3.14388C12.8546 2.97863 12.5047 2.79702 12.0055 2.63061C11.0149 2.30041 9.59868 2.08331 8 2.08331C6.40132 2.08331 4.98513 2.30041 3.99453 2.63061C3.49531 2.79702 3.14542 2.97863 2.93574 3.14388C2.81324 3.24043 2.76975 3.30473 2.75516 3.33331ZM13.25 5.15189C13.0105 5.26648 12.7514 5.36853 12.4798 5.45904C11.2988 5.8527 9.71503 6.08331 8 6.08331C6.28497 6.08331 4.70117 5.8527 3.52019 5.45904C3.24865 5.36853 2.98949 5.26648 2.75 5.15189V7.98989C2.75683 8.00871 2.79099 8.07777 2.93455 8.19153C3.14234 8.35619 3.48987 8.53744 3.9875 8.70358C4.97502 9.03326 6.39091 9.24998 8 9.24998C9.60909 9.24998 11.025 9.03326 12.0125 8.70358C12.5101 8.53744 12.8577 8.35619 13.0655 8.19153C13.209 8.07778 13.2432 8.00871 13.25 7.98989V5.15189ZM13.25 9.82204C13.0128 9.93554 12.7563 10.0367 12.4875 10.1264C11.3083 10.52 9.72424 10.75 8 10.75C6.27576 10.75 4.69165 10.52 3.5125 10.1264C3.24372 10.0367 2.98721 9.93554 2.75 9.82204V12.6566C2.75683 12.6754 2.79099 12.7444 2.93455 12.8582C3.14234 13.0229 3.48987 13.2041 3.9875 13.3702C4.97502 13.6999 6.39091 13.9166 8 13.9166C9.60909 13.9166 11.025 13.6999 12.0125 13.3702C12.5101 13.2041 12.8577 13.0229 13.0655 12.8582C13.209 12.7444 13.2432 12.6754 13.25 12.6566V9.82204ZM14.75 12.6666C14.75 13.2691 14.3859 13.7257 13.997 14.0338C13.6007 14.3479 13.0732 14.5975 12.4875 14.793C11.3083 15.1867 9.72424 15.4166 8 15.4166C6.27576 15.4166 4.69165 15.1867 3.5125 14.793C2.9268 14.5975 2.39933 14.3479 2.00295 14.0338C1.61406 13.7257 1.25 13.2691 1.25 12.6666V3.33331C1.25 2.72887 1.61818 2.27241 2.00728 1.96576C2.40483 1.65246 2.93362 1.40311 3.52019 1.20759C4.70117 0.813928 6.28497 0.583313 8 0.583313C9.71503 0.583313 11.2988 0.813928 12.4798 1.20759C13.0664 1.40311 13.5952 1.65246 13.9927 1.96576C14.3818 2.27241 14.75 2.72887 14.75 3.33331V12.6666Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.8 7.99998C14.8 7.55815 14.4418 7.19998 14 7.19998C13.5582 7.19998 13.2 7.55815 13.2 7.99998H14.8ZM2.8 7.99998C2.8 7.55815 2.44183 7.19998 2 7.19998C1.55817 7.19998 1.2 7.55815 1.2 7.99998H2.8ZM13.2 3.33331C13.2 3.25927 13.2457 3.31605 13.0333 3.48347C12.8299 3.64379 12.486 3.82314 11.9897 3.98858C11.0054 4.31666 9.5948 4.53331 8 4.53331V6.13331C9.71891 6.13331 11.3083 5.90225 12.4956 5.50647C13.0851 5.30998 13.6199 5.05837 14.0237 4.74013C14.4185 4.429 14.8 3.95964 14.8 3.33331H13.2ZM8 4.53331C6.4052 4.53331 4.99459 4.31666 4.01034 3.98858C3.51404 3.82314 3.17011 3.64379 2.96669 3.48347C2.75425 3.31605 2.8 3.25927 2.8 3.33331H1.2C1.2 3.95964 1.58154 4.429 1.97633 4.74013C2.38014 5.05837 2.9149 5.30998 3.50438 5.50647C4.6917 5.90225 6.28109 6.13331 8 6.13331V4.53331ZM2.8 3.33331C2.8 3.40736 2.75425 3.35057 2.96669 3.18315C3.17011 3.02284 3.51404 2.84348 4.01034 2.67805C4.99459 2.34996 6.4052 2.13331 8 2.13331V0.533313C6.28109 0.533313 4.6917 0.764378 3.50438 1.16015C2.9149 1.35665 2.38014 1.60825 1.97633 1.92649C1.58154 2.23763 1.2 2.70698 1.2 3.33331H2.8ZM8 2.13331C9.5948 2.13331 11.0054 2.34996 11.9897 2.67805C12.486 2.84348 12.8299 3.02284 13.0333 3.18315C13.2457 3.35057 13.2 3.40736 13.2 3.33331H14.8C14.8 2.70698 14.4185 2.23763 14.0237 1.92649C13.6199 1.60825 13.0851 1.35665 12.4956 1.16015C11.3083 0.764378 9.71891 0.533313 8 0.533313V2.13331ZM13.2 7.99998C13.2 7.92914 13.2439 7.98634 13.0344 8.15235C12.8329 8.31202 12.4914 8.491 11.9967 8.65615C11.0155 8.9837 9.60526 9.19998 8 9.19998V10.8C9.72808 10.8 11.3178 10.5696 12.5033 10.1738C13.092 9.9773 13.6254 9.72544 14.0281 9.40636C14.4228 9.09362 14.8 8.62415 14.8 7.99998H13.2ZM8 9.19998C6.39475 9.19998 4.98446 8.9837 4.00333 8.65615C3.50863 8.491 3.1671 8.31202 2.9656 8.15235C2.75611 7.98634 2.8 7.92914 2.8 7.99998H1.2C1.2 8.62415 1.57722 9.09362 1.9719 9.40636C2.37456 9.72544 2.90803 9.9773 3.49667 10.1738C4.68221 10.5696 6.27192 10.8 8 10.8V9.19998ZM1.2 3.33331V12.6666H2.8V3.33331H1.2ZM1.2 12.6666C1.2 13.2908 1.57722 13.7603 1.9719 14.073C2.37456 14.3921 2.90803 14.644 3.49667 14.8405C4.68221 15.2363 6.27192 15.4666 8 15.4666V13.8666C6.39475 13.8666 4.98446 13.6504 4.00333 13.3228C3.50863 13.1577 3.1671 12.9787 2.9656 12.819C2.75611 12.653 2.8 12.5958 2.8 12.6666H1.2ZM8 15.4666C9.72808 15.4666 11.3178 15.2363 12.5033 14.8405C13.092 14.644 13.6254 14.3921 14.0281 14.073C14.4228 13.7603 14.8 13.2908 14.8 12.6666H13.2C13.2 12.5958 13.2439 12.653 13.0344 12.819C12.8329 12.9787 12.4914 13.1577 11.9967 13.3228C11.0155 13.6504 9.60526 13.8666 8 13.8666V15.4666ZM14.8 12.6666V3.33331H13.2V12.6666H14.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconDatabase, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13478", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDatabase size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDelete.tsx b/src/icons/IconDelete.tsx
index cb70a11..62c94ef 100644
--- a/src/icons/IconDelete.tsx
+++ b/src/icons/IconDelete.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDelete = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12962)"><path fillRule="evenodd" clipRule="evenodd" d="M4.76898 2.17281C4.9114 2.01005 5.11714 1.91669 5.33342 1.91669H14.0001C14.5526 1.91669 15.0825 2.13618 15.4732 2.52688C15.8639 2.91758 16.0834 3.44749 16.0834 4.00002V12C16.0834 12.5526 15.8639 13.0825 15.4732 13.4732C15.0825 13.8639 14.5526 14.0834 14.0001 14.0834H5.33342C5.11714 14.0834 4.9114 13.99 4.76898 13.8272L0.102316 8.4939C-0.145108 8.21113 -0.145108 7.78891 0.102316 7.50614L4.76898 2.17281ZM5.67374 3.41669L1.66332 8.00002L5.67374 12.5834H14.0001C14.1548 12.5834 14.3032 12.5219 14.4126 12.4125C14.522 12.3031 14.5834 12.1547 14.5834 12V4.00002C14.5834 3.84531 14.522 3.69694 14.4126 3.58754C14.3032 3.47814 14.1548 3.41669 14.0001 3.41669H5.67374ZM7.46975 5.46969C7.76264 5.1768 8.23752 5.1768 8.53041 5.46969L10.0001 6.93936L11.4698 5.46969C11.7626 5.1768 12.2375 5.1768 12.5304 5.46969C12.8233 5.76258 12.8233 6.23746 12.5304 6.53035L11.0607 8.00002L12.5304 9.46969C12.8233 9.76258 12.8233 10.2375 12.5304 10.5304C12.2375 10.8232 11.7626 10.8232 11.4698 10.5304L10.0001 9.06068L8.53041 10.5304C8.23752 10.8232 7.76264 10.8232 7.46975 10.5304C7.17686 10.2375 7.17686 9.76258 7.46975 9.46969L8.93942 8.00002L7.46975 6.53035C7.17686 6.23746 7.17686 5.76258 7.46975 5.46969Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12962"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15721)"><path d="M14.0001 2.66669V1.86669V2.66669ZM5.33341 2.66669V1.86669C5.10272 1.86669 4.88326 1.96627 4.73135 2.13988L5.33341 2.66669ZM0.666748 8.00002L0.0646867 7.47322C-0.199232 7.77484 -0.199232 8.2252 0.0646867 8.52682L0.666748 8.00002ZM5.33341 13.3334L4.73135 13.8602C4.88326 14.0338 5.10272 14.1334 5.33341 14.1334V13.3334ZM12.5658 6.56571C12.8782 6.25329 12.8782 5.74675 12.5658 5.43433C12.2533 5.12192 11.7468 5.12192 11.4344 5.43433L12.5658 6.56571ZM7.4344 9.43433C7.12198 9.74675 7.12198 10.2533 7.4344 10.5657C7.74681 10.8781 8.25335 10.8781 8.56577 10.5657L7.4344 9.43433ZM8.56577 5.43433C8.25335 5.12192 7.74681 5.12192 7.4344 5.43433C7.12198 5.74675 7.12198 6.25329 7.4344 6.56571L8.56577 5.43433ZM11.4344 10.5657C11.7468 10.8781 12.2533 10.8781 12.5658 10.5657C12.8782 10.2533 12.8782 9.74675 12.5658 9.43433L11.4344 10.5657ZM14.0001 1.86669H5.33341V3.46669H14.0001V1.86669ZM4.73135 2.13988L0.0646867 7.47322L1.26881 8.52682L5.93548 3.19349L4.73135 2.13988ZM0.0646867 8.52682L4.73135 13.8602L5.93548 12.8065L1.26881 7.47322L0.0646867 8.52682ZM5.33341 14.1334H14.0001V12.5334H5.33341V14.1334ZM14.0001 14.1334C14.5659 14.1334 15.1085 13.9086 15.5086 13.5085L14.3772 12.3771C14.2772 12.4772 14.1415 12.5334 14.0001 12.5334V14.1334ZM15.5086 13.5085C15.9087 13.1084 16.1334 12.5658 16.1334 12H14.5334C14.5334 12.1415 14.4772 12.2771 14.3772 12.3771L15.5086 13.5085ZM16.1334 12V4.00002H14.5334V12H16.1334ZM16.1334 4.00002C16.1334 3.43423 15.9087 2.8916 15.5086 2.49153L14.3772 3.6229C14.4772 3.72292 14.5334 3.85857 14.5334 4.00002H16.1334ZM15.5086 2.49153C15.1085 2.09145 14.5659 1.86669 14.0001 1.86669V3.46669C14.1415 3.46669 14.2772 3.52288 14.3772 3.6229L15.5086 2.49153ZM11.4344 5.43433L7.4344 9.43433L8.56577 10.5657L12.5658 6.56571L11.4344 5.43433ZM7.4344 6.56571L11.4344 10.5657L12.5658 9.43433L8.56577 5.43433L7.4344 6.56571Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15721"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconDelete, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13479", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDelete size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDisc.tsx b/src/icons/IconDisc.tsx
index 671eb16..efdae41 100644
--- a/src/icons/IconDisc.tsx
+++ b/src/icons/IconDisc.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDisc = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12814)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 2.08331C4.73223 2.08331 2.08325 4.7323 2.08325 7.99998C2.08325 11.2677 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2677 13.9166 7.99998C13.9166 4.7323 11.2676 2.08331 7.99992 2.08331ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM7.99992 6.74998C7.30956 6.74998 6.74992 7.30962 6.74992 7.99998C6.74992 8.69034 7.30956 9.24998 7.99992 9.24998C8.69028 9.24998 9.24992 8.69034 9.24992 7.99998C9.24992 7.30962 8.69028 6.74998 7.99992 6.74998ZM5.24992 7.99998C5.24992 6.4812 6.48114 5.24998 7.99992 5.24998C9.5187 5.24998 10.7499 6.4812 10.7499 7.99998C10.7499 9.51876 9.5187 10.75 7.99992 10.75C6.48114 10.75 5.24992 9.51876 5.24992 7.99998Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12814"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15723)"><path d="M13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331ZM9.19992 7.99998C9.19992 8.66272 8.66266 9.19998 7.99992 9.19998V10.8C9.54632 10.8 10.7999 9.54638 10.7999 7.99998H9.19992ZM7.99992 9.19998C7.33718 9.19998 6.79992 8.66272 6.79992 7.99998H5.19992C5.19992 9.54638 6.45352 10.8 7.99992 10.8V9.19998ZM6.79992 7.99998C6.79992 7.33724 7.33718 6.79998 7.99992 6.79998V5.19998C6.45352 5.19998 5.19992 6.45358 5.19992 7.99998H6.79992ZM7.99992 6.79998C8.66266 6.79998 9.19992 7.33724 9.19992 7.99998H10.7999C10.7999 6.45358 9.54632 5.19998 7.99992 5.19998V6.79998Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15723"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconDisc, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13480", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDisc size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDivide.tsx b/src/icons/IconDivide.tsx
index c955113..172dc49 100644
--- a/src/icons/IconDivide.tsx
+++ b/src/icons/IconDivide.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDivide = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 3.41669C7.678 3.41669 7.41683 3.67785 7.41683 4.00002C7.41683 4.32219 7.678 4.58335 8.00016 4.58335C8.32233 4.58335 8.5835 4.32219 8.5835 4.00002C8.5835 3.67785 8.32233 3.41669 8.00016 3.41669ZM5.91683 4.00002C5.91683 2.84943 6.84957 1.91669 8.00016 1.91669C9.15076 1.91669 10.0835 2.84943 10.0835 4.00002C10.0835 5.15061 9.15076 6.08335 8.00016 6.08335C6.84957 6.08335 5.91683 5.15061 5.91683 4.00002ZM2.5835 8.00002C2.5835 7.58581 2.91928 7.25002 3.3335 7.25002H12.6668C13.081 7.25002 13.4168 7.58581 13.4168 8.00002C13.4168 8.41423 13.081 8.75002 12.6668 8.75002H3.3335C2.91928 8.75002 2.5835 8.41423 2.5835 8.00002ZM8.00016 11.4167C7.678 11.4167 7.41683 11.6779 7.41683 12C7.41683 12.3222 7.678 12.5834 8.00016 12.5834C8.32233 12.5834 8.5835 12.3222 8.5835 12C8.5835 11.6779 8.32233 11.4167 8.00016 11.4167ZM5.91683 12C5.91683 10.8494 6.84957 9.91669 8.00016 9.91669C9.15076 9.91669 10.0835 10.8494 10.0835 12C10.0835 13.1506 9.15076 14.0834 8.00016 14.0834C6.84957 14.0834 5.91683 13.1506 5.91683 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.3335 7.20002C2.89167 7.20002 2.5335 7.55819 2.5335 8.00002C2.5335 8.44185 2.89167 8.80002 3.3335 8.80002V7.20002ZM12.6668 8.80002C13.1087 8.80002 13.4668 8.44185 13.4668 8.00002C13.4668 7.55819 13.1087 7.20002 12.6668 7.20002V8.80002ZM8.5335 4.00002C8.5335 4.29457 8.29471 4.53335 8.00016 4.53335V6.13335C9.17837 6.13335 10.1335 5.17823 10.1335 4.00002H8.5335ZM8.00016 4.53335C7.70561 4.53335 7.46683 4.29457 7.46683 4.00002H5.86683C5.86683 5.17823 6.82195 6.13335 8.00016 6.13335V4.53335ZM7.46683 4.00002C7.46683 3.70547 7.70561 3.46669 8.00016 3.46669V1.86669C6.82195 1.86669 5.86683 2.82181 5.86683 4.00002H7.46683ZM8.00016 3.46669C8.29471 3.46669 8.5335 3.70547 8.5335 4.00002H10.1335C10.1335 2.82181 9.17837 1.86669 8.00016 1.86669V3.46669ZM3.3335 8.80002H12.6668V7.20002H3.3335V8.80002ZM8.5335 12C8.5335 12.2946 8.29471 12.5334 8.00016 12.5334V14.1334C9.17837 14.1334 10.1335 13.1782 10.1335 12H8.5335ZM8.00016 12.5334C7.70561 12.5334 7.46683 12.2946 7.46683 12H5.86683C5.86683 13.1782 6.82195 14.1334 8.00016 14.1334V12.5334ZM7.46683 12C7.46683 11.7055 7.70561 11.4667 8.00016 11.4667V9.86669C6.82195 9.86669 5.86683 10.8218 5.86683 12H7.46683ZM8.00016 11.4667C8.29471 11.4667 8.5335 11.7055 8.5335 12H10.1335C10.1335 10.8218 9.17837 9.86669 8.00016 9.86669V11.4667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconDivide, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13482", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDivide size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDivideCircle.tsx b/src/icons/IconDivideCircle.tsx
index 336c66c..bd5489b 100644
--- a/src/icons/IconDivideCircle.tsx
+++ b/src/icons/IconDivideCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDivideCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12810)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 2.08331C4.73223 2.08331 2.08325 4.7323 2.08325 7.99998C2.08325 11.2677 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2677 13.9166 7.99998C13.9166 4.7323 11.2676 2.08331 7.99992 2.08331ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM7.99992 5.74998C8.23004 5.74998 8.41659 5.56343 8.41659 5.33331C8.41659 5.1032 8.23004 4.91665 7.99992 4.91665C7.7698 4.91665 7.58325 5.10319 7.58325 5.33331C7.58325 5.56343 7.7698 5.74998 7.99992 5.74998ZM6.91659 5.33331C6.91659 4.735 7.40161 4.24998 7.99992 4.24998C8.59823 4.24998 9.08325 4.735 9.08325 5.33331C9.08325 5.93162 8.59823 6.41665 7.99992 6.41665C7.40161 6.41665 6.91659 5.93162 6.91659 5.33331ZM4.58325 7.99998C4.58325 7.58577 4.91904 7.24998 5.33325 7.24998H10.6666C11.0808 7.24998 11.4166 7.58577 11.4166 7.99998C11.4166 8.41419 11.0808 8.74998 10.6666 8.74998H5.33325C4.91904 8.74998 4.58325 8.41419 4.58325 7.99998ZM7.99992 11.0833C8.23004 11.0833 8.41659 10.8968 8.41659 10.6666C8.41659 10.4365 8.23004 10.25 7.99992 10.25C7.7698 10.25 7.58325 10.4365 7.58325 10.6666C7.58325 10.8968 7.7698 11.0833 7.99992 11.0833ZM6.91659 10.6666C6.91659 10.0683 7.40161 9.58331 7.99992 9.58331C8.59823 9.58331 9.08325 10.0683 9.08325 10.6666C9.08325 11.265 8.59823 11.75 7.99992 11.75C7.40161 11.75 6.91659 11.265 6.91659 10.6666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12810"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15725)"><path d="M5.33325 7.19998C4.89142 7.19998 4.53325 7.55815 4.53325 7.99998C4.53325 8.44181 4.89142 8.79998 5.33325 8.79998V7.19998ZM10.6666 8.79998C11.1084 8.79998 11.4666 8.44181 11.4666 7.99998C11.4666 7.55815 11.1084 7.19998 10.6666 7.19998V8.79998ZM5.33325 8.79998H10.6666V7.19998H5.33325V8.79998ZM7.86659 10.6666C7.86659 10.593 7.92628 10.5333 7.99992 10.5333V12.1333C8.80994 12.1333 9.46659 11.4767 9.46659 10.6666H7.86659ZM7.99992 10.5333C8.07356 10.5333 8.13325 10.593 8.13325 10.6666H6.53325C6.53325 11.4767 7.1899 12.1333 7.99992 12.1333V10.5333ZM8.13325 10.6666C8.13325 10.7403 8.07356 10.8 7.99992 10.8V9.19998C7.1899 9.19998 6.53325 9.85663 6.53325 10.6666H8.13325ZM7.99992 10.8C7.92628 10.8 7.86659 10.7403 7.86659 10.6666H9.46659C9.46659 9.85663 8.80994 9.19998 7.99992 9.19998V10.8ZM7.86659 5.33331C7.86659 5.25967 7.92628 5.19998 7.99992 5.19998V6.79998C8.80994 6.79998 9.46659 6.14333 9.46659 5.33331H7.86659ZM7.99992 5.19998C8.07356 5.19998 8.13325 5.25968 8.13325 5.33331H6.53325C6.53325 6.14333 7.1899 6.79998 7.99992 6.79998V5.19998ZM8.13325 5.33331C8.13325 5.40695 8.07356 5.46665 7.99992 5.46665V3.86665C7.1899 3.86665 6.53325 4.5233 6.53325 5.33331H8.13325ZM7.99992 5.46665C7.92628 5.46665 7.86659 5.40695 7.86659 5.33331H9.46659C9.46659 4.52329 8.80994 3.86665 7.99992 3.86665V5.46665ZM13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15725"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconDivideCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13481", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDivideCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDivideSquare.tsx b/src/icons/IconDivideSquare.tsx
index 6762736..2113da9 100644
--- a/src/icons/IconDivideSquare.tsx
+++ b/src/icons/IconDivideSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDivideSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM8 5.75C8.23012 5.75 8.41667 5.56345 8.41667 5.33333C8.41667 5.10322 8.23012 4.91667 8 4.91667C7.76988 4.91667 7.58333 5.10321 7.58333 5.33333C7.58333 5.56345 7.76988 5.75 8 5.75ZM6.91667 5.33333C6.91667 4.73503 7.40169 4.25 8 4.25C8.59831 4.25 9.08333 4.73502 9.08333 5.33333C9.08333 5.93164 8.59831 6.41667 8 6.41667C7.40169 6.41667 6.91667 5.93164 6.91667 5.33333ZM4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H10.6667C11.0809 7.25 11.4167 7.58579 11.4167 8C11.4167 8.41421 11.0809 8.75 10.6667 8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8ZM8 11.0833C8.23012 11.0833 8.41667 10.8968 8.41667 10.6667C8.41667 10.4365 8.23012 10.25 8 10.25C7.76988 10.25 7.58333 10.4365 7.58333 10.6667C7.58333 10.8968 7.76988 11.0833 8 11.0833ZM6.91667 10.6667C6.91667 10.0684 7.40169 9.58333 8 9.58333C8.59831 9.58333 9.08333 10.0684 9.08333 10.6667C9.08333 11.265 8.59831 11.75 8 11.75C7.40169 11.75 6.91667 11.265 6.91667 10.6667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM10.6667 8.8C11.1085 8.8 11.4667 8.44183 11.4667 8C11.4667 7.55817 11.1085 7.2 10.6667 7.2V8.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.33333 8.8H10.6667V7.2H5.33333V8.8ZM7.86667 10.6667C7.86667 10.593 7.92636 10.5333 8 10.5333V12.1333C8.81002 12.1333 9.46667 11.4767 9.46667 10.6667H7.86667ZM8 10.5333C8.07364 10.5333 8.13333 10.593 8.13333 10.6667H6.53333C6.53333 11.4767 7.18998 12.1333 8 12.1333V10.5333ZM8.13333 10.6667C8.13333 10.7403 8.07364 10.8 8 10.8V9.2C7.18998 9.2 6.53333 9.85665 6.53333 10.6667H8.13333ZM8 10.8C7.92636 10.8 7.86667 10.7403 7.86667 10.6667H9.46667C9.46667 9.85665 8.81002 9.2 8 9.2V10.8ZM7.86667 5.33333C7.86667 5.2597 7.92636 5.2 8 5.2V6.8C8.81002 6.8 9.46667 6.14335 9.46667 5.33333H7.86667ZM8 5.2C8.07364 5.2 8.13333 5.2597 8.13333 5.33333H6.53333C6.53333 6.14335 7.18998 6.8 8 6.8V5.2ZM8.13333 5.33333C8.13333 5.40697 8.07364 5.46667 8 5.46667V3.86667C7.18998 3.86667 6.53333 4.52332 6.53333 5.33333H8.13333ZM8 5.46667C7.92636 5.46667 7.86667 5.40697 7.86667 5.33333H9.46667C9.46667 4.52332 8.81002 3.86667 8 3.86667V5.46667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconDivideSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13483", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDivideSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDollarSign.tsx b/src/icons/IconDollarSign.tsx
index 926ecb8..05133ea 100644
--- a/src/icons/IconDollarSign.tsx
+++ b/src/icons/IconDollarSign.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDollarSign = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12927)"><path fillRule="evenodd" clipRule="evenodd" d="M8 -0.0833435C8.41421 -0.0833435 8.75 0.252443 8.75 0.666656V2.58332H11.3333C11.7475 2.58332 12.0833 2.91911 12.0833 3.33332C12.0833 3.74754 11.7475 4.08332 11.3333 4.08332H8.75V7.24999H9.66667C10.4844 7.24999 11.2687 7.57484 11.8469 8.15308C12.4252 8.73132 12.75 9.51557 12.75 10.3333C12.75 11.1511 12.4252 11.9353 11.8469 12.5136C11.2687 13.0918 10.4844 13.4167 9.66667 13.4167H8.75V15.3333C8.75 15.7475 8.41421 16.0833 8 16.0833C7.58579 16.0833 7.25 15.7475 7.25 15.3333V13.4167H4C3.58579 13.4167 3.25 13.0809 3.25 12.6667C3.25 12.2524 3.58579 11.9167 4 11.9167H7.25V8.74999H6.33333C5.51558 8.74999 4.73132 8.42514 4.15309 7.8469C3.57485 7.26867 3.25 6.48441 3.25 5.66666C3.25 4.84891 3.57485 4.06465 4.15309 3.48641C4.73132 2.90817 5.51558 2.58332 6.33333 2.58332H7.25V0.666656C7.25 0.252443 7.58579 -0.0833435 8 -0.0833435ZM7.25 4.08332H6.33333C5.91341 4.08332 5.51068 4.25014 5.21375 4.54707C4.91682 4.844 4.75 5.24673 4.75 5.66666C4.75 6.08658 4.91682 6.48931 5.21375 6.78624C5.51068 7.08318 5.91341 7.24999 6.33333 7.24999H7.25V4.08332ZM8.75 8.74999V11.9167H9.66667C10.0866 11.9167 10.4893 11.7498 10.7863 11.4529C11.0832 11.156 11.25 10.7533 11.25 10.3333C11.25 9.9134 11.0832 9.51067 10.7863 9.21374C10.4893 8.91681 10.0866 8.74999 9.66667 8.74999H8.75Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12927"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15731)"><path d="M8.8 0.666656C8.8 0.224829 8.44183 -0.133344 8 -0.133344C7.55817 -0.133344 7.2 0.224829 7.2 0.666656H8.8ZM7.2 15.3333C7.2 15.7752 7.55817 16.1333 8 16.1333C8.44183 16.1333 8.8 15.7752 8.8 15.3333H7.2ZM11.3333 4.13332C11.7752 4.13332 12.1333 3.77515 12.1333 3.33332C12.1333 2.8915 11.7752 2.53332 11.3333 2.53332V4.13332ZM4 5.66666H3.2H4ZM6.33333 7.99999V8.79999V7.99999ZM9.66667 7.99999V7.19999V7.99999ZM9.66667 12.6667V13.4667V12.6667ZM4 11.8667C3.55817 11.8667 3.2 12.2248 3.2 12.6667C3.2 13.1085 3.55817 13.4667 4 13.4667V11.8667ZM7.2 0.666656V15.3333H8.8V0.666656H7.2ZM11.3333 2.53332H6.33333V4.13332H11.3333V2.53332ZM6.33333 2.53332C5.50232 2.53332 4.70535 2.86344 4.11773 3.45106L5.2491 4.58243C5.53666 4.29487 5.92667 4.13332 6.33333 4.13332V2.53332ZM4.11773 3.45106C3.53012 4.03867 3.2 4.83564 3.2 5.66666H4.8C4.8 5.25999 4.96155 4.86998 5.2491 4.58243L4.11773 3.45106ZM3.2 5.66666C3.2 6.49767 3.53012 7.29464 4.11773 7.88226L5.2491 6.75089C4.96155 6.46333 4.8 6.07332 4.8 5.66666H3.2ZM4.11773 7.88226C4.70535 8.46987 5.50232 8.79999 6.33333 8.79999V7.19999C5.92667 7.19999 5.53666 7.03844 5.2491 6.75089L4.11773 7.88226ZM6.33333 8.79999H9.66667V7.19999H6.33333V8.79999ZM9.66667 8.79999C10.0733 8.79999 10.4633 8.96154 10.7509 9.24909L11.8823 8.11772C11.2947 7.53011 10.4977 7.19999 9.66667 7.19999V8.79999ZM10.7509 9.24909C11.0385 9.53665 11.2 9.92666 11.2 10.3333H12.8C12.8 9.50231 12.4699 8.70534 11.8823 8.11772L10.7509 9.24909ZM11.2 10.3333C11.2 10.74 11.0385 11.13 10.7509 11.4176L11.8823 12.5489C12.4699 11.9613 12.8 11.1643 12.8 10.3333H11.2ZM10.7509 11.4176C10.4633 11.7051 10.0733 11.8667 9.66667 11.8667V13.4667C10.4977 13.4667 11.2947 13.1365 11.8823 12.5489L10.7509 11.4176ZM9.66667 11.8667H4V13.4667H9.66667V11.8667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15731"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconDollarSign, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13485", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDollarSign size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDownload.tsx b/src/icons/IconDownload.tsx
index f436ea0..630a83e 100644
--- a/src/icons/IconDownload.tsx
+++ b/src/icons/IconDownload.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDownload = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V8.18934L10.803 6.13634C11.0959 5.84344 11.5708 5.84344 11.8637 6.13634C12.1566 6.42923 12.1566 6.9041 11.8637 7.197L8.53033 10.5303C8.23744 10.8232 7.76256 10.8232 7.46967 10.5303L4.13634 7.197C3.84344 6.9041 3.84344 6.42923 4.13634 6.13634C4.42923 5.84344 4.9041 5.84344 5.197 6.13634L7.25 8.18934V2C7.25 1.58579 7.58579 1.25 8 1.25ZM2 9.25C2.41421 9.25 2.75 9.58579 2.75 10V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V10C13.25 9.58579 13.5858 9.25 14 9.25C14.4142 9.25 14.75 9.58579 14.75 10V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V10C1.25 9.58579 1.58579 9.25 2 9.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.8 10C14.8 9.55817 14.4418 9.2 14 9.2C13.5582 9.2 13.2 9.55817 13.2 10H14.8ZM2 12.6667H1.2H2ZM2.8 10C2.8 9.55817 2.44183 9.2 2 9.2C1.55817 9.2 1.2 9.55817 1.2 10H2.8ZM5.23235 6.10098C4.91993 5.78856 4.4134 5.78856 4.10098 6.10098C3.78856 6.4134 3.78856 6.91993 4.10098 7.23235L5.23235 6.10098ZM8 10L7.43431 10.5657C7.74673 10.8781 8.25327 10.8781 8.56569 10.5657L8 10ZM11.899 7.23235C12.2114 6.91993 12.2114 6.4134 11.899 6.10098C11.5866 5.78856 11.0801 5.78856 10.7676 6.10098L11.899 7.23235ZM8.8 2C8.8 1.55817 8.44183 1.2 8 1.2C7.55817 1.2 7.2 1.55817 7.2 2H8.8ZM13.2 10V12.6667H14.8V10H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V10H1.2V12.6667H2.8ZM4.10098 7.23235L7.43431 10.5657L8.56569 9.43431L5.23235 6.10098L4.10098 7.23235ZM8.56569 10.5657L11.899 7.23235L10.7676 6.10098L7.43431 9.43431L8.56569 10.5657ZM8.8 10V2H7.2V10H8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconDownload, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13487", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDownload size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDownloadCloud.tsx b/src/icons/IconDownloadCloud.tsx
index 6b270db..01809de 100644
--- a/src/icons/IconDownloadCloud.tsx
+++ b/src/icons/IconDownloadCloud.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDownloadCloud = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12803)"><path fillRule="evenodd" clipRule="evenodd" d="M5.77541 1.24615C6.695 1.21308 7.6101 1.38905 8.45184 1.76083C9.29357 2.1326 10.04 2.69048 10.6349 3.39247C11.1024 3.94405 11.4667 4.57329 11.7123 5.24999L11.9994 5.24999C12.8672 5.24943 13.7132 5.52535 14.4136 6.03771C15.1141 6.55019 15.6331 7.27257 15.8953 8.10001C16.1574 8.92745 16.1491 9.8169 15.8715 10.6393C15.5939 11.4617 15.0614 12.1742 14.3514 12.6735C14.0126 12.9117 13.5448 12.8302 13.3065 12.4914C13.0683 12.1526 13.1498 11.6847 13.4886 11.4465C13.9378 11.1306 14.2746 10.6798 14.4503 10.1595C14.6259 9.63926 14.6312 9.07654 14.4653 8.55306C14.2995 8.02958 13.9711 7.57257 13.5279 7.24834C13.0847 6.92412 12.5497 6.74956 12.0006 6.74999H11.16C10.8176 6.74999 10.5187 6.51807 10.4336 6.18639C10.2612 5.51486 9.93883 4.89117 9.4906 4.36227C9.04237 3.83337 8.47999 3.41305 7.84581 3.13295C7.21162 2.85285 6.52216 2.72026 5.82932 2.74518C5.13648 2.77009 4.45832 2.95186 3.8459 3.27679C3.23347 3.60173 2.70274 4.06136 2.29366 4.62109C1.88457 5.18082 1.6078 5.82606 1.48417 6.50823C1.36054 7.1904 1.39328 7.89174 1.57991 8.55943C1.76655 9.22712 2.10223 9.84377 2.56168 10.363C2.83618 10.6732 2.80724 11.1471 2.49705 11.4216C2.18685 11.6961 1.71286 11.6672 1.43836 11.357C0.828547 10.6679 0.383012 9.84945 0.135292 8.96324C-0.112429 8.07703 -0.155879 7.14617 0.00821159 6.24074C0.172303 5.33531 0.539659 4.4789 1.08262 3.73599C1.62559 2.99308 2.33002 2.38302 3.14287 1.95175C3.95573 1.52047 4.85583 1.27922 5.77541 1.24615ZM8.00002 7.24999C8.41423 7.24999 8.75002 7.58577 8.75002 7.99999V12.1893L10.1364 10.803C10.4292 10.5101 10.9041 10.5101 11.197 10.803C11.4899 11.0959 11.4899 11.5708 11.197 11.8636L8.53035 14.5303C8.38969 14.671 8.19893 14.75 8.00002 14.75C7.8011 14.75 7.61034 14.671 7.46969 14.5303L4.80302 11.8636C4.51013 11.5708 4.51013 11.0959 4.80302 10.803C5.09591 10.5101 5.57079 10.5101 5.86368 10.803L7.25002 12.1893L7.25002 7.99999C7.25002 7.58577 7.5858 7.24999 8.00002 7.24999Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12803"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15733)"><path d="M5.89903 10.7676C5.58662 10.4552 5.08008 10.4552 4.76766 10.7676C4.45524 11.0801 4.45524 11.5866 4.76766 11.899L5.89903 10.7676ZM8.00002 14L7.43433 14.5657C7.58436 14.7157 7.78784 14.8 8.00002 14.8C8.21219 14.8 8.41567 14.7157 8.5657 14.5657L8.00002 14ZM11.2324 11.899C11.5448 11.5866 11.5448 11.0801 11.2324 10.7676C10.9199 10.4552 10.4134 10.4552 10.101 10.7676L11.2324 11.899ZM8.80002 7.99999C8.80002 7.55816 8.44184 7.19999 8.00002 7.19999C7.55819 7.19999 7.20002 7.55816 7.20002 7.99999H8.80002ZM13.4598 11.4056C13.0984 11.6597 13.0115 12.1587 13.2656 12.5202C13.5198 12.8816 14.0188 12.9685 14.3802 12.7144L13.4598 11.4056ZM12 5.99999V6.79999L12.0006 6.79999L12 5.99999ZM11.16 5.99999L10.3851 6.19882C10.4759 6.55261 10.7948 6.79999 11.16 6.79999V5.99999ZM1.40091 11.3902C1.69371 11.721 2.19931 11.7519 2.53018 11.4591C2.86106 11.1663 2.89192 10.6607 2.59912 10.3298L1.40091 11.3902ZM4.76766 11.899L7.43433 14.5657L8.5657 13.4343L5.89903 10.7676L4.76766 11.899ZM8.5657 14.5657L11.2324 11.899L10.101 10.7676L7.43433 13.4343L8.5657 14.5657ZM7.20002 7.99999V14H8.80002V7.99999H7.20002ZM14.3802 12.7144C15.0989 12.209 15.6378 11.4877 15.9189 10.6553L14.4029 10.1436C14.2307 10.6538 13.9003 11.0958 13.4598 11.4056L14.3802 12.7144ZM15.9189 10.6553C16.1999 9.82282 16.2083 8.92248 15.9429 8.08491L14.4176 8.56816C14.5803 9.08151 14.5751 9.63334 14.4029 10.1436L15.9189 10.6553ZM15.9429 8.08491C15.6775 7.24734 15.1522 6.51611 14.4431 5.99736L13.4984 7.2887C13.933 7.60664 14.255 8.05481 14.4176 8.56816L15.9429 8.08491ZM14.4431 5.99736C13.734 5.4786 12.878 5.1993 11.9994 5.19999L12.0006 6.79999C12.5391 6.79956 13.0638 6.97075 13.4984 7.2887L14.4431 5.99736ZM12 5.19999H11.16V6.79999H12V5.19999ZM11.9349 5.80115C11.7043 4.90252 11.2729 4.06791 10.6731 3.36015L9.45245 4.3946C9.8958 4.91773 10.2147 5.53461 10.3851 6.19882L11.9349 5.80115ZM10.6731 3.36015C10.0733 2.65238 9.32069 2.08992 8.47204 1.71509L7.8256 3.17869C8.45287 3.45573 9.00911 3.87147 9.45245 4.3946L10.6731 3.36015ZM8.47204 1.71509C7.62339 1.34026 6.70076 1.16284 5.77362 1.19618L5.83112 2.79515C6.5164 2.7705 7.19834 2.90164 7.8256 3.17869L8.47204 1.71509ZM5.77362 1.19618C4.84647 1.22952 3.93897 1.47276 3.11944 1.90758L3.86933 3.32096C4.47508 2.99957 5.14584 2.81979 5.83112 2.79515L5.77362 1.19618ZM3.11944 1.90758C2.2999 2.3424 1.58969 2.95747 1.04226 3.70649L2.33403 4.65059C2.73865 4.09697 3.26359 3.64235 3.86933 3.32096L3.11944 1.90758ZM1.04226 3.70649C0.494828 4.45551 0.124453 5.31895 -0.040987 6.23183L1.53337 6.51715C1.65565 5.84241 1.92941 5.20421 2.33403 4.65059L1.04226 3.70649ZM-0.040987 6.23183C-0.206427 7.1447 -0.162619 8.08321 0.0871375 8.9767L1.62807 8.54597C1.44347 7.88556 1.41109 7.19188 1.53337 6.51715L-0.040987 6.23183ZM0.0871375 8.9767C0.336894 9.87019 0.786092 10.6954 1.40091 11.3902L2.59912 10.3298C2.14469 9.8163 1.81267 9.20637 1.62807 8.54597L0.0871375 8.9767Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15733"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconDownloadCloud, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13484", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDownloadCloud size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDribbble.tsx b/src/icons/IconDribbble.tsx
index 29db214..7406e58 100644
--- a/src/icons/IconDribbble.tsx
+++ b/src/icons/IconDribbble.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDribbble = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_13007)"><path fillRule="evenodd" clipRule="evenodd" d="M2.27041 6.51836C4.28943 6.43661 5.98851 6.22729 7.43951 5.8235C6.88034 4.83802 6.21898 3.83727 5.39612 2.68566C3.86426 3.43766 2.70512 4.83247 2.27041 6.51836ZM6.88266 2.1887C7.66731 3.30346 8.31759 4.30848 8.87871 5.32359C9.97499 4.85588 10.9092 4.22972 11.726 3.40365C10.7088 2.57807 9.4122 2.08334 8.00004 2.08334C7.61804 2.08334 7.2445 2.11954 6.88266 2.1887ZM12.7626 4.48869C11.8227 5.43207 10.7624 6.13826 9.5633 6.6622C9.59418 6.72784 9.62478 6.79373 9.65512 6.8599C9.7464 7.05896 9.83514 7.26016 9.9217 7.46428C11.1174 7.3006 12.4694 7.35052 13.9065 7.649C13.8375 6.46949 13.4229 5.38281 12.7626 4.48869ZM13.8028 9.16114C12.5811 8.88686 11.4582 8.81948 10.4817 8.90976C10.8747 10.0203 11.2324 11.2495 11.598 12.6974C12.7151 11.8405 13.5177 10.594 13.8028 9.16114ZM10.2461 13.4754C9.8262 11.7727 9.42966 10.4035 8.99211 9.19956C8.92403 9.22095 8.85721 9.24328 8.79168 9.26654C7.36235 9.77629 5.95508 10.8293 4.50481 12.7744C5.48412 13.4926 6.69255 13.9167 8.00004 13.9167C8.79512 13.9167 9.55356 13.7599 10.2461 13.4754ZM3.41042 11.7342C4.9517 9.70783 6.54726 8.47436 8.28814 7.85358L8.28915 7.85322C8.33715 7.83618 8.38558 7.81957 8.43441 7.80339C8.38748 7.69643 8.3399 7.59039 8.29163 7.48512C8.24466 7.38268 8.19697 7.28086 8.14852 7.17952C6.40208 7.70688 4.39508 7.94546 2.08343 8.02652C2.0896 9.43222 2.58597 10.7222 3.41042 11.7342ZM0.583374 8.00001C0.583374 3.9039 3.90393 0.583344 8.00004 0.583344C12.0962 0.583344 15.4167 3.9039 15.4167 8.00001C15.4167 12.0961 12.0962 15.4167 8.00004 15.4167C3.90393 15.4167 0.583374 12.0961 0.583374 8.00001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_13007"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15737)"><path d="M6.35449 1.36389C6.09521 1.00613 5.59501 0.926295 5.23726 1.18557C4.8795 1.44484 4.79966 1.94504 5.05893 2.30279L6.35449 1.36389ZM10.2825 13.835C10.3865 14.2644 10.8189 14.5282 11.2483 14.4242C11.6777 14.3202 11.9416 13.8878 11.8376 13.4584L10.2825 13.835ZM13.3614 3.91329C13.6485 3.5775 13.6091 3.0725 13.2733 2.78535C12.9375 2.49819 12.4325 2.53761 12.1454 2.8734L13.3614 3.91329ZM1.4809 6.49357C1.0392 6.50414 0.6897 6.87078 0.70027 7.31248C0.710839 7.75418 1.07748 8.10368 1.51918 8.09311L1.4809 6.49357ZM14.2946 9.33318C14.7216 9.44664 15.1597 9.19246 15.2732 8.76545C15.3867 8.33844 15.1325 7.9003 14.7055 7.78684L14.2946 9.33318ZM8.54004 8.56001L8.27242 7.8061L8.27134 7.80648L8.54004 8.56001ZM2.92537 12.3136C2.67143 12.6751 2.75869 13.1741 3.12026 13.428C3.48182 13.6819 3.98078 13.5947 4.23471 13.2331L2.92537 12.3136ZM13.8667 8.00001C13.8667 11.2401 11.2401 13.8667 8.00004 13.8667V15.4667C12.1238 15.4667 15.4667 12.1237 15.4667 8.00001H13.8667ZM8.00004 13.8667C4.75997 13.8667 2.13337 11.2401 2.13337 8.00001H0.533374C0.533374 12.1237 3.87631 15.4667 8.00004 15.4667V13.8667ZM2.13337 8.00001C2.13337 4.75994 4.75997 2.13334 8.00004 2.13334V0.533343C3.87631 0.533343 0.533374 3.87628 0.533374 8.00001H2.13337ZM8.00004 2.13334C11.2401 2.13334 13.8667 4.75994 13.8667 8.00001H15.4667C15.4667 3.87628 12.1238 0.533343 8.00004 0.533343V2.13334ZM5.05893 2.30279C6.50245 4.29466 7.47122 5.81593 8.24618 7.50596C9.0221 9.19807 9.61782 11.0902 10.2825 13.835L11.8376 13.4584C11.1623 10.6698 10.538 8.66528 9.70057 6.83906C8.8622 5.01075 7.82429 3.39203 6.35449 1.36389L5.05893 2.30279ZM12.1454 2.8734C9.89724 5.50227 6.72103 6.36818 1.4809 6.49357L1.51918 8.09311C6.86571 7.96517 10.6495 7.08442 13.3614 3.91329L12.1454 2.8734ZM14.7055 7.78684C12.2519 7.1349 9.99609 7.19424 8.27242 7.8061L8.80766 9.31392C10.164 8.83245 12.0815 8.74512 14.2946 9.33318L14.7055 7.78684ZM8.27134 7.80648C6.35014 8.49156 4.60858 9.91688 2.92537 12.3136L4.23471 13.2331C5.7915 11.0165 7.28994 9.85512 8.80874 9.31354L8.27134 7.80648Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15737"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconDribbble, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13486", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDribbble size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconDroplet.tsx b/src/icons/IconDroplet.tsx
index e97dd55..70a6ec0 100644
--- a/src/icons/IconDroplet.tsx
+++ b/src/icons/IconDroplet.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconDroplet = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.99959 1.04334C8.19862 1.04325 8.38952 1.12227 8.53026 1.263L12.3034 5.03616C12.3034 5.03611 12.3035 5.03622 12.3034 5.03616C13.1545 5.88675 13.7344 6.97079 13.9694 8.15087C14.2045 9.33103 14.0842 10.5544 13.6239 11.6662C13.1636 12.778 12.3839 13.7283 11.3834 14.397C10.3829 15.0656 9.2066 15.4225 8.00326 15.4225C6.79992 15.4225 5.62361 15.0656 4.62312 14.397C3.62264 13.7283 2.84293 12.778 2.38261 11.6662C1.92229 10.5544 1.80206 9.33103 2.03711 8.15087C2.27212 6.97089 2.85176 5.8871 3.70272 5.03655C3.70259 5.03668 3.70285 5.03642 3.70272 5.03655L7.46913 1.26347C7.60974 1.12262 7.80057 1.04342 7.99959 1.04334ZM8.00039 2.85446L4.76406 6.09653C4.12277 6.7374 3.6853 7.55471 3.50821 8.44387C3.33112 9.33303 3.42171 10.2547 3.76852 11.0924C4.11534 11.9301 4.70279 12.6461 5.45658 13.1498C6.21037 13.6536 7.09663 13.9225 8.00326 13.9225C8.90988 13.9225 9.79614 13.6536 10.5499 13.1498C11.3037 12.6461 11.8912 11.9301 12.238 11.0924C12.5848 10.2547 12.6754 9.33303 12.4983 8.44387C12.3212 7.55471 11.8844 6.73804 11.2431 6.09717L8.00039 2.85446Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.99992 1.79333L8.56561 1.22765C8.41549 1.07753 8.21187 0.993241 7.99957 0.993335C7.78727 0.993429 7.58372 1.0779 7.43374 1.22815L7.99992 1.79333ZM11.7733 5.56667L11.2076 6.13235L11.2078 6.13254L11.7733 5.56667ZM8.00326 14.6725V13.8725V14.6725ZM4.23326 5.56667L4.79876 6.13254L4.79944 6.13185L4.23326 5.56667ZM7.43424 2.35902L11.2076 6.13235L12.3389 5.00098L8.56561 1.22765L7.43424 2.35902ZM11.2078 6.13254C11.8421 6.76642 12.2741 7.57418 12.4493 8.45364L14.0184 8.14111C13.7815 6.95125 13.1969 5.8584 12.3388 5.0008L11.2078 6.13254ZM12.4493 8.45364C12.6244 9.3331 12.5348 10.2448 12.1918 11.0733L13.6701 11.6853C14.1342 10.5644 14.2554 9.33097 14.0184 8.14111L12.4493 8.45364ZM12.1918 11.0733C11.8488 11.9018 11.2677 12.61 10.5222 13.1083L11.4112 14.4385C12.4199 13.7644 13.206 12.8063 13.6701 11.6853L12.1918 11.0733ZM10.5222 13.1083C9.77659 13.6065 8.89999 13.8725 8.00326 13.8725V15.4725C9.21649 15.4725 10.4025 15.1127 11.4112 14.4385L10.5222 13.1083ZM8.00326 13.8725C7.10652 13.8725 6.22993 13.6065 5.48436 13.1083L4.59534 14.4385C5.60405 15.1127 6.79003 15.4725 8.00326 15.4725V13.8725ZM5.48436 13.1083C4.7388 12.61 4.15775 11.9018 3.81472 11.0733L2.33641 11.6853C2.80051 12.8063 3.58663 13.7644 4.59534 14.4385L5.48436 13.1083ZM3.81472 11.0733C3.47169 10.2448 3.38209 9.3331 3.55725 8.45364L1.98807 8.14111C1.75109 9.33097 1.87231 10.5644 2.33641 11.6853L3.81472 11.0733ZM3.55725 8.45364C3.73241 7.57418 4.16446 6.76642 4.79876 6.13254L3.66776 5.0008C2.80959 5.8584 2.22505 6.95125 1.98807 8.14111L3.55725 8.45364ZM4.79944 6.13185L8.56611 2.35852L7.43374 1.22815L3.66707 5.00148L4.79944 6.13185Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconDroplet, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13488", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconDroplet size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconEdit.tsx b/src/icons/IconEdit.tsx
index 9f06048..17a68d6 100644
--- a/src/icons/IconEdit.tsx
+++ b/src/icons/IconEdit.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconEdit = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12006)"><path fillRule="evenodd" clipRule="evenodd" d="M13.3335 2.00244C13.1573 2.00244 12.9884 2.07242 12.8638 2.19699L6.67739 8.38343L6.36427 9.63588L7.61673 9.32277L13.8032 3.13632C13.9277 3.01176 13.9977 2.84281 13.9977 2.66666C13.9977 2.4905 13.9277 2.32155 13.8032 2.19699C13.6786 2.07242 13.5097 2.00244 13.3335 2.00244ZM11.8032 1.13632C12.209 0.730456 12.7595 0.502441 13.3335 0.502441C13.9075 0.502441 14.458 0.730456 14.8638 1.13632C15.2697 1.54219 15.4977 2.09267 15.4977 2.66666C15.4977 3.24064 15.2697 3.79112 14.8638 4.19699L8.53049 10.5303C8.43437 10.6264 8.31394 10.6946 8.18206 10.7276L5.5154 11.3943C5.25982 11.4582 4.98945 11.3833 4.80317 11.197C4.61688 11.0107 4.54199 10.7403 4.60589 10.4848L5.27256 7.81809C5.30552 7.68621 5.37371 7.56578 5.46983 7.46966L11.8032 1.13632ZM1.19369 2.52685C1.58439 2.13615 2.1143 1.91666 2.66683 1.91666H7.3335C7.74771 1.91666 8.0835 2.25244 8.0835 2.66666C8.0835 3.08087 7.74771 3.41666 7.3335 3.41666H2.66683C2.51212 3.41666 2.36375 3.47811 2.25435 3.58751C2.14495 3.69691 2.0835 3.84528 2.0835 3.99999V13.3333C2.0835 13.488 2.14495 13.6364 2.25435 13.7458C2.36375 13.8552 2.51212 13.9167 2.66683 13.9167H12.0002C12.1549 13.9167 12.3032 13.8552 12.4126 13.7458C12.522 13.6364 12.5835 13.488 12.5835 13.3333V8.66665C12.5835 8.25244 12.9193 7.91666 13.3335 7.91666C13.7477 7.91666 14.0835 8.25244 14.0835 8.66665V13.3333C14.0835 13.8859 13.864 14.4158 13.4733 14.8065C13.0826 15.1972 12.5527 15.4167 12.0002 15.4167H2.66683C2.11429 15.4167 1.58439 15.1972 1.19369 14.8065C0.80299 14.4158 0.583496 13.8859 0.583496 13.3333V3.99999C0.583496 3.44745 0.802989 2.91755 1.19369 2.52685Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12006"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15745)"><path d="M7.3335 3.46665C7.77532 3.46665 8.1335 3.10848 8.1335 2.66665C8.1335 2.22483 7.77532 1.86665 7.3335 1.86665V3.46665ZM2.66683 2.66665V1.86665V2.66665ZM1.3335 3.99999H0.533496H1.3335ZM1.3335 13.3333H0.533496H1.3335ZM14.1335 8.66665C14.1335 8.22483 13.7753 7.86665 13.3335 7.86665C12.8917 7.86665 12.5335 8.22483 12.5335 8.66665H14.1335ZM12.3335 1.66665L11.7678 1.10097V1.10097L12.3335 1.66665ZM13.3335 1.25244V0.452441V1.25244ZM14.3335 3.66665L13.7678 3.10097L14.3335 3.66665ZM8.00016 9.99999L8.19419 10.7761C8.33486 10.7409 8.46332 10.6682 8.56585 10.5657L8.00016 9.99999ZM5.3335 10.6667L4.55738 10.4726C4.48923 10.7452 4.56911 11.0336 4.76781 11.2323C4.96651 11.431 5.2549 11.5109 5.52752 11.4428L5.3335 10.6667ZM6.00016 7.99999L5.43448 7.4343C5.33195 7.53683 5.25922 7.66529 5.22405 7.80596L6.00016 7.99999ZM7.3335 1.86665H2.66683V3.46665H7.3335V1.86665ZM2.66683 1.86665C2.10103 1.86665 1.55841 2.09142 1.15833 2.49149L2.28971 3.62286C2.38973 3.52285 2.52538 3.46665 2.66683 3.46665V1.86665ZM1.15833 2.49149C0.758257 2.89157 0.533496 3.43419 0.533496 3.99999H2.1335C2.1335 3.85854 2.18969 3.72288 2.28971 3.62286L1.15833 2.49149ZM0.533496 3.99999V13.3333H2.1335V3.99999H0.533496ZM0.533496 13.3333C0.533496 13.8991 0.758257 14.4417 1.15833 14.8418L2.28971 13.7104C2.18969 13.6104 2.1335 13.4748 2.1335 13.3333H0.533496ZM1.15833 14.8418C1.55841 15.2419 2.10103 15.4667 2.66683 15.4667V13.8667C2.52538 13.8667 2.38973 13.8105 2.28971 13.7104L1.15833 14.8418ZM2.66683 15.4667H12.0002V13.8667H2.66683V15.4667ZM12.0002 15.4667C12.566 15.4667 13.1086 15.2419 13.5087 14.8418L12.3773 13.7104C12.2773 13.8105 12.1416 13.8667 12.0002 13.8667V15.4667ZM13.5087 14.8418C13.9087 14.4417 14.1335 13.8991 14.1335 13.3333H12.5335C12.5335 13.4748 12.4773 13.6104 12.3773 13.7104L13.5087 14.8418ZM14.1335 13.3333V8.66665H12.5335V13.3333H14.1335ZM12.8992 2.23234C13.0144 2.11715 13.1706 2.05244 13.3335 2.05244V0.452441C12.7462 0.452441 12.1831 0.685724 11.7678 1.10097L12.8992 2.23234ZM13.3335 2.05244C13.4964 2.05244 13.6526 2.11715 13.7678 2.23234L14.8992 1.10097C14.4839 0.685724 13.9207 0.452441 13.3335 0.452441V2.05244ZM13.7678 2.23234C13.883 2.34753 13.9477 2.50376 13.9477 2.66665H15.5477C15.5477 2.07941 15.3144 1.51622 14.8992 1.10097L13.7678 2.23234ZM13.9477 2.66665C13.9477 2.82955 13.883 2.98578 13.7678 3.10097L14.8992 4.23234C15.3144 3.81709 15.5477 3.2539 15.5477 2.66665H13.9477ZM13.7678 3.10097L7.43448 9.4343L8.56585 10.5657L14.8992 4.23234L13.7678 3.10097ZM7.80613 9.22387L5.13947 9.89054L5.52752 11.4428L8.19419 10.7761L7.80613 9.22387ZM6.10961 10.8607L6.77628 8.19402L5.22405 7.80596L4.55738 10.4726L6.10961 10.8607ZM6.56585 8.56567L12.8992 2.23234L11.7678 1.10097L5.43448 7.4343L6.56585 8.56567Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15745"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconEdit, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13490", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconEdit size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconEdit2.tsx b/src/icons/IconEdit2.tsx
index 1f1f3aa..4d35ff3 100644
--- a/src/icons/IconEdit2.tsx
+++ b/src/icons/IconEdit2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconEdit2 = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12630)"><path fillRule="evenodd" clipRule="evenodd" d="M12.6666 2.19772C12.5175 2.19772 12.3698 2.2271 12.232 2.28417C12.0942 2.34124 11.9691 2.42489 11.8636 2.53034L3.00444 11.3895L2.40218 13.5978L4.61044 12.9955L13.4696 4.13634C13.5751 4.03089 13.6587 3.9057 13.7158 3.76792C13.7728 3.63015 13.8022 3.48248 13.8022 3.33334C13.8022 3.18421 13.7728 3.03654 13.7158 2.89876C13.6587 2.76098 13.5751 2.63579 13.4696 2.53034C13.3642 2.42489 13.239 2.34124 13.1012 2.28417C12.9634 2.2271 12.8157 2.19772 12.6666 2.19772ZM11.658 0.898348C11.9778 0.765895 12.3205 0.697723 12.6666 0.697723C13.0127 0.697723 13.3554 0.765896 13.6752 0.898348C13.995 1.0308 14.2855 1.22494 14.5303 1.46968C14.775 1.71442 14.9691 2.00496 15.1016 2.32473C15.2341 2.6445 15.3022 2.98723 15.3022 3.33334C15.3022 3.67945 15.2341 4.02218 15.1016 4.34195C14.9691 4.66172 14.775 4.95227 14.5303 5.19701L5.53027 14.197C5.43797 14.2893 5.3232 14.3559 5.19727 14.3902L1.53061 15.3902C1.27095 15.4611 0.993252 15.3873 0.802939 15.197C0.612627 15.0067 0.53888 14.729 0.609696 14.4693L1.6097 10.8027C1.64404 10.6767 1.71065 10.562 1.80294 10.4697L10.8029 1.46968C11.0477 1.22494 11.3382 1.0308 11.658 0.898348Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12630"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15741)"><path d="M11.3333 2.00001L10.7676 1.43432L11.3333 2.00001ZM12.6666 1.44772V0.647723V1.44772ZM14.5522 3.33334H15.3522H14.5522ZM13.9999 4.66667L14.5656 5.23236L13.9999 4.66667ZM4.99992 13.6667L5.21041 14.4385C5.34473 14.4019 5.46716 14.3308 5.5656 14.2324L4.99992 13.6667ZM1.33325 14.6667L0.561441 14.4562C0.485904 14.7331 0.564566 15.0294 0.767567 15.2324C0.970567 15.4354 1.26678 15.514 1.54375 15.4385L1.33325 14.6667ZM2.33325 11L1.76757 10.4343C1.66912 10.5328 1.59807 10.6552 1.56144 10.7895L2.33325 11ZM11.8989 2.56569C11.9997 2.46488 12.1194 2.38492 12.2511 2.33036L11.6388 0.852154C11.313 0.987119 11.0169 1.18494 10.7676 1.43432L11.8989 2.56569ZM12.2511 2.33036C12.3828 2.2758 12.524 2.24772 12.6666 2.24772V0.647723C12.3139 0.647723 11.9647 0.717189 11.6388 0.852154L12.2511 2.33036ZM12.6666 2.24772C12.8091 2.24772 12.9503 2.2758 13.082 2.33036L13.6943 0.852154C13.3685 0.717189 13.0193 0.647723 12.6666 0.647723V2.24772ZM13.082 2.33036C13.2137 2.38492 13.3334 2.46489 13.4342 2.56569L14.5656 1.43432C14.3162 1.18494 14.0202 0.987118 13.6943 0.852154L13.082 2.33036ZM13.4342 2.56569C13.535 2.6665 13.615 2.78618 13.6696 2.91789L15.1478 2.3056C15.0128 1.97976 14.815 1.6837 14.5656 1.43432L13.4342 2.56569ZM13.6696 2.91789C13.7241 3.0496 13.7522 3.19077 13.7522 3.33334H15.3522C15.3522 2.98066 15.2827 2.63144 15.1478 2.3056L13.6696 2.91789ZM13.7522 3.33334C13.7522 3.47591 13.7241 3.61708 13.6696 3.74879L15.1478 4.36108C15.2827 4.03525 15.3522 3.68602 15.3522 3.33334H13.7522ZM13.6696 3.74879C13.615 3.8805 13.535 4.00018 13.4342 4.10099L14.5656 5.23236C14.815 4.98298 15.0128 4.68692 15.1478 4.36108L13.6696 3.74879ZM13.4342 4.10099L4.43423 13.101L5.5656 14.2324L14.5656 5.23236L13.4342 4.10099ZM4.78942 12.8949L1.12276 13.8949L1.54375 15.4385L5.21041 14.4385L4.78942 12.8949ZM2.10506 14.8772L3.10506 11.2105L1.56144 10.7895L0.561441 14.4562L2.10506 14.8772ZM2.89894 11.5657L11.8989 2.56569L10.7676 1.43432L1.76757 10.4343L2.89894 11.5657Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15741"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconEdit2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13489", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconEdit2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconEdit3.tsx b/src/icons/IconEdit3.tsx
index 07db3d2..634add5 100644
--- a/src/icons/IconEdit3.tsx
+++ b/src/icons/IconEdit3.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconEdit3 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M12 2.66913C11.8239 2.66913 11.6549 2.73911 11.5303 2.86367L3.34391 11.0501L3.03079 12.3026L4.28325 11.9895L12.4697 3.80301C12.5314 3.74133 12.5803 3.66811 12.6137 3.58753C12.647 3.50694 12.6642 3.42057 12.6642 3.33334C12.6642 3.24612 12.647 3.15974 12.6137 3.07916C12.5803 2.99857 12.5314 2.92535 12.4697 2.86367C12.408 2.80199 12.3348 2.75307 12.2542 2.71969C12.1736 2.68631 12.0872 2.66913 12 2.66913ZM10.4697 1.80301C10.8756 1.39714 11.426 1.16913 12 1.16913C12.2842 1.16913 12.5657 1.22511 12.8282 1.33387C13.0908 1.44263 13.3294 1.60205 13.5303 1.80301C13.7313 2.00398 13.8907 2.24256 13.9995 2.50513C14.1083 2.76771 14.1642 3.04913 14.1642 3.33334C14.1642 3.61755 14.1083 3.89898 13.9995 4.16155C13.8907 4.42413 13.7313 4.66271 13.5303 4.86367L5.19701 13.197C5.10089 13.2931 4.98046 13.3613 4.84858 13.3943L2.18192 14.0609C1.92634 14.1248 1.65597 14.05 1.46969 13.8637C1.2834 13.6774 1.20851 13.407 1.27241 13.1514L1.93908 10.4848C1.97204 10.3529 2.04023 10.2325 2.13635 10.1363L10.4697 1.80301ZM7.25002 13.3333C7.25002 12.9191 7.5858 12.5833 8.00002 12.5833H14C14.4142 12.5833 14.75 12.9191 14.75 13.3333C14.75 13.7476 14.4142 14.0833 14 14.0833H8.00002C7.5858 14.0833 7.25002 13.7476 7.25002 13.3333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8 12.5333C7.55817 12.5333 7.2 12.8915 7.2 13.3333C7.2 13.7752 7.55817 14.1333 8 14.1333V12.5333ZM14 14.1333C14.4418 14.1333 14.8 13.7752 14.8 13.3333C14.8 12.8915 14.4418 12.5333 14 12.5333V14.1333ZM11 2.33334L10.4343 1.76766V1.76766L11 2.33334ZM12 1.91913V1.11913V1.91913ZM13.4142 3.33334H12.6142H13.4142ZM13 4.33334L12.4343 3.76766L13 4.33334ZM4.66667 12.6667L4.8607 13.4428C5.00136 13.4076 5.12982 13.3349 5.23235 13.2324L4.66667 12.6667ZM2 13.3333L1.22389 13.1393C1.15573 13.4119 1.23561 13.7003 1.43431 13.899C1.63302 14.0977 1.92141 14.1776 2.19403 14.1095L2 13.3333ZM2.66667 10.6667L2.10098 10.101C1.99845 10.2035 1.92572 10.332 1.89055 10.4726L2.66667 10.6667ZM8 14.1333H14V12.5333H8V14.1333ZM11.5657 2.89903C11.6809 2.78384 11.8371 2.71913 12 2.71913V1.11913C11.4128 1.11913 10.8496 1.35241 10.4343 1.76766L11.5657 2.89903ZM12 2.71913C12.0807 2.71913 12.1605 2.73502 12.235 2.76588L12.8473 1.28768C12.5787 1.1764 12.2908 1.11913 12 1.11913V2.71913ZM12.235 2.76588C12.3096 2.79675 12.3773 2.84199 12.4343 2.89903L13.5657 1.76766C13.3601 1.56205 13.116 1.39895 12.8473 1.28768L12.235 2.76588ZM12.4343 2.89903C12.4913 2.95606 12.5366 3.02377 12.5675 3.09829L14.0457 2.486C13.9344 2.21736 13.7713 1.97327 13.5657 1.76766L12.4343 2.89903ZM12.5675 3.09829C12.5983 3.17281 12.6142 3.25268 12.6142 3.33334H14.2142C14.2142 3.04257 14.1569 2.75464 14.0457 2.486L12.5675 3.09829ZM12.6142 3.33334C12.6142 3.414 12.5983 3.49387 12.5675 3.56839L14.0457 4.18068C14.1569 3.91204 14.2142 3.62412 14.2142 3.33334H12.6142ZM12.5675 3.56839C12.5366 3.64291 12.4913 3.71062 12.4343 3.76766L13.5657 4.89903C13.7713 4.69342 13.9344 4.44933 14.0457 4.18068L12.5675 3.56839ZM12.4343 3.76766L4.10098 12.101L5.23235 13.2324L13.5657 4.89903L12.4343 3.76766ZM4.47264 11.8906L1.80597 12.5572L2.19403 14.1095L4.8607 13.4428L4.47264 11.8906ZM2.77611 13.5274L3.44278 10.8607L1.89055 10.4726L1.22389 13.1393L2.77611 13.5274ZM3.23235 11.2324L11.5657 2.89903L10.4343 1.76766L2.10098 10.101L3.23235 11.2324Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconEdit3, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13491", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconEdit3 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconExternalLink.tsx b/src/icons/IconExternalLink.tsx
index c6741ac..711f7ce 100644
--- a/src/icons/IconExternalLink.tsx
+++ b/src/icons/IconExternalLink.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconExternalLink = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M10 2.75C9.58579 2.75 9.25 2.41421 9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V6C14.75 6.41421 14.4142 6.75 14 6.75C13.5858 6.75 13.25 6.41421 13.25 6V3.81066L7.197 9.86366C6.9041 10.1566 6.42923 10.1566 6.13634 9.86366C5.84344 9.57077 5.84344 9.0959 6.13634 8.803L12.1893 2.75H10ZM3.33333 4.75C3.17862 4.75 3.03025 4.81146 2.92085 4.92085C2.81146 5.03025 2.75 5.17862 2.75 5.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H10.6667C10.8214 13.25 10.9697 13.1885 11.0791 13.0791C11.1885 12.9698 11.25 12.8214 11.25 12.6667V8.66667C11.25 8.25245 11.5858 7.91667 12 7.91667C12.4142 7.91667 12.75 8.25245 12.75 8.66667V12.6667C12.75 13.2192 12.5305 13.7491 12.1398 14.1398C11.7491 14.5305 11.2192 14.75 10.6667 14.75H3.33333C2.7808 14.75 2.25089 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V5.33333C1.25 4.7808 1.46949 4.2509 1.86019 3.86019C2.2509 3.46949 2.7808 3.25 3.33333 3.25H7.33333C7.74755 3.25 8.08333 3.58579 8.08333 4C8.08333 4.41421 7.74755 4.75 7.33333 4.75H3.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.8 8.66667C12.8 8.22484 12.4418 7.86667 12 7.86667C11.5582 7.86667 11.2 8.22484 11.2 8.66667H12.8ZM2 12.6667H1.2H2ZM3.33333 4V3.2V4ZM7.33333 4.8C7.77516 4.8 8.13333 4.44183 8.13333 4C8.13333 3.55817 7.77516 3.2 7.33333 3.2V4.8ZM10 1.2C9.55817 1.2 9.2 1.55817 9.2 2C9.2 2.44183 9.55817 2.8 10 2.8V1.2ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM13.2 6C13.2 6.44183 13.5582 6.8 14 6.8C14.4418 6.8 14.8 6.44183 14.8 6H13.2ZM6.10098 8.76765C5.78856 9.08007 5.78856 9.5866 6.10098 9.89902C6.4134 10.2114 6.91993 10.2114 7.23235 9.89902L6.10098 8.76765ZM11.2 8.66667V12.6667H12.8V8.66667H11.2ZM11.2 12.6667C11.2 12.8081 11.1438 12.9438 11.0438 13.0438L12.1752 14.1752C12.5752 13.7751 12.8 13.2325 12.8 12.6667H11.2ZM11.0438 13.0438C10.9438 13.1438 10.8081 13.2 10.6667 13.2V14.8C11.2325 14.8 11.7751 14.5752 12.1752 14.1752L11.0438 13.0438ZM10.6667 13.2H3.33333V14.8H10.6667V13.2ZM3.33333 13.2C3.19188 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V5.33333H1.2V12.6667H2.8ZM2.8 5.33333C2.8 5.19188 2.85619 5.05623 2.95621 4.95621L1.82484 3.82484C1.42476 4.22492 1.2 4.76754 1.2 5.33333H2.8ZM2.95621 4.95621C3.05623 4.85619 3.19188 4.8 3.33333 4.8V3.2C2.76754 3.2 2.22492 3.42476 1.82484 3.82484L2.95621 4.95621ZM3.33333 4.8H7.33333V3.2H3.33333V4.8ZM10 2.8H14V1.2H10V2.8ZM13.2 2V6H14.8V2H13.2ZM7.23235 9.89902L14.5657 2.56569L13.4343 1.43431L6.10098 8.76765L7.23235 9.89902Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconExternalLink, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13493", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconExternalLink size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconEye.tsx b/src/icons/IconEye.tsx
index 0d0aaa4..d11aac6 100644
--- a/src/icons/IconEye.tsx
+++ b/src/icons/IconEye.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconEye = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12785)"><path fillRule="evenodd" clipRule="evenodd" d="M1.5236 8.00001C1.59258 8.11788 1.6803 8.26232 1.7863 8.42644C2.0917 8.89932 2.54385 9.52795 3.13051 10.1537C4.31749 11.4198 5.96632 12.5833 8.00002 12.5833C10.0337 12.5833 11.6825 11.4198 12.8695 10.1537C13.4562 9.52795 13.9083 8.89932 14.2137 8.42644C14.3197 8.26232 14.4075 8.11788 14.4764 8C14.4075 7.88213 14.3197 7.73769 14.2137 7.57357C13.9083 7.10069 13.4562 6.47206 12.8695 5.84629C11.6825 4.58018 10.0337 3.41667 8.00002 3.41667C5.96632 3.41667 4.31749 4.58018 3.13051 5.84629C2.54385 6.47206 2.0917 7.10069 1.7863 7.57357C1.6803 7.73769 1.59258 7.88213 1.5236 8.00001ZM15.3334 8.00001C16.0042 7.6646 16.004 7.66435 16.0039 7.66407L16.0036 7.66343L16.0028 7.66178L16.0004 7.65702L15.9926 7.64179C15.9861 7.62913 15.9769 7.61154 15.9652 7.58932C15.9417 7.5449 15.9077 7.48196 15.8633 7.40314C15.7747 7.24561 15.6445 7.02406 15.4738 6.75978C15.1334 6.23266 14.6272 5.52795 13.9638 4.82038C12.6508 3.41984 10.633 1.91667 8.00002 1.91667C5.36706 1.91667 3.34921 3.41984 2.0362 4.82038C1.37285 5.52795 0.866673 6.23266 0.526241 6.75978C0.355559 7.02406 0.225315 7.24561 0.136703 7.40314C0.0923692 7.48196 0.0583723 7.5449 0.0348661 7.58932C0.0231106 7.61154 0.0139708 7.62913 0.00746642 7.64179L-0.00031431 7.65702L-0.00271983 7.66178L-0.00355072 7.66343L-0.00387307 7.66407C-0.00400837 7.66435 -0.0041334 7.6646 0.666687 8.00001L-0.00413342 7.6646C-0.109706 7.87574 -0.109706 8.12427 -0.00413342 8.33542L0.666687 8.00001C-0.0041334 8.33542 -0.00400837 8.33567 -0.00387307 8.33594L-0.00355072 8.33658L-0.00271983 8.33823L-0.00031431 8.34299L0.00746642 8.35822C0.0139708 8.37088 0.0231106 8.38847 0.0348661 8.41069C0.0583723 8.45511 0.0923692 8.51805 0.136703 8.59687C0.225315 8.7544 0.355559 8.97595 0.526241 9.24023C0.866673 9.76735 1.37285 10.4721 2.0362 11.1796C3.34921 12.5802 5.36706 14.0833 8.00002 14.0833C10.633 14.0833 12.6508 12.5802 13.9638 11.1796C14.6272 10.4721 15.1334 9.76735 15.4738 9.24023C15.6445 8.97595 15.7747 8.7544 15.8633 8.59687C15.9077 8.51805 15.9417 8.45511 15.9652 8.41069C15.9769 8.38847 15.9861 8.37088 15.9926 8.35822L16.0004 8.34299L16.0028 8.33823L16.0036 8.33658L16.0039 8.33594C16.004 8.33567 16.0042 8.33542 15.3334 8.00001ZM15.3334 8.00001L16.0042 8.33542C16.1097 8.12427 16.1097 7.87574 16.0042 7.6646L15.3334 8.00001ZM8.00002 6.75001C7.30966 6.75001 6.75002 7.30965 6.75002 8.00001C6.75002 8.69036 7.30966 9.25001 8.00002 9.25001C8.69038 9.25001 9.25002 8.69036 9.25002 8.00001C9.25002 7.30965 8.69038 6.75001 8.00002 6.75001ZM5.25002 8.00001C5.25002 6.48122 6.48124 5.25001 8.00002 5.25001C9.5188 5.25001 10.75 6.48122 10.75 8.00001C10.75 9.51879 9.5188 10.75 8.00002 10.75C6.48124 10.75 5.25002 9.51879 5.25002 8.00001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12785"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15751)"><path d="M0.666687 8L-0.0488548 7.64223C-0.161466 7.86746 -0.161466 8.13255 -0.0488548 8.35778L0.666687 8ZM15.3334 8L16.0489 8.35778C16.1615 8.13255 16.1615 7.86746 16.0489 7.64223L15.3334 8ZM0.666687 8C1.38223 8.35778 1.38212 8.358 1.38201 8.3582C1.38199 8.35825 1.3819 8.35843 1.38186 8.35851C1.38178 8.35868 1.38173 8.35877 1.38173 8.35877C1.38172 8.35879 1.38187 8.35848 1.38219 8.35787C1.38281 8.35664 1.38407 8.35417 1.38596 8.35049C1.38974 8.34313 1.39606 8.33095 1.40488 8.31428C1.42252 8.28094 1.45017 8.22967 1.48765 8.16305C1.56266 8.02969 1.67668 7.83546 1.8283 7.60069C2.13253 7.12962 2.58289 6.50353 3.16698 5.88049C4.34977 4.61885 5.98629 3.46667 8.00002 3.46667V1.86667C5.34708 1.86667 3.31694 3.38116 1.99972 4.78619C1.33382 5.49648 0.825839 6.20372 0.484239 6.73265C0.312942 6.99788 0.182175 7.22032 0.0931245 7.37863C0.0485693 7.45784 0.0143675 7.52116 -0.00932777 7.56593C-0.021178 7.58833 -0.0304089 7.6061 -0.0370011 7.61892C-0.0402974 7.62534 -0.042935 7.63051 -0.0449111 7.63441C-0.0458992 7.63636 -0.0467221 7.63799 -0.0473794 7.63929C-0.0477082 7.63995 -0.0479954 7.64052 -0.0482413 7.64101C-0.0483642 7.64125 -0.0485178 7.64156 -0.0485791 7.64168C-0.048722 7.64197 -0.0488548 7.64223 0.666687 8ZM8.00002 3.46667C10.0137 3.46667 11.6503 4.61885 12.8331 5.88049C13.4172 6.50353 13.8675 7.12962 14.1717 7.60069C14.3234 7.83546 14.4374 8.02969 14.5124 8.16305C14.5499 8.22967 14.5775 8.28094 14.5952 8.31428C14.604 8.33095 14.6103 8.34313 14.6141 8.35049C14.616 8.35417 14.6172 8.35664 14.6179 8.35787C14.6182 8.35848 14.6183 8.35879 14.6183 8.35877C14.6183 8.35877 14.6183 8.35868 14.6182 8.35851C14.6181 8.35843 14.618 8.35825 14.618 8.3582C14.6179 8.358 14.6178 8.35778 15.3334 8C16.0489 7.64223 16.0488 7.64197 16.0486 7.64168C16.0486 7.64156 16.0484 7.64125 16.0483 7.64101C16.048 7.64052 16.0477 7.63995 16.0474 7.63929C16.0468 7.63799 16.0459 7.63636 16.045 7.63441C16.043 7.63051 16.0403 7.62534 16.037 7.61892C16.0304 7.6061 16.0212 7.58833 16.0094 7.56593C15.9857 7.52116 15.9515 7.45784 15.9069 7.37863C15.8179 7.22032 15.6871 6.99788 15.5158 6.73265C15.1742 6.20372 14.6662 5.49648 14.0003 4.78619C12.6831 3.38116 10.653 1.86667 8.00002 1.86667V3.46667ZM15.3334 8C14.6178 7.64223 14.6179 7.64201 14.618 7.6418C14.618 7.64176 14.6181 7.64158 14.6182 7.6415C14.6183 7.64133 14.6183 7.64124 14.6183 7.64124C14.6183 7.64122 14.6182 7.64153 14.6179 7.64214C14.6172 7.64337 14.616 7.64584 14.6141 7.64952C14.6103 7.65688 14.604 7.66906 14.5952 7.68573C14.5775 7.71907 14.5499 7.77034 14.5124 7.83696C14.4374 7.97032 14.3234 8.16455 14.1717 8.39932C13.8675 8.87039 13.4172 9.49648 12.8331 10.1195C11.6503 11.3812 10.0137 12.5333 8.00002 12.5333V14.1333C10.653 14.1333 12.6831 12.6189 14.0003 11.2138C14.6662 10.5035 15.1742 9.79629 15.5158 9.26736C15.6871 9.00212 15.8179 8.77969 15.9069 8.62138C15.9515 8.54217 15.9857 8.47885 16.0094 8.43408C16.0212 8.41168 16.0304 8.39391 16.037 8.38109C16.0403 8.37467 16.043 8.3695 16.045 8.3656C16.0459 8.36365 16.0468 8.36202 16.0474 8.36071C16.0477 8.36006 16.048 8.35949 16.0483 8.359C16.0484 8.35876 16.0486 8.35845 16.0486 8.35833C16.0488 8.35804 16.0489 8.35778 15.3334 8ZM8.00002 12.5333C5.98629 12.5333 4.34977 11.3812 3.16698 10.1195C2.58289 9.49648 2.13253 8.87039 1.8283 8.39932C1.67668 8.16455 1.56266 7.97032 1.48765 7.83696C1.45017 7.77034 1.42252 7.71907 1.40488 7.68573C1.39606 7.66906 1.38974 7.65688 1.38596 7.64952C1.38407 7.64584 1.38281 7.64337 1.38219 7.64214C1.38187 7.64153 1.38172 7.64122 1.38173 7.64124C1.38173 7.64124 1.38178 7.64133 1.38186 7.6415C1.3819 7.64158 1.38199 7.64176 1.38201 7.6418C1.38212 7.64201 1.38223 7.64223 0.666687 8C-0.0488548 8.35778 -0.048722 8.35804 -0.0485791 8.35833C-0.0485178 8.35845 -0.0483642 8.35876 -0.0482413 8.359C-0.0479954 8.35949 -0.0477082 8.36006 -0.0473794 8.36071C-0.0467221 8.36202 -0.0458992 8.36365 -0.0449111 8.3656C-0.042935 8.3695 -0.0402974 8.37467 -0.0370011 8.38109C-0.0304089 8.39391 -0.021178 8.41168 -0.00932777 8.43408C0.0143675 8.47885 0.0485693 8.54217 0.0931245 8.62138C0.182175 8.77969 0.312942 9.00212 0.484239 9.26736C0.825839 9.79629 1.33382 10.5035 1.99972 11.2138C3.31694 12.6189 5.34708 14.1333 8.00002 14.1333V12.5333ZM9.20002 8C9.20002 8.66275 8.66276 9.2 8.00002 9.2V10.8C9.54642 10.8 10.8 9.5464 10.8 8H9.20002ZM8.00002 9.2C7.33728 9.2 6.80002 8.66275 6.80002 8H5.20002C5.20002 9.5464 6.45362 10.8 8.00002 10.8V9.2ZM6.80002 8C6.80002 7.33726 7.33728 6.8 8.00002 6.8V5.2C6.45362 5.2 5.20002 6.45361 5.20002 8H6.80002ZM8.00002 6.8C8.66276 6.8 9.20002 7.33726 9.20002 8H10.8C10.8 6.45361 9.54642 5.2 8.00002 5.2V6.8Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15751"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconEye, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13495", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconEye size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconEyeOff.tsx b/src/icons/IconEyeOff.tsx
index 54925bc..e48abb3 100644
--- a/src/icons/IconEyeOff.tsx
+++ b/src/icons/IconEyeOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconEyeOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12787)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136342 0.136342C0.429235 -0.156552 0.904109 -0.156552 1.197 0.136342L4.56156 3.5009C4.56703 3.50621 4.57244 3.51161 4.57778 3.51712L7.11402 6.05336C7.11579 6.05511 7.11755 6.05688 7.11931 6.05865L9.94139 8.88073C9.94314 8.88247 9.94489 8.88421 9.94662 8.88596L12.4815 11.4209C12.487 11.4262 12.4925 11.4316 12.4978 11.4372L15.8637 14.803C16.1566 15.0959 16.1566 15.5708 15.8637 15.8637C15.5708 16.1566 15.0959 16.1566 14.803 15.8637L11.8724 12.9331C10.719 13.6608 9.38424 14.0608 8.01227 14.0832L8.00001 14.0834V14.0833C5.36704 14.0833 3.3492 12.5802 2.03619 11.1796C1.37284 10.4721 0.866658 9.76735 0.526226 9.24023C0.355544 8.97595 0.2253 8.7544 0.136688 8.59687C0.0923541 8.51805 0.0583571 8.45511 0.0348509 8.41069C0.0230953 8.38847 0.0139557 8.37088 0.00745124 8.35822L-0.000329554 8.34299L-0.00273502 8.33823L-0.00356591 8.33658L-0.00388831 8.33593C-0.00402355 8.33566 -0.0041486 8.33541 0.666672 8L-0.0041486 8.33541C-0.113132 8.11745 -0.10942 7.86012 0.00580508 7.64539C0.750803 6.25701 1.73992 5.01714 2.92345 3.98411L0.136342 1.197C-0.156551 0.904109 -0.156551 0.429235 0.136342 0.136342ZM3.98687 5.04753C3.00728 5.88745 2.17487 6.88602 1.52476 8.00202C1.59356 8.11953 1.68089 8.26326 1.78628 8.42644C2.09169 8.89932 2.54384 9.52795 3.13049 10.1537C4.31629 11.4186 5.963 12.581 7.99389 12.5833C8.97314 12.5663 9.92851 12.3085 10.7778 11.8385L9.35393 10.4146C9.26221 10.469 9.1672 10.5182 9.06935 10.5618C8.73202 10.7121 8.36787 10.793 7.99863 10.7995C7.62939 10.806 7.26261 10.7381 6.92019 10.5997C6.57777 10.4614 6.26671 10.2556 6.00557 9.99444C5.74444 9.7333 5.53857 9.42225 5.40026 9.07982C5.26195 8.7374 5.19403 8.37062 5.20054 8.00138C5.20706 7.63213 5.28788 7.26799 5.43818 6.93066C5.48178 6.83281 5.53096 6.73781 5.58542 6.64608L3.98687 5.04753ZM6.72777 7.78843C6.71097 7.86697 6.70174 7.94714 6.70031 8.02784C6.69735 8.19568 6.72822 8.3624 6.79109 8.51804C6.85396 8.67369 6.94754 8.81508 7.06623 8.93378C7.18493 9.05247 7.32632 9.14605 7.48197 9.20892C7.63761 9.27179 7.80433 9.30266 7.97217 9.2997C8.05287 9.29827 8.13305 9.28904 8.21158 9.27224L6.72777 7.78843ZM7.99824 3.41667C7.58509 3.4157 7.17322 3.46277 6.77094 3.55693C6.36763 3.65134 5.96415 3.40092 5.86974 2.99761C5.77534 2.59429 6.02576 2.19082 6.42907 2.09641C6.94428 1.97581 7.47176 1.9155 8.00089 1.91667C8.00118 1.91667 8.00147 1.91667 8.00177 1.91667L8.00001 2.66667V1.91667C8.0003 1.91667 8.00059 1.91667 8.00089 1.91667C10.6334 1.91701 12.651 3.41999 13.9638 4.82038C14.6272 5.52795 15.1334 6.23266 15.4738 6.75978C15.6445 7.02406 15.7747 7.24561 15.8633 7.40314C15.9077 7.48196 15.9417 7.5449 15.9652 7.58932C15.9769 7.61154 15.9861 7.62913 15.9926 7.64179L16.0003 7.65702L16.0027 7.66178L16.0036 7.66343L16.0039 7.66407C16.004 7.66434 16.0042 7.66459 15.3333 8L14.6719 7.64645C14.6085 7.76504 14.5431 7.88246 14.4757 7.99869C14.4068 7.88105 14.3193 7.73708 14.2137 7.57357C13.9083 7.10069 13.4562 6.47206 12.8695 5.84629C11.6825 4.58017 10.0337 3.41667 8.00001 3.41667L7.99824 3.41667ZM14.4757 7.99869C14.1388 8.57931 13.752 9.12978 13.3195 9.64379C13.0528 9.96073 13.0935 10.4338 13.4105 10.7005C13.7274 10.9672 14.2005 10.9265 14.4672 10.6096C15.0535 9.91277 15.5655 9.15667 15.9948 8.35356C16.1095 8.13902 16.113 7.88218 16.0042 7.66459L15.3333 8C14.6625 8.33541 14.6626 8.33562 14.6627 8.33581L14.6624 8.33526L14.6585 8.32763L14.6393 8.2909C14.6215 8.25719 14.5937 8.20555 14.556 8.13853C14.5328 8.09744 14.5061 8.05063 14.4757 7.99869Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12787"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15749)"><path d="M12.445 12.5962C12.7964 12.3284 12.8641 11.8264 12.5962 11.475C12.3284 11.1236 11.8264 11.0559 11.475 11.3238L12.445 12.5962ZM8 13.3333V14.1334L8.01308 14.1332L8 13.3333ZM0.666672 8L-0.0382528 7.62174C-0.16116 7.85079 -0.165119 8.12528 -0.04887 8.35778L0.666672 8ZM4.52553 4.67583C4.87668 4.40768 4.94397 3.90564 4.67583 3.55448C4.40768 3.20333 3.90564 3.13604 3.55448 3.40418L4.52553 4.67583ZM6.41767 2.04773C5.98747 2.14842 5.72036 2.5788 5.82106 3.009C5.92176 3.4392 6.35214 3.70632 6.78233 3.60562L6.41767 2.04773ZM8 2.66667L7.99812 3.46667H8V2.66667ZM15.3333 8L16.0389 8.37713C16.1612 8.14829 16.1649 7.87433 16.0489 7.64223L15.3333 8ZM13.2812 9.6116C12.9967 9.94966 13.0402 10.4543 13.3783 10.7388C13.7163 11.0233 14.221 10.9798 14.5055 10.6417L13.2812 9.6116ZM9.99863 9.95872C10.2998 9.63547 10.282 9.12925 9.95872 8.82805C9.63547 8.52684 9.12925 8.54471 8.82805 8.86796L9.99863 9.95872ZM7.13205 7.17196C7.4553 6.87076 7.47316 6.36454 7.17196 6.04129C6.87076 5.71805 6.36454 5.70018 6.04129 6.00138L7.13205 7.17196ZM1.23236 0.100986C0.919938 -0.211433 0.413406 -0.211433 0.100986 0.100986C-0.211433 0.413406 -0.211433 0.919938 0.100986 1.23236L1.23236 0.100986ZM14.7677 15.899C15.0801 16.2114 15.5866 16.2114 15.899 15.899C16.2114 15.5866 16.2114 15.0801 15.899 14.7677L14.7677 15.899ZM11.475 11.3238C10.4712 12.0889 9.24893 12.5128 7.98693 12.5334L8.01308 14.1332C9.61655 14.107 11.1696 13.5684 12.445 12.5962L11.475 11.3238ZM8 12.5333C5.98628 12.5333 4.34975 11.3812 3.16697 10.1195C2.58287 9.49648 2.13252 8.87039 1.82829 8.39932C1.67667 8.16455 1.56264 7.97032 1.48763 7.83696C1.45015 7.77034 1.42251 7.71907 1.40486 7.68573C1.39604 7.66906 1.38973 7.65688 1.38594 7.64952C1.38405 7.64584 1.38279 7.64337 1.38217 7.64214C1.38186 7.64153 1.38171 7.64122 1.38171 7.64124C1.38172 7.64124 1.38176 7.64133 1.38184 7.6415C1.38189 7.64158 1.38198 7.64176 1.382 7.64181C1.3821 7.64201 1.38221 7.64223 0.666672 8C-0.04887 8.35778 -0.0487373 8.35804 -0.0485944 8.35833C-0.0485331 8.35845 -0.0483794 8.35876 -0.0482566 8.359C-0.0480107 8.35949 -0.0477234 8.36006 -0.0473948 8.36071C-0.0467374 8.36202 -0.0459145 8.36365 -0.0449264 8.3656C-0.0429502 8.3695 -0.0403127 8.37467 -0.0370164 8.38109C-0.0304242 8.39391 -0.0211933 8.41168 -0.00934303 8.43408C0.0143523 8.47885 0.0485539 8.54217 0.0931092 8.62138C0.182159 8.77969 0.312927 9.00212 0.484224 9.26736C0.825824 9.79629 1.33381 10.5035 1.99971 11.2138C3.31692 12.6189 5.34706 14.1333 8 14.1333V12.5333ZM1.3716 8.37827C2.14692 6.93338 3.22228 5.671 4.52553 4.67583L3.55448 3.40418C2.06991 4.53782 0.844943 5.97583 -0.0382528 7.62174L1.3716 8.37827ZM6.78233 3.60562C7.18084 3.51234 7.58885 3.46571 7.99812 3.46667L8.00188 1.86667C7.46858 1.86542 6.93694 1.92618 6.41767 2.04773L6.78233 3.60562ZM8 3.46667C10.0137 3.46667 11.6503 4.61885 12.833 5.88049C13.4171 6.50353 13.8675 7.12962 14.1717 7.60069C14.3233 7.83546 14.4374 8.02969 14.5124 8.16305C14.5499 8.22967 14.5775 8.28094 14.5951 8.31428C14.604 8.33095 14.6103 8.34313 14.6141 8.35049C14.616 8.35417 14.6172 8.35664 14.6178 8.35787C14.6181 8.35848 14.6183 8.35879 14.6183 8.35877C14.6183 8.35877 14.6182 8.35868 14.6182 8.35851C14.6181 8.35843 14.618 8.35825 14.618 8.3582C14.6179 8.358 14.6178 8.35778 15.3333 8C16.0489 7.64223 16.0487 7.64197 16.0486 7.64168C16.0485 7.64156 16.0484 7.64125 16.0483 7.64101C16.048 7.64052 16.0477 7.63995 16.0474 7.63929C16.0467 7.63799 16.0459 7.63636 16.0449 7.63441C16.043 7.63051 16.0403 7.62534 16.037 7.61892C16.0304 7.6061 16.0212 7.58833 16.0094 7.56593C15.9857 7.52116 15.9515 7.45784 15.9069 7.37863C15.8179 7.22032 15.6871 6.99788 15.5158 6.73265C15.1742 6.20372 14.6662 5.49648 14.0003 4.78619C12.6831 3.38116 10.6529 1.86667 8 1.86667V3.46667ZM14.6278 7.62287C14.2494 8.33084 13.7981 8.99736 13.2812 9.6116L14.5055 10.6417C15.094 9.9423 15.6079 9.18331 16.0389 8.37713L14.6278 7.62287ZM8.82805 8.86796C8.71819 8.98586 8.58571 9.08042 8.43851 9.14601L9.0897 10.6075C9.43317 10.4545 9.74229 10.2338 9.99863 9.95872L8.82805 8.86796ZM8.43851 9.14601C8.29131 9.2116 8.13241 9.24686 7.97129 9.24971L7.99951 10.8495C8.37547 10.8428 8.74624 10.7605 9.0897 10.6075L8.43851 9.14601ZM7.97129 9.24971C7.81016 9.25255 7.65012 9.22291 7.50069 9.16256L6.90146 10.6461C7.25011 10.7869 7.62355 10.8561 7.99951 10.8495L7.97129 9.24971ZM7.50069 9.16256C7.35127 9.1022 7.21554 9.01237 7.10159 8.89842L5.97022 10.0298C6.2361 10.2957 6.55281 10.5053 6.90146 10.6461L7.50069 9.16256ZM7.10159 8.89842C6.98764 8.78447 6.89781 8.64874 6.83745 8.49932L5.3539 9.09855C5.49473 9.4472 5.70433 9.76391 5.97022 10.0298L7.10159 8.89842ZM6.83745 8.49932C6.7771 8.3499 6.74746 8.18985 6.7503 8.02872L5.15055 8.0005C5.14392 8.37646 5.21308 8.7499 5.3539 9.09855L6.83745 8.49932ZM6.7503 8.02872C6.75315 7.8676 6.78841 7.7087 6.854 7.5615L5.39251 6.91031C5.23948 7.25377 5.15718 7.62454 5.15055 8.0005L6.7503 8.02872ZM6.854 7.5615C6.91959 7.4143 7.01415 7.28182 7.13205 7.17196L6.04129 6.00138C5.7662 6.25772 5.54555 6.56684 5.39251 6.91031L6.854 7.5615ZM0.100986 1.23236L14.7677 15.899L15.899 14.7677L1.23236 0.100986L0.100986 1.23236Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15749"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconEyeOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13492", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconEyeOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFacebook.tsx b/src/icons/IconFacebook.tsx
index bb8daea..ffd2b23 100644
--- a/src/icons/IconFacebook.tsx
+++ b/src/icons/IconFacebook.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFacebook = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.11261 1.77931C7.87838 1.01354 8.91699 0.583328 9.99996 0.583328H12C12.4142 0.583328 12.75 0.919115 12.75 1.33333V3.99999C12.75 4.41421 12.4142 4.75 12 4.75H10.0833V5.91666H12C12.2309 5.91666 12.449 6.02307 12.5911 6.2051C12.7332 6.38714 12.7836 6.62451 12.7276 6.84856L12.0609 9.51523C11.9774 9.8491 11.6774 10.0833 11.3333 10.0833H10.0833V14.6667C10.0833 15.0809 9.74751 15.4167 9.33329 15.4167H6.66663C6.25241 15.4167 5.91663 15.0809 5.91663 14.6667V10.0833H4.66663C4.25241 10.0833 3.91663 9.74754 3.91663 9.33333V6.66666C3.91663 6.25245 4.25241 5.91666 4.66663 5.91666H5.91663V4.66666C5.91663 3.58369 6.34683 2.54508 7.11261 1.77931ZM9.99996 2.08333C9.31482 2.08333 8.65774 2.3555 8.17327 2.83997C7.6888 3.32444 7.41663 3.98152 7.41663 4.66666V6.66666C7.41663 7.08088 7.08084 7.41666 6.66663 7.41666H5.41663V8.58333H6.66663C7.08084 8.58333 7.41663 8.91912 7.41663 9.33333V13.9167H8.58329V9.33333C8.58329 8.91912 8.91908 8.58333 9.33329 8.58333H10.7477L11.0394 7.41666H9.33329C8.91908 7.41666 8.58329 7.08088 8.58329 6.66666V4.66666C8.58329 4.29094 8.73255 3.9306 8.99822 3.66493C9.2639 3.39925 9.62424 3.24999 9.99996 3.24999H11.25V2.08333H9.99996Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12 1.33333H12.8C12.8 0.8915 12.4418 0.533328 12 0.533328V1.33333ZM9.99996 1.33333V0.533328V1.33333ZM6.66663 4.66666H5.86663H6.66663ZM6.66663 6.66666V7.46666C7.10845 7.46666 7.46663 7.10849 7.46663 6.66666H6.66663ZM4.66663 6.66666V5.86666C4.2248 5.86666 3.86663 6.22483 3.86663 6.66666H4.66663ZM4.66663 9.33333H3.86663C3.86663 9.77516 4.2248 10.1333 4.66663 10.1333V9.33333ZM6.66663 9.33333H7.46663C7.46663 8.8915 7.10845 8.53333 6.66663 8.53333V9.33333ZM6.66663 14.6667H5.86663C5.86663 15.1085 6.2248 15.4667 6.66663 15.4667V14.6667ZM9.33329 14.6667V15.4667C9.77512 15.4667 10.1333 15.1085 10.1333 14.6667H9.33329ZM9.33329 9.33333V8.53333C8.89146 8.53333 8.53329 8.8915 8.53329 9.33333H9.33329ZM11.3333 9.33333V10.1333C11.7004 10.1333 12.0204 9.88349 12.1094 9.52736L11.3333 9.33333ZM12 6.66666L12.7761 6.86069C12.8358 6.6217 12.7821 6.36851 12.6305 6.17433C12.4789 5.98016 12.2463 5.86666 12 5.86666V6.66666ZM9.33329 6.66666H8.53329C8.53329 7.10849 8.89146 7.46666 9.33329 7.46666V6.66666ZM9.99996 3.99999V4.79999V3.99999ZM12 3.99999V4.79999C12.4418 4.79999 12.8 4.44182 12.8 3.99999H12ZM12 0.533328H9.99996V2.13333H12V0.533328ZM9.99996 0.533328C8.90373 0.533328 7.8524 0.968803 7.07725 1.74395L8.20862 2.87532C8.68371 2.40023 9.32808 2.13333 9.99996 2.13333V0.533328ZM7.07725 1.74395C6.3021 2.5191 5.86663 3.57043 5.86663 4.66666H7.46663C7.46663 3.99478 7.73353 3.35042 8.20862 2.87532L7.07725 1.74395ZM5.86663 4.66666V6.66666H7.46663V4.66666H5.86663ZM6.66663 5.86666H4.66663V7.46666H6.66663V5.86666ZM3.86663 6.66666V9.33333H5.46663V6.66666H3.86663ZM4.66663 10.1333H6.66663V8.53333H4.66663V10.1333ZM5.86663 9.33333V14.6667H7.46663V9.33333H5.86663ZM6.66663 15.4667H9.33329V13.8667H6.66663V15.4667ZM10.1333 14.6667V9.33333H8.53329V14.6667H10.1333ZM9.33329 10.1333H11.3333V8.53333H9.33329V10.1333ZM12.1094 9.52736L12.7761 6.86069L11.2238 6.47263L10.5572 9.1393L12.1094 9.52736ZM12 5.86666H9.33329V7.46666H12V5.86666ZM10.1333 6.66666V4.66666H8.53329V6.66666H10.1333ZM10.1333 4.66666C10.1333 4.70202 10.1192 4.73594 10.0942 4.76094L8.96287 3.62957C8.68782 3.90462 8.53329 4.27768 8.53329 4.66666H10.1333ZM10.0942 4.76094C10.0692 4.78595 10.0353 4.79999 9.99996 4.79999V3.19999C9.61097 3.19999 9.23792 3.35452 8.96287 3.62957L10.0942 4.76094ZM9.99996 4.79999H12V3.19999H9.99996V4.79999ZM12.8 3.99999V1.33333H11.2V3.99999H12.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFacebook, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13494", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFacebook size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFastForward.tsx b/src/icons/IconFastForward.tsx
index 1edfa28..361c6a9 100644
--- a/src/icons/IconFastForward.tsx
+++ b/src/icons/IconFastForward.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFastForward = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.00386 2.6596C1.26118 2.53375 1.56772 2.56546 1.79383 2.74132L7.79383 7.40799C7.83974 7.4437 7.88087 7.48423 7.91671 7.52859V3.33333C7.91671 3.04688 8.07987 2.78545 8.33719 2.6596C8.59452 2.53375 8.90105 2.56546 9.12716 2.74132L15.1272 7.40799C15.3099 7.55008 15.4167 7.76856 15.4167 8C15.4167 8.23144 15.3099 8.44992 15.1272 8.59202L9.12716 13.2587C8.90105 13.4345 8.59452 13.4663 8.33719 13.3404C8.07987 13.2146 7.91671 12.9531 7.91671 12.6667V8.47142C7.88087 8.51577 7.83974 8.5563 7.79383 8.59202L1.79383 13.2587C1.56772 13.4345 1.26118 13.4663 1.00386 13.3404C0.746538 13.2146 0.583374 12.9531 0.583374 12.6667V3.33333C0.583374 3.04688 0.746538 2.78545 1.00386 2.6596ZM2.08337 4.86681V11.1332L6.11176 8L2.08337 4.86681ZM9.41671 4.86681V11.1332L13.4451 8L9.41671 4.86681Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.66671 12.6667H7.86671C7.86671 12.9722 8.04075 13.2511 8.31523 13.3853C8.5897 13.5196 8.91668 13.4857 9.15786 13.2981L8.66671 12.6667ZM14.6667 7.99999L15.1579 8.63148C15.3527 8.47991 15.4667 8.24687 15.4667 7.99999C15.4667 7.75312 15.3527 7.52008 15.1579 7.36851L14.6667 7.99999ZM8.66671 3.33333L9.15786 2.70185C8.91668 2.51426 8.5897 2.48043 8.31523 2.61468C8.04075 2.74892 7.86671 3.02778 7.86671 3.33333H8.66671ZM1.33337 12.6667H0.533374C0.533374 12.9722 0.707415 13.2511 0.981893 13.3853C1.25637 13.5196 1.58334 13.4857 1.82453 13.2981L1.33337 12.6667ZM7.33337 7.99999L7.82453 8.63148C8.0194 8.47991 8.13337 8.24687 8.13337 7.99999C8.13337 7.75312 8.0194 7.52008 7.82453 7.36851L7.33337 7.99999ZM1.33337 3.33333L1.82453 2.70185C1.58334 2.51426 1.25637 2.48043 0.981893 2.61468C0.707415 2.74892 0.533374 3.02778 0.533374 3.33333H1.33337ZM9.15786 13.2981L15.1579 8.63148L14.1756 7.36851L8.17555 12.0352L9.15786 13.2981ZM15.1579 7.36851L9.15786 2.70185L8.17555 3.96481L14.1756 8.63148L15.1579 7.36851ZM7.86671 3.33333V12.6667H9.46671V3.33333H7.86671ZM1.82453 13.2981L7.82453 8.63148L6.84222 7.36851L0.842222 12.0352L1.82453 13.2981ZM7.82453 7.36851L1.82453 2.70185L0.842222 3.96481L6.84222 8.63148L7.82453 7.36851ZM0.533374 3.33333V12.6667H2.13337V3.33333H0.533374Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFastForward, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13497", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFastForward size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFeather.tsx b/src/icons/IconFeather.tsx
index dc9a91a..756931b 100644
--- a/src/icons/IconFeather.tsx
+++ b/src/icons/IconFeather.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFeather = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12310)"><path fillRule="evenodd" clipRule="evenodd" d="M7.30292 1.96967C8.19414 1.07845 9.40288 0.577774 10.6633 0.577774C11.9236 0.577774 13.1324 1.07845 14.0236 1.96967C14.9148 2.86088 15.4155 4.06963 15.4155 5.33C15.4155 6.59005 14.915 7.79851 14.0243 8.68966C14.024 8.68988 14.0238 8.69011 14.0236 8.69033L12.2585 10.4607C12.2208 10.509 12.1773 10.5527 12.129 10.5905L9.53103 13.1962C9.39032 13.3373 9.19922 13.4167 8.99992 13.4167H3.64391L1.86358 15.197C1.57069 15.4899 1.09582 15.4899 0.802922 15.197C0.510029 14.9041 0.510029 14.4292 0.802922 14.1363L2.58325 12.356V7C2.58325 6.80109 2.66227 6.61032 2.80292 6.46967L7.30292 1.96967ZM5.14391 11.9167H8.68861L9.85182 10.75H6.31058L5.14391 11.9167ZM5.46889 9.47037L4.08325 10.856V7.31066L8.36358 3.03033C8.97349 2.42042 9.80071 2.07777 10.6633 2.07777C11.5258 2.07777 12.353 2.42042 12.9629 3.03033C13.5728 3.64024 13.9155 4.46746 13.9155 5.33C13.9155 6.19254 13.5728 7.01976 12.9629 7.62967L12.9621 7.63046L11.3474 9.25H7.81058L11.1969 5.86366C11.4898 5.57077 11.4898 5.09589 11.1969 4.803C10.904 4.51011 10.4291 4.51011 10.1363 4.803L5.47029 9.46897C5.46982 9.46943 5.46935 9.4699 5.46889 9.47037Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12310"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15757)"><path d="M13.4933 8.16L12.9276 7.59431L12.9267 7.59515L13.4933 8.16ZM10.6633 1.32777V0.527774V1.32777ZM7.83325 2.5L7.26757 1.93431L7.83325 2.5ZM3.33325 7L2.76757 6.43431C2.61754 6.58434 2.53325 6.78783 2.53325 7H3.33325ZM3.33325 12.6667H2.53325C2.53325 13.1085 2.89142 13.4667 3.33325 13.4667V12.6667ZM8.99992 12.6667V13.4667C9.2125 13.4667 9.41634 13.3821 9.56644 13.2315L8.99992 12.6667ZM11.2323 5.89902C11.5447 5.5866 11.5447 5.08007 11.2323 4.76765C10.9199 4.45523 10.4133 4.45523 10.1009 4.76765L11.2323 5.89902ZM0.767567 14.101C0.455147 14.4134 0.455147 14.9199 0.767567 15.2323C1.07999 15.5448 1.58652 15.5448 1.89894 15.2323L0.767567 14.101ZM11.6666 10.8C12.1084 10.8 12.4666 10.4418 12.4666 10C12.4666 9.55817 12.1084 9.2 11.6666 9.2V10.8ZM5.99992 9.2C5.55809 9.2 5.19992 9.55817 5.19992 10C5.19992 10.4418 5.55809 10.8 5.99992 10.8V9.2ZM14.0589 8.72568C14.9595 7.82509 15.4655 6.60363 15.4655 5.33H13.8655C13.8655 6.17928 13.5281 6.99378 12.9276 7.59431L14.0589 8.72568ZM15.4655 5.33C15.4655 4.05637 14.9595 2.8349 14.0589 1.93431L12.9276 3.06568C13.5281 3.66622 13.8655 4.48072 13.8655 5.33H15.4655ZM14.0589 1.93431C13.1583 1.03372 11.9369 0.527774 10.6633 0.527774V2.12777C11.5125 2.12777 12.327 2.46515 12.9276 3.06568L14.0589 1.93431ZM10.6633 0.527774C9.38962 0.527774 8.16816 1.03372 7.26757 1.93431L8.39894 3.06568C8.99947 2.46515 9.81397 2.12777 10.6633 2.12777V0.527774ZM7.26757 1.93431L2.76757 6.43431L3.89894 7.56568L8.39894 3.06568L7.26757 1.93431ZM2.53325 7V12.6667H4.13325V7H2.53325ZM3.33325 13.4667H8.99992V11.8667H3.33325V13.4667ZM9.56644 13.2315L14.0598 8.72485L12.9267 7.59515L8.4334 12.1018L9.56644 13.2315ZM10.1009 4.76765L0.767567 14.101L1.89894 15.2323L11.2323 5.89902L10.1009 4.76765ZM11.6666 9.2H5.99992V10.8H11.6666V9.2Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15757"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconFeather, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13496", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFeather size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFigma.tsx b/src/icons/IconFigma.tsx
index 69f5ed0..f907fff 100644
--- a/src/icons/IconFigma.tsx
+++ b/src/icons/IconFigma.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFigma = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12777)"><path fillRule="evenodd" clipRule="evenodd" d="M5.66659 2.08333C5.24666 2.08333 4.84393 2.25014 4.547 2.54708C4.25007 2.84401 4.08325 3.24674 4.08325 3.66666C4.08325 4.08659 4.25007 4.48931 4.547 4.78625C4.84393 5.08318 5.24666 5.25 5.66659 5.25H7.24992V2.08333H5.66659ZM8.74992 2.08333V5.25H10.3333C10.5412 5.25 10.7471 5.20904 10.9392 5.12947C11.1313 5.0499 11.3058 4.93327 11.4528 4.78625C11.5999 4.63922 11.7165 4.46468 11.7961 4.27258C11.8756 4.08048 11.9166 3.87459 11.9166 3.66666C11.9166 3.45874 11.8756 3.25285 11.7961 3.06075C11.7165 2.86865 11.5999 2.6941 11.4528 2.54708C11.3058 2.40005 11.1313 2.28342 10.9392 2.20385C10.7471 2.12428 10.5412 2.08333 10.3333 2.08333H8.74992ZM12.3488 6C12.4055 5.95106 12.4604 5.9 12.5135 5.84691C12.7998 5.56059 13.0269 5.22069 13.1819 4.8466C13.3368 4.47252 13.4166 4.07157 13.4166 3.66666C13.4166 3.26175 13.3368 2.86081 13.1819 2.48672C13.0269 2.11263 12.7998 1.77273 12.5135 1.48642C12.2272 1.2001 11.8873 0.972985 11.5132 0.818033C11.1391 0.663081 10.7382 0.583328 10.3333 0.583328H5.66659C4.84883 0.583328 4.06458 0.908178 3.48634 1.48642C2.9081 2.06465 2.58325 2.84891 2.58325 3.66666C2.58325 4.48441 2.9081 5.26867 3.48634 5.84691C3.53953 5.9001 3.59447 5.95115 3.65101 6C3.59447 6.04884 3.53953 6.09989 3.48634 6.15308C2.9081 6.73132 2.58325 7.51558 2.58325 8.33333C2.58325 9.15108 2.9081 9.93534 3.48634 10.5136C3.53953 10.5668 3.59447 10.6178 3.65101 10.6667C3.59447 10.7155 3.53953 10.7666 3.48634 10.8197C2.9081 11.398 2.58325 12.1822 2.58325 13C2.58325 13.8177 2.9081 14.602 3.48634 15.1802C4.06458 15.7585 4.84883 16.0833 5.66659 16.0833C6.48434 16.0833 7.26859 15.7585 7.84683 15.1802C8.42507 14.602 8.74992 13.8177 8.74992 13V10.9791C8.87895 11.0563 9.01375 11.1242 9.15331 11.182C9.5274 11.3369 9.92834 11.4167 10.3333 11.4167C10.7382 11.4167 11.1391 11.3369 11.5132 11.182C11.8873 11.027 12.2272 10.7999 12.5135 10.5136C12.7998 10.2273 13.0269 9.88735 13.1819 9.51327C13.3368 9.13918 13.4166 8.73824 13.4166 8.33333C13.4166 7.92842 13.3368 7.52747 13.1819 7.15339C13.0269 6.7793 12.7998 6.4394 12.5135 6.15308C12.4604 6.09999 12.4055 6.04894 12.3488 6ZM7.24992 9.91666V6.75H5.66659C5.24666 6.75 4.84393 6.91681 4.547 7.21374C4.25007 7.51068 4.08325 7.9134 4.08325 8.33333C4.08325 8.75325 4.25007 9.15598 4.547 9.45291C4.84393 9.74985 5.24666 9.91666 5.66659 9.91666H7.24992ZM7.24992 11.4167H5.66659C5.24666 11.4167 4.84393 11.5835 4.547 11.8804C4.25007 12.1773 4.08325 12.5801 4.08325 13C4.08325 13.4199 4.25007 13.8226 4.547 14.1196C4.84393 14.4165 5.24666 14.5833 5.66659 14.5833C6.08651 14.5833 6.48924 14.4165 6.78617 14.1196C7.0831 13.8226 7.24992 13.4199 7.24992 13V11.4167ZM10.3333 6.75C10.1253 6.75 9.91944 6.79095 9.72734 6.87052C9.53524 6.95009 9.36069 7.06672 9.21367 7.21374C9.06664 7.36077 8.95001 7.53531 8.87044 7.72741C8.79087 7.91951 8.74992 8.1254 8.74992 8.33333C8.74992 8.54126 8.79087 8.74714 8.87044 8.93924C8.95001 9.13134 9.06664 9.30589 9.21367 9.45291C9.36069 9.59994 9.53524 9.71657 9.72734 9.79614C9.91944 9.87571 10.1253 9.91666 10.3333 9.91666C10.5412 9.91666 10.7471 9.87571 10.9392 9.79614C11.1313 9.71657 11.3058 9.59994 11.4528 9.45291C11.5999 9.30589 11.7165 9.13134 11.7961 8.93924C11.8756 8.74714 11.9166 8.54125 11.9166 8.33333C11.9166 8.1254 11.8756 7.91951 11.7961 7.72741C11.7165 7.53531 11.5999 7.36077 11.4528 7.21374C11.3058 7.06672 11.1313 6.95009 10.9392 6.87052C10.7471 6.79095 10.5412 6.75 10.3333 6.75Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12777"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15759)"><path d="M5.66659 5.99999V5.19999V5.99999ZM10.3333 1.33333V2.13333V1.33333ZM7.99992 8.33333H8.79992H7.99992ZM12.6666 8.33333H11.8666H12.6666ZM4.13325 3.66666C4.13325 3.26 4.2948 2.86999 4.58236 2.58243L3.45098 1.45106C2.86337 2.03867 2.53325 2.83565 2.53325 3.66666H4.13325ZM4.58236 2.58243C4.86991 2.29488 5.25992 2.13333 5.66659 2.13333V0.533328C4.83557 0.533328 4.0386 0.863446 3.45098 1.45106L4.58236 2.58243ZM5.66659 2.13333H7.99992V0.533328H5.66659V2.13333ZM7.19992 1.33333V5.99999H8.79992V1.33333H7.19992ZM7.99992 5.19999H5.66659V6.79999H7.99992V5.19999ZM5.66659 5.19999C5.25992 5.19999 4.86991 5.03845 4.58236 4.75089L3.45098 5.88226C4.0386 6.46988 4.83557 6.79999 5.66659 6.79999V5.19999ZM4.58236 4.75089C4.2948 4.46334 4.13325 4.07333 4.13325 3.66666H2.53325C2.53325 4.49767 2.86337 5.29465 3.45098 5.88226L4.58236 4.75089ZM7.99992 2.13333H10.3333V0.533328H7.99992V2.13333ZM10.3333 2.13333C10.5346 2.13333 10.734 2.17299 10.92 2.25005L11.5323 0.771839C11.1522 0.614374 10.7447 0.533328 10.3333 0.533328V2.13333ZM10.92 2.25005C11.1061 2.3271 11.2751 2.44005 11.4175 2.58243L12.5489 1.45106C12.2579 1.1601 11.9125 0.929303 11.5323 0.771839L10.92 2.25005ZM11.4175 2.58243C11.5599 2.72481 11.6728 2.89385 11.7499 3.07988L13.2281 2.46759C13.0706 2.08743 12.8398 1.74202 12.5489 1.45106L11.4175 2.58243ZM11.7499 3.07988C11.8269 3.26591 11.8666 3.4653 11.8666 3.66666H13.4666C13.4666 3.25519 13.3855 2.84774 13.2281 2.46759L11.7499 3.07988ZM11.8666 3.66666C11.8666 3.86802 11.8269 4.06741 11.7499 4.25344L13.2281 4.86574C13.3855 4.48558 13.4666 4.07814 13.4666 3.66666H11.8666ZM11.7499 4.25344C11.6728 4.43948 11.5599 4.60851 11.4175 4.75089L12.5489 5.88226C12.8398 5.59131 13.0706 5.24589 13.2281 4.86574L11.7499 4.25344ZM11.4175 4.75089C11.2751 4.89327 11.1061 5.00622 10.92 5.08328L11.5323 6.56148C11.9125 6.40402 12.2579 6.17322 12.5489 5.88226L11.4175 4.75089ZM10.92 5.08328C10.734 5.16033 10.5346 5.19999 10.3333 5.19999V6.79999C10.7447 6.79999 11.1522 6.71895 11.5323 6.56148L10.92 5.08328ZM10.3333 5.19999H7.99992V6.79999H10.3333V5.19999ZM8.79992 8.33333C8.79992 8.13197 8.83958 7.93258 8.91664 7.74655L7.43843 7.13425C7.28096 7.51441 7.19992 7.92185 7.19992 8.33333H8.79992ZM8.91664 7.74655C8.99369 7.56051 9.10664 7.39148 9.24902 7.2491L8.11765 6.11773C7.82669 6.40868 7.59589 6.7541 7.43843 7.13425L8.91664 7.74655ZM9.24902 7.2491C9.39141 7.10671 9.56044 6.99377 9.74647 6.91671L9.13418 5.43851C8.75402 5.59597 8.40861 5.82677 8.11765 6.11773L9.24902 7.2491ZM9.74647 6.91671C9.9325 6.83966 10.1319 6.79999 10.3333 6.79999V5.19999C9.92178 5.19999 9.51433 5.28104 9.13418 5.43851L9.74647 6.91671ZM10.3333 6.79999C10.5346 6.79999 10.734 6.83966 10.92 6.91671L11.5323 5.43851C11.1522 5.28104 10.7447 5.19999 10.3333 5.19999V6.79999ZM10.92 6.91671C11.1061 6.99377 11.2751 7.10671 11.4175 7.2491L12.5489 6.11773C12.2579 5.82677 11.9125 5.59597 11.5323 5.43851L10.92 6.91671ZM11.4175 7.2491C11.5599 7.39148 11.6728 7.56051 11.7499 7.74655L13.2281 7.13425C13.0706 6.7541 12.8398 6.40869 12.5489 6.11773L11.4175 7.2491ZM11.7499 7.74655C11.8269 7.93258 11.8666 8.13197 11.8666 8.33333H13.4666C13.4666 7.92185 13.3855 7.51441 13.2281 7.13425L11.7499 7.74655ZM11.8666 8.33333C11.8666 8.53469 11.8269 8.73408 11.7499 8.92011L13.2281 9.5324C13.3855 9.15225 13.4666 8.7448 13.4666 8.33333H11.8666ZM11.7499 8.92011C11.6728 9.10614 11.5599 9.27518 11.4175 9.41756L12.5489 10.5489C12.8398 10.258 13.0706 9.91255 13.2281 9.5324L11.7499 8.92011ZM11.4175 9.41756C11.2751 9.55994 11.1061 9.67289 10.92 9.74994L11.5323 11.2282C11.9125 11.0707 12.2579 10.8399 12.5489 10.5489L11.4175 9.41756ZM10.92 9.74994C10.734 9.827 10.5346 9.86666 10.3333 9.86666V11.4667C10.7447 11.4667 11.1522 11.3856 11.5323 11.2282L10.92 9.74994ZM10.3333 9.86666C10.1319 9.86666 9.9325 9.827 9.74647 9.74994L9.13418 11.2282C9.51433 11.3856 9.92178 11.4667 10.3333 11.4667V9.86666ZM9.74647 9.74994C9.56044 9.67289 9.39141 9.55994 9.24902 9.41756L8.11765 10.5489C8.40861 10.8399 8.75402 11.0707 9.13418 11.2282L9.74647 9.74994ZM9.24902 9.41756C9.10664 9.27517 8.99369 9.10614 8.91664 8.92011L7.43843 9.5324C7.59589 9.91256 7.82669 10.258 8.11765 10.5489L9.24902 9.41756ZM8.91664 8.92011C8.83958 8.73408 8.79992 8.53469 8.79992 8.33333H7.19992C7.19992 8.7448 7.28096 9.15225 7.43843 9.5324L8.91664 8.92011ZM4.13325 13C4.13325 12.5933 4.2948 12.2033 4.58236 11.9158L3.45098 10.7844C2.86337 11.372 2.53325 12.169 2.53325 13H4.13325ZM4.58236 11.9158C4.86991 11.6282 5.25992 11.4667 5.66659 11.4667V9.86666C4.83557 9.86666 4.0386 10.1968 3.45098 10.7844L4.58236 11.9158ZM5.66659 11.4667H7.99992V9.86666H5.66659V11.4667ZM7.19992 10.6667V13H8.79992V10.6667H7.19992ZM7.19992 13C7.19992 13.4067 7.03837 13.7967 6.75082 14.0842L7.88219 15.2156C8.4698 14.628 8.79992 13.831 8.79992 13H7.19992ZM6.75082 14.0842C6.46326 14.3718 6.07325 14.5333 5.66659 14.5333V16.1333C6.4976 16.1333 7.29457 15.8032 7.88219 15.2156L6.75082 14.0842ZM5.66659 14.5333C5.25992 14.5333 4.86991 14.3718 4.58236 14.0842L3.45098 15.2156C4.0386 15.8032 4.83557 16.1333 5.66659 16.1333V14.5333ZM4.58236 14.0842C4.2948 13.7967 4.13325 13.4067 4.13325 13H2.53325C2.53325 13.831 2.86337 14.628 3.45098 15.2156L4.58236 14.0842ZM4.13325 8.33333C4.13325 7.92666 4.2948 7.53665 4.58236 7.2491L3.45098 6.11773C2.86337 6.70534 2.53325 7.50232 2.53325 8.33333H4.13325ZM4.58236 7.2491C4.86991 6.96154 5.25992 6.79999 5.66659 6.79999V5.19999C4.83557 5.19999 4.0386 5.53011 3.45098 6.11773L4.58236 7.2491ZM7.19992 5.99999V10.6667H8.79992V5.99999H7.19992ZM5.66659 9.86666C5.25992 9.86666 4.86991 9.70511 4.58236 9.41756L3.45098 10.5489C4.0386 11.1365 4.83557 11.4667 5.66659 11.4667V9.86666ZM4.58236 9.41756C4.2948 9.13 4.13325 8.73999 4.13325 8.33333H2.53325C2.53325 9.16434 2.86337 9.96132 3.45098 10.5489L4.58236 9.41756Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15759"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconFigma, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13498", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFigma size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFile.tsx b/src/icons/IconFile.tsx
index 98074f9..d779df7 100644
--- a/src/icons/IconFile.tsx
+++ b/src/icons/IconFile.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFile = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.52687 1.19353C2.91757 0.802825 3.44747 0.583332 4.00001 0.583332H8.66667C8.86558 0.583332 9.05635 0.66235 9.197 0.803002L13.8637 5.46967C14.0043 5.61032 14.0833 5.80109 14.0833 6V13.3333C14.0833 13.8859 13.8638 14.4158 13.4731 14.8065C13.0824 15.1972 12.5525 15.4167 12 15.4167H4.00001C3.44747 15.4167 2.91757 15.1972 2.52687 14.8065C2.13617 14.4158 1.91667 13.8859 1.91667 13.3333V2.66667C1.91667 2.11413 2.13617 1.58423 2.52687 1.19353ZM4.00001 2.08333C3.8453 2.08333 3.69692 2.14479 3.58753 2.25419C3.47813 2.36358 3.41667 2.51196 3.41667 2.66667V13.3333C3.41667 13.488 3.47813 13.6364 3.58753 13.7458C3.69692 13.8552 3.8453 13.9167 4.00001 13.9167H12C12.1547 13.9167 12.3031 13.8552 12.4125 13.7458C12.5219 13.6364 12.5833 13.488 12.5833 13.3333V6.75H8.66667C8.25246 6.75 7.91667 6.41421 7.91667 6L7.91667 2.08333H4.00001ZM9.41667 3.14399L11.5227 5.25H9.41667L9.41667 3.14399Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.66667 1.33333L9.23236 0.767647C9.08233 0.617618 8.87884 0.533332 8.66667 0.533332V1.33333ZM4.00001 1.33333V0.533332V1.33333ZM2.66667 2.66667H1.86667H2.66667ZM2.66667 13.3333H1.86667H2.66667ZM13.3333 6H14.1333C14.1333 5.78783 14.0491 5.58434 13.899 5.43431L13.3333 6ZM8.66667 6H7.86667C7.86667 6.21217 7.95096 6.41565 8.10099 6.56568C8.25101 6.71571 8.4545 6.8 8.66667 6.8V6ZM8.66667 0.533332H4.00001V2.13333H8.66667V0.533332ZM4.00001 0.533332C3.43421 0.533332 2.89159 0.758093 2.49151 1.15817L3.62288 2.28954C3.7229 2.18952 3.85856 2.13333 4.00001 2.13333V0.533332ZM2.49151 1.15817C2.09143 1.55825 1.86667 2.10087 1.86667 2.66667H3.46667C3.46667 2.52522 3.52286 2.38956 3.62288 2.28954L2.49151 1.15817ZM1.86667 2.66667V13.3333H3.46667V2.66667H1.86667ZM1.86667 13.3333C1.86667 13.8991 2.09143 14.4417 2.49151 14.8418L3.62288 13.7105C3.52286 13.6104 3.46667 13.4748 3.46667 13.3333H1.86667ZM2.49151 14.8418C2.89159 15.2419 3.43421 15.4667 4.00001 15.4667V13.8667C3.85856 13.8667 3.7229 13.8105 3.62288 13.7105L2.49151 14.8418ZM4.00001 15.4667H12V13.8667H4.00001V15.4667ZM12 15.4667C12.5658 15.4667 13.1084 15.2419 13.5085 14.8418L12.3771 13.7105C12.2771 13.8105 12.1415 13.8667 12 13.8667V15.4667ZM13.5085 14.8418C13.9086 14.4417 14.1333 13.8991 14.1333 13.3333H12.5333C12.5333 13.4748 12.4771 13.6104 12.3771 13.7105L13.5085 14.8418ZM14.1333 13.3333V6H12.5333V13.3333H14.1333ZM13.899 5.43431L9.23236 0.767647L8.10099 1.89902L12.7677 6.56568L13.899 5.43431ZM7.86667 1.33333L7.86667 6H9.46667L9.46667 1.33333L7.86667 1.33333ZM8.66667 6.8H13.3333V5.2H8.66667V6.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFile, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13503", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFile size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFileMinus.tsx b/src/icons/IconFileMinus.tsx
index f594590..3e109d7 100644
--- a/src/icons/IconFileMinus.tsx
+++ b/src/icons/IconFileMinus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFileMinus = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.52694 1.19352C2.91764 0.802822 3.44755 0.583328 4.00008 0.583328H9.33342C9.53233 0.583328 9.72309 0.662346 9.86375 0.802998L13.8637 4.803C14.0044 4.94365 14.0834 5.13442 14.0834 5.33333V13.3333C14.0834 13.8859 13.8639 14.4158 13.4732 14.8065C13.0825 15.1972 12.5526 15.4167 12.0001 15.4167H4.00008C3.44755 15.4167 2.91764 15.1972 2.52694 14.8065C2.13624 14.4158 1.91675 13.8859 1.91675 13.3333V2.66666C1.91675 2.11413 2.13624 1.58422 2.52694 1.19352ZM4.00008 2.08333C3.84537 2.08333 3.697 2.14479 3.5876 2.25418C3.47821 2.36358 3.41675 2.51195 3.41675 2.66666V13.3333C3.41675 13.488 3.47821 13.6364 3.5876 13.7458C3.697 13.8552 3.84537 13.9167 4.00008 13.9167H12.0001C12.1548 13.9167 12.3032 13.8552 12.4126 13.7458C12.522 13.6364 12.5834 13.488 12.5834 13.3333V6.08333H9.33341C9.1345 6.08333 8.94374 6.00431 8.80308 5.86366C8.66243 5.72301 8.58341 5.53224 8.58341 5.33333L8.58342 2.08333H4.00008ZM10.0834 3.14399L11.5228 4.58333H10.0834L10.0834 3.14399ZM5.25008 10C5.25008 9.58578 5.58587 9.25 6.00008 9.25H10.0001C10.4143 9.25 10.7501 9.58578 10.7501 10C10.7501 10.4142 10.4143 10.75 10.0001 10.75H6.00008C5.58587 10.75 5.25008 10.4142 5.25008 10Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.33341 1.33333L9.8991 0.767643C9.74907 0.617614 9.54559 0.533328 9.33341 0.533328V1.33333ZM4.00008 1.33333V0.533328V1.33333ZM2.66675 2.66666H1.86675H2.66675ZM2.66675 13.3333H1.86675H2.66675ZM13.3334 5.33333H14.1334C14.1334 5.12116 14.0491 4.91767 13.8991 4.76764L13.3334 5.33333ZM9.33342 5.33333H8.53341C8.53341 5.77516 8.89159 6.13333 9.33342 6.13333V5.33333ZM6.00008 9.19999C5.55825 9.19999 5.20008 9.55817 5.20008 10C5.20008 10.4418 5.55825 10.8 6.00008 10.8V9.19999ZM10.0001 10.8C10.4419 10.8 10.8001 10.4418 10.8001 10C10.8001 9.55817 10.4419 9.19999 10.0001 9.19999V10.8ZM9.33341 0.533328H4.00008V2.13333H9.33341V0.533328ZM4.00008 0.533328C3.43429 0.533328 2.89166 0.758089 2.49159 1.15817L3.62296 2.28954C3.72298 2.18952 3.85863 2.13333 4.00008 2.13333V0.533328ZM2.49159 1.15817C2.09151 1.55824 1.86675 2.10087 1.86675 2.66666H3.46675C3.46675 2.52521 3.52294 2.38956 3.62296 2.28954L2.49159 1.15817ZM1.86675 2.66666V13.3333H3.46675V2.66666H1.86675ZM1.86675 13.3333C1.86675 13.8991 2.09151 14.4417 2.49159 14.8418L3.62296 13.7105C3.52294 13.6104 3.46675 13.4748 3.46675 13.3333H1.86675ZM2.49159 14.8418C2.89166 15.2419 3.43429 15.4667 4.00008 15.4667V13.8667C3.85863 13.8667 3.72298 13.8105 3.62296 13.7105L2.49159 14.8418ZM4.00008 15.4667H12.0001V13.8667H4.00008V15.4667ZM12.0001 15.4667C12.5659 15.4667 13.1085 15.2419 13.5086 14.8418L12.3772 13.7105C12.2772 13.8105 12.1415 13.8667 12.0001 13.8667V15.4667ZM13.5086 14.8418C13.9087 14.4417 14.1334 13.8991 14.1334 13.3333H12.5334C12.5334 13.4748 12.4772 13.6104 12.3772 13.7105L13.5086 14.8418ZM14.1334 13.3333V5.33333H12.5334V13.3333H14.1334ZM13.8991 4.76764L9.8991 0.767643L8.76773 1.89901L12.7677 5.89901L13.8991 4.76764ZM8.53341 1.33333L8.53341 5.33333H10.1334L10.1334 1.33333L8.53341 1.33333ZM9.33342 6.13333H13.3334V4.53333H9.33342V6.13333ZM6.00008 10.8H10.0001V9.19999H6.00008V10.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFileMinus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13499", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFileMinus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFilePlus.tsx b/src/icons/IconFilePlus.tsx
index 4b4633c..df897ca 100644
--- a/src/icons/IconFilePlus.tsx
+++ b/src/icons/IconFilePlus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFilePlus = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.5267 1.19352C2.9174 0.802822 3.4473 0.583328 3.99984 0.583328H9.33317C9.53208 0.583328 9.72285 0.662346 9.8635 0.802998L13.8635 4.803C14.0042 4.94365 14.0832 5.13442 14.0832 5.33333V13.3333C14.0832 13.8859 13.8637 14.4158 13.473 14.8065C13.0823 15.1972 12.5524 15.4167 11.9998 15.4167H3.99984C3.4473 15.4167 2.9174 15.1972 2.5267 14.8065C2.136 14.4158 1.9165 13.8859 1.9165 13.3333V2.66666C1.9165 2.11413 2.136 1.58422 2.5267 1.19352ZM3.99984 2.08333C3.84513 2.08333 3.69675 2.14479 3.58736 2.25418C3.47796 2.36358 3.4165 2.51195 3.4165 2.66666V13.3333C3.4165 13.488 3.47796 13.6364 3.58736 13.7458C3.69676 13.8552 3.84513 13.9167 3.99984 13.9167H11.9998C12.1545 13.9167 12.3029 13.8552 12.4123 13.7458C12.5217 13.6364 12.5832 13.488 12.5832 13.3333V6.08333H9.33317C9.13426 6.08333 8.94349 6.00431 8.80284 5.86366C8.66219 5.72301 8.58317 5.53224 8.58317 5.33333L8.58317 2.08333H3.99984ZM10.0832 3.14399L11.5225 4.58333H10.0832L10.0832 3.14399ZM7.99984 7.25C8.41405 7.25 8.74984 7.58578 8.74984 8V9.25H9.99984C10.4141 9.25 10.7498 9.58578 10.7498 10C10.7498 10.4142 10.4141 10.75 9.99984 10.75H8.74984V12C8.74984 12.4142 8.41405 12.75 7.99984 12.75C7.58562 12.75 7.24984 12.4142 7.24984 12V10.75H5.99984C5.58562 10.75 5.24984 10.4142 5.24984 10C5.24984 9.58578 5.58562 9.25 5.99984 9.25H7.24984V8C7.24984 7.58578 7.58562 7.25 7.99984 7.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.33317 1.33333L9.89886 0.767643C9.74883 0.617614 9.54534 0.533328 9.33317 0.533328V1.33333ZM3.99984 1.33333V0.533328V1.33333ZM2.6665 2.66666H1.8665H2.6665ZM2.6665 13.3333H1.8665H2.6665ZM13.3332 5.33333H14.1332C14.1332 5.12116 14.0489 4.91767 13.8989 4.76764L13.3332 5.33333ZM9.33317 5.33333H8.53317C8.53317 5.77516 8.89134 6.13333 9.33317 6.13333V5.33333ZM7.19984 12C7.19984 12.4418 7.55801 12.8 7.99984 12.8C8.44166 12.8 8.79984 12.4418 8.79984 12H7.19984ZM8.79984 7.99999C8.79984 7.55817 8.44166 7.19999 7.99984 7.19999C7.55801 7.19999 7.19984 7.55817 7.19984 7.99999H8.79984ZM5.99984 9.19999C5.55801 9.19999 5.19984 9.55817 5.19984 10C5.19984 10.4418 5.55801 10.8 5.99984 10.8V9.19999ZM9.99984 10.8C10.4417 10.8 10.7998 10.4418 10.7998 10C10.7998 9.55817 10.4417 9.19999 9.99984 9.19999V10.8ZM9.33317 0.533328H3.99984V2.13333H9.33317V0.533328ZM3.99984 0.533328C3.43404 0.533328 2.89142 0.758089 2.49134 1.15817L3.62271 2.28954C3.72273 2.18952 3.85839 2.13333 3.99984 2.13333V0.533328ZM2.49134 1.15817C2.09126 1.55824 1.8665 2.10087 1.8665 2.66666H3.4665C3.4665 2.52521 3.52269 2.38956 3.62271 2.28954L2.49134 1.15817ZM1.8665 2.66666V13.3333H3.4665V2.66666H1.8665ZM1.8665 13.3333C1.8665 13.8991 2.09127 14.4417 2.49134 14.8418L3.62271 13.7105C3.52269 13.6104 3.4665 13.4748 3.4665 13.3333H1.8665ZM2.49134 14.8418C2.89142 15.2419 3.43404 15.4667 3.99984 15.4667V13.8667C3.85839 13.8667 3.72273 13.8105 3.62271 13.7105L2.49134 14.8418ZM3.99984 15.4667H11.9998V13.8667H3.99984V15.4667ZM11.9998 15.4667C12.5656 15.4667 13.1083 15.2419 13.5083 14.8418L12.377 13.7105C12.2769 13.8105 12.1413 13.8667 11.9998 13.8667V15.4667ZM13.5083 14.8418C13.9084 14.4417 14.1332 13.8991 14.1332 13.3333H12.5332C12.5332 13.4748 12.477 13.6104 12.377 13.7105L13.5083 14.8418ZM14.1332 13.3333V5.33333H12.5332V13.3333H14.1332ZM13.8989 4.76764L9.89886 0.767643L8.76748 1.89901L12.7675 5.89901L13.8989 4.76764ZM8.53317 1.33333L8.53317 5.33333H10.1332L10.1332 1.33333L8.53317 1.33333ZM9.33317 6.13333H13.3332V4.53333H9.33317V6.13333ZM8.79984 12V7.99999H7.19984V12H8.79984ZM5.99984 10.8H9.99984V9.19999H5.99984V10.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFilePlus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13501", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFilePlus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFileText.tsx b/src/icons/IconFileText.tsx
index 70bb971..5cca520 100644
--- a/src/icons/IconFileText.tsx
+++ b/src/icons/IconFileText.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFileText = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.5267 1.19352C2.9174 0.802822 3.4473 0.583328 3.99984 0.583328H9.33317C9.53208 0.583328 9.72285 0.662346 9.8635 0.802998L13.8635 4.803C14.0042 4.94365 14.0832 5.13442 14.0832 5.33333V13.3333C14.0832 13.8859 13.8637 14.4158 13.473 14.8065C13.0823 15.1972 12.5524 15.4167 11.9998 15.4167H3.99984C3.4473 15.4167 2.9174 15.1972 2.5267 14.8065C2.136 14.4158 1.9165 13.8859 1.9165 13.3333V2.66666C1.9165 2.11413 2.136 1.58422 2.5267 1.19352ZM3.99984 2.08333C3.84513 2.08333 3.69675 2.14479 3.58736 2.25418C3.47796 2.36358 3.4165 2.51195 3.4165 2.66666V13.3333C3.4165 13.488 3.47796 13.6364 3.58736 13.7458C3.69676 13.8552 3.84513 13.9167 3.99984 13.9167H11.9998C12.1545 13.9167 12.3029 13.8552 12.4123 13.7458C12.5217 13.6364 12.5832 13.488 12.5832 13.3333V6.08333H9.33317C9.13426 6.08333 8.94349 6.00431 8.80284 5.86366C8.66219 5.72301 8.58317 5.53224 8.58317 5.33333L8.58317 2.08333H3.99984ZM10.0832 3.14399L11.5225 4.58333H10.0832L10.0832 3.14399ZM4.58317 6C4.58317 5.58578 4.91896 5.25 5.33317 5.25H6.6665C7.08072 5.25 7.4165 5.58578 7.4165 6C7.4165 6.41421 7.08072 6.75 6.6665 6.75H5.33317C4.91896 6.75 4.58317 6.41421 4.58317 6ZM4.58317 8.66666C4.58317 8.25245 4.91896 7.91666 5.33317 7.91666H10.6665C11.0807 7.91666 11.4165 8.25245 11.4165 8.66666C11.4165 9.08088 11.0807 9.41666 10.6665 9.41666H5.33317C4.91896 9.41666 4.58317 9.08088 4.58317 8.66666ZM4.58317 11.3333C4.58317 10.9191 4.91896 10.5833 5.33317 10.5833H10.6665C11.0807 10.5833 11.4165 10.9191 11.4165 11.3333C11.4165 11.7475 11.0807 12.0833 10.6665 12.0833H5.33317C4.91896 12.0833 4.58317 11.7475 4.58317 11.3333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.33317 1.33333L9.89886 0.767643C9.74883 0.617614 9.54534 0.533328 9.33317 0.533328V1.33333ZM3.99984 1.33333V0.533328V1.33333ZM2.6665 2.66666H1.8665H2.6665ZM2.6665 13.3333H1.8665H2.6665ZM13.3332 5.33333H14.1332C14.1332 5.12116 14.0489 4.91767 13.8989 4.76764L13.3332 5.33333ZM9.33317 5.33333H8.53317C8.53317 5.77516 8.89134 6.13333 9.33317 6.13333V5.33333ZM10.6665 9.46666C11.1083 9.46666 11.4665 9.10849 11.4665 8.66666C11.4665 8.22483 11.1083 7.86666 10.6665 7.86666V9.46666ZM5.33317 7.86666C4.89134 7.86666 4.53317 8.22483 4.53317 8.66666C4.53317 9.10849 4.89134 9.46666 5.33317 9.46666V7.86666ZM10.6665 12.1333C11.1083 12.1333 11.4665 11.7752 11.4665 11.3333C11.4665 10.8915 11.1083 10.5333 10.6665 10.5333V12.1333ZM5.33317 10.5333C4.89134 10.5333 4.53317 10.8915 4.53317 11.3333C4.53317 11.7752 4.89134 12.1333 5.33317 12.1333V10.5333ZM6.6665 6.79999C7.10833 6.79999 7.4665 6.44182 7.4665 5.99999C7.4665 5.55817 7.10833 5.19999 6.6665 5.19999V6.79999ZM5.33317 5.19999C4.89134 5.19999 4.53317 5.55817 4.53317 5.99999C4.53317 6.44182 4.89134 6.79999 5.33317 6.79999V5.19999ZM9.33317 0.533328H3.99984V2.13333H9.33317V0.533328ZM3.99984 0.533328C3.43404 0.533328 2.89142 0.758089 2.49134 1.15817L3.62271 2.28954C3.72273 2.18952 3.85839 2.13333 3.99984 2.13333V0.533328ZM2.49134 1.15817C2.09126 1.55824 1.8665 2.10087 1.8665 2.66666H3.4665C3.4665 2.52521 3.52269 2.38956 3.62271 2.28954L2.49134 1.15817ZM1.8665 2.66666V13.3333H3.4665V2.66666H1.8665ZM1.8665 13.3333C1.8665 13.8991 2.09127 14.4417 2.49134 14.8418L3.62271 13.7105C3.52269 13.6104 3.4665 13.4748 3.4665 13.3333H1.8665ZM2.49134 14.8418C2.89142 15.2419 3.43404 15.4667 3.99984 15.4667V13.8667C3.85839 13.8667 3.72273 13.8105 3.62271 13.7105L2.49134 14.8418ZM3.99984 15.4667H11.9998V13.8667H3.99984V15.4667ZM11.9998 15.4667C12.5656 15.4667 13.1083 15.2419 13.5083 14.8418L12.377 13.7105C12.2769 13.8105 12.1413 13.8667 11.9998 13.8667V15.4667ZM13.5083 14.8418C13.9084 14.4417 14.1332 13.8991 14.1332 13.3333H12.5332C12.5332 13.4748 12.477 13.6104 12.377 13.7105L13.5083 14.8418ZM14.1332 13.3333V5.33333H12.5332V13.3333H14.1332ZM13.8989 4.76764L9.89886 0.767643L8.76748 1.89901L12.7675 5.89901L13.8989 4.76764ZM8.53317 1.33333L8.53317 5.33333H10.1332L10.1332 1.33333L8.53317 1.33333ZM9.33317 6.13333H13.3332V4.53333H9.33317V6.13333ZM10.6665 7.86666H5.33317V9.46666H10.6665V7.86666ZM10.6665 10.5333H5.33317V12.1333H10.6665V10.5333ZM6.6665 5.19999H5.33317V6.79999H6.6665V5.19999Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFileText, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13500", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFileText size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFilm.tsx b/src/icons/IconFilm.tsx
index 130b1c7..8d27f95 100644
--- a/src/icons/IconFilm.tsx
+++ b/src/icons/IconFilm.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFilm = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12770)"><path fillRule="evenodd" clipRule="evenodd" d="M2.78665 2.08333C2.39821 2.08333 2.08331 2.39823 2.08331 2.78667V3.91667H3.91665V2.08333H2.78665ZM2.78665 0.583332C1.56978 0.583332 0.583313 1.5698 0.583313 2.78667V13.2133C0.583313 14.4302 1.56978 15.4167 2.78665 15.4167H13.2133C14.4302 15.4167 15.4166 14.4302 15.4166 13.2133V2.78667C15.4166 1.5698 14.4302 0.583332 13.2133 0.583332H2.78665ZM5.41665 2.08333V7.25H10.5833V2.08333H5.41665ZM12.0833 2.08333V3.91667H13.9166V2.78667C13.9166 2.39823 13.6018 2.08333 13.2133 2.08333H12.0833ZM13.9166 5.41667H12.0833V7.25H13.9166V5.41667ZM13.9166 8.75H12.0833V10.5833H13.9166V8.75ZM13.9166 12.0833H12.0833V13.9167H13.2133C13.6018 13.9167 13.9166 13.6018 13.9166 13.2133V12.0833ZM10.5833 13.9167V8.75H5.41665V13.9167H10.5833ZM3.91665 13.9167V12.0833H2.08331V13.2133C2.08331 13.6018 2.39821 13.9167 2.78665 13.9167H3.91665ZM2.08331 10.5833H3.91665V8.75H2.08331V10.5833ZM2.08331 7.25H3.91665V5.41667H2.08331V7.25Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12770"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15769)"><path d="M5.46665 1.33333C5.46665 0.891504 5.10847 0.533332 4.66665 0.533332C4.22482 0.533332 3.86665 0.891504 3.86665 1.33333H5.46665ZM3.86665 14.6667C3.86665 15.1085 4.22482 15.4667 4.66665 15.4667C5.10847 15.4667 5.46665 15.1085 5.46665 14.6667H3.86665ZM12.1333 1.33333C12.1333 0.891504 11.7751 0.533332 11.3333 0.533332C10.8915 0.533332 10.5333 0.891504 10.5333 1.33333H12.1333ZM10.5333 14.6667C10.5333 15.1085 10.8915 15.4667 11.3333 15.4667C11.7751 15.4667 12.1333 15.1085 12.1333 14.6667H10.5333ZM1.33331 7.2C0.891485 7.2 0.533313 7.55817 0.533313 8C0.533313 8.44183 0.891485 8.8 1.33331 8.8V7.2ZM14.6666 8.8C15.1085 8.8 15.4666 8.44183 15.4666 8C15.4666 7.55817 15.1085 7.2 14.6666 7.2V8.8ZM1.33331 3.86667C0.891485 3.86667 0.533313 4.22484 0.533313 4.66667C0.533313 5.10849 0.891485 5.46667 1.33331 5.46667V3.86667ZM4.66665 5.46667C5.10847 5.46667 5.46665 5.10849 5.46665 4.66667C5.46665 4.22484 5.10847 3.86667 4.66665 3.86667V5.46667ZM1.33331 10.5333C0.891485 10.5333 0.533313 10.8915 0.533313 11.3333C0.533313 11.7752 0.891485 12.1333 1.33331 12.1333V10.5333ZM4.66665 12.1333C5.10847 12.1333 5.46665 11.7752 5.46665 11.3333C5.46665 10.8915 5.10847 10.5333 4.66665 10.5333V12.1333ZM11.3333 10.5333C10.8915 10.5333 10.5333 10.8915 10.5333 11.3333C10.5333 11.7752 10.8915 12.1333 11.3333 12.1333V10.5333ZM14.6666 12.1333C15.1085 12.1333 15.4666 11.7752 15.4666 11.3333C15.4666 10.8915 15.1085 10.5333 14.6666 10.5333V12.1333ZM11.3333 3.86667C10.8915 3.86667 10.5333 4.22484 10.5333 4.66667C10.5333 5.10849 10.8915 5.46667 11.3333 5.46667V3.86667ZM14.6666 5.46667C15.1085 5.46667 15.4666 5.10849 15.4666 4.66667C15.4666 4.22484 15.1085 3.86667 14.6666 3.86667V5.46667ZM2.78665 2.13333H13.2133V0.533332H2.78665V2.13333ZM13.2133 2.13333C13.5741 2.13333 13.8666 2.42584 13.8666 2.78667H15.4666C15.4666 1.54218 14.4578 0.533332 13.2133 0.533332V2.13333ZM13.8666 2.78667V13.2133H15.4666V2.78667H13.8666ZM13.8666 13.2133C13.8666 13.5742 13.5741 13.8667 13.2133 13.8667V15.4667C14.4578 15.4667 15.4666 14.4578 15.4666 13.2133H13.8666ZM13.2133 13.8667H2.78665V15.4667H13.2133V13.8667ZM2.78665 13.8667C2.42582 13.8667 2.13331 13.5742 2.13331 13.2133H0.533313C0.533313 14.4578 1.54216 15.4667 2.78665 15.4667V13.8667ZM2.13331 13.2133V2.78667H0.533313V13.2133H2.13331ZM2.13331 2.78667C2.13331 2.42584 2.42582 2.13333 2.78665 2.13333V0.533332C1.54216 0.533332 0.533313 1.54218 0.533313 2.78667H2.13331ZM3.86665 1.33333V14.6667H5.46665V1.33333H3.86665ZM10.5333 1.33333V14.6667H12.1333V1.33333H10.5333ZM1.33331 8.8H14.6666V7.2H1.33331V8.8ZM1.33331 5.46667H4.66665V3.86667H1.33331V5.46667ZM1.33331 12.1333H4.66665V10.5333H1.33331V12.1333ZM11.3333 12.1333H14.6666V10.5333H11.3333V12.1333ZM11.3333 5.46667H14.6666V3.86667H11.3333V5.46667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15769"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconFilm, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13502", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFilm size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFilter.tsx b/src/icons/IconFilter.tsx
index 96f28ed..6235f46 100644
--- a/src/icons/IconFilter.tsx
+++ b/src/icons/IconFilter.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFilter = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M0.653046 1.68434C0.775939 1.41947 1.04139 1.25 1.33338 1.25H14.6667C14.9587 1.25 15.2242 1.41947 15.3471 1.68434C15.4699 1.94922 15.4279 2.26134 15.2394 2.48429L10.0834 8.58128V14C10.0834 14.2599 9.94879 14.5013 9.72768 14.638C9.50657 14.7746 9.23046 14.7871 8.99797 14.6708L6.33131 13.3375C6.07722 13.2104 5.91672 12.9507 5.91672 12.6667V8.58128L0.760707 2.48429C0.572158 2.26134 0.530152 1.94922 0.653046 1.68434ZM2.94986 2.75L7.2394 7.82237C7.35389 7.95777 7.41672 8.12935 7.41672 8.30667V12.2031L8.58338 12.7865V8.30667C8.58338 8.12935 8.64621 7.95777 8.76071 7.82237L13.0502 2.75H2.94986Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.6667 2L15.2776 2.51658C15.4787 2.27876 15.5235 1.94583 15.3924 1.6633C15.2613 1.38077 14.9782 1.2 14.6667 1.2V2ZM1.33337 2V1.2C1.02191 1.2 0.738766 1.38077 0.60768 1.6633C0.476593 1.94583 0.5214 2.27876 0.722518 2.51658L1.33337 2ZM6.66671 8.30667H7.46671C7.46671 8.11753 7.39969 7.93451 7.27756 7.79009L6.66671 8.30667ZM6.66671 12.6667H5.86671C5.86671 12.9697 6.03791 13.2467 6.30894 13.3822L6.66671 12.6667ZM9.33337 14L8.9756 14.7155C9.22359 14.8395 9.51811 14.8263 9.75396 14.6805C9.98981 14.5348 10.1334 14.2773 10.1334 14H9.33337ZM9.33337 8.30667L8.72252 7.79009C8.60039 7.93451 8.53337 8.11753 8.53337 8.30667H9.33337ZM14.6667 1.2H1.33337V2.8H14.6667V1.2ZM0.722518 2.51658L6.05585 8.82325L7.27756 7.79009L1.94423 1.48342L0.722518 2.51658ZM5.86671 8.30667V12.6667H7.46671V8.30667H5.86671ZM6.30894 13.3822L8.9756 14.7155L9.69114 13.2845L7.02448 11.9511L6.30894 13.3822ZM10.1334 14V8.30667H8.53337V14H10.1334ZM9.94423 8.82325L15.2776 2.51658L14.0559 1.48342L8.72252 7.79009L9.94423 8.82325Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFilter, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13505", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFilter size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFlag.tsx b/src/icons/IconFlag.tsx
index 5e6a3b5..f178fe9 100644
--- a/src/icons/IconFlag.tsx
+++ b/src/icons/IconFlag.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFlag = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.97142 0.970308C3.48624 0.764378 4.24875 0.583332 5.33329 0.583332C6.47845 0.583332 7.4268 0.962824 8.23758 1.28727C8.25126 1.29274 8.2649 1.2982 8.2785 1.30364C9.12541 1.6424 9.83111 1.91667 10.6666 1.91667C11.5821 1.91667 12.1529 1.76438 12.4714 1.63697C12.6313 1.57301 12.7311 1.51395 12.7819 1.48013C12.8037 1.46555 12.8168 1.45542 12.822 1.45127C13.0363 1.25158 13.3482 1.19439 13.6203 1.30709C13.9006 1.42317 14.0833 1.69665 14.0833 2V10C14.0833 10.1989 14.0043 10.3897 13.8636 10.5303L13.3333 10C13.8636 10.5303 13.8632 10.5307 13.8628 10.5311L13.862 10.5319L13.8604 10.5336L13.8569 10.537L13.849 10.5446C13.8434 10.55 13.837 10.5559 13.8298 10.5624C13.8155 10.5754 13.7981 10.5906 13.7775 10.6076C13.7363 10.6416 13.6821 10.6827 13.6139 10.7282C13.4771 10.8194 13.2853 10.927 13.0285 11.0297C12.5137 11.2356 11.7512 11.4167 10.6666 11.4167C9.52147 11.4167 8.57312 11.0372 7.76234 10.7127L7.72142 10.6964C6.87451 10.3576 6.16881 10.0833 5.33329 10.0833C4.41783 10.0833 3.84701 10.2356 3.5285 10.363C3.48728 10.3795 3.45005 10.3957 3.41663 10.4112V14.6667C3.41663 15.0809 3.08084 15.4167 2.66663 15.4167C2.25241 15.4167 1.91663 15.0809 1.91663 14.6667V2C1.91663 1.80109 1.99564 1.61032 2.1363 1.46967L2.66663 2C2.1363 1.46967 2.13669 1.46928 2.13708 1.46888L2.13788 1.46809L2.13954 1.46644L2.14306 1.46298L2.15094 1.45538C2.15657 1.45001 2.16295 1.44406 2.1701 1.43756C2.1844 1.42455 2.20178 1.40939 2.2224 1.39241C2.26366 1.35842 2.31777 1.31729 2.38602 1.27179C2.52278 1.18062 2.71467 1.07301 2.97142 0.970308ZM3.41663 2.41117V8.8197C3.89765 8.68356 4.52633 8.58333 5.33329 8.58333C6.47845 8.58333 7.4268 8.96282 8.23758 9.28727C8.25126 9.29274 8.2649 9.2982 8.2785 9.30364C9.12541 9.6424 9.83111 9.91667 10.6666 9.91667C11.5821 9.91667 12.1529 9.76438 12.4714 9.63698C12.5126 9.62049 12.5499 9.60432 12.5833 9.58883V3.1803C12.1023 3.31643 11.4736 3.41667 10.6666 3.41667C9.52147 3.41667 8.57312 3.03717 7.76234 2.71273C7.74866 2.70726 7.73502 2.7018 7.72142 2.69636C6.87451 2.35759 6.16881 2.08333 5.33329 2.08333C4.41783 2.08333 3.84701 2.23562 3.5285 2.36302C3.48728 2.37951 3.45005 2.39568 3.41663 2.41117Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.3333 10L13.899 10.5657C14.049 10.4157 14.1333 10.2122 14.1333 10H13.3333ZM13.3333 2H14.1333C14.1333 1.67643 13.9384 1.38472 13.6394 1.2609C13.3405 1.13707 12.9964 1.20551 12.7676 1.43431L13.3333 2ZM2.66663 2L2.10094 1.43431C1.95091 1.58434 1.86663 1.78783 1.86663 2H2.66663ZM1.86663 14.6667C1.86663 15.1085 2.2248 15.4667 2.66663 15.4667C3.10845 15.4667 3.46663 15.1085 3.46663 14.6667H1.86663ZM2.66663 10C3.23231 10.5657 3.2319 10.5661 3.23149 10.5665C3.23136 10.5666 3.23095 10.567 3.23068 10.5673C3.23015 10.5678 3.22962 10.5684 3.2291 10.5689C3.22807 10.5699 3.22707 10.5709 3.22611 10.5718C3.22418 10.5737 3.2224 10.5754 3.22077 10.577C3.2175 10.5801 3.21482 10.5826 3.21274 10.5845C3.20858 10.5882 3.20687 10.5896 3.20774 10.5889C3.20947 10.5875 3.22172 10.5775 3.2458 10.5615C3.29367 10.5296 3.39038 10.4721 3.54707 10.4094C3.85904 10.2847 4.42347 10.1333 5.33329 10.1333V8.53333C4.24312 8.53333 3.47422 8.71534 2.95285 8.92388C2.69287 9.02787 2.49791 9.1371 2.35828 9.23019C2.28861 9.27664 2.23315 9.31877 2.19061 9.35381C2.16935 9.37132 2.15136 9.38702 2.13646 9.40056C2.12902 9.40733 2.12234 9.41356 2.11643 9.4192C2.11347 9.42202 2.11071 9.42469 2.10813 9.42721C2.10683 9.42847 2.10559 9.4297 2.10439 9.43088C2.1038 9.43147 2.10321 9.43205 2.10263 9.43263C2.10234 9.43291 2.10192 9.43333 2.10178 9.43348C2.10136 9.4339 2.10094 9.43431 2.66663 10ZM5.33329 10.1333C6.15785 10.1333 6.85504 10.4037 7.70285 10.7428C8.5217 11.0703 9.49118 11.4667 10.6666 11.4667V9.86666C9.84207 9.86666 9.14488 9.59634 8.29707 9.25722C7.47821 8.92967 6.50874 8.53333 5.33329 8.53333V10.1333ZM10.6666 11.4667C11.7568 11.4667 12.5257 11.2847 13.0471 11.0761C13.307 10.9721 13.502 10.8629 13.6416 10.7698C13.7113 10.7234 13.7668 10.6812 13.8093 10.6462C13.8306 10.6287 13.8486 10.613 13.8635 10.5994C13.8709 10.5927 13.8776 10.5864 13.8835 10.5808C13.8864 10.578 13.8892 10.5753 13.8918 10.5728C13.8931 10.5715 13.8943 10.5703 13.8955 10.5691C13.8961 10.5685 13.8967 10.5679 13.8973 10.5674C13.8976 10.5671 13.898 10.5667 13.8981 10.5665C13.8986 10.5661 13.899 10.5657 13.3333 10C12.7676 9.43431 12.768 9.4339 12.7684 9.43349C12.7686 9.43336 12.769 9.43295 12.7692 9.43269C12.7698 9.43216 12.7703 9.43163 12.7708 9.43112C12.7718 9.4301 12.7728 9.42912 12.7738 9.42818C12.7757 9.4263 12.7775 9.42458 12.7791 9.42302C12.7824 9.41991 12.7851 9.41742 12.7872 9.41553C12.7913 9.41176 12.7931 9.41038 12.7922 9.4111C12.7904 9.41252 12.7782 9.42247 12.7541 9.43853C12.7062 9.47044 12.6095 9.52787 12.4528 9.59055C12.1409 9.71534 11.5765 9.86666 10.6666 9.86666V11.4667ZM14.1333 10V2H12.5333V10H14.1333ZM13.3333 2C12.7676 1.43431 12.768 1.4339 12.7684 1.43349C12.7686 1.43336 12.769 1.43295 12.7692 1.43269C12.7698 1.43216 12.7703 1.43163 12.7708 1.43112C12.7718 1.4301 12.7728 1.42912 12.7738 1.42818C12.7757 1.4263 12.7775 1.42458 12.7791 1.42302C12.7824 1.41991 12.7851 1.41742 12.7872 1.41553C12.7913 1.41176 12.7931 1.41038 12.7922 1.4111C12.7904 1.41252 12.7782 1.42247 12.7541 1.43853C12.7062 1.47044 12.6095 1.52787 12.4528 1.59055C12.1409 1.71534 11.5765 1.86667 10.6666 1.86667V3.46667C11.7568 3.46667 12.5257 3.28466 13.0471 3.07611C13.307 2.97212 13.502 2.86289 13.6416 2.76981C13.7113 2.72336 13.7668 2.68122 13.8093 2.64619C13.8306 2.62868 13.8486 2.61298 13.8635 2.59944C13.8709 2.59267 13.8776 2.58644 13.8835 2.5808C13.8864 2.57798 13.8892 2.5753 13.8918 2.57278C13.8931 2.57152 13.8943 2.5703 13.8955 2.56912C13.8961 2.56853 13.8967 2.56794 13.8973 2.56737C13.8976 2.56708 13.898 2.56666 13.8981 2.56652C13.8986 2.5661 13.899 2.56568 13.3333 2ZM10.6666 1.86667C9.84207 1.86667 9.14488 1.59634 8.29707 1.25722C7.47822 0.929675 6.50874 0.533332 5.33329 0.533332V2.13333C6.15785 2.13333 6.85504 2.40366 7.70285 2.74278C8.5217 3.07032 9.49118 3.46667 10.6666 3.46667V1.86667ZM5.33329 0.533332C4.24312 0.533332 3.47421 0.715337 2.95285 0.923884C2.69287 1.02787 2.49791 1.1371 2.35828 1.23019C2.28861 1.27664 2.23315 1.31877 2.19061 1.35381C2.16935 1.37131 2.15136 1.38702 2.13646 1.40056C2.12902 1.40733 2.12234 1.41356 2.11643 1.4192C2.11347 1.42202 2.11071 1.42469 2.10813 1.42721C2.10683 1.42848 2.10559 1.4297 2.10439 1.43088C2.10379 1.43147 2.10321 1.43205 2.10263 1.43263C2.10234 1.43291 2.10192 1.43333 2.10178 1.43348C2.10136 1.4339 2.10094 1.43431 2.66663 2C3.23231 2.56568 3.2319 2.5661 3.23149 2.5665C3.23136 2.56664 3.23095 2.56704 3.23068 2.56731C3.23015 2.56784 3.22962 2.56836 3.2291 2.56887C3.22807 2.5699 3.22707 2.57088 3.22611 2.57182C3.22418 2.5737 3.2224 2.57541 3.22077 2.57697C3.2175 2.58009 3.21482 2.58258 3.21274 2.58446C3.20858 2.58824 3.20687 2.58962 3.20774 2.5889C3.20947 2.58747 3.22172 2.57753 3.2458 2.56147C3.29367 2.52956 3.39038 2.47212 3.54707 2.40945C3.85904 2.28466 4.42347 2.13333 5.33329 2.13333V0.533332ZM1.86663 2V10H3.46663V2H1.86663ZM3.46663 14.6667V10H1.86663V14.6667H3.46663Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFlag, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13504", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFlag size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFolder.tsx b/src/icons/IconFolder.tsx
index 311ba92..f2e5590 100644
--- a/src/icons/IconFolder.tsx
+++ b/src/icons/IconFolder.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFolder = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V12.6667C2.08325 12.8214 2.14471 12.9697 2.25411 13.0791C2.3635 13.1885 2.51188 13.25 2.66659 13.25H13.3333C13.488 13.25 13.6363 13.1885 13.7457 13.0791C13.8551 12.9697 13.9166 12.8214 13.9166 12.6667V5.33333C13.9166 5.17862 13.8551 5.03025 13.7457 4.92085C13.6363 4.81146 13.488 4.75 13.3333 4.75H7.33325C7.08249 4.75 6.84831 4.62467 6.70921 4.41603L5.59853 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H5.99992C6.25068 1.25 6.48486 1.37533 6.62396 1.58397L7.73464 3.25H13.3333C13.8858 3.25 14.4157 3.46949 14.8064 3.86019C15.1971 4.25089 15.4166 4.7808 15.4166 5.33333V12.6667C15.4166 13.2192 15.1971 13.7491 14.8064 14.1398C14.4157 14.5305 13.8858 14.75 13.3333 14.75H2.66659C2.11405 14.75 1.58415 14.5305 1.19345 14.1398C0.802745 13.7491 0.583252 13.2192 0.583252 12.6667V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.33325 12.6667H0.533252H1.33325ZM2.66659 2V1.2V2ZM5.99992 2L6.66556 1.55624C6.51719 1.33368 6.2674 1.2 5.99992 1.2V2ZM7.33325 4L6.66761 4.44376C6.81598 4.66632 7.06577 4.8 7.33325 4.8V4ZM13.3333 4V3.2V4ZM13.8666 12.6667C13.8666 12.8081 13.8104 12.9438 13.7104 13.0438L14.8417 14.1752C15.2418 13.7751 15.4666 13.2325 15.4666 12.6667H13.8666ZM13.7104 13.0438C13.6104 13.1438 13.4747 13.2 13.3333 13.2V14.8C13.899 14.8 14.4417 14.5752 14.8417 14.1752L13.7104 13.0438ZM13.3333 13.2H2.66659V14.8H13.3333V13.2ZM2.66659 13.2C2.52514 13.2 2.38948 13.1438 2.28946 13.0438L1.15809 14.1752C1.55817 14.5752 2.10079 14.8 2.66659 14.8V13.2ZM2.28946 13.0438C2.18944 12.9438 2.13325 12.8081 2.13325 12.6667H0.533252C0.533252 13.2325 0.758013 13.7751 1.15809 14.1752L2.28946 13.0438ZM2.13325 12.6667V3.33333H0.533252V12.6667H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM2.66659 2.8H5.99992V1.2H2.66659V2.8ZM5.33428 2.44376L6.66761 4.44376L7.99889 3.55624L6.66556 1.55624L5.33428 2.44376ZM7.33325 4.8H13.3333V3.2H7.33325V4.8ZM13.3333 4.8C13.4747 4.8 13.6104 4.85619 13.7104 4.95621L14.8417 3.82484C14.4417 3.42476 13.899 3.2 13.3333 3.2V4.8ZM13.7104 4.95621C13.8104 5.05623 13.8666 5.19188 13.8666 5.33333H15.4666C15.4666 4.76754 15.2418 4.22492 14.8417 3.82484L13.7104 4.95621ZM13.8666 5.33333V12.6667H15.4666V5.33333H13.8666Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFolder, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13509", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFolder size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFolderMinus.tsx b/src/icons/IconFolderMinus.tsx
index 6d2ba68..04cc881 100644
--- a/src/icons/IconFolderMinus.tsx
+++ b/src/icons/IconFolderMinus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFolderMinus = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V12.6667C2.08325 12.8214 2.14471 12.9697 2.25411 13.0791C2.3635 13.1885 2.51188 13.25 2.66659 13.25H13.3333C13.488 13.25 13.6363 13.1885 13.7457 13.0791C13.8551 12.9697 13.9166 12.8214 13.9166 12.6667V5.33333C13.9166 5.17862 13.8551 5.03025 13.7457 4.92085C13.6363 4.81146 13.488 4.75 13.3333 4.75H7.33325C7.08249 4.75 6.84831 4.62467 6.70921 4.41603L5.59853 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H5.99992C6.25068 1.25 6.48486 1.37533 6.62396 1.58397L7.73464 3.25H13.3333C13.8858 3.25 14.4157 3.46949 14.8064 3.86019C15.1971 4.25089 15.4166 4.7808 15.4166 5.33333V12.6667C15.4166 13.2192 15.1971 13.7491 14.8064 14.1398C14.4157 14.5305 13.8858 14.75 13.3333 14.75H2.66659C2.11405 14.75 1.58415 14.5305 1.19345 14.1398C0.802745 13.7491 0.583252 13.2192 0.583252 12.6667V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019ZM5.24992 9.33333C5.24992 8.91912 5.58571 8.58333 5.99992 8.58333H9.99992C10.4141 8.58333 10.7499 8.91912 10.7499 9.33333C10.7499 9.74755 10.4141 10.0833 9.99992 10.0833H5.99992C5.58571 10.0833 5.24992 9.74755 5.24992 9.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.33325 12.6667H0.533252H1.33325ZM2.66659 2V1.2V2ZM5.99992 2L6.66556 1.55624C6.51719 1.33368 6.2674 1.2 5.99992 1.2V2ZM7.33325 4L6.66761 4.44376C6.81598 4.66632 7.06577 4.8 7.33325 4.8V4ZM13.3333 4V3.2V4ZM5.99992 8.53333C5.55809 8.53333 5.19992 8.89151 5.19992 9.33333C5.19992 9.77516 5.55809 10.1333 5.99992 10.1333V8.53333ZM9.99992 10.1333C10.4417 10.1333 10.7999 9.77516 10.7999 9.33333C10.7999 8.89151 10.4417 8.53333 9.99992 8.53333V10.1333ZM13.8666 12.6667C13.8666 12.8081 13.8104 12.9438 13.7104 13.0438L14.8417 14.1752C15.2418 13.7751 15.4666 13.2325 15.4666 12.6667H13.8666ZM13.7104 13.0438C13.6104 13.1438 13.4747 13.2 13.3333 13.2V14.8C13.899 14.8 14.4417 14.5752 14.8417 14.1752L13.7104 13.0438ZM13.3333 13.2H2.66659V14.8H13.3333V13.2ZM2.66659 13.2C2.52514 13.2 2.38948 13.1438 2.28946 13.0438L1.15809 14.1752C1.55817 14.5752 2.10079 14.8 2.66659 14.8V13.2ZM2.28946 13.0438C2.18944 12.9438 2.13325 12.8081 2.13325 12.6667H0.533252C0.533252 13.2325 0.758013 13.7751 1.15809 14.1752L2.28946 13.0438ZM2.13325 12.6667V3.33333H0.533252V12.6667H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM2.66659 2.8H5.99992V1.2H2.66659V2.8ZM5.33428 2.44376L6.66761 4.44376L7.99889 3.55624L6.66556 1.55624L5.33428 2.44376ZM7.33325 4.8H13.3333V3.2H7.33325V4.8ZM13.3333 4.8C13.4747 4.8 13.6104 4.85619 13.7104 4.95621L14.8417 3.82484C14.4417 3.42476 13.899 3.2 13.3333 3.2V4.8ZM13.7104 4.95621C13.8104 5.05623 13.8666 5.19188 13.8666 5.33333H15.4666C15.4666 4.76754 15.2418 4.22492 14.8417 3.82484L13.7104 4.95621ZM13.8666 5.33333V12.6667H15.4666V5.33333H13.8666ZM5.99992 10.1333H9.99992V8.53333H5.99992V10.1333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFolderMinus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13507", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFolderMinus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFolderPlus.tsx b/src/icons/IconFolderPlus.tsx
index 0917a4a..a9cbffc 100644
--- a/src/icons/IconFolderPlus.tsx
+++ b/src/icons/IconFolderPlus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFolderPlus = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V12.6667C2.08325 12.8214 2.14471 12.9697 2.25411 13.0791C2.3635 13.1885 2.51188 13.25 2.66659 13.25H13.3333C13.488 13.25 13.6363 13.1885 13.7457 13.0791C13.8551 12.9697 13.9166 12.8214 13.9166 12.6667V5.33333C13.9166 5.17862 13.8551 5.03025 13.7457 4.92085C13.6363 4.81146 13.488 4.75 13.3333 4.75H7.33325C7.08249 4.75 6.84831 4.62467 6.70921 4.41603L5.59853 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H5.99992C6.25068 1.25 6.48486 1.37533 6.62396 1.58397L7.73464 3.25H13.3333C13.8858 3.25 14.4157 3.46949 14.8064 3.86019C15.1971 4.25089 15.4166 4.7808 15.4166 5.33333V12.6667C15.4166 13.2192 15.1971 13.7491 14.8064 14.1398C14.4157 14.5305 13.8858 14.75 13.3333 14.75H2.66659C2.11405 14.75 1.58415 14.5305 1.19345 14.1398C0.802745 13.7491 0.583252 13.2192 0.583252 12.6667V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019ZM7.99992 6.58333C8.41413 6.58333 8.74992 6.91912 8.74992 7.33333V8.58333H9.99992C10.4141 8.58333 10.7499 8.91912 10.7499 9.33333C10.7499 9.74755 10.4141 10.0833 9.99992 10.0833H8.74992V11.3333C8.74992 11.7475 8.41413 12.0833 7.99992 12.0833C7.58571 12.0833 7.24992 11.7475 7.24992 11.3333V10.0833H5.99992C5.58571 10.0833 5.24992 9.74755 5.24992 9.33333C5.24992 8.91912 5.58571 8.58333 5.99992 8.58333H7.24992V7.33333C7.24992 6.91912 7.58571 6.58333 7.99992 6.58333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.33325 12.6667H0.533252H1.33325ZM2.66659 2V1.2V2ZM5.99992 2L6.66556 1.55624C6.51719 1.33368 6.2674 1.2 5.99992 1.2V2ZM7.33325 4L6.66761 4.44376C6.81598 4.66632 7.06577 4.8 7.33325 4.8V4ZM13.3333 4V3.2V4ZM8.79992 7.33333C8.79992 6.89151 8.44175 6.53333 7.99992 6.53333C7.55809 6.53333 7.19992 6.89151 7.19992 7.33333H8.79992ZM7.19992 11.3333C7.19992 11.7752 7.55809 12.1333 7.99992 12.1333C8.44175 12.1333 8.79992 11.7752 8.79992 11.3333H7.19992ZM5.99992 8.53333C5.55809 8.53333 5.19992 8.89151 5.19992 9.33333C5.19992 9.77516 5.55809 10.1333 5.99992 10.1333V8.53333ZM9.99992 10.1333C10.4417 10.1333 10.7999 9.77516 10.7999 9.33333C10.7999 8.89151 10.4417 8.53333 9.99992 8.53333V10.1333ZM13.8666 12.6667C13.8666 12.8081 13.8104 12.9438 13.7104 13.0438L14.8417 14.1752C15.2418 13.7751 15.4666 13.2325 15.4666 12.6667H13.8666ZM13.7104 13.0438C13.6104 13.1438 13.4747 13.2 13.3333 13.2V14.8C13.899 14.8 14.4417 14.5752 14.8417 14.1752L13.7104 13.0438ZM13.3333 13.2H2.66659V14.8H13.3333V13.2ZM2.66659 13.2C2.52514 13.2 2.38948 13.1438 2.28946 13.0438L1.15809 14.1752C1.55817 14.5752 2.10079 14.8 2.66659 14.8V13.2ZM2.28946 13.0438C2.18944 12.9438 2.13325 12.8081 2.13325 12.6667H0.533252C0.533252 13.2325 0.758013 13.7751 1.15809 14.1752L2.28946 13.0438ZM2.13325 12.6667V3.33333H0.533252V12.6667H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM2.66659 2.8H5.99992V1.2H2.66659V2.8ZM5.33428 2.44376L6.66761 4.44376L7.99889 3.55624L6.66556 1.55624L5.33428 2.44376ZM7.33325 4.8H13.3333V3.2H7.33325V4.8ZM13.3333 4.8C13.4747 4.8 13.6104 4.85619 13.7104 4.95621L14.8417 3.82484C14.4417 3.42476 13.899 3.2 13.3333 3.2V4.8ZM13.7104 4.95621C13.8104 5.05623 13.8666 5.19188 13.8666 5.33333H15.4666C15.4666 4.76754 15.2418 4.22492 14.8417 3.82484L13.7104 4.95621ZM13.8666 5.33333V12.6667H15.4666V5.33333H13.8666ZM7.19992 7.33333V11.3333H8.79992V7.33333H7.19992ZM5.99992 10.1333H9.99992V8.53333H5.99992V10.1333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconFolderPlus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13506", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFolderPlus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFramer.tsx b/src/icons/IconFramer.tsx
index de024f6..4574fd9 100644
--- a/src/icons/IconFramer.tsx
+++ b/src/icons/IconFramer.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFramer = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12782)"><path fillRule="evenodd" clipRule="evenodd" d="M2.64061 1.04632C2.75669 0.766064 3.03017 0.583332 3.33352 0.583332H12.6669C13.0811 0.583332 13.4169 0.919118 13.4169 1.33333V6C13.4169 6.41421 13.0811 6.75 12.6669 6.75H9.81084L13.1972 10.1363C13.4117 10.3508 13.4758 10.6734 13.3598 10.9537C13.2437 11.2339 12.9702 11.4167 12.6669 11.4167H8.75019V15.3333C8.75019 15.6367 8.56745 15.9102 8.2872 16.0262C8.00694 16.1423 7.68435 16.0782 7.46985 15.8637L2.80319 11.197C2.66254 11.0563 2.58352 10.8656 2.58352 10.6667V6C2.58352 5.58579 2.9193 5.25 3.33352 5.25H6.18953L2.80319 1.86366C2.58869 1.64916 2.52452 1.32658 2.64061 1.04632ZM8.31084 5.25H11.9169V2.08333H5.14418L8.31084 5.25ZM7.68953 6.75H4.08352V9.91667H10.8562L7.68953 6.75ZM5.14418 11.4167L7.25019 13.5227V11.4167H5.14418Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12782"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15781)"><path d="M3.3335 10.6667H2.5335C2.5335 10.8788 2.61778 11.0823 2.76781 11.2324L3.3335 10.6667ZM3.3335 6V5.2C2.89167 5.2 2.5335 5.55817 2.5335 6H3.3335ZM12.6668 6V6.8C13.1087 6.8 13.4668 6.44183 13.4668 6H12.6668ZM12.6668 1.33333H13.4668C13.4668 0.891504 13.1087 0.533332 12.6668 0.533332V1.33333ZM3.3335 1.33333V0.533332C3.00993 0.533332 2.71822 0.728246 2.59439 1.02719C2.47057 1.32612 2.53901 1.67022 2.76781 1.89902L3.3335 1.33333ZM12.6668 10.6667V11.4667C12.9904 11.4667 13.2821 11.2718 13.4059 10.9728C13.5298 10.6739 13.4613 10.3298 13.2325 10.101L12.6668 10.6667ZM8.00016 15.3333L7.43448 15.899C7.66328 16.1278 8.00737 16.1963 8.30631 16.0724C8.60525 15.9486 8.80016 15.6569 8.80016 15.3333H8.00016ZM4.1335 10.6667V6H2.5335V10.6667H4.1335ZM3.3335 6.8H12.6668V5.2H3.3335V6.8ZM13.4668 6V1.33333H11.8668V6H13.4668ZM12.6668 0.533332H3.3335V2.13333H12.6668V0.533332ZM2.76781 1.89902L12.1011 11.2324L13.2325 10.101L3.89918 0.767647L2.76781 1.89902ZM12.6668 9.86666H8.00016V11.4667H12.6668V9.86666ZM2.76781 11.2324L7.43448 15.899L8.56585 14.7676L3.89918 10.101L2.76781 11.2324ZM8.80016 15.3333V10.6667H7.20016V15.3333H8.80016ZM3.3335 11.4667H8.00016V9.86666H3.3335V11.4667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15781"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconFramer, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13508", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFramer size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconFrown.tsx b/src/icons/IconFrown.tsx
index 77db1c0..5ae84e0 100644
--- a/src/icons/IconFrown.tsx
+++ b/src/icons/IconFrown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconFrown = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12753)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 2.08333C4.73248 2.08333 2.0835 4.73231 2.0835 8C2.0835 11.2677 4.73248 13.9167 8.00016 13.9167C11.2678 13.9167 13.9168 11.2677 13.9168 8C13.9168 4.73231 11.2678 2.08333 8.00016 2.08333ZM0.583496 8C0.583496 3.90389 3.90405 0.583332 8.00016 0.583332C12.0963 0.583332 15.4168 3.90389 15.4168 8C15.4168 12.0961 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0961 0.583496 8ZM5.25016 6C5.25016 5.58579 5.58595 5.25 6.00016 5.25H6.00683C6.42104 5.25 6.75683 5.58579 6.75683 6C6.75683 6.41421 6.42104 6.75 6.00683 6.75H6.00016C5.58595 6.75 5.25016 6.41421 5.25016 6ZM9.25016 6C9.25016 5.58579 9.58595 5.25 10.0002 5.25H10.0068C10.421 5.25 10.7568 5.58579 10.7568 6C10.7568 6.41421 10.421 6.75 10.0068 6.75H10.0002C9.58595 6.75 9.25016 6.41421 9.25016 6ZM5.6007 9.39345C6.14186 8.99987 6.96018 8.58333 8.00016 8.58333C9.04014 8.58333 9.85846 8.99987 10.3996 9.39345C10.6716 9.59128 10.8819 9.78906 11.026 9.9394C11.0984 10.0149 11.1549 10.0794 11.1951 10.1272C11.2152 10.1512 11.2313 10.1711 11.2432 10.1862L11.2581 10.2052L11.2632 10.2119L11.2652 10.2145L11.2661 10.2157L11.2665 10.2162C11.2666 10.2164 11.2668 10.2167 10.6668 10.6667L11.2668 10.2167C11.5154 10.548 11.4482 11.0181 11.1168 11.2667C10.7866 11.5144 10.3185 11.4485 10.0694 11.12C10.0695 11.1202 10.0696 11.1204 10.0697 11.1204L10.069 11.1195L10.0681 11.1183L10.0677 11.1178C10.0683 11.1186 10.0688 11.1193 10.0694 11.12M5.93316 11.1171C5.93327 11.117 5.93338 11.1168 5.9335 11.1167L5.3335 10.6667C5.9335 11.1167 5.93332 11.1169 5.93316 11.1171ZM10.0674 11.1174C10.0675 11.1175 10.0676 11.1177 10.0677 11.1178L10.0675 11.1175L10.0674 11.1174Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12753"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15783)"><path d="M10.0268 11.1467C10.2919 11.5001 10.7934 11.5718 11.1468 11.3067C11.5003 11.0416 11.5719 10.5401 11.3068 10.1867L10.0268 11.1467ZM4.6935 10.1867C4.4284 10.5401 4.50003 11.0416 4.8535 11.3067C5.20696 11.5718 5.7084 11.5001 5.9735 11.1467L4.6935 10.1867ZM6.00016 5.2C5.55833 5.2 5.20016 5.55817 5.20016 6C5.20016 6.44183 5.55833 6.8 6.00016 6.8V5.2ZM6.00683 6.8C6.44866 6.8 6.80683 6.44183 6.80683 6C6.80683 5.55817 6.44866 5.2 6.00683 5.2V6.8ZM10.0002 5.2C9.55834 5.2 9.20016 5.55817 9.20016 6C9.20016 6.44183 9.55834 6.8 10.0002 6.8V5.2ZM10.0068 6.8C10.4487 6.8 10.8068 6.44183 10.8068 6C10.8068 5.55817 10.4487 5.2 10.0068 5.2V6.8ZM13.8668 8C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1237 15.4668 8H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8H0.533496C0.533496 12.1237 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8C2.1335 4.75993 4.76009 2.13333 8.00016 2.13333V0.533332C3.87644 0.533332 0.533496 3.87627 0.533496 8H2.1335ZM8.00016 2.13333C11.2402 2.13333 13.8668 4.75993 13.8668 8H15.4668C15.4668 3.87627 12.1239 0.533332 8.00016 0.533332V2.13333ZM10.6668 10.6667C11.3068 10.1867 11.3066 10.1864 11.3064 10.1861C11.3064 10.1861 11.3062 10.1858 11.306 10.1856C11.3057 10.1852 11.3055 10.1848 11.3051 10.1844C11.3045 10.1836 11.3038 10.1827 11.3031 10.1817C11.3015 10.1797 11.2998 10.1773 11.2977 10.1747C11.2937 10.1694 11.2886 10.1629 11.2824 10.1551C11.2702 10.1397 11.2538 10.1194 11.2334 10.0951C11.1926 10.0465 11.1353 9.98117 11.0621 9.90481C10.9164 9.75277 10.7039 9.55293 10.429 9.35301C9.88235 8.95542 9.05392 8.53333 8.00016 8.53333V10.1333C8.61307 10.1333 9.11798 10.3779 9.48796 10.647C9.67141 10.7804 9.81307 10.9139 9.90695 11.0119C9.95356 11.0605 9.98742 11.0994 10.0078 11.1237C10.018 11.1358 10.0247 11.1442 10.028 11.1483C10.0296 11.1503 10.0303 11.1512 10.0301 11.151C10.03 11.1509 10.0297 11.1504 10.0291 11.1497C10.0289 11.1494 10.0285 11.1489 10.0282 11.1484C10.028 11.1482 10.0278 11.1479 10.0275 11.1476C10.0274 11.1475 10.0272 11.1472 10.0272 11.1472C10.027 11.1469 10.0268 11.1467 10.6668 10.6667ZM8.00016 8.53333C6.9464 8.53333 6.11798 8.95542 5.57129 9.35301C5.29641 9.55293 5.0839 9.75277 4.9382 9.90481C4.86502 9.98117 4.80774 10.0465 4.76694 10.0951C4.74652 10.1194 4.73014 10.1397 4.7179 10.1551C4.71177 10.1629 4.70667 10.1694 4.7026 10.1747C4.70057 10.1773 4.69879 10.1797 4.69727 10.1817C4.69651 10.1827 4.69582 10.1836 4.69519 10.1844C4.69488 10.1848 4.69458 10.1852 4.69429 10.1856C4.69415 10.1858 4.69395 10.1861 4.69388 10.1862C4.69369 10.1864 4.6935 10.1867 5.3335 10.6667C5.9735 11.1467 5.97331 11.1469 5.97313 11.1472C5.97308 11.1472 5.9729 11.1475 5.97279 11.1476C5.97257 11.1479 5.97236 11.1482 5.97217 11.1484C5.97178 11.1489 5.97145 11.1494 5.97118 11.1497C5.97064 11.1504 5.97032 11.1509 5.97023 11.151C5.97005 11.1512 5.97077 11.1503 5.97237 11.1483C5.97559 11.1442 5.98233 11.1358 5.9925 11.1237C6.0129 11.0994 6.04677 11.0605 6.09338 11.0119C6.18726 10.9139 6.32892 10.7804 6.51237 10.647C6.88235 10.3779 7.38725 10.1333 8.00016 10.1333V8.53333ZM6.00016 6.8H6.00683V5.2H6.00016V6.8ZM10.0002 6.8H10.0068V5.2H10.0002V6.8Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15783"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconFrown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13511", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconFrown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGift.tsx b/src/icons/IconGift.tsx
index a8244f6..af77664 100644
--- a/src/icons/IconGift.tsx
+++ b/src/icons/IconGift.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGift = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12914)"><path fillRule="evenodd" clipRule="evenodd" d="M5 2.08334C4.75688 2.08334 4.52372 2.17992 4.35181 2.35183C4.17991 2.52374 4.08333 2.7569 4.08333 3.00001C4.08333 3.24313 4.17991 3.47628 4.35181 3.64819C4.52372 3.8201 4.75688 3.91668 5 3.91668H6.9803C6.90799 3.73842 6.82098 3.54899 6.71783 3.36145C6.3034 2.60793 5.74959 2.08334 5 2.08334ZM7.25 5.41668V7.25001H2.08333V5.41668H7.25ZM2.76393 3.91668C2.6458 3.62852 2.58333 3.31748 2.58333 3.00001C2.58333 2.35907 2.83794 1.74438 3.29115 1.29117C3.74437 0.837956 4.35906 0.583344 5 0.583344C6.55055 0.583344 7.48999 1.67805 8 2.58087C8.51 1.67805 9.44944 0.583344 11 0.583344C11.6409 0.583344 12.2556 0.837956 12.7088 1.29117C13.1621 1.74438 13.4167 2.35907 13.4167 3.00001C13.4167 3.31748 13.3542 3.62852 13.2361 3.91668H14.6667C15.0809 3.91668 15.4167 4.25246 15.4167 4.66668V8.00001C15.4167 8.41422 15.0809 8.75001 14.6667 8.75001H14.0833V14.6667C14.0833 15.0809 13.7475 15.4167 13.3333 15.4167H2.66666C2.25245 15.4167 1.91666 15.0809 1.91666 14.6667V8.75001H1.33333C0.919115 8.75001 0.583328 8.41422 0.583328 8.00001V4.66668C0.583328 4.25246 0.919115 3.91668 1.33333 3.91668H2.76393ZM3.41666 8.75001V13.9167H7.25V8.75001H3.41666ZM8.75 8.75001V13.9167H12.5833V8.75001H8.75ZM13.9167 7.25001H8.75V5.41668H13.9167V7.25001ZM11 3.91668C11.2431 3.91668 11.4763 3.8201 11.6482 3.64819C11.8201 3.47628 11.9167 3.24313 11.9167 3.00001C11.9167 2.7569 11.8201 2.52374 11.6482 2.35183C11.4763 2.17992 11.2431 2.08334 11 2.08334C10.2504 2.08334 9.69659 2.60793 9.28216 3.36145C9.17901 3.54899 9.092 3.73842 9.01969 3.91668H11Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12914"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15785)"><path d="M14.1333 8.00001C14.1333 7.55818 13.7752 7.20001 13.3333 7.20001C12.8915 7.20001 12.5333 7.55818 12.5333 8.00001H14.1333ZM13.3333 14.6667V15.4667C13.7752 15.4667 14.1333 15.1085 14.1333 14.6667H13.3333ZM2.66666 14.6667H1.86666C1.86666 15.1085 2.22483 15.4667 2.66666 15.4667V14.6667ZM3.46666 8.00001C3.46666 7.55818 3.10849 7.20001 2.66666 7.20001C2.22483 7.20001 1.86666 7.55818 1.86666 8.00001H3.46666ZM1.33333 4.66668V3.86668C0.8915 3.86668 0.533328 4.22485 0.533328 4.66668H1.33333ZM14.6667 4.66668H15.4667C15.4667 4.22485 15.1085 3.86668 14.6667 3.86668V4.66668ZM14.6667 8.00001V8.80001C15.1085 8.80001 15.4667 8.44184 15.4667 8.00001H14.6667ZM1.33333 8.00001H0.533328C0.533328 8.44184 0.8915 8.80001 1.33333 8.80001L1.33333 8.00001ZM7.19999 14.6667C7.19999 15.1085 7.55817 15.4667 7.99999 15.4667C8.44182 15.4667 8.79999 15.1085 8.79999 14.6667H7.19999ZM4.99999 4.66668V3.86668V4.66668ZM3.33333 3.00001H2.53333H3.33333ZM4.99999 1.33334V0.533343V1.33334ZM11 4.66668V3.86668V4.66668ZM11 1.33334V2.13334V1.33334ZM12.5333 8.00001V14.6667H14.1333V8.00001H12.5333ZM13.3333 13.8667H2.66666V15.4667H13.3333V13.8667ZM3.46666 14.6667V8.00001H1.86666V14.6667H3.46666ZM1.33333 5.46668H14.6667V3.86668H1.33333V5.46668ZM13.8667 4.66668V8.00001H15.4667V4.66668H13.8667ZM14.6667 7.20001H1.33333V8.80001H14.6667V7.20001ZM2.13333 8.00001V4.66668H0.533328V8.00001H2.13333ZM8.79999 14.6667V4.66668H7.19999V14.6667H8.79999ZM7.99999 3.86668H4.99999V5.46668H7.99999V3.86668ZM4.99999 3.86668C4.77014 3.86668 4.5497 3.77537 4.38717 3.61284L3.2558 4.74421C3.71839 5.2068 4.34579 5.46668 4.99999 5.46668V3.86668ZM4.38717 3.61284C4.22464 3.4503 4.13333 3.22986 4.13333 3.00001H2.53333C2.53333 3.65421 2.79321 4.28162 3.2558 4.74421L4.38717 3.61284ZM4.13333 3.00001C4.13333 2.77016 4.22464 2.54972 4.38717 2.38718L3.2558 1.25581C2.79321 1.7184 2.53333 2.34581 2.53333 3.00001H4.13333ZM4.38717 2.38718C4.5497 2.22465 4.77014 2.13334 4.99999 2.13334V0.533343C4.34579 0.533343 3.71839 0.793224 3.2558 1.25581L4.38717 2.38718ZM4.99999 2.13334C5.72178 2.13334 6.26252 2.63735 6.67402 3.38555C6.87051 3.7428 7.00807 4.10749 7.0967 4.38736C7.14055 4.52585 7.17132 4.64004 7.19068 4.71748C7.20034 4.75611 7.20709 4.78535 7.21117 4.80361C7.21321 4.81274 7.21457 4.8191 7.21529 4.8225C7.21565 4.82419 7.21585 4.82515 7.21589 4.82534C7.21591 4.82543 7.21589 4.82533 7.21583 4.82504C7.2158 4.82489 7.21576 4.8247 7.21571 4.82445C7.21568 4.82433 7.21564 4.82411 7.21563 4.82405C7.21558 4.82382 7.21553 4.82357 7.99999 4.66668C8.78446 4.50978 8.78441 4.50951 8.78435 4.50923C8.78433 4.50912 8.78427 4.50882 8.78422 4.5086C8.78413 4.50815 8.78403 4.50765 8.78392 4.5071C8.7837 4.506 8.78343 4.50469 8.78312 4.50318C8.7825 4.50017 8.7817 4.49634 8.78073 4.49173C8.77878 4.48252 8.77612 4.47016 8.7727 4.45487C8.76588 4.42431 8.75603 4.38193 8.74291 4.32942C8.71669 4.22457 8.67715 4.07834 8.62204 3.90433C8.51275 3.5592 8.33781 3.09055 8.07597 2.61448C7.57081 1.696 6.61154 0.533343 4.99999 0.533343V2.13334ZM7.99999 5.46668H11V3.86668H7.99999V5.46668ZM11 5.46668C11.6542 5.46668 12.2816 5.2068 12.7442 4.74421L11.6128 3.61284C11.4503 3.77537 11.2298 3.86668 11 3.86668V5.46668ZM12.7442 4.74421C13.2068 4.28162 13.4667 3.65421 13.4667 3.00001H11.8667C11.8667 3.22986 11.7754 3.4503 11.6128 3.61284L12.7442 4.74421ZM13.4667 3.00001C13.4667 2.34581 13.2068 1.7184 12.7442 1.25581L11.6128 2.38718C11.7754 2.54972 11.8667 2.77016 11.8667 3.00001H13.4667ZM12.7442 1.25581C12.2816 0.793224 11.6542 0.533343 11 0.533343V2.13334C11.2298 2.13334 11.4503 2.22465 11.6128 2.38718L12.7442 1.25581ZM11 0.533343C9.38845 0.533343 8.42918 1.696 7.92402 2.61448C7.66218 3.09055 7.48724 3.5592 7.37795 3.90433C7.32284 4.07834 7.2833 4.22456 7.25708 4.32942C7.24396 4.38193 7.23411 4.42431 7.22729 4.45487C7.22387 4.47016 7.22121 4.48252 7.21926 4.49173C7.21829 4.49634 7.21749 4.50017 7.21687 4.50318C7.21656 4.50469 7.21629 4.506 7.21607 4.5071C7.21596 4.50765 7.21586 4.50815 7.21577 4.5086C7.21572 4.50882 7.21566 4.50912 7.21564 4.50923C7.21558 4.50951 7.21553 4.50978 7.99999 4.66668C8.78446 4.82357 8.78441 4.82382 8.78436 4.82405C8.78435 4.82411 8.78431 4.82433 8.78428 4.82445C8.78423 4.8247 8.78419 4.82489 8.78416 4.82504C8.7841 4.82533 8.78408 4.82543 8.7841 4.82534C8.78414 4.82515 8.78434 4.82419 8.7847 4.8225C8.78542 4.8191 8.78678 4.81274 8.78882 4.80361C8.7929 4.78535 8.79965 4.75611 8.80931 4.71748C8.82867 4.64004 8.85944 4.52585 8.90329 4.38736C8.99192 4.10749 9.12948 3.7428 9.32597 3.38555C9.73747 2.63735 10.2782 2.13334 11 2.13334V0.533343Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15785"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconGift, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13510", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGift size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGitBranch.tsx b/src/icons/IconGitBranch.tsx
index 1da78ef..d4d7080 100644
--- a/src/icons/IconGitBranch.tsx
+++ b/src/icons/IconGitBranch.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGitBranch = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4 1.25C4.41421 1.25 4.75 1.58579 4.75 2V9.35352C5.65295 9.6089 6.3671 10.3139 6.63527 11.2114C7.79356 11.0703 8.87868 10.5459 9.71231 9.71231C10.5459 8.87868 11.0703 7.79356 11.2114 6.63527C10.077 6.29629 9.25 5.24472 9.25 4C9.25 2.48122 10.4812 1.25 12 1.25C13.5188 1.25 14.75 2.48122 14.75 4C14.75 5.27033 13.8887 6.33949 12.7181 6.65529C12.567 8.20495 11.8834 9.6625 10.773 10.773C9.6625 11.8834 8.20494 12.567 6.65528 12.7181C6.33948 13.8887 5.27033 14.75 4 14.75C2.48122 14.75 1.25 13.5188 1.25 12C1.25 10.7412 2.09575 9.67998 3.25 9.35352V2C3.25 1.58579 3.58579 1.25 4 1.25ZM12 2.75C11.3096 2.75 10.75 3.30964 10.75 4C10.75 4.69036 11.3096 5.25 12 5.25C12.6904 5.25 13.25 4.69036 13.25 4C13.25 3.30964 12.6904 2.75 12 2.75ZM4 10.75C3.30964 10.75 2.75 11.3096 2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4.8 2C4.8 1.55817 4.44183 1.2 4 1.2C3.55817 1.2 3.2 1.55817 3.2 2H4.8ZM3.2 2V10H4.8V2H3.2ZM13.2 4C13.2 4.66274 12.6627 5.2 12 5.2V6.8C13.5464 6.8 14.8 5.5464 14.8 4H13.2ZM12 5.2C11.3373 5.2 10.8 4.66274 10.8 4H9.2C9.2 5.5464 10.4536 6.8 12 6.8V5.2ZM10.8 4C10.8 3.33726 11.3373 2.8 12 2.8V1.2C10.4536 1.2 9.2 2.4536 9.2 4H10.8ZM12 2.8C12.6627 2.8 13.2 3.33726 13.2 4H14.8C14.8 2.4536 13.5464 1.2 12 1.2V2.8ZM5.2 12C5.2 12.6627 4.66274 13.2 4 13.2V14.8C5.5464 14.8 6.8 13.5464 6.8 12H5.2ZM4 13.2C3.33726 13.2 2.8 12.6627 2.8 12H1.2C1.2 13.5464 2.4536 14.8 4 14.8V13.2ZM2.8 12C2.8 11.3373 3.33726 10.8 4 10.8V9.2C2.4536 9.2 1.2 10.4536 1.2 12H2.8ZM4 10.8C4.66274 10.8 5.2 11.3373 5.2 12H6.8C6.8 10.4536 5.5464 9.2 4 9.2V10.8ZM11.2 6C11.2 7.37913 10.6521 8.70177 9.67696 9.67696L10.8083 10.8083C12.0836 9.53308 12.8 7.80347 12.8 6H11.2ZM9.67696 9.67696C8.70177 10.6521 7.37913 11.2 6 11.2V12.8C7.80347 12.8 9.53308 12.0836 10.8083 10.8083L9.67696 9.67696Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconGitBranch, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13513", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGitBranch size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGitCommit.tsx b/src/icons/IconGitCommit.tsx
index cb7bf20..d4e15a3 100644
--- a/src/icons/IconGitCommit.tsx
+++ b/src/icons/IconGitCommit.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGitCommit = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12751)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99995 6.08334C6.94141 6.08334 6.08328 6.94146 6.08328 8.00001C6.08328 9.05856 6.94141 9.91668 7.99995 9.91668C9.0585 9.91668 9.91662 9.05856 9.91662 8.00001C9.91662 6.94146 9.0585 6.08334 7.99995 6.08334ZM4.66586 7.25001C5.00769 5.72381 6.37063 4.58334 7.99995 4.58334C9.62928 4.58334 10.9922 5.72383 11.334 7.25004C11.336 7.25002 11.338 7.25001 11.34 7.25001H15.3066C15.7208 7.25001 16.0566 7.5858 16.0566 8.00001C16.0566 8.41422 15.7208 8.75001 15.3066 8.75001H11.34C11.338 8.75001 11.336 8.75 11.334 8.74999C10.9922 10.2762 9.62928 11.4167 7.99995 11.4167C6.37063 11.4167 5.00769 10.2762 4.66586 8.75001H0.699951C0.285738 8.75001 -0.0500488 8.41422 -0.0500488 8.00001C-0.0500488 7.5858 0.285738 7.25001 0.699951 7.25001H4.66586Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12751"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15789)"><path d="M0.699951 7.20001C0.258123 7.20001 -0.100049 7.55818 -0.100049 8.00001C-0.100049 8.44184 0.258123 8.80001 0.699951 8.80001V7.20001ZM4.66662 8.80001C5.10845 8.80001 5.46662 8.44184 5.46662 8.00001C5.46662 7.55818 5.10845 7.20001 4.66662 7.20001V8.80001ZM11.34 7.20001C10.8981 7.20001 10.54 7.55818 10.54 8.00001C10.54 8.44184 10.8981 8.80001 11.34 8.80001V7.20001ZM15.3066 8.80001C15.7484 8.80001 16.1066 8.44184 16.1066 8.00001C16.1066 7.55818 15.7484 7.20001 15.3066 7.20001V8.80001ZM9.86662 8.00001C9.86662 9.03094 9.03088 9.86668 7.99995 9.86668V11.4667C9.91454 11.4667 11.4666 9.9146 11.4666 8.00001H9.86662ZM7.99995 9.86668C6.96902 9.86668 6.13328 9.03094 6.13328 8.00001H4.53328C4.53328 9.9146 6.08536 11.4667 7.99995 11.4667V9.86668ZM6.13328 8.00001C6.13328 6.96908 6.96902 6.13334 7.99995 6.13334V4.53334C6.08536 4.53334 4.53328 6.08542 4.53328 8.00001H6.13328ZM7.99995 6.13334C9.03088 6.13334 9.86662 6.96908 9.86662 8.00001H11.4666C11.4666 6.08542 9.91454 4.53334 7.99995 4.53334V6.13334ZM0.699951 8.80001H4.66662V7.20001H0.699951V8.80001ZM11.34 8.80001H15.3066V7.20001H11.34V8.80001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15789"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconGitCommit, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13512", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGitCommit size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGitMerge.tsx b/src/icons/IconGitMerge.tsx
index a621cf7..8a6b154 100644
--- a/src/icons/IconGitMerge.tsx
+++ b/src/icons/IconGitMerge.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGitMerge = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.24472 5.92304 6.29629 4.78856 6.63527C4.92973 7.79356 5.45405 8.87868 6.28769 9.71231C7.12132 10.5459 8.20644 11.0703 9.36473 11.2114C9.70371 10.077 10.7553 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.7297 14.75 9.66052 13.8887 9.34472 12.7181C7.79506 12.567 6.3375 11.8834 5.22703 10.773C5.05801 10.6039 4.89887 10.4269 4.75 10.2427V14C4.75 14.4142 4.41421 14.75 4 14.75C3.58579 14.75 3.25 14.4142 3.25 14L3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4ZM12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.2 14C3.2 14.4418 3.55817 14.8 4 14.8C4.44183 14.8 4.8 14.4418 4.8 14H3.2ZM13.2 12C13.2 12.6627 12.6627 13.2 12 13.2V14.8C13.5464 14.8 14.8 13.5464 14.8 12H13.2ZM12 13.2C11.3373 13.2 10.8 12.6627 10.8 12H9.2C9.2 13.5464 10.4536 14.8 12 14.8V13.2ZM10.8 12C10.8 11.3373 11.3373 10.8 12 10.8V9.2C10.4536 9.2 9.2 10.4536 9.2 12H10.8ZM12 10.8C12.6627 10.8 13.2 11.3373 13.2 12H14.8C14.8 10.4536 13.5464 9.2 12 9.2V10.8ZM5.2 4C5.2 4.66274 4.66274 5.2 4 5.2V6.8C5.5464 6.8 6.8 5.5464 6.8 4H5.2ZM4 5.2C3.33726 5.2 2.8 4.66274 2.8 4H1.2C1.2 5.5464 2.4536 6.8 4 6.8V5.2ZM2.8 4C2.8 3.33726 3.33726 2.8 4 2.8V1.2C2.4536 1.2 1.2 2.4536 1.2 4H2.8ZM4 2.8C4.66274 2.8 5.2 3.33726 5.2 4H6.8C6.8 2.4536 5.5464 1.2 4 1.2V2.8ZM4.8 14V6H3.2L3.2 14H4.8ZM3.2 6C3.2 7.80347 3.91643 9.53308 5.19167 10.8083L6.32304 9.67696C5.34786 8.70177 4.8 7.37913 4.8 6H3.2ZM5.19167 10.8083C6.46692 12.0836 8.19653 12.8 10 12.8V11.2C8.62087 11.2 7.29823 10.6521 6.32304 9.67696L5.19167 10.8083Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconGitMerge, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13515", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGitMerge size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGitPullRequest.tsx b/src/icons/IconGitPullRequest.tsx
index 7557198..6a5605f 100644
--- a/src/icons/IconGitPullRequest.tsx
+++ b/src/icons/IconGitPullRequest.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGitPullRequest = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.25878 5.90425 6.32002 4.75 6.64648L4.75 14C4.75 14.4142 4.41421 14.75 4 14.75C3.58579 14.75 3.25 14.4142 3.25 14L3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4ZM7.91667 4C7.91667 3.58579 8.25245 3.25 8.66667 3.25H10.6667C11.2192 3.25 11.7491 3.46949 12.1398 3.86019C12.5305 4.25089 12.75 4.7808 12.75 5.33333L12.75 9.35352C13.9043 9.67998 14.75 10.7412 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.7412 10.0957 9.67998 11.25 9.35352L11.25 5.33333C11.25 5.17862 11.1885 5.03025 11.0791 4.92085C10.9698 4.81146 10.8214 4.75 10.6667 4.75H8.66667C8.25245 4.75 7.91667 4.41421 7.91667 4ZM12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.66667 3.2C8.22484 3.2 7.86667 3.55817 7.86667 4C7.86667 4.44183 8.22484 4.8 8.66667 4.8V3.2ZM10.6667 4V3.2V4ZM12 5.33333H11.2V5.33333L12 5.33333ZM3.2 14C3.2 14.4418 3.55817 14.8 4 14.8C4.44183 14.8 4.8 14.4418 4.8 14H3.2ZM13.2 12C13.2 12.6627 12.6627 13.2 12 13.2V14.8C13.5464 14.8 14.8 13.5464 14.8 12H13.2ZM12 13.2C11.3373 13.2 10.8 12.6627 10.8 12H9.2C9.2 13.5464 10.4536 14.8 12 14.8V13.2ZM10.8 12C10.8 11.3373 11.3373 10.8 12 10.8V9.2C10.4536 9.2 9.2 10.4536 9.2 12H10.8ZM12 10.8C12.6627 10.8 13.2 11.3373 13.2 12H14.8C14.8 10.4536 13.5464 9.2 12 9.2V10.8ZM5.2 4C5.2 4.66274 4.66274 5.2 4 5.2V6.8C5.5464 6.8 6.8 5.5464 6.8 4H5.2ZM4 5.2C3.33726 5.2 2.8 4.66274 2.8 4H1.2C1.2 5.5464 2.4536 6.8 4 6.8V5.2ZM2.8 4C2.8 3.33726 3.33726 2.8 4 2.8V1.2C2.4536 1.2 1.2 2.4536 1.2 4H2.8ZM4 2.8C4.66274 2.8 5.2 3.33726 5.2 4H6.8C6.8 2.4536 5.5464 1.2 4 1.2V2.8ZM8.66667 4.8H10.6667V3.2H8.66667V4.8ZM10.6667 4.8C10.8081 4.8 10.9438 4.85619 11.0438 4.95621L12.1752 3.82484C11.7751 3.42476 11.2325 3.2 10.6667 3.2V4.8ZM11.0438 4.95621C11.1438 5.05623 11.2 5.19188 11.2 5.33333H12.8C12.8 4.76754 12.5752 4.22492 12.1752 3.82484L11.0438 4.95621ZM11.2 5.33333V10H12.8L12.8 5.33333L11.2 5.33333ZM3.2 6L3.2 14H4.8V6H3.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconGitPullRequest, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13514", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGitPullRequest size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGithub.tsx b/src/icons/IconGithub.tsx
index 0f2c935..94372e5 100644
--- a/src/icons/IconGithub.tsx
+++ b/src/icons/IconGithub.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGithub = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11994)"><path fillRule="evenodd" clipRule="evenodd" d="M6.13413 0.846163C7.58082 0.50827 9.08604 0.50827 10.5327 0.846163C11.3627 0.324698 12.0081 0.0773283 12.4901 -0.0296748C12.7585 -0.089271 12.9753 -0.105055 13.1427 -0.100446C13.2262 -0.098147 13.2966 -0.0907955 13.3542 -0.0816176C13.3829 -0.0770348 13.4083 -0.0720167 13.4304 -0.0669893C13.4415 -0.0644766 13.4517 -0.0619651 13.4611 -0.0595092L13.4745 -0.0558759L13.4808 -0.0541046L13.4838 -0.0532328L13.4852 -0.0528007C13.486 -0.0525858 13.4867 -0.052371 13.2734 0.666666L13.4867 -0.052371C13.7005 0.011034 13.8749 0.166265 13.9628 0.371204C14.321 1.2069 14.3918 2.13322 14.1717 3.00683C14.7601 3.76922 15.0833 4.70843 15.0834 5.67986V5.68C15.0834 7.66219 14.4762 9.0057 13.4544 9.86487C12.797 10.4177 12.0185 10.7251 11.2498 10.9045C11.3879 11.292 11.4447 11.7037 11.4168 12.114V14.6667C11.4168 15.0809 11.081 15.4167 10.6668 15.4167C10.2526 15.4167 9.91676 15.0809 9.91676 14.6667V12.0867C9.91676 12.067 9.91753 12.0474 9.91907 12.0278C9.93573 11.8161 9.90712 11.6032 9.83514 11.4033C9.76316 11.2035 9.64946 11.0212 9.50161 10.8687C9.30242 10.6632 9.23751 10.3624 9.33428 10.0931C9.43104 9.82375 9.67262 9.63298 9.95701 9.60128C10.9615 9.48931 11.8511 9.25328 12.4891 8.7168C13.0906 8.21098 13.5834 7.33786 13.5834 5.68014M12.7396 1.45285C12.4149 1.53675 11.8717 1.74856 11.0844 2.27632C10.904 2.39721 10.6801 2.43401 10.4706 2.37722C9.07106 1.99792 7.5958 1.99792 6.19628 2.37722C5.98673 2.43401 5.76284 2.39721 5.58249 2.27632C4.79518 1.74856 4.25199 1.53674 3.92725 1.45285C3.82439 1.93816 3.86019 2.44643 4.03609 2.91777C4.13645 3.18668 4.07453 3.48928 3.87662 3.69715C3.36375 4.23584 3.07946 4.95224 3.08342 5.69601L3.08344 5.7C3.08343 7.34206 3.57473 8.20972 4.17778 8.7168C4.81845 9.25551 5.71093 9.49715 6.7192 9.62239C7.00138 9.65743 7.23947 9.84903 7.33405 10.1172C7.42864 10.3853 7.36345 10.6839 7.16572 10.8882C7.0196 11.0392 6.90691 11.2193 6.83499 11.4167C6.76306 11.6141 6.73351 11.8245 6.74825 12.034C6.74948 12.0516 6.7501 12.0691 6.7501 12.0867V12.6498C6.75036 12.6613 6.75036 12.6727 6.7501 12.6841V14.6667C6.7501 15.0809 6.41431 15.4167 6.0001 15.4167C5.58588 15.4167 5.2501 15.0809 5.2501 14.6667V13.599C4.74303 13.6669 4.29048 13.649 3.88127 13.5532C3.21888 13.3982 2.74637 13.0569 2.38643 12.697C2.21068 12.5212 2.05984 12.3391 1.93089 12.1776C1.8864 12.1218 1.84611 12.0707 1.80828 12.0226C1.7286 11.9215 1.6598 11.8341 1.58541 11.7468C1.36933 11.4931 1.24796 11.4184 1.15153 11.3943C0.749681 11.2938 0.505361 10.8866 0.605822 10.4848C0.706284 10.0829 1.11348 9.8386 1.51533 9.93906C2.08557 10.0816 2.4642 10.4652 2.72728 10.7741C2.82115 10.8843 2.91864 11.008 3.00671 11.1198C3.04049 11.1627 3.07288 11.2038 3.10316 11.2417C3.2216 11.3901 3.33118 11.5204 3.44709 11.6363C3.67048 11.8597 3.90631 12.0185 4.22309 12.0926C4.46398 12.149 4.79228 12.1658 5.24839 12.0805C5.22834 11.6844 5.28712 11.2881 5.4215 10.9146C4.65161 10.7293 3.87103 10.4187 3.21241 9.86487C2.19247 9.00724 1.58384 7.67217 1.58343 5.70199C1.57867 4.72294 1.90217 3.77516 2.49514 3.00682C2.27511 2.13322 2.3459 1.2069 2.70408 0.371204C2.79192 0.166265 2.96639 0.011034 3.18016 -0.0523711L3.39343 0.666666C3.18016 -0.0523711 3.18088 -0.0525858 3.18161 -0.0528007L3.18308 -0.0532329L3.18609 -0.0541047L3.19234 -0.0558759L3.20578 -0.0595092C3.21516 -0.0619651 3.22537 -0.0644767 3.23642 -0.0669893C3.25853 -0.0720167 3.28393 -0.0770348 3.31267 -0.0816176C3.37022 -0.0907955 3.44062 -0.098147 3.52415 -0.100446C3.69161 -0.105055 3.90836 -0.089271 4.17681 -0.0296748C4.6588 0.0773283 5.30416 0.324698 6.13413 0.846163M12.7396 1.45285C12.8425 1.93816 12.8067 2.44643 12.6308 2.91777C12.5304 3.18667 12.5923 3.48926 12.7902 3.69714C13.2993 4.23183 13.5833 4.94175 13.5834 5.68" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11994"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15795)"><path d="M6.2298 13.4329C6.65299 13.306 6.89314 12.86 6.76618 12.4368C6.63922 12.0136 6.19323 11.7734 5.77004 11.9004L6.2298 13.4329ZM1.52728 9.89055C1.09864 9.78339 0.664297 10.044 0.557138 10.4726C0.449979 10.9013 0.710588 11.3356 1.13922 11.4428L1.52728 9.89055ZM9.86658 14.6667C9.86658 15.1085 10.2248 15.4667 10.6666 15.4667C11.1084 15.4667 11.4666 15.1085 11.4666 14.6667H9.86658ZM10.6666 12.0867L9.86905 12.0239C9.86741 12.0448 9.86658 12.0657 9.86658 12.0867H10.6666ZM10.0399 10.3467L9.9513 9.55159C9.64794 9.5854 9.39026 9.78889 9.28705 10.0761C9.18383 10.3634 9.25307 10.6844 9.46553 10.9035L10.0399 10.3467ZM14.3333 5.68H15.1333V5.67985L14.3333 5.68ZM13.3333 3.18L12.5837 2.90029C12.4767 3.18712 12.5427 3.50988 12.7538 3.73162L13.3333 3.18ZM13.2733 0.666666L14.0086 0.351507C13.9149 0.132904 13.7288 -0.032675 13.5007 -0.100307L13.2733 0.666666ZM10.6666 1.65333L10.4573 2.42548C10.6808 2.48606 10.9197 2.4468 11.112 2.31785L10.6666 1.65333ZM5.99992 1.65333L5.55447 2.31785C5.74685 2.4468 5.98566 2.48606 6.20919 2.42548L5.99992 1.65333ZM3.39325 0.666666L3.16576 -0.100307C2.93774 -0.032675 2.75164 0.132904 2.65795 0.351507L3.39325 0.666666ZM3.33325 3.18L3.91265 3.73163C4.12376 3.50989 4.1898 3.18712 4.08276 2.90029L3.33325 3.18ZM2.33325 5.7H3.13326L3.13324 5.69575L2.33325 5.7ZM6.62659 10.3667L7.20147 10.923C7.41239 10.7051 7.48192 10.3866 7.38103 10.1005C7.28013 9.81452 7.02617 9.61015 6.72519 9.57277L6.62659 10.3667ZM5.99992 12.0867H6.79992C6.79992 12.0679 6.79926 12.0492 6.79795 12.0305L5.99992 12.0867ZM5.19992 14.6667C5.19992 15.1085 5.55809 15.4667 5.99992 15.4667C6.44175 15.4667 6.79992 15.1085 6.79992 14.6667H5.19992ZM5.77004 11.9004C5.02767 12.1231 4.54988 12.1178 4.23431 12.044C3.92904 11.9725 3.70111 11.8198 3.48227 11.601C3.36835 11.4871 3.26015 11.3585 3.14205 11.2105C3.03382 11.0749 2.89571 10.8949 2.76516 10.7416C2.50052 10.431 2.11331 10.0371 1.52728 9.89055L1.13922 11.4428C1.21986 11.4629 1.33265 11.5274 1.54717 11.7792C1.65621 11.9072 1.75247 12.0344 1.89164 12.2087C2.02094 12.3707 2.17315 12.5546 2.3509 12.7324C2.71539 13.0968 3.19579 13.4441 3.86969 13.6019C4.53329 13.7572 5.3055 13.7102 6.2298 13.4329L5.77004 11.9004ZM11.4666 14.6667V12.0867H9.86658V14.6667H11.4666ZM11.4641 12.1494C11.498 11.7183 11.4398 11.285 11.2933 10.8781L9.78792 11.4203C9.8575 11.6135 9.88515 11.8192 9.86905 12.0239L11.4641 12.1494ZM11.2933 10.8781C11.1467 10.4713 10.9153 10.1003 10.6143 9.78982L9.46553 10.9035C9.60845 11.0509 9.71835 11.2271 9.78792 11.4203L11.2933 10.8781ZM10.1285 11.1417C11.2201 11.0201 12.4896 10.7414 13.4864 9.90314C14.5222 9.03219 15.1333 7.673 15.1333 5.68H13.5333C13.5333 7.327 13.0443 8.18448 12.4567 8.67853C11.8303 9.20528 10.953 9.43993 9.9513 9.55159L10.1285 11.1417ZM15.1333 5.67985C15.133 4.54375 14.696 3.45122 13.9127 2.62838L12.7538 3.73162C13.2541 4.25704 13.5331 4.95468 13.5333 5.68015L15.1333 5.67985ZM14.0828 3.45971C14.4586 2.45264 14.432 1.33949 14.0086 0.351507L12.5379 0.981825C12.7993 1.59164 12.8157 2.2787 12.5837 2.90029L14.0828 3.45971ZM13.2733 0.666666C13.5007 -0.100307 13.5 -0.100536 13.4992 -0.100765C13.4989 -0.100843 13.4981 -0.101072 13.4976 -0.101226C13.4966 -0.101533 13.4955 -0.101843 13.4944 -0.102153C13.4923 -0.102775 13.4901 -0.103402 13.4878 -0.104035C13.4833 -0.105299 13.4785 -0.106583 13.4736 -0.107879C13.4637 -0.110472 13.4529 -0.113112 13.4413 -0.115745C13.4182 -0.121013 13.3917 -0.126239 13.3619 -0.130994C13.3022 -0.140517 13.2296 -0.148069 13.1439 -0.150427C12.9721 -0.155156 12.7512 -0.138917 12.479 -0.0784866C11.9361 0.0420561 11.1931 0.337282 10.2211 0.988818L11.112 2.31785C11.9601 1.74938 12.5204 1.55128 12.8258 1.48348C12.9778 1.44975 13.0673 1.44807 13.0999 1.44897C13.1164 1.44942 13.1195 1.45057 13.1099 1.44904C13.1052 1.44828 13.0974 1.44688 13.0866 1.44443C13.0812 1.44321 13.0751 1.44173 13.0683 1.43995C13.0649 1.43905 13.0613 1.43809 13.0576 1.43704C13.0557 1.43651 13.0538 1.43597 13.0518 1.4354C13.0508 1.43512 13.0498 1.43483 13.0488 1.43454C13.0483 1.43439 13.0475 1.43417 13.0473 1.43409C13.0465 1.43387 13.0458 1.43364 13.2733 0.666666ZM10.8759 0.881188C9.21082 0.429928 7.45568 0.429928 5.79065 0.881188L6.20919 2.42548C7.60014 2.0485 9.06636 2.0485 10.4573 2.42548L10.8759 0.881188ZM6.44536 0.988818C5.4734 0.337282 4.73044 0.0420561 4.18747 -0.0784866C3.91526 -0.138917 3.6944 -0.155156 3.5226 -0.150427C3.43691 -0.148069 3.36433 -0.140517 3.30462 -0.130994C3.2748 -0.126239 3.24832 -0.121013 3.22515 -0.115745C3.21357 -0.113112 3.20284 -0.110472 3.19293 -0.107879C3.18798 -0.106583 3.18324 -0.105299 3.17871 -0.104035C3.17645 -0.103402 3.17424 -0.102775 3.17208 -0.102153C3.171 -0.101843 3.16993 -0.101533 3.16888 -0.101226C3.16835 -0.101072 3.16757 -0.100843 3.16731 -0.100765C3.16653 -0.100536 3.16576 -0.100307 3.39325 0.666666C3.62074 1.43364 3.61998 1.43387 3.61921 1.43409C3.61896 1.43417 3.6182 1.43439 3.6177 1.43454C3.61669 1.43483 3.6157 1.43512 3.61471 1.4354C3.61275 1.43597 3.61082 1.43651 3.60894 1.43704C3.60519 1.43809 3.6016 1.43905 3.5982 1.43995C3.59138 1.44173 3.58528 1.44321 3.57991 1.44443C3.56915 1.44688 3.56135 1.44828 3.5566 1.44904C3.54702 1.45057 3.55012 1.44942 3.56662 1.44897C3.59918 1.44807 3.68874 1.44975 3.8407 1.48348C4.14606 1.55128 4.70644 1.74938 5.55447 2.31785L6.44536 0.988818ZM2.65795 0.351507C2.23448 1.33949 2.20791 2.45264 2.58374 3.45971L4.08276 2.90029C3.85079 2.2787 3.86719 1.59164 4.12856 0.981825L2.65795 0.351507ZM2.75385 2.62837C1.96464 3.45731 1.52718 4.55972 1.53326 5.70425L3.13324 5.69575C3.12936 4.9649 3.4087 4.26095 3.91265 3.73163L2.75385 2.62837ZM1.53325 5.7C1.53325 7.68224 2.14586 9.03352 3.18006 9.90314C4.17412 10.739 5.44036 11.0255 6.52798 11.1606L6.72519 9.57277C5.71948 9.44785 4.83905 9.20765 4.20978 8.67853C3.62064 8.18314 3.13325 7.33109 3.13325 5.7H1.53325ZM6.0517 9.81033C5.75427 10.1177 5.52488 10.4842 5.37846 10.8861L6.88179 11.4338C6.95131 11.243 7.06024 11.0689 7.20147 10.923L6.0517 9.81033ZM5.37846 10.8861C5.23204 11.2879 5.17188 11.7161 5.20189 12.1428L6.79795 12.0305C6.7837 11.8279 6.81226 11.6246 6.88179 11.4338L5.37846 10.8861ZM5.19992 12.0867V14.6667H6.79992V12.0867H5.19992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15795"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconGithub, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13517", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGithub size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGitlab.tsx b/src/icons/IconGitlab.tsx
index 69b5968..a39c1db 100644
--- a/src/icons/IconGitlab.tsx
+++ b/src/icons/IconGitlab.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGitlab = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12734)"><path fillRule="evenodd" clipRule="evenodd" d="M2.95862 1.68025C2.95764 1.67724 2.95668 1.67421 2.95576 1.67118L2.95862 1.68025ZM3.40519 3.05127L4.58698 6.67898C4.68756 6.98772 4.97539 7.19667 5.3001 7.19667H10.7001C11.025 7.19667 11.313 6.98744 11.4134 6.67842L12.5913 3.05309L13.7735 6.69175L14.5704 9.05119L8.0001 13.8262L1.45501 9.06948L2.22673 6.67842L3.40519 3.05127ZM12.1452 1.67987C12.1442 1.67698 12.1433 1.67409 12.1424 1.67118L12.1452 1.67987ZM2.70902 0.778299C2.89987 0.60461 3.14866 0.508331 3.40676 0.508331C3.6655 0.508331 3.91488 0.605082 4.10591 0.779576L4.12134 0.794069C4.24495 0.913555 4.33666 1.06205 4.38815 1.22597L5.84456 5.69667H10.1552L11.6135 1.20825C11.6177 1.1952 11.6223 1.18227 11.6273 1.16947C11.6851 1.01985 11.7771 0.88582 11.8959 0.778059C12.0868 0.604523 12.3354 0.508331 12.5934 0.508331C12.8522 0.508331 13.1015 0.60508 13.2926 0.779576L13.308 0.794069C13.4317 0.913631 13.5234 1.06224 13.5749 1.22629L15.1987 6.22416L16.044 8.72667C16.0474 8.7367 16.0506 8.7468 16.0535 8.75697C16.1323 9.02753 16.1218 9.31628 16.0234 9.58036C15.9279 9.83679 15.7546 10.0567 15.5281 10.2094L8.44102 15.36C8.17812 15.5511 7.82207 15.5511 7.55917 15.36L0.459171 10.2L0.45575 10.1975C0.233089 10.0338 0.067926 9.8038 -0.0161085 9.5405C-0.099838 9.27814 -0.0987515 8.9961 -0.0130466 8.73444L2.4268 1.20825C2.43104 1.1952 2.43564 1.18227 2.44059 1.16947C2.49841 1.01996 2.59033 0.88602 2.70902 0.778299Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12734"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15797)"><path d="M15.1001 9.59334L14.6653 8.92178C14.6533 8.9296 14.6414 8.93774 14.6298 8.94619L15.1001 9.59334ZM8.0001 14.7533L7.52978 15.4005C7.8102 15.6043 8.18999 15.6043 8.47042 15.4005L8.0001 14.7533ZM0.900096 9.59334L0.426119 10.2378L0.429776 10.2405L0.900096 9.59334ZM0.700096 8.96667L1.4598 9.21744L1.46143 9.21239L0.700096 8.96667ZM1.51343 6.44667L0.752578 6.19947L0.752101 6.20095L1.51343 6.44667ZM3.1401 1.44L2.39395 1.15144C2.38867 1.16509 2.38377 1.17888 2.37925 1.1928L3.1401 1.44ZM3.21343 1.33334L3.75005 1.92668L3.75296 1.92402L3.21343 1.33334ZM3.40676 1.25833V0.458331V1.25833ZM3.6001 1.33334L4.15608 0.758118C4.15067 0.752888 4.14519 0.747734 4.13963 0.742658L3.6001 1.33334ZM3.67343 1.45334L2.90792 1.6857C2.90948 1.69086 2.9111 1.69601 2.91277 1.70113L3.67343 1.45334ZM5.3001 6.44667L4.53944 6.69447C4.64672 7.02379 4.95374 7.24667 5.3001 7.24667V6.44667ZM10.7001 6.44667V7.24667C11.0467 7.24667 11.3538 7.0235 11.4609 6.69387L10.7001 6.44667ZM12.3268 1.44L11.5806 1.15144C11.5753 1.16509 11.5704 1.17888 11.5659 1.1928L12.3268 1.44ZM12.4001 1.33334L12.9367 1.92668L12.9396 1.92402L12.4001 1.33334ZM12.5934 1.25833V2.05833V1.25833ZM12.7868 1.33334L13.3427 0.758118C13.3373 0.752888 13.3319 0.747734 13.3263 0.742658L12.7868 1.33334ZM12.8601 1.45334L12.0946 1.6857C12.0961 1.69066 12.0976 1.69561 12.0992 1.70054L12.8601 1.45334ZM14.4868 6.46L13.7259 6.70722L13.7288 6.71601L14.4868 6.46ZM15.3334 8.96667L16.1015 8.74299C16.0984 8.73214 16.095 8.72137 16.0914 8.71067L15.3334 8.96667ZM15.3206 9.31866L14.5708 9.03951L15.3206 9.31866ZM14.6298 8.94619L7.52978 14.1062L8.47042 15.4005L15.5704 10.2405L14.6298 8.94619ZM8.47042 14.1062L1.37042 8.94619L0.429776 10.2405L7.52978 15.4005L8.47042 14.1062ZM1.37407 8.94886C1.41486 8.97886 1.44512 9.02099 1.46051 9.06923L-0.0637415 9.5557C0.0234997 9.82905 0.194966 10.0678 0.426127 10.2378L1.37407 8.94886ZM1.46051 9.06923C1.47591 9.11747 1.47565 9.16935 1.45978 9.21743L-0.0595878 8.71591C-0.149529 8.98839 -0.150983 9.28234 -0.0637415 9.5557L1.46051 9.06923ZM1.46143 9.21239L2.27476 6.69239L0.752101 6.20095L-0.0612327 8.72095L1.46143 9.21239ZM2.27428 6.69387L3.90095 1.6872L2.37925 1.1928L0.75258 6.19947L2.27428 6.69387ZM3.88624 1.72857C3.85694 1.80434 3.81029 1.87218 3.75005 1.92667L2.67681 0.740008C2.55169 0.853174 2.45481 0.994081 2.39395 1.15144L3.88624 1.72857ZM3.75296 1.92402C3.65837 2.01042 3.53488 2.05833 3.40676 2.05833V0.458331C3.13555 0.458331 2.87414 0.559748 2.67389 0.742658L3.75296 1.92402ZM3.40676 2.05833C3.27864 2.05833 3.15516 2.01042 3.06056 1.92402L4.13963 0.742658C3.93938 0.559749 3.67797 0.458331 3.40676 0.458331V2.05833ZM3.04411 1.90856C2.98049 1.84707 2.93362 1.77036 2.90792 1.6857L4.43894 1.22098C4.38557 1.04514 4.28821 0.885828 4.15608 0.758118L3.04411 1.90856ZM2.91277 1.70113L4.53944 6.69447L6.06075 6.19887L4.43408 1.20554L2.91277 1.70113ZM5.3001 7.24667H10.7001V5.64667H5.3001V7.24667ZM11.4609 6.69387L13.0876 1.6872L11.5659 1.1928L9.93925 6.19947L11.4609 6.69387ZM13.0729 1.72857C13.0436 1.80434 12.997 1.87218 12.9367 1.92667L11.8635 0.740008C11.7384 0.853172 11.6415 0.994079 11.5806 1.15144L13.0729 1.72857ZM12.9396 1.92402C12.845 2.01042 12.7215 2.05833 12.5934 2.05833V0.458331C12.3222 0.458331 12.0608 0.55975 11.8606 0.742658L12.9396 1.92402ZM12.5934 2.05833C12.4653 2.05833 12.3418 2.01042 12.2472 1.92402L13.3263 0.742658C13.126 0.559748 12.8646 0.458331 12.5934 0.458331V2.05833ZM12.2308 1.90856C12.1672 1.84707 12.1203 1.77037 12.0946 1.6857L13.6256 1.22098C13.5722 1.04513 13.4749 0.885825 13.3427 0.758118L12.2308 1.90856ZM12.0992 1.70054L13.7259 6.7072L15.2476 6.2128L13.6209 1.20614L12.0992 1.70054ZM13.7288 6.71601L14.5755 9.22267L16.0914 8.71067L15.2447 6.204L13.7288 6.71601ZM14.5653 9.19036C14.5509 9.14079 14.5528 9.08788 14.5708 9.03951L16.0703 9.59781C16.1724 9.32364 16.1833 9.02387 16.1015 8.74299L14.5653 9.19036ZM14.5708 9.03951C14.5889 8.99113 14.622 8.94984 14.6653 8.92178L15.5349 10.2649C15.7804 10.1059 15.9682 9.87196 16.0703 9.59781L14.5708 9.03951Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15797"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconGitlab, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13516", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGitlab size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGlobe.tsx b/src/icons/IconGlobe.tsx
index 3aca69d..d0912f1 100644
--- a/src/icons/IconGlobe.tsx
+++ b/src/icons/IconGlobe.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGlobe = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12265)"><path fillRule="evenodd" clipRule="evenodd" d="M2.13058 7.25001H4.62365C4.77841 5.49553 5.35376 3.80974 6.29345 2.33322C4.08918 2.99617 2.42658 4.91009 2.13058 7.25001ZM8.00016 2.50413C6.95414 3.8841 6.30685 5.52616 6.13041 7.25001H9.86992C9.69347 5.52616 9.04618 3.8841 8.00016 2.50413ZM9.86992 8.75001C9.69347 10.4739 9.04618 12.1159 8.00016 13.4959C6.95414 12.1159 6.30685 10.4739 6.13041 8.75001H9.86992ZM4.62365 8.75001H2.13058C2.42658 11.0899 4.08918 13.0038 6.29345 13.6668C5.35375 12.1903 4.77841 10.5045 4.62365 8.75001ZM9.70688 13.6668C10.6466 12.1903 11.2219 10.5045 11.3767 8.75001H13.8697C13.5737 11.0899 11.9111 13.0038 9.70688 13.6668ZM13.8697 7.25001H11.3767C11.2219 5.49553 10.6466 3.80974 9.70688 2.33322C11.9111 2.99617 13.5737 4.91009 13.8697 7.25001ZM0.583496 8.00001C0.583496 3.9039 3.90405 0.583344 8.00016 0.583344C12.0963 0.583344 15.4168 3.9039 15.4168 8.00001C15.4168 12.0961 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0961 0.583496 8.00001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12265"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15799)"><path d="M10.6668 8.00001L11.4667 8.01667C11.4669 8.00557 11.4669 7.99445 11.4667 7.98335L10.6668 8.00001ZM5.3335 8.00001L4.53367 7.98335C4.53344 7.99445 4.53344 8.00557 4.53367 8.01667L5.3335 8.00001ZM13.8668 8.00001C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1237 15.4668 8.00001H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8.00001H0.533496C0.533496 12.1237 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8.00001C2.1335 4.75994 4.76009 2.13334 8.00016 2.13334V0.533343C3.87644 0.533343 0.533496 3.87628 0.533496 8.00001H2.1335ZM8.00016 2.13334C11.2402 2.13334 13.8668 4.75994 13.8668 8.00001H15.4668C15.4668 3.87628 12.1239 0.533343 8.00016 0.533343V2.13334ZM1.3335 8.80001H14.6668V7.20001H1.3335V8.80001ZM7.40949 1.87288C8.94622 3.55527 9.81954 5.73858 9.867 8.01667L11.4667 7.98335C11.4111 5.31749 10.3891 2.76256 8.59084 0.793805L7.40949 1.87288ZM9.867 7.98335C9.81954 10.2614 8.94622 12.4448 7.40949 14.1271L8.59084 15.2062C10.3891 13.2375 11.4111 10.6825 11.4667 8.01667L9.867 7.98335ZM8.59084 14.1271C7.0541 12.4448 6.18078 10.2614 6.13332 7.98335L4.53367 8.01667C4.58921 10.6825 5.61118 13.2375 7.40949 15.2062L8.59084 14.1271ZM6.13332 8.01667C6.18078 5.73858 7.0541 3.55527 8.59084 1.87288L7.40949 0.793805C5.61118 2.76256 4.58921 5.31749 4.53367 7.98335L6.13332 8.01667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15799"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconGlobe, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13519", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGlobe size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconGrid.tsx b/src/icons/IconGrid.tsx
index 09e0196..aa60f58 100644
--- a/src/icons/IconGrid.tsx
+++ b/src/icons/IconGrid.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconGrid = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 2C1.25 1.58579 1.58579 1.25 2 1.25H6.66667C7.08088 1.25 7.41667 1.58579 7.41667 2V6.66667C7.41667 7.08088 7.08088 7.41667 6.66667 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667V2ZM2.75 2.75V5.91667H5.91667V2.75H2.75ZM8.58333 2C8.58333 1.58579 8.91912 1.25 9.33333 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H9.33333C8.91912 7.41667 8.58333 7.08088 8.58333 6.66667V2ZM10.0833 2.75V5.91667H13.25V2.75H10.0833ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H6.66667C7.08088 8.58333 7.41667 8.91912 7.41667 9.33333V14C7.41667 14.4142 7.08088 14.75 6.66667 14.75H2C1.58579 14.75 1.25 14.4142 1.25 14V9.33333ZM2.75 10.0833V13.25H5.91667V10.0833H2.75ZM8.58333 9.33333C8.58333 8.91912 8.91912 8.58333 9.33333 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333V14C14.75 14.4142 14.4142 14.75 14 14.75H9.33333C8.91912 14.75 8.58333 14.4142 8.58333 14V9.33333ZM10.0833 10.0833V13.25H13.25V10.0833H10.0833Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 2V1.2C1.55817 1.2 1.2 1.55817 1.2 2H2ZM6.66667 2H7.46667C7.46667 1.55817 7.10849 1.2 6.66667 1.2V2ZM6.66667 6.66667V7.46667C7.10849 7.46667 7.46667 7.10849 7.46667 6.66667H6.66667ZM2 6.66667H1.2C1.2 7.10849 1.55817 7.46667 2 7.46667V6.66667ZM9.33333 2V1.2C8.89151 1.2 8.53333 1.55817 8.53333 2H9.33333ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM14 6.66667V7.46667C14.4418 7.46667 14.8 7.10849 14.8 6.66667H14ZM9.33333 6.66667H8.53333C8.53333 7.10849 8.89151 7.46667 9.33333 7.46667V6.66667ZM9.33333 9.33333V8.53333C8.89151 8.53333 8.53333 8.89151 8.53333 9.33333H9.33333ZM14 9.33333H14.8C14.8 8.89151 14.4418 8.53333 14 8.53333V9.33333ZM14 14V14.8C14.4418 14.8 14.8 14.4418 14.8 14H14ZM9.33333 14H8.53333C8.53333 14.4418 8.89151 14.8 9.33333 14.8V14ZM2 9.33333V8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333H2ZM6.66667 9.33333H7.46667C7.46667 8.89151 7.10849 8.53333 6.66667 8.53333V9.33333ZM6.66667 14V14.8C7.10849 14.8 7.46667 14.4418 7.46667 14H6.66667ZM2 14H1.2C1.2 14.4418 1.55817 14.8 2 14.8V14ZM2 2.8H6.66667V1.2H2V2.8ZM5.86667 2V6.66667H7.46667V2H5.86667ZM6.66667 5.86667H2V7.46667H6.66667V5.86667ZM2.8 6.66667V2H1.2V6.66667H2.8ZM9.33333 2.8H14V1.2H9.33333V2.8ZM13.2 2V6.66667H14.8V2H13.2ZM14 5.86667H9.33333V7.46667H14V5.86667ZM10.1333 6.66667V2H8.53333V6.66667H10.1333ZM9.33333 10.1333H14V8.53333H9.33333V10.1333ZM13.2 9.33333V14H14.8V9.33333H13.2ZM14 13.2H9.33333V14.8H14V13.2ZM10.1333 14V9.33333H8.53333V14H10.1333ZM2 10.1333H6.66667V8.53333H2V10.1333ZM5.86667 9.33333V14H7.46667V9.33333H5.86667ZM6.66667 13.2H2V14.8H6.66667V13.2ZM2.8 14V9.33333H1.2V14H2.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconGrid, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13518", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconGrid size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHardDrive.tsx b/src/icons/IconHardDrive.tsx
index 1a98a76..3b238cc 100644
--- a/src/icons/IconHardDrive.tsx
+++ b/src/icons/IconHardDrive.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHardDrive = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.82666 1.91669L11.1733 1.91669C11.5609 1.91689 11.9412 2.02522 12.2706 2.22948C12.5996 2.43351 12.8652 2.72519 13.0377 3.07177C13.0379 3.07216 13.0381 3.07255 13.0383 3.07294L15.3373 7.66422C15.3895 7.76846 15.4167 7.88344 15.4167 8.00002V12C15.4167 12.5526 15.1972 13.0825 14.8065 13.4732C14.4158 13.8639 13.8859 14.0834 13.3333 14.0834H2.66666C2.11413 14.0834 1.58422 13.8639 1.19352 13.4732C0.802822 13.0825 0.583328 12.5526 0.583328 12V8.00002C0.583328 7.88344 0.610506 7.76846 0.662703 7.66422L2.96168 3.07294C2.96186 3.07257 2.96205 3.0722 2.96223 3.07183C3.13472 2.72522 3.40039 2.43352 3.72944 2.22948C4.05883 2.02522 4.43907 1.91689 4.82666 1.91669ZM4.82688 3.41669C4.71842 3.41678 4.61213 3.44711 4.51995 3.50427C4.42772 3.56146 4.35327 3.64325 4.30498 3.74044L4.30396 3.74249L2.54764 7.25002H13.4523L11.696 3.74249L11.695 3.74044C11.6467 3.64325 11.5723 3.56146 11.48 3.50427C11.3879 3.44711 11.2816 3.41678 11.1731 3.41669H4.82688ZM13.9167 8.75002H2.08333V12C2.08333 12.1547 2.14479 12.3031 2.25418 12.4125C2.36358 12.5219 2.51195 12.5834 2.66666 12.5834H13.3333C13.488 12.5834 13.6364 12.5219 13.7458 12.4125C13.8552 12.3031 13.9167 12.1547 13.9167 12V8.75002ZM3.25 10.6667C3.25 10.2525 3.58578 9.91669 4 9.91669H4.00666C4.42088 9.91669 4.75666 10.2525 4.75666 10.6667C4.75666 11.0809 4.42088 11.4167 4.00666 11.4167H4C3.58578 11.4167 3.25 11.0809 3.25 10.6667ZM5.91666 10.6667C5.91666 10.2525 6.25245 9.91669 6.66666 9.91669H6.67333C7.08754 9.91669 7.42333 10.2525 7.42333 10.6667C7.42333 11.0809 7.08754 11.4167 6.67333 11.4167H6.66666C6.25245 11.4167 5.91666 11.0809 5.91666 10.6667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.6667 8.00002H15.4667C15.4667 7.87567 15.4377 7.75303 15.382 7.64183L14.6667 8.00002ZM1.33333 8.00002L0.617994 7.64183C0.562317 7.75303 0.533328 7.87567 0.533328 8.00002H1.33333ZM3.63333 3.40669L4.34867 3.76487L4.34975 3.76269L3.63333 3.40669ZM1.33333 12H0.533328H1.33333ZM12.3667 3.40669L11.6502 3.76269L11.6513 3.76487L12.3667 3.40669ZM11.1733 2.66669L11.1738 1.86669H11.1733V2.66669ZM4.82666 2.66669V1.86669L4.82624 1.86669L4.82666 2.66669ZM3.99999 9.86669C3.55817 9.86669 3.19999 10.2249 3.19999 10.6667C3.19999 11.1085 3.55817 11.4667 3.99999 11.4667V9.86669ZM4.00666 11.4667C4.44849 11.4667 4.80666 11.1085 4.80666 10.6667C4.80666 10.2249 4.44849 9.86669 4.00666 9.86669V11.4667ZM6.66666 9.86669C6.22483 9.86669 5.86666 10.2249 5.86666 10.6667C5.86666 11.1085 6.22483 11.4667 6.66666 11.4667V9.86669ZM6.67333 11.4667C7.11516 11.4667 7.47333 11.1085 7.47333 10.6667C7.47333 10.2249 7.11516 9.86669 6.67333 9.86669V11.4667ZM14.6667 7.20002H1.33333V8.80002H14.6667V7.20002ZM2.91799 3.0485L0.617994 7.64183L2.04866 8.35821L4.34866 3.76487L2.91799 3.0485ZM0.533328 8.00002V12H2.13333V8.00002H0.533328ZM0.533328 12C0.533328 12.5658 0.758089 13.1084 1.15817 13.5085L2.28954 12.3771C2.18952 12.2771 2.13333 12.1415 2.13333 12H0.533328ZM1.15817 13.5085C1.55824 13.9086 2.10087 14.1334 2.66666 14.1334V12.5334C2.52521 12.5334 2.38956 12.4772 2.28954 12.3771L1.15817 13.5085ZM2.66666 14.1334H13.3333V12.5334H2.66666V14.1334ZM13.3333 14.1334C13.8991 14.1334 14.4417 13.9086 14.8418 13.5085L13.7105 12.3771C13.6104 12.4772 13.4748 12.5334 13.3333 12.5334V14.1334ZM14.8418 13.5085C15.2419 13.1084 15.4667 12.5658 15.4667 12H13.8667C13.8667 12.1415 13.8105 12.2771 13.7105 12.3771L14.8418 13.5085ZM15.4667 12V8.00002H13.8667V12H15.4667ZM15.382 7.64183L13.082 3.0485L11.6513 3.76487L13.9513 8.35821L15.382 7.64183ZM13.0831 3.05069C12.9065 2.69526 12.6342 2.39615 12.2969 2.18699L11.4537 3.54676C11.538 3.59905 11.6061 3.67383 11.6502 3.76269L13.0831 3.05069ZM12.2969 2.18699C11.9596 1.97782 11.5706 1.8669 11.1738 1.86669L11.1729 3.46669C11.2721 3.46674 11.3694 3.49447 11.4537 3.54676L12.2969 2.18699ZM11.1733 1.86669H4.82666V3.46669H11.1733V1.86669ZM4.82624 1.86669C4.42935 1.8669 4.04039 1.97782 3.70308 2.18699L4.5463 3.54676C4.63062 3.49447 4.72786 3.46674 4.82709 3.46669L4.82624 1.86669ZM3.70308 2.18699C3.36578 2.39615 3.09352 2.69526 2.9169 3.05069L4.34975 3.76269C4.39391 3.67383 4.46197 3.59905 4.5463 3.54676L3.70308 2.18699ZM3.99999 11.4667H4.00666V9.86669H3.99999V11.4667ZM6.66666 11.4667H6.67333V9.86669H6.66666V11.4667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconHardDrive, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13520", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHardDrive size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHash.tsx b/src/icons/IconHash.tsx
index d9540df..b438344 100644
--- a/src/icons/IconHash.tsx
+++ b/src/icons/IconHash.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHash = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.74951 1.25459C7.16119 1.30033 7.45784 1.67115 7.4121 2.08283L7.06019 5.25001H9.55096L9.92127 1.91718C9.96702 1.5055 10.3378 1.20885 10.7495 1.25459C11.1612 1.30033 11.4578 1.67115 11.4121 2.08283L11.0602 5.25001H13.3334C13.7476 5.25001 14.0834 5.58579 14.0834 6.00001C14.0834 6.41422 13.7476 6.75001 13.3334 6.75001H10.8935L10.6157 9.25H13.3334C13.7476 9.25 14.0834 9.58579 14.0834 10C14.0834 10.4142 13.7476 10.75 13.3334 10.75H10.4491L10.0788 14.0828C10.033 14.4945 9.66221 14.7912 9.25053 14.7454C8.83885 14.6997 8.5422 14.3289 8.58794 13.9172L8.93985 10.75H6.44908L6.07877 14.0828C6.03302 14.4945 5.66221 14.7912 5.25053 14.7454C4.83885 14.6997 4.5422 14.3289 4.58794 13.9172L4.93985 10.75H2.66669C2.25247 10.75 1.91669 10.4142 1.91669 10C1.91669 9.58579 2.25247 9.25 2.66669 9.25H5.10652L5.38429 6.75001H2.66669C2.25247 6.75001 1.91669 6.41422 1.91669 6.00001C1.91669 5.58579 2.25247 5.25001 2.66669 5.25001H5.55096L5.92127 1.91718C5.96702 1.5055 6.33783 1.20885 6.74951 1.25459ZM6.89352 6.75001L6.61575 9.25H9.10652L9.38429 6.75001H6.89352Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.66669 5.2C2.22486 5.2 1.86669 5.55817 1.86669 6C1.86669 6.44183 2.22486 6.8 2.66669 6.8V5.2ZM13.3334 6.8C13.7752 6.8 14.1334 6.44183 14.1334 6C14.1334 5.55817 13.7752 5.2 13.3334 5.2V6.8ZM2.66669 9.2C2.22486 9.2 1.86669 9.55817 1.86669 10C1.86669 10.4418 2.22486 10.8 2.66669 10.8V9.2ZM13.3334 10.8C13.7752 10.8 14.1334 10.4418 14.1334 10C14.1334 9.55817 13.7752 9.2 13.3334 9.2V10.8ZM7.46179 2.08835C7.51059 1.64922 7.19416 1.25368 6.75503 1.20489C6.31591 1.1561 5.92037 1.47253 5.87158 1.91165L7.46179 2.08835ZM4.53825 13.9117C4.48945 14.3508 4.80588 14.7463 5.24501 14.7951C5.68413 14.8439 6.07967 14.5275 6.12846 14.0883L4.53825 13.9117ZM11.4618 2.08835C11.5106 1.64922 11.1942 1.25368 10.755 1.20489C10.3159 1.1561 9.92037 1.47253 9.87158 1.91165L11.4618 2.08835ZM8.53825 13.9117C8.48946 14.3508 8.80588 14.7463 9.24501 14.7951C9.68413 14.8439 10.0797 14.5275 10.1285 14.0883L8.53825 13.9117ZM2.66669 6.8H13.3334V5.2H2.66669V6.8ZM2.66669 10.8H13.3334V9.2H2.66669V10.8ZM5.87158 1.91165L4.53825 13.9117L6.12846 14.0883L7.46179 2.08835L5.87158 1.91165ZM9.87158 1.91165L8.53825 13.9117L10.1285 14.0883L11.4618 2.08835L9.87158 1.91165Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconHash, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13521", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHash size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHeadphones.tsx b/src/icons/IconHeadphones.tsx
index fc7fe70..97f8081 100644
--- a/src/icons/IconHeadphones.tsx
+++ b/src/icons/IconHeadphones.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHeadphones = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8 2.75C6.60761 2.75 5.27226 3.30312 4.28769 4.28769C3.30312 5.27226 2.75 6.60761 2.75 8V8.58333H4C4.55253 8.58333 5.08244 8.80283 5.47314 9.19353C5.86384 9.58423 6.08333 10.1141 6.08333 10.6667V12.6667C6.08333 13.2192 5.86384 13.7491 5.47314 14.1398C5.08244 14.5305 4.55254 14.75 4 14.75H3.33333C2.7808 14.75 2.25089 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V8C1.25 6.20979 1.96116 4.4929 3.22703 3.22703C4.4929 1.96116 6.20979 1.25 8 1.25C9.79021 1.25 11.5071 1.96116 12.773 3.22703C14.0388 4.4929 14.75 6.20979 14.75 8V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H12C11.4475 14.75 10.9176 14.5305 10.5269 14.1398C10.1362 13.7491 9.91667 13.2192 9.91667 12.6667V10.6667C9.91667 10.1141 10.1362 9.58423 10.5269 9.19353C10.9176 8.80283 11.4475 8.58333 12 8.58333H13.25V8C13.25 6.60761 12.6969 5.27226 11.7123 4.28769C10.7277 3.30312 9.39239 2.75 8 2.75ZM13.25 10.0833H12C11.8453 10.0833 11.6969 10.1448 11.5875 10.2542C11.4781 10.3636 11.4167 10.512 11.4167 10.6667V12.6667C11.4167 12.8214 11.4781 12.9697 11.5875 13.0791C11.6969 13.1885 11.8453 13.25 12 13.25H12.6667C12.8214 13.25 12.9697 13.1885 13.0791 13.0791C13.1885 12.9697 13.25 12.8214 13.25 12.6667V10.0833ZM2.75 12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H4C4.15471 13.25 4.30308 13.1885 4.41248 13.0791C4.52188 12.9697 4.58333 12.8214 4.58333 12.6667V10.6667C4.58333 10.512 4.52188 10.3636 4.41248 10.2542C4.30308 10.1448 4.15471 10.0833 4 10.0833H2.75V12.6667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.2 12C1.2 12.4418 1.55817 12.8 2 12.8C2.44183 12.8 2.8 12.4418 2.8 12H1.2ZM2 8H1.2H2ZM8 2V2.8V2ZM14 8H14.8H14ZM13.2 12C13.2 12.4418 13.5582 12.8 14 12.8C14.4418 12.8 14.8 12.4418 14.8 12H13.2ZM10.6667 12.6667H11.4667H10.6667ZM10.6667 10.6667H11.4667H10.6667ZM12 9.33333V10.1333V9.33333ZM14 9.33333H14.8C14.8 8.89151 14.4418 8.53333 14 8.53333V9.33333ZM2 12.6667H1.2H2ZM5.33333 12.6667H6.13333H5.33333ZM5.33333 10.6667H6.13333H5.33333ZM2 9.33333V8.53333C1.55817 8.53333 1.2 8.89151 1.2 9.33333H2ZM2.8 12V8H1.2V12H2.8ZM2.8 8C2.8 6.62087 3.34786 5.29823 4.32304 4.32304L3.19167 3.19167C1.91643 4.46692 1.2 6.19653 1.2 8H2.8ZM4.32304 4.32304C5.29823 3.34786 6.62087 2.8 8 2.8V1.2C6.19653 1.2 4.46692 1.91643 3.19167 3.19167L4.32304 4.32304ZM8 2.8C9.37913 2.8 10.7018 3.34786 11.677 4.32304L12.8083 3.19167C11.5331 1.91643 9.80347 1.2 8 1.2V2.8ZM11.677 4.32304C12.6521 5.29823 13.2 6.62087 13.2 8H14.8C14.8 6.19653 14.0836 4.46692 12.8083 3.19167L11.677 4.32304ZM13.2 8V12H14.8V8H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H12V14.8H12.6667V13.2ZM12 13.2C11.8586 13.2 11.7229 13.1438 11.6229 13.0438L10.4915 14.1752C10.8916 14.5752 11.4342 14.8 12 14.8V13.2ZM11.6229 13.0438C11.5229 12.9438 11.4667 12.8081 11.4667 12.6667H9.86667C9.86667 13.2325 10.0914 13.7751 10.4915 14.1752L11.6229 13.0438ZM11.4667 12.6667V10.6667H9.86667V12.6667H11.4667ZM11.4667 10.6667C11.4667 10.5252 11.5229 10.3896 11.6229 10.2895L10.4915 9.15817C10.0914 9.55825 9.86667 10.1009 9.86667 10.6667H11.4667ZM11.6229 10.2895C11.7229 10.1895 11.8586 10.1333 12 10.1333V8.53333C11.4342 8.53333 10.8916 8.7581 10.4915 9.15817L11.6229 10.2895ZM12 10.1333H14V8.53333H12V10.1333ZM13.2 9.33333V12.6667H14.8V9.33333H13.2ZM1.2 12.6667C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2ZM1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752ZM3.33333 14.8H4V13.2H3.33333V14.8ZM4 14.8C4.5658 14.8 5.10842 14.5752 5.50849 14.1752L4.37712 13.0438C4.2771 13.1438 4.14145 13.2 4 13.2V14.8ZM5.50849 14.1752C5.90857 13.7751 6.13333 13.2325 6.13333 12.6667H4.53333C4.53333 12.8081 4.47714 12.9438 4.37712 13.0438L5.50849 14.1752ZM6.13333 12.6667V10.6667H4.53333V12.6667H6.13333ZM6.13333 10.6667C6.13333 10.1009 5.90857 9.55825 5.50849 9.15817L4.37712 10.2895C4.47714 10.3896 4.53333 10.5252 4.53333 10.6667H6.13333ZM5.50849 9.15817C5.10842 8.7581 4.5658 8.53333 4 8.53333V10.1333C4.14145 10.1333 4.2771 10.1895 4.37712 10.2895L5.50849 9.15817ZM4 8.53333H2V10.1333H4V8.53333ZM1.2 9.33333V12.6667H2.8V9.33333H1.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconHeadphones, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13523", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHeadphones size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHeart.tsx b/src/icons/IconHeart.tsx
index a9e448c..6333a20 100644
--- a/src/icons/IconHeart.tsx
+++ b/src/icons/IconHeart.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHeart = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M9.60933 1.58518C10.1453 1.36309 10.7198 1.24878 11.3 1.24878C11.8802 1.24878 12.4547 1.36309 12.9907 1.58518C13.5265 1.80722 14.0134 2.13265 14.4235 2.54288C14.4236 2.54296 14.4237 2.54304 14.4238 2.54312M14.4235 8.79045C14.8339 8.3803 15.1594 7.89332 15.3815 7.35733C15.6036 6.82134 15.7179 6.24684 15.7179 5.66666C15.7179 5.08648 15.6036 4.51199 15.3815 3.976C15.1594 3.44012 14.834 2.95323 14.4238 2.54312M14.4235 8.79045L8.53033 14.6837C8.23744 14.9766 7.76256 14.9766 7.46967 14.6837L1.57633 8.79033C0.747887 7.96188 0.282471 6.83826 0.282471 5.66666C0.282471 4.49506 0.747888 3.37145 1.57633 2.543C2.40478 1.71455 3.5284 1.24914 4.7 1.24914C5.8716 1.24914 6.99521 1.71455 7.82366 2.543L8 2.71934L8.17621 2.54312C8.17625 2.54308 8.17629 2.54304 8.17633 2.543C8.58646 2.13271 9.0734 1.80724 9.60933 1.58518M8.70628 3.07295L8.70667 3.07333L8.70628 3.07295C10.5375 2.82427 10.9169 2.74878 11.3 2.74878C9.50798 3.33255 9.82957 3.11759 10.1835 2.97093L9.23712 3.60354L9.23699 3.60366C7.76256 4.60322 8.23744 4.60322 8.53033 4.31033H7.46967C5.47377 2.74914 6.21586 3.05652 6.763 3.60366C3.18414 3.05652 3.92622 2.74914 4.7 2.74914C1.78247 4.89289 2.08985 4.1508 2.63699 3.60366C2.08985 7.18252 1.78247 6.44044 1.78247 5.66666L2.63699 7.72967L8 13.0927L13.363 7.72967C13.8491 7.1371 13.6341 7.45869 13.3631 7.72954C14.2179 6.0498 14.1424 6.42918 13.9957 6.78314C14.1424 4.90414 14.2179 5.28353 14.2179 5.66666C13.6341 3.87464 13.8491 4.19623 13.9957 4.55019L13.3631 3.60378C12.7704 3.11759 13.092 3.33255 13.3629 3.60354C11.6831 2.74878 12.0625 2.82427 12.4165 2.97093" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.8933 3.07333L13.3275 3.63888L13.3278 3.63915L13.8933 3.07333ZM11.3 1.99878V2.79878V1.99878ZM8.70667 3.07333L9.27235 3.63902L9.27248 3.63888L8.70667 3.07333ZM8 3.78L7.43431 4.34568C7.74673 4.6581 8.25326 4.6581 8.56568 4.34568L8 3.78ZM7.29333 3.07333L6.72765 3.63902V3.63902L7.29333 3.07333ZM2.10666 8.26L1.54098 8.82568H1.54098L2.10666 8.26ZM8 14.1533L7.43431 14.719C7.74673 15.0314 8.25326 15.0314 8.56568 14.719L8 14.1533ZM13.8933 8.26L13.3278 7.69418L13.3276 7.69431L13.8933 8.26ZM14.4592 2.50778C14.0444 2.09279 13.5519 1.76359 13.0098 1.53898L12.3973 3.01712C12.7452 3.16127 13.0613 3.37255 13.3275 3.63888L14.4592 2.50778ZM13.0098 1.53898C12.4677 1.31438 11.8867 1.19878 11.3 1.19878V2.79878C11.6766 2.79878 12.0494 2.87297 12.3973 3.01712L13.0098 1.53898ZM11.3 1.19878C10.7133 1.19878 10.1323 1.31438 9.59019 1.53898L10.2027 3.01712C10.5505 2.87297 10.9234 2.79878 11.3 2.79878V1.19878ZM9.59019 1.53898C9.04814 1.76359 8.55564 2.09279 8.14085 2.50778L9.27248 3.63888C9.5387 3.37255 9.85477 3.16127 10.2027 3.01712L9.59019 1.53898ZM8.14098 2.50764L7.43431 3.21431L8.56568 4.34568L9.27235 3.63902L8.14098 2.50764ZM8.56568 3.21431L7.85902 2.50764L6.72765 3.63902L7.43431 4.34568L8.56568 3.21431ZM7.85902 2.50764C7.02119 1.66982 5.88486 1.19914 4.7 1.19914V2.79914C5.46051 2.79914 6.18988 3.10125 6.72765 3.63902L7.85902 2.50764ZM4.7 1.19914C3.51514 1.19914 2.3788 1.66982 1.54098 2.50764L2.67235 3.63902C3.21012 3.10125 3.93948 2.79914 4.7 2.79914V1.19914ZM1.54098 2.50764C0.703155 3.34547 0.232471 4.4818 0.232471 5.66666H1.83247C1.83247 4.90615 2.13458 4.17678 2.67235 3.63902L1.54098 2.50764ZM0.232471 5.66666C0.232471 6.85152 0.703155 7.98786 1.54098 8.82568L2.67235 7.69431C2.13458 7.15655 1.83247 6.42718 1.83247 5.66666H0.232471ZM14.4589 8.82581C14.8739 8.41102 15.2031 7.91852 15.4277 7.37647L13.9495 6.764C13.8054 7.11189 13.5941 7.42797 13.3278 7.69418L14.4589 8.82581ZM15.4277 7.37647C15.6523 6.83441 15.7679 6.25341 15.7679 5.66666H14.1679C14.1679 6.04323 14.0937 6.41611 13.9495 6.764L15.4277 7.37647ZM15.7679 5.66666C15.7679 5.07991 15.6523 4.49892 15.4277 3.95686L13.9495 4.56933C14.0937 4.91722 14.1679 5.29009 14.1679 5.66666H15.7679ZM15.4277 3.95686C15.2031 3.4148 14.8739 2.92231 14.4589 2.50751L13.3278 3.63915C13.5941 3.90536 13.8054 4.22144 13.9495 4.56933L15.4277 3.95686ZM1.54098 8.82568L7.43431 14.719L8.56568 13.5876L2.67235 7.69431L1.54098 8.82568ZM8.56568 14.719L14.459 8.82568L13.3276 7.69431L7.43431 13.5876L8.56568 14.719Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconHeart, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13522", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHeart size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHelpCircle.tsx b/src/icons/IconHelpCircle.tsx
index ba26fb7..4e9e449 100644
--- a/src/icons/IconHelpCircle.tsx
+++ b/src/icons/IconHelpCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHelpCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12728)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 2.08331C4.73223 2.08331 2.08325 4.7323 2.08325 7.99998C2.08325 11.2677 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2677 13.9166 7.99998C13.9166 4.7323 11.2676 2.08331 7.99992 2.08331ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM8.15791 5.43166C7.86696 5.38175 7.56773 5.43643 7.31323 5.586C7.05873 5.73557 6.86538 5.97039 6.76742 6.24886C6.62997 6.6396 6.20178 6.84493 5.81104 6.70748C5.42029 6.57003 5.21496 6.14184 5.35242 5.7511C5.56793 5.13846 5.99331 4.62186 6.55321 4.2928C7.11311 3.96374 7.77141 3.84346 8.4115 3.95325C9.05159 4.06304 9.63217 4.39583 10.0504 4.89266C10.4685 5.38933 10.6974 6.0179 10.6966 6.6671C10.6964 7.73166 9.90783 8.4272 9.36261 8.79068C9.06714 8.98767 8.777 9.1322 8.56369 9.22701C8.45597 9.27488 8.36516 9.31126 8.29952 9.33626C8.26664 9.34879 8.2399 9.35853 8.2203 9.3655L8.19635 9.37389L8.18859 9.37654L8.1858 9.37748L8.18468 9.37785C8.18446 9.37792 8.18376 9.37816 7.94659 8.66665L8.18468 9.37785C7.79173 9.50883 7.36606 9.29678 7.23507 8.90382C7.10428 8.51145 7.31582 8.0874 7.70765 7.95573C7.70804 7.95559 7.70843 7.95546 7.70882 7.95533L7.71779 7.95217C7.72749 7.94872 7.74372 7.94284 7.76553 7.93453C7.80926 7.91787 7.8747 7.89175 7.95448 7.85629C8.11617 7.78443 8.32603 7.67896 8.53056 7.54261C8.98526 7.23948 9.19659 6.93516 9.19659 6.66665L9.19659 6.66553C9.19703 6.37033 9.09298 6.0845 8.90287 5.85867C8.71276 5.63283 8.44886 5.48156 8.15791 5.43166ZM7.24992 11.3333C7.24992 10.9191 7.58571 10.5833 7.99992 10.5833H8.00659C8.4208 10.5833 8.75659 10.9191 8.75659 11.3333C8.75659 11.7475 8.4208 12.0833 8.00659 12.0833H7.99992C7.58571 12.0833 7.24992 11.7475 7.24992 11.3333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12728"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15811)"><path d="M5.30525 5.7345C5.15863 6.1513 5.37765 6.60803 5.79444 6.75465C6.21124 6.90126 6.66797 6.68225 6.81459 6.26545L5.30525 5.7345ZM9.94659 6.66665L9.14658 6.66545V6.66665H9.94659ZM7.6936 7.9077C7.27445 8.04742 7.04792 8.50047 7.18764 8.91963C7.32736 9.33878 7.78041 9.56531 8.19957 9.42559L7.6936 7.9077ZM7.99992 10.5333C7.55809 10.5333 7.19992 10.8915 7.19992 11.3333C7.19992 11.7751 7.55809 12.1333 7.99992 12.1333V10.5333ZM8.00659 12.1333C8.44841 12.1333 8.80658 11.7751 8.80658 11.3333C8.80658 10.8915 8.44841 10.5333 8.00659 10.5333V12.1333ZM13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331ZM6.81459 6.26545C6.90863 5.99812 7.09425 5.7727 7.33857 5.62911L6.52788 4.2497C5.95779 4.58474 5.52468 5.11073 5.30525 5.7345L6.81459 6.26545ZM7.33857 5.62911C7.58289 5.48552 7.87014 5.43303 8.14946 5.48094L8.41995 3.90397C7.76822 3.79218 7.09796 3.91465 6.52788 4.2497L7.33857 5.62911ZM8.14946 5.48094C8.42877 5.52885 8.68211 5.67406 8.86462 5.89087L10.0887 4.86046C9.66281 4.35459 9.07168 4.01576 8.41995 3.90397L8.14946 5.48094ZM8.86462 5.89087C9.04712 6.10767 9.14701 6.38206 9.14659 6.66545L10.7466 6.66784C10.7476 6.00659 10.5145 5.36633 10.0887 4.86046L8.86462 5.89087ZM9.14658 6.66665C9.14658 6.90862 8.95451 7.19989 8.50283 7.50101C8.30133 7.63534 8.09414 7.7395 7.93417 7.8106C7.85533 7.84564 7.79073 7.87142 7.74773 7.88781C7.72629 7.89597 7.71041 7.90173 7.70104 7.90506C7.69636 7.90673 7.69331 7.90778 7.69203 7.90822C7.69139 7.90844 7.69119 7.90851 7.69145 7.90842C7.69158 7.90838 7.69182 7.9083 7.69218 7.90818C7.69236 7.90812 7.69256 7.90805 7.6928 7.90797C7.69292 7.90793 7.69312 7.90786 7.69318 7.90784C7.69339 7.90777 7.6936 7.9077 7.94659 8.66665C8.19957 9.42559 8.1998 9.42552 8.20004 9.42544C8.20013 9.42541 8.20037 9.42532 8.20055 9.42526C8.20091 9.42514 8.2013 9.42501 8.20172 9.42487C8.20257 9.42459 8.20353 9.42426 8.20462 9.42389C8.2068 9.42315 8.20947 9.42225 8.21261 9.42116C8.2189 9.419 8.22709 9.41615 8.23705 9.41261C8.25697 9.40552 8.28407 9.39565 8.31732 9.38299C8.38369 9.3577 8.47534 9.32099 8.584 9.2727C8.79903 9.17713 9.09184 9.03129 9.39035 8.83229C9.93867 8.46674 10.7466 7.75801 10.7466 6.66665H9.14658ZM7.99992 12.1333H8.00659V10.5333H7.99992V12.1333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15811"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconHelpCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13524", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHelpCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHexagon.tsx b/src/icons/IconHexagon.tsx
index 4549387..e95c7ab 100644
--- a/src/icons/IconHexagon.tsx
+++ b/src/icons/IconHexagon.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHexagon = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.95993 0.862907C7.27625 0.680656 7.63491 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04113 0.863522 9.04167 0.86383L13.7083 3.53049C14.0247 3.71317 14.2875 3.97583 14.4704 4.29212C14.6532 4.60842 14.7496 4.96724 14.75 5.33258V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L9.04167 15.1362C9.04114 15.1365 9.04061 15.1368 9.04008 15.1371C8.72377 15.3194 8.36509 15.4153 8 15.4153C7.63491 15.4153 7.27623 15.3194 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95833 15.1362L2.29456 12.4712L2.29167 12.4695C1.97527 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 5.33335C1.25037 4.96801 1.34682 4.60842 1.52965 4.29212C1.71248 3.97583 1.97527 3.71317 2.29167 3.5305L2.29456 3.52883L6.95993 0.862907ZM8 2.08472C7.8976 2.08472 7.79701 2.11167 7.70833 2.16287L7.70544 2.16454L3.0405 4.83021C2.95243 4.88133 2.87927 4.95462 2.8283 5.04279C2.77716 5.13126 2.75016 5.23161 2.75 5.3338V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95243 11.1187 3.04051 11.1698C3.04089 11.1701 3.04128 11.1703 3.04167 11.1705L7.70834 13.8372C7.79701 13.8884 7.89761 13.9153 8 13.9153C8.10239 13.9153 8.20299 13.8884 8.29167 13.8372L8.29456 13.8355L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V5.33412C13.2499 5.23182 13.2229 5.13135 13.1717 5.04279C13.1207 4.95462 13.0476 4.88133 12.9595 4.83021C12.9591 4.82999 12.9587 4.82976 12.9583 4.82954L8.29166 2.16287C8.20299 2.11168 8.1024 2.08472 8 2.08472Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconHexagon, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13525", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHexagon size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconHome.tsx b/src/icons/IconHome.tsx
index 0f2c27c..7cbad81 100644
--- a/src/icons/IconHome.tsx
+++ b/src/icons/IconHome.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconHome = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.53954 0.741299C7.81038 0.530651 8.18962 0.530651 8.46046 0.741299L14.4605 5.40797C14.6431 5.55006 14.75 5.76854 14.75 5.99998V13.3333C14.75 13.8858 14.5305 14.4158 14.1398 14.8065C13.7491 15.1972 13.2192 15.4166 12.6667 15.4166H3.33333C2.7808 15.4166 2.25089 15.1972 1.86019 14.8065C1.46949 14.4158 1.25 13.8858 1.25 13.3333V5.99998C1.25 5.76854 1.35685 5.55006 1.53954 5.40797L7.53954 0.741299ZM6.75 13.9166H9.25V8.74998H6.75V13.9166ZM10.75 13.9166V7.99998C10.75 7.58577 10.4142 7.24998 10 7.24998H6C5.58579 7.24998 5.25 7.58577 5.25 7.99998V13.9166H3.33333C3.17862 13.9166 3.03025 13.8552 2.92085 13.7458C2.81146 13.6364 2.75 13.488 2.75 13.3333V6.36679L8 2.28346L13.25 6.36679V13.3333C13.25 13.488 13.1885 13.6364 13.0791 13.7458C12.9697 13.8552 12.8214 13.9166 12.6667 13.9166H10.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 5.99998L1.50885 5.3685C1.31398 5.52006 1.2 5.75311 1.2 5.99998H2ZM8 1.33331L8.49115 0.701831C8.20226 0.47714 7.79774 0.47714 7.50885 0.701831L8 1.33331ZM14 5.99998H14.8C14.8 5.75311 14.686 5.52006 14.4912 5.3685L14 5.99998ZM2 13.3333H1.2H2ZM5.2 14.6666C5.2 15.1085 5.55817 15.4666 6 15.4666C6.44183 15.4666 6.8 15.1085 6.8 14.6666H5.2ZM6 7.99998V7.19998C5.55817 7.19998 5.2 7.55815 5.2 7.99998H6ZM10 7.99998H10.8C10.8 7.55815 10.4418 7.19998 10 7.19998V7.99998ZM9.2 14.6666C9.2 15.1085 9.55817 15.4666 10 15.4666C10.4418 15.4666 10.8 15.1085 10.8 14.6666H9.2ZM2.49115 6.63146L8.49115 1.96479L7.50885 0.701831L1.50885 5.3685L2.49115 6.63146ZM7.50885 1.96479L13.5088 6.63146L14.4912 5.3685L8.49115 0.701831L7.50885 1.96479ZM13.2 5.99998V13.3333H14.8V5.99998H13.2ZM13.2 13.3333C13.2 13.4748 13.1438 13.6104 13.0438 13.7104L14.1752 14.8418C14.5752 14.4417 14.8 13.8991 14.8 13.3333H13.2ZM13.0438 13.7104C12.9438 13.8105 12.8081 13.8666 12.6667 13.8666V15.4666C13.2325 15.4666 13.7751 15.2419 14.1752 14.8418L13.0438 13.7104ZM12.6667 13.8666H3.33333V15.4666H12.6667V13.8666ZM3.33333 13.8666C3.19188 13.8666 3.05623 13.8105 2.95621 13.7104L1.82484 14.8418C2.22492 15.2419 2.76754 15.4666 3.33333 15.4666V13.8666ZM2.95621 13.7104C2.85619 13.6104 2.8 13.4748 2.8 13.3333H1.2C1.2 13.8991 1.42476 14.4417 1.82484 14.8418L2.95621 13.7104ZM2.8 13.3333V5.99998H1.2V13.3333H2.8ZM6.8 14.6666V7.99998H5.2V14.6666H6.8ZM6 8.79998H10V7.19998H6V8.79998ZM9.2 7.99998V14.6666H10.8V7.99998H9.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconHome, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13527", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconHome size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconImage.tsx b/src/icons/IconImage.tsx
index 7321039..42fe210 100644
--- a/src/icons/IconImage.tsx
+++ b/src/icons/IconImage.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconImage = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.8982 2.88485 13.0982 3.08027 13.1924L10.1363 6.13634C10.4292 5.84344 10.9041 5.84344 11.197 6.13634L13.25 8.18934V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM13.25 10.3107L10.6667 7.72733L5.14399 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V10.3107ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM5.66667 5.41667C5.5286 5.41667 5.41667 5.5286 5.41667 5.66667C5.41667 5.80474 5.5286 5.91667 5.66667 5.91667C5.80474 5.91667 5.91667 5.80474 5.91667 5.66667C5.91667 5.5286 5.80474 5.41667 5.66667 5.41667ZM3.91667 5.66667C3.91667 4.70017 4.70017 3.91667 5.66667 3.91667C6.63317 3.91667 7.41667 4.70017 7.41667 5.66667C7.41667 6.63317 6.63317 7.41667 5.66667 7.41667C4.70017 7.41667 3.91667 6.63317 3.91667 5.66667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.4343 10.5657C13.7467 10.8781 14.2533 10.8781 14.5657 10.5657C14.8781 10.2533 14.8781 9.74673 14.5657 9.43431L13.4343 10.5657ZM10.6667 6.66667L11.2324 6.10098C10.9199 5.78856 10.4134 5.78856 10.101 6.10098L10.6667 6.66667ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.86667 5.66667C5.86667 5.77712 5.77712 5.86667 5.66667 5.86667V7.46667C6.66078 7.46667 7.46667 6.66078 7.46667 5.66667H5.86667ZM5.66667 5.86667C5.55621 5.86667 5.46667 5.77712 5.46667 5.66667H3.86667C3.86667 6.66078 4.67255 7.46667 5.66667 7.46667V5.86667ZM5.46667 5.66667C5.46667 5.55621 5.55621 5.46667 5.66667 5.46667V3.86667C4.67255 3.86667 3.86667 4.67255 3.86667 5.66667H5.46667ZM5.66667 5.46667C5.77712 5.46667 5.86667 5.55621 5.86667 5.66667H7.46667C7.46667 4.67255 6.66078 3.86667 5.66667 3.86667V5.46667ZM14.5657 9.43431L11.2324 6.10098L10.101 7.23235L13.4343 10.5657L14.5657 9.43431ZM10.101 6.10098L2.76765 13.4343L3.89902 14.5657L11.2324 7.23235L10.101 6.10098Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconImage, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13526", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconImage size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconInbox.tsx b/src/icons/IconInbox.tsx
index e25acfc..2d8d734 100644
--- a/src/icons/IconInbox.tsx
+++ b/src/icons/IconInbox.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconInbox = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.82683 1.91669L11.1735 1.91669C11.5611 1.91689 11.9413 2.02522 12.2707 2.22948C12.5998 2.43351 12.8654 2.72519 13.0379 3.07177C13.0381 3.07216 13.0383 3.07255 13.0385 3.07294L15.3375 7.66422C15.3897 7.76846 15.4168 7.88344 15.4168 8.00002V12C15.4168 12.5526 15.1973 13.0825 14.8066 13.4732C14.4159 13.8639 13.886 14.0834 13.3335 14.0834H2.66683C2.11429 14.0834 1.58439 13.8639 1.19369 13.4732C0.80299 13.0825 0.583496 12.5526 0.583496 12V8.00002C0.583496 7.88344 0.610673 7.76846 0.66287 7.66422L2.96185 3.07294C2.96203 3.07257 2.96221 3.0722 2.9624 3.07183C3.13489 2.72522 3.40056 2.43352 3.7296 2.22948C4.059 2.02522 4.43924 1.91689 4.82683 1.91669ZM4.82705 3.41669C4.71859 3.41678 4.6123 3.44711 4.52012 3.50427C4.42788 3.56146 4.35344 3.64325 4.30514 3.74044L4.30412 3.74249L2.54781 7.25002H5.3335C5.58426 7.25002 5.81843 7.37535 5.95753 7.584L7.06822 9.25002H8.93211L10.0428 7.584C10.1819 7.37535 10.4161 7.25002 10.6668 7.25002H13.4525L11.6962 3.74249L11.6952 3.74044C11.6469 3.64325 11.5724 3.56146 11.4802 3.50427C11.388 3.44711 11.2817 3.41678 11.1733 3.41669H4.82705ZM13.9168 8.75002H11.0682L9.95753 10.416C9.81843 10.6247 9.58426 10.75 9.3335 10.75H6.66683C6.41606 10.75 6.18189 10.6247 6.04279 10.416L4.93211 8.75002H2.0835V12C2.0835 12.1547 2.14495 12.3031 2.25435 12.4125C2.36375 12.5219 2.51212 12.5834 2.66683 12.5834H13.3335C13.4882 12.5834 13.6366 12.5219 13.746 12.4125C13.8554 12.3031 13.9168 12.1547 13.9168 12V8.75002Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.6668 8.00002H15.4668C15.4668 7.87567 15.4378 7.75303 15.3822 7.64183L14.6668 8.00002ZM10.6668 8.00002V7.20002C10.3993 7.20002 10.1496 7.3337 10.0012 7.55626L10.6668 8.00002ZM9.3335 10V10.8C9.60098 10.8 9.85076 10.6663 9.99914 10.4438L9.3335 10ZM6.66683 10L6.00119 10.4438C6.14956 10.6663 6.39935 10.8 6.66683 10.8V10ZM5.3335 8.00002L5.99914 7.55626C5.85076 7.3337 5.60098 7.20002 5.3335 7.20002V8.00002ZM1.3335 8.00002L0.618162 7.64183C0.562485 7.75303 0.533496 7.87567 0.533496 8.00002H1.3335ZM3.6335 3.40669L4.34883 3.76487L4.34992 3.76269L3.6335 3.40669ZM1.3335 12H0.533496H1.3335ZM12.3668 3.40669L11.6504 3.76269L11.6515 3.76487L12.3668 3.40669ZM11.1735 2.66669L11.1739 1.86669H11.1735V2.66669ZM4.82683 2.66669V1.86669L4.8264 1.86669L4.82683 2.66669ZM14.6668 7.20002H10.6668V8.80002H14.6668V7.20002ZM10.0012 7.55626L8.66786 9.55626L9.99914 10.4438L11.3325 8.44378L10.0012 7.55626ZM9.3335 9.20002H6.66683V10.8H9.3335V9.20002ZM7.33247 9.55626L5.99914 7.55626L4.66786 8.44378L6.00119 10.4438L7.33247 9.55626ZM5.3335 7.20002H1.3335V8.80002H5.3335V7.20002ZM2.91816 3.0485L0.618162 7.64183L2.04883 8.35821L4.34883 3.76487L2.91816 3.0485ZM0.533496 8.00002V12H2.1335V8.00002H0.533496ZM0.533496 12C0.533496 12.5658 0.758257 13.1084 1.15833 13.5085L2.28971 12.3771C2.18969 12.2771 2.1335 12.1415 2.1335 12H0.533496ZM1.15833 13.5085C1.55841 13.9086 2.10103 14.1334 2.66683 14.1334V12.5334C2.52538 12.5334 2.38973 12.4772 2.28971 12.3771L1.15833 13.5085ZM2.66683 14.1334H13.3335V12.5334H2.66683V14.1334ZM13.3335 14.1334C13.8993 14.1334 14.4419 13.9086 14.842 13.5085L13.7106 12.3771C13.6106 12.4772 13.4749 12.5334 13.3335 12.5334V14.1334ZM14.842 13.5085C15.2421 13.1084 15.4668 12.5658 15.4668 12H13.8668C13.8668 12.1415 13.8106 12.2771 13.7106 12.3771L14.842 13.5085ZM15.4668 12V8.00002H13.8668V12H15.4668ZM15.3822 7.64183L13.0822 3.0485L11.6515 3.76487L13.9515 8.35821L15.3822 7.64183ZM13.0833 3.05069C12.9066 2.69526 12.6344 2.39615 12.2971 2.18699L11.4539 3.54676C11.5382 3.59905 11.6063 3.67383 11.6504 3.76269L13.0833 3.05069ZM12.2971 2.18699C11.9598 1.97782 11.5708 1.8669 11.1739 1.86669L11.1731 3.46669C11.2723 3.46674 11.3695 3.49447 11.4539 3.54676L12.2971 2.18699ZM11.1735 1.86669H4.82683V3.46669H11.1735V1.86669ZM4.8264 1.86669C4.42951 1.8669 4.04055 1.97782 3.70325 2.18699L4.54647 3.54676C4.63079 3.49447 4.72803 3.46674 4.82725 3.46669L4.8264 1.86669ZM3.70325 2.18699C3.36595 2.39615 3.09369 2.69526 2.91707 3.05069L4.34992 3.76269C4.39407 3.67383 4.46214 3.59905 4.54647 3.54676L3.70325 2.18699Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconInbox, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13529", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconInbox size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconInfo.tsx b/src/icons/IconInfo.tsx
index e7d971e..7e7b673 100644
--- a/src/icons/IconInfo.tsx
+++ b/src/icons/IconInfo.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconInfo = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12718)"><path fillRule="evenodd" clipRule="evenodd" d="M8 2.08331C4.73231 2.08331 2.08333 4.7323 2.08333 7.99998C2.08333 11.2677 4.73231 13.9166 8 13.9166C11.2677 13.9166 13.9167 11.2677 13.9167 7.99998C13.9167 4.7323 11.2677 2.08331 8 2.08331ZM0.583328 7.99998C0.583328 3.90387 3.90388 0.583313 8 0.583313C12.0961 0.583313 15.4167 3.90387 15.4167 7.99998C15.4167 12.0961 12.0961 15.4166 8 15.4166C3.90388 15.4166 0.583328 12.0961 0.583328 7.99998ZM7.25 5.33331C7.25 4.9191 7.58578 4.58331 8 4.58331H8.00666C8.42088 4.58331 8.75666 4.9191 8.75666 5.33331C8.75666 5.74753 8.42088 6.08331 8.00666 6.08331H8C7.58578 6.08331 7.25 5.74753 7.25 5.33331ZM8 7.24998C8.41421 7.24998 8.75 7.58577 8.75 7.99998V10.6666C8.75 11.0809 8.41421 11.4166 8 11.4166C7.58578 11.4166 7.25 11.0809 7.25 10.6666V7.99998C7.25 7.58577 7.58578 7.24998 8 7.24998Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12718"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15821)"><path d="M7.19999 10.6666C7.19999 11.1085 7.55817 11.4666 7.99999 11.4666C8.44182 11.4666 8.79999 11.1085 8.79999 10.6666H7.19999ZM8.79999 7.99998C8.79999 7.55815 8.44182 7.19998 7.99999 7.19998C7.55817 7.19998 7.19999 7.55815 7.19999 7.99998H8.79999ZM7.99999 4.53331C7.55817 4.53331 7.19999 4.89149 7.19999 5.33331C7.19999 5.77514 7.55817 6.13331 7.99999 6.13331V4.53331ZM8.00666 6.13331C8.44849 6.13331 8.80666 5.77514 8.80666 5.33331C8.80666 4.89149 8.44849 4.53331 8.00666 4.53331V6.13331ZM13.8667 7.99998C13.8667 11.2401 11.2401 13.8666 7.99999 13.8666V15.4666C12.1237 15.4666 15.4667 12.1237 15.4667 7.99998H13.8667ZM7.99999 13.8666C4.75992 13.8666 2.13333 11.2401 2.13333 7.99998H0.533328C0.533328 12.1237 3.87627 15.4666 7.99999 15.4666V13.8666ZM2.13333 7.99998C2.13333 4.75991 4.75992 2.13331 7.99999 2.13331V0.533313C3.87627 0.533313 0.533328 3.87625 0.533328 7.99998H2.13333ZM7.99999 2.13331C11.2401 2.13331 13.8667 4.75991 13.8667 7.99998H15.4667C15.4667 3.87625 12.1237 0.533313 7.99999 0.533313V2.13331ZM8.79999 10.6666V7.99998H7.19999V10.6666H8.79999ZM7.99999 6.13331H8.00666V4.53331H7.99999V6.13331Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15821"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconInfo, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13528", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconInfo size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconInstagram.tsx b/src/icons/IconInstagram.tsx
index 0ae7d53..80f9296 100644
--- a/src/icons/IconInstagram.tsx
+++ b/src/icons/IconInstagram.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconInstagram = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12968)"><path fillRule="evenodd" clipRule="evenodd" d="M4.66665 2.08331C3.23991 2.08331 2.08331 3.23991 2.08331 4.66665V11.3333C2.08331 12.76 3.23991 13.9166 4.66665 13.9166H11.3333C12.76 13.9166 13.9166 12.76 13.9166 11.3333V4.66665C13.9166 3.23991 12.76 2.08331 11.3333 2.08331H4.66665ZM0.583313 4.66665C0.583313 2.41148 2.41148 0.583313 4.66665 0.583313H11.3333C13.5885 0.583313 15.4166 2.41148 15.4166 4.66665V11.3333C15.4166 13.5885 13.5885 15.4166 11.3333 15.4166H4.66665C2.41148 15.4166 0.583313 13.5885 0.583313 11.3333V4.66665ZM10.9166 4.33331C10.9166 3.9191 11.2524 3.58331 11.6666 3.58331H11.6733C12.0875 3.58331 12.4233 3.9191 12.4233 4.33331C12.4233 4.74753 12.0875 5.08331 11.6733 5.08331H11.6666C11.2524 5.08331 10.9166 4.74753 10.9166 4.33331ZM8.30997 6.0752C7.91118 6.01607 7.50391 6.08418 7.14606 6.26986C6.78822 6.45553 6.49804 6.74932 6.31679 7.10942C6.13554 7.46953 6.07245 7.87761 6.1365 8.27564C6.20055 8.67366 6.38847 9.04136 6.67354 9.32642C6.9586 9.61149 7.3263 9.79941 7.72432 9.86346C8.12235 9.92751 8.53043 9.86442 8.89054 9.68317C9.25064 9.50192 9.54443 9.21174 9.7301 8.8539C9.91578 8.49605 9.98389 8.08878 9.92476 7.68999C9.86444 7.28322 9.67489 6.90663 9.38411 6.61585C9.09333 6.32507 8.71674 6.13552 8.30997 6.0752ZM6.45521 4.93842C7.0931 4.60743 7.81912 4.48601 8.52999 4.59143C9.25511 4.69895 9.92643 5.03684 10.4448 5.55519C10.9631 6.07353 11.301 6.74485 11.4085 7.46997C11.5139 8.18084 11.3925 8.90686 11.0615 9.54475C10.7305 10.1826 10.2068 10.6999 9.56492 11.023C8.923 11.3461 8.19554 11.4586 7.48602 11.3444C6.77649 11.2302 6.12104 10.8952 5.61288 10.3871C5.10471 9.87892 4.76972 9.22346 4.65555 8.51394C4.54138 7.80442 4.65384 7.07696 4.97694 6.43504C5.30004 5.79311 5.81732 5.26941 6.45521 4.93842Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12968"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15823)"><path d="M10.6666 7.57998L9.8753 7.69733L10.6666 7.57998ZM8.41998 5.33331L8.30263 6.12466L8.41998 5.33331ZM11.6666 3.53331C11.2248 3.53331 10.8666 3.89149 10.8666 4.33331C10.8666 4.77514 11.2248 5.13331 11.6666 5.13331V3.53331ZM11.6733 5.13331C12.1151 5.13331 12.4733 4.77514 12.4733 4.33331C12.4733 3.89149 12.1151 3.53331 11.6733 3.53331V5.13331ZM4.66665 2.13331H11.3333V0.533313H4.66665V2.13331ZM11.3333 2.13331C12.7324 2.13331 13.8666 3.26752 13.8666 4.66665H15.4666C15.4666 2.38387 13.6161 0.533313 11.3333 0.533313V2.13331ZM13.8666 4.66665V11.3333H15.4666V4.66665H13.8666ZM13.8666 11.3333C13.8666 12.7324 12.7324 13.8666 11.3333 13.8666V15.4666C13.6161 15.4666 15.4666 13.6161 15.4666 11.3333H13.8666ZM11.3333 13.8666H4.66665V15.4666H11.3333V13.8666ZM4.66665 13.8666C3.26752 13.8666 2.13331 12.7324 2.13331 11.3333H0.533313C0.533313 13.6161 2.38387 15.4666 4.66665 15.4666V13.8666ZM2.13331 11.3333V4.66665H0.533313V11.3333H2.13331ZM2.13331 4.66665C2.13331 3.26752 3.26752 2.13331 4.66665 2.13331V0.533313C2.38387 0.533313 0.533313 2.38387 0.533313 4.66665H2.13331ZM9.8753 7.69733C9.93289 8.08571 9.86655 8.48236 9.68572 8.83087L11.1059 9.56778C11.4417 8.92055 11.5649 8.18391 11.458 7.46263L9.8753 7.69733ZM9.68572 8.83087C9.50489 9.17937 9.21877 9.46199 8.86806 9.63851L9.5874 11.0677C10.2387 10.7399 10.7701 10.215 11.1059 9.56778L9.68572 8.83087ZM8.86806 9.63851C8.51735 9.81503 8.11991 9.87647 7.73227 9.81409L7.47807 11.3938C8.19798 11.5096 8.93608 11.3955 9.5874 11.0677L8.86806 9.63851ZM7.73227 9.81409C7.34462 9.75172 6.98652 9.5687 6.70889 9.29107L5.57752 10.4224C6.09312 10.938 6.75817 11.2779 7.47807 11.3938L7.73227 9.81409ZM6.70889 9.29107C6.43126 9.01344 6.24824 8.65533 6.18586 8.26769L4.60618 8.52188C4.72203 9.24179 5.06192 9.90684 5.57752 10.4224L6.70889 9.29107ZM6.18586 8.26769C6.12349 7.88005 6.18493 7.48261 6.36145 7.1319L4.93228 6.41256C4.60445 7.06387 4.49034 7.80198 4.60618 8.52188L6.18586 8.26769ZM6.36145 7.1319C6.53797 6.78119 6.82059 6.49507 7.16909 6.31424L6.43218 4.89404C5.78495 5.22988 5.2601 5.76124 4.93228 6.41256L6.36145 7.1319ZM7.16909 6.31424C7.5176 6.13341 7.91425 6.06707 8.30263 6.12466L8.53733 4.54197C7.81605 4.43501 7.07941 4.55821 6.43218 4.89404L7.16909 6.31424ZM8.30263 6.12466C8.6988 6.18341 9.06556 6.36801 9.34876 6.6512L10.4801 5.51983C9.9542 4.9939 9.27306 4.65107 8.53733 4.54197L8.30263 6.12466ZM9.34876 6.6512C9.63195 6.9344 9.81655 7.30116 9.8753 7.69733L11.458 7.46263C11.3489 6.7269 11.0061 6.04576 10.4801 5.51983L9.34876 6.6512ZM11.6666 5.13331H11.6733V3.53331H11.6666V5.13331Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15823"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconInstagram, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13531", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconInstagram size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconItalic.tsx b/src/icons/IconItalic.tsx
index fa69e95..cf2f12e 100644
--- a/src/icons/IconItalic.tsx
+++ b/src/icons/IconItalic.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconItalic = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M9.98276 1.91665H6.66671C6.25249 1.91665 5.91671 2.25243 5.91671 2.66665C5.91671 3.08086 6.25249 3.41665 6.66671 3.41665H8.91779L5.48029 12.5833H3.33337C2.91916 12.5833 2.58337 12.9191 2.58337 13.3333C2.58337 13.7475 2.91916 14.0833 3.33337 14.0833H5.98258C5.99417 14.0836 6.00574 14.0836 6.01728 14.0833H9.33337C9.74759 14.0833 10.0834 13.7475 10.0834 13.3333C10.0834 12.9191 9.74759 12.5833 9.33337 12.5833H7.08229L10.5198 3.41665H12.6667C13.0809 3.41665 13.4167 3.08086 13.4167 2.66665C13.4167 2.25243 13.0809 1.91665 12.6667 1.91665H10.0175C10.0059 1.91637 9.99433 1.91638 9.98276 1.91665Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.6667 3.46669C13.1085 3.46669 13.4667 3.10851 13.4667 2.66669C13.4667 2.22486 13.1085 1.86669 12.6667 1.86669V3.46669ZM6.66671 1.86669C6.22488 1.86669 5.86671 2.22486 5.86671 2.66669C5.86671 3.10851 6.22488 3.46669 6.66671 3.46669V1.86669ZM9.33337 14.1334C9.7752 14.1334 10.1334 13.7752 10.1334 13.3334C10.1334 12.8915 9.7752 12.5334 9.33337 12.5334V14.1334ZM3.33337 12.5334C2.89155 12.5334 2.53337 12.8915 2.53337 13.3334C2.53337 13.7752 2.89155 14.1334 3.33337 14.1334V12.5334ZM10.7491 2.94759C10.9042 2.53389 10.6946 2.07276 10.2809 1.91762C9.86724 1.76249 9.40611 1.97209 9.25098 2.38579L10.7491 2.94759ZM5.25098 13.0525C5.09584 13.4662 5.30545 13.9273 5.71914 14.0824C6.13284 14.2376 6.59397 14.0279 6.7491 13.6143L5.25098 13.0525ZM12.6667 1.86669H6.66671V3.46669H12.6667V1.86669ZM9.33337 12.5334H3.33337V14.1334H9.33337V12.5334ZM9.25098 2.38579L5.25098 13.0525L6.7491 13.6143L10.7491 2.94759L9.25098 2.38579Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconItalic, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13530", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconItalic size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconKey.tsx b/src/icons/IconKey.tsx
index 59c6c88..a96d435 100644
--- a/src/icons/IconKey.tsx
+++ b/src/icons/IconKey.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconKey = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M14.5303 0.802983C14.8232 1.09588 14.8232 1.57075 14.5303 1.86364L13.7273 2.66665L15.1969 4.13632C15.4898 4.42921 15.4898 4.90408 15.1969 5.19698L12.8636 7.53031C12.723 7.67096 12.5322 7.74998 12.3333 7.74998C12.1344 7.74998 11.9436 7.67096 11.8029 7.53031L10.3333 6.06064L8.61158 7.78234C8.80191 8.04871 8.96249 8.33607 9.0899 8.63935C9.31551 9.17638 9.43267 9.75273 9.43462 10.3352C9.43657 10.9177 9.32328 11.4948 9.10127 12.0334C8.87926 12.5719 8.55292 13.0612 8.14103 13.4731C7.72915 13.885 7.23985 14.2113 6.70133 14.4333C6.1628 14.6553 5.58567 14.7686 5.00318 14.7667C4.42069 14.7647 3.84434 14.6476 3.30731 14.4219C2.77028 14.1963 2.28318 13.8667 1.87407 13.4521L1.86844 13.4464C1.06391 12.6134 0.618766 11.4977 0.628829 10.3397C0.638892 9.18162 1.10339 8.07387 1.92227 7.25498C2.74116 6.4361 3.84892 5.9716 5.00695 5.96154C5.9157 5.95364 6.79913 6.22569 7.54014 6.73245L13.4696 0.802983C13.7625 0.51009 14.2374 0.51009 14.5303 0.802983ZM7.06936 8.27667C6.51993 7.74747 5.78389 7.45484 5.01998 7.46148C4.25524 7.46813 3.52371 7.77487 2.98293 8.31564C2.44216 8.85641 2.13542 9.58795 2.12877 10.3527C2.12214 11.1161 2.41509 11.8516 2.94464 12.4014C3.21423 12.6739 3.53488 12.8906 3.88829 13.039C4.24293 13.188 4.62354 13.2654 5.00821 13.2667C5.39287 13.268 5.77399 13.1931 6.12962 13.0465C6.48525 12.8999 6.80837 12.6844 7.08037 12.4124C7.35237 12.1404 7.56788 11.8173 7.71449 11.4617C7.8611 11.106 7.93592 10.7249 7.93463 10.3402C7.93334 9.95558 7.85597 9.57497 7.70698 9.22033C7.55851 8.86692 7.34184 8.54626 7.06936 8.27667ZM11.3939 4.99998L12.3333 5.93932L13.6059 4.66665L12.6666 3.72731L11.3939 4.99998Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.5657 1.899C14.8782 1.58658 14.8782 1.08005 14.5657 0.767627C14.2533 0.455208 13.7468 0.455208 13.4344 0.767628L14.5657 1.899ZM2.40806 12.9253L1.8326 13.4811L1.8386 13.4872L2.40806 12.9253ZM7.59273 7.74065L7.03696 8.31608C7.3508 8.61919 7.84964 8.61493 8.15825 8.30649L7.59273 7.74065ZM10.3334 4.99998L9.76771 4.43429L10.3334 4.99998ZM12.3334 6.99998L11.7677 7.56566C11.9177 7.71569 12.1212 7.79998 12.3334 7.79998C12.5456 7.79998 12.749 7.71569 12.8991 7.56566L12.3334 6.99998ZM14.6667 4.66665L15.2324 5.23233C15.3824 5.0823 15.4667 4.87882 15.4667 4.66665C15.4667 4.45447 15.3824 4.25099 15.2324 4.10096L14.6667 4.66665ZM13.4344 0.767628L12.101 2.10096L13.2324 3.23233L14.5657 1.899L13.4344 0.767628ZM7.03151 8.30944C7.30063 8.57498 7.51457 8.89113 7.66101 9.2397L9.13612 8.61998C8.90795 8.07687 8.57461 7.58426 8.15528 7.17052L7.03151 8.30944ZM7.66101 9.2397C7.80744 9.58826 7.88348 9.96234 7.88475 10.3404L9.48474 10.3351C9.48277 9.74597 9.36429 9.16309 9.13612 8.61998L7.66101 9.2397ZM7.88475 10.3404C7.88602 10.7185 7.81248 11.0931 7.66839 11.4426L9.14762 12.0524C9.37214 11.5078 9.48671 10.9241 9.48474 10.3351L7.88475 10.3404ZM7.66839 11.4426C7.52429 11.7921 7.31248 12.1097 7.04514 12.3771L8.17651 13.5084C8.59306 13.0919 8.9231 12.597 9.14762 12.0524L7.66839 11.4426ZM7.04514 12.3771C6.7778 12.6444 6.46022 12.8562 6.11069 13.0003L6.7205 14.4795C7.26513 14.255 7.75996 13.925 8.17651 13.5084L7.04514 12.3771ZM6.11069 13.0003C5.76115 13.1444 5.38657 13.2179 5.0085 13.2167L5.00314 14.8167C5.59222 14.8186 6.17588 14.7041 6.7205 14.4795L6.11069 13.0003ZM5.0085 13.2167C4.63042 13.2154 4.25634 13.1394 3.90778 12.9929L3.28806 14.468C3.83117 14.6962 4.41405 14.8147 5.00314 14.8167L5.0085 13.2167ZM3.90778 12.9929C3.55922 12.8465 3.24306 12.6326 2.97752 12.3634L1.8386 13.4872C2.25235 13.9065 2.74496 14.2399 3.28806 14.468L3.90778 12.9929ZM2.98349 12.3695C2.4613 11.8289 2.17236 11.1048 2.17889 10.3531L0.578953 10.3392C0.568776 11.5104 1.01899 12.6387 1.83263 13.4811L2.98349 12.3695ZM2.17889 10.3531C2.18542 9.6015 2.48691 8.8825 3.01841 8.351L1.88704 7.21963C1.05888 8.04778 0.58913 9.16808 0.578953 10.3392L2.17889 10.3531ZM3.01841 8.351C3.54991 7.81949 4.26891 7.51801 5.02054 7.51148L5.00664 5.91154C3.83549 5.92171 2.7152 6.39147 1.88704 7.21963L3.01841 8.351ZM5.02054 7.51148C5.77217 7.50495 6.4963 7.79389 7.03696 8.31608L8.1485 7.16522C7.30607 6.35158 6.17778 5.90136 5.00664 5.91154L5.02054 7.51148ZM8.15825 8.30649L8.15892 8.30583L7.02787 7.17413L7.0272 7.1748L8.15825 8.30649ZM8.15908 8.30566L10.8991 5.56566L9.76771 4.43429L7.02771 7.17429L8.15908 8.30566ZM9.76771 5.56566L11.7677 7.56566L12.8991 6.43429L10.8991 4.43429L9.76771 5.56566ZM12.8991 7.56566L15.2324 5.23233L14.101 4.10096L11.7677 6.43429L12.8991 7.56566ZM15.2324 4.10096L13.2324 2.10096L12.101 3.23233L14.101 5.23233L15.2324 4.10096ZM10.8991 5.56566L13.2324 3.23233L12.101 2.10096L9.76771 4.43429L10.8991 5.56566Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconKey, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13533", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconKey size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLayers.tsx b/src/icons/IconLayers.tsx
index 6da8fa3..f34bb5a 100644
--- a/src/icons/IconLayers.tsx
+++ b/src/icons/IconLayers.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLayers = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12570)"><path fillRule="evenodd" clipRule="evenodd" d="M7.66467 0.662493C7.87582 0.55692 8.12435 0.55692 8.33549 0.662493L15.0022 3.99583C15.2562 4.12287 15.4167 4.38257 15.4167 4.66665C15.4167 4.95073 15.2562 5.21042 15.0022 5.33747L8.33549 8.6708C8.12435 8.77637 7.87582 8.77637 7.66467 8.6708L0.998006 5.33747C0.743918 5.21042 0.583416 4.95073 0.583416 4.66665C0.583416 4.38257 0.743918 4.12287 0.998006 3.99583L7.66467 0.662493ZM3.01047 4.66665L8.00008 7.16145L12.9897 4.66665L8.00008 2.17184L3.01047 4.66665ZM0.662596 7.66457C0.847838 7.29409 1.29834 7.14392 1.66883 7.32916L8.00008 10.4948L14.3313 7.32916C14.7018 7.14392 15.1523 7.29409 15.3376 7.66457C15.5228 8.03505 15.3726 8.48556 15.0022 8.6708L8.33549 12.0041C8.12435 12.1097 7.87582 12.1097 7.66467 12.0041L0.998006 8.6708C0.627522 8.48556 0.477354 8.03505 0.662596 7.66457ZM0.662596 10.9979C0.847838 10.6274 1.29834 10.4773 1.66883 10.6625L8.00008 13.8281L14.3313 10.6625C14.7018 10.4773 15.1523 10.6274 15.3376 10.9979C15.5228 11.3684 15.3726 11.8189 15.0022 12.0041L8.33549 15.3375C8.12435 15.443 7.87582 15.443 7.66467 15.3375L0.998006 12.0041C0.627522 11.8189 0.477354 11.3684 0.662596 10.9979Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12570"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15829)"><path d="M7.99992 1.33331L8.35769 0.617771C8.13247 0.50516 7.86737 0.50516 7.64215 0.617771L7.99992 1.33331ZM1.33325 4.66665L0.975481 3.9511C0.704454 4.08662 0.533252 4.36363 0.533252 4.66665C0.533252 4.96966 0.704454 5.24667 0.975481 5.38219L1.33325 4.66665ZM7.99992 7.99998L7.64215 8.71552C7.86737 8.82813 8.13247 8.82813 8.35769 8.71552L7.99992 7.99998ZM14.6666 4.66665L15.0244 5.38219C15.2954 5.24667 15.4666 4.96966 15.4666 4.66665C15.4666 4.36363 15.2954 4.08662 15.0244 3.9511L14.6666 4.66665ZM1.69102 10.6178C1.29584 10.4202 0.815302 10.5804 0.61771 10.9755C0.420119 11.3707 0.580298 11.8513 0.975481 12.0489L1.69102 10.6178ZM7.99992 14.6666L7.64215 15.3822C7.86737 15.4948 8.13247 15.4948 8.35769 15.3822L7.99992 14.6666ZM15.0244 12.0489C15.4195 11.8513 15.5797 11.3707 15.3821 10.9755C15.1845 10.5804 14.704 10.4202 14.3088 10.6178L15.0244 12.0489ZM1.69102 7.28444C1.29584 7.08685 0.815302 7.24703 0.61771 7.64221C0.420119 8.03739 0.580298 8.51793 0.975481 8.71552L1.69102 7.28444ZM7.99992 11.3333L7.64215 12.0489C7.86737 12.1615 8.13247 12.1615 8.35769 12.0489L7.99992 11.3333ZM15.0244 8.71552C15.4195 8.51793 15.5797 8.03739 15.3821 7.64221C15.1845 7.24703 14.704 7.08685 14.3088 7.28444L15.0244 8.71552ZM7.64215 0.617771L0.975481 3.9511L1.69102 5.38219L8.35769 2.04885L7.64215 0.617771ZM0.975481 5.38219L7.64215 8.71552L8.35769 7.28444L1.69102 3.9511L0.975481 5.38219ZM8.35769 8.71552L15.0244 5.38219L14.3088 3.9511L7.64215 7.28444L8.35769 8.71552ZM15.0244 3.9511L8.35769 0.617771L7.64215 2.04885L14.3088 5.38219L15.0244 3.9511ZM0.975481 12.0489L7.64215 15.3822L8.35769 13.9511L1.69102 10.6178L0.975481 12.0489ZM8.35769 15.3822L15.0244 12.0489L14.3088 10.6178L7.64215 13.9511L8.35769 15.3822ZM0.975481 8.71552L7.64215 12.0489L8.35769 10.6178L1.69102 7.28444L0.975481 8.71552ZM8.35769 12.0489L15.0244 8.71552L14.3088 7.28444L7.64215 10.6178L8.35769 12.0489Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15829"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconLayers, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13532", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLayers size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLayout.tsx b/src/icons/IconLayout.tsx
index a5d7ff5..4ceafa9 100644
--- a/src/icons/IconLayout.tsx
+++ b/src/icons/IconLayout.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLayout = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V5.25H13.25V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM14.75 3.33333C14.75 2.18274 13.8173 1.25 12.6667 1.25H3.33333C2.18274 1.25 1.25 2.18274 1.25 3.33333V12.6667C1.25 13.8173 2.18274 14.75 3.33333 14.75H12.6667C13.8173 14.75 14.75 13.8173 14.75 12.6667V3.33333ZM13.25 6.75H6.75V13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V6.75ZM5.25 13.25V6.75H2.75V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H5.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 5.2C1.55817 5.2 1.2 5.55817 1.2 6C1.2 6.44183 1.55817 6.8 2 6.8V5.2ZM14 6.8C14.4418 6.8 14.8 6.44183 14.8 6C14.8 5.55817 14.4418 5.2 14 5.2V6.8ZM5.2 14C5.2 14.4418 5.55817 14.8 6 14.8C6.44183 14.8 6.8 14.4418 6.8 14H5.2ZM6.8 6C6.8 5.55817 6.44183 5.2 6 5.2C5.55817 5.2 5.2 5.55817 5.2 6H6.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM2 6.8H14V5.2H2V6.8ZM6.8 14V6H5.2V14H6.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconLayout, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13535", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLayout size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLifeBuoy.tsx b/src/icons/IconLifeBuoy.tsx
index 6ddd5b6..6f1c621 100644
--- a/src/icons/IconLifeBuoy.tsx
+++ b/src/icons/IconLifeBuoy.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLifeBuoy = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12199)"><path fillRule="evenodd" clipRule="evenodd" d="M3.31942 4.38014C2.54448 5.38069 2.08325 6.63647 2.08325 7.99998C2.08325 9.36349 2.54448 10.6193 3.31942 11.6198L5.11225 9.82699C4.77723 9.29859 4.58325 8.67194 4.58325 7.99998C4.58325 7.32802 4.77723 6.70137 5.11225 6.17297L3.31942 4.38014ZM4.38008 3.31948L6.17291 5.11231C6.70131 4.77729 7.32796 4.58331 7.99992 4.58331C8.67188 4.58331 9.29853 4.77729 9.82693 5.11231L11.6198 3.31948C10.6192 2.54454 9.36342 2.08331 7.99992 2.08331C6.63641 2.08331 5.38063 2.54454 4.38008 3.31948ZM12.6804 4.38014L10.8876 6.17297C11.2226 6.70137 11.4166 7.32802 11.4166 7.99998C11.4166 8.67194 11.2226 9.29859 10.8876 9.82699L12.6804 11.6198C13.4554 10.6193 13.9166 9.36349 13.9166 7.99998C13.9166 6.63647 13.4554 5.38069 12.6804 4.38014ZM11.6198 12.6805L9.82693 10.8876C9.29853 11.2227 8.67188 11.4166 7.99992 11.4166C7.32796 11.4166 6.70131 11.2227 6.17291 10.8876L4.38008 12.6805C5.38063 13.4554 6.63641 13.9166 7.99992 13.9166C9.36342 13.9166 10.6192 13.4554 11.6198 12.6805ZM0.583252 7.99998C0.583252 3.90387 3.90381 0.583313 7.99992 0.583313C12.096 0.583313 15.4166 3.90387 15.4166 7.99998C15.4166 12.0961 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.0961 0.583252 7.99998ZM7.99992 6.08331C6.94137 6.08331 6.08325 6.94143 6.08325 7.99998C6.08325 9.05853 6.94137 9.91665 7.99992 9.91665C9.05846 9.91665 9.91658 9.05853 9.91658 7.99998C9.91658 6.94143 9.05846 6.08331 7.99992 6.08331Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12199"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15833)"><path d="M3.85227 2.72096C3.53985 2.40854 3.03332 2.40854 2.7209 2.72096C2.40848 3.03338 2.40848 3.53991 2.7209 3.85233L3.85227 2.72096ZM5.54757 6.679C5.85999 6.99142 6.36652 6.99142 6.67894 6.679C6.99136 6.36658 6.99136 5.86005 6.67894 5.54763L5.54757 6.679ZM10.4523 9.32096C10.1399 9.00854 9.63332 9.00854 9.3209 9.32096C9.00848 9.63338 9.00848 10.1399 9.3209 10.4523L10.4523 9.32096ZM12.1476 13.279C12.46 13.5914 12.9665 13.5914 13.2789 13.279C13.5914 12.9666 13.5914 12.46 13.2789 12.1476L12.1476 13.279ZM9.3209 5.54763C9.00848 5.86005 9.00848 6.36658 9.3209 6.679C9.63332 6.99142 10.1399 6.99142 10.4523 6.679L9.3209 5.54763ZM13.2789 3.85233C13.5914 3.53991 13.5914 3.03338 13.2789 2.72096C12.9665 2.40854 12.46 2.40854 12.1476 2.72096L13.2789 3.85233ZM12.8056 4.32566C13.118 4.01325 13.118 3.50671 12.8056 3.19429C12.4932 2.88187 11.9867 2.88187 11.6742 3.19429L12.8056 4.32566ZM2.7209 12.1476C2.40848 12.46 2.40848 12.9666 2.7209 13.279C3.03332 13.5914 3.53985 13.5914 3.85227 13.279L2.7209 12.1476ZM6.67894 10.4523C6.99136 10.1399 6.99136 9.63338 6.67894 9.32096C6.36652 9.00854 5.85999 9.00854 5.54757 9.32096L6.67894 10.4523ZM13.8666 7.99998C13.8666 11.2401 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1237 15.4666 7.99998H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.2401 2.13325 7.99998H0.533252C0.533252 12.1237 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99998C2.13325 4.75991 4.75985 2.13331 7.99992 2.13331V0.533313C3.87619 0.533313 0.533252 3.87625 0.533252 7.99998H2.13325ZM7.99992 2.13331C11.24 2.13331 13.8666 4.75991 13.8666 7.99998H15.4666C15.4666 3.87625 12.1236 0.533313 7.99992 0.533313V2.13331ZM9.86659 7.99998C9.86659 9.03091 9.03085 9.86665 7.99992 9.86665V11.4666C9.91451 11.4666 11.4666 9.91457 11.4666 7.99998H9.86659ZM7.99992 9.86665C6.96899 9.86665 6.13325 9.03091 6.13325 7.99998H4.53325C4.53325 9.91457 6.08533 11.4666 7.99992 11.4666V9.86665ZM6.13325 7.99998C6.13325 6.96905 6.96899 6.13331 7.99992 6.13331V4.53331C6.08533 4.53331 4.53325 6.08539 4.53325 7.99998H6.13325ZM7.99992 6.13331C9.03085 6.13331 9.86659 6.96905 9.86659 7.99998H11.4666C11.4666 6.08539 9.91451 4.53331 7.99992 4.53331V6.13331ZM2.7209 3.85233L5.54757 6.679L6.67894 5.54763L3.85227 2.72096L2.7209 3.85233ZM9.3209 10.4523L12.1476 13.279L13.2789 12.1476L10.4523 9.32096L9.3209 10.4523ZM10.4523 6.679L13.2789 3.85233L12.1476 2.72096L9.3209 5.54763L10.4523 6.679ZM10.4523 6.679L12.8056 4.32566L11.6742 3.19429L9.3209 5.54763L10.4523 6.679ZM3.85227 13.279L6.67894 10.4523L5.54757 9.32096L2.7209 12.1476L3.85227 13.279Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15833"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconLifeBuoy, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13534", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLifeBuoy size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLink.tsx b/src/icons/IconLink.tsx
index 186ec19..96c1830 100644
--- a/src/icons/IconLink.tsx
+++ b/src/icons/IconLink.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLink = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12560)"><path fillRule="evenodd" clipRule="evenodd" d="M8.4591 1.77386C9.22923 1.03005 10.2607 0.618475 11.3313 0.627779C12.402 0.637082 13.4261 1.06652 14.1832 1.82361C14.9403 2.58069 15.3697 3.60484 15.379 4.67548C15.3883 5.74611 14.9767 6.77757 14.2329 7.5477L14.2239 7.55707L12.2239 9.5569C12.2239 9.55693 12.2239 9.55687 12.2239 9.5569C11.81 9.97096 11.3117 10.2913 10.7632 10.4959C10.2146 10.7005 9.62836 10.7848 9.04432 10.743C8.46029 10.7011 7.89208 10.5342 7.37824 10.2535C6.8644 9.97273 6.41695 9.58477 6.06623 9.1159C5.81812 8.78421 5.88588 8.3142 6.21757 8.06609C6.54925 7.81799 7.01927 7.88574 7.26737 8.21743C7.48926 8.51406 7.77234 8.75951 8.09742 8.93712C8.42251 9.11472 8.78199 9.22034 9.15148 9.2468C9.52097 9.27326 9.89183 9.21995 10.2389 9.09048C10.586 8.96102 10.9012 8.75842 11.163 8.49643L13.1582 6.50123C13.6261 6.01449 13.8849 5.36382 13.8791 4.68851C13.8732 4.01117 13.6015 3.36324 13.1225 2.88427C12.6436 2.40529 11.9956 2.13361 11.3183 2.12772C10.6426 2.12185 9.99165 2.38092 9.50482 2.84927L8.36225 3.9852C8.0685 4.27724 7.59363 4.27586 7.30159 3.98211C7.00955 3.68837 7.01094 3.21349 7.30469 2.92146L8.4591 1.77386ZM5.23711 5.50411C5.78571 5.29946 6.37191 5.2152 6.95594 5.25702C7.53998 5.29885 8.10818 5.46579 8.62202 5.74653C9.13587 6.02727 9.58332 6.41523 9.93404 6.8841C10.1821 7.21579 10.1144 7.6858 9.7827 7.9339C9.45101 8.18201 8.981 8.11425 8.73289 7.78257C8.51101 7.48593 8.22792 7.24049 7.90284 7.06288C7.57776 6.88527 7.21828 6.77965 6.84879 6.75319C6.4793 6.72673 6.10844 6.78004 5.76136 6.90951C5.41429 7.03898 5.09912 7.24158 4.83723 7.50356L2.84203 9.49876C2.37413 9.98551 2.11532 10.6362 2.12119 11.3115C2.12708 11.9888 2.39876 12.6368 2.87773 13.1157C3.35671 13.5947 4.00464 13.8664 4.68198 13.8723C5.35729 13.8781 6.00796 13.6193 6.4947 13.1514L7.6298 12.0163C7.9227 11.7234 8.39757 11.7234 8.69046 12.0163C8.98336 12.3092 8.98336 12.7841 8.69046 13.077L7.54125 14.2262C6.77112 14.97 5.73958 15.3815 4.66895 15.3722C3.59831 15.3629 2.57416 14.9335 1.81707 14.1764C1.05999 13.4193 0.630552 12.3952 0.621248 11.3245C0.611945 10.2539 1.02352 9.22242 1.76733 8.4523L1.77639 8.44292L3.77637 6.4431C3.77634 6.44313 3.77641 6.44307 3.77637 6.4431C4.19031 6.02904 4.68855 5.70874 5.23711 5.50411Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12560"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15837)"><path d="M7.30741 8.18748C7.04277 7.83368 6.54142 7.76141 6.18762 8.02605C5.83382 8.2907 5.76154 8.79205 6.02619 9.14585L7.30741 8.18748ZM11.6935 9.02666L11.1278 8.46098L11.1277 8.46108L11.6935 9.02666ZM13.6935 7.02666L14.2592 7.59243L14.2689 7.58243L13.6935 7.02666ZM8.98013 2.31333L8.4243 1.73784L8.4161 1.746L8.98013 2.31333ZM7.26943 2.886C6.9561 3.19751 6.95463 3.70404 7.26613 4.01736C7.57764 4.33069 8.08417 4.33217 8.3975 4.02066L7.26943 2.886ZM8.69285 7.81251C8.9575 8.16631 9.45885 8.23859 9.81265 7.97394C10.1664 7.7093 10.2387 7.20795 9.97408 6.85415L8.69285 7.81251ZM4.3068 6.97333L4.87249 7.53902L4.87259 7.53891L4.3068 6.97333ZM2.3068 8.97333L1.74103 8.40756L1.73137 8.41756L2.3068 8.97333ZM7.02013 13.6867L7.57599 14.2622L7.58582 14.2523L7.02013 13.6867ZM8.72582 13.1123C9.03824 12.7999 9.03824 12.2934 8.72582 11.981C8.4134 11.6686 7.90687 11.6686 7.59445 11.981L8.72582 13.1123ZM6.02619 9.14585C6.3812 9.62046 6.83414 10.0132 7.35427 10.2973L8.1214 8.89324C7.80261 8.71907 7.525 8.47837 7.30741 8.18748L6.02619 9.14585ZM7.35427 10.2973C7.8744 10.5815 8.44957 10.7505 9.04075 10.7928L9.15505 9.19693C8.79271 9.17098 8.44019 9.06741 8.1214 8.89324L7.35427 10.2973ZM9.04075 10.7928C9.63194 10.8352 10.2253 10.7499 10.7806 10.5427L10.2214 9.04364C9.88107 9.1706 9.51739 9.22288 9.15505 9.19693L9.04075 10.7928ZM10.7806 10.5427C11.336 10.3356 11.8402 10.0114 12.2593 9.59225L11.1277 8.46108C10.8709 8.718 10.5618 8.91667 10.2214 9.04364L10.7806 10.5427ZM12.2592 9.59235L14.2592 7.59235L13.1278 6.46098L11.1278 8.46098L12.2592 9.59235ZM14.2689 7.58243C15.0218 6.80288 15.4384 5.75879 15.429 4.67504L13.8291 4.68894C13.8348 5.35318 13.5795 5.9931 13.118 6.47089L14.2689 7.58243ZM15.429 4.67504C15.4196 3.59129 14.9849 2.5546 14.2185 1.78825L13.0872 2.91962C13.5569 3.38932 13.8233 4.02471 13.8291 4.68894L15.429 4.67504ZM14.2185 1.78825C13.4522 1.0219 12.4155 0.587198 11.3318 0.577781L11.3179 2.17772C11.9821 2.18349 12.6175 2.44992 13.0872 2.91962L14.2185 1.78825ZM11.3318 0.577781C10.248 0.568363 9.20392 0.98498 8.42436 1.7379L9.5359 2.88876C10.0137 2.42729 10.6536 2.17195 11.3179 2.17772L11.3318 0.577781ZM8.4161 1.746L7.26943 2.886L8.3975 4.02066L9.54417 2.88066L8.4161 1.746ZM9.97408 6.85415C9.61906 6.37953 9.16613 5.98682 8.646 5.70265L7.87887 7.10676C8.19766 7.28093 8.47526 7.52162 8.69285 7.81251L9.97408 6.85415ZM8.646 5.70265C8.12586 5.41848 7.5507 5.24949 6.95951 5.20715L6.84522 6.80306C7.20756 6.82901 7.56008 6.93259 7.87887 7.10676L8.646 5.70265ZM6.95951 5.20715C6.36833 5.16481 5.77495 5.25011 5.21963 5.45726L5.77884 6.95636C6.1192 6.82939 6.48288 6.77711 6.84522 6.80306L6.95951 5.20715ZM5.21963 5.45726C4.66431 5.66441 4.16004 5.98857 3.74101 6.40775L4.87259 7.53891C5.12941 7.282 5.43848 7.08332 5.77884 6.95636L5.21963 5.45726ZM3.74111 6.40764L1.74111 8.40764L2.87249 9.53902L4.87249 7.53902L3.74111 6.40764ZM1.73137 8.41756C0.978449 9.19712 0.561832 10.2412 0.57125 11.325L2.17119 11.3111C2.16542 10.6468 2.42076 10.0069 2.88223 9.5291L1.73137 8.41756ZM0.57125 11.325C0.580667 12.4087 1.01537 13.4454 1.78172 14.2117L2.91309 13.0804C2.44339 12.6107 2.17696 11.9753 2.17119 11.3111L0.57125 11.325ZM1.78172 14.2117C2.54807 14.9781 3.58476 15.4128 4.66851 15.4222L4.68241 13.8223C4.01818 13.8165 3.38279 13.5501 2.91309 13.0804L1.78172 14.2117ZM4.66851 15.4222C5.75226 15.4316 6.79635 15.015 7.5759 14.2621L6.46436 13.1112C5.98657 13.5727 5.34665 13.828 4.68241 13.8223L4.66851 15.4222ZM7.58582 14.2523L8.72582 13.1123L7.59445 11.981L6.45445 13.121L7.58582 14.2523Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15837"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconLink, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13536", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLink size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLink2.tsx b/src/icons/IconLink2.tsx
index e76dc4e..ca79b93 100644
--- a/src/icons/IconLink2.tsx
+++ b/src/icons/IconLink2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLink2 = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12906)"><path fillRule="evenodd" clipRule="evenodd" d="M3.99984 5.41669C3.31469 5.41669 2.65761 5.68886 2.17314 6.17333C1.68868 6.6578 1.4165 7.31488 1.4165 8.00002C1.4165 8.68516 1.68868 9.34224 2.17314 9.82671C2.41303 10.0666 2.69781 10.2569 3.01124 10.3867C3.32466 10.5165 3.66059 10.5834 3.99984 10.5834H5.99984C6.41405 10.5834 6.74984 10.9191 6.74984 11.3334C6.74984 11.7476 6.41405 12.0834 5.99984 12.0834H3.99984C3.46361 12.0834 2.93263 11.9777 2.43721 11.7725C1.9418 11.5673 1.49166 11.2665 1.11248 10.8874C0.346711 10.1216 -0.0834961 9.08299 -0.0834961 8.00002C-0.0834961 6.91705 0.346711 5.87844 1.11248 5.11267C1.87826 4.34689 2.91687 3.91669 3.99984 3.91669H5.99984C6.41405 3.91669 6.74984 4.25247 6.74984 4.66669C6.74984 5.0809 6.41405 5.41669 5.99984 5.41669H3.99984ZM9.24984 4.66669C9.24984 4.25247 9.58562 3.91669 9.99984 3.91669H11.9998C12.5361 3.91669 13.067 4.02231 13.5625 4.22751C14.0579 4.43272 14.508 4.7335 14.8872 5.11267C15.2664 5.49184 15.5671 5.94198 15.7723 6.4374C15.9776 6.93281 16.0832 7.46379 16.0832 8.00002C16.0832 8.53625 15.9776 9.06723 15.7723 9.56264C15.5671 10.0581 15.2664 10.5082 14.8872 10.8874C14.508 11.2665 14.0579 11.5673 13.5625 11.7725C13.067 11.9777 12.5361 12.0834 11.9998 12.0834H9.99984C9.58562 12.0834 9.24984 11.7476 9.24984 11.3334C9.24984 10.9191 9.58562 10.5834 9.99984 10.5834H11.9998C12.3391 10.5834 12.675 10.5165 12.9884 10.3867C13.3019 10.2569 13.5866 10.0666 13.8265 9.82671C14.0664 9.58683 14.2567 9.30204 14.3865 8.98862C14.5164 8.6752 14.5832 8.33927 14.5832 8.00002C14.5832 7.66077 14.5164 7.32485 14.3865 7.01142C14.2567 6.698 14.0664 6.41321 13.8265 6.17333C13.5866 5.93344 13.3019 5.74316 12.9884 5.61333C12.675 5.48351 12.3391 5.41669 11.9998 5.41669H9.99984C9.58562 5.41669 9.24984 5.0809 9.24984 4.66669ZM4.58317 8.00002C4.58317 7.58581 4.91896 7.25002 5.33317 7.25002H10.6665C11.0807 7.25002 11.4165 7.58581 11.4165 8.00002C11.4165 8.41423 11.0807 8.75002 10.6665 8.75002H5.33317C4.91896 8.75002 4.58317 8.41423 4.58317 8.00002Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12906"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15835)"><path d="M9.99984 3.86669C9.55801 3.86669 9.19984 4.22486 9.19984 4.66669C9.19984 5.10851 9.55801 5.46669 9.99984 5.46669V3.86669ZM11.9998 4.66669V3.86669V4.66669ZM11.9998 11.3334V10.5334V11.3334ZM9.99984 10.5334C9.55801 10.5334 9.19984 10.8915 9.19984 11.3334C9.19984 11.7752 9.55801 12.1334 9.99984 12.1334V10.5334ZM5.99984 12.1334C6.44166 12.1334 6.79984 11.7752 6.79984 11.3334C6.79984 10.8915 6.44166 10.5334 5.99984 10.5334V12.1334ZM3.99984 11.3334V10.5334V11.3334ZM1.64281 10.357L2.2085 9.79136L1.64281 10.357ZM0.666504 8.00002H-0.133496H0.666504ZM3.99984 4.66669V3.86669V4.66669ZM5.99984 5.46669C6.44166 5.46669 6.79984 5.10851 6.79984 4.66669C6.79984 4.22486 6.44166 3.86669 5.99984 3.86669V5.46669ZM5.33317 7.20002C4.89134 7.20002 4.53317 7.55819 4.53317 8.00002C4.53317 8.44185 4.89134 8.80002 5.33317 8.80002V7.20002ZM10.6665 8.80002C11.1083 8.80002 11.4665 8.44185 11.4665 8.00002C11.4665 7.55819 11.1083 7.20002 10.6665 7.20002V8.80002ZM9.99984 5.46669H11.9998V3.86669H9.99984V5.46669ZM11.9998 5.46669C12.3325 5.46669 12.6619 5.53221 12.9693 5.65953L13.5816 4.18132C13.0801 3.9736 12.5426 3.86669 11.9998 3.86669V5.46669ZM12.9693 5.65953C13.2767 5.78684 13.5559 5.97344 13.7912 6.20868L14.9225 5.07731C14.5387 4.6935 14.0831 4.38904 13.5816 4.18132L12.9693 5.65953ZM13.7912 6.20868C14.0264 6.44392 14.213 6.7232 14.3403 7.03056L15.8185 6.41826C15.6108 5.91678 15.3064 5.46113 14.9225 5.07731L13.7912 6.20868ZM14.3403 7.03056C14.4676 7.33791 14.5332 7.66734 14.5332 8.00002H16.1332C16.1332 7.45722 16.0263 6.91974 15.8185 6.41826L14.3403 7.03056ZM14.5332 8.00002C14.5332 8.3327 14.4676 8.66213 14.3403 8.96948L15.8185 9.58178C16.0263 9.0803 16.1332 8.54282 16.1332 8.00002H14.5332ZM14.3403 8.96948C14.213 9.27684 14.0264 9.55612 13.7912 9.79136L14.9225 10.9227C15.3064 10.5389 15.6108 10.0833 15.8185 9.58178L14.3403 8.96948ZM13.7912 9.79136C13.5559 10.0266 13.2767 10.2132 12.9693 10.3405L13.5816 11.8187C14.0831 11.611 14.5387 11.3065 14.9225 10.9227L13.7912 9.79136ZM12.9693 10.3405C12.6619 10.4678 12.3325 10.5334 11.9998 10.5334V12.1334C12.5426 12.1334 13.0801 12.0264 13.5816 11.8187L12.9693 10.3405ZM11.9998 10.5334H9.99984V12.1334H11.9998V10.5334ZM5.99984 10.5334H3.99984V12.1334H5.99984V10.5334ZM3.99984 10.5334C3.66715 10.5334 3.33773 10.4678 3.03037 10.3405L2.41808 11.8187C2.91956 12.0264 3.45704 12.1334 3.99984 12.1334V10.5334ZM3.03037 10.3405C2.72301 10.2132 2.44374 10.0266 2.2085 9.79136L1.07713 10.9227C1.46094 11.3065 1.9166 11.611 2.41808 11.8187L3.03037 10.3405ZM2.2085 9.79136C1.73341 9.31627 1.4665 8.6719 1.4665 8.00002H-0.133496C-0.133496 9.09625 0.301979 10.1476 1.07713 10.9227L2.2085 9.79136ZM1.4665 8.00002C1.4665 7.32814 1.73341 6.68378 2.2085 6.20868L1.07713 5.07731C0.301979 5.85246 -0.133496 6.90379 -0.133496 8.00002H1.4665ZM2.2085 6.20868C2.68359 5.73359 3.32796 5.46669 3.99984 5.46669V3.86669C2.90361 3.86669 1.85228 4.30216 1.07713 5.07731L2.2085 6.20868ZM3.99984 5.46669H5.99984V3.86669H3.99984V5.46669ZM5.33317 8.80002H10.6665V7.20002H5.33317V8.80002Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15835"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconLink2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13537", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLink2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLinkedin.tsx b/src/icons/IconLinkedin.tsx
index 291f344..eeadf11 100644
--- a/src/icons/IconLinkedin.tsx
+++ b/src/icons/IconLinkedin.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLinkedin = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66666 2.08337C2.3445 2.08337 2.08333 2.34454 2.08333 2.66671C2.08333 2.98887 2.3445 3.25004 2.66666 3.25004C2.98883 3.25004 3.24999 2.98887 3.24999 2.66671C3.24999 2.34454 2.98883 2.08337 2.66666 2.08337ZM0.583328 2.66671C0.583328 1.51611 1.51607 0.583374 2.66666 0.583374C3.81726 0.583374 4.75 1.51611 4.75 2.66671C4.75 3.8173 3.81726 4.75004 2.66666 4.75004C1.51607 4.75004 0.583328 3.8173 0.583328 2.66671ZM10.6667 6.08337C9.80471 6.08337 8.97806 6.42578 8.36856 7.03528C7.75907 7.64477 7.41666 8.47142 7.41666 9.33337V13.25H8.58333V9.33337C8.58333 8.78084 8.80282 8.25094 9.19352 7.86024C9.58422 7.46953 10.1141 7.25004 10.6667 7.25004C11.2192 7.25004 11.7491 7.46954 12.1398 7.86024C12.5305 8.25094 12.75 8.78084 12.75 9.33337V13.25H13.9167V9.33337C13.9167 8.47142 13.5743 7.64477 12.9648 7.03528C12.3553 6.42578 11.5286 6.08337 10.6667 6.08337ZM7.3079 5.97462C8.1987 5.08382 9.40688 4.58337 10.6667 4.58337C11.9264 4.58337 13.1346 5.08382 14.0254 5.97462C14.9162 6.86541 15.4167 8.0736 15.4167 9.33337V14C15.4167 14.4143 15.0809 14.75 14.6667 14.75H12C11.5858 14.75 11.25 14.4143 11.25 14V9.33337C11.25 9.17867 11.1885 9.03029 11.0791 8.9209C10.9697 8.8115 10.8214 8.75004 10.6667 8.75004C10.512 8.75004 10.3636 8.8115 10.2542 8.9209C10.1448 9.03029 10.0833 9.17867 10.0833 9.33337V14C10.0833 14.4143 9.74754 14.75 9.33333 14.75H6.66666C6.25245 14.75 5.91666 14.4143 5.91666 14V9.33337C5.91666 8.0736 6.41711 6.86541 7.3079 5.97462ZM0.583328 6.00004C0.583328 5.58583 0.919115 5.25004 1.33333 5.25004H3.99999C4.41421 5.25004 4.75 5.58583 4.75 6.00004V14C4.75 14.4143 4.41421 14.75 3.99999 14.75H1.33333C0.919115 14.75 0.583328 14.4143 0.583328 14V6.00004ZM2.08333 6.75004V13.25H3.24999V6.75004H2.08333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.6667 14V14.8C15.1085 14.8 15.4667 14.4419 15.4667 14H14.6667ZM12 14H11.2C11.2 14.4419 11.5582 14.8 12 14.8V14ZM9.33333 14V14.8C9.77516 14.8 10.1333 14.4419 10.1333 14H9.33333ZM6.66666 14H5.86666C5.86666 14.4419 6.22483 14.8 6.66666 14.8V14ZM1.33333 6.00004V5.20004C0.8915 5.20004 0.533328 5.55821 0.533328 6.00004H1.33333ZM3.99999 6.00004H4.79999C4.79999 5.55821 4.44182 5.20004 3.99999 5.20004V6.00004ZM3.99999 14V14.8C4.44182 14.8 4.79999 14.4419 4.79999 14H3.99999ZM1.33333 14H0.533328C0.533328 14.4419 0.8915 14.8 1.33333 14.8L1.33333 14ZM10.6667 6.13337C11.5154 6.13337 12.3293 6.47052 12.9294 7.07063L14.0608 5.93926C13.1606 5.03909 11.9397 4.53337 10.6667 4.53337V6.13337ZM12.9294 7.07063C13.5295 7.67075 13.8667 8.48468 13.8667 9.33337H15.4667C15.4667 8.06033 14.9609 6.83944 14.0608 5.93926L12.9294 7.07063ZM13.8667 9.33337V14H15.4667V9.33337H13.8667ZM14.6667 13.2H12V14.8H14.6667V13.2ZM12.8 14V9.33337H11.2V14H12.8ZM12.8 9.33337C12.8 8.76758 12.5752 8.22496 12.1752 7.82488L11.0438 8.95625C11.1438 9.05627 11.2 9.19193 11.2 9.33337H12.8ZM12.1752 7.82488C11.7751 7.4248 11.2325 7.20004 10.6667 7.20004V8.80004C10.8081 8.80004 10.9438 8.85623 11.0438 8.95625L12.1752 7.82488ZM10.6667 7.20004C10.1009 7.20004 9.55824 7.4248 9.15817 7.82488L10.2895 8.95625C10.3896 8.85623 10.5252 8.80004 10.6667 8.80004V7.20004ZM9.15817 7.82488C8.75809 8.22496 8.53333 8.76758 8.53333 9.33337H10.1333C10.1333 9.19193 10.1895 9.05627 10.2895 8.95625L9.15817 7.82488ZM8.53333 9.33337V14H10.1333V9.33337H8.53333ZM9.33333 13.2H6.66666V14.8H9.33333V13.2ZM7.46666 14V9.33337H5.86666V14H7.46666ZM7.46666 9.33337C7.46666 8.48468 7.8038 7.67075 8.40392 7.07063L7.27255 5.93926C6.37237 6.83944 5.86666 8.06033 5.86666 9.33337H7.46666ZM8.40392 7.07063C9.00404 6.47052 9.81797 6.13337 10.6667 6.13337V4.53337C9.39362 4.53337 8.17272 5.03909 7.27255 5.93926L8.40392 7.07063ZM1.33333 6.80004H3.99999V5.20004H1.33333V6.80004ZM3.19999 6.00004V14H4.79999V6.00004H3.19999ZM3.99999 13.2H1.33333V14.8H3.99999V13.2ZM2.13333 14V6.00004H0.533328V14H2.13333ZM3.19999 2.66671C3.19999 2.96126 2.96121 3.20004 2.66666 3.20004V4.80004C3.84487 4.80004 4.79999 3.84491 4.79999 2.66671H3.19999ZM2.66666 3.20004C2.37211 3.20004 2.13333 2.96126 2.13333 2.66671H0.533328C0.533328 3.84491 1.48845 4.80004 2.66666 4.80004V3.20004ZM2.13333 2.66671C2.13333 2.37216 2.37211 2.13337 2.66666 2.13337V0.533374C1.48845 0.533374 0.533328 1.4885 0.533328 2.66671H2.13333ZM2.66666 2.13337C2.96121 2.13337 3.19999 2.37216 3.19999 2.66671H4.79999C4.79999 1.4885 3.84487 0.533374 2.66666 0.533374V2.13337Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconLinkedin, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13539", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLinkedin size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconList.tsx b/src/icons/IconList.tsx
index 142d06a..e39b10b 100644
--- a/src/icons/IconList.tsx
+++ b/src/icons/IconList.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconList = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H2.00667C2.42088 3.25 2.75667 3.58579 2.75667 4C2.75667 4.41421 2.42088 4.75 2.00667 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM4.58333 4C4.58333 3.58579 4.91912 3.25 5.33333 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H5.33333C4.91912 4.75 4.58333 4.41421 4.58333 4ZM1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H2.00667C2.42088 7.25 2.75667 7.58579 2.75667 8C2.75667 8.41421 2.42088 8.75 2.00667 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H14C14.4142 7.25 14.75 7.58579 14.75 8C14.75 8.41421 14.4142 8.75 14 8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H2.00667C2.42088 11.25 2.75667 11.5858 2.75667 12C2.75667 12.4142 2.42088 12.75 2.00667 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM4.58333 12C4.58333 11.5858 4.91912 11.25 5.33333 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H5.33333C4.91912 12.75 4.58333 12.4142 4.58333 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.33333 3.2C4.89151 3.2 4.53333 3.55817 4.53333 4C4.53333 4.44183 4.89151 4.8 5.33333 4.8V3.2ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM14 8.8C14.4418 8.8 14.8 8.44183 14.8 8C14.8 7.55817 14.4418 7.2 14 7.2V8.8ZM5.33333 11.2C4.89151 11.2 4.53333 11.5582 4.53333 12C4.53333 12.4418 4.89151 12.8 5.33333 12.8V11.2ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM2.00667 4.8C2.44849 4.8 2.80667 4.44183 2.80667 4C2.80667 3.55817 2.44849 3.2 2.00667 3.2V4.8ZM2 7.2C1.55817 7.2 1.2 7.55817 1.2 8C1.2 8.44183 1.55817 8.8 2 8.8V7.2ZM2.00667 8.8C2.44849 8.8 2.80667 8.44183 2.80667 8C2.80667 7.55817 2.44849 7.2 2.00667 7.2V8.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM2.00667 12.8C2.44849 12.8 2.80667 12.4418 2.80667 12C2.80667 11.5582 2.44849 11.2 2.00667 11.2V12.8ZM5.33333 4.8H14V3.2H5.33333V4.8ZM5.33333 8.8H14V7.2H5.33333V8.8ZM5.33333 12.8H14V11.2H5.33333V12.8ZM2 4.8H2.00667V3.2H2V4.8ZM2 8.8H2.00667V7.2H2V8.8ZM2 12.8H2.00667V11.2H2V12.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconList, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13538", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconList size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLoader.tsx b/src/icons/IconLoader.tsx
index bf647bc..2703a93 100644
--- a/src/icons/IconLoader.tsx
+++ b/src/icons/IconLoader.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLoader = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12722)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 0.583374C8.41425 0.583374 8.75004 0.91916 8.75004 1.33337V4.00004C8.75004 4.41425 8.41425 4.75004 8.00004 4.75004C7.58583 4.75004 7.25004 4.41425 7.25004 4.00004V1.33337C7.25004 0.91916 7.58583 0.583374 8.00004 0.583374ZM2.75638 2.75638C3.04927 2.46348 3.52414 2.46348 3.81704 2.75638L5.7037 4.64304C5.9966 4.93594 5.9966 5.41081 5.7037 5.7037C5.41081 5.9966 4.93594 5.9966 4.64304 5.7037L2.75638 3.81704C2.46348 3.52414 2.46348 3.04927 2.75638 2.75638ZM13.2437 2.75638C13.5366 3.04927 13.5366 3.52414 13.2437 3.81704L11.357 5.7037C11.0641 5.9966 10.5893 5.9966 10.2964 5.7037C10.0035 5.41081 10.0035 4.93594 10.2964 4.64304L12.183 2.75638C12.4759 2.46348 12.9508 2.46348 13.2437 2.75638ZM0.583374 8.00004C0.583374 7.58583 0.91916 7.25004 1.33337 7.25004H4.00004C4.41425 7.25004 4.75004 7.58583 4.75004 8.00004C4.75004 8.41425 4.41425 8.75004 4.00004 8.75004H1.33337C0.91916 8.75004 0.583374 8.41425 0.583374 8.00004ZM11.25 8.00004C11.25 7.58583 11.5858 7.25004 12 7.25004H14.6667C15.0809 7.25004 15.4167 7.58583 15.4167 8.00004C15.4167 8.41425 15.0809 8.75004 14.6667 8.75004H12C11.5858 8.75004 11.25 8.41425 11.25 8.00004ZM5.7037 10.2964C5.9966 10.5893 5.9966 11.0641 5.7037 11.357L3.81704 13.2437C3.52414 13.5366 3.04927 13.5366 2.75638 13.2437C2.46348 12.9508 2.46348 12.4759 2.75638 12.183L4.64304 10.2964C4.93594 10.0035 5.41081 10.0035 5.7037 10.2964ZM10.2964 10.2964C10.5893 10.0035 11.0641 10.0035 11.357 10.2964L13.2437 12.183C13.5366 12.4759 13.5366 12.9508 13.2437 13.2437C12.9508 13.5366 12.4759 13.5366 12.183 13.2437L10.2964 11.357C10.0035 11.0641 10.0035 10.5893 10.2964 10.2964ZM8.00004 11.25C8.41425 11.25 8.75004 11.5858 8.75004 12V14.6667C8.75004 15.0809 8.41425 15.4167 8.00004 15.4167C7.58583 15.4167 7.25004 15.0809 7.25004 14.6667V12C7.25004 11.5858 7.58583 11.25 8.00004 11.25Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12722"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15843)"><path d="M8.80004 1.33337C8.80004 0.891546 8.44187 0.533374 8.00004 0.533374C7.55821 0.533374 7.20004 0.891546 7.20004 1.33337H8.80004ZM7.20004 4.00004C7.20004 4.44187 7.55821 4.80004 8.00004 4.80004C8.44187 4.80004 8.80004 4.44187 8.80004 4.00004H7.20004ZM8.80004 12C8.80004 11.5582 8.44187 11.2 8.00004 11.2C7.55821 11.2 7.20004 11.5582 7.20004 12H8.80004ZM7.20004 14.6667C7.20004 15.1085 7.55821 15.4667 8.00004 15.4667C8.44187 15.4667 8.80004 15.1085 8.80004 14.6667H7.20004ZM3.85239 2.72102C3.53997 2.4086 3.03344 2.4086 2.72102 2.72102C2.4086 3.03344 2.4086 3.53997 2.72102 3.85239L3.85239 2.72102ZM4.60769 5.73906C4.92011 6.05148 5.42664 6.05148 5.73906 5.73906C6.05148 5.42664 6.05148 4.92011 5.73906 4.60769L4.60769 5.73906ZM11.3924 10.261C11.08 9.9486 10.5734 9.9486 10.261 10.261C9.9486 10.5734 9.9486 11.08 10.261 11.3924L11.3924 10.261ZM12.1477 13.2791C12.4601 13.5915 12.9666 13.5915 13.2791 13.2791C13.5915 12.9666 13.5915 12.4601 13.2791 12.1477L12.1477 13.2791ZM1.33337 7.20004C0.891546 7.20004 0.533374 7.55821 0.533374 8.00004C0.533374 8.44187 0.891546 8.80004 1.33337 8.80004V7.20004ZM4.00004 8.80004C4.44187 8.80004 4.80004 8.44187 4.80004 8.00004C4.80004 7.55821 4.44187 7.20004 4.00004 7.20004V8.80004ZM12 7.20004C11.5582 7.20004 11.2 7.55821 11.2 8.00004C11.2 8.44187 11.5582 8.80004 12 8.80004V7.20004ZM14.6667 8.80004C15.1085 8.80004 15.4667 8.44187 15.4667 8.00004C15.4667 7.55821 15.1085 7.20004 14.6667 7.20004V8.80004ZM2.72102 12.1477C2.4086 12.4601 2.4086 12.9666 2.72102 13.2791C3.03344 13.5915 3.53997 13.5915 3.85239 13.2791L2.72102 12.1477ZM5.73906 11.3924C6.05148 11.08 6.05148 10.5734 5.73906 10.261C5.42664 9.9486 4.92011 9.9486 4.60769 10.261L5.73906 11.3924ZM10.261 4.60769C9.9486 4.92011 9.9486 5.42664 10.261 5.73906C10.5734 6.05148 11.08 6.05148 11.3924 5.73906L10.261 4.60769ZM13.2791 3.85239C13.5915 3.53997 13.5915 3.03344 13.2791 2.72102C12.9666 2.4086 12.4601 2.4086 12.1477 2.72102L13.2791 3.85239ZM7.20004 1.33337V4.00004H8.80004V1.33337H7.20004ZM7.20004 12V14.6667H8.80004V12H7.20004ZM2.72102 3.85239L4.60769 5.73906L5.73906 4.60769L3.85239 2.72102L2.72102 3.85239ZM10.261 11.3924L12.1477 13.2791L13.2791 12.1477L11.3924 10.261L10.261 11.3924ZM1.33337 8.80004H4.00004V7.20004H1.33337V8.80004ZM12 8.80004H14.6667V7.20004H12V8.80004ZM3.85239 13.2791L5.73906 11.3924L4.60769 10.261L2.72102 12.1477L3.85239 13.2791ZM11.3924 5.73906L13.2791 3.85239L12.1477 2.72102L10.261 4.60769L11.3924 5.73906Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15843"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconLoader, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13541", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLoader size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLock.tsx b/src/icons/IconLock.tsx
index 1486961..e7e237f 100644
--- a/src/icons/IconLock.tsx
+++ b/src/icons/IconLock.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLock = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8 2.08337C7.31486 2.08337 6.65778 2.35555 6.17331 2.84001C5.68884 3.32448 5.41667 3.98156 5.41667 4.66671V6.58337H10.5833V4.66671C10.5833 3.98156 10.3112 3.32448 9.82669 2.84001C9.34222 2.35555 8.68514 2.08337 8 2.08337ZM12.0833 6.58337V4.66671C12.0833 3.58374 11.6531 2.54513 10.8874 1.77935C10.1216 1.01358 9.08297 0.583374 8 0.583374C6.91703 0.583374 5.87842 1.01358 5.11265 1.77935C4.34687 2.54513 3.91667 3.58374 3.91667 4.66671V6.58337H3.33333C2.18274 6.58337 1.25 7.51611 1.25 8.66671V13.3334C1.25 14.484 2.18274 15.4167 3.33333 15.4167H12.6667C13.8173 15.4167 14.75 14.484 14.75 13.3334V8.66671C14.75 7.51612 13.8173 6.58337 12.6667 6.58337H12.0833ZM3.33333 8.08337C3.01117 8.08337 2.75 8.34454 2.75 8.66671V13.3334C2.75 13.6555 3.01117 13.9167 3.33333 13.9167H12.6667C12.9888 13.9167 13.25 13.6555 13.25 13.3334V8.66671C13.25 8.34454 12.9888 8.08337 12.6667 8.08337H3.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.86667 7.33337C3.86667 7.7752 4.22484 8.13337 4.66667 8.13337C5.10849 8.13337 5.46667 7.7752 5.46667 7.33337H3.86667ZM4.66667 4.66671H3.86667H4.66667ZM8 1.33337V0.533374V1.33337ZM10.5333 7.33337C10.5333 7.7752 10.8915 8.13337 11.3333 8.13337C11.7752 8.13337 12.1333 7.7752 12.1333 7.33337H10.5333ZM3.33333 8.13337H12.6667V6.53337H3.33333V8.13337ZM12.6667 8.13337C12.9612 8.13337 13.2 8.37216 13.2 8.66671H14.8C14.8 7.4885 13.8449 6.53337 12.6667 6.53337V8.13337ZM13.2 8.66671V13.3334H14.8V8.66671H13.2ZM13.2 13.3334C13.2 13.6279 12.9612 13.8667 12.6667 13.8667V15.4667C13.8449 15.4667 14.8 14.5116 14.8 13.3334H13.2ZM12.6667 13.8667H3.33333V15.4667H12.6667V13.8667ZM3.33333 13.8667C3.03878 13.8667 2.8 13.6279 2.8 13.3334H1.2C1.2 14.5116 2.15513 15.4667 3.33333 15.4667V13.8667ZM2.8 13.3334V8.66671H1.2V13.3334H2.8ZM2.8 8.66671C2.8 8.37216 3.03878 8.13337 3.33333 8.13337V6.53337C2.15513 6.53337 1.2 7.4885 1.2 8.66671H2.8ZM5.46667 7.33337V4.66671H3.86667V7.33337H5.46667ZM5.46667 4.66671C5.46667 3.99483 5.73357 3.35046 6.20866 2.87537L5.07729 1.744C4.30214 2.51915 3.86667 3.57048 3.86667 4.66671H5.46667ZM6.20866 2.87537C6.68375 2.40028 7.32812 2.13337 8 2.13337V0.533374C6.90377 0.533374 5.85244 0.968849 5.07729 1.744L6.20866 2.87537ZM8 2.13337C8.67188 2.13337 9.31624 2.40028 9.79134 2.87537L10.9227 1.744C10.1476 0.968849 9.09623 0.533374 8 0.533374V2.13337ZM9.79134 2.87537C10.2664 3.35046 10.5333 3.99483 10.5333 4.66671H12.1333C12.1333 3.57048 11.6979 2.51915 10.9227 1.744L9.79134 2.87537ZM10.5333 4.66671V7.33337H12.1333V4.66671H10.5333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconLock, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13540", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLock size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLogIn.tsx b/src/icons/IconLogIn.tsx
index a4861a6..86eeaa4 100644
--- a/src/icons/IconLogIn.tsx
+++ b/src/icons/IconLogIn.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLogIn = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H10C9.58579 14.75 9.25 14.4142 9.25 14C9.25 13.5858 9.58579 13.25 10 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H10C9.58579 2.75 9.25 2.41421 9.25 2ZM6.13634 4.13634C6.42923 3.84344 6.9041 3.84344 7.197 4.13634L10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L7.197 11.8637C6.9041 12.1566 6.42923 12.1566 6.13634 11.8637C5.84344 11.5708 5.84344 11.0959 6.13634 10.803L8.18934 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H8.18934L6.13634 5.197C5.84344 4.9041 5.84344 4.42923 6.13634 4.13634Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10 1.2C9.55817 1.2 9.2 1.55817 9.2 2C9.2 2.44183 9.55817 2.8 10 2.8V1.2ZM12.6667 2V1.2V2ZM10 13.2C9.55817 13.2 9.2 13.5582 9.2 14C9.2 14.4418 9.55817 14.8 10 14.8V13.2ZM6.10098 10.7676C5.78856 11.0801 5.78856 11.5866 6.10098 11.899C6.4134 12.2114 6.91993 12.2114 7.23235 11.899L6.10098 10.7676ZM10 8L10.5657 8.56569C10.8781 8.25327 10.8781 7.74673 10.5657 7.43431L10 8ZM7.23235 4.10098C6.91993 3.78856 6.4134 3.78856 6.10098 4.10098C5.78856 4.4134 5.78856 4.91993 6.10098 5.23235L7.23235 4.10098ZM2 7.2C1.55817 7.2 1.2 7.55817 1.2 8C1.2 8.44183 1.55817 8.8 2 8.8V7.2ZM10 2.8H12.6667V1.2H10V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H10V14.8H12.6667V13.2ZM7.23235 11.899L10.5657 8.56569L9.43431 7.43431L6.10098 10.7676L7.23235 11.899ZM10.5657 7.43431L7.23235 4.10098L6.10098 5.23235L9.43431 8.56569L10.5657 7.43431ZM10 7.2H2V8.8H10V7.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconLogIn, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13542", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLogIn size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconLogOut.tsx b/src/icons/IconLogOut.tsx
index 9d9a457..1cae19d 100644
--- a/src/icons/IconLogOut.tsx
+++ b/src/icons/IconLogOut.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconLogOut = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H6C6.41421 13.25 6.75 13.5858 6.75 14C6.75 14.4142 6.41421 14.75 6 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H6C6.41421 1.25 6.75 1.58579 6.75 2C6.75 2.41421 6.41421 2.75 6 2.75H3.33333ZM10.1363 4.13634C10.4292 3.84344 10.9041 3.84344 11.197 4.13634L14.5303 7.46967C14.671 7.61032 14.75 7.80109 14.75 8C14.75 8.19891 14.671 8.38968 14.5303 8.53033L11.197 11.8637C10.9041 12.1566 10.4292 12.1566 10.1363 11.8637C9.84344 11.5708 9.84344 11.0959 10.1363 10.803L12.1893 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H12.1893L10.1363 5.197C9.84344 4.9041 9.84344 4.42923 10.1363 4.13634Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6 14.8C6.44183 14.8 6.8 14.4418 6.8 14C6.8 13.5582 6.44183 13.2 6 13.2V14.8ZM2 12.6667H1.2H2ZM3.33333 2V1.2V2ZM6 2.8C6.44183 2.8 6.8 2.44183 6.8 2C6.8 1.55817 6.44183 1.2 6 1.2V2.8ZM10.101 10.7676C9.78856 11.0801 9.78856 11.5866 10.101 11.899C10.4134 12.2114 10.9199 12.2114 11.2324 11.899L10.101 10.7676ZM14 8L14.5657 8.56569C14.8781 8.25327 14.8781 7.74673 14.5657 7.43431L14 8ZM11.2324 4.10098C10.9199 3.78856 10.4134 3.78856 10.101 4.10098C9.78856 4.4134 9.78856 4.91993 10.101 5.23235L11.2324 4.10098ZM6 7.2C5.55817 7.2 5.2 7.55817 5.2 8C5.2 8.44183 5.55817 8.8 6 8.8V7.2ZM6 13.2H3.33333V14.8H6V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H6V1.2H3.33333V2.8ZM11.2324 11.899L14.5657 8.56569L13.4343 7.43431L10.101 10.7676L11.2324 11.899ZM14.5657 7.43431L11.2324 4.10098L10.101 5.23235L13.4343 8.56569L14.5657 7.43431ZM14 7.2H6V8.8H14V7.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconLogOut, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13543", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconLogOut size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMail.tsx b/src/icons/IconMail.tsx
index e90923b..ccb23ca 100644
--- a/src/icons/IconMail.tsx
+++ b/src/icons/IconMail.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMail = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.18156 3.67829L7.99992 7.75113L13.8183 3.67829C13.7131 3.52123 13.534 3.41663 13.3333 3.41663H2.66659C2.4658 3.41663 2.28674 3.52123 2.18156 3.67829ZM13.9166 5.44045L8.43002 9.28105C8.17178 9.46182 7.82806 9.46182 7.56982 9.28105L2.08325 5.44045V12C2.08325 12.3191 2.34747 12.5833 2.66659 12.5833H13.3333C13.6524 12.5833 13.9166 12.3191 13.9166 12V5.44045ZM0.583252 3.99996C0.583252 2.85241 1.51904 1.91663 2.66659 1.91663H13.3333C14.4808 1.91663 15.4166 2.85241 15.4166 3.99996V12C15.4166 13.1475 14.4808 14.0833 13.3333 14.0833H2.66659C1.51904 14.0833 0.583252 13.1475 0.583252 12V3.99996Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.99992 8.66663L7.54115 9.32201C7.8166 9.51483 8.18323 9.51483 8.45869 9.32201L7.99992 8.66663ZM2.66659 3.46663H13.3333V1.86663H2.66659V3.46663ZM13.3333 3.46663C13.6248 3.46663 13.8666 3.70845 13.8666 3.99996H15.4666C15.4666 2.8248 14.5084 1.86663 13.3333 1.86663V3.46663ZM13.8666 3.99996V12H15.4666V3.99996H13.8666ZM13.8666 12C13.8666 12.2915 13.6248 12.5333 13.3333 12.5333V14.1333C14.5084 14.1333 15.4666 13.1751 15.4666 12H13.8666ZM13.3333 12.5333H2.66659V14.1333H13.3333V12.5333ZM2.66659 12.5333C2.37508 12.5333 2.13325 12.2915 2.13325 12H0.533252C0.533252 13.1751 1.49142 14.1333 2.66659 14.1333V12.5333ZM2.13325 12V3.99996H0.533252V12H2.13325ZM2.13325 3.99996C2.13325 3.70845 2.37508 3.46663 2.66659 3.46663V1.86663C1.49142 1.86663 0.533252 2.8248 0.533252 3.99996H2.13325ZM14.2078 3.34457L7.54115 8.01124L8.45869 9.32201L15.1254 4.65534L14.2078 3.34457ZM8.45869 8.01124L1.79202 3.34457L0.874482 4.65534L7.54115 9.32201L8.45869 8.01124Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMail, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13544", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMail size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMap.tsx b/src/icons/IconMap.tsx
index a4204eb..cdd9a31 100644
--- a/src/icons/IconMap.tsx
+++ b/src/icons/IconMap.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMap = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12538)"><path fillRule="evenodd" clipRule="evenodd" d="M4.96107 0.682192C5.17879 0.557778 5.44429 0.550408 5.66858 0.662554L10.6429 3.14971L14.9611 0.682192C15.1932 0.549548 15.4784 0.5505 15.7096 0.684692C15.9409 0.818883 16.0832 1.06602 16.0832 1.33337V12C16.0832 12.2692 15.939 12.5177 15.7053 12.6512L11.0386 15.3179C10.8209 15.4423 10.5554 15.4497 10.3311 15.3375L5.35677 12.8504L1.03861 15.3179C0.806481 15.4505 0.521295 15.4496 0.290059 15.3154C0.0588227 15.1812 -0.0834961 14.9341 -0.0834961 14.6667V4.00004C-0.0834961 3.7309 0.0607185 3.48239 0.2944 3.34886L4.96107 0.682192ZM6.08317 11.5365L9.9165 13.4532V4.46357L6.08317 2.5469V11.5365ZM4.58317 2.62576V11.5648L1.4165 13.3743V4.43528L4.58317 2.62576ZM11.4165 4.43528V13.3743L14.5832 11.5648V2.62576L11.4165 4.43528Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12538"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15855)"><path d="M0.666504 4.00004L0.269593 3.30545C0.0203328 3.44788 -0.133496 3.71296 -0.133496 4.00004H0.666504ZM0.666504 14.6667H-0.133496C-0.133496 14.9519 0.0183106 15.2155 0.264962 15.3586C0.511614 15.5018 0.815813 15.5028 1.06342 15.3613L0.666504 14.6667ZM10.6665 14.6667L10.3087 15.3822C10.548 15.5019 10.8312 15.494 11.0634 15.3613L10.6665 14.6667ZM15.3332 12L15.7301 12.6946C15.9793 12.5522 16.1332 12.2871 16.1332 12H15.3332ZM15.3332 1.33337H16.1332C16.1332 1.0482 15.9814 0.784584 15.7347 0.641446C15.4881 0.498308 15.1839 0.497292 14.9363 0.63878L15.3332 1.33337ZM5.33317 1.33337L5.69094 0.617832C5.4517 0.49821 5.1685 0.506071 4.93626 0.63878L5.33317 1.33337ZM-0.133496 4.00004V14.6667H1.4665V4.00004H-0.133496ZM1.06342 15.3613L5.73008 12.6946L4.93626 11.3054L0.269593 13.9721L1.06342 15.3613ZM4.9754 12.7156L10.3087 15.3822L11.0243 13.9512L5.69094 11.2845L4.9754 12.7156ZM11.0634 15.3613L15.7301 12.6946L14.9363 11.3054L10.2696 13.9721L11.0634 15.3613ZM16.1332 12V1.33337H14.5332V12H16.1332ZM14.9363 0.63878L10.2696 3.30545L11.0634 4.69464L15.7301 2.02797L14.9363 0.63878ZM11.0243 3.2845L5.69094 0.617832L4.9754 2.04892L10.3087 4.71558L11.0243 3.2845ZM4.93626 0.63878L0.269593 3.30545L1.06342 4.69464L5.73008 2.02797L4.93626 0.63878ZM4.53317 1.33337V12H6.13317V1.33337H4.53317ZM9.8665 4.00004V14.6667H11.4665V4.00004H9.8665Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15855"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMap, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13547", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMap size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMapPin.tsx b/src/icons/IconMapPin.tsx
index c9ca753..dbacee1 100644
--- a/src/icons/IconMapPin.tsx
+++ b/src/icons/IconMapPin.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMapPin = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12540)"><path fillRule="evenodd" clipRule="evenodd" d="M8 1.41663C6.60761 1.41663 5.27226 1.96975 4.28769 2.95432C3.30312 3.93888 2.75 5.27424 2.75 6.66663C2.75 8.6985 4.0743 10.6823 5.54446 12.2342C6.26421 12.9939 6.9865 13.6161 7.5297 14.0487C7.70883 14.1913 7.86782 14.3128 8 14.4112C8.13218 14.3128 8.29117 14.1913 8.4703 14.0487C9.0135 13.6161 9.73579 12.9939 10.4555 12.2342C11.9257 10.6823 13.25 8.6985 13.25 6.66663C13.25 5.27424 12.6969 3.93888 11.7123 2.95432C10.7277 1.96975 9.39239 1.41663 8 1.41663ZM8 15.3333C7.58397 15.9573 7.58379 15.9572 7.58358 15.9571L7.58304 15.9567L7.58156 15.9557L7.57697 15.9526L7.56139 15.9421C7.54821 15.9331 7.52948 15.9203 7.50559 15.9038C7.45781 15.8707 7.38932 15.8226 7.30307 15.7603C7.13064 15.6358 6.8868 15.4542 6.5953 15.2221C6.0135 14.7588 5.23579 14.0894 4.45554 13.2658C2.9257 11.6509 1.25 9.30142 1.25 6.66663C1.25 4.87641 1.96116 3.15953 3.22703 1.89366C4.4929 0.627785 6.20979 -0.083374 8 -0.083374C9.79021 -0.083374 11.5071 0.627785 12.773 1.89366C14.0388 3.15953 14.75 4.87641 14.75 6.66663C14.75 9.30142 13.0743 11.6509 11.5445 13.2658C10.7642 14.0894 9.9865 14.7588 9.4047 15.2221C9.1132 15.4542 8.86936 15.6358 8.69693 15.7603C8.61068 15.8226 8.54219 15.8707 8.49441 15.9038C8.47052 15.9203 8.45179 15.9331 8.43861 15.9421L8.42303 15.9526L8.41844 15.9557L8.41696 15.9567L8.41642 15.9571C8.41621 15.9572 8.41603 15.9573 8 15.3333ZM8 15.3333L8.41603 15.9573C8.1641 16.1253 7.8359 16.1253 7.58397 15.9573L8 15.3333ZM8 5.41663C7.30964 5.41663 6.75 5.97627 6.75 6.66663C6.75 7.35698 7.30964 7.91663 8 7.91663C8.69036 7.91663 9.25 7.35698 9.25 6.66663C9.25 5.97627 8.69036 5.41663 8 5.41663ZM5.25 6.66663C5.25 5.14784 6.48122 3.91663 8 3.91663C9.51878 3.91663 10.75 5.14784 10.75 6.66663C10.75 8.18541 9.51878 9.41663 8 9.41663C6.48122 9.41663 5.25 8.18541 5.25 6.66663Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12540"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15853)"><path d="M14 6.66663H14.8H14ZM8 15.3333L7.55624 15.9989C7.82496 16.1781 8.17504 16.1781 8.44376 15.9989L8 15.3333ZM2 6.66663H1.2H2ZM8 0.666626V1.46663V0.666626ZM13.2 6.66663C13.2 8.67841 11.8874 10.65 10.4192 12.1998C9.70151 12.9574 8.98107 13.578 8.43916 14.0096C8.16884 14.2248 7.94456 14.3917 7.78942 14.5038C7.71189 14.5598 7.65175 14.602 7.61189 14.6296C7.59196 14.6434 7.57712 14.6535 7.56772 14.6599C7.56302 14.6631 7.55969 14.6653 7.55776 14.6666C7.55679 14.6673 7.55618 14.6677 7.55592 14.6679C7.5558 14.6679 7.55576 14.668 7.55581 14.6679C7.55584 14.6679 7.55594 14.6678 7.55596 14.6678C7.55609 14.6678 7.55624 14.6677 8 15.3333C8.44376 15.9989 8.44396 15.9988 8.44418 15.9987C8.44428 15.9986 8.44453 15.9984 8.44474 15.9983C8.44515 15.998 8.44566 15.9977 8.44626 15.9973C8.44746 15.9965 8.44902 15.9954 8.45094 15.9941C8.45478 15.9915 8.46005 15.988 8.4667 15.9835C8.48001 15.9744 8.49886 15.9615 8.52288 15.9449C8.57091 15.9116 8.63967 15.8633 8.7262 15.8008C8.89919 15.6759 9.14366 15.4939 9.43584 15.2612C10.0189 14.7969 10.7985 14.1259 11.5808 13.3002C13.1126 11.6832 14.8 9.32151 14.8 6.66663H13.2ZM8 15.3333C8.44376 14.6677 8.44391 14.6678 8.44404 14.6678C8.44406 14.6678 8.44416 14.6679 8.44419 14.6679C8.44424 14.668 8.4442 14.6679 8.44408 14.6679C8.44382 14.6677 8.44321 14.6673 8.44224 14.6666C8.44031 14.6653 8.43698 14.6631 8.43228 14.6599C8.42288 14.6535 8.40804 14.6434 8.38811 14.6296C8.34825 14.602 8.28811 14.5598 8.21058 14.5038C8.05544 14.3917 7.83116 14.2248 7.56084 14.0096C7.01893 13.578 6.29849 12.9574 5.58076 12.1998C4.11259 10.65 2.8 8.67841 2.8 6.66663H1.2C1.2 9.32151 2.88741 11.6832 4.41924 13.3002C5.20151 14.1259 5.98107 14.7969 6.56416 15.2612C6.85634 15.4939 7.10081 15.6759 7.2738 15.8008C7.36033 15.8633 7.42909 15.9116 7.47712 15.9449C7.50114 15.9615 7.51999 15.9744 7.5333 15.9835C7.53995 15.988 7.54522 15.9915 7.54906 15.9941C7.55098 15.9954 7.55254 15.9965 7.55374 15.9973C7.55434 15.9977 7.55485 15.998 7.55526 15.9983C7.55547 15.9984 7.55572 15.9986 7.55582 15.9987C7.55604 15.9988 7.55624 15.9989 8 15.3333ZM2.8 6.66663C2.8 5.2875 3.34786 3.96486 4.32304 2.98967L3.19167 1.8583C1.91643 3.13355 1.2 4.86315 1.2 6.66663H2.8ZM4.32304 2.98967C5.29823 2.01448 6.62087 1.46663 8 1.46663V-0.133374C6.19653 -0.133374 4.46692 0.583052 3.19167 1.8583L4.32304 2.98967ZM8 1.46663C9.37913 1.46663 10.7018 2.01448 11.677 2.98967L12.8083 1.8583C11.5331 0.583052 9.80347 -0.133374 8 -0.133374V1.46663ZM11.677 2.98967C12.6521 3.96486 13.2 5.2875 13.2 6.66663H14.8C14.8 4.86315 14.0836 3.13355 12.8083 1.8583L11.677 2.98967ZM9.2 6.66663C9.2 7.32937 8.66274 7.86663 8 7.86663V9.46663C9.5464 9.46663 10.8 8.21302 10.8 6.66663H9.2ZM8 7.86663C7.33726 7.86663 6.8 7.32937 6.8 6.66663H5.2C5.2 8.21302 6.4536 9.46663 8 9.46663V7.86663ZM6.8 6.66663C6.8 6.00388 7.33726 5.46663 8 5.46663V3.86663C6.4536 3.86663 5.2 5.12023 5.2 6.66663H6.8ZM8 5.46663C8.66274 5.46663 9.2 6.00388 9.2 6.66663H10.8C10.8 5.12023 9.5464 3.86663 8 3.86663V5.46663Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15853"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMapPin, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13545", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMapPin size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMaximize.tsx b/src/icons/IconMaximize.tsx
index 9d0677f..aec02b3 100644
--- a/src/icons/IconMaximize.tsx
+++ b/src/icons/IconMaximize.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMaximize = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H5.33333C5.74755 1.25 6.08333 1.58579 6.08333 2C6.08333 2.41421 5.74755 2.75 5.33333 2.75H3.33333C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V5.33333C2.75 5.74755 2.41421 6.08333 2 6.08333C1.58579 6.08333 1.25 5.74755 1.25 5.33333V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019ZM9.91667 2C9.91667 1.58579 10.2525 1.25 10.6667 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V5.33333C14.75 5.74755 14.4142 6.08333 14 6.08333C13.5858 6.08333 13.25 5.74755 13.25 5.33333V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H10.6667C10.2525 2.75 9.91667 2.41421 9.91667 2ZM2 9.91667C2.41421 9.91667 2.75 10.2525 2.75 10.6667V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H5.33333C5.74755 13.25 6.08333 13.5858 6.08333 14C6.08333 14.4142 5.74755 14.75 5.33333 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V10.6667C1.25 10.2525 1.58579 9.91667 2 9.91667ZM14 9.91667C14.4142 9.91667 14.75 10.2525 14.75 10.6667V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H10.6667C10.2525 14.75 9.91667 14.4142 9.91667 14C9.91667 13.5858 10.2525 13.25 10.6667 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V10.6667C13.25 10.2525 13.5858 9.91667 14 9.91667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.33333 2.8C5.77516 2.8 6.13333 2.44183 6.13333 2C6.13333 1.55817 5.77516 1.2 5.33333 1.2V2.8ZM3.33333 2V1.2V2ZM2 3.33333H1.2H2ZM1.2 5.33333C1.2 5.77516 1.55817 6.13333 2 6.13333C2.44183 6.13333 2.8 5.77516 2.8 5.33333H1.2ZM13.2 5.33333C13.2 5.77516 13.5582 6.13333 14 6.13333C14.4418 6.13333 14.8 5.77516 14.8 5.33333H13.2ZM12.6667 2V1.2V2ZM10.6667 1.2C10.2248 1.2 9.86667 1.55817 9.86667 2C9.86667 2.44183 10.2248 2.8 10.6667 2.8V1.2ZM10.6667 13.2C10.2248 13.2 9.86667 13.5582 9.86667 14C9.86667 14.4418 10.2248 14.8 10.6667 14.8V13.2ZM14.8 10.6667C14.8 10.2248 14.4418 9.86667 14 9.86667C13.5582 9.86667 13.2 10.2248 13.2 10.6667H14.8ZM2.8 10.6667C2.8 10.2248 2.44183 9.86667 2 9.86667C1.55817 9.86667 1.2 10.2248 1.2 10.6667H2.8ZM2 12.6667H1.2H2ZM5.33333 14.8C5.77516 14.8 6.13333 14.4418 6.13333 14C6.13333 13.5582 5.77516 13.2 5.33333 13.2V14.8ZM5.33333 1.2H3.33333V2.8H5.33333V1.2ZM3.33333 1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2ZM1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484ZM1.2 3.33333V5.33333H2.8V3.33333H1.2ZM14.8 5.33333V3.33333H13.2V5.33333H14.8ZM14.8 3.33333C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8ZM14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484ZM12.6667 1.2H10.6667V2.8H12.6667V1.2ZM10.6667 14.8H12.6667V13.2H10.6667V14.8ZM12.6667 14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8ZM14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752ZM14.8 12.6667V10.6667H13.2V12.6667H14.8ZM1.2 10.6667V12.6667H2.8V10.6667H1.2ZM1.2 12.6667C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2ZM1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752ZM3.33333 14.8H5.33333V13.2H3.33333V14.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMaximize, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13548", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMaximize size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMaximize2.tsx b/src/icons/IconMaximize2.tsx
index 67e9b74..008e9c7 100644
--- a/src/icons/IconMaximize2.tsx
+++ b/src/icons/IconMaximize2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMaximize2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M10 2.75C9.58579 2.75 9.25 2.41421 9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V6C14.75 6.41421 14.4142 6.75 14 6.75C13.5858 6.75 13.25 6.41421 13.25 6V3.81066L9.86366 7.197C9.57077 7.48989 9.0959 7.48989 8.803 7.197C8.51011 6.9041 8.51011 6.42923 8.803 6.13634L12.1893 2.75H10ZM7.197 8.803C7.48989 9.0959 7.48989 9.57077 7.197 9.86366L3.81066 13.25H6C6.41421 13.25 6.75 13.5858 6.75 14C6.75 14.4142 6.41421 14.75 6 14.75H2C1.58579 14.75 1.25 14.4142 1.25 14V10C1.25 9.58579 1.58579 9.25 2 9.25C2.41421 9.25 2.75 9.58579 2.75 10V12.1893L6.13634 8.803C6.42923 8.51011 6.9041 8.51011 7.197 8.803Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10 1.2C9.55817 1.2 9.2 1.55817 9.2 2C9.2 2.44183 9.55817 2.8 10 2.8V1.2ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM13.2 6C13.2 6.44183 13.5582 6.8 14 6.8C14.4418 6.8 14.8 6.44183 14.8 6H13.2ZM6 14.8C6.44183 14.8 6.8 14.4418 6.8 14C6.8 13.5582 6.44183 13.2 6 13.2V14.8ZM2 14H1.2C1.2 14.4418 1.55817 14.8 2 14.8V14ZM2.8 10C2.8 9.55817 2.44183 9.2 2 9.2C1.55817 9.2 1.2 9.55817 1.2 10H2.8ZM8.76765 6.10098C8.45523 6.4134 8.45523 6.91993 8.76765 7.23235C9.08007 7.54477 9.5866 7.54477 9.89902 7.23235L8.76765 6.10098ZM7.23235 9.89902C7.54477 9.5866 7.54477 9.08007 7.23235 8.76765C6.91993 8.45523 6.4134 8.45523 6.10098 8.76765L7.23235 9.89902ZM10 2.8H14V1.2H10V2.8ZM13.2 2V6H14.8V2H13.2ZM6 13.2H2V14.8H6V13.2ZM2.8 14V10H1.2V14H2.8ZM13.4343 1.43431L8.76765 6.10098L9.89902 7.23235L14.5657 2.56569L13.4343 1.43431ZM2.56569 14.5657L7.23235 9.89902L6.10098 8.76765L1.43431 13.4343L2.56569 14.5657Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMaximize2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13546", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMaximize2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMeh.tsx b/src/icons/IconMeh.tsx
index 7489f42..91dcc5b 100644
--- a/src/icons/IconMeh.tsx
+++ b/src/icons/IconMeh.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMeh = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12852)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08337C4.73236 2.08337 2.08337 4.73236 2.08337 8.00004C2.08337 11.2677 4.73236 13.9167 8.00004 13.9167C11.2677 13.9167 13.9167 11.2677 13.9167 8.00004C13.9167 4.73236 11.2677 2.08337 8.00004 2.08337ZM0.583374 8.00004C0.583374 3.90393 3.90393 0.583374 8.00004 0.583374C12.0962 0.583374 15.4167 3.90393 15.4167 8.00004C15.4167 12.0962 12.0962 15.4167 8.00004 15.4167C3.90393 15.4167 0.583374 12.0962 0.583374 8.00004ZM5.25004 6.00004C5.25004 5.58583 5.58583 5.25004 6.00004 5.25004H6.00671C6.42092 5.25004 6.75671 5.58583 6.75671 6.00004C6.75671 6.41425 6.42092 6.75004 6.00671 6.75004H6.00004C5.58583 6.75004 5.25004 6.41425 5.25004 6.00004ZM9.25004 6.00004C9.25004 5.58583 9.58583 5.25004 10 5.25004H10.0067C10.4209 5.25004 10.7567 5.58583 10.7567 6.00004C10.7567 6.41425 10.4209 6.75004 10.0067 6.75004H10C9.58583 6.75004 9.25004 6.41425 9.25004 6.00004ZM4.58337 10C4.58337 9.58583 4.91916 9.25004 5.33337 9.25004H10.6667C11.0809 9.25004 11.4167 9.58583 11.4167 10C11.4167 10.4143 11.0809 10.75 10.6667 10.75H5.33337C4.91916 10.75 4.58337 10.4143 4.58337 10Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12852"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15861)"><path d="M5.33337 9.20004C4.89155 9.20004 4.53337 9.55821 4.53337 10C4.53337 10.4419 4.89155 10.8 5.33337 10.8V9.20004ZM10.6667 10.8C11.1085 10.8 11.4667 10.4419 11.4667 10C11.4667 9.55821 11.1085 9.20004 10.6667 9.20004V10.8ZM6.00004 5.20004C5.55821 5.20004 5.20004 5.55821 5.20004 6.00004C5.20004 6.44187 5.55821 6.80004 6.00004 6.80004V5.20004ZM6.00671 6.80004C6.44854 6.80004 6.80671 6.44187 6.80671 6.00004C6.80671 5.55821 6.44854 5.20004 6.00671 5.20004V6.80004ZM10 5.20004C9.55821 5.20004 9.20004 5.55821 9.20004 6.00004C9.20004 6.44187 9.55821 6.80004 10 6.80004V5.20004ZM10.0067 6.80004C10.4485 6.80004 10.8067 6.44187 10.8067 6.00004C10.8067 5.55821 10.4485 5.20004 10.0067 5.20004V6.80004ZM13.8667 8.00004C13.8667 11.2401 11.2401 13.8667 8.00004 13.8667V15.4667C12.1238 15.4667 15.4667 12.1238 15.4667 8.00004H13.8667ZM8.00004 13.8667C4.75997 13.8667 2.13337 11.2401 2.13337 8.00004H0.533374C0.533374 12.1238 3.87631 15.4667 8.00004 15.4667V13.8667ZM2.13337 8.00004C2.13337 4.75997 4.75997 2.13337 8.00004 2.13337V0.533374C3.87631 0.533374 0.533374 3.87631 0.533374 8.00004H2.13337ZM8.00004 2.13337C11.2401 2.13337 13.8667 4.75997 13.8667 8.00004H15.4667C15.4667 3.87631 12.1238 0.533374 8.00004 0.533374V2.13337ZM5.33337 10.8H10.6667V9.20004H5.33337V10.8ZM6.00004 6.80004H6.00671V5.20004H6.00004V6.80004ZM10 6.80004H10.0067V5.20004H10V6.80004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15861"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMeh, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13549", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMeh size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMenu.tsx b/src/icons/IconMenu.tsx
index 988de4c..7c4c2c8 100644
--- a/src/icons/IconMenu.tsx
+++ b/src/icons/IconMenu.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMenu = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H14C14.4142 7.25 14.75 7.58579 14.75 8C14.75 8.41421 14.4142 8.75 14 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 7.2C1.55817 7.2 1.2 7.55817 1.2 8C1.2 8.44183 1.55817 8.8 2 8.8V7.2ZM14 8.8C14.4418 8.8 14.8 8.44183 14.8 8C14.8 7.55817 14.4418 7.2 14 7.2V8.8ZM2 3.2C1.55817 3.2 1.2 3.55817 1.2 4C1.2 4.44183 1.55817 4.8 2 4.8V3.2ZM14 4.8C14.4418 4.8 14.8 4.44183 14.8 4C14.8 3.55817 14.4418 3.2 14 3.2V4.8ZM2 11.2C1.55817 11.2 1.2 11.5582 1.2 12C1.2 12.4418 1.55817 12.8 2 12.8V11.2ZM14 12.8C14.4418 12.8 14.8 12.4418 14.8 12C14.8 11.5582 14.4418 11.2 14 11.2V12.8ZM2 8.8H14V7.2H2V8.8ZM2 4.8H14V3.2H2V4.8ZM2 12.8H14V11.2H2V12.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMenu, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13551", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMenu size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMessageCircle.tsx b/src/icons/IconMessageCircle.tsx
index 1a21745..3c4e8d4 100644
--- a/src/icons/IconMessageCircle.tsx
+++ b/src/icons/IconMessageCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMessageCircle = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.3314 2.75002C7.56961 2.74803 6.81813 2.92601 6.13816 3.26947L6.13532 3.2709L6.13531 3.2709C5.31872 3.67902 4.63187 4.30643 4.15171 5.08286C3.67155 5.85929 3.41704 6.75407 3.41669 7.66698L3.41668 7.66864C3.4147 8.43043 3.59268 9.18191 3.93614 9.86188C4.02629 10.0404 4.04144 10.2475 3.9782 10.4372L3.18587 12.8142L5.56285 12.0218C5.75256 11.9586 5.95967 11.9737 6.13816 12.0639C6.81813 12.4074 7.56961 12.5853 8.3314 12.5834L8.33306 12.5834C9.24597 12.583 10.1407 12.3285 10.9172 11.8483C11.6936 11.3682 12.321 10.6813 12.7291 9.86473L12.7306 9.86188C13.074 9.18191 13.252 8.43043 13.25 7.66864L13.25 7.66669V7.35476C13.1791 6.15692 12.6713 5.0264 11.8225 4.17759C10.9736 3.32877 9.84312 2.82098 8.64528 2.75002H8.33335L8.3314 2.75002ZM8.33432 1.25002C7.33715 1.24757 6.35348 1.4805 5.4633 1.92985C4.3982 2.46251 3.50233 3.28106 2.87596 4.29391C2.24945 5.30698 1.9173 6.47443 1.91669 7.66556C1.91669 7.66529 1.91669 7.66501 1.91669 7.66473L2.66669 7.66669L1.91669 7.6664C1.91669 7.66612 1.91669 7.66584 1.91669 7.66556C1.91448 8.55629 2.10008 9.43625 2.45998 10.2484L1.28851 13.7628C1.19867 14.0323 1.26882 14.3295 1.46969 14.5303C1.67056 14.7312 1.96769 14.8014 2.23719 14.7115L5.75161 13.5401C6.56354 13.8998 7.4432 14.0854 8.33364 14.0834M14.75 7.66587V7.66669H14L14.75 7.66473C14.75 7.66511 14.75 7.66549 14.75 7.66587ZM14.75 7.66587V7.33335C14.75 7.31957 14.7496 7.3058 14.7489 7.29204C14.6621 5.71813 13.9977 4.23154 12.8831 3.11693C11.7685 2.00231 10.2819 1.33799 8.708 1.25116C8.69424 1.2504 8.68047 1.25002 8.66669 1.25002H8.33432" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 7.66669H13.2L13.2 7.66877L14 7.66669ZM13.4 10.2L12.6859 9.83933L12.6844 9.84237L13.4 10.2ZM8.33333 13.3334L8.33302 12.5333L8.33125 12.5334L8.33333 13.3334ZM5.8 12.7334L6.16068 12.0193C5.97029 11.9231 5.74937 11.907 5.54702 11.9744L5.8 12.7334ZM2 14L1.24105 13.747C1.14523 14.0345 1.22005 14.3514 1.43431 14.5657C1.64858 14.78 1.96551 14.8548 2.25298 14.759L2 14ZM3.26667 10.2L4.02561 10.453C4.09307 10.2506 4.07691 10.0297 3.98075 9.83934L3.26667 10.2ZM2.66667 7.66669L3.46667 7.66877L3.46667 7.667L2.66667 7.66669ZM5.8 2.60002L6.15765 3.31563L6.16068 3.3141L5.8 2.60002ZM8.33333 2.00002L8.33125 2.80002H8.33333V2.00002ZM8.66667 2.00002L8.71073 1.20123C8.69606 1.20042 8.68136 1.20002 8.66667 1.20002V2.00002ZM14 7.33335H14.8C14.8 7.31865 14.7996 7.30396 14.7988 7.28928L14 7.33335ZM13.2 7.66877C13.202 8.42268 13.0258 9.1664 12.6859 9.83934L14.1141 10.5607C14.5676 9.66282 14.8026 8.67051 14.8 7.6646L13.2 7.66877ZM12.6844 9.84237C12.2804 10.6507 11.6594 11.3305 10.8909 11.8058L11.7324 13.1666C12.7536 12.5351 13.5788 11.6317 14.1156 10.5577L12.6844 9.84237ZM10.8909 11.8058C10.1223 12.2811 9.23665 12.533 8.33302 12.5334L8.33364 14.1334C9.53435 14.1329 10.7112 13.7981 11.7324 13.1666L10.8909 11.8058ZM8.33125 12.5334C7.57734 12.5353 6.83362 12.3592 6.16068 12.0193L5.43932 13.4474C6.3372 13.901 7.32951 14.136 8.33542 14.1333L8.33125 12.5334ZM5.54702 11.9744L1.74702 13.2411L2.25298 14.759L6.05298 13.4923L5.54702 11.9744ZM2.75895 14.253L4.02561 10.453L2.50772 9.94704L1.24105 13.747L2.75895 14.253ZM3.98075 9.83934C3.64084 9.1664 3.4647 8.42268 3.46666 7.66877L1.86667 7.6646C1.86405 8.67051 2.09907 9.66282 2.55259 10.5607L3.98075 9.83934ZM3.46667 7.667C3.46702 6.76337 3.71894 5.87769 4.19422 5.10916L2.83341 4.26761C2.20188 5.28881 1.86713 6.46567 1.86667 7.66638L3.46667 7.667ZM4.19422 5.10916C4.66949 4.34063 5.34935 3.71959 6.15765 3.31562L5.44235 1.88442C4.36832 2.4212 3.46494 3.24641 2.83341 4.26761L4.19422 5.10916ZM6.16068 3.3141C6.83362 2.97419 7.57734 2.79805 8.33125 2.80002L8.33542 1.20002C7.32951 1.1974 6.3372 1.43242 5.43932 1.88594L6.16068 3.3141ZM8.33333 2.80002H8.66667V1.20002H8.33333V2.80002ZM8.6226 2.7988C9.81553 2.86462 10.9423 3.36813 11.7871 4.21294L12.9184 3.08157C11.7951 1.95825 10.2969 1.28874 8.71073 1.20123L8.6226 2.7988ZM11.7871 4.21294C12.6319 5.05775 13.1354 6.18449 13.2012 7.37742L14.7988 7.28928C14.7113 5.70308 14.0418 4.20489 12.9184 3.08157L11.7871 4.21294ZM13.2 7.33335V7.66669H14.8V7.33335H13.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMessageCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13550", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMessageCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMessageSquare.tsx b/src/icons/IconMessageSquare.tsx
index b17781a..aea3653 100644
--- a/src/icons/IconMessageSquare.tsx
+++ b/src/icons/IconMessageSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMessageSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.1893L4.13634 10.803C4.27699 10.6624 4.46775 10.5833 4.66667 10.5833H12.6667C12.8214 10.5833 12.9697 10.5219 13.0791 10.4125C13.1885 10.3031 13.25 10.1547 13.25 10V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H3.33333ZM1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V10C14.75 10.5525 14.5305 11.0824 14.1398 11.4731C13.7491 11.8638 13.2192 12.0833 12.6667 12.0833H4.97733L2.53033 14.5303C2.31583 14.7448 1.99324 14.809 1.71299 14.6929C1.43273 14.5768 1.25 14.3033 1.25 14V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4.66667 11.3333V10.5333C4.45449 10.5333 4.25101 10.6176 4.10098 10.7676L4.66667 11.3333ZM2 14H1.2C1.2 14.3236 1.39491 14.6153 1.69385 14.7391C1.99279 14.8629 2.33689 14.7945 2.56569 14.5657L2 14ZM3.33333 2V1.2V2ZM12.6667 2V1.2V2ZM13.2 10C13.2 10.1414 13.1438 10.2771 13.0438 10.3771L14.1752 11.5085C14.5752 11.1084 14.8 10.5658 14.8 10H13.2ZM13.0438 10.3771C12.9438 10.4771 12.8081 10.5333 12.6667 10.5333V12.1333C13.2325 12.1333 13.7751 11.9086 14.1752 11.5085L13.0438 10.3771ZM12.6667 10.5333H4.66667V12.1333H12.6667V10.5333ZM4.10098 10.7676L1.43431 13.4343L2.56569 14.5657L5.23235 11.899L4.10098 10.7676ZM2.8 14V3.33333H1.2V14H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V10H14.8V3.33333H13.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMessageSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13553", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMessageSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMic.tsx b/src/icons/IconMic.tsx
index e3d898a..c4e2b4c 100644
--- a/src/icons/IconMic.tsx
+++ b/src/icons/IconMic.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMic = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12683)"><path fillRule="evenodd" clipRule="evenodd" d="M6.05562 0.722082C6.57134 0.206357 7.27082 -0.083374 8.00016 -0.083374C8.72951 -0.083374 9.42898 0.206357 9.94471 0.722082C10.4604 1.23781 10.7502 1.93728 10.7502 2.66663V7.99996C10.7502 8.72931 10.4604 9.42878 9.94471 9.9445C9.42898 10.4602 8.72951 10.75 8.00016 10.75C7.27082 10.75 6.57134 10.4602 6.05562 9.9445C5.53989 9.42878 5.25016 8.72931 5.25016 7.99996V2.66663C5.25016 1.93728 5.53989 1.23781 6.05562 0.722082ZM8.00016 1.41663C7.66864 1.41663 7.3507 1.54832 7.11628 1.78274C6.88186 2.01716 6.75016 2.3351 6.75016 2.66663V7.99996C6.75016 8.33148 6.88186 8.64942 7.11628 8.88384C7.3507 9.11826 7.66864 9.24996 8.00016 9.24996C8.33168 9.24996 8.64963 9.11826 8.88405 8.88384C9.11847 8.64942 9.25016 8.33148 9.25016 7.99996V2.66663C9.25016 2.33511 9.11847 2.01716 8.88405 1.78274C8.64963 1.54832 8.33168 1.41663 8.00016 1.41663ZM3.3335 5.91663C3.74771 5.91663 4.0835 6.25241 4.0835 6.66663V7.99996C4.0835 9.03872 4.49614 10.0349 5.23066 10.7695C5.96518 11.504 6.9614 11.9166 8.00016 11.9166C9.03893 11.9166 10.0351 11.504 10.7697 10.7695C11.5042 10.0349 11.9168 9.03872 11.9168 7.99996V6.66663C11.9168 6.25241 12.2526 5.91663 12.6668 5.91663C13.081 5.91663 13.4168 6.25241 13.4168 6.66663V7.99996C13.4168 9.43655 12.8461 10.8143 11.8303 11.8301C10.993 12.6675 9.90964 13.2024 8.75016 13.3645V14.5833H10.6668C11.081 14.5833 11.4168 14.9191 11.4168 15.3333C11.4168 15.7475 11.081 16.0833 10.6668 16.0833H5.3335C4.91928 16.0833 4.5835 15.7475 4.5835 15.3333C4.5835 14.9191 4.91928 14.5833 5.3335 14.5833H7.25016V13.3645C6.09069 13.2024 5.00738 12.6675 4.17 11.8301C3.15418 10.8143 2.5835 9.43655 2.5835 7.99996V6.66663C2.5835 6.25241 2.91928 5.91663 3.3335 5.91663Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12683"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15871)"><path d="M8.00016 0.666626V-0.133374V0.666626ZM13.4668 6.66663C13.4668 6.2248 13.1087 5.86663 12.6668 5.86663C12.225 5.86663 11.8668 6.2248 11.8668 6.66663H13.4668ZM12.6668 7.99996H13.4668H12.6668ZM8.00016 12.6666V11.8666V12.6666ZM3.3335 7.99996H2.5335H3.3335ZM4.1335 6.66663C4.1335 6.2248 3.77532 5.86663 3.3335 5.86663C2.89167 5.86663 2.5335 6.2248 2.5335 6.66663H4.1335ZM7.20016 15.3333C7.20016 15.7751 7.55833 16.1333 8.00016 16.1333C8.44199 16.1333 8.80016 15.7751 8.80016 15.3333H7.20016ZM5.3335 14.5333C4.89167 14.5333 4.5335 14.8915 4.5335 15.3333C4.5335 15.7751 4.89167 16.1333 5.3335 16.1333V14.5333ZM10.6668 16.1333C11.1087 16.1333 11.4668 15.7751 11.4668 15.3333C11.4668 14.8915 11.1087 14.5333 10.6668 14.5333V16.1333ZM8.00016 -0.133374C7.25756 -0.133374 6.54537 0.161625 6.02026 0.686727L7.15163 1.8181C7.37668 1.59305 7.6819 1.46663 8.00016 1.46663V-0.133374ZM6.02026 0.686727C5.49516 1.21183 5.20016 1.92402 5.20016 2.66663H6.80016C6.80016 2.34837 6.92659 2.04314 7.15163 1.8181L6.02026 0.686727ZM5.20016 2.66663V7.99996H6.80016V2.66663H5.20016ZM5.20016 7.99996C5.20016 8.74256 5.49516 9.45476 6.02026 9.97986L7.15163 8.84849C6.92659 8.62344 6.80016 8.31822 6.80016 7.99996H5.20016ZM6.02026 9.97986C6.54537 10.505 7.25756 10.8 8.00016 10.8V9.19996C7.6819 9.19996 7.37668 9.07353 7.15163 8.84849L6.02026 9.97986ZM8.00016 10.8C8.74277 10.8 9.45496 10.505 9.98006 9.97986L8.84869 8.84849C8.62365 9.07353 8.31842 9.19996 8.00016 9.19996V10.8ZM9.98006 9.97986C10.5052 9.45476 10.8002 8.74257 10.8002 7.99996H9.20016C9.20016 8.31822 9.07373 8.62344 8.84869 8.84849L9.98006 9.97986ZM10.8002 7.99996V2.66663H9.20016V7.99996H10.8002ZM10.8002 2.66663C10.8002 1.92402 10.5052 1.21183 9.98006 0.686727L8.84869 1.8181C9.07373 2.04314 9.20016 2.34837 9.20016 2.66663H10.8002ZM9.98006 0.686727C9.45496 0.161625 8.74277 -0.133374 8.00016 -0.133374V1.46663C8.31842 1.46663 8.62365 1.59305 8.84869 1.8181L9.98006 0.686727ZM11.8668 6.66663V7.99996H13.4668V6.66663H11.8668ZM11.8668 7.99996C11.8668 9.02546 11.4594 10.009 10.7343 10.7341L11.8657 11.8655C12.8909 10.8403 13.4668 9.44981 13.4668 7.99996H11.8668ZM10.7343 10.7341C10.0092 11.4592 9.02567 11.8666 8.00016 11.8666V13.4666C9.45001 13.4666 10.8405 12.8907 11.8657 11.8655L10.7343 10.7341ZM8.00016 11.8666C6.97466 11.8666 5.99116 11.4592 5.26602 10.7341L4.13465 11.8655C5.15984 12.8907 6.55031 13.4666 8.00016 13.4666V11.8666ZM5.26602 10.7341C4.54088 10.009 4.1335 9.02546 4.1335 7.99996H2.5335C2.5335 9.44981 3.10945 10.8403 4.13465 11.8655L5.26602 10.7341ZM4.1335 7.99996V6.66663H2.5335V7.99996H4.1335ZM7.20016 12.6666V15.3333H8.80016V12.6666H7.20016ZM5.3335 16.1333H10.6668V14.5333H5.3335V16.1333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15871"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMic, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13555", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMic size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMicOff.tsx b/src/icons/IconMicOff.tsx
index 960d5ea..b804a60 100644
--- a/src/icons/IconMicOff.tsx
+++ b/src/icons/IconMicOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMicOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12690)"><path fillRule="evenodd" clipRule="evenodd" d="M6.36907 0.450565C6.91815 0.0460899 7.59793 -0.139936 8.27645 -0.0713982C8.95498 -0.00286072 9.58383 0.31535 10.0409 0.821459C10.498 1.32757 10.7508 1.98547 10.7501 2.66744V6.22669C10.7501 6.6409 10.4143 6.97669 10.0001 6.97669C9.58587 6.97669 9.25008 6.6409 9.25008 6.22669V2.66669C9.25039 2.3567 9.13551 2.0569 8.92774 1.82685C8.71996 1.5968 8.43412 1.45216 8.12571 1.42101C7.81729 1.38985 7.5083 1.47441 7.25871 1.65826C7.00913 1.84212 6.83677 2.11215 6.77508 2.41594C6.69266 2.82186 6.29677 3.08412 5.89084 3.00169C5.48491 2.91926 5.22266 2.52337 5.30508 2.11744C5.44079 1.44911 5.81999 0.85504 6.36907 0.450565ZM0.136418 0.136359C0.429311 -0.156534 0.904185 -0.156534 1.19708 0.136359L6.53015 5.46943C6.52997 5.46925 6.53032 5.4696 6.53015 5.46943L9.94355 8.88283C9.94338 8.88266 9.94373 8.88301 9.94355 8.88283L11.7147 10.654C11.7657 10.6841 11.814 10.7209 11.8583 10.7643C11.9064 10.8114 11.9468 10.8634 11.9795 10.9188L15.8637 14.803C16.1566 15.0959 16.1566 15.5708 15.8637 15.8637C15.5709 16.1566 15.096 16.1566 14.8031 15.8637L11.2824 12.343C10.6377 12.8341 9.88821 13.1764 9.08777 13.3405C8.97561 13.3635 8.86299 13.3829 8.75008 13.3986V14.5834H10.6667C11.081 14.5834 11.4167 14.9191 11.4167 15.3334C11.4167 15.7476 11.081 16.0834 10.6667 16.0834H5.33341C4.9192 16.0834 4.58341 15.7476 4.58341 15.3334C4.58341 14.9191 4.9192 14.5834 5.33341 14.5834H7.25008V13.3987C6.80063 13.3358 6.35847 13.2165 5.93441 13.0415C4.93656 12.6299 4.08444 11.9296 3.48738 11.0303C2.89084 10.1318 2.57609 9.07578 2.58341 7.99737V6.66669C2.58341 6.25248 2.9192 5.91669 3.33341 5.91669C3.74763 5.91669 4.08341 6.25248 4.08341 6.66669V8.00551C4.0777 8.78599 4.30529 9.55038 4.73701 10.2006C5.16874 10.8508 5.78488 11.3573 6.50641 11.6549C6.91826 11.8248 7.35372 11.9222 7.79385 11.9454C7.85937 11.9267 7.92855 11.9167 8.00008 11.9167C8.0716 11.9167 8.14077 11.9267 8.20629 11.9454C8.40048 11.9352 8.59443 11.9104 8.78653 11.871C9.29821 11.7661 9.78111 11.5605 10.2083 11.2689L9.33945 10.4001C9.09001 10.5392 8.81908 10.6393 8.53591 10.6956C8.00279 10.8015 7.45023 10.747 6.94803 10.5391C6.44583 10.3311 6.01652 9.97903 5.71431 9.52724C5.4121 9.07544 5.25056 8.54423 5.25008 8.00068L5.25008 6.31068L0.136418 1.19702C-0.156475 0.904126 -0.156475 0.429252 0.136418 0.136359ZM6.75008 7.81068L6.75008 7.99936C6.75008 7.99921 6.75008 7.99951 6.75008 7.99936C6.75039 8.24627 6.82381 8.48802 6.96109 8.69325C7.09846 8.89861 7.2936 9.05866 7.52188 9.15318C7.72876 9.23884 7.95444 9.26719 8.17532 9.23592L6.75008 7.81068ZM12.6667 5.91669C13.081 5.91669 13.4167 6.25248 13.4167 6.66669V8.00002C13.4165 8.31917 13.388 8.63833 13.3316 8.95246C13.2585 9.36017 12.8687 9.63138 12.461 9.55824C12.0533 9.48509 11.7821 9.09529 11.8552 8.68758C11.896 8.46044 11.9165 8.23014 11.9167 7.99937V6.66669C11.9167 6.25248 12.2525 5.91669 12.6667 5.91669Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12690"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15869)"><path d="M1.23243 0.101002C0.920014 -0.211418 0.413482 -0.211417 0.101063 0.101002C-0.211357 0.413421 -0.211357 0.919953 0.101063 1.23237L1.23243 0.101002ZM14.7677 15.899C15.0801 16.2115 15.5867 16.2115 15.8991 15.899C16.2115 15.5866 16.2115 15.0801 15.8991 14.7677L14.7677 15.899ZM6.80008 6.00002C6.80008 5.55819 6.44191 5.20002 6.00008 5.20002C5.55825 5.20002 5.20008 5.55819 5.20008 6.00002H6.80008ZM6.00008 8.00002H5.20008L5.20008 8.00072L6.00008 8.00002ZM9.97875 9.97939C10.2914 9.66717 10.2917 9.16063 9.97945 8.84802C9.66723 8.53541 9.16069 8.53509 8.84808 8.84732L9.97875 9.97939ZM9.20008 6.22669C9.20008 6.66852 9.55825 7.02669 10.0001 7.02669C10.4419 7.02669 10.8001 6.66852 10.8001 6.22669H9.20008ZM10.0001 2.66669L9.20008 2.66588V2.66669H10.0001ZM5.25608 2.10749C5.16816 2.54048 5.44789 2.96277 5.88089 3.05069C6.31388 3.13861 6.73616 2.85887 6.82408 2.42588L5.25608 2.10749ZM11.9049 11.8599C12.2141 11.5443 12.2089 11.0378 11.8933 10.7286C11.5777 10.4194 11.0712 10.4246 10.762 10.7402L11.9049 11.8599ZM3.33341 8.00002L4.13341 8.00587V8.00002H3.33341ZM4.13341 6.66669C4.13341 6.22486 3.77524 5.86669 3.33341 5.86669C2.89159 5.86669 2.53341 6.22486 2.53341 6.66669H4.13341ZM13.4667 6.66669C13.4667 6.22486 13.1086 5.86669 12.6667 5.86669C12.2249 5.86669 11.8667 6.22486 11.8667 6.66669H13.4667ZM12.6667 8.00002L13.4667 8.00072V8.00002H12.6667ZM11.806 8.67875C11.728 9.11364 12.0173 9.52943 12.4521 9.60745C12.887 9.68547 13.3028 9.39617 13.3808 8.96129L11.806 8.67875ZM8.80008 12.6667C8.80008 12.2249 8.44191 11.8667 8.00008 11.8667C7.55825 11.8667 7.20008 12.2249 7.20008 12.6667H8.80008ZM7.20008 15.3334C7.20008 15.7752 7.55825 16.1334 8.00008 16.1334C8.44191 16.1334 8.80008 15.7752 8.80008 15.3334H7.20008ZM5.33342 14.5334C4.89159 14.5334 4.53341 14.8915 4.53341 15.3334C4.53341 15.7752 4.89159 16.1334 5.33342 16.1334V14.5334ZM10.6667 16.1334C11.1086 16.1334 11.4667 15.7752 11.4667 15.3334C11.4667 14.8915 11.1086 14.5334 10.6667 14.5334V16.1334ZM0.101063 1.23237L14.7677 15.899L15.8991 14.7677L1.23243 0.101002L0.101063 1.23237ZM5.20008 6.00002V8.00002H6.80008V6.00002H5.20008ZM5.20008 8.00072C5.20057 8.55415 5.36505 9.09503 5.67275 9.55503L7.00265 8.66545C6.87078 8.4683 6.80029 8.2365 6.80008 7.99932L5.20008 8.00072ZM5.67275 9.55503C5.98045 10.015 6.41757 10.3735 6.9289 10.5853L7.541 9.10698C7.32186 9.01624 7.13453 8.86259 7.00265 8.66545L5.67275 9.55503ZM6.9289 10.5853C7.44023 10.797 8.00284 10.8524 8.54566 10.7446L8.2339 9.17526C8.00126 9.22148 7.76014 9.19771 7.541 9.10698L6.9289 10.5853ZM8.54566 10.7446C9.08848 10.6368 9.58717 10.3705 9.97875 9.97939L8.84808 8.84732C8.68026 9.01493 8.46654 9.12905 8.2339 9.17526L8.54566 10.7446ZM10.8001 6.22669V2.66669H9.20008V6.22669H10.8001ZM10.8001 2.66749C10.8008 1.97312 10.5434 1.30326 10.078 0.787945L8.89063 1.86036C9.09009 2.08121 9.20038 2.36829 9.20008 2.66588L10.8001 2.66749ZM10.078 0.787945C9.61262 0.272633 8.97234 -0.0513631 8.28148 -0.121147L8.12068 1.47075C8.41676 1.50066 8.69117 1.63952 8.89063 1.86036L10.078 0.787945ZM8.28148 -0.121147C7.59062 -0.19093 6.89848 -0.00152266 6.33942 0.410307L7.28837 1.69852C7.52797 1.52202 7.8246 1.44085 8.12068 1.47075L8.28148 -0.121147ZM6.33942 0.410307C5.78035 0.822136 5.39426 1.42701 5.25608 2.10749L6.82408 2.42588C6.8833 2.13425 7.04877 1.87502 7.28837 1.69852L6.33942 0.410307ZM10.762 10.7402C10.2227 11.2906 9.53133 11.6673 8.77649 11.8221L9.09782 13.3895C10.165 13.1707 11.1425 12.638 11.9049 11.8599L10.762 10.7402ZM8.77649 11.8221C8.02165 11.9768 7.23779 11.9025 6.52548 11.6087L5.91535 13.0878C6.92241 13.5032 8.03063 13.6082 9.09782 13.3895L8.77649 11.8221ZM6.52548 11.6087C5.81316 11.3148 5.20488 10.8149 4.77867 10.1729L3.44572 11.058C4.0483 11.9655 4.90828 12.6723 5.91535 13.0878L6.52548 11.6087ZM4.77867 10.1729C4.35246 9.53102 4.12776 8.77639 4.13339 8.00587L2.53344 7.99417C2.52547 9.08352 2.84315 10.1504 3.44572 11.058L4.77867 10.1729ZM4.13341 8.00002V6.66669H2.53341V8.00002H4.13341ZM11.8667 6.66669V8.00002H13.4667V6.66669H11.8667ZM11.8667 7.99932C11.8666 8.22715 11.8462 8.45451 11.806 8.67875L13.3808 8.96129C13.4377 8.64425 13.4665 8.32281 13.4667 8.00072L11.8667 7.99932ZM7.20008 12.6667V15.3334H8.80008V12.6667H7.20008ZM5.33342 16.1334H10.6667V14.5334H5.33342V16.1334Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15869"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMicOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13552", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMicOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMinimize.tsx b/src/icons/IconMinimize.tsx
index eee9989..9f8feaa 100644
--- a/src/icons/IconMinimize.tsx
+++ b/src/icons/IconMinimize.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMinimize = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.33333 1.25C5.74755 1.25 6.08333 1.58579 6.08333 2V4C6.08333 4.55253 5.86384 5.08244 5.47314 5.47314C5.08244 5.86384 4.55253 6.08333 4 6.08333H2C1.58579 6.08333 1.25 5.74755 1.25 5.33333C1.25 4.91912 1.58579 4.58333 2 4.58333H4C4.15471 4.58333 4.30308 4.52188 4.41248 4.41248C4.52188 4.30308 4.58333 4.15471 4.58333 4V2C4.58333 1.58579 4.91912 1.25 5.33333 1.25ZM10.6667 1.25C11.0809 1.25 11.4167 1.58579 11.4167 2V4C11.4167 4.15471 11.4781 4.30308 11.5875 4.41248C11.6969 4.52188 11.8453 4.58333 12 4.58333H14C14.4142 4.58333 14.75 4.91912 14.75 5.33333C14.75 5.74755 14.4142 6.08333 14 6.08333H12C11.4475 6.08333 10.9176 5.86384 10.5269 5.47314C10.1362 5.08244 9.91667 4.55254 9.91667 4V2C9.91667 1.58579 10.2525 1.25 10.6667 1.25ZM1.25 10.6667C1.25 10.2525 1.58579 9.91667 2 9.91667H4C4.55254 9.91667 5.08244 10.1362 5.47314 10.5269C5.86384 10.9176 6.08333 11.4475 6.08333 12V14C6.08333 14.4142 5.74755 14.75 5.33333 14.75C4.91912 14.75 4.58333 14.4142 4.58333 14V12C4.58333 11.8453 4.52188 11.6969 4.41248 11.5875C4.30308 11.4781 4.15471 11.4167 4 11.4167H2C1.58579 11.4167 1.25 11.0809 1.25 10.6667ZM12 11.4167C11.8453 11.4167 11.6969 11.4781 11.5875 11.5875C11.4781 11.6969 11.4167 11.8453 11.4167 12V14C11.4167 14.4142 11.0809 14.75 10.6667 14.75C10.2525 14.75 9.91667 14.4142 9.91667 14V12C9.91667 11.4475 10.1362 10.9176 10.5269 10.5269C10.9176 10.1362 11.4475 9.91667 12 9.91667H14C14.4142 9.91667 14.75 10.2525 14.75 10.6667C14.75 11.0809 14.4142 11.4167 14 11.4167H12Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.13333 2C6.13333 1.55817 5.77516 1.2 5.33333 1.2C4.89151 1.2 4.53333 1.55817 4.53333 2H6.13333ZM5.33333 4H6.13333H5.33333ZM4 5.33333V6.13333V5.33333ZM2 4.53333C1.55817 4.53333 1.2 4.89151 1.2 5.33333C1.2 5.77516 1.55817 6.13333 2 6.13333V4.53333ZM14 6.13333C14.4418 6.13333 14.8 5.77516 14.8 5.33333C14.8 4.89151 14.4418 4.53333 14 4.53333V6.13333ZM12 5.33333V6.13333V5.33333ZM10.6667 4H11.4667H10.6667ZM11.4667 2C11.4667 1.55817 11.1085 1.2 10.6667 1.2C10.2248 1.2 9.86667 1.55817 9.86667 2H11.4667ZM9.86667 14C9.86667 14.4418 10.2248 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86667ZM10.6667 12H11.4667H10.6667ZM12 10.6667V11.4667V10.6667ZM14 11.4667C14.4418 11.4667 14.8 11.1085 14.8 10.6667C14.8 10.2248 14.4418 9.86667 14 9.86667V11.4667ZM2 9.86667C1.55817 9.86667 1.2 10.2248 1.2 10.6667C1.2 11.1085 1.55817 11.4667 2 11.4667V9.86667ZM4 10.6667V11.4667V10.6667ZM5.33333 12H6.13333H5.33333ZM4.53333 14C4.53333 14.4418 4.89151 14.8 5.33333 14.8C5.77516 14.8 6.13333 14.4418 6.13333 14H4.53333ZM4.53333 2V4H6.13333V2H4.53333ZM4.53333 4C4.53333 4.14145 4.47714 4.2771 4.37712 4.37712L5.50849 5.50849C5.90857 5.10842 6.13333 4.56579 6.13333 4H4.53333ZM4.37712 4.37712C4.2771 4.47714 4.14145 4.53333 4 4.53333V6.13333C4.56579 6.13333 5.10842 5.90857 5.50849 5.50849L4.37712 4.37712ZM4 4.53333H2V6.13333H4V4.53333ZM14 4.53333H12V6.13333H14V4.53333ZM12 4.53333C11.8586 4.53333 11.7229 4.47714 11.6229 4.37712L10.4915 5.50849C10.8916 5.90857 11.4342 6.13333 12 6.13333V4.53333ZM11.6229 4.37712C11.5229 4.2771 11.4667 4.14145 11.4667 4H9.86667C9.86667 4.5658 10.0914 5.10842 10.4915 5.50849L11.6229 4.37712ZM11.4667 4V2H9.86667V4H11.4667ZM11.4667 14V12H9.86667V14H11.4667ZM11.4667 12C11.4667 11.8586 11.5229 11.7229 11.6229 11.6229L10.4915 10.4915C10.0914 10.8916 9.86667 11.4342 9.86667 12H11.4667ZM11.6229 11.6229C11.7229 11.5229 11.8586 11.4667 12 11.4667V9.86667C11.4342 9.86667 10.8916 10.0914 10.4915 10.4915L11.6229 11.6229ZM12 11.4667H14V9.86667H12V11.4667ZM2 11.4667H4V9.86667H2V11.4667ZM4 11.4667C4.14145 11.4667 4.2771 11.5229 4.37712 11.6229L5.50849 10.4915C5.10842 10.0914 4.5658 9.86667 4 9.86667V11.4667ZM4.37712 11.6229C4.47714 11.7229 4.53333 11.8586 4.53333 12H6.13333C6.13333 11.4342 5.90857 10.8916 5.50849 10.4915L4.37712 11.6229ZM4.53333 12V14H6.13333V12H4.53333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMinimize, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13557", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMinimize size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMinimize2.tsx b/src/icons/IconMinimize2.tsx
index eaaf71c..54e85e5 100644
--- a/src/icons/IconMinimize2.tsx
+++ b/src/icons/IconMinimize2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMinimize2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M14.5303 1.46967C14.8232 1.76256 14.8232 2.23744 14.5303 2.53033L11.144 5.91667H13.3333C13.7475 5.91667 14.0833 6.25245 14.0833 6.66667C14.0833 7.08088 13.7475 7.41667 13.3333 7.41667H9.33333C8.91912 7.41667 8.58333 7.08088 8.58333 6.66667V2.66667C8.58333 2.25245 8.91912 1.91667 9.33333 1.91667C9.74755 1.91667 10.0833 2.25245 10.0833 2.66667V4.85601L13.4697 1.46967C13.7626 1.17678 14.2374 1.17678 14.5303 1.46967ZM1.91667 9.33333C1.91667 8.91912 2.25245 8.58333 2.66667 8.58333H6.66667C7.08088 8.58333 7.41667 8.91912 7.41667 9.33333V13.3333C7.41667 13.7475 7.08088 14.0833 6.66667 14.0833C6.25245 14.0833 5.91667 13.7475 5.91667 13.3333V11.144L2.53033 14.5303C2.23744 14.8232 1.76256 14.8232 1.46967 14.5303C1.17678 14.2374 1.17678 13.7626 1.46967 13.4697L4.85601 10.0833H2.66667C2.25245 10.0833 1.91667 9.74755 1.91667 9.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.66667 8.53333C2.22484 8.53333 1.86667 8.89151 1.86667 9.33333C1.86667 9.77516 2.22484 10.1333 2.66667 10.1333V8.53333ZM6.66667 9.33333H7.46667C7.46667 8.89151 7.10849 8.53333 6.66667 8.53333V9.33333ZM5.86667 13.3333C5.86667 13.7752 6.22484 14.1333 6.66667 14.1333C7.10849 14.1333 7.46667 13.7752 7.46667 13.3333H5.86667ZM13.3333 7.46667C13.7752 7.46667 14.1333 7.10849 14.1333 6.66667C14.1333 6.22484 13.7752 5.86667 13.3333 5.86667V7.46667ZM9.33333 6.66667H8.53333C8.53333 7.10849 8.89151 7.46667 9.33333 7.46667V6.66667ZM10.1333 2.66667C10.1333 2.22484 9.77516 1.86667 9.33333 1.86667C8.89151 1.86667 8.53333 2.22484 8.53333 2.66667H10.1333ZM14.5657 2.56569C14.8781 2.25327 14.8781 1.74673 14.5657 1.43431C14.2533 1.1219 13.7467 1.1219 13.4343 1.43431L14.5657 2.56569ZM1.43431 13.4343C1.1219 13.7467 1.1219 14.2533 1.43431 14.5657C1.74673 14.8781 2.25327 14.8781 2.56569 14.5657L1.43431 13.4343ZM2.66667 10.1333H6.66667V8.53333H2.66667V10.1333ZM5.86667 9.33333V13.3333H7.46667V9.33333H5.86667ZM13.3333 5.86667H9.33333V7.46667H13.3333V5.86667ZM10.1333 6.66667V2.66667H8.53333V6.66667H10.1333ZM9.89902 7.23235L14.5657 2.56569L13.4343 1.43431L8.76765 6.10098L9.89902 7.23235ZM2.56569 14.5657L7.23235 9.89902L6.10098 8.76765L1.43431 13.4343L2.56569 14.5657Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMinimize2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13554", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMinimize2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMinus.tsx b/src/icons/IconMinus.tsx
index b662483..7f6134c 100644
--- a/src/icons/IconMinus.tsx
+++ b/src/icons/IconMinus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMinus = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.58337 8C2.58337 7.58579 2.91916 7.25 3.33337 7.25H12.6667C13.0809 7.25 13.4167 7.58579 13.4167 8C13.4167 8.41421 13.0809 8.75 12.6667 8.75H3.33337C2.91916 8.75 2.58337 8.41421 2.58337 8Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33337 7.2C2.89155 7.2 2.53337 7.55817 2.53337 8C2.53337 8.44183 2.89155 8.8 3.33337 8.8V7.2ZM12.6667 8.8C13.1085 8.8 13.4667 8.44183 13.4667 8C13.4667 7.55817 13.1085 7.2 12.6667 7.2V8.8ZM3.33337 8.8H12.6667V7.2H3.33337V8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMinus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13558", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMinus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMinusCircle.tsx b/src/icons/IconMinusCircle.tsx
index 565d9d4..3b3fdb6 100644
--- a/src/icons/IconMinusCircle.tsx
+++ b/src/icons/IconMinusCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMinusCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12679)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99998 2.08337C4.7323 2.08337 2.08331 4.73236 2.08331 8.00004C2.08331 11.2677 4.7323 13.9167 7.99998 13.9167C11.2677 13.9167 13.9166 11.2677 13.9166 8.00004C13.9166 4.73236 11.2677 2.08337 7.99998 2.08337ZM0.583313 8.00004C0.583313 3.90393 3.90387 0.583374 7.99998 0.583374C12.0961 0.583374 15.4166 3.90393 15.4166 8.00004C15.4166 12.0962 12.0961 15.4167 7.99998 15.4167C3.90387 15.4167 0.583313 12.0962 0.583313 8.00004ZM4.58331 8.00004C4.58331 7.58583 4.9191 7.25004 5.33331 7.25004H10.6666C11.0809 7.25004 11.4166 7.58583 11.4166 8.00004C11.4166 8.41425 11.0809 8.75004 10.6666 8.75004H5.33331C4.9191 8.75004 4.58331 8.41425 4.58331 8.00004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12679"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15877)"><path d="M5.33331 7.20004C4.89149 7.20004 4.53331 7.55821 4.53331 8.00004C4.53331 8.44187 4.89149 8.80004 5.33331 8.80004V7.20004ZM10.6666 8.80004C11.1085 8.80004 11.4666 8.44187 11.4666 8.00004C11.4666 7.55821 11.1085 7.20004 10.6666 7.20004V8.80004ZM13.8666 8.00004C13.8666 11.2401 11.2401 13.8667 7.99998 13.8667V15.4667C12.1237 15.4667 15.4666 12.1238 15.4666 8.00004H13.8666ZM7.99998 13.8667C4.75991 13.8667 2.13331 11.2401 2.13331 8.00004H0.533313C0.533313 12.1238 3.87625 15.4667 7.99998 15.4667V13.8667ZM2.13331 8.00004C2.13331 4.75997 4.75991 2.13337 7.99998 2.13337V0.533374C3.87625 0.533374 0.533313 3.87631 0.533313 8.00004H2.13331ZM7.99998 2.13337C11.2401 2.13337 13.8666 4.75997 13.8666 8.00004H15.4666C15.4666 3.87631 12.1237 0.533374 7.99998 0.533374V2.13337ZM5.33331 8.80004H10.6666V7.20004H5.33331V8.80004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15877"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMinusCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13556", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMinusCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMinusSquare.tsx b/src/icons/IconMinusSquare.tsx
index 851526e..04bc32c 100644
--- a/src/icons/IconMinusSquare.tsx
+++ b/src/icons/IconMinusSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMinusSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H10.6667C11.0809 7.25 11.4167 7.58579 11.4167 8C11.4167 8.41421 11.0809 8.75 10.6667 8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM10.6667 8.8C11.1085 8.8 11.4667 8.44183 11.4667 8C11.4667 7.55817 11.1085 7.2 10.6667 7.2V8.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.33333 8.8H10.6667V7.2H5.33333V8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMinusSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13559", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMinusSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMonitor.tsx b/src/icons/IconMonitor.tsx
index 9b0f766..e528cb1 100644
--- a/src/icons/IconMonitor.tsx
+++ b/src/icons/IconMonitor.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMonitor = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66659 2.75C2.34442 2.75 2.08325 3.01117 2.08325 3.33333V10C2.08325 10.3222 2.34442 10.5833 2.66659 10.5833H7.99871C7.99911 10.5833 7.99952 10.5833 7.99992 10.5833C8.00032 10.5833 8.00072 10.5833 8.00113 10.5833H13.3333C13.6554 10.5833 13.9166 10.3222 13.9166 10V3.33333C13.9166 3.01117 13.6554 2.75 13.3333 2.75H2.66659ZM8.74992 12.0833H13.3333C14.4838 12.0833 15.4166 11.1506 15.4166 10V3.33333C15.4166 2.18274 14.4838 1.25 13.3333 1.25H2.66659C1.51599 1.25 0.583252 2.18274 0.583252 3.33333V10C0.583252 11.1506 1.51599 12.0833 2.66659 12.0833H7.24992V13.25H5.33325C4.91904 13.25 4.58325 13.5858 4.58325 14C4.58325 14.4142 4.91904 14.75 5.33325 14.75H10.6666C11.0808 14.75 11.4166 14.4142 11.4166 14C11.4166 13.5858 11.0808 13.25 10.6666 13.25H8.74992V12.0833Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.33325 13.2C4.89142 13.2 4.53325 13.5582 4.53325 14C4.53325 14.4418 4.89142 14.8 5.33325 14.8V13.2ZM10.6666 14.8C11.1084 14.8 11.4666 14.4418 11.4666 14C11.4666 13.5582 11.1084 13.2 10.6666 13.2V14.8ZM8.79992 11.3333C8.79992 10.8915 8.44175 10.5333 7.99992 10.5333C7.55809 10.5333 7.19992 10.8915 7.19992 11.3333H8.79992ZM7.19992 14C7.19992 14.4418 7.55809 14.8 7.99992 14.8C8.44175 14.8 8.79992 14.4418 8.79992 14H7.19992ZM2.66659 2.8H13.3333V1.2H2.66659V2.8ZM13.3333 2.8C13.6278 2.8 13.8666 3.03878 13.8666 3.33333H15.4666C15.4666 2.15513 14.5115 1.2 13.3333 1.2V2.8ZM13.8666 3.33333V10H15.4666V3.33333H13.8666ZM13.8666 10C13.8666 10.2946 13.6278 10.5333 13.3333 10.5333V12.1333C14.5115 12.1333 15.4666 11.1782 15.4666 10H13.8666ZM13.3333 10.5333H2.66659V12.1333H13.3333V10.5333ZM2.66659 10.5333C2.37203 10.5333 2.13325 10.2946 2.13325 10H0.533252C0.533252 11.1782 1.48838 12.1333 2.66659 12.1333V10.5333ZM2.13325 10V3.33333H0.533252V10H2.13325ZM2.13325 3.33333C2.13325 3.03878 2.37203 2.8 2.66659 2.8V1.2C1.48838 1.2 0.533252 2.15513 0.533252 3.33333H2.13325ZM5.33325 14.8H10.6666V13.2H5.33325V14.8ZM7.19992 11.3333V14H8.79992V11.3333H7.19992Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMonitor, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13561", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMonitor size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMoon.tsx b/src/icons/IconMoon.tsx
index 75cf7b8..6845404 100644
--- a/src/icons/IconMoon.tsx
+++ b/src/icons/IconMoon.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMoon = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.12665 1.63178C8.27179 1.88932 8.25211 2.20809 8.07639 2.44582C7.51878 3.20021 7.25045 4.12968 7.32021 5.06518C7.38998 6.00068 7.79319 6.88008 8.45653 7.54341C9.11987 8.20675 9.99926 8.60997 10.9348 8.67973C11.8703 8.7495 12.7997 8.48117 13.5541 7.92356C13.7919 7.74784 14.1106 7.72816 14.3682 7.8733C14.6257 8.01844 14.774 8.30133 14.7468 8.59569C14.6288 9.87235 14.1496 11.089 13.3654 12.1033C12.5812 13.1176 11.5244 13.8875 10.3185 14.3231C9.11269 14.7587 7.80774 14.8418 6.55638 14.5628C5.30502 14.2837 4.159 13.6541 3.25242 12.7475C2.34584 11.841 1.71621 10.6949 1.43718 9.44357C1.15816 8.19221 1.24129 6.88726 1.67685 5.68142C2.11241 4.47558 2.88238 3.41872 3.89666 2.63451C4.91095 1.8503 6.1276 1.37117 7.40425 1.25319C7.69862 1.22599 7.98151 1.37424 8.12665 1.63178ZM6.07432 3.10056C5.62515 3.28036 5.20076 3.52228 4.81416 3.82119C4.02527 4.43113 3.4264 5.25313 3.08763 6.191C2.74887 7.12888 2.68421 8.14384 2.90123 9.11712C3.11825 10.0904 3.60797 10.9818 4.31308 11.6869C5.0182 12.392 5.90954 12.8817 6.88283 13.0987C7.85611 13.3157 8.87107 13.2511 9.80894 12.9123C10.7468 12.5735 11.5688 11.9747 12.1788 11.1858C12.4777 10.7992 12.7196 10.3748 12.8994 9.92563C12.2353 10.1413 11.5305 10.2283 10.8232 10.1756C9.52944 10.0791 8.31325 9.52146 7.39587 8.60407C6.47849 7.68669 5.92085 6.47051 5.82437 5.17673C5.77162 4.46945 5.85861 3.76466 6.07432 3.10056Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.9999 8.52667L14.7965 8.60028C14.8256 8.28629 14.6674 7.98455 14.3927 7.82973C14.118 7.67491 13.778 7.6959 13.5244 7.88333L13.9999 8.52667ZM7.47327 2L8.1166 2.47553C8.30403 2.22195 8.32503 1.88193 8.17021 1.60722C8.01539 1.33251 7.71364 1.17438 7.39965 1.20339L7.47327 2ZM13.2033 8.45305C13.1124 9.43655 12.7433 10.3738 12.1392 11.1552L13.405 12.1339C14.195 11.1121 14.6777 9.88639 14.7965 8.60028L13.2033 8.45305ZM12.1392 11.1552C11.5351 11.9366 10.7209 12.5297 9.79196 12.8653L10.3355 14.3701C11.5503 13.9313 12.615 13.1557 13.405 12.1339L12.1392 11.1552ZM9.79196 12.8653C8.86301 13.2008 7.85772 13.2649 6.89371 13.0499L6.5455 14.6116C7.80613 14.8926 9.12074 14.8089 10.3355 14.3701L9.79196 12.8653ZM6.89371 13.0499C5.92969 12.835 5.04684 12.3499 4.34844 11.6515L3.21707 12.7829C4.13036 13.6962 5.28486 14.3305 6.5455 14.6116L6.89371 13.0499ZM4.34844 11.6515C3.65004 10.9531 3.16498 10.0702 2.95003 9.10623L1.38838 9.45444C1.66947 10.7151 2.30377 11.8696 3.21707 12.7829L4.34844 11.6515ZM2.95003 9.10623C2.73508 8.14221 2.79912 7.13692 3.13466 6.20798L1.62982 5.66442C1.19104 6.87919 1.10729 8.19381 1.38838 9.45444L2.95003 9.10623ZM3.13466 6.20798C3.4702 5.27903 4.06336 4.46486 4.84474 3.86073L3.86608 2.59494C2.84428 3.38496 2.06861 4.44965 1.62982 5.66442L3.13466 6.20798ZM4.84474 3.86073C5.62612 3.2566 6.56339 2.88749 7.54688 2.79661L7.39965 1.20339C6.11354 1.32225 4.88788 1.80492 3.86608 2.59494L4.84474 3.86073ZM6.82994 1.52447C6.05165 2.57741 5.67713 3.87471 5.7745 5.18044L7.37007 5.06145C7.3012 4.13789 7.5661 3.22028 8.1166 2.47553L6.82994 1.52447ZM5.7745 5.18044C5.87188 6.48616 6.43467 7.71357 7.36052 8.63942L8.49189 7.50805C7.83702 6.85318 7.43895 5.98501 7.37007 5.06145L5.7745 5.18044ZM7.36052 8.63942C8.28637 9.56527 9.51377 10.1281 10.8195 10.2254L10.9385 8.62986C10.0149 8.56099 9.14676 8.16292 8.49189 7.50805L7.36052 8.63942ZM10.8195 10.2254C12.1252 10.3228 13.4225 9.94828 14.4755 9.17L13.5244 7.88333C12.7796 8.43383 11.862 8.69873 10.9385 8.62986L10.8195 10.2254Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMoon, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13560", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMoon size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMoreHorizontal.tsx b/src/icons/IconMoreHorizontal.tsx
index 5209cfb..7cac2e7 100644
--- a/src/icons/IconMoreHorizontal.tsx
+++ b/src/icons/IconMoreHorizontal.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMoreHorizontal = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33341 8.08337C3.37944 8.08337 3.41675 8.04606 3.41675 8.00004C3.41675 7.95402 3.37944 7.91671 3.33341 7.91671C3.28739 7.91671 3.25008 7.95402 3.25008 8.00004C3.25008 8.04606 3.28739 8.08337 3.33341 8.08337ZM1.91675 8.00004C1.91675 7.21764 2.55101 6.58337 3.33341 6.58337C4.11582 6.58337 4.75008 7.21764 4.75008 8.00004C4.75008 8.78244 4.11582 9.41671 3.33341 9.41671C2.55101 9.41671 1.91675 8.78244 1.91675 8.00004ZM8.00008 8.08337C8.04611 8.08337 8.08342 8.04606 8.08342 8.00004C8.08342 7.95402 8.04611 7.91671 8.00008 7.91671C7.95406 7.91671 7.91675 7.95402 7.91675 8.00004C7.91675 8.04606 7.95406 8.08337 8.00008 8.08337ZM6.58342 8.00004C6.58342 7.21764 7.21768 6.58337 8.00008 6.58337C8.78248 6.58337 9.41675 7.21764 9.41675 8.00004C9.41675 8.78244 8.78248 9.41671 8.00008 9.41671C7.21768 9.41671 6.58342 8.78244 6.58342 8.00004ZM12.6667 8.08337C12.7128 8.08337 12.7501 8.04606 12.7501 8.00004C12.7501 7.95402 12.7128 7.91671 12.6667 7.91671C12.6207 7.91671 12.5834 7.95402 12.5834 8.00004C12.5834 8.04606 12.6207 8.08337 12.6667 8.08337ZM11.2501 8.00004C11.2501 7.21764 11.8843 6.58337 12.6667 6.58337C13.4492 6.58337 14.0834 7.21764 14.0834 8.00004C14.0834 8.78244 13.4492 9.41671 12.6667 9.41671C11.8843 9.41671 11.2501 8.78244 11.2501 8.00004Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.86675 8.00004C7.86675 7.9264 7.92644 7.86671 8.00008 7.86671V9.46671C8.8101 9.46671 9.46675 8.81006 9.46675 8.00004H7.86675ZM8.00008 7.86671C8.07372 7.86671 8.13341 7.9264 8.13341 8.00004H6.53341C6.53341 8.81006 7.19006 9.46671 8.00008 9.46671V7.86671ZM8.13341 8.00004C8.13341 8.07368 8.07372 8.13337 8.00008 8.13337V6.53337C7.19006 6.53337 6.53341 7.19002 6.53341 8.00004H8.13341ZM8.00008 8.13337C7.92644 8.13337 7.86675 8.07368 7.86675 8.00004H9.46675C9.46675 7.19002 8.8101 6.53337 8.00008 6.53337V8.13337ZM12.5334 8.00004C12.5334 7.9264 12.5931 7.86671 12.6667 7.86671V9.46671C13.4768 9.46671 14.1334 8.81006 14.1334 8.00004H12.5334ZM12.6667 7.86671C12.7404 7.86671 12.8001 7.9264 12.8001 8.00004H11.2001C11.2001 8.81006 11.8567 9.46671 12.6667 9.46671V7.86671ZM12.8001 8.00004C12.8001 8.07368 12.7404 8.13337 12.6667 8.13337V6.53337C11.8567 6.53337 11.2001 7.19002 11.2001 8.00004H12.8001ZM12.6667 8.13337C12.5931 8.13337 12.5334 8.07368 12.5334 8.00004H14.1334C14.1334 7.19002 13.4768 6.53337 12.6667 6.53337V8.13337ZM3.20008 8.00004C3.20008 7.9264 3.25978 7.86671 3.33341 7.86671V9.46671C4.14343 9.46671 4.80008 8.81006 4.80008 8.00004H3.20008ZM3.33341 7.86671C3.40705 7.86671 3.46675 7.9264 3.46675 8.00004H1.86675C1.86675 8.81006 2.5234 9.46671 3.33341 9.46671V7.86671ZM3.46675 8.00004C3.46675 8.07368 3.40705 8.13337 3.33341 8.13337V6.53337C2.5234 6.53337 1.86675 7.19002 1.86675 8.00004H3.46675ZM3.33341 8.13337C3.25978 8.13337 3.20008 8.07368 3.20008 8.00004H4.80008C4.80008 7.19002 4.14343 6.53337 3.33341 6.53337V8.13337Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMoreHorizontal, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13563", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMoreHorizontal size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMoreVertical.tsx b/src/icons/IconMoreVertical.tsx
index 1597464..cac3897 100644
--- a/src/icons/IconMoreVertical.tsx
+++ b/src/icons/IconMoreVertical.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMoreVertical = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 3.41663C8.04619 3.41663 8.0835 3.37932 8.0835 3.33329C8.0835 3.28727 8.04619 3.24996 8.00016 3.24996C7.95414 3.24996 7.91683 3.28727 7.91683 3.33329C7.91683 3.37932 7.95414 3.41663 8.00016 3.41663ZM6.5835 3.33329C6.5835 2.55089 7.21776 1.91663 8.00016 1.91663C8.78257 1.91663 9.41683 2.55089 9.41683 3.33329C9.41683 4.1157 8.78257 4.74996 8.00016 4.74996C7.21776 4.74996 6.5835 4.1157 6.5835 3.33329ZM8.00016 8.08329C8.04619 8.08329 8.0835 8.04598 8.0835 7.99996C8.0835 7.95394 8.04619 7.91663 8.00016 7.91663C7.95414 7.91663 7.91683 7.95394 7.91683 7.99996C7.91683 8.04598 7.95414 8.08329 8.00016 8.08329ZM6.5835 7.99996C6.5835 7.21756 7.21776 6.58329 8.00016 6.58329C8.78257 6.58329 9.41683 7.21756 9.41683 7.99996C9.41683 8.78236 8.78257 9.41663 8.00016 9.41663C7.21776 9.41663 6.5835 8.78236 6.5835 7.99996ZM8.00016 12.75C8.04619 12.75 8.0835 12.7127 8.0835 12.6666C8.0835 12.6206 8.04619 12.5833 8.00016 12.5833C7.95414 12.5833 7.91683 12.6206 7.91683 12.6666C7.91683 12.7127 7.95414 12.75 8.00016 12.75ZM6.5835 12.6666C6.5835 11.8842 7.21776 11.25 8.00016 11.25C8.78257 11.25 9.41683 11.8842 9.41683 12.6666C9.41683 13.449 8.78257 14.0833 8.00016 14.0833C7.21776 14.0833 6.5835 13.449 6.5835 12.6666Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.86683 7.99996C7.86683 7.92632 7.92653 7.86663 8.00016 7.86663V9.46663C8.81018 9.46663 9.46683 8.80998 9.46683 7.99996H7.86683ZM8.00016 7.86663C8.0738 7.86663 8.1335 7.92632 8.1335 7.99996H6.5335C6.5335 8.80998 7.19015 9.46663 8.00016 9.46663V7.86663ZM8.1335 7.99996C8.1335 8.0736 8.0738 8.13329 8.00016 8.13329V6.53329C7.19014 6.53329 6.5335 7.18994 6.5335 7.99996H8.1335ZM8.00016 8.13329C7.92652 8.13329 7.86683 8.0736 7.86683 7.99996H9.46683C9.46683 7.18994 8.81018 6.53329 8.00016 6.53329V8.13329ZM7.86683 3.33329C7.86683 3.25965 7.92652 3.19996 8.00016 3.19996V4.79996C8.81018 4.79996 9.46683 4.14331 9.46683 3.33329H7.86683ZM8.00016 3.19996C8.0738 3.19996 8.1335 3.25965 8.1335 3.33329H6.5335C6.5335 4.14331 7.19015 4.79996 8.00016 4.79996V3.19996ZM8.1335 3.33329C8.1335 3.40693 8.0738 3.46663 8.00016 3.46663V1.86663C7.19015 1.86663 6.5335 2.52327 6.5335 3.33329H8.1335ZM8.00016 3.46663C7.92652 3.46663 7.86683 3.40693 7.86683 3.33329H9.46683C9.46683 2.52327 8.81018 1.86663 8.00016 1.86663V3.46663ZM7.86683 12.6666C7.86683 12.593 7.92653 12.5333 8.00016 12.5333V14.1333C8.81018 14.1333 9.46683 13.4766 9.46683 12.6666H7.86683ZM8.00016 12.5333C8.0738 12.5333 8.1335 12.593 8.1335 12.6666H6.5335C6.5335 13.4766 7.19015 14.1333 8.00016 14.1333V12.5333ZM8.1335 12.6666C8.1335 12.7403 8.0738 12.8 8.00016 12.8V11.2C7.19014 11.2 6.5335 11.8566 6.5335 12.6666H8.1335ZM8.00016 12.8C7.92652 12.8 7.86683 12.7403 7.86683 12.6666H9.46683C9.46683 11.8566 8.81018 11.2 8.00016 11.2V12.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMoreVertical, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13562", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMoreVertical size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMousePointer.tsx b/src/icons/IconMousePointer.tsx
index 463b8ce..a028235 100644
--- a/src/icons/IconMousePointer.tsx
+++ b/src/icons/IconMousePointer.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMousePointer = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.46969 1.46969C1.68459 1.2548 2.00792 1.19083 2.28845 1.3077L13.6018 6.02104C13.8898 6.14102 14.0734 6.42678 14.0629 6.7386C14.0524 7.05042 13.85 7.32317 13.5546 7.42351L9.76969 8.70903L13.197 12.1364C13.4899 12.4293 13.4899 12.9041 13.197 13.197C12.9041 13.4899 12.4293 13.4899 12.1364 13.197L8.70903 9.76969L7.42351 13.5546C7.32317 13.85 7.05042 14.0524 6.7386 14.0629C6.42678 14.0734 6.14102 13.8898 6.02104 13.6018L1.3077 2.28845C1.19083 2.00792 1.2548 1.68459 1.46969 1.46969ZM3.39274 3.39274L6.64191 11.1917L7.67653 8.14549C7.75149 7.92479 7.92479 7.75149 8.14549 7.67653L11.1917 6.64191L3.39274 3.39274Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 2L2.30766 1.26153C2.00843 1.13686 1.66354 1.20509 1.43431 1.43431C1.20509 1.66354 1.13686 2.00843 1.26153 2.30766L2 2ZM6.71333 13.3133L5.97486 13.621C6.10285 13.9282 6.40765 14.1241 6.74026 14.1129C7.07287 14.1017 7.3638 13.8857 7.47083 13.5706L6.71333 13.3133ZM8.38667 8.38667L8.12938 7.62917C7.89398 7.70912 7.70912 7.89398 7.62917 8.12938L8.38667 8.38667ZM13.3133 6.71333L13.5706 7.47083C13.8857 7.3638 14.1017 7.07287 14.1129 6.74026C14.1241 6.40765 13.9282 6.10285 13.621 5.97486L13.3133 6.71333ZM9.23235 8.10098C8.91993 7.78856 8.4134 7.78856 8.10098 8.10098C7.78856 8.4134 7.78856 8.91993 8.10098 9.23235L9.23235 8.10098ZM12.101 13.2324C12.4134 13.5448 12.9199 13.5448 13.2324 13.2324C13.5448 12.9199 13.5448 12.4134 13.2324 12.101L12.101 13.2324ZM1.26153 2.30766L5.97486 13.621L7.45181 13.0057L2.73847 1.69234L1.26153 2.30766ZM7.47083 13.5706L9.14417 8.64395L7.62917 8.12938L5.95583 13.056L7.47083 13.5706ZM8.64395 9.14417L13.5706 7.47083L13.056 5.95583L8.12938 7.62917L8.64395 9.14417ZM13.621 5.97486L2.30766 1.26153L1.69234 2.73847L13.0057 7.45181L13.621 5.97486ZM8.10098 9.23235L12.101 13.2324L13.2324 12.101L9.23235 8.10098L8.10098 9.23235Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMousePointer, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13565", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMousePointer size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMove.tsx b/src/icons/IconMove.tsx
index 8862e35..3d37359 100644
--- a/src/icons/IconMove.tsx
+++ b/src/icons/IconMove.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMove = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12856)"><path fillRule="evenodd" clipRule="evenodd" d="M7.46967 0.803044C7.76256 0.510151 8.23743 0.510151 8.53033 0.803044L10.5303 2.80304C10.8232 3.09594 10.8232 3.57081 10.5303 3.8637C10.2374 4.1566 9.76256 4.1566 9.46967 3.8637L8.75 3.14403V7.25004H12.856L12.1363 6.53037C11.8434 6.23748 11.8434 5.7626 12.1363 5.46971C12.4292 5.17682 12.9041 5.17682 13.197 5.46971L15.197 7.46971C15.4899 7.7626 15.4899 8.23748 15.197 8.53037L13.197 10.5304C12.9041 10.8233 12.4292 10.8233 12.1363 10.5304C11.8434 10.2375 11.8434 9.7626 12.1363 9.46971L12.856 8.75004H8.75V12.856L9.46967 12.1364C9.76256 11.8435 10.2374 11.8435 10.5303 12.1364C10.8232 12.4293 10.8232 12.9041 10.5303 13.197L8.53033 15.197C8.23743 15.4899 7.76256 15.4899 7.46967 15.197L5.46967 13.197C5.17677 12.9041 5.17677 12.4293 5.46967 12.1364C5.76256 11.8435 6.23743 11.8435 6.53033 12.1364L7.25 12.856V8.75004H3.14399L3.86366 9.46971C4.15655 9.7626 4.15655 10.2375 3.86366 10.5304C3.57077 10.8233 3.09589 10.8233 2.803 10.5304L0.802998 8.53037C0.510105 8.23748 0.510105 7.7626 0.802998 7.46971L2.803 5.46971C3.09589 5.17682 3.57077 5.17682 3.86366 5.46971C4.15655 5.7626 4.15655 6.23748 3.86366 6.53037L3.14399 7.25004H7.25V3.14403L6.53033 3.8637C6.23743 4.1566 5.76256 4.1566 5.46967 3.8637C5.17677 3.57081 5.17677 3.09594 5.46967 2.80304L7.46967 0.803044Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12856"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15893)"><path d="M3.89901 6.56573C4.21143 6.25331 4.21143 5.74677 3.89901 5.43436C3.58659 5.12194 3.08006 5.12194 2.76764 5.43436L3.89901 6.56573ZM1.33333 8.00004L0.767643 7.43436C0.455223 7.74677 0.455223 8.25331 0.767643 8.56573L1.33333 8.00004ZM2.76764 10.5657C3.08006 10.8781 3.58659 10.8781 3.89901 10.5657C4.21143 10.2533 4.21143 9.74677 3.89901 9.43435L2.76764 10.5657ZM5.43431 2.76769C5.12189 3.08011 5.12189 3.58664 5.43431 3.89906C5.74673 4.21148 6.25326 4.21148 6.56568 3.89906L5.43431 2.76769ZM7.99999 1.33337L8.56568 0.767689C8.25326 0.455269 7.74673 0.455269 7.43431 0.767689L7.99999 1.33337ZM9.43431 3.89906C9.74673 4.21148 10.2533 4.21148 10.5657 3.89906C10.8781 3.58664 10.8781 3.08011 10.5657 2.76769L9.43431 3.89906ZM10.5657 13.2324C10.8781 12.92 10.8781 12.4134 10.5657 12.101C10.2533 11.7886 9.74673 11.7886 9.43431 12.101L10.5657 13.2324ZM7.99999 14.6667L7.43431 15.2324C7.74673 15.5448 8.25326 15.5448 8.56568 15.2324L7.99999 14.6667ZM6.56568 12.101C6.25326 11.7886 5.74673 11.7886 5.43431 12.101C5.12189 12.4134 5.12189 12.92 5.43431 13.2324L6.56568 12.101ZM13.2323 5.43436C12.9199 5.12194 12.4134 5.12194 12.101 5.43436C11.7886 5.74677 11.7886 6.25331 12.101 6.56573L13.2323 5.43436ZM14.6667 8.00004L15.2323 8.56573C15.5448 8.25331 15.5448 7.74677 15.2323 7.43436L14.6667 8.00004ZM12.101 9.43435C11.7886 9.74677 11.7886 10.2533 12.101 10.5657C12.4134 10.8781 12.9199 10.8781 13.2323 10.5657L12.101 9.43435ZM2.76764 5.43436L0.767643 7.43436L1.89901 8.56573L3.89901 6.56573L2.76764 5.43436ZM0.767643 8.56573L2.76764 10.5657L3.89901 9.43435L1.89901 7.43436L0.767643 8.56573ZM6.56568 3.89906L8.56568 1.89906L7.43431 0.767689L5.43431 2.76769L6.56568 3.89906ZM7.43431 1.89906L9.43431 3.89906L10.5657 2.76769L8.56568 0.767689L7.43431 1.89906ZM9.43431 12.101L7.43431 14.101L8.56568 15.2324L10.5657 13.2324L9.43431 12.101ZM8.56568 14.101L6.56568 12.101L5.43431 13.2324L7.43431 15.2324L8.56568 14.101ZM12.101 6.56573L14.101 8.56573L15.2323 7.43436L13.2323 5.43436L12.101 6.56573ZM14.101 7.43436L12.101 9.43435L13.2323 10.5657L15.2323 8.56573L14.101 7.43436ZM1.33333 8.80004H14.6667V7.20004H1.33333V8.80004ZM7.19999 1.33337V14.6667H8.79999V1.33337H7.19999Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15893"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconMove, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13564", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMove size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconMusic.tsx b/src/icons/IconMusic.tsx
index a85d1db..038b8e2 100644
--- a/src/icons/IconMusic.tsx
+++ b/src/icons/IconMusic.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconMusic = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M14.4848 1.42774C14.653 1.57024 14.75 1.77954 14.75 2.00001V10.6667C14.75 12.1855 13.5188 13.4167 12 13.4167C10.4812 13.4167 9.25 12.1855 9.25 10.6667C9.25 9.14789 10.4812 7.91667 12 7.91667C12.4501 7.91667 12.875 8.02481 13.25 8.21653V2.88535L6.75 3.96868V12C6.75 13.5188 5.51878 14.75 4 14.75C2.48122 14.75 1.25 13.5188 1.25 12C1.25 10.4812 2.48122 9.25001 4 9.25001C4.45011 9.25001 4.87497 9.35814 5.25 9.54986V3.33334C5.25 2.96671 5.51506 2.65382 5.8767 2.59354L13.8767 1.26021C14.0942 1.22397 14.3166 1.28524 14.4848 1.42774ZM5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12ZM13.25 10.6667C13.25 9.97632 12.6904 9.41667 12 9.41667C11.3096 9.41667 10.75 9.97632 10.75 10.6667C10.75 11.357 11.3096 11.9167 12 11.9167C12.6904 11.9167 13.25 11.357 13.25 10.6667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6 3.33333L5.86848 2.54422C5.48273 2.60851 5.2 2.94226 5.2 3.33333H6ZM14 2H14.8C14.8 1.76484 14.6965 1.54159 14.5171 1.38958C14.3377 1.23758 14.1004 1.17222 13.8685 1.21088L14 2ZM6.8 12V3.33333H5.2V12H6.8ZM6.13152 4.12245L14.1315 2.78912L13.8685 1.21088L5.86848 2.54422L6.13152 4.12245ZM13.2 2V10.6667H14.8V2H13.2ZM5.2 12C5.2 12.6627 4.66274 13.2 4 13.2V14.8C5.5464 14.8 6.8 13.5464 6.8 12H5.2ZM4 13.2C3.33726 13.2 2.8 12.6627 2.8 12H1.2C1.2 13.5464 2.4536 14.8 4 14.8V13.2ZM2.8 12C2.8 11.3373 3.33726 10.8 4 10.8V9.2C2.4536 9.2 1.2 10.4536 1.2 12H2.8ZM4 10.8C4.66274 10.8 5.2 11.3373 5.2 12H6.8C6.8 10.4536 5.5464 9.2 4 9.2V10.8ZM13.2 10.6667C13.2 11.3294 12.6627 11.8667 12 11.8667V13.4667C13.5464 13.4667 14.8 12.2131 14.8 10.6667H13.2ZM12 11.8667C11.3373 11.8667 10.8 11.3294 10.8 10.6667H9.2C9.2 12.2131 10.4536 13.4667 12 13.4667V11.8667ZM10.8 10.6667C10.8 10.0039 11.3373 9.46667 12 9.46667V7.86667C10.4536 7.86667 9.2 9.12027 9.2 10.6667H10.8ZM12 9.46667C12.6627 9.46667 13.2 10.0039 13.2 10.6667H14.8C14.8 9.12027 13.5464 7.86667 12 7.86667V9.46667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconMusic, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13567", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconMusic size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconNavigation.tsx b/src/icons/IconNavigation.tsx
index 6371b0d..d56e319 100644
--- a/src/icons/IconNavigation.tsx
+++ b/src/icons/IconNavigation.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconNavigation = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M15.197 0.802943C15.4211 1.02707 15.4802 1.36789 15.3445 1.65434L9.34449 14.321C9.20888 14.6073 8.90802 14.7775 8.59278 14.7463C8.27754 14.7151 8.01591 14.4892 7.93908 14.1818L6.71489 9.28507L1.81812 8.06088C1.51079 7.98405 1.28488 7.72242 1.25367 7.40718C1.22245 7.09194 1.39267 6.79108 1.67895 6.65547L14.3456 0.65547C14.6321 0.519784 14.9729 0.578819 15.197 0.802943ZM4.21503 7.11394L7.51525 7.939C7.78397 8.00618 7.99378 8.21599 8.06096 8.4847L8.88601 11.7849L13.0899 2.91006L4.21503 7.11394Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 7.33337L1.65753 6.61038C1.35216 6.75503 1.1706 7.07595 1.20389 7.4122C1.23719 7.74846 1.47816 8.02753 1.80597 8.10949L2 7.33337ZM14.6667 1.33337L15.3897 1.67584C15.5344 1.3703 15.4714 1.00675 15.2324 0.767689C14.9933 0.528622 14.6297 0.465652 14.3242 0.610384L14.6667 1.33337ZM8.66667 14L7.89055 14.1941C7.9725 14.5219 8.25158 14.7629 8.58784 14.7961C8.92409 14.8294 9.24501 14.6479 9.38966 14.3425L8.66667 14ZM7.33333 8.66671L8.10945 8.47268C8.03779 8.18605 7.81399 7.96225 7.52736 7.89059L7.33333 8.66671ZM2.34247 8.05636L15.0091 2.05636L14.3242 0.610384L1.65753 6.61038L2.34247 8.05636ZM13.9437 0.990905L7.94368 13.6576L9.38966 14.3425L15.3897 1.67584L13.9437 0.990905ZM9.44278 13.806L8.10945 8.47268L6.55722 8.86073L7.89055 14.1941L9.44278 13.806ZM7.52736 7.89059L2.19403 6.55726L1.80597 8.10949L7.1393 9.44282L7.52736 7.89059Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconNavigation, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13568", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconNavigation size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconNavigation2.tsx b/src/icons/IconNavigation2.tsx
index 80e2be9..26e0080 100644
--- a/src/icons/IconNavigation2.tsx
+++ b/src/icons/IconNavigation2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconNavigation2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.99996 0.583374C8.31418 0.583374 8.59509 0.779248 8.70371 1.07409L13.3704 13.7408C13.4794 14.0366 13.3917 14.3689 13.1511 14.5725C12.9105 14.7762 12.5682 14.8076 12.2945 14.6512L7.99996 12.1972L3.70539 14.6512C3.4317 14.8076 3.08942 14.7762 2.8488 14.5725C2.60817 14.3689 2.52056 14.0366 2.62953 13.7408L7.2962 1.07409C7.40483 0.779248 7.68574 0.583374 7.99996 0.583374ZM4.74882 12.3274L7.62785 10.6822C7.85843 10.5504 8.14149 10.5504 8.37206 10.6822L11.2511 12.3273L7.99996 3.50285L4.74882 12.3274Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.00004 1.33337L8.75071 1.05681C8.63485 0.742307 8.33521 0.533374 8.00004 0.533374C7.66487 0.533374 7.36524 0.742307 7.24937 1.05681L8.00004 1.33337ZM12.6667 14L12.2698 14.6946C12.5617 14.8615 12.9268 14.8279 13.1835 14.6107C13.4402 14.3935 13.5336 14.039 13.4174 13.7235L12.6667 14ZM8.00004 11.3334L8.39695 10.6388C8.15101 10.4982 7.84908 10.4982 7.60313 10.6388L8.00004 11.3334ZM3.33337 14L2.5827 13.7235C2.46646 14.039 2.55991 14.3935 2.81658 14.6107C3.07325 14.8279 3.43835 14.8615 3.73029 14.6946L3.33337 14ZM7.24937 1.60994L11.916 14.2766L13.4174 13.7235L8.75071 1.05681L7.24937 1.60994ZM13.0636 13.3054L8.39695 10.6388L7.60313 12.028L12.2698 14.6946L13.0636 13.3054ZM7.60313 10.6388L2.93646 13.3054L3.73029 14.6946L8.39695 12.028L7.60313 10.6388ZM4.08405 14.2766L8.75071 1.60994L7.24937 1.05681L2.5827 13.7235L4.08405 14.2766Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconNavigation2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13566", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconNavigation2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconOctagon.tsx b/src/icons/IconOctagon.tsx
index 67e7d7c..e11054f 100644
--- a/src/icons/IconOctagon.tsx
+++ b/src/icons/IconOctagon.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconOctagon = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12174)"><path fillRule="evenodd" clipRule="evenodd" d="M4.70959 0.803044C4.85024 0.662392 5.04101 0.583374 5.23992 0.583374H10.7599C10.9588 0.583374 11.1496 0.662392 11.2902 0.803044L15.1969 4.70971C15.3376 4.85036 15.4166 5.04113 15.4166 5.24004V10.76C15.4166 10.959 15.3376 11.1497 15.1969 11.2904L11.2902 15.197C11.1496 15.3377 10.9588 15.4167 10.7599 15.4167H5.23992C5.04101 15.4167 4.85024 15.3377 4.70959 15.197L0.802922 11.2904C0.66227 11.1497 0.583252 10.959 0.583252 10.76V5.24004C0.583252 5.04113 0.66227 4.85036 0.802922 4.70971L4.70959 0.803044ZM5.55058 2.08337L2.08325 5.5507V10.4494L5.55058 13.9167H10.4493L13.9166 10.4494V5.5507L10.4493 2.08337H5.55058Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12174"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15901)"><path d="M5.23992 1.33337V0.533374C5.02775 0.533374 4.82426 0.61766 4.67423 0.767689L5.23992 1.33337ZM10.7599 1.33337L11.3256 0.767689C11.1756 0.61766 10.9721 0.533374 10.7599 0.533374V1.33337ZM14.6666 5.24004H15.4666C15.4666 5.02787 15.3823 4.82438 15.2323 4.67436L14.6666 5.24004ZM14.6666 10.76L15.2323 11.3257C15.3823 11.1757 15.4666 10.9722 15.4666 10.76H14.6666ZM10.7599 14.6667V15.4667C10.9721 15.4667 11.1756 15.3824 11.3256 15.2324L10.7599 14.6667ZM5.23992 14.6667L4.67423 15.2324C4.82426 15.3824 5.02775 15.4667 5.23992 15.4667V14.6667ZM1.33325 10.76H0.533252C0.533252 10.9722 0.617537 11.1757 0.767567 11.3257L1.33325 10.76ZM1.33325 5.24004L0.767567 4.67436C0.617537 4.82438 0.533252 5.02787 0.533252 5.24004H1.33325ZM5.23992 2.13337H10.7599V0.533374H5.23992V2.13337ZM10.1942 1.89906L14.1009 5.80573L15.2323 4.67436L11.3256 0.767689L10.1942 1.89906ZM13.8666 5.24004V10.76H15.4666V5.24004H13.8666ZM14.1009 10.1944L10.1942 14.101L11.3256 15.2324L15.2323 11.3257L14.1009 10.1944ZM10.7599 13.8667H5.23992V15.4667H10.7599V13.8667ZM5.8056 14.101L1.89894 10.1944L0.767567 11.3257L4.67423 15.2324L5.8056 14.101ZM2.13325 10.76V5.24004H0.533252V10.76H2.13325ZM1.89894 5.80573L5.8056 1.89906L4.67423 0.767689L0.767567 4.67436L1.89894 5.80573Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15901"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconOctagon, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13569", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconOctagon size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPackage.tsx b/src/icons/IconPackage.tsx
index b6a0516..6f81c77 100644
--- a/src/icons/IconPackage.tsx
+++ b/src/icons/IconPackage.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPackage = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.95993 0.862907C7.27625 0.680656 7.63491 0.584717 8 0.584717C8.36509 0.584717 8.72375 0.680655 9.04007 0.862907C9.0406 0.863214 9.04113 0.863522 9.04167 0.86383L13.7083 3.53049C13.9633 3.6777 14.1835 3.87684 14.355 4.11414C14.3983 4.15826 14.4368 4.20849 14.4692 4.26447C14.4969 4.31241 14.5188 4.36214 14.5349 4.41283C14.6758 4.69835 14.7497 5.01297 14.75 5.33258V10.6667C14.7496 11.032 14.6532 11.3916 14.4704 11.7079C14.2875 12.0242 14.0247 12.2869 13.7083 12.4695L13.7054 12.4712L9.04167 15.1362C9.04114 15.1365 9.04061 15.1368 9.04008 15.1371C8.82394 15.2617 8.58803 15.3459 8.3438 15.3868C8.24081 15.44 8.12391 15.47 8 15.47C7.87609 15.47 7.75919 15.44 7.6562 15.3868C7.41198 15.3459 7.17606 15.2617 6.95992 15.1371C6.95939 15.1368 6.95886 15.1365 6.95833 15.1362L2.29456 12.4712L2.29167 12.4695C1.97527 12.2869 1.71248 12.0242 1.52965 11.7079C1.34682 11.3916 1.25038 11.0328 1.25 10.6675L1.25 5.33335C1.25033 5.01374 1.32418 4.69836 1.46507 4.41283C1.48123 4.36215 1.50306 4.31241 1.53079 4.26447C1.56318 4.20849 1.60169 4.15826 1.645 4.11414C1.81655 3.87684 2.03671 3.6777 2.29167 3.5305L2.29456 3.52883L4.4488 2.29784C4.55506 2.18252 4.69299 2.10588 4.841 2.07372L6.95993 0.862907ZM5.03314 3.69156L3.52652 4.55249L8 7.14024L9.50441 6.26999L5.03314 3.69156ZM11.0034 5.40288L6.54132 2.82974L7.70544 2.16453L7.70833 2.16287C7.79701 2.11167 7.8976 2.08472 8 2.08472C8.1024 2.08472 8.20299 2.11167 8.29167 2.16287L12.4735 4.55249L11.0034 5.40288ZM13.25 5.83618L8.75 8.43928V13.5753L12.9583 11.1705C12.9587 11.1703 12.9591 11.1701 12.9594 11.1699C13.0475 11.1187 13.1207 11.0454 13.1717 10.9572C13.2229 10.8687 13.2499 10.7682 13.25 10.6659V5.83618ZM7.25 13.5753V8.43928L2.75 5.83618V10.6662C2.75016 10.7684 2.77716 10.8688 2.8283 10.9572C2.87927 11.0454 2.95243 11.1187 3.04051 11.1698C3.04089 11.1701 3.04128 11.1703 3.04167 11.1705L7.25 13.5753Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.6004 6.95971C10.9831 7.18043 11.4723 7.04907 11.693 6.66633C11.9137 6.28358 11.7824 5.79437 11.3996 5.57366L10.6004 6.95971ZM5.39964 2.11366C5.0169 1.89294 4.52769 2.02429 4.30697 2.40704C4.08626 2.78979 4.21761 3.27899 4.60036 3.49971L5.39964 2.11366ZM14 10.6667L14.8 10.6675V10.6667H14ZM14 5.33335H14.8V5.33253L14 5.33335ZM13.3333 4.18002L13.7333 3.48719L13.7302 3.48542L13.3333 4.18002ZM8.66667 1.51335L8.26666 2.20618L8.26976 2.20794L8.66667 1.51335ZM7.33333 1.51335L7.73025 2.20795L7.73333 2.20617L7.33333 1.51335ZM2.66667 4.18002L2.26975 3.48541L2.26667 3.4872L2.66667 4.18002ZM2 5.33335L1.2 5.33253V5.33335H2ZM2 10.6667H1.2L1.2 10.6675L2 10.6667ZM2.66667 11.82L2.26666 12.5128L2.26976 12.5146L2.66667 11.82ZM7.33333 14.4867L7.73334 13.7939L7.73024 13.7921L7.33333 14.4867ZM8.66667 14.4867L8.26975 13.7921L8.26667 13.7939L8.66667 14.4867ZM13.3333 11.82L13.7302 12.5146L13.7333 12.5128L13.3333 11.82ZM2.58058 3.94753C2.19813 3.7263 1.70875 3.85699 1.48751 4.23944C1.26628 4.62189 1.39697 5.11127 1.77942 5.3325L2.58058 3.94753ZM8 8.00668L7.59942 8.69917C7.84724 8.84252 8.15276 8.84252 8.40058 8.69917L8 8.00668ZM14.2206 5.3325C14.603 5.11127 14.7337 4.62189 14.5125 4.23944C14.2913 3.85699 13.8019 3.7263 13.4194 3.94753L14.2206 5.3325ZM7.2 14.72C7.2 15.1618 7.55817 15.52 8 15.52C8.44183 15.52 8.8 15.1618 8.8 14.72H7.2ZM8.8 8.00002C8.8 7.55819 8.44183 7.20002 8 7.20002C7.55817 7.20002 7.2 7.55819 7.2 8.00002H8.8ZM11.3996 5.57366L5.39964 2.11366L4.60036 3.49971L10.6004 6.95971L11.3996 5.57366ZM14.8 10.6667V5.33335H13.2V10.6667H14.8ZM14.8 5.33253C14.7996 4.95842 14.7009 4.59099 14.5136 4.2671L13.1284 5.06781C13.1752 5.14879 13.1999 5.24064 13.2 5.33417L14.8 5.33253ZM14.5136 4.2671C14.3264 3.94321 14.0573 3.67425 13.7333 3.4872L12.9333 4.87284C13.0143 4.9196 13.0816 4.98684 13.1284 5.06781L14.5136 4.2671ZM13.7302 3.48542L9.06358 0.818755L8.26976 2.20794L12.9364 4.87461L13.7302 3.48542ZM9.06667 0.820529C8.74236 0.63329 8.37448 0.534717 8 0.534717V2.13472C8.09362 2.13472 8.18559 2.15936 8.26667 2.20617L9.06667 0.820529ZM8 0.534717C7.62552 0.534717 7.25764 0.63329 6.93333 0.820529L7.73333 2.20617C7.81441 2.15936 7.90638 2.13472 8 2.13472V0.534717ZM6.93642 0.818755L2.26976 3.48542L3.06358 4.87461L7.73024 2.20794L6.93642 0.818755ZM2.26667 3.4872C1.94268 3.67425 1.67358 3.94321 1.48636 4.2671L2.87159 5.06781C2.91839 4.98684 2.98567 4.9196 3.06667 4.87284L2.26667 3.4872ZM1.48636 4.2671C1.29914 4.59099 1.20038 4.95842 1.2 5.33253L2.8 5.33417C2.8001 5.24064 2.82478 5.14879 2.87159 5.06781L1.48636 4.2671ZM1.2 5.33335V10.6667H2.8V5.33335H1.2ZM1.2 10.6675C1.20038 11.0416 1.29914 11.409 1.48636 11.7329L2.87159 10.9322C2.82478 10.8512 2.8001 10.7594 2.8 10.6659L1.2 10.6675ZM1.48636 11.7329C1.67358 12.0568 1.94268 12.3258 2.26667 12.5128L3.06667 11.1272C2.98567 11.0804 2.91839 11.0132 2.87159 10.9322L1.48636 11.7329ZM2.26976 12.5146L6.93642 15.1813L7.73024 13.7921L3.06358 11.1254L2.26976 12.5146ZM6.93333 15.1795C7.25764 15.3667 7.62552 15.4653 8 15.4653V13.8653C7.90638 13.8653 7.81441 13.8407 7.73333 13.7939L6.93333 15.1795ZM8 15.4653C8.37448 15.4653 8.74236 15.3667 9.06667 15.1795L8.26667 13.7939C8.18559 13.8407 8.09362 13.8653 8 13.8653V15.4653ZM9.06358 15.1813L13.7302 12.5146L12.9364 11.1254L8.26976 13.7921L9.06358 15.1813ZM13.7333 12.5128C14.0573 12.3258 14.3264 12.0568 14.5136 11.7329L13.1284 10.9322C13.0816 11.0132 13.0143 11.0804 12.9333 11.1272L13.7333 12.5128ZM14.5136 11.7329C14.7009 11.409 14.7996 11.0416 14.8 10.6675L13.2 10.6659C13.1999 10.7594 13.1752 10.8512 13.1284 10.9322L14.5136 11.7329ZM1.77942 5.3325L7.59942 8.69917L8.40058 7.3142L2.58058 3.94753L1.77942 5.3325ZM8.40058 8.69917L14.2206 5.3325L13.4194 3.94753L7.59942 7.3142L8.40058 8.69917ZM8.8 14.72V8.00002H7.2V14.72H8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPackage, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13571", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPackage size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPaperclip.tsx b/src/icons/IconPaperclip.tsx
index b64ee8d..3313793 100644
--- a/src/icons/IconPaperclip.tsx
+++ b/src/icons/IconPaperclip.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPaperclip = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12116)"><path fillRule="evenodd" clipRule="evenodd" d="M10.52 1.67517C10.0113 1.67517 9.52342 1.87726 9.16369 2.23698L3.03703 8.36365C2.42712 8.97356 2.08447 9.80078 2.08447 10.6633C2.08447 11.5259 2.42712 12.3531 3.03703 12.963C3.64694 13.5729 4.47415 13.9155 5.3367 13.9155C6.19924 13.9155 7.02646 13.5729 7.63637 12.963L13.763 6.83632C14.0559 6.54343 14.5308 6.54343 14.8237 6.83632C15.1166 7.12922 15.1166 7.60409 14.8237 7.89698L8.69703 14.0237C7.80581 14.9149 6.59707 15.4155 5.3367 15.4155C4.07633 15.4155 2.86758 14.9149 1.97637 14.0237C1.08515 13.1324 0.584473 11.9237 0.584473 10.6633C0.584473 9.40295 1.08515 8.19421 1.97637 7.30299L8.10303 1.17632C8.74406 0.535296 9.61348 0.175171 10.52 0.175171C11.4266 0.175171 12.296 0.535296 12.937 1.17632C13.5781 1.81735 13.9382 2.68677 13.9382 3.59332C13.9382 4.49987 13.5781 5.36929 12.937 6.01032L6.80369 12.137C6.8036 12.1371 6.80379 12.1369 6.80369 12.137C6.41288 12.5276 5.88263 12.7474 5.33003 12.7474C4.7773 12.7474 4.24721 12.5278 3.85637 12.137C3.46553 11.7461 3.24596 11.2161 3.24596 10.6633C3.24596 10.1106 3.46553 9.5805 3.85637 9.18966L9.51668 3.53601C9.80975 3.24329 10.2846 3.24357 10.5773 3.53664C10.8701 3.8297 10.8698 4.30458 10.5767 4.5973L4.91703 10.2503C4.91692 10.2504 4.91713 10.2502 4.91703 10.2503C4.80769 10.3598 4.74596 10.5086 4.74596 10.6633C4.74596 10.8182 4.80749 10.9668 4.91703 11.0763C5.02656 11.1859 5.17513 11.2474 5.33003 11.2474C5.48494 11.2474 5.6335 11.1859 5.74303 11.0763L11.8764 4.94966C11.8763 4.94975 11.8765 4.94956 11.8764 4.94966C12.2359 4.58996 12.4382 4.10191 12.4382 3.59332C12.4382 3.0846 12.2361 2.59671 11.8764 2.23698C11.5166 1.87726 11.0288 1.67517 10.52 1.67517Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12116"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15905)"><path d="M14.859 7.93234C15.1715 7.61992 15.1715 7.11339 14.859 6.80097C14.5466 6.48855 14.0401 6.48855 13.7277 6.80097L14.859 7.93234ZM8.1667 13.4933L7.60101 12.9276L8.1667 13.4933ZM5.3367 14.6655V15.4655V14.6655ZM1.33447 10.6633H0.534473H1.33447ZM2.5067 7.83332L3.07238 8.39901L2.5067 7.83332ZM8.63336 1.70665L9.19905 2.27234L8.63336 1.70665ZM10.52 0.925171V1.72517V0.925171ZM12.4067 5.47999L12.9721 6.04598L12.9724 6.04567L12.4067 5.47999ZM6.27336 11.6067L5.70799 11.0407L5.70768 11.041L6.27336 11.6067ZM4.3867 9.71999L3.82134 9.15397L3.82101 9.1543L4.3867 9.71999ZM10.612 4.63267C10.9247 4.32044 10.9249 3.8139 10.6127 3.5013C10.3005 3.1887 9.79395 3.1884 9.48134 3.50063L10.612 4.63267ZM13.7277 6.80097L7.60101 12.9276L8.73238 14.059L14.859 7.93234L13.7277 6.80097ZM7.60101 12.9276C7.00048 13.5282 6.18598 13.8655 5.3367 13.8655V15.4655C6.61033 15.4655 7.83179 14.9596 8.73238 14.059L7.60101 12.9276ZM5.3367 13.8655C4.48741 13.8655 3.67292 13.5282 3.07238 12.9276L1.94101 14.059C2.8416 14.9596 4.06307 15.4655 5.3367 15.4655V13.8655ZM3.07238 12.9276C2.47185 12.3271 2.13447 11.5126 2.13447 10.6633H0.534473C0.534473 11.9369 1.04042 13.1584 1.94101 14.059L3.07238 12.9276ZM2.13447 10.6633C2.13447 9.81404 2.47185 8.99954 3.07238 8.39901L1.94101 7.26763C1.04042 8.16823 0.534473 9.38969 0.534473 10.6633H2.13447ZM3.07238 8.39901L9.19905 2.27234L8.06768 1.14097L1.94101 7.26763L3.07238 8.39901ZM9.19905 2.27234C9.54939 1.92199 10.0246 1.72517 10.52 1.72517V0.125171C9.60022 0.125171 8.71808 0.490564 8.06768 1.14097L9.19905 2.27234ZM10.52 1.72517C11.0155 1.72517 11.4907 1.92199 11.841 2.27234L12.9724 1.14097C12.322 0.490564 11.4398 0.125171 10.52 0.125171V1.72517ZM11.841 2.27234C12.1914 2.62269 12.3882 3.09786 12.3882 3.59332H13.9882C13.9882 2.67351 13.6228 1.79137 12.9724 1.14097L11.841 2.27234ZM12.3882 3.59332C12.3882 4.08878 12.1914 4.56396 11.841 4.9143L12.9724 6.04567C13.6228 5.39527 13.9882 4.51313 13.9882 3.59332H12.3882ZM11.8413 4.91399L5.70799 11.0407L6.83874 12.1726L12.9721 6.04598L11.8413 4.91399ZM5.70768 11.041C5.60752 11.1411 5.47167 11.1974 5.33003 11.1974V12.7974C5.89602 12.7974 6.43883 12.5726 6.83905 12.1723L5.70768 11.041ZM5.33003 11.1974C5.18839 11.1974 5.05254 11.1411 4.95238 11.041L3.82101 12.1723C4.22123 12.5726 4.76404 12.7974 5.33003 12.7974V11.1974ZM4.95238 11.041C4.85222 10.9408 4.79596 10.805 4.79596 10.6633H3.19596C3.19596 11.2293 3.42079 11.7721 3.82101 12.1723L4.95238 11.041ZM4.79596 10.6633C4.79596 10.5217 4.85222 10.3858 4.95238 10.2857L3.82101 9.1543C3.42079 9.55452 3.19596 10.0973 3.19596 10.6633H4.79596ZM4.95205 10.286L10.612 4.63267L9.48134 3.50063L3.82134 9.15397L4.95205 10.286Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15905"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPaperclip, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13570", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPaperclip size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPause.tsx b/src/icons/IconPause.tsx
index c08d0aa..5948584 100644
--- a/src/icons/IconPause.tsx
+++ b/src/icons/IconPause.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPause = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.25 2.66663C3.25 2.25241 3.58579 1.91663 4 1.91663H6.66667C7.08088 1.91663 7.41667 2.25241 7.41667 2.66663V13.3333C7.41667 13.7475 7.08088 14.0833 6.66667 14.0833H4C3.58579 14.0833 3.25 13.7475 3.25 13.3333V2.66663ZM4.75 3.41663V12.5833H5.91667V3.41663H4.75ZM8.58333 2.66663C8.58333 2.25241 8.91912 1.91663 9.33333 1.91663H12C12.4142 1.91663 12.75 2.25241 12.75 2.66663V13.3333C12.75 13.7475 12.4142 14.0833 12 14.0833H9.33333C8.91912 14.0833 8.58333 13.7475 8.58333 13.3333V2.66663ZM10.0833 3.41663V12.5833H11.25V3.41663H10.0833Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4 2.66663V1.86663C3.55817 1.86663 3.2 2.2248 3.2 2.66663H4ZM6.66667 2.66663H7.46667C7.46667 2.2248 7.10849 1.86663 6.66667 1.86663V2.66663ZM6.66667 13.3333V14.1333C7.10849 14.1333 7.46667 13.7751 7.46667 13.3333H6.66667ZM4 13.3333H3.2C3.2 13.7751 3.55817 14.1333 4 14.1333V13.3333ZM9.33333 2.66663V1.86663C8.89151 1.86663 8.53333 2.2248 8.53333 2.66663H9.33333ZM12 2.66663H12.8C12.8 2.2248 12.4418 1.86663 12 1.86663V2.66663ZM12 13.3333V14.1333C12.4418 14.1333 12.8 13.7751 12.8 13.3333H12ZM9.33333 13.3333H8.53333C8.53333 13.7751 8.89151 14.1333 9.33333 14.1333V13.3333ZM4 3.46663H6.66667V1.86663H4V3.46663ZM5.86667 2.66663V13.3333H7.46667V2.66663H5.86667ZM6.66667 12.5333H4V14.1333H6.66667V12.5333ZM4.8 13.3333V2.66663H3.2V13.3333H4.8ZM9.33333 3.46663H12V1.86663H9.33333V3.46663ZM11.2 2.66663V13.3333H12.8V2.66663H11.2ZM12 12.5333H9.33333V14.1333H12V12.5333ZM10.1333 13.3333V2.66663H8.53333V13.3333H10.1333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPause, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13572", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPause size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPauseCircle.tsx b/src/icons/IconPauseCircle.tsx
index 9fab4e4..173f7bc 100644
--- a/src/icons/IconPauseCircle.tsx
+++ b/src/icons/IconPauseCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPauseCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12870)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 2.08337C4.73248 2.08337 2.0835 4.73236 2.0835 8.00004C2.0835 11.2677 4.73248 13.9167 8.00016 13.9167C11.2678 13.9167 13.9168 11.2677 13.9168 8.00004C13.9168 4.73236 11.2678 2.08337 8.00016 2.08337ZM0.583496 8.00004C0.583496 3.90393 3.90405 0.583374 8.00016 0.583374C12.0963 0.583374 15.4168 3.90393 15.4168 8.00004C15.4168 12.0962 12.0963 15.4167 8.00016 15.4167C3.90405 15.4167 0.583496 12.0962 0.583496 8.00004ZM6.66683 5.25004C7.08104 5.25004 7.41683 5.58583 7.41683 6.00004V10C7.41683 10.4143 7.08104 10.75 6.66683 10.75C6.25262 10.75 5.91683 10.4143 5.91683 10V6.00004C5.91683 5.58583 6.25262 5.25004 6.66683 5.25004ZM9.3335 5.25004C9.74771 5.25004 10.0835 5.58583 10.0835 6.00004V10C10.0835 10.4143 9.74771 10.75 9.3335 10.75C8.91928 10.75 8.5835 10.4143 8.5835 10V6.00004C8.5835 5.58583 8.91928 5.25004 9.3335 5.25004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12870"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15907)"><path d="M5.86683 10C5.86683 10.4419 6.225 10.8 6.66683 10.8C7.10866 10.8 7.46683 10.4419 7.46683 10H5.86683ZM7.46683 6.00004C7.46683 5.55821 7.10866 5.20004 6.66683 5.20004C6.225 5.20004 5.86683 5.55821 5.86683 6.00004H7.46683ZM8.5335 10C8.5335 10.4419 8.89167 10.8 9.3335 10.8C9.77532 10.8 10.1335 10.4419 10.1335 10H8.5335ZM10.1335 6.00004C10.1335 5.55821 9.77532 5.20004 9.3335 5.20004C8.89167 5.20004 8.5335 5.55821 8.5335 6.00004H10.1335ZM13.8668 8.00004C13.8668 11.2401 11.2402 13.8667 8.00016 13.8667V15.4667C12.1239 15.4667 15.4668 12.1238 15.4668 8.00004H13.8668ZM8.00016 13.8667C4.76009 13.8667 2.1335 11.2401 2.1335 8.00004H0.533496C0.533496 12.1238 3.87644 15.4667 8.00016 15.4667V13.8667ZM2.1335 8.00004C2.1335 4.75997 4.76009 2.13337 8.00016 2.13337V0.533374C3.87644 0.533374 0.533496 3.87631 0.533496 8.00004H2.1335ZM8.00016 2.13337C11.2402 2.13337 13.8668 4.75997 13.8668 8.00004H15.4668C15.4668 3.87631 12.1239 0.533374 8.00016 0.533374V2.13337ZM7.46683 10V6.00004H5.86683V10H7.46683ZM10.1335 10V6.00004H8.5335V10H10.1335Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15907"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPauseCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13574", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPauseCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPenTool.tsx b/src/icons/IconPenTool.tsx
index 1c82835..548e4af 100644
--- a/src/icons/IconPenTool.tsx
+++ b/src/icons/IconPenTool.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPenTool = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12655)"><path fillRule="evenodd" clipRule="evenodd" d="M0.802998 0.803059C0.987747 0.61831 1.25533 0.543022 1.50931 0.604328L11.176 2.93766C11.4599 3.00619 11.6782 3.23327 11.7354 3.51964L12.4859 7.27205C12.7326 7.21105 13.0042 7.27694 13.197 7.46973L15.197 9.46973C15.4899 9.76262 15.4899 10.2375 15.197 10.5304L10.5303 15.1971C10.2374 15.4899 9.76256 15.4899 9.46967 15.1971L7.46967 13.1971C7.27688 13.0043 7.21099 12.7327 7.27199 12.486L3.51957 11.7355C3.23321 11.6782 3.00612 11.4599 2.9376 11.176L0.604267 1.50937C0.542961 1.25539 0.618249 0.987808 0.802998 0.803059ZM8.42016 11.1859L11.1858 8.42022L10.3585 4.28341L3.7485 2.6879L6.4889 5.4283C6.74701 5.31372 7.03273 5.25006 7.33333 5.25006C8.48392 5.25006 9.41666 6.1828 9.41666 7.33339C9.41666 8.48398 8.48392 9.41672 7.33333 9.41672C6.18273 9.41672 5.25 8.48398 5.25 7.33339C5.25 7.03279 5.31366 6.74707 5.42824 6.48896L2.68784 3.74856L4.28335 10.3585L8.42016 11.1859ZM6.91274 6.92919C6.81195 7.03403 6.75 7.17647 6.75 7.33339C6.75 7.65556 7.01116 7.91672 7.33333 7.91672C7.65549 7.91672 7.91666 7.65556 7.91666 7.33339C7.91666 7.01122 7.65549 6.75006 7.33333 6.75006C7.17641 6.75006 7.03397 6.81201 6.92912 6.9128C6.92644 6.91556 6.92373 6.91832 6.92099 6.92105C6.91826 6.92379 6.9155 6.9265 6.91274 6.92919ZM9.06066 12.6667L10 13.6061L13.606 10.0001L12.6667 9.06072L9.06066 12.6667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12655"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15911)"><path d="M7.99999 12.6667L7.43431 12.101C7.12189 12.4134 7.12189 12.92 7.43431 13.2324L7.99999 12.6667ZM12.6667 8.00004L13.2323 7.43436C12.9199 7.12194 12.4134 7.12194 12.101 7.43436L12.6667 8.00004ZM14.6667 10L15.2323 10.5657C15.5448 10.2533 15.5448 9.74677 15.2323 9.43435L14.6667 10ZM10 14.6667L9.43431 15.2324C9.74673 15.5448 10.2533 15.5448 10.5657 15.2324L10 14.6667ZM12 8.66671L12.5657 9.23239C12.7548 9.04325 12.8369 8.7721 12.7845 8.50981L12 8.66671ZM11 3.66671L11.7845 3.50981C11.7234 3.20435 11.4905 2.96213 11.1877 2.88904L11 3.66671ZM1.33333 1.33337L1.52104 0.555708C1.25013 0.490316 0.964709 0.570623 0.767643 0.767689C0.570577 0.964754 0.49027 1.25017 0.555662 1.52109L1.33333 1.33337ZM3.66666 11L2.889 11.1878C2.96209 11.4906 3.20431 11.7234 3.50977 11.7845L3.66666 11ZM8.66666 12L8.50977 12.7845C8.77206 12.837 9.04321 12.7549 9.23235 12.5657L8.66666 12ZM5.82498 6.95639C6.1374 7.26881 6.64393 7.26881 6.95635 6.95639C7.26877 6.64397 7.26877 6.13744 6.95635 5.82502L5.82498 6.95639ZM8.56568 13.2324L13.2323 8.56573L12.101 7.43436L7.43431 12.101L8.56568 13.2324ZM12.101 8.56573L14.101 10.5657L15.2323 9.43435L13.2323 7.43436L12.101 8.56573ZM14.101 9.43435L9.43431 14.101L10.5657 15.2324L15.2323 10.5657L14.101 9.43435ZM10.5657 14.101L8.56568 12.101L7.43431 13.2324L9.43431 15.2324L10.5657 14.101ZM12.7845 8.50981L11.7845 3.50981L10.2155 3.8236L11.2155 8.8236L12.7845 8.50981ZM11.1877 2.88904L1.52104 0.555708L1.14562 2.11104L10.8123 4.44437L11.1877 2.88904ZM0.555662 1.52109L2.889 11.1878L4.44433 10.8123L2.11099 1.14566L0.555662 1.52109ZM3.50977 11.7845L8.50977 12.7845L8.82355 11.2156L3.82355 10.2156L3.50977 11.7845ZM9.23235 12.5657L12.5657 9.23239L11.4343 8.10102L8.10098 11.4344L9.23235 12.5657ZM0.767643 1.89906L5.82498 6.95639L6.95635 5.82502L1.89901 0.767689L0.767643 1.89906ZM7.86666 7.33337C7.86666 7.62793 7.62788 7.86671 7.33333 7.86671V9.46671C8.51154 9.46671 9.46666 8.51158 9.46666 7.33337H7.86666ZM7.33333 7.86671C7.03878 7.86671 6.79999 7.62793 6.79999 7.33337H5.19999C5.19999 8.51158 6.15512 9.46671 7.33333 9.46671V7.86671ZM6.79999 7.33337C6.79999 7.03882 7.03878 6.80004 7.33333 6.80004V5.20004C6.15512 5.20004 5.19999 6.15517 5.19999 7.33337H6.79999ZM7.33333 6.80004C7.62788 6.80004 7.86666 7.03882 7.86666 7.33337H9.46666C9.46666 6.15517 8.51154 5.20004 7.33333 5.20004V6.80004Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15911"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPenTool, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13576", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPenTool size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPercent.tsx b/src/icons/IconPercent.tsx
index b983b90..d300248 100644
--- a/src/icons/IconPercent.tsx
+++ b/src/icons/IconPercent.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPercent = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.33335 3.41663C3.82709 3.41663 3.41669 3.82703 3.41669 4.33329C3.41669 4.83955 3.82709 5.24996 4.33335 5.24996C4.83961 5.24996 5.25002 4.83955 5.25002 4.33329C5.25002 3.82703 4.83961 3.41663 4.33335 3.41663ZM1.91669 4.33329C1.91669 2.9986 2.99867 1.91663 4.33335 1.91663C5.66804 1.91663 6.75002 2.9986 6.75002 4.33329C6.75002 5.66798 5.66804 6.74996 4.33335 6.74996C2.99867 6.74996 1.91669 5.66798 1.91669 4.33329ZM13.197 2.80296C13.4899 3.09586 13.4899 3.57073 13.197 3.86362L3.86368 13.197C3.57079 13.4899 3.09592 13.4899 2.80302 13.197C2.51013 12.9041 2.51013 12.4292 2.80302 12.1363L12.1364 2.80296C12.4293 2.51007 12.9041 2.51007 13.197 2.80296ZM11.6667 10.75C11.1604 10.75 10.75 11.1604 10.75 11.6666C10.75 12.1729 11.1604 12.5833 11.6667 12.5833C12.1729 12.5833 12.5834 12.1729 12.5834 11.6666C12.5834 11.1604 12.1729 10.75 11.6667 10.75ZM9.25002 11.6666C9.25002 10.3319 10.332 9.24996 11.6667 9.24996C13.0014 9.24996 14.0834 10.3319 14.0834 11.6666C14.0834 13.0013 13.0014 14.0833 11.6667 14.0833C10.332 14.0833 9.25002 13.0013 9.25002 11.6666Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.2324 3.89898C13.5448 3.58656 13.5448 3.08003 13.2324 2.76761C12.92 2.45519 12.4134 2.45519 12.101 2.76761L13.2324 3.89898ZM2.76767 12.1009C2.45525 12.4134 2.45525 12.9199 2.76767 13.2323C3.08009 13.5447 3.58662 13.5447 3.89904 13.2323L2.76767 12.1009ZM12.101 2.76761L2.76767 12.1009L3.89904 13.2323L13.2324 3.89898L12.101 2.76761ZM5.20002 4.33329C5.20002 4.81194 4.812 5.19996 4.33335 5.19996V6.79996C5.69566 6.79996 6.80002 5.69559 6.80002 4.33329H5.20002ZM4.33335 5.19996C3.85471 5.19996 3.46669 4.81194 3.46669 4.33329H1.86669C1.86669 5.69559 2.97105 6.79996 4.33335 6.79996V5.19996ZM3.46669 4.33329C3.46669 3.85465 3.85471 3.46663 4.33335 3.46663V1.86663C2.97105 1.86663 1.86669 2.97099 1.86669 4.33329H3.46669ZM4.33335 3.46663C4.812 3.46663 5.20002 3.85465 5.20002 4.33329H6.80002C6.80002 2.97099 5.69566 1.86663 4.33335 1.86663V3.46663ZM12.5334 11.6666C12.5334 12.1453 12.1453 12.5333 11.6667 12.5333V14.1333C13.029 14.1333 14.1334 13.0289 14.1334 11.6666H12.5334ZM11.6667 12.5333C11.188 12.5333 10.8 12.1453 10.8 11.6666H9.20002C9.20002 13.0289 10.3044 14.1333 11.6667 14.1333V12.5333ZM10.8 11.6666C10.8 11.188 11.188 10.8 11.6667 10.8V9.19996C10.3044 9.19996 9.20002 10.3043 9.20002 11.6666H10.8ZM11.6667 10.8C12.1453 10.8 12.5334 11.188 12.5334 11.6666H14.1334C14.1334 10.3043 13.029 9.19996 11.6667 9.19996V10.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPercent, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13575", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPercent size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhone.tsx b/src/icons/IconPhone.tsx
index 8cb7cad..96d7394 100644
--- a/src/icons/IconPhone.tsx
+++ b/src/icons/IconPhone.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhone = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M5.13327 2.22431C5.02595 2.13201 4.88872 2.08189 4.74717 2.08328L4.73979 2.08335V2.08332H2.74024C2.65935 2.08343 2.57936 2.10037 2.50535 2.13305C2.43128 2.16577 2.36482 2.21356 2.31022 2.27337C2.25562 2.33318 2.21408 2.40371 2.18823 2.48046C2.16289 2.5557 2.15318 2.63531 2.15967 2.71441C2.3669 4.65543 3.02789 6.5205 4.08925 8.15888L4.09283 8.16439L4.0928 8.16441C5.05731 9.68226 6.34418 10.9691 7.86203 11.9336L7.86789 11.9374L7.86787 11.9374C9.49852 12.9949 11.3542 13.6556 13.2861 13.8668C13.3652 13.8732 13.4448 13.8634 13.52 13.838C13.597 13.812 13.6676 13.7702 13.7275 13.7152C13.7873 13.6603 13.8351 13.5935 13.8676 13.5191C13.9002 13.4447 13.9168 13.3643 13.9165 13.283L13.9165 13.28V11.28L13.9167 11.2614C13.9202 11.1183 13.8711 10.979 13.7786 10.8698C13.6867 10.7613 13.5583 10.6902 13.4176 10.6697C12.7229 10.5777 12.0408 10.4077 11.3843 10.1627L11.3826 10.162C11.2782 10.1228 11.1647 10.1143 11.0556 10.1376C10.9471 10.1607 10.8474 10.2143 10.7683 10.2921C10.7679 10.2925 10.7675 10.2929 10.7671 10.2933L9.92346 11.137C9.68472 11.3757 9.3159 11.4255 9.02241 11.2586C7.23602 10.2429 5.75692 8.76375 4.74116 6.97737C4.57427 6.68388 4.62406 6.31505 4.8628 6.07632L5.70768 5.23143C5.78546 5.15232 5.83908 5.05266 5.86223 4.94414C5.88549 4.83506 5.877 4.72161 5.83775 4.61721L5.83712 4.61552C5.59214 3.95901 5.42207 3.27694 5.33012 2.58228C5.3098 2.44316 5.23991 2.31602 5.13327 2.22431ZM4.73652 0.583317C5.24059 0.579348 5.72907 0.758285 6.11133 1.08703C6.49463 1.41667 6.74499 1.87444 6.81574 2.37502L6.81672 2.38191L6.81669 2.38192C6.89371 2.96588 7.03654 3.53926 7.24247 4.09111L6.53979 4.35332L7.24183 4.08942C7.38198 4.46226 7.41231 4.86746 7.32923 5.257C7.24616 5.64655 7.05315 6.00412 6.77308 6.28734L6.77013 6.29032L6.77012 6.29031L6.33953 6.72091C7.10061 7.8973 8.10248 8.89916 9.27887 9.66025L9.70946 9.22965L9.71244 9.2267C9.99566 8.94663 10.3532 8.75362 10.7428 8.67054C11.132 8.58753 11.5369 8.61775 11.9095 8.75763C12.4611 8.96338 13.0342 9.10611 13.6179 9.18309L13.6246 9.18398L13.6246 9.184C14.1306 9.25539 14.5927 9.51026 14.923 9.90014C15.2512 10.2874 15.4265 10.781 15.4165 11.2883V13.2785" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15927)"><path d="M14.6665 11.28L13.8667 11.2601C13.8665 11.2668 13.8665 11.2734 13.8665 11.28H14.6665ZM14.6665 13.28H13.8665L13.8665 13.2832L14.6665 13.28ZM13.2131 14.6133L13.1267 15.4086C13.1315 15.4092 13.1363 15.4096 13.1411 15.4101L13.2131 14.6133ZM7.45979 12.5667L7.89509 11.8954L7.88885 11.8914L7.45979 12.5667ZM3.45979 8.56665L4.13503 8.13758L4.13122 8.13169L3.45979 8.56665ZM1.41313 2.78665L0.616275 2.85866L0.617599 2.87113L1.41313 2.78665ZM2.73979 1.33332V0.533316L2.73904 0.533317L2.73979 1.33332ZM4.73979 1.33332V2.13336L4.74767 2.13328L4.73979 1.33332ZM6.07313 2.47998L6.86629 2.37537L6.86525 2.36802L6.07313 2.47998ZM6.53979 4.35332L5.79027 4.633L5.79095 4.63481L6.53979 4.35332ZM6.23979 5.75998L6.80549 6.32568L6.80863 6.32249L6.23979 5.75998ZM5.39313 6.60665L4.82744 6.04096C4.57279 6.29561 4.51968 6.68903 4.69769 7.00209L5.39313 6.60665ZM9.39313 10.6067L8.99769 11.3021C9.31075 11.4801 9.70416 11.427 9.95881 11.1723L9.39313 10.6067ZM10.2398 9.75998L9.67727 9.19113L9.67411 9.1943L10.2398 9.75998ZM11.6465 9.45998L11.365 10.2088L11.3668 10.2095L11.6465 9.45998ZM13.5198 9.92665L13.6316 9.13446L13.6244 9.13352L13.5198 9.92665ZM13.8665 11.28V13.28H15.4665V11.28H13.8665ZM13.8665 13.2832C13.8668 13.3575 13.8516 13.431 13.8218 13.4991L15.2878 14.14C15.4068 13.8679 15.4677 13.5738 15.4665 13.2767L13.8665 13.2832ZM13.8218 13.4991C13.792 13.5671 13.7484 13.6282 13.6937 13.6784L14.7753 14.8574C14.9942 14.6566 15.1688 14.4122 15.2878 14.14L13.8218 13.4991ZM13.6937 13.6784C13.639 13.7286 13.5743 13.7668 13.504 13.7906L14.0166 15.3063C14.298 15.2111 14.5564 15.0582 14.7753 14.8574L13.6937 13.6784ZM13.504 13.7906C13.4336 13.8144 13.3591 13.8232 13.2851 13.8166L13.1411 15.4101C13.437 15.4368 13.7352 15.4015 14.0166 15.3063L13.504 13.7906ZM13.2995 13.818C11.3725 13.6086 9.52142 12.9501 7.89507 11.8954L7.02451 13.2379C8.86083 14.4287 10.9509 15.1722 13.1267 15.4086L13.2995 13.818ZM7.88885 11.8914C6.37719 10.9309 5.09557 9.64925 4.135 8.13759L2.78458 8.99571C3.87113 10.7056 5.32083 12.1553 7.03074 13.2419L7.88885 11.8914ZM4.13122 8.13169C3.07285 6.49795 2.41421 4.63788 2.20865 2.70217L0.617599 2.87113C0.849697 5.05674 1.59337 7.15695 2.78837 9.00161L4.13122 8.13169ZM2.20988 2.71465C2.20322 2.64091 2.21198 2.56659 2.23561 2.49642L0.719306 1.98572C0.624773 2.26639 0.589717 2.56368 0.616373 2.85865L2.20988 2.71465ZM2.23561 2.49642C2.25925 2.42625 2.29723 2.36177 2.34715 2.30708L1.16546 1.22838C0.965781 1.44712 0.81384 1.70504 0.719306 1.98572L2.23561 2.49642ZM2.34715 2.30708C2.39707 2.2524 2.45783 2.20871 2.52556 2.17879L1.87908 0.715207C1.60816 0.834874 1.36513 1.00964 1.16546 1.22838L2.34715 2.30708ZM2.52556 2.17879C2.59329 2.14887 2.6665 2.13339 2.74055 2.13332L2.73904 0.533317C2.44287 0.533596 2.15 0.59554 1.87908 0.715207L2.52556 2.17879ZM2.73979 2.13332H4.73979V0.533317H2.73979V2.13332ZM4.74767 2.13328C4.87708 2.132 5.00254 2.17783 5.10067 2.26222L6.14393 1.04912C5.75143 0.711573 5.24958 0.52826 4.73192 0.533355L4.74767 2.13328ZM5.10067 2.26222C5.19879 2.34661 5.26289 2.4638 5.281 2.59194L6.86525 2.36802C6.7928 1.85543 6.53643 1.38667 6.14393 1.04912L5.10067 2.26222ZM5.27999 2.58459C5.3723 3.28445 5.54348 3.97162 5.79028 4.633L7.28931 4.07363C7.0847 3.52531 6.94278 2.9556 6.86626 2.37538L5.27999 2.58459ZM5.79095 4.63481C5.82683 4.73025 5.83459 4.83398 5.81333 4.93371L7.37813 5.26743C7.46321 4.86854 7.43215 4.45361 7.28863 4.07183L5.79095 4.63481ZM5.81333 4.93371C5.79206 5.03343 5.74265 5.12497 5.67095 5.19747L6.80863 6.32249C7.09542 6.03248 7.29306 5.66633 7.37813 5.26743L5.81333 4.93371ZM5.67411 5.1943L4.82744 6.04096L5.95881 7.17234L6.80548 6.32567L5.67411 5.1943ZM4.69769 7.00209C5.71791 8.79629 7.20348 10.2819 8.99769 11.3021L9.78856 9.91121C8.24471 9.03336 6.96642 7.75507 6.08856 6.21121L4.69769 7.00209ZM9.95881 11.1723L10.8055 10.3257L9.67411 9.1943L8.82744 10.041L9.95881 11.1723ZM10.8023 10.3288C10.8748 10.2571 10.9663 10.2077 11.0661 10.1865L10.7323 8.62164C10.3334 8.70671 9.9673 8.90436 9.67728 9.19114L10.8023 10.3288ZM11.0661 10.1865C11.1658 10.1652 11.2695 10.1729 11.365 10.2088L11.9279 8.71114C11.5462 8.56763 11.1312 8.53657 10.7323 8.62164L11.0661 10.1865ZM11.3668 10.2095C12.0282 10.4563 12.7153 10.6275 13.4152 10.7198L13.6244 9.13352C13.0442 9.05699 12.4745 8.91507 11.9261 8.71047L11.3668 10.2095ZM13.408 10.7188C13.5376 10.7371 13.6559 10.8023 13.7404 10.9021L14.9612 9.86782C14.6229 9.46858 14.1497 9.20759 13.6315 9.13449L13.408 10.7188ZM13.7404 10.9021C13.825 11.0019 13.87 11.1294 13.8667 11.2601L15.4662 11.2998C15.4792 10.7767 15.2995 10.2671 14.9612 9.86782L13.7404 10.9021Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15927"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhone, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13584", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhone size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhoneCall.tsx b/src/icons/IconPhoneCall.tsx
index b911fb8..0e7d878 100644
--- a/src/icons/IconPhoneCall.tsx
+++ b/src/icons/IconPhoneCall.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhoneCall = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12163)"><path fillRule="evenodd" clipRule="evenodd" d="M9.28792 0.583883C9.33365 0.172202 9.70446 -0.124457 10.1161 -0.0787223C11.6381 0.0903549 13.0573 0.771909 14.1408 1.85403C15.2243 2.93616 15.9076 4.35454 16.0786 5.87628C16.1249 6.2879 15.8287 6.65908 15.4171 6.70533C15.0055 6.75159 14.6343 6.4554 14.588 6.04377C14.455 4.8602 13.9235 3.75701 13.0808 2.91536C12.2381 2.07371 11.1343 1.54361 9.95052 1.41211C9.53884 1.36637 9.24218 0.995564 9.28792 0.583883ZM5.13347 2.22435C5.02615 2.13205 4.88892 2.08193 4.74738 2.08332L4.74 2.0834L2.7404 2.08336C2.65952 2.08348 2.57955 2.10041 2.50556 2.13309C2.43148 2.16582 2.36502 2.2136 2.31043 2.27341C2.25583 2.33323 2.21428 2.40375 2.18843 2.4805C2.16309 2.55574 2.15338 2.63535 2.15988 2.71445C2.3671 4.65547 3.02809 6.52055 4.08946 8.15892L4.09303 8.16444C5.05754 9.68229 6.34439 10.9692 7.86224 11.9337L7.86809 11.9374C9.49874 12.9949 11.3544 13.6557 13.2863 13.8669C13.3654 13.8733 13.445 13.8635 13.5202 13.838C13.5972 13.812 13.6678 13.7702 13.7277 13.7153C13.7875 13.6604 13.8353 13.5936 13.8678 13.5191C13.9004 13.4447 13.917 13.3643 13.9167 13.2831L13.9167 13.28V11.28L13.9169 11.2614C13.9204 11.1184 13.8713 10.979 13.7788 10.8699C13.6869 10.7614 13.5585 10.6902 13.4178 10.6697C12.7231 10.5778 12.041 10.4077 11.3845 10.1627L11.3828 10.1621C11.2784 10.1228 11.1649 10.1143 11.0558 10.1376C10.9473 10.1607 10.8476 10.2144 10.7685 10.2922C10.7681 10.2925 10.7677 10.2929 10.7674 10.2933L9.92366 11.137C9.68493 11.3758 9.3161 11.4255 9.02261 11.2587C7.23622 10.2429 5.75712 8.7638 4.74136 6.97741C4.57447 6.68392 4.62426 6.3151 4.863 6.07636L5.70788 5.23148C5.78567 5.15237 5.83928 5.0527 5.86243 4.94418C5.88569 4.83511 5.8772 4.72165 5.83796 4.61725L5.83732 4.61556C5.59234 3.95905 5.42227 3.27698 5.33033 2.58232C5.31001 2.4432 5.24012 2.31606 5.13347 2.22435ZM4.73671 0.583359C5.24079 0.579389 5.72927 0.758327 6.11153 1.08707C6.49483 1.41671 6.74519 1.87449 6.81595 2.37506L6.81692 2.38195C6.89394 2.96592 7.03674 3.5393 7.24267 4.09116L6.54 4.35336L7.24203 4.08946C7.38218 4.4623 7.41252 4.8675 7.32944 5.25705C7.24636 5.6466 7.05335 6.00416 6.77328 6.28738L6.77033 6.29036L6.33973 6.72095C7.10082 7.89734 8.10268 8.8992 9.27907 9.66029L9.70967 9.2297L9.71264 9.22674C9.99586 8.94667 10.3534 8.75366 10.743 8.67058C11.1322 8.58758 11.537 8.61778 11.9095 8.75759C11.9099 8.75772 11.9102 8.75785 11.9106 8.75799L11.6467 9.46002L11.9095 8.75759C11.9093 8.75751 11.9097 8.75767 11.9095 8.75759C12.4612 8.96339 13.0343 9.10614 13.6181 9.18313L13.6248 9.18402C14.1308 9.2554 14.5929 9.5103 14.9232 9.90019C15.2514 10.2874 15.4267 10.7811 15.4167 11.2883V11.28H14.6667L15.4164 11.2986C15.4165 11.2952 15.4166 11.2917 15.4167 11.2883V13.2785C15.4167 13.278 15.4167 13.2775 15.4167 13.277L14.6667 13.28H15.4167V13.2785M7.05479 13.1978C5.35331 12.116 3.91055 10.6732 2.82877 8.97174C1.63907 7.13433 0.898676 5.04262 0.667522 2.86589L0.666281 2.8542C0.64025 2.56614 0.674576 2.27582 0.766894 2.00172C0.859212 1.72762 1.00759 1.47574 1.20259 1.26213C1.39758 1.04852 1.63492 0.877848 1.89949 0.760986C2.16406 0.644124 2.45006 0.583632 2.73929 0.583359L4.73671 0.583359M9.29721 3.18974C9.37653 2.78319 9.7704 2.51792 10.177 2.59724C10.9746 2.75287 11.7077 3.14298 12.2824 3.71765C12.857 4.29232 13.2472 5.02541 13.4028 5.82307C13.4821 6.22962 13.2168 6.62349 12.8103 6.70281C12.4037 6.78213 12.0099 6.51686 11.9305 6.11031C11.8321 5.60567 11.5853 5.14188 11.2217 4.77831C10.8581 4.41475 10.3944 4.16794 9.88971 4.06948C9.48316 3.99016 9.21789 3.59629 9.29721 3.18974Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12163"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15915)"><path d="M10.1866 2.5481C9.75291 2.46349 9.33278 2.74645 9.24818 3.1801C9.16357 3.61375 9.44652 4.03388 9.88018 4.11849L10.1866 2.5481ZM11.8815 6.11982C11.9661 6.55347 12.3862 6.83643 12.8199 6.75182C13.2535 6.66721 13.5365 6.24708 13.4519 5.81343L11.8815 6.11982ZM10.1217 -0.128483C9.68257 -0.177266 9.28705 0.139169 9.23826 0.578296C9.18948 1.01742 9.50591 1.41295 9.94504 1.46173L10.1217 -0.128483ZM14.5384 6.04929C14.5877 6.48835 14.9836 6.80429 15.4227 6.75496C15.8618 6.70562 16.1777 6.30969 16.1284 5.87063L14.5384 6.04929ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95905 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM9.88018 4.11849C10.3751 4.21504 10.8299 4.45707 11.1864 4.8136L12.3178 3.68223C11.7361 3.10052 10.994 2.70563 10.1866 2.5481L9.88018 4.11849ZM11.1864 4.8136C11.5429 5.17013 11.785 5.62494 11.8815 6.11982L13.4519 5.81343C13.2944 5.006 12.8995 4.26394 12.3178 3.68223L11.1864 4.8136ZM9.94504 1.46173C11.1175 1.59199 12.2108 2.11704 13.0455 2.95067L14.1762 1.81859C13.0847 0.728449 11.6549 0.0418469 10.1217 -0.128483L9.94504 1.46173ZM13.0455 2.95067C13.8802 3.78431 14.4066 4.87698 14.5384 6.04929L16.1284 5.87063C15.9561 4.33761 15.2677 2.90873 14.1762 1.81859L13.0455 2.95067ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36538 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711549 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95905 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95905 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46856 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15915"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhoneCall, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13577", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhoneCall size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhoneForwarded.tsx b/src/icons/IconPhoneForwarded.tsx
index 65f6a07..43eebef 100644
--- a/src/icons/IconPhoneForwarded.tsx
+++ b/src/icons/IconPhoneForwarded.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhoneForwarded = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12669)"><path fillRule="evenodd" clipRule="evenodd" d="M12.1363 0.136296C12.4292 -0.156597 12.9041 -0.156597 13.197 0.136296L15.8637 2.80296C16.0043 2.94361 16.0833 3.13438 16.0833 3.33329C16.0833 3.53221 16.0043 3.72297 15.8637 3.86362L13.197 6.53029C12.9041 6.82318 12.4292 6.82318 12.1363 6.53029C11.8434 6.2374 11.8434 5.76252 12.1363 5.46963L13.5227 4.08329H10C9.58578 4.08329 9.25 3.74751 9.25 3.33329C9.25 2.91908 9.58578 2.58329 10 2.58329H13.5227L12.1363 1.19696C11.8434 0.904063 11.8434 0.429189 12.1363 0.136296ZM5.13347 2.22429C5.02615 2.13199 4.88892 2.08186 4.74738 2.08326L4.74 2.08333L2.7404 2.08329C2.65952 2.08341 2.57955 2.10035 2.50556 2.13303C2.43148 2.16575 2.36502 2.21354 2.31043 2.27335C2.25583 2.33316 2.21428 2.40368 2.18843 2.48043C2.16309 2.55568 2.15338 2.63529 2.15988 2.71438C2.3671 4.6554 3.02809 6.52048 4.08946 8.15885L4.09303 8.16437C5.05754 9.68222 6.34439 10.9691 7.86224 11.9336L7.86809 11.9373C9.49874 12.9948 11.3544 13.6556 13.2863 13.8668C13.3654 13.8732 13.445 13.8634 13.5202 13.838C13.5972 13.8119 13.6678 13.7701 13.7277 13.7152C13.7875 13.6603 13.8353 13.5935 13.8678 13.5191C13.9004 13.4446 13.917 13.3642 13.9167 13.283L13.9167 13.28V11.28L13.9169 11.2614C13.9204 11.1183 13.8713 10.979 13.7788 10.8698C13.6869 10.7613 13.5585 10.6901 13.4178 10.6696C12.7231 10.5777 12.041 10.4076 11.3845 10.1626L11.3828 10.162C11.2784 10.1228 11.1649 10.1143 11.0558 10.1375C10.9473 10.1607 10.8476 10.2143 10.7685 10.2921C10.7681 10.2925 10.7677 10.2929 10.7674 10.2932L9.92366 11.137C9.68493 11.3757 9.3161 11.4255 9.02261 11.2586C7.23622 10.2428 5.75712 8.76373 4.74136 6.97735C4.57447 6.68385 4.62426 6.31503 4.863 6.0763L5.70788 5.23141C5.78567 5.1523 5.83928 5.05264 5.86243 4.94411C5.88569 4.83504 5.8772 4.72158 5.83796 4.61719L5.83732 4.6155C5.59234 3.95898 5.42227 3.27692 5.33033 2.58225C5.31001 2.44313 5.24012 2.316 5.13347 2.22429ZM4.73671 0.583293C5.24079 0.579323 5.72927 0.75826 6.11153 1.08701C6.49483 1.41665 6.74519 1.87442 6.81595 2.375L6.81692 2.38189C6.89394 2.96585 7.03674 3.53923 7.24267 4.09109L6.54 4.35329L7.24203 4.0894C7.38218 4.46223 7.41252 4.86743 7.32944 5.25698C7.24636 5.64653 7.05335 6.0041 6.77328 6.28731L6.77033 6.2903L6.33973 6.72088C7.10082 7.89728 8.10268 8.89914 9.27907 9.66022L9.70967 9.22963L9.71264 9.22667C9.99586 8.94661 10.3534 8.7536 10.743 8.67052C11.1322 8.58752 11.537 8.61772 11.9095 8.75753C11.9099 8.75766 11.9102 8.75779 11.9106 8.75792L11.6467 9.45996L11.9095 8.75753C11.9093 8.75745 11.9097 8.75761 11.9095 8.75753C12.4612 8.96332 13.0343 9.10608 13.6181 9.18307L13.6248 9.18395C14.1308 9.25534 14.5929 9.51024 14.9232 9.90012C15.2514 10.2874 15.4267 10.781 15.4167 11.2882V11.28H14.6667L15.4164 11.2986C15.4165 11.2951 15.4166 11.2917 15.4167 11.2882V13.2785C15.4167 13.278 15.4167 13.2774 15.4167 13.2769L14.6667 13.28H15.4167V13.2785M7.05479 13.1978C5.35331 12.1159 3.91055 10.6732 2.82877 8.97167C1.63907 7.13427 0.898676 5.04255 0.667522 2.86583L0.666281 2.85413C0.64025 2.56608 0.674576 2.27575 0.766894 2.00165C0.859212 1.72755 1.00759 1.47568 1.20259 1.26206C1.39758 1.04845 1.63492 0.877782 1.89949 0.76092C2.16406 0.644058 2.45006 0.583565 2.73929 0.583293L4.73671 0.583293" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12669"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15917)"><path d="M13.2324 0.100941C12.92 -0.211479 12.4134 -0.211479 12.101 0.100941C11.7886 0.41336 11.7886 0.919892 12.101 1.23231L13.2324 0.100941ZM15.3334 3.33329L15.8991 3.89898C16.0491 3.74895 16.1334 3.54547 16.1334 3.33329C16.1334 3.12112 16.0491 2.91764 15.8991 2.76761L15.3334 3.33329ZM12.101 5.43427C11.7886 5.74669 11.7886 6.25322 12.101 6.56564C12.4134 6.87806 12.92 6.87806 13.2324 6.56564L12.101 5.43427ZM10 2.53329C9.55821 2.53329 9.20004 2.89146 9.20004 3.33329C9.20004 3.77512 9.55821 4.13329 10 4.13329V2.53329ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95906 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM12.101 1.23231L14.7677 3.89898L15.8991 2.76761L13.2324 0.100941L12.101 1.23231ZM14.7677 2.76761L12.101 5.43427L13.2324 6.56564L15.8991 3.89898L14.7677 2.76761ZM10 4.13329L15.3334 4.13329V2.53329L10 2.53329V4.13329ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36537 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711548 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95906 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95906 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46855 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15917"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhoneForwarded, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13578", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhoneForwarded size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhoneIncoming.tsx b/src/icons/IconPhoneIncoming.tsx
index 3c2ea2e..b460ec3 100644
--- a/src/icons/IconPhoneIncoming.tsx
+++ b/src/icons/IconPhoneIncoming.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhoneIncoming = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12161)"><path fillRule="evenodd" clipRule="evenodd" d="M15.8638 0.136296C16.1567 0.429189 16.1567 0.904063 15.8638 1.19696L12.4774 4.58329H14.6668C15.081 4.58329 15.4168 4.91908 15.4168 5.33329C15.4168 5.74751 15.081 6.08329 14.6668 6.08329H10.6668C10.2526 6.08329 9.91679 5.74751 9.91679 5.33329V1.33329C9.91679 0.919079 10.2526 0.583293 10.6668 0.583293C11.081 0.583293 11.4168 0.919079 11.4168 1.33329V3.52263L14.8031 0.136296C15.096 -0.156597 15.5709 -0.156597 15.8638 0.136296ZM5.1336 2.22429C5.02627 2.13199 4.88905 2.08186 4.7475 2.08326L4.74012 2.08333L2.74053 2.08329C2.65964 2.08341 2.57967 2.10035 2.50568 2.13303C2.4316 2.16575 2.36515 2.21354 2.31055 2.27335C2.25595 2.33316 2.2144 2.40368 2.18855 2.48043C2.16321 2.55568 2.1535 2.63529 2.16 2.71438C2.36722 4.6554 3.02821 6.52048 4.08958 8.15885L4.09315 8.16437C5.05766 9.68222 6.34451 10.9691 7.86236 11.9336L7.86821 11.9373C9.49886 12.9948 11.3545 13.6556 13.2864 13.8668C13.3655 13.8732 13.4451 13.8634 13.5203 13.838C13.5973 13.8119 13.668 13.7701 13.7278 13.7152C13.7877 13.6603 13.8354 13.5935 13.8679 13.5191C13.9005 13.4446 13.9171 13.3642 13.9168 13.283L13.9168 13.28V11.28L13.917 11.2614C13.9206 11.1183 13.8714 10.979 13.7789 10.8698C13.687 10.7613 13.5586 10.6901 13.418 10.6696C12.7232 10.5777 12.0411 10.4076 11.3846 10.1626L11.3829 10.162C11.2785 10.1228 11.165 10.1143 11.056 10.1375C10.9474 10.1607 10.8478 10.2143 10.7686 10.2921C10.7682 10.2925 10.7679 10.2929 10.7675 10.2932L9.92378 11.137C9.68505 11.3757 9.31622 11.4255 9.02273 11.2586C7.23635 10.2428 5.75725 8.76373 4.74148 6.97735C4.5746 6.68385 4.62439 6.31503 4.86312 6.0763L5.70801 5.23141C5.78579 5.1523 5.83941 5.05264 5.86255 4.94411C5.88581 4.83504 5.87732 4.72158 5.83808 4.61719L5.83744 4.6155C5.59247 3.95898 5.42239 3.27692 5.33045 2.58225C5.31013 2.44313 5.24024 2.316 5.1336 2.22429ZM4.73684 0.583293C5.24091 0.579323 5.72939 0.75826 6.11165 1.08701C6.49496 1.41665 6.74532 1.87442 6.81607 2.375L6.81704 2.38189C6.89406 2.96585 7.03687 3.53923 7.24279 4.09109L6.54012 4.35329L7.24216 4.0894C7.38231 4.46223 7.41264 4.86743 7.32956 5.25698C7.24648 5.64653 7.05347 6.0041 6.77341 6.28731L6.77046 6.2903L6.33985 6.72088C7.10094 7.89728 8.1028 8.89914 9.2792 9.66022L9.70979 9.22963L9.71276 9.22667C9.99598 8.94661 10.3535 8.7536 10.7431 8.67052C11.1323 8.58752 11.5371 8.61772 11.9096 8.75753C11.91 8.75766 11.9103 8.75779 11.9107 8.75792L11.6468 9.45996L11.9096 8.75753C11.9094 8.75745 11.9098 8.75761 11.9096 8.75753C12.4613 8.96332 13.0344 9.10608 13.6182 9.18307L13.6249 9.18395C14.1309 9.25534 14.593 9.51024 14.9234 9.90012C15.2515 10.2874 15.4269 10.781 15.4168 11.2882V11.28H14.6668L15.4166 11.2986C15.4166 11.2951 15.4167 11.2917 15.4168 11.2882V13.2785C15.4168 13.278 15.4168 13.2774 15.4168 13.2769L14.6668 13.28H15.4168V13.2785M7.05492 13.1978C5.35343 12.1159 3.91068 10.6732 2.82889 8.97167C1.6392 7.13427 0.898798 5.04255 0.667644 2.86583L0.666403 2.85413C0.640372 2.56608 0.674698 2.27575 0.767016 2.00165C0.859334 1.72755 1.00771 1.47568 1.20271 1.26206C1.3977 1.04845 1.63504 0.877782 1.89961 0.76092C2.16418 0.644058 2.45018 0.583565 2.73941 0.583293L4.73684 0.583293" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12161"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15919)"><path d="M11.4667 1.33329C11.4667 0.891465 11.1085 0.533293 10.6667 0.533293C10.2249 0.533293 9.8667 0.891465 9.8667 1.33329H11.4667ZM10.6667 5.33329H9.8667C9.8667 5.77512 10.2249 6.13329 10.6667 6.13329V5.33329ZM14.6667 6.13329C15.1085 6.13329 15.4667 5.77512 15.4667 5.33329C15.4667 4.89146 15.1085 4.53329 14.6667 4.53329V6.13329ZM15.8991 1.23231C16.2115 0.919892 16.2115 0.41336 15.8991 0.100941C15.5866 -0.211479 15.0801 -0.211479 14.7677 0.100941L15.8991 1.23231ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95906 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM9.8667 1.33329V5.33329H11.4667V1.33329H9.8667ZM10.6667 6.13329H14.6667V4.53329H10.6667V6.13329ZM14.7677 0.100941L10.101 4.76761L11.2324 5.89898L15.8991 1.23231L14.7677 0.100941ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36537 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711548 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95906 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95906 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46855 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15919"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhoneIncoming, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13580", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhoneIncoming size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhoneMissed.tsx b/src/icons/IconPhoneMissed.tsx
index 16f272a..815e113 100644
--- a/src/icons/IconPhoneMissed.tsx
+++ b/src/icons/IconPhoneMissed.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhoneMissed = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12649)"><path fillRule="evenodd" clipRule="evenodd" d="M10.8031 0.136296C11.096 -0.156597 11.5709 -0.156597 11.8638 0.136296L13.3335 1.60597L14.8031 0.136296C15.096 -0.156597 15.5709 -0.156597 15.8638 0.136296C16.1567 0.429189 16.1567 0.904063 15.8638 1.19696L14.3941 2.66663L15.8638 4.1363C16.1567 4.42919 16.1567 4.90406 15.8638 5.19696C15.5709 5.48985 15.096 5.48985 14.8031 5.19696L13.3335 3.72729L11.8638 5.19696C11.5709 5.48985 11.096 5.48985 10.8031 5.19696C10.5102 4.90406 10.5102 4.42919 10.8031 4.1363L12.2728 2.66663L10.8031 1.19696C10.5102 0.904063 10.5102 0.429189 10.8031 0.136296ZM5.1336 2.22429C5.02627 2.13199 4.88905 2.08186 4.7475 2.08326L4.74012 2.08333L2.74053 2.08329C2.65964 2.08341 2.57967 2.10035 2.50568 2.13303C2.4316 2.16575 2.36515 2.21354 2.31055 2.27335C2.25595 2.33316 2.2144 2.40368 2.18855 2.48043C2.16321 2.55568 2.1535 2.63529 2.16 2.71438C2.36722 4.6554 3.02821 6.52048 4.08958 8.15885L4.09315 8.16437C5.05766 9.68222 6.34451 10.9691 7.86236 11.9336L7.86821 11.9373C9.49886 12.9948 11.3545 13.6556 13.2864 13.8668C13.3655 13.8732 13.4451 13.8634 13.5203 13.838C13.5973 13.8119 13.668 13.7701 13.7278 13.7152C13.7877 13.6603 13.8354 13.5935 13.8679 13.5191C13.9005 13.4446 13.9171 13.3642 13.9168 13.283L13.9168 13.28V11.28L13.917 11.2614C13.9206 11.1183 13.8714 10.979 13.7789 10.8698C13.687 10.7613 13.5586 10.6901 13.418 10.6696C12.7232 10.5777 12.0411 10.4076 11.3846 10.1626L11.3829 10.162C11.2785 10.1228 11.165 10.1143 11.056 10.1375C10.9474 10.1607 10.8478 10.2143 10.7686 10.2921C10.7682 10.2925 10.7679 10.2929 10.7675 10.2932L9.92378 11.137C9.68505 11.3757 9.31622 11.4255 9.02273 11.2586C7.23635 10.2428 5.75725 8.76373 4.74148 6.97735C4.5746 6.68385 4.62439 6.31503 4.86312 6.0763L5.70801 5.23141C5.78579 5.1523 5.83941 5.05264 5.86255 4.94411C5.88581 4.83504 5.87732 4.72158 5.83808 4.61719L5.83744 4.6155C5.59247 3.95898 5.42239 3.27692 5.33045 2.58225C5.31013 2.44313 5.24024 2.316 5.1336 2.22429ZM4.73684 0.583293C5.24091 0.579323 5.72939 0.75826 6.11165 1.08701C6.49496 1.41665 6.74532 1.87442 6.81607 2.375L6.81704 2.38189C6.89406 2.96585 7.03687 3.53923 7.24279 4.09109L6.54012 4.35329L7.24216 4.0894C7.38231 4.46223 7.41264 4.86743 7.32956 5.25698C7.24648 5.64653 7.05347 6.0041 6.77341 6.28731L6.77046 6.2903L6.33985 6.72088C7.10094 7.89728 8.1028 8.89914 9.2792 9.66022L9.70979 9.22963L9.71276 9.22667C9.99598 8.94661 10.3535 8.7536 10.7431 8.67052C11.1323 8.58752 11.5371 8.61772 11.9096 8.75753C11.91 8.75766 11.9103 8.75779 11.9107 8.75792L11.6468 9.45996L11.9096 8.75753C11.9094 8.75745 11.9098 8.75761 11.9096 8.75753C12.4613 8.96332 13.0344 9.10608 13.6182 9.18307L13.6249 9.18395C14.1309 9.25534 14.593 9.51024 14.9234 9.90012C15.2515 10.2874 15.4269 10.781 15.4168 11.2882V11.28H14.6668L15.4166 11.2986C15.4166 11.2951 15.4167 11.2917 15.4168 11.2882V13.2785C15.4168 13.278 15.4168 13.2774 15.4168 13.2769L14.6668 13.28H15.4168V13.2785M7.05492 13.1978C5.35343 12.1159 3.91068 10.6732 2.82889 8.97167C1.6392 7.13427 0.898798 5.04255 0.667644 2.86583L0.666403 2.85413C0.640372 2.56608 0.674698 2.27575 0.767016 2.00165C0.859334 1.72755 1.00771 1.47568 1.20271 1.26206C1.3977 1.04845 1.63504 0.877782 1.89961 0.76092C2.16418 0.644058 2.45018 0.583565 2.73941 0.583293L4.73684 0.583293" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12649"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15921)"><path d="M15.8991 1.23231C16.2115 0.919892 16.2115 0.41336 15.8991 0.100941C15.5866 -0.211479 15.0801 -0.211479 14.7677 0.10094L15.8991 1.23231ZM10.7677 4.10094C10.4553 4.41336 10.4553 4.91989 10.7677 5.23231C11.0801 5.54473 11.5866 5.54473 11.8991 5.23231L10.7677 4.10094ZM11.8991 0.10094C11.5866 -0.211479 11.0801 -0.211479 10.7677 0.100941C10.4553 0.41336 10.4553 0.919892 10.7677 1.23231L11.8991 0.10094ZM14.7677 5.23231C15.0801 5.54473 15.5866 5.54473 15.8991 5.23231C16.2115 4.91989 16.2115 4.41336 15.8991 4.10094L14.7677 5.23231ZM14.6667 11.28L13.867 11.2601C13.8668 11.2667 13.8667 11.2733 13.8667 11.28H14.6667ZM14.6667 13.28H13.8667L13.8667 13.2832L14.6667 13.28ZM13.2134 14.6133L13.127 15.4086C13.1318 15.4091 13.1366 15.4096 13.1414 15.41L13.2134 14.6133ZM7.46004 12.5666L7.89534 11.8954L7.88909 11.8914L7.46004 12.5666ZM3.46004 8.56663L4.13527 8.13755L4.13146 8.13167L3.46004 8.56663ZM1.41337 2.78663L0.616519 2.85863L0.617843 2.87111L1.41337 2.78663ZM2.74004 1.33329V0.533292L2.73928 0.533293L2.74004 1.33329ZM4.74004 1.33329V2.13333L4.74791 2.13325L4.74004 1.33329ZM6.07337 2.47996L6.86654 2.37535L6.8655 2.368L6.07337 2.47996ZM6.54004 4.35329L5.79052 4.63298L5.7912 4.63478L6.54004 4.35329ZM6.24004 5.75996L6.80573 6.32565L6.80888 6.32247L6.24004 5.75996ZM5.39337 6.60663L4.82768 6.04094C4.57303 6.29559 4.51992 6.689 4.69793 7.00206L5.39337 6.60663ZM9.39337 10.6066L8.99793 11.3021C9.31099 11.4801 9.7044 11.427 9.95906 11.1723L9.39337 10.6066ZM10.24 9.75996L9.67752 9.19111L9.67435 9.19427L10.24 9.75996ZM11.6467 9.45996L11.3652 10.2088L11.367 10.2095L11.6467 9.45996ZM13.52 9.92663L13.6318 9.13444L13.6246 9.13349L13.52 9.92663ZM14.7677 0.10094L10.7677 4.10094L11.8991 5.23231L15.8991 1.23231L14.7677 0.10094ZM10.7677 1.23231L14.7677 5.23231L15.8991 4.10094L11.8991 0.10094L10.7677 1.23231ZM13.8667 11.28V13.28H15.4667V11.28H13.8667ZM13.8667 13.2832C13.867 13.3575 13.8518 13.431 13.822 13.499L15.288 14.14C15.4071 13.8678 15.4679 13.5738 15.4667 13.2767L13.8667 13.2832ZM13.822 13.499C13.7923 13.5671 13.7487 13.6282 13.6939 13.6784L14.7756 14.8574C14.9945 14.6565 15.169 14.4122 15.288 14.14L13.822 13.499ZM13.6939 13.6784C13.6392 13.7286 13.5746 13.7668 13.5042 13.7906L14.0168 15.3063C14.2982 15.2111 14.5567 15.0582 14.7756 14.8574L13.6939 13.6784ZM13.5042 13.7906C13.4339 13.8144 13.3593 13.8232 13.2854 13.8165L13.1414 15.41C13.4372 15.4368 13.7354 15.4014 14.0168 15.3063L13.5042 13.7906ZM13.2998 13.818C11.3727 13.6086 9.52167 12.9501 7.89532 11.8954L7.02476 13.2378C8.86107 14.4287 10.9511 15.1722 13.127 15.4086L13.2998 13.818ZM7.88909 11.8914C6.37744 10.9308 5.09582 9.64922 4.13525 8.13757L2.78483 8.99568C3.87137 10.7056 5.32107 12.1553 7.03098 13.2418L7.88909 11.8914ZM4.13146 8.13167C3.0731 6.49793 2.41446 4.63786 2.2089 2.70215L0.617843 2.87111C0.849941 5.05672 1.59361 7.15693 2.78861 9.00159L4.13146 8.13167ZM2.21012 2.71463C2.20346 2.64088 2.21222 2.56656 2.23586 2.49639L0.71955 1.98569C0.625017 2.26637 0.589961 2.56366 0.616617 2.85863L2.21012 2.71463ZM2.23586 2.49639C2.25949 2.42622 2.29748 2.36174 2.34739 2.30706L1.1657 1.22836C0.966026 1.44709 0.814084 1.70501 0.71955 1.98569L2.23586 2.49639ZM2.34739 2.30706C2.39731 2.25237 2.45807 2.20868 2.5258 2.17876L1.87933 0.715183C1.60841 0.83485 1.36537 1.00962 1.1657 1.22836L2.34739 2.30706ZM2.5258 2.17876C2.59353 2.14885 2.66675 2.13336 2.74079 2.13329L2.73928 0.533293C2.44311 0.533572 2.15025 0.595516 1.87933 0.715183L2.5258 2.17876ZM2.74004 2.13329H4.74004V0.533293H2.74004V2.13329ZM4.74791 2.13325C4.87733 2.13198 5.00279 2.17781 5.10091 2.2622L6.14418 1.0491C5.75167 0.711548 5.24982 0.528236 4.73216 0.533331L4.74791 2.13325ZM5.10091 2.2622C5.19904 2.34658 5.26313 2.46377 5.28124 2.59192L6.8655 2.368C6.79305 1.85541 6.53668 1.38665 6.14418 1.0491L5.10091 2.2622ZM5.28024 2.58457C5.37254 3.28443 5.54373 3.9716 5.79052 4.63298L7.28956 4.07361C7.08495 3.52529 6.94303 2.95558 6.8665 2.37535L5.28024 2.58457ZM5.7912 4.63478C5.82707 4.73023 5.83484 4.83396 5.81357 4.93368L7.37838 5.26741C7.46345 4.86851 7.43239 4.45359 7.28888 4.0718L5.7912 4.63478ZM5.81357 4.93368C5.7923 5.03341 5.74289 5.12494 5.67119 5.19745L6.80888 6.32247C7.09567 6.03246 7.29331 5.66631 7.37838 5.26741L5.81357 4.93368ZM5.67435 5.19427L4.82768 6.04094L5.95906 7.17231L6.80572 6.32564L5.67435 5.19427ZM4.69793 7.00206C5.71815 8.79627 7.20373 10.2818 8.99793 11.3021L9.78881 9.91119C8.24495 9.03333 6.96666 7.75504 6.08881 6.21119L4.69793 7.00206ZM9.95906 11.1723L10.8057 10.3256L9.67435 9.19427L8.82768 10.0409L9.95906 11.1723ZM10.8025 10.3288C10.8751 10.2571 10.9666 10.2077 11.0663 10.1864L10.7326 8.62162C10.3337 8.70669 9.96754 8.90433 9.67753 9.19112L10.8025 10.3288ZM11.0663 10.1864C11.166 10.1652 11.2698 10.1729 11.3652 10.2088L11.9282 8.71112C11.5464 8.5676 11.1315 8.53654 10.7326 8.62162L11.0663 10.1864ZM11.367 10.2095C12.0284 10.4563 12.7156 10.6275 13.4154 10.7198L13.6246 9.13349C13.0444 9.05697 12.4747 8.91505 11.9264 8.71044L11.367 10.2095ZM13.4083 10.7188C13.5378 10.7371 13.6561 10.8023 13.7407 10.9021L14.9614 9.8678C14.6232 9.46855 14.1499 9.20757 13.6318 9.13447L13.4083 10.7188ZM13.7407 10.9021C13.8253 11.0019 13.8702 11.1293 13.867 11.2601L15.4665 11.2998C15.4794 10.7767 15.2997 10.267 14.9614 9.8678L13.7407 10.9021Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15921"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhoneMissed, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13579", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhoneMissed size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhoneOff.tsx b/src/icons/IconPhoneOff.tsx
index 92fca55..fb9c014 100644
--- a/src/icons/IconPhoneOff.tsx
+++ b/src/icons/IconPhoneOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhoneOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12642)"><path fillRule="evenodd" clipRule="evenodd" d="M15.8637 0.136296C16.1566 0.429189 16.1566 0.904063 15.8637 1.19696L8.20416 8.85654C8.54388 9.14836 8.90303 9.41688 9.27916 9.66022L9.70975 9.22963L9.71273 9.22667C9.99594 8.94661 10.3535 8.7536 10.7431 8.67052C11.1322 8.58752 11.537 8.61772 11.9096 8.75753C11.9099 8.75766 11.9103 8.75779 11.9106 8.75792L11.6467 9.45996L11.9096 8.75753C11.9094 8.75745 11.9098 8.75761 11.9096 8.75753C12.4612 8.96332 13.0344 9.10608 13.6182 9.18307L13.6251 9.18398C14.1256 9.25473 14.5834 9.50512 14.913 9.88842C15.2418 10.2707 15.4207 10.7592 15.4167 11.2633V11.26H14.6667L15.4167 11.2673C15.4167 11.266 15.4167 11.2646 15.4167 11.2633V13.2585C15.4167 13.258 15.4167 13.2574 15.4167 13.2569L14.6667 13.26H15.4167V13.2585M7.05504 13.1779C6.41655 12.7722 5.81312 12.3146 5.25082 11.8099L1.19708 15.8636C0.904185 16.1565 0.429311 16.1565 0.136418 15.8636C-0.156475 15.5707 -0.156475 15.0959 0.136418 14.803L6.53329 8.40609C6.55078 8.38418 6.56968 8.36302 6.58999 8.34273C6.61013 8.32261 6.63113 8.30387 6.65287 8.28651L14.8031 0.136296C15.096 -0.156597 15.5709 -0.156597 15.8637 0.136296M7.14085 9.91985L6.31321 10.7475C6.79746 11.1764 7.31535 11.5663 7.8621 11.9135L7.86818 11.9173C9.49883 12.9748 11.3545 13.6356 13.2864 13.8468C13.3655 13.8532 13.4451 13.8434 13.5203 13.818C13.5973 13.7919 13.6679 13.7501 13.7278 13.6952C13.7876 13.6403 13.8354 13.5735 13.8679 13.4991C13.9004 13.4246 13.9171 13.3442 13.9168 13.263L13.9167 13.26V11.2526C13.9181 11.111 13.8681 10.9738 13.7758 10.8665C13.684 10.7598 13.5569 10.69 13.4178 10.6696C12.7231 10.5777 12.0411 10.4076 11.3845 10.1626L11.3829 10.162C11.2785 10.1228 11.165 10.1143 11.0559 10.1375C10.9474 10.1607 10.8477 10.2143 10.7686 10.2921C10.7682 10.2925 10.7678 10.2929 10.7674 10.2932L9.92375 11.137C9.68501 11.3757 9.31619 11.4255 9.0227 11.2586C8.35121 10.8768 7.72078 10.4281 7.14085 9.91985ZM5.13356 2.22429C5.02624 2.13199 4.88901 2.08186 4.74746 2.08326L4.74008 2.08333L2.74049 2.08329C2.65961 2.08341 2.57963 2.10035 2.50564 2.13303C2.43156 2.16575 2.36511 2.21354 2.31051 2.27335C2.25591 2.33316 2.21437 2.40368 2.18852 2.48043C2.16325 2.55544 2.15353 2.63479 2.1599 2.71364C2.37109 4.64558 3.03187 6.50123 4.08935 8.13188C4.31472 8.47942 4.21569 8.94385 3.86816 9.16922C3.52062 9.3946 3.05619 9.29557 2.83082 8.94804C1.64423 7.11828 0.903381 5.03571 0.667803 2.86764L0.666336 2.85414C0.640305 2.56608 0.674661 2.27575 0.76698 2.00165C0.859298 1.72755 1.00768 1.47568 1.20267 1.26206C1.39767 1.04845 1.635 0.877782 1.89957 0.76092C2.16414 0.644058 2.45015 0.583565 2.73938 0.583293L4.7368 0.583293C5.24088 0.579323 5.72935 0.758261 6.11162 1.08701C6.49492 1.41665 6.74528 1.87442 6.81603 2.375L6.81701 2.38189C6.89403 2.96585 7.03683 3.53923 7.24275 4.09109L6.54008 4.35329L7.24212 4.0894C7.38227 4.46223 7.4126 4.86743 7.32952 5.25698C7.24644 5.64653 7.05344 6.0041 6.77337 6.28731L6.77042 6.2903L5.92375 7.13696C5.63085 7.42985 5.15598 7.42985 4.86308 7.13696C4.57019 6.84406 4.57019 6.36919 4.86308 6.0763L5.70797 5.23141C5.78575 5.1523 5.83937 5.05264 5.86251 4.94411C5.88578 4.83504 5.87728 4.72158 5.83804 4.61719L5.83741 4.6155C5.59243 3.95898 5.42235 3.2769 5.33041 2.58223C5.31009 2.44312 5.2402 2.316 5.13356 2.22429Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12642"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15923)"><path d="M7.68602 8.30786C7.37373 7.9953 6.8672 7.99508 6.55465 8.30736C6.24209 8.61964 6.24187 9.12617 6.55415 9.43873L7.68602 8.30786ZM9.39341 10.6066L8.99798 11.3021C9.31104 11.4801 9.70445 11.427 9.9591 11.1723L9.39341 10.6066ZM10.2401 9.75996L9.67756 9.19111L9.6744 9.19427L10.2401 9.75996ZM11.6467 9.45996L11.3653 10.2088L11.3671 10.2095L11.6467 9.45996ZM13.5201 9.92663L13.632 9.13447L13.6247 9.1335L13.5201 9.92663ZM14.6667 11.26L13.8667 11.2521V11.26H14.6667ZM14.6667 13.26H13.8667L13.8668 13.2632L14.6667 13.26ZM13.2134 14.5933L13.127 15.3886C13.1318 15.3891 13.1366 15.3896 13.1414 15.39L13.2134 14.5933ZM7.46008 12.5466L7.89538 11.8754L7.8889 11.8713L7.46008 12.5466ZM5.80608 10.2013C5.49384 9.88866 4.9873 9.88838 4.67471 10.2006C4.36212 10.5129 4.36184 11.0194 4.67408 11.332L5.80608 10.2013ZM2.78887 8.97524C3.02926 9.34594 3.52466 9.45157 3.89536 9.21118C4.26606 8.97078 4.3717 8.47538 4.1313 8.10468L2.78887 8.97524ZM1.41341 2.78663L0.616661 2.85863C0.617096 2.86344 0.617574 2.86824 0.618096 2.87304L1.41341 2.78663ZM2.74008 1.33329V0.533292L2.73933 0.533293L2.74008 1.33329ZM4.74008 1.33329V2.13333L4.74795 2.13325L4.74008 1.33329ZM6.07341 2.47996L6.86658 2.37535L6.86554 2.368L6.07341 2.47996ZM6.54008 4.35329L5.79056 4.63298L5.79124 4.63478L6.54008 4.35329ZM6.24008 5.75996L6.80578 6.32565L6.80892 6.32247L6.24008 5.75996ZM4.82773 6.04094C4.51531 6.35336 4.51531 6.85989 4.82773 7.17231C5.14015 7.48473 5.64668 7.48473 5.9591 7.17231L4.82773 6.04094ZM15.8991 1.23231C16.2115 0.919892 16.2115 0.41336 15.8991 0.100941C15.5867 -0.211479 15.0801 -0.211479 14.7677 0.100941L15.8991 1.23231ZM0.101063 14.7676C-0.211357 15.08 -0.211357 15.5866 0.101063 15.899C0.413482 16.2114 0.920014 16.2114 1.23243 15.899L0.101063 14.7676ZM6.55415 9.43873C7.28146 10.1667 8.10345 10.7934 8.99798 11.3021L9.78885 9.91119C9.01914 9.47352 8.31184 8.93424 7.68602 8.30786L6.55415 9.43873ZM9.9591 11.1723L10.8058 10.3256L9.6744 9.19427L8.82773 10.0409L9.9591 11.1723ZM10.8026 10.3288C10.8751 10.2571 10.9666 10.2077 11.0664 10.1864L10.7326 8.62162C10.3337 8.70669 9.96758 8.90433 9.67757 9.19112L10.8026 10.3288ZM11.0664 10.1864C11.1661 10.1652 11.2698 10.1729 11.3653 10.2088L11.9282 8.71112C11.5465 8.56761 11.1315 8.53654 10.7326 8.62162L11.0664 10.1864ZM11.3671 10.2095C12.0284 10.4563 12.7156 10.6275 13.4155 10.7198L13.6247 9.1335C13.0445 9.05697 12.4748 8.91505 11.9264 8.71044L11.3671 10.2095ZM13.4081 10.7188C13.5363 10.7369 13.6535 10.801 13.7378 10.8991L14.9509 9.85582C14.6134 9.46332 14.1446 9.20695 13.632 9.1345L13.4081 10.7188ZM13.7378 10.8991C13.8222 10.9972 13.8681 11.1227 13.8668 11.2521L15.4667 11.2678C15.4718 10.7502 15.2885 10.2483 14.9509 9.85582L13.7378 10.8991ZM13.8667 11.26V13.26H15.4667V11.26H13.8667ZM13.8668 13.2632C13.8671 13.3375 13.8518 13.411 13.8221 13.479L15.2881 14.12C15.4071 13.8478 15.4679 13.5538 15.4667 13.2567L13.8668 13.2632ZM13.8221 13.479C13.7923 13.5471 13.7487 13.6082 13.694 13.6584L14.7756 14.8374C14.9945 14.6365 15.1691 14.3922 15.2881 14.12L13.8221 13.479ZM13.694 13.6584C13.6392 13.7086 13.5746 13.7468 13.5043 13.7706L14.0169 15.2863C14.2983 15.1911 14.5567 15.0382 14.7756 14.8374L13.694 13.6584ZM13.5043 13.7706C13.4339 13.7944 13.3594 13.8032 13.2854 13.7965L13.1414 15.39C13.4373 15.4168 13.7355 15.3814 14.0169 15.2863L13.5043 13.7706ZM13.2998 13.798C11.3728 13.5886 9.52171 12.9301 7.89536 11.8754L7.0248 13.2178C8.86111 14.4087 10.9512 15.1522 13.127 15.3886L13.2998 13.798ZM7.8889 11.8713C7.13538 11.3928 6.43689 10.8328 5.80608 10.2013L4.67408 11.332C5.38798 12.0467 6.17848 12.6805 7.03126 13.222L7.8889 11.8713ZM4.1313 8.10468C3.07661 6.47833 2.41812 4.62726 2.20873 2.70021L0.618096 2.87304C0.854518 5.04888 1.59802 7.13893 2.78887 8.97524L4.1313 8.10468ZM2.21017 2.71463C2.2035 2.64088 2.21227 2.56656 2.2359 2.49639L0.719595 1.98569C0.625061 2.26637 0.590006 2.56366 0.616661 2.85863L2.21017 2.71463ZM2.2359 2.49639C2.25953 2.42622 2.29752 2.36174 2.34744 2.30706L1.16574 1.22836C0.96607 1.44709 0.814129 1.70501 0.719595 1.98569L2.2359 2.49639ZM2.34744 2.30706C2.39736 2.25237 2.45812 2.20868 2.52585 2.17876L1.87937 0.715183C1.60845 0.83485 1.36542 1.00962 1.16574 1.22836L2.34744 2.30706ZM2.52585 2.17876C2.59358 2.14885 2.66679 2.13336 2.74083 2.13329L2.73933 0.533293C2.44316 0.533572 2.15029 0.595517 1.87937 0.715183L2.52585 2.17876ZM2.74008 2.13329H4.74008V0.533293H2.74008V2.13329ZM4.74795 2.13325C4.87737 2.13198 5.00283 2.17781 5.10096 2.2622L6.14422 1.0491C5.75172 0.711549 5.24987 0.528237 4.73221 0.533331L4.74795 2.13325ZM5.10096 2.2622C5.19908 2.34658 5.26318 2.46377 5.28129 2.59192L6.86554 2.368C6.79309 1.85541 6.53672 1.38665 6.14422 1.0491L5.10096 2.2622ZM5.28028 2.58457C5.37259 3.28443 5.54377 3.9716 5.79056 4.63298L7.2896 4.07361C7.08499 3.52529 6.94307 2.95558 6.86655 2.37535L5.28028 2.58457ZM5.79124 4.63478C5.82712 4.73023 5.83488 4.83396 5.81361 4.93368L7.37842 5.26741C7.4635 4.86851 7.43244 4.45359 7.28892 4.0718L5.79124 4.63478ZM5.81361 4.93368C5.79235 5.03341 5.74294 5.12494 5.67124 5.19745L6.80892 6.32247C7.09571 6.03246 7.29335 5.66631 7.37842 5.26741L5.81361 4.93368ZM5.6744 5.19427L4.82773 6.04094L5.9591 7.17231L6.80577 6.32564L5.6744 5.19427ZM14.7677 0.100941L0.101063 14.7676L1.23243 15.899L15.8991 1.23231L14.7677 0.100941Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15923"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhoneOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13582", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhoneOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPhoneOutgoing.tsx b/src/icons/IconPhoneOutgoing.tsx
index 717c0ba..b068e67 100644
--- a/src/icons/IconPhoneOutgoing.tsx
+++ b/src/icons/IconPhoneOutgoing.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPhoneOutgoing = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12647)"><path fillRule="evenodd" clipRule="evenodd" d="M10.5832 0.666626C10.5832 0.252412 10.919 -0.083374 11.3332 -0.083374H15.3332C15.7474 -0.083374 16.0832 0.252412 16.0832 0.666626V4.66663C16.0832 5.08084 15.7474 5.41663 15.3332 5.41663C14.919 5.41663 14.5832 5.08084 14.5832 4.66663V2.47729L11.1969 5.86362C10.904 6.15652 10.4291 6.15652 10.1362 5.86362C9.84332 5.57073 9.84332 5.09586 10.1362 4.80296L13.5225 1.41663H11.3332C10.919 1.41663 10.5832 1.08084 10.5832 0.666626ZM5.13335 2.22429C5.02603 2.13199 4.8888 2.08186 4.74725 2.08326L4.73987 2.08333L2.74028 2.08329C2.6594 2.08341 2.57942 2.10035 2.50544 2.13303C2.43136 2.16575 2.3649 2.21354 2.3103 2.27335C2.2557 2.33316 2.21416 2.40369 2.18831 2.48043C2.16297 2.55568 2.15326 2.63529 2.15975 2.71438C2.36698 4.6554 3.02797 6.52048 4.08933 8.15885L4.09291 8.16437C5.05741 9.68222 6.34426 10.9691 7.86211 11.9336L7.86797 11.9373C9.49862 12.9948 11.3543 13.6556 13.2862 13.8668C13.3653 13.8732 13.4449 13.8634 13.5201 13.838C13.597 13.8119 13.6677 13.7701 13.7276 13.7152C13.7874 13.6603 13.8352 13.5935 13.8677 13.5191C13.9002 13.4446 13.9169 13.3642 13.9165 13.283L13.9165 13.28V11.28L13.9168 11.2614C13.9203 11.1183 13.8712 10.979 13.7787 10.8698C13.6867 10.7613 13.5584 10.6901 13.4177 10.6696C12.723 10.5777 12.0409 10.4076 11.3843 10.1626L11.3826 10.162C11.2782 10.1228 11.1648 10.1143 11.0557 10.1375C10.9472 10.1607 10.8475 10.2143 10.7684 10.2921C10.768 10.2925 10.7676 10.2929 10.7672 10.2932L9.92354 11.137C9.6848 11.3757 9.31598 11.4255 9.02249 11.2586C7.2361 10.2428 5.757 8.76373 4.74124 6.97735C4.57435 6.68385 4.62414 6.31503 4.86288 6.0763L5.70776 5.23141C5.78554 5.1523 5.83916 5.05264 5.86231 4.94411C5.88557 4.83504 5.87708 4.72158 5.83783 4.61719L5.8372 4.6155C5.59222 3.95898 5.42215 3.27692 5.3302 2.58225C5.30988 2.44313 5.23999 2.316 5.13335 2.22429ZM4.73659 0.583293C5.24067 0.579323 5.72915 0.75826 6.11141 1.08701C6.49471 1.41665 6.74507 1.87442 6.81582 2.375L6.8168 2.38189C6.89382 2.96585 7.03662 3.53924 7.24255 4.09109L6.53987 4.35329L7.24191 4.0894C7.38206 4.46223 7.41239 4.86743 7.32932 5.25698C7.24624 5.64653 7.05323 6.0041 6.77316 6.28731L6.77021 6.2903L6.33961 6.72088C7.10069 7.89728 8.10256 8.89914 9.27895 9.66022L9.70954 9.22963L9.71252 9.22667C9.99574 8.94661 10.3533 8.7536 10.7429 8.67052C11.132 8.58752 11.5368 8.61772 11.9094 8.75753C11.9097 8.75766 11.9101 8.75779 11.9104 8.75792L11.6465 9.45996L11.9094 8.75753C11.9092 8.75745 11.9096 8.75761 11.9094 8.75753C12.461 8.96332 13.0342 9.10608 13.6179 9.18307L13.6246 9.18395C14.1307 9.25534 14.5928 9.51024 14.9231 9.90012C15.2512 10.2874 15.4266 10.781 15.4165 11.2882V11.28H14.6665L15.4163 11.2986C15.4164 11.2951 15.4165 11.2917 15.4165 11.2882V13.2785C15.4165 13.278 15.4165 13.2774 15.4165 13.2769L14.6665 13.28H15.4165V13.2785M7.05467 13.1978C5.35318 12.1159 3.91043 10.6732 2.82865 8.97167C1.63895 7.13427 0.898554 5.04255 0.6674 2.86583L0.666159 2.85413C0.640128 2.56608 0.674454 2.27575 0.766772 2.00165C0.85909 1.72755 1.00747 1.47568 1.20246 1.26206C1.39746 1.04845 1.6348 0.877782 1.89937 0.76092C2.16393 0.644058 2.44994 0.583565 2.73917 0.583293L4.73659 0.583293" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12647"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15925)"><path d="M14.5331 4.66663C14.5331 5.10845 14.8913 5.46663 15.3331 5.46663C15.775 5.46663 16.1331 5.10845 16.1331 4.66663H14.5331ZM15.3331 0.666626H16.1331C16.1331 0.224798 15.775 -0.133374 15.3331 -0.133374V0.666626ZM11.3331 -0.133374C10.8913 -0.133374 10.5331 0.224798 10.5331 0.666626C10.5331 1.10845 10.8913 1.46663 11.3331 1.46663V-0.133374ZM10.1008 4.76761C9.78835 5.08003 9.78835 5.58656 10.1008 5.89898C10.4132 6.2114 10.9197 6.2114 11.2321 5.89898L10.1008 4.76761ZM14.6665 11.28L13.8667 11.2601C13.8665 11.2667 13.8665 11.2733 13.8665 11.28H14.6665ZM14.6665 13.28H13.8665L13.8665 13.2832L14.6665 13.28ZM13.2131 14.6133L13.1267 15.4086C13.1315 15.4091 13.1363 15.4096 13.1411 15.41L13.2131 14.6133ZM7.45979 12.5666L7.89509 11.8954L7.88885 11.8914L7.45979 12.5666ZM3.45979 8.56663L4.13503 8.13755L4.13122 8.13167L3.45979 8.56663ZM1.41313 2.78663L0.616275 2.85863L0.617599 2.87111L1.41313 2.78663ZM2.73979 1.33329V0.533292L2.73904 0.533293L2.73979 1.33329ZM4.73979 1.33329V2.13333L4.74767 2.13325L4.73979 1.33329ZM6.07313 2.47996L6.86629 2.37535L6.86525 2.368L6.07313 2.47996ZM6.53979 4.35329L5.79027 4.63298L5.79095 4.63478L6.53979 4.35329ZM6.23979 5.75996L6.80549 6.32565L6.80863 6.32247L6.23979 5.75996ZM5.39313 6.60663L4.82744 6.04094C4.57279 6.29559 4.51968 6.689 4.69769 7.00206L5.39313 6.60663ZM9.39313 10.6066L8.99769 11.3021C9.31075 11.4801 9.70416 11.427 9.95881 11.1723L9.39313 10.6066ZM10.2398 9.75996L9.67727 9.19111L9.67411 9.19427L10.2398 9.75996ZM11.6465 9.45996L11.365 10.2088L11.3668 10.2095L11.6465 9.45996ZM13.5198 9.92663L13.6316 9.13444L13.6244 9.13349L13.5198 9.92663ZM16.1331 4.66663V0.666626H14.5331V4.66663H16.1331ZM15.3331 -0.133374H11.3331V1.46663H15.3331V-0.133374ZM11.2321 5.89898L15.8988 1.23231L14.7674 0.10094L10.1008 4.76761L11.2321 5.89898ZM13.8665 11.28V13.28H15.4665V11.28H13.8665ZM13.8665 13.2832C13.8668 13.3575 13.8516 13.431 13.8218 13.499L15.2878 14.14C15.4068 13.8678 15.4677 13.5738 15.4665 13.2767L13.8665 13.2832ZM13.8218 13.499C13.792 13.5671 13.7484 13.6282 13.6937 13.6784L14.7753 14.8574C14.9942 14.6565 15.1688 14.4122 15.2878 14.14L13.8218 13.499ZM13.6937 13.6784C13.639 13.7286 13.5744 13.7668 13.504 13.7906L14.0166 15.3063C14.298 15.2111 14.5564 15.0582 14.7753 14.8574L13.6937 13.6784ZM13.504 13.7906C13.4336 13.8144 13.3591 13.8232 13.2851 13.8165L13.1411 15.41C13.437 15.4368 13.7352 15.4014 14.0166 15.3063L13.504 13.7906ZM13.2995 13.818C11.3725 13.6086 9.52142 12.9501 7.89507 11.8954L7.02451 13.2378C8.86083 14.4287 10.9509 15.1722 13.1267 15.4086L13.2995 13.818ZM7.88885 11.8914C6.37719 10.9308 5.09557 9.64922 4.135 8.13757L2.78458 8.99568C3.87113 10.7056 5.32083 12.1553 7.03074 13.2418L7.88885 11.8914ZM4.13122 8.13167C3.07285 6.49793 2.41421 4.63786 2.20865 2.70215L0.617599 2.87111C0.849697 5.05672 1.59337 7.15693 2.78837 9.00159L4.13122 8.13167ZM2.20988 2.71463C2.20322 2.64088 2.21198 2.56656 2.23561 2.49639L0.719306 1.98569C0.624773 2.26637 0.589717 2.56366 0.616373 2.85863L2.20988 2.71463ZM2.23561 2.49639C2.25925 2.42622 2.29723 2.36174 2.34715 2.30706L1.16546 1.22836C0.965781 1.44709 0.81384 1.70501 0.719306 1.98569L2.23561 2.49639ZM2.34715 2.30706C2.39707 2.25237 2.45783 2.20868 2.52556 2.17876L1.87908 0.715183C1.60816 0.83485 1.36513 1.00962 1.16546 1.22836L2.34715 2.30706ZM2.52556 2.17876C2.59329 2.14885 2.6665 2.13336 2.74055 2.13329L2.73904 0.533293C2.44287 0.533572 2.15 0.595516 1.87908 0.715183L2.52556 2.17876ZM2.73979 2.13329H4.73979V0.533293H2.73979V2.13329ZM4.74767 2.13325C4.87708 2.13198 5.00254 2.17781 5.10067 2.2622L6.14393 1.0491C5.75143 0.711548 5.24958 0.528236 4.73192 0.533331L4.74767 2.13325ZM5.10067 2.2622C5.19879 2.34658 5.26289 2.46377 5.281 2.59192L6.86525 2.368C6.7928 1.85541 6.53643 1.38665 6.14393 1.0491L5.10067 2.2622ZM5.27999 2.58457C5.3723 3.28443 5.54348 3.9716 5.79028 4.63298L7.28931 4.07361C7.0847 3.52529 6.94278 2.95558 6.86626 2.37535L5.27999 2.58457ZM5.79095 4.63478C5.82683 4.73023 5.83459 4.83396 5.81333 4.93368L7.37813 5.26741C7.46321 4.86851 7.43215 4.45359 7.28863 4.0718L5.79095 4.63478ZM5.81333 4.93368C5.79206 5.03341 5.74265 5.12494 5.67095 5.19745L6.80863 6.32247C7.09542 6.03246 7.29306 5.66631 7.37813 5.26741L5.81333 4.93368ZM5.67411 5.19427L4.82744 6.04094L5.95881 7.17231L6.80548 6.32564L5.67411 5.19427ZM4.69769 7.00206C5.71791 8.79627 7.20348 10.2818 8.99769 11.3021L9.78856 9.91119C8.24471 9.03333 6.96642 7.75504 6.08856 6.21119L4.69769 7.00206ZM9.95881 11.1723L10.8055 10.3256L9.67411 9.19427L8.82744 10.0409L9.95881 11.1723ZM10.8023 10.3288C10.8748 10.2571 10.9663 10.2077 11.0661 10.1864L10.7323 8.62162C10.3334 8.70669 9.9673 8.90433 9.67728 9.19112L10.8023 10.3288ZM11.0661 10.1864C11.1658 10.1652 11.2695 10.1729 11.365 10.2088L11.9279 8.71112C11.5462 8.5676 11.1312 8.53654 10.7323 8.62162L11.0661 10.1864ZM11.3668 10.2095C12.0282 10.4563 12.7153 10.6275 13.4152 10.7198L13.6244 9.13349C13.0442 9.05697 12.4745 8.91505 11.9261 8.71044L11.3668 10.2095ZM13.408 10.7188C13.5376 10.7371 13.6559 10.8023 13.7404 10.9021L14.9612 9.8678C14.6229 9.46855 14.1497 9.20757 13.6315 9.13447L13.408 10.7188ZM13.7404 10.9021C13.825 11.0019 13.87 11.1293 13.8667 11.2601L15.4662 11.2998C15.4792 10.7767 15.2995 10.267 14.9612 9.8678L13.7404 10.9021Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15925"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPhoneOutgoing, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13581", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPhoneOutgoing size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPieChart.tsx b/src/icons/IconPieChart.tsx
index e10afe3..e75579c 100644
--- a/src/icons/IconPieChart.tsx
+++ b/src/icons/IconPieChart.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPieChart = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12638)"><path fillRule="evenodd" clipRule="evenodd" d="M7.46967 0.802922C7.61033 0.66227 7.80109 0.583252 8 0.583252C8.97398 0.583252 9.93841 0.77509 10.8382 1.14781C11.7381 1.52053 12.5557 2.06684 13.2444 2.75554C13.9331 3.44424 14.4794 4.26185 14.8521 5.16168C15.2248 6.06151 15.4167 7.02595 15.4167 7.99992C15.4167 8.41413 15.0809 8.74992 14.6667 8.74992H8C7.58579 8.74992 7.25 8.41413 7.25 7.99992V1.33325C7.25 1.13434 7.32902 0.943574 7.46967 0.802922ZM8.75 2.13098V7.24992H13.8689C13.8026 6.73066 13.6675 6.22139 13.4663 5.73571C13.169 5.01787 12.7331 4.36562 12.1837 3.8162C11.6343 3.26679 10.9821 2.83097 10.2642 2.53363C9.77854 2.33246 9.26926 2.19734 8.75 2.13098ZM6.02074 1.58662C6.18641 1.96626 6.01295 2.40832 5.63331 2.57398C4.74751 2.96053 3.96989 3.55818 3.36843 4.31469C2.76698 5.07119 2.35999 5.96351 2.18306 6.91364C2.00613 7.86377 2.06464 8.84278 2.35348 9.76507C2.64232 10.6874 3.15269 11.5249 3.83998 12.2043C4.52726 12.8838 5.37053 13.3846 6.29606 13.6629C7.22159 13.9412 8.2012 13.9885 9.14925 13.8007C10.0973 13.613 10.9849 13.1958 11.7345 12.5858C12.4841 11.9757 13.0728 11.1913 13.4492 10.3012C13.6105 9.91964 14.0506 9.74115 14.4321 9.90247C14.8136 10.0638 14.9921 10.5038 14.8308 10.8854C14.359 12.0012 13.621 12.9844 12.6813 13.7492C11.7417 14.5139 10.6291 15.0368 9.44068 15.2721C8.25228 15.5075 7.02431 15.4482 5.86414 15.0994C4.70397 14.7505 3.64692 14.1228 2.78539 13.271C1.92387 12.4193 1.28411 11.3695 0.922039 10.2134C0.559973 9.05725 0.486626 7.83005 0.708411 6.63904C0.930196 5.44803 1.44036 4.32948 2.1943 3.38119C2.94824 2.4329 3.92301 1.68373 5.03337 1.19919C5.41301 1.03352 5.85507 1.20698 6.02074 1.58662Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12638"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15929)"><path d="M14.8768 10.9048C15.0489 10.4979 14.8585 10.0285 14.4516 9.85642C14.0446 9.68434 13.5752 9.87474 13.4032 10.2817L14.8768 10.9048ZM5.65331 2.61981C6.05826 2.4431 6.24328 1.97157 6.06656 1.56662C5.88985 1.16167 5.41832 0.976646 5.01337 1.15336L5.65331 2.61981ZM14.6667 7.99992V8.79992C15.1085 8.79992 15.4667 8.44175 15.4667 7.99992H14.6667ZM8 1.33325V0.533252C7.78783 0.533252 7.58435 0.617537 7.43432 0.767567C7.28429 0.917596 7.2 1.12108 7.2 1.33325H8ZM8 7.99992H7.2C7.2 8.44175 7.55818 8.79992 8 8.79992V7.99992ZM13.4032 10.2817C13.0299 11.1643 12.4462 11.9421 11.7029 12.547L12.7129 13.7879C13.6589 13.0181 14.4018 12.0282 14.8768 10.9048L13.4032 10.2817ZM11.7029 12.547C10.9597 13.1519 10.0796 13.5655 9.13954 13.7517L9.45039 15.3212C10.6468 15.0842 11.7669 14.5578 12.7129 13.7879L11.7029 12.547ZM9.13954 13.7517C8.1995 13.9379 7.22817 13.8909 6.31046 13.615L5.84975 15.1472C7.01774 15.4984 8.25398 15.5582 9.45039 15.3212L9.13954 13.7517ZM6.31046 13.615C5.39275 13.3391 4.55661 12.8425 3.87513 12.1688L2.75024 13.3066C3.61757 14.1641 4.68175 14.796 5.84975 15.1472L6.31046 13.615ZM3.87513 12.1688C3.19365 11.495 2.6876 10.6646 2.4012 9.75013L0.874324 10.2283C1.23883 11.3922 1.88291 12.4491 2.75024 13.3066L3.87513 12.1688ZM2.4012 9.75013C2.1148 8.83563 2.05678 7.8649 2.23222 6.9228L0.659256 6.62989C0.435976 7.82892 0.509817 9.0644 0.874324 10.2283L2.4012 9.75013ZM2.23222 6.9228C2.40765 5.9807 2.8112 5.09591 3.40757 4.3458L2.15516 3.35007C1.39614 4.30476 0.882537 5.43085 0.659256 6.62989L2.23222 6.9228ZM3.40757 4.3458C4.00395 3.59569 4.775 3.00309 5.65331 2.61981L5.01337 1.15336C3.89552 1.64117 2.91419 2.39539 2.15516 3.35007L3.40757 4.3458ZM15.4667 7.99992C15.4667 7.01938 15.2735 6.04845 14.8983 5.14255L13.4201 5.75484C13.7149 6.46662 13.8667 7.2295 13.8667 7.99992H15.4667ZM14.8983 5.14255C14.5231 4.23665 13.9731 3.41353 13.2797 2.72019L12.1484 3.85156C12.6931 4.39633 13.1253 5.04307 13.4201 5.75484L14.8983 5.14255ZM13.2797 2.72019C12.5864 2.02684 11.7633 1.47685 10.8574 1.10162L10.2451 2.57983C10.9569 2.87465 11.6036 3.30679 12.1484 3.85156L13.2797 2.72019ZM10.8574 1.10162C9.95148 0.726383 8.98054 0.533252 8 0.533252V2.13325C8.77043 2.13325 9.5333 2.285 10.2451 2.57983L10.8574 1.10162ZM7.2 1.33325V7.99992H8.8V1.33325H7.2ZM8 8.79992H14.6667V7.19992H8V8.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15929"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPieChart, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13583", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPieChart size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPlay.tsx b/src/icons/IconPlay.tsx
index e627c2d..059b265 100644
--- a/src/icons/IconPlay.tsx
+++ b/src/icons/IconPlay.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPlay = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.97398 1.34172C3.21479 1.21025 3.50816 1.22076 3.73894 1.36912L13.0723 7.36912C13.2869 7.50712 13.4167 7.7448 13.4167 8C13.4167 8.2552 13.2869 8.49288 13.0723 8.63088L3.73894 14.6309C3.50816 14.7792 3.21479 14.7898 2.97398 14.6583C2.73318 14.5268 2.58337 14.2744 2.58337 14V2C2.58337 1.72565 2.73318 1.47318 2.97398 1.34172ZM4.08337 3.37375V12.6263L11.2798 8L4.08337 3.37375Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33337 2L3.76598 1.32706C3.51981 1.16881 3.20688 1.1576 2.95002 1.29783C2.69316 1.43806 2.53337 1.70735 2.53337 2L3.33337 2ZM12.6667 8L13.0993 8.67294C13.3283 8.52574 13.4667 8.27221 13.4667 8C13.4667 7.72779 13.3283 7.47426 13.0993 7.32706L12.6667 8ZM3.33337 14H2.53337C2.53337 14.2926 2.69316 14.5619 2.95002 14.7022C3.20688 14.8424 3.51981 14.8312 3.76598 14.6729L3.33337 14ZM2.90077 2.67294L12.2341 8.67294L13.0993 7.32706L3.76598 1.32706L2.90077 2.67294ZM12.2341 7.32706L2.90077 13.3271L3.76598 14.6729L13.0993 8.67294L12.2341 7.32706ZM4.13337 14V2H2.53337V14H4.13337Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPlay, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13586", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPlay size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPlayCircle.tsx b/src/icons/IconPlayCircle.tsx
index 76222e0..3ceb29d 100644
--- a/src/icons/IconPlayCircle.tsx
+++ b/src/icons/IconPlayCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPlayCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12640)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99998 2.08325C4.7323 2.08325 2.08331 4.73223 2.08331 7.99992C2.08331 11.2676 4.7323 13.9166 7.99998 13.9166C11.2677 13.9166 13.9166 11.2676 13.9166 7.99992C13.9166 4.73223 11.2677 2.08325 7.99998 2.08325ZM0.583313 7.99992C0.583313 3.90381 3.90387 0.583252 7.99998 0.583252C12.0961 0.583252 15.4166 3.90381 15.4166 7.99992C15.4166 12.096 12.0961 15.4166 7.99998 15.4166C3.90387 15.4166 0.583313 12.096 0.583313 7.99992ZM6.31275 4.672C6.55662 4.54148 6.85253 4.55579 7.08267 4.70921L11.0827 7.37588C11.2913 7.51498 11.4166 7.74915 11.4166 7.99992C11.4166 8.25068 11.2913 8.48486 11.0827 8.62396L7.08267 11.2906C6.85253 11.4441 6.55662 11.4584 6.31275 11.3278C6.06888 11.1973 5.91665 10.9432 5.91665 10.6666V5.33325C5.91665 5.05666 6.06888 4.80251 6.31275 4.672ZM7.41665 6.73464V9.2652L9.31457 7.99992L7.41665 6.73464Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12640"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15931)"><path d="M6.66665 5.33325L7.11041 4.66761C6.86492 4.50396 6.54929 4.4887 6.28916 4.62791C6.02903 4.76713 5.86665 5.03822 5.86665 5.33325H6.66665ZM10.6666 7.99992L11.1104 8.66556C11.333 8.51719 11.4666 8.2674 11.4666 7.99992C11.4666 7.73244 11.333 7.48265 11.1104 7.33428L10.6666 7.99992ZM6.66665 10.6666H5.86665C5.86665 10.9616 6.02903 11.2327 6.28916 11.3719C6.54929 11.5111 6.86492 11.4959 7.11041 11.3322L6.66665 10.6666ZM13.8666 7.99992C13.8666 11.24 11.2401 13.8666 7.99998 13.8666V15.4666C12.1237 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99998 13.8666C4.75991 13.8666 2.13331 11.24 2.13331 7.99992H0.533313C0.533313 12.1236 3.87625 15.4666 7.99998 15.4666V13.8666ZM2.13331 7.99992C2.13331 4.75985 4.75991 2.13325 7.99998 2.13325V0.533252C3.87625 0.533252 0.533313 3.87619 0.533313 7.99992H2.13331ZM7.99998 2.13325C11.2401 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1237 0.533252 7.99998 0.533252V2.13325ZM6.22289 5.99889L10.2229 8.66556L11.1104 7.33428L7.11041 4.66761L6.22289 5.99889ZM10.2229 7.33428L6.22289 10.0009L7.11041 11.3322L11.1104 8.66556L10.2229 7.33428ZM7.46665 10.6666V5.33325H5.86665V10.6666H7.46665Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15931"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPlayCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13585", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPlayCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPlus.tsx b/src/icons/IconPlus.tsx
index 431769d..6656b05 100644
--- a/src/icons/IconPlus.tsx
+++ b/src/icons/IconPlus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPlus = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 2.58325C8.41413 2.58325 8.74992 2.91904 8.74992 3.33325V7.24992H12.6666C13.0808 7.24992 13.4166 7.58571 13.4166 7.99992C13.4166 8.41413 13.0808 8.74992 12.6666 8.74992H8.74992V12.6666C8.74992 13.0808 8.41413 13.4166 7.99992 13.4166C7.58571 13.4166 7.24992 13.0808 7.24992 12.6666V8.74992H3.33325C2.91904 8.74992 2.58325 8.41413 2.58325 7.99992C2.58325 7.58571 2.91904 7.24992 3.33325 7.24992H7.24992V3.33325C7.24992 2.91904 7.58571 2.58325 7.99992 2.58325Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.79992 3.33325C8.79992 2.89142 8.44175 2.53325 7.99992 2.53325C7.55809 2.53325 7.19992 2.89142 7.19992 3.33325H8.79992ZM7.19992 12.6666C7.19992 13.1084 7.55809 13.4666 7.99992 13.4666C8.44175 13.4666 8.79992 13.1084 8.79992 12.6666H7.19992ZM3.33325 7.19992C2.89142 7.19992 2.53325 7.55809 2.53325 7.99992C2.53325 8.44175 2.89142 8.79992 3.33325 8.79992V7.19992ZM12.6666 8.79992C13.1084 8.79992 13.4666 8.44175 13.4666 7.99992C13.4666 7.55809 13.1084 7.19992 12.6666 7.19992V8.79992ZM7.19992 3.33325V12.6666H8.79992V3.33325H7.19992ZM3.33325 8.79992H12.6666V7.19992H3.33325V8.79992Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPlus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13590", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPlus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPlusCircle.tsx b/src/icons/IconPlusCircle.tsx
index 53c7d9d..fe26a36 100644
--- a/src/icons/IconPlusCircle.tsx
+++ b/src/icons/IconPlusCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPlusCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12216)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.58325C8.41425 4.58325 8.75004 4.91904 8.75004 5.33325V7.24992H10.6667C11.0809 7.24992 11.4167 7.58571 11.4167 7.99992C11.4167 8.41413 11.0809 8.74992 10.6667 8.74992H8.75004V10.6666C8.75004 11.0808 8.41425 11.4166 8.00004 11.4166C7.58583 11.4166 7.25004 11.0808 7.25004 10.6666V8.74992H5.33337C4.91916 8.74992 4.58337 8.41413 4.58337 7.99992C4.58337 7.58571 4.91916 7.24992 5.33337 7.24992H7.25004V5.33325C7.25004 4.91904 7.58583 4.58325 8.00004 4.58325Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12216"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15935)"><path d="M8.80004 5.33325C8.80004 4.89142 8.44187 4.53325 8.00004 4.53325C7.55821 4.53325 7.20004 4.89142 7.20004 5.33325H8.80004ZM7.20004 10.6666C7.20004 11.1084 7.55821 11.4666 8.00004 11.4666C8.44187 11.4666 8.80004 11.1084 8.80004 10.6666H7.20004ZM5.33337 7.19992C4.89155 7.19992 4.53337 7.55809 4.53337 7.99992C4.53337 8.44175 4.89155 8.79992 5.33337 8.79992V7.19992ZM10.6667 8.79992C11.1085 8.79992 11.4667 8.44175 11.4667 7.99992C11.4667 7.55809 11.1085 7.19992 10.6667 7.19992V8.79992ZM13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM7.20004 5.33325V10.6666H8.80004V5.33325H7.20004ZM5.33337 8.79992H10.6667V7.19992H5.33337V8.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15935"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPlusCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13588", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPlusCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPlusSquare.tsx b/src/icons/IconPlusSquare.tsx
index a27cf30..d2443d7 100644
--- a/src/icons/IconPlusSquare.tsx
+++ b/src/icons/IconPlusSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPlusSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM8 4.58333C8.41421 4.58333 8.75 4.91912 8.75 5.33333V7.25H10.6667C11.0809 7.25 11.4167 7.58579 11.4167 8C11.4167 8.41421 11.0809 8.75 10.6667 8.75H8.75V10.6667C8.75 11.0809 8.41421 11.4167 8 11.4167C7.58579 11.4167 7.25 11.0809 7.25 10.6667V8.75H5.33333C4.91912 8.75 4.58333 8.41421 4.58333 8C4.58333 7.58579 4.91912 7.25 5.33333 7.25H7.25V5.33333C7.25 4.91912 7.58579 4.58333 8 4.58333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.8 5.33333C8.8 4.89151 8.44183 4.53333 8 4.53333C7.55817 4.53333 7.2 4.89151 7.2 5.33333H8.8ZM7.2 10.6667C7.2 11.1085 7.55817 11.4667 8 11.4667C8.44183 11.4667 8.8 11.1085 8.8 10.6667H7.2ZM5.33333 7.2C4.89151 7.2 4.53333 7.55817 4.53333 8C4.53333 8.44183 4.89151 8.8 5.33333 8.8V7.2ZM10.6667 8.8C11.1085 8.8 11.4667 8.44183 11.4667 8C11.4667 7.55817 11.1085 7.2 10.6667 7.2V8.8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM7.2 5.33333V10.6667H8.8V5.33333H7.2ZM5.33333 8.8H10.6667V7.2H5.33333V8.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPlusSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13587", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPlusSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPocket.tsx b/src/icons/IconPocket.tsx
index e462f72..2573164 100644
--- a/src/icons/IconPocket.tsx
+++ b/src/icons/IconPocket.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPocket = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.66659 2.75C2.51188 2.75 2.3635 2.81146 2.25411 2.92085C2.14471 3.03025 2.08325 3.17862 2.08325 3.33333V7.33333C2.08325 8.90253 2.70661 10.4075 3.8162 11.517C4.36562 12.0665 5.01787 12.5023 5.73571 12.7996C6.45355 13.097 7.22293 13.25 7.99992 13.25C9.56912 13.25 11.074 12.6266 12.1836 11.517C13.2932 10.4075 13.9166 8.90253 13.9166 7.33333V3.33333C13.9166 3.17862 13.8551 3.03025 13.7457 2.92085C13.6363 2.81146 13.488 2.75 13.3333 2.75H2.66659ZM1.19345 1.86019C1.58415 1.46949 2.11405 1.25 2.66659 1.25H13.3333C13.8858 1.25 14.4157 1.46949 14.8064 1.86019C15.1971 2.25089 15.4166 2.7808 15.4166 3.33333V7.33333C15.4166 9.30036 14.6352 11.1868 13.2443 12.5777C11.8534 13.9686 9.96694 14.75 7.99992 14.75C7.02595 14.75 6.06151 14.5582 5.16168 14.1854C4.26185 13.8127 3.44424 13.2664 2.75554 12.5777C1.36465 11.1868 0.583252 9.30036 0.583252 7.33333V3.33333C0.583252 2.7808 0.802745 2.2509 1.19345 1.86019ZM4.80292 6.13634C5.09582 5.84344 5.57069 5.84344 5.86358 6.13634L7.99992 8.27267L10.1363 6.13634C10.4291 5.84344 10.904 5.84344 11.1969 6.13634C11.4898 6.42923 11.4898 6.9041 11.1969 7.197L8.53025 9.86366C8.23736 10.1566 7.76248 10.1566 7.46959 9.86366L4.80292 7.197C4.51003 6.9041 4.51003 6.42923 4.80292 6.13634Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.66659 2V1.2V2ZM13.3333 2V1.2V2ZM7.99992 14V14.8V14ZM5.89894 6.10098C5.58652 5.78856 5.07999 5.78856 4.76757 6.10098C4.45515 6.4134 4.45515 6.91993 4.76757 7.23235L5.89894 6.10098ZM7.99992 9.33333L7.43423 9.89902C7.74665 10.2114 8.25318 10.2114 8.5656 9.89902L7.99992 9.33333ZM11.2323 7.23235C11.5447 6.91993 11.5447 6.4134 11.2323 6.10098C10.9199 5.78856 10.4133 5.78856 10.1009 6.10098L11.2323 7.23235ZM2.66659 2.8H13.3333V1.2H2.66659V2.8ZM13.3333 2.8C13.4747 2.8 13.6104 2.85619 13.7104 2.95621L14.8417 1.82484C14.4417 1.42476 13.899 1.2 13.3333 1.2V2.8ZM13.7104 2.95621C13.8104 3.05623 13.8666 3.19188 13.8666 3.33333H15.4666C15.4666 2.76754 15.2418 2.22492 14.8417 1.82484L13.7104 2.95621ZM13.8666 3.33333V7.33333H15.4666V3.33333H13.8666ZM13.8666 7.33333C13.8666 8.88927 13.2485 10.3815 12.1483 11.4817L13.2796 12.6131C14.6799 11.2128 15.4666 9.31362 15.4666 7.33333H13.8666ZM12.1483 11.4817C11.0481 12.5819 9.55585 13.2 7.99992 13.2V14.8C9.9802 14.8 11.8794 14.0133 13.2796 12.6131L12.1483 11.4817ZM7.99992 13.2C7.2295 13.2 6.46662 13.0483 5.75484 12.7534L5.14255 14.2316C6.04845 14.6069 7.01938 14.8 7.99992 14.8V13.2ZM5.75484 12.7534C5.04307 12.4586 4.39633 12.0265 3.85156 11.4817L2.72019 12.6131C3.41353 13.3064 4.23665 13.8564 5.14255 14.2316L5.75484 12.7534ZM3.85156 11.4817C2.75135 10.3815 2.13325 8.88927 2.13325 7.33333H0.533252C0.533252 9.31362 1.31992 11.2128 2.72019 12.6131L3.85156 11.4817ZM2.13325 7.33333V3.33333H0.533252V7.33333H2.13325ZM2.13325 3.33333C2.13325 3.19188 2.18944 3.05623 2.28946 2.95621L1.15809 1.82484C0.758013 2.22492 0.533252 2.76754 0.533252 3.33333H2.13325ZM2.28946 2.95621C2.38948 2.85619 2.52514 2.8 2.66659 2.8V1.2C2.10079 1.2 1.55817 1.42476 1.15809 1.82484L2.28946 2.95621ZM4.76757 7.23235L7.43423 9.89902L8.5656 8.76765L5.89894 6.10098L4.76757 7.23235ZM8.5656 9.89902L11.2323 7.23235L10.1009 6.10098L7.43423 8.76765L8.5656 9.89902Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPocket, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13589", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPocket size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPower.tsx b/src/icons/IconPower.tsx
index 3bdb4a2..043e54f 100644
--- a/src/icons/IconPower.tsx
+++ b/src/icons/IconPower.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPower = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 0.583252C8.41413 0.583252 8.74992 0.919038 8.74992 1.33325V7.99992C8.74992 8.41413 8.41413 8.74992 7.99992 8.74992C7.58571 8.74992 7.24992 8.41413 7.24992 7.99992V1.33325C7.24992 0.919038 7.58571 0.583252 7.99992 0.583252ZM4.2835 3.89617C4.57644 4.18901 4.57651 4.66389 4.28367 4.95683C3.54961 5.69112 3.04977 6.62659 2.84734 7.64494C2.6449 8.66329 2.74897 9.71881 3.14638 10.678C3.54379 11.6372 4.2167 12.4571 5.08002 13.0339C5.94334 13.6107 6.95831 13.9185 7.99659 13.9185C9.03486 13.9185 10.0498 13.6107 10.9132 13.0339C11.7765 12.4571 12.4494 11.6372 12.8468 10.678C13.2442 9.71881 13.3483 8.66329 13.1458 7.64494C12.9434 6.62659 12.4436 5.69112 11.7095 4.95683C11.4167 4.66389 11.4167 4.18901 11.7097 3.89617C12.0026 3.60332 12.4775 3.6034 12.7703 3.89634C13.7141 4.84043 14.3568 6.04317 14.617 7.35248C14.8773 8.6618 14.7435 10.0189 14.2326 11.2522C13.7216 12.4854 12.8564 13.5395 11.7465 14.2811C10.6365 15.0227 9.33152 15.4185 7.99659 15.4185C6.66166 15.4185 5.3567 15.0227 4.24672 14.2811C3.13673 13.5395 2.27157 12.4854 1.76061 11.2522C1.24965 10.0189 1.11585 8.6618 1.37612 7.35248C1.63639 6.04317 2.27905 4.84043 3.22284 3.89634C3.51568 3.6034 3.99055 3.60332 4.2835 3.89617Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.8057 3.86099C12.4933 3.54852 11.9868 3.54844 11.6743 3.86081C11.3619 4.17318 11.3618 4.67971 11.6741 4.99218L12.8057 3.86099ZM7.99658 14.6685V15.4685V14.6685ZM4.31903 4.99218C4.6314 4.67971 4.63131 4.17318 4.31884 3.86081C4.00637 3.54844 3.49984 3.54852 3.18747 3.86099L4.31903 4.99218ZM8.79992 1.33325C8.79992 0.891424 8.44175 0.533252 7.99992 0.533252C7.55809 0.533252 7.19992 0.891424 7.19992 1.33325H8.79992ZM7.19992 7.99992C7.19992 8.44175 7.55809 8.79992 7.99992 8.79992C8.44175 8.79992 8.79992 8.44175 8.79992 7.99992H7.19992ZM11.6741 4.99218C12.4012 5.71948 12.8963 6.64603 13.0968 7.65469L14.6661 7.34274C14.4039 6.02373 13.7565 4.81208 12.8057 3.86099L11.6741 4.99218ZM13.0968 7.65469C13.2973 8.66334 13.1942 9.7088 12.8006 10.6589L14.2788 11.2713C14.7935 10.0289 14.9283 8.66175 14.6661 7.34274L13.0968 7.65469ZM12.8006 10.6589C12.407 11.609 11.7405 12.421 10.8854 12.9923L11.7742 14.3227C12.8924 13.5756 13.764 12.5137 14.2788 11.2713L12.8006 10.6589ZM10.8854 12.9923C10.0303 13.5636 9.02497 13.8685 7.99658 13.8685V15.4685C9.3414 15.4685 10.656 15.0698 11.7742 14.3227L10.8854 12.9923ZM7.99658 13.8685C6.96819 13.8685 5.96289 13.5636 5.1078 12.9923L4.21894 14.3227C5.33714 15.0698 6.65177 15.4685 7.99658 15.4685V13.8685ZM5.1078 12.9923C4.2527 12.421 3.5862 11.609 3.19257 10.6589L1.71442 11.2713C2.22916 12.5137 3.10073 13.5756 4.21894 14.3227L5.1078 12.9923ZM3.19257 10.6589C2.79895 9.7088 2.69587 8.66334 2.89638 7.65469L1.32708 7.34274C1.06488 8.66175 1.19968 10.0289 1.71442 11.2713L3.19257 10.6589ZM2.89638 7.65469C3.09688 6.64603 3.59197 5.71948 4.31903 4.99218L3.18747 3.86099C2.2367 4.81208 1.58928 6.02373 1.32708 7.34274L2.89638 7.65469ZM7.19992 1.33325V7.99992H8.79992V1.33325H7.19992Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconPower, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13592", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPower size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconPrinter.tsx b/src/icons/IconPrinter.tsx
index 4a14af9..9b76710 100644
--- a/src/icons/IconPrinter.tsx
+++ b/src/icons/IconPrinter.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconPrinter = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12211)"><path fillRule="evenodd" clipRule="evenodd" d="M3.25016 1.33325C3.25016 0.919038 3.58595 0.583252 4.00016 0.583252H12.0002C12.4144 0.583252 12.7502 0.919038 12.7502 1.33325V5.24992H13.3335C13.886 5.24992 14.4159 5.46941 14.8066 5.86011C15.1973 6.25081 15.4168 6.78072 15.4168 7.33325V10.6666C15.4168 11.2191 15.1973 11.749 14.8066 12.1397C14.4159 12.5304 13.886 12.7499 13.3335 12.7499H12.7502V14.6666C12.7502 15.0808 12.4144 15.4166 12.0002 15.4166H4.00016C3.58595 15.4166 3.25016 15.0808 3.25016 14.6666V12.7499H2.66683C2.11429 12.7499 1.58439 12.5304 1.19369 12.1397C0.80299 11.749 0.583496 11.2191 0.583496 10.6666V7.33325C0.583496 6.78072 0.80299 6.25081 1.19369 5.86011C1.58439 5.46941 2.1143 5.24992 2.66683 5.24992H3.25016V1.33325ZM2.66683 6.74992C2.51212 6.74992 2.36375 6.81138 2.25435 6.92077C2.14495 7.03017 2.0835 7.17854 2.0835 7.33325V10.6666C2.0835 10.8213 2.14495 10.9697 2.25435 11.0791C2.36375 11.1885 2.51212 11.2499 2.66683 11.2499H3.25016V9.33325C3.25016 8.91904 3.58595 8.58325 4.00016 8.58325H12.0002C12.4144 8.58325 12.7502 8.91904 12.7502 9.33325V11.2499H13.3335C13.4882 11.2499 13.6366 11.1885 13.746 11.0791C13.8554 10.9697 13.9168 10.8213 13.9168 10.6666V7.33325C13.9168 7.17854 13.8554 7.03017 13.746 6.92077C13.6366 6.81138 13.4882 6.74992 13.3335 6.74992H2.66683ZM11.2502 5.24992H4.75016V2.08325H11.2502V5.24992ZM11.2502 10.0833H4.75016V13.9166H11.2502V10.0833Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12211"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15945)"><path d="M3.20016 5.99992C3.20016 6.44175 3.55833 6.79992 4.00016 6.79992C4.44199 6.79992 4.80016 6.44175 4.80016 5.99992H3.20016ZM4.00016 1.33325V0.533252C3.55833 0.533252 3.20016 0.891424 3.20016 1.33325L4.00016 1.33325ZM12.0002 1.33325H12.8002C12.8002 0.891424 12.442 0.533252 12.0002 0.533252V1.33325ZM11.2002 5.99992C11.2002 6.44175 11.5583 6.79992 12.0002 6.79992C12.442 6.79992 12.8002 6.44175 12.8002 5.99992H11.2002ZM4.00016 12.7999C4.44199 12.7999 4.80016 12.4417 4.80016 11.9999C4.80016 11.5581 4.44199 11.1999 4.00016 11.1999V12.7999ZM1.3335 10.6666H0.533496H1.3335ZM2.66683 5.99992V6.79992V5.99992ZM12.0002 11.1999C11.5583 11.1999 11.2002 11.5581 11.2002 11.9999C11.2002 12.4417 11.5583 12.7999 12.0002 12.7999V11.1999ZM4.00016 9.33325V8.53325C3.55833 8.53325 3.20016 8.89142 3.20016 9.33325H4.00016ZM12.0002 9.33325H12.8002C12.8002 8.89142 12.442 8.53325 12.0002 8.53325V9.33325ZM12.0002 14.6666V15.4666C12.442 15.4666 12.8002 15.1084 12.8002 14.6666H12.0002ZM4.00016 14.6666H3.20016C3.20016 15.1084 3.55833 15.4666 4.00016 15.4666V14.6666ZM4.80016 5.99992V1.33325H3.20016V5.99992H4.80016ZM4.00016 2.13325H12.0002V0.533252H4.00016V2.13325ZM11.2002 1.33325V5.99992H12.8002V1.33325H11.2002ZM4.00016 11.1999H2.66683V12.7999H4.00016V11.1999ZM2.66683 11.1999C2.52538 11.1999 2.38973 11.1437 2.28971 11.0437L1.15833 12.1751C1.55841 12.5752 2.10103 12.7999 2.66683 12.7999V11.1999ZM2.28971 11.0437C2.18969 10.9437 2.1335 10.808 2.1335 10.6666H0.533496C0.533496 11.2324 0.758257 11.775 1.15833 12.1751L2.28971 11.0437ZM2.1335 10.6666V7.33325H0.533496V10.6666H2.1335ZM2.1335 7.33325C2.1335 7.1918 2.18969 7.05615 2.28971 6.95613L1.15833 5.82476C0.758257 6.22484 0.533496 6.76746 0.533496 7.33325H2.1335ZM2.28971 6.95613C2.38973 6.85611 2.52538 6.79992 2.66683 6.79992V5.19992C2.10103 5.19992 1.55841 5.42468 1.15833 5.82476L2.28971 6.95613ZM2.66683 6.79992H13.3335V5.19992H2.66683V6.79992ZM13.3335 6.79992C13.4749 6.79992 13.6106 6.85611 13.7106 6.95613L14.842 5.82476C14.4419 5.42468 13.8993 5.19992 13.3335 5.19992V6.79992ZM13.7106 6.95613C13.8106 7.05615 13.8668 7.1918 13.8668 7.33325H15.4668C15.4668 6.76746 15.2421 6.22484 14.842 5.82476L13.7106 6.95613ZM13.8668 7.33325V10.6666H15.4668V7.33325H13.8668ZM13.8668 10.6666C13.8668 10.808 13.8106 10.9437 13.7106 11.0437L14.842 12.1751C15.2421 11.775 15.4668 11.2324 15.4668 10.6666H13.8668ZM13.7106 11.0437C13.6106 11.1437 13.4749 11.1999 13.3335 11.1999V12.7999C13.8993 12.7999 14.4419 12.5752 14.842 12.1751L13.7106 11.0437ZM13.3335 11.1999H12.0002V12.7999H13.3335V11.1999ZM4.00016 10.1333H12.0002V8.53325H4.00016V10.1333ZM11.2002 9.33325V14.6666H12.8002V9.33325H11.2002ZM12.0002 13.8666H4.00016V15.4666H12.0002V13.8666ZM4.80016 14.6666V9.33325H3.20016V14.6666H4.80016Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15945"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconPrinter, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13591", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconPrinter size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRadio.tsx b/src/icons/IconRadio.tsx
index a7efa0a..fd36e7b 100644
--- a/src/icons/IconRadio.tsx
+++ b/src/icons/IconRadio.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRadio = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.81692 2.75621C4.10986 3.04906 4.10993 3.52393 3.81708 3.81687C2.70788 4.92641 2.08476 6.43107 2.08476 7.99995C2.08476 9.56884 2.70788 11.0735 3.81708 12.183C4.10993 12.476 4.10986 12.9508 3.81692 13.2437C3.52398 13.5365 3.04911 13.5365 2.75626 13.2435C1.36585 11.8527 0.584763 9.96659 0.584763 7.99995C0.584763 6.03332 1.36585 4.1472 2.75626 2.75637C3.04911 2.46343 3.52398 2.46336 3.81692 2.75621ZM12.1831 2.75621C12.476 2.46336 12.9509 2.46343 13.2437 2.75637C14.6342 4.1472 15.4152 6.03332 15.4152 7.99995C15.4152 9.96659 14.6342 11.8527 13.2437 13.2435C12.9509 13.5365 12.476 13.5365 12.1831 13.2437C11.8902 12.9508 11.8901 12.476 12.1829 12.183C13.2921 11.0735 13.9152 9.56884 13.9152 7.99995C13.9152 6.43107 13.2921 4.92641 12.1829 3.81687C11.8901 3.52393 11.8902 3.04906 12.1831 2.75621ZM5.70396 4.63659C5.99669 4.92964 5.99643 5.40452 5.70337 5.69725C5.4012 5.99908 5.16148 6.35752 4.99793 6.75207C4.83438 7.14661 4.75019 7.56952 4.75019 7.99662C4.75019 8.42372 4.83438 8.84663 4.99793 9.24118C5.16148 9.63572 5.4012 9.99416 5.70337 10.296C5.99643 10.5887 5.99669 11.0636 5.70396 11.3567C5.41123 11.6497 4.93636 11.65 4.6433 11.3572C4.20167 10.9161 3.85131 10.3922 3.61227 9.81559C3.37323 9.23895 3.25019 8.62084 3.25019 7.99662C3.25019 7.3724 3.37323 6.7543 3.61227 6.17765C3.85131 5.60101 4.20167 5.07714 4.6433 4.636C4.93636 4.34327 5.41123 4.34353 5.70396 4.63659ZM10.296 4.64325C10.5888 4.3502 11.0637 4.34993 11.3567 4.64266C11.7983 5.08381 12.1487 5.60768 12.3877 6.18432C12.6268 6.76096 12.7498 7.37907 12.7498 8.00329C12.7498 8.62751 12.6268 9.24561 12.3877 9.82225C12.1487 10.3989 11.7983 10.9228 11.3567 11.3639C11.0637 11.6566 10.5888 11.6564 10.296 11.3633C10.0033 11.0703 10.0036 10.5954 10.2966 10.3027C10.5988 10.0008 10.8385 9.64239 11.0021 9.24784C11.1656 8.8533 11.2498 8.43039 11.2498 8.00329C11.2498 7.57619 11.1656 7.15327 11.0021 6.75873C10.8385 6.36419 10.5988 6.00575 10.2966 5.70391C10.0036 5.41118 10.0033 4.93631 10.296 4.64325ZM8.00001 7.41662C7.67784 7.41662 7.41667 7.67779 7.41667 7.99995C7.41667 8.32212 7.67784 8.58329 8.00001 8.58329C8.32217 8.58329 8.58334 8.32212 8.58334 7.99995C8.58334 7.67779 8.32217 7.41662 8.00001 7.41662ZM5.91667 7.99995C5.91667 6.84936 6.84941 5.91662 8.00001 5.91662C9.1506 5.91662 10.0833 6.84936 10.0833 7.99995C10.0833 9.15055 9.1506 10.0833 8.00001 10.0833C6.84941 10.0833 5.91667 9.15055 5.91667 7.99995Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M11.392 4.60729C11.0794 4.29504 10.5729 4.29532 10.2607 4.60792C9.94843 4.92051 9.94871 5.42704 10.2613 5.73929L11.392 4.60729ZM11.9998 8.00329H11.1998H11.9998ZM10.2613 10.2673C9.94871 10.5795 9.94843 11.0861 10.2607 11.3987C10.5729 11.7113 11.0794 11.7115 11.392 11.3993L10.2613 10.2673ZM4.60797 11.3926C4.92056 11.7049 5.42709 11.7046 5.73934 11.392C6.05158 11.0794 6.0513 10.5729 5.73871 10.2606L4.60797 11.3926ZM4.00019 7.99662H4.80019H4.00019ZM5.73871 5.73262C6.0513 5.42038 6.05158 4.91384 5.73934 4.60125C5.42709 4.28866 4.92056 4.28838 4.60797 4.60062L5.73871 5.73262ZM13.2791 2.72102C12.9667 2.40855 12.4602 2.40848 12.1477 2.72085C11.8353 3.03322 11.8352 3.53975 12.1476 3.85222L13.2791 2.72102ZM12.1476 12.1477C11.8352 12.4602 11.8353 12.9667 12.1477 13.2791C12.4602 13.5914 12.9667 13.5914 13.2791 13.2789L12.1476 12.1477ZM2.7209 13.2789C3.03327 13.5914 3.53981 13.5914 3.85227 13.2791C4.16474 12.9667 4.16482 12.4602 3.85244 12.1477L2.7209 13.2789ZM1.33476 7.99995H2.13476H1.33476ZM3.85244 3.85222C4.16482 3.53975 4.16474 3.03322 3.85227 2.72085C3.53981 2.40848 3.03327 2.40855 2.7209 2.72102L3.85244 3.85222ZM8.53334 7.99995C8.53334 8.29451 8.29456 8.53329 8.00001 8.53329V10.1333C9.17821 10.1333 10.1333 9.17816 10.1333 7.99995H8.53334ZM8.00001 8.53329C7.70545 8.53329 7.46667 8.29451 7.46667 7.99995H5.86667C5.86667 9.17816 6.8218 10.1333 8.00001 10.1333V8.53329ZM7.46667 7.99995C7.46667 7.7054 7.70545 7.46662 8.00001 7.46662V5.86662C6.8218 5.86662 5.86667 6.82175 5.86667 7.99995H7.46667ZM8.00001 7.46662C8.29456 7.46662 8.53334 7.7054 8.53334 7.99995H10.1333C10.1333 6.82175 9.17821 5.86662 8.00001 5.86662V7.46662ZM10.2613 5.73929C10.5588 6.03648 10.7949 6.3894 10.9559 6.77788L12.4339 6.16517C12.1924 5.58246 11.8383 5.05308 11.392 4.60729L10.2613 5.73929ZM10.9559 6.77788C11.1169 7.16635 11.1998 7.58276 11.1998 8.00329H12.7998C12.7998 7.37249 12.6755 6.74789 12.4339 6.16517L10.9559 6.77788ZM11.1998 8.00329C11.1998 8.42382 11.1169 8.84022 10.9559 9.2287L12.4339 9.8414C12.6755 9.25869 12.7998 8.63408 12.7998 8.00329H11.1998ZM10.9559 9.2287C10.7949 9.61717 10.5588 9.97009 10.2613 10.2673L11.392 11.3993C11.8383 10.9535 12.1924 10.4241 12.4339 9.8414L10.9559 9.2287ZM5.73871 10.2606C5.44118 9.96343 5.20516 9.6105 5.04412 9.22203L3.56608 9.83473C3.80764 10.4174 4.16168 10.9468 4.60797 11.3926L5.73871 10.2606ZM5.04412 9.22203C4.88308 8.83356 4.80019 8.41715 4.80019 7.99662H3.20019C3.20019 8.62742 3.32452 9.25202 3.56608 9.83473L5.04412 9.22203ZM4.80019 7.99662C4.80019 7.57609 4.88308 7.15969 5.04412 6.77121L3.56608 6.15851C3.32452 6.74122 3.20019 7.36583 3.20019 7.99662H4.80019ZM5.04412 6.77121C5.20516 6.38274 5.44118 6.02981 5.73871 5.73262L4.60797 4.60062C4.16168 5.04641 3.80764 5.5758 3.56608 6.15851L5.04412 6.77121ZM12.1476 3.85222C13.2474 4.95238 13.8652 6.44432 13.8652 7.99995H15.4652C15.4652 6.02006 14.6789 4.12123 13.2791 2.72102L12.1476 3.85222ZM13.8652 7.99995C13.8652 9.55558 13.2474 11.0475 12.1476 12.1477L13.2791 13.2789C14.6789 11.8787 15.4652 9.97985 15.4652 7.99995H13.8652ZM3.85244 12.1477C2.75261 11.0475 2.13476 9.55558 2.13476 7.99995H0.534763C0.534763 9.97985 1.32112 11.8787 2.7209 13.2789L3.85244 12.1477ZM2.13476 7.99995C2.13476 6.44432 2.75261 4.95238 3.85244 3.85222L2.7209 2.72102C1.32112 4.12123 0.534763 6.02006 0.534763 7.99995H2.13476Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconRadio, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13594", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRadio size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRefreshCcw.tsx b/src/icons/IconRefreshCcw.tsx
index 3938672..1ddd123 100644
--- a/src/icons/IconRefreshCcw.tsx
+++ b/src/icons/IconRefreshCcw.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRefreshCcw = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12614)"><path fillRule="evenodd" clipRule="evenodd" d="M6.12816 1.51727C7.22349 1.20045 8.38123 1.16625 9.49334 1.41788C10.6055 1.66951 11.6357 2.19877 12.488 2.95625C13.3402 3.71374 13.9867 4.67478 14.3671 5.74969C14.5052 6.14018 14.3007 6.56874 13.9102 6.70692C13.5197 6.8451 13.0912 6.64057 12.953 6.25008C12.6571 5.41404 12.1543 4.66657 11.4915 4.07741C10.8286 3.48825 10.0273 3.07661 9.16232 2.8809C8.29734 2.68519 7.39688 2.71178 6.54496 2.9582C5.69303 3.20462 4.91742 3.66283 4.29048 4.29008C4.28494 4.29563 4.27931 4.30108 4.2736 4.30645L2.5601 5.91655H4.66669C5.0809 5.91655 5.41669 6.25234 5.41669 6.66655C5.41669 7.08077 5.0809 7.41655 4.66669 7.41655H0.666687C0.252473 7.41655 -0.083313 7.08077 -0.083313 6.66655V2.66655C-0.083313 2.25234 0.252473 1.91655 0.666687 1.91655C1.0809 1.91655 1.41669 2.25234 1.41669 2.66655V4.93266L3.23812 3.22114C4.04268 2.41906 5.03671 1.83297 6.12816 1.51727ZM10.5834 9.33322C10.5834 8.91901 10.9191 8.58322 11.3334 8.58322H15.3334C15.7476 8.58322 16.0834 8.91901 16.0834 9.33322V13.3332C16.0834 13.7474 15.7476 14.0832 15.3334 14.0832C14.9191 14.0832 14.5834 13.7474 14.5834 13.3332V11.0671L12.7619 12.7786C11.9574 13.5807 10.9633 14.1668 9.87188 14.4825C8.77655 14.7993 7.61881 14.8335 6.5067 14.5819C5.39458 14.3303 4.36433 13.801 3.51208 13.0435C2.65983 12.286 2.01336 11.325 1.63298 10.2501C1.4948 9.8596 1.69934 9.43103 2.08982 9.29285C2.48031 9.15467 2.90888 9.35921 3.04706 9.74969C3.34291 10.5857 3.84572 11.3332 4.50858 11.9224C5.17144 12.5115 5.97275 12.9232 6.83772 13.1189C7.7027 13.3146 8.60316 13.288 9.45508 13.0416C10.307 12.7952 11.0826 12.3369 11.7096 11.7097C11.7151 11.7041 11.7207 11.6987 11.7264 11.6933L13.4399 10.0832H11.3334C10.9191 10.0832 10.5834 9.74743 10.5834 9.33322Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12614"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15949)"><path d="M1.46669 2.66655C1.46669 2.22473 1.10851 1.86655 0.666687 1.86655C0.224859 1.86655 -0.133313 2.22473 -0.133313 2.66655H1.46669ZM0.666687 6.66655H-0.133313C-0.133313 7.10838 0.224859 7.46655 0.666687 7.46655L0.666687 6.66655ZM4.66669 7.46655C5.10851 7.46655 5.46669 7.10838 5.46669 6.66655C5.46669 6.22473 5.10851 5.86655 4.66669 5.86655V7.46655ZM14.5334 13.3332C14.5334 13.775 14.8915 14.1332 15.3334 14.1332C15.7752 14.1332 16.1334 13.775 16.1334 13.3332H14.5334ZM15.3334 9.33322H16.1334C16.1334 8.89139 15.7752 8.53322 15.3334 8.53322V9.33322ZM11.3334 8.53322C10.8915 8.53322 10.5334 8.89139 10.5334 9.33322C10.5334 9.77505 10.8915 10.1332 11.3334 10.1332V8.53322ZM12.9058 6.26676C13.0532 6.68328 13.5104 6.90145 13.9269 6.75406C14.3434 6.60667 14.5616 6.14953 14.4142 5.73301L12.9058 6.26676ZM3.76002 3.75989L4.30784 4.34289C4.31393 4.33716 4.31994 4.33134 4.32585 4.32543L3.76002 3.75989ZM12.24 12.2399L11.6922 11.6569C11.6861 11.6626 11.6801 11.6684 11.6742 11.6743L12.24 12.2399ZM3.09419 9.73301C2.9468 9.31649 2.48966 9.09832 2.07314 9.24571C1.65663 9.39311 1.43846 9.85025 1.58585 10.2668L3.09419 9.73301ZM-0.133313 2.66655V6.66655H1.46669V2.66655H-0.133313ZM0.666687 7.46655H4.66669V5.86655H0.666687V7.46655ZM16.1334 13.3332V9.33322H14.5334V13.3332H16.1334ZM15.3334 8.53322H11.3334V10.1332H15.3334V8.53322ZM14.4142 5.73301C14.031 4.65014 13.3797 3.68198 12.5212 2.91888L11.4582 4.11478C12.1148 4.69833 12.6128 5.43868 12.9058 6.26676L14.4142 5.73301ZM12.5212 2.91888C11.6626 2.15578 10.6247 1.62261 9.50438 1.36912L9.15128 2.92967C10.008 3.12352 10.8017 3.53124 11.4582 4.11478L12.5212 2.91888ZM9.50438 1.36912C8.38402 1.11562 7.21771 1.15007 6.11427 1.46924L6.55885 3.00623C7.40266 2.76216 8.29454 2.73582 9.15128 2.92967L9.50438 1.36912ZM6.11427 1.46924C5.01083 1.78841 4.00622 2.38191 3.19419 3.19434L4.32585 4.32543C4.94681 3.70415 5.71504 3.25031 6.55885 3.00623L6.11427 1.46924ZM3.2122 3.17689L0.118866 6.08355L1.21451 7.24956L4.30784 4.34289L3.2122 3.17689ZM14.7855 8.75022L11.6922 11.6569L12.7878 12.8229L15.8812 9.91622L14.7855 8.75022ZM11.6742 11.6743C11.0532 12.2956 10.285 12.7495 9.44119 12.9935L9.88577 14.5305C10.9892 14.2114 11.9938 13.6179 12.8058 12.8054L11.6742 11.6743ZM9.44119 12.9935C8.59738 13.2376 7.7055 13.264 6.84876 13.0701L6.49566 14.6307C7.61602 14.8842 8.78233 14.8497 9.88577 14.5305L9.44119 12.9935ZM6.84876 13.0701C5.99202 12.8763 5.19834 12.4685 4.5418 11.885L3.47887 13.0809C4.33743 13.844 5.37531 14.3772 6.49566 14.6307L6.84876 13.0701ZM4.5418 11.885C3.88525 11.3014 3.38722 10.5611 3.09419 9.73301L1.58585 10.2668C1.96904 11.3496 2.6203 12.3178 3.47887 13.0809L4.5418 11.885Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15949"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconRefreshCcw, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13593", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRefreshCcw size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRefreshCw.tsx b/src/icons/IconRefreshCw.tsx
index 64289ef..324b99b 100644
--- a/src/icons/IconRefreshCw.tsx
+++ b/src/icons/IconRefreshCw.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRefreshCw = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12592)"><path fillRule="evenodd" clipRule="evenodd" d="M9.45502 2.9582C8.6031 2.71178 7.70264 2.68519 6.83766 2.8809C5.97268 3.07661 5.17138 3.48825 4.50852 4.07741C3.84566 4.66657 3.34284 5.41404 3.047 6.25008C2.90882 6.64057 2.48025 6.8451 2.08976 6.70692C1.69928 6.56874 1.49474 6.14018 1.63292 5.74969C2.0133 4.67478 2.65977 3.71374 3.51202 2.95625C4.36427 2.19877 5.39452 1.66951 6.50664 1.41788C7.61875 1.16625 8.77649 1.20045 9.87182 1.51727C10.9633 1.83298 11.9573 2.41906 12.7619 3.22114L14.5833 4.93266V2.66655C14.5833 2.25234 14.9191 1.91655 15.3333 1.91655C15.7475 1.91655 16.0833 2.25234 16.0833 2.66655V6.66655C16.0833 7.08077 15.7475 7.41655 15.3333 7.41655H11.3333C10.9191 7.41655 10.5833 7.08077 10.5833 6.66655C10.5833 6.25234 10.9191 5.91655 11.3333 5.91655H13.4399L11.7264 4.30645C11.7207 4.30108 11.715 4.29563 11.7095 4.29008C11.0826 3.66283 10.3069 3.20462 9.45502 2.9582ZM-0.083374 9.33322C-0.083374 8.91901 0.252412 8.58322 0.666626 8.58322H4.66663C5.08084 8.58322 5.41663 8.91901 5.41663 9.33322C5.41663 9.74743 5.08084 10.0832 4.66663 10.0832H2.56004L4.27354 11.6933C4.27925 11.6987 4.28488 11.7041 4.29042 11.7097C4.91736 12.3369 5.69297 12.7952 6.54489 13.0416C7.39682 13.288 8.29728 13.3146 9.16226 13.1189C10.0272 12.9232 10.8285 12.5115 11.4914 11.9224C12.1543 11.3332 12.6571 10.5857 12.9529 9.74969C13.0911 9.35921 13.5197 9.15467 13.9102 9.29285C14.3006 9.43103 14.5052 9.8596 14.367 10.2501C13.9866 11.325 13.3401 12.286 12.4879 13.0435C11.6356 13.801 10.6054 14.3303 9.49328 14.5819C8.38117 14.8335 7.22343 14.7993 6.1281 14.4825C5.03665 14.1668 4.04262 13.5807 3.23807 12.7786L1.41663 11.0671V13.3332C1.41663 13.7474 1.08084 14.0832 0.666626 14.0832C0.252412 14.0832 -0.083374 13.7474 -0.083374 13.3332V9.33322Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12592"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15951)"><path d="M16.1333 2.66655C16.1333 2.22473 15.7751 1.86655 15.3333 1.86655C14.8915 1.86655 14.5333 2.22473 14.5333 2.66655H16.1333ZM15.3333 6.66655V7.46655C15.7751 7.46655 16.1333 7.10838 16.1333 6.66655H15.3333ZM11.3333 5.86655C10.8915 5.86655 10.5333 6.22473 10.5333 6.66655C10.5333 7.10838 10.8915 7.46655 11.3333 7.46655V5.86655ZM-0.133374 13.3332C-0.133374 13.775 0.224798 14.1332 0.666626 14.1332C1.10845 14.1332 1.46663 13.775 1.46663 13.3332H-0.133374ZM0.666626 9.33322V8.53322C0.224798 8.53322 -0.133374 8.89139 -0.133374 9.33322H0.666626ZM4.66663 10.1332C5.10845 10.1332 5.46663 9.77505 5.46663 9.33322C5.46663 8.89139 5.10845 8.53322 4.66663 8.53322V10.1332ZM1.58579 5.73301C1.43839 6.14953 1.65656 6.60667 2.07308 6.75406C2.4896 6.90145 2.94674 6.68328 3.09413 6.26676L1.58579 5.73301ZM12.24 3.75989L11.6741 4.32543C11.68 4.33134 11.686 4.33716 11.6921 4.34289L12.24 3.75989ZM3.75996 12.2399L4.32579 11.6743C4.31988 11.6684 4.31387 11.6626 4.30778 11.6569L3.75996 12.2399ZM14.4141 10.2668C14.5615 9.85025 14.3434 9.39311 13.9268 9.24571C13.5103 9.09832 13.0532 9.31649 12.9058 9.73301L14.4141 10.2668ZM14.5333 2.66655V6.66655H16.1333V2.66655H14.5333ZM15.3333 5.86655H11.3333V7.46655H15.3333V5.86655ZM1.46663 13.3332V9.33322H-0.133374V13.3332H1.46663ZM0.666626 10.1332H4.66663V8.53322H0.666626V10.1332ZM3.09413 6.26676C3.38716 5.43868 3.88519 4.69833 4.54173 4.11478L3.47881 2.91888C2.62024 3.68198 1.96898 4.65014 1.58579 5.73301L3.09413 6.26676ZM4.54173 4.11478C5.19828 3.53124 5.99196 3.12352 6.8487 2.92967L6.4956 1.36912C5.37525 1.62261 4.33737 2.15578 3.47881 2.91888L4.54173 4.11478ZM6.8487 2.92967C7.70544 2.73582 8.59732 2.76216 9.44113 3.00623L9.88571 1.46924C8.78227 1.15007 7.61596 1.11562 6.4956 1.36912L6.8487 2.92967ZM9.44113 3.00623C10.2849 3.25031 11.0532 3.70415 11.6741 4.32543L12.8058 3.19434C11.9938 2.38191 10.9891 1.78841 9.88571 1.46924L9.44113 3.00623ZM11.6921 4.34289L14.7855 7.24956L15.8811 6.08355L12.7878 3.17689L11.6921 4.34289ZM0.118805 9.91622L3.21214 12.8229L4.30778 11.6569L1.21445 8.75022L0.118805 9.91622ZM3.19413 12.8054C4.00616 13.6179 5.01077 14.2114 6.11421 14.5305L6.55879 12.9935C5.71498 12.7495 4.94675 12.2956 4.32579 11.6743L3.19413 12.8054ZM6.11421 14.5305C7.21765 14.8497 8.38396 14.8842 9.50431 14.6307L9.15122 13.0701C8.29448 13.264 7.40259 13.2376 6.55879 12.9935L6.11421 14.5305ZM9.50431 14.6307C10.6247 14.3772 11.6625 13.844 12.5211 13.0809L11.4582 11.885C10.8016 12.4685 10.008 12.8763 9.15122 13.0701L9.50431 14.6307ZM12.5211 13.0809C13.3797 12.3178 14.0309 11.3496 14.4141 10.2668L12.9058 9.73301C12.6128 10.5611 12.1147 11.3014 11.4582 11.885L12.5211 13.0809Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15951"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconRefreshCw, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13595", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRefreshCw size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRepeat.tsx b/src/icons/IconRepeat.tsx
index a289f99..3b13b98 100644
--- a/src/icons/IconRepeat.tsx
+++ b/src/icons/IconRepeat.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRepeat = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12208)"><path fillRule="evenodd" clipRule="evenodd" d="M10.803 0.136418C11.0959 -0.156475 11.5708 -0.156475 11.8637 0.136418L14.5303 2.80308C14.671 2.94374 14.75 3.1345 14.75 3.33341C14.75 3.53233 14.671 3.72309 14.5303 3.86374L11.8637 6.53041C11.5708 6.8233 11.0959 6.8233 10.803 6.53041C10.5101 6.23752 10.5101 5.76264 10.803 5.46975L12.1893 4.08341H4.66667C4.15833 4.08341 3.67082 4.28535 3.31138 4.64479C2.95193 5.00424 2.75 5.49175 2.75 6.00008V7.33342C2.75 7.74763 2.41421 8.08342 2 8.08342C1.58579 8.08342 1.25 7.74763 1.25 7.33342V6.00008C1.25 5.09393 1.60997 4.22488 2.25072 3.58413C2.89147 2.94338 3.76051 2.58341 4.66667 2.58341H12.1893L10.803 1.19708C10.5101 0.904185 10.5101 0.429311 10.803 0.136418ZM13.25 10.0001V8.66675C13.25 8.25253 13.5858 7.91675 14 7.91675C14.4142 7.91675 14.75 8.25253 14.75 8.66675V10.0001C14.75 10.9062 14.39 11.7753 13.7493 12.416C13.1085 13.0568 12.2395 13.4167 11.3333 13.4167L3.81066 13.4167L5.197 14.8031C5.48989 15.096 5.48989 15.5709 5.197 15.8637C4.9041 16.1566 4.42923 16.1566 4.13634 15.8637L1.46967 13.1971C1.32902 13.0564 1.25 12.8657 1.25 12.6667C1.25 12.4678 1.32902 12.2771 1.46967 12.1364L4.13634 9.46975C4.42923 9.17686 4.9041 9.17686 5.197 9.46975C5.48989 9.76265 5.48989 10.2375 5.197 10.5304L3.81066 11.9167L11.3333 11.9167C11.8417 11.9167 12.3292 11.7148 12.6886 11.3554C13.0481 10.9959 13.25 10.5084 13.25 10.0001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12208"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15953)"><path d="M11.899 0.101063C11.5866 -0.211357 11.0801 -0.211357 10.7676 0.101063C10.4552 0.413482 10.4552 0.920014 10.7676 1.23243L11.899 0.101063ZM14 3.33341L14.5657 3.8991C14.8781 3.58668 14.8781 3.08015 14.5657 2.76773L14 3.33341ZM10.7676 5.4344C10.4552 5.74682 10.4552 6.25335 10.7676 6.56577C11.0801 6.87819 11.5866 6.87819 11.899 6.56577L10.7676 5.4344ZM1.2 7.33341C1.2 7.77524 1.55817 8.13341 2 8.13341C2.44183 8.13341 2.8 7.77524 2.8 7.33341H1.2ZM4.66667 3.33341V4.13341V3.33341ZM4.10098 15.8991C4.4134 16.2115 4.91993 16.2115 5.23235 15.8991C5.54477 15.5867 5.54477 15.0801 5.23235 14.7677L4.10098 15.8991ZM2 12.6667L1.43431 12.1011C1.28429 12.2511 1.2 12.4546 1.2 12.6667C1.2 12.8789 1.28429 13.0824 1.43431 13.2324L2 12.6667ZM5.23235 10.5658C5.54477 10.2533 5.54477 9.74681 5.23235 9.4344C4.91993 9.12198 4.4134 9.12198 4.10098 9.4344L5.23235 10.5658ZM14.8 8.66675C14.8 8.22492 14.4418 7.86675 14 7.86675C13.5582 7.86675 13.2 8.22492 13.2 8.66675H14.8ZM11.3333 12.6667V11.8667V12.6667ZM10.7676 1.23243L13.4343 3.8991L14.5657 2.76773L11.899 0.101063L10.7676 1.23243ZM13.4343 2.76773L10.7676 5.4344L11.899 6.56577L14.5657 3.8991L13.4343 2.76773ZM2.8 7.33341V6.00008H1.2V7.33341H2.8ZM2.8 6.00008C2.8 5.50501 2.99667 5.03022 3.34673 4.68015L2.21536 3.54878C1.56524 4.1989 1.2 5.08066 1.2 6.00008H2.8ZM3.34673 4.68015C3.6968 4.33008 4.1716 4.13341 4.66667 4.13341V2.53341C3.74725 2.53341 2.86549 2.89865 2.21536 3.54878L3.34673 4.68015ZM4.66667 4.13341L14 4.13341V2.53341L4.66667 2.53341L4.66667 4.13341ZM5.23235 14.7677L2.56569 12.1011L1.43431 13.2324L4.10098 15.8991L5.23235 14.7677ZM2.56569 13.2324L5.23235 10.5658L4.10098 9.4344L1.43431 12.1011L2.56569 13.2324ZM13.2 8.66675V10.0001H14.8V8.66675H13.2ZM13.2 10.0001C13.2 10.4952 13.0033 10.9699 12.6533 11.32L13.7846 12.4514C14.4348 11.8013 14.8 10.9195 14.8 10.0001H13.2ZM12.6533 11.32C12.3032 11.6701 11.8284 11.8667 11.3333 11.8667V13.4667C12.2528 13.4667 13.1345 13.1015 13.7846 12.4514L12.6533 11.32ZM11.3333 11.8667H2L2 13.4667L11.3333 13.4667V11.8667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15953"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconRepeat, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13596", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRepeat size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRewind.tsx b/src/icons/IconRewind.tsx
index 81bbc6f..9e104e6 100644
--- a/src/icons/IconRewind.tsx
+++ b/src/icons/IconRewind.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRewind = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.66277 2.65952C7.92009 2.78537 8.08325 3.04681 8.08325 3.33326V7.52851C8.11909 7.48416 8.16022 7.44362 8.20613 7.40791L14.2061 2.74124C14.4322 2.56538 14.7388 2.53367 14.9961 2.65952C15.2534 2.78537 15.4166 3.04681 15.4166 3.33326V12.6666C15.4166 12.953 15.2534 13.2145 14.9961 13.3403C14.7388 13.4662 14.4322 13.4345 14.2061 13.2586L8.20613 8.59194C8.16022 8.55623 8.11909 8.51569 8.08325 8.47134V12.6666C8.08325 12.953 7.92009 13.2145 7.66277 13.3403C7.40544 13.4662 7.09891 13.4345 6.8728 13.2586L0.872796 8.59194C0.690107 8.44985 0.583252 8.23137 0.583252 7.99992C0.583252 7.76848 0.690107 7.55 0.872796 7.40791L6.8728 2.74124C7.09891 2.56538 7.40544 2.53367 7.66277 2.65952ZM2.55487 7.99992L6.58325 11.1331V4.86674L2.55487 7.99992ZM9.8882 7.99992L13.9166 11.1331V4.86674L9.8882 7.99992Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.33325 12.6666L6.8421 13.2981C7.08328 13.4857 7.41026 13.5195 7.68473 13.3852C7.95921 13.251 8.13325 12.9721 8.13325 12.6666H7.33325ZM1.33325 7.99992L0.842099 7.36844C0.64723 7.52 0.533252 7.75305 0.533252 7.99992C0.533252 8.24679 0.64723 8.47984 0.842099 8.6314L1.33325 7.99992ZM7.33325 3.33325H8.13325C8.13325 3.02771 7.95921 2.74884 7.68473 2.6146C7.41026 2.48036 7.08328 2.51418 6.8421 2.70177L7.33325 3.33325ZM14.6666 12.6666L14.1754 13.2981C14.4166 13.4857 14.7436 13.5195 15.0181 13.3852C15.2925 13.251 15.4666 12.9721 15.4666 12.6666H14.6666ZM8.66658 7.99992L8.17543 7.36844C7.98056 7.52 7.86658 7.75305 7.86658 7.99992C7.86658 8.24679 7.98056 8.47984 8.17543 8.6314L8.66658 7.99992ZM14.6666 3.33325H15.4666C15.4666 3.02771 15.2925 2.74884 15.0181 2.6146C14.7436 2.48036 14.4166 2.51418 14.1754 2.70177L14.6666 3.33325ZM7.8244 12.0351L1.8244 7.36844L0.842099 8.6314L6.8421 13.2981L7.8244 12.0351ZM1.8244 8.6314L7.8244 3.96473L6.8421 2.70177L0.842099 7.36844L1.8244 8.6314ZM6.53325 3.33325V12.6666H8.13325V3.33325H6.53325ZM15.1577 12.0351L9.15774 7.36844L8.17543 8.6314L14.1754 13.2981L15.1577 12.0351ZM9.15774 8.6314L15.1577 3.96473L14.1754 2.70177L8.17543 7.36844L9.15774 8.6314ZM13.8666 3.33325V12.6666H15.4666V3.33325H13.8666Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconRewind, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13598", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRewind size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRotateCcw.tsx b/src/icons/IconRotateCcw.tsx
index fa0de92..9b261a8 100644
--- a/src/icons/IconRotateCcw.tsx
+++ b/src/icons/IconRotateCcw.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRotateCcw = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12604)"><path fillRule="evenodd" clipRule="evenodd" d="M7.05871 1.32194C8.50788 1.11805 9.98406 1.39066 11.2648 2.09868C12.5456 2.8067 13.5616 3.91179 14.1597 5.24743C14.7578 6.58307 14.9056 8.07692 14.5809 9.50388C14.2561 10.9308 13.4765 12.2136 12.3593 13.1589C11.2421 14.1042 9.84801 14.6609 8.38699 14.745C6.92596 14.829 5.47718 14.436 4.25894 13.6251C3.0407 12.8142 2.119 11.6294 1.6327 10.2491C1.49506 9.85843 1.70018 9.43015 2.09086 9.29251C2.48154 9.15486 2.90982 9.35999 3.04746 9.75066C3.42569 10.8242 4.14258 11.7458 5.0901 12.3765C6.03762 13.0072 7.16444 13.3128 8.3008 13.2474C9.43715 13.182 10.5215 12.7491 11.3904 12.0139C12.2593 11.2786 12.8657 10.2809 13.1183 9.17104C13.3708 8.06118 13.2558 6.89931 12.7907 5.86047C12.3255 4.82164 11.5353 3.96213 10.5391 3.41144C9.54296 2.86076 8.39482 2.64873 7.26769 2.80731C6.14056 2.9659 5.0955 3.48649 4.28996 4.29066C4.28461 4.29601 4.27918 4.30127 4.27366 4.30645L2.56016 5.91655H4.66675C5.08096 5.91655 5.41675 6.25234 5.41675 6.66655C5.41675 7.08077 5.08096 7.41655 4.66675 7.41655H0.666748C0.252534 7.41655 -0.083252 7.08077 -0.083252 6.66655V2.66655C-0.083252 2.25234 0.252534 1.91655 0.666748 1.91655C1.08096 1.91655 1.41675 2.25234 1.41675 2.66655V4.93266L3.23847 3.22086C4.27304 2.19161 5.61339 1.52529 7.05871 1.32194Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12604"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15957)"><path d="M1.46675 2.66655C1.46675 2.22472 1.10858 1.86655 0.666748 1.86655C0.22492 1.86655 -0.133252 2.22472 -0.133252 2.66655H1.46675ZM0.666748 6.66655H-0.133252C-0.133252 7.10838 0.22492 7.46655 0.666748 7.46655L0.666748 6.66655ZM4.66675 7.46655C5.10858 7.46655 5.46675 7.10838 5.46675 6.66655C5.46675 6.22472 5.10858 5.86655 4.66675 5.86655V7.46655ZM3.09462 9.73405C2.9478 9.31733 2.49097 9.09853 2.07424 9.24534C1.65752 9.39216 1.43872 9.849 1.58554 10.2657L3.09462 9.73405ZM3.76008 3.75988L4.3079 4.34289C4.31378 4.33736 4.31958 4.33175 4.32529 4.32605L3.76008 3.75988ZM-0.133252 2.66655V6.66655H1.46675V2.66655H-0.133252ZM0.666748 7.46655H4.66675V5.86655H0.666748V7.46655ZM1.58554 10.2657C2.07544 11.6562 3.00397 12.8499 4.23124 13.6668L5.1178 12.3348C4.1793 11.7102 3.46925 10.7974 3.09462 9.73405L1.58554 10.2657ZM4.23124 13.6668C5.4585 14.4837 6.91801 14.8796 8.38986 14.7949L8.29792 13.1975C7.17239 13.2623 6.0563 12.9595 5.1178 12.3348L4.23124 13.6668ZM8.38986 14.7949C9.86171 14.7102 11.2662 14.1494 12.3916 13.1971L11.3581 11.9757C10.4974 12.7039 9.42345 13.1327 8.29792 13.1975L8.38986 14.7949ZM12.3916 13.1971C13.517 12.2448 14.3025 10.9525 14.6296 9.51497L13.0695 9.15995C12.8193 10.2592 12.2187 11.2474 11.3581 11.9757L12.3916 13.1971ZM14.6296 9.51497C14.9567 8.07744 14.8078 6.57253 14.2053 5.227L12.745 5.88091C13.2058 6.90985 13.3197 8.06066 13.0695 9.15995L14.6296 9.51497ZM14.2053 5.227C13.6028 3.88146 12.5793 2.76819 11.289 2.05492L10.5149 3.4552C11.5016 4.00064 12.2843 4.85197 12.745 5.88091L14.2053 5.227ZM11.289 2.05492C9.99876 1.34165 8.51165 1.06703 7.05174 1.27243L7.27466 2.85683C8.39105 2.69976 9.52826 2.90976 10.5149 3.4552L11.289 2.05492ZM7.05174 1.27243C5.59184 1.47783 4.23823 2.15213 3.19487 3.19372L4.32529 4.32605C5.12315 3.52954 6.15826 3.0139 7.27466 2.85683L7.05174 1.27243ZM3.21226 3.17688L0.118927 6.08355L1.21457 7.24955L4.3079 4.34289L3.21226 3.17688Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15957"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconRotateCcw, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13597", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRotateCcw size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRotateCw.tsx b/src/icons/IconRotateCw.tsx
index 36cad03..db368b7 100644
--- a/src/icons/IconRotateCw.tsx
+++ b/src/icons/IconRotateCw.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRotateCw = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12600)"><path fillRule="evenodd" clipRule="evenodd" d="M8.73998 2.80326C7.61296 2.6434 6.46452 2.85417 5.46771 3.4038C4.4709 3.95343 3.67973 4.81215 3.21342 5.85055C2.74712 6.88895 2.63093 8.05078 2.88238 9.16096C3.13383 10.2711 3.7393 11.2695 4.60753 12.0057C5.47576 12.7418 6.55973 13.1758 7.69608 13.2423C8.83244 13.3087 9.95962 13.0041 10.9078 12.3742C11.8559 11.7443 12.5737 10.8234 12.9528 9.75009C13.0908 9.35954 13.5193 9.15478 13.9098 9.29277C14.3004 9.43075 14.5051 9.85921 14.3672 10.2498C13.8796 11.6297 12.9568 12.8138 11.7378 13.6236C10.5187 14.4335 9.06951 14.8252 7.60848 14.7397C6.14745 14.6542 4.75378 14.0962 3.63748 13.1498C2.52118 12.2033 1.74273 10.9197 1.41944 9.49231C1.09615 8.06494 1.24552 6.57116 1.84506 5.23607C2.4446 3.90098 3.46182 2.79691 4.74343 2.09025C6.02504 1.38358 7.50161 1.11259 8.95064 1.31812C10.3958 1.52311 11.7355 2.19099 12.7689 3.22149L14.5833 4.93013V2.6666C14.5833 2.25238 14.9191 1.9166 15.3333 1.9166C15.7476 1.9166 16.0833 2.25238 16.0833 2.6666V6.6666C16.0833 7.08081 15.7476 7.4166 15.3333 7.4166H11.3333C10.9191 7.4166 10.5833 7.08081 10.5833 6.6666C10.5833 6.25238 10.9191 5.9166 11.3333 5.9166H13.4429L11.7325 4.30594C11.727 4.30074 11.7215 4.29546 11.7162 4.29009C10.9115 3.48494 9.867 2.96312 8.73998 2.80326Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12600"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15959)"><path d="M16.1333 2.66659C16.1333 2.22477 15.7752 1.86659 15.3333 1.86659C14.8915 1.86659 14.5333 2.22477 14.5333 2.66659H16.1333ZM15.3333 6.66659V7.46659C15.7752 7.46659 16.1333 7.10842 16.1333 6.66659H15.3333ZM11.3333 5.86659C10.8915 5.86659 10.5333 6.22477 10.5333 6.66659C10.5333 7.10842 10.8915 7.46659 11.3333 7.46659V5.86659ZM14.4143 10.2664C14.5615 9.84983 14.3431 9.3928 13.9265 9.24562C13.5099 9.09844 13.0529 9.31684 12.9057 9.73344L14.4143 10.2664ZM12.2467 3.75993L11.6808 4.32543C11.6865 4.33116 11.6923 4.33679 11.6982 4.34234L12.2467 3.75993ZM14.5333 2.66659V6.66659H16.1333V2.66659H14.5333ZM15.3333 5.86659H11.3333V7.46659H15.3333V5.86659ZM12.9057 9.73344C12.5301 10.7965 11.8192 11.7087 10.8801 12.3326L11.7655 13.6653C12.9935 12.8495 13.9232 11.6566 14.4143 10.2664L12.9057 9.73344ZM10.8801 12.3326C9.94098 12.9564 8.82454 13.2582 7.699 13.1924L7.60556 14.7896C9.07741 14.8757 10.5374 14.4811 11.7655 13.6653L10.8801 12.3326ZM7.699 13.1924C6.57347 13.1265 5.49983 12.6966 4.63986 11.9675L3.60515 13.1879C4.72972 14.1414 6.13371 14.7035 7.60556 14.7896L7.699 13.1924ZM4.63986 11.9675C3.7799 11.2384 3.1802 10.2495 2.93115 9.14991L1.37067 9.50335C1.69636 10.9413 2.48058 12.2344 3.60515 13.1879L4.63986 11.9675ZM2.93115 9.14991C2.68209 8.05031 2.79717 6.89954 3.25904 5.87103L1.79945 5.21558C1.19547 6.56056 1.04499 8.06541 1.37067 9.50335L2.93115 9.14991ZM3.25904 5.87103C3.7209 4.84252 4.50454 3.99198 5.49185 3.44758L4.71929 2.04646C3.42818 2.75836 2.40343 3.87061 1.79945 5.21558L3.25904 5.87103ZM5.49185 3.44758C6.47917 2.90319 7.61667 2.69443 8.73296 2.85276L8.95766 1.26862C7.4979 1.06156 6.01039 1.33456 4.71929 2.04646L5.49185 3.44758ZM8.73296 2.85276C9.84924 3.0111 10.8838 3.52795 11.6808 4.32543L12.8125 3.19442C11.7703 2.15156 10.4174 1.47567 8.95766 1.26862L8.73296 2.85276ZM11.6982 4.34234L14.7849 7.24901L15.8818 6.08418L12.7951 3.17752L11.6982 4.34234Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15959"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconRotateCw, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13600", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRotateCw size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconRss.tsx b/src/icons/IconRss.tsx
index f5d44c7..773d806 100644
--- a/src/icons/IconRss.tsx
+++ b/src/icons/IconRss.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconRss = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.9165 2.66675C1.9165 2.25253 2.25229 1.91675 2.6665 1.91675C5.69439 1.91675 8.59827 3.11957 10.7393 5.26061C12.8803 7.40165 14.0832 10.3055 14.0832 13.3334C14.0832 13.7476 13.7474 14.0834 13.3332 14.0834C12.919 14.0834 12.5832 13.7476 12.5832 13.3334C12.5832 10.7034 11.5384 8.18101 9.67865 6.32127C7.81891 4.46154 5.29657 3.41675 2.6665 3.41675C2.25229 3.41675 1.9165 3.08096 1.9165 2.66675ZM1.9165 7.33342C1.9165 6.9192 2.25229 6.58342 2.6665 6.58342C4.45672 6.58342 6.1736 7.29457 7.43948 8.56044C8.70535 9.82631 9.4165 11.5432 9.4165 13.3334C9.4165 13.7476 9.08072 14.0834 8.6665 14.0834C8.25229 14.0834 7.9165 13.7476 7.9165 13.3334C7.9165 11.941 7.36338 10.6057 6.37881 9.6211C5.39425 8.63654 4.05889 8.08342 2.6665 8.08342C2.25229 8.08342 1.9165 7.74763 1.9165 7.33342ZM3.33317 12.7501C3.37919 12.7501 3.4165 12.7128 3.4165 12.6667C3.4165 12.6207 3.37919 12.5834 3.33317 12.5834C3.28715 12.5834 3.24984 12.6207 3.24984 12.6667C3.24984 12.7128 3.28715 12.7501 3.33317 12.7501ZM1.9165 12.6667C1.9165 11.8843 2.55077 11.2501 3.33317 11.2501C4.11557 11.2501 4.74984 11.8843 4.74984 12.6667C4.74984 13.4492 4.11557 14.0834 3.33317 14.0834C2.55077 14.0834 1.9165 13.4492 1.9165 12.6667Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.6665 6.53341C2.22468 6.53341 1.8665 6.89159 1.8665 7.33341C1.8665 7.77524 2.22468 8.13341 2.6665 8.13341L2.6665 6.53341ZM7.8665 13.3334C7.8665 13.7752 8.22468 14.1334 8.6665 14.1334C9.10833 14.1334 9.4665 13.7752 9.4665 13.3334H7.8665ZM2.6665 1.86675C2.22468 1.86675 1.8665 2.22492 1.8665 2.66675C1.8665 3.10858 2.22468 3.46675 2.6665 3.46675L2.6665 1.86675ZM12.5332 13.3334C12.5332 13.7752 12.8913 14.1334 13.3332 14.1334C13.775 14.1334 14.1332 13.7752 14.1332 13.3334H12.5332ZM2.6665 8.13341C4.04563 8.13341 5.36827 8.68127 6.34346 9.65646L7.47483 8.52509C6.19958 7.24984 4.46998 6.53341 2.6665 6.53341L2.6665 8.13341ZM6.34346 9.65646C7.31865 10.6316 7.8665 11.9543 7.8665 13.3334H9.4665C9.4665 11.5299 8.75008 9.80034 7.47483 8.52509L6.34346 9.65646ZM2.6665 3.46675C5.28331 3.46675 7.79293 4.50627 9.64329 6.35663L10.7747 5.22526C8.62424 3.07484 5.70765 1.86675 2.6665 1.86675L2.6665 3.46675ZM9.64329 6.35663C11.4936 8.20699 12.5332 10.7166 12.5332 13.3334H14.1332C14.1332 10.2923 12.9251 7.37567 10.7747 5.22526L9.64329 6.35663ZM3.19984 12.6667C3.19984 12.5931 3.25953 12.5334 3.33317 12.5334V14.1334C4.14319 14.1334 4.79984 13.4768 4.79984 12.6667H3.19984ZM3.33317 12.5334C3.40681 12.5334 3.4665 12.5931 3.4665 12.6667H1.8665C1.8665 13.4768 2.52315 14.1334 3.33317 14.1334V12.5334ZM3.4665 12.6667C3.4665 12.7404 3.40681 12.8001 3.33317 12.8001V11.2001C2.52315 11.2001 1.8665 11.8567 1.8665 12.6667H3.4665ZM3.33317 12.8001C3.25953 12.8001 3.19984 12.7404 3.19984 12.6667H4.79984C4.79984 11.8567 4.14319 11.2001 3.33317 11.2001V12.8001Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconRss, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13599", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconRss size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSave.tsx b/src/icons/IconSave.tsx
index 9506042..85dadb6 100644
--- a/src/icons/IconSave.tsx
+++ b/src/icons/IconSave.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSave = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H3.91667V8.66667C3.91667 8.25245 4.25245 7.91667 4.66667 7.91667H11.3333C11.7475 7.91667 12.0833 8.25245 12.0833 8.66667V13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V5.64399L10.356 2.75H5.41667V4.58333H10C10.4142 4.58333 10.75 4.91912 10.75 5.33333C10.75 5.74755 10.4142 6.08333 10 6.08333H4.66667C4.25245 6.08333 3.91667 5.74755 3.91667 5.33333V2.75H3.33333ZM3.33333 1.25C2.7808 1.25 2.2509 1.46949 1.86019 1.86019C1.46949 2.2509 1.25 2.7808 1.25 3.33333V12.6667C1.25 13.2192 1.46949 13.7491 1.86019 14.1398C2.2509 14.5305 2.7808 14.75 3.33333 14.75H4.66546C4.66586 14.75 4.66626 14.75 4.66667 14.75C4.66707 14.75 4.66747 14.75 4.66788 14.75H11.3321C11.3325 14.75 11.3329 14.75 11.3333 14.75C11.3337 14.75 11.3341 14.75 11.3345 14.75H12.6667C13.2192 14.75 13.7491 14.5305 14.1398 14.1398C14.5305 13.7491 14.75 13.2192 14.75 12.6667V5.33333C14.75 5.13442 14.671 4.94366 14.5303 4.803L11.197 1.46967C11.0563 1.32902 10.8656 1.25 10.6667 1.25H3.33333ZM10.5833 13.25V9.41667H5.41667V13.25H10.5833Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 12.6667H1.2H2ZM3.33333 2V1.2V2ZM10.6667 2L11.2324 1.43431C11.0823 1.28429 10.8788 1.2 10.6667 1.2V2ZM14 5.33333H14.8C14.8 5.12116 14.7157 4.91768 14.5657 4.76765L14 5.33333ZM10.5333 14C10.5333 14.4418 10.8915 14.8 11.3333 14.8C11.7752 14.8 12.1333 14.4418 12.1333 14H10.5333ZM11.3333 8.66667H12.1333C12.1333 8.22484 11.7752 7.86667 11.3333 7.86667V8.66667ZM4.66667 8.66667V7.86667C4.22484 7.86667 3.86667 8.22484 3.86667 8.66667H4.66667ZM3.86667 14C3.86667 14.4418 4.22484 14.8 4.66667 14.8C5.10849 14.8 5.46667 14.4418 5.46667 14H3.86667ZM5.46667 2C5.46667 1.55817 5.10849 1.2 4.66667 1.2C4.22484 1.2 3.86667 1.55817 3.86667 2H5.46667ZM4.66667 5.33333H3.86667C3.86667 5.77516 4.22484 6.13333 4.66667 6.13333V5.33333ZM10 6.13333C10.4418 6.13333 10.8 5.77516 10.8 5.33333C10.8 4.89151 10.4418 4.53333 10 4.53333V6.13333ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8ZM2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621ZM3.33333 2.8H10.6667V1.2H3.33333V2.8ZM10.101 2.56569L13.4343 5.89902L14.5657 4.76765L11.2324 1.43431L10.101 2.56569ZM13.2 5.33333V12.6667H14.8V5.33333H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.1333 14V8.66667H10.5333V14H12.1333ZM11.3333 7.86667H4.66667V9.46667H11.3333V7.86667ZM3.86667 8.66667V14H5.46667V8.66667H3.86667ZM3.86667 2V5.33333H5.46667V2H3.86667ZM4.66667 6.13333H10V4.53333H4.66667V6.13333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSave, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13601", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSave size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconScissors.tsx b/src/icons/IconScissors.tsx
index 7e3ff5f..b54714a 100644
--- a/src/icons/IconScissors.tsx
+++ b/src/icons/IconScissors.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconScissors = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.33281 5.25 4.63524 5.11994 4.85923 4.90787C4.86693 4.89944 4.87485 4.89115 4.883 4.883C4.89115 4.87485 4.89944 4.86693 4.90787 4.85923C5.11994 4.63524 5.25 4.33281 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM6.40152 5.34086C6.62348 4.94418 6.75 4.48687 6.75 4C6.75 2.48122 5.51878 1.25 4 1.25C2.48122 1.25 1.25 2.48122 1.25 4C1.25 5.51878 2.48122 6.75 4 6.75C4.48687 6.75 4.94418 6.62348 5.34086 6.40152L6.93934 8L5.34086 9.59848C4.94418 9.37652 4.48687 9.25 4 9.25C2.48122 9.25 1.25 10.4812 1.25 12C1.25 13.5188 2.48122 14.75 4 14.75C5.51878 14.75 6.75 13.5188 6.75 12C6.75 11.5131 6.62348 11.0558 6.40152 10.6591L8.52969 8.53097C8.5299 8.53076 8.53012 8.53054 8.53033 8.53033C8.53054 8.53012 8.53076 8.5299 8.53097 8.52969L13.8637 3.197C14.1566 2.9041 14.1566 2.42923 13.8637 2.13634C13.5708 1.84344 13.0959 1.84344 12.803 2.13634L8 6.93934L6.40152 5.34086ZM4.85923 11.0921C4.86693 11.1006 4.87485 11.1088 4.883 11.117C4.89115 11.1251 4.89945 11.1331 4.90787 11.1408C5.11994 11.3648 5.25 11.6672 5.25 12C5.25 12.6904 4.69036 13.25 4 13.25C3.30964 13.25 2.75 12.6904 2.75 12C2.75 11.3096 3.30964 10.75 4 10.75C4.33281 10.75 4.63524 10.8801 4.85923 11.0921ZM9.11586 9.12348C9.40849 8.83032 9.88336 8.8299 10.1765 9.12252L13.8632 12.8025C14.1563 13.0952 14.1568 13.57 13.8641 13.8632C13.5715 14.1563 13.0966 14.1568 12.8035 13.8641L9.11682 10.1841C8.82366 9.89151 8.82323 9.41664 9.11586 9.12348Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.899 3.23235C14.2114 2.91993 14.2114 2.4134 13.899 2.10098C13.5866 1.78856 13.0801 1.78856 12.7676 2.10098L13.899 3.23235ZM4.84765 10.021C4.53523 10.3334 4.53523 10.8399 4.84765 11.1524C5.16007 11.4648 5.6666 11.4648 5.97902 11.1524L4.84765 10.021ZM10.2118 9.08714C9.89914 8.775 9.39261 8.77546 9.08047 9.08816C8.76833 9.40086 8.76879 9.90739 9.08149 10.2195L10.2118 9.08714ZM12.7682 13.8995C13.0809 14.2117 13.5874 14.2112 13.8995 13.8985C14.2117 13.5858 14.2112 13.0793 13.8985 12.7671L12.7682 13.8995ZM5.97902 4.84765C5.6666 4.53523 5.16007 4.53523 4.84765 4.84765C4.53523 5.16007 4.53523 5.6666 4.84765 5.97902L5.97902 4.84765ZM7.43431 8.56569C7.74673 8.8781 8.25327 8.8781 8.56569 8.56569C8.8781 8.25327 8.8781 7.74673 8.56569 7.43431L7.43431 8.56569ZM5.2 4C5.2 4.66274 4.66274 5.2 4 5.2V6.8C5.5464 6.8 6.8 5.5464 6.8 4H5.2ZM4 5.2C3.33726 5.2 2.8 4.66274 2.8 4H1.2C1.2 5.5464 2.4536 6.8 4 6.8V5.2ZM2.8 4C2.8 3.33726 3.33726 2.8 4 2.8V1.2C2.4536 1.2 1.2 2.4536 1.2 4H2.8ZM4 2.8C4.66274 2.8 5.2 3.33726 5.2 4H6.8C6.8 2.4536 5.5464 1.2 4 1.2V2.8ZM5.2 12C5.2 12.6627 4.66274 13.2 4 13.2V14.8C5.5464 14.8 6.8 13.5464 6.8 12H5.2ZM4 13.2C3.33726 13.2 2.8 12.6627 2.8 12H1.2C1.2 13.5464 2.4536 14.8 4 14.8V13.2ZM2.8 12C2.8 11.3373 3.33726 10.8 4 10.8V9.2C2.4536 9.2 1.2 10.4536 1.2 12H2.8ZM4 10.8C4.66274 10.8 5.2 11.3373 5.2 12H6.8C6.8 10.4536 5.5464 9.2 4 9.2V10.8ZM12.7676 2.10098L4.84765 10.021L5.97902 11.1524L13.899 3.23235L12.7676 2.10098ZM9.08149 10.2195L12.7682 13.8995L13.8985 12.7671L10.2118 9.08714L9.08149 10.2195ZM4.84765 5.97902L7.43431 8.56569L8.56569 7.43431L5.97902 4.84765L4.84765 5.97902Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconScissors, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13602", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconScissors size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSearch.tsx b/src/icons/IconSearch.tsx
index a0f7b81..be8c57f 100644
--- a/src/icons/IconSearch.tsx
+++ b/src/icons/IconSearch.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSearch = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.33333 2.75C4.80203 2.75 2.75 4.80203 2.75 7.33333C2.75 9.86464 4.80203 11.9167 7.33333 11.9167C8.566 11.9167 9.68501 11.4301 10.5087 10.6384C10.5274 10.6146 10.5477 10.5916 10.5697 10.5697C10.5916 10.5477 10.6146 10.5274 10.6384 10.5087C11.4301 9.68501 11.9167 8.566 11.9167 7.33333C11.9167 4.80203 9.86464 2.75 7.33333 2.75ZM12.1326 11.0719C12.9373 10.0405 13.4167 8.74289 13.4167 7.33333C13.4167 3.9736 10.6931 1.25 7.33333 1.25C3.9736 1.25 1.25 3.9736 1.25 7.33333C1.25 10.6931 3.9736 13.4167 7.33333 13.4167C8.74289 13.4167 10.0405 12.9373 11.0719 12.1326L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.1326 11.0719Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.4343 14.5657C13.7467 14.8781 14.2533 14.8781 14.5657 14.5657C14.8781 14.2533 14.8781 13.7467 14.5657 13.4343L13.4343 14.5657ZM11.6657 10.5343C11.3533 10.2219 10.8467 10.2219 10.5343 10.5343C10.2219 10.8467 10.2219 11.3533 10.5343 11.6657L11.6657 10.5343ZM11.8667 7.33333C11.8667 9.83702 9.83702 11.8667 7.33333 11.8667V13.4667C10.7207 13.4667 13.4667 10.7207 13.4667 7.33333H11.8667ZM7.33333 11.8667C4.82964 11.8667 2.8 9.83702 2.8 7.33333H1.2C1.2 10.7207 3.94599 13.4667 7.33333 13.4667V11.8667ZM2.8 7.33333C2.8 4.82964 4.82964 2.8 7.33333 2.8V1.2C3.94599 1.2 1.2 3.94599 1.2 7.33333H2.8ZM7.33333 2.8C9.83702 2.8 11.8667 4.82964 11.8667 7.33333H13.4667C13.4667 3.94599 10.7207 1.2 7.33333 1.2V2.8ZM14.5657 13.4343L11.6657 10.5343L10.5343 11.6657L13.4343 14.5657L14.5657 13.4343Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSearch, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13604", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSearch size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSend.tsx b/src/icons/IconSend.tsx
index aa8dfd2..27f78b5 100644
--- a/src/icons/IconSend.tsx
+++ b/src/icons/IconSend.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSend = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12605)"><path fillRule="evenodd" clipRule="evenodd" d="M15.197 0.802943C15.4008 1.00667 15.4698 1.3091 15.3746 1.58104L10.7079 14.9144C10.6064 15.2046 10.3379 15.4034 10.0306 15.416C9.72336 15.4285 9.43958 15.2522 9.31469 14.9712L6.76518 9.23481L1.02877 6.6853C0.747764 6.56041 0.571466 6.27663 0.584001 5.96937C0.596537 5.66211 0.795365 5.39363 1.08561 5.29205L14.4189 0.625379C14.6909 0.5302 14.9933 0.599214 15.197 0.802943ZM8.22794 8.83271L9.91709 12.6333L12.8731 4.18754L8.22794 8.83271ZM11.8124 3.12688L3.36668 6.08289L7.16728 7.77205L11.8124 3.12688Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12605"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15969)"><path d="M14.6667 1.33325L15.4218 1.59753C15.5233 1.30746 15.4497 0.984877 15.2324 0.767567C15.0151 0.550256 14.6925 0.476641 14.4024 0.578165L14.6667 1.33325ZM10 14.6666L9.26899 14.9915C9.40221 15.2912 9.70491 15.4793 10.0327 15.4659C10.3604 15.4525 10.6468 15.2405 10.7551 14.9309L10 14.6666ZM1.33337 5.99992L1.06909 5.24483C0.759493 5.35319 0.54741 5.63956 0.534039 5.96731C0.520668 6.29505 0.708719 6.59775 1.00846 6.73097L1.33337 5.99992ZM14.101 0.767567L6.76769 8.1009L7.89906 9.23227L15.2324 1.89894L14.101 0.767567ZM13.9116 1.06897L9.24495 14.4023L10.7551 14.9309L15.4218 1.59753L13.9116 1.06897ZM10.7311 14.3417L8.06442 8.34167L6.60232 8.9915L9.26899 14.9915L10.7311 14.3417ZM7.65828 7.93554L1.65828 5.26887L1.00846 6.73097L7.00846 9.39763L7.65828 7.93554ZM1.59765 6.75501L14.931 2.08834L14.4024 0.578165L1.06909 5.24483L1.59765 6.75501Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15969"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSend, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13603", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSend size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconServer.tsx b/src/icons/IconServer.tsx
index 4d7345c..761853a 100644
--- a/src/icons/IconServer.tsx
+++ b/src/icons/IconServer.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconServer = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11620)"><path fillRule="evenodd" clipRule="evenodd" d="M2.66671 2.08325C2.34454 2.08325 2.08337 2.34442 2.08337 2.66659V5.33325C2.08337 5.65542 2.34454 5.91659 2.66671 5.91659H13.3334C13.6555 5.91659 13.9167 5.65542 13.9167 5.33325V2.66659C13.9167 2.34442 13.6555 2.08325 13.3334 2.08325H2.66671ZM0.583374 2.66659C0.583374 1.51599 1.51611 0.583252 2.66671 0.583252H13.3334C14.484 0.583252 15.4167 1.51599 15.4167 2.66659V5.33325C15.4167 6.48385 14.484 7.41659 13.3334 7.41659H2.66671C1.51611 7.41659 0.583374 6.48385 0.583374 5.33325V2.66659ZM3.25004 3.99992C3.25004 3.58571 3.58583 3.24992 4.00004 3.24992H4.00671C4.42092 3.24992 4.75671 3.58571 4.75671 3.99992C4.75671 4.41413 4.42092 4.74992 4.00671 4.74992H4.00004C3.58583 4.74992 3.25004 4.41413 3.25004 3.99992ZM2.66671 10.0833C2.34454 10.0833 2.08337 10.3444 2.08337 10.6666V13.3333C2.08337 13.6554 2.34454 13.9166 2.66671 13.9166H13.3334C13.6555 13.9166 13.9167 13.6554 13.9167 13.3333V10.6666C13.9167 10.3444 13.6555 10.0833 13.3334 10.0833H2.66671ZM0.583374 10.6666C0.583374 9.51599 1.51611 8.58325 2.66671 8.58325H13.3334C14.484 8.58325 15.4167 9.51599 15.4167 10.6666V13.3333C15.4167 14.4838 14.484 15.4166 13.3334 15.4166H2.66671C1.51611 15.4166 0.583374 14.4838 0.583374 13.3333V10.6666ZM3.25004 11.9999C3.25004 11.5857 3.58583 11.2499 4.00004 11.2499H4.00671C4.42092 11.2499 4.75671 11.5857 4.75671 11.9999C4.75671 12.4141 4.42092 12.7499 4.00671 12.7499H4.00004C3.58583 12.7499 3.25004 12.4141 3.25004 11.9999Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11620"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15971)"><path d="M4.00004 3.19992C3.55821 3.19992 3.20004 3.55809 3.20004 3.99992C3.20004 4.44175 3.55821 4.79992 4.00004 4.79992V3.19992ZM4.00671 4.79992C4.44854 4.79992 4.80671 4.44175 4.80671 3.99992C4.80671 3.55809 4.44854 3.19992 4.00671 3.19992V4.79992ZM4.00004 11.1999C3.55821 11.1999 3.20004 11.5581 3.20004 11.9999C3.20004 12.4417 3.55821 12.7999 4.00004 12.7999V11.1999ZM4.00671 12.7999C4.44854 12.7999 4.80671 12.4417 4.80671 11.9999C4.80671 11.5581 4.44854 11.1999 4.00671 11.1999V12.7999ZM2.66671 2.13325H13.3334V0.533252H2.66671V2.13325ZM13.3334 2.13325C13.6279 2.13325 13.8667 2.37203 13.8667 2.66659H15.4667C15.4667 1.48838 14.5116 0.533252 13.3334 0.533252V2.13325ZM13.8667 2.66659V5.33325H15.4667V2.66659H13.8667ZM13.8667 5.33325C13.8667 5.6278 13.6279 5.86659 13.3334 5.86659V7.46659C14.5116 7.46659 15.4667 6.51146 15.4667 5.33325H13.8667ZM13.3334 5.86659H2.66671V7.46659H13.3334V5.86659ZM2.66671 5.86659C2.37216 5.86659 2.13337 5.6278 2.13337 5.33325H0.533374C0.533374 6.51146 1.4885 7.46659 2.66671 7.46659V5.86659ZM2.13337 5.33325V2.66659H0.533374V5.33325H2.13337ZM2.13337 2.66659C2.13337 2.37203 2.37216 2.13325 2.66671 2.13325V0.533252C1.4885 0.533252 0.533374 1.48838 0.533374 2.66659H2.13337ZM2.66671 10.1333H13.3334V8.53325H2.66671V10.1333ZM13.3334 10.1333C13.6279 10.1333 13.8667 10.372 13.8667 10.6666H15.4667C15.4667 9.48838 14.5116 8.53325 13.3334 8.53325V10.1333ZM13.8667 10.6666V13.3333H15.4667V10.6666H13.8667ZM13.8667 13.3333C13.8667 13.6278 13.6279 13.8666 13.3334 13.8666V15.4666C14.5116 15.4666 15.4667 14.5115 15.4667 13.3333H13.8667ZM13.3334 13.8666H2.66671V15.4666H13.3334V13.8666ZM2.66671 13.8666C2.37216 13.8666 2.13337 13.6278 2.13337 13.3333H0.533374C0.533374 14.5115 1.4885 15.4666 2.66671 15.4666V13.8666ZM2.13337 13.3333V10.6666H0.533374V13.3333H2.13337ZM2.13337 10.6666C2.13337 10.372 2.37216 10.1333 2.66671 10.1333V8.53325C1.4885 8.53325 0.533374 9.48838 0.533374 10.6666H2.13337ZM4.00004 4.79992H4.00671V3.19992H4.00004V4.79992ZM4.00004 12.7999H4.00671V11.1999H4.00004V12.7999Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15971"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconServer, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13605", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconServer size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSettings.tsx b/src/icons/IconSettings.tsx
index 23e2212..dd5ffeb 100644
--- a/src/icons/IconSettings.tsx
+++ b/src/icons/IconSettings.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSettings = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12584)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00008 1.41675C7.84537 1.41675 7.697 1.47821 7.5876 1.5876C7.47821 1.697 7.41675 1.84537 7.41675 2.00008V2.11641C7.41531 2.4772 7.3084 2.82969 7.10919 3.1305C6.90997 3.43131 6.62715 3.66731 6.29553 3.80944C6.23482 3.83545 6.17109 3.85328 6.10601 3.86256C5.80695 3.96575 5.48552 3.9908 5.17255 3.93405C4.80883 3.8681 4.47321 3.69471 4.20897 3.43623L4.20305 3.43044L4.16308 3.39041C4.10891 3.33618 4.04428 3.29285 3.97346 3.2635C3.90265 3.23414 3.82674 3.21903 3.75008 3.21903C3.67342 3.21903 3.59752 3.23414 3.5267 3.2635C3.45588 3.29285 3.39155 3.33588 3.33737 3.39012C3.28314 3.44429 3.23952 3.50922 3.21017 3.58003C3.18081 3.65085 3.1657 3.72676 3.1657 3.80341C3.1657 3.88007 3.18081 3.95598 3.21017 4.0268C3.23952 4.09761 3.28255 4.16195 3.33678 4.21612L3.38293 4.26227C3.64141 4.52651 3.81477 4.86217 3.88072 5.22588C3.94526 5.58182 3.904 5.94869 3.76233 6.28116C3.63269 6.62018 3.4061 6.91376 3.11059 7.12512C2.80866 7.34107 2.44873 7.4612 2.07762 7.46988L2.06008 7.47008H2.00008C1.84537 7.47008 1.697 7.53154 1.5876 7.64094C1.47821 7.75033 1.41675 7.89871 1.41675 8.05342C1.41675 8.20812 1.47821 8.3565 1.5876 8.46589C1.697 8.57529 1.84537 8.63675 2.00008 8.63675H2.11641C2.4772 8.63819 2.82969 8.7451 3.1305 8.94431C3.43019 9.14278 3.66555 9.42424 3.80784 9.75426C3.9558 10.0915 3.99976 10.4652 3.93405 10.8276C3.8681 11.1913 3.69471 11.527 3.43623 11.7912L3.43044 11.7971L3.39041 11.8371C3.33617 11.8913 3.29285 11.9559 3.2635 12.0267C3.23414 12.0975 3.21903 12.1734 3.21903 12.2501C3.21903 12.3267 3.23414 12.4026 3.2635 12.4735C3.29285 12.5443 3.33588 12.6086 3.39012 12.6628C3.44429 12.717 3.50922 12.7606 3.58003 12.79C3.65085 12.8194 3.72676 12.8345 3.80341 12.8345C3.88007 12.8345 3.95598 12.8194 4.0268 12.79C4.09761 12.7606 4.16195 12.7176 4.21612 12.6634L4.26227 12.6172C4.52652 12.3588 4.86217 12.1854 5.22588 12.1194C5.58182 12.0549 5.94868 12.0962 6.28115 12.2378C6.62018 12.3675 6.91376 12.5941 7.12512 12.8896C7.34107 13.1915 7.4612 13.5514 7.46988 13.9225L7.47008 13.9401V14.0001C7.47008 14.1548 7.53154 14.3032 7.64094 14.4126C7.75033 14.522 7.89871 14.5834 8.05342 14.5834C8.20812 14.5834 8.3565 14.522 8.46589 14.4126C8.57529 14.3032 8.63675 14.1548 8.63675 14.0001V13.8867L8.63675 13.8838C8.63819 13.523 8.7451 13.1705 8.94431 12.8697C9.14278 12.57 9.42425 12.3346 9.75428 12.1923C10.0915 12.0444 10.4652 12.0004 10.8276 12.0661C11.1913 12.1321 11.5269 12.3055 11.7912 12.5639L11.7971 12.5697L11.8371 12.6098C11.8913 12.664 11.9559 12.7073 12.0267 12.7367C12.0975 12.766 12.1734 12.7811 12.2501 12.7811C12.3267 12.7811 12.4026 12.766 12.4735 12.7367C12.5443 12.7073 12.6086 12.6643 12.6628 12.61C12.717 12.5559 12.7606 12.4909 12.79 12.4201C12.8194 12.3493 12.8345 12.2734 12.8345 12.1967C12.8345 12.1201 12.8194 12.0442 12.79 11.9734C12.7606 11.9025 12.7176 11.8382 12.6634 11.784L12.6172 11.7379C12.3588 11.4736 12.1854 11.138 12.1194 10.7743C12.0537 10.4119 12.0977 10.0382 12.2456 9.70095C12.3879 9.37092 12.6233 9.08945 12.923 8.89098C13.2238 8.69177 13.5763 8.58486 13.9371 8.58342L13.9401 8.58341L14.0001 8.58342C14.1548 8.58342 14.3032 8.52196 14.4126 8.41256C14.522 8.30316 14.5834 8.15479 14.5834 8.00008C14.5834 7.84537 14.522 7.697 14.4126 7.5876C14.3032 7.47821 14.1548 7.41675 14.0001 7.41675H13.8867L13.8838 7.41674C13.523 7.4153 13.1705 7.3084 12.8697 7.10919C12.5689 6.90997 12.3329 6.62715 12.1907 6.29553C12.1647 6.23482 12.1469 6.17109 12.1376 6.10601C12.0344 5.80695 12.0094 5.48552 12.0661 5.17255C12.1321 4.80883 12.3055 4.47321 12.5639 4.20897L12.5697 4.20305L12.6098 4.16308C12.664 4.10891 12.7073 4.04428 12.7367 3.97346C12.766 3.90265 12.7811 3.82674 12.7811 3.75008C12.7811 3.67342 12.766 3.59752 12.7367 3.5267C12.7073 3.45589 12.6643 3.39155 12.61 3.33737C12.5559 3.28314 12.4909 3.23952 12.4201 3.21017C12.3493 3.18081 12.2734 3.1657 12.1967 3.1657C12.1201 3.1657 12.0442 3.18081 11.9734 3.21017C11.9025 3.23952 11.8382 3.28255 11.784 3.33678L11.7379 3.38293C11.4736 3.64141 11.138 3.81477 10.7743 3.88072C10.4119 3.94643 10.0381 3.90247 9.70092 3.75451C9.3709 3.61221 9.08945 3.37686 8.89098 3.07717C8.69177 2.77636 8.58486 2.42386 8.58342 2.06307L8.58342 2.06008V2.00008C8.58342 1.84537 8.52196 1.697 8.41256 1.5876C8.30316 1.47821 8.15479 1.41675 8.00008 1.41675ZM6.52694 0.526942C6.91764 0.136242 7.44755 -0.083252 8.00008 -0.083252C8.55262 -0.083252 9.08252 0.136242 9.47322 0.526942C9.86392 0.917642 10.0834 1.44755 10.0834 2.00008V2.05814C10.0839 2.12603 10.1041 2.19233 10.1416 2.24895C10.1793 2.30586 10.2328 2.3505 10.2955 2.37739L10.3029 2.38056C10.3669 2.4088 10.4379 2.41726 10.5067 2.40478C10.5745 2.39249 10.6372 2.36044 10.6868 2.31269L10.7228 2.27671C10.9163 2.08301 11.146 1.92935 11.399 1.82451C11.6519 1.71966 11.923 1.6657 12.1967 1.6657C12.4705 1.6657 12.7416 1.71966 12.9945 1.82451C13.2474 1.92934 13.4772 2.08299 13.6707 2.27667C13.6706 2.27665 13.6707 2.27668 13.6707 2.27667M13.6701 5.22404L13.6342 5.25999C13.5864 5.30965 13.5543 5.37232 13.542 5.44016C13.5296 5.50898 13.538 5.57995 13.5662 5.64392C13.585 5.68648 13.5997 5.73058 13.6103 5.77564C13.6344 5.80798 13.6639 5.83609 13.6979 5.85857C13.7545 5.89605 13.8208 5.91626 13.8886 5.91675H14.0001C14.5526 5.91675 15.0825 6.13624 15.4732 6.52694C15.8639 6.91764 16.0834 7.44755 16.0834 8.00008C16.0834 8.55262 15.8639 9.08252 15.4732 9.47322C15.0825 9.86392 14.5526 10.0834 14.0001 10.0834H13.942C13.8741 10.0839 13.8078 10.1041 13.7512 10.1416C13.6943 10.1793 13.6497 10.2328 13.6228 10.2955L13.6196 10.3029C13.5914 10.3669 13.5829 10.4379 13.5954 10.5067C13.6077 10.5745 13.6397 10.6372 13.6875 10.6868L13.7235 10.7228C13.9172 10.9163 14.0708 11.146 14.1757 11.399C14.2805 11.6519 14.3345 11.923 14.3345 12.1967C14.3345 12.4705 14.2805 12.7416 14.1757 12.9945C14.0708 13.2475 13.9172 13.4772 13.7235 13.6707C13.53 13.8644 13.3008 14.0175 13.0479 14.1223C12.795 14.2272 12.5239 14.2811 12.2501 14.2811C11.9763 14.2811 11.7052 14.2272 11.4523 14.1223C11.1994 14.0175 10.9696 13.8638 10.7761 13.6701L10.7401 13.6341C10.6905 13.5864 10.6278 13.5543 10.56 13.542C10.4912 13.5296 10.4202 13.538 10.3562 13.5662L10.3489 13.5695C10.2861 13.5964 10.2326 13.641 10.1949 13.6979C10.1574 13.7545 10.1372 13.8208 10.1367 13.8887V14.0001C10.1367 14.5526 9.91725 15.0825 9.52655 15.4732C9.13585 15.8639 8.60595 16.0834 8.05342 16.0834C7.50088 16.0834 6.97098 15.8639 6.58028 15.4732C6.18958 15.0825 5.97008 14.5526 5.97008 14.0001V13.9513C5.96726 13.8833 5.94469 13.8176 5.90506 13.7622C5.8642 13.7051 5.80711 13.6616 5.7412 13.6373C5.72637 13.6319 5.71171 13.6259 5.69726 13.6196C5.63328 13.5913 5.56231 13.5829 5.4935 13.5954C5.42566 13.6077 5.36299 13.6397 5.31334 13.6875L5.27737 13.7235C5.27728 13.7235 5.27747 13.7234 5.27737 13.7235C5.08395 13.917 4.85399 14.0709 4.60121 14.1757C4.34829 14.2805 4.0772 14.3345 3.80341 14.3345C3.52963 14.3345 3.25853 14.2805 3.00562 14.1757C2.75297 14.0709 2.52341 13.9175 2.33005 13.724C2.32995 13.7239 2.33014 13.7241 2.33005 13.724C2.13648 13.5306 1.98263 13.3007 1.87784 13.0479C1.773 12.795 1.71903 12.5239 1.71903 12.2501C1.71903 11.9763 1.773 11.7052 1.87784 11.4523C1.98268 11.1994 2.13634 10.9696 2.33005 10.7761L2.36602 10.7401C2.41377 10.6905 2.44582 10.6278 2.45812 10.56C2.47059 10.4912 2.46217 10.4202 2.43393 10.3562L2.43069 10.3489C2.4038 10.2861 2.35919 10.2326 2.30228 10.1949C2.24566 10.1574 2.17936 10.1372 2.11147 10.1367H2.00008C1.44755 10.1367 0.917642 9.91725 0.526942 9.52655C0.136242 9.13585 -0.083252 8.60595 -0.083252 8.05342C-0.083252 7.50088 0.136242 6.97098 0.526942 6.58028C0.917642 6.18958 1.44755 5.97008 2.00008 5.97008H2.04887C2.11684 5.96726 2.18256 5.94469 2.23797 5.90506C2.29509 5.86421 2.3386 5.80711 2.36285 5.7412C2.3683 5.72637 2.37422 5.71171 2.3806 5.69726C2.40884 5.63328 2.41726 5.56231 2.40478 5.4935C2.39248 5.42566 2.36043 5.363 2.31268 5.31334L2.27671 5.27737C2.27661 5.27727 2.27681 5.27747 2.27671 5.27737C2.08315 5.08395 1.92929 4.85399 1.82451 4.60121C1.71966 4.34829 1.6657 4.0772 1.6657 3.80341C1.6657 3.52963 1.71966 3.25853 1.82451 3.00562C1.92929 2.75284 2.08286 2.52318 2.27642 2.32975C2.46984 2.13619 2.6995 1.98263 2.95229 1.87784C3.2052 1.773 3.4763 1.71903 3.75008 1.71903C4.02386 1.71903 4.29496 1.773 4.54787 1.87784C4.80066 1.98263 5.03032 2.13619 5.22374 2.32975C5.22365 2.32965 5.22384 2.32985 5.22374 2.32975L5.26 2.36601C5.30966 2.41377 5.37233 2.44582 5.44016 2.45812C5.50897 2.47059 5.57995 2.46217 5.64392 2.43393C5.68649 2.41515 5.73059 2.40042 5.77564 2.38986C5.80798 2.36581 5.83609 2.33622 5.85857 2.30228C5.89605 2.24568 5.91626 2.17941 5.91675 2.11154V2.00008C5.91675 1.44755 6.13624 0.917642 6.52694 0.526942M13.6701 5.22404C13.8638 5.03055 14.0175 4.80079 14.1223 4.54787C14.2272 4.29496 14.2811 4.02386 14.2811 3.75008C14.2811 3.4763 14.2272 3.2052 14.1223 2.95229C14.0176 2.69963 13.8641 2.47003 13.6707 2.27667M8.00008 6.75008C7.30973 6.75008 6.75008 7.30973 6.75008 8.00008C6.75008 8.69044 7.30973 9.25008 8.00008 9.25008C8.69044 9.25008 9.25008 8.69044 9.25008 8.00008C9.25008 7.30973 8.69044 6.75008 8.00008 6.75008ZM5.25008 8.00008C5.25008 6.4813 6.4813 5.25008 8.00008 5.25008C9.51887 5.25008 10.7501 6.4813 10.7501 8.00008C10.7501 9.51887 9.51887 10.7501 8.00008 10.7501C6.4813 10.7501 5.25008 9.51887 5.25008 8.00008Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12584"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15973)"><path d="M12.9334 10.0001L13.6653 10.3231L13.6687 10.3152L12.9334 10.0001ZM13.1534 11.2134L12.5815 11.7729L12.5877 11.7791L13.1534 11.2134ZM13.1934 11.2534L12.6277 11.8191L12.628 11.8194L13.1934 11.2534ZM13.1934 13.1401L12.628 12.5741L12.6274 12.5747L13.1934 13.1401ZM11.3067 13.1401L11.8727 12.5747L11.8724 12.5744L11.3067 13.1401ZM11.2667 13.1001L11.8325 12.5344L11.8262 12.5282L11.2667 13.1001ZM10.0534 12.8801L10.3686 13.6154L10.3764 13.612L10.0534 12.8801ZM9.38675 13.8867L8.58675 13.8836V13.8867H9.38675ZM6.72008 13.9401H7.52008C7.52008 13.9338 7.52001 13.9276 7.51986 13.9214L6.72008 13.9401ZM6.00008 12.9334L5.67707 13.6653C5.69249 13.6721 5.70812 13.6784 5.72394 13.6842L6.00008 12.9334ZM4.78675 13.1534L4.2273 12.5815L4.22105 12.5877L4.78675 13.1534ZM4.74675 13.1934L4.18105 12.6277L4.18075 12.628L4.74675 13.1934ZM2.86008 13.1934L3.42608 12.628L3.42545 12.6274L2.86008 13.1934ZM2.46903 12.2501H3.26903H2.46903ZM2.86008 11.3067L3.42545 11.8727L3.42577 11.8724L2.86008 11.3067ZM2.90008 11.2667L3.4658 11.8325L3.47197 11.8262L2.90008 11.2667ZM3.12008 10.0534L2.38473 10.3686L2.38819 10.3764L3.12008 10.0534ZM2.11341 9.38675L2.11661 8.58675H2.11341V9.38675ZM0.666748 8.05341H-0.133252H0.666748ZM2.00008 6.72008V7.52008V6.72008ZM2.06008 6.72008V7.52008C2.06632 7.52008 2.07255 7.52001 2.07879 7.51986L2.06008 6.72008ZM3.06675 6.00008L2.33486 5.67707C2.32805 5.69249 2.32174 5.70812 2.31592 5.72394L3.06675 6.00008ZM2.84675 4.78675L3.41867 4.2273L3.41243 4.22106L2.84675 4.78675ZM2.80675 4.74675L3.37243 4.18106L3.37212 4.18075L2.80675 4.74675ZM2.80675 2.86008L3.37212 3.42608L3.37275 3.42545L2.80675 2.86008ZM4.69341 2.86008L4.12741 3.42545L4.12773 3.42577L4.69341 2.86008ZM4.73341 2.90008L4.16769 3.4658L4.174 3.47197L4.73341 2.90008ZM5.94675 3.12008V2.32008C5.83551 2.32008 5.7255 2.34328 5.62374 2.38819L5.94675 3.12008ZM6.00008 3.12008V3.92008C6.10843 3.92008 6.21564 3.89807 6.31523 3.85539L6.00008 3.12008ZM6.66675 2.11341L7.46675 2.11661V2.11341H6.66675ZM8.00008 0.666748V-0.133252V0.666748ZM9.33341 2.06008H8.53341L8.53342 2.06327L9.33341 2.06008ZM10.0001 3.06675L10.3231 2.33482L10.3152 2.33144L10.0001 3.06675ZM11.2134 2.84675L11.7729 3.41867L11.7791 3.41243L11.2134 2.84675ZM11.2534 2.80675L11.8191 3.37243L11.8194 3.37212L11.2534 2.80675ZM12.1967 2.4157V3.2157V2.4157ZM13.1401 2.80675L12.5741 3.37212L12.5747 3.37275L13.1401 2.80675ZM13.1401 4.69341L12.5747 4.12741L12.5744 4.12773L13.1401 4.69341ZM13.1001 4.73341L12.5344 4.1677L12.5282 4.174L13.1001 4.73341ZM12.8801 5.94675H13.6801C13.6801 5.83551 13.6569 5.7255 13.612 5.62374L12.8801 5.94675ZM12.8801 6.00008H12.0801C12.0801 6.10843 12.1021 6.21564 12.1448 6.31523L12.8801 6.00008ZM13.8867 6.66675L13.8836 7.46675H13.8867V6.66675ZM13.9401 9.33341V8.53341L13.9369 8.53342L13.9401 9.33341ZM9.20008 8.00008C9.20008 8.66282 8.66282 9.20008 8.00008 9.20008V10.8001C9.54648 10.8001 10.8001 9.54648 10.8001 8.00008H9.20008ZM8.00008 9.20008C7.33734 9.20008 6.80008 8.66282 6.80008 8.00008H5.20008C5.20008 9.54648 6.45368 10.8001 8.00008 10.8001V9.20008ZM6.80008 8.00008C6.80008 7.33734 7.33734 6.80008 8.00008 6.80008V5.20008C6.45368 5.20008 5.20008 6.45368 5.20008 8.00008H6.80008ZM8.00008 6.80008C8.66282 6.80008 9.20008 7.33734 9.20008 8.00008H10.8001C10.8001 6.45368 9.54648 5.20008 8.00008 5.20008V6.80008ZM12.2015 9.67707C12.0482 10.0244 12.0025 10.4097 12.0702 10.7832L13.6446 10.4977C13.6339 10.4388 13.6411 10.3779 13.6653 10.3231L12.2015 9.67707ZM12.0702 10.7832C12.138 11.1567 12.3161 11.5014 12.5815 11.7728L13.7253 10.654C13.6834 10.6112 13.6553 10.5567 13.6446 10.4977L12.0702 10.7832ZM12.5877 11.7791L12.6277 11.8191L13.7591 10.6877L13.7191 10.6477L12.5877 11.7791ZM12.628 11.8194C12.6776 11.8689 12.717 11.9278 12.7438 11.9925L14.2218 11.3798C14.1145 11.1208 13.9571 10.8855 13.7588 10.6874L12.628 11.8194ZM12.7438 11.9925C12.7706 12.0573 12.7845 12.1267 12.7845 12.1967H14.3845C14.3845 11.9164 14.3292 11.6388 14.2218 11.3798L12.7438 11.9925ZM12.7845 12.1967C12.7845 12.2668 12.7706 12.3362 12.7438 12.401L14.2218 13.0137C14.3292 12.7547 14.3845 12.4771 14.3845 12.1967H12.7845ZM12.7438 12.401C12.717 12.4657 12.6776 12.5245 12.628 12.5741L13.7588 13.7061C13.9571 13.5079 14.1145 13.2727 14.2218 13.0137L12.7438 12.401ZM12.6274 12.5747C12.5779 12.6243 12.5191 12.6636 12.4543 12.6905L13.067 14.1685C13.326 14.0612 13.5613 13.9038 13.7594 13.7055L12.6274 12.5747ZM12.4543 12.6905C12.3896 12.7173 12.3202 12.7311 12.2501 12.7311V14.3311C12.5304 14.3311 12.808 14.2759 13.067 14.1685L12.4543 12.6905ZM12.2501 12.7311C12.18 12.7311 12.1106 12.7173 12.0458 12.6905L11.4331 14.1685C11.6921 14.2759 11.9697 14.3311 12.2501 14.3311V12.7311ZM12.0458 12.6905C11.9811 12.6636 11.9223 12.6243 11.8727 12.5747L10.7407 13.7055C10.9389 13.9038 11.1742 14.0612 11.4331 14.1685L12.0458 12.6905ZM11.8724 12.5744L11.8324 12.5344L10.7011 13.6658L10.7411 13.7058L11.8724 12.5744ZM11.8262 12.5282C11.5548 12.2627 11.2101 12.0846 10.8365 12.0169L10.5511 13.5912C10.6101 13.6019 10.6645 13.6301 10.7073 13.672L11.8262 12.5282ZM10.8365 12.0169C10.463 11.9492 10.0777 11.9949 9.7304 12.1482L10.3764 13.612C10.4313 13.5878 10.4921 13.5805 10.5511 13.5912L10.8365 12.0169ZM9.73827 12.1448C9.39768 12.2907 9.10722 12.5331 8.90262 12.8421L10.2366 13.7255C10.2689 13.6767 10.3148 13.6384 10.3686 13.6154L9.73827 12.1448ZM8.90262 12.8421C8.69803 13.151 8.58823 13.513 8.58675 13.8836L10.1867 13.8899C10.187 13.8314 10.2043 13.7743 10.2366 13.7255L8.90262 12.8421ZM8.58675 13.8867V14.0001H10.1867V13.8867H8.58675ZM8.58675 14.0001C8.58675 14.1415 8.53056 14.2772 8.43054 14.3772L9.56191 15.5086C9.96199 15.1085 10.1867 14.5659 10.1867 14.0001H8.58675ZM8.43054 14.3772C8.33052 14.4772 8.19486 14.5334 8.05341 14.5334V16.1334C8.61921 16.1334 9.16183 15.9087 9.56191 15.5086L8.43054 14.3772ZM8.05341 14.5334C7.91197 14.5334 7.77631 14.4772 7.67629 14.3772L6.54492 15.5086C6.945 15.9087 7.48762 16.1334 8.05341 16.1334V14.5334ZM7.67629 14.3772C7.57627 14.2772 7.52008 14.1415 7.52008 14.0001H5.92008C5.92008 14.5659 6.14484 15.1085 6.54492 15.5086L7.67629 14.3772ZM7.52008 14.0001V13.9401H5.92008V14.0001H7.52008ZM7.51986 13.9214C7.51095 13.5402 7.38758 13.1706 7.16578 12.8605L5.86439 13.7913C5.89941 13.8402 5.91889 13.8986 5.9203 13.9588L7.51986 13.9214ZM7.16578 12.8605C6.94399 12.5504 6.63404 12.3142 6.27623 12.1826L5.72394 13.6842C5.78043 13.705 5.82937 13.7423 5.86439 13.7913L7.16578 12.8605ZM6.32309 12.2015C5.97578 12.0482 5.59051 12.0025 5.21696 12.0702L5.50242 13.6446C5.5614 13.6339 5.62223 13.6411 5.67707 13.6653L6.32309 12.2015ZM5.21696 12.0702C4.84342 12.138 4.49872 12.3161 4.22734 12.5815L5.34616 13.7253C5.38901 13.6834 5.44343 13.6553 5.50242 13.6446L5.21696 12.0702ZM4.22105 12.5877L4.18105 12.6277L5.31244 13.7591L5.35244 13.7191L4.22105 12.5877ZM4.18075 12.628C4.13122 12.6776 4.0724 12.717 4.00765 12.7438L4.62035 14.2218C4.87933 14.1145 5.11462 13.9571 5.31275 13.7588L4.18075 12.628ZM4.00765 12.7438C3.9429 12.7706 3.8735 12.7845 3.80341 12.7845V14.3845C4.08377 14.3845 4.36137 14.3292 4.62035 14.2218L4.00765 12.7438ZM3.80341 12.7845C3.73333 12.7845 3.66392 12.7706 3.59918 12.7438L2.98648 14.2218C3.24546 14.3292 3.52306 14.3845 3.80341 14.3845V12.7845ZM3.59918 12.7438C3.53443 12.717 3.47561 12.6776 3.42608 12.628L2.29408 13.7588C2.49221 13.9571 2.7275 14.1145 2.98648 14.2218L3.59918 12.7438ZM3.42545 12.6274C3.37587 12.5779 3.33653 12.5191 3.30969 12.4543L1.83165 13.067C1.93901 13.326 2.09636 13.5613 2.29471 13.7594L3.42545 12.6274ZM3.30969 12.4543C3.28285 12.3896 3.26903 12.3202 3.26903 12.2501H1.66903C1.66903 12.5304 1.72429 12.808 1.83165 13.067L3.30969 12.4543ZM3.26903 12.2501C3.26903 12.18 3.28285 12.1106 3.30969 12.0458L1.83165 11.4331C1.72429 11.6921 1.66903 11.9697 1.66903 12.2501H3.26903ZM3.30969 12.0458C3.33653 11.9811 3.37587 11.9223 3.42545 11.8727L2.29471 10.7407C2.09636 10.9389 1.93901 11.1742 1.83165 11.4331L3.30969 12.0458ZM3.42577 11.8724L3.46577 11.8324L2.33439 10.7011L2.29439 10.7411L3.42577 11.8724ZM3.47197 11.8262C3.73744 11.5548 3.91552 11.2101 3.98325 10.8365L2.40892 10.5511C2.39822 10.6101 2.37011 10.6645 2.32819 10.7073L3.47197 11.8262ZM3.98325 10.8365C4.05098 10.463 4.00526 10.0777 3.85197 9.7304L2.38819 10.3764C2.41239 10.4313 2.41961 10.4921 2.40892 10.5511L3.98325 10.8365ZM3.85539 9.73827C3.70942 9.39768 3.46705 9.10722 3.15811 8.90262L2.27467 10.2366C2.32345 10.2689 2.36172 10.3148 2.38477 10.3686L3.85539 9.73827ZM3.15811 8.90262C2.84917 8.69803 2.48715 8.58823 2.11661 8.58675L2.11022 10.1867C2.16873 10.187 2.22589 10.2043 2.27467 10.2366L3.15811 8.90262ZM2.11341 8.58675H2.00008V10.1867H2.11341V8.58675ZM2.00008 8.58675C1.85863 8.58675 1.72298 8.53056 1.62296 8.43054L0.491587 9.56191C0.891664 9.96199 1.43429 10.1867 2.00008 10.1867V8.58675ZM1.62296 8.43054C1.52294 8.33052 1.46675 8.19486 1.46675 8.05341H-0.133252C-0.133252 8.61921 0.0915095 9.16183 0.491587 9.56191L1.62296 8.43054ZM1.46675 8.05341C1.46675 7.91197 1.52294 7.77631 1.62296 7.67629L0.491587 6.54492C0.0915095 6.945 -0.133252 7.48762 -0.133252 8.05341H1.46675ZM1.62296 7.67629C1.72298 7.57627 1.85863 7.52008 2.00008 7.52008V5.92008C1.43428 5.92008 0.891664 6.14484 0.491587 6.54492L1.62296 7.67629ZM2.00008 7.52008H2.06008V5.92008H2.00008V7.52008ZM2.07879 7.51986C2.45993 7.51095 2.82958 7.38757 3.13968 7.16578L2.20888 5.86439C2.15992 5.89941 2.10155 5.91889 2.04137 5.9203L2.07879 7.51986ZM3.13968 7.16578C3.44978 6.94399 3.68598 6.63404 3.81758 6.27623L2.31592 5.72394C2.29514 5.78043 2.25784 5.82937 2.20888 5.86439L3.13968 7.16578ZM3.79864 6.32309C3.95192 5.97578 3.99765 5.59051 3.92992 5.21696L2.35559 5.50242C2.36628 5.5614 2.35906 5.62223 2.33486 5.67707L3.79864 6.32309ZM3.92992 5.21696C3.86219 4.84342 3.6841 4.49872 3.41864 4.22734L2.27486 5.34616C2.31677 5.38901 2.34489 5.44343 2.35559 5.50242L3.92992 5.21696ZM3.41243 4.22106L3.37243 4.18106L2.24106 5.31243L2.28106 5.35243L3.41243 4.22106ZM3.37212 4.18075C3.32253 4.13122 3.28319 4.07239 3.25635 4.00765L1.77832 4.62035C1.88567 4.87934 2.04303 5.11462 2.24138 5.31275L3.37212 4.18075ZM3.25635 4.00765C3.22951 3.9429 3.2157 3.8735 3.2157 3.80341H1.6157C1.6157 4.08377 1.67096 4.36137 1.77832 4.62035L3.25635 4.00765ZM3.2157 3.80341C3.2157 3.73333 3.22951 3.66393 3.25635 3.59918L1.77832 2.98648C1.67096 3.24546 1.6157 3.52306 1.6157 3.80341H3.2157ZM3.25635 3.59918C3.28319 3.53443 3.32253 3.47561 3.37212 3.42608L2.24138 2.29408C2.04303 2.49221 1.88567 2.72749 1.77832 2.98648L3.25635 3.59918ZM3.37275 3.42545C3.42228 3.37586 3.4811 3.33653 3.54585 3.30969L2.93314 1.83165C2.67416 1.93901 2.43888 2.09636 2.24075 2.29471L3.37275 3.42545ZM3.54585 3.30969C3.61059 3.28285 3.67999 3.26903 3.75008 3.26903V1.66903C3.46973 1.66903 3.19212 1.72429 2.93314 1.83165L3.54585 3.30969ZM3.75008 3.26903C3.82017 3.26903 3.88957 3.28285 3.95432 3.30969L4.56702 1.83165C4.30804 1.72429 4.03043 1.66903 3.75008 1.66903V3.26903ZM3.95432 3.30969C4.01906 3.33653 4.07788 3.37586 4.12741 3.42545L5.25941 2.29471C5.06129 2.09636 4.826 1.93901 4.56702 1.83165L3.95432 3.30969ZM4.12773 3.42577L4.16773 3.46577L5.2991 2.3344L5.2591 2.2944L4.12773 3.42577ZM4.174 3.47197C4.44539 3.73744 4.79008 3.91552 5.16363 3.98325L5.44908 2.40892C5.3901 2.39822 5.33568 2.37011 5.29283 2.32819L4.174 3.47197ZM5.16363 3.98325C5.53717 4.05098 5.92244 4.00526 6.26976 3.85197L5.62374 2.38819C5.5689 2.41239 5.50806 2.41961 5.44908 2.40892L5.16363 3.98325ZM5.94675 3.92008H6.00008V2.32008H5.94675V3.92008ZM6.31523 3.85539C6.65581 3.70942 6.94628 3.46705 7.15087 3.15811L5.81688 2.27467C5.78458 2.32345 5.73871 2.36172 5.68494 2.38477L6.31523 3.85539ZM7.15087 3.15811C7.35547 2.84917 7.46526 2.48715 7.46674 2.11661L5.86675 2.11022C5.86652 2.16873 5.84918 2.22589 5.81688 2.27467L7.15087 3.15811ZM7.46675 2.11341V2.00008H5.86675V2.11341H7.46675ZM7.46675 2.00008C7.46675 1.85863 7.52294 1.72298 7.62296 1.62296L6.49159 0.491587C6.09151 0.891664 5.86675 1.43429 5.86675 2.00008H7.46675ZM7.62296 1.62296C7.72298 1.52294 7.85863 1.46675 8.00008 1.46675V-0.133252C7.43429 -0.133252 6.89166 0.0915093 6.49159 0.491587L7.62296 1.62296ZM8.00008 1.46675C8.14153 1.46675 8.27718 1.52294 8.3772 1.62296L9.50857 0.491587C9.1085 0.0915095 8.56588 -0.133252 8.00008 -0.133252V1.46675ZM8.3772 1.62296C8.47722 1.72298 8.53341 1.85863 8.53341 2.00008H10.1334C10.1334 1.43429 9.90865 0.891664 9.50857 0.491587L8.3772 1.62296ZM8.53341 2.00008V2.06008H10.1334V2.00008H8.53341ZM8.53342 2.06327C8.5349 2.43382 8.64469 2.79584 8.84929 3.10478L10.1833 2.22134C10.151 2.17256 10.1336 2.1154 10.1334 2.05689L8.53342 2.06327ZM8.84929 3.10478C9.05389 3.41372 9.34435 3.65609 9.68494 3.80206L10.3152 2.33144C10.2614 2.30839 10.2156 2.27012 10.1833 2.22134L8.84929 3.10478ZM9.67707 3.79864C10.0244 3.95192 10.4097 3.99765 10.7832 3.92992L10.4977 2.35559C10.4388 2.36628 10.3779 2.35906 10.3231 2.33486L9.67707 3.79864ZM10.7832 3.92992C11.1567 3.86219 11.5014 3.6841 11.7728 3.41864L10.654 2.27486C10.6112 2.31677 10.5567 2.34489 10.4977 2.35559L10.7832 3.92992ZM11.7791 3.41243L11.8191 3.37243L10.6877 2.24106L10.6477 2.28106L11.7791 3.41243ZM11.8194 3.37212C11.8689 3.32253 11.9278 3.28319 11.9925 3.25635L11.3798 1.77832C11.1208 1.88567 10.8855 2.04303 10.6874 2.24138L11.8194 3.37212ZM11.9925 3.25635C12.0573 3.22951 12.1267 3.2157 12.1967 3.2157V1.6157C11.9164 1.6157 11.6388 1.67096 11.3798 1.77832L11.9925 3.25635ZM12.1967 3.2157C12.2668 3.2157 12.3362 3.22951 12.401 3.25635L13.0137 1.77832C12.7547 1.67096 12.4771 1.6157 12.1967 1.6157V3.2157ZM12.401 3.25635C12.4657 3.28319 12.5245 3.32253 12.5741 3.37212L13.7061 2.24138C13.508 2.04303 13.2727 1.88568 13.0137 1.77832L12.401 3.25635ZM12.5747 3.37275C12.6243 3.42228 12.6636 3.4811 12.6905 3.54585L14.1685 2.93314C14.0612 2.67416 13.9038 2.43888 13.7055 2.24075L12.5747 3.37275ZM12.6905 3.54585C12.7173 3.61059 12.7311 3.67999 12.7311 3.75008H14.3311C14.3311 3.46973 14.2759 3.19212 14.1685 2.93314L12.6905 3.54585ZM12.7311 3.75008C12.7311 3.82017 12.7173 3.88957 12.6905 3.95432L14.1685 4.56702C14.2759 4.30804 14.3311 4.03044 14.3311 3.75008H12.7311ZM12.6905 3.95432C12.6636 4.01906 12.6243 4.07788 12.5747 4.12741L13.7055 5.25941C13.9038 5.06129 14.0612 4.826 14.1685 4.56702L12.6905 3.95432ZM12.5744 4.12773L12.5344 4.16773L13.6658 5.2991L13.7058 5.2591L12.5744 4.12773ZM12.5282 4.174C12.2627 4.44539 12.0846 4.79008 12.0169 5.16363L13.5912 5.44908C13.6019 5.3901 13.6301 5.33568 13.672 5.29283L12.5282 4.174ZM12.0169 5.16363C11.9492 5.53717 11.9949 5.92244 12.1482 6.26976L13.612 5.62374C13.5878 5.5689 13.5805 5.50807 13.5912 5.44908L12.0169 5.16363ZM12.0801 5.94675V6.00008H13.6801V5.94675H12.0801ZM12.1448 6.31523C12.2907 6.65581 12.5331 6.94628 12.8421 7.15087L13.7255 5.81688C13.6767 5.78457 13.6384 5.73871 13.6154 5.68494L12.1448 6.31523ZM12.8421 7.15087C13.151 7.35547 13.513 7.46526 13.8836 7.46674L13.8899 5.86675C13.8314 5.86652 13.7743 5.84918 13.7255 5.81688L12.8421 7.15087ZM13.8867 7.46675H14.0001V5.86675H13.8867V7.46675ZM14.0001 7.46675C14.1415 7.46675 14.2772 7.52294 14.3772 7.62296L15.5086 6.49159C15.1085 6.09151 14.5659 5.86675 14.0001 5.86675V7.46675ZM14.3772 7.62296C14.4772 7.72298 14.5334 7.85863 14.5334 8.00008H16.1334C16.1334 7.43429 15.9087 6.89166 15.5086 6.49159L14.3772 7.62296ZM14.5334 8.00008C14.5334 8.14153 14.4772 8.27718 14.3772 8.3772L15.5086 9.50857C15.9087 9.1085 16.1334 8.56588 16.1334 8.00008H14.5334ZM14.3772 8.3772C14.2772 8.47722 14.1415 8.53341 14.0001 8.53341V10.1334C14.5659 10.1334 15.1085 9.90865 15.5086 9.50857L14.3772 8.3772ZM14.0001 8.53341H13.9401V10.1334H14.0001V8.53341ZM13.9369 8.53342C13.5663 8.5349 13.2043 8.64469 12.8954 8.84929L13.7788 10.1833C13.8276 10.151 13.8848 10.1336 13.9433 10.1334L13.9369 8.53342ZM12.8954 8.84929C12.5864 9.05388 12.3441 9.34435 12.1981 9.68494L13.6687 10.3152C13.6918 10.2615 13.73 10.2156 13.7788 10.1833L12.8954 8.84929Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15973"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSettings, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13606", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSettings size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShare.tsx b/src/icons/IconShare.tsx
index e4b1485..adb178a 100644
--- a/src/icons/IconShare.tsx
+++ b/src/icons/IconShare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.00008 0.583252C8.19899 0.583252 8.38976 0.66227 8.53041 0.802922L11.1971 3.46959C11.49 3.76248 11.49 4.23736 11.1971 4.53025C10.9042 4.82314 10.4293 4.82314 10.1364 4.53025L8.75008 3.14391L8.75008 9.99992C8.75008 10.4141 8.4143 10.7499 8.00008 10.7499C7.58587 10.7499 7.25008 10.4141 7.25008 9.99992L7.25008 3.14391L5.86374 4.53025C5.57085 4.82314 5.09598 4.82314 4.80308 4.53025C4.51019 4.23736 4.51019 3.76248 4.80308 3.46959L7.46975 0.802922C7.6104 0.66227 7.80117 0.583252 8.00008 0.583252ZM2.66675 7.24992C3.08096 7.24992 3.41675 7.58571 3.41675 7.99992V13.3333C3.41675 13.488 3.47821 13.6363 3.5876 13.7457C3.697 13.8551 3.84537 13.9166 4.00008 13.9166H12.0001C12.1548 13.9166 12.3032 13.8551 12.4126 13.7457C12.522 13.6363 12.5834 13.488 12.5834 13.3333V7.99992C12.5834 7.58571 12.9192 7.24992 13.3334 7.24992C13.7476 7.24992 14.0834 7.58571 14.0834 7.99992V13.3333C14.0834 13.8858 13.8639 14.4157 13.4732 14.8064C13.0825 15.1971 12.5526 15.4166 12.0001 15.4166H4.00008C3.44755 15.4166 2.91764 15.1971 2.52694 14.8064C2.13624 14.4157 1.91675 13.8858 1.91675 13.3333V7.99992C1.91675 7.58571 2.25253 7.24992 2.66675 7.24992Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.46675 7.99992C3.46675 7.55809 3.10858 7.19992 2.66675 7.19992C2.22492 7.19992 1.86675 7.55809 1.86675 7.99992H3.46675ZM2.66675 13.3333H1.86675H2.66675ZM14.1334 7.99992C14.1334 7.55809 13.7752 7.19992 13.3334 7.19992C12.8916 7.19992 12.5334 7.55809 12.5334 7.99992H14.1334ZM10.1011 4.5656C10.4135 4.87802 10.92 4.87802 11.2324 4.5656C11.5449 4.25318 11.5449 3.74665 11.2324 3.43423L10.1011 4.5656ZM8.00008 1.33325L8.56577 0.767567C8.41574 0.617537 8.21225 0.533252 8.00008 0.533252C7.78791 0.533252 7.58442 0.617537 7.4344 0.767567L8.00008 1.33325ZM4.76773 3.43423C4.45531 3.74665 4.45531 4.25318 4.76773 4.5656C5.08015 4.87802 5.58668 4.87802 5.8991 4.5656L4.76773 3.43423ZM7.20008 9.99992C7.20008 10.4417 7.55825 10.7999 8.00008 10.7999C8.44191 10.7999 8.80008 10.4417 8.80008 9.99992L7.20008 9.99992ZM1.86675 7.99992V13.3333H3.46675V7.99992H1.86675ZM1.86675 13.3333C1.86675 13.899 2.09151 14.4417 2.49159 14.8417L3.62296 13.7104C3.52294 13.6104 3.46675 13.4747 3.46675 13.3333H1.86675ZM2.49159 14.8417C2.89166 15.2418 3.43429 15.4666 4.00008 15.4666V13.8666C3.85863 13.8666 3.72298 13.8104 3.62296 13.7104L2.49159 14.8417ZM4.00008 15.4666H12.0001V13.8666H4.00008V15.4666ZM12.0001 15.4666C12.5659 15.4666 13.1085 15.2418 13.5086 14.8417L12.3772 13.7104C12.2772 13.8104 12.1415 13.8666 12.0001 13.8666V15.4666ZM13.5086 14.8417C13.9087 14.4417 14.1334 13.899 14.1334 13.3333H12.5334C12.5334 13.4747 12.4772 13.6104 12.3772 13.7104L13.5086 14.8417ZM14.1334 13.3333V7.99992H12.5334V13.3333H14.1334ZM11.2324 3.43423L8.56577 0.767567L7.4344 1.89894L10.1011 4.5656L11.2324 3.43423ZM7.4344 0.767567L4.76773 3.43423L5.8991 4.5656L8.56577 1.89894L7.4344 0.767567ZM7.20008 1.33325L7.20008 9.99992L8.80008 9.99992L8.80008 1.33325L7.20008 1.33325Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconShare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13607", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShare2.tsx b/src/icons/IconShare2.tsx
index 910cc83..ef651be 100644
--- a/src/icons/IconShare2.tsx
+++ b/src/icons/IconShare2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShare2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M12 2.08325C11.3096 2.08325 10.75 2.6429 10.75 3.33325C10.75 3.54919 10.8048 3.75234 10.9011 3.92957C10.908 3.94012 10.9147 3.9509 10.9211 3.9619C10.9275 3.97283 10.9335 3.98385 10.9393 3.99496C11.1602 4.34825 11.5526 4.58325 12 4.58325C12.6904 4.58325 13.25 4.02361 13.25 3.33325C13.25 2.6429 12.6904 2.08325 12 2.08325ZM10.0923 5.31394C10.5868 5.79031 11.2592 6.08325 12 6.08325C13.5188 6.08325 14.75 4.85204 14.75 3.33325C14.75 1.81447 13.5188 0.583252 12 0.583252C10.4812 0.583252 9.25 1.81447 9.25 3.33325C9.25 3.56984 9.27988 3.79945 9.33606 4.01852L5.90771 6.01923C5.41324 5.54286 4.74083 5.24992 4 5.24992C2.48122 5.24992 1.25 6.48114 1.25 7.99992C1.25 9.5187 2.48122 10.7499 4 10.7499C4.74098 10.7499 5.41352 10.4569 5.90802 9.98031L9.33682 11.9784C9.28015 12.1983 9.25 12.4289 9.25 12.6666C9.25 14.1854 10.4812 15.4166 12 15.4166C13.5188 15.4166 14.75 14.1854 14.75 12.6666C14.75 11.1478 13.5188 9.91659 12 9.91659C11.2603 9.91659 10.5888 10.2087 10.0945 10.6838L6.66404 8.68477C6.72016 8.46583 6.75 8.23636 6.75 7.99992C6.75 7.76333 6.72012 7.53372 6.66394 7.31465L10.0923 5.31394ZM5.06069 7.33822C5.06646 7.34932 5.07253 7.36035 5.0789 7.37127C5.08532 7.38227 5.09198 7.39305 5.09886 7.4036C5.19524 7.58083 5.25 7.78398 5.25 7.99992C5.25 8.21585 5.19525 8.41899 5.09887 8.59622C5.0919 8.60691 5.08516 8.61783 5.07866 8.62898C5.07237 8.63978 5.06638 8.65067 5.06068 8.66164C4.83981 9.01492 4.44735 9.24992 4 9.24992C3.30964 9.24992 2.75 8.69028 2.75 7.99992C2.75 7.30956 3.30964 6.74992 4 6.74992C4.44736 6.74992 4.83983 6.98492 5.06069 7.33822ZM10.8813 12.1083C10.898 12.0859 10.9136 12.0623 10.928 12.0375C10.9418 12.0139 10.9541 11.9898 10.965 11.9654C11.1899 11.6342 11.5695 11.4166 12 11.4166C12.6904 11.4166 13.25 11.9762 13.25 12.6666C13.25 13.3569 12.6904 13.9166 12 13.9166C11.3096 13.9166 10.75 13.3569 10.75 12.6666C10.75 12.4659 10.7973 12.2763 10.8813 12.1083Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.12945 8.31538C5.74771 8.09293 5.25791 8.22206 5.03546 8.6038C4.81301 8.98555 4.94214 9.47534 5.32388 9.69779L6.12945 8.31538ZM9.87722 12.3511C10.259 12.5736 10.7488 12.4444 10.9712 12.0627C11.1937 11.681 11.0645 11.1912 10.6828 10.9687L9.87722 12.3511ZM10.6766 5.03087C11.0582 4.80817 11.187 4.3183 10.9643 3.9367C10.7416 3.55509 10.2517 3.42628 9.87011 3.64897L10.6766 5.03087ZM5.32344 6.3023C4.94184 6.525 4.81302 7.01487 5.03572 7.39647C5.25841 7.77808 5.74829 7.9069 6.12989 7.6842L5.32344 6.3023ZM13.2 3.33325C13.2 3.99599 12.6627 4.53325 12 4.53325V6.13325C13.5464 6.13325 14.8 4.87965 14.8 3.33325H13.2ZM12 4.53325C11.3373 4.53325 10.8 3.99599 10.8 3.33325H9.2C9.2 4.87965 10.4536 6.13325 12 6.13325V4.53325ZM10.8 3.33325C10.8 2.67051 11.3373 2.13325 12 2.13325V0.533252C10.4536 0.533252 9.2 1.78685 9.2 3.33325H10.8ZM12 2.13325C12.6627 2.13325 13.2 2.67051 13.2 3.33325H14.8C14.8 1.78685 13.5464 0.533252 12 0.533252V2.13325ZM5.2 7.99992C5.2 8.66266 4.66274 9.19992 4 9.19992V10.7999C5.5464 10.7999 6.8 9.54632 6.8 7.99992H5.2ZM4 9.19992C3.33726 9.19992 2.8 8.66266 2.8 7.99992H1.2C1.2 9.54632 2.4536 10.7999 4 10.7999V9.19992ZM2.8 7.99992C2.8 7.33718 3.33726 6.79992 4 6.79992V5.19992C2.4536 5.19992 1.2 6.45352 1.2 7.99992H2.8ZM4 6.79992C4.66274 6.79992 5.2 7.33718 5.2 7.99992H6.8C6.8 6.45352 5.5464 5.19992 4 5.19992V6.79992ZM13.2 12.6666C13.2 13.3293 12.6627 13.8666 12 13.8666V15.4666C13.5464 15.4666 14.8 14.213 14.8 12.6666H13.2ZM12 13.8666C11.3373 13.8666 10.8 13.3293 10.8 12.6666H9.2C9.2 14.213 10.4536 15.4666 12 15.4666V13.8666ZM10.8 12.6666C10.8 12.0038 11.3373 11.4666 12 11.4666V9.86658C10.4536 9.86658 9.2 11.1202 9.2 12.6666H10.8ZM12 11.4666C12.6627 11.4666 13.2 12.0038 13.2 12.6666H14.8C14.8 11.1202 13.5464 9.86658 12 9.86658V11.4666ZM5.32388 9.69779L9.87722 12.3511L10.6828 10.9687L6.12945 8.31538L5.32388 9.69779ZM9.87011 3.64897L5.32344 6.3023L6.12989 7.6842L10.6766 5.03087L9.87011 3.64897Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconShare2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13608", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShare2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShield.tsx b/src/icons/IconShield.tsx
index d32e892..34ed7b1 100644
--- a/src/icons/IconShield.tsx
+++ b/src/icons/IconShield.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShield = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.7365 0.631005C7.90628 0.567334 8.09339 0.567334 8.26318 0.631005L13.5965 2.63101C13.8892 2.74078 14.0832 3.02062 14.0832 3.33325V7.99992C14.0832 10.3347 12.5385 12.1918 11.1604 13.3977C10.4556 14.0144 9.75426 14.4962 9.23067 14.8234C8.96809 14.9875 8.7482 15.114 8.59224 15.2004C8.51421 15.2436 8.45204 15.2768 8.40836 15.2997C8.38652 15.3112 8.36928 15.3201 8.35699 15.3264L8.3423 15.3339L8.3378 15.3361L8.33628 15.3369C8.33604 15.337 8.33525 15.3374 7.99984 14.6666C7.66443 15.3374 7.66421 15.3373 7.66397 15.3372L7.66187 15.3361L7.65738 15.3339L7.64268 15.3264C7.63039 15.3201 7.61316 15.3112 7.59132 15.2997C7.54764 15.2768 7.48546 15.2436 7.40743 15.2004C7.25147 15.114 7.03158 14.9875 6.769 14.8234C6.24541 14.4962 5.54412 14.0144 4.83929 13.3977C3.46115 12.1918 1.9165 10.3347 1.9165 7.99992V3.33325C1.9165 3.02062 2.11043 2.74078 2.40316 2.63101L7.7365 0.631005ZM7.99984 14.6666L7.66397 15.3372C7.87512 15.4428 8.1241 15.443 8.33525 15.3374L7.99984 14.6666ZM7.99983 13.8125C8.11992 13.7438 8.26762 13.6565 8.43567 13.5514C8.91208 13.2537 9.54412 12.8188 10.1726 12.2688C11.4611 11.1414 12.5832 9.66509 12.5832 7.99992V3.853L7.99984 2.13425L3.4165 3.853V7.99992C3.4165 9.66509 4.53853 11.1414 5.82705 12.2688C6.45555 12.8188 7.0876 13.2537 7.564 13.5514C7.73206 13.6565 7.87975 13.7438 7.99983 13.8125Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.99984 14.6666L7.64207 15.3821C7.86729 15.4947 8.13239 15.4947 8.35761 15.3821L7.99984 14.6666ZM13.3332 3.33325H14.1332C14.1332 2.99978 13.9263 2.70128 13.6141 2.58419L13.3332 3.33325ZM7.99984 1.33325L8.28074 0.584189C8.09963 0.516273 7.90005 0.516273 7.71894 0.584189L7.99984 1.33325ZM2.6665 3.33325L2.38561 2.58419C2.07336 2.70128 1.8665 2.99978 1.8665 3.33325H2.6665ZM7.99984 14.6666C8.35761 15.3821 8.35784 15.382 8.35809 15.3819C8.3582 15.3818 8.35847 15.3817 8.35869 15.3816C8.35914 15.3814 8.35966 15.3811 8.36027 15.3808C8.36148 15.3802 8.36301 15.3794 8.36487 15.3785C8.36858 15.3766 8.37356 15.3741 8.37978 15.3709C8.39222 15.3645 8.4096 15.3555 8.4316 15.344C8.47559 15.3209 8.53808 15.2875 8.61646 15.2441C8.77309 15.1574 8.99375 15.0305 9.25717 14.8658C9.78234 14.5376 10.4859 14.0543 11.1933 13.4353C12.5744 12.2268 14.1332 10.3571 14.1332 7.99992H12.5332C12.5332 9.64277 11.4252 11.1063 10.1397 12.2312C9.51374 12.7789 8.884 13.2122 8.40917 13.509C8.17259 13.6569 7.97658 13.7695 7.84155 13.8443C7.77409 13.8816 7.722 13.9094 7.68787 13.9273C7.6708 13.9363 7.65824 13.9428 7.65049 13.9467C7.64662 13.9487 7.64395 13.9501 7.64254 13.9508C7.64183 13.9512 7.64143 13.9514 7.64135 13.9514C7.64131 13.9514 7.64135 13.9514 7.64147 13.9513C7.64153 13.9513 7.64168 13.9512 7.64171 13.9512C7.64188 13.9511 7.64207 13.951 7.99984 14.6666ZM14.1332 7.99992V3.33325H12.5332V7.99992H14.1332ZM13.6141 2.58419L8.28074 0.584189L7.71894 2.08232L13.0523 4.08232L13.6141 2.58419ZM7.71894 0.584189L2.38561 2.58419L2.9474 4.08232L8.28074 2.08232L7.71894 0.584189ZM1.8665 3.33325V7.99992H3.4665V3.33325H1.8665ZM1.8665 7.99992C1.8665 10.3571 3.42523 12.2268 4.80637 13.4353C5.51374 14.0543 6.21734 14.5376 6.7425 14.8658C7.00592 15.0305 7.22658 15.1574 7.38322 15.2441C7.46159 15.2875 7.52409 15.3209 7.56807 15.344C7.59007 15.3555 7.60745 15.3645 7.61989 15.3709C7.62611 15.3741 7.6311 15.3766 7.63481 15.3785C7.63666 15.3794 7.6382 15.3802 7.63941 15.3808C7.64001 15.3811 7.64054 15.3814 7.64098 15.3816C7.6412 15.3817 7.64147 15.3818 7.64158 15.3819C7.64184 15.382 7.64207 15.3821 7.99984 14.6666C8.35761 13.951 8.3578 13.9511 8.35797 13.9512C8.358 13.9512 8.35815 13.9513 8.35821 13.9513C8.35832 13.9514 8.35836 13.9514 8.35832 13.9514C8.35824 13.9514 8.35785 13.9512 8.35714 13.9508C8.35572 13.9501 8.35305 13.9487 8.34918 13.9467C8.34144 13.9428 8.32887 13.9363 8.31181 13.9273C8.27767 13.9094 8.22558 13.8816 8.15812 13.8443C8.02309 13.7695 7.82709 13.6569 7.5905 13.509C7.11567 13.2122 6.48593 12.7789 5.85997 12.2312C4.57444 11.1063 3.4665 9.64277 3.4665 7.99992H1.8665Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconShield, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13609", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShield size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShieldOff.tsx b/src/icons/IconShieldOff.tsx
index 79da733..a5b2c4d 100644
--- a/src/icons/IconShieldOff.tsx
+++ b/src/icons/IconShieldOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShieldOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11615)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136174 0.136418C0.429067 -0.156475 0.903941 -0.156475 1.19683 0.136418L3.67219 2.61178C3.68011 2.61935 3.68787 2.62711 3.69547 2.63505L12.2734 11.213C12.276 11.2156 12.2786 11.2182 12.2812 11.2208L15.8635 14.8031C16.1564 15.096 16.1564 15.5709 15.8635 15.8637C15.5706 16.1566 15.0957 16.1566 14.8028 15.8637L11.76 12.8209C10.7553 13.8211 9.60624 14.6671 8.34984 15.3301C8.13594 15.4429 7.88074 15.4457 7.66443 15.3376L7.99984 14.6667C7.66443 15.3376 7.66466 15.3377 7.66443 15.3376L7.66187 15.3363L7.65738 15.334L7.64268 15.3265C7.63039 15.3202 7.61316 15.3113 7.59132 15.2999C7.54764 15.2769 7.48546 15.2437 7.40743 15.2005C7.25147 15.1142 7.03158 14.9877 6.769 14.8236C6.24541 14.4963 5.54412 14.0146 4.83929 13.3978C3.46115 12.192 1.9165 10.3349 1.9165 8.00008V3.33341C1.9165 3.22965 1.93787 3.12951 1.9771 3.03801L0.136174 1.19708C-0.156719 0.904185 -0.156719 0.429311 0.136174 0.136418ZM3.4165 4.47741V8.00008C3.4165 9.66525 4.53853 11.1415 5.82705 12.269C6.45555 12.8189 7.0876 13.2538 7.564 13.5516C7.73166 13.6564 7.87904 13.7435 7.99897 13.8122C8.98666 13.251 9.89472 12.5608 10.6993 11.7602L3.4165 4.47741ZM7.73747 0.630803C7.90701 0.567493 8.09373 0.567623 8.26318 0.631168L13.5965 2.63117C13.8892 2.74094 14.0832 3.02078 14.0832 3.33341V8.00502C14.0797 8.53093 13.9987 9.05346 13.8428 9.55575C13.72 9.95134 13.2998 10.1725 12.9042 10.0497C12.5086 9.92691 12.2874 9.50668 12.4102 9.11108C12.5222 8.75038 12.5805 8.37516 12.5832 7.99749V3.85317L7.99928 2.13421L6.15554 2.82269C5.7675 2.96759 5.33546 2.77049 5.19056 2.38245C5.04566 1.99441 5.24276 1.56237 5.6308 1.41747L7.73747 0.630803Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11615"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15979)"><path d="M12.3625 9.09626C12.2315 9.51823 12.4674 9.96648 12.8893 10.0975C13.3113 10.2284 13.7596 9.99254 13.8905 9.57057L12.3625 9.09626ZM13.3332 8.00008L14.1332 8.00535V8.00008H13.3332ZM13.3332 3.33341H14.1332C14.1332 2.99994 13.9263 2.70144 13.6141 2.58435L13.3332 3.33341ZM7.99984 1.33341L8.28074 0.584351C8.09999 0.51657 7.90082 0.516432 7.71998 0.583962L7.99984 1.33341ZM5.61331 1.37063C5.1994 1.52519 4.98916 1.98603 5.14372 2.39994C5.29828 2.81385 5.75912 3.0241 6.17303 2.86953L5.61331 1.37063ZM3.43069 3.90374C3.84508 3.75047 4.05676 3.29029 3.90349 2.8759C3.75023 2.46151 3.29005 2.24982 2.87565 2.40309L3.43069 3.90374ZM2.6665 3.33341L2.38899 2.58309C2.07498 2.69923 1.8665 2.99862 1.8665 3.33341H2.6665ZM7.99984 14.6667L7.64207 15.3823C7.8728 15.4977 8.14502 15.4947 8.37318 15.3743L7.99984 14.6667ZM12.3414 12.2816C12.6368 11.953 12.6099 11.4472 12.2814 11.1518C11.9528 10.8564 11.447 10.8833 11.1516 11.2119L12.3414 12.2816ZM1.23219 0.101063C0.91977 -0.211357 0.413238 -0.211357 0.100818 0.101063C-0.211601 0.413482 -0.211601 0.920014 0.100818 1.23243L1.23219 0.101063ZM14.7675 15.8991C15.0799 16.2115 15.5864 16.2115 15.8989 15.8991C16.2113 15.5867 16.2113 15.0801 15.8989 14.7677L14.7675 15.8991ZM13.8905 9.57057C14.0479 9.06359 14.1297 8.53618 14.1332 8.00535L12.5332 7.99481C12.5307 8.36836 12.4732 8.7395 12.3625 9.09626L13.8905 9.57057ZM14.1332 8.00008V3.33341H12.5332V8.00008H14.1332ZM13.6141 2.58435L8.28074 0.584351L7.71894 2.08248L13.0523 4.08248L13.6141 2.58435ZM7.71998 0.583962L5.61331 1.37063L6.17303 2.86953L8.2797 2.08287L7.71998 0.583962ZM2.87565 2.40309L2.38899 2.58309L2.94402 4.08374L3.43069 3.90374L2.87565 2.40309ZM1.8665 3.33341V8.00008H3.4665V3.33341H1.8665ZM1.8665 8.00008C1.8665 10.3572 3.42523 12.227 4.80637 13.4355C5.51374 14.0544 6.21734 14.5378 6.7425 14.866C7.00592 15.0306 7.22658 15.1576 7.38322 15.2443C7.46159 15.2877 7.52409 15.321 7.56807 15.3441C7.59007 15.3557 7.60745 15.3647 7.61989 15.371C7.62611 15.3742 7.6311 15.3768 7.63481 15.3786C7.63666 15.3796 7.6382 15.3803 7.63941 15.381C7.64001 15.3813 7.64054 15.3815 7.64098 15.3817C7.6412 15.3819 7.64147 15.382 7.64158 15.382C7.64184 15.3822 7.64207 15.3823 7.99984 14.6667C8.35761 13.9512 8.3578 13.9513 8.35797 13.9514C8.358 13.9514 8.35815 13.9515 8.35821 13.9515C8.35832 13.9516 8.35836 13.9516 8.35832 13.9516C8.35824 13.9515 8.35785 13.9513 8.35714 13.951C8.35572 13.9502 8.35305 13.9489 8.34918 13.9469C8.34144 13.9429 8.32887 13.9365 8.31181 13.9275C8.27767 13.9096 8.22558 13.8818 8.15812 13.8444C8.02309 13.7697 7.82709 13.657 7.5905 13.5092C7.11567 13.2124 6.48593 12.7791 5.85997 12.2314C4.57444 11.1065 3.4665 9.64293 3.4665 8.00008H1.8665ZM8.37318 15.3743C9.868 14.5855 11.2115 13.5385 12.3414 12.2816L11.1516 11.2119C10.1478 12.3284 8.95438 13.2585 7.6265 13.9592L8.37318 15.3743ZM0.100818 1.23243L14.7675 15.8991L15.8989 14.7677L1.23219 0.101063L0.100818 1.23243Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15979"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconShieldOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13610", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShieldOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShoppingBag.tsx b/src/icons/IconShoppingBag.tsx
index 3ceb2b0..9e09b34 100644
--- a/src/icons/IconShoppingBag.tsx
+++ b/src/icons/IconShoppingBag.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShoppingBag = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.4 0.883252C3.54164 0.694398 3.76393 0.583252 4 0.583252H12C12.2361 0.583252 12.4584 0.694398 12.6 0.883252L14.6 3.54992C14.6974 3.67974 14.75 3.83764 14.75 3.99992V13.3333C14.75 13.8858 14.5305 14.4157 14.1398 14.8064C13.7491 15.1971 13.2192 15.4166 12.6667 15.4166H3.33333C2.7808 15.4166 2.25089 15.1971 1.86019 14.8064C1.46949 14.4157 1.25 13.8858 1.25 13.3333V3.99992C1.25 3.83764 1.30263 3.67974 1.4 3.54992L3.4 0.883252ZM4.375 2.08325L3.5 3.24992H12.5L11.625 2.08325H4.375ZM13.25 4.74992H2.75V13.3333C2.75 13.488 2.81146 13.6363 2.92085 13.7457C3.03025 13.8551 3.17862 13.9166 3.33333 13.9166H12.6667C12.8214 13.9166 12.9697 13.8551 13.0791 13.7457C13.1885 13.6363 13.25 13.488 13.25 13.3333V4.74992ZM5.33333 5.91659C5.74755 5.91659 6.08333 6.25237 6.08333 6.66659C6.08333 7.17492 6.28527 7.66243 6.64471 8.02187C7.00416 8.38132 7.49167 8.58325 8 8.58325C8.50833 8.58325 8.99584 8.38132 9.35529 8.02187C9.71473 7.66243 9.91667 7.17492 9.91667 6.66659C9.91667 6.25237 10.2525 5.91659 10.6667 5.91659C11.0809 5.91659 11.4167 6.25237 11.4167 6.66659C11.4167 7.57274 11.0567 8.44178 10.4159 9.08253C9.7752 9.72328 8.90616 10.0833 8 10.0833C7.09384 10.0833 6.2248 9.72328 5.58405 9.08253C4.9433 8.44178 4.58333 7.57274 4.58333 6.66659C4.58333 6.25237 4.91912 5.91659 5.33333 5.91659Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4 1.33325V0.533252C3.74819 0.533252 3.51108 0.651807 3.36 0.853252L4 1.33325ZM2 3.99992L1.36 3.51992C1.25614 3.6584 1.2 3.82682 1.2 3.99992H2ZM2 13.3333H1.2H2ZM14 3.99992H14.8C14.8 3.82682 14.7439 3.6584 14.64 3.51992L14 3.99992ZM12 1.33325L12.64 0.853252C12.4889 0.651807 12.2518 0.533252 12 0.533252V1.33325ZM11.4667 6.66658C11.4667 6.22476 11.1085 5.86658 10.6667 5.86658C10.2248 5.86658 9.86667 6.22476 9.86667 6.66658H11.4667ZM8 9.33325V10.1333V9.33325ZM6.13333 6.66658C6.13333 6.22476 5.77516 5.86658 5.33333 5.86658C4.89151 5.86658 4.53333 6.22476 4.53333 6.66658H6.13333ZM3.36 0.853252L1.36 3.51992L2.64 4.47992L4.64 1.81325L3.36 0.853252ZM1.2 3.99992V13.3333H2.8V3.99992H1.2ZM1.2 13.3333C1.2 13.899 1.42476 14.4417 1.82484 14.8417L2.95621 13.7104C2.85619 13.6104 2.8 13.4747 2.8 13.3333H1.2ZM1.82484 14.8417C2.22492 15.2418 2.76754 15.4666 3.33333 15.4666V13.8666C3.19188 13.8666 3.05623 13.8104 2.95621 13.7104L1.82484 14.8417ZM3.33333 15.4666H12.6667V13.8666H3.33333V15.4666ZM12.6667 15.4666C13.2325 15.4666 13.7751 15.2418 14.1752 14.8417L13.0438 13.7104C12.9438 13.8104 12.8081 13.8666 12.6667 13.8666V15.4666ZM14.1752 14.8417C14.5752 14.4417 14.8 13.899 14.8 13.3333H13.2C13.2 13.4747 13.1438 13.6104 13.0438 13.7104L14.1752 14.8417ZM14.8 13.3333V3.99992H13.2V13.3333H14.8ZM14.64 3.51992L12.64 0.853252L11.36 1.81325L13.36 4.47992L14.64 3.51992ZM12 0.533252H4V2.13325H12V0.533252ZM2 4.79992H14V3.19992H2V4.79992ZM9.86667 6.66658C9.86667 7.16166 9.67 7.63645 9.31993 7.98652L10.4513 9.11789C11.1014 8.46776 11.4667 7.586 11.4667 6.66658H9.86667ZM9.31993 7.98652C8.96986 8.33659 8.49507 8.53325 8 8.53325V10.1333C8.91942 10.1333 9.80118 9.76801 10.4513 9.11789L9.31993 7.98652ZM8 8.53325C7.50493 8.53325 7.03013 8.33659 6.68007 7.98652L5.5487 9.11789C6.19882 9.76802 7.08058 10.1333 8 10.1333V8.53325ZM6.68007 7.98652C6.33 7.63645 6.13333 7.16166 6.13333 6.66658H4.53333C4.53333 7.586 4.89857 8.46776 5.5487 9.11789L6.68007 7.98652Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconShoppingBag, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13612", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShoppingBag size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShoppingCart.tsx b/src/icons/IconShoppingCart.tsx
index 92736cf..c23b5c5 100644
--- a/src/icons/IconShoppingCart.tsx
+++ b/src/icons/IconShoppingCart.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShoppingCart = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11613)"><path fillRule="evenodd" clipRule="evenodd" d="M-0.083313 0.666748C-0.083313 0.252534 0.252473 -0.083252 0.666687 -0.083252H3.33335C3.69082 -0.083252 3.99861 0.169037 4.06877 0.519555L4.61528 3.25008H15.3334C15.5569 3.25008 15.7687 3.34978 15.9112 3.522C16.0537 3.69422 16.1119 3.92101 16.0701 4.14058L15.0023 9.73953C14.9071 10.2191 14.6462 10.6499 14.2653 10.9565C13.8865 11.2614 13.413 11.4242 12.9269 11.4167H6.45976C5.9737 11.4242 5.50022 11.2614 5.12142 10.9565C4.74068 10.65 4.47984 10.2194 4.3845 9.74005C4.38446 9.73988 4.38453 9.74023 4.3845 9.74005L3.27127 4.17808C3.26645 4.15829 3.26242 4.13819 3.25921 4.11782L2.71859 1.41675H0.666687C0.252473 1.41675 -0.083313 1.08096 -0.083313 0.666748ZM4.91551 4.75008L5.85565 9.4473C5.88232 9.58158 5.95537 9.70221 6.06202 9.78806C6.16866 9.8739 6.3021 9.91951 6.43898 9.91689L6.45335 9.91675H12.9334L12.9477 9.91689C13.0846 9.91951 13.218 9.8739 13.3247 9.78806C13.4308 9.70267 13.5036 9.5829 13.5306 9.44949L14.4268 4.75008H4.91551ZM6.00002 14.0834C6.04604 14.0834 6.08335 14.0461 6.08335 14.0001C6.08335 13.9541 6.04604 13.9167 6.00002 13.9167C5.954 13.9167 5.91669 13.9541 5.91669 14.0001C5.91669 14.0461 5.954 14.0834 6.00002 14.0834ZM4.58335 14.0001C4.58335 13.2177 5.21762 12.5834 6.00002 12.5834C6.78242 12.5834 7.41669 13.2177 7.41669 14.0001C7.41669 14.7825 6.78242 15.4167 6.00002 15.4167C5.21762 15.4167 4.58335 14.7825 4.58335 14.0001ZM13.3334 14.0834C13.3794 14.0834 13.4167 14.0461 13.4167 14.0001C13.4167 13.9541 13.3794 13.9167 13.3334 13.9167C13.2873 13.9167 13.25 13.9541 13.25 14.0001C13.25 14.0461 13.2873 14.0834 13.3334 14.0834ZM11.9167 14.0001C11.9167 13.2177 12.551 12.5834 13.3334 12.5834C14.1158 12.5834 14.75 13.2177 14.75 14.0001C14.75 14.7825 14.1158 15.4167 13.3334 15.4167C12.5509 15.4167 11.9167 14.7825 11.9167 14.0001Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11613"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15985)"><path d="M0.666687 -0.133252C0.224859 -0.133252 -0.133313 0.22492 -0.133313 0.666748C-0.133313 1.10858 0.224859 1.46675 0.666687 1.46675V-0.133252ZM3.33335 0.666748L4.1178 0.509742C4.04296 0.135856 3.71466 -0.133252 3.33335 -0.133252V0.666748ZM5.12002 9.59342L5.90469 9.43756L5.90446 9.43641L5.12002 9.59342ZM6.45335 10.6667V9.86675C6.44824 9.86675 6.44313 9.8668 6.43803 9.8669L6.45335 10.6667ZM12.9334 10.6667L12.9487 9.8669C12.9436 9.8668 12.9385 9.86675 12.9334 9.86675V10.6667ZM14.2667 9.59342L15.0514 9.74927L15.0525 9.74328L14.2667 9.59342ZM15.3334 4.00008L16.1192 4.14994C16.1639 3.91574 16.1017 3.67383 15.9497 3.49013C15.7978 3.30642 15.5718 3.20008 15.3334 3.20008V4.00008ZM4.00002 3.20008C3.55819 3.20008 3.20002 3.55825 3.20002 4.00008C3.20002 4.44191 3.55819 4.80008 4.00002 4.80008V3.20008ZM5.86669 14.0001C5.86669 13.9264 5.92638 13.8667 6.00002 13.8667V15.4667C6.81004 15.4667 7.46669 14.8101 7.46669 14.0001H5.86669ZM6.00002 13.8667C6.07366 13.8667 6.13335 13.9264 6.13335 14.0001H4.53335C4.53335 14.8101 5.19 15.4667 6.00002 15.4667V13.8667ZM6.13335 14.0001C6.13335 14.0737 6.07366 14.1334 6.00002 14.1334V12.5334C5.19 12.5334 4.53335 13.1901 4.53335 14.0001H6.13335ZM6.00002 14.1334C5.92638 14.1334 5.86669 14.0737 5.86669 14.0001H7.46669C7.46669 13.1901 6.81004 12.5334 6.00002 12.5334V14.1334ZM13.2 14.0001C13.2 13.9264 13.2597 13.8667 13.3334 13.8667V15.4667C14.1434 15.4667 14.8 14.8101 14.8 14.0001H13.2ZM13.3334 13.8667C13.407 13.8667 13.4667 13.9264 13.4667 14.0001H11.8667C11.8667 14.8101 12.5233 15.4667 13.3334 15.4667V13.8667ZM13.4667 14.0001C13.4667 14.0737 13.407 14.1334 13.3334 14.1334V12.5334C12.5233 12.5334 11.8667 13.1901 11.8667 14.0001H13.4667ZM13.3334 14.1334C13.2597 14.1334 13.2 14.0737 13.2 14.0001H14.8C14.8 13.1901 14.1434 12.5334 13.3334 12.5334V14.1334ZM0.666687 1.46675H3.33335V-0.133252H0.666687V1.46675ZM2.54891 0.823754L4.33558 9.75042L5.90446 9.43641L4.1178 0.509742L2.54891 0.823754ZM4.33535 9.74927C4.43289 10.2404 4.70005 10.6815 5.09006 10.9955L6.09337 9.74911C5.99587 9.67062 5.92908 9.56034 5.90469 9.43756L4.33535 9.74927ZM5.09006 10.9955C5.48008 11.3094 5.96809 11.4762 6.46868 11.4666L6.43803 9.8669C6.31288 9.86929 6.19087 9.8276 6.09337 9.74911L5.09006 10.9955ZM6.45335 11.4667H12.9334V9.86675H6.45335V11.4667ZM12.918 11.4666C13.4186 11.4762 13.9066 11.3094 14.2966 10.9955L13.2933 9.74911C13.1958 9.8276 13.0738 9.86929 12.9487 9.8669L12.918 11.4666ZM14.2966 10.9955C14.6867 10.6815 14.9538 10.2404 15.0514 9.74927L13.482 9.43756C13.4576 9.56034 13.3908 9.67062 13.2933 9.74911L14.2966 10.9955ZM15.0525 9.74328L16.1192 4.14994L14.5475 3.85022L13.4808 9.44355L15.0525 9.74328ZM15.3334 3.20008H4.00002V4.80008H15.3334V3.20008Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15985"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconShoppingCart, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13611", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShoppingCart size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconShuffle.tsx b/src/icons/IconShuffle.tsx
index e0bf44b..0ec33eb 100644
--- a/src/icons/IconShuffle.tsx
+++ b/src/icons/IconShuffle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconShuffle = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M10.6666 2.75C10.2524 2.75 9.91663 2.41421 9.91663 2C9.91663 1.58579 10.2524 1.25 10.6666 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2V5.33333C14.75 5.74755 14.4142 6.08333 14 6.08333C13.5857 6.08333 13.25 5.74755 13.25 5.33333V3.81066L3.19696 13.8637C2.90406 14.1566 2.42919 14.1566 2.1363 13.8637C1.8434 13.5708 1.8434 13.0959 2.1363 12.803L12.1893 2.75H10.6666ZM2.1363 2.13634C2.42919 1.84344 2.90406 1.84344 3.19696 2.13634L6.53029 5.46967C6.82318 5.76256 6.82318 6.23744 6.53029 6.53033C6.2374 6.82322 5.76252 6.82322 5.46963 6.53033L2.1363 3.197C1.8434 2.9041 1.8434 2.42923 2.1363 2.13634ZM9.46963 9.46967C9.76252 9.17678 10.2374 9.17678 10.5303 9.46967L13.25 12.1893V10.6667C13.25 10.2525 13.5857 9.91667 14 9.91667C14.4142 9.91667 14.75 10.2525 14.75 10.6667V14C14.75 14.4142 14.4142 14.75 14 14.75H10.6666C10.2524 14.75 9.91663 14.4142 9.91663 14C9.91663 13.5858 10.2524 13.25 10.6666 13.25H12.1893L9.46963 10.5303C9.17674 10.2374 9.17674 9.76256 9.46963 9.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M10.6666 1.2C10.2248 1.2 9.86663 1.55817 9.86663 2C9.86663 2.44183 10.2248 2.8 10.6666 2.8V1.2ZM14 2H14.8C14.8 1.55817 14.4418 1.2 14 1.2V2ZM13.2 5.33333C13.2 5.77516 13.5581 6.13333 14 6.13333C14.4418 6.13333 14.8 5.77516 14.8 5.33333H13.2ZM2.10094 12.7676C1.78852 13.0801 1.78852 13.5866 2.10094 13.899C2.41336 14.2114 2.91989 14.2114 3.23231 13.899L2.10094 12.7676ZM14.8 10.6667C14.8 10.2248 14.4418 9.86667 14 9.86667C13.5581 9.86667 13.2 10.2248 13.2 10.6667H14.8ZM14 14V14.8C14.4418 14.8 14.8 14.4418 14.8 14H14ZM10.6666 13.2C10.2248 13.2 9.86663 13.5582 9.86663 14C9.86663 14.4418 10.2248 14.8 10.6666 14.8V13.2ZM10.5656 9.43431C10.2532 9.1219 9.74669 9.1219 9.43427 9.43431C9.12185 9.74673 9.12185 10.2533 9.43427 10.5657L10.5656 9.43431ZM3.23231 2.10098C2.91989 1.78856 2.41336 1.78856 2.10094 2.10098C1.78852 2.4134 1.78852 2.91993 2.10094 3.23235L3.23231 2.10098ZM5.43427 6.56569C5.74669 6.8781 6.25323 6.87811 6.56564 6.56569C6.87806 6.25327 6.87806 5.74673 6.56564 5.43431L5.43427 6.56569ZM10.6666 2.8H14V1.2H10.6666V2.8ZM13.2 2V5.33333H14.8V2H13.2ZM3.23231 13.899L14.5656 2.56569L13.4343 1.43431L2.10094 12.7676L3.23231 13.899ZM13.2 10.6667V14H14.8V10.6667H13.2ZM14 13.2H10.6666V14.8H14V13.2ZM9.43427 10.5657L13.4343 14.5657L14.5656 13.4343L10.5656 9.43431L9.43427 10.5657ZM2.10094 3.23235L5.43427 6.56569L6.56564 5.43431L3.23231 2.10098L2.10094 3.23235Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconShuffle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13614", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconShuffle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSidebar.tsx b/src/icons/IconSidebar.tsx
index 12fb74b..dbb1c6b 100644
--- a/src/icons/IconSidebar.tsx
+++ b/src/icons/IconSidebar.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSidebar = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H5.25V2.75H3.33333ZM3.33333 1.25C2.18274 1.25 1.25 2.18274 1.25 3.33333V12.6667C1.25 13.8173 2.18274 14.75 3.33333 14.75H12.6667C13.8173 14.75 14.75 13.8173 14.75 12.6667V3.33333C14.75 2.18274 13.8173 1.25 12.6667 1.25H3.33333ZM6.75 2.75V13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H6.75Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.8 2C6.8 1.55817 6.44183 1.2 6 1.2C5.55817 1.2 5.2 1.55817 5.2 2H6.8ZM5.2 14C5.2 14.4418 5.55817 14.8 6 14.8C6.44183 14.8 6.8 14.4418 6.8 14H5.2ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.2 2V14H6.8V2H5.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSidebar, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13613", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSidebar size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSkipBack.tsx b/src/icons/IconSkipBack.tsx
index e056a55..61ae63e 100644
--- a/src/icons/IconSkipBack.tsx
+++ b/src/icons/IconSkipBack.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSkipBack = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M12.9915 1.99078C13.2513 2.11567 13.4166 2.37845 13.4166 2.66676V13.3334C13.4166 13.6217 13.2513 13.8845 12.9915 14.0094C12.7316 14.1343 12.4232 14.0992 12.1981 13.9191L5.5314 8.58574C5.35349 8.44341 5.24992 8.22793 5.24992 8.00009C5.24992 7.77225 5.35349 7.55677 5.5314 7.41444L12.1981 2.0811C12.4232 1.901 12.7316 1.86589 12.9915 1.99078ZM7.2005 8.00009L11.9166 11.773V4.22722L7.2005 8.00009ZM3.33325 2.58342C3.74747 2.58342 4.08325 2.91921 4.08325 3.33342V12.6668C4.08325 13.081 3.74747 13.4168 3.33325 13.4168C2.91904 13.4168 2.58325 13.081 2.58325 12.6668V3.33342C2.58325 2.91921 2.91904 2.58342 3.33325 2.58342Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.6666 13.3334L12.1668 13.9581C12.407 14.1502 12.736 14.1877 13.0131 14.0545C13.2903 13.9212 13.4666 13.6409 13.4666 13.3334H12.6666ZM5.99992 8.00008L5.50016 7.37539C5.31039 7.5272 5.19992 7.75705 5.19992 8.00008C5.19992 8.24311 5.31039 8.47296 5.50016 8.62478L5.99992 8.00008ZM12.6666 2.66675H13.4666C13.4666 2.35922 13.2903 2.07892 13.0131 1.94571C12.736 1.81249 12.407 1.84994 12.1668 2.04205L12.6666 2.66675ZM2.53325 12.6667C2.53325 13.1086 2.89142 13.4667 3.33325 13.4667C3.77508 13.4667 4.13325 13.1086 4.13325 12.6667H2.53325ZM4.13325 3.33341C4.13325 2.89159 3.77508 2.53341 3.33325 2.53341C2.89142 2.53341 2.53325 2.89159 2.53325 3.33341H4.13325ZM13.1663 12.7087L6.49967 7.37539L5.50016 8.62478L12.1668 13.9581L13.1663 12.7087ZM6.49967 8.62478L13.1663 3.29144L12.1668 2.04205L5.50016 7.37539L6.49967 8.62478ZM11.8666 2.66675V13.3334H13.4666V2.66675H11.8666ZM4.13325 12.6667V3.33341H2.53325V12.6667H4.13325Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSkipBack, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13616", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSkipBack size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSkipForward.tsx b/src/icons/IconSkipForward.tsx
index 451c92d..0e745ae 100644
--- a/src/icons/IconSkipForward.tsx
+++ b/src/icons/IconSkipForward.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSkipForward = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.00836 1.99078C3.26821 1.86589 3.57665 1.901 3.80177 2.0811L10.4684 7.41444C10.6464 7.55677 10.7499 7.77225 10.7499 8.00009C10.7499 8.22793 10.6464 8.44341 10.4684 8.58574L3.80177 13.9191C3.57665 14.0992 3.26821 14.1343 3.00836 14.0094C2.74851 13.8845 2.58325 13.6217 2.58325 13.3334V2.66676C2.58325 2.37845 2.74851 2.11567 3.00836 1.99078ZM4.08325 4.22722V11.773L8.79933 8.00009L4.08325 4.22722ZM12.6666 2.58342C13.0808 2.58342 13.4166 2.91921 13.4166 3.33342V12.6668C13.4166 13.081 13.0808 13.4168 12.6666 13.4168C12.2524 13.4168 11.9166 13.081 11.9166 12.6668V3.33342C11.9166 2.91921 12.2524 2.58342 12.6666 2.58342Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33325 2.66675L3.83301 2.04205C3.59287 1.84994 3.26387 1.81249 2.9867 1.94571C2.70953 2.07892 2.53325 2.35922 2.53325 2.66675H3.33325ZM9.99992 8.00008L10.4997 8.62478C10.6894 8.47296 10.7999 8.24311 10.7999 8.00008C10.7999 7.75705 10.6894 7.5272 10.4997 7.37539L9.99992 8.00008ZM3.33325 13.3334H2.53325C2.53325 13.6409 2.70953 13.9212 2.9867 14.0545C3.26387 14.1877 3.59287 14.1502 3.83301 13.9581L3.33325 13.3334ZM13.4666 3.33341C13.4666 2.89159 13.1084 2.53341 12.6666 2.53341C12.2248 2.53341 11.8666 2.89159 11.8666 3.33341H13.4666ZM11.8666 12.6667C11.8666 13.1086 12.2248 13.4667 12.6666 13.4667C13.1084 13.4667 13.4666 13.1086 13.4666 12.6667H11.8666ZM2.8335 3.29144L9.50016 8.62478L10.4997 7.37539L3.83301 2.04205L2.8335 3.29144ZM9.50016 7.37539L2.8335 12.7087L3.83301 13.9581L10.4997 8.62478L9.50016 7.37539ZM4.13325 13.3334V2.66675H2.53325V13.3334H4.13325ZM11.8666 3.33341V12.6667H13.4666V3.33341H11.8666Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSkipForward, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13615", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSkipForward size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSlack.tsx b/src/icons/IconSlack.tsx
index a88ff21..3e1ea4d 100644
--- a/src/icons/IconSlack.tsx
+++ b/src/icons/IconSlack.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSlack = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12558)"><path fillRule="evenodd" clipRule="evenodd" d="M3.91659 2.33325C3.91659 1.36571 4.69904 0.583252 5.66659 0.583252C6.63413 0.583252 7.41659 1.36571 7.41659 2.33325V3.33325C7.41659 3.74747 7.0808 4.08325 6.66659 4.08325H5.66659C4.69904 4.08325 3.91659 3.3008 3.91659 2.33325ZM5.66659 2.08325C5.52747 2.08325 5.41659 2.19413 5.41659 2.33325C5.41659 2.47237 5.52747 2.58325 5.66659 2.58325H5.91659V2.33325C5.91659 2.19413 5.80571 2.08325 5.66659 2.08325ZM9.66659 2.08325C9.52747 2.08325 9.41659 2.19413 9.41659 2.33325V5.66659C9.41659 5.80571 9.52747 5.91659 9.66659 5.91659C9.80571 5.91659 9.91659 5.80571 9.91659 5.66659V2.33325C9.91659 2.19413 9.80571 2.08325 9.66659 2.08325ZM7.91659 2.33325C7.91659 1.36571 8.69904 0.583252 9.66659 0.583252C10.6341 0.583252 11.4166 1.36571 11.4166 2.33325V5.66659C11.4166 6.63413 10.6341 7.41659 9.66659 7.41659C8.69904 7.41659 7.91659 6.63413 7.91659 5.66659V2.33325ZM13.6666 5.41659C13.5275 5.41659 13.4166 5.52747 13.4166 5.66659V5.91659H13.6666C13.8057 5.91659 13.9166 5.80571 13.9166 5.66659C13.9166 5.52747 13.8057 5.41659 13.6666 5.41659ZM11.9166 5.66659C11.9166 4.69904 12.699 3.91659 13.6666 3.91659C14.6341 3.91659 15.4166 4.69904 15.4166 5.66659C15.4166 6.63413 14.6341 7.41659 13.6666 7.41659H12.6666C12.2524 7.41659 11.9166 7.0808 11.9166 6.66659V5.66659ZM0.583252 6.33325C0.583252 5.36571 1.36571 4.58325 2.33325 4.58325H5.66659C6.63413 4.58325 7.41659 5.36571 7.41659 6.33325C7.41659 7.3008 6.63413 8.08325 5.66659 8.08325H2.33325C1.36571 8.08325 0.583252 7.3008 0.583252 6.33325ZM2.33325 6.08325C2.19413 6.08325 2.08325 6.19413 2.08325 6.33325C2.08325 6.47237 2.19413 6.58325 2.33325 6.58325H5.66659C5.80571 6.58325 5.91659 6.47237 5.91659 6.33325C5.91659 6.19413 5.80571 6.08325 5.66659 6.08325H2.33325ZM10.3333 9.41659C10.1941 9.41659 10.0833 9.52747 10.0833 9.66659C10.0833 9.80571 10.1941 9.91659 10.3333 9.91659H13.6666C13.8057 9.91659 13.9166 9.80571 13.9166 9.66659C13.9166 9.52747 13.8057 9.41659 13.6666 9.41659H10.3333ZM8.58325 9.66659C8.58325 8.69904 9.36571 7.91659 10.3333 7.91659H13.6666C14.6341 7.91659 15.4166 8.69904 15.4166 9.66659C15.4166 10.6341 14.6341 11.4166 13.6666 11.4166H10.3333C9.36571 11.4166 8.58325 10.6341 8.58325 9.66659ZM2.33325 10.0833C2.19413 10.0833 2.08325 10.1941 2.08325 10.3333C2.08325 10.4724 2.19413 10.5833 2.33325 10.5833C2.47237 10.5833 2.58325 10.4724 2.58325 10.3333V10.0833H2.33325ZM0.583252 10.3333C0.583252 9.36571 1.36571 8.58325 2.33325 8.58325H3.33325C3.74747 8.58325 4.08325 8.91904 4.08325 9.33325V10.3333C4.08325 11.3008 3.3008 12.0833 2.33325 12.0833C1.36571 12.0833 0.583252 11.3008 0.583252 10.3333ZM6.33325 10.0833C6.19413 10.0833 6.08325 10.1941 6.08325 10.3333V13.6666C6.08325 13.8057 6.19413 13.9166 6.33325 13.9166C6.47237 13.9166 6.58325 13.8057 6.58325 13.6666V10.3333C6.58325 10.1941 6.47237 10.0833 6.33325 10.0833ZM4.58325 10.3333C4.58325 9.36571 5.36571 8.58325 6.33325 8.58325C7.3008 8.58325 8.08325 9.36571 8.08325 10.3333V13.6666C8.08325 14.6341 7.3008 15.4166 6.33325 15.4166C5.36571 15.4166 4.58325 14.6341 4.58325 13.6666V10.3333ZM8.58325 12.6666C8.58325 12.2524 8.91904 11.9166 9.33325 11.9166H10.3333C11.3008 11.9166 12.0833 12.699 12.0833 13.6666C12.0833 14.6341 11.3008 15.4166 10.3333 15.4166C9.36571 15.4166 8.58325 14.6341 8.58325 13.6666V12.6666ZM10.0833 13.4166V13.6666C10.0833 13.8057 10.1941 13.9166 10.3333 13.9166C10.4724 13.9166 10.5833 13.8057 10.5833 13.6666C10.5833 13.5275 10.4724 13.4166 10.3333 13.4166H10.0833Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12558"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15995)"><path d="M12.6666 6.66659H11.8666C11.8666 7.10841 12.2248 7.46659 12.6666 7.46659V6.66659ZM3.33325 9.33325H4.13325C4.13325 8.89142 3.77508 8.53325 3.33325 8.53325V9.33325ZM9.33325 12.6666V11.8666C8.89142 11.8666 8.53325 12.2248 8.53325 12.6666H9.33325ZM6.66659 3.33325V4.13325C7.10841 4.13325 7.46659 3.77508 7.46659 3.33325H6.66659ZM9.66658 5.86659C9.55508 5.86659 9.46659 5.77809 9.46659 5.66659H7.86658C7.86658 6.66175 8.67142 7.46659 9.66658 7.46659V5.86659ZM9.46659 5.66659V2.33325H7.86658V5.66659H9.46659ZM9.46659 2.33325C9.46659 2.22175 9.55508 2.13325 9.66658 2.13325V0.533252C8.67142 0.533252 7.86658 1.33809 7.86658 2.33325H9.46659ZM9.66658 2.13325C9.77809 2.13325 9.86658 2.22175 9.86658 2.33325H11.4666C11.4666 1.33809 10.6617 0.533252 9.66658 0.533252V2.13325ZM9.86658 2.33325V5.66659H11.4666V2.33325H9.86658ZM9.86658 5.66659C9.86658 5.77809 9.77809 5.86659 9.66658 5.86659V7.46659C10.6617 7.46659 11.4666 6.66175 11.4666 5.66659H9.86658ZM13.6666 5.86659H12.6666V7.46659H13.6666V5.86659ZM13.4666 6.66659V5.66659H11.8666V6.66659H13.4666ZM13.4666 5.66659C13.4666 5.55508 13.5551 5.46659 13.6666 5.46659V3.86659C12.6714 3.86659 11.8666 4.67142 11.8666 5.66659H13.4666ZM13.6666 5.46659C13.7781 5.46659 13.8666 5.55508 13.8666 5.66659H15.4666C15.4666 4.67142 14.6617 3.86659 13.6666 3.86659V5.46659ZM13.8666 5.66659C13.8666 5.77809 13.7781 5.86659 13.6666 5.86659V7.46659C14.6617 7.46659 15.4666 6.66175 15.4666 5.66659H13.8666ZM6.33325 10.1333C6.44476 10.1333 6.53325 10.2217 6.53325 10.3333H8.13325C8.13325 9.33809 7.32841 8.53325 6.33325 8.53325V10.1333ZM6.53325 10.3333V13.6666H8.13325V10.3333H6.53325ZM6.53325 13.6666C6.53325 13.7781 6.44476 13.8666 6.33325 13.8666V15.4666C7.32841 15.4666 8.13325 14.6617 8.13325 13.6666H6.53325ZM6.33325 13.8666C6.22175 13.8666 6.13325 13.7781 6.13325 13.6666H4.53325C4.53325 14.6617 5.33809 15.4666 6.33325 15.4666V13.8666ZM6.13325 13.6666V10.3333H4.53325V13.6666H6.13325ZM6.13325 10.3333C6.13325 10.2217 6.22175 10.1333 6.33325 10.1333V8.53325C5.33809 8.53325 4.53325 9.33809 4.53325 10.3333H6.13325ZM2.33325 10.1333H3.33325V8.53325H2.33325V10.1333ZM2.53325 9.33325V10.3333H4.13325V9.33325H2.53325ZM2.53325 10.3333C2.53325 10.4448 2.44476 10.5333 2.33325 10.5333V12.1333C3.32841 12.1333 4.13325 11.3284 4.13325 10.3333H2.53325ZM2.33325 10.5333C2.22175 10.5333 2.13325 10.4448 2.13325 10.3333H0.533252C0.533252 11.3284 1.33809 12.1333 2.33325 12.1333V10.5333ZM2.13325 10.3333C2.13325 10.2217 2.22175 10.1333 2.33325 10.1333V8.53325C1.33809 8.53325 0.533252 9.33809 0.533252 10.3333H2.13325ZM10.1333 9.66658C10.1333 9.55508 10.2217 9.46659 10.3333 9.46659V7.86658C9.33809 7.86658 8.53325 8.67142 8.53325 9.66658H10.1333ZM10.3333 9.46659H13.6666V7.86658H10.3333V9.46659ZM13.6666 9.46659C13.7781 9.46659 13.8666 9.55508 13.8666 9.66658H15.4666C15.4666 8.67142 14.6617 7.86658 13.6666 7.86658V9.46659ZM13.8666 9.66658C13.8666 9.77809 13.7781 9.86658 13.6666 9.86658V11.4666C14.6617 11.4666 15.4666 10.6617 15.4666 9.66658H13.8666ZM13.6666 9.86658H10.3333V11.4666H13.6666V9.86658ZM10.3333 9.86658C10.2217 9.86658 10.1333 9.77809 10.1333 9.66658H8.53325C8.53325 10.6617 9.33809 11.4666 10.3333 11.4666V9.86658ZM10.3333 11.8666H9.33325V13.4666H10.3333V11.8666ZM8.53325 12.6666V13.6666H10.1333V12.6666H8.53325ZM8.53325 13.6666C8.53325 14.6617 9.33809 15.4666 10.3333 15.4666V13.8666C10.2217 13.8666 10.1333 13.7781 10.1333 13.6666H8.53325ZM10.3333 15.4666C11.3284 15.4666 12.1333 14.6617 12.1333 13.6666H10.5333C10.5333 13.7781 10.4448 13.8666 10.3333 13.8666V15.4666ZM12.1333 13.6666C12.1333 12.6714 11.3284 11.8666 10.3333 11.8666V13.4666C10.4448 13.4666 10.5333 13.5551 10.5333 13.6666H12.1333ZM7.46659 6.33325C7.46659 5.33809 6.66175 4.53325 5.66659 4.53325V6.13325C5.77809 6.13325 5.86659 6.22175 5.86659 6.33325H7.46659ZM5.66659 4.53325H2.33325V6.13325H5.66659V4.53325ZM2.33325 4.53325C1.33809 4.53325 0.533252 5.33809 0.533252 6.33325H2.13325C2.13325 6.22175 2.22175 6.13325 2.33325 6.13325V4.53325ZM0.533252 6.33325C0.533252 7.32841 1.33809 8.13325 2.33325 8.13325V6.53325C2.22175 6.53325 2.13325 6.44476 2.13325 6.33325H0.533252ZM2.33325 8.13325H5.66659V6.53325H2.33325V8.13325ZM5.66659 8.13325C6.66175 8.13325 7.46659 7.32841 7.46659 6.33325H5.86659C5.86659 6.44476 5.77809 6.53325 5.66659 6.53325V8.13325ZM5.66659 4.13325H6.66659V2.53325H5.66659V4.13325ZM7.46659 3.33325V2.33325H5.86659V3.33325H7.46659ZM7.46659 2.33325C7.46659 1.33809 6.66175 0.533252 5.66659 0.533252V2.13325C5.77809 2.13325 5.86659 2.22175 5.86659 2.33325H7.46659ZM5.66659 0.533252C4.67142 0.533252 3.86659 1.33809 3.86659 2.33325H5.46659C5.46659 2.22175 5.55508 2.13325 5.66659 2.13325V0.533252ZM3.86659 2.33325C3.86659 3.32841 4.67142 4.13325 5.66659 4.13325V2.53325C5.55508 2.53325 5.46659 2.44476 5.46659 2.33325H3.86659Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15995"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSlack, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13618", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSlack size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSlash.tsx b/src/icons/IconSlash.tsx
index c7ddb1f..5c3178f 100644
--- a/src/icons/IconSlash.tsx
+++ b/src/icons/IconSlash.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSlash = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_11606)"><path fillRule="evenodd" clipRule="evenodd" d="M3.31967 4.38008C2.54472 5.38063 2.0835 6.63641 2.0835 7.99992C2.0835 11.2676 4.73248 13.9166 8.00016 13.9166C9.36367 13.9166 10.6194 13.4554 11.62 12.6804L3.31967 4.38008ZM4.38033 3.31942L12.6807 11.6198C13.4556 10.6192 13.9168 9.36342 13.9168 7.99992C13.9168 4.73223 11.2678 2.08325 8.00016 2.08325C6.63666 2.08325 5.38088 2.54448 4.38033 3.31942ZM0.583496 7.99992C0.583496 3.90381 3.90405 0.583252 8.00016 0.583252C12.0963 0.583252 15.4168 3.90381 15.4168 7.99992C15.4168 12.096 12.0963 15.4166 8.00016 15.4166C3.90405 15.4166 0.583496 12.096 0.583496 7.99992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_11606"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15997)"><path d="M3.85251 2.7209C3.5401 2.40848 3.03356 2.40848 2.72114 2.7209C2.40872 3.03332 2.40872 3.53985 2.72114 3.85227L3.85251 2.7209ZM12.1478 13.2789C12.4602 13.5914 12.9668 13.5914 13.2792 13.2789C13.5916 12.9665 13.5916 12.46 13.2792 12.1476L12.1478 13.2789ZM13.8668 7.99992C13.8668 11.24 11.2402 13.8666 8.00016 13.8666V15.4666C12.1239 15.4666 15.4668 12.1236 15.4668 7.99992H13.8668ZM8.00016 13.8666C4.76009 13.8666 2.1335 11.24 2.1335 7.99992H0.533496C0.533496 12.1236 3.87644 15.4666 8.00016 15.4666V13.8666ZM2.1335 7.99992C2.1335 4.75985 4.76009 2.13325 8.00016 2.13325V0.533252C3.87644 0.533252 0.533496 3.87619 0.533496 7.99992H2.1335ZM8.00016 2.13325C11.2402 2.13325 13.8668 4.75985 13.8668 7.99992H15.4668C15.4668 3.87619 12.1239 0.533252 8.00016 0.533252V2.13325ZM2.72114 3.85227L12.1478 13.2789L13.2792 12.1476L3.85251 2.7209L2.72114 3.85227Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15997"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSlash, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13617", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSlash size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSliders.tsx b/src/icons/IconSliders.tsx
index 346b7e1..8ea89f0 100644
--- a/src/icons/IconSliders.tsx
+++ b/src/icons/IconSliders.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSliders = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12551)"><path fillRule="evenodd" clipRule="evenodd" d="M2.6665 1.25C3.08072 1.25 3.4165 1.58579 3.4165 2V6.66667C3.4165 7.08088 3.08072 7.41667 2.6665 7.41667C2.25229 7.41667 1.9165 7.08088 1.9165 6.66667V2C1.9165 1.58579 2.25229 1.25 2.6665 1.25ZM7.99984 1.25C8.41405 1.25 8.74984 1.58579 8.74984 2V4.58333H9.99984C10.4141 4.58333 10.7498 4.91912 10.7498 5.33333C10.7498 5.74755 10.4141 6.08333 9.99984 6.08333H8.00069C8.00041 6.08333 8.00098 6.08333 8.00069 6.08333C8.00041 6.08333 7.99927 6.08333 7.99898 6.08333H5.99984C5.58562 6.08333 5.24984 5.74755 5.24984 5.33333C5.24984 4.91912 5.58562 4.58333 5.99984 4.58333H7.24984V2C7.24984 1.58579 7.58562 1.25 7.99984 1.25ZM13.3332 1.25C13.7474 1.25 14.0832 1.58579 14.0832 2V8C14.0832 8.41421 13.7474 8.75 13.3332 8.75C12.919 8.75 12.5832 8.41421 12.5832 8V2C12.5832 1.58579 12.919 1.25 13.3332 1.25ZM7.99984 7.25C8.41405 7.25 8.74984 7.58579 8.74984 8V14C8.74984 14.4142 8.41405 14.75 7.99984 14.75C7.58562 14.75 7.24984 14.4142 7.24984 14V8C7.24984 7.58579 7.58562 7.25 7.99984 7.25ZM-0.0834961 9.33333C-0.0834961 8.91912 0.25229 8.58333 0.666504 8.58333H4.6665C5.08072 8.58333 5.4165 8.91912 5.4165 9.33333C5.4165 9.74755 5.08072 10.0833 4.6665 10.0833H3.4165V14C3.4165 14.4142 3.08072 14.75 2.6665 14.75C2.25229 14.75 1.9165 14.4142 1.9165 14V10.0833H0.666504C0.25229 10.0833 -0.0834961 9.74755 -0.0834961 9.33333ZM10.5832 10.6667C10.5832 10.2525 10.919 9.91667 11.3332 9.91667H15.3332C15.7474 9.91667 16.0832 10.2525 16.0832 10.6667C16.0832 11.0809 15.7474 11.4167 15.3332 11.4167H14.0832V14C14.0832 14.4142 13.7474 14.75 13.3332 14.75C12.919 14.75 12.5832 14.4142 12.5832 14V11.4167H11.3332C10.919 11.4167 10.5832 11.0809 10.5832 10.6667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12551"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_15999)"><path d="M1.8665 14C1.8665 14.4418 2.22468 14.8 2.6665 14.8C3.10833 14.8 3.4665 14.4418 3.4665 14H1.8665ZM3.4665 9.33333C3.4665 8.89151 3.10833 8.53333 2.6665 8.53333C2.22468 8.53333 1.8665 8.89151 1.8665 9.33333H3.4665ZM1.8665 6.66667C1.8665 7.10849 2.22468 7.46667 2.6665 7.46667C3.10833 7.46667 3.4665 7.10849 3.4665 6.66667H1.8665ZM3.4665 2C3.4665 1.55817 3.10833 1.2 2.6665 1.2C2.22468 1.2 1.8665 1.55817 1.8665 2H3.4665ZM7.19984 14C7.19984 14.4418 7.55801 14.8 7.99984 14.8C8.44166 14.8 8.79984 14.4418 8.79984 14H7.19984ZM8.79984 8C8.79984 7.55817 8.44166 7.2 7.99984 7.2C7.55801 7.2 7.19984 7.55817 7.19984 8H8.79984ZM7.19984 5.33333C7.19984 5.77516 7.55801 6.13333 7.99984 6.13333C8.44166 6.13333 8.79984 5.77516 8.79984 5.33333H7.19984ZM8.79984 2C8.79984 1.55817 8.44166 1.2 7.99984 1.2C7.55801 1.2 7.19984 1.55817 7.19984 2H8.79984ZM12.5332 14C12.5332 14.4418 12.8913 14.8 13.3332 14.8C13.775 14.8 14.1332 14.4418 14.1332 14H12.5332ZM14.1332 10.6667C14.1332 10.2248 13.775 9.86667 13.3332 9.86667C12.8913 9.86667 12.5332 10.2248 12.5332 10.6667H14.1332ZM12.5332 8C12.5332 8.44183 12.8913 8.8 13.3332 8.8C13.775 8.8 14.1332 8.44183 14.1332 8H12.5332ZM14.1332 2C14.1332 1.55817 13.775 1.2 13.3332 1.2C12.8913 1.2 12.5332 1.55817 12.5332 2H14.1332ZM0.666504 8.53333C0.224676 8.53333 -0.133496 8.89151 -0.133496 9.33333C-0.133496 9.77516 0.224676 10.1333 0.666504 10.1333V8.53333ZM4.6665 10.1333C5.10833 10.1333 5.4665 9.77516 5.4665 9.33333C5.4665 8.89151 5.10833 8.53333 4.6665 8.53333V10.1333ZM5.99984 4.53333C5.55801 4.53333 5.19984 4.89151 5.19984 5.33333C5.19984 5.77516 5.55801 6.13333 5.99984 6.13333V4.53333ZM9.99984 6.13333C10.4417 6.13333 10.7998 5.77516 10.7998 5.33333C10.7998 4.89151 10.4417 4.53333 9.99984 4.53333V6.13333ZM11.3332 9.86667C10.8913 9.86667 10.5332 10.2248 10.5332 10.6667C10.5332 11.1085 10.8913 11.4667 11.3332 11.4667V9.86667ZM15.3332 11.4667C15.775 11.4667 16.1332 11.1085 16.1332 10.6667C16.1332 10.2248 15.775 9.86667 15.3332 9.86667V11.4667ZM3.4665 14V9.33333H1.8665V14H3.4665ZM3.4665 6.66667V2H1.8665V6.66667H3.4665ZM8.79984 14V8H7.19984V14H8.79984ZM8.79984 5.33333V2H7.19984V5.33333H8.79984ZM14.1332 14V10.6667H12.5332V14H14.1332ZM14.1332 8V2H12.5332V8H14.1332ZM0.666504 10.1333H4.6665V8.53333H0.666504V10.1333ZM5.99984 6.13333H9.99984V4.53333H5.99984V6.13333ZM11.3332 11.4667H15.3332V9.86667H11.3332V11.4667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_15999"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSliders, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13620", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSliders size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSmartphone.tsx b/src/icons/IconSmartphone.tsx
index 47e3a10..bff357f 100644
--- a/src/icons/IconSmartphone.tsx
+++ b/src/icons/IconSmartphone.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSmartphone = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.66666 2.08325C4.3445 2.08325 4.08333 2.34442 4.08333 2.66659V13.3333C4.08333 13.6554 4.3445 13.9166 4.66666 13.9166H11.3333C11.6555 13.9166 11.9167 13.6554 11.9167 13.3333V2.66659C11.9167 2.34442 11.6555 2.08325 11.3333 2.08325H4.66666ZM2.58333 2.66659C2.58333 1.51599 3.51607 0.583252 4.66666 0.583252H11.3333C12.4839 0.583252 13.4167 1.51599 13.4167 2.66659V13.3333C13.4167 14.4838 12.4839 15.4166 11.3333 15.4166H4.66666C3.51607 15.4166 2.58333 14.4838 2.58333 13.3333V2.66659ZM7.25 11.9999C7.25 11.5857 7.58578 11.2499 8 11.2499H8.00666C8.42088 11.2499 8.75666 11.5857 8.75666 11.9999C8.75666 12.4141 8.42088 12.7499 8.00666 12.7499H8C7.58578 12.7499 7.25 12.4141 7.25 11.9999Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.99999 11.1999C7.55817 11.1999 7.19999 11.5581 7.19999 11.9999C7.19999 12.4417 7.55817 12.7999 7.99999 12.7999V11.1999ZM8.00666 12.7999C8.44849 12.7999 8.80666 12.4417 8.80666 11.9999C8.80666 11.5581 8.44849 11.1999 8.00666 11.1999V12.7999ZM4.66666 2.13325H11.3333V0.533252H4.66666V2.13325ZM11.3333 2.13325C11.6279 2.13325 11.8667 2.37203 11.8667 2.66659H13.4667C13.4667 1.48838 12.5115 0.533252 11.3333 0.533252V2.13325ZM11.8667 2.66659V13.3333H13.4667V2.66659H11.8667ZM11.8667 13.3333C11.8667 13.6278 11.6279 13.8666 11.3333 13.8666V15.4666C12.5115 15.4666 13.4667 14.5115 13.4667 13.3333H11.8667ZM11.3333 13.8666H4.66666V15.4666H11.3333V13.8666ZM4.66666 13.8666C4.37211 13.8666 4.13333 13.6278 4.13333 13.3333H2.53333C2.53333 14.5115 3.48845 15.4666 4.66666 15.4666V13.8666ZM4.13333 13.3333V2.66659H2.53333V13.3333H4.13333ZM4.13333 2.66659C4.13333 2.37203 4.37211 2.13325 4.66666 2.13325V0.533252C3.48845 0.533252 2.53333 1.48838 2.53333 2.66659H4.13333ZM7.99999 12.7999H8.00666V11.1999H7.99999V12.7999Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSmartphone, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13619", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSmartphone size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSmile.tsx b/src/icons/IconSmile.tsx
index 5064f45..6406b97 100644
--- a/src/icons/IconSmile.tsx
+++ b/src/icons/IconSmile.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSmile = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12695)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99998 2.08325C4.7323 2.08325 2.08331 4.73223 2.08331 7.99992C2.08331 11.2676 4.7323 13.9166 7.99998 13.9166C11.2677 13.9166 13.9166 11.2676 13.9166 7.99992C13.9166 4.73223 11.2677 2.08325 7.99998 2.08325ZM0.583313 7.99992C0.583313 3.90381 3.90387 0.583252 7.99998 0.583252C12.0961 0.583252 15.4166 3.90381 15.4166 7.99992C15.4166 12.096 12.0961 15.4166 7.99998 15.4166C3.90387 15.4166 0.583313 12.096 0.583313 7.99992ZM5.24998 5.99992C5.24998 5.58571 5.58577 5.24992 5.99998 5.24992H6.00665C6.42086 5.24992 6.75665 5.58571 6.75665 5.99992C6.75665 6.41413 6.42086 6.74992 6.00665 6.74992H5.99998C5.58577 6.74992 5.24998 6.41413 5.24998 5.99992ZM9.24998 5.99992C9.24998 5.58571 9.58577 5.24992 9.99998 5.24992H10.0066C10.4209 5.24992 10.7566 5.58571 10.7566 5.99992C10.7566 6.41413 10.4209 6.74992 10.0066 6.74992H9.99998C9.58577 6.74992 9.24998 6.41413 9.24998 5.99992ZM5.93298 8.8828C5.93298 8.8828 5.93297 8.8828 5.93297 8.8828L5.93265 8.88237L5.93258 8.88228L5.93208 8.88161L5.93119 8.88044L5.93044 8.87945C5.93046 8.87948 5.93056 8.87961 5.93075 8.87986C5.93136 8.88066 5.93197 8.88147 5.93258 8.88228C5.93271 8.88245 5.93284 8.88263 5.93298 8.8828ZM10.067 8.8827L10.067 8.8828C10.0669 8.88295 10.0668 8.8831 10.0666 8.88325L10.6666 9.33325C11.2666 9.78325 11.2665 9.78349 11.2663 9.78374L11.2659 9.78425L11.265 9.78538L11.2631 9.788L11.2579 9.79471L11.243 9.81375C11.2311 9.82887 11.215 9.84874 11.1949 9.8727C11.1547 9.92055 11.0982 9.98502 11.0258 10.0605C10.8818 10.2109 10.6715 10.4086 10.3994 10.6065C9.85828 11 9.03996 11.4166 7.99998 11.4166C6.96 11.4166 6.14168 11 5.60052 10.6065C5.32849 10.4086 5.1182 10.2109 4.97411 10.0605C4.90176 9.98502 4.84521 9.92055 4.80506 9.8727C4.78495 9.84874 4.76888 9.82887 4.75692 9.81375L4.74203 9.79471L4.7369 9.788L4.73491 9.78538L4.73406 9.78425L4.73368 9.78374C4.73349 9.78349 4.73331 9.78325 5.33331 9.33325L4.73331 9.78325C4.48478 9.45188 4.55194 8.98178 4.88331 8.73325C5.21355 8.48557 5.68157 8.55142 5.93075 8.87986C5.93114 8.88036 5.93189 8.88131 5.93298 8.8827C5.93648 8.88712 5.94352 8.89589 5.95402 8.90839C5.97506 8.93346 6.00965 8.97315 6.0571 9.02266C6.1526 9.12231 6.29647 9.25787 6.48277 9.39337C6.85828 9.66646 7.37329 9.91658 7.99998 9.91658C8.62667 9.91658 9.14168 9.66646 9.51718 9.39337C9.70349 9.25787 9.84736 9.12231 9.94286 9.02266C9.9903 8.97315 10.0249 8.93346 10.0459 8.90839C10.0564 8.89589 10.0635 8.88712 10.067 8.8827ZM10.0692 8.87989C10.0694 8.87965 10.0695 8.8795 10.0695 8.87946L10.0688 8.88044L10.0679 8.88161L10.0673 8.88237L10.067 8.8827C10.068 8.88136 10.0688 8.88042 10.0692 8.87991C10.0684 8.88087 10.0677 8.88183 10.067 8.8828C10.0668 8.88302 10.0666 8.88325 10.6666 9.33325L11.2666 9.78325C11.5152 9.45188 11.448 8.98178 11.1166 8.73325C10.7864 8.48557 10.3184 8.55143 10.0692 8.87989Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12695"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16003)"><path d="M5.97331 8.85325C5.70822 8.49979 5.20678 8.42816 4.85331 8.69325C4.49985 8.95835 4.42822 9.45979 4.69331 9.81325L5.97331 8.85325ZM11.3066 9.81325C11.5717 9.45979 11.5001 8.95835 11.1466 8.69325C10.7932 8.42816 10.2917 8.49979 10.0266 8.85325L11.3066 9.81325ZM5.99998 5.19992C5.55815 5.19992 5.19998 5.55809 5.19998 5.99992C5.19998 6.44175 5.55815 6.79992 5.99998 6.79992V5.19992ZM6.00665 6.79992C6.44847 6.79992 6.80665 6.44175 6.80665 5.99992C6.80665 5.55809 6.44847 5.19992 6.00665 5.19992V6.79992ZM9.99998 5.19992C9.55815 5.19992 9.19998 5.55809 9.19998 5.99992C9.19998 6.44175 9.55815 6.79992 9.99998 6.79992V5.19992ZM10.0066 6.79992C10.4485 6.79992 10.8066 6.44175 10.8066 5.99992C10.8066 5.55809 10.4485 5.19992 10.0066 5.19992V6.79992ZM13.8666 7.99992C13.8666 11.24 11.2401 13.8666 7.99998 13.8666V15.4666C12.1237 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99998 13.8666C4.75991 13.8666 2.13331 11.24 2.13331 7.99992H0.533313C0.533313 12.1236 3.87625 15.4666 7.99998 15.4666V13.8666ZM2.13331 7.99992C2.13331 4.75985 4.75991 2.13325 7.99998 2.13325V0.533252C3.87625 0.533252 0.533313 3.87619 0.533313 7.99992H2.13331ZM7.99998 2.13325C11.2401 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1237 0.533252 7.99998 0.533252V2.13325ZM5.33331 9.33325C4.69331 9.81325 4.6935 9.81351 4.6937 9.81377C4.69377 9.81386 4.69397 9.81413 4.69411 9.81431C4.69439 9.81469 4.69469 9.81509 4.69501 9.8155C4.69564 9.81634 4.69633 9.81725 4.69709 9.81825C4.69861 9.82025 4.70038 9.82257 4.70242 9.82522C4.70649 9.8305 4.71159 9.83705 4.71771 9.84479C4.72996 9.86026 4.74633 9.88051 4.76676 9.90484C4.80755 9.95345 4.86483 10.0187 4.93801 10.0951C5.08372 10.2471 5.29623 10.447 5.57111 10.6469C6.11779 11.0445 6.94622 11.4666 7.99998 11.4666V9.86659C7.38707 9.86659 6.88217 9.62201 6.51218 9.35293C6.32873 9.21951 6.18708 9.08602 6.0932 8.98806C6.04658 8.93942 6.01272 8.90056 5.99232 8.87625C5.98214 8.86412 5.9754 8.85573 5.97219 8.85166C5.97058 8.84964 5.96986 8.8487 5.97005 8.84894C5.97014 8.84906 5.97045 8.84947 5.971 8.85018C5.97127 8.85054 5.9716 8.85098 5.97198 8.85149C5.97218 8.85174 5.97238 8.85202 5.97261 8.85231C5.97272 8.85246 5.97289 8.85269 5.97295 8.85277C5.97313 8.85301 5.97331 8.85325 5.33331 9.33325ZM7.99998 11.4666C9.05374 11.4666 9.88217 11.0445 10.4289 10.6469C10.7037 10.447 10.9162 10.2471 11.0619 10.0951C11.1351 10.0187 11.1924 9.95345 11.2332 9.90484C11.2536 9.88051 11.27 9.86026 11.2822 9.84479C11.2884 9.83705 11.2935 9.8305 11.2975 9.82522C11.2996 9.82257 11.3014 9.82025 11.3029 9.81825C11.3036 9.81725 11.3043 9.81634 11.305 9.8155C11.3053 9.81509 11.3056 9.81469 11.3058 9.81431C11.306 9.81413 11.3062 9.81386 11.3063 9.81377C11.3065 9.81351 11.3066 9.81325 10.6666 9.33325C10.0266 8.85325 10.0268 8.85301 10.027 8.85277C10.0271 8.85269 10.0272 8.85246 10.0274 8.85231C10.0276 8.85202 10.0278 8.85174 10.028 8.85149C10.0284 8.85098 10.0287 8.85054 10.029 8.85018C10.0295 8.84947 10.0298 8.84906 10.0299 8.84894C10.0301 8.8487 10.0294 8.84964 10.0278 8.85166C10.0246 8.85573 10.0178 8.86412 10.0076 8.87625C9.98724 8.90056 9.95338 8.93942 9.90676 8.98806C9.81288 9.08602 9.67123 9.21951 9.48778 9.35293C9.11779 9.62201 8.61289 9.86659 7.99998 9.86659V11.4666ZM5.99998 6.79992H6.00665V5.19992H5.99998V6.79992ZM9.99998 6.79992H10.0066V5.19992H9.99998V6.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16003"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSmile, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13622", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSmile size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSpeaker.tsx b/src/icons/IconSpeaker.tsx
index eee70a3..3b65a26 100644
--- a/src/icons/IconSpeaker.tsx
+++ b/src/icons/IconSpeaker.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSpeaker = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.99996 2.08325C3.67779 2.08325 3.41663 2.34442 3.41663 2.66659V13.3333C3.41663 13.6554 3.67779 13.9166 3.99996 13.9166H12C12.3221 13.9166 12.5833 13.6554 12.5833 13.3333V2.66659C12.5833 2.34442 12.3221 2.08325 12 2.08325H3.99996ZM1.91663 2.66659C1.91663 1.51599 2.84937 0.583252 3.99996 0.583252H12C13.1506 0.583252 14.0833 1.51599 14.0833 2.66659V13.3333C14.0833 14.4838 13.1506 15.4166 12 15.4166H3.99996C2.84937 15.4166 1.91663 14.4838 1.91663 13.3333V2.66659ZM7.24996 3.99992C7.24996 3.58571 7.58575 3.24992 7.99996 3.24992H8.00663C8.42084 3.24992 8.75663 3.58571 8.75663 3.99992C8.75663 4.41413 8.42084 4.74992 8.00663 4.74992H7.99996C7.58575 4.74992 7.24996 4.41413 7.24996 3.99992ZM7.99996 7.41659C6.94141 7.41659 6.08329 8.27471 6.08329 9.33325C6.08329 10.3918 6.94141 11.2499 7.99996 11.2499C9.05851 11.2499 9.91663 10.3918 9.91663 9.33325C9.91663 8.27471 9.05851 7.41659 7.99996 7.41659ZM4.58329 9.33325C4.58329 7.44628 6.11299 5.91659 7.99996 5.91659C9.88693 5.91659 11.4166 7.44628 11.4166 9.33325C11.4166 11.2202 9.88693 12.7499 7.99996 12.7499C6.11299 12.7499 4.58329 11.2202 4.58329 9.33325Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.99996 3.19992C7.55813 3.19992 7.19996 3.55809 7.19996 3.99992C7.19996 4.44175 7.55813 4.79992 7.99996 4.79992V3.19992ZM8.00663 4.79992C8.44845 4.79992 8.80663 4.44175 8.80663 3.99992C8.80663 3.55809 8.44845 3.19992 8.00663 3.19992V4.79992ZM3.99996 2.13325H12V0.533252H3.99996V2.13325ZM12 2.13325C12.2945 2.13325 12.5333 2.37203 12.5333 2.66659H14.1333C14.1333 1.48838 13.1782 0.533252 12 0.533252V2.13325ZM12.5333 2.66659V13.3333H14.1333V2.66659H12.5333ZM12.5333 13.3333C12.5333 13.6278 12.2945 13.8666 12 13.8666V15.4666C13.1782 15.4666 14.1333 14.5115 14.1333 13.3333H12.5333ZM12 13.8666H3.99996V15.4666H12V13.8666ZM3.99996 13.8666C3.70541 13.8666 3.46663 13.6278 3.46663 13.3333H1.86663C1.86663 14.5115 2.82175 15.4666 3.99996 15.4666V13.8666ZM3.46663 13.3333V2.66659H1.86663V13.3333H3.46663ZM3.46663 2.66659C3.46663 2.37203 3.70541 2.13325 3.99996 2.13325V0.533252C2.82175 0.533252 1.86663 1.48838 1.86663 2.66659H3.46663ZM9.86663 9.33325C9.86663 10.3642 9.03089 11.1999 7.99996 11.1999V12.7999C9.91455 12.7999 11.4666 11.2478 11.4666 9.33325H9.86663ZM7.99996 11.1999C6.96903 11.1999 6.13329 10.3642 6.13329 9.33325H4.53329C4.53329 11.2478 6.08537 12.7999 7.99996 12.7999V11.1999ZM6.13329 9.33325C6.13329 8.30232 6.96903 7.46658 7.99996 7.46658V5.86658C6.08537 5.86658 4.53329 7.41866 4.53329 9.33325H6.13329ZM7.99996 7.46658C9.03089 7.46658 9.86663 8.30232 9.86663 9.33325H11.4666C11.4666 7.41866 9.91455 5.86658 7.99996 5.86658V7.46658ZM7.99996 4.79992H8.00663V3.19992H7.99996V4.79992Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSpeaker, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13621", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSpeaker size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSquare.tsx b/src/icons/IconSquare.tsx
index c3f8fdb..85f52b0 100644
--- a/src/icons/IconSquare.tsx
+++ b/src/icons/IconSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13624", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconStar.tsx b/src/icons/IconStar.tsx
index 5bcbe89..8deea42 100644
--- a/src/icons/IconStar.tsx
+++ b/src/icons/IconStar.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconStar = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.99994 0.583252C8.28541 0.583252 8.54612 0.745306 8.67247 1.00128L10.5581 4.82143L14.7751 5.4378C15.0575 5.47908 15.292 5.67709 15.38 5.94859C15.4681 6.2201 15.3944 6.51804 15.1899 6.71719L12.1392 9.68861L12.8591 13.8865C12.9074 14.1679 12.7917 14.4522 12.5607 14.62C12.3298 14.7878 12.0235 14.8099 11.7709 14.6771L7.99994 12.694L4.22903 14.6771C3.97634 14.8099 3.67012 14.7878 3.43914 14.62C3.20816 14.4522 3.09247 14.1679 3.14073 13.8865L3.86072 9.68861L0.809974 6.71719C0.605511 6.51804 0.531806 6.2201 0.619839 5.94859C0.707872 5.67709 0.942383 5.47908 1.2248 5.4378L5.44174 4.82143L7.32741 1.00128C7.45376 0.745306 7.71448 0.583252 7.99994 0.583252ZM7.99994 3.02769L6.61247 5.83855C6.50332 6.05969 6.29243 6.21303 6.04841 6.2487L2.94458 6.70237L5.18991 8.88932C5.36681 9.06162 5.44756 9.30997 5.40581 9.55337L4.87608 12.642L7.65085 11.1828C7.86939 11.0679 8.13049 11.0679 8.34903 11.1828L11.1238 12.642L10.5941 9.55337C10.5523 9.30997 10.6331 9.06162 10.81 8.88932L13.0553 6.70237L9.95147 6.2487C9.70745 6.21303 9.49657 6.05969 9.38741 5.83855L7.99994 3.02769Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.99992 1.33325L8.71728 0.979153C8.58251 0.70611 8.30441 0.533252 7.99992 0.533252C7.69542 0.533252 7.41733 0.70611 7.28255 0.979153L7.99992 1.33325ZM10.0599 5.50659L9.34255 5.86068C9.45898 6.09656 9.68393 6.26013 9.94422 6.29817L10.0599 5.50659ZM14.6666 6.17992L15.2248 6.75301C15.4429 6.54058 15.5215 6.22278 15.4276 5.93317C15.3337 5.64357 15.0835 5.43236 14.7823 5.38833L14.6666 6.17992ZM11.3333 9.42659L10.7751 8.8535C10.5864 9.03729 10.5002 9.3022 10.5448 9.56182L11.3333 9.42659ZM12.1199 14.0133L11.7476 14.7213C12.0171 14.8631 12.3437 14.8395 12.5901 14.6605C12.8365 14.4815 12.9599 14.1782 12.9084 13.878L12.1199 14.0133ZM7.99992 11.8466L8.37228 11.1385C8.13917 11.0159 7.86066 11.0159 7.62756 11.1385L7.99992 11.8466ZM3.87992 14.0133L3.09143 13.878C3.03995 14.1782 3.16335 14.4815 3.40973 14.6605C3.65611 14.8395 3.98275 14.8631 4.25228 14.7213L3.87992 14.0133ZM4.66659 9.42659L5.45507 9.56182C5.4996 9.3022 5.41347 9.03729 5.22477 8.8535L4.66659 9.42659ZM1.33325 6.17992L1.21755 5.38833C0.916301 5.43236 0.666157 5.64357 0.572255 5.93317C0.478353 6.22278 0.556971 6.54058 0.775066 6.75301L1.33325 6.17992ZM5.93992 5.50659L6.05562 6.29817C6.3159 6.26013 6.54085 6.09656 6.65728 5.86068L5.93992 5.50659ZM7.28255 1.68735L9.34255 5.86068L10.7773 5.15249L8.71728 0.979153L7.28255 1.68735ZM9.94422 6.29817L14.5509 6.97151L14.7823 5.38833L10.1756 4.715L9.94422 6.29817ZM14.1084 5.60683L10.7751 8.8535L11.8914 9.99967L15.2248 6.75301L14.1084 5.60683ZM10.5448 9.56182L11.3314 14.1485L12.9084 13.878L12.1217 9.29135L10.5448 9.56182ZM12.4923 13.3052L8.37228 11.1385L7.62756 12.5546L11.7476 14.7213L12.4923 13.3052ZM7.62756 11.1385L3.50756 13.3052L4.25228 14.7213L8.37228 12.5546L7.62756 11.1385ZM4.66841 14.1485L5.45507 9.56182L3.8781 9.29135L3.09143 13.878L4.66841 14.1485ZM5.22477 8.8535L1.89144 5.60683L0.775066 6.75301L4.1084 9.99967L5.22477 8.8535ZM1.44895 6.97151L6.05562 6.29817L5.82422 4.715L1.21755 5.38833L1.44895 6.97151ZM6.65728 5.86068L8.71728 1.68735L7.28255 0.979153L5.22255 5.15249L6.65728 5.86068Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconStar, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13623", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconStar size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconStopCircle.tsx b/src/icons/IconStopCircle.tsx
index bfc75da..5f790ed 100644
--- a/src/icons/IconStopCircle.tsx
+++ b/src/icons/IconStopCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconStopCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12692)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99992 2.08325C4.73223 2.08325 2.08325 4.73223 2.08325 7.99992C2.08325 11.2676 4.73223 13.9166 7.99992 13.9166C11.2676 13.9166 13.9166 11.2676 13.9166 7.99992C13.9166 4.73223 11.2676 2.08325 7.99992 2.08325ZM0.583252 7.99992C0.583252 3.90381 3.90381 0.583252 7.99992 0.583252C12.096 0.583252 15.4166 3.90381 15.4166 7.99992C15.4166 12.096 12.096 15.4166 7.99992 15.4166C3.90381 15.4166 0.583252 12.096 0.583252 7.99992ZM5.24992 5.99992C5.24992 5.58571 5.58571 5.24992 5.99992 5.24992H9.99992C10.4141 5.24992 10.7499 5.58571 10.7499 5.99992V9.99992C10.7499 10.4141 10.4141 10.7499 9.99992 10.7499H5.99992C5.58571 10.7499 5.24992 10.4141 5.24992 9.99992V5.99992ZM6.74992 6.74992V9.24992H9.24992V6.74992H6.74992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12692"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16011)"><path d="M5.99992 5.99992V5.19992C5.55809 5.19992 5.19992 5.55809 5.19992 5.99992H5.99992ZM9.99992 5.99992H10.7999C10.7999 5.55809 10.4417 5.19992 9.99992 5.19992V5.99992ZM9.99992 9.99992V10.7999C10.4417 10.7999 10.7999 10.4417 10.7999 9.99992H9.99992ZM5.99992 9.99992H5.19992C5.19992 10.4417 5.55809 10.7999 5.99992 10.7999V9.99992ZM13.8666 7.99992C13.8666 11.24 11.24 13.8666 7.99992 13.8666V15.4666C12.1236 15.4666 15.4666 12.1236 15.4666 7.99992H13.8666ZM7.99992 13.8666C4.75985 13.8666 2.13325 11.24 2.13325 7.99992H0.533252C0.533252 12.1236 3.87619 15.4666 7.99992 15.4666V13.8666ZM2.13325 7.99992C2.13325 4.75985 4.75985 2.13325 7.99992 2.13325V0.533252C3.87619 0.533252 0.533252 3.87619 0.533252 7.99992H2.13325ZM7.99992 2.13325C11.24 2.13325 13.8666 4.75985 13.8666 7.99992H15.4666C15.4666 3.87619 12.1236 0.533252 7.99992 0.533252V2.13325ZM5.99992 6.79992H9.99992V5.19992H5.99992V6.79992ZM9.19992 5.99992V9.99992H10.7999V5.99992H9.19992ZM9.99992 9.19992H5.99992V10.7999H9.99992V9.19992ZM6.79992 9.99992V5.99992H5.19992V9.99992H6.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16011"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconStopCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13625", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconStopCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSun.tsx b/src/icons/IconSun.tsx
index 044615a..3bd435b 100644
--- a/src/icons/IconSun.tsx
+++ b/src/icons/IconSun.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSun = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12534)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00008 -0.083252C8.4143 -0.083252 8.75008 0.252534 8.75008 0.666748V2.00008C8.75008 2.4143 8.4143 2.75008 8.00008 2.75008C7.58587 2.75008 7.25008 2.4143 7.25008 2.00008V0.666748C7.25008 0.252534 7.58587 -0.083252 8.00008 -0.083252ZM2.28308 2.28308C2.57598 1.99019 3.05085 1.99019 3.34374 2.28308L4.29041 3.22975C4.5833 3.52264 4.5833 3.99752 4.29041 4.29041C3.99752 4.5833 3.52264 4.5833 3.22975 4.29041L2.28308 3.34374C1.99019 3.05085 1.99019 2.57598 2.28308 2.28308ZM13.7171 2.28308C14.01 2.57598 14.01 3.05085 13.7171 3.34374L12.7704 4.29041C12.4775 4.5833 12.0026 4.5833 11.7098 4.29041C11.4169 3.99752 11.4169 3.52264 11.7098 3.22975L12.6564 2.28308C12.9493 1.99019 13.4242 1.99019 13.7171 2.28308ZM8.00008 5.41675C6.57335 5.41675 5.41675 6.57335 5.41675 8.00008C5.41675 9.42682 6.57335 10.5834 8.00008 10.5834C9.42682 10.5834 10.5834 9.42682 10.5834 8.00008C10.5834 6.57335 9.42682 5.41675 8.00008 5.41675ZM3.91675 8.00008C3.91675 5.74492 5.74492 3.91675 8.00008 3.91675C10.2552 3.91675 12.0834 5.74492 12.0834 8.00008C12.0834 10.2552 10.2552 12.0834 8.00008 12.0834C5.74492 12.0834 3.91675 10.2552 3.91675 8.00008ZM-0.083252 8.00008C-0.083252 7.58587 0.252534 7.25008 0.666748 7.25008H2.00008C2.4143 7.25008 2.75008 7.58587 2.75008 8.00008C2.75008 8.4143 2.4143 8.75008 2.00008 8.75008H0.666748C0.252534 8.75008 -0.083252 8.4143 -0.083252 8.00008ZM13.2501 8.00008C13.2501 7.58587 13.5859 7.25008 14.0001 7.25008H15.3334C15.7476 7.25008 16.0834 7.58587 16.0834 8.00008C16.0834 8.4143 15.7476 8.75008 15.3334 8.75008H14.0001C13.5859 8.75008 13.2501 8.4143 13.2501 8.00008ZM4.29041 11.7098C4.5833 12.0026 4.5833 12.4775 4.29041 12.7704L3.34374 13.7171C3.05085 14.01 2.57598 14.01 2.28308 13.7171C1.99019 13.4242 1.99019 12.9493 2.28308 12.6564L3.22975 11.7098C3.52264 11.4169 3.99752 11.4169 4.29041 11.7098ZM11.7098 11.7098C12.0026 11.4169 12.4775 11.4169 12.7704 11.7098L13.7171 12.6564C14.01 12.9493 14.01 13.4242 13.7171 13.7171C13.4242 14.01 12.9493 14.01 12.6564 13.7171L11.7098 12.7704C11.4169 12.4775 11.4169 12.0026 11.7098 11.7098ZM8.00008 13.2501C8.4143 13.2501 8.75008 13.5859 8.75008 14.0001V15.3334C8.75008 15.7476 8.4143 16.0834 8.00008 16.0834C7.58587 16.0834 7.25008 15.7476 7.25008 15.3334V14.0001C7.25008 13.5859 7.58587 13.2501 8.00008 13.2501Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12534"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16013)"><path d="M8.80008 0.666748C8.80008 0.22492 8.44191 -0.133252 8.00008 -0.133252C7.55825 -0.133252 7.20008 0.22492 7.20008 0.666748H8.80008ZM7.20008 2.00008C7.20008 2.44191 7.55825 2.80008 8.00008 2.80008C8.44191 2.80008 8.80008 2.44191 8.80008 2.00008H7.20008ZM8.80008 14.0001C8.80008 13.5583 8.44191 13.2001 8.00008 13.2001C7.55825 13.2001 7.20008 13.5583 7.20008 14.0001H8.80008ZM7.20008 15.3334C7.20008 15.7752 7.55825 16.1334 8.00008 16.1334C8.44191 16.1334 8.80008 15.7752 8.80008 15.3334H7.20008ZM3.3791 2.24773C3.06668 1.93531 2.56015 1.93531 2.24773 2.24773C1.93531 2.56015 1.93531 3.06668 2.24773 3.3791L3.3791 2.24773ZM3.1944 4.32577C3.50682 4.63819 4.01335 4.63819 4.32577 4.32577C4.63819 4.01335 4.63819 3.50682 4.32577 3.1944L3.1944 4.32577ZM12.8058 11.6744C12.4933 11.362 11.9868 11.362 11.6744 11.6744C11.362 11.9868 11.362 12.4933 11.6744 12.8058L12.8058 11.6744ZM12.6211 13.7524C12.9335 14.0649 13.44 14.0649 13.7524 13.7524C14.0649 13.44 14.0649 12.9335 13.7524 12.6211L12.6211 13.7524ZM0.666748 7.20008C0.22492 7.20008 -0.133252 7.55825 -0.133252 8.00008C-0.133252 8.44191 0.22492 8.80008 0.666748 8.80008V7.20008ZM2.00008 8.80008C2.44191 8.80008 2.80008 8.44191 2.80008 8.00008C2.80008 7.55825 2.44191 7.20008 2.00008 7.20008V8.80008ZM14.0001 7.20008C13.5583 7.20008 13.2001 7.55825 13.2001 8.00008C13.2001 8.44191 13.5583 8.80008 14.0001 8.80008V7.20008ZM15.3334 8.80008C15.7752 8.80008 16.1334 8.44191 16.1334 8.00008C16.1334 7.55825 15.7752 7.20008 15.3334 7.20008V8.80008ZM2.24773 12.6211C1.93531 12.9335 1.93531 13.44 2.24773 13.7524C2.56015 14.0649 3.06668 14.0649 3.3791 13.7524L2.24773 12.6211ZM4.32577 12.8058C4.63819 12.4933 4.63819 11.9868 4.32577 11.6744C4.01335 11.362 3.50682 11.362 3.1944 11.6744L4.32577 12.8058ZM11.6744 3.1944C11.362 3.50682 11.362 4.01335 11.6744 4.32577C11.9868 4.63819 12.4933 4.63819 12.8058 4.32577L11.6744 3.1944ZM13.7524 3.3791C14.0649 3.06668 14.0649 2.56015 13.7524 2.24773C13.44 1.93531 12.9335 1.93531 12.6211 2.24773L13.7524 3.3791ZM10.5334 8.00008C10.5334 9.3992 9.3992 10.5334 8.00008 10.5334V12.1334C10.2829 12.1334 12.1334 10.2829 12.1334 8.00008H10.5334ZM8.00008 10.5334C6.60096 10.5334 5.46675 9.3992 5.46675 8.00008H3.86675C3.86675 10.2829 5.7173 12.1334 8.00008 12.1334V10.5334ZM5.46675 8.00008C5.46675 6.60096 6.60096 5.46675 8.00008 5.46675V3.86675C5.7173 3.86675 3.86675 5.7173 3.86675 8.00008H5.46675ZM8.00008 5.46675C9.3992 5.46675 10.5334 6.60096 10.5334 8.00008H12.1334C12.1334 5.7173 10.2829 3.86675 8.00008 3.86675V5.46675ZM7.20008 0.666748V2.00008H8.80008V0.666748H7.20008ZM7.20008 14.0001V15.3334H8.80008V14.0001H7.20008ZM2.24773 3.3791L3.1944 4.32577L4.32577 3.1944L3.3791 2.24773L2.24773 3.3791ZM11.6744 12.8058L12.6211 13.7524L13.7524 12.6211L12.8058 11.6744L11.6744 12.8058ZM0.666748 8.80008H2.00008V7.20008H0.666748V8.80008ZM14.0001 8.80008H15.3334V7.20008H14.0001V8.80008ZM3.3791 13.7524L4.32577 12.8058L3.1944 11.6744L2.24773 12.6211L3.3791 13.7524ZM12.8058 4.32577L13.7524 3.3791L12.6211 2.24773L11.6744 3.1944L12.8058 4.32577Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16013"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSun, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13626", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSun size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSunrise.tsx b/src/icons/IconSunrise.tsx
index e73ede6..40e7576 100644
--- a/src/icons/IconSunrise.tsx
+++ b/src/icons/IconSunrise.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSunrise = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12835)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99984 0.583252C8.19875 0.583252 8.38951 0.66227 8.53017 0.802922L11.1968 3.46959C11.4897 3.76248 11.4897 4.23736 11.1968 4.53025C10.9039 4.82314 10.4291 4.82314 10.1362 4.53025L8.74984 3.14391V5.99992C8.74984 6.41413 8.41405 6.74992 7.99984 6.74992C7.58562 6.74992 7.24984 6.41413 7.24984 5.99992V3.14391L5.8635 4.53025C5.57061 4.82314 5.09573 4.82314 4.80284 4.53025C4.50995 4.23736 4.50995 3.76248 4.80284 3.46959L7.46951 0.802922C7.61016 0.66227 7.80093 0.583252 7.99984 0.583252ZM2.28284 6.28292C2.57573 5.99003 3.05061 5.99003 3.3435 6.28292L4.29017 7.22959C4.58306 7.52248 4.58306 7.99736 4.29017 8.29025C3.99727 8.58314 3.5224 8.58314 3.22951 8.29025L2.28284 7.34358C1.98995 7.05069 1.98995 6.57582 2.28284 6.28292ZM13.7168 6.28292C14.0097 6.57582 14.0097 7.05069 13.7168 7.34358L12.7702 8.29025C12.4773 8.58314 12.0024 8.58314 11.7095 8.29025C11.4166 7.99736 11.4166 7.52248 11.7095 7.22959L12.6562 6.28292C12.9491 5.99003 13.4239 5.99003 13.7168 6.28292ZM5.11248 9.11257C5.87826 8.34679 6.91687 7.91659 7.99984 7.91659C9.08281 7.91659 10.1214 8.34679 10.8872 9.11257C11.653 9.87834 12.0832 10.917 12.0832 11.9999C12.0832 12.4141 11.7474 12.7499 11.3332 12.7499C10.919 12.7499 10.5832 12.4141 10.5832 11.9999C10.5832 11.3148 10.311 10.6577 9.82653 10.1732C9.34206 9.68876 8.68498 9.41659 7.99984 9.41659C7.3147 9.41659 6.65761 9.68876 6.17314 10.1732C5.68868 10.6577 5.4165 11.3148 5.4165 11.9999C5.4165 12.4141 5.08072 12.7499 4.6665 12.7499C4.25229 12.7499 3.9165 12.4141 3.9165 11.9999C3.9165 10.917 4.34671 9.87834 5.11248 9.11257ZM-0.0834961 11.9999C-0.0834961 11.5857 0.25229 11.2499 0.666504 11.2499H1.99984C2.41405 11.2499 2.74984 11.5857 2.74984 11.9999C2.74984 12.4141 2.41405 12.7499 1.99984 12.7499H0.666504C0.25229 12.7499 -0.0834961 12.4141 -0.0834961 11.9999ZM13.2498 11.9999C13.2498 11.5857 13.5856 11.2499 13.9998 11.2499H15.3332C15.7474 11.2499 16.0832 11.5857 16.0832 11.9999C16.0832 12.4141 15.7474 12.7499 15.3332 12.7499H13.9998C13.5856 12.7499 13.2498 12.4141 13.2498 11.9999ZM-0.0834961 14.6666C-0.0834961 14.2524 0.25229 13.9166 0.666504 13.9166H15.3332C15.7474 13.9166 16.0832 14.2524 16.0832 14.6666C16.0832 15.0808 15.7474 15.4166 15.3332 15.4166H0.666504C0.25229 15.4166 -0.0834961 15.0808 -0.0834961 14.6666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12835"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16015)"><path d="M10.5332 11.9999C10.5332 12.4417 10.8913 12.7999 11.3332 12.7999C11.775 12.7999 12.1332 12.4417 12.1332 11.9999H10.5332ZM7.99984 8.66658V7.86658V8.66658ZM3.8665 11.9999C3.8665 12.4417 4.22468 12.7999 4.6665 12.7999C5.10833 12.7999 5.4665 12.4417 5.4665 11.9999H3.8665ZM7.99984 1.33325L8.56552 0.767566C8.2531 0.455147 7.74657 0.455147 7.43415 0.767567L7.99984 1.33325ZM7.19984 5.99992C7.19984 6.44175 7.55801 6.79992 7.99984 6.79992C8.44166 6.79992 8.79984 6.44175 8.79984 5.99992H7.19984ZM3.37886 6.24757C3.06644 5.93515 2.5599 5.93515 2.24749 6.24757C1.93507 6.55999 1.93507 7.06652 2.24749 7.37894L3.37886 6.24757ZM3.19415 8.3256C3.50657 8.63802 4.0131 8.63802 4.32552 8.3256C4.63794 8.01318 4.63794 7.50665 4.32552 7.19423L3.19415 8.3256ZM0.666504 11.1999C0.224676 11.1999 -0.133496 11.5581 -0.133496 11.9999C-0.133496 12.4417 0.224676 12.7999 0.666504 12.7999V11.1999ZM1.99984 12.7999C2.44167 12.7999 2.79984 12.4417 2.79984 11.9999C2.79984 11.5581 2.44167 11.1999 1.99984 11.1999V12.7999ZM13.9998 11.1999C13.558 11.1999 13.1998 11.5581 13.1998 11.9999C13.1998 12.4417 13.558 12.7999 13.9998 12.7999V11.1999ZM15.3332 12.7999C15.775 12.7999 16.1332 12.4417 16.1332 11.9999C16.1332 11.5581 15.775 11.1999 15.3332 11.1999V12.7999ZM11.6742 7.19423C11.3617 7.50665 11.3617 8.01318 11.6742 8.3256C11.9866 8.63802 12.4931 8.63802 12.8055 8.3256L11.6742 7.19423ZM13.7522 7.37894C14.0646 7.06652 14.0646 6.55999 13.7522 6.24757C13.4398 5.93515 12.9332 5.93515 12.6208 6.24757L13.7522 7.37894ZM15.3332 15.4666C15.775 15.4666 16.1332 15.1084 16.1332 14.6666C16.1332 14.2248 15.775 13.8666 15.3332 13.8666V15.4666ZM0.666504 13.8666C0.224676 13.8666 -0.133496 14.2248 -0.133496 14.6666C-0.133496 15.1084 0.224676 15.4666 0.666504 15.4666V13.8666ZM4.76749 3.43423C4.45507 3.74665 4.45507 4.25318 4.76749 4.5656C5.07991 4.87802 5.58644 4.87802 5.89886 4.5656L4.76749 3.43423ZM10.1008 4.5656C10.4132 4.87802 10.9198 4.87802 11.2322 4.5656C11.5446 4.25318 11.5446 3.74665 11.2322 3.43423L10.1008 4.5656ZM12.1332 11.9999C12.1332 10.9037 11.6977 9.85236 10.9225 9.07721L9.79117 10.2086C10.2663 10.6837 10.5332 11.328 10.5332 11.9999H12.1332ZM10.9225 9.07721C10.1474 8.30206 9.09606 7.86658 7.99984 7.86658V9.46658C8.67172 9.46658 9.31608 9.73349 9.79117 10.2086L10.9225 9.07721ZM7.99984 7.86658C6.90361 7.86658 5.85228 8.30206 5.07713 9.07721L6.2085 10.2086C6.68359 9.73349 7.32796 9.46658 7.99984 9.46658V7.86658ZM5.07713 9.07721C4.30198 9.85236 3.8665 10.9037 3.8665 11.9999H5.4665C5.4665 11.328 5.73341 10.6837 6.2085 10.2086L5.07713 9.07721ZM7.19984 1.33325V5.99992H8.79984V1.33325H7.19984ZM2.24749 7.37894L3.19415 8.3256L4.32552 7.19423L3.37886 6.24757L2.24749 7.37894ZM0.666504 12.7999H1.99984V11.1999H0.666504V12.7999ZM13.9998 12.7999H15.3332V11.1999H13.9998V12.7999ZM12.8055 8.3256L13.7522 7.37894L12.6208 6.24757L11.6742 7.19423L12.8055 8.3256ZM15.3332 13.8666H0.666504V15.4666H15.3332V13.8666ZM5.89886 4.5656L8.56552 1.89894L7.43415 0.767567L4.76749 3.43423L5.89886 4.5656ZM7.43415 1.89894L10.1008 4.5656L11.2322 3.43423L8.56552 0.767566L7.43415 1.89894Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16015"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSunrise, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13628", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSunrise size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconSunset.tsx b/src/icons/IconSunset.tsx
index 3792ed6..a7f09dd 100644
--- a/src/icons/IconSunset.tsx
+++ b/src/icons/IconSunset.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconSunset = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12530)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99984 0.583252C8.41405 0.583252 8.74984 0.919038 8.74984 1.33325V4.18926L10.1362 2.80292C10.4291 2.51003 10.9039 2.51003 11.1968 2.80292C11.4897 3.09582 11.4897 3.57069 11.1968 3.86358L8.53017 6.53025C8.38951 6.6709 8.19875 6.74992 7.99984 6.74992C7.80093 6.74992 7.61016 6.6709 7.46951 6.53025L4.80284 3.86358C4.50995 3.57069 4.50995 3.09581 4.80284 2.80292C5.09573 2.51003 5.57061 2.51003 5.8635 2.80292L7.24984 4.18926V1.33325C7.24984 0.919038 7.58562 0.583252 7.99984 0.583252ZM2.28284 6.28292C2.57573 5.99003 3.05061 5.99003 3.3435 6.28292L4.29017 7.22959C4.58306 7.52248 4.58306 7.99736 4.29017 8.29025C3.99727 8.58314 3.5224 8.58314 3.22951 8.29025L2.28284 7.34358C1.98995 7.05069 1.98995 6.57582 2.28284 6.28292ZM13.7168 6.28292C14.0097 6.57582 14.0097 7.05069 13.7168 7.34358L12.7702 8.29025C12.4773 8.58314 12.0024 8.58314 11.7095 8.29025C11.4166 7.99736 11.4166 7.52248 11.7095 7.22959L12.6562 6.28292C12.9491 5.99003 13.4239 5.99003 13.7168 6.28292ZM5.11248 9.11257C5.87826 8.34679 6.91687 7.91659 7.99984 7.91659C9.08281 7.91659 10.1214 8.34679 10.8872 9.11257C11.653 9.87834 12.0832 10.917 12.0832 11.9999C12.0832 12.4141 11.7474 12.7499 11.3332 12.7499C10.919 12.7499 10.5832 12.4141 10.5832 11.9999C10.5832 11.3148 10.311 10.6577 9.82653 10.1732C9.34206 9.68876 8.68498 9.41659 7.99984 9.41659C7.3147 9.41659 6.65761 9.68876 6.17314 10.1732C5.68868 10.6577 5.4165 11.3148 5.4165 11.9999C5.4165 12.4141 5.08072 12.7499 4.6665 12.7499C4.25229 12.7499 3.9165 12.4141 3.9165 11.9999C3.9165 10.917 4.34671 9.87834 5.11248 9.11257ZM-0.0834961 11.9999C-0.0834961 11.5857 0.25229 11.2499 0.666504 11.2499H1.99984C2.41405 11.2499 2.74984 11.5857 2.74984 11.9999C2.74984 12.4141 2.41405 12.7499 1.99984 12.7499H0.666504C0.25229 12.7499 -0.0834961 12.4141 -0.0834961 11.9999ZM13.2498 11.9999C13.2498 11.5857 13.5856 11.2499 13.9998 11.2499H15.3332C15.7474 11.2499 16.0832 11.5857 16.0832 11.9999C16.0832 12.4141 15.7474 12.7499 15.3332 12.7499H13.9998C13.5856 12.7499 13.2498 12.4141 13.2498 11.9999ZM-0.0834961 14.6666C-0.0834961 14.2524 0.25229 13.9166 0.666504 13.9166H15.3332C15.7474 13.9166 16.0832 14.2524 16.0832 14.6666C16.0832 15.0808 15.7474 15.4166 15.3332 15.4166H0.666504C0.25229 15.4166 -0.0834961 15.0808 -0.0834961 14.6666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12530"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16017)"><path d="M10.5332 11.9999C10.5332 12.4417 10.8913 12.7999 11.3332 12.7999C11.775 12.7999 12.1332 12.4417 12.1332 11.9999H10.5332ZM7.99984 8.66658V7.86658V8.66658ZM3.8665 11.9999C3.8665 12.4417 4.22468 12.7999 4.6665 12.7999C5.10833 12.7999 5.4665 12.4417 5.4665 11.9999H3.8665ZM7.99984 5.99992L7.43415 6.5656C7.74657 6.87802 8.2531 6.87802 8.56552 6.5656L7.99984 5.99992ZM8.79984 1.33325C8.79984 0.891424 8.44166 0.533252 7.99984 0.533252C7.55801 0.533252 7.19984 0.891424 7.19984 1.33325H8.79984ZM3.37886 6.24757C3.06644 5.93515 2.5599 5.93515 2.24749 6.24757C1.93507 6.55999 1.93507 7.06652 2.24749 7.37894L3.37886 6.24757ZM3.19415 8.3256C3.50657 8.63802 4.0131 8.63802 4.32552 8.3256C4.63794 8.01318 4.63794 7.50665 4.32552 7.19423L3.19415 8.3256ZM0.666504 11.1999C0.224676 11.1999 -0.133496 11.5581 -0.133496 11.9999C-0.133496 12.4417 0.224676 12.7999 0.666504 12.7999V11.1999ZM1.99984 12.7999C2.44167 12.7999 2.79984 12.4417 2.79984 11.9999C2.79984 11.5581 2.44167 11.1999 1.99984 11.1999V12.7999ZM13.9998 11.1999C13.558 11.1999 13.1998 11.5581 13.1998 11.9999C13.1998 12.4417 13.558 12.7999 13.9998 12.7999V11.1999ZM15.3332 12.7999C15.775 12.7999 16.1332 12.4417 16.1332 11.9999C16.1332 11.5581 15.775 11.1999 15.3332 11.1999V12.7999ZM11.6742 7.19423C11.3617 7.50665 11.3617 8.01318 11.6742 8.3256C11.9866 8.63802 12.4931 8.63802 12.8055 8.3256L11.6742 7.19423ZM13.7522 7.37894C14.0646 7.06652 14.0646 6.55999 13.7522 6.24757C13.4398 5.93515 12.9332 5.93515 12.6208 6.24757L13.7522 7.37894ZM15.3332 15.4666C15.775 15.4666 16.1332 15.1084 16.1332 14.6666C16.1332 14.2248 15.775 13.8666 15.3332 13.8666V15.4666ZM0.666504 13.8666C0.224676 13.8666 -0.133496 14.2248 -0.133496 14.6666C-0.133496 15.1084 0.224676 15.4666 0.666504 15.4666V13.8666ZM11.2322 3.89894C11.5446 3.58652 11.5446 3.07999 11.2322 2.76757C10.9198 2.45515 10.4132 2.45515 10.1008 2.76757L11.2322 3.89894ZM5.89886 2.76757C5.58644 2.45515 5.07991 2.45515 4.76749 2.76757C4.45507 3.07999 4.45507 3.58652 4.76749 3.89894L5.89886 2.76757ZM12.1332 11.9999C12.1332 10.9037 11.6977 9.85236 10.9225 9.07721L9.79117 10.2086C10.2663 10.6837 10.5332 11.328 10.5332 11.9999H12.1332ZM10.9225 9.07721C10.1474 8.30206 9.09606 7.86658 7.99984 7.86658V9.46658C8.67172 9.46658 9.31608 9.73349 9.79117 10.2086L10.9225 9.07721ZM7.99984 7.86658C6.90361 7.86658 5.85228 8.30206 5.07713 9.07721L6.2085 10.2086C6.68359 9.73349 7.32796 9.46658 7.99984 9.46658V7.86658ZM5.07713 9.07721C4.30198 9.85236 3.8665 10.9037 3.8665 11.9999H5.4665C5.4665 11.328 5.73341 10.6837 6.2085 10.2086L5.07713 9.07721ZM8.79984 5.99992V1.33325H7.19984V5.99992H8.79984ZM2.24749 7.37894L3.19415 8.3256L4.32552 7.19423L3.37886 6.24757L2.24749 7.37894ZM0.666504 12.7999H1.99984V11.1999H0.666504V12.7999ZM13.9998 12.7999H15.3332V11.1999H13.9998V12.7999ZM12.8055 8.3256L13.7522 7.37894L12.6208 6.24757L11.6742 7.19423L12.8055 8.3256ZM15.3332 13.8666H0.666504V15.4666H15.3332V13.8666ZM10.1008 2.76757L7.43415 5.43423L8.56552 6.5656L11.2322 3.89894L10.1008 2.76757ZM8.56552 5.43423L5.89886 2.76757L4.76749 3.89894L7.43415 6.5656L8.56552 5.43423Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16017"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconSunset, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13627", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconSunset size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTable.tsx b/src/icons/IconTable.tsx
index e3daa40..99deeab 100644
--- a/src/icons/IconTable.tsx
+++ b/src/icons/IconTable.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTable = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.86019 1.86019C2.2509 1.46949 2.7808 1.25 3.33333 1.25H12.6667C13.2192 1.25 13.7491 1.46949 14.1398 1.86019C14.5305 2.2509 14.75 2.7808 14.75 3.33333V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V3.33333C1.25 2.7808 1.46949 2.2509 1.86019 1.86019ZM3.33333 2.75C3.17862 2.75 3.03025 2.81146 2.92085 2.92085C2.81146 3.03025 2.75 3.17862 2.75 3.33333V5.25H5.25V2.75H3.33333ZM6.75 2.75V5.25H13.25V3.33333C13.25 3.17862 13.1885 3.03025 13.0791 2.92085C12.9697 2.81146 12.8214 2.75 12.6667 2.75H6.75ZM13.25 6.75H6.75V13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V6.75ZM5.25 13.25V6.75H2.75V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H5.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.33333 2V1.2V2ZM2 3.33333H1.2H2ZM12.6667 2V1.2V2ZM2 12.6667H1.2H2ZM6 1.2H3.33333V2.8H6V1.2ZM3.33333 1.2C2.76754 1.2 2.22492 1.42476 1.82484 1.82484L2.95621 2.95621C3.05623 2.85619 3.19188 2.8 3.33333 2.8V1.2ZM1.82484 1.82484C1.42476 2.22492 1.2 2.76754 1.2 3.33333H2.8C2.8 3.19188 2.85619 3.05623 2.95621 2.95621L1.82484 1.82484ZM1.2 3.33333V6H2.8V3.33333H1.2ZM6 2.8H12.6667V1.2H6V2.8ZM12.6667 2.8C12.8081 2.8 12.9438 2.85619 13.0438 2.95621L14.1752 1.82484C13.7751 1.42476 13.2325 1.2 12.6667 1.2V2.8ZM13.0438 2.95621C13.1438 3.05623 13.2 3.19189 13.2 3.33333H14.8C14.8 2.76754 14.5752 2.22492 14.1752 1.82484L13.0438 2.95621ZM13.2 3.33333V6H14.8V3.33333H13.2ZM5.2 2V14H6.8V2H5.2ZM6 14.8H12.6667V13.2H6V14.8ZM12.6667 14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8ZM14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752ZM14.8 12.6667V6H13.2V12.6667H14.8ZM6 13.2H3.33333V14.8H6V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V6H1.2V12.6667H2.8ZM2 6.8H14V5.2H2V6.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTable, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13630", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTable size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTablet.tsx b/src/icons/IconTablet.tsx
index f70b85e..eb60425 100644
--- a/src/icons/IconTablet.tsx
+++ b/src/icons/IconTablet.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTablet = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.00002 2.08325C3.67785 2.08325 3.41669 2.34442 3.41669 2.66659V13.3333C3.41669 13.6554 3.67785 13.9166 4.00002 13.9166H12C12.3222 13.9166 12.5834 13.6554 12.5834 13.3333V2.66659C12.5834 2.34442 12.3222 2.08325 12 2.08325H4.00002ZM1.91669 2.66659C1.91669 1.51599 2.84943 0.583252 4.00002 0.583252H12C13.1506 0.583252 14.0834 1.51599 14.0834 2.66659V13.3333C14.0834 14.4838 13.1506 15.4166 12 15.4166H4.00002C2.84943 15.4166 1.91669 14.4838 1.91669 13.3333V2.66659ZM7.25002 11.9999C7.25002 11.5857 7.58581 11.2499 8.00002 11.2499H8.00669C8.4209 11.2499 8.75669 11.5857 8.75669 11.9999C8.75669 12.4141 8.4209 12.7499 8.00669 12.7499H8.00002C7.58581 12.7499 7.25002 12.4141 7.25002 11.9999Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.00002 11.1999C7.55819 11.1999 7.20002 11.5581 7.20002 11.9999C7.20002 12.4417 7.55819 12.7999 8.00002 12.7999V11.1999ZM8.00669 12.7999C8.44851 12.7999 8.80669 12.4417 8.80669 11.9999C8.80669 11.5581 8.44851 11.1999 8.00669 11.1999V12.7999ZM4.00002 2.13325H12V0.533252H4.00002V2.13325ZM12 2.13325C12.2946 2.13325 12.5334 2.37203 12.5334 2.66659H14.1334C14.1334 1.48838 13.1782 0.533252 12 0.533252V2.13325ZM12.5334 2.66659V13.3333H14.1334V2.66659H12.5334ZM12.5334 13.3333C12.5334 13.6278 12.2946 13.8666 12 13.8666V15.4666C13.1782 15.4666 14.1334 14.5115 14.1334 13.3333H12.5334ZM12 13.8666H4.00002V15.4666H12V13.8666ZM4.00002 13.8666C3.70547 13.8666 3.46669 13.6278 3.46669 13.3333H1.86669C1.86669 14.5115 2.82181 15.4666 4.00002 15.4666V13.8666ZM3.46669 13.3333V2.66659H1.86669V13.3333H3.46669ZM3.46669 2.66659C3.46669 2.37203 3.70547 2.13325 4.00002 2.13325V0.533252C2.82181 0.533252 1.86669 1.48838 1.86669 2.66659H3.46669ZM8.00002 12.7999H8.00669V11.1999H8.00002V12.7999Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTablet, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13629", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTablet size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTag.tsx b/src/icons/IconTag.tsx
index 8726ef2..48690b9 100644
--- a/src/icons/IconTag.tsx
+++ b/src/icons/IconTag.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTag = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M0.583374 1.33325C0.583374 0.919038 0.91916 0.583252 1.33337 0.583252H8.00004C8.19895 0.583252 8.38972 0.66227 8.53037 0.802922L14.2586 6.53117C14.6466 6.92151 14.8644 7.44953 14.8644 7.99992C14.8644 8.55031 14.6466 9.07833 14.2586 9.46867L14.257 9.47025L9.47733 14.25C9.28385 14.4437 9.05408 14.5973 8.80117 14.7022C8.54825 14.807 8.27715 14.861 8.00337 14.861C7.72959 14.861 7.4585 14.807 7.20558 14.7022C6.95282 14.5974 6.72317 14.4438 6.52976 14.2503M2.08337 2.08325V7.689L7.59006 13.1893C7.64424 13.2435 7.70918 13.2871 7.77999 13.3165C7.85081 13.3459 7.92671 13.361 8.00337 13.361C8.08004 13.361 8.15594 13.3459 8.22676 13.3165C8.29757 13.2871 8.36191 13.2441 8.41608 13.1899L13.1948 8.41117C13.1946 8.41138 13.195 8.41096 13.1948 8.41117C13.3031 8.30194 13.3644 8.15373 13.3644 7.99992C13.3644 7.84611 13.3037 7.69854 13.1954 7.58931C13.1952 7.58909 13.1956 7.58952 13.1954 7.58931L7.68938 2.08325H2.08337ZM3.91671 4.66659C3.91671 4.25237 4.25249 3.91659 4.66671 3.91659H4.67337C5.08759 3.91659 5.42337 4.25237 5.42337 4.66659C5.42337 5.0808 5.08759 5.41659 4.67337 5.41659H4.66671C4.25249 5.41659 3.91671 5.0808 3.91671 4.66659Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.7267 8.93992L14.2924 9.50561L14.2941 9.50392L13.7267 8.93992ZM8.94671 13.7199L8.38102 13.1542L8.38071 13.1545L8.94671 13.7199ZM7.06004 13.7199L7.62604 13.1545L7.6254 13.1539L7.06004 13.7199ZM1.33337 7.99992H0.533374C0.533374 8.21225 0.617787 8.41588 0.768018 8.56593L1.33337 7.99992ZM1.33337 1.33325V0.533252C0.891546 0.533252 0.533374 0.891424 0.533374 1.33325L1.33337 1.33325ZM8.00004 1.33325L8.56573 0.767567C8.4157 0.617537 8.21221 0.533252 8.00004 0.533252V1.33325ZM13.7267 7.05992L14.2941 6.49592L14.2924 6.49423L13.7267 7.05992ZM4.66671 3.86659C4.22488 3.86659 3.86671 4.22476 3.86671 4.66659C3.86671 5.10841 4.22488 5.46659 4.66671 5.46659V3.86659ZM4.67337 5.46659C5.1152 5.46659 5.47337 5.10841 5.47337 4.66659C5.47337 4.22476 5.1152 3.86659 4.67337 3.86659V5.46659ZM13.161 8.37423L8.38102 13.1542L9.51239 14.2856L14.2924 9.5056L13.161 8.37423ZM8.38071 13.1545C8.33117 13.2041 8.27235 13.2435 8.20761 13.2703L8.82031 14.7484C9.0793 14.641 9.31458 14.4836 9.51271 14.2853L8.38071 13.1545ZM8.20761 13.2703C8.14287 13.2972 8.07346 13.311 8.00337 13.311V14.911C8.28372 14.911 8.56133 14.8557 8.82031 14.7484L8.20761 13.2703ZM8.00337 13.311C7.93328 13.311 7.86388 13.2972 7.79914 13.2703L7.18643 14.7484C7.44542 14.8557 7.72302 14.911 8.00337 14.911V13.311ZM7.79914 13.2703C7.7344 13.2435 7.67557 13.2041 7.62604 13.1545L6.49404 14.2853C6.69217 14.4836 6.92745 14.641 7.18643 14.7484L7.79914 13.2703ZM7.6254 13.1539L1.89873 7.4339L0.768018 8.56593L6.49468 14.2859L7.6254 13.1539ZM2.13337 7.99992V1.33325H0.533374V7.99992H2.13337ZM1.33337 2.13325H8.00004V0.533252H1.33337V2.13325ZM7.43436 1.89894L13.161 7.6256L14.2924 6.49423L8.56573 0.767567L7.43436 1.89894ZM13.1593 7.62392C13.2587 7.72384 13.3144 7.85902 13.3144 7.99992H14.9144C14.9144 7.43632 14.6914 6.89563 14.2941 6.49592L13.1593 7.62392ZM13.3144 7.99992C13.3144 8.14082 13.2587 8.27599 13.1593 8.37592L14.2941 9.50392C14.6914 9.10421 14.9144 8.56351 14.9144 7.99992H13.3144ZM4.66671 5.46659H4.67337V3.86659H4.66671V5.46659Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTag, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13632", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTag size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTarget.tsx b/src/icons/IconTarget.tsx
index c155e82..3d25107 100644
--- a/src/icons/IconTarget.tsx
+++ b/src/icons/IconTarget.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTarget = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12523)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00004 2.08325C4.73236 2.08325 2.08337 4.73223 2.08337 7.99992C2.08337 11.2676 4.73236 13.9166 8.00004 13.9166C11.2677 13.9166 13.9167 11.2676 13.9167 7.99992C13.9167 4.73223 11.2677 2.08325 8.00004 2.08325ZM0.583374 7.99992C0.583374 3.90381 3.90393 0.583252 8.00004 0.583252C12.0962 0.583252 15.4167 3.90381 15.4167 7.99992C15.4167 12.096 12.0962 15.4166 8.00004 15.4166C3.90393 15.4166 0.583374 12.096 0.583374 7.99992ZM8.00004 4.74992C6.20512 4.74992 4.75004 6.20499 4.75004 7.99992C4.75004 9.79484 6.20512 11.2499 8.00004 11.2499C9.79497 11.2499 11.25 9.79484 11.25 7.99992C11.25 6.20499 9.79497 4.74992 8.00004 4.74992ZM3.25004 7.99992C3.25004 5.37657 5.37669 3.24992 8.00004 3.24992C10.6234 3.24992 12.75 5.37657 12.75 7.99992C12.75 10.6233 10.6234 12.7499 8.00004 12.7499C5.37669 12.7499 3.25004 10.6233 3.25004 7.99992ZM8.00004 7.41659C7.67788 7.41659 7.41671 7.67775 7.41671 7.99992C7.41671 8.32208 7.67787 8.58325 8.00004 8.58325C8.32221 8.58325 8.58337 8.32208 8.58337 7.99992C8.58337 7.67775 8.32221 7.41659 8.00004 7.41659ZM5.91671 7.99992C5.91671 6.84933 6.84945 5.91659 8.00004 5.91659C9.15063 5.91659 10.0834 6.84933 10.0834 7.99992C10.0834 9.15051 9.15063 10.0833 8.00004 10.0833C6.84945 10.0833 5.91671 9.15051 5.91671 7.99992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12523"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16025)"><path d="M13.8667 7.99992C13.8667 11.24 11.2401 13.8666 8.00004 13.8666V15.4666C12.1238 15.4666 15.4667 12.1236 15.4667 7.99992H13.8667ZM8.00004 13.8666C4.75997 13.8666 2.13337 11.24 2.13337 7.99992H0.533374C0.533374 12.1236 3.87631 15.4666 8.00004 15.4666V13.8666ZM2.13337 7.99992C2.13337 4.75985 4.75997 2.13325 8.00004 2.13325V0.533252C3.87631 0.533252 0.533374 3.87619 0.533374 7.99992H2.13337ZM8.00004 2.13325C11.2401 2.13325 13.8667 4.75985 13.8667 7.99992H15.4667C15.4667 3.87619 12.1238 0.533252 8.00004 0.533252V2.13325ZM11.2 7.99992C11.2 9.76723 9.76735 11.1999 8.00004 11.1999V12.7999C10.651 12.7999 12.8 10.6509 12.8 7.99992H11.2ZM8.00004 11.1999C6.23273 11.1999 4.80004 9.76723 4.80004 7.99992H3.20004C3.20004 10.6509 5.34907 12.7999 8.00004 12.7999V11.1999ZM4.80004 7.99992C4.80004 6.23261 6.23273 4.79992 8.00004 4.79992V3.19992C5.34907 3.19992 3.20004 5.34895 3.20004 7.99992H4.80004ZM8.00004 4.79992C9.76735 4.79992 11.2 6.23261 11.2 7.99992H12.8C12.8 5.34895 10.651 3.19992 8.00004 3.19992V4.79992ZM8.53337 7.99992C8.53337 8.29447 8.29459 8.53325 8.00004 8.53325V10.1333C9.17825 10.1333 10.1334 9.17813 10.1334 7.99992H8.53337ZM8.00004 8.53325C7.70549 8.53325 7.46671 8.29447 7.46671 7.99992H5.86671C5.86671 9.17813 6.82183 10.1333 8.00004 10.1333V8.53325ZM7.46671 7.99992C7.46671 7.70537 7.70549 7.46658 8.00004 7.46658V5.86658C6.82183 5.86658 5.86671 6.82171 5.86671 7.99992H7.46671ZM8.00004 7.46658C8.29459 7.46658 8.53337 7.70537 8.53337 7.99992H10.1334C10.1334 6.82171 9.17825 5.86658 8.00004 5.86658V7.46658Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16025"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconTarget, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13631", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTarget size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTerminal.tsx b/src/icons/IconTerminal.tsx
index dfb03d3..6953940 100644
--- a/src/icons/IconTerminal.tsx
+++ b/src/icons/IconTerminal.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTerminal = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M2.13642 2.80292C2.42931 2.51003 2.90418 2.51003 3.19708 2.80292L7.19708 6.80292C7.48997 7.09582 7.48997 7.57069 7.19708 7.86358L3.19708 11.8636C2.90418 12.1565 2.42931 12.1565 2.13642 11.8636C1.84352 11.5707 1.84352 11.0958 2.13642 10.8029L5.60609 7.33325L2.13642 3.86358C1.84352 3.57069 1.84352 3.09582 2.13642 2.80292ZM7.25008 12.6666C7.25008 12.2524 7.58587 11.9166 8.00008 11.9166H13.3334C13.7476 11.9166 14.0834 12.2524 14.0834 12.6666C14.0834 13.0808 13.7476 13.4166 13.3334 13.4166H8.00008C7.58587 13.4166 7.25008 13.0808 7.25008 12.6666Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.10106 10.7676C1.78864 11.08 1.78864 11.5865 2.10106 11.8989C2.41348 12.2114 2.92001 12.2114 3.23243 11.8989L2.10106 10.7676ZM6.66675 7.33325L7.23243 7.89894C7.54485 7.58652 7.54485 7.07999 7.23243 6.76757L6.66675 7.33325ZM3.23243 2.76757C2.92001 2.45515 2.41348 2.45515 2.10106 2.76757C1.78864 3.07999 1.78864 3.58652 2.10106 3.89894L3.23243 2.76757ZM8.00008 11.8666C7.55825 11.8666 7.20008 12.2248 7.20008 12.6666C7.20008 13.1084 7.55825 13.4666 8.00008 13.4666V11.8666ZM13.3334 13.4666C13.7752 13.4666 14.1334 13.1084 14.1334 12.6666C14.1334 12.2248 13.7752 11.8666 13.3334 11.8666V13.4666ZM3.23243 11.8989L7.23243 7.89894L6.10106 6.76757L2.10106 10.7676L3.23243 11.8989ZM7.23243 6.76757L3.23243 2.76757L2.10106 3.89894L6.10106 7.89894L7.23243 6.76757ZM8.00008 13.4666H13.3334V11.8666H8.00008V13.4666Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTerminal, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13634", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTerminal size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconThermometer.tsx b/src/icons/IconThermometer.tsx
index 2277fd3..b0be4b1 100644
--- a/src/icons/IconThermometer.tsx
+++ b/src/icons/IconThermometer.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconThermometer = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12982)"><path fillRule="evenodd" clipRule="evenodd" d="M5.95791 0.624573C6.41112 0.17136 7.02581 -0.083252 7.66675 -0.083252C8.30769 -0.083252 8.92238 0.17136 9.37559 0.624573C9.8288 1.07779 10.0834 1.69247 10.0834 2.33341V9.46707C10.5881 9.89238 10.9735 10.4451 11.1975 11.0711C11.4686 11.8286 11.4888 12.6532 11.2553 13.4231C11.0218 14.1929 10.5468 14.8673 9.90063 15.3465C9.25445 15.8258 8.47126 16.0845 7.66675 16.0845C6.86224 16.0845 6.07905 15.8258 5.43286 15.3465C4.78667 14.8673 4.31174 14.1929 4.07821 13.4231C3.84468 12.6532 3.86493 11.8286 4.13597 11.0711C4.35997 10.4451 4.74544 9.89238 5.25008 9.46707V2.33341C5.25008 1.69247 5.50469 1.07779 5.95791 0.624573ZM7.66675 1.41675C7.42363 1.41675 7.19048 1.51333 7.01857 1.68523C6.84666 1.85714 6.75008 2.0903 6.75008 2.33341V9.84008C6.75008 10.0906 6.62503 10.3245 6.41675 10.4637C6.01539 10.7319 5.71091 11.122 5.54828 11.5765C5.38566 12.031 5.37351 12.5257 5.51363 12.9876C5.65375 13.4496 5.9387 13.8542 6.32642 14.1417C6.71413 14.4293 7.18404 14.5845 7.66675 14.5845C8.14946 14.5845 8.61937 14.4293 9.00708 14.1417C9.39479 13.8542 9.67975 13.4496 9.81987 12.9876C9.95999 12.5257 9.94784 12.031 9.78521 11.5765C9.62259 11.122 9.31811 10.7319 8.91675 10.4637C8.70847 10.3245 8.58342 10.0906 8.58342 9.84008V2.33341C8.58342 2.0903 8.48684 1.85714 8.31493 1.68523C8.14302 1.51333 7.90986 1.41675 7.66675 1.41675Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12982"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16029)"><path d="M9.33341 9.84008H8.53341C8.53341 10.1073 8.66681 10.3568 8.88897 10.5053L9.33341 9.84008ZM9.33341 2.33341H8.53341H9.33341ZM6.00008 9.84008L6.44453 10.5053C6.66669 10.3568 6.80008 10.1073 6.80008 9.84008H6.00008ZM10.1334 9.84008V2.33341H8.53341V9.84008H10.1334ZM10.1334 2.33341C10.1334 1.67921 9.87353 1.05181 9.41094 0.589218L8.27957 1.72059C8.44211 1.88312 8.53341 2.10356 8.53341 2.33341H10.1334ZM9.41094 0.589218C8.94835 0.126628 8.32095 -0.133252 7.66675 -0.133252V1.46675C7.8966 1.46675 8.11704 1.55806 8.27957 1.72059L9.41094 0.589218ZM7.66675 -0.133252C7.01255 -0.133252 6.38514 0.126628 5.92255 0.589218L7.05392 1.72059C7.21645 1.55806 7.43689 1.46675 7.66675 1.46675V-0.133252ZM5.92255 0.589218C5.45996 1.05181 5.20008 1.67921 5.20008 2.33341H6.80008C6.80008 2.10356 6.89139 1.88312 7.05392 1.72059L5.92255 0.589218ZM5.20008 2.33341V9.84008H6.80008V2.33341H5.20008ZM5.55564 9.1749C4.87778 9.62781 4.36355 10.2867 4.0889 11.0543L5.59536 11.5933C5.75437 11.1489 6.05208 10.7675 6.44453 10.5053L5.55564 9.1749ZM4.0889 11.0543C3.81424 11.8219 3.79372 12.6574 4.03037 13.4376L5.56147 12.9731C5.42447 12.5215 5.43635 12.0377 5.59536 11.5933L4.0889 11.0543ZM4.03037 13.4376C4.26701 14.2177 4.74827 14.9011 5.40308 15.3867L6.3562 14.1016C5.9771 13.8204 5.69848 13.4248 5.56147 12.9731L4.03037 13.4376ZM5.40308 15.3867C6.05788 15.8723 6.85151 16.1345 7.66675 16.1345V14.5345C7.19477 14.5345 6.7353 14.3827 6.3562 14.1016L5.40308 15.3867ZM7.66675 16.1345C8.48199 16.1345 9.27561 15.8723 9.93042 15.3867L8.97729 14.1016C8.5982 14.3827 8.13873 14.5345 7.66675 14.5345V16.1345ZM9.93042 15.3867C10.5852 14.9011 11.0665 14.2177 11.3031 13.4376L9.77202 12.9731C9.63502 13.4248 9.35639 13.8204 8.97729 14.1016L9.93042 15.3867ZM11.3031 13.4376C11.5398 12.6574 11.5193 11.8219 11.2446 11.0543L9.73813 11.5933C9.89715 12.0377 9.90903 12.5215 9.77202 12.9731L11.3031 13.4376ZM11.2446 11.0543C10.9699 10.2867 10.4557 9.62781 9.77786 9.1749L8.88897 10.5053C9.28141 10.7675 9.57912 11.1489 9.73813 11.5933L11.2446 11.0543Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16029"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconThermometer, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13633", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconThermometer size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconThumbsDown.tsx b/src/icons/IconThumbsDown.tsx
index be2f540..0e61e25 100644
--- a/src/icons/IconThumbsDown.tsx
+++ b/src/icons/IconThumbsDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconThumbsDown = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12887)"><path fillRule="evenodd" clipRule="evenodd" d="M13.6551 2.27356C13.5082 2.14747 13.3202 2.07971 13.1266 2.08313L13.1134 2.08337L12.0834 2.08325V7.91658H13.1266C13.3202 7.92001 13.5082 7.85236 13.6551 7.72627C13.7913 7.60937 13.8833 7.44987 13.9167 7.27436V2.72547C13.8833 2.54996 13.7913 2.39046 13.6551 2.27356ZM10.5834 8.50742V2.08325H3.80487C3.6642 2.08166 3.52768 2.13092 3.42049 2.22203C3.31329 2.31315 3.24264 2.43994 3.22154 2.57903L3.22136 2.58025L2.30153 8.57913C2.3015 8.57928 2.30155 8.57898 2.30153 8.57913C2.28893 8.66259 2.29452 8.74825 2.31805 8.82931C2.34163 8.91052 2.38258 8.98563 2.43807 9.04944C2.49356 9.11325 2.56226 9.16424 2.6394 9.19886C2.71655 9.23348 2.8003 9.25092 2.88486 9.24996L2.89335 9.24987L6.66669 9.24992C7.0809 9.24992 7.41669 9.5857 7.41669 9.99992V12.6666C7.41669 12.9981 7.54838 13.316 7.7828 13.5505C7.90732 13.675 8.05539 13.7705 8.21655 13.8327L10.5834 8.50742ZM11.8208 9.41658L9.35205 14.9712C9.23167 15.242 8.96308 15.4166 8.66669 15.4166C7.93734 15.4166 7.23787 15.1269 6.72214 14.6111C6.20642 14.0954 5.91669 13.3959 5.91669 12.6666V10.7499H2.89717C2.59677 10.7526 2.29932 10.6904 2.02521 10.5673C1.74968 10.4437 1.50433 10.2616 1.30616 10.0337C1.10799 9.80581 0.961737 9.53755 0.877534 9.24752C0.793332 8.95749 0.773193 8.65262 0.818513 8.35403L1.7385 2.35413C1.73846 2.35436 1.73853 2.3539 1.7385 2.35413C1.81396 1.85762 2.06635 1.40439 2.44901 1.07912C2.83066 0.754725 3.31636 0.578719 3.81712 0.583249H13.1074C13.6659 0.575148 14.2082 0.771455 14.6321 1.13536C15.0579 1.50086 15.3347 2.00997 15.4099 2.56605C15.4144 2.59937 15.4167 2.63296 15.4167 2.66658V7.33325C15.4167 7.36687 15.4144 7.40046 15.4099 7.43378C15.3347 7.98986 15.0579 8.49898 14.6321 8.86447C14.2082 9.22838 13.6659 9.42468 13.1074 9.41658H11.8208Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12887"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16031)"><path d="M6.66669 9.99992H7.46669C7.46669 9.55809 7.10851 9.19991 6.66669 9.19991V9.99992ZM8.66669 14.6666V15.4666C8.98284 15.4666 9.26934 15.2804 9.39774 14.9915L8.66669 14.6666ZM3.81335 1.33325L3.80431 2.13325H3.81335V1.33325ZM2.48002 2.46658L3.27078 2.58783L3.27098 2.58653L2.48002 2.46658ZM1.56002 8.46658L0.769261 8.34533L0.769079 8.34653L1.56002 8.46658ZM2.89335 9.99992V9.19986L2.88429 9.19997L2.89335 9.99992ZM13.1134 1.33325V2.13325C13.1181 2.13325 13.1228 2.13321 13.1275 2.13312L13.1134 1.33325ZM14.6667 2.66658H15.4667C15.4667 2.63072 15.4643 2.59489 15.4595 2.55935L14.6667 2.66658ZM14.6667 7.33325L15.4595 7.44048C15.4643 7.40494 15.4667 7.36911 15.4667 7.33325H14.6667ZM13.1134 8.66658L13.1275 7.86671C13.1228 7.86662 13.1181 7.86658 13.1134 7.86658V8.66658ZM5.86669 9.99992V12.6666H7.46669V9.99992H5.86669ZM5.86669 12.6666C5.86669 13.4092 6.16169 14.1214 6.68679 14.6465L7.81816 13.5151C7.59312 13.2901 7.46669 12.9848 7.46669 12.6666H5.86669ZM6.68679 14.6465C7.21189 15.1716 7.92408 15.4666 8.66669 15.4666V13.8666C8.34843 13.8666 8.0432 13.7402 7.81816 13.5151L6.68679 14.6465ZM9.39774 14.9915L12.0644 8.99149L10.6023 8.34167L7.93564 14.3417L9.39774 14.9915ZM12.1334 8.66658V1.33325H10.5334V8.66658H12.1334ZM11.3334 0.533249H3.81335V2.13325H11.3334V0.533249ZM3.8224 0.5333C3.30791 0.527484 2.80866 0.707801 2.41663 1.04103L3.45287 2.26013C3.55088 2.17682 3.67569 2.13174 3.80431 2.1332L3.8224 0.5333ZM2.41663 1.04103C2.0246 1.37425 1.76621 1.83793 1.68906 2.34663L3.27098 2.58653C3.29026 2.45936 3.35486 2.34344 3.45287 2.26013L2.41663 1.04103ZM1.68926 2.34533L0.769262 8.34533L2.35078 8.58783L3.27078 2.58783L1.68926 2.34533ZM0.769079 8.34653C0.722671 8.65228 0.743293 8.96447 0.829517 9.26146L2.36607 8.81537C2.34451 8.74112 2.33936 8.66307 2.35096 8.58663L0.769079 8.34653ZM0.829517 9.26146C0.91574 9.55845 1.0655 9.83315 1.26843 10.0665L2.4758 9.01663C2.42507 8.95829 2.38763 8.88961 2.36607 8.81537L0.829517 9.26146ZM1.26843 10.0665C1.47136 10.2999 1.72259 10.4863 2.00474 10.613L2.65988 9.15324C2.58934 9.12158 2.52653 9.07497 2.4758 9.01663L1.26843 10.0665ZM2.00474 10.613C2.28688 10.7396 2.59318 10.8034 2.90241 10.7999L2.88429 9.19997C2.80699 9.20084 2.73041 9.1849 2.65988 9.15324L2.00474 10.613ZM2.89335 10.7999H6.66669V9.19991H2.89335V10.7999ZM11.3334 2.13325H13.1134V0.533249H11.3334V2.13325ZM13.1275 2.13312C13.3088 2.12992 13.485 2.19339 13.6226 2.3115L14.6647 1.09742C14.2296 0.723952 13.6725 0.523235 13.0992 0.533374L13.1275 2.13312ZM13.6226 2.3115C13.7602 2.4296 13.8496 2.59412 13.8739 2.77382L15.4595 2.55935C15.3826 1.99112 15.0998 1.4709 14.6647 1.09742L13.6226 2.3115ZM13.8667 2.66658V7.33325H15.4667V2.66658H13.8667ZM13.8739 7.22601C13.8496 7.40571 13.7602 7.57023 13.6226 7.68833L14.6647 8.90241C15.0998 8.52893 15.3826 8.00871 15.4595 7.44048L13.8739 7.22601ZM13.6226 7.68833C13.485 7.80644 13.3088 7.86991 13.1275 7.86671L13.0992 9.46646C13.6725 9.4766 14.2296 9.27588 14.6647 8.90241L13.6226 7.68833ZM13.1134 7.86658H11.3334V9.46658H13.1134V7.86658Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16031"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconThumbsDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13636", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconThumbsDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconThumbsUp.tsx b/src/icons/IconThumbsUp.tsx
index 0512346..fcf307a 100644
--- a/src/icons/IconThumbsUp.tsx
+++ b/src/icons/IconThumbsUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconThumbsUp = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12522)"><path fillRule="evenodd" clipRule="evenodd" d="M6.64814 1.02865C6.76851 0.757802 7.0371 0.583252 7.3335 0.583252C8.06284 0.583252 8.76231 0.872983 9.27804 1.38871C9.79377 1.90443 10.0835 2.60391 10.0835 3.33325V5.24992H13.1031C13.4034 5.2472 13.7009 5.30947 13.975 5.43249C14.2505 5.55615 14.4959 5.73823 14.694 5.96613C14.8922 6.19402 15.0384 6.46228 15.1226 6.75231C15.2069 7.04234 15.227 7.34721 15.1817 7.6458L14.2617 13.6457C14.2617 13.6459 14.2617 13.6455 14.2617 13.6457C14.1862 14.1422 13.9339 14.5954 13.5512 14.9207C13.1695 15.2451 12.6838 15.4211 12.183 15.4166H2.66683C2.11429 15.4166 1.58439 15.1971 1.19369 14.8064C0.802989 14.4157 0.583496 13.8858 0.583496 13.3333V8.66659C0.583496 8.11405 0.80299 7.58415 1.19369 7.19345C1.58439 6.80275 2.11429 6.58325 2.66683 6.58325H4.17942L6.64814 1.02865ZM3.91683 8.08325H2.66683C2.51212 8.08325 2.36375 8.14471 2.25435 8.25411C2.14495 8.3635 2.0835 8.51188 2.0835 8.66659V13.3333C2.0835 13.488 2.14495 13.6363 2.25435 13.7457C2.36375 13.8551 2.51212 13.9166 2.66683 13.9166H3.91683V8.08325ZM5.41683 13.9166H12.1953C12.336 13.9182 12.4725 13.8689 12.5797 13.7778C12.6869 13.6867 12.7575 13.5599 12.7786 13.4208L13.6987 7.4207C13.6986 7.42081 13.6987 7.4206 13.6987 7.4207C13.7113 7.3372 13.7057 7.25163 13.6821 7.17053C13.6586 7.08932 13.6176 7.01421 13.5621 6.9504C13.5066 6.88659 13.4379 6.8356 13.3608 6.80098C13.2836 6.76635 13.1999 6.74891 13.1153 6.74987L13.1068 6.74997L9.3335 6.74992C8.91928 6.74992 8.5835 6.41413 8.5835 5.99992V3.33325C8.5835 3.00173 8.4518 2.68379 8.21738 2.44937C8.09287 2.32486 7.94479 2.22932 7.78363 2.16711L5.41683 7.49241V13.9166Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12522"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16033)"><path d="M9.3335 5.99992H8.5335C8.5335 6.44175 8.89167 6.79992 9.3335 6.79992V5.99992ZM9.3335 3.33325H10.1335H9.3335ZM7.3335 1.33325V0.533252C7.01735 0.533252 6.73085 0.719439 6.60245 1.00834L7.3335 1.33325ZM12.1868 14.6666L12.1959 13.8666H12.1868V14.6666ZM13.5202 13.5333L12.7294 13.412L12.7292 13.4133L13.5202 13.5333ZM14.4402 7.53325L15.2309 7.6545L15.2311 7.6533L14.4402 7.53325ZM13.1068 5.99992V6.79997L13.1159 6.79987L13.1068 5.99992ZM1.3335 13.3333H0.533496H1.3335ZM2.66683 7.33325V8.13325V7.33325ZM10.1335 5.99992V3.33325H8.5335V5.99992H10.1335ZM10.1335 3.33325C10.1335 2.59065 9.8385 1.87845 9.3134 1.35335L8.18202 2.48472C8.40707 2.70977 8.5335 3.01499 8.5335 3.33325H10.1335ZM9.3134 1.35335C8.78829 0.828251 8.0761 0.533252 7.3335 0.533252V2.13325C7.65176 2.13325 7.95698 2.25968 8.18202 2.48472L9.3134 1.35335ZM6.60245 1.00834L3.93578 7.00834L5.39788 7.65816L8.06455 1.65816L6.60245 1.00834ZM3.86683 7.33325V14.6666H5.46683V7.33325H3.86683ZM4.66683 15.4666H12.1868V13.8666H4.66683V15.4666ZM12.1778 15.4665C12.6923 15.4723 13.1915 15.292 13.5836 14.9588L12.5473 13.7397C12.4493 13.823 12.3245 13.8681 12.1959 13.8666L12.1778 15.4665ZM13.5836 14.9588C13.9756 14.6256 14.234 14.1619 14.3111 13.6532L12.7292 13.4133C12.7099 13.5405 12.6453 13.6564 12.5473 13.7397L13.5836 14.9588ZM14.3109 13.6545L15.2309 7.6545L13.6494 7.412L12.7294 13.412L14.3109 13.6545ZM15.2311 7.6533C15.2775 7.34755 15.2569 7.03536 15.1707 6.73837L13.6341 7.18447C13.6557 7.25871 13.6608 7.33676 13.6492 7.4132L15.2311 7.6533ZM15.1707 6.73837C15.0844 6.44138 14.9347 6.16668 14.7318 5.93332L13.5244 6.9832C13.5751 7.04155 13.6126 7.11022 13.6341 7.18447L15.1707 6.73837ZM14.7318 5.93332C14.5288 5.69995 14.2776 5.5135 13.9954 5.38687L13.3403 6.84659C13.4108 6.87825 13.4737 6.92486 13.5244 6.9832L14.7318 5.93332ZM13.9954 5.38687C13.7133 5.26024 13.407 5.19647 13.0978 5.19997L13.1159 6.79987C13.1932 6.79899 13.2698 6.81493 13.3403 6.84659L13.9954 5.38687ZM13.1068 5.19992H9.3335V6.79992H13.1068V5.19992ZM4.66683 13.8666H2.66683V15.4666H4.66683V13.8666ZM2.66683 13.8666C2.52538 13.8666 2.38973 13.8104 2.28971 13.7104L1.15833 14.8417C1.55841 15.2418 2.10103 15.4666 2.66683 15.4666V13.8666ZM2.28971 13.7104C2.18969 13.6104 2.1335 13.4747 2.1335 13.3333H0.533496C0.533496 13.899 0.758257 14.4417 1.15833 14.8417L2.28971 13.7104ZM2.1335 13.3333V8.66658H0.533496V13.3333H2.1335ZM2.1335 8.66658C2.1335 8.52514 2.18969 8.38948 2.28971 8.28946L1.15833 7.15809C0.758257 7.55817 0.533496 8.10079 0.533496 8.66658H2.1335ZM2.28971 8.28946C2.38973 8.18944 2.52538 8.13325 2.66683 8.13325V6.53325C2.10103 6.53325 1.55841 6.75801 1.15833 7.15809L2.28971 8.28946ZM2.66683 8.13325H4.66683V6.53325H2.66683V8.13325Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16033"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconThumbsUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13635", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconThumbsUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconToggleLeft.tsx b/src/icons/IconToggleLeft.tsx
index f5bd01e..9f1246d 100644
--- a/src/icons/IconToggleLeft.tsx
+++ b/src/icons/IconToggleLeft.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconToggleLeft = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12521)"><path fillRule="evenodd" clipRule="evenodd" d="M5.33317 4.08325C3.17006 4.08325 1.4165 5.8368 1.4165 7.99992C1.4165 10.163 3.17006 11.9166 5.33317 11.9166H10.6665C12.8296 11.9166 14.5832 10.163 14.5832 7.99992C14.5832 5.8368 12.8296 4.08325 10.6665 4.08325H5.33317ZM-0.0834961 7.99992C-0.0834961 5.00838 2.34163 2.58325 5.33317 2.58325H10.6665C13.658 2.58325 16.0832 5.00838 16.0832 7.99992C16.0832 10.9915 13.658 13.4166 10.6665 13.4166H5.33317C2.34163 13.4166 -0.0834961 10.9915 -0.0834961 7.99992ZM5.33317 6.74992C4.64282 6.74992 4.08317 7.30956 4.08317 7.99992C4.08317 8.69027 4.64281 9.24992 5.33317 9.24992C6.02353 9.24992 6.58317 8.69028 6.58317 7.99992C6.58317 7.30956 6.02353 6.74992 5.33317 6.74992ZM2.58317 7.99992C2.58317 6.48114 3.81439 5.24992 5.33317 5.24992C6.85195 5.24992 8.08317 6.48114 8.08317 7.99992C8.08317 9.5187 6.85195 10.7499 5.33317 10.7499C3.81439 10.7499 2.58317 9.5187 2.58317 7.99992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12521"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16035)"><path d="M5.33317 4.13325H10.6665V2.53325H5.33317V4.13325ZM10.6665 4.13325C12.802 4.13325 14.5332 5.86442 14.5332 7.99992H16.1332C16.1332 4.98076 13.6857 2.53325 10.6665 2.53325V4.13325ZM14.5332 7.99992C14.5332 10.1354 12.802 11.8666 10.6665 11.8666V13.4666C13.6857 13.4666 16.1332 11.0191 16.1332 7.99992H14.5332ZM10.6665 11.8666H5.33317V13.4666H10.6665V11.8666ZM5.33317 11.8666C3.19767 11.8666 1.4665 10.1354 1.4665 7.99992H-0.133496C-0.133496 11.0191 2.31401 13.4666 5.33317 13.4666V11.8666ZM1.4665 7.99992C1.4665 5.86442 3.19767 4.13325 5.33317 4.13325V2.53325C2.31401 2.53325 -0.133496 4.98076 -0.133496 7.99992H1.4665ZM6.53317 7.99992C6.53317 8.66266 5.99591 9.19992 5.33317 9.19992V10.7999C6.87957 10.7999 8.13317 9.54632 8.13317 7.99992H6.53317ZM5.33317 9.19992C4.67043 9.19992 4.13317 8.66266 4.13317 7.99992H2.53317C2.53317 9.54632 3.78677 10.7999 5.33317 10.7999V9.19992ZM4.13317 7.99992C4.13317 7.33718 4.67043 6.79992 5.33317 6.79992V5.19992C3.78677 5.19992 2.53317 6.45352 2.53317 7.99992H4.13317ZM5.33317 6.79992C5.99591 6.79992 6.53317 7.33718 6.53317 7.99992H8.13317C8.13317 6.45352 6.87957 5.19992 5.33317 5.19992V6.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16035"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconToggleLeft, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13638", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconToggleLeft size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconToggleRight.tsx b/src/icons/IconToggleRight.tsx
index 09983b3..2f1c123 100644
--- a/src/icons/IconToggleRight.tsx
+++ b/src/icons/IconToggleRight.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconToggleRight = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12519)"><path fillRule="evenodd" clipRule="evenodd" d="M5.33334 4.08325C3.17022 4.08325 1.41667 5.8368 1.41667 7.99992C1.41667 10.163 3.17022 11.9166 5.33334 11.9166H10.6667C12.8298 11.9166 14.5833 10.163 14.5833 7.99992C14.5833 5.8368 12.8298 4.08325 10.6667 4.08325H5.33334ZM-0.0833282 7.99992C-0.0833282 5.00838 2.3418 2.58325 5.33334 2.58325H10.6667C13.6582 2.58325 16.0833 5.00838 16.0833 7.99992C16.0833 10.9915 13.6582 13.4166 10.6667 13.4166H5.33334C2.3418 13.4166 -0.0833282 10.9915 -0.0833282 7.99992ZM10.6667 6.74992C9.97632 6.74992 9.41667 7.30956 9.41667 7.99992C9.41667 8.69028 9.97632 9.24992 10.6667 9.24992C11.357 9.24992 11.9167 8.69028 11.9167 7.99992C11.9167 7.30956 11.357 6.74992 10.6667 6.74992ZM7.91667 7.99992C7.91667 6.48114 9.14789 5.24992 10.6667 5.24992C12.1855 5.24992 13.4167 6.48114 13.4167 7.99992C13.4167 9.5187 12.1855 10.7499 10.6667 10.7499C9.14789 10.7499 7.91667 9.5187 7.91667 7.99992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12519"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16037)"><path d="M5.33334 4.13325H10.6667V2.53325H5.33334V4.13325ZM10.6667 4.13325C12.8022 4.13325 14.5333 5.86442 14.5333 7.99992H16.1333C16.1333 4.98076 13.6858 2.53325 10.6667 2.53325V4.13325ZM14.5333 7.99992C14.5333 10.1354 12.8022 11.8666 10.6667 11.8666V13.4666C13.6858 13.4666 16.1333 11.0191 16.1333 7.99992H14.5333ZM10.6667 11.8666H5.33334V13.4666H10.6667V11.8666ZM5.33334 11.8666C3.19784 11.8666 1.46667 10.1354 1.46667 7.99992H-0.133328C-0.133328 11.0191 2.31418 13.4666 5.33334 13.4666V11.8666ZM1.46667 7.99992C1.46667 5.86442 3.19784 4.13325 5.33334 4.13325V2.53325C2.31418 2.53325 -0.133328 4.98076 -0.133328 7.99992H1.46667ZM11.8667 7.99992C11.8667 8.66266 11.3294 9.19992 10.6667 9.19992V10.7999C12.2131 10.7999 13.4667 9.54632 13.4667 7.99992H11.8667ZM10.6667 9.19992C10.0039 9.19992 9.46667 8.66266 9.46667 7.99992H7.86667C7.86667 9.54632 9.12027 10.7999 10.6667 10.7999V9.19992ZM9.46667 7.99992C9.46667 7.33718 10.0039 6.79992 10.6667 6.79992V5.19992C9.12027 5.19992 7.86667 6.45352 7.86667 7.99992H9.46667ZM10.6667 6.79992C11.3294 6.79992 11.8667 7.33718 11.8667 7.99992H13.4667C13.4667 6.45352 12.2131 5.19992 10.6667 5.19992V6.79992Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16037"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconToggleRight, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13637", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconToggleRight size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTool.tsx b/src/icons/IconTool.tsx
index 2e459d0..67fa326 100644
--- a/src/icons/IconTool.tsx
+++ b/src/icons/IconTool.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTool = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M10.853 2.0863C10.5963 2.07137 10.3374 2.08686 10.0817 2.13345C9.43175 2.25188 8.83332 2.56557 8.36617 3.03272C7.89902 3.49987 7.58533 4.0983 7.46691 4.74825C7.34848 5.3982 7.43095 6.06881 7.70332 6.6707C7.83202 6.95511 7.7711 7.2895 7.55036 7.51024L2.94369 12.1169C2.81912 12.2415 2.74915 12.4104 2.74915 12.5866C2.74915 12.7627 2.81912 12.9317 2.94369 13.0562C3.06825 13.1808 3.2372 13.2508 3.41336 13.2508C3.58952 13.2508 3.75846 13.1808 3.88303 13.0562L8.4897 8.44958C8.71044 8.22884 9.04482 8.16791 9.32923 8.29661C9.93113 8.56898 10.6017 8.65145 11.2517 8.53303C11.9016 8.4146 12.5001 8.10091 12.9672 7.63376C13.4344 7.16661 13.7481 6.56818 13.8665 5.91823C13.9131 5.66252 13.9286 5.40362 13.9136 5.14696L12.3251 6.73554C12.0602 6.99511 11.7042 7.14048 11.3334 7.14048C10.9625 7.14048 10.6065 6.99508 10.3417 6.73551L10.3363 6.73026L9.26439 5.65827C9.00482 5.39345 8.85945 5.03739 8.85945 4.66657C8.85945 4.29576 9.00485 3.93972 9.26442 3.67491L9.26967 3.66955L10.853 2.0863ZM9.81282 0.657748C10.7628 0.484669 11.7429 0.605199 12.6226 1.00328C12.8469 1.10478 13.0071 1.30991 13.0512 1.55213C13.0953 1.79435 13.0178 2.04281 12.8437 2.2169L10.394 4.66657L11.3334 5.60591L13.783 3.15624C13.9571 2.98215 14.2056 2.90459 14.4478 2.94872C14.69 2.99285 14.8951 3.15306 14.9967 3.37737C15.3947 4.25706 15.5153 5.23718 15.3422 6.18711C15.1691 7.13704 14.7106 8.01166 14.0279 8.69442C13.3451 9.37718 12.4705 9.83565 11.5206 10.0087C10.7455 10.15 9.95025 10.0957 9.20591 9.85469L4.94369 14.1169C4.53782 14.5228 3.98734 14.7508 3.41336 14.7508C2.83937 14.7508 2.2889 14.5228 1.88303 14.1169C1.47716 13.711 1.24915 13.1606 1.24915 12.5866C1.24915 12.0126 1.47716 11.4621 1.88303 11.0562L6.14525 6.79403C5.90423 6.04968 5.84998 5.25448 5.9912 4.47937C6.16428 3.52944 6.62275 2.65482 7.30551 1.97206C7.98827 1.2893 8.86289 0.830827 9.81282 0.657748Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M9.80003 4.19991L9.23431 3.63419L9.22871 3.63991L9.80003 4.19991ZM9.80003 5.13324L9.22868 5.69327L9.23434 5.69892L9.80003 5.13324ZM10.8667 6.1999L10.301 6.76562L10.3067 6.77122L10.8667 6.1999ZM11.8 6.1999L12.3601 6.77125L12.3657 6.76559L11.8 6.1999ZM14.3134 3.68657L15.0422 3.35675C14.9339 3.11749 14.7151 2.9466 14.4568 2.89953C14.1984 2.85245 13.9334 2.93519 13.7477 3.12089L14.3134 3.68657ZM9.02003 8.9799L9.34984 8.25106C9.04648 8.11378 8.6898 8.17876 8.45434 8.41422L9.02003 8.9799ZM4.41336 13.5866L3.84767 13.0209L4.41336 13.5866ZM3.41336 14.0008V14.8008V14.0008ZM1.99915 12.5866H1.19915H1.99915ZM2.41336 11.5866L1.84767 11.0209H1.84767L2.41336 11.5866ZM7.02003 6.97991L7.58571 7.54559C7.82117 7.31014 7.88615 6.95345 7.74887 6.65009L7.02003 6.97991ZM12.3134 1.68657L12.879 2.25226C13.0647 2.06656 13.1475 1.80154 13.1004 1.54317C13.0533 1.2848 12.8824 1.06599 12.6432 0.957723L12.3134 1.68657ZM9.22871 3.63991C8.95998 3.91407 8.80945 4.28266 8.80945 4.66657H10.4095C10.4095 4.70148 10.3958 4.73498 10.3713 4.75991L9.22871 3.63991ZM8.80945 4.66657C8.80945 5.05048 8.95998 5.41908 9.22871 5.69324L10.3713 4.57324C10.3958 4.59816 10.4095 4.63167 10.4095 4.66657H8.80945ZM9.23434 5.69892L10.301 6.76559L11.4324 5.63422L10.3657 4.56755L9.23434 5.69892ZM10.3067 6.77122C10.5809 7.03995 10.9495 7.19048 11.3334 7.19048V5.59048C11.3683 5.59048 11.4018 5.60416 11.4267 5.62859L10.3067 6.77122ZM11.3334 7.19048C11.7173 7.19048 12.0859 7.03995 12.36 6.77122L11.24 5.62859C11.265 5.60416 11.2985 5.59048 11.3334 5.59048V7.19048ZM12.3657 6.76559L14.879 4.25226L13.7477 3.12089L11.2343 5.63422L12.3657 6.76559ZM13.5845 4.01639C13.8527 4.60902 13.9339 5.26932 13.8173 5.90927L15.3914 6.19607C15.5663 5.23614 15.4445 4.2457 15.0422 3.35675L13.5845 4.01639ZM13.8173 5.90927C13.7007 6.54922 13.3918 7.13844 12.9319 7.5984L14.0632 8.72978C14.7532 8.03983 15.2165 7.156 15.3914 6.19607L13.8173 5.90927ZM12.9319 7.5984C12.4719 8.05837 11.8827 8.36723 11.2427 8.48383L11.5295 10.0579C12.4895 9.88302 13.3733 9.41972 14.0632 8.72978L12.9319 7.5984ZM11.2427 8.48383C10.6028 8.60043 9.94248 8.51924 9.34984 8.25106L8.69021 9.70875C9.57916 10.111 10.5696 10.2328 11.5295 10.0579L11.2427 8.48383ZM8.45434 8.41422L3.84767 13.0209L4.97904 14.1523L9.58571 9.54559L8.45434 8.41422ZM3.84767 13.0209C3.73249 13.1361 3.57626 13.2008 3.41336 13.2008V14.8008C4.0006 14.8008 4.5638 14.5675 4.97904 14.1523L3.84767 13.0209ZM3.41336 13.2008C3.25046 13.2008 3.09423 13.1361 2.97904 13.0209L1.84767 14.1523C2.26292 14.5675 2.82611 14.8008 3.41336 14.8008V13.2008ZM2.97904 13.0209C2.86386 12.9057 2.79915 12.7495 2.79915 12.5866H1.19915C1.19915 13.1738 1.43243 13.737 1.84767 14.1523L2.97904 13.0209ZM2.79915 12.5866C2.79915 12.4237 2.86386 12.2674 2.97904 12.1523L1.84767 11.0209C1.43243 11.4361 1.19915 11.9993 1.19915 12.5866H2.79915ZM2.97904 12.1523L7.58571 7.54559L6.45434 6.41422L1.84767 11.0209L2.97904 12.1523ZM7.74887 6.65009C7.4807 6.05745 7.3995 5.39716 7.5161 4.75721L5.94201 4.47041C5.76711 5.43034 5.88891 6.42077 6.29118 7.30972L7.74887 6.65009ZM7.5161 4.75721C7.6327 4.11726 7.94156 3.52804 8.40153 3.06807L7.27015 1.9367C6.58021 2.62665 6.11691 3.51048 5.94201 4.47041L7.5161 4.75721ZM8.40153 3.06807C8.86149 2.60811 9.45071 2.29924 10.0907 2.18264L9.80386 0.608557C8.84393 0.783459 7.9601 1.24675 7.27015 1.9367L8.40153 3.06807ZM10.0907 2.18264C10.7306 2.06604 11.3909 2.14724 11.9835 2.41542L12.6432 0.957723C11.7542 0.555455 10.7638 0.433656 9.80386 0.608557L10.0907 2.18264ZM11.7477 1.12089L9.23434 3.63422L10.3657 4.76559L12.879 2.25226L11.7477 1.12089Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTool, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13640", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTool size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTrash.tsx b/src/icons/IconTrash.tsx
index a68f58e..8431d1b 100644
--- a/src/icons/IconTrash.tsx
+++ b/src/icons/IconTrash.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTrash = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.66667 2.08325C6.51196 2.08325 6.36358 2.14471 6.25419 2.25411C6.14479 2.3635 6.08333 2.51188 6.08333 2.66659V3.24992H9.91667V2.66659C9.91667 2.51188 9.85521 2.3635 9.74581 2.25411C9.63642 2.14471 9.48804 2.08325 9.33333 2.08325H6.66667ZM11.4167 3.24992V2.66659C11.4167 2.11405 11.1972 1.58415 10.8065 1.19345C10.4158 0.802745 9.88587 0.583252 9.33333 0.583252H6.66667C6.11413 0.583252 5.58423 0.802745 5.19353 1.19345C4.80283 1.58415 4.58333 2.11405 4.58333 2.66659V3.24992H2C1.58579 3.24992 1.25 3.58571 1.25 3.99992C1.25 4.41413 1.58579 4.74992 2 4.74992H2.58333L2.58333 13.3333C2.58333 13.8858 2.80283 14.4157 3.19353 14.8064C3.58423 15.1971 4.11413 15.4166 4.66667 15.4166H11.3333C11.8859 15.4166 12.4158 15.1971 12.8065 14.8064C13.1972 14.4157 13.4167 13.8858 13.4167 13.3333V4.74992H14C14.4142 4.74992 14.75 4.41413 14.75 3.99992C14.75 3.58571 14.4142 3.24992 14 3.24992H12.6673C12.6671 3.24992 12.6675 3.24992 12.6673 3.24992C12.6671 3.24992 12.6663 3.24992 12.6661 3.24992H11.4167ZM4.08333 4.74992V13.3333C4.08333 13.488 4.14479 13.6363 4.25419 13.7457C4.36358 13.8551 4.51196 13.9166 4.66667 13.9166H11.3333C11.488 13.9166 11.6364 13.8551 11.7458 13.7457C11.8552 13.6363 11.9167 13.488 11.9167 13.3333V4.74992H4.08333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 3.19992C1.55817 3.19992 1.2 3.55809 1.2 3.99992C1.2 4.44175 1.55817 4.79992 2 4.79992V3.19992ZM14 4.79992C14.4418 4.79992 14.8 4.44175 14.8 3.99992C14.8 3.55809 14.4418 3.19992 14 3.19992V4.79992ZM13.4667 3.99992C13.4667 3.55809 13.1085 3.19992 12.6667 3.19992C12.2248 3.19992 11.8667 3.55809 11.8667 3.99992H13.4667ZM3.33333 13.3333H4.13333H3.33333ZM4.53333 3.99992C4.53333 4.44175 4.89151 4.79992 5.33333 4.79992C5.77516 4.79992 6.13333 4.44175 6.13333 3.99992H4.53333ZM6.66667 1.33325V0.533252V1.33325ZM9.33333 1.33325V0.533252V1.33325ZM9.86667 3.99992C9.86667 4.44175 10.2248 4.79992 10.6667 4.79992C11.1085 4.79992 11.4667 4.44175 11.4667 3.99992H9.86667ZM2 4.79992H3.33333V3.19992H2V4.79992ZM3.33333 4.79992H14V3.19992H3.33333V4.79992ZM11.8667 3.99992V13.3333H13.4667V3.99992H11.8667ZM11.8667 13.3333C11.8667 13.4747 11.8105 13.6104 11.7105 13.7104L12.8418 14.8417C13.2419 14.4417 13.4667 13.899 13.4667 13.3333H11.8667ZM11.7105 13.7104C11.6104 13.8104 11.4748 13.8666 11.3333 13.8666V15.4666C11.8991 15.4666 12.4417 15.2418 12.8418 14.8417L11.7105 13.7104ZM11.3333 13.8666H4.66667V15.4666H11.3333V13.8666ZM4.66667 13.8666C4.52522 13.8666 4.38956 13.8104 4.28954 13.7104L3.15817 14.8417C3.55825 15.2418 4.10087 15.4666 4.66667 15.4666V13.8666ZM4.28954 13.7104C4.18952 13.6104 4.13333 13.4747 4.13333 13.3333H2.53333C2.53333 13.899 2.75809 14.4417 3.15817 14.8417L4.28954 13.7104ZM4.13333 13.3333V3.99992H2.53333L2.53333 13.3333H4.13333ZM6.13333 3.99992V2.66659H4.53333V3.99992H6.13333ZM6.13333 2.66659C6.13333 2.52514 6.18952 2.38948 6.28954 2.28946L5.15817 1.15809C4.7581 1.55817 4.53333 2.10079 4.53333 2.66659H6.13333ZM6.28954 2.28946C6.38956 2.18944 6.52522 2.13325 6.66667 2.13325V0.533252C6.10087 0.533252 5.55825 0.758013 5.15817 1.15809L6.28954 2.28946ZM6.66667 2.13325H9.33333V0.533252H6.66667V2.13325ZM9.33333 2.13325C9.47478 2.13325 9.61044 2.18944 9.71046 2.28946L10.8418 1.15809C10.4418 0.758013 9.89913 0.533252 9.33333 0.533252V2.13325ZM9.71046 2.28946C9.81048 2.38948 9.86667 2.52514 9.86667 2.66659H11.4667C11.4667 2.10079 11.2419 1.55817 10.8418 1.15809L9.71046 2.28946ZM9.86667 2.66659V3.99992H11.4667V2.66659H9.86667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTrash, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13642", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTrash size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTrash2.tsx b/src/icons/IconTrash2.tsx
index c9db54d..35b365d 100644
--- a/src/icons/IconTrash2.tsx
+++ b/src/icons/IconTrash2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTrash2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.66667 2.08325C6.51196 2.08325 6.36358 2.14471 6.25419 2.25411C6.14479 2.3635 6.08333 2.51188 6.08333 2.66659V3.24992H9.91667V2.66659C9.91667 2.51188 9.85521 2.3635 9.74581 2.25411C9.63642 2.14471 9.48804 2.08325 9.33333 2.08325H6.66667ZM11.4167 3.24992V2.66659C11.4167 2.11405 11.1972 1.58415 10.8065 1.19345C10.4158 0.802745 9.88587 0.583252 9.33333 0.583252H6.66667C6.11413 0.583252 5.58423 0.802745 5.19353 1.19345C4.80283 1.58415 4.58333 2.11405 4.58333 2.66659V3.24992H2C1.58579 3.24992 1.25 3.58571 1.25 3.99992C1.25 4.41413 1.58579 4.74992 2 4.74992H2.58333L2.58333 13.3333C2.58333 13.8858 2.80283 14.4157 3.19353 14.8064C3.58423 15.1971 4.11413 15.4166 4.66667 15.4166H11.3333C11.8859 15.4166 12.4158 15.1971 12.8065 14.8064C13.1972 14.4157 13.4167 13.8858 13.4167 13.3333V4.74992H14C14.4142 4.74992 14.75 4.41413 14.75 3.99992C14.75 3.58571 14.4142 3.24992 14 3.24992H12.6673C12.6671 3.24992 12.6675 3.24992 12.6673 3.24992C12.6671 3.24992 12.6663 3.24992 12.6661 3.24992H11.4167ZM4.08333 4.74992V13.3333C4.08333 13.488 4.14479 13.6363 4.25419 13.7457C4.36358 13.8551 4.51196 13.9166 4.66667 13.9166H11.3333C11.488 13.9166 11.6364 13.8551 11.7458 13.7457C11.8552 13.6363 11.9167 13.488 11.9167 13.3333V4.74992H4.08333ZM6.66667 6.58325C7.08088 6.58325 7.41667 6.91904 7.41667 7.33325V11.3333C7.41667 11.7475 7.08088 12.0833 6.66667 12.0833C6.25245 12.0833 5.91667 11.7475 5.91667 11.3333V7.33325C5.91667 6.91904 6.25245 6.58325 6.66667 6.58325ZM9.33333 6.58325C9.74755 6.58325 10.0833 6.91904 10.0833 7.33325V11.3333C10.0833 11.7475 9.74755 12.0833 9.33333 12.0833C8.91912 12.0833 8.58333 11.7475 8.58333 11.3333V7.33325C8.58333 6.91904 8.91912 6.58325 9.33333 6.58325Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2 3.19992C1.55817 3.19992 1.2 3.55809 1.2 3.99992C1.2 4.44175 1.55817 4.79992 2 4.79992V3.19992ZM14 4.79992C14.4418 4.79992 14.8 4.44175 14.8 3.99992C14.8 3.55809 14.4418 3.19992 14 3.19992V4.79992ZM13.4667 3.99992C13.4667 3.55809 13.1085 3.19992 12.6667 3.19992C12.2248 3.19992 11.8667 3.55809 11.8667 3.99992H13.4667ZM3.33333 13.3333H4.13333H3.33333ZM4.53333 3.99992C4.53333 4.44175 4.89151 4.79992 5.33333 4.79992C5.77516 4.79992 6.13333 4.44175 6.13333 3.99992H4.53333ZM6.66667 1.33325V0.533252V1.33325ZM9.33333 1.33325V0.533252V1.33325ZM9.86667 3.99992C9.86667 4.44175 10.2248 4.79992 10.6667 4.79992C11.1085 4.79992 11.4667 4.44175 11.4667 3.99992H9.86667ZM7.46667 7.33325C7.46667 6.89142 7.10849 6.53325 6.66667 6.53325C6.22484 6.53325 5.86667 6.89142 5.86667 7.33325H7.46667ZM5.86667 11.3333C5.86667 11.7751 6.22484 12.1333 6.66667 12.1333C7.10849 12.1333 7.46667 11.7751 7.46667 11.3333H5.86667ZM10.1333 7.33325C10.1333 6.89142 9.77516 6.53325 9.33333 6.53325C8.89151 6.53325 8.53333 6.89142 8.53333 7.33325H10.1333ZM8.53333 11.3333C8.53333 11.7751 8.89151 12.1333 9.33333 12.1333C9.77516 12.1333 10.1333 11.7751 10.1333 11.3333H8.53333ZM2 4.79992H3.33333V3.19992H2V4.79992ZM3.33333 4.79992H14V3.19992H3.33333V4.79992ZM11.8667 3.99992V13.3333H13.4667V3.99992H11.8667ZM11.8667 13.3333C11.8667 13.4747 11.8105 13.6104 11.7105 13.7104L12.8418 14.8417C13.2419 14.4417 13.4667 13.899 13.4667 13.3333H11.8667ZM11.7105 13.7104C11.6104 13.8104 11.4748 13.8666 11.3333 13.8666V15.4666C11.8991 15.4666 12.4417 15.2418 12.8418 14.8417L11.7105 13.7104ZM11.3333 13.8666H4.66667V15.4666H11.3333V13.8666ZM4.66667 13.8666C4.52522 13.8666 4.38956 13.8104 4.28954 13.7104L3.15817 14.8417C3.55825 15.2418 4.10087 15.4666 4.66667 15.4666V13.8666ZM4.28954 13.7104C4.18952 13.6104 4.13333 13.4747 4.13333 13.3333H2.53333C2.53333 13.899 2.75809 14.4417 3.15817 14.8417L4.28954 13.7104ZM4.13333 13.3333V3.99992H2.53333L2.53333 13.3333H4.13333ZM6.13333 3.99992V2.66659H4.53333V3.99992H6.13333ZM6.13333 2.66659C6.13333 2.52514 6.18952 2.38948 6.28954 2.28946L5.15817 1.15809C4.7581 1.55817 4.53333 2.10079 4.53333 2.66659H6.13333ZM6.28954 2.28946C6.38956 2.18944 6.52522 2.13325 6.66667 2.13325V0.533252C6.10087 0.533252 5.55825 0.758013 5.15817 1.15809L6.28954 2.28946ZM6.66667 2.13325H9.33333V0.533252H6.66667V2.13325ZM9.33333 2.13325C9.47478 2.13325 9.61044 2.18944 9.71046 2.28946L10.8418 1.15809C10.4418 0.758013 9.89913 0.533252 9.33333 0.533252V2.13325ZM9.71046 2.28946C9.81048 2.38948 9.86667 2.52514 9.86667 2.66659H11.4667C11.4667 2.10079 11.2419 1.55817 10.8418 1.15809L9.71046 2.28946ZM9.86667 2.66659V3.99992H11.4667V2.66659H9.86667ZM5.86667 7.33325V11.3333H7.46667V7.33325H5.86667ZM8.53333 7.33325V11.3333H10.1333V7.33325H8.53333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTrash2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13639", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTrash2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTrello.tsx b/src/icons/IconTrello.tsx
index e387790..cb998e6 100644
--- a/src/icons/IconTrello.tsx
+++ b/src/icons/IconTrello.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTrello = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM3.91667 4.66667C3.91667 4.25245 4.25245 3.91667 4.66667 3.91667H6.66667C7.08088 3.91667 7.41667 4.25245 7.41667 4.66667V10.6667C7.41667 11.0809 7.08088 11.4167 6.66667 11.4167H4.66667C4.25245 11.4167 3.91667 11.0809 3.91667 10.6667V4.66667ZM5.41667 5.41667V9.91667H5.91667V5.41667H5.41667ZM8.58333 4.66667C8.58333 4.25245 8.91912 3.91667 9.33333 3.91667H11.3333C11.7475 3.91667 12.0833 4.25245 12.0833 4.66667V8C12.0833 8.41421 11.7475 8.75 11.3333 8.75H9.33333C8.91912 8.75 8.58333 8.41421 8.58333 8V4.66667ZM10.0833 5.41667V7.25H10.5833V5.41667H10.0833Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4.66667 4.66667V3.86667C4.22484 3.86667 3.86667 4.22484 3.86667 4.66667H4.66667ZM6.66667 4.66667H7.46667C7.46667 4.22484 7.10849 3.86667 6.66667 3.86667V4.66667ZM6.66667 10.6667V11.4667C7.10849 11.4667 7.46667 11.1085 7.46667 10.6667H6.66667ZM4.66667 10.6667H3.86667C3.86667 11.1085 4.22484 11.4667 4.66667 11.4667V10.6667ZM9.33333 4.66667V3.86667C8.89151 3.86667 8.53333 4.22484 8.53333 4.66667H9.33333ZM11.3333 4.66667H12.1333C12.1333 4.22484 11.7752 3.86667 11.3333 3.86667V4.66667ZM11.3333 8V8.8C11.7752 8.8 12.1333 8.44183 12.1333 8H11.3333ZM9.33333 8H8.53333C8.53333 8.44183 8.89151 8.8 9.33333 8.8V8ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM4.66667 5.46667H6.66667V3.86667H4.66667V5.46667ZM5.86667 4.66667V10.6667H7.46667V4.66667H5.86667ZM6.66667 9.86667H4.66667V11.4667H6.66667V9.86667ZM5.46667 10.6667V4.66667H3.86667V10.6667H5.46667ZM9.33333 5.46667H11.3333V3.86667H9.33333V5.46667ZM10.5333 4.66667V8H12.1333V4.66667H10.5333ZM11.3333 7.2H9.33333V8.8H11.3333V7.2ZM10.1333 8V4.66667H8.53333V8H10.1333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTrello, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13641", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTrello size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTrendingDown.tsx b/src/icons/IconTrendingDown.tsx
index 417ddca..9b65916 100644
--- a/src/icons/IconTrendingDown.tsx
+++ b/src/icons/IconTrendingDown.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTrendingDown = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12834)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136418 3.46967C0.429311 3.17678 0.904185 3.17678 1.19708 3.46967L5.66675 7.93934L8.46975 5.13634C8.76264 4.84344 9.23752 4.84344 9.53041 5.13634L14.5834 10.1893V8C14.5834 7.58579 14.9192 7.25 15.3334 7.25C15.7476 7.25 16.0834 7.58579 16.0834 8V12C16.0834 12.4142 15.7476 12.75 15.3334 12.75H11.3334C10.9192 12.75 10.5834 12.4142 10.5834 12C10.5834 11.5858 10.9192 11.25 11.3334 11.25H13.5228L9.00008 6.72733L6.19708 9.53033C5.90418 9.82322 5.42931 9.82322 5.13642 9.53033L0.136418 4.53033C-0.156475 4.23744 -0.156475 3.76256 0.136418 3.46967Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12834"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16047)"><path d="M15.3334 12V12.8C15.7752 12.8 16.1334 12.4418 16.1334 12H15.3334ZM9.00008 5.66667L9.56577 5.10098C9.41574 4.95095 9.21225 4.86667 9.00008 4.86667C8.78791 4.86667 8.58442 4.95095 8.4344 5.10098L9.00008 5.66667ZM5.66675 9L5.10106 9.56569C5.25109 9.71571 5.45457 9.8 5.66675 9.8C5.87892 9.8 6.0824 9.71571 6.23243 9.56569L5.66675 9ZM1.23243 3.43431C0.920014 3.1219 0.413482 3.1219 0.101063 3.43431C-0.211357 3.74673 -0.211357 4.25327 0.101063 4.56569L1.23243 3.43431ZM11.3334 11.2C10.8916 11.2 10.5334 11.5582 10.5334 12C10.5334 12.4418 10.8916 12.8 11.3334 12.8V11.2ZM16.1334 8C16.1334 7.55817 15.7752 7.2 15.3334 7.2C14.8916 7.2 14.5334 7.55817 14.5334 8L16.1334 8ZM15.8991 11.4343L9.56577 5.10098L8.4344 6.23235L14.7677 12.5657L15.8991 11.4343ZM8.4344 5.10098L5.10106 8.43431L6.23243 9.56569L9.56577 6.23235L8.4344 5.10098ZM6.23243 8.43431L1.23243 3.43431L0.101063 4.56569L5.10106 9.56569L6.23243 8.43431ZM11.3334 12.8H15.3334V11.2H11.3334V12.8ZM16.1334 12L16.1334 8L14.5334 8L14.5334 12H16.1334Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16047"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconTrendingDown, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13644", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTrendingDown size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTrendingUp.tsx b/src/icons/IconTrendingUp.tsx
index 9e9c6b5..6b5fb72 100644
--- a/src/icons/IconTrendingUp.tsx
+++ b/src/icons/IconTrendingUp.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTrendingUp = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12828)"><path fillRule="evenodd" clipRule="evenodd" d="M10.5834 4C10.5834 3.58579 10.9192 3.25 11.3334 3.25H15.3334C15.7476 3.25 16.0834 3.58579 16.0834 4V8C16.0834 8.41421 15.7476 8.75 15.3334 8.75C14.9192 8.75 14.5834 8.41421 14.5834 8V5.81066L9.53041 10.8637C9.23752 11.1566 8.76264 11.1566 8.46975 10.8637L5.66675 8.06066L1.19708 12.5303C0.904185 12.8232 0.429311 12.8232 0.136418 12.5303C-0.156475 12.2374 -0.156475 11.7626 0.136418 11.4697L5.13642 6.46967C5.42931 6.17678 5.90418 6.17678 6.19708 6.46967L9.00008 9.27267L13.5228 4.75H11.3334C10.9192 4.75 10.5834 4.41421 10.5834 4Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12828"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16049)"><path d="M15.3334 4L16.1334 4C16.1334 3.55817 15.7752 3.2 15.3334 3.2V4ZM9.00008 10.3333L8.4344 10.899C8.58442 11.049 8.78791 11.1333 9.00008 11.1333C9.21225 11.1333 9.41574 11.049 9.56577 10.899L9.00008 10.3333ZM5.66675 7L6.23243 6.43431C6.0824 6.28429 5.87892 6.2 5.66675 6.2C5.45457 6.2 5.25109 6.28429 5.10106 6.43431L5.66675 7ZM0.101063 11.4343C-0.211357 11.7467 -0.211357 12.2533 0.101063 12.5657C0.413482 12.8781 0.920014 12.8781 1.23243 12.5657L0.101063 11.4343ZM11.3334 3.2C10.8916 3.2 10.5334 3.55817 10.5334 4C10.5334 4.44183 10.8916 4.8 11.3334 4.8V3.2ZM14.5334 8C14.5334 8.44183 14.8916 8.8 15.3334 8.8C15.7752 8.8 16.1334 8.44183 16.1334 8L14.5334 8ZM14.7677 3.43431L8.4344 9.76765L9.56577 10.899L15.8991 4.56569L14.7677 3.43431ZM9.56577 9.76765L6.23243 6.43431L5.10106 7.56569L8.4344 10.899L9.56577 9.76765ZM5.10106 6.43431L0.101063 11.4343L1.23243 12.5657L6.23243 7.56569L5.10106 6.43431ZM11.3334 4.8H15.3334V3.2H11.3334V4.8ZM14.5334 4L14.5334 8L16.1334 8L16.1334 4L14.5334 4Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16049"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconTrendingUp, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13643", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTrendingUp size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTriangle.tsx b/src/icons/IconTriangle.tsx
index 209310d..1079898 100644
--- a/src/icons/IconTriangle.tsx
+++ b/src/icons/IconTriangle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTriangle = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M6.97794 1.44934C7.28994 1.27368 7.64196 1.1814 8.00001 1.1814C8.35807 1.1814 8.71009 1.27368 9.02209 1.44934C9.3341 1.625 9.59557 1.87811 9.78126 2.18425L9.78343 2.18782L15.4363 11.6248C15.6182 11.9398 15.7143 12.297 15.7154 12.6608C15.7164 13.0246 15.6221 13.3823 15.442 13.6983C15.2618 14.0143 15.0021 14.2777 14.6886 14.4622C14.375 14.6467 14.0187 14.7458 13.6549 14.7498L13.6467 14.7499L2.3451 14.7499C1.98135 14.7459 1.62499 14.6467 1.31147 14.4622C0.997943 14.2777 0.73819 14.0143 0.558049 13.6983C0.377907 13.3823 0.283658 13.0246 0.284676 12.6608C0.285695 12.297 0.381946 11.9399 0.563854 11.6248L0.569864 11.6144L6.21875 2.18425C6.40445 1.87811 6.66593 1.625 6.97794 1.44934ZM8.00001 2.6814C7.89976 2.6814 7.80119 2.70724 7.71383 2.75642C7.62695 2.80534 7.55407 2.8757 7.50212 2.96078C7.50184 2.96125 7.50155 2.96172 7.50126 2.9622L1.86046 12.3791C1.81107 12.4663 1.78495 12.5648 1.78467 12.665C1.78439 12.7669 1.81078 12.867 1.86121 12.9555C1.91165 13.044 1.98439 13.1177 2.07217 13.1694C2.15902 13.2205 2.25762 13.2482 2.35834 13.2499H13.6417C13.7424 13.2482 13.841 13.2205 13.9279 13.1694C14.0156 13.1177 14.0884 13.044 14.1388 12.9555C14.1893 12.867 14.2156 12.7669 14.2154 12.665C14.2151 12.5647 14.189 12.4663 14.1396 12.3791L8.49876 2.9622C8.49848 2.96172 8.49819 2.96125 8.4979 2.96078C8.44596 2.8757 8.37308 2.80534 8.2862 2.75642C8.19883 2.70724 8.10027 2.6814 8.00001 2.6814Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.86001 2.57323L6.176 2.15832L6.17372 2.16213L6.86001 2.57323ZM1.21335 11.9999L0.526965 11.5887L0.520555 11.5998L1.21335 11.9999ZM2.35335 13.9999L2.34455 14.7999H2.35335V13.9999ZM13.6467 13.9999V14.7999L13.6555 14.7998L13.6467 13.9999ZM14.7867 11.9999L15.4796 11.5998L15.473 11.5888L14.7867 11.9999ZM9.14001 2.57323L9.82632 2.16212L9.82401 2.15832L9.14001 2.57323ZM8.00001 1.9314V1.1314V1.9314ZM6.17372 2.16213L0.527053 11.5888L1.89964 12.411L7.54631 2.98432L6.17372 2.16213ZM0.520555 11.5998C0.334281 11.9224 0.235719 12.2882 0.234676 12.6607L1.83467 12.6651C1.83493 12.572 1.85957 12.4806 1.90614 12.3999L0.520555 11.5998ZM0.234676 12.6607C0.233633 13.0332 0.330145 13.3994 0.51461 13.7231L1.90465 12.9307C1.85854 12.8498 1.83441 12.7583 1.83467 12.6651L0.234676 12.6607ZM0.51461 13.7231C0.699074 14.0467 0.965061 14.3164 1.28611 14.5053L2.09753 13.1263C2.01727 13.0791 1.95077 13.0117 1.90465 12.9307L0.51461 13.7231ZM1.28611 14.5053C1.60715 14.6942 1.97207 14.7958 2.34455 14.7998L2.36214 13.1999C2.26902 13.1989 2.17779 13.1735 2.09753 13.1263L1.28611 14.5053ZM2.35335 14.7999H13.6467V13.1999H2.35335V14.7999ZM13.6555 14.7998C14.028 14.7958 14.3929 14.6942 14.7139 14.5053L13.9025 13.1263C13.8222 13.1735 13.731 13.1989 13.6379 13.1999L13.6555 14.7998ZM14.7139 14.5053C15.035 14.3164 15.301 14.0467 15.4854 13.7231L14.0954 12.9307C14.0493 13.0117 13.9828 13.0791 13.9025 13.1263L14.7139 14.5053ZM15.4854 13.7231C15.6699 13.3995 15.7664 13.0332 15.7654 12.6607L14.1654 12.6651C14.1656 12.7583 14.1415 12.8498 14.0954 12.9307L15.4854 13.7231ZM15.7654 12.6607C15.7643 12.2882 15.6657 11.9224 15.4795 11.5998L14.0939 12.3999C14.1405 12.4806 14.1651 12.572 14.1654 12.6651L15.7654 12.6607ZM15.473 11.5888L9.82631 2.16213L8.45372 2.98432L14.1004 12.411L15.473 11.5888ZM9.82401 2.15832C9.63386 1.84484 9.36612 1.58565 9.04662 1.40577L8.26167 2.79999C8.34154 2.84496 8.40847 2.90976 8.45601 2.98813L9.82401 2.15832ZM9.04662 1.40577C8.72713 1.22589 8.36666 1.1314 8.00001 1.1314V2.7314C8.09168 2.7314 8.18179 2.75502 8.26167 2.79999L9.04662 1.40577ZM8.00001 1.1314C7.63336 1.1314 7.2729 1.22589 6.95341 1.40577L7.73836 2.79999C7.81824 2.75502 7.90835 2.7314 8.00001 2.7314V1.1314ZM6.95341 1.40577C6.63391 1.58565 6.36617 1.84484 6.17601 2.15832L7.54401 2.98813C7.59155 2.90976 7.65849 2.84496 7.73836 2.79999L6.95341 1.40577Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTriangle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13646", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTriangle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTruck.tsx b/src/icons/IconTruck.tsx
index cf935c6..92fbab7 100644
--- a/src/icons/IconTruck.tsx
+++ b/src/icons/IconTruck.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTruck = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12511)"><path fillRule="evenodd" clipRule="evenodd" d="M-0.0834961 2C-0.0834961 1.58579 0.25229 1.25 0.666504 1.25H10.6665C11.0807 1.25 11.4165 1.58579 11.4165 2V4.58333H13.3332C13.5321 4.58333 13.7228 4.66235 13.8635 4.803L15.8635 6.803C16.0042 6.94366 16.0832 7.13442 16.0832 7.33333V10.6667C16.0832 11.0809 15.7474 11.4167 15.3332 11.4167H14.5699C14.6859 11.6993 14.7498 12.0089 14.7498 12.3333C14.7498 13.668 13.6679 14.75 12.3332 14.75C10.9985 14.75 9.9165 13.668 9.9165 12.3333C9.9165 12.0089 9.98045 11.6993 10.0964 11.4167H5.90326C6.01923 11.6993 6.08317 12.0089 6.08317 12.3333C6.08317 13.668 5.00119 14.75 3.6665 14.75C2.33182 14.75 1.24984 13.668 1.24984 12.3333C1.24984 12.0089 1.31378 11.6993 1.42975 11.4167H0.666504C0.25229 11.4167 -0.0834961 11.0809 -0.0834961 10.6667V2ZM9.9165 9.91667V2.75H1.4165V9.91667H9.9165ZM11.4165 9.91667V6.08333H13.0225L14.5832 7.64399V9.91667H11.4165ZM3.6665 11.4167C3.16024 11.4167 2.74984 11.8271 2.74984 12.3333C2.74984 12.8396 3.16024 13.25 3.6665 13.25C4.17276 13.25 4.58317 12.8396 4.58317 12.3333C4.58317 11.8271 4.17276 11.4167 3.6665 11.4167ZM12.3332 11.4167C11.8269 11.4167 11.4165 11.8271 11.4165 12.3333C11.4165 12.8396 11.8269 13.25 12.3332 13.25C12.8394 13.25 13.2498 12.8396 13.2498 12.3333C13.2498 11.8271 12.8394 11.4167 12.3332 11.4167Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12511"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16053)"><path d="M0.666504 2V1.2C0.224676 1.2 -0.133496 1.55817 -0.133496 2H0.666504ZM10.6665 2H11.4665C11.4665 1.55817 11.1083 1.2 10.6665 1.2V2ZM0.666504 10.6667H-0.133496C-0.133496 11.1085 0.224676 11.4667 0.666504 11.4667L0.666504 10.6667ZM10.6665 5.33333V4.53333C10.4543 4.53333 10.2508 4.61762 10.1008 4.76765C9.95079 4.91768 9.8665 5.12116 9.8665 5.33333H10.6665ZM13.3332 5.33333L13.8989 4.76765C13.7488 4.61762 13.5453 4.53333 13.3332 4.53333V5.33333ZM15.3332 7.33333H16.1332C16.1332 7.12116 16.0489 6.91768 15.8989 6.76765L15.3332 7.33333ZM15.3332 10.6667V11.4667C15.775 11.4667 16.1332 11.1085 16.1332 10.6667H15.3332ZM0.666504 2.8H10.6665V1.2H0.666504V2.8ZM9.8665 2V10.6667H11.4665V2H9.8665ZM10.6665 9.86667H0.666504V11.4667H10.6665V9.86667ZM1.4665 10.6667V2H-0.133496V10.6667H1.4665ZM10.6665 6.13333H13.3332V4.53333H10.6665V6.13333ZM12.7675 5.89902L14.7675 7.89902L15.8989 6.76765L13.8989 4.76765L12.7675 5.89902ZM14.5332 7.33333V10.6667H16.1332V7.33333H14.5332ZM15.3332 9.86667H10.6665V11.4667H15.3332V9.86667ZM11.4665 10.6667L11.4665 5.33333L9.8665 5.33333V10.6667L11.4665 10.6667ZM4.53317 12.3333C4.53317 12.812 4.14515 13.2 3.6665 13.2V14.8C5.02881 14.8 6.13317 13.6956 6.13317 12.3333H4.53317ZM3.6665 13.2C3.18786 13.2 2.79984 12.812 2.79984 12.3333H1.19984C1.19984 13.6956 2.3042 14.8 3.6665 14.8V13.2ZM2.79984 12.3333C2.79984 11.8547 3.18786 11.4667 3.6665 11.4667V9.86667C2.3042 9.86667 1.19984 10.971 1.19984 12.3333H2.79984ZM3.6665 11.4667C4.14515 11.4667 4.53317 11.8547 4.53317 12.3333H6.13317C6.13317 10.971 5.02881 9.86667 3.6665 9.86667V11.4667ZM13.1998 12.3333C13.1998 12.812 12.8118 13.2 12.3332 13.2V14.8C13.6955 14.8 14.7998 13.6956 14.7998 12.3333H13.1998ZM12.3332 13.2C11.8545 13.2 11.4665 12.812 11.4665 12.3333H9.8665C9.8665 13.6956 10.9709 14.8 12.3332 14.8V13.2ZM11.4665 12.3333C11.4665 11.8547 11.8545 11.4667 12.3332 11.4667V9.86667C10.9709 9.86667 9.8665 10.971 9.8665 12.3333H11.4665ZM12.3332 11.4667C12.8118 11.4667 13.1998 11.8547 13.1998 12.3333H14.7998C14.7998 10.971 13.6955 9.86667 12.3332 9.86667V11.4667Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16053"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconTruck, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13645", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTruck size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTv.tsx b/src/icons/IconTv.tsx
index aa258f6..ec912d0 100644
--- a/src/icons/IconTv.tsx
+++ b/src/icons/IconTv.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTv = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12509)"><path fillRule="evenodd" clipRule="evenodd" d="M4.13633 0.802922C4.42922 0.510029 4.9041 0.510029 5.19699 0.802922L8 3.60593L10.803 0.802922C11.0959 0.510029 11.5708 0.510029 11.8637 0.802922C12.1566 1.09582 12.1566 1.57069 11.8637 1.86358L9.81065 3.91659H13.3333C14.4839 3.91659 15.4167 4.84933 15.4167 5.99992V13.3333C15.4167 14.4838 14.4839 15.4166 13.3333 15.4166H2.66666C1.51607 15.4166 0.583328 14.4838 0.583328 13.3333V5.99992C0.583328 4.84933 1.51607 3.91659 2.66666 3.91659H6.18933L4.13633 1.86358C3.84344 1.57069 3.84344 1.09582 4.13633 0.802922ZM2.66666 5.41659C2.3445 5.41659 2.08333 5.67775 2.08333 5.99992V13.3333C2.08333 13.6554 2.3445 13.9166 2.66666 13.9166H13.3333C13.6555 13.9166 13.9167 13.6554 13.9167 13.3333V5.99992C13.9167 5.67775 13.6555 5.41659 13.3333 5.41659H2.66666Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12509"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16055)"><path d="M11.899 1.89894C12.2114 1.58652 12.2114 1.07999 11.899 0.767567C11.5866 0.455147 11.0801 0.455147 10.7676 0.767567L11.899 1.89894ZM7.99999 4.66659L7.43431 5.23227C7.74673 5.54469 8.25326 5.54469 8.56568 5.23227L7.99999 4.66659ZM5.23235 0.767567C4.91993 0.455147 4.4134 0.455147 4.10098 0.767567C3.78856 1.07999 3.78856 1.58652 4.10098 1.89894L5.23235 0.767567ZM2.66666 5.46659H13.3333V3.86659H2.66666V5.46659ZM13.3333 5.46659C13.6279 5.46659 13.8667 5.70537 13.8667 5.99992H15.4667C15.4667 4.82171 14.5115 3.86659 13.3333 3.86659V5.46659ZM13.8667 5.99992V13.3333H15.4667V5.99992H13.8667ZM13.8667 13.3333C13.8667 13.6278 13.6279 13.8666 13.3333 13.8666V15.4666C14.5115 15.4666 15.4667 14.5115 15.4667 13.3333H13.8667ZM13.3333 13.8666H2.66666V15.4666H13.3333V13.8666ZM2.66666 13.8666C2.37211 13.8666 2.13333 13.6278 2.13333 13.3333H0.533328C0.533328 14.5115 1.48845 15.4666 2.66666 15.4666V13.8666ZM2.13333 13.3333V5.99992H0.533328V13.3333H2.13333ZM2.13333 5.99992C2.13333 5.70537 2.37211 5.46659 2.66666 5.46659V3.86659C1.48845 3.86659 0.533328 4.82171 0.533328 5.99992H2.13333ZM10.7676 0.767567L7.43431 4.1009L8.56568 5.23227L11.899 1.89894L10.7676 0.767567ZM8.56568 4.1009L5.23235 0.767567L4.10098 1.89894L7.43431 5.23227L8.56568 4.1009Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16055"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconTv, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13648", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTv size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTwitch.tsx b/src/icons/IconTwitch.tsx
index 3876100..a8f6410 100644
--- a/src/icons/IconTwitch.tsx
+++ b/src/icons/IconTwitch.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTwitch = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.25 1.33325C1.25 0.919038 1.58579 0.583252 2 0.583252H14C14.4142 0.583252 14.75 0.919038 14.75 1.33325V9.33325C14.75 9.53216 14.671 9.72293 14.5303 9.86358L11.8637 12.5302C11.723 12.6709 11.5322 12.7499 11.3333 12.7499H8.31066L5.86366 15.1969C5.64917 15.4114 5.32658 15.4756 5.04632 15.3595C4.76607 15.2434 4.58333 14.9699 4.58333 14.6666V12.7499H2C1.58579 12.7499 1.25 12.4141 1.25 11.9999V1.33325ZM2.75 2.08325V11.2499H5.33333C5.74755 11.2499 6.08333 11.5857 6.08333 11.9999V12.8559L7.46967 11.4696C7.61032 11.3289 7.80109 11.2499 8 11.2499H11.0227L13.25 9.02259V2.08325H2.75ZM7.33333 3.91659C7.74755 3.91659 8.08333 4.25237 8.08333 4.66659V7.33325C8.08333 7.74747 7.74755 8.08325 7.33333 8.08325C6.91912 8.08325 6.58333 7.74747 6.58333 7.33325V4.66659C6.58333 4.25237 6.91912 3.91659 7.33333 3.91659ZM10.6667 3.91659C11.0809 3.91659 11.4167 4.25237 11.4167 4.66659V7.33325C11.4167 7.74747 11.0809 8.08325 10.6667 8.08325C10.2525 8.08325 9.91667 7.74747 9.91667 7.33325V4.66659C9.91667 4.25237 10.2525 3.91659 10.6667 3.91659Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14 1.33325H14.8C14.8 0.891424 14.4418 0.533252 14 0.533252V1.33325ZM2 1.33325V0.533252C1.55817 0.533252 1.2 0.891424 1.2 1.33325L2 1.33325ZM2 11.9999H1.2C1.2 12.4417 1.55817 12.7999 2 12.7999V11.9999ZM5.33333 11.9999H6.13333C6.13333 11.5581 5.77516 11.1999 5.33333 11.1999V11.9999ZM5.33333 14.6666H4.53333C4.53333 14.9902 4.72825 15.2819 5.02719 15.4057C5.32613 15.5295 5.67022 15.4611 5.89902 15.2323L5.33333 14.6666ZM8 11.9999V11.1999C7.78783 11.1999 7.58434 11.2842 7.43431 11.4342L8 11.9999ZM11.3333 11.9999V12.7999C11.5455 12.7999 11.749 12.7156 11.899 12.5656L11.3333 11.9999ZM14 9.33325L14.5657 9.89894C14.7157 9.74891 14.8 9.54543 14.8 9.33325H14ZM6.53333 7.33325C6.53333 7.77508 6.89151 8.13325 7.33333 8.13325C7.77516 8.13325 8.13333 7.77508 8.13333 7.33325H6.53333ZM8.13333 4.66659C8.13333 4.22476 7.77516 3.86659 7.33333 3.86659C6.89151 3.86659 6.53333 4.22476 6.53333 4.66659H8.13333ZM9.86667 7.33325C9.86667 7.77508 10.2248 8.13325 10.6667 8.13325C11.1085 8.13325 11.4667 7.77508 11.4667 7.33325H9.86667ZM11.4667 4.66659C11.4667 4.22476 11.1085 3.86659 10.6667 3.86659C10.2248 3.86659 9.86667 4.22476 9.86667 4.66659H11.4667ZM14 0.533252H2V2.13325H14V0.533252ZM1.2 1.33325V11.9999H2.8V1.33325H1.2ZM2 12.7999H5.33333V11.1999H2V12.7999ZM4.53333 11.9999V14.6666H6.13333V11.9999H4.53333ZM5.89902 15.2323L8.56569 12.5656L7.43431 11.4342L4.76765 14.1009L5.89902 15.2323ZM8 12.7999H11.3333V11.1999H8V12.7999ZM11.899 12.5656L14.5657 9.89894L13.4343 8.76757L10.7676 11.4342L11.899 12.5656ZM14.8 9.33325V1.33325H13.2V9.33325H14.8ZM8.13333 7.33325V4.66659H6.53333V7.33325H8.13333ZM11.4667 7.33325V4.66659H9.86667V7.33325H11.4667Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconTwitch, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13647", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTwitch size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconTwitter.tsx b/src/icons/IconTwitter.tsx
index 51d9106..6a9062b 100644
--- a/src/icons/IconTwitter.tsx
+++ b/src/icons/IconTwitter.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconTwitter = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12507)"><path fillRule="evenodd" clipRule="evenodd" d="M9.65398 1.48905C10.3691 1.21609 11.1509 1.16936 11.8934 1.35516C12.4675 1.4988 12.9968 1.77606 13.4395 2.16135C13.957 1.96665 14.4482 1.70665 14.9011 1.38724C15.1565 1.20704 15.497 1.20421 15.7554 1.38013C16.0138 1.55605 16.136 1.87383 16.0621 2.17758C15.8333 3.11689 15.3776 3.98358 14.7374 4.70281C14.7455 4.80083 14.7497 4.89918 14.75 4.99763L14.75 5.00011C14.75 9.0959 12.7766 12.1085 9.93576 13.6205C7.11323 15.1228 3.50986 15.1043 0.302471 13.3224C-0.00113717 13.1537 -0.149221 12.7987 -0.0554351 12.4643C0.0383514 12.1298 0.349471 11.9036 0.696512 11.9174C1.75576 11.9595 2.80484 11.7607 3.76704 11.3429C2.82332 10.7362 2.13409 10.0236 1.64767 9.25557C0.969167 8.18424 0.713661 7.05021 0.667477 6.03417C0.621443 5.02141 0.782292 4.11054 0.95101 3.45816C1.03582 3.13023 1.12386 2.86287 1.19185 2.6748C1.22589 2.58064 1.25504 2.50601 1.27643 2.45321C1.28713 2.4268 1.2959 2.40582 1.30239 2.39056L1.31037 2.37198L1.313 2.36597L1.31396 2.36379L1.31435 2.36291C1.31452 2.36253 1.31468 2.36218 2.00004 2.66678L1.31468 2.36218C1.42441 2.11527 1.65847 1.94648 1.92739 1.92031C2.19631 1.89413 2.45852 2.01463 2.6138 2.23575C3.21627 3.09362 4.02154 3.78918 4.9579 4.26048C5.67596 4.62191 6.45401 4.84284 7.25035 4.91396C7.26317 4.18906 7.48668 3.48259 7.89483 2.88135C8.32476 2.24802 8.93883 1.76201 9.65398 1.48905ZM2.31861 4.19569C2.21328 4.69905 2.1362 5.31197 2.16593 5.96606C2.20308 6.78335 2.40591 7.64931 2.9149 8.45299C3.42088 9.2519 4.2579 10.0347 5.63797 10.6481C5.88683 10.7587 6.05617 10.9955 6.0804 11.2667C6.10462 11.538 5.97991 11.801 5.75459 11.954C5.0926 12.4033 4.37495 12.7542 3.624 13.0002C5.61889 13.4378 7.59918 13.1649 9.23098 12.2964C11.5566 11.0586 13.2496 8.57164 13.25 5.00149C13.2495 4.86259 13.2361 4.72403 13.21 4.58759C13.163 4.3417 13.2418 4.08856 13.4201 3.91277C13.4959 3.838 13.5688 3.76067 13.6387 3.68095C13.5782 3.70077 13.5173 3.71987 13.4563 3.73826C13.1738 3.82332 12.8677 3.73489 12.6741 3.51229C12.3734 3.16656 11.9738 2.92152 11.5293 2.8103C11.0849 2.69908 10.6169 2.72706 10.1889 2.89044C9.7608 3.05383 9.39323 3.34474 9.13589 3.72383C8.87854 4.10293 8.74383 4.55191 8.74997 5.01006L8.7501 5.02011H8.75004V5.68678C8.75004 6.09342 8.42598 6.42599 8.01948 6.43653C6.72426 6.47011 5.44084 6.18285 4.28351 5.60033C3.55749 5.2349 2.89522 4.76038 2.31861 4.19569ZM2.68588 2.97029C2.68611 2.96977 2.68619 2.9696 2.68611 2.96978L2.68588 2.97029Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12507"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16059)"><path d="M15.3333 2.00011L16.1106 2.18941C16.1895 1.86541 16.0591 1.52645 15.7835 1.3388C15.5078 1.15115 15.1447 1.15417 14.8722 1.34638L15.3333 2.00011ZM13.24 3.02011L12.6363 3.5451C12.8428 3.78254 13.1693 3.87687 13.4706 3.78614L13.24 3.02011ZM7.99996 5.02011H8.80003L8.79989 5.00939L7.99996 5.02011ZM7.99996 5.68678L8.0207 6.48651C8.4543 6.47527 8.79996 6.12053 8.79996 5.68678H7.99996ZM1.99996 2.66678L2.65464 2.20701C2.48901 1.97116 2.20932 1.84262 1.92247 1.87054C1.63562 1.89846 1.38596 2.0785 1.26891 2.34187L1.99996 2.66678ZM5.33329 11.3334L5.7826 11.9954C6.02294 11.8322 6.15596 11.5516 6.13012 11.2623C6.10428 10.973 5.92365 10.7204 5.6582 10.6024L5.33329 11.3334ZM0.666626 12.6668L0.698422 11.8674C0.328245 11.8527 -0.00361609 12.094 -0.103655 12.4508C-0.203694 12.8075 -0.0457372 13.1862 0.278112 13.3661L0.666626 12.6668ZM14 5.00011H14.8L14.8 4.99747L14 5.00011ZM13.9466 4.44678L13.3849 3.87717C13.1948 4.06468 13.1107 4.33469 13.1609 4.59698L13.9466 4.44678ZM14.8722 1.34638C14.304 1.74712 13.675 2.05363 13.0093 2.25409L13.4706 3.78614C14.3011 3.53608 15.0857 3.15374 15.7944 2.65384L14.8722 1.34638ZM13.8436 2.49512C13.3345 1.9098 12.658 1.49494 11.9055 1.30665L11.5171 2.8588C11.9517 2.96754 12.3424 3.2071 12.6363 3.5451L13.8436 2.49512ZM11.9055 1.30665C11.153 1.11836 10.3608 1.16573 9.63608 1.44234L10.2066 2.93716C10.6251 2.77742 11.0826 2.75007 11.5171 2.8588L11.9055 1.30665ZM9.63608 1.44234C8.91136 1.71895 8.28907 2.21146 7.85338 2.85326L9.17718 3.75192C9.42877 3.3813 9.78812 3.09689 10.2066 2.93716L9.63608 1.44234ZM7.85338 2.85326C7.4177 3.49507 7.18963 4.25519 7.20003 5.03084L8.79989 5.00939C8.79388 4.56148 8.92558 4.12253 9.17718 3.75192L7.85338 2.85326ZM7.19996 5.02011V5.68678H8.79996V5.02011H7.19996ZM7.97922 4.88705C6.93953 4.91401 5.90931 4.68342 4.98031 4.21582L4.26096 5.645C5.42564 6.23122 6.71723 6.52031 8.0207 6.48651L7.97922 4.88705ZM4.98031 4.21582C4.05131 3.74823 3.25237 3.05814 2.65464 2.20701L1.34527 3.12655C2.09464 4.1936 3.09627 5.05877 4.26096 5.645L4.98031 4.21582ZM1.99996 2.66678C1.26891 2.34187 1.26874 2.34225 1.26856 2.34265C1.26849 2.34282 1.2683 2.34324 1.26815 2.34358C1.26786 2.34424 1.26753 2.34499 1.26715 2.34584C1.26641 2.34754 1.2655 2.34961 1.26444 2.35204C1.26233 2.3569 1.2596 2.36323 1.2563 2.37099C1.2497 2.38651 1.24082 2.40775 1.23001 2.43444C1.2084 2.48778 1.17902 2.56301 1.14475 2.6578C1.07631 2.84712 0.987781 3.11598 0.902525 3.44564C0.732976 4.10123 0.571126 5.01727 0.617451 6.03644C0.663936 7.0591 0.921199 8.20207 1.60535 9.28232C2.29273 10.3677 3.38046 11.341 5.00838 12.0645L5.6582 10.6024C4.28613 9.99258 3.45719 9.21591 2.95706 8.42624C2.45372 7.63148 2.25265 6.77446 2.2158 5.96379C2.17879 5.14962 2.30861 4.39899 2.45156 3.84625C2.52255 3.57174 2.59549 3.35102 2.64944 3.2018C2.67636 3.12732 2.69842 3.07104 2.71294 3.03519C2.7202 3.01728 2.72556 3.0045 2.72869 2.99715C2.73025 2.99348 2.73125 2.99116 2.73165 2.99024C2.73185 2.98977 2.7319 2.98966 2.7318 2.9899C2.73175 2.99002 2.73165 2.99023 2.73152 2.99053C2.73146 2.99068 2.73133 2.99097 2.7313 2.99104C2.73116 2.99135 2.73101 2.99169 1.99996 2.66678ZM4.88399 10.6715C3.65255 11.5074 2.18559 11.9266 0.698422 11.8674L0.63483 13.4661C2.46387 13.5389 4.26807 13.0234 5.7826 11.9954L4.88399 10.6715ZM0.278112 13.3661C3.49932 15.1557 7.12069 15.1754 9.95917 13.6646C12.8171 12.1435 14.8 9.11339 14.8 5.00011H13.2C13.2 8.5535 11.5161 11.0234 9.20741 12.2522C6.87922 13.4914 3.83393 13.5112 1.05514 11.9675L0.278112 13.3661ZM14.8 4.99747C14.7992 4.76225 14.7766 4.52762 14.7324 4.29658L13.1609 4.59698C13.1864 4.73073 13.1995 4.86658 13.2 5.00276L14.8 4.99747ZM14.5084 5.01638C15.2945 4.24108 15.8493 3.2622 16.1106 2.18941L14.556 1.81082C14.365 2.59497 13.9595 3.31047 13.3849 3.87717L14.5084 5.01638Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16059"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconTwitter, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13650", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconTwitter size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconType.tsx b/src/icons/IconType.tsx
index 327f8b5..156ffea 100644
--- a/src/icons/IconType.tsx
+++ b/src/icons/IconType.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconType = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M1.91663 2.66675C1.91663 2.25253 2.25241 1.91675 2.66663 1.91675H13.3333C13.7475 1.91675 14.0833 2.25253 14.0833 2.66675V4.66675C14.0833 5.08096 13.7475 5.41675 13.3333 5.41675C12.9191 5.41675 12.5833 5.08096 12.5833 4.66675V3.41675H8.74996V12.5834H9.99996C10.4142 12.5834 10.75 12.9192 10.75 13.3334C10.75 13.7476 10.4142 14.0834 9.99996 14.0834H5.99996C5.58575 14.0834 5.24996 13.7476 5.24996 13.3334C5.24996 12.9192 5.58575 12.5834 5.99996 12.5834H7.24996V3.41675H3.41663V4.66675C3.41663 5.08096 3.08084 5.41675 2.66663 5.41675C2.25241 5.41675 1.91663 5.08096 1.91663 4.66675V2.66675Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M1.86663 4.66675C1.86663 5.10858 2.2248 5.46675 2.66663 5.46675C3.10845 5.46675 3.46663 5.10858 3.46663 4.66675H1.86663ZM2.66663 2.66675V1.86675C2.2248 1.86675 1.86663 2.22492 1.86663 2.66675H2.66663ZM13.3333 2.66675H14.1333C14.1333 2.22492 13.7751 1.86675 13.3333 1.86675V2.66675ZM12.5333 4.66675C12.5333 5.10858 12.8915 5.46675 13.3333 5.46675C13.7751 5.46675 14.1333 5.10858 14.1333 4.66675H12.5333ZM5.99996 12.5334C5.55813 12.5334 5.19996 12.8916 5.19996 13.3334C5.19996 13.7752 5.55813 14.1334 5.99996 14.1334V12.5334ZM9.99996 14.1334C10.4418 14.1334 10.8 13.7752 10.8 13.3334C10.8 12.8916 10.4418 12.5334 9.99996 12.5334V14.1334ZM8.79996 2.66675C8.79996 2.22492 8.44179 1.86675 7.99996 1.86675C7.55813 1.86675 7.19996 2.22492 7.19996 2.66675H8.79996ZM7.19996 13.3334C7.19996 13.7752 7.55813 14.1334 7.99996 14.1334C8.44179 14.1334 8.79996 13.7752 8.79996 13.3334H7.19996ZM3.46663 4.66675V2.66675H1.86663V4.66675H3.46663ZM2.66663 3.46675H13.3333V1.86675H2.66663V3.46675ZM12.5333 2.66675V4.66675H14.1333V2.66675H12.5333ZM5.99996 14.1334H9.99996V12.5334H5.99996V14.1334ZM7.19996 2.66675V13.3334H8.79996V2.66675H7.19996Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconType, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13649", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconType size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUmbrella.tsx b/src/icons/IconUmbrella.tsx
index 5f4ba87..04a8911 100644
--- a/src/icons/IconUmbrella.tsx
+++ b/src/icons/IconUmbrella.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUmbrella = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12652)"><path fillRule="evenodd" clipRule="evenodd" d="M2.54022 2.69407C4.03427 1.33584 5.98093 0.583252 8.00008 0.583252C10.0192 0.583252 11.9659 1.33584 13.4599 2.69407C14.954 4.0523 15.8882 5.91864 16.08 7.92865C16.1001 8.139 16.0305 8.34807 15.8884 8.50442C15.7462 8.66078 15.5447 8.74992 15.3334 8.74992H8.75008V12.6666C8.75008 12.9981 8.88178 13.316 9.1162 13.5505C9.35062 13.7849 9.66856 13.9166 10.0001 13.9166C10.3316 13.9166 10.6495 13.7849 10.884 13.5505C11.1184 13.316 11.2501 12.9981 11.2501 12.6666C11.2501 12.2524 11.5859 11.9166 12.0001 11.9166C12.4143 11.9166 12.7501 12.2524 12.7501 12.6666C12.7501 13.3959 12.4604 14.0954 11.9446 14.6111C11.4289 15.1269 10.7294 15.4166 10.0001 15.4166C9.27074 15.4166 8.57127 15.1269 8.05554 14.6111C7.53982 14.0954 7.25008 13.3959 7.25008 12.6666V8.74992H0.666751C0.455442 8.74992 0.253938 8.66078 0.111796 8.50442C-0.0303457 8.34807 -0.0999344 8.139 -0.0798553 7.92865C0.11201 5.91864 1.04617 4.0523 2.54022 2.69407ZM14.4559 7.24992C14.1593 5.92901 13.4625 4.72362 12.4509 3.80398C11.233 2.69676 9.64609 2.08325 8.00008 2.08325C6.35408 2.08325 4.76718 2.69676 3.54923 3.80398C2.53763 4.72362 1.8409 5.92901 1.54423 7.24992H14.4559Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12652"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16063)"><path d="M15.3334 7.99992V8.79992C15.5588 8.79992 15.7737 8.70484 15.9254 8.53806C16.077 8.37128 16.1512 8.14828 16.1298 7.9239L15.3334 7.99992ZM8.00008 1.33325V2.13325V1.33325ZM0.666748 7.99992L-0.129632 7.9239C-0.15105 8.14828 -0.0768217 8.37128 0.074796 8.53806C0.226414 8.70484 0.441352 8.79992 0.666748 8.79992L0.666748 7.99992ZM12.8001 12.6666C12.8001 12.2248 12.4419 11.8666 12.0001 11.8666C11.5583 11.8666 11.2001 12.2248 11.2001 12.6666H12.8001ZM10.0001 14.6666V15.4666V14.6666ZM8.80008 7.99992C8.80008 7.55809 8.44191 7.19992 8.00008 7.19992C7.55825 7.19992 7.20008 7.55809 7.20008 7.99992H8.80008ZM16.1298 7.9239C15.9367 5.9015 14.9968 4.02367 13.4936 2.65707L12.4173 3.84098C13.626 4.93983 14.3818 6.44976 14.537 8.07594L16.1298 7.9239ZM13.4936 2.65707C11.9903 1.29048 10.0317 0.533252 8.00008 0.533252V2.13325C9.63365 2.13325 11.2086 2.74212 12.4173 3.84098L13.4936 2.65707ZM8.00008 0.533252C5.96849 0.533252 4.00984 1.29048 2.50659 2.65707L3.58286 3.84098C4.7916 2.74212 6.36652 2.13325 8.00008 2.13325V0.533252ZM2.50659 2.65707C1.00333 4.02367 0.0634149 5.9015 -0.129632 7.9239L1.46313 8.07594C1.61835 6.44976 2.37412 4.93983 3.58286 3.84098L2.50659 2.65707ZM0.666748 8.79992H15.3334V7.19992H0.666748V8.79992ZM11.2001 12.6666C11.2001 12.9848 11.0737 13.2901 10.8486 13.5151L11.98 14.6465C12.5051 14.1214 12.8001 13.4092 12.8001 12.6666H11.2001ZM10.8486 13.5151C10.6236 13.7402 10.3183 13.8666 10.0001 13.8666V15.4666C10.7427 15.4666 11.4549 15.1716 11.98 14.6465L10.8486 13.5151ZM10.0001 13.8666C9.68182 13.8666 9.37659 13.7402 9.15155 13.5151L8.02018 14.6465C8.54528 15.1716 9.25748 15.4666 10.0001 15.4666V13.8666ZM9.15155 13.5151C8.92651 13.2901 8.80008 12.9848 8.80008 12.6666H7.20008C7.20008 13.4092 7.49508 14.1214 8.02018 14.6465L9.15155 13.5151ZM8.80008 12.6666V7.99992H7.20008V12.6666H8.80008Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16063"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUmbrella, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13652", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUmbrella size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUnderline.tsx b/src/icons/IconUnderline.tsx
index da24184..3c2edc6 100644
--- a/src/icons/IconUnderline.tsx
+++ b/src/icons/IconUnderline.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUnderline = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M4.00008 1.25C4.4143 1.25 4.75008 1.58579 4.75008 2V6.66667C4.75008 7.52862 5.09249 8.35527 5.70198 8.96476C6.31148 9.57426 7.13813 9.91667 8.00008 9.91667C8.86204 9.91667 9.68869 9.57426 10.2982 8.96476C10.9077 8.35527 11.2501 7.52862 11.2501 6.66667V2C11.2501 1.58579 11.5859 1.25 12.0001 1.25C12.4143 1.25 12.7501 1.58579 12.7501 2V6.66667C12.7501 7.92645 12.2496 9.13463 11.3588 10.0254C10.468 10.9162 9.25986 11.4167 8.00008 11.4167C6.7403 11.4167 5.53212 10.9162 4.64132 10.0254C3.75053 9.13463 3.25008 7.92645 3.25008 6.66667V2C3.25008 1.58579 3.58587 1.25 4.00008 1.25ZM1.91675 14C1.91675 13.5858 2.25253 13.25 2.66675 13.25H13.3334C13.7476 13.25 14.0834 13.5858 14.0834 14C14.0834 14.4142 13.7476 14.75 13.3334 14.75H2.66675C2.25253 14.75 1.91675 14.4142 1.91675 14Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M4.80008 2C4.80008 1.55817 4.44191 1.2 4.00008 1.2C3.55825 1.2 3.20008 1.55817 3.20008 2H4.80008ZM4.00008 6.66667H3.20008H4.00008ZM12.8001 2C12.8001 1.55817 12.4419 1.2 12.0001 1.2C11.5583 1.2 11.2001 1.55817 11.2001 2H12.8001ZM2.66675 13.2C2.22492 13.2 1.86675 13.5582 1.86675 14C1.86675 14.4418 2.22492 14.8 2.66675 14.8V13.2ZM13.3334 14.8C13.7752 14.8 14.1334 14.4418 14.1334 14C14.1334 13.5582 13.7752 13.2 13.3334 13.2V14.8ZM3.20008 2V6.66667H4.80008V2H3.20008ZM3.20008 6.66667C3.20008 7.93971 3.70579 9.1606 4.60597 10.0608L5.73734 8.92941C5.13722 8.32929 4.80008 7.51536 4.80008 6.66667H3.20008ZM4.60597 10.0608C5.50614 10.961 6.72704 11.4667 8.00008 11.4667V9.86667C7.15139 9.86667 6.33746 9.52952 5.73734 8.92941L4.60597 10.0608ZM8.00008 11.4667C9.27312 11.4667 10.494 10.961 11.3942 10.0608L10.2628 8.92941C9.66271 9.52952 8.84877 9.86667 8.00008 9.86667V11.4667ZM11.3942 10.0608C12.2944 9.1606 12.8001 7.93971 12.8001 6.66667H11.2001C11.2001 7.51536 10.8629 8.32929 10.2628 8.92941L11.3942 10.0608ZM12.8001 6.66667V2H11.2001V6.66667H12.8001ZM2.66675 14.8H13.3334V13.2H2.66675V14.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconUnderline, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13651", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUnderline size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUnlock.tsx b/src/icons/IconUnlock.tsx
index 9574965..9b4f474 100644
--- a/src/icons/IconUnlock.tsx
+++ b/src/icons/IconUnlock.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUnlock = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M9.53216 2.58349C9.01636 2.20353 8.37778 2.02878 7.74038 2.09316C7.10298 2.15755 6.51224 2.45647 6.08284 2.93191C5.65345 3.40734 5.41602 4.02537 5.41667 4.66601L5.41667 6.58343H12.6667C13.8173 6.58343 14.75 7.51617 14.75 8.66677V13.3334C14.75 14.484 13.8173 15.4168 12.6667 15.4168H3.33333C2.18274 15.4168 1.25 14.484 1.25 13.3334V8.66677C1.25 7.51617 2.18274 6.58343 3.33333 6.58343H3.91667V4.66715M3.33333 8.08343C3.01117 8.08343 2.75 8.3446 2.75 8.66677V13.3334C2.75 13.6556 3.01117 13.9168 3.33333 13.9168H12.6667C12.9888 13.9168 13.25 13.6556 13.25 13.3334V8.66677C13.25 8.3446 12.9888 8.08343 12.6667 8.08343H3.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M3.86667 7.33344C3.86667 7.77526 4.22484 8.13344 4.66667 8.13344C5.10849 8.13344 5.46667 7.77526 5.46667 7.33344H3.86667ZM4.66667 4.66677H5.46667L5.46667 4.66597L4.66667 4.66677ZM10.4827 4.1593C10.5706 4.59229 10.9929 4.87202 11.4259 4.7841C11.8589 4.69618 12.1386 4.2739 12.0507 3.84091L10.4827 4.1593ZM3.33333 8.13344H12.6667V6.53344H3.33333V8.13344ZM12.6667 8.13344C12.9612 8.13344 13.2 8.37222 13.2 8.66677H14.8C14.8 7.48856 13.8449 6.53344 12.6667 6.53344V8.13344ZM13.2 8.66677V13.3334H14.8V8.66677H13.2ZM13.2 13.3334C13.2 13.628 12.9612 13.8668 12.6667 13.8668V15.4668C13.8449 15.4668 14.8 14.5116 14.8 13.3334H13.2ZM12.6667 13.8668H3.33333V15.4668H12.6667V13.8668ZM3.33333 13.8668C3.03878 13.8668 2.8 13.628 2.8 13.3334H1.2C1.2 14.5116 2.15513 15.4668 3.33333 15.4668V13.8668ZM2.8 13.3334V8.66677H1.2V13.3334H2.8ZM2.8 8.66677C2.8 8.37222 3.03878 8.13344 3.33333 8.13344V6.53344C2.15513 6.53344 1.2 7.48856 1.2 8.66677H2.8ZM5.46667 7.33344V4.66677H3.86667V7.33344H5.46667ZM5.46667 4.66597C5.46604 4.03772 5.69886 3.43166 6.11995 2.96542L4.93255 1.893C4.24551 2.6537 3.86564 3.64255 3.86667 4.66757L5.46667 4.66597ZM6.11995 2.96542C6.54104 2.49919 7.12034 2.20605 7.7454 2.14291L7.5846 0.551012C6.56477 0.654026 5.61959 1.13231 4.93255 1.893L6.11995 2.96542ZM7.7454 2.14291C8.37046 2.07977 8.99669 2.25114 9.50251 2.62375L10.4515 1.33554C9.62618 0.7276 8.60444 0.447998 7.5846 0.551012L7.7454 2.14291ZM9.50251 2.62375C10.0083 2.99636 10.3576 3.54362 10.4827 4.1593L12.0507 3.84091C11.8467 2.83638 11.2767 1.94348 10.4515 1.33554L9.50251 2.62375Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconUnlock, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13654", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUnlock size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUpload.tsx b/src/icons/IconUpload.tsx
index 367f830..bec7132 100644
--- a/src/icons/IconUpload.tsx
+++ b/src/icons/IconUpload.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUpload = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.46967 1.46967C7.76256 1.17678 8.23744 1.17678 8.53033 1.46967L11.8637 4.803C12.1566 5.0959 12.1566 5.57077 11.8637 5.86366C11.5708 6.15656 11.0959 6.15656 10.803 5.86366L8.75 3.81066V10C8.75 10.4142 8.41421 10.75 8 10.75C7.58579 10.75 7.25 10.4142 7.25 10V3.81066L5.197 5.86366C4.9041 6.15656 4.42923 6.15656 4.13634 5.86366C3.84344 5.57077 3.84344 5.0959 4.13634 4.803L7.46967 1.46967ZM2 9.25C2.41421 9.25 2.75 9.58579 2.75 10V12.6667C2.75 12.8214 2.81146 12.9697 2.92085 13.0791C3.03025 13.1885 3.17862 13.25 3.33333 13.25H12.6667C12.8214 13.25 12.9698 13.1885 13.0791 13.0791C13.1885 12.9698 13.25 12.8214 13.25 12.6667V10C13.25 9.58579 13.5858 9.25 14 9.25C14.4142 9.25 14.75 9.58579 14.75 10V12.6667C14.75 13.2192 14.5305 13.7491 14.1398 14.1398C13.7491 14.5305 13.2192 14.75 12.6667 14.75H3.33333C2.7808 14.75 2.2509 14.5305 1.86019 14.1398C1.46949 13.7491 1.25 13.2192 1.25 12.6667V10C1.25 9.58579 1.58579 9.25 2 9.25Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M14.8 10C14.8 9.55817 14.4418 9.2 14 9.2C13.5582 9.2 13.2 9.55817 13.2 10H14.8ZM2 12.6667H1.2H2ZM2.8 10C2.8 9.55817 2.44183 9.2 2 9.2C1.55817 9.2 1.2 9.55817 1.2 10H2.8ZM10.7676 5.89902C11.0801 6.21144 11.5866 6.21144 11.899 5.89902C12.2114 5.5866 12.2114 5.08007 11.899 4.76765L10.7676 5.89902ZM8 2L8.56569 1.43431C8.41566 1.28429 8.21217 1.2 8 1.2C7.78783 1.2 7.58434 1.28429 7.43431 1.43431L8 2ZM4.10098 4.76765C3.78856 5.08007 3.78856 5.5866 4.10098 5.89902C4.4134 6.21144 4.91993 6.21144 5.23235 5.89902L4.10098 4.76765ZM7.2 10C7.2 10.4418 7.55817 10.8 8 10.8C8.44183 10.8 8.8 10.4418 8.8 10H7.2ZM13.2 10V12.6667H14.8V10H13.2ZM13.2 12.6667C13.2 12.8081 13.1438 12.9438 13.0438 13.0438L14.1752 14.1752C14.5752 13.7751 14.8 13.2325 14.8 12.6667H13.2ZM13.0438 13.0438C12.9438 13.1438 12.8081 13.2 12.6667 13.2V14.8C13.2325 14.8 13.7751 14.5752 14.1752 14.1752L13.0438 13.0438ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.19189 13.2 3.05623 13.1438 2.95621 13.0438L1.82484 14.1752C2.22492 14.5752 2.76754 14.8 3.33333 14.8V13.2ZM2.95621 13.0438C2.85619 12.9438 2.8 12.8081 2.8 12.6667H1.2C1.2 13.2325 1.42476 13.7751 1.82484 14.1752L2.95621 13.0438ZM2.8 12.6667V10H1.2V12.6667H2.8ZM11.899 4.76765L8.56569 1.43431L7.43431 2.56569L10.7676 5.89902L11.899 4.76765ZM7.43431 1.43431L4.10098 4.76765L5.23235 5.89902L8.56569 2.56569L7.43431 1.43431ZM7.2 2V10H8.8V2H7.2Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconUpload, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13656", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUpload size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUploadCloud.tsx b/src/icons/IconUploadCloud.tsx
index 2fe713f..c53f2a2 100644
--- a/src/icons/IconUploadCloud.tsx
+++ b/src/icons/IconUploadCloud.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUploadCloud = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12807)"><path fillRule="evenodd" clipRule="evenodd" d="M5.77244 1.25583C6.69135 1.22198 7.60598 1.39688 8.44757 1.76739C9.28916 2.13789 10.0358 2.69437 10.6314 3.39497C11.0995 3.94562 11.4647 4.57404 11.7113 5.25007H12C12.9072 5.25067 13.7888 5.55337 14.5049 6.11039C15.221 6.66741 15.7312 7.44703 15.9549 8.3262C16.1787 9.20538 16.1033 10.134 15.7407 10.9656C15.3781 11.7972 14.7488 12.4843 13.9523 12.9186C13.5886 13.1168 13.1331 12.9827 12.9348 12.6191C12.7365 12.2554 12.8706 11.7998 13.2343 11.6016C13.7382 11.3268 14.1363 10.8921 14.3657 10.366C14.5952 9.83993 14.6429 9.25241 14.5013 8.69619C14.3597 8.13998 14.0369 7.64675 13.5839 7.29435C13.1309 6.94195 12.5734 6.75045 11.9995 6.75007H11.16C10.8181 6.75007 10.5194 6.51883 10.4338 6.1878C10.2604 5.51705 9.93722 4.89435 9.48851 4.3665C9.03979 3.83864 8.47725 3.41938 7.84318 3.14023C7.2091 2.86108 6.52 2.72931 5.82767 2.75482C5.13533 2.78033 4.45779 2.96245 3.84598 3.28751C3.23417 3.61256 2.70401 4.07208 2.29535 4.63152C1.8867 5.19096 1.61018 5.83576 1.4866 6.51745C1.36301 7.19914 1.39558 7.89998 1.58184 8.56727C1.7681 9.23457 2.10321 9.85095 2.56197 10.3701C2.83626 10.6805 2.807 11.1544 2.49662 11.4287C2.18623 11.703 1.71226 11.6738 1.43797 11.3634C0.829064 10.6743 0.38428 9.85623 0.137063 8.97055C-0.110155 8.08487 -0.153374 7.15467 0.0106559 6.24988C0.174686 5.34509 0.541695 4.48926 1.08409 3.74673C1.62649 3.0042 2.33016 2.39429 3.1422 1.96286C3.95424 1.53142 4.85352 1.28969 5.77244 1.25583ZM7.46964 7.46974C7.76254 7.17685 8.23741 7.17685 8.5303 7.46974L11.197 10.1364C11.4899 10.4293 11.4899 10.9042 11.197 11.1971C10.9041 11.49 10.4292 11.49 10.1363 11.1971L8.74997 9.81073L8.74997 14.0001C8.74997 14.4143 8.41419 14.7501 7.99997 14.7501C7.58576 14.7501 7.24997 14.4143 7.24997 14.0001L7.24997 9.81073L5.86364 11.1971C5.57074 11.49 5.09587 11.49 4.80298 11.1971C4.51008 10.9042 4.51008 10.4293 4.80298 10.1364L7.46964 7.46974Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12807"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16069)"><path d="M10.101 11.2324C10.4134 11.5448 10.9199 11.5448 11.2323 11.2324C11.5447 10.92 11.5447 10.4135 11.2323 10.1011L10.101 11.2324ZM7.99997 8.00007L8.56566 7.43438C8.41563 7.28436 8.21215 7.20007 7.99997 7.20007C7.7878 7.20007 7.58432 7.28436 7.43429 7.43438L7.99997 8.00007ZM4.76762 10.1011C4.4552 10.4135 4.4552 10.92 4.76762 11.2324C5.08004 11.5448 5.58657 11.5448 5.89899 11.2324L4.76762 10.1011ZM7.19997 14.0001C7.19997 14.4419 7.55815 14.8001 7.99997 14.8001C8.4418 14.8001 8.79997 14.4419 8.79997 14.0001H7.19997ZM13.2104 11.5577C12.8225 11.7692 12.6794 12.2551 12.8909 12.643C13.1024 13.0309 13.5883 13.174 13.9762 12.9625L13.2104 11.5577ZM12 6.00007L12.0005 5.20007H12V6.00007ZM11.16 6.00007L10.3854 6.20032C10.4767 6.55341 10.7953 6.80007 11.16 6.80007V6.00007ZM1.40051 11.3965C1.69308 11.7276 2.19865 11.7588 2.52973 11.4662C2.8608 11.1736 2.89202 10.6681 2.59944 10.337L1.40051 11.3965ZM11.2323 10.1011L8.56566 7.43438L7.43429 8.56576L10.101 11.2324L11.2323 10.1011ZM7.43429 7.43438L4.76762 10.1011L5.89899 11.2324L8.56566 8.56576L7.43429 7.43438ZM7.19997 8.00007V14.0001H8.79997V8.00007H7.19997ZM13.9762 12.9625C14.7825 12.5229 15.4195 11.8274 15.7865 10.9856L14.3199 10.346C14.0949 10.862 13.7045 11.2883 13.2104 11.5577L13.9762 12.9625ZM15.7865 10.9856C16.1536 10.1438 16.2299 9.20381 16.0034 8.31387L14.4528 8.70853C14.5917 9.25397 14.5449 9.83012 14.3199 10.346L15.7865 10.9856ZM16.0034 8.31387C15.7769 7.42393 15.2604 6.63476 14.5356 6.07092L13.5532 7.33382C13.9975 7.6794 14.314 8.16308 14.4528 8.70853L16.0034 8.31387ZM14.5356 6.07092C13.8108 5.50708 12.9188 5.20068 12.0005 5.20007L11.9994 6.80007C12.5623 6.80044 13.109 6.98824 13.5532 7.33382L14.5356 6.07092ZM12 5.20007H11.16V6.80007H12V5.20007ZM11.9345 5.79982C11.7024 4.90224 11.2699 4.06895 10.6695 3.36259L9.45041 4.39888C9.89423 4.92097 10.2139 5.53689 10.3854 6.20032L11.9345 5.79982ZM10.6695 3.36259C10.069 2.65622 9.31622 2.09518 8.46772 1.72162L7.82303 3.18599C8.45019 3.4621 9.00659 3.87679 9.45041 4.39888L10.6695 3.36259ZM8.46772 1.72162C7.61921 1.34807 6.69706 1.17173 5.7706 1.20587L5.82951 2.80478C6.51428 2.77955 7.19587 2.90989 7.82303 3.18599L8.46772 1.72162ZM5.7706 1.20587C4.84413 1.24 3.93746 1.48372 3.11874 1.9187L3.86944 3.33166C4.47458 3.01015 5.14473 2.83001 5.82951 2.80478L5.7706 1.20587ZM3.11874 1.9187C2.30003 2.35368 1.59057 2.9686 1.04372 3.71724L2.33573 4.66101C2.73992 4.10767 3.2643 3.65317 3.86944 3.33166L3.11874 1.9187ZM1.04372 3.71724C0.496861 4.46587 0.126836 5.32874 -0.0385422 6.24096L1.5358 6.52637C1.65803 5.85212 1.93153 5.21435 2.33573 4.66101L1.04372 3.71724ZM-0.0385422 6.24096C-0.20392 7.15318 -0.160346 8.09103 0.0889034 8.98399L1.62999 8.55383C1.44577 7.89382 1.41356 7.20063 1.5358 6.52637L-0.0385422 6.24096ZM0.0889034 8.98399C0.338153 9.87695 0.786592 10.7018 1.40051 11.3965L2.59944 10.337C2.14568 9.82351 1.81422 9.21384 1.62999 8.55383L0.0889034 8.98399Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16069"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUploadCloud, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13653", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUploadCloud size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUser.tsx b/src/icons/IconUser.tsx
index f88eb04..3ca4dcb 100644
--- a/src/icons/IconUser.tsx
+++ b/src/icons/IconUser.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUser = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.00008 2.75C6.94153 2.75 6.08341 3.60812 6.08341 4.66667C6.08341 5.72521 6.94153 6.58333 8.00008 6.58333C9.05863 6.58333 9.91675 5.72521 9.91675 4.66667C9.91675 3.60812 9.05863 2.75 8.00008 2.75ZM4.58341 4.66667C4.58341 2.77969 6.11311 1.25 8.00008 1.25C9.88705 1.25 11.4167 2.77969 11.4167 4.66667C11.4167 6.55364 9.88705 8.08333 8.00008 8.08333C6.11311 8.08333 4.58341 6.55364 4.58341 4.66667ZM2.91747 10.2507C3.55822 9.60997 4.42726 9.25 5.33341 9.25H10.6667C11.5729 9.25 12.4419 9.60997 13.0827 10.2507C13.7234 10.8915 14.0834 11.7605 14.0834 12.6667V14C14.0834 14.4142 13.7476 14.75 13.3334 14.75C12.9192 14.75 12.5834 14.4142 12.5834 14V12.6667C12.5834 12.1583 12.3815 11.6708 12.022 11.3114C11.6626 10.9519 11.1751 10.75 10.6667 10.75H5.33341C4.82508 10.75 4.33757 10.9519 3.97813 11.3114C3.61868 11.6708 3.41675 12.1583 3.41675 12.6667V14C3.41675 14.4142 3.08096 14.75 2.66675 14.75C2.25253 14.75 1.91675 14.4142 1.91675 14V12.6667C1.91675 11.7605 2.27672 10.8915 2.91747 10.2507Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.5334 14C12.5334 14.4418 12.8916 14.8 13.3334 14.8C13.7752 14.8 14.1334 14.4418 14.1334 14H12.5334ZM10.6667 10V9.2V10ZM5.33341 10V9.2V10ZM2.66675 12.6667H1.86675H2.66675ZM1.86675 14C1.86675 14.4418 2.22492 14.8 2.66675 14.8C3.10858 14.8 3.46675 14.4418 3.46675 14H1.86675ZM14.1334 14V12.6667H12.5334V14H14.1334ZM14.1334 12.6667C14.1334 11.7472 13.7682 10.8655 13.118 10.2154L11.9867 11.3467C12.3367 11.6968 12.5334 12.1716 12.5334 12.6667H14.1334ZM13.118 10.2154C12.4679 9.56524 11.5862 9.2 10.6667 9.2V10.8C11.1618 10.8 11.6366 10.9967 11.9867 11.3467L13.118 10.2154ZM10.6667 9.2H5.33341V10.8H10.6667V9.2ZM5.33341 9.2C4.414 9.2 3.53224 9.56524 2.88211 10.2154L4.01348 11.3467C4.36355 10.9967 4.83834 10.8 5.33341 10.8V9.2ZM2.88211 10.2154C2.23198 10.8655 1.86675 11.7472 1.86675 12.6667H3.46675C3.46675 12.1716 3.66341 11.6968 4.01348 11.3467L2.88211 10.2154ZM1.86675 12.6667V14H3.46675V12.6667H1.86675ZM9.86675 4.66667C9.86675 5.6976 9.03101 6.53333 8.00008 6.53333V8.13333C9.91467 8.13333 11.4667 6.58125 11.4667 4.66667H9.86675ZM8.00008 6.53333C6.96915 6.53333 6.13341 5.6976 6.13341 4.66667H4.53341C4.53341 6.58125 6.08549 8.13333 8.00008 8.13333V6.53333ZM6.13341 4.66667C6.13341 3.63574 6.96915 2.8 8.00008 2.8V1.2C6.08549 1.2 4.53341 2.75208 4.53341 4.66667H6.13341ZM8.00008 2.8C9.03101 2.8 9.86675 3.63573 9.86675 4.66667H11.4667C11.4667 2.75208 9.91467 1.2 8.00008 1.2V2.8Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconUser, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13659", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUser size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUserCheck.tsx b/src/icons/IconUserCheck.tsx
index fa43cd9..c33f34d 100644
--- a/src/icons/IconUserCheck.tsx
+++ b/src/icons/IconUserCheck.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUserCheck = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12648)"><path fillRule="evenodd" clipRule="evenodd" d="M5.66667 2.75C4.60813 2.75 3.75001 3.60812 3.75001 4.66667C3.75001 5.72521 4.60813 6.58333 5.66667 6.58333C6.72522 6.58333 7.58334 5.72521 7.58334 4.66667C7.58334 3.60812 6.72522 2.75 5.66667 2.75ZM2.25001 4.66667C2.25001 2.77969 3.7797 1.25 5.66667 1.25C7.55364 1.25 9.08334 2.77969 9.08334 4.66667C9.08334 6.55364 7.55364 8.08333 5.66667 8.08333C3.7797 8.08333 2.25001 6.55364 2.25001 4.66667ZM15.8637 5.46967C16.1566 5.76256 16.1566 6.23744 15.8637 6.53033L13.197 9.197C13.0563 9.33765 12.8656 9.41667 12.6667 9.41667C12.4678 9.41667 12.277 9.33765 12.1363 9.197L10.803 7.86366C10.5101 7.57077 10.5101 7.0959 10.803 6.803C11.0959 6.51011 11.5708 6.51011 11.8637 6.803L12.6667 7.60601L14.803 5.46967C15.0959 5.17678 15.5708 5.17678 15.8637 5.46967ZM0.91739 10.2507C1.55814 9.60997 2.42718 9.25 3.33334 9.25H8.00001C8.90616 9.25 9.77521 9.60997 10.416 10.2507C11.0567 10.8915 11.4167 11.7605 11.4167 12.6667V14C11.4167 14.4142 11.0809 14.75 10.6667 14.75C10.2525 14.75 9.91667 14.4142 9.91667 14V12.6667C9.91667 12.1583 9.71474 11.6708 9.35529 11.3114C8.99585 10.9519 8.50834 10.75 8.00001 10.75H3.33334C2.82501 10.75 2.3375 10.9519 1.97805 11.3114C1.61861 11.6708 1.41667 12.1583 1.41667 12.6667V14C1.41667 14.4142 1.08089 14.75 0.666672 14.75C0.252458 14.75 -0.0833282 14.4142 -0.0833282 14V12.6667C-0.0833282 11.7605 0.276641 10.8915 0.91739 10.2507Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12648"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16073)"><path d="M9.86667 14C9.86667 14.4418 10.2248 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86667ZM10.6667 12.6667H11.4667H10.6667ZM8 10V9.2V10ZM3.33334 10V9.2V10ZM0.666672 12.6667H-0.133328H0.666672ZM-0.133328 14C-0.133328 14.4418 0.224844 14.8 0.666672 14.8C1.1085 14.8 1.46667 14.4418 1.46667 14H-0.133328ZM11.899 6.76765C11.5866 6.45523 11.0801 6.45523 10.7677 6.76765C10.4552 7.08007 10.4552 7.5866 10.7677 7.89902L11.899 6.76765ZM12.6667 8.66667L12.101 9.23235C12.4134 9.54477 12.9199 9.54477 13.2324 9.23235L12.6667 8.66667ZM15.899 6.56569C16.2114 6.25327 16.2114 5.74673 15.899 5.43431C15.5866 5.1219 15.0801 5.1219 14.7677 5.43431L15.899 6.56569ZM11.4667 14V12.6667H9.86667V14H11.4667ZM11.4667 12.6667C11.4667 11.7472 11.1014 10.8655 10.4513 10.2154L9.31994 11.3467C9.67001 11.6968 9.86667 12.1716 9.86667 12.6667H11.4667ZM10.4513 10.2154C9.80118 9.56524 8.91942 9.2 8 9.2V10.8C8.49508 10.8 8.96987 10.9967 9.31994 11.3467L10.4513 10.2154ZM8 9.2H3.33334V10.8H8V9.2ZM3.33334 9.2C2.41392 9.2 1.53216 9.56524 0.882035 10.2154L2.01341 11.3467C2.36347 10.9967 2.83827 10.8 3.33334 10.8V9.2ZM0.882035 10.2154C0.231909 10.8655 -0.133328 11.7472 -0.133328 12.6667H1.46667C1.46667 12.1716 1.66334 11.6968 2.01341 11.3467L0.882035 10.2154ZM-0.133328 12.6667V14H1.46667V12.6667H-0.133328ZM7.53334 4.66667C7.53334 5.6976 6.6976 6.53333 5.66667 6.53333V8.13333C7.58126 8.13333 9.13334 6.58125 9.13334 4.66667H7.53334ZM5.66667 6.53333C4.63574 6.53333 3.80001 5.6976 3.80001 4.66667H2.20001C2.20001 6.58125 3.75208 8.13333 5.66667 8.13333V6.53333ZM3.80001 4.66667C3.80001 3.63574 4.63574 2.8 5.66667 2.8V1.2C3.75208 1.2 2.20001 2.75208 2.20001 4.66667H3.80001ZM5.66667 2.8C6.6976 2.8 7.53334 3.63574 7.53334 4.66667H9.13334C9.13334 2.75208 7.58126 1.2 5.66667 1.2V2.8ZM10.7677 7.89902L12.101 9.23235L13.2324 8.10098L11.899 6.76765L10.7677 7.89902ZM13.2324 9.23235L15.899 6.56569L14.7677 5.43431L12.101 8.10098L13.2324 9.23235Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16073"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUserCheck, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13655", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUserCheck size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUserMinus.tsx b/src/icons/IconUserMinus.tsx
index 8a335f7..89a2665 100644
--- a/src/icons/IconUserMinus.tsx
+++ b/src/icons/IconUserMinus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUserMinus = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12643)"><path fillRule="evenodd" clipRule="evenodd" d="M5.66669 2.75C4.60814 2.75 3.75002 3.60812 3.75002 4.66667C3.75002 5.72521 4.60814 6.58333 5.66669 6.58333C6.72523 6.58333 7.58335 5.72521 7.58335 4.66667C7.58335 3.60812 6.72523 2.75 5.66669 2.75ZM2.25002 4.66667C2.25002 2.77969 3.77971 1.25 5.66669 1.25C7.55366 1.25 9.08335 2.77969 9.08335 4.66667C9.08335 6.55364 7.55366 8.08333 5.66669 8.08333C3.77971 8.08333 2.25002 6.55364 2.25002 4.66667ZM10.5834 7.33333C10.5834 6.91912 10.9191 6.58333 11.3334 6.58333H15.3334C15.7476 6.58333 16.0834 6.91912 16.0834 7.33333C16.0834 7.74755 15.7476 8.08333 15.3334 8.08333H11.3334C10.9191 8.08333 10.5834 7.74755 10.5834 7.33333ZM0.917406 10.2507C1.55815 9.60997 2.4272 9.25 3.33335 9.25H8.00002C8.90618 9.25 9.77522 9.60997 10.416 10.2507C11.0567 10.8915 11.4167 11.7605 11.4167 12.6667V14C11.4167 14.4142 11.0809 14.75 10.6667 14.75C10.2525 14.75 9.91669 14.4142 9.91669 14V12.6667C9.91669 12.1583 9.71475 11.6708 9.35531 11.3114C8.99586 10.9519 8.50835 10.75 8.00002 10.75H3.33335C2.82502 10.75 2.33751 10.9519 1.97807 11.3114C1.61862 11.6708 1.41669 12.1583 1.41669 12.6667V14C1.41669 14.4142 1.0809 14.75 0.666687 14.75C0.252473 14.75 -0.083313 14.4142 -0.083313 14V12.6667C-0.083313 11.7605 0.276657 10.8915 0.917406 10.2507Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12643"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16075)"><path d="M9.86669 14C9.86669 14.4418 10.2249 14.8 10.6667 14.8C11.1085 14.8 11.4667 14.4418 11.4667 14H9.86669ZM10.6667 12.6667H11.4667H10.6667ZM8.00002 10V9.2V10ZM3.33335 10V9.2V10ZM0.666687 12.6667H-0.133313H0.666687ZM-0.133313 14C-0.133313 14.4418 0.224859 14.8 0.666687 14.8C1.10851 14.8 1.46669 14.4418 1.46669 14H-0.133313ZM15.3334 8.13333C15.7752 8.13333 16.1334 7.77516 16.1334 7.33333C16.1334 6.89151 15.7752 6.53333 15.3334 6.53333V8.13333ZM11.3334 6.53333C10.8915 6.53333 10.5334 6.89151 10.5334 7.33333C10.5334 7.77516 10.8915 8.13333 11.3334 8.13333V6.53333ZM11.4667 14V12.6667H9.86669V14H11.4667ZM11.4667 12.6667C11.4667 11.7472 11.1014 10.8655 10.4513 10.2154L9.31995 11.3467C9.67002 11.6968 9.86669 12.1716 9.86669 12.6667H11.4667ZM10.4513 10.2154C9.8012 9.56524 8.91944 9.2 8.00002 9.2V10.8C8.49509 10.8 8.96989 10.9967 9.31995 11.3467L10.4513 10.2154ZM8.00002 9.2H3.33335V10.8H8.00002V9.2ZM3.33335 9.2C2.41394 9.2 1.53218 9.56524 0.88205 10.2154L2.01342 11.3467C2.36349 10.9967 2.83828 10.8 3.33335 10.8V9.2ZM0.88205 10.2154C0.231924 10.8655 -0.133313 11.7472 -0.133313 12.6667H1.46669C1.46669 12.1716 1.66335 11.6968 2.01342 11.3467L0.88205 10.2154ZM-0.133313 12.6667V14H1.46669V12.6667H-0.133313ZM7.53335 4.66667C7.53335 5.6976 6.69762 6.53333 5.66669 6.53333V8.13333C7.58127 8.13333 9.13335 6.58125 9.13335 4.66667H7.53335ZM5.66669 6.53333C4.63576 6.53333 3.80002 5.6976 3.80002 4.66667H2.20002C2.20002 6.58125 3.7521 8.13333 5.66669 8.13333V6.53333ZM3.80002 4.66667C3.80002 3.63574 4.63576 2.8 5.66669 2.8V1.2C3.7521 1.2 2.20002 2.75208 2.20002 4.66667H3.80002ZM5.66669 2.8C6.69762 2.8 7.53335 3.63574 7.53335 4.66667H9.13335C9.13335 2.75208 7.58127 1.2 5.66669 1.2V2.8ZM15.3334 6.53333H11.3334V8.13333H15.3334V6.53333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16075"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUserMinus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13658", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUserMinus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUserPlus.tsx b/src/icons/IconUserPlus.tsx
index 84dbf85..419d30a 100644
--- a/src/icons/IconUserPlus.tsx
+++ b/src/icons/IconUserPlus.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUserPlus = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12799)"><path fillRule="evenodd" clipRule="evenodd" d="M5.66663 2.75C4.60808 2.75 3.74996 3.60812 3.74996 4.66667C3.74996 5.72521 4.60808 6.58333 5.66663 6.58333C6.72517 6.58333 7.58329 5.72521 7.58329 4.66667C7.58329 3.60812 6.72517 2.75 5.66663 2.75ZM2.24996 4.66667C2.24996 2.77969 3.77965 1.25 5.66663 1.25C7.5536 1.25 9.08329 2.77969 9.08329 4.66667C9.08329 6.55364 7.5536 8.08333 5.66663 8.08333C3.77965 8.08333 2.24996 6.55364 2.24996 4.66667ZM13.3333 4.58333C13.7475 4.58333 14.0833 4.91912 14.0833 5.33333V6.58333H15.3333C15.7475 6.58333 16.0833 6.91912 16.0833 7.33333C16.0833 7.74755 15.7475 8.08333 15.3333 8.08333H14.0833V9.33333C14.0833 9.74755 13.7475 10.0833 13.3333 10.0833C12.9191 10.0833 12.5833 9.74755 12.5833 9.33333V8.08333H11.3333C10.9191 8.08333 10.5833 7.74755 10.5833 7.33333C10.5833 6.91912 10.9191 6.58333 11.3333 6.58333H12.5833V5.33333C12.5833 4.91912 12.9191 4.58333 13.3333 4.58333ZM0.917345 10.2507C1.55809 9.60997 2.42714 9.25 3.33329 9.25H7.99996C8.90612 9.25 9.77516 9.60997 10.4159 10.2507C11.0567 10.8915 11.4166 11.7605 11.4166 12.6667V14C11.4166 14.4142 11.0808 14.75 10.6666 14.75C10.2524 14.75 9.91663 14.4142 9.91663 14V12.6667C9.91663 12.1583 9.71469 11.6708 9.35525 11.3114C8.9958 10.9519 8.50829 10.75 7.99996 10.75H3.33329C2.82496 10.75 2.33745 10.9519 1.978 11.3114C1.61856 11.6708 1.41663 12.1583 1.41663 12.6667V14C1.41663 14.4142 1.08084 14.75 0.666626 14.75C0.252412 14.75 -0.083374 14.4142 -0.083374 14V12.6667C-0.083374 11.7605 0.276595 10.8915 0.917345 10.2507Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12799"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16077)"><path d="M9.86663 14C9.86663 14.4418 10.2248 14.8 10.6666 14.8C11.1085 14.8 11.4666 14.4418 11.4666 14H9.86663ZM10.6666 12.6667H11.4666H10.6666ZM7.99996 10V9.2V10ZM3.33329 10V9.2V10ZM0.666626 12.6667H-0.133374H0.666626ZM-0.133374 14C-0.133374 14.4418 0.224798 14.8 0.666626 14.8C1.10845 14.8 1.46663 14.4418 1.46663 14H-0.133374ZM14.1333 5.33333C14.1333 4.89151 13.7751 4.53333 13.3333 4.53333C12.8915 4.53333 12.5333 4.89151 12.5333 5.33333H14.1333ZM12.5333 9.33333C12.5333 9.77516 12.8915 10.1333 13.3333 10.1333C13.7751 10.1333 14.1333 9.77516 14.1333 9.33333H12.5333ZM15.3333 8.13333C15.7751 8.13333 16.1333 7.77516 16.1333 7.33333C16.1333 6.89151 15.7751 6.53333 15.3333 6.53333V8.13333ZM11.3333 6.53333C10.8915 6.53333 10.5333 6.89151 10.5333 7.33333C10.5333 7.77516 10.8915 8.13333 11.3333 8.13333V6.53333ZM11.4666 14V12.6667H9.86663V14H11.4666ZM11.4666 12.6667C11.4666 11.7472 11.1014 10.8655 10.4513 10.2154L9.31989 11.3467C9.66996 11.6968 9.86663 12.1716 9.86663 12.6667H11.4666ZM10.4513 10.2154C9.80114 9.56524 8.91938 9.2 7.99996 9.2V10.8C8.49503 10.8 8.96982 10.9967 9.31989 11.3467L10.4513 10.2154ZM7.99996 9.2H3.33329V10.8H7.99996V9.2ZM3.33329 9.2C2.41388 9.2 1.53212 9.56524 0.881989 10.2154L2.01336 11.3467C2.36343 10.9967 2.83822 10.8 3.33329 10.8V9.2ZM0.881989 10.2154C0.231863 10.8655 -0.133374 11.7472 -0.133374 12.6667H1.46663C1.46663 12.1716 1.66329 11.6968 2.01336 11.3467L0.881989 10.2154ZM-0.133374 12.6667V14H1.46663V12.6667H-0.133374ZM7.53329 4.66667C7.53329 5.6976 6.69756 6.53333 5.66663 6.53333V8.13333C7.58121 8.13333 9.13329 6.58125 9.13329 4.66667H7.53329ZM5.66663 6.53333C4.63569 6.53333 3.79996 5.6976 3.79996 4.66667H2.19996C2.19996 6.58125 3.75204 8.13333 5.66663 8.13333V6.53333ZM3.79996 4.66667C3.79996 3.63574 4.63569 2.8 5.66663 2.8V1.2C3.75204 1.2 2.19996 2.75208 2.19996 4.66667H3.79996ZM5.66663 2.8C6.69756 2.8 7.53329 3.63574 7.53329 4.66667H9.13329C9.13329 2.75208 7.58121 1.2 5.66663 1.2V2.8ZM12.5333 5.33333V9.33333H14.1333V5.33333H12.5333ZM15.3333 6.53333H11.3333V8.13333H15.3333V6.53333Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16077"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUserPlus, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13657", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUserPlus size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUserX.tsx b/src/icons/IconUserX.tsx
index 2351406..f8800b0 100644
--- a/src/icons/IconUserX.tsx
+++ b/src/icons/IconUserX.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUserX = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12639)"><path fillRule="evenodd" clipRule="evenodd" d="M5.66663 2.75C4.60808 2.75 3.74996 3.60812 3.74996 4.66667C3.74996 5.72521 4.60808 6.58333 5.66663 6.58333C6.72517 6.58333 7.58329 5.72521 7.58329 4.66667C7.58329 3.60812 6.72517 2.75 5.66663 2.75ZM2.24996 4.66667C2.24996 2.77969 3.77965 1.25 5.66663 1.25C7.5536 1.25 9.08329 2.77969 9.08329 4.66667C9.08329 6.55364 7.5536 8.08333 5.66663 8.08333C3.77965 8.08333 2.24996 6.55364 2.24996 4.66667ZM11.4696 4.803C11.7625 4.51011 12.2374 4.51011 12.5303 4.803L13.6666 5.93934L14.803 4.803C15.0959 4.51011 15.5707 4.51011 15.8636 4.803C16.1565 5.0959 16.1565 5.57077 15.8636 5.86366L14.7273 7L15.8636 8.13634C16.1565 8.42923 16.1565 8.9041 15.8636 9.197C15.5707 9.48989 15.0959 9.48989 14.803 9.197L13.6666 8.06066L12.5303 9.197C12.2374 9.48989 11.7625 9.48989 11.4696 9.197C11.1767 8.9041 11.1767 8.42923 11.4696 8.13634L12.606 7L11.4696 5.86366C11.1767 5.57077 11.1767 5.0959 11.4696 4.803ZM0.917345 10.2507C1.55809 9.60997 2.42714 9.25 3.33329 9.25H7.99996C8.90612 9.25 9.77516 9.60997 10.4159 10.2507C11.0567 10.8915 11.4166 11.7605 11.4166 12.6667V14C11.4166 14.4142 11.0808 14.75 10.6666 14.75C10.2524 14.75 9.91663 14.4142 9.91663 14V12.6667C9.91663 12.1583 9.71469 11.6708 9.35525 11.3114C8.9958 10.9519 8.50829 10.75 7.99996 10.75H3.33329C2.82496 10.75 2.33745 10.9519 1.978 11.3114C1.61856 11.6708 1.41663 12.1583 1.41663 12.6667V14C1.41663 14.4142 1.08084 14.75 0.666626 14.75C0.252412 14.75 -0.083374 14.4142 -0.083374 14V12.6667C-0.083374 11.7605 0.276595 10.8915 0.917345 10.2507Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12639"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16079)"><path d="M9.86663 14C9.86663 14.4418 10.2248 14.8 10.6666 14.8C11.1085 14.8 11.4666 14.4418 11.4666 14H9.86663ZM10.6666 12.6667H11.4666H10.6666ZM7.99996 10V9.2V10ZM3.33329 10V9.2V10ZM0.666626 12.6667H-0.133374H0.666626ZM-0.133374 14C-0.133374 14.4418 0.224798 14.8 0.666626 14.8C1.10845 14.8 1.46663 14.4418 1.46663 14H-0.133374ZM12.5656 4.76765C12.2532 4.45523 11.7467 4.45523 11.4343 4.76765C11.1219 5.08007 11.1219 5.5866 11.4343 5.89902L12.5656 4.76765ZM14.7676 9.23235C15.08 9.54477 15.5866 9.54477 15.899 9.23235C16.2114 8.91993 16.2114 8.4134 15.899 8.10098L14.7676 9.23235ZM15.899 5.89902C16.2114 5.5866 16.2114 5.08007 15.899 4.76765C15.5866 4.45523 15.08 4.45523 14.7676 4.76765L15.899 5.89902ZM11.4343 8.10098C11.1219 8.4134 11.1219 8.91993 11.4343 9.23235C11.7467 9.54477 12.2532 9.54477 12.5656 9.23235L11.4343 8.10098ZM11.4666 14V12.6667H9.86663V14H11.4666ZM11.4666 12.6667C11.4666 11.7472 11.1014 10.8655 10.4513 10.2154L9.31989 11.3467C9.66996 11.6968 9.86663 12.1716 9.86663 12.6667H11.4666ZM10.4513 10.2154C9.80114 9.56524 8.91938 9.2 7.99996 9.2V10.8C8.49503 10.8 8.96982 10.9967 9.31989 11.3467L10.4513 10.2154ZM7.99996 9.2H3.33329V10.8H7.99996V9.2ZM3.33329 9.2C2.41388 9.2 1.53212 9.56524 0.881989 10.2154L2.01336 11.3467C2.36343 10.9967 2.83822 10.8 3.33329 10.8V9.2ZM0.881989 10.2154C0.231863 10.8655 -0.133374 11.7472 -0.133374 12.6667H1.46663C1.46663 12.1716 1.66329 11.6968 2.01336 11.3467L0.881989 10.2154ZM-0.133374 12.6667V14H1.46663V12.6667H-0.133374ZM7.53329 4.66667C7.53329 5.6976 6.69756 6.53333 5.66663 6.53333V8.13333C7.58121 8.13333 9.13329 6.58125 9.13329 4.66667H7.53329ZM5.66663 6.53333C4.63569 6.53333 3.79996 5.6976 3.79996 4.66667H2.19996C2.19996 6.58125 3.75204 8.13333 5.66663 8.13333V6.53333ZM3.79996 4.66667C3.79996 3.63574 4.63569 2.8 5.66663 2.8V1.2C3.75204 1.2 2.19996 2.75208 2.19996 4.66667H3.79996ZM5.66663 2.8C6.69756 2.8 7.53329 3.63574 7.53329 4.66667H9.13329C9.13329 2.75208 7.58121 1.2 5.66663 1.2V2.8ZM11.4343 5.89902L14.7676 9.23235L15.899 8.10098L12.5656 4.76765L11.4343 5.89902ZM14.7676 4.76765L11.4343 8.10098L12.5656 9.23235L15.899 5.89902L14.7676 4.76765Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16079"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUserX, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13660", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUserX size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconUsers.tsx b/src/icons/IconUsers.tsx
index 166bc59..f48d074 100644
--- a/src/icons/IconUsers.tsx
+++ b/src/icons/IconUsers.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconUsers = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12503)"><path fillRule="evenodd" clipRule="evenodd" d="M6.00008 2.75C4.94154 2.75 4.08342 3.60812 4.08342 4.66667C4.08342 5.72521 4.94154 6.58333 6.00008 6.58333C7.05863 6.58333 7.91675 5.72521 7.91675 4.66667C7.91675 3.60812 7.05863 2.75 6.00008 2.75ZM2.58341 4.66667C2.58341 2.77969 4.11311 1.25 6.00008 1.25C7.88705 1.25 9.41675 2.77969 9.41675 4.66667C9.41675 6.55364 7.88705 8.08333 6.00008 8.08333C4.11311 8.08333 2.58341 6.55364 2.58341 4.66667ZM9.94019 1.90064C10.0429 1.49937 10.4515 1.25736 10.8528 1.3601C11.5877 1.54828 12.2391 1.9757 12.7043 2.57499C13.1695 3.17429 13.422 3.91135 13.422 4.67C13.422 5.42865 13.1695 6.16571 12.7043 6.76501C12.2391 7.3643 11.5877 7.79172 10.8528 7.9799C10.4515 8.08264 10.0429 7.84063 9.94019 7.43936C9.83745 7.03809 10.0795 6.62951 10.4807 6.52677C10.893 6.42121 11.2584 6.18144 11.5194 5.84525C11.7803 5.50906 11.922 5.09558 11.922 4.67C11.922 4.24442 11.7803 3.83094 11.5194 3.49475C11.2584 3.15856 10.893 2.91879 10.4807 2.81323C10.0795 2.71049 9.83745 2.30191 9.94019 1.90064ZM0.917467 10.2507C1.55822 9.60997 2.42726 9.25 3.33341 9.25H8.66675C9.57291 9.25 10.4419 9.60997 11.0827 10.2507C11.7234 10.8915 12.0834 11.7605 12.0834 12.6667V14C12.0834 14.4142 11.7476 14.75 11.3334 14.75C10.9192 14.75 10.5834 14.4142 10.5834 14V12.6667C10.5834 12.1583 10.3815 11.6708 10.022 11.3114C9.66259 10.9519 9.17508 10.75 8.66675 10.75H3.33341C2.82508 10.75 2.33757 10.9519 1.97813 11.3114C1.61868 11.6708 1.41675 12.1583 1.41675 12.6667V14C1.41675 14.4142 1.08096 14.75 0.666748 14.75C0.252534 14.75 -0.083252 14.4142 -0.083252 14V12.6667C-0.083252 11.7605 0.276718 10.8915 0.917467 10.2507ZM12.6072 9.89917C12.7108 9.49811 13.1199 9.25693 13.5209 9.36048C14.2539 9.54974 14.9033 9.97707 15.3671 10.5754C15.8309 11.1737 16.0829 11.9091 16.0834 12.6661V14C16.0834 14.4142 15.7476 14.75 15.3334 14.75C14.9192 14.75 14.5834 14.4142 14.5834 14V12.6672C14.5831 12.2426 14.4418 11.83 14.1816 11.4944C13.9214 11.1587 13.5571 10.919 13.1459 10.8129C12.7449 10.7093 12.5037 10.3002 12.6072 9.89917Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12503"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16083)"><path d="M10.5334 14C10.5334 14.4418 10.8916 14.8 11.3334 14.8C11.7752 14.8 12.1334 14.4418 12.1334 14H10.5334ZM8.66675 10V9.2V10ZM3.33341 10V9.2V10ZM0.666748 12.6667H-0.133252H0.666748ZM-0.133252 14C-0.133252 14.4418 0.22492 14.8 0.666748 14.8C1.10858 14.8 1.46675 14.4418 1.46675 14H-0.133252ZM14.5334 14C14.5334 14.4418 14.8916 14.8 15.3334 14.8C15.7752 14.8 16.1334 14.4418 16.1334 14H14.5334ZM15.3334 12.6667H16.1334L16.1334 12.6661L15.3334 12.6667ZM13.5334 9.31207C13.1056 9.20161 12.6693 9.45887 12.5588 9.88667C12.4484 10.3145 12.7056 10.7508 13.1334 10.8613L13.5334 9.31207ZM10.8652 1.31167C10.4372 1.20208 10.0013 1.46021 9.89175 1.88824C9.78216 2.31626 10.0403 2.75208 10.4683 2.86167L10.8652 1.31167ZM12.672 4.67H13.472H12.672ZM10.4683 6.47833C10.0403 6.58792 9.78216 7.02374 9.89175 7.45176C10.0013 7.87979 10.4372 8.13792 10.8652 8.02833L10.4683 6.47833ZM12.1334 14V12.6667H10.5334V14H12.1334ZM12.1334 12.6667C12.1334 11.7472 11.7682 10.8655 11.1181 10.2154L9.98668 11.3467C10.3367 11.6968 10.5334 12.1716 10.5334 12.6667H12.1334ZM11.1181 10.2154C10.4679 9.56524 9.58617 9.2 8.66675 9.2V10.8C9.16182 10.8 9.63661 10.9967 9.98668 11.3467L11.1181 10.2154ZM8.66675 9.2H3.33341V10.8H8.66675V9.2ZM3.33341 9.2C2.414 9.2 1.53224 9.56524 0.882111 10.2154L2.01348 11.3467C2.36355 10.9967 2.83834 10.8 3.33341 10.8V9.2ZM0.882111 10.2154C0.231985 10.8655 -0.133252 11.7472 -0.133252 12.6667H1.46675C1.46675 12.1716 1.66341 11.6968 2.01348 11.3467L0.882111 10.2154ZM-0.133252 12.6667V14H1.46675V12.6667H-0.133252ZM7.86675 4.66667C7.86675 5.6976 7.03101 6.53333 6.00008 6.53333V8.13333C7.91467 8.13333 9.46675 6.58125 9.46675 4.66667H7.86675ZM6.00008 6.53333C4.96915 6.53333 4.13341 5.6976 4.13341 4.66667H2.53341C2.53341 6.58125 4.08549 8.13333 6.00008 8.13333V6.53333ZM4.13341 4.66667C4.13341 3.63574 4.96915 2.8 6.00008 2.8V1.2C4.08549 1.2 2.53341 2.75208 2.53341 4.66667H4.13341ZM6.00008 2.8C7.03101 2.8 7.86675 3.63574 7.86675 4.66667H9.46675C9.46675 2.75208 7.91467 1.2 6.00008 1.2V2.8ZM16.1334 14V12.6667H14.5334V14H16.1334ZM16.1334 12.6661C16.1328 11.898 15.8772 11.1518 15.4066 10.5447L14.1421 11.525C14.3954 11.8519 14.5331 12.2537 14.5334 12.6673L16.1334 12.6661ZM15.4066 10.5447C14.936 9.93768 14.2771 9.5041 13.5334 9.31207L13.1334 10.8613C13.5339 10.9647 13.8887 11.1981 14.1421 11.525L15.4066 10.5447ZM10.4683 2.86167C10.8698 2.96447 11.2257 3.19799 11.4799 3.52541L12.7438 2.54434C12.2718 1.93627 11.6109 1.50259 10.8652 1.31167L10.4683 2.86167ZM11.4799 3.52541C11.734 3.85283 11.872 4.25552 11.872 4.67H13.472C13.472 3.90025 13.2158 3.1524 12.7438 2.54434L11.4799 3.52541ZM11.872 4.67C11.872 5.08448 11.734 5.48717 11.4799 5.81459L12.7438 6.79566C13.2158 6.1876 13.472 5.43975 13.472 4.67H11.872ZM11.4799 5.81459C11.2257 6.14201 10.8698 6.37553 10.4683 6.47833L10.8652 8.02833C11.6109 7.83741 12.2718 7.40373 12.7438 6.79566L11.4799 5.81459Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16083"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconUsers, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13661", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconUsers size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVideo.tsx b/src/icons/IconVideo.tsx
index b02067c..f4fb246 100644
--- a/src/icons/IconVideo.tsx
+++ b/src/icons/IconVideo.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVideo = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12627)"><path fillRule="evenodd" clipRule="evenodd" d="M1.99984 4.0835C1.67767 4.0835 1.4165 4.34466 1.4165 4.66683V11.3335C1.4165 11.6557 1.67767 11.9168 1.99984 11.9168H9.33317C9.65534 11.9168 9.9165 11.6557 9.9165 11.3335V4.66683C9.9165 4.34466 9.65534 4.0835 9.33317 4.0835H1.99984ZM11.4165 6.54277V4.66683C11.4165 3.51624 10.4838 2.5835 9.33317 2.5835H1.99984C0.849244 2.5835 -0.0834961 3.51624 -0.0834961 4.66683V11.3335C-0.0834961 12.4841 0.849244 13.4168 1.99984 13.4168H9.33317C10.4838 13.4168 11.4165 12.4841 11.4165 11.3335V9.45755L14.8972 11.9438C15.1259 12.1071 15.4266 12.1289 15.6764 12.0004C15.9262 11.8718 16.0832 11.6144 16.0832 11.3335V4.66683C16.0832 4.38589 15.9262 4.12851 15.6764 3.99995C15.4266 3.8714 15.1259 3.89324 14.8972 4.05653L11.4165 6.54277ZM11.9569 8.00016L14.5832 9.8761V6.12422L11.9569 8.00016Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12627"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16087)"><path d="M15.3332 4.66683H16.1332C16.1332 4.36716 15.9657 4.09262 15.6992 3.9555C15.4328 3.81837 15.112 3.84166 14.8682 4.01584L15.3332 4.66683ZM10.6665 8.00016L10.2015 7.34918C9.99128 7.49934 9.8665 7.7418 9.8665 8.00016C9.8665 8.25852 9.99128 8.50098 10.2015 8.65115L10.6665 8.00016ZM15.3332 11.3335L14.8682 11.9845C15.112 12.1587 15.4328 12.182 15.6992 12.0448C15.9657 11.9077 16.1332 11.6332 16.1332 11.3335H15.3332ZM14.8682 4.01584L10.2015 7.34918L11.1315 8.65115L15.7982 5.31782L14.8682 4.01584ZM10.2015 8.65115L14.8682 11.9845L15.7982 10.6825L11.1315 7.34918L10.2015 8.65115ZM16.1332 11.3335V4.66683H14.5332V11.3335H16.1332ZM1.99984 4.1335H9.33317V2.5335H1.99984V4.1335ZM9.33317 4.1335C9.62772 4.1335 9.8665 4.37228 9.8665 4.66683H11.4665C11.4665 3.48862 10.5114 2.5335 9.33317 2.5335V4.1335ZM9.8665 4.66683V11.3335H11.4665V4.66683H9.8665ZM9.8665 11.3335C9.8665 11.628 9.62772 11.8668 9.33317 11.8668V13.4668C10.5114 13.4668 11.4665 12.5117 11.4665 11.3335H9.8665ZM9.33317 11.8668H1.99984V13.4668H9.33317V11.8668ZM1.99984 11.8668C1.70529 11.8668 1.4665 11.628 1.4665 11.3335H-0.133496C-0.133496 12.5117 0.82163 13.4668 1.99984 13.4668V11.8668ZM1.4665 11.3335V4.66683H-0.133496V11.3335H1.4665ZM1.4665 4.66683C1.4665 4.37228 1.70529 4.1335 1.99984 4.1335V2.5335C0.82163 2.5335 -0.133496 3.48862 -0.133496 4.66683H1.4665Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16087"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconVideo, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13664", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVideo size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVideoOff.tsx b/src/icons/IconVideoOff.tsx
index fa1b88e..629ff46 100644
--- a/src/icons/IconVideoOff.tsx
+++ b/src/icons/IconVideoOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVideoOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12796)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136418 0.136174C0.429311 -0.156719 0.904185 -0.156719 1.19708 0.136174L3.86338 2.80248C3.86362 2.80272 3.86387 2.80296 3.86411 2.8032L11.1967 10.1358C11.197 10.1361 11.1972 10.1363 11.1974 10.1365L15.8637 14.8028C16.1566 15.0957 16.1566 15.5706 15.8637 15.8635C15.5709 16.1564 15.096 16.1564 14.8031 15.8635L11.1993 12.2598C11.0998 12.4602 10.9678 12.6451 10.8066 12.8063C10.4159 13.197 9.88595 13.4165 9.33342 13.4165H2.00008C1.44755 13.4165 0.917643 13.197 0.526942 12.8063C0.136241 12.4156 -0.083252 11.8857 -0.083252 11.3332V4.6665C-0.083252 4.11397 0.136242 3.58407 0.526942 3.19336C0.814177 2.90613 1.17665 2.71143 1.56804 2.62845L0.136418 1.19683C-0.156475 0.903941 -0.156475 0.429067 0.136418 0.136174ZM3.02275 4.08317H2.00008C1.84537 4.08317 1.697 4.14463 1.5876 4.25402C1.47821 4.36342 1.41675 4.51179 1.41675 4.6665V11.3332C1.41675 11.4879 1.47821 11.6363 1.5876 11.7457C1.697 11.855 1.84537 11.9165 2.00008 11.9165H9.33342C9.48812 11.9165 9.6365 11.855 9.74589 11.7457C9.85529 11.6363 9.91675 11.4879 9.91675 11.3332V10.9772L3.02275 4.08317ZM6.35675 3.33317C6.35675 2.91896 6.69253 2.58317 7.10675 2.58317H9.33342C9.88595 2.58317 10.4159 2.80266 10.8066 3.19336C11.1973 3.58407 11.4167 4.11397 11.4167 4.6665V6.57392L14.8939 4.05882C15.1221 3.89369 15.4237 3.87043 15.6746 3.99861C15.9255 4.12678 16.0834 4.38476 16.0834 4.6665V11.3332C16.0834 11.7474 15.7476 12.0832 15.3334 12.0832C14.9192 12.0832 14.5834 11.7474 14.5834 11.3332V6.13464L11.773 8.16753C11.4745 8.38339 11.0635 8.35061 10.8031 8.09017L10.1364 7.4235C9.99577 7.28285 9.91675 7.09208 9.91675 6.89317V4.6665C9.91675 4.51179 9.85529 4.36342 9.74589 4.25402C9.6365 4.14463 9.48812 4.08317 9.33342 4.08317H7.10675C6.69253 4.08317 6.35675 3.74738 6.35675 3.33317Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12796"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16085)"><path d="M11.4667 10.6665C11.4667 10.2247 11.1086 9.8665 10.6667 9.8665C10.2249 9.8665 9.86675 10.2247 9.86675 10.6665H11.4667ZM0.666748 11.3332H-0.133252H0.666748ZM2.00008 3.33317V2.53317V3.33317ZM3.33341 4.13317C3.77524 4.13317 4.13341 3.775 4.13341 3.33317C4.13341 2.89134 3.77524 2.53317 3.33341 2.53317V4.13317ZM7.10675 2.53317C6.66492 2.53317 6.30675 2.89134 6.30675 3.33317C6.30675 3.775 6.66492 4.13317 7.10675 4.13317V2.53317ZM9.33341 3.33317V2.53317V3.33317ZM10.6667 6.89317H9.86675C9.86675 7.10534 9.95103 7.30883 10.1011 7.45886L10.6667 6.89317ZM11.3334 7.55984L10.7677 8.12552C11.0455 8.40333 11.484 8.4383 11.8023 8.20804L11.3334 7.55984ZM15.3334 4.6665H16.1334C16.1334 4.36598 15.965 4.0908 15.6974 3.95408C15.4297 3.81736 15.1081 3.84217 14.8645 4.0183L15.3334 4.6665ZM14.5334 11.3332C14.5334 11.775 14.8916 12.1332 15.3334 12.1332C15.7752 12.1332 16.1334 11.775 16.1334 11.3332H14.5334ZM1.23243 0.100818C0.920014 -0.211601 0.413482 -0.211601 0.101063 0.100818C-0.211357 0.413238 -0.211357 0.91977 0.101063 1.23219L1.23243 0.100818ZM14.7677 15.8989C15.0801 16.2113 15.5867 16.2113 15.8991 15.8989C16.2115 15.5864 16.2115 15.0799 15.8991 14.7675L14.7677 15.8989ZM9.86675 10.6665V11.3332H11.4667V10.6665H9.86675ZM9.86675 11.3332C9.86675 11.4746 9.81056 11.6103 9.71054 11.7103L10.8419 12.8417C11.242 12.4416 11.4667 11.899 11.4667 11.3332H9.86675ZM9.71054 11.7103C9.61052 11.8103 9.47486 11.8665 9.33341 11.8665V13.4665C9.89921 13.4665 10.4418 13.2417 10.8419 12.8417L9.71054 11.7103ZM9.33341 11.8665H2.00008V13.4665H9.33341V11.8665ZM2.00008 11.8665C1.85863 11.8665 1.72298 11.8103 1.62296 11.7103L0.491587 12.8417C0.891664 13.2417 1.43428 13.4665 2.00008 13.4665V11.8665ZM1.62296 11.7103C1.52294 11.6103 1.46675 11.4746 1.46675 11.3332H-0.133252C-0.133252 11.899 0.0915095 12.4416 0.491587 12.8417L1.62296 11.7103ZM1.46675 11.3332V4.6665H-0.133252V11.3332H1.46675ZM1.46675 4.6665C1.46675 4.52506 1.52294 4.3894 1.62296 4.28938L0.491587 3.15801C0.0915093 3.55809 -0.133252 4.10071 -0.133252 4.6665H1.46675ZM1.62296 4.28938C1.72298 4.18936 1.85863 4.13317 2.00008 4.13317V2.53317C1.43429 2.53317 0.891665 2.75793 0.491587 3.15801L1.62296 4.28938ZM2.00008 4.13317H3.33341V2.53317H2.00008V4.13317ZM7.10675 4.13317H9.33341V2.53317H7.10675V4.13317ZM9.33341 4.13317C9.47486 4.13317 9.61052 4.18936 9.71054 4.28938L10.8419 3.15801C10.4418 2.75793 9.89921 2.53317 9.33341 2.53317V4.13317ZM9.71054 4.28938C9.81056 4.3894 9.86675 4.52506 9.86675 4.6665H11.4667C11.4667 4.10071 11.242 3.55809 10.8419 3.15801L9.71054 4.28938ZM9.86675 4.6665V6.89317H11.4667V4.6665H9.86675ZM10.1011 7.45886L10.7677 8.12552L11.8991 6.99415L11.2324 6.32749L10.1011 7.45886ZM11.8023 8.20804L15.8023 5.31471L14.8645 4.0183L10.8645 6.91164L11.8023 8.20804ZM14.5334 4.6665V11.3332H16.1334V4.6665H14.5334ZM0.101063 1.23219L14.7677 15.8989L15.8991 14.7675L1.23243 0.100818L0.101063 1.23219Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16085"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconVideoOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13662", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVideoOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVoicemail.tsx b/src/icons/IconVoicemail.tsx
index dc7e4f8..11ead08 100644
--- a/src/icons/IconVoicemail.tsx
+++ b/src/icons/IconVoicemail.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVoicemail = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12633)"><path fillRule="evenodd" clipRule="evenodd" d="M3.6665 5.4165C2.42386 5.4165 1.4165 6.42386 1.4165 7.6665C1.4165 8.90914 2.42386 9.9165 3.6665 9.9165C4.90914 9.9165 5.9165 8.90914 5.9165 7.6665C5.9165 6.42386 4.90914 5.4165 3.6665 5.4165ZM6.66678 9.9165C7.13755 9.28976 7.4165 8.51071 7.4165 7.6665C7.4165 5.59544 5.73757 3.9165 3.6665 3.9165C1.59544 3.9165 -0.0834961 5.59544 -0.0834961 7.6665C-0.0834961 9.73757 1.59544 11.4165 3.6665 11.4165H12.3332C14.4042 11.4165 16.0832 9.73757 16.0832 7.6665C16.0832 5.59544 14.4042 3.9165 12.3332 3.9165C10.2621 3.9165 8.58317 5.59544 8.58317 7.6665C8.58317 8.51071 8.86213 9.28976 9.3329 9.9165H6.66678ZM12.3332 9.9165C13.5758 9.9165 14.5832 8.90914 14.5832 7.6665C14.5832 6.42386 13.5758 5.4165 12.3332 5.4165C11.0905 5.4165 10.0832 6.42386 10.0832 7.6665C10.0832 8.90914 11.0905 9.9165 12.3332 9.9165Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12633"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16089)"><path d="M5.8665 7.6665C5.8665 8.88153 4.88153 9.8665 3.6665 9.8665V11.4665C5.76519 11.4665 7.4665 9.76519 7.4665 7.6665H5.8665ZM3.6665 9.8665C2.45148 9.8665 1.4665 8.88153 1.4665 7.6665H-0.133496C-0.133496 9.76519 1.56782 11.4665 3.6665 11.4665V9.8665ZM1.4665 7.6665C1.4665 6.45148 2.45148 5.4665 3.6665 5.4665V3.8665C1.56782 3.8665 -0.133496 5.56782 -0.133496 7.6665H1.4665ZM3.6665 5.4665C4.88153 5.4665 5.8665 6.45148 5.8665 7.6665H7.4665C7.4665 5.56782 5.76519 3.8665 3.6665 3.8665V5.4665ZM14.5332 7.6665C14.5332 8.88153 13.5482 9.8665 12.3332 9.8665V11.4665C14.4319 11.4665 16.1332 9.76519 16.1332 7.6665H14.5332ZM12.3332 9.8665C11.1181 9.8665 10.1332 8.88153 10.1332 7.6665H8.53317C8.53317 9.76519 10.2345 11.4665 12.3332 11.4665V9.8665ZM10.1332 7.6665C10.1332 6.45148 11.1181 5.4665 12.3332 5.4665V3.8665C10.2345 3.8665 8.53317 5.56782 8.53317 7.6665H10.1332ZM12.3332 5.4665C13.5482 5.4665 14.5332 6.45148 14.5332 7.6665H16.1332C16.1332 5.56782 14.4319 3.8665 12.3332 3.8665V5.4665ZM3.6665 11.4665H12.3332V9.8665H3.6665V11.4665Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16089"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconVoicemail, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13663", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVoicemail size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVolume.tsx b/src/icons/IconVolume.tsx
index c2cc87b..c21526a 100644
--- a/src/icons/IconVolume.tsx
+++ b/src/icons/IconVolume.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVolume = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.65827 2.65753C7.91811 2.78242 8.08337 3.0452 8.08337 3.3335V12.6668C8.08337 12.9551 7.91811 13.2179 7.65827 13.3428C7.39842 13.4677 7.08998 13.4326 6.86485 13.2525L3.73696 10.7502H1.33337C0.91916 10.7502 0.583374 10.4144 0.583374 10.0002V6.00017C0.583374 5.58596 0.91916 5.25017 1.33337 5.25017H3.73695L6.86485 2.74785C7.08998 2.56775 7.39842 2.53264 7.65827 2.65753ZM6.58337 4.89397L4.46856 6.58582C4.33558 6.69221 4.17034 6.75017 4.00004 6.75017H2.08337V9.25017H4.00004C4.17034 9.25017 4.33558 9.30813 4.46856 9.41452L6.58337 11.1064V4.89397Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.33337 3.3335H8.13337C8.13337 3.02597 7.9571 2.74567 7.67992 2.61245C7.40275 2.47924 7.07375 2.51669 6.83362 2.7088L7.33337 3.3335ZM4.00004 6.00016V6.80016C4.1817 6.80016 4.35795 6.73834 4.4998 6.62486L4.00004 6.00016ZM1.33337 6.00016V5.20016C0.891546 5.20016 0.533374 5.55833 0.533374 6.00016H1.33337ZM1.33337 10.0002H0.533374C0.533374 10.442 0.891546 10.8002 1.33337 10.8002L1.33337 10.0002ZM4.00004 10.0002L4.4998 9.37547C4.35795 9.26199 4.1817 9.20016 4.00004 9.20016V10.0002ZM7.33337 12.6668L6.83362 13.2915C7.07375 13.4836 7.40275 13.5211 7.67992 13.3879C7.9571 13.2547 8.13337 12.9744 8.13337 12.6668H7.33337ZM6.83362 2.7088L3.50028 5.37547L4.4998 6.62486L7.83313 3.95819L6.83362 2.7088ZM4.00004 5.20016H1.33337V6.80016H4.00004V5.20016ZM0.533374 6.00016V10.0002H2.13337V6.00016H0.533374ZM1.33337 10.8002H4.00004V9.20016H1.33337V10.8002ZM3.50028 10.6249L6.83362 13.2915L7.83313 12.0421L4.4998 9.37547L3.50028 10.6249ZM8.13337 12.6668V3.3335H6.53337V12.6668H8.13337Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconVolume, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13667", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVolume size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVolume1.tsx b/src/icons/IconVolume1.tsx
index d22c6a8..86dd659 100644
--- a/src/icons/IconVolume1.tsx
+++ b/src/icons/IconVolume1.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVolume1 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.65822 2.65753C7.91807 2.78242 8.08333 3.0452 8.08333 3.3335V12.6668C8.08333 12.9551 7.91807 13.2179 7.65822 13.3428C7.39837 13.4677 7.08993 13.4326 6.86481 13.2525L3.73691 10.7502H1.33333C0.919115 10.7502 0.583328 10.4144 0.583328 10.0002V6.00017C0.583328 5.58596 0.919115 5.25017 1.33333 5.25017H3.73691L6.86481 2.74785C7.08993 2.56775 7.39837 2.53264 7.65822 2.65753ZM6.58333 4.89397L4.46852 6.58582C4.33553 6.69221 4.1703 6.75017 3.99999 6.75017H2.08333V9.25017H3.99999C4.1703 9.25017 4.33553 9.30813 4.46852 9.41452L6.58333 11.1064V4.89397ZM9.82975 5.10976C10.1227 4.81691 10.5976 4.81698 10.8904 5.10992C11.6559 5.87566 12.0859 6.91408 12.0859 7.99684C12.0859 9.07959 11.6559 10.118 10.8904 10.8838C10.5976 11.1767 10.1227 11.1768 9.82975 10.8839C9.53681 10.5911 9.53674 10.1162 9.82959 9.82325C10.3139 9.33881 10.5859 8.68184 10.5859 7.99684C10.5859 7.31183 10.3139 6.65487 9.82959 6.17042C9.53674 5.87748 9.53681 5.40261 9.82975 5.10976Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.33333 3.3335H8.13333C8.13333 3.02597 7.95705 2.74567 7.67988 2.61245C7.40271 2.47924 7.07371 2.51669 6.83357 2.7088L7.33333 3.3335ZM3.99999 6.00016V6.80016C4.18165 6.80016 4.3579 6.73834 4.49975 6.62486L3.99999 6.00016ZM1.33333 6.00016V5.20016C0.8915 5.20016 0.533328 5.55833 0.533328 6.00016H1.33333ZM1.33333 10.0002H0.533328C0.533328 10.442 0.8915 10.8002 1.33333 10.8002L1.33333 10.0002ZM3.99999 10.0002L4.49975 9.37547C4.3579 9.26199 4.18165 9.20016 3.99999 9.20016V10.0002ZM7.33333 12.6668L6.83357 13.2915C7.07371 13.4836 7.40271 13.5211 7.67988 13.3879C7.95705 13.2547 8.13333 12.9744 8.13333 12.6668H7.33333ZM10.9258 5.07456C10.6134 4.7621 10.1069 4.76202 9.79439 5.07439C9.48193 5.38676 9.48185 5.8933 9.79422 6.20576L10.9258 5.07456ZM9.79422 9.7879C9.48185 10.1004 9.48193 10.6069 9.79439 10.9193C10.1069 11.2316 10.6134 11.2316 10.9258 10.9191L9.79422 9.7879ZM6.83357 2.7088L3.50024 5.37547L4.49975 6.62486L7.83308 3.95819L6.83357 2.7088ZM3.99999 5.20016H1.33333V6.80016H3.99999V5.20016ZM0.533328 6.00016V10.0002H2.13333V6.00016H0.533328ZM1.33333 10.8002H3.99999V9.20016H1.33333V10.8002ZM3.50024 10.6249L6.83357 13.2915L7.83308 12.0421L4.49975 9.37547L3.50024 10.6249ZM8.13333 12.6668V3.3335H6.53333V12.6668H8.13333ZM9.79422 6.20576C10.2692 6.68083 10.5359 7.32508 10.5359 7.99683H12.136C12.136 6.90082 11.7006 5.84968 10.9258 5.07456L9.79422 6.20576ZM10.5359 7.99683C10.5359 8.66858 10.2692 9.31283 9.79422 9.7879L10.9258 10.9191C11.7006 10.144 12.136 9.09284 12.136 7.99683H10.5359Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconVolume1, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13666", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVolume1 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVolume2.tsx b/src/icons/IconVolume2.tsx
index b558764..899540f 100644
--- a/src/icons/IconVolume2.tsx
+++ b/src/icons/IconVolume2.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVolume2 = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M12.1831 2.75621C12.476 2.46336 12.9509 2.46343 13.2437 2.75637C14.6341 4.1472 15.4152 6.03332 15.4152 7.99995C15.4152 9.96659 14.6341 11.8527 13.2437 13.2435C12.9509 13.5365 12.476 13.5365 12.1831 13.2437C11.8901 12.9508 11.8901 12.476 12.1829 12.183C13.2921 11.0735 13.9152 9.56884 13.9152 7.99995C13.9152 6.43107 13.2921 4.92641 12.1829 3.81687C11.8901 3.52393 11.8901 3.04906 12.1831 2.75621ZM7.6582 2.65731C7.91805 2.7822 8.08331 3.04498 8.08331 3.33329V12.6666C8.08331 12.9549 7.91805 13.2177 7.6582 13.3426C7.39836 13.4675 7.08992 13.4324 6.86479 13.2523L3.73689 10.75H1.33331C0.919099 10.75 0.583313 10.4142 0.583313 9.99995V5.99995C0.583313 5.58574 0.919099 5.24995 1.33331 5.24995H3.73689L6.86479 2.74764C7.08992 2.56753 7.39836 2.53242 7.6582 2.65731ZM6.58331 4.89376L4.4685 6.58561C4.33552 6.69199 4.17028 6.74995 3.99998 6.74995H2.08331V9.24995H3.99998C4.17028 9.24995 4.33552 9.30792 4.4685 9.4143L6.58331 11.1062V4.89376ZM9.82973 5.10954C10.1227 4.8167 10.5975 4.81677 10.8904 5.1097C11.6559 5.87544 12.0859 6.91387 12.0859 7.99662C12.0859 9.07937 11.6559 10.1178 10.8904 10.8835C10.5975 11.1765 10.1227 11.1765 9.82973 10.8837C9.53679 10.5908 9.53672 10.116 9.82957 9.82304C10.3139 9.33859 10.5859 8.68163 10.5859 7.99662C10.5859 7.31161 10.3139 6.65465 9.82957 6.1702C9.53672 5.87727 9.53679 5.40239 9.82973 5.10954Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M7.33331 3.33329H8.13331C8.13331 3.02576 7.95704 2.74546 7.67986 2.61225C7.40269 2.47903 7.07369 2.51648 6.83356 2.70859L7.33331 3.33329ZM3.99998 5.99995V6.79995C4.18164 6.79995 4.35789 6.73813 4.49974 6.62465L3.99998 5.99995ZM1.33331 5.99995V5.19995C0.891485 5.19995 0.533313 5.55813 0.533313 5.99995H1.33331ZM1.33331 9.99996H0.533313C0.533313 10.4418 0.891485 10.8 1.33331 10.8L1.33331 9.99996ZM3.99998 9.99996L4.49974 9.37526C4.35789 9.26178 4.18164 9.19995 3.99998 9.19995V9.99996ZM7.33331 12.6666L6.83356 13.2913C7.07369 13.4834 7.40269 13.5209 7.67986 13.3877C7.95704 13.2544 8.13331 12.9741 8.13331 12.6666H7.33331ZM13.2791 2.72102C12.9667 2.40855 12.4602 2.40848 12.1477 2.72085C11.8352 3.03322 11.8352 3.53975 12.1475 3.85222L13.2791 2.72102ZM12.1475 12.1477C11.8352 12.4602 11.8352 12.9667 12.1477 13.2791C12.4602 13.5914 12.9667 13.5914 13.2791 13.2789L12.1475 12.1477ZM10.9257 5.07435C10.6134 4.76189 10.1068 4.76181 9.79438 5.07418C9.48191 5.38656 9.48184 5.89309 9.79421 6.20555L10.9257 5.07435ZM9.79421 9.78769C9.48184 10.1002 9.48191 10.6067 9.79438 10.9191C10.1068 11.2314 10.6134 11.2314 10.9257 10.9189L9.79421 9.78769ZM6.83356 2.70859L3.50022 5.37526L4.49974 6.62465L7.83307 3.95798L6.83356 2.70859ZM3.99998 5.19995H1.33331V6.79995H3.99998V5.19995ZM0.533313 5.99995V9.99996H2.13331V5.99995H0.533313ZM1.33331 10.8H3.99998V9.19995H1.33331V10.8ZM3.50022 10.6247L6.83356 13.2913L7.83307 12.0419L4.49974 9.37526L3.50022 10.6247ZM8.13331 12.6666V3.33329H6.53331V12.6666H8.13331ZM12.1475 3.85222C13.2474 4.95238 13.8652 6.44432 13.8652 7.99995H15.4652C15.4652 6.02006 14.6789 4.12123 13.2791 2.72102L12.1475 3.85222ZM13.8652 7.99995C13.8652 9.55558 13.2474 11.0475 12.1475 12.1477L13.2791 13.2789C14.6789 11.8787 15.4652 9.97985 15.4652 7.99995H13.8652ZM9.79421 6.20555C10.2691 6.68062 10.5359 7.32487 10.5359 7.99662H12.1359C12.1359 6.90061 11.7006 5.84947 10.9257 5.07435L9.79421 6.20555ZM10.5359 7.99662C10.5359 8.66837 10.2691 9.31262 9.79421 9.78769L10.9257 10.9189C11.7006 10.1438 12.1359 9.09263 12.1359 7.99662H10.5359Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconVolume2, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13665", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVolume2 size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconVolumeX.tsx b/src/icons/IconVolumeX.tsx
index a565d4f..3de2294 100644
--- a/src/icons/IconVolumeX.tsx
+++ b/src/icons/IconVolumeX.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconVolumeX = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12501)"><path fillRule="evenodd" clipRule="evenodd" d="M7.65827 2.65753C7.91811 2.78242 8.08337 3.0452 8.08337 3.3335V12.6668C8.08337 12.9551 7.91811 13.2179 7.65827 13.3428C7.39842 13.4677 7.08998 13.4326 6.86485 13.2525L3.73696 10.7502H1.33337C0.91916 10.7502 0.583374 10.4144 0.583374 10.0002V6.00017C0.583374 5.58596 0.91916 5.25017 1.33337 5.25017H3.73695L6.86485 2.74785C7.08998 2.56775 7.39842 2.53264 7.65827 2.65753ZM6.58337 4.89397L4.46856 6.58582C4.33558 6.69221 4.17034 6.75017 4.00004 6.75017H2.08337V9.25017H4.00004C4.17034 9.25017 4.33558 9.30813 4.46856 9.41452L6.58337 11.1064V4.89397ZM10.803 5.46984C11.0959 5.17695 11.5708 5.17695 11.8637 5.46984L13.3334 6.93951L14.803 5.46984C15.0959 5.17695 15.5708 5.17695 15.8637 5.46984C16.1566 5.76273 16.1566 6.23761 15.8637 6.5305L14.394 8.00017L15.8637 9.46984C16.1566 9.76273 16.1566 10.2376 15.8637 10.5305C15.5708 10.8234 15.0959 10.8234 14.803 10.5305L13.3334 9.06083L11.8637 10.5305C11.5708 10.8234 11.0959 10.8234 10.803 10.5305C10.5102 10.2376 10.5102 9.76273 10.803 9.46984L12.2727 8.00017L10.803 6.5305C10.5102 6.23761 10.5102 5.76273 10.803 5.46984Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12501"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16095)"><path d="M7.33337 3.3335H8.13337C8.13337 3.02597 7.9571 2.74567 7.67992 2.61245C7.40275 2.47924 7.07375 2.51669 6.83362 2.7088L7.33337 3.3335ZM4.00004 6.00016V6.80016C4.1817 6.80016 4.35795 6.73834 4.4998 6.62486L4.00004 6.00016ZM1.33337 6.00016V5.20016C0.891546 5.20016 0.533374 5.55833 0.533374 6.00016H1.33337ZM1.33337 10.0002H0.533374C0.533374 10.442 0.891546 10.8002 1.33337 10.8002L1.33337 10.0002ZM4.00004 10.0002L4.4998 9.37547C4.35795 9.26199 4.1817 9.20016 4.00004 9.20016V10.0002ZM7.33337 12.6668L6.83362 13.2915C7.07375 13.4836 7.40275 13.5211 7.67992 13.3879C7.9571 13.2547 8.13337 12.9744 8.13337 12.6668H7.33337ZM15.8991 6.56585C16.2115 6.25343 16.2115 5.7469 15.8991 5.43448C15.5866 5.12206 15.0801 5.12206 14.7677 5.43448L15.8991 6.56585ZM10.7677 9.43448C10.4553 9.7469 10.4553 10.2534 10.7677 10.5658C11.0801 10.8783 11.5866 10.8783 11.8991 10.5658L10.7677 9.43448ZM11.8991 5.43448C11.5866 5.12206 11.0801 5.12206 10.7677 5.43448C10.4553 5.7469 10.4553 6.25343 10.7677 6.56585L11.8991 5.43448ZM14.7677 10.5658C15.0801 10.8783 15.5866 10.8783 15.8991 10.5658C16.2115 10.2534 16.2115 9.7469 15.8991 9.43448L14.7677 10.5658ZM6.83362 2.7088L3.50028 5.37547L4.4998 6.62486L7.83313 3.95819L6.83362 2.7088ZM4.00004 5.20016H1.33337V6.80016H4.00004V5.20016ZM0.533374 6.00016V10.0002H2.13337V6.00016H0.533374ZM1.33337 10.8002H4.00004V9.20016H1.33337V10.8002ZM3.50028 10.6249L6.83362 13.2915L7.83313 12.0421L4.4998 9.37547L3.50028 10.6249ZM8.13337 12.6668V3.3335H6.53337V12.6668H8.13337ZM14.7677 5.43448L10.7677 9.43448L11.8991 10.5658L15.8991 6.56585L14.7677 5.43448ZM10.7677 6.56585L14.7677 10.5658L15.8991 9.43448L11.8991 5.43448L10.7677 6.56585Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16095"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconVolumeX, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13668", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconVolumeX size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconWatch.tsx b/src/icons/IconWatch.tsx
index 74d5a96..af65c13 100644
--- a/src/icons/IconWatch.tsx
+++ b/src/icons/IconWatch.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconWatch = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12413)"><path fillRule="evenodd" clipRule="evenodd" d="M9.85127 1.5684C9.74327 1.47012 9.60232 1.41592 9.4563 1.41651L9.45325 1.41651H6.5537C6.40827 1.41672 6.26815 1.47124 6.16083 1.56939C6.05344 1.66761 5.98664 1.80241 5.97354 1.94735L5.87593 3.01547C6.52813 2.73719 7.24604 2.58318 7.99992 2.58318C8.75915 2.58318 9.4819 2.73939 10.1378 3.02141L10.0397 1.9481C10.0266 1.80266 9.95927 1.66669 9.85127 1.5684ZM11.741 4.08263C12.7734 5.06892 13.4166 6.45928 13.4166 7.99985C13.4166 9.54767 12.7674 10.9439 11.7264 11.931L11.5202 14.1873C11.5202 14.1876 11.5202 14.1871 11.5202 14.1873C11.4731 14.7065 11.233 15.1899 10.8475 15.5407C10.4621 15.8914 9.95941 16.0849 9.43843 16.0832C9.43791 16.0832 9.43739 16.0832 9.43688 16.0832L9.43992 15.3332V16.0832H9.43843H6.55474M4.47296 14.1873C4.47295 14.1872 4.47298 14.1875 4.47296 14.1873V14.1873ZM4.47296 14.1873L4.26613 11.924C3.22943 10.9373 2.58325 9.54405 2.58325 7.99985C2.58325 6.45203 3.23246 5.05584 4.27343 4.06873L4.47963 1.81235C4.47962 1.81247 4.47964 1.81222 4.47963 1.81235M9.45191 -0.0834851C9.97283 -0.0851747 10.4755 0.108358 10.8608 0.458993C11.2466 0.810008 11.4866 1.29293 11.5335 1.81235L11.741 4.08263M9.45191 -0.0834851H9.45325V0.666515L9.45021 -0.0834789C9.45078 -0.0834812 9.45134 -0.0834833 9.45191 -0.0834851ZM5.43875 5.03654C4.60853 5.75473 4.08325 6.81595 4.08325 7.99985C4.08325 10.163 5.8368 11.9165 7.99992 11.9165C8.94419 11.9165 9.81041 11.5824 10.4868 11.0258C10.5102 11.0034 10.535 10.9824 10.5611 10.9632C11.3913 10.245 11.9166 9.18376 11.9166 7.99985C11.9166 5.83673 10.163 4.08318 7.99992 4.08318C7.05565 4.08318 6.18943 4.41734 5.51306 4.97385C5.48966 4.99632 5.46483 5.01727 5.43875 5.03654ZM5.869 12.9813L5.96681 14.0516C5.97995 14.197 6.04723 14.333 6.15523 14.4313C6.26324 14.5296 6.40418 14.5838 6.55021 14.5832L6.55325 14.5832L9.43992 14.5832L9.44296 14.5832C9.58899 14.5838 9.72993 14.5296 9.83794 14.4313C9.94594 14.333 10.0132 14.1978 10.0263 14.0524L10.1239 12.9842C9.47171 13.2625 8.7538 13.4165 7.99992 13.4165C7.24336 13.4165 6.52303 13.2614 5.869 12.9813ZM7.99992 5.24985C8.41413 5.24985 8.74992 5.58563 8.74992 5.99985V7.68919L9.53025 8.46952C9.82314 8.76241 9.82314 9.23729 9.53025 9.53018C9.23736 9.82307 8.76248 9.82307 8.46959 9.53018L7.46959 8.53018C7.32894 8.38953 7.24992 8.19876 7.24992 7.99985V5.99985C7.24992 5.58563 7.58571 5.24985 7.99992 5.24985Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12413"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16099)"><path d="M8.79992 5.99985C8.79992 5.55802 8.44175 5.19985 7.99992 5.19985C7.55809 5.19985 7.19992 5.55802 7.19992 5.99985H8.79992ZM7.99992 7.99985H7.19992C7.19992 8.21202 7.2842 8.4155 7.43423 8.56553L7.99992 7.99985ZM8.43423 9.56553C8.74665 9.87795 9.25318 9.87795 9.5656 9.56553C9.87802 9.25311 9.87802 8.74658 9.5656 8.43416L8.43423 9.56553ZM11.8033 11.6393C11.8435 11.1993 11.5194 10.81 11.0794 10.7698C10.6394 10.7296 10.2501 11.0537 10.2099 11.4937L11.8033 11.6393ZM10.7733 14.1199L9.97657 14.047L9.9765 14.0479L10.7733 14.1199ZM9.43992 15.3332L9.44316 14.5332H9.43992V15.3332ZM6.55325 15.3332V14.5332L6.55001 14.5332L6.55325 15.3332ZM5.21992 14.1199L6.01667 14.0479L6.0166 14.047L5.21992 14.1199ZM5.78327 11.4937C5.74306 11.0537 5.35378 10.7296 4.91378 10.7698C4.47379 10.81 4.1497 11.1993 4.1899 11.6393L5.78327 11.4937ZM4.19657 4.36038C4.15636 4.80037 4.48045 5.18965 4.92045 5.22986C5.36044 5.27007 5.74972 4.94598 5.78993 4.50599L4.19657 4.36038ZM5.22659 1.87985L6.02327 1.95265L6.02334 1.95185L5.22659 1.87985ZM6.55325 0.666515V-0.133485L6.5525 -0.133485L6.55325 0.666515ZM9.45325 0.666515V1.46652L9.4565 1.46651L9.45325 0.666515ZM10.7866 1.87985L9.98983 1.95184L9.9899 1.95265L10.7866 1.87985ZM10.2232 4.50599C10.2634 4.94598 10.6527 5.27007 11.0927 5.22986C11.5327 5.18965 11.8568 4.80037 11.8166 4.36038L10.2232 4.50599ZM11.8666 7.99985C11.8666 10.1354 10.1354 11.8665 7.99992 11.8665V13.4665C11.0191 13.4665 13.4666 11.019 13.4666 7.99985H11.8666ZM7.99992 11.8665C5.86442 11.8665 4.13325 10.1353 4.13325 7.99985H2.53325C2.53325 11.019 4.98076 13.4665 7.99992 13.4665V11.8665ZM4.13325 7.99985C4.13325 5.86435 5.86442 4.13318 7.99992 4.13318V2.53318C4.98076 2.53318 2.53325 4.98069 2.53325 7.99985H4.13325ZM7.99992 4.13318C10.1354 4.13318 11.8666 5.86435 11.8666 7.99985H13.4666C13.4666 4.98069 11.0191 2.53318 7.99992 2.53318V4.13318ZM7.19992 5.99985V7.99985H8.79992V5.99985H7.19992ZM7.43423 8.56553L8.43423 9.56553L9.5656 8.43416L8.5656 7.43416L7.43423 8.56553ZM10.2099 11.4937L9.97657 14.047L11.5699 14.1927L11.8033 11.6393L10.2099 11.4937ZM9.9765 14.0479C9.96448 14.1808 9.90303 14.3045 9.80428 14.3943L10.8811 15.5777C11.2761 15.2182 11.5219 14.7237 11.57 14.1918L9.9765 14.0479ZM9.80428 14.3943C9.70553 14.4842 9.57667 14.5337 9.44316 14.5332L9.43667 16.1332C9.97072 16.1353 10.4862 15.9371 10.8811 15.5777L9.80428 14.3943ZM9.43992 14.5332H6.55325V16.1332H9.43992V14.5332ZM6.55001 14.5332C6.4165 14.5337 6.28764 14.4842 6.18889 14.3943L5.11202 15.5777C5.50701 15.9371 6.02245 16.1353 6.5565 16.1332L6.55001 14.5332ZM6.18889 14.3943C6.09014 14.3045 6.02869 14.1808 6.01667 14.0479L4.42316 14.1918C4.47123 14.7237 4.71703 15.2182 5.11202 15.5777L6.18889 14.3943ZM6.0166 14.047L5.78327 11.4937L4.1899 11.6393L4.42324 14.1927L6.0166 14.047ZM5.78993 4.50599L6.02327 1.95265L4.42991 1.80704L4.19657 4.36038L5.78993 4.50599ZM6.02334 1.95185C6.03531 1.81934 6.09639 1.69608 6.19457 1.60629L5.11475 0.425611C4.72202 0.784792 4.47773 1.2778 4.42983 1.80785L6.02334 1.95185ZM6.19457 1.60629C6.29275 1.51649 6.42095 1.46664 6.55401 1.46651L6.5525 -0.133485C6.02029 -0.132984 5.50748 0.0664307 5.11475 0.425611L6.19457 1.60629ZM6.55325 1.46651H9.45325V-0.133485H6.55325V1.46651ZM9.4565 1.46651C9.59001 1.46597 9.71887 1.51552 9.81762 1.60538L10.8945 0.422013C10.4995 0.0625727 9.98406 -0.135645 9.45001 -0.133479L9.4565 1.46651ZM9.81762 1.60538C9.91636 1.69524 9.97782 1.81887 9.98983 1.95184L11.5833 1.80785C11.5353 1.27597 11.2895 0.781453 10.8945 0.422013L9.81762 1.60538ZM9.9899 1.95265L10.2232 4.50599L11.8166 4.36038L11.5833 1.80704L9.9899 1.95265Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16099"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconWatch, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13670", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconWatch size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconWifi.tsx b/src/icons/IconWifi.tsx
index a5b37a9..9fe7109 100644
--- a/src/icons/IconWifi.tsx
+++ b/src/icons/IconWifi.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconWifi = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.00012 4.08496C5.58559 4.08496 3.25402 4.96588 1.44272 6.56249C1.132 6.83638 0.658061 6.80653 0.384162 6.4958C0.110264 6.18507 0.14012 5.71114 0.450849 5.43724C2.53612 3.59913 5.22037 2.58496 8.00012 2.58496C10.7799 2.58496 13.4641 3.59913 15.5494 5.43724C15.8601 5.71114 15.89 6.18507 15.6161 6.4958C15.3422 6.80653 14.8682 6.83638 14.5575 6.56249C12.7462 4.96588 10.4146 4.08496 8.00012 4.08496ZM8.02679 7.41794C6.48725 7.41794 4.9964 7.9575 3.81345 8.94281C3.49518 9.20791 3.02227 9.1648 2.75717 8.84653C2.49208 8.52826 2.53518 8.05534 2.85345 7.79025C4.30593 6.58044 6.13647 5.91794 8.02679 5.91794C9.91711 5.91794 11.7476 6.58044 13.2001 7.79025C13.5184 8.05534 13.5615 8.52826 13.2964 8.84653C13.0313 9.1648 12.5584 9.20791 12.2401 8.94281C11.0572 7.9575 9.56633 7.41794 8.02679 7.41794ZM8.00345 10.7507C7.3289 10.7507 6.67106 10.9606 6.12116 11.3513C5.78349 11.5912 5.31528 11.5119 5.07538 11.1742C4.83548 10.8366 4.91474 10.3684 5.25241 10.1285C6.05611 9.55746 7.01757 9.2507 8.00345 9.2507C8.98934 9.2507 9.95079 9.55746 10.7545 10.1285C11.0922 10.3684 11.1714 10.8366 10.9315 11.1742C10.6916 11.5119 10.2234 11.5912 9.88575 11.3513C9.33584 10.9606 8.67801 10.7507 8.00345 10.7507ZM7.25012 13.3332C7.25012 12.919 7.58591 12.5832 8.00012 12.5832H8.00679C8.421 12.5832 8.75679 12.919 8.75679 13.3332C8.75679 13.7474 8.421 14.0832 8.00679 14.0832H8.00012C7.58591 14.0832 7.25012 13.7474 7.25012 13.3332Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M2.82144 7.75183C2.48195 8.0346 2.43597 8.53904 2.71874 8.87853C3.00151 9.21802 3.50595 9.264 3.84544 8.98123L2.82144 7.75183ZM8.02678 6.66794V5.86794V6.66794ZM12.2081 8.98123C12.5476 9.264 13.052 9.21802 13.3348 8.87853C13.6176 8.53904 13.5716 8.0346 13.2321 7.75183L12.2081 8.98123ZM0.417777 5.39973C0.0863333 5.69189 0.0544862 6.19742 0.346645 6.52886C0.638803 6.86031 1.14433 6.89215 1.47578 6.59999L0.417777 5.39973ZM14.5244 6.59999C14.8559 6.89215 15.3614 6.86031 15.6536 6.52886C15.9457 6.19742 15.9139 5.69189 15.5824 5.39973L14.5244 6.59999ZM5.22344 10.0877C4.86326 10.3436 4.77872 10.843 5.03461 11.2032C5.2905 11.5634 5.78993 11.6479 6.15011 11.392L5.22344 10.0877ZM9.85678 11.392C10.217 11.6479 10.7164 11.5634 10.9723 11.2032C11.2282 10.843 11.1436 10.3436 10.7834 10.0877L9.85678 11.392ZM8.00011 12.5332C7.55828 12.5332 7.20011 12.8914 7.20011 13.3332C7.20011 13.775 7.55828 14.1332 8.00011 14.1332V12.5332ZM8.00678 14.1332C8.44861 14.1332 8.80678 13.775 8.80678 13.3332C8.80678 12.8914 8.44861 12.5332 8.00678 12.5332V14.1332ZM3.84544 8.98123C5.0194 8.00341 6.49893 7.46794 8.02678 7.46794V5.86794C6.12476 5.86794 4.2829 6.53454 2.82144 7.75183L3.84544 8.98123ZM8.02678 7.46794C9.55462 7.46794 11.0342 8.00341 12.2081 8.98123L13.2321 7.75183C11.7707 6.53454 9.92879 5.86794 8.02678 5.86794V7.46794ZM1.47578 6.59999C3.27794 5.01144 5.59776 4.13496 8.00011 4.13496V2.53496C5.20819 2.53496 2.51218 3.55357 0.417777 5.39973L1.47578 6.59999ZM8.00011 4.13496C10.4025 4.13496 12.7223 5.01144 14.5244 6.59999L15.5824 5.39973C13.488 3.55357 10.792 2.53496 8.00011 2.53496V4.13496ZM6.15011 11.392C6.69155 11.0074 7.33927 10.8007 8.00344 10.8007V9.2007C7.00718 9.2007 6.03561 9.51069 5.22344 10.0877L6.15011 11.392ZM8.00344 10.8007C8.66762 10.8007 9.31534 11.0074 9.85678 11.392L10.7834 10.0877C9.97128 9.51069 8.99971 9.2007 8.00344 9.2007V10.8007ZM8.00011 14.1332H8.00678V12.5332H8.00011V14.1332Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconWifi, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13672", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconWifi size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconWifiOff.tsx b/src/icons/IconWifiOff.tsx
index 3163515..dccc841 100644
--- a/src/icons/IconWifiOff.tsx
+++ b/src/icons/IconWifiOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconWifiOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12781)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136418 0.136174C0.429311 -0.156719 0.904185 -0.156719 1.19708 0.136174L4.59876 3.53785C4.60687 3.5456 4.61482 3.55355 4.62259 3.56169L7.24766 6.18676C7.29175 6.22188 7.33195 6.26199 7.36732 6.30642L15.8637 14.8028C16.1566 15.0957 16.1566 15.5706 15.8637 15.8635C15.5709 16.1564 15.096 16.1564 14.8031 15.8635L10.4224 11.4828C10.2399 11.508 10.0478 11.4664 9.88571 11.3512C9.33581 10.9606 8.67797 10.7507 8.00342 10.7507C7.32886 10.7507 6.67102 10.9606 6.12112 11.3512C5.78345 11.5911 5.31524 11.5119 5.07534 11.1742C4.83544 10.8365 4.9147 10.3683 5.25237 10.1284C6.05607 9.55744 7.01753 9.25067 8.00342 9.25067C8.06709 9.25067 8.13065 9.25195 8.19409 9.2545L6.52836 7.58877C5.53202 7.82066 4.60204 8.28342 3.81449 8.94189C3.49672 9.20758 3.02372 9.16536 2.75803 8.84758C2.49234 8.52981 2.53456 8.05681 2.85234 7.79112C3.58791 7.17611 4.42457 6.69998 5.32129 6.38171L3.90687 4.96729C3.01161 5.37251 2.18112 5.90974 1.44346 6.56178C1.13311 6.8361 0.659135 6.8069 0.384808 6.49655C0.110481 6.1862 0.139684 5.71222 0.450035 5.4379C1.15968 4.81062 1.94389 4.27557 2.78385 3.84427L0.136418 1.19683C-0.156475 0.903941 -0.156475 0.429067 0.136418 0.136174ZM11.128 4.58935C9.86397 4.16873 8.52817 4.00709 7.20032 4.11408C6.78744 4.14735 6.42577 3.83962 6.3925 3.42674C6.35924 3.01387 6.66697 2.6522 7.07984 2.61893C8.60854 2.49575 10.1464 2.68184 11.6016 3.16609C13.0568 3.65033 14.3995 4.42282 15.5496 5.43742C15.8602 5.71144 15.8899 6.18539 15.6158 6.49601C15.3418 6.80662 14.8679 6.83628 14.5572 6.56226C13.5583 5.68096 12.392 5.00997 11.128 4.58935ZM10.4727 7.04423C10.6544 6.67198 11.1034 6.51749 11.4757 6.69916C12.0779 6.99306 12.641 7.36107 13.152 7.79464C13.4678 8.06263 13.5066 8.53592 13.2386 8.85176C12.9706 9.16759 12.4973 9.20637 12.1815 8.93837C11.7658 8.58566 11.3077 8.28628 10.8178 8.04719C10.4456 7.86552 10.2911 7.41648 10.4727 7.04423ZM7.25008 13.3332C7.25008 12.919 7.58587 12.5832 8.00008 12.5832H8.00675C8.42096 12.5832 8.75675 12.919 8.75675 13.3332C8.75675 13.7474 8.42096 14.0832 8.00675 14.0832H8.00008C7.58587 14.0832 7.25008 13.7474 7.25008 13.3332Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12781"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16101)"><path d="M1.23243 0.100818C0.920014 -0.211601 0.413482 -0.211601 0.101063 0.100818C-0.211357 0.413238 -0.211357 0.91977 0.101063 1.23219L1.23243 0.100818ZM14.7677 15.8989C15.0801 16.2113 15.5867 16.2113 15.8991 15.8989C16.2115 15.5864 16.2115 15.0799 15.8991 14.7675L14.7677 15.8989ZM11.4976 6.65422C11.1006 6.46044 10.6216 6.62523 10.4278 7.0223C10.234 7.41936 10.3988 7.89834 10.7959 8.09212L11.4976 6.65422ZM12.1491 8.9765C12.486 9.26236 12.9909 9.22099 13.2767 8.8841C13.5626 8.54722 13.5212 8.04238 13.1843 7.75651L12.1491 8.9765ZM2.82027 7.75276C2.48131 8.03617 2.43627 8.54069 2.71967 8.87965C3.00308 9.21861 3.5076 9.26365 3.84656 8.98024L2.82027 7.75276ZM6.91517 7.56168C7.35065 7.48708 7.6432 7.07357 7.56859 6.63808C7.49399 6.2026 7.08048 5.91005 6.64499 5.98466L6.91517 7.56168ZM7.07583 2.56909C6.63543 2.60457 6.30718 2.99036 6.34267 3.43076C6.37815 3.87116 6.76393 4.19941 7.20434 4.16392L7.07583 2.56909ZM14.5242 6.59975C14.8555 6.89205 15.361 6.86041 15.6533 6.52908C15.9456 6.19776 15.914 5.69222 15.5827 5.39992L14.5242 6.59975ZM0.416921 5.40043C0.0858802 5.69305 0.0547301 6.19862 0.347345 6.52966C0.639961 6.8607 1.14553 6.89186 1.47657 6.59924L0.416921 5.40043ZM4.37358 4.82405C4.7846 4.66196 4.98639 4.19736 4.8243 3.78634C4.6622 3.37532 4.1976 3.17353 3.78658 3.33562L4.37358 4.82405ZM5.22341 10.0877C4.86323 10.3436 4.77869 10.843 5.03458 11.2032C5.29047 11.5634 5.7899 11.6479 6.15008 11.392L5.22341 10.0877ZM9.85675 11.392C10.2169 11.6479 10.7164 11.5634 10.9722 11.2032C11.2281 10.843 11.1436 10.3436 10.7834 10.0877L9.85675 11.392ZM8.00008 12.5332C7.55825 12.5332 7.20008 12.8913 7.20008 13.3332C7.20008 13.775 7.55825 14.1332 8.00008 14.1332V12.5332ZM8.00675 14.1332C8.44858 14.1332 8.80675 13.775 8.80675 13.3332C8.80675 12.8913 8.44858 12.5332 8.00675 12.5332V14.1332ZM0.101063 1.23219L14.7677 15.8989L15.8991 14.7675L1.23243 0.100818L0.101063 1.23219ZM10.7959 8.09212C11.282 8.32939 11.7367 8.62648 12.1491 8.9765L13.1843 7.75651C12.6702 7.32025 12.1036 6.94995 11.4976 6.65422L10.7959 8.09212ZM3.84656 8.98024C4.72624 8.24475 5.78499 7.7553 6.91517 7.56168L6.64499 5.98466C5.23633 6.22599 3.9167 6.83603 2.82027 7.75276L3.84656 8.98024ZM7.20434 4.16392C8.52549 4.05746 9.85455 4.21829 11.1122 4.63679L11.6174 3.11864C10.1558 2.63227 8.61122 2.44537 7.07583 2.56909L7.20434 4.16392ZM11.1122 4.63679C12.3698 5.0553 13.5302 5.7229 14.5242 6.59975L15.5827 5.39992C14.4275 4.38088 13.079 3.60501 11.6174 3.11864L11.1122 4.63679ZM1.47657 6.59924C2.3316 5.84346 3.31198 5.24272 4.37358 4.82405L3.78658 3.33562C2.55178 3.82259 1.41145 4.52135 0.416921 5.40043L1.47657 6.59924ZM6.15008 11.392C6.69152 11.0073 7.33924 10.8007 8.00342 10.8007V9.20067C7.00715 9.20067 6.03558 9.51067 5.22341 10.0877L6.15008 11.392ZM8.00342 10.8007C8.66759 10.8007 9.31531 11.0073 9.85675 11.392L10.7834 10.0877C9.97125 9.51067 8.99968 9.20067 8.00342 9.20067V10.8007ZM8.00008 14.1332H8.00675V12.5332H8.00008V14.1332Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16101"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconWifiOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13669", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconWifiOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconWind.tsx b/src/icons/IconWind.tsx
index d7db149..37b1d1f 100644
--- a/src/icons/IconWind.tsx
+++ b/src/icons/IconWind.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconWind = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.45223 3.42758C7.35794 3.40894 7.26052 3.41389 7.16861 3.44197C7.0767 3.47006 6.99315 3.52042 6.9254 3.58858C6.63337 3.88234 6.1585 3.88375 5.86474 3.59172C5.57098 3.2997 5.56957 2.82483 5.8616 2.53107C6.10358 2.28765 6.40196 2.10778 6.73021 2.00747C7.05847 1.90715 7.40642 1.88949 7.74314 1.95606C8.07986 2.02263 8.39492 2.17136 8.6603 2.38903C8.92569 2.60671 9.13318 2.88658 9.26434 3.20377C9.39549 3.52096 9.44624 3.86564 9.41208 4.20718C9.37792 4.54871 9.25991 4.87651 9.06853 5.16144C8.87715 5.44638 8.61834 5.67961 8.3151 5.84041C8.01238 6.00093 7.67474 6.08431 7.33212 6.08316C7.33153 6.08316 7.33094 6.08315 7.33035 6.08315L7.3335 5.33316V6.08316H7.33212H1.3335C0.919283 6.08316 0.583496 5.74737 0.583496 5.33316C0.583496 4.91895 0.919283 4.58316 1.3335 4.58316H7.33665C7.43275 4.58356 7.52747 4.56022 7.61237 4.5152C7.69728 4.47017 7.76975 4.40487 7.82334 4.32509C7.87692 4.24531 7.90997 4.15352 7.91953 4.05789C7.9291 3.96226 7.91489 3.86575 7.87816 3.77694C7.84144 3.68812 7.78334 3.60976 7.70903 3.54881C7.63472 3.48786 7.54651 3.44622 7.45223 3.42758ZM13.1765 5.4342C13.0287 5.40474 12.876 5.41213 12.7319 5.45573C12.5877 5.49933 12.4565 5.57779 12.3498 5.68416C12.0566 5.97668 11.5817 5.97608 11.2892 5.68282C10.9966 5.38955 10.9972 4.91468 11.2905 4.62216C11.5717 4.34171 11.9176 4.13488 12.2977 4.01994C12.6778 3.905 13.0804 3.8855 13.4698 3.96317C13.8593 4.04084 14.2236 4.21328 14.5305 4.46524C14.8375 4.7172 15.0776 5.04092 15.2296 5.40776C15.3817 5.7746 15.441 6.17326 15.4024 6.56849C15.3637 6.96371 15.2282 7.34332 15.0079 7.67373C14.7877 8.00414 14.4893 8.27518 14.1394 8.46287C13.7894 8.65056 13.3986 8.74911 13.0015 8.74982L13.0002 8.74983H1.3335C0.919283 8.74983 0.583496 8.41404 0.583496 7.99983C0.583496 7.58561 0.919283 7.24983 1.3335 7.24983H12.9995C13.1499 7.24945 13.2979 7.21207 13.4304 7.14098C13.5632 7.06979 13.6763 6.96698 13.7599 6.84165C13.8434 6.71632 13.8948 6.57234 13.9095 6.42242C13.9242 6.27251 13.9017 6.12129 13.844 5.98215C13.7863 5.843 13.6952 5.72021 13.5788 5.62464C13.4624 5.52907 13.3242 5.46366 13.1765 5.4342ZM9.33212 9.91649C9.67474 9.91534 10.0124 9.99872 10.3151 10.1592C10.6183 10.32 10.8772 10.5533 11.0685 10.8382C11.2599 11.1231 11.3779 11.4509 11.4121 11.7925C11.4462 12.134 11.3955 12.4787 11.2643 12.7959C11.1332 13.1131 10.9257 13.3929 10.6603 13.6106C10.3949 13.8283 10.0799 13.977 9.74314 14.0436C9.40642 14.1102 9.05846 14.0925 8.73021 13.9922C8.40196 13.8919 8.10358 13.712 7.8616 13.4686C7.56957 13.1748 7.57098 12.7 7.86474 12.4079C8.1585 12.1159 8.63337 12.1173 8.9254 12.4111C8.99315 12.4792 9.0767 12.5296 9.16861 12.5577C9.26052 12.5858 9.35795 12.5907 9.45223 12.5721C9.54651 12.5534 9.63472 12.5118 9.70903 12.4508C9.78334 12.3899 9.84144 12.3115 9.87816 12.2227C9.91488 12.1339 9.9291 12.0374 9.91953 11.9418C9.90997 11.8461 9.87692 11.7543 9.82334 11.6746C9.76975 11.5948 9.69728 11.5295 9.61238 11.4845C9.52747 11.4394 9.43275 11.4161 9.33665 11.4165L9.3335 11.4165H1.3335C0.919283 11.4165 0.583496 11.0807 0.583496 10.6665C0.583496 10.2523 0.919283 9.91649 1.3335 9.91649H9.33212Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M5.82614 2.49582C5.51464 2.80916 5.51614 3.31569 5.82949 3.62718C6.14283 3.93868 6.64936 3.93718 6.96085 3.62383L5.82614 2.49582ZM7.3335 5.33316L7.33685 4.53316H7.3335V5.33316ZM1.3335 4.53316C0.891668 4.53316 0.533496 4.89133 0.533496 5.33316C0.533496 5.77499 0.891668 6.13316 1.3335 6.13316V4.53316ZM8.96085 12.3758C8.64936 12.0625 8.14283 12.061 7.82949 12.3725C7.51614 12.684 7.51464 13.1905 7.82614 13.5038L8.96085 12.3758ZM9.3335 10.6665V11.4665L9.33685 11.4665L9.3335 10.6665ZM1.3335 9.86649C0.891668 9.86649 0.533496 10.2247 0.533496 10.6665C0.533496 11.1083 0.891668 11.4665 1.3335 11.4665V9.86649ZM11.2552 4.58676C10.9424 4.89878 10.9417 5.40531 11.2538 5.71813C11.5658 6.03094 12.0723 6.03158 12.3851 5.71956L11.2552 4.58676ZM13.0002 7.99983V8.79983L13.0016 8.79982L13.0002 7.99983ZM1.3335 7.19982C0.891668 7.19982 0.533496 7.558 0.533496 7.99983C0.533496 8.44165 0.891668 8.79983 1.3335 8.79983V7.19982ZM6.96085 3.62383C7.0228 3.56152 7.09919 3.51547 7.18322 3.48979L6.7156 1.95965C6.37947 2.06237 6.07393 2.24655 5.82614 2.49582L6.96085 3.62383ZM7.18322 3.48979C7.26725 3.46411 7.35633 3.45959 7.44253 3.47663L7.75283 1.90701C7.40803 1.83884 7.05173 1.85693 6.7156 1.95965L7.18322 3.48979ZM7.44253 3.47663C7.52873 3.49367 7.60938 3.53175 7.67732 3.58747L8.69201 2.35037C8.42025 2.12748 8.09763 1.97517 7.75283 1.90701L7.44253 3.47663ZM7.67732 3.58747C7.74526 3.64319 7.79838 3.71484 7.83195 3.79604L9.31054 3.18466C9.17624 2.85986 8.96377 2.57327 8.69201 2.35037L7.67732 3.58747ZM7.83195 3.79604C7.86553 3.87725 7.87852 3.96548 7.86978 4.05292L9.46183 4.21215C9.49681 3.86242 9.44484 3.50947 9.31054 3.18466L7.83195 3.79604ZM7.86978 4.05292C7.86103 4.14035 7.83082 4.22427 7.78183 4.29721L9.11004 5.18932C9.30601 4.89755 9.42686 4.56188 9.46183 4.21215L7.86978 4.05292ZM7.78183 4.29721C7.73284 4.37015 7.66658 4.42986 7.58895 4.47102L8.33852 5.88458C8.64904 5.71992 8.91406 5.48109 9.11004 5.18932L7.78183 4.29721ZM7.58895 4.47102C7.51132 4.51219 7.42472 4.53353 7.33685 4.53317L7.33014 6.13315C7.68161 6.13463 8.028 6.04924 8.33852 5.88458L7.58895 4.47102ZM7.3335 4.53316H1.3335V6.13316H7.3335V4.53316ZM7.82614 13.5038C8.07393 13.7531 8.37947 13.9373 8.7156 14.04L9.18322 12.5099C9.09919 12.4842 9.0228 12.4381 8.96085 12.3758L7.82614 13.5038ZM8.7156 14.04C9.05173 14.1427 9.40803 14.1608 9.75283 14.0926L9.44253 12.523C9.35633 12.5401 9.26725 12.5355 9.18322 12.5099L8.7156 14.04ZM9.75283 14.0926C10.0976 14.0245 10.4203 13.8722 10.692 13.6493L9.67732 12.4122C9.60938 12.4679 9.52873 12.506 9.44253 12.523L9.75283 14.0926ZM10.692 13.6493C10.9638 13.4264 11.1762 13.1398 11.3105 12.815L9.83195 12.2036C9.79838 12.2848 9.74526 12.3565 9.67732 12.4122L10.692 13.6493ZM11.3105 12.815C11.4448 12.4902 11.4968 12.1372 11.4618 11.7875L9.86978 11.9467C9.87852 12.0342 9.86553 12.1224 9.83195 12.2036L11.3105 12.815ZM11.4618 11.7875C11.4269 11.4378 11.306 11.1021 11.11 10.8103L9.78183 11.7024C9.83082 11.7754 9.86103 11.8593 9.86978 11.9467L11.4618 11.7875ZM11.11 10.8103C10.9141 10.5186 10.649 10.2797 10.3385 10.1151L9.58895 11.5286C9.66658 11.5698 9.73284 11.6295 9.78183 11.7024L11.11 10.8103ZM10.3385 10.1151C10.028 9.95041 9.68161 9.86502 9.33014 9.8665L9.33685 11.4665C9.42472 11.4661 9.51132 11.4875 9.58895 11.5286L10.3385 10.1151ZM9.3335 9.86649H1.3335V11.4665H9.3335V9.86649ZM12.3851 5.71956C12.486 5.61899 12.61 5.54481 12.7463 5.50359L12.2832 3.97208C11.8953 4.08939 11.5422 4.30051 11.2552 4.58676L12.3851 5.71956ZM12.7463 5.50359C12.8826 5.46237 13.027 5.45538 13.1667 5.48323L13.4796 3.91413C13.0821 3.83486 12.6712 3.85476 12.2832 3.97208L12.7463 5.50359ZM13.1667 5.48323C13.3063 5.51109 13.437 5.57293 13.5471 5.66329L14.5622 4.42659C14.249 4.16942 13.8771 3.99341 13.4796 3.91413L13.1667 5.48323ZM13.5471 5.66329C13.6571 5.75364 13.7433 5.86974 13.7978 6.00129L15.2758 5.38861C15.1206 5.01418 14.8755 4.68376 14.5622 4.42659L13.5471 5.66329ZM13.7978 6.00129C13.8523 6.13285 13.8736 6.27582 13.8597 6.41755L15.4521 6.57336C15.4916 6.16996 15.431 5.76305 15.2758 5.38861L13.7978 6.00129ZM13.8597 6.41755C13.8459 6.55929 13.7973 6.69543 13.7183 6.81392L15.0495 7.70146C15.2744 7.36422 15.4127 6.97676 15.4521 6.57336L13.8597 6.41755ZM13.7183 6.81392C13.6393 6.93241 13.5323 7.02961 13.4068 7.09692L14.163 8.50693C14.5202 8.31536 14.8247 8.03871 15.0495 7.70146L13.7183 6.81392ZM13.4068 7.09692C13.2813 7.16423 13.1411 7.19957 12.9987 7.19983L13.0016 8.79982C13.4069 8.7991 13.8058 8.6985 14.163 8.50693L13.4068 7.09692ZM13.0002 7.19982H1.3335V8.79983H13.0002V7.19982Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconWind, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13671", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconWind size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconX.tsx b/src/icons/IconX.tsx
index 4ddcf1f..264d9fd 100644
--- a/src/icons/IconX.tsx
+++ b/src/icons/IconX.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconX = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L8 6.93934L11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967C12.8232 3.76256 12.8232 4.23744 12.5303 4.53033L9.06066 8L12.5303 11.4697C12.8232 11.7626 12.8232 12.2374 12.5303 12.5303C12.2374 12.8232 11.7626 12.8232 11.4697 12.5303L8 9.06066L4.53033 12.5303C4.23744 12.8232 3.76256 12.8232 3.46967 12.5303C3.17678 12.2374 3.17678 11.7626 3.46967 11.4697L6.93934 8L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M12.5657 4.56569C12.8781 4.25327 12.8781 3.74673 12.5657 3.43431C12.2533 3.1219 11.7467 3.1219 11.4343 3.43431L12.5657 4.56569ZM3.43431 11.4343C3.1219 11.7467 3.1219 12.2533 3.43431 12.5657C3.74673 12.8781 4.25327 12.8781 4.56569 12.5657L3.43431 11.4343ZM4.56569 3.43431C4.25327 3.1219 3.74673 3.1219 3.43431 3.43431C3.1219 3.74673 3.1219 4.25327 3.43431 4.56569L4.56569 3.43431ZM11.4343 12.5657C11.7467 12.8781 12.2533 12.8781 12.5657 12.5657C12.8781 12.2533 12.8781 11.7467 12.5657 11.4343L11.4343 12.5657ZM11.4343 3.43431L3.43431 11.4343L4.56569 12.5657L12.5657 4.56569L11.4343 3.43431ZM3.43431 4.56569L11.4343 12.5657L12.5657 11.4343L4.56569 3.43431L3.43431 4.56569Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconX, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13675", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconX size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconXCircle.tsx b/src/icons/IconXCircle.tsx
index 5b2b68a..03d25a7 100644
--- a/src/icons/IconXCircle.tsx
+++ b/src/icons/IconXCircle.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconXCircle = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12417)"><path fillRule="evenodd" clipRule="evenodd" d="M8.00016 2.0835C4.73248 2.0835 2.0835 4.73248 2.0835 8.00016C2.0835 11.2678 4.73248 13.9168 8.00016 13.9168C11.2678 13.9168 13.9168 11.2678 13.9168 8.00016C13.9168 4.73248 11.2678 2.0835 8.00016 2.0835ZM0.583496 8.00016C0.583496 3.90405 3.90405 0.583496 8.00016 0.583496C12.0963 0.583496 15.4168 3.90405 15.4168 8.00016C15.4168 12.0963 12.0963 15.4168 8.00016 15.4168C3.90405 15.4168 0.583496 12.0963 0.583496 8.00016ZM5.46983 5.46983C5.76273 5.17694 6.2376 5.17694 6.53049 5.46983L8.00016 6.9395L9.46983 5.46983C9.76273 5.17694 10.2376 5.17694 10.5305 5.46983C10.8234 5.76273 10.8234 6.2376 10.5305 6.53049L9.06082 8.00016L10.5305 9.46983C10.8234 9.76273 10.8234 10.2376 10.5305 10.5305C10.2376 10.8234 9.76273 10.8234 9.46983 10.5305L8.00016 9.06082L6.53049 10.5305C6.2376 10.8234 5.76273 10.8234 5.46983 10.5305C5.17694 10.2376 5.17694 9.76273 5.46983 9.46983L6.9395 8.00016L5.46983 6.53049C5.17694 6.2376 5.17694 5.76273 5.46983 5.46983Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12417"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16107)"><path d="M10.5658 6.56585C10.8783 6.25343 10.8783 5.7469 10.5658 5.43448C10.2534 5.12206 9.7469 5.12206 9.43448 5.43448L10.5658 6.56585ZM5.43448 9.43448C5.12206 9.7469 5.12206 10.2534 5.43448 10.5658C5.7469 10.8783 6.25343 10.8783 6.56585 10.5658L5.43448 9.43448ZM6.56585 5.43448C6.25343 5.12206 5.7469 5.12206 5.43448 5.43448C5.12206 5.7469 5.12206 6.25343 5.43448 6.56585L6.56585 5.43448ZM9.43448 10.5658C9.7469 10.8783 10.2534 10.8783 10.5658 10.5658C10.8783 10.2534 10.8783 9.7469 10.5658 9.43448L9.43448 10.5658ZM13.8668 8.00016C13.8668 11.2402 11.2402 13.8668 8.00016 13.8668V15.4668C12.1239 15.4668 15.4668 12.1239 15.4668 8.00016H13.8668ZM8.00016 13.8668C4.76009 13.8668 2.1335 11.2402 2.1335 8.00016H0.533496C0.533496 12.1239 3.87644 15.4668 8.00016 15.4668V13.8668ZM2.1335 8.00016C2.1335 4.76009 4.76009 2.1335 8.00016 2.1335V0.533496C3.87644 0.533496 0.533496 3.87644 0.533496 8.00016H2.1335ZM8.00016 2.1335C11.2402 2.1335 13.8668 4.76009 13.8668 8.00016H15.4668C15.4668 3.87644 12.1239 0.533496 8.00016 0.533496V2.1335ZM9.43448 5.43448L5.43448 9.43448L6.56585 10.5658L10.5658 6.56585L9.43448 5.43448ZM5.43448 6.56585L9.43448 10.5658L10.5658 9.43448L6.56585 5.43448L5.43448 6.56585Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16107"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconXCircle, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13674", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconXCircle size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconXOctagon.tsx b/src/icons/IconXOctagon.tsx
index 1837116..3331370 100644
--- a/src/icons/IconXOctagon.tsx
+++ b/src/icons/IconXOctagon.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconXOctagon = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12924)"><path fillRule="evenodd" clipRule="evenodd" d="M4.70966 0.803166C4.85032 0.662514 5.04108 0.583496 5.24 0.583496H10.76C10.9589 0.583496 11.1497 0.662514 11.2903 0.803166L15.197 4.70983C15.3376 4.85048 15.4167 5.04125 15.4167 5.24016V10.7602C15.4167 10.9591 15.3376 11.1498 15.197 11.2905L11.2903 15.1972C11.1497 15.3378 10.9589 15.4168 10.76 15.4168H5.24C5.04108 15.4168 4.85032 15.3378 4.70966 15.1972L0.802998 11.2905C0.662346 11.1498 0.583328 10.9591 0.583328 10.7602V5.24016C0.583328 5.04125 0.662346 4.85048 0.802998 4.70983L4.70966 0.803166ZM5.55066 2.0835L2.08333 5.55082V10.4495L5.55065 13.9168H10.4493L13.9167 10.4495V5.55082L10.4493 2.0835H5.55066ZM5.46967 5.46983C5.76256 5.17694 6.23743 5.17694 6.53033 5.46983L8 6.9395L9.46967 5.46983C9.76256 5.17694 10.2374 5.17694 10.5303 5.46983C10.8232 5.76273 10.8232 6.2376 10.5303 6.53049L9.06066 8.00016L10.5303 9.46983C10.8232 9.76273 10.8232 10.2376 10.5303 10.5305C10.2374 10.8234 9.76256 10.8234 9.46967 10.5305L8 9.06082L6.53033 10.5305C6.23743 10.8234 5.76256 10.8234 5.46967 10.5305C5.17677 10.2376 5.17677 9.76273 5.46967 9.46983L6.93934 8.00016L5.46967 6.53049C5.17677 6.2376 5.17677 5.76273 5.46967 5.46983Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12924"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16109)"><path d="M5.23999 1.3335V0.533496C5.02782 0.533496 4.82434 0.617782 4.67431 0.767811L5.23999 1.3335ZM10.76 1.3335L11.3257 0.767811C11.1757 0.617782 10.9722 0.533496 10.76 0.533496V1.3335ZM14.6667 5.24016H15.4667C15.4667 5.02799 15.3824 4.82451 15.2323 4.67448L14.6667 5.24016ZM14.6667 10.7602L15.2323 11.3258C15.3824 11.1758 15.4667 10.9723 15.4667 10.7602H14.6667ZM10.76 14.6668V15.4668C10.9722 15.4668 11.1757 15.3825 11.3257 15.2325L10.76 14.6668ZM5.23999 14.6668L4.67431 15.2325C4.82434 15.3825 5.02782 15.4668 5.23999 15.4668V14.6668ZM1.33333 10.7602H0.533328C0.533328 10.9723 0.617614 11.1758 0.767643 11.3258L1.33333 10.7602ZM1.33333 5.24016L0.767643 4.67448C0.617614 4.82451 0.533328 5.02799 0.533328 5.24016H1.33333ZM10.5657 6.56585C10.8781 6.25343 10.8781 5.7469 10.5657 5.43448C10.2533 5.12206 9.74673 5.12206 9.43431 5.43448L10.5657 6.56585ZM5.43431 9.43448C5.12189 9.7469 5.12189 10.2534 5.43431 10.5658C5.74673 10.8783 6.25326 10.8783 6.56568 10.5658L5.43431 9.43448ZM6.56568 5.43448C6.25326 5.12206 5.74673 5.12206 5.43431 5.43448C5.12189 5.7469 5.12189 6.25343 5.43431 6.56585L6.56568 5.43448ZM9.43431 10.5658C9.74673 10.8783 10.2533 10.8783 10.5657 10.5658C10.8781 10.2534 10.8781 9.7469 10.5657 9.43448L9.43431 10.5658ZM5.23999 2.1335H10.76V0.533496H5.23999V2.1335ZM10.1943 1.89918L14.101 5.80585L15.2323 4.67448L11.3257 0.767811L10.1943 1.89918ZM13.8667 5.24016V10.7602H15.4667V5.24016H13.8667ZM14.101 10.1945L10.1943 14.1011L11.3257 15.2325L15.2323 11.3258L14.101 10.1945ZM10.76 13.8668H5.23999V15.4668H10.76V13.8668ZM5.80568 14.1011L1.89901 10.1945L0.767643 11.3258L4.67431 15.2325L5.80568 14.1011ZM2.13333 10.7602V5.24016H0.533328V10.7602H2.13333ZM1.89901 5.80585L5.80568 1.89918L4.67431 0.767811L0.767643 4.67448L1.89901 5.80585ZM9.43431 5.43448L5.43431 9.43448L6.56568 10.5658L10.5657 6.56585L9.43431 5.43448ZM5.43431 6.56585L9.43431 10.5658L10.5657 9.43448L6.56568 5.43448L5.43431 6.56585Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16109"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconXOctagon, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13673", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconXOctagon size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconXSquare.tsx b/src/icons/IconXSquare.tsx
index d2cbf82..08780bc 100644
--- a/src/icons/IconXSquare.tsx
+++ b/src/icons/IconXSquare.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconXSquare = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M3.33333 2.75C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V3.33333C13.25 3.01117 12.9888 2.75 12.6667 2.75H3.33333ZM1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H12.6667C13.8173 1.25 14.75 2.18274 14.75 3.33333V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L8 6.93934L9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967C10.8232 5.76256 10.8232 6.23744 10.5303 6.53033L9.06066 8L10.5303 9.46967C10.8232 9.76256 10.8232 10.2374 10.5303 10.5303C10.2374 10.8232 9.76256 10.8232 9.46967 10.5303L8 9.06066L6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303C5.17678 10.2374 5.17678 9.76256 5.46967 9.46967L6.93934 8L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M6.56569 5.43431C6.25327 5.1219 5.74673 5.1219 5.43431 5.43431C5.1219 5.74673 5.1219 6.25327 5.43431 6.56569L6.56569 5.43431ZM9.43431 10.5657C9.74673 10.8781 10.2533 10.8781 10.5657 10.5657C10.8781 10.2533 10.8781 9.74673 10.5657 9.43431L9.43431 10.5657ZM10.5657 6.56569C10.8781 6.25327 10.8781 5.74673 10.5657 5.43431C10.2533 5.1219 9.74673 5.1219 9.43431 5.43431L10.5657 6.56569ZM5.43431 9.43431C5.1219 9.74673 5.1219 10.2533 5.43431 10.5657C5.74673 10.8781 6.25327 10.8781 6.56569 10.5657L5.43431 9.43431ZM3.33333 2.8H12.6667V1.2H3.33333V2.8ZM12.6667 2.8C12.9612 2.8 13.2 3.03878 13.2 3.33333H14.8C14.8 2.15513 13.8449 1.2 12.6667 1.2V2.8ZM13.2 3.33333V12.6667H14.8V3.33333H13.2ZM13.2 12.6667C13.2 12.9612 12.9612 13.2 12.6667 13.2V14.8C13.8449 14.8 14.8 13.8449 14.8 12.6667H13.2ZM12.6667 13.2H3.33333V14.8H12.6667V13.2ZM3.33333 13.2C3.03878 13.2 2.8 12.9612 2.8 12.6667H1.2C1.2 13.8449 2.15513 14.8 3.33333 14.8V13.2ZM2.8 12.6667V3.33333H1.2V12.6667H2.8ZM2.8 3.33333C2.8 3.03878 3.03878 2.8 3.33333 2.8V1.2C2.15513 1.2 1.2 2.15513 1.2 3.33333H2.8ZM5.43431 6.56569L9.43431 10.5657L10.5657 9.43431L6.56569 5.43431L5.43431 6.56569ZM9.43431 5.43431L5.43431 9.43431L6.56569 10.5657L10.5657 6.56569L9.43431 5.43431Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconXSquare, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13676", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconXSquare size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconYoutube.tsx b/src/icons/IconYoutube.tsx
index 2f45e6e..c6b8bfd 100644
--- a/src/icons/IconYoutube.tsx
+++ b/src/icons/IconYoutube.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconYoutube = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12484)"><path fillRule="evenodd" clipRule="evenodd" d="M7.99987 1.9165C7.99993 1.9165 7.99997 1.9165 7.99997 2.6665L7.99997 3.4165L7.94984 3.41658L7.80417 3.41709C7.67781 3.41769 7.49568 3.41887 7.27341 3.42125C6.82858 3.42601 6.22441 3.43552 5.58558 3.45451C4.94555 3.47353 4.27674 3.50188 3.70078 3.54389C3.10881 3.58707 2.67657 3.64093 2.46567 3.69631C2.28087 3.74957 2.11316 3.85021 1.97922 3.9883C1.84916 4.12238 1.75535 4.2872 1.70644 4.46723C1.50807 5.57685 1.41106 6.70223 1.41663 7.82946L1.41667 7.83788C1.40957 8.96916 1.50574 10.0987 1.70406 11.2124C1.75802 11.3826 1.85253 11.5373 1.97965 11.6631C2.11401 11.7961 2.28028 11.8923 2.46251 11.9425C2.67224 11.9982 3.10584 12.0524 3.70078 12.0958C4.27674 12.1378 4.94555 12.1661 5.58558 12.1852C6.22441 12.2042 6.82858 12.2137 7.27341 12.2184C7.49568 12.2208 7.67781 12.222 7.80417 12.2226L7.94984 12.2231H8.05011L8.19578 12.2226C8.32214 12.222 8.50427 12.2208 8.72653 12.2184C9.17137 12.2137 9.77553 12.2042 10.4144 12.1852C11.0544 12.1661 11.7232 12.1378 12.2992 12.0958C12.8911 12.0526 13.3233 11.9988 13.5343 11.9434C13.7191 11.8901 13.8868 11.7895 14.0207 11.6514C14.1508 11.5173 14.2446 11.3525 14.2935 11.1724C14.4903 10.0713 14.5873 8.95453 14.5833 7.83587L14.5833 7.82846C14.5904 6.69267 14.4934 5.55863 14.2935 4.44058C14.2446 4.26055 14.1508 4.09572 14.0207 3.96163C13.8886 3.82545 13.7237 3.72568 13.5419 3.67188C13.3224 3.62059 12.8883 3.57189 12.3039 3.53297C11.7266 3.49453 11.0568 3.46861 10.4163 3.45123C9.77693 3.43388 9.17234 3.42519 8.72723 3.42084C8.50482 3.41867 8.32255 3.41759 8.19608 3.41704L8.05025 3.41657L7.99997 3.4165L7.99997 2.6665L7.99987 1.9165L8.05328 1.91657L8.20251 1.91706C8.33135 1.91761 8.51638 1.91871 8.74188 1.92091C9.19261 1.92532 9.80635 1.93413 10.457 1.95178C11.1065 1.9694 11.7983 1.99598 12.4036 2.03629C12.9894 2.0753 13.5528 2.13038 13.9112 2.21791C13.92 2.22006 13.9288 2.22237 13.9375 2.22483C14.3783 2.34955 14.7784 2.5884 15.0974 2.91725C15.4164 3.2461 15.643 3.6533 15.7542 4.09773C15.7583 4.11393 15.7618 4.13027 15.7647 4.1467C15.9842 5.36342 16.0908 6.5978 16.0833 7.83412C16.0875 9.05198 15.9808 10.2677 15.7647 11.4663C15.7618 11.4827 15.7583 11.4991 15.7542 11.5153C15.643 11.9597 15.4164 12.3669 15.0974 12.6958C14.7784 13.0246 14.3783 13.2635 13.9375 13.3882L13.9271 13.3911C13.5627 13.4886 12.9939 13.5491 12.4083 13.5918C11.8017 13.636 11.1089 13.6652 10.4589 13.6845C9.80775 13.7039 9.19358 13.7135 8.74258 13.7183C8.51693 13.7207 8.33177 13.722 8.20282 13.7226L8.05342 13.7231L8.00101 13.7232C8.00095 13.7232 7.99997 13.7232 7.99997 12.9732C7.99997 13.7232 7.99993 13.7232 7.99987 13.7232L7.94653 13.7231L7.79713 13.7226C7.66818 13.722 7.48302 13.7207 7.25737 13.7183C6.80637 13.7135 6.1922 13.7039 5.54103 13.6845C4.89106 13.6652 4.19821 13.636 3.59167 13.5918C3.0061 13.5491 2.43727 13.4885 2.07287 13.391L2.0687 13.3899C1.63683 13.2717 1.24274 13.0442 0.924495 12.7292C0.606254 12.4143 0.374625 12.0226 0.251988 11.5919C0.245209 11.5681 0.239612 11.544 0.235219 11.5196C0.0157755 10.3031 -0.090873 9.06884 -0.0833704 7.83267C-0.0891759 6.60575 0.017464 5.38087 0.235213 4.1734C0.238179 4.15695 0.241694 4.14061 0.245752 4.1244C0.356991 3.67997 0.583544 3.27276 0.902528 2.94391C1.22151 2.61507 1.62163 2.37622 2.06247 2.2515L2.07285 2.24856C2.43725 2.1511 3.0061 2.09058 3.59167 2.04787C4.19821 2.00363 4.89106 1.97448 5.54103 1.95517C6.1922 1.93582 6.80637 1.92616 7.25737 1.92134C7.48302 1.91892 7.66818 1.91772 7.79713 1.91711L7.94653 1.91658L7.99987 1.9165ZM6.12286 5.00488C6.35372 4.87059 6.63857 4.86919 6.87073 5.00122L10.7041 7.18122C10.9385 7.31455 11.0833 7.56348 11.0833 7.83317C11.0833 8.10287 10.9385 8.3518 10.7041 8.48512L6.87073 10.6651C6.63857 10.7971 6.35372 10.7958 6.12286 10.6615C5.892 10.5272 5.74997 10.2802 5.74997 10.0132V5.65317C5.74997 5.38609 5.892 5.13917 6.12286 5.00488ZM7.24997 6.94249V8.72385L8.81616 7.83317L7.24997 6.94249Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12484"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16115)"><path d="M15.0266 4.27984L15.8139 4.13783C15.8108 4.12029 15.807 4.10287 15.8027 4.08559L15.0266 4.27984ZM13.7333 2.9465L13.9511 2.17672C13.9418 2.17409 13.9325 2.17163 13.9231 2.16934L13.7333 2.9465ZM7.99997 2.6665V1.8665V2.6665ZM2.26664 2.97317L2.05993 2.20025L2.04885 2.20339L2.26664 2.97317ZM0.973308 4.3065L0.197248 4.11226C0.19292 4.12955 0.189171 4.14698 0.186007 4.16453L0.973308 4.3065ZM0.666641 7.83317L1.46668 7.83819L1.46663 7.82922L0.666641 7.83317ZM0.973308 11.3865L0.186013 11.5285C0.1907 11.5545 0.196669 11.5802 0.203901 11.6056L0.973308 11.3865ZM2.26664 12.6665L2.0555 13.4382L2.05995 13.4393L2.26664 12.6665ZM7.99997 12.9732V12.1732V12.9732ZM13.7333 12.6665L13.94 13.4394L13.9511 13.4363L13.7333 12.6665ZM15.0266 11.3332L15.8027 11.5274C15.807 11.5101 15.8108 11.4927 15.8139 11.4751L15.0266 11.3332ZM15.3333 7.83317L14.5333 7.82815L14.5333 7.83604L15.3333 7.83317ZM6.49997 10.0132H5.69997C5.69997 10.2981 5.85147 10.5614 6.09772 10.7047C6.34397 10.8479 6.64781 10.8494 6.89545 10.7086L6.49997 10.0132ZM10.3333 7.83317L10.7288 8.52858C10.9789 8.38637 11.1333 8.12085 11.1333 7.83317C11.1333 7.54549 10.9789 7.27997 10.7288 7.13776L10.3333 7.83317ZM6.49997 5.65317L6.89545 4.95776C6.64781 4.81693 6.34397 4.81841 6.09772 4.96166C5.85147 5.1049 5.69997 5.36829 5.69997 5.65317H6.49997ZM15.8027 4.08559C15.6893 3.63263 15.4584 3.2176 15.1333 2.88243L13.9848 3.99645C14.1139 4.1295 14.2056 4.29426 14.2506 4.47408L15.8027 4.08559ZM15.1333 2.88243C14.8082 2.54727 14.4004 2.30384 13.9511 2.17672L13.5155 3.71629C13.6939 3.76675 13.8558 3.86339 13.9848 3.99645L15.1333 2.88243ZM13.9231 2.16934C13.5598 2.08064 12.9923 2.02539 12.4069 1.9864C11.8007 1.94603 11.1082 1.91943 10.4583 1.9018C9.80733 1.88414 9.19329 1.87532 8.74237 1.87092C8.51677 1.86871 8.33165 1.86761 8.20272 1.86706C8.13826 1.86678 8.08782 1.86664 8.05338 1.86657C8.03616 1.86654 8.02293 1.86652 8.01395 1.86651C8.00946 1.86651 8.00603 1.86651 8.00369 1.86651C8.00252 1.8665 8.00162 1.8665 8.001 1.8665C8.00069 1.8665 8.00045 1.8665 8.00028 1.8665C8.00019 1.8665 8.00012 1.8665 8.00007 1.8665C8.00002 1.8665 7.99997 1.8665 7.99997 2.6665C7.99997 3.4665 7.99997 3.4665 7.99998 3.4665C8.00001 3.4665 8.00003 3.4665 8.00009 3.4665C8.0002 3.4665 8.00037 3.4665 8.00062 3.4665C8.00111 3.4665 8.00188 3.4665 8.00292 3.4665C8.00499 3.46651 8.00816 3.46651 8.01238 3.46651C8.02083 3.46652 8.0335 3.46654 8.05015 3.46657C8.08346 3.46664 8.13268 3.46677 8.19587 3.46704C8.32226 3.46758 8.50443 3.46867 8.72674 3.47084C9.17166 3.47519 9.77595 3.48387 10.4149 3.50121C11.0551 3.51858 11.7242 3.54448 12.3006 3.58286C12.8976 3.62262 13.3335 3.67237 13.5435 3.72367L13.9231 2.16934ZM7.99997 2.6665C7.99997 1.8665 7.99993 1.8665 7.99987 1.8665C7.99983 1.8665 7.99975 1.8665 7.99966 1.8665C7.99949 1.8665 7.99924 1.8665 7.99893 1.8665C7.9983 1.8665 7.9974 1.8665 7.99622 1.86651C7.99387 1.86651 7.99043 1.86651 7.98592 1.86651C7.97691 1.86652 7.96366 1.86654 7.94642 1.86658C7.91192 1.86666 7.86143 1.86681 7.7969 1.86711C7.66786 1.86772 7.4826 1.86893 7.25683 1.87134C6.80563 1.87617 6.19113 1.88583 5.53955 1.90519C4.88924 1.92451 4.19559 1.95368 3.58803 1.998C3.00284 2.04068 2.42954 2.10149 2.05995 2.20033L2.47333 3.74601C2.67708 3.69152 3.10711 3.63733 3.70442 3.59376C4.27936 3.55182 4.94737 3.52349 5.58707 3.50448C6.22549 3.48551 6.82932 3.47601 7.27395 3.47125C7.4961 3.46887 7.67813 3.46769 7.8044 3.46709C7.86753 3.4668 7.9167 3.46665 7.94995 3.46658C7.96658 3.46654 7.97922 3.46652 7.98764 3.46651C7.99185 3.46651 7.995 3.46651 7.99707 3.4665C7.9981 3.4665 7.99886 3.4665 7.99935 3.4665C7.99959 3.4665 7.99976 3.4665 7.99987 3.4665C7.99992 3.4665 7.99995 3.4665 7.99997 3.4665C7.99998 3.4665 7.99997 3.4665 7.99997 2.6665ZM2.04885 2.20339C1.59955 2.3305 1.19175 2.57394 0.866639 2.9091L2.01511 4.02311C2.14417 3.89006 2.30606 3.79342 2.48443 3.74296L2.04885 2.20339ZM0.866639 2.9091C0.541528 3.24427 0.310624 3.65929 0.197248 4.11226L1.74937 4.50075C1.79438 4.32093 1.88604 4.15617 2.01511 4.02311L0.866639 2.9091ZM0.186007 4.16453C-0.0325338 5.37638 -0.139434 6.60573 -0.133349 7.83712L1.46663 7.82922C1.46103 6.69569 1.55943 5.56403 1.76061 4.44848L0.186007 4.16453ZM-0.133343 7.82815C-0.141133 9.06881 -0.0342265 10.3075 0.186013 11.5285L1.7606 11.2445C1.55787 10.1205 1.45945 8.98026 1.46663 7.83819L-0.133343 7.82815ZM0.203901 11.6056C0.328893 12.0445 0.56497 12.4438 0.889323 12.7648L2.01482 11.6275C1.88605 11.5001 1.79233 11.3416 1.74271 11.1674L0.203901 11.6056ZM0.889323 12.7648C1.21368 13.0858 1.61534 13.3177 2.05551 13.4381L2.47777 11.8949C2.30304 11.8471 2.14358 11.755 2.01482 11.6275L0.889323 12.7648ZM2.05995 13.4393C2.42954 13.5382 3.00284 13.599 3.58803 13.6417C4.19559 13.686 4.88924 13.7152 5.53955 13.7345C6.19113 13.7538 6.80563 13.7635 7.25683 13.7683C7.4826 13.7707 7.66786 13.772 7.7969 13.7726C7.86143 13.7729 7.91192 13.773 7.94642 13.7731C7.96366 13.7731 7.97691 13.7731 7.98592 13.7732C7.99043 13.7732 7.99387 13.7732 7.99622 13.7732C7.9974 13.7732 7.9983 13.7732 7.99893 13.7732C7.99924 13.7732 7.99949 13.7732 7.99966 13.7732C7.99975 13.7732 7.99983 13.7732 7.99987 13.7732C7.99993 13.7732 7.99997 13.7732 7.99997 12.9732C7.99997 12.1732 7.99998 12.1732 7.99997 12.1732C7.99995 12.1732 7.99992 12.1732 7.99987 12.1732C7.99976 12.1732 7.99959 12.1732 7.99935 12.1732C7.99886 12.1732 7.9981 12.1732 7.99707 12.1732C7.995 12.1732 7.99185 12.1732 7.98764 12.1732C7.97922 12.1732 7.96658 12.1731 7.94995 12.1731C7.9167 12.173 7.86753 12.1729 7.8044 12.1726C7.67813 12.172 7.4961 12.1708 7.27395 12.1684C6.82932 12.1637 6.22549 12.1542 5.58707 12.1352C4.94737 12.1162 4.27936 12.0878 3.70442 12.0459C3.10711 12.0023 2.67708 11.9482 2.47333 11.8937L2.05995 13.4393ZM7.99997 12.9732C7.99997 13.7732 8.00002 13.7732 8.00008 13.7732C8.00012 13.7732 8.0002 13.7732 8.00029 13.7732C8.00046 13.7732 8.00071 13.7732 8.00102 13.7732C8.00165 13.7732 8.00255 13.7732 8.00373 13.7732C8.00608 13.7732 8.00952 13.7732 8.01403 13.7732C8.02303 13.7731 8.03628 13.7731 8.05353 13.7731C8.08803 13.773 8.13852 13.7729 8.20305 13.7726C8.33209 13.772 8.51735 13.7707 8.74312 13.7683C9.19432 13.7635 9.80882 13.7538 10.4604 13.7345C11.1107 13.7152 11.8044 13.686 12.4119 13.6417C12.9971 13.599 13.5704 13.5382 13.94 13.4393L13.5266 11.8937C13.3229 11.9482 12.8928 12.0023 12.2955 12.0459C11.7206 12.0878 11.0526 12.1162 10.4129 12.1352C9.77446 12.1542 9.17063 12.1637 8.726 12.1684C8.50385 12.1708 8.32182 12.172 8.19554 12.1726C8.13242 12.1729 8.08325 12.173 8.05 12.1731C8.03337 12.1731 8.02073 12.1732 8.01231 12.1732C8.0081 12.1732 8.00495 12.1732 8.00288 12.1732C8.00185 12.1732 8.00109 12.1732 8.0006 12.1732C8.00036 12.1732 8.00018 12.1732 8.00008 12.1732C8.00003 12.1732 8 12.1732 7.99997 12.1732C7.99997 12.1732 7.99997 12.1732 7.99997 12.9732ZM13.9511 13.4363C14.4004 13.3092 14.8082 13.0657 15.1333 12.7306L13.9848 11.6166C13.8558 11.7496 13.6939 11.8463 13.5155 11.8967L13.9511 13.4363ZM15.1333 12.7306C15.4584 12.3954 15.6893 11.9804 15.8027 11.5274L14.2506 11.1389C14.2056 11.3187 14.1139 11.4835 13.9848 11.6166L15.1333 12.7306ZM15.8139 11.4751C16.0308 10.2724 16.1377 9.05241 16.1333 7.8303L14.5333 7.83604C14.5374 8.96104 14.439 10.0841 14.2393 11.1912L15.8139 11.4751ZM16.1333 7.83819C16.1411 6.59753 16.0342 5.35881 15.8139 4.13783L14.2393 4.42185C14.4421 5.5458 14.5405 6.68608 14.5333 7.82815L16.1333 7.83819ZM6.89545 10.7086L10.7288 8.52858L9.93783 7.13776L6.1045 9.31776L6.89545 10.7086ZM10.7288 7.13776L6.89545 4.95776L6.1045 6.34858L9.93783 8.52858L10.7288 7.13776ZM5.69997 5.65317V10.0132H7.29997V5.65317H5.69997Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16115"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconYoutube, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13678", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconYoutube size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconZap.tsx b/src/icons/IconZap.tsx
index 4479ce2..5f8ba8c 100644
--- a/src/icons/IconZap.tsx
+++ b/src/icons/IconZap.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconZap = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M8.96532 0.645562C9.27073 0.778139 9.45218 1.09619 9.41088 1.42656L8.8496 5.91687H14C14.291 5.91687 14.5558 6.08522 14.6792 6.34875C14.8026 6.61229 14.7625 6.92345 14.5762 7.14701L7.90951 15.147C7.69636 15.4028 7.34011 15.4874 7.0347 15.3548C6.72929 15.2223 6.54784 14.9042 6.58913 14.5738L7.15042 10.0835H2.00001C1.709 10.0835 1.44425 9.91519 1.32082 9.65165C1.19738 9.38812 1.23754 9.07696 1.42384 8.8534L8.09051 0.8534C8.30366 0.597624 8.65991 0.512985 8.96532 0.645562ZM3.60129 8.58354H8.00001C8.21513 8.58354 8.4199 8.67591 8.56227 8.83719C8.70464 8.99846 8.7709 9.2131 8.74422 9.42656L8.39485 12.2215L12.3987 7.41687H8.00001C7.78489 7.41687 7.58012 7.3245 7.43775 7.16322C7.29538 7.00195 7.22912 6.78731 7.2558 6.57385L7.60517 3.77888L3.60129 8.58354Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M8.66667 1.3335L9.46049 1.43272C9.50454 1.08032 9.31099 0.74107 8.98522 0.599655C8.65945 0.45824 8.27945 0.548521 8.05209 0.821349L8.66667 1.3335ZM2 9.3335L1.38542 8.82135C1.1867 9.05982 1.14386 9.39171 1.27553 9.67282C1.40719 9.95393 1.68959 10.1335 2 10.1335V9.3335ZM8 9.3335L8.79382 9.43272C8.82228 9.20503 8.7516 8.97608 8.59974 8.80405C8.44788 8.63203 8.22947 8.5335 8 8.5335V9.3335ZM7.33333 14.6668L6.53951 14.5676C6.49546 14.92 6.68901 15.2593 7.01478 15.4007C7.34055 15.5421 7.72055 15.4518 7.94791 15.179L7.33333 14.6668ZM14 6.66683L14.6146 7.17898C14.8133 6.94051 14.8561 6.60861 14.7245 6.32751C14.5928 6.0464 14.3104 5.86683 14 5.86683V6.66683ZM8 6.66683L7.20618 6.5676C7.17772 6.79529 7.2484 7.02425 7.40026 7.19627C7.55212 7.3683 7.77054 7.46683 8 7.46683V6.66683ZM8.05209 0.821349L1.38542 8.82135L2.61458 9.84564L9.28124 1.84564L8.05209 0.821349ZM2 10.1335H8V8.5335H2V10.1335ZM7.20618 9.23427L6.53951 14.5676L8.12716 14.7661L8.79382 9.43272L7.20618 9.23427ZM7.94791 15.179L14.6146 7.17898L13.3854 6.15468L6.71876 14.1547L7.94791 15.179ZM14 5.86683H8V7.46683H14V5.86683ZM8.79382 6.76606L9.46049 1.43272L7.87284 1.23427L7.20618 6.5676L8.79382 6.76606Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconZap, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13680", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconZap size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconZapOff.tsx b/src/icons/IconZapOff.tsx
index 58fed49..d826442 100644
--- a/src/icons/IconZapOff.tsx
+++ b/src/icons/IconZapOff.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconZapOff = (props: IconProps) => (
-  <Icon {...props}><g clipPath="url(#clip0_4039_12483)"><path fillRule="evenodd" clipRule="evenodd" d="M0.136418 0.136174C0.429311 -0.156719 0.904185 -0.156719 1.19708 0.136174L5.8583 4.79739C5.86239 4.8014 5.86643 4.80544 5.87042 4.80952L11.1917 10.1308C11.1957 10.1347 11.1998 10.1388 11.2037 10.1428L15.8637 14.8028C16.1566 15.0957 16.1566 15.5706 15.8637 15.8635C15.5709 16.1564 15.096 16.1564 14.8031 15.8635L10.7171 11.7776L7.90958 15.1466C7.69643 15.4024 7.34018 15.4871 7.03477 15.3545C6.72936 15.2219 6.54791 14.9039 6.58921 14.5735L7.1505 10.0832H2.00008C1.70907 10.0832 1.44432 9.91483 1.32089 9.65129C1.19745 9.38775 1.23761 9.0766 1.42392 8.85303L4.31878 5.3792L0.136418 1.19683C-0.156475 0.903941 -0.156475 0.429067 0.136418 0.136174ZM5.38381 6.44423L3.60136 8.58317H7.52276L5.38381 6.44423ZM8.70223 9.76265L8.39492 12.2212L9.65211 10.7125L8.70223 9.76265ZM8.96489 0.644978C9.27039 0.777327 9.45207 1.09523 9.41103 1.42562L9.0177 4.59228C8.96664 5.00334 8.59202 5.29518 8.18097 5.24412C7.76991 5.19306 7.47808 4.81844 7.52913 4.40739L7.6073 3.77813C7.33966 4.07956 6.8791 4.11605 6.567 3.85633C6.24861 3.59137 6.2053 3.11847 6.47026 2.80009L8.09026 0.853421C8.30322 0.597513 8.6594 0.512629 8.96489 0.644978ZM9.69008 6.6665C9.69008 6.25229 10.0259 5.9165 10.4401 5.9165H14.0001C14.2912 5.9165 14.5561 6.08501 14.6794 6.34873C14.8028 6.61246 14.7624 6.92375 14.5758 7.14723L12.9558 9.08723C12.6903 9.40516 12.2173 9.44768 11.8994 9.18218C11.5814 8.91669 11.5389 8.44372 11.8044 8.12578L12.3967 7.4165H10.4401C10.0259 7.4165 9.69008 7.08072 9.69008 6.6665Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_4039_12483"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
+  <Icon {...props}><g clipPath="url(#clip0_68_16117)"><path d="M7.47952 4.40123C7.42505 4.83968 7.73635 5.23927 8.1748 5.29374C8.61326 5.3482 9.01285 5.03691 9.06731 4.59845L7.47952 4.40123ZM8.66675 1.33317L9.46065 1.43178C9.50442 1.07936 9.31063 0.740271 8.98477 0.599098C8.65891 0.457926 8.27899 0.548469 8.05183 0.821437L8.66675 1.33317ZM6.43183 2.7681C6.1492 3.10772 6.1954 3.61214 6.53502 3.89476C6.87463 4.17738 7.37905 4.13118 7.66167 3.79157L6.43183 2.7681ZM11.766 8.09373C11.4828 8.43287 11.5282 8.93737 11.8673 9.22056C12.2064 9.50376 12.7109 9.45841 12.9941 9.11927L11.766 8.09373ZM14.0001 6.6665L14.6141 7.17927C14.8132 6.9409 14.8563 6.60885 14.7247 6.32755C14.5931 6.04624 14.3106 5.8665 14.0001 5.8665V6.6665ZM10.4401 5.8665C9.99825 5.8665 9.64008 6.22468 9.64008 6.6665C9.64008 7.10833 9.99825 7.4665 10.4401 7.4665V5.8665ZM5.94799 5.84532C6.23084 5.5059 6.18498 5.00144 5.84556 4.71859C5.50614 4.43574 5.00169 4.4816 4.71884 4.82102L5.94799 5.84532ZM2.00008 9.33317L1.3855 8.82102C1.18678 9.05949 1.14395 9.39139 1.27561 9.67249C1.40727 9.9536 1.68967 10.1332 2.00008 10.1332V9.33317ZM8.00008 9.33317L8.7939 9.4324C8.82236 9.20471 8.75168 8.97575 8.59982 8.80373C8.44796 8.6317 8.22955 8.53317 8.00008 8.53317V9.33317ZM7.33341 14.6665L6.53959 14.5673C6.49554 14.9197 6.68909 15.2589 7.01486 15.4003C7.34063 15.5418 7.72064 15.4515 7.94799 15.1787L7.33341 14.6665ZM11.2813 11.1787C11.5642 10.8392 11.5183 10.3348 11.1789 10.0519C10.8395 9.76908 10.335 9.81493 10.0522 10.1544L11.2813 11.1787ZM1.23243 0.100818C0.920014 -0.211601 0.413482 -0.211601 0.101063 0.100818C-0.211357 0.413238 -0.211357 0.91977 0.101063 1.23219L1.23243 0.100818ZM14.7677 15.8989C15.0801 16.2113 15.5867 16.2113 15.8991 15.8989C16.2115 15.5864 16.2115 15.0799 15.8991 14.7675L14.7677 15.8989ZM9.06731 4.59845L9.46065 1.43178L7.87285 1.23456L7.47952 4.40123L9.06731 4.59845ZM8.05183 0.821437L6.43183 2.7681L7.66167 3.79157L9.28167 1.8449L8.05183 0.821437ZM12.9941 9.11927L14.6141 7.17927L13.386 6.15373L11.766 8.09373L12.9941 9.11927ZM14.0001 5.8665H10.4401V7.4665H14.0001V5.8665ZM4.71884 4.82102L1.3855 8.82102L2.61466 9.84532L5.94799 5.84532L4.71884 4.82102ZM2.00008 10.1332H8.00008V8.53317H2.00008V10.1332ZM7.20626 9.23394L6.53959 14.5673L8.12724 14.7657L8.7939 9.4324L7.20626 9.23394ZM7.94799 15.1787L11.2813 11.1787L10.0522 10.1544L6.71884 14.1544L7.94799 15.1787ZM0.101063 1.23219L14.7677 15.8989L15.8991 14.7675L1.23243 0.100818L0.101063 1.23219Z" fill="var(--svg-fill-color)"/></g><defs><clipPath id="clip0_68_16117"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
 );
 figma.connect(IconZapOff, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13677", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconZapOff size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconZoomIn.tsx b/src/icons/IconZoomIn.tsx
index c70cff8..02ca2ad 100644
--- a/src/icons/IconZoomIn.tsx
+++ b/src/icons/IconZoomIn.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconZoomIn = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.33333 2.75C4.80203 2.75 2.75 4.80203 2.75 7.33333C2.75 9.86464 4.80203 11.9167 7.33333 11.9167C8.566 11.9167 9.68501 11.4301 10.5087 10.6384C10.5274 10.6146 10.5477 10.5916 10.5697 10.5697C10.5916 10.5477 10.6146 10.5274 10.6384 10.5087C11.4301 9.68501 11.9167 8.566 11.9167 7.33333C11.9167 4.80203 9.86464 2.75 7.33333 2.75ZM12.1326 11.0719C12.9373 10.0405 13.4167 8.74289 13.4167 7.33333C13.4167 3.9736 10.6931 1.25 7.33333 1.25C3.9736 1.25 1.25 3.9736 1.25 7.33333C1.25 10.6931 3.9736 13.4167 7.33333 13.4167C8.74289 13.4167 10.0405 12.9373 11.0719 12.1326L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.1326 11.0719ZM7.33333 4.58333C7.74755 4.58333 8.08333 4.91912 8.08333 5.33333V6.58333H9.33333C9.74755 6.58333 10.0833 6.91912 10.0833 7.33333C10.0833 7.74755 9.74755 8.08333 9.33333 8.08333H8.08333V9.33333C8.08333 9.74755 7.74755 10.0833 7.33333 10.0833C6.91912 10.0833 6.58333 9.74755 6.58333 9.33333V8.08333H5.33333C4.91912 8.08333 4.58333 7.74755 4.58333 7.33333C4.58333 6.91912 4.91912 6.58333 5.33333 6.58333H6.58333V5.33333C6.58333 4.91912 6.91912 4.58333 7.33333 4.58333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.4343 14.5657C13.7467 14.8781 14.2533 14.8781 14.5657 14.5657C14.8781 14.2533 14.8781 13.7467 14.5657 13.4343L13.4343 14.5657ZM11.6657 10.5343C11.3533 10.2219 10.8467 10.2219 10.5343 10.5343C10.2219 10.8467 10.2219 11.3533 10.5343 11.6657L11.6657 10.5343ZM8.13333 5.33333C8.13333 4.89151 7.77516 4.53333 7.33333 4.53333C6.89151 4.53333 6.53333 4.89151 6.53333 5.33333H8.13333ZM6.53333 9.33333C6.53333 9.77516 6.89151 10.1333 7.33333 10.1333C7.77516 10.1333 8.13333 9.77516 8.13333 9.33333H6.53333ZM5.33333 6.53333C4.89151 6.53333 4.53333 6.89151 4.53333 7.33333C4.53333 7.77516 4.89151 8.13333 5.33333 8.13333V6.53333ZM9.33333 8.13333C9.77516 8.13333 10.1333 7.77516 10.1333 7.33333C10.1333 6.89151 9.77516 6.53333 9.33333 6.53333V8.13333ZM11.8667 7.33333C11.8667 9.83702 9.83702 11.8667 7.33333 11.8667V13.4667C10.7207 13.4667 13.4667 10.7207 13.4667 7.33333H11.8667ZM7.33333 11.8667C4.82964 11.8667 2.8 9.83702 2.8 7.33333H1.2C1.2 10.7207 3.94599 13.4667 7.33333 13.4667V11.8667ZM2.8 7.33333C2.8 4.82964 4.82964 2.8 7.33333 2.8V1.2C3.94599 1.2 1.2 3.94599 1.2 7.33333H2.8ZM7.33333 2.8C9.83702 2.8 11.8667 4.82964 11.8667 7.33333H13.4667C13.4667 3.94599 10.7207 1.2 7.33333 1.2V2.8ZM14.5657 13.4343L11.6657 10.5343L10.5343 11.6657L13.4343 14.5657L14.5657 13.4343ZM6.53333 5.33333V9.33333H8.13333V5.33333H6.53333ZM5.33333 8.13333H9.33333V6.53333H5.33333V8.13333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconZoomIn, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13679", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconZoomIn size={size} /> });
\ No newline at end of file
diff --git a/src/icons/IconZoomOut.tsx b/src/icons/IconZoomOut.tsx
index 8169a95..60131fa 100644
--- a/src/icons/IconZoomOut.tsx
+++ b/src/icons/IconZoomOut.tsx
@@ -1,6 +1,6 @@
 import figma from "@figma/code-connect";
-import { IconProps, Icon } from "ui";
+import { IconProps, Icon } from "ui/primitives";
 export const IconZoomOut = (props: IconProps) => (
-  <Icon {...props}><path fillRule="evenodd" clipRule="evenodd" d="M7.33333 2.75C4.80203 2.75 2.75 4.80203 2.75 7.33333C2.75 9.86464 4.80203 11.9167 7.33333 11.9167C8.566 11.9167 9.68501 11.4301 10.5087 10.6384C10.5274 10.6146 10.5477 10.5916 10.5697 10.5697C10.5916 10.5477 10.6146 10.5274 10.6384 10.5087C11.4301 9.68501 11.9167 8.566 11.9167 7.33333C11.9167 4.80203 9.86464 2.75 7.33333 2.75ZM12.1326 11.0719C12.9373 10.0405 13.4167 8.74289 13.4167 7.33333C13.4167 3.9736 10.6931 1.25 7.33333 1.25C3.9736 1.25 1.25 3.9736 1.25 7.33333C1.25 10.6931 3.9736 13.4167 7.33333 13.4167C8.74289 13.4167 10.0405 12.9373 11.0719 12.1326L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.1326 11.0719ZM4.58333 7.33333C4.58333 6.91912 4.91912 6.58333 5.33333 6.58333H9.33333C9.74755 6.58333 10.0833 6.91912 10.0833 7.33333C10.0833 7.74755 9.74755 8.08333 9.33333 8.08333H5.33333C4.91912 8.08333 4.58333 7.74755 4.58333 7.33333Z" fill="var(--svg-fill-color)"/></Icon>
+  <Icon {...props}><path d="M13.4343 14.5657C13.7467 14.8781 14.2533 14.8781 14.5657 14.5657C14.8781 14.2533 14.8781 13.7467 14.5657 13.4343L13.4343 14.5657ZM11.6657 10.5343C11.3533 10.2219 10.8467 10.2219 10.5343 10.5343C10.2219 10.8467 10.2219 11.3533 10.5343 11.6657L11.6657 10.5343ZM5.33333 6.53333C4.89151 6.53333 4.53333 6.89151 4.53333 7.33333C4.53333 7.77516 4.89151 8.13333 5.33333 8.13333V6.53333ZM9.33333 8.13333C9.77516 8.13333 10.1333 7.77516 10.1333 7.33333C10.1333 6.89151 9.77516 6.53333 9.33333 6.53333V8.13333ZM11.8667 7.33333C11.8667 9.83702 9.83702 11.8667 7.33333 11.8667V13.4667C10.7207 13.4667 13.4667 10.7207 13.4667 7.33333H11.8667ZM7.33333 11.8667C4.82964 11.8667 2.8 9.83702 2.8 7.33333H1.2C1.2 10.7207 3.94599 13.4667 7.33333 13.4667V11.8667ZM2.8 7.33333C2.8 4.82964 4.82964 2.8 7.33333 2.8V1.2C3.94599 1.2 1.2 3.94599 1.2 7.33333H2.8ZM7.33333 2.8C9.83702 2.8 11.8667 4.82964 11.8667 7.33333H13.4667C13.4667 3.94599 10.7207 1.2 7.33333 1.2V2.8ZM14.5657 13.4343L11.6657 10.5343L10.5343 11.6657L13.4343 14.5657L14.5657 13.4343ZM5.33333 8.13333H9.33333V6.53333H5.33333V8.13333Z" fill="var(--svg-fill-color)"/></Icon>
 );
 figma.connect(IconZoomOut, "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=4049:13681", { props: { size: figma.enum("Size", { "20": "20", "24": "24", "32": "32", "40": "40", "48": "48" }) }, example: ({ size }) => <IconZoomOut size={size} /> });
\ No newline at end of file
diff --git a/src/icons/index.ts b/src/icons/index.ts
index 72de374..1ad8f10 100644
--- a/src/icons/index.ts
+++ b/src/icons/index.ts
@@ -10,40 +10,40 @@ export { IconAlignRight } from "./IconAlignRight.tsx";
 export { IconAnchor } from "./IconAnchor.tsx";
 export { IconAperture } from "./IconAperture.tsx";
 export { IconArchive } from "./IconArchive.tsx";
+export { IconArrowDown } from "./IconArrowDown.tsx";
 export { IconArrowDownCircle } from "./IconArrowDownCircle.tsx";
 export { IconArrowDownLeft } from "./IconArrowDownLeft.tsx";
 export { IconArrowDownRight } from "./IconArrowDownRight.tsx";
-export { IconArrowDown } from "./IconArrowDown.tsx";
-export { IconArrowLeftCircle } from "./IconArrowLeftCircle.tsx";
 export { IconArrowLeft } from "./IconArrowLeft.tsx";
-export { IconArrowRightCircle } from "./IconArrowRightCircle.tsx";
+export { IconArrowLeftCircle } from "./IconArrowLeftCircle.tsx";
 export { IconArrowRight } from "./IconArrowRight.tsx";
+export { IconArrowRightCircle } from "./IconArrowRightCircle.tsx";
+export { IconArrowUp } from "./IconArrowUp.tsx";
 export { IconArrowUpCircle } from "./IconArrowUpCircle.tsx";
 export { IconArrowUpLeft } from "./IconArrowUpLeft.tsx";
 export { IconArrowUpRight } from "./IconArrowUpRight.tsx";
-export { IconArrowUp } from "./IconArrowUp.tsx";
 export { IconAtSign } from "./IconAtSign.tsx";
 export { IconAward } from "./IconAward.tsx";
-export { IconBarChart2 } from "./IconBarChart2.tsx";
 export { IconBarChart } from "./IconBarChart.tsx";
-export { IconBatteryCharging } from "./IconBatteryCharging.tsx";
+export { IconBarChart2 } from "./IconBarChart2.tsx";
 export { IconBattery } from "./IconBattery.tsx";
-export { IconBellOff } from "./IconBellOff.tsx";
+export { IconBatteryCharging } from "./IconBatteryCharging.tsx";
 export { IconBell } from "./IconBell.tsx";
+export { IconBellOff } from "./IconBellOff.tsx";
 export { IconBluetooth } from "./IconBluetooth.tsx";
 export { IconBold } from "./IconBold.tsx";
-export { IconBookOpen } from "./IconBookOpen.tsx";
 export { IconBook } from "./IconBook.tsx";
+export { IconBookOpen } from "./IconBookOpen.tsx";
 export { IconBookmark } from "./IconBookmark.tsx";
 export { IconBox } from "./IconBox.tsx";
 export { IconBriefcase } from "./IconBriefcase.tsx";
 export { IconCalendar } from "./IconCalendar.tsx";
-export { IconCameraOff } from "./IconCameraOff.tsx";
 export { IconCamera } from "./IconCamera.tsx";
+export { IconCameraOff } from "./IconCameraOff.tsx";
 export { IconCast } from "./IconCast.tsx";
+export { IconCheck } from "./IconCheck.tsx";
 export { IconCheckCircle } from "./IconCheckCircle.tsx";
 export { IconCheckSquare } from "./IconCheckSquare.tsx";
-export { IconCheck } from "./IconCheck.tsx";
 export { IconChevronDown } from "./IconChevronDown.tsx";
 export { IconChevronLeft } from "./IconChevronLeft.tsx";
 export { IconChevronRight } from "./IconChevronRight.tsx";
@@ -56,12 +56,12 @@ export { IconChrome } from "./IconChrome.tsx";
 export { IconCircle } from "./IconCircle.tsx";
 export { IconClipboard } from "./IconClipboard.tsx";
 export { IconClock } from "./IconClock.tsx";
+export { IconCloud } from "./IconCloud.tsx";
 export { IconCloudDrizzle } from "./IconCloudDrizzle.tsx";
 export { IconCloudLightning } from "./IconCloudLightning.tsx";
 export { IconCloudOff } from "./IconCloudOff.tsx";
 export { IconCloudRain } from "./IconCloudRain.tsx";
 export { IconCloudSnow } from "./IconCloudSnow.tsx";
-export { IconCloud } from "./IconCloud.tsx";
 export { IconCode } from "./IconCode.tsx";
 export { IconCodepen } from "./IconCodepen.tsx";
 export { IconCodesandbox } from "./IconCodesandbox.tsx";
@@ -85,34 +85,34 @@ export { IconCrosshair } from "./IconCrosshair.tsx";
 export { IconDatabase } from "./IconDatabase.tsx";
 export { IconDelete } from "./IconDelete.tsx";
 export { IconDisc } from "./IconDisc.tsx";
+export { IconDivide } from "./IconDivide.tsx";
 export { IconDivideCircle } from "./IconDivideCircle.tsx";
 export { IconDivideSquare } from "./IconDivideSquare.tsx";
-export { IconDivide } from "./IconDivide.tsx";
 export { IconDollarSign } from "./IconDollarSign.tsx";
-export { IconDownloadCloud } from "./IconDownloadCloud.tsx";
 export { IconDownload } from "./IconDownload.tsx";
+export { IconDownloadCloud } from "./IconDownloadCloud.tsx";
 export { IconDribbble } from "./IconDribbble.tsx";
 export { IconDroplet } from "./IconDroplet.tsx";
+export { IconEdit } from "./IconEdit.tsx";
 export { IconEdit2 } from "./IconEdit2.tsx";
 export { IconEdit3 } from "./IconEdit3.tsx";
-export { IconEdit } from "./IconEdit.tsx";
 export { IconExternalLink } from "./IconExternalLink.tsx";
-export { IconEyeOff } from "./IconEyeOff.tsx";
 export { IconEye } from "./IconEye.tsx";
+export { IconEyeOff } from "./IconEyeOff.tsx";
 export { IconFacebook } from "./IconFacebook.tsx";
 export { IconFastForward } from "./IconFastForward.tsx";
 export { IconFeather } from "./IconFeather.tsx";
 export { IconFigma } from "./IconFigma.tsx";
+export { IconFile } from "./IconFile.tsx";
 export { IconFileMinus } from "./IconFileMinus.tsx";
 export { IconFilePlus } from "./IconFilePlus.tsx";
 export { IconFileText } from "./IconFileText.tsx";
-export { IconFile } from "./IconFile.tsx";
 export { IconFilm } from "./IconFilm.tsx";
 export { IconFilter } from "./IconFilter.tsx";
 export { IconFlag } from "./IconFlag.tsx";
+export { IconFolder } from "./IconFolder.tsx";
 export { IconFolderMinus } from "./IconFolderMinus.tsx";
 export { IconFolderPlus } from "./IconFolderPlus.tsx";
-export { IconFolder } from "./IconFolder.tsx";
 export { IconFramer } from "./IconFramer.tsx";
 export { IconFrown } from "./IconFrown.tsx";
 export { IconGift } from "./IconGift.tsx";
@@ -140,8 +140,8 @@ export { IconKey } from "./IconKey.tsx";
 export { IconLayers } from "./IconLayers.tsx";
 export { IconLayout } from "./IconLayout.tsx";
 export { IconLifeBuoy } from "./IconLifeBuoy.tsx";
-export { IconLink2 } from "./IconLink2.tsx";
 export { IconLink } from "./IconLink.tsx";
+export { IconLink2 } from "./IconLink2.tsx";
 export { IconLinkedin } from "./IconLinkedin.tsx";
 export { IconList } from "./IconList.tsx";
 export { IconLoader } from "./IconLoader.tsx";
@@ -149,21 +149,21 @@ export { IconLock } from "./IconLock.tsx";
 export { IconLogIn } from "./IconLogIn.tsx";
 export { IconLogOut } from "./IconLogOut.tsx";
 export { IconMail } from "./IconMail.tsx";
-export { IconMapPin } from "./IconMapPin.tsx";
 export { IconMap } from "./IconMap.tsx";
-export { IconMaximize2 } from "./IconMaximize2.tsx";
+export { IconMapPin } from "./IconMapPin.tsx";
 export { IconMaximize } from "./IconMaximize.tsx";
+export { IconMaximize2 } from "./IconMaximize2.tsx";
 export { IconMeh } from "./IconMeh.tsx";
 export { IconMenu } from "./IconMenu.tsx";
 export { IconMessageCircle } from "./IconMessageCircle.tsx";
 export { IconMessageSquare } from "./IconMessageSquare.tsx";
-export { IconMicOff } from "./IconMicOff.tsx";
 export { IconMic } from "./IconMic.tsx";
-export { IconMinimize2 } from "./IconMinimize2.tsx";
+export { IconMicOff } from "./IconMicOff.tsx";
 export { IconMinimize } from "./IconMinimize.tsx";
+export { IconMinimize2 } from "./IconMinimize2.tsx";
+export { IconMinus } from "./IconMinus.tsx";
 export { IconMinusCircle } from "./IconMinusCircle.tsx";
 export { IconMinusSquare } from "./IconMinusSquare.tsx";
-export { IconMinus } from "./IconMinus.tsx";
 export { IconMonitor } from "./IconMonitor.tsx";
 export { IconMoon } from "./IconMoon.tsx";
 export { IconMoreHorizontal } from "./IconMoreHorizontal.tsx";
@@ -171,28 +171,28 @@ export { IconMoreVertical } from "./IconMoreVertical.tsx";
 export { IconMousePointer } from "./IconMousePointer.tsx";
 export { IconMove } from "./IconMove.tsx";
 export { IconMusic } from "./IconMusic.tsx";
-export { IconNavigation2 } from "./IconNavigation2.tsx";
 export { IconNavigation } from "./IconNavigation.tsx";
+export { IconNavigation2 } from "./IconNavigation2.tsx";
 export { IconOctagon } from "./IconOctagon.tsx";
 export { IconPackage } from "./IconPackage.tsx";
 export { IconPaperclip } from "./IconPaperclip.tsx";
-export { IconPauseCircle } from "./IconPauseCircle.tsx";
 export { IconPause } from "./IconPause.tsx";
+export { IconPauseCircle } from "./IconPauseCircle.tsx";
 export { IconPenTool } from "./IconPenTool.tsx";
 export { IconPercent } from "./IconPercent.tsx";
+export { IconPhone } from "./IconPhone.tsx";
 export { IconPhoneCall } from "./IconPhoneCall.tsx";
 export { IconPhoneForwarded } from "./IconPhoneForwarded.tsx";
 export { IconPhoneIncoming } from "./IconPhoneIncoming.tsx";
 export { IconPhoneMissed } from "./IconPhoneMissed.tsx";
 export { IconPhoneOff } from "./IconPhoneOff.tsx";
 export { IconPhoneOutgoing } from "./IconPhoneOutgoing.tsx";
-export { IconPhone } from "./IconPhone.tsx";
 export { IconPieChart } from "./IconPieChart.tsx";
-export { IconPlayCircle } from "./IconPlayCircle.tsx";
 export { IconPlay } from "./IconPlay.tsx";
+export { IconPlayCircle } from "./IconPlayCircle.tsx";
+export { IconPlus } from "./IconPlus.tsx";
 export { IconPlusCircle } from "./IconPlusCircle.tsx";
 export { IconPlusSquare } from "./IconPlusSquare.tsx";
-export { IconPlus } from "./IconPlus.tsx";
 export { IconPocket } from "./IconPocket.tsx";
 export { IconPower } from "./IconPower.tsx";
 export { IconPrinter } from "./IconPrinter.tsx";
@@ -210,10 +210,10 @@ export { IconSearch } from "./IconSearch.tsx";
 export { IconSend } from "./IconSend.tsx";
 export { IconServer } from "./IconServer.tsx";
 export { IconSettings } from "./IconSettings.tsx";
-export { IconShare2 } from "./IconShare2.tsx";
 export { IconShare } from "./IconShare.tsx";
-export { IconShieldOff } from "./IconShieldOff.tsx";
+export { IconShare2 } from "./IconShare2.tsx";
 export { IconShield } from "./IconShield.tsx";
+export { IconShieldOff } from "./IconShieldOff.tsx";
 export { IconShoppingBag } from "./IconShoppingBag.tsx";
 export { IconShoppingCart } from "./IconShoppingCart.tsx";
 export { IconShuffle } from "./IconShuffle.tsx";
@@ -243,8 +243,8 @@ export { IconThumbsUp } from "./IconThumbsUp.tsx";
 export { IconToggleLeft } from "./IconToggleLeft.tsx";
 export { IconToggleRight } from "./IconToggleRight.tsx";
 export { IconTool } from "./IconTool.tsx";
-export { IconTrash2 } from "./IconTrash2.tsx";
 export { IconTrash } from "./IconTrash.tsx";
+export { IconTrash2 } from "./IconTrash2.tsx";
 export { IconTrello } from "./IconTrello.tsx";
 export { IconTrendingDown } from "./IconTrendingDown.tsx";
 export { IconTrendingUp } from "./IconTrendingUp.tsx";
@@ -257,31 +257,31 @@ export { IconType } from "./IconType.tsx";
 export { IconUmbrella } from "./IconUmbrella.tsx";
 export { IconUnderline } from "./IconUnderline.tsx";
 export { IconUnlock } from "./IconUnlock.tsx";
-export { IconUploadCloud } from "./IconUploadCloud.tsx";
 export { IconUpload } from "./IconUpload.tsx";
+export { IconUploadCloud } from "./IconUploadCloud.tsx";
+export { IconUser } from "./IconUser.tsx";
 export { IconUserCheck } from "./IconUserCheck.tsx";
 export { IconUserMinus } from "./IconUserMinus.tsx";
 export { IconUserPlus } from "./IconUserPlus.tsx";
 export { IconUserX } from "./IconUserX.tsx";
-export { IconUser } from "./IconUser.tsx";
 export { IconUsers } from "./IconUsers.tsx";
-export { IconVideoOff } from "./IconVideoOff.tsx";
 export { IconVideo } from "./IconVideo.tsx";
+export { IconVideoOff } from "./IconVideoOff.tsx";
 export { IconVoicemail } from "./IconVoicemail.tsx";
+export { IconVolume } from "./IconVolume.tsx";
 export { IconVolume1 } from "./IconVolume1.tsx";
 export { IconVolume2 } from "./IconVolume2.tsx";
 export { IconVolumeX } from "./IconVolumeX.tsx";
-export { IconVolume } from "./IconVolume.tsx";
 export { IconWatch } from "./IconWatch.tsx";
-export { IconWifiOff } from "./IconWifiOff.tsx";
 export { IconWifi } from "./IconWifi.tsx";
+export { IconWifiOff } from "./IconWifiOff.tsx";
 export { IconWind } from "./IconWind.tsx";
+export { IconX } from "./IconX.tsx";
 export { IconXCircle } from "./IconXCircle.tsx";
 export { IconXOctagon } from "./IconXOctagon.tsx";
 export { IconXSquare } from "./IconXSquare.tsx";
-export { IconX } from "./IconX.tsx";
 export { IconYoutube } from "./IconYoutube.tsx";
-export { IconZapOff } from "./IconZapOff.tsx";
 export { IconZap } from "./IconZap.tsx";
+export { IconZapOff } from "./IconZapOff.tsx";
 export { IconZoomIn } from "./IconZoomIn.tsx";
 export { IconZoomOut } from "./IconZoomOut.tsx";
\ No newline at end of file
diff --git a/src/ui/Figma.stories.tsx b/src/stories/Figma.stories.tsx
similarity index 99%
rename from src/ui/Figma.stories.tsx
rename to src/stories/Figma.stories.tsx
index 01c8d61..f40dbb3 100644
--- a/src/ui/Figma.stories.tsx
+++ b/src/stories/Figma.stories.tsx
@@ -21,7 +21,7 @@ import {
   Text,
   TextAreaField,
   TextSubtitle,
-} from "ui";
+} from "ui/primitives";
 
 function Figma() {
   return <>Figma</>;
@@ -29,7 +29,7 @@ function Figma() {
 
 const meta: Meta<typeof Figma> = {
   component: Figma,
-  title: "z/figma/Preview",
+  title: "_figma/Preview",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/blocks/Cards/Cards.stories.tsx b/src/stories/ui/components/Cards.stories.tsx
similarity index 71%
rename from src/blocks/Cards/Cards.stories.tsx
rename to src/stories/ui/components/Cards.stories.tsx
index 38562ce..0c1c675 100644
--- a/src/blocks/Cards/Cards.stories.tsx
+++ b/src/stories/ui/components/Cards.stories.tsx
@@ -1,15 +1,18 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import { IconActivity } from "icons";
 import { ComponentProps } from "react";
-import { Button, ButtonGroup } from "ui/Button/Button";
-import { Flex } from "ui/Flex/Flex";
-import { Image } from "ui/Image/Image";
-import { Text, TextHeading } from "ui/Text/Text";
-import { Card, PricingCard, ProductInfoCard, TestimonialCard } from "./Cards";
+import {
+  Card,
+  PricingCard,
+  ProductInfoCard,
+  TestimonialCard,
+} from "ui/components";
+import { Flex } from "ui/layout";
+import { Button, ButtonGroup, Image, Text, TextHeading } from "ui/primitives";
 
 const meta: Meta<typeof Card> = {
   component: Card,
-  title: "blocks/Cards",
+  title: "UI Components/Cards",
   parameters: { layout: "centered" },
 };
 export default meta;
@@ -76,41 +79,6 @@ export const Default: StoryObj<
   ),
 };
 
-export const Bulk: StoryObj<typeof Card> = {
-  render: () => (
-    <Flex gap="lg" wrap type="quarter">
-      {[1, 2, 3, 4].map((i) => (
-        <Card key={i} asset={<IconActivity size="32" />}>
-          <TextHeading>Subheading</TextHeading>
-          <Text>
-            Body text for whatever you’d like to say. Add main takeaway points,
-            quotes, anecdotes, or even a very very short story.{" "}
-          </Text>
-          <ButtonGroup>
-            <Button variant="secondary">Some action</Button>
-          </ButtonGroup>
-        </Card>
-      ))}
-      {[1, 2, 3, 4].map((i) => (
-        <Card
-          variant="padded"
-          key={i}
-          asset={<Image alt="Accessibility!" src="https://picsum.photos/500" />}
-        >
-          <TextHeading>Subheading</TextHeading>
-          <Text>
-            Body text for whatever you’d like to say. Add main takeaway points,
-            quotes, anecdotes, or even a very very short story.{" "}
-          </Text>
-          <ButtonGroup>
-            <Button variant="secondary">Some action</Button>
-          </ButtonGroup>
-        </Card>
-      ))}
-    </Flex>
-  ),
-};
-
 export const BlockPricingCard: StoryObj<typeof PricingCard> = {
   render: () => (
     <Flex
diff --git a/src/blocks/Headers/Headers.stories.tsx b/src/stories/ui/components/Headers.stories.tsx
similarity index 75%
rename from src/blocks/Headers/Headers.stories.tsx
rename to src/stories/ui/components/Headers.stories.tsx
index 2f0f8c3..1b4c6cb 100644
--- a/src/blocks/Headers/Headers.stories.tsx
+++ b/src/stories/ui/components/Headers.stories.tsx
@@ -1,10 +1,10 @@
 import { Meta, StoryObj } from "@storybook/react";
-import { Flex, Section } from "ui";
-import { StandardHeader } from "./Headers";
+import { StandardHeader } from "ui/components";
+import { Flex, Section } from "ui/layout";
 
 const meta: Meta<typeof StandardHeader> = {
   component: StandardHeader,
-  title: "blocks/Headers",
+  title: "UI Components/Headers",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Flex/Flex.stories.tsx b/src/stories/ui/layout/Flex.stories.tsx
similarity index 81%
rename from src/ui/Flex/Flex.stories.tsx
rename to src/stories/ui/layout/Flex.stories.tsx
index 30e2f8b..c1ef322 100644
--- a/src/ui/Flex/Flex.stories.tsx
+++ b/src/stories/ui/layout/Flex.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Flex, FlexItem } from "ui";
+import { Flex, FlexItem } from "ui/layout";
 
 const meta: Meta<typeof Flex> = {
   component: Flex,
-  title: "ui/Flex",
+  title: "UI Layout/Flex",
   parameters: { layout: "centered" },
 };
 export default meta;
@@ -25,7 +25,6 @@ const renderChild = (text: string) => (
 export const Default: StoryObj<typeof Flex> = {
   args: {
     gap: "sm",
-    type: "quarter",
     wrap: true,
   },
   argTypes: {
@@ -33,14 +32,10 @@ export const Default: StoryObj<typeof Flex> = {
       control: { type: "select" },
       options: [undefined, "xs", "sm", "md", "lg", "xl"],
     },
-    type: {
-      control: { type: "select" },
-      options: ["quarter", "third"],
-    },
   },
   render: (args) => (
     <Flex direction="column" gap="xl" container>
-      <Flex {...args}>
+      <Flex {...args} type="quarter">
         <FlexItem size="full">{renderChild("full")}</FlexItem>
         <FlexItem size="major">{renderChild("major")}</FlexItem>
         <FlexItem size="minor">{renderChild("minor")}</FlexItem>
@@ -59,7 +54,7 @@ export const Default: StoryObj<typeof Flex> = {
         <FlexItem size="minor">{renderChild("minor")}</FlexItem>
         <FlexItem size="half">{renderChild("half")}</FlexItem>
       </Flex>
-      <Flex {...args}>
+      <Flex {...args} type="third">
         <FlexItem size="full">{renderChild("full")}</FlexItem>
         <FlexItem size="major">{renderChild("major")}</FlexItem>
         <FlexItem size="minor">{renderChild("minor")}</FlexItem>
@@ -70,15 +65,8 @@ export const Default: StoryObj<typeof Flex> = {
         <FlexItem size="minor">{renderChild("minor")}</FlexItem>
         <FlexItem size="minor">{renderChild("minor")}</FlexItem>
         <FlexItem size="minor">{renderChild("minor")}</FlexItem>
-        <FlexItem size="minor">{renderChild("minor")}</FlexItem>
-        <FlexItem size="half">{renderChild("half")}</FlexItem>
-        <FlexItem size="minor">{renderChild("minor")}</FlexItem>
-        <FlexItem size="minor">{renderChild("minor")}</FlexItem>
-        <FlexItem size="minor">{renderChild("minor")}</FlexItem>
-        <FlexItem size="minor">{renderChild("minor")}</FlexItem>
-        <FlexItem size="half">{renderChild("half")}</FlexItem>
       </Flex>
-      <Flex {...args}>
+      <Flex {...args} type="quarter">
         {renderChild("span")}
         {renderChild("span")}
         {renderChild("span")}
diff --git a/src/ui/Section/Section.stories.tsx b/src/stories/ui/layout/Section.stories.tsx
similarity index 93%
rename from src/ui/Section/Section.stories.tsx
rename to src/stories/ui/layout/Section.stories.tsx
index 46b756c..63db4bb 100644
--- a/src/ui/Section/Section.stories.tsx
+++ b/src/stories/ui/layout/Section.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Flex, Section } from "ui";
+import { Flex, Section } from "ui/layout";
 
 const meta: Meta<typeof Section> = {
   component: Section,
-  title: "ui/Section",
+  title: "UI Layout/Section",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Accordion/Accordion.stories.tsx b/src/stories/ui/primitives/Accordion.stories.tsx
similarity index 90%
rename from src/ui/Accordion/Accordion.stories.tsx
rename to src/stories/ui/primitives/Accordion.stories.tsx
index 02abc9a..0a52e7b 100644
--- a/src/ui/Accordion/Accordion.stories.tsx
+++ b/src/stories/ui/primitives/Accordion.stories.tsx
@@ -1,11 +1,10 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import "react";
-import { Accordion, AccordionItem } from "ui/Accordion/Accordion";
-import { Text, TextHeading } from "ui/Text/Text";
+import { Accordion, AccordionItem, Text, TextHeading } from "ui/primitives";
 
 const meta: Meta<typeof Accordion> = {
   component: Accordion,
-  title: "ui/Accordion",
+  title: "UI Primitives/Accordion",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Alert/Alert.stories.tsx b/src/stories/ui/primitives/Alert.stories.tsx
similarity index 86%
rename from src/ui/Alert/Alert.stories.tsx
rename to src/stories/ui/primitives/Alert.stories.tsx
index 19653f5..298d993 100644
--- a/src/ui/Alert/Alert.stories.tsx
+++ b/src/stories/ui/primitives/Alert.stories.tsx
@@ -1,11 +1,17 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import { ComponentProps } from "react";
-import { Alert, AlertActions, AlertBody, AlertTitle } from "ui/Alert/Alert";
-import { Button, ButtonGroup } from "ui/Button/Button";
+import {
+  Alert,
+  AlertActions,
+  AlertBody,
+  AlertTitle,
+  Button,
+  ButtonGroup,
+} from "ui/primitives";
 
 const meta: Meta<typeof Alert> = {
   component: Alert,
-  title: "ui/Alert",
+  title: "UI Primitives/Alert",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Avatar/Avatar.stories.tsx b/src/stories/ui/primitives/Avatar.stories.tsx
similarity index 93%
rename from src/ui/Avatar/Avatar.stories.tsx
rename to src/stories/ui/primitives/Avatar.stories.tsx
index 466ae57..92c26cf 100644
--- a/src/ui/Avatar/Avatar.stories.tsx
+++ b/src/stories/ui/primitives/Avatar.stories.tsx
@@ -1,17 +1,18 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import "react";
+import { Flex } from "ui/layout";
 import {
   Avatar,
   AvatarBlock,
   AvatarButton,
   AvatarGroup,
-} from "ui/Avatar/Avatar";
-import { Description, Label } from "ui/Fieldset/Fieldset";
-import { Flex } from "ui/Flex/Flex";
+  Description,
+  Label,
+} from "ui/primitives";
 
 const meta: Meta<typeof Avatar> = {
   component: Avatar,
-  title: "ui/Avatar",
+  title: "UI Primitives/Avatar",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Button/Button.stories.tsx b/src/stories/ui/primitives/Button.stories.tsx
similarity index 94%
rename from src/ui/Button/Button.stories.tsx
rename to src/stories/ui/primitives/Button.stories.tsx
index 922ba89..7892ec9 100644
--- a/src/ui/Button/Button.stories.tsx
+++ b/src/stories/ui/primitives/Button.stories.tsx
@@ -1,11 +1,11 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import { IconActivity, IconArrowLeft } from "icons";
-import { Button, ButtonGroup } from "ui/Button/Button";
-import { Flex, FlexItem } from "ui/Flex/Flex";
+import { Flex, FlexItem } from "ui/layout";
+import { Button, ButtonGroup } from "ui/primitives";
 
 const meta: Meta<typeof Button> = {
   component: Button,
-  title: "ui/Button",
+  title: "UI Primitives/Button",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Checkbox/Checkbox.stories.tsx b/src/stories/ui/primitives/Checkbox.stories.tsx
similarity index 94%
rename from src/ui/Checkbox/Checkbox.stories.tsx
rename to src/stories/ui/primitives/Checkbox.stories.tsx
index e8862c1..7e1c600 100644
--- a/src/ui/Checkbox/Checkbox.stories.tsx
+++ b/src/stories/ui/primitives/Checkbox.stories.tsx
@@ -1,11 +1,12 @@
 import { useArgs } from "@storybook/preview-api";
 import type { Meta, StoryObj } from "@storybook/react";
 import { useState } from "react";
-import { Checkbox, CheckboxField, CheckboxGroup, Flex } from "ui";
+import { Flex } from "ui/layout";
+import { Checkbox, CheckboxField, CheckboxGroup } from "ui/primitives";
 
 const meta: Meta<typeof Checkbox> = {
   component: Checkbox,
-  title: "ui/Checkbox",
+  title: "UI Primitives/Checkbox",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Dialog/Dialog.stories.tsx b/src/stories/ui/primitives/Dialog.stories.tsx
similarity index 96%
rename from src/ui/Dialog/Dialog.stories.tsx
rename to src/stories/ui/primitives/Dialog.stories.tsx
index b853f71..f49d5c3 100644
--- a/src/ui/Dialog/Dialog.stories.tsx
+++ b/src/stories/ui/primitives/Dialog.stories.tsx
@@ -1,17 +1,8 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import { IconMenu } from "icons";
 import { useState } from "react";
-import { Button } from "ui/Button/Button";
-import { InputField } from "ui/Input/Input";
-import {
-  Table,
-  TableBody,
-  TableCell,
-  TableColumn,
-  TableHead,
-  TableRow,
-} from "ui/Table/Table";
 import {
+  Button,
   Dialog,
   DialogActions,
   DialogBody,
@@ -19,11 +10,18 @@ import {
   DialogDescription,
   DialogModal,
   DialogTitle,
-} from "./Dialog";
+  InputField,
+  Table,
+  TableBody,
+  TableCell,
+  TableColumn,
+  TableHead,
+  TableRow,
+} from "ui/primitives";
 
 const meta: Meta<typeof Dialog> = {
   component: Dialog,
-  title: "ui/Dialog",
+  title: "UI Primitives/Dialog",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Fieldset/Fieldset.stories.tsx b/src/stories/ui/primitives/Fieldset.stories.tsx
similarity index 98%
rename from src/ui/Fieldset/Fieldset.stories.tsx
rename to src/stories/ui/primitives/Fieldset.stories.tsx
index 5150a9a..55d8e9d 100644
--- a/src/ui/Fieldset/Fieldset.stories.tsx
+++ b/src/stories/ui/primitives/Fieldset.stories.tsx
@@ -18,11 +18,11 @@ import {
   Text,
   TextAreaField,
   formEventTargetToFormData,
-} from "ui";
+} from "ui/primitives";
 
 const meta: Meta<typeof Fieldset> = {
   component: Fieldset,
-  title: "ui/Fieldset",
+  title: "UI Primitives/Fieldset",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/IconButton/IconButton.stories.tsx b/src/stories/ui/primitives/IconButton.stories.tsx
similarity index 92%
rename from src/ui/IconButton/IconButton.stories.tsx
rename to src/stories/ui/primitives/IconButton.stories.tsx
index 5ab5563..912b528 100644
--- a/src/ui/IconButton/IconButton.stories.tsx
+++ b/src/stories/ui/primitives/IconButton.stories.tsx
@@ -1,10 +1,11 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import { IconActivity } from "icons";
-import { Flex, IconButton } from "ui";
+import { Flex } from "ui/layout";
+import { IconButton } from "ui/primitives";
 
 const meta: Meta<typeof IconButton> = {
   component: IconButton,
-  title: "ui/IconButton",
+  title: "UI Primitives/IconButton",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Image/Image.stories.tsx b/src/stories/ui/primitives/Image.stories.tsx
similarity index 92%
rename from src/ui/Image/Image.stories.tsx
rename to src/stories/ui/primitives/Image.stories.tsx
index 985bece..8291d82 100644
--- a/src/ui/Image/Image.stories.tsx
+++ b/src/stories/ui/primitives/Image.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Image, Picture, PictureSource } from "ui/Image/Image";
+import { Image, Picture, PictureSource } from "ui/primitives";
 
 const meta: Meta<typeof Image> = {
   component: Image,
-  title: "ui/Image",
+  title: "UI Primitives/Image",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Input/Input.stories.tsx b/src/stories/ui/primitives/Input.stories.tsx
similarity index 86%
rename from src/ui/Input/Input.stories.tsx
rename to src/stories/ui/primitives/Input.stories.tsx
index 82d139f..bae479c 100644
--- a/src/ui/Input/Input.stories.tsx
+++ b/src/stories/ui/primitives/Input.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { InputField } from "ui";
+import { InputField } from "ui/primitives";
 
 const meta: Meta<typeof InputField> = {
   component: InputField,
-  title: "ui/Input",
+  title: "UI Primitives/Input",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Link/Link.stories.tsx b/src/stories/ui/primitives/Link.stories.tsx
similarity index 84%
rename from src/ui/Link/Link.stories.tsx
rename to src/stories/ui/primitives/Link.stories.tsx
index 475fa86..05f0a11 100644
--- a/src/ui/Link/Link.stories.tsx
+++ b/src/stories/ui/primitives/Link.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Link } from "ui";
+import { Link } from "ui/primitives";
 
 const meta: Meta<typeof Link> = {
   component: Link,
-  title: "ui/Link",
+  title: "UI Primitives/Link",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/ListBox/ListBox.stories.tsx b/src/stories/ui/primitives/ListBox.stories.tsx
similarity index 91%
rename from src/ui/ListBox/ListBox.stories.tsx
rename to src/stories/ui/primitives/ListBox.stories.tsx
index a3fa501..1dcfc28 100644
--- a/src/ui/ListBox/ListBox.stories.tsx
+++ b/src/stories/ui/primitives/ListBox.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Description, Label, ListBox, ListBoxItem } from "ui";
+import { Description, Label, ListBox, ListBoxItem } from "ui/primitives";
 
 const meta: Meta<typeof ListBox> = {
   component: ListBox,
-  title: "ui/ListBox",
+  title: "UI Primitives/ListBox",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Menu/Menu.stories.tsx b/src/stories/ui/primitives/Menu.stories.tsx
similarity index 95%
rename from src/ui/Menu/Menu.stories.tsx
rename to src/stories/ui/primitives/Menu.stories.tsx
index ac062c3..ec38d24 100644
--- a/src/ui/Menu/Menu.stories.tsx
+++ b/src/stories/ui/primitives/Menu.stories.tsx
@@ -7,10 +7,11 @@ import {
   MenuLabel,
   MenuSeparator,
   MenuShortcut,
-} from "ui/Menu/Menu";
+} from "ui/primitives";
+
 const meta: Meta<typeof MenuButton> = {
   component: MenuButton,
-  title: "ui/Menu",
+  title: "UI Primitives/Menu",
   parameters: { layout: "centered" },
 };
 
diff --git a/src/ui/Navigation/Navigation.stories.tsx b/src/stories/ui/primitives/Navigation.stories.tsx
similarity index 92%
rename from src/ui/Navigation/Navigation.stories.tsx
rename to src/stories/ui/primitives/Navigation.stories.tsx
index c9bfa67..5d3bcbc 100644
--- a/src/ui/Navigation/Navigation.stories.tsx
+++ b/src/stories/ui/primitives/Navigation.stories.tsx
@@ -1,10 +1,10 @@
 import type { Meta, StoryObj } from "@storybook/react";
 import { useState } from "react";
-import { Navigation, NavigationItem } from "./Navigation";
+import { Navigation, NavigationItem } from "ui/primitives";
 
 const meta: Meta<typeof Navigation> = {
   component: Navigation,
-  title: "ui/Navigation",
+  title: "UI Primitives/Navigation",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Pagination/Pagination.stories.tsx b/src/stories/ui/primitives/Pagination.stories.tsx
similarity index 94%
rename from src/ui/Pagination/Pagination.stories.tsx
rename to src/stories/ui/primitives/Pagination.stories.tsx
index 0bc152f..19722a9 100644
--- a/src/ui/Pagination/Pagination.stories.tsx
+++ b/src/stories/ui/primitives/Pagination.stories.tsx
@@ -6,11 +6,11 @@ import {
   PaginationNext,
   PaginationPage,
   PaginationPrevious,
-} from "ui";
+} from "ui/primitives";
 
 const meta: Meta<typeof Pagination> = {
   component: Pagination,
-  title: "ui/Pagination",
+  title: "UI Primitives/Pagination",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Popover/Popover.stories.tsx b/src/stories/ui/primitives/Popover.stories.tsx
similarity index 70%
rename from src/ui/Popover/Popover.stories.tsx
rename to src/stories/ui/primitives/Popover.stories.tsx
index 123493e..4d4f978 100644
--- a/src/ui/Popover/Popover.stories.tsx
+++ b/src/stories/ui/primitives/Popover.stories.tsx
@@ -1,13 +1,10 @@
 import type { Meta } from "@storybook/react";
 import { IconHelpCircle } from "icons";
-import { DialogTrigger } from "ui/Dialog/Dialog";
-import { IconButton } from "ui/IconButton/IconButton";
-import { Text } from "ui/Text/Text";
-import { Popover } from "./Popover";
+import { DialogTrigger, IconButton, Popover, Text } from "ui/primitives";
 
 const meta: Meta<typeof Popover> = {
   component: Popover,
-  title: "ui/Popover",
+  title: "UI Primitives/Popover",
   parameters: { layout: "centered" },
 };
 
diff --git a/src/ui/Radio/Radio.stories.tsx b/src/stories/ui/primitives/Radio.stories.tsx
similarity index 90%
rename from src/ui/Radio/Radio.stories.tsx
rename to src/stories/ui/primitives/Radio.stories.tsx
index 2a09367..1a6ffde 100644
--- a/src/ui/Radio/Radio.stories.tsx
+++ b/src/stories/ui/primitives/Radio.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Radio, RadioField, RadioGroup } from "ui/Radio/Radio";
+import { Radio, RadioField, RadioGroup } from "ui/primitives";
 
 const meta: Meta<typeof Radio> = {
   component: Radio,
-  title: "ui/Radio",
+  title: "UI Primitives/Radio",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Select/Select.stories.tsx b/src/stories/ui/primitives/Select.stories.tsx
similarity index 89%
rename from src/ui/Select/Select.stories.tsx
rename to src/stories/ui/primitives/Select.stories.tsx
index 1328507..7728904 100644
--- a/src/ui/Select/Select.stories.tsx
+++ b/src/stories/ui/primitives/Select.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { SelectField, SelectItem } from "ui";
+import { SelectField, SelectItem } from "ui/primitives";
 
 const meta: Meta<typeof SelectField> = {
   component: SelectField,
-  title: "ui/Select",
+  title: "UI Primitives/Select",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Slider/Slider.stories.tsx b/src/stories/ui/primitives/Slider.stories.tsx
similarity index 92%
rename from src/ui/Slider/Slider.stories.tsx
rename to src/stories/ui/primitives/Slider.stories.tsx
index 40d8c70..650d6d6 100644
--- a/src/ui/Slider/Slider.stories.tsx
+++ b/src/stories/ui/primitives/Slider.stories.tsx
@@ -1,16 +1,16 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Label } from "ui";
 import {
+  Label,
   Slider,
   SliderField,
   SliderOutput,
   SliderThumb,
   SliderTrack,
-} from "ui/Slider/Slider";
+} from "ui/primitives";
 
 const meta: Meta<typeof Slider> = {
   component: Slider,
-  title: "ui/Slider",
+  title: "UI Primitives/Slider",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Switch/Switch.stories.tsx b/src/stories/ui/primitives/Switch.stories.tsx
similarity index 88%
rename from src/ui/Switch/Switch.stories.tsx
rename to src/stories/ui/primitives/Switch.stories.tsx
index 689d5be..e51bf13 100644
--- a/src/ui/Switch/Switch.stories.tsx
+++ b/src/stories/ui/primitives/Switch.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { SwitchField, SwitchGroup } from "ui";
+import { SwitchField, SwitchGroup } from "ui/primitives";
 
 const meta: Meta<typeof SwitchField> = {
   component: SwitchField,
-  title: "ui/Switch",
+  title: "UI Primitives/Switch",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Tab/Tab.stories.tsx b/src/stories/ui/primitives/Tab.stories.tsx
similarity index 90%
rename from src/ui/Tab/Tab.stories.tsx
rename to src/stories/ui/primitives/Tab.stories.tsx
index 674587d..f299a94 100644
--- a/src/ui/Tab/Tab.stories.tsx
+++ b/src/stories/ui/primitives/Tab.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { Tab, TabList, TabPanel, Tabs } from "./Tab";
+import { Tab, TabList, TabPanel, Tabs } from "ui/primitives";
 
 const meta: Meta<typeof Tabs> = {
   component: Tabs,
-  title: "ui/Tabs",
+  title: "UI Primitives/Tabs",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Table/Table.stories.tsx b/src/stories/ui/primitives/Table.stories.tsx
similarity index 95%
rename from src/ui/Table/Table.stories.tsx
rename to src/stories/ui/primitives/Table.stories.tsx
index 6b88dcb..631a3b7 100644
--- a/src/ui/Table/Table.stories.tsx
+++ b/src/stories/ui/primitives/Table.stories.tsx
@@ -2,10 +2,10 @@ import { useState } from "@storybook/preview-api";
 import type { Meta, StoryObj } from "@storybook/react";
 import { IconTrash } from "icons";
 import { SortDescriptor } from "react-stately";
-import { Button } from "ui/Button/Button";
-import { Flex } from "ui/Flex/Flex";
-import { IconButton } from "ui/IconButton/IconButton";
+import { Flex } from "ui/layout";
 import {
+  Button,
+  IconButton,
   Table,
   TableBody,
   TableCell,
@@ -13,12 +13,12 @@ import {
   TableColumnProps,
   TableHead,
   TableRow,
-} from "ui/Table/Table";
-import { Tag } from "ui/Tag/Tag";
+  Tag,
+} from "ui/primitives";
 
 const meta: Meta<typeof Table> = {
   component: Table,
-  title: "ui/Table",
+  title: "UI Primitives/Table",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Tag/Tag.stories.tsx b/src/stories/ui/primitives/Tag.stories.tsx
similarity index 96%
rename from src/ui/Tag/Tag.stories.tsx
rename to src/stories/ui/primitives/Tag.stories.tsx
index 5c80505..be8d7d2 100644
--- a/src/ui/Tag/Tag.stories.tsx
+++ b/src/stories/ui/primitives/Tag.stories.tsx
@@ -1,17 +1,17 @@
 import type { Meta, StoryObj } from "@storybook/react";
+import { Flex } from "ui/layout";
 import {
-  Flex,
   Label,
   Tag,
   TagButton,
   TagToggle,
   TagToggleGroup,
   TagToggleList,
-} from "ui";
+} from "ui/primitives";
 
 const meta: Meta<typeof Tag> = {
   component: Tag,
-  title: "ui/Tag",
+  title: "UI Primitives/Tag",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/ui/Text/Text.stories.tsx b/src/stories/ui/primitives/Text.stories.tsx
similarity index 94%
rename from src/ui/Text/Text.stories.tsx
rename to src/stories/ui/primitives/Text.stories.tsx
index 0846faf..2beab4b 100644
--- a/src/ui/Text/Text.stories.tsx
+++ b/src/stories/ui/primitives/Text.stories.tsx
@@ -1,6 +1,6 @@
 import type { Meta, StoryObj } from "@storybook/react";
+import { Flex } from "ui/layout";
 import {
-  Flex,
   Text,
   TextCode,
   TextEmphasis,
@@ -15,11 +15,11 @@ import {
   TextSubtitle,
   TextTitleHero,
   TextTitlePage,
-} from "ui";
+} from "ui/primitives";
 
 const meta: Meta<typeof Text> = {
   component: Text,
-  title: "ui/Text",
+  title: "UI Primitives/Text",
 };
 export default meta;
 type Story = StoryObj<typeof Text>;
diff --git a/src/ui/TextArea/TextArea.stories.tsx b/src/stories/ui/primitives/TextArea.stories.tsx
similarity index 94%
rename from src/ui/TextArea/TextArea.stories.tsx
rename to src/stories/ui/primitives/TextArea.stories.tsx
index bfc65d1..fc5c9a9 100644
--- a/src/ui/TextArea/TextArea.stories.tsx
+++ b/src/stories/ui/primitives/TextArea.stories.tsx
@@ -1,9 +1,9 @@
 import type { Meta, StoryObj } from "@storybook/react";
-import { TextAreaField } from "ui";
+import { TextAreaField } from "ui/primitives";
 
 const meta: Meta<typeof TextAreaField> = {
   component: TextAreaField,
-  title: "ui/TextArea",
+  title: "UI Primitives/TextArea",
   parameters: { layout: "centered" },
 };
 export default meta;
diff --git a/src/theme.css b/src/theme.css
index 8190d65..6c61ed2 100644
--- a/src/theme.css
+++ b/src/theme.css
@@ -1347,11 +1347,11 @@
   --sds-responsive-display-flex-to-none: flex;
   --sds-responsive-display-none-to-flex: none;
   --sds-responsive-ratio-column-full: 1;
-  --sds-responsive-ratio-column-half: 1;
-  --sds-responsive-ratio-column-quarter-major: 1;
-  --sds-responsive-ratio-column-quarter-minor: 1;
-  --sds-responsive-ratio-column-third-major: 1;
-  --sds-responsive-ratio-column-third-minor: 1;
+  --sds-responsive-ratio-column-half: 2;
+  --sds-responsive-ratio-column-quarter-major: 4;
+  --sds-responsive-ratio-column-quarter-minor: 4;
+  --sds-responsive-ratio-column-third-major: 3;
+  --sds-responsive-ratio-column-third-minor: 3;
   --sds-responsive-ratio-dialog-max: 2;
   --sds-responsive-root-font-size: 18px;
   --sds-responsive-width-device-min: 375px;
@@ -1367,18 +1367,18 @@
     --sds-responsive-display-flex-to-none: flex;
     --sds-responsive-display-none-to-flex: none;
     --sds-responsive-ratio-column-full: 1;
-    --sds-responsive-ratio-column-half: 0.5;
-    --sds-responsive-ratio-column-quarter-major: 0.5;
-    --sds-responsive-ratio-column-quarter-minor: 0.5;
-    --sds-responsive-ratio-column-third-major: 1;
-    --sds-responsive-ratio-column-third-minor: 1;
+    --sds-responsive-ratio-column-half: 1;
+    --sds-responsive-ratio-column-quarter-major: 2;
+    --sds-responsive-ratio-column-quarter-minor: 2;
+    --sds-responsive-ratio-column-third-major: 3;
+    --sds-responsive-ratio-column-third-minor: 3;
     --sds-responsive-ratio-dialog-max: 0.85;
     --sds-responsive-root-font-size: 18px;
     --sds-responsive-width-device-min: 768px;
   }
 }
 /* responsive: desktop */
-@media (min-width: 1160px) {
+@media (min-width: 1200px) {
   :root {
     --sds-responsive-border-width: 1px;
     --sds-responsive-direction-column-to-row: row;
@@ -1388,35 +1388,14 @@
     --sds-responsive-display-flex-to-none: none;
     --sds-responsive-display-none-to-flex: flex;
     --sds-responsive-ratio-column-full: 1;
-    --sds-responsive-ratio-column-half: 0.5;
-    --sds-responsive-ratio-column-quarter-major: 0.75;
-    --sds-responsive-ratio-column-quarter-minor: 0.25;
-    --sds-responsive-ratio-column-third-major: 0.67;
-    --sds-responsive-ratio-column-third-minor: 0.33;
-    --sds-responsive-ratio-dialog-max: 0.5;
-    --sds-responsive-root-font-size: 16px;
-    --sds-responsive-width-device-min: 1160px;
-  }
-}
-/* responsive: wide */
-@media (min-width: 1440px) {
-  :root {
-    --sds-responsive-border-width: 1px;
-    --sds-responsive-direction-column-to-row: row;
-    --sds-responsive-direction-column-to-row-reverse: row-reverse;
-    --sds-responsive-direction-row-reverse-to-column: column;
-    --sds-responsive-direction-row-to-column: column;
-    --sds-responsive-display-flex-to-none: none;
-    --sds-responsive-display-none-to-flex: flex;
-    --sds-responsive-ratio-column-full: 1;
-    --sds-responsive-ratio-column-half: 0.5;
-    --sds-responsive-ratio-column-quarter-major: 0.75;
-    --sds-responsive-ratio-column-quarter-minor: 0.25;
-    --sds-responsive-ratio-column-third-major: 0.67;
-    --sds-responsive-ratio-column-third-minor: 0.33;
+    --sds-responsive-ratio-column-half: 1;
+    --sds-responsive-ratio-column-quarter-major: 3;
+    --sds-responsive-ratio-column-quarter-minor: 1;
+    --sds-responsive-ratio-column-third-major: 2;
+    --sds-responsive-ratio-column-third-minor: 1;
     --sds-responsive-ratio-dialog-max: 0.5;
     --sds-responsive-root-font-size: 16px;
-    --sds-responsive-width-device-min: 1440px;
+    --sds-responsive-width-device-min: 1200px;
   }
 }
 /* styles */
diff --git a/src/blocks/Cards/Cards.figma.tsx b/src/ui/components/Cards/Cards.figma.tsx
similarity index 100%
rename from src/blocks/Cards/Cards.figma.tsx
rename to src/ui/components/Cards/Cards.figma.tsx
diff --git a/src/blocks/Cards/Cards.tsx b/src/ui/components/Cards/Cards.tsx
similarity index 100%
rename from src/blocks/Cards/Cards.tsx
rename to src/ui/components/Cards/Cards.tsx
diff --git a/src/blocks/Cards/cards.css b/src/ui/components/Cards/cards.css
similarity index 100%
rename from src/blocks/Cards/cards.css
rename to src/ui/components/Cards/cards.css
diff --git a/src/blocks/Footers/Footers.tsx b/src/ui/components/Footers/Footers.tsx
similarity index 100%
rename from src/blocks/Footers/Footers.tsx
rename to src/ui/components/Footers/Footers.tsx
diff --git a/src/blocks/Headers/Headers.tsx b/src/ui/components/Headers/Headers.tsx
similarity index 100%
rename from src/blocks/Headers/Headers.tsx
rename to src/ui/components/Headers/Headers.tsx
diff --git a/src/blocks/Headers/headers.css b/src/ui/components/Headers/headers.css
similarity index 100%
rename from src/blocks/Headers/headers.css
rename to src/ui/components/Headers/headers.css
diff --git a/src/blocks/index.ts b/src/ui/components/index.ts
similarity index 100%
rename from src/blocks/index.ts
rename to src/ui/components/index.ts
diff --git a/src/ui/index.ts b/src/ui/index.ts
index f9215cf..8e7f45b 100644
--- a/src/ui/index.ts
+++ b/src/ui/index.ts
@@ -1,29 +1,3 @@
-export * from "./Accordion/Accordion";
-export * from "./Alert/Alert";
-export * from "./Avatar/Avatar";
-export * from "./Button/Button";
-export * from "./Checkbox/Checkbox";
-export * from "./Dialog/Dialog";
-export * from "./Fieldset/Fieldset";
-export * from "./Flex/Flex";
-export * from "./Icon/Icon";
-export * from "./IconButton/IconButton";
-export * from "./Image/Image";
-export * from "./Input/Input";
-export * from "./Link/Link";
-export * from "./ListBox/ListBox";
-export * from "./Logo/Logo";
-export * from "./Menu/Menu";
-export * from "./Navigation/Navigation";
-export * from "./Pagination/Pagination";
-export * from "./Popover/Popover";
-export * from "./Radio/Radio";
-export * from "./Section/Section";
-export * from "./Select/Select";
-export * from "./Slider/Slider";
-export * from "./Switch/Switch";
-export * from "./Tab/Tab";
-export * from "./Table/Table";
-export * from "./Tag/Tag";
-export * from "./Text/Text";
-export * from "./TextArea/TextArea";
+export * from "./components";
+export * from "./layout";
+export * from "./primitives";
diff --git a/src/ui/Flex/Flex.tsx b/src/ui/layout/Flex/Flex.tsx
similarity index 86%
rename from src/ui/Flex/Flex.tsx
rename to src/ui/layout/Flex/Flex.tsx
index a43c3f3..4743304 100644
--- a/src/ui/Flex/Flex.tsx
+++ b/src/ui/layout/Flex/Flex.tsx
@@ -2,12 +2,6 @@ import clsx from "clsx";
 import { ComponentPropsWithoutRef } from "react";
 import "./flex.css";
 
-export type FlexContainerProps = ComponentPropsWithoutRef<"div">;
-export function FlexContainer({ className, ...props }: FlexContainerProps) {
-  const classNames = clsx(className, "flex-container");
-  return <div className={classNames} {...props} />;
-}
-
 export type FlexProps = ComponentPropsWithoutRef<"div"> & {
   alignPrimary?: "start" | "end" | "center" | "stretch" | "space-between";
   alignSecondary?: "start" | "end" | "center" | "stretch" | "space-between";
diff --git a/src/ui/Flex/flex.css b/src/ui/layout/Flex/flex.css
similarity index 75%
rename from src/ui/Flex/flex.css
rename to src/ui/layout/Flex/flex.css
index c0e20f4..49b99f0 100644
--- a/src/ui/Flex/flex.css
+++ b/src/ui/layout/Flex/flex.css
@@ -13,16 +13,16 @@
   justify-content: var(--flex-align-primary, "start");
 
   &.flex-type-half {
-    --column-major: var(--sds-responsive-ratio-column-half);
-    --column-minor: var(--sds-responsive-ratio-column-half);
+    --column-major: calc(var(--sds-responsive-ratio-column-half) / 2);
+    --column-minor: calc(var(--sds-responsive-ratio-column-half) / 2);
   }
   &.flex-type-quarter {
-    --column-major: var(--sds-responsive-ratio-column-quarter-major);
-    --column-minor: var(--sds-responsive-ratio-column-quarter-minor);
+    --column-major: calc(var(--sds-responsive-ratio-column-quarter-major) / 4);
+    --column-minor: calc(var(--sds-responsive-ratio-column-quarter-minor) / 4);
   }
   &.flex-type-third {
-    --column-major: var(--sds-responsive-ratio-column-third-major);
-    --column-minor: var(--sds-responsive-ratio-column-third-minor);
+    --column-major: calc(var(--sds-responsive-ratio-column-third-major) / 3);
+    --column-minor: calc(var(--sds-responsive-ratio-column-third-minor) / 3);
   }
 
   &.flex-direction-column,
@@ -36,10 +36,10 @@
   &.flex-type-quarter,
   &.flex-type-third {
     > .flex-item-size-full {
-      --column-ratio: var(--sds-responsive-ratio-column-full);
+      --column-ratio: calc(var(--sds-responsive-ratio-column-full) / 1);
     }
     > .flex-item-size-half {
-      --column-ratio: var(--sds-responsive-ratio-column-half);
+      --column-ratio: calc(var(--sds-responsive-ratio-column-half) / 2);
     }
     > .flex-item-size-major {
       --column-ratio: var(--column-major);
diff --git a/src/ui/Section/Section.tsx b/src/ui/layout/Section/Section.tsx
similarity index 100%
rename from src/ui/Section/Section.tsx
rename to src/ui/layout/Section/Section.tsx
diff --git a/src/ui/Section/section.css b/src/ui/layout/Section/section.css
similarity index 100%
rename from src/ui/Section/section.css
rename to src/ui/layout/Section/section.css
diff --git a/src/ui/layout/index.ts b/src/ui/layout/index.ts
new file mode 100644
index 0000000..3a7af1a
--- /dev/null
+++ b/src/ui/layout/index.ts
@@ -0,0 +1,2 @@
+export * from "./Flex/Flex";
+export * from "./Section/Section";
diff --git a/src/ui/Accordion/Accordion.figma.tsx b/src/ui/primitives/Accordion/Accordion.figma.tsx
similarity index 100%
rename from src/ui/Accordion/Accordion.figma.tsx
rename to src/ui/primitives/Accordion/Accordion.figma.tsx
diff --git a/src/ui/Accordion/Accordion.tsx b/src/ui/primitives/Accordion/Accordion.tsx
similarity index 100%
rename from src/ui/Accordion/Accordion.tsx
rename to src/ui/primitives/Accordion/Accordion.tsx
diff --git a/src/ui/Accordion/accordion.css b/src/ui/primitives/Accordion/accordion.css
similarity index 100%
rename from src/ui/Accordion/accordion.css
rename to src/ui/primitives/Accordion/accordion.css
diff --git a/src/ui/Alert/Alert.figma.tsx b/src/ui/primitives/Alert/Alert.figma.tsx
similarity index 100%
rename from src/ui/Alert/Alert.figma.tsx
rename to src/ui/primitives/Alert/Alert.figma.tsx
diff --git a/src/ui/Alert/Alert.tsx b/src/ui/primitives/Alert/Alert.tsx
similarity index 91%
rename from src/ui/Alert/Alert.tsx
rename to src/ui/primitives/Alert/Alert.tsx
index 035f068..44116f2 100644
--- a/src/ui/Alert/Alert.tsx
+++ b/src/ui/primitives/Alert/Alert.tsx
@@ -1,7 +1,15 @@
 import clsx from "clsx";
 import { IconAlertTriangle, IconInfo, IconX } from "icons";
-import { DestructiveIconButton, IconButton } from "ui/IconButton/IconButton";
-import { Text, TextProps, TextStrong, TextStrongProps } from "ui/Text/Text";
+import {
+  DestructiveIconButton,
+  IconButton,
+} from "ui/primitives/IconButton/IconButton";
+import {
+  Text,
+  TextProps,
+  TextStrong,
+  TextStrongProps,
+} from "ui/primitives/Text/Text";
 import "./alert.css";
 
 type AlertScheme = "default" | "danger";
diff --git a/src/ui/Alert/alert.css b/src/ui/primitives/Alert/alert.css
similarity index 100%
rename from src/ui/Alert/alert.css
rename to src/ui/primitives/Alert/alert.css
diff --git a/src/ui/Avatar/Avatar.figma.tsx b/src/ui/primitives/Avatar/Avatar.figma.tsx
similarity index 100%
rename from src/ui/Avatar/Avatar.figma.tsx
rename to src/ui/primitives/Avatar/Avatar.figma.tsx
diff --git a/src/ui/Avatar/Avatar.tsx b/src/ui/primitives/Avatar/Avatar.tsx
similarity index 100%
rename from src/ui/Avatar/Avatar.tsx
rename to src/ui/primitives/Avatar/Avatar.tsx
diff --git a/src/ui/Avatar/avatar.css b/src/ui/primitives/Avatar/avatar.css
similarity index 100%
rename from src/ui/Avatar/avatar.css
rename to src/ui/primitives/Avatar/avatar.css
diff --git a/src/ui/Button/Button.figma.tsx b/src/ui/primitives/Button/Button.figma.tsx
similarity index 100%
rename from src/ui/Button/Button.figma.tsx
rename to src/ui/primitives/Button/Button.figma.tsx
diff --git a/src/ui/Button/Button.tsx b/src/ui/primitives/Button/Button.tsx
similarity index 100%
rename from src/ui/Button/Button.tsx
rename to src/ui/primitives/Button/Button.tsx
diff --git a/src/ui/Button/button.css b/src/ui/primitives/Button/button.css
similarity index 100%
rename from src/ui/Button/button.css
rename to src/ui/primitives/Button/button.css
diff --git a/src/ui/Checkbox/Checkbox.figma.tsx b/src/ui/primitives/Checkbox/Checkbox.figma.tsx
similarity index 100%
rename from src/ui/Checkbox/Checkbox.figma.tsx
rename to src/ui/primitives/Checkbox/Checkbox.figma.tsx
diff --git a/src/ui/Checkbox/Checkbox.tsx b/src/ui/primitives/Checkbox/Checkbox.tsx
similarity index 98%
rename from src/ui/Checkbox/Checkbox.tsx
rename to src/ui/primitives/Checkbox/Checkbox.tsx
index 91fe58b..4fb69b5 100644
--- a/src/ui/Checkbox/Checkbox.tsx
+++ b/src/ui/primitives/Checkbox/Checkbox.tsx
@@ -11,7 +11,7 @@ import {
   FieldError,
   Label,
   SharedFieldProps,
-} from "ui/Fieldset/Fieldset";
+} from "ui/primitives/Fieldset/Fieldset";
 import "./checkbox.css";
 
 export interface CheckboxGroupProps
diff --git a/src/ui/Checkbox/checkbox.css b/src/ui/primitives/Checkbox/checkbox.css
similarity index 100%
rename from src/ui/Checkbox/checkbox.css
rename to src/ui/primitives/Checkbox/checkbox.css
diff --git a/src/ui/Dialog/Dialog.figma.tsx b/src/ui/primitives/Dialog/Dialog.figma.tsx
similarity index 100%
rename from src/ui/Dialog/Dialog.figma.tsx
rename to src/ui/primitives/Dialog/Dialog.figma.tsx
diff --git a/src/ui/Dialog/Dialog.tsx b/src/ui/primitives/Dialog/Dialog.tsx
similarity index 94%
rename from src/ui/Dialog/Dialog.tsx
rename to src/ui/primitives/Dialog/Dialog.tsx
index 4824401..4db99ed 100644
--- a/src/ui/Dialog/Dialog.tsx
+++ b/src/ui/primitives/Dialog/Dialog.tsx
@@ -8,14 +8,14 @@ import {
   type DialogTriggerProps as RACDialogTriggerProps,
   type ModalOverlayProps as RACModalOverlayProps,
 } from "react-aria-components";
-import { Button, ButtonProps } from "ui/Button/Button";
-import { IconButton } from "ui/IconButton/IconButton";
+import { Button, ButtonProps } from "ui/primitives/Button/Button";
+import { IconButton } from "ui/primitives/IconButton/IconButton";
 import {
   Text,
   TextHeading,
   type TextHeadingProps,
   type TextProps,
-} from "ui/Text/Text";
+} from "ui/primitives/Text/Text";
 import "./dialog.css";
 
 export type DialogProps = RACDialogProps;
diff --git a/src/ui/Dialog/dialog.css b/src/ui/primitives/Dialog/dialog.css
similarity index 100%
rename from src/ui/Dialog/dialog.css
rename to src/ui/primitives/Dialog/dialog.css
diff --git a/src/ui/Fieldset/Fieldset.figma.tsx b/src/ui/primitives/Fieldset/Fieldset.figma.tsx
similarity index 100%
rename from src/ui/Fieldset/Fieldset.figma.tsx
rename to src/ui/primitives/Fieldset/Fieldset.figma.tsx
diff --git a/src/ui/Fieldset/Fieldset.tsx b/src/ui/primitives/Fieldset/Fieldset.tsx
similarity index 100%
rename from src/ui/Fieldset/Fieldset.tsx
rename to src/ui/primitives/Fieldset/Fieldset.tsx
diff --git a/src/ui/Fieldset/fieldset.css b/src/ui/primitives/Fieldset/fieldset.css
similarity index 100%
rename from src/ui/Fieldset/fieldset.css
rename to src/ui/primitives/Fieldset/fieldset.css
diff --git a/src/ui/Icon/Icon.tsx b/src/ui/primitives/Icon/Icon.tsx
similarity index 100%
rename from src/ui/Icon/Icon.tsx
rename to src/ui/primitives/Icon/Icon.tsx
diff --git a/src/ui/IconButton/IconButton.figma.tsx b/src/ui/primitives/IconButton/IconButton.figma.tsx
similarity index 100%
rename from src/ui/IconButton/IconButton.figma.tsx
rename to src/ui/primitives/IconButton/IconButton.figma.tsx
diff --git a/src/ui/IconButton/IconButton.tsx b/src/ui/primitives/IconButton/IconButton.tsx
similarity index 95%
rename from src/ui/IconButton/IconButton.tsx
rename to src/ui/primitives/IconButton/IconButton.tsx
index c5d3d9f..d85aeeb 100644
--- a/src/ui/IconButton/IconButton.tsx
+++ b/src/ui/primitives/IconButton/IconButton.tsx
@@ -5,7 +5,7 @@ import {
   DestructiveButton,
   DestructiveButtonProps,
   type ButtonProps,
-} from "../Button/Button";
+} from "ui/primitives/Button/Button";
 import "./iconButton.css";
 
 export type IconButtonProps = Omit<ButtonProps, "aria-label"> & {
diff --git a/src/ui/IconButton/iconButton.css b/src/ui/primitives/IconButton/iconButton.css
similarity index 100%
rename from src/ui/IconButton/iconButton.css
rename to src/ui/primitives/IconButton/iconButton.css
diff --git a/src/ui/Image/Image.figma.tsx b/src/ui/primitives/Image/Image.figma.tsx
similarity index 100%
rename from src/ui/Image/Image.figma.tsx
rename to src/ui/primitives/Image/Image.figma.tsx
diff --git a/src/ui/Image/Image.tsx b/src/ui/primitives/Image/Image.tsx
similarity index 100%
rename from src/ui/Image/Image.tsx
rename to src/ui/primitives/Image/Image.tsx
diff --git a/src/ui/Image/image.css b/src/ui/primitives/Image/image.css
similarity index 100%
rename from src/ui/Image/image.css
rename to src/ui/primitives/Image/image.css
diff --git a/src/ui/Input/Input.figma.tsx b/src/ui/primitives/Input/Input.figma.tsx
similarity index 100%
rename from src/ui/Input/Input.figma.tsx
rename to src/ui/primitives/Input/Input.figma.tsx
diff --git a/src/ui/Input/Input.tsx b/src/ui/primitives/Input/Input.tsx
similarity index 96%
rename from src/ui/Input/Input.tsx
rename to src/ui/primitives/Input/Input.tsx
index 291a874..d0e3f33 100644
--- a/src/ui/Input/Input.tsx
+++ b/src/ui/primitives/Input/Input.tsx
@@ -11,7 +11,7 @@ import {
   FieldError,
   Label,
   SharedFieldProps,
-} from "ui/Fieldset/Fieldset";
+} from "ui/primitives/Fieldset/Fieldset";
 import "./input.css";
 
 export type InputFieldProps = SharedFieldProps & RACTextFieldProps;
diff --git a/src/ui/Input/input.css b/src/ui/primitives/Input/input.css
similarity index 100%
rename from src/ui/Input/input.css
rename to src/ui/primitives/Input/input.css
diff --git a/src/ui/Link/Link.tsx b/src/ui/primitives/Link/Link.tsx
similarity index 100%
rename from src/ui/Link/Link.tsx
rename to src/ui/primitives/Link/Link.tsx
diff --git a/src/ui/Link/link.css b/src/ui/primitives/Link/link.css
similarity index 100%
rename from src/ui/Link/link.css
rename to src/ui/primitives/Link/link.css
diff --git a/src/ui/ListBox/ListBox.tsx b/src/ui/primitives/ListBox/ListBox.tsx
similarity index 100%
rename from src/ui/ListBox/ListBox.tsx
rename to src/ui/primitives/ListBox/ListBox.tsx
diff --git a/src/ui/ListBox/listBox.css b/src/ui/primitives/ListBox/listBox.css
similarity index 100%
rename from src/ui/ListBox/listBox.css
rename to src/ui/primitives/ListBox/listBox.css
diff --git a/src/ui/Logo/Logo.figma.tsx b/src/ui/primitives/Logo/Logo.figma.tsx
similarity index 100%
rename from src/ui/Logo/Logo.figma.tsx
rename to src/ui/primitives/Logo/Logo.figma.tsx
diff --git a/src/ui/Logo/Logo.tsx b/src/ui/primitives/Logo/Logo.tsx
similarity index 100%
rename from src/ui/Logo/Logo.tsx
rename to src/ui/primitives/Logo/Logo.tsx
diff --git a/src/ui/Logo/logo.css b/src/ui/primitives/Logo/logo.css
similarity index 100%
rename from src/ui/Logo/logo.css
rename to src/ui/primitives/Logo/logo.css
diff --git a/src/ui/Menu/Menu.figma.tsx b/src/ui/primitives/Menu/Menu.figma.tsx
similarity index 100%
rename from src/ui/Menu/Menu.figma.tsx
rename to src/ui/primitives/Menu/Menu.figma.tsx
diff --git a/src/ui/Menu/Menu.tsx b/src/ui/primitives/Menu/Menu.tsx
similarity index 95%
rename from src/ui/Menu/Menu.tsx
rename to src/ui/primitives/Menu/Menu.tsx
index 7c38b83..60c199d 100644
--- a/src/ui/Menu/Menu.tsx
+++ b/src/ui/primitives/Menu/Menu.tsx
@@ -13,17 +13,19 @@ import {
   type PopoverProps as RACPopoverProps,
   type SeparatorProps as RACSeparatorProps,
 } from "react-aria-components";
-import { Button, ButtonProps } from "ui/Button/Button";
 import {
+  Button,
+  ButtonProps,
   Description,
   DescriptionProps,
+  IconButton,
   Keyboard,
   KeyboardProps,
   Label,
   LabelProps,
-} from "ui/Fieldset/Fieldset";
-import { IconButton } from "ui/IconButton/IconButton";
-import { TextHeading, type TextHeadingProps } from "ui/Text/Text";
+  TextHeading,
+  type TextHeadingProps,
+} from "ui/primitives";
 import "./menu.css";
 
 export type MenuProps<T> = RACMenuProps<T>;
diff --git a/src/ui/Menu/menu.css b/src/ui/primitives/Menu/menu.css
similarity index 100%
rename from src/ui/Menu/menu.css
rename to src/ui/primitives/Menu/menu.css
diff --git a/src/ui/Navigation/Navigation.figma.tsx b/src/ui/primitives/Navigation/Navigation.figma.tsx
similarity index 100%
rename from src/ui/Navigation/Navigation.figma.tsx
rename to src/ui/primitives/Navigation/Navigation.figma.tsx
diff --git a/src/ui/Navigation/Navigation.tsx b/src/ui/primitives/Navigation/Navigation.tsx
similarity index 100%
rename from src/ui/Navigation/Navigation.tsx
rename to src/ui/primitives/Navigation/Navigation.tsx
diff --git a/src/ui/Navigation/navigation.css b/src/ui/primitives/Navigation/navigation.css
similarity index 100%
rename from src/ui/Navigation/navigation.css
rename to src/ui/primitives/Navigation/navigation.css
diff --git a/src/ui/Pagination/Pagination.figma.tsx b/src/ui/primitives/Pagination/Pagination.figma.tsx
similarity index 100%
rename from src/ui/Pagination/Pagination.figma.tsx
rename to src/ui/primitives/Pagination/Pagination.figma.tsx
diff --git a/src/ui/Pagination/Pagination.tsx b/src/ui/primitives/Pagination/Pagination.tsx
similarity index 97%
rename from src/ui/Pagination/Pagination.tsx
rename to src/ui/primitives/Pagination/Pagination.tsx
index 0d4575d..8c3cd5d 100644
--- a/src/ui/Pagination/Pagination.tsx
+++ b/src/ui/primitives/Pagination/Pagination.tsx
@@ -1,7 +1,7 @@
 import clsx from "clsx";
 import { IconArrowLeft, IconArrowRight } from "icons";
 import type React from "react";
-import { Button } from "ui";
+import { Button } from "ui/primitives";
 import "./pagination.css";
 
 export type PaginationProps = React.ComponentPropsWithoutRef<"nav">;
diff --git a/src/ui/Pagination/pagination.css b/src/ui/primitives/Pagination/pagination.css
similarity index 100%
rename from src/ui/Pagination/pagination.css
rename to src/ui/primitives/Pagination/pagination.css
diff --git a/src/ui/Popover/Popover.tsx b/src/ui/primitives/Popover/Popover.tsx
similarity index 96%
rename from src/ui/Popover/Popover.tsx
rename to src/ui/primitives/Popover/Popover.tsx
index 46c0f9e..cff6020 100644
--- a/src/ui/Popover/Popover.tsx
+++ b/src/ui/primitives/Popover/Popover.tsx
@@ -5,7 +5,7 @@ import {
   type OverlayArrowProps as RACOverlayArrowProps,
   type PopoverProps as RACPopoverProps,
 } from "react-aria-components";
-import { Dialog } from "ui/Dialog/Dialog";
+import { Dialog } from "ui/primitives";
 import "./popover.css";
 
 export interface PopoverProps extends Omit<RACPopoverProps, "children"> {
diff --git a/src/ui/Popover/popover.css b/src/ui/primitives/Popover/popover.css
similarity index 100%
rename from src/ui/Popover/popover.css
rename to src/ui/primitives/Popover/popover.css
diff --git a/src/ui/Radio/Radio.figma.tsx b/src/ui/primitives/Radio/Radio.figma.tsx
similarity index 100%
rename from src/ui/Radio/Radio.figma.tsx
rename to src/ui/primitives/Radio/Radio.figma.tsx
diff --git a/src/ui/Radio/Radio.tsx b/src/ui/primitives/Radio/Radio.tsx
similarity index 98%
rename from src/ui/Radio/Radio.tsx
rename to src/ui/primitives/Radio/Radio.tsx
index 833dd15..8771ee9 100644
--- a/src/ui/Radio/Radio.tsx
+++ b/src/ui/primitives/Radio/Radio.tsx
@@ -10,7 +10,7 @@ import {
   FieldError,
   Label,
   SharedFieldProps,
-} from "ui/Fieldset/Fieldset";
+} from "ui/primitives";
 import "./radio.css";
 
 export interface RadioGroupProps
diff --git a/src/ui/Radio/radio.css b/src/ui/primitives/Radio/radio.css
similarity index 100%
rename from src/ui/Radio/radio.css
rename to src/ui/primitives/Radio/radio.css
diff --git a/src/ui/Select/Select.figma.tsx b/src/ui/primitives/Select/Select.figma.tsx
similarity index 100%
rename from src/ui/Select/Select.figma.tsx
rename to src/ui/primitives/Select/Select.figma.tsx
diff --git a/src/ui/Select/Select.tsx b/src/ui/primitives/Select/Select.tsx
similarity index 96%
rename from src/ui/Select/Select.tsx
rename to src/ui/primitives/Select/Select.tsx
index 4e72482..db954d3 100644
--- a/src/ui/Select/Select.tsx
+++ b/src/ui/primitives/Select/Select.tsx
@@ -12,13 +12,11 @@ import {
   Field,
   FieldError,
   Label,
-  SharedFieldProps,
-} from "ui/Fieldset/Fieldset";
-import {
   ListBox,
   ListBoxItem,
+  SharedFieldProps,
   type ListBoxItemProps,
-} from "ui/ListBox/ListBox";
+} from "ui/primitives";
 import "./select.css";
 
 export interface SelectFieldProps<T extends object>
diff --git a/src/ui/Select/select.css b/src/ui/primitives/Select/select.css
similarity index 100%
rename from src/ui/Select/select.css
rename to src/ui/primitives/Select/select.css
diff --git a/src/ui/Slider/Slider.figma.tsx b/src/ui/primitives/Slider/Slider.figma.tsx
similarity index 100%
rename from src/ui/Slider/Slider.figma.tsx
rename to src/ui/primitives/Slider/Slider.figma.tsx
diff --git a/src/ui/Slider/Slider.tsx b/src/ui/primitives/Slider/Slider.tsx
similarity index 97%
rename from src/ui/Slider/Slider.tsx
rename to src/ui/primitives/Slider/Slider.tsx
index 80fb947..ead74b0 100644
--- a/src/ui/Slider/Slider.tsx
+++ b/src/ui/primitives/Slider/Slider.tsx
@@ -9,7 +9,7 @@ import {
   type SliderThumbProps as RACSliderThumbProps,
   type SliderTrackProps as RACSliderTrackProps,
 } from "react-aria-components";
-import { Description, Field, Label } from "ui/Fieldset/Fieldset";
+import { Description, Field, Label } from "ui/primitives";
 import "./slider.css";
 
 export type SliderFieldProps = SliderProps & {
diff --git a/src/ui/Slider/slider.css b/src/ui/primitives/Slider/slider.css
similarity index 100%
rename from src/ui/Slider/slider.css
rename to src/ui/primitives/Slider/slider.css
diff --git a/src/ui/Switch/Switch.figma.tsx b/src/ui/primitives/Switch/Switch.figma.tsx
similarity index 100%
rename from src/ui/Switch/Switch.figma.tsx
rename to src/ui/primitives/Switch/Switch.figma.tsx
diff --git a/src/ui/Switch/Switch.tsx b/src/ui/primitives/Switch/Switch.tsx
similarity index 97%
rename from src/ui/Switch/Switch.tsx
rename to src/ui/primitives/Switch/Switch.tsx
index 4701991..29598a4 100644
--- a/src/ui/Switch/Switch.tsx
+++ b/src/ui/primitives/Switch/Switch.tsx
@@ -9,7 +9,7 @@ import {
   FieldError,
   Label,
   SharedFieldProps,
-} from "ui/Fieldset/Fieldset";
+} from "ui/primitives";
 import "./switch.css";
 
 export type SwitchGroupProps = React.ComponentPropsWithoutRef<"div">;
diff --git a/src/ui/Switch/switch.css b/src/ui/primitives/Switch/switch.css
similarity index 100%
rename from src/ui/Switch/switch.css
rename to src/ui/primitives/Switch/switch.css
diff --git a/src/ui/Tab/Tab.figma.tsx b/src/ui/primitives/Tab/Tab.figma.tsx
similarity index 100%
rename from src/ui/Tab/Tab.figma.tsx
rename to src/ui/primitives/Tab/Tab.figma.tsx
diff --git a/src/ui/Tab/Tab.tsx b/src/ui/primitives/Tab/Tab.tsx
similarity index 100%
rename from src/ui/Tab/Tab.tsx
rename to src/ui/primitives/Tab/Tab.tsx
diff --git a/src/ui/Tab/tab.css b/src/ui/primitives/Tab/tab.css
similarity index 100%
rename from src/ui/Tab/tab.css
rename to src/ui/primitives/Tab/tab.css
diff --git a/src/ui/Table/Table.figma.tsx b/src/ui/primitives/Table/Table.figma.tsx
similarity index 100%
rename from src/ui/Table/Table.figma.tsx
rename to src/ui/primitives/Table/Table.figma.tsx
diff --git a/src/ui/Table/Table.tsx b/src/ui/primitives/Table/Table.tsx
similarity index 98%
rename from src/ui/Table/Table.tsx
rename to src/ui/primitives/Table/Table.tsx
index 1fab400..09309d4 100644
--- a/src/ui/Table/Table.tsx
+++ b/src/ui/primitives/Table/Table.tsx
@@ -17,7 +17,7 @@ import {
   type TableHeaderProps as RACTableHeaderProps,
   type TableProps as RACTableProps,
 } from "react-aria-components";
-import { Checkbox } from "ui/Checkbox/Checkbox";
+import { Checkbox } from "ui/primitives";
 import "./table.css";
 
 type TableAlign = "start" | "center" | "right";
diff --git a/src/ui/Table/table.css b/src/ui/primitives/Table/table.css
similarity index 100%
rename from src/ui/Table/table.css
rename to src/ui/primitives/Table/table.css
diff --git a/src/ui/Tag/Tag.figma.tsx b/src/ui/primitives/Tag/Tag.figma.tsx
similarity index 100%
rename from src/ui/Tag/Tag.figma.tsx
rename to src/ui/primitives/Tag/Tag.figma.tsx
diff --git a/src/ui/Tag/Tag.tsx b/src/ui/primitives/Tag/Tag.tsx
similarity index 100%
rename from src/ui/Tag/Tag.tsx
rename to src/ui/primitives/Tag/Tag.tsx
diff --git a/src/ui/Tag/tag.css b/src/ui/primitives/Tag/tag.css
similarity index 100%
rename from src/ui/Tag/tag.css
rename to src/ui/primitives/Tag/tag.css
diff --git a/src/ui/Text/Text.figma.tsx b/src/ui/primitives/Text/Text.figma.tsx
similarity index 100%
rename from src/ui/Text/Text.figma.tsx
rename to src/ui/primitives/Text/Text.figma.tsx
diff --git a/src/ui/Text/Text.tsx b/src/ui/primitives/Text/Text.tsx
similarity index 98%
rename from src/ui/Text/Text.tsx
rename to src/ui/primitives/Text/Text.tsx
index dfea4d1..40eb3cb 100644
--- a/src/ui/Text/Text.tsx
+++ b/src/ui/primitives/Text/Text.tsx
@@ -4,8 +4,8 @@ import {
   Text as RACText,
   type TextProps as RACTextProps,
 } from "react-aria-components";
-import { Flex } from "ui/Flex/Flex";
-import { Link } from "ui/Link/Link";
+import { Flex } from "ui/layout";
+import { Link } from "ui/primitives";
 import "./text.css";
 
 export type TextProps = RACTextProps;
diff --git a/src/ui/Text/text.css b/src/ui/primitives/Text/text.css
similarity index 100%
rename from src/ui/Text/text.css
rename to src/ui/primitives/Text/text.css
diff --git a/src/ui/TextArea/TextArea.figma.tsx b/src/ui/primitives/TextArea/TextArea.figma.tsx
similarity index 100%
rename from src/ui/TextArea/TextArea.figma.tsx
rename to src/ui/primitives/TextArea/TextArea.figma.tsx
diff --git a/src/ui/TextArea/TextArea.tsx b/src/ui/primitives/TextArea/TextArea.tsx
similarity index 97%
rename from src/ui/TextArea/TextArea.tsx
rename to src/ui/primitives/TextArea/TextArea.tsx
index 1170cab..8f38dfa 100644
--- a/src/ui/TextArea/TextArea.tsx
+++ b/src/ui/primitives/TextArea/TextArea.tsx
@@ -11,7 +11,7 @@ import {
   FieldError,
   Label,
   SharedFieldProps,
-} from "ui/Fieldset/Fieldset";
+} from "ui/primitives";
 import "./textArea.css";
 
 export type SharedTextAreaProps = { isResizable?: boolean };
diff --git a/src/ui/TextArea/textArea.css b/src/ui/primitives/TextArea/textArea.css
similarity index 100%
rename from src/ui/TextArea/textArea.css
rename to src/ui/primitives/TextArea/textArea.css
diff --git a/src/ui/primitives/index.ts b/src/ui/primitives/index.ts
new file mode 100644
index 0000000..56e0f18
--- /dev/null
+++ b/src/ui/primitives/index.ts
@@ -0,0 +1,27 @@
+export * from "./Accordion/Accordion";
+export * from "./Alert/Alert";
+export * from "./Avatar/Avatar";
+export * from "./Button/Button";
+export * from "./Checkbox/Checkbox";
+export * from "./Dialog/Dialog";
+export * from "./Fieldset/Fieldset";
+export * from "./Icon/Icon";
+export * from "./IconButton/IconButton";
+export * from "./Image/Image";
+export * from "./Input/Input";
+export * from "./Link/Link";
+export * from "./ListBox/ListBox";
+export * from "./Logo/Logo";
+export * from "./Menu/Menu";
+export * from "./Navigation/Navigation";
+export * from "./Pagination/Pagination";
+export * from "./Popover/Popover";
+export * from "./Radio/Radio";
+export * from "./Select/Select";
+export * from "./Slider/Slider";
+export * from "./Switch/Switch";
+export * from "./Tab/Tab";
+export * from "./Table/Table";
+export * from "./Tag/Tag";
+export * from "./Text/Text";
+export * from "./TextArea/TextArea";
diff --git a/tsconfig.json b/tsconfig.json
index e3a6267..ffc307d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,11 +17,12 @@
     "noFallthroughCasesInSwitch": true,
     "baseUrl": "./src",
     "paths": {
-      "blocks": ["./blocks"],
       "icons": ["./icons"],
       "providers": ["./providers"],
-      "ui": ["./ui"]
+      "ui/components": ["./ui/components"],
+      "ui/layout": ["./ui/layout"],
+      "ui/primitives": ["./ui/primitives"]
     }
   },
-  "include": ["src", "scripts", "figma"]
+  "include": ["src", "scripts"]
 }