Skip to content

Commit

Permalink
add catalog icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 28, 2024
1 parent eae6057 commit 0a20b5c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/components/icons/CatalogIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
import createIcon from './createIcon'

export default createIcon(({ size, color }) => (
<svg
width={size}
viewBox="0 0 17 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7.25039 12.05V14.65M7.25039 14.65C7.25039 15.05 6.95039 15.35 6.55039 15.35H1.35039C0.950391 15.35 0.650391 15.05 0.650391 14.65M7.25039 14.65L7.25039 9.44998C7.25039 9.04998 6.95039 8.74998 6.55039 8.74998L1.35039 8.74998M0.650391 14.65V9.44998M0.650391 14.65V12.95V9.44998M0.650391 9.44998C0.650391 9.04998 0.950391 8.74998 1.35039 8.74998M1.35039 8.74998H5.05039M15.5944 12.05V14.65M15.5944 14.65C15.5944 15.05 15.2944 15.35 14.8944 15.35H9.69439C9.29439 15.35 8.99439 15.05 8.99439 14.65M15.5944 14.65L15.5944 9.45002C15.5944 9.05002 15.2944 8.75002 14.8944 8.75002L9.69439 8.75002M8.99439 14.65V9.45002M8.99439 14.65V12.95V9.45002M8.99439 9.45002C8.99439 9.05002 9.29439 8.75002 9.69439 8.75002M9.69439 8.75002H13.3944M7.25039 3.92793V6.52793M7.25039 6.52793C7.25039 6.92793 6.95039 7.22793 6.55039 7.22793H1.35039C0.950391 7.22793 0.650391 6.92793 0.650391 6.52793M7.25039 6.52793L7.25039 1.32793C7.25039 0.92793 6.95039 0.62793 6.55039 0.62793L1.35039 0.627931M0.650391 6.52793V1.32793M0.650391 6.52793V4.82793V1.32793M0.650391 1.32793C0.650391 0.92793 0.950391 0.627931 1.35039 0.627931M1.35039 0.627931H5.05039"
stroke={color}
strokeMiterlimit="10"
/>
<path
d="M13.1211 5.15015L13.1211 8.98032"
stroke={color}
strokeWidth="0.992819"
strokeMiterlimit="10"
strokeLinejoin="round"
/>
<path
d="M7.33496 2.87915L10.9946 2.87915"
stroke={color}
strokeWidth="0.992819"
strokeMiterlimit="10"
strokeLinejoin="round"
/>
<path
d="M7.09082 8.9803L11.7382 4.42004"
stroke={color}
strokeWidth="0.992819"
strokeMiterlimit="10"
strokeLinejoin="round"
/>
<path
d="M13.1212 5.00615C14.2959 5.00615 15.2482 4.05384 15.2482 2.87911C15.2482 1.70438 14.2959 0.752075 13.1212 0.752075C11.9464 0.752075 10.9941 1.70438 10.9941 2.87911C10.9941 4.05384 11.9464 5.00615 13.1212 5.00615Z"
stroke={color}
strokeWidth="0.992819"
strokeMiterlimit="10"
strokeLinejoin="round"
/>
</svg>
))
1 change: 1 addition & 0 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export { default as ArchitectureIcon } from './components/icons/ArchitectureIcon
export { default as ArrowLeftIcon } from './components/icons/ArrowLeftIcon'
export { default as ArrowRightIcon } from './components/icons/ArrowRightIcon'
export { default as ArrowRightLeftIcon } from './components/icons/ArrowRightLeftIcon'
export { default as CatalogIcon } from './components/icons/CatalogIcon'
export { default as ArrowTopRightIcon } from './components/icons/ArrowTopRightIcon'
export { default as AwsLogoIcon } from './components/icons/AwsLogoIcon'
export { default as AzureLogoIcon } from './components/icons/AzureLogoIcon'
Expand Down

0 comments on commit 0a20b5c

Please sign in to comment.