-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
c4dc2c7
commit 9bafd97
Showing
13 changed files
with
455 additions
and
456 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 |
---|---|---|
@@ -1,53 +1,53 @@ | ||
import { IconInterface } from '@/assets/iconInterface' | ||
import React from 'react' | ||
|
||
function AppEngine({ className}: IconInterface){ | ||
return( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24px" | ||
height="24px" | ||
viewBox="0 0 24 24" | ||
className={className} | ||
> | ||
<defs> | ||
<style> | ||
{ | ||
".cls-1{fill:#4285f4;}.cls-1,.cls-2,.cls-3{fill-rule:evenodd;}.cls-2{fill:#aecbfa;}.cls-3{fill:#669df6;}" | ||
} | ||
</style> | ||
</defs> | ||
<title>{"Icon_24px_AppEngine_Color"}</title> | ||
<g data-name="Product Icons"> | ||
<g> | ||
<path | ||
className="cls-1" | ||
d="M14.3,10l-1.22,1.22A1.71,1.71,0,0,1,12,14.23a1.74,1.74,0,0,1-1.33-.64L9.45,14.81A3.43,3.43,0,1,0,14.3,10Z" | ||
/> | ||
<path | ||
className="cls-2" | ||
d="M12,6.26a6.25,6.25,0,1,0,6.25,6.25A6.25,6.25,0,0,0,12,6.26M12,17a4.45,4.45,0,1,1,4.44-4.44A4.44,4.44,0,0,1,12,17" | ||
/> | ||
<path | ||
className="cls-3" | ||
d="M21.62,11.9l-2.56-.81a7.1,7.1,0,0,1,.17,1.53,7.62,7.62,0,0,1-.08,1.08h2.47a.44.44,0,0,0,.38-.42v-1a.44.44,0,0,0-.38-.42" | ||
/> | ||
<path | ||
className="cls-3" | ||
d="M12,5.52a7.48,7.48,0,0,1,1.5.15l-.92-2.55c-.07-.22-.21-.38-.42-.38h-.38a.45.45,0,0,0-.42.38l-.8,2.54A7.64,7.64,0,0,1,12,5.52" | ||
/> | ||
<path | ||
className="cls-3" | ||
d="M4.77,12.62a7.1,7.1,0,0,1,.17-1.53l-2.56.81a.44.44,0,0,0-.38.42v1a.44.44,0,0,0,.38.42H4.85a7.62,7.62,0,0,1-.08-1.08" | ||
/> | ||
<path | ||
className="cls-2" | ||
d="M12,10a2.5,2.5,0,1,0,2.5,2.5A2.5,2.5,0,0,0,12,10Zm0,3.75a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,12,13.76Z" | ||
/> | ||
function AppEngine({ className }: IconInterface) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24px" | ||
height="24px" | ||
viewBox="0 0 24 24" | ||
className={className} | ||
> | ||
<defs> | ||
<style> | ||
{ | ||
'.cls-1{fill:#4285f4;}.cls-1,.cls-2,.cls-3{fill-rule:evenodd;}.cls-2{fill:#aecbfa;}.cls-3{fill:#669df6;}' | ||
} | ||
</style> | ||
</defs> | ||
<title>{'Icon_24px_AppEngine_Color'}</title> | ||
<g data-name="Product Icons"> | ||
<g> | ||
<path | ||
className="cls-1" | ||
d="M14.3,10l-1.22,1.22A1.71,1.71,0,0,1,12,14.23a1.74,1.74,0,0,1-1.33-.64L9.45,14.81A3.43,3.43,0,1,0,14.3,10Z" | ||
/> | ||
<path | ||
className="cls-2" | ||
d="M12,6.26a6.25,6.25,0,1,0,6.25,6.25A6.25,6.25,0,0,0,12,6.26M12,17a4.45,4.45,0,1,1,4.44-4.44A4.44,4.44,0,0,1,12,17" | ||
/> | ||
<path | ||
className="cls-3" | ||
d="M21.62,11.9l-2.56-.81a7.1,7.1,0,0,1,.17,1.53,7.62,7.62,0,0,1-.08,1.08h2.47a.44.44,0,0,0,.38-.42v-1a.44.44,0,0,0-.38-.42" | ||
/> | ||
<path | ||
className="cls-3" | ||
d="M12,5.52a7.48,7.48,0,0,1,1.5.15l-.92-2.55c-.07-.22-.21-.38-.42-.38h-.38a.45.45,0,0,0-.42.38l-.8,2.54A7.64,7.64,0,0,1,12,5.52" | ||
/> | ||
<path | ||
className="cls-3" | ||
d="M4.77,12.62a7.1,7.1,0,0,1,.17-1.53l-2.56.81a.44.44,0,0,0-.38.42v1a.44.44,0,0,0,.38.42H4.85a7.62,7.62,0,0,1-.08-1.08" | ||
/> | ||
<path | ||
className="cls-2" | ||
d="M12,10a2.5,2.5,0,1,0,2.5,2.5A2.5,2.5,0,0,0,12,10Zm0,3.75a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,12,13.76Z" | ||
/> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> | ||
) | ||
</svg> | ||
) | ||
} | ||
|
||
export default React.memo(AppEngine) | ||
export default React.memo(AppEngine) |
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,31 +1,31 @@ | ||
import { IconInterface } from '@/assets/iconInterface' | ||
import React from 'react' | ||
|
||
function CloudGPU({ className }: IconInterface){ | ||
return( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24px" | ||
height="24px" | ||
viewBox="0 0 24 24" | ||
className={className} | ||
> | ||
<defs> | ||
<style>{".cls-1{fill:#4285f4;}"}</style> | ||
</defs> | ||
<title>{"Icon_24px_GPU_Color"}</title> | ||
<g data-name="Product Icons"> | ||
<path | ||
className="cls-1" | ||
d="M15.33,2V4.38H13.17V2H10.83V4.38H8.67V2H6.29V4.38A2,2,0,0,0,4.38,6.29H2V8.67H4.38v2.14H2v2.38H4.38v2.14H2v2.38H4.38a2,2,0,0,0,1.91,1.91V22H8.67V19.62h2.16V22h2.34V19.62h2.16V22h2.38V19.62a2,2,0,0,0,1.91-1.91H22V15.33H19.62V13.19H22V10.81H19.62V8.67H22V6.29H19.62a2,2,0,0,0-1.91-1.91V2Zm1.53,15.24H7.14a.38.38,0,0,1-.38-.38V7.14a.38.38,0,0,1,.38-.38h9.72a.38.38,0,0,1,.38.38v9.72A.38.38,0,0,1,16.86,17.24Z" | ||
/> | ||
<polygon | ||
className="cls-1" | ||
points="12.83 7.54 12.83 11.12 14.79 11.12 11.29 15.98 11.29 12.35 9.22 12.35 12.83 7.54" | ||
/> | ||
</g> | ||
</svg> | ||
) | ||
function CloudGPU({ className }: IconInterface) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24px" | ||
height="24px" | ||
viewBox="0 0 24 24" | ||
className={className} | ||
> | ||
<defs> | ||
<style>{'.cls-1{fill:#4285f4;}'}</style> | ||
</defs> | ||
<title>{'Icon_24px_GPU_Color'}</title> | ||
<g data-name="Product Icons"> | ||
<path | ||
className="cls-1" | ||
d="M15.33,2V4.38H13.17V2H10.83V4.38H8.67V2H6.29V4.38A2,2,0,0,0,4.38,6.29H2V8.67H4.38v2.14H2v2.38H4.38v2.14H2v2.38H4.38a2,2,0,0,0,1.91,1.91V22H8.67V19.62h2.16V22h2.34V19.62h2.16V22h2.38V19.62a2,2,0,0,0,1.91-1.91H22V15.33H19.62V13.19H22V10.81H19.62V8.67H22V6.29H19.62a2,2,0,0,0-1.91-1.91V2Zm1.53,15.24H7.14a.38.38,0,0,1-.38-.38V7.14a.38.38,0,0,1,.38-.38h9.72a.38.38,0,0,1,.38.38v9.72A.38.38,0,0,1,16.86,17.24Z" | ||
/> | ||
<polygon | ||
className="cls-1" | ||
points="12.83 7.54 12.83 11.12 14.79 11.12 11.29 15.98 11.29 12.35 9.22 12.35 12.83 7.54" | ||
/> | ||
</g> | ||
</svg> | ||
) | ||
} | ||
|
||
export default React.memo(CloudGPU) | ||
export default React.memo(CloudGPU) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,46 @@ | ||
import { IconInterface } from '@/assets/iconInterface' | ||
import React from 'react' | ||
|
||
function ContainerEngine({ className}: IconInterface){ | ||
return( | ||
<svg | ||
width="800px" | ||
height="800px" | ||
viewBox="0 0 128 128" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlnsXlink="http://www.w3.org/1999/xlink" | ||
className={className} | ||
> | ||
<defs> | ||
function ContainerEngine({ className }: IconInterface) { | ||
return ( | ||
<svg | ||
width="800px" | ||
height="800px" | ||
viewBox="0 0 128 128" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlnsXlink="http://www.w3.org/1999/xlink" | ||
className={className} | ||
> | ||
<defs> | ||
<path d="m27.791 115.22l-26.25-45.47c-2.054-3.558-2.054-7.941 0-11.499l26.25-45.47c2.054-3.558 5.85-5.75 9.959-5.75h52.5c4.108 0 7.904 2.192 9.959 5.75l26.25 45.47c2.054 3.558 2.054 7.941 0 11.499l-26.25 45.47c-2.054 3.558-5.85 5.749-9.959 5.749h-52.5c-4.108 0-7.904-2.192-9.958-5.749" /> | ||
<clipPath> | ||
<use xlinkHref="#2" /> | ||
</clipPath> | ||
<linearGradient | ||
gradientUnits="userSpaceOnUse" | ||
y1={7.03} | ||
x2={0} | ||
y2={120.79} | ||
> | ||
<stop stopColor="#4387fd" /> | ||
<stop offset={1} stopColor="#4683ea" /> | ||
</linearGradient> | ||
</defs> | ||
<path | ||
|
||
d="m27.791 115.22l-26.25-45.47c-2.054-3.558-2.054-7.941 0-11.499l26.25-45.47c2.054-3.558 5.85-5.75 9.959-5.75h52.5c4.108 0 7.904 2.192 9.959 5.75l26.25 45.47c2.054 3.558 2.054 7.941 0 11.499l-26.25 45.47c-2.054 3.558-5.85 5.749-9.959 5.749h-52.5c-4.108 0-7.904-2.192-9.958-5.749" | ||
fill="url(#0)" | ||
/> | ||
<clipPath > | ||
<use xlinkHref="#2" /> | ||
</clipPath> | ||
<linearGradient | ||
|
||
gradientUnits="userSpaceOnUse" | ||
y1={7.03} | ||
x2={0} | ||
y2={120.79} | ||
> | ||
<stop stopColor="#4387fd" /> | ||
<stop offset={1} stopColor="#4683ea" /> | ||
</linearGradient> | ||
</defs> | ||
<path | ||
d="m27.791 115.22l-26.25-45.47c-2.054-3.558-2.054-7.941 0-11.499l26.25-45.47c2.054-3.558 5.85-5.75 9.959-5.75h52.5c4.108 0 7.904 2.192 9.959 5.75l26.25 45.47c2.054 3.558 2.054 7.941 0 11.499l-26.25 45.47c-2.054 3.558-5.85 5.749-9.959 5.749h-52.5c-4.108 0-7.904-2.192-9.958-5.749" | ||
fill="url(#0)" | ||
/> | ||
<path | ||
opacity={0.07} | ||
clipPath="url(#1)" | ||
d="M124.05 82.86 89.63 48.44 64 37 39.5 50.31 38.473 79.65 81.02 122.19 97.67 122.04z" | ||
/> | ||
<path | ||
d="m89.03 47.993l-23.676-13.67c-.835-.482-1.864-.482-2.699 0l-23.676 13.67c-.835.482-1.349 1.373-1.349 2.337v27.339c0 .964.514 1.855 1.349 2.337l23.676 13.67c.835.482 1.864.482 2.699 0l23.676-13.67c.835-.482 1.349-1.373 1.349-2.337v-27.339c0-.964-.514-1.855-1.349-2.337m-3.248 27.06l-8.26-4.769v-12.563l-12.198 7.04v14.09l10.879-6.281 8.26 4.769-20.459 11.812-20.459-11.812 8.26-4.769 10.88 6.281v-14.09l-12.198-7.04v12.563l-8.26 4.769v-23.624l20.459-11.812v9.538l-10.88 6.281 12.198 7.04 12.198-7.04-10.879-6.281v-9.538l20.459 11.812v23.624" | ||
fill="#ffffff" | ||
/> | ||
</svg> | ||
) | ||
<path | ||
opacity={0.07} | ||
clipPath="url(#1)" | ||
d="M124.05 82.86 89.63 48.44 64 37 39.5 50.31 38.473 79.65 81.02 122.19 97.67 122.04z" | ||
/> | ||
<path | ||
d="m89.03 47.993l-23.676-13.67c-.835-.482-1.864-.482-2.699 0l-23.676 13.67c-.835.482-1.349 1.373-1.349 2.337v27.339c0 .964.514 1.855 1.349 2.337l23.676 13.67c.835.482 1.864.482 2.699 0l23.676-13.67c.835-.482 1.349-1.373 1.349-2.337v-27.339c0-.964-.514-1.855-1.349-2.337m-3.248 27.06l-8.26-4.769v-12.563l-12.198 7.04v14.09l10.879-6.281 8.26 4.769-20.459 11.812-20.459-11.812 8.26-4.769 10.88 6.281v-14.09l-12.198-7.04v12.563l-8.26 4.769v-23.624l20.459-11.812v9.538l-10.88 6.281 12.198 7.04 12.198-7.04-10.879-6.281v-9.538l20.459 11.812v23.624" | ||
fill="#ffffff" | ||
/> | ||
</svg> | ||
) | ||
} | ||
|
||
export default React.memo(ContainerEngine) | ||
export default React.memo(ContainerEngine) |
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,41 +1,39 @@ | ||
//compute | ||
import ComputeEngine from "./compute/ComputeEngine" | ||
import AppEngine from "./compute/AppEngine" | ||
import ContainerEngine from "./compute/ContainerEngine" | ||
import CloudGPU from "./compute/CloudGPU" | ||
import CloudTPU from "./compute/CloudTPU" | ||
import ComputeEngine from './compute/ComputeEngine' | ||
import AppEngine from './compute/AppEngine' | ||
import ContainerEngine from './compute/ContainerEngine' | ||
import CloudGPU from './compute/CloudGPU' | ||
import CloudTPU from './compute/CloudTPU' | ||
|
||
//networking | ||
import CloudCDN from "./network/CloudCDN" | ||
import CloudDNS from "./network/CloudDNS" | ||
import CloudNetwork from "./network/CloudNetwork" | ||
import CloudCDN from './network/CloudCDN' | ||
import CloudDNS from './network/CloudDNS' | ||
import CloudNetwork from './network/CloudNetwork' | ||
|
||
//tools | ||
import Debugger from "./tools/Debugger" | ||
import Monitoring from "./tools/Monitoring" | ||
import Trace from "./tools/Trace" | ||
import Logging from "./tools/Logging" | ||
|
||
import Debugger from './tools/Debugger' | ||
import Monitoring from './tools/Monitoring' | ||
import Trace from './tools/Trace' | ||
import Logging from './tools/Logging' | ||
|
||
const GCPIcons = { | ||
//compute | ||
ComputeEngine, | ||
AppEngine, | ||
ContainerEngine, | ||
CloudGPU, | ||
CloudTPU, | ||
|
||
//networking | ||
CloudCDN, | ||
CloudDNS, | ||
CloudNetwork, | ||
|
||
//tools | ||
Debugger, | ||
Monitoring, | ||
Trace, | ||
Logging | ||
|
||
//compute | ||
ComputeEngine, | ||
AppEngine, | ||
ContainerEngine, | ||
CloudGPU, | ||
CloudTPU, | ||
|
||
//networking | ||
CloudCDN, | ||
CloudDNS, | ||
CloudNetwork, | ||
|
||
//tools | ||
Debugger, | ||
Monitoring, | ||
Trace, | ||
Logging, | ||
} | ||
|
||
export { GCPIcons } | ||
export { GCPIcons } |
Oops, something went wrong.