Skip to content

Commit

Permalink
baseName svg
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 7, 2024
1 parent fb4c83d commit b8a346f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/internal/svg/baseNameSvg.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
import { fill } from '../../styles/theme';

export const baseNameSvg = (
export const disconnectSvg = (
<svg
data-testid="ockbaseNameSvg"
role="img"
aria-label="ock-base-name"
aria-label="ock-disconnect-svg"
width="16"
height="16"
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM10.2656 5.59896C10.2656 4.34769 9.2513 3.33333 8.00002 3.33333C6.74875 3.33333 5.7344 4.34769 5.7344 5.59896C5.7344 6.85023 6.74875 7.86458 8.00002 7.86458C9.2513 7.86458 10.2656 6.85023 10.2656 5.59896ZM4.53813 9.34479L3.8139 11.275C4.88563 12.339 6.36074 12.9972 7.98959 13H8.01039C9.63925 12.9972 11.1144 12.339 12.1861 11.275L11.4619 9.34479C11.2021 8.65 10.5435 8.19083 9.80647 8.17271C9.7823 8.19083 8.9848 8.77083 8.00001 8.77083C7.01522 8.77083 6.21772 8.19083 6.19355 8.17271C5.45647 8.18479 4.79792 8.65 4.53813 9.34479Z"
d="M10.9735 2.69696L10.9735 4.52272L5.49622 4.52272L5.49622 15.4773L10.9735 15.4773L10.9735 17.303L3.67046 17.303L3.67046 2.69696L10.9735 2.69696Z"
className={fill.defaultReverse}
/>
<path
d="M13.4614 13.5207L16.7804 10.0235L13.4783 6.34848L12.1202 7.56872L13.4931 9.09667L7.32216 9.09667L7.32216 10.9224L13.4102 10.9224L12.1371 12.2639L13.4614 13.5207Z"
className={fill.defaultReverse}
/>
</svg>
);
);

0 comments on commit b8a346f

Please sign in to comment.