-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EXC-2826-AddGlobeIcon * EXC-2826-RunFormatter --------- Co-authored-by: Darshan Halyal <darshanhalyal@p44-dhalyal.local>
- Loading branch information
Showing
4 changed files
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@project44-manifest/react-icons': minor | ||
--- | ||
|
||
add new icon (Globe) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
// THIS IS AN AUTOGENERATED FILE. DO NOT MODIFY. | ||
import { createIcon } from './utils/createIcon'; | ||
|
||
export const Globe = createIcon( | ||
<path d="M6.9935 0.333336C3.3135 0.333336 0.333496 3.32 0.333496 7C0.333496 10.68 3.3135 13.6667 6.9935 13.6667C10.6802 13.6667 13.6668 10.68 13.6668 7C13.6668 3.32 10.6802 0.333336 6.9935 0.333336ZM11.6135 4.33334H9.64683C9.4335 3.5 9.12683 2.7 8.72683 1.96C9.9535 2.38 10.9735 3.23334 11.6135 4.33334ZM7.00016 1.69334C7.5535 2.49334 7.98683 3.38 8.2735 4.33334H5.72683C6.0135 3.38 6.44683 2.49334 7.00016 1.69334ZM1.84016 8.33334C1.7335 7.90667 1.66683 7.46 1.66683 7C1.66683 6.54 1.7335 6.09334 1.84016 5.66667H4.0935C4.04016 6.10667 4.00016 6.54667 4.00016 7C4.00016 7.45334 4.04016 7.89334 4.0935 8.33334H1.84016ZM2.38683 9.66667H4.3535C4.56683 10.5 4.8735 11.3 5.2735 12.04C4.04683 11.62 3.02683 10.7733 2.38683 9.66667ZM4.3535 4.33334H2.38683C3.02683 3.22667 4.04683 2.38 5.2735 1.96C4.8735 2.7 4.56683 3.5 4.3535 4.33334ZM7.00016 12.3067C6.44683 11.5067 6.0135 10.62 5.72683 9.66667H8.2735C7.98683 10.62 7.5535 11.5067 7.00016 12.3067ZM8.56016 8.33334H5.44016C5.38016 7.89334 5.3335 7.45334 5.3335 7C5.3335 6.54667 5.38016 6.1 5.44016 5.66667H8.56016C8.62016 6.1 8.66683 6.54667 8.66683 7C8.66683 7.45334 8.62016 7.89334 8.56016 8.33334ZM8.72683 12.04C9.12683 11.3 9.4335 10.5 9.64683 9.66667H11.6135C10.9735 10.7667 9.9535 11.62 8.72683 12.04ZM9.90683 8.33334C9.96016 7.89334 10.0002 7.45334 10.0002 7C10.0002 6.54667 9.96016 6.10667 9.90683 5.66667H12.1602C12.2668 6.09334 12.3335 6.54 12.3335 7C12.3335 7.46 12.2668 7.90667 12.1602 8.33334H9.90683Z" />, | ||
); |
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