Skip to content

Commit

Permalink
update SVG in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo committed May 24, 2024
1 parent 65cb04a commit 9df49e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/help-center/src/components/help-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ const HelpIcon = forwardRef< SVGSVGElement >( ( _, ref ) => {
ref={ ref }
width="24"
height="24"
viewBox="-2 -2 26 24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path d="M10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20C15.523 20 20 15.523 20 10C20 4.477 15.523 0 10 0ZM11 16H9V14H11V16ZM11 11.859V13H9V11C9 10.448 9.448 10 10 10C11.103 10 12 9.103 12 8C12 6.897 11.103 6 10 6C8.897 6 8 6.897 8 8H6C6 5.791 7.791 4 10 4C12.209 4 14 5.791 14 8C14 9.862 12.722 11.413 11 11.859Z" />
<path d="M12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zM3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 8.75a1.5 1.5 0 01.167 2.99c-.465.052-.917.44-.917 1.01V14h1.5v-.845A3 3 0 109 10.25h1.5a1.5 1.5 0 011.5-1.5zM11.25 15v1.5h1.5V15h-1.5z" />
<circle
cx="20"
cy="4"
r="5"
cx="17"
cy="6"
r="3"
fill="var( --color-masterbar-unread-dot-background )"
stroke="#101517"
strokeWidth="2"
Expand All @@ -51,10 +51,10 @@ const HelpIcon = forwardRef< SVGSVGElement >( ( _, ref ) => {
ref={ ref }
width="24"
height="24"
viewBox="-2 -2 24 24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path d="M10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20C15.523 20 20 15.523 20 10C20 4.477 15.523 0 10 0ZM11 16H9V14H11V16ZM11 11.859V13H9V11C9 10.448 9.448 10 10 10C11.103 10 12 9.103 12 8C12 6.897 11.103 6 10 6C8.897 6 8 6.897 8 8H6C6 5.791 7.791 4 10 4C12.209 4 14 5.791 14 8C14 9.862 12.722 11.413 11 11.859Z" />
<path d="M12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zM3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 8.75a1.5 1.5 0 01.167 2.99c-.465.052-.917.44-.917 1.01V14h1.5v-.845A3 3 0 109 10.25h1.5a1.5 1.5 0 011.5-1.5zM11.25 15v1.5h1.5V15h-1.5z" />
</svg>
) }
</>
Expand Down

0 comments on commit 9df49e3

Please sign in to comment.