-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into changsets
- Loading branch information
Showing
55 changed files
with
6,943 additions
and
7,858 deletions.
There are no files selected for viewing
13 changes: 6 additions & 7 deletions
13
aries-site/src/examples/foundation/icons/IconPlainExample.js
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
import React from 'react'; | ||
import { Box } from 'grommet'; | ||
import { Hpe, Aruba, Hpi } from 'grommet-icons'; | ||
import { Hpe, Hpi } from 'grommet-icons'; | ||
|
||
export const IconPlainExample = () => ( | ||
<Box direction="row-responsive" gap="medium"> | ||
<Hpe color="plain" size="large" /> | ||
<Hpi color="plain" size="large" /> | ||
<Aruba color="plain" size="large" /> | ||
</Box> | ||
); | ||
<Box direction="row-responsive" gap="medium"> | ||
<Hpe color="plain" size="large" /> | ||
<Hpi color="plain" size="large" /> | ||
</Box> | ||
); |
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
Oops, something went wrong.