-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
118 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
packages/adena-extension/src/components/atoms/icon/icon-assets/icon-question.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React, { ReactElement } from 'react'; | ||
|
||
const IconQuestion = ({ className }: { className?: string }): ReactElement => { | ||
return ( | ||
<svg | ||
className={className} | ||
width='20' | ||
height='20' | ||
viewBox='0 0 20 20' | ||
fill='none' | ||
xmlns='http://www.w3.org/2000/svg' | ||
> | ||
<g clipPath='url(#clip0_7878_1569)'> | ||
<path | ||
d='M9.99935 1.66699C5.39935 1.66699 1.66602 5.40033 1.66602 10.0003C1.66602 14.6003 5.39935 18.3337 9.99935 18.3337C14.5993 18.3337 18.3327 14.6003 18.3327 10.0003C18.3327 5.40033 14.5993 1.66699 9.99935 1.66699ZM10.8327 15.8337H9.16602V14.167H10.8327V15.8337ZM12.5577 9.37533L11.8077 10.142C11.2077 10.7503 10.8327 11.2503 10.8327 12.5003H9.16602V12.0837C9.16602 11.167 9.54102 10.3337 10.141 9.72533L11.1743 8.67533C11.4827 8.37533 11.666 7.95866 11.666 7.50033C11.666 6.58366 10.916 5.83366 9.99935 5.83366C9.08268 5.83366 8.33268 6.58366 8.33268 7.50033H6.66602C6.66602 5.65866 8.15768 4.16699 9.99935 4.16699C11.841 4.16699 13.3327 5.65866 13.3327 7.50033C13.3327 8.23366 13.0327 8.90033 12.5577 9.37533Z' | ||
fill='#6C717A' | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id='clip0_7878_1569'> | ||
<rect width='20' height='20' fill='white' /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default IconQuestion; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters