Skip to content

Commit

Permalink
feat(icons): add Info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert committed Apr 27, 2019
1 parent 975d574 commit 2717249
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ export const Checkmark = props => (
<path d="M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z"/>
</svg>
);

export const Info = props => (
<svg viewBox="0 0 512 512" {...props}>
<path d="M256 48C141.2 48 48 141.2 48 256s93.2 208 208 208 208-93.2 208-208S370.8 48 256 48zm21 312h-42V235h42v125zm0-166h-42v-42h42v42z"/>
</svg>
);

0 comments on commit 2717249

Please sign in to comment.