Skip to content

Commit

Permalink
Add new baseName svg
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 12, 2024
1 parent 2df5cca commit 688392f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/internal/svg/baseNameSvg.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fill } from '../../styles/theme';
import { fill } from "../../styles/theme";

export const baseNameSvg = (
<svg
Expand All @@ -12,13 +12,12 @@ export const baseNameSvg = (
fill="none"
className="h-full w-full"
>
<path
d="M11.75 3.75C11.75 5.82107 10.0711 7.5 8 7.5C5.92893 7.5 4.25 5.82107 4.25 3.75C4.25 1.67893 5.92893 0 8 0C10.0711 0 11.75 1.67893 11.75 3.75Z"
className={fill.defaultReverse}
/>
<path
d="M10.99 8.01001C12.21 8.04001 13.3 8.80001 13.73 9.95001L16 16H0L2.27 9.95001C2.7 8.80001 3.79 8.03001 5.01 8.01001C5.05 8.04001 6.37 9.00001 8 9.00001C9.63 9.00001 10.95 8.04001 10.99 8.01001Z"
className={fill.defaultReverse}
/>
<g id="Icons/User">
<path
id="Vector"
d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM12.832 6.9987C12.832 5.43461 11.5641 4.16666 10 4.16666C8.43594 4.16666 7.168 5.43461 7.168 6.9987C7.168 8.56279 8.43594 9.83073 10 9.83073C11.5641 9.83073 12.832 8.56279 12.832 6.9987ZM5.67266 11.6810L4.76738 14.0938C6.10704 15.4238 7.95093 16.2465 9.98699 16.2500L10.0130 16.2500C12.0491 16.2465 13.8930 15.4238 15.2326 14.0938L14.3273 11.6810C14.0026 10.8125 13.1794 10.2385 12.2581 10.2159C12.2279 10.2385 11.2310 10.9635 10.0000 10.9635C8.76903 10.9635 7.77215 10.2385 7.74194 10.2159C6.82059 10.2310 5.9974 10.8125 5.67266 11.6810Z"
className={fill.defaultReverse}
/>
</g>
</svg>
);

0 comments on commit 688392f

Please sign in to comment.