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.
- Loading branch information
Ross Moody
authored and
Ross Moody
committed
Jan 29, 2019
1 parent
fe35670
commit de9b2eb
Showing
57 changed files
with
1,149 additions
and
928 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
This file was deleted.
Oops, something went wrong.
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 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M21.673 18.74a1.001 1.001 0 0 0 .067-1.413l-5-5.5c-.38-.417-1.101-.417-1.48 0l-5 5.5a1.001 1.001 0 0 0 1.48 1.346L16 13.987l4.26 4.686a.998.998 0 0 0 1.413.067M16 5C9.935 5 5 9.935 5 16c0 6.066 4.935 11 11 11 6.066 0 11-4.934 11-11 0-6.065-4.934-11-11-11m0 24C8.832 29 3 23.169 3 16 3 8.832 8.832 3 16 3s13 5.832 13 13c0 7.169-5.832 13-13 13' /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M16 2c-1.645 0-3 1.355-3 3H9C7.355 5 6 6.355 6 8v18c0 1.645 1.355 3 3 3h14c1.645 0 3-1.355 3-3V8c0-1.645-1.355-3-3-3h-4c0-1.645-1.355-3-3-3zm0 2c.564 0 1 .436 1 1 0 .564-.436 1-1 1-.564 0-1-.436-1-1 0-.564.436-1 1-1zM9 7h4v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V7h4c.565 0 1 .435 1 1v18c0 .565-.435 1-1 1H9c-.565 0-1-.435-1-1V8c0-.565.435-1 1-1zm3 6a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8zm0 4a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5zm0 4a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8z' | ||
/> | ||
</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,21 @@ | ||
// 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 32 32'> | ||
<path d='M16 3a13 13 0 1 0 13 13A13 13 0 0 0 16 3zm0 24a11 11 0 1 1 11-11 11 11 0 0 1-11 11z' | ||
/> | ||
<path d='M20.71 11.29a1 1 0 0 0-1.42 0L16 14.59l-3.29-3.3a1 1 0 0 0-1.42 1.42l3.3 3.29-3.3 3.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l3.29-3.3 3.29 3.3a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L17.41 16l3.3-3.29a1 1 0 0 0 0-1.42z' | ||
/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M24.839 11.404L20.596 7.16 8.222 19.536l4.243 4.242 12.374-12.374zm1.414-1.414l.354-.354a3 3 0 1 0-4.243-4.243l-.353.354 4.242 4.243zM12.475 26.597a.995.995 0 0 1-.513.281l-7.02 1.466a1 1 0 0 1-1.187-1.167l1.363-7.122c.04-.21.143-.39.285-.529L20.95 3.98a5 5 0 0 1 7.07 7.071L12.476 26.597zm-1.563-1.543l-3.957-3.957-.953 4.982 4.91-1.025z' | ||
/> | ||
</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,19 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M5.317 16l5.442 6.35a1 1 0 1 1-1.518 1.3l-6-7a1 1 0 0 1 0-1.3l6-7a1 1 0 0 1 1.518 1.3L5.317 16zm15.924 6.35L26.683 16 21.24 9.65a1 1 0 0 1 1.518-1.3l6 7a1 1 0 0 1 0 1.3l-6 7a1 1 0 1 1-1.518-1.3zm-6.777 2.918a1 1 0 0 1-1.928-.536l5-18a1 1 0 1 1 1.928.536l-5 18z' | ||
/> | ||
</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,19 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M3 18a1 1 0 0 1 2 0v9a1 1 0 0 1-2 0v-9zm4 4a1 1 0 0 1 2 0v5a1 1 0 0 1-2 0v-5zm4-5a1 1 0 0 1 2 0v10a1 1 0 0 1-2 0V17zm4 3a1 1 0 0 1 2 0v7a1 1 0 0 1-2 0v-7zm4-4a1 1 0 0 1 2 0v11a1 1 0 0 1-2 0V16zm4 2a1 1 0 0 1 2 0v9a1 1 0 0 1-2 0v-9zm4-5a1 1 0 0 1 2 0v14a1 1 0 0 1-2 0V13zM8.825 15.566A1 1 0 0 1 7.4 15.8l-4-3a1 1 0 1 1 1.2-1.6l3.165 2.374 3.41-4.971a1 1 0 0 1 1.241-.344l3.29 1.507 3.513-4.39a1 1 0 0 1 1.562 0l3.08 3.85 3.27-5.722a1 1 0 1 1 1.737.992l-4 7a1 1 0 0 1-1.649.129L20 7.6l-3.22 4.024a1 1 0 0 1-1.196.284l-3.235-1.48-3.524 5.137z' | ||
/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M26.636 3H5.364A2.363 2.363 0 0 0 3 5.364v21.272A2.363 2.363 0 0 0 5.364 29h11.818V18.364h-3.546v-3.546h3.546v-1.904c0-3.604 1.756-5.187 4.752-5.187 1.435 0 2.193.107 2.553.155v3.39h-2.044c-1.271 0-1.716.672-1.716 2.031v1.515h3.728l-.506 3.546h-3.222V29h5.91A2.363 2.363 0 0 0 29 26.636V5.364A2.364 2.364 0 0 0 26.636 3z' | ||
/> | ||
</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,19 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M29 7.55c-.907.468-1.965.78-3.023.935 1.133-.701 1.965-1.793 2.418-3.118-1.058.623-2.192 1.091-3.4 1.325-1.69-1.785-4.319-2.206-6.453-1.033-2.135 1.173-3.263 3.659-2.769 6.1C11.541 11.527 7.46 9.5 4.814 5.99a5.444 5.444 0 0 0-.648 4.022 5.297 5.297 0 0 0 2.31 3.307c-.83 0-1.662-.156-2.418-.546.076 2.573 1.814 4.834 4.233 5.38-.756.234-1.588.234-2.419.078.756 2.261 2.797 3.82 5.064 3.898C8.744 24.001 5.796 24.86 3 24.39c4.767 3.282 10.928 3.484 15.888.52 4.959-2.963 7.855-8.577 7.467-14.476C27.413 9.654 28.32 8.72 29 7.55' | ||
/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// 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 width='32' height='32' xmlns='http://www.w3.org/2000/svg'> | ||
<path d='M19.897 3l-.703.958-5.015 6.836c-2.687-.468-5.53.291-7.602 2.363l-.734.703 5.43 5.43L3 27.563V29h1.437l8.273-8.273 5.43 5.43.703-.734c2.072-2.073 2.83-4.915 2.363-7.602l6.836-5.015.958-.703L19.897 3zm.255 3.13l5.718 5.718-6.356 4.663-.575.415.191.671c.491 1.873-.044 3.825-1.214 5.462l-8.975-8.975c1.637-1.17 3.59-1.705 5.462-1.214l.67.191.416-.575 4.663-6.356z' /> | ||
</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
Oops, something went wrong.