-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from icons-pack/canary
v3.4.0
- Loading branch information
Showing
16 changed files
with
297 additions
and
16 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 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,6 +1,6 @@ | ||
{ | ||
"name": "@icons-pack/react-simple-icons", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"private": false, | ||
"description": "This package provides the Simple Icons packaged as a set of React components.", | ||
"author": "Jorge Luis Calleja <[email protected]>", | ||
|
@@ -58,7 +58,8 @@ | |
"react": "^16.13.1" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.7.2" | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
|
@@ -83,7 +84,7 @@ | |
"rollup": "^2.7.6", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"signale": "^1.4.0", | ||
"simple-icons": "^2.16.0", | ||
"simple-icons": "^2.17.1", | ||
"uppercamelcase": "^3.0.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import React, { forwardRef } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
|
||
const Canonical = forwardRef(function Canonical( | ||
{ color = 'currentColor', size = 24, title = 'Canonical', ...others }, | ||
ref | ||
) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={size} | ||
height={size} | ||
fill={color} | ||
viewBox="0 0 24 24" | ||
ref={ref} | ||
{...others}> | ||
<title>{title}</title> | ||
<path d="M24 12c0 6.627-5.373 12-12 12-6.628 0-12-5.373-12-12C0 5.372 5.372 0 12 0c6.627 0 12 5.372 12 12zM12 2.92A9.08 9.08 0 002.92 12 9.08 9.08 0 0012 21.08 9.08 9.08 0 0021.081 12 9.08 9.08 0 0012 2.92zm0 16.722A7.64 7.64 0 014.36 12 7.64 7.64 0 0112 4.36 7.64 7.64 0 0119.641 12a7.64 7.64 0 01-7.64 7.641z" /> | ||
</svg> | ||
); | ||
}); | ||
|
||
Canonical.propTypes = { | ||
/** | ||
* Hex color or color name | ||
*/ | ||
color: PropTypes.string, | ||
/** | ||
* The size of the Icon. | ||
*/ | ||
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), | ||
/** | ||
* The title provides an accessible short text description to the SVG | ||
*/ | ||
title: PropTypes.string, | ||
}; | ||
|
||
export default Canonical; |
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,38 @@ | ||
import React, { forwardRef } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
|
||
const Derspiegel = forwardRef(function Derspiegel( | ||
{ color = 'currentColor', size = 24, title = 'Der Spiegel', ...others }, | ||
ref | ||
) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={size} | ||
height={size} | ||
fill={color} | ||
viewBox="0 0 24 24" | ||
ref={ref} | ||
{...others}> | ||
<title>{title}</title> | ||
<path d="M.868 13.054v-2.108h.677v2.108zm1.29.19v-2.488a.346.346 0 0 0-.338-.337H0v.527h.254v2.108H0v.527h1.841a.33.33 0 0 0 .318-.337zm1.905-.78v.59h-.72v-.864h.953v-.527h-.952v-.717h.72v.442h.592v-.97H2.497v.528h.233v2.108h-.233v.527h2.16v-1.117zm1.778-.801v-.717h.699v.717zm1.334 1.391v-.759a.334.334 0 0 0-.339-.337c.19 0 .339-.148.339-.338v-.843c0-.169-.149-.337-.318-.337H4.974v.527h.275v2.108h-.275v.506h1.121v-.527h-.233v-.864h.699v.864h-.254v.527h1.1v-.527zm4.507-1.391v-.717h.72v.717zm1.334.19v-1.097a.334.334 0 0 0-.339-.337h-1.862v.527h.254v2.108h-.254v.527h1.1v-.527h-.233v-.864h.995c.19 0 .339-.148.339-.338zm1.08 1.201v-2.108h.253v-.527h-1.1v.527h.254v2.108h-.254v.527h1.1v-.527zm2.094-.59v.59h-.72v-.864h.953v-.527h-.952v-.717h.72v.442h.613v-.97h-2.18v.528h.233v2.108h-.233v.527h2.18v-1.117zm1.736-.801v.527h.487v.864h-.72v-2.108h.72v.442h.634v-.632a.334.334 0 0 0-.338-.337h-1.27a.325.325 0 0 0-.212.084c-.063.063-.127.148-.127.253v2.488a.3.3 0 0 0 .127.253.32.32 0 0 0 .233.084h1.587v-1.918zm2.984.8v.591h-.72v-.864h.953v-.527h-.953v-.717h.72v.442h.614v-.97h-2.18v.528h.233v2.108h-.233v.527h2.18v-1.117zm2.476 0v.591h-.698v-2.108h.254v-.527H21.82v.527h.254v2.108h-.254v.527H24v-1.117zm-12.846.8v-1.592H9.227v-.722h.699v.446h.635v-.637c0-.204-.19-.34-.381-.34H8.931a.335.335 0 0 0-.338.34v1.444h1.312v.87h-.699v-.594h-.613v.764c0 .19.148.34.338.34h1.249c.195 0 .36-.128.36-.319Z" /> | ||
</svg> | ||
); | ||
}); | ||
|
||
Derspiegel.propTypes = { | ||
/** | ||
* Hex color or color name | ||
*/ | ||
color: PropTypes.string, | ||
/** | ||
* The size of the Icon. | ||
*/ | ||
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), | ||
/** | ||
* The title provides an accessible short text description to the SVG | ||
*/ | ||
title: PropTypes.string, | ||
}; | ||
|
||
export default Derspiegel; |
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,35 @@ | ||
import React, { forwardRef } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
|
||
const Dhl = forwardRef(function Dhl({ color = 'currentColor', size = 24, title = 'DHL', ...others }, ref) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={size} | ||
height={size} | ||
fill={color} | ||
viewBox="0 0 24 24" | ||
ref={ref} | ||
{...others}> | ||
<title>{title}</title> | ||
<path d="M4.22 10.303l-.767 1.043h4.18c.21 0 .208.078.105.218-.105.142-.28.39-.386.534-.054.073-.154.207.171.207h1.71l.505-.69c.314-.426.028-1.312-1.095-1.312H4.22zm7.204 0l-1.475 2.002h5.39l1.473-2.002H14.61l-.843 1.146h-.985l.846-1.146h-2.203zm6.105 0l-1.474 2.002h2.334l1.472-2.002H17.53zm-12.845 1.3l-1.54 2.094h3.754c1.24 0 1.932-.844 2.145-1.136h-2.56c-.326 0-.226-.133-.172-.207.107-.143.283-.388.388-.53.104-.14.107-.22-.105-.22h-1.91zM0 12.562v.242h3.398l.176-.242H0zm9.762 0l-.836 1.136h2.203l.836-1.136H9.762zm3.185 0l-.836 1.136h2.203l.836-1.136h-2.203zm2.918 0s-.159.22-.238.326c-.276.374-.033.81.87.81h3.538l.834-1.136h-5.004zm5.408 0l-.177.242H24v-.242h-2.727zM0 13.01v.24h3.068l.178-.24H0zm20.943 0l-.175.24H24v-.24h-3.057zM0 13.457v.24h2.74l.176-.24H0zm20.615 0l-.177.24H24v-.24h-3.385z" /> | ||
</svg> | ||
); | ||
}); | ||
|
||
Dhl.propTypes = { | ||
/** | ||
* Hex color or color name | ||
*/ | ||
color: PropTypes.string, | ||
/** | ||
* The size of the Icon. | ||
*/ | ||
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), | ||
/** | ||
* The title provides an accessible short text description to the SVG | ||
*/ | ||
title: PropTypes.string, | ||
}; | ||
|
||
export default Dhl; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.