Skip to content

Commit

Permalink
Update cases icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
adcoelho committed Jun 18, 2024
1 parent 4d6acaf commit 1fe97d8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 12 deletions.
51 changes: 44 additions & 7 deletions packages/eui/src/components/icon/assets/app_cases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,60 @@ const EuiIconAppCases = ({
}: SVGProps<SVGSVGElement> & SVGRProps) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={32}
height={32}
width={64}
height={64}
fill="none"
viewBox="0 0 32 32"
viewBox="0 0 64 64"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fill="#535966"
fillRule="evenodd"
d="M22.5 24a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Zm0 2a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z"
d="M3 5h46v7h-3V8H6v45H3V5Z"
clipRule="evenodd"
/>
<path
fill="#535966"
fillRule="evenodd"
d="M5.508 58.934C3.94 57.472 3 55.302 3 52.5h3c0 2.098.684 3.428 1.555 4.24C8.449 57.577 9.686 58 11 58c1.846 0 3.031-.688 3.788-1.628C15.58 55.386 16 53.994 16 52.5h3c0 2.006-.556 4.114-1.875 5.753C15.769 59.938 13.705 61 11 61c-1.936 0-3.95-.626-5.492-2.066Z"
clipRule="evenodd"
/>
<path
fill="#535966"
fillRule="evenodd"
d="M16 27h46v9.983h-3V30H19v23.304h-3V27Zm-4.5 31h22v3h-22v-3Z"
clipRule="evenodd"
/>
<path
fill="#00BFB3"
fillRule="evenodd"
d="M21.5 23H16v-3h5.5v3ZM49 23H23.5v-3H49v3Z"
clipRule="evenodd"
/>
<path
fill="#00BFB3"
fillRule="evenodd"
d="M9 13h47v13h-3V16H12v37.5H9V13Z"
clipRule="evenodd"
/>
<path
fill="#535966"
fillRule="evenodd"
d="M47.5 59.5c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm0 3c7.732 0 14-6.268 14-14s-6.268-14-14-14-14 6.268-14 14 6.268 14 14 14Z"
clipRule="evenodd"
/>
<path
fill="#535966"
fillRule="evenodd"
d="M46 56.5v-16h3v16h-3Z"
clipRule="evenodd"
/>
<path d="m30.293 27.707-4-4 1.414-1.414 4 4-1.414 1.414ZM6 4H2v27h25v-3h-2v1H4V6h2V4Zm19 6h2V4h-4v2h2v4Z" />
<path
fill="#535966"
fillRule="evenodd"
d="m16.381 3.024.538 1.158h2.274l.636 2.545H9.68l.637-2.545h2.558l.538-1.158c.292-.63.955-1.024 1.484-1.024.53 0 1.193.394 1.485 1.024Zm6.01 5.703-1.636-6.545h-2.56C17.6.898 16.262 0 14.897 0c-1.364 0-2.703.898-3.299 2.182H8.755L7.118 8.727h15.273ZM7 15h6v-2H7v2Zm6 5H7v-2h6v2Zm-6 5h6v-2H7v2Z"
className="euiIcon__fillSecondary"
d="M55.5 50h-16v-3h16v3Z"
clipRule="evenodd"
/>
</svg>
Expand Down
14 changes: 9 additions & 5 deletions packages/eui/src/components/icon/svgs/app_cases.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fe97d8

Please sign in to comment.