diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-30 16:05:09 +0500 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-30 16:05:09 +0500 |
| commit | 98a72c42723ec04c41d55cde1e17087a77776246 (patch) | |
| tree | 569669583766d6e12ffc31ce67eb2b71bc6bcf4b /src | |
| parent | Update build (diff) | |
| download | githunt-98a72c42723ec04c41d55cde1e17087a77776246.tar.gz | |
Icons fix and remove build
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/icons/logo.js | 4 | ||||
| -rw-r--r-- | src/components/icons/solar.js | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/icons/logo.js b/src/components/icons/logo.js index 2bdf01b..fc13fd8 100644 --- a/src/components/icons/logo.js +++ b/src/components/icons/logo.js @@ -1,9 +1,9 @@ import React from 'react'; const Logo = (props) => ( - <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"> + <svg id='githunt-logo' xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"> <defs> - <style>{ '.cls-1{ fill:#1d1d1b; }.cls-2{ fill:#e7413e; }.cls-3{ fill:#e6e4da; }.cls-4{ fill:#cbe7f5; }.cls-5{ fill:#1f4863; }' }</style> + <style>{ '#githunt-logo .cls-1{ fill:#1d1d1b; }#githunt-logo .cls-2{ fill:#e7413e; }#githunt-logo .cls-3{ fill:#e6e4da; }#githunt-logo .cls-4{ fill:#cbe7f5; }#githunt-logo .cls-5{ fill:#1f4863; }' }</style> </defs> <title>astronaut-helmet</title> <g id="astronaut-helmet"> diff --git a/src/components/icons/solar.js b/src/components/icons/solar.js index 6b26024..64752c4 100644 --- a/src/components/icons/solar.js +++ b/src/components/icons/solar.js @@ -2,9 +2,9 @@ import React from 'react'; import PropTypes from 'prop-types'; const Solar = (props) => ( - <svg { ...props } xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"> + <svg id='solar-loader' { ...props } xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"> <defs> - <style>{ '.cls-1{ fill:#1d1d1b; }.cls-2{ fill:#85bfe9; }.cls-3{ fill:#e6e4da; }.cls-4{ fill:#ddc07c; }.cls-5{ fill:#cbe7f5; }.cls-6{ fill:#fab900; }' }</style> + <style>{ '#solar-loader .cls-1{ fill:#1d1d1b; }#solar-loader .cls-2{ fill:#85bfe9; }#solar-loader .cls-3{ fill:#e6e4da; }#solar-loader .cls-4{ fill:#ddc07c; }#solar-loader .cls-5{ fill:#cbe7f5; }#solar-loader .cls-6{ fill:#fab900; }' }</style> </defs> <title>solar-system</title> <g id="solar-system"> |
