diff --git a/.changeset/rotten-bears-love.md b/.changeset/rotten-bears-love.md new file mode 100644 index 0000000000..2bb50a1703 --- /dev/null +++ b/.changeset/rotten-bears-love.md @@ -0,0 +1,5 @@ +--- +"@zag-js/anatomy-icons": patch +--- + +Update Anatomy parts diff --git a/packages/anatomy-icons/scripts/generate.mjs b/packages/anatomy-icons/scripts/generate.mjs index c286492332..44991765f5 100644 --- a/packages/anatomy-icons/scripts/generate.mjs +++ b/packages/anatomy-icons/scripts/generate.mjs @@ -47,7 +47,7 @@ const dashName = toDashCase(name) const defaultPalette = { 0: "white", - 1: "#2CFF80", + 1: "#2CFF80", //accentColor 2: "#2C7A51", 3: "#16402D", 4: "#1C4D37", @@ -61,6 +61,7 @@ const defaultPalette = { 12: "#2AB36B", 13: "#9FFFCD", 14: "#0E432B", + 15: "#D9D9D9", } function findColors(code) { diff --git a/packages/anatomy-icons/src/components/accordion.tsx b/packages/anatomy-icons/src/components/accordion.tsx index 229717bb35..9b02ae4ae7 100644 --- a/packages/anatomy-icons/src/components/accordion.tsx +++ b/packages/anatomy-icons/src/components/accordion.tsx @@ -2,23 +2,22 @@ import { createComponent } from "../create-component" export const AccordionAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - + @@ -27,19 +26,19 @@ export const AccordionAnatomy = createComponent((props) => { fill={palette[0]} /> @@ -47,19 +46,19 @@ export const AccordionAnatomy = createComponent((props) => { d="M303.182 563.994C300.732 563.994 298.585 563.593 296.743 562.792C294.917 561.992 293.492 560.79 292.467 559.189C291.442 557.587 290.905 555.585 290.857 553.182H295.254C295.302 554.72 295.67 555.985 296.359 556.978C297.048 557.971 297.993 558.716 299.194 559.213C300.411 559.693 301.821 559.933 303.422 559.933C305.168 559.933 306.57 559.709 307.627 559.261C308.7 558.812 309.485 558.204 309.981 557.435C310.478 556.65 310.726 555.777 310.726 554.816C310.726 553.631 310.39 552.654 309.717 551.885C309.06 551.1 308.091 550.411 306.81 549.819C305.545 549.21 304.007 548.593 302.197 547.969C300.275 547.296 298.569 546.495 297.08 545.566C295.606 544.621 294.445 543.484 293.596 542.155C292.747 540.809 292.323 539.224 292.323 537.398C292.323 534.355 293.308 532.032 295.278 530.43C297.264 528.829 299.947 528.028 303.326 528.028C305.585 528.028 307.451 528.388 308.924 529.109C310.414 529.83 311.567 530.903 312.384 532.328C313.201 533.738 313.737 535.492 313.994 537.59H309.573C309.429 536.485 309.124 535.524 308.66 534.707C308.195 533.874 307.515 533.233 306.618 532.785C305.737 532.32 304.56 532.088 303.086 532.088C301.084 532.088 299.522 532.513 298.401 533.361C297.296 534.21 296.743 535.484 296.743 537.181C296.743 538.191 296.944 539.071 297.344 539.824C297.76 540.577 298.497 541.29 299.554 541.963C300.611 542.635 302.133 543.356 304.119 544.125C305.561 544.685 306.946 545.246 308.276 545.807C309.605 546.367 310.79 547.016 311.831 547.753C312.872 548.473 313.697 549.378 314.306 550.467C314.914 551.541 315.219 552.886 315.219 554.504C315.251 557.547 314.242 559.893 312.192 561.543C310.141 563.177 307.138 563.994 303.182 563.994ZM331.217 563.874C328.83 563.874 326.732 563.353 324.922 562.312C323.128 561.271 321.735 559.741 320.742 557.723C319.749 555.689 319.252 553.206 319.252 550.275C319.252 547.456 319.765 545.038 320.79 543.02C321.815 541.002 323.224 539.456 325.018 538.383C326.812 537.31 328.854 536.773 331.145 536.773C333.419 536.773 335.365 537.262 336.983 538.239C338.616 539.216 339.874 540.617 340.755 542.443C341.636 544.253 342.068 546.423 342.052 548.954C342.052 549.466 342.036 549.891 342.004 550.227C341.972 550.564 341.948 550.916 341.932 551.284H323.721C323.833 554.167 324.554 556.354 325.883 557.843C327.228 559.317 328.942 560.054 331.024 560.054C332.786 560.054 334.148 559.685 335.109 558.948C336.086 558.196 336.702 557.235 336.959 556.065H341.331C341.219 557.731 340.707 559.149 339.794 560.318C338.897 561.487 337.711 562.376 336.238 562.985C334.764 563.577 333.091 563.874 331.217 563.874ZM326.099 547.921H337.559C337.527 545.678 336.975 543.917 335.902 542.635C334.828 541.354 333.187 540.713 330.976 540.713C328.654 540.713 326.892 541.506 325.691 543.092C324.49 544.661 323.833 546.832 323.721 549.603C323.849 548.946 324.105 548.505 324.49 548.281C324.89 548.041 325.427 547.921 326.099 547.921ZM358.226 563.946C355.791 563.946 353.677 563.393 351.883 562.288C350.089 561.183 348.704 559.613 347.727 557.579C346.749 555.545 346.261 553.15 346.261 550.395C346.261 547.496 346.758 545.038 347.751 543.02C348.76 541.002 350.145 539.464 351.907 538.407C353.685 537.334 355.711 536.797 357.985 536.797C360.164 536.797 362.014 537.222 363.535 538.07C365.057 538.903 366.218 540.016 367.019 541.41C367.836 542.803 368.268 544.341 368.316 546.023H363.92C363.888 545.382 363.751 544.749 363.511 544.125C363.271 543.5 362.911 542.94 362.43 542.443C361.95 541.93 361.333 541.522 360.58 541.218C359.843 540.897 358.954 540.737 357.913 540.737C355.495 540.721 353.709 541.562 352.556 543.26C351.402 544.958 350.826 547.288 350.826 550.251C350.826 553.423 351.466 555.841 352.748 557.507C354.029 559.173 355.951 560.006 358.514 560.006C359.507 560.006 360.396 559.781 361.181 559.333C361.966 558.884 362.59 558.3 363.055 557.579C363.535 556.858 363.791 556.089 363.823 555.273H368.22C368.172 556.922 367.708 558.404 366.827 559.717C365.946 561.031 364.76 562.064 363.271 562.816C361.781 563.569 360.1 563.946 358.226 563.946ZM381.748 563.874C379.714 563.874 378.16 563.353 377.087 562.312C376.03 561.255 375.502 559.757 375.502 557.819V543.596C375.502 543.084 375.606 542.611 375.814 542.179C376.022 541.73 376.327 541.442 376.727 541.314L375.502 538.335V537.518L376.583 529.686H379.922V557.074C379.922 558.1 380.163 558.796 380.643 559.165C381.124 559.517 381.948 559.693 383.118 559.693C383.967 559.693 384.687 559.693 385.28 559.693C385.873 559.677 386.489 559.645 387.13 559.597V563.537C386.249 563.697 385.336 563.794 384.391 563.826C383.462 563.858 382.581 563.874 381.748 563.874ZM371.682 541.314V537.278H386.914V541.314H371.682ZM392.229 563.513V537.446H396.746L396.674 563.513H392.229ZM394.511 533.241C393.63 533.241 392.878 532.937 392.253 532.328C391.644 531.72 391.34 530.935 391.34 529.974C391.34 529.029 391.644 528.252 392.253 527.643C392.878 527.035 393.63 526.73 394.511 526.73C395.376 526.73 396.113 527.035 396.722 527.643C397.346 528.252 397.659 529.029 397.659 529.974C397.659 530.935 397.346 531.72 396.722 532.328C396.097 532.937 395.36 533.241 394.511 533.241ZM414.479 563.874C412.172 563.874 410.146 563.353 408.401 562.312C406.671 561.271 405.317 559.741 404.34 557.723C403.379 555.689 402.899 553.198 402.899 550.251C402.899 547.464 403.411 545.062 404.436 543.044C405.461 541.026 406.855 539.48 408.617 538.407C410.395 537.318 412.381 536.773 414.575 536.773C416.962 536.773 419.02 537.318 420.75 538.407C422.495 539.48 423.841 541.026 424.786 543.044C425.731 545.062 426.203 547.464 426.203 550.251C426.203 553.198 425.675 555.689 424.618 557.723C423.577 559.741 422.167 561.271 420.389 562.312C418.611 563.353 416.641 563.874 414.479 563.874ZM414.575 559.933C416.721 559.933 418.435 559.133 419.716 557.531C420.998 555.929 421.638 553.503 421.638 550.251C421.638 547.144 421.006 544.781 419.74 543.164C418.491 541.53 416.737 540.713 414.479 540.713C412.349 540.713 410.643 541.53 409.362 543.164C408.096 544.781 407.464 547.144 407.464 550.251C407.464 553.391 408.104 555.793 409.386 557.459C410.683 559.109 412.413 559.933 414.575 559.933ZM432.269 563.513V537.278H436.065L436.546 547.176L436.113 545.182C436.322 543.628 436.754 542.219 437.411 540.953C438.083 539.672 439.02 538.655 440.222 537.902C441.439 537.133 442.969 536.749 444.81 536.749C447.245 536.749 449.135 537.502 450.48 539.007C451.842 540.497 452.523 542.723 452.523 545.686V563.513H448.054V547.152C448.054 545.662 447.886 544.461 447.549 543.548C447.229 542.635 446.708 541.971 445.988 541.554C445.283 541.138 444.338 540.929 443.153 540.929C441.727 540.929 440.47 541.322 439.381 542.107C438.308 542.891 437.427 543.973 436.738 545.35V563.513H432.269ZM466.014 563.513C466.878 562.456 467.775 561.359 468.704 560.222C469.649 559.069 470.594 557.907 471.539 556.738C472.5 555.569 473.445 554.424 474.374 553.302C475.303 552.165 476.184 551.084 477.017 550.059C478.266 548.553 479.42 547.144 480.477 545.831C481.534 544.517 482.383 543.204 483.023 541.89C483.68 540.561 484.009 539.16 484.009 537.686C484.009 535.828 483.488 534.395 482.447 533.385C481.406 532.36 479.932 531.856 478.026 531.872C476.697 531.872 475.504 532.12 474.446 532.617C473.405 533.113 472.604 533.954 472.044 535.139C471.499 536.325 471.299 537.958 471.443 540.04H467.143C466.886 537.157 467.199 534.827 468.08 533.049C468.961 531.255 470.282 529.942 472.044 529.109C473.806 528.276 475.872 527.86 478.242 527.86C480.373 527.86 482.199 528.244 483.72 529.013C485.258 529.766 486.435 530.855 487.252 532.28C488.085 533.706 488.493 535.404 488.477 537.374C488.477 539.248 488.173 540.929 487.564 542.419C486.956 543.893 486.147 545.31 485.138 546.671C484.129 548.017 483.023 549.434 481.822 550.924C481.069 551.853 480.309 552.79 479.54 553.735C478.771 554.664 478.034 555.561 477.329 556.426C476.625 557.275 475.984 558.043 475.407 558.732C474.847 559.405 474.398 559.957 474.062 560.39C474.543 559.877 475.135 559.573 475.84 559.477C476.545 559.365 477.498 559.309 478.699 559.309H488.597V563.513H466.014Z" fill={palette[0]} /> - + { fill={palette[0]} /> - - - - + + + + + + ) }) diff --git a/packages/anatomy-icons/src/components/avatar.tsx b/packages/anatomy-icons/src/components/avatar.tsx index 26c6a938ca..e51f4fe654 100644 --- a/packages/anatomy-icons/src/components/avatar.tsx +++ b/packages/anatomy-icons/src/components/avatar.tsx @@ -2,59 +2,36 @@ import { createComponent } from "../create-component" export const AvatarAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + - + - + - + - - - - - - - + ) }) diff --git a/packages/anatomy-icons/src/components/carousel.tsx b/packages/anatomy-icons/src/components/carousel.tsx new file mode 100644 index 0000000000..d52c11c7bf --- /dev/null +++ b/packages/anatomy-icons/src/components/carousel.tsx @@ -0,0 +1,80 @@ +import { createComponent } from "../create-component" + +export const CarouselAnatomy = createComponent((props) => { + const { palette, ...rest } = props + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}) diff --git a/packages/anatomy-icons/src/components/checkbox.tsx b/packages/anatomy-icons/src/components/checkbox.tsx index 89968292dc..874336a631 100644 --- a/packages/anatomy-icons/src/components/checkbox.tsx +++ b/packages/anatomy-icons/src/components/checkbox.tsx @@ -2,9 +2,8 @@ import { createComponent } from "../create-component" export const CheckboxAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - + { d="M776.233 562V539.438H779.655V562H776.233ZM787.978 562.174C787.011 562.174 786.155 561.995 785.411 561.637C784.667 561.27 784.082 560.763 783.657 560.115C783.241 559.467 783.033 558.718 783.033 557.867C783.033 556.93 783.202 556.156 783.541 555.547C783.879 554.938 784.367 554.455 785.005 554.097C785.653 553.73 786.412 553.45 787.282 553.256C787.9 553.121 788.553 553.01 789.239 552.923C789.935 552.836 790.578 552.768 791.168 552.72C791.757 552.662 792.212 552.623 792.531 552.604V551.966C792.531 550.893 792.313 550.091 791.878 549.559C791.453 549.018 790.728 548.747 789.703 548.747C789.046 548.747 788.495 548.829 788.05 548.993C787.605 549.148 787.267 549.448 787.035 549.892C786.813 550.327 786.692 550.965 786.673 551.806H783.555C783.449 550.443 783.642 549.327 784.135 548.457C784.638 547.577 785.382 546.93 786.368 546.514C787.364 546.089 788.538 545.876 789.892 545.876C790.694 545.876 791.448 545.968 792.154 546.151C792.869 546.325 793.502 546.63 794.053 547.065C794.604 547.49 795.039 548.075 795.358 548.819C795.677 549.564 795.837 550.506 795.837 551.647V562H792.487L792.531 558.447C792.347 559.52 791.883 560.41 791.139 561.115C790.394 561.821 789.341 562.174 787.978 562.174ZM788.891 559.593C789.394 559.593 789.901 559.506 790.414 559.332C790.936 559.158 791.39 558.907 791.777 558.578C792.173 558.249 792.424 557.863 792.531 557.418V554.518C792.144 554.557 791.685 554.624 791.153 554.721C790.631 554.818 790.182 554.905 789.805 554.982C788.722 555.204 787.939 555.499 787.456 555.866C786.982 556.224 786.745 556.775 786.745 557.519C786.745 557.945 786.842 558.317 787.035 558.636C787.238 558.945 787.504 559.182 787.833 559.346C788.161 559.511 788.514 559.593 788.891 559.593ZM807.691 562.174C806.647 562.174 805.815 562 805.197 561.652C804.578 561.304 804.124 560.898 803.834 560.434C803.544 559.96 803.36 559.545 803.283 559.187L802.529 558.505L803.471 558.099C803.539 558.341 803.689 558.578 803.921 558.81C804.162 559.032 804.501 559.216 804.936 559.361C805.38 559.496 805.926 559.564 806.574 559.564C807.657 559.564 808.551 559.143 809.257 558.302C809.962 557.461 810.315 556.065 810.315 554.112C810.315 552.353 809.982 551.028 809.315 550.139C808.657 549.24 807.816 548.79 806.792 548.79C806.067 548.79 805.467 548.892 804.994 549.095C804.53 549.298 804.177 549.535 803.935 549.805C803.693 550.076 803.539 550.318 803.471 550.53L803.254 550.327L803.486 549.776C803.534 549.042 803.718 548.384 804.037 547.804C804.365 547.215 804.849 546.746 805.487 546.398C806.134 546.05 806.951 545.876 807.937 545.876C809.213 545.876 810.286 546.219 811.156 546.905C812.026 547.582 812.683 548.515 813.128 549.704C813.582 550.883 813.81 552.246 813.81 553.793C813.81 555.195 813.636 556.422 813.288 557.476C812.949 558.52 812.485 559.39 811.896 560.086C811.316 560.782 810.663 561.304 809.938 561.652C809.213 562 808.464 562.174 807.691 562.174ZM800.093 562L800.078 539.438H803.486V546.615L803.5 558.433L803.747 558.984L803.471 559.549L803.326 562H800.093ZM823.901 562.218C822.373 562.218 821.049 561.908 819.928 561.289C818.816 560.661 817.96 559.738 817.361 558.52C816.762 557.302 816.462 555.808 816.462 554.039C816.462 552.319 816.776 550.849 817.405 549.631C818.043 548.404 818.917 547.471 820.029 546.833C821.141 546.185 822.417 545.861 823.857 545.861C825.278 545.861 826.491 546.142 827.497 546.702C828.512 547.263 829.285 548.094 829.817 549.196C830.348 550.289 830.614 551.632 830.614 553.227C830.614 553.537 830.604 553.793 830.585 553.996C830.575 554.199 830.561 554.441 830.542 554.721H819.87C819.957 556.335 820.353 557.524 821.059 558.288C821.764 559.042 822.629 559.419 823.654 559.419C824.611 559.419 825.341 559.216 825.844 558.81C826.356 558.394 826.685 557.93 826.83 557.418H830.136C830.049 558.433 829.73 559.303 829.179 560.028C828.628 560.743 827.898 561.289 826.989 561.666C826.09 562.034 825.061 562.218 823.901 562.218ZM821.436 552.386H827.207C827.178 551.226 826.897 550.332 826.366 549.704C825.834 549.066 824.959 548.747 823.741 548.747C822.475 548.747 821.532 549.172 820.914 550.023C820.295 550.864 819.947 552.029 819.87 553.517C819.947 553.082 820.111 552.788 820.363 552.633C820.614 552.469 820.972 552.386 821.436 552.386ZM833.723 562V539.438H837.145V562H833.723Z" fill={palette[0]} /> + - - + - - + + ) }) diff --git a/packages/anatomy-icons/src/components/color-picker.tsx b/packages/anatomy-icons/src/components/color-picker.tsx new file mode 100644 index 0000000000..2a8d7b5dab --- /dev/null +++ b/packages/anatomy-icons/src/components/color-picker.tsx @@ -0,0 +1,116 @@ +import { createComponent } from "../create-component" + +export const ColorPickerAnatomy = createComponent((props) => { + const { palette, ...rest } = props + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}) diff --git a/packages/anatomy-icons/src/components/combobox.tsx b/packages/anatomy-icons/src/components/combobox.tsx index ed403492fc..ee123dc999 100644 --- a/packages/anatomy-icons/src/components/combobox.tsx +++ b/packages/anatomy-icons/src/components/combobox.tsx @@ -2,17 +2,16 @@ import { createComponent } from "../create-component" export const ComboboxAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - - + + + + @@ -24,8 +23,8 @@ export const ComboboxAnatomy = createComponent((props) => { d="M255.61 356.557C252.324 356.557 249.383 355.788 246.786 354.251C244.206 352.714 242.175 350.47 240.691 347.52C239.207 344.552 238.465 340.93 238.465 336.655C238.465 332.609 239.189 329.102 240.638 326.134C242.086 323.149 244.109 320.843 246.706 319.218C249.303 317.575 252.315 316.753 255.743 316.753C258.269 316.753 260.592 317.248 262.712 318.237C264.85 319.227 266.572 320.693 267.88 322.636C269.205 324.562 269.911 326.947 270 329.791H264.938C264.832 327.901 264.337 326.338 263.454 325.101C262.588 323.847 261.467 322.91 260.089 322.292C258.711 321.656 257.191 321.338 255.531 321.338C253.252 321.338 251.202 321.947 249.382 323.166C247.581 324.368 246.158 326.108 245.116 328.387C244.074 330.666 243.553 333.413 243.553 336.628C243.553 340.285 244.1 343.245 245.196 345.506C246.291 347.75 247.757 349.393 249.595 350.435C251.432 351.46 253.464 351.972 255.69 351.972C257.721 351.972 259.4 351.61 260.725 350.885C262.067 350.143 263.092 349.172 263.799 347.97C264.505 346.769 264.903 345.471 264.991 344.075H270C269.841 346.637 269.16 348.854 267.959 350.726C266.775 352.599 265.141 354.039 263.057 355.046C260.972 356.053 258.49 356.557 255.61 356.557ZM284.192 356.583C281.701 356.583 279.696 355.735 278.176 354.039C276.657 352.343 275.897 349.976 275.897 346.937V327.062H280.826V345.612C280.826 347.061 280.994 348.253 281.33 349.19C281.666 350.126 282.196 350.824 282.92 351.283C283.662 351.725 284.616 351.954 285.782 351.972C287.372 351.972 288.75 351.548 289.916 350.7C291.1 349.834 292.08 348.642 292.857 347.122V327.062H297.76V356H293.573L293.016 345.956L293.546 347.281C293.317 348.977 292.831 350.532 292.089 351.945C291.365 353.341 290.349 354.463 289.041 355.311C287.752 356.159 286.135 356.583 284.192 356.583ZM319.185 356.318C317.312 356.318 315.802 355.991 314.653 355.337C313.523 354.666 312.683 353.898 312.136 353.032C311.588 352.166 311.261 351.442 311.155 350.859L309.592 350.594L311.473 349.216C311.632 349.64 311.977 350.09 312.507 350.567C313.037 351.044 313.752 351.46 314.653 351.813C315.572 352.149 316.658 352.316 317.913 352.316C320.086 352.316 321.888 351.424 323.319 349.64C324.767 347.856 325.492 345.055 325.492 341.239C325.492 337.812 324.82 335.233 323.478 333.501C322.153 331.752 320.457 330.878 318.39 330.878C316.994 330.878 315.81 331.099 314.839 331.54C313.885 331.982 313.125 332.521 312.56 333.157C312.012 333.775 311.65 334.376 311.473 334.959V332.998C311.509 332.433 311.685 331.788 312.003 331.063C312.321 330.321 312.807 329.606 313.461 328.917C314.132 328.228 314.989 327.663 316.031 327.221C317.074 326.762 318.346 326.532 319.847 326.532C322.056 326.532 323.964 327.124 325.571 328.307C327.179 329.491 328.416 331.161 329.281 333.316C330.147 335.471 330.58 337.998 330.58 340.895C330.58 343.527 330.253 345.815 329.599 347.758C328.946 349.684 328.062 351.283 326.949 352.555C325.854 353.827 324.626 354.772 323.266 355.39C321.923 356.009 320.563 356.318 319.185 356.318ZM306.571 366.68V327.062H311.42L311.473 330.984V349.216L311.155 350.859L311.473 356.027L311.5 366.68H306.571ZM348.441 356.398C345.809 356.398 343.494 355.823 341.498 354.675C339.519 353.527 337.982 351.839 336.887 349.613C335.792 347.37 335.244 344.631 335.244 341.399C335.244 338.289 335.809 335.621 336.94 333.395C338.071 331.169 339.625 329.465 341.604 328.281C343.583 327.097 345.835 326.505 348.362 326.505C350.87 326.505 353.017 327.044 354.801 328.122C356.603 329.2 357.99 330.745 358.962 332.759C359.933 334.756 360.41 337.15 360.393 339.941C360.393 340.506 360.375 340.974 360.34 341.345C360.304 341.716 360.278 342.105 360.26 342.511H340.173C340.297 345.691 341.092 348.103 342.558 349.746C344.042 351.371 345.932 352.184 348.229 352.184C350.172 352.184 351.674 351.778 352.734 350.965C353.812 350.135 354.492 349.075 354.775 347.785H359.598C359.474 349.622 358.909 351.186 357.902 352.475C356.912 353.765 355.605 354.746 353.98 355.417C352.354 356.071 350.508 356.398 348.441 356.398ZM342.797 338.801H355.437C355.402 336.328 354.792 334.385 353.609 332.971C352.425 331.558 350.614 330.851 348.176 330.851C345.614 330.851 343.671 331.726 342.346 333.475C341.021 335.206 340.297 337.6 340.173 340.656C340.314 339.932 340.597 339.446 341.021 339.199C341.463 338.934 342.055 338.801 342.797 338.801ZM366.842 356V327.062H371.029L371.559 338.192L370.976 336.681C371.1 335.586 371.338 334.447 371.692 333.263C372.063 332.079 372.584 330.975 373.255 329.95C373.944 328.908 374.819 328.069 375.879 327.433C376.956 326.797 378.272 326.479 379.827 326.479C380.127 326.479 380.41 326.497 380.675 326.532C380.958 326.567 381.232 326.611 381.497 326.665V331.885C381.055 331.744 380.587 331.655 380.092 331.62C379.615 331.567 379.165 331.54 378.741 331.54C377.875 331.54 377 331.708 376.117 332.044C375.234 332.38 374.412 332.918 373.653 333.66C372.893 334.385 372.266 335.33 371.771 336.496V356H366.842Z" fill={palette[0]} /> - - + + { fill={palette[0]} /> - - - - - - + + + + + + ) }) diff --git a/packages/anatomy-icons/src/components/date-picker.tsx b/packages/anatomy-icons/src/components/date-picker.tsx new file mode 100644 index 0000000000..07beefb593 --- /dev/null +++ b/packages/anatomy-icons/src/components/date-picker.tsx @@ -0,0 +1,284 @@ +import { createComponent } from "../create-component" + +export const DatePickerAnatomy = createComponent((props) => { + const { palette, ...rest } = props + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}) diff --git a/packages/anatomy-icons/src/components/dialog.tsx b/packages/anatomy-icons/src/components/dialog.tsx index 26f5cbb808..49a0cb5540 100644 --- a/packages/anatomy-icons/src/components/dialog.tsx +++ b/packages/anatomy-icons/src/components/dialog.tsx @@ -2,32 +2,27 @@ import { createComponent } from "../create-component" export const DialogAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - - - - + + + - + + + { fill={palette[0]} /> + + + + ) }) diff --git a/packages/anatomy-icons/src/components/editable.tsx b/packages/anatomy-icons/src/components/editable.tsx index 166cb7c045..d7051c1eeb 100644 --- a/packages/anatomy-icons/src/components/editable.tsx +++ b/packages/anatomy-icons/src/components/editable.tsx @@ -2,23 +2,22 @@ import { createComponent } from "../create-component" export const EditableAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - - + + + + - + @@ -26,9 +25,9 @@ export const EditableAnatomy = createComponent((props) => { d="M457.61 365.557C454.324 365.557 451.383 364.788 448.786 363.251C446.206 361.714 444.175 359.47 442.691 356.52C441.207 353.552 440.465 349.93 440.465 345.655C440.465 341.609 441.189 338.102 442.638 335.134C444.086 332.149 446.109 329.843 448.706 328.218C451.303 326.575 454.315 325.753 457.743 325.753C460.269 325.753 462.592 326.248 464.712 327.237C466.85 328.227 468.572 329.693 469.88 331.636C471.205 333.562 471.911 335.947 472 338.791H466.938C466.832 336.901 466.337 335.338 465.454 334.101C464.588 332.847 463.467 331.91 462.089 331.292C460.711 330.656 459.191 330.338 457.531 330.338C455.252 330.338 453.202 330.947 451.382 332.166C449.581 333.368 448.158 335.108 447.116 337.387C446.074 339.666 445.553 342.413 445.553 345.628C445.553 349.285 446.1 352.245 447.196 354.506C448.291 356.75 449.757 358.393 451.595 359.435C453.432 360.46 455.464 360.972 457.69 360.972C459.721 360.972 461.4 360.61 462.725 359.885C464.067 359.143 465.092 358.172 465.799 356.97C466.505 355.769 466.903 354.471 466.991 353.075H472C471.841 355.637 471.16 357.854 469.959 359.726C468.775 361.599 467.141 363.039 465.057 364.046C462.972 365.053 460.49 365.557 457.61 365.557ZM486.192 365.583C483.701 365.583 481.696 364.735 480.176 363.039C478.657 361.343 477.897 358.976 477.897 355.937V336.062H482.826V354.612C482.826 356.061 482.994 357.253 483.33 358.19C483.666 359.126 484.196 359.824 484.92 360.283C485.662 360.725 486.616 360.954 487.782 360.972C489.372 360.972 490.75 360.548 491.916 359.7C493.1 358.834 494.08 357.642 494.857 356.122V336.062H499.76V365H495.573L495.016 354.956L495.546 356.281C495.317 357.977 494.831 359.532 494.089 360.945C493.365 362.341 492.349 363.463 491.041 364.311C489.752 365.159 488.135 365.583 486.192 365.583ZM521.185 365.318C519.312 365.318 517.802 364.991 516.653 364.337C515.523 363.666 514.683 362.898 514.136 362.032C513.588 361.166 513.261 360.442 513.155 359.859L511.592 359.594L513.473 358.216C513.632 358.64 513.977 359.09 514.507 359.567C515.037 360.044 515.752 360.46 516.653 360.813C517.572 361.149 518.658 361.316 519.913 361.316C522.086 361.316 523.888 360.424 525.319 358.64C526.767 356.856 527.492 354.055 527.492 350.239C527.492 346.812 526.82 344.233 525.478 342.501C524.153 340.752 522.457 339.878 520.39 339.878C518.994 339.878 517.81 340.099 516.839 340.54C515.885 340.982 515.125 341.521 514.56 342.157C514.012 342.775 513.65 343.376 513.473 343.959V341.998C513.509 341.433 513.685 340.788 514.003 340.063C514.321 339.321 514.807 338.606 515.461 337.917C516.132 337.228 516.989 336.663 518.031 336.221C519.074 335.762 520.346 335.532 521.847 335.532C524.056 335.532 525.964 336.124 527.571 337.307C529.179 338.491 530.416 340.161 531.281 342.316C532.147 344.471 532.58 346.998 532.58 349.895C532.58 352.527 532.253 354.815 531.599 356.758C530.946 358.684 530.062 360.283 528.949 361.555C527.854 362.827 526.626 363.772 525.266 364.39C523.923 365.009 522.563 365.318 521.185 365.318ZM508.571 375.68V336.062H513.42L513.473 339.984V358.216L513.155 359.859L513.473 365.027L513.5 375.68H508.571ZM550.441 365.398C547.809 365.398 545.494 364.823 543.498 363.675C541.519 362.527 539.982 360.839 538.887 358.613C537.792 356.37 537.244 353.631 537.244 350.399C537.244 347.289 537.809 344.621 538.94 342.395C540.071 340.169 541.625 338.465 543.604 337.281C545.583 336.097 547.835 335.505 550.362 335.505C552.87 335.505 555.017 336.044 556.801 337.122C558.603 338.2 559.99 339.745 560.962 341.759C561.933 343.756 562.41 346.15 562.393 348.941C562.393 349.506 562.375 349.974 562.34 350.345C562.304 350.716 562.278 351.105 562.26 351.511H542.173C542.297 354.691 543.092 357.103 544.558 358.746C546.042 360.371 547.932 361.184 550.229 361.184C552.172 361.184 553.674 360.778 554.734 359.965C555.812 359.135 556.492 358.075 556.775 356.785H561.598C561.474 358.622 560.909 360.186 559.902 361.475C558.912 362.765 557.605 363.746 555.98 364.417C554.354 365.071 552.508 365.398 550.441 365.398ZM544.797 347.801H557.437C557.402 345.328 556.792 343.385 555.609 341.971C554.425 340.558 552.614 339.851 550.176 339.851C547.614 339.851 545.671 340.726 544.346 342.475C543.021 344.206 542.297 346.6 542.173 349.656C542.314 348.932 542.597 348.446 543.021 348.199C543.463 347.934 544.055 347.801 544.797 347.801ZM568.842 365V336.062H573.029L573.559 347.192L572.976 345.681C573.1 344.586 573.338 343.447 573.692 342.263C574.063 341.079 574.584 339.975 575.255 338.95C575.944 337.908 576.819 337.069 577.879 336.433C578.956 335.797 580.272 335.479 581.827 335.479C582.127 335.479 582.41 335.497 582.675 335.532C582.958 335.567 583.232 335.611 583.497 335.665V340.885C583.055 340.744 582.587 340.655 582.092 340.62C581.615 340.567 581.165 340.54 580.741 340.54C579.875 340.54 579 340.708 578.117 341.044C577.234 341.38 576.412 341.918 575.653 342.66C574.893 343.385 574.266 344.33 573.771 345.496V365H568.842Z" fill={palette[0]} /> - + { d="M206.105 611.174C205.138 611.174 204.282 610.995 203.538 610.637C202.794 610.27 202.209 609.763 201.784 609.115C201.368 608.467 201.16 607.718 201.16 606.867C201.16 605.93 201.329 605.156 201.668 604.547C202.006 603.938 202.494 603.455 203.132 603.097C203.78 602.73 204.539 602.45 205.409 602.256C206.027 602.121 206.68 602.01 207.366 601.923C208.062 601.836 208.705 601.768 209.295 601.72C209.884 601.662 210.339 601.623 210.658 601.604V600.966C210.658 599.893 210.44 599.091 210.005 598.559C209.58 598.018 208.855 597.747 207.83 597.747C207.173 597.747 206.622 597.829 206.177 597.993C205.732 598.148 205.394 598.448 205.162 598.892C204.94 599.327 204.819 599.965 204.8 600.806H201.682C201.576 599.443 201.769 598.327 202.262 597.457C202.765 596.577 203.509 595.93 204.495 595.514C205.491 595.089 206.665 594.876 208.019 594.876C208.821 594.876 209.575 594.968 210.281 595.151C210.996 595.325 211.629 595.63 212.18 596.065C212.731 596.49 213.166 597.075 213.485 597.819C213.804 598.564 213.964 599.506 213.964 600.647V611H210.614L210.658 607.447C210.474 608.52 210.01 609.41 209.266 610.115C208.521 610.821 207.468 611.174 206.105 611.174ZM207.018 608.593C207.521 608.593 208.028 608.506 208.541 608.332C209.063 608.158 209.517 607.907 209.904 607.578C210.3 607.249 210.551 606.863 210.658 606.418V603.518C210.271 603.557 209.812 603.624 209.28 603.721C208.758 603.818 208.309 603.905 207.932 603.982C206.849 604.204 206.066 604.499 205.583 604.866C205.109 605.224 204.872 605.775 204.872 606.519C204.872 606.945 204.969 607.317 205.162 607.636C205.365 607.945 205.631 608.182 205.96 608.346C206.288 608.511 206.641 608.593 207.018 608.593ZM218.177 611V595.166H221.106L221.483 601.27L221.178 600.429C221.246 599.791 221.371 599.144 221.555 598.486C221.748 597.829 222.019 597.225 222.367 596.674C222.725 596.123 223.179 595.683 223.73 595.355C224.291 595.016 224.972 594.847 225.775 594.847C225.968 594.847 226.161 594.857 226.355 594.876C226.548 594.895 226.727 594.929 226.891 594.977V598.631C226.562 598.525 226.21 598.457 225.833 598.428C225.465 598.39 225.127 598.37 224.818 598.37C224.441 598.37 224.035 598.448 223.6 598.602C223.165 598.747 222.763 598.97 222.396 599.269C222.029 599.569 221.763 599.941 221.599 600.386V611H218.177ZM235.599 611.218C234.072 611.218 232.747 610.908 231.626 610.289C230.514 609.661 229.659 608.738 229.059 607.52C228.46 606.302 228.16 604.808 228.16 603.039C228.16 601.319 228.475 599.849 229.103 598.631C229.741 597.404 230.616 596.471 231.727 595.833C232.839 595.185 234.115 594.861 235.555 594.861C236.976 594.861 238.19 595.142 239.195 595.702C240.21 596.263 240.983 597.094 241.515 598.196C242.047 599.289 242.312 600.632 242.312 602.227C242.312 602.537 242.303 602.793 242.283 602.996C242.274 603.199 242.259 603.441 242.24 603.721H231.568C231.655 605.335 232.051 606.524 232.757 607.288C233.463 608.042 234.328 608.419 235.352 608.419C236.309 608.419 237.039 608.216 237.542 607.81C238.054 607.394 238.383 606.93 238.528 606.418H241.834C241.747 607.433 241.428 608.303 240.877 609.028C240.326 609.743 239.596 610.289 238.687 610.666C237.788 611.034 236.759 611.218 235.599 611.218ZM233.134 601.386H238.905C238.876 600.226 238.596 599.332 238.064 598.704C237.532 598.066 236.657 597.747 235.439 597.747C234.173 597.747 233.231 598.172 232.612 599.023C231.993 599.864 231.645 601.029 231.568 602.517C231.645 602.082 231.81 601.788 232.061 601.633C232.312 601.469 232.67 601.386 233.134 601.386ZM249.605 611.174C248.638 611.174 247.782 610.995 247.038 610.637C246.294 610.27 245.709 609.763 245.284 609.115C244.868 608.467 244.66 607.718 244.66 606.867C244.66 605.93 244.829 605.156 245.168 604.547C245.506 603.938 245.994 603.455 246.632 603.097C247.28 602.73 248.039 602.45 248.909 602.256C249.527 602.121 250.18 602.01 250.866 601.923C251.562 601.836 252.205 601.768 252.795 601.72C253.384 601.662 253.839 601.623 254.158 601.604V600.966C254.158 599.893 253.94 599.091 253.505 598.559C253.08 598.018 252.355 597.747 251.33 597.747C250.673 597.747 250.122 597.829 249.677 597.993C249.232 598.148 248.894 598.448 248.662 598.892C248.44 599.327 248.319 599.965 248.3 600.806H245.182C245.076 599.443 245.269 598.327 245.762 597.457C246.265 596.577 247.009 595.93 247.995 595.514C248.991 595.089 250.165 594.876 251.519 594.876C252.321 594.876 253.075 594.968 253.781 595.151C254.496 595.325 255.129 595.63 255.68 596.065C256.231 596.49 256.666 597.075 256.985 597.819C257.304 598.564 257.464 599.506 257.464 600.647V611H254.114L254.158 607.447C253.974 608.52 253.51 609.41 252.766 610.115C252.021 610.821 250.968 611.174 249.605 611.174ZM250.518 608.593C251.021 608.593 251.528 608.506 252.041 608.332C252.563 608.158 253.017 607.907 253.404 607.578C253.8 607.249 254.051 606.863 254.158 606.418V603.518C253.771 603.557 253.312 603.624 252.78 603.721C252.258 603.818 251.809 603.905 251.432 603.982C250.349 604.204 249.566 604.499 249.083 604.866C248.609 605.224 248.372 605.775 248.372 606.519C248.372 606.945 248.469 607.317 248.662 607.636C248.865 607.945 249.131 608.182 249.46 608.346C249.788 608.511 250.141 608.593 250.518 608.593Z" fill={palette[0]} /> - - - - - + + + + + ) }) diff --git a/packages/anatomy-icons/src/components/file-upload.tsx b/packages/anatomy-icons/src/components/file-upload.tsx index 62dd54226c..ddfc58821c 100644 --- a/packages/anatomy-icons/src/components/file-upload.tsx +++ b/packages/anatomy-icons/src/components/file-upload.tsx @@ -36,18 +36,12 @@ export const FileUploadAnatomy = createComponent((props) => { d="M686.439 122.174C685.076 122.174 683.935 121.821 683.017 121.115C682.098 120.41 681.407 119.443 680.943 118.215C680.479 116.978 680.247 115.572 680.247 113.996C680.247 112.208 680.547 110.714 681.146 109.515C681.755 108.307 682.538 107.398 683.495 106.789C684.452 106.18 685.472 105.876 686.555 105.876C687.608 105.876 688.435 106.05 689.034 106.398C689.633 106.746 690.073 107.152 690.354 107.616C690.634 108.08 690.813 108.496 690.89 108.863L691.891 108.993L690.702 110.226C690.624 109.984 690.47 109.752 690.238 109.53C690.015 109.298 689.691 109.109 689.266 108.964C688.85 108.819 688.309 108.747 687.642 108.747C686.511 108.747 685.578 109.163 684.844 109.994C684.109 110.825 683.742 112.183 683.742 114.068C683.742 115.76 684.075 117.07 684.742 117.998C685.419 118.926 686.298 119.39 687.381 119.39C688.116 119.39 688.71 119.269 689.165 119.027C689.629 118.786 689.986 118.51 690.238 118.201C690.489 117.882 690.644 117.621 690.702 117.418L690.847 117.911L690.702 118.433C690.653 118.742 690.557 119.11 690.412 119.535C690.267 119.951 690.035 120.361 689.716 120.767C689.406 121.173 688.986 121.512 688.454 121.782C687.922 122.043 687.251 122.174 686.439 122.174ZM690.716 122L690.702 99.438H694.109V122H690.716ZM698.423 122V106.18H701.352L701.729 112.27L701.424 111.429C701.492 110.791 701.618 110.144 701.801 109.486C701.995 108.829 702.265 108.225 702.613 107.674C702.971 107.123 703.425 106.683 703.976 106.355C704.537 106.016 705.218 105.847 706.021 105.847C706.214 105.847 706.407 105.857 706.601 105.876C706.794 105.895 706.973 105.929 707.137 105.977V109.631C706.809 109.525 706.456 109.457 706.079 109.428C705.711 109.39 705.373 109.37 705.064 109.37C704.687 109.37 704.281 109.448 703.846 109.602C703.411 109.747 703.01 109.97 702.642 110.269C702.275 110.569 702.009 110.941 701.845 111.386V122H698.423ZM715.658 122.218C714.199 122.218 712.928 121.903 711.845 121.275C710.762 120.647 709.921 119.723 709.322 118.505C708.723 117.278 708.423 115.775 708.423 113.996C708.423 112.314 708.737 110.864 709.365 109.646C710.003 108.428 710.873 107.495 711.975 106.847C713.077 106.19 714.324 105.861 715.716 105.861C717.224 105.861 718.515 106.19 719.588 106.847C720.671 107.495 721.502 108.428 722.082 109.646C722.662 110.864 722.952 112.314 722.952 113.996C722.952 115.775 722.628 117.278 721.98 118.505C721.342 119.723 720.472 120.647 719.37 121.275C718.268 121.903 717.031 122.218 715.658 122.218ZM715.716 119.303C716.828 119.303 717.737 118.887 718.442 118.056C719.148 117.225 719.501 115.871 719.501 113.996C719.501 112.256 719.158 110.951 718.471 110.081C717.785 109.211 716.847 108.776 715.658 108.776C714.547 108.776 713.638 109.206 712.932 110.066C712.236 110.927 711.888 112.237 711.888 113.996C711.888 115.784 712.241 117.118 712.947 117.998C713.662 118.868 714.585 119.303 715.716 119.303ZM733.832 122.174C732.788 122.174 731.957 122 731.338 121.652C730.719 121.304 730.265 120.898 729.975 120.434C729.685 119.96 729.501 119.545 729.424 119.187L728.264 119.245L729.612 118.099C729.68 118.341 729.83 118.578 730.062 118.81C730.294 119.032 730.632 119.216 731.077 119.361C731.522 119.496 732.068 119.564 732.715 119.564C733.798 119.564 734.687 119.143 735.383 118.302C736.089 117.461 736.442 116.055 736.442 114.083C736.442 112.382 736.113 111.077 735.456 110.168C734.799 109.25 733.958 108.79 732.933 108.79C732.208 108.79 731.609 108.892 731.135 109.095C730.671 109.298 730.318 109.535 730.076 109.805C729.835 110.076 729.68 110.318 729.612 110.53V109.443C729.632 109.124 729.714 108.766 729.859 108.37C730.014 107.964 730.26 107.572 730.598 107.195C730.946 106.809 731.401 106.495 731.961 106.253C732.532 106.002 733.237 105.876 734.078 105.876C735.354 105.876 736.427 106.219 737.297 106.905C738.167 107.592 738.825 108.534 739.269 109.733C739.724 110.922 739.951 112.275 739.951 113.793C739.951 115.195 739.777 116.422 739.429 117.476C739.091 118.52 738.627 119.39 738.037 120.086C737.457 120.782 736.804 121.304 736.079 121.652C735.354 122 734.605 122.174 733.832 122.174ZM726.205 127.844V106.18H729.569L729.612 108.355V118.23L729.424 119.187L729.612 122.015V127.844H726.205ZM741.597 122L748.195 110.922C748.504 110.41 748.818 109.979 749.137 109.631C749.456 109.274 749.809 108.984 750.196 108.761L750.616 108.834C750.075 108.873 749.514 108.916 748.934 108.964C748.354 109.013 747.828 109.037 747.354 109.037H742.641V106.18H754.473L747.847 117.331C747.509 117.901 747.117 118.38 746.672 118.766C746.237 119.153 745.793 119.482 745.338 119.752L745.193 119.288C745.706 119.269 746.233 119.235 746.774 119.187C747.325 119.139 747.823 119.114 748.267 119.114H754.169V122H741.597ZM763.067 122.218C761.607 122.218 760.336 121.903 759.253 121.275C758.171 120.647 757.33 119.723 756.73 118.505C756.131 117.278 755.831 115.775 755.831 113.996C755.831 112.314 756.145 110.864 756.774 109.646C757.412 108.428 758.282 107.495 759.384 106.847C760.486 106.19 761.733 105.861 763.125 105.861C764.633 105.861 765.923 106.19 766.996 106.847C768.079 107.495 768.91 108.428 769.49 109.646C770.07 110.864 770.36 112.314 770.36 113.996C770.36 115.775 770.036 117.278 769.389 118.505C768.751 119.723 767.881 120.647 766.779 121.275C765.677 121.903 764.439 122.218 763.067 122.218ZM763.125 119.303C764.236 119.303 765.145 118.887 765.851 118.056C766.556 117.225 766.909 115.871 766.909 113.996C766.909 112.256 766.566 110.951 765.88 110.081C765.193 109.211 764.256 108.776 763.067 108.776C761.955 108.776 761.046 109.206 760.341 110.066C759.645 110.927 759.297 112.237 759.297 113.996C759.297 115.784 759.65 117.118 760.355 117.998C761.071 118.868 761.994 119.303 763.125 119.303ZM773.698 122V106.18H776.627L777.004 112.14L776.758 110.936C776.874 110.066 777.101 109.245 777.439 108.471C777.787 107.688 778.304 107.055 778.991 106.572C779.677 106.089 780.595 105.847 781.746 105.847C783.244 105.847 784.404 106.316 785.226 107.253C786.047 108.181 786.458 109.602 786.458 111.516V122H783.036V112.705C783.036 111.797 782.944 111.067 782.761 110.516C782.587 109.965 782.301 109.569 781.905 109.327C781.509 109.076 780.982 108.95 780.325 108.95C779.609 108.95 778.957 109.163 778.367 109.588C777.787 110.004 777.371 110.477 777.12 111.009V122H773.698ZM797.068 122.218C795.54 122.218 794.216 121.908 793.095 121.289C791.983 120.661 791.127 119.738 790.528 118.52C789.929 117.302 789.629 115.808 789.629 114.039C789.629 112.319 789.943 110.849 790.572 109.631C791.21 108.404 792.084 107.471 793.196 106.833C794.308 106.185 795.584 105.861 797.024 105.861C798.445 105.861 799.658 106.142 800.664 106.702C801.679 107.263 802.452 108.094 802.984 109.196C803.515 110.289 803.781 111.632 803.781 113.227C803.781 113.537 803.771 113.793 803.752 113.996C803.742 114.199 803.728 114.441 803.709 114.721H793.037C793.124 116.335 793.52 117.524 794.226 118.288C794.931 119.042 795.796 119.419 796.821 119.419C797.778 119.419 798.508 119.216 799.011 118.81C799.523 118.394 799.852 117.93 799.997 117.418H803.303C803.216 118.433 802.897 119.303 802.346 120.028C801.795 120.743 801.065 121.289 800.156 121.666C799.257 122.034 798.228 122.218 797.068 122.218ZM794.603 112.386H800.374C800.345 111.226 800.064 110.332 799.533 109.704C799.001 109.066 798.126 108.747 796.908 108.747C795.642 108.747 794.699 109.172 794.081 110.023C793.462 110.864 793.114 112.029 793.037 113.517C793.114 113.082 793.278 112.788 793.53 112.633C793.781 112.469 794.139 112.386 794.603 112.386Z" fill={palette[0]} /> - + - + { d="M431.204 75V59.166H434.133L434.51 65.2705L434.206 64.4295C434.273 63.7915 434.399 63.1438 434.583 62.4865C434.776 61.8292 435.047 61.225 435.395 60.674C435.752 60.123 436.207 59.6832 436.758 59.3545C437.318 59.0162 438 58.847 438.802 58.847C438.995 58.847 439.189 58.8567 439.382 58.876C439.575 58.8953 439.754 58.9292 439.919 58.9775V62.6315C439.59 62.5252 439.237 62.4575 438.86 62.4285C438.493 62.3898 438.154 62.3705 437.845 62.3705C437.468 62.3705 437.062 62.4478 436.627 62.6025C436.192 62.7475 435.791 62.9698 435.424 63.2695C435.056 63.5692 434.79 63.9413 434.626 64.386V75H431.204ZM448.44 75.2175C446.98 75.2175 445.709 74.9033 444.626 74.275C443.544 73.6467 442.703 72.7235 442.103 71.5055C441.504 70.2778 441.204 68.7747 441.204 66.996C441.204 65.314 441.518 63.864 442.147 62.646C442.785 61.428 443.655 60.4952 444.757 59.8475C445.859 59.1902 447.106 58.8615 448.498 58.8615C450.006 58.8615 451.296 59.1902 452.369 59.8475C453.452 60.4952 454.283 61.428 454.863 62.646C455.443 63.864 455.733 65.314 455.733 66.996C455.733 68.7747 455.409 70.2778 454.762 71.5055C454.124 72.7235 453.254 73.6467 452.152 74.275C451.05 74.9033 449.812 75.2175 448.44 75.2175ZM448.498 72.303C449.609 72.303 450.518 71.8873 451.224 71.056C451.929 70.2247 452.282 68.8713 452.282 66.996C452.282 65.256 451.939 63.951 451.253 63.081C450.566 62.211 449.629 61.776 448.44 61.776C447.328 61.776 446.419 62.2062 445.714 63.0665C445.018 63.9268 444.67 65.2367 444.67 66.996C444.67 68.7843 445.023 70.1183 445.728 70.998C446.444 71.868 447.367 72.303 448.498 72.303ZM465.234 75.2175C463.774 75.2175 462.503 74.9033 461.42 74.275C460.338 73.6467 459.497 72.7235 458.897 71.5055C458.298 70.2778 457.998 68.7747 457.998 66.996C457.998 65.314 458.312 63.864 458.941 62.646C459.579 61.428 460.449 60.4952 461.551 59.8475C462.653 59.1902 463.9 58.8615 465.292 58.8615C466.8 58.8615 468.09 59.1902 469.163 59.8475C470.246 60.4952 471.077 61.428 471.657 62.646C472.237 63.864 472.527 65.314 472.527 66.996C472.527 68.7747 472.203 70.2778 471.556 71.5055C470.918 72.7235 470.048 73.6467 468.946 74.275C467.844 74.9033 466.606 75.2175 465.234 75.2175ZM465.292 72.303C466.403 72.303 467.312 71.8873 468.018 71.056C468.723 70.2247 469.076 68.8713 469.076 66.996C469.076 65.256 468.733 63.951 468.047 63.081C467.36 62.211 466.423 61.776 465.234 61.776C464.122 61.776 463.213 62.2062 462.508 63.0665C461.812 63.9268 461.464 65.2367 461.464 66.996C461.464 68.7843 461.817 70.1183 462.522 70.998C463.238 71.868 464.161 72.303 465.292 72.303ZM480.453 75.232C479.196 75.232 478.215 74.913 477.509 74.275C476.813 73.6273 476.465 72.7042 476.465 71.5055V63.5015C476.465 63.1825 476.533 62.8973 476.668 62.646C476.803 62.385 477.002 62.2207 477.263 62.153L476.465 59.804V59.3835L477.234 54.642H479.844V70.65C479.844 71.2107 479.964 71.6022 480.206 71.8245C480.457 72.0468 480.921 72.158 481.598 72.158C482.033 72.158 482.434 72.158 482.802 72.158C483.169 72.1483 483.502 72.1387 483.802 72.129V75.0435C483.299 75.1305 482.748 75.1837 482.149 75.203C481.55 75.2223 480.984 75.232 480.453 75.232ZM474.392 62.153V59.166H483.831V62.153H474.392Z" fill={palette[0]} /> - + ) }) diff --git a/packages/anatomy-icons/src/components/hover-card.tsx b/packages/anatomy-icons/src/components/hover-card.tsx index 61ede795ed..5b8965c4e5 100644 --- a/packages/anatomy-icons/src/components/hover-card.tsx +++ b/packages/anatomy-icons/src/components/hover-card.tsx @@ -2,10 +2,9 @@ import { createComponent } from "../create-component" export const HoverCardAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + { d="M294.018 334.232C292.761 334.232 291.78 333.913 291.075 333.275C290.379 332.627 290.031 331.704 290.031 330.505V322.501C290.031 322.182 290.098 321.897 290.234 321.646C290.369 321.385 290.567 321.221 290.828 321.153L290.031 318.804V318.383L290.799 313.642H293.409V329.65C293.409 330.211 293.53 330.602 293.772 330.824C294.023 331.047 294.487 331.158 295.164 331.158C295.599 331.158 296 331.158 296.367 331.158C296.734 331.148 297.068 331.139 297.368 331.129V334.044C296.865 334.131 296.314 334.184 295.715 334.203C295.115 334.222 294.55 334.232 294.018 334.232ZM287.957 321.153V318.166H297.397V321.153H287.957ZM300.589 334V318.166H303.518L303.895 324.27L303.59 323.429C303.658 322.791 303.784 322.144 303.967 321.486C304.161 320.829 304.431 320.225 304.779 319.674C305.137 319.123 305.591 318.683 306.142 318.355C306.703 318.016 307.384 317.847 308.187 317.847C308.38 317.847 308.573 317.857 308.767 317.876C308.96 317.895 309.139 317.929 309.303 317.977V321.631C308.975 321.525 308.622 321.457 308.245 321.428C307.877 321.39 307.539 321.37 307.23 321.37C306.853 321.37 306.447 321.448 306.012 321.602C305.577 321.747 305.176 321.97 304.808 322.269C304.441 322.569 304.175 322.941 304.011 323.386V334H300.589ZM311.861 334V318.166H315.326L315.283 334H311.861ZM313.615 315.831C312.987 315.831 312.455 315.614 312.02 315.179C311.585 314.734 311.368 314.169 311.368 313.482C311.368 312.806 311.585 312.255 312.02 311.829C312.455 311.404 312.987 311.191 313.615 311.191C314.224 311.191 314.746 311.404 315.181 311.829C315.626 312.255 315.848 312.806 315.848 313.482C315.848 314.169 315.626 314.734 315.181 315.179C314.746 315.614 314.224 315.831 313.615 315.831ZM325.829 340.467C324.543 340.467 323.383 340.254 322.349 339.829C321.324 339.413 320.531 338.775 319.971 337.915C319.41 337.055 319.193 335.977 319.318 334.682H322.624C322.615 335.233 322.682 335.726 322.827 336.161C322.972 336.605 323.277 336.958 323.741 337.219C324.205 337.48 324.91 337.611 325.858 337.611C326.679 337.611 327.308 337.495 327.743 337.263C328.187 337.031 328.487 336.678 328.642 336.204C328.796 335.73 328.874 335.117 328.874 334.363V330.07C328.787 330.525 328.598 331.003 328.308 331.506C328.018 332.009 327.569 332.434 326.96 332.782C326.351 333.12 325.529 333.289 324.495 333.289C323.557 333.289 322.721 333.082 321.986 332.666C321.252 332.25 320.628 331.69 320.116 330.984C319.603 330.278 319.212 329.486 318.941 328.606C318.68 327.717 318.55 326.798 318.55 325.851C318.55 324.092 318.84 322.622 319.42 321.443C320.009 320.264 320.768 319.374 321.696 318.775C322.624 318.176 323.605 317.876 324.64 317.876C325.558 317.876 326.298 318.002 326.858 318.253C327.429 318.504 327.873 318.809 328.192 319.166C328.511 319.524 328.743 319.877 328.888 320.225L328.903 318.18H332.252V334.334C332.252 335.764 331.972 336.929 331.411 337.828C330.86 338.727 330.101 339.384 329.135 339.8C328.168 340.225 327.066 340.448 325.829 340.467ZM325.669 330.549C326.394 330.549 326.979 330.452 327.424 330.259C327.868 330.056 328.207 329.819 328.439 329.548C328.671 329.268 328.816 329.026 328.874 328.823V322.197C328.777 321.965 328.598 321.738 328.337 321.515C328.076 321.293 327.733 321.109 327.308 320.964C326.882 320.819 326.36 320.747 325.742 320.747C324.669 320.747 323.789 321.143 323.103 321.936C322.416 322.729 322.073 323.971 322.073 325.662C322.073 327.199 322.412 328.398 323.088 329.258C323.775 330.119 324.635 330.549 325.669 330.549ZM342.821 340.467C341.535 340.467 340.375 340.254 339.341 339.829C338.316 339.413 337.524 338.775 336.963 337.915C336.402 337.055 336.185 335.977 336.31 334.682H339.616C339.607 335.233 339.674 335.726 339.819 336.161C339.964 336.605 340.269 336.958 340.733 337.219C341.197 337.48 341.903 337.611 342.85 337.611C343.672 337.611 344.3 337.495 344.735 337.263C345.18 337.031 345.479 336.678 345.634 336.204C345.789 335.73 345.866 335.117 345.866 334.363V330.07C345.779 330.525 345.59 331.003 345.3 331.506C345.01 332.009 344.561 332.434 343.952 332.782C343.343 333.12 342.521 333.289 341.487 333.289C340.549 333.289 339.713 333.082 338.978 332.666C338.244 332.25 337.62 331.69 337.108 330.984C336.596 330.278 336.204 329.486 335.933 328.606C335.672 327.717 335.542 326.798 335.542 325.851C335.542 324.092 335.832 322.622 336.412 321.443C337.002 320.264 337.76 319.374 338.688 318.775C339.616 318.176 340.598 317.876 341.632 317.876C342.55 317.876 343.29 318.002 343.85 318.253C344.421 318.504 344.865 318.809 345.184 319.166C345.503 319.524 345.735 319.877 345.88 320.225L345.895 318.18H349.244V334.334C349.244 335.764 348.964 336.929 348.403 337.828C347.852 338.727 347.094 339.384 346.127 339.8C345.16 340.225 344.058 340.448 342.821 340.467ZM342.661 330.549C343.386 330.549 343.971 330.452 344.416 330.259C344.861 330.056 345.199 329.819 345.431 329.548C345.663 329.268 345.808 329.026 345.866 328.823V322.197C345.769 321.965 345.59 321.738 345.329 321.515C345.068 321.293 344.725 321.109 344.3 320.964C343.875 320.819 343.353 320.747 342.734 320.747C341.661 320.747 340.781 321.143 340.095 321.936C339.409 322.729 339.065 323.971 339.065 325.662C339.065 327.199 339.404 328.398 340.08 329.258C340.767 330.119 341.627 330.549 342.661 330.549ZM359.868 334.218C358.341 334.218 357.017 333.908 355.895 333.289C354.784 332.661 353.928 331.738 353.329 330.52C352.73 329.302 352.43 327.808 352.43 326.039C352.43 324.319 352.744 322.849 353.372 321.631C354.01 320.404 354.885 319.471 355.997 318.833C357.109 318.185 358.385 317.861 359.825 317.861C361.246 317.861 362.459 318.142 363.464 318.702C364.479 319.263 365.253 320.094 365.784 321.196C366.316 322.289 366.582 323.632 366.582 325.227C366.582 325.537 366.572 325.793 366.553 325.996C366.543 326.199 366.529 326.441 366.509 326.721H355.837C355.924 328.335 356.321 329.524 357.026 330.288C357.732 331.042 358.597 331.419 359.622 331.419C360.579 331.419 361.309 331.216 361.811 330.81C362.324 330.394 362.652 329.93 362.797 329.418H366.103C366.016 330.433 365.697 331.303 365.146 332.028C364.595 332.743 363.866 333.289 362.957 333.666C362.058 334.034 361.028 334.218 359.868 334.218ZM357.403 324.386H363.174C363.145 323.226 362.865 322.332 362.333 321.704C361.802 321.066 360.927 320.747 359.709 320.747C358.443 320.747 357.5 321.172 356.881 322.023C356.263 322.864 355.915 324.029 355.837 325.517C355.915 325.082 356.079 324.788 356.33 324.633C356.582 324.469 356.939 324.386 357.403 324.386ZM369.662 334V318.166H372.591L372.968 324.27L372.664 323.429C372.731 322.791 372.857 322.144 373.041 321.486C373.234 320.829 373.505 320.225 373.853 319.674C374.21 319.123 374.665 318.683 375.216 318.355C375.776 318.016 376.458 317.847 377.26 317.847C377.453 317.847 377.647 317.857 377.84 317.876C378.033 317.895 378.212 317.929 378.377 317.977V321.631C378.048 321.525 377.695 321.457 377.318 321.428C376.951 321.39 376.612 321.37 376.303 321.37C375.926 321.37 375.52 321.448 375.085 321.602C374.65 321.747 374.249 321.97 373.882 322.269C373.514 322.569 373.248 322.941 373.084 323.386V334H369.662Z" fill={palette[0]} /> - + - + - - + + ) }) diff --git a/packages/anatomy-icons/src/components/index.ts b/packages/anatomy-icons/src/components/index.ts index 116dd3fd80..4138d56a14 100644 --- a/packages/anatomy-icons/src/components/index.ts +++ b/packages/anatomy-icons/src/components/index.ts @@ -1,55 +1,61 @@ -import { AccordionAnatomy } from "./accordion" -import { AvatarAnatomy } from "./avatar" -import { CheckboxAnatomy } from "./checkbox" -import { ComboboxAnatomy } from "./combobox" -import { DialogAnatomy } from "./dialog" -import { EditableAnatomy } from "./editable" -import { FileUploadAnatomy } from "./file-upload" -import { HoverCardAnatomy } from "./hover-card" import { MenuAnatomy } from "./menu" -import { NumberInputAnatomy } from "./number-input" -import { PaginationAnatomy } from "./pagination" -import { PinInputAnatomy } from "./pin-input" +import { DialogAnatomy } from "./dialog" import { PopoverAnatomy } from "./popover" -import { RatingGroupAnatomy } from "./rating-group" -import { SegmentedControlAnatomy } from "./segmented-control" -import { SelectAnatomy } from "./select" import { SliderAnatomy } from "./slider" +import { PinInputAnatomy } from "./pin-input" +import { NumberInputAnatomy } from "./number-input" +import { TagsInputAnatomy } from "./tags-input" +import { TooltipAnatomy } from "./tooltip" import { SplitterAnatomy } from "./splitter" -import { SwitchAnatomy } from "./switch" +import { ComboboxAnatomy } from "./combobox" import { TabsAnatomy } from "./tabs" -import { TagsInputAnatomy } from "./tags-input" +import { EditableAnatomy } from "./editable" +import { AccordionAnatomy } from "./accordion" import { ToastAnatomy } from "./toast" -import { TooltipAnatomy } from "./tooltip" -import { ToggleGroupAnatomy } from "./toggle-group" +import { CheckboxAnatomy } from "./checkbox" +import { SelectAnatomy } from "./select" +import { HoverCardAnatomy } from "./hover-card" +import { PaginationAnatomy } from "./pagination" +import { RatingGroupAnatomy } from "./rating-group" +import { SwitchAnatomy } from "./switch" +import { SegmentedControlAnatomy } from "./segmented-control" +import { AvatarAnatomy } from "./avatar" import { RadioGroupAnatomy } from "./radio-group" +import { FileUploadAnatomy } from "./file-upload" +import { ToggleGroupAnatomy } from "./toggle-group" +import { CarouselAnatomy } from "./carousel" +import { ColorPickerAnatomy } from "./color-picker" +import { DatePickerAnatomy } from "./date-picker" export const allComponents = { - "radio-group": RadioGroupAnatomy, + "date-picker": DatePickerAnatomy, + "color-picker": ColorPickerAnatomy, + carousel: CarouselAnatomy, "toggle-group": ToggleGroupAnatomy, "file-upload": FileUploadAnatomy, - accordion: AccordionAnatomy, + "radio-group": RadioGroupAnatomy, avatar: AvatarAnatomy, + "segmented-control": SegmentedControlAnatomy, + switch: SwitchAnatomy, + "rating-group": RatingGroupAnatomy, + pagination: PaginationAnatomy, + "hover-card": HoverCardAnatomy, + select: SelectAnatomy, checkbox: CheckboxAnatomy, - combobox: ComboboxAnatomy, - dialog: DialogAnatomy, + toast: ToastAnatomy, + accordion: AccordionAnatomy, editable: EditableAnatomy, - "hover-card": HoverCardAnatomy, - pagination: PaginationAnatomy, + tabs: TabsAnatomy, + combobox: ComboboxAnatomy, + splitter: SplitterAnatomy, + tooltip: TooltipAnatomy, + "tags-input": TagsInputAnatomy, + "number-input": NumberInputAnatomy, "pin-input": PinInputAnatomy, + slider: SliderAnatomy, popover: PopoverAnatomy, + dialog: DialogAnatomy, menu: MenuAnatomy, - "number-input": NumberInputAnatomy, - "rating-group": RatingGroupAnatomy, - "segmented-control": SegmentedControlAnatomy, - slider: SliderAnatomy, - "tags-input": TagsInputAnatomy, - tooltip: TooltipAnatomy, - toast: ToastAnatomy, - splitter: SplitterAnatomy, - select: SelectAnatomy, - switch: SwitchAnatomy, - tabs: TabsAnatomy, } export type ComponentAnatomyName = keyof typeof allComponents diff --git a/packages/anatomy-icons/src/components/menu.tsx b/packages/anatomy-icons/src/components/menu.tsx index b4e29ba676..3a003b3639 100644 --- a/packages/anatomy-icons/src/components/menu.tsx +++ b/packages/anatomy-icons/src/components/menu.tsx @@ -2,11 +2,10 @@ import { createComponent } from "../create-component" export const MenuAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - + + + { d="M321.296 377V348.647H325.02V377H321.296ZM337.626 377.293C335.975 377.293 334.714 376.87 333.843 376.025C332.985 375.167 332.556 373.951 332.556 372.378V360.834C332.556 360.418 332.641 360.035 332.81 359.684C332.979 359.32 333.226 359.086 333.551 358.982L332.556 356.564V355.901L333.434 349.544H336.144V371.774C336.144 372.606 336.339 373.171 336.729 373.47C337.119 373.756 337.789 373.899 338.738 373.899C339.427 373.899 340.012 373.899 340.493 373.899C340.974 373.886 341.474 373.86 341.994 373.821V377.02C341.279 377.15 340.538 377.228 339.771 377.254C339.017 377.28 338.302 377.293 337.626 377.293ZM329.456 358.982V355.706H341.819V358.982H329.456ZM354.161 377.293C352.224 377.293 350.521 376.87 349.052 376.025C347.596 375.18 346.465 373.938 345.659 372.3C344.853 370.649 344.45 368.634 344.45 366.256C344.45 363.967 344.866 362.004 345.698 360.366C346.53 358.728 347.674 357.474 349.13 356.603C350.586 355.732 352.243 355.296 354.102 355.296C355.948 355.296 357.528 355.693 358.841 356.486C360.167 357.279 361.187 358.416 361.902 359.898C362.617 361.367 362.968 363.129 362.955 365.183C362.955 365.599 362.942 365.943 362.916 366.216C362.89 366.489 362.871 366.775 362.858 367.074H348.077C348.168 369.414 348.753 371.189 349.832 372.398C350.924 373.594 352.315 374.192 354.005 374.192C355.435 374.192 356.54 373.893 357.32 373.295C358.113 372.684 358.613 371.904 358.821 370.955H362.37C362.279 372.307 361.863 373.457 361.122 374.406C360.394 375.355 359.432 376.077 358.236 376.571C357.04 377.052 355.682 377.293 354.161 377.293ZM350.007 364.344H359.309C359.283 362.524 358.834 361.094 357.963 360.054C357.092 359.014 355.76 358.494 353.966 358.494C352.081 358.494 350.651 359.138 349.676 360.425C348.701 361.699 348.168 363.46 348.077 365.709C348.181 365.176 348.389 364.819 348.701 364.637C349.026 364.442 349.461 364.344 350.007 364.344ZM367.701 377V355.706H370.782L371.191 363.74L370.84 362.121C371.009 360.86 371.36 359.716 371.893 358.689C372.426 357.649 373.18 356.824 374.155 356.213C375.13 355.589 376.359 355.277 377.841 355.277C379.57 355.277 380.941 355.764 381.955 356.739C382.982 357.701 383.613 359.183 383.847 361.185L383.944 361.478V377H380.317V363.74C380.317 362.531 380.187 361.556 379.927 360.815C379.68 360.074 379.277 359.534 378.718 359.196C378.159 358.845 377.425 358.67 376.515 358.67C375.371 358.67 374.363 358.988 373.492 359.625C372.621 360.262 371.906 361.14 371.347 362.258V377H367.701ZM392.934 377V363.72C392.934 362.524 392.804 361.556 392.544 360.815C392.284 360.074 391.874 359.534 391.315 359.196C390.769 358.845 390.041 358.67 389.131 358.67C387.987 358.67 386.98 358.988 386.109 359.625C385.238 360.262 384.516 361.14 383.944 362.258L383.866 363.74L383.515 362.355C383.658 361.12 383.99 359.963 384.51 358.884C385.03 357.805 385.771 356.934 386.733 356.271C387.708 355.608 388.93 355.277 390.399 355.277C392.336 355.277 393.844 355.888 394.923 357.11C396.015 358.332 396.561 360.139 396.561 362.531V377H392.934ZM409.903 377V348.647H419.302C421.356 348.647 423.033 348.965 424.333 349.602C425.633 350.239 426.588 351.091 427.199 352.157C427.823 353.223 428.135 354.412 428.135 355.725C428.135 357.415 427.661 358.793 426.712 359.859C425.776 360.912 424.502 361.53 422.89 361.712C424.099 361.764 425.165 362.03 426.088 362.511C427.024 362.992 427.752 363.701 428.272 364.637C428.805 365.56 429.071 366.73 429.071 368.147C429.071 370.227 428.655 371.923 427.823 373.236C426.991 374.536 425.86 375.492 424.43 376.103C423 376.701 421.382 377 419.575 377H409.903ZM413.471 373.568H418.814C421.024 373.568 422.649 373.191 423.689 372.437C424.729 371.683 425.249 370.344 425.249 368.42C425.249 367.042 424.976 366.028 424.43 365.378C423.897 364.715 423.163 364.286 422.227 364.091C421.304 363.883 420.257 363.779 419.087 363.779H413.471V373.568ZM413.471 360.639H418.853C420.036 360.639 421.031 360.477 421.837 360.152C422.643 359.827 423.254 359.326 423.67 358.65C424.086 357.961 424.294 357.071 424.294 355.979C424.307 354.64 423.839 353.652 422.89 353.015C421.954 352.365 420.608 352.04 418.853 352.04H413.471V360.639Z" fill={palette[0]} /> - - + + { d="M777.296 483V454.647H781.02V483H777.296ZM793.626 483.293C791.975 483.293 790.714 482.87 789.843 482.025C788.985 481.167 788.556 479.951 788.556 478.378V466.834C788.556 466.418 788.641 466.035 788.81 465.684C788.979 465.32 789.226 465.086 789.551 464.982L788.556 462.564V461.901L789.434 455.544H792.144V477.774C792.144 478.606 792.339 479.171 792.729 479.47C793.119 479.756 793.789 479.899 794.738 479.899C795.427 479.899 796.012 479.899 796.493 479.899C796.974 479.886 797.474 479.86 797.994 479.821V483.02C797.279 483.15 796.538 483.228 795.771 483.254C795.017 483.28 794.302 483.293 793.626 483.293ZM785.456 464.982V461.706H797.819V464.982H785.456ZM810.161 483.293C808.224 483.293 806.521 482.87 805.052 482.025C803.596 481.18 802.465 479.938 801.659 478.3C800.853 476.649 800.45 474.634 800.45 472.256C800.45 469.967 800.866 468.004 801.698 466.366C802.53 464.728 803.674 463.474 805.13 462.603C806.586 461.732 808.243 461.296 810.102 461.296C811.948 461.296 813.528 461.693 814.841 462.486C816.167 463.279 817.187 464.416 817.902 465.898C818.617 467.367 818.968 469.129 818.955 471.183C818.955 471.599 818.942 471.943 818.916 472.216C818.89 472.489 818.871 472.775 818.858 473.074H804.077C804.168 475.414 804.753 477.189 805.832 478.398C806.924 479.594 808.315 480.192 810.005 480.192C811.435 480.192 812.54 479.893 813.32 479.295C814.113 478.684 814.613 477.904 814.821 476.955H818.37C818.279 478.307 817.863 479.457 817.122 480.406C816.394 481.355 815.432 482.077 814.236 482.571C813.04 483.052 811.682 483.293 810.161 483.293ZM806.007 470.344H815.309C815.283 468.524 814.834 467.094 813.963 466.054C813.092 465.014 811.76 464.494 809.966 464.494C808.081 464.494 806.651 465.138 805.676 466.425C804.701 467.699 804.168 469.46 804.077 471.709C804.181 471.176 804.389 470.819 804.701 470.637C805.026 470.442 805.461 470.344 806.007 470.344ZM823.701 483V461.706H826.782L827.191 469.74L826.84 468.121C827.009 466.86 827.36 465.716 827.893 464.689C828.426 463.649 829.18 462.824 830.155 462.213C831.13 461.589 832.359 461.277 833.841 461.277C835.57 461.277 836.941 461.764 837.955 462.739C838.982 463.701 839.613 465.183 839.847 467.185L839.944 467.478V483H836.317V469.74C836.317 468.531 836.187 467.556 835.927 466.815C835.68 466.074 835.277 465.534 834.718 465.196C834.159 464.845 833.425 464.67 832.515 464.67C831.371 464.67 830.363 464.988 829.492 465.625C828.621 466.262 827.906 467.14 827.347 468.258V483H823.701ZM848.934 483V469.72C848.934 468.524 848.804 467.556 848.544 466.815C848.284 466.074 847.874 465.534 847.315 465.196C846.769 464.845 846.041 464.67 845.131 464.67C843.987 464.67 842.98 464.988 842.109 465.625C841.238 466.262 840.516 467.14 839.944 468.258L839.866 469.74L839.515 468.355C839.658 467.12 839.99 465.963 840.51 464.884C841.03 463.805 841.771 462.934 842.733 462.271C843.708 461.608 844.93 461.277 846.399 461.277C848.336 461.277 849.844 461.888 850.923 463.11C852.015 464.332 852.561 466.139 852.561 468.531V483H848.934ZM863.036 483L871.928 468.882L862.978 454.647H867.502L870.836 460.614L874.424 466.542L877.954 460.633L881.249 454.647H885.832L876.881 468.882L885.773 483H881.191L877.954 477.208L874.385 471.124L870.836 477.228L867.56 483H863.036Z" fill={palette[0]} /> - + { fill={palette[0]} /> - + - + { d="M167.018 693.232C165.761 693.232 164.78 692.913 164.075 692.275C163.379 691.627 163.031 690.704 163.031 689.505V681.501C163.031 681.182 163.098 680.897 163.234 680.646C163.369 680.385 163.567 680.221 163.828 680.153L163.031 677.804V677.383L163.799 672.642H166.409V688.65C166.409 689.211 166.53 689.602 166.772 689.824C167.023 690.047 167.487 690.158 168.164 690.158C168.599 690.158 169 690.158 169.367 690.158C169.734 690.148 170.068 690.139 170.368 690.129V693.044C169.865 693.131 169.314 693.184 168.715 693.203C168.115 693.222 167.55 693.232 167.018 693.232ZM160.957 680.153V677.166H170.397V680.153H160.957ZM173.589 693V677.166H176.518L176.895 683.27L176.59 682.429C176.658 681.791 176.784 681.144 176.967 680.486C177.161 679.829 177.431 679.225 177.779 678.674C178.137 678.123 178.591 677.683 179.142 677.355C179.703 677.016 180.384 676.847 181.187 676.847C181.38 676.847 181.573 676.857 181.767 676.876C181.96 676.895 182.139 676.929 182.303 676.977V680.631C181.975 680.525 181.622 680.457 181.245 680.428C180.877 680.39 180.539 680.37 180.23 680.37C179.853 680.37 179.447 680.448 179.012 680.602C178.577 680.747 178.176 680.97 177.808 681.269C177.441 681.569 177.175 681.941 177.011 682.386V693H173.589ZM184.861 693V677.166H188.326L188.283 693H184.861ZM186.615 674.831C185.987 674.831 185.455 674.614 185.02 674.179C184.585 673.734 184.368 673.169 184.368 672.482C184.368 671.806 184.585 671.255 185.02 670.829C185.455 670.404 185.987 670.191 186.615 670.191C187.224 670.191 187.746 670.404 188.181 670.829C188.626 671.255 188.848 671.806 188.848 672.482C188.848 673.169 188.626 673.734 188.181 674.179C187.746 674.614 187.224 674.831 186.615 674.831ZM198.857 699.467C197.571 699.467 196.411 699.254 195.377 698.829C194.352 698.413 193.56 697.775 192.999 696.915C192.438 696.055 192.221 694.977 192.347 693.682H195.653C195.643 694.233 195.711 694.726 195.856 695.161C196.001 695.605 196.305 695.958 196.769 696.219C197.233 696.48 197.939 696.611 198.886 696.611C199.708 696.611 200.336 696.495 200.771 696.263C201.216 696.031 201.515 695.678 201.67 695.204C201.825 694.73 201.902 694.117 201.902 693.363V689.07C201.815 689.525 201.627 690.003 201.337 690.506C201.047 691.009 200.597 691.434 199.988 691.782C199.379 692.12 198.557 692.289 197.523 692.289C196.585 692.289 195.749 692.082 195.015 691.666C194.28 691.25 193.656 690.69 193.144 689.984C192.632 689.278 192.24 688.486 191.97 687.606C191.709 686.717 191.578 685.798 191.578 684.851C191.578 683.092 191.868 681.622 192.448 680.443C193.038 679.264 193.797 678.374 194.725 677.775C195.653 677.176 196.634 676.876 197.668 676.876C198.586 676.876 199.326 677.002 199.887 677.253C200.457 677.504 200.902 677.809 201.221 678.166C201.54 678.524 201.772 678.877 201.917 679.225L201.931 677.18H205.281V693.334C205.281 694.764 205 695.929 204.44 696.828C203.889 697.727 203.13 698.384 202.163 698.8C201.196 699.225 200.094 699.448 198.857 699.467ZM198.698 689.549C199.423 689.549 200.007 689.452 200.452 689.259C200.897 689.056 201.235 688.819 201.467 688.548C201.699 688.268 201.844 688.026 201.902 687.823V681.197C201.805 680.965 201.627 680.738 201.366 680.515C201.105 680.293 200.761 680.109 200.336 679.964C199.911 679.819 199.389 679.747 198.77 679.747C197.697 679.747 196.817 680.143 196.131 680.936C195.445 681.729 195.102 682.971 195.102 684.662C195.102 686.199 195.44 687.398 196.117 688.258C196.803 689.119 197.663 689.549 198.698 689.549ZM215.849 699.467C214.564 699.467 213.404 699.254 212.369 698.829C211.345 698.413 210.552 697.775 209.991 696.915C209.431 696.055 209.213 694.977 209.339 693.682H212.645C212.635 694.233 212.703 694.726 212.848 695.161C212.993 695.605 213.297 695.958 213.761 696.219C214.225 696.48 214.931 696.611 215.878 696.611C216.7 696.611 217.328 696.495 217.763 696.263C218.208 696.031 218.508 695.678 218.662 695.204C218.817 694.73 218.894 694.117 218.894 693.363V689.07C218.807 689.525 218.619 690.003 218.329 690.506C218.039 691.009 217.589 691.434 216.98 691.782C216.371 692.12 215.55 692.289 214.515 692.289C213.578 692.289 212.741 692.082 212.007 691.666C211.272 691.25 210.649 690.69 210.136 689.984C209.624 689.278 209.232 688.486 208.962 687.606C208.701 686.717 208.57 685.798 208.57 684.851C208.57 683.092 208.86 681.622 209.44 680.443C210.03 679.264 210.789 678.374 211.717 677.775C212.645 677.176 213.626 676.876 214.66 676.876C215.579 676.876 216.318 677.002 216.879 677.253C217.449 677.504 217.894 677.809 218.213 678.166C218.532 678.524 218.764 678.877 218.909 679.225L218.923 677.18H222.273V693.334C222.273 694.764 221.992 695.929 221.432 696.828C220.881 697.727 220.122 698.384 219.155 698.8C218.189 699.225 217.087 699.448 215.849 699.467ZM215.69 689.549C216.415 689.549 217 689.452 217.444 689.259C217.889 689.056 218.227 688.819 218.459 688.548C218.691 688.268 218.836 688.026 218.894 687.823V681.197C218.798 680.965 218.619 680.738 218.358 680.515C218.097 680.293 217.754 680.109 217.328 679.964C216.903 679.819 216.381 679.747 215.762 679.747C214.689 679.747 213.81 680.143 213.123 680.936C212.437 681.729 212.094 682.971 212.094 684.662C212.094 686.199 212.432 687.398 213.109 688.258C213.795 689.119 214.655 689.549 215.69 689.549ZM232.897 693.218C231.369 693.218 230.045 692.908 228.924 692.289C227.812 691.661 226.957 690.738 226.357 689.52C225.758 688.302 225.458 686.808 225.458 685.039C225.458 683.319 225.772 681.849 226.401 680.631C227.039 679.404 227.914 678.471 229.025 677.833C230.137 677.185 231.413 676.861 232.853 676.861C234.274 676.861 235.487 677.142 236.493 677.702C237.508 678.263 238.281 679.094 238.813 680.196C239.344 681.289 239.61 682.632 239.61 684.227C239.61 684.537 239.601 684.793 239.581 684.996C239.572 685.199 239.557 685.441 239.538 685.721H228.866C228.953 687.335 229.349 688.524 230.055 689.288C230.76 690.042 231.626 690.419 232.65 690.419C233.607 690.419 234.337 690.216 234.84 689.81C235.352 689.394 235.681 688.93 235.826 688.418H239.132C239.045 689.433 238.726 690.303 238.175 691.028C237.624 691.743 236.894 692.289 235.985 692.666C235.086 693.034 234.057 693.218 232.897 693.218ZM230.432 683.386H236.203C236.174 682.226 235.893 681.332 235.362 680.704C234.83 680.066 233.955 679.747 232.737 679.747C231.471 679.747 230.528 680.172 229.91 681.023C229.291 681.864 228.943 683.029 228.866 684.517C228.943 684.082 229.107 683.788 229.359 683.633C229.61 683.469 229.968 683.386 230.432 683.386ZM242.69 693V677.166H245.619L245.996 683.27L245.692 682.429C245.759 681.791 245.885 681.144 246.069 680.486C246.262 679.829 246.533 679.225 246.881 678.674C247.238 678.123 247.693 677.683 248.244 677.355C248.804 677.016 249.486 676.847 250.288 676.847C250.482 676.847 250.675 676.857 250.868 676.876C251.062 676.895 251.24 676.929 251.405 676.977V680.631C251.076 680.525 250.723 680.457 250.346 680.428C249.979 680.39 249.641 680.37 249.331 680.37C248.954 680.37 248.548 680.448 248.113 680.602C247.678 680.747 247.277 680.97 246.91 681.269C246.542 681.569 246.277 681.941 246.112 682.386V693H242.69ZM259.287 693V677.166H262.752L262.709 693H259.287ZM261.041 674.831C260.413 674.831 259.881 674.614 259.446 674.179C259.011 673.734 258.794 673.169 258.794 672.482C258.794 671.806 259.011 671.255 259.446 670.829C259.881 670.404 260.413 670.191 261.041 670.191C261.65 670.191 262.172 670.404 262.607 670.829C263.052 671.255 263.274 671.806 263.274 672.482C263.274 673.169 263.052 673.734 262.607 674.179C262.172 674.614 261.65 674.831 261.041 674.831ZM271.577 693.232C270.32 693.232 269.339 692.913 268.633 692.275C267.937 691.627 267.589 690.704 267.589 689.505V681.501C267.589 681.182 267.657 680.897 267.792 680.646C267.927 680.385 268.126 680.221 268.387 680.153L267.589 677.804V677.383L268.358 672.642H270.968V688.65C270.968 689.211 271.088 689.602 271.33 689.824C271.581 690.047 272.045 690.158 272.722 690.158C273.157 690.158 273.558 690.158 273.926 690.158C274.293 690.148 274.626 690.139 274.926 690.129V693.044C274.423 693.131 273.872 693.184 273.273 693.203C272.674 693.222 272.108 693.232 271.577 693.232ZM265.516 680.153V677.166H274.955V680.153H265.516ZM284.213 693.218C282.686 693.218 281.361 692.908 280.24 692.289C279.128 691.661 278.273 690.738 277.674 689.52C277.074 688.302 276.775 686.808 276.775 685.039C276.775 683.319 277.089 681.849 277.717 680.631C278.355 679.404 279.23 678.471 280.342 677.833C281.453 677.185 282.729 676.861 284.17 676.861C285.591 676.861 286.804 677.142 287.809 677.702C288.824 678.263 289.597 679.094 290.129 680.196C290.661 681.289 290.927 682.632 290.927 684.227C290.927 684.537 290.917 684.793 290.898 684.996C290.888 685.199 290.873 685.441 290.854 685.721H280.182C280.269 687.335 280.665 688.524 281.371 689.288C282.077 690.042 282.942 690.419 283.967 690.419C284.924 690.419 285.653 690.216 286.156 689.81C286.668 689.394 286.997 688.93 287.142 688.418H290.448C290.361 689.433 290.042 690.303 289.491 691.028C288.94 691.743 288.21 692.289 287.302 692.666C286.403 693.034 285.373 693.218 284.213 693.218ZM281.748 683.386H287.519C287.49 682.226 287.21 681.332 286.678 680.704C286.146 680.066 285.272 679.747 284.054 679.747C282.787 679.747 281.845 680.172 281.226 681.023C280.607 681.864 280.259 683.029 280.182 684.517C280.259 684.082 280.424 683.788 280.675 683.633C280.926 683.469 281.284 683.386 281.748 683.386ZM294.007 693V677.166H296.95L297.327 683.14L297.081 681.936C297.197 681.066 297.424 680.245 297.762 679.471C298.101 678.688 298.613 678.055 299.299 677.572C299.986 677.089 300.899 676.847 302.04 676.847C303.306 676.847 304.326 677.209 305.099 677.934C305.882 678.65 306.366 679.752 306.549 681.24L306.622 681.472V693H303.185V683.705C303.185 682.797 303.098 682.067 302.924 681.516C302.75 680.965 302.475 680.569 302.098 680.327C301.73 680.076 301.242 679.95 300.633 679.95C299.918 679.95 299.27 680.163 298.69 680.588C298.11 681.004 297.695 681.477 297.443 682.009V693H294.007ZM312.364 693V683.705C312.364 682.797 312.277 682.067 312.103 681.516C311.929 680.965 311.653 680.569 311.276 680.327C310.909 680.076 310.421 679.95 309.812 679.95C309.096 679.95 308.449 680.163 307.869 680.588C307.289 681.004 306.873 681.477 306.622 682.009L306.593 683.14L306.361 682.197C306.457 681.337 306.665 680.501 306.984 679.689C307.313 678.867 307.816 678.191 308.492 677.659C309.169 677.118 310.078 676.847 311.218 676.847C312.649 676.847 313.77 677.316 314.582 678.253C315.394 679.181 315.8 680.602 315.8 682.516V693H312.364Z" fill={palette[0]} /> + + + - - - - - + + ) }) diff --git a/packages/anatomy-icons/src/components/number-input.tsx b/packages/anatomy-icons/src/components/number-input.tsx index a74e903851..8454db4f88 100644 --- a/packages/anatomy-icons/src/components/number-input.tsx +++ b/packages/anatomy-icons/src/components/number-input.tsx @@ -2,24 +2,23 @@ import { createComponent } from "../create-component" export const NumberInputAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - + + + @@ -51,54 +50,36 @@ export const NumberInputAnatomy = createComponent((props) => { d="M213.628 680.276C212.062 680.276 210.718 679.932 209.597 679.246C208.475 678.55 207.615 677.583 207.016 676.346C206.426 675.109 206.131 673.673 206.131 672.039C206.131 670.319 206.436 668.849 207.045 667.631C207.654 666.413 208.499 665.485 209.582 664.847C210.665 664.2 211.912 663.876 213.323 663.876C214.725 663.876 215.899 664.137 216.847 664.659C217.804 665.171 218.519 665.862 218.993 666.732C219.466 667.593 219.684 668.555 219.645 669.618H216.354C216.344 669.193 216.276 668.806 216.151 668.458C216.025 668.1 215.836 667.801 215.585 667.559C215.343 667.308 215.034 667.114 214.657 666.979C214.28 666.844 213.84 666.776 213.338 666.776C211.984 666.766 211.022 667.23 210.452 668.168C209.891 669.106 209.611 670.372 209.611 671.967C209.611 673.784 209.949 675.142 210.626 676.041C211.312 676.931 212.381 677.38 213.831 677.39C214.169 677.39 214.536 677.293 214.933 677.1C215.339 676.897 215.682 676.612 215.962 676.244C216.252 675.867 216.392 675.418 216.383 674.896H219.645C219.684 676.008 219.418 676.965 218.848 677.767C218.287 678.569 217.543 679.188 216.615 679.623C215.687 680.058 214.691 680.276 213.628 680.276ZM228.943 680.218C227.483 680.218 226.212 679.903 225.129 679.275C224.047 678.647 223.206 677.723 222.606 676.505C222.007 675.278 221.707 673.775 221.707 671.996C221.707 670.314 222.021 668.864 222.65 667.646C223.288 666.428 224.158 665.495 225.26 664.847C226.362 664.19 227.609 663.861 229.001 663.861C230.509 663.861 231.799 664.19 232.872 664.847C233.955 665.495 234.786 666.428 235.366 667.646C235.946 668.864 236.236 670.314 236.236 671.996C236.236 673.775 235.912 675.278 235.265 676.505C234.627 677.723 233.757 678.647 232.655 679.275C231.553 679.903 230.315 680.218 228.943 680.218ZM229.001 677.303C230.112 677.303 231.021 676.887 231.727 676.056C232.432 675.225 232.785 673.871 232.785 671.996C232.785 670.256 232.442 668.951 231.756 668.081C231.069 667.211 230.132 666.776 228.943 666.776C227.831 666.776 226.922 667.206 226.217 668.066C225.521 668.927 225.173 670.237 225.173 671.996C225.173 673.784 225.526 675.118 226.231 675.998C226.947 676.868 227.87 677.303 229.001 677.303ZM239.574 680V664.166H242.503L242.88 670.14L242.634 668.936C242.75 668.066 242.977 667.245 243.315 666.471C243.663 665.688 244.18 665.055 244.867 664.572C245.553 664.089 246.471 663.847 247.622 663.847C249.12 663.847 250.28 664.316 251.102 665.253C251.923 666.181 252.334 667.602 252.334 669.516V680H248.912V670.705C248.912 669.797 248.82 669.067 248.637 668.516C248.463 667.965 248.177 667.569 247.781 667.327C247.385 667.076 246.858 666.95 246.201 666.95C245.485 666.95 244.833 667.163 244.243 667.588C243.663 668.004 243.247 668.477 242.996 669.009V680H239.574ZM260.757 680.232C259.501 680.232 258.519 679.913 257.814 679.275C257.118 678.627 256.77 677.704 256.77 676.505V668.501C256.77 668.182 256.837 667.897 256.973 667.646C257.108 667.385 257.306 667.221 257.567 667.153L256.77 664.804V664.383L257.538 659.642H260.148V675.65C260.148 676.211 260.269 676.602 260.511 676.824C260.762 677.047 261.226 677.158 261.903 677.158C262.338 677.158 262.739 677.158 263.106 677.158C263.474 677.148 263.807 677.139 264.107 677.129V680.044C263.604 680.131 263.053 680.184 262.454 680.203C261.854 680.222 261.289 680.232 260.757 680.232ZM254.696 667.153V664.166H264.136V667.153H254.696ZM267.328 680V664.166H270.257L270.634 670.27L270.33 669.429C270.397 668.791 270.523 668.144 270.707 667.486C270.9 666.829 271.171 666.225 271.519 665.674C271.876 665.123 272.331 664.683 272.882 664.355C273.442 664.016 274.124 663.847 274.926 663.847C275.119 663.847 275.313 663.857 275.506 663.876C275.699 663.895 275.878 663.929 276.043 663.977V667.631C275.714 667.525 275.361 667.457 274.984 667.428C274.617 667.39 274.278 667.37 273.969 667.37C273.592 667.37 273.186 667.448 272.751 667.602C272.316 667.747 271.915 667.97 271.548 668.269C271.18 668.569 270.914 668.941 270.75 669.386V680H267.328ZM284.564 680.218C283.104 680.218 281.833 679.903 280.75 679.275C279.668 678.647 278.827 677.723 278.227 676.505C277.628 675.278 277.328 673.775 277.328 671.996C277.328 670.314 277.642 668.864 278.271 667.646C278.909 666.428 279.779 665.495 280.881 664.847C281.983 664.19 283.23 663.861 284.622 663.861C286.13 663.861 287.42 664.19 288.493 664.847C289.576 665.495 290.407 666.428 290.987 667.646C291.567 668.864 291.857 670.314 291.857 671.996C291.857 673.775 291.533 675.278 290.886 676.505C290.248 677.723 289.378 678.647 288.276 679.275C287.174 679.903 285.936 680.218 284.564 680.218ZM284.622 677.303C285.733 677.303 286.642 676.887 287.348 676.056C288.053 675.225 288.406 673.871 288.406 671.996C288.406 670.256 288.063 668.951 287.377 668.081C286.69 667.211 285.753 666.776 284.564 666.776C283.452 666.776 282.543 667.206 281.838 668.066C281.142 668.927 280.794 670.237 280.794 671.996C280.794 673.784 281.147 675.118 281.852 675.998C282.568 676.868 283.491 677.303 284.622 677.303ZM295.111 680V657.438H298.533V680H295.111Z" fill={palette[0]} /> - - - + + + - - - + + + ) }) diff --git a/packages/anatomy-icons/src/components/pagination.tsx b/packages/anatomy-icons/src/components/pagination.tsx index a2108fa437..de12bfa647 100644 --- a/packages/anatomy-icons/src/components/pagination.tsx +++ b/packages/anatomy-icons/src/components/pagination.tsx @@ -2,28 +2,24 @@ import { createComponent } from "../create-component" export const PaginationAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - + - - - + + + { fill={palette[0]} /> - + - + - + - + - + - - + + + - - + - + - + diff --git a/packages/anatomy-icons/src/components/pin-input.tsx b/packages/anatomy-icons/src/components/pin-input.tsx index 1de5b619cc..e2a5d56ee8 100644 --- a/packages/anatomy-icons/src/components/pin-input.tsx +++ b/packages/anatomy-icons/src/components/pin-input.tsx @@ -2,29 +2,25 @@ import { createComponent } from "../create-component" export const PinInputAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - - - + + + + + - - - + + + - + { d="M658.204 95V79.166H661.133L661.51 85.2705L661.206 84.4295C661.273 83.7915 661.399 83.1438 661.583 82.4865C661.776 81.8292 662.047 81.225 662.395 80.674C662.752 80.123 663.207 79.6832 663.758 79.3545C664.318 79.0162 665 78.847 665.802 78.847C665.995 78.847 666.189 78.8567 666.382 78.876C666.575 78.8953 666.754 78.9292 666.919 78.9775V82.6315C666.59 82.5252 666.237 82.4575 665.86 82.4285C665.493 82.3898 665.154 82.3705 664.845 82.3705C664.468 82.3705 664.062 82.4478 663.627 82.6025C663.192 82.7475 662.791 82.9698 662.424 83.2695C662.056 83.5692 661.79 83.9413 661.626 84.386V95H658.204ZM675.44 95.2175C673.98 95.2175 672.709 94.9033 671.626 94.275C670.544 93.6467 669.703 92.7235 669.103 91.5055C668.504 90.2778 668.204 88.7747 668.204 86.996C668.204 85.314 668.518 83.864 669.147 82.646C669.785 81.428 670.655 80.4952 671.757 79.8475C672.859 79.1902 674.106 78.8615 675.498 78.8615C677.006 78.8615 678.296 79.1902 679.369 79.8475C680.452 80.4952 681.283 81.428 681.863 82.646C682.443 83.864 682.733 85.314 682.733 86.996C682.733 88.7747 682.409 90.2778 681.762 91.5055C681.124 92.7235 680.254 93.6467 679.152 94.275C678.05 94.9033 676.812 95.2175 675.44 95.2175ZM675.498 92.303C676.609 92.303 677.518 91.8873 678.224 91.056C678.929 90.2247 679.282 88.8713 679.282 86.996C679.282 85.256 678.939 83.951 678.253 83.081C677.566 82.211 676.629 81.776 675.44 81.776C674.328 81.776 673.419 82.2062 672.714 83.0665C672.018 83.9268 671.67 85.2367 671.67 86.996C671.67 88.7843 672.023 90.1183 672.728 90.998C673.444 91.868 674.367 92.303 675.498 92.303ZM692.234 95.2175C690.774 95.2175 689.503 94.9033 688.42 94.275C687.338 93.6467 686.497 92.7235 685.897 91.5055C685.298 90.2778 684.998 88.7747 684.998 86.996C684.998 85.314 685.312 83.864 685.941 82.646C686.579 81.428 687.449 80.4952 688.551 79.8475C689.653 79.1902 690.9 78.8615 692.292 78.8615C693.8 78.8615 695.09 79.1902 696.163 79.8475C697.246 80.4952 698.077 81.428 698.657 82.646C699.237 83.864 699.527 85.314 699.527 86.996C699.527 88.7747 699.203 90.2778 698.556 91.5055C697.918 92.7235 697.048 93.6467 695.946 94.275C694.844 94.9033 693.606 95.2175 692.234 95.2175ZM692.292 92.303C693.403 92.303 694.312 91.8873 695.018 91.056C695.723 90.2247 696.076 88.8713 696.076 86.996C696.076 85.256 695.733 83.951 695.047 83.081C694.36 82.211 693.423 81.776 692.234 81.776C691.122 81.776 690.213 82.2062 689.508 83.0665C688.812 83.9268 688.464 85.2367 688.464 86.996C688.464 88.7843 688.817 90.1183 689.522 90.998C690.238 91.868 691.161 92.303 692.292 92.303ZM707.453 95.232C706.196 95.232 705.215 94.913 704.509 94.275C703.813 93.6273 703.465 92.7042 703.465 91.5055V83.5015C703.465 83.1825 703.533 82.8973 703.668 82.646C703.803 82.385 704.002 82.2207 704.263 82.153L703.465 79.804V79.3835L704.234 74.642H706.844V90.65C706.844 91.2107 706.964 91.6022 707.206 91.8245C707.457 92.0468 707.921 92.158 708.598 92.158C709.033 92.158 709.434 92.158 709.802 92.158C710.169 92.1483 710.502 92.1387 710.802 92.129V95.0435C710.299 95.1305 709.748 95.1837 709.149 95.203C708.55 95.2223 707.984 95.232 707.453 95.232ZM701.392 82.153V79.166H710.831V82.153H701.392Z" fill={palette[0]} /> - + - + ) }) diff --git a/packages/anatomy-icons/src/components/popover.tsx b/packages/anatomy-icons/src/components/popover.tsx index e2674a67cd..10a0c0ad49 100644 --- a/packages/anatomy-icons/src/components/popover.tsx +++ b/packages/anatomy-icons/src/components/popover.tsx @@ -2,10 +2,9 @@ import { createComponent } from "../create-component" export const PopoverAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + { d="M243.439 691.174C242.076 691.174 240.935 690.821 240.017 690.115C239.098 689.41 238.407 688.443 237.943 687.215C237.479 685.978 237.247 684.572 237.247 682.996C237.247 681.208 237.547 679.714 238.146 678.515C238.755 677.307 239.538 676.398 240.495 675.789C241.452 675.18 242.472 674.876 243.555 674.876C244.608 674.876 245.435 675.05 246.034 675.398C246.633 675.746 247.073 676.152 247.354 676.616C247.634 677.08 247.813 677.496 247.89 677.863L248.891 677.993L247.702 679.226C247.624 678.984 247.47 678.752 247.238 678.53C247.015 678.298 246.691 678.109 246.266 677.964C245.85 677.819 245.309 677.747 244.642 677.747C243.511 677.747 242.578 678.163 241.844 678.994C241.109 679.825 240.742 681.183 240.742 683.068C240.742 684.76 241.075 686.07 241.742 686.998C242.419 687.926 243.298 688.39 244.381 688.39C245.116 688.39 245.71 688.269 246.165 688.027C246.629 687.786 246.986 687.51 247.238 687.201C247.489 686.882 247.644 686.621 247.702 686.418L247.847 686.911L247.702 687.433C247.653 687.742 247.557 688.11 247.412 688.535C247.267 688.951 247.035 689.361 246.716 689.767C246.406 690.173 245.986 690.512 245.454 690.782C244.922 691.043 244.251 691.174 243.439 691.174ZM247.716 691L247.702 668.438H251.109V691H247.716ZM261.772 691.218C260.244 691.218 258.92 690.908 257.799 690.289C256.687 689.661 255.832 688.738 255.232 687.52C254.633 686.302 254.333 684.808 254.333 683.039C254.333 681.319 254.647 679.849 255.276 678.631C255.914 677.404 256.789 676.471 257.9 675.833C259.012 675.185 260.288 674.861 261.728 674.861C263.149 674.861 264.362 675.142 265.368 675.702C266.383 676.263 267.156 677.094 267.688 678.196C268.219 679.289 268.485 680.632 268.485 682.227C268.485 682.537 268.476 682.793 268.456 682.996C268.447 683.199 268.432 683.441 268.413 683.721H257.741C257.828 685.335 258.224 686.524 258.93 687.288C259.635 688.042 260.501 688.419 261.525 688.419C262.482 688.419 263.212 688.216 263.715 687.81C264.227 687.394 264.556 686.93 264.701 686.418H268.007C267.92 687.433 267.601 688.303 267.05 689.028C266.499 689.743 265.769 690.289 264.86 690.666C263.961 691.034 262.932 691.218 261.772 691.218ZM259.307 681.386H265.078C265.049 680.226 264.768 679.332 264.237 678.704C263.705 678.066 262.83 677.747 261.612 677.747C260.346 677.747 259.403 678.172 258.785 679.023C258.166 679.864 257.818 681.029 257.741 682.517C257.818 682.082 257.982 681.788 258.234 681.633C258.485 681.469 258.843 681.386 259.307 681.386ZM277.283 691.247C276.094 691.247 275.031 691.073 274.093 690.724C273.165 690.376 272.426 689.84 271.875 689.115C271.333 688.38 271.034 687.443 270.976 686.302H274.282C274.407 687.114 274.731 687.689 275.253 688.027C275.785 688.366 276.437 688.535 277.211 688.535C277.771 688.535 278.269 688.482 278.704 688.375C279.149 688.259 279.497 688.071 279.748 687.81C280.009 687.539 280.14 687.177 280.14 686.722C280.14 686.403 280.067 686.142 279.922 685.939C279.787 685.727 279.574 685.543 279.284 685.388C279.004 685.234 278.646 685.089 278.211 684.953C277.786 684.818 277.293 684.668 276.732 684.504C275.727 684.214 274.813 683.871 273.992 683.474C273.17 683.078 272.518 682.561 272.034 681.923C271.551 681.275 271.309 680.434 271.309 679.4C271.309 677.989 271.831 676.887 272.875 676.094C273.919 675.292 275.263 674.89 276.906 674.89C277.97 674.89 278.927 675.045 279.777 675.355C280.638 675.654 281.343 676.157 281.894 676.862C282.445 677.558 282.803 678.506 282.967 679.704L279.661 679.69C279.516 679.129 279.304 678.699 279.023 678.399C278.743 678.09 278.419 677.877 278.052 677.761C277.694 677.636 277.303 677.573 276.877 677.573C276.413 677.573 276.012 677.645 275.674 677.79C275.335 677.935 275.074 678.138 274.891 678.399C274.707 678.66 274.615 678.975 274.615 679.342C274.615 679.767 274.736 680.125 274.978 680.415C275.229 680.695 275.601 680.942 276.094 681.154C276.597 681.357 277.22 681.57 277.965 681.792C278.564 681.966 279.183 682.16 279.821 682.372C280.459 682.575 281.053 682.836 281.604 683.155C282.155 683.474 282.6 683.9 282.938 684.431C283.277 684.953 283.446 685.635 283.446 686.476C283.446 687.974 282.88 689.144 281.749 689.985C280.628 690.826 279.139 691.247 277.283 691.247ZM293.282 691.276C291.716 691.276 290.372 690.932 289.251 690.246C288.129 689.55 287.269 688.583 286.67 687.346C286.08 686.109 285.785 684.673 285.785 683.039C285.785 681.319 286.09 679.849 286.699 678.631C287.308 677.413 288.154 676.485 289.236 675.847C290.319 675.2 291.566 674.876 292.977 674.876C294.379 674.876 295.553 675.137 296.501 675.659C297.458 676.171 298.173 676.862 298.647 677.732C299.12 678.593 299.338 679.555 299.299 680.618H296.008C295.998 680.193 295.93 679.806 295.805 679.458C295.679 679.1 295.491 678.801 295.239 678.559C294.998 678.308 294.688 678.114 294.311 677.979C293.934 677.844 293.494 677.776 292.992 677.776C291.638 677.766 290.677 678.23 290.106 679.168C289.546 680.106 289.265 681.372 289.265 682.967C289.265 684.784 289.604 686.142 290.28 687.041C290.967 687.931 292.035 688.38 293.485 688.39C293.823 688.39 294.19 688.293 294.587 688.1C294.993 687.897 295.336 687.612 295.616 687.244C295.906 686.867 296.046 686.418 296.037 685.896H299.299C299.338 687.008 299.072 687.965 298.502 688.767C297.941 689.569 297.197 690.188 296.269 690.623C295.341 691.058 294.345 691.276 293.282 691.276ZM302.378 691V675.166H305.307L305.684 681.27L305.379 680.429C305.447 679.791 305.573 679.144 305.756 678.486C305.95 677.829 306.22 677.225 306.568 676.674C306.926 676.123 307.38 675.683 307.931 675.355C308.492 675.016 309.173 674.847 309.976 674.847C310.169 674.847 310.362 674.857 310.556 674.876C310.749 674.895 310.928 674.929 311.092 674.977V678.631C310.764 678.525 310.411 678.457 310.034 678.428C309.666 678.39 309.328 678.37 309.019 678.37C308.642 678.37 308.236 678.448 307.801 678.602C307.366 678.747 306.965 678.97 306.597 679.269C306.23 679.569 305.964 679.941 305.8 680.386V691H302.378ZM313.65 691V675.166H317.115L317.072 691H313.65ZM315.404 672.831C314.776 672.831 314.244 672.614 313.809 672.179C313.374 671.734 313.157 671.169 313.157 670.482C313.157 669.806 313.374 669.255 313.809 668.829C314.244 668.404 314.776 668.191 315.404 668.191C316.013 668.191 316.535 668.404 316.97 668.829C317.415 669.255 317.637 669.806 317.637 670.482C317.637 671.169 317.415 671.734 316.97 672.179C316.535 672.614 316.013 672.831 315.404 672.831ZM329.036 691.174C327.992 691.174 327.161 691 326.542 690.652C325.923 690.304 325.469 689.898 325.179 689.434C324.889 688.96 324.705 688.545 324.628 688.187L323.468 688.245L324.817 687.099C324.884 687.341 325.034 687.578 325.266 687.81C325.498 688.032 325.836 688.216 326.281 688.361C326.726 688.496 327.272 688.564 327.92 688.564C329.002 688.564 329.892 688.143 330.588 687.302C331.293 686.461 331.646 685.055 331.646 683.083C331.646 681.382 331.317 680.077 330.66 679.168C330.003 678.25 329.162 677.79 328.137 677.79C327.412 677.79 326.813 677.892 326.339 678.095C325.875 678.298 325.522 678.535 325.281 678.805C325.039 679.076 324.884 679.318 324.817 679.53V678.443C324.836 678.124 324.918 677.766 325.063 677.37C325.218 676.964 325.464 676.572 325.803 676.195C326.151 675.809 326.605 675.495 327.166 675.253C327.736 675.002 328.442 674.876 329.283 674.876C330.559 674.876 331.632 675.219 332.502 675.905C333.372 676.592 334.029 677.534 334.474 678.733C334.928 679.922 335.155 681.275 335.155 682.793C335.155 684.195 334.981 685.422 334.633 686.476C334.295 687.52 333.831 688.39 333.241 689.086C332.661 689.782 332.009 690.304 331.284 690.652C330.559 691 329.809 691.174 329.036 691.174ZM321.409 696.844V675.166H324.773L324.817 677.355V687.23L324.628 688.187L324.817 691.015V696.844H321.409ZM343.159 691.232C341.902 691.232 340.921 690.913 340.215 690.275C339.519 689.627 339.171 688.704 339.171 687.505V679.501C339.171 679.182 339.239 678.897 339.374 678.646C339.509 678.385 339.708 678.221 339.969 678.153L339.171 675.804V675.383L339.94 670.642H342.55V686.65C342.55 687.211 342.67 687.602 342.912 687.824C343.163 688.047 343.627 688.158 344.304 688.158C344.739 688.158 345.14 688.158 345.508 688.158C345.875 688.148 346.208 688.139 346.508 688.129V691.044C346.005 691.131 345.454 691.184 344.855 691.203C344.256 691.222 343.69 691.232 343.159 691.232ZM337.098 678.153V675.166H346.537V678.153H337.098ZM349.758 691V675.166H353.224L353.18 691H349.758ZM351.513 672.831C350.885 672.831 350.353 672.614 349.918 672.179C349.483 671.734 349.265 671.169 349.265 670.482C349.265 669.806 349.483 669.255 349.918 668.829C350.353 668.404 350.885 668.191 351.513 668.191C352.122 668.191 352.644 668.404 353.079 668.829C353.524 669.255 353.746 669.806 353.746 670.482C353.746 671.169 353.524 671.734 353.079 672.179C352.644 672.614 352.122 672.831 351.513 672.831ZM363.708 691.218C362.249 691.218 360.977 690.903 359.895 690.275C358.812 689.647 357.971 688.723 357.372 687.505C356.772 686.278 356.473 684.775 356.473 682.996C356.473 681.314 356.787 679.864 357.415 678.646C358.053 677.428 358.923 676.495 360.025 675.847C361.127 675.19 362.374 674.861 363.766 674.861C365.274 674.861 366.565 675.19 367.638 675.847C368.72 676.495 369.552 677.428 370.132 678.646C370.712 679.864 371.002 681.314 371.002 682.996C371.002 684.775 370.678 686.278 370.03 687.505C369.392 688.723 368.522 689.647 367.42 690.275C366.318 690.903 365.081 691.218 363.708 691.218ZM363.766 688.303C364.878 688.303 365.787 687.887 366.492 687.056C367.198 686.225 367.551 684.871 367.551 682.996C367.551 681.256 367.208 679.951 366.521 679.081C365.835 678.211 364.897 677.776 363.708 677.776C362.597 677.776 361.688 678.206 360.982 679.066C360.286 679.927 359.938 681.237 359.938 682.996C359.938 684.784 360.291 686.118 360.997 686.998C361.712 687.868 362.635 688.303 363.766 688.303ZM374.311 691V675.166H377.24L377.617 681.14L377.371 679.936C377.487 679.066 377.714 678.245 378.052 677.471C378.4 676.688 378.918 676.055 379.604 675.572C380.29 675.089 381.209 674.847 382.359 674.847C383.857 674.847 385.017 675.316 385.839 676.253C386.661 677.181 387.071 678.602 387.071 680.516V691H383.649V681.705C383.649 680.797 383.558 680.067 383.374 679.516C383.2 678.965 382.915 678.569 382.518 678.327C382.122 678.076 381.595 677.95 380.938 677.95C380.223 677.95 379.57 678.163 378.98 678.588C378.4 679.004 377.985 679.477 377.733 680.009V691H374.311Z" fill={palette[0]} /> - - - + + + - + - - - + + + ) }) diff --git a/packages/anatomy-icons/src/components/radio-group.tsx b/packages/anatomy-icons/src/components/radio-group.tsx index a868dd595d..29e4d12087 100644 --- a/packages/anatomy-icons/src/components/radio-group.tsx +++ b/packages/anatomy-icons/src/components/radio-group.tsx @@ -24,52 +24,36 @@ export const RadioGroupAnatomy = createComponent((props) => { strokeWidth={2.71984} strokeDasharray="10.88 10.88" /> - - - + + + + - + + ) }) diff --git a/packages/anatomy-icons/src/components/rating-group.tsx b/packages/anatomy-icons/src/components/rating-group.tsx index f0f8643155..5f019d1fce 100644 --- a/packages/anatomy-icons/src/components/rating-group.tsx +++ b/packages/anatomy-icons/src/components/rating-group.tsx @@ -2,9 +2,8 @@ import { createComponent } from "../create-component" export const RatingGroupAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - + { fill={palette[0]} /> - + - + - + - + - - + + diff --git a/packages/anatomy-icons/src/components/segmented-control.tsx b/packages/anatomy-icons/src/components/segmented-control.tsx index ba42f0a030..f270e1ec5f 100644 --- a/packages/anatomy-icons/src/components/segmented-control.tsx +++ b/packages/anatomy-icons/src/components/segmented-control.tsx @@ -2,11 +2,10 @@ import { createComponent } from "../create-component" export const SegmentedControlAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - + + + { d="M447.233 611V595.166H450.699L450.655 611H447.233ZM448.988 592.831C448.359 592.831 447.828 592.614 447.393 592.179C446.958 591.734 446.74 591.169 446.74 590.482C446.74 589.806 446.958 589.255 447.393 588.829C447.828 588.404 448.359 588.191 448.988 588.191C449.597 588.191 450.119 588.404 450.554 588.829C450.998 589.255 451.221 589.806 451.221 590.482C451.221 591.169 450.998 591.734 450.554 592.179C450.119 592.614 449.597 592.831 448.988 592.831ZM454.992 611V595.166H457.921L458.298 601.14L458.052 599.936C458.168 599.066 458.395 598.245 458.733 597.471C459.081 596.688 459.598 596.055 460.285 595.572C460.971 595.089 461.889 594.847 463.04 594.847C464.538 594.847 465.698 595.316 466.52 596.253C467.341 597.181 467.752 598.602 467.752 600.516V611H464.33V601.705C464.33 600.797 464.238 600.067 464.055 599.516C463.881 598.965 463.595 598.569 463.199 598.327C462.803 598.076 462.276 597.95 461.619 597.95C460.903 597.95 460.251 598.163 459.661 598.588C459.081 599.004 458.665 599.477 458.414 600.009V611H454.992ZM477.219 611.174C475.856 611.174 474.715 610.821 473.797 610.115C472.878 609.41 472.187 608.443 471.723 607.215C471.259 605.978 471.027 604.572 471.027 602.996C471.027 601.208 471.327 599.714 471.926 598.515C472.535 597.307 473.318 596.398 474.275 595.789C475.232 595.18 476.252 594.876 477.335 594.876C478.388 594.876 479.215 595.05 479.814 595.398C480.414 595.746 480.853 596.152 481.134 596.616C481.414 597.08 481.593 597.496 481.67 597.863L482.671 597.993L481.482 599.226C481.404 598.984 481.25 598.752 481.018 598.53C480.795 598.298 480.472 598.109 480.046 597.964C479.631 597.819 479.089 597.747 478.422 597.747C477.291 597.747 476.358 598.163 475.624 598.994C474.889 599.825 474.522 601.183 474.522 603.068C474.522 604.76 474.855 606.07 475.522 606.998C476.199 607.926 477.079 608.39 478.161 608.39C478.896 608.39 479.49 608.269 479.945 608.027C480.409 607.786 480.766 607.51 481.018 607.201C481.269 606.882 481.424 606.621 481.482 606.418L481.627 606.911L481.482 607.433C481.433 607.742 481.337 608.11 481.192 608.535C481.047 608.951 480.815 609.361 480.496 609.767C480.186 610.173 479.766 610.512 479.234 610.782C478.703 611.043 478.031 611.174 477.219 611.174ZM481.496 611L481.482 588.438H484.889V611H481.496ZM489.204 611V595.166H492.669L492.626 611H489.204ZM490.958 592.831C490.33 592.831 489.798 592.614 489.363 592.179C488.928 591.734 488.711 591.169 488.711 590.482C488.711 589.806 488.928 589.255 489.363 588.829C489.798 588.404 490.33 588.191 490.958 588.191C491.567 588.191 492.089 588.404 492.524 588.829C492.969 589.255 493.191 589.806 493.191 590.482C493.191 591.169 492.969 591.734 492.524 592.179C492.089 592.614 491.567 592.831 490.958 592.831ZM503.415 611.276C501.849 611.276 500.505 610.932 499.384 610.246C498.262 609.55 497.402 608.583 496.803 607.346C496.213 606.109 495.918 604.673 495.918 603.039C495.918 601.319 496.223 599.849 496.832 598.631C497.441 597.413 498.286 596.485 499.369 595.847C500.452 595.2 501.699 594.876 503.11 594.876C504.512 594.876 505.686 595.137 506.634 595.659C507.591 596.171 508.306 596.862 508.78 597.732C509.253 598.593 509.471 599.555 509.432 600.618H506.141C506.131 600.193 506.063 599.806 505.938 599.458C505.812 599.1 505.623 598.801 505.372 598.559C505.13 598.308 504.821 598.114 504.444 597.979C504.067 597.844 503.627 597.776 503.125 597.776C501.771 597.766 500.809 598.23 500.239 599.168C499.678 600.106 499.398 601.372 499.398 602.967C499.398 604.784 499.736 606.142 500.413 607.041C501.099 607.931 502.168 608.38 503.618 608.39C503.956 608.39 504.323 608.293 504.72 608.1C505.126 607.897 505.469 607.612 505.749 607.244C506.039 606.867 506.179 606.418 506.17 605.896H509.432C509.471 607.008 509.205 607.965 508.635 608.767C508.074 609.569 507.33 610.188 506.402 610.623C505.474 611.058 504.478 611.276 503.415 611.276ZM516.496 611.174C515.529 611.174 514.674 610.995 513.93 610.637C513.185 610.27 512.6 609.763 512.175 609.115C511.759 608.467 511.552 607.718 511.552 606.867C511.552 605.93 511.721 605.156 512.059 604.547C512.397 603.938 512.886 603.455 513.524 603.097C514.171 602.73 514.93 602.45 515.8 602.256C516.419 602.121 517.071 602.01 517.758 601.923C518.454 601.836 519.096 601.768 519.686 601.72C520.276 601.662 520.73 601.623 521.049 601.604V600.966C521.049 599.893 520.832 599.091 520.397 598.559C519.971 598.018 519.246 597.747 518.222 597.747C517.564 597.747 517.013 597.829 516.569 597.993C516.124 598.148 515.786 598.448 515.554 598.892C515.331 599.327 515.21 599.965 515.191 600.806H512.074C511.967 599.443 512.161 598.327 512.654 597.457C513.156 596.577 513.901 595.93 514.887 595.514C515.882 595.089 517.057 594.876 518.41 594.876C519.212 594.876 519.966 594.968 520.672 595.151C521.387 595.325 522.021 595.63 522.572 596.065C523.123 596.49 523.558 597.075 523.877 597.819C524.196 598.564 524.355 599.506 524.355 600.647V611H521.006L521.049 607.447C520.865 608.52 520.401 609.41 519.657 610.115C518.913 610.821 517.859 611.174 516.496 611.174ZM517.41 608.593C517.912 608.593 518.42 608.506 518.932 608.332C519.454 608.158 519.908 607.907 520.295 607.578C520.691 607.249 520.943 606.863 521.049 606.418V603.518C520.662 603.557 520.203 603.624 519.672 603.721C519.15 603.818 518.7 603.905 518.323 603.982C517.24 604.204 516.457 604.499 515.974 604.866C515.5 605.224 515.264 605.775 515.264 606.519C515.264 606.945 515.36 607.317 515.554 607.636C515.757 607.945 516.022 608.182 516.351 608.346C516.68 608.511 517.033 608.593 517.41 608.593ZM532.731 611.232C531.474 611.232 530.493 610.913 529.787 610.275C529.091 609.627 528.743 608.704 528.743 607.505V599.501C528.743 599.182 528.811 598.897 528.946 598.646C529.082 598.385 529.28 598.221 529.541 598.153L528.743 595.804V595.383L529.512 590.642H532.122V606.65C532.122 607.211 532.243 607.602 532.484 607.824C532.736 608.047 533.2 608.158 533.876 608.158C534.311 608.158 534.713 608.158 535.08 608.158C535.447 608.148 535.781 608.139 536.08 608.129V611.044C535.578 611.131 535.027 611.184 534.427 611.203C533.828 611.222 533.263 611.232 532.731 611.232ZM526.67 598.153V595.166H536.109V598.153H526.67ZM545.153 611.218C543.693 611.218 542.422 610.903 541.339 610.275C540.256 609.647 539.415 608.723 538.816 607.505C538.217 606.278 537.917 604.775 537.917 602.996C537.917 601.314 538.231 599.864 538.86 598.646C539.498 597.428 540.368 596.495 541.47 595.847C542.572 595.19 543.819 594.861 545.211 594.861C546.719 594.861 548.009 595.19 549.082 595.847C550.165 596.495 550.996 597.428 551.576 598.646C552.156 599.864 552.446 601.314 552.446 602.996C552.446 604.775 552.122 606.278 551.475 607.505C550.837 608.723 549.967 609.647 548.865 610.275C547.763 610.903 546.525 611.218 545.153 611.218ZM545.211 608.303C546.322 608.303 547.231 607.887 547.937 607.056C548.642 606.225 548.995 604.871 548.995 602.996C548.995 601.256 548.652 599.951 547.966 599.081C547.279 598.211 546.342 597.776 545.153 597.776C544.041 597.776 543.132 598.206 542.427 599.066C541.731 599.927 541.383 601.237 541.383 602.996C541.383 604.784 541.735 606.118 542.441 606.998C543.156 607.868 544.08 608.303 545.211 608.303ZM555.699 611V595.166H558.628L559.005 601.27L558.701 600.429C558.768 599.791 558.894 599.144 559.078 598.486C559.271 597.829 559.542 597.225 559.89 596.674C560.247 596.123 560.702 595.683 561.253 595.355C561.813 595.016 562.495 594.847 563.297 594.847C563.49 594.847 563.684 594.857 563.877 594.876C564.07 594.895 564.249 594.929 564.414 594.977V598.631C564.085 598.525 563.732 598.457 563.355 598.428C562.988 598.39 562.649 598.37 562.34 598.37C561.963 598.37 561.557 598.448 561.122 598.602C560.687 598.747 560.286 598.97 559.919 599.269C559.551 599.569 559.285 599.941 559.121 600.386V611H555.699Z" fill={palette[0]} /> - + - + - + ) }) diff --git a/packages/anatomy-icons/src/components/select.tsx b/packages/anatomy-icons/src/components/select.tsx index 3bf2b7f793..bc0ba9ee3a 100644 --- a/packages/anatomy-icons/src/components/select.tsx +++ b/packages/anatomy-icons/src/components/select.tsx @@ -2,29 +2,28 @@ import { createComponent } from "../create-component" export const SelectAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - + - + - - - + + + { fill={palette[0]} /> - + - - + + - + ) }) diff --git a/packages/anatomy-icons/src/components/slider.tsx b/packages/anatomy-icons/src/components/slider.tsx index bf655ba288..e0b693b431 100644 --- a/packages/anatomy-icons/src/components/slider.tsx +++ b/packages/anatomy-icons/src/components/slider.tsx @@ -2,13 +2,12 @@ import { createComponent } from "../create-component" export const SliderAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - + + + - + { d="M1128.49 307.769C1125.84 307.769 1123.49 307.345 1121.46 306.496C1119.43 305.648 1117.83 304.394 1116.67 302.733C1115.52 301.073 1114.94 299.032 1114.94 296.612C1114.94 293.556 1115.73 291.25 1117.3 289.695C1118.87 288.123 1121.13 287.204 1124.06 286.939C1122.33 286.745 1120.89 286.215 1119.74 285.349C1118.61 284.466 1117.76 283.415 1117.2 282.196C1116.65 280.977 1116.37 279.74 1116.37 278.486C1116.37 275.147 1117.36 272.515 1119.34 270.589C1121.34 268.646 1124.39 267.674 1128.49 267.674C1132.62 267.674 1135.67 268.654 1137.63 270.615C1139.61 272.559 1140.6 275.182 1140.6 278.486C1140.6 279.74 1140.31 280.986 1139.75 282.222C1139.2 283.441 1138.36 284.493 1137.23 285.376C1136.12 286.242 1134.69 286.78 1132.96 286.992C1135.86 287.222 1138.1 288.132 1139.67 289.722C1141.24 291.294 1142.03 293.591 1142.03 296.612C1142.03 299.032 1141.44 301.073 1140.28 302.733C1139.11 304.394 1137.51 305.648 1135.48 306.496C1133.45 307.345 1131.12 307.769 1128.49 307.769ZM1128.49 302.23C1130.52 302.23 1132.27 301.744 1133.73 300.772C1135.2 299.801 1135.93 298.299 1135.93 296.267C1135.93 293.935 1135.22 292.266 1133.81 291.259C1132.4 290.252 1130.62 289.748 1128.49 289.748C1126.35 289.748 1124.57 290.243 1123.16 291.232C1121.75 292.204 1121.04 293.882 1121.04 296.267C1121.04 298.299 1121.76 299.801 1123.21 300.772C1124.68 301.744 1126.44 302.23 1128.49 302.23ZM1128.49 284.369C1129.81 284.369 1130.91 284.095 1131.8 283.547C1132.7 282.982 1133.38 282.258 1133.84 281.374C1134.3 280.473 1134.53 279.502 1134.53 278.459C1134.53 276.675 1133.96 275.332 1132.83 274.431C1131.7 273.513 1130.25 273.053 1128.49 273.053C1126.67 273.053 1125.2 273.513 1124.09 274.431C1122.99 275.332 1122.44 276.675 1122.44 278.459C1122.44 279.502 1122.65 280.473 1123.05 281.374C1123.46 282.258 1124.1 282.982 1124.99 283.547C1125.87 284.095 1127.04 284.369 1128.49 284.369ZM1163.15 307V299.871H1144.89L1160.1 268.469H1169.06L1168.95 268.601L1169.08 294.439H1174.09V299.871H1169.11V307H1163.15ZM1153.29 295.287C1153.63 295.022 1154 294.819 1154.4 294.677C1154.83 294.518 1155.27 294.439 1155.73 294.439H1165.19C1164.29 294.439 1163.72 294.094 1163.49 293.405C1163.26 292.716 1163.15 291.974 1163.15 291.179V281.295L1163.41 273.716L1160.37 280.738L1154.93 292.319L1153.29 295.287Z" fill={palette[0]} /> - - + { d="M1120.37 100.218C1118.91 100.218 1117.64 99.9033 1116.55 99.275C1115.47 98.6467 1114.63 97.7235 1114.03 96.5055C1113.43 95.2778 1113.13 93.7747 1113.13 91.996C1113.13 90.314 1113.45 88.864 1114.07 87.646C1114.71 86.428 1115.58 85.4952 1116.68 84.8475C1117.79 84.1902 1119.03 83.8615 1120.42 83.8615C1121.93 83.8615 1123.22 84.1902 1124.3 84.8475C1125.38 85.4952 1126.21 86.428 1126.79 87.646C1127.37 88.864 1127.66 90.314 1127.66 91.996C1127.66 93.7747 1127.34 95.2778 1126.69 96.5055C1126.05 97.7235 1125.18 98.6467 1124.08 99.275C1122.98 99.9033 1121.74 100.218 1120.37 100.218ZM1120.42 97.303C1121.54 97.303 1122.44 96.8873 1123.15 96.056C1123.86 95.2247 1124.21 93.8713 1124.21 91.996C1124.21 90.256 1123.87 88.951 1123.18 88.081C1122.49 87.211 1121.56 86.776 1120.37 86.776C1119.25 86.776 1118.35 87.2062 1117.64 88.0665C1116.94 88.9268 1116.6 90.2367 1116.6 91.996C1116.6 93.7843 1116.95 95.1183 1117.66 95.998C1118.37 96.868 1119.29 97.303 1120.42 97.303ZM1135.41 100.319C1134.03 100.319 1132.93 99.8405 1132.1 98.8835C1131.27 97.9265 1130.85 96.5538 1130.85 94.7655V84.166H1134.27V93.852C1134.27 94.6253 1134.36 95.2633 1134.54 95.766C1134.71 96.2687 1134.99 96.636 1135.36 96.868C1135.74 97.1 1136.23 97.216 1136.83 97.216C1137.55 97.216 1138.2 97.0082 1138.78 96.5925C1139.37 96.1672 1139.79 95.6887 1140.03 95.157V84.166H1143.45V100H1140.54L1140.15 94.026L1140.41 95.2295C1140.29 96.0995 1140.06 96.9212 1139.71 97.6945C1139.37 98.4678 1138.86 99.101 1138.16 99.594C1137.47 100.077 1136.56 100.319 1135.41 100.319ZM1152.35 100.232C1151.09 100.232 1150.11 99.913 1149.41 99.275C1148.71 98.6273 1148.36 97.7042 1148.36 96.5055V88.5015C1148.36 88.1825 1148.43 87.8973 1148.57 87.646C1148.7 87.385 1148.9 87.2207 1149.16 87.153L1148.36 84.804V84.3835L1149.13 79.642H1151.74V95.65C1151.74 96.2107 1151.86 96.6022 1152.1 96.8245C1152.36 97.0468 1152.82 97.158 1153.5 97.158C1153.93 97.158 1154.33 97.158 1154.7 97.158C1155.07 97.1483 1155.4 97.1387 1155.7 97.129V100.044C1155.2 100.131 1154.65 100.184 1154.05 100.203C1153.45 100.222 1152.88 100.232 1152.35 100.232ZM1146.29 87.153V84.166H1155.73V87.153H1146.29ZM1166.61 100.174C1165.56 100.174 1164.73 100 1164.11 99.652C1163.49 99.304 1163.04 98.898 1162.75 98.434C1162.46 97.9603 1162.27 97.5447 1162.2 97.187L1161.04 97.245L1162.39 96.0995C1162.45 96.3412 1162.6 96.578 1162.84 96.81C1163.07 97.0323 1163.41 97.216 1163.85 97.361C1164.3 97.4963 1164.84 97.564 1165.49 97.564C1166.57 97.564 1167.46 97.1435 1168.16 96.3025C1168.86 95.4615 1169.22 94.055 1169.22 92.083C1169.22 90.3817 1168.89 89.0767 1168.23 88.168C1167.57 87.2497 1166.73 86.7905 1165.71 86.7905C1164.98 86.7905 1164.38 86.892 1163.91 87.095C1163.44 87.298 1163.09 87.5348 1162.85 87.8055C1162.61 88.0762 1162.45 88.3178 1162.39 88.5305V87.443C1162.41 87.124 1162.49 86.7663 1162.63 86.37C1162.79 85.964 1163.03 85.5725 1163.37 85.1955C1163.72 84.8088 1164.17 84.4947 1164.73 84.253C1165.31 84.0017 1166.01 83.876 1166.85 83.876C1168.13 83.876 1169.2 84.2192 1170.07 84.9055C1170.94 85.5918 1171.6 86.5343 1172.04 87.733C1172.5 88.922 1172.72 90.2753 1172.72 91.793C1172.72 93.1947 1172.55 94.4223 1172.2 95.476C1171.86 96.52 1171.4 97.39 1170.81 98.086C1170.23 98.782 1169.58 99.304 1168.85 99.652C1168.13 100 1167.38 100.174 1166.61 100.174ZM1158.98 105.844V84.166H1162.34L1162.39 86.3555V96.23L1162.2 97.187L1162.39 100.015V105.844H1158.98ZM1180.52 100.319C1179.15 100.319 1178.05 99.8405 1177.21 98.8835C1176.38 97.9265 1175.97 96.5538 1175.97 94.7655V84.166H1179.39V93.852C1179.39 94.6253 1179.48 95.2633 1179.65 95.766C1179.82 96.2687 1180.1 96.636 1180.48 96.868C1180.85 97.1 1181.34 97.216 1181.94 97.216C1182.67 97.216 1183.32 97.0082 1183.9 96.5925C1184.49 96.1672 1184.9 95.6887 1185.15 95.157V84.166H1188.57V100H1185.65L1185.26 94.026L1185.52 95.2295C1185.41 96.0995 1185.17 96.9212 1184.83 97.6945C1184.49 98.4678 1183.97 99.101 1183.28 99.594C1182.59 100.077 1181.67 100.319 1180.52 100.319ZM1197.47 100.232C1196.21 100.232 1195.23 99.913 1194.52 99.275C1193.83 98.6273 1193.48 97.7042 1193.48 96.5055V88.5015C1193.48 88.1825 1193.55 87.8973 1193.68 87.646C1193.82 87.385 1194.01 87.2207 1194.28 87.153L1193.48 84.804V84.3835L1194.25 79.642H1196.86V95.65C1196.86 96.2107 1196.98 96.6022 1197.22 96.8245C1197.47 97.0468 1197.93 97.158 1198.61 97.158C1199.05 97.158 1199.45 97.158 1199.81 97.158C1200.18 97.1483 1200.52 97.1387 1200.81 97.129V100.044C1200.31 100.131 1199.76 100.184 1199.16 100.203C1198.56 100.222 1198 100.232 1197.47 100.232ZM1191.4 87.153V84.166H1200.84V87.153H1191.4Z" fill={palette[0]} /> - - + + - { d="M293.204 685V669.166H296.133L296.51 675.27L296.206 674.429C296.273 673.791 296.399 673.144 296.583 672.486C296.776 671.829 297.047 671.225 297.395 670.674C297.752 670.123 298.207 669.683 298.758 669.355C299.318 669.016 300 668.847 300.802 668.847C300.995 668.847 301.189 668.857 301.382 668.876C301.575 668.895 301.754 668.929 301.919 668.977V672.631C301.59 672.525 301.237 672.457 300.86 672.428C300.493 672.39 300.154 672.37 299.845 672.37C299.468 672.37 299.062 672.448 298.627 672.602C298.192 672.747 297.791 672.97 297.424 673.269C297.056 673.569 296.79 673.941 296.626 674.386V685H293.204ZM308.319 685.174C307.353 685.174 306.497 684.995 305.753 684.637C305.009 684.27 304.424 683.763 303.998 683.115C303.583 682.467 303.375 681.718 303.375 680.867C303.375 679.93 303.544 679.156 303.882 678.547C304.221 677.938 304.709 677.455 305.347 677.097C305.995 676.73 306.753 676.45 307.623 676.256C308.242 676.121 308.895 676.01 309.581 675.923C310.277 675.836 310.92 675.768 311.509 675.72C312.099 675.662 312.553 675.623 312.872 675.604V674.966C312.872 673.893 312.655 673.091 312.22 672.559C311.795 672.018 311.07 671.747 310.045 671.747C309.388 671.747 308.837 671.829 308.392 671.993C307.947 672.148 307.609 672.448 307.377 672.892C307.155 673.327 307.034 673.965 307.014 674.806H303.897C303.791 673.443 303.984 672.327 304.477 671.457C304.98 670.577 305.724 669.93 306.71 669.514C307.706 669.089 308.88 668.876 310.233 668.876C311.036 668.876 311.79 668.968 312.495 669.151C313.211 669.325 313.844 669.63 314.395 670.065C314.946 670.49 315.381 671.075 315.7 671.819C316.019 672.564 316.178 673.506 316.178 674.647V685H312.829L312.872 681.447C312.689 682.52 312.225 683.41 311.48 684.115C310.736 684.821 309.682 685.174 308.319 685.174ZM309.233 682.593C309.736 682.593 310.243 682.506 310.755 682.332C311.277 682.158 311.732 681.907 312.118 681.578C312.515 681.249 312.766 680.863 312.872 680.418V677.518C312.486 677.557 312.027 677.624 311.495 677.721C310.973 677.818 310.523 677.905 310.146 677.982C309.064 678.204 308.281 678.499 307.797 678.866C307.324 679.224 307.087 679.775 307.087 680.519C307.087 680.945 307.184 681.317 307.377 681.636C307.58 681.945 307.846 682.182 308.174 682.346C308.503 682.511 308.856 682.593 309.233 682.593ZM320.42 685V669.166H323.349L323.726 675.14L323.479 673.936C323.595 673.066 323.822 672.245 324.161 671.471C324.509 670.688 325.026 670.055 325.712 669.572C326.399 669.089 327.317 668.847 328.467 668.847C329.966 668.847 331.126 669.316 331.947 670.253C332.769 671.181 333.18 672.602 333.18 674.516V685H329.758V675.705C329.758 674.797 329.666 674.067 329.482 673.516C329.308 672.965 329.023 672.569 328.627 672.327C328.23 672.076 327.704 671.95 327.046 671.95C326.331 671.95 325.678 672.163 325.089 672.588C324.509 673.004 324.093 673.477 323.842 674.009V685H320.42ZM343.677 691.467C342.392 691.467 341.232 691.254 340.197 690.829C339.173 690.413 338.38 689.775 337.819 688.915C337.259 688.055 337.041 686.977 337.167 685.682H340.473C340.463 686.233 340.531 686.726 340.676 687.161C340.821 687.605 341.125 687.958 341.589 688.219C342.053 688.48 342.759 688.611 343.706 688.611C344.528 688.611 345.156 688.495 345.591 688.263C346.036 688.031 346.336 687.678 346.49 687.204C346.645 686.73 346.722 686.117 346.722 685.363V681.07C346.635 681.525 346.447 682.003 346.157 682.506C345.867 683.009 345.417 683.434 344.808 683.782C344.199 684.12 343.378 684.289 342.343 684.289C341.406 684.289 340.57 684.082 339.835 683.666C339.1 683.25 338.477 682.69 337.964 681.984C337.452 681.278 337.061 680.486 336.79 679.606C336.529 678.717 336.398 677.798 336.398 676.851C336.398 675.092 336.688 673.622 337.268 672.443C337.858 671.264 338.617 670.374 339.545 669.775C340.473 669.176 341.454 668.876 342.488 668.876C343.407 668.876 344.146 669.002 344.707 669.253C345.277 669.504 345.722 669.809 346.041 670.166C346.36 670.524 346.592 670.877 346.737 671.225L346.751 669.18H350.101V685.334C350.101 686.764 349.821 687.929 349.26 688.828C348.709 689.727 347.95 690.384 346.983 690.8C346.017 691.225 344.915 691.448 343.677 691.467ZM343.518 681.549C344.243 681.549 344.828 681.452 345.272 681.259C345.717 681.056 346.055 680.819 346.287 680.548C346.519 680.268 346.664 680.026 346.722 679.823V673.197C346.626 672.965 346.447 672.738 346.186 672.515C345.925 672.293 345.582 672.109 345.156 671.964C344.731 671.819 344.209 671.747 343.59 671.747C342.517 671.747 341.638 672.143 340.951 672.936C340.265 673.729 339.922 674.971 339.922 676.662C339.922 678.199 340.26 679.398 340.937 680.258C341.623 681.119 342.484 681.549 343.518 681.549ZM360.725 685.218C359.198 685.218 357.873 684.908 356.752 684.289C355.64 683.661 354.785 682.738 354.185 681.52C353.586 680.302 353.286 678.808 353.286 677.039C353.286 675.319 353.601 673.849 354.229 672.631C354.867 671.404 355.742 670.471 356.853 669.833C357.965 669.185 359.241 668.861 360.681 668.861C362.102 668.861 363.316 669.142 364.321 669.702C365.336 670.263 366.109 671.094 366.641 672.196C367.173 673.289 367.438 674.632 367.438 676.227C367.438 676.537 367.429 676.793 367.409 676.996C367.4 677.199 367.385 677.441 367.366 677.721H356.694C356.781 679.335 357.177 680.524 357.883 681.288C358.589 682.042 359.454 682.419 360.478 682.419C361.435 682.419 362.165 682.216 362.668 681.81C363.18 681.394 363.509 680.93 363.654 680.418H366.96C366.873 681.433 366.554 682.303 366.003 683.028C365.452 683.743 364.722 684.289 363.813 684.666C362.914 685.034 361.885 685.218 360.725 685.218ZM358.26 675.386H364.031C364.002 674.226 363.722 673.332 363.19 672.704C362.658 672.066 361.783 671.747 360.565 671.747C359.299 671.747 358.357 672.172 357.738 673.023C357.119 673.864 356.771 675.029 356.694 676.517C356.771 676.082 356.936 675.788 357.187 675.633C357.438 675.469 357.796 675.386 358.26 675.386Z" fill={palette[0]} /> - - - - - + + + + - + - - + + diff --git a/packages/anatomy-icons/src/components/splitter.tsx b/packages/anatomy-icons/src/components/splitter.tsx index 01de3b3572..16c02c49c1 100644 --- a/packages/anatomy-icons/src/components/splitter.tsx +++ b/packages/anatomy-icons/src/components/splitter.tsx @@ -2,84 +2,71 @@ import { createComponent } from "../create-component" export const SplitterAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + - - - + + + - - + + - - - + + + - + - + - + - - + + diff --git a/packages/anatomy-icons/src/components/switch.tsx b/packages/anatomy-icons/src/components/switch.tsx index 4289785ea1..f7fea8e240 100644 --- a/packages/anatomy-icons/src/components/switch.tsx +++ b/packages/anatomy-icons/src/components/switch.tsx @@ -2,77 +2,64 @@ import { createComponent } from "../create-component" export const SwitchAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + - + - + - + - + - + - + - - + + diff --git a/packages/anatomy-icons/src/components/tabs.tsx b/packages/anatomy-icons/src/components/tabs.tsx index 20b287bdf6..60498f5318 100644 --- a/packages/anatomy-icons/src/components/tabs.tsx +++ b/packages/anatomy-icons/src/components/tabs.tsx @@ -2,21 +2,20 @@ import { createComponent } from "../create-component" export const TabsAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - - + + + + - + { fill={palette[0]} /> + - + + + - - - - ) }) diff --git a/packages/anatomy-icons/src/components/tags-input.tsx b/packages/anatomy-icons/src/components/tags-input.tsx index 933dcf866d..af168c4b3e 100644 --- a/packages/anatomy-icons/src/components/tags-input.tsx +++ b/packages/anatomy-icons/src/components/tags-input.tsx @@ -2,14 +2,13 @@ import { createComponent } from "../create-component" export const TagsInputAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - - - + + + + - + { d="M426.498 411.926C427.167 411.257 427.167 410.172 426.498 409.502C425.828 408.833 424.743 408.833 424.073 409.502L415 418.576L405.926 409.502C405.257 408.833 404.172 408.833 403.502 409.502C402.833 410.172 402.833 411.257 403.502 411.926L412.576 421L403.502 430.073C402.833 430.743 402.833 431.828 403.502 432.498C404.172 433.167 405.257 433.167 405.926 432.498L415 423.424L424.073 432.498C424.743 433.167 425.828 433.167 426.498 432.498C427.167 431.828 427.167 430.743 426.498 430.073L417.424 421L426.498 411.926Z" fill={palette[0]} /> - + { d="M648.498 411.926C649.167 411.257 649.167 410.172 648.498 409.502C647.828 408.833 646.743 408.833 646.073 409.502L637 418.576L627.926 409.502C627.257 408.833 626.172 408.833 625.502 409.502C624.833 410.172 624.833 411.257 625.502 411.926L634.576 421L625.502 430.073C624.833 430.743 624.833 431.828 625.502 432.498C626.172 433.167 627.257 433.167 627.926 432.498L637 423.424L646.073 432.498C646.743 433.167 647.828 433.167 648.498 432.498C649.167 431.828 649.167 430.743 648.498 430.073L639.424 421L648.498 411.926Z" fill={palette[0]} /> - + { d="M200.233 161V138.438H203.655V161H200.233ZM211.978 161.174C211.011 161.174 210.155 160.995 209.411 160.637C208.667 160.27 208.082 159.763 207.657 159.115C207.241 158.467 207.033 157.718 207.033 156.867C207.033 155.93 207.202 155.156 207.541 154.547C207.879 153.938 208.367 153.455 209.005 153.097C209.653 152.73 210.412 152.45 211.282 152.256C211.9 152.121 212.553 152.01 213.239 151.923C213.935 151.836 214.578 151.768 215.168 151.72C215.757 151.662 216.212 151.623 216.531 151.604V150.966C216.531 149.893 216.313 149.091 215.878 148.559C215.453 148.018 214.728 147.747 213.703 147.747C213.046 147.747 212.495 147.829 212.05 147.993C211.605 148.148 211.267 148.448 211.035 148.892C210.813 149.327 210.692 149.965 210.673 150.806H207.555C207.449 149.443 207.642 148.327 208.135 147.457C208.638 146.577 209.382 145.93 210.368 145.514C211.364 145.089 212.538 144.876 213.892 144.876C214.694 144.876 215.448 144.968 216.154 145.151C216.869 145.325 217.502 145.63 218.053 146.065C218.604 146.49 219.039 147.075 219.358 147.819C219.677 148.564 219.837 149.506 219.837 150.647V161H216.487L216.531 157.447C216.347 158.52 215.883 159.41 215.139 160.115C214.394 160.821 213.341 161.174 211.978 161.174ZM212.891 158.593C213.394 158.593 213.901 158.506 214.414 158.332C214.936 158.158 215.39 157.907 215.777 157.578C216.173 157.249 216.424 156.863 216.531 156.418V153.518C216.144 153.557 215.685 153.624 215.153 153.721C214.631 153.818 214.182 153.905 213.805 153.982C212.722 154.204 211.939 154.499 211.456 154.866C210.982 155.224 210.745 155.775 210.745 156.519C210.745 156.945 210.842 157.317 211.035 157.636C211.238 157.945 211.504 158.182 211.833 158.346C212.161 158.511 212.514 158.593 212.891 158.593ZM231.691 161.174C230.647 161.174 229.815 161 229.197 160.652C228.578 160.304 228.124 159.898 227.834 159.434C227.544 158.96 227.36 158.545 227.283 158.187L226.529 157.505L227.471 157.099C227.539 157.341 227.689 157.578 227.921 157.81C228.162 158.032 228.501 158.216 228.936 158.361C229.38 158.496 229.926 158.564 230.574 158.564C231.657 158.564 232.551 158.143 233.257 157.302C233.962 156.461 234.315 155.065 234.315 153.112C234.315 151.353 233.982 150.028 233.315 149.139C232.657 148.24 231.816 147.79 230.792 147.79C230.067 147.79 229.467 147.892 228.994 148.095C228.53 148.298 228.177 148.535 227.935 148.805C227.693 149.076 227.539 149.318 227.471 149.53L227.254 149.327L227.486 148.776C227.534 148.042 227.718 147.384 228.037 146.804C228.365 146.215 228.849 145.746 229.487 145.398C230.134 145.05 230.951 144.876 231.937 144.876C233.213 144.876 234.286 145.219 235.156 145.905C236.026 146.582 236.683 147.515 237.128 148.704C237.582 149.883 237.81 151.246 237.81 152.793C237.81 154.195 237.636 155.422 237.288 156.476C236.949 157.52 236.485 158.39 235.896 159.086C235.316 159.782 234.663 160.304 233.938 160.652C233.213 161 232.464 161.174 231.691 161.174ZM224.093 161L224.078 138.438H227.486V145.615L227.5 157.433L227.747 157.984L227.471 158.549L227.326 161H224.093ZM247.901 161.218C246.373 161.218 245.049 160.908 243.928 160.289C242.816 159.661 241.96 158.738 241.361 157.52C240.762 156.302 240.462 154.808 240.462 153.039C240.462 151.319 240.776 149.849 241.405 148.631C242.043 147.404 242.917 146.471 244.029 145.833C245.141 145.185 246.417 144.861 247.857 144.861C249.278 144.861 250.491 145.142 251.497 145.702C252.512 146.263 253.285 147.094 253.817 148.196C254.348 149.289 254.614 150.632 254.614 152.227C254.614 152.537 254.604 152.793 254.585 152.996C254.575 153.199 254.561 153.441 254.542 153.721H243.87C243.957 155.335 244.353 156.524 245.059 157.288C245.764 158.042 246.629 158.419 247.654 158.419C248.611 158.419 249.341 158.216 249.844 157.81C250.356 157.394 250.685 156.93 250.83 156.418H254.136C254.049 157.433 253.73 158.303 253.179 159.028C252.628 159.743 251.898 160.289 250.989 160.666C250.09 161.034 249.061 161.218 247.901 161.218ZM245.436 151.386H251.207C251.178 150.226 250.897 149.332 250.366 148.704C249.834 148.066 248.959 147.747 247.741 147.747C246.475 147.747 245.532 148.172 244.914 149.023C244.295 149.864 243.947 151.029 243.87 152.517C243.947 152.082 244.111 151.788 244.363 151.633C244.614 151.469 244.972 151.386 245.436 151.386ZM257.723 161V138.438H261.145V161H257.723Z" fill={palette[0]} /> - - + + { d="M248.628 619.276C247.062 619.276 245.718 618.932 244.597 618.246C243.475 617.55 242.615 616.583 242.016 615.346C241.426 614.109 241.131 612.673 241.131 611.039C241.131 609.319 241.436 607.849 242.045 606.631C242.654 605.413 243.499 604.485 244.582 603.847C245.665 603.2 246.912 602.876 248.323 602.876C249.725 602.876 250.899 603.137 251.847 603.659C252.804 604.171 253.519 604.862 253.993 605.732C254.466 606.593 254.684 607.555 254.645 608.618H251.354C251.344 608.193 251.276 607.806 251.151 607.458C251.025 607.1 250.836 606.801 250.585 606.559C250.343 606.308 250.034 606.114 249.657 605.979C249.28 605.844 248.84 605.776 248.338 605.776C246.984 605.766 246.022 606.23 245.452 607.168C244.891 608.106 244.611 609.372 244.611 610.967C244.611 612.784 244.949 614.142 245.626 615.041C246.312 615.931 247.381 616.38 248.831 616.39C249.169 616.39 249.536 616.293 249.933 616.1C250.339 615.897 250.682 615.612 250.962 615.244C251.252 614.867 251.392 614.418 251.383 613.896H254.645C254.684 615.008 254.418 615.965 253.848 616.767C253.287 617.569 252.543 618.188 251.615 618.623C250.687 619.058 249.691 619.276 248.628 619.276ZM263.943 619.218C262.483 619.218 261.212 618.903 260.129 618.275C259.047 617.647 258.206 616.723 257.606 615.505C257.007 614.278 256.707 612.775 256.707 610.996C256.707 609.314 257.021 607.864 257.65 606.646C258.288 605.428 259.158 604.495 260.26 603.847C261.362 603.19 262.609 602.861 264.001 602.861C265.509 602.861 266.799 603.19 267.872 603.847C268.955 604.495 269.786 605.428 270.366 606.646C270.946 607.864 271.236 609.314 271.236 610.996C271.236 612.775 270.912 614.278 270.265 615.505C269.627 616.723 268.757 617.647 267.655 618.275C266.553 618.903 265.315 619.218 263.943 619.218ZM264.001 616.303C265.112 616.303 266.021 615.887 266.727 615.056C267.432 614.225 267.785 612.871 267.785 610.996C267.785 609.256 267.442 607.951 266.756 607.081C266.069 606.211 265.132 605.776 263.943 605.776C262.831 605.776 261.922 606.206 261.217 607.066C260.521 607.927 260.173 609.237 260.173 610.996C260.173 612.784 260.526 614.118 261.231 614.998C261.947 615.868 262.87 616.303 264.001 616.303ZM274.546 619V603.166H277.475L277.852 609.14L277.605 607.936C277.721 607.066 277.948 606.245 278.287 605.471C278.635 604.688 279.152 604.055 279.838 603.572C280.525 603.089 281.443 602.847 282.593 602.847C284.092 602.847 285.252 603.316 286.073 604.253C286.895 605.181 287.306 606.602 287.306 608.516V619H283.884V609.705C283.884 608.797 283.792 608.067 283.608 607.516C283.434 606.965 283.149 606.569 282.753 606.327C282.356 606.076 281.83 605.95 281.172 605.95C280.457 605.95 279.804 606.163 279.215 606.588C278.635 607.004 278.219 607.477 277.968 608.009V619H274.546ZM295.729 619.232C294.472 619.232 293.491 618.913 292.785 618.275C292.089 617.627 291.741 616.704 291.741 615.505V607.501C291.741 607.182 291.809 606.897 291.944 606.646C292.08 606.385 292.278 606.221 292.539 606.153L291.741 603.804V603.383L292.51 598.642H295.12V614.65C295.12 615.211 295.241 615.602 295.482 615.824C295.734 616.047 296.198 616.158 296.874 616.158C297.309 616.158 297.711 616.158 298.078 616.158C298.445 616.148 298.779 616.139 299.078 616.129V619.044C298.576 619.131 298.025 619.184 297.425 619.203C296.826 619.222 296.261 619.232 295.729 619.232ZM289.668 606.153V603.166H299.107V606.153H289.668ZM302.3 619V603.166H305.229L305.606 609.27L305.301 608.429C305.369 607.791 305.495 607.144 305.678 606.486C305.872 605.829 306.142 605.225 306.49 604.674C306.848 604.123 307.302 603.683 307.853 603.355C308.414 603.016 309.095 602.847 309.898 602.847C310.091 602.847 310.284 602.857 310.478 602.876C310.671 602.895 310.85 602.929 311.014 602.977V606.631C310.686 606.525 310.333 606.457 309.956 606.428C309.588 606.39 309.25 606.37 308.941 606.37C308.564 606.37 308.158 606.448 307.723 606.602C307.288 606.747 306.887 606.97 306.519 607.269C306.152 607.569 305.886 607.941 305.722 608.386V619H302.3ZM319.535 619.218C318.076 619.218 316.805 618.903 315.722 618.275C314.639 617.647 313.798 616.723 313.199 615.505C312.6 614.278 312.3 612.775 312.3 610.996C312.3 609.314 312.614 607.864 313.242 606.646C313.88 605.428 314.75 604.495 315.852 603.847C316.954 603.19 318.201 602.861 319.593 602.861C321.101 602.861 322.392 603.19 323.465 603.847C324.548 604.495 325.379 605.428 325.959 606.646C326.539 607.864 326.829 609.314 326.829 610.996C326.829 612.775 326.505 614.278 325.857 615.505C325.219 616.723 324.349 617.647 323.247 618.275C322.145 618.903 320.908 619.218 319.535 619.218ZM319.593 616.303C320.705 616.303 321.614 615.887 322.319 615.056C323.025 614.225 323.378 612.871 323.378 610.996C323.378 609.256 323.035 607.951 322.348 607.081C321.662 606.211 320.724 605.776 319.535 605.776C318.424 605.776 317.515 606.206 316.809 607.066C316.113 607.927 315.765 609.237 315.765 610.996C315.765 612.784 316.118 614.118 316.824 614.998C317.539 615.868 318.462 616.303 319.593 616.303ZM330.083 619V596.438H333.505V619H330.083Z" fill={palette[0]} /> - - - - + + + + ) }) diff --git a/packages/anatomy-icons/src/components/toast.tsx b/packages/anatomy-icons/src/components/toast.tsx index 7bdc76fe1b..b3352e91ff 100644 --- a/packages/anatomy-icons/src/components/toast.tsx +++ b/packages/anatomy-icons/src/components/toast.tsx @@ -2,16 +2,15 @@ import { createComponent } from "../create-component" export const ToastAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + @@ -32,18 +31,9 @@ export const ToastAnatomy = createComponent((props) => { d="M957.628 570.276C956.062 570.276 954.718 569.932 953.597 569.246C952.475 568.55 951.615 567.583 951.016 566.346C950.426 565.109 950.131 563.673 950.131 562.039C950.131 560.319 950.436 558.849 951.045 557.631C951.654 556.413 952.499 555.485 953.582 554.847C954.665 554.2 955.912 553.876 957.323 553.876C958.725 553.876 959.899 554.137 960.847 554.659C961.804 555.171 962.519 555.862 962.993 556.732C963.466 557.593 963.684 558.555 963.645 559.618H960.354C960.344 559.193 960.276 558.806 960.151 558.458C960.025 558.1 959.836 557.801 959.585 557.559C959.343 557.308 959.034 557.114 958.657 556.979C958.28 556.844 957.84 556.776 957.338 556.776C955.984 556.766 955.022 557.23 954.452 558.168C953.891 559.106 953.611 560.372 953.611 561.967C953.611 563.784 953.949 565.142 954.626 566.041C955.312 566.931 956.381 567.38 957.831 567.39C958.169 567.39 958.536 567.293 958.933 567.1C959.339 566.897 959.682 566.612 959.962 566.244C960.252 565.867 960.392 565.418 960.383 564.896H963.645C963.684 566.008 963.418 566.965 962.848 567.767C962.287 568.569 961.543 569.188 960.615 569.623C959.687 570.058 958.691 570.276 957.628 570.276ZM966.724 570V547.438H970.146V570H966.724ZM980.646 570.218C979.186 570.218 977.915 569.903 976.832 569.275C975.75 568.647 974.909 567.723 974.309 566.505C973.71 565.278 973.41 563.775 973.41 561.996C973.41 560.314 973.724 558.864 974.353 557.646C974.991 556.428 975.861 555.495 976.963 554.847C978.065 554.19 979.312 553.861 980.704 553.861C982.212 553.861 983.502 554.19 984.575 554.847C985.658 555.495 986.489 556.428 987.069 557.646C987.649 558.864 987.939 560.314 987.939 561.996C987.939 563.775 987.615 565.278 986.968 566.505C986.33 567.723 985.46 568.647 984.358 569.275C983.256 569.903 982.018 570.218 980.646 570.218ZM980.704 567.303C981.815 567.303 982.724 566.887 983.43 566.056C984.135 565.225 984.488 563.871 984.488 561.996C984.488 560.256 984.145 558.951 983.459 558.081C982.772 557.211 981.835 556.776 980.646 556.776C979.534 556.776 978.625 557.206 977.92 558.066C977.224 558.927 976.876 560.237 976.876 561.996C976.876 563.784 977.229 565.118 977.934 565.998C978.65 566.868 979.573 567.303 980.704 567.303ZM996.627 570.247C995.438 570.247 994.375 570.073 993.437 569.724C992.509 569.376 991.77 568.84 991.219 568.115C990.677 567.38 990.378 566.443 990.32 565.302H993.626C993.751 566.114 994.075 566.689 994.597 567.027C995.129 567.366 995.781 567.535 996.555 567.535C997.115 567.535 997.613 567.482 998.048 567.375C998.493 567.259 998.841 567.071 999.092 566.81C999.353 566.539 999.484 566.177 999.484 565.722C999.484 565.403 999.411 565.142 999.266 564.939C999.131 564.727 998.918 564.543 998.628 564.388C998.348 564.234 997.99 564.089 997.555 563.953C997.13 563.818 996.637 563.668 996.076 563.504C995.071 563.214 994.157 562.871 993.336 562.474C992.514 562.078 991.861 561.561 991.378 560.923C990.895 560.275 990.653 559.434 990.653 558.4C990.653 556.989 991.175 555.887 992.219 555.094C993.263 554.292 994.607 553.89 996.25 553.89C997.313 553.89 998.27 554.045 999.121 554.355C999.981 554.654 1000.69 555.157 1001.24 555.862C1001.79 556.558 1002.15 557.506 1002.31 558.704L999.005 558.69C998.86 558.129 998.647 557.699 998.367 557.399C998.087 557.09 997.763 556.877 997.396 556.761C997.038 556.636 996.646 556.573 996.221 556.573C995.757 556.573 995.356 556.645 995.018 556.79C994.679 556.935 994.418 557.138 994.235 557.399C994.051 557.66 993.959 557.975 993.959 558.342C993.959 558.767 994.08 559.125 994.322 559.415C994.573 559.695 994.945 559.942 995.438 560.154C995.941 560.357 996.564 560.57 997.309 560.792C997.908 560.966 998.527 561.16 999.165 561.372C999.803 561.575 1000.4 561.836 1000.95 562.155C1001.5 562.474 1001.94 562.9 1002.28 563.431C1002.62 563.953 1002.79 564.635 1002.79 565.476C1002.79 566.974 1002.22 568.144 1001.09 568.985C999.972 569.826 998.483 570.247 996.627 570.247ZM1012.47 570.218C1010.94 570.218 1009.61 569.908 1008.49 569.289C1007.38 568.661 1006.53 567.738 1005.93 566.52C1005.33 565.302 1005.03 563.808 1005.03 562.039C1005.03 560.319 1005.34 558.849 1005.97 557.631C1006.61 556.404 1007.48 555.471 1008.59 554.833C1009.71 554.185 1010.98 553.861 1012.42 553.861C1013.84 553.861 1015.06 554.142 1016.06 554.702C1017.08 555.263 1017.85 556.094 1018.38 557.196C1018.91 558.289 1019.18 559.632 1019.18 561.227C1019.18 561.537 1019.17 561.793 1019.15 561.996C1019.14 562.199 1019.13 562.441 1019.11 562.721H1008.44C1008.52 564.335 1008.92 565.524 1009.62 566.288C1010.33 567.042 1011.19 567.419 1012.22 567.419C1013.18 567.419 1013.91 567.216 1014.41 566.81C1014.92 566.394 1015.25 565.93 1015.4 565.418H1018.7C1018.61 566.433 1018.3 567.303 1017.74 568.028C1017.19 568.743 1016.46 569.289 1015.55 569.666C1014.66 570.034 1013.63 570.218 1012.47 570.218ZM1010 560.386H1015.77C1015.74 559.226 1015.46 558.332 1014.93 557.704C1014.4 557.066 1013.52 556.747 1012.31 556.747C1011.04 556.747 1010.1 557.172 1009.48 558.023C1008.86 558.864 1008.51 560.029 1008.44 561.517C1008.51 561.082 1008.68 560.788 1008.93 560.633C1009.18 560.469 1009.54 560.386 1010 560.386ZM1032.23 570.232C1030.97 570.232 1029.99 569.913 1029.28 569.275C1028.59 568.627 1028.24 567.704 1028.24 566.505V558.501C1028.24 558.182 1028.31 557.897 1028.44 557.646C1028.58 557.385 1028.78 557.221 1029.04 557.153L1028.24 554.804V554.383L1029.01 549.642H1031.62V565.65C1031.62 566.211 1031.74 566.602 1031.98 566.824C1032.23 567.047 1032.7 567.158 1033.37 567.158C1033.81 567.158 1034.21 567.158 1034.58 567.158C1034.94 567.148 1035.28 567.139 1035.58 567.129V570.044C1035.07 570.131 1034.52 570.184 1033.92 570.203C1033.33 570.222 1032.76 570.232 1032.23 570.232ZM1026.17 557.153V554.166H1035.61V557.153H1026.17ZM1038.8 570V554.166H1041.73L1042.1 560.27L1041.8 559.429C1041.87 558.791 1041.99 558.144 1042.18 557.486C1042.37 556.829 1042.64 556.225 1042.99 555.674C1043.35 555.123 1043.8 554.683 1044.35 554.355C1044.91 554.016 1045.59 553.847 1046.4 553.847C1046.59 553.847 1046.78 553.857 1046.98 553.876C1047.17 553.895 1047.35 553.929 1047.51 553.977V557.631C1047.18 557.525 1046.83 557.457 1046.45 557.428C1046.09 557.39 1045.75 557.37 1045.44 557.37C1045.06 557.37 1044.66 557.448 1044.22 557.602C1043.79 557.747 1043.39 557.97 1043.02 558.269C1042.65 558.569 1042.39 558.941 1042.22 559.386V570H1038.8ZM1050.07 570V554.166H1053.54L1053.49 570H1050.07ZM1051.83 551.831C1051.2 551.831 1050.67 551.614 1050.23 551.179C1049.8 550.734 1049.58 550.169 1049.58 549.482C1049.58 548.806 1049.8 548.255 1050.23 547.829C1050.67 547.404 1051.2 547.191 1051.83 547.191C1052.43 547.191 1052.96 547.404 1053.39 547.829C1053.84 548.255 1054.06 548.806 1054.06 549.482C1054.06 550.169 1053.84 550.734 1053.39 551.179C1052.96 551.614 1052.43 551.831 1051.83 551.831ZM1064.04 576.467C1062.75 576.467 1061.59 576.254 1060.56 575.829C1059.53 575.413 1058.74 574.775 1058.18 573.915C1057.62 573.055 1057.4 571.977 1057.53 570.682H1060.83C1060.82 571.233 1060.89 571.726 1061.04 572.161C1061.18 572.605 1061.49 572.958 1061.95 573.219C1062.41 573.48 1063.12 573.611 1064.07 573.611C1064.89 573.611 1065.52 573.495 1065.95 573.263C1066.4 573.031 1066.7 572.678 1066.85 572.204C1067.01 571.73 1067.08 571.117 1067.08 570.363V566.07C1067 566.525 1066.81 567.003 1066.52 567.506C1066.23 568.009 1065.78 568.434 1065.17 568.782C1064.56 569.12 1063.74 569.289 1062.7 569.289C1061.77 569.289 1060.93 569.082 1060.2 568.666C1059.46 568.25 1058.84 567.69 1058.33 566.984C1057.81 566.278 1057.42 565.486 1057.15 564.606C1056.89 563.717 1056.76 562.798 1056.76 561.851C1056.76 560.092 1057.05 558.622 1057.63 557.443C1058.22 556.264 1058.98 555.374 1059.91 554.775C1060.83 554.176 1061.82 553.876 1062.85 553.876C1063.77 553.876 1064.51 554.002 1065.07 554.253C1065.64 554.504 1066.08 554.809 1066.4 555.166C1066.72 555.524 1066.95 555.877 1067.1 556.225L1067.11 554.18H1070.46V570.334C1070.46 571.764 1070.18 572.929 1069.62 573.828C1069.07 574.727 1068.31 575.384 1067.34 575.8C1066.38 576.225 1065.28 576.448 1064.04 576.467ZM1063.88 566.549C1064.6 566.549 1065.19 566.452 1065.63 566.259C1066.08 566.056 1066.42 565.819 1066.65 565.548C1066.88 565.268 1067.03 565.026 1067.08 564.823V558.197C1066.99 557.965 1066.81 557.738 1066.55 557.515C1066.29 557.293 1065.94 557.109 1065.52 556.964C1065.09 556.819 1064.57 556.747 1063.95 556.747C1062.88 556.747 1062 557.143 1061.31 557.936C1060.63 558.729 1060.28 559.971 1060.28 561.662C1060.28 563.199 1060.62 564.398 1061.3 565.258C1061.98 566.119 1062.84 566.549 1063.88 566.549ZM1081.03 576.467C1079.75 576.467 1078.59 576.254 1077.55 575.829C1076.53 575.413 1075.73 574.775 1075.17 573.915C1074.61 573.055 1074.39 571.977 1074.52 570.682H1077.83C1077.82 571.233 1077.88 571.726 1078.03 572.161C1078.17 572.605 1078.48 572.958 1078.94 573.219C1079.41 573.48 1080.11 573.611 1081.06 573.611C1081.88 573.611 1082.51 573.495 1082.94 573.263C1083.39 573.031 1083.69 572.678 1083.84 572.204C1084 571.73 1084.08 571.117 1084.08 570.363V566.07C1083.99 566.525 1083.8 567.003 1083.51 567.506C1083.22 568.009 1082.77 568.434 1082.16 568.782C1081.55 569.12 1080.73 569.289 1079.7 569.289C1078.76 569.289 1077.92 569.082 1077.19 568.666C1076.45 568.25 1075.83 567.69 1075.32 566.984C1074.81 566.278 1074.41 565.486 1074.14 564.606C1073.88 563.717 1073.75 562.798 1073.75 561.851C1073.75 560.092 1074.04 558.622 1074.62 557.443C1075.21 556.264 1075.97 555.374 1076.9 554.775C1077.83 554.176 1078.81 553.876 1079.84 553.876C1080.76 553.876 1081.5 554.002 1082.06 554.253C1082.63 554.504 1083.08 554.809 1083.39 555.166C1083.71 555.524 1083.95 555.877 1084.09 556.225L1084.1 554.18H1087.45V570.334C1087.45 571.764 1087.17 572.929 1086.61 573.828C1086.06 574.727 1085.3 575.384 1084.34 575.8C1083.37 576.225 1082.27 576.448 1081.03 576.467ZM1080.87 566.549C1081.6 566.549 1082.18 566.452 1082.63 566.259C1083.07 566.056 1083.41 565.819 1083.64 565.548C1083.87 565.268 1084.02 565.026 1084.08 564.823V558.197C1083.98 557.965 1083.8 557.738 1083.54 557.515C1083.28 557.293 1082.94 557.109 1082.51 556.964C1082.08 556.819 1081.56 556.747 1080.94 556.747C1079.87 556.747 1078.99 557.143 1078.3 557.936C1077.62 558.729 1077.28 559.971 1077.28 561.662C1077.28 563.199 1077.61 564.398 1078.29 565.258C1078.98 566.119 1079.84 566.549 1080.87 566.549ZM1098.08 570.218C1096.55 570.218 1095.23 569.908 1094.11 569.289C1092.99 568.661 1092.14 567.738 1091.54 566.52C1090.94 565.302 1090.64 563.808 1090.64 562.039C1090.64 560.319 1090.95 558.849 1091.58 557.631C1092.22 556.404 1093.1 555.471 1094.21 554.833C1095.32 554.185 1096.59 553.861 1098.03 553.861C1099.46 553.861 1100.67 554.142 1101.67 554.702C1102.69 555.263 1103.46 556.094 1103.99 557.196C1104.53 558.289 1104.79 559.632 1104.79 561.227C1104.79 561.537 1104.78 561.793 1104.76 561.996C1104.75 562.199 1104.74 562.441 1104.72 562.721H1094.05C1094.13 564.335 1094.53 565.524 1095.24 566.288C1095.94 567.042 1096.81 567.419 1097.83 567.419C1098.79 567.419 1099.52 567.216 1100.02 566.81C1100.53 566.394 1100.86 565.93 1101.01 565.418H1104.31C1104.23 566.433 1103.91 567.303 1103.36 568.028C1102.81 568.743 1102.08 569.289 1101.17 569.666C1100.27 570.034 1099.24 570.218 1098.08 570.218ZM1095.61 560.386H1101.38C1101.36 559.226 1101.08 558.332 1100.54 557.704C1100.01 557.066 1099.14 556.747 1097.92 556.747C1096.65 556.747 1095.71 557.172 1095.09 558.023C1094.47 558.864 1094.12 560.029 1094.05 561.517C1094.12 561.082 1094.29 560.788 1094.54 560.633C1094.79 560.469 1095.15 560.386 1095.61 560.386ZM1107.87 570V554.166H1110.8L1111.18 560.27L1110.87 559.429C1110.94 558.791 1111.07 558.144 1111.25 557.486C1111.44 556.829 1111.71 556.225 1112.06 555.674C1112.42 555.123 1112.87 554.683 1113.43 554.355C1113.99 554.016 1114.67 553.847 1115.47 553.847C1115.66 553.847 1115.86 553.857 1116.05 553.876C1116.24 553.895 1116.42 553.929 1116.59 553.977V557.631C1116.26 557.525 1115.9 557.457 1115.53 557.428C1115.16 557.39 1114.82 557.37 1114.51 557.37C1114.14 557.37 1113.73 557.448 1113.29 557.602C1112.86 557.747 1112.46 557.97 1112.09 558.269C1111.72 558.569 1111.46 558.941 1111.29 559.386V570H1107.87Z" fill={palette[0]} /> - - - + + + ) }) diff --git a/packages/anatomy-icons/src/components/toggle-group.tsx b/packages/anatomy-icons/src/components/toggle-group.tsx index 7c1d5fd42e..b759c2bb61 100644 --- a/packages/anatomy-icons/src/components/toggle-group.tsx +++ b/packages/anatomy-icons/src/components/toggle-group.tsx @@ -32,18 +32,12 @@ export const ToggleGroupAnatomy = createComponent((props) => { d="M727.204 160V144.166H730.133L730.51 150.27L730.206 149.429C730.273 148.791 730.399 148.144 730.583 147.486C730.776 146.829 731.047 146.225 731.395 145.674C731.752 145.123 732.207 144.683 732.758 144.355C733.318 144.016 734 143.847 734.802 143.847C734.995 143.847 735.189 143.857 735.382 143.876C735.575 143.895 735.754 143.929 735.919 143.977V147.631C735.59 147.525 735.237 147.457 734.86 147.428C734.493 147.39 734.154 147.37 733.845 147.37C733.468 147.37 733.062 147.448 732.627 147.602C732.192 147.747 731.791 147.97 731.424 148.269C731.056 148.569 730.79 148.941 730.626 149.386V160H727.204ZM744.44 160.218C742.98 160.218 741.709 159.903 740.626 159.275C739.544 158.647 738.703 157.723 738.103 156.505C737.504 155.278 737.204 153.775 737.204 151.996C737.204 150.314 737.518 148.864 738.147 147.646C738.785 146.428 739.655 145.495 740.757 144.847C741.859 144.19 743.106 143.861 744.498 143.861C746.006 143.861 747.296 144.19 748.369 144.847C749.452 145.495 750.283 146.428 750.863 147.646C751.443 148.864 751.733 150.314 751.733 151.996C751.733 153.775 751.409 155.278 750.762 156.505C750.124 157.723 749.254 158.647 748.152 159.275C747.05 159.903 745.812 160.218 744.44 160.218ZM744.498 157.303C745.609 157.303 746.518 156.887 747.224 156.056C747.929 155.225 748.282 153.871 748.282 151.996C748.282 150.256 747.939 148.951 747.253 148.081C746.566 147.211 745.629 146.776 744.44 146.776C743.328 146.776 742.419 147.206 741.714 148.066C741.018 148.927 740.67 150.237 740.67 151.996C740.67 153.784 741.023 155.118 741.728 155.998C742.444 156.868 743.367 157.303 744.498 157.303ZM761.234 160.218C759.774 160.218 758.503 159.903 757.42 159.275C756.338 158.647 755.497 157.723 754.897 156.505C754.298 155.278 753.998 153.775 753.998 151.996C753.998 150.314 754.312 148.864 754.941 147.646C755.579 146.428 756.449 145.495 757.551 144.847C758.653 144.19 759.9 143.861 761.292 143.861C762.8 143.861 764.09 144.19 765.163 144.847C766.246 145.495 767.077 146.428 767.657 147.646C768.237 148.864 768.527 150.314 768.527 151.996C768.527 153.775 768.203 155.278 767.556 156.505C766.918 157.723 766.048 158.647 764.946 159.275C763.844 159.903 762.606 160.218 761.234 160.218ZM761.292 157.303C762.403 157.303 763.312 156.887 764.018 156.056C764.723 155.225 765.076 153.871 765.076 151.996C765.076 150.256 764.733 148.951 764.047 148.081C763.36 147.211 762.423 146.776 761.234 146.776C760.122 146.776 759.213 147.206 758.508 148.066C757.812 148.927 757.464 150.237 757.464 151.996C757.464 153.784 757.817 155.118 758.522 155.998C759.238 156.868 760.161 157.303 761.292 157.303ZM776.453 160.232C775.196 160.232 774.215 159.913 773.509 159.275C772.813 158.627 772.465 157.704 772.465 156.505V148.501C772.465 148.182 772.533 147.897 772.668 147.646C772.803 147.385 773.002 147.221 773.263 147.153L772.465 144.804V144.383L773.234 139.642H775.844V155.65C775.844 156.211 775.964 156.602 776.206 156.824C776.457 157.047 776.921 157.158 777.598 157.158C778.033 157.158 778.434 157.158 778.802 157.158C779.169 157.148 779.502 157.139 779.802 157.129V160.044C779.299 160.131 778.748 160.184 778.149 160.203C777.55 160.222 776.984 160.232 776.453 160.232ZM770.392 147.153V144.166H779.831V147.153H770.392Z" fill={palette[0]} /> + - - + ) }) diff --git a/packages/anatomy-icons/src/components/tooltip.tsx b/packages/anatomy-icons/src/components/tooltip.tsx index 237f4f8294..0b5f9b948a 100644 --- a/packages/anatomy-icons/src/components/tooltip.tsx +++ b/packages/anatomy-icons/src/components/tooltip.tsx @@ -2,10 +2,9 @@ import { createComponent } from "../create-component" export const TooltipAnatomy = createComponent((props) => { const { palette, ...rest } = props - return ( - - + + { d="M923.105 415.174C922.138 415.174 921.282 414.995 920.538 414.637C919.794 414.27 919.209 413.763 918.784 413.115C918.368 412.467 918.16 411.718 918.16 410.867C918.16 409.93 918.329 409.156 918.668 408.547C919.006 407.938 919.494 407.455 920.132 407.097C920.78 406.73 921.539 406.45 922.409 406.256C923.027 406.121 923.68 406.01 924.366 405.923C925.062 405.836 925.705 405.768 926.295 405.72C926.884 405.662 927.339 405.623 927.658 405.604V404.966C927.658 403.893 927.44 403.091 927.005 402.559C926.58 402.018 925.855 401.747 924.83 401.747C924.173 401.747 923.622 401.829 923.177 401.993C922.732 402.148 922.394 402.448 922.162 402.892C921.94 403.327 921.819 403.965 921.8 404.806H918.682C918.576 403.443 918.769 402.327 919.262 401.457C919.765 400.577 920.509 399.93 921.495 399.514C922.491 399.089 923.665 398.876 925.019 398.876C925.821 398.876 926.575 398.968 927.281 399.151C927.996 399.325 928.629 399.63 929.18 400.065C929.731 400.49 930.166 401.075 930.485 401.819C930.804 402.564 930.964 403.506 930.964 404.647V415H927.614L927.658 411.447C927.474 412.52 927.01 413.41 926.266 414.115C925.521 414.821 924.468 415.174 923.105 415.174ZM924.018 412.593C924.521 412.593 925.028 412.506 925.541 412.332C926.063 412.158 926.517 411.907 926.904 411.578C927.3 411.249 927.551 410.863 927.658 410.418V407.518C927.271 407.557 926.812 407.624 926.28 407.721C925.758 407.818 925.309 407.905 924.932 407.982C923.849 408.204 923.066 408.499 922.583 408.866C922.109 409.224 921.872 409.775 921.872 410.519C921.872 410.945 921.969 411.317 922.162 411.636C922.365 411.945 922.631 412.182 922.96 412.346C923.288 412.511 923.641 412.593 924.018 412.593ZM935.177 415V399.166H938.106L938.483 405.27L938.178 404.429C938.246 403.791 938.371 403.144 938.555 402.486C938.748 401.829 939.019 401.225 939.367 400.674C939.725 400.123 940.179 399.683 940.73 399.355C941.291 399.016 941.972 398.847 942.775 398.847C942.968 398.847 943.161 398.857 943.355 398.876C943.548 398.895 943.727 398.929 943.891 398.977V402.631C943.562 402.525 943.21 402.457 942.833 402.428C942.465 402.39 942.127 402.37 941.818 402.37C941.441 402.37 941.035 402.448 940.6 402.602C940.165 402.747 939.763 402.97 939.396 403.269C939.029 403.569 938.763 403.941 938.599 404.386V415H935.177ZM946.42 415V399.166H949.349L949.726 405.27L949.421 404.429C949.489 403.791 949.615 403.144 949.798 402.486C949.992 401.829 950.262 401.225 950.61 400.674C950.968 400.123 951.422 399.683 951.973 399.355C952.534 399.016 953.215 398.847 954.018 398.847C954.211 398.847 954.404 398.857 954.598 398.876C954.791 398.895 954.97 398.929 955.134 398.977V402.631C954.806 402.525 954.453 402.457 954.076 402.428C953.708 402.39 953.37 402.37 953.061 402.37C952.684 402.37 952.278 402.448 951.843 402.602C951.408 402.747 951.007 402.97 950.639 403.269C950.272 403.569 950.006 403.941 949.842 404.386V415H946.42ZM963.656 415.218C962.196 415.218 960.925 414.903 959.842 414.275C958.759 413.647 957.918 412.723 957.319 411.505C956.72 410.278 956.42 408.775 956.42 406.996C956.42 405.314 956.734 403.864 957.363 402.646C958.001 401.428 958.871 400.495 959.973 399.847C961.075 399.19 962.322 398.861 963.714 398.861C965.222 398.861 966.512 399.19 967.585 399.847C968.668 400.495 969.499 401.428 970.079 402.646C970.659 403.864 970.949 405.314 970.949 406.996C970.949 408.775 970.625 410.278 969.978 411.505C969.34 412.723 968.47 413.647 967.368 414.275C966.266 414.903 965.028 415.218 963.656 415.218ZM963.714 412.303C964.825 412.303 965.734 411.887 966.44 411.056C967.145 410.225 967.498 408.871 967.498 406.996C967.498 405.256 967.155 403.951 966.469 403.081C965.782 402.211 964.845 401.776 963.656 401.776C962.544 401.776 961.635 402.206 960.93 403.066C960.234 403.927 959.886 405.237 959.886 406.996C959.886 408.784 960.238 410.118 960.944 410.998C961.659 411.868 962.583 412.303 963.714 412.303ZM977.146 415L972.346 399.18H976.102L978.074 407.039L979.045 412.085L979.219 412.1L980.002 407.025L981.902 399.18H986.208L988.079 407.054L988.847 412.259L989.065 412.245L990.051 407.054L992.023 399.18H995.764L990.979 415H986.977L985.077 407.46L984.193 402.878H983.946L983.018 407.474L981.133 415H977.146Z" fill={palette[0]} /> - + - + - - - + + + ) }) diff --git a/packages/anatomy-icons/src/create-palette.ts b/packages/anatomy-icons/src/create-palette.ts index 427d1618bd..1681532d00 100644 --- a/packages/anatomy-icons/src/create-palette.ts +++ b/packages/anatomy-icons/src/create-palette.ts @@ -1,3 +1,5 @@ +// http://ethanmuller.github.io/sass-color-function-generator-thing + import { adjustHue, darken, desaturate, lighten, toHex } from "color2k" export function createPalette(accentColor: string) { @@ -17,5 +19,6 @@ export function createPalette(accentColor: string) { darken(desaturate(adjustHue(accentColor, 4), 0.38), 0.16), lighten(adjustHue(accentColor, 5), 0.22), darken(desaturate(adjustHue(accentColor, 9), 0.35), 0.43), + lighten(desaturate(adjustHue(accentColor, 9), 1), 0.26), ].map(toHex) }