1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-13 16:45:12 +01:00

use dribbble icon from feather icons

This commit is contained in:
Matthias Kretschmann 2020-04-08 21:05:03 +02:00
parent acd4b245ba
commit 5499e3bb37
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 5135 additions and 1862 deletions

6964
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,28 +24,28 @@
"@loadable/component": "^5.12.0",
"axios": "^0.19.2",
"file-saver": "^2.0.2",
"gatsby": "^2.20.12",
"gatsby-image": "^2.3.1",
"gatsby": "^2.20.14",
"gatsby-image": "^2.3.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-matomo": "^0.8.2",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-postcss": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-json": "^2.3.1",
"gatsby-transformer-sharp": "^2.4.3",
"gatsby-transformer-sharp": "^2.4.4",
"gatsby-transformer-yaml": "^2.3.1",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.6.0",
"intersection-observer": "^0.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.3",
"react-feather": "^2.0.4",
"react-helmet": "^5.2.1",
"react-pose": "^4.0.10",
"remark": "^12.0.0",
@ -60,14 +60,14 @@
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^5.3.0",
"@testing-library/jest-dom": "^5.3.0",
"@svgr/webpack": "^5.3.1",
"@testing-library/jest-dom": "^5.4.0",
"@testing-library/react": "^10.0.2",
"@welldone-software/why-did-you-render": "^4.0.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.2.6",
"babel-jest": "^25.3.0",
"babel-preset-gatsby": "^0.3.1",
"chalk": "^4.0.0",
"eslint": "^6.8.0",
@ -77,18 +77,18 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-testing-library": "^3.0.2",
"eslint-plugin-testing-library": "^3.0.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.2.7",
"jest": "^25.3.0",
"jest-canvas-mock": "^2.2.0",
"js-yaml": "^3.13.1",
"ora": "^4.0.3",
"postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2",
"prettier": "^2.0.2",
"prettier": "^2.0.4",
"slugify": "^1.4.0",
"stylelint": "^13.2.1",
"stylelint": "^13.3.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-prettier": "^1.1.2"
},

View File

@ -22,9 +22,9 @@ import {
Award,
BookOpen,
Star,
Info
Info,
Dribbble
} from 'react-feather'
import { ReactComponent as Dribbble } from '../../images/dribbble.svg'
import styles from './Icon.module.css'
const Icon = memo(({ name, ...props }) => {

View File

@ -1 +0,0 @@
<svg height="22" viewBox="0 0 22 22" width="22" xmlns="http://www.w3.org/2000/svg"><g fill="none" transform="translate(.26 1)"><circle cx="10.741" cy="10" r="10"/><path d="m1.07516941 9.56957994c4.89119246 1.87839516 16.20292219 1.25455046 19.29125979 0m-15.15012061-7.15686035c4.61782139 6.5 2.88217862 11.66064471 0 15.50000001"/><path d="m13.7119141 2.41271959c4.6178214 6.5 2.8821786 11.66064471 0 15.50000001" transform="matrix(-1 0 0 1 30.273 0)"/></g></svg>

Before

Width:  |  Height:  |  Size: 464 B