This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publisher status refresh now shows confirmation
- Loading branch information
Jason Sadler
committed
May 28, 2019
1 parent
36a78db
commit 2c93266
Showing
9 changed files
with
398 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY MANUALLY | ||
/* tslint:disable */ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License. v. 2.0. If a copy of the MPL was not distributed with this file. | ||
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
import * as React from 'react' | ||
import GenerateComponentForGraphic from './template' | ||
// Direct access to SVG | ||
export const Graphic = ( | ||
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'> | ||
<path d='M12 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75zm0-1.5a8.25 8.25 0 1 0 0-16.5 8.25 8.25 0 0 0 0 16.5zm-3.545-7.132l2.28 1.737 3.594-7.19a.75.75 0 1 1 1.342.67l-4 8a.75.75 0 0 1-1.126.262l-3-2.286a.75.75 0 1 1 .91-1.193z' | ||
/> | ||
</svg> | ||
) | ||
// Styled Component for SVG | ||
export default GenerateComponentForGraphic(Graphic) |
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,16 @@ | ||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY MANUALLY | ||
/* tslint:disable */ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License. v. 2.0. If a copy of the MPL was not distributed with this file. | ||
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
import * as React from 'react' | ||
import GenerateComponentForGraphic from './template' | ||
// Direct access to SVG | ||
export const Graphic = ( | ||
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'> | ||
<path d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3.394-7.081l2.04 1.554 3.46-6.92a1 1 0 0 1 1.788.894l-4 8a1 1 0 0 1-1.5.348l-3-2.285a1 1 0 1 1 1.212-1.591z' | ||
/> | ||
</svg> | ||
) | ||
// Styled Component for SVG | ||
export default GenerateComponentForGraphic(Graphic) |
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,16 @@ | ||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY MANUALLY | ||
/* tslint:disable */ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License. v. 2.0. If a copy of the MPL was not distributed with this file. | ||
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
import * as React from 'react' | ||
import GenerateComponentForGraphic from './template' | ||
// Direct access to SVG | ||
export const Graphic = ( | ||
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'> | ||
<path d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.394-9.081a1 1 0 0 0-1.212 1.59l3 2.286a1 1 0 0 0 1.5-.348l4-8a1 1 0 0 0-1.788-.894l-3.46 6.92-2.04-1.554z' | ||
/> | ||
</svg> | ||
) | ||
// Styled Component for SVG | ||
export default GenerateComponentForGraphic(Graphic) |
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.