chore(icons,toolbox): Update icons (#7505)

This commit is contained in:
Kasper Fabricius Kristensen
2024-05-28 19:54:31 +02:00
committed by GitHub
parent ee0b93078f
commit 75791f2cbd
313 changed files with 3325 additions and 2079 deletions
@@ -5,8 +5,8 @@ const CircleStack = React.forwardRef<SVGSVGElement, IconProps>(
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={20}
height={20}
width={15}
height={15}
fill="none"
ref={ref}
{...props}
@@ -15,8 +15,22 @@ const CircleStack = React.forwardRef<SVGSVGElement, IconProps>(
stroke={color}
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.25}
d="M16.875 5.313c0 1.898-3.078 3.437-6.875 3.437S3.125 7.21 3.125 5.312m13.75 0c0-1.898-3.078-3.437-6.875-3.437s-6.875 1.54-6.875 3.438m13.75 0v9.375c0 1.898-3.078 3.437-6.875 3.437s-6.875-1.54-6.875-3.438V5.313m13.75 0v3.125M3.125 5.312v3.125m13.75 0v3.126C16.875 13.46 13.797 15 10 15s-6.875-1.54-6.875-3.438V8.438m13.75 0c0 1.898-3.078 3.437-6.875 3.437s-6.875-1.54-6.875-3.438"
strokeWidth={1.5}
d="M7.5 5.278c3.068 0 5.556-.896 5.556-2s-2.488-2-5.556-2-5.556.895-5.556 2 2.488 2 5.556 2"
/>
<path
stroke={color}
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M1.944 3.278v8.444c0 1.105 2.488 2 5.556 2s5.556-.895 5.556-2V3.278"
/>
<path
stroke={color}
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M1.944 7.5c0 1.105 2.488 2 5.556 2s5.556-.895 5.556-2"
/>
</svg>
)